From 6e05feabab1b9e14b7ed9690925555f4805444eb Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 27 Jan 2022 17:51:56 -0600 Subject: [PATCH] Update for Compute 2021-11-01 version (#26370) * update with api version 2021-11-01 * update with api version 2021-11-01 * update virtualmachine to virtualMachine in swagger * update test to preserve resource group until finally block * test updates and new recordings * update from swagger sync * Added SDK changes for scaling VMSS with PublicIpPrefix (patch updates) (#26031) * Add RepairAction property to VMSS AutoRepairs feature (#25095) * Add RepairAction property to VMSS AutoRepairs feature * Include metadata file * Add session record and updated test * Update TestVMScaleSetScenarioOperations_OrchestrationService.json * Restore files that shouldn't have been changed * Add orchestration service record * Delete compute_resource-manager.txt Co-authored-by: Theodore Chang * sdk gen (#25670) Co-authored-by: Chase Van Buskirk * Added sdk changes for vmss vm customization (#25785) * Added sdk changes for vmss vm customization * Added sdk changes for vmss vm customization * init (#25620) Co-authored-by: Theodore Chang * Initial commit (#25383) * SDK changes for CVM for api-version 2021-11-01 (#25645) * sdk changes for CVM * save changes for securityType and diskSecurityprofile Add PMK scenario * Added recorded file * DedicatedHost Reboot Feature SDK (#25258) * ran autorest on azure-rest-api-specs after adding dhreboot to compute.json * ran autorest again, since i made some swagger changes * created test * renamed reboot to restart * updated swagger, and ran the generate command again to update the sdk * restart test passing. Added recorded test as well * rebuilt sdk with async=true, removed unnecessary line in test, and reran test after change * Adding the new paramaters zone/placementGroupId to ForceRecoveryServiceFabricPlatformUpdateDomainWalk (#25897) * add filter for List VMSS operations (#25802) * fdsaf * generated change * Adding VMScaleSet Flex Filter Test * Update generate.ps1 * add recording Co-authored-by: LexieXie Co-authored-by: xielexie <94083876+xielexie@users.noreply.github.com> * add customizations * fix errors * regenerated from master * fix customization * fix customization * fix a test * new test recordings * change version name * remove unnecessary variable * update recording test * fix changes Co-authored-by: karthikka4820 <88366202+karthikka4820@users.noreply.github.com> Co-authored-by: frank-pang-msft <92764154+frank-pang-msft@users.noreply.github.com> Co-authored-by: Chase VanBuskirk Co-authored-by: Chase Van Buskirk Co-authored-by: Raktima Das Co-authored-by: kamusta-msft <56413142+kamusta-msft@users.noreply.github.com> Co-authored-by: sukodava <78733210+sukodava@users.noreply.github.com> Co-authored-by: ms-saypaul <67093296+ms-saypaul@users.noreply.github.com> Co-authored-by: vbhasker-msft <93355049+vbhasker-msft@users.noreply.github.com> Co-authored-by: avjai <34567499+avjai@users.noreply.github.com> Co-authored-by: LexieXie Co-authored-by: xielexie <94083876+xielexie@users.noreply.github.com> --- .../mgmtmetadata/compute_resource-manager.txt | 4 +- .../AzSdk.RP.props | 2 +- .../src/Customizations/CapacityReservation.cs | 24 + .../CapacityReservationUpdate.cs | 24 + .../IRestorePointsOperations.cs | 15 + .../IVirtualMachineScaleSetsOperations.cs | 51 +- .../IVirtualMachinesOperations.cs | 3 + .../Customizations/RestorePointsOperations.cs | 187 + .../src/Customizations/VirtualMachine.cs | 36 + .../Customizations/VirtualMachineScaleSet.cs | 28 + ...leSetUpdatePublicIPAddressConfiguration.cs | 21 + .../VirtualMachineScaleSetsOperations.cs | 168 +- ...ualMachineScaleSetsOperationsExtensions.cs | 37 +- .../Customizations/VirtualMachineUpdate.cs | 34 + .../VirtualMachinesOperations.cs | 320 + .../VirtualMachinesOperationsExtensions.cs | 15 + .../Generated/AvailabilitySetsOperations.cs | 14 +- .../CapacityReservationGroupsOperations.cs | 12 +- .../CapacityReservationsOperations.cs | 10 +- .../DedicatedHostGroupsOperations.cs | 12 +- .../src/Generated/DedicatedHostsOperations.cs | 227 +- .../DedicatedHostsOperationsExtensions.cs | 106 + .../Generated/IDedicatedHostsOperations.cs | 62 + .../src/Generated/IRestorePointsOperations.cs | 7 +- .../IVirtualMachineScaleSetsOperations.cs | 10 +- .../Generated/IVirtualMachinesOperations.cs | 14 +- .../src/Generated/ImagesOperations.cs | 12 +- .../src/Generated/LogAnalyticsOperations.cs | 4 +- .../Models/AutomaticRepairsPolicy.cs | 22 +- .../Generated/Models/CapacityReservation.cs | 14 +- .../Models/CapacityReservationUpdate.cs | 14 +- .../src/Generated/Models/DedicatedHost.cs | 14 +- .../Generated/Models/DedicatedHostUpdate.cs | 14 +- .../Models/DiskRestorePointInstanceView.cs | 62 + .../DiskRestorePointReplicationStatus.cs | 53 + .../src/Generated/Models/ImageReference.cs | 14 +- .../Generated/Models/ManagedDiskParameters.cs | 11 +- .../Generated/Models/PublicIPAddressSku.cs | 3 +- .../src/Generated/Models/RepairAction.cs | 23 + .../src/Generated/Models/RestorePoint.cs | 20 +- .../Models/RestorePointExpandOptions.cs | 21 + .../Models/RestorePointInstanceView.cs | 62 + .../Models/SecurityEncryptionTypes.cs | 22 + .../src/Generated/Models/SecurityProfile.cs | 14 +- .../src/Generated/Models/SecurityTypes.cs | 1 + .../Generated/Models/VMDiskSecurityProfile.cs | 77 + .../src/Generated/Models/VirtualMachine.cs | 14 +- .../Models/VirtualMachineExtension.cs | 13 +- .../Models/VirtualMachineExtensionUpdate.cs | 13 +- .../Models/VirtualMachineScaleSet.cs | 14 +- .../Models/VirtualMachineScaleSetExtension.cs | 13 +- .../VirtualMachineScaleSetExtensionUpdate.cs | 13 +- .../VirtualMachineScaleSetHardwareProfile.cs | 61 + ...ualMachineScaleSetManagedDiskParameters.cs | 11 +- .../Models/VirtualMachineScaleSetOSProfile.cs | 16 +- ...leSetUpdatePublicIPAddressConfiguration.cs | 12 +- .../VirtualMachineScaleSetVMExtension.cs | 13 +- ...VirtualMachineScaleSetVMExtensionUpdate.cs | 13 +- .../Models/VirtualMachineScaleSetVMProfile.cs | 14 +- .../Generated/Models/VirtualMachineUpdate.cs | 14 +- .../src/Generated/Operations.cs | 2 +- .../ProximityPlacementGroupsOperations.cs | 12 +- .../RestorePointCollectionsOperations.cs | 12 +- .../src/Generated/RestorePointsOperations.cs | 18 +- .../RestorePointsOperationsExtensions.cs | 18 +- .../SdkInfo_ComputeManagementClient.cs | 52 +- .../src/Generated/SshPublicKeysOperations.cs | 14 +- .../src/Generated/UsageOperations.cs | 2 +- ...VirtualMachineExtensionImagesOperations.cs | 6 +- .../VirtualMachineExtensionsOperations.cs | 10 +- .../VirtualMachineImagesEdgeZoneOperations.cs | 10 +- .../VirtualMachineImagesOperations.cs | 10 +- .../VirtualMachineRunCommandsOperations.cs | 14 +- ...tualMachineScaleSetExtensionsOperations.cs | 10 +- ...achineScaleSetRollingUpgradesOperations.cs | 8 +- ...alMachineScaleSetVMExtensionsOperations.cs | 10 +- ...lMachineScaleSetVMRunCommandsOperations.cs | 10 +- .../VirtualMachineScaleSetVMsOperations.cs | 46 +- .../VirtualMachineScaleSetsOperations.cs | 65 +- ...ualMachineScaleSetsOperationsExtensions.cs | 22 +- .../VirtualMachineSizesOperations.cs | 2 +- .../Generated/VirtualMachinesOperations.cs | 74 +- .../VirtualMachinesOperationsExtensions.cs | 36 +- .../Microsoft.Azure.Management.Compute.csproj | 2 +- .../src/Properties/AssemblyInfo.cs | 4 +- .../ScenarioTests/CapacityReservationTests.cs | 2 +- .../tests/ScenarioTests/DedicatedHostTests.cs | 46 + .../tests/ScenarioTests/ExtensionTests.cs | 26 + .../ScenarioTests/HealthExtensionTests.cs | 1 + .../tests/ScenarioTests/RestorePointTests.cs | 100 +- .../ScenarioTests/VMAutoPatchSettingTests.cs | 10 +- .../tests/ScenarioTests/VMScenarioTests.cs | 36 +- .../tests/ScenarioTests/VMTestBase.cs | 37 +- .../AvailabilitySetTests/TestOperations.json | 1318 ++-- .../TestCapacityReservationOperations.json | 811 +-- ...lCapacityReservationGroupInstanceView.json | 718 +- .../CreateRpcAndRestorePoints.json | 4138 +++++++----- .../TestDedicatedHostOperations.json | 839 ++- .../TestDedicatedHostRestart.json | 1169 ++++ ...roupInstanceViewAndAutomaticPlacement.json | 683 +- .../DiskManagedByTest.json | 2065 +++--- .../Disk_CRUD_ImportDisk.json | 2350 ++++--- .../Disk_CRUD_PremiumDiskWithBursting.json | 2483 +++---- .../Disk_CRUD_WithSecurityProfile_Import.json | 1804 +++-- .../Disk_List_ImportDisk.json | 4025 ++++++----- .../ExtImgTests/TestExtImgGet.json | 40 +- .../ExtImgTests/TestExtImgListTypes.json | 36 +- .../TestExtImgListVersionsFilters.json | 180 +- .../TestExtImgListVersionsNoFilter.json | 36 +- .../TestVMExtensionOperations.json | 2727 +++++--- .../GalleryImageVersion_CRUD_Tests.json | 3225 +++++---- ...estCreateImage_with_DiskEncryptionSet.json | 2000 +++--- ...CreateImage_without_DiskEncryptionSet.json | 1835 +++-- .../ListVMTests/TestListVMInSubscription.json | 2712 ++++---- .../TestListVMsInSubscriptionByLocation.json | 3025 +++++---- .../TestExportingThrottlingLogs.json | 900 +-- .../TestVMWithLinuxOSProfile.json | 1531 ++--- .../OperationsTests/TestCrpOperations.json | 38 +- ...estProximityPlacementGroupsOperations.json | 3224 +++++---- .../UsageTests/TestListUsages.json | 1263 ++-- .../UserDataTests/TestUserData.json | 1377 ++-- .../VMApplicationProfile_Tests.json | 1660 ++--- ...hSettingsAssessmentModeOfImageDefault.json | 1825 +++-- ...tionPatchSettingsValueOfAutomaticByOS.json | 1986 ++++-- ...nfigurationPatchSettingsValueOfManual.json | 1439 ++-- ...chSettingsValuesOfAutomaticByPlatform.json | 1707 +++-- ...rthreadingAndConstrainedvCPUsScenario.json | 1349 ++-- .../TestVMDataDiskScenario.json | 1926 +++--- ...aDiskScenario_ManagedDisk_ForceDetach.json | 1699 +++-- .../TestDeleteOptionForDisks.json | 1486 ++-- .../TestVMBootDiagnostics.json | 3118 +++++---- .../TestVMManagedBootDiagnostics.json | 2354 ++++--- .../TestVMDiskEncryption.json | 1990 +++--- .../TestVMDiskSizeScenario.json | 1576 +++-- .../TestVMExtensionsTimeBudgetScenario.json | 1335 ++-- .../TestVMHealthExtensionOperations.json | 2202 ++++-- ...tVMIdentitySystemAssignedUserAssigned.json | 1556 +++-- ...stVMImageAutomaticOSUpgradeProperties.json | 298 +- .../VMImagesTests/TestVMImageGet.json | 80 +- .../VMImagesTests/TestVMImageListFilters.json | 270 +- .../TestVMImageListNoFilter.json | 42 +- .../VMImagesTests/TestVMImageListOffers.json | 38 +- .../TestVMImageListPublishers.json | 40 +- .../VMImagesTests/TestVMImageListSkus.json | 40 +- .../GetVMInstanceViewWithPatchStatus.json | 38 +- .../VMMarketplaceTest/TestVMBYOL.json | 1263 ++-- .../VMMarketplaceTest/TestVMMarketplace.json | 983 ++- .../TestEffectiveRouteAndAcls.json | 1380 ++-- .../TestMultiIpConfigForMultiNICVM.json | 1716 +++-- .../TestMultiNicVirtualMachineReference.json | 1199 ++-- .../TestNicVirtualMachineReference.json | 938 ++- .../TestVirtualMachineNicConfiguration.json | 1060 ++- .../VMOperationalTests/TestVMOperations.json | 4409 ++++++------ .../TestVMOperations_HibernateResume.json | 1827 +++-- .../TestVMOperations_PerformMaintenance.json | 1168 ++-- ...VMOperations_PowerOffWithSkipShutdown.json | 1368 ++-- .../TestVMOperations_Reapply.json | 1341 ++-- .../TestVMOperations_Redeploy.json | 1427 ++-- .../TestVMOperations_RunCommand.json | 1829 ++--- .../TestVMOperations_SimulateEviction.json | 1301 ++-- .../TestVMPatchOperations_AssessPatches.json | 1764 ++--- .../TestListVMRunCommands.json | 72 +- .../TestVMRunCommandOperations.json | 2088 ++++-- .../TestVMScaleSetExtensionSequencing.json | 1858 +++-- .../TestVMScaleSetExtensions.json | 3450 +++------- .../TestVMScaleSetMarketplace.json | 1409 ++-- .../TestFlexVMScaleSetFilter.json | 3920 +++++++++++ .../TestFlexVMScaleSetWithPublicIP.json | 2329 +++++-- .../TestVMSSAccelNtwkng.json | 1332 ++-- .../TestVMSSWithMultiCA.json | 1664 ++--- ...stVMScaleSetScalingWithPublicIPPrefix.json | 4549 +++++++++++++ .../TestVMScaleSetWithApplciationGateway.json | 6003 +++++++++++++---- .../TestVMScaleSetWithDnsSettings.json | 1521 +++-- .../TestVMScaleSetWithPublicIP.json | 1580 ++--- .../TestVMScaleSetWithPublicIPAndIPTags.json | 1534 ++--- ...ScaleSetWithPublicIPAndPublicIPPrefix.json | 2422 ++++--- .../TestVMScaleSetWithnIpv6.json | 1292 ++-- .../TestVMScaleSetWithnNsg.json | 1605 +++-- .../TestVMScaleSetBatchOperations.json | 4268 ++++++------ ...SetBatchOperations_PerformMaintenance.json | 1607 +++-- ...estVMScaleSetBatchOperations_Redeploy.json | 1957 +++--- .../TestVMScaleSetOperations.json | 2843 ++++---- ...rations_ConvertToSinglePlacementGroup.json | 1707 ++--- ...TestVMScaleSetOperations_ManagedDisks.json | 4260 +++++++----- ...ScaleSetOperations_PerformMaintenance.json | 1546 ++--- ...etOperations_PowerOffWithSkipShutdown.json | 2331 ++++--- .../TestVMScaleSetOperations_Redeploy.json | 1822 +++-- ...perations_Accept_DeleteEvictionPolicy.json | 1859 +++-- ...ScaleSetPriorityOperations_Accept_Low.json | 1736 +++-- ...eSetPriorityOperations_Accept_Regular.json | 2415 ++++--- ...caleSetScenarioOperations_Accept_Spot.json | 1793 ++--- ...dLowPriorityVM_Accept_DefaultMaxPrice.json | 1766 ++--- ...iorityVM_Accept_UserSpecifiedMaxPrice.json | 2827 +++++--- ...tVMScaleSetAutomaticOSUpgradePolicies.json | 2154 +++--- .../TestVMScaleSetExtensionUpgradeAPIs.json | 4327 +++--------- .../TestVMScaleSetRollingUpgrade.json | 2940 +++----- .../TestVMScaleSetRollingUpgradeAPIs.json | 2743 +++----- .../TestVMScaleSetRollingUpgradeHistory.json | 1835 +++-- .../TestVMScaleSetRunCommands.json | 2748 ++++---- .../TestVMScaleSetScenarioOperations.json | 1241 ++-- ...utomaticPlacementOnDedicatedHostGroup.json | 1395 ++-- ...Operations_AutomaticRepairsPolicyTest.json | 3570 ++++++---- ...MScaleSetScenarioOperations_DiffDisks.json | 2180 +++--- ...rthreadingAndConstrainedvCPUsScenario.json | 3268 +++++++++ ...etScenarioOperations_EncryptionAtHost.json | 1590 ++--- ...narioOperations_ManagedDisks_PirImage.json | 1505 +++-- ...ions_ManagedDisks_PirImage_SingleZone.json | 1854 ++--- ...perations_ManagedDisks_PirImage_Zones.json | 1987 +++--- ...enarioOperations_OrchestrationService.json | 2509 ++++--- ...caleSetScenarioOperations_PpgScenario.json | 1840 ++--- ...SetScenarioOperations_ScheduledEvents.json | 2042 +++--- ...enarioOperations_SpotTryRestorePolicy.json | 2197 +++--- ...VMScaleSetScenarioOperations_UltraSSD.json | 1789 +++-- ...rations_UsingCapacityReservationGroup.json | 1444 ++-- ...arioOperations_With_DiskEncryptionSet.json | 1793 +++-- .../TestVMScaleSetForceScaleinOperation.json | 3200 ++++++--- .../TestVMScaleSetPatchOperations.json | 2281 ++++--- .../TestVMScaleSetScalingOperations.json | 1938 ++++-- .../TestVMScaleSetUpdateOperations.json | 1653 +++-- .../TestVMScaleSetVMOperations.json | 3950 ++++++----- ...etVMOperations_ManagedBootDiagnostics.json | 1564 ++--- ...stVMScaleSetVMOperations_ManagedDisks.json | 4222 ++++++------ ...aleSetVMOperations_PerformMaintenance.json | 1574 ++--- .../TestVMScaleSetVMOperations_Put.json | 1848 ++--- .../TestVMScaleSetVMOperations_Redeploy.json | 1862 +++-- ...TestVMScaleSetVMOperations_RunCommand.json | 2454 ++++--- .../TestVMScaleSetVMOperations_UserData.json | 2746 +++++--- .../TestVMScaleSetApplicationProfile.json | 1475 ++-- .../TestVMScaleSetDiagnosticsProfile.json | 1594 +++-- .../TestVMScaleSetWithLicenseType.json | 1477 ++-- .../TestVMScenarioOperations.json | 2496 ++----- ...utomaticPlacementOnDedicatedHostGroup.json | 1186 ++-- ...stVMScenarioOperations_ConfidentialVM.json | 1599 +++++ .../TestVMScenarioOperations_DiffDisks.json | 1041 ++- ...VMScenarioOperations_EncryptionAtHost.json | 976 +-- ...TestVMScenarioOperations_ManagedDisks.json | 1026 +-- ...ations_ManagedDisks_DiskEncryptionSet.json | 1154 ++-- ...perations_ManagedDisks_PirImage_Zones.json | 1160 ++-- ...ioOperations_ManagedDisks_StandardSSD.json | 1103 +-- ...narioOperations_ManagedDisks_UltraSSD.json | 1183 ++-- .../TestVMScenarioOperations_PpgScenario.json | 1184 ++-- ...estVMScenarioOperations_TrustedLaunch.json | 908 +-- ...rations_UsingCapacityReservationGroup.json | 1331 ++-- .../VMSizesTests/TestListVMSizes.json | 38 +- .../VMScaleSetNetworkProfileTests.cs | 175 + .../VMScaleSetRollingUpgradeTests.cs | 10 +- .../VMScaleSetScenarioTests.cs | 78 +- .../VMScaleSetServiceFabricScenarioTests.cs | 12 +- .../VMScaleSetTests/VMScaleSetTestsBase.cs | 18 +- .../VMScaleSetTests/VMScaleSetUpdateTests.cs | 10 +- 250 files changed, 156278 insertions(+), 121024 deletions(-) create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservation.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservationUpdate.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IRestorePointsOperations.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/RestorePointsOperations.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointInstanceView.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointReplicationStatus.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RepairAction.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointExpandOptions.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointInstanceView.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityEncryptionTypes.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostRestart.json create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetFilter.json create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetScalingWithPublicIPPrefix.json create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DisablingHyperthreadingAndConstrainedvCPUsScenario.json create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ConfidentialVM.json diff --git a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt b/eng/mgmt/mgmtmetadata/compute_resource-manager.txt index 7becb76a1187c..923abd428f83d 100644 --- a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/compute_resource-manager.txt @@ -5,11 +5,11 @@ Generating CSharp code Executing AutoRest command cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\work\azure-sdk-for-net\sdk Autorest CSharp Version: 2.3.82 -2021-09-09 19:16:30 UTC +2021-10-20 19:24:00 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: ccc4906c1184d674b8bbd2710643d7c9e167a6f4 +Commit: c4a86872d4f2297597260c5968d2f50a0298db01 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props b/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props index c3e5ab308de07..1c455f2d3e515 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props +++ b/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props @@ -1,7 +1,7 @@  - Compute_2021-08-01;Compute_2021-07-01;Compute_2021-04-01;Compute_2021-03-01;Compute_2020-12-01;Compute_2020-06-30;Compute_2020-05-01;Compute_2019-12-01;Compute_2019-11-01;Compute_2019-04-01; + Compute_2021-11-01;Compute_2021-08-01;Compute_2021-07-01;Compute_2021-04-01;Compute_2021-03-01;Compute_2020-12-01;Compute_2020-06-30;Compute_2020-05-01;Compute_2019-12-01;Compute_2019-11-01;Compute_2019-04-01; $(PackageTags);$(CommonTags);$(AzureApiTag); diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservation.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservation.cs new file mode 100644 index 0000000000000..537e3a06ddeda --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservation.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Microsoft.Azure.Management.Compute.Models +{ + public partial class CapacityReservation : Resource + { + public CapacityReservation(string location, Sku sku, string id, string name, string type, IDictionary tags, string reservationId, IList virtualMachinesAssociated, System.DateTime? provisioningTime, string provisioningState, CapacityReservationInstanceView instanceView, IList zones) + : base(location, id, name, type, tags) + { + ReservationId = reservationId; + VirtualMachinesAssociated = virtualMachinesAssociated; + ProvisioningTime = provisioningTime; + ProvisioningState = provisioningState; + InstanceView = instanceView; + Sku = sku; + Zones = zones; + CustomInit(); + } + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservationUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservationUpdate.cs new file mode 100644 index 0000000000000..ccfe641d9b8c9 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/CapacityReservationUpdate.cs @@ -0,0 +1,24 @@ +namespace Microsoft.Azure.Management.Compute.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + public partial class CapacityReservationUpdate : UpdateResource + { + public CapacityReservationUpdate(IDictionary tags, string reservationId, IList virtualMachinesAssociated, System.DateTime? provisioningTime, string provisioningState, CapacityReservationInstanceView instanceView, Sku sku) + : base(tags) + { + ReservationId = reservationId; + VirtualMachinesAssociated = virtualMachinesAssociated; + ProvisioningTime = provisioningTime; + ProvisioningState = provisioningState; + InstanceView = instanceView; + Sku = sku; + CustomInit(); + } + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IRestorePointsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IRestorePointsOperations.cs new file mode 100644 index 0000000000000..4cc47594a066c --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IRestorePointsOperations.cs @@ -0,0 +1,15 @@ +namespace Microsoft.Azure.Management.Compute +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + public partial interface IRestorePointsOperations + { + Task> GetWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string restorePointName, Dictionary> customHeaders, CancellationToken cancellationToken = default(CancellationToken)); + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachineScaleSetsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachineScaleSetsOperations.cs index 5f71e01f5423a..3daeb73e7a69c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachineScaleSetsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachineScaleSetsOperations.cs @@ -13,31 +13,32 @@ namespace Microsoft.Azure.Management.Compute /// public partial interface IVirtualMachineScaleSetsOperations { - /// - /// Display information about a virtual machine scale set. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the VM scale set. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, Dictionary> customHeaders, CancellationToken cancellationToken); + Task> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, Dictionary> customHeaders, CancellationToken cancellationToken); + /// + /// Display information about a virtual machine scale set. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the VM scale set. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, Dictionary> customHeaders, CancellationToken cancellationToken); /// /// Display information about a virtual machine scale set. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachinesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachinesOperations.cs index 572f5d7d2d37e..ee2886047a683 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IVirtualMachinesOperations.cs @@ -4,12 +4,15 @@ using System.Threading; using System.Threading.Tasks; using Microsoft.Rest.Azure; + using Microsoft.Azure.Management.Compute.Models; /// /// VirtualMachinesOperations operations. /// public partial interface IVirtualMachinesOperations { + Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListAllWithHttpMessagesAsync(string statusOnly, Dictionary> customHeaders, CancellationToken cancellationToken = default(CancellationToken)); /// /// The operation to delete a virtual machine. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/RestorePointsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/RestorePointsOperations.cs new file mode 100644 index 0000000000000..fc71b5faa07e1 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/RestorePointsOperations.cs @@ -0,0 +1,187 @@ +namespace Microsoft.Azure.Management.Compute +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + internal partial class RestorePointsOperations : IServiceOperations, IRestorePointsOperations + { + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string restorePointName, Dictionary> customHeaders, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (restorePointCollectionName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "restorePointCollectionName"); + } + if (restorePointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "restorePointName"); + } + string apiVersion = "2021-11-01"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("restorePointCollectionName", restorePointCollectionName); + tracingParameters.Add("restorePointName", restorePointName); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{restorePointCollectionName}", System.Uri.EscapeDataString(restorePointCollectionName)); + _url = _url.Replace("{restorePointName}", System.Uri.EscapeDataString(restorePointName)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach (var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachine.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachine.cs index 8f6b8af8e3e83..03d7f639114f3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachine.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachine.cs @@ -12,6 +12,42 @@ namespace Microsoft.Azure.Management.Compute.Models /// public partial class VirtualMachine : Resource { + public VirtualMachine(string location, string id, string name, string type, IDictionary tags, Plan plan, HardwareProfile hardwareProfile, StorageProfile storageProfile, AdditionalCapabilities additionalCapabilities, OSProfile osProfile, NetworkProfile networkProfile, SecurityProfile securityProfile, DiagnosticsProfile diagnosticsProfile, SubResource availabilitySet, SubResource virtualMachineScaleSet, SubResource proximityPlacementGroup, string priority, string evictionPolicy, BillingProfile billingProfile, SubResource host, SubResource hostGroup, string provisioningState, VirtualMachineInstanceView instanceView, string licenseType, string vmId, string extensionsTimeBudget, int? platformFaultDomain, ScheduledEventsProfile scheduledEventsProfile, string userData, CapacityReservationProfile capacityReservation, ApplicationProfile applicationProfile, IList resources, VirtualMachineIdentity identity = default(VirtualMachineIdentity), IList zones = default(IList), ExtendedLocation extendedLocation = default(ExtendedLocation)) + : base(location, id, name, type, tags) + { + Plan = plan; + HardwareProfile = hardwareProfile; + StorageProfile = storageProfile; + AdditionalCapabilities = additionalCapabilities; + OsProfile = osProfile; + NetworkProfile = networkProfile; + SecurityProfile = securityProfile; + DiagnosticsProfile = diagnosticsProfile; + AvailabilitySet = availabilitySet; + VirtualMachineScaleSet = virtualMachineScaleSet; + ProximityPlacementGroup = proximityPlacementGroup; + Priority = priority; + EvictionPolicy = evictionPolicy; + BillingProfile = billingProfile; + Host = host; + HostGroup = hostGroup; + ProvisioningState = provisioningState; + InstanceView = instanceView; + LicenseType = licenseType; + VmId = vmId; + ExtensionsTimeBudget = extensionsTimeBudget; + PlatformFaultDomain = platformFaultDomain; + ScheduledEventsProfile = scheduledEventsProfile; + UserData = userData; + CapacityReservation = capacityReservation; + ApplicationProfile = applicationProfile; + Resources = resources; + Identity = identity; + Zones = zones; + ExtendedLocation = extendedLocation; + CustomInit(); + } + public VirtualMachine(string location, string id, string name, string type, IDictionary tags, Plan plan, HardwareProfile hardwareProfile, StorageProfile storageProfile, AdditionalCapabilities additionalCapabilities, OSProfile osProfile, NetworkProfile networkProfile, SecurityProfile securityProfile, DiagnosticsProfile diagnosticsProfile, SubResource availabilitySet, SubResource virtualMachineScaleSet, SubResource proximityPlacementGroup, string priority, string evictionPolicy, BillingProfile billingProfile, SubResource host, SubResource hostGroup, string provisioningState, VirtualMachineInstanceView instanceView, string licenseType, string vmId, string extensionsTimeBudget, int? platformFaultDomain, ScheduledEventsProfile scheduledEventsProfile, string userData, CapacityReservationProfile capacityReservation, IList resources, VirtualMachineIdentity identity, IList zones, ExtendedLocation extendedLocation) : base(location, id, name, type, tags) { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSet.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSet.cs index d8c29491bf5cd..94fb6386def9e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSet.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSet.cs @@ -78,6 +78,34 @@ public partial class VirtualMachineScaleSet : Resource /// The extended location of the Virtual /// Machine Scale Set. /// + + public VirtualMachineScaleSet(string location, string id, string name, string type, IDictionary tags, Sku sku, Plan plan, UpgradePolicy upgradePolicy, AutomaticRepairsPolicy automaticRepairsPolicy, VirtualMachineScaleSetVMProfile virtualMachineProfile, string provisioningState, bool? overprovision, bool? doNotRunExtensionsOnOverprovisionedVMs, string uniqueId, bool? singlePlacementGroup, bool? zoneBalance, int? platformFaultDomainCount, SubResource proximityPlacementGroup, SubResource hostGroup, AdditionalCapabilities additionalCapabilities, ScaleInPolicy scaleInPolicy, string orchestrationMode, SpotRestorePolicy spotRestorePolicy, VirtualMachineScaleSetIdentity identity, IList zones = default(IList), ExtendedLocation extendedLocation = default(ExtendedLocation)) + : base(location, id, name, type, tags) + { + Sku = sku; + Plan = plan; + UpgradePolicy = upgradePolicy; + AutomaticRepairsPolicy = automaticRepairsPolicy; + VirtualMachineProfile = virtualMachineProfile; + ProvisioningState = provisioningState; + Overprovision = overprovision; + DoNotRunExtensionsOnOverprovisionedVMs = doNotRunExtensionsOnOverprovisionedVMs; + UniqueId = uniqueId; + SinglePlacementGroup = singlePlacementGroup; + ZoneBalance = zoneBalance; + PlatformFaultDomainCount = platformFaultDomainCount; + ProximityPlacementGroup = proximityPlacementGroup; + HostGroup = hostGroup; + AdditionalCapabilities = additionalCapabilities; + ScaleInPolicy = scaleInPolicy; + OrchestrationMode = orchestrationMode; + SpotRestorePolicy = spotRestorePolicy; + Identity = identity; + Zones = zones; + ExtendedLocation = extendedLocation; + CustomInit(); + } + public VirtualMachineScaleSet(string location, string id, string name, string type, IDictionary tags, Sku sku, Plan plan, UpgradePolicy upgradePolicy, AutomaticRepairsPolicy automaticRepairsPolicy, VirtualMachineScaleSetVMProfile virtualMachineProfile, string provisioningState, bool? overprovision, bool? doNotRunExtensionsOnOverprovisionedVMs, string uniqueId, bool? singlePlacementGroup, bool? zoneBalance, int? platformFaultDomainCount, SubResource proximityPlacementGroup, SubResource hostGroup, AdditionalCapabilities additionalCapabilities, ScaleInPolicy scaleInPolicy, string orchestrationMode, VirtualMachineScaleSetIdentity identity, IList zones, ExtendedLocation extendedLocation) : base(location, id, name, type, tags) { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs new file mode 100644 index 0000000000000..a531ed50f5ff3 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs @@ -0,0 +1,21 @@ +namespace Microsoft.Azure.Management.Compute.Models +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Text; + using System.Threading.Tasks; + + public partial class VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + { + public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration(string name, int? idleTimeoutInMinutes, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings, string deleteOption) + { + Name = name; + IdleTimeoutInMinutes = idleTimeoutInMinutes; + DnsSettings = dnsSettings; + DeleteOption = deleteOption; + CustomInit(); + } + + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperations.cs index 7ccd47c88af08..38ad6103d680e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperations.cs @@ -17,7 +17,173 @@ namespace Microsoft.Azure.Management.Compute /// internal partial class VirtualMachineScaleSetsOperations : IServiceOperations, IVirtualMachineScaleSetsOperations { - /// + public async Task> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, Dictionary> customHeaders, CancellationToken cancellationToken) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (vmScaleSetName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "vmScaleSetName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2021-11-01"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("vmScaleSetName", vmScaleSetName); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("platformUpdateDomain", platformUpdateDomain); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ForceRecoveryServiceFabricPlatformUpdateDomainWalk", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/forceRecoveryServiceFabricPlatformUpdateDomainWalk").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + _queryParameters.Add(string.Format("platformUpdateDomain={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(platformUpdateDomain, Client.SerializationSettings).Trim('"')))); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach (var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// /// Display information about a virtual machine scale set. /// /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperationsExtensions.cs index fe1b2480a2f0b..bbfc3896f61dd 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineScaleSetsOperationsExtensions.cs @@ -13,22 +13,29 @@ namespace Microsoft.Azure.Management.Compute /// public static partial class VirtualMachineScaleSetsOperationsExtensions { + public static async Task ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, CancellationToken cancellationToken) + { + using (var _result = await operations.ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(resourceGroupName, vmScaleSetName, platformUpdateDomain, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } /// - /// Display information about a virtual machine scale set. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the VM scale set. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken) + /// Display information about a virtual machine scale set. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the VM scale set. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken) { using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, vmScaleSetName, null, cancellationToken).ConfigureAwait(false)) { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineUpdate.cs index ebb28da238a64..fa1e21465dbb3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachineUpdate.cs @@ -12,6 +12,40 @@ namespace Microsoft.Azure.Management.Compute.Models /// public partial class VirtualMachineUpdate : UpdateResource { + public VirtualMachineUpdate(IDictionary tags, Plan plan, HardwareProfile hardwareProfile, StorageProfile storageProfile, AdditionalCapabilities additionalCapabilities, OSProfile osProfile, NetworkProfile networkProfile, SecurityProfile securityProfile, DiagnosticsProfile diagnosticsProfile, SubResource availabilitySet, SubResource virtualMachineScaleSet, SubResource proximityPlacementGroup, string priority, string evictionPolicy, BillingProfile billingProfile, SubResource host, SubResource hostGroup, string provisioningState, VirtualMachineInstanceView instanceView, string licenseType, string vmId, string extensionsTimeBudget, int? platformFaultDomain, ScheduledEventsProfile scheduledEventsProfile, string userData, CapacityReservationProfile capacityReservation, ApplicationProfile applicationProfile, VirtualMachineIdentity identity, IList zones = default(IList)) + : base(tags) + { + Plan = plan; + HardwareProfile = hardwareProfile; + StorageProfile = storageProfile; + AdditionalCapabilities = additionalCapabilities; + OsProfile = osProfile; + NetworkProfile = networkProfile; + SecurityProfile = securityProfile; + DiagnosticsProfile = diagnosticsProfile; + AvailabilitySet = availabilitySet; + VirtualMachineScaleSet = virtualMachineScaleSet; + ProximityPlacementGroup = proximityPlacementGroup; + Priority = priority; + EvictionPolicy = evictionPolicy; + BillingProfile = billingProfile; + Host = host; + HostGroup = hostGroup; + ProvisioningState = provisioningState; + InstanceView = instanceView; + LicenseType = licenseType; + VmId = vmId; + ExtensionsTimeBudget = extensionsTimeBudget; + PlatformFaultDomain = platformFaultDomain; + ScheduledEventsProfile = scheduledEventsProfile; + UserData = userData; + CapacityReservation = capacityReservation; + ApplicationProfile = applicationProfile; + Identity = identity; + Zones = zones; + CustomInit(); + } + public VirtualMachineUpdate(IDictionary tags, Plan plan, HardwareProfile hardwareProfile, StorageProfile storageProfile, AdditionalCapabilities additionalCapabilities, OSProfile osProfile, NetworkProfile networkProfile, SecurityProfile securityProfile, DiagnosticsProfile diagnosticsProfile, SubResource availabilitySet, SubResource virtualMachineScaleSet, SubResource proximityPlacementGroup, string priority, string evictionPolicy, BillingProfile billingProfile, SubResource host, SubResource hostGroup, string provisioningState, VirtualMachineInstanceView instanceView, string licenseType, string vmId, string extensionsTimeBudget, int? platformFaultDomain, ScheduledEventsProfile scheduledEventsProfile, string userData, CapacityReservationProfile capacityReservation, VirtualMachineIdentity identity, IList zones) : base(tags) { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperations.cs index 12ec781b3e0d2..0a37d7e349f24 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperations.cs @@ -5,12 +5,332 @@ using System.Threading.Tasks; using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Azure.Management.Compute.Models; + using System.Net.Http; + using Newtonsoft.Json; + using System.Linq; + using System.Net; /// /// VirtualMachinesOperations operations. /// internal partial class VirtualMachinesOperations : IServiceOperations, IVirtualMachinesOperations { + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2021-11-01"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach (var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + public async Task>> ListAllWithHttpMessagesAsync(string statusOnly, Dictionary> customHeaders, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2021-11-01"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("statusOnly", statusOnly); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListAll", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (statusOnly != null) + { + _queryParameters.Add(string.Format("statusOnly={0}", System.Uri.EscapeDataString(statusOnly))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach (var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// The operation to delete a virtual machine. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperationsExtensions.cs index 43a7841686e76..cc849862ed579 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/VirtualMachinesOperationsExtensions.cs @@ -13,6 +13,21 @@ /// public static partial class VirtualMachinesOperationsExtensions { + public static async Task> ListAsync(this IVirtualMachinesOperations operations, string resourceGroupName, CancellationToken cancellationToken) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + public static async Task> ListAllAsync(this IVirtualMachinesOperations operations, string statusOnly, CancellationToken cancellationToken) + { + using (var _result = await operations.ListAllWithHttpMessagesAsync(statusOnly, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } /// /// The operation to delete a virtual machine. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/AvailabilitySetsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/AvailabilitySetsOperations.cs index 248842d776442..796bcf8b80ee4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/AvailabilitySetsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/AvailabilitySetsOperations.cs @@ -105,7 +105,7 @@ internal AvailabilitySetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -313,7 +313,7 @@ internal AvailabilitySetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -511,7 +511,7 @@ internal AvailabilitySetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -687,7 +687,7 @@ internal AvailabilitySetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -871,7 +871,7 @@ internal AvailabilitySetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1059,7 +1059,7 @@ internal AvailabilitySetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1252,7 +1252,7 @@ internal AvailabilitySetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationGroupsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationGroupsOperations.cs index bad13963fd4e7..975b9cd742c7a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationGroupsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationGroupsOperations.cs @@ -107,7 +107,7 @@ internal CapacityReservationGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -330,7 +330,7 @@ internal CapacityReservationGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; CapacityReservationGroupUpdate parameters = new CapacityReservationGroupUpdate(); if (tags != null) { @@ -537,7 +537,7 @@ internal CapacityReservationGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -722,7 +722,7 @@ internal CapacityReservationGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -923,7 +923,7 @@ internal CapacityReservationGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1115,7 +1115,7 @@ internal CapacityReservationGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationsOperations.cs index 7e86b56a5c49a..a2ee2c00f75f3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CapacityReservationsOperations.cs @@ -193,7 +193,7 @@ internal CapacityReservationsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -396,7 +396,7 @@ internal CapacityReservationsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -610,7 +610,7 @@ internal CapacityReservationsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -845,7 +845,7 @@ internal CapacityReservationsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1055,7 +1055,7 @@ internal CapacityReservationsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostGroupsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostGroupsOperations.cs index abf8d3e9b44f2..ac37a29728566 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostGroupsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostGroupsOperations.cs @@ -107,7 +107,7 @@ internal DedicatedHostGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -333,7 +333,7 @@ internal DedicatedHostGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -531,7 +531,7 @@ internal DedicatedHostGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -713,7 +713,7 @@ internal DedicatedHostGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -907,7 +907,7 @@ internal DedicatedHostGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1087,7 +1087,7 @@ internal DedicatedHostGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperations.cs index fe9b4551dfa3c..26f65a2f9a868 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperations.cs @@ -188,7 +188,7 @@ internal DedicatedHostsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -391,7 +391,7 @@ internal DedicatedHostsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -541,6 +541,36 @@ internal DedicatedHostsOperations(ComputeManagementClient client) return _result; } + /// + /// Restart the dedicated host. The operation will complete successfully once + /// the dedicated host has restarted and is running. To determine the health of + /// VMs deployed on the dedicated host after the restart check the Resource + /// Health Center in the Azure Portal. Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task RestartWithHttpMessagesAsync(string resourceGroupName, string hostGroupName, string hostName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginRestartWithHttpMessagesAsync(resourceGroupName, hostGroupName, hostName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + /// /// Create or update a dedicated host . /// @@ -603,7 +633,7 @@ internal DedicatedHostsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -838,7 +868,7 @@ internal DedicatedHostsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1045,7 +1075,7 @@ internal DedicatedHostsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1179,6 +1209,193 @@ internal DedicatedHostsOperations(ComputeManagementClient client) return _result; } + /// + /// Restart the dedicated host. The operation will complete successfully once + /// the dedicated host has restarted and is running. To determine the health of + /// VMs deployed on the dedicated host after the restart check the Resource + /// Health Center in the Azure Portal. Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task BeginRestartWithHttpMessagesAsync(string resourceGroupName, string hostGroupName, string hostName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (hostGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "hostGroupName"); + } + if (hostName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "hostName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2021-11-01"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("hostGroupName", hostGroupName); + tracingParameters.Add("hostName", hostName); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginRestart", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}/restart").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{hostGroupName}", System.Uri.EscapeDataString(hostGroupName)); + _url = _url.Replace("{hostName}", System.Uri.EscapeDataString(hostName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Lists all of the dedicated hosts in the specified dedicated host group. Use /// the nextLink property in the response to get the next page of dedicated diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperationsExtensions.cs index f2220b4a57820..fabf22468b176 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DedicatedHostsOperationsExtensions.cs @@ -270,6 +270,59 @@ public static IPage ListByHostGroup(this IDedicatedHostsOperation } } + /// + /// Restart the dedicated host. The operation will complete successfully once + /// the dedicated host has restarted and is running. To determine the health of + /// VMs deployed on the dedicated host after the restart check the Resource + /// Health Center in the Azure Portal. Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + public static void Restart(this IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName) + { + operations.RestartAsync(resourceGroupName, hostGroupName, hostName).GetAwaiter().GetResult(); + } + + /// + /// Restart the dedicated host. The operation will complete successfully once + /// the dedicated host has restarted and is running. To determine the health of + /// VMs deployed on the dedicated host after the restart check the Resource + /// Health Center in the Azure Portal. Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + /// + /// The cancellation token. + /// + public static async Task RestartAsync(this IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.RestartWithHttpMessagesAsync(resourceGroupName, hostGroupName, hostName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Create or update a dedicated host . /// @@ -417,6 +470,59 @@ public static void BeginDelete(this IDedicatedHostsOperations operations, string (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, hostGroupName, hostName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } + /// + /// Restart the dedicated host. The operation will complete successfully once + /// the dedicated host has restarted and is running. To determine the health of + /// VMs deployed on the dedicated host after the restart check the Resource + /// Health Center in the Azure Portal. Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + public static void BeginRestart(this IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName) + { + operations.BeginRestartAsync(resourceGroupName, hostGroupName, hostName).GetAwaiter().GetResult(); + } + + /// + /// Restart the dedicated host. The operation will complete successfully once + /// the dedicated host has restarted and is running. To determine the health of + /// VMs deployed on the dedicated host after the restart check the Resource + /// Health Center in the Azure Portal. Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + /// + /// The cancellation token. + /// + public static async Task BeginRestartAsync(this IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginRestartWithHttpMessagesAsync(resourceGroupName, hostGroupName, hostName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Lists all of the dedicated hosts in the specified dedicated host group. Use /// the nextLink property in the response to get the next page of dedicated diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDedicatedHostsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDedicatedHostsOperations.cs index 3f21a00e6770c..e67471db26632 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDedicatedHostsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDedicatedHostsOperations.cs @@ -172,6 +172,37 @@ public partial interface IDedicatedHostsOperations /// Task>> ListByHostGroupWithHttpMessagesAsync(string resourceGroupName, string hostGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Restart the dedicated host. The operation will complete + /// successfully once the dedicated host has restarted and is running. + /// To determine the health of VMs deployed on the dedicated host after + /// the restart check the Resource Health Center in the Azure Portal. + /// Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task RestartWithHttpMessagesAsync(string resourceGroupName, string hostGroupName, string hostName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Create or update a dedicated host . /// /// @@ -259,6 +290,37 @@ public partial interface IDedicatedHostsOperations /// Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string hostGroupName, string hostName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Restart the dedicated host. The operation will complete + /// successfully once the dedicated host has restarted and is running. + /// To determine the health of VMs deployed on the dedicated host after + /// the restart check the Resource Health Center in the Azure Portal. + /// Please refer to + /// https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview + /// for more details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the dedicated host group. + /// + /// + /// The name of the dedicated host. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task BeginRestartWithHttpMessagesAsync(string resourceGroupName, string hostGroupName, string hostName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Lists all of the dedicated hosts in the specified dedicated host /// group. Use the nextLink property in the response to get the next /// page of dedicated hosts. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IRestorePointsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IRestorePointsOperations.cs index 3153ddfdeafbb..f8811ef42ea60 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IRestorePointsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IRestorePointsOperations.cs @@ -92,6 +92,11 @@ public partial interface IRestorePointsOperations /// /// The name of the restore point. /// + /// + /// The expand expression to apply on the operation. 'InstanceView' + /// retrieves information about the run-time state of a restore point. + /// Possible values include: 'instanceView' + /// /// /// The headers that will be added to request. /// @@ -107,7 +112,7 @@ public partial interface IRestorePointsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string restorePointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string restorePointName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// The operation to create the restore point. Updating properties of /// an existing restore point is not allowed diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetsOperations.cs index 3f374cc248d5e..f7e63a1b2a609 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetsOperations.cs @@ -584,6 +584,14 @@ public partial interface IVirtualMachineScaleSetsOperations /// The platform update domain for which a manual recovery walk is /// requested /// + /// + /// The zone in which the manual recovery walk is requested for cross + /// zone virtual machine scale set + /// + /// + /// The placement group id for which the manual recovery walk is + /// requested. + /// /// /// The headers that will be added to request. /// @@ -599,7 +607,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// /// Thrown when a required parameter is null /// - Task> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, string zone = default(string), string placementGroupId = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Converts SinglePlacementGroup property to false for a existing /// virtual machine scale set. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs index 2cd6e2ee3cf6f..8df51681fff84 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs @@ -308,6 +308,11 @@ public partial interface IVirtualMachinesOperations /// /// The name of the resource group. /// + /// + /// The system query option to filter VMs returned in the response. + /// Allowed value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// /// /// The headers that will be added to request. /// @@ -323,7 +328,7 @@ public partial interface IVirtualMachinesOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists all of the virtual machines in the specified subscription. /// Use the nextLink property in the response to get the next page of @@ -333,6 +338,11 @@ public partial interface IVirtualMachinesOperations /// statusOnly=true enables fetching run time status of all Virtual /// Machines in the subscription. /// + /// + /// The system query option to filter VMs returned in the response. + /// Allowed value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// /// /// The headers that will be added to request. /// @@ -348,7 +358,7 @@ public partial interface IVirtualMachinesOperations /// /// Thrown when a required parameter is null /// - Task>> ListAllWithHttpMessagesAsync(string statusOnly = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListAllWithHttpMessagesAsync(string statusOnly = default(string), string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists all available virtual machine sizes to which the specified /// virtual machine can be resized. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ImagesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ImagesOperations.cs index 56cc968444fdb..0f6785cf40c84 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ImagesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ImagesOperations.cs @@ -169,7 +169,7 @@ internal ImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -361,7 +361,7 @@ internal ImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -541,7 +541,7 @@ internal ImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -742,7 +742,7 @@ internal ImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -968,7 +968,7 @@ internal ImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1184,7 +1184,7 @@ internal ImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/LogAnalyticsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/LogAnalyticsOperations.cs index 9a93953caff32..069bc48d3c6a5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/LogAnalyticsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/LogAnalyticsOperations.cs @@ -152,7 +152,7 @@ internal LogAnalyticsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -363,7 +363,7 @@ internal LogAnalyticsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticRepairsPolicy.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticRepairsPolicy.cs index bb24e531ad19b..77069f584cc0f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticRepairsPolicy.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticRepairsPolicy.cs @@ -38,12 +38,17 @@ public AutomaticRepairsPolicy() /// starts after the state change has completed. This helps avoid /// premature or accidental repairs. The time duration should be /// specified in ISO 8601 format. The minimum allowed grace period is - /// 30 minutes (PT30M), which is also the default value. The maximum + /// 10 minutes (PT10M), which is also the default value. The maximum /// allowed grace period is 90 minutes (PT90M). - public AutomaticRepairsPolicy(bool? enabled = default(bool?), string gracePeriod = default(string)) + /// Type of repair action (replace, restart, + /// reimage) that will be used for repairing unhealthy virtual machines + /// in the scale set. Default value is replace. Possible values + /// include: 'Replace', 'Restart', 'Reimage' + public AutomaticRepairsPolicy(bool? enabled = default(bool?), string gracePeriod = default(string), string repairAction = default(string)) { Enabled = enabled; GracePeriod = gracePeriod; + RepairAction = repairAction; CustomInit(); } @@ -64,12 +69,21 @@ public AutomaticRepairsPolicy() /// suspended due to a state change on VM. The grace time starts after /// the state change has completed. This helps avoid premature or /// accidental repairs. The time duration should be specified in ISO - /// 8601 format. The minimum allowed grace period is 30 minutes - /// (PT30M), which is also the default value. The maximum allowed grace + /// 8601 format. The minimum allowed grace period is 10 minutes + /// (PT10M), which is also the default value. The maximum allowed grace /// period is 90 minutes (PT90M). /// [JsonProperty(PropertyName = "gracePeriod")] public string GracePeriod { get; set; } + /// + /// Gets or sets type of repair action (replace, restart, reimage) that + /// will be used for repairing unhealthy virtual machines in the scale + /// set. Default value is replace. Possible values include: 'Replace', + /// 'Restart', 'Reimage' + /// + [JsonProperty(PropertyName = "repairAction")] + public string RepairAction { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs index b91f4e5404007..d25a1505eb933 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs @@ -58,6 +58,9 @@ public CapacityReservation() /// appears in the response. /// The Capacity reservation instance /// view. + /// Specifies the time at which the Capacity + /// Reservation resource was created.<br><br>Minimum + /// api-version: 2021-11-01. /// Availability Zone to use for this capacity /// reservation. The zone has to be single value and also should be /// part for the list of zones specified during the capacity @@ -65,7 +68,7 @@ public CapacityReservation() /// creation. If not provided, the reservation supports only non-zonal /// deployments. If provided, enforces VM/VMSS using this capacity /// reservation to be in same zone. - public CapacityReservation(string location, Sku sku, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string reservationId = default(string), IList virtualMachinesAssociated = default(IList), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), CapacityReservationInstanceView instanceView = default(CapacityReservationInstanceView), IList zones = default(IList)) + public CapacityReservation(string location, Sku sku, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string reservationId = default(string), IList virtualMachinesAssociated = default(IList), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), CapacityReservationInstanceView instanceView = default(CapacityReservationInstanceView), System.DateTime? timeCreated = default(System.DateTime?), IList zones = default(IList)) : base(location, id, name, type, tags) { ReservationId = reservationId; @@ -73,6 +76,7 @@ public CapacityReservation() ProvisioningTime = provisioningTime; ProvisioningState = provisioningState; InstanceView = instanceView; + TimeCreated = timeCreated; Sku = sku; Zones = zones; CustomInit(); @@ -116,6 +120,14 @@ public CapacityReservation() [JsonProperty(PropertyName = "properties.instanceView")] public CapacityReservationInstanceView InstanceView { get; private set; } + /// + /// Gets specifies the time at which the Capacity Reservation resource + /// was created.&lt;br&gt;&lt;br&gt;Minimum + /// api-version: 2021-11-01. + /// + [JsonProperty(PropertyName = "properties.timeCreated")] + public System.DateTime? TimeCreated { get; private set; } + /// /// Gets or sets SKU of the resource for which capacity needs be /// reserved. The SKU name and capacity is required to be set. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs index b49accbf972df..8af25f4738fd5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs @@ -48,6 +48,9 @@ public CapacityReservationUpdate() /// appears in the response. /// The Capacity reservation instance /// view. + /// Specifies the time at which the Capacity + /// Reservation resource was created.<br><br>Minimum + /// api-version: 2021-11-01. /// SKU of the resource for which capacity needs be /// reserved. The SKU name and capacity is required to be set. /// Currently VM Skus with the capability called @@ -55,7 +58,7 @@ public CapacityReservationUpdate() /// List Microsoft.Compute SKUs in a region /// (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for /// supported values. - public CapacityReservationUpdate(IDictionary tags = default(IDictionary), string reservationId = default(string), IList virtualMachinesAssociated = default(IList), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), CapacityReservationInstanceView instanceView = default(CapacityReservationInstanceView), Sku sku = default(Sku)) + public CapacityReservationUpdate(IDictionary tags = default(IDictionary), string reservationId = default(string), IList virtualMachinesAssociated = default(IList), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), CapacityReservationInstanceView instanceView = default(CapacityReservationInstanceView), System.DateTime? timeCreated = default(System.DateTime?), Sku sku = default(Sku)) : base(tags) { ReservationId = reservationId; @@ -63,6 +66,7 @@ public CapacityReservationUpdate() ProvisioningTime = provisioningTime; ProvisioningState = provisioningState; InstanceView = instanceView; + TimeCreated = timeCreated; Sku = sku; CustomInit(); } @@ -105,6 +109,14 @@ public CapacityReservationUpdate() [JsonProperty(PropertyName = "properties.instanceView")] public CapacityReservationInstanceView InstanceView { get; private set; } + /// + /// Gets specifies the time at which the Capacity Reservation resource + /// was created.&lt;br&gt;&lt;br&gt;Minimum + /// api-version: 2021-11-01. + /// + [JsonProperty(PropertyName = "properties.timeCreated")] + public System.DateTime? TimeCreated { get; private set; } + /// /// Gets or sets SKU of the resource for which capacity needs be /// reserved. The SKU name and capacity is required to be set. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs index 2492e07e7fed4..faac3438b484c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs @@ -65,7 +65,10 @@ public DedicatedHost() /// appears in the response. /// The dedicated host instance /// view. - public DedicatedHost(string location, Sku sku, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), int? platformFaultDomain = default(int?), bool? autoReplaceOnFailure = default(bool?), string hostId = default(string), IList virtualMachines = default(IList), DedicatedHostLicenseTypes? licenseType = default(DedicatedHostLicenseTypes?), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), DedicatedHostInstanceView instanceView = default(DedicatedHostInstanceView)) + /// Specifies the time at which the Dedicated + /// Host resource was created.<br><br>Minimum api-version: + /// 2021-11-01. + public DedicatedHost(string location, Sku sku, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), int? platformFaultDomain = default(int?), bool? autoReplaceOnFailure = default(bool?), string hostId = default(string), IList virtualMachines = default(IList), DedicatedHostLicenseTypes? licenseType = default(DedicatedHostLicenseTypes?), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), DedicatedHostInstanceView instanceView = default(DedicatedHostInstanceView), System.DateTime? timeCreated = default(System.DateTime?)) : base(location, id, name, type, tags) { PlatformFaultDomain = platformFaultDomain; @@ -76,6 +79,7 @@ public DedicatedHost() ProvisioningTime = provisioningTime; ProvisioningState = provisioningState; InstanceView = instanceView; + TimeCreated = timeCreated; Sku = sku; CustomInit(); } @@ -147,6 +151,14 @@ public DedicatedHost() [JsonProperty(PropertyName = "properties.instanceView")] public DedicatedHostInstanceView InstanceView { get; private set; } + /// + /// Gets specifies the time at which the Dedicated Host resource was + /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: + /// 2021-11-01. + /// + [JsonProperty(PropertyName = "properties.timeCreated")] + public System.DateTime? TimeCreated { get; private set; } + /// /// Gets or sets SKU of the dedicated host for Hardware Generation and /// VM family. Only name is required to be set. List Microsoft.Compute diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs index b49fbb5da1485..43040c861db1c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs @@ -59,7 +59,10 @@ public DedicatedHostUpdate() /// appears in the response. /// The dedicated host instance /// view. - public DedicatedHostUpdate(IDictionary tags = default(IDictionary), int? platformFaultDomain = default(int?), bool? autoReplaceOnFailure = default(bool?), string hostId = default(string), IList virtualMachines = default(IList), DedicatedHostLicenseTypes? licenseType = default(DedicatedHostLicenseTypes?), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), DedicatedHostInstanceView instanceView = default(DedicatedHostInstanceView)) + /// Specifies the time at which the Dedicated + /// Host resource was created.<br><br>Minimum api-version: + /// 2021-11-01. + public DedicatedHostUpdate(IDictionary tags = default(IDictionary), int? platformFaultDomain = default(int?), bool? autoReplaceOnFailure = default(bool?), string hostId = default(string), IList virtualMachines = default(IList), DedicatedHostLicenseTypes? licenseType = default(DedicatedHostLicenseTypes?), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), DedicatedHostInstanceView instanceView = default(DedicatedHostInstanceView), System.DateTime? timeCreated = default(System.DateTime?)) : base(tags) { PlatformFaultDomain = platformFaultDomain; @@ -70,6 +73,7 @@ public DedicatedHostUpdate() ProvisioningTime = provisioningTime; ProvisioningState = provisioningState; InstanceView = instanceView; + TimeCreated = timeCreated; CustomInit(); } @@ -140,6 +144,14 @@ public DedicatedHostUpdate() [JsonProperty(PropertyName = "properties.instanceView")] public DedicatedHostInstanceView InstanceView { get; private set; } + /// + /// Gets specifies the time at which the Dedicated Host resource was + /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: + /// 2021-11-01. + /// + [JsonProperty(PropertyName = "properties.timeCreated")] + public System.DateTime? TimeCreated { get; private set; } + /// /// Validate the object. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointInstanceView.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointInstanceView.cs new file mode 100644 index 0000000000000..ec126bab7991e --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointInstanceView.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The instance view of a disk restore point. + /// + public partial class DiskRestorePointInstanceView + { + /// + /// Initializes a new instance of the DiskRestorePointInstanceView + /// class. + /// + public DiskRestorePointInstanceView() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DiskRestorePointInstanceView + /// class. + /// + /// Disk restore point Id. + /// The disk restore point replication + /// status information. + public DiskRestorePointInstanceView(string id = default(string), object replicationStatus = default(object)) + { + Id = id; + ReplicationStatus = replicationStatus; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets disk restore point Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + /// + /// Gets or sets the disk restore point replication status information. + /// + [JsonProperty(PropertyName = "replicationStatus")] + public object ReplicationStatus { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointReplicationStatus.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointReplicationStatus.cs new file mode 100644 index 0000000000000..c3f5bac1a2bec --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskRestorePointReplicationStatus.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The instance view of a disk restore point. + /// + public partial class DiskRestorePointReplicationStatus + { + /// + /// Initializes a new instance of the DiskRestorePointReplicationStatus + /// class. + /// + public DiskRestorePointReplicationStatus() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DiskRestorePointReplicationStatus + /// class. + /// + /// The resource status information. + public DiskRestorePointReplicationStatus(object status = default(object)) + { + Status = status; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the resource status information. + /// + [JsonProperty(PropertyName = "status")] + public object Status { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageReference.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageReference.cs index 564ade3e0901e..a84ee1117dc78 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageReference.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageReference.cs @@ -53,7 +53,10 @@ public ImageReference() /// Specified the shared gallery /// image unique id for vm deployment. This can be fetched from shared /// gallery image GET call. - public ImageReference(string id = default(string), string publisher = default(string), string offer = default(string), string sku = default(string), string version = default(string), string exactVersion = default(string), string sharedGalleryImageId = default(string)) + /// Specified the community + /// gallery image unique id for vm deployment. This can be fetched from + /// community gallery image GET call. + public ImageReference(string id = default(string), string publisher = default(string), string offer = default(string), string sku = default(string), string version = default(string), string exactVersion = default(string), string sharedGalleryImageId = default(string), string communityGalleryImageId = default(string)) : base(id) { Publisher = publisher; @@ -62,6 +65,7 @@ public ImageReference() Version = version; ExactVersion = exactVersion; SharedGalleryImageId = sharedGalleryImageId; + CommunityGalleryImageId = communityGalleryImageId; CustomInit(); } @@ -117,5 +121,13 @@ public ImageReference() [JsonProperty(PropertyName = "sharedGalleryImageId")] public string SharedGalleryImageId { get; set; } + /// + /// Gets or sets specified the community gallery image unique id for vm + /// deployment. This can be fetched from community gallery image GET + /// call. + /// + [JsonProperty(PropertyName = "communityGalleryImageId")] + public string CommunityGalleryImageId { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs index 7042c7d194764..207b9484db264 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs @@ -37,11 +37,14 @@ public ManagedDiskParameters() /// 'Premium_ZRS', 'StandardSSD_ZRS' /// Specifies the customer managed disk /// encryption set resource id for the managed disk. - public ManagedDiskParameters(string id = default(string), string storageAccountType = default(string), DiskEncryptionSetParameters diskEncryptionSet = default(DiskEncryptionSetParameters)) + /// Specifies the security profile for + /// the managed disk. + public ManagedDiskParameters(string id = default(string), string storageAccountType = default(string), DiskEncryptionSetParameters diskEncryptionSet = default(DiskEncryptionSetParameters), VMDiskSecurityProfile securityProfile = default(VMDiskSecurityProfile)) : base(id) { StorageAccountType = storageAccountType; DiskEncryptionSet = diskEncryptionSet; + SecurityProfile = securityProfile; CustomInit(); } @@ -67,5 +70,11 @@ public ManagedDiskParameters() [JsonProperty(PropertyName = "diskEncryptionSet")] public DiskEncryptionSetParameters DiskEncryptionSet { get; set; } + /// + /// Gets or sets specifies the security profile for the managed disk. + /// + [JsonProperty(PropertyName = "securityProfile")] + public VMDiskSecurityProfile SecurityProfile { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs index 8a3daf217a1aa..7c58f0e6e932f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs @@ -14,7 +14,8 @@ namespace Microsoft.Azure.Management.Compute.Models using System.Linq; /// - /// Describes the public IP Sku + /// Describes the public IP Sku. It can only be set with OrchestrationMode + /// as Flexible. /// public partial class PublicIPAddressSku { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RepairAction.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RepairAction.cs new file mode 100644 index 0000000000000..93036df29aa92 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RepairAction.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + + /// + /// Defines values for RepairAction. + /// + public static class RepairAction + { + public const string Replace = "Replace"; + public const string Restart = "Restart"; + public const string Reimage = "Reimage"; + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs index c109d37860602..3f5b173c24ac8 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs @@ -50,7 +50,10 @@ public RestorePoint() /// 'FileSystemConsistent', 'ApplicationConsistent' /// Gets the creation time of the restore /// point. - public RestorePoint(string id = default(string), string name = default(string), string type = default(string), IList excludeDisks = default(IList), RestorePointSourceMetadata sourceMetadata = default(RestorePointSourceMetadata), string provisioningState = default(string), string consistencyMode = default(string), System.DateTime? timeCreated = default(System.DateTime?)) + /// Resource Id of the source restore + /// point from which a copy needs to be created. + /// The restore point instance view. + public RestorePoint(string id = default(string), string name = default(string), string type = default(string), IList excludeDisks = default(IList), RestorePointSourceMetadata sourceMetadata = default(RestorePointSourceMetadata), string provisioningState = default(string), string consistencyMode = default(string), System.DateTime? timeCreated = default(System.DateTime?), ApiEntityReference sourceRestorePoint = default(ApiEntityReference), RestorePointInstanceView instanceView = default(RestorePointInstanceView)) : base(id, name, type) { ExcludeDisks = excludeDisks; @@ -58,6 +61,8 @@ public RestorePoint() ProvisioningState = provisioningState; ConsistencyMode = consistencyMode; TimeCreated = timeCreated; + SourceRestorePoint = sourceRestorePoint; + InstanceView = instanceView; CustomInit(); } @@ -102,6 +107,19 @@ public RestorePoint() [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; set; } + /// + /// Gets or sets resource Id of the source restore point from which a + /// copy needs to be created. + /// + [JsonProperty(PropertyName = "properties.sourceRestorePoint")] + public ApiEntityReference SourceRestorePoint { get; set; } + + /// + /// Gets the restore point instance view. + /// + [JsonProperty(PropertyName = "properties.instanceView")] + public RestorePointInstanceView InstanceView { get; private set; } + /// /// Validate the object. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointExpandOptions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointExpandOptions.cs new file mode 100644 index 0000000000000..8c9c16f10b619 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointExpandOptions.cs @@ -0,0 +1,21 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + + /// + /// Defines values for RestorePointExpandOptions. + /// + public static class RestorePointExpandOptions + { + public const string InstanceView = "instanceView"; + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointInstanceView.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointInstanceView.cs new file mode 100644 index 0000000000000..9e1bfde85d717 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointInstanceView.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The instance view of a restore point. + /// + public partial class RestorePointInstanceView + { + /// + /// Initializes a new instance of the RestorePointInstanceView class. + /// + public RestorePointInstanceView() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RestorePointInstanceView class. + /// + /// The disk restore points + /// information. + /// The resource status information. + public RestorePointInstanceView(IList diskRestorePoints = default(IList), IList statuses = default(IList)) + { + DiskRestorePoints = diskRestorePoints; + Statuses = statuses; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the disk restore points information. + /// + [JsonProperty(PropertyName = "diskRestorePoints")] + public IList DiskRestorePoints { get; set; } + + /// + /// Gets or sets the resource status information. + /// + [JsonProperty(PropertyName = "statuses")] + public IList Statuses { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityEncryptionTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityEncryptionTypes.cs new file mode 100644 index 0000000000000..2a6faf1690940 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityEncryptionTypes.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + + /// + /// Defines values for SecurityEncryptionTypes. + /// + public static class SecurityEncryptionTypes + { + public const string VMGuestStateOnly = "VMGuestStateOnly"; + public const string DiskWithVMGuestState = "DiskWithVMGuestState"; + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs index 195674740d183..97ced4fef3575 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs @@ -41,10 +41,10 @@ public SecurityProfile() /// be disabled unless this property is set to true for the /// resource. /// Specifies the SecurityType of the - /// virtual machine. It is set as TrustedLaunch to enable UefiSettings. - /// <br><br> Default: UefiSettings will not be enabled - /// unless this property is set as TrustedLaunch. Possible values - /// include: 'TrustedLaunch' + /// virtual machine. It has to be set to any specified value to enable + /// UefiSettings. <br><br> Default: UefiSettings will not + /// be enabled unless this property is set. Possible values include: + /// 'TrustedLaunch', 'ConfidentialVM' public SecurityProfile(UefiSettings uefiSettings = default(UefiSettings), bool? encryptionAtHost = default(bool?), string securityType = default(string)) { UefiSettings = uefiSettings; @@ -80,10 +80,10 @@ public SecurityProfile() /// /// Gets or sets specifies the SecurityType of the virtual machine. It - /// is set as TrustedLaunch to enable UefiSettings. + /// has to be set to any specified value to enable UefiSettings. /// &lt;br&gt;&lt;br&gt; Default: UefiSettings will not - /// be enabled unless this property is set as TrustedLaunch. Possible - /// values include: 'TrustedLaunch' + /// be enabled unless this property is set. Possible values include: + /// 'TrustedLaunch', 'ConfidentialVM' /// [JsonProperty(PropertyName = "securityType")] public string SecurityType { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs index d85c553e8c4dc..4c887f9ed9f1a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs @@ -17,5 +17,6 @@ namespace Microsoft.Azure.Management.Compute.Models public static class SecurityTypes { public const string TrustedLaunch = "TrustedLaunch"; + public const string ConfidentialVM = "ConfidentialVM"; } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs new file mode 100644 index 0000000000000..0120b6024929b --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs @@ -0,0 +1,77 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Specifies the security profile settings for the managed disk. + /// <br><br> NOTE: It can only be set for Confidential VMs + /// + public partial class VMDiskSecurityProfile + { + /// + /// Initializes a new instance of the VMDiskSecurityProfile class. + /// + public VMDiskSecurityProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the VMDiskSecurityProfile class. + /// + /// Specifies the EncryptionType + /// of the managed disk. <br> It is set to DiskWithVMGuestState + /// for encryption of the managed disk along with VMGuestState blob, + /// and VMGuestStateOnly for encryption of just the VMGuestState blob. + /// <br><br> NOTE: It can be set for only Confidential VMs. + /// Possible values include: 'VMGuestStateOnly', + /// 'DiskWithVMGuestState' + /// Specifies the customer managed disk + /// encryption set resource id for the managed disk that is used for + /// Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest + /// blob. + public VMDiskSecurityProfile(string securityEncryptionType = default(string), DiskEncryptionSetParameters diskEncryptionSet = default(DiskEncryptionSetParameters)) + { + SecurityEncryptionType = securityEncryptionType; + DiskEncryptionSet = diskEncryptionSet; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets specifies the EncryptionType of the managed disk. + /// &lt;br&gt; It is set to DiskWithVMGuestState for encryption + /// of the managed disk along with VMGuestState blob, and + /// VMGuestStateOnly for encryption of just the VMGuestState blob. + /// &lt;br&gt;&lt;br&gt; NOTE: It can be set for only + /// Confidential VMs. Possible values include: 'VMGuestStateOnly', + /// 'DiskWithVMGuestState' + /// + [JsonProperty(PropertyName = "securityEncryptionType")] + public string SecurityEncryptionType { get; set; } + + /// + /// Gets or sets specifies the customer managed disk encryption set + /// resource id for the managed disk that is used for Customer Managed + /// Key encrypted ConfidentialVM OS Disk and VMGuest blob. + /// + [JsonProperty(PropertyName = "diskEncryptionSet")] + public DiskEncryptionSetParameters DiskEncryptionSet { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs index 77427d65be444..5d2db6ded20b4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs @@ -160,6 +160,9 @@ public VirtualMachine() /// <br><br>Minimum api-version: 2021-04-01. /// Specifies the gallery applications /// that should be made available to the VM/VMSS + /// Specifies the time at which the Virtual + /// Machine resource was created.<br><br>Minimum + /// api-version: 2021-11-01. /// The virtual machine child extension /// resources. /// The identity of the virtual machine, if @@ -167,7 +170,7 @@ public VirtualMachine() /// The virtual machine zones. /// The extended location of the Virtual /// Machine. - public VirtualMachine(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), Plan plan = default(Plan), HardwareProfile hardwareProfile = default(HardwareProfile), StorageProfile storageProfile = default(StorageProfile), AdditionalCapabilities additionalCapabilities = default(AdditionalCapabilities), OSProfile osProfile = default(OSProfile), NetworkProfile networkProfile = default(NetworkProfile), SecurityProfile securityProfile = default(SecurityProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), SubResource availabilitySet = default(SubResource), SubResource virtualMachineScaleSet = default(SubResource), SubResource proximityPlacementGroup = default(SubResource), string priority = default(string), string evictionPolicy = default(string), BillingProfile billingProfile = default(BillingProfile), SubResource host = default(SubResource), SubResource hostGroup = default(SubResource), string provisioningState = default(string), VirtualMachineInstanceView instanceView = default(VirtualMachineInstanceView), string licenseType = default(string), string vmId = default(string), string extensionsTimeBudget = default(string), int? platformFaultDomain = default(int?), ScheduledEventsProfile scheduledEventsProfile = default(ScheduledEventsProfile), string userData = default(string), CapacityReservationProfile capacityReservation = default(CapacityReservationProfile), ApplicationProfile applicationProfile = default(ApplicationProfile), IList resources = default(IList), VirtualMachineIdentity identity = default(VirtualMachineIdentity), IList zones = default(IList), ExtendedLocation extendedLocation = default(ExtendedLocation)) + public VirtualMachine(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), Plan plan = default(Plan), HardwareProfile hardwareProfile = default(HardwareProfile), StorageProfile storageProfile = default(StorageProfile), AdditionalCapabilities additionalCapabilities = default(AdditionalCapabilities), OSProfile osProfile = default(OSProfile), NetworkProfile networkProfile = default(NetworkProfile), SecurityProfile securityProfile = default(SecurityProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), SubResource availabilitySet = default(SubResource), SubResource virtualMachineScaleSet = default(SubResource), SubResource proximityPlacementGroup = default(SubResource), string priority = default(string), string evictionPolicy = default(string), BillingProfile billingProfile = default(BillingProfile), SubResource host = default(SubResource), SubResource hostGroup = default(SubResource), string provisioningState = default(string), VirtualMachineInstanceView instanceView = default(VirtualMachineInstanceView), string licenseType = default(string), string vmId = default(string), string extensionsTimeBudget = default(string), int? platformFaultDomain = default(int?), ScheduledEventsProfile scheduledEventsProfile = default(ScheduledEventsProfile), string userData = default(string), CapacityReservationProfile capacityReservation = default(CapacityReservationProfile), ApplicationProfile applicationProfile = default(ApplicationProfile), System.DateTime? timeCreated = default(System.DateTime?), IList resources = default(IList), VirtualMachineIdentity identity = default(VirtualMachineIdentity), IList zones = default(IList), ExtendedLocation extendedLocation = default(ExtendedLocation)) : base(location, id, name, type, tags) { Plan = plan; @@ -196,6 +199,7 @@ public VirtualMachine() UserData = userData; CapacityReservation = capacityReservation; ApplicationProfile = applicationProfile; + TimeCreated = timeCreated; Resources = resources; Identity = identity; Zones = zones; @@ -465,6 +469,14 @@ public VirtualMachine() [JsonProperty(PropertyName = "properties.applicationProfile")] public ApplicationProfile ApplicationProfile { get; set; } + /// + /// Gets specifies the time at which the Virtual Machine resource was + /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: + /// 2021-11-01. + /// + [JsonProperty(PropertyName = "properties.timeCreated")] + public System.DateTime? TimeCreated { get; private set; } + /// /// Gets the virtual machine child extension resources. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtension.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtension.cs index a760052cbaa78..168a0c16da1b1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtension.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtension.cs @@ -69,7 +69,10 @@ public VirtualMachineExtension() /// from the extension will be suppressed (Operational failures such as /// not connecting to the VM will not be suppressed regardless of this /// value). The default is false. - public VirtualMachineExtension(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string forceUpdateTag = default(string), string publisher = default(string), string virtualMachineExtensionType = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), VirtualMachineExtensionInstanceView instanceView = default(VirtualMachineExtensionInstanceView), bool? suppressFailures = default(bool?)) + /// The extensions + /// protected settings that are passed by reference, and consumed from + /// key vault + public VirtualMachineExtension(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string forceUpdateTag = default(string), string publisher = default(string), string virtualMachineExtensionType = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), VirtualMachineExtensionInstanceView instanceView = default(VirtualMachineExtensionInstanceView), bool? suppressFailures = default(bool?), object protectedSettingsFromKeyVault = default(object)) : base(location, id, name, type, tags) { ForceUpdateTag = forceUpdateTag; @@ -83,6 +86,7 @@ public VirtualMachineExtension() ProvisioningState = provisioningState; InstanceView = instanceView; SuppressFailures = suppressFailures; + ProtectedSettingsFromKeyVault = protectedSettingsFromKeyVault; CustomInit(); } @@ -168,6 +172,13 @@ public VirtualMachineExtension() [JsonProperty(PropertyName = "properties.suppressFailures")] public bool? SuppressFailures { get; set; } + /// + /// Gets or sets the extensions protected settings that are passed by + /// reference, and consumed from key vault + /// + [JsonProperty(PropertyName = "properties.protectedSettingsFromKeyVault")] + public object ProtectedSettingsFromKeyVault { get; set; } + /// /// Validate the object. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtensionUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtensionUpdate.cs index 3e7d76f71caf4..3839a8f107a7d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtensionUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineExtensionUpdate.cs @@ -63,7 +63,10 @@ public VirtualMachineExtensionUpdate() /// from the extension will be suppressed (Operational failures such as /// not connecting to the VM will not be suppressed regardless of this /// value). The default is false. - public VirtualMachineExtensionUpdate(IDictionary tags = default(IDictionary), string forceUpdateTag = default(string), string publisher = default(string), string type = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), bool? suppressFailures = default(bool?)) + /// The extensions + /// protected settings that are passed by reference, and consumed from + /// key vault + public VirtualMachineExtensionUpdate(IDictionary tags = default(IDictionary), string forceUpdateTag = default(string), string publisher = default(string), string type = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), bool? suppressFailures = default(bool?), object protectedSettingsFromKeyVault = default(object)) : base(tags) { ForceUpdateTag = forceUpdateTag; @@ -75,6 +78,7 @@ public VirtualMachineExtensionUpdate() Settings = settings; ProtectedSettings = protectedSettings; SuppressFailures = suppressFailures; + ProtectedSettingsFromKeyVault = protectedSettingsFromKeyVault; CustomInit(); } @@ -148,5 +152,12 @@ public VirtualMachineExtensionUpdate() [JsonProperty(PropertyName = "properties.suppressFailures")] public bool? SuppressFailures { get; set; } + /// + /// Gets or sets the extensions protected settings that are passed by + /// reference, and consumed from key vault + /// + [JsonProperty(PropertyName = "properties.protectedSettingsFromKeyVault")] + public object ProtectedSettingsFromKeyVault { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs index 3254d8ae1e4df..90b1b73de66a0 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs @@ -96,6 +96,9 @@ public VirtualMachineScaleSet() /// 'Uniform', 'Flexible' /// Specifies the Spot Restore /// properties for the virtual machine scale set. + /// Specifies the time at which the Virtual + /// Machine Scale Set resource was created.<br><br>Minimum + /// api-version: 2021-11-01. /// The identity of the virtual machine scale /// set, if configured. /// The virtual machine scale set zones. NOTE: @@ -103,7 +106,7 @@ public VirtualMachineScaleSet() /// set /// The extended location of the Virtual /// Machine Scale Set. - public VirtualMachineScaleSet(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), Sku sku = default(Sku), Plan plan = default(Plan), UpgradePolicy upgradePolicy = default(UpgradePolicy), AutomaticRepairsPolicy automaticRepairsPolicy = default(AutomaticRepairsPolicy), VirtualMachineScaleSetVMProfile virtualMachineProfile = default(VirtualMachineScaleSetVMProfile), string provisioningState = default(string), bool? overprovision = default(bool?), bool? doNotRunExtensionsOnOverprovisionedVMs = default(bool?), string uniqueId = default(string), bool? singlePlacementGroup = default(bool?), bool? zoneBalance = default(bool?), int? platformFaultDomainCount = default(int?), SubResource proximityPlacementGroup = default(SubResource), SubResource hostGroup = default(SubResource), AdditionalCapabilities additionalCapabilities = default(AdditionalCapabilities), ScaleInPolicy scaleInPolicy = default(ScaleInPolicy), string orchestrationMode = default(string), SpotRestorePolicy spotRestorePolicy = default(SpotRestorePolicy), VirtualMachineScaleSetIdentity identity = default(VirtualMachineScaleSetIdentity), IList zones = default(IList), ExtendedLocation extendedLocation = default(ExtendedLocation)) + public VirtualMachineScaleSet(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), Sku sku = default(Sku), Plan plan = default(Plan), UpgradePolicy upgradePolicy = default(UpgradePolicy), AutomaticRepairsPolicy automaticRepairsPolicy = default(AutomaticRepairsPolicy), VirtualMachineScaleSetVMProfile virtualMachineProfile = default(VirtualMachineScaleSetVMProfile), string provisioningState = default(string), bool? overprovision = default(bool?), bool? doNotRunExtensionsOnOverprovisionedVMs = default(bool?), string uniqueId = default(string), bool? singlePlacementGroup = default(bool?), bool? zoneBalance = default(bool?), int? platformFaultDomainCount = default(int?), SubResource proximityPlacementGroup = default(SubResource), SubResource hostGroup = default(SubResource), AdditionalCapabilities additionalCapabilities = default(AdditionalCapabilities), ScaleInPolicy scaleInPolicy = default(ScaleInPolicy), string orchestrationMode = default(string), SpotRestorePolicy spotRestorePolicy = default(SpotRestorePolicy), System.DateTime? timeCreated = default(System.DateTime?), VirtualMachineScaleSetIdentity identity = default(VirtualMachineScaleSetIdentity), IList zones = default(IList), ExtendedLocation extendedLocation = default(ExtendedLocation)) : base(location, id, name, type, tags) { Sku = sku; @@ -124,6 +127,7 @@ public VirtualMachineScaleSet() ScaleInPolicy = scaleInPolicy; OrchestrationMode = orchestrationMode; SpotRestorePolicy = spotRestorePolicy; + TimeCreated = timeCreated; Identity = identity; Zones = zones; ExtendedLocation = extendedLocation; @@ -275,6 +279,14 @@ public VirtualMachineScaleSet() [JsonProperty(PropertyName = "properties.spotRestorePolicy")] public SpotRestorePolicy SpotRestorePolicy { get; set; } + /// + /// Gets specifies the time at which the Virtual Machine Scale Set + /// resource was created.&lt;br&gt;&lt;br&gt;Minimum + /// api-version: 2021-11-01. + /// + [JsonProperty(PropertyName = "properties.timeCreated")] + public System.DateTime? TimeCreated { get; private set; } + /// /// Gets or sets the identity of the virtual machine scale set, if /// configured. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtension.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtension.cs index ee8b08c296496..7e4057f6157a1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtension.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtension.cs @@ -70,7 +70,10 @@ public VirtualMachineScaleSetExtension() /// from the extension will be suppressed (Operational failures such as /// not connecting to the VM will not be suppressed regardless of this /// value). The default is false. - public VirtualMachineScaleSetExtension(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), IList provisionAfterExtensions = default(IList), bool? suppressFailures = default(bool?)) + /// The extensions + /// protected settings that are passed by reference, and consumed from + /// key vault + public VirtualMachineScaleSetExtension(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), IList provisionAfterExtensions = default(IList), bool? suppressFailures = default(bool?), object protectedSettingsFromKeyVault = default(object)) : base(id) { Name = name; @@ -86,6 +89,7 @@ public VirtualMachineScaleSetExtension() ProvisioningState = provisioningState; ProvisionAfterExtensions = provisionAfterExtensions; SuppressFailures = suppressFailures; + ProtectedSettingsFromKeyVault = protectedSettingsFromKeyVault; CustomInit(); } @@ -185,5 +189,12 @@ public VirtualMachineScaleSetExtension() [JsonProperty(PropertyName = "properties.suppressFailures")] public bool? SuppressFailures { get; set; } + /// + /// Gets or sets the extensions protected settings that are passed by + /// reference, and consumed from key vault + /// + [JsonProperty(PropertyName = "properties.protectedSettingsFromKeyVault")] + public object ProtectedSettingsFromKeyVault { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionUpdate.cs index 249442c28882c..09aae47b27db0 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionUpdate.cs @@ -70,7 +70,10 @@ public VirtualMachineScaleSetExtensionUpdate() /// from the extension will be suppressed (Operational failures such as /// not connecting to the VM will not be suppressed regardless of this /// value). The default is false. - public VirtualMachineScaleSetExtensionUpdate(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), IList provisionAfterExtensions = default(IList), bool? suppressFailures = default(bool?)) + /// The extensions + /// protected settings that are passed by reference, and consumed from + /// key vault + public VirtualMachineScaleSetExtensionUpdate(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), IList provisionAfterExtensions = default(IList), bool? suppressFailures = default(bool?), object protectedSettingsFromKeyVault = default(object)) : base(id) { Name = name; @@ -86,6 +89,7 @@ public VirtualMachineScaleSetExtensionUpdate() ProvisioningState = provisioningState; ProvisionAfterExtensions = provisionAfterExtensions; SuppressFailures = suppressFailures; + ProtectedSettingsFromKeyVault = protectedSettingsFromKeyVault; CustomInit(); } @@ -185,5 +189,12 @@ public VirtualMachineScaleSetExtensionUpdate() [JsonProperty(PropertyName = "properties.suppressFailures")] public bool? SuppressFailures { get; set; } + /// + /// Gets or sets the extensions protected settings that are passed by + /// reference, and consumed from key vault + /// + [JsonProperty(PropertyName = "properties.protectedSettingsFromKeyVault")] + public object ProtectedSettingsFromKeyVault { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs new file mode 100644 index 0000000000000..37d388cad89d6 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Specifies the hardware settings for the virtual machine scale set. + /// + public partial class VirtualMachineScaleSetHardwareProfile + { + /// + /// Initializes a new instance of the + /// VirtualMachineScaleSetHardwareProfile class. + /// + public VirtualMachineScaleSetHardwareProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// VirtualMachineScaleSetHardwareProfile class. + /// + /// Specifies the properties for + /// customizing the size of the virtual machine. Minimum api-version: + /// 2021-11-01. <br><br> Please follow the instructions in + /// [VM Customization](https://aka.ms/vmcustomization) for more + /// details. + public VirtualMachineScaleSetHardwareProfile(VMSizeProperties vmSizeProperties = default(VMSizeProperties)) + { + VmSizeProperties = vmSizeProperties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets specifies the properties for customizing the size of + /// the virtual machine. Minimum api-version: 2021-11-01. + /// &lt;br&gt;&lt;br&gt; Please follow the instructions + /// in [VM Customization](https://aka.ms/vmcustomization) for more + /// details. + /// + [JsonProperty(PropertyName = "vmSizeProperties")] + public VMSizeProperties VmSizeProperties { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetManagedDiskParameters.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetManagedDiskParameters.cs index 2cb366199f199..8d8d9b27c6546 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetManagedDiskParameters.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetManagedDiskParameters.cs @@ -38,10 +38,13 @@ public VirtualMachineScaleSetManagedDiskParameters() /// 'Premium_ZRS', 'StandardSSD_ZRS' /// Specifies the customer managed disk /// encryption set resource id for the managed disk. - public VirtualMachineScaleSetManagedDiskParameters(string storageAccountType = default(string), DiskEncryptionSetParameters diskEncryptionSet = default(DiskEncryptionSetParameters)) + /// Specifies the security profile for + /// the managed disk. + public VirtualMachineScaleSetManagedDiskParameters(string storageAccountType = default(string), DiskEncryptionSetParameters diskEncryptionSet = default(DiskEncryptionSetParameters), VMDiskSecurityProfile securityProfile = default(VMDiskSecurityProfile)) { StorageAccountType = storageAccountType; DiskEncryptionSet = diskEncryptionSet; + SecurityProfile = securityProfile; CustomInit(); } @@ -67,5 +70,11 @@ public VirtualMachineScaleSetManagedDiskParameters() [JsonProperty(PropertyName = "diskEncryptionSet")] public DiskEncryptionSetParameters DiskEncryptionSet { get; set; } + /// + /// Gets or sets specifies the security profile for the managed disk. + /// + [JsonProperty(PropertyName = "securityProfile")] + public VMDiskSecurityProfile SecurityProfile { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs index d2079c5f7ab8c..a3ec8efe0469e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs @@ -86,7 +86,11 @@ public VirtualMachineScaleSetOSProfile() /// Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) /// or the [Azure Key Vault virtual machine extension for /// Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows). - public VirtualMachineScaleSetOSProfile(string computerNamePrefix = default(string), string adminUsername = default(string), string adminPassword = default(string), string customData = default(string), WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), LinuxConfiguration linuxConfiguration = default(LinuxConfiguration), IList secrets = default(IList)) + /// Specifies whether extension + /// operations should be allowed on the virtual machine scale set. + /// <br><br>This may only be set to False when no + /// extensions are present on the virtual machine scale set. + public VirtualMachineScaleSetOSProfile(string computerNamePrefix = default(string), string adminUsername = default(string), string adminPassword = default(string), string customData = default(string), WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), LinuxConfiguration linuxConfiguration = default(LinuxConfiguration), IList secrets = default(IList), bool? allowExtensionOperations = default(bool?)) { ComputerNamePrefix = computerNamePrefix; AdminUsername = adminUsername; @@ -95,6 +99,7 @@ public VirtualMachineScaleSetOSProfile() WindowsConfiguration = windowsConfiguration; LinuxConfiguration = linuxConfiguration; Secrets = secrets; + AllowExtensionOperations = allowExtensionOperations; CustomInit(); } @@ -195,5 +200,14 @@ public VirtualMachineScaleSetOSProfile() [JsonProperty(PropertyName = "secrets")] public IList Secrets { get; set; } + /// + /// Gets or sets specifies whether extension operations should be + /// allowed on the virtual machine scale set. + /// &lt;br&gt;&lt;br&gt;This may only be set to False + /// when no extensions are present on the virtual machine scale set. + /// + [JsonProperty(PropertyName = "allowExtensionOperations")] + public bool? AllowExtensionOperations { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs index e7c0d661e4cf3..ec3945e123692 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.cs @@ -40,14 +40,17 @@ public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration() /// IP address. /// The dns settings to be applied on the /// publicIP addresses . + /// The PublicIPPrefix from which to + /// allocate publicIP addresses. /// Specify what happens to the public IP /// when the VM is deleted. Possible values include: 'Delete', /// 'Detach' - public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration(string name = default(string), int? idleTimeoutInMinutes = default(int?), VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings = default(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings), string deleteOption = default(string)) + public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration(string name = default(string), int? idleTimeoutInMinutes = default(int?), VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings = default(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings), SubResource publicIPPrefix = default(SubResource), string deleteOption = default(string)) { Name = name; IdleTimeoutInMinutes = idleTimeoutInMinutes; DnsSettings = dnsSettings; + PublicIPPrefix = publicIPPrefix; DeleteOption = deleteOption; CustomInit(); } @@ -76,6 +79,13 @@ public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration() [JsonProperty(PropertyName = "properties.dnsSettings")] public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings DnsSettings { get; set; } + /// + /// Gets or sets the PublicIPPrefix from which to allocate publicIP + /// addresses. + /// + [JsonProperty(PropertyName = "properties.publicIPPrefix")] + public SubResource PublicIPPrefix { get; set; } + /// /// Gets or sets specify what happens to the public IP when the VM is /// deleted. Possible values include: 'Delete', 'Detach' diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtension.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtension.cs index 2d1b349074024..fdb767f44b90e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtension.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtension.cs @@ -67,7 +67,10 @@ public VirtualMachineScaleSetVMExtension() /// from the extension will be suppressed (Operational failures such as /// not connecting to the VM will not be suppressed regardless of this /// value). The default is false. - public VirtualMachineScaleSetVMExtension(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), VirtualMachineExtensionInstanceView instanceView = default(VirtualMachineExtensionInstanceView), bool? suppressFailures = default(bool?)) + /// The extensions + /// protected settings that are passed by reference, and consumed from + /// key vault + public VirtualMachineScaleSetVMExtension(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), string provisioningState = default(string), VirtualMachineExtensionInstanceView instanceView = default(VirtualMachineExtensionInstanceView), bool? suppressFailures = default(bool?), object protectedSettingsFromKeyVault = default(object)) : base(id) { Name = name; @@ -83,6 +86,7 @@ public VirtualMachineScaleSetVMExtension() ProvisioningState = provisioningState; InstanceView = instanceView; SuppressFailures = suppressFailures; + ProtectedSettingsFromKeyVault = protectedSettingsFromKeyVault; CustomInit(); } @@ -180,5 +184,12 @@ public VirtualMachineScaleSetVMExtension() [JsonProperty(PropertyName = "properties.suppressFailures")] public bool? SuppressFailures { get; set; } + /// + /// Gets or sets the extensions protected settings that are passed by + /// reference, and consumed from key vault + /// + [JsonProperty(PropertyName = "properties.protectedSettingsFromKeyVault")] + public object ProtectedSettingsFromKeyVault { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtensionUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtensionUpdate.cs index fbf9ed439e64c..dcaf3098b7ae3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtensionUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMExtensionUpdate.cs @@ -63,7 +63,10 @@ public VirtualMachineScaleSetVMExtensionUpdate() /// from the extension will be suppressed (Operational failures such as /// not connecting to the VM will not be suppressed regardless of this /// value). The default is false. - public VirtualMachineScaleSetVMExtensionUpdate(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), bool? suppressFailures = default(bool?)) + /// The extensions + /// protected settings that are passed by reference, and consumed from + /// key vault + public VirtualMachineScaleSetVMExtensionUpdate(string id = default(string), string name = default(string), string type = default(string), string forceUpdateTag = default(string), string publisher = default(string), string type1 = default(string), string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), bool? suppressFailures = default(bool?), object protectedSettingsFromKeyVault = default(object)) : base(id) { Name = name; @@ -77,6 +80,7 @@ public VirtualMachineScaleSetVMExtensionUpdate() Settings = settings; ProtectedSettings = protectedSettings; SuppressFailures = suppressFailures; + ProtectedSettingsFromKeyVault = protectedSettingsFromKeyVault; CustomInit(); } @@ -162,5 +166,12 @@ public VirtualMachineScaleSetVMExtensionUpdate() [JsonProperty(PropertyName = "properties.suppressFailures")] public bool? SuppressFailures { get; set; } + /// + /// Gets or sets the extensions protected settings that are passed by + /// reference, and consumed from key vault + /// + [JsonProperty(PropertyName = "properties.protectedSettingsFromKeyVault")] + public object ProtectedSettingsFromKeyVault { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs index c9ad05baf38a6..73d41b362555e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs @@ -84,7 +84,10 @@ public VirtualMachineScaleSetVMProfile() /// <br><br>Minimum api-version: 2021-04-01. /// Specifies the gallery applications /// that should be made available to the VM/VMSS - public VirtualMachineScaleSetVMProfile(VirtualMachineScaleSetOSProfile osProfile = default(VirtualMachineScaleSetOSProfile), VirtualMachineScaleSetStorageProfile storageProfile = default(VirtualMachineScaleSetStorageProfile), VirtualMachineScaleSetNetworkProfile networkProfile = default(VirtualMachineScaleSetNetworkProfile), SecurityProfile securityProfile = default(SecurityProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), VirtualMachineScaleSetExtensionProfile extensionProfile = default(VirtualMachineScaleSetExtensionProfile), string licenseType = default(string), string priority = default(string), string evictionPolicy = default(string), BillingProfile billingProfile = default(BillingProfile), ScheduledEventsProfile scheduledEventsProfile = default(ScheduledEventsProfile), string userData = default(string), CapacityReservationProfile capacityReservation = default(CapacityReservationProfile), ApplicationProfile applicationProfile = default(ApplicationProfile)) + /// Specifies the hardware profile + /// related details of a scale set. <br><br>Minimum + /// api-version: 2021-11-01. + public VirtualMachineScaleSetVMProfile(VirtualMachineScaleSetOSProfile osProfile = default(VirtualMachineScaleSetOSProfile), VirtualMachineScaleSetStorageProfile storageProfile = default(VirtualMachineScaleSetStorageProfile), VirtualMachineScaleSetNetworkProfile networkProfile = default(VirtualMachineScaleSetNetworkProfile), SecurityProfile securityProfile = default(SecurityProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), VirtualMachineScaleSetExtensionProfile extensionProfile = default(VirtualMachineScaleSetExtensionProfile), string licenseType = default(string), string priority = default(string), string evictionPolicy = default(string), BillingProfile billingProfile = default(BillingProfile), ScheduledEventsProfile scheduledEventsProfile = default(ScheduledEventsProfile), string userData = default(string), CapacityReservationProfile capacityReservation = default(CapacityReservationProfile), ApplicationProfile applicationProfile = default(ApplicationProfile), VirtualMachineScaleSetHardwareProfile hardwareProfile = default(VirtualMachineScaleSetHardwareProfile)) { OsProfile = osProfile; StorageProfile = storageProfile; @@ -100,6 +103,7 @@ public VirtualMachineScaleSetVMProfile() UserData = userData; CapacityReservation = capacityReservation; ApplicationProfile = applicationProfile; + HardwareProfile = hardwareProfile; CustomInit(); } @@ -233,6 +237,14 @@ public VirtualMachineScaleSetVMProfile() [JsonProperty(PropertyName = "applicationProfile")] public ApplicationProfile ApplicationProfile { get; set; } + /// + /// Gets or sets specifies the hardware profile related details of a + /// scale set. &lt;br&gt;&lt;br&gt;Minimum api-version: + /// 2021-11-01. + /// + [JsonProperty(PropertyName = "hardwareProfile")] + public VirtualMachineScaleSetHardwareProfile HardwareProfile { get; set; } + /// /// Validate the object. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs index dac1a5e776a40..7f9bef22ff2f0 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs @@ -156,10 +156,13 @@ public VirtualMachineUpdate() /// <br><br>Minimum api-version: 2021-04-01. /// Specifies the gallery applications /// that should be made available to the VM/VMSS + /// Specifies the time at which the Virtual + /// Machine resource was created.<br><br>Minimum + /// api-version: 2021-11-01. /// The identity of the virtual machine, if /// configured. /// The virtual machine zones. - public VirtualMachineUpdate(IDictionary tags = default(IDictionary), Plan plan = default(Plan), HardwareProfile hardwareProfile = default(HardwareProfile), StorageProfile storageProfile = default(StorageProfile), AdditionalCapabilities additionalCapabilities = default(AdditionalCapabilities), OSProfile osProfile = default(OSProfile), NetworkProfile networkProfile = default(NetworkProfile), SecurityProfile securityProfile = default(SecurityProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), SubResource availabilitySet = default(SubResource), SubResource virtualMachineScaleSet = default(SubResource), SubResource proximityPlacementGroup = default(SubResource), string priority = default(string), string evictionPolicy = default(string), BillingProfile billingProfile = default(BillingProfile), SubResource host = default(SubResource), SubResource hostGroup = default(SubResource), string provisioningState = default(string), VirtualMachineInstanceView instanceView = default(VirtualMachineInstanceView), string licenseType = default(string), string vmId = default(string), string extensionsTimeBudget = default(string), int? platformFaultDomain = default(int?), ScheduledEventsProfile scheduledEventsProfile = default(ScheduledEventsProfile), string userData = default(string), CapacityReservationProfile capacityReservation = default(CapacityReservationProfile), ApplicationProfile applicationProfile = default(ApplicationProfile), VirtualMachineIdentity identity = default(VirtualMachineIdentity), IList zones = default(IList)) + public VirtualMachineUpdate(IDictionary tags = default(IDictionary), Plan plan = default(Plan), HardwareProfile hardwareProfile = default(HardwareProfile), StorageProfile storageProfile = default(StorageProfile), AdditionalCapabilities additionalCapabilities = default(AdditionalCapabilities), OSProfile osProfile = default(OSProfile), NetworkProfile networkProfile = default(NetworkProfile), SecurityProfile securityProfile = default(SecurityProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), SubResource availabilitySet = default(SubResource), SubResource virtualMachineScaleSet = default(SubResource), SubResource proximityPlacementGroup = default(SubResource), string priority = default(string), string evictionPolicy = default(string), BillingProfile billingProfile = default(BillingProfile), SubResource host = default(SubResource), SubResource hostGroup = default(SubResource), string provisioningState = default(string), VirtualMachineInstanceView instanceView = default(VirtualMachineInstanceView), string licenseType = default(string), string vmId = default(string), string extensionsTimeBudget = default(string), int? platformFaultDomain = default(int?), ScheduledEventsProfile scheduledEventsProfile = default(ScheduledEventsProfile), string userData = default(string), CapacityReservationProfile capacityReservation = default(CapacityReservationProfile), ApplicationProfile applicationProfile = default(ApplicationProfile), System.DateTime? timeCreated = default(System.DateTime?), VirtualMachineIdentity identity = default(VirtualMachineIdentity), IList zones = default(IList)) : base(tags) { Plan = plan; @@ -188,6 +191,7 @@ public VirtualMachineUpdate() UserData = userData; CapacityReservation = capacityReservation; ApplicationProfile = applicationProfile; + TimeCreated = timeCreated; Identity = identity; Zones = zones; CustomInit(); @@ -455,6 +459,14 @@ public VirtualMachineUpdate() [JsonProperty(PropertyName = "properties.applicationProfile")] public ApplicationProfile ApplicationProfile { get; set; } + /// + /// Gets specifies the time at which the Virtual Machine resource was + /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: + /// 2021-11-01. + /// + [JsonProperty(PropertyName = "properties.timeCreated")] + public System.DateTime? TimeCreated { get; private set; } + /// /// Gets or sets the identity of the virtual machine, if configured. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Operations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Operations.cs index 94bd08474b5e9..30f5e935f442e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Operations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Operations.cs @@ -70,7 +70,7 @@ internal Operations(ComputeManagementClient client) /// public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ProximityPlacementGroupsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ProximityPlacementGroupsOperations.cs index 232fb1b06887b..8d242af27b823 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ProximityPlacementGroupsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ProximityPlacementGroupsOperations.cs @@ -105,7 +105,7 @@ internal ProximityPlacementGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -327,7 +327,7 @@ internal ProximityPlacementGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; ProximityPlacementGroupUpdate parameters = new ProximityPlacementGroupUpdate(); if (tags != null) { @@ -530,7 +530,7 @@ internal ProximityPlacementGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -710,7 +710,7 @@ internal ProximityPlacementGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -895,7 +895,7 @@ internal ProximityPlacementGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1078,7 +1078,7 @@ internal ProximityPlacementGroupsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointCollectionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointCollectionsOperations.cs index c6bdccf0ef8a0..2e18de6b4458f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointCollectionsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointCollectionsOperations.cs @@ -108,7 +108,7 @@ internal RestorePointCollectionsOperations(ComputeManagementClient client) { parameters.Validate(); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -334,7 +334,7 @@ internal RestorePointCollectionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -563,7 +563,7 @@ internal RestorePointCollectionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "restorePointCollectionName"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -755,7 +755,7 @@ internal RestorePointCollectionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -936,7 +936,7 @@ internal RestorePointCollectionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1124,7 +1124,7 @@ internal RestorePointCollectionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "restorePointCollectionName"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperations.cs index 1aba65c053dd9..72db253c9883e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperations.cs @@ -116,6 +116,11 @@ internal RestorePointsOperations(ComputeManagementClient client) /// /// The name of the restore point. /// + /// + /// The expand expression to apply on the operation. 'InstanceView' retrieves + /// information about the run-time state of a restore point. Possible values + /// include: 'instanceView' + /// /// /// Headers that will be added to request. /// @@ -137,7 +142,7 @@ internal RestorePointsOperations(ComputeManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string restorePointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string restorePointName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { @@ -155,7 +160,7 @@ internal RestorePointsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "restorePointName"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -166,6 +171,7 @@ internal RestorePointsOperations(ComputeManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("restorePointCollectionName", restorePointCollectionName); tracingParameters.Add("restorePointName", restorePointName); + tracingParameters.Add("expand", expand); tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -178,6 +184,10 @@ internal RestorePointsOperations(ComputeManagementClient client) _url = _url.Replace("{restorePointCollectionName}", System.Uri.EscapeDataString(restorePointCollectionName)); _url = _url.Replace("{restorePointName}", System.Uri.EscapeDataString(restorePointName)); List _queryParameters = new List(); + if (expand != null) + { + _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand))); + } if (apiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); @@ -370,7 +380,7 @@ internal RestorePointsOperations(ComputeManagementClient client) { parameters.Validate(); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -577,7 +587,7 @@ internal RestorePointsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "restorePointName"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperationsExtensions.cs index 02909b2296e05..83dbdacd7df47 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/RestorePointsOperationsExtensions.cs @@ -133,9 +133,14 @@ public static void Delete(this IRestorePointsOperations operations, string resou /// /// The name of the restore point. /// - public static RestorePoint Get(this IRestorePointsOperations operations, string resourceGroupName, string restorePointCollectionName, string restorePointName) + /// + /// The expand expression to apply on the operation. 'InstanceView' retrieves + /// information about the run-time state of a restore point. Possible values + /// include: 'instanceView' + /// + public static RestorePoint Get(this IRestorePointsOperations operations, string resourceGroupName, string restorePointCollectionName, string restorePointName, string expand = default(string)) { - return operations.GetAsync(resourceGroupName, restorePointCollectionName, restorePointName).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, restorePointCollectionName, restorePointName, expand).GetAwaiter().GetResult(); } /// @@ -153,12 +158,17 @@ public static RestorePoint Get(this IRestorePointsOperations operations, string /// /// The name of the restore point. /// + /// + /// The expand expression to apply on the operation. 'InstanceView' retrieves + /// information about the run-time state of a restore point. Possible values + /// include: 'instanceView' + /// /// /// The cancellation token. /// - public static async Task GetAsync(this IRestorePointsOperations operations, string resourceGroupName, string restorePointCollectionName, string restorePointName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IRestorePointsOperations operations, string resourceGroupName, string restorePointCollectionName, string restorePointName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, restorePointName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, restorePointName, expand, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs index 000b940361601..76d1b022e320e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs @@ -19,9 +19,9 @@ public static IEnumerable> ApiInfo_ComputeManageme { return new Tuple[] { - new Tuple("Compute", "AvailabilitySets", "2021-07-01"), - new Tuple("Compute", "CapacityReservationGroups", "2021-07-01"), - new Tuple("Compute", "CapacityReservations", "2021-07-01"), + new Tuple("Compute", "AvailabilitySets", "2021-11-01"), + new Tuple("Compute", "CapacityReservationGroups", "2021-11-01"), + new Tuple("Compute", "CapacityReservations", "2021-11-01"), new Tuple("Compute", "CloudServiceOperatingSystems", "2021-03-01"), new Tuple("Compute", "CloudServiceRoleInstances", "2021-03-01"), new Tuple("Compute", "CloudServiceRoles", "2021-03-01"), @@ -30,8 +30,8 @@ public static IEnumerable> ApiInfo_ComputeManageme new Tuple("Compute", "CommunityGalleries", "2021-07-01"), new Tuple("Compute", "CommunityGalleryImageVersions", "2021-07-01"), new Tuple("Compute", "CommunityGalleryImages", "2021-07-01"), - new Tuple("Compute", "DedicatedHostGroups", "2021-07-01"), - new Tuple("Compute", "DedicatedHosts", "2021-07-01"), + new Tuple("Compute", "DedicatedHostGroups", "2021-11-01"), + new Tuple("Compute", "DedicatedHosts", "2021-11-01"), new Tuple("Compute", "DiskAccesses", "2021-08-01"), new Tuple("Compute", "DiskEncryptionSets", "2021-08-01"), new Tuple("Compute", "DiskRestorePoint", "2021-08-01"), @@ -42,32 +42,32 @@ public static IEnumerable> ApiInfo_ComputeManageme new Tuple("Compute", "GalleryImageVersions", "2021-07-01"), new Tuple("Compute", "GalleryImages", "2021-07-01"), new Tuple("Compute", "GallerySharingProfile", "2021-07-01"), - new Tuple("Compute", "Images", "2021-07-01"), - new Tuple("Compute", "LogAnalytics", "2021-07-01"), - new Tuple("Compute", "Operations", "2021-07-01"), - new Tuple("Compute", "ProximityPlacementGroups", "2021-07-01"), + new Tuple("Compute", "Images", "2021-11-01"), + new Tuple("Compute", "LogAnalytics", "2021-11-01"), + new Tuple("Compute", "Operations", "2021-11-01"), + new Tuple("Compute", "ProximityPlacementGroups", "2021-11-01"), new Tuple("Compute", "ResourceSkus", "2021-07-01"), - new Tuple("Compute", "RestorePointCollections", "2021-07-01"), - new Tuple("Compute", "RestorePoints", "2021-07-01"), + new Tuple("Compute", "RestorePointCollections", "2021-11-01"), + new Tuple("Compute", "RestorePoints", "2021-11-01"), new Tuple("Compute", "SharedGalleries", "2021-07-01"), new Tuple("Compute", "SharedGalleryImageVersions", "2021-07-01"), new Tuple("Compute", "SharedGalleryImages", "2021-07-01"), new Tuple("Compute", "Snapshots", "2021-08-01"), - new Tuple("Compute", "SshPublicKeys", "2021-07-01"), - new Tuple("Compute", "Usage", "2021-07-01"), - new Tuple("Compute", "VirtualMachineExtensionImages", "2021-07-01"), - new Tuple("Compute", "VirtualMachineExtensions", "2021-07-01"), - new Tuple("Compute", "VirtualMachineImages", "2021-07-01"), - new Tuple("Compute", "VirtualMachineImagesEdgeZone", "2021-07-01"), - new Tuple("Compute", "VirtualMachineRunCommands", "2021-07-01"), - new Tuple("Compute", "VirtualMachineScaleSetExtensions", "2021-07-01"), - new Tuple("Compute", "VirtualMachineScaleSetRollingUpgrades", "2021-07-01"), - new Tuple("Compute", "VirtualMachineScaleSetVMExtensions", "2021-07-01"), - new Tuple("Compute", "VirtualMachineScaleSetVMRunCommands", "2021-07-01"), - new Tuple("Compute", "VirtualMachineScaleSetVMs", "2021-07-01"), - new Tuple("Compute", "VirtualMachineScaleSets", "2021-07-01"), - new Tuple("Compute", "VirtualMachineSizes", "2021-07-01"), - new Tuple("Compute", "VirtualMachines", "2021-07-01"), + new Tuple("Compute", "SshPublicKeys", "2021-11-01"), + new Tuple("Compute", "Usage", "2021-11-01"), + new Tuple("Compute", "VirtualMachineExtensionImages", "2021-11-01"), + new Tuple("Compute", "VirtualMachineExtensions", "2021-11-01"), + new Tuple("Compute", "VirtualMachineImages", "2021-11-01"), + new Tuple("Compute", "VirtualMachineImagesEdgeZone", "2021-11-01"), + new Tuple("Compute", "VirtualMachineRunCommands", "2021-11-01"), + new Tuple("Compute", "VirtualMachineScaleSetExtensions", "2021-11-01"), + new Tuple("Compute", "VirtualMachineScaleSetRollingUpgrades", "2021-11-01"), + new Tuple("Compute", "VirtualMachineScaleSetVMExtensions", "2021-11-01"), + new Tuple("Compute", "VirtualMachineScaleSetVMRunCommands", "2021-11-01"), + new Tuple("Compute", "VirtualMachineScaleSetVMs", "2021-11-01"), + new Tuple("Compute", "VirtualMachineScaleSets", "2021-11-01"), + new Tuple("Compute", "VirtualMachineSizes", "2021-11-01"), + new Tuple("Compute", "VirtualMachines", "2021-11-01"), }.AsEnumerable(); } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SshPublicKeysOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SshPublicKeysOperations.cs index 16fd594b4992c..63b1749ac05d9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SshPublicKeysOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SshPublicKeysOperations.cs @@ -81,7 +81,7 @@ internal SshPublicKeysOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -265,7 +265,7 @@ internal SshPublicKeysOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -468,7 +468,7 @@ internal SshPublicKeysOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -694,7 +694,7 @@ internal SshPublicKeysOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -892,7 +892,7 @@ internal SshPublicKeysOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1068,7 +1068,7 @@ internal SshPublicKeysOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1265,7 +1265,7 @@ internal SshPublicKeysOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/UsageOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/UsageOperations.cs index 94f20653b9ceb..03be34e68fb92 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/UsageOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/UsageOperations.cs @@ -96,7 +96,7 @@ internal UsageOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionImagesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionImagesOperations.cs index 8970700b699f7..abd565843a9f2 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionImagesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionImagesOperations.cs @@ -106,7 +106,7 @@ internal VirtualMachineExtensionImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -303,7 +303,7 @@ internal VirtualMachineExtensionImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -505,7 +505,7 @@ internal VirtualMachineExtensionImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionsOperations.cs index 09a34f8dc6d12..f733ff5db496b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineExtensionsOperations.cs @@ -186,7 +186,7 @@ internal VirtualMachineExtensionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -390,7 +390,7 @@ internal VirtualMachineExtensionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -608,7 +608,7 @@ internal VirtualMachineExtensionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -843,7 +843,7 @@ internal VirtualMachineExtensionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1050,7 +1050,7 @@ internal VirtualMachineExtensionsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesEdgeZoneOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesEdgeZoneOperations.cs index dd14474dea592..646ac7ce3839b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesEdgeZoneOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesEdgeZoneOperations.cs @@ -122,7 +122,7 @@ internal VirtualMachineImagesEdgeZoneOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -356,7 +356,7 @@ internal VirtualMachineImagesEdgeZoneOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -579,7 +579,7 @@ internal VirtualMachineImagesEdgeZoneOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -776,7 +776,7 @@ internal VirtualMachineImagesEdgeZoneOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -985,7 +985,7 @@ internal VirtualMachineImagesEdgeZoneOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesOperations.cs index 4d56d5bbe60e9..1133deeaa2cb1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineImagesOperations.cs @@ -115,7 +115,7 @@ internal VirtualMachineImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -337,7 +337,7 @@ internal VirtualMachineImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -551,7 +551,7 @@ internal VirtualMachineImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -739,7 +739,7 @@ internal VirtualMachineImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -939,7 +939,7 @@ internal VirtualMachineImagesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineRunCommandsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineRunCommandsOperations.cs index 2217782c98ba1..8afb5b9436194 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineRunCommandsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineRunCommandsOperations.cs @@ -94,7 +94,7 @@ internal VirtualMachineRunCommandsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -293,7 +293,7 @@ internal VirtualMachineRunCommandsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -579,7 +579,7 @@ internal VirtualMachineRunCommandsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -783,7 +783,7 @@ internal VirtualMachineRunCommandsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1001,7 +1001,7 @@ internal VirtualMachineRunCommandsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1236,7 +1236,7 @@ internal VirtualMachineRunCommandsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1443,7 +1443,7 @@ internal VirtualMachineRunCommandsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetExtensionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetExtensionsOperations.cs index 17889f91eaed1..03f139b58fee1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetExtensionsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetExtensionsOperations.cs @@ -186,7 +186,7 @@ internal VirtualMachineScaleSetExtensionsOperations(ComputeManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -387,7 +387,7 @@ internal VirtualMachineScaleSetExtensionsOperations(ComputeManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -596,7 +596,7 @@ internal VirtualMachineScaleSetExtensionsOperations(ComputeManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -831,7 +831,7 @@ internal VirtualMachineScaleSetExtensionsOperations(ComputeManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1056,7 +1056,7 @@ internal VirtualMachineScaleSetExtensionsOperations(ComputeManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetRollingUpgradesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetRollingUpgradesOperations.cs index 8374b91baeee1..3553ab075d61b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetRollingUpgradesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetRollingUpgradesOperations.cs @@ -164,7 +164,7 @@ internal VirtualMachineScaleSetRollingUpgradesOperations(ComputeManagementClient { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -355,7 +355,7 @@ internal VirtualMachineScaleSetRollingUpgradesOperations(ComputeManagementClient { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -530,7 +530,7 @@ internal VirtualMachineScaleSetRollingUpgradesOperations(ComputeManagementClient { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -705,7 +705,7 @@ internal VirtualMachineScaleSetRollingUpgradesOperations(ComputeManagementClient { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMExtensionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMExtensionsOperations.cs index acb0f38adbeec..f412902ffcb69 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMExtensionsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMExtensionsOperations.cs @@ -201,7 +201,7 @@ internal VirtualMachineScaleSetVMExtensionsOperations(ComputeManagementClient cl { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -415,7 +415,7 @@ internal VirtualMachineScaleSetVMExtensionsOperations(ComputeManagementClient cl { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -637,7 +637,7 @@ internal VirtualMachineScaleSetVMExtensionsOperations(ComputeManagementClient cl { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -881,7 +881,7 @@ internal VirtualMachineScaleSetVMExtensionsOperations(ComputeManagementClient cl { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1097,7 +1097,7 @@ internal VirtualMachineScaleSetVMExtensionsOperations(ComputeManagementClient cl { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMRunCommandsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMRunCommandsOperations.cs index 1b0d5dec01fa1..512849258647e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMRunCommandsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMRunCommandsOperations.cs @@ -201,7 +201,7 @@ internal VirtualMachineScaleSetVMRunCommandsOperations(ComputeManagementClient c { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -415,7 +415,7 @@ internal VirtualMachineScaleSetVMRunCommandsOperations(ComputeManagementClient c { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -641,7 +641,7 @@ internal VirtualMachineScaleSetVMRunCommandsOperations(ComputeManagementClient c { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -885,7 +885,7 @@ internal VirtualMachineScaleSetVMRunCommandsOperations(ComputeManagementClient c { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1101,7 +1101,7 @@ internal VirtualMachineScaleSetVMRunCommandsOperations(ComputeManagementClient c { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs index 549c83d2724af..0a9addf5a840b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs @@ -251,7 +251,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -269,7 +269,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); _url = _url.Replace("{instanceId}", System.Uri.EscapeDataString(instanceId)); @@ -459,7 +459,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -476,7 +476,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/instanceView").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/instanceView").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); _url = _url.Replace("{instanceId}", System.Uri.EscapeDataString(instanceId)); @@ -662,7 +662,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -991,7 +991,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1222,7 +1222,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1438,7 +1438,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMReimageParameters vmScaleSetVMReimageInput = default(VirtualMachineScaleSetVMReimageParameters); if (tempDisk != null) { @@ -1462,7 +1462,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimage").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/reimage").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); _url = _url.Replace("{instanceId}", System.Uri.EscapeDataString(instanceId)); @@ -1634,7 +1634,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1651,7 +1651,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimageall").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/reimageall").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); _url = _url.Replace("{instanceId}", System.Uri.EscapeDataString(instanceId)); @@ -1819,7 +1819,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1836,7 +1836,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/deallocate").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/deallocate").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); _url = _url.Replace("{instanceId}", System.Uri.EscapeDataString(instanceId)); @@ -2016,7 +2016,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2034,7 +2034,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); _url = _url.Replace("{instanceId}", System.Uri.EscapeDataString(instanceId)); @@ -2245,7 +2245,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2263,7 +2263,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{vmScaleSetName}", System.Uri.EscapeDataString(vmScaleSetName)); _url = _url.Replace("{instanceId}", System.Uri.EscapeDataString(instanceId)); @@ -2439,7 +2439,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2626,7 +2626,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2808,7 +2808,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2991,7 +2991,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3173,7 +3173,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3369,7 +3369,7 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperations.cs index f23d30f991ba4..6fd786c49c0a2 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperations.cs @@ -95,7 +95,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -368,7 +368,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -625,7 +625,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -812,7 +812,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -993,7 +993,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1184,7 +1184,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1378,7 +1378,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1768,6 +1768,13 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// /// The platform update domain for which a manual recovery walk is requested /// + /// + /// The zone in which the manual recovery walk is requested for cross zone + /// virtual machine scale set + /// + /// + /// The placement group id for which the manual recovery walk is requested. + /// /// /// Headers that will be added to request. /// @@ -1789,7 +1796,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, string zone = default(string), string placementGroupId = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1803,7 +1810,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1815,6 +1822,8 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) tracingParameters.Add("vmScaleSetName", vmScaleSetName); tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("platformUpdateDomain", platformUpdateDomain); + tracingParameters.Add("zone", zone); + tracingParameters.Add("placementGroupId", placementGroupId); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ForceRecoveryServiceFabricPlatformUpdateDomainWalk", tracingParameters); } @@ -1830,6 +1839,14 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } _queryParameters.Add(string.Format("platformUpdateDomain={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(platformUpdateDomain, Client.SerializationSettings).Trim('"')))); + if (zone != null) + { + _queryParameters.Add(string.Format("zone={0}", System.Uri.EscapeDataString(zone))); + } + if (placementGroupId != null) + { + _queryParameters.Add(string.Format("placementGroupId={0}", System.Uri.EscapeDataString(placementGroupId))); + } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -2003,7 +2020,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VMScaleSetConvertToSinglePlacementGroupInput parameters = new VMScaleSetConvertToSinglePlacementGroupInput(); if (activePlacementGroupId != null) { @@ -2227,7 +2244,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2453,7 +2470,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2654,7 +2671,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2839,7 +2856,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = default(VirtualMachineScaleSetVMInstanceIDs); if (instanceIds != null) { @@ -3036,7 +3053,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "instanceIds"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceRequiredIDs vmInstanceIDs = new VirtualMachineScaleSetVMInstanceRequiredIDs(); if (instanceIds != null) { @@ -3238,7 +3255,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = default(VirtualMachineScaleSetVMInstanceIDs); if (instanceIds != null) { @@ -3434,7 +3451,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = default(VirtualMachineScaleSetVMInstanceIDs); if (instanceIds != null) { @@ -3625,7 +3642,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = default(VirtualMachineScaleSetVMInstanceIDs); if (instanceIds != null) { @@ -3817,7 +3834,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = default(VirtualMachineScaleSetVMInstanceIDs); if (instanceIds != null) { @@ -4011,7 +4028,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = default(VirtualMachineScaleSetVMInstanceIDs); if (instanceIds != null) { @@ -4205,7 +4222,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "instanceIds"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceRequiredIDs vmInstanceIDs = new VirtualMachineScaleSetVMInstanceRequiredIDs(); if (instanceIds != null) { @@ -4395,7 +4412,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4581,7 +4598,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = default(VirtualMachineScaleSetVMInstanceIDs); if (instanceIds != null) { @@ -4778,7 +4795,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperationsExtensions.cs index 2464f42725f30..0a336a6138785 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetsOperationsExtensions.cs @@ -952,9 +952,16 @@ public static void UpdateInstances(this IVirtualMachineScaleSetsOperations opera /// /// The platform update domain for which a manual recovery walk is requested /// - public static RecoveryWalkResponse ForceRecoveryServiceFabricPlatformUpdateDomainWalk(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, int platformUpdateDomain) + /// + /// The zone in which the manual recovery walk is requested for cross zone + /// virtual machine scale set + /// + /// + /// The placement group id for which the manual recovery walk is requested. + /// + public static RecoveryWalkResponse ForceRecoveryServiceFabricPlatformUpdateDomainWalk(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, string zone = default(string), string placementGroupId = default(string)) { - return operations.ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(resourceGroupName, vmScaleSetName, platformUpdateDomain).GetAwaiter().GetResult(); + return operations.ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(resourceGroupName, vmScaleSetName, platformUpdateDomain, zone, placementGroupId).GetAwaiter().GetResult(); } /// @@ -973,12 +980,19 @@ public static RecoveryWalkResponse ForceRecoveryServiceFabricPlatformUpdateDomai /// /// The platform update domain for which a manual recovery walk is requested /// + /// + /// The zone in which the manual recovery walk is requested for cross zone + /// virtual machine scale set + /// + /// + /// The placement group id for which the manual recovery walk is requested. + /// /// /// The cancellation token. /// - public static async Task ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, string zone = default(string), string placementGroupId = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(resourceGroupName, vmScaleSetName, platformUpdateDomain, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(resourceGroupName, vmScaleSetName, platformUpdateDomain, zone, placementGroupId, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineSizesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineSizesOperations.cs index e02ad90a06466..a6eb7468d01d5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineSizesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineSizesOperations.cs @@ -95,7 +95,7 @@ internal VirtualMachineSizesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs index 6404614d40afd..a14aa3f2f3a5b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs @@ -95,7 +95,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -398,7 +398,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -597,7 +597,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -843,7 +843,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -982,6 +982,11 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// /// The name of the resource group. /// + /// + /// The system query option to filter VMs returned in the response. Allowed + /// value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// /// /// Headers that will be added to request. /// @@ -1003,7 +1008,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1013,7 +1018,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1022,6 +1027,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("filter", filter); tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); @@ -1032,6 +1038,10 @@ internal VirtualMachinesOperations(ComputeManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); + if (filter != null) + { + _queryParameters.Add(string.Format("$filter={0}", System.Uri.EscapeDataString(filter))); + } if (apiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); @@ -1169,6 +1179,11 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// statusOnly=true enables fetching run time status of all Virtual Machines in /// the subscription. /// + /// + /// The system query option to filter VMs returned in the response. Allowed + /// value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// /// /// Headers that will be added to request. /// @@ -1190,13 +1205,13 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListAllWithHttpMessagesAsync(string statusOnly = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListAllWithHttpMessagesAsync(string statusOnly = default(string), string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1206,6 +1221,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("statusOnly", statusOnly); + tracingParameters.Add("filter", filter); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListAll", tracingParameters); } @@ -1222,6 +1238,10 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { _queryParameters.Add(string.Format("statusOnly={0}", System.Uri.EscapeDataString(statusOnly))); } + if (filter != null) + { + _queryParameters.Add(string.Format("$filter={0}", System.Uri.EscapeDataString(filter))); + } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -1392,7 +1412,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1738,7 +1758,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1956,7 +1976,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2216,7 +2236,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2429,7 +2449,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2655,7 +2675,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2856,7 +2876,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3035,7 +3055,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3212,7 +3232,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3397,7 +3417,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3575,7 +3595,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3748,7 +3768,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3921,7 +3941,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4095,7 +4115,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4274,7 +4294,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; VirtualMachineReimageParameters parameters = default(VirtualMachineReimageParameters); if (tempDisk != null) { @@ -4460,7 +4480,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4636,7 +4656,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4841,7 +4861,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -5053,7 +5073,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2021-07-01"; + string apiVersion = "2021-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs index 27cec29011fc4..9bcbb2d693b9a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs @@ -485,9 +485,14 @@ public static void Generalize(this IVirtualMachinesOperations operations, string /// /// The name of the resource group. /// - public static IPage List(this IVirtualMachinesOperations operations, string resourceGroupName) + /// + /// The system query option to filter VMs returned in the response. Allowed + /// value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// + public static IPage List(this IVirtualMachinesOperations operations, string resourceGroupName, string filter = default(string)) { - return operations.ListAsync(resourceGroupName).GetAwaiter().GetResult(); + return operations.ListAsync(resourceGroupName, filter).GetAwaiter().GetResult(); } /// @@ -500,12 +505,17 @@ public static IPage List(this IVirtualMachinesOperations operati /// /// The name of the resource group. /// + /// + /// The system query option to filter VMs returned in the response. Allowed + /// value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// /// /// The cancellation token. /// - public static async Task> ListAsync(this IVirtualMachinesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IVirtualMachinesOperations operations, string resourceGroupName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, filter, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -522,9 +532,14 @@ public static IPage List(this IVirtualMachinesOperations operati /// statusOnly=true enables fetching run time status of all Virtual Machines in /// the subscription. /// - public static IPage ListAll(this IVirtualMachinesOperations operations, string statusOnly = default(string)) + /// + /// The system query option to filter VMs returned in the response. Allowed + /// value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// + public static IPage ListAll(this IVirtualMachinesOperations operations, string statusOnly = default(string), string filter = default(string)) { - return operations.ListAllAsync(statusOnly).GetAwaiter().GetResult(); + return operations.ListAllAsync(statusOnly, filter).GetAwaiter().GetResult(); } /// @@ -538,12 +553,17 @@ public static IPage List(this IVirtualMachinesOperations operati /// statusOnly=true enables fetching run time status of all Virtual Machines in /// the subscription. /// + /// + /// The system query option to filter VMs returned in the response. Allowed + /// value is 'virtualMachineScaleSet/id' eq + /// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' + /// /// /// The cancellation token. /// - public static async Task> ListAllAsync(this IVirtualMachinesOperations operations, string statusOnly = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAllAsync(this IVirtualMachinesOperations operations, string statusOnly = default(string), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListAllWithHttpMessagesAsync(statusOnly, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListAllWithHttpMessagesAsync(statusOnly, filter, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj index 8263687e71c84..c18aa18b4a6e6 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj @@ -9,7 +9,7 @@ Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager. Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Compute" (https://www.nuget.org/packages/Azure.ResourceManager.Compute/). Please see the package changelog for more information. - 51.0.0 + 52.0.0 Microsoft.Azure.Management.Compute management;virtual machine;compute; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs index b46ec5480a6ae..8b5e23f02d531 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyTitle("Microsoft Azure Compute Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")] -[assembly: AssemblyVersion("51.0.0")] -[assembly: AssemblyFileVersion("51.0.0")] +[assembly: AssemblyVersion("52.0.0")] +[assembly: AssemblyFileVersion("52.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/CapacityReservationTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/CapacityReservationTests.cs index d61a3ed885d92..3a7eb7e1ed347 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/CapacityReservationTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/CapacityReservationTests.cs @@ -20,7 +20,7 @@ public void TestCapacityReservationOperations() string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); using (MockContext context = MockContext.Start(this.GetType())) { - Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "southcentralus"); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "eastus"); EnsureClientsInitialized(context); string baseRGName = ComputeManagementTestUtilities.GenerateName(TestPrefix); diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/DedicatedHostTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/DedicatedHostTests.cs index 8c7cd1d794df9..74f5b4e089fe9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/DedicatedHostTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/DedicatedHostTests.cs @@ -12,6 +12,7 @@ using System; using System.Collections.Generic; using System.Text.RegularExpressions; +using System.Threading; namespace Compute.Tests { @@ -125,6 +126,51 @@ public void TestNonZonalDedicatedHostGroupInstanceViewAndAutomaticPlacement() } } + [Fact] + public void TestDedicatedHostRestart() + { + string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); + using (MockContext context = MockContext.Start(this.GetType())) + { + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "centraluseuap"); + EnsureClientsInitialized(context); + + string baseRGName = ComputeManagementTestUtilities.GenerateName(TestPrefix); + string rgName = baseRGName + "DH"; + string dhgName = "DHG-1"; + string dhName = "DH-1"; + + try + { + // Create a dedicated host group, then get the dedicated host group and validate that they match + DedicatedHostGroup createdDHG = CreateDedicatedHostGroup(rgName, dhgName, availabilityZone: null); + DedicatedHostGroup returnedDHG = m_CrpClient.DedicatedHostGroups.Get(rgName, dhgName); + ValidateDedicatedHostGroup(createdDHG, returnedDHG); + + //Create DedicatedHost within the DedicatedHostGroup and validate + var createdDH = CreateDedicatedHost(rgName, dhgName, dhName, "ESv3-Type1"); + var returnedDH = m_CrpClient.DedicatedHosts.Get(rgName, dhgName, dhName); + ValidateDedicatedHost(createdDH, returnedDH); + + // Validate dedicated host group instance view + DedicatedHostGroup returnedDHGWithInstanceView = m_CrpClient.DedicatedHostGroups.Get(rgName, dhgName, InstanceViewTypes.InstanceView); + ValidateDedicatedHostGroupInstanceView(returnedDHGWithInstanceView, createdDH); + + // Restart the DedicatedHost + m_CrpClient.DedicatedHosts.Restart(rgName, dhgName, dhName); + + // Delete DedicatedHost and DedicatedHostGroup + m_CrpClient.DedicatedHosts.Delete(rgName, dhgName, dhName); + m_CrpClient.DedicatedHostGroups.Delete(rgName, dhgName); + } + finally + { + m_ResourcesClient.ResourceGroups.Delete(rgName); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", originalTestLocation); + } + } + } + private void ValidateDedicatedHostGroup(DedicatedHostGroup expectedDHG, DedicatedHostGroup actualDHG) { if (expectedDHG == null) diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/ExtensionTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/ExtensionTests.cs index 8d7c1f2f14baf..b0022c7de6003 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/ExtensionTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/ExtensionTests.cs @@ -1,6 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; @@ -8,6 +9,7 @@ using Microsoft.Azure.Management.Compute.Models; using Microsoft.Azure.Management.ResourceManager; using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Newtonsoft.Json.Linq; using Xunit; namespace Compute.Tests @@ -114,6 +116,20 @@ public void TestVMExtensionOperations() // Validate the extension delete API m_CrpClient.VirtualMachineExtensions.Delete(rgName, vm.Name, vmExtension.Name); + + // Add another extension to the VM with protectedSettingsFromKeyVault + var vmExtension2 = GetTestVMExtension(); + AddProtectedSettingsFromKeyVaultToExtension(vmExtension2, rgName); + + //For now we just validate that the protectedSettingsFromKeyVault has been accepted and persisted. Since we didn't create a KV, this failure is expected + try + { + response = m_CrpClient.VirtualMachineExtensions.CreateOrUpdate(rgName, vm.Name, vmExtension2.Name, vmExtension2); + } + catch (Exception e) + { + Assert.Contains("either has not been enabled for deployment or the vault id provided", e.Message); + } } finally { @@ -146,6 +162,16 @@ private void ValidateVMExtensionInstanceView(VirtualMachineExtensionInstanceView Assert.NotNull(vmExtInstanceView.Statuses[0].Level); Assert.NotNull(vmExtInstanceView.Statuses[0].Message); } + + private void AddProtectedSettingsFromKeyVaultToExtension(VirtualMachineExtension vmExtension, string resourceGroupName) + { + vmExtension.ProtectedSettings = null; + string idValue = string.Format("subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.KeyVault/vaults/kvName", m_subId, resourceGroupName); + string sourceVaultId = string.Format("\"id\": \"{0}\"", idValue); + string sourceVault = "{ " + sourceVaultId + " }"; + string secret = string.Format("\"secretUrl\": \"{0}\"", "https://kvName.vault.azure.net/secrets/secretName/79b88b3a6f5440ffb2e73e44a0db712e"); + vmExtension.ProtectedSettingsFromKeyVault = new JRaw("{ " + string.Format("\"sourceVault\": {0},{1}", sourceVault, secret) + " }"); + } } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/HealthExtensionTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/HealthExtensionTests.cs index de3a8507f1dae..6c08486f45b5e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/HealthExtensionTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/HealthExtensionTests.cs @@ -56,6 +56,7 @@ public void TestVMHealthExtensionOperations() // Add an extension to the VM var vmExtension = GetHealthVMExtension(); + vmExtension.Location = vm.Location; var response = m_CrpClient.VirtualMachineExtensions.CreateOrUpdate(rgName, vm.Name, vmExtension.Name, vmExtension); ValidateVMExtension(vmExtension, response); diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/RestorePointTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/RestorePointTests.cs index 2f0ce32d72942..d61b8c3aacec9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/RestorePointTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/RestorePointTests.cs @@ -16,11 +16,15 @@ namespace Compute.Tests public class RestorePointTests : VMTestBase { /// + /// This test covers both local Restore Points and Cross-region copy scenarios /// Covers following Operations: /// Create source VM /// Create two Restore Point Collections for the source VM + /// Create rpc in a different region referencing to rpc in source region (cross-region copy scenario) /// Update rpc via PATCH /// Create restore point and exclude one data disk using ExcludeDisks property + /// Copy restore point to different region (cross-region copy scenario) + /// Get restore point with instance view (applicable only for restorePoint created via cross-region copy scenario) /// List all restore points in rpc (using $expand=restorePoints) /// List all rpcs in resource group /// List all rpcs in subscription @@ -31,10 +35,12 @@ public class RestorePointTests : VMTestBase [Trait("Name", "CreateRpcAndRestorePoints")] public void CreateRpcAndRestorePoints() { + string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); using (MockContext context = MockContext.Start(this.GetType().FullName)) { + string location = "centraluseuap"; + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", location); EnsureClientsInitialized(context); - string location = ComputeManagementTestUtilities.DefaultLocation; var rgName = ComputeManagementTestUtilities.GenerateName(TestPrefix); ImageReference imageRef = GetPlatformVMImage(useWindowsImage: true); VirtualMachine inputVM; @@ -57,6 +63,8 @@ public void CreateRpcAndRestorePoints() string rpName = ComputeManagementTestUtilities.GenerateName("rpClientTest"); string rpcName = ComputeManagementTestUtilities.GenerateName("rpc1ClientTest"); string rpcName2 = ComputeManagementTestUtilities.GenerateName("rpc2ClientTest"); + string remoteRpcName = ComputeManagementTestUtilities.GenerateName("rpcRemoteClientTest"); + string remoteRpName = ComputeManagementTestUtilities.GenerateName("rpRemoteClientTest"); string vmId = createdVM.Id; string vmSize = createdVM.HardwareProfile.VmSize; @@ -66,12 +74,17 @@ public void CreateRpcAndRestorePoints() {"RG", "rg"}, {"testTag", "testTagValue"}, }; - RestorePointCollection createdRpc = CreateRpc(createdVM.Id, rpcName, rgName, location, tags); + RestorePointCollection createdRpc = CreateRpc(vmId, rpcName, rgName, location, tags); VerifyRpc(createdRpc, rpcName, location, vmId); - RestorePointCollection createdRpc2 = CreateRpc(createdVM.Id, rpcName2, rgName, location, tags); + RestorePointCollection createdRpc2 = CreateRpc(vmId, rpcName2, rgName, location, tags); VerifyRpc(createdRpc2, rpcName2, location, vmId); + // create RPC in a different region referencing to 'createdRpc'. This is for cross-region restore point scenario. + string remoteRpcLocation = "eastus2euap", sourceRpcId = createdRpc.Id; + RestorePointCollection remoteRpc = CreateRpc(sourceRpcId, remoteRpcName, rgName, remoteRpcLocation, tags); + VerifyRpc(remoteRpc, remoteRpcName, remoteRpcLocation, sourceRpcId); + // for PATCH RPC, only tags are allowed to be updated Dictionary newTags = new Dictionary() { @@ -82,14 +95,14 @@ public void CreateRpcAndRestorePoints() // GET list of all rpc in the resource group. IEnumerable rpcs = ListRpcInResourceGroup(rgName); - VerifyReturnedRpcs(rpcs, rpcName, rpcName2, location, vmId); + VerifyReturnedRpcs(rpcs, rpcName, rpcName2, remoteRpcName, location, remoteRpcLocation, vmId, sourceRpcId); // GET list of all rpc in subscription. rpcs = ListRpcInSubscription(); - VerifyReturnedRpcs(rpcs, rpcName, rpcName2, location, vmId); + VerifyReturnedRpcs(rpcs, rpcName, rpcName2, remoteRpcName, location, remoteRpcLocation, vmId, sourceRpcId); // create RP in the RPC - RestorePoint createdRP = CreateRestorePoint(rgName, rpcName, rpName, osDisk, diskToExclude: dataDiskId); + RestorePoint createdRP = CreateRestorePoint(rgName, rpcName, rpName, diskToExclude: dataDiskId, sourceRestorePointId: null); VerifyRestorePointDetails(createdRP, rpName, osDisk, 1, excludeDiskId: dataDiskId, vmSize: vmSize); RestorePoint getRP = GetRP(rgName, rpcName, rpName); @@ -113,8 +126,20 @@ public void CreateRpcAndRestorePoints() excludeDiskId: dataDiskId, vmSize: vmSize); VerifyDiskRestorePoint(rgName, rpcName, rpName); + // Copy above created RestorePoint to a different region. + RestorePoint createdRemoteRP = CreateRestorePoint(rgName, remoteRpcName, remoteRpName, diskToExclude: null, sourceRestorePointId: createdRP.Id); + VerifyRestorePointDetails(createdRemoteRP, remoteRpName, osDisk, 1, excludeDiskId: dataDiskId, vmSize: vmSize, isRemoteCopy: true, sourceRestorePointId: createdRP.Id); + + RestorePoint getRemoteRP = GetRP(rgName, remoteRpcName, remoteRpName, expand: RestorePointExpandOptions.InstanceView); + VerifyRestorePointDetails(getRemoteRP, remoteRpName, osDisk, 1, excludeDiskId: dataDiskId, vmSize: vmSize, isRemoteCopy: true, + sourceRestorePointId: createdRP.Id, isRemoteCopyInstanceView: true); + // delete the restore point DeleteRP(rgName, rpcName, rpName); + + //delete restore point created via cross-region copy scenario + DeleteRP(rgName, remoteRpcName, remoteRpName); + // GET of deleted restore point should return 404 not found try { @@ -146,18 +171,22 @@ public void CreateRpcAndRestorePoints() finally { m_ResourcesClient.ResourceGroups.Delete(rgName); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", originalTestLocation); } } } // Verify that the two rpcs created by this test are in the GET restorePointCollections response. - private void VerifyReturnedRpcs(IEnumerable rpcs, string rpcName1, string rpcName2, string location, string vmId) + private void VerifyReturnedRpcs(IEnumerable rpcs, string rpcName1, string rpcName2, string remoteRcpName, string location, + string remoteLocation, string sourceVMId, string sourceRpcId) { // two rpcs are returned because the RG has two rpcs RestorePointCollection rpc1 = rpcs.Where(rpc => rpc.Name == rpcName1).First(); - VerifyRpc(rpc1, rpcName1, location, vmId); + VerifyRpc(rpc1, rpcName1, location, sourceVMId); RestorePointCollection rpc2 = rpcs.Where(rpc => rpc.Name == rpcName2).First(); - VerifyRpc(rpc2, rpcName2, location, vmId); + VerifyRpc(rpc2, rpcName2, location, sourceVMId); + RestorePointCollection rpc3 = rpcs.Where(rpc => rpc.Name == remoteRcpName).First(); + VerifyRpc(rpc3, remoteRcpName, remoteLocation, sourceRpcId); } private void DeleteRP(string rgName, string rpcName, string rpName) @@ -191,21 +220,21 @@ private void UpdateRpc(string rgName, string rpcName, RestorePointCollection rpc } private RestorePoint GetRP(string rgName, string rpcName, - string rpName) + string rpName, string expand = null) { - return m_CrpClient.RestorePoints.Get(rgName, rpcName, rpName); + return m_CrpClient.RestorePoints.Get(rgName, rpcName, rpName, expand); } // if verifying result of GET RPC with $expand=restorePoints, verify that the returned rpc contains the expected restore point private void VerifyRpc(RestorePointCollection rpc, string rpcName, - string location, string sourceVmId, bool shouldRpcContainRestorePoints = false) + string location, string sourceResourceId, bool shouldRpcContainRestorePoints = false) { Assert.NotNull(rpc); Assert.Equal(rpcName, rpc.Name); Assert.Equal(location, rpc.Location, ignoreCase: true); Assert.NotNull(rpc.Id); Assert.Equal("Microsoft.Compute/restorePointCollections", rpc.Type); - Assert.Equal(sourceVmId, rpc.Source.Id, ignoreCase: true); + Assert.Equal(sourceResourceId, rpc.Source.Id, ignoreCase: true); Assert.NotNull(rpc.Id); IDictionary tagsOnRestorePoint = rpc.Tags; @@ -232,13 +261,21 @@ private RestorePointCollection GetRpc(string rgName, string rpcName, // Create restore point and exercise 'ExcludeDisk' functionality by excluding dataDisk. private RestorePoint CreateRestorePoint(string rgName, string rpcName, - string rpName, OSDisk osDisk, string diskToExclude) + string rpName, string diskToExclude, string sourceRestorePointId) { - string osDiskId = osDisk.ManagedDisk.Id; - string osDiskName = osDisk.Name; - ApiEntityReference diskToExcludeEntityRef = new ApiEntityReference() { Id = diskToExclude }; - List disksToExclude = new List { diskToExcludeEntityRef }; - RestorePoint inputRestorePoint = new RestorePoint() { ExcludeDisks = disksToExclude }; + RestorePoint inputRestorePoint = new RestorePoint(); + if (diskToExclude != null) + { + ApiEntityReference diskToExcludeEntityRef = new ApiEntityReference() { Id = diskToExclude }; + List disksToExclude = new List { diskToExcludeEntityRef }; + inputRestorePoint.ExcludeDisks = disksToExclude; + } + + if (sourceRestorePointId != null) + { + inputRestorePoint.SourceRestorePoint = new ApiEntityReference() { Id = sourceRestorePointId }; + } + return m_CrpClient.RestorePoints.Create(rgName, rpcName, rpName, inputRestorePoint); } @@ -246,8 +283,11 @@ private RestorePoint CreateRestorePoint(string rgName, string rpcName, // Verify disk exclusion by verifying that the returned restore point contains the id of the // excluded disk in 'ExcludeDisks' property and did not create diskRestorePoint // of the excluded data disk. + // For RestorePoint created via cross-region copy scenario, sourceRestorePoint.Id is verified. + // For GET instance view of RestorePoint created via cross-region copy scenario, instanceView is verified. void VerifyRestorePointDetails(RestorePoint restorePoint, string restorePointName, OSDisk osDisk, - int excludeDisksCount, string excludeDiskId, string vmSize) + int excludeDisksCount, string excludeDiskId, string vmSize, bool isRemoteCopy = false, string sourceRestorePointId = null, + bool isRemoteCopyInstanceView = false) { Assert.Equal(restorePointName, restorePoint.Name); Assert.NotNull(restorePoint.Id); @@ -256,17 +296,29 @@ void VerifyRestorePointDetails(RestorePoint restorePoint, string restorePointNam RestorePointSourceVMStorageProfile storageProfile = restorePoint.SourceMetadata.StorageProfile; Assert.Equal(osDisk.Name, storageProfile.OsDisk.Name, ignoreCase: true); Assert.Equal(osDisk.ManagedDisk.Id, storageProfile.OsDisk.ManagedDisk.Id, ignoreCase: true); - Assert.Equal(excludeDisksCount, restorePoint.ExcludeDisks.Count); - Assert.Equal(excludeDiskId, restorePoint.ExcludeDisks[0].Id, ignoreCase: true); Assert.NotNull(restorePoint.SourceMetadata.VmId); Assert.Equal(vmSize, restorePoint.SourceMetadata.HardwareProfile.VmSize); + if (isRemoteCopy) + { + Assert.Equal(sourceRestorePointId, restorePoint.SourceRestorePoint.Id); + if (isRemoteCopyInstanceView) + { + RestorePointInstanceView restorePointInstanceView = restorePoint.InstanceView; + Assert.NotNull(restorePointInstanceView); + } + } + else + { + Assert.Equal(excludeDisksCount, restorePoint.ExcludeDisks.Count); + Assert.Equal(excludeDiskId, restorePoint.ExcludeDisks[0].Id, ignoreCase: true); + } } - private RestorePointCollection CreateRpc(string sourceVMId, string rpcName, + private RestorePointCollection CreateRpc(string sourceResourceId, string rpcName, string rgName, string location, Dictionary tags) { //Models.SubResource sourceVM = new Models.SubResource(id: sourceVMId); - RestorePointCollectionSourceProperties rpcSourceProperties = new RestorePointCollectionSourceProperties(location: location, id: sourceVMId); + RestorePointCollectionSourceProperties rpcSourceProperties = new RestorePointCollectionSourceProperties(location: location, id: sourceResourceId); var inputRpc = new RestorePointCollection(location, source: rpcSourceProperties, name: rpcName, tags: tags); RestorePointCollection restorePointCollection = m_CrpClient.RestorePointCollections.CreateOrUpdate(rgName, rpcName, diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMAutoPatchSettingTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMAutoPatchSettingTests.cs index 4ae8043d2da55..4e254c29e47a4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMAutoPatchSettingTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMAutoPatchSettingTests.cs @@ -118,7 +118,15 @@ private void ValidateWinPatchSetting(PatchSettings patchSetting, bool enableAuto { // By default in supported API versions, a value is provided in the VM model even if one is // not specified by the user. - Assert.Equal("AutomaticByOS", osProfile.WindowsConfiguration.PatchSettings.PatchMode); + if (osProfile.WindowsConfiguration.EnableAutomaticUpdates == false) + { + Assert.Equal("Manual", osProfile.WindowsConfiguration.PatchSettings.PatchMode); + } + else + { + Assert.Equal("AutomaticByOS", osProfile.WindowsConfiguration.PatchSettings.PatchMode); + } + } if (patchSetting.AssessmentMode != null) diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMScenarioTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMScenarioTests.cs index fdada7298a26e..a8300247ebda3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMScenarioTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMScenarioTests.cs @@ -127,6 +127,28 @@ public void TestVMScenarioOperations_TrustedLaunch() } } + /// + /// To record this test case, you need to run it in region which support ConfidentialVM + /// + [Fact] + [Trait("Name", "TestVMScenarioOperations_ConfidentialVM")] + public void TestVMScenarioOperations_ConfidentialVM() + { + string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); + try + { + ImageReference image = new ImageReference(publisher: "MICROSOFTWINDOWSSERVER", offer: "WINDOWS-CVM", version: "20348.230.2109130355", sku: "2022-DATACENTER-CVM"); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "northeurope"); + VMDiskSecurityProfile diskSecurityProfile = new VMDiskSecurityProfile(securityEncryptionType: "VMGuestStateOnly"); + TestVMScenarioOperationsInternal("TestVMScenarioOperations_ConfidentialVM", vmSize: "Standard_DC2as_v5", hasManagedDisks: true, + osDiskStorageAccountType: StorageAccountTypes.PremiumLRS, securityType: "ConfidentialVM", imageReference: image, validateListAvailableSize: false, diskSecurityProfile: diskSecurityProfile); + } + finally + { + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", originalTestLocation); + } + } + /// /// To record this test case, you need to run it in region which support DiskEncryptionSet resource for the Disks /// @@ -247,7 +269,7 @@ public void TestVMScenarioOperations_UsingCapacityReservationGroup() string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); try { - Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "southcentralus"); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "eastus"); TestVMScenarioOperationsInternal("TestVMScenarioOperations_UsingCapacityReservationGroup", hasManagedDisks: true, vmSize: VirtualMachineSizeTypes.StandardDS1V2, associateWithCapacityReservation: true); } @@ -280,7 +302,7 @@ private void TestVMScenarioOperationsInternal(string methodName, bool hasManaged string osDiskStorageAccountType = "Standard_LRS", string dataDiskStorageAccountType = "Standard_LRS", bool? writeAcceleratorEnabled = null, bool hasDiffDisks = false, bool callUpdateVM = false, bool isPpgScenario = false, string diskEncryptionSetId = null, bool? encryptionAtHostEnabled = null, string securityType = null, bool isAutomaticPlacementOnDedicatedHostGroupScenario = false, ImageReference imageReference = null, bool validateListAvailableSize = true, - bool associateWithCapacityReservation = false) + bool associateWithCapacityReservation = false, VMDiskSecurityProfile diskSecurityProfile = null) { using (MockContext context = MockContext.Start(this.GetType(), methodName)) { @@ -330,7 +352,8 @@ private void TestVMScenarioOperationsInternal(string methodName, bool hasManaged CreateVM(rgName, asName, storageAccountName, imageRef, out inputVM, hasManagedDisks: hasManagedDisks,hasDiffDisks: hasDiffDisks, vmSize: vmSize, osDiskStorageAccountType: osDiskStorageAccountType, dataDiskStorageAccountType: dataDiskStorageAccountType, writeAcceleratorEnabled: writeAcceleratorEnabled, zones: zones, ppgName: ppgName, diskEncryptionSetId: diskEncryptionSetId, encryptionAtHostEnabled: encryptionAtHostEnabled, securityType: securityType, dedicatedHostGroupReferenceId: dedicatedHostGroupReferenceId, - dedicatedHostGroupName: dedicatedHostGroupName, dedicatedHostName: dedicatedHostName, capacityReservationGroupReferenceId: capacityReservationGroupReferenceId); + dedicatedHostGroupName: dedicatedHostGroupName, dedicatedHostName: dedicatedHostName, capacityReservationGroupReferenceId: capacityReservationGroupReferenceId, + diskSecurityProfile: diskSecurityProfile); // Instance view is not completely populated just after VM is provisioned. So we wait here for a few minutes to // allow GA blob to populate. @@ -393,12 +416,17 @@ private void TestVMScenarioOperationsInternal(string methodName, bool hasManaged Helpers.ValidateVirtualMachineSizeListResponse(listVMSizesResponse, hasAZ: zones != null, writeAcceleratorEnabled: writeAcceleratorEnabled, hasDiffDisks: hasDiffDisks); } - if(securityType != null && securityType.Equals("TrustedLaunch")) + if(securityType != null) { Assert.True(inputVM.SecurityProfile.UefiSettings.VTpmEnabled); Assert.True(inputVM.SecurityProfile.UefiSettings.SecureBootEnabled); } + if(diskSecurityProfile != null) + { + Assert.Equal("ConfidentialVM", inputVM.SecurityProfile.SecurityType); + } + if(isPpgScenario) { ProximityPlacementGroup outProximityPlacementGroup = m_CrpClient.ProximityPlacementGroups.Get(rgName, ppgName); diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMTestBase.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMTestBase.cs index 4998b61050c09..8fd54cdbd9668 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMTestBase.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/VMTestBase.cs @@ -251,7 +251,8 @@ protected VirtualMachine CreateVM( string dedicatedHostGroupName = null, string dedicatedHostName = null, string userData = null, - string capacityReservationGroupReferenceId = null) + string capacityReservationGroupReferenceId = null, + VMDiskSecurityProfile diskSecurityProfile = null) { try { @@ -324,29 +325,21 @@ protected VirtualMachine CreateVM( }; } - if (securityType != null && securityType.Equals("TrustedLaunch")) + if (securityType != null) { - if(inputVM.SecurityProfile != null) + inputVM.SecurityProfile = inputVM.SecurityProfile ?? new SecurityProfile(); + inputVM.SecurityProfile.SecurityType = securityType; + inputVM.SecurityProfile.UefiSettings = new UefiSettings { - inputVM.SecurityProfile.SecurityType = SecurityTypes.TrustedLaunch; - inputVM.SecurityProfile.UefiSettings = new UefiSettings - { - VTpmEnabled = true, - SecureBootEnabled = true - }; - } - else - { - inputVM.SecurityProfile = new SecurityProfile - { - SecurityType = SecurityTypes.TrustedLaunch, - UefiSettings = new UefiSettings - { - VTpmEnabled = true, - SecureBootEnabled = true - } - }; - } + VTpmEnabled = true, + SecureBootEnabled = true + }; + } + + if(diskSecurityProfile != null) + { + inputVM.StorageProfile.OsDisk.ManagedDisk = inputVM.StorageProfile.OsDisk.ManagedDisk ?? new ManagedDiskParameters(); + inputVM.StorageProfile.OsDisk.ManagedDisk.SecurityProfile = diskSecurityProfile; } if (zones != null) diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/AvailabilitySetTests/TestOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/AvailabilitySetTests/TestOperations.json index 4249fa09493b1..76adba232bcc5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/AvailabilitySetTests/TestOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/AvailabilitySetTests/TestOperations.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7983_1?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5ODNfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5978_1?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NzhfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar7983_1\": \"2021-06-28 18:41:52Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar5978_1\": \"2021-11-16 14:33:49Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "19c3bddb-2784-438a-8457-20ff04dc6862" + "063081e9-9eae-46bc-896a-7fed847d47c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "44123da6-9c68-4b61-852a-ca12b17ff147" + "91e074af-111e-48d7-bf00-8232a5db329b" ], "x-ms-correlation-request-id": [ - "44123da6-9c68-4b61-852a-ca12b17ff147" + "91e074af-111e-48d7-bf00-8232a5db329b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184153Z:44123da6-9c68-4b61-852a-ca12b17ff147" + "EASTUS2:20211116T143350Z:91e074af-111e-48d7-bf00-8232a5db329b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:41:52 GMT" - ], "Content-Length": [ "240" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1\",\r\n \"name\": \"crptestar7983_1\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar7983_1\": \"2021-06-28 18:41:52Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1\",\r\n \"name\": \"crptestar5978_1\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar5978_1\": \"2021-11-16 14:33:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/invalidfdud4120?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDQxMjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/invalidfdud7954?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDc5NTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 0\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ea980ab-4339-43f4-b949-a8f2821f7871" + "dffb57e3-672d-4a9c-8611-ee6a0f09dfe1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,9 +95,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -105,27 +112,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "292ee430-256a-4e4b-bdb3-e40489d255b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7bb31ac1-b225-4c49-aca6-573388ee7128" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "247c1af9-ca47-4310-8930-08864ef6dde4" + "06418dc7-3661-45cc-bd76-9016ab79af8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184156Z:247c1af9-ca47-4310-8930-08864ef6dde4" + "EASTUS2:20211116T143353Z:06418dc7-3661-45cc-bd76-9016ab79af8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:41:55 GMT" - ], "Content-Length": [ "183" ], @@ -140,22 +140,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/invalidfdud4120?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDQxMjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/invalidfdud7954?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDc5NTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 4\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bba5c8df-b206-43e4-80b2-46a555d0db86" + "5f171fe1-2ef8-4282-b8eb-d0ebea6909a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -168,9 +168,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], @@ -178,27 +185,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "def7fd64-b7c4-4e73-83e9-3b01f762263f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6b26742d-ae91-4036-8a8b-4d4d96a38ef2" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "3a715eb3-4a0f-4efb-84d3-d4027a678d09" + "214550af-7580-401f-b057-e130e08587e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184157Z:3a715eb3-4a0f-4efb-84d3-d4027a678d09" + "EASTUS2:20211116T143354Z:214550af-7580-401f-b057-e130e08587e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:41:57 GMT" - ], "Content-Length": [ "183" ], @@ -213,22 +213,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/invalidfdud4120?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDQxMjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/invalidfdud7954?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDc5NTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 0,\r\n \"platformFaultDomainCount\": 4\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f4247302-5c76-4d3c-83c1-218372db0b29" + "07a07935-b809-43fc-b256-3fd89b025c58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -241,9 +241,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1197" ], @@ -251,27 +258,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db5effbb-fb7e-4193-aac1-3b24d5c037b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c671bc2b-4657-4610-934c-6def5103ecc4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "092c0edd-6afd-41e9-b34d-46024619909a" + "35225d35-07d0-4b53-a31b-8d98eee4efb8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184159Z:092c0edd-6afd-41e9-b34d-46024619909a" + "EASTUS2:20211116T143355Z:35225d35-07d0-4b53-a31b-8d98eee4efb8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:41:58 GMT" - ], "Content-Length": [ "183" ], @@ -286,22 +286,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/invalidfdud4120?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDQxMjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/invalidfdud7954?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9pbnZhbGlkZmR1ZDc5NTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 21,\r\n \"platformFaultDomainCount\": 4\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7a645060-8634-4b60-8ea9-a01e51032206" + "4edf8777-d137-4de5-a041-2528af3003b3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -314,9 +314,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;236,Microsoft.Compute/PutVM30Min;1196" ], @@ -324,27 +331,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04e41273-d87b-4693-b975-d92fa2dde7c1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a9677f0c-b4a3-4189-8782-ad224df1e3d8" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "f0baa568-5d6b-4247-9235-491a32fe98e5" + "b9d45a3d-1200-423d-bd31-47a0895ef19b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184200Z:f0baa568-5d6b-4247-9235-491a32fe98e5" + "EASTUS2:20211116T143357Z:b9d45a3d-1200-423d-bd31-47a0895ef19b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:00 GMT" - ], "Content-Length": [ "183" ], @@ -359,22 +359,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXM1ODY1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59f5c20a-77ce-406a-b023-2c738093c323" + "71f0b253-a92f-4117-a23f-5c8803859fd6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -387,9 +387,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;235,Microsoft.Compute/PutVM30Min;1195" ], @@ -397,29 +404,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1238c1b8-2ecd-41c3-aba0-c37ac967ae44" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1848cb10-6a48-4382-9977-97abdb10ea50" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-correlation-request-id": [ - "4560546f-f9e6-4d74-b971-a2764ac50048" + "cd3b39f3-3eae-427c-a4fc-bedf480081e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184202Z:4560546f-f9e6-4d74-b971-a2764ac50048" + "EASTUS2:20211116T143358Z:cd3b39f3-3eae-427c-a4fc-bedf480081e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:01 GMT" - ], "Content-Length": [ - "470" + "468" ], "Content-Type": [ "application/json; charset=utf-8" @@ -428,35 +428,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asdefaultvalues5865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asdefaultvalues36\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efca4ff0-582a-4c33-9680-7a357a61f6f2" + "f7851022-b8d2-4690-b41d-545054498c93" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31999" ], @@ -464,29 +471,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "097ed67c-ad2e-4367-89f7-dc2a6725290f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6b3304ea-d0a0-4450-969d-4ba3e4d3def5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "15fad8e4-2dac-48fa-8519-5d4cf98c18d2" + "1dfad3b3-6b12-452c-91d8-e8c750518bb2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184202Z:15fad8e4-2dac-48fa-8519-5d4cf98c18d2" + "EASTUS2:20211116T143358Z:1dfad3b3-6b12-452c-91d8-e8c750518bb2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:01 GMT" - ], "Content-Length": [ - "595" + "593" ], "Content-Type": [ "application/json; charset=utf-8" @@ -495,26 +495,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"asdefaultvalues5865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"asdefaultvalues36\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXM1ODY1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"updateValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d51fe28e-1cac-4594-acb9-b8ba63e69733" + "1d6cc5bd-a7a7-49e7-be97-9bc30125e8f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -527,9 +527,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;234,Microsoft.Compute/PutVM30Min;1194" ], @@ -537,29 +544,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3473481f-d44a-4517-b919-22c1ffbbdfd8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1642b3c2-4401-45b0-8ac3-c3b8f3d31c76" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], "x-ms-correlation-request-id": [ - "3a898a72-0bc2-4a3c-8f05-7176506e3330" + "458de2a5-206d-4fae-92f6-86c4595f7184" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184203Z:3a898a72-0bc2-4a3c-8f05-7176506e3330" + "EASTUS2:20211116T143358Z:458de2a5-206d-4fae-92f6-86c4595f7184" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:02 GMT" - ], "Content-Length": [ - "503" + "501" ], "Content-Type": [ "application/json; charset=utf-8" @@ -568,35 +568,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asdefaultvalues5865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"updateValue\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asdefaultvalues36\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"updateValue\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXM1ODY1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c73e1eb2-cecc-466a-aad5-c87c62f98384" + "d2e79515-9ccf-4f7d-b545-2ed52b9568df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], @@ -604,29 +611,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ceafced8-33f2-4214-b368-7c88250d89bb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f74705d9-babd-4783-b3fc-8c9ac5354e10" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "683b4a8a-a7f0-4ced-8e37-f9171f832686" + "391f1077-708b-43ae-8c18-4721798fa5a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184203Z:683b4a8a-a7f0-4ced-8e37-f9171f832686" + "EASTUS2:20211116T143359Z:391f1077-708b-43ae-8c18-4721798fa5a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:02 GMT" - ], "Content-Length": [ - "531" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -635,35 +635,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asdefaultvalues5865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"updateValue\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asdefaultvalues36\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"updateValue\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXM1ODY1L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzNi92bVNpemVzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac254f15-0731-4f45-88fd-e3769268887f" + "40907ae2-3162-4d6b-a25a-8b0204b95d32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:33:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], @@ -671,27 +678,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8aaaec29-bd93-481a-9648-543c8a95e202" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "17f5c287-84f7-4780-8e9e-69e570dcfe5c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "09c30c2b-c1a8-4d4b-8f1e-f21c11cdd2d0" + "8b9d0066-52af-4a1b-9065-14ba1c080e72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184203Z:09c30c2b-c1a8-4d4b-8f1e-f21c11cdd2d0" + "EASTUS2:20211116T143359Z:8b9d0066-52af-4a1b-9065-14ba1c080e72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:02 GMT" - ], "Content-Length": [ "43874" ], @@ -702,35 +702,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues5865?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXM1ODY1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues36?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9c32f73-7c76-4839-bbfe-88c5619bcbf5" + "be58c3e8-7730-4ed7-8c79-a95a7349c0ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" ], @@ -738,54 +745,47 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "72a1b899-85bd-4751-970e-0de66a622607" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d0dbd450-5f0d-4300-a1a3-f0910801fa65" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "9863238f-f39b-42ea-8afa-96aa6becc5fe" + "64868de3-0711-4201-8fea-132ed63e51e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184205Z:9863238f-f39b-42ea-8afa-96aa6becc5fe" + "EASTUS2:20211116T143401Z:64868de3-0711-4201-8fea-132ed63e51e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asnondefault755?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ3NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asnondefault6535?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ2NTM1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 4,\r\n \"platformFaultDomainCount\": 2\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d4e004f-0e17-4df2-aecd-62e01c3d28af" + "96227d56-be06-43ac-a4fc-48c3f942ef8c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -798,9 +798,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;233,Microsoft.Compute/PutVM30Min;1193" ], @@ -808,29 +815,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4c8bc3e-6514-41b0-8586-8438cecf40fa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "382a758c-a9c9-42c0-8d50-bea17e162528" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], "x-ms-correlation-request-id": [ - "8c4e974e-c821-470f-8dcd-b7d39ae375e8" + "18b99f66-6419-4092-87e1-c38f0b352fd4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184207Z:8c4e974e-c821-470f-8dcd-b7d39ae375e8" + "EASTUS2:20211116T143402Z:18b99f66-6419-4092-87e1-c38f0b352fd4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:06 GMT" - ], "Content-Length": [ - "464" + "466" ], "Content-Type": [ "application/json; charset=utf-8" @@ -839,35 +839,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asnondefault755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asnondefault755\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 4,\r\n \"platformFaultDomainCount\": 2\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asnondefault6535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asnondefault6535\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 4,\r\n \"platformFaultDomainCount\": 2\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asnondefault755?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ3NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asnondefault6535?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ2NTM1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2cc088b-bb33-4bc7-a644-317881c5e225" + "f6b128ef-acd2-4b8c-b16c-15d1e63bff58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" ], @@ -875,29 +882,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "30ba37ea-68b7-4145-98a4-22a4d81349f8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "272315e3-aa28-400b-8198-7147271a917d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "5adde991-4174-4f87-b32c-1e14a6ed7aeb" + "9dba59c6-08ad-43ba-b8cf-11a4bbcbbf52" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184207Z:5adde991-4174-4f87-b32c-1e14a6ed7aeb" + "EASTUS2:20211116T143402Z:9dba59c6-08ad-43ba-b8cf-11a4bbcbbf52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:06 GMT" - ], "Content-Length": [ - "492" + "494" ], "Content-Type": [ "application/json; charset=utf-8" @@ -906,35 +906,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asnondefault755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asnondefault755\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 4,\r\n \"platformFaultDomainCount\": 2,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asnondefault6535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asnondefault6535\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 4,\r\n \"platformFaultDomainCount\": 2,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asnondefault755/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ3NTUvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asnondefault6535/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ2NTM1L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa6b43dd-b71f-4a8e-be3b-75f3db5eacb5" + "1a4f8cba-f4e2-4e0e-8a87-0599878ae1fa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" ], @@ -942,27 +949,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ebec9532-de27-4dfe-b329-13aabbf2c46b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "46bf28da-4cfc-4039-86fc-d5a3850b34fe" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "b0f3713c-d447-4121-b92b-865f2a0ed0cd" + "2807686c-cf3b-4f4d-bd7c-5c7103a9a06d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184207Z:b0f3713c-d447-4121-b92b-865f2a0ed0cd" + "EASTUS2:20211116T143402Z:2807686c-cf3b-4f4d-bd7c-5c7103a9a06d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:06 GMT" - ], "Content-Length": [ "43874" ], @@ -973,35 +973,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asnondefault755?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ3NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asnondefault6535?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc25vbmRlZmF1bHQ2NTM1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13e1553d-25d2-4273-93df-b73df5edfebd" + "14a13076-267f-448d-87b2-74a0e20aa3cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1198" ], @@ -1009,54 +1016,47 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e899db9-123d-4e4e-b0fb-49c2f27e4a5b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "252247db-09ff-4344-bf5a-d225fb12e645" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "496dcde7-875e-4d41-8537-3d6262b5e478" + "2f05925b-aef4-4490-86dd-1b63c8aac8db" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184208Z:496dcde7-875e-4d41-8537-3d6262b5e478" + "EASTUS2:20211116T143403Z:2f05925b-aef4-4490-86dd-1b63c8aac8db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0214c701-098c-46f0-b268-6434391426db" + "220b9914-b0ac-4ba5-8489-a0d6d78ed9da" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1069,9 +1069,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;232,Microsoft.Compute/PutVM30Min;1192" ], @@ -1079,27 +1086,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2feeb44c-66e5-451f-b581-f07ec3c10cf1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e9e79213-f923-4b04-925e-64d341642138" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], "x-ms-correlation-request-id": [ - "cb81d5ea-53e4-4d31-9971-711c23f85cb9" + "32293162-2bbe-4b56-8c38-a1d4f7315595" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184209Z:cb81d5ea-53e4-4d31-9971-711c23f85cb9" + "EASTUS2:20211116T143404Z:32293162-2bbe-4b56-8c38-a1d4f7315595" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:08 GMT" - ], "Content-Length": [ "478" ], @@ -1110,25 +1110,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asdefaultvalues1388_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asdefaultvalues3017_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7983_2?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5ODNfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5978_2?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NzhfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar7983_2\": \"2021-06-28 18:42:09Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar5978_2\": \"2021-11-16 14:34:04Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "49e70cda-ec8e-4477-b82c-57a298cf75ff" + "60314cbf-8a1c-4fff-92f6-ca55284edf2c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -1142,6 +1142,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -1149,13 +1152,13 @@ "1190" ], "x-ms-request-id": [ - "b76ad9dc-96a0-40eb-899b-7bfbeafd8dc3" + "4dc05249-87d8-4dba-8537-e8fd093f2273" ], "x-ms-correlation-request-id": [ - "b76ad9dc-96a0-40eb-899b-7bfbeafd8dc3" + "4dc05249-87d8-4dba-8537-e8fd093f2273" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184210Z:b76ad9dc-96a0-40eb-899b-7bfbeafd8dc3" + "EASTUS2:20211116T143405Z:4dc05249-87d8-4dba-8537-e8fd093f2273" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1163,9 +1166,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:09 GMT" - ], "Content-Length": [ "240" ], @@ -1176,26 +1176,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_2\",\r\n \"name\": \"crptestar7983_2\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar7983_2\": \"2021-06-28 18:42:09Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_2\",\r\n \"name\": \"crptestar5978_2\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar5978_2\": \"2021-11-16 14:34:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "91781dfa-42c0-4d53-9f6b-3d04bb22d1b7" + "a8a8c261-5195-4f9e-bdaa-49ae6b679ca0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,9 +1208,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;231,Microsoft.Compute/PutVM30Min;1191" ], @@ -1218,27 +1225,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eedccac5-eee4-435f-bb3b-855e5430897f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed3743aa-fffe-46b4-bbdb-210a8beb3fa6" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], "x-ms-correlation-request-id": [ - "7492671f-5a34-4a5a-a992-8efdc707a6b5" + "0deab04d-ae44-4641-8a54-83f0874e2e93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184211Z:7492671f-5a34-4a5a-a992-8efdc707a6b5" + "EASTUS2:20211116T143406Z:0deab04d-ae44-4641-8a54-83f0874e2e93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:10 GMT" - ], "Content-Length": [ "478" ], @@ -1249,35 +1249,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asdefaultvalues1388_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asdefaultvalues3017_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/availabilitySets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/availabilitySets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55b9f6f0-d0b7-44cd-b7fd-1bef4e0c3577" + "36f52ddf-60e5-46e8-a632-367173d4b3ee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31994" ], @@ -1285,27 +1292,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64cb148f-42dc-4418-8fdc-58dee6db7d1d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ad18076f-3080-40f8-b815-cee7c00487dd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "d557798c-bb6e-42be-9272-e70c5644ef64" + "4b3007b0-d007-44f9-a7d4-5cfdfd45ea70" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184211Z:d557798c-bb6e-42be-9272-e70c5644ef64" + "EASTUS2:20211116T143406Z:4b3007b0-d007-44f9-a7d4-5cfdfd45ea70" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:10 GMT" - ], "Content-Length": [ "1120" ], @@ -1316,35 +1316,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"asdefaultvalues1388_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n },\r\n {\r\n \"name\": \"asdefaultvalues1388_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"asdefaultvalues3017_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n },\r\n {\r\n \"name\": \"asdefaultvalues3017_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/availabilitySets?api-version=2021-07-01&$expand=virtualMachines%2F%24ref", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDEmJGV4cGFuZD12aXJ0dWFsTWFjaGluZXMlMkYlMjRyZWY=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/availabilitySets?api-version=2021-11-01&$expand=virtualMachines%2F%24ref", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDEmJGV4cGFuZD12aXJ0dWFsTWFjaGluZXMlMkYlMjRyZWY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0131c0c8-1946-4be9-99a2-91a086570908" + "f4ae76c9-a836-41d8-aa4f-9666bfd149ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993" ], @@ -1352,27 +1359,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b47e5ff-d912-4161-8b29-642d35ab6919" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ec38558a-be66-40b5-8b9b-091e83440ac9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "4e2747d1-a8a1-452e-877e-42c21e444223" + "3d43e93b-59cb-4705-ab86-f778b8e31034" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184211Z:4e2747d1-a8a1-452e-877e-42c21e444223" + "EASTUS2:20211116T143406Z:3d43e93b-59cb-4705-ab86-f778b8e31034" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:10 GMT" - ], "Content-Length": [ "1184" ], @@ -1383,35 +1383,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"asdefaultvalues1388_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n },\r\n {\r\n \"name\": \"asdefaultvalues1388_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"asdefaultvalues3017_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n },\r\n {\r\n \"name\": \"asdefaultvalues3017_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9e57494-590c-4fa6-a880-8a2da526bef7" + "c8334a6b-1410-41aa-a11d-70ba62eca0ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31992" ], @@ -1419,27 +1426,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3abaa0e3-5f40-436b-ae0d-4c624be61657" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "77de23b8-0263-4890-8057-197bdb77cfff" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "0baa8d9c-2267-400e-a246-57eb14cbeca7" + "e0c5c376-dea1-47f3-9e97-8597815c9658" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184211Z:0baa8d9c-2267-400e-a246-57eb14cbeca7" + "EASTUS2:20211116T143406Z:e0c5c376-dea1-47f3-9e97-8597815c9658" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:10 GMT" - ], "Content-Length": [ "506" ], @@ -1450,35 +1450,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asdefaultvalues1388_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asdefaultvalues3017_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzEvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzEvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c8d1406-636e-4622-92e1-5288862c8e3c" + "fdee2bff-5722-425b-835b-5d325b287ef4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31991" ], @@ -1486,27 +1493,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "15aa2108-9aa1-4f5f-bfb7-e4878ba19184" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3025ee3-893e-4086-ad43-8f0412d29d57" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "b8f1431d-f3e7-4158-9f6f-a7b5aa16b5fe" + "cfa29ad0-6147-4b0e-b7d9-44c4867f474b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184211Z:b8f1431d-f3e7-4158-9f6f-a7b5aa16b5fe" + "EASTUS2:20211116T143406Z:cfa29ad0-6147-4b0e-b7d9-44c4867f474b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:10 GMT" - ], "Content-Length": [ "43874" ], @@ -1517,35 +1517,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_1/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0000e27-7c8d-48ea-8670-e7b677fcf054" + "bcc611f8-f84f-4f64-a1e8-6781800b4747" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVM3Min;237,Microsoft.Compute/DeleteVM30Min;1197" ], @@ -1553,63 +1560,63 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "098ce244-c04f-4ee0-8976-bfc15f3cdae7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65d8f0cb-03fc-4f79-84cb-620e0ddf4f78" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-correlation-request-id": [ - "3400de5e-d891-4a3e-9280-40fb1200e422" + "4d0d0f6c-b76f-4582-a36f-2e452dadecd7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184213Z:3400de5e-d891-4a3e-9280-40fb1200e422" + "EASTUS2:20211116T143407Z:4d0d0f6c-b76f-4582-a36f-2e452dadecd7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f61471da-fd9f-4d47-9685-4287f5964408" + "d99232c9-4f9e-4286-86ee-4109751901c7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31990" ], @@ -1617,27 +1624,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9c77394c-b3a9-4652-a3e7-e9a3de1ce4fe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bc2a14e2-6159-49a9-809a-3ef6dc44f1d0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "47e45b45-607f-4b53-ba65-9f1d035f8636" + "4cceb12b-72a0-405c-b19c-67873722353a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184213Z:47e45b45-607f-4b53-ba65-9f1d035f8636" + "EASTUS2:20211116T143407Z:4cceb12b-72a0-405c-b19c-67873722353a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:12 GMT" - ], "Content-Length": [ "506" ], @@ -1648,35 +1648,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asdefaultvalues1388_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asdefaultvalues3017_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"virtualMachines\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzIvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzIvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b02672b-ffc7-40c6-8ffd-cc56b4fe495b" + "8559b900-f70e-4242-8dcc-bbbbb0537e36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3989,Microsoft.Compute/LowCostGet30Min;31989" ], @@ -1684,27 +1691,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9700a1c9-c593-47bf-859e-5a9d9c631255" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "22493fbe-5011-443b-8c07-2da632703a63" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "8fbe3c38-cc6f-4894-bca9-66dfc26ca142" + "9ff6c2e3-4447-494f-90d2-788fe34d9a9a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184213Z:8fbe3c38-cc6f-4894-bca9-66dfc26ca142" + "EASTUS2:20211116T143408Z:9ff6c2e3-4447-494f-90d2-788fe34d9a9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:12 GMT" - ], "Content-Length": [ "43874" ], @@ -1715,35 +1715,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7983_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues1388_2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5ODNfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMxMzg4XzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5978_2/providers/Microsoft.Compute/availabilitySets/asdefaultvalues3017_2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NzhfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2RlZmF1bHR2YWx1ZXMzMDE3XzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acd8401f-4362-4222-a780-665994bac53e" + "c6fa4702-114e-41de-84b2-d3b78f8a364f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVM3Min;236,Microsoft.Compute/DeleteVM30Min;1196" ], @@ -1751,53 +1758,46 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c0ec712f-1c43-4d42-9206-1ff49ef8a13f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4b4ece29-5038-4092-a68f-fa92302df4e8" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], "x-ms-correlation-request-id": [ - "7baffb06-343c-4032-a79f-aa5cf7e9f6db" + "41669625-254f-4155-b46c-1ce93d8362d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184214Z:7baffb06-343c-4032-a79f-aa5cf7e9f6db" + "EASTUS2:20211116T143409Z:41669625-254f-4155-b46c-1ce93d8362d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7983_2?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5ODNfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5978_2?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NzhfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e950531-129c-4af1-830e-3bf6cb9958e5" + "75326946-af55-45e2-a7e8-823e59f6ec31" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1805,11 +1805,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTc4OjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1818,13 +1821,13 @@ "14995" ], "x-ms-request-id": [ - "89b98aad-2be5-4790-a3b2-ea0980d6e4f4" + "a8346cfb-1c67-4551-9d34-e57cd571719a" ], "x-ms-correlation-request-id": [ - "89b98aad-2be5-4790-a3b2-ea0980d6e4f4" + "a8346cfb-1c67-4551-9d34-e57cd571719a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184215Z:89b98aad-2be5-4790-a3b2-ea0980d6e4f4" + "EASTUS2:20211116T143411Z:a8346cfb-1c67-4551-9d34-e57cd571719a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1832,86 +1835,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:42:14 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNaTFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-request-id": [ - "1d406545-0e6b-465a-bf51-e0210b09dd5f" - ], - "x-ms-correlation-request-id": [ - "1d406545-0e6b-465a-bf51-e0210b09dd5f" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T184230Z:1d406545-0e6b-465a-bf51-e0210b09dd5f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 18:42:30 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNaTFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTc4OjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RjNE9qVkdNaTFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1919,77 +1862,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "a344bcb0-b4a0-42c6-a084-3a75cf5f1eb5" - ], - "x-ms-correlation-request-id": [ - "a344bcb0-b4a0-42c6-a084-3a75cf5f1eb5" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T184246Z:a344bcb0-b4a0-42c6-a084-3a75cf5f1eb5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Mon, 28 Jun 2021 18:42:46 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNaTFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 14:34:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-request-id": [ - "cbb2b328-9388-4bc7-a323-6ae14e060b1c" + "8fda257b-e3ad-4b97-917f-5744475e5eb0" ], "x-ms-correlation-request-id": [ - "cbb2b328-9388-4bc7-a323-6ae14e060b1c" + "8fda257b-e3ad-4b97-917f-5744475e5eb0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184301Z:cbb2b328-9388-4bc7-a323-6ae14e060b1c" + "EASTUS2:20211116T143427Z:8fda257b-e3ad-4b97-917f-5744475e5eb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1997,29 +1886,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:43:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNaTFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTc4OjVGMi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RjNE9qVkdNaTFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2027,20 +1913,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:26 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "d88de6a9-2561-4990-a546-2389ea855ef5" + "35cdc722-f0b3-4a60-b0c0-1eb8199b92e9" ], "x-ms-correlation-request-id": [ - "d88de6a9-2561-4990-a546-2389ea855ef5" + "35cdc722-f0b3-4a60-b0c0-1eb8199b92e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184301Z:d88de6a9-2561-4990-a546-2389ea855ef5" + "EASTUS2:20211116T143427Z:35cdc722-f0b3-4a60-b0c0-1eb8199b92e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2048,35 +1937,32 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:43:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7983_1?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5ODNfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5978_1?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NzhfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a9483c7-292c-4e27-9073-e04fcb40438d" + "aaf2b9b5-678a-47c5-a2a7-95f91cef4789" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2084,11 +1970,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTc4OjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2097,13 +1986,13 @@ "14994" ], "x-ms-request-id": [ - "00e0720b-3673-4b35-a4a2-61a1a914f4ec" + "d890511e-db6a-4bed-96d1-a0b7476d6970" ], "x-ms-correlation-request-id": [ - "00e0720b-3673-4b35-a4a2-61a1a914f4ec" + "d890511e-db6a-4bed-96d1-a0b7476d6970" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184301Z:00e0720b-3673-4b35-a4a2-61a1a914f4ec" + "EASTUS2:20211116T143427Z:d890511e-db6a-4bed-96d1-a0b7476d6970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2111,86 +2000,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:43:01 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNUzFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "4cd89ab6-1f49-4598-861e-aedec3bf36cf" - ], - "x-ms-correlation-request-id": [ - "4cd89ab6-1f49-4598-861e-aedec3bf36cf" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T184317Z:4cd89ab6-1f49-4598-861e-aedec3bf36cf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 18:43:16 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNUzFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTc4OjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RjNE9qVkdNUzFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2198,77 +2027,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "886a4f28-bed6-4958-a9f4-c1967a24c01a" - ], - "x-ms-correlation-request-id": [ - "886a4f28-bed6-4958-a9f4-c1967a24c01a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T184332Z:886a4f28-bed6-4958-a9f4-c1967a24c01a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Mon, 28 Jun 2021 18:43:31 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNUzFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 14:34:42 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11986" ], "x-ms-request-id": [ - "d41e6a74-4137-49c8-9d8f-23148b34cbb4" + "cb4ebc5f-2b38-48f5-ac61-bc6b3e8467ed" ], "x-ms-correlation-request-id": [ - "d41e6a74-4137-49c8-9d8f-23148b34cbb4" + "cb4ebc5f-2b38-48f5-ac61-bc6b3e8467ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184347Z:d41e6a74-4137-49c8-9d8f-23148b34cbb4" + "EASTUS2:20211116T143442Z:cb4ebc5f-2b38-48f5-ac61-bc6b3e8467ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2276,29 +2051,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:43:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTgzOjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1Rnek9qVkdNUzFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTc4OjVGMS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RjNE9qVkdNUzFYUlZOVVEwVk9WRkpCVEZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2306,20 +2078,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11985" ], "x-ms-request-id": [ - "ab6ed00d-a608-4e44-b49f-d3b509f5a9f1" + "a25e5062-fb8f-44b7-973f-a717d4491f66" ], "x-ms-correlation-request-id": [ - "ab6ed00d-a608-4e44-b49f-d3b509f5a9f1" + "a25e5062-fb8f-44b7-973f-a717d4491f66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T184347Z:ab6ed00d-a608-4e44-b49f-d3b509f5a9f1" + "EASTUS2:20211116T143442Z:a25e5062-fb8f-44b7-973f-a717d4491f66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2327,14 +2102,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 18:43:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2343,19 +2115,19 @@ ], "Names": { "Initialize": [ - "crptestar7983" + "crptestar5978" ], "VerifyInvalidFDUDValuesFail": [ - "invalidfdud4120" + "invalidfdud7954" ], "VerifyDefaultValuesSucceed": [ - "asdefaultvalues5865" + "asdefaultvalues36" ], "VerifyNonDefaultValuesSucceed": [ - "asnondefault755" + "asnondefault6535" ], "VerifyListAvailabilitySetsInSubscription": [ - "asdefaultvalues1388" + "asdefaultvalues3017" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestCapacityReservationOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestCapacityReservationOperations.json index 5a7b50ce4632b..2bccdc54906b3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestCapacityReservationOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestCapacityReservationOperations.json @@ -1,34 +1,37 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1723CR?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE3MjNDUj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8277CR?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyNzdDUj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar1723CR\": \"2021-07-23 21:26:27Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8277CR\": \"2021-11-30 22:03:35Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "504b5150-f73a-4ec4-9d52-c3c70927b3b3" + "895428a2-be6a-46d8-a6f7-95ce77e5e514" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "102" + "94" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:34 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "8c53b564-0987-4c4f-a009-efebfc03200f" + "9050d05d-1282-4e08-9cb1-f70584127808" ], "x-ms-correlation-request-id": [ - "8c53b564-0987-4c4f-a009-efebfc03200f" + "9050d05d-1282-4e08-9cb1-f70584127808" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212628Z:8c53b564-0987-4c4f-a009-efebfc03200f" + "EASTUS2:20211130T220335Z:9050d05d-1282-4e08-9cb1-f70584127808" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,11 +53,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:27 GMT" - ], "Content-Length": [ - "241" + "233" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,68 +63,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR\",\r\n \"name\": \"crptestar1723CR\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar1723CR\": \"2021-07-23 21:26:27Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR\",\r\n \"name\": \"crptestar8277CR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8277CR\": \"2021-11-30 22:03:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1d36d8ec-b6cf-44db-a91c-0ad4b991d84a" + "50ce5a56-fb84-4ee9-b2e9-7febbac16f9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "75" + "67" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80bf0edf-1dd8-4d36-aaae-3579f3a9d5d1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "60336f9c-5f66-458f-ae01-0cc1c1168793" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "863fa356-aae8-4a57-9c8e-3c94dc5793f8" + "8831d86b-9b79-4820-b5a0-73fd9b2b0186" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212630Z:863fa356-aae8-4a57-9c8e-3c94dc5793f8" + "EASTUS2:20211130T220336Z:8831d86b-9b79-4820-b5a0-73fd9b2b0186" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:29 GMT" - ], "Content-Length": [ - "308" + "300" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,62 +133,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59b2b47c-b21f-423d-978e-8d1f03871f3b" + "200a11f7-8ccd-4a23-af4b-08dccfacb879" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f645e3f-9162-402d-a6c1-756b9322b555" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6b68e2b5-b955-49ee-b76d-0cdf2fb296a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "e467505f-5566-48c9-8886-1fe3a2256efe" + "618dd81e-7373-48d1-b98f-e83e86b21675" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212630Z:e467505f-5566-48c9-8886-1fe3a2256efe" + "EASTUS2:20211130T220336Z:618dd81e-7373-48d1-b98f-e83e86b21675" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:30 GMT" - ], "Content-Length": [ - "308" + "300" ], "Content-Type": [ "application/json; charset=utf-8" @@ -197,62 +197,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8805c2c7-c718-48a7-89c8-9af71dc1314c" + "82cb648d-10d2-4004-b231-2ed13186a8c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69551fa1-dd4d-444b-8b6b-343063cb62f7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f4b8a37f-f7e9-4dd1-b122-397621b2d885" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "91c4e836-13b0-4c56-9378-8156077c5573" + "c926c6db-641c-43b0-a614-d3a925c8a5e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212631Z:91c4e836-13b0-4c56-9378-8156077c5573" + "EASTUS2:20211130T220337Z:c926c6db-641c-43b0-a614-d3a925c8a5e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:31 GMT" - ], "Content-Length": [ - "355" + "347" ], "Content-Type": [ "application/json; charset=utf-8" @@ -261,26 +261,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "247a7c52-bdeb-4b96-907a-d27c47b8f1b6" + "cd992aad-5b05-482e-b3d6-95f33a91896d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -293,36 +293,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbd459d3-ba0b-4cc5-8c68-9955179232fc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "32d5b229-8d77-45a9-b36f-aeacfa76e141" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "4d0af3d0-914c-47ac-a9fe-1971db745ad3" + "a45937d5-a6f6-403f-954e-9d8db466af17" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212631Z:4d0af3d0-914c-47ac-a9fe-1971db745ad3" + "EASTUS2:20211130T220336Z:a45937d5-a6f6-403f-954e-9d8db466af17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:30 GMT" - ], "Content-Length": [ - "355" + "347" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,62 +331,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25fb107e-cded-4151-925a-b2ea6c3f6092" + "81609680-ecbc-4793-b84c-1c347512f8e0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6408ab79-cb0a-4bc6-90ba-739421fd5281" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b685b907-298b-4346-9c24-9f8288de8135" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "0c3c4bbf-02be-4ac6-a3fa-d865f2eafbf7" + "d02cef62-5679-40f2-ac5c-90c1a7a11759" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212631Z:0c3c4bbf-02be-4ac6-a3fa-d865f2eafbf7" + "EASTUS2:20211130T220336Z:d02cef62-5679-40f2-ac5c-90c1a7a11759" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:30 GMT" - ], "Content-Length": [ - "432" + "424" ], "Content-Type": [ "application/json; charset=utf-8" @@ -395,50 +395,54 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/capacityReservationGroups?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/capacityReservationGroups?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5599bba1-2b31-4c1d-adbf-56d7e3566406" + "1e8b2c67-c577-4809-a78b-15720c1140f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:36 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "20354ddf-d8b0-4ad9-b520-3c90d5f21469", - "1d601efa-1bbe-4e7d-a786-a030d2b2d34e" + "12afa063-4262-47f6-aea7-a86f29140bdb", + "df56d0c8-a0c7-471e-b75d-08e953008043", + "109cdef0-ddd8-4f49-a0ca-d627a78567ab" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-request-id": [ - "8e1ef9b1-6577-40ae-8351-19cc910535ef" + "4fa7eaac-cf23-4a65-909a-5075a1d14c30" ], "x-ms-correlation-request-id": [ - "8e1ef9b1-6577-40ae-8351-19cc910535ef" + "4fa7eaac-cf23-4a65-909a-5075a1d14c30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212631Z:8e1ef9b1-6577-40ae-8351-19cc910535ef" + "EASTUS2:20211130T220336Z:4fa7eaac-cf23-4a65-909a-5075a1d14c30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -446,56 +450,60 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:31 GMT" + "Content-Length": [ + "1550" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "1458" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"name\": \"CRGcrptestps7626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS7626/providers/Microsoft.Compute/capacityReservationGroups/CRGcrptestps7626\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"capacityReservations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS7626/providers/Microsoft.Compute/capacityReservationGroups/CRGCRPTESTPS7626/capacityReservations/CR1CRPTESTPS7626\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS7626/providers/Microsoft.Compute/capacityReservationGroups/CRGCRPTESTPS7626/capacityReservations/CR2CRPTESTPS7626\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"new\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/capacityReservationGroups/new\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"capacityReservations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/capacityReservationGroups/NEW/capacityReservations/NEWNEW\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"crgtest9463\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"capacityReservations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1867/providers/Microsoft.Compute/capacityReservationGroups/CRGTEST9463/capacityReservations/CRTEST7356\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7971CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"capacityReservations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7971CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"fesafesaf\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/capacityReservationGroups/fesafesaf\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {}\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar1723CR\": \"2021-07-23 21:26:31Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8277CR\": \"2021-11-30 22:03:37Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3fda3143-fe2a-4e6a-a42d-99f2097ea85d" + "27ed6d7b-cd69-4a55-8145-a57b34dacace" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "200" + "192" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:03:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/c22adc84-1961-4f30-9e53-a4fe6088ce41?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0b757522-c346-4bd5-af62-29aa8fc8fc90?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -504,29 +512,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c22adc84-1961-4f30-9e53-a4fe6088ce41" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0b757522-c346-4bd5-af62-29aa8fc8fc90" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "db1cf533-c29f-42ef-89d4-84768a1acf50" + "05665e27-9997-4bc9-bc5c-1cbea523c963" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212632Z:db1cf533-c29f-42ef-89d4-84768a1acf50" + "EASTUS2:20211130T220337Z:05665e27-9997-4bc9-bc5c-1cbea523c963" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:32 GMT" - ], "Content-Length": [ - "603" + "652" ], "Content-Type": [ "application/json; charset=utf-8" @@ -535,57 +536,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar1723CR\": \"2021-07-23 21:26:31Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"8c8b4422-45f3-4d82-bf79-b8c99dab0b9f\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8277CR\": \"2021-11-30 22:03:37Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"23f2feaa-36df-4cd5-bed6-0819e7f92a13\",\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-30T22:03:37.3504113+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/c22adc84-1961-4f30-9e53-a4fe6088ce41?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9jMjJhZGM4NC0xOTYxLTRmMzAtOWU1My1hNGZlNjA4OGNlNDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0b757522-c346-4bd5-af62-29aa8fc8fc90?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGI3NTc1MjItYzM0Ni00YmQ1LWFmNjItMjlhYThmYzhmYzkwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee06e4a6-9513-45bd-8ab7-8913429c8ff8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "346654f6-0c6d-4d94-819c-0a0dc56512d4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "682374bb-6fe9-483c-9a6e-520696c62f5f" + "9b1b1e80-4cdd-4662-9075-95894f193bb3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212702Z:682374bb-6fe9-483c-9a6e-520696c62f5f" + "EASTUS2:20211130T220407Z:9b1b1e80-4cdd-4662-9075-95894f193bb3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:01 GMT" - ], "Content-Length": [ "184" ], @@ -596,56 +597,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:26:32.0708241+00:00\",\r\n \"endTime\": \"2021-07-23T21:26:32.1958456+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c22adc84-1961-4f30-9e53-a4fe6088ce41\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T22:03:37.3504113+00:00\",\r\n \"endTime\": \"2021-11-30T22:03:37.4285596+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0b757522-c346-4bd5-af62-29aa8fc8fc90\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "635183d8-a070-4fcc-8c84-782ec5ff883f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f6ce9b8-7de9-48bf-bf63-12b259e99b6f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "7a38f0b9-4be0-4d7c-b0f7-ecc7cb9d6c8f" + "839fb264-13cb-4b6a-8919-f665505448d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212702Z:7a38f0b9-4be0-4d7c-b0f7-ecc7cb9d6c8f" + "EASTUS2:20211130T220407Z:839fb264-13cb-4b6a-8919-f665505448d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:02 GMT" - ], "Content-Length": [ - "666" + "715" ], "Content-Type": [ "application/json; charset=utf-8" @@ -654,62 +655,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar1723CR\": \"2021-07-23 21:26:31Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"8c8b4422-45f3-4d82-bf79-b8c99dab0b9f\",\r\n \"provisioningTime\": \"2021-07-23T21:26:32.1489493+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8277CR\": \"2021-11-30 22:03:37Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"23f2feaa-36df-4cd5-bed6-0819e7f92a13\",\r\n \"provisioningTime\": \"2021-11-30T22:03:37.4129136+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:03:37.3504113+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfc3c5f9-9cad-4ec0-aadc-d6ea8f3c30a5" + "07429708-46eb-4c51-9b5e-18cae943c96e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0b35aba-a322-4840-bd9e-deafb153758e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1cab8607-0e0a-4c9c-9cfe-3e36689bb95c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "c0fb722b-21d2-4019-9ccc-2af720d16984" + "c199943e-0f39-42a5-9fc2-630a65012aa9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212702Z:c0fb722b-21d2-4019-9ccc-2af720d16984" + "EASTUS2:20211130T220407Z:c199943e-0f39-42a5-9fc2-630a65012aa9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:02 GMT" - ], "Content-Length": [ - "666" + "715" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,62 +719,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar1723CR\": \"2021-07-23 21:26:31Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"8c8b4422-45f3-4d82-bf79-b8c99dab0b9f\",\r\n \"provisioningTime\": \"2021-07-23T21:26:32.1489493+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8277CR\": \"2021-11-30 22:03:37Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"23f2feaa-36df-4cd5-bed6-0819e7f92a13\",\r\n \"provisioningTime\": \"2021-11-30T22:03:37.4129136+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:03:37.3504113+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3981ef5-5323-40d6-9229-5c1275fc264d" + "65dbf356-b689-4e7d-8307-25a3e214278c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7652bca-2104-46db-ad49-3f95b1fc4fe7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "35da812b-a6f8-46fe-a22b-9a52a236c2bc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "302d6f13-e095-464d-aceb-39d4732677c9" + "54e9c78b-5de1-4e7b-b841-ac16c4860187" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212702Z:302d6f13-e095-464d-aceb-39d4732677c9" + "EASTUS2:20211130T220407Z:54e9c78b-5de1-4e7b-b841-ac16c4860187" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:02 GMT" - ], "Content-Length": [ - "775" + "828" ], "Content-Type": [ "application/json; charset=utf-8" @@ -782,40 +783,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar1723CR\": \"2021-07-23 21:26:31Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"8c8b4422-45f3-4d82-bf79-b8c99dab0b9f\",\r\n \"provisioningTime\": \"2021-07-23T21:26:32.1489493+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8277CR\": \"2021-11-30 22:03:37Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"reservationId\": \"23f2feaa-36df-4cd5-bed6-0819e7f92a13\",\r\n \"provisioningTime\": \"2021-11-30T22:03:37.4129136+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:03:37.3504113+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1ac65d6-0c8e-4d06-9e30-e5eb0cb97f3a" + "d409baf9-a60f-41c6-9c3b-568d86896788" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ac28da56-748b-4391-86ca-bebc6582171c?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/1aaa476c-64a7-4cc5-9586-255d7ab69e91?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ac28da56-748b-4391-86ca-bebc6582171c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/1aaa476c-64a7-4cc5-9586-255d7ab69e91?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -824,85 +832,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac28da56-748b-4391-86ca-bebc6582171c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1aaa476c-64a7-4cc5-9586-255d7ab69e91" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "e8a17157-4e3b-47c3-abe8-da37071b19e8" + "d14be412-ce76-4f67-8c10-5d0dba76b5c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212703Z:e8a17157-4e3b-47c3-abe8-da37071b19e8" + "EASTUS2:20211130T220407Z:d14be412-ce76-4f67-8c10-5d0dba76b5c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ac28da56-748b-4391-86ca-bebc6582171c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hYzI4ZGE1Ni03NDhiLTQzOTEtODZjYS1iZWJjNjU4MjE3MWM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/1aaa476c-64a7-4cc5-9586-255d7ab69e91?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWFhYTQ3NmMtNjRhNy00Y2M1LTk1ODYtMjU1ZDdhYjY5ZTkxP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ec04163-a2b0-48df-9a9d-b2e75e840dda" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fa6e61b2-6081-44a7-9586-514e8ac0b47a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "bced0051-b602-4523-9ea5-9576e593079f" + "8e5772ad-b9cb-4c2d-b2bf-851341c03671" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212733Z:bced0051-b602-4523-9ea5-9576e593079f" + "EASTUS2:20211130T220437Z:8e5772ad-b9cb-4c2d-b2bf-851341c03671" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:32 GMT" - ], "Content-Length": [ "184" ], @@ -913,144 +914,144 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:27:03.0553884+00:00\",\r\n \"endTime\": \"2021-07-23T21:27:03.1335399+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ac28da56-748b-4391-86ca-bebc6582171c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T22:04:07.8348353+00:00\",\r\n \"endTime\": \"2021-11-30T22:04:07.8973641+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1aaa476c-64a7-4cc5-9586-255d7ab69e91\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ac28da56-748b-4391-86ca-bebc6582171c?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hYzI4ZGE1Ni03NDhiLTQzOTEtODZjYS1iZWJjNjU4MjE3MWM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/1aaa476c-64a7-4cc5-9586-255d7ab69e91?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWFhYTQ3NmMtNjRhNy00Y2M1LTk1ODYtMjU1ZDdhYjY5ZTkxP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f2e30ca6-a1d8-4bf3-a894-3314f67d6735" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "659186d5-415c-4bdf-9aa4-f81e163817b3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "71c5495d-28db-4aab-b7eb-153037a84f40" + "5a41f659-f1f2-4e14-817d-307e304519bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212733Z:71c5495d-28db-4aab-b7eb-153037a84f40" + "EASTUS2:20211130T220437Z:5a41f659-f1f2-4e14-817d-307e304519bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1723CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE3MjNDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8277CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNzdDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2ae7453-ea6b-4a7d-bb7f-c024ad8c8215" + "40c1f2a7-87bf-4068-8385-99106373197f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "063becbc-6e3a-40bb-b801-38991d6d18b4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3595da6-ecb9-45bc-b8bc-e3db6dea0af0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "a459f60a-a5fa-45d9-a17c-ae4fa796121f" + "fd06bd6a-dfc1-48c6-b90f-3a42caf950ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212734Z:a459f60a-a5fa-45d9-a17c-ae4fa796121f" + "EASTUS2:20211130T220438Z:fd06bd6a-dfc1-48c6-b90f-3a42caf950ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1723CR?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE3MjNDUj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8277CR?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyNzdDUj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e8cdfd8-0be1-4b01-b823-a91b8c71f751" + "dc2f7283-b8c3-4465-92ae-6f145cf2284c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1058,11 +1059,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNzIzQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Mjc3Q1ItRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1071,13 +1075,13 @@ "14999" ], "x-ms-request-id": [ - "66e1dc78-6b78-4e98-a6c4-3af1bf553d00" + "7489e3e5-81cf-4cde-90ef-8181a2ce6b04" ], "x-ms-correlation-request-id": [ - "66e1dc78-6b78-4e98-a6c4-3af1bf553d00" + "7489e3e5-81cf-4cde-90ef-8181a2ce6b04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212735Z:66e1dc78-6b78-4e98-a6c4-3af1bf553d00" + "EASTUS2:20211130T220438Z:7489e3e5-81cf-4cde-90ef-8181a2ce6b04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1085,86 +1089,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:27:34 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNzIzQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TnpJelExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNzIzQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "aa991991-feba-4839-af33-4fd37ccb83cc" - ], - "x-ms-correlation-request-id": [ - "aa991991-feba-4839-af33-4fd37ccb83cc" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210723T212750Z:aa991991-feba-4839-af33-4fd37ccb83cc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 23 Jul 2021 21:27:49 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNzIzQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TnpJelExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Mjc3Q1ItRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpjM1ExSXRSVUZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1172,77 +1116,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNzIzQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "480c3ec2-af82-4baf-8069-5695734de0f5" - ], - "x-ms-correlation-request-id": [ - "480c3ec2-af82-4baf-8069-5695734de0f5" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210723T212805Z:480c3ec2-af82-4baf-8069-5695734de0f5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Fri, 23 Jul 2021 21:28:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNzIzQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TnpJelExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 30 Nov 2021 22:04:53 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "d9c3ffc1-3a5c-4453-8b76-01951e70815b" + "3b210d62-a692-4673-b0c1-7117c1e6a786" ], "x-ms-correlation-request-id": [ - "d9c3ffc1-3a5c-4453-8b76-01951e70815b" + "3b210d62-a692-4673-b0c1-7117c1e6a786" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212820Z:d9c3ffc1-3a5c-4453-8b76-01951e70815b" + "EASTUS2:20211130T220453Z:3b210d62-a692-4673-b0c1-7117c1e6a786" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1250,29 +1140,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNzIzQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TnpJelExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Mjc3Q1ItRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpjM1ExSXRSVUZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1280,20 +1167,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 22:04:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "f43be1cc-a0c5-4b57-b5e6-48068a5d647d" + "de429e05-ef51-4cad-8443-4e15ae84fd2e" ], "x-ms-correlation-request-id": [ - "f43be1cc-a0c5-4b57-b5e6-48068a5d647d" + "de429e05-ef51-4cad-8443-4e15ae84fd2e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212820Z:f43be1cc-a0c5-4b57-b5e6-48068a5d647d" + "EASTUS2:20211130T220453Z:de429e05-ef51-4cad-8443-4e15ae84fd2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1301,14 +1191,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1317,7 +1204,7 @@ ], "Names": { "TestCapacityReservationOperations": [ - "crptestar1723" + "crptestar8277" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestNonZonalCapacityReservationGroupInstanceView.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestNonZonalCapacityReservationGroupInstanceView.json index 3f291badeff50..09fa63aa54ccb 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestNonZonalCapacityReservationGroupInstanceView.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/CapacityReservationTests/TestNonZonalCapacityReservationGroupInstanceView.json @@ -1,34 +1,37 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7842CR?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4NDJDUj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar437CR?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzN0NSP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7842CR\": \"2021-07-23 21:24:35Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar437CR\": \"2021-11-30 20:08:16Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8ac50bfa-5f24-4b43-b032-2d75da6bb20d" + "add92d6c-688a-4980-8b4b-48ca5e278df1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "102" + "101" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "60d48eb3-faa0-4aff-b304-452907beb383" + "fe5c3fbb-465f-4f9d-bf50-99559e69e957" ], "x-ms-correlation-request-id": [ - "60d48eb3-faa0-4aff-b304-452907beb383" + "fe5c3fbb-465f-4f9d-bf50-99559e69e957" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212436Z:60d48eb3-faa0-4aff-b304-452907beb383" + "EASTUS2:20211130T200817Z:fe5c3fbb-465f-4f9d-bf50-99559e69e957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,11 +53,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:24:35 GMT" - ], "Content-Length": [ - "241" + "238" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR\",\r\n \"name\": \"crptestar7842CR\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7842CR\": \"2021-07-23 21:24:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR\",\r\n \"name\": \"crptestar437CR\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar437CR\": \"2021-11-30 20:08:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cdd4b694-a201-46f7-b6ae-37df26556e50" + "cce90181-3544-41a0-bb75-f421cb1329a1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,36 +95,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7c4b7732-4efa-4505-baf9-b2f8a1357cde" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b7ef8244-a106-45d5-9acd-6c821c5e50b5" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a097bd46-817a-4c5d-8b61-dd2c2324f9ce" + "b14b3ca0-1929-43b8-baaa-ec6389f1b48a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212438Z:a097bd46-817a-4c5d-8b61-dd2c2324f9ce" + "EASTUS2:20211130T200819Z:b14b3ca0-1929-43b8-baaa-ec6389f1b48a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:24:37 GMT" - ], "Content-Length": [ - "269" + "268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,62 +133,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb32b981-04e3-42ad-80b0-8c52e112249d" + "06c5d056-9952-4535-99df-b7021140cb2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b9b07361-2810-4fc9-8106-7f7f741836bc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fcbe52d9-b8f2-48ad-8b45-9e98e3f6b1fe" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6be37dcc-5747-4014-9379-e586a0709f6b" + "535e50c2-283a-4d5f-a070-eedf5468719c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212438Z:6be37dcc-5747-4014-9379-e586a0709f6b" + "EASTUS2:20211130T200819Z:535e50c2-283a-4d5f-a070-eedf5468719c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:24:37 GMT" - ], "Content-Length": [ - "269" + "268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -197,62 +197,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bbfa5a9-014f-4f76-ac9a-e0114fac6ff5" + "c58a3992-15a1-473e-8b9a-2ce904e369e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "37057904-163c-48e2-9e94-cc38fb7fc057" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2ee6ac32-5b36-4954-9e44-a9cade977296" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "6d0fae0f-0a77-4dea-9d8a-3815b8e11a1e" + "f61c0ef5-f6c5-40b9-950b-4c4a884dd72c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212438Z:6d0fae0f-0a77-4dea-9d8a-3815b8e11a1e" + "EASTUS2:20211130T200819Z:f61c0ef5-f6c5-40b9-950b-4c4a884dd72c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:24:37 GMT" - ], "Content-Length": [ - "269" + "268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -261,43 +261,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xL2NhcGFjaXR5UmVzZXJ2YXRpb25zL0NSLTE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7842CR\": \"2021-07-23 21:24:38Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar437CR\": \"2021-11-30 20:08:19Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0ecc930b-745f-4b03-9615-56c2f7f884e9" + "f8ac04ee-6639-4271-845e-16c25769eb8f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "171" + "170" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5efe0c88-8fe1-40be-8db4-e81edc1578d9?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/105ea606-0ca7-440e-b77a-6f0d64afef72?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -306,29 +313,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5efe0c88-8fe1-40be-8db4-e81edc1578d9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "105ea606-0ca7-440e-b77a-6f0d64afef72" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "2f9dff0e-e65e-4c04-9fae-3cee72482071" + "e26bb601-3b8c-45d7-98f9-5fdff6180d69" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212439Z:2f9dff0e-e65e-4c04-9fae-3cee72482071" + "EASTUS2:20211130T200820Z:e26bb601-3b8c-45d7-98f9-5fdff6180d69" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:24:39 GMT" - ], "Content-Length": [ - "574" + "629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -337,29 +337,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7842CR\": \"2021-07-23 21:24:38Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"903eee7b-b107-4c58-9869-fd83be7c9bb8\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar437CR\": \"2021-11-30 20:08:19Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"e2972710-d9c6-4d96-9a0a-9aa78cf721fc\",\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-30T20:08:19.8920066+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5efe0c88-8fe1-40be-8db4-e81edc1578d9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81ZWZlMGM4OC04ZmUxLTQwYmUtOGRiNC1lODFlZGMxNTc4ZDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/105ea606-0ca7-440e-b77a-6f0d64afef72?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xMDVlYTYwNi0wY2E3LTQ0MGUtYjc3YS02ZjBkNjRhZmVmNzI/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -367,29 +374,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5eeb2343-7e0e-40e3-be79-1b8c288e05f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "022c20f0-ef7e-4abc-8fc8-d57c3d7cb275" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "f0d2eb55-5e2c-4277-8ae2-4c3aac6305cc" + "8453faf3-07d0-400d-90a8-64b5e1f54522" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212510Z:f0d2eb55-5e2c-4277-8ae2-4c3aac6305cc" + "EASTUS2:20211130T200850Z:8453faf3-07d0-400d-90a8-64b5e1f54522" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:09 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -398,56 +398,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:24:39.288881+00:00\",\r\n \"endTime\": \"2021-07-23T21:24:42.7107733+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5efe0c88-8fe1-40be-8db4-e81edc1578d9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:08:19.8607527+00:00\",\r\n \"endTime\": \"2021-11-30T20:08:23.4078762+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"105ea606-0ca7-440e-b77a-6f0d64afef72\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xL2NhcGFjaXR5UmVzZXJ2YXRpb25zL0NSLTE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c1a1145-619d-438e-87ba-a46acad07852" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "55d4b2ca-39cb-4631-bb3a-c6ad90c36c10" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "e792ca31-0416-4678-b119-d4152cf9f73c" + "e2e3cb33-10cf-44cb-99de-f5f3c898653b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212510Z:e792ca31-0416-4678-b119-d4152cf9f73c" + "EASTUS2:20211130T200850Z:e2e3cb33-10cf-44cb-99de-f5f3c898653b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:09 GMT" - ], "Content-Length": [ - "637" + "691" ], "Content-Type": [ "application/json; charset=utf-8" @@ -456,62 +456,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7842CR\": \"2021-07-23 21:24:38Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"903eee7b-b107-4c58-9869-fd83be7c9bb8\",\r\n \"provisioningTime\": \"2021-07-23T21:24:42.6326622+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar437CR\": \"2021-11-30 20:08:19Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"e2972710-d9c6-4d96-9a0a-9aa78cf721fc\",\r\n \"provisioningTime\": \"2021-11-30T20:08:23.329745+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:08:19.8920066+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xL2NhcGFjaXR5UmVzZXJ2YXRpb25zL0NSLTE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc368316-05c7-41d2-95b4-e5afdb60cc01" + "c580d671-6d89-4a18-a713-2e946858cc58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d3e40715-bca5-473f-85f0-2f8adaa6d9a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b85c6e2e-5346-4f67-a2d4-76fb8269db2e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "1afbd05e-857b-4beb-b114-44597df1852a" + "73b78762-9008-40f3-ba69-ef86843e2503" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212510Z:1afbd05e-857b-4beb-b114-44597df1852a" + "EASTUS2:20211130T200850Z:73b78762-9008-40f3-ba69-ef86843e2503" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:09 GMT" - ], "Content-Length": [ - "637" + "691" ], "Content-Type": [ "application/json; charset=utf-8" @@ -520,62 +520,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7842CR\": \"2021-07-23 21:24:38Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"903eee7b-b107-4c58-9869-fd83be7c9bb8\",\r\n \"provisioningTime\": \"2021-07-23T21:24:42.6326622+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"CR-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar437CR\": \"2021-11-30 20:08:19Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"e2972710-d9c6-4d96-9a0a-9aa78cf721fc\",\r\n \"provisioningTime\": \"2021-11-30T20:08:23.329745+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:08:19.8920066+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xPyRleHBhbmQ9aW5zdGFuY2VWaWV3JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cf003db-a10c-471e-b906-00f31a01e2fd" + "9da1dca1-2ebb-4467-9263-dafb1d58d5bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5036a15c-db19-4df8-ae0e-24c9580a7e3f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b0ba6a85-5941-4dbc-9200-fbda80afc85d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "61dba819-c03e-4a93-a8b1-fd645020b49d" + "9ab44f67-e97b-4f38-be22-b8c9c429f31e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212510Z:61dba819-c03e-4a93-a8b1-fd645020b49d" + "EASTUS2:20211130T200850Z:9ab44f67-e97b-4f38-be22-b8c9c429f31e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:10 GMT" - ], "Content-Length": [ - "963" + "960" ], "Content-Type": [ "application/json; charset=utf-8" @@ -584,40 +584,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"capacityReservations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\"\r\n }\r\n ],\r\n \"instanceView\": {\r\n \"capacityReservations\": [\r\n {\r\n \"name\": \"CR-1\",\r\n \"utilizationInfo\": {},\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:24:42.6326622+00:00\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"CRG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"capacityReservations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1\"\r\n }\r\n ],\r\n \"instanceView\": {\r\n \"capacityReservations\": [\r\n {\r\n \"name\": \"CR-1\",\r\n \"utilizationInfo\": {},\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:08:23.329745+00:00\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMS9jYXBhY2l0eVJlc2VydmF0aW9ucy9DUi0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1/capacityReservations/CR-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xL2NhcGFjaXR5UmVzZXJ2YXRpb25zL0NSLTE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2817eff-9915-4f5e-be81-9a95752b6f3d" + "e4acca8c-3665-4bd0-b893-a82c890962b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:08:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d11b6c64-71fd-44f6-b40f-64bad0bb3116?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/839222d1-6e12-4512-8d7a-becc976ced00?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d11b6c64-71fd-44f6-b40f-64bad0bb3116?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/839222d1-6e12-4512-8d7a-becc976ced00?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -626,57 +633,57 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d11b6c64-71fd-44f6-b40f-64bad0bb3116" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "839222d1-6e12-4512-8d7a-becc976ced00" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "87fca7c0-aaed-4260-abfc-3ce54383b76b" + "e1f778ce-1528-49f9-95d0-cb759989ffe4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212510Z:87fca7c0-aaed-4260-abfc-3ce54383b76b" + "EASTUS2:20211130T200850Z:e1f778ce-1528-49f9-95d0-cb759989ffe4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d11b6c64-71fd-44f6-b40f-64bad0bb3116?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kMTFiNmM2NC03MWZkLTQ0ZjYtYjQwZi02NGJhZDBiYjMxMTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/839222d1-6e12-4512-8d7a-becc976ced00?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84MzkyMjJkMS02ZTEyLTQ1MTItOGQ3YS1iZWNjOTc2Y2VkMDA/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:09:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], @@ -684,27 +691,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "75f2c6de-6536-496b-8340-ed0f1402a541" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b360c049-2510-424a-bc99-0603e459500f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "4d27ab53-9450-4c55-a7d2-5fda14c7b407" + "d7fa723f-a5af-47c2-9eea-da0c56b53005" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212540Z:4d27ab53-9450-4c55-a7d2-5fda14c7b407" + "EASTUS2:20211130T200921Z:d7fa723f-a5af-47c2-9eea-da0c56b53005" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:40 GMT" - ], "Content-Length": [ "184" ], @@ -715,29 +715,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:25:10.3984236+00:00\",\r\n \"endTime\": \"2021-07-23T21:25:10.5391014+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d11b6c64-71fd-44f6-b40f-64bad0bb3116\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:08:50.9098072+00:00\",\r\n \"endTime\": \"2021-11-30T20:08:51.0348238+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"839222d1-6e12-4512-8d7a-becc976ced00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d11b6c64-71fd-44f6-b40f-64bad0bb3116?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kMTFiNmM2NC03MWZkLTQ0ZjYtYjQwZi02NGJhZDBiYjMxMTY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/839222d1-6e12-4512-8d7a-becc976ced00?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84MzkyMjJkMS02ZTEyLTQ1MTItOGQ3YS1iZWNjOTc2Y2VkMDA/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:09:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], @@ -745,114 +752,107 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "02183915-cd07-44c9-b7e8-fb048d2e531b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cc11c012-a39c-4f1f-8f9f-6a26d21c43a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "a32592a7-079a-42cc-ab26-9b23db8beb48" + "0f2b385c-cd27-4161-a82d-f2f812eaf7dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212540Z:a32592a7-079a-42cc-ab26-9b23db8beb48" + "EASTUS2:20211130T200921Z:0f2b385c-cd27-4161-a82d-f2f812eaf7dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7842CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NDJDUi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3Vwcy9DUkctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar437CR/providers/Microsoft.Compute/capacityReservationGroups/CRG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzN0NSL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9jYXBhY2l0eVJlc2VydmF0aW9uR3JvdXBzL0NSRy0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6516f205-c037-4b41-a126-49785d220dc6" + "228d8f24-81d9-4bd2-89c4-bbe516a84328" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:09:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dd04af95-eae0-4401-abd1-f546114b8867" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3a4ef133-83f6-4f42-8d8a-ae095e16bc02" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "5d973be9-c124-40bc-a012-100428f5c744" + "6bcfffed-e28f-4956-bb25-bafa153ec0ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212541Z:5d973be9-c124-40bc-a012-100428f5c744" + "EASTUS2:20211130T200921Z:6bcfffed-e28f-4956-bb25-bafa153ec0ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7842CR?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4NDJDUj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar437CR?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzN0NSP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "881bfbbc-5923-4a60-b6c3-d0ce63266ce6" + "8d71e787-6abf-432b-9c0d-20e451efca39" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -860,11 +860,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:09:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODQyQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -873,13 +876,13 @@ "14999" ], "x-ms-request-id": [ - "0514ba70-134a-4360-83c6-155569d7ec9f" + "8dd3d2a6-fa59-4c5b-8cf7-6321289d1e15" ], "x-ms-correlation-request-id": [ - "0514ba70-134a-4360-83c6-155569d7ec9f" + "8dd3d2a6-fa59-4c5b-8cf7-6321289d1e15" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212542Z:0514ba70-134a-4360-83c6-155569d7ec9f" + "EASTUS2:20211130T200922Z:8dd3d2a6-fa59-4c5b-8cf7-6321289d1e15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -887,29 +890,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODQyQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RReVExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpkRFVpMVRUMVZVU0VORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pYzI5MWRHaGpaVzUwY21Gc2RYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -917,11 +917,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:09:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODQyQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -930,13 +933,13 @@ "11999" ], "x-ms-request-id": [ - "cc34db55-e187-48e5-8b7a-1d50ce0d59fd" + "befed5fd-c5bf-4b01-b1a7-00f205d4da96" ], "x-ms-correlation-request-id": [ - "cc34db55-e187-48e5-8b7a-1d50ce0d59fd" + "befed5fd-c5bf-4b01-b1a7-00f205d4da96" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212557Z:cc34db55-e187-48e5-8b7a-1d50ce0d59fd" + "EASTUS2:20211130T200937Z:befed5fd-c5bf-4b01-b1a7-00f205d4da96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -944,29 +947,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:25:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODQyQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RReVExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpkRFVpMVRUMVZVU0VORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pYzI5MWRHaGpaVzUwY21Gc2RYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -974,11 +974,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:09:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODQyQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -987,13 +990,13 @@ "11998" ], "x-ms-request-id": [ - "fa03598b-1b20-4c74-8ffa-ccfc5d0afef6" + "8c8ad5e1-df05-4513-9dec-17cd39c9de30" ], "x-ms-correlation-request-id": [ - "fa03598b-1b20-4c74-8ffa-ccfc5d0afef6" + "8c8ad5e1-df05-4513-9dec-17cd39c9de30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212612Z:fa03598b-1b20-4c74-8ffa-ccfc5d0afef6" + "EASTUS2:20211130T200952Z:8c8ad5e1-df05-4513-9dec-17cd39c9de30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1001,29 +1004,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODQyQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RReVExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpkRFVpMVRUMVZVU0VORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pYzI5MWRHaGpaVzUwY21Gc2RYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1031,20 +1031,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:10:07 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-request-id": [ - "ccf456f9-11af-48a0-8ec6-8dbd0cfea9b6" + "d605654d-029a-427f-8712-4949f92c34dd" ], "x-ms-correlation-request-id": [ - "ccf456f9-11af-48a0-8ec6-8dbd0cfea9b6" + "d605654d-029a-427f-8712-4949f92c34dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212627Z:ccf456f9-11af-48a0-8ec6-8dbd0cfea9b6" + "EASTUS2:20211130T201008Z:d605654d-029a-427f-8712-4949f92c34dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1052,29 +1061,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpkRFVpMVRUMVZVU0VORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pYzI5MWRHaGpaVzUwY21Gc2RYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 20:10:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "c67e0634-c634-4dc4-812b-bc59b552a701" + ], + "x-ms-correlation-request-id": [ + "c67e0634-c634-4dc4-812b-bc59b552a701" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T201023Z:c67e0634-c634-4dc4-812b-bc59b552a701" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODQyQ1ItU09VVEhDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6InNvdXRoY2VudHJhbHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RReVExSXRVMDlWVkVoRFJVNVVVa0ZNVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9ZMlZ1ZEhKaGJIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpkRFVpMVRUMVZVU0VORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pYzI5MWRHaGpaVzUwY21Gc2RYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1082,20 +1145,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:10:38 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "2b867a9e-4a90-4673-95ca-29f7a83a284c" + "01971037-a12d-47bf-85ec-2b192639313b" ], "x-ms-correlation-request-id": [ - "2b867a9e-4a90-4673-95ca-29f7a83a284c" + "01971037-a12d-47bf-85ec-2b192639313b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212627Z:2b867a9e-4a90-4673-95ca-29f7a83a284c" + "EASTUS2:20211130T201038Z:01971037-a12d-47bf-85ec-2b192639313b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1103,14 +1169,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:26:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzdDUi1TT1VUSENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoic291dGhjZW50cmFsdXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpkRFVpMVRUMVZVU0VORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pYzI5MWRHaGpaVzUwY21Gc2RYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 20:10:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "437e2ed8-ed25-4404-8c8a-fb18d16c3aca" + ], + "x-ms-correlation-request-id": [ + "437e2ed8-ed25-4404-8c8a-fb18d16c3aca" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T201038Z:437e2ed8-ed25-4404-8c8a-fb18d16c3aca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -1119,7 +1233,7 @@ ], "Names": { "TestNonZonalCapacityReservationGroupInstanceView": [ - "crptestar7842" + "crptestar437" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/Compute.Tests.RestorePointTests/CreateRpcAndRestorePoints.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/Compute.Tests.RestorePointTests/CreateRpcAndRestorePoints.json index 164b8765ab5df..29d3108599879 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/Compute.Tests.RestorePointTests/CreateRpcAndRestorePoints.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/Compute.Tests.RestorePointTests/CreateRpcAndRestorePoints.json @@ -1,38 +1,31 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "069cb5bc-c620-4e8e-82d6-79b09de87033" + "fc86adc3-b5c0-48bd-9207-c14136a34d84" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 22:59:41 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -40,23 +33,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" + "0d9dba78-1e8a-4aa0-b19b-25d4fc064622_132870966862398582" ], "x-ms-request-id": [ - "5370ee25-70f0-4e53-a6d9-98fe7d7f614c" + "d160b48f-6420-4cc3-a085-91daa54022b8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "1b13de8d-2d22-4ee2-808c-3eb7f33278ad" + "03584ea3-d345-4c6f-adfd-421dcb83d165" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T225941Z:1b13de8d-2d22-4ee2-808c-3eb7f33278ad" + "EASTUS2:20220120T004244Z:03584ea3-d345-4c6f-adfd-421dcb83d165" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:42:44 GMT" + ], "Content-Length": [ "321" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar9817?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4MTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6722?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9817\": \"2021-11-30 22:59:41Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6722\": \"2022-01-20 00:42:44Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "64fc225d-c412-4a12-8a7e-eebd8210ff98" + "6f59763c-74fc-4950-8c44-a9952f264a0d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,9 +99,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 22:59:44 GMT" - ], "Pragma": [ "no-cache" ], @@ -109,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "7c6c9ce4-30c8-48d4-9a22-eb9e0e7afbff" + "d1bbef9f-5372-468a-91d2-8ca06248f9e1" ], "x-ms-correlation-request-id": [ - "7c6c9ce4-30c8-48d4-9a22-eb9e0e7afbff" + "d1bbef9f-5372-468a-91d2-8ca06248f9e1" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T225944Z:7c6c9ce4-30c8-48d4-9a22-eb9e0e7afbff" + "EASTUS2:20220120T004245Z:d1bbef9f-5372-468a-91d2-8ca06248f9e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,6 +120,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:42:44 GMT" + ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817\",\r\n \"name\": \"crptestar9817\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9817\": \"2021-11-30 22:59:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722\",\r\n \"name\": \"crptestar6722\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6722\": \"2022-01-20 00:42:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar9817?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4MTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6722?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9817\": \"2021-11-30 23:00:22Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6722\": \"2022-01-20 00:43:16Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d0877486-f240-4918-8a52-a2ffa7890e4f" + "477df33b-279d-4c84-9a8b-48bba7713221" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,9 +165,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:21 GMT" - ], "Pragma": [ "no-cache" ], @@ -175,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "c9864346-a0b6-4583-8425-1c1cb88ab693" + "67b80efc-3770-4968-b462-b2428a43880e" ], "x-ms-correlation-request-id": [ - "c9864346-a0b6-4583-8425-1c1cb88ab693" + "67b80efc-3770-4968-b462-b2428a43880e" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230022Z:c9864346-a0b6-4583-8425-1c1cb88ab693" + "EASTUS2:20220120T004316Z:67b80efc-3770-4968-b462-b2428a43880e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,6 +186,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:16 GMT" + ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817\",\r\n \"name\": \"crptestar9817\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9817\": \"2021-11-30 23:00:22Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722\",\r\n \"name\": \"crptestar6722\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6722\": \"2022-01-20 00:43:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Storage/storageAccounts/crptestar9333?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5MzMzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Storage/storageAccounts/crptestar5564?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1NTY0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aabc6da3-54f0-4fa9-b8f2-aafb24a40fd0" + "116de749-f2b8-4de1-a95c-1f5d14e53ef3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 22:59:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/25addc86-6a44-4262-a2c6-6cf6f616e1ef?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/6ed74ffe-e5e9-4662-a119-5526debe25ad?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "25addc86-6a44-4262-a2c6-6cf6f616e1ef" + "6ed74ffe-e5e9-4662-a119-5526debe25ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3099affa-04f6-4186-9d8a-bfe1d05ce4e4" + "d798fc4a-14cc-4472-a509-379075eb9140" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T225954Z:3099affa-04f6-4186-9d8a-bfe1d05ce4e4" + "EASTUS2:20220120T004248Z:d798fc4a-14cc-4472-a509-379075eb9140" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:42:48 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/25addc86-6a44-4262-a2c6-6cf6f616e1ef?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjVhZGRjODYtNmE0NC00MjYyLWEyYzYtNmNmNmY2MTZlMWVmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/6ed74ffe-e5e9-4662-a119-5526debe25ad?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNmVkNzRmZmUtZTVlOS00NjYyLWExMTktNTUyNmRlYmUyNWFkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "90106c42-803f-4bff-810b-3eae0cdfd61e" + "3e829a90-1cc4-43f2-a699-6444d7170092" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d816ffb0-74dd-462a-94a7-3486ac0f0c52" + "7e734676-9080-4621-a6eb-c2b1a0753741" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230011Z:d816ffb0-74dd-462a-94a7-3486ac0f0c52" + "EASTUS2:20220120T004306Z:7e734676-9080-4621-a6eb-c2b1a0753741" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:05 GMT" + ], "Content-Length": [ "95" ], @@ -331,25 +331,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a09aebc8-bd0e-4d16-b593-9e57f1cee537" + "a63be0e8-3f57-4ffe-93e1-252a5d242228" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "d8d48f75-c5fc-4dd4-8a41-877397ceafde" + "fbd041cb-448f-44e7-9742-0ff5ff53b1a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "35abbd48-7352-4689-a5ba-deedfec427d2" + "0ba49df9-c6cc-4591-8b6d-adb0b146057e" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230021Z:35abbd48-7352-4689-a5ba-deedfec427d2" + "EASTUS2:20220120T004316Z:0ba49df9-c6cc-4591-8b6d-adb0b146057e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:15 GMT" + ], "Content-Length": [ - "752" + "755" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Storage/storageAccounts/crptestar9333\",\r\n \"name\": \"crptestar9333\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-30T22:59:50.7188224Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9333.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9333.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9333.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9333.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Storage/storageAccounts/crptestar5564\",\r\n \"name\": \"crptestar5564\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:42:46.8454969Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5564.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5564.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5564.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5564.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Storage/storageAccounts/crptestar9333?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5MzMzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Storage/storageAccounts/crptestar5564?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1NTY0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3518a6e8-0b34-4477-8e6b-24974a6afb37" + "47000910-2b7b-40cf-a0aa-2d3dc138169c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "5e28ead3-d20c-450f-ad62-ae9424bdcf13" + "a1875a71-7fc2-4ad5-93d6-22ff39ef12d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "3d17f27b-739a-4294-986c-a9a1f16849f5" + "09276363-c21f-4aa6-bca6-11a8af4dc31f" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230021Z:3d17f27b-739a-4294-986c-a9a1f16849f5" + "EASTUS2:20220120T004316Z:09276363-c21f-4aa6-bca6-11a8af4dc31f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:15 GMT" + ], "Content-Length": [ - "740" + "743" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Storage/storageAccounts/crptestar9333\",\r\n \"name\": \"crptestar9333\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-30T22:59:50.7188224Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9333.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9333.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9333.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9333.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Storage/storageAccounts/crptestar5564\",\r\n \"name\": \"crptestar5564\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:42:46.8454969Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5564.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5564.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5564.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5564.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/publicIPAddresses/pip5942?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/publicIPAddresses/pip5030?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwMzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7231\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7648\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e46def98-05bc-44bf-9601-62a7f6d6d4e4" + "5d38490f-b104-4307-812b-090e106561a2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:29 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "b9526df6-4257-43c4-8993-e0ac4ed8de42" + "6ea6cc51-862a-4001-a43a-ebe16e4e816f" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/b9526df6-4257-43c4-8993-e0ac4ed8de42?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/6ea6cc51-862a-4001-a43a-ebe16e4e816f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3d3717b7-d00d-42f7-a831-3e723238154a" + "f0980b9f-52ea-4853-bfac-aae46362652f" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "da3e2a29-4df9-4456-bf66-21fcd228db32" + "7bf19e17-ef37-44ad-8618-13edbe598dfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230029Z:3d3717b7-d00d-42f7-a831-3e723238154a" + "EASTUS2:20220120T004318Z:f0980b9f-52ea-4853-bfac-aae46362652f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:18 GMT" + ], "Content-Length": [ "769" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5942\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/publicIPAddresses/pip5942\",\r\n \"etag\": \"W/\\\"9f00ec3a-3889-42f0-835d-a4e079d8e64e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5cd8eac6-be73-493a-baf9-a04f2576d46a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7231\",\r\n \"fqdn\": \"dn7231.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/publicIPAddresses/pip5030\",\r\n \"etag\": \"W/\\\"e64afae5-4a14-4cd7-8dcd-0016d489c01f\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c907e1ef-09be-4176-8bc2-7534b24ce198\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7648\",\r\n \"fqdn\": \"dn7648.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/b9526df6-4257-43c4-8993-e0ac4ed8de42?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I5NTI2ZGY2LTQyNTctNDNjNC04OTkzLWUwYWM0ZWQ4ZGU0Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/6ea6cc51-862a-4001-a43a-ebe16e4e816f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzZlYTZjYzUxLTg2MmEtNDAwMS1hNDNhLWViZTE2ZTRlODE2Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,101 +559,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:30 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "b37203ec-159c-4749-b123-5fd0c8d949d8" + "c28064de-d3f4-4e6a-9f13-2e9257e933ad" ], "x-ms-correlation-request-id": [ - "8d3cff1d-3ebd-4f4d-9d0a-7f322687d3aa" + "bb77e19d-3d90-4c63-999c-177c4af4a928" ], "x-ms-arm-service-request-id": [ - "45313f1c-5a17-4ddf-bfef-4519f232d6c2" + "107fe653-cffd-47a3-bbf4-d0520c8c2a63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230031Z:8d3cff1d-3ebd-4f4d-9d0a-7f322687d3aa" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/b9526df6-4257-43c4-8993-e0ac4ed8de42?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I5NTI2ZGY2LTQyNTctNDNjNC04OTkzLWUwYWM0ZWQ4ZGU0Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 30 Nov 2021 23:00:32 GMT" - ], - "Pragma": [ - "no-cache" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-request-id": [ - "a0a48f84-57e6-4068-b0fe-6d783bcef7a3" - ], - "x-ms-correlation-request-id": [ - "8ec0945f-f2a6-48db-8d43-8314360e5bc1" - ], - "x-ms-arm-service-request-id": [ - "6484bf5d-b999-4e8a-8519-c3456488845c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230033Z:8ec0945f-f2a6-48db-8d43-8314360e5bc1" + "EASTUS2:20220120T004319Z:bb77e19d-3d90-4c63-999c-177c4af4a928" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:19 GMT" + ], "Content-Length": [ "29" ], @@ -668,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/publicIPAddresses/pip5942?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/publicIPAddresses/pip5030?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwMzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -684,40 +620,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:32 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"af5020df-559a-4941-b36d-872ecf0384e5\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"71c02c15-eda1-443a-bd3b-7e63e9ec7ca3\"" ], "x-ms-request-id": [ - "4625c416-b233-4d55-b14a-4220d4a575c3" + "84acbdf7-24f4-4de8-8d90-da29f1524c8c" ], "x-ms-correlation-request-id": [ - "2288f249-130c-40a1-84b3-4f87f09045a7" + "6c65ffdc-b0a2-450a-871d-199e5f62033f" ], "x-ms-arm-service-request-id": [ - "8e78171a-829a-469f-9cf0-ad2257c0fcde" + "9d9e9a80-cef7-4bab-b194-a396b0e962c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230033Z:2288f249-130c-40a1-84b3-4f87f09045a7" + "EASTUS2:20220120T004320Z:6c65ffdc-b0a2-450a-871d-199e5f62033f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:19 GMT" + ], "Content-Length": [ "770" ], @@ -728,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5942\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/publicIPAddresses/pip5942\",\r\n \"etag\": \"W/\\\"af5020df-559a-4941-b36d-872ecf0384e5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5cd8eac6-be73-493a-baf9-a04f2576d46a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7231\",\r\n \"fqdn\": \"dn7231.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/publicIPAddresses/pip5030\",\r\n \"etag\": \"W/\\\"71c02c15-eda1-443a-bd3b-7e63e9ec7ca3\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c907e1ef-09be-4176-8bc2-7534b24ce198\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7648\",\r\n \"fqdn\": \"dn7648.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/publicIPAddresses/pip5942?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/publicIPAddresses/pip5030?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwMzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9fd3328-6c6a-480b-819a-2e81e90a2608" + "d72871d9-438c-40b6-a612-cbf8286a9d73" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -754,40 +690,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:32 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"af5020df-559a-4941-b36d-872ecf0384e5\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"71c02c15-eda1-443a-bd3b-7e63e9ec7ca3\"" ], "x-ms-request-id": [ - "c327c7ff-ea53-46b7-bfe1-56a0f4a87a6b" + "a29e30e4-408f-4f05-b99d-53dcf701424a" ], "x-ms-correlation-request-id": [ - "01c0e801-be37-456e-b588-0c202c7c1f9c" + "d5fdacdc-781e-486d-82d2-a6ad5e35c009" ], "x-ms-arm-service-request-id": [ - "7f275c84-ce85-4466-a877-3a64f6a892e7" + "32578e6a-da21-46c6-a288-6ed4951ac353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230033Z:01c0e801-be37-456e-b588-0c202c7c1f9c" + "EASTUS2:20220120T004320Z:d5fdacdc-781e-486d-82d2-a6ad5e35c009" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:19 GMT" + ], "Content-Length": [ "770" ], @@ -798,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5942\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/publicIPAddresses/pip5942\",\r\n \"etag\": \"W/\\\"af5020df-559a-4941-b36d-872ecf0384e5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5cd8eac6-be73-493a-baf9-a04f2576d46a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7231\",\r\n \"fqdn\": \"dn7231.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/publicIPAddresses/pip5030\",\r\n \"etag\": \"W/\\\"71c02c15-eda1-443a-bd3b-7e63e9ec7ca3\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c907e1ef-09be-4176-8bc2-7534b24ce198\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7648\",\r\n \"fqdn\": \"dn7648.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6657\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4605\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1dc1c8c5-8ccd-4dba-8f49-69a2fe54d497" + "c0d66a22-f94d-4ec4-9176-6d80cc3c06a0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -830,48 +766,48 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:38 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "5282285d-205c-42e6-8640-c8a663b72a66" + "a952df04-aac8-4cc6-9d34-983d728602c6" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/5282285d-205c-42e6-8640-c8a663b72a66?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/a952df04-aac8-4cc6-9d34-983d728602c6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1dd02194-2c25-4a8b-8a29-9266cdcc5992" + "fcb41a18-00e0-4df6-b2a4-59f664ab541f" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "92181a17-37e2-40d3-ba2b-bcd8d4be4339" + "a8ca6f16-ec40-4765-b62d-cba4f25d682c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230038Z:1dd02194-2c25-4a8b-8a29-9266cdcc5992" + "EASTUS2:20220120T004321Z:fcb41a18-00e0-4df6-b2a4-59f664ab541f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:20 GMT" + ], "Content-Length": [ - "1218" + "1215" ], "Content-Type": [ "application/json; charset=utf-8" @@ -880,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3656\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656\",\r\n \"etag\": \"W/\\\"159979a1-4d83-4177-8802-bd2784850909\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"48c8f682-2af7-4840-b194-ed05401a3ba6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6657\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657\",\r\n \"etag\": \"W/\\\"159979a1-4d83-4177-8802-bd2784850909\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn293\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293\",\r\n \"etag\": \"W/\\\"25ee04db-30d8-4b1f-96a2-f05fd8fb6ac8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fab603f5-b53d-41a1-aa6c-449e90bd2cf1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605\",\r\n \"etag\": \"W/\\\"25ee04db-30d8-4b1f-96a2-f05fd8fb6ac8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/5282285d-205c-42e6-8640-c8a663b72a66?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyODIyODVkLTIwNWMtNDJlNi04NjQwLWM4YTY2M2I3MmE2Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/a952df04-aac8-4cc6-9d34-983d728602c6?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zL2E5NTJkZjA0LWFhYzgtNGNjNi05ZDM0LTk4M2Q3Mjg2MDJjNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -900,37 +836,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:41 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "b42c3d0f-f153-4fc5-8be5-c06792f0d3a0" + "9fb80214-05f1-4bf2-bce4-1bd5daf956ea" ], "x-ms-correlation-request-id": [ - "49e026f8-f917-47ba-9d16-4cd4957659c2" + "6554783c-edbd-498f-8307-9d85e2c4e61b" ], "x-ms-arm-service-request-id": [ - "68c45943-2485-416a-9032-412ceb078c9f" + "54119979-fb3a-4032-aca9-35e8a92e2172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230041Z:49e026f8-f917-47ba-9d16-4cd4957659c2" + "EASTUS2:20220120T004324Z:6554783c-edbd-498f-8307-9d85e2c4e61b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:23 GMT" + ], "Content-Length": [ "29" ], @@ -945,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -961,42 +897,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:41 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"28397805-2bad-41f4-856a-f21bbcbaaa0d\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"442278a2-8047-4422-add4-9c50ff657b02\"" ], "x-ms-request-id": [ - "48279df5-3f35-4240-ad77-c3ad9d3d7683" + "420ed74a-50c5-4d20-88dc-0c8ebc2f250b" ], "x-ms-correlation-request-id": [ - "d1bb53fe-1155-4897-a692-dc19782c9981" + "bfdd6388-3cd8-48de-9eeb-99995ce2a994" ], "x-ms-arm-service-request-id": [ - "3652145d-0df6-4fcc-ae15-9b3974a8334b" + "53c679eb-ee14-45db-9789-95704b2e3073" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11977" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230041Z:d1bb53fe-1155-4897-a692-dc19782c9981" + "EASTUS2:20220120T004324Z:bfdd6388-3cd8-48de-9eeb-99995ce2a994" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:23 GMT" + ], "Content-Length": [ - "1220" + "1217" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3656\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656\",\r\n \"etag\": \"W/\\\"28397805-2bad-41f4-856a-f21bbcbaaa0d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"48c8f682-2af7-4840-b194-ed05401a3ba6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6657\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657\",\r\n \"etag\": \"W/\\\"28397805-2bad-41f4-856a-f21bbcbaaa0d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn293\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293\",\r\n \"etag\": \"W/\\\"442278a2-8047-4422-add4-9c50ff657b02\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fab603f5-b53d-41a1-aa6c-449e90bd2cf1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605\",\r\n \"etag\": \"W/\\\"442278a2-8047-4422-add4-9c50ff657b02\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2NTYvc3VibmV0cy9zbjY2NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5My9zdWJuZXRzL3NuNDYwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb42cd6b-6d6f-4e17-bc9c-c0b15e24ab11" + "9e59857d-1f54-4ba1-9a9c-6c95ff999ebf" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1031,42 +967,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:41 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"28397805-2bad-41f4-856a-f21bbcbaaa0d\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"442278a2-8047-4422-add4-9c50ff657b02\"" ], "x-ms-request-id": [ - "d8d91307-bd6e-4aba-bd97-9516e13c8195" + "331ac573-31fd-42cf-9987-3c0698408ec2" ], "x-ms-correlation-request-id": [ - "76ca6fde-59c3-4dda-a69b-c7c3b6c05a7e" + "562164d2-fa35-4d85-8420-3b0741c91888" ], "x-ms-arm-service-request-id": [ - "4ea66210-5d7e-4e61-a8a4-dead1241d214" + "b6c45f98-e43e-4e73-b0a4-2a022ef33a2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11976" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230041Z:76ca6fde-59c3-4dda-a69b-c7c3b6c05a7e" + "EASTUS2:20220120T004324Z:562164d2-fa35-4d85-8420-3b0741c91888" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:23 GMT" + ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1075,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6657\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657\",\r\n \"etag\": \"W/\\\"28397805-2bad-41f4-856a-f21bbcbaaa0d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605\",\r\n \"etag\": \"W/\\\"442278a2-8047-4422-add4-9c50ff657b02\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY0NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6657\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657\"\r\n }\r\n },\r\n \"name\": \"ip7440\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605\"\r\n }\r\n },\r\n \"name\": \"ip7920\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6245dbf0-521d-47fc-8eb7-34bc4e76ce39" + "93faf2c1-8231-4577-abb1-b1e18cabfec8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "747" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:44 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "a343496c-b96f-4131-be1f-a24dd25f062a" + "824222ac-c7df-456e-907e-83a4a235b9c7" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/a343496c-b96f-4131-be1f-a24dd25f062a?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/824222ac-c7df-456e-907e-83a4a235b9c7?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ecff16a6-9456-42cc-ba88-164bfe46b71d" + "0e02e4e4-67be-44fc-82c8-63c5766d5157" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "10d1dc4e-28eb-489d-ac35-4818dc090a29" + "851e2252-86be-4c57-b6e6-0d9bb397ed4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230045Z:ecff16a6-9456-42cc-ba88-164bfe46b71d" + "EASTUS2:20220120T004325Z:0e02e4e4-67be-44fc-82c8-63c5766d5157" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:24 GMT" + ], "Content-Length": [ - "1631" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6448\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448\",\r\n \"etag\": \"W/\\\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"09d7258d-d1f2-4316-90b1-3cecef236deb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7440\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448/ipConfigurations/ip7440\",\r\n \"etag\": \"W/\\\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657\"\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\": \"ql1mqshxfjaermmu3ucuagr1ug.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908\",\r\n \"etag\": \"W/\\\"8a9256a5-1500-4c77-8750-6183df585c51\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"96fddb59-bea4-4a5b-b6ed-3cf61c0cb56a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908/ipConfigurations/ip7920\",\r\n \"etag\": \"W/\\\"8a9256a5-1500-4c77-8750-6183df585c51\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605\"\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\": \"4ub1n4r3wwqudktmispjbpjm4b.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY0NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1174,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:45 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"8a9256a5-1500-4c77-8750-6183df585c51\"" ], "x-ms-request-id": [ - "9f813f79-c08f-4d30-9b5b-29214704990a" + "427233d9-3789-431b-963a-1109e13ac5b9" ], "x-ms-correlation-request-id": [ - "9f27e340-3db9-4b74-8c16-33a53df70504" + "b51d78dc-b708-449b-b685-c0239cd370c4" ], "x-ms-arm-service-request-id": [ - "a7ce5a4d-e108-4220-86e2-8c65d940e061" + "4bf26d75-b689-43b9-85c5-db101f945cce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11975" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230045Z:9f27e340-3db9-4b74-8c16-33a53df70504" + "EASTUS2:20220120T004325Z:b51d78dc-b708-449b-b685-c0239cd370c4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:24 GMT" + ], "Content-Length": [ - "1631" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1218,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6448\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448\",\r\n \"etag\": \"W/\\\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"09d7258d-d1f2-4316-90b1-3cecef236deb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7440\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448/ipConfigurations/ip7440\",\r\n \"etag\": \"W/\\\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657\"\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\": \"ql1mqshxfjaermmu3ucuagr1ug.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908\",\r\n \"etag\": \"W/\\\"8a9256a5-1500-4c77-8750-6183df585c51\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"96fddb59-bea4-4a5b-b6ed-3cf61c0cb56a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908/ipConfigurations/ip7920\",\r\n \"etag\": \"W/\\\"8a9256a5-1500-4c77-8750-6183df585c51\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605\"\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\": \"4ub1n4r3wwqudktmispjbpjm4b.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY0NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b502619-0192-4d2c-8284-09446728791e" + "7775ad3d-7288-4883-a743-305425a1e59b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1244,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:45 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"8a9256a5-1500-4c77-8750-6183df585c51\"" ], "x-ms-request-id": [ - "bbfbdbc6-2466-4f61-b557-7809d2ab47fd" + "e70db735-985c-4a24-b502-725f9eb01662" ], "x-ms-correlation-request-id": [ - "b687ebf4-fb7e-4ded-b0fa-55ee8c563fa2" + "d4094599-6393-462a-b47a-9bf3c1dcfb8a" ], "x-ms-arm-service-request-id": [ - "f3b481bc-9eb5-4199-b565-e19a284d43c0" + "4dc3a89a-51d0-476b-add1-98ae10436e7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11974" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230045Z:b687ebf4-fb7e-4ded-b0fa-55ee8c563fa2" + "EASTUS2:20220120T004325Z:d4094599-6393-462a-b47a-9bf3c1dcfb8a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:25 GMT" + ], "Content-Length": [ - "1631" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1288,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6448\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448\",\r\n \"etag\": \"W/\\\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"09d7258d-d1f2-4316-90b1-3cecef236deb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7440\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448/ipConfigurations/ip7440\",\r\n \"etag\": \"W/\\\"f4c8ff6b-1324-4b79-bdef-7a1dcde8e0f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn6657\"\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\": \"ql1mqshxfjaermmu3ucuagr1ug.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908\",\r\n \"etag\": \"W/\\\"8a9256a5-1500-4c77-8750-6183df585c51\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"96fddb59-bea4-4a5b-b6ed-3cf61c0cb56a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908/ipConfigurations/ip7920\",\r\n \"etag\": \"W/\\\"8a9256a5-1500-4c77-8750-6183df585c51\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/virtualNetworks/vn293/subnets/sn4605\"\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\": \"4ub1n4r3wwqudktmispjbpjm4b.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/availabilitySets/crptestar9311?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvY3JwdGVzdGFyOTMxMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/availabilitySets/crptestar3410?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvY3JwdGVzdGFyMzQxMD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "95c4a1fc-cb39-4567-9143-3404f0370e81" + "c9741de4-4d01-4222-84f8-f6200d11f9de" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1320,37 +1256,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:52 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "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": [ - "e4d446d6-8e2a-4370-b544-7449f88ed93e" + "170d6d44-9553-4180-a747-33f700319d94" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4c56be03-51f7-4134-b65b-3229f2abad0e" + "7370f9c4-9e59-49cd-b209-03043de1a768" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230052Z:4c56be03-51f7-4134-b65b-3229f2abad0e" + "EASTUS2:20220120T004327Z:7370f9c4-9e59-49cd-b209-03043de1a768" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:27 GMT" + ], "Content-Length": [ "458" ], @@ -1361,26 +1297,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crptestar9311\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/availabilitySets/crptestar9311\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crptestar3410\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/availabilitySets/crptestar3410\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk0MDQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU3NjU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/availabilitySets/crptestar9311\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/availabilitySets/crptestar3410\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a8774800-8bdc-4169-9a27-181152ccf573" + "7c270141-c5ae-40d6-925f-7238641e8778" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1393,48 +1329,48 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:00:56 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/af5fad11-0e74-44f8-9175-717192e3a6c3?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af5fad11-0e74-44f8-9175-717192e3a6c3" + "6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "753e8bef-9de6-4530-ae63-fbc713ce2d17" + "a2e5a8f6-d841-4160-a8ea-d7a6f509e720" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230057Z:753e8bef-9de6-4530-ae63-fbc713ce2d17" + "EASTUS2:20220120T004328Z:a2e5a8f6-d841-4160-a8ea-d7a6f509e720" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:28 GMT" + ], "Content-Length": [ - "2426" + "2483" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1443,62 +1379,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9404\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f6c626ed-fec4-4d5c-bcbd-0ebb41904056\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9311\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3410\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T00:43:28.4072957+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/af5fad11-0e74-44f8-9175-717192e3a6c3?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmNWZhZDExLTBlNzQtNDRmOC05MTc1LTcxNzE5MmUzYTZjMz9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzZlY2Q0YzI3LTFiZGEtNGIzMi1iNWU5LTdkM2RhZjE5ZjhkYj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:01:06 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8f9a716-a7e9-45a5-b5b5-eadd05f7f778" + "6e18e4cd-e2bf-42bc-a63d-240603b21156" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "00868955-d38e-4c57-afb3-2538fbd5609b" + "85169e3b-d7b4-4ad5-8e3f-4adfab947316" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230107Z:00868955-d38e-4c57-afb3-2538fbd5609b" + "EASTUS2:20220120T004339Z:85169e3b-d7b4-4ad5-8e3f-4adfab947316" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:43:38 GMT" + ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1507,59 +1443,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:00:55.332107-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"af5fad11-0e74-44f8-9175-717192e3a6c3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:43:28.0635186+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/af5fad11-0e74-44f8-9175-717192e3a6c3?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmNWZhZDExLTBlNzQtNDRmOC05MTc1LTcxNzE5MmUzYTZjMz9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzZlY2Q0YzI3LTFiZGEtNGIzMi1iNWU5LTdkM2RhZjE5ZjhkYj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:01:56 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "855edca6-82eb-4bfc-8127-ba27b926df28" + "8ac9ee49-0091-4e4a-a146-6364c8b665b9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "6ee7c5f9-356f-48da-86d4-849af777bbe4" + "8e819e0e-70d3-440b-8283-7b2ffcf01326" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230157Z:6ee7c5f9-356f-48da-86d4-849af777bbe4" + "EASTUS2:20220120T004429Z:8e819e0e-70d3-440b-8283-7b2ffcf01326" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:44:28 GMT" + ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1568,59 +1504,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:00:55.332107-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"af5fad11-0e74-44f8-9175-717192e3a6c3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:43:28.0635186+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/af5fad11-0e74-44f8-9175-717192e3a6c3?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmNWZhZDExLTBlNzQtNDRmOC05MTc1LTcxNzE5MmUzYTZjMz9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzZlY2Q0YzI3LTFiZGEtNGIzMi1iNWU5LTdkM2RhZjE5ZjhkYj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:02:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0260ed05-a9b5-49f6-ab20-f73f0771063c" + "35193952-86da-4839-84b5-2c1f6f3b858c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "6404c713-165e-4147-bf6c-518559389bfb" + "bdc219e2-4f16-4ef6-b51c-7073c2002d0c" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230247Z:6404c713-165e-4147-bf6c-518559389bfb" + "EASTUS2:20220120T004519Z:bdc219e2-4f16-4ef6-b51c-7073c2002d0c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:45:19 GMT" + ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1629,59 +1565,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:00:55.332107-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"af5fad11-0e74-44f8-9175-717192e3a6c3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:43:28.0635186+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/af5fad11-0e74-44f8-9175-717192e3a6c3?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmNWZhZDExLTBlNzQtNDRmOC05MTc1LTcxNzE5MmUzYTZjMz9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzZlY2Q0YzI3LTFiZGEtNGIzMi1iNWU5LTdkM2RhZjE5ZjhkYj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:03:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "33886e2d-5318-4e3d-9632-a7bb96f2037e" + "a54d16aa-1397-4838-a53c-d278e479c1e6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "04e566af-feac-4874-84d4-c1c5af74fc3f" + "0aedde95-5576-41e2-b9db-1580b5ef4122" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230337Z:04e566af-feac-4874-84d4-c1c5af74fc3f" + "EASTUS2:20220120T004609Z:0aedde95-5576-41e2-b9db-1580b5ef4122" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:09 GMT" + ], "Content-Length": [ - "133" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1690,59 +1626,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:00:55.332107-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"af5fad11-0e74-44f8-9175-717192e3a6c3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:43:28.0635186+00:00\",\r\n \"endTime\": \"2022-01-20T00:45:36.0017866+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6ecd4c27-1bda-4b32-b5e9-7d3daf19f8db\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/af5fad11-0e74-44f8-9175-717192e3a6c3?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmNWZhZDExLTBlNzQtNDRmOC05MTc1LTcxNzE5MmUzYTZjMz9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU3NjU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:27 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d9854da4-b645-498b-a120-cbdf29cea84e" + "da2ebdfa-895e-4e1d-9540-19be1d871ab3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "03a1a130-3fde-48d5-996e-6c2ffa475a51" + "07da24df-def6-40ae-bcb2-06d8983d7bee" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230428Z:03a1a130-3fde-48d5-996e-6c2ffa475a51" + "EASTUS2:20220120T004609Z:07da24df-def6-40ae-bcb2-06d8983d7bee" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:09 GMT" + ], "Content-Length": [ - "183" + "2875" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1751,59 +1687,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:00:55.332107-08:00\",\r\n \"endTime\": \"2021-11-30T15:03:40.9091632-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"af5fad11-0e74-44f8-9175-717192e3a6c3\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3410\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:43:28.4072957+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk0MDQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU3NjU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "1140fc59-b217-40e6-b6a0-d2cda0b06303" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74145f0f-12bd-4a56-bc06-9b0606571821" + "5c25c368-4064-492a-8326-f09694922333" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "4188d5ab-a616-47d3-a3e3-f7f56208ea03" + "1f65e634-1f3e-4187-9e1a-fb82e640ca63" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230428Z:4188d5ab-a616-47d3-a3e3-f7f56208ea03" + "EASTUS2:20220120T004609Z:1f65e634-1f3e-4187-9e1a-fb82e640ca63" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:09 GMT" + ], "Content-Length": [ - "2818" + "2875" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1812,65 +1754,71 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9404\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f6c626ed-fec4-4d5c-bcbd-0ebb41904056\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9311\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3410\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Network/networkInterfaces/nic7908\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:43:28.4072957+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk0MDQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1cf3840c-3975-447d-87e9-3c58fa1bc7ef" + "95c8942e-a204-4623-936c-47e6679563bc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "298" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/CreateRestorePoints3Min;119,Microsoft.Compute/CreateRestorePoints30Min;599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35f0e49c-1c0b-4b9e-b8ae-8c2a4ba81f98" + "a6c77d64-dd3b-4559-a419-4312e1e4ae71" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "721a2911-63b2-4666-bc9e-10dc03fdcd4a" + "f0f68837-5b4b-4b95-8617-238475be7ad3" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230428Z:721a2911-63b2-4666-bc9e-10dc03fdcd4a" + "EASTUS2:20220120T004610Z:f0f68837-5b4b-4b95-8617-238475be7ad3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:10 GMT" + ], "Content-Length": [ - "2818" + "699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1879,26 +1827,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9404\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f6c626ed-fec4-4d5c-bcbd-0ebb41904056\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9311\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Network/networkInterfaces/nic6448\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest6926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"1279fd20-0c09-42d1-8b7e-5f12f8fe38a6\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest9682?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzJDbGllbnRUZXN0OTY4Mj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6dc797aa-ba5a-4c22-b5e5-e6c5faaa69dc" + "b845fb60-1257-4a6f-b815-8f7265e494d7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1911,37 +1859,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:31 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateRestorePoints3Min;119,Microsoft.Compute/CreateRestorePoints30Min;599" + "Microsoft.Compute/CreateRestorePoints3Min;118,Microsoft.Compute/CreateRestorePoints30Min;598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "85f37ed6-9602-43ff-8f25-e48f9cddb547" + "2e500de1-660c-4c3a-b56b-f5c82517c6aa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "607bc375-bf95-409d-8002-4d75caf9268c" + "2171021b-4a6a-4535-999e-e4cf558aab99" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230432Z:607bc375-bf95-409d-8002-4d75caf9268c" + "EASTUS2:20220120T004612Z:2171021b-4a6a-4535-999e-e4cf558aab99" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:11 GMT" + ], "Content-Length": [ "699" ], @@ -1952,71 +1900,71 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest7219\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpc2ClientTest9682\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest9682\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"51eaa73f-0629-4d00-a17b-d1259b148057\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest8336?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzJDbGllbnRUZXN0ODMzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY1JlbW90ZUNsaWVudFRlc3Q5ODY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40dc95be-0056-4b14-8db6-e58bd4768631" + "f9328fbd-7fb3-4325-bb05-bd81c86b6016" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "298" + "316" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:34 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateRestorePoints3Min;118,Microsoft.Compute/CreateRestorePoints30Min;598" + "Microsoft.Compute/CreateRestorePoints3Min;119,Microsoft.Compute/CreateRestorePoints30Min;599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3072b513-614b-4a8d-97ed-3784452a5d31" + "02332d4c-53d9-4d9c-ab1b-f7f838e9c121" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "be3e7a17-f038-45c7-9b5e-e3eb43780867" + "f4164348-2137-4a5c-82ca-60f950b77df9" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230435Z:be3e7a17-f038-45c7-9b5e-e3eb43780867" + "EASTUS2:20220120T004613Z:f4164348-2137-4a5c-82ca-60f950b77df9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:13 GMT" + ], "Content-Length": [ - "699" + "727" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2025,26 +1973,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpc2ClientTest8336\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest8336\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"689f89b2-656f-4698-b933-d2db07e9e0f7\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpcRemoteClientTest9865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"centraluseuap\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\"\r\n },\r\n \"restorePointCollectionId\": \"baf7ba82-8d7d-4870-b9f4-e9a691221a5a\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n }\r\n },\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n }\r\n },\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fc85053f-a727-4679-a82e-6efb388a78b2" + "1686ed81-0a9b-40c0-a715-0ad41baa38c5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2057,16 +2005,9 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateRestorePoints3Min;117,Microsoft.Compute/CreateRestorePoints30Min;597" ], @@ -2074,20 +2015,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0800b50a-e666-495e-a28c-337a279d37a8" + "6bfce607-7f0a-4c44-8a45-74165df00d66" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "91dd1806-2f6a-441c-897d-98b5f8b273c1" + "5903078b-8383-4da8-a29b-9ee0ebe225aa" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230436Z:91dd1806-2f6a-441c-897d-98b5f8b273c1" + "EASTUS2:20220120T004614Z:5903078b-8383-4da8-a29b-9ee0ebe225aa" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:14 GMT" + ], "Content-Length": [ "710" ], @@ -2098,160 +2046,154 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest7219\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest6926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"1279fd20-0c09-42d1-8b7e-5f12f8fe38a6\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef07a69f-00e5-42f3-b2cf-3bce61735bb8" + "e3e01b9f-45b4-40b4-a6c9-4bc7263feb1c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetRestorePoint3Min;119,Microsoft.Compute/HighCostGetRestorePoint30Min;1199" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9e07c801-c0d3-45a1-beae-80ef9582dc61" + "x-ms-original-request-ids": [ + "c7c9ec9d-f891-4d33-aa76-9abde68c4648", + "50704b88-c05e-4c47-a384-aadc161bdb58" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], + "x-ms-request-id": [ + "6b180ae7-4cf6-4cd7-9a79-a673c5329bcd" + ], "x-ms-correlation-request-id": [ - "135bde59-b554-4bbf-bfb8-88850d639efd" + "6b180ae7-4cf6-4cd7-9a79-a673c5329bcd" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230436Z:135bde59-b554-4bbf-bfb8-88850d639efd" + "EASTUS2:20220120T004614Z:6b180ae7-4cf6-4cd7-9a79-a673c5329bcd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "1581" + "Date": [ + "Thu, 20 Jan 2022 00:46:14 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "1853" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"rpc1ClientTest7219\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpc2ClientTest8336\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest8336\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"689f89b2-656f-4698-b933-d2db07e9e0f7\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"rpcRemoteClientTest9865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"centraluseuap\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\"\r\n },\r\n \"restorePointCollectionId\": \"baf7ba82-8d7d-4870-b9f4-e9a691221a5a\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpc1ClientTest6926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"1279fd20-0c09-42d1-8b7e-5f12f8fe38a6\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpc2ClientTest9682\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest9682\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"51eaa73f-0629-4d00-a17b-d1259b148057\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/restorePointCollections?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9yZXN0b3JlUG9pbnRDb2xsZWN0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/restorePointCollections?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9yZXN0b3JlUG9pbnRDb2xsZWN0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9c1b935-87f7-4dbd-9c73-37196bba86ee" + "baac1d08-112f-49b2-9685-148e38800969" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetRestorePoint3Min;118,Microsoft.Compute/HighCostGetRestorePoint30Min;1198" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "ef2d6621-3b27-4933-9580-e92e25977d74" + "x-ms-original-request-ids": [ + "14135c06-ac05-4902-abbb-3d5f9b401cca", + "824445c2-3899-4c37-bba4-9eacc0abc0a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], + "x-ms-request-id": [ + "7a67f08f-202c-47a5-9b2d-c3e42ab82cf3" + ], "x-ms-correlation-request-id": [ - "61d9c403-10b2-4d80-abe4-c66144113501" + "7a67f08f-202c-47a5-9b2d-c3e42ab82cf3" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230437Z:61d9c403-10b2-4d80-abe4-c66144113501" + "EASTUS2:20220120T004614Z:7a67f08f-202c-47a5-9b2d-c3e42ab82cf3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "1581" + "Date": [ + "Thu, 20 Jan 2022 00:46:14 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "1853" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"rpc1ClientTest7219\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpc2ClientTest8336\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR9817/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest8336\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"689f89b2-656f-4698-b933-d2db07e9e0f7\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"rpcRemoteClientTest9865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"centraluseuap\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\"\r\n },\r\n \"restorePointCollectionId\": \"baf7ba82-8d7d-4870-b9f4-e9a691221a5a\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpc1ClientTest6926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"1279fd20-0c09-42d1-8b7e-5f12f8fe38a6\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpc2ClientTest9682\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR6722/providers/Microsoft.Compute/restorePointCollections/rpc2ClientTest9682\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"testTagValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"51eaa73f-0629-4d00-a17b-d1259b148057\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\"\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c09d0cd5-247b-4c87-8141-37a3a1ad91be" + "d90d6fff-2fea-41c5-99df-1b2fcb3c7892" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2264,18 +2206,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:04:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/14ac5794-1dad-45ec-b175-340c42ba08c1?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/89c9c8c7-8211-4d36-840e-51e6bf70a092?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateRestorePoints3Min;116,Microsoft.Compute/CreateRestorePoints30Min;596" @@ -2284,22 +2219,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14ac5794-1dad-45ec-b175-340c42ba08c1" + "89c9c8c7-8211-4d36-840e-51e6bf70a092" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-correlation-request-id": [ - "8b8d8e0d-9087-4429-ac7e-242e541098e7" + "044e34a8-69f4-4566-b531-c624bd120a7e" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230437Z:8b8d8e0d-9087-4429-ac7e-242e541098e7" + "EASTUS2:20220120T004615Z:044e34a8-69f4-4566-b531-c624bd120a7e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:14 GMT" + ], "Content-Length": [ - "1880" + "1832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2308,57 +2250,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpClientTest457\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"f6c626ed-fec4-4d5c-bcbd-0ebb41904056\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"internalData\": {\r\n \"sourceVMEntitySequenceNumber\": 1554359,\r\n \"isIncremental\": true,\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\"\r\n },\r\n \"timeCreated\": \"2021-11-30T15:04:37.4244456-08:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpClientTest8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"location\": \"CentralUSEUAP\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T00:46:14.7520407+00:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/14ac5794-1dad-45ec-b175-340c42ba08c1?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0YWM1Nzk0LTFkYWQtNDVlYy1iMTc1LTM0MGM0MmJhMDhjMT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/89c9c8c7-8211-4d36-840e-51e6bf70a092?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzg5YzljOGM3LTgyMTEtNGQzNi04NDBlLTUxZTZiZjcwYTA5Mj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:05:07 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b584b2e5-1aca-426f-9569-ff1a61a6bc6a" + "3b727b97-171d-4238-8fb1-c95c6f0c39ba" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "b6db5aff-0286-4cb9-ac9f-dcc8ca8bf357" + "b15a2de6-a30a-4adc-933f-54717075fdb2" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230507Z:b6db5aff-0286-4cb9-ac9f-dcc8ca8bf357" + "EASTUS2:20220120T004645Z:b15a2de6-a30a-4adc-933f-54717075fdb2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:46:44 GMT" + ], "Content-Length": [ "134" ], @@ -2369,57 +2311,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:04:37.3462916-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"14ac5794-1dad-45ec-b175-340c42ba08c1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:46:14.6894791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"89c9c8c7-8211-4d36-840e-51e6bf70a092\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/14ac5794-1dad-45ec-b175-340c42ba08c1?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0YWM1Nzk0LTFkYWQtNDVlYy1iMTc1LTM0MGM0MmJhMDhjMT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/89c9c8c7-8211-4d36-840e-51e6bf70a092?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzg5YzljOGM3LTgyMTEtNGQzNi04NDBlLTUxZTZiZjcwYTA5Mj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:05:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b269ee8-28f1-43b7-91ba-1f88d481d0f1" + "7f1f5713-bfbd-4d81-8d9a-cd1842a8f099" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "4ecbfc31-5cd2-4854-b093-e3a9a375dc17" + "d4b0c5bf-6d49-4825-88d2-80b0be031e26" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230537Z:4ecbfc31-5cd2-4854-b093-e3a9a375dc17" + "EASTUS2:20220120T004715Z:d4b0c5bf-6d49-4825-88d2-80b0be031e26" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:47:15 GMT" + ], "Content-Length": [ "134" ], @@ -2430,57 +2372,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:04:37.3462916-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"14ac5794-1dad-45ec-b175-340c42ba08c1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:46:14.6894791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"89c9c8c7-8211-4d36-840e-51e6bf70a092\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/14ac5794-1dad-45ec-b175-340c42ba08c1?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0YWM1Nzk0LTFkYWQtNDVlYy1iMTc1LTM0MGM0MmJhMDhjMT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/89c9c8c7-8211-4d36-840e-51e6bf70a092?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzg5YzljOGM3LTgyMTEtNGQzNi04NDBlLTUxZTZiZjcwYTA5Mj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:06:07 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55415dfc-6c0e-4c1f-9f21-ec021fab10bd" + "764c1399-6c9f-453f-a739-a701f7e3bff1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "bee7ff3e-823c-4569-96e2-ff7858071745" + "4bd7923f-fd42-4f15-b810-2412d0659ffb" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230608Z:bee7ff3e-823c-4569-96e2-ff7858071745" + "EASTUS2:20220120T004745Z:4bd7923f-fd42-4f15-b810-2412d0659ffb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:47:44 GMT" + ], "Content-Length": [ "134" ], @@ -2491,57 +2433,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:04:37.3462916-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"14ac5794-1dad-45ec-b175-340c42ba08c1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:46:14.6894791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"89c9c8c7-8211-4d36-840e-51e6bf70a092\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/14ac5794-1dad-45ec-b175-340c42ba08c1?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0YWM1Nzk0LTFkYWQtNDVlYy1iMTc1LTM0MGM0MmJhMDhjMT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/89c9c8c7-8211-4d36-840e-51e6bf70a092?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzg5YzljOGM3LTgyMTEtNGQzNi04NDBlLTUxZTZiZjcwYTA5Mj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:06:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0562c0f-0ad3-4d17-9b6f-98c78399c806" + "63e4c51f-7e06-43bf-bfe5-6f01fb9f3ff3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "ba9281d2-8e9e-4408-805c-70d3ab8892e0" + "8f77a7a9-239d-4d7b-8a8c-c154867945fb" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230638Z:ba9281d2-8e9e-4408-805c-70d3ab8892e0" + "EASTUS2:20220120T004815Z:8f77a7a9-239d-4d7b-8a8c-c154867945fb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:48:14 GMT" + ], "Content-Length": [ "134" ], @@ -2552,59 +2494,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:04:37.3462916-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"14ac5794-1dad-45ec-b175-340c42ba08c1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:46:14.6894791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"89c9c8c7-8211-4d36-840e-51e6bf70a092\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/14ac5794-1dad-45ec-b175-340c42ba08c1?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0YWM1Nzk0LTFkYWQtNDVlYy1iMTc1LTM0MGM0MmJhMDhjMT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/89c9c8c7-8211-4d36-840e-51e6bf70a092?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzg5YzljOGM3LTgyMTEtNGQzNi04NDBlLTUxZTZiZjcwYTA5Mj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:08 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7fb270db-3441-435f-9d35-150bc37f983f" + "98203fdf-fdfc-4dd0-8d56-978f2b72592e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "10a6e140-fa80-464a-a2d5-a3419988c1bc" + "d2d3e4b0-3284-498d-adb1-b4138f78f27e" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230708Z:10a6e140-fa80-464a-a2d5-a3419988c1bc" + "EASTUS2:20220120T004845Z:d2d3e4b0-3284-498d-adb1-b4138f78f27e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:48:45 GMT" + ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2613,59 +2555,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:04:37.3462916-08:00\",\r\n \"endTime\": \"2021-11-30T15:07:02.9548061-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"14ac5794-1dad-45ec-b175-340c42ba08c1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:46:14.6894791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"89c9c8c7-8211-4d36-840e-51e6bf70a092\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/89c9c8c7-8211-4d36-840e-51e6bf70a092?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzg5YzljOGM3LTgyMTEtNGQzNi04NDBlLTUxZTZiZjcwYTA5Mj9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:08 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29964" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "302903dd-b0ba-489a-a7a0-4b5579cdc3bf" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "3aae0291-4c09-4d9e-825b-53ced6554363" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T004915Z:3aae0291-4c09-4d9e-825b-53ced6554363" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:49:14 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:46:14.6894791+00:00\",\r\n \"endTime\": \"2022-01-20T00:49:09.4249062+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"89c9c8c7-8211-4d36-840e-51e6bf70a092\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGetRestorePoint3Min;499,Microsoft.Compute/LowCostGetRestorePoint30Min;2499" + "Microsoft.Compute/LowCostGetRestorePoint3Min;499,Microsoft.Compute/LowCostGetRestorePoint30Min;2498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8412e427-64a6-49e1-a41c-f111b5adb28e" + "ed64e6e1-3b0e-4019-96e4-fc2b117ed35f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-correlation-request-id": [ - "9ad2340e-facc-41ff-89ff-d96fdfabf9b0" + "09854ede-b45d-4d49-9c22-dc15d90704d6" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230708Z:9ad2340e-facc-41ff-89ff-d96fdfabf9b0" + "EASTUS2:20220120T004915Z:09854ede-b45d-4d49-9c22-dc15d90704d6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:49:15 GMT" + ], "Content-Length": [ - "2240" + "2193" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2674,65 +2677,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpClientTest457\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"f6c626ed-fec4-4d5c-bcbd-0ebb41904056\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"internalData\": {\r\n \"sourceVMEntitySequenceNumber\": 1554359,\r\n \"isIncremental\": true,\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\"\r\n },\r\n \"timeCreated\": \"2021-11-30T15:04:37.4244456-08:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpClientTest8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"location\": \"CentralUSEUAP\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"timeCreated\": \"2022-01-20T00:46:14.7520407+00:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5215ba4-2625-496a-877e-90c8a691b3aa" + "cf716351-6b5a-4307-a8b1-54ed7a027479" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:08 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGetRestorePoint3Min;498,Microsoft.Compute/LowCostGetRestorePoint30Min;2498" + "Microsoft.Compute/LowCostGetRestorePoint3Min;498,Microsoft.Compute/LowCostGetRestorePoint30Min;2497" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "92c835ba-b921-4e30-a917-6859135ec639" + "aedf9a5f-cff0-4c2a-82a5-554e44d6bc4f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-correlation-request-id": [ - "adae30cb-b900-450e-a1ac-d5a2bf9bf151" + "d02c38ed-0caa-41f4-b45a-489cc8888834" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230709Z:adae30cb-b900-450e-a1ac-d5a2bf9bf151" + "EASTUS2:20220120T004915Z:d02c38ed-0caa-41f4-b45a-489cc8888834" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:49:15 GMT" + ], "Content-Length": [ - "2240" + "2193" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2741,63 +2744,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpClientTest457\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"f6c626ed-fec4-4d5c-bcbd-0ebb41904056\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"internalData\": {\r\n \"sourceVMEntitySequenceNumber\": 1554359,\r\n \"isIncremental\": true,\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\"\r\n },\r\n \"timeCreated\": \"2021-11-30T15:04:37.4244456-08:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpClientTest8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"location\": \"CentralUSEUAP\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"timeCreated\": \"2022-01-20T00:46:14.7520407+00:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90a01885-428e-47cb-b9fe-c1f0941637ce" + "928ec434-2299-44d8-8cb0-d60ca366b4e5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:09:45 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGetRestorePoint3Min;495,Microsoft.Compute/LowCostGetRestorePoint30Min;2495" + "Microsoft.Compute/LowCostGetRestorePoint3Min;496,Microsoft.Compute/LowCostGetRestorePoint30Min;2493" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b409bc26-e8e0-48c2-9972-d4853503392a" + "ee6ba128-f1d0-4573-a384-1365737fa148" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11959" ], "x-ms-correlation-request-id": [ - "5955ba0b-ca55-4aa2-a70c-fead08c0d6d5" + "29db78f4-e501-4fe3-b6a2-4b831e810a0c" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230945Z:5955ba0b-ca55-4aa2-a70c-fead08c0d6d5" + "EASTUS2:20220120T005249Z:29db78f4-e501-4fe3-b6a2-4b831e810a0c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:52:48 GMT" + ], "Content-Length": [ "115" ], @@ -2812,61 +2815,61 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49c4ef8f-4125-4205-b962-242fdfabdbcd" + "3a8243af-c8f2-45d7-b8df-d51b9cafd3bf" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "0b0c1aa8-9952-4362-b410-a37275fac8ac" + "3db7f363-b075-4207-86c4-ffdc935bb064" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11982" ], "x-ms-correlation-request-id": [ - "57e4efb5-3e95-4678-bc67-24a847ec96d8" + "5261b6d4-ee90-4c58-8784-04ac212bf5e0" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230709Z:57e4efb5-3e95-4678-bc67-24a847ec96d8" + "EASTUS2:20220120T004915Z:5261b6d4-ee90-4c58-8784-04ac212bf5e0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:49:15 GMT" + ], "Content-Length": [ - "1014" + "1058" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2875,65 +2878,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"properties\": {\r\n \"timeCreated\": \"2021-11-30T15:06:57.9064235-08:00\",\r\n \"sourceResourceId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"familyId\": \"7e3ceadf-6e26-4c20-be28-4ae848b72c52\",\r\n \"sourceUniqueId\": \"1fc8e917-9296-4641-b356-82faa95763de\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"properties\": {\r\n \"timeCreated\": \"2022-01-20T00:49:04.3360467+00:00\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"familyId\": \"011b402b-ab9f-4e8c-8c3e-0575f2ff41cc\",\r\n \"sourceUniqueId\": \"cc5dfaca-d7a2-454c-89ad-170b9a935e69\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8da02ebf-104a-41a1-9b3a-f6d003ef4aa9" + "4258b730-f137-4a6a-af75-2ac7f7de0626" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "5b612fbc-45ef-433a-9c7e-e83332f995e8" + "38e30a7b-7077-4c9f-8d76-7181b8623b21" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11973" ], "x-ms-correlation-request-id": [ - "2ad41a30-5a37-4425-8490-f5861f03fca5" + "ed36928d-c64b-4e2c-a183-f25abf623a39" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230812Z:2ad41a30-5a37-4425-8490-f5861f03fca5" + "EASTUS2:20220120T005017Z:ed36928d-c64b-4e2c-a183-f25abf623a39" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:16 GMT" + ], "Content-Length": [ - "1014" + "1058" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2942,65 +2945,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"properties\": {\r\n \"timeCreated\": \"2021-11-30T15:06:57.9064235-08:00\",\r\n \"sourceResourceId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"familyId\": \"7e3ceadf-6e26-4c20-be28-4ae848b72c52\",\r\n \"sourceUniqueId\": \"1fc8e917-9296-4641-b356-82faa95763de\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"properties\": {\r\n \"timeCreated\": \"2022-01-20T00:49:04.3360467+00:00\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"familyId\": \"011b402b-ab9f-4e8c-8c3e-0575f2ff41cc\",\r\n \"sourceUniqueId\": \"cc5dfaca-d7a2-454c-89ad-170b9a935e69\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77e9bab5-9b05-4337-b897-857e4b8cb96a" + "8b39d852-d184-4297-8b6e-1263b68db8dc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "f8aef61b-46b4-4123-ba56-f67137777448" + "591559b3-2325-4ff6-8076-c75476bed4ce" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11981" ], "x-ms-correlation-request-id": [ - "9d304d29-6310-4739-92ff-231f68adee2b" + "cb72383b-ea69-48ff-9cd8-eb70038ba637" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230709Z:9d304d29-6310-4739-92ff-231f68adee2b" + "EASTUS2:20220120T004916Z:cb72383b-ea69-48ff-9cd8-eb70038ba637" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:49:15 GMT" + ], "Content-Length": [ - "917" + "953" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3009,65 +3012,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"properties\": {\r\n \"timeCreated\": \"2021-11-30T15:06:57.9064235-08:00\",\r\n \"sourceResourceId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"familyId\": \"7e3ceadf-6e26-4c20-be28-4ae848b72c52\",\r\n \"sourceUniqueId\": \"1fc8e917-9296-4641-b356-82faa95763de\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"properties\": {\r\n \"timeCreated\": \"2022-01-20T00:49:04.3360467+00:00\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"familyId\": \"011b402b-ab9f-4e8c-8c3e-0575f2ff41cc\",\r\n \"sourceUniqueId\": \"cc5dfaca-d7a2-454c-89ad-170b9a935e69\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d9076ef-7f16-4887-9f27-52e12bdffcc6" + "8ba2d84c-f445-4715-973f-e1a667766144" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:40 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "dce8867f-42dd-4edb-8699-0f524ec32a50" + "4802919d-2da6-43a8-827b-40ca322e581b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11978" ], "x-ms-correlation-request-id": [ - "556faea7-5747-4e50-87c1-648fd99fcc60" + "124fac30-4667-4c33-bc62-33ae1fca09e1" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230741Z:556faea7-5747-4e50-87c1-648fd99fcc60" + "EASTUS2:20220120T004946Z:124fac30-4667-4c33-bc62-33ae1fca09e1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:49:45 GMT" + ], "Content-Length": [ - "917" + "953" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3076,65 +3079,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"properties\": {\r\n \"timeCreated\": \"2021-11-30T15:06:57.9064235-08:00\",\r\n \"sourceResourceId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"familyId\": \"7e3ceadf-6e26-4c20-be28-4ae848b72c52\",\r\n \"sourceUniqueId\": \"1fc8e917-9296-4641-b356-82faa95763de\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"properties\": {\r\n \"timeCreated\": \"2022-01-20T00:49:04.3360467+00:00\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"familyId\": \"011b402b-ab9f-4e8c-8c3e-0575f2ff41cc\",\r\n \"sourceUniqueId\": \"cc5dfaca-d7a2-454c-89ad-170b9a935e69\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e68d351-bd18-499d-944e-58b2c940fe1b" + "f0ed48c1-4158-45c6-a4e0-88c20af4bf59" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "455978a8-87ff-4e07-91bd-6e2eda895cba" + "6b77d208-9433-4cd9-be47-ed6ddd2b3efb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11972" ], "x-ms-correlation-request-id": [ - "8cd2e437-74a8-4f3c-bdc1-8104967a4891" + "47197932-7d27-4487-8e83-262e9e357270" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230812Z:8cd2e437-74a8-4f3c-bdc1-8104967a4891" + "EASTUS2:20220120T005017Z:47197932-7d27-4487-8e83-262e9e357270" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:16 GMT" + ], "Content-Length": [ - "917" + "953" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3143,65 +3146,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"properties\": {\r\n \"timeCreated\": \"2021-11-30T15:06:57.9064235-08:00\",\r\n \"sourceResourceId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"familyId\": \"7e3ceadf-6e26-4c20-be28-4ae848b72c52\",\r\n \"sourceUniqueId\": \"1fc8e917-9296-4641-b356-82faa95763de\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"properties\": {\r\n \"timeCreated\": \"2022-01-20T00:49:04.3360467+00:00\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"familyId\": \"011b402b-ab9f-4e8c-8c3e-0575f2ff41cc\",\r\n \"sourceUniqueId\": \"cc5dfaca-d7a2-454c-89ad-170b9a935e69\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1153fa3a-4a84-41d6-99c4-d19e673e73c4" + "b52883d4-ef08-4f69-b8fb-d8d272f97b26" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "01e2e1be-befc-4d38-ad38-bcbf751f5163" + "078bd309-6c85-4b97-97ca-6da35df5d6fb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11969" ], "x-ms-correlation-request-id": [ - "eac2633f-8e5a-4363-81a5-65ebe9bbb9e3" + "d5d7cb99-5a4d-4ad6-9ddc-df94afa9bd15" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230843Z:eac2633f-8e5a-4363-81a5-65ebe9bbb9e3" + "EASTUS2:20220120T005047Z:d5d7cb99-5a4d-4ad6-9ddc-df94afa9bd15" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:46 GMT" + ], "Content-Length": [ - "917" + "953" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3210,26 +3213,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\",\r\n \"properties\": {\r\n \"timeCreated\": \"2021-11-30T15:06:57.9064235-08:00\",\r\n \"sourceResourceId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"familyId\": \"7e3ceadf-6e26-4c20-be28-4ae848b72c52\",\r\n \"sourceUniqueId\": \"1fc8e917-9296-4641-b356-82faa95763de\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\",\r\n \"properties\": {\r\n \"timeCreated\": \"2022-01-20T00:49:04.3360467+00:00\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\",\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"familyId\": \"011b402b-ab9f-4e8c-8c3e-0575f2ff41cc\",\r\n \"sourceUniqueId\": \"cc5dfaca-d7a2-454c-89ad-170b9a935e69\",\r\n \"diskEncryptionSet\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9/beginGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOS9iZWdpbkdldEFjY2Vzcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e/beginGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmUvYmVnaW5HZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"access\": \"Read\",\r\n \"durationInSeconds\": 1000\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8316493-f5fd-4529-995e-718358792eeb" + "392a6943-07f9-4a13-8a04-11af8d99d31b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3242,70 +3245,70 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/455fe534-0111-46af-af35-3b474f0f7916?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/3d387bb1-3a61-4af5-b8d0-ff45882d65dc?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/455fe534-0111-46af-af35-3b474f0f7916?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/3d387bb1-3a61-4af5-b8d0-ff45882d65dc?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "455fe534-0111-46af-af35-3b474f0f7916" + "3d387bb1-3a61-4af5-b8d0-ff45882d65dc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "83998f33-91fe-4dc4-a422-809484b189db" + "6bf98f7f-6aa5-4a0e-b2f4-fa2eaa6137ef" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230709Z:83998f33-91fe-4dc4-a422-809484b189db" + "EASTUS2:20220120T004916Z:6bf98f7f-6aa5-4a0e-b2f4-fa2eaa6137ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:49:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9/beginGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOS9iZWdpbkdldEFjY2Vzcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e/beginGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmUvYmVnaW5HZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"access\": \"Read\",\r\n \"durationInSeconds\": 1000\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e18fdd77-ce85-4a26-95c2-32a42e2e9102" + "b6d61b01-18ce-41ee-b2b6-c7724a563652" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3318,106 +3321,106 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/46c556e6-50b3-4078-b25a-a48391bfeb9b?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/a3411abc-701f-4104-ae9f-9d073687827c?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/46c556e6-50b3-4078-b25a-a48391bfeb9b?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/a3411abc-701f-4104-ae9f-9d073687827c?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "46c556e6-50b3-4078-b25a-a48391bfeb9b" + "a3411abc-701f-4104-ae9f-9d073687827c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "11092d8f-eb76-4c60-a8b1-57095d819ff8" + "51b9fd00-cb55-43e0-8396-622ef968f1cd" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230813Z:11092d8f-eb76-4c60-a8b1-57095d819ff8" + "EASTUS2:20220120T005017Z:51b9fd00-cb55-43e0-8396-622ef968f1cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:50:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/455fe534-0111-46af-af35-3b474f0f7916?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy80NTVmZTUzNC0wMTExLTQ2YWYtYWYzNS0zYjQ3NGYwZjc5MTY/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/3d387bb1-3a61-4af5-b8d0-ff45882d65dc?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8zZDM4N2JiMS0zYTYxLTRhZjUtYjhkMC1mZjQ1ODgyZDY1ZGM/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:39 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399991" + "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "5bf293b4-5152-4520-8b3d-4bd600a49595" + "1fe9286d-f7d9-400a-bd81-c482502cd409" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11980" ], "x-ms-correlation-request-id": [ - "301ab43d-16a0-491f-87b9-b82f9ba6a92c" + "54892da7-7720-4de2-a452-35718646620a" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230740Z:301ab43d-16a0-491f-87b9-b82f9ba6a92c" + "EASTUS2:20220120T004946Z:54892da7-7720-4de2-a452-35718646620a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:49:45 GMT" + ], "Content-Length": [ - "503" + "499" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3426,62 +3429,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:07:09.7189688-08:00\",\r\n \"endTime\": \"2021-11-30T15:07:09.9064621-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"455fe534-0111-46af-af35-3b474f0f7916\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:49:16.1338643+00:00\",\r\n \"endTime\": \"2022-01-20T00:49:16.3057152+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"3d387bb1-3a61-4af5-b8d0-ff45882d65dc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/455fe534-0111-46af-af35-3b474f0f7916?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy80NTVmZTUzNC0wMTExLTQ2YWYtYWYzNS0zYjQ3NGYwZjc5MTY/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/3d387bb1-3a61-4af5-b8d0-ff45882d65dc?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8zZDM4N2JiMS0zYTYxLTRhZjUtYjhkMC1mZjQ1ODgyZDY1ZGM/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:40 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399990" + "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "a5021c3e-7fdf-44de-b2ab-8fefce67541e" + "3efa6995-bc1e-4ee7-a445-81d5415f1269" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11979" ], "x-ms-correlation-request-id": [ - "011360fc-5878-4ffa-8e8b-0d842df6b78a" + "780817ec-6589-440d-b507-e893b8769835" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230740Z:011360fc-5878-4ffa-8e8b-0d842df6b78a" + "EASTUS2:20220120T004946Z:780817ec-6589-440d-b507-e893b8769835" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:49:45 GMT" + ], "Content-Length": [ - "278" + "274" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3494,198 +3497,198 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9/endGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOS9lbmRHZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e/endGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmUvZW5kR2V0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f94031ea-1c03-4197-9edc-a5c0e98e6a02" + "c3b4ea8a-cac5-4472-abf9-7af0089aca9d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:07:41 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/9518bc2d-2fb5-4623-aa1b-199a7ed0ec87?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0e14aa1a-3b09-4995-aca4-090bb31584b6?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/9518bc2d-2fb5-4623-aa1b-199a7ed0ec87?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0e14aa1a-3b09-4995-aca4-090bb31584b6?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "9518bc2d-2fb5-4623-aa1b-199a7ed0ec87" + "0e14aa1a-3b09-4995-aca4-090bb31584b6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "0c96965a-c91d-4f6b-918c-998aaa28db33" + "65454678-8672-4c51-9ad5-96c72c4858ba" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230741Z:0c96965a-c91d-4f6b-918c-998aaa28db33" + "EASTUS2:20220120T004946Z:65454678-8672-4c51-9ad5-96c72c4858ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:49:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9/endGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Ny9kaXNrUmVzdG9yZVBvaW50cy90ZXN0XzIwOTQwMjZhLTlkOWMtNDUzZi05N2E3LTk0NmQ0MWFkZjNjOS9lbmRHZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e/endGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzUvZGlza1Jlc3RvcmVQb2ludHMvdGVzdF84ZDI3MWM2OC05MWJjLTRkOWQtOGYwZC1mODM0OTY0MWZlMmUvZW5kR2V0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6bee11d-fb9f-4d76-b113-f3eb7d706d55" + "494c7b30-ba04-4f2f-aba4-25ecaf88c056" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:43 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/1f25883d-b8d8-4e67-bbff-2cc063924a98?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/086fcc9e-c1c7-40ea-b88f-e5e3797cea2c?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/1f25883d-b8d8-4e67-bbff-2cc063924a98?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/086fcc9e-c1c7-40ea-b88f-e5e3797cea2c?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "1f25883d-b8d8-4e67-bbff-2cc063924a98" + "086fcc9e-c1c7-40ea-b88f-e5e3797cea2c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "fd86cc8d-17d7-44be-889c-53d0767f2643" + "d50dad4f-afc2-416c-9ed9-bf0e0ea40485" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230844Z:fd86cc8d-17d7-44be-889c-53d0767f2643" + "EASTUS2:20220120T005047Z:d50dad4f-afc2-416c-9ed9-bf0e0ea40485" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:50:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/9518bc2d-2fb5-4623-aa1b-199a7ed0ec87?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy85NTE4YmMyZC0yZmI1LTQ2MjMtYWExYi0xOTlhN2VkMGVjODc/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0e14aa1a-3b09-4995-aca4-090bb31584b6?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8wZTE0YWExYS0zYjA5LTQ5OTUtYWNhNC0wOTBiYjMxNTg0YjY/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49993,Microsoft.Compute/GetOperation30Min;399988" + "Microsoft.Compute/GetOperation3Min;49993,Microsoft.Compute/GetOperation30Min;399979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "10905991-cd31-4545-93ad-93f82443e4ef" + "44e54799-ba3b-401a-9a3b-43ff60250461" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11977" ], "x-ms-correlation-request-id": [ - "059e4e74-3bdd-48e2-9a67-8942082d2a92" + "cb420fc6-0314-4fc8-a861-0d8e07880e14" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230811Z:059e4e74-3bdd-48e2-9a67-8942082d2a92" + "EASTUS2:20220120T005016Z:cb420fc6-0314-4fc8-a861-0d8e07880e14" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:16 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3694,124 +3697,124 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:07:41.6252857-08:00\",\r\n \"endTime\": \"2021-11-30T15:07:41.7815551-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9518bc2d-2fb5-4623-aa1b-199a7ed0ec87\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:49:46.555877+00:00\",\r\n \"endTime\": \"2022-01-20T00:49:46.7277506+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0e14aa1a-3b09-4995-aca4-090bb31584b6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/9518bc2d-2fb5-4623-aa1b-199a7ed0ec87?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy85NTE4YmMyZC0yZmI1LTQ2MjMtYWExYi0xOTlhN2VkMGVjODc/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0e14aa1a-3b09-4995-aca4-090bb31584b6?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8wZTE0YWExYS0zYjA5LTQ5OTUtYWNhNC0wOTBiYjMxNTg0YjY/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399987" + "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "8ce8f4a7-cd8c-4572-80a0-eea427c34b6c" + "345d9ade-4b4e-496a-9dc6-46062f4e7a82" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11976" ], "x-ms-correlation-request-id": [ - "a2973613-4c7c-4a18-8369-7368be3e2a98" + "ddea7270-a7fb-4519-85fa-6c922f33fddc" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230812Z:a2973613-4c7c-4a18-8369-7368be3e2a98" + "EASTUS2:20220120T005016Z:ddea7270-a7fb-4519-85fa-6c922f33fddc" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:50:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f957762-8e63-4d03-a578-07bca451e924" + "9793a2f0-1b9b-45d6-8865-5bcefc17562e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGetRestorePoint3Min;497,Microsoft.Compute/LowCostGetRestorePoint30Min;2497" + "Microsoft.Compute/LowCostGetRestorePoint3Min;497,Microsoft.Compute/LowCostGetRestorePoint30Min;2496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "327116b8-40c5-4242-9d6f-209f81284650" + "ceeceed0-6b6d-49f4-9c77-2af3e31bd1c8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11975" ], "x-ms-correlation-request-id": [ - "4a1d459d-24a6-409e-83e7-b8a9f15d872a" + "8eeaaf46-0c1c-4a34-9489-52225aace18f" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230812Z:4a1d459d-24a6-409e-83e7-b8a9f15d872a" + "EASTUS2:20220120T005016Z:8eeaaf46-0c1c-4a34-9489-52225aace18f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:16 GMT" + ], "Content-Length": [ "710" ], @@ -3822,35 +3825,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest7219\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest6926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"1279fd20-0c09-42d1-8b7e-5f12f8fe38a6\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95207048-a92c-4e6f-a256-3133785f24f1" + "674f6a74-c4c0-433e-b4ef-802c6324f26f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:10:16 GMT" - ], "Pragma": [ "no-cache" ], @@ -3858,13 +3858,13 @@ "gateway" ], "x-ms-request-id": [ - "ee9ec3e0-ba44-496a-9d87-6c77e30506cf" + "9b8c1f8f-29bd-4cb6-a783-be587109ed4d" ], "x-ms-correlation-request-id": [ - "ee9ec3e0-ba44-496a-9d87-6c77e30506cf" + "9b8c1f8f-29bd-4cb6-a783-be587109ed4d" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231016Z:ee9ec3e0-ba44-496a-9d87-6c77e30506cf" + "EASTUS2:20220120T005319Z:9b8c1f8f-29bd-4cb6-a783-be587109ed4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3872,75 +3872,78 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "245" + "Date": [ + "Thu, 20 Jan 2022 00:53:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/restorePointCollections/rpc1ClientTest7219' under resource group 'crptestar9817' 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/restorePointCollections/rpc1ClientTest6926' under resource group 'crptestar6722' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219?$expand=restorePoints&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOT8kZXhwYW5kPXJlc3RvcmVQb2ludHMmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926?$expand=restorePoints&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNj8kZXhwYW5kPXJlc3RvcmVQb2ludHMmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "022ffdbc-9773-4329-a265-700ba30b8bb4" + "e3dac6d8-12f9-4f5b-8b75-0e1b9f43c3fc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGetRestorePoint3Min;496,Microsoft.Compute/LowCostGetRestorePoint30Min;2496" + "Microsoft.Compute/LowCostGetRestorePoint3Min;496,Microsoft.Compute/LowCostGetRestorePoint30Min;2495" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "413ded31-4b6d-40cf-a522-c61b48490166" + "7bfae416-8d57-4ce3-a488-52b1531a88a6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11974" ], "x-ms-correlation-request-id": [ - "9b0dc450-2135-4a33-8398-a6d11ff8a0fc" + "44e4b5e5-aa04-465b-b7d7-3912d6f4ae6f" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230812Z:9b0dc450-2135-4a33-8398-a6d11ff8a0fc" + "EASTUS2:20220120T005016Z:44e4b5e5-aa04-465b-b7d7-3912d6f4ae6f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:16 GMT" + ], "Content-Length": [ - "3125" + "3285" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3949,62 +3952,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest7219\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/virtualMachines/vm9404\"\r\n },\r\n \"restorePointCollectionId\": \"96fc8af3-7dd5-4bdb-9a36-f468c9c2606e\",\r\n \"restorePoints\": [\r\n {\r\n \"name\": \"rpClientTest457\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"f6c626ed-fec4-4d5c-bcbd-0ebb41904056\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457/diskRestorePoints/test_2094026a-9d9c-453f-97a7-946d41adf3c9\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"timeCreated\": \"2021-11-30T15:04:37.4244456-08:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/disks/vm9404_disk2_3943c97d4b14437fae9ab8e3dd9f5977\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"rpc1ClientTest6926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"newTag\": \"newValue1\",\r\n \"newtestTag\": \"newValue2\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"CentralUSEUAP\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/virtualMachines/vm5765\"\r\n },\r\n \"restorePointCollectionId\": \"1279fd20-0c09-42d1-8b7e-5f12f8fe38a6\",\r\n \"restorePoints\": [\r\n {\r\n \"name\": \"rpClientTest8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"location\": \"CentralUSEUAP\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135/diskRestorePoints/test_8d271c68-91bc-4d9d-8f0d-f8349641fe2e\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"timeCreated\": \"2022-01-20T00:46:14.7520407+00:00\",\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/vm5765_disk2_d799a278d91e45ef89ba525a39b76c51\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/46c556e6-50b3-4078-b25a-a48391bfeb9b?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy80NmM1NTZlNi01MGIzLTQwNzgtYjI1YS1hNDgzOTFiZmViOWI/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/a3411abc-701f-4104-ae9f-9d073687827c?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9hMzQxMWFiYy03MDFmLTQxMDQtYWU5Zi05ZDA3MzY4NzgyN2M/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399985" + "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "2eb470eb-e89f-4716-881a-36b48c6be526" + "ecd45fe0-fd9b-46a3-a629-6aa463324a3b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11971" ], "x-ms-correlation-request-id": [ - "505d7e2b-33bc-4c82-ad17-5108d6c8a164" + "92f2d15f-d409-49b8-ba4f-8c39d5dff283" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230843Z:505d7e2b-33bc-4c82-ad17-5108d6c8a164" + "EASTUS2:20220120T005047Z:92f2d15f-d409-49b8-ba4f-8c39d5dff283" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:46 GMT" + ], "Content-Length": [ - "497" + "499" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4013,62 +4016,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:08:13.0794262-08:00\",\r\n \"endTime\": \"2021-11-30T15:08:13.2825437-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"46c556e6-50b3-4078-b25a-a48391bfeb9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:50:17.1653989+00:00\",\r\n \"endTime\": \"2022-01-20T00:50:17.3685255+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"a3411abc-701f-4104-ae9f-9d073687827c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/46c556e6-50b3-4078-b25a-a48391bfeb9b?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy80NmM1NTZlNi01MGIzLTQwNzgtYjI1YS1hNDgzOTFiZmViOWI/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/a3411abc-701f-4104-ae9f-9d073687827c?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9hMzQxMWFiYy03MDFmLTQxMDQtYWU5Zi05ZDA3MzY4NzgyN2M/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:08:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399984" + "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "3ec22ae6-6757-45bf-906e-67adee3bcd72" + "36b86754-7978-4901-9776-707c01d05acc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11970" ], "x-ms-correlation-request-id": [ - "8d409724-ba22-45ae-9920-49a5a5db3583" + "82c36b16-8a25-4cf2-929f-12bb8063806f" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230843Z:8d409724-ba22-45ae-9920-49a5a5db3583" + "EASTUS2:20220120T005047Z:82c36b16-8a25-4cf2-929f-12bb8063806f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:50:46 GMT" + ], "Content-Length": [ - "272" + "274" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4081,56 +4084,56 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/1f25883d-b8d8-4e67-bbff-2cc063924a98?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8xZjI1ODgzZC1iOGQ4LTRlNjctYmJmZi0yY2MwNjM5MjRhOTg/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/086fcc9e-c1c7-40ea-b88f-e5e3797cea2c?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8wODZmY2M5ZS1jMWM3LTQwZWEtYjg4Zi1lNWUzNzk3Y2VhMmM/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:09:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399982" + "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "dca9c383-452a-4c7b-8cdb-ab768aa26b6a" + "2b535086-4cab-4791-b903-9545ead49324" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11968" ], "x-ms-correlation-request-id": [ - "e75c9f93-51e5-46fe-be70-1558fa2245f7" + "e2079267-5e2b-43c7-af18-5720b39a0f05" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230914Z:e75c9f93-51e5-46fe-be70-1558fa2245f7" + "EASTUS2:20220120T005117Z:e2079267-5e2b-43c7-af18-5720b39a0f05" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:51:17 GMT" + ], "Content-Length": [ "184" ], @@ -4141,190 +4144,196 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:08:43.9857462-08:00\",\r\n \"endTime\": \"2021-11-30T15:08:44.1107411-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1f25883d-b8d8-4e67-bbff-2cc063924a98\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:50:47.5452089+00:00\",\r\n \"endTime\": \"2022-01-20T00:50:47.6389652+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"086fcc9e-c1c7-40ea-b88f-e5e3797cea2c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/1f25883d-b8d8-4e67-bbff-2cc063924a98?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8xZjI1ODgzZC1iOGQ4LTRlNjctYmJmZi0yY2MwNjM5MjRhOTg/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/086fcc9e-c1c7-40ea-b88f-e5e3797cea2c?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8wODZmY2M5ZS1jMWM3LTQwZWEtYjg4Zi1lNWUzNzk3Y2VhMmM/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:09:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399981" + "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "04b6e117-4ffd-4f6e-9ca9-142d353039b0" + "d062fa44-8c49-4a48-9b10-75bb92c0e115" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11967" ], "x-ms-correlation-request-id": [ - "22ef40d8-a271-4d74-b180-3ac49c18c735" + "644397ae-31af-46bb-91fd-07059072f5dd" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230914Z:22ef40d8-a271-4d74-b180-3ac49c18c735" + "EASTUS2:20220120T005117Z:644397ae-31af-46bb-91fd-07059072f5dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:51:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219/restorePoints/rpClientTest457?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOS9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDQ1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY1JlbW90ZUNsaWVudFRlc3Q5ODY1L3Jlc3RvcmVQb2ludHMvcnBSZW1vdGVDbGllbnRUZXN0MjU3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"sourceRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87dc3ab5-4674-4f65-855c-8a0699a91696" + "f9ca59c2-b6b1-42af-a5bd-b56c9de3f8a2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "262" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:09:14 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/0df1a5a4-6a30-48e9-bee6-1c9c0e179a85?p=50060168-a248-4086-ab60-3332e7087553&monitor=true&api-version=2021-07-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/0df1a5a4-6a30-48e9-bee6-1c9c0e179a85?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/1dfc77a2-de55-47b2-b832-7225f3401a19?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteRestorePoints3Min;349,Microsoft.Compute/DeleteRestorePoints30Min;999" + "Microsoft.Compute/CreateRestorePoints3Min;119,Microsoft.Compute/CreateRestorePoints30Min;598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0df1a5a4-6a30-48e9-bee6-1c9c0e179a85" + "1dfc77a2-de55-47b2-b832-7225f3401a19" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" ], "x-ms-correlation-request-id": [ - "b2d0dbd5-cb94-4bd5-9ac7-d2648a7b608c" + "e51b3434-a49e-45b8-83f4-f8b93c7e18d7" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230914Z:b2d0dbd5-cb94-4bd5-9ac7-d2648a7b608c" + "EASTUS2:20220120T005118Z:e51b3434-a49e-45b8-83f4-f8b93c7e18d7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:51:18 GMT" + ], "Content-Length": [ - "0" + "1906" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"rpRemoteClientTest2574\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"location\": \"CentralUSEUAP\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"sourceRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\"\r\n },\r\n \"timeCreated\": \"2022-01-20T00:46:14.7520407+00:00\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/0df1a5a4-6a30-48e9-bee6-1c9c0e179a85?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBkZjFhNWE0LTZhMzAtNDhlOS1iZWU2LTFjOWMwZTE3OWE4NT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/1dfc77a2-de55-47b2-b832-7225f3401a19?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8xZGZjNzdhMi1kZTU1LTQ3YjItYjgzMi03MjI1ZjM0MDFhMTk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:09:45 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "576da4ff-ad6e-49c0-b25c-17f08326b206" + "938ccee5-0fc0-479b-b175-b1bc30645961" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11966" ], "x-ms-correlation-request-id": [ - "dc14ebf2-07e1-4470-98c2-d525a5092ce8" + "a3fd1b3c-fd25-4c6e-ad83-bf823fa9eca3" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230945Z:dc14ebf2-07e1-4470-98c2-d525a5092ce8" + "EASTUS2:20220120T005148Z:a3fd1b3c-fd25-4c6e-ad83-bf823fa9eca3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:51:47 GMT" + ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4333,275 +4342,1008 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:09:14.703876-08:00\",\r\n \"endTime\": \"2021-11-30T15:09:24.8287669-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0df1a5a4-6a30-48e9-bee6-1c9c0e179a85\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:51:17.7881997+00:00\",\r\n \"endTime\": \"2022-01-20T00:51:24.0384872+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1dfc77a2-de55-47b2-b832-7225f3401a19\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/0df1a5a4-6a30-48e9-bee6-1c9c0e179a85?p=50060168-a248-4086-ab60-3332e7087553&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBkZjFhNWE0LTZhMzAtNDhlOS1iZWU2LTFjOWMwZTE3OWE4NT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY1JlbW90ZUNsaWVudFRlc3Q5ODY1L3Jlc3RvcmVQb2ludHMvcnBSZW1vdGVDbGllbnRUZXN0MjU3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:09:45 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGetRestorePoint3Min;499,Microsoft.Compute/LowCostGetRestorePoint30Min;2499" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8943bc0c-d849-46e1-8090-4b9597aeb863" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "4d16b9e3-dd5a-454a-b6c8-65cadaa69a0e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005148Z:4d16b9e3-dd5a-454a-b6c8-65cadaa69a0e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:51:47 GMT" + ], + "Content-Length": [ + "2229" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"rpRemoteClientTest2574\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"location\": \"CentralUSEUAP\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574/diskRestorePoints/test_dee6e1e8-35bb-4718-b5f9-7ea34800277b\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"sourceRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\"\r\n },\r\n \"timeCreated\": \"2022-01-20T00:46:14.7520407+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY1JlbW90ZUNsaWVudFRlc3Q5ODY1L3Jlc3RvcmVQb2ludHMvcnBSZW1vdGVDbGllbnRUZXN0MjU3ND8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c44cfe4d-c3ba-4d18-92a5-e356d4db42a8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/LowCostGetRestorePoint3Min;498,Microsoft.Compute/LowCostGetRestorePoint30Min;2498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "055114fd-c9ef-4774-9cde-1a05b1d2fe36" + "b2330f79-46d1-4362-87d4-d535a24e0e67" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11964" ], "x-ms-correlation-request-id": [ - "0db320fb-c78a-4de7-b41f-b66758f905d5" + "851c6aa8-7a8d-479f-b0ab-395aabdeb262" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230945Z:0db320fb-c78a-4de7-b41f-b66758f905d5" + "EASTUS2:20220120T005148Z:851c6aa8-7a8d-479f-b0ab-395aabdeb262" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:51:47 GMT" + ], "Content-Length": [ - "0" + "3026" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"name\": \"rpRemoteClientTest2574\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"0c8ef741-ddfe-4967-bccd-6505788d778a\",\r\n \"location\": \"CentralUSEUAP\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574/diskRestorePoints/test_dee6e1e8-35bb-4718-b5f9-7ea34800277b\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"sourceRestorePoint\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135\"\r\n },\r\n \"instanceView\": {\r\n \"diskRestorePoints\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574/diskRestorePoints/test_dee6e1e8-35bb-4718-b5f9-7ea34800277b\",\r\n \"replicationStatus\": {\r\n \"status\": {\r\n \"code\": \"ReplicationState/replicating\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Replicating\"\r\n },\r\n \"completionPercent\": 0\r\n }\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ReplicationState/replicating\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Replicating\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-01-20T00:46:14.7520407+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar9817/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest7219?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NzIxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926/restorePoints/rpClientTest8135?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNi9yZXN0b3JlUG9pbnRzL3JwQ2xpZW50VGVzdDgxMzU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b566ba3d-af14-4c98-804b-7db3cf6f6560" + "c898dca8-c985-4f5c-a6a6-2a805af71c4f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b48e5055-8985-482c-ba17-3861677410f1?p=f037f0c8-1d39-4efc-80c1-c183b105d004&monitor=true&api-version=2021-11-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b48e5055-8985-482c-ba17-3861677410f1?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteRestorePoints3Min;349,Microsoft.Compute/DeleteRestorePoints30Min;999" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b48e5055-8985-482c-ba17-3861677410f1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "55f76f9e-e0cb-43ce-a06c-12e748b148c1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005148Z:55f76f9e-e0cb-43ce-a06c-12e748b148c1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Tue, 30 Nov 2021 23:09:46 GMT" + "Thu, 20 Jan 2022 00:51:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b48e5055-8985-482c-ba17-3861677410f1?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I0OGU1MDU1LTg5ODUtNDgyYy1iYTE3LTM4NjE2Nzc0MTBmMT9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6faa3500-8b83-46d7-b66e-7f939c42b504?p=50060168-a248-4086-ab60-3332e7087553&monitor=true&api-version=2021-07-01" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29961" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7d5efc2e-bc63-4e5b-89d9-ec34c3be4416" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6faa3500-8b83-46d7-b66e-7f939c42b504?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" ], - "Azure-AsyncNotification": [ - "Enabled" + "x-ms-correlation-request-id": [ + "726c9d2d-e466-4207-baed-a74b96b9cf73" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005219Z:726c9d2d-e466-4207-baed-a74b96b9cf73" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:52:18 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:51:48.8164633+00:00\",\r\n \"endTime\": \"2022-01-20T00:51:59.0352528+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b48e5055-8985-482c-ba17-3861677410f1\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b48e5055-8985-482c-ba17-3861677410f1?p=f037f0c8-1d39-4efc-80c1-c183b105d004&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I0OGU1MDU1LTg5ODUtNDgyYy1iYTE3LTM4NjE2Nzc0MTBmMT9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteRestorePoints3Min;348,Microsoft.Compute/DeleteRestorePoints30Min;998" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6c70fe3c-71bf-40d9-a3fa-ed6381f73369" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-correlation-request-id": [ + "f725693d-a024-48a6-88a0-ccc21b9edc5f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005219Z:f725693d-a024-48a6-88a0-ccc21b9edc5f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:52:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpcRemoteClientTest9865/restorePoints/rpRemoteClientTest2574?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY1JlbW90ZUNsaWVudFRlc3Q5ODY1L3Jlc3RvcmVQb2ludHMvcnBSZW1vdGVDbGllbnRUZXN0MjU3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4bfaab24-65b1-4213-b49f-5dac6a656b3e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9443f590-d1af-4271-b458-1c3a222994d8?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9443f590-d1af-4271-b458-1c3a222994d8?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteRestorePoints3Min;349,Microsoft.Compute/DeleteRestorePoints30Min;999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6faa3500-8b83-46d7-b66e-7f939c42b504" + "9443f590-d1af-4271-b458-1c3a222994d8" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "188db749-edff-466c-a0b9-f8731e6a721d" + "d8fdfbcc-9bca-40f5-88d4-5b93cd356f6d" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T230946Z:188db749-edff-466c-a0b9-f8731e6a721d" + "EASTUS2:20220120T005219Z:d8fdfbcc-9bca-40f5-88d4-5b93cd356f6d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:52:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9443f590-d1af-4271-b458-1c3a222994d8?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85NDQzZjU5MC1kMWFmLTQyNzEtYjQ1OC0xYzNhMjIyOTk0ZDg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "93030b95-53fa-4aee-993b-7fdc5bfc883a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-correlation-request-id": [ + "c2e693c6-ce84-4d7e-be0e-dac9dbe4f557" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005249Z:c2e693c6-ce84-4d7e-be0e-dac9dbe4f557" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:52:48 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:52:19.0880258+00:00\",\r\n \"endTime\": \"2022-01-20T00:52:24.2288736+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9443f590-d1af-4271-b458-1c3a222994d8\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9443f590-d1af-4271-b458-1c3a222994d8?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85NDQzZjU5MC1kMWFmLTQyNzEtYjQ1OC0xYzNhMjIyOTk0ZDg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6cd3dac3-4d55-4a34-afa6-c383c52f020d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-correlation-request-id": [ + "537c0ec6-864f-4160-9aa6-55fd7a3c9762" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005249Z:537c0ec6-864f-4160-9aa6-55fd7a3c9762" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:52:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6722/providers/Microsoft.Compute/restorePointCollections/rpc1ClientTest6926?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwYzFDbGllbnRUZXN0NjkyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb24aecc-cbef-4cf1-a57d-a9542905ca13" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/a4b699db-c289-410e-87f6-aa075369afa5?p=f037f0c8-1d39-4efc-80c1-c183b105d004&monitor=true&api-version=2021-11-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/a4b699db-c289-410e-87f6-aa075369afa5?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteRestorePoints3Min;348,Microsoft.Compute/DeleteRestorePoints30Min;998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a4b699db-c289-410e-87f6-aa075369afa5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "7a423616-fc52-4fdc-900b-05f869897e55" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005249Z:7a423616-fc52-4fdc-900b-05f869897e55" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:52:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/a4b699db-c289-410e-87f6-aa075369afa5?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2E0YjY5OWRiLWMyODktNDEwZS04N2Y2LWFhMDc1MzY5YWZhNT9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4a6473e1-fc00-4268-b796-ae893fe3703e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-correlation-request-id": [ + "3a0f9641-0f09-4bb0-aa65-3b13bd5b6d3c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005319Z:3a0f9641-0f09-4bb0-aa65-3b13bd5b6d3c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:53:19 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:52:49.4731087+00:00\",\r\n \"endTime\": \"2022-01-20T00:52:49.5355859+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a4b699db-c289-410e-87f6-aa075369afa5\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/a4b699db-c289-410e-87f6-aa075369afa5?p=f037f0c8-1d39-4efc-80c1-c183b105d004&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2E0YjY5OWRiLWMyODktNDEwZS04N2Y2LWFhMDc1MzY5YWZhNT9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fe2df1ed-711a-4467-abe5-2caf5f9264bc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "e5a00027-d3f6-4e53-a3ec-d57e8055d910" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005319Z:e5a00027-d3f6-4e53-a3ec-d57e8055d910" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:53:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6722?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8618fb48-2029-468c-ae2d-f3cea264fe65" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "e596d263-397a-4b92-b7db-535643c899a9" + ], + "x-ms-correlation-request-id": [ + "e596d263-397a-4b92-b7db-535643c899a9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005320Z:e596d263-397a-4b92-b7db-535643c899a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:53:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "27bfff21-c33f-4635-894f-b7a7d05feba5" + ], + "x-ms-correlation-request-id": [ + "27bfff21-c33f-4635-894f-b7a7d05feba5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005335Z:27bfff21-c33f-4635-894f-b7a7d05feba5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:53:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "6ee9de14-cc27-4bc2-bd6c-d1092b560c23" + ], + "x-ms-correlation-request-id": [ + "6ee9de14-cc27-4bc2-bd6c-d1092b560c23" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T005350Z:6ee9de14-cc27-4bc2-bd6c-d1092b560c23" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:53:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6faa3500-8b83-46d7-b66e-7f939c42b504?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZmYWEzNTAwLThiODMtNDZkNy1iNjZlLTdmOTM5YzQyYjUwND9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:10:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" + "Retry-After": [ + "15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "50f88dd0-27ff-4aae-9163-42d264370339" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "21ba7070-9a53-413b-8535-1ecd0de08758" ], "x-ms-correlation-request-id": [ - "9cee2ce6-c3c1-44d8-aedd-c0b7bf3c9fdb" + "21ba7070-9a53-413b-8535-1ecd0de08758" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231016Z:9cee2ce6-c3c1-44d8-aedd-c0b7bf3c9fdb" + "EASTUS2:20220120T005405Z:21ba7070-9a53-413b-8535-1ecd0de08758" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Date": [ + "Thu, 20 Jan 2022 00:54:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T15:09:45.9848649-08:00\",\r\n \"endTime\": \"2021-11-30T15:09:46.0473853-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6faa3500-8b83-46d7-b66e-7f939c42b504\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6faa3500-8b83-46d7-b66e-7f939c42b504?p=50060168-a248-4086-ab60-3332e7087553&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZmYWEzNTAwLThiODMtNDZkNy1iNjZlLTdmOTM5YzQyYjUwND9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:10:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29973" + "Retry-After": [ + "15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "0e24ccc5-c0cf-4ae3-a0b4-7d2a73474432" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "78d9adf3-e278-4b1a-8d54-95f771b53f75" ], "x-ms-correlation-request-id": [ - "fb8fa481-2eb7-40a7-a63d-f582748b250a" + "78d9adf3-e278-4b1a-8d54-95f771b53f75" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231016Z:fb8fa481-2eb7-40a7-a63d-f582748b250a" + "EASTUS2:20220120T005420Z:78d9adf3-e278-4b1a-8d54-95f771b53f75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:54:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar9817?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4MTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "859b3ed6-10b4-426b-8bc3-3720ea90c549" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4609,29 +5351,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:10:22 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-request-id": [ - "065c0ca8-2033-4655-84b1-61ab77db9f7b" + "8b782b66-364b-490a-ba81-da83b5f907a1" ], "x-ms-correlation-request-id": [ - "065c0ca8-2033-4655-84b1-61ab77db9f7b" + "8b782b66-364b-490a-ba81-da83b5f907a1" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231022Z:065c0ca8-2033-4655-84b1-61ab77db9f7b" + "EASTUS2:20220120T005435Z:8b782b66-364b-490a-ba81-da83b5f907a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4639,26 +5378,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:54:35 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4666,29 +5408,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:10:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "175ca33f-ed5f-43e0-9769-2580f4f2dccb" + "6789ebab-89c7-4ef5-b4f0-ddd42b8bdd4b" ], "x-ms-correlation-request-id": [ - "175ca33f-ed5f-43e0-9769-2580f4f2dccb" + "6789ebab-89c7-4ef5-b4f0-ddd42b8bdd4b" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231037Z:175ca33f-ed5f-43e0-9769-2580f4f2dccb" + "EASTUS2:20220120T005450Z:6789ebab-89c7-4ef5-b4f0-ddd42b8bdd4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4696,26 +5435,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:54:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4723,29 +5465,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:10:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "2b2bf89f-5ddf-4d10-88d3-607e40863803" + "723d9650-7759-46fb-b5b9-bc1530b7cf5f" ], "x-ms-correlation-request-id": [ - "2b2bf89f-5ddf-4d10-88d3-607e40863803" + "723d9650-7759-46fb-b5b9-bc1530b7cf5f" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231052Z:2b2bf89f-5ddf-4d10-88d3-607e40863803" + "EASTUS2:20220120T005506Z:723d9650-7759-46fb-b5b9-bc1530b7cf5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4753,26 +5492,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:55:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4780,29 +5522,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:11:07 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "b02b9a12-3c41-468d-a367-1cc8fc482780" + "45be3eb3-926e-43b2-abc0-4b98cec71c1a" ], "x-ms-correlation-request-id": [ - "b02b9a12-3c41-468d-a367-1cc8fc482780" + "45be3eb3-926e-43b2-abc0-4b98cec71c1a" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231108Z:b02b9a12-3c41-468d-a367-1cc8fc482780" + "EASTUS2:20220120T005521Z:45be3eb3-926e-43b2-abc0-4b98cec71c1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4810,26 +5549,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:55:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4837,29 +5579,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:11:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-request-id": [ - "986b18dc-f7db-427d-9cab-0e3f7be5b449" + "c335f2aa-290c-457b-a1db-52339db6ef64" ], "x-ms-correlation-request-id": [ - "986b18dc-f7db-427d-9cab-0e3f7be5b449" + "c335f2aa-290c-457b-a1db-52339db6ef64" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231123Z:986b18dc-f7db-427d-9cab-0e3f7be5b449" + "EASTUS2:20220120T005536Z:c335f2aa-290c-457b-a1db-52339db6ef64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4867,26 +5606,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:55:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4894,29 +5636,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:11:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "f66c5ab9-b5c6-4e20-b3f6-018f8121f468" + "68fc8492-796c-4e5a-8427-bc31d7795211" ], "x-ms-correlation-request-id": [ - "f66c5ab9-b5c6-4e20-b3f6-018f8121f468" + "68fc8492-796c-4e5a-8427-bc31d7795211" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231138Z:f66c5ab9-b5c6-4e20-b3f6-018f8121f468" + "EASTUS2:20220120T005551Z:68fc8492-796c-4e5a-8427-bc31d7795211" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4924,26 +5663,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:55:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4951,29 +5693,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:11:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "b4eabb17-7f70-45d0-8df5-5d828cc2390b" + "abc4df54-f35e-41b5-bbd2-543a5bc89940" ], "x-ms-correlation-request-id": [ - "b4eabb17-7f70-45d0-8df5-5d828cc2390b" + "abc4df54-f35e-41b5-bbd2-543a5bc89940" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231154Z:b4eabb17-7f70-45d0-8df5-5d828cc2390b" + "EASTUS2:20220120T005606Z:abc4df54-f35e-41b5-bbd2-543a5bc89940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4981,26 +5720,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:56:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5008,29 +5750,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:12:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "5551a266-14c1-4466-8202-cce88f43be44" + "566df574-3bda-4cff-bb36-2f696de6e652" ], "x-ms-correlation-request-id": [ - "5551a266-14c1-4466-8202-cce88f43be44" + "566df574-3bda-4cff-bb36-2f696de6e652" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231209Z:5551a266-14c1-4466-8202-cce88f43be44" + "EASTUS2:20220120T005621Z:566df574-3bda-4cff-bb36-2f696de6e652" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5038,26 +5777,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:56:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5065,29 +5807,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:12:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "7eb58b59-0cf1-438b-8a98-7c08cdab3d75" + "8c44ed0c-cc79-4c57-82d9-a69e35cacbbe" ], "x-ms-correlation-request-id": [ - "7eb58b59-0cf1-438b-8a98-7c08cdab3d75" + "8c44ed0c-cc79-4c57-82d9-a69e35cacbbe" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231225Z:7eb58b59-0cf1-438b-8a98-7c08cdab3d75" + "EASTUS2:20220120T005636Z:8c44ed0c-cc79-4c57-82d9-a69e35cacbbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5095,26 +5834,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:56:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5122,29 +5864,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:12:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11986" ], "x-ms-request-id": [ - "451e13bb-051c-4bb3-b178-7dfc843eccf8" + "070000e2-2482-4ddb-9789-0f16ce704441" ], "x-ms-correlation-request-id": [ - "451e13bb-051c-4bb3-b178-7dfc843eccf8" + "070000e2-2482-4ddb-9789-0f16ce704441" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231240Z:451e13bb-051c-4bb3-b178-7dfc843eccf8" + "EASTUS2:20220120T005651Z:070000e2-2482-4ddb-9789-0f16ce704441" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5152,26 +5891,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:56:51 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5179,29 +5921,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:12:55 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11985" ], "x-ms-request-id": [ - "9a5260dd-77c4-42b2-8c41-35e750e09859" + "1b5b182b-a530-4130-be3d-9b9d59cbccba" ], "x-ms-correlation-request-id": [ - "9a5260dd-77c4-42b2-8c41-35e750e09859" + "1b5b182b-a530-4130-be3d-9b9d59cbccba" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231255Z:9a5260dd-77c4-42b2-8c41-35e750e09859" + "EASTUS2:20220120T005706Z:1b5b182b-a530-4130-be3d-9b9d59cbccba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5209,26 +5948,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:57:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5236,29 +5978,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:13:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-request-id": [ - "e7797b72-2f06-4347-9573-b614cf4984ac" + "c94263ba-bf02-4cb1-ae1a-183866840287" ], "x-ms-correlation-request-id": [ - "e7797b72-2f06-4347-9573-b614cf4984ac" + "c94263ba-bf02-4cb1-ae1a-183866840287" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231311Z:e7797b72-2f06-4347-9573-b614cf4984ac" + "EASTUS2:20220120T005721Z:c94263ba-bf02-4cb1-ae1a-183866840287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5266,26 +6005,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:57:21 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5293,29 +6035,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:13:25 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-request-id": [ - "2ee1b4e7-47b5-44db-8289-2fb9a622aafd" + "47138635-d7f9-4272-ac92-f62e7032260a" ], "x-ms-correlation-request-id": [ - "2ee1b4e7-47b5-44db-8289-2fb9a622aafd" + "47138635-d7f9-4272-ac92-f62e7032260a" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231326Z:2ee1b4e7-47b5-44db-8289-2fb9a622aafd" + "EASTUS2:20220120T005736Z:47138635-d7f9-4272-ac92-f62e7032260a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5323,26 +6062,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:57:35 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5350,29 +6092,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:13:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11982" ], "x-ms-request-id": [ - "cf169743-5143-458d-b6a9-e397f9e957e0" + "0e584d81-b1e5-4e92-be96-3380169758ee" ], "x-ms-correlation-request-id": [ - "cf169743-5143-458d-b6a9-e397f9e957e0" + "0e584d81-b1e5-4e92-be96-3380169758ee" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231341Z:cf169743-5143-458d-b6a9-e397f9e957e0" + "EASTUS2:20220120T005751Z:0e584d81-b1e5-4e92-be96-3380169758ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5380,26 +6119,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:57:51 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5407,29 +6149,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:13:56 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-request-id": [ - "cacab58e-a7f5-4f4f-992d-d00d25116993" + "e662aeba-28b5-420c-a3e8-dbe2664c0754" ], "x-ms-correlation-request-id": [ - "cacab58e-a7f5-4f4f-992d-d00d25116993" + "e662aeba-28b5-420c-a3e8-dbe2664c0754" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231357Z:cacab58e-a7f5-4f4f-992d-d00d25116993" + "EASTUS2:20220120T005806Z:e662aeba-28b5-420c-a3e8-dbe2664c0754" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5437,26 +6176,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:58:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5464,29 +6206,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:14:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" ], "x-ms-request-id": [ - "beeaaded-61cd-41b8-bc40-9c2f1db0b7c5" + "a158fc4f-694e-4c83-af31-5976934a8142" ], "x-ms-correlation-request-id": [ - "beeaaded-61cd-41b8-bc40-9c2f1db0b7c5" + "a158fc4f-694e-4c83-af31-5976934a8142" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231412Z:beeaaded-61cd-41b8-bc40-9c2f1db0b7c5" + "EASTUS2:20220120T005822Z:a158fc4f-694e-4c83-af31-5976934a8142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5494,26 +6233,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:58:21 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5521,23 +6263,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:14:27 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11979" ], "x-ms-request-id": [ - "c9540e27-8cc9-4790-b8c3-f2c37b77077d" + "c7fc0206-94e7-4fad-ae10-e0a81451ffdf" ], "x-ms-correlation-request-id": [ - "c9540e27-8cc9-4790-b8c3-f2c37b77077d" + "c7fc0206-94e7-4fad-ae10-e0a81451ffdf" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231427Z:c9540e27-8cc9-4790-b8c3-f2c37b77077d" + "EASTUS2:20220120T005837Z:c7fc0206-94e7-4fad-ae10-e0a81451ffdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5545,26 +6284,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:58:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzIyLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpJeUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5572,23 +6314,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 30 Nov 2021 23:14:27 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11978" ], "x-ms-request-id": [ - "8f0e0853-418e-48a7-9b6a-9b7bbc4e7e65" + "936fb51c-32b0-4a0b-8f64-5c3f5ec8f59e" ], "x-ms-correlation-request-id": [ - "8f0e0853-418e-48a7-9b6a-9b7bbc4e7e65" + "936fb51c-32b0-4a0b-8f64-5c3f5ec8f59e" ], "x-ms-routing-request-id": [ - "UKSOUTH:20211130T231428Z:8f0e0853-418e-48a7-9b6a-9b7bbc4e7e65" + "EASTUS2:20220120T005837Z:936fb51c-32b0-4a0b-8f64-5c3f5ec8f59e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5596,11 +6335,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:58:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -5609,34 +6351,36 @@ ], "Names": { "CreateRpcAndRestorePoints": [ - "crptestar9817", - "crptestar9333", - "crptestar9311", - "rpClientTest457", - "rpc1ClientTest7219", - "rpc2ClientTest8336" + "crptestar6722", + "crptestar5564", + "crptestar3410", + "rpClientTest8135", + "rpc1ClientTest6926", + "rpc2ClientTest9682", + "rpcRemoteClientTest9865", + "rpRemoteClientTest2574" ], "CreatePublicIP": [ - "pip5942", - "dn7231" + "pip5030", + "dn7648" ], "CreateVNET": [ - "vn3656", - "sn6657" + "vn293", + "sn4605" ], "CreateNIC": [ - "nic6448", - "ip7440" + "nic7908", + "ip7920" ], "CreateDefaultVMInput": [ - "crptestar58", - "crptestar5906", - "crptestar9174", - "vm9404", - "Microsoft.Compute/virtualMachines9146" + "crptestar6339", + "crptestar9470", + "crptestar2356", + "vm5765", + "Microsoft.Compute/virtualMachines1608" ] }, "Variables": { - "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostOperations.json index 0dfd6f698b228..16400b02ded26 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostOperations.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5295DH?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyOTVESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1054DH?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwNTRESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5295DH\": \"2021-06-29 21:19:06Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1054DH\": \"2021-11-16 18:24:42Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4e4a3628-168c-4a59-81f9-85d8c09aced8" + "3ff19589-1132-465a-891d-4786c78e3772" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:42 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "0e53e138-ccca-4e60-8276-7d7ed1049119" + "99eca583-8b65-4f68-8eef-50b662145bf5" ], "x-ms-correlation-request-id": [ - "0e53e138-ccca-4e60-8276-7d7ed1049119" + "99eca583-8b65-4f68-8eef-50b662145bf5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211906Z:0e53e138-ccca-4e60-8276-7d7ed1049119" + "EASTUS2:20211116T182442Z:99eca583-8b65-4f68-8eef-50b662145bf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:05 GMT" - ], "Content-Length": [ "234" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH\",\r\n \"name\": \"crptestar5295DH\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5295DH\": \"2021-06-29 21:19:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH\",\r\n \"name\": \"crptestar1054DH\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1054DH\": \"2021-11-16 18:24:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "508df01e-7899-4499-b564-81f686dc3e85" + "1bc37316-0227-470b-8f59-e318e6b7aec8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,9 +95,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeleteDedicatedHost3Min;119,Microsoft.Compute/PutDeleteDedicatedHost30Min;599" ], @@ -105,27 +112,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2130673c-6a87-4e78-9760-bfb9d7cf1413" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9e8e69b5-15f2-4868-81ea-993cf430a3b4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "239e1c1c-381b-47c2-a17d-1bcf48ebf59a" + "6c889c3d-4419-4e93-a8a4-40661242f25f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211906Z:239e1c1c-381b-47c2-a17d-1bcf48ebf59a" + "EASTUS2:20211116T182443Z:6c889c3d-4419-4e93-a8a4-40661242f25f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:06 GMT" - ], "Content-Length": [ "361" ], @@ -136,35 +136,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5295DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1054DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "329ee498-84da-4d4a-82c3-912ce534ca44" + "8d73fbf2-6e87-4c51-a91a-98f084cecfb3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost30Min;999" ], @@ -172,27 +179,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f011470d-aabd-401f-8b3b-0bd65804fc1a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2cf38d6c-a5ed-4f40-8efc-73f8d13cc80d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6ab3fca6-e2a6-4bf4-aedb-d758fb4cb513" + "c57e5044-a7cc-4af0-b84e-95a2a9102929" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211906Z:6ab3fca6-e2a6-4bf4-aedb-d758fb4cb513" + "EASTUS2:20211116T182443Z:c57e5044-a7cc-4af0-b84e-95a2a9102929" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:06 GMT" - ], "Content-Length": [ "361" ], @@ -203,35 +203,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5295DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1054DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa87d11b-7599-41b3-bf96-74028316d39a" + "62caecf6-292a-4cce-857f-8a0d3d20bf6d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost30Min;998" ], @@ -239,27 +246,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "30e74079-af03-43cf-a427-a456dcae328a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba8a69bf-a01e-48c1-a194-ec5dd73d64fa" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "d16dc2a0-883a-465e-be64-9030bfeb4fc1" + "bd96fa76-ee2a-4289-b3ae-6ce9e8bbe5ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211907Z:d16dc2a0-883a-465e-be64-9030bfeb4fc1" + "EASTUS2:20211116T182443Z:bd96fa76-ee2a-4289-b3ae-6ce9e8bbe5ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:06 GMT" - ], "Content-Length": [ "408" ], @@ -270,26 +270,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5295DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1054DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5cbeee84-7ba1-429a-affe-9ca90b0a747f" + "cc4f8867-cc55-4df4-a6f6-604c40ad8f8d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -302,9 +302,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeleteDedicatedHost3Min;118,Microsoft.Compute/PutDeleteDedicatedHost30Min;598" ], @@ -312,27 +319,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e92981d-b9d4-4965-a8be-9027ed18ddef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b04bbd31-84fa-4676-9856-9413c71f188d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "12bcedd8-d0a0-46b5-a2a6-09a8cbdc89d6" + "6cecca20-023d-42c9-9114-e9da376822a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211907Z:12bcedd8-d0a0-46b5-a2a6-09a8cbdc89d6" + "EASTUS2:20211116T182443Z:6cecca20-023d-42c9-9114-e9da376822a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:06 GMT" - ], "Content-Length": [ "408" ], @@ -343,35 +343,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5295DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1054DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc2cd569-0696-476b-aee8-501befc2f0b7" + "eb347c0c-85a4-4532-a7a3-bc772788c2ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;199" ], @@ -379,27 +386,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8485fac7-8dd7-4b1a-83a1-005c24ba9476" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a592f91d-25c4-458a-bed2-24e56c8baff3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "5d23d51c-bab8-454e-ad8e-a0abccb44da6" + "0c5bc249-87bc-4758-8ff7-b474605a74b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211907Z:5d23d51c-bab8-454e-ad8e-a0abccb44da6" + "EASTUS2:20211116T182443Z:0c5bc249-87bc-4758-8ff7-b474605a74b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:06 GMT" - ], "Content-Length": [ "497" ], @@ -410,35 +410,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5295DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1054DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/hostGroups?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/hostGroups?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "074cee3e-c08b-4d3e-b948-49b4f7951198" + "5f22c47b-b3ff-418d-86ee-fd9d2d0bb4a6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;198" ], @@ -446,27 +453,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c11c0c82-9d69-441f-a255-ca80bfb94665" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c082a65-c293-41a9-9b90-23279b4708c7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "6bc325f5-aa9e-41f1-bb36-52aee048900a" + "beba9bf9-1633-45ba-bf11-128bd12ca2de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211907Z:6bc325f5-aa9e-41f1-bb36-52aee048900a" + "EASTUS2:20211116T182443Z:beba9bf9-1633-45ba-bf11-128bd12ca2de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:06 GMT" - ], "Content-Length": [ "497" ], @@ -477,26 +477,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5295DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1054DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"testKey\": \"testValue\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5295DH\": \"2021-06-29 21:19:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1054DH\": \"2021-11-16 18:24:43Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f942ae25-e583-42b6-a78a-48d889ac90f6" + "f1a5ea58-19df-4e79-9fbd-b4d7f5e764e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -509,11 +509,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:24:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e6d38310-be06-4ace-b8d4-8e0354f58da8?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/658fe4cc-d9b7-4cff-9096-b30226444dac?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -525,27 +532,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6d38310-be06-4ace-b8d4-8e0354f58da8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "658fe4cc-d9b7-4cff-9096-b30226444dac" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "b9d29be7-e9f0-433e-a72d-9ce0c4d89c1c" + "86a5398e-d370-46eb-8c2f-653644d182d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211907Z:b9d29be7-e9f0-433e-a72d-9ce0c4d89c1c" + "EASTUS2:20211116T182444Z:86a5398e-d370-46eb-8c2f-653644d182d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:07 GMT" - ], "Content-Length": [ "541" ], @@ -556,57 +556,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5295DH\": \"2021-06-29 21:19:07Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d1ec6fe1-afd2-44e9-b763-70ad75449cc9\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1054DH\": \"2021-11-16 18:24:43Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d9ba0789-2068-4240-8a84-502a47443b78\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e6d38310-be06-4ace-b8d4-8e0354f58da8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U2ZDM4MzEwLWJlMDYtNGFjZS1iOGQ0LThlMDM1NGY1OGRhOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/658fe4cc-d9b7-4cff-9096-b30226444dac?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY1OGZlNGNjLWQ5YjctNGNmZi05MDk2LWIzMDIyNjQ0NGRhYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:25:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e4864df-7a52-4360-9f31-5f8de4c41ace" + "f0366085-92e3-4ef8-b770-81b82274efb7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "9af6f4d6-fe1e-4fbe-b89b-8c0dce58ad26" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T182514Z:9af6f4d6-fe1e-4fbe-b89b-8c0dce58ad26" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:24:44.0850604+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"658fe4cc-d9b7-4cff-9096-b30226444dac\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/658fe4cc-d9b7-4cff-9096-b30226444dac?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY1OGZlNGNjLWQ5YjctNGNmZi05MDk2LWIzMDIyNjQ0NGRhYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 18:25:43 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "eb38094e-ae2a-48d1-a8d5-592e14a11aaa" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "b5e4fb4f-d781-4699-b0da-f4633c6ed868" + "568ee0d4-5754-4903-907d-3ee666d83be2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211937Z:b5e4fb4f-d781-4699-b0da-f4633c6ed868" + "EASTUS2:20211116T182544Z:568ee0d4-5754-4903-907d-3ee666d83be2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:37 GMT" - ], "Content-Length": [ "184" ], @@ -617,29 +678,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:19:07.6883334+00:00\",\r\n \"endTime\": \"2021-06-29T21:19:08.4540217+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e6d38310-be06-4ace-b8d4-8e0354f58da8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:24:44.0850604+00:00\",\r\n \"endTime\": \"2021-11-16T18:25:17.8528407+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"658fe4cc-d9b7-4cff-9096-b30226444dac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:25:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;196,Microsoft.Compute/GetDedicatedHost30Min;996" ], @@ -647,29 +715,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e25bdf2-d677-46a3-8eca-e053edf2b8f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e67e0898-38c1-400c-b903-1b3d2f671a91" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "f2f5d006-1190-4686-a86b-7b24626581b0" + "149164cf-7ed0-428f-9c2d-12349758e958" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211937Z:f2f5d006-1190-4686-a86b-7b24626581b0" + "EASTUS2:20211116T182544Z:149164cf-7ed0-428f-9c2d-12349758e958" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:37 GMT" - ], "Content-Length": [ - "631" + "632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -678,35 +739,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5295DH\": \"2021-06-29 21:19:07Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d1ec6fe1-afd2-44e9-b763-70ad75449cc9\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-06-29T21:19:08.266477+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1054DH\": \"2021-11-16 18:24:43Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d9ba0789-2068-4240-8a84-502a47443b78\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-11-16T18:25:17.0246686+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c9d8af6-4140-4beb-b5d2-4353ac5b2f11" + "9716aa6e-dff0-408a-ad64-e12e48f18a12" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:25:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;195,Microsoft.Compute/GetDedicatedHost30Min;995" ], @@ -714,29 +782,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2427f570-7f63-4447-835b-d8ac5d68a24e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "26a94aed-53d5-46d8-88f1-c5163dd84e2f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "19794463-4c27-4d74-b9e8-0ac2aa4509f9" + "28b50e16-cadd-4a7f-9d7b-ac5a1fc16b42" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211937Z:19794463-4c27-4d74-b9e8-0ac2aa4509f9" + "EASTUS2:20211116T182544Z:28b50e16-cadd-4a7f-9d7b-ac5a1fc16b42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:37 GMT" - ], "Content-Length": [ - "631" + "632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -745,35 +806,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5295DH\": \"2021-06-29 21:19:07Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d1ec6fe1-afd2-44e9-b763-70ad75449cc9\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-06-29T21:19:08.266477+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1054DH\": \"2021-11-16 18:24:43Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d9ba0789-2068-4240-8a84-502a47443b78\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-11-16T18:25:17.0246686+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04e106e2-243d-45a7-ae0e-de5f9e9d8d53" + "5b3833eb-30ad-4ef8-8fd2-81392240a4de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:25:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;194,Microsoft.Compute/GetDedicatedHost30Min;994" ], @@ -781,29 +849,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "37b41cf8-9ce4-4246-bb3c-3a8a122ace4a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d4891e3a-5fc3-4a52-813f-0872903d789f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "387596ac-402d-45a0-b84e-1ea82223b59e" + "e2087c22-964d-4777-bf5f-9f73cf2d3e47" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211938Z:387596ac-402d-45a0-b84e-1ea82223b59e" + "EASTUS2:20211116T182544Z:e2087c22-964d-4777-bf5f-9f73cf2d3e47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:37 GMT" - ], "Content-Length": [ - "736" + "737" ], "Content-Type": [ "application/json; charset=utf-8" @@ -812,40 +873,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5295DH\": \"2021-06-29 21:19:07Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d1ec6fe1-afd2-44e9-b763-70ad75449cc9\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-06-29T21:19:08.266477+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1054DH\": \"2021-11-16 18:24:43Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"d9ba0789-2068-4240-8a84-502a47443b78\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-11-16T18:25:17.0246686+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f458e1-99c4-4bfb-963f-1ddca30918d6" + "6b5cf9ba-4678-4c5c-a53e-3bb00711bc28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:25:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3335cf14-3751-40c6-befa-a8f3c06390fd?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a778fd-05b4-40a7-bdce-7f604a78d425?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3335cf14-3751-40c6-befa-a8f3c06390fd?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a778fd-05b4-40a7-bdce-7f604a78d425?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -857,85 +925,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3335cf14-3751-40c6-befa-a8f3c06390fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "34a778fd-05b4-40a7-bdce-7f604a78d425" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "ccbed4a1-6a52-4c3d-a1fe-61eadc54b1cc" + "8076b544-7e0d-447c-96c2-7e8c834d7f3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211938Z:ccbed4a1-6a52-4c3d-a1fe-61eadc54b1cc" + "EASTUS2:20211116T182544Z:8076b544-7e0d-447c-96c2-7e8c834d7f3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3335cf14-3751-40c6-befa-a8f3c06390fd?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMzMzVjZjE0LTM3NTEtNDBjNi1iZWZhLWE4ZjNjMDYzOTBmZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a778fd-05b4-40a7-bdce-7f604a78d425?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0YTc3OGZkLTA1YjQtNDBhNy1iZGNlLTdmNjA0YTc4ZDQyNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "39213e5f-afd8-4760-ba40-0e3ec4c940be" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c4280c5f-4ad7-43bb-a6d7-28888e715b21" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "487312a5-9286-4ae1-9286-719d03c2af9b" + "67b5ae2f-44ae-4ca4-ac20-a66b98072a5a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212008Z:487312a5-9286-4ae1-9286-719d03c2af9b" + "EASTUS2:20211116T182614Z:67b5ae2f-44ae-4ca4-ac20-a66b98072a5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:08 GMT" - ], "Content-Length": [ "184" ], @@ -946,93 +1007,100 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:19:38.1729215+00:00\",\r\n \"endTime\": \"2021-06-29T21:19:38.2822838+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3335cf14-3751-40c6-befa-a8f3c06390fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:25:44.6826845+00:00\",\r\n \"endTime\": \"2021-11-16T18:25:44.8701979+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"34a778fd-05b4-40a7-bdce-7f604a78d425\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3335cf14-3751-40c6-befa-a8f3c06390fd?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMzMzVjZjE0LTM3NTEtNDBjNi1iZWZhLWE4ZjNjMDYzOTBmZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a778fd-05b4-40a7-bdce-7f604a78d425?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0YTc3OGZkLTA1YjQtNDBhNy1iZGNlLTdmNjA0YTc4ZDQyNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96730a7a-b9ad-43ed-a203-9c03f28cca7a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f943db3-6c41-4fe1-9d19-3f8cbb68b632" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "2942bdf8-4a00-4925-88bc-7d6881228d0b" + "4b8fb6ba-30a2-4211-a9fd-fa3729943fc5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212008Z:2942bdf8-4a00-4925-88bc-7d6881228d0b" + "EASTUS2:20211116T182614Z:4b8fb6ba-30a2-4211-a9fd-fa3729943fc5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5295DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyOTVESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1054DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwNTRESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e94c1e8-3fea-48fb-a7a9-11621cdb26fb" + "726bc197-9c02-4921-b5cf-62b92618d0c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeleteDedicatedHost3Min;115,Microsoft.Compute/PutDeleteDedicatedHost30Min;595" ], @@ -1040,53 +1108,46 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "369b2694-c9c6-4623-91f3-5067f4a5a836" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fe1633aa-cf22-4670-a07e-d634fd8a33c3" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "e9d4595a-1476-4833-8534-cf2bc7ade3df" + "0bca5867-4c1d-444b-ba1b-369bf1c42ea7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212008Z:e9d4595a-1476-4833-8534-cf2bc7ade3df" + "EASTUS2:20211116T182615Z:0bca5867-4c1d-444b-ba1b-369bf1c42ea7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5295DH?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyOTVESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1054DH?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwNTRESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "431b79c3-bb7f-4367-a13d-ce22ca3fb022" + "d68bd6a6-a748-47c9-902b-de3ec750f956" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1094,26 +1155,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1Mjk1REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDU0REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "9742c2e0-ad51-42f5-82cc-2483dcf264bd" + "a75ce764-ad2b-402f-ba7a-52afc305e7fc" ], "x-ms-correlation-request-id": [ - "9742c2e0-ad51-42f5-82cc-2483dcf264bd" + "a75ce764-ad2b-402f-ba7a-52afc305e7fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212008Z:9742c2e0-ad51-42f5-82cc-2483dcf264bd" + "EASTUS2:20211116T182615Z:a75ce764-ad2b-402f-ba7a-52afc305e7fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1121,86 +1185,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:08 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1Mjk1REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWprMVJFZ3RSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1Mjk1REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "1573c5fe-2fb3-445b-9ab3-4454f6cf141f" - ], - "x-ms-correlation-request-id": [ - "1573c5fe-2fb3-445b-9ab3-4454f6cf141f" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T212023Z:1573c5fe-2fb3-445b-9ab3-4454f6cf141f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 21:20:23 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1Mjk1REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWprMVJFZ3RSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDU0REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURVMFJFZ3RSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1208,77 +1212,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1Mjk1REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "ed247f95-ecf2-4969-9204-1d3a71ac22b4" - ], - "x-ms-correlation-request-id": [ - "ed247f95-ecf2-4969-9204-1d3a71ac22b4" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T212038Z:ed247f95-ecf2-4969-9204-1d3a71ac22b4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 21:20:38 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1Mjk1REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWprMVJFZ3RSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 18:26:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "a1b134b0-5c18-49a6-84c5-c8b29fbd5f73" + "993afaae-eecd-4ba5-a778-4cfcb9444576" ], "x-ms-correlation-request-id": [ - "a1b134b0-5c18-49a6-84c5-c8b29fbd5f73" + "993afaae-eecd-4ba5-a778-4cfcb9444576" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212053Z:a1b134b0-5c18-49a6-84c5-c8b29fbd5f73" + "EASTUS2:20211116T182630Z:993afaae-eecd-4ba5-a778-4cfcb9444576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1286,29 +1236,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1Mjk1REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWprMVJFZ3RSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDU0REgtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURVMFJFZ3RSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1316,20 +1263,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:29 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "d151a17a-8c82-4717-aba6-586851ad0b41" + "61cc451b-cb07-4ae5-8565-7a9338de9e6d" ], "x-ms-correlation-request-id": [ - "d151a17a-8c82-4717-aba6-586851ad0b41" + "61cc451b-cb07-4ae5-8565-7a9338de9e6d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212053Z:d151a17a-8c82-4717-aba6-586851ad0b41" + "EASTUS2:20211116T182630Z:61cc451b-cb07-4ae5-8565-7a9338de9e6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1337,14 +1287,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1353,7 +1300,7 @@ ], "Names": { "TestDedicatedHostOperations": [ - "crptestar5295" + "crptestar1054" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostRestart.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostRestart.json new file mode 100644 index 0000000000000..6b35b7efbd3d2 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestDedicatedHostRestart.json @@ -0,0 +1,1169 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourcegroups/crptestar5957DH?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NTdESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar5957DH\": \"2022-01-11 23:24:12Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "abd65de0-38d0-42f6-be0e-1b02be0ec3be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "101" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "84e6a815-57b6-4095-aef5-732575dc20f0" + ], + "x-ms-correlation-request-id": [ + "84e6a815-57b6-4095-aef5-732575dc20f0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232413Z:84e6a815-57b6-4095-aef5-732575dc20f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "240" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH\",\r\n \"name\": \"crptestar5957DH\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar5957DH\": \"2022-01-11 23:24:12Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8c5d870-20f2-4ff6-afb0-853aa9108a75" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "135" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutDeleteDedicatedHost3Min;119,Microsoft.Compute/PutDeleteDedicatedHost30Min;599" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "823bbef2-cc22-4472-a63a-02b0eeb00355" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "f3192763-58d0-4d10-9891-e9fb0c6edd4d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232417Z:f3192763-58d0-4d10-9891-e9fb0c6edd4d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "338" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/CRPTESTAR5957DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d06a5b9-229c-4e64-a8e0-edd900844a65" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetDedicatedHost30Min;999" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c751a3d2-3668-4a19-8919-85c852a01014" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "d515cecb-73c2-47d9-8477-f4e593d5cddf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232417Z:d515cecb-73c2-47d9-8477-f4e593d5cddf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "338" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/CRPTESTAR5957DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "08716de2-8407-48e4-9cd5-05b07e6184a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetDedicatedHost30Min;998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "963ddd4f-5a9d-4eaa-9d51-9bf995b9020c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "811182e9-d5af-40b7-8ae4-9c81e8ebb7f8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232417Z:811182e9-d5af-40b7-8ae4-9c81e8ebb7f8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "338" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/CRPTESTAR5957DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar5957DH\": \"2022-01-11 23:24:17Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7dad2ea0-8822-4c37-a45e-bbbf5d57939f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "145" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/67f421a8-6fb4-4bd8-98f5-b97621c28e8a?p=824da08b-c813-4ec7-b7de-7d1a26d29290&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutDeleteDedicatedHost3Min;118,Microsoft.Compute/PutDeleteDedicatedHost30Min;598" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "67f421a8-6fb4-4bd8-98f5-b97621c28e8a" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "1dd132be-1e22-4d52-ba41-d58ccc88ec39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232419Z:1dd132be-1e22-4d52-ba41-d58ccc88ec39" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "604" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar5957DH\": \"2022-01-11 23:24:17Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"5d1a2271-2213-4dbd-a9ed-b2965b0f3d10\",\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-11T15:24:18.5763455-08:00\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/67f421a8-6fb4-4bd8-98f5-b97621c28e8a?p=824da08b-c813-4ec7-b7de-7d1a26d29290&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzY3ZjQyMWE4LTZmYjQtNGJkOC05OGY1LWI5NzYyMWMyOGU4YT9wPTgyNGRhMDhiLWM4MTMtNGVjNy1iN2RlLTdkMWEyNmQyOTI5MCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a525fda9-af39-4c93-a122-878e72be8a73" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "e9e4d972-fe36-491f-abc6-3fad36dd8406" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232449Z:e9e4d972-fe36-491f-abc6-3fad36dd8406" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-11T15:24:18.5138315-08:00\",\r\n \"endTime\": \"2022-01-11T15:24:22.4825617-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"67f421a8-6fb4-4bd8-98f5-b97621c28e8a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetDedicatedHost3Min;248,Microsoft.Compute/GetDedicatedHost30Min;996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e6ebc04c-3d50-4ec7-b7c1-128f4066f98f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "775d2c51-193a-4a0b-ac10-e7e9d041e606" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232449Z:775d2c51-193a-4a0b-ac10-e7e9d041e606" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "694" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar5957DH\": \"2022-01-11 23:24:17Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"5d1a2271-2213-4dbd-a9ed-b2965b0f3d10\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2022-01-11T15:24:22.295086-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T15:24:18.5763455-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ced50331-722c-456b-bc6b-1ae07e1c2095" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetDedicatedHost3Min;247,Microsoft.Compute/GetDedicatedHost30Min;995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "74328da3-ebc6-419a-89b0-928c7d2a570f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "bcda5ae8-75b7-42c2-876c-0db0087f4fef" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232449Z:bcda5ae8-75b7-42c2-876c-0db0087f4fef" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "694" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar5957DH\": \"2022-01-11 23:24:17Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"5d1a2271-2213-4dbd-a9ed-b2965b0f3d10\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2022-01-11T15:24:22.295086-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T15:24:18.5763455-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9adf4cdb-be05-4932-9902-8a52e1ae189f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetDedicatedHost30Min;994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a7da6801-80bc-484e-b4e3-47068d36df0b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "151d3f91-c227-4ed0-aab8-84020faac916" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232449Z:151d3f91-c227-4ed0-aab8-84020faac916" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3118" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/CRPTESTAR5957DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"hosts\": [\r\n {\r\n \"id\": \"/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/CRPTESTAR5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\"\r\n }\r\n ],\r\n \"supportAutomaticPlacement\": true,\r\n \"instanceView\": {\r\n \"hosts\": [\r\n {\r\n \"name\": \"DH-1\",\r\n \"assetId\": \"76e318c7-751f-41b8-822e-18a5e8971601\",\r\n \"availableCapacity\": {\r\n \"allocatableVMs\": [\r\n {\r\n \"vmSize\": \"Standard_E2s_v3\",\r\n \"count\": 28\r\n },\r\n {\r\n \"vmSize\": \"Standard_E4-2s_v3\",\r\n \"count\": 14\r\n },\r\n {\r\n \"vmSize\": \"Standard_E4s_v3\",\r\n \"count\": 14\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8-2s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8-4s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16-4s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16-8s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E20s_v3\",\r\n \"count\": 2\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32-8s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32-16s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E48s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64-16s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64-32s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64s_v3\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-11T15:24:22.310714-08:00\"\r\n },\r\n {\r\n \"code\": \"HealthState/available\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Host available\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1/restart?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xL3Jlc3RhcnQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de167f17-de93-4471-bb37-318e6e0ed6e1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/e149a5f3-0921-4a5e-b5d0-fc7d0ece59fb?p=824da08b-c813-4ec7-b7de-7d1a26d29290&api-version=2021-11-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/UpdateDedicatedHost3Min;119,Microsoft.Compute/UpdateDedicatedHost30Min;599" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e149a5f3-0921-4a5e-b5d0-fc7d0ece59fb" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "10435a1c-0221-4546-bc9c-964c454eca1e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232450Z:10435a1c-0221-4546-bc9c-964c454eca1e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2c3054a1-d12f-4042-8cb8-d3d631e7b27e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:24:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f?p=824da08b-c813-4ec7-b7de-7d1a26d29290&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f?p=824da08b-c813-4ec7-b7de-7d1a26d29290&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutDeleteDedicatedHost3Min;117,Microsoft.Compute/PutDeleteDedicatedHost30Min;597" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "8f0b8a4e-379a-4872-b65b-97c9e7f29aae" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232450Z:8f0b8a4e-379a-4872-b65b-97c9e7f29aae" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f?p=824da08b-c813-4ec7-b7de-7d1a26d29290&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2UzZDJlNmI2LTFjM2QtNGM3Yy1iNGEzLTUwZjA5MTk0ZTgzZj9wPTgyNGRhMDhiLWM4MTMtNGVjNy1iN2RlLTdkMWEyNmQyOTI5MCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:25:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "88a0b005-a540-4d4b-ab6c-47d42c18170f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "8dfdf62a-5ca3-43e6-9432-b555410cf81d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232520Z:8dfdf62a-5ca3-43e6-9432-b555410cf81d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-11T15:24:50.3265451-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f?p=824da08b-c813-4ec7-b7de-7d1a26d29290&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2UzZDJlNmI2LTFjM2QtNGM3Yy1iNGEzLTUwZjA5MTk0ZTgzZj9wPTgyNGRhMDhiLWM4MTMtNGVjNy1iN2RlLTdkMWEyNmQyOTI5MCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:25:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e18988b1-54a5-428f-b0f0-b03f98060c18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "3fdf8372-0605-4b46-bb60-26c7424c7760" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232550Z:3fdf8372-0605-4b46-bb60-26c7424c7760" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-11T15:24:50.3265451-08:00\",\r\n \"endTime\": \"2022-01-11T15:25:20.5610764-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/e3d2e6b6-1c3d-4c7c-b4a3-50f09194e83f?p=824da08b-c813-4ec7-b7de-7d1a26d29290&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2UzZDJlNmI2LTFjM2QtNGM3Yy1iNGEzLTUwZjA5MTk0ZTgzZj9wPTgyNGRhMDhiLWM4MTMtNGVjNy1iN2RlLTdkMWEyNmQyOTI5MCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:25:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ac67703a-1714-4dfb-9230-099647359c29" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "20722376-d20e-404d-a5ca-619aa3c08627" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232550Z:20722376-d20e-404d-a5ca-619aa3c08627" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourceGroups/crptestar5957DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NTdESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4d3ad570-a684-4c0a-a7ca-3c57e2a555e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:25:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutDeleteDedicatedHost3Min;116,Microsoft.Compute/PutDeleteDedicatedHost30Min;596" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "deb2668e-13a5-4ddd-a9e5-0745f30a25d3" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "e0dd8fc6-c10b-4d7b-afa7-30d43eba21de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232552Z:e0dd8fc6-c10b-4d7b-afa7-30d43eba21de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/resourcegroups/crptestar5957DH?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NTdESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "93599100-3382-495f-9cbe-eb3305f2d370" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:25:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTU3REgtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "cfec04d9-6f78-4a07-9dc5-1ede0852f8c8" + ], + "x-ms-correlation-request-id": [ + "cfec04d9-6f78-4a07-9dc5-1ede0852f8c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232554Z:cfec04d9-6f78-4a07-9dc5-1ede0852f8c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTU3REgtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RVM1JFZ3RRMFZPVkZKQlRGVlRSVlZCVUNJc0ltcHZZa3h2WTJGMGFXOXVJam9pWTJWdWRISmhiSFZ6WlhWaGNDSjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:26:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "b0605d8f-156e-4866-93f5-49654d3e8a00" + ], + "x-ms-correlation-request-id": [ + "b0605d8f-156e-4866-93f5-49654d3e8a00" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232609Z:b0605d8f-156e-4866-93f5-49654d3e8a00" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/9c03b4c8-9b99-408a-bdee-3ef8a967e304/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTU3REgtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWMwM2I0YzgtOWI5OS00MDhhLWJkZWUtM2VmOGE5NjdlMzA0L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RVM1JFZ3RRMFZPVkZKQlRGVlRSVlZCVUNJc0ltcHZZa3h2WTJGMGFXOXVJam9pWTJWdWRISmhiSFZ6WlhWaGNDSjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 11 Jan 2022 23:26:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "2d9793fa-127c-4ed7-92a7-091ce2cfe535" + ], + "x-ms-correlation-request-id": [ + "2d9793fa-127c-4ed7-92a7-091ce2cfe535" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20220111T232609Z:2d9793fa-127c-4ed7-92a7-091ce2cfe535" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "TestDedicatedHostRestart": [ + "crptestar5957" + ] + }, + "Variables": { + "SubscriptionId": "9c03b4c8-9b99-408a-bdee-3ef8a967e304" + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestNonZonalDedicatedHostGroupInstanceViewAndAutomaticPlacement.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestNonZonalDedicatedHostGroupInstanceViewAndAutomaticPlacement.json index f5269028028d9..e2e4982f48c3b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestNonZonalDedicatedHostGroupInstanceViewAndAutomaticPlacement.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DedicatedHostTests/TestNonZonalDedicatedHostGroupInstanceViewAndAutomaticPlacement.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7872DH?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4NzJESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9910DH?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5MTBESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar7872DH\": \"2021-06-29 21:20:53Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar9910DH\": \"2021-11-16 18:26:30Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b343b1a-90eb-40a1-a38c-699da4fbce44" + "45fcd97e-f185-4539-a18b-a7f84e6043a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:30 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "a10d6fca-32bf-4c11-aebb-bd080c033c04" + "376af94e-5d5d-482e-b5c2-b2c3e5271f51" ], "x-ms-correlation-request-id": [ - "a10d6fca-32bf-4c11-aebb-bd080c033c04" + "376af94e-5d5d-482e-b5c2-b2c3e5271f51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212055Z:a10d6fca-32bf-4c11-aebb-bd080c033c04" + "EASTUS2:20211116T182631Z:376af94e-5d5d-482e-b5c2-b2c3e5271f51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:54 GMT" - ], "Content-Length": [ "233" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH\",\r\n \"name\": \"crptestar7872DH\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar7872DH\": \"2021-06-29 21:20:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH\",\r\n \"name\": \"crptestar9910DH\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar9910DH\": \"2021-11-16 18:26:30Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n },\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "689801b4-c441-4861-abaf-a43039dac004" + "3605bd70-95df-430c-bf5c-5365755b491b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,9 +95,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeleteDedicatedHost3Min;119,Microsoft.Compute/PutDeleteDedicatedHost30Min;599" ], @@ -105,27 +112,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66646103-0563-41c2-9f57-61acee616024" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "45d8bf8d-751a-450a-9ee4-c42a4934e64a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b75e4ed7-0e7a-4a73-bf4f-612f67345434" + "f233c638-3e16-43e1-b6fe-b255b1fe23de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212058Z:b75e4ed7-0e7a-4a73-bf4f-612f67345434" + "EASTUS2:20211116T182634Z:f233c638-3e16-43e1-b6fe-b255b1fe23de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:57 GMT" - ], "Content-Length": [ "331" ], @@ -136,35 +136,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7872DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9910DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be29bd95-50c7-461d-8286-9f8541b1fbe7" + "1dc475ad-2ab9-4e13-adff-60e3c7330348" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost30Min;999" ], @@ -172,27 +179,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7235b560-575a-4839-bfbb-80e8d2252cbd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cdd69ea8-ed7c-4bf4-b165-38ce53abd0e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "b49c5569-5b85-441c-b064-46cac2c2d93c" + "3dc5af5d-51b3-44cc-8b36-54166cbfd10c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212058Z:b49c5569-5b85-441c-b064-46cac2c2d93c" + "EASTUS2:20211116T182634Z:3dc5af5d-51b3-44cc-8b36-54166cbfd10c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:57 GMT" - ], "Content-Length": [ "331" ], @@ -203,35 +203,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7872DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9910DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d74977b1-69ee-41f4-9f70-a0a20e9cbe42" + "d85c163d-5944-4472-85a4-a163032816e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost30Min;998" ], @@ -239,27 +246,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8834fdc-ab0d-4d44-9559-5fc2bf09d277" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b4cf740f-353f-4dd2-b1c5-d9d11e6c9089" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c206507e-4438-4955-bcb8-05249dc837d5" + "8a7a38ea-0d74-4b4a-aac9-40b1968303c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212058Z:c206507e-4438-4955-bcb8-05249dc837d5" + "EASTUS2:20211116T182634Z:8a7a38ea-0d74-4b4a-aac9-40b1968303c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:57 GMT" - ], "Content-Length": [ "331" ], @@ -270,26 +270,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7872DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9910DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar7872DH\": \"2021-06-29 21:20:58Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar9910DH\": \"2021-11-16 18:26:34Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3bf02400-f0d4-4c66-af44-e926d455fa48" + "1890100c-7a79-4a2c-9642-97807e8468ae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -302,11 +302,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:26:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/0c38dd7a-696d-4407-86ad-7acf1c160eb3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/873fcfd7-80cb-4777-a677-3928eccefb01?p=a5f45bb9-c343-4ea2-bbb3-ebd8b9fcf06d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -318,27 +325,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c38dd7a-696d-4407-86ad-7acf1c160eb3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "873fcfd7-80cb-4777-a677-3928eccefb01" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "552fd1bf-ae75-431b-a611-ff4fd3e36e15" + "ade7a31a-2ba4-4ed4-9227-9be798a8effb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212100Z:552fd1bf-ae75-431b-a611-ff4fd3e36e15" + "EASTUS2:20211116T182636Z:ade7a31a-2ba4-4ed4-9227-9be798a8effb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:20:59 GMT" - ], "Content-Length": [ "540" ], @@ -349,29 +349,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar7872DH\": \"2021-06-29 21:20:58Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"821f4980-5d78-41d0-b3b7-c0a1ff6e5f6b\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar9910DH\": \"2021-11-16 18:26:34Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"46fd1615-78a4-4bf1-bbb1-7320ce55ecd1\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/0c38dd7a-696d-4407-86ad-7acf1c160eb3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMGMzOGRkN2EtNjk2ZC00NDA3LTg2YWQtN2FjZjFjMTYwZWIzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/873fcfd7-80cb-4777-a677-3928eccefb01?p=a5f45bb9-c343-4ea2-bbb3-ebd8b9fcf06d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvODczZmNmZDctODBjYi00Nzc3LWE2NzctMzkyOGVjY2VmYjAxP3A9YTVmNDViYjktYzM0My00ZWEyLWJiYjMtZWJkOGI5ZmNmMDZkJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -379,29 +386,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61cfb9b4-f777-4abd-8452-49015e8e9283" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb46d0bd-4673-441a-9a12-ff16d5b0f007" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "0df536e8-52a6-43b4-b5e1-59b9788c4eb5" + "f0c76dab-49d4-41c3-aabb-2504ff1eb931" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212130Z:0df536e8-52a6-43b4-b5e1-59b9788c4eb5" + "EASTUS2:20211116T182706Z:f0c76dab-49d4-41c3-aabb-2504ff1eb931" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:21:29 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -410,29 +410,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:20:59.3406177+00:00\",\r\n \"endTime\": \"2021-06-29T21:21:03.3720443+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0c38dd7a-696d-4407-86ad-7acf1c160eb3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:26:35.5230673+00:00\",\r\n \"endTime\": \"2021-11-16T18:26:43.289023+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"873fcfd7-80cb-4777-a677-3928eccefb01\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;248,Microsoft.Compute/GetDedicatedHost30Min;996" ], @@ -440,27 +447,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "922c144e-fa67-4d76-87f8-f4d1ba1dd92a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c9403530-4385-42c3-9b1b-d7171c187a07" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "ca486fd9-e9fc-4b5d-bd80-60ecd603cc32" + "76b92468-4ff7-47de-9e44-7cc02e6f0e27" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212130Z:ca486fd9-e9fc-4b5d-bd80-60ecd603cc32" + "EASTUS2:20211116T182706Z:76b92468-4ff7-47de-9e44-7cc02e6f0e27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:21:29 GMT" - ], "Content-Length": [ "631" ], @@ -471,35 +471,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar7872DH\": \"2021-06-29 21:20:58Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"821f4980-5d78-41d0-b3b7-c0a1ff6e5f6b\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-06-29T21:21:03.0595303+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar9910DH\": \"2021-11-16 18:26:34Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"46fd1615-78a4-4bf1-bbb1-7320ce55ecd1\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-11-16T18:26:42.9918908+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a95d863-ced5-4009-9720-80e52b0ad4f8" + "7ed0956a-bb23-46de-899f-d7617ff1b8eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;247,Microsoft.Compute/GetDedicatedHost30Min;995" ], @@ -507,27 +514,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aff78d2b-ca9f-4b09-9243-04987ac81489" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b425a236-b12d-4a24-a7d3-38e06186518a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "f8bf64e4-fd4e-47e3-81b2-da449a6009b3" + "81f4acf6-836e-4ffc-87c9-0ec576073a7c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212130Z:f8bf64e4-fd4e-47e3-81b2-da449a6009b3" + "EASTUS2:20211116T182706Z:81f4acf6-836e-4ffc-87c9-0ec576073a7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:21:29 GMT" - ], "Content-Length": [ "631" ], @@ -538,35 +538,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar7872DH\": \"2021-06-29 21:20:58Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"821f4980-5d78-41d0-b3b7-c0a1ff6e5f6b\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-06-29T21:21:03.0595303+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DH-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"crptestar9910DH\": \"2021-11-16 18:26:34Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"46fd1615-78a4-4bf1-bbb1-7320ce55ecd1\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-11-16T18:26:42.9918908+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51468175-7710-4341-9074-2f6e59ca347e" + "57ffb7e8-a629-414c-83ee-3ce7ffe70068" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost30Min;994" ], @@ -574,27 +581,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e15f0597-29f4-41d9-8683-43319ff9758c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bdad5888-ec48-41d4-b523-c3f5fadab55b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "d09f0f23-df17-4451-8093-024cee87781e" + "9c38ab19-f913-411c-9200-847d169be262" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212130Z:d09f0f23-df17-4451-8093-024cee87781e" + "EASTUS2:20211116T182706Z:9c38ab19-f913-411c-9200-847d169be262" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:21:29 GMT" - ], "Content-Length": [ "3112" ], @@ -605,40 +605,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7872DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"hosts\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\"\r\n }\r\n ],\r\n \"supportAutomaticPlacement\": true,\r\n \"instanceView\": {\r\n \"hosts\": [\r\n {\r\n \"name\": \"DH-1\",\r\n \"assetId\": \"17366436-d1ef-49cf-9377-bea274784a06\",\r\n \"availableCapacity\": {\r\n \"allocatableVMs\": [\r\n {\r\n \"vmSize\": \"Standard_E2s_v3\",\r\n \"count\": 28\r\n },\r\n {\r\n \"vmSize\": \"Standard_E4-2s_v3\",\r\n \"count\": 14\r\n },\r\n {\r\n \"vmSize\": \"Standard_E4s_v3\",\r\n \"count\": 14\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8-2s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8-4s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16-4s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16-8s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E20s_v3\",\r\n \"count\": 2\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32-8s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32-16s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E48s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64-16s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64-32s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64s_v3\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:21:03.0751582+00:00\"\r\n },\r\n {\r\n \"code\": \"HealthState/available\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Host available\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"DHG-1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9910DH/providers/Microsoft.Compute/hostGroups/DHG-1\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"hosts\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1\"\r\n }\r\n ],\r\n \"supportAutomaticPlacement\": true,\r\n \"instanceView\": {\r\n \"hosts\": [\r\n {\r\n \"name\": \"DH-1\",\r\n \"assetId\": \"0be9e017-1c7f-4976-9eb4-5314d49c1fdf\",\r\n \"availableCapacity\": {\r\n \"allocatableVMs\": [\r\n {\r\n \"vmSize\": \"Standard_E2s_v3\",\r\n \"count\": 28\r\n },\r\n {\r\n \"vmSize\": \"Standard_E4-2s_v3\",\r\n \"count\": 14\r\n },\r\n {\r\n \"vmSize\": \"Standard_E4s_v3\",\r\n \"count\": 14\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8-2s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8-4s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E8s_v3\",\r\n \"count\": 7\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16-4s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16-8s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E16s_v3\",\r\n \"count\": 3\r\n },\r\n {\r\n \"vmSize\": \"Standard_E20s_v3\",\r\n \"count\": 2\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32-8s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32-16s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E32s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E48s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64-16s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64-32s_v3\",\r\n \"count\": 1\r\n },\r\n {\r\n \"vmSize\": \"Standard_E64s_v3\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T18:26:42.9918908+00:00\"\r\n },\r\n {\r\n \"code\": \"HealthState/available\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Host available\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1/hosts/DH-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMS9ob3N0cy9ESC0xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb39590a-d10b-48e0-81d8-340bd2079620" + "5a76eef6-916c-436c-b417-f1e5cda16484" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/ec0af0f7-3c21-4751-b7d4-de18e1e347fd?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/80177df3-27a6-4987-95b2-39ed1ed0619c?p=a5f45bb9-c343-4ea2-bbb3-ebd8b9fcf06d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/ec0af0f7-3c21-4751-b7d4-de18e1e347fd?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/80177df3-27a6-4987-95b2-39ed1ed0619c?p=a5f45bb9-c343-4ea2-bbb3-ebd8b9fcf06d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -650,57 +657,57 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec0af0f7-3c21-4751-b7d4-de18e1e347fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "80177df3-27a6-4987-95b2-39ed1ed0619c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "e2521f3c-d261-496c-925b-e5fe484df914" + "0b6128b1-c921-4ac6-bb43-1fef19b46152" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212131Z:e2521f3c-d261-496c-925b-e5fe484df914" + "EASTUS2:20211116T182707Z:0b6128b1-c921-4ac6-bb43-1fef19b46152" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:21:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/ec0af0f7-3c21-4751-b7d4-de18e1e347fd?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWMwYWYwZjctM2MyMS00NzUxLWI3ZDQtZGUxOGUxZTM0N2ZkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/80177df3-27a6-4987-95b2-39ed1ed0619c?p=a5f45bb9-c343-4ea2-bbb3-ebd8b9fcf06d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvODAxNzdkZjMtMjdhNi00OTg3LTk1YjItMzllZDFlZDA2MTljP3A9YTVmNDViYjktYzM0My00ZWEyLWJiYjMtZWJkOGI5ZmNmMDZkJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], @@ -708,29 +715,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "56e4bd40-cf38-441e-a909-82519db317df" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "25edd901-361d-4a3f-8207-f6fb6c4060f7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "1eba36d8-d044-47e2-8009-f8613283914b" + "bd42a8fe-f043-4399-bf9c-fba9dc617524" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212201Z:1eba36d8-d044-47e2-8009-f8613283914b" + "EASTUS2:20211116T182737Z:bd42a8fe-f043-4399-bf9c-fba9dc617524" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:22:01 GMT" - ], "Content-Length": [ - "181" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -739,29 +739,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:21:31.12345+00:00\",\r\n \"endTime\": \"2021-06-29T21:21:31.279701+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ec0af0f7-3c21-4751-b7d4-de18e1e347fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:27:06.8982153+00:00\",\r\n \"endTime\": \"2021-11-16T18:27:07.0701035+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"80177df3-27a6-4987-95b2-39ed1ed0619c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/ec0af0f7-3c21-4751-b7d4-de18e1e347fd?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWMwYWYwZjctM2MyMS00NzUxLWI3ZDQtZGUxOGUxZTM0N2ZkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/operations/80177df3-27a6-4987-95b2-39ed1ed0619c?p=a5f45bb9-c343-4ea2-bbb3-ebd8b9fcf06d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvODAxNzdkZjMtMjdhNi00OTg3LTk1YjItMzllZDFlZDA2MTljP3A9YTVmNDViYjktYzM0My00ZWEyLWJiYjMtZWJkOGI5ZmNmMDZkJm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], @@ -769,63 +776,63 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8b59366-e03d-4fc4-ab3d-7aa115b8b39b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b237d6a0-8d04-4236-b391-50b1525015da" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "555899e1-1b2e-4e7f-b194-687ccdbf53f3" + "dbac7660-8851-4128-8ebd-a87f4cbd5db7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212201Z:555899e1-1b2e-4e7f-b194-687ccdbf53f3" + "EASTUS2:20211116T182737Z:dbac7660-8851-4128-8ebd-a87f4cbd5db7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:22:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7872DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NzJESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9910DH/providers/Microsoft.Compute/hostGroups/DHG-1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MTBESC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaG9zdEdyb3Vwcy9ESEctMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff29db31-ee64-42fe-9f9d-934c724462aa" + "9fe6afd1-8ef8-4be0-ba56-bf8b0e43c5b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeleteDedicatedHost3Min;116,Microsoft.Compute/PutDeleteDedicatedHost30Min;596" ], @@ -833,53 +840,46 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d31bf7cc-ef09-457a-983b-aa9b1db6e991" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7536fbad-3a46-4e59-8d5c-6c94e6b1a184" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "a3c8ecb6-1d51-484a-af20-3e70e178028d" + "6698a29b-e91f-4d43-84c7-7c5bff5c0bfd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212202Z:a3c8ecb6-1d51-484a-af20-3e70e178028d" + "EASTUS2:20211116T182738Z:6698a29b-e91f-4d43-84c7-7c5bff5c0bfd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:22:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7872DH?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4NzJESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9910DH?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5MTBESD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90bd6ecb-5569-4eac-9316-d87325ad177c" + "61a91c1c-5dd2-4e3d-87ab-6af091c25426" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -887,26 +887,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "399897d3-aefa-4b55-940b-0a4b11abbebf" + "0df260ce-7964-4223-80b6-227b14364922" ], "x-ms-correlation-request-id": [ - "399897d3-aefa-4b55-940b-0a4b11abbebf" + "0df260ce-7964-4223-80b6-227b14364922" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212203Z:399897d3-aefa-4b55-940b-0a4b11abbebf" + "EASTUS2:20211116T182740Z:0df260ce-7964-4223-80b6-227b14364922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -914,29 +917,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:22:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RjeVJFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RFd1JFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -944,26 +944,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:27:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11999" ], "x-ms-request-id": [ - "8d589f75-c856-4580-ba87-445e4baefe1d" + "d5252037-f778-439d-b5a0-08b4a526c71c" ], "x-ms-correlation-request-id": [ - "8d589f75-c856-4580-ba87-445e4baefe1d" + "d5252037-f778-439d-b5a0-08b4a526c71c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212219Z:8d589f75-c856-4580-ba87-445e4baefe1d" + "EASTUS2:20211116T182755Z:d5252037-f778-439d-b5a0-08b4a526c71c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -971,29 +974,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:22:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RjeVJFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RFd1JFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1001,26 +1001,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:28:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11998" ], "x-ms-request-id": [ - "c41ec6f1-607e-413b-a885-2f442d326b53" + "8399c878-44f2-44dc-bcdf-6e3377c98091" ], "x-ms-correlation-request-id": [ - "c41ec6f1-607e-413b-a885-2f442d326b53" + "8399c878-44f2-44dc-bcdf-6e3377c98091" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212234Z:c41ec6f1-607e-413b-a885-2f442d326b53" + "EASTUS2:20211116T182810Z:8399c878-44f2-44dc-bcdf-6e3377c98091" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1028,29 +1031,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:22:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RjeVJFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RFd1JFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1058,26 +1058,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:28:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11997" ], "x-ms-request-id": [ - "db096d4c-f808-42c7-8760-510fe68270de" + "d06fceca-fdd3-4c24-a720-3fff2f5d7168" ], "x-ms-correlation-request-id": [ - "db096d4c-f808-42c7-8760-510fe68270de" + "d06fceca-fdd3-4c24-a720-3fff2f5d7168" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212249Z:db096d4c-f808-42c7-8760-510fe68270de" + "EASTUS2:20211116T182825Z:d06fceca-fdd3-4c24-a720-3fff2f5d7168" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1085,29 +1088,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:22:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RjeVJFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RFd1JFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1115,20 +1115,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:28:40 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11996" ], "x-ms-request-id": [ - "e1791755-c3f5-4f53-8e99-9999dfc8fd5d" + "c53d19ec-af3b-489b-9462-dd1ba4dd12a6" ], "x-ms-correlation-request-id": [ - "e1791755-c3f5-4f53-8e99-9999dfc8fd5d" + "c53d19ec-af3b-489b-9462-dd1ba4dd12a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212304Z:e1791755-c3f5-4f53-8e99-9999dfc8fd5d" + "EASTUS2:20211116T182840Z:c53d19ec-af3b-489b-9462-dd1ba4dd12a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1136,29 +1145,77 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:23:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RFd1JFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 18:28:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "06cff435-2762-4d08-bc36-febede6747da" + ], + "x-ms-correlation-request-id": [ + "06cff435-2762-4d08-bc36-febede6747da" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T182855Z:06cff435-2762-4d08-bc36-febede6747da" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODcyREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RjeVJFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTEwREgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RFd1JFZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1166,20 +1223,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:28:55 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11994" ], "x-ms-request-id": [ - "62c18ea1-1434-4694-ab84-136a8aeef265" + "fc85d255-4b08-4867-ae7c-a9ca934fc5ad" ], "x-ms-correlation-request-id": [ - "62c18ea1-1434-4694-ab84-136a8aeef265" + "fc85d255-4b08-4867-ae7c-a9ca934fc5ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T212304Z:62c18ea1-1434-4694-ab84-136a8aeef265" + "EASTUS2:20211116T182855Z:fc85d255-4b08-4867-ae7c-a9ca934fc5ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1187,14 +1247,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:23:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1203,7 +1260,7 @@ ], "Names": { "TestNonZonalDedicatedHostGroupInstanceViewAndAutomaticPlacement": [ - "crptestar7872" + "crptestar9910" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPManagedByTests/DiskManagedByTest.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPManagedByTests/DiskManagedByTest.json index 2f8174ea8c656..1d575add30c27 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPManagedByTests/DiskManagedByTest.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPManagedByTests/DiskManagedByTest.json @@ -1,38 +1,31 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6b6820e-c9d9-4eb8-8f65-26afe37fd61d" + "29297a3f-3c82-44b8-8066-9c67a5ae4013" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:56:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -40,23 +33,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "005f7781-a0d8-48f7-b2ef-f5101d32931b" + "e29b2921-043f-40ae-8bb1-162a2880648d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "34ccfd67-680d-4882-8120-56da772c77b7" + "5b0a75f3-997b-496f-94fe-2f19a82d56b3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175628Z:34ccfd67-680d-4882-8120-56da772c77b7" + "SOUTHCENTRALUS:20220126T070737Z:5b0a75f3-997b-496f-94fe-2f19a82d56b3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:07:36 GMT" + ], "Content-Length": [ "321" ], @@ -67,41 +67,38 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar454?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ1ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7651?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2NTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar454\": \"2021-11-19 17:56:27Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7651\": \"2022-01-26 07:07:38Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "767465e8-282c-49d7-848c-7a3c01865913" + "6bc6b85e-77b1-4697-9e70-080c9d7c2a81" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:56:31 GMT" - ], "Pragma": [ "no-cache" ], @@ -109,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "af75c4d5-2cca-48a5-bc20-508327a63d8e" + "1ae49690-8f28-4781-b3da-e38dc6e5752d" ], "x-ms-correlation-request-id": [ - "af75c4d5-2cca-48a5-bc20-508327a63d8e" + "1ae49690-8f28-4781-b3da-e38dc6e5752d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175631Z:af75c4d5-2cca-48a5-bc20-508327a63d8e" + "SOUTHCENTRALUS:20220126T070741Z:1ae49690-8f28-4781-b3da-e38dc6e5752d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,8 +120,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:07:40 GMT" + ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,41 +133,38 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454\",\r\n \"name\": \"crptestar454\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar454\": \"2021-11-19 17:56:27Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651\",\r\n \"name\": \"crptestar7651\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7651\": \"2022-01-26 07:07:38Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar454?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ1ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7651?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2NTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar454\": \"2021-11-19 17:57:14Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7651\": \"2022-01-26 07:08:22Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "68660150-d744-4200-8e71-784843cd012b" + "039b4049-dc89-4fab-890e-f7d7005ef66e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:15 GMT" - ], "Pragma": [ "no-cache" ], @@ -175,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "24d4070e-8e42-485b-88ac-fbd03f444860" + "7ef847b0-805a-4ecd-a966-556db0720501" ], "x-ms-correlation-request-id": [ - "24d4070e-8e42-485b-88ac-fbd03f444860" + "7ef847b0-805a-4ecd-a966-556db0720501" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175716Z:24d4070e-8e42-485b-88ac-fbd03f444860" + "SOUTHCENTRALUS:20220126T070822Z:7ef847b0-805a-4ecd-a966-556db0720501" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,8 +186,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:22 GMT" + ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454\",\r\n \"name\": \"crptestar454\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar454\": \"2021-11-19 17:57:14Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651\",\r\n \"name\": \"crptestar7651\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7651\": \"2022-01-26 07:08:22Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Storage/storageAccounts/diskrp9754?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2Rpc2tycDk3NTQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Storage/storageAccounts/diskrp926?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA5MjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6bdeffc1-4bff-4000-9303-94e309001147" + "e3022808-4324-4a80-82d8-017af5fcb013" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:56:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1d232c42-b2a5-4b73-a7a6-d86375e4490a?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/37366fc6-0dce-427e-9770-8f05d9d393a1?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "1d232c42-b2a5-4b73-a7a6-d86375e4490a" + "37366fc6-0dce-427e-9770-8f05d9d393a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "99c396ed-033c-49ba-a6a8-a33fc269db09" + "30ced6d0-1818-45f8-b477-ddea42c22f87" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175643Z:99c396ed-033c-49ba-a6a8-a33fc269db09" + "SOUTHCENTRALUS:20220126T070753Z:30ced6d0-1818-45f8-b477-ddea42c22f87" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:07:52 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1d232c42-b2a5-4b73-a7a6-d86375e4490a?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMWQyMzJjNDItYjJhNS00YjczLWE3YTYtZDg2Mzc1ZTQ0OTBhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/37366fc6-0dce-427e-9770-8f05d9d393a1?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMzczNjZmYzYtMGRjZS00MjdlLTk3NzAtOGYwNWQ5ZDM5M2ExP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:00 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1d232c42-b2a5-4b73-a7a6-d86375e4490a?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "8656cf17-6519-4c22-a0f7-12e275e0965e" + "f5dd49bf-064f-4fed-afbe-5f4b6db38f9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "aae1ae0b-5e88-477f-afec-de1474c2a880" + "9ef97861-5ae4-4c4d-b266-815207ebca9d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175700Z:aae1ae0b-5e88-477f-afec-de1474c2a880" + "SOUTHCENTRALUS:20220126T070810Z:9ef97861-5ae4-4c4d-b266-815207ebca9d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:10 GMT" + ], "Content-Length": [ - "0" + "95" ], "Content-Type": [ - "text/plain; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1d232c42-b2a5-4b73-a7a6-d86375e4490a?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMWQyMzJjNDItYjJhNS00YjczLWE3YTYtZDg2Mzc1ZTQ0OTBhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "aa642b51-6685-49d8-b0d4-6489527e1f19" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:03 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "7c878a6e-5a35-4213-898a-7c914f5afc0a" + "431c0211-b6b8-4698-95e4-97ad548e2231" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "2c3ecf35-c986-4ce5-af73-6eb763a0dda4" + "4f1ebe7a-bf95-4d4a-9c80-5166f398a72f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175703Z:2c3ecf35-c986-4ce5-af73-6eb763a0dda4" + "SOUTHCENTRALUS:20220126T070821Z:4f1ebe7a-bf95-4d4a-9c80-5166f398a72f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:20 GMT" + ], "Content-Length": [ - "95" + "728" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Storage/storageAccounts/diskrp926\",\r\n \"name\": \"diskrp926\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:07:49.4850106Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp926.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp926.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp926.table.core.windows.net/\",\r\n \"file\": \"https://diskrp926.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Storage/storageAccounts/diskrp926?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA5MjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f13220d0-4498-4343-9622-8a233161ee3c" + "b0cdf134-294e-4d28-b983-3ec31321d5f2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "a7da0a5d-ac0a-4dad-8bcb-9d4af48a855a" + "3c0c0a63-3f5b-405a-af7c-042fddbc0976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "83c86424-bc2b-47e6-8b82-55108dd47717" + "90101e86-d916-4ea8-8052-0f5bd16760b8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175714Z:83c86424-bc2b-47e6-8b82-55108dd47717" + "SOUTHCENTRALUS:20220126T070821Z:90101e86-d916-4ea8-8052-0f5bd16760b8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:21 GMT" + ], "Content-Length": [ - "733" + "716" ], "Content-Type": [ "application/json" @@ -457,143 +457,144 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Storage/storageAccounts/diskrp9754\",\r\n \"name\": \"diskrp9754\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:56:39.7696739Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp9754.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp9754.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp9754.table.core.windows.net/\",\r\n \"file\": \"https://diskrp9754.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Storage/storageAccounts/diskrp926\",\r\n \"name\": \"diskrp926\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:07:49.4850106Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp926.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp926.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp926.table.core.windows.net/\",\r\n \"file\": \"https://diskrp926.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Storage/storageAccounts/diskrp9754?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2Rpc2tycDk3NTQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/publicIPAddresses/pip2334?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIzMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1077\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "592a4b06-9dfe-407d-ba90-796e6e403880" + "0142a5d2-8471-4c2f-9079-a7d5ca92a15b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "1" ], "x-ms-request-id": [ - "8e908b71-ea5e-4043-8919-9a72fbc1009a" + "45bc6db9-970c-493f-b95e-abf722904014" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/45bc6db9-970c-493f-b95e-abf722904014?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "d44b50b9-3d62-4718-bbbf-779ccf2a0a6b" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "46e261d9-3328-4647-9757-14d7d38fd36f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ - "43e3a2a7-e708-43f4-a3ca-a5259d3fc0f2" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175714Z:43e3a2a7-e708-43f4-a3ca-a5259d3fc0f2" + "SOUTHCENTRALUS:20220126T070832Z:d44b50b9-3d62-4718-bbbf-779ccf2a0a6b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:32 GMT" + ], "Content-Length": [ - "721" + "769" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Storage/storageAccounts/diskrp9754\",\r\n \"name\": \"diskrp9754\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:56:39.7696739Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp9754.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp9754.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp9754.table.core.windows.net/\",\r\n \"file\": \"https://diskrp9754.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"pip2334\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/publicIPAddresses/pip2334\",\r\n \"etag\": \"W/\\\"18a9e446-8181-48da-a80b-188012d62cae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"12ace5af-451a-49a8-98d1-3983a9e98108\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1077\",\r\n \"fqdn\": \"dn1077.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/publicIPAddresses/pip1103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTEwMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7963\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/45bc6db9-970c-493f-b95e-abf722904014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ1YmM2ZGI5LTk3MGMtNDkzZi1iOTVlLWFiZjcyMjkwNDAxND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "53883de7-512c-4f15-be5f-cd5382b29536" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:28 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ - "1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2" ], "x-ms-request-id": [ - "d699b738-f218-4575-a549-bbbaa451a3a5" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/d699b738-f218-4575-a549-bbbaa451a3a5?api-version=2019-09-01" + "d3fd6bb3-0285-4f68-adbc-327aa49cea41" ], "x-ms-correlation-request-id": [ - "78bd8856-5498-4b32-8868-80fa2c8ef619" - ], - "Azure-AsyncNotification": [ - "Enabled" + "f7a0e6c5-c375-48a9-bd89-d0ba30c90f98" ], "x-ms-arm-service-request-id": [ - "24b31d61-bc14-4d12-b597-59e074e6c901" + "0e2b786a-f670-4f7d-893b-249fa1275167" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175728Z:78bd8856-5498-4b32-8868-80fa2c8ef619" + "SOUTHCENTRALUS:20220126T070834Z:f7a0e6c5-c375-48a9-bd89-d0ba30c90f98" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:34 GMT" + ], "Content-Length": [ - "768" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -602,19 +603,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1103\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/publicIPAddresses/pip1103\",\r\n \"etag\": \"W/\\\"b8fdf16d-fb0e-4637-be65-9fca2b68717d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3537ca63-f38c-424f-b771-d9595b26714e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7963\",\r\n \"fqdn\": \"dn7963.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/d699b738-f218-4575-a549-bbbaa451a3a5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q2OTliNzM4LWYyMTgtNDU3NS1hNTQ5LWJiYmFhNDUxYTNhNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/45bc6db9-970c-493f-b95e-abf722904014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ1YmM2ZGI5LTk3MGMtNDkzZi1iOTVlLWFiZjcyMjkwNDAxND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +623,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "81269d2e-5aff-405b-8b12-a4d73ae8ce08" + "1d124f93-0fd0-4730-86e4-b71f61e8eed6" ], "x-ms-correlation-request-id": [ - "c8ac201e-e211-47fa-a91e-3b6ffa397633" + "46f8ecd7-f3b8-42c0-8211-778317c27296" ], "x-ms-arm-service-request-id": [ - "d1d8c494-0f83-41e7-9c03-6c48c7eb2bf7" + "8a71ec4c-6b62-46a4-a2f7-7fde8d63d9b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175729Z:c8ac201e-e211-47fa-a91e-3b6ffa397633" + "SOUTHCENTRALUS:20220126T070836Z:46f8ecd7-f3b8-42c0-8211-778317c27296" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:36 GMT" + ], "Content-Length": [ "29" ], @@ -667,15 +668,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/publicIPAddresses/pip1103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTEwMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/publicIPAddresses/pip2334?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIzMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,42 +684,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:30 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1186a47a-fce2-446b-8b50-16ccb3cd5de0\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"2f1d5e29-0a6e-46f2-bf82-5bfcb5419cdd\"" ], "x-ms-request-id": [ - "cd1d48eb-a2ac-4f19-8e62-a1ba077d547f" + "6efab97d-508b-49d2-93c6-0377927bd89d" ], "x-ms-correlation-request-id": [ - "75a85c3e-5415-49f1-b711-c82e4320d841" + "127f74df-f249-4d79-a3a3-4ea39a96178a" ], "x-ms-arm-service-request-id": [ - "6c9a3923-8cec-436e-9c41-19232fcba160" + "408fd088-53a5-4799-a8d1-cee0ac049618" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175730Z:75a85c3e-5415-49f1-b711-c82e4320d841" + "SOUTHCENTRALUS:20220126T070837Z:127f74df-f249-4d79-a3a3-4ea39a96178a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:36 GMT" + ], "Content-Length": [ - "769" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,25 +728,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1103\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/publicIPAddresses/pip1103\",\r\n \"etag\": \"W/\\\"1186a47a-fce2-446b-8b50-16ccb3cd5de0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3537ca63-f38c-424f-b771-d9595b26714e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7963\",\r\n \"fqdn\": \"dn7963.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2334\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/publicIPAddresses/pip2334\",\r\n \"etag\": \"W/\\\"2f1d5e29-0a6e-46f2-bf82-5bfcb5419cdd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"12ace5af-451a-49a8-98d1-3983a9e98108\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1077\",\r\n \"fqdn\": \"dn1077.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/publicIPAddresses/pip1103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTEwMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/publicIPAddresses/pip2334?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIzMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f30bc283-21f0-4916-8e19-e4060acd4047" + "6cea7ea2-7436-4e41-b9f3-097750ad318a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,42 +754,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:30 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1186a47a-fce2-446b-8b50-16ccb3cd5de0\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"2f1d5e29-0a6e-46f2-bf82-5bfcb5419cdd\"" ], "x-ms-request-id": [ - "3ba2ac92-3d2a-4d18-999d-aa2fb7578b82" + "fdd4e24f-08a1-424f-88cd-ff601ae3f301" ], "x-ms-correlation-request-id": [ - "a9759349-1b51-48e4-ab25-1f55058efc20" + "d0b48a79-b708-4abb-bf88-5aefc8462dd5" ], "x-ms-arm-service-request-id": [ - "78dfbe6a-3122-4efd-8875-23e41212190c" + "c7d4ecc7-29ba-4c17-9bec-fed0253e3705" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175730Z:a9759349-1b51-48e4-ab25-1f55058efc20" + "SOUTHCENTRALUS:20220126T070837Z:d0b48a79-b708-4abb-bf88-5aefc8462dd5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:37 GMT" + ], "Content-Length": [ - "769" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -797,25 +798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1103\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/publicIPAddresses/pip1103\",\r\n \"etag\": \"W/\\\"1186a47a-fce2-446b-8b50-16ccb3cd5de0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3537ca63-f38c-424f-b771-d9595b26714e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7963\",\r\n \"fqdn\": \"dn7963.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2334\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/publicIPAddresses/pip2334\",\r\n \"etag\": \"W/\\\"2f1d5e29-0a6e-46f2-bf82-5bfcb5419cdd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"12ace5af-451a-49a8-98d1-3983a9e98108\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1077\",\r\n \"fqdn\": \"dn1077.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTM3OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk0MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6227\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5395\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9d6272e-73db-4f02-9be8-f4321e724b05" + "cc055c7c-a202-4e15-ad15-aa117cf3b439" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -829,48 +830,48 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:33 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "e8cabaf5-66a0-49b8-855d-ac1f513bd30f" + "2f057088-2f7d-4934-bb04-54326ce6fea3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/e8cabaf5-66a0-49b8-855d-ac1f513bd30f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2f057088-2f7d-4934-bb04-54326ce6fea3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e1345ef8-dad0-44bd-9d41-cc58d95c9d16" + "613c6379-1c2f-4991-a232-0e38cac88c7f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "202f8ed2-2ba3-4485-b8f8-7d323f5386e4" + "4423f789-b5be-40b0-b3bc-c9eaa7d8a576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175733Z:e1345ef8-dad0-44bd-9d41-cc58d95c9d16" + "SOUTHCENTRALUS:20220126T070843Z:613c6379-1c2f-4991-a232-0e38cac88c7f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:43 GMT" + ], "Content-Length": [ - "1216" + "1218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -879,19 +880,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1378\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378\",\r\n \"etag\": \"W/\\\"d2683651-b366-4223-ae0d-4ee2a4712824\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f81a35ea-467e-43ee-9ca0-f994b48ef207\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6227\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227\",\r\n \"etag\": \"W/\\\"d2683651-b366-4223-ae0d-4ee2a4712824\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424\",\r\n \"etag\": \"W/\\\"edf7c52c-6ebd-4a1b-beaa-cb7b9dd484fa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6d6c215a-203c-4524-9e87-b4fb2d14d9f6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5395\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395\",\r\n \"etag\": \"W/\\\"edf7c52c-6ebd-4a1b-beaa-cb7b9dd484fa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/e8cabaf5-66a0-49b8-855d-ac1f513bd30f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4Y2FiYWY1LTY2YTAtNDliOC04NTVkLWFjMWY1MTNiZDMwZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2f057088-2f7d-4934-bb04-54326ce6fea3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJmMDU3MDg4LTJmN2QtNDkzNC1iYjA0LTU0MzI2Y2U2ZmVhMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -899,37 +900,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "2a287cac-97e7-473f-a2fd-4c54c50a2bdf" + "fbef5edc-ecfb-49a0-82ac-5ea1d5ae42c2" ], "x-ms-correlation-request-id": [ - "7f0adcaa-e443-485a-9538-398120699059" + "cd24cf2b-32e7-4215-a735-25855d517a5a" ], "x-ms-arm-service-request-id": [ - "96d409ba-48fb-4493-abd5-935221670d35" + "1396e6f6-e985-4976-8375-e8cc0e19bbc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175737Z:7f0adcaa-e443-485a-9538-398120699059" + "SOUTHCENTRALUS:20220126T070846Z:cd24cf2b-32e7-4215-a735-25855d517a5a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:46 GMT" + ], "Content-Length": [ "29" ], @@ -944,15 +945,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTM3OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk0MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,42 +961,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:37 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0de6ac25-5853-428b-93ab-0a945dd0b0a0\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"246c01aa-ebba-4298-8aa6-717d1190aaf9\"" ], "x-ms-request-id": [ - "32bf30fb-4b40-49ff-86c4-d6697a9b8e51" + "29ba276d-19ac-4653-9b17-ffbb8736a035" ], "x-ms-correlation-request-id": [ - "27ec4a87-52a3-4667-98ac-4cf5406f6da6" + "9f2bc1be-b4a5-4bb1-a7ad-7c847bb155d2" ], "x-ms-arm-service-request-id": [ - "2f621ff3-c2ab-4ae5-a141-a945382f9eec" + "de2dbf58-e6ff-465a-9afe-1218c922b9db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175737Z:27ec4a87-52a3-4667-98ac-4cf5406f6da6" + "SOUTHCENTRALUS:20220126T070847Z:9f2bc1be-b4a5-4bb1-a7ad-7c847bb155d2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:47 GMT" + ], "Content-Length": [ - "1218" + "1220" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1004,25 +1005,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1378\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378\",\r\n \"etag\": \"W/\\\"0de6ac25-5853-428b-93ab-0a945dd0b0a0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f81a35ea-467e-43ee-9ca0-f994b48ef207\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6227\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227\",\r\n \"etag\": \"W/\\\"0de6ac25-5853-428b-93ab-0a945dd0b0a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424\",\r\n \"etag\": \"W/\\\"246c01aa-ebba-4298-8aa6-717d1190aaf9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6d6c215a-203c-4524-9e87-b4fb2d14d9f6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5395\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395\",\r\n \"etag\": \"W/\\\"246c01aa-ebba-4298-8aa6-717d1190aaf9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTM3OC9zdWJuZXRzL3NuNjIyNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk0MjQvc3VibmV0cy9zbjUzOTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d230aaa-776b-445e-9cb9-736162e85f9b" + "0aa52682-e6a7-4017-8009-1abec17e4f4b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1030,42 +1031,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:37 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0de6ac25-5853-428b-93ab-0a945dd0b0a0\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"246c01aa-ebba-4298-8aa6-717d1190aaf9\"" ], "x-ms-request-id": [ - "2fd70e33-3973-411e-8778-1fd91c95b77b" + "e6ad6dce-8149-48f1-98b7-7070a97c1da7" ], "x-ms-correlation-request-id": [ - "ad8b155e-4bac-45fd-806b-102dbc3197d8" + "cf66de36-d6eb-47d6-ad1e-22bbef8ca2a0" ], "x-ms-arm-service-request-id": [ - "86fc6d20-c17d-41dc-a74a-9746b4181885" + "035b2918-d492-4999-a219-be32c3abf137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175737Z:ad8b155e-4bac-45fd-806b-102dbc3197d8" + "SOUTHCENTRALUS:20220126T070847Z:cf66de36-d6eb-47d6-ad1e-22bbef8ca2a0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:47 GMT" + ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1074,77 +1075,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6227\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227\",\r\n \"etag\": \"W/\\\"0de6ac25-5853-428b-93ab-0a945dd0b0a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5395\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395\",\r\n \"etag\": \"W/\\\"246c01aa-ebba-4298-8aa6-717d1190aaf9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6227\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227\"\r\n }\r\n },\r\n \"name\": \"ip6644\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5395\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395\"\r\n }\r\n },\r\n \"name\": \"ip1222\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b2125065-9310-4340-b81d-e7e24cd8e613" + "d8b7707a-ce80-4940-829b-2d9848c22c19" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "ae7cb78b-a0fc-4526-aaf3-5dc5676acbd6" + "6b82dc9a-43a7-428b-bb3b-ca1bb651b33f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/ae7cb78b-a0fc-4526-aaf3-5dc5676acbd6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6b82dc9a-43a7-428b-bb3b-ca1bb651b33f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "cf10f46a-ee12-4926-b4be-133f223272fd" + "736cb8a9-92d6-46d7-ba7a-2e555ddd67ac" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0eb9183c-82da-4e74-9cfa-a97032b3be8e" + "61211950-b011-4398-88d0-07385ce577fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175743Z:cf10f46a-ee12-4926-b4be-133f223272fd" + "SOUTHCENTRALUS:20220126T070851Z:736cb8a9-92d6-46d7-ba7a-2e555ddd67ac" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:51 GMT" + ], "Content-Length": [ - "1625" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1153,19 +1154,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic711\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\",\r\n \"etag\": \"W/\\\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2602a9b2-9dea-42d5-a0c5-690eedc7e44d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6644\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711/ipConfigurations/ip6644\",\r\n \"etag\": \"W/\\\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227\"\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\": \"3i0rv4d4i1xehhfa5gkljdxsah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1006\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\",\r\n \"etag\": \"W/\\\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e45db390-71e9-4004-9fce-86ad34d4073e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1222\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006/ipConfigurations/ip1222\",\r\n \"etag\": \"W/\\\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395\"\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\": \"liqwy1j2easelhuhwt3s0fgz4g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,42 +1174,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:43 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\"" ], "x-ms-request-id": [ - "92100e82-2218-4a0b-9f76-f13d37dea309" + "78e7a3be-1206-4820-ab5b-7f55717d8b9b" ], "x-ms-correlation-request-id": [ - "97c44eeb-301c-489e-ac01-710af00be358" + "255007f5-fe3e-47df-8dea-3d8e44c2cc34" ], "x-ms-arm-service-request-id": [ - "77ac6d69-f9a1-4a99-95ee-23de3e4ceab4" + "01f6842b-6459-44a6-8451-89cafdd2c358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175743Z:97c44eeb-301c-489e-ac01-710af00be358" + "SOUTHCENTRALUS:20220126T070852Z:255007f5-fe3e-47df-8dea-3d8e44c2cc34" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:52 GMT" + ], "Content-Length": [ - "1625" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1217,25 +1218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic711\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\",\r\n \"etag\": \"W/\\\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2602a9b2-9dea-42d5-a0c5-690eedc7e44d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6644\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711/ipConfigurations/ip6644\",\r\n \"etag\": \"W/\\\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227\"\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\": \"3i0rv4d4i1xehhfa5gkljdxsah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1006\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\",\r\n \"etag\": \"W/\\\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e45db390-71e9-4004-9fce-86ad34d4073e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1222\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006/ipConfigurations/ip1222\",\r\n \"etag\": \"W/\\\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395\"\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\": \"liqwy1j2easelhuhwt3s0fgz4g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f329e16-9fe5-4f68-91da-580ff99869b8" + "fb5c2cf5-0908-4275-a612-73be34e67ed7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1243,42 +1244,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:43 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\"" ], "x-ms-request-id": [ - "9eb877f1-4f40-4db2-93ba-8a580e32dc60" + "386f1a45-4496-4713-a4e9-a4e858ffec61" ], "x-ms-correlation-request-id": [ - "bd9e5799-e403-4a88-9e65-a0f7bfd80884" + "5991e5ae-a4bf-4d6c-8577-e4767788fb20" ], "x-ms-arm-service-request-id": [ - "fcbcd696-ff7c-49c8-aee2-b4786e140c2f" + "34fad00a-d33b-4403-b9bf-2ec1a8b73da7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175743Z:bd9e5799-e403-4a88-9e65-a0f7bfd80884" + "SOUTHCENTRALUS:20220126T070852Z:5991e5ae-a4bf-4d6c-8577-e4767788fb20" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:08:52 GMT" + ], "Content-Length": [ - "1625" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1287,26 +1288,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic711\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\",\r\n \"etag\": \"W/\\\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2602a9b2-9dea-42d5-a0c5-690eedc7e44d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6644\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711/ipConfigurations/ip6644\",\r\n \"etag\": \"W/\\\"fc8be6a8-877f-4fb1-abc7-03d3b91daf0b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/virtualNetworks/vn1378/subnets/sn6227\"\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\": \"3i0rv4d4i1xehhfa5gkljdxsah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1006\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\",\r\n \"etag\": \"W/\\\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e45db390-71e9-4004-9fce-86ad34d4073e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1222\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006/ipConfigurations/ip1222\",\r\n \"etag\": \"W/\\\"dba1dfad-30ea-48a9-84d5-58f10d59e33c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/virtualNetworks/vn9424/subnets/sn5395\"\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\": \"liqwy1j2easelhuhwt3s0fgz4g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/availabilitySets/avSet3519?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hdlNldDM1MTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/availabilitySets/avSet7246?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXZTZXQ3MjQ2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0c216ffe-f7bd-44f9-994f-0e3bcd8e8836" + "7a1ef0a6-82c9-4e78-a989-345eafc9870b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1319,16 +1320,9 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:53 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1336,22 +1330,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6510d3e5-5fc8-4d78-8aed-930edcb65d09" + "060b462b-0c47-46e5-a31f-84a8b11f0fd0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "da6faf0b-6036-4986-84d7-6b274ef82bfa" + "ab4a3373-5168-41f9-989a-be913f7af08b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175754Z:da6faf0b-6036-4986-84d7-6b274ef82bfa" + "SOUTHCENTRALUS:20220126T070903Z:ab4a3373-5168-41f9-989a-be913f7af08b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:09:03 GMT" + ], "Content-Length": [ - "449" + "450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1360,53 +1361,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"avSet3519\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/availabilitySets/avSet3519\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"avSet7246\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/availabilitySets/avSet7246\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtODE1OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg0Nzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/availabilitySets/avSet3519\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/availabilitySets/avSet7246\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d85e406-221a-4876-a11d-a16419d36920" + "83744944-3991-4186-aef7-9ce43fc843d3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1439" + "1442" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:57:58 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5c26456c-6790-4ea6-82b0-81729891f105?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4162b7ea-42a1-470c-914d-f88a7089a117?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1418,22 +1412,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5c26456c-6790-4ea6-82b0-81729891f105" + "4162b7ea-42a1-470c-914d-f88a7089a117" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "e1f42da5-7a76-463c-8c00-371656dd06ed" + "9729f9c4-6f50-4b2e-9398-0f6085518b68" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175759Z:e1f42da5-7a76-463c-8c00-371656dd06ed" + "SOUTHCENTRALUS:20220126T070908Z:9729f9c4-6f50-4b2e-9398-0f6085518b68" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:09:08 GMT" + ], "Content-Length": [ - "2319" + "2380" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1442,39 +1443,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8158\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"05870a87-05d3-42e3-8c30-3a755744ed19\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/availabilitySets/AVSET3519\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8479\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2362f152-11f1-44bc-81e3-34b063329756\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/availabilitySets/AVSET7246\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-26T01:09:06.4606744-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5c26456c-6790-4ea6-82b0-81729891f105?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMjY0NTZjLTY3OTAtNGVhNi04MmIwLTgxNzI5ODkxZjEwNT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4162b7ea-42a1-470c-914d-f88a7089a117?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxNjJiN2VhLTQyYTEtNDcwYy05MTRkLWY4OGE3MDg5YTExNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:58:10 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1482,20 +1476,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c195a9b3-370e-4a47-b1cf-12d9189c1564" + "82e134a9-c90d-47bc-b728-f73f14d5c915" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "a24a046a-6c69-4f3e-bc03-c07157d4c91c" + "5039ff5c-9029-4608-838c-bf61524d241b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175810Z:a24a046a-6c69-4f3e-bc03-c07157d4c91c" + "SOUTHCENTRALUS:20220126T070918Z:5039ff5c-9029-4608-838c-bf61524d241b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:09:18 GMT" + ], "Content-Length": [ "134" ], @@ -1506,36 +1507,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:57:57.6062053-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c26456c-6790-4ea6-82b0-81729891f105\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:09:06.3981209-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4162b7ea-42a1-470c-914d-f88a7089a117\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5c26456c-6790-4ea6-82b0-81729891f105?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMjY0NTZjLTY3OTAtNGVhNi04MmIwLTgxNzI5ODkxZjEwNT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4162b7ea-42a1-470c-914d-f88a7089a117?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxNjJiN2VhLTQyYTEtNDcwYy05MTRkLWY4OGE3MDg5YTExNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:58:59 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1543,20 +1537,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f1ee432-d07f-43bd-93b8-e4a014b14494" + "8b4daff1-5f07-4e2d-8c8c-c7440f85152b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "3c6993e9-5312-40cb-9303-26a22382e9ee" + "a0189ce5-b178-4ad3-baac-72b071cdf39a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175900Z:3c6993e9-5312-40cb-9303-26a22382e9ee" + "SOUTHCENTRALUS:20220126T071009Z:a0189ce5-b178-4ad3-baac-72b071cdf39a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:10:08 GMT" + ], "Content-Length": [ "134" ], @@ -1567,59 +1568,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:57:57.6062053-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c26456c-6790-4ea6-82b0-81729891f105\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:09:06.3981209-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4162b7ea-42a1-470c-914d-f88a7089a117\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5c26456c-6790-4ea6-82b0-81729891f105?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMjY0NTZjLTY3OTAtNGVhNi04MmIwLTgxNzI5ODkxZjEwNT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4162b7ea-42a1-470c-914d-f88a7089a117?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxNjJiN2VhLTQyYTEtNDcwYy05MTRkLWY4OGE3MDg5YTExNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:59:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "21b8cec0-b998-4d7e-88b7-063898676edd" + "8b66e09a-f7bc-417e-8423-807eca71c639" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "50afbebc-baea-4126-ab3a-66c6fcc8727e" + "54f1b537-8a69-44a4-8ce8-b6c65eb1eee8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175950Z:50afbebc-baea-4126-ab3a-66c6fcc8727e" + "SOUTHCENTRALUS:20220126T071059Z:54f1b537-8a69-44a4-8ce8-b6c65eb1eee8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:10:59 GMT" + ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1628,59 +1629,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:57:57.6062053-05:00\",\r\n \"endTime\": \"2021-11-19T12:59:44.4670024-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5c26456c-6790-4ea6-82b0-81729891f105\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:09:06.3981209-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4162b7ea-42a1-470c-914d-f88a7089a117\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtODE1OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4162b7ea-42a1-470c-914d-f88a7089a117?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxNjJiN2VhLTQyYTEtNDcwYy05MTRkLWY4OGE3MDg5YTExNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:59:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bf9ad1d2-1495-4d6c-9508-1ec3812bea41" + "ac9c4309-8923-4b3c-a04d-f7968981b91d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "00b9e37b-cd59-4e23-9bcd-104a2cd15659" + "acc37be2-3ab9-42fb-8cdd-76abf3ff1503" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175951Z:00b9e37b-cd59-4e23-9bcd-104a2cd15659" + "SOUTHCENTRALUS:20220126T071149Z:acc37be2-3ab9-42fb-8cdd-76abf3ff1503" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:11:49 GMT" + ], "Content-Length": [ - "2709" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1689,65 +1690,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8158\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"05870a87-05d3-42e3-8c30-3a755744ed19\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/availabilitySets/AVSET3519\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8158_disk2_896ae43f7c84490ebd12e9fdd4a8a371\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/vm8158_disk2_896ae43f7c84490ebd12e9fdd4a8a371\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:09:06.3981209-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4162b7ea-42a1-470c-914d-f88a7089a117\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtODE1OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4162b7ea-42a1-470c-914d-f88a7089a117?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxNjJiN2VhLTQyYTEtNDcwYy05MTRkLWY4OGE3MDg5YTExNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "58915d4f-b3a0-43e5-bdc6-e74ef2b70948" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:59:51 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4926ed8d-9a72-4f08-a41a-198fa7895024" + "d1c8b0a2-e403-4080-884c-85601e908ae6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "126440dd-f259-4620-af93-714504bc21ca" + "51a93cc9-d686-432b-b26b-85e95aebff99" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175951Z:126440dd-f259-4620-af93-714504bc21ca" + "SOUTHCENTRALUS:20220126T071240Z:51a93cc9-d686-432b-b26b-85e95aebff99" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:12:39 GMT" + ], "Content-Length": [ - "2709" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1756,63 +1751,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8158\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"05870a87-05d3-42e3-8c30-3a755744ed19\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/availabilitySets/AVSET3519\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8158_disk2_896ae43f7c84490ebd12e9fdd4a8a371\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/vm8158_disk2_896ae43f7c84490ebd12e9fdd4a8a371\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:09:06.3981209-06:00\",\r\n \"endTime\": \"2022-01-26T01:12:03.351341-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4162b7ea-42a1-470c-914d-f88a7089a117\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg0Nzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "352a6ac2-597e-4d01-8094-a5c303320b33" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:59:51 GMT" - ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ - "a1cb5706-e70f-451b-84df-1ca6e177982b", - "7c067200-7662-4ba5-b98b-b9ccf892077a", - "954732f0-110f-4a83-812a-be79c308b49c" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f656b8b-0b18-40a4-9126-d850492fc0d8" + "d846f3a1-5e9e-49ed-b441-83f16682c326" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "x-ms-correlation-request-id": [ - "3f656b8b-0b18-40a4-9126-d850492fc0d8" + "5b123d7d-869d-46aa-b2c1-d75cb8ad9603" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175951Z:3f656b8b-0b18-40a4-9126-d850492fc0d8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "SOUTHCENTRALUS:20220126T071240Z:5b123d7d-869d-46aa-b2c1-d75cb8ad9603" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:12:40 GMT" + ], "Content-Length": [ - "22067" + "2772" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1821,68 +1812,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm8158\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR454/providers/Microsoft.Compute/virtualMachines/vm8158\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"05870a87-05d3-42e3-8c30-3a755744ed19\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR454/providers/Microsoft.Compute/availabilitySets/AVSET3519\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8158_disk2_896ae43f7c84490ebd12e9fdd4a8a371\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/vm8158_disk2_896ae43f7c84490ebd12e9fdd4a8a371\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Network/networkInterfaces/nic711\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest9lq9hxuz\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b8d7764f-017b-447f-b0d9-733a791a6deb\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmj9tu8vnc8\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicjkvpubgx9\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestaff4xjql\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cf859556-0076-4004-b97c-d4c335ba84ec\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmszb6i3x05\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicqx8x80hho\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestd5gicn61\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"tagname883\": \"taglsrsaxvyd\",\r\n \"tagname0lv\": \"tagtithksgbg\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe403db9-389e-44d5-8cb5-012348e63e44\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvm1cmif2gab\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicx3yz80058\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_860252d9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"39d2303c-988d-4582-b69a-5e753219dc02\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc0XUJ76V\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-c5e657b3-eab2-4f7a-8d51-0e507b289cf5\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_fe9a223c\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4bd05777-9109-404b-8f92-c830008c5e0a\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc00DYOJO\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-34d550bc-c1fd-4b88-92cc-a2e2962551e3\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestruc00wfw\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"863d63d2-6150-4a94-a842-bdb4152cfafc\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmo0huhiuix\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnichxi7jf8\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab956dd0-cd2c-4f25-a745-b6eea7518fd7\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4770.2111050154\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"TestVMRpLimit\",\r\n \"adminUsername\": \"sudheera513\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/sukodavaRpLimit/providers/Microsoft.Network/networkInterfaces/testvmrplimit295\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9601\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66270a1e-40f8-480a-a9e8-1eac64218ddb\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Network/networkInterfaces/nic9338\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8479\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2362f152-11f1-44bc-81e3-34b063329756\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/availabilitySets/AVSET7246\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8479_disk2_57fa1dc46a754817a4cdf4180666a8f0\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/vm8479_disk2_57fa1dc46a754817a4cdf4180666a8f0\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:09:06.4606744-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/test?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvdGVzdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg0Nzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "197b69fa-55c6-4472-93c9-4535f4cac4df" + "cd17e543-95f6-4add-939c-fb83a86f8105" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:59:52 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14997,Microsoft.Compute/LowCostGet30Min;119973" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" - ], "x-ms-request-id": [ - "038886cf-2db6-4f22-9b5d-91d7343daefb" + "7881d4bb-a4b9-47e1-aed6-6488ea465a47" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "33ae7f9f-702e-4b3f-a0df-85ab88fd1493" + "e3dc262e-7e7f-4859-a6b7-1c902f689e35" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175952Z:33ae7f9f-702e-4b3f-a0df-85ab88fd1493" + "SOUTHCENTRALUS:20220126T071240Z:e3dc262e-7e7f-4859-a6b7-1c902f689e35" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:12:40 GMT" + ], "Content-Length": [ - "1543" + "2772" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1891,158 +1879,292 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"test\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/test\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:57:58.0652912-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"1186a6d6-09d8-4773-90be-dc1086f7344e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8479\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2362f152-11f1-44bc-81e3-34b063329756\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/availabilitySets/AVSET7246\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8479_disk2_57fa1dc46a754817a4cdf4180666a8f0\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/vm8479_disk2_57fa1dc46a754817a4cdf4180666a8f0\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:09:06.4606744-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtODE1OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9a378a5-9e10-4503-a076-e2c100334c46" + "7fa802a7-7801-40e6-85f4-a096af959a54" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:59:53 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/31165901-ee25-4575-8e84-2ea2f1848346?p=50060168-a248-4086-ab60-3332e7087553&monitor=true&api-version=2021-07-01" - ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/31165901-ee25-4575-8e84-2ea2f1848346?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" + "x-ms-original-request-ids": [ + "7f86757d-3f47-4681-b712-a0c1bafcf68a", + "5ee1bcf8-c8e5-46d3-93c7-7af34c340785", + "6ed69453-f28b-4794-8f82-9a4ea9d57f3a", + "d1cb357d-a332-4a74-9b44-48258833ced7", + "e153b634-4533-44f9-96fe-16bf7a22ac95" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-request-id": [ - "31165901-ee25-4575-8e84-2ea2f1848346" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "6a8a99ed-fa0f-413c-8882-97c10d157db0" ], "x-ms-correlation-request-id": [ - "894cb80c-cc59-43c4-9e0c-6621dc33d037" + "6a8a99ed-fa0f-413c-8882-97c10d157db0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T175953Z:894cb80c-cc59-43c4-9e0c-6621dc33d037" + "SOUTHCENTRALUS:20220126T071241Z:6a8a99ed-fa0f-413c-8882-97c10d157db0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:12:40 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "51875" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmregional\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"eb4d5110-0181-4a38-8ba7-ecf333f01c60\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Compute/disks/vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmregional\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Network/networkInterfaces/vmregional278\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T07:33:48.8228201-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vadsandorvcpu\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORVCPU/providers/Microsoft.Compute/virtualMachines/vadsandorvcpu\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"911776fd-7f36-41a1-abb0-a9c2dbe59f8b\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_F64s_v2\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\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.4908.220116\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vadsandorvcpu_OsDisk_1_31d2874af53f4a15b4d598226eb72b86\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorvcpu/providers/Microsoft.Compute/disks/vadsandorvcpu_OsDisk_1_31d2874af53f4a15b4d598226eb72b86\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vadsandorvcpu\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorvcpu/providers/Microsoft.Network/networkInterfaces/vadsandorvcpu\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-24T14:46:11.3465527-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORVCPU/providers/Microsoft.Compute/virtualMachines/vadsandorvcpu/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORVCPU/providers/Microsoft.Compute/virtualMachines/vadsandorvcpu/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmzonal1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9ef53f7a-4eea-4171-9362-c91d114f4df4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Compute/disks/vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmzonal1\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Network/networkInterfaces/vmzonal1253_z1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T07:30:20.260249-06:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps1892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2728141-96d9-4a73-b70f-b2ce452ed6c4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Compute/disks/vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps1892\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Network/networkInterfaces/vcrptestps1892\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T09:45:03.9656475-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8eb034eb-f3d8-4ca7-a87a-92647df89773\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a0336379-681d-47d1-b696-eeda5cbf0f2f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Compute/disks/vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Network/networkInterfaces/niccrptestps2336\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T13:34:57.4803052-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps2914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fc349a9d-e0ac-42c9-bd5a-80584a31f049\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Compute/disks/vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps2914\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Network/networkInterfaces/vcrptestps2914\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T09:30:48.7770595-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps6175\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"16bcc311-d7e6-41f7-b54e-f989fb38c6b3\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e67faf28-c722-4392-b4a5-10d39a8ac04a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3125.2112070401\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Compute/disks/vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Network/networkInterfaces/niccrptestps6175\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"timeCreated\": \"2022-01-11T12:20:52.6476202-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmrepairtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e0d7d54c-13e3-4af5-abbe-59f0c4d681c9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmrepairtest\",\r\n \"adminUsername\": \"haider\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Network/networkInterfaces/vmrepairtestVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T13:06:18.5983396-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"552c4e8e-8ad6-4ff0-ad3b-879f8e86ca1c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T14:14:10.2669215-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c0aa0ce-5581-4526-8b7e-9d793732be22\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213202933\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213202933\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T14:30:57.0289026-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d171b9d-5856-49fd-9824-4c7781a76b1a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213203338\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213203338\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T14:35:05.952441-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c3aefa67-9bf3-4788-98b9-e229844d8c77\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haahga\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T14:41:54.909144-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"612387aa-9504-47ed-9000-12a4ac7cc81e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy2\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T14:51:16.8506381-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"62041c75-41c5-43e6-a637-c6c124f5496d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211217070230\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211217070230\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-17T01:04:17.9747511-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6966eaa0-f08a-4d28-95d7-0075ff81cfa0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20220103162935\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20220103162935\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-03T10:30:48.2641165-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Sent3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5cfd5ef4-8af5-4be4-8dbf-d53eab0a5796\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20144.2110070052\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Sent3\",\r\n \"adminUsername\": \"testuser1\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Network/networkInterfaces/Sent3\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-03T06:38:22.9746821-05:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"mybrokenvm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90683402-2258-4e4c-bc36-dda7489ed60e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"windowsserver-gen2preview\",\r\n \"sku\": \"2019-datacenter-gen2\",\r\n \"version\": \"2019.0.20190620\",\r\n \"exactVersion\": \"2019.0.20190620\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"mybrokenvm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Network/networkInterfaces/mybrokenvmVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T23:17:52.4509306-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-02-05T13:11:17.0944462-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VmSdk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f383336-3ce6-4079-bb79-81caef647315\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2237.2110070715\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"VmSdk\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/vmsdk446\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-10-31T16:56:23.2090229-05:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"haagha-SDKtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f1bd57ae-267e-4c7c-aaa6-9b8aab799eeb\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftvisualstudio\",\r\n \"offer\": \"visualstudio2019\",\r\n \"sku\": \"vs-2019-ent-win10-n\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"2021.01.13\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Compute/disks/haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"haagha-SDKtest\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Network/networkInterfaces/haagha-sdktest874\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T16:56:51.0825308-06:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm8479\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7651/providers/Microsoft.Compute/virtualMachines/vm8479\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2362f152-11f1-44bc-81e3-34b063329756\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7651/providers/Microsoft.Compute/availabilitySets/AVSET7246\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8479_disk2_57fa1dc46a754817a4cdf4180666a8f0\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/vm8479_disk2_57fa1dc46a754817a4cdf4180666a8f0\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Network/networkInterfaces/nic1006\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:09:06.4606744-06:00\"\r\n }\r\n },\r\n {\r\n \"name\": \"vcrptestps1300\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1300/providers/Microsoft.Compute/virtualMachines/vcrptestps1300\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1312337f-7cdf-4d68-9337-1385baebcdc4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_F64s_v2\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\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.4908.220116\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps1300_OsDisk_1_1b293de43eb6477c9fd71a26c7a57e7b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1300/providers/Microsoft.Compute/disks/vcrptestps1300_OsDisk_1_1b293de43eb6477c9fd71a26c7a57e7b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps1300\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1300/providers/Microsoft.Network/networkInterfaces/vcrptestps1300\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-24T15:37:27.3199163-06:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1300/providers/Microsoft.Compute/virtualMachines/vcrptestps1300/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1300/providers/Microsoft.Compute/virtualMachines/vcrptestps1300/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/virtualMachines/vm8158?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtODE1OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/test?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL3Rlc3Q/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99038af3-9207-40f0-85f6-ec951e95aec0" + "86ad4120-5ed3-4c2a-bb77-120fe5479064" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:00:34 GMT" - ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "bf22254a-89c5-4c2c-b03b-33e09f30cf73_132663661012465927" ], "x-ms-request-id": [ - "e2db4fa1-5c43-47d0-add2-cb2d15adb6a5" + "c9617dae-849f-4c5b-a245-fddc4bed5d2d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-correlation-request-id": [ - "e2db4fa1-5c43-47d0-add2-cb2d15adb6a5" + "4484af4e-2928-4a1f-bbaf-5cde78b2f645" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180034Z:e2db4fa1-5c43-47d0-add2-cb2d15adb6a5" + "SOUTHCENTRALUS:20220126T071242Z:4484af4e-2928-4a1f-bbaf-5cde78b2f645" ], - "Strict-Transport-Security": [ + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:12:41 GMT" + ], + "Content-Length": [ + "1580" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"test\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/test\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-26T01:09:06.6877357-06:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"8c44663c-8fd9-49cb-b9f2-cbbc8d1ec1ac\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg0Nzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab4d16d4-5bc3-410b-a56a-53942a5bbd92" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4739f6bc-0716-4727-9860-b81726695dae?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4739f6bc-0716-4727-9860-b81726695dae?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" + ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "4739f6bc-0716-4727-9860-b81726695dae" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "dd269b7c-9c45-4206-9ae7-d59f26d0d98b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T071242Z:dd269b7c-9c45-4206-9ae7-d59f26d0d98b" + ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:12:42 GMT" + ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/31165901-ee25-4575-8e84-2ea2f1848346?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxMTY1OTAxLWVlMjUtNDU3NS04ZTg0LTJlYTJmMTg0ODM0Nj9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/virtualMachines/vm8479?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg0Nzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "06081c9f-0b13-4ce5-874a-a22de4cce743" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-request-id": [ + "4e26b3a8-8e2e-4902-9055-97763866cfcc" + ], + "x-ms-correlation-request-id": [ + "4e26b3a8-8e2e-4902-9055-97763866cfcc" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T071354Z:4e26b3a8-8e2e-4902-9055-97763866cfcc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Fri, 19 Nov 2021 18:00:03 GMT" + "Wed, 26 Jan 2022 07:13:53 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4739f6bc-0716-4727-9860-b81726695dae?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ3MzlmNmJjLTA3MTYtNDcyNy05ODYwLWI4MTcyNjY5NWRhZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -2050,31 +2172,34 @@ "Retry-After": [ "30" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "387bba8b-b6f3-49bc-8e5d-93d93af12e11" + "b63b0367-1c8b-4bdc-b1b8-158b97b17a10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-correlation-request-id": [ - "697cb924-e232-4e30-84c6-496291745993" + "30ea5cf3-4b35-45a1-87bb-119116812b59" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180003Z:697cb924-e232-4e30-84c6-496291745993" + "SOUTHCENTRALUS:20220126T071252Z:30ea5cf3-4b35-45a1-87bb-119116812b59" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:12:52 GMT" + ], "Content-Length": [ "134" ], @@ -2085,57 +2210,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:59:53.2014437-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"31165901-ee25-4575-8e84-2ea2f1848346\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:12:42.5544543-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4739f6bc-0716-4727-9860-b81726695dae\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/31165901-ee25-4575-8e84-2ea2f1848346?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxMTY1OTAxLWVlMjUtNDU3NS04ZTg0LTJlYTJmMTg0ODM0Nj9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4739f6bc-0716-4727-9860-b81726695dae?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ3MzlmNmJjLTA3MTYtNDcyNy05ODYwLWI4MTcyNjY5NWRhZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:00:33 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9171a87d-c28e-4115-b22a-e701a8440252" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "b75772d7-ce71-43e4-9164-b14a4b0782c5" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T071323Z:b75772d7-ce71-43e4-9164-b14a4b0782c5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:13:22 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:12:42.5544543-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4739f6bc-0716-4727-9860-b81726695dae\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4739f6bc-0716-4727-9860-b81726695dae?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ3MzlmNmJjLTA3MTYtNDcyNy05ODYwLWI4MTcyNjY5NWRhZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "224d6f52-177c-4e53-b359-69bf3bbea86e" + "1e61cea5-936f-4805-86a3-c2958e960e19" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-correlation-request-id": [ - "2fec986d-abb6-45c7-887b-1e1322595134" + "dc8babce-7aa8-42ca-b373-b94c9b12e85c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180033Z:2fec986d-abb6-45c7-887b-1e1322595134" + "SOUTHCENTRALUS:20220126T071353Z:dc8babce-7aa8-42ca-b373-b94c9b12e85c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:13:53 GMT" + ], "Content-Length": [ "184" ], @@ -2146,93 +2332,90 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:59:53.2014437-05:00\",\r\n \"endTime\": \"2021-11-19T13:00:24.1705782-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"31165901-ee25-4575-8e84-2ea2f1848346\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:12:42.5544543-06:00\",\r\n \"endTime\": \"2022-01-26T01:13:27.3825694-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4739f6bc-0716-4727-9860-b81726695dae\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/31165901-ee25-4575-8e84-2ea2f1848346?p=50060168-a248-4086-ab60-3332e7087553&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxMTY1OTAxLWVlMjUtNDU3NS04ZTg0LTJlYTJmMTg0ODM0Nj9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4739f6bc-0716-4727-9860-b81726695dae?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ3MzlmNmJjLTA3MTYtNDcyNy05ODYwLWI4MTcyNjY5NWRhZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:00:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "38a2210f-5d62-4a5e-8d71-69d3e3e453d5" + "7572654b-8145-4277-b45c-727101666d5d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-correlation-request-id": [ - "a7eb680d-65ac-4c57-89ab-f26c74bbd321" + "da27b246-f702-4331-9c39-1afa3205ee83" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180034Z:a7eb680d-65ac-4c57-89ab-f26c74bbd321" + "SOUTHCENTRALUS:20220126T071353Z:da27b246-f702-4331-9c39-1afa3205ee83" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:13:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar454/providers/Microsoft.Compute/disks/diskrp1695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTY5NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7651/providers/Microsoft.Compute/disks/diskrp2383?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIzODM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fccbd45-3639-449c-b23d-d42c00c668cd" + "7cf1154c-7bdf-4bb2-b354-dfd90fa70c87" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:00:34 GMT" - ], "Pragma": [ "no-cache" ], @@ -2240,13 +2423,13 @@ "14997" ], "x-ms-request-id": [ - "9e24f213-4c74-4f21-9225-cec0e101d5c9" + "4836d0b0-f6f9-436c-a0a9-45ae2878c0e9" ], "x-ms-correlation-request-id": [ - "9e24f213-4c74-4f21-9225-cec0e101d5c9" + "4836d0b0-f6f9-436c-a0a9-45ae2878c0e9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180034Z:9e24f213-4c74-4f21-9225-cec0e101d5c9" + "SOUTHCENTRALUS:20220126T071354Z:4836d0b0-f6f9-436c-a0a9-45ae2878c0e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2254,6 +2437,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:13:54 GMT" + ], "Expires": [ "-1" ] @@ -2262,21 +2448,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar454?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ1ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7651?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2NTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39003081-4004-4195-8f70-d4b04fa1ec89" + "4bf36c8a-3ca3-400a-ae97-6848184a4985" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2284,14 +2470,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:00:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2300,13 +2483,13 @@ "14999" ], "x-ms-request-id": [ - "0050c1e4-8b11-4bf7-8d6a-0f4be0d08df1" + "ae937504-f430-4bd0-97e5-336b98e7d51c" ], "x-ms-correlation-request-id": [ - "0050c1e4-8b11-4bf7-8d6a-0f4be0d08df1" + "ae937504-f430-4bd0-97e5-336b98e7d51c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180040Z:0050c1e4-8b11-4bf7-8d6a-0f4be0d08df1" + "SOUTHCENTRALUS:20220126T071400Z:ae937504-f430-4bd0-97e5-336b98e7d51c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2314,26 +2497,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:14:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2341,14 +2527,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:00:56 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2357,13 +2540,13 @@ "11999" ], "x-ms-request-id": [ - "a0587f3c-09f9-4607-8e9b-a9510637bcbe" + "ebe6f52c-d2a8-4e53-aba7-a7f50867cc9b" ], "x-ms-correlation-request-id": [ - "a0587f3c-09f9-4607-8e9b-a9510637bcbe" + "ebe6f52c-d2a8-4e53-aba7-a7f50867cc9b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180056Z:a0587f3c-09f9-4607-8e9b-a9510637bcbe" + "SOUTHCENTRALUS:20220126T071416Z:ebe6f52c-d2a8-4e53-aba7-a7f50867cc9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2371,26 +2554,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:14:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2398,14 +2584,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:01:11 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2414,13 +2597,13 @@ "11998" ], "x-ms-request-id": [ - "72b2b6ac-2aca-486c-a577-e2570782a26c" + "30dc8000-ec5c-4316-acfb-9497f99d4514" ], "x-ms-correlation-request-id": [ - "72b2b6ac-2aca-486c-a577-e2570782a26c" + "30dc8000-ec5c-4316-acfb-9497f99d4514" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180111Z:72b2b6ac-2aca-486c-a577-e2570782a26c" + "SOUTHCENTRALUS:20220126T071431Z:30dc8000-ec5c-4316-acfb-9497f99d4514" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2428,26 +2611,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:14:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2455,14 +2641,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:01:26 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2471,13 +2654,13 @@ "11997" ], "x-ms-request-id": [ - "38e6966e-4576-4c67-afbf-228b39cafb70" + "e25374d3-aed9-46d1-80af-addedfb86a24" ], "x-ms-correlation-request-id": [ - "38e6966e-4576-4c67-afbf-228b39cafb70" + "e25374d3-aed9-46d1-80af-addedfb86a24" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180127Z:38e6966e-4576-4c67-afbf-228b39cafb70" + "SOUTHCENTRALUS:20220126T071447Z:e25374d3-aed9-46d1-80af-addedfb86a24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2485,26 +2668,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:14:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2512,14 +2698,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:01:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2528,13 +2711,13 @@ "11996" ], "x-ms-request-id": [ - "f05eeafb-e71e-4b34-9737-e4c67620803b" + "c6771e68-2b0a-40b1-bcf5-c013a3199a65" ], "x-ms-correlation-request-id": [ - "f05eeafb-e71e-4b34-9737-e4c67620803b" + "c6771e68-2b0a-40b1-bcf5-c013a3199a65" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180142Z:f05eeafb-e71e-4b34-9737-e4c67620803b" + "SOUTHCENTRALUS:20220126T071502Z:c6771e68-2b0a-40b1-bcf5-c013a3199a65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2542,26 +2725,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:15:02 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2569,14 +2755,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:01:57 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2585,13 +2768,13 @@ "11995" ], "x-ms-request-id": [ - "ee63c94f-967e-4a90-be3a-6263c1912e96" + "569e8317-3ee8-4887-8183-9d7a4144f68f" ], "x-ms-correlation-request-id": [ - "ee63c94f-967e-4a90-be3a-6263c1912e96" + "569e8317-3ee8-4887-8183-9d7a4144f68f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180158Z:ee63c94f-967e-4a90-be3a-6263c1912e96" + "SOUTHCENTRALUS:20220126T071517Z:569e8317-3ee8-4887-8183-9d7a4144f68f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2599,26 +2782,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:15:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2626,14 +2812,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:02:13 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2642,13 +2825,13 @@ "11994" ], "x-ms-request-id": [ - "e4f6ec26-5270-4d10-bc51-e3bee45bffbb" + "26979a46-fe41-43fc-9d84-7b99c5c83260" ], "x-ms-correlation-request-id": [ - "e4f6ec26-5270-4d10-bc51-e3bee45bffbb" + "26979a46-fe41-43fc-9d84-7b99c5c83260" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180213Z:e4f6ec26-5270-4d10-bc51-e3bee45bffbb" + "SOUTHCENTRALUS:20220126T071533Z:26979a46-fe41-43fc-9d84-7b99c5c83260" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2656,26 +2839,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:15:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2683,14 +2869,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:02:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2699,13 +2882,13 @@ "11993" ], "x-ms-request-id": [ - "c5be490c-0bc6-4a20-9e60-627adfdae1c2" + "bfea2982-a91b-4990-9ccd-ea3354a1dfef" ], "x-ms-correlation-request-id": [ - "c5be490c-0bc6-4a20-9e60-627adfdae1c2" + "bfea2982-a91b-4990-9ccd-ea3354a1dfef" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180229Z:c5be490c-0bc6-4a20-9e60-627adfdae1c2" + "SOUTHCENTRALUS:20220126T071548Z:bfea2982-a91b-4990-9ccd-ea3354a1dfef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2713,26 +2896,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:15:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2740,14 +2926,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:02:44 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2756,13 +2939,13 @@ "11992" ], "x-ms-request-id": [ - "5b8715ae-3acd-463b-822f-ce42ac1e631c" + "188ff927-7e1f-4e4f-8a28-428e354a907a" ], "x-ms-correlation-request-id": [ - "5b8715ae-3acd-463b-822f-ce42ac1e631c" + "188ff927-7e1f-4e4f-8a28-428e354a907a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180244Z:5b8715ae-3acd-463b-822f-ce42ac1e631c" + "SOUTHCENTRALUS:20220126T071604Z:188ff927-7e1f-4e4f-8a28-428e354a907a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2770,26 +2953,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 26 Jan 2022 07:16:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2797,23 +2983,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:03:00 GMT" - ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-request-id": [ - "e819dcde-185f-4985-b7a6-3940d29b9a7a" + "d275bd8e-d149-43e7-afc5-617c38adcaeb" ], "x-ms-correlation-request-id": [ - "e819dcde-185f-4985-b7a6-3940d29b9a7a" + "d275bd8e-d149-43e7-afc5-617c38adcaeb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180300Z:e819dcde-185f-4985-b7a6-3940d29b9a7a" + "SOUTHCENTRALUS:20220126T071619Z:d275bd8e-d149-43e7-afc5-617c38adcaeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2821,26 +3010,86 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:16:18 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "3d6c1789-3cba-46f5-b744-f8bd734e87a9" + ], + "x-ms-correlation-request-id": [ + "3d6c1789-3cba-46f5-b744-f8bd734e87a9" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T071635Z:3d6c1789-3cba-46f5-b744-f8bd734e87a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:16:35 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTQtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRRdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2848,23 +3097,77 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "24201fd1-01de-41a3-a31b-fe8c3e454f7a" + ], + "x-ms-correlation-request-id": [ + "24201fd1-01de-41a3-a31b-fe8c3e454f7a" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T071650Z:24201fd1-01de-41a3-a31b-fe8c3e454f7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Fri, 19 Nov 2021 18:03:00 GMT" + "Wed, 26 Jan 2022 07:16:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-request-id": [ - "bffef582-b52f-4f07-8032-72b7e5660c7d" + "2f606119-85a3-4f59-b574-de08b5f88aef" ], "x-ms-correlation-request-id": [ - "bffef582-b52f-4f07-8032-72b7e5660c7d" + "2f606119-85a3-4f59-b574-de08b5f88aef" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T180300Z:bffef582-b52f-4f07-8032-72b7e5660c7d" + "SOUTHCENTRALUS:20220126T071706Z:2f606119-85a3-4f59-b574-de08b5f88aef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2872,11 +3175,65 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 07:17:06 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpVeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "9303530a-1418-49b3-b312-66f01110dd3d" + ], + "x-ms-correlation-request-id": [ + "9303530a-1418-49b3-b312-66f01110dd3d" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T071706Z:9303530a-1418-49b3-b312-66f01110dd3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:17:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -2885,32 +3242,32 @@ ], "Names": { "DiskManagedByTest": [ - "crptestar454", - "diskrp1695", - "diskrp9754", - "avSet3519" + "crptestar7651", + "diskrp2383", + "diskrp926", + "avSet7246" ], "CreatePublicIP": [ - "pip1103", - "dn7963" + "pip2334", + "dn1077" ], "CreateVNET": [ - "vn1378", - "sn6227" + "vn9424", + "sn5395" ], "CreateNIC": [ - "nic711", - "ip6644" + "nic1006", + "ip1222" ], "CreateDefaultVMInput": [ - "crptestar1171", - "crptestar1734", - "crptestar7811", - "vm8158", - "Microsoft.Compute/virtualMachines8667" + "crptestar20", + "crptestar9472", + "crptestar5418", + "vm8479", + "Microsoft.Compute/virtualMachines730" ] }, "Variables": { - "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_ImportDisk.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_ImportDisk.json index e02da32047187..45898a7aab7ed 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_ImportDisk.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_ImportDisk.json @@ -1,38 +1,31 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0ee29ae-02ba-4bd5-b731-8670dc45c7c6" + "1b02c373-2f09-44d4-80b9-df3f50f9606b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:42:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -40,23 +33,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "372d19e1-610b-41a3-bfca-575be5e927bb" + "6161c1a6-5c7e-47f4-8498-88c067882ff9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "1652ee19-bc78-4709-8680-0a86268723cd" + "7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164236Z:1652ee19-bc78-4709-8680-0a86268723cd" + "SOUTHCENTRALUS:20220126T062936Z:7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 06:29:35 GMT" + ], "Content-Length": [ "321" ], @@ -67,41 +67,38 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar8038?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar983?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4Mz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8038\": \"2021-11-19 16:42:35Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar983\": \"2022-01-20 00:02:16Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7bb58fc8-6ddd-4754-823e-86cfc7ea1291" + "ed0dc57e-9577-468b-9c8d-63c3df7a7eab" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "93" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:42:36 GMT" - ], "Pragma": [ "no-cache" ], @@ -109,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "e575c780-cff3-4676-9e99-44d6f689ca12" + "d1dce24c-cb70-4602-95ac-719376d1a938" ], "x-ms-correlation-request-id": [ - "e575c780-cff3-4676-9e99-44d6f689ca12" + "d1dce24c-cb70-4602-95ac-719376d1a938" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164237Z:e575c780-cff3-4676-9e99-44d6f689ca12" + "EASTUS2:20220120T000216Z:d1dce24c-cb70-4602-95ac-719376d1a938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,8 +120,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:16 GMT" + ], "Content-Length": [ - "228" + "225" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,41 +133,38 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038\",\r\n \"name\": \"crptestar8038\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8038\": \"2021-11-19 16:42:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983\",\r\n \"name\": \"crptestar983\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar983\": \"2022-01-20 00:02:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar8038?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar983?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4Mz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8038\": \"2021-11-19 16:43:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar983\": \"2022-01-20 00:02:46Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a698b8-4dbd-4e59-a83c-8aab3df7e957" + "01e69cd1-6afa-46bb-96de-0a8a5ab0aee8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "93" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:08 GMT" - ], "Pragma": [ "no-cache" ], @@ -175,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "1c017dcb-813d-461c-a497-3b16ef5e0069" + "a6abfc9b-38bf-400a-92d5-e2be08f7c503" ], "x-ms-correlation-request-id": [ - "1c017dcb-813d-461c-a497-3b16ef5e0069" + "a6abfc9b-38bf-400a-92d5-e2be08f7c503" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164308Z:1c017dcb-813d-461c-a497-3b16ef5e0069" + "EASTUS2:20220120T000246Z:a6abfc9b-38bf-400a-92d5-e2be08f7c503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,8 +186,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:46 GMT" + ], "Content-Length": [ - "228" + "225" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038\",\r\n \"name\": \"crptestar8038\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8038\": \"2021-11-19 16:43:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983\",\r\n \"name\": \"crptestar983\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar983\": \"2022-01-20 00:02:46Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAzNjU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2Rpc2tycDE0NzI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd9e650b-239c-4b9f-b33c-b2cd927a4fd3" + "feec1fb1-a09c-403f-927e-15f4735e9589" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:42:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2/asyncoperations/102b4d0c-78f0-45cf-9990-3139395f0760?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/04fd0f60-bc71-4c24-8af5-2c6d092ee1b0?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "102b4d0c-78f0-45cf-9990-3139395f0760" + "04fd0f60-bc71-4c24-8af5-2c6d092ee1b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "0ac5486c-89e8-4f31-9ba2-837061372b9c" + "38359d4d-c033-4337-a545-0b2dfc3d86e6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164240Z:0ac5486c-89e8-4f31-9ba2-837061372b9c" + "EASTUS2:20220120T000219Z:38359d4d-c033-4337-a545-0b2dfc3d86e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:02:18 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2/asyncoperations/102b4d0c-78f0-45cf-9990-3139395f0760?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMTAyYjRkMGMtNzhmMC00NWNmLTk5OTAtMzEzOTM5NWYwNzYwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/04fd0f60-bc71-4c24-8af5-2c6d092ee1b0?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMDRmZDBmNjAtYmM3MS00YzI0LThhZjUtMmM2ZDA5MmVlMWIwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:42:57 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "263fcba9-3364-4d15-9886-99343c652191" + "8b2f2a54-4f51-4ae9-8190-b91a614af8c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4092cd4c-d6ce-4027-9700-06a4f58966c6" + "5b7622b8-ce24-4b45-81f8-24c8fd64ed10" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164257Z:4092cd4c-d6ce-4027-9700-06a4f58966c6" + "EASTUS2:20220120T000236Z:5b7622b8-ce24-4b45-81f8-24c8fd64ed10" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:36 GMT" + ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d4995bf-2f61-47e3-ba73-545bf0b2526f" + "90060f64-9146-448d-9c8a-0ff7a4b38049" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:07 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "735fa36f-a48f-4d4a-81a6-ed95e7f61b61" + "06bfcf7e-fa2c-4097-b8d9-a3ed6979ae04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "bf8ae6b0-8ad0-4cb0-b9b5-3376b0937d5e" + "527b3da6-5875-483b-8114-532b3213908b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164307Z:bf8ae6b0-8ad0-4cb0-b9b5-3376b0937d5e" + "EASTUS2:20220120T000246Z:527b3da6-5875-483b-8114-532b3213908b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:46 GMT" + ], "Content-Length": [ - "723" + "722" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"name\": \"diskrp3655\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T16:42:38.9507373Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp3655.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp3655.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp3655.table.core.windows.net/\",\r\n \"file\": \"https://diskrp3655.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"name\": \"diskrp1472\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:02:17.4045472Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp1472.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp1472.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp1472.table.core.windows.net/\",\r\n \"file\": \"https://diskrp1472.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAzNjU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2Rpc2tycDE0NzI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ebf885a-a420-4fe2-ab23-c7c90d2a67ab" + "ac08ee35-82ff-4e85-b64b-13c91b89aac5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:07 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "a7b72d05-6c2a-4e11-8147-9c962ef34ca1" + "1db5c51f-9b34-4f57-9678-4c8e6006ace3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "dfc4f3f2-9f9d-4b64-97f8-12ae16834fd4" + "88c949f2-b37e-49c7-90fd-cad3b5a09d14" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164307Z:dfc4f3f2-9f9d-4b64-97f8-12ae16834fd4" + "EASTUS2:20220120T000246Z:88c949f2-b37e-49c7-90fd-cad3b5a09d14" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:46 GMT" + ], "Content-Length": [ - "711" + "710" ], "Content-Type": [ "application/json" @@ -457,80 +457,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"name\": \"diskrp3655\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T16:42:38.9507373Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp3655.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp3655.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp3655.table.core.windows.net/\",\r\n \"file\": \"https://diskrp3655.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"name\": \"diskrp1472\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:02:17.4045472Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp1472.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp1472.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp1472.table.core.windows.net/\",\r\n \"file\": \"https://diskrp1472.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/publicIPAddresses/pip186?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/publicIPAddresses/pip772?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNzcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1115\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn595\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "67b3594a-42d2-4baa-9808-0da3350bfa9d" + "9f6e913d-f437-4318-a258-7d8de6d06d8a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "201" + "200" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:10 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "1a130398-be07-4981-8a01-1e9d811419d1" + "976a2763-4bca-413a-a297-60920b6f14d5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/1a130398-be07-4981-8a01-1e9d811419d1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/976a2763-4bca-413a-a297-60920b6f14d5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "07304856-22f7-4c9b-845b-904a806fae21" + "783fb97d-2c24-4375-a347-cce92e949f3b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "81bcdec4-e5c0-473d-8a77-c55f38abdf54" + "4fb2b96d-ca45-4651-90bb-81e8e237aeb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164310Z:07304856-22f7-4c9b-845b-904a806fae21" + "EASTUS2:20220120T000247Z:783fb97d-2c24-4375-a347-cce92e949f3b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:46 GMT" + ], "Content-Length": [ - "755" + "752" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip186\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/publicIPAddresses/pip186\",\r\n \"etag\": \"W/\\\"b48302e4-12ba-416e-b692-a86fd59a1d8f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0bb52ea9-6aab-4c55-80e4-358b40bc8154\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1115\",\r\n \"fqdn\": \"dn1115.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip772\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/publicIPAddresses/pip772\",\r\n \"etag\": \"W/\\\"0f4ff03e-a683-452c-aa98-fe2ef997bca3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"23a91e8d-0ee6-4334-b16d-07ec4efe33d0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn595\",\r\n \"fqdn\": \"dn595.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/1a130398-be07-4981-8a01-1e9d811419d1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFhMTMwMzk4LWJlMDctNDk4MS04YTAxLTFlOWQ4MTE0MTlkMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/976a2763-4bca-413a-a297-60920b6f14d5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzk3NmEyNzYzLTRiY2EtNDEzYS1hMjk3LTYwOTIwYjZmMTRkNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "8c50fcca-741f-4880-8d75-f6004fe67792" + "d10b1cb6-841b-4479-bada-1bc7a23e3e8b" ], "x-ms-correlation-request-id": [ - "19bae525-55b1-42f0-a1b9-ee69fba58820" + "09d63701-efd9-414d-bd49-e0ffd93d672f" ], "x-ms-arm-service-request-id": [ - "ea6260d6-21d3-4c2c-ab47-ef7adf0c4ec6" + "3479afd0-d076-40bd-98b2-d2f356c2a519" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164312Z:19bae525-55b1-42f0-a1b9-ee69fba58820" + "EASTUS2:20220120T000248Z:09d63701-efd9-414d-bd49-e0ffd93d672f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:48 GMT" + ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/publicIPAddresses/pip186?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/publicIPAddresses/pip772?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNzcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +620,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:11 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d5d67860-cafe-48e8-b6f4-d6b34a86834b\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"fdb577ba-0928-4fc4-ab56-ce9e85d39a8d\"" ], "x-ms-request-id": [ - "f52b7192-fde3-4aa5-96e7-40db09e50aa7" + "81abdd6b-6cf7-45d1-b1dc-7f04bf1aafc7" ], "x-ms-correlation-request-id": [ - "187a48f4-9b7b-42ec-a450-084d6295e74c" + "d3cdad85-8db4-4136-b799-8a479b2815c9" ], "x-ms-arm-service-request-id": [ - "5780961c-ba58-4cce-b8e5-1a5d1967dacc" + "5792e4d7-f402-4228-978f-392cec3b7766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164312Z:187a48f4-9b7b-42ec-a450-084d6295e74c" + "EASTUS2:20220120T000248Z:d3cdad85-8db4-4136-b799-8a479b2815c9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:48 GMT" + ], "Content-Length": [ - "756" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip186\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/publicIPAddresses/pip186\",\r\n \"etag\": \"W/\\\"d5d67860-cafe-48e8-b6f4-d6b34a86834b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0bb52ea9-6aab-4c55-80e4-358b40bc8154\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1115\",\r\n \"fqdn\": \"dn1115.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip772\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/publicIPAddresses/pip772\",\r\n \"etag\": \"W/\\\"fdb577ba-0928-4fc4-ab56-ce9e85d39a8d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23a91e8d-0ee6-4334-b16d-07ec4efe33d0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn595\",\r\n \"fqdn\": \"dn595.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/publicIPAddresses/pip186?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/publicIPAddresses/pip772?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNzcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76576ff2-841b-445e-9b55-a78cb0dfbdb4" + "4c11e793-c823-4379-b5a0-263bd42d64dc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:11 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d5d67860-cafe-48e8-b6f4-d6b34a86834b\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"fdb577ba-0928-4fc4-ab56-ce9e85d39a8d\"" ], "x-ms-request-id": [ - "817183e5-e557-4326-9e16-8685f2a6f2ae" + "116eab0e-9028-4dd7-af55-82613747a4b9" ], "x-ms-correlation-request-id": [ - "3f704858-3cb7-45f5-b582-6064901f6858" + "654180f2-efda-421b-813d-235b89a009d8" ], "x-ms-arm-service-request-id": [ - "cf2b3730-1be0-482b-a488-d0cd81d1bd6b" + "588b533f-e23d-43ef-af1c-698e91fe2298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164312Z:3f704858-3cb7-45f5-b582-6064901f6858" + "EASTUS2:20220120T000248Z:654180f2-efda-421b-813d-235b89a009d8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:48 GMT" + ], "Content-Length": [ - "756" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip186\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/publicIPAddresses/pip186\",\r\n \"etag\": \"W/\\\"d5d67860-cafe-48e8-b6f4-d6b34a86834b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0bb52ea9-6aab-4c55-80e4-358b40bc8154\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1115\",\r\n \"fqdn\": \"dn1115.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip772\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/publicIPAddresses/pip772\",\r\n \"etag\": \"W/\\\"fdb577ba-0928-4fc4-ab56-ce9e85d39a8d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23a91e8d-0ee6-4334-b16d-07ec4efe33d0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn595\",\r\n \"fqdn\": \"dn595.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgwMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTYwMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8250\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6932\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3167136-0ddd-4810-8107-8b6589c64349" + "d07e4052-7ed2-442d-9ed4-9a3e01887fb7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +766,48 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:12 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "ed5904a1-f3b1-4f92-b286-9b88f118bfb7" + "b06a7ba8-3887-4988-b31b-94600ef05ffe" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/ed5904a1-f3b1-4f92-b286-9b88f118bfb7?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b06a7ba8-3887-4988-b31b-94600ef05ffe?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "daa25ebd-dd9a-459e-8016-2fd3af1e5a40" + "968aa011-2b30-4897-af73-8e3aa6872b1a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5a7165e2-93ed-49f7-9a54-0116a468963b" + "00fb9b0d-bdb8-4454-b312-f241bb3e1ba7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164313Z:daa25ebd-dd9a-459e-8016-2fd3af1e5a40" + "EASTUS2:20220120T000249Z:968aa011-2b30-4897-af73-8e3aa6872b1a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:48 GMT" + ], "Content-Length": [ - "1315" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8027\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027\",\r\n \"etag\": \"W/\\\"3bc3045c-fcce-4ee4-9ab7-216e0da4f795\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"87fbbd91-8de8-402a-b349-650a77ebe95e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8250\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250\",\r\n \"etag\": \"W/\\\"3bc3045c-fcce-4ee4-9ab7-216e0da4f795\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602\",\r\n \"etag\": \"W/\\\"d8bc5cc0-88dc-43e9-b768-0485f4f08d9d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"abb2b232-8546-4afc-b0bd-77cda9d7ec83\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932\",\r\n \"etag\": \"W/\\\"d8bc5cc0-88dc-43e9-b768-0485f4f08d9d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/ed5904a1-f3b1-4f92-b286-9b88f118bfb7?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkNTkwNGExLWYzYjEtNGY5Mi1iMjg2LTliODhmMTE4YmZiNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b06a7ba8-3887-4988-b31b-94600ef05ffe?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IwNmE3YmE4LTM4ODctNDk4OC1iMzFiLTk0NjAwZWYwNWZmZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "191eb6f0-329c-4718-9297-9217e16f96a2" + "38ddcfd9-39ba-43ad-b465-f47780e235b7" ], "x-ms-correlation-request-id": [ - "af342368-7a73-4b30-9091-f2265431320a" + "738848a4-2b64-4edf-aac4-3a4ce6cac7c5" ], "x-ms-arm-service-request-id": [ - "894fb43c-585a-40d8-ba3f-9cd870cbe8c9" + "876f0182-59c1-426b-9514-511326d40fc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164316Z:af342368-7a73-4b30-9091-f2265431320a" + "EASTUS2:20220120T000252Z:738848a4-2b64-4edf-aac4-3a4ce6cac7c5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:51 GMT" + ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgwMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTYwMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:16 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b15cf3be-aa5c-43a6-96f3-f48fb77f675c\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"75bfe092-a3e8-4c70-bb0d-0234108952a6\"" ], "x-ms-request-id": [ - "148a0932-3070-483f-aae5-b475ef11049c" + "e0cd7f0a-6924-4792-baca-a20790392364" ], "x-ms-correlation-request-id": [ - "29dd2671-2c7d-4249-a5b6-ca9a72dcd0fd" + "88dcc609-91b5-46ba-ae42-01826325830c" ], "x-ms-arm-service-request-id": [ - "96b76c3a-505a-4f50-8561-40a02877916b" + "fb6d83e0-f913-46db-85b8-e20e80f5561c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164316Z:29dd2671-2c7d-4249-a5b6-ca9a72dcd0fd" + "EASTUS2:20220120T000252Z:88dcc609-91b5-46ba-ae42-01826325830c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:51 GMT" + ], "Content-Length": [ - "1317" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8027\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027\",\r\n \"etag\": \"W/\\\"b15cf3be-aa5c-43a6-96f3-f48fb77f675c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"87fbbd91-8de8-402a-b349-650a77ebe95e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8250\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250\",\r\n \"etag\": \"W/\\\"b15cf3be-aa5c-43a6-96f3-f48fb77f675c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602\",\r\n \"etag\": \"W/\\\"75bfe092-a3e8-4c70-bb0d-0234108952a6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abb2b232-8546-4afc-b0bd-77cda9d7ec83\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932\",\r\n \"etag\": \"W/\\\"75bfe092-a3e8-4c70-bb0d-0234108952a6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgwMjcvc3VibmV0cy9zbjgyNTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTYwMi9zdWJuZXRzL3NuNjkzMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c998c635-b507-47e5-bd3c-8c670fa66b73" + "bb64a1d1-80e6-4937-b9be-a55c7e584263" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:16 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b15cf3be-aa5c-43a6-96f3-f48fb77f675c\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"75bfe092-a3e8-4c70-bb0d-0234108952a6\"" ], "x-ms-request-id": [ - "0be271c1-9986-4e12-9507-ea0365d1dc54" + "675c5108-aea7-439f-b3a4-4da6692fb6b0" ], "x-ms-correlation-request-id": [ - "2d5c3344-5003-4a1f-a4e6-60e8a5405f09" + "b9032bff-73c3-400b-957b-e7979e8c80a8" ], "x-ms-arm-service-request-id": [ - "676c4c98-c010-4177-8ebb-bfbdea8ed25f" + "4668dc7b-24c8-4f8c-9e95-cbee15bcafb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164316Z:2d5c3344-5003-4a1f-a4e6-60e8a5405f09" + "EASTUS2:20220120T000252Z:b9032bff-73c3-400b-957b-e7979e8c80a8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:51 GMT" + ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8250\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250\",\r\n \"etag\": \"W/\\\"b15cf3be-aa5c-43a6-96f3-f48fb77f675c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932\",\r\n \"etag\": \"W/\\\"75bfe092-a3e8-4c70-bb0d-0234108952a6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzcxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8250\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250\"\r\n }\r\n },\r\n \"name\": \"ip8163\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932\"\r\n }\r\n },\r\n \"name\": \"ip8305\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "52816ba0-fc8a-43fa-a897-e94db9b2fef5" + "2b669918-ffd7-4ea9-a589-f660d816c6ca" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "742" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:17 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "8f4c19d8-8c04-4a7d-9d04-fa248c6db5c2" + "662a774d-6404-4e8b-88df-87530916dfae" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/8f4c19d8-8c04-4a7d-9d04-fa248c6db5c2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/662a774d-6404-4e8b-88df-87530916dfae?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b155d984-0cdc-429a-ad73-e0b2e65e28f0" + "17466a9c-24c2-47b4-b20e-3573b24fdf26" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a49a5acd-e8a6-4d3a-ba80-6f7a230e7890" + "6f0ba2e5-5d05-45ba-8512-0b919eafa9e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164318Z:b155d984-0cdc-429a-ad73-e0b2e65e28f0" + "EASTUS2:20220120T000252Z:17466a9c-24c2-47b4-b20e-3573b24fdf26" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:51 GMT" + ], "Content-Length": [ - "1625" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2730\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\",\r\n \"etag\": \"W/\\\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78ad4226-839e-4177-af8a-9a13f301dfc2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8163\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730/ipConfigurations/ip8163\",\r\n \"etag\": \"W/\\\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250\"\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\": \"sg45xb5iruvebm0jmufhp05jlg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\",\r\n \"etag\": \"W/\\\"606944e3-8917-47df-8013-624102e8b07d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"67566dbe-19f0-4ac3-b89b-65e5ae7f9f96\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8305\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717/ipConfigurations/ip8305\",\r\n \"etag\": \"W/\\\"606944e3-8917-47df-8013-624102e8b07d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932\"\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\": \"gkzlfk0gqx4evmf3o5g0tv5mqd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzcxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:17 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"606944e3-8917-47df-8013-624102e8b07d\"" ], "x-ms-request-id": [ - "d2cd15b6-26e8-4226-ba0e-52e97a7260be" + "1efd010a-d524-4890-945b-212da50e7f74" ], "x-ms-correlation-request-id": [ - "56117423-5760-49a3-98d5-46a860c5a6c6" + "b8c5e6ed-8841-42e2-933c-4259ff323313" ], "x-ms-arm-service-request-id": [ - "86469f3b-3f12-4786-a599-4f3099912474" + "f5d073cb-0708-4e39-bec3-ec317cc58e5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164318Z:56117423-5760-49a3-98d5-46a860c5a6c6" + "EASTUS2:20220120T000252Z:b8c5e6ed-8841-42e2-933c-4259ff323313" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:52 GMT" + ], "Content-Length": [ - "1625" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2730\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\",\r\n \"etag\": \"W/\\\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78ad4226-839e-4177-af8a-9a13f301dfc2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8163\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730/ipConfigurations/ip8163\",\r\n \"etag\": \"W/\\\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250\"\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\": \"sg45xb5iruvebm0jmufhp05jlg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\",\r\n \"etag\": \"W/\\\"606944e3-8917-47df-8013-624102e8b07d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"67566dbe-19f0-4ac3-b89b-65e5ae7f9f96\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8305\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717/ipConfigurations/ip8305\",\r\n \"etag\": \"W/\\\"606944e3-8917-47df-8013-624102e8b07d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932\"\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\": \"gkzlfk0gqx4evmf3o5g0tv5mqd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzcxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4acc7d8-47c6-4d91-8847-1e6cdabb42eb" + "07cf4c04-a8d7-4a2a-98ed-1aada14f46f2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:17 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"606944e3-8917-47df-8013-624102e8b07d\"" ], "x-ms-request-id": [ - "a528fe58-a400-49c1-a8cc-0b9b29dca8ed" + "2175e5fa-a163-482f-a20f-7ec7ae10ad8a" ], "x-ms-correlation-request-id": [ - "bd04fd46-e18b-4666-9289-4fd7fb780738" + "0a9c4bcf-4ea6-4523-85cd-54d7c3a0814b" ], "x-ms-arm-service-request-id": [ - "970a0bf5-8ac0-485f-b845-eac5c22e8abf" + "89063785-6805-4a43-b821-3bb28c9375bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164318Z:bd04fd46-e18b-4666-9289-4fd7fb780738" + "EASTUS2:20220120T000252Z:0a9c4bcf-4ea6-4523-85cd-54d7c3a0814b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:52 GMT" + ], "Content-Length": [ - "1625" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2730\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\",\r\n \"etag\": \"W/\\\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78ad4226-839e-4177-af8a-9a13f301dfc2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8163\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730/ipConfigurations/ip8163\",\r\n \"etag\": \"W/\\\"419a3ffa-5c00-42cc-b9af-80e1a38d0958\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/virtualNetworks/vn8027/subnets/sn8250\"\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\": \"sg45xb5iruvebm0jmufhp05jlg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\",\r\n \"etag\": \"W/\\\"606944e3-8917-47df-8013-624102e8b07d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"67566dbe-19f0-4ac3-b89b-65e5ae7f9f96\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8305\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717/ipConfigurations/ip8305\",\r\n \"etag\": \"W/\\\"606944e3-8917-47df-8013-624102e8b07d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/virtualNetworks/vn9602/subnets/sn6932\"\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\": \"gkzlfk0gqx4evmf3o5g0tv5mqd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/availabilitySets/as7503?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3NTAzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/availabilitySets/as9529?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczk1Mjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5be5de49-ad7e-4a53-9a32-2addb15d26b2" + "ec4a173a-466c-4401-94e7-9428fd795b6d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,16 +1256,9 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1273,22 +1266,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1462cc14-931a-414c-adda-bf4a83a3c7e8" + "c9e38085-9666-4a43-8d24-39e5bf9310d7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "84556f90-6b26-487c-b287-738bb1a5dbff" + "475626d0-f590-4ce9-98e9-7f43657fc4fe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164320Z:84556f90-6b26-487c-b287-738bb1a5dbff" + "EASTUS2:20220120T000253Z:475626d0-f590-4ce9-98e9-7f43657fc4fe" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:52 GMT" + ], "Content-Length": [ - "438" + "437" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,53 +1297,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as7503\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/availabilitySets/as7503\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/availabilitySets/as9529\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTY3Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/availabilitySets/as7503\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/availabilitySets/as9529\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e9017c74-4be5-4eeb-9642-86f7fd846d99" + "c82c39e1-0314-4785-aad8-8db46d073f0a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1211" + "1209" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:21 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/54314781-2063-4128-a530-e10ddc8b9678?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1479420a-ada9-4def-8e02-09fb260fe525?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1355,22 +1348,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54314781-2063-4128-a530-e10ddc8b9678" + "1479420a-ada9-4def-8e02-09fb260fe525" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "eda411fb-393b-416c-8c89-6e40dc4357bd" + "4715379f-0f71-44e1-8a9e-8c64043589a8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164321Z:eda411fb-393b-416c-8c89-6e40dc4357bd" + "EASTUS2:20220120T000253Z:4715379f-0f71-44e1-8a9e-8c64043589a8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:02:53 GMT" + ], "Content-Length": [ - "2017" + "2070" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,60 +1379,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1586\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9303e14f-3dcb-45d4-bb92-7a39c288256e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/availabilitySets/AS7503\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9677\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"51ef61a7-a8d8-4263-bef7-37c47ecea8b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/availabilitySets/AS9529\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T00:02:53.393017+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/54314781-2063-4128-a530-e10ddc8b9678?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MzE0NzgxLTIwNjMtNDEyOC1hNTMwLWUxMGRkYzhiOTY3OD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1479420a-ada9-4def-8e02-09fb260fe525?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE0Nzk0MjBhLWFkYTktNGRlZi04ZTAyLTA5ZmIyNjBmZTUyNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:43:31 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a40c621-ac77-4a4a-b9cd-172bdeead986" + "a0640c49-5ecc-4b8e-9228-2404988ab843" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "e72b843a-4f9c-4963-84cd-08b761ce6357" + "4a2038ff-cd45-4c28-9e70-99f6a3956be1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164331Z:e72b843a-4f9c-4963-84cd-08b761ce6357" + "EASTUS2:20220120T000303Z:4a2038ff-cd45-4c28-9e70-99f6a3956be1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:03:03 GMT" + ], "Content-Length": [ "134" ], @@ -1443,57 +1443,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:43:21.1293104-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"54314781-2063-4128-a530-e10ddc8b9678\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:02:53.3305188+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1479420a-ada9-4def-8e02-09fb260fe525\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/54314781-2063-4128-a530-e10ddc8b9678?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MzE0NzgxLTIwNjMtNDEyOC1hNTMwLWUxMGRkYzhiOTY3OD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1479420a-ada9-4def-8e02-09fb260fe525?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE0Nzk0MjBhLWFkYTktNGRlZi04ZTAyLTA5ZmIyNjBmZTUyNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:44:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c3b801e5-d82a-460a-b495-5924c7cbf424" + "42ee0807-2c0d-4136-8bf9-c13b6b602538" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "eaeacef4-7f67-422f-ae29-9a9fa6861888" + "2bb7fcdb-9fe5-4142-bc6f-b96cc4a4d329" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164422Z:eaeacef4-7f67-422f-ae29-9a9fa6861888" + "EASTUS2:20220120T000353Z:2bb7fcdb-9fe5-4142-bc6f-b96cc4a4d329" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:03:52 GMT" + ], "Content-Length": [ "134" ], @@ -1504,57 +1504,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:43:21.1293104-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"54314781-2063-4128-a530-e10ddc8b9678\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:02:53.3305188+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1479420a-ada9-4def-8e02-09fb260fe525\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/54314781-2063-4128-a530-e10ddc8b9678?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MzE0NzgxLTIwNjMtNDEyOC1hNTMwLWUxMGRkYzhiOTY3OD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1479420a-ada9-4def-8e02-09fb260fe525?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE0Nzk0MjBhLWFkYTktNGRlZi04ZTAyLTA5ZmIyNjBmZTUyNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:45:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a1027b9-93aa-4db1-9285-7d01130bb484" + "cbb29ac5-d177-4230-bbb5-7032809a3b4d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "b2e2425c-94d5-4984-94c3-adbd6d6dcfb0" + "5b6a6351-5209-4381-a5ad-8d3a729b43a1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164512Z:b2e2425c-94d5-4984-94c3-adbd6d6dcfb0" + "EASTUS2:20220120T000443Z:5b6a6351-5209-4381-a5ad-8d3a729b43a1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:04:43 GMT" + ], "Content-Length": [ "134" ], @@ -1565,57 +1565,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:43:21.1293104-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"54314781-2063-4128-a530-e10ddc8b9678\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:02:53.3305188+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1479420a-ada9-4def-8e02-09fb260fe525\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/54314781-2063-4128-a530-e10ddc8b9678?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MzE0NzgxLTIwNjMtNDEyOC1hNTMwLWUxMGRkYzhiOTY3OD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1479420a-ada9-4def-8e02-09fb260fe525?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE0Nzk0MjBhLWFkYTktNGRlZi04ZTAyLTA5ZmIyNjBmZTUyNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:46:01 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "63897283-7f75-4cf4-8402-55281bee82f5" + "780b2509-305f-4771-9e09-ab0cbe760ca3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "402c5121-9e75-429b-9f51-6807d58002d3" + "b37b1304-b62e-4aba-850f-2c20e8520884" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164602Z:402c5121-9e75-429b-9f51-6807d58002d3" + "EASTUS2:20220120T000533Z:b37b1304-b62e-4aba-850f-2c20e8520884" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:05:33 GMT" + ], "Content-Length": [ "184" ], @@ -1626,59 +1626,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:43:21.1293104-05:00\",\r\n \"endTime\": \"2021-11-19T11:45:28.3687263-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"54314781-2063-4128-a530-e10ddc8b9678\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:02:53.3305188+00:00\",\r\n \"endTime\": \"2022-01-20T00:04:57.8782534+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1479420a-ada9-4def-8e02-09fb260fe525\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTY3Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:46:02 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "423a7927-749c-49f3-92eb-94d6f74d1d14" + "a7292585-82d1-4ad8-bac2-dd615542a9e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "05a54fcd-9796-420e-adbd-d4de95c0afc4" + "4dc89f7c-ab83-4ec5-95c8-87ad05c3f6f2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164602Z:05a54fcd-9796-420e-adbd-d4de95c0afc4" + "EASTUS2:20220120T000533Z:4dc89f7c-ab83-4ec5-95c8-87ad05c3f6f2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:05:33 GMT" + ], "Content-Length": [ - "2046" + "2099" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,65 +1687,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1586\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9303e14f-3dcb-45d4-bb92-7a39c288256e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/availabilitySets/AS7503\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9677\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"51ef61a7-a8d8-4263-bef7-37c47ecea8b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/availabilitySets/AS9529\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:02:53.393017+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTY3Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb4efbbf-8a28-4428-be0c-ad984052759f" + "93d9d6f3-bdb5-4a01-a76b-7d4dfc710c04" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:46:02 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "344ff06b-1d1e-4427-8fd0-a0dcf3ed5e74" + "209265a0-e544-4cab-853f-88c1ef5c2ee6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "179205be-7dc2-43fc-aad3-96dade733ccb" + "e569aab5-aee9-4005-870c-bcf78b5774af" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164602Z:179205be-7dc2-43fc-aad3-96dade733ccb" + "EASTUS2:20220120T000533Z:e569aab5-aee9-4005-870c-bcf78b5774af" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:05:33 GMT" + ], "Content-Length": [ - "2046" + "2099" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1754,54 +1754,51 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1586\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9303e14f-3dcb-45d4-bb92-7a39c288256e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/availabilitySets/AS7503\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9677\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"51ef61a7-a8d8-4263-bef7-37c47ecea8b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/availabilitySets/AS9529\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:02:53.393017+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82caf638-1202-4e26-b8f1-2c61e23067fd" + "b19bbc02-d63d-4fad-a431-5844261ff858" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:46:02 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "e731ef98-41e5-4bc7-b8fb-e1e4e884be0c", - "9b4c157a-6d2d-4430-9dcd-6eec705979b1", - "74830f77-092e-4dfc-b75a-7bdc3d820a95" + "deb8c584-7699-4e44-8d6f-9706d3d45376", + "ba9a1aa2-3371-4873-b88f-2e345e94e79c", + "56aa1e4a-f1ac-4c98-ba06-1100962a5ea4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-request-id": [ - "4afdaedb-585d-4f09-8242-931b1cc445b2" + "8168c692-bc42-4616-9c6b-cba2ae768366" ], "x-ms-correlation-request-id": [ - "4afdaedb-585d-4f09-8242-931b1cc445b2" + "8168c692-bc42-4616-9c6b-cba2ae768366" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164603Z:4afdaedb-585d-4f09-8242-931b1cc445b2" + "EASTUS2:20220120T000534Z:8168c692-bc42-4616-9c6b-cba2ae768366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1809,60 +1806,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "21591" + "Date": [ + "Thu, 20 Jan 2022 00:05:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "52114" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm1586\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR8038/providers/Microsoft.Compute/virtualMachines/vm1586\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9303e14f-3dcb-45d4-bb92-7a39c288256e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR8038/providers/Microsoft.Compute/availabilitySets/AS7503\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Network/networkInterfaces/nic2730\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest9lq9hxuz\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b8d7764f-017b-447f-b0d9-733a791a6deb\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmj9tu8vnc8\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicjkvpubgx9\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestaff4xjql\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cf859556-0076-4004-b97c-d4c335ba84ec\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmszb6i3x05\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicqx8x80hho\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestd5gicn61\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"tagname883\": \"taglsrsaxvyd\",\r\n \"tagname0lv\": \"tagtithksgbg\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe403db9-389e-44d5-8cb5-012348e63e44\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvm1cmif2gab\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicx3yz80058\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_860252d9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"39d2303c-988d-4582-b69a-5e753219dc02\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc0XUJ76V\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-c5e657b3-eab2-4f7a-8d51-0e507b289cf5\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_fe9a223c\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4bd05777-9109-404b-8f92-c830008c5e0a\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc00DYOJO\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-34d550bc-c1fd-4b88-92cc-a2e2962551e3\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestruc00wfw\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"863d63d2-6150-4a94-a842-bdb4152cfafc\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmo0huhiuix\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnichxi7jf8\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab956dd0-cd2c-4f25-a745-b6eea7518fd7\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4770.2111050154\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"TestVMRpLimit\",\r\n \"adminUsername\": \"sudheera513\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/sukodavaRpLimit/providers/Microsoft.Network/networkInterfaces/testvmrplimit295\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9601\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66270a1e-40f8-480a-a9e8-1eac64218ddb\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Network/networkInterfaces/nic9338\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm2adsandorhib2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"d85f1ff5-e0d3-42d6-8e8b-ffce072f2ae6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"88350137-ade3-4269-be98-dc0cee2932e9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/disks/vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib2/providers/Microsoft.Network/networkInterfaces/nicadsandorhib2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-14T21:10:25.1071508+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2adsandorhib3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"abe549bc-9f5c-4ba9-b2a5-99cf5d040e09\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e69a6df4-29d7-4ea1-af56-3392fa691453\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/disks/vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib3/providers/Microsoft.Network/networkInterfaces/nicadsandorhib3\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T21:55:14.6915756+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmregional\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"eb4d5110-0181-4a38-8ba7-ecf333f01c60\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Compute/disks/vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmregional\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Network/networkInterfaces/vmregional278\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:33:48.8228201+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmzonal1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9ef53f7a-4eea-4171-9362-c91d114f4df4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Compute/disks/vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmzonal1\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Network/networkInterfaces/vmzonal1253_z1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:30:20.260249+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps1892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2728141-96d9-4a73-b70f-b2ce452ed6c4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Compute/disks/vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps1892\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Network/networkInterfaces/vcrptestps1892\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:45:03.9656475+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8eb034eb-f3d8-4ca7-a87a-92647df89773\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a0336379-681d-47d1-b696-eeda5cbf0f2f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Compute/disks/vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Network/networkInterfaces/niccrptestps2336\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T19:34:57.4803052+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps2914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fc349a9d-e0ac-42c9-bd5a-80584a31f049\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Compute/disks/vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps2914\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Network/networkInterfaces/vcrptestps2914\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:30:48.7770595+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps6175\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"16bcc311-d7e6-41f7-b54e-f989fb38c6b3\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e67faf28-c722-4392-b4a5-10d39a8ac04a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3125.2112070401\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Compute/disks/vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Network/networkInterfaces/niccrptestps6175\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"timeCreated\": \"2022-01-11T18:20:52.6476202+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmrepairtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e0d7d54c-13e3-4af5-abbe-59f0c4d681c9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmrepairtest\",\r\n \"adminUsername\": \"haider\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Network/networkInterfaces/vmrepairtestVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T19:06:18.5983396+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"552c4e8e-8ad6-4ff0-ad3b-879f8e86ca1c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:14:10.2669215+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c0aa0ce-5581-4526-8b7e-9d793732be22\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213202933\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213202933\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:30:57.0289026+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d171b9d-5856-49fd-9824-4c7781a76b1a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213203338\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213203338\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:35:05.952441+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c3aefa67-9bf3-4788-98b9-e229844d8c77\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haahga\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:41:54.909144+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"612387aa-9504-47ed-9000-12a4ac7cc81e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy2\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:51:16.8506381+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"62041c75-41c5-43e6-a637-c6c124f5496d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211217070230\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211217070230\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-17T07:04:17.9747511+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6966eaa0-f08a-4d28-95d7-0075ff81cfa0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20220103162935\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20220103162935\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-03T16:30:48.2641165+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Sent3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5cfd5ef4-8af5-4be4-8dbf-d53eab0a5796\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20144.2110070052\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Sent3\",\r\n \"adminUsername\": \"testuser1\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Network/networkInterfaces/Sent3\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-03T11:38:22.9746821+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"mybrokenvm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90683402-2258-4e4c-bc36-dda7489ed60e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"windowsserver-gen2preview\",\r\n \"sku\": \"2019-datacenter-gen2\",\r\n \"version\": \"2019.0.20190620\",\r\n \"exactVersion\": \"2019.0.20190620\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"mybrokenvm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Network/networkInterfaces/mybrokenvmVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-18T05:17:52.4509306+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9677\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR983/providers/Microsoft.Compute/virtualMachines/vm9677\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"51ef61a7-a8d8-4263-bef7-37c47ecea8b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR983/providers/Microsoft.Compute/availabilitySets/AS9529\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Network/networkInterfaces/nic7717\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:02:53.393017+00:00\"\r\n }\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-02-05T19:11:17.0944462+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VmSdk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f383336-3ce6-4079-bb79-81caef647315\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2237.2110070715\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"VmSdk\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/vmsdk446\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-10-31T21:56:23.2090229+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"haagha-SDKtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f1bd57ae-267e-4c7c-aaa6-9b8aab799eeb\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftvisualstudio\",\r\n \"offer\": \"visualstudio2019\",\r\n \"sku\": \"vs-2019-ent-win10-n\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"2021.01.13\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Compute/disks/haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"haagha-SDKtest\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Network/networkInterfaces/haagha-sdktest874\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:56:51.0825308+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTY3Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf87fb8a-34ea-4fd7-b1c2-fd967cf55226" + "10cd302e-55fb-4860-b0b7-2fd8d9e5598c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:46:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/64dd7c16-9c13-4f81-86eb-b9ce8196755d?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b757bdcd-edb7-4738-b267-ab870738c91e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/64dd7c16-9c13-4f81-86eb-b9ce8196755d?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b757bdcd-edb7-4738-b267-ab870738c91e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1874,56 +1867,60 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64dd7c16-9c13-4f81-86eb-b9ce8196755d" + "b757bdcd-edb7-4738-b267-ab870738c91e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "e6106a2c-e972-468e-992d-5c7874997454" + "f1408339-95a1-4e6c-b8dc-6eb7a6f73a69" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164603Z:e6106a2c-e972-468e-992d-5c7874997454" + "EASTUS2:20220120T000534Z:f1408339-95a1-4e6c-b8dc-6eb7a6f73a69" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:05:33 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/virtualMachines/vm1586?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/virtualMachines/vm9677?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTY3Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cc2a037-c9ed-4a42-85c6-d1b2cb52e501" + "cb65fc1f-fc8b-4f50-ac6f-ee8c193fa4d5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:13 GMT" - ], "Pragma": [ "no-cache" ], @@ -1931,13 +1928,13 @@ "14998" ], "x-ms-request-id": [ - "6acd00a0-f7ed-4c5e-8b6a-5cd7bf64cc40" + "5818379f-bc4b-4ea5-9ec7-09c5c65aa6fd" ], "x-ms-correlation-request-id": [ - "6acd00a0-f7ed-4c5e-8b6a-5cd7bf64cc40" + "5818379f-bc4b-4ea5-9ec7-09c5c65aa6fd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164714Z:6acd00a0-f7ed-4c5e-8b6a-5cd7bf64cc40" + "EASTUS2:20220120T000614Z:5818379f-bc4b-4ea5-9ec7-09c5c65aa6fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1945,6 +1942,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:13 GMT" + ], "Expires": [ "-1" ] @@ -1953,56 +1953,56 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/64dd7c16-9c13-4f81-86eb-b9ce8196755d?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY0ZGQ3YzE2LTljMTMtNGY4MS04NmViLWI5Y2U4MTk2NzU1ZD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b757bdcd-edb7-4738-b267-ab870738c91e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3NTdiZGNkLWVkYjctNDczOC1iMjY3LWFiODcwNzM4YzkxZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:46:12 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b609061-33af-4d2f-8489-760621aa6230" + "f254bfb1-b64e-4867-9814-b742fac425c9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "be489e33-576e-4502-9340-5ee68c6ba816" + "05f4c0ba-b03d-4809-9edb-f32ab1dae625" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164613Z:be489e33-576e-4502-9340-5ee68c6ba816" + "EASTUS2:20220120T000544Z:05f4c0ba-b03d-4809-9edb-f32ab1dae625" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:05:43 GMT" + ], "Content-Length": [ "134" ], @@ -2013,118 +2013,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:46:03.5888921-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64dd7c16-9c13-4f81-86eb-b9ce8196755d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:05:34.1441806+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b757bdcd-edb7-4738-b267-ab870738c91e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/64dd7c16-9c13-4f81-86eb-b9ce8196755d?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY0ZGQ3YzE2LTljMTMtNGY4MS04NmViLWI5Y2U4MTk2NzU1ZD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b757bdcd-edb7-4738-b267-ab870738c91e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3NTdiZGNkLWVkYjctNDczOC1iMjY3LWFiODcwNzM4YzkxZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:46:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2eede6a6-ebc4-429b-9f84-2a47a2647e65" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "862bac18-7966-4bdc-b9f2-f49c4412057e" - ], - "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164643Z:862bac18-7966-4bdc-b9f2-f49c4412057e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:46:03.5888921-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64dd7c16-9c13-4f81-86eb-b9ce8196755d\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/64dd7c16-9c13-4f81-86eb-b9ce8196755d?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY0ZGQ3YzE2LTljMTMtNGY4MS04NmViLWI5Y2U4MTk2NzU1ZD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 19 Nov 2021 16:47:13 GMT" - ], - "Pragma": [ - "no-cache" + "80cab4e6-17cd-402f-a66f-5335465a459c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29990" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0bb0e1e3-0bc4-4427-9889-f831c7411e09" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "5c4f5f39-f022-4881-816a-5f1b7996660c" + "a461cc04-d478-400a-9573-f2a2847c1573" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164713Z:5c4f5f39-f022-4881-816a-5f1b7996660c" + "EASTUS2:20220120T000614Z:a461cc04-d478-400a-9573-f2a2847c1573" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:13 GMT" + ], "Content-Length": [ "184" ], @@ -2135,141 +2074,141 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:46:03.5888921-05:00\",\r\n \"endTime\": \"2021-11-19T11:46:46.2311411-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"64dd7c16-9c13-4f81-86eb-b9ce8196755d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:05:34.1441806+00:00\",\r\n \"endTime\": \"2022-01-20T00:06:10.7068867+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b757bdcd-edb7-4738-b267-ab870738c91e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/64dd7c16-9c13-4f81-86eb-b9ce8196755d?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY0ZGQ3YzE2LTljMTMtNGY4MS04NmViLWI5Y2U4MTk2NzU1ZD9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b757bdcd-edb7-4738-b267-ab870738c91e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3NTdiZGNkLWVkYjctNDczOC1iMjY3LWFiODcwNzM4YzkxZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e69455b0-5189-4084-880d-d70665325a0d" + "3f668462-8380-4383-b819-b910f5a69e03" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-correlation-request-id": [ - "49a5cac2-db9e-4615-bab4-425798c31395" + "3f614199-7572-4b58-bcce-928a6e73d2b7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164714Z:49a5cac2-db9e-4615-bab4-425798c31395" + "EASTUS2:20220120T000614Z:3f614199-7572-4b58-bcce-928a6e73d2b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:06:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2381278b-0d84-42b2-96e9-82acf6ab6dbb" + "f1b99609-5f48-4d5f-be96-d8d560c7035e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "474" + "473" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/de05085e-7e69-4e1a-9641-fe3508ce0427?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/00bd356a-e70b-4ca4-afb7-e71421644e5c?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/de05085e-7e69-4e1a-9641-fe3508ce0427?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/00bd356a-e70b-4ca4-afb7-e71421644e5c?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7997" + "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "de05085e-7e69-4e1a-9641-fe3508ce0427" + "00bd356a-e70b-4ca4-afb7-e71421644e5c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "3d47396d-ee15-477c-898e-ca3a5ded1524" + "3aebc802-ec2d-46f8-964a-fccd0f3007d0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164715Z:3d47396d-ee15-477c-898e-ca3a5ded1524" + "EASTUS2:20220120T000614Z:3aebc802-ec2d-46f8-964a-fccd0f3007d0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:13 GMT" + ], "Content-Length": [ - "563" + "564" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2278,62 +2217,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp40\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp1901\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/de05085e-7e69-4e1a-9641-fe3508ce0427?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9kZTA1MDg1ZS03ZTY5LTRlMWEtOTY0MS1mZTM1MDhjZTA0Mjc/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/00bd356a-e70b-4ca4-afb7-e71421644e5c?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8wMGJkMzU2YS1lNzBiLTRjYTQtYWZiNy1lNzE0MjE2NDRlNWM/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399983" + "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "f1628bdf-23ca-409d-9b5c-1781efc3f96c" + "1a75a926-d02e-43cd-8ee4-bac50b6dd40c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "5dcb04c1-a7a1-49cc-8f6a-9fc1c5a886ea" + "09f73f0a-2643-474b-b530-03abcf691a50" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164717Z:5dcb04c1-a7a1-49cc-8f6a-9fc1c5a886ea" + "EASTUS2:20220120T000616Z:09f73f0a-2643-474b-b530-03abcf691a50" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:16 GMT" + ], "Content-Length": [ - "1360" + "1361" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2342,62 +2281,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:47:15.0643631-05:00\",\r\n \"endTime\": \"2021-11-19T11:47:16.4394266-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp40\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T11:47:15.1581128-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"367f8f03-8b64-40cf-9e52-2523167ac49d\"\r\n }\r\n }\r\n },\r\n \"name\": \"de05085e-7e69-4e1a-9641-fe3508ce0427\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:06:14.528262+00:00\",\r\n \"endTime\": \"2022-01-20T00:06:16.6533973+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp1901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:06:14.6376854+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"94d1fda2-bfe7-472b-863f-e28cb1eb174f\"\r\n }\r\n }\r\n },\r\n \"name\": \"00bd356a-e70b-4ca4-afb7-e71421644e5c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119977" + "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "940f6539-b3f6-4a90-9aa2-6e842ddb4ed4" + "add9edb4-bdbc-402b-b897-e93f24fcb931" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-correlation-request-id": [ - "29346529-21e2-4e9e-9016-10423d33a712" + "698d7f21-f09d-4cf6-b216-2f80e9952131" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164717Z:29346529-21e2-4e9e-9016-10423d33a712" + "EASTUS2:20220120T000616Z:698d7f21-f09d-4cf6-b216-2f80e9952131" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:16 GMT" + ], "Content-Length": [ - "1135" + "1137" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2406,68 +2345,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp40\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T11:47:15.1581128-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"367f8f03-8b64-40cf-9e52-2523167ac49d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp1901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:06:14.6376854+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"94d1fda2-bfe7-472b-863f-e28cb1eb174f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "719c01ec-b18c-4c70-bdef-eab6b6c684c1" + "21e00e77-dea1-4ba8-ab5c-9237b8f97f5e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119976" + "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "16acf9f5-1ae4-4cd7-8b44-6678d82d3c6b" + "0ccabc23-ae68-4c78-9ec2-4e949fcfbe15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-correlation-request-id": [ - "926147c0-8442-499e-a986-4ecf22b932ae" + "e4d26c1c-0c3d-477e-9c42-e35c99dc4dc5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164717Z:926147c0-8442-499e-a986-4ecf22b932ae" + "EASTUS2:20220120T000616Z:e4d26c1c-0c3d-477e-9c42-e35c99dc4dc5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:16 GMT" + ], "Content-Length": [ - "1135" + "1137" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2476,68 +2415,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp40\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T11:47:15.1581128-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"367f8f03-8b64-40cf-9e52-2523167ac49d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp1901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:06:14.6376854+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"94d1fda2-bfe7-472b-863f-e28cb1eb174f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c16a8ba-b605-406d-b306-3218e4ca4aa0" + "a746614a-c59e-44b9-9db0-2b79b56f7459" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119973" + "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "a11f278a-095a-435b-af1b-4e40f2bb04ac" + "ea123998-cdd6-4e12-b0f5-9dcd4e3190c2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-correlation-request-id": [ - "bff1c610-c3e8-4da0-85c7-8c5bc5d3bdfb" + "117f2e5f-c414-4bcb-9480-8075045d579c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164748Z:bff1c610-c3e8-4da0-85c7-8c5bc5d3bdfb" + "EASTUS2:20220120T000647Z:117f2e5f-c414-4bcb-9480-8075045d579c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:46 GMT" + ], "Content-Length": [ - "1134" + "1136" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2546,62 +2485,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp40\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T11:47:15.1581128-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"367f8f03-8b64-40cf-9e52-2523167ac49d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp1901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:06:14.6376854+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"94d1fda2-bfe7-472b-863f-e28cb1eb174f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119972" + "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "11f3267b-8af6-4903-85c8-49c467a8de5a" + "14f3ccf8-7bf7-4388-b3af-a249d4ebb9e6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11981" ], "x-ms-correlation-request-id": [ - "e77fc0b5-309f-4edf-8f72-88c6a7c78edb" + "9ea5032b-18cf-4d64-8621-1e314cc0d38c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164750Z:e77fc0b5-309f-4edf-8f72-88c6a7c78edb" + "EASTUS2:20220120T000649Z:9ea5032b-18cf-4d64-8621-1e314cc0d38c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:48 GMT" + ], "Content-Length": [ - "1180" + "1182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2610,68 +2549,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp40\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T11:47:15.1581128-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"367f8f03-8b64-40cf-9e52-2523167ac49d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp1901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:06:14.6376854+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"94d1fda2-bfe7-472b-863f-e28cb1eb174f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ba78427-0fe1-4fd8-a579-0300432c3097" + "fd65a72d-7c05-41cf-ad91-d50afa9e2d0b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119971" + "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "ec42412b-2e03-4d7a-bb55-4c7fff32917e" + "7e6b62d3-632b-4a75-b465-c6fddcd1ad13" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11980" ], "x-ms-correlation-request-id": [ - "c74ccd6b-9987-4724-abe3-014577ff5ef5" + "9cc97d83-5b70-4a4f-9301-51c955e3aeec" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164750Z:c74ccd6b-9987-4724-abe3-014577ff5ef5" + "EASTUS2:20220120T000649Z:9cc97d83-5b70-4a4f-9301-51c955e3aeec" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:48 GMT" + ], "Content-Length": [ - "1180" + "1182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2680,35 +2619,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp40\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T11:47:15.1581128-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"367f8f03-8b64-40cf-9e52-2523167ac49d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp1901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:06:14.6376854+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"94d1fda2-bfe7-472b-863f-e28cb1eb174f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2fa31f4-bbef-493e-b24c-b5a91b7be2ea" + "15f9aa18-4b71-4fe9-8798-e4553359fe98" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:48:50 GMT" - ], "Pragma": [ "no-cache" ], @@ -2716,13 +2652,13 @@ "gateway" ], "x-ms-request-id": [ - "af7f0a64-8466-4c95-a607-7674c65ef175" + "d72a53b6-fd25-4bed-911e-ea142f1d10ff" ], "x-ms-correlation-request-id": [ - "af7f0a64-8466-4c95-a607-7674c65ef175" + "d72a53b6-fd25-4bed-911e-ea142f1d10ff" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164851Z:af7f0a64-8466-4c95-a607-7674c65ef175" + "EASTUS2:20220120T000749Z:d72a53b6-fd25-4bed-911e-ea142f1d10ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2730,36 +2666,39 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "217" + "Date": [ + "Thu, 20 Jan 2022 00:07:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "218" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/disks/diskrp40' under resource group 'crptestar8038' 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/disks/diskrp1901' under resource group 'crptestar983' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40/beginGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwL2JlZ2luR2V0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901/beginGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMS9iZWdpbkdldEFjY2Vzcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"access\": \"Read\",\r\n \"durationInSeconds\": 1000\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d27e74a2-4c05-4747-8e0b-2ce33f25ef39" + "739865a6-1c6d-4e57-a08b-8e512e652fa3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2772,21 +2711,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:17 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/54d2b830-c5ed-488e-a6c5-0303af486fbd?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/2c9d315a-36c2-4dee-934b-d8fbc018e01f?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/54d2b830-c5ed-488e-a6c5-0303af486fbd?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/2c9d315a-36c2-4dee-934b-d8fbc018e01f?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostDiskHydrate3Min;999,Microsoft.Compute/HighCostDiskHydrate30Min;7999" @@ -2795,86 +2727,93 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "54d2b830-c5ed-488e-a6c5-0303af486fbd" + "2c9d315a-36c2-4dee-934b-d8fbc018e01f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "16e5435c-f28f-4967-8f86-d3d1fb327035" + "6af6b85c-344e-4f59-bbb5-bed644cc0efd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164717Z:16e5435c-f28f-4967-8f86-d3d1fb327035" + "EASTUS2:20220120T000616Z:6af6b85c-344e-4f59-bbb5-bed644cc0efd" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:06:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/54d2b830-c5ed-488e-a6c5-0303af486fbd?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy81NGQyYjgzMC1jNWVkLTQ4OGUtYTZjNS0wMzAzYWY0ODZmYmQ/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/2c9d315a-36c2-4dee-934b-d8fbc018e01f?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8yYzlkMzE1YS0zNmMyLTRkZWUtOTM0Yi1kOGZiYzAxOGUwMWY/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399980" + "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "b39aee0b-af4f-4d34-8251-1deec62bc5f0" + "2e5b83d3-06c8-4f41-a570-fc006e41cea7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-correlation-request-id": [ - "358741f9-8ee4-46ca-8fb8-0791d0446509" + "7c9b7eb6-68d5-4d46-81b4-fb2f7724facd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164747Z:358741f9-8ee4-46ca-8fb8-0791d0446509" + "EASTUS2:20220120T000646Z:7c9b7eb6-68d5-4d46-81b4-fb2f7724facd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:46 GMT" + ], "Content-Length": [ - "436" + "432" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2883,62 +2822,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:47:17.6738624-05:00\",\r\n \"endTime\": \"2021-11-19T11:47:17.8457484-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"54d2b830-c5ed-488e-a6c5-0303af486fbd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:06:16.8409047+00:00\",\r\n \"endTime\": \"2022-01-20T00:06:16.9971641+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"2c9d315a-36c2-4dee-934b-d8fbc018e01f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/54d2b830-c5ed-488e-a6c5-0303af486fbd?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy81NGQyYjgzMC1jNWVkLTQ4OGUtYTZjNS0wMzAzYWY0ODZmYmQ/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/2c9d315a-36c2-4dee-934b-d8fbc018e01f?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8yYzlkMzE1YS0zNmMyLTRkZWUtOTM0Yi1kOGZiYzAxOGUwMWY/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399979" + "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "4778bbf2-3ad3-4659-8a95-f1afbbd568c2" + "d3ab8cbd-8bb1-4f83-98e0-75bb5cd9436c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-correlation-request-id": [ - "78247699-0da1-437c-85b9-4c6b6137afa1" + "b20f02e3-b0f0-44ca-b00c-3d032169909a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164748Z:78247699-0da1-437c-85b9-4c6b6137afa1" + "EASTUS2:20220120T000647Z:b20f02e3-b0f0-44ca-b00c-3d032169909a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:46 GMT" + ], "Content-Length": [ - "211" + "207" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2951,22 +2890,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a38ab753-9bd2-4f61-9da2-103b278058d2" + "c7cf260c-cd0c-4174-9417-37b6a8695ad2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2979,51 +2918,51 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:48 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/dc5af2b8-68f8-42d0-ac0c-4457438e59cb?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/97a09fd5-b6eb-4283-8e79-b04e135baf02?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/dc5af2b8-68f8-42d0-ac0c-4457438e59cb?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/97a09fd5-b6eb-4283-8e79-b04e135baf02?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7996" + "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "dc5af2b8-68f8-42d0-ac0c-4457438e59cb" + "97a09fd5-b6eb-4283-8e79-b04e135baf02" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "6f141594-96db-4961-90e9-9448fe41b533" + "e244be92-7a33-4188-aa27-3c947e83267b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164748Z:6f141594-96db-4961-90e9-9448fe41b533" + "EASTUS2:20220120T000647Z:e244be92-7a33-4188-aa27-3c947e83267b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:46 GMT" + ], "Content-Length": [ - "657" + "692" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3032,62 +2971,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp40\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"faultDomain\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp1901\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"colocationConstraints\": {},\r\n \"faultDomain\": 0\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/dc5af2b8-68f8-42d0-ac0c-4457438e59cb?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9kYzVhZjJiOC02OGY4LTQyZDAtYWMwYy00NDU3NDM4ZTU5Y2I/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/97a09fd5-b6eb-4283-8e79-b04e135baf02?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy85N2EwOWZkNS1iNmViLTQyODMtOGU3OS1iMDRlMTM1YmFmMDI/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399978" + "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "70a15c98-766e-4372-a792-23ea0d9fa0c8" + "534fa6c0-2058-4e6c-ac46-d130c3600a85" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-correlation-request-id": [ - "652bb306-edb6-4aa6-8204-d2430fcddc2d" + "ab67eb27-c7b9-4189-a5c4-a49372894db2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164750Z:652bb306-edb6-4aa6-8204-d2430fcddc2d" + "EASTUS2:20220120T000649Z:ab67eb27-c7b9-4189-a5c4-a49372894db2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:06:48 GMT" + ], "Content-Length": [ - "1405" + "1407" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3096,47 +3035,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:47:48.3315541-05:00\",\r\n \"endTime\": \"2021-11-19T11:47:48.4881123-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp40\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Storage/storageAccounts/diskrp3655\",\r\n \"sourceUri\": \"https://diskrp3655.blob.core.windows.net/crptestar7783/oscrptestar2868.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T11:47:15.1581128-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"367f8f03-8b64-40cf-9e52-2523167ac49d\"\r\n }\r\n }\r\n },\r\n \"name\": \"dc5af2b8-68f8-42d0-ac0c-4457438e59cb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:06:47.1860079+00:00\",\r\n \"endTime\": \"2022-01-20T00:06:47.3266335+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp1901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Storage/storageAccounts/diskrp1472\",\r\n \"sourceUri\": \"https://diskrp1472.blob.core.windows.net/crptestar1746/oscrptestar9509.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:06:14.6376854+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"94d1fda2-bfe7-472b-863f-e28cb1eb174f\"\r\n }\r\n }\r\n },\r\n \"name\": \"97a09fd5-b6eb-4283-8e79-b04e135baf02\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40/endGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwL2VuZEdldEFjY2Vzcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901/endGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMS9lbmRHZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2fafc3e-6ec4-45b9-83b2-3a98d808c1db" + "98891a1e-5549-48b3-991f-f4dd96502da3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:47:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/f9b193aa-ba13-4f10-8032-a1968c25ba47?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/3101cb26-8f11-48b1-8b23-b4b235451b8b?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/f9b193aa-ba13-4f10-8032-a1968c25ba47?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/3101cb26-8f11-48b1-8b23-b4b235451b8b?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7998" @@ -3145,86 +3077,93 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "f9b193aa-ba13-4f10-8032-a1968c25ba47" + "3101cb26-8f11-48b1-8b23-b4b235451b8b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "24485476-4c62-43a8-9434-8e78d264bb10" + "88775ca3-25fe-4acd-b828-7c4196861e41" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164750Z:24485476-4c62-43a8-9434-8e78d264bb10" + "EASTUS2:20220120T000649Z:88775ca3-25fe-4acd-b828-7c4196861e41" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:06:49 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/f9b193aa-ba13-4f10-8032-a1968c25ba47?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9mOWIxOTNhYS1iYTEzLTRmMTAtODAzMi1hMTk2OGMyNWJhNDc/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/3101cb26-8f11-48b1-8b23-b4b235451b8b?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8zMTAxY2IyNi04ZjExLTQ4YjEtOGIyMy1iNGIyMzU0NTFiOGI/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:48:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399975" + "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "fce30981-b858-48cd-9c02-e49b9d92a318" + "e818a48f-39b1-4e29-bd1c-5d4a8ab86c45" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11979" ], "x-ms-correlation-request-id": [ - "cac77915-047e-42ab-83ab-dc9fd875a909" + "1bfbf163-1885-4d0b-b1c1-bc7836dcce8f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164820Z:cac77915-047e-42ab-83ab-dc9fd875a909" + "EASTUS2:20220120T000719Z:1bfbf163-1885-4d0b-b1c1-bc7836dcce8f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:07:18 GMT" + ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3233,196 +3172,196 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:47:50.8160484-05:00\",\r\n \"endTime\": \"2021-11-19T11:47:50.972305-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f9b193aa-ba13-4f10-8032-a1968c25ba47\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:06:49.3579509+00:00\",\r\n \"endTime\": \"2022-01-20T00:06:49.5298758+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3101cb26-8f11-48b1-8b23-b4b235451b8b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/f9b193aa-ba13-4f10-8032-a1968c25ba47?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9mOWIxOTNhYS1iYTEzLTRmMTAtODAzMi1hMTk2OGMyNWJhNDc/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/3101cb26-8f11-48b1-8b23-b4b235451b8b?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8zMTAxY2IyNi04ZjExLTQ4YjEtOGIyMy1iNGIyMzU0NTFiOGI/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:48:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399974" + "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "fc861cb8-bdeb-4a04-b822-298d78f30726" + "57560d16-83c3-4d3a-b74a-1b978044319c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11978" ], "x-ms-correlation-request-id": [ - "6548bfd5-bd08-4d95-baa7-d36b8e5e7edd" + "f43760d6-0190-4c1d-879d-c2f4dce89747" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164821Z:6548bfd5-bd08-4d95-baa7-d36b8e5e7edd" + "EASTUS2:20220120T000719Z:f43760d6-0190-4c1d-879d-c2f4dce89747" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:07:18 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8038/providers/Microsoft.Compute/disks/diskrp40?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar983/providers/Microsoft.Compute/disks/diskrp1901?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4My9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZGlza3MvZGlza3JwMTkwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7dcbf76-c4e2-4628-907a-914756582413" + "16699962-65dc-45fe-b346-da93871d2ac1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:48:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/42a830bc-6c01-455a-9163-6d523acffcba?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/cbaee574-4e01-427b-962a-c96ac9dfc38c?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/42a830bc-6c01-455a-9163-6d523acffcba?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/cbaee574-4e01-427b-962a-c96ac9dfc38c?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23997" + "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "42a830bc-6c01-455a-9163-6d523acffcba" + "cbaee574-4e01-427b-962a-c96ac9dfc38c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-correlation-request-id": [ - "c8f436e1-44f0-40f4-9945-23e325fcbda4" + "30b5c07a-ae07-461e-8d6d-b9f4bf31042a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164821Z:c8f436e1-44f0-40f4-9945-23e325fcbda4" + "EASTUS2:20220120T000719Z:30b5c07a-ae07-461e-8d6d-b9f4bf31042a" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:07:18 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/42a830bc-6c01-455a-9163-6d523acffcba?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy80MmE4MzBiYy02YzAxLTQ1NWEtOTE2My02ZDUyM2FjZmZjYmE/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/cbaee574-4e01-427b-962a-c96ac9dfc38c?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9jYmFlZTU3NC00ZTAxLTQyN2ItOTYyYS1jOTZhYzlkZmMzOGM/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:48:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399972" + "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "90e896b1-00e0-4404-bfd4-139a2862cca6" + "0ddd6c1f-4be9-4abf-a5be-6b4ccfa87596" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11977" ], "x-ms-correlation-request-id": [ - "32541f2e-9820-4567-a3f5-bdb1ebb89003" + "e6e27a17-c245-4715-a5aa-33b8e7a02a40" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164851Z:32541f2e-9820-4567-a3f5-bdb1ebb89003" + "EASTUS2:20220120T000749Z:e6e27a17-c245-4715-a5aa-33b8e7a02a40" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:07:49 GMT" + ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3431,86 +3370,86 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T11:48:21.3017888-05:00\",\r\n \"endTime\": \"2021-11-19T11:48:21.583051-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"42a830bc-6c01-455a-9163-6d523acffcba\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:07:19.6093172+00:00\",\r\n \"endTime\": \"2022-01-20T00:07:19.8749509+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"cbaee574-4e01-427b-962a-c96ac9dfc38c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/42a830bc-6c01-455a-9163-6d523acffcba?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy80MmE4MzBiYy02YzAxLTQ1NWEtOTE2My02ZDUyM2FjZmZjYmE/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/cbaee574-4e01-427b-962a-c96ac9dfc38c?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9jYmFlZTU3NC00ZTAxLTQyN2ItOTYyYS1jOTZhYzlkZmMzOGM/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:48:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399971" + "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "e04e4f3b-385c-4367-aeef-eecc23d34917" + "418181d4-53f9-467a-a0a1-e41341cbae66" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11976" ], "x-ms-correlation-request-id": [ - "8f5f246e-d747-458f-971c-11f647db7d43" + "9cdd9739-15f7-4ac1-9363-17d6735f8e16" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164851Z:8f5f246e-d747-458f-971c-11f647db7d43" + "EASTUS2:20220120T000749Z:9cdd9739-15f7-4ac1-9363-17d6735f8e16" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:07:49 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar8038?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar983?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4Mz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c32f438-fbaa-4070-bd6c-7ef9b8f8d7d1" + "d0eefb88-5010-4ed1-9d8f-7254edc2d4c2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3518,14 +3457,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:48:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3534,13 +3470,13 @@ "14999" ], "x-ms-request-id": [ - "b0db882e-d6f7-44cb-9465-e17e5b0c034d" + "718db297-5c8c-4664-a17d-75de3021e695" ], "x-ms-correlation-request-id": [ - "b0db882e-d6f7-44cb-9465-e17e5b0c034d" + "718db297-5c8c-4664-a17d-75de3021e695" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164852Z:b0db882e-d6f7-44cb-9465-e17e5b0c034d" + "EASTUS2:20220120T000749Z:718db297-5c8c-4664-a17d-75de3021e695" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3548,26 +3484,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:07:49 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3575,14 +3514,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:49:07 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3591,13 +3527,13 @@ "11999" ], "x-ms-request-id": [ - "fb5c3fca-efb7-454a-969f-cacc331ad777" + "be40fbb1-358c-4ab5-81b4-41bd07daab73" ], "x-ms-correlation-request-id": [ - "fb5c3fca-efb7-454a-969f-cacc331ad777" + "be40fbb1-358c-4ab5-81b4-41bd07daab73" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164908Z:fb5c3fca-efb7-454a-969f-cacc331ad777" + "EASTUS2:20220120T000804Z:be40fbb1-358c-4ab5-81b4-41bd07daab73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3605,26 +3541,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:08:04 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3632,14 +3571,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:49:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3648,13 +3584,13 @@ "11998" ], "x-ms-request-id": [ - "427b825f-92e3-4107-9ac5-28f2d8ca724c" + "bc9917a2-dfc3-44ee-96b0-9c55221ff521" ], "x-ms-correlation-request-id": [ - "427b825f-92e3-4107-9ac5-28f2d8ca724c" + "bc9917a2-dfc3-44ee-96b0-9c55221ff521" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164923Z:427b825f-92e3-4107-9ac5-28f2d8ca724c" + "EASTUS2:20220120T000820Z:bc9917a2-dfc3-44ee-96b0-9c55221ff521" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3662,26 +3598,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:08:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3689,14 +3628,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:49:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3705,13 +3641,13 @@ "11997" ], "x-ms-request-id": [ - "d027188c-ccd9-4e64-bd87-68def7d9fff3" + "87e1ffd0-e1c1-42de-954d-ed6253fd9fac" ], "x-ms-correlation-request-id": [ - "d027188c-ccd9-4e64-bd87-68def7d9fff3" + "87e1ffd0-e1c1-42de-954d-ed6253fd9fac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164938Z:d027188c-ccd9-4e64-bd87-68def7d9fff3" + "EASTUS2:20220120T000835Z:87e1ffd0-e1c1-42de-954d-ed6253fd9fac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3719,26 +3655,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:08:34 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3746,14 +3685,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:49:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3762,13 +3698,13 @@ "11996" ], "x-ms-request-id": [ - "499adf96-b45f-4d36-afe3-f8eecccd602f" + "05db797b-afb0-4ea8-9bab-c05445a09063" ], "x-ms-correlation-request-id": [ - "499adf96-b45f-4d36-afe3-f8eecccd602f" + "05db797b-afb0-4ea8-9bab-c05445a09063" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T164953Z:499adf96-b45f-4d36-afe3-f8eecccd602f" + "EASTUS2:20220120T000850Z:05db797b-afb0-4ea8-9bab-c05445a09063" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3776,26 +3712,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:08:49 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3803,14 +3742,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:50:08 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3819,13 +3755,13 @@ "11995" ], "x-ms-request-id": [ - "310e4306-4228-4886-973c-3e392e33702f" + "0626f1d6-828c-472c-9c15-969299186ef9" ], "x-ms-correlation-request-id": [ - "310e4306-4228-4886-973c-3e392e33702f" + "0626f1d6-828c-472c-9c15-969299186ef9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T165008Z:310e4306-4228-4886-973c-3e392e33702f" + "EASTUS2:20220120T000905Z:0626f1d6-828c-472c-9c15-969299186ef9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3833,26 +3769,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:09:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3860,14 +3799,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:50:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3876,13 +3812,13 @@ "11994" ], "x-ms-request-id": [ - "39beba57-8154-48b0-8a98-591b150c49cb" + "e93d899f-b57a-42de-a742-9c0d6336c308" ], "x-ms-correlation-request-id": [ - "39beba57-8154-48b0-8a98-591b150c49cb" + "e93d899f-b57a-42de-a742-9c0d6336c308" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T165023Z:39beba57-8154-48b0-8a98-591b150c49cb" + "EASTUS2:20220120T000920Z:e93d899f-b57a-42de-a742-9c0d6336c308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3890,26 +3826,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:09:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3917,14 +3856,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:50:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3933,13 +3869,13 @@ "11993" ], "x-ms-request-id": [ - "f50c44d4-2cb1-43b3-ad1f-c45217a133bc" + "dd19a08a-6b39-4626-8c57-7f5bb0351b4d" ], "x-ms-correlation-request-id": [ - "f50c44d4-2cb1-43b3-ad1f-c45217a133bc" + "dd19a08a-6b39-4626-8c57-7f5bb0351b4d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T165038Z:f50c44d4-2cb1-43b3-ad1f-c45217a133bc" + "EASTUS2:20220120T000935Z:dd19a08a-6b39-4626-8c57-7f5bb0351b4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3947,26 +3883,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:09:34 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3974,23 +3913,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:50:53 GMT" - ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-request-id": [ - "94ddac01-479f-42bf-a02b-cd806abee198" + "bb37bd9f-cb0a-4b01-836f-74cdc9f2e8ba" ], "x-ms-correlation-request-id": [ - "94ddac01-479f-42bf-a02b-cd806abee198" + "bb37bd9f-cb0a-4b01-836f-74cdc9f2e8ba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T165053Z:94ddac01-479f-42bf-a02b-cd806abee198" + "EASTUS2:20220120T000950Z:bb37bd9f-cb0a-4b01-836f-74cdc9f2e8ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3998,26 +3940,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:09:49 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURNNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4025,9 +3970,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 16:50:54 GMT" - ], "Pragma": [ "no-cache" ], @@ -4035,13 +3977,13 @@ "11991" ], "x-ms-request-id": [ - "68005dc9-1e11-4858-a914-947e543d02f6" + "1b65c523-44bf-42b1-8fc5-c2d3593318a9" ], "x-ms-correlation-request-id": [ - "68005dc9-1e11-4858-a914-947e543d02f6" + "1b65c523-44bf-42b1-8fc5-c2d3593318a9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T165054Z:68005dc9-1e11-4858-a914-947e543d02f6" + "EASTUS2:20220120T001005Z:1b65c523-44bf-42b1-8fc5-c2d3593318a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4049,11 +3991,65 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:04 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "87c40bef-0676-4a05-b3cc-c911141c70d1" + ], + "x-ms-correlation-request-id": [ + "87c40bef-0676-4a05-b3cc-c911141c70d1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T001005Z:87c40bef-0676-4a05-b3cc-c911141c70d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:10:04 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -4062,34 +4058,34 @@ ], "Names": { "Disk_CRUD_Execute": [ - "crptestar8038", - "diskrp40" + "crptestar983", + "diskrp1901" ], "GenerateImportDisk": [ - "diskrp3655", - "as7503" + "diskrp1472", + "as9529" ], "CreatePublicIP": [ - "pip186", - "dn1115" + "pip772", + "dn595" ], "CreateVNET": [ - "vn8027", - "sn8250" + "vn9602", + "sn6932" ], "CreateNIC": [ - "nic2730", - "ip8163" + "nic7717", + "ip8305" ], "CreateDefaultVMInput": [ - "crptestar7783", - "crptestar4693", - "crptestar2868", - "vm1586", - "Microsoft.Compute/virtualMachines7517" + "crptestar1746", + "crptestar5354", + "crptestar9509", + "vm9677", + "Microsoft.Compute/virtualMachines7615" ] }, "Variables": { - "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_PremiumDiskWithBursting.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_PremiumDiskWithBursting.json index 7daee0e43999a..3eb156a84ad7c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_PremiumDiskWithBursting.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_PremiumDiskWithBursting.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "104ac5cc-6061-41a9-8176-99d1e9b4cdc6" + "1b02c373-2f09-44d4-80b9-df3f50f9606b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:01:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "1d6f627f-485e-40bc-bab5-2d7896b0c369" + "6161c1a6-5c7e-47f4-8498-88c067882ff9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "cf86882f-a80e-4ca8-b896-e833823be4e1" + "7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170142Z:cf86882f-a80e-4ca8-b896-e833823be4e1" + "SOUTHCENTRALUS:20220126T062936Z:7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 06:29:35 GMT" + ], "Content-Length": [ "321" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar7415?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0MTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2759?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7415\": \"2021-11-19 17:01:42Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar2759\": \"2022-01-20 00:10:05Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d943eb1-dc80-4e4d-ae1d-e1410ba2c69d" + "a6ec6636-e01b-486d-bdac-a395e3825f4d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,9 +99,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:01:43 GMT" - ], "Pragma": [ "no-cache" ], @@ -109,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "16987756-5d1a-4a83-b3a4-d9bf196eafd8" + "7d268bad-be12-4e5b-bc03-a875ee568607" ], "x-ms-correlation-request-id": [ - "16987756-5d1a-4a83-b3a4-d9bf196eafd8" + "7d268bad-be12-4e5b-bc03-a875ee568607" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170143Z:16987756-5d1a-4a83-b3a4-d9bf196eafd8" + "EASTUS2:20220120T001005Z:7d268bad-be12-4e5b-bc03-a875ee568607" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,6 +120,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:04 GMT" + ], "Content-Length": [ "232" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415\",\r\n \"name\": \"crptestar7415\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7415\": \"2021-11-19 17:01:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759\",\r\n \"name\": \"crptestar2759\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar2759\": \"2022-01-20 00:10:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar7415?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0MTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2759?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7415\": \"2021-11-19 17:02:19Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar2759\": \"2022-01-20 00:10:35Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "446ecd20-1f46-46ad-b831-d417eb3d5492" + "0e137243-bea1-448f-ad4a-4f9560b32158" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,9 +165,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:20 GMT" - ], "Pragma": [ "no-cache" ], @@ -175,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "33b8b0a9-4a68-4f1d-a0e2-7ef2955a810d" + "9a103b43-389b-4e28-b697-c1ac877460f3" ], "x-ms-correlation-request-id": [ - "33b8b0a9-4a68-4f1d-a0e2-7ef2955a810d" + "9a103b43-389b-4e28-b697-c1ac877460f3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170220Z:33b8b0a9-4a68-4f1d-a0e2-7ef2955a810d" + "EASTUS2:20220120T001035Z:9a103b43-389b-4e28-b697-c1ac877460f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,6 +186,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:35 GMT" + ], "Content-Length": [ "232" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415\",\r\n \"name\": \"crptestar7415\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7415\": \"2021-11-19 17:02:19Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759\",\r\n \"name\": \"crptestar2759\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar2759\": \"2022-01-20 00:10:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA5NjM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA0NzA3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0bb17f6-96e6-4cee-84e5-f9bdeb4cca4a" + "d0237c2a-f23e-48a6-8281-73af39ac516f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:01:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/74bbf1f8-f892-4b0e-aab6-909f6c0babf1?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/20e46bda-2805-4ebf-8e43-43d93a9e8ac6?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "74bbf1f8-f892-4b0e-aab6-909f6c0babf1" + "20e46bda-2805-4ebf-8e43-43d93a9e8ac6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a8c8d1d7-b0b5-4ab5-8987-d18f610482ff" + "236eb578-4a75-48c4-8cd9-bca3a7cc22cd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170153Z:a8c8d1d7-b0b5-4ab5-8987-d18f610482ff" + "EASTUS2:20220120T001008Z:236eb578-4a75-48c4-8cd9-bca3a7cc22cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:10:07 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/74bbf1f8-f892-4b0e-aab6-909f6c0babf1?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzc0YmJmMWY4LWY4OTItNGIwZS1hYWI2LTkwOWY2YzBiYWJmMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/20e46bda-2805-4ebf-8e43-43d93a9e8ac6?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzIwZTQ2YmRhLTI4MDUtNGViZi04ZTQzLTQzZDkzYTllOGFjNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "7cc5477b-71e1-4005-bb63-c7473f4bb3ad" + "6e68b157-225c-4ef8-b89a-d0219bf3f600" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "64673960-e7fa-4282-bc1c-e02af846bf2a" + "4e8fefd7-a29e-4232-86ec-2db57b1e498a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170210Z:64673960-e7fa-4282-bc1c-e02af846bf2a" + "EASTUS2:20220120T001025Z:4e8fefd7-a29e-4232-86ec-2db57b1e498a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:24 GMT" + ], "Content-Length": [ "93" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe8f338e-9c50-410f-9b33-024699407007" + "a3eb2eae-fd46-4720-8050-332b384b7577" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "3f9a6369-f543-4f9b-b531-8b2356748781" + "17d8f974-2fdb-46b3-a15d-94f4b3752331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "fffd8996-e588-4b35-b62f-06cfa700a560" + "3f803c30-8065-4b5e-b722-9c57a9d8a987" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170220Z:fffd8996-e588-4b35-b62f-06cfa700a560" + "EASTUS2:20220120T001035Z:3f803c30-8065-4b5e-b722-9c57a9d8a987" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:34 GMT" + ], "Content-Length": [ - "729" + "735" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"name\": \"diskrp963\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:01:48.8044011Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp963.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp963.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp963.table.core.windows.net/\",\r\n \"file\": \"https://diskrp963.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\",\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"name\": \"diskrp4707\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:10:06.1550329Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp4707.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp4707.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp4707.table.core.windows.net/\",\r\n \"file\": \"https://diskrp4707.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA5NjM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA0NzA3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31556c97-70bd-4ec5-8972-3012d41866ef" + "fc02eadd-4b8a-436a-95ae-5e960a67c88b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "f02380e9-8658-46ce-aa06-cf85f2942df8" + "18192991-09a7-4f5a-bc21-9038dbdb6ee2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "6733418c-a458-4966-9e4f-b73d1549a3c8" + "59290f96-63c0-436d-a39d-1df77a02e65d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170220Z:6733418c-a458-4966-9e4f-b73d1549a3c8" + "EASTUS2:20220120T001035Z:59290f96-63c0-436d-a39d-1df77a02e65d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:34 GMT" + ], "Content-Length": [ - "717" + "723" ], "Content-Type": [ "application/json" @@ -457,80 +457,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"name\": \"diskrp963\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:01:48.8044011Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp963.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp963.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp963.table.core.windows.net/\",\r\n \"file\": \"https://diskrp963.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\",\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"name\": \"diskrp4707\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:10:06.1550329Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp4707.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp4707.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp4707.table.core.windows.net/\",\r\n \"file\": \"https://diskrp4707.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/publicIPAddresses/pip4397?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/publicIPAddresses/pip9773?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn861\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4262\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a0c85619-3d8f-4b0a-8280-1252bfce5b7f" + "39394072-dff3-443b-a8b5-76b36cae6b3b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "204" + "205" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:22 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "78c6efaa-c3b7-47b0-83d0-8807ac3c4e84" + "b6894577-1d11-4740-a471-b2d00b32bdd5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/78c6efaa-c3b7-47b0-83d0-8807ac3c4e84?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/b6894577-1d11-4740-a471-b2d00b32bdd5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7f2f6aa7-89af-443c-8266-734a1c5c0cf4" + "2c8395d2-56e5-462c-8341-e81a271896b7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "64db83a8-5154-41d2-9e83-365e3609ae62" + "6e5fe399-dba3-415e-ae94-eb63eaade4e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170223Z:7f2f6aa7-89af-443c-8266-734a1c5c0cf4" + "EASTUS2:20220120T001036Z:2c8395d2-56e5-462c-8341-e81a271896b7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:35 GMT" + ], "Content-Length": [ - "763" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4397\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/publicIPAddresses/pip4397\",\r\n \"etag\": \"W/\\\"422fbb8e-f2ff-4523-9d73-4f9e2068da9f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fd301044-e386-4a20-bc8e-9672cde4138d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn861\",\r\n \"fqdn\": \"dn861.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9773\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/publicIPAddresses/pip9773\",\r\n \"etag\": \"W/\\\"c2c1b741-5caa-4a4e-a5df-e636b9057b96\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"31def3b3-b8ea-4003-9687-0727ad5d0f26\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4262\",\r\n \"fqdn\": \"dn4262.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/78c6efaa-c3b7-47b0-83d0-8807ac3c4e84?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy83OGM2ZWZhYS1jM2I3LTQ3YjAtODNkMC04ODA3YWMzYzRlODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/b6894577-1d11-4740-a471-b2d00b32bdd5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9iNjg5NDU3Ny0xZDExLTQ3NDAtYTQ3MS1iMmQwMGIzMmJkZDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:23 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "ea1a6cd3-7cc6-440b-90d9-b9fb94814cb1" + "acd54961-bd4d-4683-bfa8-a95648ec4b3d" ], "x-ms-correlation-request-id": [ - "6d54ea82-f759-4d93-9802-e4a507867ac1" + "33cc7988-99df-4a8a-9825-ac7b575873fb" ], "x-ms-arm-service-request-id": [ - "0aae074e-4f89-4323-ba95-af271654e9c9" + "b48996f1-0b17-43ae-b6b8-163e73890fd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170224Z:6d54ea82-f759-4d93-9802-e4a507867ac1" + "EASTUS2:20220120T001037Z:33cc7988-99df-4a8a-9825-ac7b575873fb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:36 GMT" + ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/publicIPAddresses/pip4397?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/publicIPAddresses/pip9773?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +620,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:23 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94880875-c16c-4e81-acfb-98eced61a695\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"ce4cdf10-2a55-4751-93e7-3ae5ff319b39\"" ], "x-ms-request-id": [ - "1e524198-9be4-43f4-b243-fb340225ebe9" + "c62cd805-a76c-41f8-bd11-a21aed3e6ef1" ], "x-ms-correlation-request-id": [ - "9f0401a7-c60e-491a-8140-e9618f0b15a2" + "255ec699-2e45-4f6d-af3c-ffe4469bf26e" ], "x-ms-arm-service-request-id": [ - "6e2c36bd-293f-4f6b-bf74-946fa182f8a1" + "717a156b-a872-4b81-89fd-2779ca9bade7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170224Z:9f0401a7-c60e-491a-8140-e9618f0b15a2" + "EASTUS2:20220120T001037Z:255ec699-2e45-4f6d-af3c-ffe4469bf26e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:36 GMT" + ], "Content-Length": [ - "764" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4397\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/publicIPAddresses/pip4397\",\r\n \"etag\": \"W/\\\"94880875-c16c-4e81-acfb-98eced61a695\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd301044-e386-4a20-bc8e-9672cde4138d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn861\",\r\n \"fqdn\": \"dn861.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9773\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/publicIPAddresses/pip9773\",\r\n \"etag\": \"W/\\\"ce4cdf10-2a55-4751-93e7-3ae5ff319b39\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31def3b3-b8ea-4003-9687-0727ad5d0f26\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4262\",\r\n \"fqdn\": \"dn4262.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/publicIPAddresses/pip4397?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/publicIPAddresses/pip9773?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40ce1465-cea9-4e39-affa-31912674f7df" + "b6c2aa41-a43f-4519-88db-eb3eda44a95d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:23 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94880875-c16c-4e81-acfb-98eced61a695\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"ce4cdf10-2a55-4751-93e7-3ae5ff319b39\"" ], "x-ms-request-id": [ - "42fd3f54-c181-4166-bfb1-f916b7003061" + "7c712041-bb18-4bf0-8a7c-b242cf6fa7ab" ], "x-ms-correlation-request-id": [ - "050bfbf6-b321-43d5-9317-8ad2a2d5b3db" + "35b77959-9e0b-4ad2-9124-52f7b8a17a17" ], "x-ms-arm-service-request-id": [ - "a4a1bcc8-dd39-4fbc-8f87-821f5fe13e51" + "48387053-6bef-4e49-a0fd-5c89966e69ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170224Z:050bfbf6-b321-43d5-9317-8ad2a2d5b3db" + "EASTUS2:20220120T001037Z:35b77959-9e0b-4ad2-9124-52f7b8a17a17" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:36 GMT" + ], "Content-Length": [ - "764" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4397\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/publicIPAddresses/pip4397\",\r\n \"etag\": \"W/\\\"94880875-c16c-4e81-acfb-98eced61a695\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd301044-e386-4a20-bc8e-9672cde4138d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn861\",\r\n \"fqdn\": \"dn861.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9773\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/publicIPAddresses/pip9773\",\r\n \"etag\": \"W/\\\"ce4cdf10-2a55-4751-93e7-3ae5ff319b39\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31def3b3-b8ea-4003-9687-0727ad5d0f26\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4262\",\r\n \"fqdn\": \"dn4262.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU2ODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyNzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6360\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8053\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8b038fa-2e6e-4e93-b6c1-11cf9328487a" + "66f834a5-5f95-435f-a0fd-1d5061b7777d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:25 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "1f95f68c-c0e9-40f3-bb70-2fbc20ae68a8" + "9d0e8ee6-d7a5-4b06-a752-208cae904466" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/1f95f68c-c0e9-40f3-bb70-2fbc20ae68a8?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/9d0e8ee6-d7a5-4b06-a752-208cae904466?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b13f74c3-b85a-4474-905d-f76140568e1a" + "589a4277-bd72-4a5e-a16b-4d11dbbf4014" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "09af6d29-c6bf-4100-9f99-e6d20f6d6980" + "790db4e6-a8eb-4b8b-8e2c-05b3a5a63d65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170225Z:b13f74c3-b85a-4474-905d-f76140568e1a" + "EASTUS2:20220120T001037Z:589a4277-bd72-4a5e-a16b-4d11dbbf4014" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:37 GMT" + ], "Content-Length": [ "1319" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5689\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689\",\r\n \"etag\": \"W/\\\"5e956c9d-19d3-46e0-a6e2-94c0ed6e0cba\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5abd476b-110d-48ab-a3cf-4426fb7bc277\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6360\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360\",\r\n \"etag\": \"W/\\\"5e956c9d-19d3-46e0-a6e2-94c0ed6e0cba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7274\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274\",\r\n \"etag\": \"W/\\\"5f41efe0-2bb8-4cac-989f-b3d4215c8071\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"edb7db43-f65b-44ac-a593-6a3f15c3ddee\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8053\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053\",\r\n \"etag\": \"W/\\\"5f41efe0-2bb8-4cac-989f-b3d4215c8071\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/1f95f68c-c0e9-40f3-bb70-2fbc20ae68a8?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8xZjk1ZjY4Yy1jMGU5LTQwZjMtYmI3MC0yZmJjMjBhZTY4YTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/9d0e8ee6-d7a5-4b06-a752-208cae904466?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy85ZDBlOGVlNi1kN2E1LTRiMDYtYTc1Mi0yMDhjYWU5MDQ0NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "a935ce82-a2d0-40f2-b6ec-3afb9ef1ca84" + "cd267fc6-4ef8-4a2e-8322-d7e2f24162dd" ], "x-ms-correlation-request-id": [ - "1c3709bc-a061-4e8c-b4c8-add7bafd022b" + "f9c1a118-4cae-4d0e-982f-8ce7d5e7a40f" ], "x-ms-arm-service-request-id": [ - "966095a2-9007-4275-9c73-ba2e7234e777" + "4f9aa4ed-bcdd-4fba-9a40-61585f44f9f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170228Z:1c3709bc-a061-4e8c-b4c8-add7bafd022b" + "EASTUS2:20220120T001040Z:f9c1a118-4cae-4d0e-982f-8ce7d5e7a40f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:40 GMT" + ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU2ODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyNzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:28 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d9c7084c-c620-4709-b527-4011bf7e731d\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"0d6a2e38-dc01-46b2-a82c-1e7c8c69d7de\"" ], "x-ms-request-id": [ - "181a8392-1e98-4c20-93c6-a59da8392f81" + "934738e0-6c79-4d88-90e7-422e14dccaaa" ], "x-ms-correlation-request-id": [ - "01c4e71a-0117-4efe-a142-ba0b3ae58f1b" + "78eb5b42-1cc0-4e94-908c-166af3b03391" ], "x-ms-arm-service-request-id": [ - "9cc7093e-05c3-464f-b62b-7799ae202a75" + "ea32ced4-17dd-4e77-80ed-effecf3abb6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170229Z:01c4e71a-0117-4efe-a142-ba0b3ae58f1b" + "EASTUS2:20220120T001040Z:78eb5b42-1cc0-4e94-908c-166af3b03391" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:40 GMT" + ], "Content-Length": [ "1321" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5689\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689\",\r\n \"etag\": \"W/\\\"d9c7084c-c620-4709-b527-4011bf7e731d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5abd476b-110d-48ab-a3cf-4426fb7bc277\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6360\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360\",\r\n \"etag\": \"W/\\\"d9c7084c-c620-4709-b527-4011bf7e731d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7274\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274\",\r\n \"etag\": \"W/\\\"0d6a2e38-dc01-46b2-a82c-1e7c8c69d7de\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"edb7db43-f65b-44ac-a593-6a3f15c3ddee\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8053\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053\",\r\n \"etag\": \"W/\\\"0d6a2e38-dc01-46b2-a82c-1e7c8c69d7de\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU2ODkvc3VibmV0cy9zbjYzNjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyNzQvc3VibmV0cy9zbjgwNTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9182a76a-ce89-4248-8c77-2eb608bb2594" + "c27b0f62-6c82-4ba8-801d-1d4d180bb099" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:28 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d9c7084c-c620-4709-b527-4011bf7e731d\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"0d6a2e38-dc01-46b2-a82c-1e7c8c69d7de\"" ], "x-ms-request-id": [ - "b32540de-a789-4457-a733-faa9d4fbb2d6" + "cc122978-279a-4185-8271-10456b823850" ], "x-ms-correlation-request-id": [ - "3a9625de-774d-41db-8582-5b0b106ac719" + "d78162b2-4d21-4b83-abb0-627f6182161c" ], "x-ms-arm-service-request-id": [ - "fb137a08-7ffe-45fb-a47e-4a0cbae45ee9" + "c0a9d96d-f374-4c73-8f39-66206b7dc926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170229Z:3a9625de-774d-41db-8582-5b0b106ac719" + "EASTUS2:20220120T001041Z:d78162b2-4d21-4b83-abb0-627f6182161c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:40 GMT" + ], "Content-Length": [ "523" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6360\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360\",\r\n \"etag\": \"W/\\\"d9c7084c-c620-4709-b527-4011bf7e731d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn8053\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053\",\r\n \"etag\": \"W/\\\"0d6a2e38-dc01-46b2-a82c-1e7c8c69d7de\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ2MjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6360\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360\"\r\n }\r\n },\r\n \"name\": \"ip6443\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8053\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053\"\r\n }\r\n },\r\n \"name\": \"ip7691\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47b5e53b-5f40-4ef4-a516-811bb6d3147a" + "6e47014d-6a6e-4ed1-9bce-6e2982235a34" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1043,43 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "02ffa1a8-9326-490c-bb5b-2ce8680717e3" + "bf69d5d2-8dad-4c5a-893f-cd0fb424c123" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/02ffa1a8-9326-490c-bb5b-2ce8680717e3?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/bf69d5d2-8dad-4c5a-893f-cd0fb424c123?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3efdf03a-a2b3-4171-84e5-3bf7ab2a9a0e" + "fb979547-84c5-4409-86d9-d83ab985fd87" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f35b0f21-0e08-4825-860e-13edfb404345" + "1a048603-1915-4d83-b9b9-85afc9f297d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170230Z:3efdf03a-a2b3-4171-84e5-3bf7ab2a9a0e" + "EASTUS2:20220120T001041Z:fb979547-84c5-4409-86d9-d83ab985fd87" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:40 GMT" + ], "Content-Length": [ "1588" ], @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5540\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\",\r\n \"etag\": \"W/\\\"d4c198d9-70ae-489a-888c-ab0b28821dc1\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6a8770dd-37d5-4704-ba17-000481b21199\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540/ipConfigurations/ip6443\",\r\n \"etag\": \"W/\\\"d4c198d9-70ae-489a-888c-ab0b28821dc1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360\"\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\": \"nnd10wqncgvuri4piqtpw44coh.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4622\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\",\r\n \"etag\": \"W/\\\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb6bf1ef-b7b2-4dec-8811-fc78a0645096\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7691\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622/ipConfigurations/ip7691\",\r\n \"etag\": \"W/\\\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053\"\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\": \"ipn1p1k140wejjmtni5rlq433g.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ2MjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1110,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:29 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d4c198d9-70ae-489a-888c-ab0b28821dc1\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\"" ], "x-ms-request-id": [ - "4e61a49b-ffe8-41f3-8f63-08ffc0fb1aa9" + "0af766a9-defe-460a-b54d-3777b93d1211" ], "x-ms-correlation-request-id": [ - "8913ee15-7d93-4f64-bb48-034cae5e8a0c" + "a06a79a3-461e-4eaa-bf40-cb9024406185" ], "x-ms-arm-service-request-id": [ - "3c581219-85f2-45c2-8e92-99b2bb73fb87" + "c60fe6dd-d04d-41a1-ad44-1b1c62ce3400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170230Z:8913ee15-7d93-4f64-bb48-034cae5e8a0c" + "EASTUS2:20220120T001041Z:a06a79a3-461e-4eaa-bf40-cb9024406185" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:40 GMT" + ], "Content-Length": [ "1588" ], @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5540\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\",\r\n \"etag\": \"W/\\\"d4c198d9-70ae-489a-888c-ab0b28821dc1\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6a8770dd-37d5-4704-ba17-000481b21199\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540/ipConfigurations/ip6443\",\r\n \"etag\": \"W/\\\"d4c198d9-70ae-489a-888c-ab0b28821dc1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360\"\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\": \"nnd10wqncgvuri4piqtpw44coh.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4622\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\",\r\n \"etag\": \"W/\\\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb6bf1ef-b7b2-4dec-8811-fc78a0645096\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7691\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622/ipConfigurations/ip7691\",\r\n \"etag\": \"W/\\\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053\"\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\": \"ipn1p1k140wejjmtni5rlq433g.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ2MjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5928fa34-1f8e-4ab6-adf1-e7bf3eff7a3b" + "fb4f46af-7fdc-4bb1-9237-ab6c1732cd0c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1180,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:29 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d4c198d9-70ae-489a-888c-ab0b28821dc1\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\"" ], "x-ms-request-id": [ - "a580a30d-f074-43e7-adfb-eccfa5e38888" + "ce76aba3-a95a-47d6-9be4-cc41f103a4d5" ], "x-ms-correlation-request-id": [ - "774843df-ab4f-41b8-9ca8-6fbd7cafeb5b" + "017928c4-2009-4f9a-a8be-16bc8bf2ddf6" ], "x-ms-arm-service-request-id": [ - "39b48bd8-18f3-410c-ba15-dd25380632a8" + "262d6564-0e57-450c-8b4b-7562c140637a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170230Z:774843df-ab4f-41b8-9ca8-6fbd7cafeb5b" + "EASTUS2:20220120T001041Z:017928c4-2009-4f9a-a8be-16bc8bf2ddf6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:40 GMT" + ], "Content-Length": [ "1588" ], @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5540\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\",\r\n \"etag\": \"W/\\\"d4c198d9-70ae-489a-888c-ab0b28821dc1\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6a8770dd-37d5-4704-ba17-000481b21199\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540/ipConfigurations/ip6443\",\r\n \"etag\": \"W/\\\"d4c198d9-70ae-489a-888c-ab0b28821dc1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/virtualNetworks/vn5689/subnets/sn6360\"\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\": \"nnd10wqncgvuri4piqtpw44coh.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4622\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\",\r\n \"etag\": \"W/\\\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb6bf1ef-b7b2-4dec-8811-fc78a0645096\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7691\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622/ipConfigurations/ip7691\",\r\n \"etag\": \"W/\\\"1e8e016d-b4b8-45ca-bc53-0212e7c9cb3d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/virtualNetworks/vn7274/subnets/sn8053\"\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\": \"ipn1p1k140wejjmtni5rlq433g.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/availabilitySets/as999?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5OTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/availabilitySets/as1231?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMxMjMxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b9ce5870-f200-463b-89b4-64f1ab88cbe3" + "80117029-2eff-4fa8-bce0-95f1ff33e9ba" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,16 +1256,9 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:32 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1273,22 +1266,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58058096-cc1b-47ae-9e7e-ade31f173134" + "a2101e6e-04a8-4450-8454-816dcdc12a22" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "a1c267ce-e328-49e0-a387-1817f8b49c04" + "5b1ddac9-023e-4cf0-b785-7093dc378e1a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170233Z:a1c267ce-e328-49e0-a387-1817f8b49c04" + "EASTUS2:20220120T001041Z:5b1ddac9-023e-4cf0-b785-7093dc378e1a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:40 GMT" + ], "Content-Length": [ - "440" + "442" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,53 +1297,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as999\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/availabilitySets/as999\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as1231\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/availabilitySets/as1231\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk5MjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/availabilitySets/as999\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/availabilitySets/as1231\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bf8e533e-baad-4199-98bf-fc8e2a4c339a" + "fbe268dd-845c-49bf-9f97-7c32a632116f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1212" + "1214" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:34 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6243c533-4876-4785-b931-5833a21fea51?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/f2ad2911-6172-4419-9869-6d8738b0ee64?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1355,22 +1348,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6243c533-4876-4785-b931-5833a21fea51" + "f2ad2911-6172-4419-9869-6d8738b0ee64" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "e024d2d1-aae4-4ab4-8304-09c1f51a3f92" + "1ec0f798-c56a-41d2-b716-a327e09bab31" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170234Z:e024d2d1-aae4-4ab4-8304-09c1f51a3f92" + "EASTUS2:20220120T001042Z:1ec0f798-c56a-41d2-b716-a327e09bab31" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:42 GMT" + ], "Content-Length": [ - "2018" + "2077" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,60 +1379,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9921\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f1ee180-ef05-4b7d-abeb-90e9c1ba552c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/availabilitySets/AS999\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3042\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"aa7326d8-0e02-46ff-af3a-df3a839674e9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/availabilitySets/AS1231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T00:10:42.3856261+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6243c533-4876-4785-b931-5833a21fea51?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82MjQzYzUzMy00ODc2LTQ3ODUtYjkzMS01ODMzYTIxZmVhNTE/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/f2ad2911-6172-4419-9869-6d8738b0ee64?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mMmFkMjkxMS02MTcyLTQ0MTktOTg2OS02ZDg3MzhiMGVlNjQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:02:44 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68b4e4c6-2c51-4bf2-8e60-256cc2513ed2" + "702e3551-cfc0-44fc-ba34-db11a4ca1da3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-correlation-request-id": [ - "d82ac17c-41df-41bc-8363-639a14fa6e80" + "c41f2257-1d06-4e59-a203-059434b959a6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170244Z:d82ac17c-41df-41bc-8363-639a14fa6e80" + "EASTUS2:20220120T001052Z:c41f2257-1d06-4e59-a203-059434b959a6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:10:52 GMT" + ], "Content-Length": [ "134" ], @@ -1443,57 +1443,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:02:33.8236798-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6243c533-4876-4785-b931-5833a21fea51\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:10:42.1356197+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2ad2911-6172-4419-9869-6d8738b0ee64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6243c533-4876-4785-b931-5833a21fea51?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82MjQzYzUzMy00ODc2LTQ3ODUtYjkzMS01ODMzYTIxZmVhNTE/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/f2ad2911-6172-4419-9869-6d8738b0ee64?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mMmFkMjkxMS02MTcyLTQ0MTktOTg2OS02ZDg3MzhiMGVlNjQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:03:34 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1f1e298d-afa2-40a8-91ab-dcfc0782a3e3" + "9ee5f198-b69d-4ecb-9691-e6814dcd38eb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-correlation-request-id": [ - "c020470a-f5ed-4c0f-b4e4-dd71c453c4c3" + "894c9af5-64c1-4b99-8500-e8b6aba2794d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170334Z:c020470a-f5ed-4c0f-b4e4-dd71c453c4c3" + "EASTUS2:20220120T001142Z:894c9af5-64c1-4b99-8500-e8b6aba2794d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:11:41 GMT" + ], "Content-Length": [ "134" ], @@ -1504,57 +1504,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:02:33.8236798-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6243c533-4876-4785-b931-5833a21fea51\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:10:42.1356197+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2ad2911-6172-4419-9869-6d8738b0ee64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6243c533-4876-4785-b931-5833a21fea51?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82MjQzYzUzMy00ODc2LTQ3ODUtYjkzMS01ODMzYTIxZmVhNTE/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/f2ad2911-6172-4419-9869-6d8738b0ee64?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mMmFkMjkxMS02MTcyLTQ0MTktOTg2OS02ZDg3MzhiMGVlNjQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:04:23 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "464b9905-4b8c-4344-a94c-e8835cb4c39e" + "4e3eef6b-e486-43b2-a3d9-5804a0b4e068" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-correlation-request-id": [ - "3e2bf8a2-de91-4c25-b533-c6739c659aa6" + "9c3d1caa-7345-49ad-9db3-e69560c4fdd7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170424Z:3e2bf8a2-de91-4c25-b533-c6739c659aa6" + "EASTUS2:20220120T001232Z:9c3d1caa-7345-49ad-9db3-e69560c4fdd7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:12:32 GMT" + ], "Content-Length": [ "134" ], @@ -1565,57 +1565,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:02:33.8236798-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6243c533-4876-4785-b931-5833a21fea51\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:10:42.1356197+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2ad2911-6172-4419-9869-6d8738b0ee64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6243c533-4876-4785-b931-5833a21fea51?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82MjQzYzUzMy00ODc2LTQ3ODUtYjkzMS01ODMzYTIxZmVhNTE/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/f2ad2911-6172-4419-9869-6d8738b0ee64?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mMmFkMjkxMS02MTcyLTQ0MTktOTg2OS02ZDg3MzhiMGVlNjQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e020ce8-50be-44c4-b9ca-7310752a576b" + "41eb4590-e2be-4f6e-b0e3-9960544ffdf8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11987" ], "x-ms-correlation-request-id": [ - "a32eaf0a-3c1d-4c59-bac5-0093c48ed672" + "ee345901-851a-4450-94df-a5dedcc7ea9b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170515Z:a32eaf0a-3c1d-4c59-bac5-0093c48ed672" + "EASTUS2:20220120T001322Z:ee345901-851a-4450-94df-a5dedcc7ea9b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:13:22 GMT" + ], "Content-Length": [ "184" ], @@ -1626,59 +1626,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:02:33.8236798-05:00\",\r\n \"endTime\": \"2021-11-19T12:04:41.5615138-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6243c533-4876-4785-b931-5833a21fea51\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:10:42.1356197+00:00\",\r\n \"endTime\": \"2022-01-20T00:12:42.5781288+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f2ad2911-6172-4419-9869-6d8738b0ee64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk5MjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8ce279a5-3932-4c29-91d8-7b61864f72dd" + "db63332a-b627-440f-b353-9ab2c53641c8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11986" ], "x-ms-correlation-request-id": [ - "239b25a6-6263-4be7-a90b-b3c43807c3a5" + "6f52d26d-8936-48fa-b0c5-524331a2412d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170515Z:239b25a6-6263-4be7-a90b-b3c43807c3a5" + "EASTUS2:20220120T001322Z:6f52d26d-8936-48fa-b0c5-524331a2412d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:13:22 GMT" + ], "Content-Length": [ - "2047" + "2106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,65 +1687,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9921\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f1ee180-ef05-4b7d-abeb-90e9c1ba552c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/availabilitySets/AS999\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3042\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"aa7326d8-0e02-46ff-af3a-df3a839674e9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/availabilitySets/AS1231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:10:42.3856261+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk5MjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "058c0ce4-f13a-49d9-8557-535bf71f82e2" + "097a8064-9b78-4205-a14f-be6aa294b4e0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f18074b-c3aa-4371-895e-b0a7dea860f3" + "585bc87d-ea13-4c26-b74c-448d0274846d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11985" ], "x-ms-correlation-request-id": [ - "ae3cf05b-35e0-491d-9232-025503f416f6" + "ff8585df-deb2-4426-9606-c15013d23f51" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170515Z:ae3cf05b-35e0-491d-9232-025503f416f6" + "EASTUS2:20220120T001322Z:ff8585df-deb2-4426-9606-c15013d23f51" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:13:22 GMT" + ], "Content-Length": [ - "2047" + "2106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1754,53 +1754,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9921\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f1ee180-ef05-4b7d-abeb-90e9c1ba552c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/availabilitySets/AS999\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3042\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"aa7326d8-0e02-46ff-af3a-df3a839674e9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/availabilitySets/AS1231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:10:42.3856261+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10c5148d-cda4-48bf-89f9-9ab45b946d1b" + "152f113d-e6dc-4c47-9594-6efd7b427cf8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:15 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "ce1f747a-bdc8-4af3-9c8d-0474663e059c", - "98f95226-f3cd-4408-afff-62c3b5f56284" + "dacfd0ad-70ed-4bb2-8cb6-1806478146ca", + "4227812b-9b53-4dad-8f1e-66ddc17cc98f", + "3e1bb2c1-9620-4306-8ce9-b6698562e066", + "3aec228c-c1f5-4d72-a462-9542bbf26d92" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11984" ], "x-ms-request-id": [ - "704dc217-22ac-47f5-8a90-8e664df0f524" + "57234f02-9449-4b30-94a4-8c0980ef5896" ], "x-ms-correlation-request-id": [ - "704dc217-22ac-47f5-8a90-8e664df0f524" + "57234f02-9449-4b30-94a4-8c0980ef5896" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170515Z:704dc217-22ac-47f5-8a90-8e664df0f524" + "EASTUS2:20220120T001322Z:57234f02-9449-4b30-94a4-8c0980ef5896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1808,60 +1807,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "21592" + "Date": [ + "Thu, 20 Jan 2022 00:13:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "52121" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm9921\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR7415/providers/Microsoft.Compute/virtualMachines/vm9921\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f1ee180-ef05-4b7d-abeb-90e9c1ba552c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR7415/providers/Microsoft.Compute/availabilitySets/AS999\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Network/networkInterfaces/nic5540\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest9lq9hxuz\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b8d7764f-017b-447f-b0d9-733a791a6deb\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmj9tu8vnc8\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicjkvpubgx9\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestaff4xjql\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cf859556-0076-4004-b97c-d4c335ba84ec\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmszb6i3x05\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicqx8x80hho\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestd5gicn61\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"tagname883\": \"taglsrsaxvyd\",\r\n \"tagname0lv\": \"tagtithksgbg\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe403db9-389e-44d5-8cb5-012348e63e44\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvm1cmif2gab\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicx3yz80058\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_860252d9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"39d2303c-988d-4582-b69a-5e753219dc02\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc0XUJ76V\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-c5e657b3-eab2-4f7a-8d51-0e507b289cf5\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_fe9a223c\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4bd05777-9109-404b-8f92-c830008c5e0a\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc00DYOJO\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-34d550bc-c1fd-4b88-92cc-a2e2962551e3\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestruc00wfw\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"863d63d2-6150-4a94-a842-bdb4152cfafc\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmo0huhiuix\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnichxi7jf8\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab956dd0-cd2c-4f25-a745-b6eea7518fd7\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4770.2111050154\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"TestVMRpLimit\",\r\n \"adminUsername\": \"sudheera513\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/sukodavaRpLimit/providers/Microsoft.Network/networkInterfaces/testvmrplimit295\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9601\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66270a1e-40f8-480a-a9e8-1eac64218ddb\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Network/networkInterfaces/nic9338\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm2adsandorhib2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"d85f1ff5-e0d3-42d6-8e8b-ffce072f2ae6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"88350137-ade3-4269-be98-dc0cee2932e9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/disks/vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib2/providers/Microsoft.Network/networkInterfaces/nicadsandorhib2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-14T21:10:25.1071508+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2adsandorhib3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"abe549bc-9f5c-4ba9-b2a5-99cf5d040e09\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e69a6df4-29d7-4ea1-af56-3392fa691453\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/disks/vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib3/providers/Microsoft.Network/networkInterfaces/nicadsandorhib3\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T21:55:14.6915756+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmregional\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"eb4d5110-0181-4a38-8ba7-ecf333f01c60\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Compute/disks/vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmregional\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Network/networkInterfaces/vmregional278\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:33:48.8228201+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmzonal1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9ef53f7a-4eea-4171-9362-c91d114f4df4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Compute/disks/vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmzonal1\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Network/networkInterfaces/vmzonal1253_z1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:30:20.260249+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps1892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2728141-96d9-4a73-b70f-b2ce452ed6c4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Compute/disks/vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps1892\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Network/networkInterfaces/vcrptestps1892\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:45:03.9656475+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8eb034eb-f3d8-4ca7-a87a-92647df89773\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a0336379-681d-47d1-b696-eeda5cbf0f2f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Compute/disks/vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Network/networkInterfaces/niccrptestps2336\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T19:34:57.4803052+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps2914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fc349a9d-e0ac-42c9-bd5a-80584a31f049\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Compute/disks/vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps2914\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Network/networkInterfaces/vcrptestps2914\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:30:48.7770595+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps6175\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"16bcc311-d7e6-41f7-b54e-f989fb38c6b3\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e67faf28-c722-4392-b4a5-10d39a8ac04a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3125.2112070401\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Compute/disks/vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Network/networkInterfaces/niccrptestps6175\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"timeCreated\": \"2022-01-11T18:20:52.6476202+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmrepairtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e0d7d54c-13e3-4af5-abbe-59f0c4d681c9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmrepairtest\",\r\n \"adminUsername\": \"haider\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Network/networkInterfaces/vmrepairtestVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T19:06:18.5983396+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"552c4e8e-8ad6-4ff0-ad3b-879f8e86ca1c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:14:10.2669215+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c0aa0ce-5581-4526-8b7e-9d793732be22\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213202933\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213202933\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:30:57.0289026+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d171b9d-5856-49fd-9824-4c7781a76b1a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213203338\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213203338\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:35:05.952441+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c3aefa67-9bf3-4788-98b9-e229844d8c77\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haahga\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:41:54.909144+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"612387aa-9504-47ed-9000-12a4ac7cc81e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy2\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:51:16.8506381+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"62041c75-41c5-43e6-a637-c6c124f5496d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211217070230\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211217070230\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-17T07:04:17.9747511+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6966eaa0-f08a-4d28-95d7-0075ff81cfa0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20220103162935\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20220103162935\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-03T16:30:48.2641165+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Sent3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5cfd5ef4-8af5-4be4-8dbf-d53eab0a5796\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20144.2110070052\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Sent3\",\r\n \"adminUsername\": \"testuser1\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Network/networkInterfaces/Sent3\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-03T11:38:22.9746821+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"mybrokenvm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90683402-2258-4e4c-bc36-dda7489ed60e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"windowsserver-gen2preview\",\r\n \"sku\": \"2019-datacenter-gen2\",\r\n \"version\": \"2019.0.20190620\",\r\n \"exactVersion\": \"2019.0.20190620\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"mybrokenvm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Network/networkInterfaces/mybrokenvmVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-18T05:17:52.4509306+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-02-05T19:11:17.0944462+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VmSdk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f383336-3ce6-4079-bb79-81caef647315\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2237.2110070715\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"VmSdk\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/vmsdk446\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-10-31T21:56:23.2090229+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"haagha-SDKtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f1bd57ae-267e-4c7c-aaa6-9b8aab799eeb\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftvisualstudio\",\r\n \"offer\": \"visualstudio2019\",\r\n \"sku\": \"vs-2019-ent-win10-n\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"2021.01.13\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Compute/disks/haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"haagha-SDKtest\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Network/networkInterfaces/haagha-sdktest874\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:56:51.0825308+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3042\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR2759/providers/Microsoft.Compute/virtualMachines/vm3042\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"aa7326d8-0e02-46ff-af3a-df3a839674e9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR2759/providers/Microsoft.Compute/availabilitySets/AS1231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Network/networkInterfaces/nic4622\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:10:42.3856261+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk5MjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9e539ec-b337-477c-bb37-7628bc65441c" + "af6400a5-c1e2-4c05-b8e2-29fc16087e83" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:15 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/cac1c523-6d19-4eab-b4a0-04a4b7de149a?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/cac1c523-6d19-4eab-b4a0-04a4b7de149a?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1873,56 +1868,60 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cac1c523-6d19-4eab-b4a0-04a4b7de149a" + "5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "84debbac-2132-4d2d-81bc-1b4731d86532" + "c74547d8-035e-407e-8cae-0b0086a3bbba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170515Z:84debbac-2132-4d2d-81bc-1b4731d86532" + "EASTUS2:20220120T001323Z:c74547d8-035e-407e-8cae-0b0086a3bbba" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:13:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/virtualMachines/vm9921?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk5MjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/virtualMachines/vm3042?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0da814da-cc0c-4ce8-afe1-f19cacaa5b31" + "1990da40-0817-4a03-9c14-c1a476851ba9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:55 GMT" - ], "Pragma": [ "no-cache" ], @@ -1930,13 +1929,13 @@ "14998" ], "x-ms-request-id": [ - "fa53500e-832f-49c7-85f3-26bfb80c43bc" + "8d70d416-02ba-4f89-b1b8-0a926160ddc9" ], "x-ms-correlation-request-id": [ - "fa53500e-832f-49c7-85f3-26bfb80c43bc" + "8d70d416-02ba-4f89-b1b8-0a926160ddc9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170556Z:fa53500e-832f-49c7-85f3-26bfb80c43bc" + "EASTUS2:20220120T001403Z:8d70d416-02ba-4f89-b1b8-0a926160ddc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1944,6 +1943,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:03 GMT" + ], "Expires": [ "-1" ] @@ -1952,56 +1954,56 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/cac1c523-6d19-4eab-b4a0-04a4b7de149a?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9jYWMxYzUyMy02ZDE5LTRlYWItYjRhMC0wNGE0YjdkZTE0OWE/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy81YWIwZWNkMS0zNjgzLTRmYzEtOTVjZC1mYTJiZDJmZWNmYjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:25 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ded3d219-fa5a-46d9-9660-ca2b568d6120" + "a95a4e95-9ad0-466e-9138-20eced7111a8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11983" ], "x-ms-correlation-request-id": [ - "addf4b91-d99c-4780-8199-4c3e7c56b245" + "8f25cdc8-e26d-4bd2-81f3-a175e7d4b3b8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170525Z:addf4b91-d99c-4780-8199-4c3e7c56b245" + "EASTUS2:20220120T001333Z:8f25cdc8-e26d-4bd2-81f3-a175e7d4b3b8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:13:32 GMT" + ], "Content-Length": [ "134" ], @@ -2012,59 +2014,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:05:15.7198911-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cac1c523-6d19-4eab-b4a0-04a4b7de149a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:13:23.0329058+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/cac1c523-6d19-4eab-b4a0-04a4b7de149a?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9jYWMxYzUyMy02ZDE5LTRlYWItYjRhMC0wNGE0YjdkZTE0OWE/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy81YWIwZWNkMS0zNjgzLTRmYzEtOTVjZC1mYTJiZDJmZWNmYjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:55 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae38b82b-637b-4f95-86d9-3542448b553e" + "ad7ad5f0-2a41-4f88-aaf8-75a0bd695909" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11982" ], "x-ms-correlation-request-id": [ - "1ffb8f11-ebd3-4005-8cfa-74e5f3989a22" + "4b9a4714-e417-4bc1-b954-c913a9b07b02" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170556Z:1ffb8f11-ebd3-4005-8cfa-74e5f3989a22" + "EASTUS2:20220120T001403Z:4b9a4714-e417-4bc1-b954-c913a9b07b02" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:02 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2073,141 +2075,141 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:05:15.7198911-05:00\",\r\n \"endTime\": \"2021-11-19T12:05:53.2369311-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"cac1c523-6d19-4eab-b4a0-04a4b7de149a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:13:23.0329058+00:00\",\r\n \"endTime\": \"2022-01-20T00:13:59.425066+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/cac1c523-6d19-4eab-b4a0-04a4b7de149a?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9jYWMxYzUyMy02ZDE5LTRlYWItYjRhMC0wNGE0YjdkZTE0OWE/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/5ab0ecd1-3683-4fc1-95cd-fa2bd2fecfb2?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy81YWIwZWNkMS0zNjgzLTRmYzEtOTVjZC1mYTJiZDJmZWNmYjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:55 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f4e50522-3b4b-443c-9019-acb3f2c5ce10" + "25cede2b-32f2-41cc-9118-29708f4abca3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11981" ], "x-ms-correlation-request-id": [ - "bc1975e6-f1ff-4c3b-ab1c-0f2c6c4cf948" + "abdaa084-d406-41ec-be3c-25ad14378c66" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170556Z:bc1975e6-f1ff-4c3b-ab1c-0f2c6c4cf948" + "EASTUS2:20220120T001403Z:abdaa084-d406-41ec-be3c-25ad14378c66" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:14:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"tier\": \"P30\",\r\n \"burstingEnabled\": true\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"tier\": \"P30\",\r\n \"burstingEnabled\": true\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec5a030c-6e8a-4dd4-ab3d-7bd517954dea" + "53fbf405-0fe9-408a-adee-23707abd908a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "525" + "527" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:56 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/e368f352-a937-4b19-82ec-821b91066ab5?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/0d143895-8b81-4904-9c90-c11d41f8166e?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/e368f352-a937-4b19-82ec-821b91066ab5?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/0d143895-8b81-4904-9c90-c11d41f8166e?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7995" + "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "e368f352-a937-4b19-82ec-821b91066ab5" + "0d143895-8b81-4904-9c90-c11d41f8166e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "d8df3320-84de-44dc-9b94-1b91bb603351" + "c18728e2-3ed9-45b2-90ec-540f890e7b3d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170557Z:d8df3320-84de-44dc-9b94-1b91bb603351" + "EASTUS2:20220120T001403Z:c18728e2-3ed9-45b2-90ec-540f890e7b3d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:03 GMT" + ], "Content-Length": [ - "616" + "618" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2216,65 +2218,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2669\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"burstingEnabled\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"tier\": \"P30\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp9559\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"burstingEnabled\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"tier\": \"P30\"\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/e368f352-a937-4b19-82ec-821b91066ab5?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvZTM2OGYzNTItYTkzNy00YjE5LTgyZWMtODIxYjkxMDY2YWI1P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/0d143895-8b81-4904-9c90-c11d41f8166e?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvMGQxNDM4OTUtOGI4MS00OTA0LTljOTAtYzExZDQxZjgxNjZlP3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4JmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:05:58 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399967" + "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "745a094d-ce22-4cfc-a3fc-3ecfc30cc45a" + "ef6a2c2e-028f-40b8-963a-5e6618aab4aa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11980" ], "x-ms-correlation-request-id": [ - "b1e80048-f5be-48a6-b8e5-697acb67a713" + "7e7d19fe-d516-42bb-a194-5424f563e67f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170559Z:b1e80048-f5be-48a6-b8e5-697acb67a713" + "EASTUS2:20220120T001405Z:7e7d19fe-d516-42bb-a194-5424f563e67f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:05 GMT" + ], "Content-Length": [ - "134" + "1484" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2283,62 +2282,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:05:57.1970909-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e368f352-a937-4b19-82ec-821b91066ab5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:14:03.4761307+00:00\",\r\n \"endTime\": \"2022-01-20T00:14:05.2886186+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp9559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:14:03.6792544+00:00\",\r\n \"burstingEnabledTime\": \"2022-01-20T00:14:05.1480118+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"c433b6b3-fbbc-4643-928e-62350decd595\",\r\n \"tier\": \"P30\"\r\n }\r\n }\r\n },\r\n \"name\": \"0d143895-8b81-4904-9c90-c11d41f8166e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/e368f352-a937-4b19-82ec-821b91066ab5?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvZTM2OGYzNTItYTkzNy00YjE5LTgyZWMtODIxYjkxMDY2YWI1P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399965" + "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "c16dcf6b-3932-49a3-af82-9ccebf0f0ef8" + "795046b1-da69-4725-948e-24df2efabc89" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11979" ], "x-ms-correlation-request-id": [ - "4eb6bd3a-2ba9-4f6b-8c56-ae036084b1a3" + "93f4da96-8c1d-442f-8fe4-d5d6f5c7a5a5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170609Z:4eb6bd3a-2ba9-4f6b-8c56-ae036084b1a3" + "EASTUS2:20220120T001405Z:93f4da96-8c1d-442f-8fe4-d5d6f5c7a5a5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:05 GMT" + ], "Content-Length": [ - "1267" + "1259" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2347,62 +2346,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:05:57.1970909-05:00\",\r\n \"endTime\": \"2021-11-19T12:06:01.3690962-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp2669\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:05:57.337725-05:00\",\r\n \"burstingEnabledTime\": \"2021-11-19T12:06:01.2440927-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"d0d04ee1-1dab-4c4f-b5c2-a1e430a1aa9a\",\r\n \"tier\": \"P30\"\r\n }\r\n }\r\n },\r\n \"name\": \"e368f352-a937-4b19-82ec-821b91066ab5\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp9559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:14:03.6792544+00:00\",\r\n \"burstingEnabledTime\": \"2022-01-20T00:14:05.1480118+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"c433b6b3-fbbc-4643-928e-62350decd595\",\r\n \"tier\": \"P30\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7474fcbc-3210-4538-99f6-7cadad681a6f" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14997,Microsoft.Compute/LowCostGet30Min;119975" + "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "efb3a933-1474-4824-a36b-4108d456c975" + "4df839a2-6476-4dbe-be4d-381cd57af57e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11978" ], "x-ms-correlation-request-id": [ - "ce53cf1c-046b-49ae-99f8-668f11926cb1" + "e073af06-4c54-45b3-bd31-637bf4a15b31" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170609Z:ce53cf1c-046b-49ae-99f8-668f11926cb1" + "EASTUS2:20220120T001405Z:e073af06-4c54-45b3-bd31-637bf4a15b31" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:05 GMT" + ], "Content-Length": [ - "1256" + "1259" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2411,68 +2416,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2669\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:05:57.337725-05:00\",\r\n \"burstingEnabledTime\": \"2021-11-19T12:06:01.2440927-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"d0d04ee1-1dab-4c4f-b5c2-a1e430a1aa9a\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp9559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:14:03.6792544+00:00\",\r\n \"burstingEnabledTime\": \"2022-01-20T00:14:05.1480118+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"c433b6b3-fbbc-4643-928e-62350decd595\",\r\n \"tier\": \"P30\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dd61453-6a1e-491c-a226-b75e17695649" + "78f10e80-a9e2-4e8f-b5db-b95f28e8f0d3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14996,Microsoft.Compute/LowCostGet30Min;119974" + "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "6b7432fa-254d-4c87-9bff-0d96a3577e39" + "0a8f9320-96e2-44df-a735-cf7f627670ff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11975" ], "x-ms-correlation-request-id": [ - "42594054-e5cc-46fa-9274-fdf95c61dfaa" + "20106827-7bb5-4da3-8361-7bdfdc4b57c3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170609Z:42594054-e5cc-46fa-9274-fdf95c61dfaa" + "EASTUS2:20220120T001436Z:20106827-7bb5-4da3-8361-7bdfdc4b57c3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:35 GMT" + ], "Content-Length": [ - "1256" + "1258" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2481,68 +2486,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2669\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:05:57.337725-05:00\",\r\n \"burstingEnabledTime\": \"2021-11-19T12:06:01.2440927-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"d0d04ee1-1dab-4c4f-b5c2-a1e430a1aa9a\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp9559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:14:03.6792544+00:00\",\r\n \"burstingEnabledTime\": \"2022-01-20T00:14:05.1480118+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"c433b6b3-fbbc-4643-928e-62350decd595\",\r\n \"tier\": \"P30\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "828600b0-30dc-4735-b540-1eb274028821" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:39 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119973" + "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "d2b76168-185d-40ca-aaa8-473ac35e1c83" + "32f12971-cc72-4c5a-8a60-abf8d66cbda2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11973" ], "x-ms-correlation-request-id": [ - "a2d22190-e05c-442d-a646-f1d702b5cadc" + "da54d4ad-865c-4739-b4b2-abf9ec017938" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170640Z:a2d22190-e05c-442d-a646-f1d702b5cadc" + "EASTUS2:20220120T001438Z:da54d4ad-865c-4739-b4b2-abf9ec017938" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:37 GMT" + ], "Content-Length": [ - "1255" + "1304" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2551,62 +2550,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2669\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:05:57.337725-05:00\",\r\n \"burstingEnabledTime\": \"2021-11-19T12:06:01.2440927-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"d0d04ee1-1dab-4c4f-b5c2-a1e430a1aa9a\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp9559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:14:03.6792544+00:00\",\r\n \"burstingEnabledTime\": \"2022-01-20T00:14:05.1480118+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"c433b6b3-fbbc-4643-928e-62350decd595\",\r\n \"tier\": \"P30\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "3d0b60c0-c356-41de-b134-07f670aa3721" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119972" + "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "d5e0a570-f548-48e8-938a-7177c78df093" + "97a6223e-d618-4eaa-9687-bc325352a36b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11972" ], "x-ms-correlation-request-id": [ - "b4037403-0263-42d8-bab4-7fb9d1828ff0" + "2f6a687d-0732-439e-8bb6-dcb08cf91685" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170643Z:b4037403-0263-42d8-bab4-7fb9d1828ff0" + "EASTUS2:20220120T001438Z:2f6a687d-0732-439e-8bb6-dcb08cf91685" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:37 GMT" + ], "Content-Length": [ - "1301" + "1304" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2615,156 +2620,86 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2669\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:05:57.337725-05:00\",\r\n \"burstingEnabledTime\": \"2021-11-19T12:06:01.2440927-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"d0d04ee1-1dab-4c4f-b5c2-a1e430a1aa9a\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp9559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:14:03.6792544+00:00\",\r\n \"burstingEnabledTime\": \"2022-01-20T00:14:05.1480118+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"c433b6b3-fbbc-4643-928e-62350decd595\",\r\n \"tier\": \"P30\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "096ed20b-6e23-4038-bdc8-3f2656e77ca7" + "83ab2521-de9a-4114-aea9-e0fc1d88e3ca" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-failure-cause": [ + "gateway" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119971" + "x-ms-request-id": [ + "3655d10e-a677-4c22-a44d-26af3cfe45b4" + ], + "x-ms-correlation-request-id": [ + "3655d10e-a677-4c22-a44d-26af3cfe45b4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T001538Z:3655d10e-a677-4c22-a44d-26af3cfe45b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-request-id": [ - "1c10b059-ad8e-4fc1-b308-84a9ad24108b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "3d1761d6-7cd2-4e97-97a1-335529b5df7b" - ], - "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170643Z:3d1761d6-7cd2-4e97-97a1-335529b5df7b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "1301" + "Date": [ + "Thu, 20 Jan 2022 00:15:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"diskrp2669\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:05:57.337725-05:00\",\r\n \"burstingEnabledTime\": \"2021-11-19T12:06:01.2440927-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"d0d04ee1-1dab-4c4f-b5c2-a1e430a1aa9a\",\r\n \"tier\": \"P30\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b98287e6-0af6-46f0-9d3b-0b574ba04906" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 19 Nov 2021 17:07:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-failure-cause": [ - "gateway" - ], - "x-ms-request-id": [ - "e990a401-ca4b-47c6-8460-3a30b3ba56bf" - ], - "x-ms-correlation-request-id": [ - "e990a401-ca4b-47c6-8460-3a30b3ba56bf" - ], - "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170744Z:e990a401-ca4b-47c6-8460-3a30b3ba56bf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" ], "Content-Length": [ "219" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/disks/diskrp2669' under resource group 'crptestar7415' 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/disks/diskrp9559' under resource group 'crptestar2759' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669/beginGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2NjkvYmVnaW5HZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559/beginGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTkvYmVnaW5HZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"access\": \"Read\",\r\n \"durationInSeconds\": 1000\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b6da5ea-822a-4b88-9551-65994158e89c" + "0e6b78a5-c463-4bab-8d67-d96c59a69874" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2777,109 +2712,109 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a74e6199-090a-41b1-a36b-4fa5b4b6c110?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/55c9ef13-cc67-4043-98c3-c6d315eafa52?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a74e6199-090a-41b1-a36b-4fa5b4b6c110?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/55c9ef13-cc67-4043-98c3-c6d315eafa52?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostDiskHydrate3Min;999,Microsoft.Compute/HighCostDiskHydrate30Min;7995" + "Microsoft.Compute/HighCostDiskHydrate3Min;999,Microsoft.Compute/HighCostDiskHydrate30Min;7999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "a74e6199-090a-41b1-a36b-4fa5b4b6c110" + "55c9ef13-cc67-4043-98c3-c6d315eafa52" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6f1154c8-23f6-4f28-a038-aa45c8486275" + "29296ccc-3612-4405-bebe-9e207b27ec41" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170610Z:6f1154c8-23f6-4f28-a038-aa45c8486275" + "EASTUS2:20220120T001406Z:29296ccc-3612-4405-bebe-9e207b27ec41" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:14:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a74e6199-090a-41b1-a36b-4fa5b4b6c110?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvYTc0ZTYxOTktMDkwYS00MWIxLWEzNmItNGZhNWI0YjZjMTEwP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/55c9ef13-cc67-4043-98c3-c6d315eafa52?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNTVjOWVmMTMtY2M2Ny00MDQzLTk4YzMtYzZkMzE1ZWFmYTUyP3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4JmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:39 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399963" + "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "accb6aeb-0845-48eb-ba46-38a001ec76d8" + "253c4b7f-de83-4aac-89c1-562f0fff43df" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11977" ], "x-ms-correlation-request-id": [ - "68d2566c-265e-46ad-8491-101294ac5db7" + "d46d79cc-8ba5-4fcd-bdea-b83af1b07b62" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170640Z:68d2566c-265e-46ad-8491-101294ac5db7" + "EASTUS2:20220120T001436Z:d46d79cc-8ba5-4fcd-bdea-b83af1b07b62" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:35 GMT" + ], "Content-Length": [ - "430" + "428" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2888,62 +2823,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:06:10.1037564-05:00\",\r\n \"endTime\": \"2021-11-19T12:06:10.2444098-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"a74e6199-090a-41b1-a36b-4fa5b4b6c110\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:14:05.8980366+00:00\",\r\n \"endTime\": \"2022-01-20T00:14:06.1636258+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"55c9ef13-cc67-4043-98c3-c6d315eafa52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a74e6199-090a-41b1-a36b-4fa5b4b6c110?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvYTc0ZTYxOTktMDkwYS00MWIxLWEzNmItNGZhNWI0YjZjMTEwP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/55c9ef13-cc67-4043-98c3-c6d315eafa52?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNTVjOWVmMTMtY2M2Ny00MDQzLTk4YzMtYzZkMzE1ZWFmYTUyP3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:39 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399962" + "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "05df1aef-73af-4863-9d12-c23d1ad1b6fa" + "f34a82fe-db92-465d-85dc-3db13d1dca40" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11976" ], "x-ms-correlation-request-id": [ - "a2616e01-ba99-481c-868c-0dfe7aee61e1" + "47b94cc9-7806-4039-a186-3d2f696ec66e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170640Z:a2616e01-ba99-481c-868c-0dfe7aee61e1" + "EASTUS2:20220120T001436Z:47b94cc9-7806-4039-a186-3d2f696ec66e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:35 GMT" + ], "Content-Length": [ - "205" + "203" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2956,22 +2891,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5f103474-36c6-455e-b279-3c4397a5e5e9" + "3e9f2692-8e0a-46e6-9b10-15b84fd3d8f9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2984,51 +2919,51 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/20166370-5e92-445e-88e0-18a2c523e08a?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/322789c4-200d-4e5a-9c94-eddaccf401e3?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/20166370-5e92-445e-88e0-18a2c523e08a?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/322789c4-200d-4e5a-9c94-eddaccf401e3?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7994" + "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "20166370-5e92-445e-88e0-18a2c523e08a" + "322789c4-200d-4e5a-9c94-eddaccf401e3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "ee7c1f77-86ee-4ca2-a54c-0971011d35a3" + "067bba12-4d66-445c-af37-6c06ac23d8b2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170641Z:ee7c1f77-86ee-4ca2-a54c-0971011d35a3" + "EASTUS2:20220120T001436Z:067bba12-4d66-445c-af37-6c06ac23d8b2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:35 GMT" + ], "Content-Length": [ - "679" + "715" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3037,62 +2972,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2669\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"faultDomain\": 0,\r\n \"tier\": \"P30\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp9559\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"colocationConstraints\": {},\r\n \"faultDomain\": 0,\r\n \"tier\": \"P30\"\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/20166370-5e92-445e-88e0-18a2c523e08a?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvMjAxNjYzNzAtNWU5Mi00NDVlLTg4ZTAtMThhMmM1MjNlMDhhP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/322789c4-200d-4e5a-9c94-eddaccf401e3?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvMzIyNzg5YzQtMjAwZC00ZTVhLTljOTQtZWRkYWNjZjQwMWUzP3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4JmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49993,Microsoft.Compute/GetOperation30Min;399961" + "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "a4844f91-6375-44a0-b13e-9a1fec36b51b" + "2b6b691c-acbf-4bec-9e78-192603bc727c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11974" ], "x-ms-correlation-request-id": [ - "9c0cce63-d19e-4816-a972-b88a8b2fd57a" + "5fe6e4d1-85d8-46bd-97b4-39c7908c881a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170643Z:9c0cce63-d19e-4816-a972-b88a8b2fd57a" + "EASTUS2:20220120T001438Z:5fe6e4d1-85d8-46bd-97b4-39c7908c881a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:14:37 GMT" + ], "Content-Length": [ - "1526" + "1529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3101,133 +3036,133 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:06:41.0110052-05:00\",\r\n \"endTime\": \"2021-11-19T12:06:41.1359963-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp2669\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Storage/storageAccounts/diskrp963\",\r\n \"sourceUri\": \"https://diskrp963.blob.core.windows.net/crptestar8584/oscrptestar389.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:05:57.337725-05:00\",\r\n \"burstingEnabledTime\": \"2021-11-19T12:06:01.2440927-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"d0d04ee1-1dab-4c4f-b5c2-a1e430a1aa9a\",\r\n \"tier\": \"P30\"\r\n }\r\n }\r\n },\r\n \"name\": \"20166370-5e92-445e-88e0-18a2c523e08a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:14:36.2419671+00:00\",\r\n \"endTime\": \"2022-01-20T00:14:36.3512937+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp9559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Storage/storageAccounts/diskrp4707\",\r\n \"sourceUri\": \"https://diskrp4707.blob.core.windows.net/crptestar275/oscrptestar7315.vhd\"\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 5000,\r\n \"diskMBpsReadWrite\": 200,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:14:03.6792544+00:00\",\r\n \"burstingEnabledTime\": \"2022-01-20T00:14:05.1480118+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"c433b6b3-fbbc-4643-928e-62350decd595\",\r\n \"tier\": \"P30\"\r\n }\r\n }\r\n },\r\n \"name\": \"322789c4-200d-4e5a-9c94-eddaccf401e3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669/endGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2NjkvZW5kR2V0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559/endGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTkvZW5kR2V0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8428fec4-25d2-4e9b-a8a7-e46d0fd6069c" + "b83b72f2-fab8-4f39-81a2-13b6cc31ff60" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:06:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/79851649-b0b3-452d-aad3-78ee3f500b28?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/84b6cca2-75d9-473b-b1cb-1776b412c4a9?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/79851649-b0b3-452d-aad3-78ee3f500b28?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/84b6cca2-75d9-473b-b1cb-1776b412c4a9?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7994" + "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "79851649-b0b3-452d-aad3-78ee3f500b28" + "84b6cca2-75d9-473b-b1cb-1776b412c4a9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "ec7b55b8-3bcf-4174-8fb1-3e555027a60b" + "13a6afe9-aea7-4e19-885b-989504cc054d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170643Z:ec7b55b8-3bcf-4174-8fb1-3e555027a60b" + "EASTUS2:20220120T001438Z:13a6afe9-aea7-4e19-885b-989504cc054d" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:14:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/79851649-b0b3-452d-aad3-78ee3f500b28?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNzk4NTE2NDktYjBiMy00NTJkLWFhZDMtNzhlZTNmNTAwYjI4P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/84b6cca2-75d9-473b-b1cb-1776b412c4a9?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvODRiNmNjYTItNzVkOS00NzNiLWIxY2ItMTc3NmI0MTJjNGE5P3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4JmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:07:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399958" + "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "e405ab94-c3bc-4879-ab5d-97e8826643ed" + "ad81d152-7b96-402f-9146-6707f6d03691" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11971" ], "x-ms-correlation-request-id": [ - "d7285963-fdf3-4c1f-8fe1-45b09f092511" + "aa47b5b2-2f11-4493-8d95-1aa8ec6d0bc6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170713Z:d7285963-fdf3-4c1f-8fe1-45b09f092511" + "EASTUS2:20220120T001508Z:aa47b5b2-2f11-4493-8d95-1aa8ec6d0bc6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:15:07 GMT" + ], "Content-Length": [ "184" ], @@ -3238,194 +3173,194 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:06:43.6673379-05:00\",\r\n \"endTime\": \"2021-11-19T12:06:43.8235779-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"79851649-b0b3-452d-aad3-78ee3f500b28\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:14:38.4138084+00:00\",\r\n \"endTime\": \"2022-01-20T00:14:38.5700698+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"84b6cca2-75d9-473b-b1cb-1776b412c4a9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/79851649-b0b3-452d-aad3-78ee3f500b28?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNzk4NTE2NDktYjBiMy00NTJkLWFhZDMtNzhlZTNmNTAwYjI4P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/84b6cca2-75d9-473b-b1cb-1776b412c4a9?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvODRiNmNjYTItNzVkOS00NzNiLWIxY2ItMTc3NmI0MTJjNGE5P3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:07:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399957" + "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "ce2bf2d4-1d83-42fd-a989-60bb9e5846c9" + "c6373e75-686e-48ca-82dd-92678455e11c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11970" ], "x-ms-correlation-request-id": [ - "acde638c-e306-47e4-a73e-b1e4b5fe3f8d" + "1f45fa21-6a6d-4ba3-a089-630c6ffe0013" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170713Z:acde638c-e306-47e4-a73e-b1e4b5fe3f8d" + "EASTUS2:20220120T001508Z:1f45fa21-6a6d-4ba3-a089-630c6ffe0013" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:15:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7415/providers/Microsoft.Compute/disks/diskrp2669?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI2Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2759/providers/Microsoft.Compute/disks/diskrp9559?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk1NTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c14235d-b7f2-4f0c-9e1b-a3afd524b6c7" + "a2844b0c-1347-4a9f-9983-2ba45aa214a9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:07:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/bdbdc7a3-999f-41b9-8115-150a179fe416?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/783ae98a-c0f7-4e39-bcba-b6d164426d13?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/bdbdc7a3-999f-41b9-8115-150a179fe416?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/783ae98a-c0f7-4e39-bcba-b6d164426d13?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23997" + "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "bdbdc7a3-999f-41b9-8115-150a179fe416" + "783ae98a-c0f7-4e39-bcba-b6d164426d13" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-correlation-request-id": [ - "ae402a9c-b8b5-45d2-9fea-1dda0aef9820" + "65c78346-bffa-48e5-8860-867a0ae66c60" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170714Z:ae402a9c-b8b5-45d2-9fea-1dda0aef9820" + "EASTUS2:20220120T001508Z:65c78346-bffa-48e5-8860-867a0ae66c60" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:15:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/bdbdc7a3-999f-41b9-8115-150a179fe416?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvYmRiZGM3YTMtOTk5Zi00MWI5LTgxMTUtMTUwYTE3OWZlNDE2P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/783ae98a-c0f7-4e39-bcba-b6d164426d13?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNzgzYWU5OGEtYzBmNy00ZTM5LWJjYmEtYjZkMTY0NDI2ZDEzP3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4JmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:07:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399955" + "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "b97518a0-d7e0-4526-ae73-984060c34c4c" + "3237c99e-38ab-4723-aab6-028a6171f4e8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11969" ], "x-ms-correlation-request-id": [ - "008634de-7e30-4245-8a43-fa310c13b02c" + "cb6a0550-8ab1-4671-8641-1572041d1c20" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170744Z:008634de-7e30-4245-8a43-fa310c13b02c" + "EASTUS2:20220120T001538Z:cb6a0550-8ab1-4671-8641-1572041d1c20" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:15:38 GMT" + ], "Content-Length": [ "184" ], @@ -3436,86 +3371,86 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:07:14.1878015-05:00\",\r\n \"endTime\": \"2021-11-19T12:07:14.5159492-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bdbdc7a3-999f-41b9-8115-150a179fe416\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:15:08.6206195+00:00\",\r\n \"endTime\": \"2022-01-20T00:15:08.9018416+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"783ae98a-c0f7-4e39-bcba-b6d164426d13\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/bdbdc7a3-999f-41b9-8115-150a179fe416?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvYmRiZGM3YTMtOTk5Zi00MWI5LTgxMTUtMTUwYTE3OWZlNDE2P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/783ae98a-c0f7-4e39-bcba-b6d164426d13?p=8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNzgzYWU5OGEtYzBmNy00ZTM5LWJjYmEtYjZkMTY0NDI2ZDEzP3A9OGJjMmNlZmYtMTRmOC00ZmQ3LTljN2ItZGRhYzkzYzVjMTY4Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:07:44 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399954" + "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "ded1dc0e-bc59-4491-b707-c0a9c98ab021_132760199079880544" + "8bc2ceff-14f8-4fd7-9c7b-ddac93c5c168_132861540607274775" ], "x-ms-request-id": [ - "b019fbbf-cb4b-4648-8a89-55c0e4ec3596" + "32f09bc0-d78b-47c9-9693-001c3f19b30b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11968" ], "x-ms-correlation-request-id": [ - "ede60892-9bfe-47d8-be62-a658ec707bef" + "9c04d793-589c-4f75-af5e-6da6ff36889b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170744Z:ede60892-9bfe-47d8-be62-a658ec707bef" + "EASTUS2:20220120T001538Z:9c04d793-589c-4f75-af5e-6da6ff36889b" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:15:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar7415?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0MTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2759?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34648780-c82d-416f-95bd-4dc24ccf66ea" + "ef44a588-0436-4e46-8bf6-616558357e35" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3523,14 +3458,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:07:45 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3539,13 +3471,13 @@ "14999" ], "x-ms-request-id": [ - "967cc88c-e97f-4790-a2a6-90f198d98fb6" + "e438420a-f882-4e9d-8c12-406923575104" ], "x-ms-correlation-request-id": [ - "967cc88c-e97f-4790-a2a6-90f198d98fb6" + "e438420a-f882-4e9d-8c12-406923575104" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170745Z:967cc88c-e97f-4790-a2a6-90f198d98fb6" + "EASTUS2:20220120T001538Z:e438420a-f882-4e9d-8c12-406923575104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3553,26 +3485,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:15:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRFMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3580,14 +3515,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:08:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3596,13 +3528,13 @@ "11999" ], "x-ms-request-id": [ - "e3fe9650-0f41-4613-bcc1-4c3b14dcdb0c" + "e04a2de4-2aac-4609-a01c-b573b7036d96" ], "x-ms-correlation-request-id": [ - "e3fe9650-0f41-4613-bcc1-4c3b14dcdb0c" + "e04a2de4-2aac-4609-a01c-b573b7036d96" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170800Z:e3fe9650-0f41-4613-bcc1-4c3b14dcdb0c" + "EASTUS2:20220120T001553Z:e04a2de4-2aac-4609-a01c-b573b7036d96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3610,26 +3542,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:15:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRFMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3637,14 +3572,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:08:15 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3653,13 +3585,13 @@ "11998" ], "x-ms-request-id": [ - "ef806f4b-d156-489b-9a24-beb36dfe23c4" + "53857051-c61f-4880-b643-e374095c727c" ], "x-ms-correlation-request-id": [ - "ef806f4b-d156-489b-9a24-beb36dfe23c4" + "53857051-c61f-4880-b643-e374095c727c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170815Z:ef806f4b-d156-489b-9a24-beb36dfe23c4" + "EASTUS2:20220120T001609Z:53857051-c61f-4880-b643-e374095c727c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3667,26 +3599,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:16:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRFMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3694,14 +3629,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:08:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3710,13 +3642,13 @@ "11997" ], "x-ms-request-id": [ - "699c02ed-e9e7-440f-a331-fc6240152620" + "c6551332-6b96-4287-b4b7-55be6a04ef37" ], "x-ms-correlation-request-id": [ - "699c02ed-e9e7-440f-a331-fc6240152620" + "c6551332-6b96-4287-b4b7-55be6a04ef37" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170831Z:699c02ed-e9e7-440f-a331-fc6240152620" + "EASTUS2:20220120T001624Z:c6551332-6b96-4287-b4b7-55be6a04ef37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3724,26 +3656,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:16:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRFMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3751,14 +3686,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:08:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3767,13 +3699,13 @@ "11996" ], "x-ms-request-id": [ - "0b65cc04-aef1-4a2e-ae5a-6dc368ea56c1" + "43dfce8a-363e-4096-b89d-e46aa68a80bd" ], "x-ms-correlation-request-id": [ - "0b65cc04-aef1-4a2e-ae5a-6dc368ea56c1" + "43dfce8a-363e-4096-b89d-e46aa68a80bd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170846Z:0b65cc04-aef1-4a2e-ae5a-6dc368ea56c1" + "EASTUS2:20220120T001639Z:43dfce8a-363e-4096-b89d-e46aa68a80bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3781,26 +3713,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:16:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRFMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3808,23 +3743,83 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "59f50ba9-b06e-4930-ab38-6107d289eb3b" + ], + "x-ms-correlation-request-id": [ + "59f50ba9-b06e-4930-ab38-6107d289eb3b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T001654Z:59f50ba9-b06e-4930-ab38-6107d289eb3b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Fri, 19 Nov 2021 17:09:01 GMT" + "Thu, 20 Jan 2022 00:16:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-request-id": [ - "928bbbd8-6162-4444-a2b5-51f4fae3ff12" + "d7510094-5a66-45f1-a342-e3a704e6a968" ], "x-ms-correlation-request-id": [ - "928bbbd8-6162-4444-a2b5-51f4fae3ff12" + "d7510094-5a66-45f1-a342-e3a704e6a968" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170901Z:928bbbd8-6162-4444-a2b5-51f4fae3ff12" + "EASTUS2:20220120T001709Z:d7510094-5a66-45f1-a342-e3a704e6a968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3832,26 +3827,86 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:17:08 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "7d27daa5-bb4b-46a9-b93c-6bfad13985c0" + ], + "x-ms-correlation-request-id": [ + "7d27daa5-bb4b-46a9-b93c-6bfad13985c0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T001724Z:7d27daa5-bb4b-46a9-b93c-6bfad13985c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:17:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDE1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRFMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3859,23 +3914,77 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "e1e335f9-0250-4103-bf2c-a45de4b38d36" + ], + "x-ms-correlation-request-id": [ + "e1e335f9-0250-4103-bf2c-a45de4b38d36" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T001739Z:e1e335f9-0250-4103-bf2c-a45de4b38d36" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Fri, 19 Nov 2021 17:09:01 GMT" + "Thu, 20 Jan 2022 00:17:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "62ce4480-aad6-4435-8518-81f7a26ba89f" + "14ea7d47-8bc2-4247-ac6d-da999e6f69c5" ], "x-ms-correlation-request-id": [ - "62ce4480-aad6-4435-8518-81f7a26ba89f" + "14ea7d47-8bc2-4247-ac6d-da999e6f69c5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170901Z:62ce4480-aad6-4435-8518-81f7a26ba89f" + "EASTUS2:20220120T001754Z:14ea7d47-8bc2-4247-ac6d-da999e6f69c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3883,11 +3992,65 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:17:53 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzU5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "09f1bb3d-8064-4e45-a48f-b555824fd9fa" + ], + "x-ms-correlation-request-id": [ + "09f1bb3d-8064-4e45-a48f-b555824fd9fa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T001754Z:09f1bb3d-8064-4e45-a48f-b555824fd9fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:17:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -3896,34 +4059,34 @@ ], "Names": { "PremiumDisk_CRUD_Execute": [ - "crptestar7415", - "diskrp2669" + "crptestar2759", + "diskrp9559" ], "GenerateImportDisk": [ - "diskrp963", - "as999" + "diskrp4707", + "as1231" ], "CreatePublicIP": [ - "pip4397", - "dn861" + "pip9773", + "dn4262" ], "CreateVNET": [ - "vn5689", - "sn6360" + "vn7274", + "sn8053" ], "CreateNIC": [ - "nic5540", - "ip6443" + "nic4622", + "ip7691" ], "CreateDefaultVMInput": [ - "crptestar8584", - "crptestar3757", - "crptestar389", - "vm9921", - "Microsoft.Compute/virtualMachines879" + "crptestar275", + "crptestar9498", + "crptestar7315", + "vm3042", + "Microsoft.Compute/virtualMachines2577" ] }, "Variables": { - "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_WithSecurityProfile_Import.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_WithSecurityProfile_Import.json index 6803fad1d741b..d0a5cd21d8327 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_WithSecurityProfile_Import.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_WithSecurityProfile_Import.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2291f149-75f1-4d05-86dd-6e0fff481935" + "1b02c373-2f09-44d4-80b9-df3f50f9606b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -33,10 +33,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "b8d24b99-caac-4e5d-949e-146ce5ffe291" + "6161c1a6-5c7e-47f4-8498-88c067882ff9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "110284f6-d40c-4b12-bce3-2af45d05cd2a" + "7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T134942Z:110284f6-d40c-4b12-bce3-2af45d05cd2a" + "SOUTHCENTRALUS:20220126T062936Z:7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:49:42 GMT" + "Wed, 26 Jan 2022 06:29:35 GMT" ], "Content-Length": [ "321" @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar6783?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3ODM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1095?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwOTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6783\": \"2021-11-23 13:49:43Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar1095\": \"2022-01-20 00:32:00Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5950bf72-df99-401e-b26e-8bf5069da970" + "bc4d98c7-0009-4493-a6a4-499f197e274d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "2e17269b-3726-4ca6-8af7-81ee78b27f8d" + "289f4a2e-0931-405e-beec-b080c9127ef6" ], "x-ms-correlation-request-id": [ - "2e17269b-3726-4ca6-8af7-81ee78b27f8d" + "289f4a2e-0931-405e-beec-b080c9127ef6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T134946Z:2e17269b-3726-4ca6-8af7-81ee78b27f8d" + "EASTUS2:20220120T003200Z:289f4a2e-0931-405e-beec-b080c9127ef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:49:45 GMT" + "Thu, 20 Jan 2022 00:32:00 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783\",\r\n \"name\": \"crptestar6783\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6783\": \"2021-11-23 13:49:43Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095\",\r\n \"name\": \"crptestar1095\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar1095\": \"2022-01-20 00:32:00Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar6783?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3ODM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1095?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwOTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6783\": \"2021-11-23 13:50:25Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar1095\": \"2022-01-20 00:32:32Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "43effd21-1ba8-4338-b101-fd3c1d4263d2" + "f2302e25-041d-41a0-96dc-4b2fc0bfc6ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "04dfb1b2-069f-45a8-8ae3-29d6a3aae0cf" + "7ba0fd0e-54a6-447b-9724-4e512fc2714b" ], "x-ms-correlation-request-id": [ - "04dfb1b2-069f-45a8-8ae3-29d6a3aae0cf" + "7ba0fd0e-54a6-447b-9724-4e512fc2714b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135027Z:04dfb1b2-069f-45a8-8ae3-29d6a3aae0cf" + "EASTUS2:20220120T003233Z:7ba0fd0e-54a6-447b-9724-4e512fc2714b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:26 GMT" + "Thu, 20 Jan 2022 00:32:32 GMT" ], "Content-Length": [ "234" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783\",\r\n \"name\": \"crptestar6783\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar6783\": \"2021-11-23 13:50:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095\",\r\n \"name\": \"crptestar1095\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar1095\": \"2022-01-20 00:32:32Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA3MzY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAzODkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "16a36652-33a5-4360-9b75-2bc66881a43d" + "0a075b05-9a35-4d00-bc4b-d4f035c7db6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/d8681b96-3b77-47e6-9b7e-5c32ab43b299?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/dd38ab4f-39fd-4d40-801e-29116dbab51a?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "d8681b96-3b77-47e6-9b7e-5c32ab43b299" + "dd38ab4f-39fd-4d40-801e-29116dbab51a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -250,19 +250,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": [ - "bd938875-32f6-4e63-acab-a22ae5475371" + "a7f35623-37f1-43b6-bf93-b360b3640aca" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T134956Z:bd938875-32f6-4e63-acab-a22ae5475371" + "EASTUS2:20220120T003205Z:a7f35623-37f1-43b6-bf93-b360b3640aca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:49:56 GMT" + "Thu, 20 Jan 2022 00:32:05 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/d8681b96-3b77-47e6-9b7e-5c32ab43b299?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvZDg2ODFiOTYtM2I3Ny00N2U2LTliN2UtNWMzMmFiNDNiMjk5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/dd38ab4f-39fd-4d40-801e-29116dbab51a?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvZGQzOGFiNGYtMzlmZC00ZDQwLTgwMWUtMjkxMTZkYmFiNTFhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -298,7 +298,7 @@ "no-cache" ], "x-ms-request-id": [ - "0711bb25-875f-4b9a-91b6-7cf0320b9dca" + "6ef15783-5a9f-4781-8649-ab3f2a6bb648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -307,19 +307,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "4c26d72c-cad3-4cba-8c21-addd9fbd59fc" + "44cf616e-3aa5-4f61-8f1e-3a0256593e76" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135014Z:4c26d72c-cad3-4cba-8c21-addd9fbd59fc" + "EASTUS2:20220120T003222Z:44cf616e-3aa5-4f61-8f1e-3a0256593e76" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:13 GMT" + "Thu, 20 Jan 2022 00:32:22 GMT" ], "Content-Length": [ "95" @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02a4286a-0f7b-42d2-93d0-4aa5669649c4" + "73fd676d-90ff-4839-957f-75b0f116b4ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "ac6bed32-d740-4e5d-a210-befef7ea2518" + "f3efe3ac-0a3d-4dc5-8134-c38cff288d50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,19 +370,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "5dfd7196-1865-407f-a960-83af7a28a482" + "abd8ce5d-fb73-4a91-904c-20598b78d294" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135025Z:5dfd7196-1865-407f-a960-83af7a28a482" + "EASTUS2:20220120T003232Z:abd8ce5d-fb73-4a91-904c-20598b78d294" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:24 GMT" + "Thu, 20 Jan 2022 00:32:32 GMT" ], "Content-Length": [ "737" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369\",\r\n \"name\": \"diskrp7369\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T13:49:54.7053849Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp7369.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp7369.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp7369.table.core.windows.net/\",\r\n \"file\": \"https://diskrp7369.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890\",\r\n \"name\": \"diskrp3890\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:32:02.3682517Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp3890.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp3890.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp3890.table.core.windows.net/\",\r\n \"file\": \"https://diskrp3890.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA3MzY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAzODkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de740da2-7d9d-4815-ae4a-64201cc8c16f" + "1e2e76c5-1fac-4373-8b92-4130d13dba84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "ae2aec6f-b998-4fb2-996b-7bcb3ea7551f" + "3088493b-4a49-4ba1-80a6-16f1cee55d87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "00374672-f80b-44e4-ba3c-fd577fb6638f" + "cacfc232-97f8-405d-9d0f-281082e08930" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135025Z:00374672-f80b-44e4-ba3c-fd577fb6638f" + "EASTUS2:20220120T003232Z:cacfc232-97f8-405d-9d0f-281082e08930" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:24 GMT" + "Thu, 20 Jan 2022 00:32:32 GMT" ], "Content-Length": [ "725" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369\",\r\n \"name\": \"diskrp7369\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T13:49:54.7053849Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp7369.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp7369.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp7369.table.core.windows.net/\",\r\n \"file\": \"https://diskrp7369.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890\",\r\n \"name\": \"diskrp3890\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:32:02.3682517Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp3890.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp3890.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp3890.table.core.windows.net/\",\r\n \"file\": \"https://diskrp3890.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/publicIPAddresses/pip8627?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg2Mjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/publicIPAddresses/pip5285?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUyODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7871\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9521\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7c64fc0-d89d-4457-ad4f-35f930f10f36" + "9fc2ba97-59bc-437e-868f-1e4c964c2666" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +496,19 @@ "1" ], "x-ms-request-id": [ - "9e76751b-0a86-4be9-83c5-13babd00ad5e" + "5c3c46ee-c1d8-42c8-8d7c-3a0e0e1cc33a" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/centraluseuap/operations/9e76751b-0a86-4be9-83c5-13babd00ad5e?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/5c3c46ee-c1d8-42c8-8d7c-3a0e0e1cc33a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d1cfcfac-adab-4d50-8725-d80d6d92025f" + "48ed80f7-a0e6-4ac5-b4df-cc3f4aefb6fa" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7cf64568-ce22-43f0-8a51-26e36918c421" + "044969ea-a8d0-49c6-bd7f-98c238bedfbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,13 +521,13 @@ "1199" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135040Z:d1cfcfac-adab-4d50-8725-d80d6d92025f" + "EASTUS2:20220120T003235Z:48ed80f7-a0e6-4ac5-b4df-cc3f4aefb6fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:40 GMT" + "Thu, 20 Jan 2022 00:32:35 GMT" ], "Content-Length": [ "769" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8627\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/publicIPAddresses/pip8627\",\r\n \"etag\": \"W/\\\"87bc0c71-0735-4345-86b1-297d732bd5cd\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bf9ed631-7107-4683-9ef7-9d80f3f21f6e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7871\",\r\n \"fqdn\": \"dn7871.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/publicIPAddresses/pip5285\",\r\n \"etag\": \"W/\\\"e7a8d68d-136a-4984-9420-4ba7cecf404f\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"499cf95f-cb58-4dbb-b62f-0e7bfaef5e46\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9521\",\r\n \"fqdn\": \"dn9521.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/centraluseuap/operations/9e76751b-0a86-4be9-83c5-13babd00ad5e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzllNzY3NTFiLTBhODYtNGJlOS04M2M1LTEzYmFiZDAwYWQ1ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/5c3c46ee-c1d8-42c8-8d7c-3a0e0e1cc33a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzVjM2M0NmVlLWMxZDgtNDJjOC04ZDdjLTNhMGUwZTFjYzMzYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +563,13 @@ "no-cache" ], "x-ms-request-id": [ - "2b2e94e9-82c4-4ee3-8c91-220a2009010a" + "f6f1e382-3c32-4ae1-b9a2-2281df1b41e6" ], "x-ms-correlation-request-id": [ - "a607c407-c6dd-4299-ba77-864b0e9fc12b" + "82b801fb-3007-42c2-995b-87178a0bd6f8" ], "x-ms-arm-service-request-id": [ - "ec524ea9-1599-4ccc-8ccb-e2b031b25069" + "619ceee5-9b2f-4a19-93f6-a26a7895b660" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,13 +582,13 @@ "11999" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135042Z:a607c407-c6dd-4299-ba77-864b0e9fc12b" + "EASTUS2:20220120T003236Z:82b801fb-3007-42c2-995b-87178a0bd6f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:42 GMT" + "Thu, 20 Jan 2022 00:32:36 GMT" ], "Content-Length": [ "29" @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/publicIPAddresses/pip8627?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg2Mjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/publicIPAddresses/pip5285?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUyODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +624,16 @@ "no-cache" ], "ETag": [ - "W/\"14b0292f-f48d-4168-afd6-deccc3b527cd\"" + "W/\"d2bada0b-5ebd-4885-8d01-38f5bd155a19\"" ], "x-ms-request-id": [ - "9f6e13a9-ac18-4e47-9454-923ea752f413" + "8d0f7d35-86bf-4429-a00c-7bc53950f175" ], "x-ms-correlation-request-id": [ - "a7472145-dd03-4bc0-8bcb-27e85bfd7601" + "78f4c4ac-0621-4711-9da9-09e265292f13" ], "x-ms-arm-service-request-id": [ - "38cbbe6b-9a6a-4078-94c5-e2845d67e206" + "38624e68-e7e5-4e37-a4ed-5e9c45db826e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -646,13 +646,13 @@ "11998" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135042Z:a7472145-dd03-4bc0-8bcb-27e85bfd7601" + "EASTUS2:20220120T003236Z:78f4c4ac-0621-4711-9da9-09e265292f13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:42 GMT" + "Thu, 20 Jan 2022 00:32:36 GMT" ], "Content-Length": [ "770" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8627\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/publicIPAddresses/pip8627\",\r\n \"etag\": \"W/\\\"14b0292f-f48d-4168-afd6-deccc3b527cd\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf9ed631-7107-4683-9ef7-9d80f3f21f6e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7871\",\r\n \"fqdn\": \"dn7871.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/publicIPAddresses/pip5285\",\r\n \"etag\": \"W/\\\"d2bada0b-5ebd-4885-8d01-38f5bd155a19\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"499cf95f-cb58-4dbb-b62f-0e7bfaef5e46\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9521\",\r\n \"fqdn\": \"dn9521.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/publicIPAddresses/pip8627?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg2Mjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/publicIPAddresses/pip5285?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUyODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa74ca1e-0957-4246-a2ae-d5fc5ccaad32" + "11ebc21e-528e-4b54-a48f-9c52f63e4e84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +694,16 @@ "no-cache" ], "ETag": [ - "W/\"14b0292f-f48d-4168-afd6-deccc3b527cd\"" + "W/\"d2bada0b-5ebd-4885-8d01-38f5bd155a19\"" ], "x-ms-request-id": [ - "dea752aa-76a2-4329-b493-bbd87d6d5eea" + "ef0d94dc-f939-4400-9cd1-b69de9088943" ], "x-ms-correlation-request-id": [ - "4e99673e-96e7-4fe3-b423-82cc58c16221" + "a81dad21-516b-4481-abf3-1ff0b3c821c3" ], "x-ms-arm-service-request-id": [ - "94e36d82-d069-41ac-8160-178bc48f19c3" + "c60f140b-d809-45b0-a0cd-5efeb8cba257" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -716,13 +716,13 @@ "11997" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135043Z:4e99673e-96e7-4fe3-b423-82cc58c16221" + "EASTUS2:20220120T003236Z:a81dad21-516b-4481-abf3-1ff0b3c821c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:42 GMT" + "Thu, 20 Jan 2022 00:32:36 GMT" ], "Content-Length": [ "770" @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8627\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/publicIPAddresses/pip8627\",\r\n \"etag\": \"W/\\\"14b0292f-f48d-4168-afd6-deccc3b527cd\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf9ed631-7107-4683-9ef7-9d80f3f21f6e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7871\",\r\n \"fqdn\": \"dn7871.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/publicIPAddresses/pip5285\",\r\n \"etag\": \"W/\\\"d2bada0b-5ebd-4885-8d01-38f5bd155a19\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"499cf95f-cb58-4dbb-b62f-0e7bfaef5e46\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9521\",\r\n \"fqdn\": \"dn9521.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcxOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6890\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4529\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b858e89-931f-4727-bbda-6d68356f3444" + "49328042-23fb-4785-8b90-f569a635f39a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -773,19 +773,19 @@ "3" ], "x-ms-request-id": [ - "acbf8f5f-68c6-4aee-a14d-a4cfda2c3637" + "5d29887e-674d-4110-899e-70a8a7dd486c" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/centraluseuap/operations/acbf8f5f-68c6-4aee-a14d-a4cfda2c3637?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/5d29887e-674d-4110-899e-70a8a7dd486c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "777c46a3-b459-4d56-8300-ee5d8879b53c" + "188f373c-dc21-4c62-9aa3-2c85772c9ed1" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f7399a2d-7810-4670-9b53-7d78512a295d" + "058a5c0b-2b24-494a-91b9-d95f48de9d90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,16 +798,16 @@ "1198" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135048Z:777c46a3-b459-4d56-8300-ee5d8879b53c" + "EASTUS2:20220120T003237Z:188f373c-dc21-4c62-9aa3-2c85772c9ed1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:48 GMT" + "Thu, 20 Jan 2022 00:32:37 GMT" ], "Content-Length": [ - "1321" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7190\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190\",\r\n \"etag\": \"W/\\\"eea1fec7-4265-49fb-be71-b092a2a053fe\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cb8c052b-2afb-49c7-b942-cd278a49d2d5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6890\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890\",\r\n \"etag\": \"W/\\\"eea1fec7-4265-49fb-be71-b092a2a053fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn43\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43\",\r\n \"etag\": \"W/\\\"19900fdc-1914-4d8f-9c77-5d83268fb3e1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"83069365-2878-47c8-b4bd-c6318d0c5d1d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529\",\r\n \"etag\": \"W/\\\"19900fdc-1914-4d8f-9c77-5d83268fb3e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/centraluseuap/operations/acbf8f5f-68c6-4aee-a14d-a4cfda2c3637?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zL2FjYmY4ZjVmLTY4YzYtNGFlZS1hMTRkLWE0Y2ZkYTJjMzYzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/5d29887e-674d-4110-899e-70a8a7dd486c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzVkMjk4ODdlLTY3NGQtNDExMC04OTllLTcwYThhN2RkNDg2Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -839,14 +839,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "384f2716-fe71-4888-9a26-65411b8de1dd" + "a339b8c2-ee5e-4818-a0b3-5742391fa86a" ], "x-ms-correlation-request-id": [ - "92d9c268-7114-495f-96cd-26eae342b32c" + "16ec0e3d-9725-4d28-9388-fa55a28a0ab8" ], "x-ms-arm-service-request-id": [ - "d9f88a6a-dfaf-4bf3-9781-d8cdd275a4a6" + "9ffa96d8-0cb2-4b45-aa8f-721a2fa326e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -859,13 +862,74 @@ "11996" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135051Z:92d9c268-7114-495f-96cd-26eae342b32c" + "EASTUS2:20220120T003240Z:16ec0e3d-9725-4d28-9388-fa55a28a0ab8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:32:40 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/5d29887e-674d-4110-899e-70a8a7dd486c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzVkMjk4ODdlLTY3NGQtNDExMC04OTllLTcwYThhN2RkNDg2Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cbed077f-6107-49ae-8d23-fa3048405aa2" + ], + "x-ms-correlation-request-id": [ + "6cd395b8-6f53-48c0-afdf-013874f6ceb4" + ], + "x-ms-arm-service-request-id": [ + "fa983f8d-25a1-49e6-a588-e5d9e05dda4a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T003251Z:6cd395b8-6f53-48c0-afdf-013874f6ceb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:51 GMT" + "Thu, 20 Jan 2022 00:32:50 GMT" ], "Content-Length": [ "29" @@ -881,15 +945,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcxOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +965,16 @@ "no-cache" ], "ETag": [ - "W/\"4091bc86-b689-4f2e-894a-ac89b3504228\"" + "W/\"b5207e41-2dd8-4fd5-bab4-f1ccd74bc5b6\"" ], "x-ms-request-id": [ - "3a178dca-b466-44cd-9dd8-50b612f65fd9" + "bdd5e8ad-523a-4b99-a18e-ec7f53b99d54" ], "x-ms-correlation-request-id": [ - "30fe483c-6b26-4e62-8e09-a2db0fa4b2a6" + "3d0b0211-9c86-408e-bbf5-9f2bc3608739" ], "x-ms-arm-service-request-id": [ - "4e532838-bd7b-4370-af3a-17cf8436706f" + "96b5d92e-efb2-47eb-b8b0-9ee5a19a67e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,19 +984,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135052Z:30fe483c-6b26-4e62-8e09-a2db0fa4b2a6" + "EASTUS2:20220120T003251Z:3d0b0211-9c86-408e-bbf5-9f2bc3608739" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:51 GMT" + "Thu, 20 Jan 2022 00:32:50 GMT" ], "Content-Length": [ - "1323" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1005,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7190\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190\",\r\n \"etag\": \"W/\\\"4091bc86-b689-4f2e-894a-ac89b3504228\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cb8c052b-2afb-49c7-b942-cd278a49d2d5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6890\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890\",\r\n \"etag\": \"W/\\\"4091bc86-b689-4f2e-894a-ac89b3504228\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn43\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43\",\r\n \"etag\": \"W/\\\"b5207e41-2dd8-4fd5-bab4-f1ccd74bc5b6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83069365-2878-47c8-b4bd-c6318d0c5d1d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529\",\r\n \"etag\": \"W/\\\"b5207e41-2dd8-4fd5-bab4-f1ccd74bc5b6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcxOTAvc3VibmV0cy9zbjY4OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzL3N1Ym5ldHMvc240NTI5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7565085b-8cf5-4040-9585-b3c534512e27" + "94f06af8-8fc6-41cd-b7ed-78eb57a6abf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -971,16 +1035,16 @@ "no-cache" ], "ETag": [ - "W/\"4091bc86-b689-4f2e-894a-ac89b3504228\"" + "W/\"b5207e41-2dd8-4fd5-bab4-f1ccd74bc5b6\"" ], "x-ms-request-id": [ - "1fe0c807-5ad7-48e8-ad3c-b39c4e663142" + "22caf143-aab9-412d-bc1c-77fb47c301dc" ], "x-ms-correlation-request-id": [ - "97046fc2-4200-4e03-a1c8-4321bbf7f7e4" + "3d69ca7e-2db6-4497-9dbe-21905c0b284d" ], "x-ms-arm-service-request-id": [ - "fa3ce2c3-ca0c-45c0-af35-9bda1a65f8d1" + "ebfcf1d6-f914-45d1-815b-7d9b164c6647" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -990,19 +1054,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135052Z:97046fc2-4200-4e03-a1c8-4321bbf7f7e4" + "EASTUS2:20220120T003251Z:3d69ca7e-2db6-4497-9dbe-21905c0b284d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:52 GMT" + "Thu, 20 Jan 2022 00:32:50 GMT" ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,32 +1075,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6890\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890\",\r\n \"etag\": \"W/\\\"4091bc86-b689-4f2e-894a-ac89b3504228\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529\",\r\n \"etag\": \"W/\\\"b5207e41-2dd8-4fd5-bab4-f1ccd74bc5b6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwMzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc4MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6890\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890\"\r\n }\r\n },\r\n \"name\": \"ip4295\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529\"\r\n }\r\n },\r\n \"name\": \"ip6841\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90cf5dfd-d44e-450a-8355-76cf80eae837" + "bcada0a2-362a-492f-98e7-87a2a757f525" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "746" ] }, "ResponseHeaders": { @@ -1047,19 +1111,19 @@ "no-cache" ], "x-ms-request-id": [ - "66dc92f3-4ccc-48e9-8058-ba6574161a3f" + "4b8e42cd-a278-4b21-8306-eb16909bc3d4" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/centraluseuap/operations/66dc92f3-4ccc-48e9-8058-ba6574161a3f?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/4b8e42cd-a278-4b21-8306-eb16909bc3d4?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bc69f15d-bf4b-471c-a8c4-84c05f271d87" + "5d59fe91-4595-4a06-b95e-60899275c2d7" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7cc46070-4bdb-467b-be83-baecd513a007" + "030ea251-e5d5-4fbd-b04f-65d059303655" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1072,16 +1136,16 @@ "1197" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135056Z:bc69f15d-bf4b-471c-a8c4-84c05f271d87" + "EASTUS2:20220120T003252Z:5d59fe91-4595-4a06-b95e-60899275c2d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:56 GMT" + "Thu, 20 Jan 2022 00:32:52 GMT" ], "Content-Length": [ - "1633" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1154,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5031\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\",\r\n \"etag\": \"W/\\\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"647d1eb7-acd7-4fb0-b9e5-0a2ba8834e00\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4295\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031/ipConfigurations/ip4295\",\r\n \"etag\": \"W/\\\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890\"\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\": \"fmcyzs51fldutokczutyusos0f.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\",\r\n \"etag\": \"W/\\\"572d6a17-ab07-43d3-9be9-a81468eff6d1\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e757d59-0968-4390-b6b9-5da771de26dc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6841\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832/ipConfigurations/ip6841\",\r\n \"etag\": \"W/\\\"572d6a17-ab07-43d3-9be9-a81468eff6d1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529\"\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\": \"mwjqna1yfdeepnf3yyyy0dc3df.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwMzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc4MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1178,16 @@ "no-cache" ], "ETag": [ - "W/\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\"" + "W/\"572d6a17-ab07-43d3-9be9-a81468eff6d1\"" ], "x-ms-request-id": [ - "39fe30d7-6cd8-40b4-8ab2-9bb7dfa3d6b7" + "ec76bf8f-9c67-4f23-a594-08ea628c0d8a" ], "x-ms-correlation-request-id": [ - "e41fe1d8-6ca8-4f0a-bdd7-e1fcef0f3c07" + "778f750d-a7ec-4d57-ad54-0411745c9ae4" ], "x-ms-arm-service-request-id": [ - "5dd503dc-ac38-4f43-a800-4054fa3d70fa" + "78a797b5-592a-45b8-be6a-790008ee0c37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,19 +1197,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135057Z:e41fe1d8-6ca8-4f0a-bdd7-e1fcef0f3c07" + "EASTUS2:20220120T003252Z:778f750d-a7ec-4d57-ad54-0411745c9ae4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:56 GMT" + "Thu, 20 Jan 2022 00:32:52 GMT" ], "Content-Length": [ - "1633" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5031\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\",\r\n \"etag\": \"W/\\\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"647d1eb7-acd7-4fb0-b9e5-0a2ba8834e00\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4295\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031/ipConfigurations/ip4295\",\r\n \"etag\": \"W/\\\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890\"\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\": \"fmcyzs51fldutokczutyusos0f.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\",\r\n \"etag\": \"W/\\\"572d6a17-ab07-43d3-9be9-a81468eff6d1\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e757d59-0968-4390-b6b9-5da771de26dc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6841\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832/ipConfigurations/ip6841\",\r\n \"etag\": \"W/\\\"572d6a17-ab07-43d3-9be9-a81468eff6d1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529\"\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\": \"mwjqna1yfdeepnf3yyyy0dc3df.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwMzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc4MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "498229ae-6c30-46ad-9b94-b93ca5b8f529" + "79653d3e-229c-4cb8-84eb-bf7f95ac2c49" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1184,16 +1248,16 @@ "no-cache" ], "ETag": [ - "W/\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\"" + "W/\"572d6a17-ab07-43d3-9be9-a81468eff6d1\"" ], "x-ms-request-id": [ - "46f2af1b-ca48-4566-80e8-e6aaeaa946c7" + "151f4337-b6ad-4e94-9e9c-322bb3faf66b" ], "x-ms-correlation-request-id": [ - "fd7ca948-3663-4ad3-9851-6169fb2761d9" + "85017cc0-82df-4e38-abfc-e95a099d1b23" ], "x-ms-arm-service-request-id": [ - "8226292c-7a65-4c3f-b480-aa7b69bf5e01" + "ca9c9ed3-e462-42b7-b96f-81eca8d18c07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1203,19 +1267,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135057Z:fd7ca948-3663-4ad3-9851-6169fb2761d9" + "EASTUS2:20220120T003252Z:85017cc0-82df-4e38-abfc-e95a099d1b23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:50:57 GMT" + "Thu, 20 Jan 2022 00:32:52 GMT" ], "Content-Length": [ - "1633" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1288,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5031\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\",\r\n \"etag\": \"W/\\\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"647d1eb7-acd7-4fb0-b9e5-0a2ba8834e00\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4295\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031/ipConfigurations/ip4295\",\r\n \"etag\": \"W/\\\"30bcb98a-d6f1-4725-85e0-632744f5f3c8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/virtualNetworks/vn7190/subnets/sn6890\"\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\": \"fmcyzs51fldutokczutyusos0f.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\",\r\n \"etag\": \"W/\\\"572d6a17-ab07-43d3-9be9-a81468eff6d1\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e757d59-0968-4390-b6b9-5da771de26dc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6841\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832/ipConfigurations/ip6841\",\r\n \"etag\": \"W/\\\"572d6a17-ab07-43d3-9be9-a81468eff6d1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/virtualNetworks/vn43/subnets/sn4529\"\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\": \"mwjqna1yfdeepnf3yyyy0dc3df.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/availabilitySets/as8456?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4NDU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/availabilitySets/as5140?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1MTQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6ce47cac-201a-4fe9-bdef-fa70919e7017" + "cebf0db4-9959-4a07-ada2-65fae9dcedbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1266,26 +1330,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "33bdb17f-4136-4884-b3d5-c1659fee647c" + "30bfb410-2488-43a9-bcf7-c9d12064c0b8" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "3831ca31-cc52-4141-954d-d1c83ffac475" + "1d7a55d9-4360-4a0c-a191-28d84420ee54" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135108Z:3831ca31-cc52-4141-954d-d1c83ffac475" + "EASTUS2:20220120T003253Z:1d7a55d9-4360-4a0c-a191-28d84420ee54" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:51:08 GMT" + "Thu, 20 Jan 2022 00:32:53 GMT" ], "Content-Length": [ "444" @@ -1297,26 +1361,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8456\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/availabilitySets/as8456\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as5140\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/availabilitySets/as5140\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTExMjM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/availabilitySets/as8456\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/availabilitySets/as5140\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "caed4be5-0115-4f5f-93d9-35c662559665" + "f781f8d3-c8bc-4ee6-82fe-6c61d7e6278c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1336,7 +1400,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/381627fb-d79f-45cc-b3e5-0098939315b7?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1412,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "381627fb-d79f-45cc-b3e5-0098939315b7" + "b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "db917078-8270-47c2-a238-8814785c8e42" + "1a8440b9-754a-48f8-92ea-5442c7f44655" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135114Z:db917078-8270-47c2-a238-8814785c8e42" + "EASTUS2:20220120T003255Z:1a8440b9-754a-48f8-92ea-5442c7f44655" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:51:13 GMT" + "Thu, 20 Jan 2022 00:32:55 GMT" ], "Content-Length": [ - "2023" + "2080" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,20 +1443,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4795\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3e965b70-54b0-4824-84ef-72fd21ad7ce9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/availabilitySets/AS8456\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1123\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f55e45e9-4d84-4bb4-a6dd-85baa354c2ef\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/availabilitySets/AS5140\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T00:32:54.9510364+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/381627fb-d79f-45cc-b3e5-0098939315b7?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzM4MTYyN2ZiLWQ3OWYtNDVjYy1iM2U1LTAwOTg5MzkzMTViNz9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I5YmQ3ZDFkLWFhYTktNGViYi1hODRkLWE2YzU3MWZmOGUyOD9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1412,26 +1476,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0a82dcf6-e1f7-479d-ba64-247b79b6121b" + "83a4b40e-7f2c-44e0-87bc-a20496ce0afe" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-correlation-request-id": [ - "3488e6c8-e659-4b40-8bb8-e86c1858e60e" + "422cd52a-0115-4919-8fb3-ab0eb4f00b3c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135124Z:3488e6c8-e659-4b40-8bb8-e86c1858e60e" + "EASTUS2:20220120T003305Z:422cd52a-0115-4919-8fb3-ab0eb4f00b3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:51:23 GMT" + "Thu, 20 Jan 2022 00:33:05 GMT" ], "Content-Length": [ "134" @@ -1443,20 +1507,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:21:11.4953257+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"381627fb-d79f-45cc-b3e5-0098939315b7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:32:54.8416631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/381627fb-d79f-45cc-b3e5-0098939315b7?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzM4MTYyN2ZiLWQ3OWYtNDVjYy1iM2U1LTAwOTg5MzkzMTViNz9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I5YmQ3ZDFkLWFhYTktNGViYi1hODRkLWE2YzU3MWZmOGUyOD9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1473,26 +1537,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5eb1cbcb-1e6d-4742-b237-09341fb41d43" + "5ffc7aed-90b1-4d76-804d-50be02d315a3" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-correlation-request-id": [ - "bcc08ae5-bc56-4d5d-85d4-c8a08fe1ed60" + "c3b0647c-aed7-4005-abdf-9fdc8926d6b5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135214Z:bcc08ae5-bc56-4d5d-85d4-c8a08fe1ed60" + "EASTUS2:20220120T003355Z:c3b0647c-aed7-4005-abdf-9fdc8926d6b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:52:14 GMT" + "Thu, 20 Jan 2022 00:33:55 GMT" ], "Content-Length": [ "134" @@ -1504,20 +1568,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:21:11.4953257+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"381627fb-d79f-45cc-b3e5-0098939315b7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:32:54.8416631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/381627fb-d79f-45cc-b3e5-0098939315b7?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzM4MTYyN2ZiLWQ3OWYtNDVjYy1iM2U1LTAwOTg5MzkzMTViNz9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I5YmQ3ZDFkLWFhYTktNGViYi1hODRkLWE2YzU3MWZmOGUyOD9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1534,26 +1598,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "558374c4-c54e-4257-ae99-f972f6de1d62" + "b8622f75-04d5-484e-bbc6-015e56ff6f44" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-correlation-request-id": [ - "457392cb-47f8-4304-a5c8-9ecd50c0c937" + "3a7526df-70f8-4c6f-b5d3-1ef2f1524f40" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135305Z:457392cb-47f8-4304-a5c8-9ecd50c0c937" + "EASTUS2:20220120T003445Z:3a7526df-70f8-4c6f-b5d3-1ef2f1524f40" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:53:04 GMT" + "Thu, 20 Jan 2022 00:34:45 GMT" ], "Content-Length": [ "134" @@ -1565,20 +1629,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:21:11.4953257+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"381627fb-d79f-45cc-b3e5-0098939315b7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:32:54.8416631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/381627fb-d79f-45cc-b3e5-0098939315b7?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzM4MTYyN2ZiLWQ3OWYtNDVjYy1iM2U1LTAwOTg5MzkzMTViNz9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I5YmQ3ZDFkLWFhYTktNGViYi1hODRkLWE2YzU3MWZmOGUyOD9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1595,26 +1659,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e873a16-47a4-464d-9f24-8f6964ed97de" + "9f273264-b496-4801-905b-c5df117f39a7" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11987" ], "x-ms-correlation-request-id": [ - "d1a9c0b2-75d6-406a-ad9c-d13466b7f219" + "92048f11-5eec-4b54-a981-4cafe98f0381" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135355Z:d1a9c0b2-75d6-406a-ad9c-d13466b7f219" + "EASTUS2:20220120T003535Z:92048f11-5eec-4b54-a981-4cafe98f0381" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:53:55 GMT" + "Thu, 20 Jan 2022 00:35:35 GMT" ], "Content-Length": [ "134" @@ -1626,20 +1690,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:21:11.4953257+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"381627fb-d79f-45cc-b3e5-0098939315b7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:32:54.8416631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/381627fb-d79f-45cc-b3e5-0098939315b7?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzM4MTYyN2ZiLWQ3OWYtNDVjYy1iM2U1LTAwOTg5MzkzMTViNz9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I5YmQ3ZDFkLWFhYTktNGViYi1hODRkLWE2YzU3MWZmOGUyOD9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1650,35 +1714,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "246707e8-c0d8-4336-8263-88e60ba757d6" + "84e18905-ab88-4e0e-a341-992d645c1a5c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11986" ], "x-ms-correlation-request-id": [ - "26882023-e0ec-4adf-ae92-b1252b23a987" + "33437340-a0b5-4935-937b-782447cd9e5a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135446Z:26882023-e0ec-4adf-ae92-b1252b23a987" + "EASTUS2:20220120T003626Z:33437340-a0b5-4935-937b-782447cd9e5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:54:45 GMT" + "Thu, 20 Jan 2022 00:36:25 GMT" ], "Content-Length": [ - "183" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,20 +1751,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:21:11.4953257+05:30\",\r\n \"endTime\": \"2021-11-23T19:23:59.542803+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"381627fb-d79f-45cc-b3e5-0098939315b7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:32:54.8416631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I5YmQ3ZDFkLWFhYTktNGViYi1hODRkLWE2YzU3MWZmOGUyOD9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1711,35 +1775,96 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7f82df0-323c-492c-8504-332af3653678" + "35b4ea58-4b22-43a1-8087-9b69612a7c27" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11985" + ], + "x-ms-correlation-request-id": [ + "f20e2b4a-98ac-4748-b5f2-5ce08c8d91be" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T003716Z:f20e2b4a-98ac-4748-b5f2-5ce08c8d91be" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:37:15 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:32:54.8416631+00:00\",\r\n \"endTime\": \"2022-01-20T00:37:14.4212378+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b9bd7d1d-aaa9-4ebb-a84d-a6c571ff8e28\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTExMjM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "700657ca-607e-401e-9c47-89072d5eb861" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "x-ms-correlation-request-id": [ - "be5a597c-220a-43e2-b35b-24f5a6494dd3" + "1ce4cd7b-dead-4d26-9b72-6eaacc4a8e77" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135446Z:be5a597c-220a-43e2-b35b-24f5a6494dd3" + "EASTUS2:20220120T003716Z:1ce4cd7b-dead-4d26-9b72-6eaacc4a8e77" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:54:46 GMT" + "Thu, 20 Jan 2022 00:37:15 GMT" ], "Content-Length": [ - "2052" + "2109" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1748,26 +1873,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4795\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3e965b70-54b0-4824-84ef-72fd21ad7ce9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/availabilitySets/AS8456\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1123\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f55e45e9-4d84-4bb4-a6dd-85baa354c2ef\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/availabilitySets/AS5140\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:32:54.9510364+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTExMjM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37454046-9cec-421c-ac0a-d4234fcdbd62" + "02e04a90-11be-4065-bc42-12d73b6ba54a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1778,35 +1903,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41e6b243-1822-4a06-8f8a-f0abfb101e4f" + "cdaa2643-85b9-466d-be3f-eb958614ecf9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11983" ], "x-ms-correlation-request-id": [ - "2c7e030d-cf59-4203-a31a-8b6c4422bed1" + "1b477e64-35a2-45a6-8ec0-edae372c35f6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135447Z:2c7e030d-cf59-4203-a31a-8b6c4422bed1" + "EASTUS2:20220120T003716Z:1b477e64-35a2-45a6-8ec0-edae372c35f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:54:46 GMT" + "Thu, 20 Jan 2022 00:37:15 GMT" ], "Content-Length": [ - "2052" + "2109" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1815,26 +1940,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4795\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3e965b70-54b0-4824-84ef-72fd21ad7ce9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/availabilitySets/AS8456\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1123\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f55e45e9-4d84-4bb4-a6dd-85baa354c2ef\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/availabilitySets/AS5140\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:32:54.9510364+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc5d2133-8af9-43e5-856b-9997b5fc344d" + "98d5dbd1-2d6b-434d-82e2-065e3acc1cbb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1845,20 +1970,22 @@ "no-cache" ], "x-ms-original-request-ids": [ - "e0388bb0-5be0-43ee-9b33-fbbf9e9a7a07", - "94528a56-69cf-4a1a-9de9-8dc4bf79ce18" + "6536ddf0-fbb7-48d5-9658-d5f9591029c2", + "14030898-0e2a-43e1-ba6e-9017d6d0a06a", + "190544bc-74dd-47ec-addb-473d4c67f4c7", + "33220d20-5dcd-40bc-abca-096f9647dca8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11982" ], "x-ms-request-id": [ - "2f965573-81d8-4814-a794-9e43444a6932" + "d2cc300b-801d-4728-8a86-2f498bc8f237" ], "x-ms-correlation-request-id": [ - "2f965573-81d8-4814-a794-9e43444a6932" + "d2cc300b-801d-4728-8a86-2f498bc8f237" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135448Z:2f965573-81d8-4814-a794-9e43444a6932" + "EASTUS2:20220120T003716Z:d2cc300b-801d-4728-8a86-2f498bc8f237" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1867,7 +1994,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:54:47 GMT" + "Thu, 20 Jan 2022 00:37:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1876,29 +2003,29 @@ "-1" ], "Content-Length": [ - "21597" + "52124" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"crptest9lq9hxuz\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b8d7764f-017b-447f-b0d9-733a791a6deb\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmj9tu8vnc8\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicjkvpubgx9\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestaff4xjql\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cf859556-0076-4004-b97c-d4c335ba84ec\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmszb6i3x05\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicqx8x80hho\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestd5gicn61\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"tagname883\": \"taglsrsaxvyd\",\r\n \"tagname0lv\": \"tagtithksgbg\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe403db9-389e-44d5-8cb5-012348e63e44\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvm1cmif2gab\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicx3yz80058\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_860252d9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"39d2303c-988d-4582-b69a-5e753219dc02\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc0XUJ76V\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-c5e657b3-eab2-4f7a-8d51-0e507b289cf5\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_fe9a223c\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4bd05777-9109-404b-8f92-c830008c5e0a\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc00DYOJO\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-34d550bc-c1fd-4b88-92cc-a2e2962551e3\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestruc00wfw\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"863d63d2-6150-4a94-a842-bdb4152cfafc\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmo0huhiuix\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnichxi7jf8\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab956dd0-cd2c-4f25-a745-b6eea7518fd7\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4770.2111050154\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"TestVMRpLimit\",\r\n \"adminUsername\": \"sudheera513\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/sukodavaRpLimit/providers/Microsoft.Network/networkInterfaces/testvmrplimit295\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9601\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66270a1e-40f8-480a-a9e8-1eac64218ddb\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Network/networkInterfaces/nic9338\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4795\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6783/providers/Microsoft.Compute/virtualMachines/vm4795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3e965b70-54b0-4824-84ef-72fd21ad7ce9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6783/providers/Microsoft.Compute/availabilitySets/AS8456\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Network/networkInterfaces/nic5031\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm2adsandorhib2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"d85f1ff5-e0d3-42d6-8e8b-ffce072f2ae6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"88350137-ade3-4269-be98-dc0cee2932e9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/disks/vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib2/providers/Microsoft.Network/networkInterfaces/nicadsandorhib2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-14T21:10:25.1071508+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2adsandorhib3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"abe549bc-9f5c-4ba9-b2a5-99cf5d040e09\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e69a6df4-29d7-4ea1-af56-3392fa691453\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/disks/vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib3/providers/Microsoft.Network/networkInterfaces/nicadsandorhib3\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T21:55:14.6915756+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmregional\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"eb4d5110-0181-4a38-8ba7-ecf333f01c60\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Compute/disks/vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmregional\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Network/networkInterfaces/vmregional278\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:33:48.8228201+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmzonal1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9ef53f7a-4eea-4171-9362-c91d114f4df4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Compute/disks/vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmzonal1\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Network/networkInterfaces/vmzonal1253_z1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:30:20.260249+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps1892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2728141-96d9-4a73-b70f-b2ce452ed6c4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Compute/disks/vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps1892\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Network/networkInterfaces/vcrptestps1892\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:45:03.9656475+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8eb034eb-f3d8-4ca7-a87a-92647df89773\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a0336379-681d-47d1-b696-eeda5cbf0f2f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Compute/disks/vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Network/networkInterfaces/niccrptestps2336\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T19:34:57.4803052+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps2914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fc349a9d-e0ac-42c9-bd5a-80584a31f049\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Compute/disks/vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps2914\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Network/networkInterfaces/vcrptestps2914\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:30:48.7770595+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps6175\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"16bcc311-d7e6-41f7-b54e-f989fb38c6b3\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e67faf28-c722-4392-b4a5-10d39a8ac04a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3125.2112070401\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Compute/disks/vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Network/networkInterfaces/niccrptestps6175\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"timeCreated\": \"2022-01-11T18:20:52.6476202+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmrepairtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e0d7d54c-13e3-4af5-abbe-59f0c4d681c9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmrepairtest\",\r\n \"adminUsername\": \"haider\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Network/networkInterfaces/vmrepairtestVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T19:06:18.5983396+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"552c4e8e-8ad6-4ff0-ad3b-879f8e86ca1c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:14:10.2669215+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c0aa0ce-5581-4526-8b7e-9d793732be22\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213202933\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213202933\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:30:57.0289026+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d171b9d-5856-49fd-9824-4c7781a76b1a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213203338\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213203338\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:35:05.952441+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c3aefa67-9bf3-4788-98b9-e229844d8c77\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haahga\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:41:54.909144+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"612387aa-9504-47ed-9000-12a4ac7cc81e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy2\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:51:16.8506381+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"62041c75-41c5-43e6-a637-c6c124f5496d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211217070230\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211217070230\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-17T07:04:17.9747511+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6966eaa0-f08a-4d28-95d7-0075ff81cfa0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20220103162935\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20220103162935\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-03T16:30:48.2641165+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Sent3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5cfd5ef4-8af5-4be4-8dbf-d53eab0a5796\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20144.2110070052\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Sent3\",\r\n \"adminUsername\": \"testuser1\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Network/networkInterfaces/Sent3\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-03T11:38:22.9746821+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"mybrokenvm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90683402-2258-4e4c-bc36-dda7489ed60e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"windowsserver-gen2preview\",\r\n \"sku\": \"2019-datacenter-gen2\",\r\n \"version\": \"2019.0.20190620\",\r\n \"exactVersion\": \"2019.0.20190620\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"mybrokenvm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Network/networkInterfaces/mybrokenvmVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-18T05:17:52.4509306+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-02-05T19:11:17.0944462+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VmSdk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f383336-3ce6-4079-bb79-81caef647315\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2237.2110070715\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"VmSdk\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/vmsdk446\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-10-31T21:56:23.2090229+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"haagha-SDKtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f1bd57ae-267e-4c7c-aaa6-9b8aab799eeb\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftvisualstudio\",\r\n \"offer\": \"visualstudio2019\",\r\n \"sku\": \"vs-2019-ent-win10-n\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"2021.01.13\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Compute/disks/haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"haagha-SDKtest\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Network/networkInterfaces/haagha-sdktest874\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:56:51.0825308+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1123\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1095/providers/Microsoft.Compute/virtualMachines/vm1123\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f55e45e9-4d84-4bb4-a6dd-85baa354c2ef\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1095/providers/Microsoft.Compute/availabilitySets/AS5140\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Network/networkInterfaces/nic7832\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:32:54.9510364+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTExMjM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccddb241-68f2-4244-9086-495d22814c29" + "911c0cd3-78c2-4155-8591-286aff0dc55d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1909,13 +2036,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/58e8865c-da78-4705-8255-5a9deff39786?p=55b7a87d-5578-4e7f-8c03-c2601a926597&monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/481114b5-3f20-4dfc-995c-f6212a376d34?p=f037f0c8-1d39-4efc-80c1-c183b105d004&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/58e8865c-da78-4705-8255-5a9deff39786?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/481114b5-3f20-4dfc-995c-f6212a376d34?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1927,7 +2054,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58e8865c-da78-4705-8255-5a9deff39786" + "481114b5-3f20-4dfc-995c-f6212a376d34" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1937,16 +2064,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "40d80607-f4b3-44a0-be35-538bd4e6e042" + "4447955f-c63a-4b4e-9f2e-c62f313ce9bd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135449Z:40d80607-f4b3-44a0-be35-538bd4e6e042" + "EASTUS2:20220120T003716Z:4447955f-c63a-4b4e-9f2e-c62f313ce9bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:54:48 GMT" + "Thu, 20 Jan 2022 00:37:15 GMT" ], "Expires": [ "-1" @@ -1959,22 +2086,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/virtualMachines/vm4795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/virtualMachines/vm1123?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTExMjM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0056a31-2efc-4027-be2b-8decd759fbc7" + "d8055a5d-2433-4efb-a69e-4b62c4b21ec2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1984,33 +2111,26 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1198" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "89aaa5ad-24f4-45d3-bcf7-86823f4cc67e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], + "x-ms-request-id": [ + "9daa28c1-820d-4de2-b3cd-864eb12ba3e6" + ], "x-ms-correlation-request-id": [ - "f5da5c97-57a0-4b2f-a0d1-315d59ae0bec" + "9daa28c1-820d-4de2-b3cd-864eb12ba3e6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135541Z:f5da5c97-57a0-4b2f-a0d1-315d59ae0bec" + "EASTUS2:20220120T003756Z:9daa28c1-820d-4de2-b3cd-864eb12ba3e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:40 GMT" + "Thu, 20 Jan 2022 00:37:56 GMT" ], "Expires": [ "-1" @@ -2020,16 +2140,16 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/58e8865c-da78-4705-8255-5a9deff39786?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzU4ZTg4NjVjLWRhNzgtNDcwNS04MjU1LTVhOWRlZmYzOTc4Nj9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/481114b5-3f20-4dfc-995c-f6212a376d34?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzQ4MTExNGI1LTNmMjAtNGRmYy05OTVjLWY2MjEyYTM3NmQzND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2043,35 +2163,35 @@ "30" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e2c7e80-a008-4b63-8ad1-d063595294d5" + "5b6b81bf-f4ca-4683-957b-4115b81091cd" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11981" ], "x-ms-correlation-request-id": [ - "a55af8d0-b206-4754-a70c-e5d14a2ea78d" + "07498444-da64-4ee5-a34a-c9ce03137baf" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135459Z:a55af8d0-b206-4754-a70c-e5d14a2ea78d" + "EASTUS2:20220120T003726Z:07498444-da64-4ee5-a34a-c9ce03137baf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:54:59 GMT" + "Thu, 20 Jan 2022 00:37:26 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2080,20 +2200,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:24:49.0586215+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"58e8865c-da78-4705-8255-5a9deff39786\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:37:16.608762+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"481114b5-3f20-4dfc-995c-f6212a376d34\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/58e8865c-da78-4705-8255-5a9deff39786?p=55b7a87d-5578-4e7f-8c03-c2601a926597&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzU4ZTg4NjVjLWRhNzgtNDcwNS04MjU1LTVhOWRlZmYzOTc4Nj9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/481114b5-3f20-4dfc-995c-f6212a376d34?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzQ4MTExNGI1LTNmMjAtNGRmYy05OTVjLWY2MjEyYTM3NmQzND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2104,35 +2224,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f9cb0141-3d7e-40d8-aaec-7cba394f7953" + "1b8c26f6-ee3d-415e-a6e4-158996a23e70" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11980" ], "x-ms-correlation-request-id": [ - "c4e114ae-efe6-46fc-80b4-688fa8c10c6d" + "c2bd19e3-45f2-420e-bfe2-5e8bfc28bfcf" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135529Z:c4e114ae-efe6-46fc-80b4-688fa8c10c6d" + "EASTUS2:20220120T003756Z:c2bd19e3-45f2-420e-bfe2-5e8bfc28bfcf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:29 GMT" + "Thu, 20 Jan 2022 00:37:56 GMT" ], "Content-Length": [ - "184" + "181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2141,20 +2261,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:24:49.0586215+05:30\",\r\n \"endTime\": \"2021-11-23T19:25:22.0119646+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"58e8865c-da78-4705-8255-5a9deff39786\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:37:16.608762+00:00\",\r\n \"endTime\": \"2022-01-20T00:37:49.85876+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"481114b5-3f20-4dfc-995c-f6212a376d34\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/58e8865c-da78-4705-8255-5a9deff39786?p=55b7a87d-5578-4e7f-8c03-c2601a926597&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzU4ZTg4NjVjLWRhNzgtNDcwNS04MjU1LTVhOWRlZmYzOTc4Nj9wPTU1YjdhODdkLTU1NzgtNGU3Zi04YzAzLWMyNjAxYTkyNjU5NyZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/481114b5-3f20-4dfc-995c-f6212a376d34?p=f037f0c8-1d39-4efc-80c1-c183b105d004&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzQ4MTExNGI1LTNmMjAtNGRmYy05OTVjLWY2MjEyYTM3NmQzND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2165,32 +2285,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01a6f2e2-1528-4c6c-86f3-6dd5069ad830" + "e61617fe-5dc8-44d5-a01c-b5e8c3fdedf5" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11979" ], "x-ms-correlation-request-id": [ - "38571308-63ef-46f8-9e00-1875cb7ec2f3" + "66bf7fc7-c079-4909-bc92-d93a20779074" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135530Z:38571308-63ef-46f8-9e00-1875cb7ec2f3" + "EASTUS2:20220120T003756Z:66bf7fc7-c079-4909-bc92-d93a20779074" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:30 GMT" + "Thu, 20 Jan 2022 00:37:56 GMT" ], "Expires": [ "-1" @@ -2203,22 +2323,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIyODc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369\",\r\n \"sourceUri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890\",\r\n \"sourceUri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "41f26707-a739-4ba5-8668-b2e6b8cf7451" + "43bcac8d-e97b-486d-87f2-f33f5a607449" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2235,47 +2355,47 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/5265630f-2320-4b91-9dfd-9ec3981ba8b6?p=eeaf5299-aba8-4290-a7f0-860f286922fd&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/fce36cfe-516c-4222-b81b-86ff494e6d09?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/5265630f-2320-4b91-9dfd-9ec3981ba8b6?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/fce36cfe-516c-4222-b81b-86ff494e6d09?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7997" + "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "5265630f-2320-4b91-9dfd-9ec3981ba8b6" + "fce36cfe-516c-4222-b81b-86ff494e6d09" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "a062cb0b-da02-437b-ac83-3dc82bf81d96" + "7c15919a-7396-4708-91ba-6d859e7070c9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135544Z:a062cb0b-da02-437b-ac83-3dc82bf81d96" + "EASTUS2:20220120T003758Z:7c15919a-7396-4708-91ba-6d859e7070c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:44 GMT" + "Thu, 20 Jan 2022 00:37:57 GMT" ], "Content-Length": [ - "1120" + "1121" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2284,20 +2404,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp273\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369\",\r\n \"sourceUri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"isArmResource\": true\r\n },\r\n \"associatedXStoreEntities\": [\r\n {\r\n \"id\": \"1f12e6d6-93ee-4f51-b273-6a1ab57032f0\",\r\n \"type\": \"VmgsBlob\",\r\n \"name\": \"1f12e6d6-93ee-4f51-b273-6a1ab57032f0_vmgs\",\r\n \"accessibleExternally\": false,\r\n \"alignWithDisk\": true,\r\n \"deleteOnDetach\": false,\r\n \"pseudoSubscriptionId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"sourceSubscriptionId\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp2287\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890\",\r\n \"sourceUri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"isArmResource\": true\r\n },\r\n \"associatedXStoreEntities\": [\r\n {\r\n \"id\": \"0c208cbf-b700-455a-9bec-7751d331f0d2\",\r\n \"type\": \"VmgsBlob\",\r\n \"name\": \"0c208cbf-b700-455a-9bec-7751d331f0d2_vmgs\",\r\n \"accessibleExternally\": false,\r\n \"alignWithDisk\": true,\r\n \"deleteOnDetach\": false,\r\n \"pseudoSubscriptionId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"sourceSubscriptionId\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/5265630f-2320-4b91-9dfd-9ec3981ba8b6?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy81MjY1NjMwZi0yMzIwLTRiOTEtOWRmZC05ZWMzOTgxYmE4YjY/cD1lZWFmNTI5OS1hYmE4LTQyOTAtYTdmMC04NjBmMjg2OTIyZmQmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/fce36cfe-516c-4222-b81b-86ff494e6d09?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9mY2UzNmNmZS01MTZjLTQyMjItYjgxYi04NmZmNDk0ZTZkMDk/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2307,39 +2427,42 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399989" + "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "53a5c0a5-f160-4d9f-9cb1-6325007688ef" + "50e4d52d-3104-4933-9baa-51673530a678" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11978" ], "x-ms-correlation-request-id": [ - "3e10e5a3-3441-4993-b01e-1caa82420ef4" + "91172e16-29e1-450c-a197-9b8706151636" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135547Z:3e10e5a3-3441-4993-b01e-1caa82420ef4" + "EASTUS2:20220120T003800Z:91172e16-29e1-450c-a197-9b8706151636" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:46 GMT" + "Thu, 20 Jan 2022 00:37:59 GMT" ], "Content-Length": [ - "1472" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2348,20 +2471,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:25:44.2277117+05:30\",\r\n \"endTime\": \"2021-11-23T19:25:45.6183435+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp273\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369\",\r\n \"sourceUri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-23T19:25:44.3059768+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"badccdaa-0826-4a46-9685-ab5304501165\"\r\n }\r\n }\r\n },\r\n \"name\": \"5265630f-2320-4b91-9dfd-9ec3981ba8b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:37:57.8643291+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fce36cfe-516c-4222-b81b-86ff494e6d09\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/fce36cfe-516c-4222-b81b-86ff494e6d09?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9mY2UzNmNmZS01MTZjLTQyMjItYjgxYi04NmZmNDk0ZTZkMDk/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2372,38 +2495,102 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119932" + "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "b0b5dd97-9d96-4897-9d03-8ae75a11f9f0" + "719194b5-fc0c-4a3a-8b64-725de2596c77" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11977" + ], + "x-ms-correlation-request-id": [ + "1970d475-3d00-48e1-8668-03fd25700726" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T003810Z:1970d475-3d00-48e1-8668-03fd25700726" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:38:09 GMT" + ], + "Content-Length": [ + "1252" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:37:57.8643291+00:00\",\r\n \"endTime\": \"2022-01-20T00:38:03.1768044+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp2287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890\",\r\n \"sourceUri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:37:58.2705388+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"b338feb6-22fa-46c2-9464-a45565e88d5c\"\r\n }\r\n }\r\n },\r\n \"name\": \"fce36cfe-516c-4222-b81b-86ff494e6d09\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIyODc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;14997,Microsoft.Compute/LowCostGet30Min;119997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" + ], + "x-ms-request-id": [ + "3aca8f6f-8275-4672-8781-efc5fa0cc85a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" ], "x-ms-correlation-request-id": [ - "67ce17b1-7d20-43ec-80b1-da1be3eb7224" + "bc3aa5c4-3bcd-4e4d-ac43-3779905d5ff4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135547Z:67ce17b1-7d20-43ec-80b1-da1be3eb7224" + "EASTUS2:20220120T003810Z:bc3aa5c4-3bcd-4e4d-ac43-3779905d5ff4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:46 GMT" + "Thu, 20 Jan 2022 00:38:09 GMT" ], "Content-Length": [ - "1247" + "1249" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2412,26 +2599,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp273\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369\",\r\n \"sourceUri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-23T19:25:44.3059768+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"badccdaa-0826-4a46-9685-ab5304501165\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp2287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890\",\r\n \"sourceUri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:37:58.2705388+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"b338feb6-22fa-46c2-9464-a45565e88d5c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIyODc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4822f6ef-8acb-492b-8778-ac872269c82c" + "7403baf8-a5aa-46f9-af5a-65ac30ce24bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2442,38 +2629,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119931" + "Microsoft.Compute/LowCostGet3Min;14996,Microsoft.Compute/LowCostGet30Min;119996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "26394031-ea0e-451e-a7d2-f2dd6f8a4f95" + "f44e2339-ab40-4714-92fb-f4b987d01dd6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11975" ], "x-ms-correlation-request-id": [ - "a66dca4f-9fe0-4693-9739-2830a06dd3b5" + "83c9d96f-da8e-4920-abaf-5c16fecc58a3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135547Z:a66dca4f-9fe0-4693-9739-2830a06dd3b5" + "EASTUS2:20220120T003810Z:83c9d96f-da8e-4920-abaf-5c16fecc58a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:47 GMT" + "Thu, 20 Jan 2022 00:38:09 GMT" ], "Content-Length": [ - "1247" + "1249" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2482,26 +2669,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp273\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Storage/storageAccounts/diskrp7369\",\r\n \"sourceUri\": \"https://diskrp7369.blob.core.windows.net/crptestar7586/oscrptestar8211.vhd\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-23T19:25:44.3059768+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"badccdaa-0826-4a46-9685-ab5304501165\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp2287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Storage/storageAccounts/diskrp3890\",\r\n \"sourceUri\": \"https://diskrp3890.blob.core.windows.net/crptestar6225/oscrptestar1636.vhd\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:37:58.2705388+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"b338feb6-22fa-46c2-9464-a45565e88d5c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIyODc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c826ac96-3a5f-4878-9b8e-3c399b88e2e5" + "c8eb0621-2fd7-4806-a651-6190b2873fab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2515,13 +2702,13 @@ "gateway" ], "x-ms-request-id": [ - "886c41e9-2e08-459a-a8cb-25617c181c6f" + "02aa6588-165f-4014-aed3-bf47f43897ce" ], "x-ms-correlation-request-id": [ - "886c41e9-2e08-459a-a8cb-25617c181c6f" + "02aa6588-165f-4014-aed3-bf47f43897ce" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135721Z:886c41e9-2e08-459a-a8cb-25617c181c6f" + "EASTUS2:20220120T003942Z:02aa6588-165f-4014-aed3-bf47f43897ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2530,7 +2717,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:57:21 GMT" + "Thu, 20 Jan 2022 00:39:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2539,29 +2726,29 @@ "-1" ], "Content-Length": [ - "218" + "219" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/disks/diskrp273' under resource group 'crptestar6783' 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/disks/diskrp2287' under resource group 'crptestar1095' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273/beginGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3My9iZWdpbkdldEFjY2Vzcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287/beginGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIyODcvYmVnaW5HZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"access\": \"Read\",\r\n \"durationInSeconds\": 1000,\r\n \"getSecureVMGuestStateSAS\": true\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7560a6cb-d308-4e37-900a-b8bbfcba724d" + "49a30cd1-e305-4c77-8f40-171a3b5a325a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2578,10 +2765,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0b75d9a1-3589-4b5c-b586-1822f6244dd4?p=eeaf5299-aba8-4290-a7f0-860f286922fd&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/46062954-20e3-401a-b7c8-635d552f8809?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0b75d9a1-3589-4b5c-b586-1822f6244dd4?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/46062954-20e3-401a-b7c8-635d552f8809?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostDiskHydrate3Min;999,Microsoft.Compute/HighCostDiskHydrate30Min;7999" @@ -2590,10 +2777,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "0b75d9a1-3589-4b5c-b586-1822f6244dd4" + "46062954-20e3-401a-b7c8-635d552f8809" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2603,16 +2790,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "52215131-35f5-4b00-b1bf-ca0862a9c9cd" + "5627e420-7f18-48a5-9814-6b472bb154de" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135548Z:52215131-35f5-4b00-b1bf-ca0862a9c9cd" + "EASTUS2:20220120T003810Z:5627e420-7f18-48a5-9814-6b472bb154de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:55:47 GMT" + "Thu, 20 Jan 2022 00:38:10 GMT" ], "Expires": [ "-1" @@ -2625,16 +2812,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0b75d9a1-3589-4b5c-b586-1822f6244dd4?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8wYjc1ZDlhMS0zNTg5LTRiNWMtYjU4Ni0xODIyZjYyNDRkZDQ/cD1lZWFmNTI5OS1hYmE4LTQyOTAtYTdmMC04NjBmMjg2OTIyZmQmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/46062954-20e3-401a-b7c8-635d552f8809?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy80NjA2Mjk1NC0yMGUzLTQwMWEtYjdjOC02MzVkNTUyZjg4MDk/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2645,38 +2832,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399986" + "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "7b19297e-c383-4745-aaa1-181084539649" + "73930029-eb51-46d3-91b5-e2c55388d7f7" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11974" ], "x-ms-correlation-request-id": [ - "16178515-5b54-4bc9-b965-cc36ead6930d" + "7ed8e9e5-d23a-4986-b2b6-8a4a564ee124" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135618Z:16178515-5b54-4bc9-b965-cc36ead6930d" + "EASTUS2:20220120T003841Z:7ed8e9e5-d23a-4986-b2b6-8a4a564ee124" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:56:17 GMT" + "Thu, 20 Jan 2022 00:38:40 GMT" ], "Content-Length": [ - "683" + "681" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2685,20 +2872,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:25:47.8996096+05:30\",\r\n \"endTime\": \"2021-11-23T19:25:48.1026953+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\",\r\n \"securityDataAccessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"0b75d9a1-3589-4b5c-b586-1822f6244dd4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:38:10.8018584+00:00\",\r\n \"endTime\": \"2022-01-20T00:38:11.1924384+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\",\r\n \"securityDataAccessSAS\": \"https://md-hdd-zklfmngtpwmt.z25.blob.storage.azure.net/bkmctrvvfxxt/0c208cbf-b700-455a-9bec-7751d331f0d2_vmgs?sv=2018-03-28&sr=b&si=e468e4fd-34aa-4b01-b66f-2dc1a72ec245&sig=NSz5KpDIjQY6CdrIIv93FFBO3IX4GfF91r4eh4gq2mA%3D\"\r\n }\r\n },\r\n \"name\": \"46062954-20e3-401a-b7c8-635d552f8809\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/0b75d9a1-3589-4b5c-b586-1822f6244dd4?p=eeaf5299-aba8-4290-a7f0-860f286922fd&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy8wYjc1ZDlhMS0zNTg5LTRiNWMtYjU4Ni0xODIyZjYyNDRkZDQ/cD1lZWFmNTI5OS1hYmE4LTQyOTAtYTdmMC04NjBmMjg2OTIyZmQmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/46062954-20e3-401a-b7c8-635d552f8809?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy80NjA2Mjk1NC0yMGUzLTQwMWEtYjdjOC02MzVkNTUyZjg4MDk/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2709,38 +2896,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399985" + "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "ef8142a2-ab8d-4c69-9456-52d08de8e4a8" + "facc3ec2-ce64-47a7-8155-69e3b281776c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11973" ], "x-ms-correlation-request-id": [ - "7675ee9d-088c-45cd-a981-45bccfe4f585" + "581e96be-4ac0-471b-baed-c12f6da174ae" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135618Z:7675ee9d-088c-45cd-a981-45bccfe4f585" + "EASTUS2:20220120T003841Z:581e96be-4ac0-471b-baed-c12f6da174ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:56:18 GMT" + "Thu, 20 Jan 2022 00:38:40 GMT" ], "Content-Length": [ - "458" + "456" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2749,26 +2936,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"accessSAS\": \"Sanitized\",\r\n \"securityDataAccessSAS\": \"Sanitized\"\r\n}", + "ResponseBody": "{\r\n \"accessSAS\": \"Sanitized\",\r\n \"securityDataAccessSAS\": \"https://md-hdd-zklfmngtpwmt.z25.blob.storage.azure.net/bkmctrvvfxxt/0c208cbf-b700-455a-9bec-7751d331f0d2_vmgs?sv=2018-03-28&sr=b&si=e468e4fd-34aa-4b01-b66f-2dc1a72ec245&sig=NSz5KpDIjQY6CdrIIv93FFBO3IX4GfF91r4eh4gq2mA%3D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273/endGetAccess?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3My9lbmRHZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287/endGetAccess?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIyODcvZW5kR2V0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "364430f1-3273-41c9-9934-1544abe6d0e4" + "453ad118-f75f-4987-9470-72f4e127b192" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2779,10 +2966,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/9475a5ce-4a86-4380-8bcb-e5effcf9c066?p=eeaf5299-aba8-4290-a7f0-860f286922fd&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/d0ee0b6b-03a4-4141-ba0e-867815007e1a?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/9475a5ce-4a86-4380-8bcb-e5effcf9c066?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/d0ee0b6b-03a4-4141-ba0e-867815007e1a?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7998" @@ -2791,10 +2978,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "9475a5ce-4a86-4380-8bcb-e5effcf9c066" + "d0ee0b6b-03a4-4141-ba0e-867815007e1a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2804,16 +2991,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "157be560-6c7e-436f-a06a-cd7e089d13f4" + "0ad0ffda-dffb-4a0d-9695-b0bce1f7d6cb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135619Z:157be560-6c7e-436f-a06a-cd7e089d13f4" + "EASTUS2:20220120T003841Z:0ad0ffda-dffb-4a0d-9695-b0bce1f7d6cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:56:18 GMT" + "Thu, 20 Jan 2022 00:38:41 GMT" ], "Expires": [ "-1" @@ -2826,16 +3013,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/9475a5ce-4a86-4380-8bcb-e5effcf9c066?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy85NDc1YTVjZS00YTg2LTQzODAtOGJjYi1lNWVmZmNmOWMwNjY/cD1lZWFmNTI5OS1hYmE4LTQyOTAtYTdmMC04NjBmMjg2OTIyZmQmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/d0ee0b6b-03a4-4141-ba0e-867815007e1a?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9kMGVlMGI2Yi0wM2E0LTQxNDEtYmEwZS04Njc4MTUwMDdlMWE/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2846,35 +3033,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49993,Microsoft.Compute/GetOperation30Min;399983" + "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "33b2c447-55e3-4303-97f2-1bfdf673dbe4" + "c1dc1d0b-e8e0-4d9d-bd61-72c39912fda6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11972" ], "x-ms-correlation-request-id": [ - "ccae393e-bb98-4e05-a252-994fcaecd83b" + "4f3b1d99-202f-48e7-b2c0-ee2e90a2a1c7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135649Z:ccae393e-bb98-4e05-a252-994fcaecd83b" + "EASTUS2:20220120T003911Z:4f3b1d99-202f-48e7-b2c0-ee2e90a2a1c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:56:49 GMT" + "Thu, 20 Jan 2022 00:39:11 GMT" ], "Content-Length": [ "184" @@ -2886,20 +3073,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:26:19.1210175+05:30\",\r\n \"endTime\": \"2021-11-23T19:26:19.2772616+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9475a5ce-4a86-4380-8bcb-e5effcf9c066\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:38:41.4269304+00:00\",\r\n \"endTime\": \"2022-01-20T00:38:41.6613016+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d0ee0b6b-03a4-4141-ba0e-867815007e1a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/9475a5ce-4a86-4380-8bcb-e5effcf9c066?p=eeaf5299-aba8-4290-a7f0-860f286922fd&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy85NDc1YTVjZS00YTg2LTQzODAtOGJjYi1lNWVmZmNmOWMwNjY/cD1lZWFmNTI5OS1hYmE4LTQyOTAtYTdmMC04NjBmMjg2OTIyZmQmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/d0ee0b6b-03a4-4141-ba0e-867815007e1a?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9kMGVlMGI2Yi0wM2E0LTQxNDEtYmEwZS04Njc4MTUwMDdlMWE/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2910,35 +3097,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399982" + "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "a31b0a16-8a5f-48ee-8ae1-ede17b80e42c" + "cf495751-3082-4209-90c8-cbd5473cbde3" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11971" ], "x-ms-correlation-request-id": [ - "0f7eba72-b57c-4982-bc02-551ec65e39af" + "6dfc187e-1f12-4473-98ab-837852dad522" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135649Z:0f7eba72-b57c-4982-bc02-551ec65e39af" + "EASTUS2:20220120T003911Z:6dfc187e-1f12-4473-98ab-837852dad522" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:56:49 GMT" + "Thu, 20 Jan 2022 00:39:11 GMT" ], "Expires": [ "-1" @@ -2951,22 +3138,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6783/providers/Microsoft.Compute/disks/diskrp273?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1095/providers/Microsoft.Compute/disks/diskrp2287?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDIyODc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abb0be49-b468-4a32-8ee9-556e8d47fcdd" + "80d1caa1-6c72-46dc-b165-5f9fc5317059" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2977,22 +3164,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/e058e811-704a-4b5c-b271-13369c3f0e9d?p=eeaf5299-aba8-4290-a7f0-860f286922fd&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/4fbf7569-5e5d-4b1e-83bf-98c578685547?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/e058e811-704a-4b5c-b271-13369c3f0e9d?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/4fbf7569-5e5d-4b1e-83bf-98c578685547?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23997" + "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "e058e811-704a-4b5c-b271-13369c3f0e9d" + "4fbf7569-5e5d-4b1e-83bf-98c578685547" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3002,16 +3189,16 @@ "14997" ], "x-ms-correlation-request-id": [ - "8a792897-c7b2-4aee-8ba7-30eab0642633" + "90702762-8477-474d-b9c1-7e7849fbf9b0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135650Z:8a792897-c7b2-4aee-8ba7-30eab0642633" + "EASTUS2:20220120T003911Z:90702762-8477-474d-b9c1-7e7849fbf9b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:56:50 GMT" + "Thu, 20 Jan 2022 00:39:11 GMT" ], "Expires": [ "-1" @@ -3024,16 +3211,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/e058e811-704a-4b5c-b271-13369c3f0e9d?p=eeaf5299-aba8-4290-a7f0-860f286922fd&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9lMDU4ZTgxMS03MDRhLTRiNWMtYjI3MS0xMzM2OWMzZjBlOWQ/cD1lZWFmNTI5OS1hYmE4LTQyOTAtYTdmMC04NjBmMjg2OTIyZmQmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/4fbf7569-5e5d-4b1e-83bf-98c578685547?p=c07e6767-d873-44ad-99cf-154e1889a7be&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy80ZmJmNzU2OS01ZTVkLTRiMWUtODNiZi05OGM1Nzg2ODU1NDc/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -3044,38 +3231,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399980" + "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "9ebb23d8-2051-4ebc-9689-15a18041a47e" + "7bf1ba65-72c5-46f5-9e1e-13620376d454" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11970" ], "x-ms-correlation-request-id": [ - "0536871e-a0cc-4b24-b6ed-22219366c577" + "be8d055b-7092-447c-a1df-2ecac9b0a13a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135721Z:0536871e-a0cc-4b24-b6ed-22219366c577" + "EASTUS2:20220120T003941Z:be8d055b-7092-447c-a1df-2ecac9b0a13a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:57:20 GMT" + "Thu, 20 Jan 2022 00:39:41 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3084,20 +3271,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:26:50.5912604+05:30\",\r\n \"endTime\": \"2021-11-23T19:26:50.9193839+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e058e811-704a-4b5c-b271-13369c3f0e9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:39:11.7863359+00:00\",\r\n \"endTime\": \"2022-01-20T00:39:12.176932+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4fbf7569-5e5d-4b1e-83bf-98c578685547\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/e058e811-704a-4b5c-b271-13369c3f0e9d?p=eeaf5299-aba8-4290-a7f0-860f286922fd&monitor=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy9lMDU4ZTgxMS03MDRhLTRiNWMtYjI3MS0xMzM2OWMzZjBlOWQ/cD1lZWFmNTI5OS1hYmE4LTQyOTAtYTdmMC04NjBmMjg2OTIyZmQmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/4fbf7569-5e5d-4b1e-83bf-98c578685547?p=c07e6767-d873-44ad-99cf-154e1889a7be&monitor=true&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9EaXNrT3BlcmF0aW9ucy80ZmJmNzU2OS01ZTVkLTRiMWUtODNiZi05OGM1Nzg2ODU1NDc/cD1jMDdlNjc2Ny1kODczLTQ0YWQtOTljZi0xNTRlMTg4OWE3YmUmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -3108,35 +3295,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399979" + "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eeaf5299-aba8-4290-a7f0-860f286922fd_132811546079068915" + "c07e6767-d873-44ad-99cf-154e1889a7be_132861657396540182" ], "x-ms-request-id": [ - "604ec5c4-b9fc-4118-9445-989ae5baf75b" + "c65df52a-c430-4ef0-9236-a914b9137cd6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11969" ], "x-ms-correlation-request-id": [ - "309f9ac2-a39c-496d-9ba7-23b96be5d60c" + "a3590984-9d58-4fc0-82d2-e02b0d277656" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135721Z:309f9ac2-a39c-496d-9ba7-23b96be5d60c" + "EASTUS2:20220120T003942Z:a3590984-9d58-4fc0-82d2-e02b0d277656" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:57:20 GMT" + "Thu, 20 Jan 2022 00:39:41 GMT" ], "Expires": [ "-1" @@ -3149,21 +3336,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar6783?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3ODM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1095?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwOTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bec4f795-1954-4534-b633-81cd68023f20" + "e96616d7-259c-4e6c-af7f-bc8f90ad18e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3175,7 +3362,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3184,13 +3371,13 @@ "14999" ], "x-ms-request-id": [ - "949dcc9b-7123-430f-9bb7-409a1d85d19e" + "c7a67b3b-e9bd-450f-ae3e-a565699325aa" ], "x-ms-correlation-request-id": [ - "949dcc9b-7123-430f-9bb7-409a1d85d19e" + "c7a67b3b-e9bd-450f-ae3e-a565699325aa" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135729Z:949dcc9b-7123-430f-9bb7-409a1d85d19e" + "EASTUS2:20220120T003942Z:c7a67b3b-e9bd-450f-ae3e-a565699325aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3199,7 +3386,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:57:28 GMT" + "Thu, 20 Jan 2022 00:39:42 GMT" ], "Expires": [ "-1" @@ -3212,15 +3399,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3232,7 +3419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3241,13 +3428,13 @@ "11999" ], "x-ms-request-id": [ - "94078dd8-b639-4f03-a3a8-3257cdc42ceb" + "0725f95d-dbb9-4906-be24-a2974bd2d00a" ], "x-ms-correlation-request-id": [ - "94078dd8-b639-4f03-a3a8-3257cdc42ceb" + "0725f95d-dbb9-4906-be24-a2974bd2d00a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135744Z:94078dd8-b639-4f03-a3a8-3257cdc42ceb" + "EASTUS2:20220120T003958Z:0725f95d-dbb9-4906-be24-a2974bd2d00a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3256,7 +3443,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:57:43 GMT" + "Thu, 20 Jan 2022 00:39:57 GMT" ], "Expires": [ "-1" @@ -3269,15 +3456,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3289,7 +3476,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3298,13 +3485,13 @@ "11998" ], "x-ms-request-id": [ - "299c11a1-a333-43bc-8651-0e1fd3a5bcf4" + "3a55d08a-f83e-4c40-b039-83426a8ac997" ], "x-ms-correlation-request-id": [ - "299c11a1-a333-43bc-8651-0e1fd3a5bcf4" + "3a55d08a-f83e-4c40-b039-83426a8ac997" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135800Z:299c11a1-a333-43bc-8651-0e1fd3a5bcf4" + "EASTUS2:20220120T004013Z:3a55d08a-f83e-4c40-b039-83426a8ac997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3313,7 +3500,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:58:00 GMT" + "Thu, 20 Jan 2022 00:40:13 GMT" ], "Expires": [ "-1" @@ -3326,15 +3513,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3346,7 +3533,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3355,13 +3542,13 @@ "11997" ], "x-ms-request-id": [ - "5b23f151-0f58-42f2-86cb-30c089d97c00" + "1f948201-fd5e-4757-a2c7-ca3959d9822b" ], "x-ms-correlation-request-id": [ - "5b23f151-0f58-42f2-86cb-30c089d97c00" + "1f948201-fd5e-4757-a2c7-ca3959d9822b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135815Z:5b23f151-0f58-42f2-86cb-30c089d97c00" + "EASTUS2:20220120T004028Z:1f948201-fd5e-4757-a2c7-ca3959d9822b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3370,7 +3557,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:58:15 GMT" + "Thu, 20 Jan 2022 00:40:27 GMT" ], "Expires": [ "-1" @@ -3383,15 +3570,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3403,7 +3590,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3412,13 +3599,13 @@ "11996" ], "x-ms-request-id": [ - "d513f8aa-5a09-4ff8-acbf-da26ed930789" + "6d8032c1-2ba8-49cb-b5e5-5d1e59ff36b8" ], "x-ms-correlation-request-id": [ - "d513f8aa-5a09-4ff8-acbf-da26ed930789" + "6d8032c1-2ba8-49cb-b5e5-5d1e59ff36b8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135831Z:d513f8aa-5a09-4ff8-acbf-da26ed930789" + "EASTUS2:20220120T004043Z:6d8032c1-2ba8-49cb-b5e5-5d1e59ff36b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3427,7 +3614,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:58:30 GMT" + "Thu, 20 Jan 2022 00:40:42 GMT" ], "Expires": [ "-1" @@ -3440,15 +3627,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3460,7 +3647,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3469,13 +3656,13 @@ "11995" ], "x-ms-request-id": [ - "858b4fb5-a789-4813-bcd7-be418321b8be" + "fb448cc5-1246-4d7d-9b33-c3e17bbce783" ], "x-ms-correlation-request-id": [ - "858b4fb5-a789-4813-bcd7-be418321b8be" + "fb448cc5-1246-4d7d-9b33-c3e17bbce783" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135846Z:858b4fb5-a789-4813-bcd7-be418321b8be" + "EASTUS2:20220120T004058Z:fb448cc5-1246-4d7d-9b33-c3e17bbce783" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3484,7 +3671,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:58:46 GMT" + "Thu, 20 Jan 2022 00:40:57 GMT" ], "Expires": [ "-1" @@ -3497,15 +3684,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3517,7 +3704,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3526,13 +3713,13 @@ "11994" ], "x-ms-request-id": [ - "693693d2-d9b7-4ca2-bf76-1f48186d0a56" + "d4d378aa-f827-4854-ae39-2eaf086a8822" ], "x-ms-correlation-request-id": [ - "693693d2-d9b7-4ca2-bf76-1f48186d0a56" + "d4d378aa-f827-4854-ae39-2eaf086a8822" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135902Z:693693d2-d9b7-4ca2-bf76-1f48186d0a56" + "EASTUS2:20220120T004113Z:d4d378aa-f827-4854-ae39-2eaf086a8822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3541,7 +3728,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:59:01 GMT" + "Thu, 20 Jan 2022 00:41:12 GMT" ], "Expires": [ "-1" @@ -3554,15 +3741,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3574,7 +3761,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3583,13 +3770,13 @@ "11993" ], "x-ms-request-id": [ - "8f9cfaa9-1819-4dfe-aca4-df0291af22d8" + "1a5b8e2a-10a9-4408-acd9-41ce885e8a36" ], "x-ms-correlation-request-id": [ - "8f9cfaa9-1819-4dfe-aca4-df0291af22d8" + "1a5b8e2a-10a9-4408-acd9-41ce885e8a36" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135917Z:8f9cfaa9-1819-4dfe-aca4-df0291af22d8" + "EASTUS2:20220120T004128Z:1a5b8e2a-10a9-4408-acd9-41ce885e8a36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3598,7 +3785,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:59:17 GMT" + "Thu, 20 Jan 2022 00:41:27 GMT" ], "Expires": [ "-1" @@ -3611,15 +3798,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3631,7 +3818,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3640,13 +3827,13 @@ "11992" ], "x-ms-request-id": [ - "c4601b17-cf6a-4e38-9664-f661a5f84296" + "df8218d0-2169-4630-8512-eb5b560051d1" ], "x-ms-correlation-request-id": [ - "c4601b17-cf6a-4e38-9664-f661a5f84296" + "df8218d0-2169-4630-8512-eb5b560051d1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135933Z:c4601b17-cf6a-4e38-9664-f661a5f84296" + "EASTUS2:20220120T004143Z:df8218d0-2169-4630-8512-eb5b560051d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3655,7 +3842,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:59:33 GMT" + "Thu, 20 Jan 2022 00:41:43 GMT" ], "Expires": [ "-1" @@ -3668,15 +3855,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3687,17 +3874,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-request-id": [ - "9ebf8d09-e16c-490b-babe-5b68ed2f3254" + "02f387f8-734d-47f7-a020-1231938216bb" ], "x-ms-correlation-request-id": [ - "9ebf8d09-e16c-490b-babe-5b68ed2f3254" + "02f387f8-734d-47f7-a020-1231938216bb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135949Z:9ebf8d09-e16c-490b-babe-5b68ed2f3254" + "EASTUS2:20220120T004158Z:02f387f8-734d-47f7-a020-1231938216bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3706,7 +3899,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:59:48 GMT" + "Thu, 20 Jan 2022 00:41:58 GMT" ], "Expires": [ "-1" @@ -3716,18 +3909,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzgzLUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpnekxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3738,17 +3931,182 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "deaebd8b-c8d6-4249-91ef-352a8e71ea68" + "b88c0927-723d-4c3b-a3f3-7de3c9964da1" + ], + "x-ms-correlation-request-id": [ + "b88c0927-723d-4c3b-a3f3-7de3c9964da1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T004213Z:b88c0927-723d-4c3b-a3f3-7de3c9964da1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:42:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "37d612c7-d083-47fb-8bba-89f59ce2b370" + ], + "x-ms-correlation-request-id": [ + "37d612c7-d083-47fb-8bba-89f59ce2b370" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T004228Z:37d612c7-d083-47fb-8bba-89f59ce2b370" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:42:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "3b3c9f7d-d62b-488a-8818-92baa24bc2bb" + ], + "x-ms-correlation-request-id": [ + "3b3c9f7d-d62b-488a-8818-92baa24bc2bb" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T004244Z:3b3c9f7d-d62b-488a-8818-92baa24bc2bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:42:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDk1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURrMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "2748364c-5ab0-4a55-96f5-52756d41bdd1" ], "x-ms-correlation-request-id": [ - "deaebd8b-c8d6-4249-91ef-352a8e71ea68" + "2748364c-5ab0-4a55-96f5-52756d41bdd1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20211123T135949Z:deaebd8b-c8d6-4249-91ef-352a8e71ea68" + "EASTUS2:20220120T004244Z:2748364c-5ab0-4a55-96f5-52756d41bdd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3757,7 +4115,7 @@ "nosniff" ], "Date": [ - "Tue, 23 Nov 2021 13:59:48 GMT" + "Thu, 20 Jan 2022 00:42:43 GMT" ], "Expires": [ "-1" @@ -3772,34 +4130,34 @@ ], "Names": { "Disk_CRUD_WithSecurityProfile_Execute": [ - "crptestar6783", - "diskrp273" + "crptestar1095", + "diskrp2287" ], "GenerateImportDisk": [ - "diskrp7369", - "as8456" + "diskrp3890", + "as5140" ], "CreatePublicIP": [ - "pip8627", - "dn7871" + "pip5285", + "dn9521" ], "CreateVNET": [ - "vn7190", - "sn6890" + "vn43", + "sn4529" ], "CreateNIC": [ - "nic5031", - "ip4295" + "nic7832", + "ip6841" ], "CreateDefaultVMInput": [ - "crptestar7586", - "crptestar1761", - "crptestar8211", - "vm4795", - "Microsoft.Compute/virtualMachines6132" + "crptestar6225", + "crptestar7855", + "crptestar1636", + "vm1123", + "Microsoft.Compute/virtualMachines6675" ] }, "Variables": { - "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_List_ImportDisk.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_List_ImportDisk.json index 890055fb8b951..23a84a9b5a839 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_List_ImportDisk.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_List_ImportDisk.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a849de7-9d39-45b8-8455-1d6c56d02819" + "1b02c373-2f09-44d4-80b9-df3f50f9606b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:03 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "e9f0d364-5018-4d8b-a598-11f5dfc549b1" + "6161c1a6-5c7e-47f4-8498-88c067882ff9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "541971a4-65bd-458e-8bcd-123563816b3a" + "7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170904Z:541971a4-65bd-458e-8bcd-123563816b3a" + "SOUTHCENTRALUS:20220126T062936Z:7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 26 Jan 2022 06:29:35 GMT" + ], "Content-Length": [ "321" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar5962?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3019?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5962\": \"2021-11-19 17:09:03Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3019\": \"2022-01-20 00:17:54Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0c922d1-7727-4a35-9184-e584e7efc0e9" + "48e04e72-012a-4832-9482-4471eeed843a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,23 +99,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-request-id": [ - "b6d170b4-3323-4c30-839e-f3e18e0797f5" + "7b7eb42a-bc1b-4632-a523-baa07e1157f2" ], "x-ms-correlation-request-id": [ - "b6d170b4-3323-4c30-839e-f3e18e0797f5" + "7b7eb42a-bc1b-4632-a523-baa07e1157f2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170905Z:b6d170b4-3323-4c30-839e-f3e18e0797f5" + "EASTUS2:20220120T001754Z:7b7eb42a-bc1b-4632-a523-baa07e1157f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,6 +120,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:17:54 GMT" + ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962\",\r\n \"name\": \"crptestar5962\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5962\": \"2021-11-19 17:09:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019\",\r\n \"name\": \"crptestar3019\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3019\": \"2022-01-20 00:17:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar5962?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3019?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5962\": \"2021-11-19 17:09:37Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3019\": \"2022-01-20 00:18:23Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a744a0a2-cf27-434e-8324-46babe8628d6" + "c622782e-2488-4e14-81ba-84f1e6314289" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,23 +165,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:38 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-request-id": [ - "ca5cbf9d-63ef-40ab-af3e-234905ae9c58" + "39be50ce-8fc3-41f0-b04f-120ed2eea52b" ], "x-ms-correlation-request-id": [ - "ca5cbf9d-63ef-40ab-af3e-234905ae9c58" + "39be50ce-8fc3-41f0-b04f-120ed2eea52b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170938Z:ca5cbf9d-63ef-40ab-af3e-234905ae9c58" + "EASTUS2:20220120T001823Z:39be50ce-8fc3-41f0-b04f-120ed2eea52b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,6 +186,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:23 GMT" + ], "Content-Length": [ "228" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962\",\r\n \"name\": \"crptestar5962\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5962\": \"2021-11-19 17:09:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019\",\r\n \"name\": \"crptestar3019\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3019\": \"2022-01-20 00:18:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAzMTk2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAxODQ0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db2cf7e1-f0bf-4dbb-9416-ac25eec17812" + "b902753a-bd8c-40f5-9acb-4d8a603a39ea" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e344b84c-8276-43e1-9f8a-91a09e213d02?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2832d6e5-335d-48e1-8390-f92547c5ce97?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "e344b84c-8276-43e1-9f8a-91a09e213d02" + "2832d6e5-335d-48e1-8390-f92547c5ce97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "3b7a99fb-3545-47ef-b8d0-30f71727dcc3" + "df12e432-9781-49ee-af49-315a6d2df532" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170911Z:3b7a99fb-3545-47ef-b8d0-30f71727dcc3" + "EASTUS2:20220120T001756Z:df12e432-9781-49ee-af49-315a6d2df532" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:17:55 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e344b84c-8276-43e1-9f8a-91a09e213d02?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvZTM0NGI4NGMtODI3Ni00M2UxLTlmOGEtOTFhMDllMjEzZDAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2832d6e5-335d-48e1-8390-f92547c5ce97?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMjgzMmQ2ZTUtMzM1ZC00OGUxLTgzOTAtZjkyNTQ3YzVjZTk3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "3759fff1-0ac9-4f1d-9501-a97b9eb9f3b2" + "31eb08cb-5c58-4c5b-bef9-e953156da481" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-correlation-request-id": [ - "f2a5edc5-c424-4970-bb75-083289fe7a99" + "96ff5d4d-b3a9-4867-a391-a8ead8cdde78" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170928Z:f2a5edc5-c424-4970-bb75-083289fe7a99" + "EASTUS2:20220120T001813Z:96ff5d4d-b3a9-4867-a391-a8ead8cdde78" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:13 GMT" + ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d721815a-8fa4-484d-b0c3-20e3e22016cf" + "ee11d26b-9a68-4bbd-adce-4f07fdffdd32" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "261b536c-2799-4d5e-aca9-e8ab2b4559cb" + "a93e9789-2c64-48fb-979f-57211ae6e5a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-correlation-request-id": [ - "19fe98f8-bded-4baf-8679-54a0a6f1b694" + "d5e96243-c2a1-49ad-96db-3dce31c2777f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170938Z:19fe98f8-bded-4baf-8679-54a0a6f1b694" + "EASTUS2:20220120T001823Z:d5e96243-c2a1-49ad-96db-3dce31c2777f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:23 GMT" + ], "Content-Length": [ "723" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"name\": \"diskrp3196\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:09:06.6886651Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp3196.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp3196.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp3196.table.core.windows.net/\",\r\n \"file\": \"https://diskrp3196.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"name\": \"diskrp1844\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:17:54.9486242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp1844.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp1844.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp1844.table.core.windows.net/\",\r\n \"file\": \"https://diskrp1844.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAzMTk2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnAxODQ0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5faa8ce3-ad55-4e06-bc87-1b3e5bf9b4bb" + "e35b8a58-6a0f-499a-91f0-c1cf0e885cae" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "6f73dbc6-c2d3-447a-b6a0-7020cf97f3b4" + "1846c5ca-b1e4-4295-bc26-232baee19bac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-correlation-request-id": [ - "1c079753-779c-42c6-b055-df17e2a1f8bb" + "015351a2-579f-40d1-8e15-417e1cd596ab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170938Z:1c079753-779c-42c6-b055-df17e2a1f8bb" + "EASTUS2:20220120T001823Z:015351a2-579f-40d1-8e15-417e1cd596ab" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:23 GMT" + ], "Content-Length": [ "711" ], @@ -457,80 +457,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"name\": \"diskrp3196\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:09:06.6886651Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp3196.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp3196.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp3196.table.core.windows.net/\",\r\n \"file\": \"https://diskrp3196.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"name\": \"diskrp1844\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:17:54.9486242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp1844.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp1844.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp1844.table.core.windows.net/\",\r\n \"file\": \"https://diskrp1844.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/publicIPAddresses/pip5402?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/publicIPAddresses/pip6532?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn252\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1704\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3aa4842e-0051-4e0f-84c9-5d37468fdb16" + "51086f71-1ce7-49cf-bafd-2e0aec770945" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "200" + "201" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:40 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "9f285735-e016-46dd-b5a8-591148a465b1" + "c5628457-c641-4ab7-99e8-915254fba76c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/9f285735-e016-46dd-b5a8-591148a465b1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c5628457-c641-4ab7-99e8-915254fba76c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9fe5f41e-09a0-4408-bc27-600cd2838f32" + "9c9c8805-5b27-4bb0-8e30-6728efef51c7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c4fd0857-1abd-4382-92b0-57017eb17c96" + "9507e340-2aa1-47e1-9859-1c242e050b71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170941Z:9fe5f41e-09a0-4408-bc27-600cd2838f32" + "EASTUS2:20220120T001824Z:9c9c8805-5b27-4bb0-8e30-6728efef51c7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:24 GMT" + ], "Content-Length": [ - "755" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5402\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/publicIPAddresses/pip5402\",\r\n \"etag\": \"W/\\\"c368ad20-b8a3-404e-86e2-bd73e4a7819f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ce8d12fc-a509-464f-ba55-00d54a6af03f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn252\",\r\n \"fqdn\": \"dn252.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/publicIPAddresses/pip6532\",\r\n \"etag\": \"W/\\\"53b014e6-f2d4-4139-b6e4-115a24dca694\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9453f8cf-6996-4a5d-bfc9-b67fe7ab6893\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1704\",\r\n \"fqdn\": \"dn1704.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/9f285735-e016-46dd-b5a8-591148a465b1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzlmMjg1NzM1LWUwMTYtNDZkZC1iNWE4LTU5MTE0OGE0NjViMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c5628457-c641-4ab7-99e8-915254fba76c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2M1NjI4NDU3LWM2NDEtNGFiNy05OWU4LTkxNTI1NGZiYTc2Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:41 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "438d9466-8312-4800-94c0-ba8e0975a07e" + "f76f75be-ea82-47a7-8036-706a25b8593f" ], "x-ms-correlation-request-id": [ - "03d693bf-0340-4595-843b-4f0ca9775299" + "1580a2ea-1710-492b-bc6f-c3d5683e408f" ], "x-ms-arm-service-request-id": [ - "efd44379-fbc8-443c-b42f-2084a2b6d0b1" + "1e3e22ae-f5ba-402a-b7e8-d39e7d26e8b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170942Z:03d693bf-0340-4595-843b-4f0ca9775299" + "EASTUS2:20220120T001825Z:1580a2ea-1710-492b-bc6f-c3d5683e408f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:25 GMT" + ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/publicIPAddresses/pip5402?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/publicIPAddresses/pip6532?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +620,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:42 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ea02c91e-e559-4710-af09-504de3b10f30\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"c7185533-5fde-4154-a1fc-69921c481a77\"" ], "x-ms-request-id": [ - "ee855ccc-2a9a-4971-bffe-509f71c38df5" + "60630d70-b822-4227-ae72-ee76226862dc" ], "x-ms-correlation-request-id": [ - "04172482-fd68-4912-8b2b-2c7a753c3501" + "1bb76e00-1f79-41ec-bbdf-bc7992255af1" ], "x-ms-arm-service-request-id": [ - "258fef3c-6d1c-4c07-86c0-6f7b3cb3c391" + "1bd3991c-f599-42ff-a23b-4bedb1aa6101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170942Z:04172482-fd68-4912-8b2b-2c7a753c3501" + "EASTUS2:20220120T001825Z:1bb76e00-1f79-41ec-bbdf-bc7992255af1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:25 GMT" + ], "Content-Length": [ - "756" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5402\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/publicIPAddresses/pip5402\",\r\n \"etag\": \"W/\\\"ea02c91e-e559-4710-af09-504de3b10f30\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce8d12fc-a509-464f-ba55-00d54a6af03f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn252\",\r\n \"fqdn\": \"dn252.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/publicIPAddresses/pip6532\",\r\n \"etag\": \"W/\\\"c7185533-5fde-4154-a1fc-69921c481a77\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9453f8cf-6996-4a5d-bfc9-b67fe7ab6893\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1704\",\r\n \"fqdn\": \"dn1704.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/publicIPAddresses/pip5402?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/publicIPAddresses/pip6532?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b048558b-88a8-44c6-a636-d2e2f3253421" + "b0f8a4ba-3baf-44de-8289-889167926eb7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:42 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ea02c91e-e559-4710-af09-504de3b10f30\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"c7185533-5fde-4154-a1fc-69921c481a77\"" ], "x-ms-request-id": [ - "d52c8161-0d5b-47ce-9ff3-e51d1f8869e6" + "e4bdcf4b-cc53-4317-818b-f74e02374290" ], "x-ms-correlation-request-id": [ - "b2de87d6-0a88-4152-a55d-565fd9c73096" + "23dc8afd-67d0-4ea0-b0df-17aa11655bd0" ], "x-ms-arm-service-request-id": [ - "d7ffd545-1c21-4d07-9cdc-4af746f7d437" + "8323c550-8f5e-44c1-ac0c-d40238560b90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170942Z:b2de87d6-0a88-4152-a55d-565fd9c73096" + "EASTUS2:20220120T001825Z:23dc8afd-67d0-4ea0-b0df-17aa11655bd0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:25 GMT" + ], "Content-Length": [ - "756" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,80 +734,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5402\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/publicIPAddresses/pip5402\",\r\n \"etag\": \"W/\\\"ea02c91e-e559-4710-af09-504de3b10f30\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce8d12fc-a509-464f-ba55-00d54a6af03f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn252\",\r\n \"fqdn\": \"dn252.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/publicIPAddresses/pip6532\",\r\n \"etag\": \"W/\\\"c7185533-5fde-4154-a1fc-69921c481a77\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9453f8cf-6996-4a5d-bfc9-b67fe7ab6893\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1704\",\r\n \"fqdn\": \"dn1704.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU1MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwNzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8812\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn107\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21c1628f-2a11-4bc1-bb32-a16f4470d832" + "507ad483-b819-45cf-b865-3400fd758602" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "396" + "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:43 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "d9d28c1d-727f-4a04-b294-6f7cef4cde96" + "0d84f0e1-b343-42a3-9a6a-98a045398d83" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/d9d28c1d-727f-4a04-b294-6f7cef4cde96?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0d84f0e1-b343-42a3-9a6a-98a045398d83?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "47692312-9126-4fa4-9bfd-fc67d49ede54" + "82a379d7-c369-4013-a65c-6d2ca908485c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3977fc1e-502c-47a9-b9b4-3fb4a970194e" + "c2f239db-8e0f-4d45-b188-66a3f6d02e61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170943Z:47692312-9126-4fa4-9bfd-fc67d49ede54" + "EASTUS2:20220120T001826Z:82a379d7-c369-4013-a65c-6d2ca908485c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:25 GMT" + ], "Content-Length": [ - "1315" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5514\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514\",\r\n \"etag\": \"W/\\\"b94b3afd-76bf-4ad0-9225-51bd2bfe267f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4bae8432-fbd5-40ae-993a-56ec90ff8048\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8812\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812\",\r\n \"etag\": \"W/\\\"b94b3afd-76bf-4ad0-9225-51bd2bfe267f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3071\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071\",\r\n \"etag\": \"W/\\\"4641ab86-ed4e-44b4-8247-96c1d6cdd1e6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"15320c8a-203c-415a-baca-0bc96350375a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107\",\r\n \"etag\": \"W/\\\"4641ab86-ed4e-44b4-8247-96c1d6cdd1e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/d9d28c1d-727f-4a04-b294-6f7cef4cde96?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q5ZDI4YzFkLTcyN2YtNGEwNC1iMjk0LTZmN2NlZjRjZGU5Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0d84f0e1-b343-42a3-9a6a-98a045398d83?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkODRmMGUxLWIzNDMtNDJhMy05YTZhLTk4YTA0NTM5OGQ4Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:46 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "9b705d3e-4d44-4ba4-8d40-0ff5e2460e23" + "c5bdfbd0-2744-4313-9e0a-d53a9b3d9ff9" ], "x-ms-correlation-request-id": [ - "7ed202b6-1aae-4cd3-9b77-8b6d4a135773" + "e6a3a69c-dcfc-4c4c-a986-b27ce2605f7e" ], "x-ms-arm-service-request-id": [ - "a656ae16-d736-4d69-9ca5-dc60a3db0505" + "040a75e7-235a-4fbe-8cb0-5d3d191c3348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170946Z:7ed202b6-1aae-4cd3-9b77-8b6d4a135773" + "EASTUS2:20220120T001829Z:e6a3a69c-dcfc-4c4c-a986-b27ce2605f7e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:28 GMT" + ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU1MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwNzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:46 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f2aec0f1-856c-492f-afca-80f0903ea257\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"871ddd6d-86a7-4e8d-ac95-ca6e600af66b\"" ], "x-ms-request-id": [ - "b9114fbd-0f70-4246-b2b4-6986e85990bc" + "c2095089-e79c-4716-a042-3fbbeda8bf90" ], "x-ms-correlation-request-id": [ - "3dd29e16-a2c3-4942-9b52-67fce536b8ef" + "46162071-58a4-4568-8ac8-f01c0e07ecd9" ], "x-ms-arm-service-request-id": [ - "c755b7f7-26ea-41e5-b059-9d82340f6a54" + "a638786f-1308-438d-9f28-436156ca175f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170946Z:3dd29e16-a2c3-4942-9b52-67fce536b8ef" + "EASTUS2:20220120T001829Z:46162071-58a4-4568-8ac8-f01c0e07ecd9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:28 GMT" + ], "Content-Length": [ - "1317" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5514\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514\",\r\n \"etag\": \"W/\\\"f2aec0f1-856c-492f-afca-80f0903ea257\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4bae8432-fbd5-40ae-993a-56ec90ff8048\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8812\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812\",\r\n \"etag\": \"W/\\\"f2aec0f1-856c-492f-afca-80f0903ea257\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3071\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071\",\r\n \"etag\": \"W/\\\"871ddd6d-86a7-4e8d-ac95-ca6e600af66b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"15320c8a-203c-415a-baca-0bc96350375a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107\",\r\n \"etag\": \"W/\\\"871ddd6d-86a7-4e8d-ac95-ca6e600af66b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU1MTQvc3VibmV0cy9zbjg4MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwNzEvc3VibmV0cy9zbjEwNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15ba8c6e-3f86-4343-b77f-8454b2723e80" + "5f54ad7e-cd6a-46d2-8a3e-41bd447df583" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:46 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f2aec0f1-856c-492f-afca-80f0903ea257\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"871ddd6d-86a7-4e8d-ac95-ca6e600af66b\"" ], "x-ms-request-id": [ - "9a89909c-5e02-47b3-812d-e0ed3e3f7d6c" + "498d043f-c896-4c5f-b99d-6724caf3c605" ], "x-ms-correlation-request-id": [ - "cbbf2756-59cb-4972-9543-a73c9b394cff" + "0ddb4860-325a-484f-8604-7818afb2c088" ], "x-ms-arm-service-request-id": [ - "f0583ccf-f10f-45d2-8862-3ac852b3185c" + "4222db45-7048-4efd-bbbf-89a01687a215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170946Z:cbbf2756-59cb-4972-9543-a73c9b394cff" + "EASTUS2:20220120T001829Z:0ddb4860-325a-484f-8604-7818afb2c088" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:28 GMT" + ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8812\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812\",\r\n \"etag\": \"W/\\\"f2aec0f1-856c-492f-afca-80f0903ea257\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107\",\r\n \"etag\": \"W/\\\"871ddd6d-86a7-4e8d-ac95-ca6e600af66b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMwOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8812\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812\"\r\n }\r\n },\r\n \"name\": \"ip1793\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107\"\r\n }\r\n },\r\n \"name\": \"ip7538\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2dab18ef-2371-4c6a-bc11-350d1c8fdfa5" + "edd598a7-67fa-48d6-969f-aa9b9b6523b7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "742" + "740" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:49 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "a731d79c-1092-45fa-87db-cd73067a2b35" + "3073fafd-d37e-48cb-a45c-2c3796dd1692" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/a731d79c-1092-45fa-87db-cd73067a2b35?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3073fafd-d37e-48cb-a45c-2c3796dd1692?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2b454f46-f6c6-48d2-a22d-53bb5c8338c6" + "89e9a826-3078-431d-a8fe-122d347931f7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b758a18c-3c48-4bde-9711-ef166d1aefd5" + "08225652-cd96-4283-bdd9-41635ca01434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170949Z:2b454f46-f6c6-48d2-a22d-53bb5c8338c6" + "EASTUS2:20220120T001829Z:89e9a826-3078-431d-a8fe-122d347931f7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:29 GMT" + ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic817\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\",\r\n \"etag\": \"W/\\\"be199c6f-6667-4f70-81e2-e13127a2663c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2a77e29-38e6-4980-a27c-5c2a69e2876c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1793\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817/ipConfigurations/ip1793\",\r\n \"etag\": \"W/\\\"be199c6f-6667-4f70-81e2-e13127a2663c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812\"\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\": \"gkck2s4v5oxebgj0k1wjb52aja.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\",\r\n \"etag\": \"W/\\\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c1eb2d4a-46a0-428e-89cf-a60a17a80ead\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098/ipConfigurations/ip7538\",\r\n \"etag\": \"W/\\\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107\"\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\": \"rigdefj2ebnedowkbpewgubxlc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMwOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:49 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"be199c6f-6667-4f70-81e2-e13127a2663c\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\"" ], "x-ms-request-id": [ - "87652324-912b-4999-b821-0ba5e4ae17f7" + "ec3fe580-de27-4b6a-bac1-38d03e1c1e01" ], "x-ms-correlation-request-id": [ - "5af31a0b-44a2-48fc-b77f-333f6224c2ae" + "02f6e514-33cc-4cbe-8092-5344f15a162c" ], "x-ms-arm-service-request-id": [ - "1747c67f-2322-4848-8ba4-48dcbca50d59" + "27759df0-e355-429d-9e3c-b21fc39f2781" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170950Z:5af31a0b-44a2-48fc-b77f-333f6224c2ae" + "EASTUS2:20220120T001829Z:02f6e514-33cc-4cbe-8092-5344f15a162c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:29 GMT" + ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic817\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\",\r\n \"etag\": \"W/\\\"be199c6f-6667-4f70-81e2-e13127a2663c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2a77e29-38e6-4980-a27c-5c2a69e2876c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1793\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817/ipConfigurations/ip1793\",\r\n \"etag\": \"W/\\\"be199c6f-6667-4f70-81e2-e13127a2663c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812\"\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\": \"gkck2s4v5oxebgj0k1wjb52aja.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\",\r\n \"etag\": \"W/\\\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c1eb2d4a-46a0-428e-89cf-a60a17a80ead\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098/ipConfigurations/ip7538\",\r\n \"etag\": \"W/\\\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107\"\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\": \"rigdefj2ebnedowkbpewgubxlc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMwOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b683aad-c74b-4d0f-84f9-7674f8b6c7ba" + "4f1e3876-2578-46cc-831a-9397e207f715" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:49 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"be199c6f-6667-4f70-81e2-e13127a2663c\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\"" ], "x-ms-request-id": [ - "e063279d-a121-49ca-a0c5-255a5ac89b80" + "f25ecd84-6db2-4844-b5d1-249f555ebc35" ], "x-ms-correlation-request-id": [ - "95e59288-60e9-4669-a681-76510feb9a37" + "a93d3576-5a6e-4f8f-9c5a-564fb1c50133" ], "x-ms-arm-service-request-id": [ - "07fb0393-09f5-4c6c-a435-eb3ef237fc69" + "ee05e603-0e12-42f9-9e63-7153f4047234" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170950Z:95e59288-60e9-4669-a681-76510feb9a37" + "EASTUS2:20220120T001829Z:a93d3576-5a6e-4f8f-9c5a-564fb1c50133" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:29 GMT" + ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic817\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\",\r\n \"etag\": \"W/\\\"be199c6f-6667-4f70-81e2-e13127a2663c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2a77e29-38e6-4980-a27c-5c2a69e2876c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1793\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817/ipConfigurations/ip1793\",\r\n \"etag\": \"W/\\\"be199c6f-6667-4f70-81e2-e13127a2663c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/virtualNetworks/vn5514/subnets/sn8812\"\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\": \"gkck2s4v5oxebgj0k1wjb52aja.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\",\r\n \"etag\": \"W/\\\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c1eb2d4a-46a0-428e-89cf-a60a17a80ead\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098/ipConfigurations/ip7538\",\r\n \"etag\": \"W/\\\"c0efb032-9fc4-437c-a3a5-b1054e494ffe\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/virtualNetworks/vn3071/subnets/sn107\"\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\": \"rigdefj2ebnedowkbpewgubxlc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/availabilitySets/as9707?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NzA3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/availabilitySets/as774?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3NzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6020c7dc-73b1-4b70-a5d6-89b96c77cc0c" + "25f86905-343b-4858-8541-e14028307d5d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,16 +1256,9 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:51 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], @@ -1273,22 +1266,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "73fba761-7e24-4031-906d-3c150e8bc440" + "2b96822b-31d0-4b99-9b19-400beb75a0d8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f3182b58-ab4f-4ff9-91b5-dad434137e69" + "fa95a229-3f09-4f0e-9776-9de6a63e9500" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170951Z:f3182b58-ab4f-4ff9-91b5-dad434137e69" + "EASTUS2:20220120T001830Z:fa95a229-3f09-4f0e-9776-9de6a63e9500" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:30 GMT" + ], "Content-Length": [ - "438" + "436" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,26 +1297,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as9707\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/availabilitySets/as9707\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as774\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/availabilitySets/as774\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM1Mzk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/availabilitySets/as9707\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/availabilitySets/as774\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "019367a3-e20d-4592-bc60-e03db90ae903" + "b6b2623a-f662-4145-9d91-3573c26c4921" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,21 +1329,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:09:53 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/5fbb7202-8aae-414f-8866-1e455f6e889f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/7cecee33-2f10-44fc-b2e0-6c9f6d3635f7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1355,22 +1348,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5fbb7202-8aae-414f-8866-1e455f6e889f" + "7cecee33-2f10-44fc-b2e0-6c9f6d3635f7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "945e9cb2-b2cf-474c-9547-e1799bf6e8c0" + "47ea7bc5-e6a9-48ed-bcb6-7c34c558b5b9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T170953Z:945e9cb2-b2cf-474c-9547-e1799bf6e8c0" + "EASTUS2:20220120T001830Z:47ea7bc5-e6a9-48ed-bcb6-7c34c558b5b9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:30 GMT" + ], "Content-Length": [ - "2016" + "2069" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,60 +1379,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3539\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a67e9091-7b6b-44ce-ae3b-03be0f7ca656\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/availabilitySets/AS9707\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm43\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"78e85a20-bd0f-493c-8154-c4538f224401\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/availabilitySets/AS774\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T00:18:30.5245284+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/5fbb7202-8aae-414f-8866-1e455f6e889f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVmYmI3MjAyLThhYWUtNDE0Zi04ODY2LTFlNDU1ZjZlODg5Zj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/7cecee33-2f10-44fc-b2e0-6c9f6d3635f7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdjZWNlZTMzLTJmMTAtNDRmYy1iMmUwLTZjOWY2ZDM2MzVmNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:10:03 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bba83c75-fa92-4ca8-8d81-5a7035638d84" + "c04ae3b8-46a5-42d2-9c83-a06de0acaad4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "05c85096-5050-4f73-89c8-aaf2eee866f0" + "a815faa2-bbf2-41f7-8930-a023f3f6975a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171003Z:05c85096-5050-4f73-89c8-aaf2eee866f0" + "EASTUS2:20220120T001840Z:a815faa2-bbf2-41f7-8930-a023f3f6975a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:18:40 GMT" + ], "Content-Length": [ "134" ], @@ -1443,57 +1443,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:09:52.9591927-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5fbb7202-8aae-414f-8866-1e455f6e889f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:18:30.4464035+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7cecee33-2f10-44fc-b2e0-6c9f6d3635f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/5fbb7202-8aae-414f-8866-1e455f6e889f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVmYmI3MjAyLThhYWUtNDE0Zi04ODY2LTFlNDU1ZjZlODg5Zj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/7cecee33-2f10-44fc-b2e0-6c9f6d3635f7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdjZWNlZTMzLTJmMTAtNDRmYy1iMmUwLTZjOWY2ZDM2MzVmNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:10:53 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "de5ca9be-3de9-4e04-bd22-2f9c2746e994" + "8a686750-9332-4476-99ad-1d9038b4bbf8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "08a2eba3-5b9c-4250-a90c-e8e0a8708ed5" + "9132be2f-4ad3-42f0-bc70-d16921fd55d9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171053Z:08a2eba3-5b9c-4250-a90c-e8e0a8708ed5" + "EASTUS2:20220120T001930Z:9132be2f-4ad3-42f0-bc70-d16921fd55d9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:19:30 GMT" + ], "Content-Length": [ "134" ], @@ -1504,57 +1504,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:09:52.9591927-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5fbb7202-8aae-414f-8866-1e455f6e889f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:18:30.4464035+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7cecee33-2f10-44fc-b2e0-6c9f6d3635f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/5fbb7202-8aae-414f-8866-1e455f6e889f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVmYmI3MjAyLThhYWUtNDE0Zi04ODY2LTFlNDU1ZjZlODg5Zj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/7cecee33-2f10-44fc-b2e0-6c9f6d3635f7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdjZWNlZTMzLTJmMTAtNDRmYy1iMmUwLTZjOWY2ZDM2MzVmNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:11:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f936f912-baab-4058-952f-7c17dfbec783" + "63635580-32c6-41e1-ae64-230b8191ec93" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "dd08350d-9f72-4f72-b3e2-f1416ae3cd98" + "c25fe976-7e77-49d1-9c47-7ed4d22cc3d4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171143Z:dd08350d-9f72-4f72-b3e2-f1416ae3cd98" + "EASTUS2:20220120T002020Z:c25fe976-7e77-49d1-9c47-7ed4d22cc3d4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:20:20 GMT" + ], "Content-Length": [ "134" ], @@ -1565,59 +1565,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:09:52.9591927-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5fbb7202-8aae-414f-8866-1e455f6e889f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:18:30.4464035+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7cecee33-2f10-44fc-b2e0-6c9f6d3635f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/5fbb7202-8aae-414f-8866-1e455f6e889f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVmYmI3MjAyLThhYWUtNDE0Zi04ODY2LTFlNDU1ZjZlODg5Zj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/7cecee33-2f10-44fc-b2e0-6c9f6d3635f7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdjZWNlZTMzLTJmMTAtNDRmYy1iMmUwLTZjOWY2ZDM2MzVmNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:12:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67e12c42-250b-4e98-a712-c1805a7e8245" + "59a630db-3b48-465b-9ec6-e7e8184419d7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "d82969f9-fa73-4896-8926-3223f3e2ac9a" + "00684a49-05e2-464c-9cde-02b4c3470fa2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171233Z:d82969f9-fa73-4896-8926-3223f3e2ac9a" + "EASTUS2:20220120T002110Z:00684a49-05e2-464c-9cde-02b4c3470fa2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:21:10 GMT" + ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1626,59 +1626,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:09:52.9591927-05:00\",\r\n \"endTime\": \"2021-11-19T12:12:27.3403763-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5fbb7202-8aae-414f-8866-1e455f6e889f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:18:30.4464035+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7cecee33-2f10-44fc-b2e0-6c9f6d3635f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM1Mzk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/7cecee33-2f10-44fc-b2e0-6c9f6d3635f7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdjZWNlZTMzLTJmMTAtNDRmYy1iMmUwLTZjOWY2ZDM2MzVmNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:12:33 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29976" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "498848a3-353c-4f47-a836-6750b34e7d03" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "feabb80f-4dde-47fa-8c83-3ca3eed73ec7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T002200Z:feabb80f-4dde-47fa-8c83-3ca3eed73ec7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:22:00 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:18:30.4464035+00:00\",\r\n \"endTime\": \"2022-01-20T00:21:18.3225183+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7cecee33-2f10-44fc-b2e0-6c9f6d3635f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "71456575-5ea0-4c14-aeb5-5fa4ca4f5c2b" + "884e4c01-c9fd-40d7-9210-4dfc5f28f317" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "38e3477a-f95e-423c-9b45-be30fa835704" + "1377adef-f2a0-4605-a9c9-8ec7e8d841c5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171234Z:38e3477a-f95e-423c-9b45-be30fa835704" + "EASTUS2:20220120T002200Z:1377adef-f2a0-4605-a9c9-8ec7e8d841c5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:22:00 GMT" + ], "Content-Length": [ - "2045" + "2098" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,65 +1748,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3539\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a67e9091-7b6b-44ce-ae3b-03be0f7ca656\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/availabilitySets/AS9707\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm43\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"78e85a20-bd0f-493c-8154-c4538f224401\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/availabilitySets/AS774\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:18:30.5245284+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM1Mzk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14d3629f-1a28-4d9d-b670-119de81606c3" + "e0afcd16-3231-49d0-80ba-e9e78398246c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:12:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "632566cc-2b17-42e4-b0ae-2d45217acac3" + "debdb7d3-6561-4694-875a-b7309ddda758" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "09479af7-361c-4090-8a72-470348aa8f52" + "e5766168-0cef-4fed-aa53-14884e1f7955" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171234Z:09479af7-361c-4090-8a72-470348aa8f52" + "EASTUS2:20220120T002200Z:e5766168-0cef-4fed-aa53-14884e1f7955" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:22:00 GMT" + ], "Content-Length": [ - "2045" + "2098" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1754,54 +1815,51 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3539\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a67e9091-7b6b-44ce-ae3b-03be0f7ca656\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/availabilitySets/AS9707\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm43\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"78e85a20-bd0f-493c-8154-c4538f224401\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/availabilitySets/AS774\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:18:30.5245284+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f11ff13-e010-4142-b269-8af8b76f9e9e" + "30cb9e19-b2f3-487e-9b7b-ae5d9d46e1b1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:12:33 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "d0b694ac-9dc3-4600-b5f5-b4209a662e8b", - "e6c9019a-b9be-4bd1-8c8b-538245624836", - "1953abaf-f19c-433d-99fd-7d11f6fd18ba" + "ec39a3be-dc86-40a5-bc0d-b47c52c8152e", + "77b979fb-0a65-483b-abd4-90e250d80863", + "4a88addc-a997-4a95-a3da-892406cfe0e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-request-id": [ - "995106ab-cfc4-4af7-b48a-f3645e011888" + "29bce469-2393-4af6-b878-dcdb1cbea4c1" ], "x-ms-correlation-request-id": [ - "995106ab-cfc4-4af7-b48a-f3645e011888" + "29bce469-2393-4af6-b878-dcdb1cbea4c1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171234Z:995106ab-cfc4-4af7-b48a-f3645e011888" + "EASTUS2:20220120T002201Z:29bce469-2393-4af6-b878-dcdb1cbea4c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1809,64 +1867,64 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "21590" + "Date": [ + "Thu, 20 Jan 2022 00:22:00 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "52113" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm3539\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR5962/providers/Microsoft.Compute/virtualMachines/vm3539\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a67e9091-7b6b-44ce-ae3b-03be0f7ca656\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR5962/providers/Microsoft.Compute/availabilitySets/AS9707\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Network/networkInterfaces/nic817\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest9lq9hxuz\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b8d7764f-017b-447f-b0d9-733a791a6deb\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmj9tu8vnc8\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicjkvpubgx9\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestaff4xjql\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cf859556-0076-4004-b97c-d4c335ba84ec\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmszb6i3x05\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicqx8x80hho\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestd5gicn61\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"tagname883\": \"taglsrsaxvyd\",\r\n \"tagname0lv\": \"tagtithksgbg\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe403db9-389e-44d5-8cb5-012348e63e44\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvm1cmif2gab\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicx3yz80058\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_860252d9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"39d2303c-988d-4582-b69a-5e753219dc02\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc0XUJ76V\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-c5e657b3-eab2-4f7a-8d51-0e507b289cf5\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_fe9a223c\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4bd05777-9109-404b-8f92-c830008c5e0a\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc00DYOJO\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-34d550bc-c1fd-4b88-92cc-a2e2962551e3\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestruc00wfw\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"863d63d2-6150-4a94-a842-bdb4152cfafc\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmo0huhiuix\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnichxi7jf8\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab956dd0-cd2c-4f25-a745-b6eea7518fd7\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4770.2111050154\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"TestVMRpLimit\",\r\n \"adminUsername\": \"sudheera513\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/sukodavaRpLimit/providers/Microsoft.Network/networkInterfaces/testvmrplimit295\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9601\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66270a1e-40f8-480a-a9e8-1eac64218ddb\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Network/networkInterfaces/nic9338\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm2adsandorhib2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"d85f1ff5-e0d3-42d6-8e8b-ffce072f2ae6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"88350137-ade3-4269-be98-dc0cee2932e9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/disks/vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib2/providers/Microsoft.Network/networkInterfaces/nicadsandorhib2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-14T21:10:25.1071508+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2adsandorhib3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"abe549bc-9f5c-4ba9-b2a5-99cf5d040e09\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e69a6df4-29d7-4ea1-af56-3392fa691453\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/disks/vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib3/providers/Microsoft.Network/networkInterfaces/nicadsandorhib3\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T21:55:14.6915756+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmregional\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"eb4d5110-0181-4a38-8ba7-ecf333f01c60\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Compute/disks/vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmregional\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Network/networkInterfaces/vmregional278\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:33:48.8228201+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmzonal1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9ef53f7a-4eea-4171-9362-c91d114f4df4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Compute/disks/vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmzonal1\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Network/networkInterfaces/vmzonal1253_z1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:30:20.260249+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps1892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2728141-96d9-4a73-b70f-b2ce452ed6c4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Compute/disks/vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps1892\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Network/networkInterfaces/vcrptestps1892\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:45:03.9656475+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8eb034eb-f3d8-4ca7-a87a-92647df89773\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a0336379-681d-47d1-b696-eeda5cbf0f2f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Compute/disks/vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Network/networkInterfaces/niccrptestps2336\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T19:34:57.4803052+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps2914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fc349a9d-e0ac-42c9-bd5a-80584a31f049\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Compute/disks/vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps2914\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Network/networkInterfaces/vcrptestps2914\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:30:48.7770595+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps6175\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"16bcc311-d7e6-41f7-b54e-f989fb38c6b3\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e67faf28-c722-4392-b4a5-10d39a8ac04a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3125.2112070401\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Compute/disks/vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Network/networkInterfaces/niccrptestps6175\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"timeCreated\": \"2022-01-11T18:20:52.6476202+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmrepairtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e0d7d54c-13e3-4af5-abbe-59f0c4d681c9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmrepairtest\",\r\n \"adminUsername\": \"haider\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Network/networkInterfaces/vmrepairtestVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T19:06:18.5983396+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"552c4e8e-8ad6-4ff0-ad3b-879f8e86ca1c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:14:10.2669215+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c0aa0ce-5581-4526-8b7e-9d793732be22\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213202933\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213202933\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:30:57.0289026+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d171b9d-5856-49fd-9824-4c7781a76b1a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213203338\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213203338\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:35:05.952441+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c3aefa67-9bf3-4788-98b9-e229844d8c77\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haahga\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:41:54.909144+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"612387aa-9504-47ed-9000-12a4ac7cc81e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy2\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:51:16.8506381+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"62041c75-41c5-43e6-a637-c6c124f5496d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211217070230\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211217070230\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-17T07:04:17.9747511+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6966eaa0-f08a-4d28-95d7-0075ff81cfa0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20220103162935\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20220103162935\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-03T16:30:48.2641165+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Sent3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5cfd5ef4-8af5-4be4-8dbf-d53eab0a5796\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20144.2110070052\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Sent3\",\r\n \"adminUsername\": \"testuser1\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Network/networkInterfaces/Sent3\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-03T11:38:22.9746821+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"mybrokenvm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90683402-2258-4e4c-bc36-dda7489ed60e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"windowsserver-gen2preview\",\r\n \"sku\": \"2019-datacenter-gen2\",\r\n \"version\": \"2019.0.20190620\",\r\n \"exactVersion\": \"2019.0.20190620\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"mybrokenvm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Network/networkInterfaces/mybrokenvmVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-18T05:17:52.4509306+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm43\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3019/providers/Microsoft.Compute/virtualMachines/vm43\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"78e85a20-bd0f-493c-8154-c4538f224401\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3019/providers/Microsoft.Compute/availabilitySets/AS774\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Network/networkInterfaces/nic3098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:18:30.5245284+00:00\"\r\n }\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-02-05T19:11:17.0944462+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VmSdk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f383336-3ce6-4079-bb79-81caef647315\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2237.2110070715\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"VmSdk\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/vmsdk446\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-10-31T21:56:23.2090229+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"haagha-SDKtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f1bd57ae-267e-4c7c-aaa6-9b8aab799eeb\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftvisualstudio\",\r\n \"offer\": \"visualstudio2019\",\r\n \"sku\": \"vs-2019-ent-win10-n\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"2021.01.13\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Compute/disks/haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"haagha-SDKtest\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Network/networkInterfaces/haagha-sdktest874\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:56:51.0825308+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "900ba148-8dbc-4959-9f92-18d279190f33" + "873c8dbb-d988-4084-9456-d7f3772537e4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:17:28 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "7f1a7714-611b-4703-bd02-b9f61cdba3ef", - "a81c122b-ce6f-4b3c-8d9f-09f60f49a643", - "6bd704c5-4cc0-4afc-be68-d9a1a45e33f5" + "c2c9f468-f8e9-4f2d-b628-8075949689e5", + "e4d28aa8-0a40-4a6b-938c-949f5a4a300b", + "ceef4187-3a78-45d5-86bb-da6fa404337b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-request-id": [ - "9a432b46-5298-47c9-893e-bb9d3234c7e6" + "3a359e25-f01d-4afc-a0c4-84e1d56f6087" ], "x-ms-correlation-request-id": [ - "9a432b46-5298-47c9-893e-bb9d3234c7e6" + "3a359e25-f01d-4afc-a0c4-84e1d56f6087" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171729Z:9a432b46-5298-47c9-893e-bb9d3234c7e6" + "EASTUS2:20220120T002558Z:3a359e25-f01d-4afc-a0c4-84e1d56f6087" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1874,60 +1932,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "21591" + "Date": [ + "Thu, 20 Jan 2022 00:25:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "52118" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm6423\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR7514/providers/Microsoft.Compute/virtualMachines/vm6423\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f42b3c5b-b8f5-4904-8734-710f055fac8b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR7514/providers/Microsoft.Compute/availabilitySets/AS6992\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest9lq9hxuz\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b8d7764f-017b-447f-b0d9-733a791a6deb\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmj9tu8vnc8\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicjkvpubgx9\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestaff4xjql\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cf859556-0076-4004-b97c-d4c335ba84ec\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmszb6i3x05\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicqx8x80hho\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestd5gicn61\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"tagname883\": \"taglsrsaxvyd\",\r\n \"tagname0lv\": \"tagtithksgbg\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe403db9-389e-44d5-8cb5-012348e63e44\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptest0z4ecqvs\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvm1cmif2gab\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnicx3yz80058\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_860252d9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"39d2303c-988d-4582-b69a-5e753219dc02\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc0XUJ76V\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-c5e657b3-eab2-4f7a-8d51-0e507b289cf5\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_fe9a223c\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4bd05777-9109-404b-8f92-c830008c5e0a\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestqp1lxkfv\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"16.04.202109280\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmss43pc00DYOJO\",\r\n \"adminUsername\": \"crptest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestvmssnet9pbok-34d550bc-c1fd-4b88-92cc-a2e2962551e3\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"crptestruc00wfw\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"863d63d2-6150-4a94-a842-bdb4152cfafc\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachineScaleSets/crptestkftw5xuz\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20174.2111051038\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/disks/crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"crpvmo0huhiuix\",\r\n \"adminUsername\": \"crptest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Network/networkInterfaces/crptestnichxi7jf8\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/AllRedeployScheduledEventsPoller1st\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab956dd0-cd2c-4f25-a745-b6eea7518fd7\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4770.2111050154\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"TestVMRpLimit\",\r\n \"adminUsername\": \"sudheera513\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/sukodavaRpLimit/providers/Microsoft.Network/networkInterfaces/testvmrplimit295\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9601\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66270a1e-40f8-480a-a9e8-1eac64218ddb\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/disks/vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Network/networkInterfaces/nic9338\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/virtualMachines/vm9601/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm2adsandorhib2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"d85f1ff5-e0d3-42d6-8e8b-ffce072f2ae6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"88350137-ade3-4269-be98-dc0cee2932e9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/disks/vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib2/providers/Microsoft.Network/networkInterfaces/nicadsandorhib2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-14T21:10:25.1071508+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2adsandorhib3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"abe549bc-9f5c-4ba9-b2a5-99cf5d040e09\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e69a6df4-29d7-4ea1-af56-3392fa691453\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/disks/vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib3/providers/Microsoft.Network/networkInterfaces/nicadsandorhib3\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T21:55:14.6915756+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmregional\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"eb4d5110-0181-4a38-8ba7-ecf333f01c60\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Compute/disks/vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmregional\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Network/networkInterfaces/vmregional278\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:33:48.8228201+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/virtualMachines/vmregional/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmzonal1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9ef53f7a-4eea-4171-9362-c91d114f4df4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Compute/disks/vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmzonal1\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Network/networkInterfaces/vmzonal1253_z1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-12T13:30:20.260249+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/virtualMachines/vmzonal1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps1892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2728141-96d9-4a73-b70f-b2ce452ed6c4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Compute/disks/vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps1892\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Network/networkInterfaces/vcrptestps1892\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:45:03.9656475+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8eb034eb-f3d8-4ca7-a87a-92647df89773\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a0336379-681d-47d1-b696-eeda5cbf0f2f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3126.220107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Compute/disks/vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Network/networkInterfaces/niccrptestps2336\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-11T19:34:57.4803052+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/BGInfo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vcrptestps2914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fc349a9d-e0ac-42c9-bd5a-80584a31f049\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\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.4906.2112080838\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Compute/disks/vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vcrptestps2914\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Network/networkInterfaces/vcrptestps2914\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-07T15:30:48.7770595+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2crptestps6175\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"16bcc311-d7e6-41f7-b54e-f989fb38c6b3\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e67faf28-c722-4392-b4a5-10d39a8ac04a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-DataCenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.3125.2112070401\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Compute/disks/vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Network/networkInterfaces/niccrptestps6175\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://cs210032000ab9e6a19.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"timeCreated\": \"2022-01-11T18:20:52.6476202+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/AzureHibernateExtension\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175/extensions/BGInfo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmrepairtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e0d7d54c-13e3-4af5-abbe-59f0c4d681c9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmrepairtest\",\r\n \"adminUsername\": \"haider\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Network/networkInterfaces/vmrepairtestVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T19:06:18.5983396+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vmrepairtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"552c4e8e-8ad6-4ff0-ad3b-879f8e86ca1c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:14:10.2669215+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c0aa0ce-5581-4526-8b7e-9d793732be22\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213202933\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213202933\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:30:57.0289026+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d171b9d-5856-49fd-9824-4c7781a76b1a\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211213203338\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213203338\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:35:05.952441+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c3aefa67-9bf3-4788-98b9-e229844d8c77\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haahga\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:41:54.909144+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"612387aa-9504-47ed-9000-12a4ac7cc81e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"mycopy2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/mycopy2\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-13T20:51:16.8506381+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"62041c75-41c5-43e6-a637-c6c124f5496d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20211217070230\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211217070230\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-17T07:04:17.9747511+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"repair-vmrepai_\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6966eaa0-f08a-4d28-95d7-0075ff81cfa0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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\": \"2016.127.20190416\",\r\n \"exactVersion\": \"2016.127.20190416\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vmrepairtest-DiskCopy-20220103162935\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20220103162935\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"repair-vmrepai\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Network/networkInterfaces/repair-vmrepai_VMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-03T16:30:48.2641165+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Sent3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5cfd5ef4-8af5-4be4-8dbf-d53eab0a5796\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20144.2110070052\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Sent3\",\r\n \"adminUsername\": \"testuser1\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Network/networkInterfaces/Sent3\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-03T11:38:22.9746821+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"mybrokenvm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90683402-2258-4e4c-bc36-dda7489ed60e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"windowsserver-gen2preview\",\r\n \"sku\": \"2019-datacenter-gen2\",\r\n \"version\": \"2019.0.20190620\",\r\n \"exactVersion\": \"2019.0.20190620\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"mybrokenvm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Network/networkInterfaces/mybrokenvmVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-18T05:17:52.4509306+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR2223/providers/Microsoft.Compute/virtualMachines/vm1837\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ac79cb81-5c36-43c3-9736-1349a3cd626c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR2223/providers/Microsoft.Compute/availabilitySets/AS9405\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:23:18.0108268+00:00\"\r\n }\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-02-05T19:11:17.0944462+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VmSdk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f383336-3ce6-4079-bb79-81caef647315\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2237.2110070715\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"VmSdk\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/vmsdk446\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-10-31T21:56:23.2090229+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"haagha-SDKtest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f1bd57ae-267e-4c7c-aaa6-9b8aab799eeb\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftvisualstudio\",\r\n \"offer\": \"visualstudio2019\",\r\n \"sku\": \"vs-2019-ent-win10-n\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"2021.01.13\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Compute/disks/haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"haagha-SDKtest\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Network/networkInterfaces/haagha-sdktest874\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T22:56:51.0825308+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM1Mzk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81caf2eb-dadb-44f3-957c-e6769c06aa7c" + "af439a05-3cd3-4ea8-9382-2b3e3a3d6844" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:12:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/92c1a6da-d6cf-4f62-a331-f7517a233996?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28bc6246-a58a-436c-a3bb-3977ed046f82?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/92c1a6da-d6cf-4f62-a331-f7517a233996?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28bc6246-a58a-436c-a3bb-3977ed046f82?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1939,77 +1993,91 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "92c1a6da-d6cf-4f62-a331-f7517a233996" + "28bc6246-a58a-436c-a3bb-3977ed046f82" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "3867bb39-2ac8-4f80-af5f-e0299bb70fdc" + "35cb29e3-cf59-4c45-9aa2-e973e0d4d98e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171234Z:3867bb39-2ac8-4f80-af5f-e0299bb70fdc" + "EASTUS2:20220120T002201Z:35cb29e3-cf59-4c45-9aa2-e973e0d4d98e" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:22:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/virtualMachines/vm3539?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM1Mzk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/virtualMachines/vm43?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51dcafa4-0167-410b-a1db-3c1995073ca9" + "570c6e05-638f-47d8-bd0b-ad702a55403d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:15 GMT" - ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1196" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "176019dc-bc72-4b85-8eb8-ec112e061d87" + "f12a94d4-2d33-45d6-9299-9d2763fd4b1e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "176019dc-bc72-4b85-8eb8-ec112e061d87" + "d4e66cd1-1a33-474d-8329-12e001cd88ef" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171315Z:176019dc-bc72-4b85-8eb8-ec112e061d87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20220120T002242Z:d4e66cd1-1a33-474d-8329-12e001cd88ef" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:22:42 GMT" + ], "Expires": [ "-1" ] @@ -2018,56 +2086,56 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/92c1a6da-d6cf-4f62-a331-f7517a233996?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkyYzFhNmRhLWQ2Y2YtNGY2Mi1hMzMxLWY3NTE3YTIzMzk5Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28bc6246-a58a-436c-a3bb-3977ed046f82?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4YmM2MjQ2LWE1OGEtNDM2Yy1hM2JiLTM5NzdlZDA0NmY4Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:12:44 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ae314d8-c03c-4414-ae21-0530e9661012" + "8d6a98b8-71f4-4dbb-bcec-b96eef682bfd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "ed9c6034-55a5-4555-bd01-ce7c945cc1ea" + "e5d69ac7-40e8-4900-bbbe-6e6b4db4956a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171244Z:ed9c6034-55a5-4555-bd01-ce7c945cc1ea" + "EASTUS2:20220120T002211Z:e5d69ac7-40e8-4900-bbbe-6e6b4db4956a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:22:10 GMT" + ], "Content-Length": [ "134" ], @@ -2078,59 +2146,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:12:34.6843394-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"92c1a6da-d6cf-4f62-a331-f7517a233996\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:22:01.1977837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28bc6246-a58a-436c-a3bb-3977ed046f82\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/92c1a6da-d6cf-4f62-a331-f7517a233996?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkyYzFhNmRhLWQ2Y2YtNGY2Mi1hMzMxLWY3NTE3YTIzMzk5Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28bc6246-a58a-436c-a3bb-3977ed046f82?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4YmM2MjQ2LWE1OGEtNDM2Yy1hM2JiLTM5NzdlZDA0NmY4Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0ccde6d-429d-464c-8a17-afe660dc5519" + "c125fa71-6487-4666-8a6c-1d42f1e4b85f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "70838e6c-477e-44b9-941d-78c1635decc7" + "a991d22e-24a7-4a4c-b99c-0c822c6565ca" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171315Z:70838e6c-477e-44b9-941d-78c1635decc7" + "EASTUS2:20220120T002241Z:a991d22e-24a7-4a4c-b99c-0c822c6565ca" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:22:41 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2139,83 +2207,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:12:34.6843394-05:00\",\r\n \"endTime\": \"2021-11-19T12:13:13.7952671-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"92c1a6da-d6cf-4f62-a331-f7517a233996\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:22:01.1977837+00:00\",\r\n \"endTime\": \"2022-01-20T00:22:35.463709+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"28bc6246-a58a-436c-a3bb-3977ed046f82\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/92c1a6da-d6cf-4f62-a331-f7517a233996?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkyYzFhNmRhLWQ2Y2YtNGY2Mi1hMzMxLWY3NTE3YTIzMzk5Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28bc6246-a58a-436c-a3bb-3977ed046f82?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4YmM2MjQ2LWE1OGEtNDM2Yy1hM2JiLTM5NzdlZDA0NmY4Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "464d41fc-3629-4a78-ae18-ceb3d1fefe28" + "54823161-7f5b-4a05-9780-1d144f6551ce" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "2112ce59-e312-49c7-9642-d5d0c284cfec" + "930e3602-69b7-40fb-8d18-49102ef3ea2f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171315Z:2112ce59-e312-49c7-9642-d5d0c284cfec" + "EASTUS2:20220120T002241Z:930e3602-69b7-40fb-8d18-49102ef3ea2f" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:22:41 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar7514?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2223?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyMjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar7514\": \"2021-11-19 17:13:14Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2223\": \"2022-01-20 00:22:42Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d5b7d2b-db36-4e27-9685-d99f9f71803a" + "4edbf2e1-4490-47f7-b125-ed92a960fa38" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -2229,9 +2297,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:15 GMT" - ], "Pragma": [ "no-cache" ], @@ -2239,13 +2304,13 @@ "1199" ], "x-ms-request-id": [ - "21455003-1908-45f8-a78c-38d74b7787fc" + "cb16a683-7856-4662-9a2a-d8359f5b438a" ], "x-ms-correlation-request-id": [ - "21455003-1908-45f8-a78c-38d74b7787fc" + "cb16a683-7856-4662-9a2a-d8359f5b438a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171316Z:21455003-1908-45f8-a78c-38d74b7787fc" + "EASTUS2:20220120T002242Z:cb16a683-7856-4662-9a2a-d8359f5b438a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2253,6 +2318,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:22:41 GMT" + ], "Content-Length": [ "228" ], @@ -2263,25 +2331,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514\",\r\n \"name\": \"crptestar7514\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar7514\": \"2021-11-19 17:13:14Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223\",\r\n \"name\": \"crptestar2223\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2223\": \"2022-01-20 00:22:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar7514?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2223?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyMjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar7514\": \"2021-11-19 17:13:45Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2223\": \"2022-01-20 00:23:11Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9bd7c783-a035-4279-8779-8da743aacebc" + "b24274a9-b2d0-4f51-829e-f611c7114e98" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -2295,9 +2363,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:46 GMT" - ], "Pragma": [ "no-cache" ], @@ -2305,13 +2370,13 @@ "1198" ], "x-ms-request-id": [ - "cdbb2636-75ad-4cb6-b8e6-d027606561eb" + "f0ecfef8-2735-4ba7-a3fd-f429dac23314" ], "x-ms-correlation-request-id": [ - "cdbb2636-75ad-4cb6-b8e6-d027606561eb" + "f0ecfef8-2735-4ba7-a3fd-f429dac23314" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171346Z:cdbb2636-75ad-4cb6-b8e6-d027606561eb" + "EASTUS2:20220120T002311Z:f0ecfef8-2735-4ba7-a3fd-f429dac23314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2319,6 +2384,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:11 GMT" + ], "Content-Length": [ "228" ], @@ -2329,25 +2397,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514\",\r\n \"name\": \"crptestar7514\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar7514\": \"2021-11-19 17:13:45Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223\",\r\n \"name\": \"crptestar2223\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2223\": \"2022-01-20 00:23:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA3OTYxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA0ODkzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "612f9d42-7563-49f0-8758-7be60e169b6a" + "9059559e-a4c7-4dd2-a267-a9089477a249" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -2361,62 +2429,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec3b874-2ba5-4c20-854e-623e0355ef0e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/19a399e1-d15c-4b7a-99a2-24017cd808a2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "1ec3b874-2ba5-4c20-854e-623e0355ef0e" + "19a399e1-d15c-4b7a-99a2-24017cd808a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "103ab26d-1d8c-4f5c-a974-4e7479269263" + "88231b4c-721a-4c45-b1e1-9fd4f5774ed7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171318Z:103ab26d-1d8c-4f5c-a974-4e7479269263" + "EASTUS2:20220120T002244Z:88231b4c-721a-4c45-b1e1-9fd4f5774ed7" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:22:44 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec3b874-2ba5-4c20-854e-623e0355ef0e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMWVjM2I4NzQtMmJhNS00YzIwLTg1NGUtNjIzZTAzNTVlZjBlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/19a399e1-d15c-4b7a-99a2-24017cd808a2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMTlhMzk5ZTEtZDE1Yy00YjdhLTk5YTItMjQwMTdjZDgwOGEyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -2424,33 +2492,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "af554f9f-7d1a-4dcc-a118-d2564fe0b2ca" + "47e2ffc9-908e-47dc-9f6d-0974bcffbc24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "9a1ca912-933a-43f3-9623-b5fa4191271f" + "aa5cbc22-6e42-49ff-8caa-1045dea185ca" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171336Z:9a1ca912-933a-43f3-9623-b5fa4191271f" + "EASTUS2:20220120T002301Z:aa5cbc22-6e42-49ff-8caa-1045dea185ca" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:01 GMT" + ], "Content-Length": [ "89" ], @@ -2465,21 +2533,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8a306ef-6bf0-4191-8a5b-137bb3c7f7f4" + "34c8a582-e241-4502-9490-adeb150e6e9e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -2487,33 +2555,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:45 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "254fcf33-f1bd-4a42-af26-550e2eb30427" + "a9430e90-c314-47b9-96c5-1885eab5ae4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "9bf9cdc0-5a73-4426-a1de-ef6a0b1db711" + "d931ff62-270f-46aa-803c-2e87c60bc6e6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171346Z:9bf9cdc0-5a73-4426-a1de-ef6a0b1db711" + "EASTUS2:20220120T002311Z:d931ff62-270f-46aa-803c-2e87c60bc6e6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:10 GMT" + ], "Content-Length": [ "723" ], @@ -2524,25 +2592,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"name\": \"diskrp7961\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:13:17.1839854Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp7961.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp7961.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp7961.table.core.windows.net/\",\r\n \"file\": \"https://diskrp7961.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"name\": \"diskrp4893\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:22:43.0982795Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp4893.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp4893.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp4893.table.core.windows.net/\",\r\n \"file\": \"https://diskrp4893.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA3OTYxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kaXNrcnA0ODkzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "623d4bc3-00db-4be6-a22b-0ba588b92ea7" + "7b4f9a6d-1bda-4c3e-8545-5ac3b8a9ed3e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -2550,33 +2618,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:45 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "db5b7008-70f6-402f-aea5-eaa3b4ad6e84" + "f7a03585-1ac0-4b96-939d-006ea7661223" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "944b60eb-5208-48de-9726-8fd62df62f85" + "ac8df449-ef02-4ada-8a02-aaa93b7c63e3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171346Z:944b60eb-5208-48de-9726-8fd62df62f85" + "EASTUS2:20220120T002311Z:ac8df449-ef02-4ada-8a02-aaa93b7c63e3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:11 GMT" + ], "Content-Length": [ "711" ], @@ -2587,25 +2655,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"name\": \"diskrp7961\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T17:13:17.1839854Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp7961.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp7961.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp7961.table.core.windows.net/\",\r\n \"file\": \"https://diskrp7961.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"name\": \"diskrp4893\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T00:22:43.0982795Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://diskrp4893.blob.core.windows.net/\",\r\n \"queue\": \"https://diskrp4893.queue.core.windows.net/\",\r\n \"table\": \"https://diskrp4893.table.core.windows.net/\",\r\n \"file\": \"https://diskrp4893.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/publicIPAddresses/pip87?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/publicIPAddresses/pip5121?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7515\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6236\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "92b13f29-b595-4884-bffe-269a57e3296f" + "0a39ae33-df3a-4a6f-b8e4-576eb79173a4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2619,48 +2687,48 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:48 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "468a5f1f-ba83-4df6-8393-104271bc6d11" + "391162a5-3510-4c7a-ab1e-b179ed8b679b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/468a5f1f-ba83-4df6-8393-104271bc6d11?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/391162a5-3510-4c7a-ab1e-b179ed8b679b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0ac82e7a-56c8-401f-ae6c-461460236471" + "672e4acc-5334-478c-b97f-2cbb742e46eb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "51a4f40e-aa91-4005-bb33-65128fae59bd" + "c9ad24b9-fbde-4080-90d6-a60644041003" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171348Z:0ac82e7a-56c8-401f-ae6c-461460236471" + "EASTUS2:20220120T002312Z:672e4acc-5334-478c-b97f-2cbb742e46eb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:11 GMT" + ], "Content-Length": [ - "753" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2669,19 +2737,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip87\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/publicIPAddresses/pip87\",\r\n \"etag\": \"W/\\\"f2d9704e-46d6-451c-b28a-e2a687ff13f1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c439dda3-e90c-4e5a-96b1-deee33331181\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7515\",\r\n \"fqdn\": \"dn7515.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/publicIPAddresses/pip5121\",\r\n \"etag\": \"W/\\\"53b3b26b-293a-4815-bcf6-0f0f61fd9f71\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ee6ca344-3a37-4047-9971-7a0e9163711c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6236\",\r\n \"fqdn\": \"dn6236.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/468a5f1f-ba83-4df6-8393-104271bc6d11?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ2OGE1ZjFmLWJhODMtNGRmNi04MzkzLTEwNDI3MWJjNmQxMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/391162a5-3510-4c7a-ab1e-b179ed8b679b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM5MTE2MmE1LTM1MTAtNGM3YS1hYjFlLWIxNzllZDhiNjc5Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2689,37 +2757,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:49 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "cb2d98f4-18d2-4623-becf-67f4113357c6" + "c129b02e-7ce0-4a71-8c48-280d7fae83fa" ], "x-ms-correlation-request-id": [ - "649e2b6d-de8e-4e17-b7c8-723b7a2c94ce" + "ce496c38-8744-415c-95df-556d3448d4f9" ], "x-ms-arm-service-request-id": [ - "ebf74dc6-6d07-4041-bdcd-2bb3dc0e9450" + "b719a1aa-0281-4416-9542-42a2731b5fd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11999" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171349Z:649e2b6d-de8e-4e17-b7c8-723b7a2c94ce" + "EASTUS2:20220120T002313Z:ce496c38-8744-415c-95df-556d3448d4f9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:12 GMT" + ], "Content-Length": [ "29" ], @@ -2734,15 +2802,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/publicIPAddresses/pip87?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/publicIPAddresses/pip5121?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2750,42 +2818,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:49 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b0fd318c-be0f-4281-a372-608c659e4301\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"b27ae459-8a22-480d-a056-43e6eed8e2a2\"" ], "x-ms-request-id": [ - "55258bbc-f5ba-4a30-836b-91f8f62b5df2" + "ac049272-8514-42db-ae20-eb55d11db8b6" ], "x-ms-correlation-request-id": [ - "c94f5864-60a8-4dd6-979d-75e4365fabf5" + "f1fb22ae-6758-4c5c-a3e2-6b012e2c15e4" ], "x-ms-arm-service-request-id": [ - "fe68b712-582b-4ad3-b349-157bfaedbd10" + "60fd5967-886e-44b7-9fe2-7e41eff892e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11998" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171349Z:c94f5864-60a8-4dd6-979d-75e4365fabf5" + "EASTUS2:20220120T002313Z:f1fb22ae-6758-4c5c-a3e2-6b012e2c15e4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:12 GMT" + ], "Content-Length": [ - "754" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2794,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip87\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/publicIPAddresses/pip87\",\r\n \"etag\": \"W/\\\"b0fd318c-be0f-4281-a372-608c659e4301\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c439dda3-e90c-4e5a-96b1-deee33331181\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7515\",\r\n \"fqdn\": \"dn7515.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/publicIPAddresses/pip5121\",\r\n \"etag\": \"W/\\\"b27ae459-8a22-480d-a056-43e6eed8e2a2\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ee6ca344-3a37-4047-9971-7a0e9163711c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6236\",\r\n \"fqdn\": \"dn6236.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/publicIPAddresses/pip87?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/publicIPAddresses/pip5121?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "698e1d54-3186-4f7c-a440-ea73da7c2d8e" + "0e4c4a39-fdfa-45e1-b729-431fff7a5215" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2820,42 +2888,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:49 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b0fd318c-be0f-4281-a372-608c659e4301\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"b27ae459-8a22-480d-a056-43e6eed8e2a2\"" ], "x-ms-request-id": [ - "e7768e3a-50fc-4a67-8fe4-e46ce6eea46c" + "1a00f370-5bef-44c9-a69d-6501f7f18183" ], "x-ms-correlation-request-id": [ - "64c91623-96f8-4513-b72c-c3f1aeb46c2a" + "25d29846-7b9a-45a9-99cf-3ba5d9be4876" ], "x-ms-arm-service-request-id": [ - "fa266f5e-7745-442b-9c44-489e928dd7f7" + "14d4ae01-bc7b-4e4d-866b-d1e977e46c79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11997" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171349Z:64c91623-96f8-4513-b72c-c3f1aeb46c2a" + "EASTUS2:20220120T002313Z:25d29846-7b9a-45a9-99cf-3ba5d9be4876" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:12 GMT" + ], "Content-Length": [ - "754" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2864,25 +2932,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip87\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/publicIPAddresses/pip87\",\r\n \"etag\": \"W/\\\"b0fd318c-be0f-4281-a372-608c659e4301\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c439dda3-e90c-4e5a-96b1-deee33331181\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7515\",\r\n \"fqdn\": \"dn7515.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/publicIPAddresses/pip5121\",\r\n \"etag\": \"W/\\\"b27ae459-8a22-480d-a056-43e6eed8e2a2\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ee6ca344-3a37-4047-9971-7a0e9163711c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6236\",\r\n \"fqdn\": \"dn6236.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7028\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9866\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ba09ea3c-0cbb-4a50-9cf3-2705052e696e" + "f3e443bd-8ddf-4559-b1a8-8dc4b2498afa" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2896,48 +2964,48 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:50 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "5829b464-f1aa-4e0f-8053-937537ba35c3" + "54d12466-dcd2-43dc-9d53-3f05f14dd1a9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/5829b464-f1aa-4e0f-8053-937537ba35c3?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/54d12466-dcd2-43dc-9d53-3f05f14dd1a9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ed6e5aa4-3c0c-4165-88eb-df831049b231" + "85e47cb6-f1d4-4a3f-94dc-9a5146d426b6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7cca3b80-4634-44bd-8006-59848f3dd4e5" + "75887ac4-796f-4bbf-a0a6-eea79348ee34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171351Z:ed6e5aa4-3c0c-4165-88eb-df831049b231" + "EASTUS2:20220120T002314Z:85e47cb6-f1d4-4a3f-94dc-9a5146d426b6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:13 GMT" + ], "Content-Length": [ - "1312" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2946,19 +3014,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn152\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152\",\r\n \"etag\": \"W/\\\"df8f3c08-21ca-4a5c-be08-c923ff6549da\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b8e05fbf-763e-4e5e-9545-3dc5556f9253\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7028\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028\",\r\n \"etag\": \"W/\\\"df8f3c08-21ca-4a5c-be08-c923ff6549da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3548\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548\",\r\n \"etag\": \"W/\\\"84d5650c-49ba-4713-b36e-e6b3adec6181\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c0ae3886-27de-4c69-814b-7009c775f5c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866\",\r\n \"etag\": \"W/\\\"84d5650c-49ba-4713-b36e-e6b3adec6181\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/5829b464-f1aa-4e0f-8053-937537ba35c3?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU4MjliNDY0LWYxYWEtNGUwZi04MDUzLTkzNzUzN2JhMzVjMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/54d12466-dcd2-43dc-9d53-3f05f14dd1a9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0ZDEyNDY2LWRjZDItNDNkYy05ZDUzLTNmMDVmMTRkZDFhOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2966,37 +3034,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:54 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "e34cb762-d232-46d4-826c-ca190fec4c65" + "4c02673a-46d9-488b-81f0-8d25456a0e79" ], "x-ms-correlation-request-id": [ - "6bed681c-6ed7-47b9-b53b-38df32e89b3e" + "39644384-f06c-45ae-a646-6bdb26012f50" ], "x-ms-arm-service-request-id": [ - "0f0dec67-bff3-458a-8abe-6b14f5fe7200" + "dca1d296-efa1-4bf4-bab6-d80b4a1dbb19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171354Z:6bed681c-6ed7-47b9-b53b-38df32e89b3e" + "EASTUS2:20220120T002317Z:39644384-f06c-45ae-a646-6bdb26012f50" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:16 GMT" + ], "Content-Length": [ "29" ], @@ -3011,15 +3079,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3027,42 +3095,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:54 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0a821d9c-417a-477f-ba3b-67d2290a3da4\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"c58ca792-ca3b-4f69-8aad-edcaba0e35b4\"" ], "x-ms-request-id": [ - "081032d5-d452-4212-b968-5eeb7ebabbfc" + "f29f1822-1113-4877-812f-ac0c32f9d2e4" ], "x-ms-correlation-request-id": [ - "5608d34a-6756-41ea-a14b-4bf65cd9f097" + "2cc4effb-9bd0-4390-bebb-d7b71c673984" ], "x-ms-arm-service-request-id": [ - "4611d5a6-4ed0-42d1-903a-3f5de271f53e" + "ce14ad84-166e-477a-ba11-db314ca2db73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11995" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171354Z:5608d34a-6756-41ea-a14b-4bf65cd9f097" + "EASTUS2:20220120T002317Z:2cc4effb-9bd0-4390-bebb-d7b71c673984" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:16 GMT" + ], "Content-Length": [ - "1314" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3071,25 +3139,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn152\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152\",\r\n \"etag\": \"W/\\\"0a821d9c-417a-477f-ba3b-67d2290a3da4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b8e05fbf-763e-4e5e-9545-3dc5556f9253\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7028\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028\",\r\n \"etag\": \"W/\\\"0a821d9c-417a-477f-ba3b-67d2290a3da4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3548\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548\",\r\n \"etag\": \"W/\\\"c58ca792-ca3b-4f69-8aad-edcaba0e35b4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0ae3886-27de-4c69-814b-7009c775f5c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866\",\r\n \"etag\": \"W/\\\"c58ca792-ca3b-4f69-8aad-edcaba0e35b4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE1Mi9zdWJuZXRzL3NuNzAyOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1NDgvc3VibmV0cy9zbjk4NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fefaa9e9-7d5b-4a19-9536-165644d1c02b" + "b63be9a3-8da0-4864-840e-8d283cb6bd29" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3097,42 +3165,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:54 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0a821d9c-417a-477f-ba3b-67d2290a3da4\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"c58ca792-ca3b-4f69-8aad-edcaba0e35b4\"" ], "x-ms-request-id": [ - "eda46d82-12a2-4109-a466-3079ad85c32a" + "dcfba034-50d7-47aa-9a08-b901a2a2f444" ], "x-ms-correlation-request-id": [ - "8dd073b0-51ef-4b3d-ae85-44c85238c5ef" + "5310226c-bbf6-4bd9-b326-abde37885190" ], "x-ms-arm-service-request-id": [ - "8da3c48a-4679-4564-8c05-2b3f67adf333" + "717ab245-d5b4-45b4-b6b3-99f657199932" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171354Z:8dd073b0-51ef-4b3d-ae85-44c85238c5ef" + "EASTUS2:20220120T002317Z:5310226c-bbf6-4bd9-b326-abde37885190" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:16 GMT" + ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3141,77 +3209,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7028\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028\",\r\n \"etag\": \"W/\\\"0a821d9c-417a-477f-ba3b-67d2290a3da4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn9866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866\",\r\n \"etag\": \"W/\\\"c58ca792-ca3b-4f69-8aad-edcaba0e35b4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM4NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk1NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7028\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028\"\r\n }\r\n },\r\n \"name\": \"ip1869\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866\"\r\n }\r\n },\r\n \"name\": \"ip3371\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3fe0718a-ffb7-48c3-95ac-c9d85aebb294" + "17930292-0ab4-47b7-9655-3983cdef9183" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "741" + "742" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:55 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "dd088a0a-156d-41da-94af-4f310d7e5f0f" + "d9426e2a-f136-4caa-b39d-87d947eb550c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2/operations/dd088a0a-156d-41da-94af-4f310d7e5f0f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d9426e2a-f136-4caa-b39d-87d947eb550c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "572edb85-8500-4b5d-b5e2-002c2dcbae02" + "ea0e760f-2d04-4eca-9c4a-5240d1400d00" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e32d0027-bc91-49d3-9f00-2b7b26465bf7" + "aa01194f-f3a3-4020-ae03-7b9e7420a595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171355Z:572edb85-8500-4b5d-b5e2-002c2dcbae02" + "EASTUS2:20220120T002317Z:ea0e760f-2d04-4eca-9c4a-5240d1400d00" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:16 GMT" + ], "Content-Length": [ - "1624" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3220,19 +3288,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3853\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\",\r\n \"etag\": \"W/\\\"272c123a-7037-4dd5-8ac0-a66222288af4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"df9a427a-8542-4bc8-914b-f1c38ecd38a5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1869\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853/ipConfigurations/ip1869\",\r\n \"etag\": \"W/\\\"272c123a-7037-4dd5-8ac0-a66222288af4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028\"\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\": \"x3p4bob4ozpe3fkfhxcvk12skd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\",\r\n \"etag\": \"W/\\\"4813b296-71d2-4682-bb77-b579132f74e9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7df8b3a0-6d92-47bd-8aae-2099d4f1d15c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544/ipConfigurations/ip3371\",\r\n \"etag\": \"W/\\\"4813b296-71d2-4682-bb77-b579132f74e9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866\"\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\": \"qy2k3qg4e3uuzakloae2o3pvza.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM4NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk1NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3240,42 +3308,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:55 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"272c123a-7037-4dd5-8ac0-a66222288af4\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"4813b296-71d2-4682-bb77-b579132f74e9\"" ], "x-ms-request-id": [ - "b963ca9e-2831-495b-8da0-68d5fb652f70" + "a7d2b595-2b49-42e2-b444-cfa749582856" ], "x-ms-correlation-request-id": [ - "e58c6186-5cc0-4033-ab05-1203d98b1693" + "87b1d8b4-8806-4047-b8e7-8b812290c8de" ], "x-ms-arm-service-request-id": [ - "72798a5d-2067-4f77-8c14-f2455901286f" + "f174b5bb-d7f9-42a4-8a1a-49002fe65049" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171355Z:e58c6186-5cc0-4033-ab05-1203d98b1693" + "EASTUS2:20220120T002317Z:87b1d8b4-8806-4047-b8e7-8b812290c8de" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:16 GMT" + ], "Content-Length": [ - "1624" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3284,25 +3352,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3853\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\",\r\n \"etag\": \"W/\\\"272c123a-7037-4dd5-8ac0-a66222288af4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"df9a427a-8542-4bc8-914b-f1c38ecd38a5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1869\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853/ipConfigurations/ip1869\",\r\n \"etag\": \"W/\\\"272c123a-7037-4dd5-8ac0-a66222288af4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028\"\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\": \"x3p4bob4ozpe3fkfhxcvk12skd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\",\r\n \"etag\": \"W/\\\"4813b296-71d2-4682-bb77-b579132f74e9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7df8b3a0-6d92-47bd-8aae-2099d4f1d15c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544/ipConfigurations/ip3371\",\r\n \"etag\": \"W/\\\"4813b296-71d2-4682-bb77-b579132f74e9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866\"\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\": \"qy2k3qg4e3uuzakloae2o3pvza.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM4NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk1NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2474a830-fbd5-4777-8343-60a7a2e624c4" + "fed4db1d-3fbf-4489-bcc8-4c6402f16c45" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3310,42 +3378,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:55 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"272c123a-7037-4dd5-8ac0-a66222288af4\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"4813b296-71d2-4682-bb77-b579132f74e9\"" ], "x-ms-request-id": [ - "f8196166-29f3-4e2c-85ed-e5475db3618e" + "b889e407-9adf-4980-9543-2b53e9db85ba" ], "x-ms-correlation-request-id": [ - "1a76e59b-230e-4143-85d3-6ef514bd43af" + "4e7bb676-eb89-4b06-b13e-92693ee252f4" ], "x-ms-arm-service-request-id": [ - "809b799a-1ba6-429c-9559-d7a185676636" + "6c6753cb-b948-4d6e-b4c7-79b6515ecc25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171355Z:1a76e59b-230e-4143-85d3-6ef514bd43af" + "EASTUS2:20220120T002317Z:4e7bb676-eb89-4b06-b13e-92693ee252f4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:16 GMT" + ], "Content-Length": [ - "1624" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3354,26 +3422,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3853\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\",\r\n \"etag\": \"W/\\\"272c123a-7037-4dd5-8ac0-a66222288af4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"df9a427a-8542-4bc8-914b-f1c38ecd38a5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1869\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853/ipConfigurations/ip1869\",\r\n \"etag\": \"W/\\\"272c123a-7037-4dd5-8ac0-a66222288af4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/virtualNetworks/vn152/subnets/sn7028\"\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\": \"x3p4bob4ozpe3fkfhxcvk12skd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\",\r\n \"etag\": \"W/\\\"4813b296-71d2-4682-bb77-b579132f74e9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7df8b3a0-6d92-47bd-8aae-2099d4f1d15c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544/ipConfigurations/ip3371\",\r\n \"etag\": \"W/\\\"4813b296-71d2-4682-bb77-b579132f74e9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/virtualNetworks/vn3548/subnets/sn9866\"\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\": \"qy2k3qg4e3uuzakloae2o3pvza.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/availabilitySets/as6992?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2OTkyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/availabilitySets/as9405?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NDA1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "562cc916-b305-4035-a473-dfc46fa11247" + "5e6bc53c-7e7c-418a-a918-2fb9670bc7f5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3386,37 +3454,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:56 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11284b46-04ac-49a0-b692-0a9f08595243" + "529011ef-9b54-471f-933a-6e00541913dd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "5d1144e8-2b5f-4cf3-acee-42469134db6a" + "49cf1359-9d62-4411-959f-bde4eff1d4eb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171357Z:5d1144e8-2b5f-4cf3-acee-42469134db6a" + "EASTUS2:20220120T002317Z:49cf1359-9d62-4411-959f-bde4eff1d4eb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:16 GMT" + ], "Content-Length": [ "438" ], @@ -3427,26 +3495,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6992\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/availabilitySets/as6992\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/availabilitySets/as9405\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE4Mzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/availabilitySets/as6992\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/availabilitySets/as9405\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "acb084cf-2b32-4041-a74c-a5a5ed422220" + "dd1f4b7e-b031-4418-8302-1b9fec9add3e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3459,48 +3527,48 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:13:58 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/ceed5d40-e819-4176-8a7a-7582c07a2576?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d424ad53-0395-4e03-b9b0-ebe5652378c1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ceed5d40-e819-4176-8a7a-7582c07a2576" + "d424ad53-0395-4e03-b9b0-ebe5652378c1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "b18ae924-e844-44b1-9f60-54c2d3c16d63" + "ae4c85ee-c38d-4cd4-9a5b-35ba4849e6ac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171358Z:b18ae924-e844-44b1-9f60-54c2d3c16d63" + "EASTUS2:20220120T002318Z:ae4c85ee-c38d-4cd4-9a5b-35ba4849e6ac" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:17 GMT" + ], "Content-Length": [ - "2017" + "2074" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3509,62 +3577,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6423\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f42b3c5b-b8f5-4904-8734-710f055fac8b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/availabilitySets/AS6992\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ac79cb81-5c36-43c3-9736-1349a3cd626c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/availabilitySets/AS9405\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T00:23:18.0108268+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/ceed5d40-e819-4176-8a7a-7582c07a2576?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWQ1ZDQwLWU4MTktNDE3Ni04YTdhLTc1ODJjMDdhMjU3Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d424ad53-0395-4e03-b9b0-ebe5652378c1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q0MjRhZDUzLTAzOTUtNGUwMy1iOWIwLWViZTU2NTIzNzhjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:14:08 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7da5675-7846-4a47-bd2e-7a717d5be672" + "5725b9dd-8108-469c-9e5a-e4271daf0244" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-correlation-request-id": [ - "d4ad7c4e-7f88-442f-a057-c466ca3acc98" + "7a6e630e-9168-404c-a3b8-7a7c597b1f47" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171408Z:d4ad7c4e-7f88-442f-a057-c466ca3acc98" + "EASTUS2:20220120T002328Z:7a6e630e-9168-404c-a3b8-7a7c597b1f47" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:23:27 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3573,59 +3641,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:13:57.9695299-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ceed5d40-e819-4176-8a7a-7582c07a2576\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:23:17.948329+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d424ad53-0395-4e03-b9b0-ebe5652378c1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/ceed5d40-e819-4176-8a7a-7582c07a2576?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWQ1ZDQwLWU4MTktNDE3Ni04YTdhLTc1ODJjMDdhMjU3Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d424ad53-0395-4e03-b9b0-ebe5652378c1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q0MjRhZDUzLTAzOTUtNGUwMy1iOWIwLWViZTU2NTIzNzhjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:14:58 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "643c8f35-8688-4aea-8f0a-e9d66f8af418" + "dd75995e-08dd-4c6b-831d-c754ed38ab21" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-correlation-request-id": [ - "624e768b-a74c-46f3-a379-ad227ad3929b" + "0ec9bdfd-fc46-45ae-9bc7-c0a48e5d1dcb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171458Z:624e768b-a74c-46f3-a379-ad227ad3929b" + "EASTUS2:20220120T002418Z:0ec9bdfd-fc46-45ae-9bc7-c0a48e5d1dcb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:24:17 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3634,59 +3702,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:13:57.9695299-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ceed5d40-e819-4176-8a7a-7582c07a2576\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:23:17.948329+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d424ad53-0395-4e03-b9b0-ebe5652378c1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/ceed5d40-e819-4176-8a7a-7582c07a2576?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWQ1ZDQwLWU4MTktNDE3Ni04YTdhLTc1ODJjMDdhMjU3Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d424ad53-0395-4e03-b9b0-ebe5652378c1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q0MjRhZDUzLTAzOTUtNGUwMy1iOWIwLWViZTU2NTIzNzhjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:15:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f28e25a-dbe3-402b-9903-dcd808bec7dd" + "fbe5b2be-4c74-4c24-b73f-0920da5e73f7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-correlation-request-id": [ - "1bf4214a-3899-4a20-bf07-51f60e798457" + "595bb2a6-13f2-47bb-975d-08bc4081196e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171548Z:1bf4214a-3899-4a20-bf07-51f60e798457" + "EASTUS2:20220120T002508Z:595bb2a6-13f2-47bb-975d-08bc4081196e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:25:07 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3695,59 +3763,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:13:57.9695299-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ceed5d40-e819-4176-8a7a-7582c07a2576\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:23:17.948329+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d424ad53-0395-4e03-b9b0-ebe5652378c1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/ceed5d40-e819-4176-8a7a-7582c07a2576?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWQ1ZDQwLWU4MTktNDE3Ni04YTdhLTc1ODJjMDdhMjU3Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d424ad53-0395-4e03-b9b0-ebe5652378c1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q0MjRhZDUzLTAzOTUtNGUwMy1iOWIwLWViZTU2NTIzNzhjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:16:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4229dc7a-b4d4-4440-9c60-0b060aa8330e" + "7555f64c-5ef1-405e-8978-c6466d6d3d7e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-correlation-request-id": [ - "7fa35939-4d49-4c2c-bad8-ffddcf825b81" + "33263c5b-e104-4cbd-8a99-9a50a4ebad22" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171639Z:7fa35939-4d49-4c2c-bad8-ffddcf825b81" + "EASTUS2:20220120T002558Z:33263c5b-e104-4cbd-8a99-9a50a4ebad22" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:25:57 GMT" + ], "Content-Length": [ - "134" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3756,120 +3824,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:13:57.9695299-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ceed5d40-e819-4176-8a7a-7582c07a2576\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:23:17.948329+00:00\",\r\n \"endTime\": \"2022-01-20T00:25:28.2773986+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d424ad53-0395-4e03-b9b0-ebe5652378c1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/ceed5d40-e819-4176-8a7a-7582c07a2576?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWQ1ZDQwLWU4MTktNDE3Ni04YTdhLTc1ODJjMDdhMjU3Nj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE4Mzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:17:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24998ae8-ef9c-46a7-bb90-3a1dd2e221a9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "8cad81c7-3547-41ac-b205-3e2fb7e80b3c" - ], - "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171729Z:8cad81c7-3547-41ac-b205-3e2fb7e80b3c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:13:57.9695299-05:00\",\r\n \"endTime\": \"2021-11-19T12:16:58.0712863-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ceed5d40-e819-4176-8a7a-7582c07a2576\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 19 Nov 2021 17:17:28 GMT" - ], - "Pragma": [ - "no-cache" + "39916115-c5c7-4a82-a291-4f03c4ba2ebd" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "b33bc74f-b1c8-49e9-be8a-fd0a4ffb25e0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], "x-ms-correlation-request-id": [ - "61fd5170-f248-4a74-ba16-877db271ef22" + "3bdb0d95-697b-42ff-99b6-e65fa72ec22e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171729Z:61fd5170-f248-4a74-ba16-877db271ef22" + "EASTUS2:20220120T002558Z:3bdb0d95-697b-42ff-99b6-e65fa72ec22e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:25:57 GMT" + ], "Content-Length": [ - "2046" + "2103" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3878,65 +3885,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6423\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f42b3c5b-b8f5-4904-8734-710f055fac8b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/availabilitySets/AS6992\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ac79cb81-5c36-43c3-9736-1349a3cd626c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/availabilitySets/AS9405\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:23:18.0108268+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE4Mzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee31564f-22ae-4ba3-aa1f-4ae1f27d299a" + "1f119850-5f07-4d34-aedb-f313230b9c3e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:17:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e7b171a-10f3-4ce0-ace6-bdb63fa32aad" + "efa8a1c8-e322-4af2-8141-5c94253e3145" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-correlation-request-id": [ - "c8202a79-4b04-46d6-b3e8-e39d590efbdd" + "5fd5191e-1166-45b0-9047-3ee7bd67a6cd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171729Z:c8202a79-4b04-46d6-b3e8-e39d590efbdd" + "EASTUS2:20220120T002558Z:5fd5191e-1166-45b0-9047-3ee7bd67a6cd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:25:57 GMT" + ], "Content-Length": [ - "2046" + "2103" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3945,111 +3952,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6423\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f42b3c5b-b8f5-4904-8734-710f055fac8b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/availabilitySets/AS6992\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Network/networkInterfaces/nic3853\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ac79cb81-5c36-43c3-9736-1349a3cd626c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/availabilitySets/AS9405\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Network/networkInterfaces/nic9544\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T00:23:18.0108268+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE4Mzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d852449-92ce-4412-b299-888e761a2ee4" + "48f6981a-3648-49fd-989a-4731d1f17a69" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:17:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/c03d5b55-5973-4cb9-af64-709650f6614f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/27bc566a-a30c-4d3c-8b0f-8c93f64d08e1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/c03d5b55-5973-4cb9-af64-709650f6614f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/27bc566a-a30c-4d3c-8b0f-8c93f64d08e1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1198" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c03d5b55-5973-4cb9-af64-709650f6614f" + "27bc566a-a30c-4d3c-8b0f-8c93f64d08e1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-correlation-request-id": [ - "6f44a374-9dd0-4e9d-90ca-7408fc2447e0" + "2f52b91b-25f9-4430-8c1e-4e9efa464be3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171729Z:6f44a374-9dd0-4e9d-90ca-7408fc2447e0" + "EASTUS2:20220120T002558Z:2f52b91b-25f9-4430-8c1e-4e9efa464be3" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:25:57 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/virtualMachines/vm6423?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/virtualMachines/vm1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE4Mzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b3085d1-7afc-45f6-b46f-afb57ea43a78" + "b464f782-7354-4626-8586-6cb846bdeb10" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:09 GMT" - ], "Pragma": [ "no-cache" ], @@ -4057,13 +4061,13 @@ "14996" ], "x-ms-request-id": [ - "b70aa9c0-aa3b-4a60-b2ff-7eb6fe1b0f1c" + "34f81c1e-a745-4ab5-9c9f-b973217cc7f3" ], "x-ms-correlation-request-id": [ - "b70aa9c0-aa3b-4a60-b2ff-7eb6fe1b0f1c" + "34f81c1e-a745-4ab5-9c9f-b973217cc7f3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171810Z:b70aa9c0-aa3b-4a60-b2ff-7eb6fe1b0f1c" + "EASTUS2:20220120T002708Z:34f81c1e-a745-4ab5-9c9f-b973217cc7f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4071,6 +4075,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:07 GMT" + ], "Expires": [ "-1" ] @@ -4079,56 +4086,56 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/c03d5b55-5973-4cb9-af64-709650f6614f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2MwM2Q1YjU1LTU5NzMtNGNiOS1hZjY0LTcwOTY1MGY2NjE0Zj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/27bc566a-a30c-4d3c-8b0f-8c93f64d08e1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3YmM1NjZhLWEzMGMtNGQzYy04YjBmLThjOTNmNjRkMDhlMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:17:39 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aa566a73-2299-4b03-8ce9-a077f5696b69" + "16c637f1-3d6b-4a8f-9e2c-13cc9d33a590" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], "x-ms-correlation-request-id": [ - "f7d51213-d079-487e-8cfe-025a67550136" + "38a08e85-4e07-4a72-b292-31674c18a209" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171739Z:f7d51213-d079-487e-8cfe-025a67550136" + "EASTUS2:20220120T002608Z:38a08e85-4e07-4a72-b292-31674c18a209" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:26:08 GMT" + ], "Content-Length": [ "134" ], @@ -4139,59 +4146,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:17:29.7600445-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c03d5b55-5973-4cb9-af64-709650f6614f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:25:58.6213494+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27bc566a-a30c-4d3c-8b0f-8c93f64d08e1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/c03d5b55-5973-4cb9-af64-709650f6614f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2MwM2Q1YjU1LTU5NzMtNGNiOS1hZjY0LTcwOTY1MGY2NjE0Zj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/27bc566a-a30c-4d3c-8b0f-8c93f64d08e1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3YmM1NjZhLWEzMGMtNGQzYy04YjBmLThjOTNmNjRkMDhlMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ccaa715b-e3ab-4e93-b8b8-8a3b793a95c1" + "a92c6d3e-c3d7-49b8-921b-788678346a4b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], "x-ms-correlation-request-id": [ - "7b81806b-2cab-42ac-87d1-ccfe414fde99" + "6b193432-0a18-4fa1-865f-4319f1e44522" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171810Z:7b81806b-2cab-42ac-87d1-ccfe414fde99" + "EASTUS2:20220120T002638Z:6b193432-0a18-4fa1-865f-4319f1e44522" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:26:38 GMT" + ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4200,84 +4207,145 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:17:29.7600445-05:00\",\r\n \"endTime\": \"2021-11-19T12:18:08.0896932-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c03d5b55-5973-4cb9-af64-709650f6614f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:25:58.6213494+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27bc566a-a30c-4d3c-8b0f-8c93f64d08e1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/operations/c03d5b55-5973-4cb9-af64-709650f6614f?p=6e70c7a0-3487-45b4-b3f7-96c884ff76a9&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2MwM2Q1YjU1LTU5NzMtNGNiOS1hZjY0LTcwOTY1MGY2NjE0Zj9wPTZlNzBjN2EwLTM0ODctNDViNC1iM2Y3LTk2Yzg4NGZmNzZhOSZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/27bc566a-a30c-4d3c-8b0f-8c93f64d08e1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3YmM1NjZhLWEzMGMtNGQzYy04YjBmLThjOTNmNjRkMDhlMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:09 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29970" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a8949543-27bf-4c69-acae-1d1baae11968" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "32913e3c-5b70-41bd-b702-d030980eb4a7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T002708Z:32913e3c-5b70-41bd-b702-d030980eb4a7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:27:07 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:25:58.6213494+00:00\",\r\n \"endTime\": \"2022-01-20T00:26:44.7466353+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"27bc566a-a30c-4d3c-8b0f-8c93f64d08e1\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/27bc566a-a30c-4d3c-8b0f-8c93f64d08e1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3YmM1NjZhLWEzMGMtNGQzYy04YjBmLThjOTNmNjRkMDhlMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "79fe0de2-8e6f-4ba8-866e-42926c5a168e" + "3a3b9a89-8574-48c7-8685-4b0714634bc7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11977" ], "x-ms-correlation-request-id": [ - "47251ced-d955-4f10-a50b-676e83d3b605" + "72faa1ea-87b8-4aa0-b259-9a948fd315df" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171810Z:47251ced-d955-4f10-a50b-676e83d3b605" + "EASTUS2:20220120T002708Z:72faa1ea-87b8-4aa0-b259-9a948fd315df" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:27:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp9499?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk0OTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp5310?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDUzMTA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5eca71a5-8121-4385-83ee-2d5f417284ee" + "f642de07-5a9d-43f2-bf6a-d0fe9c7da35a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4290,49 +4358,49 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/9c04ac90-6611-45d2-8d03-685187923a06?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/56eee641-b37b-4221-b1a7-b1aac5ae6b60?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/9c04ac90-6611-45d2-8d03-685187923a06?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/56eee641-b37b-4221-b1a7-b1aac5ae6b60?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7998" + "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "9c04ac90-6611-45d2-8d03-685187923a06" + "56eee641-b37b-4221-b1a7-b1aac5ae6b60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "bdfcbf14-f10d-4782-96ee-c33030fdb525" + "a4342465-1c85-4940-a454-27ad8894b38a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171811Z:bdfcbf14-f10d-4782-96ee-c33030fdb525" + "EASTUS2:20220120T002709Z:a4342465-1c85-4940-a454-27ad8894b38a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:08 GMT" + ], "Content-Length": [ "565" ], @@ -4343,62 +4411,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp9499\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp5310\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/9c04ac90-6611-45d2-8d03-685187923a06?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy85YzA0YWM5MC02NjExLTQ1ZDItOGQwMy02ODUxODc5MjNhMDY/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/56eee641-b37b-4221-b1a7-b1aac5ae6b60?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy81NmVlZTY0MS1iMzdiLTQyMjEtYjFhNy1iMWFhYzVhZTZiNjA/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399988" + "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "b05db877-2eb4-4d71-9de7-c68a9e3e75d6" + "eaba5244-90b8-44cd-850e-cee0112eb5cd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11976" ], "x-ms-correlation-request-id": [ - "e0a90a1a-b773-4c30-b681-1ec8f57bab06" + "cce43d43-4932-4bda-94b0-2efa94fe3c8d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171813Z:e0a90a1a-b773-4c30-b681-1ec8f57bab06" + "EASTUS2:20220120T002711Z:cce43d43-4932-4bda-94b0-2efa94fe3c8d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:11 GMT" + ], "Content-Length": [ - "1361" + "1363" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4407,36 +4475,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:18:10.9152-05:00\",\r\n \"endTime\": \"2021-11-19T12:18:12.5559133-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:11.0558337-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9328e645-da80-493d-916e-bdb5c2ed06ce\"\r\n }\r\n }\r\n },\r\n \"name\": \"9c04ac90-6611-45d2-8d03-685187923a06\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:27:09.0375058+00:00\",\r\n \"endTime\": \"2022-01-20T00:27:10.4282005+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:09.162513+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"990e1ffa-e80a-4f0b-8b77-0a30d6389ab9\"\r\n }\r\n }\r\n },\r\n \"name\": \"56eee641-b37b-4221-b1a7-b1aac5ae6b60\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp9499?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk0OTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp5310?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDUzMTA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119988" ], @@ -4444,25 +4505,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "f75fbf44-601c-471f-981e-66a820e820dc" + "5633d62a-dcbf-4313-80c7-6e4338c6b8c7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11975" ], "x-ms-correlation-request-id": [ - "b6e38eed-0fff-41ca-b5e9-c1653c2b45e9" + "d3c750f6-90e7-45a4-9707-d519ae1a73cf" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171813Z:b6e38eed-0fff-41ca-b5e9-c1653c2b45e9" + "EASTUS2:20220120T002711Z:d3c750f6-90e7-45a4-9707-d519ae1a73cf" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:11 GMT" + ], "Content-Length": [ - "1139" + "1138" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4471,26 +4539,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:11.0558337-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9328e645-da80-493d-916e-bdb5c2ed06ce\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:09.162513+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"990e1ffa-e80a-4f0b-8b77-0a30d6389ab9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp2704?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3MDQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp4980?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQ5ODA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fe2071b4-e31b-41b9-a178-c11f39786e1e" + "366f9c39-0148-46ba-b75c-7016f40aceec" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4503,49 +4571,49 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:13 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/6c997e98-56ac-4c5b-9a4d-a2c0e7a1bfc3?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/aa86cc19-f108-4ead-9499-42722c2b2aad?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/6c997e98-56ac-4c5b-9a4d-a2c0e7a1bfc3?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/aa86cc19-f108-4ead-9499-42722c2b2aad?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7997" + "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "6c997e98-56ac-4c5b-9a4d-a2c0e7a1bfc3" + "aa86cc19-f108-4ead-9499-42722c2b2aad" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-correlation-request-id": [ - "5cb371f2-27b2-4228-b739-08a12ffe4a62" + "438e01fa-f136-40a1-8459-e5fb1638421b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171814Z:5cb371f2-27b2-4228-b739-08a12ffe4a62" + "EASTUS2:20220120T002711Z:438e01fa-f136-40a1-8459-e5fb1638421b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:11 GMT" + ], "Content-Length": [ "565" ], @@ -4556,60 +4624,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2704\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp4980\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/6c997e98-56ac-4c5b-9a4d-a2c0e7a1bfc3?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy82Yzk5N2U5OC01NmFjLTRjNWItOWE0ZC1hMmMwZTdhMWJmYzM/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/aa86cc19-f108-4ead-9499-42722c2b2aad?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9hYTg2Y2MxOS1mMTA4LTRlYWQtOTQ5OS00MjcyMmMyYjJhYWQ/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399986" + "Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "d2b671e6-e41b-4978-b9b2-3ee46549f53f" + "9de9bfd1-cec4-45cb-80c8-22069be954a4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11974" ], "x-ms-correlation-request-id": [ - "a28219dd-3e5f-4cc5-bc5f-5455c833d6be" + "7ba98d0c-fb33-41fe-9092-f53047d039ff" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171816Z:a28219dd-3e5f-4cc5-bc5f-5455c833d6be" + "EASTUS2:20220120T002713Z:7ba98d0c-fb33-41fe-9092-f53047d039ff" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:13 GMT" + ], "Content-Length": [ "1364" ], @@ -4620,60 +4688,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:18:14.1653476-05:00\",\r\n \"endTime\": \"2021-11-19T12:18:15.5716618-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:14.2903613-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"be556e73-d51c-47af-b8a2-1ce8b28c41fd\"\r\n }\r\n }\r\n },\r\n \"name\": \"6c997e98-56ac-4c5b-9a4d-a2c0e7a1bfc3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:27:11.4282797+00:00\",\r\n \"endTime\": \"2022-01-20T00:27:12.8501715+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:11.5376216+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"4e476852-1231-412f-a860-e133a019f446\"\r\n }\r\n }\r\n },\r\n \"name\": \"aa86cc19-f108-4ead-9499-42722c2b2aad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp2704?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3MDQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp4980?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQ5ODA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14997,Microsoft.Compute/LowCostGet30Min;119986" + "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "4619e5fc-4f4a-4b25-97d4-09bb07e5fe76" + "a98bbe3d-747c-4dd0-80a6-16bdd962c432" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11973" ], "x-ms-correlation-request-id": [ - "ada2cc1d-7fdc-4589-a60d-e2bdf81fff3a" + "7bff7bf3-2c1c-4af7-a74d-6b73ffd6615d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171816Z:ada2cc1d-7fdc-4589-a60d-e2bdf81fff3a" + "EASTUS2:20220120T002713Z:7bff7bf3-2c1c-4af7-a74d-6b73ffd6615d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:13 GMT" + ], "Content-Length": [ "1139" ], @@ -4684,26 +4752,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:14.2903613-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"be556e73-d51c-47af-b8a2-1ce8b28c41fd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:11.5376216+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"4e476852-1231-412f-a860-e133a019f446\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp9499?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk0OTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp5310?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDUzMTA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "09088c6e-0163-4310-ba69-9818b5ada1c4" + "bc1eadb9-f598-437a-ac87-8d9dca918676" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4716,50 +4784,50 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:16 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/d50d1b64-592e-477f-8c79-559dd29807ea?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/26f30819-8aa9-4381-a2da-b48d7595aff5?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/d50d1b64-592e-477f-8c79-559dd29807ea?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/26f30819-8aa9-4381-a2da-b48d7595aff5?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7996" + "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "d50d1b64-592e-477f-8c79-559dd29807ea" + "26f30819-8aa9-4381-a2da-b48d7595aff5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], "x-ms-correlation-request-id": [ - "fd389b1b-3a23-458f-b9f9-fe419a5dfabd" + "9e809a44-e468-40b3-8f29-258f62164c7b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171817Z:fd389b1b-3a23-458f-b9f9-fe419a5dfabd" + "EASTUS2:20220120T002713Z:9e809a44-e468-40b3-8f29-258f62164c7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ + "Date": [ + "Thu, 20 Jan 2022 00:27:13 GMT" + ], + "Content-Length": [ "565" ], "Content-Type": [ @@ -4769,62 +4837,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp9499\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp5310\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/d50d1b64-592e-477f-8c79-559dd29807ea?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9kNTBkMWI2NC01OTJlLTQ3N2YtOGM3OS01NTlkZDI5ODA3ZWE/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/26f30819-8aa9-4381-a2da-b48d7595aff5?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8yNmYzMDgxOS04YWE5LTQzODEtYTJkYS1iNDhkNzU5NWFmZjU/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "10" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399985" + "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "c892431c-a625-40b6-8418-86d7b185a4bb" + "0022472c-efc1-4cb5-af15-5ff9b2d0d3a9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11972" ], "x-ms-correlation-request-id": [ - "223979ed-4f1e-413f-9e11-8eea4556dabc" + "e5a8f719-fe4b-45bc-afa4-1d8d893ef0dc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171819Z:223979ed-4f1e-413f-9e11-8eea4556dabc" + "EASTUS2:20220120T002716Z:e5a8f719-fe4b-45bc-afa4-1d8d893ef0dc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:15 GMT" + ], "Content-Length": [ - "1363" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4833,60 +4904,124 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:18:17.0561127-05:00\",\r\n \"endTime\": \"2021-11-19T12:18:18.962443-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:17.1029877-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"cd861c02-8107-4534-9a0b-285b84e455e0\"\r\n }\r\n }\r\n },\r\n \"name\": \"d50d1b64-592e-477f-8c79-559dd29807ea\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:27:13.8346093+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26f30819-8aa9-4381-a2da-b48d7595aff5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp9499?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDk0OTk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/26f30819-8aa9-4381-a2da-b48d7595aff5?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8yNmYzMDgxOS04YWE5LTQzODEtYTJkYS1iNDhkNzU5NWFmZjU/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:18 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49993,Microsoft.Compute/GetOperation30Min;399980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" + ], + "x-ms-request-id": [ + "e8f4feaa-a402-4105-9594-5b961d2d758b" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "3adbf4b2-4d5d-4bb8-9a70-45106d0c298d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T002726Z:3adbf4b2-4d5d-4bb8-9a70-45106d0c298d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:27:25 GMT" + ], + "Content-Length": [ + "1363" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:27:13.8346093+00:00\",\r\n \"endTime\": \"2022-01-20T00:27:23.428762+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:13.8658422+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"87ec60ca-fc3c-4efc-a41b-f3811095ddb1\"\r\n }\r\n }\r\n },\r\n \"name\": \"26f30819-8aa9-4381-a2da-b48d7595aff5\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp5310?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDUzMTA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119984" + "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "3a4144aa-9dba-4f72-8111-83698353871d" + "1940684c-86fc-4253-afcf-ceb7d1edf48a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11970" ], "x-ms-correlation-request-id": [ - "b7ea0f2b-ff09-4940-87e2-958bac9e34f2" + "7ef9cb9d-a404-4992-bbd6-cb1a217ed0ba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171819Z:b7ea0f2b-ff09-4940-87e2-958bac9e34f2" + "EASTUS2:20220120T002726Z:7ef9cb9d-a404-4992-bbd6-cb1a217ed0ba" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:25 GMT" + ], "Content-Length": [ "1139" ], @@ -4897,26 +5032,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:17.1029877-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"cd861c02-8107-4534-9a0b-285b84e455e0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:13.8658422+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"87ec60ca-fc3c-4efc-a41b-f3811095ddb1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp2704?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3MDQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp4980?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQ5ODA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d459bf05-dea9-42a7-9609-1c350f3d55ab" + "ade18e24-bd36-4afa-8d8a-ba122b5567a0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4929,49 +5064,49 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/efa6ced6-134d-4261-b141-f9656ffe8046?p=03f446cd-58dc-43ce-82ff-a22164fae905&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/1c1dd91b-45f9-4bf2-86a7-1daa5da3c2f1?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/efa6ced6-134d-4261-b141-f9656ffe8046?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/1c1dd91b-45f9-4bf2-86a7-1daa5da3c2f1?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;996,Microsoft.Compute/CreateUpdateDisks30Min;7995" + "Microsoft.Compute/CreateUpdateDisks3Min;996,Microsoft.Compute/CreateUpdateDisks30Min;7994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "efa6ced6-134d-4261-b141-f9656ffe8046" + "1c1dd91b-45f9-4bf2-86a7-1daa5da3c2f1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], "x-ms-correlation-request-id": [ - "54a9c806-9f6c-4cef-8469-f635661519e7" + "33b992e6-d2a9-41ce-8eca-096a93ff33bc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171820Z:54a9c806-9f6c-4cef-8469-f635661519e7" + "EASTUS2:20220120T002726Z:33b992e6-d2a9-41ce-8eca-096a93ff33bc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:25 GMT" + ], "Content-Length": [ "565" ], @@ -4982,60 +5117,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2704\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp4980\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2/DiskOperations/efa6ced6-134d-4261-b141-f9656ffe8046?p=03f446cd-58dc-43ce-82ff-a22164fae905&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy9lZmE2Y2VkNi0xMzRkLTQyNjEtYjE0MS1mOTY1NmZmZTgwNDY/cD0wM2Y0NDZjZC01OGRjLTQzY2UtODJmZi1hMjIxNjRmYWU5MDUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/DiskOperations/1c1dd91b-45f9-4bf2-86a7-1daa5da3c2f1?p=de3c97e5-a7f4-4bba-b1fb-feac30234d51&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9EaXNrT3BlcmF0aW9ucy8xYzFkZDkxYi00NWY5LTRiZjItODZhNy0xZGFhNWRhM2MyZjE/cD1kZTNjOTdlNS1hN2Y0LTRiYmEtYjFmYi1mZWFjMzAyMzRkNTEmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399983" + "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "c80a6017-3a05-45ae-b9b1-332d1d48c967" + "2d30559c-b9f9-4399-8870-b32085844ae3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11969" ], "x-ms-correlation-request-id": [ - "ebb8e8b1-fea6-4d78-9db4-d2969cbac00e" + "3631e7da-cd6c-486d-af38-036f65079f10" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171822Z:ebb8e8b1-fea6-4d78-9db4-d2969cbac00e" + "EASTUS2:20220120T002728Z:3631e7da-cd6c-486d-af38-036f65079f10" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:28 GMT" + ], "Content-Length": [ "1364" ], @@ -5046,36 +5181,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T12:18:19.8999832-05:00\",\r\n \"endTime\": \"2021-11-19T12:18:20.9469084-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:19.9468653-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"1a2f9e84-8589-49d4-93d1-6e225d52599f\"\r\n }\r\n }\r\n },\r\n \"name\": \"efa6ced6-134d-4261-b141-f9656ffe8046\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T00:27:26.2101138+00:00\",\r\n \"endTime\": \"2022-01-20T00:27:27.2257871+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:26.2570232+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9ce8ebcc-f668-47a8-87d0-e4cc5808c5d2\"\r\n }\r\n }\r\n },\r\n \"name\": \"1c1dd91b-45f9-4bf2-86a7-1daa5da3c2f1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp2704?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI3MDQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp4980?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDQ5ODA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119981" ], @@ -5083,23 +5211,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "2e09d6ea-af02-45ae-8b1a-187d7facea1b" + "33be88ca-b2ad-4dd0-a6a9-cdb791fd0a91" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11968" ], "x-ms-correlation-request-id": [ - "96154fe8-8677-49a5-b629-2ea6c02e05a0" + "5d71f8b1-d952-4b17-a4d0-0f841a4ddd44" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171822Z:96154fe8-8677-49a5-b629-2ea6c02e05a0" + "EASTUS2:20220120T002728Z:5d71f8b1-d952-4b17-a4d0-0f841a4ddd44" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:28 GMT" + ], "Content-Length": [ "1139" ], @@ -5110,42 +5245,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:19.9468653-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"1a2f9e84-8589-49d4-93d1-6e225d52599f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:26.2570232+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9ce8ebcc-f668-47a8-87d0-e4cc5808c5d2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9312c721-daf9-42e8-af22-d6c500fc612a" + "e2ec22e4-6d60-46f8-a72c-5bba07146230" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGet3Min;239,Microsoft.Compute/HighCostGet30Min;1919" ], @@ -5153,25 +5281,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "40d94e91-25a9-4968-8f47-061d34de51bb" + "082a2e38-16a7-49aa-b5a3-7ddf1fd4afe4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11967" ], "x-ms-correlation-request-id": [ - "908dbcce-99e5-4f3a-bb02-91ddbc90dce6" + "285034ce-9067-4e3c-8c5a-92e91fdc4370" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171822Z:908dbcce-99e5-4f3a-bb02-91ddbc90dce6" + "EASTUS2:20220120T002728Z:285034ce-9067-4e3c-8c5a-92e91fdc4370" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:28 GMT" + ], "Content-Length": [ - "2554" + "2553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5180,42 +5315,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:14.2903613-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"be556e73-d51c-47af-b8a2-1ce8b28c41fd\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:11.0558337-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9328e645-da80-493d-916e-bdb5c2ed06ce\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:11.5376216+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"4e476852-1231-412f-a860-e133a019f446\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:09.162513+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"990e1ffa-e80a-4f0b-8b77-0a30d6389ab9\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4d72ee0-d1c3-4693-830a-46952027206a" + "c8f948f4-94e0-4357-a60b-5c99646c635e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGet3Min;238,Microsoft.Compute/HighCostGet30Min;1918" ], @@ -5223,23 +5351,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03f446cd-58dc-43ce-82ff-a22164fae905_132771195609423392" + "de3c97e5-a7f4-4bba-b1fb-feac30234d51_132853716657246185" ], "x-ms-request-id": [ - "7f1f1fdf-67b5-4255-bdc2-d2b1d236720e" + "a33084a7-b666-473c-8fa6-55333a308fcb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11966" ], "x-ms-correlation-request-id": [ - "5b51992a-17a7-49db-ac67-5f7dc4df8dcd" + "f93fc3f5-ff72-4803-a898-7ee3e7ebbd9a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171822Z:5b51992a-17a7-49db-ac67-5f7dc4df8dcd" + "EASTUS2:20220120T002728Z:f93fc3f5-ff72-4803-a898-7ee3e7ebbd9a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Thu, 20 Jan 2022 00:27:28 GMT" + ], "Content-Length": [ "2554" ], @@ -5250,54 +5385,288 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:19.9468653-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"1a2f9e84-8589-49d4-93d1-6e225d52599f\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:17.1029877-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"cd861c02-8107-4534-9a0b-285b84e455e0\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:26.2570232+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9ce8ebcc-f668-47a8-87d0-e4cc5808c5d2\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:13.8658422+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"87ec60ca-fc3c-4efc-a41b-f3811095ddb1\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/disks?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9kaXNrcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/disks?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9kaXNrcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2cbcd378-bfe9-4762-881c-9bb254984e3d" + "c3465148-7f03-4c57-aeb6-75ef79f2c393" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "bffa49fc-b371-4574-a84e-e535d5519fa1", + "cf827a4b-c116-42f9-b088-f7c453f34718", + "c4a985d0-16b3-4dff-8e20-4c3d7c52ca2f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-request-id": [ + "38278988-4927-4403-9313-60a09264ecf2" + ], + "x-ms-correlation-request-id": [ + "38278988-4927-4403-9313-60a09264ecf2" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T002728Z:38278988-4927-4403-9313-60a09264ecf2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:27:28 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "58164" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR2223/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:26.2570232+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9ce8ebcc-f668-47a8-87d0-e4cc5808c5d2\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR2223/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:13.8658422+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"87ec60ca-fc3c-4efc-a41b-f3811095ddb1\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3019/providers/Microsoft.Compute/disks/diskrp4980\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2223/providers/Microsoft.Storage/storageAccounts/diskrp4893\",\r\n \"sourceUri\": \"https://diskrp4893.blob.core.windows.net/crptestar3708/oscrptestar6849.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:11.5376216+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"4e476852-1231-412f-a860-e133a019f446\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp5310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3019/providers/Microsoft.Compute/disks/diskrp5310\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3019/providers/Microsoft.Storage/storageAccounts/diskrp1844\",\r\n \"sourceUri\": \"https://diskrp1844.blob.core.windows.net/crptestar1710/oscrptestar9591.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-20T00:27:09.162513+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"990e1ffa-e80a-4f0b-8b77-0a30d6389ab9\"\r\n }\r\n },\r\n {\r\n \"name\": \"imagedisk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imagedisk\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 4,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-02-05T19:17:50.7158793+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Reserved\",\r\n \"diskSizeBytes\": 4294967296,\r\n \"uniqueId\": \"017af56e-eda5-41cd-ab62-00b52c9b6be5\",\r\n \"tier\": \"P1\"\r\n }\r\n },\r\n {\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus2/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.1697.2101090203\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-02-05T19:11:18.4224975+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Reserved\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"1193bfcb-b547-45ae-8343-a2e08b157601\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus2/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.2237.2110070715\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-10-31T21:56:23.5919691+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"0b82ec63-615b-48f4-8dee-e20a9334ec81\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB2/providers/Microsoft.Compute/disks/vm2adsandorhib2_OsDisk_1_88048cdc017f4893be0f65a0fd778be8\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib2/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib2\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-DataCenter/Versions/17763.3126.220107\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-14T21:10:28.0598583+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"88048cdc-017f-4893-be0f-65a0fd778be8\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORHIB3/providers/Microsoft.Compute/disks/vm2adsandorhib3_OsDisk_1_8f7dc93e829548188e4f14d6124c02ca\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorhib3/providers/Microsoft.Compute/virtualMachines/vm2adsandorhib3\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-DataCenter/Versions/17763.3126.220107\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-19T21:55:17.06296+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Frozen\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"8f7dc93e-8295-4818-8e4f-14d6124c02ca\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORREGION/providers/Microsoft.Compute/disks/vmregional_disk1_8abad4c479be4738a8231d6af8854ed3\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorregion/providers/Microsoft.Compute/virtualMachines/vmregional\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/a020f716-3c60-4c98-af34-26ed4a69d3ce/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoftwindowsserver/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2019-datacenter/Versions/17763.3126.220107\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-12T13:33:49.1477051+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"8abad4c4-79be-4738-a823-1d6af8854ed3\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORZONAL/providers/Microsoft.Compute/disks/vmzonal1_OsDisk_1_8820325cbf1944669821deea85d8fb8c\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorzonal/providers/Microsoft.Compute/virtualMachines/vmzonal1\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.3126.220107\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-12T13:30:22.7714925+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"8820325c-bf19-4466-9821-deea85d8fb8c\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS1892/providers/Microsoft.Compute/disks/vcrptestps1892_OsDisk_1_db6b6171407a42e78b41443dea993f0c\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps1892/providers/Microsoft.Compute/virtualMachines/vcrptestps1892\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4906.2112080838\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-07T15:45:06.0240032+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"db6b6171-407a-42e7-8b41-443dea993f0c\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2336/providers/Microsoft.Compute/disks/vm2crptestps2336_OsDisk_1_20c2217d0e6d44538f19456cb6b8e67d\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2336/providers/Microsoft.Compute/virtualMachines/vm2crptestps2336\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-DataCenter/Versions/17763.3126.220107\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-11T19:34:59.1329135+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"20c2217d-0e6d-4453-8f19-456cb6b8e67d\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS2914/providers/Microsoft.Compute/disks/vcrptestps2914_OsDisk_1_fc4e9017d49244819a0152226bfef7e3\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps2914/providers/Microsoft.Compute/virtualMachines/vcrptestps2914\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4906.2112080838\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-07T15:30:52.5173432+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"fc4e9017-d492-4481-9a01-52226bfef7e3\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS6175/providers/Microsoft.Compute/disks/vm2crptestps6175_OsDisk_1_a142d0283c3249bbb72147ca0cd33dde\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps6175/providers/Microsoft.Compute/virtualMachines/vm2crptestps6175\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-DataCenter/Versions/17763.3125.2112070401\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-11T18:21:25.849612+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"a142d028-3c32-49bb-b721-47ca0cd33dde\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"mycopy\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/mycopy\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:40:49.3879013+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"b761df44-c81a-4070-9f57-01740cfc6528\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"mycopy2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/mycopy2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:50:51.2518588+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"5c1d46be-1261-49e5-b956-b0cea823ca87\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"testcopy\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/testcopy\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:13:28.4658253+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"8d4cb501-b8f8-4d4e-a20f-f71987c38d88\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213190913.486202\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213190913.486202\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T19:09:48.5728045+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"d9988a90-5a49-4fb5-8bbf-6411790781ca\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213192834.826373\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213192834.826373\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T19:29:29.7015168+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"97a71d94-0696-4e56-bdad-c0837067d0ec\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213193042.176848\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213193042.176848\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T19:31:49.9057046+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"234c28ac-d8ce-4fc1-9d1a-80a29f72a4c7\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213194002.959116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213194002.959116\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T19:40:50.3165808+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"38cf3f96-b84a-4e73-b8b7-5e95e1c33b22\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213194837.336743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213194837.336743\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T19:49:34.5145197+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"bed40f94-cfc2-44bf-95a9-7b06c32a24c0\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:12:46.9498765+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"88f70ee4-e8f2-4918-b751-552a7d1165ec\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213195317.801488\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213195317.801488\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T19:54:06.5020463+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"7e27b1f5-7689-4cdc-8709-812ab515339b\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213202933\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213202933\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:30:30.5859106+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"b1735182-a835-4fa6-b69f-9547004ca7e2\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211213203338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211213203338\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:34:37.6035905+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"cf31e6ef-a9de-4c99-abfc-9f42928d13f6\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20211217070230\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20211217070230\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-17T07:03:46.028328+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"57c60d8f-5e59-4dad-8fbf-845e41cadbb7\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest-DiskCopy-20220103162935\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest-DiskCopy-20220103162935\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"sourceUniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-03T16:30:20.8733612+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"daf60a4d-75bf-4d9c-b613-e1771f766072\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/disks/vmrepairtest_disk1_84621b78133c43fbb014a25a76e71b8b\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/virtualMachines/vmrepairtest\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/dbbbec43-4d4f-4b45-a55d-b668a75403dc/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoftwindowsserver/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2016-datacenter/Versions/14393.4905.2111130103\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T19:06:19.0436908+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"84621b78-133c-43fb-b014-a25a76e71b8b\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213195317.801488/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_59a39816c12c40c295f3334cbfa29ef9\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213195317.801488/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:14:12.7162521+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"59a39816-c12c-40c2-95f3-334cbfa29ef9\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213202933/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_622cb8afca6f4848ba8c0fa905ac4000\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213202933/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:30:58.4925022+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"622cb8af-ca6f-4848-ba8c-0fa905ac4000\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203338/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_dc0937e610b54cffb237732eebf5392a\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203338/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:35:10.1038272+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"dc0937e6-10b5-4cff-b237-732eebf5392a\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213203959/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_bb2e66bbb7c842bf8ffb3a10df634e17\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213203959/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:41:57.6383635+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"bb2e66bb-b7c8-42bf-8ffb-3a10df634e17\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211213204939/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_8486861f364646398d82175dffba564e\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211213204939/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-13T20:51:19.6583554+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"8486861f-3646-4639-8d82-175dffba564e\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20211217070230/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_1bafa6a9ba97452bb3feccc6d263d642\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20211217070230/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-17T07:04:22.715878+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"1bafa6a9-ba97-452b-b3fe-ccc6d263d642\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/REPAIR-VMREPAIRTEST-20220103162935/providers/Microsoft.Compute/disks/repair-vmrepai__OsDisk_1_6b96f035f7234437a444b7ecd8c5b1e1\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"repair_source\": \"haagha_pwshelltest/vmrepairtest\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/repair-vmrepairtest-20220103162935/providers/Microsoft.Compute/virtualMachines/repair-vmrepai_\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-03T16:30:51.3422838+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"6b96f035-f723-4437-a444-b7ecd8c5b1e1\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20144.2110070052\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-03T11:38:24.3969838+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"bfa76a9f-955e-4509-b306-aae8e6727e3e\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"thishtha1_disk1_183f33f4a22941479b753fc840d8f64a\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/disks/thishtha1_disk1_183f33f4a22941479b753fc840d8f64a\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/5cd0a4d5-087e-4d22-887d-6ddf32afde2c/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoftwindowsserver/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2016-datacenter/Versions/14393.4906.2112080838\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-31T18:59:40.1508519+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"183f33f4-a229-4147-9b75-3fc840d8f64a\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"thishtha2_lun_0_2_41034b3455664fc382b8c3374a1aee0c\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/disks/thishtha2_lun_0_2_41034b3455664fc382b8c3374a1aee0c\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_temp/providers/Microsoft.Compute/galleries/galleryName/images/newnewnew/versions/0.0.1\",\r\n \"lun\": 0\r\n },\r\n \"galleryImageReference\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_temp/providers/Microsoft.Compute/galleries/galleryName/images/newnewnew/versions/0.0.1\",\r\n \"lun\": 0\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-07T15:16:23.8390179+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"41034b34-5566-4fc3-82b8-c3374a1aee0c\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"thishtha2_OsDisk_1_28ba2697b855464bbb47dbcda4082cf0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/disks/thishtha2_OsDisk_1_28ba2697b855464bbb47dbcda4082cf0\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"purchasePlan\": {\r\n \"name\": \"purchasePlanName\",\r\n \"publisher\": \"\",\r\n \"product\": \"purchasePlanProduct\"\r\n },\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": false,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_temp/providers/Microsoft.Compute/galleries/galleryName/images/newnewnew/versions/0.0.1\"\r\n },\r\n \"galleryImageReference\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_temp/providers/Microsoft.Compute/galleries/galleryName/images/newnewnew/versions/0.0.1\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-07T15:16:23.8390179+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"28ba2697-b855-464b-bb47-dbcda4082cf0\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"thishtha_disk1_009e2af19528423b844db49b0f7d3c84\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/disks/thishtha_disk1_009e2af19528423b844db49b0f7d3c84\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/5dcc66b9-ca85-418c-802a-a733439ab002/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoftwindowsserver/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2016-datacenter/Versions/14393.4906.2112080838\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-29T21:45:50.6647091+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"009e2af1-9528-423b-844d-b49b0f7d3c84\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmname3_disk1_e11aa32cdb9e4d3d909e33c0e3ff2d97\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/disks/vmname3_disk1_e11aa32cdb9e4d3d909e33c0e3ff2d97\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/fed6995b-8879-43ea-8266-fc20eeb9e686/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoftwindowsserver/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2016-datacenter/Versions/14393.4905.2111130103\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-14T16:53:35.5563533+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"e11aa32c-db9e-4d3d-909e-33c0e3ff2d97\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmname_disk1_af640cf66df74d13ade7a075a8a136a4\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/disks/vmname_disk1_af640cf66df74d13ade7a075a8a136a4\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/691c82cc-6ace-4a0e-a443-f4225991bcbc/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoftwindowsserver/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2016-datacenter/Versions/14393.4905.2111130103\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-12-14T16:46:16.5934826+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"af640cf6-6df7-4d13-ade7-a075a8a136a4\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserver-gen2preview/Skus/2019-datacenter-gen2/Versions/2019.0.20190620\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-18T05:17:56.424828+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"a35942d4-7236-4826-9bbb-d04e3955c59b\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA-SDKTEST_GROUP/providers/Microsoft.Compute/disks/haagha-SDKtest_OsDisk_1_9f456f13cb41478995e8b10bbdcc1ee3\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"managedBy\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha-SDKtest_group/providers/Microsoft.Compute/virtualMachines/haagha-SDKtest\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southcentralus/Publishers/microsoftvisualstudio/ArtifactTypes/VMImage/Offers/visualstudio2019/Skus/vs-2019-ent-win10-n/Versions/2021.01.13\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-30T22:56:53.8093863+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136365211648,\r\n \"uniqueId\": \"9f456f13-cb41-4789-95e8-b10bbdcc1ee3\",\r\n \"tier\": \"P10\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3019?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2df7a40-15f8-47f3-840b-07b6ef8898bc" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "626d1dda-d81a-4e3d-a733-20d2453556ed" + ], + "x-ms-correlation-request-id": [ + "626d1dda-d81a-4e3d-a733-20d2453556ed" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T002728Z:626d1dda-d81a-4e3d-a733-20d2453556ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:27:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "05561b32-cb1c-4a5e-9686-b6dddc717370" + ], + "x-ms-correlation-request-id": [ + "05561b32-cb1c-4a5e-9686-b6dddc717370" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T002743Z:05561b32-cb1c-4a5e-9686-b6dddc717370" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:27:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "2c0fd329-5fc8-4cbf-87b8-594771378510" + ], + "x-ms-correlation-request-id": [ + "2c0fd329-5fc8-4cbf-87b8-594771378510" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T002759Z:2c0fd329-5fc8-4cbf-87b8-594771378510" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 00:27:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:22 GMT" - ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ - "218e11ea-d748-4f2e-8fc8-b63da369fdbc", - "7db3021c-aaa3-4395-8a0d-dce7ec238666", - "ea287cf9-2e68-4239-839d-f3d66d77bb57" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11997" ], "x-ms-request-id": [ - "a6e3b0d8-5a72-42d3-8452-e8f35618d14b" + "b075f8b8-475c-4721-9466-c4aad1436bb0" ], "x-ms-correlation-request-id": [ - "a6e3b0d8-5a72-42d3-8452-e8f35618d14b" + "b075f8b8-475c-4721-9466-c4aad1436bb0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171823Z:a6e3b0d8-5a72-42d3-8452-e8f35618d14b" + "EASTUS2:20220120T002814Z:b075f8b8-475c-4721-9466-c4aad1436bb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5305,35 +5674,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "49322" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Date": [ + "Thu, 20 Jan 2022 00:28:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR5962/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:14.2903613-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"be556e73-d51c-47af-b8a2-1ce8b28c41fd\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR5962/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:11.0558337-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"9328e645-da80-493d-916e-bdb5c2ed06ce\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp2704\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR7514/providers/Microsoft.Compute/disks/diskrp2704\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar7514/providers/Microsoft.Storage/storageAccounts/diskrp7961\",\r\n \"sourceUri\": \"https://diskrp7961.blob.core.windows.net/crptestar2473/oscrptestar9151.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:19.9468653-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"1a2f9e84-8589-49d4-93d1-6e225d52599f\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrp9499\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR7514/providers/Microsoft.Compute/disks/diskrp9499\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Import\",\r\n \"storageAccountId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar5962/providers/Microsoft.Storage/storageAccounts/diskrp3196\",\r\n \"sourceUri\": \"https://diskrp3196.blob.core.windows.net/crptestar3670/oscrptestar6143.vhd\"\r\n },\r\n \"diskSizeGB\": 150,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T12:18:17.1029877-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 161061273600,\r\n \"uniqueId\": \"cd861c02-8107-4534-9a0b-285b84e455e0\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest1rqij7kt_OsDisk_1_60c1c456dab84f73bec292fddf33ae25\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptest1rqij7kt_OsDisk_1_60c1c456dab84f73bec292fddf33ae25\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD_Xio\": \"17-Nov-2021 16:31:12\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:31:12\",\r\n \"tagname5ta\": \"tagthvssulrf\",\r\n \"tagnamedxu\": \"tagbngcxmxzd\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:31:48.4278833-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"60c1c456-dab8-4f73-bec2-92fddf33ae25\",\r\n \"tier\": \"P4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest1zimalol_OsDisk_1_bc8ce8ab618640028715a19df00ef240\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptest1zimalol_OsDisk_1_bc8ce8ab618640028715a19df00ef240\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD_Ppg\": \"17-Nov-2021 16:35:31\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:35:31\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:36:06.089372-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"bc8ce8ab-6186-4002-8715-a19df00ef240\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest4r4bsv22_OsDisk_1_edaec738b3fd4df4a3f620ca82002456\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptest4r4bsv22_OsDisk_1_edaec738b3fd4df4a3f620ca82002456\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_ZonalMultiFD\": \"17-Nov-2021 16:08:15\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:08:15\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:08:45.2336268-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"edaec738-b3fd-4df4-a3f6-20ca82002456\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest4wp3abtn_OsDisk_1_74975282e5a44124b07436abe00161bf\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptest4wp3abtn_OsDisk_1_74975282e5a44124b07436abe00161bf\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_TrustedVM\": \"17-Nov-2021 16:15:30\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:15:30\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2019-datacenter-gensecond/Versions/17763.3124.2111130129\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:15:49.9559988-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"74975282-e5a4-4124-b074-36abe00161bf\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptest9lq9hxuz_OsDisk_1_956dd2eb51ef43bcb6cb4039b4bcd9e6\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/virtualMachines/crptest9lq9hxuz\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:40:44.6210794-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"956dd2eb-51ef-43bc-b6cb-4039b4bcd9e6\",\r\n \"tier\": \"S10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestaff4xjql_OsDisk_1_c485f2b6442e45c8ad99b5fe500a0a34\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/virtualMachines/crptestaff4xjql\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T12:32:18.7196391-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"c485f2b6-442e-45c8-ad99-b5fe500a0a34\",\r\n \"tier\": \"S10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestbv2qt1ud_OsDisk_1_bc88496baa9d4fc9a47f463db26dfaa5\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestbv2qt1ud_OsDisk_1_bc88496baa9d4fc9a47f463db26dfaa5\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD_Xio\": \"17-Nov-2021 16:32:19\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:32:19\",\r\n \"tagnamexa4\": \"tagtblwsyidf\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:32:36.5850768-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"bc88496b-aa9d-4fc9-a47f-463db26dfaa5\",\r\n \"tier\": \"P4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestd5gicn61_OsDisk_1_9b9e13b864314b639a6903ada709d8e9\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 17:32:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:32:03\",\r\n \"tagname883\": \"taglsrsaxvyd\",\r\n \"tagname0lv\": \"tagtithksgbg\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/virtualMachines/crptestd5gicn61\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T12:32:41.7528554-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"9b9e13b8-6431-4b63-9a69-03ada709d8e9\",\r\n \"tier\": \"S10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestfdso46w7_OsDisk_1_d079dfb5bcc5425d9fbba43b9c0c50b9\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestfdso46w7_OsDisk_1_d079dfb5bcc5425d9fbba43b9c0c50b9\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_ZonalMultiFD\": \"17-Nov-2021 16:09:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:09:28\",\r\n \"tagnamemq8\": \"tagjlsbmaofn\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:09:42.345284-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"d079dfb5-bcc5-425d-9fbb-a43b9c0c50b9\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestj8v2cyl8_OsDisk_1_8f6f4ae99755493ebed8ee7e15a7e325\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestj8v2cyl8_OsDisk_1_8f6f4ae99755493ebed8ee7e15a7e325\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_ForceDeleteVM_DeleteVmo_SingleFD\": \"17-Nov-2021 16:19:11\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:19:11\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:19:47.4222591-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"8f6f4ae9-9755-493e-bed8-ee7e15a7e325\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestjdam0kcy_OsDisk_1_183a6f2c6fb243b5a860810634990c27\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestjdam0kcy_OsDisk_1_183a6f2c6fb243b5a860810634990c27\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD_WithCustomerAssignedFaultDomain\": \"17-Nov-2021 16:03:33\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:03:33\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:04:11.6521315-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"183a6f2c-6fb2-43b5-a860-810634990c27\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestjq2tpdi7_disk1_63833081f41e4f48ab4aa8ac5dd293f0\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestjq2tpdi7_disk1_63833081f41e4f48ab4aa8ac5dd293f0\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_TrustedVM\": \"17-Nov-2021 16:14:26\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:14:26\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/64703957-c97e-4abb-aadb-f75527ab61ad/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/microsoftwindowsserver/ArtifactTypes/VMImage/Offers/windowsserver/Skus/2019-datacenter-gensecond/Versions/17763.3124.2111130129\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"securityProfile\": {\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:15:07.6529259-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"63833081-f41e-4f48-ab4a-a8ac5dd293f0\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestl58j0ufx_OsDisk_1_16ac38a26f254170b338955c88e80805\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestl58j0ufx_OsDisk_1_16ac38a26f254170b338955c88e80805\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD\": \"17-Nov-2021 15:58:57\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 15:58:57\",\r\n \"tagnamer0j\": \"taguarnhsohd\",\r\n \"tagname928\": \"tagdxhoyezyz\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T10:59:37.611741-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"16ac38a2-6f25-4170-b338-955c88e80805\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestmyl6vvqn_OsDisk_1_5c837b8379fd45bfab848343e57f995b\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestmyl6vvqn_OsDisk_1_5c837b8379fd45bfab848343e57f995b\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoSingleFD_PutVMs_UsingPreprovisionedVMReuse\": \"17-Nov-2021 16:25:23\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:25:23\",\r\n \"tagname3bx\": \"tagafwzhpcwo\",\r\n \"UseReserveCommitBasedFaultModelAssignment\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:25:42.0076496-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"5c837b83-79fd-45bf-ab84-8343e57f995b\",\r\n \"tier\": \"P4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestnhsnvkp0_disk1_2b7f33ae17794e258aefc43ef7148948\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestnhsnvkp0_disk1_2b7f33ae17794e258aefc43ef7148948\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoSingleFD_PutVMs_UsingPreprovisionedVMReuse\": \"17-Nov-2021 16:24:46\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:24:46\",\r\n \"UseReserveCommitBasedFaultModelAssignment\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/ee5ba351-1355-4abe-8c91-2ef685bddcab/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:25:11.8574824-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"2b7f33ae-1779-4e25-8aef-c43ef7148948\",\r\n \"tier\": \"P4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestpd3lvzri_OsDisk_1_0541be3b3d7649c69e0c784033412a2c\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestpd3lvzri_OsDisk_1_0541be3b3d7649c69e0c784033412a2c\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD_Ppg\": \"17-Nov-2021 16:36:37\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:36:37\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:36:54.8743306-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"0541be3b-3d76-49c6-9e0c-784033412a2c\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestqk359cis_OsDisk_1_fcf147f021b444b0806596d53ae7e98d\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestqk359cis_OsDisk_1_fcf147f021b444b0806596d53ae7e98d\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoZonalMultiFD_PutVMs_UsingPreprovisionedVMReuse\": \"17-Nov-2021 16:28:46\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:28:46\",\r\n \"tagnamedkj\": \"tagddkrvotar\",\r\n \"tagnameqer\": \"tagvtxjyjpeu\",\r\n \"UseReserveCommitBasedFaultModelAssignment\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:29:01.9597308-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"fcf147f0-21b4-44b0-8065-96d53ae7e98d\",\r\n \"tier\": \"P4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestqp1lxkfv_860252d9_OsDisk_1_a489991cc59d4968982cb31307931078\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_860252d9\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T13:50:19.7965542-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"a489991c-c59d-4968-982c-b31307931078\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestqp1lxkfv_fe9a223c_OsDisk_1_63c8a6ee0a0c4cfeab0f3af173d9c3fa\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoWithVMProfile_ShutdownVM_StartVM_DeleteVM_DeleteVmo\": \"17-Nov-2021 18:49:51\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 18:49:51\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/virtualMachines/crptestqp1lxkfv_fe9a223c\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T13:50:19.905903-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"63c8a6ee-0a0c-4cfe-ab0f-3af173d9c3fa\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestruc00wfw_OsDisk_1_4fd7baabcfb340fe9326d1754342dd10\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsRedeploy\": \"17-Nov-2021 16:40:28\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:40:28\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestrgjyutf0gu92xsoh/providers/Microsoft.Compute/virtualMachines/crptestruc00wfw\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:41:04.5119114-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"4fd7baab-cfb3-40fe-9326-d1754342dd10\",\r\n \"tier\": \"S10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestsnwyfa1c_OsDisk_1_e8863e96e8b34c1e8eabf2678eaf360e\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestsnwyfa1c_OsDisk_1_e8863e96e8b34c1e8eabf2678eaf360e\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsReboot\": \"17-Nov-2021 17:41:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:41:03\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T12:41:32.5860646-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"e8863e96-e8b3-4c1e-8eab-f2678eaf360e\",\r\n \"tier\": \"S10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestu47rn1zg_OsDisk_1_10bde1882a574e8f9983cab6b8d9ec3f\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestu47rn1zg_OsDisk_1_10bde1882a574e8f9983cab6b8d9ec3f\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.VmoTestScheduledEventsReboot\": \"17-Nov-2021 17:41:03\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 17:41:03\",\r\n \"tagnameu4d\": \"tagsmcrfcqfy\",\r\n \"EnableVMImpactCoordinationGroup\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T12:41:22.6791116-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"10bde188-2a57-4e8f-9983-cab6b8d9ec3f\",\r\n \"tier\": \"S10\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestuc976woj_OsDisk_1_6cf80507f75f4bc680bb104db2e8faad\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestuc976woj_OsDisk_1_6cf80507f75f4bc680bb104db2e8faad\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD_WithCustomerAssignedFaultDomain\": \"17-Nov-2021 16:04:54\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:04:54\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:05:12.8556203-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"6cf80507-f75f-4bc6-80bb-104db2e8faad\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestvon2x8u4_OsDisk_1_bd8c27b4a88a43808c7e2c3c945bdaa1\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestvon2x8u4_OsDisk_1_bd8c27b4a88a43808c7e2c3c945bdaa1\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmoZonalMultiFD_PutVMs_UsingPreprovisionedVMReuse\": \"17-Nov-2021 16:27:45\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:27:45\",\r\n \"tagnameji7\": \"tagveqoilcae\",\r\n \"tagnamebol\": \"tagallhipxwz\",\r\n \"UseReserveCommitBasedFaultModelAssignment\": \"True\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:28:24.6933324-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"bd8c27b4-a88a-4380-8c7e-2c3c945bdaa1\",\r\n \"tier\": \"P4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestxzsg6ca0_OsDisk_1_307c7c73a9ff450382b18e79989026cb\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestxzsg6ca0_OsDisk_1_307c7c73a9ff450382b18e79989026cb\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_ForceDeleteVM_DeleteVmo_SingleFD\": \"17-Nov-2021 16:20:30\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:20:30\",\r\n \"tagname2qx\": \"tagpjsbrsvsb\",\r\n \"tagname50i\": \"tagnpllynntk\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:20:48.6054676-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"307c7c73-a9ff-4503-82b1-8e79989026cb\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"crptestz2euvh1y_OsDisk_1_390547486ad44d07b13fef9109e948d1\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTRGJYUTF0GU92XSOH/providers/Microsoft.Compute/disks/crptestz2euvh1y_OsDisk_1_390547486ad44d07b13fef9109e948d1\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"VMOrchestratorScenarioTests.CreateVmo_PutVM_DeallocateVM_StartVM_DeleteVM_DeleteVmo_MultiFD\": \"17-Nov-2021 16:00:20\",\r\n \"2a0f90ff-6ea9-49ee-8060-80a28a456d2f\": \"17-Nov-2021 16:00:20\",\r\n \"SkipASMAzSecPack\": \"True\",\r\n \"SkipLinuxAzSecPack\": \"True\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS/Versions/16.04.202109280\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:00:39.6176333-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"39054748-6ad4-4d07-b13f-ef9109e948d1\",\r\n \"tier\": \"S4\"\r\n }\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit_DataDisk_0\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_DataDisk_0\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 8,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:51:19.5703888-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 8589934592,\r\n \"uniqueId\": \"5802cedf-aadf-45b8-8dd4-cdf363f21e82\",\r\n \"tier\": \"P2\"\r\n }\r\n },\r\n {\r\n \"name\": \"TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/SUKODAVARPLIMIT/providers/Microsoft.Compute/disks/TestVMRpLimit_OsDisk_1_641dfd21a2b44b5ba9bcf0198387c010\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/sukodavaRpLimit/providers/Microsoft.Compute/virtualMachines/TestVMRpLimit\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V2\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-gensecond/Versions/14393.4770.2111050154\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T11:51:54.2671212-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"641dfd21-a2b4-4b5b-a9bc-f0198387c010\",\r\n \"tier\": \"P10\"\r\n }\r\n },\r\n {\r\n \"name\": \"test\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/disks/test\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Windows\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportedCapabilities\": {},\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n },\r\n \"diskSizeGB\": 127,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T07:31:21.1656986-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 136367308800,\r\n \"uniqueId\": \"24c5738b-8fbf-49e4-aa1b-17c8bbfa4c48\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR6333/providers/Microsoft.Compute/disks/vm9601_disk2_9faed9b87d3f4f83aff92d16479c97fd\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6333/providers/Microsoft.Compute/virtualMachines/vm9601\",\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\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-17T07:31:21.1813253-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 32212254720,\r\n \"uniqueId\": \"9faed9b8-7d3f-4f83-aff9-2d16479c97fd\"\r\n }\r\n },\r\n {\r\n \"name\": \"test2\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/LONGRUNNINGRG-CENTRALUSEUAP/providers/Microsoft.Compute/disks/test2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/longrunningrg-centraluseuap/providers/Microsoft.Compute/disks/testdisk\",\r\n \"sourceUniqueId\": \"ce7d5c56-3c60-4ee2-8b1e-727edd2efdd5\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-04-20T19:39:55.4486614-04:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"4219a180-6a71-4d01-8878-554370480ac6\",\r\n \"tier\": \"P4\"\r\n }\r\n },\r\n {\r\n \"name\": \"testdisk\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/LONGRUNNINGRG-CENTRALUSEUAP/providers/Microsoft.Compute/disks/testdisk\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 120,\r\n \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"diskAccessId\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/LONGRUNNINGRG-CENTRALUSEUAP/providers/Microsoft.Compute/diskAccesses/longlivedDA\",\r\n \"networkAccessPolicy\": \"AllowPrivate\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2020-09-01T19:47:48.0068094-04:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"ce7d5c56-3c60-4ee2-8b1e-727edd2efdd5\",\r\n \"tier\": \"P4\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar5962?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5NjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3bd4e293-e638-424e-ae9d-c300796c434e" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5341,29 +5704,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "eff63622-a76e-4025-8d35-048cd5c69f2e" + "0e04978a-2c17-4ca9-a02d-e615d8e9fe45" ], "x-ms-correlation-request-id": [ - "eff63622-a76e-4025-8d35-048cd5c69f2e" + "0e04978a-2c17-4ca9-a02d-e615d8e9fe45" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171824Z:eff63622-a76e-4025-8d35-048cd5c69f2e" + "EASTUS2:20220120T002829Z:0e04978a-2c17-4ca9-a02d-e615d8e9fe45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5371,26 +5731,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:28:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5398,29 +5761,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "0f24158a-467c-4843-974f-ca413fa7a976" + "f6bd35d3-e67a-484b-9111-cf68959426f3" ], "x-ms-correlation-request-id": [ - "0f24158a-467c-4843-974f-ca413fa7a976" + "f6bd35d3-e67a-484b-9111-cf68959426f3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171839Z:0f24158a-467c-4843-974f-ca413fa7a976" + "EASTUS2:20220120T002844Z:f6bd35d3-e67a-484b-9111-cf68959426f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5428,26 +5788,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:28:43 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5455,29 +5818,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:18:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "178c2c71-4e9b-4502-976d-cf6a97e5673f" + "99001693-031e-404e-a8e7-4980ddbc53bc" ], "x-ms-correlation-request-id": [ - "178c2c71-4e9b-4502-976d-cf6a97e5673f" + "99001693-031e-404e-a8e7-4980ddbc53bc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171854Z:178c2c71-4e9b-4502-976d-cf6a97e5673f" + "EASTUS2:20220120T002859Z:99001693-031e-404e-a8e7-4980ddbc53bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5485,26 +5845,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:28:58 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5512,29 +5875,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:19:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "25411ee3-4b9e-44be-8b55-56217564b26a" + "cbef452c-67f8-4b78-a2c2-d89968ac58a2" ], "x-ms-correlation-request-id": [ - "25411ee3-4b9e-44be-8b55-56217564b26a" + "cbef452c-67f8-4b78-a2c2-d89968ac58a2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171909Z:25411ee3-4b9e-44be-8b55-56217564b26a" + "EASTUS2:20220120T002914Z:cbef452c-67f8-4b78-a2c2-d89968ac58a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5542,26 +5902,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:29:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5569,29 +5932,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:19:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "61207d0d-5521-465c-ac93-727a817e5ff4" + "5ba4a456-18ee-4747-a52e-2409e1fe05da" ], "x-ms-correlation-request-id": [ - "61207d0d-5521-465c-ac93-727a817e5ff4" + "5ba4a456-18ee-4747-a52e-2409e1fe05da" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171924Z:61207d0d-5521-465c-ac93-727a817e5ff4" + "EASTUS2:20220120T002929Z:5ba4a456-18ee-4747-a52e-2409e1fe05da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5599,26 +5959,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:29:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5626,29 +5989,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:19:39 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "1fc7c131-8930-4074-a3bc-7f08b656e8e1" + "5cd08fdd-daba-4f78-b2b1-1398bdc1b4fb" ], "x-ms-correlation-request-id": [ - "1fc7c131-8930-4074-a3bc-7f08b656e8e1" + "5cd08fdd-daba-4f78-b2b1-1398bdc1b4fb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171939Z:1fc7c131-8930-4074-a3bc-7f08b656e8e1" + "EASTUS2:20220120T002944Z:5cd08fdd-daba-4f78-b2b1-1398bdc1b4fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5656,26 +6010,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:29:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5683,29 +6040,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:19:54 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "e50e867a-34d6-47ea-8721-6f59b4b40d00" + "9e920c0f-8c27-4e64-bf45-ec04386c3f9d" ], "x-ms-correlation-request-id": [ - "e50e867a-34d6-47ea-8721-6f59b4b40d00" + "9e920c0f-8c27-4e64-bf45-ec04386c3f9d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T171955Z:e50e867a-34d6-47ea-8721-6f59b4b40d00" + "EASTUS2:20220120T002944Z:9e920c0f-8c27-4e64-bf45-ec04386c3f9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5713,26 +6061,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:29:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2223?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyMjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "6eb2fdfb-1b2f-418b-90ce-24153c06797a" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5740,29 +6097,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:20:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "8356ea93-f91e-4df1-8c0b-d35c1aaff1ee" + "57983dac-6b92-4762-a499-9b4b856cdba9" ], "x-ms-correlation-request-id": [ - "8356ea93-f91e-4df1-8c0b-d35c1aaff1ee" + "57983dac-6b92-4762-a499-9b4b856cdba9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172010Z:8356ea93-f91e-4df1-8c0b-d35c1aaff1ee" + "EASTUS2:20220120T002944Z:57983dac-6b92-4762-a499-9b4b856cdba9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5770,26 +6124,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:29:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5797,29 +6154,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:20:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "4c612347-4559-461e-a278-6c1d88bda175" + "c4bff176-e070-4b5c-90ec-c6eaff5fe39b" ], "x-ms-correlation-request-id": [ - "4c612347-4559-461e-a278-6c1d88bda175" + "c4bff176-e070-4b5c-90ec-c6eaff5fe39b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172025Z:4c612347-4559-461e-a278-6c1d88bda175" + "EASTUS2:20220120T002959Z:c4bff176-e070-4b5c-90ec-c6eaff5fe39b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5827,26 +6181,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:29:58 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5854,23 +6211,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:20:40 GMT" - ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-request-id": [ - "85488e73-109b-4700-97a9-6aac3adee921" + "da72d26d-bf13-40cb-ab31-2a5f482278b6" ], "x-ms-correlation-request-id": [ - "85488e73-109b-4700-97a9-6aac3adee921" + "da72d26d-bf13-40cb-ab31-2a5f482278b6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172040Z:85488e73-109b-4700-97a9-6aac3adee921" + "EASTUS2:20220120T003014Z:da72d26d-bf13-40cb-ab31-2a5f482278b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5878,26 +6238,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:30:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTYyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT1RZeUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5905,23 +6268,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:20:40 GMT" - ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-request-id": [ - "d5fa6b10-9455-4b1e-a23b-779dea524cdf" + "7c890936-7768-48e2-af21-6d1efa4e9280" ], "x-ms-correlation-request-id": [ - "d5fa6b10-9455-4b1e-a23b-779dea524cdf" + "7c890936-7768-48e2-af21-6d1efa4e9280" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172040Z:d5fa6b10-9455-4b1e-a23b-779dea524cdf" + "EASTUS2:20220120T003029Z:7c890936-7768-48e2-af21-6d1efa4e9280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5929,32 +6295,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:30:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar7514?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "fbf6e354-c102-42a6-8f04-32afdc28f28b" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5962,29 +6325,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:20:41 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "x-ms-request-id": [ - "10c016bc-0690-4b0c-ada6-3f6e99c4a5a5" + "06f8690b-8da1-4bb3-8be4-7ea3d3d5e3ee" ], "x-ms-correlation-request-id": [ - "10c016bc-0690-4b0c-ada6-3f6e99c4a5a5" + "06f8690b-8da1-4bb3-8be4-7ea3d3d5e3ee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172041Z:10c016bc-0690-4b0c-ada6-3f6e99c4a5a5" + "EASTUS2:20220120T003044Z:06f8690b-8da1-4bb3-8be4-7ea3d3d5e3ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5992,26 +6352,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:30:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6019,29 +6382,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:20:55 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "aab060bc-1758-4bae-ba23-e32642c2e975" + "aebc35f5-896a-477c-a7b9-9302a33e2a16" ], "x-ms-correlation-request-id": [ - "aab060bc-1758-4bae-ba23-e32642c2e975" + "aebc35f5-896a-477c-a7b9-9302a33e2a16" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172056Z:aab060bc-1758-4bae-ba23-e32642c2e975" + "EASTUS2:20220120T003059Z:aebc35f5-896a-477c-a7b9-9302a33e2a16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6049,26 +6409,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:30:58 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6076,29 +6439,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:21:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "e39177bc-3516-468d-8788-562e09526f3e" + "2c18542c-8830-4ae5-8499-b5f8c310fdcc" ], "x-ms-correlation-request-id": [ - "e39177bc-3516-468d-8788-562e09526f3e" + "2c18542c-8830-4ae5-8499-b5f8c310fdcc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172111Z:e39177bc-3516-468d-8788-562e09526f3e" + "EASTUS2:20220120T003114Z:2c18542c-8830-4ae5-8499-b5f8c310fdcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6106,26 +6466,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:31:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6133,29 +6496,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:21:25 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "393a4330-f58a-4b84-8671-71781495f5dd" + "ae09a9d5-93b6-426b-ab87-adae5b0a5817" ], "x-ms-correlation-request-id": [ - "393a4330-f58a-4b84-8671-71781495f5dd" + "ae09a9d5-93b6-426b-ab87-adae5b0a5817" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172126Z:393a4330-f58a-4b84-8671-71781495f5dd" + "EASTUS2:20220120T003129Z:ae09a9d5-93b6-426b-ab87-adae5b0a5817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6163,26 +6523,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:31:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6190,29 +6553,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:21:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "4fb93a41-ed18-4215-8ed2-47cc89db9b8d" + "83f2081f-59ab-4139-8f76-7c22525a3851" ], "x-ms-correlation-request-id": [ - "4fb93a41-ed18-4215-8ed2-47cc89db9b8d" + "83f2081f-59ab-4139-8f76-7c22525a3851" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172141Z:4fb93a41-ed18-4215-8ed2-47cc89db9b8d" + "EASTUS2:20220120T003144Z:83f2081f-59ab-4139-8f76-7c22525a3851" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6220,26 +6580,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:31:43 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6247,23 +6610,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:21:56 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-request-id": [ - "4a5c933c-9d67-4c20-8a5f-1f454ef0c37f" + "e4a941f8-aae0-490f-8738-fd8f91fd64da" ], "x-ms-correlation-request-id": [ - "4a5c933c-9d67-4c20-8a5f-1f454ef0c37f" + "e4a941f8-aae0-490f-8738-fd8f91fd64da" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172156Z:4a5c933c-9d67-4c20-8a5f-1f454ef0c37f" + "EASTUS2:20220120T003159Z:e4a941f8-aae0-490f-8738-fd8f91fd64da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6271,26 +6631,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:31:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjIzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpJekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6298,23 +6661,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 17:21:56 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-request-id": [ - "fdeb44ce-0d32-4844-b30a-015f5fb9049e" + "5d1ba5f6-6b26-417a-bd2c-147ad746ecf5" ], "x-ms-correlation-request-id": [ - "fdeb44ce-0d32-4844-b30a-015f5fb9049e" + "5d1ba5f6-6b26-417a-bd2c-147ad746ecf5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T172156Z:fdeb44ce-0d32-4844-b30a-015f5fb9049e" + "EASTUS2:20220120T003159Z:5d1ba5f6-6b26-417a-bd2c-147ad746ecf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6322,11 +6682,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Thu, 20 Jan 2022 00:31:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -6335,49 +6698,49 @@ ], "Names": { "Disk_List_Execute": [ - "crptestar5962", - "crptestar7514", - "diskrp9499", - "diskrp2704" + "crptestar3019", + "crptestar2223", + "diskrp5310", + "diskrp4980" ], "GenerateImportDisk": [ - "diskrp3196", - "as9707", - "diskrp7961", - "as6992" + "diskrp1844", + "as774", + "diskrp4893", + "as9405" ], "CreatePublicIP": [ - "pip5402", - "dn252", - "pip87", - "dn7515" + "pip6532", + "dn1704", + "pip5121", + "dn6236" ], "CreateVNET": [ - "vn5514", - "sn8812", - "vn152", - "sn7028" + "vn3071", + "sn107", + "vn3548", + "sn9866" ], "CreateNIC": [ - "nic817", - "ip1793", - "nic3853", - "ip1869" + "nic3098", + "ip7538", + "nic9544", + "ip3371" ], "CreateDefaultVMInput": [ - "crptestar3670", - "crptestar6634", - "crptestar6143", - "vm3539", - "Microsoft.Compute/virtualMachines6686", - "crptestar2473", - "crptestar1422", - "crptestar9151", - "vm6423", - "Microsoft.Compute/virtualMachines3001" + "crptestar1710", + "crptestar4643", + "crptestar9591", + "vm43", + "Microsoft.Compute/virtualMachines9981", + "crptestar3708", + "crptestar3846", + "crptestar6849", + "vm1837", + "Microsoft.Compute/virtualMachines496" ] }, "Variables": { - "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgGet.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgGet.json index 8696089684411..fc183607e3f7b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgGet.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgGet.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions/2.4.5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zLzIuNC41P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions/2.4.5?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zLzIuNC41P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fef3e557-8dad-448e-91c7-16449c2d73a0" + "350d4905-82f0-4b32-9bed-785a31d82b2c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMExtension3Min;9999,Microsoft.Compute/GetVMExtension30Min;21999" ], @@ -33,32 +40,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "6f08ba61-c8ee-46bc-8396-c98cffac7560" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9b8ceefb-df71-4272-9dff-9832f8ad69bc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "cd01c52a-fd00-43f7-87d4-4514b20c789e" + "c0bac811-5204-435c-b812-b5121e355c1a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185058Z:cd01c52a-fd00-43f7-87d4-4514b20c789e" + "EASTUS2:20211116T143444Z:c0bac811-5204-435c-b812-b5121e355c1a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:57 GMT" - ], "Content-Length": [ - "472" + "551" ], "Content-Type": [ "application/json; charset=utf-8" @@ -67,7 +67,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"computeRole\": \"IaaS\",\r\n \"vmScaleSetEnabled\": false,\r\n \"supportsMultipleExtensions\": false,\r\n \"rollbackSupported\": false,\r\n \"isJsonExtension\": true\r\n },\r\n \"location\": \"westus\",\r\n \"name\": \"2.4.5\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.4.5\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"computeRole\": \"IaaS\",\r\n \"architecture\": [\r\n \"x64\"\r\n ],\r\n \"vmScaleSetEnabled\": false,\r\n \"supportsMultipleExtensions\": false,\r\n \"rollbackSupported\": false,\r\n \"isInternalExtension\": false,\r\n \"isJsonExtension\": true\r\n },\r\n \"location\": \"westus\",\r\n \"name\": \"2.4.5\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.4.5\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListTypes.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListTypes.json index 11772accf852a..8b874fc7005dc 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListTypes.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListTypes.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7024d2c-c443-4671-8e5c-b1d4989b9217" + "7733b95c-385b-41e6-81af-32c14a6dcad2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "efca890d-ed09-494c-b9f5-fe08b139dd2c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "02a6e9d3-0383-4c32-9c8a-310887d4c002" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "bb959498-7f97-488e-892d-1161533e819e" + "7e8908a3-741b-438f-8c6b-e6629501b792" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185058Z:bb959498-7f97-488e-892d-1161533e819e" + "EASTUS2:20211116T143444Z:7e8908a3-741b-438f-8c6b-e6629501b792" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:58 GMT" - ], "Content-Length": [ "1033" ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsFilters.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsFilters.json index eecf709692aa4..0caa972134040 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsFilters.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsFilters.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e067183-0639-45cb-9257-ec25553b4ab6" + "2beed1d3-c7d0-473b-9239-497ecfb97f78" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "91128480-2604-49cb-8ecd-fa006a18fdff" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "21da0a15-4228-4593-8fda-809f911398bd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "153ec08a-a1f2-4d26-bdc4-f8e0d1e4de81" + "994c6729-c971-4ae6-b3ea-51f7803da95f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185059Z:153ec08a-a1f2-4d26-bdc4-f8e0d1e4de81" + "EASTUS2:20211116T143445Z:994c6729-c971-4ae6-b3ea-51f7803da95f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:59 GMT" - ], "Content-Length": [ "3887" ], @@ -71,31 +71,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$filter=startswith(name,'1.0')&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyRmaWx0ZXI9c3RhcnRzd2l0aChuYW1lLCcxLjAnKSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$filter=startswith(name,'1.0')&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyRmaWx0ZXI9c3RhcnRzd2l0aChuYW1lLCcxLjAnKSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "947001d2-3a57-4d03-a0b1-7dec6a92a90a" + "15f742cb-2e1e-4237-bea1-50af80431a37" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMExtensions3Min;9998,Microsoft.Compute/ListVMExtensions30Min;21998" ], @@ -103,30 +110,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "f032dac4-122a-4335-9c58-e226a9f76ddc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7265610b-05aa-4ed7-8b7e-19112c25ec42" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "a9905d7d-6631-49fd-8764-fcb851664130" + "5a7863ac-93bf-488e-9b28-27b3032db9de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185100Z:a9905d7d-6631-49fd-8764-fcb851664130" + "EASTUS2:20211116T143446Z:5a7863ac-93bf-488e-9b28-27b3032db9de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:59 GMT" - ], "Content-Length": [ "779" ], @@ -141,31 +141,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$filter=startswith(name,'2.4')&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyRmaWx0ZXI9c3RhcnRzd2l0aChuYW1lLCcyLjQnKSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$filter=startswith(name,'2.4')&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyRmaWx0ZXI9c3RhcnRzd2l0aChuYW1lLCcyLjQnKSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17fdba9f-3891-4ee4-8260-1f4faadd9311" + "0f48dc8a-60cb-48eb-9784-57dfc654d8d5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMExtensions3Min;9997,Microsoft.Compute/ListVMExtensions30Min;21997" ], @@ -173,30 +180,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "109899f7-8799-4cd2-92f1-d58a68f78359" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f396f39a-8648-4678-93bc-80a10a0bb0cc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "fa77a419-acd1-4329-8dd2-055c050b9bfa" + "f1ac2014-fc5b-40f4-b937-0ed7280ce047" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185100Z:fa77a419-acd1-4329-8dd2-055c050b9bfa" + "EASTUS2:20211116T143446Z:f1ac2014-fc5b-40f4-b937-0ed7280ce047" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:59 GMT" - ], "Content-Length": [ "2079" ], @@ -211,31 +211,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9f13bc3-cb96-46b5-b666-a4909903cb3e" + "9472ee23-e072-4d5a-a5c0-c22c3e0b2e17" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMExtensions3Min;9996,Microsoft.Compute/ListVMExtensions30Min;21996" ], @@ -243,30 +250,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "487157ac-ab95-4104-b4f8-4dc20c5c5d03" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5e3bca17-cfca-4158-b0f9-40f620484415" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "9c900f2c-adbe-4e95-b811-986723d6d3f3" + "81873fcc-f49e-4b2e-9584-971be11e1b7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185100Z:9c900f2c-adbe-4e95-b811-986723d6d3f3" + "EASTUS2:20211116T143446Z:81873fcc-f49e-4b2e-9584-971be11e1b7e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:59 GMT" - ], "Content-Length": [ "259" ], @@ -281,31 +281,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$top=0&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyR0b3A9MCZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?$top=0&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zPyR0b3A9MCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc1b22ec-4623-40c8-bad9-bd1624bda08e" + "8cb9171b-47c4-4e57-a38e-412944d7ec21" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMExtensions3Min;9995,Microsoft.Compute/ListVMExtensions30Min;21995" ], @@ -313,30 +320,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "5be0a0e5-cd81-470a-a5e2-c3187fa8fb7c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2b60018a-f539-4490-8f09-278d0bbc0f2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "18ad6a41-467c-4ad9-a64b-48ef1804d438" + "90dd9178-cf51-456e-ba0c-f356e3846797" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185100Z:18ad6a41-467c-4ad9-a64b-48ef1804d438" + "EASTUS2:20211116T143446Z:90dd9178-cf51-456e-ba0c-f356e3846797" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:59 GMT" - ], "Content-Length": [ "2" ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsNoFilter.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsNoFilter.json index 1e9be0fe1d92c..33f1b368a9773 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsNoFilter.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtImgTests/TestExtImgListVersionsNoFilter.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9WTUFjY2Vzc0FnZW50L3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76333781-7b90-4597-80d4-7d5da5791979" + "301c84ec-4ed1-49b7-981c-a689028f4ee3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMExtensions3Min;9994,Microsoft.Compute/ListVMExtensions30Min;21994" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132593360605652239" + "03e6c753-1db2-4ec7-a057-8ff6011fb55c_132761400085191589" ], "x-ms-request-id": [ - "3ae561df-b0b4-4bc3-a3a6-5bb2765af07a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed77f51a-dafc-4f09-9373-4f9a78bb8113" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "924d2d08-3499-4ace-9540-05212b84b45c" + "3608a2f4-7a92-4ec5-ba44-b13c6843da82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185101Z:924d2d08-3499-4ace-9540-05212b84b45c" + "EASTUS2:20211116T143446Z:3608a2f4-7a92-4ec5-ba44-b13c6843da82" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:51:00 GMT" - ], "Content-Length": [ "3887" ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtensionTests/TestVMExtensionOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtensionTests/TestVMExtensionOperations.json index 95eb50b73858e..a3a54edd27446 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtensionTests/TestVMExtensionOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ExtensionTests/TestVMExtensionOperations.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3b5c7de-054f-47c3-83a7-f06f12fb1879" + "dee83ba9-4ce3-44d5-85ec-b66ea45d3d21" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:57:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132719099011138093" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "5df67713-f15d-4989-bd67-463a8694dbab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a1580349-30dd-4d79-91d4-1d0173c5c686" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "24bdaaee-4fc7-41ee-a2f2-2b2e8ee7c43c" + "9501e760-208a-4eeb-a3f4-3f43ac83bbac" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212705Z:24bdaaee-4fc7-41ee-a2f2-2b2e8ee7c43c" + "WESTUS:20211201T175715Z:9501e760-208a-4eeb-a3f4-3f43ac83bbac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:05 GMT" - ], "Content-Length": [ "321" ], @@ -71,19 +71,19 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar823?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar1480?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar823\": \"2021-07-28 21:27:05Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1480\": \"2021-12-01 17:57:15Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "70d6af25-3911-4e6c-bfaf-d1bd208153ae" + "3a06611d-3400-4129-8068-75d5655437a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -92,13 +92,16 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:57:18 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "80a662a6-8ab0-4c6f-92ee-11796ca453e7" + "21d03a80-29d8-4c66-8be4-4f1fa978bb1e" ], "x-ms-correlation-request-id": [ - "80a662a6-8ab0-4c6f-92ee-11796ca453e7" + "21d03a80-29d8-4c66-8be4-4f1fa978bb1e" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212708Z:80a662a6-8ab0-4c6f-92ee-11796ca453e7" + "WESTUS:20211201T175718Z:21d03a80-29d8-4c66-8be4-4f1fa978bb1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:08 GMT" - ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,23 +133,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823\",\r\n \"name\": \"crptestar823\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar823\": \"2021-07-28 21:27:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480\",\r\n \"name\": \"crptestar1480\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1480\": \"2021-12-01 17:57:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar823?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar1480?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar823\": \"2021-07-28 21:27:46Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1480\": \"2021-12-01 17:58:01Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c8c3ae7d-cea7-4b18-a6f2-f111aa46f47c" + "bb993f0f-8c5a-4d92-b085-080e8814f617" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -158,13 +158,16 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:01 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "551d1652-5e68-4915-87f3-69c9cc79ffed" + "76b12cea-c2af-4b48-93b0-6602623f287f" ], "x-ms-correlation-request-id": [ - "551d1652-5e68-4915-87f3-69c9cc79ffed" + "76b12cea-c2af-4b48-93b0-6602623f287f" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212746Z:551d1652-5e68-4915-87f3-69c9cc79ffed" + "WESTUS:20211201T175801Z:76b12cea-c2af-4b48-93b0-6602623f287f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:46 GMT" - ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,23 +199,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823\",\r\n \"name\": \"crptestar823\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar823\": \"2021-07-28 21:27:46Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480\",\r\n \"name\": \"crptestar1480\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1480\": \"2021-12-01 17:58:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Storage/storageAccounts/crptestar7732?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3Rhcjc3MzI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Storage/storageAccounts/crptestar6569?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2NTY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f8a6806e-83d9-4a09-9023-e0753998f6af" + "cf657f7d-c1ff-4d06-87e7-6c89c26dc94c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -231,60 +231,60 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:57:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5ff8add3-62a0-4a06-9787-002cea7920e6?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/021fec45-b396-4642-810b-75a1347e3207?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5ff8add3-62a0-4a06-9787-002cea7920e6" + "021fec45-b396-4642-810b-75a1347e3207" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "e3639334-f27d-4948-ac99-704d77746b5e" + "516ec487-b3e8-4fde-8aed-2fe01e7556b8" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T212718Z:e3639334-f27d-4948-ac99-704d77746b5e" + "WESTUS:20211201T175730Z:516ec487-b3e8-4fde-8aed-2fe01e7556b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:17 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5ff8add3-62a0-4a06-9787-002cea7920e6?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNWZmOGFkZDMtNjJhMC00YTA2LTk3ODctMDAyY2VhNzkyMGU2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/021fec45-b396-4642-810b-75a1347e3207?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDIxZmVjNDUtYjM5Ni00NjQyLTgxMGItNzVhMTM0N2UzMjA3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:57:47 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "9b9d62db-30d7-4838-86c5-96f46f61a6ff" + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/021fec45-b396-4642-810b-75a1347e3207?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "c70098b2-3616-43a0-a6b6-1fbe27c1abf4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "3cd06b46-4351-4125-8448-e4b9d926fc82" + "49647286-800c-43e0-a177-7c9bfebcc128" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T212735Z:3cd06b46-4351-4125-8448-e4b9d926fc82" + "WESTUS:20211201T175747Z:49647286-800c-43e0-a177-7c9bfebcc128" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/021fec45-b396-4642-810b-75a1347e3207?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDIxZmVjNDUtYjM5Ni00NjQyLTgxMGItNzVhMTM0N2UzMjA3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Wed, 28 Jul 2021 21:27:35 GMT" + "Wed, 01 Dec 2021 17:57:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "33400a56-e736-4dfe-8e65-e0a813b24e1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "566217ea-b99e-4d54-9d76-339c1e84a0b6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T175750Z:566217ea-b99e-4d54-9d76-339c1e84a0b6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,19 +398,19 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae36bbae-29e1-4c2a-a86c-4d213ce3c35f" + "5a372de8-e071-4bc3-b893-c107c74697fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "933bbd06-4089-47c2-acae-93d116300eed" + "717c6dc9-dba9-4963-ac97-465ad7985280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "7efac05c-0aba-425b-8b84-740649e5f0e9" + "0c85c30c-d36b-4060-aef0-a5d3e84a37fd" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T212745Z:7efac05c-0aba-425b-8b84-740649e5f0e9" + "WESTUS:20211201T175801Z:0c85c30c-d36b-4060-aef0-a5d3e84a37fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:45 GMT" - ], "Content-Length": [ - "751" + "752" ], "Content-Type": [ "application/json" @@ -394,23 +457,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Storage/storageAccounts/crptestar7732\",\r\n \"name\": \"crptestar7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-28T21:27:14.8187256Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7732.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7732.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7732.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Storage/storageAccounts/crptestar6569\",\r\n \"name\": \"crptestar6569\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-01T17:57:25.6696277Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6569.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6569.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6569.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6569.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Storage/storageAccounts/crptestar7732?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3Rhcjc3MzI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Storage/storageAccounts/crptestar6569?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2NTY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b74d2c6-6890-4c61-8562-0b83a714715e" + "852158a5-b7f4-4851-bd31-532a3374ca25" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "162ca9d2-b1ce-4adc-9d09-812715a00a3d" + "21fa7448-959a-4e1c-b46c-72d282159a16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "9bc6c3a2-4e86-4174-b4c3-7aca46df4bd5" + "9ec1a661-e11d-424a-8d94-bbf048176512" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T212746Z:9bc6c3a2-4e86-4174-b4c3-7aca46df4bd5" + "WESTUS:20211201T175801Z:9ec1a661-e11d-424a-8d94-bbf048176512" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:45 GMT" - ], "Content-Length": [ - "739" + "740" ], "Content-Type": [ "application/json" @@ -457,23 +520,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Storage/storageAccounts/crptestar7732\",\r\n \"name\": \"crptestar7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-28T21:27:14.8187256Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7732.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7732.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7732.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Storage/storageAccounts/crptestar6569\",\r\n \"name\": \"crptestar6569\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-01T17:57:25.6696277Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6569.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6569.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6569.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6569.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/publicIPAddresses/pip9035?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwOTAzNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/publicIPAddresses/pip1291?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEyOTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1157\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn471\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "01daab5b-bf6b-4827-9957-422f86996738" + "bb9cee20-1b0e-4e06-b5ad-fa4f352b5ef0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -482,55 +545,55 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "207" + "206" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c14d42d0-1ca8-4643-95c6-d77b5322c1d8" + "d247ecca-828b-4806-9803-9d6a9d7144c5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/c14d42d0-1ca8-4643-95c6-d77b5322c1d8?api-version=2019-09-01" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/d247ecca-828b-4806-9803-9d6a9d7144c5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "58ff084a-9e29-4ae0-95d7-ebbb4170c58d" + "13eb05b0-2f1a-4fe9-a10f-7c5b39db5685" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ff3906cf-4411-480f-aebe-8f09cebe7d07" + "f119111f-4a8f-4223-a470-9a5a33eba690" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212755Z:58ff084a-9e29-4ae0-95d7-ebbb4170c58d" + "WESTUS:20211201T175810Z:13eb05b0-2f1a-4fe9-a10f-7c5b39db5685" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:54 GMT" - ], "Content-Length": [ - "768" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,17 +602,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9035\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/publicIPAddresses/pip9035\",\r\n \"etag\": \"W/\\\"103226d5-0613-4838-b551-c164f161e42a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"917ee2b4-da7f-4536-b62f-6c7e62bb5359\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1157\",\r\n \"fqdn\": \"dn1157.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1291\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/publicIPAddresses/pip1291\",\r\n \"etag\": \"W/\\\"f5c237e7-52d0-4402-bf54-6fbcc9a97e0e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f7b8bb82-9933-4b8e-ba2c-c1e7ac1403ae\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn471\",\r\n \"fqdn\": \"dn471.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/c14d42d0-1ca8-4643-95c6-d77b5322c1d8?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MxNGQ0MmQwLTFjYTgtNDY0My05NWM2LWQ3N2I1MzIyYzFkOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/d247ecca-828b-4806-9803-9d6a9d7144c5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyNDdlY2NhLTgyOGItNDgwNi05ODAzLTlkNmE5ZDcxNDRjNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1dbe1f31-42ae-405c-bbda-31f00f2044c4" + "f30aebe1-4d18-4e59-800d-30ba82d08cd9" ], "x-ms-correlation-request-id": [ - "0cc77a3d-9eaf-451d-b83c-c22146261105" + "183654c3-a4aa-46bd-bd86-183b5ed59b97" ], "x-ms-arm-service-request-id": [ - "3ed23e19-d546-4c9a-927c-7e7d374973f5" + "31613608-24ba-4287-9590-56ce5bd70205" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212756Z:0cc77a3d-9eaf-451d-b83c-c22146261105" + "WESTUS:20211201T175812Z:183654c3-a4aa-46bd-bd86-183b5ed59b97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:56 GMT" - ], "Content-Length": [ "29" ], @@ -604,13 +667,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/publicIPAddresses/pip9035?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwOTAzNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/publicIPAddresses/pip1291?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEyOTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -620,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6694f503-b0c1-4c68-becb-da5535ceea94\"" + "W/\"739dff9e-0a5e-44a6-b3ed-5a40fa112587\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d0bff23c-d1df-4cec-a8d0-74ce238caae3" + "0ffd342b-95f3-442e-a0af-904580e368d0" ], "x-ms-correlation-request-id": [ - "6a6bb600-628a-4e35-8617-0aa0eb53566a" + "01861fcd-0581-4b5e-bcb2-b029968a6dfc" ], "x-ms-arm-service-request-id": [ - "e115ce7f-542e-43c5-9e33-b81b851690db" + "501f291a-8b98-4118-ba5b-67564336f310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212757Z:6a6bb600-628a-4e35-8617-0aa0eb53566a" + "WESTUS:20211201T175813Z:01861fcd-0581-4b5e-bcb2-b029968a6dfc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:56 GMT" - ], "Content-Length": [ - "769" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,23 +727,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9035\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/publicIPAddresses/pip9035\",\r\n \"etag\": \"W/\\\"6694f503-b0c1-4c68-becb-da5535ceea94\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"917ee2b4-da7f-4536-b62f-6c7e62bb5359\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1157\",\r\n \"fqdn\": \"dn1157.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1291\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/publicIPAddresses/pip1291\",\r\n \"etag\": \"W/\\\"739dff9e-0a5e-44a6-b3ed-5a40fa112587\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f7b8bb82-9933-4b8e-ba2c-c1e7ac1403ae\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn471\",\r\n \"fqdn\": \"dn471.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/publicIPAddresses/pip9035?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwOTAzNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/publicIPAddresses/pip1291?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEyOTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae16ee48-b217-4c2c-8328-3ad869e6a80b" + "b91ba2cd-a5f4-4dcf-98f4-f0b70d7a7645" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -690,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6694f503-b0c1-4c68-becb-da5535ceea94\"" + "W/\"739dff9e-0a5e-44a6-b3ed-5a40fa112587\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e1b04c36-d5d2-4600-8537-f13fe5113373" + "ae291675-060d-4353-bf61-91d260a338d8" ], "x-ms-correlation-request-id": [ - "058a9dc6-c93d-4027-9c23-b1b9c3a029a3" + "fa45cfc0-b4be-4a23-a092-119172ef31cd" ], "x-ms-arm-service-request-id": [ - "75f62ac1-6e64-48a7-83fa-c1246d3b03ba" + "2d06aa69-917b-4de6-9e39-2711d7d40f16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212757Z:058a9dc6-c93d-4027-9c23-b1b9c3a029a3" + "WESTUS:20211201T175813Z:fa45cfc0-b4be-4a23-a092-119172ef31cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:27:56 GMT" - ], "Content-Length": [ - "769" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,23 +797,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9035\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/publicIPAddresses/pip9035\",\r\n \"etag\": \"W/\\\"6694f503-b0c1-4c68-becb-da5535ceea94\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"917ee2b4-da7f-4536-b62f-6c7e62bb5359\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1157\",\r\n \"fqdn\": \"dn1157.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1291\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/publicIPAddresses/pip1291\",\r\n \"etag\": \"W/\\\"739dff9e-0a5e-44a6-b3ed-5a40fa112587\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f7b8bb82-9933-4b8e-ba2c-c1e7ac1403ae\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn471\",\r\n \"fqdn\": \"dn471.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTk2NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwNjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3619\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn144\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e2fb3e8-1aee-4e62-9cde-6157c83a49ff" + "32292ef2-d2ae-4fa6-b8ab-f9cf5a495e52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -759,53 +822,53 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "401" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1c7d99d9-daa0-4945-b3ce-0fd71f5967a9" + "2a3398e0-2071-4b70-8c34-95ae039918fa" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/1c7d99d9-daa0-4945-b3ce-0fd71f5967a9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/2a3398e0-2071-4b70-8c34-95ae039918fa?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c8eb2381-0ac4-4d84-9fb4-a975db60884b" + "64c75075-6522-4b41-a18d-10ab80c0430a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "357f4f6a-5498-491a-8aa5-a36334be2403" + "afc52ec3-7d41-4101-86b6-4d340aae60d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212800Z:c8eb2381-0ac4-4d84-9fb4-a975db60884b" + "WESTUS:20211201T175817Z:64c75075-6522-4b41-a18d-10ab80c0430a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:00 GMT" - ], "Content-Length": [ "1319" ], @@ -816,17 +879,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9965\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965\",\r\n \"etag\": \"W/\\\"c8630c39-ad04-47ce-9a3b-d8c52f5d8680\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0a58af84-8df2-437c-bf39-ebb2d57379dc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3619\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619\",\r\n \"etag\": \"W/\\\"c8630c39-ad04-47ce-9a3b-d8c52f5d8680\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3066\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066\",\r\n \"etag\": \"W/\\\"c75f5a74-bf66-4a10-b01c-649aafd9e9e0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e8a0a654-46a8-4bc4-9571-c344015e5e21\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn144\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144\",\r\n \"etag\": \"W/\\\"c75f5a74-bf66-4a10-b01c-649aafd9e9e0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/1c7d99d9-daa0-4945-b3ce-0fd71f5967a9?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjN2Q5OWQ5LWRhYTAtNDk0NS1iM2NlLTBmZDcxZjU5NjdhOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/2a3398e0-2071-4b70-8c34-95ae039918fa?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhMzM5OGUwLTIwNzEtNGI3MC04YzM0LTk1YWUwMzk5MThmYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8b272a4c-21b2-4002-8cac-5a29081122d3" + "c3c3413a-ba23-4ab1-b647-3523e128de32" ], "x-ms-correlation-request-id": [ - "5a22c3b3-0cd0-4ecb-960d-adc39de48f45" + "fb886971-7a9c-4034-b28b-8495dfe194b2" ], "x-ms-arm-service-request-id": [ - "4e06d853-afe6-4822-8e97-10356419b609" + "56bcd781-5e22-4ed5-9ab6-56dc995f9a55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212803Z:5a22c3b3-0cd0-4ecb-960d-adc39de48f45" + "WESTUS:20211201T175820Z:fb886971-7a9c-4034-b28b-8495dfe194b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:03 GMT" - ], "Content-Length": [ "29" ], @@ -881,13 +944,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTk2NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwNjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -897,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f6270e4e-e89f-474e-89c7-775bff0b79c4\"" + "W/\"4dff9635-e879-4d04-95bf-ed0e26112183\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "69679329-8c47-4a61-a9aa-321fe7358b12" + "a3c07f56-6fb0-4863-bbcc-11ed162cb441" ], "x-ms-correlation-request-id": [ - "2bc4d0d0-446f-4c90-ba5f-fb05ca67666c" + "71bbaf43-2a78-4d7d-99f4-1e51aa136421" ], "x-ms-arm-service-request-id": [ - "875390b5-f63b-4e83-b3b7-158fd29d0e0a" + "58f9d474-be65-43d2-9013-afd2c6a214c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212804Z:2bc4d0d0-446f-4c90-ba5f-fb05ca67666c" + "WESTUS:20211201T175820Z:71bbaf43-2a78-4d7d-99f4-1e51aa136421" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:03 GMT" - ], "Content-Length": [ "1321" ], @@ -941,23 +1004,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9965\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965\",\r\n \"etag\": \"W/\\\"f6270e4e-e89f-474e-89c7-775bff0b79c4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a58af84-8df2-437c-bf39-ebb2d57379dc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3619\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619\",\r\n \"etag\": \"W/\\\"f6270e4e-e89f-474e-89c7-775bff0b79c4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3066\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066\",\r\n \"etag\": \"W/\\\"4dff9635-e879-4d04-95bf-ed0e26112183\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8a0a654-46a8-4bc4-9571-c344015e5e21\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn144\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144\",\r\n \"etag\": \"W/\\\"4dff9635-e879-4d04-95bf-ed0e26112183\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTk2NS9zdWJuZXRzL3NuMzYxOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwNjYvc3VibmV0cy9zbjE0ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29832688-3a90-4910-9c11-7ddc32152584" + "1b3849c0-eef0-4872-8914-5fbc42cfbc44" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f6270e4e-e89f-474e-89c7-775bff0b79c4\"" + "W/\"4dff9635-e879-4d04-95bf-ed0e26112183\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "88e08f9b-0ee8-4fd4-aca1-f2fc11f834e0" + "1d74e61a-1a5b-443b-8293-74d96307cae7" ], "x-ms-correlation-request-id": [ - "aaef94cc-5520-415d-baba-d548121b93cf" + "d2634a97-47cb-4c60-b6fa-b8e31fe7b906" ], "x-ms-arm-service-request-id": [ - "60fd75a7-1034-41b9-8ce2-39dbe143f9f3" + "b89a7ce6-66e5-44c5-91aa-f2bf9196627a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212804Z:aaef94cc-5520-415d-baba-d548121b93cf" + "WESTUS:20211201T175820Z:d2634a97-47cb-4c60-b6fa-b8e31fe7b906" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:03 GMT" - ], "Content-Length": [ - "522" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,23 +1074,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3619\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619\",\r\n \"etag\": \"W/\\\"f6270e4e-e89f-474e-89c7-775bff0b79c4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn144\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144\",\r\n \"etag\": \"W/\\\"4dff9635-e879-4d04-95bf-ed0e26112183\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTA1Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkwOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3619\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619\"\r\n }\r\n },\r\n \"name\": \"ip2094\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn144\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144\"\r\n }\r\n },\r\n \"name\": \"ip4852\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7552138a-e4ab-4305-a92c-a2972afce414" + "4b02e510-3649-4173-befe-95dc3bd3a08e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -1036,52 +1099,52 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "746" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "db0a74a7-028a-463d-be16-a7b823a421b9" + "ec0db17d-312f-4487-9172-e133d8b0953d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/db0a74a7-028a-463d-be16-a7b823a421b9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/ec0db17d-312f-4487-9172-e133d8b0953d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0b93ec96-f855-41f4-acb9-b487617f75f6" + "b8edb861-10f6-4a98-8e22-6aa2613ad24c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3cd049db-48fa-490b-891e-e3295d0785d6" + "8713fa66-6394-4970-a935-b189952260dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212807Z:0b93ec96-f855-41f4-acb9-b487617f75f6" + "WESTUS:20211201T175824Z:b8edb861-10f6-4a98-8e22-6aa2613ad24c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:06 GMT" - ], "Content-Length": [ - "1628" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,17 +1153,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9053\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\",\r\n \"etag\": \"W/\\\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e99d1a63-0283-4b57-973a-8ad9e8229a26\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2094\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053/ipConfigurations/ip2094\",\r\n \"etag\": \"W/\\\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619\"\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\": \"qsxvqcxsrv4ehpzz3oznk21z1e.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9098\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\",\r\n \"etag\": \"W/\\\"6047f7fe-ab3c-4c85-b24d-0120a0945840\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cb06d807-328c-4f00-a068-5ab4ae9832cf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4852\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098/ipConfigurations/ip4852\",\r\n \"etag\": \"W/\\\"6047f7fe-ab3c-4c85-b24d-0120a0945840\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144\"\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\": \"kstkb0fii1cexflryncacxs4eb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTA1Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkwOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\"" + "W/\"6047f7fe-ab3c-4c85-b24d-0120a0945840\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "df6cfe0f-efd5-4021-8e30-d8962353a43a" + "08701058-9737-4943-8f9d-25e1a4c1a8f8" ], "x-ms-correlation-request-id": [ - "5b0e3a6a-ea80-4ba7-979c-423638185d31" + "85dacdcd-288d-40f6-b85b-34a7a010924c" ], "x-ms-arm-service-request-id": [ - "3ee44059-a68f-4077-9432-0748b8691d17" + "16049ed6-1546-44d0-aca8-13b740bb7138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212807Z:5b0e3a6a-ea80-4ba7-979c-423638185d31" + "WESTUS:20211201T175824Z:85dacdcd-288d-40f6-b85b-34a7a010924c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:07 GMT" - ], "Content-Length": [ - "1628" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,23 +1217,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9053\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\",\r\n \"etag\": \"W/\\\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e99d1a63-0283-4b57-973a-8ad9e8229a26\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2094\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053/ipConfigurations/ip2094\",\r\n \"etag\": \"W/\\\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619\"\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\": \"qsxvqcxsrv4ehpzz3oznk21z1e.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9098\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\",\r\n \"etag\": \"W/\\\"6047f7fe-ab3c-4c85-b24d-0120a0945840\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cb06d807-328c-4f00-a068-5ab4ae9832cf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4852\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098/ipConfigurations/ip4852\",\r\n \"etag\": \"W/\\\"6047f7fe-ab3c-4c85-b24d-0120a0945840\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144\"\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\": \"kstkb0fii1cexflryncacxs4eb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTA1Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkwOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17df64f0-c9b9-41fc-a7c9-2dd9bba6270a" + "b224f4b6-ec62-4327-9afb-1b10e36c2063" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\"" + "W/\"6047f7fe-ab3c-4c85-b24d-0120a0945840\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ff7dfb62-06cb-4f8b-83c9-fc092cf928d6" + "46b74a80-1d26-4424-9dab-90c60217d6bc" ], "x-ms-correlation-request-id": [ - "5b3d6509-d3f5-48b8-b0d6-77360fcdc2e3" + "629db210-e2b1-441a-bd68-24b25234552b" ], "x-ms-arm-service-request-id": [ - "7af56ebf-930a-47db-96af-dafc813134b0" + "f2940d0e-160a-4fd6-a89b-8329043b9725" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212808Z:5b3d6509-d3f5-48b8-b0d6-77360fcdc2e3" + "WESTUS:20211201T175824Z:629db210-e2b1-441a-bd68-24b25234552b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:07 GMT" - ], "Content-Length": [ - "1628" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9053\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\",\r\n \"etag\": \"W/\\\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e99d1a63-0283-4b57-973a-8ad9e8229a26\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2094\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053/ipConfigurations/ip2094\",\r\n \"etag\": \"W/\\\"ebbd6f44-98c7-4d8c-af89-6d79d07177df\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/virtualNetworks/vn9965/subnets/sn3619\"\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\": \"qsxvqcxsrv4ehpzz3oznk21z1e.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9098\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\",\r\n \"etag\": \"W/\\\"6047f7fe-ab3c-4c85-b24d-0120a0945840\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cb06d807-328c-4f00-a068-5ab4ae9832cf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4852\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098/ipConfigurations/ip4852\",\r\n \"etag\": \"W/\\\"6047f7fe-ab3c-4c85-b24d-0120a0945840\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/virtualNetworks/vn3066/subnets/sn144\"\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\": \"kstkb0fii1cexflryncacxs4eb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/as7816?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczc4MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/as8467?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4NDY3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8cf7381a-eaef-488f-b1d4-4e4318a8e059" + "da567010-5cd8-49b9-a9ef-72fee42b9828" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1319,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1266,29 +1336,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49501d3f-5b48-49b6-a55b-7a7e69ec8675" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc48d3f2-ac7f-492b-93e8-d3e756a0f666" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4f6531a6-3f50-4d20-a806-9819bee01dd4" + "c512cb3e-f9ea-4e45-aeed-7bb6314e94a6" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212816Z:4f6531a6-3f50-4d20-a806-9819bee01dd4" + "WESTUS:20211201T175832Z:c512cb3e-f9ea-4e45-aeed-7bb6314e94a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:15 GMT" - ], "Content-Length": [ - "468" + "469" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,46 +1360,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as7816\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/as7816\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"internalData\": {}\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as8467\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/as8467\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"internalData\": {}\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7732.blob.core.windows.net/crptestar7591/oscrptestar6841.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/as7816\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6569.blob.core.windows.net/crptestar1090/oscrptestar2789.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/as8467\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0b47c50-118b-42ac-b7c8-3fb75581cb2d" + "73646250-9739-49bb-895b-ffaa7cf3981f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1218" + "1220" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/7b86a85f-d734-4965-8d59-d51a66b0139a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/362a2d7b-3dca-406e-a19e-bfb4ad890ec4?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1418,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7b86a85f-d734-4965-8d59-d51a66b0139a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "362a2d7b-3dca-406e-a19e-bfb4ad890ec4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "652fec05-edc8-472b-b05f-8f4f069acb8f" + "b5c1a68c-afb7-4bbc-b0cd-2376a7b331aa" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212820Z:652fec05-edc8-472b-b05f-8f4f069acb8f" + "WESTUS:20211201T175836Z:b5c1a68c-afb7-4bbc-b0cd-2376a7b331aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:20 GMT" - ], "Content-Length": [ - "1988" + "2083" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,32 +1442,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6117\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ca237d42-d412-44f5-a626-d4fe797dea08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/AS7816\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7732.blob.core.windows.net/crptestar7591/oscrptestar6841.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5128\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"121d7553-6697-4161-8f52-a21f4b7299e5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/AS8467\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6569.blob.core.windows.net/crptestar1090/oscrptestar2789.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-12-01T09:58:35.2254013-08:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/7b86a85f-d734-4965-8d59-d51a66b0139a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiODZhODVmLWQ3MzQtNDk2NS04ZDU5LWQ1MWE2NmIwMTM5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/362a2d7b-3dca-406e-a19e-bfb4ad890ec4?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2MmEyZDdiLTNkY2EtNDA2ZS1hMTllLWJmYjRhZDg5MGVjND9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:58:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1412,27 +1482,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9fefa2fe-f8c6-4338-921c-d79cae2a5470" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8124c1e7-9f52-4f49-8679-1935308b356b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "4ddf376e-d53c-4121-afb1-0076ebb6f9f6" + "6329ecaa-99fb-4216-9aa3-f1a9f02d4e1c" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212831Z:4ddf376e-d53c-4121-afb1-0076ebb6f9f6" + "WESTUS:20211201T175847Z:6329ecaa-99fb-4216-9aa3-f1a9f02d4e1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:28:31 GMT" - ], "Content-Length": [ "134" ], @@ -1443,29 +1506,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:28:18.7124937-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7b86a85f-d734-4965-8d59-d51a66b0139a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T09:58:35.1785071-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"362a2d7b-3dca-406e-a19e-bfb4ad890ec4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/7b86a85f-d734-4965-8d59-d51a66b0139a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiODZhODVmLWQ3MzQtNDk2NS04ZDU5LWQ1MWE2NmIwMTM5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/362a2d7b-3dca-406e-a19e-bfb4ad890ec4?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2MmEyZDdiLTNkY2EtNDA2ZS1hMTllLWJmYjRhZDg5MGVjND9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 17:59:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1473,27 +1543,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "45f75351-3627-41d4-8736-6a23ad0d2bc4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5b6acce0-911b-48c2-8e93-7207eff47555" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "39cfd45f-7623-4867-b987-2a15c5437282" + "1cfd4721-6815-44f1-993a-4fa50f8980a2" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T212921Z:39cfd45f-7623-4867-b987-2a15c5437282" + "WESTUS:20211201T175937Z:1cfd4721-6815-44f1-993a-4fa50f8980a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:29:21 GMT" - ], "Content-Length": [ "134" ], @@ -1504,29 +1567,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:28:18.7124937-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7b86a85f-d734-4965-8d59-d51a66b0139a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T09:58:35.1785071-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"362a2d7b-3dca-406e-a19e-bfb4ad890ec4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/7b86a85f-d734-4965-8d59-d51a66b0139a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiODZhODVmLWQ3MzQtNDk2NS04ZDU5LWQ1MWE2NmIwMTM5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/362a2d7b-3dca-406e-a19e-bfb4ad890ec4?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2MmEyZDdiLTNkY2EtNDA2ZS1hMTllLWJmYjRhZDg5MGVjND9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:00:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -1534,27 +1604,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aed15962-a2e6-44be-bf4d-5f63af03f039" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "33c4f6ac-cfb5-4d4f-b17c-84a4e1a8f6f3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "fc20931e-a149-4555-a3c7-fdc0d00ad212" + "d388d0ac-193b-46b5-a106-7a75edb5b77e" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213012Z:fc20931e-a149-4555-a3c7-fdc0d00ad212" + "WESTUS:20211201T180027Z:d388d0ac-193b-46b5-a106-7a75edb5b77e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:30:11 GMT" - ], "Content-Length": [ "134" ], @@ -1565,29 +1628,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:28:18.7124937-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7b86a85f-d734-4965-8d59-d51a66b0139a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T09:58:35.1785071-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"362a2d7b-3dca-406e-a19e-bfb4ad890ec4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/7b86a85f-d734-4965-8d59-d51a66b0139a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiODZhODVmLWQ3MzQtNDk2NS04ZDU5LWQ1MWE2NmIwMTM5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/362a2d7b-3dca-406e-a19e-bfb4ad890ec4?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2MmEyZDdiLTNkY2EtNDA2ZS1hMTllLWJmYjRhZDg5MGVjND9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:01:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], @@ -1595,27 +1665,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2113dda-a20d-4554-9849-047a2baf7c29" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4ef4a103-bf18-47eb-b33b-7f6ca53a2bc5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "baa875d7-b685-454a-91c4-88b1ffe3d09d" + "f1210819-9751-4b42-abf4-d4c201efaba8" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213102Z:baa875d7-b685-454a-91c4-88b1ffe3d09d" + "WESTUS:20211201T180117Z:f1210819-9751-4b42-abf4-d4c201efaba8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:31:01 GMT" - ], "Content-Length": [ "134" ], @@ -1626,29 +1689,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:28:18.7124937-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7b86a85f-d734-4965-8d59-d51a66b0139a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T09:58:35.1785071-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"362a2d7b-3dca-406e-a19e-bfb4ad890ec4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/7b86a85f-d734-4965-8d59-d51a66b0139a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiODZhODVmLWQ3MzQtNDk2NS04ZDU5LWQ1MWE2NmIwMTM5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/362a2d7b-3dca-406e-a19e-bfb4ad890ec4?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2MmEyZDdiLTNkY2EtNDA2ZS1hMTllLWJmYjRhZDg5MGVjND9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:02:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], @@ -1656,27 +1726,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a8af30e-5849-473b-8fd3-e30a20705f0d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a132a319-b5e7-49e1-915b-c74439df93b1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "ca0aa585-0287-49de-9de4-55ea8910c32f" + "c0112148-9968-4b87-b552-22fda94d37c8" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213152Z:ca0aa585-0287-49de-9de4-55ea8910c32f" + "WESTUS:20211201T180208Z:c0112148-9968-4b87-b552-22fda94d37c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:31:51 GMT" - ], "Content-Length": [ "184" ], @@ -1687,59 +1750,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:28:18.7124937-07:00\",\r\n \"endTime\": \"2021-07-28T14:31:06.4496126-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7b86a85f-d734-4965-8d59-d51a66b0139a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T09:58:35.1785071-08:00\",\r\n \"endTime\": \"2021-12-01T10:01:23.6326493-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"362a2d7b-3dca-406e-a19e-bfb4ad890ec4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:02:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "108558da-c9cf-40db-bad7-d9c8c161d5c6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b32b62c0-b926-4e1e-bb12-7ccbf2f4e60a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "68b78c38-c467-4068-b63b-777fb4b63eb3" + "1fc24b69-d1fb-43ef-ab59-2c5583d81d71" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213152Z:68b78c38-c467-4068-b63b-777fb4b63eb3" + "WESTUS:20211201T180208Z:1fc24b69-d1fb-43ef-ab59-2c5583d81d71" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:31:52 GMT" - ], "Content-Length": [ - "2017" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1748,65 +1811,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6117\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ca237d42-d412-44f5-a626-d4fe797dea08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/AS7816\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7732.blob.core.windows.net/crptestar7591/oscrptestar6841.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5128\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"121d7553-6697-4161-8f52-a21f4b7299e5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/AS8467\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6569.blob.core.windows.net/crptestar1090/oscrptestar2789.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-01T09:58:35.2254013-08:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0be5159-2e75-4a24-baf2-c864c6607f2b" + "e6e2509a-d9de-4ca0-aa69-b5f6a6a347ff" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:02:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83c5ea72-9939-46e0-8fd7-2cc2db224785" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65142da9-903a-4094-a67c-de63f7c0658d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "ad800e15-d643-4120-8951-137164f47f09" + "1fb33189-5944-4f9d-bf8c-f69e835499a0" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213153Z:ad800e15-d643-4120-8951-137164f47f09" + "WESTUS:20211201T180208Z:1fb33189-5944-4f9d-bf8c-f69e835499a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:31:52 GMT" - ], "Content-Length": [ - "2017" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1815,65 +1878,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6117\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ca237d42-d412-44f5-a626-d4fe797dea08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/AS7816\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7732.blob.core.windows.net/crptestar7591/oscrptestar6841.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5128\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"121d7553-6697-4161-8f52-a21f4b7299e5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/AS8467\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6569.blob.core.windows.net/crptestar1090/oscrptestar2789.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-01T09:58:35.2254013-08:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16522929-01b2-4627-a99b-5683c8466ad7" + "39ebaaf3-85a8-448a-a865-939a6eabfbb6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/LowCostGet3Min;3988,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88ecaa7f-355a-4385-b6d2-d9c69e0fe634" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f70ad876-3e36-4230-ae6f-4e8bfd821a20" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11981" ], "x-ms-correlation-request-id": [ - "f392b63d-d6c9-43a1-b173-ca5c1743beb4" + "a703a1b2-7771-4feb-b495-43156d9a32c9" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213437Z:f392b63d-d6c9-43a1-b173-ca5c1743beb4" + "WESTUS:20211201T180450Z:a703a1b2-7771-4feb-b495-43156d9a32c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:36 GMT" - ], "Content-Length": [ - "2846" + "2942" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1882,32 +1945,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6117\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ca237d42-d412-44f5-a626-d4fe797dea08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/AS7816\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7732.blob.core.windows.net/crptestar7591/oscrptestar6841.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5128\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"121d7553-6697-4161-8f52-a21f4b7299e5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/AS8467\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6569.blob.core.windows.net/crptestar1090/oscrptestar2789.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-12-01T09:58:35.2254013-08:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/VMExtensionDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL1ZNRXh0ZW5zaW9uRG9lc05vdEV4aXN0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/VMExtensionDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy9WTUV4dGVuc2lvbkRvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1db9eb62-177e-47cb-9dac-e13166545a1d" + "91561c0b-e9fd-4bf9-9c52-9484b989816b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:02:08 GMT" + ], "Pragma": [ "no-cache" ], @@ -1915,13 +1981,13 @@ "14999" ], "x-ms-request-id": [ - "d33a02dc-8c20-4adb-a2b2-53e264ee899d" + "56420504-14bf-4fca-a0f9-746ece578493" ], "x-ms-correlation-request-id": [ - "d33a02dc-8c20-4adb-a2b2-53e264ee899d" + "56420504-14bf-4fca-a0f9-746ece578493" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213153Z:d33a02dc-8c20-4adb-a2b2-53e264ee899d" + "WESTUS:20211201T180208Z:56420504-14bf-4fca-a0f9-746ece578493" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1929,9 +1995,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:31:53 GMT" - ], "Expires": [ "-1" ] @@ -1940,22 +2003,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"enableAutomaticUpgrade\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c489789-8798-4d8d-bd96-fb8a533aa61f" + "08ae9a33-28f8-4d25-943d-c899bbf7cb7c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1968,11 +2031,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:02:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/b3c43db3-489b-45e9-9472-731a4aab281d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/eab4339b-7f76-40db-b9a6-0139ac6e9bbd?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1984,29 +2054,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b3c43db3-489b-45e9-9472-731a4aab281d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eab4339b-7f76-40db-b9a6-0139ac6e9bbd" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "8108ad68-a618-4fd4-ba1c-0a60e2273266" + "cedf46fe-6e67-4226-a348-2a7fde268fcb" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213200Z:8108ad68-a618-4fd4-ba1c-0a60e2273266" + "WESTUS:20211201T180214Z:cedf46fe-6e67-4226-a348-2a7fde268fcb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:31:59 GMT" - ], "Content-Length": [ - "656" + "657" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2015,59 +2078,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Creating\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Creating\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/b3c43db3-489b-45e9-9472-731a4aab281d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzYzQzZGIzLTQ4OWItNDVlOS05NDcyLTczMWE0YWFiMjgxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"enableAutomaticUpgrade\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettingsFromKeyVault\": {\r\n \"sourceVault\": {\r\n \"id\": \"subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.KeyVault/vaults/kvName\"\r\n },\r\n \"secretUrl\": \"https://kvName.vault.azure.net/secrets/secretName/79b88b3a6f5440ffb2e73e44a0db712e\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "f07412bd-a9b4-444c-afc0-3ed875a051ce" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "666" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:06:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/d853a0eb-ec03-4f51-b4a5-483313acaaa8?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "51d367b5-a5c5-46cf-a963-6b22fbb228cd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d853a0eb-ec03-4f51-b4a5-483313acaaa8" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" ], "x-ms-correlation-request-id": [ - "2507bb4a-e67a-4f89-983a-809bc718f882" + "1d6710d7-c61a-4fdc-a4fd-b392b1df2aad" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213230Z:2507bb4a-e67a-4f89-983a-809bc718f882" + "WESTUS:20211201T180626Z:1d6710d7-c61a-4fdc-a4fd-b392b1df2aad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:32:29 GMT" - ], "Content-Length": [ - "134" + "985" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2076,59 +2157,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:31:58.2634728-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b3c43db3-489b-45e9-9472-731a4aab281d\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"protectedSettingsFromKeyVault\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.KeyVault/vaults/kvName\"\r\n },\r\n \"secretUrl\": \"https://kvName.vault.azure.net/secrets/secretName/79b88b3a6f5440ffb2e73e44a0db712e\"\r\n },\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Creating\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/b3c43db3-489b-45e9-9472-731a4aab281d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzYzQzZGIzLTQ4OWItNDVlOS05NDcyLTczMWE0YWFiMjgxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/eab4339b-7f76-40db-b9a6-0139ac6e9bbd?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VhYjQzMzliLTdmNzYtNDBkYi1iOWE2LTAxMzlhYzZlOWJiZD9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:02:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8bf02bb-2feb-4b64-a8c8-6f60ded2ff57" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "97eebe59-fccd-4e3e-99a6-88409c81d59f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "761a957d-46e5-4b99-be43-3239e3c263c5" + "6d460ca3-6482-450f-9317-f83ee41fcf2e" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213300Z:761a957d-46e5-4b99-be43-3239e3c263c5" + "WESTUS:20211201T180244Z:6d460ca3-6482-450f-9317-f83ee41fcf2e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:32:59 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2137,59 +2218,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:31:58.2634728-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b3c43db3-489b-45e9-9472-731a4aab281d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:02:12.539377-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"eab4339b-7f76-40db-b9a6-0139ac6e9bbd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/b3c43db3-489b-45e9-9472-731a4aab281d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzYzQzZGIzLTQ4OWItNDVlOS05NDcyLTczMWE0YWFiMjgxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/eab4339b-7f76-40db-b9a6-0139ac6e9bbd?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VhYjQzMzliLTdmNzYtNDBkYi1iOWE2LTAxMzlhYzZlOWJiZD9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:03:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d8a9f7a-c8f7-46c4-bf6d-875145165831" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a5bc3cf1-b851-492b-8586-dfd9fcff15fd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "4e03fcf4-4117-4150-9ed4-9ccaa88f46db" + "9538a097-c1c2-4cb3-82d7-02fc60662e80" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213330Z:4e03fcf4-4117-4150-9ed4-9ccaa88f46db" + "WESTUS:20211201T180314Z:9538a097-c1c2-4cb3-82d7-02fc60662e80" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:33:29 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2198,59 +2279,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:31:58.2634728-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b3c43db3-489b-45e9-9472-731a4aab281d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:02:12.539377-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"eab4339b-7f76-40db-b9a6-0139ac6e9bbd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/b3c43db3-489b-45e9-9472-731a4aab281d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzYzQzZGIzLTQ4OWItNDVlOS05NDcyLTczMWE0YWFiMjgxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/eab4339b-7f76-40db-b9a6-0139ac6e9bbd?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VhYjQzMzliLTdmNzYtNDBkYi1iOWE2LTAxMzlhYzZlOWJiZD9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:03:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "289c0d33-96d1-4708-8bdf-5fef8981f6f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1323e4fc-4245-436d-af0b-29e382b81c13" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "0b870ff7-aa32-4720-8780-9b13ff8d760b" + "1560bdfd-2c46-4cd6-84b7-f4eda69310d0" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213400Z:0b870ff7-aa32-4720-8780-9b13ff8d760b" + "WESTUS:20211201T180344Z:1560bdfd-2c46-4cd6-84b7-f4eda69310d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:00 GMT" - ], "Content-Length": [ - "184" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2259,59 +2340,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:31:58.2634728-07:00\",\r\n \"endTime\": \"2021-07-28T14:33:35.7489861-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b3c43db3-489b-45e9-9472-731a4aab281d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:02:12.539377-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"eab4339b-7f76-40db-b9a6-0139ac6e9bbd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/eab4339b-7f76-40db-b9a6-0139ac6e9bbd?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VhYjQzMzliLTdmNzYtNDBkYi1iOWE2LTAxMzlhYzZlOWJiZD9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31989" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "229b53c1-462d-4af6-ab25-912bd4e6f066" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "241c1bc3-3535-4199-8051-8fe89f53be25" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-correlation-request-id": [ - "4b0ad22b-dd70-40cc-8a12-7b0808181e22" + "c7589597-63a3-4485-892a-ced19a015b09" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213401Z:4b0ad22b-dd70-40cc-8a12-7b0808181e22" + "WESTUS:20211201T180415Z:c7589597-63a3-4485-892a-ced19a015b09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:01 GMT" - ], "Content-Length": [ - "657" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2320,65 +2401,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:02:12.539377-08:00\",\r\n \"endTime\": \"2021-12-01T10:03:58.6337883-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"eab4339b-7f76-40db-b9a6-0139ac6e9bbd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "cad922d5-ecaa-4a38-b5b0-fcaeed216955" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e3980ba-f0cc-4309-b538-2224db40fe49" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d652518b-4271-4735-a0b6-bc4da9e368ad" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-correlation-request-id": [ - "fbf2fdb2-5b0b-4a9f-88e9-d6029aa2cd7f" + "768777c0-4dfd-49e6-be40-15417dc807cd" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213401Z:fbf2fdb2-5b0b-4a9f-88e9-d6029aa2cd7f" + "WESTUS:20211201T180415Z:768777c0-4dfd-49e6-be40-15417dc807cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:01 GMT" - ], "Content-Length": [ - "657" + "658" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2387,59 +2462,126 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "0868b8ee-f88d-434c-9521-bb7a2fd55d24" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31984" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7bc2128-cf76-4364-898d-ec62b30bd174" + "4c34a788-1b9c-4041-84ab-5b355f1b5686" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "c6475f62-9f37-492f-be93-bccd4e181a2d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180415Z:c6475f62-9f37-492f-be93-bccd4e181a2d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "658" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:04:49 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31989" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "075589c8-0ba1-4c42-9b26-589ab541fc10" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-correlation-request-id": [ - "46bfff92-5552-4c76-9ee0-299250e827f3" + "e51493ab-d371-401f-b259-565292df3a49" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213436Z:46bfff92-5552-4c76-9ee0-299250e827f3" + "WESTUS:20211201T180449Z:e51493ab-d371-401f-b259-565292df3a49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:36 GMT" - ], "Content-Length": [ - "715" + "716" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2448,65 +2590,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "005ab5f6-568c-486c-af58-5fb1375ff945" + "adf846cb-78da-43f0-b18f-5e786d237aec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31983" + "Microsoft.Compute/LowCostGet3Min;3989,Microsoft.Compute/LowCostGet30Min;31988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c9b5a2f5-1f38-4689-89c5-23cf05409590" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0cdb3251-7084-457f-b89d-804516795971" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-correlation-request-id": [ - "723b713d-0f24-4e08-9aa7-e07cd4230d02" + "53851ea4-ac8b-4f90-ba11-0d0f86ee68b0" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213437Z:723b713d-0f24-4e08-9aa7-e07cd4230d02" + "WESTUS:20211201T180450Z:53851ea4-ac8b-4f90-ba11-0d0f86ee68b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:36 GMT" - ], "Content-Length": [ - "715" + "716" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2515,65 +2657,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e4937fb-89de-4558-9aa5-5d74c28c388a" + "1066f6c0-5138-4348-9c2a-aaa7b85d345d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31987" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5650a638-8ce5-49ca-b9ac-b0374372bd17" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c3355111-a9ba-4ecb-8dd9-423cc3a99a99" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-correlation-request-id": [ - "a76e5a67-d264-4685-ba64-5713131c2ad8" + "e6d47fcd-5cad-4d5a-ae85-d4691677ae0c" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213401Z:a76e5a67-d264-4685-ba64-5713131c2ad8" + "WESTUS:20211201T180416Z:e6d47fcd-5cad-4d5a-ae85-d4691677ae0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:01 GMT" - ], "Content-Length": [ - "762" + "763" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2582,65 +2724,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxPyRleHBhbmQ9aW5zdGFuY2VWaWV3JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a5c8f1c-6697-4723-8af4-e9defd8be11e" + "d514e0d5-123d-4f7a-88bc-c1cf5ab48b6d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31986" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16425fc1-ea31-4b60-99c4-4da59e466a14" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c03566d5-d1ef-43bf-9b0e-50c4d0f1b756" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-correlation-request-id": [ - "cb963781-7848-4131-9661-01bb825b676e" + "ae285485-bb14-42fd-992b-e15b65ea347e" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213401Z:cb963781-7848-4131-9661-01bb825b676e" + "WESTUS:20211201T180416Z:ae285485-bb14-42fd-992b-e15b65ea347e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:01 GMT" - ], "Content-Length": [ - "1068" + "1069" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2649,26 +2791,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.Compute.VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0.2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Loading configuration for extension JsonVMAccessExtension\"\r\n }\r\n ]\r\n },\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.Compute.VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0.2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Loading configuration for extension JsonVMAccessExtension\"\r\n }\r\n ]\r\n },\r\n \"enableAutomaticUpgrade\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"suppressFailures\": true\r\n },\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6d05f26c-b159-4d58-a1f1-0af12682d09d" + "2b19f694-55a0-42e4-ae7b-8c766037be21" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2681,11 +2823,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/23fac46c-c152-469d-b885-a77a35433f29?api-version=2021-07-01" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/8e0ad9f1-3dc5-4f61-89bb-08a99f2f7025?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2697,29 +2846,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "23fac46c-c152-469d-b885-a77a35433f29" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8e0ad9f1-3dc5-4f61-89bb-08a99f2f7025" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "ee80d855-0d02-4145-b378-a8794a4047e7" + "57e22738-599d-426d-a6d1-e7287fe4caf1" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213406Z:ee80d855-0d02-4145-b378-a8794a4047e7" + "WESTUS:20211201T180419Z:57e22738-599d-426d-a6d1-e7287fe4caf1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:06 GMT" - ], "Content-Length": [ - "714" + "715" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2728,59 +2870,126 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/23fac46c-c152-469d-b885-a77a35433f29?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZmFjNDZjLWMxNTItNDY5ZC1iODg1LWE3N2EzNTQzM2YyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/8e0ad9f1-3dc5-4f61-89bb-08a99f2f7025?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMGFkOWYxLTNkYzUtNGY2MS04OWJiLTA4YTk5ZjJmNzAyNT9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:04:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2d86489-60d9-4a4d-bd3b-1cc99fcd35f2" + "bd100236-7ff4-4dd5-ab1e-f299a6ab427e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "47b2122a-7813-413e-a20d-daf96c4d24cb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180449Z:47b2122a-7813-413e-a20d-daf96c4d24cb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "183" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:04:17.040133-08:00\",\r\n \"endTime\": \"2021-12-01T10:04:27.4778744-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8e0ad9f1-3dc5-4f61-89bb-08a99f2f7025\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjg/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "91d185bf-f56f-40b4-824b-5b9d41cfc287" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:04:50 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3987,Microsoft.Compute/LowCostGet30Min;31986" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d8f4a57e-2ecc-460e-8716-d8a53d2e330e" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11980" ], "x-ms-correlation-request-id": [ - "bc80b450-6b35-4f0e-a7f8-0c1cc0ce6d78" + "beda9e36-51b7-4ace-b098-2a4a63a494df" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213436Z:bc80b450-6b35-4f0e-a7f8-0c1cc0ce6d78" + "WESTUS:20211201T180450Z:beda9e36-51b7-4ace-b098-2a4a63a494df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:36 GMT" - ], "Content-Length": [ - "184" + "5133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2789,282 +2998,740 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:34:03.0774635-07:00\",\r\n \"endTime\": \"2021-07-28T14:34:33.4997638-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"23fac46c-c152-469d-b885-a77a35433f29\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5128\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"121d7553-6697-4161-8f52-a21f4b7299e5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/availabilitySets/AS8467\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6569.blob.core.windows.net/crptestar1090/oscrptestar2789.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Network/networkInterfaces/nic9098\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-12-01T10:04:26-08:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Compute.VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0.2\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-12-01T10:02:12.7267923-08:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.Compute.VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0.2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Loading configuration for extension JsonVMAccessExtension\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-12-01T10:04:27.4620768-08:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-12-01T09:58:35.2254013-08:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNz8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.Compute/virtualMachines/vm5128/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxMjgvZXh0ZW5zaW9ucy92bWV4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "845c47d7-38f0-4011-8fd3-c874fcd36276" + "dfeb54d4-e52b-4de3-b715-4de31caea93c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:04:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/e382dfce-cecb-4dd8-aa43-869220acf23c?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/e382dfce-cecb-4dd8-aa43-869220acf23c?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1197" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e382dfce-cecb-4dd8-aa43-869220acf23c" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "68d45996-57bc-41b8-84ba-42a081ae6467" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180451Z:68d45996-57bc-41b8-84ba-42a081ae6467" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/e382dfce-cecb-4dd8-aa43-869220acf23c?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzODJkZmNlLWNlY2ItNGRkOC1hYTQzLTg2OTIyMGFjZjIzYz9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:05:20 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3989,Microsoft.Compute/LowCostGet30Min;31981" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29985" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f36c15c9-4a89-4a5c-a83b-22abf880fc2d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "eb6bb49c-6f5e-4462-93f1-17a62c898c26" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180521Z:eb6bb49c-6f5e-4462-93f1-17a62c898c26" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:04:51.3528876-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e382dfce-cecb-4dd8-aa43-869220acf23c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/e382dfce-cecb-4dd8-aa43-869220acf23c?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzODJkZmNlLWNlY2ItNGRkOC1hYTQzLTg2OTIyMGFjZjIzYz9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:05:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "424ab238-cf96-423b-9faa-c4fbfdbb1096" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "e14d9bcd-bfc0-4b07-844d-5831506cf4a1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180551Z:e14d9bcd-bfc0-4b07-844d-5831506cf4a1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:04:51.3528876-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e382dfce-cecb-4dd8-aa43-869220acf23c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/e382dfce-cecb-4dd8-aa43-869220acf23c?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzODJkZmNlLWNlY2ItNGRkOC1hYTQzLTg2OTIyMGFjZjIzYz9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:06:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29982" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8cd23c38-b203-45bb-ab90-fdaec2ee2fe0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "8a6f6d39-9367-40ec-9f76-f894051ca0ff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180622Z:8a6f6d39-9367-40ec-9f76-f894051ca0ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:04:51.3528876-08:00\",\r\n \"endTime\": \"2021-12-01T10:06:01.8220912-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e382dfce-cecb-4dd8-aa43-869220acf23c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/e382dfce-cecb-4dd8-aa43-869220acf23c?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzODJkZmNlLWNlY2ItNGRkOC1hYTQzLTg2OTIyMGFjZjIzYz9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:06:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29981" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "62bf8525-7705-4bfc-bf31-532b0dc9edde" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "5d2ddc60-26c0-4fed-a42b-da989bac2257" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180622Z:5d2ddc60-26c0-4fed-a42b-da989bac2257" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/d853a0eb-ec03-4f51-b4a5-483313acaaa8?p=e0f14ce8-92a8-46a8-9084-a6dc9da10ec7&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4NTNhMGViLWVjMDMtNGY1MS1iNGE1LTQ4MzMxM2FjYWFhOD9wPWUwZjE0Y2U4LTkyYTgtNDZhOC05MDg0LWE2ZGM5ZGExMGVjNyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:06:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f9301131-1a28-4f3f-81e0-21a0ecec6078" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "ff526b06-e89f-4325-861c-3281f5405b37" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180656Z:ff526b06-e89f-4325-861c-3281f5405b37" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "594" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-01T10:06:25.0410167-08:00\",\r\n \"endTime\": \"2021-12-01T10:06:25.916071-08:00\",\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"KeyVaultAccessForbidden\",\r\n \"message\": \"Key Vault https://kvname.vault.azure.net/secrets/secretName/79b88b3a6f5440ffb2e73e44a0db712e either has not been enabled for deployment or the vault id provided, /subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar1480/providers/Microsoft.KeyVault/vaults/kvName, does not match the Key Vault's true resource id.\"\r\n },\r\n \"name\": \"d853a0eb-ec03-4f51-b4a5-483313acaaa8\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar1480?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df45a0b8-0a5d-40f4-9bef-984dffd2b149" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:07:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "b094023a-71cc-4c14-8dfc-f8a1b9ab077d" + ], + "x-ms-correlation-request-id": [ + "b094023a-71cc-4c14-8dfc-f8a1b9ab077d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180702Z:b094023a-71cc-4c14-8dfc-f8a1b9ab077d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:07:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "5ee53ef1-d053-45c5-98b1-9072a1cbe9c3" + ], + "x-ms-correlation-request-id": [ + "5ee53ef1-d053-45c5-98b1-9072a1cbe9c3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211201T180717Z:5ee53ef1-d053-45c5-98b1-9072a1cbe9c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 01 Dec 2021 18:07:32 GMT" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Pragma": [ + "no-cache" ], - "x-ms-request-id": [ - "608df4ea-a02a-4eb1-be02-8fda5c59673d" + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11998" + ], + "x-ms-request-id": [ + "e0a4318c-ed38-4e63-aa9e-42e43d3d673a" ], "x-ms-correlation-request-id": [ - "d6a54b87-adda-4f36-b3a2-83770ed84285" + "e0a4318c-ed38-4e63-aa9e-42e43d3d673a" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213437Z:d6a54b87-adda-4f36-b3a2-83770ed84285" + "WESTUS:20211201T180733Z:e0a4318c-ed38-4e63-aa9e-42e43d3d673a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:37 GMT" - ], "Content-Length": [ - "5036" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6117\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ca237d42-d412-44f5-a626-d4fe797dea08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/availabilitySets/AS7816\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7732.blob.core.windows.net/crptestar7591/oscrptestar6841.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Network/networkInterfaces/nic9053\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-07-28T14:34:27-07:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Compute.VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0.2\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-28T14:31:58.450951-07:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.Compute.VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0.2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Loading configuration for extension JsonVMAccessExtension\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-28T14:34:33.4841684-07:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\",\r\n \"extensionTag3\": \"3\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar823/providers/Microsoft.Compute/virtualMachines/vm6117/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjExNy9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "2041092f-66cd-403a-8fee-c415beb8072b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:07:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/69adbbf2-8d15-4850-90a5-1295d84cb0ab?monitor=true&api-version=2021-07-01" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/69adbbf2-8d15-4850-90a5-1295d84cb0ab?api-version=2021-07-01" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1197" + "Retry-After": [ + "15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "69adbbf2-8d15-4850-90a5-1295d84cb0ab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "b3071f18-d60d-46d8-a717-86fe7e249104" ], "x-ms-correlation-request-id": [ - "dcc0f627-93d2-48c9-a06a-53cb9b21e774" + "b3071f18-d60d-46d8-a717-86fe7e249104" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213438Z:dcc0f627-93d2-48c9-a06a-53cb9b21e774" + "WESTUS:20211201T180748Z:b3071f18-d60d-46d8-a717-86fe7e249104" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:34:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/69adbbf2-8d15-4850-90a5-1295d84cb0ab?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY5YWRiYmYyLThkMTUtNDg1MC05MGE1LTEyOTVkODRjYjBhYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:08:03 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29984" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "f436647d-bbae-4a50-8e39-c85646dba5f5" + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11996" + ], + "x-ms-request-id": [ + "ed2787d4-95e1-4d74-8586-ebf853641b13" ], "x-ms-correlation-request-id": [ - "a6622aa6-f049-402a-8973-537e428583d4" + "ed2787d4-95e1-4d74-8586-ebf853641b13" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213508Z:a6622aa6-f049-402a-8973-537e428583d4" + "WESTUS:20211201T180803Z:ed2787d4-95e1-4d74-8586-ebf853641b13" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:35:07 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T14:34:38.0311024-07:00\",\r\n \"endTime\": \"2021-07-28T14:34:58.3282744-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"69adbbf2-8d15-4850-90a5-1295d84cb0ab\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/69adbbf2-8d15-4850-90a5-1295d84cb0ab?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY5YWRiYmYyLThkMTUtNDg1MC05MGE1LTEyOTVkODRjYjBhYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:08:18 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29983" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "61c361b7-fc4d-473b-8465-b19b9b03ccc8" + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11995" + ], + "x-ms-request-id": [ + "7210cb7c-66a3-4ede-92bd-a78764cc76ad" ], "x-ms-correlation-request-id": [ - "2facafef-d290-409c-b80d-640787afa64f" + "7210cb7c-66a3-4ede-92bd-a78764cc76ad" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213508Z:2facafef-d290-409c-b80d-640787afa64f" + "WESTUS:20211201T180819Z:7210cb7c-66a3-4ede-92bd-a78764cc76ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:35:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar823?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a750e5af-e1ad-430f-9918-c18478781a6d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3074,26 +3741,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:08:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-request-id": [ - "0612fc8d-ebdd-464a-b8b8-269dcc8813ae" + "6e6940bd-1b91-4866-bdb9-e4958586d1f3" ], "x-ms-correlation-request-id": [ - "0612fc8d-ebdd-464a-b8b8-269dcc8813ae" + "6e6940bd-1b91-4866-bdb9-e4958586d1f3" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213512Z:0612fc8d-ebdd-464a-b8b8-269dcc8813ae" + "WESTUS:20211201T180834Z:6e6940bd-1b91-4866-bdb9-e4958586d1f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3101,27 +3771,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:35:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3131,26 +3798,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:08:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-request-id": [ - "3b64c946-7b8b-4695-9d2b-95aa02a84f31" + "42f66eed-81ce-427f-bfbd-c309990a472f" ], "x-ms-correlation-request-id": [ - "3b64c946-7b8b-4695-9d2b-95aa02a84f31" + "42f66eed-81ce-427f-bfbd-c309990a472f" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213527Z:3b64c946-7b8b-4695-9d2b-95aa02a84f31" + "WESTUS:20211201T180850Z:42f66eed-81ce-427f-bfbd-c309990a472f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3158,27 +3828,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:35:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3188,26 +3855,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:09:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "0826df9b-a537-4745-8368-6e36b8baf77e" + "255462cc-6e7d-41ea-9db0-e8812073d594" ], "x-ms-correlation-request-id": [ - "0826df9b-a537-4745-8368-6e36b8baf77e" + "255462cc-6e7d-41ea-9db0-e8812073d594" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213543Z:0826df9b-a537-4745-8368-6e36b8baf77e" + "WESTUS:20211201T180905Z:255462cc-6e7d-41ea-9db0-e8812073d594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3215,27 +3885,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:35:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3245,26 +3912,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:09:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "d9e34047-4efa-4333-9e6b-79a1c700da60" + "6ea8c373-207a-4475-b74a-dc201b98454b" ], "x-ms-correlation-request-id": [ - "d9e34047-4efa-4333-9e6b-79a1c700da60" + "6ea8c373-207a-4475-b74a-dc201b98454b" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213558Z:d9e34047-4efa-4333-9e6b-79a1c700da60" + "WESTUS:20211201T180920Z:6ea8c373-207a-4475-b74a-dc201b98454b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3272,27 +3942,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:35:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3302,26 +3969,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:09:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "e1ec680e-1e70-4066-98fd-9484d10f3080" + "688a1f75-55ca-4519-a7f3-2eabe0c17536" ], "x-ms-correlation-request-id": [ - "e1ec680e-1e70-4066-98fd-9484d10f3080" + "688a1f75-55ca-4519-a7f3-2eabe0c17536" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213613Z:e1ec680e-1e70-4066-98fd-9484d10f3080" + "WESTUS:20211201T180936Z:688a1f75-55ca-4519-a7f3-2eabe0c17536" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3329,27 +3999,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:36:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3359,26 +4026,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:09:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "514cca27-009c-44fa-b6ff-a995634f6440" + "22af4bb2-3191-480b-b683-e7e144e77d15" ], "x-ms-correlation-request-id": [ - "514cca27-009c-44fa-b6ff-a995634f6440" + "22af4bb2-3191-480b-b683-e7e144e77d15" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213629Z:514cca27-009c-44fa-b6ff-a995634f6440" + "WESTUS:20211201T180951Z:22af4bb2-3191-480b-b683-e7e144e77d15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3386,27 +4056,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:36:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3416,26 +4083,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:10:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "753b8fc8-9819-4a3c-934c-3f9fabd3b2e7" + "8be01f11-12fe-4572-992b-c5cf150f5f4a" ], "x-ms-correlation-request-id": [ - "753b8fc8-9819-4a3c-934c-3f9fabd3b2e7" + "8be01f11-12fe-4572-992b-c5cf150f5f4a" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213644Z:753b8fc8-9819-4a3c-934c-3f9fabd3b2e7" + "WESTUS:20211201T181006Z:8be01f11-12fe-4572-992b-c5cf150f5f4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3443,27 +4113,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:36:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3473,26 +4140,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:10:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11987" ], "x-ms-request-id": [ - "1edc2902-16be-44d7-a783-28b1e422d926" + "03d5e265-ca39-43a3-bdd4-b50e588e4737" ], "x-ms-correlation-request-id": [ - "1edc2902-16be-44d7-a783-28b1e422d926" + "03d5e265-ca39-43a3-bdd4-b50e588e4737" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213700Z:1edc2902-16be-44d7-a783-28b1e422d926" + "WESTUS:20211201T181022Z:03d5e265-ca39-43a3-bdd4-b50e588e4737" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3500,27 +4170,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:36:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3530,26 +4197,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:10:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11986" ], "x-ms-request-id": [ - "d252dde2-cdfb-4425-a561-fb1e4bd093a7" + "1f4e2865-e340-4a8f-8aa1-2c4015695e91" ], "x-ms-correlation-request-id": [ - "d252dde2-cdfb-4425-a561-fb1e4bd093a7" + "1f4e2865-e340-4a8f-8aa1-2c4015695e91" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213715Z:d252dde2-cdfb-4425-a561-fb1e4bd093a7" + "WESTUS:20211201T181037Z:1f4e2865-e340-4a8f-8aa1-2c4015695e91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3557,27 +4227,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:37:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3587,26 +4254,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:10:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11985" ], "x-ms-request-id": [ - "c7190fcb-5a3c-411b-b8a7-3551b8014fed" + "fad9666a-17e2-44e0-93aa-d09d873bb011" ], "x-ms-correlation-request-id": [ - "c7190fcb-5a3c-411b-b8a7-3551b8014fed" + "fad9666a-17e2-44e0-93aa-d09d873bb011" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213730Z:c7190fcb-5a3c-411b-b8a7-3551b8014fed" + "WESTUS:20211201T181053Z:fad9666a-17e2-44e0-93aa-d09d873bb011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3614,27 +4284,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:37:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3644,20 +4311,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:11:07 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11984" ], "x-ms-request-id": [ - "aa2c5509-70c8-46ac-aae1-c95c5f0a5aa5" + "7af994b3-71d6-44de-9765-0a76bb33ce88" ], "x-ms-correlation-request-id": [ - "aa2c5509-70c8-46ac-aae1-c95c5f0a5aa5" + "7af994b3-71d6-44de-9765-0a76bb33ce88" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213746Z:aa2c5509-70c8-46ac-aae1-c95c5f0a5aa5" + "WESTUS:20211201T181108Z:7af994b3-71d6-44de-9765-0a76bb33ce88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3665,27 +4335,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:37:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -3695,20 +4362,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 01 Dec 2021 18:11:08 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11983" ], "x-ms-request-id": [ - "fb435e63-3e2f-405e-8c13-e4f1468b2a24" + "0ef0df0f-1a7b-4f7a-a2dc-93ae4aacc790" ], "x-ms-correlation-request-id": [ - "fb435e63-3e2f-405e-8c13-e4f1468b2a24" + "0ef0df0f-1a7b-4f7a-a2dc-93ae4aacc790" ], "x-ms-routing-request-id": [ - "WESTUS:20210728T213746Z:fb435e63-3e2f-405e-8c13-e4f1468b2a24" + "WESTUS:20211201T181108Z:0ef0df0f-1a7b-4f7a-a2dc-93ae4aacc790" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3716,14 +4386,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 21:37:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3732,28 +4399,28 @@ ], "Names": { "TestVMExtensionOperations": [ - "crptestar823", - "crptestar7732", - "as7816" + "crptestar1480", + "crptestar6569", + "as8467" ], "CreatePublicIP": [ - "pip9035", - "dn1157" + "pip1291", + "dn471" ], "CreateVNET": [ - "vn9965", - "sn3619" + "vn3066", + "sn144" ], "CreateNIC": [ - "nic9053", - "ip2094" + "nic9098", + "ip4852" ], "CreateDefaultVMInput": [ - "crptestar7591", - "crptestar120", - "crptestar6841", - "vm6117", - "Microsoft.Compute/virtualMachines3750" + "crptestar1090", + "crptestar2367", + "crptestar2789", + "vm5128", + "Microsoft.Compute/virtualMachines8240" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json index 0969d0684a262..58cd45f0060d0 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "640f2859-bcf8-4b49-a739-9500475edaab" + "3764c9ce-1abf-4a26-b40b-890b177c52a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132661714666200547" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "81a7ac9c-b12d-43e2-9fab-28854a7fad9c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "af7f65db-c18e-4091-9738-7312e1a5da6b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "8b493ed0-3e45-43d1-864f-e1f0b6cbbeff" + "d569876d-ce91-4482-a6e7-449e286c5917" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221724Z:8b493ed0-3e45-43d1-864f-e1f0b6cbbeff" + "EASTUS2:20211117T094624Z:d569876d-ce91-4482-a6e7-449e286c5917" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:23 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg6148?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg3252?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg6148\": \"2021-07-23 22:17:24Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3252\": \"2021-11-17 09:46:24Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "62770586-4226-4a7b-ba2d-19aae6d0c054" + "f93b35c8-1d27-4a08-9e33-df4daa6a2c63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:23 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "869acb7b-fe7b-4279-bf17-3b4773c0ae7c" + "8a9d3b5d-7665-4b14-8edf-314de9297ada" ], "x-ms-correlation-request-id": [ - "869acb7b-fe7b-4279-bf17-3b4773c0ae7c" + "8a9d3b5d-7665-4b14-8edf-314de9297ada" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221724Z:869acb7b-fe7b-4279-bf17-3b4773c0ae7c" + "EASTUS2:20211117T094624Z:8a9d3b5d-7665-4b14-8edf-314de9297ada" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:23 GMT" - ], "Content-Length": [ "246" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148\",\r\n \"name\": \"galleryPsTestRg6148\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg6148\": \"2021-07-23 22:17:24Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252\",\r\n \"name\": \"galleryPsTestRg3252\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3252\": \"2021-11-17 09:46:24Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg6148?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg3252?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg6148\": \"2021-07-23 22:17:53Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3252\": \"2021-11-17 09:46:53Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "30dfcd26-8427-4643-b8f4-6420e234f892" + "fa1346f5-24e0-4436-bf18-abf17bcb6df3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:52 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-request-id": [ - "0ef0526f-0494-4a82-82f7-69abadd0b4f7" + "05a7ead8-d507-4c31-9feb-0afcae04520c" ], "x-ms-correlation-request-id": [ - "0ef0526f-0494-4a82-82f7-69abadd0b4f7" + "05a7ead8-d507-4c31-9feb-0afcae04520c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221753Z:0ef0526f-0494-4a82-82f7-69abadd0b4f7" + "EASTUS2:20211117T094653Z:05a7ead8-d507-4c31-9feb-0afcae04520c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:53 GMT" - ], "Content-Length": [ "246" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148\",\r\n \"name\": \"galleryPsTestRg6148\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg6148\": \"2021-07-23 22:17:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252\",\r\n \"name\": \"galleryPsTestRg3252\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3252\": \"2021-11-17 09:46:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Storage/storageAccounts/saforgallery783?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk3ODM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Storage/storageAccounts/saforgallery5111?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk1MTExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ee363cc-2687-4aa4-bc96-46858c25e799" + "e91b7f82-56b7-4e8b-a95e-c24cecaa83ee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/641dc6fb-f2db-47ae-bca1-ed928b593d85?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ed8b0fd-2170-4fcf-a59d-cd134ddd2fac?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "641dc6fb-f2db-47ae-bca1-ed928b593d85" + "6ed8b0fd-2170-4fcf-a59d-cd134ddd2fac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "95edc023-f733-4d2c-85cb-87a6df4e196c" + "ebda848c-82c2-4b16-a168-42e142bc1242" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221726Z:95edc023-f733-4d2c-85cb-87a6df4e196c" + "EASTUS2:20211117T094625Z:ebda848c-82c2-4b16-a168-42e142bc1242" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:25 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/641dc6fb-f2db-47ae-bca1-ed928b593d85?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNjQxZGM2ZmItZjJkYi00N2FlLWJjYTEtZWQ5MjhiNTkzZDg1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ed8b0fd-2170-4fcf-a59d-cd134ddd2fac?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNmVkOGIwZmQtMjE3MC00ZmNmLWE1OWQtY2QxMzRkZGQyZmFjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f7f18974-f633-4a97-b72a-69c1c4771431" + "5d451a7a-6921-41a2-bf42-3a03432384d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "11bf1b9e-0ae1-403f-b69b-9d2c439e8232" + "97284fd7-15ce-4c46-b28b-18800428903f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221743Z:11bf1b9e-0ae1-403f-b69b-9d2c439e8232" + "EASTUS2:20211117T094642Z:97284fd7-15ce-4c46-b28b-18800428903f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:42 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8910b24d-1092-41e5-82ef-fe4b7a18de20" + "03244f1e-8b85-4874-a6cd-f717a6dcb8d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "60f14fe6-63cb-4233-ac27-4bfe211a49d4" + "516c137f-67b0-4b03-987a-5b3ad3610edb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "92e0ded3-1809-4775-b235-1b15c6b0c99e" + "dd22aff6-774e-46ee-9a9f-ecaa7db80bcd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221753Z:92e0ded3-1809-4775-b235-1b15c6b0c99e" + "EASTUS2:20211117T094652Z:dd22aff6-774e-46ee-9a9f-ecaa7db80bcd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:53 GMT" - ], "Content-Length": [ - "759" + "765" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Storage/storageAccounts/saforgallery783\",\r\n \"name\": \"saforgallery783\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-23T22:17:24.7300621Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery783.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery783.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery783.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery783.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Storage/storageAccounts/saforgallery5111\",\r\n \"name\": \"saforgallery5111\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:46:24.527795Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery5111.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery5111.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery5111.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery5111.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Storage/storageAccounts/saforgallery783?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk3ODM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Storage/storageAccounts/saforgallery5111?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk1MTExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3fa335e7-2400-4856-85ab-efdd62364540" + "9a196b20-0919-461a-81b2-d92c4f349fe7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ab8254f9-67f1-4859-828c-26d051821d86" + "f5b8d4cb-c326-45dc-a1b2-3e14fb6c61d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "26d80342-b50d-4034-9e83-2234da07a7f3" + "9f1ac11c-06dc-4ba9-b7dd-54072c72bf7f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221753Z:26d80342-b50d-4034-9e83-2234da07a7f3" + "EASTUS2:20211117T094653Z:9f1ac11c-06dc-4ba9-b7dd-54072c72bf7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:53 GMT" - ], "Content-Length": [ - "747" + "753" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Storage/storageAccounts/saforgallery783\",\r\n \"name\": \"saforgallery783\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-23T22:17:24.7300621Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery783.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery783.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery783.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery783.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Storage/storageAccounts/saforgallery5111\",\r\n \"name\": \"saforgallery5111\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:46:24.527795Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery5111.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery5111.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery5111.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery5111.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/publicIPAddresses/pip6944?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/publicIPAddresses/pip7692?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc2OTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9765\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7549\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "35378363-febf-4536-84fb-08cbc55296d0" + "9ecb80fd-a986-4c4b-b442-b7e08376b6bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0a62976d-11cd-4620-bda7-20b5a235e8e1" + "fc6adcf3-8e26-4a25-a0c4-2bde0640327e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0a62976d-11cd-4620-bda7-20b5a235e8e1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/fc6adcf3-8e26-4a25-a0c4-2bde0640327e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f24596d5-57b3-4667-bdef-70aa6747b1a0" + "2bf39468-e619-4a77-9238-85e35b061c33" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2ec3c2d2-9bee-42f2-8641-b07fbb102524" + "e3aa7f4e-c794-48ca-b171-4cc9e7d1d930" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221754Z:f24596d5-57b3-4667-bdef-70aa6747b1a0" + "EASTUS2:20211117T094653Z:2bf39468-e619-4a77-9238-85e35b061c33" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:53 GMT" - ], "Content-Length": [ "763" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6944\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/publicIPAddresses/pip6944\",\r\n \"etag\": \"W/\\\"49f9f164-89b7-4c9f-a3be-e6f71212bf19\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8473c7ad-f0a2-4cf4-b7b8-432fe629939e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9765\",\r\n \"fqdn\": \"dn9765.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/publicIPAddresses/pip7692\",\r\n \"etag\": \"W/\\\"d683b7b6-20c6-4c06-a6f8-32da93e4c15c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8205d0b6-fcd8-461e-a451-cbf7070a2ed6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7549\",\r\n \"fqdn\": \"dn7549.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0a62976d-11cd-4620-bda7-20b5a235e8e1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBhNjI5NzZkLTExY2QtNDYyMC1iZGE3LTIwYjVhMjM1ZThlMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/fc6adcf3-8e26-4a25-a0c4-2bde0640327e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZjNmFkY2YzLThlMjYtNGEyNS1hMGM0LTJiZGUwNjQwMzI3ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "452462a2-8a98-4009-93ae-5a6ceb083f51" + "7de831d1-b3c9-4d3c-8f82-74a99adad2be" ], "x-ms-correlation-request-id": [ - "ffa96ad5-50b7-4b6c-b762-d2efc5e05080" + "3037fdec-3f7d-4803-beac-bbdf20435b88" ], "x-ms-arm-service-request-id": [ - "689a309a-2475-45f6-aa0e-c683077ed99c" + "92b5b6f0-a4fe-47d6-942a-9efb787a2aac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221755Z:ffa96ad5-50b7-4b6c-b762-d2efc5e05080" + "EASTUS2:20211117T094654Z:3037fdec-3f7d-4803-beac-bbdf20435b88" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:54 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/publicIPAddresses/pip6944?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/publicIPAddresses/pip7692?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc2OTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"548fb1c1-e5fe-4fb1-99b3-cb0befc5eb52\"" + "W/\"f65a4be0-ebbb-46b1-963e-f661e56094bf\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "96f14ad4-aab1-4b28-b278-e0db99fd7734" + "fc9ab6a7-9f8f-4cfd-b1bd-8c084bf43dfe" ], "x-ms-correlation-request-id": [ - "1d793ff4-3d3b-47dd-8965-416a8c5a71ef" + "61466fb6-5fc1-4b40-8317-956779c118c2" ], "x-ms-arm-service-request-id": [ - "fad05e8d-f401-4fd8-981c-d897c9ff53f9" + "006c30b5-2586-44b6-8e78-1ccb57a32c88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221755Z:1d793ff4-3d3b-47dd-8965-416a8c5a71ef" + "EASTUS2:20211117T094654Z:61466fb6-5fc1-4b40-8317-956779c118c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:54 GMT" - ], "Content-Length": [ "764" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6944\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/publicIPAddresses/pip6944\",\r\n \"etag\": \"W/\\\"548fb1c1-e5fe-4fb1-99b3-cb0befc5eb52\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8473c7ad-f0a2-4cf4-b7b8-432fe629939e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9765\",\r\n \"fqdn\": \"dn9765.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/publicIPAddresses/pip7692\",\r\n \"etag\": \"W/\\\"f65a4be0-ebbb-46b1-963e-f661e56094bf\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8205d0b6-fcd8-461e-a451-cbf7070a2ed6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7549\",\r\n \"fqdn\": \"dn7549.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/publicIPAddresses/pip6944?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/publicIPAddresses/pip7692?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc2OTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5b37349-0843-4a03-9c88-81389047479f" + "3d2bfa3c-4b1a-4fa7-9df4-494bc8d2042d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"548fb1c1-e5fe-4fb1-99b3-cb0befc5eb52\"" + "W/\"f65a4be0-ebbb-46b1-963e-f661e56094bf\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "843dd03a-2ebd-495c-b6c9-4563616ebc10" + "5c962a97-5678-415a-b84d-c9993489ef0e" ], "x-ms-correlation-request-id": [ - "cbe641d1-e0c7-4a4b-9e79-a6c0b875a430" + "b7887848-a05e-4674-9bec-25719aff513d" ], "x-ms-arm-service-request-id": [ - "dd9c6dec-911c-44e9-9dc3-13d0eb35734b" + "ef0926c4-71b6-4abc-8c46-f7f8314f1166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221755Z:cbe641d1-e0c7-4a4b-9e79-a6c0b875a430" + "EASTUS2:20211117T094654Z:b7887848-a05e-4674-9bec-25719aff513d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:54 GMT" - ], "Content-Length": [ "764" ], @@ -734,80 +734,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6944\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/publicIPAddresses/pip6944\",\r\n \"etag\": \"W/\\\"548fb1c1-e5fe-4fb1-99b3-cb0befc5eb52\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8473c7ad-f0a2-4cf4-b7b8-432fe629939e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9765\",\r\n \"fqdn\": \"dn9765.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/publicIPAddresses/pip7692\",\r\n \"etag\": \"W/\\\"f65a4be0-ebbb-46b1-963e-f661e56094bf\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8205d0b6-fcd8-461e-a451-cbf7070a2ed6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7549\",\r\n \"fqdn\": \"dn7549.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI2ODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn350\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1234\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "afe18c5b-434e-49f3-a597-836f12b9ca61" + "6d12d8e3-614f-464d-8303-b22443394738" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "395" + "396" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3b6f71aa-1695-43ae-a94c-807331af4ddc" + "885bba98-70c3-426d-86b4-c0080dfdca5c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3b6f71aa-1695-43ae-a94c-807331af4ddc?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/885bba98-70c3-426d-86b4-c0080dfdca5c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a2a9c439-98ca-4408-a864-49691a9085c7" + "0cb2b6b5-79da-43d2-82ed-c77121d01714" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "73939135-2c76-4e3c-9cae-25c497b375fd" + "b4ea30eb-5a0c-4252-bb8a-21044c65efc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221755Z:a2a9c439-98ca-4408-a864-49691a9085c7" + "EASTUS2:20211117T094655Z:0cb2b6b5-79da-43d2-82ed-c77121d01714" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:54 GMT" - ], "Content-Length": [ - "1325" + "1327" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2687\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687\",\r\n \"etag\": \"W/\\\"e9d7418d-4d79-48b2-94ff-c47132a52cfe\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6e3c5726-c5b6-4d2c-a7b5-e7f5ad840a96\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn350\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350\",\r\n \"etag\": \"W/\\\"e9d7418d-4d79-48b2-94ff-c47132a52cfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039\",\r\n \"etag\": \"W/\\\"bd03a56b-ea9e-4bb3-b55b-ca5ed806428c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b3f2f95f-a718-4916-873a-2e2480ad010e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1234\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234\",\r\n \"etag\": \"W/\\\"bd03a56b-ea9e-4bb3-b55b-ca5ed806428c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3b6f71aa-1695-43ae-a94c-807331af4ddc?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNiNmY3MWFhLTE2OTUtNDNhZS1hOTRjLTgwNzMzMWFmNGRkYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/885bba98-70c3-426d-86b4-c0080dfdca5c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJiYTk4LTcwYzMtNDI2ZC04NmI0LWMwMDgwZGZkY2E1Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "63dcb82b-b532-4f50-83ea-4656759471e5" + "b70936e6-302f-418e-a671-cd3fdc99c220" ], "x-ms-correlation-request-id": [ - "a6147e22-874e-4ff9-9657-2af2d3673b7b" + "aedf43fd-56bf-4edd-972f-92d6f3d3995c" ], "x-ms-arm-service-request-id": [ - "6677a2ad-247d-4ffa-ac48-8697d00b6cb4" + "a7dc44eb-b945-4e28-830b-cff2105f3664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221758Z:a6147e22-874e-4ff9-9657-2af2d3673b7b" + "EASTUS2:20211117T094658Z:aedf43fd-56bf-4edd-972f-92d6f3d3995c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:58 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI2ODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3e0b827c-c686-4bc5-b96e-10c2caf9584c\"" + "W/\"1bc4987d-d819-4141-ab8b-68ef58ba7026\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f2ec9cbd-e492-4cad-87d5-a0e7fb07a603" + "fb25f66b-46da-42f4-b4e1-c561666bc1f3" ], "x-ms-correlation-request-id": [ - "ddb2730b-dd3e-4bf5-9070-88423cb4c7fd" + "87011144-a5e4-4042-9fbb-24172849b8d6" ], "x-ms-arm-service-request-id": [ - "fa002e02-f4b2-4053-b7d4-8d7809c4b10f" + "0ed9cf36-d647-4731-9820-af8be42d6ce8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221758Z:ddb2730b-dd3e-4bf5-9070-88423cb4c7fd" + "EASTUS2:20211117T094658Z:87011144-a5e4-4042-9fbb-24172849b8d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:58 GMT" - ], "Content-Length": [ - "1327" + "1329" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2687\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687\",\r\n \"etag\": \"W/\\\"3e0b827c-c686-4bc5-b96e-10c2caf9584c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6e3c5726-c5b6-4d2c-a7b5-e7f5ad840a96\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn350\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350\",\r\n \"etag\": \"W/\\\"3e0b827c-c686-4bc5-b96e-10c2caf9584c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039\",\r\n \"etag\": \"W/\\\"1bc4987d-d819-4141-ab8b-68ef58ba7026\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b3f2f95f-a718-4916-873a-2e2480ad010e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1234\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234\",\r\n \"etag\": \"W/\\\"1bc4987d-d819-4141-ab8b-68ef58ba7026\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI2ODcvc3VibmV0cy9zbjM1MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwMzkvc3VibmV0cy9zbjEyMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "791f5af4-89c7-48ce-b8ad-6a20c27eb3b4" + "9ba1b155-a186-4253-9016-e671d2758f78" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3e0b827c-c686-4bc5-b96e-10c2caf9584c\"" + "W/\"1bc4987d-d819-4141-ab8b-68ef58ba7026\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c7dd1510-6eec-4d72-ac03-d64534e8fde0" + "16dbea8a-273d-41b1-b28b-48a55d6ad111" ], "x-ms-correlation-request-id": [ - "9687943c-0195-4ee3-a52a-e4c8908e25c9" + "dd122df6-ead3-4357-8a82-1f2a6f8122c5" ], "x-ms-arm-service-request-id": [ - "abf86098-3e1e-4ded-9dae-d7636251ded9" + "ee68e87b-7714-4987-8690-afef14ebe7ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221758Z:9687943c-0195-4ee3-a52a-e4c8908e25c9" + "EASTUS2:20211117T094658Z:dd122df6-ead3-4357-8a82-1f2a6f8122c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:58 GMT" - ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn350\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350\",\r\n \"etag\": \"W/\\\"3e0b827c-c686-4bc5-b96e-10c2caf9584c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1234\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234\",\r\n \"etag\": \"W/\\\"1bc4987d-d819-4141-ab8b-68ef58ba7026\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwOTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg3ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn350\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350\"\r\n }\r\n },\r\n \"name\": \"ip2005\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1234\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234\"\r\n }\r\n },\r\n \"name\": \"ip4916\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21018492-55a4-4a26-b964-fe25623aa502" + "32810a72-556b-46d8-8fe1-6c5d8287c749" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "746" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7d9e69d9-5b29-4d78-95ba-5bd1e5fe6c0b" + "8586c512-bdf0-4053-b336-f7b091e102af" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7d9e69d9-5b29-4d78-95ba-5bd1e5fe6c0b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8586c512-bdf0-4053-b336-f7b091e102af?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8b6410a2-e34d-4e86-ac7c-a7bdd664df78" + "dedb1265-e661-41ba-b9fd-88cd2a0b2863" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2cfb9941-cdc4-43ce-abe8-1b9f323ae9f5" + "5a0df551-20aa-4fdc-a64c-007d2394a451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221758Z:8b6410a2-e34d-4e86-ac7c-a7bdd664df78" + "EASTUS2:20211117T094658Z:dedb1265-e661-41ba-b9fd-88cd2a0b2863" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:58 GMT" - ], "Content-Length": [ - "1642" + "1643" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1095\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095\",\r\n \"etag\": \"W/\\\"fe6fa919-db9f-4087-8b28-c36216431dce\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"21e78c3d-28f9-4a5d-973b-f90e86f41ec1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2005\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095/ipConfigurations/ip2005\",\r\n \"etag\": \"W/\\\"fe6fa919-db9f-4087-8b28-c36216431dce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350\"\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\": \"ezlty1vwyuwe1j3v25001baksg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8783\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783\",\r\n \"etag\": \"W/\\\"44eff8f9-5098-4051-acca-0cd22d43bd49\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37da793c-332f-4508-9905-9749014cf761\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4916\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783/ipConfigurations/ip4916\",\r\n \"etag\": \"W/\\\"44eff8f9-5098-4051-acca-0cd22d43bd49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234\"\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\": \"l525fmyyu2letbz0fysiblibbg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwOTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg3ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fe6fa919-db9f-4087-8b28-c36216431dce\"" + "W/\"44eff8f9-5098-4051-acca-0cd22d43bd49\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "10b86493-b4c3-40cc-80ed-cf160d274cc9" + "4d4457e3-078f-449d-99f3-9b9015e69da7" ], "x-ms-correlation-request-id": [ - "4d0fc867-9460-4e5a-b3b0-8572d0e2e43c" + "c9ef6f27-fce8-47bc-98cd-4f1cd6db1d2c" ], "x-ms-arm-service-request-id": [ - "76651a8f-7ef5-40f7-a5c4-ab5831f73843" + "9acfc8de-7603-49e1-8e28-5e572932722e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221758Z:4d0fc867-9460-4e5a-b3b0-8572d0e2e43c" + "EASTUS2:20211117T094658Z:c9ef6f27-fce8-47bc-98cd-4f1cd6db1d2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:58 GMT" - ], "Content-Length": [ - "1642" + "1643" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1095\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095\",\r\n \"etag\": \"W/\\\"fe6fa919-db9f-4087-8b28-c36216431dce\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"21e78c3d-28f9-4a5d-973b-f90e86f41ec1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2005\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095/ipConfigurations/ip2005\",\r\n \"etag\": \"W/\\\"fe6fa919-db9f-4087-8b28-c36216431dce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350\"\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\": \"ezlty1vwyuwe1j3v25001baksg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8783\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783\",\r\n \"etag\": \"W/\\\"44eff8f9-5098-4051-acca-0cd22d43bd49\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37da793c-332f-4508-9905-9749014cf761\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4916\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783/ipConfigurations/ip4916\",\r\n \"etag\": \"W/\\\"44eff8f9-5098-4051-acca-0cd22d43bd49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234\"\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\": \"l525fmyyu2letbz0fysiblibbg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwOTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg3ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d1120d2-3c66-4f63-af9f-52b04cbab3d9" + "c55e54dc-d8c2-4130-aae5-2ee82bc2a2b9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fe6fa919-db9f-4087-8b28-c36216431dce\"" + "W/\"44eff8f9-5098-4051-acca-0cd22d43bd49\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9d90c53e-d3a1-47c5-9b13-43f227f74cf3" + "a9b45d72-4e87-41d6-bb27-d5f7fb66895f" ], "x-ms-correlation-request-id": [ - "11e18dea-761a-49ae-8fa6-7a99ab35de42" + "da9ea321-55f1-4fcf-b4bc-3123d39819d9" ], "x-ms-arm-service-request-id": [ - "db4d20f8-fe8c-42d4-bfe5-aa998fc74c96" + "d4f9e6d9-69e2-4f8e-b414-9390f4ad3692" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221758Z:11e18dea-761a-49ae-8fa6-7a99ab35de42" + "EASTUS2:20211117T094658Z:da9ea321-55f1-4fcf-b4bc-3123d39819d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:58 GMT" - ], "Content-Length": [ - "1642" + "1643" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1095\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095\",\r\n \"etag\": \"W/\\\"fe6fa919-db9f-4087-8b28-c36216431dce\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"21e78c3d-28f9-4a5d-973b-f90e86f41ec1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2005\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095/ipConfigurations/ip2005\",\r\n \"etag\": \"W/\\\"fe6fa919-db9f-4087-8b28-c36216431dce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/virtualNetworks/vn2687/subnets/sn350\"\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\": \"ezlty1vwyuwe1j3v25001baksg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8783\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783\",\r\n \"etag\": \"W/\\\"44eff8f9-5098-4051-acca-0cd22d43bd49\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37da793c-332f-4508-9905-9749014cf761\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4916\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783/ipConfigurations/ip4916\",\r\n \"etag\": \"W/\\\"44eff8f9-5098-4051-acca-0cd22d43bd49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/virtualNetworks/vn3039/subnets/sn1234\"\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\": \"l525fmyyu2letbz0fysiblibbg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/availabilitySets/asforgallery1849?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXNmb3JnYWxsZXJ5MTg0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/availabilitySets/asforgallery2964?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXNmb3JnYWxsZXJ5Mjk2ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "606bdcfb-f624-4fcd-9ccd-7a8b38913854" + "f2febe2d-fa1d-4d20-87d5-d3c54108f855" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1256,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1266,27 +1273,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dd88daea-c4f8-48e7-a5f7-2738981f8103" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "23fb1716-c53d-47c3-ab99-74a42503c305" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "7c3df962-94c1-4c8c-b8e4-61c721de406f" + "3f268489-04fe-45bf-baa1-2d8d45f4167c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221759Z:7c3df962-94c1-4c8c-b8e4-61c721de406f" + "EASTUS2:20211117T094659Z:3f268489-04fe-45bf-baa1-2d8d45f4167c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:59 GMT" - ], "Content-Length": [ "464" ], @@ -1297,46 +1297,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asforgallery1849\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/availabilitySets/asforgallery1849\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asforgallery2964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/availabilitySets/asforgallery2964\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwODc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/availabilitySets/asforgallery1849\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/availabilitySets/asforgallery2964\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "af8ed595-d049-435c-91d5-0856989b8532" + "d975fa75-98ce-458f-9935-8bfc028e861e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1238" + "1239" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/430fdfde-32fe-4e58-9ba0-cf23ce253ea6?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1355,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "430fdfde-32fe-4e58-9ba0-cf23ce253ea6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "f2ca8e2f-652e-424f-91fe-56eac2cb1697" + "d6f8ab09-0153-43af-b27c-2107503fe7e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221759Z:f2ca8e2f-652e-424f-91fe-56eac2cb1697" + "EASTUS2:20211117T094659Z:d6f8ab09-0153-43af-b27c-2107503fe7e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:17:59 GMT" - ], "Content-Length": [ - "2050" + "2051" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,32 +1379,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"324b943d-625f-4aee-90c0-c580f2e47052\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY1849\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7087\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8e36c2a8-75d4-4d4d-a071-82a7d516d5cd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY2964\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/430fdfde-32fe-4e58-9ba0-cf23ce253ea6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQzMGZkZmRlLTMyZmUtNGU1OC05YmEwLWNmMjNjZTI1M2VhNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJiYzA2ZjA4LWY1YTQtNGM5MS04NWU4LWQyYzhlNmExYmU4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:47:09 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1412,27 +1419,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68d0d179-12a4-4552-b25e-0940910c65ec" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "656a487c-799d-4bda-8e69-39538037f93c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "621eae9b-3419-4859-a8c2-148feadeb02a" + "1f1dd9ea-522f-4a71-861d-7595663234c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221809Z:621eae9b-3419-4859-a8c2-148feadeb02a" + "EASTUS2:20211117T094709Z:1f1dd9ea-522f-4a71-861d-7595663234c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:18:09 GMT" - ], "Content-Length": [ "134" ], @@ -1443,29 +1443,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:17:59.6022382+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"430fdfde-32fe-4e58-9ba0-cf23ce253ea6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:46:59.6217719+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/430fdfde-32fe-4e58-9ba0-cf23ce253ea6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQzMGZkZmRlLTMyZmUtNGU1OC05YmEwLWNmMjNjZTI1M2VhNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJiYzA2ZjA4LWY1YTQtNGM5MS04NWU4LWQyYzhlNmExYmU4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:47:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1473,27 +1480,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee1abb99-bdb2-4aea-8bfa-3a25a000e511" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "23244636-d8f4-4667-8d8d-dcee6f15e918" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "afda0a80-c2bc-496c-b829-5d70df9c51fd" + "ff342a8d-8414-4939-9849-b02f2e635d04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221900Z:afda0a80-c2bc-496c-b829-5d70df9c51fd" + "EASTUS2:20211117T094759Z:ff342a8d-8414-4939-9849-b02f2e635d04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:18:59 GMT" - ], "Content-Length": [ "134" ], @@ -1504,29 +1504,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:17:59.6022382+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"430fdfde-32fe-4e58-9ba0-cf23ce253ea6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:46:59.6217719+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/430fdfde-32fe-4e58-9ba0-cf23ce253ea6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQzMGZkZmRlLTMyZmUtNGU1OC05YmEwLWNmMjNjZTI1M2VhNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJiYzA2ZjA4LWY1YTQtNGM5MS04NWU4LWQyYzhlNmExYmU4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:48:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -1534,27 +1541,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "230b29a9-3a11-402f-a3fe-f506aa7677ce" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0307a8f7-1eaf-4ece-aafc-42acc48ab014" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "9d28e8e0-7b39-4115-ab48-d0c6899b7c6a" + "c683fb1a-011e-4c79-b759-9c64f1f4e898" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T221950Z:9d28e8e0-7b39-4115-ab48-d0c6899b7c6a" + "EASTUS2:20211117T094849Z:c683fb1a-011e-4c79-b759-9c64f1f4e898" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:19:49 GMT" - ], "Content-Length": [ "134" ], @@ -1565,120 +1565,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:17:59.6022382+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"430fdfde-32fe-4e58-9ba0-cf23ce253ea6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:46:59.6217719+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/430fdfde-32fe-4e58-9ba0-cf23ce253ea6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQzMGZkZmRlLTMyZmUtNGU1OC05YmEwLWNmMjNjZTI1M2VhNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJiYzA2ZjA4LWY1YTQtNGM5MS04NWU4LWQyYzhlNmExYmU4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:49:39 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e4e14137-4a1a-408c-bb31-ee2b59d98aed" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "4af342e9-0a55-44ef-8dc3-972bde969ff6" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210723T222040Z:4af342e9-0a55-44ef-8dc3-972bde969ff6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 23 Jul 2021 22:20:39 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:17:59.6022382+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"430fdfde-32fe-4e58-9ba0-cf23ce253ea6\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/430fdfde-32fe-4e58-9ba0-cf23ce253ea6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQzMGZkZmRlLTMyZmUtNGU1OC05YmEwLWNmMjNjZTI1M2VhNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "43c78951-1884-4648-878e-834920dcac75" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ad7bbb0-03f8-4328-9bc4-0405f856992a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "0747318f-875b-405b-a499-e5a2427adb38" + "82e4efae-4d12-4173-a60a-a1e70f6a1b15" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222130Z:0747318f-875b-405b-a499-e5a2427adb38" + "EASTUS2:20211117T094940Z:82e4efae-4d12-4173-a60a-a1e70f6a1b15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:21:29 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,120 +1626,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:17:59.6022382+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"430fdfde-32fe-4e58-9ba0-cf23ce253ea6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:46:59.6217719+00:00\",\r\n \"endTime\": \"2021-11-17T09:49:12.1301605+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2bc06f08-f5a4-4c91-85e8-d2c8e6a1be83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/430fdfde-32fe-4e58-9ba0-cf23ce253ea6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQzMGZkZmRlLTMyZmUtNGU1OC05YmEwLWNmMjNjZTI1M2VhNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwODc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:49:39 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a8e09d0e-ba19-4808-aac7-6a7ae8f35c8c" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "66af077b-820e-49b5-8b95-330169a7ba50" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210723T222220Z:66af077b-820e-49b5-8b95-330169a7ba50" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 23 Jul 2021 22:22:19 GMT" - ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:17:59.6022382+00:00\",\r\n \"endTime\": \"2021-07-23T22:21:32.3695594+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"430fdfde-32fe-4e58-9ba0-cf23ce253ea6\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "09ca5208-0a6b-4ecd-b26a-e43092c5acd2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fa223063-19ce-440a-85f3-7cff953bb552" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "7ecf8963-21f6-4c3c-8bf7-e5b6227f18fe" + "cdabe4a9-7498-4df4-8c3b-854166b33865" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222220Z:7ecf8963-21f6-4c3c-8bf7-e5b6227f18fe" + "EASTUS2:20211117T094940Z:cdabe4a9-7498-4df4-8c3b-854166b33865" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:22:20 GMT" - ], "Content-Length": [ - "2079" + "2080" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1809,65 +1687,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"324b943d-625f-4aee-90c0-c580f2e47052\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY1849\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7087\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8e36c2a8-75d4-4d4d-a071-82a7d516d5cd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY2964\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwODc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ae6b6ec-ea37-4fe5-b632-1b32f5c8105a" + "37a5c10e-4a6c-40ac-ba0e-109ac52bc712" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:49:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "914d0251-74f5-4c24-b020-f177c76d460c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "657d7641-480f-43a3-b859-2d76d2ed0d11" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "52cc62ee-ed1f-4523-b410-6d4d6d05c024" + "8bf93ae7-1e31-4c4c-afb8-268a1234a8ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222220Z:52cc62ee-ed1f-4523-b410-6d4d6d05c024" + "EASTUS2:20211117T094940Z:8bf93ae7-1e31-4c4c-afb8-268a1234a8ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:22:20 GMT" - ], "Content-Length": [ - "2079" + "2080" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1876,43 +1754,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"324b943d-625f-4aee-90c0-c580f2e47052\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY1849\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Network/networkInterfaces/nic1095\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7087\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8e36c2a8-75d4-4d4d-a071-82a7d516d5cd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY2964\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Network/networkInterfaces/nic8783\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTU4Mzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTI4MTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\"\r\n },\r\n \"zoneResilient\": true\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\"\r\n },\r\n \"zoneResilient\": true\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2eadf07c-8839-41e6-a6d2-35b391b92382" + "e9d2ead2-a731-466c-ab27-98ad12861b06" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "398" + "399" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:49:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f1200bdd-f676-4b5a-82a5-5527a80377e2?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/01b2b42c-9b4d-4abf-b24d-520bad05dd72?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1924,29 +1809,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1200bdd-f676-4b5a-82a5-5527a80377e2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "01b2b42c-9b4d-4abf-b24d-520bad05dd72" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "a0e19e8f-c7c0-4f8a-8bcd-5adef49bca68" + "bd52c75a-cb51-48bb-b246-869c33769296" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222225Z:a0e19e8f-c7c0-4f8a-8bcd-5adef49bca68" + "EASTUS2:20211117T094945Z:bd52c75a-cb51-48bb-b246-869c33769296" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:22:25 GMT" - ], "Content-Length": [ - "766" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1955,57 +1833,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"psTestSourceImage5838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"psTestSourceImage2813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f1200bdd-f676-4b5a-82a5-5527a80377e2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YxMjAwYmRkLWY2NzYtNGI1YS04MmE1LTU1MjdhODAzNzdlMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/01b2b42c-9b4d-4abf-b24d-520bad05dd72?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAxYjJiNDJjLTliNGQtNGFiZi1iMjRkLTUyMGJhZDA1ZGQ3Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:50:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "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": [ - "1ec8082f-5bda-4d12-9227-6cc845de8ed7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9f90337d-7052-41e2-a29d-2ab161aade1e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "c4b92695-9f43-4298-a676-7a26890e77ef" + "8d8399af-af86-4027-a4c5-97033d832a57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222255Z:c4b92695-9f43-4298-a676-7a26890e77ef" + "EASTUS2:20211117T095015Z:8d8399af-af86-4027-a4c5-97033d832a57" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:22:55 GMT" - ], "Content-Length": [ "184" ], @@ -2016,29 +1894,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:22:20.4636315+00:00\",\r\n \"endTime\": \"2021-07-23T22:22:35.9480852+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f1200bdd-f676-4b5a-82a5-5527a80377e2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:49:40.2569654+00:00\",\r\n \"endTime\": \"2021-11-17T09:49:50.5701547+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"01b2b42c-9b4d-4abf-b24d-520bad05dd72\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTU4Mzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTI4MTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:50:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;358,Microsoft.Compute/GetImages30Min;1798" ], @@ -2046,29 +1931,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6a8b2bae-ea6a-411b-9713-34e76df32d92" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "41991da1-6845-4a1e-960e-c58b18d0a47f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "f6a6044c-94d2-4ace-a303-074869f6a5dc" + "fde3f361-6de8-4361-8780-33097954fbce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222255Z:f6a6044c-94d2-4ace-a303-074869f6a5dc" + "EASTUS2:20211117T095015Z:fde3f361-6de8-4361-8780-33097954fbce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:22:55 GMT" - ], "Content-Length": [ - "795" + "796" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2077,35 +1955,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"psTestSourceImage5838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"psTestSourceImage2813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTU4Mzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTI4MTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63b43d11-d1bd-4b84-8249-8b37bda87421" + "a21c2590-adee-44b4-8a89-4501109da467" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:50:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;357,Microsoft.Compute/GetImages30Min;1797" ], @@ -2113,29 +1998,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32e4fa88-1546-4c72-bb86-8852a96c0242" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "41ec4d25-f533-473f-810f-c5c1e1d788df" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "172db435-bbd9-424c-8390-7ee9164525ee" + "e055be2c-b465-432c-8614-7080380b06bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222255Z:172db435-bbd9-424c-8390-7ee9164525ee" + "EASTUS2:20211117T095015Z:e055be2c-b465-432c-8614-7080380b06bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:22:55 GMT" - ], "Content-Length": [ - "795" + "796" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2144,26 +2022,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"psTestSourceImage5838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery783.blob.core.windows.net/crptestar7746/oscrptestar8870.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"psTestSourceImage2813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery5111.blob.core.windows.net/crptestar1463/oscrptestar5861.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "00dc3504-379b-4cae-8c2d-2053d99a46ce" + "32eba1b9-535d-4dd2-b695-4a2d30ca3dd7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2176,45 +2054,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:50:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/afb84c1c-6ead-4acc-ab6c-04d4a72a7e9f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/c66be4db-1e54-4aa3-9873-9a8068ebf4ab?api-version=2021-07-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;297" + "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "afb84c1c-6ead-4acc-ab6c-04d4a72a7e9f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c66be4db-1e54-4aa3-9873-9a8068ebf4ab" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "4d6f0da0-0d0e-4997-ba2d-b565a9d68b9e" + "c4379a20-2d32-44fa-9617-ddc5b686f8a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222256Z:4d6f0da0-0d0e-4997-ba2d-b565a9d68b9e" + "EASTUS2:20211117T095016Z:c4379a20-2d32-44fa-9617-ddc5b686f8a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:22:55 GMT" - ], "Content-Length": [ - "644" + "579" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2223,60 +2101,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery5434\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY5434\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3520\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/afb84c1c-6ead-4acc-ab6c-04d4a72a7e9f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hZmI4NGMxYy02ZWFkLTRhY2MtYWI2Yy0wNGQ0YTcyYTdlOWY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/c66be4db-1e54-4aa3-9873-9a8068ebf4ab?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9jNjZiZTRkYi0xZTU0LTRhYTMtOTg3My05YTgwNjhlYmY0YWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:50:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4184" + "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "7daad883-1bc3-4611-b506-9a4809934de8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d19b190b-ae1c-4d06-8555-81b0530e30c1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-correlation-request-id": [ - "474f7971-5b90-4824-9b3f-f5ea3ae8ef1b" + "f15ae74c-5c78-4cdf-8ab2-a299034d4c49" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222326Z:474f7971-5b90-4824-9b3f-f5ea3ae8ef1b" + "EASTUS2:20211117T095046Z:f15ae74c-5c78-4cdf-8ab2-a299034d4c49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:23:25 GMT" - ], "Content-Length": [ "184" ], @@ -2287,60 +2165,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:22:56.0396997+00:00\",\r\n \"endTime\": \"2021-07-23T22:22:56.2584136+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"afb84c1c-6ead-4acc-ab6c-04d4a72a7e9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:50:15.8618514+00:00\",\r\n \"endTime\": \"2021-11-17T09:50:17.9868614+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c66be4db-1e54-4aa3-9873-9a8068ebf4ab\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:50:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2484" + "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "6585d9aa-b9b6-4e36-a493-02b7ab7a129a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c4f04282-dfb1-44b1-a7ed-d6c10f93dfd6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-correlation-request-id": [ - "a6eb8284-d7b5-47ec-a697-b6ea184cd763" + "b92d3932-5d72-473b-9b4b-28b7cc1973d2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222326Z:a6eb8284-d7b5-47ec-a697-b6ea184cd763" + "EASTUS2:20211117T095046Z:b92d3932-5d72-473b-9b4b-28b7cc1973d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:23:25 GMT" - ], "Content-Length": [ "580" ], @@ -2351,26 +2229,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery5434\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY5434\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3520\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery image description.\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "579d219f-e0be-49f5-8ae0-24c51b6ce0d2" + "3710f81e-0eb7-4539-8363-ff2454db1938" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2383,45 +2261,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:50:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/ff091414-b2f0-49d1-8930-3a6f9a96f831?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e03fede9-7e10-4565-9947-31bb5e213b2a?api-version=2021-07-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;747" + "Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "ff091414-b2f0-49d1-8930-3a6f9a96f831" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e03fede9-7e10-4565-9947-31bb5e213b2a" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "e9cdc013-fa4b-40c8-ae23-09e847cec2c2" + "f8ba9fb8-a698-4b6b-9f94-9d497d53efa5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222326Z:e9cdc013-fa4b-40c8-ae23-09e847cec2c2" + "EASTUS2:20211117T095046Z:f8ba9fb8-a698-4b6b-9f94-9d497d53efa5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:23:25 GMT" - ], "Content-Length": [ - "672" + "674" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2430,60 +2308,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage805\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage4321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/ff091414-b2f0-49d1-8930-3a6f9a96f831?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mZjA5MTQxNC1iMmYwLTQ5ZDEtODkzMC0zYTZmOWE5NmY4MzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e03fede9-7e10-4565-9947-31bb5e213b2a?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMDNmZWRlOS03ZTEwLTQ1NjUtOTk0Ny0zMWJiNWUyMTNiMmE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:51:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4182" + "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "61f6ff47-94ca-4e73-a7d7-ee83f82acfbf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7e9c041a-aeb9-4e06-8ade-3ae5927df735" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-correlation-request-id": [ - "02e9b5df-0d4e-41ce-b4aa-2cd0ff7de4e9" + "06351793-ad21-437c-a66f-3eec3356f881" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222356Z:02e9b5df-0d4e-41ce-b4aa-2cd0ff7de4e9" + "EASTUS2:20211117T095116Z:06351793-ad21-437c-a66f-3eec3356f881" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:23:56 GMT" - ], "Content-Length": [ "184" ], @@ -2494,62 +2372,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:26.3689565+00:00\",\r\n \"endTime\": \"2021-07-23T22:23:26.4940135+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ff091414-b2f0-49d1-8930-3a6f9a96f831\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:50:46.4089274+00:00\",\r\n \"endTime\": \"2021-11-17T09:50:46.6276997+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e03fede9-7e10-4565-9947-31bb5e213b2a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:51:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryImage3Min;596,Microsoft.Compute/GetGalleryImage30Min;2984" + "Microsoft.Compute/GetGalleryImage3Min;596,Microsoft.Compute/GetGalleryImage30Min;2996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "5b9edd21-c563-4888-8bc8-582fd521186e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6dc96dae-d142-4203-9007-027cb84f7f60" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-correlation-request-id": [ - "7eef0e94-1089-434e-94fc-245081058eb2" + "c8e5182b-5f3a-4e49-9340-8566b20f5ffa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222356Z:7eef0e94-1089-434e-94fc-245081058eb2" + "EASTUS2:20211117T095116Z:c8e5182b-5f3a-4e49-9340-8566b20f5ffa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:23:56 GMT" - ], "Content-Length": [ - "673" + "675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2558,26 +2436,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage805\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage4321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-08-02T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-11-27T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b0df13b-f258-4370-8ec8-e9c10ea39bf5" + "9f2288ba-f947-4e37-882b-ad64183f63c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2590,14 +2468,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:51:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1199" @@ -2606,32 +2491,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "e4880f3b-58d4-4829-85b7-638f128a055b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "02939001-983d-4179-93ac-e2fd884384fa" + "617b1efb-1d0b-4bb8-91d5-5e9191dc0403" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222356Z:02939001-983d-4179-93ac-e2fd884384fa" + "EASTUS2:20211117T095117Z:617b1efb-1d0b-4bb8-91d5-5e9191dc0403" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:23:56 GMT" - ], "Content-Length": [ - "1035" + "1036" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2640,26 +2518,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-08-02T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2021-11-27T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-10-31T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-02-25T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b6b7e8c-0ec1-4daf-ad36-e5b3e0224274" + "2a1852d0-35b0-44db-90ca-2530e5ec28b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2672,14 +2550,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:00:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/59243fec-7514-4dde-9a3c-1aa73b292583?api-version=2021-07-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1198" @@ -2688,32 +2573,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "59243fec-7514-4dde-9a3c-1aa73b292583" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-correlation-request-id": [ - "36c9a87c-96a4-44e2-bc4e-e61af94a55a8" + "53f69569-749d-4f14-8013-d1fff99ebfed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223257Z:36c9a87c-96a4-44e2-bc4e-e61af94a55a8" + "EASTUS2:20211117T100018Z:53f69569-749d-4f14-8013-d1fff99ebfed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:32:56 GMT" - ], "Content-Length": [ - "1149" + "1150" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2722,63 +2600,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-10-31T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2022-02-25T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:52:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4181" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "e787e436-df21-4531-88e7-779aed6ce142" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "96bb0ed7-fc52-4100-be03-7088f08a9c87" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11999" ], "x-ms-correlation-request-id": [ - "f60b97d0-dd09-4947-9f37-84db7dd7706e" + "9445d8fe-768b-48d0-9e6b-4a64c8e0c3e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222456Z:f60b97d0-dd09-4947-9f37-84db7dd7706e" + "EASTUS2:20211117T095217Z:9445d8fe-768b-48d0-9e6b-4a64c8e0c3e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:24:56 GMT" - ], "Content-Length": [ "134" ], @@ -2789,63 +2667,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:53:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4179" + "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "4bbc5343-f09e-47cd-ad1e-63301287bf77" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d696735a-b280-4798-967d-e06d014a52ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11999" ], "x-ms-correlation-request-id": [ - "fbf08fd4-4155-4408-ad72-94eb7eb2d542" + "f2ff8ece-3e27-43c2-a9cd-2f7f34d49dae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222556Z:fbf08fd4-4155-4408-ad72-94eb7eb2d542" + "EASTUS2:20211117T095317Z:f2ff8ece-3e27-43c2-a9cd-2f7f34d49dae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:25:56 GMT" - ], "Content-Length": [ "134" ], @@ -2856,63 +2734,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:54:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4177" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "c764fc3f-9bde-42dd-847f-0697296077df" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "baa3b892-230c-491d-a42e-531a74a44108" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11999" ], "x-ms-correlation-request-id": [ - "c74ce4b7-2eac-47d7-83e4-79e5d7dac888" + "17712d59-f3b0-4ef0-ba20-b60be9ce8d87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222657Z:c74ce4b7-2eac-47d7-83e4-79e5d7dac888" + "EASTUS2:20211117T095417Z:17712d59-f3b0-4ef0-ba20-b60be9ce8d87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:26:56 GMT" - ], "Content-Length": [ "134" ], @@ -2923,63 +2801,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:55:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4175" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "d5aa468d-3599-4def-81c9-e0987e62b96b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aea54b69-87b1-4340-901c-9d1beee53e2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11999" ], "x-ms-correlation-request-id": [ - "9de720a3-7f5f-47aa-bc3c-4291c9ee419b" + "ca3563ba-978a-433b-bdd3-87ac4f559beb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222757Z:9de720a3-7f5f-47aa-bc3c-4291c9ee419b" + "EASTUS2:20211117T095517Z:ca3563ba-978a-433b-bdd3-87ac4f559beb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:27:56 GMT" - ], "Content-Length": [ "134" ], @@ -2990,63 +2868,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:56:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4173" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4187" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "a0d139d7-e780-468f-baa1-520e025e10e4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ad89a83-8c48-4fce-9a41-e3ad7fdf4c07" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11999" ], "x-ms-correlation-request-id": [ - "4d95581a-408e-4516-99a0-10cf5042e6c8" + "e2967bb6-fe6e-4081-88a0-f4ef7cfc7c62" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222857Z:4d95581a-408e-4516-99a0-10cf5042e6c8" + "EASTUS2:20211117T095617Z:e2967bb6-fe6e-4081-88a0-f4ef7cfc7c62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:28:56 GMT" - ], "Content-Length": [ "134" ], @@ -3057,63 +2935,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:57:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4171" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "fa4ad4ba-8335-4686-8257-22491c1d80eb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "812ca80d-a20b-49ab-b29e-03a77a9eb2b5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11999" ], "x-ms-correlation-request-id": [ - "2444ed9a-0794-40d5-bfcc-4f49dc0f41e6" + "9c75c3c9-e185-4200-9799-382a673e835e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T222957Z:2444ed9a-0794-40d5-bfcc-4f49dc0f41e6" + "EASTUS2:20211117T095717Z:9c75c3c9-e185-4200-9799-382a673e835e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:29:56 GMT" - ], "Content-Length": [ "134" ], @@ -3124,63 +3002,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:58:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4169" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "a6037a29-7a98-488b-afc1-371511cd4b53" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fcaf4e5e-ca57-4225-98d0-434eaffb14e2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11995" ], "x-ms-correlation-request-id": [ - "c84bca23-7130-4889-bcac-6a7197f2ebdb" + "3a61ce98-72c6-4df4-be9f-35d23dc04744" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223057Z:c84bca23-7130-4889-bcac-6a7197f2ebdb" + "EASTUS2:20211117T095817Z:3a61ce98-72c6-4df4-be9f-35d23dc04744" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:30:56 GMT" - ], "Content-Length": [ "134" ], @@ -3191,63 +3069,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:59:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4167" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "d35b7749-68d8-4b85-a502-fc39d0b3ba35" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "184eeb74-d110-4cfa-aa3b-02faeef8bccc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11994" ], "x-ms-correlation-request-id": [ - "ceb35146-1c5f-468b-a3d5-328821f83a65" + "0bd5a428-9ef0-4d3c-9aed-61da4a825ee7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223157Z:ceb35146-1c5f-468b-a3d5-328821f83a65" + "EASTUS2:20211117T095917Z:0bd5a428-9ef0-4d3c-9aed-61da4a825ee7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:31:56 GMT" - ], "Content-Length": [ "134" ], @@ -3258,62 +3136,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e4880f3b-58d4-4829-85b7-638f128a055b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDg4MGYzYi01OGQ0LTQ4MjktODViNy02MzhmMTI4YTA1NWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yN2NiODBiYi1mOGYwLTQ2YTktOWQ1Ny01ZmNmYTJiYzQ3MGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:00:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4165" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4179" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "a3405da2-9665-4a37-9da7-401f9c68eb20" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2764ed3d-904a-4a2a-a95a-fb9f5f999299" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11999" ], "x-ms-correlation-request-id": [ - "111e8b4a-b222-43a2-b685-8350e76aa671" + "be57eb9c-da09-4141-b18f-7f1cbc2a9a33" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223257Z:111e8b4a-b222-43a2-b685-8350e76aa671" + "EASTUS2:20211117T100018Z:be57eb9c-da09-4141-b18f-7f1cbc2a9a33" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:32:56 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3322,29 +3200,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:23:56.7451654+00:00\",\r\n \"endTime\": \"2021-07-23T22:32:13.014731+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e4880f3b-58d4-4829-85b7-638f128a055b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:51:16.8935097+00:00\",\r\n \"endTime\": \"2021-11-17T09:59:34.2565463+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"27cb80bb-f8f0-46a9-9d57-5fcfa2bc470e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:00:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetGalleryImageVersion3Min;1999,Microsoft.Compute/GetGalleryImageVersion30Min;9997" ], @@ -3352,32 +3237,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "1e517191-0382-40c1-90ea-3d860cd7dca1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "19f0e4d9-8940-4790-a5da-e3ac7ae0fcf6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11998" ], "x-ms-correlation-request-id": [ - "93b02b4b-f6ad-4cee-a365-937428c6dd0c" + "c6e7324d-f037-4c2a-b45f-96fcb381e4ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223257Z:93b02b4b-f6ad-4cee-a365-937428c6dd0c" + "EASTUS2:20211117T100018Z:c6e7324d-f037-4c2a-b45f-96fcb381e4ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:32:56 GMT" - ], "Content-Length": [ - "1150" + "1151" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3386,35 +3264,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-08-02T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2021-11-27T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e5b134c-bf3b-4bf5-9a9a-7c5377734534" + "233619be-0b2d-4400-b491-2395936de5d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:00:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetGalleryImageVersion3Min;1998,Microsoft.Compute/GetGalleryImageVersion30Min;9996" ], @@ -3422,32 +3307,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "5fd3f61a-f619-432f-94b7-ce77cd69d038" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "af3737d6-7d51-42c9-b948-a9a2f3fad7ac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11997" ], "x-ms-correlation-request-id": [ - "18d49894-1ab5-40a3-b8f9-d86a75525900" + "559dc557-75e7-4828-8244-520b5e485e77" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223257Z:18d49894-1ab5-40a3-b8f9-d86a75525900" + "EASTUS2:20211117T100018Z:559dc557-75e7-4828-8244-520b5e485e77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:32:56 GMT" - ], "Content-Length": [ - "1150" + "1151" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3456,62 +3334,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-08-02T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2021-11-27T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:03:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryImageVersion3Min;1997,Microsoft.Compute/GetGalleryImageVersion30Min;9991" + "Microsoft.Compute/GetGalleryImageVersion3Min;1999,Microsoft.Compute/GetGalleryImageVersion30Min;9991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "6fb1b18f-bbf4-4cd9-b635-7b9f697762c9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f4a82fe6-d87c-4836-b7d8-30babb722e09" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11998" ], "x-ms-correlation-request-id": [ - "813f0611-b087-4d56-a3c8-93fb274790bc" + "a8cdd828-0525-4a1e-8df1-7b21c2a688a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223557Z:813f0611-b087-4d56-a3c8-93fb274790bc" + "EASTUS2:20211117T100318Z:a8cdd828-0525-4a1e-8df1-7b21c2a688a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:35:57 GMT" - ], "Content-Length": [ - "1150" + "1151" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3520,68 +3398,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-10-31T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2022-02-25T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b84360b-686d-41e9-b5aa-7104e7e2523f" + "9598ffbd-c331-48b1-b7ef-9a8002c22add" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:03:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryImageVersion3Min;1996,Microsoft.Compute/GetGalleryImageVersion30Min;9990" + "Microsoft.Compute/GetGalleryImageVersion3Min;1998,Microsoft.Compute/GetGalleryImageVersion30Min;9990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "4cc80640-2e53-4da5-99f6-8837dcaef8d1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c9adbd68-d5f3-4c80-ba1e-6a464e65f77d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11997" ], "x-ms-correlation-request-id": [ - "8d57e3bb-bef8-47b8-95f8-b719e16fbf63" + "34ba6283-f244-4728-981a-79670171a3fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223557Z:8d57e3bb-bef8-47b8-95f8-b719e16fbf63" + "EASTUS2:20211117T100318Z:34ba6283-f244-4728-981a-79670171a3fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:35:57 GMT" - ], "Content-Length": [ - "1150" + "1151" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3590,35 +3468,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-10-31T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2022-02-25T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?$expand=ReplicationStatus&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/JGV4cGFuZD1SZXBsaWNhdGlvblN0YXR1cyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?$expand=ReplicationStatus&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wPyRleHBhbmQ9UmVwbGljYXRpb25TdGF0dXMmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c76111f-d0d4-4fbc-ac1e-9fce3da966b0" + "a35d7de1-deb0-41d1-b7a9-413ea5ed5617" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:00:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetGalleryImageVersion3Min;1997,Microsoft.Compute/GetGalleryImageVersion30Min;9995" ], @@ -3626,32 +3511,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "925efd45-3f38-4303-9e69-7dddecc890a2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ae9e0912-dfbb-4ef5-bfba-0be93b838add" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11996" ], "x-ms-correlation-request-id": [ - "16bb2fc9-6ed1-4235-be81-d8c88dad041e" + "46b9f660-11c8-45cd-9149-796da3e1b6b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223257Z:16bb2fc9-6ed1-4235-be81-d8c88dad041e" + "EASTUS2:20211117T100018Z:46b9f660-11c8-45cd-9149-796da3e1b6b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:32:56 GMT" - ], "Content-Length": [ - "1368" + "1369" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3660,63 +3538,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-08-02T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"region\": \"eastus2\",\r\n \"state\": \"Completed\",\r\n \"progress\": 100\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2021-11-27T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"progress\": 100,\r\n \"region\": \"eastus2\",\r\n \"state\": \"Completed\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOGJhMGVkMi02NmE3LTQ1ZDktOWFlYi1iYTY4MjUwMWMyY2U/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/59243fec-7514-4dde-9a3c-1aa73b292583?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81OTI0M2ZlYy03NTE0LTRkZGUtOWEzYy0xYWE3M2IyOTI1ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:01:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4163" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "6fecdc45-ac66-4b14-a41f-6a72e8f2a943" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14ac58cb-f8b3-492a-82d1-e29e72d898cd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11999" ], "x-ms-correlation-request-id": [ - "2436e836-ec4f-49bd-a478-eb576958e937" + "a75df7a6-7c73-4292-9939-0f34c604021e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223357Z:2436e836-ec4f-49bd-a478-eb576958e937" + "EASTUS2:20211117T100118Z:a75df7a6-7c73-4292-9939-0f34c604021e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:33:57 GMT" - ], "Content-Length": [ "134" ], @@ -3727,63 +3605,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:32:57.6101455+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:00:18.3818183+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59243fec-7514-4dde-9a3c-1aa73b292583\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOGJhMGVkMi02NmE3LTQ1ZDktOWFlYi1iYTY4MjUwMWMyY2U/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/59243fec-7514-4dde-9a3c-1aa73b292583?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81OTI0M2ZlYy03NTE0LTRkZGUtOWEzYy0xYWE3M2IyOTI1ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:02:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4161" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4175" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "437a39da-09e2-4ac2-bb10-48114724fbf7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "39c91bd6-36ab-4c1d-90a2-ab23989cfdf0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11998" ], "x-ms-correlation-request-id": [ - "1fd6a131-7586-4c30-822c-972d2c61afb6" + "12b2495b-ea5c-45bd-b9e3-06be18afa02d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223457Z:1fd6a131-7586-4c30-822c-972d2c61afb6" + "EASTUS2:20211117T100218Z:12b2495b-ea5c-45bd-b9e3-06be18afa02d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:34:57 GMT" - ], "Content-Length": [ "134" ], @@ -3794,60 +3672,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:32:57.6101455+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:00:18.3818183+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59243fec-7514-4dde-9a3c-1aa73b292583\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOGJhMGVkMi02NmE3LTQ1ZDktOWFlYi1iYTY4MjUwMWMyY2U/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/59243fec-7514-4dde-9a3c-1aa73b292583?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81OTI0M2ZlYy03NTE0LTRkZGUtOWEzYy0xYWE3M2IyOTI1ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:03:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4159" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4173" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "6b115c60-7db0-43b7-9596-bf88cda5df15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b8f1611d-3b5c-4a57-9277-ad339cfbc1af" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11999" ], "x-ms-correlation-request-id": [ - "856f32cd-c8ff-4dbb-a16c-0cc6a8260e85" + "01f6031b-5e6f-40c0-9aa6-7b3f27137f96" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223557Z:856f32cd-c8ff-4dbb-a16c-0cc6a8260e85" + "EASTUS2:20211117T100318Z:01f6031b-5e6f-40c0-9aa6-7b3f27137f96" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:35:56 GMT" - ], "Content-Length": [ "184" ], @@ -3858,85 +3736,88 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:32:57.6101455+00:00\",\r\n \"endTime\": \"2021-07-23T22:35:27.8818319+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d8ba0ed2-66a7-45d9-9aeb-ba682501c2ce\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:00:18.3818183+00:00\",\r\n \"endTime\": \"2021-11-17T10:02:48.6953142+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"59243fec-7514-4dde-9a3c-1aa73b292583\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4e1274c-ef19-4b4c-9e37-67bb88625b9c" + "812870d5-03d3-4bce-83b7-9fdd5a8a40b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:03:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "b0cd1b35-5f22-4a3f-889b-620b5a32a499", - "801ac631-7cf9-4b79-9b81-b5f753abf408", - "c04ad194-0a6f-4fe4-bb18-78b3cb20fab7", - "3afd4475-57c8-4673-bec6-a90abe740735", - "9483c481-5b0e-4122-a199-c8b2c981cca1", - "50c0f192-5b27-4006-aa2e-61b2d392126d", - "e9d7ca11-dfe8-4cf9-b5bb-156fe63c7d74", - "92fb5870-0321-40d2-873d-4d29d965e4be", - "777d7414-74c3-4236-b529-55739010670c", - "c5af2360-70c8-4a25-8f24-794155f082ff", - "ca33ef51-1ed5-4fbe-acb7-62dee7ed366b", - "1e283199-d41a-4511-b981-dfab5a561835", - "0b8a291d-ac0e-40c1-917f-7d12196391dd", - "26c588e9-5dab-45ad-a1be-c591b3a7e5b9", - "b862e81c-bde8-4093-86b7-fcc5036b0ffb", - "db905b38-900d-426a-9e75-2ffdd3df6cd1", - "366760f7-054a-439c-8ab4-fb0adf144ca6", - "8c4dd105-c957-4bff-9bce-4f70324a4af7", - "82a04700-24b3-4e83-9f54-688551ed1cdd", - "0e9c6037-dd19-49dc-a42c-923cb0fc0d95", - "f0749bf1-06c9-45b2-93d9-0056656b4062", - "28f9f2ef-b1f2-4456-8fb2-1cfdca746d9d", - "4e873a2e-176d-43d5-a57b-a3a97ea49f83", - "7333c254-e262-456f-9a1e-9fa7be2ce8c4", - "580f94b5-4090-4fb1-b938-2caa98430f24", - "2984a1df-5b8f-4936-a843-5180332d7ae8", - "47a1543b-db17-4293-934d-71048c17c0eb", - "c4902b9f-a3ae-49eb-8328-f90b528810df", - "b6f82ebb-c29b-4a4b-bdf7-2b287d50c6cd", - "06fe0bfa-25a9-40d0-8274-46e410336cba", - "6e1605d1-5400-4490-b04e-f11f6987f71f", - "af4599c7-a5ef-41eb-8a76-43afa2293574", - "491fcfda-1b4e-4279-82cc-f9df30aa9144", - "7738ee53-7dbc-4090-863a-dbc7158c0810", - "fb8dd8fc-4d2e-46d3-a982-3fc8b38ff66f", - "10e0e298-0555-4d85-a4da-636202db04e1", - "0572650f-2d5d-4822-840f-4932e221a956" + "73dd6b7d-9eed-49dd-89ff-8782a5ba818c", + "da51da3b-3f8a-48d7-a39b-6857042b2026", + "2fb143d8-7125-4e7d-8bdf-76b5af2b30fc", + "4fdcb216-733e-499b-8449-adadd60e6c3c", + "b2b4b21f-fea8-48b1-9ccb-fdc3a25c2b9d", + "e7a8a7a2-3531-4d6a-987d-4bca663dff20", + "f779e03f-339f-4746-96ba-509955867cfc", + "79c422ea-5701-4f71-87bd-4c823379eca1", + "fc7773fe-9c3b-44c0-8c89-a90f6fce862d", + "d600e9ec-6787-4824-a6b5-4fd9eb7f8ef9", + "72f0620e-cc2e-4077-9ac7-84f2e0e4bc9e", + "af8a10e7-5394-4af3-aa69-2325bd3dadc9", + "c58a9ed9-cbb4-4113-82da-af54540b9f94", + "e3d0e092-235e-4306-8fef-c2aa1ba001be", + "da661a7a-3c52-49cb-a577-ffe7cd34e718", + "7c781834-6e53-4ded-8a6c-a1085afb9c8e", + "5fba8237-cddb-4435-9738-58b40a8e3c9a", + "90a22d9a-83d1-4a32-a8cc-18d7b9b1a8ba", + "c4652280-ef08-4927-a763-23efaa15a4b9", + "a2c43111-34d6-4364-9eca-96d4a63f3ec1", + "af00f293-4191-4c01-a660-f49b985b730f", + "f64142f7-124c-4822-ae8c-c7303e4e1e57", + "36744870-758d-4dfa-8673-14bcfd2005c9", + "25665be9-1bba-446a-9b40-db835916e647", + "b5df31ff-44c5-4501-89f8-da13eb317b1b", + "cc4ea53d-ba1a-4e5b-bb0c-ca191c3ab696", + "be186375-1911-4948-b644-bd760461b910", + "3f135b0f-5673-462b-be5a-cafd50e4c53c", + "6cedc055-c31f-410e-bcd9-33f03c31c589", + "3d9a416b-5efe-47c9-be08-20cbef75b52f", + "b572ea06-1e78-42ad-a96d-75c4369548d8", + "1c84723c-548f-416f-a515-f725fdd06c99", + "a8486a1b-c871-4abd-9f74-344a13f16ae5", + "32d7e6ac-df21-40e6-af79-908268532c72", + "c84604b3-d8fd-4209-a020-89e352fbcd2d", + "709f1be9-bcca-48aa-af88-155df813bb6e", + "d3ec0c5f-7223-4d0a-8c2f-f079ca9ca3b2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11996" ], "x-ms-request-id": [ - "a76a509e-36fe-4849-86b6-6ecda597fd33" + "9eef7240-5e22-41ab-a23a-84bf7e40052f" ], "x-ms-correlation-request-id": [ - "a76a509e-36fe-4849-86b6-6ecda597fd33" + "9eef7240-5e22-41ab-a23a-84bf7e40052f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223559Z:a76a509e-36fe-4849-86b6-6ecda597fd33" + "EASTUS2:20211117T100319Z:9eef7240-5e22-41ab-a23a-84bf7e40052f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3944,98 +3825,98 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:35:58 GMT" + "Content-Length": [ + "900" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "899" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-07-23T22:23:56.7607666+00:00\",\r\n \"endOfLifeDate\": \"2021-10-31T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-11-17T09:51:16.9716353+00:00\",\r\n \"endOfLifeDate\": \"2022-02-25T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f3bcc15-54a3-4fe6-ba3c-e00976c23032" + "78f0d547-ecf5-47f3-9f56-c8388bff2889" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:05:21 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "d8935793-f3ce-42b3-85f8-1737a4123d1d", - "e22dcf13-cff9-4476-a850-df9d42f2b43a", - "ce9e88de-5ffd-4ff2-8207-95bdfe93e656", - "86a45f1b-15aa-4821-8186-662891f862c6", - "b4d3219a-6eff-4f6c-a436-80031edb91d0", - "4c10e669-571b-4201-b1a7-4b2a7e60bcb1", - "d983ef91-2d26-4d97-b493-0be0eef86f08", - "1d4cbe22-74d6-46dc-ac55-e8f1bdf759af", - "e94ffb1a-f448-424e-ab23-0088c72ae407", - "fbefa51f-60d8-4e84-954d-28f3d8f774a2", - "44a20316-a3ce-4418-8c96-dc06d64f1bd3", - "805bd371-907e-4ffb-bbba-9928bbda033e", - "86de8e7f-0337-47f0-abec-2a43db5a79e2", - "8315e955-4846-43dd-b6c6-102e92869a2d", - "12d0c677-afab-4b3a-a099-037c60949a72", - "51859b92-a803-421a-b1a7-27fe0d06b43f", - "2d9c8839-4fd0-4ea4-9140-811876e0b9d8", - "5285fe5e-643b-4d6d-ad85-be383ef9421e", - "36a09266-a5b4-4b16-8e59-235b903a8830", - "935cc782-e6a0-44bf-bcab-aa112ea98eff", - "d3d17bbe-105e-4f1c-884d-befcac236ea0", - "e1215955-c514-4544-b85d-9c921f96b903", - "7cb06c95-c660-4e36-8c3a-1daa765823da", - "4dda90ed-186b-4099-b73a-d5b93b95e306", - "b2d39b3e-3c54-46bb-bd7a-cac54c523343", - "71fc82f5-67d4-4f6c-9b06-58fdde126fa9", - "9c57e817-228c-46ef-8ce6-ba9a2d9b3ee5", - "b190bf39-19fa-4256-950a-897d97498685", - "48747c22-ce23-48e5-ac8a-b2c1681e4201", - "9efe4b00-97f4-4187-849a-c77ca4515643", - "482e8738-4e04-4470-bf75-08d3f77b2ca7", - "3ca0d6a2-4e1e-47f6-af6f-79f2fc7eed9e", - "5788107b-b8c4-44fa-9fe3-8034aca138f6", - "80f8fc36-cbad-423c-aa60-e59145bb7375", - "7f6e71a4-a47b-418a-bf81-809f911835bd", - "8e8d9df5-4090-4f96-ba94-aade12a1748b", - "217bb6e0-17ca-4ac0-9c65-ee29b658e3ac" + "2533dd5c-720c-41f4-a317-7913e54fc301", + "9a57f8da-1c01-49f1-8a4c-c363b1fe9ca6", + "beae96ef-0f86-43fa-8a5e-199743bded2d", + "92dda6e1-e0a7-402f-9e39-c49e0b80a35d", + "0547b942-0494-4d53-8707-dced595398ee", + "4999c850-603f-4feb-9d52-9c224b966ea8", + "7ea15e3d-7ddc-4f44-b329-146a0cb61d02", + "a4d8cd11-3ba8-4264-903a-440286f6a63e", + "b5890a93-2158-4b3c-ac7f-28740c718a0d", + "ca350939-53ae-4902-8ce4-97e04b3c8b14", + "6c4463b7-8188-46c9-89fa-52b1d6342e7d", + "e8d2b555-8fe5-45a3-a9b1-a2fb6f4d5ad4", + "ba8026d9-a8c9-424d-8d54-8dba96f437b9", + "13c62e87-1dde-44d4-abfc-a9e35e2e6005", + "e7dcdc62-c4c0-47df-a2a0-8c015e6c798a", + "984516b3-47a1-48df-9c91-629351c23c73", + "80f57bcb-1f32-4d66-909a-4c736d72ca38", + "bad4dda8-0e4e-47d1-9ba7-07d2e7da9472", + "ae3e8e13-8cbf-44ad-a506-b42a92a8fc59", + "f7bf5088-16d1-4dcf-aea5-8558f1ce0886", + "5e03b237-e6e6-40f5-8506-7ae3f3d67c17", + "19fa8408-dd76-4aec-b5af-2e491b119b84", + "e51d8d36-8506-4fa1-8183-b5435fa35e4f", + "cd32f588-55ec-443c-9282-ae0bec59d8ea", + "c41a4003-8303-44a2-afdc-db43f3026d3d", + "02a05f08-84ef-49c0-a7c2-4d23e0c26474", + "2c043e63-eef8-40d7-8f37-d07736f1833b", + "7b45e1d9-0608-498e-a30f-388a4464aef0", + "ed19140f-1998-4ac8-8c8d-c92b725a9c71", + "31358f78-2b7d-4a69-bdad-e8ec9587c18d", + "73eef151-f5cf-46e2-8fab-5f88b3dfe40e", + "1b2a4c3b-3101-4b42-b070-74ce395b0587", + "2f12980d-c5dd-4511-8017-0a36194ec9e6", + "8d9463b8-868d-43e8-8d65-f6fc4bf426db", + "cff00349-c24e-4c92-bd82-3fe83045f6c0", + "cd2963c6-6e39-4d12-aafb-6041b1b59b8c", + "6ec6f051-2782-427f-861c-c9d43240fef4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11997" ], "x-ms-request-id": [ - "891f5f31-9244-4595-a661-89dccfeb03e8" + "6390884e-e367-4100-bdd0-56d3eb8690d4" ], "x-ms-correlation-request-id": [ - "891f5f31-9244-4595-a661-89dccfeb03e8" + "6390884e-e367-4100-bdd0-56d3eb8690d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223800Z:891f5f31-9244-4595-a661-89dccfeb03e8" + "EASTUS2:20211117T100521Z:6390884e-e367-4100-bdd0-56d3eb8690d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4043,56 +3924,60 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:38:00 GMT" + "Content-Length": [ + "12" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805/versions/1.0.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321/versions/1.0.0?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ae7e34d-0034-4697-86d2-e2fcbc0100d7" + "4bd2cad2-78cf-4617-aedb-2230ace70014" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:03:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b567f461-b5e5-49a6-a303-a6bfc66fda69?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7253edb2-6b1e-4a49-9f5e-9920e9bb5eae?monitor=true&api-version=2021-07-01" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b567f461-b5e5-49a6-a303-a6bfc66fda69?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7253edb2-6b1e-4a49-9f5e-9920e9bb5eae?api-version=2021-07-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGalleryImageVersion3Min;149,Microsoft.Compute/DeleteGalleryImageVersion30Min;999" @@ -4101,94 +3986,87 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "b567f461-b5e5-49a6-a303-a6bfc66fda69" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7253edb2-6b1e-4a49-9f5e-9920e9bb5eae" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "2f3b53c5-d488-4ff1-8781-adeb4f7b76fd" + "3d14554c-bdc4-4f52-8292-75ad7dd56b4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223559Z:2f3b53c5-d488-4ff1-8781-adeb4f7b76fd" + "EASTUS2:20211117T100320Z:3d14554c-bdc4-4f52-8292-75ad7dd56b4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:35:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b567f461-b5e5-49a6-a303-a6bfc66fda69?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iNTY3ZjQ2MS1iNWU1LTQ5YTYtYTMwMy1hNmJmYzY2ZmRhNjk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7253edb2-6b1e-4a49-9f5e-9920e9bb5eae?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83MjUzZWRiMi02YjFlLTRhNDktOWY1ZS05OTIwZTliYjVlYWU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:04:19 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4157" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4171" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "09fc3d0c-9999-46bd-ab8c-ff71df774f6a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d36e2ec-fca8-41eb-bda5-4d110675062d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11997" ], "x-ms-correlation-request-id": [ - "d2e7a28c-8e1e-4ec7-8c5b-be853ba94169" + "b158d509-5ac1-4f47-97db-f2b4b79aee58" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223659Z:d2e7a28c-8e1e-4ec7-8c5b-be853ba94169" + "EASTUS2:20211117T100420Z:b158d509-5ac1-4f47-97db-f2b4b79aee58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:36:58 GMT" - ], "Content-Length": [ "134" ], @@ -4199,60 +4077,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:35:59.0703357+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b567f461-b5e5-49a6-a303-a6bfc66fda69\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:03:20.1330931+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7253edb2-6b1e-4a49-9f5e-9920e9bb5eae\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b567f461-b5e5-49a6-a303-a6bfc66fda69?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iNTY3ZjQ2MS1iNWU1LTQ5YTYtYTMwMy1hNmJmYzY2ZmRhNjk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7253edb2-6b1e-4a49-9f5e-9920e9bb5eae?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83MjUzZWRiMi02YjFlLTRhNDktOWY1ZS05OTIwZTliYjVlYWU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:05:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4155" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "2867b593-3153-4a1b-870d-7a5cf7180003" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "febdda4e-4db6-464a-ba81-c246c1f0dbe4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11999" ], "x-ms-correlation-request-id": [ - "12926da4-9376-4317-92bd-0293fdc63d6a" + "c89991f6-5c7c-4421-8afd-37f994045051" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223759Z:12926da4-9376-4317-92bd-0293fdc63d6a" + "EASTUS2:20211117T100520Z:c89991f6-5c7c-4421-8afd-37f994045051" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:37:59 GMT" - ], "Content-Length": [ "184" ], @@ -4263,101 +4141,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:35:59.0703357+00:00\",\r\n \"endTime\": \"2021-07-23T22:37:29.3708219+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b567f461-b5e5-49a6-a303-a6bfc66fda69\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:03:20.1330931+00:00\",\r\n \"endTime\": \"2021-11-17T10:04:50.4289275+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7253edb2-6b1e-4a49-9f5e-9920e9bb5eae\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b567f461-b5e5-49a6-a303-a6bfc66fda69?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iNTY3ZjQ2MS1iNWU1LTQ5YTYtYTMwMy1hNmJmYzY2ZmRhNjk/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7253edb2-6b1e-4a49-9f5e-9920e9bb5eae?monitor=true&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83MjUzZWRiMi02YjFlLTRhNDktOWY1ZS05OTIwZTliYjVlYWU/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:05:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4154" + "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4168" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "99d5d3b1-827e-4e1b-a9fa-aba27d64650e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e037d7be-9d68-4378-9144-00e103005ac5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11998" ], "x-ms-correlation-request-id": [ - "164c1910-de18-4c8c-ba98-7f6eb8bb1a44" + "a1ac1f2b-e1f4-47d2-852c-2c635edb27ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T223759Z:164c1910-de18-4c8c-ba98-7f6eb8bb1a44" + "EASTUS2:20211117T100520Z:a1ac1f2b-e1f4-47d2-852c-2c635edb27ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:37:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTU4Mzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTI4MTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97d0005b-f1b5-408e-80f8-db980d2d7257" + "87e66cd6-727a-4e43-b823-5d79b5ef6cca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:10:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6a51856f-019b-4b1e-9c01-10c199a33031?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a831c8b5-9c6a-4660-9395-d5616b40fb7b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6a51856f-019b-4b1e-9c01-10c199a33031?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a831c8b5-9c6a-4660-9395-d5616b40fb7b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -4366,63 +4251,59 @@ "Microsoft.Compute/DeleteImages3Min;119,Microsoft.Compute/DeleteImages30Min;599" ], "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "6a51856f-019b-4b1e-9c01-10c199a33031" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a831c8b5-9c6a-4660-9395-d5616b40fb7b" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "a8e8c734-d74f-41f3-90fa-9d2047e7e599" + "999f4f66-003a-4912-891d-e5b6c7adb1c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224300Z:a8e8c734-d74f-41f3-90fa-9d2047e7e599" + "EASTUS2:20211117T101021Z:999f4f66-003a-4912-891d-e5b6c7adb1c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:42:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/images/psTestSourceImage5838?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTU4Mzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/images/psTestSourceImage2813?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTI4MTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ccc7369-9843-458b-9bdf-64f2f230c0ad" + "d4b85922-39eb-4106-8d32-f1fd7e4d436c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -4430,13 +4311,13 @@ "14994" ], "x-ms-request-id": [ - "8aa56348-ec0e-435f-a930-97d223b8c13d" + "99294db9-0683-4094-a5e5-da392405e30c" ], "x-ms-correlation-request-id": [ - "8aa56348-ec0e-435f-a930-97d223b8c13d" + "99294db9-0683-4094-a5e5-da392405e30c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224541Z:8aa56348-ec0e-435f-a930-97d223b8c13d" + "EASTUS2:20211117T101233Z:99294db9-0683-4094-a5e5-da392405e30c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4444,9 +4325,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:45:40 GMT" - ], "Expires": [ "-1" ] @@ -4455,25 +4333,32 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6a51856f-019b-4b1e-9c01-10c199a33031?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZhNTE4NTZmLTAxOWItNGIxZS05YzAxLTEwYzE5OWEzMzAzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a831c8b5-9c6a-4660-9395-d5616b40fb7b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E4MzFjOGI1LTljNmEtNDY2MC05Mzk1LWQ1NjE2YjQwZmI3Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:10:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29978" ], @@ -4481,29 +4366,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12793e70-32da-4088-87a5-3ea3866ffb5f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5f2a2064-3d53-4b0a-b8a4-cf5b90431e0d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "9ce09cef-92e1-4031-9801-4e5ccded1cd7" + "9498f21e-bd9f-4d7a-a999-fe8b289d32c5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224330Z:9ce09cef-92e1-4031-9801-4e5ccded1cd7" + "EASTUS2:20211117T101051Z:9498f21e-bd9f-4d7a-a999-fe8b289d32c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:43:29 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4512,29 +4390,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:43:00.4568351+00:00\",\r\n \"endTime\": \"2021-07-23T22:43:05.5662236+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6a51856f-019b-4b1e-9c01-10c199a33031\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:10:21.9145174+00:00\",\r\n \"endTime\": \"2021-11-17T10:10:27.008593+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a831c8b5-9c6a-4660-9395-d5616b40fb7b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6a51856f-019b-4b1e-9c01-10c199a33031?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZhNTE4NTZmLTAxOWItNGIxZS05YzAxLTEwYzE5OWEzMzAzMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a831c8b5-9c6a-4660-9395-d5616b40fb7b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E4MzFjOGI1LTljNmEtNDY2MC05Mzk1LWQ1NjE2YjQwZmI3Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:10:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" ], @@ -4542,71 +4427,71 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c0894b4e-9f5b-4254-b206-0dda28043928" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cf2792c3-0a64-4b32-bf1f-64226535844e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-correlation-request-id": [ - "5963d8e6-bd5c-46b3-9a1d-f7e867071398" + "c0669ef1-ccf2-4130-ac3d-57ef65094700" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224330Z:5963d8e6-bd5c-46b3-9a1d-f7e867071398" + "EASTUS2:20211117T101051Z:c0669ef1-ccf2-4130-ac3d-57ef65094700" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:43:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwODc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02705bf0-b4a0-4642-a320-8163c0f9baca" + "f58d34c2-f5bc-467f-b4b3-46b3655f2fdc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:10:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e0e0317d-98b0-467d-abb8-fb1dbb102b1f?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/37ad727e-e215-493a-b677-3f5f63957982?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e0e0317d-98b0-467d-abb8-fb1dbb102b1f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/37ad727e-e215-493a-b677-3f5f63957982?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -4618,60 +4503,56 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0e0317d-98b0-467d-abb8-fb1dbb102b1f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "37ad727e-e215-493a-b677-3f5f63957982" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "82c47dec-3e6d-4023-80fd-cf9c5db35fc5" + "6005539a-d948-4e8a-9dde-7f7e7142f0eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224330Z:82c47dec-3e6d-4023-80fd-cf9c5db35fc5" + "EASTUS2:20211117T101052Z:6005539a-d948-4e8a-9dde-7f7e7142f0eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:43:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/virtualMachines/vm1624?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/virtualMachines/vm7087?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwODc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f71c3fd9-b216-41ed-b1bf-9ce948e4da9b" + "86679580-4543-4411-b54d-04821774468d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -4679,13 +4560,13 @@ "14995" ], "x-ms-request-id": [ - "49087ec2-bbe4-46a9-af28-afa09c8e4943" + "cf191662-1b69-4915-ab28-922a4cd3514b" ], "x-ms-correlation-request-id": [ - "49087ec2-bbe4-46a9-af28-afa09c8e4943" + "cf191662-1b69-4915-ab28-922a4cd3514b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224541Z:49087ec2-bbe4-46a9-af28-afa09c8e4943" + "EASTUS2:20211117T101233Z:cf191662-1b69-4915-ab28-922a4cd3514b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4693,9 +4574,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:45:40 GMT" - ], "Expires": [ "-1" ] @@ -4704,28 +4582,35 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e0e0317d-98b0-467d-abb8-fb1dbb102b1f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UwZTAzMTdkLTk4YjAtNDY3ZC1hYmI4LWZiMWRiYjEwMmIxZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/37ad727e-e215-493a-b677-3f5f63957982?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM3YWQ3MjdlLWUyMTUtNDkzYS1iNjc3LTNmNWY2Mzk1Nzk4Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:11:01 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29976" ], @@ -4733,27 +4618,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d9f26fd9-bf99-4c66-bf33-ebf65aab8b23" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9f6658ff-d189-496b-a795-73fc12a52b80" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-correlation-request-id": [ - "5d3f3326-9312-403a-aed3-cdff76701ca1" + "1a08c621-3eb9-478f-be58-a064c9d9f203" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224340Z:5d3f3326-9312-403a-aed3-cdff76701ca1" + "EASTUS2:20211117T101102Z:1a08c621-3eb9-478f-be58-a064c9d9f203" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:43:40 GMT" - ], "Content-Length": [ "134" ], @@ -4764,118 +4642,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:43:30.6601541+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e0e0317d-98b0-467d-abb8-fb1dbb102b1f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:10:52.0726847+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"37ad727e-e215-493a-b677-3f5f63957982\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e0e0317d-98b0-467d-abb8-fb1dbb102b1f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UwZTAzMTdkLTk4YjAtNDY3ZC1hYmI4LWZiMWRiYjEwMmIxZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/37ad727e-e215-493a-b677-3f5f63957982?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM3YWQ3MjdlLWUyMTUtNDkzYS1iNjc3LTNmNWY2Mzk1Nzk4Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:11:31 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29975" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "286bb27d-34fc-4c7b-a063-f70baa5818dc" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "8d116f0f-5edb-4323-b51c-946cdf964dbb" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210723T224410Z:8d116f0f-5edb-4323-b51c-946cdf964dbb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 23 Jul 2021 22:44:10 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:43:30.6601541+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e0e0317d-98b0-467d-abb8-fb1dbb102b1f\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e0e0317d-98b0-467d-abb8-fb1dbb102b1f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UwZTAzMTdkLTk4YjAtNDY3ZC1hYmI4LWZiMWRiYjEwMmIxZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "76e30b8f-65e3-4370-bbba-250e3ab5b455" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8dd861e1-6d0a-4e80-be9b-88c1590434a7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "91b0c284-ddcb-4e64-9929-9bc5109df934" + "f7694490-8a74-4cad-ba44-1d414e9590fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224440Z:91b0c284-ddcb-4e64-9929-9bc5109df934" + "EASTUS2:20211117T101132Z:f7694490-8a74-4cad-ba44-1d414e9590fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:44:40 GMT" - ], "Content-Length": [ "184" ], @@ -4886,98 +4703,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:43:30.6601541+00:00\",\r\n \"endTime\": \"2021-07-23T22:44:18.3635321+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e0e0317d-98b0-467d-abb8-fb1dbb102b1f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:10:52.0726847+00:00\",\r\n \"endTime\": \"2021-11-17T10:11:27.2624399+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"37ad727e-e215-493a-b677-3f5f63957982\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e0e0317d-98b0-467d-abb8-fb1dbb102b1f?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UwZTAzMTdkLTk4YjAtNDY3ZC1hYmI4LWZiMWRiYjEwMmIxZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/37ad727e-e215-493a-b677-3f5f63957982?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM3YWQ3MjdlLWUyMTUtNDkzYS1iNjc3LTNmNWY2Mzk1Nzk4Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:11:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "648637e8-182e-4380-9d63-5b7b9fab2a07" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc0bd0f9-7694-40ac-a9cf-5d053b3a3111" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "fa0e54ba-eb2f-4e51-a122-a20e47ae524a" + "d15d517a-88cd-486f-8f5f-f3119ae2c5cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224440Z:fa0e54ba-eb2f-4e51-a122-a20e47ae524a" + "EASTUS2:20211117T101132Z:d15d517a-88cd-486f-8f5f-f3119ae2c5cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:44:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434/images/galleryPsTestGalleryImage805?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4MDU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520/images/galleryPsTestGalleryImage4321?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjAvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U0MzIxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "faae43d4-f1ac-41fc-8b32-4bdd773b94d0" + "7dc58b1b-7549-42c2-ab3e-b2c85f57c135" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:11:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/8d576c43-6d8e-49aa-a9e1-1408c1e4cce1?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/58f1e111-2963-40c7-bbf1-788798388b8f?monitor=true&api-version=2021-07-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/8d576c43-6d8e-49aa-a9e1-1408c1e4cce1?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/58f1e111-2963-40c7-bbf1-788798388b8f?api-version=2021-07-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGalleryImage3Min;49,Microsoft.Compute/DeleteGalleryImage30Min;299" @@ -4986,60 +4810,60 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "8d576c43-6d8e-49aa-a9e1-1408c1e4cce1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "58f1e111-2963-40c7-bbf1-788798388b8f" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-correlation-request-id": [ - "35abc72f-19f5-4e9c-9c69-69dbdc22ca11" + "232155bc-3323-4715-9b5b-6ec4a827a0f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224440Z:35abc72f-19f5-4e9c-9c69-69dbdc22ca11" + "EASTUS2:20211117T101132Z:232155bc-3323-4715-9b5b-6ec4a827a0f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:44:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/8d576c43-6d8e-49aa-a9e1-1408c1e4cce1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84ZDU3NmM0My02ZDhlLTQ5YWEtYTllMS0xNDA4YzFlNGNjZTE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/58f1e111-2963-40c7-bbf1-788798388b8f?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81OGYxZTExMS0yOTYzLTQwYzctYmJmMS03ODg3OTgzODhiOGY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4165" ], @@ -5047,32 +4871,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "e6e8a741-19b5-435e-80ec-8821048000ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d0fd4ec9-b063-4eba-87f8-cac69ea80651" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "9d8374c5-4d81-4b9b-8204-8f3d98cb9354" + "66ffd62a-895e-4006-b5e0-fe8f1f12f888" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224510Z:9d8374c5-4d81-4b9b-8204-8f3d98cb9354" + "EASTUS2:20211117T101202Z:66ffd62a-895e-4006-b5e0-fe8f1f12f888" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:45:10 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5081,29 +4898,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:44:40.8719618+00:00\",\r\n \"endTime\": \"2021-07-23T22:44:41.1688769+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8d576c43-6d8e-49aa-a9e1-1408c1e4cce1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:11:32.292791+00:00\",\r\n \"endTime\": \"2021-11-17T10:11:32.6678364+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"58f1e111-2963-40c7-bbf1-788798388b8f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/8d576c43-6d8e-49aa-a9e1-1408c1e4cce1?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84ZDU3NmM0My02ZDhlLTQ5YWEtYTllMS0xNDA4YzFlNGNjZTE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/58f1e111-2963-40c7-bbf1-788798388b8f?monitor=true&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81OGYxZTExMS0yOTYzLTQwYzctYmJmMS03ODg3OTgzODhiOGY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4164" ], @@ -5111,71 +4935,71 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "cc3f12d6-58a4-42fa-ba79-2f0905e6d72b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f2807292-0f2c-454f-95cc-00398c5a66b1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "42e40ec3-57ad-49c8-a707-1fe775f5f830" + "4bf3ac82-0b04-4a29-aa29-ede8d393171a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224510Z:42e40ec3-57ad-49c8-a707-1fe775f5f830" + "EASTUS2:20211117T101202Z:4bf3ac82-0b04-4a29-aa29-ede8d393171a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:45:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6148/providers/Microsoft.Compute/galleries/galleryPsTestGallery5434?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU0MzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3252/providers/Microsoft.Compute/galleries/galleryPsTestGallery3520?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMyNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81ee58c8-ea7a-4d46-a681-fa924890e1cc" + "f39795a9-63e6-48d2-852c-2f306383dfaf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/eb93598c-8921-4fb7-9866-60a4db3b4240?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/bada62be-bfd4-4c52-af6e-d6a9cfc0cbba?monitor=true&api-version=2021-07-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/eb93598c-8921-4fb7-9866-60a4db3b4240?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/bada62be-bfd4-4c52-af6e-d6a9cfc0cbba?api-version=2021-07-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299" @@ -5184,60 +5008,60 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "eb93598c-8921-4fb7-9866-60a4db3b4240" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bada62be-bfd4-4c52-af6e-d6a9cfc0cbba" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], "x-ms-correlation-request-id": [ - "65a93398-3181-4eb1-bb10-f3159fd68bb4" + "a4b14688-9327-4dae-b45b-ff15af412615" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224511Z:65a93398-3181-4eb1-bb10-f3159fd68bb4" + "EASTUS2:20211117T101203Z:a4b14688-9327-4dae-b45b-ff15af412615" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:45:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/eb93598c-8921-4fb7-9866-60a4db3b4240?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lYjkzNTk4Yy04OTIxLTRmYjctOTg2Ni02MGE0ZGIzYjQyNDA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/bada62be-bfd4-4c52-af6e-d6a9cfc0cbba?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iYWRhNjJiZS1iZmQ0LTRjNTItYWY2ZS1kNmE5Y2ZjMGNiYmE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4162" ], @@ -5245,32 +5069,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "656c36fa-1dd4-411b-b248-8ed8a9dfd18f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0d01e8c7-6c97-4cae-b935-65fde2d07f4c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "6c2f5e99-3d07-42dd-95ac-3a9938092ad5" + "909c8542-22e7-4717-a134-bf8bf2bbfcdf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224541Z:6c2f5e99-3d07-42dd-95ac-3a9938092ad5" + "EASTUS2:20211117T101233Z:909c8542-22e7-4717-a134-bf8bf2bbfcdf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:45:40 GMT" - ], "Content-Length": [ - "182" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5279,29 +5096,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T22:45:11.045023+00:00\",\r\n \"endTime\": \"2021-07-23T22:45:11.154379+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"eb93598c-8921-4fb7-9866-60a4db3b4240\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:12:02.5430012+00:00\",\r\n \"endTime\": \"2021-11-17T10:12:03.433637+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bada62be-bfd4-4c52-af6e-d6a9cfc0cbba\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/eb93598c-8921-4fb7-9866-60a4db3b4240?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lYjkzNTk4Yy04OTIxLTRmYjctOTg2Ni02MGE0ZGIzYjQyNDA/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/bada62be-bfd4-4c52-af6e-d6a9cfc0cbba?monitor=true&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iYWRhNjJiZS1iZmQ0LTRjNTItYWY2ZS1kNmE5Y2ZjMGNiYmE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4161" ], @@ -5309,35 +5133,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422,a129388d-91d6-4310-81e1-d02ce40a61ca_132684319833536422" + "a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581,a129388d-91d6-4310-81e1-d02ce40a61ca_132768593286089581" ], "x-ms-request-id": [ - "18c2bd30-1e9d-4933-8ff4-d632a6cb2212" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6cd1bef2-3ac0-426e-b45a-760f6c6e7b86" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-correlation-request-id": [ - "e341ad61-6932-4d09-956b-e96cf54bfb8e" + "9f59e705-5a22-44b0-9139-72358759eeeb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T224541Z:e341ad61-6932-4d09-956b-e96cf54bfb8e" + "EASTUS2:20211117T101233Z:9f59e705-5a22-44b0-9139-72358759eeeb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 22:45:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5346,33 +5163,33 @@ ], "Names": { "GalleryImageVersion_CRUD_Tests": [ - "galleryPsTestRg6148", - "psTestSourceImage5838", - "galleryPsTestGallery5434", - "galleryPsTestGalleryImage805" + "galleryPsTestRg3252", + "psTestSourceImage2813", + "galleryPsTestGallery3520", + "galleryPsTestGalleryImage4321" ], "CreateCRPImage": [ - "saforgallery783", - "asforgallery1849" + "saforgallery5111", + "asforgallery2964" ], "CreatePublicIP": [ - "pip6944", - "dn9765" + "pip7692", + "dn7549" ], "CreateVNET": [ - "vn2687", - "sn350" + "vn3039", + "sn1234" ], "CreateNIC": [ - "nic1095", - "ip2005" + "nic8783", + "ip4916" ], "CreateDefaultVMInput": [ - "crptestar7746", - "crptestar8698", - "crptestar8870", - "vm1624", - "Microsoft.Compute/virtualMachines24" + "crptestar1463", + "crptestar5099", + "crptestar5861", + "vm7087", + "Microsoft.Compute/virtualMachines7360" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_with_DiskEncryptionSet.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_with_DiskEncryptionSet.json index 090af5f8f2752..bbfcba057a448 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_with_DiskEncryptionSet.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_with_DiskEncryptionSet.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51947c26-498b-4976-9a51-8a5715583e00" + "6fbe9866-44b2-4b3f-9cd0-b87a66494791" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "7139fec4-3855-46dc-ab94-eff2fea553c4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f95b0541-7355-4e0d-bb1d-6af0312ddd14" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "981c6de6-a7a3-4048-9af0-a0501fa8b66e" + "6f12f39a-b721-4013-adb2-2b31fae86758" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223006Z:981c6de6-a7a3-4048-9af0-a0501fa8b66e" + "EASTUS2:20211117T122505Z:6f12f39a-b721-4013-adb2-2b31fae86758" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:06 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4960?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5NjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8968?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg5Njg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar4960\": \"2021-06-28 22:30:06Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8968\": \"2021-11-17 12:25:05Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1ca7c372-a2a6-4848-bb25-6c08babf6eba" + "9ad95680-cc6d-413c-a4c8-0d68db0c245f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:04 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "a94cde6a-25a9-4e89-b69b-82a5ae4b6acc" + "ad4c7e7d-0f54-4bab-a594-091ccce93e53" ], "x-ms-correlation-request-id": [ - "a94cde6a-25a9-4e89-b69b-82a5ae4b6acc" + "ad4c7e7d-0f54-4bab-a594-091ccce93e53" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223007Z:a94cde6a-25a9-4e89-b69b-82a5ae4b6acc" + "EASTUS2:20211117T122505Z:ad4c7e7d-0f54-4bab-a594-091ccce93e53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:06 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960\",\r\n \"name\": \"crptestar4960\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar4960\": \"2021-06-28 22:30:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968\",\r\n \"name\": \"crptestar8968\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8968\": \"2021-11-17 12:25:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4960?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5NjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8968?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg5Njg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar4960\": \"2021-06-28 22:30:36Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8968\": \"2021-11-17 12:25:34Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8241b637-f33b-43f6-8a14-213a76c63aad" + "0f2491e0-9946-43af-bd1b-f5305685ce8e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:34 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "77a30db0-a4e7-4e1f-9f76-e1f79a2c0ced" + "afacd3a2-30bc-486c-bec6-b5fd709f0d79" ], "x-ms-correlation-request-id": [ - "77a30db0-a4e7-4e1f-9f76-e1f79a2c0ced" + "afacd3a2-30bc-486c-bec6-b5fd709f0d79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223036Z:77a30db0-a4e7-4e1f-9f76-e1f79a2c0ced" + "EASTUS2:20211117T122534Z:afacd3a2-30bc-486c-bec6-b5fd709f0d79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:36 GMT" - ], "Content-Length": [ "228" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960\",\r\n \"name\": \"crptestar4960\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar4960\": \"2021-06-28 22:30:36Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968\",\r\n \"name\": \"crptestar8968\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8968\": \"2021-11-17 12:25:34Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Storage/storageAccounts/crptestar8724?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NzI0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Storage/storageAccounts/crptestar7251?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MjUxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b0d1cb0-597d-46cf-b233-1c6b405abc71" + "ed615948-de9c-43f6-bc40-b94a25ac704f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dc2bf044-3bc8-4f26-9adb-ebd503d1d659?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98de429a-f184-4c29-a035-4e8a77343da5?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dc2bf044-3bc8-4f26-9adb-ebd503d1d659" + "98de429a-f184-4c29-a035-4e8a77343da5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "79e85097-4cff-4c1b-8481-d13e53f32b6c" + "def96eae-8a42-4a6a-ac4c-72bdc21350e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223009Z:79e85097-4cff-4c1b-8481-d13e53f32b6c" + "EASTUS2:20211117T122507Z:def96eae-8a42-4a6a-ac4c-72bdc21350e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:08 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dc2bf044-3bc8-4f26-9adb-ebd503d1d659?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvZGMyYmYwNDQtM2JjOC00ZjI2LTlhZGItZWJkNTAzZDFkNjU5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98de429a-f184-4c29-a035-4e8a77343da5?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvOThkZTQyOWEtZjE4NC00YzI5LWEwMzUtNGU4YTc3MzQzZGE1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d105a8e4-dd14-4c96-8d3e-a38c279f0d1f" + "14e88c60-2634-4b95-94d4-a5d8b59c75a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "568bb951-f399-43ff-b54d-e271f6b6bff7" + "393d43f1-4584-4927-a199-e34891f07981" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223026Z:568bb951-f399-43ff-b54d-e271f6b6bff7" + "EASTUS2:20211117T122524Z:393d43f1-4584-4927-a199-e34891f07981" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:26 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b7afe04-1019-4351-905c-33522ea90eb7" + "2a03dc81-1bc0-4c78-a05f-2036f0bd3880" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "34f3b3d2-513f-41dd-a3db-44c4b5217bfd" + "74704aa9-f62b-4f3b-b7d1-076a7c682f08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "113f2652-4404-4085-8bcf-93c9976601ac" + "2f51ce84-5855-4c75-bdc1-2880a978dbf7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223036Z:113f2652-4404-4085-8bcf-93c9976601ac" + "EASTUS2:20211117T122534Z:2f51ce84-5855-4c75-bdc1-2880a978dbf7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:36 GMT" - ], "Content-Length": [ "741" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Storage/storageAccounts/crptestar8724\",\r\n \"name\": \"crptestar8724\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:30:07.7140187Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8724.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8724.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8724.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8724.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Storage/storageAccounts/crptestar7251\",\r\n \"name\": \"crptestar7251\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:25:06.1384759Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7251.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7251.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7251.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7251.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Storage/storageAccounts/crptestar8724?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NzI0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Storage/storageAccounts/crptestar7251?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MjUxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4218e692-a972-409c-95ac-f25a43faa5bf" + "aaeb3c2b-8746-4eb5-9c0e-953c63a24296" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "59249bb0-9369-4e0f-bb10-64c351f05a7d" + "c8a6207a-6109-460c-810c-db8bd057ac34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "bf6a0ea7-8f76-4f1d-8d31-495a439b5edc" + "e5b33364-9809-4533-8b5b-54b7edd33003" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223036Z:bf6a0ea7-8f76-4f1d-8d31-495a439b5edc" + "EASTUS2:20211117T122534Z:e5b33364-9809-4533-8b5b-54b7edd33003" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:36 GMT" - ], "Content-Length": [ "729" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Storage/storageAccounts/crptestar8724\",\r\n \"name\": \"crptestar8724\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:30:07.7140187Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8724.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8724.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8724.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8724.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Storage/storageAccounts/crptestar7251\",\r\n \"name\": \"crptestar7251\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:25:06.1384759Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7251.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7251.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7251.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7251.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/publicIPAddresses/pip3889?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4ODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/publicIPAddresses/pip4578?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ1Nzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6796\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3650\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ad0cd97f-3274-412e-9961-7deb26d17d61" + "6eba5fc8-9090-41dc-bd53-2e48f663efe4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dbe28d3c-9dae-476b-81aa-a3e7e434a7c8" + "b5f66662-3729-46f6-bd01-fa49668dac38" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/dbe28d3c-9dae-476b-81aa-a3e7e434a7c8?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b5f66662-3729-46f6-bd01-fa49668dac38?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8d1cc3e0-6612-4962-8b66-fb4d8a77e451" + "07696bad-b5e8-49de-853e-9d1ebc433152" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "30d68527-8462-4898-9251-9187fb8a1d70" + "6d45833d-4d98-44ea-8d97-fd7e22a47806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223037Z:8d1cc3e0-6612-4962-8b66-fb4d8a77e451" + "EASTUS2:20211117T122535Z:07696bad-b5e8-49de-853e-9d1ebc433152" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:36 GMT" - ], "Content-Length": [ "757" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3889\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/publicIPAddresses/pip3889\",\r\n \"etag\": \"W/\\\"8307eab3-aba1-49a1-8f11-9c7be3aa992b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2cf2d93a-a05b-446a-84be-6d61f9b2a8ed\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6796\",\r\n \"fqdn\": \"dn6796.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/publicIPAddresses/pip4578\",\r\n \"etag\": \"W/\\\"d18a1714-8a0a-48b5-bab0-77c6e8cdf5f7\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"21d45dcd-de7a-4c43-a93d-b30941e7cf7e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3650\",\r\n \"fqdn\": \"dn3650.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/dbe28d3c-9dae-476b-81aa-a3e7e434a7c8?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RiZTI4ZDNjLTlkYWUtNDc2Yi04MWFhLWEzZTdlNDM0YTdjOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b5f66662-3729-46f6-bd01-fa49668dac38?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I1ZjY2NjYyLTM3MjktNDZmNi1iZDAxLWZhNDk2NjhkYWMzOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8beeebf3-cf5f-4164-8d08-05c70a7d58fd" + "c523488c-09fc-4dea-aab6-90b33f5f1dc2" ], "x-ms-correlation-request-id": [ - "3eebf5d7-61c7-452f-8a2d-27589a276c06" + "b07b48a4-bc52-4b9e-8e7d-42159dad9b2f" ], "x-ms-arm-service-request-id": [ - "15deac17-c1b1-45c4-b2b5-bd4cbfd13501" + "8f60e7f0-e2a6-43e0-aa33-455175864811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11981" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223038Z:3eebf5d7-61c7-452f-8a2d-27589a276c06" + "EASTUS2:20211117T122536Z:b07b48a4-bc52-4b9e-8e7d-42159dad9b2f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:37 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/publicIPAddresses/pip3889?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4ODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/publicIPAddresses/pip4578?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ1Nzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4870fc0a-7d47-491a-b39a-72c476e25359\"" + "W/\"e83e0963-e258-4320-8d48-81a84f325550\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "61249813-4b3a-4b19-b87d-a5651c6c8141" + "90123188-17db-480c-b832-ec6bca530160" ], "x-ms-correlation-request-id": [ - "dc265058-5377-43e7-b785-359f118be55b" + "8cb723d8-ffda-4e70-b48e-aac037d546f0" ], "x-ms-arm-service-request-id": [ - "17e469d9-79a4-430f-8ff7-30b44441b031" + "e69b9b42-2a67-4691-adc8-84bf6b802d6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11980" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223038Z:dc265058-5377-43e7-b785-359f118be55b" + "EASTUS2:20211117T122536Z:8cb723d8-ffda-4e70-b48e-aac037d546f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:37 GMT" - ], "Content-Length": [ "758" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3889\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/publicIPAddresses/pip3889\",\r\n \"etag\": \"W/\\\"4870fc0a-7d47-491a-b39a-72c476e25359\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2cf2d93a-a05b-446a-84be-6d61f9b2a8ed\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6796\",\r\n \"fqdn\": \"dn6796.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/publicIPAddresses/pip4578\",\r\n \"etag\": \"W/\\\"e83e0963-e258-4320-8d48-81a84f325550\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"21d45dcd-de7a-4c43-a93d-b30941e7cf7e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3650\",\r\n \"fqdn\": \"dn3650.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/publicIPAddresses/pip3889?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4ODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/publicIPAddresses/pip4578?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ1Nzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75b6b77f-1a47-4f50-a62a-2e7cca8b93a6" + "607fd9fa-af0d-4558-91c0-0a3a28bde0ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4870fc0a-7d47-491a-b39a-72c476e25359\"" + "W/\"e83e0963-e258-4320-8d48-81a84f325550\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "afc7d94d-1567-4d10-b94a-cfd2fc666f52" + "0cf0aa36-e476-4b67-9c92-e7b4eeac25ef" ], "x-ms-correlation-request-id": [ - "4c023c7d-d453-4379-8545-74eb99a85333" + "44d4b030-a8db-4e68-9714-03927b6c37b6" ], "x-ms-arm-service-request-id": [ - "373ca792-266c-421a-8d79-ce81fc1d7160" + "00768335-235f-494a-98ec-10300fe99a9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11979" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223038Z:4c023c7d-d453-4379-8545-74eb99a85333" + "EASTUS2:20211117T122536Z:44d4b030-a8db-4e68-9714-03927b6c37b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:37 GMT" - ], "Content-Length": [ "758" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3889\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/publicIPAddresses/pip3889\",\r\n \"etag\": \"W/\\\"4870fc0a-7d47-491a-b39a-72c476e25359\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2cf2d93a-a05b-446a-84be-6d61f9b2a8ed\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6796\",\r\n \"fqdn\": \"dn6796.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/publicIPAddresses/pip4578\",\r\n \"etag\": \"W/\\\"e83e0963-e258-4320-8d48-81a84f325550\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"21d45dcd-de7a-4c43-a93d-b30941e7cf7e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3650\",\r\n \"fqdn\": \"dn3650.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM4MTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8424\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2657\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d7ca04d0-39cf-4e8f-8989-7bebbad68770" + "b60420d4-680b-444c-877c-3e0ad3eb2308" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a2789ed4-eafe-414b-bbbd-184cc47d8cfe" + "e54d35b6-14d7-4cbf-b3b1-a9b4baa9090e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a2789ed4-eafe-414b-bbbd-184cc47d8cfe?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e54d35b6-14d7-4cbf-b3b1-a9b4baa9090e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "06568516-2c77-4526-a7dc-eda011f9736a" + "3e14a6d3-f25d-4ad0-8306-428df32ce7e8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f022e348-1216-4799-b04b-820d5e6b3e52" + "a24fecd6-b88a-43bd-bedf-3399dac96c2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223039Z:06568516-2c77-4526-a7dc-eda011f9736a" + "EASTUS2:20211117T122537Z:3e14a6d3-f25d-4ad0-8306-428df32ce7e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:38 GMT" - ], "Content-Length": [ "1315" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8595\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595\",\r\n \"etag\": \"W/\\\"dd9a24d2-d53f-485a-b824-1c5564cf306b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"384bffc5-3b61-438a-a682-0e0616084a5f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424\",\r\n \"etag\": \"W/\\\"dd9a24d2-d53f-485a-b824-1c5564cf306b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3818\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818\",\r\n \"etag\": \"W/\\\"3a185ffe-8e4e-4e11-9d75-2f53ce58c0c5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"09e0cbf5-204e-4824-a8b5-af640d2ba918\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2657\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657\",\r\n \"etag\": \"W/\\\"3a185ffe-8e4e-4e11-9d75-2f53ce58c0c5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a2789ed4-eafe-414b-bbbd-184cc47d8cfe?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EyNzg5ZWQ0LWVhZmUtNDE0Yi1iYmJkLTE4NGNjNDdkOGNmZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e54d35b6-14d7-4cbf-b3b1-a9b4baa9090e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U1NGQzNWI2LTE0ZDctNGNiZi1iM2IxLWE5YjRiYWE5MDkwZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ebb9896a-f5a6-4ea9-b743-bbcce8d79d7c" + "e808c329-73ce-4c7f-94f6-c6b62a12f31f" ], "x-ms-correlation-request-id": [ - "b3656886-927a-48ca-8547-c066015831d0" + "a01c24ac-1ba2-49c7-a828-08d11b1ede7f" ], "x-ms-arm-service-request-id": [ - "939b0516-98c8-451f-a5df-6ded781b9756" + "d7b1f63b-9559-4a0a-972f-8b56e6f2d71d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11978" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223042Z:b3656886-927a-48ca-8547-c066015831d0" + "EASTUS2:20211117T122540Z:a01c24ac-1ba2-49c7-a828-08d11b1ede7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:42 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM4MTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3569b64f-baf2-420d-b121-e381b7e94cf2\"" + "W/\"0b12adc2-5c43-4ce4-8f8a-f11a175b5776\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a50fe95d-b11a-449b-b9da-0f86b97804fc" + "c13b7c39-7e35-4b51-8b90-d7f8816ce8bd" ], "x-ms-correlation-request-id": [ - "d853dd88-85fc-4d2b-a3a4-a4e8bd2e81ea" + "eb3ec26b-bc88-429a-ae70-ae878dcd287b" ], "x-ms-arm-service-request-id": [ - "5173d430-6c7c-4d0d-9e99-502530ed06d1" + "81dee3e5-ab0f-4dc5-a62b-38c9d38f2b45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11977" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223042Z:d853dd88-85fc-4d2b-a3a4-a4e8bd2e81ea" + "EASTUS2:20211117T122540Z:eb3ec26b-bc88-429a-ae70-ae878dcd287b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:42 GMT" - ], "Content-Length": [ "1317" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8595\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595\",\r\n \"etag\": \"W/\\\"3569b64f-baf2-420d-b121-e381b7e94cf2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"384bffc5-3b61-438a-a682-0e0616084a5f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424\",\r\n \"etag\": \"W/\\\"3569b64f-baf2-420d-b121-e381b7e94cf2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3818\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818\",\r\n \"etag\": \"W/\\\"0b12adc2-5c43-4ce4-8f8a-f11a175b5776\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"09e0cbf5-204e-4824-a8b5-af640d2ba918\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2657\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657\",\r\n \"etag\": \"W/\\\"0b12adc2-5c43-4ce4-8f8a-f11a175b5776\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1OTUvc3VibmV0cy9zbjg0MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM4MTgvc3VibmV0cy9zbjI2NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1487314-9ae5-41a6-9f4b-d6499bdda532" + "b9cb0437-6a3b-45c4-a75d-11b45d958767" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3569b64f-baf2-420d-b121-e381b7e94cf2\"" + "W/\"0b12adc2-5c43-4ce4-8f8a-f11a175b5776\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2bcd0f9a-9b6d-41fc-ab57-7374af108bb7" + "79320c8f-f146-4a26-a8ef-754d60426ae8" ], "x-ms-correlation-request-id": [ - "a9eee190-a686-4ce7-965b-a9747854aee2" + "f9e9bdf6-5e4e-466b-94b7-8384f97d341f" ], "x-ms-arm-service-request-id": [ - "23c61cba-ca4c-4531-a5fd-a298c2537e4f" + "5b03d8ce-0e6f-4ad9-9d23-e82cd120b78c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11976" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223042Z:a9eee190-a686-4ce7-965b-a9747854aee2" + "EASTUS2:20211117T122540Z:f9e9bdf6-5e4e-466b-94b7-8384f97d341f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:42 GMT" - ], "Content-Length": [ "523" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424\",\r\n \"etag\": \"W/\\\"3569b64f-baf2-420d-b121-e381b7e94cf2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2657\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657\",\r\n \"etag\": \"W/\\\"0b12adc2-5c43-4ce4-8f8a-f11a175b5776\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE4OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424\"\r\n }\r\n },\r\n \"name\": \"ip4569\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2657\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657\"\r\n }\r\n },\r\n \"name\": \"ip7336\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e48dab6-573b-4fc2-b9fb-bd418618864b" + "0cc181db-4ada-4b7b-947c-e08f6d15ab2b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1043,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a84c1b1e-0146-46cb-95e4-74c3f6a5bedf" + "34a1bb1f-c4a8-4791-923e-425f0046fddd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a84c1b1e-0146-46cb-95e4-74c3f6a5bedf?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/34a1bb1f-c4a8-4791-923e-425f0046fddd?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "72fbecdc-4a09-4be6-bfe7-08a96c6cf1dd" + "4c5b8f97-13cf-46d1-a230-3a00466e0f01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "62a6be4e-5812-41f8-8d22-78f922293ac8" + "87846e69-bee9-40a4-81db-bc5b8c0f1524" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223042Z:72fbecdc-4a09-4be6-bfe7-08a96c6cf1dd" + "EASTUS2:20211117T122540Z:4c5b8f97-13cf-46d1-a230-3a00466e0f01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:42 GMT" - ], "Content-Length": [ "1625" ], @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894\",\r\n \"etag\": \"W/\\\"44a2f18c-a2a1-4050-ae82-1680538bb47e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cd69a1f7-0323-44b8-b2b1-3e5f84697092\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4569\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894/ipConfigurations/ip4569\",\r\n \"etag\": \"W/\\\"44a2f18c-a2a1-4050-ae82-1680538bb47e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424\"\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\": \"yx5uwodbhofehjucbydbmccklh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532\",\r\n \"etag\": \"W/\\\"d437a90c-abce-4330-8888-2df891608108\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e652a4f-00d0-40a7-b769-46515b66bd28\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532/ipConfigurations/ip7336\",\r\n \"etag\": \"W/\\\"d437a90c-abce-4330-8888-2df891608108\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657\"\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\": \"4xf4ackoeaserkfvv3sa0k3jda.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE4OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1110,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"44a2f18c-a2a1-4050-ae82-1680538bb47e\"" + "W/\"d437a90c-abce-4330-8888-2df891608108\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "834a991f-8728-45b4-a09b-f2c799ba4b86" + "64f5ed31-c1e3-4636-91e8-3c27e7d3c6e9" ], "x-ms-correlation-request-id": [ - "9b04be49-b0e9-493d-be37-d35c92b05632" + "331fd9cd-5ce2-484e-8966-10ce5a68a824" ], "x-ms-arm-service-request-id": [ - "b8d1b515-6c85-40bf-a04e-12386c8fc97c" + "8fbf49a1-967c-4f74-88d0-bb2b99dfa16a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11975" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223042Z:9b04be49-b0e9-493d-be37-d35c92b05632" + "EASTUS2:20211117T122540Z:331fd9cd-5ce2-484e-8966-10ce5a68a824" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:42 GMT" - ], "Content-Length": [ "1625" ], @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894\",\r\n \"etag\": \"W/\\\"44a2f18c-a2a1-4050-ae82-1680538bb47e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cd69a1f7-0323-44b8-b2b1-3e5f84697092\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4569\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894/ipConfigurations/ip4569\",\r\n \"etag\": \"W/\\\"44a2f18c-a2a1-4050-ae82-1680538bb47e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424\"\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\": \"yx5uwodbhofehjucbydbmccklh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532\",\r\n \"etag\": \"W/\\\"d437a90c-abce-4330-8888-2df891608108\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e652a4f-00d0-40a7-b769-46515b66bd28\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532/ipConfigurations/ip7336\",\r\n \"etag\": \"W/\\\"d437a90c-abce-4330-8888-2df891608108\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657\"\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\": \"4xf4ackoeaserkfvv3sa0k3jda.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE4OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ccf4864-2727-4203-89f2-ead4a73ab528" + "679a6461-12a1-4e81-acdb-e0f8fd82de06" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1180,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"44a2f18c-a2a1-4050-ae82-1680538bb47e\"" + "W/\"d437a90c-abce-4330-8888-2df891608108\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bb1df9fc-fe9a-46fe-a755-6e5f9c30f136" + "41320ebe-1ef1-4980-b622-715890d4cb9d" ], "x-ms-correlation-request-id": [ - "f0af5e7c-41a8-462b-b208-6781aca56d2e" + "00741b75-760a-4cec-bbc6-618f0b5859a4" ], "x-ms-arm-service-request-id": [ - "22402e83-9386-4824-a3b1-672289dad478" + "df2c99ee-3bc7-47d6-ba28-ff8ae733636d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11974" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223042Z:f0af5e7c-41a8-462b-b208-6781aca56d2e" + "EASTUS2:20211117T122540Z:00741b75-760a-4cec-bbc6-618f0b5859a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:42 GMT" - ], "Content-Length": [ "1625" ], @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894\",\r\n \"etag\": \"W/\\\"44a2f18c-a2a1-4050-ae82-1680538bb47e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cd69a1f7-0323-44b8-b2b1-3e5f84697092\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4569\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894/ipConfigurations/ip4569\",\r\n \"etag\": \"W/\\\"44a2f18c-a2a1-4050-ae82-1680538bb47e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/virtualNetworks/vn8595/subnets/sn8424\"\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\": \"yx5uwodbhofehjucbydbmccklh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532\",\r\n \"etag\": \"W/\\\"d437a90c-abce-4330-8888-2df891608108\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e652a4f-00d0-40a7-b769-46515b66bd28\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532/ipConfigurations/ip7336\",\r\n \"etag\": \"W/\\\"d437a90c-abce-4330-8888-2df891608108\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/virtualNetworks/vn3818/subnets/sn2657\"\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\": \"4xf4ackoeaserkfvv3sa0k3jda.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/availabilitySets/as7764?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3NzY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/availabilitySets/as5018?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1MDE4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "50d0a533-7037-4d20-b71f-9b1a46c98e62" + "6a3ae4d8-75bd-40a4-9f0b-c4d7181d0a94" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1256,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1266,27 +1273,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83ea5e98-ab56-4491-b9e8-cc6a0e44d867" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "46854bc7-de3b-4264-8d70-384c758370d5" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cdceb289-05b2-4789-8277-200c47aa6329" + "ce8fcec6-68f5-47a6-8680-2c0cbd7abcce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223043Z:cdceb289-05b2-4789-8277-200c47aa6329" + "EASTUS2:20211117T122541Z:ce8fcec6-68f5-47a6-8680-2c0cbd7abcce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:42 GMT" - ], "Content-Length": [ "438" ], @@ -1297,26 +1297,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as7764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/availabilitySets/as7764\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as5018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/availabilitySets/as5018\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/virtualMachines/vm3698?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM2OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/virtualMachines/vm3447?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0NDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk2crptestar1071.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/availabilitySets/as7764\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk2crptestar9473.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/availabilitySets/as5018\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3fbaa2ab-fb1b-4ade-a01c-79d7a2ac7190" + "5fcd46d2-aaa3-48dd-86f3-771e6eea5097" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,14 +1329,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4c5d2840-b0e0-413f-9e17-8aac4488a4f9?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4bd07876-3bd0-48b2-85f8-257401f9f547?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,27 +1355,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c5d2840-b0e0-413f-9e17-8aac4488a4f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4bd07876-3bd0-48b2-85f8-257401f9f547" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "37bf334e-4acf-4a24-b9da-a7b5ee726b61" + "1f0f48ed-e04c-4f3e-9fb6-9e87043dc429" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223044Z:37bf334e-4acf-4a24-b9da-a7b5ee726b61" + "EASTUS2:20211117T122541Z:1f0f48ed-e04c-4f3e-9fb6-9e87043dc429" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:43 GMT" - ], "Content-Length": [ "2791" ], @@ -1379,32 +1379,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/virtualMachines/vm3698\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"911183bc-4c91-4870-a159-baf6c1204bb6\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/availabilitySets/AS7764\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk2crptestar1071.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/virtualMachines/vm3447\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9995b79-d0fc-49c6-ba3e-64c93b82fa08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/availabilitySets/AS5018\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk2crptestar9473.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4c5d2840-b0e0-413f-9e17-8aac4488a4f9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRjNWQyODQwLWIwZTAtNDEzZi05ZTE3LThhYWM0NDg4YTRmOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4bd07876-3bd0-48b2-85f8-257401f9f547?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiZDA3ODc2LTNiZDAtNDhiMi04NWY4LTI1NzQwMWY5ZjU0Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:51 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1412,29 +1419,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0386823c-3d6d-4462-a93a-2996cc8362bd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "42408c5b-fb0f-4f0e-8fcb-f6c5168f41cc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "5213fd97-b04f-4165-ae51-93e94d9fb238" + "261cce35-10d3-43ac-90ba-8a30a0d04488" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223054Z:5213fd97-b04f-4165-ae51-93e94d9fb238" + "EASTUS2:20211117T122551Z:261cce35-10d3-43ac-90ba-8a30a0d04488" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:54 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1443,29 +1443,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:30:43.734846+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4c5d2840-b0e0-413f-9e17-8aac4488a4f9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:25:41.3856718+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4bd07876-3bd0-48b2-85f8-257401f9f547\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4c5d2840-b0e0-413f-9e17-8aac4488a4f9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRjNWQyODQwLWIwZTAtNDEzZi05ZTE3LThhYWM0NDg4YTRmOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4bd07876-3bd0-48b2-85f8-257401f9f547?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiZDA3ODc2LTNiZDAtNDhiMi04NWY4LTI1NzQwMWY5ZjU0Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:26:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1473,29 +1480,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "268fe725-217f-4ffa-8206-6106fc518b7b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bd8f0fbd-7d18-438b-9317-264cd600d3f1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "88806f8b-97e0-4727-84a8-e8ab6ab4e5d7" + "a4b0480f-c7a4-4475-aab3-3f167d29179e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223144Z:88806f8b-97e0-4727-84a8-e8ab6ab4e5d7" + "EASTUS2:20211117T122641Z:a4b0480f-c7a4-4475-aab3-3f167d29179e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:31:43 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1504,118 +1504,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:30:43.734846+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4c5d2840-b0e0-413f-9e17-8aac4488a4f9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:25:41.3856718+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4bd07876-3bd0-48b2-85f8-257401f9f547\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4c5d2840-b0e0-413f-9e17-8aac4488a4f9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRjNWQyODQwLWIwZTAtNDEzZi05ZTE3LThhYWM0NDg4YTRmOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4bd07876-3bd0-48b2-85f8-257401f9f547?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiZDA3ODc2LTNiZDAtNDhiMi04NWY4LTI1NzQwMWY5ZjU0Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Wed, 17 Nov 2021 12:27:31 GMT" ], - "x-ms-request-id": [ - "c982dadb-933c-4bee-a9f9-41f01933c4eb" + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "d5477ffd-4b20-4edc-868d-5c7ce577b0d6" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T223234Z:d5477ffd-4b20-4edc-868d-5c7ce577b0d6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 22:32:33 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:30:43.734846+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4c5d2840-b0e0-413f-9e17-8aac4488a4f9\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4c5d2840-b0e0-413f-9e17-8aac4488a4f9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRjNWQyODQwLWIwZTAtNDEzZi05ZTE3LThhYWM0NDg4YTRmOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58df0a13-b49e-4af3-882a-a8bf59fa3ba1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8ccab69b-a3a3-4b2e-a84c-b364bc8b8c95" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "101baf81-8abc-4b90-af6d-2bbdaffe18f8" + "997ce268-49f0-4dec-820f-a01da89064ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223324Z:101baf81-8abc-4b90-af6d-2bbdaffe18f8" + "EASTUS2:20211117T122731Z:997ce268-49f0-4dec-820f-a01da89064ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:33:24 GMT" - ], "Content-Length": [ "183" ], @@ -1626,57 +1565,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:30:43.734846+00:00\",\r\n \"endTime\": \"2021-06-28T22:32:45.6103645+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4c5d2840-b0e0-413f-9e17-8aac4488a4f9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:25:41.3856718+00:00\",\r\n \"endTime\": \"2021-11-17T12:27:02.047101+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4bd07876-3bd0-48b2-85f8-257401f9f547\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/virtualMachines/vm3698?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM2OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/virtualMachines/vm3447?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0NDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:27:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "635e8ae3-3227-4a93-b923-ac99d935b844" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "45eb189f-9ae2-4a08-98aa-399c6cfc417f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "2d7a9bac-94d9-409c-9d1f-b07de72d3a66" + "8dd041ef-e452-4a78-8034-dcda5a1a0854" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223324Z:2d7a9bac-94d9-409c-9d1f-b07de72d3a66" + "EASTUS2:20211117T122731Z:8dd041ef-e452-4a78-8034-dcda5a1a0854" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:33:24 GMT" - ], "Content-Length": [ "2820" ], @@ -1687,63 +1626,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/virtualMachines/vm3698\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"911183bc-4c91-4870-a159-baf6c1204bb6\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/availabilitySets/AS7764\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk2crptestar1071.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/virtualMachines/vm3447\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9995b79-d0fc-49c6-ba3e-64c93b82fa08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/availabilitySets/AS5018\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk2crptestar9473.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/virtualMachines/vm3698?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM2OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/virtualMachines/vm3447?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0NDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6efb17e4-648f-4859-b0ab-6f4d27c46476" + "67d28127-5b39-45a6-bfa9-3747ee81129d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:27:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8fbf3562-9a6b-431b-8ae8-0e5bab166c77" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d32e51d3-40f9-4b13-b95c-e2b3ecc1e766" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "ab02ebcf-3001-4f2a-b150-63e013c52b4c" + "1e9db49c-c962-4e52-9be3-aa766315cdf6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223324Z:ab02ebcf-3001-4f2a-b150-63e013c52b4c" + "EASTUS2:20211117T122731Z:1e9db49c-c962-4e52-9be3-aa766315cdf6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:33:24 GMT" - ], "Content-Length": [ "2820" ], @@ -1754,26 +1693,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/virtualMachines/vm3698\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"911183bc-4c91-4870-a159-baf6c1204bb6\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/availabilitySets/AS7764\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk2crptestar1071.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Network/networkInterfaces/nic1894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/virtualMachines/vm3447\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9995b79-d0fc-49c6-ba3e-64c93b82fa08\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/availabilitySets/AS5018\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk2crptestar9473.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Network/networkInterfaces/nic7532\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QxNTc5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3Q2Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "674b0eaf-4669-4027-9319-7f035002d901" + "d3a54dd8-b58d-43b9-b738-f59884c8d5d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1786,11 +1725,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:27:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/c2868dad-c531-46e7-865a-fdd6fa32725d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/67f49fc4-ff39-4182-9a41-c6350f06c0d1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1802,27 +1748,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2868dad-c531-46e7-865a-fdd6fa32725d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "67f49fc4-ff39-4182-9a41-c6350f06c0d1" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "98b12797-d924-4993-8eef-a8d98d0f824e" + "7dd8f652-2339-44c8-bcc7-f122f9d60ece" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223330Z:98b12797-d924-4993-8eef-a8d98d0f824e" + "EASTUS2:20211117T122737Z:7dd8f652-2339-44c8-bcc7-f122f9d60ece" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:33:30 GMT" - ], "Content-Length": [ "1377" ], @@ -1833,57 +1772,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest1579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest6389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/c2868dad-c531-46e7-865a-fdd6fa32725d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2MyODY4ZGFkLWM1MzEtNDZlNy04NjVhLWZkZDZmYTMyNzI1ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/67f49fc4-ff39-4182-9a41-c6350f06c0d1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY3ZjQ5ZmM0LWZmMzktNDE4Mi05YTQxLWM2MzUwZjA2YzBkMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "250f38e8-52b1-492b-8367-a91cd9accf2f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2ffc2281-0ab6-4450-9cca-ec2aca968ee9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "2775cd9e-adc7-4c7a-ab8a-223538c3862d" + "3db727d4-3183-404d-8abd-b224c2b7c2f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223400Z:2775cd9e-adc7-4c7a-ab8a-223538c3862d" + "EASTUS2:20211117T122807Z:3db727d4-3183-404d-8abd-b224c2b7c2f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:00 GMT" - ], "Content-Length": [ "184" ], @@ -1894,29 +1833,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:33:24.6730602+00:00\",\r\n \"endTime\": \"2021-06-28T22:33:35.6418763+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c2868dad-c531-46e7-865a-fdd6fa32725d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:27:32.1583607+00:00\",\r\n \"endTime\": \"2021-11-17T12:27:42.6277836+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"67f49fc4-ff39-4182-9a41-c6350f06c0d1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QxNTc5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3Q2Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;358,Microsoft.Compute/GetImages30Min;1798" ], @@ -1924,27 +1870,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d0894817-8e1b-4854-bd18-adb68857993c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eedd2cef-a7ec-4c1e-ba87-47228a4930b4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "eb00d40f-b994-440b-af2f-9fee599a56b7" + "5d9eb790-c465-4594-94c1-3e7111210029" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223400Z:eb00d40f-b994-440b-af2f-9fee599a56b7" + "EASTUS2:20211117T122807Z:5d9eb790-c465-4594-94c1-3e7111210029" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:00 GMT" - ], "Content-Length": [ "1435" ], @@ -1955,35 +1894,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest1579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest6389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QxNTc5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3Q2Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6aceebd-5bbf-4ca4-9710-7dd8e1a668a3" + "75ca1a72-0d3e-46ed-b6b9-d8a6156fdb19" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;357,Microsoft.Compute/GetImages30Min;1797" ], @@ -1991,27 +1937,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2d7e57b-70ef-4c5a-8019-38ed990900be" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed3d3f11-1bee-4588-bca2-6821905de195" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "31cb3d55-5542-4871-a2ac-9e97ec8dd6ab" + "75525572-95b5-41c5-b57e-73c21daa9ae6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223400Z:31cb3d55-5542-4871-a2ac-9e97ec8dd6ab" + "EASTUS2:20211117T122807Z:75525572-95b5-41c5-b57e-73c21daa9ae6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:00 GMT" - ], "Content-Length": [ "1435" ], @@ -2022,29 +1961,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest1579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest6389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QxNTc5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3Q2Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;355,Microsoft.Compute/GetImages30Min;1795" ], @@ -2052,27 +1998,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc45ea5a-de18-4426-ab18-f175ae2ae14d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "87d17c70-8bf1-4176-93fb-8fe174a11f03" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-correlation-request-id": [ - "e209cfe2-50b6-4106-8aa2-39e344443f3b" + "fb5ebe95-ba78-4bb3-a1a4-40a2299a5c82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223430Z:e209cfe2-50b6-4106-8aa2-39e344443f3b" + "EASTUS2:20211117T122837Z:fb5ebe95-ba78-4bb3-a1a4-40a2299a5c82" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:30 GMT" - ], "Content-Length": [ "1465" ], @@ -2083,35 +2022,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest1579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest6389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QxNTc5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3Q2Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a23c95e0-959a-4cbc-b120-db861b6f1a7a" + "b6110e6e-1df0-497b-9a28-cdb85df16237" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;354,Microsoft.Compute/GetImages30Min;1794" ], @@ -2119,27 +2065,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "abe5de3c-62a6-4208-ae37-318737625209" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d83dd14e-62c7-4dcc-8a30-9fe09b248321" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "f6ed39b1-a7cf-45bc-be74-b3dc7e13aff6" + "561ac9a7-a8e5-49e0-a000-a67cf91ef083" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223430Z:f6ed39b1-a7cf-45bc-be74-b3dc7e13aff6" + "EASTUS2:20211117T122837Z:561ac9a7-a8e5-49e0-a000-a67cf91ef083" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:30 GMT" - ], "Content-Length": [ "1465" ], @@ -2150,26 +2089,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest1579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest6389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QxNTc5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3Q2Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7c0087d9-3c78-46a5-b74f-c3ad0ba5a9b8" + "baf27d9b-cf86-4d57-ae20-b0adf567820f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2182,11 +2121,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0bc55c29-569a-474c-b129-b588953296c5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ddef54f4-b3eb-4a52-8a9c-325ee57e6d89?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2198,27 +2144,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0bc55c29-569a-474c-b129-b588953296c5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ddef54f4-b3eb-4a52-8a9c-325ee57e6d89" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "32aa7626-f55d-4ae0-9001-2f232a5cca55" + "c65788d5-c84d-421e-b203-854d1550b8cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223400Z:32aa7626-f55d-4ae0-9001-2f232a5cca55" + "EASTUS2:20211117T122807Z:c65788d5-c84d-421e-b203-854d1550b8cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:00 GMT" - ], "Content-Length": [ "1464" ], @@ -2229,57 +2168,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest1579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest6389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0bc55c29-569a-474c-b129-b588953296c5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBiYzU1YzI5LTU2OWEtNDc0Yy1iMTI5LWI1ODg5NTMyOTZjNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ddef54f4-b3eb-4a52-8a9c-325ee57e6d89?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RkZWY1NGY0LWIzZWItNGE1Mi04YTljLTMyNWVlNTdlNmQ4OT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "957843a9-a078-4daf-924f-22f98266321e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b9df47a3-ea34-40a3-a294-64f2e339f1dc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "edd3ffd0-b301-4076-a75d-718221c28e65" + "4bd4d2bd-c2b1-4740-8dd1-4d210f642efe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223430Z:edd3ffd0-b301-4076-a75d-718221c28e65" + "EASTUS2:20211117T122837Z:4bd4d2bd-c2b1-4740-8dd1-4d210f642efe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:30 GMT" - ], "Content-Length": [ "184" ], @@ -2290,35 +2229,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:34:00.4076168+00:00\",\r\n \"endTime\": \"2021-06-28T22:34:05.5951573+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0bc55c29-569a-474c-b129-b588953296c5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:28:07.6918877+00:00\",\r\n \"endTime\": \"2021-11-17T12:28:12.8953459+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ddef54f4-b3eb-4a52-8a9c-325ee57e6d89\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1513e4de-ebe8-42fc-a56f-9ffd20dc2157" + "915fb9c7-e4b9-4e73-ac0d-f0e8a940257f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetImages3Min;79,Microsoft.Compute/HighCostGetImages30Min;399" ], @@ -2326,27 +2272,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d321de4b-d83d-4492-a8b6-ad18224c3b2c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dde60850-d055-4e5d-b480-845ff5577062" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-correlation-request-id": [ - "05fa6af2-89ff-46eb-a0f5-61c9da7b0995" + "09296aa9-29ea-4a62-8cb0-01e9404efbc9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223430Z:05fa6af2-89ff-46eb-a0f5-61c9da7b0995" + "EASTUS2:20211117T122837Z:09296aa9-29ea-4a62-8cb0-01e9404efbc9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:30 GMT" - ], "Content-Length": [ "1650" ], @@ -2357,40 +2296,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"imageTest1579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7565/oscrptestar6030.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8724.blob.core.windows.net/crptestar7890/dataDisk1crptestar9296.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"imageTest6389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar1218/oscrptestar5522.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7251.blob.core.windows.net/crptestar5962/dataDisk1crptestar8125.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/images/imageTest1579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QxNTc5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/images/imageTest6389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3Q2Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c8ec888-acaa-429f-a400-d7c11b0dc5b0" + "ae8147ea-c78e-4c1a-aebb-b98176b6b40b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:28:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4fa33671-673e-4683-970a-4cb4c760771e?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1f3f83c5-d41a-4113-aa46-2ed5c78ebab0?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4fa33671-673e-4683-970a-4cb4c760771e?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1f3f83c5-d41a-4113-aa46-2ed5c78ebab0?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2402,85 +2348,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4fa33671-673e-4683-970a-4cb4c760771e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f3f83c5-d41a-4113-aa46-2ed5c78ebab0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "1d76eafa-db01-4aec-a399-a1a783ee8402" + "d104a658-725a-4a00-b509-f692176bf7ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223430Z:1d76eafa-db01-4aec-a399-a1a783ee8402" + "EASTUS2:20211117T122838Z:d104a658-725a-4a00-b509-f692176bf7ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:34:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4fa33671-673e-4683-970a-4cb4c760771e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRmYTMzNjcxLTY3M2UtNDY4My05NzBhLTRjYjRjNzYwNzcxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1f3f83c5-d41a-4113-aa46-2ed5c78ebab0?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFmM2Y4M2M1LWQ0MWEtNDExMy1hYTQ2LTJlZDVjNzhlYmFiMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:29:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cd71c8aa-f8f2-4123-9089-f1b8b96ea2c1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b0785298-1788-4670-8793-b3974c11ff8e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-correlation-request-id": [ - "a45e087d-a9cb-4cea-ad3a-a9a60c9b339c" + "509cf3fd-282f-4d68-a199-77235d87fd3e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223500Z:a45e087d-a9cb-4cea-ad3a-a9a60c9b339c" + "EASTUS2:20211117T122908Z:509cf3fd-282f-4d68-a199-77235d87fd3e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:35:00 GMT" - ], "Content-Length": [ "184" ], @@ -2491,101 +2430,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:34:30.8609598+00:00\",\r\n \"endTime\": \"2021-06-28T22:34:35.9703304+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4fa33671-673e-4683-970a-4cb4c760771e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:28:38.0375655+00:00\",\r\n \"endTime\": \"2021-11-17T12:28:43.1472669+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1f3f83c5-d41a-4113-aa46-2ed5c78ebab0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4fa33671-673e-4683-970a-4cb4c760771e?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRmYTMzNjcxLTY3M2UtNDY4My05NzBhLTRjYjRjNzYwNzcxZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1f3f83c5-d41a-4113-aa46-2ed5c78ebab0?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFmM2Y4M2M1LWQ0MWEtNDExMy1hYTQ2LTJlZDVjNzhlYmFiMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:29:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ea6f6079-8063-43e3-8cff-82b62a04481f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aee13362-cb5e-4d3e-b997-c78fd4f57ad3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-correlation-request-id": [ - "6a3575f7-9cca-4e7a-8d8f-ea886e9f975a" + "5011f7d3-aaf9-4074-b335-e7d44375324c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223500Z:6a3575f7-9cca-4e7a-8d8f-ea886e9f975a" + "EASTUS2:20211117T122908Z:5011f7d3-aaf9-4074-b335-e7d44375324c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:35:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4960/providers/Microsoft.Compute/virtualMachines/vm3698?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM2OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8968/providers/Microsoft.Compute/virtualMachines/vm3447?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg5NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0NDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba3871a9-c31c-4acb-9ffb-75b8a144138f" + "bc3a7210-0dcb-4f8f-829d-0738ca2d286e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:29:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f5b3126c-864d-418d-b396-2b6111693463?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/970cc64c-c2ee-4d27-92cb-a0fea7e51064?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f5b3126c-864d-418d-b396-2b6111693463?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/970cc64c-c2ee-4d27-92cb-a0fea7e51064?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2597,88 +2543,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f5b3126c-864d-418d-b396-2b6111693463" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "970cc64c-c2ee-4d27-92cb-a0fea7e51064" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "8405efae-c23e-42e5-b2da-e207dc168564" + "bf3d6c03-c304-4b40-9630-f2c37169c5b6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223501Z:8405efae-c23e-42e5-b2da-e207dc168564" + "EASTUS2:20211117T122908Z:bf3d6c03-c304-4b40-9630-f2c37169c5b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:35:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f5b3126c-864d-418d-b396-2b6111693463?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1YjMxMjZjLTg2NGQtNDE4ZC1iMzk2LTJiNjExMTY5MzQ2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/970cc64c-c2ee-4d27-92cb-a0fea7e51064?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzk3MGNjNjRjLWMyZWUtNGQyNy05MmNiLWEwZmVhN2U1MTA2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:29:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "42382d96-5f03-4d11-b449-16b4b1438764" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "52b99502-fd51-4cb3-920b-a67466325188" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-correlation-request-id": [ - "8b085edb-a4a5-4a1b-a8d6-f27a5afc7ddc" + "5041df3a-3131-4414-afa1-56c49f9656ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223511Z:8b085edb-a4a5-4a1b-a8d6-f27a5afc7ddc" + "EASTUS2:20211117T122918Z:5041df3a-3131-4414-afa1-56c49f9656ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:35:10 GMT" - ], "Content-Length": [ "134" ], @@ -2689,59 +2628,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:35:01.0485893+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f5b3126c-864d-418d-b396-2b6111693463\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:29:08.2270206+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"970cc64c-c2ee-4d27-92cb-a0fea7e51064\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f5b3126c-864d-418d-b396-2b6111693463?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1YjMxMjZjLTg2NGQtNDE4ZC1iMzk2LTJiNjExMTY5MzQ2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/970cc64c-c2ee-4d27-92cb-a0fea7e51064?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzk3MGNjNjRjLWMyZWUtNGQyNy05MmNiLWEwZmVhN2U1MTA2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:29:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da3c0e42-7176-41db-b369-fa630825609a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1c38b36c-e06f-4807-8f1e-5fe794587c76" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-correlation-request-id": [ - "0d48c10a-7f4e-4145-bae8-560b956f040d" + "d354907a-69ad-4ad1-b5d9-505ce058069f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223541Z:0d48c10a-7f4e-4145-bae8-560b956f040d" + "EASTUS2:20211117T122948Z:d354907a-69ad-4ad1-b5d9-505ce058069f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:35:40 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2750,311 +2689,144 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:35:01.0485893+00:00\",\r\n \"endTime\": \"2021-06-28T22:35:31.9528497+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f5b3126c-864d-418d-b396-2b6111693463\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:29:08.2270206+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"970cc64c-c2ee-4d27-92cb-a0fea7e51064\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f5b3126c-864d-418d-b396-2b6111693463?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1YjMxMjZjLTg2NGQtNDE4ZC1iMzk2LTJiNjExMTY5MzQ2Mz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/970cc64c-c2ee-4d27-92cb-a0fea7e51064?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzk3MGNjNjRjLWMyZWUtNGQyNy05MmNiLWEwZmVhN2U1MTA2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:30:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d908ba48-21e3-4fcb-8ed4-efcfd5197379" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "191013ca-ae24-4b42-9383-489f30496a55" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-correlation-request-id": [ - "3198caef-7ab6-4ab3-89e5-54dab5a5a54e" + "6f93a743-44d2-4e88-985c-3ec790c8ad57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223541Z:3198caef-7ab6-4ab3-89e5-54dab5a5a54e" + "EASTUS2:20211117T123018Z:6f93a743-44d2-4e88-985c-3ec790c8ad57" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:35:40 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4960?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5NjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ceafdde6-c68a-4f09-a257-790b0be73df5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "97bf62a4-3ac1-4a7c-8892-a7fa8049575a" - ], - "x-ms-correlation-request-id": [ - "97bf62a4-3ac1-4a7c-8892-a7fa8049575a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T223541Z:97bf62a4-3ac1-4a7c-8892-a7fa8049575a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" + "184" ], - "Date": [ - "Mon, 28 Jun 2021 22:35:40 GMT" + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:29:08.2270206+00:00\",\r\n \"endTime\": \"2021-11-17T12:29:54.4800327+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"970cc64c-c2ee-4d27-92cb-a0fea7e51064\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/970cc64c-c2ee-4d27-92cb-a0fea7e51064?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzk3MGNjNjRjLWMyZWUtNGQyNy05MmNiLWEwZmVhN2U1MTA2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "78d2c13a-ac26-4841-b6f8-db7855e13a91" - ], - "x-ms-correlation-request-id": [ - "78d2c13a-ac26-4841-b6f8-db7855e13a91" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T223556Z:78d2c13a-ac26-4841-b6f8-db7855e13a91" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Mon, 28 Jun 2021 22:35:55 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 12:30:18 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "a9fc2cb2-2037-428a-9bfb-014b85245e13" - ], - "x-ms-correlation-request-id": [ - "a9fc2cb2-2037-428a-9bfb-014b85245e13" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T223611Z:a9fc2cb2-2037-428a-9bfb-014b85245e13" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 22:36:11 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "a8c5fc19-53ce-4014-af1b-6afca4c75366" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "49333c44-d96c-4f80-a881-96f93aa2668c" + "11981" ], "x-ms-correlation-request-id": [ - "49333c44-d96c-4f80-a881-96f93aa2668c" + "d32ba8b8-bf94-4462-84ef-c0d0c1e5f867" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223626Z:49333c44-d96c-4f80-a881-96f93aa2668c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T123018Z:d32ba8b8-bf94-4462-84ef-c0d0c1e5f867" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:36:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8968?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg5Njg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "f60fdff2-ae40-4e0b-ab7a-08e7d1d8b30e" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3062,26 +2834,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:30:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "576fb354-925a-4650-a5c8-3c8db9e0bacf" + "9d68689e-e033-479c-b120-ba32b12568b3" ], "x-ms-correlation-request-id": [ - "576fb354-925a-4650-a5c8-3c8db9e0bacf" + "9d68689e-e033-479c-b120-ba32b12568b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223641Z:576fb354-925a-4650-a5c8-3c8db9e0bacf" + "EASTUS2:20211117T123018Z:9d68689e-e033-479c-b120-ba32b12568b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3089,29 +2864,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:36:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0T1RZNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3119,26 +2891,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:30:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-request-id": [ - "d8ae7038-12c5-43aa-91b6-010899a90ab9" + "c799717c-09a6-4f38-8260-13b7b78a40d1" ], "x-ms-correlation-request-id": [ - "d8ae7038-12c5-43aa-91b6-010899a90ab9" + "c799717c-09a6-4f38-8260-13b7b78a40d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223656Z:d8ae7038-12c5-43aa-91b6-010899a90ab9" + "EASTUS2:20211117T123033Z:c799717c-09a6-4f38-8260-13b7b78a40d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3146,29 +2921,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:36:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0T1RZNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3176,26 +2948,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:30:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-request-id": [ - "3cde3ed2-adb6-4d7c-bb91-dc5e33225348" + "9e484e71-975d-4a0a-bc2f-89acaf13b91f" ], "x-ms-correlation-request-id": [ - "3cde3ed2-adb6-4d7c-bb91-dc5e33225348" + "9e484e71-975d-4a0a-bc2f-89acaf13b91f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223711Z:3cde3ed2-adb6-4d7c-bb91-dc5e33225348" + "EASTUS2:20211117T123048Z:9e484e71-975d-4a0a-bc2f-89acaf13b91f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3203,29 +2978,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:37:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0T1RZNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3233,26 +3005,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11997" ], "x-ms-request-id": [ - "5e260b7a-b493-45ce-a30b-7fb577fe18f0" + "626820b2-a315-4699-afdb-db1ea11ac470" ], "x-ms-correlation-request-id": [ - "5e260b7a-b493-45ce-a30b-7fb577fe18f0" + "626820b2-a315-4699-afdb-db1ea11ac470" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223726Z:5e260b7a-b493-45ce-a30b-7fb577fe18f0" + "EASTUS2:20211117T123103Z:626820b2-a315-4699-afdb-db1ea11ac470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3260,29 +3035,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:37:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0T1RZNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3290,26 +3062,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11996" ], "x-ms-request-id": [ - "4e02efd7-f6cc-4bcf-81f2-cba2bdb2c4c5" + "a1372b6a-4bdb-4bfd-8c71-07067c59f047" ], "x-ms-correlation-request-id": [ - "4e02efd7-f6cc-4bcf-81f2-cba2bdb2c4c5" + "a1372b6a-4bdb-4bfd-8c71-07067c59f047" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223741Z:4e02efd7-f6cc-4bcf-81f2-cba2bdb2c4c5" + "EASTUS2:20211117T123118Z:a1372b6a-4bdb-4bfd-8c71-07067c59f047" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3317,29 +3092,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:37:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0T1RZNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3347,20 +3119,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:32 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11995" ], "x-ms-request-id": [ - "9b0924dc-7dfa-4503-8737-867d128dcea3" + "8b8aa5b4-f982-44b6-9f5a-9c82294cb120" ], "x-ms-correlation-request-id": [ - "9b0924dc-7dfa-4503-8737-867d128dcea3" + "8b8aa5b4-f982-44b6-9f5a-9c82294cb120" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223756Z:9b0924dc-7dfa-4503-8737-867d128dcea3" + "EASTUS2:20211117T123133Z:8b8aa5b4-f982-44b6-9f5a-9c82294cb120" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3368,29 +3143,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:37:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTYwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RZd0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4OTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0T1RZNExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3398,20 +3170,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:32 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11994" ], "x-ms-request-id": [ - "741d645e-e971-4a37-8d82-a5fdf397aa03" + "b7ea6f8b-1b87-4f97-9890-a2bdbafb7772" ], "x-ms-correlation-request-id": [ - "741d645e-e971-4a37-8d82-a5fdf397aa03" + "b7ea6f8b-1b87-4f97-9890-a2bdbafb7772" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223756Z:741d645e-e971-4a37-8d82-a5fdf397aa03" + "EASTUS2:20211117T123133Z:b7ea6f8b-1b87-4f97-9890-a2bdbafb7772" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3419,14 +3194,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:37:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3435,35 +3207,35 @@ ], "Names": { "CreateImageTestHelper": [ - "crptestar4960", - "imageTest1579", - "crptestar8724", - "as7764" + "crptestar8968", + "imageTest6389", + "crptestar7251", + "as5018" ], "CreatePublicIP": [ - "pip3889", - "dn6796" + "pip4578", + "dn3650" ], "CreateVNET": [ - "vn8595", - "sn8424" + "vn3818", + "sn2657" ], "CreateNIC": [ - "nic1894", - "ip4569" + "nic7532", + "ip7336" ], "CreateDefaultVMInput": [ - "crptestar7565", - "crptestar4461", - "crptestar6030", - "vm3698", - "Microsoft.Compute/virtualMachines6838" + "crptestar1218", + "crptestar2879", + "crptestar5522", + "vm3447", + "Microsoft.Compute/virtualMachines2306" ], "TestImageOperations": [ - "crptestar7890", - "crptestar5591", - "crptestar9296", - "crptestar1071" + "crptestar5962", + "crptestar1636", + "crptestar8125", + "crptestar9473" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_without_DiskEncryptionSet.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_without_DiskEncryptionSet.json index ec621aaae9daf..93eb514e92086 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_without_DiskEncryptionSet.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ImageTests/TestCreateImage_without_DiskEncryptionSet.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "deeb4fef-cfd4-45b9-98f3-396bc76b7c47" + "fef41c6e-305f-4fd1-92bd-e9152c804a79" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "ecfab126-45d4-4a75-a0fe-6272aaeb757a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6729e82-fd4e-4d78-a72b-81c8002b2c96" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "dbac7f35-899c-4f22-92a8-07e8c7ea161d" + "5170d14b-4b95-4b02-bb91-d65b7be0dd60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223756Z:dbac7f35-899c-4f22-92a8-07e8c7ea161d" + "EASTUS2:20211117T123133Z:5170d14b-4b95-4b02-bb91-d65b7be0dd60" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:37:56 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5004?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6736?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5004\": \"2021-06-28 22:37:56Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6736\": \"2021-11-17 12:31:33Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "705e6586-6852-439b-bec3-a8ad9ced15d0" + "a9b93463-7780-49ae-905f-536c8050fe58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:33 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "1ff5f5ab-b253-43c6-998d-b52ab1c395f6" + "ca5e7234-ecc1-4b36-b1d0-8db2414692e3" ], "x-ms-correlation-request-id": [ - "1ff5f5ab-b253-43c6-998d-b52ab1c395f6" + "ca5e7234-ecc1-4b36-b1d0-8db2414692e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223757Z:1ff5f5ab-b253-43c6-998d-b52ab1c395f6" + "EASTUS2:20211117T123134Z:ca5e7234-ecc1-4b36-b1d0-8db2414692e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:37:56 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004\",\r\n \"name\": \"crptestar5004\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5004\": \"2021-06-28 22:37:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736\",\r\n \"name\": \"crptestar6736\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6736\": \"2021-11-17 12:31:33Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5004?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6736?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5004\": \"2021-06-28 22:38:27Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6736\": \"2021-11-17 12:32:03Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a166d60d-9404-4de4-84ad-c80271dd5458" + "79fad135-97f3-44a4-bc11-8c08ee0d941f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "3a6e99bb-2aa3-4daf-a44e-18a36ef38415" + "8b9c5f26-8155-458b-9791-8ffeaa5f712c" ], "x-ms-correlation-request-id": [ - "3a6e99bb-2aa3-4daf-a44e-18a36ef38415" + "8b9c5f26-8155-458b-9791-8ffeaa5f712c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223827Z:3a6e99bb-2aa3-4daf-a44e-18a36ef38415" + "EASTUS2:20211117T123203Z:8b9c5f26-8155-458b-9791-8ffeaa5f712c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:26 GMT" - ], "Content-Length": [ "228" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004\",\r\n \"name\": \"crptestar5004\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5004\": \"2021-06-28 22:38:27Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736\",\r\n \"name\": \"crptestar6736\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6736\": \"2021-11-17 12:32:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Storage/storageAccounts/crptestar7650?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NjUwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Storage/storageAccounts/crptestar8250?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MjUwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "31b5c117-93c3-4575-90a1-dbdab320c4ae" + "4938dadd-df28-4d16-9853-c2a288622338" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e3dbf73-fc3b-42b6-a651-ae48e609b0dc?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38c7cc7-0ddb-41b6-92aa-019ee96c2750?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3e3dbf73-fc3b-42b6-a651-ae48e609b0dc" + "a38c7cc7-0ddb-41b6-92aa-019ee96c2750" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "910cc3e5-f2bd-48f9-a42b-cc91481b80c4" + "5ffe3b4f-e3f3-4206-8755-be015977f376" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223800Z:910cc3e5-f2bd-48f9-a42b-cc91481b80c4" + "EASTUS2:20211117T123136Z:5ffe3b4f-e3f3-4206-8755-be015977f376" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:00 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e3dbf73-fc3b-42b6-a651-ae48e609b0dc?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvM2UzZGJmNzMtZmMzYi00MmI2LWE2NTEtYWU0OGU2MDliMGRjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38c7cc7-0ddb-41b6-92aa-019ee96c2750?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYTM4YzdjYzctMGRkYi00MWI2LTkyYWEtMDE5ZWU5NmMyNzUwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:31:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "562682e7-3fcf-45f3-bfc0-11dd8da81a22" + "0f7331f6-01f4-48ba-93b0-a28497855663" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4ad0f708-4b64-4268-9211-afd6e8258122" + "d2903480-af0c-43d1-a91b-166824aa6f66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223817Z:4ad0f708-4b64-4268-9211-afd6e8258122" + "EASTUS2:20211117T123153Z:d2903480-af0c-43d1-a91b-166824aa6f66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:17 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f548f7c6-8efd-4072-a772-c409ae872dd9" + "3540f2e3-46f7-4088-8afd-b6b34caa5852" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a46eede2-92e8-424d-a13d-57ca1d5b3b59" + "0f58e8cc-b1bc-425d-8b96-960ec6b74192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "33ce7e7b-089c-4b1f-8736-f210b7079634" + "29c3009c-f280-4ea9-93b5-a3e77b7cbc4b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223827Z:33ce7e7b-089c-4b1f-8736-f210b7079634" + "EASTUS2:20211117T123203Z:29c3009c-f280-4ea9-93b5-a3e77b7cbc4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:27 GMT" - ], "Content-Length": [ "741" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Storage/storageAccounts/crptestar7650\",\r\n \"name\": \"crptestar7650\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:37:57.5773583Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7650.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7650.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7650.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7650.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Storage/storageAccounts/crptestar8250\",\r\n \"name\": \"crptestar8250\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:31:34.4784772Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8250.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8250.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8250.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8250.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Storage/storageAccounts/crptestar7650?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NjUwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Storage/storageAccounts/crptestar8250?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MjUwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68d01284-c9f5-4b88-a136-0dc9cd6d754b" + "f9bdf1d0-aadc-4071-9145-fcf873e6c361" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f7086238-f9e4-4933-a9f2-e52558ce33e3" + "0474f163-cb77-4e59-ba1f-9f999f686fcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "a00edfec-113c-4e66-89af-4ef6759e0d2e" + "8e9641d8-9b91-48f7-a332-e60a05a82a0c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223827Z:a00edfec-113c-4e66-89af-4ef6759e0d2e" + "EASTUS2:20211117T123203Z:8e9641d8-9b91-48f7-a332-e60a05a82a0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:27 GMT" - ], "Content-Length": [ "729" ], @@ -457,80 +457,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Storage/storageAccounts/crptestar7650\",\r\n \"name\": \"crptestar7650\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:37:57.5773583Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7650.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7650.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7650.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7650.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Storage/storageAccounts/crptestar8250\",\r\n \"name\": \"crptestar8250\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:31:34.4784772Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8250.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8250.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8250.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8250.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/publicIPAddresses/pip715?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/publicIPAddresses/pip209?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6710\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn692\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "75da792e-2b31-437f-ba5a-fe1f2c1311fc" + "5d60358b-c221-4bd3-968c-e5fb475ee6be" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "201" + "200" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:04 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0b036aff-4a7e-4d6e-b317-f4fe502b0c5a" + "2edeb29d-5a05-4ddc-ab9d-a9b2d7700117" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0b036aff-4a7e-4d6e-b317-f4fe502b0c5a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/2edeb29d-5a05-4ddc-ab9d-a9b2d7700117?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "cd2a2465-c8d6-4bae-8231-70c2692f1437" + "175d2560-0cdd-48ba-9e45-7238736f6549" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bee3207b-fdd6-41eb-b51c-ba9e80d22954" + "0c971ec1-cb3c-40f1-84d3-92bff2e4a9dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223828Z:cd2a2465-c8d6-4bae-8231-70c2692f1437" + "EASTUS2:20211117T123204Z:175d2560-0cdd-48ba-9e45-7238736f6549" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:28 GMT" - ], "Content-Length": [ - "755" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip715\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/publicIPAddresses/pip715\",\r\n \"etag\": \"W/\\\"62685361-c1bf-43e7-90d2-a4bdae0e0b6e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a4c6352a-bb88-482c-be15-02ce087e09e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6710\",\r\n \"fqdn\": \"dn6710.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip209\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/publicIPAddresses/pip209\",\r\n \"etag\": \"W/\\\"3a8ec8ba-1d27-4bb0-9f26-04756e8a2bd3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a716357f-fd12-4149-b1ad-d8789d23b949\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn692\",\r\n \"fqdn\": \"dn692.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0b036aff-4a7e-4d6e-b317-f4fe502b0c5a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBiMDM2YWZmLTRhN2UtNGQ2ZS1iMzE3LWY0ZmU1MDJiMGM1YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/2edeb29d-5a05-4ddc-ab9d-a9b2d7700117?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJlZGViMjlkLTVhMDUtNGRkYy1hYjlkLWE5YjJkNzcwMDExNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "db59a593-5a64-41b5-9b16-5749efce3db5" + "4cf14a8b-4443-4445-95e0-e5810eab5edf" ], "x-ms-correlation-request-id": [ - "242943b8-c152-4f5c-81e2-333890e9a44b" + "95fb6af2-d897-4f8c-8935-9f2c2aa7ca1c" ], "x-ms-arm-service-request-id": [ - "e71cd801-2fde-45e6-a4c1-508bf51eef65" + "437222ae-d617-44fa-8ad4-8f9e17a4f6d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223829Z:242943b8-c152-4f5c-81e2-333890e9a44b" + "EASTUS2:20211117T123205Z:95fb6af2-d897-4f8c-8935-9f2c2aa7ca1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:29 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/publicIPAddresses/pip715?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/publicIPAddresses/pip209?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"11130100-1e31-42ef-a046-3f9a0e5fba90\"" + "W/\"a3238634-b495-4196-8aed-eef28570b920\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fa775ce5-c107-4cc1-abc0-83a95c59bedd" + "d6fbf094-8c96-4f56-89e4-4fef9041bfcc" ], "x-ms-correlation-request-id": [ - "ff546c9d-10e3-421b-b7d9-86ba24ae9473" + "0c686e17-cbee-4c43-af98-fe6fcc53903f" ], "x-ms-arm-service-request-id": [ - "7f499e5b-6f5e-4441-ac0a-c63af9e5fd5e" + "8380dfa3-953b-49c3-b41f-c83ae122d2d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223829Z:ff546c9d-10e3-421b-b7d9-86ba24ae9473" + "EASTUS2:20211117T123205Z:0c686e17-cbee-4c43-af98-fe6fcc53903f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:29 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip715\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/publicIPAddresses/pip715\",\r\n \"etag\": \"W/\\\"11130100-1e31-42ef-a046-3f9a0e5fba90\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a4c6352a-bb88-482c-be15-02ce087e09e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6710\",\r\n \"fqdn\": \"dn6710.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip209\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/publicIPAddresses/pip209\",\r\n \"etag\": \"W/\\\"a3238634-b495-4196-8aed-eef28570b920\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a716357f-fd12-4149-b1ad-d8789d23b949\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn692\",\r\n \"fqdn\": \"dn692.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/publicIPAddresses/pip715?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/publicIPAddresses/pip209?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a6e64f4-c9e3-4ccc-a396-aa6b16fd2ec2" + "39c5c629-7b88-4b31-a7c9-9b897ae4a1b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"11130100-1e31-42ef-a046-3f9a0e5fba90\"" + "W/\"a3238634-b495-4196-8aed-eef28570b920\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d41a43d0-1f93-457d-88ef-2f1a2968efd1" + "39fd2899-7fd4-42ff-bddc-c4f624371847" ], "x-ms-correlation-request-id": [ - "fd2320d6-cf03-46a9-9244-29e0708a4d74" + "dc6dd77b-3bc6-4ac9-b5c0-190ff0aaf1f3" ], "x-ms-arm-service-request-id": [ - "4d65c696-614d-417a-b138-54926deac1fa" + "3375036b-3b66-4ff6-86b7-d7eeb99ba295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223829Z:fd2320d6-cf03-46a9-9244-29e0708a4d74" + "EASTUS2:20211117T123205Z:dc6dd77b-3bc6-4ac9-b5c0-190ff0aaf1f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:29 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,80 +734,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip715\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/publicIPAddresses/pip715\",\r\n \"etag\": \"W/\\\"11130100-1e31-42ef-a046-3f9a0e5fba90\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a4c6352a-bb88-482c-be15-02ce087e09e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6710\",\r\n \"fqdn\": \"dn6710.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip209\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/publicIPAddresses/pip209\",\r\n \"etag\": \"W/\\\"a3238634-b495-4196-8aed-eef28570b920\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a716357f-fd12-4149-b1ad-d8789d23b949\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn692\",\r\n \"fqdn\": \"dn692.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk0NzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6649\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn319\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9f51eb55-3c8f-48f5-8722-93b0741db4a6" + "0e529413-b4fd-4e92-84d7-c3d0072cedc3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "396" + "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "af5f14ca-659b-4f07-bb17-ad61f99b9e64" + "2bde6839-2d21-48e7-8c63-f114e5366696" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/af5f14ca-659b-4f07-bb17-ad61f99b9e64?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/2bde6839-2d21-48e7-8c63-f114e5366696?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "366d6b34-1c1c-4f33-b23b-82dea135276f" + "64e6ff83-4216-457d-ab1b-3a301bcf2f06" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eb1941cf-558b-4fe1-9d4b-18a53a8f9cc7" + "970ecaeb-b941-4db8-8434-a3feb31986fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223830Z:366d6b34-1c1c-4f33-b23b-82dea135276f" + "EASTUS2:20211117T123205Z:64e6ff83-4216-457d-ab1b-3a301bcf2f06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:30 GMT" - ], "Content-Length": [ - "1312" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn340\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340\",\r\n \"etag\": \"W/\\\"cda01d2c-b308-43e2-863e-dd1fd03c451d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7506eb95-759b-4967-973a-a2769275dfe0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649\",\r\n \"etag\": \"W/\\\"cda01d2c-b308-43e2-863e-dd1fd03c451d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9470\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470\",\r\n \"etag\": \"W/\\\"9bd6518d-7b58-4a06-afcd-913d9df90909\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c94f138c-ae32-470a-8b86-90a0c8cb7e45\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319\",\r\n \"etag\": \"W/\\\"9bd6518d-7b58-4a06-afcd-913d9df90909\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/af5f14ca-659b-4f07-bb17-ad61f99b9e64?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FmNWYxNGNhLTY1OWItNGYwNy1iYjE3LWFkNjFmOTliOWU2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/2bde6839-2d21-48e7-8c63-f114e5366696?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJiZGU2ODM5LTJkMjEtNDhlNy04YzYzLWYxMTRlNTM2NjY5Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cb764251-90a4-4c82-ae31-6e14c7570ba5" + "30b3eb57-f349-4a78-9261-721de1b9c13d" ], "x-ms-correlation-request-id": [ - "45be2954-19f0-4534-87da-f4104188fede" + "3022681e-5112-4326-bae9-28a157487b3d" ], "x-ms-arm-service-request-id": [ - "d4dff61e-0725-4e66-a938-70ccd909fd1a" + "027afb51-440a-4dd5-b3ce-268743820784" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223833Z:45be2954-19f0-4534-87da-f4104188fede" + "EASTUS2:20211117T123208Z:3022681e-5112-4326-bae9-28a157487b3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:33 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk0NzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d9ca6d66-c536-4693-bd11-fda5d1687ac7\"" + "W/\"eaf245fa-8d8a-4dc4-8e5c-bed2c5909534\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "178d3d19-418f-411f-b899-a8446813f078" + "128bd0fa-cabd-4d3a-9a28-a633a6d3081e" ], "x-ms-correlation-request-id": [ - "b3478b5f-e38c-49e2-846e-6d1a8998a5cb" + "2ac547c8-7288-4e7b-a745-7c89d05b550c" ], "x-ms-arm-service-request-id": [ - "c7caf7d3-8008-4935-ac4d-f2f0b7783216" + "28238675-6a67-4425-91dc-676c5f724bde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223833Z:b3478b5f-e38c-49e2-846e-6d1a8998a5cb" + "EASTUS2:20211117T123208Z:2ac547c8-7288-4e7b-a745-7c89d05b550c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:33 GMT" - ], "Content-Length": [ - "1314" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn340\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340\",\r\n \"etag\": \"W/\\\"d9ca6d66-c536-4693-bd11-fda5d1687ac7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7506eb95-759b-4967-973a-a2769275dfe0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649\",\r\n \"etag\": \"W/\\\"d9ca6d66-c536-4693-bd11-fda5d1687ac7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9470\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470\",\r\n \"etag\": \"W/\\\"eaf245fa-8d8a-4dc4-8e5c-bed2c5909534\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c94f138c-ae32-470a-8b86-90a0c8cb7e45\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319\",\r\n \"etag\": \"W/\\\"eaf245fa-8d8a-4dc4-8e5c-bed2c5909534\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0MC9zdWJuZXRzL3NuNjY0OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk0NzAvc3VibmV0cy9zbjMxOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37b7e869-cf42-457a-8f0f-1f773b2a5f6b" + "f99da593-816d-4530-80b8-f3b3f46b2501" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d9ca6d66-c536-4693-bd11-fda5d1687ac7\"" + "W/\"eaf245fa-8d8a-4dc4-8e5c-bed2c5909534\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a07bf417-0d46-4d9a-8eb5-80245cd0834d" + "12492fdb-2570-4513-8c65-db93c10c4ad8" ], "x-ms-correlation-request-id": [ - "69f65335-0b90-46ce-829b-7434659d80f9" + "65548166-4ee3-4bcc-8fdf-436dd4ec5a7e" ], "x-ms-arm-service-request-id": [ - "9bc92c18-e404-4cb5-bc6d-f09d48b344a6" + "b18ef932-e8bf-41d1-a6cc-d05194092f41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223833Z:69f65335-0b90-46ce-829b-7434659d80f9" + "EASTUS2:20211117T123208Z:65548166-4ee3-4bcc-8fdf-436dd4ec5a7e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:33 GMT" - ], "Content-Length": [ - "522" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649\",\r\n \"etag\": \"W/\\\"d9ca6d66-c536-4693-bd11-fda5d1687ac7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319\",\r\n \"etag\": \"W/\\\"eaf245fa-8d8a-4dc4-8e5c-bed2c5909534\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg4NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649\"\r\n }\r\n },\r\n \"name\": \"ip635\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319\"\r\n }\r\n },\r\n \"name\": \"ip2163\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "28dae9c6-43e8-4e57-acb6-17589e042a60" + "0616cd03-9469-49e2-b43d-34bb3b24a8a8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,45 +1043,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5ab29c3e-1693-4d53-a205-e51f2e01e48a" + "808e3eae-b266-4990-9afe-a43e965add90" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5ab29c3e-1693-4d53-a205-e51f2e01e48a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/808e3eae-b266-4990-9afe-a43e965add90?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "64ea5593-4e35-4796-a32b-bcef7ba0e1dc" + "2207cd6d-ff04-4542-a52a-225e15d5fad8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0f974dd7-e03f-4e04-b5b8-24cf7b557dfa" + "0589588e-717d-4b97-a9c2-3562c9d3a1a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223834Z:64ea5593-4e35-4796-a32b-bcef7ba0e1dc" + "EASTUS2:20211117T123209Z:2207cd6d-ff04-4542-a52a-225e15d5fad8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:33 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2734\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734\",\r\n \"etag\": \"W/\\\"f22ebd69-1a49-498a-8ecc-cba615996cf1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6de4b328-3f81-4faf-a55d-9dd1c391ffcd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip635\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734/ipConfigurations/ip635\",\r\n \"etag\": \"W/\\\"f22ebd69-1a49-498a-8ecc-cba615996cf1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649\"\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\": \"sxvqm3m1ovtutfz0uj1je3o52a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8864\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864\",\r\n \"etag\": \"W/\\\"ad54deae-d6c6-41be-b064-6e990b2f103b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d92c259-ae5c-4abe-b96c-dd1565e414f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864/ipConfigurations/ip2163\",\r\n \"etag\": \"W/\\\"ad54deae-d6c6-41be-b064-6e990b2f103b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319\"\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\": \"rqju5sjsvyfepc2gscqmrs14if.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg4NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f22ebd69-1a49-498a-8ecc-cba615996cf1\"" + "W/\"ad54deae-d6c6-41be-b064-6e990b2f103b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "98797faa-3b08-4674-922e-22f718cdd1eb" + "7d33f094-24e7-48d8-a657-e9abdc71fd1c" ], "x-ms-correlation-request-id": [ - "5a04dbba-a83f-4605-a7ca-29e0f2f6c461" + "fce2a785-9d97-4923-aa3f-f2abaf9847f4" ], "x-ms-arm-service-request-id": [ - "753d2106-8604-4eaa-859c-91fba88e9487" + "d1fe9fe2-a6e9-434d-9b63-9fc324e8d901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223834Z:5a04dbba-a83f-4605-a7ca-29e0f2f6c461" + "EASTUS2:20211117T123209Z:fce2a785-9d97-4923-aa3f-f2abaf9847f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:33 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2734\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734\",\r\n \"etag\": \"W/\\\"f22ebd69-1a49-498a-8ecc-cba615996cf1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6de4b328-3f81-4faf-a55d-9dd1c391ffcd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip635\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734/ipConfigurations/ip635\",\r\n \"etag\": \"W/\\\"f22ebd69-1a49-498a-8ecc-cba615996cf1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649\"\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\": \"sxvqm3m1ovtutfz0uj1je3o52a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8864\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864\",\r\n \"etag\": \"W/\\\"ad54deae-d6c6-41be-b064-6e990b2f103b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d92c259-ae5c-4abe-b96c-dd1565e414f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864/ipConfigurations/ip2163\",\r\n \"etag\": \"W/\\\"ad54deae-d6c6-41be-b064-6e990b2f103b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319\"\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\": \"rqju5sjsvyfepc2gscqmrs14if.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg4NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9337084f-e98b-42b4-9372-f25cc6f90f94" + "6365b969-6221-4d27-b0e8-b1b22f3384c9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f22ebd69-1a49-498a-8ecc-cba615996cf1\"" + "W/\"ad54deae-d6c6-41be-b064-6e990b2f103b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2f8a6214-9fa8-4198-bf35-c234c72e69ae" + "b06c7e0d-5d24-4861-8764-a647d68454d7" ], "x-ms-correlation-request-id": [ - "4fcf5085-e1d6-4126-aaed-38f932b572ea" + "4cad068b-3aec-4707-b7a4-7e799567d087" ], "x-ms-arm-service-request-id": [ - "66c419ce-85ee-4626-b294-a0d4320a4f08" + "51935c9e-6fea-4090-b4cd-4e67625a0440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223834Z:4fcf5085-e1d6-4126-aaed-38f932b572ea" + "EASTUS2:20211117T123209Z:4cad068b-3aec-4707-b7a4-7e799567d087" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:34 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2734\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734\",\r\n \"etag\": \"W/\\\"f22ebd69-1a49-498a-8ecc-cba615996cf1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6de4b328-3f81-4faf-a55d-9dd1c391ffcd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip635\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734/ipConfigurations/ip635\",\r\n \"etag\": \"W/\\\"f22ebd69-1a49-498a-8ecc-cba615996cf1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/virtualNetworks/vn340/subnets/sn6649\"\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\": \"sxvqm3m1ovtutfz0uj1je3o52a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8864\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864\",\r\n \"etag\": \"W/\\\"ad54deae-d6c6-41be-b064-6e990b2f103b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d92c259-ae5c-4abe-b96c-dd1565e414f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864/ipConfigurations/ip2163\",\r\n \"etag\": \"W/\\\"ad54deae-d6c6-41be-b064-6e990b2f103b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/virtualNetworks/vn9470/subnets/sn319\"\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\": \"rqju5sjsvyfepc2gscqmrs14if.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/availabilitySets/as1041?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMxMDQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/availabilitySets/as468?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0Njg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea03c33c-62b3-42b1-8f5e-d1b275ddbb04" + "4aaba4a7-b69a-45be-8ff2-b407d491c9b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1256,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], @@ -1266,29 +1273,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "123a5f98-5440-4ab9-9e60-6c82349d3122" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6656de78-af11-4c06-a22c-3034ae2b6134" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3d39ec1a-20b3-4822-956e-258abfc59c25" + "af5bd256-b189-4ebf-8e8a-72a338ef0b62" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223834Z:3d39ec1a-20b3-4822-956e-258abfc59c25" + "EASTUS2:20211117T123209Z:af5bd256-b189-4ebf-8e8a-72a338ef0b62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:34 GMT" - ], "Content-Length": [ - "438" + "436" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,46 +1297,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as1041\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/availabilitySets/as1041\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as468\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/availabilitySets/as468\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/virtualMachines/vm913?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/virtualMachines/vm6929?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY5Mjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk2crptestar1136.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/availabilitySets/as1041\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk2crptestar1707.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/availabilitySets/as468\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4f5a8e5b-3ab6-4c41-ac81-24f1ec0aeb6f" + "10d1d55b-663f-4725-a260-afac6ea2544c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1867" + "1865" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:09 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/89a5fae6-b325-4fee-a634-7271a0fe6ece?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/66a64689-0591-4a68-a6d4-2b027dc110e7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,27 +1355,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "89a5fae6-b325-4fee-a634-7271a0fe6ece" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "66a64689-0591-4a68-a6d4-2b027dc110e7" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "40f92e92-7e2b-440d-8e5d-004764d3c4ab" + "b01b6fde-1366-41df-bad1-2662f8d2ee4d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223835Z:40f92e92-7e2b-440d-8e5d-004764d3c4ab" + "EASTUS2:20211117T123210Z:b01b6fde-1366-41df-bad1-2662f8d2ee4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:35 GMT" - ], "Content-Length": [ "2789" ], @@ -1379,60 +1379,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm913\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/virtualMachines/vm913\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"41292f11-4aca-40f5-8098-47330e6a8a5a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/availabilitySets/AS1041\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk2crptestar1136.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/virtualMachines/vm6929\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4a537c36-d3a7-4ff4-b13b-348390537eb3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/availabilitySets/AS468\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk2crptestar1707.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/89a5fae6-b325-4fee-a634-7271a0fe6ece?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg5YTVmYWU2LWIzMjUtNGZlZS1hNjM0LTcyNzFhMGZlNmVjZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/66a64689-0591-4a68-a6d4-2b027dc110e7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY2YTY0Njg5LTA1OTEtNGE2OC1hNmQ0LTJiMDI3ZGMxMTBlNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:32:19 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e16985d-35d1-49b3-bbb1-c2fc2719daea" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "074fbe2f-0dc4-4405-96da-5cc8c4ed3eb5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "549c167a-0032-4e58-8129-33481c22dbcc" + "2c89d3a3-95e1-4fc7-92c2-277e78a14f65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223845Z:549c167a-0032-4e58-8129-33481c22dbcc" + "EASTUS2:20211117T123220Z:2c89d3a3-95e1-4fc7-92c2-277e78a14f65" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:38:45 GMT" - ], "Content-Length": [ "134" ], @@ -1443,57 +1443,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:38:35.1121967+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"89a5fae6-b325-4fee-a634-7271a0fe6ece\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:32:09.8011726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"66a64689-0591-4a68-a6d4-2b027dc110e7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/89a5fae6-b325-4fee-a634-7271a0fe6ece?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg5YTVmYWU2LWIzMjUtNGZlZS1hNjM0LTcyNzFhMGZlNmVjZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/66a64689-0591-4a68-a6d4-2b027dc110e7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY2YTY0Njg5LTA1OTEtNGE2OC1hNmQ0LTJiMDI3ZGMxMTBlNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:33:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac72da76-a1e3-4bf2-988c-b9da7677e0ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "060a12fb-9b7c-44e7-ac0d-c7a94a838234" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "2a0a0d06-b0ff-42a8-baf9-dec4fafb6c6b" + "740caba7-5869-47ed-a42e-cde04d8ba36b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223935Z:2a0a0d06-b0ff-42a8-baf9-dec4fafb6c6b" + "EASTUS2:20211117T123310Z:740caba7-5869-47ed-a42e-cde04d8ba36b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:39:35 GMT" - ], "Content-Length": [ "134" ], @@ -1504,57 +1504,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:38:35.1121967+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"89a5fae6-b325-4fee-a634-7271a0fe6ece\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:32:09.8011726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"66a64689-0591-4a68-a6d4-2b027dc110e7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/89a5fae6-b325-4fee-a634-7271a0fe6ece?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg5YTVmYWU2LWIzMjUtNGZlZS1hNjM0LTcyNzFhMGZlNmVjZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/66a64689-0591-4a68-a6d4-2b027dc110e7?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY2YTY0Njg5LTA1OTEtNGE2OC1hNmQ0LTJiMDI3ZGMxMTBlNz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:33:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3435ee69-d96b-4b8c-9f6b-b0b96ce287af" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2ba67894-8898-4661-ae8a-ea3fb1fa0d17" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "711a567d-0575-4152-8e8a-bf1da5ef822a" + "af4cca6b-a893-4d06-9d5b-2a60b7c1c05b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224025Z:711a567d-0575-4152-8e8a-bf1da5ef822a" + "EASTUS2:20211117T123400Z:af4cca6b-a893-4d06-9d5b-2a60b7c1c05b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:40:24 GMT" - ], "Content-Length": [ "184" ], @@ -1565,57 +1565,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:38:35.1121967+00:00\",\r\n \"endTime\": \"2021-06-28T22:39:55.2531261+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"89a5fae6-b325-4fee-a634-7271a0fe6ece\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:32:09.8011726+00:00\",\r\n \"endTime\": \"2021-11-17T12:33:45.3377368+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"66a64689-0591-4a68-a6d4-2b027dc110e7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/virtualMachines/vm913?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/virtualMachines/vm6929?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY5Mjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:33:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc95778b-dc8c-4574-a243-3edc760a6244" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b9436714-dacc-4a77-b37a-dcd09c2601f4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "600d4db0-e74d-458c-81c1-f587d86755f4" + "0a08a1d2-d957-49b8-a158-6b27f860d7a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224025Z:600d4db0-e74d-458c-81c1-f587d86755f4" + "EASTUS2:20211117T123400Z:0a08a1d2-d957-49b8-a158-6b27f860d7a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:40:24 GMT" - ], "Content-Length": [ "2818" ], @@ -1626,63 +1626,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm913\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/virtualMachines/vm913\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"41292f11-4aca-40f5-8098-47330e6a8a5a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/availabilitySets/AS1041\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk2crptestar1136.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/virtualMachines/vm6929\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4a537c36-d3a7-4ff4-b13b-348390537eb3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/availabilitySets/AS468\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk2crptestar1707.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/virtualMachines/vm913?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/virtualMachines/vm6929?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY5Mjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35367860-168f-469d-86d2-9edf1acce421" + "b43ec2cd-93b2-4ec2-8996-d797643c98ae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:33:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65b13768-15b9-4f07-bd89-f46eb4a5c95b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "67ecc9bb-9077-4cf9-977a-88b3e4eceb2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "20b32afe-7ac0-43f9-81ec-da49af28d509" + "ec192c85-319c-472e-a2f0-6599f66d7773" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224025Z:20b32afe-7ac0-43f9-81ec-da49af28d509" + "EASTUS2:20211117T123400Z:ec192c85-319c-472e-a2f0-6599f66d7773" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:40:24 GMT" - ], "Content-Length": [ "2818" ], @@ -1693,43 +1693,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm913\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/virtualMachines/vm913\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"41292f11-4aca-40f5-8098-47330e6a8a5a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/availabilitySets/AS1041\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk2crptestar1136.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Network/networkInterfaces/nic2734\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/virtualMachines/vm6929\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4a537c36-d3a7-4ff4-b13b-348390537eb3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/availabilitySets/AS468\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk2crptestar1707.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Network/networkInterfaces/nic8864\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzMDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzODc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\"\r\n }\r\n ]\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\"\r\n }\r\n ]\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "985fb2aa-3853-4eca-852c-bd91fd049dc5" + "978d2ca9-a749-4c35-964b-66c0d29aeedb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "550" + "549" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:34:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/eaaf0155-17e2-4a50-902c-63bd073e1ab1?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/60889b8c-2372-4cfd-b3ad-13b5532ae367?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1741,29 +1748,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eaaf0155-17e2-4a50-902c-63bd073e1ab1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "60889b8c-2372-4cfd-b3ad-13b5532ae367" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "3a14c196-8667-41cb-bf27-13ca71ef71f3" + "d3db2427-b45b-45e9-9274-236763280517" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224031Z:3a14c196-8667-41cb-bf27-13ca71ef71f3" + "EASTUS2:20211117T123405Z:d3db2427-b45b-45e9-9274-236763280517" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:40:30 GMT" - ], "Content-Length": [ - "951" + "950" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1772,57 +1772,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest3876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/eaaf0155-17e2-4a50-902c-63bd073e1ab1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VhYWYwMTU1LTE3ZTItNGE1MC05MDJjLTYzYmQwNzNlMWFiMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/60889b8c-2372-4cfd-b3ad-13b5532ae367?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzYwODg5YjhjLTIzNzItNGNmZC1iM2FkLTEzYjU1MzJhZTM2Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:34:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e504224-efe9-4559-8bb9-8d6dbcbe5cc3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8925088a-45f0-40fa-aa27-8b1e4170bba3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "335cc624-3e06-4e68-a765-3faf19814926" + "e3fa1591-8901-454d-997e-67f853f1e8c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224101Z:335cc624-3e06-4e68-a765-3faf19814926" + "EASTUS2:20211117T123435Z:e3fa1591-8901-454d-997e-67f853f1e8c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:01 GMT" - ], "Content-Length": [ "184" ], @@ -1833,29 +1833,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:40:25.9093685+00:00\",\r\n \"endTime\": \"2021-06-28T22:40:36.1281217+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"eaaf0155-17e2-4a50-902c-63bd073e1ab1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:34:00.3547997+00:00\",\r\n \"endTime\": \"2021-11-17T12:34:30.6070224+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"60889b8c-2372-4cfd-b3ad-13b5532ae367\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzMDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzODc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:34:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;358,Microsoft.Compute/GetImages30Min;1791" ], @@ -1863,29 +1870,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "657ec9d0-5bd1-40c8-bf28-55f2fe44dbe5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8dcf75c0-a573-46ff-bec1-885158f5889c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "21bfd45a-305c-4f82-94a1-b23e0f8feef2" + "f2af10bf-aa19-4e81-9b5a-2682efa89b22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224101Z:21bfd45a-305c-4f82-94a1-b23e0f8feef2" + "EASTUS2:20211117T123435Z:f2af10bf-aa19-4e81-9b5a-2682efa89b22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:01 GMT" - ], "Content-Length": [ - "1009" + "1008" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1894,35 +1894,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest3876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzMDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzODc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d917a72c-582f-4029-be1a-e964167ec23f" + "ef025c25-dec7-4d20-8f00-1043fe4af7e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:34:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;357,Microsoft.Compute/GetImages30Min;1790" ], @@ -1930,29 +1937,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "caa24e98-bfdc-4bba-b8ce-0a89105c22d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6095e6dc-e17d-4ca8-9a4c-c354f04d06b9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "fb32a3e4-dcde-4cd4-8494-83c78fe06767" + "87a55ed5-0dbd-4485-bc9e-267a789f22dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224101Z:fb32a3e4-dcde-4cd4-8494-83c78fe06767" + "EASTUS2:20211117T123435Z:87a55ed5-0dbd-4485-bc9e-267a789f22dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:01 GMT" - ], "Content-Length": [ - "1009" + "1008" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1961,29 +1961,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest3876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzMDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzODc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;355,Microsoft.Compute/GetImages30Min;1788" ], @@ -1991,29 +1998,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2644015b-28af-4a9a-9238-9ce8411dfa44" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8b22b9bd-8e85-45cf-a967-104ca9486b58" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "e0d8642d-69ab-4ac7-98d8-58f66a92f642" + "eede8da4-2276-4e3c-987c-2ca15d0f866e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224131Z:e0d8642d-69ab-4ac7-98d8-58f66a92f642" + "EASTUS2:20211117T123505Z:eede8da4-2276-4e3c-987c-2ca15d0f866e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:31 GMT" - ], "Content-Length": [ - "1039" + "1038" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2022,35 +2022,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest3876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzMDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzODc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88bc781a-491b-4b4b-9dd8-1aa8d3e7d810" + "4963c9c3-0778-472f-bcf5-50731baec9fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetImages3Min;354,Microsoft.Compute/GetImages30Min;1787" ], @@ -2058,29 +2065,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ebddb0b7-502f-4945-a651-98536af219ce" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d9963f51-8467-4893-96fe-b905e751aa80" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "661be251-3b9b-4a1d-99c0-0e55e7535d7b" + "1f22c380-a4a5-435c-ae72-8382f80afcee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224131Z:661be251-3b9b-4a1d-99c0-0e55e7535d7b" + "EASTUS2:20211117T123505Z:1f22c380-a4a5-435c-ae72-8382f80afcee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:31 GMT" - ], "Content-Length": [ - "1039" + "1038" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2089,26 +2089,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest3876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzMDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzODc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0f590e70-f8e7-41d7-92d8-5123a72efc3f" + "8395ef37-24ac-4a41-b267-6b121d1e0a3f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2121,11 +2121,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:34:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ec785549-75cd-4fdc-9b63-8e4e29448a48?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a58c84e5-bc0e-4fa7-9ea4-a9b0457efed0?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2137,29 +2144,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec785549-75cd-4fdc-9b63-8e4e29448a48" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a58c84e5-bc0e-4fa7-9ea4-a9b0457efed0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "665ae1e9-ff30-496f-b9f0-cc9b9923fc36" + "c42c4f37-8af0-4339-a422-dd56ee038e97" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224101Z:665ae1e9-ff30-496f-b9f0-cc9b9923fc36" + "EASTUS2:20211117T123435Z:c42c4f37-8af0-4339-a422-dd56ee038e97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:01 GMT" - ], "Content-Length": [ - "1038" + "1037" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2168,57 +2168,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imageTest3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imageTest3876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ec785549-75cd-4fdc-9b63-8e4e29448a48?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VjNzg1NTQ5LTc1Y2QtNGZkYy05YjYzLThlNGUyOTQ0OGE0OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a58c84e5-bc0e-4fa7-9ea4-a9b0457efed0?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E1OGM4NGU1LWJjMGUtNGZhNy05ZWE0LWE5YjA0NTdlZmVkMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b3205f1e-1a6f-45bc-9afc-fd7cb405f653" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ae0d796d-8738-4183-b9bc-018aa80b0813" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "71655688-fe30-4ac6-8f8a-3ed4a97dd1f1" + "e707936c-f30c-4785-bbd8-a3a649b97534" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224131Z:71655688-fe30-4ac6-8f8a-3ed4a97dd1f1" + "EASTUS2:20211117T123505Z:e707936c-f30c-4785-bbd8-a3a649b97534" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:31 GMT" - ], "Content-Length": [ "184" ], @@ -2229,35 +2229,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:41:01.4406726+00:00\",\r\n \"endTime\": \"2021-06-28T22:41:06.4875245+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ec785549-75cd-4fdc-9b63-8e4e29448a48\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:34:35.8101097+00:00\",\r\n \"endTime\": \"2021-11-17T12:34:40.8726587+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a58c84e5-bc0e-4fa7-9ea4-a9b0457efed0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b01eecc-b4ac-40a9-9809-d06e23533a4b" + "86c30a99-2aca-4143-a6fd-c2874cd16ab2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetImages3Min;79,Microsoft.Compute/HighCostGetImages30Min;398" ], @@ -2265,29 +2272,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b0783720-692a-4de6-a4ad-c7545bff0b23" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fbc86a04-9999-4109-9156-015ec6e24b2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "3edabd38-9d3b-48c4-b876-69c3dd78866a" + "ae93fc95-45d4-46c8-9167-972a54c490b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224131Z:3edabd38-9d3b-48c4-b876-69c3dd78866a" + "EASTUS2:20211117T123506Z:ae93fc95-45d4-46c8-9167-972a54c490b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:31 GMT" - ], "Content-Length": [ - "1200" + "1199" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2296,40 +2296,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"imageTest3098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8029/oscrptestar9775.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar7650.blob.core.windows.net/crptestar8062/dataDisk1crptestar9705.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"imageTest3876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"TagValue\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar534/oscrptestar1743.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"diskSizeGB\": 10,\r\n \"blobUri\": \"https://crptestar8250.blob.core.windows.net/crptestar9144/dataDisk1crptestar2696.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/images/imageTest3098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzMDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/images/imageTest3876?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9pbWFnZVRlc3QzODc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab5abc10-8175-4275-a684-ad80aa1bcf1b" + "0b4d4b42-33cb-490b-a177-13adbe9e16b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b136ba5-077b-42ad-98d4-a5b914ec33ab?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e3054c29-a207-4283-aeaf-9adf809a498f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b136ba5-077b-42ad-98d4-a5b914ec33ab?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e3054c29-a207-4283-aeaf-9adf809a498f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2341,85 +2348,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b136ba5-077b-42ad-98d4-a5b914ec33ab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e3054c29-a207-4283-aeaf-9adf809a498f" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "0f6dcf30-3535-4fa1-869a-0a3aa47963e4" + "b5039ff0-efb6-4c90-b254-7a087e34e75e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224131Z:0f6dcf30-3535-4fa1-869a-0a3aa47963e4" + "EASTUS2:20211117T123506Z:b5039ff0-efb6-4c90-b254-7a087e34e75e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:41:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b136ba5-077b-42ad-98d4-a5b914ec33ab?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiMTM2YmE1LTA3N2ItNDJhZC05OGQ0LWE1YjkxNGVjMzNhYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e3054c29-a207-4283-aeaf-9adf809a498f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UzMDU0YzI5LWEyMDctNDI4My1hZWFmLTlhZGY4MDlhNDk4Zj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d63e3bcd-6226-4cc8-a8ad-63914e7de9cc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6556b8aa-1834-4d41-8d95-8d244cd805d5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "ea8b67bd-1290-40f7-8b8f-5f18bb7fe9fa" + "cc7d022f-96fc-4728-abc8-cdd01fec18e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224201Z:ea8b67bd-1290-40f7-8b8f-5f18bb7fe9fa" + "EASTUS2:20211117T123536Z:cc7d022f-96fc-4728-abc8-cdd01fec18e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:42:01 GMT" - ], "Content-Length": [ "184" ], @@ -2430,101 +2430,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:41:31.8937862+00:00\",\r\n \"endTime\": \"2021-06-28T22:41:36.9562486+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4b136ba5-077b-42ad-98d4-a5b914ec33ab\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:35:06.1089478+00:00\",\r\n \"endTime\": \"2021-11-17T12:35:11.2031285+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e3054c29-a207-4283-aeaf-9adf809a498f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b136ba5-077b-42ad-98d4-a5b914ec33ab?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiMTM2YmE1LTA3N2ItNDJhZC05OGQ0LWE1YjkxNGVjMzNhYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e3054c29-a207-4283-aeaf-9adf809a498f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UzMDU0YzI5LWEyMDctNDI4My1hZWFmLTlhZGY4MDlhNDk4Zj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e5557f2-3e1d-4972-9e92-17c7cc8f5bcc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51344161-3774-4c32-8b70-eb0ffc86da6a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-correlation-request-id": [ - "a143db8e-e8fe-4421-90a1-faed00882ed7" + "670faaef-057f-4734-bdfc-6dcc7cbe6bb6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224201Z:a143db8e-e8fe-4421-90a1-faed00882ed7" + "EASTUS2:20211117T123536Z:670faaef-057f-4734-bdfc-6dcc7cbe6bb6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:42:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5004/providers/Microsoft.Compute/virtualMachines/vm913?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6736/providers/Microsoft.Compute/virtualMachines/vm6929?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY5Mjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7685a266-17e0-4ef1-b598-ae394d84d662" + "6dbd1f55-168f-4a0b-bb3a-63fd40c73677" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/abcef48e-9d74-4828-881f-bb8be3deeaf5?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bfd07a62-8601-4e7c-be7d-34e236f6f795?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/abcef48e-9d74-4828-881f-bb8be3deeaf5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bfd07a62-8601-4e7c-be7d-34e236f6f795?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2536,88 +2543,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "abcef48e-9d74-4828-881f-bb8be3deeaf5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bfd07a62-8601-4e7c-be7d-34e236f6f795" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "edf50471-d1fd-4065-af54-6d6e597afd60" + "50c445d3-3df3-4d89-8e24-63dd1fcf6ad1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224202Z:edf50471-d1fd-4065-af54-6d6e597afd60" + "EASTUS2:20211117T123536Z:50c445d3-3df3-4d89-8e24-63dd1fcf6ad1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:42:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/abcef48e-9d74-4828-881f-bb8be3deeaf5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiY2VmNDhlLTlkNzQtNDgyOC04ODFmLWJiOGJlM2RlZWFmNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bfd07a62-8601-4e7c-be7d-34e236f6f795?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JmZDA3YTYyLTg2MDEtNGU3Yy1iZTdkLTM0ZTIzNmY2Zjc5NT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:35:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bcbf8dbb-e9f1-4f9c-8899-fa8898053f74" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "688ef98f-c78b-42d7-92f2-f850b844f9a1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], "x-ms-correlation-request-id": [ - "51e54c88-9cbf-498d-9831-ec8a04515c73" + "e21bce5f-8abb-4e30-a0e4-230384193f2b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224212Z:51e54c88-9cbf-498d-9831-ec8a04515c73" + "EASTUS2:20211117T123546Z:e21bce5f-8abb-4e30-a0e4-230384193f2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:42:12 GMT" - ], "Content-Length": [ "134" ], @@ -2628,59 +2628,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:42:02.0969206+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"abcef48e-9d74-4828-881f-bb8be3deeaf5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:35:36.3924536+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bfd07a62-8601-4e7c-be7d-34e236f6f795\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/abcef48e-9d74-4828-881f-bb8be3deeaf5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiY2VmNDhlLTlkNzQtNDgyOC04ODFmLWJiOGJlM2RlZWFmNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bfd07a62-8601-4e7c-be7d-34e236f6f795?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JmZDA3YTYyLTg2MDEtNGU3Yy1iZTdkLTM0ZTIzNmY2Zjc5NT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:36:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78fc581b-5d56-46df-b9d8-da39ec7df9da" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "256da622-7462-4834-b9a4-e50430c26f25" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], "x-ms-correlation-request-id": [ - "f3f689fa-2a52-4248-bb97-2163dbaca6e4" + "e43a8d02-dfa2-4908-a2df-373193ecc9a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224242Z:f3f689fa-2a52-4248-bb97-2163dbaca6e4" + "EASTUS2:20211117T123616Z:e43a8d02-dfa2-4908-a2df-373193ecc9a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:42:41 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2689,197 +2689,144 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:42:02.0969206+00:00\",\r\n \"endTime\": \"2021-06-28T22:42:35.8158517+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"abcef48e-9d74-4828-881f-bb8be3deeaf5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:35:36.3924536+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bfd07a62-8601-4e7c-be7d-34e236f6f795\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/abcef48e-9d74-4828-881f-bb8be3deeaf5?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiY2VmNDhlLTlkNzQtNDgyOC04ODFmLWJiOGJlM2RlZWFmNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bfd07a62-8601-4e7c-be7d-34e236f6f795?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JmZDA3YTYyLTg2MDEtNGU3Yy1iZTdkLTM0ZTIzNmY2Zjc5NT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1b933398-578a-4a27-924b-f6596b36e1fb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "200cf707-aefa-4a02-9591-f03ef9013fe6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-correlation-request-id": [ - "27733ea5-baf2-4ed2-a1e3-4ba6643df918" + "470459c8-8361-4473-ba16-a8a15bea8b90" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224242Z:27733ea5-baf2-4ed2-a1e3-4ba6643df918" + "EASTUS2:20211117T123646Z:470459c8-8361-4473-ba16-a8a15bea8b90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:42:41 GMT" + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:35:36.3924536+00:00\",\r\n \"endTime\": \"2021-11-17T12:36:28.4895767+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bfd07a62-8601-4e7c-be7d-34e236f6f795\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5004?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bfd07a62-8601-4e7c-be7d-34e236f6f795?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JmZDA3YTYyLTg2MDEtNGU3Yy1iZTdkLTM0ZTIzNmY2Zjc5NT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "efc1934a-ef4c-499a-a3ec-5babf58c4a18" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:36:45 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "b78d3b60-84a1-4541-a4e1-a3e69f5540cb" - ], - "x-ms-correlation-request-id": [ - "b78d3b60-84a1-4541-a4e1-a3e69f5540cb" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T224242Z:b78d3b60-84a1-4541-a4e1-a3e69f5540cb" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 22:42:42 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "a1de9fa0-a6e2-4349-bdff-b5154690200e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "b64e34b5-5690-4a96-a837-d761a474be7e" + "11981" ], "x-ms-correlation-request-id": [ - "b64e34b5-5690-4a96-a837-d761a474be7e" + "f3ee623e-a048-41d9-bb12-a8de7fe4c145" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224257Z:b64e34b5-5690-4a96-a837-d761a474be7e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T123646Z:f3ee623e-a048-41d9-bb12-a8de7fe4c145" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:42:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6736?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "92555aa8-606d-4324-a8b8-92cfb6a2ce4b" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2887,26 +2834,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:36:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "e4a856ad-8aae-44d7-8e62-c660ed457623" + "f8f78b47-e5b4-4b4f-889d-6e02b0caefac" ], "x-ms-correlation-request-id": [ - "e4a856ad-8aae-44d7-8e62-c660ed457623" + "f8f78b47-e5b4-4b4f-889d-6e02b0caefac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224312Z:e4a856ad-8aae-44d7-8e62-c660ed457623" + "EASTUS2:20211117T123646Z:f8f78b47-e5b4-4b4f-889d-6e02b0caefac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2914,29 +2864,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:43:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpNMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2944,26 +2891,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:37:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "13e57f2f-a9d3-4a82-8a42-6a0e20c2b2f1" + "efa382fe-aaba-4e89-a7eb-5c3d7d993cea" ], "x-ms-correlation-request-id": [ - "13e57f2f-a9d3-4a82-8a42-6a0e20c2b2f1" + "efa382fe-aaba-4e89-a7eb-5c3d7d993cea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224327Z:13e57f2f-a9d3-4a82-8a42-6a0e20c2b2f1" + "EASTUS2:20211117T123701Z:efa382fe-aaba-4e89-a7eb-5c3d7d993cea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2971,29 +2921,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:43:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpNMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3001,26 +2948,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:37:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "1997f692-d00d-41db-9dee-4e8723d07196" + "bfffa6a1-541d-480b-9628-d4be1d1689b2" ], "x-ms-correlation-request-id": [ - "1997f692-d00d-41db-9dee-4e8723d07196" + "bfffa6a1-541d-480b-9628-d4be1d1689b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224342Z:1997f692-d00d-41db-9dee-4e8723d07196" + "EASTUS2:20211117T123716Z:bfffa6a1-541d-480b-9628-d4be1d1689b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3028,29 +2978,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:43:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpNMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3058,26 +3005,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:37:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "0c9b0459-9112-4831-8665-1bf788f1a386" + "6d310d17-6b96-40e9-a2ca-4146442d5448" ], "x-ms-correlation-request-id": [ - "0c9b0459-9112-4831-8665-1bf788f1a386" + "6d310d17-6b96-40e9-a2ca-4146442d5448" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224357Z:0c9b0459-9112-4831-8665-1bf788f1a386" + "EASTUS2:20211117T123731Z:6d310d17-6b96-40e9-a2ca-4146442d5448" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3085,29 +3035,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:43:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpNMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3115,26 +3062,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:37:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "d36f8efe-6939-4245-969f-2f8159a065c8" + "82f0ad8e-19e6-4163-b45c-d00f913ecef1" ], "x-ms-correlation-request-id": [ - "d36f8efe-6939-4245-969f-2f8159a065c8" + "82f0ad8e-19e6-4163-b45c-d00f913ecef1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224412Z:d36f8efe-6939-4245-969f-2f8159a065c8" + "EASTUS2:20211117T123746Z:82f0ad8e-19e6-4163-b45c-d00f913ecef1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3142,29 +3092,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:44:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpNMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3172,20 +3119,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:01 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "ffab773b-7c91-41f1-96b3-f361fc4dd4ae" + "dd7d3a59-cdb3-4924-8dc2-5b089964ed5e" ], "x-ms-correlation-request-id": [ - "ffab773b-7c91-41f1-96b3-f361fc4dd4ae" + "dd7d3a59-cdb3-4924-8dc2-5b089964ed5e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224427Z:ffab773b-7c91-41f1-96b3-f361fc4dd4ae" + "EASTUS2:20211117T123801Z:dd7d3a59-cdb3-4924-8dc2-5b089964ed5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3193,29 +3143,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:44:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDA0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURBMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpNMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3223,20 +3170,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:01 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "9e5ca7f7-cfaf-49c6-b184-545d7d066f41" + "e209a27c-c940-4daf-a03f-dc31faa5eab5" ], "x-ms-correlation-request-id": [ - "9e5ca7f7-cfaf-49c6-b184-545d7d066f41" + "e209a27c-c940-4daf-a03f-dc31faa5eab5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T224427Z:9e5ca7f7-cfaf-49c6-b184-545d7d066f41" + "EASTUS2:20211117T123801Z:e209a27c-c940-4daf-a03f-dc31faa5eab5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3244,14 +3194,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:44:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3260,35 +3207,35 @@ ], "Names": { "CreateImageTestHelper": [ - "crptestar5004", - "imageTest3098", - "crptestar7650", - "as1041" + "crptestar6736", + "imageTest3876", + "crptestar8250", + "as468" ], "CreatePublicIP": [ - "pip715", - "dn6710" + "pip209", + "dn692" ], "CreateVNET": [ - "vn340", - "sn6649" + "vn9470", + "sn319" ], "CreateNIC": [ - "nic2734", - "ip635" + "nic8864", + "ip2163" ], "CreateDefaultVMInput": [ - "crptestar8029", - "crptestar8390", - "crptestar9775", - "vm913", - "Microsoft.Compute/virtualMachines2271" + "crptestar534", + "crptestar1448", + "crptestar1743", + "vm6929", + "Microsoft.Compute/virtualMachines2133" ], "TestImageOperations": [ - "crptestar8062", - "crptestar1287", - "crptestar9705", - "crptestar1136" + "crptestar9144", + "crptestar6615", + "crptestar2696", + "crptestar1707" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMInSubscription.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMInSubscription.json index fd862f547ea16..9ec4be8f028ec 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMInSubscription.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMInSubscription.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f441f0d-6e5c-4c98-89ae-b825393c4e57" + "c11f1bf9-e905-4f57-9803-bca09e14edd6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:16:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "73998e21-2933-4fd5-a90e-465b33de39d0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "619eb9cf-7f86-45c8-90ed-bfef5e344fcf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f4cb63cc-bad7-49b0-ac6b-55bb12af5832" + "914085c9-3aab-4242-96b8-67f72bfe1306" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202028Z:f4cb63cc-bad7-49b0-ac6b-55bb12af5832" + "EASTUS2:20211119T201653Z:914085c9-3aab-4242-96b8-67f72bfe1306" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:20:27 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6666a?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NjZhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3024a?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMjRhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6666a\": \"2021-06-29 20:20:28Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3024a\": \"2021-11-19 20:16:53Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d13ab6e-7f70-4086-affb-5c14ea8d3c28" + "a04f2218-543f-4452-9d08-9b8544620c59" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:16:57 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5de84c47-fa25-4f9b-821c-7937bddd577b" + "fd8b4571-e284-4e6a-8078-635162f8460a" ], "x-ms-correlation-request-id": [ - "5de84c47-fa25-4f9b-821c-7937bddd577b" + "fd8b4571-e284-4e6a-8078-635162f8460a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202031Z:5de84c47-fa25-4f9b-821c-7937bddd577b" + "EASTUS2:20211119T201657Z:fd8b4571-e284-4e6a-8078-635162f8460a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:20:30 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a\",\r\n \"name\": \"crptestar6666a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6666a\": \"2021-06-29 20:20:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a\",\r\n \"name\": \"crptestar3024a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3024a\": \"2021-11-19 20:16:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6666a?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NjZhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3024a?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMjRhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6666a\": \"2021-06-29 20:21:09Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3024a\": \"2021-11-19 20:17:38Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "27d979a6-c227-4fe4-b29f-ffd1192b4779" + "fd81864a-5441-4c71-ba8b-8cecb79921eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:39 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "4067546e-5b7b-497a-8d6b-0429f9052a0e" + "610034bf-2f3d-42ba-b74e-9c3731f17f44" ], "x-ms-correlation-request-id": [ - "4067546e-5b7b-497a-8d6b-0429f9052a0e" + "610034bf-2f3d-42ba-b74e-9c3731f17f44" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202111Z:4067546e-5b7b-497a-8d6b-0429f9052a0e" + "EASTUS2:20211119T201740Z:610034bf-2f3d-42ba-b74e-9c3731f17f44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:10 GMT" - ], "Content-Length": [ "237" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a\",\r\n \"name\": \"crptestar6666a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6666a\": \"2021-06-29 20:21:09Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a\",\r\n \"name\": \"crptestar3024a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3024a\": \"2021-11-19 20:17:38Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Storage/storageAccounts/crptestar5715?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTcxNT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Storage/storageAccounts/crptestar4981?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDk4MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "46faf1c0-e4ce-49a8-98ba-ae0414a64db5" + "0bd5f118-2f53-42aa-8a40-cc76a4f9510e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ac65c3d9-1131-4a67-9131-a5c64a0e1835?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/64ffa022-6fb9-4dcd-adcc-a5bbef7c0fe1?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ac65c3d9-1131-4a67-9131-a5c64a0e1835" + "64ffa022-6fb9-4dcd-adcc-a5bbef7c0fe1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "05c7d09e-5e3a-4d78-92cf-6ff0e72db203" + "3c9b222a-ddeb-42ca-9e4b-eaf3d8f8a99b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202041Z:05c7d09e-5e3a-4d78-92cf-6ff0e72db203" + "EASTUS2:20211119T201710Z:3c9b222a-ddeb-42ca-9e4b-eaf3d8f8a99b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:20:41 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ac65c3d9-1131-4a67-9131-a5c64a0e1835?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYWM2NWMzZDktMTEzMS00YTY3LTkxMzEtYTVjNjRhMGUxODM1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/64ffa022-6fb9-4dcd-adcc-a5bbef7c0fe1?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNjRmZmEwMjItNmZiOS00ZGNkLWFkY2MtYTViYmVmN2MwZmUxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "72e814c3-fd9a-44c1-bff2-859a96192ab2" + "0e708a40-ca96-4b72-b732-e23609b461b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "06b3ddb1-ba30-4c48-a97a-4afbfb807070" + "87cf2efd-647e-417f-86d8-df2febe2dc59" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202059Z:06b3ddb1-ba30-4c48-a97a-4afbfb807070" + "EASTUS2:20211119T201728Z:87cf2efd-647e-417f-86d8-df2febe2dc59" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:20:58 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3fe7dfb0-330b-41fa-abac-5c42005d5d26" + "2fac32fe-8a66-4f06-a767-175ed1133b73" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "996bec51-10b5-4fea-946d-078c64f54e79" + "4143936a-c19e-4aa8-a4aa-b6fac4892f39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "56535d95-6311-4f83-a4e7-9010c32348b5" + "9bf207de-f079-4646-9c0b-faeeac2b0665" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202109Z:56535d95-6311-4f83-a4e7-9010c32348b5" + "EASTUS2:20211119T201738Z:9bf207de-f079-4646-9c0b-faeeac2b0665" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:08 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Storage/storageAccounts/crptestar5715\",\r\n \"name\": \"crptestar5715\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T20:20:37.8645258Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5715.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5715.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5715.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5715.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Storage/storageAccounts/crptestar4981\",\r\n \"name\": \"crptestar4981\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T20:17:07.0563068Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4981.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4981.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4981.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4981.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Storage/storageAccounts/crptestar5715?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTcxNT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Storage/storageAccounts/crptestar4981?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDk4MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71844353-a95e-42d9-8cd6-d8f69ddef1ff" + "67038e81-7360-4181-8310-60794d735700" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "238ebc23-0e01-4faf-a680-4070a6e92ec0" + "0fd32b59-3d84-45df-b94a-02bcd7c2419d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "b33c39a4-46bb-4fc2-87cb-515de7886d45" + "a88700c5-4784-4b56-bd45-94615bcc95ac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202109Z:b33c39a4-46bb-4fc2-87cb-515de7886d45" + "EASTUS2:20211119T201738Z:a88700c5-4784-4b56-bd45-94615bcc95ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:09 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Storage/storageAccounts/crptestar5715\",\r\n \"name\": \"crptestar5715\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T20:20:37.8645258Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5715.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5715.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5715.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5715.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Storage/storageAccounts/crptestar4981\",\r\n \"name\": \"crptestar4981\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T20:17:07.0563068Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4981.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4981.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4981.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4981.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/publicIPAddresses/pip8308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MzA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/publicIPAddresses/pip5195?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9909\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6974\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5bf4c9b-4e67-4d40-be1e-74056b5dc879" + "5cda0939-fef3-4bdb-8548-b8acb6b994db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:51 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "88616b32-14b0-4294-8af1-c40e9d00d78c" + "2bd02a65-1373-4cf3-b619-e7f63367e862" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/88616b32-14b0-4294-8af1-c40e9d00d78c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2bd02a65-1373-4cf3-b619-e7f63367e862?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c73c5cc6-65d5-4d2d-8696-0eb7ed67f4c4" + "dfcf96d7-00e0-478f-a431-15e291705549" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6d9cab56-3453-40fd-b790-64daf52176d4" + "1e3473db-11cf-4979-8481-81411e81b76e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202120Z:c73c5cc6-65d5-4d2d-8696-0eb7ed67f4c4" + "EASTUS2:20211119T201751Z:dfcf96d7-00e0-478f-a431-15e291705549" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:19 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/publicIPAddresses/pip8308\",\r\n \"etag\": \"W/\\\"b2704c3f-e7ee-4535-80f1-d9e8793fb3d9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d943e420-65cb-4dd1-befc-12fb4556305a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9909\",\r\n \"fqdn\": \"dn9909.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/publicIPAddresses/pip5195\",\r\n \"etag\": \"W/\\\"f8880c53-7f6a-4cc9-ab63-b1a20512df64\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d054f484-3eed-499c-901b-e014192245fd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6974\",\r\n \"fqdn\": \"dn6974.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/88616b32-14b0-4294-8af1-c40e9d00d78c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4NjE2YjMyLTE0YjAtNDI5NC04YWYxLWM0MGU5ZDAwZDc4Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2bd02a65-1373-4cf3-b619-e7f63367e862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiZDAyYTY1LTEzNzMtNGNmMy1iNjE5LWU3ZjYzMzY3ZTg2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bc555ae6-bfa0-4488-b2be-21aa5347efe3" + "ee5bf27d-4106-472f-b4fe-f32bdda79886" ], "x-ms-correlation-request-id": [ - "d7066771-1bcb-4c5c-ae38-18cc889ab6ed" + "03d3eb81-2cfe-4a48-8c24-c727c21ce33e" ], "x-ms-arm-service-request-id": [ - "80a51902-0fbb-40d6-83b6-15adbd1c4e72" + "0c8dc69b-3fdb-46a9-b658-2637e95f89a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202121Z:d7066771-1bcb-4c5c-ae38-18cc889ab6ed" + "EASTUS2:20211119T201753Z:03d3eb81-2cfe-4a48-8c24-c727c21ce33e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:21 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/publicIPAddresses/pip8308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MzA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/publicIPAddresses/pip5195?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a2fe67d8-fc68-4fb0-89d9-6297c270b660\"" + "W/\"6877702d-db28-4b6a-99eb-a53a2d2b3aab\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5d5d36fe-3533-49e0-a8a3-012fd25ed8ea" + "6d05e9e2-fa47-478a-b4d0-c3614b4fa5db" ], "x-ms-correlation-request-id": [ - "974e48bd-7f62-4d4b-9a7a-b2b21185c2ef" + "a60b53cb-3f2b-4622-bdbb-2f88355e6877" ], "x-ms-arm-service-request-id": [ - "98e7f1de-3d1b-4861-9374-4f85b7efbc9f" + "d8f0e8e3-5a51-4eda-ae3f-3a2a7483e162" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202122Z:974e48bd-7f62-4d4b-9a7a-b2b21185c2ef" + "EASTUS2:20211119T201753Z:a60b53cb-3f2b-4622-bdbb-2f88355e6877" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:21 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/publicIPAddresses/pip8308\",\r\n \"etag\": \"W/\\\"a2fe67d8-fc68-4fb0-89d9-6297c270b660\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d943e420-65cb-4dd1-befc-12fb4556305a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9909\",\r\n \"fqdn\": \"dn9909.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/publicIPAddresses/pip5195\",\r\n \"etag\": \"W/\\\"6877702d-db28-4b6a-99eb-a53a2d2b3aab\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d054f484-3eed-499c-901b-e014192245fd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6974\",\r\n \"fqdn\": \"dn6974.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/publicIPAddresses/pip8308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MzA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/publicIPAddresses/pip5195?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49f1d3e4-fd7e-4362-a1ff-a01baa070016" + "73bc937c-9bb3-4032-abf9-7bc6d1296eee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a2fe67d8-fc68-4fb0-89d9-6297c270b660\"" + "W/\"6877702d-db28-4b6a-99eb-a53a2d2b3aab\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e6ffe161-ca0b-479a-9e66-9eb400f61480" + "1e110456-cfcc-4ad7-8b7e-3d452fb27a35" ], "x-ms-correlation-request-id": [ - "181ed76a-74e3-4c1e-9085-2aea273e9548" + "847f4722-ba3d-418e-93b5-cb67ffaa1995" ], "x-ms-arm-service-request-id": [ - "6ccd7022-826e-4deb-863f-f037a2e77ad3" + "8ebf0498-afdb-4a7a-affe-be349e634a30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202122Z:181ed76a-74e3-4c1e-9085-2aea273e9548" + "EASTUS2:20211119T201753Z:847f4722-ba3d-418e-93b5-cb67ffaa1995" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:21 GMT" - ], "Content-Length": [ "771" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/publicIPAddresses/pip8308\",\r\n \"etag\": \"W/\\\"a2fe67d8-fc68-4fb0-89d9-6297c270b660\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d943e420-65cb-4dd1-befc-12fb4556305a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9909\",\r\n \"fqdn\": \"dn9909.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/publicIPAddresses/pip5195\",\r\n \"etag\": \"W/\\\"6877702d-db28-4b6a-99eb-a53a2d2b3aab\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d054f484-3eed-499c-901b-e014192245fd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6974\",\r\n \"fqdn\": \"dn6974.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yOTc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42NDI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1941\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2421\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a460a656-b01c-4ebe-a373-7e42a44453dc" + "133aac6b-aeff-4fff-b967-2340c483281c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:17:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6ccfc380-886e-4fb0-a74c-f0b70a9c6548" + "33dcf9a0-bed6-40a8-9218-73a69adfa60a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6ccfc380-886e-4fb0-a74c-f0b70a9c6548?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/33dcf9a0-bed6-40a8-9218-73a69adfa60a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "791bf3bd-e014-463d-9fff-007763c530b2" + "180baa7c-7812-4d05-98e5-2174a074a5c8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cfc34f68-465c-4d94-97bb-956ec0291247" + "978a9b0f-b25c-45c1-b860-97bb0c176160" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202125Z:791bf3bd-e014-463d-9fff-007763c530b2" + "EASTUS2:20211119T201758Z:180baa7c-7812-4d05-98e5-2174a074a5c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:25 GMT" - ], "Content-Length": [ "1323" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2978\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978\",\r\n \"etag\": \"W/\\\"b519fd76-27d1-4f26-af56-e12cf015b183\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d13fc1f1-22df-474e-a2f6-473c35087d47\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1941\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941\",\r\n \"etag\": \"W/\\\"b519fd76-27d1-4f26-af56-e12cf015b183\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424\",\r\n \"etag\": \"W/\\\"b9abf986-9fcf-444b-a17b-2651a1c56477\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0f58b277-9530-4951-8610-6a99608bf660\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2421\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421\",\r\n \"etag\": \"W/\\\"b9abf986-9fcf-444b-a17b-2651a1c56477\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6ccfc380-886e-4fb0-a74c-f0b70a9c6548?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZjY2ZjMzgwLTg4NmUtNGZiMC1hNzRjLWYwYjcwYTljNjU0OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/33dcf9a0-bed6-40a8-9218-73a69adfa60a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzZGNmOWEwLWJlZDYtNDBhOC05MjE4LTczYTY5YWRmYTYwYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a0fb9320-b8cf-4777-8eb3-80f008eb22e2" + "35c4d76e-b893-4455-bdbb-0f77e936d3d4" ], "x-ms-correlation-request-id": [ - "0db659cc-f7b6-47dd-926e-7e598328c839" + "0d249187-5972-4484-963b-a444fe44d261" ], "x-ms-arm-service-request-id": [ - "5d9b4133-6928-457f-bab8-043a9e110984" + "d72362ec-6f45-46f8-b405-2e82d3922ecc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202129Z:0db659cc-f7b6-47dd-926e-7e598328c839" + "EASTUS2:20211119T201801Z:0d249187-5972-4484-963b-a444fe44d261" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:29 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yOTc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42NDI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"da04efbe-3e81-4fd5-9850-c87e5f2cebd6\"" + "W/\"e75da426-0fdd-4ac6-85f2-ad77d603733f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8d12a722-f55d-4776-9a8b-202ca1409e25" + "012b78df-ca75-4fcd-bf57-8eaa392bd07f" ], "x-ms-correlation-request-id": [ - "dd31ff12-3bdf-4216-86de-08f17860e847" + "56ad9f64-bcb6-4c74-bb11-fe8c493ed028" ], "x-ms-arm-service-request-id": [ - "5690802f-e347-4bae-90ca-cb60928e867d" + "f0b223dd-86ed-424d-a513-a54800fc4667" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202130Z:dd31ff12-3bdf-4216-86de-08f17860e847" + "EASTUS2:20211119T201802Z:56ad9f64-bcb6-4c74-bb11-fe8c493ed028" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:29 GMT" - ], "Content-Length": [ "1325" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2978\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978\",\r\n \"etag\": \"W/\\\"da04efbe-3e81-4fd5-9850-c87e5f2cebd6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d13fc1f1-22df-474e-a2f6-473c35087d47\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1941\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941\",\r\n \"etag\": \"W/\\\"da04efbe-3e81-4fd5-9850-c87e5f2cebd6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424\",\r\n \"etag\": \"W/\\\"e75da426-0fdd-4ac6-85f2-ad77d603733f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0f58b277-9530-4951-8610-6a99608bf660\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2421\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421\",\r\n \"etag\": \"W/\\\"e75da426-0fdd-4ac6-85f2-ad77d603733f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yOTc4L3N1Ym5ldHMvc24xOTQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42NDI0L3N1Ym5ldHMvc24yNDIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b40d3061-418a-4ec3-91f2-f1b8f4088679" + "742996f7-7f1a-4e7b-97bf-686a3de46089" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"da04efbe-3e81-4fd5-9850-c87e5f2cebd6\"" + "W/\"e75da426-0fdd-4ac6-85f2-ad77d603733f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "75a83e45-158f-4e54-90de-259d186848ba" + "96ca8b84-3fe6-496a-b84b-d690db772c20" ], "x-ms-correlation-request-id": [ - "818ea482-9f7e-49f9-b749-6cf1d203164d" + "730499fa-22ef-425b-ba02-e150598433ef" ], "x-ms-arm-service-request-id": [ - "d9a45b33-40b6-4254-ab00-45d22101f662" + "46109ac4-cdb8-47c4-90a0-2b9fec93c56c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202130Z:818ea482-9f7e-49f9-b749-6cf1d203164d" + "EASTUS2:20211119T201802Z:730499fa-22ef-425b-ba02-e150598433ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:29 GMT" - ], "Content-Length": [ "524" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1941\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941\",\r\n \"etag\": \"W/\\\"da04efbe-3e81-4fd5-9850-c87e5f2cebd6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2421\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421\",\r\n \"etag\": \"W/\\\"e75da426-0fdd-4ac6-85f2-ad77d603733f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NjM4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1941\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941\"\r\n }\r\n },\r\n \"name\": \"ip9671\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2421\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421\"\r\n }\r\n },\r\n \"name\": \"ip3442\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5752b8be-8eda-493d-a960-54ae4540760d" + "750eae70-3999-468a-a412-2a8cee0cd2b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1043,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "14e2a9f3-e3d9-4c15-8485-fd4b14fdf63e" + "6e3beb19-25c0-4b63-bc95-daffb74b24df" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/14e2a9f3-e3d9-4c15-8485-fd4b14fdf63e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6e3beb19-25c0-4b63-bc95-daffb74b24df?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "be86aab7-6d0d-4d02-b397-b88838ebd7ce" + "f78ecda0-40f3-4833-a549-da91db40536f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "07732b56-4efe-4b90-9a9f-7863496de198" + "c0617327-5f9c-4da5-bd8d-6914a0b17e2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202134Z:be86aab7-6d0d-4d02-b397-b88838ebd7ce" + "EASTUS2:20211119T201807Z:f78ecda0-40f3-4833-a549-da91db40536f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:33 GMT" - ], "Content-Length": [ "1634" ], @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5638\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\",\r\n \"etag\": \"W/\\\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ed80436f-8b09-4d02-964d-337f359f1efd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9671\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638/ipConfigurations/ip9671\",\r\n \"etag\": \"W/\\\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941\"\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\": \"4hat5uo5ejhepixwi24dkcd3ih.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\",\r\n \"etag\": \"W/\\\"961ff84e-8261-42f7-8684-072447d53448\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a3809cd7-857b-47ba-b267-f1f30a16d203\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520/ipConfigurations/ip3442\",\r\n \"etag\": \"W/\\\"961ff84e-8261-42f7-8684-072447d53448\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421\"\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\": \"o4zfqdzqsviutbqqnkmwbc5wma.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NjM4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1110,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\"" + "W/\"961ff84e-8261-42f7-8684-072447d53448\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "36000d68-f987-40bc-b187-7536ccabfd58" + "60cdc9cd-1249-4e97-a152-41ba10b066dc" ], "x-ms-correlation-request-id": [ - "89f847bb-7156-4e33-a70c-9765f9d35a44" + "b7b12848-70ff-4f1a-a8e6-b6f3252a33af" ], "x-ms-arm-service-request-id": [ - "a46535e6-41a7-4c3d-bdf6-d120eb828868" + "0f9f4b59-6ab4-416c-929e-b071fd475a8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202134Z:89f847bb-7156-4e33-a70c-9765f9d35a44" + "EASTUS2:20211119T201807Z:b7b12848-70ff-4f1a-a8e6-b6f3252a33af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:33 GMT" - ], "Content-Length": [ "1634" ], @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5638\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\",\r\n \"etag\": \"W/\\\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ed80436f-8b09-4d02-964d-337f359f1efd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9671\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638/ipConfigurations/ip9671\",\r\n \"etag\": \"W/\\\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941\"\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\": \"4hat5uo5ejhepixwi24dkcd3ih.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\",\r\n \"etag\": \"W/\\\"961ff84e-8261-42f7-8684-072447d53448\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a3809cd7-857b-47ba-b267-f1f30a16d203\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520/ipConfigurations/ip3442\",\r\n \"etag\": \"W/\\\"961ff84e-8261-42f7-8684-072447d53448\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421\"\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\": \"o4zfqdzqsviutbqqnkmwbc5wma.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NjM4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cea51ca-fbcf-49a0-867c-2aa8176aaeeb" + "858de880-af79-44b1-a823-554c1925141d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1180,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\"" + "W/\"961ff84e-8261-42f7-8684-072447d53448\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5f1a0d17-10d8-4dfd-9418-bc63d227c2e2" + "fe16e4e9-d871-4e4e-961e-938b24e954e5" ], "x-ms-correlation-request-id": [ - "0d15eb8f-e07b-4868-af9b-578041eb9445" + "01ba8a86-66a2-4176-9fba-07853870891a" ], "x-ms-arm-service-request-id": [ - "02b13bdb-c45b-471e-ab83-2db27632b0c0" + "30f2022c-feea-475e-bb42-dd0d5fac76bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202135Z:0d15eb8f-e07b-4868-af9b-578041eb9445" + "EASTUS2:20211119T201807Z:01ba8a86-66a2-4176-9fba-07853870891a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:34 GMT" - ], "Content-Length": [ "1634" ], @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5638\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\",\r\n \"etag\": \"W/\\\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ed80436f-8b09-4d02-964d-337f359f1efd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9671\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638/ipConfigurations/ip9671\",\r\n \"etag\": \"W/\\\"6e68f0ee-0ba0-4729-96bb-f7c779d6c199\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/virtualNetworks/vn2978/subnets/sn1941\"\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\": \"4hat5uo5ejhepixwi24dkcd3ih.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\",\r\n \"etag\": \"W/\\\"961ff84e-8261-42f7-8684-072447d53448\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a3809cd7-857b-47ba-b267-f1f30a16d203\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520/ipConfigurations/ip3442\",\r\n \"etag\": \"W/\\\"961ff84e-8261-42f7-8684-072447d53448\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/virtualNetworks/vn6424/subnets/sn2421\"\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\": \"o4zfqdzqsviutbqqnkmwbc5wma.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/availabilitySets/as7498?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNzQ5OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/availabilitySets/as9932?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzOTkzMj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "926da2df-144b-409b-8c15-a6ea0af86d37" + "724b7f30-b8fe-4c93-88fc-7331d6bae1ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,37 +1256,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1193" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7598cd11-6801-4b5f-80af-a8f83fa5495e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "62269db4-b3de-4bfc-9110-195ed03023d5" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "2eecc7fa-406b-4c04-a09d-b0d214aa3585" + "8286ca47-ce1e-4e4f-8bb4-c6221b23191c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202143Z:2eecc7fa-406b-4c04-a09d-b0d214aa3585" + "EASTUS2:20211119T201817Z:8286ca47-ce1e-4e4f-8bb4-c6221b23191c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:43 GMT" - ], "Content-Length": [ "445" ], @@ -1297,80 +1297,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as7498\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/availabilitySets/as7498\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/availabilitySets/as9932\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/virtualMachines/vm1068?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xMDY4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/virtualMachines/vm9046?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MDQ2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar502/oscrptestar3840.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/availabilitySets/as7498\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar5244/oscrptestar2153.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/availabilitySets/as9932\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "facfbb6c-3f23-4c0b-b50c-81a14d338b6d" + "f4036b71-8769-4136-809e-139a4a7607e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1221" + "1222" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31d23ec-bcd6-44f1-bad8-aaa8853d2057?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ba6807f8-5511-4c88-b617-098de3c5e28e?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1192" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b31d23ec-bcd6-44f1-bad8-aaa8853d2057" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba6807f8-5511-4c88-b617-098de3c5e28e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "077cb83f-1b66-4679-a548-f8e81d5aa81b" + "1aa8b4d2-0c39-4afa-a3e6-362111a2f37c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202149Z:077cb83f-1b66-4679-a548-f8e81d5aa81b" + "EASTUS2:20211119T201822Z:1aa8b4d2-0c39-4afa-a3e6-362111a2f37c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:21:49 GMT" - ], "Content-Length": [ - "2028" + "2029" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,60 +1379,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/virtualMachines/vm1068\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2d7aebdb-60b4-423d-aa6e-e56b1396fdfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar502/oscrptestar3840.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/virtualMachines/vm9046\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"844fd275-f97b-4f81-96f9-ec8a73025aab\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar5244/oscrptestar2153.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31d23ec-bcd6-44f1-bad8-aaa8853d2057?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzMWQyM2VjLWJjZDYtNDRmMS1iYWQ4LWFhYTg4NTNkMjA1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ba6807f8-5511-4c88-b617-098de3c5e28e?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhNjgwN2Y4LTU1MTEtNGM4OC1iNjE3LTA5OGRlM2M1ZTI4ZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:18:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29912" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b16b19e-ce1c-4c5d-8b96-c39e5a29e688" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "855ff819-5fa5-4923-b9bb-dd61342a7470" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "f5f62615-1d75-4f39-8b6e-3295043e0df2" + "b0f5d76d-3e34-4b96-973a-18752a0f16a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202200Z:f5f62615-1d75-4f39-8b6e-3295043e0df2" + "EASTUS2:20211119T201832Z:b0f5d76d-3e34-4b96-973a-18752a0f16a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:22:00 GMT" - ], "Content-Length": [ "134" ], @@ -1443,57 +1443,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:21:47.6256309+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b31d23ec-bcd6-44f1-bad8-aaa8853d2057\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:18:19.8403243+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba6807f8-5511-4c88-b617-098de3c5e28e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31d23ec-bcd6-44f1-bad8-aaa8853d2057?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzMWQyM2VjLWJjZDYtNDRmMS1iYWQ4LWFhYTg4NTNkMjA1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ba6807f8-5511-4c88-b617-098de3c5e28e?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhNjgwN2Y4LTU1MTEtNGM4OC1iNjE3LTA5OGRlM2M1ZTI4ZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:19:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29911" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d6c292e-e440-4409-989d-a724855e81ec" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d5894f6b-4411-42e0-a33d-cb1cff812817" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "02500a80-5804-451c-9cae-8ebc821e3b8d" + "5aa5d7b8-35b3-48e3-a208-b2fec15656c2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202250Z:02500a80-5804-451c-9cae-8ebc821e3b8d" + "EASTUS2:20211119T201922Z:5aa5d7b8-35b3-48e3-a208-b2fec15656c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:22:50 GMT" - ], "Content-Length": [ "134" ], @@ -1504,57 +1504,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:21:47.6256309+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b31d23ec-bcd6-44f1-bad8-aaa8853d2057\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:18:19.8403243+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba6807f8-5511-4c88-b617-098de3c5e28e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31d23ec-bcd6-44f1-bad8-aaa8853d2057?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzMWQyM2VjLWJjZDYtNDRmMS1iYWQ4LWFhYTg4NTNkMjA1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ba6807f8-5511-4c88-b617-098de3c5e28e?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhNjgwN2Y4LTU1MTEtNGM4OC1iNjE3LTA5OGRlM2M1ZTI4ZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:20:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29910" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c67f6bb-3632-435e-a936-2440eb5ad4b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cb6abd1c-a5e9-41a1-a5f7-038619609348" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "67531ee1-d7b8-412f-9a9b-ced673b0ab92" + "7bbfbdfd-3a21-40eb-a712-90eac5e5769e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202340Z:67531ee1-d7b8-412f-9a9b-ced673b0ab92" + "EASTUS2:20211119T202012Z:7bbfbdfd-3a21-40eb-a712-90eac5e5769e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:23:40 GMT" - ], "Content-Length": [ "134" ], @@ -1565,57 +1565,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:21:47.6256309+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b31d23ec-bcd6-44f1-bad8-aaa8853d2057\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:18:19.8403243+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba6807f8-5511-4c88-b617-098de3c5e28e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31d23ec-bcd6-44f1-bad8-aaa8853d2057?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzMWQyM2VjLWJjZDYtNDRmMS1iYWQ4LWFhYTg4NTNkMjA1Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ba6807f8-5511-4c88-b617-098de3c5e28e?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhNjgwN2Y4LTU1MTEtNGM4OC1iNjE3LTA5OGRlM2M1ZTI4ZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "38e1ee24-38fa-4e23-9cff-0eeeee9c58f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ab60fc0a-3f90-4607-97b4-7e5b1586add8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "075288e3-3d55-4c08-937b-d41ba1797d3c" + "2af17942-9169-43d3-b9d4-529e8386b034" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202431Z:075288e3-3d55-4c08-937b-d41ba1797d3c" + "EASTUS2:20211119T202103Z:2af17942-9169-43d3-b9d4-529e8386b034" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:30 GMT" - ], "Content-Length": [ "184" ], @@ -1626,59 +1626,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:21:47.6256309+00:00\",\r\n \"endTime\": \"2021-06-29T20:24:21.6266487+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b31d23ec-bcd6-44f1-bad8-aaa8853d2057\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:18:19.8403243+00:00\",\r\n \"endTime\": \"2021-11-19T20:20:49.3244694+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ba6807f8-5511-4c88-b617-098de3c5e28e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/virtualMachines/vm1068?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xMDY4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/virtualMachines/vm9046?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MDQ2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31955" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5d68d9c1-4720-49f2-b5af-aa0da69f32ef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ce45f865-ae8f-4c4c-a969-e919028d71f0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "2b866582-0632-43e7-a925-a83a779cffdc" + "78eea5a2-2120-435f-a165-3fc568bde609" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202431Z:2b866582-0632-43e7-a925-a83a779cffdc" + "EASTUS2:20211119T202103Z:78eea5a2-2120-435f-a165-3fc568bde609" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:31 GMT" - ], "Content-Length": [ - "2057" + "2058" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,65 +1687,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/virtualMachines/vm1068\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2d7aebdb-60b4-423d-aa6e-e56b1396fdfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar502/oscrptestar3840.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/virtualMachines/vm9046\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"844fd275-f97b-4f81-96f9-ec8a73025aab\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar5244/oscrptestar2153.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/virtualMachines/vm1068?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xMDY4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/virtualMachines/vm9046?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MDQ2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1e724ef-317a-4d91-b336-9921c33e9874" + "f292a97c-e070-44f2-965d-010ac143a21b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31954" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84032054-fd4d-48f2-913e-d8638901afd7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b9309e9f-b73b-45d9-9d48-caa5be128d62" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "d001f3f4-5f99-4718-90f1-b1e8c90a6850" + "c703928a-ff61-4c22-adbf-610a03f07f23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202431Z:d001f3f4-5f99-4718-90f1-b1e8c90a6850" + "EASTUS2:20211119T202103Z:c703928a-ff61-4c22-adbf-610a03f07f23" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:31 GMT" - ], "Content-Length": [ - "2057" + "2058" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1754,25 +1754,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/virtualMachines/vm1068\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2d7aebdb-60b4-423d-aa6e-e56b1396fdfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar502/oscrptestar3840.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/virtualMachines/vm9046\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"844fd275-f97b-4f81-96f9-ec8a73025aab\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar5244/oscrptestar2153.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6666b?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NjZiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3024b?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMjRiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6666b\": \"2021-06-29 20:24:31Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3024b\": \"2021-11-19 20:21:03Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dfa33093-fc12-437b-a080-463e4731dfb5" + "10c87bae-baae-4f36-8be8-7e5f8f1d57ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -1786,6 +1786,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:07 GMT" + ], "Pragma": [ "no-cache" ], @@ -1793,13 +1796,13 @@ "1199" ], "x-ms-request-id": [ - "71f42509-6c4e-41f5-9989-f9a2183e434c" + "e62f5bd3-ad2c-4e1d-9711-bb8cb3ce411f" ], "x-ms-correlation-request-id": [ - "71f42509-6c4e-41f5-9989-f9a2183e434c" + "e62f5bd3-ad2c-4e1d-9711-bb8cb3ce411f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202434Z:71f42509-6c4e-41f5-9989-f9a2183e434c" + "EASTUS2:20211119T202107Z:e62f5bd3-ad2c-4e1d-9711-bb8cb3ce411f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1807,9 +1810,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:33 GMT" - ], "Content-Length": [ "237" ], @@ -1820,25 +1820,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b\",\r\n \"name\": \"crptestar6666b\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6666b\": \"2021-06-29 20:24:31Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b\",\r\n \"name\": \"crptestar3024b\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3024b\": \"2021-11-19 20:21:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/publicIPAddresses/pip6432?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NDMyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/publicIPAddresses/pip4699?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0Njk5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2884\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4462\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5087c6e-c35e-4521-8dbd-5f40101e7649" + "88a35c8c-e824-4180-976e-25b20d4469ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1852,46 +1852,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c6b4e829-2b5f-47e2-8ceb-f452aff2210f" + "e5009c42-dcf7-4f34-887c-85a8b116acb8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c6b4e829-2b5f-47e2-8ceb-f452aff2210f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e5009c42-dcf7-4f34-887c-85a8b116acb8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "701564bd-0d73-4e73-8ca4-48a8a7c33af3" + "504fa0c2-25da-42ea-b978-b4e752bf8a28" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6fc7a72e-48e7-46c2-96f1-bc233f28762e" + "9c0d4977-bc7e-498b-bf5b-873a86a88e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202442Z:701564bd-0d73-4e73-8ca4-48a8a7c33af3" + "EASTUS2:20211119T202117Z:504fa0c2-25da-42ea-b978-b4e752bf8a28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:42 GMT" - ], "Content-Length": [ "770" ], @@ -1902,19 +1902,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6432\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/publicIPAddresses/pip6432\",\r\n \"etag\": \"W/\\\"d19a4750-ab81-4f80-a911-77d0f25cbd6e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4aa5a512-ea22-418b-a2ff-036dbb76290d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2884\",\r\n \"fqdn\": \"dn2884.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/publicIPAddresses/pip4699\",\r\n \"etag\": \"W/\\\"42b90d11-2aa9-41c2-a630-175300f09f9b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8539b8b7-3ddf-4e64-ba3c-beef523371f4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4462\",\r\n \"fqdn\": \"dn4462.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c6b4e829-2b5f-47e2-8ceb-f452aff2210f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M2YjRlODI5LTJiNWYtNDdlMi04Y2ViLWY0NTJhZmYyMjEwZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e5009c42-dcf7-4f34-887c-85a8b116acb8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1MDA5YzQyLWRjZjctNGYzNC04ODdjLTg1YThiMTE2YWNiOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1922,37 +1922,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b55fb7bf-9489-400b-8848-94facb1a8403" + "b34ee79e-27a1-469a-803f-dcb0b02b705d" ], "x-ms-correlation-request-id": [ - "c4d057b6-b22f-4248-90f2-c1fd1efcea1b" + "8cd7b490-577e-49d5-9996-a5e983336612" ], "x-ms-arm-service-request-id": [ - "a0a61d8e-e894-4ad7-aa60-eaf0d340c4e1" + "eec60055-4e31-43b2-8b59-e29c3d2dc499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202444Z:c4d057b6-b22f-4248-90f2-c1fd1efcea1b" + "EASTUS2:20211119T202118Z:8cd7b490-577e-49d5-9996-a5e983336612" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:43 GMT" - ], "Content-Length": [ "29" ], @@ -1967,15 +1967,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/publicIPAddresses/pip6432?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NDMyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/publicIPAddresses/pip4699?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0Njk5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1983,40 +1983,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ddd7fc82-c91c-4c57-948e-6f069138ad8c\"" + "W/\"b3a4c5e6-3868-4ba2-a2af-341ed4dc5819\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b01247c8-25bb-4b44-85e7-a0c6af8d7698" + "5da665b7-30cc-446a-8048-eda145c2126b" ], "x-ms-correlation-request-id": [ - "4aa766fa-86a9-42af-9b54-996d8b2dcc3a" + "55fd7075-0c10-4060-8d85-85986da485e0" ], "x-ms-arm-service-request-id": [ - "60df55ee-82ee-473a-a84f-9b1d35435f75" + "2f7e644a-4bc9-44f3-83f8-fcfc5b08c428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202444Z:4aa766fa-86a9-42af-9b54-996d8b2dcc3a" + "EASTUS2:20211119T202119Z:55fd7075-0c10-4060-8d85-85986da485e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:43 GMT" - ], "Content-Length": [ "771" ], @@ -2027,25 +2027,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6432\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/publicIPAddresses/pip6432\",\r\n \"etag\": \"W/\\\"ddd7fc82-c91c-4c57-948e-6f069138ad8c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4aa5a512-ea22-418b-a2ff-036dbb76290d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2884\",\r\n \"fqdn\": \"dn2884.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/publicIPAddresses/pip4699\",\r\n \"etag\": \"W/\\\"b3a4c5e6-3868-4ba2-a2af-341ed4dc5819\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8539b8b7-3ddf-4e64-ba3c-beef523371f4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4462\",\r\n \"fqdn\": \"dn4462.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/publicIPAddresses/pip6432?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NDMyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/publicIPAddresses/pip4699?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0Njk5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e6072c6-0163-45d4-8363-7cfb8e360aca" + "235838db-d982-4c87-adc6-74cadd48afd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2053,40 +2053,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ddd7fc82-c91c-4c57-948e-6f069138ad8c\"" + "W/\"b3a4c5e6-3868-4ba2-a2af-341ed4dc5819\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ffcd682f-764c-43d2-8241-bdfc906dfd52" + "043e2f0a-7497-4d7e-8876-2b9112074862" ], "x-ms-correlation-request-id": [ - "5ddfd999-591c-4066-9652-6e2fcdb76c40" + "ce63d14e-a2e3-4dae-a30c-fa942a12a85c" ], "x-ms-arm-service-request-id": [ - "8616e91d-b055-474c-b007-4ee738f93093" + "68e08f70-07bc-44eb-b68e-9b0efdfa996b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202444Z:5ddfd999-591c-4066-9652-6e2fcdb76c40" + "EASTUS2:20211119T202119Z:ce63d14e-a2e3-4dae-a30c-fa942a12a85c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:44 GMT" - ], "Content-Length": [ "771" ], @@ -2097,25 +2097,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6432\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/publicIPAddresses/pip6432\",\r\n \"etag\": \"W/\\\"ddd7fc82-c91c-4c57-948e-6f069138ad8c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4aa5a512-ea22-418b-a2ff-036dbb76290d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2884\",\r\n \"fqdn\": \"dn2884.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/publicIPAddresses/pip4699\",\r\n \"etag\": \"W/\\\"b3a4c5e6-3868-4ba2-a2af-341ed4dc5819\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8539b8b7-3ddf-4e64-ba3c-beef523371f4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4462\",\r\n \"fqdn\": \"dn4462.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMTk5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7299\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1192\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1707e75-565f-45f7-87a7-b675f1597b9e" + "19216b5b-bca0-463a-8da3-94c0b935fe6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2129,46 +2129,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:23 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "655b3afc-ce99-4e7e-85b9-e8460ab3ea5b" + "01616d7f-cec5-4d11-b375-a376069dadb5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/655b3afc-ce99-4e7e-85b9-e8460ab3ea5b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/01616d7f-cec5-4d11-b375-a376069dadb5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "39f9be2d-7020-4233-8a24-d99225b37cc7" + "4c7b0641-e5f4-4fd6-95e4-fdf3c8a9f546" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3a16811c-12d1-4f1f-a4ed-ff4c6b1edc9b" + "2420807e-d377-4f56-a897-224aa2bbce91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202448Z:39f9be2d-7020-4233-8a24-d99225b37cc7" + "EASTUS2:20211119T202124Z:4c7b0641-e5f4-4fd6-95e4-fdf3c8a9f546" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:48 GMT" - ], "Content-Length": [ "1323" ], @@ -2179,19 +2179,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3199\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199\",\r\n \"etag\": \"W/\\\"95b217c3-87ff-4b61-aa32-e759dd4bc946\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fb8461d0-e4ac-4433-83e6-fadffb0f3d07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299\",\r\n \"etag\": \"W/\\\"95b217c3-87ff-4b61-aa32-e759dd4bc946\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672\",\r\n \"etag\": \"W/\\\"3a621e08-64ed-480f-98ed-2b0cdec570ed\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3e85f986-1aca-409d-80ef-b463fcfc03fb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192\",\r\n \"etag\": \"W/\\\"3a621e08-64ed-480f-98ed-2b0cdec570ed\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/655b3afc-ce99-4e7e-85b9-e8460ab3ea5b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY1NWIzYWZjLWNlOTktNGU3ZS04NWI5LWU4NDYwYWIzZWE1Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/01616d7f-cec5-4d11-b375-a376069dadb5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAxNjE2ZDdmLWNlYzUtNGQxMS1iMzc1LWEzNzYwNjlkYWRiNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2199,37 +2199,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "667936e9-892e-4693-9f40-e6303398afa2" + "e5642ab3-6f8c-453a-94ce-462fae1439b4" ], "x-ms-correlation-request-id": [ - "ff990c32-1225-4137-8a69-7344d752f76a" + "d354241c-2efa-482f-bb51-2bdd84f4032e" ], "x-ms-arm-service-request-id": [ - "2a3e3d3e-dad3-469b-b654-e87796a320b4" + "399a8151-37d7-468b-8729-951a3a8a1e8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202452Z:ff990c32-1225-4137-8a69-7344d752f76a" + "EASTUS2:20211119T202127Z:d354241c-2efa-482f-bb51-2bdd84f4032e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:51 GMT" - ], "Content-Length": [ "29" ], @@ -2244,15 +2244,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMTk5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2260,40 +2260,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4d7885df-e2a6-4a57-9c4b-51000ffad8f3\"" + "W/\"dc018f78-7888-4920-8f40-04047c71fafb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e5b5b415-59e8-40b9-88d5-fa6886f7a9ad" + "9e9d0b07-3d2c-4f4d-af61-431371cbc4a6" ], "x-ms-correlation-request-id": [ - "8881f2b3-6417-45a6-863d-12c4b3de334b" + "3016f443-3d63-4d46-b69f-56e7369e1d59" ], "x-ms-arm-service-request-id": [ - "064145e9-7783-42c4-b76e-0338b909f737" + "32837556-7ead-41a8-87e1-6822ad005e2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202452Z:8881f2b3-6417-45a6-863d-12c4b3de334b" + "EASTUS2:20211119T202127Z:3016f443-3d63-4d46-b69f-56e7369e1d59" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:51 GMT" - ], "Content-Length": [ "1325" ], @@ -2304,25 +2304,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3199\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199\",\r\n \"etag\": \"W/\\\"4d7885df-e2a6-4a57-9c4b-51000ffad8f3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb8461d0-e4ac-4433-83e6-fadffb0f3d07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299\",\r\n \"etag\": \"W/\\\"4d7885df-e2a6-4a57-9c4b-51000ffad8f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672\",\r\n \"etag\": \"W/\\\"dc018f78-7888-4920-8f40-04047c71fafb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e85f986-1aca-409d-80ef-b463fcfc03fb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192\",\r\n \"etag\": \"W/\\\"dc018f78-7888-4920-8f40-04047c71fafb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMTk5L3N1Ym5ldHMvc243Mjk5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjcyL3N1Ym5ldHMvc24xMTkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57dab05b-db84-40da-8fcf-e3e1957c6366" + "0cd818a9-2726-4666-b9b3-475294e7d27e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2330,40 +2330,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4d7885df-e2a6-4a57-9c4b-51000ffad8f3\"" + "W/\"dc018f78-7888-4920-8f40-04047c71fafb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5fe60967-1823-4933-b3bc-68c3a2c17103" + "b06f400c-a3fb-4d0a-9ff0-7512a2794fd3" ], "x-ms-correlation-request-id": [ - "81d3b8c5-f1af-4333-9793-4a186805eaa8" + "3df3559b-1743-47cf-a9e4-7ebb1fbe77a4" ], "x-ms-arm-service-request-id": [ - "d6e418e0-b80f-434c-bae3-07b4c35c3120" + "52fce7e8-e7cd-4bc2-8b65-96c3c31a8814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202452Z:81d3b8c5-f1af-4333-9793-4a186805eaa8" + "EASTUS2:20211119T202128Z:3df3559b-1743-47cf-a9e4-7ebb1fbe77a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:52 GMT" - ], "Content-Length": [ "524" ], @@ -2374,25 +2374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299\",\r\n \"etag\": \"W/\\\"4d7885df-e2a6-4a57-9c4b-51000ffad8f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192\",\r\n \"etag\": \"W/\\\"dc018f78-7888-4920-8f40-04047c71fafb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MDY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2Mjg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299\"\r\n }\r\n },\r\n \"name\": \"ip4279\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192\"\r\n }\r\n },\r\n \"name\": \"ip8335\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9c42430-abf2-43ac-a2ec-e73f540a9b77" + "88630e9a-d0e8-4cc7-950c-79f5acd80272" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2406,43 +2406,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "799d47f3-1ac4-4e66-a0ab-db2d53a72310" + "706d5ffc-2a14-4b54-9d77-408700c9a5e1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/799d47f3-1ac4-4e66-a0ab-db2d53a72310?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/706d5ffc-2a14-4b54-9d77-408700c9a5e1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "96b5e820-dfd6-4a94-ad7f-41239370f2fb" + "1cecf95f-485d-4fe5-a80a-44086a9b2cb1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b1835da0-af88-4245-a8ff-82a2e2e36d04" + "579391cd-aa5c-4be7-870b-71cb29630406" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202456Z:96b5e820-dfd6-4a94-ad7f-41239370f2fb" + "EASTUS2:20211119T202132Z:1cecf95f-485d-4fe5-a80a-44086a9b2cb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:56 GMT" - ], "Content-Length": [ "1634" ], @@ -2453,19 +2453,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\",\r\n \"etag\": \"W/\\\"f95a5e24-0bb9-4489-b540-00f838cba51d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0776bff-4bd1-482b-b68d-e0e4119d9a5c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4279\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064/ipConfigurations/ip4279\",\r\n \"etag\": \"W/\\\"f95a5e24-0bb9-4489-b540-00f838cba51d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299\"\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\": \"0bqyj43m2qzuja5g5lp5wdz3ah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6286\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\",\r\n \"etag\": \"W/\\\"5f20aeec-39a9-401f-9e51-9204a00257ca\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7fbb3a0f-6ed5-41b7-b8cb-1b5c5f7e7b86\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286/ipConfigurations/ip8335\",\r\n \"etag\": \"W/\\\"5f20aeec-39a9-401f-9e51-9204a00257ca\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192\"\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\": \"q12ykpwkdkoubahpwrr5z5ad5d.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MDY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2Mjg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2473,40 +2473,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f95a5e24-0bb9-4489-b540-00f838cba51d\"" + "W/\"5f20aeec-39a9-401f-9e51-9204a00257ca\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "506e14ed-a459-47db-9265-2e34ed6561b9" + "bc9742d2-45e4-479b-853b-cb1a767e1864" ], "x-ms-correlation-request-id": [ - "7acee45b-ec1f-4940-973d-9fe8f01fdf97" + "068648bb-db49-4888-845b-593296de8f7c" ], "x-ms-arm-service-request-id": [ - "bdb59a56-8b0a-4aea-b0de-530be0ae3ea2" + "00d831ff-b52e-40dc-ba93-2a54652ea387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202456Z:7acee45b-ec1f-4940-973d-9fe8f01fdf97" + "EASTUS2:20211119T202132Z:068648bb-db49-4888-845b-593296de8f7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:56 GMT" - ], "Content-Length": [ "1634" ], @@ -2517,25 +2517,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\",\r\n \"etag\": \"W/\\\"f95a5e24-0bb9-4489-b540-00f838cba51d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0776bff-4bd1-482b-b68d-e0e4119d9a5c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4279\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064/ipConfigurations/ip4279\",\r\n \"etag\": \"W/\\\"f95a5e24-0bb9-4489-b540-00f838cba51d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299\"\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\": \"0bqyj43m2qzuja5g5lp5wdz3ah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6286\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\",\r\n \"etag\": \"W/\\\"5f20aeec-39a9-401f-9e51-9204a00257ca\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7fbb3a0f-6ed5-41b7-b8cb-1b5c5f7e7b86\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286/ipConfigurations/ip8335\",\r\n \"etag\": \"W/\\\"5f20aeec-39a9-401f-9e51-9204a00257ca\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192\"\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\": \"q12ykpwkdkoubahpwrr5z5ad5d.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MDY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2Mjg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e161244-8cd9-4224-987e-c605c471b7d0" + "9e559d59-efd8-451b-9db5-b43da6bc10a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2543,40 +2543,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f95a5e24-0bb9-4489-b540-00f838cba51d\"" + "W/\"5f20aeec-39a9-401f-9e51-9204a00257ca\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b011de87-84d8-4b46-b3d4-585b0552d2a1" + "7035f45c-3dc3-4780-b522-0e2fc058f38a" ], "x-ms-correlation-request-id": [ - "4f374e70-10f5-4e86-83e0-120e359908d2" + "c67f19e2-1f06-4d35-b047-07a0cc0d7696" ], "x-ms-arm-service-request-id": [ - "646c1a39-6219-4b15-9f8f-22365560e5bd" + "f17e2184-48c6-4f59-baf4-b43250544983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202456Z:4f374e70-10f5-4e86-83e0-120e359908d2" + "EASTUS2:20211119T202132Z:c67f19e2-1f06-4d35-b047-07a0cc0d7696" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:24:56 GMT" - ], "Content-Length": [ "1634" ], @@ -2587,26 +2587,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\",\r\n \"etag\": \"W/\\\"f95a5e24-0bb9-4489-b540-00f838cba51d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0776bff-4bd1-482b-b68d-e0e4119d9a5c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4279\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064/ipConfigurations/ip4279\",\r\n \"etag\": \"W/\\\"f95a5e24-0bb9-4489-b540-00f838cba51d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/virtualNetworks/vn3199/subnets/sn7299\"\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\": \"0bqyj43m2qzuja5g5lp5wdz3ah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6286\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\",\r\n \"etag\": \"W/\\\"5f20aeec-39a9-401f-9e51-9204a00257ca\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7fbb3a0f-6ed5-41b7-b8cb-1b5c5f7e7b86\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286/ipConfigurations/ip8335\",\r\n \"etag\": \"W/\\\"5f20aeec-39a9-401f-9e51-9204a00257ca\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/virtualNetworks/vn2672/subnets/sn1192\"\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\": \"q12ykpwkdkoubahpwrr5z5ad5d.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/availabilitySets/as7498?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNzQ5OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/availabilitySets/as9932?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzOTkzMj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cddf6282-23e3-448a-a642-ec986f2cda49" + "8aba014d-6f9a-4ee8-b6bc-085d8232afe1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2619,37 +2619,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1192" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dedeaf22-88a8-4f9c-9e66-356e03ef4db7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b45b0c16-f101-400c-8aff-95e210759108" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "3bd96b9b-49a3-46df-a93d-c0beeb1aca59" + "f49ed3f7-f8d4-4d1e-a306-67fc6fd831fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202505Z:3bd96b9b-49a3-46df-a93d-c0beeb1aca59" + "EASTUS2:20211119T202138Z:f49ed3f7-f8d4-4d1e-a306-67fc6fd831fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:25:05 GMT" - ], "Content-Length": [ "445" ], @@ -2660,26 +2660,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as7498\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/availabilitySets/as7498\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/availabilitySets/as9932\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/virtualMachines/vm4934?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00OTM0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/virtualMachines/vm6727?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NzI3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar6207/oscrptestar6492.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/availabilitySets/as7498\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar3204/oscrptestar1748.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/availabilitySets/as9932\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3ecbf32d-969b-4efb-a4f4-2280cf64798e" + "d58e3dc4-1877-485f-8409-7cce05085843" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2692,46 +2692,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59bb1fea-d9a5-4485-b182-a2297d10dfad?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab02465-354e-4f2f-b488-b62b1775f208?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1191" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "59bb1fea-d9a5-4485-b182-a2297d10dfad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ab02465-354e-4f2f-b488-b62b1775f208" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "44a2b0c5-d030-4ae2-8f57-ae4f38351e95" + "8eafad2f-af64-4048-bee0-6cd4fddb07c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202512Z:44a2b0c5-d030-4ae2-8f57-ae4f38351e95" + "EASTUS2:20211119T202143Z:8eafad2f-af64-4048-bee0-6cd4fddb07c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:25:11 GMT" - ], "Content-Length": [ "2029" ], @@ -2742,60 +2742,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4934\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/virtualMachines/vm4934\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75b77867-1cc7-4157-9faf-384e6cfc9081\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar6207/oscrptestar6492.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/virtualMachines/vm6727\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b1091c63-1076-4aac-8d08-aab0bc2c0512\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar3204/oscrptestar1748.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59bb1fea-d9a5-4485-b182-a2297d10dfad?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YmIxZmVhLWQ5YTUtNDQ4NS1iMTgyLWEyMjk3ZDEwZGZhZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab02465-354e-4f2f-b488-b62b1775f208?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhYjAyNDY1LTM1NGUtNGYyZi1iNDg4LWI2MmIxNzc1ZjIwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:21:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ab8e12f-c35b-4040-9c39-d3c759069b37" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a554008-51b7-4da2-a369-ed3b984f84cf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "a1b015ad-b23f-48da-9f50-742cb5d6f871" + "ac990530-3249-454d-87dc-134dbcae2741" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202522Z:a1b015ad-b23f-48da-9f50-742cb5d6f871" + "EASTUS2:20211119T202153Z:ac990530-3249-454d-87dc-134dbcae2741" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:25:21 GMT" - ], "Content-Length": [ "134" ], @@ -2806,57 +2806,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:25:09.7832559+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59bb1fea-d9a5-4485-b182-a2297d10dfad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:21:40.8866545+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ab02465-354e-4f2f-b488-b62b1775f208\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59bb1fea-d9a5-4485-b182-a2297d10dfad?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YmIxZmVhLWQ5YTUtNDQ4NS1iMTgyLWEyMjk3ZDEwZGZhZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab02465-354e-4f2f-b488-b62b1775f208?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhYjAyNDY1LTM1NGUtNGYyZi1iNDg4LWI2MmIxNzc1ZjIwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:22:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29906" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "056f1716-a18e-4cde-8863-71417c468db5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b60a8e23-e995-41f7-87f3-f46d67e774a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "c876226b-7f07-4eae-b6ba-e781d1365cc9" + "e9614057-53f2-4bc5-938c-c64c7b02ac34" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202612Z:c876226b-7f07-4eae-b6ba-e781d1365cc9" + "EASTUS2:20211119T202243Z:e9614057-53f2-4bc5-938c-c64c7b02ac34" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:26:11 GMT" - ], "Content-Length": [ "134" ], @@ -2867,57 +2867,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:25:09.7832559+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59bb1fea-d9a5-4485-b182-a2297d10dfad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:21:40.8866545+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ab02465-354e-4f2f-b488-b62b1775f208\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59bb1fea-d9a5-4485-b182-a2297d10dfad?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YmIxZmVhLWQ5YTUtNDQ4NS1iMTgyLWEyMjk3ZDEwZGZhZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab02465-354e-4f2f-b488-b62b1775f208?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhYjAyNDY1LTM1NGUtNGYyZi1iNDg4LWI2MmIxNzc1ZjIwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:23:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29905" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dac817c4-fa5b-4663-b044-a089a8b645b2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d36930b4-38eb-4322-8cfb-a544d5f13afd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "92ce3c7e-a46d-4fe3-8922-dd8bbe2aeb0c" + "7a4f0010-179f-41bb-99fb-30d2ac76586c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202702Z:92ce3c7e-a46d-4fe3-8922-dd8bbe2aeb0c" + "EASTUS2:20211119T202334Z:7a4f0010-179f-41bb-99fb-30d2ac76586c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:27:02 GMT" - ], "Content-Length": [ "134" ], @@ -2928,59 +2928,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:25:09.7832559+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59bb1fea-d9a5-4485-b182-a2297d10dfad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:21:40.8866545+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ab02465-354e-4f2f-b488-b62b1775f208\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59bb1fea-d9a5-4485-b182-a2297d10dfad?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YmIxZmVhLWQ5YTUtNDQ4NS1iMTgyLWEyMjk3ZDEwZGZhZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab02465-354e-4f2f-b488-b62b1775f208?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhYjAyNDY1LTM1NGUtNGYyZi1iNDg4LWI2MmIxNzc1ZjIwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:24:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a0a1291c-e17c-48fc-a4d1-77d626d4a98b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "72c0c420-34da-4a1f-b529-7a6d8b365efa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "93503f1c-79f6-4fb6-ac48-c3f22e8653c2" + "7ec12afb-48a4-47e2-8c05-e9a241046055" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202753Z:93503f1c-79f6-4fb6-ac48-c3f22e8653c2" + "EASTUS2:20211119T202424Z:7ec12afb-48a4-47e2-8c05-e9a241046055" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:27:52 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2989,59 +2989,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:25:09.7832559+00:00\",\r\n \"endTime\": \"2021-06-29T20:27:42.940464+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"59bb1fea-d9a5-4485-b182-a2297d10dfad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T20:21:40.8866545+00:00\",\r\n \"endTime\": \"2021-11-19T20:24:13.3318679+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5ab02465-354e-4f2f-b488-b62b1775f208\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/virtualMachines/vm4934?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00OTM0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/virtualMachines/vm6727?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NzI3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:24:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31947" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5d8c4a5f-1ed3-4313-9623-346b503eb945" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbc22eac-3999-4c5e-9008-f79f4e888b95" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-correlation-request-id": [ - "e7058168-c538-42c8-94cc-13a7d09b2434" + "9465b165-e133-4c8b-a4ac-2f67acf2cfbd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202753Z:e7058168-c538-42c8-94cc-13a7d09b2434" + "EASTUS2:20211119T202425Z:9465b165-e133-4c8b-a4ac-2f67acf2cfbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:27:52 GMT" - ], "Content-Length": [ - "2058" + "2115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3050,65 +3050,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4934\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/virtualMachines/vm4934\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75b77867-1cc7-4157-9faf-384e6cfc9081\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar6207/oscrptestar6492.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/virtualMachines/vm6727\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b1091c63-1076-4aac-8d08-aab0bc2c0512\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar3204/oscrptestar1748.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-19T20:21:40.9491531+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/virtualMachines/vm4934?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NjZiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00OTM0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/virtualMachines/vm6727?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NzI3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "327eb18e-a491-4c31-931e-847f885294be" + "1200845e-4938-4def-b2c7-b946d4b2271d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:24:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31946" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fdb575e2-2d80-4a06-9a38-bfdd33e24a1b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5a38e698-8dc0-487a-9f38-155233d5ff71" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "23d01099-fbcc-4a39-90c0-a7b01115ecbb" + "8a040949-2916-4fb9-8e4e-87d419317020" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202753Z:23d01099-fbcc-4a39-90c0-a7b01115ecbb" + "EASTUS2:20211119T202425Z:8a040949-2916-4fb9-8e4e-87d419317020" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:27:53 GMT" - ], "Content-Length": [ - "2058" + "2115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3117,51 +3117,54 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4934\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/virtualMachines/vm4934\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75b77867-1cc7-4157-9faf-384e6cfc9081\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar6207/oscrptestar6492.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/virtualMachines/vm6727\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b1091c63-1076-4aac-8d08-aab0bc2c0512\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar3204/oscrptestar1748.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-19T20:21:40.9491531+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5b6e505-e960-4094-ad0b-e8fbe2d1e748" + "197e1d6f-b78b-4cc9-b9eb-2eb6e8b417a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:24:25 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "125017a2-9e66-4250-b6c7-1edadc9bf512", - "1aab678c-54a7-48e7-9bef-e2d42daba21e", - "31d7e786-a10d-429f-b0f7-af2cfb74b4ae" + "c5462fd6-d234-410b-b866-38a914b879d8", + "08e77502-a03c-4575-ae2d-6d702e04044f", + "c4532bd2-6af4-4319-b219-4ee94580d579" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-request-id": [ - "66f5d0a0-0619-45a3-a1f3-0eaf3aadbf6c" + "8d4099eb-938e-429c-bc8e-59fcafbbe767" ], "x-ms-correlation-request-id": [ - "66f5d0a0-0619-45a3-a1f3-0eaf3aadbf6c" + "8d4099eb-938e-429c-bc8e-59fcafbbe767" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202753Z:66f5d0a0-0619-45a3-a1f3-0eaf3aadbf6c" + "EASTUS2:20211119T202425Z:8d4099eb-938e-429c-bc8e-59fcafbbe767" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3169,38 +3172,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:27:53 GMT" + "Content-Length": [ + "25615" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "24794" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"assesslin\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORASSESS/providers/Microsoft.Compute/virtualMachines/assesslin\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus\": {\r\n \"principalId\": \"df6f2c83-d70b-461c-9ab3-328c60bdf46b\",\r\n \"clientId\": \"a36da594-d77e-47c7-bcef-476c45011809\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e6ef27af-636b-438f-be7a-2f81225a02af\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"18.04.202106040\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"assesslin_disk1_6d9e2fc6bd0f41cf92e3ebbb5e6e38d6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorassess/providers/Microsoft.Compute/disks/assesslin_disk1_6d9e2fc6bd0f41cf92e3ebbb5e6e38d6\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"assesslin\",\r\n \"adminUsername\": \"userTest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorassess/providers/Microsoft.Network/networkInterfaces/assesslin880\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORASSESS/providers/Microsoft.Compute/virtualMachines/assesslin/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORASSESS/providers/Microsoft.Compute/virtualMachines/assesslin/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"assessm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORASSESS/providers/Microsoft.Compute/virtualMachines/assessm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus\": {\r\n \"principalId\": \"df6f2c83-d70b-461c-9ab3-328c60bdf46b\",\r\n \"clientId\": \"a36da594-d77e-47c7-bcef-476c45011809\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c1eb420a-55b3-4095-905e-aa2ab91795aa\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1999.2106060321\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"assessm_disk1_3fb07fe45edb477fae662f1251413bc6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorassess/providers/Microsoft.Compute/disks/assessm_disk1_3fb07fe45edb477fae662f1251413bc6\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"assessm\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorassess/providers/Microsoft.Network/networkInterfaces/assessm941\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORASSESS/providers/Microsoft.Compute/virtualMachines/assessm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORASSESS/providers/Microsoft.Compute/virtualMachines/assessm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmcrptestps5297\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmcrptestps5297\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus\": {\r\n \"principalId\": \"df6f2c83-d70b-461c-9ab3-328c60bdf46b\",\r\n \"clientId\": \"a36da594-d77e-47c7-bcef-476c45011809\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3c4511f6-c23e-4275-863a-23ead0969d84\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachineScaleSets/vmssOrchestrationModecrptestps5297\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\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.4467.2106061537\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmcrptestps5297_OsDisk_1_e77d88553fcb43c0b94ec18d5987c274\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps5297/providers/Microsoft.Compute/disks/vmcrptestps5297_OsDisk_1_e77d88553fcb43c0b94ec18d5987c274\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmcrptestps5297\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps5297/providers/Microsoft.Network/networkInterfaces/vmcrptestps5297\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmcrptestps5297/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmcrptestps5297/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmssOrchestrationModecrptestps5297_b959de00\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmssOrchestrationModecrptestps5297_b959de00\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"868baa36-2de4-4353-accd-c15d2b257899\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachineScaleSets/vmssOrchestrationModecrptestps5297\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vmssOrchestrationModecrptestps5297_b959deOS__1_0592d9cc27494078af7ed3c9f883f378\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps5297/providers/Microsoft.Compute/disks/vmssOrchestrationModecrptestps5297_b959deOS__1_0592d9cc27494078af7ed3c9f883f378\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmcrptestps5297JLOXS0\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps5297/providers/Microsoft.Network/networkInterfaces/test-337c976c-5f32-4103-9547-f771e78858f3\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmssOrchestrationModecrptestps5297_b959de00/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmssOrchestrationModecrptestps5297_b959de00/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmssOrchestrationModecrptestps5297_bac8c986\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmssOrchestrationModecrptestps5297_bac8c986\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"41d4a8b6-639f-4f6d-b7c3-f79ade75e790\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachineScaleSets/vmssOrchestrationModecrptestps5297\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vmssOrchestrationModecrptestps5297_bac8c9OS__1_5894e5bec5f540388c2ec96c9fe2064e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps5297/providers/Microsoft.Compute/disks/vmssOrchestrationModecrptestps5297_bac8c9OS__1_5894e5bec5f540388c2ec96c9fe2064e\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmcrptestps5297J7DJEI\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps5297/providers/Microsoft.Network/networkInterfaces/test-83f49af0-8ed3-49e1-9c04-4108c1a88ad5\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmssOrchestrationModecrptestps5297_bac8c986/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS5297/providers/Microsoft.Compute/virtualMachines/vmssOrchestrationModecrptestps5297_bac8c986/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1asf\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vm1asf\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus\": {\r\n \"principalId\": \"df6f2c83-d70b-461c-9ab3-328c60bdf46b\",\r\n \"clientId\": \"a36da594-d77e-47c7-bcef-476c45011809\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f86c26b7-7329-4ddd-9ac4-05d94cf68162\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20018.2105050405\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vm1asf_disk1_927f8bec4d424205808b3ee8597fa7e6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Compute/disks/vm1asf_disk1_927f8bec4d424205808b3ee8597fa7e6\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm1asf\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_pwshelltest/providers/Microsoft.Network/networkInterfaces/vm1asfVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vm1asf/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_PWSHELLTEST/providers/Microsoft.Compute/virtualMachines/vm1asf/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hyperVServer\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/hyperVServer\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"SupportsMultipleExtensions\": \"true\",\r\n \"created\": \"11/14/2020 05:09:18\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus2\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"02bdf9bc-8e1a-41f3-94c6-f68334e2be65\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1518.2010132039\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"hyperVServer_OsDisk_1_5833282d39514f6fa796f423fca2283a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/hyperVServer_OsDisk_1_5833282d39514f6fa796f423fca2283a\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"VHDdisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VHDdisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"hyperVServer\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/hypervserver969\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/hyperVServer/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/hyperVServer/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sdkVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/sdkVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f1a2b29b-6cf5-4123-ab0c-1d0b95644f1b\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsDesktop\",\r\n \"offer\": \"Windows-10\",\r\n \"sku\": \"rs5-pro\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1518.2010132039\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"sdkVM_OsDisk_1_5cdd142f281d4454a911d64aa193eb4b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/sdkVM_OsDisk_1_5cdd142f281d4454a911d64aa193eb4b\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"sdkVM\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/sdkvm656\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"licenseType\": \"Windows_Client\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/sdkVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/sdkVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR6666A/providers/Microsoft.Compute/virtualMachines/vm1068\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2d7aebdb-60b4-423d-aa6e-e56b1396fdfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR6666A/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar502/oscrptestar3840.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666a/providers/Microsoft.Network/networkInterfaces/nic5638\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm4934\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR6666B/providers/Microsoft.Compute/virtualMachines/vm4934\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75b77867-1cc7-4157-9faf-384e6cfc9081\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR6666B/providers/Microsoft.Compute/availabilitySets/AS7498\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5715.blob.core.windows.net/crptestar6207/oscrptestar6492.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6666b/providers/Microsoft.Network/networkInterfaces/nic9064\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmnam\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORNEWVM/providers/Microsoft.Compute/virtualMachines/vmnam\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b1c41409-312f-410a-971c-cffb5e93e6a6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1f46f535-78df-4db4-b73c-5581dac9b196\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2as_v4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"20.04.202111080\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vmnam_OsDisk_1_b6042da95beb4ae7a1141e493050bfbf\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandornewvm/providers/Microsoft.Compute/disks/vmnam_OsDisk_1_b6042da95beb4ae7a1141e493050bfbf\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmnam\",\r\n \"adminUsername\": \"usertest\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/usertest/.ssh/authorized_keys\",\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC4ZbhqYi+kiXPxM4nX37Yan78szn0SVffvjhSbgUru+pAc9LVS/xbRkVfzAi4WRN3jZxZemBSP2GhvoDwd/8dE2stqCplar04eYRa2BbGpa4Yr3Qb0l6bnRpZ/FNzBMQ4yPrX1jA1URFQjzAoTe1bfL7B2C0oIcWZ8OIVW7haCCcTvvTaN2b2vfnTS5b6XoCJroTDD5sA6d8qAXA7Q3S/DsshvwZCWS3bmcvIn8+xDXTnBSHDjxIe/7/cCv93yMFbRg1biFSDPYRUS/zXY3yAOn98JHOUYjEZ1N3bdwn5vQHMF1JfBXMXnjHE4/t44ZSJ0sDTbJf/9sjyYALzjmJCoOQocdigMXcmHB1hdDdSRoYZpqBBDBzZeehUlKSdHDcsG42xkI3AJ0pv8jJt0hfttKVB3pWlQkyhACvLx57aSTbT+KHHj+u/8TxdSz2/K4x46X9qctx//j3Cxn6DdNvTIqdkac40xAbjoE1dSfOEEqQFzuA6AKZe0EHCEvE7aq6/SEpnTffPoJ+Eq92xPKJQaG7vS7QbwWyAt/PAys35WwjIPHR4Ag84AH7C+KSu5JRpCRVQDTcvUDLr6N70/rePZs4MiPXzGMROQ+hgw1TRRT+za7y3wmIyYEazWsIISKzfo5bzoVJXMD8QWjZYTF36n10vO2rHknpu+JMRvE+OFIw== SAW johem\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandornewvm/providers/Microsoft.Network/networkInterfaces/vmnam-nic\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:18:47.758361+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORNEWVM/providers/Microsoft.Compute/virtualMachines/vmnam/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORNEWVM/providers/Microsoft.Compute/virtualMachines/vmnam/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmnamusd\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDT/providers/Microsoft.Compute/virtualMachines/vmnamusd\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0f9d69e2-e356-4a4f-a1f4-35fd45944b50\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\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.4704.2110062116\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmnamusd_disk1_d24a0ca9f8e4450b9de37e9ce6751de7\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorusdt/providers/Microsoft.Compute/disks/vmnamusd_disk1_d24a0ca9f8e4450b9de37e9ce6751de7\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmnamusd\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorusdt/providers/Microsoft.Network/networkInterfaces/vmnamusd\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-08T22:21:26.2958589+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDT/providers/Microsoft.Compute/virtualMachines/vmnamusd/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDT/providers/Microsoft.Compute/virtualMachines/vmnamusd/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmnamusd2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDT/providers/Microsoft.Compute/virtualMachines/vmnamusd2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"22964020-a871-41d2-a099-d21eb385f1ce\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmnamusd2_disk1_ba1b1127aa8b46448fbfd0853657ba58\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorusdt/providers/Microsoft.Compute/disks/vmnamusd2_disk1_ba1b1127aa8b46448fbfd0853657ba58\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vmnamusd2\",\r\n \"adminUsername\": \"admin01\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorusdt/providers/Microsoft.Network/networkInterfaces/vmnamusd2\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-09T21:55:42.329115+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDT/providers/Microsoft.Compute/virtualMachines/vmnamusd2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDT/providers/Microsoft.Compute/virtualMachines/vmnamusd2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"haaghasdktests\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_SDK/providers/Microsoft.Compute/virtualMachines/haaghasdktests\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1a9c0bb1-84d2-4757-9c77-ebd1a123d9e3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_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.4704.2110062116\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"haaghasdktests_OsDisk_1_e689813621ca4e56aeeac20a0284721b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_SDK/providers/Microsoft.Compute/disks/haaghasdktests_OsDisk_1_e689813621ca4e56aeeac20a0284721b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"haaghasdktests\",\r\n \"adminUsername\": \"haagha\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/haagha_SDK/providers/Microsoft.Network/networkInterfaces/haaghasdktests611\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-08T16:00:23.6789802+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_SDK/providers/Microsoft.Compute/virtualMachines/haaghasdktests/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/HAAGHA_SDK/providers/Microsoft.Compute/virtualMachines/haaghasdktests/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Sent3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5cfd5ef4-8af5-4be4-8dbf-d53eab0a5796\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"9600.20144.2110070052\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Compute/disks/Sent3_OsDisk_1_bfa76a9f955e4509b306aae8e6727e3e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Sent3\",\r\n \"adminUsername\": \"testuser1\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/testpwshellcompute/providers/Microsoft.Network/networkInterfaces/Sent3\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-03T11:38:22.9746821+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/TESTPWSHELLCOMPUTE/providers/Microsoft.Compute/virtualMachines/Sent3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hoihwg\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/virtualMachines/hoihwg\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"73fc39b5-1ce3-42bb-9aca-0102c4161a7c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\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.4905.2111130103\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"hoihwg_disk1_f18bc65068e74ba28339fe54765a9176\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_temp/providers/Microsoft.Compute/disks/hoihwg_disk1_f18bc65068e74ba28339fe54765a9176\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"hoihwg\",\r\n \"adminUsername\": \"jfeiosojf\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_temp/providers/Microsoft.Network/networkInterfaces/hoihwg\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-12T15:46:03.6756596+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/virtualMachines/hoihwg/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/virtualMachines/hoihwg/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"mybrokenvm\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90683402-2258-4e4c-bc36-dda7489ed60e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"windowsserver-gen2preview\",\r\n \"sku\": \"2019-datacenter-gen2\",\r\n \"version\": \"2019.0.20190620\",\r\n \"exactVersion\": \"2019.0.20190620\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Compute/disks/mybrokenvm_OsDisk_1_a35942d4723648269bbbd04e3955c59b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"mybrokenvm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/vmrepairtest/providers/Microsoft.Network/networkInterfaces/mybrokenvmVMNic\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-18T05:17:52.4509306+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/VMREPAIRTEST/providers/Microsoft.Compute/virtualMachines/mybrokenvm/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usdcnct\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDVM/providers/Microsoft.Compute/virtualMachines/usdcnct\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus2\": {\r\n \"principalId\": \"783b6573-df0b-4181-8791-95050995e223\",\r\n \"clientId\": \"a41b9f34-a591-4c91-806e-9ca8259f9a65\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5ae1c260-0b23-44ad-b3b6-a3ed8a203964\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2114.2108051826\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"usdcnct_disk1_d2e259f194b34d3a8951a2630f1b31bd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDVM/providers/Microsoft.Compute/disks/usdcnct_disk1_d2e259f194b34d3a8951a2630f1b31bd\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"usdcnct\",\r\n \"adminUsername\": \"usertest\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/adsandorusdvm/providers/Microsoft.Network/networkInterfaces/usdcnct862\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-08-20T14:09:47.6619002+00:00\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDVM/providers/Microsoft.Compute/virtualMachines/usdcnct/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/ADSANDORUSDVM/providers/Microsoft.Compute/virtualMachines/usdcnct/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"imageVM\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"146e8e21-231c-4f1c-944f-3caa276ba4b3\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_B1s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.1697.2101090203\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/disks/imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"imageDisk\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/disks/imagedisk\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"imageVM\",\r\n \"adminUsername\": \"grizzlyhtheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Network/networkInterfaces/imagevm115\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-02-05T19:11:17.0944462+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/virtualMachines/imageVM/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VmSdk\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7f383336-3ce6-4079-bb79-81caef647315\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"17763.2237.2110070715\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/disks/VmSdk_OsDisk_1_0b82ec63615b48f48deee20a9334ec81\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"VmSdk\",\r\n \"adminUsername\": \"grizzlytheodore\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\",\r\n \"enableHotpatching\": false\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/theo_test/providers/Microsoft.Network/networkInterfaces/vmsdk446\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-10-31T21:56:23.2090229+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEST/providers/Microsoft.Compute/virtualMachines/VmSdk/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3024A/providers/Microsoft.Compute/virtualMachines/vm9046\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"844fd275-f97b-4f81-96f9-ec8a73025aab\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3024A/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar5244/oscrptestar2153.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024a/providers/Microsoft.Network/networkInterfaces/nic6520\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-19T20:18:19.9184474+00:00\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm6727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3024B/providers/Microsoft.Compute/virtualMachines/vm6727\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b1091c63-1076-4aac-8d08-aab0bc2c0512\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3024B/providers/Microsoft.Compute/availabilitySets/AS9932\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4981.blob.core.windows.net/crptestar3204/oscrptestar1748.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3024b/providers/Microsoft.Network/networkInterfaces/nic6286\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-19T20:21:40.9491531+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6666b?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NjZiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3024b?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMjRiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33f51e05-0be9-4a8c-9d66-62f76aa94e15" + "768e8f9c-6186-4ad5-9098-1be5e76db302" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3208,11 +3208,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:24:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3221,13 +3224,13 @@ "14999" ], "x-ms-request-id": [ - "140cb975-689e-444c-9dca-54b1bb4b84e9" + "9514d03c-d1d3-4c09-b019-162706d5e4b1" ], "x-ms-correlation-request-id": [ - "140cb975-689e-444c-9dca-54b1bb4b84e9" + "9514d03c-d1d3-4c09-b019-162706d5e4b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202759Z:140cb975-689e-444c-9dca-54b1bb4b84e9" + "EASTUS2:20211119T202433Z:9514d03c-d1d3-4c09-b019-162706d5e4b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3235,29 +3238,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:27:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3265,11 +3265,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:24:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3278,13 +3281,13 @@ "11999" ], "x-ms-request-id": [ - "e7c6b2fa-66ec-4afa-bc20-91aee7c46386" + "03326873-989f-4e88-a002-3491f5747fc6" ], "x-ms-correlation-request-id": [ - "e7c6b2fa-66ec-4afa-bc20-91aee7c46386" + "03326873-989f-4e88-a002-3491f5747fc6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202814Z:e7c6b2fa-66ec-4afa-bc20-91aee7c46386" + "EASTUS2:20211119T202448Z:03326873-989f-4e88-a002-3491f5747fc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3292,29 +3295,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:28:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3322,11 +3322,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:25:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3335,13 +3338,13 @@ "11998" ], "x-ms-request-id": [ - "724bb06c-25fd-423f-ab36-7bbf7aee2725" + "3a71136c-8f9c-43fd-83d3-78d5380e1072" ], "x-ms-correlation-request-id": [ - "724bb06c-25fd-423f-ab36-7bbf7aee2725" + "3a71136c-8f9c-43fd-83d3-78d5380e1072" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202830Z:724bb06c-25fd-423f-ab36-7bbf7aee2725" + "EASTUS2:20211119T202503Z:3a71136c-8f9c-43fd-83d3-78d5380e1072" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3349,29 +3352,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:28:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3379,11 +3379,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:25:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3392,13 +3395,13 @@ "11997" ], "x-ms-request-id": [ - "c03a7f66-761c-4311-9006-d6dd61af1993" + "c2cccc99-4c9e-4dd3-91b5-c39e987a7d03" ], "x-ms-correlation-request-id": [ - "c03a7f66-761c-4311-9006-d6dd61af1993" + "c2cccc99-4c9e-4dd3-91b5-c39e987a7d03" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202845Z:c03a7f66-761c-4311-9006-d6dd61af1993" + "EASTUS2:20211119T202519Z:c2cccc99-4c9e-4dd3-91b5-c39e987a7d03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3406,29 +3409,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:28:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3436,11 +3436,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:25:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3449,13 +3452,13 @@ "11996" ], "x-ms-request-id": [ - "7b7d0d12-b43c-4ad7-9f7d-f1496a65f7fa" + "1c40c44d-0b70-4636-a968-e615fe7c2391" ], "x-ms-correlation-request-id": [ - "7b7d0d12-b43c-4ad7-9f7d-f1496a65f7fa" + "1c40c44d-0b70-4636-a968-e615fe7c2391" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202901Z:7b7d0d12-b43c-4ad7-9f7d-f1496a65f7fa" + "EASTUS2:20211119T202534Z:1c40c44d-0b70-4636-a968-e615fe7c2391" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3463,29 +3466,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:29:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3493,11 +3493,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:25:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3506,13 +3509,13 @@ "11995" ], "x-ms-request-id": [ - "173d938c-2099-4eb9-8b30-38c4817284f6" + "f14bf2b0-9f75-43e8-981c-c34af9b67467" ], "x-ms-correlation-request-id": [ - "173d938c-2099-4eb9-8b30-38c4817284f6" + "f14bf2b0-9f75-43e8-981c-c34af9b67467" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202916Z:173d938c-2099-4eb9-8b30-38c4817284f6" + "EASTUS2:20211119T202550Z:f14bf2b0-9f75-43e8-981c-c34af9b67467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3520,29 +3523,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:29:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3550,11 +3550,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:26:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3563,13 +3566,13 @@ "11994" ], "x-ms-request-id": [ - "5bc88670-ad7b-45c3-b608-a019c93e82ba" + "2665bb06-4553-47c0-b3af-72191b97785e" ], "x-ms-correlation-request-id": [ - "5bc88670-ad7b-45c3-b608-a019c93e82ba" + "2665bb06-4553-47c0-b3af-72191b97785e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202932Z:5bc88670-ad7b-45c3-b608-a019c93e82ba" + "EASTUS2:20211119T202605Z:2665bb06-4553-47c0-b3af-72191b97785e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3577,29 +3580,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:29:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3607,11 +3607,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:26:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3620,13 +3623,13 @@ "11993" ], "x-ms-request-id": [ - "04addc04-397b-47d0-bee3-7905c08de723" + "042bd37e-aab8-4e1e-afed-1c1810239561" ], "x-ms-correlation-request-id": [ - "04addc04-397b-47d0-bee3-7905c08de723" + "042bd37e-aab8-4e1e-afed-1c1810239561" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202947Z:04addc04-397b-47d0-bee3-7905c08de723" + "EASTUS2:20211119T202621Z:042bd37e-aab8-4e1e-afed-1c1810239561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3634,29 +3637,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:29:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3664,11 +3664,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:26:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3677,13 +3680,13 @@ "11992" ], "x-ms-request-id": [ - "0e1fdf74-63d3-4a9c-8de0-7e270f0f1708" + "d05a8cee-c0ab-4f3a-864f-631662553cac" ], "x-ms-correlation-request-id": [ - "0e1fdf74-63d3-4a9c-8de0-7e270f0f1708" + "d05a8cee-c0ab-4f3a-864f-631662553cac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203002Z:0e1fdf74-63d3-4a9c-8de0-7e270f0f1708" + "EASTUS2:20211119T202636Z:d05a8cee-c0ab-4f3a-864f-631662553cac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3691,29 +3694,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:30:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3721,11 +3721,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:26:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3734,13 +3737,13 @@ "11991" ], "x-ms-request-id": [ - "64ab69dc-39a6-4505-8c39-d17b5d1a8c70" + "1a6d09a4-c729-43f0-937d-fc708e5be82c" ], "x-ms-correlation-request-id": [ - "64ab69dc-39a6-4505-8c39-d17b5d1a8c70" + "1a6d09a4-c729-43f0-937d-fc708e5be82c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203018Z:64ab69dc-39a6-4505-8c39-d17b5d1a8c70" + "EASTUS2:20211119T202652Z:1a6d09a4-c729-43f0-937d-fc708e5be82c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3748,29 +3751,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:30:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3778,11 +3778,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:27:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3791,13 +3794,13 @@ "11990" ], "x-ms-request-id": [ - "bee9b4ef-ead6-4e64-91a1-dec2cdea0f8c" + "2d8b33bc-8872-4cef-ab06-ec558b8f3555" ], "x-ms-correlation-request-id": [ - "bee9b4ef-ead6-4e64-91a1-dec2cdea0f8c" + "2d8b33bc-8872-4cef-ab06-ec558b8f3555" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203033Z:bee9b4ef-ead6-4e64-91a1-dec2cdea0f8c" + "EASTUS2:20211119T202707Z:2d8b33bc-8872-4cef-ab06-ec558b8f3555" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3805,29 +3808,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:30:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3835,20 +3835,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:27:22 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-request-id": [ - "d98d02c1-e9c9-4756-b5d9-08016c82cf85" + "82e57c9a-764e-4a1b-9a9e-8fd4bce22780" ], "x-ms-correlation-request-id": [ - "d98d02c1-e9c9-4756-b5d9-08016c82cf85" + "82e57c9a-764e-4a1b-9a9e-8fd4bce22780" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203049Z:d98d02c1-e9c9-4756-b5d9-08016c82cf85" + "EASTUS2:20211119T202723Z:82e57c9a-764e-4a1b-9a9e-8fd4bce22780" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3856,29 +3865,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:30:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3886,20 +3892,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:27:37 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-request-id": [ - "f2986af4-9936-4a61-a3c0-62da0547cc4d" + "c64ddc30-87a4-432c-bd71-8bfdc5b69a9b" ], "x-ms-correlation-request-id": [ - "f2986af4-9936-4a61-a3c0-62da0547cc4d" + "c64ddc30-87a4-432c-bd71-8bfdc5b69a9b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203049Z:f2986af4-9936-4a61-a3c0-62da0547cc4d" + "EASTUS2:20211119T202738Z:c64ddc30-87a4-432c-bd71-8bfdc5b69a9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3907,35 +3922,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:30:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6666a?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NjZhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "628954b1-ac49-4aab-8a7c-36bae805470d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3943,26 +3949,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:27:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "x-ms-request-id": [ - "d05a6e43-eac5-4e5a-bdb1-2cb2e8ec6387" + "ca426d1a-be30-4665-b5c8-52b87c0cd5d4" ], "x-ms-correlation-request-id": [ - "d05a6e43-eac5-4e5a-bdb1-2cb2e8ec6387" + "ca426d1a-be30-4665-b5c8-52b87c0cd5d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203053Z:d05a6e43-eac5-4e5a-bdb1-2cb2e8ec6387" + "EASTUS2:20211119T202754Z:ca426d1a-be30-4665-b5c8-52b87c0cd5d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3970,29 +3979,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:30:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4000,26 +4006,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:28:09 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-request-id": [ - "3e62b13b-c60c-4c8f-a36b-0e413f434353" + "4d223cae-9f95-480d-aad0-421d241be4f0" ], "x-ms-correlation-request-id": [ - "3e62b13b-c60c-4c8f-a36b-0e413f434353" + "4d223cae-9f95-480d-aad0-421d241be4f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203108Z:3e62b13b-c60c-4c8f-a36b-0e413f434353" + "EASTUS2:20211119T202809Z:4d223cae-9f95-480d-aad0-421d241be4f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4027,29 +4030,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:31:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4057,26 +4057,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:28:09 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-request-id": [ - "4b33a0be-f150-4bd0-952f-20221185c921" + "1d7e731e-b8f7-4bff-86ae-8839e377f732" ], "x-ms-correlation-request-id": [ - "4b33a0be-f150-4bd0-952f-20221185c921" + "1d7e731e-b8f7-4bff-86ae-8839e377f732" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203124Z:4b33a0be-f150-4bd0-952f-20221185c921" + "EASTUS2:20211119T202809Z:1d7e731e-b8f7-4bff-86ae-8839e377f732" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4084,29 +4081,32 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:31:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3024a?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMjRhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "577f77e7-f418-4c79-bd24-4d7795442071" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4114,26 +4114,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:28:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "9aa6586e-3ba8-47e4-b0f6-5689b43328d0" + "63bf6053-da7d-44f0-bcbe-bc0cc93212b8" ], "x-ms-correlation-request-id": [ - "9aa6586e-3ba8-47e4-b0f6-5689b43328d0" + "63bf6053-da7d-44f0-bcbe-bc0cc93212b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203139Z:9aa6586e-3ba8-47e4-b0f6-5689b43328d0" + "EASTUS2:20211119T202813Z:63bf6053-da7d-44f0-bcbe-bc0cc93212b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4141,29 +4144,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:31:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4171,11 +4171,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:28:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4184,13 +4187,13 @@ "11984" ], "x-ms-request-id": [ - "7aece1b4-2397-44a1-b00a-32a34f14c66a" + "fef40ae5-387a-4710-8981-75f405e6d613" ], "x-ms-correlation-request-id": [ - "7aece1b4-2397-44a1-b00a-32a34f14c66a" + "fef40ae5-387a-4710-8981-75f405e6d613" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203155Z:7aece1b4-2397-44a1-b00a-32a34f14c66a" + "EASTUS2:20211119T202828Z:fef40ae5-387a-4710-8981-75f405e6d613" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4198,29 +4201,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:31:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4228,11 +4228,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:28:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4241,13 +4244,13 @@ "11983" ], "x-ms-request-id": [ - "805e1936-5a19-4d68-8339-90768b089491" + "16ad5cbf-6be2-4b54-b78b-7cb9a8f36aa1" ], "x-ms-correlation-request-id": [ - "805e1936-5a19-4d68-8339-90768b089491" + "16ad5cbf-6be2-4b54-b78b-7cb9a8f36aa1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203210Z:805e1936-5a19-4d68-8339-90768b089491" + "EASTUS2:20211119T202844Z:16ad5cbf-6be2-4b54-b78b-7cb9a8f36aa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4255,29 +4258,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:32:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4285,11 +4285,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:28:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4298,13 +4301,13 @@ "11982" ], "x-ms-request-id": [ - "9ef636cb-fa16-467b-aa03-7c15f28657b2" + "88e997f3-f970-463d-b9e4-0c9a89e0eaad" ], "x-ms-correlation-request-id": [ - "9ef636cb-fa16-467b-aa03-7c15f28657b2" + "88e997f3-f970-463d-b9e4-0c9a89e0eaad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203226Z:9ef636cb-fa16-467b-aa03-7c15f28657b2" + "EASTUS2:20211119T202900Z:88e997f3-f970-463d-b9e4-0c9a89e0eaad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4312,29 +4315,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:32:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4342,11 +4342,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:29:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4355,13 +4358,13 @@ "11981" ], "x-ms-request-id": [ - "899a4543-513d-404b-bc55-5bcb3653900e" + "88de80e6-e948-4d30-9162-83bc7599bdac" ], "x-ms-correlation-request-id": [ - "899a4543-513d-404b-bc55-5bcb3653900e" + "88de80e6-e948-4d30-9162-83bc7599bdac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203242Z:899a4543-513d-404b-bc55-5bcb3653900e" + "EASTUS2:20211119T202915Z:88de80e6-e948-4d30-9162-83bc7599bdac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4369,29 +4372,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:32:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4399,11 +4399,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:29:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4412,13 +4415,13 @@ "11980" ], "x-ms-request-id": [ - "e8fb5506-8aef-4a8b-82eb-64662f2aac7f" + "1fb2c016-5838-4ab8-bb8e-f7eb4bc81548" ], "x-ms-correlation-request-id": [ - "e8fb5506-8aef-4a8b-82eb-64662f2aac7f" + "1fb2c016-5838-4ab8-bb8e-f7eb4bc81548" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203257Z:e8fb5506-8aef-4a8b-82eb-64662f2aac7f" + "EASTUS2:20211119T202931Z:1fb2c016-5838-4ab8-bb8e-f7eb4bc81548" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4426,29 +4429,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:32:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4456,11 +4456,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:29:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4469,13 +4472,13 @@ "11979" ], "x-ms-request-id": [ - "07d4419d-4e77-4932-885f-5b7c2b93a8e6" + "6c75ba80-1369-4ee7-87b3-0119a4447285" ], "x-ms-correlation-request-id": [ - "07d4419d-4e77-4932-885f-5b7c2b93a8e6" + "6c75ba80-1369-4ee7-87b3-0119a4447285" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203313Z:07d4419d-4e77-4932-885f-5b7c2b93a8e6" + "EASTUS2:20211119T202946Z:6c75ba80-1369-4ee7-87b3-0119a4447285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4483,29 +4486,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:33:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4513,11 +4513,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:30:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4526,13 +4529,13 @@ "11978" ], "x-ms-request-id": [ - "174175ba-6f31-407b-a899-768d12ced808" + "01dc331e-68cf-470e-8fea-0bb12e4d30d4" ], "x-ms-correlation-request-id": [ - "174175ba-6f31-407b-a899-768d12ced808" + "01dc331e-68cf-470e-8fea-0bb12e4d30d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203328Z:174175ba-6f31-407b-a899-768d12ced808" + "EASTUS2:20211119T203002Z:01dc331e-68cf-470e-8fea-0bb12e4d30d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4540,29 +4543,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:33:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4570,11 +4570,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:30:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4583,13 +4586,13 @@ "11977" ], "x-ms-request-id": [ - "7c7d96a1-14d5-4d38-84b9-fb55bceab9da" + "3899b912-9e67-4bd8-afd3-1ce6a1359365" ], "x-ms-correlation-request-id": [ - "7c7d96a1-14d5-4d38-84b9-fb55bceab9da" + "3899b912-9e67-4bd8-afd3-1ce6a1359365" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203344Z:7c7d96a1-14d5-4d38-84b9-fb55bceab9da" + "EASTUS2:20211119T203017Z:3899b912-9e67-4bd8-afd3-1ce6a1359365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4597,29 +4600,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:33:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4627,11 +4627,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:30:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4640,13 +4643,13 @@ "11976" ], "x-ms-request-id": [ - "5f14d93b-6cac-439e-a377-6e2b54b3ca4b" + "49a1a9be-1b81-4bf4-8624-b0c73bd8d1a1" ], "x-ms-correlation-request-id": [ - "5f14d93b-6cac-439e-a377-6e2b54b3ca4b" + "49a1a9be-1b81-4bf4-8624-b0c73bd8d1a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203359Z:5f14d93b-6cac-439e-a377-6e2b54b3ca4b" + "EASTUS2:20211119T203033Z:49a1a9be-1b81-4bf4-8624-b0c73bd8d1a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4654,29 +4657,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:33:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4684,11 +4684,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:30:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4697,13 +4700,13 @@ "11975" ], "x-ms-request-id": [ - "24a5b9b4-e87e-4352-8b6e-a4ef4b1e1c89" + "3a1063bd-3cd2-4898-9a48-6dcd11ae0ed7" ], "x-ms-correlation-request-id": [ - "24a5b9b4-e87e-4352-8b6e-a4ef4b1e1c89" + "3a1063bd-3cd2-4898-9a48-6dcd11ae0ed7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203415Z:24a5b9b4-e87e-4352-8b6e-a4ef4b1e1c89" + "EASTUS2:20211119T203048Z:3a1063bd-3cd2-4898-9a48-6dcd11ae0ed7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4711,29 +4714,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:34:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4741,11 +4741,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:31:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4754,13 +4757,13 @@ "11974" ], "x-ms-request-id": [ - "99973d5e-f258-4a17-b12d-c274f0498903" + "65db472f-7ad3-42c1-91de-64615ef44a54" ], "x-ms-correlation-request-id": [ - "99973d5e-f258-4a17-b12d-c274f0498903" + "65db472f-7ad3-42c1-91de-64615ef44a54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203430Z:99973d5e-f258-4a17-b12d-c274f0498903" + "EASTUS2:20211119T203103Z:65db472f-7ad3-42c1-91de-64615ef44a54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4768,29 +4771,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:34:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4798,11 +4798,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:31:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4811,13 +4814,13 @@ "11973" ], "x-ms-request-id": [ - "8a1c3a44-8ee8-4769-becc-641f9d0488d3" + "fddbd31a-dbe3-4d30-9c04-0bcdedafdb17" ], "x-ms-correlation-request-id": [ - "8a1c3a44-8ee8-4769-becc-641f9d0488d3" + "fddbd31a-dbe3-4d30-9c04-0bcdedafdb17" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203446Z:8a1c3a44-8ee8-4769-becc-641f9d0488d3" + "EASTUS2:20211119T203119Z:fddbd31a-dbe3-4d30-9c04-0bcdedafdb17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4825,86 +4828,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:34:45 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-request-id": [ - "e15751e9-37e3-4bc7-a9cc-b4e5dde693aa" - ], - "x-ms-correlation-request-id": [ - "e15751e9-37e3-4bc7-a9cc-b4e5dde693aa" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T203501Z:e15751e9-37e3-4bc7-a9cc-b4e5dde693aa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 20:35:01 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4912,77 +4855,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-request-id": [ - "7393289b-4b2f-441a-8804-10a10410e4c8" - ], - "x-ms-correlation-request-id": [ - "7393289b-4b2f-441a-8804-10a10410e4c8" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T203516Z:7393289b-4b2f-441a-8804-10a10410e4c8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 20:35:16 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 19 Nov 2021 20:31:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11972" ], "x-ms-request-id": [ - "1bec1aff-807a-42c4-a5a6-bbf6c8ef00c9" + "7d18369b-a0da-4c09-91cf-63443f6dff66" ], "x-ms-correlation-request-id": [ - "1bec1aff-807a-42c4-a5a6-bbf6c8ef00c9" + "7d18369b-a0da-4c09-91cf-63443f6dff66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203532Z:1bec1aff-807a-42c4-a5a6-bbf6c8ef00c9" + "EASTUS2:20211119T203134Z:7d18369b-a0da-4c09-91cf-63443f6dff66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4990,29 +4879,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:35:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjY2QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpZMlFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI0QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURJMFFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5020,20 +4906,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 19 Nov 2021 20:31:34 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11971" ], "x-ms-request-id": [ - "0b0a9fb1-480c-49b0-a561-3d053df73769" + "cadf99ba-333b-4595-b02d-45c60fc4afe1" ], "x-ms-correlation-request-id": [ - "0b0a9fb1-480c-49b0-a561-3d053df73769" + "cadf99ba-333b-4595-b02d-45c60fc4afe1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203532Z:0b0a9fb1-480c-49b0-a561-3d053df73769" + "EASTUS2:20211119T203135Z:cadf99ba-333b-4595-b02d-45c60fc4afe1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5041,14 +4930,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:35:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5057,39 +4943,39 @@ ], "Names": { "TestListVMInSubscription": [ - "crptestar6666", - "as7498", - "crptestar5715" + "crptestar3024", + "as9932", + "crptestar4981" ], "CreatePublicIP": [ - "pip8308", - "dn9909", - "pip6432", - "dn2884" + "pip5195", + "dn6974", + "pip4699", + "dn4462" ], "CreateVNET": [ - "vn2978", - "sn1941", - "vn3199", - "sn7299" + "vn6424", + "sn2421", + "vn2672", + "sn1192" ], "CreateNIC": [ - "nic5638", - "ip9671", - "nic9064", - "ip4279" + "nic6520", + "ip3442", + "nic6286", + "ip8335" ], "CreateDefaultVMInput": [ - "crptestar502", - "crptestar8221", - "crptestar3840", - "vm1068", - "Microsoft.Compute/virtualMachines736", - "crptestar6207", - "crptestar5426", - "crptestar6492", - "vm4934", - "Microsoft.Compute/virtualMachines4648" + "crptestar5244", + "crptestar1161", + "crptestar2153", + "vm9046", + "Microsoft.Compute/virtualMachines3169", + "crptestar3204", + "crptestar9998", + "crptestar1748", + "vm6727", + "Microsoft.Compute/virtualMachines7544" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMsInSubscriptionByLocation.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMsInSubscriptionByLocation.json index b9bac621b704b..4f23f7445e891 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMsInSubscriptionByLocation.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ListVMTests/TestListVMsInSubscriptionByLocation.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6fb2b8bc-bbf1-4f93-b823-bbd5015d8d90" + "258efa99-12a3-45f6-9599-a9d5f1275551" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:02:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "63d180cc-26b9-47af-9c46-1734673804e4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c68cf41b-7dfb-48ab-a032-c017b0f2ef8c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "bd2bb09a-8fc2-4b2b-bcd1-a94c7ca2f7e5" + "3c8b93bb-1701-4629-b6c9-481a5b126334" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203535Z:bd2bb09a-8fc2-4b2b-bcd1-a94c7ca2f7e5" + "EASTUS2:20211123T200218Z:3c8b93bb-1701-4629-b6c9-481a5b126334" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:35:35 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5022a?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMjJhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7607a?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2MDdhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5022a\": \"2021-06-29 20:35:35Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7607a\": \"2021-11-23 20:02:18Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2694c920-29dd-4e5a-8e7d-37b10533512d" + "14ca549a-cad9-4686-a55d-a06efce70db3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:02:21 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "e7c31d9d-d15c-4490-8ce4-63e6f23bd059" + "f03a7460-bf2f-4268-bb20-ae0f89b469b5" ], "x-ms-correlation-request-id": [ - "e7c31d9d-d15c-4490-8ce4-63e6f23bd059" + "f03a7460-bf2f-4268-bb20-ae0f89b469b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203538Z:e7c31d9d-d15c-4490-8ce4-63e6f23bd059" + "EASTUS2:20211123T200221Z:f03a7460-bf2f-4268-bb20-ae0f89b469b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:35:37 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a\",\r\n \"name\": \"crptestar5022a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5022a\": \"2021-06-29 20:35:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a\",\r\n \"name\": \"crptestar7607a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7607a\": \"2021-11-23 20:02:18Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5022a?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMjJhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7607a?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2MDdhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5022a\": \"2021-06-29 20:36:16Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7607a\": \"2021-11-23 20:03:04Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cf7c6fd0-2b4f-4e80-9251-7ce7987c6db3" + "6b9a06f9-5075-4b4d-ada4-56b7f5cb8fc0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "a0e321a9-c935-4dbb-a1c7-1c49c008b3c4" + "f074f630-76f8-470d-897d-55177c6d6ffa" ], "x-ms-correlation-request-id": [ - "a0e321a9-c935-4dbb-a1c7-1c49c008b3c4" + "f074f630-76f8-470d-897d-55177c6d6ffa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203618Z:a0e321a9-c935-4dbb-a1c7-1c49c008b3c4" + "EASTUS2:20211123T200305Z:f074f630-76f8-470d-897d-55177c6d6ffa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:18 GMT" - ], "Content-Length": [ "237" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a\",\r\n \"name\": \"crptestar5022a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5022a\": \"2021-06-29 20:36:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a\",\r\n \"name\": \"crptestar7607a\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7607a\": \"2021-11-23 20:03:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Storage/storageAccounts/crptestar7802?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzgwMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Storage/storageAccounts/crptestar8901?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODkwMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "848b3873-87a7-43b0-aad1-3c5cb4486b8c" + "3cd85f94-a095-405f-b5d3-c4c2b3f51df0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:02:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e3fdf908-a4bc-49ff-bd9f-5dbc3170c89f?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c9227a2a-ad83-4e10-9750-ec12faf01a02?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e3fdf908-a4bc-49ff-bd9f-5dbc3170c89f" + "c9227a2a-ad83-4e10-9750-ec12faf01a02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cdaa8f63-7528-48e5-8ce3-f49c9266b967" + "a2959a8c-e922-493f-bb87-e8f76d25ef36" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203549Z:cdaa8f63-7528-48e5-8ce3-f49c9266b967" + "EASTUS2:20211123T200233Z:a2959a8c-e922-493f-bb87-e8f76d25ef36" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:35:48 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e3fdf908-a4bc-49ff-bd9f-5dbc3170c89f?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZTNmZGY5MDgtYTRiYy00OWZmLWJkOWYtNWRiYzMxNzBjODlmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c9227a2a-ad83-4e10-9750-ec12faf01a02?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzkyMjdhMmEtYWQ4My00ZTEwLTk3NTAtZWMxMmZhZjAxYTAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:02:49 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c9227a2a-ad83-4e10-9750-ec12faf01a02?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "461bcdc6-c6ab-47e9-bb13-adadfa0049d0" + "027165e0-b3df-4f54-ad4f-baf3cf45e2a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "d01e052b-680e-4e78-a117-c0020ca1de3e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T200250Z:d01e052b-680e-4e78-a117-c0020ca1de3e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c9227a2a-ad83-4e10-9750-ec12faf01a02?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzkyMjdhMmEtYWQ4My00ZTEwLTk3NTAtZWMxMmZhZjAxYTAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:02:53 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "7d62d576-d082-4c61-9859-055f0f3f7a2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11998" ], "x-ms-correlation-request-id": [ - "0ce62c52-97a1-4faf-b5ba-6c6cc640cfd2" + "a0698594-62e8-405d-b111-c4571ff1dd08" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203606Z:0ce62c52-97a1-4faf-b5ba-6c6cc640cfd2" + "EASTUS2:20211123T200253Z:a0698594-62e8-405d-b111-c4571ff1dd08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:06 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "370cc4ee-fb65-4438-b516-665f82f460e2" + "1aac032d-ad48-4793-9083-a28dc90ddd40" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e6736d48-e925-4a80-9d9f-4de518cd9065" + "44381f46-fa83-4b60-bafd-91fba6697460" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11997" ], "x-ms-correlation-request-id": [ - "d02f6b71-7abe-4047-9f43-54d47ac7c3c8" + "a08434c5-11f7-4c6d-8480-0727aebbfca1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203616Z:d02f6b71-7abe-4047-9f43-54d47ac7c3c8" + "EASTUS2:20211123T200304Z:a08434c5-11f7-4c6d-8480-0727aebbfca1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:16 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Storage/storageAccounts/crptestar7802\",\r\n \"name\": \"crptestar7802\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T20:35:43.6638817Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7802.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7802.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7802.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7802.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Storage/storageAccounts/crptestar8901\",\r\n \"name\": \"crptestar8901\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T20:02:29.7762417Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8901.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8901.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8901.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8901.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Storage/storageAccounts/crptestar7802?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzgwMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Storage/storageAccounts/crptestar8901?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODkwMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7574996-088d-4c7e-be9d-ec4ed975b5eb" + "333f569f-a295-4ead-ac16-46e13d9ff1fc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c4a84958-13e3-4994-99ff-a3c572d381f1" + "4608270b-a709-4ead-9199-5a94336959ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11996" ], "x-ms-correlation-request-id": [ - "87ad101b-6a7d-438c-b4ad-9642a53d6f3f" + "b8fa2d90-bb31-4199-a4e6-3c0276e410bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203616Z:87ad101b-6a7d-438c-b4ad-9642a53d6f3f" + "EASTUS2:20211123T200304Z:b8fa2d90-bb31-4199-a4e6-3c0276e410bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:16 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Storage/storageAccounts/crptestar7802\",\r\n \"name\": \"crptestar7802\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T20:35:43.6638817Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7802.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7802.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7802.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7802.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Storage/storageAccounts/crptestar8901\",\r\n \"name\": \"crptestar8901\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T20:02:29.7762417Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8901.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8901.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8901.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8901.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/publicIPAddresses/pip5968?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1OTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/publicIPAddresses/pip6690?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5414\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8706\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87549d19-2c3e-41fd-9e63-bc3869989850" + "b0108166-197e-4205-ac38-641fd8170f3b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e1f8ada3-d091-4069-be48-c9577090c36d" + "7db5a694-4ea7-4e8a-9892-a288fc59cae3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e1f8ada3-d091-4069-be48-c9577090c36d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7db5a694-4ea7-4e8a-9892-a288fc59cae3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "41b69265-e17d-413f-bb18-f2ff8277e935" + "c9ff07bd-6eda-468f-b58c-9195c20cc9a7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8c265b32-f8d3-4bb5-b8ff-8c384a969d0f" + "207c8e7d-ae9a-432a-8a76-b1ae25a26b83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203628Z:41b69265-e17d-413f-bb18-f2ff8277e935" + "EASTUS2:20211123T200317Z:c9ff07bd-6eda-468f-b58c-9195c20cc9a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:27 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/publicIPAddresses/pip5968\",\r\n \"etag\": \"W/\\\"68ee99df-9364-42e4-9876-d94bb9327c76\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"eba0064e-a588-414c-b6e4-edc6225b4294\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5414\",\r\n \"fqdn\": \"dn5414.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6690\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/publicIPAddresses/pip6690\",\r\n \"etag\": \"W/\\\"59f19aec-aa0d-4992-b8ca-e4d77fb021ae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"74a91a70-c37a-4567-a840-780a88c7b4db\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8706\",\r\n \"fqdn\": \"dn8706.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e1f8ada3-d091-4069-be48-c9577090c36d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UxZjhhZGEzLWQwOTEtNDA2OS1iZTQ4LWM5NTc3MDkwYzM2ZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7db5a694-4ea7-4e8a-9892-a288fc59cae3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdkYjVhNjk0LTRlYTctNGU4YS05ODkyLWEyODhmYzU5Y2FlMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b5354bac-0da3-49cc-a0ca-0d9e2a3471c1" + "22dd0a2d-6079-4527-a15c-1445b622f828" ], "x-ms-correlation-request-id": [ - "253e0941-e2e0-43de-ac80-09344e967d1a" + "83694c97-8fff-499a-9814-fb56d5d09b30" ], "x-ms-arm-service-request-id": [ - "851db32b-e49b-49ea-ba0c-9df6a804a36e" + "895dd55e-f916-4397-932b-7cb59223178d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203629Z:253e0941-e2e0-43de-ac80-09344e967d1a" + "EASTUS2:20211123T200318Z:83694c97-8fff-499a-9814-fb56d5d09b30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:28 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/publicIPAddresses/pip5968?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1OTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/publicIPAddresses/pip6690?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bc285d55-a71b-4d62-9a7b-93995d1eb166\"" + "W/\"08259a3e-c917-49d6-be4b-c19850923d26\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "aaa65b86-953c-4e3b-89f8-42beec827d92" + "0feb5be3-8eac-4f7a-92f9-f8f491009cce" ], "x-ms-correlation-request-id": [ - "75254507-eb9f-4187-bf2a-20deb90b5601" + "9a859e56-0fad-419b-bc25-35b590ff1730" ], "x-ms-arm-service-request-id": [ - "322ae483-25b1-49ca-8967-e9985396f6fd" + "07e3ad5c-be38-4948-a36c-f14be37d6283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203629Z:75254507-eb9f-4187-bf2a-20deb90b5601" + "EASTUS2:20211123T200318Z:9a859e56-0fad-419b-bc25-35b590ff1730" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:29 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/publicIPAddresses/pip5968\",\r\n \"etag\": \"W/\\\"bc285d55-a71b-4d62-9a7b-93995d1eb166\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eba0064e-a588-414c-b6e4-edc6225b4294\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5414\",\r\n \"fqdn\": \"dn5414.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6690\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/publicIPAddresses/pip6690\",\r\n \"etag\": \"W/\\\"08259a3e-c917-49d6-be4b-c19850923d26\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"74a91a70-c37a-4567-a840-780a88c7b4db\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8706\",\r\n \"fqdn\": \"dn8706.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/publicIPAddresses/pip5968?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1OTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/publicIPAddresses/pip6690?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b26a5fde-065c-4781-bd25-f7605cc5b2b2" + "9408df67-db54-4dc8-9519-db9862f6593a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bc285d55-a71b-4d62-9a7b-93995d1eb166\"" + "W/\"08259a3e-c917-49d6-be4b-c19850923d26\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d1815da9-288c-4f05-af51-406b8e3bc32d" + "79b9a7f2-3e45-4a30-bfe8-834f3499c041" ], "x-ms-correlation-request-id": [ - "a9920999-b2b6-423a-b73b-9537b2084778" + "555b7e55-a5f2-4f4b-89d0-3b1c1d16ff30" ], "x-ms-arm-service-request-id": [ - "46f27a9d-761b-426b-b646-01be14fb7b2c" + "04be90d2-8476-4dfb-8815-3b78727e0f79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203629Z:a9920999-b2b6-423a-b73b-9537b2084778" + "EASTUS2:20211123T200318Z:555b7e55-a5f2-4f4b-89d0-3b1c1d16ff30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:29 GMT" - ], "Content-Length": [ "771" ], @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/publicIPAddresses/pip5968\",\r\n \"etag\": \"W/\\\"bc285d55-a71b-4d62-9a7b-93995d1eb166\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eba0064e-a588-414c-b6e4-edc6225b4294\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5414\",\r\n \"fqdn\": \"dn5414.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6690\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/publicIPAddresses/pip6690\",\r\n \"etag\": \"W/\\\"08259a3e-c917-49d6-be4b-c19850923d26\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"74a91a70-c37a-4567-a840-780a88c7b4db\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8706\",\r\n \"fqdn\": \"dn8706.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTI5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDk2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4016\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3649\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6faa7ab-719a-4727-95d5-6f37e575dc10" + "52f5bd15-9b75-49bb-9204-4e1d89a8e603" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f160f4c3-da2a-433e-84ea-6419e1454558" + "7b0e48c6-eae4-4ffa-b265-f9275f515bf4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f160f4c3-da2a-433e-84ea-6419e1454558?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7b0e48c6-eae4-4ffa-b265-f9275f515bf4?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "21e658f9-18f3-4cbf-a891-87ce6e0c552c" + "dd718825-e918-4c3d-b94e-cbf48134428b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7f5098cb-36ac-45b0-b9e1-c28dff2b80de" + "9b9806ab-b3e9-4c8e-b3bd-20ddb872e2a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203634Z:21e658f9-18f3-4cbf-a891-87ce6e0c552c" + "EASTUS2:20211123T200322Z:dd718825-e918-4c3d-b94e-cbf48134428b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:33 GMT" - ], "Content-Length": [ "1323" ], @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529\",\r\n \"etag\": \"W/\\\"eaf14750-8739-4d26-89fb-d010c5ff49c2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d2349b93-ecd6-42d8-9fc7-e5f6b56494ce\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016\",\r\n \"etag\": \"W/\\\"eaf14750-8739-4d26-89fb-d010c5ff49c2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4496\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496\",\r\n \"etag\": \"W/\\\"6e5dfa53-9d3e-4fe0-84cc-149651bf0e1e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bd3f21f0-d1bc-4fe9-856e-5ae83e44bb25\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649\",\r\n \"etag\": \"W/\\\"6e5dfa53-9d3e-4fe0-84cc-149651bf0e1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f160f4c3-da2a-433e-84ea-6419e1454558?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxNjBmNGMzLWRhMmEtNDMzZS04NGVhLTY0MTllMTQ1NDU1OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7b0e48c6-eae4-4ffa-b265-f9275f515bf4?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiMGU0OGM2LWVhZTQtNGZmYS1iMjY1LWY5Mjc1ZjUxNWJmND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "459a811b-835f-4c14-85ca-7532271d9457" + "0b95fb4c-b5ea-4925-bbce-c39ceed286ac" ], "x-ms-correlation-request-id": [ - "50a1af14-6928-4c78-a5b7-d79d48fb3e50" + "6870a1c4-8cc5-4bae-9f4e-33c0046e3377" ], "x-ms-arm-service-request-id": [ - "0dd78347-423b-4193-9762-b84d47b8d7ba" + "ce490644-f649-47c1-91d2-3d496d3c9609" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203637Z:50a1af14-6928-4c78-a5b7-d79d48fb3e50" + "EASTUS2:20211123T200325Z:6870a1c4-8cc5-4bae-9f4e-33c0046e3377" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:36 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTI5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDk2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"14ffe31f-bf9c-452f-aa7c-d11843edaa73\"" + "W/\"df5053c9-3464-46ca-a28e-f6b49285e20f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "65e4f459-9fc2-40af-bade-9d92bcf8cee6" + "add50bb6-9907-475e-b6cd-f8e0b412b946" ], "x-ms-correlation-request-id": [ - "6e14583c-e6f1-4d8e-affb-2b452f40f833" + "1f0a0e98-21f0-418d-a38b-4d214f528e79" ], "x-ms-arm-service-request-id": [ - "c7681426-4187-4406-bfe7-dbf68a9127b9" + "b452768b-16bd-458f-8b4a-5906227f74fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203637Z:6e14583c-e6f1-4d8e-affb-2b452f40f833" + "EASTUS2:20211123T200325Z:1f0a0e98-21f0-418d-a38b-4d214f528e79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:37 GMT" - ], "Content-Length": [ "1325" ], @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529\",\r\n \"etag\": \"W/\\\"14ffe31f-bf9c-452f-aa7c-d11843edaa73\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d2349b93-ecd6-42d8-9fc7-e5f6b56494ce\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016\",\r\n \"etag\": \"W/\\\"14ffe31f-bf9c-452f-aa7c-d11843edaa73\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4496\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496\",\r\n \"etag\": \"W/\\\"df5053c9-3464-46ca-a28e-f6b49285e20f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd3f21f0-d1bc-4fe9-856e-5ae83e44bb25\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649\",\r\n \"etag\": \"W/\\\"df5053c9-3464-46ca-a28e-f6b49285e20f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTI5L3N1Ym5ldHMvc240MDE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDk2L3N1Ym5ldHMvc24zNjQ5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "062ea19b-b5db-453c-8e45-a19648b26c6c" + "f0d54998-feed-4c7f-93e2-acea938cdc4a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +1030,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"14ffe31f-bf9c-452f-aa7c-d11843edaa73\"" + "W/\"df5053c9-3464-46ca-a28e-f6b49285e20f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ed6af7d1-8ebc-40a8-a164-295615eb6482" + "23a1f9ad-d01b-4cfa-b9e9-39badb23f367" ], "x-ms-correlation-request-id": [ - "3bb9c86f-982a-4177-b697-7850a5dca9c1" + "1f0bdebc-9d60-45e2-9f9e-1486d9528d63" ], "x-ms-arm-service-request-id": [ - "db42b19b-2a83-4e98-a325-1f967efdb2e0" + "a4d7e4c8-1f75-4f03-b6f8-354220e31ad9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203638Z:3bb9c86f-982a-4177-b697-7850a5dca9c1" + "EASTUS2:20211123T200325Z:1f0bdebc-9d60-45e2-9f9e-1486d9528d63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:37 GMT" - ], "Content-Length": [ "524" ], @@ -1011,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016\",\r\n \"etag\": \"W/\\\"14ffe31f-bf9c-452f-aa7c-d11843edaa73\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649\",\r\n \"etag\": \"W/\\\"df5053c9-3464-46ca-a28e-f6b49285e20f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016\"\r\n }\r\n },\r\n \"name\": \"ip7021\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649\"\r\n }\r\n },\r\n \"name\": \"ip3790\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "99dd62e7-8c8b-4913-963a-2aeedc367cd8" + "31f89823-b4c7-4ab1-87a3-36b2e4aed56f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1106,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5272e032-c0c4-4144-a1e3-57baea6eb327" + "4d10e01d-5f73-402e-8735-23e9c0660e2e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5272e032-c0c4-4144-a1e3-57baea6eb327?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4d10e01d-5f73-402e-8735-23e9c0660e2e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f372690f-193c-46ce-a0af-cd8180a41829" + "ef3892df-ca63-4673-9679-3a3404eac5f3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "03ab91df-4289-4767-b711-ffaa1ddfcb72" + "97d2817c-a7a7-44f0-ab02-02797804815c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203643Z:f372690f-193c-46ce-a0af-cd8180a41829" + "EASTUS2:20211123T200331Z:ef3892df-ca63-4673-9679-3a3404eac5f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:42 GMT" - ], "Content-Length": [ "1634" ], @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3075\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\",\r\n \"etag\": \"W/\\\"00d3af6b-7ece-43fd-aa27-0586644cc40f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7639000e-abef-449d-919b-f6a5dcbf36fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075/ipConfigurations/ip7021\",\r\n \"etag\": \"W/\\\"00d3af6b-7ece-43fd-aa27-0586644cc40f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016\"\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\": \"sontjuww3tmefh4h2x1lkzeuzg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\",\r\n \"etag\": \"W/\\\"09958f6f-d773-4521-b9e7-afda2e54fc7c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dc93d59-b47e-4aae-954b-2b735e6e4911\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743/ipConfigurations/ip3790\",\r\n \"etag\": \"W/\\\"09958f6f-d773-4521-b9e7-afda2e54fc7c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649\"\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\": \"4aqt5pn20huu5blollud2rf1ef.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"00d3af6b-7ece-43fd-aa27-0586644cc40f\"" + "W/\"09958f6f-d773-4521-b9e7-afda2e54fc7c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c829e240-c910-497a-ace3-7c4087bd684c" + "b936e8c2-702f-4501-beec-e56d98538811" ], "x-ms-correlation-request-id": [ - "1a0a21a1-0071-43bd-9a60-0439f36541c9" + "4d01f5eb-76df-4f80-a654-fae12e9f073f" ], "x-ms-arm-service-request-id": [ - "0aa61c6e-752b-4847-90c1-4573552007ed" + "a81d2501-0572-45d9-915a-e6c8681f9f3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203643Z:1a0a21a1-0071-43bd-9a60-0439f36541c9" + "EASTUS2:20211123T200331Z:4d01f5eb-76df-4f80-a654-fae12e9f073f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:43 GMT" - ], "Content-Length": [ "1634" ], @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3075\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\",\r\n \"etag\": \"W/\\\"00d3af6b-7ece-43fd-aa27-0586644cc40f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7639000e-abef-449d-919b-f6a5dcbf36fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075/ipConfigurations/ip7021\",\r\n \"etag\": \"W/\\\"00d3af6b-7ece-43fd-aa27-0586644cc40f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016\"\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\": \"sontjuww3tmefh4h2x1lkzeuzg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\",\r\n \"etag\": \"W/\\\"09958f6f-d773-4521-b9e7-afda2e54fc7c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dc93d59-b47e-4aae-954b-2b735e6e4911\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743/ipConfigurations/ip3790\",\r\n \"etag\": \"W/\\\"09958f6f-d773-4521-b9e7-afda2e54fc7c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649\"\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\": \"4aqt5pn20huu5blollud2rf1ef.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d548277-4e67-4414-9c6e-dc3e34c6f96c" + "34e62f45-1f25-48e3-868a-ea8f3cfa8727" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1243,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"00d3af6b-7ece-43fd-aa27-0586644cc40f\"" + "W/\"09958f6f-d773-4521-b9e7-afda2e54fc7c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0cda0d67-af0f-4f40-aa62-71e4129bb19f" + "f956c893-b5c7-432d-b588-b93cfd02c390" ], "x-ms-correlation-request-id": [ - "6306a393-d9bc-4ed4-99c6-15fbd12af7a0" + "807024da-879c-4d15-b633-05751d72ff93" ], "x-ms-arm-service-request-id": [ - "c9a3a7b0-d43d-4b2b-b6c1-85679cee5d92" + "8b068b9f-c8f5-4a3a-9ad3-97cc9864abb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203643Z:6306a393-d9bc-4ed4-99c6-15fbd12af7a0" + "EASTUS2:20211123T200331Z:807024da-879c-4d15-b633-05751d72ff93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:43 GMT" - ], "Content-Length": [ "1634" ], @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3075\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\",\r\n \"etag\": \"W/\\\"00d3af6b-7ece-43fd-aa27-0586644cc40f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7639000e-abef-449d-919b-f6a5dcbf36fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075/ipConfigurations/ip7021\",\r\n \"etag\": \"W/\\\"00d3af6b-7ece-43fd-aa27-0586644cc40f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/virtualNetworks/vn3529/subnets/sn4016\"\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\": \"sontjuww3tmefh4h2x1lkzeuzg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\",\r\n \"etag\": \"W/\\\"09958f6f-d773-4521-b9e7-afda2e54fc7c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dc93d59-b47e-4aae-954b-2b735e6e4911\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743/ipConfigurations/ip3790\",\r\n \"etag\": \"W/\\\"09958f6f-d773-4521-b9e7-afda2e54fc7c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/virtualNetworks/vn4496/subnets/sn3649\"\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\": \"4aqt5pn20huu5blollud2rf1ef.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/availabilitySets/crptestar9276?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2NycHRlc3RhcjkyNzY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/availabilitySets/crptestar2905?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2NycHRlc3RhcjI5MDU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "95e91e98-b1eb-4acc-b281-71df000534aa" + "c0ebe02e-aa6b-454b-829c-3ad4c83ea5fc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a51d370c-e900-4ac7-a9a3-8ab610dddf97" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "afe48ab7-850d-43ac-a9c2-1c5f4908e278" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "273cc669-30aa-4a21-a01d-f4795f786872" + "bfd3b7d0-aa87-4b38-a110-ceaa380e823b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203652Z:273cc669-30aa-4a21-a01d-f4795f786872" + "EASTUS2:20211123T200343Z:bfd3b7d0-aa87-4b38-a110-ceaa380e823b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:52 GMT" - ], "Content-Length": [ "459" ], @@ -1297,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crptestar9276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/availabilitySets/crptestar9276\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crptestar2905\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/availabilitySets/crptestar2905\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/virtualMachines/vm1798?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNzk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/virtualMachines/vm4422?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00NDIyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar9315/oscrptestar6395.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/availabilitySets/crptestar9276\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar1304/oscrptestar2321.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/availabilitySets/crptestar2905\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f48d0fec-aa71-4967-9337-4e4a946caf4b" + "c4959ce7-42ac-4d96-bd02-321eb71744f9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:47 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3b92d221-f7d0-4dae-a6e1-15cba92e1ded?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b92d221-f7d0-4dae-a6e1-15cba92e1ded" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "6ea197d3-61fb-4f92-a619-9f16d86c6e12" + "681ebbb1-1a60-4592-bf04-1be9f7a8905b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203658Z:6ea197d3-61fb-4f92-a619-9f16d86c6e12" + "EASTUS2:20211123T200348Z:681ebbb1-1a60-4592-bf04-1be9f7a8905b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:36:58 GMT" - ], "Content-Length": [ - "2036" + "2093" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,60 +1442,121 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/virtualMachines/vm1798\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"addb435f-52f9-44ba-8f25-9b052308376f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar9315/oscrptestar6395.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4422\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/virtualMachines/vm4422\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6c535e8b-a17a-480c-9708-cca72ecede32\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar1304/oscrptestar2321.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T20:03:45.8493666+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3b92d221-f7d0-4dae-a6e1-15cba92e1ded?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNiOTJkMjIxLWY3ZDAtNGRhZS1hNmUxLTE1Y2JhOTJlMWRlZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiMGY4ODE3LTlmOGYtNDY3Zi1hOWRjLTBiOWE5ZjYyYzA0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:03:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29947" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "46b78450-121f-47c3-b75f-ecbb94d6f7ce" + "b42385d5-7a29-4373-a48c-ee7a9cbf379c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "2a44b9a1-3da0-4e7b-bf76-69c80279c50e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T200358Z:2a44b9a1-3da0-4e7b-bf76-69c80279c50e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:03:45.7399666+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiMGY4ODE3LTlmOGYtNDY3Zi1hOWRjLTBiOWE5ZjYyYzA0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:04:48 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29988" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "723b29ea-8059-44a0-b7c5-dcf6efba0548" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "12a6b0a1-04e4-4793-91b8-107923060a42" + "a3aac166-d705-495b-8e44-c7dfe07b41ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203709Z:12a6b0a1-04e4-4793-91b8-107923060a42" + "EASTUS2:20211123T200448Z:a3aac166-d705-495b-8e44-c7dfe07b41ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:37:08 GMT" - ], "Content-Length": [ "134" ], @@ -1443,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:36:56.3348183+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b92d221-f7d0-4dae-a6e1-15cba92e1ded\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:03:45.7399666+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3b92d221-f7d0-4dae-a6e1-15cba92e1ded?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNiOTJkMjIxLWY3ZDAtNGRhZS1hNmUxLTE1Y2JhOTJlMWRlZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiMGY4ODE3LTlmOGYtNDY3Zi1hOWRjLTBiOWE5ZjYyYzA0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:05:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29946" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "59f9275f-019d-442c-8b4d-813ae988ab01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5124f038-8459-4824-9586-26b3fb3eef08" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "4935a471-43a9-4095-8041-a08088a1e568" + "f7431007-5ed1-41a2-945f-9c5e404ff810" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203759Z:4935a471-43a9-4095-8041-a08088a1e568" + "EASTUS2:20211123T200539Z:f7431007-5ed1-41a2-945f-9c5e404ff810" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:37:58 GMT" - ], "Content-Length": [ "134" ], @@ -1504,57 +1628,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:36:56.3348183+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b92d221-f7d0-4dae-a6e1-15cba92e1ded\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:03:45.7399666+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3b92d221-f7d0-4dae-a6e1-15cba92e1ded?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNiOTJkMjIxLWY3ZDAtNGRhZS1hNmUxLTE1Y2JhOTJlMWRlZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiMGY4ODE3LTlmOGYtNDY3Zi1hOWRjLTBiOWE5ZjYyYzA0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:06:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29945" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e19d18dc-6044-481c-8678-ac9f595d84b1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a98c9365-d4ba-4c27-9f39-434d94fb64da" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "6ae77fcc-dfc9-47d4-a573-978191ede0da" + "210fcb50-dd88-430a-b550-e7d6e27ea9a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203849Z:6ae77fcc-dfc9-47d4-a573-978191ede0da" + "EASTUS2:20211123T200629Z:210fcb50-dd88-430a-b550-e7d6e27ea9a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:38:49 GMT" - ], "Content-Length": [ "134" ], @@ -1565,57 +1689,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:36:56.3348183+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b92d221-f7d0-4dae-a6e1-15cba92e1ded\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:03:45.7399666+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3b92d221-f7d0-4dae-a6e1-15cba92e1ded?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNiOTJkMjIxLWY3ZDAtNGRhZS1hNmUxLTE1Y2JhOTJlMWRlZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiMGY4ODE3LTlmOGYtNDY3Zi1hOWRjLTBiOWE5ZjYyYzA0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:07:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29943" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4e55ca15-57a5-44c5-bf6f-d892dc966757" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d66463b3-89e2-410e-acc6-f62aab0727d3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "627be781-8569-4c61-9472-2ed8ae7aaeb3" + "d285fc68-94ed-4d31-83af-5511111dfad5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T203939Z:627be781-8569-4c61-9472-2ed8ae7aaeb3" + "EASTUS2:20211123T200720Z:d285fc68-94ed-4d31-83af-5511111dfad5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:39:39 GMT" - ], "Content-Length": [ "134" ], @@ -1626,57 +1750,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:36:56.3348183+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b92d221-f7d0-4dae-a6e1-15cba92e1ded\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:03:45.7399666+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3b92d221-f7d0-4dae-a6e1-15cba92e1ded?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNiOTJkMjIxLWY3ZDAtNGRhZS1hNmUxLTE1Y2JhOTJlMWRlZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiMGY4ODE3LTlmOGYtNDY3Zi1hOWRjLTBiOWE5ZjYyYzA0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4493eb82-f56e-451e-bce0-ea7adb954398" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bb09805a-a9b9-4e3c-bd69-9bb168135fea" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "3ea13988-7757-4bcd-a92b-b966f0cbecd4" + "676f040c-e03f-4a65-9800-d0819ede306f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204030Z:3ea13988-7757-4bcd-a92b-b966f0cbecd4" + "EASTUS2:20211123T200810Z:676f040c-e03f-4a65-9800-d0819ede306f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:30 GMT" - ], "Content-Length": [ "184" ], @@ -1687,59 +1811,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:36:56.3348183+00:00\",\r\n \"endTime\": \"2021-06-29T20:40:01.7422142+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3b92d221-f7d0-4dae-a6e1-15cba92e1ded\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:03:45.7399666+00:00\",\r\n \"endTime\": \"2021-11-23T20:07:20.3021173+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2b0f8817-9f8f-467f-a9dc-0b9a9f62c04b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/virtualMachines/vm1798?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNzk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/virtualMachines/vm4422?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00NDIyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31958" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2fa2b1ee-b7c2-4f5c-9784-a4e13af140cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8cd513ab-9f3c-4e50-9a01-2846bd2afc50" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "9d746046-8a28-4593-bdb8-f56ede5acfec" + "618be739-01ab-45cd-9d53-b8c07a61034e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204030Z:9d746046-8a28-4593-bdb8-f56ede5acfec" + "EASTUS2:20211123T200810Z:618be739-01ab-45cd-9d53-b8c07a61034e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:30 GMT" - ], "Content-Length": [ - "2065" + "2122" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1748,65 +1872,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/virtualMachines/vm1798\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"addb435f-52f9-44ba-8f25-9b052308376f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar9315/oscrptestar6395.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4422\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/virtualMachines/vm4422\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6c535e8b-a17a-480c-9708-cca72ecede32\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar1304/oscrptestar2321.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:03:45.8493666+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/virtualMachines/vm1798?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNzk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/virtualMachines/vm4422?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00NDIyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de7175f7-21ac-4640-8d80-e90ba21c4cdc" + "42555d94-5fc0-4062-b653-42b11942cb1b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31957" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68923876-0dfc-4bde-a9d4-dfba471897d4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b987898b-5474-4b74-8ed9-bae04f9be24c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "5d29672a-8f55-4e66-befe-a171c538163a" + "4740a23f-dbed-419e-a571-383d77405e50" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204030Z:5d29672a-8f55-4e66-befe-a171c538163a" + "EASTUS2:20211123T200811Z:4740a23f-dbed-419e-a571-383d77405e50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:30 GMT" - ], "Content-Length": [ - "2065" + "2122" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1815,25 +1939,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/virtualMachines/vm1798\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"addb435f-52f9-44ba-8f25-9b052308376f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar9315/oscrptestar6395.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4422\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/virtualMachines/vm4422\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6c535e8b-a17a-480c-9708-cca72ecede32\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar1304/oscrptestar2321.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:03:45.8493666+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5022b?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMjJiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7607b?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2MDdiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5022b\": \"2021-06-29 20:40:30Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7607b\": \"2021-11-23 20:08:11Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9d57521b-2453-4a41-bc9e-23f9f462bf83" + "d2bf5f08-d999-4851-a380-abf7b89a73e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -1847,6 +1971,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:14 GMT" + ], "Pragma": [ "no-cache" ], @@ -1854,13 +1981,13 @@ "1199" ], "x-ms-request-id": [ - "b770c659-15a0-43a6-a74d-c26bda117f04" + "db6bc471-88e6-4929-885c-808e839f05fd" ], "x-ms-correlation-request-id": [ - "b770c659-15a0-43a6-a74d-c26bda117f04" + "db6bc471-88e6-4929-885c-808e839f05fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204033Z:b770c659-15a0-43a6-a74d-c26bda117f04" + "EASTUS2:20211123T200815Z:db6bc471-88e6-4929-885c-808e839f05fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1868,9 +1995,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:32 GMT" - ], "Content-Length": [ "237" ], @@ -1881,25 +2005,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b\",\r\n \"name\": \"crptestar5022b\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5022b\": \"2021-06-29 20:40:30Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b\",\r\n \"name\": \"crptestar7607b\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7607b\": \"2021-11-23 20:08:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/publicIPAddresses/pip5174?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTc0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/publicIPAddresses/pip7493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5809\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5619\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "129bb411-0ff6-46cc-9946-f4b7fad97c4b" + "00afbfaa-789a-4a24-a765-2b33029022ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1913,46 +2037,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c6534587-ffef-4cac-a1fb-3cb6a46b6e9e" + "f8175966-e222-4919-bf8f-ffbafa629d40" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c6534587-ffef-4cac-a1fb-3cb6a46b6e9e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f8175966-e222-4919-bf8f-ffbafa629d40?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "587db298-5158-4af5-a5c9-e8d056825b14" + "3687d0b9-3139-4c14-bd2c-9f28ae8eca7f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "087ed241-1d3f-4d17-80cd-87d0d19bbd25" + "758d364b-bdec-44a9-afc2-31a06ef71f20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204042Z:587db298-5158-4af5-a5c9-e8d056825b14" + "EASTUS2:20211123T200827Z:3687d0b9-3139-4c14-bd2c-9f28ae8eca7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:42 GMT" - ], "Content-Length": [ "770" ], @@ -1963,19 +2087,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5174\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/publicIPAddresses/pip5174\",\r\n \"etag\": \"W/\\\"7eb2f662-b97f-4795-9049-03da6abf429c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4393a05e-433c-4a83-9f2b-8cf06ac00496\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5809\",\r\n \"fqdn\": \"dn5809.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/publicIPAddresses/pip7493\",\r\n \"etag\": \"W/\\\"e2f1668d-09a0-4d85-9396-fd3bb626a6f9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"30a8359c-467d-4a15-949b-b9d5b7cb528b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5619\",\r\n \"fqdn\": \"dn5619.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c6534587-ffef-4cac-a1fb-3cb6a46b6e9e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M2NTM0NTg3LWZmZWYtNGNhYy1hMWZiLTNjYjZhNDZiNmU5ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f8175966-e222-4919-bf8f-ffbafa629d40?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y4MTc1OTY2LWUyMjItNDkxOS1iZjhmLWZmYmFmYTYyOWQ0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1983,37 +2107,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3f75079c-2eba-4874-a544-9cb1567ce9f5" + "6d2bd599-471d-4253-adbc-21e29582948c" ], "x-ms-correlation-request-id": [ - "a9741db8-0b1a-44da-aa44-1184fd14c526" + "c076e078-ab0a-4792-94c4-7ee711bfa925" ], "x-ms-arm-service-request-id": [ - "c35e29eb-2d17-4de9-8007-91f63b33bb75" + "229778bf-0aaa-4a7a-96fe-36de9de45595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204044Z:a9741db8-0b1a-44da-aa44-1184fd14c526" + "EASTUS2:20211123T200828Z:c076e078-ab0a-4792-94c4-7ee711bfa925" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:43 GMT" - ], "Content-Length": [ "29" ], @@ -2028,15 +2152,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/publicIPAddresses/pip5174?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTc0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/publicIPAddresses/pip7493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2044,40 +2168,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"640ab822-529c-4f10-b1a6-ca3fc72ddf12\"" + "W/\"c3d2d281-d0ed-4ece-bc50-74dce43d0e73\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "667b5acf-7962-499b-ab00-e331c19c5ee2" + "726fe72b-cc1b-411d-bb7a-599b13c7baea" ], "x-ms-correlation-request-id": [ - "af9a6352-c629-44e7-8bd2-f9c25b9c2f71" + "41fe94cd-526f-46ad-9c67-5e6e716403f0" ], "x-ms-arm-service-request-id": [ - "6c22c487-68c0-4155-9506-ed8246c17f4e" + "bb1230f8-fe00-465e-93a2-29c7dcd75e0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204044Z:af9a6352-c629-44e7-8bd2-f9c25b9c2f71" + "EASTUS2:20211123T200828Z:41fe94cd-526f-46ad-9c67-5e6e716403f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:43 GMT" - ], "Content-Length": [ "771" ], @@ -2088,25 +2212,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5174\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/publicIPAddresses/pip5174\",\r\n \"etag\": \"W/\\\"640ab822-529c-4f10-b1a6-ca3fc72ddf12\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4393a05e-433c-4a83-9f2b-8cf06ac00496\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5809\",\r\n \"fqdn\": \"dn5809.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/publicIPAddresses/pip7493\",\r\n \"etag\": \"W/\\\"c3d2d281-d0ed-4ece-bc50-74dce43d0e73\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"30a8359c-467d-4a15-949b-b9d5b7cb528b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5619\",\r\n \"fqdn\": \"dn5619.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/publicIPAddresses/pip5174?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTc0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/publicIPAddresses/pip7493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02ff463e-d58f-451c-a658-55259f9b310f" + "d7a8e942-191c-4c34-9f69-7556ba8e926a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2114,40 +2238,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"640ab822-529c-4f10-b1a6-ca3fc72ddf12\"" + "W/\"c3d2d281-d0ed-4ece-bc50-74dce43d0e73\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0be31fba-98c6-4371-89ec-12e071f2d832" + "3fb42e79-2ffe-4ffe-a588-ab856dbc6a68" ], "x-ms-correlation-request-id": [ - "1da42d4b-d7dd-472f-a199-1431f79a7c26" + "b52f9bc6-2968-40a8-aafb-04cac25d40db" ], "x-ms-arm-service-request-id": [ - "1a7925aa-b535-4d43-8fc6-35cc3c3beec7" + "1c2a7118-6178-4c2b-ae21-ea526b4b07b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204044Z:1da42d4b-d7dd-472f-a199-1431f79a7c26" + "EASTUS2:20211123T200829Z:b52f9bc6-2968-40a8-aafb-04cac25d40db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:43 GMT" - ], "Content-Length": [ "771" ], @@ -2158,25 +2282,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5174\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/publicIPAddresses/pip5174\",\r\n \"etag\": \"W/\\\"640ab822-529c-4f10-b1a6-ca3fc72ddf12\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4393a05e-433c-4a83-9f2b-8cf06ac00496\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5809\",\r\n \"fqdn\": \"dn5809.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/publicIPAddresses/pip7493\",\r\n \"etag\": \"W/\\\"c3d2d281-d0ed-4ece-bc50-74dce43d0e73\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"30a8359c-467d-4a15-949b-b9d5b7cb528b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5619\",\r\n \"fqdn\": \"dn5619.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMDE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2157\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7605\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3aa5f3b4-a274-409e-82b9-b911cdbc12df" + "e905884c-91e9-4169-a6c3-26d4ddc84f5f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2190,46 +2314,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:32 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "faf44949-5ad4-486e-a213-2a5bf0f80932" + "7f801c77-4829-4fe3-8a3f-71d16a7f0d7f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/faf44949-5ad4-486e-a213-2a5bf0f80932?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7f801c77-4829-4fe3-8a3f-71d16a7f0d7f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3fdaba07-244b-4ccb-87f0-417dcfa2adae" + "0e5496a1-edd7-420c-b631-4c76f23bd5c9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ad2c1392-8c8a-4b60-985d-d945d1b332e6" + "0fecc1d7-67b9-4618-a9ff-18f841a92235" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204049Z:3fdaba07-244b-4ccb-87f0-417dcfa2adae" + "EASTUS2:20211123T200832Z:0e5496a1-edd7-420c-b631-4c76f23bd5c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:48 GMT" - ], "Content-Length": [ "1323" ], @@ -2240,19 +2364,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2630\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630\",\r\n \"etag\": \"W/\\\"b004ef38-e5f9-4283-8b41-89fc2b1c5597\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a3ab9241-3ca6-4cdb-a2e8-0425a5ebb092\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2157\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157\",\r\n \"etag\": \"W/\\\"b004ef38-e5f9-4283-8b41-89fc2b1c5597\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016\",\r\n \"etag\": \"W/\\\"d2846bb4-b8ca-4433-b7ca-a8a5755d7876\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"58f77b09-44bb-4724-bd49-23ae9b9cdd8f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605\",\r\n \"etag\": \"W/\\\"d2846bb4-b8ca-4433-b7ca-a8a5755d7876\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/faf44949-5ad4-486e-a213-2a5bf0f80932?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhZjQ0OTQ5LTVhZDQtNDg2ZS1hMjEzLTJhNWJmMGY4MDkzMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7f801c77-4829-4fe3-8a3f-71d16a7f0d7f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdmODAxYzc3LTQ4MjktNGZlMy04YTNmLTcxZDE2YTdmMGQ3Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2260,37 +2384,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "227b665e-ac18-4e96-9c3f-af989b5d8692" + "6a66a4c2-fdf5-49da-af40-fcce750f592d" ], "x-ms-correlation-request-id": [ - "deea647d-8b16-497b-aa56-23d2cbbb343f" + "2dd6bf31-185c-4e18-8208-78e94c71efbc" ], "x-ms-arm-service-request-id": [ - "13dad5df-9293-4635-9c9d-1aa6891d8c41" + "abb115f8-9f6e-4591-8ee7-b4be5dcd84cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204052Z:deea647d-8b16-497b-aa56-23d2cbbb343f" + "EASTUS2:20211123T200836Z:2dd6bf31-185c-4e18-8208-78e94c71efbc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:51 GMT" - ], "Content-Length": [ "29" ], @@ -2305,15 +2429,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMDE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2321,40 +2445,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e75e666a-20f7-4c21-9822-6a0285e5988c\"" + "W/\"4168b9ae-72f2-49ad-8dbe-301a273348ff\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b2069531-e585-4f3f-918e-813ed3cec598" + "68d4c53b-7004-4259-9ead-0942d1e50b55" ], "x-ms-correlation-request-id": [ - "0889b992-ae3b-4143-89bf-d1d8175b35ca" + "9db11b68-3423-47fb-93c1-f7d5ce10c51e" ], "x-ms-arm-service-request-id": [ - "cea3b5cd-1d82-4044-a586-6e335b257433" + "65705993-c77e-4c85-95f2-4c63fc0c0fad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204052Z:0889b992-ae3b-4143-89bf-d1d8175b35ca" + "EASTUS2:20211123T200836Z:9db11b68-3423-47fb-93c1-f7d5ce10c51e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:51 GMT" - ], "Content-Length": [ "1325" ], @@ -2365,25 +2489,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2630\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630\",\r\n \"etag\": \"W/\\\"e75e666a-20f7-4c21-9822-6a0285e5988c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a3ab9241-3ca6-4cdb-a2e8-0425a5ebb092\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2157\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157\",\r\n \"etag\": \"W/\\\"e75e666a-20f7-4c21-9822-6a0285e5988c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016\",\r\n \"etag\": \"W/\\\"4168b9ae-72f2-49ad-8dbe-301a273348ff\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58f77b09-44bb-4724-bd49-23ae9b9cdd8f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605\",\r\n \"etag\": \"W/\\\"4168b9ae-72f2-49ad-8dbe-301a273348ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjMwL3N1Ym5ldHMvc24yMTU3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMDE2L3N1Ym5ldHMvc243NjA1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ff5ea0-94e8-41f5-84e2-bfbd43c0fd4a" + "2f47a813-255d-4563-9b48-16f2b9bdce1a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2391,40 +2515,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e75e666a-20f7-4c21-9822-6a0285e5988c\"" + "W/\"4168b9ae-72f2-49ad-8dbe-301a273348ff\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ca4d90c9-7d70-4a97-b6e7-2a9f6f5e6659" + "1924aa53-38f9-430d-bf6d-8996f62cff80" ], "x-ms-correlation-request-id": [ - "73552140-54a1-4005-a5ba-7d72a913aaef" + "cb613b15-635a-4544-8613-ba0d6125740d" ], "x-ms-arm-service-request-id": [ - "81a6c948-620e-4fc8-8c07-5416693eaa18" + "0bdf0b6f-ada1-4486-bff2-9fa51ffb0b2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204052Z:73552140-54a1-4005-a5ba-7d72a913aaef" + "EASTUS2:20211123T200836Z:cb613b15-635a-4544-8613-ba0d6125740d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:52 GMT" - ], "Content-Length": [ "524" ], @@ -2435,25 +2559,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn2157\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157\",\r\n \"etag\": \"W/\\\"e75e666a-20f7-4c21-9822-6a0285e5988c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605\",\r\n \"etag\": \"W/\\\"4168b9ae-72f2-49ad-8dbe-301a273348ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NzcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2157\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157\"\r\n }\r\n },\r\n \"name\": \"ip7831\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605\"\r\n }\r\n },\r\n \"name\": \"ip3024\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7c3809b-9c67-4c68-a616-ec23fe5e5d18" + "48a490ad-606b-4103-9c72-57cf6ba7fe27" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2467,43 +2591,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "98be3fea-ce87-4972-8b1d-188f902a5352" + "c0f5fb66-6374-4d8d-8040-0c63b1af2822" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/98be3fea-ce87-4972-8b1d-188f902a5352?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c0f5fb66-6374-4d8d-8040-0c63b1af2822?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ba45c95d-2ea2-4e38-a7b2-da8b45eb2b68" + "72c3c5a9-d9bd-47bd-8c06-979be42f5010" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9be04bbc-3800-419e-9e25-0b59b2462309" + "6647da6c-f10c-481f-b65e-e403aa56c318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204056Z:ba45c95d-2ea2-4e38-a7b2-da8b45eb2b68" + "EASTUS2:20211123T200840Z:72c3c5a9-d9bd-47bd-8c06-979be42f5010" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:56 GMT" - ], "Content-Length": [ "1634" ], @@ -2514,19 +2638,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\",\r\n \"etag\": \"W/\\\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"53ffb488-91ef-4ac3-99c9-bb2f906757d2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7831\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770/ipConfigurations/ip7831\",\r\n \"etag\": \"W/\\\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157\"\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\": \"igjkxi3ghtnuzixiaqs0l03qsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\",\r\n \"etag\": \"W/\\\"1bbde47c-7d2e-4168-af2d-292d385101c8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b24ce10-35ac-4e6e-a76b-af02ed789457\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3024\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568/ipConfigurations/ip3024\",\r\n \"etag\": \"W/\\\"1bbde47c-7d2e-4168-af2d-292d385101c8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605\"\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\": \"bf35owf1iqseppkjeoxjxhg3rh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NzcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2534,40 +2658,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\"" + "W/\"1bbde47c-7d2e-4168-af2d-292d385101c8\"" ], - "x-ms-request-id": [ - "93a88fe9-cbde-467a-b2e2-82d1fbd6668a" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "269b9e34-e65a-49f7-9f60-7f6275b7df82" ], "x-ms-correlation-request-id": [ - "8d332a8f-824c-4bc1-9da9-6bd02592030b" + "6a544d30-4ef8-4eaf-9332-5932365cbff7" ], "x-ms-arm-service-request-id": [ - "25263871-cafb-4638-9713-a9cba5246ef0" + "3da5ce7a-52ca-439f-828a-96dc130bcee8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204057Z:8d332a8f-824c-4bc1-9da9-6bd02592030b" + "EASTUS2:20211123T200840Z:6a544d30-4ef8-4eaf-9332-5932365cbff7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:56 GMT" - ], "Content-Length": [ "1634" ], @@ -2578,25 +2702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\",\r\n \"etag\": \"W/\\\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"53ffb488-91ef-4ac3-99c9-bb2f906757d2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7831\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770/ipConfigurations/ip7831\",\r\n \"etag\": \"W/\\\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157\"\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\": \"igjkxi3ghtnuzixiaqs0l03qsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\",\r\n \"etag\": \"W/\\\"1bbde47c-7d2e-4168-af2d-292d385101c8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b24ce10-35ac-4e6e-a76b-af02ed789457\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3024\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568/ipConfigurations/ip3024\",\r\n \"etag\": \"W/\\\"1bbde47c-7d2e-4168-af2d-292d385101c8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605\"\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\": \"bf35owf1iqseppkjeoxjxhg3rh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NzcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c8715ea-6666-400d-8ed2-d36aab35b61e" + "fc0f35d2-7189-4c6b-87db-7432f83987f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2604,40 +2728,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\"" + "W/\"1bbde47c-7d2e-4168-af2d-292d385101c8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e4f52847-6dd0-4b92-b44b-db826259b8a4" + "b221cd4a-2756-4f33-9c91-095cf45d2089" ], "x-ms-correlation-request-id": [ - "270d8e03-5a8b-4f38-9ef4-a3fdb6aa9a12" + "1c7aa44f-13dc-4937-8f0a-083f4573bb95" ], "x-ms-arm-service-request-id": [ - "9cbc4aca-b153-40c5-81bf-a8cfe9833c12" + "7cb65d28-40b0-4411-b7d3-617f94614849" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204057Z:270d8e03-5a8b-4f38-9ef4-a3fdb6aa9a12" + "EASTUS2:20211123T200840Z:1c7aa44f-13dc-4937-8f0a-083f4573bb95" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:40:56 GMT" - ], "Content-Length": [ "1634" ], @@ -2648,26 +2772,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\",\r\n \"etag\": \"W/\\\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"53ffb488-91ef-4ac3-99c9-bb2f906757d2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7831\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770/ipConfigurations/ip7831\",\r\n \"etag\": \"W/\\\"0f0a19a8-220d-4e52-9553-c9e4587b2f8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/virtualNetworks/vn2630/subnets/sn2157\"\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\": \"igjkxi3ghtnuzixiaqs0l03qsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\",\r\n \"etag\": \"W/\\\"1bbde47c-7d2e-4168-af2d-292d385101c8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b24ce10-35ac-4e6e-a76b-af02ed789457\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3024\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568/ipConfigurations/ip3024\",\r\n \"etag\": \"W/\\\"1bbde47c-7d2e-4168-af2d-292d385101c8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/virtualNetworks/vn2016/subnets/sn7605\"\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\": \"bf35owf1iqseppkjeoxjxhg3rh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/availabilitySets/crptestar9276?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2NycHRlc3RhcjkyNzY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/availabilitySets/crptestar2905?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2NycHRlc3RhcjI5MDU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ff79a4fa-9afe-43be-add9-4576a18a2c22" + "9b1219c0-d605-4d11-b499-8d8c285b2a97" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2680,37 +2804,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c319cabc-23c5-4194-87f8-2f90e2cf3d7f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "21c1218e-1c9b-4371-8e66-8de025e262ed" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "dcea478b-136b-4efc-9c47-4cd762ab02c5" + "b063b015-fe28-410e-ae6d-82739b849cf4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204106Z:dcea478b-136b-4efc-9c47-4cd762ab02c5" + "EASTUS2:20211123T200846Z:b063b015-fe28-410e-ae6d-82739b849cf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:41:06 GMT" - ], "Content-Length": [ "459" ], @@ -2721,26 +2845,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crptestar9276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/availabilitySets/crptestar9276\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crptestar2905\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/availabilitySets/crptestar2905\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/virtualMachines/vm1251?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xMjUxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/virtualMachines/vm7270?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03MjcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar8552/oscrptestar7422.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/availabilitySets/crptestar9276\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar3218/oscrptestar3236.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/availabilitySets/crptestar2905\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "adbc291a-6c29-480b-9eb2-678630dd5039" + "4ab51c2d-9881-4e50-bbc2-f84b5b711fce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2753,48 +2877,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:08:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9e31418e-54a1-4c8d-adb0-3f870b32c601?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2d76dd5e-460a-4b72-b8ed-c744cc90d06c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1189" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e31418e-54a1-4c8d-adb0-3f870b32c601" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d76dd5e-460a-4b72-b8ed-c744cc90d06c" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "cda17877-5b01-4fbe-9301-ebb1b570d8e7" + "83671f4b-dde0-4120-be9a-d1de0216d8b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204112Z:cda17877-5b01-4fbe-9301-ebb1b570d8e7" + "EASTUS2:20211123T200851Z:83671f4b-dde0-4120-be9a-d1de0216d8b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:41:12 GMT" - ], "Content-Length": [ - "2036" + "2093" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2803,60 +2927,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/virtualMachines/vm1251\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7fa6ac68-11a1-462d-bb14-924ee95f57cf\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar8552/oscrptestar7422.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7270\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/virtualMachines/vm7270\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7234bf63-f821-45f1-8f4a-472289282523\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar3218/oscrptestar3236.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T20:08:49.0673879+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9e31418e-54a1-4c8d-adb0-3f870b32c601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllMzE0MThlLTU0YTEtNGM4ZC1hZGIwLTNmODcwYjMyYzYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2d76dd5e-460a-4b72-b8ed-c744cc90d06c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkNzZkZDVlLTQ2MGEtNGI3Mi1iOGVkLWM3NDRjYzkwZDA2Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:09:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e5ee5335-1518-45b9-b465-d55f4e3e0edc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65bfda51-1725-486d-81f4-4a544bc71b47" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "d45cd8cf-93c1-4e6f-b142-f56bcbe227bb" + "1266e3a9-bf24-4fef-849c-a0c37c03a5f8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204122Z:d45cd8cf-93c1-4e6f-b142-f56bcbe227bb" + "EASTUS2:20211123T200901Z:1266e3a9-bf24-4fef-849c-a0c37c03a5f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:41:22 GMT" - ], "Content-Length": [ "134" ], @@ -2867,57 +2991,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:41:10.6332469+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9e31418e-54a1-4c8d-adb0-3f870b32c601\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:08:49.0205033+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d76dd5e-460a-4b72-b8ed-c744cc90d06c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9e31418e-54a1-4c8d-adb0-3f870b32c601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllMzE0MThlLTU0YTEtNGM4ZC1hZGIwLTNmODcwYjMyYzYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2d76dd5e-460a-4b72-b8ed-c744cc90d06c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkNzZkZDVlLTQ2MGEtNGI3Mi1iOGVkLWM3NDRjYzkwZDA2Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:09:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d316846-3e86-458c-81a4-151f820616a4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "89193a18-011f-4e50-a917-458c8033b009" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "beb556f4-218f-4ff0-9cc2-19998e96a0fc" + "cc349849-d1bb-4ae8-8522-259e9a628e76" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204212Z:beb556f4-218f-4ff0-9cc2-19998e96a0fc" + "EASTUS2:20211123T200951Z:cc349849-d1bb-4ae8-8522-259e9a628e76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:42:12 GMT" - ], "Content-Length": [ "134" ], @@ -2928,57 +3052,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:41:10.6332469+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9e31418e-54a1-4c8d-adb0-3f870b32c601\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:08:49.0205033+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d76dd5e-460a-4b72-b8ed-c744cc90d06c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9e31418e-54a1-4c8d-adb0-3f870b32c601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllMzE0MThlLTU0YTEtNGM4ZC1hZGIwLTNmODcwYjMyYzYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2d76dd5e-460a-4b72-b8ed-c744cc90d06c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkNzZkZDVlLTQ2MGEtNGI3Mi1iOGVkLWM3NDRjYzkwZDA2Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:10:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24017932-eb4c-4206-a582-0b82fcf39439" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "13c9a030-d2b5-436f-87f9-bd2807b2460e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "3d7e4c2b-9fc3-446e-9cb6-9ed61fd1ebe0" + "193d8b20-83eb-45da-b30f-4f8fc57aa934" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204303Z:3d7e4c2b-9fc3-446e-9cb6-9ed61fd1ebe0" + "EASTUS2:20211123T201042Z:193d8b20-83eb-45da-b30f-4f8fc57aa934" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:43:02 GMT" - ], "Content-Length": [ "134" ], @@ -2989,59 +3113,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:41:10.6332469+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9e31418e-54a1-4c8d-adb0-3f870b32c601\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:08:49.0205033+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d76dd5e-460a-4b72-b8ed-c744cc90d06c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9e31418e-54a1-4c8d-adb0-3f870b32c601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllMzE0MThlLTU0YTEtNGM4ZC1hZGIwLTNmODcwYjMyYzYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2d76dd5e-460a-4b72-b8ed-c744cc90d06c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkNzZkZDVlLTQ2MGEtNGI3Mi1iOGVkLWM3NDRjYzkwZDA2Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:11:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb617420-6529-480f-baeb-e057893e9760" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "161c8452-ab72-47ae-a1c6-6edadb1a7847" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "6aed5f0a-1cb8-42de-9dcb-f5073c953209" + "704e5c5a-27ec-4374-818c-615b357712e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204353Z:6aed5f0a-1cb8-42de-9dcb-f5073c953209" + "EASTUS2:20211123T201132Z:704e5c5a-27ec-4374-818c-615b357712e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:43:52 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3050,59 +3174,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:41:10.6332469+00:00\",\r\n \"endTime\": \"2021-06-29T20:43:50.6343264+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9e31418e-54a1-4c8d-adb0-3f870b32c601\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:08:49.0205033+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d76dd5e-460a-4b72-b8ed-c744cc90d06c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/virtualMachines/vm1251?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xMjUxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2d76dd5e-460a-4b72-b8ed-c744cc90d06c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkNzZkZDVlLTQ2MGEtNGI3Mi1iOGVkLWM3NDRjYzkwZDA2Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:12:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31955" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f505e5c9-4251-4079-a6bc-23ec4bb1a7b4" + "f9e22e83-fbc1-4015-9dff-583c418753d3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "b26802c8-36d4-41d5-b8be-ba919ba5d0ac" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T201222Z:b26802c8-36d4-41d5-b8be-ba919ba5d0ac" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:08:49.0205033+00:00\",\r\n \"endTime\": \"2021-11-23T20:11:56.6921079+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2d76dd5e-460a-4b72-b8ed-c744cc90d06c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/virtualMachines/vm7270?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03MjcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:12:22 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31984" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bc368dc1-0ec0-4863-86b0-b8ded5e3458b" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-correlation-request-id": [ - "952dbd17-19b5-4ad6-825f-a372d8a06ace" + "05471d54-2d27-4f5c-93cc-074cc61030c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204353Z:952dbd17-19b5-4ad6-825f-a372d8a06ace" + "EASTUS2:20211123T201223Z:05471d54-2d27-4f5c-93cc-074cc61030c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:43:52 GMT" - ], "Content-Length": [ - "2065" + "2122" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3111,65 +3296,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/virtualMachines/vm1251\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7fa6ac68-11a1-462d-bb14-924ee95f57cf\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar8552/oscrptestar7422.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7270\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/virtualMachines/vm7270\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7234bf63-f821-45f1-8f4a-472289282523\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar3218/oscrptestar3236.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:08:49.0673879+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/virtualMachines/vm1251?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMjJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xMjUxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/virtualMachines/vm7270?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc2MDdiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03MjcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69fac749-96e1-467c-ad99-347d78085032" + "bafe10f0-01f7-482e-a155-cab074042956" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:12:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31954" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a9dbbd4-8d65-41c0-b1d7-27777feac017" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8fba6dd7-b54c-46f2-9b65-2b8b8167855a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-correlation-request-id": [ - "b6781dfd-19ac-4b8b-b769-85a108b18c42" + "4f347098-13c1-4f77-815b-9ae17d80c4ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204353Z:b6781dfd-19ac-4b8b-b769-85a108b18c42" + "EASTUS2:20211123T201223Z:4f347098-13c1-4f77-815b-9ae17d80c4ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:43:53 GMT" - ], "Content-Length": [ - "2065" + "2122" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3178,65 +3363,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/virtualMachines/vm1251\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7fa6ac68-11a1-462d-bb14-924ee95f57cf\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar8552/oscrptestar7422.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7270\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/virtualMachines/vm7270\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7234bf63-f821-45f1-8f4a-472289282523\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar3218/oscrptestar3236.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:08:49.0673879+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c6d85c0-b33b-4b90-910c-fd9420269df9" + "852bc884-3470-404f-8536-32c00f77544e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:12:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;698" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4bb93d9e-dcca-4970-b3dc-25b77dcbe70f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b1520852-4582-4856-be4d-9cc068aaa13e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-correlation-request-id": [ - "a6671e02-569b-48ff-9e50-40eda0628974" + "2a9e597d-1587-438a-ba9d-bd123948af18" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204354Z:a6671e02-569b-48ff-9e50-40eda0628974" + "EASTUS2:20211123T201224Z:2a9e597d-1587-438a-ba9d-bd123948af18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:43:53 GMT" - ], "Content-Length": [ - "4630" + "4752" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3245,25 +3430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm1798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5022A/providers/Microsoft.Compute/virtualMachines/vm1798\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"addb435f-52f9-44ba-8f25-9b052308376f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5022A/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar9315/oscrptestar6395.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022a/providers/Microsoft.Network/networkInterfaces/nic3075\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm1251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5022B/providers/Microsoft.Compute/virtualMachines/vm1251\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7fa6ac68-11a1-462d-bb14-924ee95f57cf\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5022B/providers/Microsoft.Compute/availabilitySets/CRPTESTAR9276\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7802.blob.core.windows.net/crptestar8552/oscrptestar7422.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5022b/providers/Microsoft.Network/networkInterfaces/nic5770\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm4422\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7607A/providers/Microsoft.Compute/virtualMachines/vm4422\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6c535e8b-a17a-480c-9708-cca72ecede32\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7607A/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar1304/oscrptestar2321.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607a/providers/Microsoft.Network/networkInterfaces/nic3743\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:03:45.8493666+00:00\"\r\n }\r\n },\r\n {\r\n \"name\": \"vm7270\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7607B/providers/Microsoft.Compute/virtualMachines/vm7270\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7234bf63-f821-45f1-8f4a-472289282523\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7607B/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2905\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8901.blob.core.windows.net/crptestar3218/oscrptestar3236.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7607b/providers/Microsoft.Network/networkInterfaces/nic4568\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:08:49.0673879+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5022b?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMjJiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7607b?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2MDdiP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0866f05-358e-49cd-942f-d8a8d7272af9" + "931e1595-7204-427a-a4b2-c315c21b0f34" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3271,11 +3456,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:12:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3284,13 +3472,13 @@ "14999" ], "x-ms-request-id": [ - "99d97a04-de24-4189-8916-cb51a2a6a6b2" + "30b7ac31-4460-45cb-b1de-96fe81d5e4d7" ], "x-ms-correlation-request-id": [ - "99d97a04-de24-4189-8916-cb51a2a6a6b2" + "30b7ac31-4460-45cb-b1de-96fe81d5e4d7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204359Z:99d97a04-de24-4189-8916-cb51a2a6a6b2" + "EASTUS2:20211123T201230Z:30b7ac31-4460-45cb-b1de-96fe81d5e4d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3298,29 +3486,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:43:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3328,11 +3513,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:12:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3341,13 +3529,13 @@ "11999" ], "x-ms-request-id": [ - "21e5fa83-c463-4f96-bc37-9bbf4e130f9e" + "aba03a67-1b9e-4620-8f11-05a8334325ad" ], "x-ms-correlation-request-id": [ - "21e5fa83-c463-4f96-bc37-9bbf4e130f9e" + "aba03a67-1b9e-4620-8f11-05a8334325ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204415Z:21e5fa83-c463-4f96-bc37-9bbf4e130f9e" + "EASTUS2:20211123T201246Z:aba03a67-1b9e-4620-8f11-05a8334325ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3355,29 +3543,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:44:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3385,11 +3570,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:13:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3398,13 +3586,13 @@ "11998" ], "x-ms-request-id": [ - "210b9df5-2a98-458b-8c2c-c9e804c27d35" + "e2824b0a-2e70-4c68-b76a-63c849146445" ], "x-ms-correlation-request-id": [ - "210b9df5-2a98-458b-8c2c-c9e804c27d35" + "e2824b0a-2e70-4c68-b76a-63c849146445" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204430Z:210b9df5-2a98-458b-8c2c-c9e804c27d35" + "EASTUS2:20211123T201301Z:e2824b0a-2e70-4c68-b76a-63c849146445" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3412,29 +3600,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:44:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3442,11 +3627,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:13:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3455,13 +3643,13 @@ "11997" ], "x-ms-request-id": [ - "576ac000-8fc7-42e9-9b7f-6352fa552533" + "c051ee24-1878-43be-9a02-acd97d88a269" ], "x-ms-correlation-request-id": [ - "576ac000-8fc7-42e9-9b7f-6352fa552533" + "c051ee24-1878-43be-9a02-acd97d88a269" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204445Z:576ac000-8fc7-42e9-9b7f-6352fa552533" + "EASTUS2:20211123T201317Z:c051ee24-1878-43be-9a02-acd97d88a269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3469,29 +3657,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:44:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3499,11 +3684,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:13:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3512,13 +3700,13 @@ "11996" ], "x-ms-request-id": [ - "7c0a5261-3704-4509-b4ed-9f6ff18afda0" + "57f0d9cf-e22a-4d73-be4c-86041a6cb430" ], "x-ms-correlation-request-id": [ - "7c0a5261-3704-4509-b4ed-9f6ff18afda0" + "57f0d9cf-e22a-4d73-be4c-86041a6cb430" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204501Z:7c0a5261-3704-4509-b4ed-9f6ff18afda0" + "EASTUS2:20211123T201332Z:57f0d9cf-e22a-4d73-be4c-86041a6cb430" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3526,29 +3714,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:45:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3556,11 +3741,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:13:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3569,13 +3757,13 @@ "11995" ], "x-ms-request-id": [ - "04f5512e-6207-4e25-94cd-111ca6af220c" + "9b4c8f00-1a02-40ac-8db1-a6c5583aeadd" ], "x-ms-correlation-request-id": [ - "04f5512e-6207-4e25-94cd-111ca6af220c" + "9b4c8f00-1a02-40ac-8db1-a6c5583aeadd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204516Z:04f5512e-6207-4e25-94cd-111ca6af220c" + "EASTUS2:20211123T201348Z:9b4c8f00-1a02-40ac-8db1-a6c5583aeadd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3583,29 +3771,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:45:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3613,11 +3798,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:14:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3626,13 +3814,13 @@ "11994" ], "x-ms-request-id": [ - "5097a36a-fa84-4e09-ac05-7daf15e45611" + "940b7c8a-398f-4d07-b3b3-7de40653bd7a" ], "x-ms-correlation-request-id": [ - "5097a36a-fa84-4e09-ac05-7daf15e45611" + "940b7c8a-398f-4d07-b3b3-7de40653bd7a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204532Z:5097a36a-fa84-4e09-ac05-7daf15e45611" + "EASTUS2:20211123T201403Z:940b7c8a-398f-4d07-b3b3-7de40653bd7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3640,29 +3828,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:45:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3670,11 +3855,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:14:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3683,13 +3871,13 @@ "11993" ], "x-ms-request-id": [ - "f74796e8-c627-4adb-be44-02de16f1874f" + "3d875b20-0670-4d02-88da-055dab6cb038" ], "x-ms-correlation-request-id": [ - "f74796e8-c627-4adb-be44-02de16f1874f" + "3d875b20-0670-4d02-88da-055dab6cb038" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204547Z:f74796e8-c627-4adb-be44-02de16f1874f" + "EASTUS2:20211123T201418Z:3d875b20-0670-4d02-88da-055dab6cb038" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3697,29 +3885,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:45:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3727,11 +3912,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:14:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3740,13 +3928,13 @@ "11992" ], "x-ms-request-id": [ - "44de6835-cb06-4006-85e1-d453087dd796" + "04d714c0-7b6d-4988-afde-1a29bf0c3efa" ], "x-ms-correlation-request-id": [ - "44de6835-cb06-4006-85e1-d453087dd796" + "04d714c0-7b6d-4988-afde-1a29bf0c3efa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204603Z:44de6835-cb06-4006-85e1-d453087dd796" + "EASTUS2:20211123T201434Z:04d714c0-7b6d-4988-afde-1a29bf0c3efa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3754,29 +3942,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:46:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3784,11 +3969,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:14:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3797,13 +3985,13 @@ "11991" ], "x-ms-request-id": [ - "536b14e5-fc10-4e62-8897-5bf24aac4248" + "698662c3-54b4-4e33-927a-b6789bdf62c6" ], "x-ms-correlation-request-id": [ - "536b14e5-fc10-4e62-8897-5bf24aac4248" + "698662c3-54b4-4e33-927a-b6789bdf62c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204618Z:536b14e5-fc10-4e62-8897-5bf24aac4248" + "EASTUS2:20211123T201449Z:698662c3-54b4-4e33-927a-b6789bdf62c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3811,29 +3999,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:46:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3841,11 +4026,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:15:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3854,13 +4042,13 @@ "11990" ], "x-ms-request-id": [ - "522398c2-b536-4380-a557-bd79ff014bc2" + "6b59c53b-a111-4c98-a22a-b4ca31091ffe" ], "x-ms-correlation-request-id": [ - "522398c2-b536-4380-a557-bd79ff014bc2" + "6b59c53b-a111-4c98-a22a-b4ca31091ffe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204634Z:522398c2-b536-4380-a557-bd79ff014bc2" + "EASTUS2:20211123T201505Z:6b59c53b-a111-4c98-a22a-b4ca31091ffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3868,29 +4056,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:46:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3898,11 +4083,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:15:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3911,13 +4099,13 @@ "11989" ], "x-ms-request-id": [ - "d921292e-6c75-4f7b-95a8-d70aec81e617" + "47b2e22d-dfe9-47af-89a3-d891fd0a5159" ], "x-ms-correlation-request-id": [ - "d921292e-6c75-4f7b-95a8-d70aec81e617" + "47b2e22d-dfe9-47af-89a3-d891fd0a5159" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204649Z:d921292e-6c75-4f7b-95a8-d70aec81e617" + "EASTUS2:20211123T201520Z:47b2e22d-dfe9-47af-89a3-d891fd0a5159" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3925,29 +4113,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:46:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3955,11 +4140,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:15:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3968,13 +4156,13 @@ "11988" ], "x-ms-request-id": [ - "5ebff36f-50f1-4591-a885-83b4c7f83a75" + "1c07f335-13f5-40f6-9927-161c7c060204" ], "x-ms-correlation-request-id": [ - "5ebff36f-50f1-4591-a885-83b4c7f83a75" + "1c07f335-13f5-40f6-9927-161c7c060204" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204705Z:5ebff36f-50f1-4591-a885-83b4c7f83a75" + "EASTUS2:20211123T201536Z:1c07f335-13f5-40f6-9927-161c7c060204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3982,29 +4170,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:47:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4012,11 +4197,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:15:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4025,13 +4213,13 @@ "11987" ], "x-ms-request-id": [ - "aaeb1872-5fb2-4f15-a9c2-7b857c533b9b" + "494676e4-e632-4dab-83d2-f456edefcebd" ], "x-ms-correlation-request-id": [ - "aaeb1872-5fb2-4f15-a9c2-7b857c533b9b" + "494676e4-e632-4dab-83d2-f456edefcebd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204720Z:aaeb1872-5fb2-4f15-a9c2-7b857c533b9b" + "EASTUS2:20211123T201551Z:494676e4-e632-4dab-83d2-f456edefcebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4039,29 +4227,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:47:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4069,26 +4254,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:16:06 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-request-id": [ - "9d4c3997-7d16-4fc2-9144-b3cb7ac02035" + "27b86cc6-bc86-469a-aba6-1b06deefa6e5" ], "x-ms-correlation-request-id": [ - "9d4c3997-7d16-4fc2-9144-b3cb7ac02035" + "27b86cc6-bc86-469a-aba6-1b06deefa6e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204735Z:9d4c3997-7d16-4fc2-9144-b3cb7ac02035" + "EASTUS2:20211123T201607Z:27b86cc6-bc86-469a-aba6-1b06deefa6e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4096,29 +4278,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:47:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3Qi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4126,26 +4305,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:16:07 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-request-id": [ - "c1b53f05-2c25-4b89-b150-ed8f817fdbaa" + "ff14f3d8-7c43-4997-9241-5110688fe4f4" ], "x-ms-correlation-request-id": [ - "c1b53f05-2c25-4b89-b150-ed8f817fdbaa" + "ff14f3d8-7c43-4997-9241-5110688fe4f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204751Z:c1b53f05-2c25-4b89-b150-ed8f817fdbaa" + "EASTUS2:20211123T201607Z:ff14f3d8-7c43-4997-9241-5110688fe4f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4153,29 +4329,32 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:47:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7607a?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc2MDdhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "571eb79b-1c6e-498e-9025-cda169e22837" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4183,26 +4362,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:16:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "aa56a14e-d861-46d0-a35a-33449b1f53a2" + "6ffd9325-4015-475e-ae26-dccd4a284475" ], "x-ms-correlation-request-id": [ - "aa56a14e-d861-46d0-a35a-33449b1f53a2" + "6ffd9325-4015-475e-ae26-dccd4a284475" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204806Z:aa56a14e-d861-46d0-a35a-33449b1f53a2" + "EASTUS2:20211123T201610Z:6ffd9325-4015-475e-ae26-dccd4a284475" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4210,29 +4392,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:48:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4240,26 +4419,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:16:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-request-id": [ - "c8f40d1e-539c-4854-8bb5-2480088e63f7" + "0728194c-d4bb-4b62-ae05-d074511f64a4" ], "x-ms-correlation-request-id": [ - "c8f40d1e-539c-4854-8bb5-2480088e63f7" + "0728194c-d4bb-4b62-ae05-d074511f64a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204822Z:c8f40d1e-539c-4854-8bb5-2480088e63f7" + "EASTUS2:20211123T201625Z:0728194c-d4bb-4b62-ae05-d074511f64a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4267,29 +4449,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:48:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4297,20 +4476,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:16:40 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-request-id": [ - "d19886b0-fbf1-49e6-b174-3af69783549e" + "78111195-e681-4e42-a958-fbce2e1ab61b" ], "x-ms-correlation-request-id": [ - "d19886b0-fbf1-49e6-b174-3af69783549e" + "78111195-e681-4e42-a958-fbce2e1ab61b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204837Z:d19886b0-fbf1-49e6-b174-3af69783549e" + "EASTUS2:20211123T201641Z:78111195-e681-4e42-a958-fbce2e1ab61b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4318,29 +4506,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:48:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFpMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4348,20 +4533,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:16:55 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-request-id": [ - "5e9930b0-b7f8-4aff-b0eb-5e065b637298" + "245206bf-1e70-4cb5-ad2e-5991fb2fffff" ], "x-ms-correlation-request-id": [ - "5e9930b0-b7f8-4aff-b0eb-5e065b637298" + "245206bf-1e70-4cb5-ad2e-5991fb2fffff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204838Z:5e9930b0-b7f8-4aff-b0eb-5e065b637298" + "EASTUS2:20211123T201656Z:245206bf-1e70-4cb5-ad2e-5991fb2fffff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4369,35 +4563,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:48:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5022a?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMjJhP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "cf659b56-db63-44d8-b350-f48bcc08f827" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4405,26 +4590,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:17:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" ], "x-ms-request-id": [ - "07f6b833-6c9c-47cb-92ec-a254161a42db" + "2e5598d4-74d8-48dd-9668-c29d25bfda54" ], "x-ms-correlation-request-id": [ - "07f6b833-6c9c-47cb-92ec-a254161a42db" + "2e5598d4-74d8-48dd-9668-c29d25bfda54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204842Z:07f6b833-6c9c-47cb-92ec-a254161a42db" + "EASTUS2:20211123T201712Z:2e5598d4-74d8-48dd-9668-c29d25bfda54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4432,29 +4620,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:48:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4462,11 +4647,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:17:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4475,13 +4663,13 @@ "11980" ], "x-ms-request-id": [ - "4f0911db-fcf6-4a95-8aaf-0ded34cfb9a2" + "45e2ede7-42ee-4d75-9dd6-967965b37d2d" ], "x-ms-correlation-request-id": [ - "4f0911db-fcf6-4a95-8aaf-0ded34cfb9a2" + "45e2ede7-42ee-4d75-9dd6-967965b37d2d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204857Z:4f0911db-fcf6-4a95-8aaf-0ded34cfb9a2" + "EASTUS2:20211123T201728Z:45e2ede7-42ee-4d75-9dd6-967965b37d2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4489,29 +4677,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:48:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4519,11 +4704,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:17:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4532,13 +4720,13 @@ "11979" ], "x-ms-request-id": [ - "ef9714c4-5ac5-486f-b8e3-3d11a1a82411" + "346a2129-2706-49a3-810f-23316d01ce0d" ], "x-ms-correlation-request-id": [ - "ef9714c4-5ac5-486f-b8e3-3d11a1a82411" + "346a2129-2706-49a3-810f-23316d01ce0d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204913Z:ef9714c4-5ac5-486f-b8e3-3d11a1a82411" + "EASTUS2:20211123T201743Z:346a2129-2706-49a3-810f-23316d01ce0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4546,29 +4734,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:49:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4576,11 +4761,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:17:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4589,13 +4777,13 @@ "11978" ], "x-ms-request-id": [ - "4b195f4a-4092-4bc5-bb95-f8cae747dce0" + "77ac85da-74de-44e5-9645-1b38d19405ec" ], "x-ms-correlation-request-id": [ - "4b195f4a-4092-4bc5-bb95-f8cae747dce0" + "77ac85da-74de-44e5-9645-1b38d19405ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204929Z:4b195f4a-4092-4bc5-bb95-f8cae747dce0" + "EASTUS2:20211123T201759Z:77ac85da-74de-44e5-9645-1b38d19405ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4603,29 +4791,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:49:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4633,11 +4818,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:18:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4646,13 +4834,13 @@ "11977" ], "x-ms-request-id": [ - "589c35a4-917a-4902-bf8a-e70470f68ea4" + "58a4f590-2eba-4306-9d36-e081f99e8a7f" ], "x-ms-correlation-request-id": [ - "589c35a4-917a-4902-bf8a-e70470f68ea4" + "58a4f590-2eba-4306-9d36-e081f99e8a7f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T204944Z:589c35a4-917a-4902-bf8a-e70470f68ea4" + "EASTUS2:20211123T201814Z:58a4f590-2eba-4306-9d36-e081f99e8a7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4660,29 +4848,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:49:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4690,11 +4875,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:18:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4703,13 +4891,13 @@ "11976" ], "x-ms-request-id": [ - "2d10d7c0-54cc-4244-9c37-a1085293b5b6" + "7ee7dbb2-aef0-460f-ae15-a1698114f091" ], "x-ms-correlation-request-id": [ - "2d10d7c0-54cc-4244-9c37-a1085293b5b6" + "7ee7dbb2-aef0-460f-ae15-a1698114f091" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205000Z:2d10d7c0-54cc-4244-9c37-a1085293b5b6" + "EASTUS2:20211123T201830Z:7ee7dbb2-aef0-460f-ae15-a1698114f091" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4717,29 +4905,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:49:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4747,11 +4932,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:18:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4760,13 +4948,13 @@ "11975" ], "x-ms-request-id": [ - "1707ab08-274a-4c5d-893a-62141bad4933" + "67decb43-0562-4f4c-a239-e3f9fe047f4d" ], "x-ms-correlation-request-id": [ - "1707ab08-274a-4c5d-893a-62141bad4933" + "67decb43-0562-4f4c-a239-e3f9fe047f4d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205015Z:1707ab08-274a-4c5d-893a-62141bad4933" + "EASTUS2:20211123T201845Z:67decb43-0562-4f4c-a239-e3f9fe047f4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4774,29 +4962,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:50:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4804,11 +4989,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:18:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4817,13 +5005,13 @@ "11974" ], "x-ms-request-id": [ - "12a521d6-7873-4e4a-aa17-02bafbdf7b94" + "bbc4bba2-1024-418c-9615-a6e98c640b00" ], "x-ms-correlation-request-id": [ - "12a521d6-7873-4e4a-aa17-02bafbdf7b94" + "bbc4bba2-1024-418c-9615-a6e98c640b00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205031Z:12a521d6-7873-4e4a-aa17-02bafbdf7b94" + "EASTUS2:20211123T201900Z:bbc4bba2-1024-418c-9615-a6e98c640b00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4831,29 +5019,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:50:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4861,11 +5046,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:19:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4874,13 +5062,13 @@ "11973" ], "x-ms-request-id": [ - "37f637d6-5fae-4b45-864e-1cdee17d22b1" + "260857d4-4009-4e69-9332-ff64400367cd" ], "x-ms-correlation-request-id": [ - "37f637d6-5fae-4b45-864e-1cdee17d22b1" + "260857d4-4009-4e69-9332-ff64400367cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205046Z:37f637d6-5fae-4b45-864e-1cdee17d22b1" + "EASTUS2:20211123T201916Z:260857d4-4009-4e69-9332-ff64400367cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4888,29 +5076,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:50:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4918,11 +5103,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:19:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4931,13 +5119,13 @@ "11972" ], "x-ms-request-id": [ - "4c42372a-e4eb-4880-95c1-59486e6b2972" + "8c121153-6884-46c5-b744-969f20ecf7cb" ], "x-ms-correlation-request-id": [ - "4c42372a-e4eb-4880-95c1-59486e6b2972" + "8c121153-6884-46c5-b744-969f20ecf7cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205101Z:4c42372a-e4eb-4880-95c1-59486e6b2972" + "EASTUS2:20211123T201931Z:8c121153-6884-46c5-b744-969f20ecf7cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4945,29 +5133,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:51:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4975,11 +5160,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:19:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4988,13 +5176,13 @@ "11971" ], "x-ms-request-id": [ - "611b1732-c3a9-4e45-8e5f-c4d9b075f592" + "f751ebf8-6fa1-4ea4-89b1-4e88c9a63a0f" ], "x-ms-correlation-request-id": [ - "611b1732-c3a9-4e45-8e5f-c4d9b075f592" + "f751ebf8-6fa1-4ea4-89b1-4e88c9a63a0f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205117Z:611b1732-c3a9-4e45-8e5f-c4d9b075f592" + "EASTUS2:20211123T201947Z:f751ebf8-6fa1-4ea4-89b1-4e88c9a63a0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5002,29 +5190,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:51:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5032,11 +5217,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:20:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5045,13 +5233,13 @@ "11970" ], "x-ms-request-id": [ - "37fddb76-f4de-473a-a85b-b248d924e719" + "be58ad52-f5be-4aa8-b035-80b3222ee301" ], "x-ms-correlation-request-id": [ - "37fddb76-f4de-473a-a85b-b248d924e719" + "be58ad52-f5be-4aa8-b035-80b3222ee301" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205132Z:37fddb76-f4de-473a-a85b-b248d924e719" + "EASTUS2:20211123T202002Z:be58ad52-f5be-4aa8-b035-80b3222ee301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5059,29 +5247,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:51:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5089,11 +5274,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:20:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5102,13 +5290,13 @@ "11969" ], "x-ms-request-id": [ - "fd7eef61-bef7-4df2-9969-cb8f3d2e11c1" + "cef35645-d5c2-4dd3-ab61-2a7daf2ffea1" ], "x-ms-correlation-request-id": [ - "fd7eef61-bef7-4df2-9969-cb8f3d2e11c1" + "cef35645-d5c2-4dd3-ab61-2a7daf2ffea1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205148Z:fd7eef61-bef7-4df2-9969-cb8f3d2e11c1" + "EASTUS2:20211123T202018Z:cef35645-d5c2-4dd3-ab61-2a7daf2ffea1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5116,29 +5304,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:51:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5146,11 +5331,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:20:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5159,13 +5347,13 @@ "11968" ], "x-ms-request-id": [ - "24538026-529f-4902-8b51-a7970926bbed" + "eec7cb52-2acf-40cb-b6ef-d489f411097e" ], "x-ms-correlation-request-id": [ - "24538026-529f-4902-8b51-a7970926bbed" + "eec7cb52-2acf-40cb-b6ef-d489f411097e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205203Z:24538026-529f-4902-8b51-a7970926bbed" + "EASTUS2:20211123T202033Z:eec7cb52-2acf-40cb-b6ef-d489f411097e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5173,29 +5361,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5203,20 +5388,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:20:48 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], "x-ms-request-id": [ - "2e5e1a51-bee6-4231-9b29-59f3509a3876" + "a8abdce5-b170-421b-b80f-cad902d63e1f" ], "x-ms-correlation-request-id": [ - "2e5e1a51-bee6-4231-9b29-59f3509a3876" + "a8abdce5-b170-421b-b80f-cad902d63e1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205219Z:2e5e1a51-bee6-4231-9b29-59f3509a3876" + "EASTUS2:20211123T202049Z:a8abdce5-b170-421b-b80f-cad902d63e1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5224,29 +5418,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:21:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-request-id": [ + "62997c09-7d22-4526-8df8-92abe19a7e98" + ], + "x-ms-correlation-request-id": [ + "62997c09-7d22-4526-8df8-92abe19a7e98" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T202104Z:62997c09-7d22-4526-8df8-92abe19a7e98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDIyQS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURJeVFTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5254,20 +5502,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:21:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11965" ], "x-ms-request-id": [ - "0e2c9b44-caad-4c19-b86c-df65d3e8cd3f" + "62e819ba-1f49-467a-afe5-3b98389cd9ca" ], "x-ms-correlation-request-id": [ - "0e2c9b44-caad-4c19-b86c-df65d3e8cd3f" + "62e819ba-1f49-467a-afe5-3b98389cd9ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205219Z:0e2c9b44-caad-4c19-b86c-df65d3e8cd3f" + "EASTUS2:20211123T202119Z:62e819ba-1f49-467a-afe5-3b98389cd9ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5275,14 +5526,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NjA3QS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTmpBM1FTMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:21:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-request-id": [ + "5374cd1a-3149-45dc-8946-bf877f4348d0" + ], + "x-ms-correlation-request-id": [ + "5374cd1a-3149-45dc-8946-bf877f4348d0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T202120Z:5374cd1a-3149-45dc-8946-bf877f4348d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -5291,39 +5590,39 @@ ], "Names": { "TestListVMsInSubscriptionByLocation": [ - "crptestar5022", - "crptestar9276", - "crptestar7802" + "crptestar7607", + "crptestar2905", + "crptestar8901" ], "CreatePublicIP": [ - "pip5968", - "dn5414", - "pip5174", - "dn5809" + "pip6690", + "dn8706", + "pip7493", + "dn5619" ], "CreateVNET": [ - "vn3529", - "sn4016", - "vn2630", - "sn2157" + "vn4496", + "sn3649", + "vn2016", + "sn7605" ], "CreateNIC": [ - "nic3075", - "ip7021", - "nic5770", - "ip7831" + "nic3743", + "ip3790", + "nic4568", + "ip3024" ], "CreateDefaultVMInput": [ - "crptestar9315", - "crptestar477", - "crptestar6395", - "vm1798", - "Microsoft.Compute/virtualMachines2904", - "crptestar8552", - "crptestar5452", - "crptestar7422", - "vm1251", - "Microsoft.Compute/virtualMachines4361" + "crptestar1304", + "crptestar3833", + "crptestar2321", + "vm4422", + "Microsoft.Compute/virtualMachines3467", + "crptestar3218", + "crptestar3716", + "crptestar3236", + "vm7270", + "Microsoft.Compute/virtualMachines8105" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/LogAnalyticsTests/TestExportingThrottlingLogs.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/LogAnalyticsTests/TestExportingThrottlingLogs.json index 4f90a1937d9a4..94b4d22736c8b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/LogAnalyticsTests/TestExportingThrottlingLogs.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/LogAnalyticsTests/TestExportingThrottlingLogs.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5750?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU3NTA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3917?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5750\": \"2021-06-29 19:12:48Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3917\": \"2021-11-23 20:41:15Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1e87160f-497f-4092-9f2d-56b9b53aa264" + "e9024471-8ef4-41c1-8c96-e23277a63970" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:41:22 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "4a03ddc8-3c90-45c0-ad00-57634209283e" + "724077c2-3bd2-4d38-8c8d-5b9d93ee7e20" ], "x-ms-correlation-request-id": [ - "4a03ddc8-3c90-45c0-ad00-57634209283e" + "724077c2-3bd2-4d38-8c8d-5b9d93ee7e20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191250Z:4a03ddc8-3c90-45c0-ad00-57634209283e" + "EASTUS2:20211123T204122Z:724077c2-3bd2-4d38-8c8d-5b9d93ee7e20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:12:50 GMT" - ], "Content-Length": [ "234" ], @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5750\",\r\n \"name\": \"crptestar5750\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5750\": \"2021-06-29 19:12:48Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3917\",\r\n \"name\": \"crptestar3917\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3917\": \"2021-11-23 20:41:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5750/providers/Microsoft.Storage/storageAccounts/crptestar2855?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU3NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyODU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3917/providers/Microsoft.Storage/storageAccounts/crptestar770?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d0cdc818-c6d2-4391-b3d1-ee961ddaf1cf" + "1a5cec7a-8c31-49de-8b87-27e748753f53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -95,62 +95,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:41:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cbf5bdd5-0015-4a5c-b517-753ed4206c8e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/982edf6e-16df-4b66-97e4-b3ec89bebac9?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cbf5bdd5-0015-4a5c-b517-753ed4206c8e" + "982edf6e-16df-4b66-97e4-b3ec89bebac9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "82430cdc-af18-42a5-844b-3bd5cf6edd98" + "818acadb-cb12-4187-943b-540ab40b9484" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191300Z:82430cdc-af18-42a5-844b-3bd5cf6edd98" + "EASTUS2:20211123T204134Z:818acadb-cb12-4187-943b-540ab40b9484" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:12:59 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cbf5bdd5-0015-4a5c-b517-753ed4206c8e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvY2JmNWJkZDUtMDAxNS00YTVjLWI1MTctNzUzZWQ0MjA2YzhlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/982edf6e-16df-4b66-97e4-b3ec89bebac9?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOTgyZWRmNmUtMTZkZi00YjY2LTk3ZTQtYjNlYzg5YmViYWM5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -158,32 +158,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:41:51 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "4f598712-10e3-4cda-bb50-e14fbab63c4f" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/982edf6e-16df-4b66-97e4-b3ec89bebac9?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "e19feec4-35d9-44e2-840d-282e0257845a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2cdd7326-a84d-4a51-bb2b-abe9e6817973" + "397f69df-e673-47eb-a973-8ea380eae2cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191317Z:2cdd7326-a84d-4a51-bb2b-abe9e6817973" + "EASTUS2:20211123T204151Z:397f69df-e673-47eb-a973-8ea380eae2cb" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/982edf6e-16df-4b66-97e4-b3ec89bebac9?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOTgyZWRmNmUtMTZkZi00YjY2LTk3ZTQtYjNlYzg5YmViYWM5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 19:13:17 GMT" + "Tue, 23 Nov 2021 20:41:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b3d1aa01-d188-4e90-8fc8-a59cacec1aca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "2d932c93-7171-4211-9b03-0eb3fca41632" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T204155Z:2d932c93-7171-4211-9b03-0eb3fca41632" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -199,21 +262,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5750/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU3NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3917/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e734fce4-3d82-44b8-bf42-920757a129d0" + "2c43328a-7663-45ce-af75-4cadff51322e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -221,35 +284,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:42:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4b74952d-23be-43c5-8e93-b1c6bd9e394b" + "a2895893-54f9-4724-98a8-3253b41c52ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "9608cf72-fb7a-45a3-8c5a-94305aadf443" + "b0594594-6e59-4c25-9233-fc7adf0e3e8b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191328Z:9608cf72-fb7a-45a3-8c5a-94305aadf443" + "EASTUS2:20211123T204205Z:b0594594-6e59-4c25-9233-fc7adf0e3e8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:13:27 GMT" - ], "Content-Length": [ - "752" + "746" ], "Content-Type": [ "application/json" @@ -258,25 +321,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5750/providers/Microsoft.Storage/storageAccounts/crptestar2855\",\r\n \"name\": \"crptestar2855\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T19:12:56.8631512Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2855.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2855.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2855.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2855.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3917/providers/Microsoft.Storage/storageAccounts/crptestar770\",\r\n \"name\": \"crptestar770\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T20:41:30.9998078Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar770.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar770.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar770.table.core.windows.net/\",\r\n \"file\": \"https://crptestar770.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5750/providers/Microsoft.Storage/storageAccounts/crptestar2855?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU3NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyODU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3917/providers/Microsoft.Storage/storageAccounts/crptestar770?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d11b6c2-0ee9-40e9-818c-7cacb7071490" + "2657af60-ee47-4620-b4a4-e1e9cb624fd7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -284,35 +347,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:42:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a062ee41-cacd-4919-b5ef-fd28a9d5d4a3" + "3a171f34-1d5b-495b-b039-884322c8d97a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "d2e7736d-9fa6-4443-89af-ccd6ebb02cbb" + "5cc09831-32f9-4a0f-8b1a-52528db3e2ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191328Z:d2e7736d-9fa6-4443-89af-ccd6ebb02cbb" + "EASTUS2:20211123T204205Z:5cc09831-32f9-4a0f-8b1a-52528db3e2ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:13:28 GMT" - ], "Content-Length": [ - "740" + "734" ], "Content-Type": [ "application/json" @@ -321,25 +384,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5750/providers/Microsoft.Storage/storageAccounts/crptestar2855\",\r\n \"name\": \"crptestar2855\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T19:12:56.8631512Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2855.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2855.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2855.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2855.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3917/providers/Microsoft.Storage/storageAccounts/crptestar770\",\r\n \"name\": \"crptestar770\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T20:41:30.9998078Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar770.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar770.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar770.table.core.windows.net/\",\r\n \"file\": \"https://crptestar770.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5750/providers/Microsoft.Storage/storageAccounts/crptestar2855/listKeys?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU3NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyODU1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3917/providers/Microsoft.Storage/storageAccounts/crptestar770/listKeys?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzAvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "694a156f-7889-4d3f-8652-3d06ce49b405" + "4905ea98-549c-4bd7-b713-b304397efc20" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -347,33 +410,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:42:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9557ec38-26db-46d8-8cd5-f76c4b0a5627" + "5f96c0d9-22df-4ff3-9c53-716c45193cbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ], "x-ms-correlation-request-id": [ - "a055759c-2dd2-4c95-9237-6ef87e4ce102" + "cc816b59-2f52-4e29-8dc3-5e1102bf3e04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191328Z:a055759c-2dd2-4c95-9237-6ef87e4ce102" + "EASTUS2:20211123T204205Z:cc816b59-2f52-4e29-8dc3-5e1102bf3e04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:13:28 GMT" - ], "Content-Length": [ "197" ], @@ -384,26 +447,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"key1\": \"Sanitized\",\r\n \"key2\": \"Sanitized\"\r\n}", + "ResponseBody": "{\r\n \"key1\": \"OpcXT6BweopmqE4cMquq2FdpFczo3GkKwiKQkwsdDbujP1x0BnvzEqNGUQm+S+Wy3ZCqAEPUCyU20gSLHl85Wg==\",\r\n \"key2\": \"bgzo2MTdESLoXwKTS99mljzhfD6mQ9jjsCYom69SusMP6hzbXMpW15oHXQc9zdHKmgeMfOKS9efCoBtTYbQ8rQ==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/logAnalytics/apiAccess/getRequestRateByInterval?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9sb2dBbmFseXRpY3MvYXBpQWNjZXNzL2dldFJlcXVlc3RSYXRlQnlJbnRlcnZhbD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/logAnalytics/apiAccess/getRequestRateByInterval?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9sb2dBbmFseXRpY3MvYXBpQWNjZXNzL2dldFJlcXVlc3RSYXRlQnlJbnRlcnZhbD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"intervalLength\": \"FiveMins\",\r\n \"blobContainerSasUri\": \"https://crptestar2855.blob.core.windows.net/sascontainer?sv=2017-04-17&sr=c&sig=sROP6uS5WqyIGwOV0Yh9Y7Yuw2ExTO9Qv3nY6mDA6Rw%3D&st=2021-06-28T19%3A13%3A28Z&se=2021-07-01T19%3A13%3A28Z&sp=rw\",\r\n \"fromTime\": \"2021-06-19T19:13:28.7469908Z\",\r\n \"toTime\": \"2021-06-21T19:13:28.7472501Z\"\r\n}", + "RequestBody": "{\r\n \"intervalLength\": \"FiveMins\",\r\n \"blobContainerSasUri\": \"https://crptestar770.blob.core.windows.net/sascontainer?sv=2017-04-17&sr=c&sig=NobygBam1bszqr80JBqY83ZbZycOBNcwNtNao%2FhVPRw%3D&st=2021-11-22T20%3A42%3A05Z&se=2021-11-25T20%3A42%3A05Z&sp=rw\",\r\n \"fromTime\": \"2021-11-13T20:42:05.9627537Z\",\r\n \"toTime\": \"2021-11-15T20:42:05.962879Z\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83942ee5-708d-48cc-b7c5-39c96e44efe6" + "291157cd-826b-4c96-aeed-927cbc016a3b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -416,14 +479,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:42:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/6183ce38-9448-4684-8fef-8af455d38864?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/b27053d9-ac97-4bcb-b35d-0c1dc245b56d?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/6183ce38-9448-4684-8fef-8af455d38864?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/b27053d9-ac97-4bcb-b35d-0c1dc245b56d?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetLogAnalytics3Min;9,Microsoft.Compute/GetLogAnalytics30Min;49" @@ -432,57 +502,57 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6183ce38-9448-4684-8fef-8af455d38864" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b27053d9-ac97-4bcb-b35d-0c1dc245b56d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b9685532-0be4-47f8-adf8-910f79775798" + "fb34f336-e5a1-4c5d-9786-c5f37effb3e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191329Z:b9685532-0be4-47f8-adf8-910f79775798" + "EASTUS2:20211123T204206Z:fb34f336-e5a1-4c5d-9786-c5f37effb3e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:13:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/6183ce38-9448-4684-8fef-8af455d38864?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzYxODNjZTM4LTk0NDgtNDY4NC04ZmVmLThhZjQ1NWQzODg2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/b27053d9-ac97-4bcb-b35d-0c1dc245b56d?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyNzA1M2Q5LWFjOTctNGJjYi1iMzVkLTBjMWRjMjQ1YjU2ZD9wPWFiNDM4N2E4LWVkZGMtNDMwOS1iOWZlLWNkZTc5ODNjM2EwOCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:42:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -490,29 +560,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "786493a2-bec0-4768-b846-0c2d46c4de8e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07190e17-79a8-40eb-8b5e-9b31e2fefc09" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e759e412-4472-47c7-b99b-79d2cb8e63fb" + "5c95ec5f-0a72-4179-8f67-546d88b9528f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191359Z:e759e412-4472-47c7-b99b-79d2cb8e63fb" + "EASTUS2:20211123T204236Z:5c95ec5f-0a72-4179-8f67-546d88b9528f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:13:59 GMT" - ], "Content-Length": [ - "341" + "339" ], "Content-Type": [ "application/json; charset=utf-8" @@ -521,29 +584,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:13:28.9262636-07:00\",\r\n \"endTime\": \"2021-06-29T12:13:33.2231935-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": \"https://crptestar2855.blob.core.windows.net:443/sascontainer/RequestRateByInterval_20210619-1913_20210621-1913.csv\"\r\n },\r\n \"name\": \"6183ce38-9448-4684-8fef-8af455d38864\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:42:06.0862449+00:00\",\r\n \"endTime\": \"2021-11-23T20:42:18.086221+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": \"https://crptestar770.blob.core.windows.net:443/sascontainer/RequestRateByInterval_20211113-2042_20211115-2042.csv\"\r\n },\r\n \"name\": \"b27053d9-ac97-4bcb-b35d-0c1dc245b56d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/6183ce38-9448-4684-8fef-8af455d38864?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzYxODNjZTM4LTk0NDgtNDY4NC04ZmVmLThhZjQ1NWQzODg2ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/b27053d9-ac97-4bcb-b35d-0c1dc245b56d?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyNzA1M2Q5LWFjOTctNGJjYi1iMzVkLTBjMWRjMjQ1YjU2ZD9wPWFiNDM4N2E4LWVkZGMtNDMwOS1iOWZlLWNkZTc5ODNjM2EwOCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:42:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -551,29 +621,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5023fcc-2e98-4eac-903b-e72a00c90a0f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "408f95c4-5dbd-496f-8523-37fdf396b9d1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "0cfa6825-d738-44cb-8ecc-b033e034886e" + "a6e44f73-0593-4a71-a6dc-d0e1fcbdc1be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191359Z:0cfa6825-d738-44cb-8ecc-b033e034886e" + "EASTUS2:20211123T204236Z:a6e44f73-0593-4a71-a6dc-d0e1fcbdc1be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:13:59 GMT" - ], "Content-Length": [ - "116" + "115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -582,46 +645,53 @@ "-1" ] }, - "ResponseBody": "\"https://crptestar2855.blob.core.windows.net:443/sascontainer/RequestRateByInterval_20210619-1913_20210621-1913.csv\"", + "ResponseBody": "\"https://crptestar770.blob.core.windows.net:443/sascontainer/RequestRateByInterval_20211113-2042_20211115-2042.csv\"", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/logAnalytics/apiAccess/getThrottledRequests?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9sb2dBbmFseXRpY3MvYXBpQWNjZXNzL2dldFRocm90dGxlZFJlcXVlc3RzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/logAnalytics/apiAccess/getThrottledRequests?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9sb2dBbmFseXRpY3MvYXBpQWNjZXNzL2dldFRocm90dGxlZFJlcXVlc3RzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"blobContainerSasUri\": \"https://crptestar2855.blob.core.windows.net/sascontainer?sv=2017-04-17&sr=c&sig=sROP6uS5WqyIGwOV0Yh9Y7Yuw2ExTO9Qv3nY6mDA6Rw%3D&st=2021-06-28T19%3A13%3A28Z&se=2021-07-01T19%3A13%3A28Z&sp=rw\",\r\n \"fromTime\": \"2021-06-19T19:13:59.2306912Z\",\r\n \"toTime\": \"2021-06-21T19:13:59.230692Z\",\r\n \"groupByOperationName\": true\r\n}", + "RequestBody": "{\r\n \"blobContainerSasUri\": \"https://crptestar770.blob.core.windows.net/sascontainer?sv=2017-04-17&sr=c&sig=NobygBam1bszqr80JBqY83ZbZycOBNcwNtNao%2FhVPRw%3D&st=2021-11-22T20%3A42%3A05Z&se=2021-11-25T20%3A42%3A05Z&sp=rw\",\r\n \"fromTime\": \"2021-11-13T20:42:36.4252915Z\",\r\n \"toTime\": \"2021-11-15T20:42:36.4252925Z\",\r\n \"groupByOperationName\": true\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bc031210-f814-4b20-ba30-c2cae8c432a8" + "585c6962-a3a3-4188-b55e-e8ff64d30de7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "345" + "347" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:42:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/ac915d18-4891-4790-873a-fb73ef3d1909?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/1390d2e2-e5d6-4bb6-bc7b-720605196094?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/ac915d18-4891-4790-873a-fb73ef3d1909?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/1390d2e2-e5d6-4bb6-bc7b-720605196094?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetLogAnalytics3Min;8,Microsoft.Compute/GetLogAnalytics30Min;48" @@ -630,57 +700,57 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac915d18-4891-4790-873a-fb73ef3d1909" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1390d2e2-e5d6-4bb6-bc7b-720605196094" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "6f6c019f-84a9-469a-b0a0-da01766f649f" + "31a2b217-a65b-41be-a76d-185039075db9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191359Z:6f6c019f-84a9-469a-b0a0-da01766f649f" + "EASTUS2:20211123T204236Z:31a2b217-a65b-41be-a76d-185039075db9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:13:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/ac915d18-4891-4790-873a-fb73ef3d1909?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FjOTE1ZDE4LTQ4OTEtNDc5MC04NzNhLWZiNzNlZjNkMTkwOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/1390d2e2-e5d6-4bb6-bc7b-720605196094?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzEzOTBkMmUyLWU1ZDYtNGJiNi1iYzdiLTcyMDYwNTE5NjA5ND9wPWFiNDM4N2E4LWVkZGMtNDMwOS1iOWZlLWNkZTc5ODNjM2EwOCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:43:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], @@ -688,29 +758,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e526ad08-0f93-4d20-b1c3-ba7ad646db1e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cadf878d-81a1-4230-bdb9-d70385e590b9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "82c93135-54b4-4108-afed-3195800631d6" + "7d0f6dfe-cae4-4c54-8a94-1d216bf55109" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191429Z:82c93135-54b4-4108-afed-3195800631d6" + "EASTUS2:20211123T204306Z:7d0f6dfe-cae4-4c54-8a94-1d216bf55109" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:14:29 GMT" - ], "Content-Length": [ - "337" + "335" ], "Content-Type": [ "application/json; charset=utf-8" @@ -719,29 +782,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:13:59.3325702-07:00\",\r\n \"endTime\": \"2021-06-29T12:13:59.8638249-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": \"https://crptestar2855.blob.core.windows.net:443/sascontainer/ThrottledRequests_20210619-1913_20210621-1913.csv\"\r\n },\r\n \"name\": \"ac915d18-4891-4790-873a-fb73ef3d1909\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:42:36.4769151+00:00\",\r\n \"endTime\": \"2021-11-23T20:42:38.633113+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": \"https://crptestar770.blob.core.windows.net:443/sascontainer/ThrottledRequests_20211113-2042_20211115-2042.csv\"\r\n },\r\n \"name\": \"1390d2e2-e5d6-4bb6-bc7b-720605196094\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/ac915d18-4891-4790-873a-fb73ef3d1909?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FjOTE1ZDE4LTQ4OTEtNDc5MC04NzNhLWZiNzNlZjNkMTkwOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/westcentralus/operations/1390d2e2-e5d6-4bb6-bc7b-720605196094?p=ab4387a8-eddc-4309-b9fe-cde7983c3a08&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzEzOTBkMmUyLWU1ZDYtNGJiNi1iYzdiLTcyMDYwNTE5NjA5ND9wPWFiNDM4N2E4LWVkZGMtNDMwOS1iOWZlLWNkZTc5ODNjM2EwOCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:43:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], @@ -749,29 +819,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "26fa4f26-3c23-455f-b4d4-f29ad22220a6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a1b09cff-699d-41c0-9484-cf675d87b1b7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "0f3eddf2-5caa-4ecf-b259-0fdca985f0f8" + "e2f3712e-7b70-41ce-bfa5-4fc8b8bd2a1d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191429Z:0f3eddf2-5caa-4ecf-b259-0fdca985f0f8" + "EASTUS2:20211123T204306Z:e2f3712e-7b70-41ce-bfa5-4fc8b8bd2a1d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:14:29 GMT" - ], "Content-Length": [ - "112" + "111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,46 +843,53 @@ "-1" ] }, - "ResponseBody": "\"https://crptestar2855.blob.core.windows.net:443/sascontainer/ThrottledRequests_20210619-1913_20210621-1913.csv\"", + "ResponseBody": "\"https://crptestar770.blob.core.windows.net:443/sascontainer/ThrottledRequests_20211113-2042_20211115-2042.csv\"", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/logAnalytics/apiAccess/getThrottledRequests?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9sb2dBbmFseXRpY3MvYXBpQWNjZXNzL2dldFRocm90dGxlZFJlcXVlc3RzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/logAnalytics/apiAccess/getThrottledRequests?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9sb2dBbmFseXRpY3MvYXBpQWNjZXNzL2dldFRocm90dGxlZFJlcXVlc3RzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"blobContainerSasUri\": \"https://crptestar2855.blob.core.windows.net/sascontainer?sv=2017-04-17&sr=c&sig=sROP6uS5WqyIGwOV0Yh9Y7Yuw2ExTO9Qv3nY6mDA6Rw%3D&st=2021-06-28T19%3A13%3A28Z&se=2021-07-01T19%3A13%3A28Z&sp=rw\",\r\n \"fromTime\": \"2021-06-19T19:14:29.5626976Z\",\r\n \"toTime\": \"2021-06-21T19:14:29.5626982Z\",\r\n \"groupByOperationName\": false,\r\n \"groupByClientApplicationId\": true,\r\n \"groupByUserAgent\": false\r\n}", + "RequestBody": "{\r\n \"blobContainerSasUri\": \"https://crptestar770.blob.core.windows.net/sascontainer?sv=2017-04-17&sr=c&sig=NobygBam1bszqr80JBqY83ZbZycOBNcwNtNao%2FhVPRw%3D&st=2021-11-22T20%3A42%3A05Z&se=2021-11-25T20%3A42%3A05Z&sp=rw\",\r\n \"fromTime\": \"2021-11-13T20:43:06.6950329Z\",\r\n \"toTime\": \"2021-11-15T20:43:06.6950333Z\",\r\n \"groupByOperationName\": false,\r\n \"groupByClientApplicationId\": true,\r\n \"groupByUserAgent\": false\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0ea28e02-321e-4aea-8efe-569332b33396" + "9c78f326-7ba7-40a9-99db-bba8f47dfe27" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "416" + "417" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:43:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b39c7e29-6e77-4e3d-85ae-4f21c5af97c2?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4ca6fd22-6cff-44c9-924d-478ea84f5281?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b39c7e29-6e77-4e3d-85ae-4f21c5af97c2?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4ca6fd22-6cff-44c9-924d-478ea84f5281?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetLogAnalytics3Min;9,Microsoft.Compute/GetLogAnalytics30Min;49" @@ -828,57 +898,57 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b39c7e29-6e77-4e3d-85ae-4f21c5af97c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4ca6fd22-6cff-44c9-924d-478ea84f5281" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "fedfc704-fceb-42a5-95d5-fd0c0599244a" + "d513f7a9-cb3b-4448-bb41-f181bf1f2184" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191429Z:fedfc704-fceb-42a5-95d5-fd0c0599244a" + "EASTUS2:20211123T204306Z:d513f7a9-cb3b-4448-bb41-f181bf1f2184" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:14:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b39c7e29-6e77-4e3d-85ae-4f21c5af97c2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IzOWM3ZTI5LTZlNzctNGUzZC04NWFlLTRmMjFjNWFmOTdjMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4ca6fd22-6cff-44c9-924d-478ea84f5281?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRjYTZmZDIyLTZjZmYtNDRjOS05MjRkLTQ3OGVhODRmNTI4MT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:43:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -886,29 +956,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5f2131c1-8343-4db2-abec-a41f64d88a40" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cc705167-3629-46b9-a4f3-9c300536d898" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "1ecf57c8-e6d6-4d14-88c7-23762fe63815" + "0077cf64-649b-44ba-8268-231a3497a118" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191459Z:1ecf57c8-e6d6-4d14-88c7-23762fe63815" + "EASTUS2:20211123T204336Z:0077cf64-649b-44ba-8268-231a3497a118" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:14:59 GMT" - ], "Content-Length": [ - "337" + "335" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,29 +980,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:14:29.5923745-07:00\",\r\n \"endTime\": \"2021-06-29T12:14:36.5299258-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": \"https://crptestar2855.blob.core.windows.net:443/sascontainer/ThrottledRequests_20210619-1914_20210621-1914.csv\"\r\n },\r\n \"name\": \"b39c7e29-6e77-4e3d-85ae-4f21c5af97c2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:43:06.7409104+00:00\",\r\n \"endTime\": \"2021-11-23T20:43:09.319216+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": \"https://crptestar770.blob.core.windows.net:443/sascontainer/ThrottledRequests_20211113-2043_20211115-2043.csv\"\r\n },\r\n \"name\": \"4ca6fd22-6cff-44c9-924d-478ea84f5281\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b39c7e29-6e77-4e3d-85ae-4f21c5af97c2?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IzOWM3ZTI5LTZlNzctNGUzZC04NWFlLTRmMjFjNWFmOTdjMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4ca6fd22-6cff-44c9-924d-478ea84f5281?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRjYTZmZDIyLTZjZmYtNDRjOS05MjRkLTQ3OGVhODRmNTI4MT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:43:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -947,29 +1017,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41087997-d94a-4df4-ac4c-c7fe57047ab3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e2fbe64f-d2d3-40bc-a230-0de06362f490" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "34edcdd4-ebd8-496f-8f1a-ffe79a397066" + "52fe4e17-5414-4a9b-b385-8f086c919b4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191459Z:34edcdd4-ebd8-496f-8f1a-ffe79a397066" + "EASTUS2:20211123T204336Z:52fe4e17-5414-4a9b-b385-8f086c919b4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:14:59 GMT" - ], "Content-Length": [ - "112" + "111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -978,25 +1041,25 @@ "-1" ] }, - "ResponseBody": "\"https://crptestar2855.blob.core.windows.net:443/sascontainer/ThrottledRequests_20210619-1914_20210621-1914.csv\"", + "ResponseBody": "\"https://crptestar770.blob.core.windows.net:443/sascontainer/ThrottledRequests_20211113-2043_20211115-2043.csv\"", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5750?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU3NTA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3917?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19a09748-aeee-4893-8c00-cb1a084ee243" + "c81d3316-3756-46fc-ac18-8b2c72996ff6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1004,11 +1067,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:43:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1017,13 +1083,13 @@ "14999" ], "x-ms-request-id": [ - "015fc29d-79b8-4a60-9e0a-c390cd7acd74" + "021175d8-137f-4cd9-a66b-450f86ebf621" ], "x-ms-correlation-request-id": [ - "015fc29d-79b8-4a60-9e0a-c390cd7acd74" + "021175d8-137f-4cd9-a66b-450f86ebf621" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191504Z:015fc29d-79b8-4a60-9e0a-c390cd7acd74" + "EASTUS2:20211123T204343Z:021175d8-137f-4cd9-a66b-450f86ebf621" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1031,29 +1097,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:15:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1061,26 +1124,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:43:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "633ec10c-769f-41e3-b9d1-0f5ab59256d2" + "56c2560f-ec6f-4174-9ba1-9b9daa42a48a" ], "x-ms-correlation-request-id": [ - "633ec10c-769f-41e3-b9d1-0f5ab59256d2" + "56c2560f-ec6f-4174-9ba1-9b9daa42a48a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191519Z:633ec10c-769f-41e3-b9d1-0f5ab59256d2" + "EASTUS2:20211123T204359Z:56c2560f-ec6f-4174-9ba1-9b9daa42a48a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1088,29 +1154,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:15:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1118,26 +1181,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:44:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "f3c81b9d-769f-4c8a-a3c0-8b010499a387" + "a5bca54b-ddc5-4193-8298-7bb1f7faa407" ], "x-ms-correlation-request-id": [ - "f3c81b9d-769f-4c8a-a3c0-8b010499a387" + "a5bca54b-ddc5-4193-8298-7bb1f7faa407" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191535Z:f3c81b9d-769f-4c8a-a3c0-8b010499a387" + "EASTUS2:20211123T204414Z:a5bca54b-ddc5-4193-8298-7bb1f7faa407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1145,29 +1211,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:15:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1175,26 +1238,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:44:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "a75fe690-28f6-451b-ab34-7cc4cd26dd07" + "c1be897b-8ba5-42cb-a7d3-e6fae258a0ee" ], "x-ms-correlation-request-id": [ - "a75fe690-28f6-451b-ab34-7cc4cd26dd07" + "c1be897b-8ba5-42cb-a7d3-e6fae258a0ee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191550Z:a75fe690-28f6-451b-ab34-7cc4cd26dd07" + "EASTUS2:20211123T204429Z:c1be897b-8ba5-42cb-a7d3-e6fae258a0ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1202,29 +1268,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:15:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1232,26 +1295,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:44:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "89b5768c-2b69-4640-867f-9334348c1268" + "865d851e-2e61-4a4d-8a99-af49f52d406c" ], "x-ms-correlation-request-id": [ - "89b5768c-2b69-4640-867f-9334348c1268" + "865d851e-2e61-4a4d-8a99-af49f52d406c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191606Z:89b5768c-2b69-4640-867f-9334348c1268" + "EASTUS2:20211123T204445Z:865d851e-2e61-4a4d-8a99-af49f52d406c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1259,29 +1325,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:16:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1289,26 +1352,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:45:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "2c4edb6b-ffc5-4ec7-8be3-a4c2400fd609" + "6afb298b-b6c0-462d-933e-4c9969db3ca3" ], "x-ms-correlation-request-id": [ - "2c4edb6b-ffc5-4ec7-8be3-a4c2400fd609" + "6afb298b-b6c0-462d-933e-4c9969db3ca3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191621Z:2c4edb6b-ffc5-4ec7-8be3-a4c2400fd609" + "EASTUS2:20211123T204500Z:6afb298b-b6c0-462d-933e-4c9969db3ca3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1316,29 +1382,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:16:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1346,26 +1409,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:45:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "0f1acdd5-e88d-4b7e-9575-e4b44a1082d0" + "ffc4f50a-d245-42bb-8823-06e3763bda97" ], "x-ms-correlation-request-id": [ - "0f1acdd5-e88d-4b7e-9575-e4b44a1082d0" + "ffc4f50a-d245-42bb-8823-06e3763bda97" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191637Z:0f1acdd5-e88d-4b7e-9575-e4b44a1082d0" + "EASTUS2:20211123T204516Z:ffc4f50a-d245-42bb-8823-06e3763bda97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1373,29 +1439,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:16:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1403,20 +1466,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:45:31 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-request-id": [ - "97884389-c52f-413b-bec0-a92446e3d426" + "2e1270ab-0cde-491f-b882-78a68c1b8241" ], "x-ms-correlation-request-id": [ - "97884389-c52f-413b-bec0-a92446e3d426" + "2e1270ab-0cde-491f-b882-78a68c1b8241" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191652Z:97884389-c52f-413b-bec0-a92446e3d426" + "EASTUS2:20211123T204531Z:2e1270ab-0cde-491f-b882-78a68c1b8241" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1424,29 +1496,77 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:16:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:45:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "4f494a29-a5bf-478f-adab-9224c3259de9" + ], + "x-ms-correlation-request-id": [ + "4f494a29-a5bf-478f-adab-9224c3259de9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T204547Z:4f494a29-a5bf-478f-adab-9224c3259de9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NzUwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTnpVd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RFM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1454,20 +1574,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:45:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-request-id": [ - "384f68b1-e22d-4fa1-8aa7-6d892426311a" + "549c12bc-050d-4339-9787-a3033850360b" ], "x-ms-correlation-request-id": [ - "384f68b1-e22d-4fa1-8aa7-6d892426311a" + "549c12bc-050d-4339-9787-a3033850360b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191653Z:384f68b1-e22d-4fa1-8aa7-6d892426311a" + "EASTUS2:20211123T204547Z:549c12bc-050d-4339-9787-a3033850360b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1475,14 +1598,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:16:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1491,8 +1611,8 @@ ], "Names": { "TestExportingThrottlingLogs": [ - "crptestar5750", - "crptestar2855" + "crptestar3917", + "crptestar770" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OSProfileTests/TestVMWithLinuxOSProfile.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OSProfileTests/TestVMWithLinuxOSProfile.json index 13318e034af35..a97ab447f4270 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OSProfileTests/TestVMWithLinuxOSProfile.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OSProfileTests/TestVMWithLinuxOSProfile.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/19.04/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzE5LjA0L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/19.04/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzE5LjA0L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "669047b6-0899-4423-b1dc-86fa7b04df7f" + "130e9417-0d52-4aed-bfa7-103d6147a86d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:40:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132542080244067105" + "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132761389690932023" ], "x-ms-request-id": [ - "22610847-d6ee-4004-87ee-96bd3b64eef9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d687400c-43af-44bc-ab05-1f30ad3e1c9d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "5ad8cb7b-1d38-49f8-b716-d3e46341224e" + "b89da376-e7cf-4f52-a542-46d875307c3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201417Z:5ad8cb7b-1d38-49f8-b716-d3e46341224e" + "EASTUS2:20211117T024023Z:b89da376-e7cf-4f52-a542-46d875307c3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:14:17 GMT" - ], "Content-Length": [ "296" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8268?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyNjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9069?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwNjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8268\": \"2021-06-29 20:14:17Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9069\": \"2021-11-17 02:40:23Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a8330a74-ceb6-4c03-91b0-09c4c5536fc4" + "49db9dcc-5f2e-4b51-8d87-2965eba0b540" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:40:26 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "b9a92dc4-c219-49cf-b1d1-56198708e19e" + "3a20c7ff-02de-443a-adc6-e129284d8a50" ], "x-ms-correlation-request-id": [ - "b9a92dc4-c219-49cf-b1d1-56198708e19e" + "3a20c7ff-02de-443a-adc6-e129284d8a50" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201419Z:b9a92dc4-c219-49cf-b1d1-56198708e19e" + "EASTUS2:20211117T024027Z:3a20c7ff-02de-443a-adc6-e129284d8a50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:14:19 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268\",\r\n \"name\": \"crptestar8268\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8268\": \"2021-06-29 20:14:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069\",\r\n \"name\": \"crptestar9069\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9069\": \"2021-11-17 02:40:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8268?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyNjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9069?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwNjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8268\": \"2021-06-29 20:14:58Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9069\": \"2021-11-17 02:41:10Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59bbc6b6-e2be-481e-9753-016aa2089222" + "5794b503-5e8d-4c35-9098-d31995f49a81" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "d9b61b1e-a607-42a0-bc96-972dc9377567" + "f923ade1-e7fb-4a43-af96-199deb9d60f0" ], "x-ms-correlation-request-id": [ - "d9b61b1e-a607-42a0-bc96-972dc9377567" + "f923ade1-e7fb-4a43-af96-199deb9d60f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201459Z:d9b61b1e-a607-42a0-bc96-972dc9377567" + "EASTUS2:20211117T024112Z:f923ade1-e7fb-4a43-af96-199deb9d60f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:14:58 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268\",\r\n \"name\": \"crptestar8268\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8268\": \"2021-06-29 20:14:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069\",\r\n \"name\": \"crptestar9069\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9069\": \"2021-11-17 02:41:10Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Storage/storageAccounts/crptestar1829?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxODI5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Storage/storageAccounts/crptestar9442?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17ef9c82-8eff-43b9-a491-0a501072a2a6" + "96378626-a742-476b-93c4-c903efedc209" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:40:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/14eb82f7-4513-45d4-970e-302beaf81569?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02217d4c-873a-43e7-8895-a3b3ae665f7d?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "14eb82f7-4513-45d4-970e-302beaf81569" + "02217d4c-873a-43e7-8895-a3b3ae665f7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "21373b1f-d8af-496a-befb-1a0e2a0b663d" + "d7f5c031-2f73-46ed-8658-018b6959d85e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201430Z:21373b1f-d8af-496a-befb-1a0e2a0b663d" + "EASTUS2:20211117T024039Z:d7f5c031-2f73-46ed-8658-018b6959d85e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:14:30 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/14eb82f7-4513-45d4-970e-302beaf81569?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTRlYjgyZjctNDUxMy00NWQ0LTk3MGUtMzAyYmVhZjgxNTY5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02217d4c-873a-43e7-8895-a3b3ae665f7d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDIyMTdkNGMtODczYS00M2U3LTg4OTUtYTNiM2FlNjY1ZjdkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:40:55 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02217d4c-873a-43e7-8895-a3b3ae665f7d?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d963e9b6-7878-458e-88d4-e1e344074707" + "cc2fa46d-b5c5-4456-a161-ff74b910a47d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "8eac6c61-2a7a-4c01-9676-eb50413dcad0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T024056Z:8eac6c61-2a7a-4c01-9676-eb50413dcad0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02217d4c-873a-43e7-8895-a3b3ae665f7d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDIyMTdkNGMtODczYS00M2U3LTg4OTUtYTNiM2FlNjY1ZjdkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 02:40:59 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "a5c7d7fe-50bc-44de-9f4a-8a93f563ec2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "f2ed742b-ac35-4892-b4a9-05575e91563c" + "53f9076b-0d9f-4469-8f7d-6409f52fe8de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201447Z:f2ed742b-ac35-4892-b4a9-05575e91563c" + "EASTUS2:20211117T024100Z:53f9076b-0d9f-4469-8f7d-6409f52fe8de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:14:47 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1b11f5-b15f-4d7f-870b-54ac65a56d8a" + "28bae69f-86dc-4ccc-bb2d-c3797844e9c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "92fa2d87-a68e-4a6a-8926-754324ba122e" + "a93d354c-074b-4ed1-afcd-e51dc0ff5939" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "dccb9ef2-0491-486e-8a60-7db67dbbcf7a" + "62f95ab1-dafe-4306-99b4-5f6444bb5a72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201458Z:dccb9ef2-0491-486e-8a60-7db67dbbcf7a" + "EASTUS2:20211117T024110Z:62f95ab1-dafe-4306-99b4-5f6444bb5a72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:14:57 GMT" - ], "Content-Length": [ "752" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Storage/storageAccounts/crptestar1829\",\r\n \"name\": \"crptestar1829\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T20:14:26.932764Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1829.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1829.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1829.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1829.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Storage/storageAccounts/crptestar9442\",\r\n \"name\": \"crptestar9442\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T02:40:35.7824802Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9442.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9442.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9442.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9442.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Storage/storageAccounts/crptestar1829?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxODI5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Storage/storageAccounts/crptestar9442?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9365e40a-94e9-4e69-b76e-7591dd9d6110" + "ba53e1d2-82bd-4e12-9522-9f1b1c5f5138" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d3bebd30-6363-46ac-ba96-6c7f21c7654a" + "d1a44d81-c26e-4e51-ad31-09eebeee8657" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "4e772b99-0d6a-449b-9c2d-5376dbd0540d" + "821a1c98-bd05-4ab0-bcd5-4d1491270131" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201458Z:4e772b99-0d6a-449b-9c2d-5376dbd0540d" + "EASTUS2:20211117T024110Z:821a1c98-bd05-4ab0-bcd5-4d1491270131" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:14:58 GMT" - ], "Content-Length": [ "740" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Storage/storageAccounts/crptestar1829\",\r\n \"name\": \"crptestar1829\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T20:14:26.932764Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1829.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1829.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1829.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1829.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Storage/storageAccounts/crptestar9442\",\r\n \"name\": \"crptestar9442\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T02:40:35.7824802Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9442.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9442.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9442.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9442.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/publicIPAddresses/pip6053?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYwNTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/publicIPAddresses/pip5124?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2394\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6111\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8ee2edf0-6916-44c5-aab9-59f3099c6b1b" + "8247df34-2d45-48de-8fa2-5ab4c91cb9d7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5183e697-6855-4888-8a19-a0485997069b" + "36f46837-f551-4543-bb1f-9eec5d9cde05" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5183e697-6855-4888-8a19-a0485997069b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/36f46837-f551-4543-bb1f-9eec5d9cde05?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "75d3f861-01f6-4ad6-9ff3-645a938ad45b" + "cbac7b06-9b74-47f0-a6bc-9ca057bc8b4d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3bf28fbf-b63f-43df-b26b-7b6af70f5c9d" + "9da739d2-8e03-4443-bc9a-10d7306dd589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201510Z:75d3f861-01f6-4ad6-9ff3-645a938ad45b" + "EASTUS2:20211117T024123Z:cbac7b06-9b74-47f0-a6bc-9ca057bc8b4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:09 GMT" - ], "Content-Length": [ "769" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6053\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/publicIPAddresses/pip6053\",\r\n \"etag\": \"W/\\\"11e81059-c9f9-466f-8333-aaaa724c6d97\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a254e405-0977-4cc1-bdb6-a0a92c1b7fd1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2394\",\r\n \"fqdn\": \"dn2394.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/publicIPAddresses/pip5124\",\r\n \"etag\": \"W/\\\"a8af3584-10e7-4e9b-ae11-47a35da71081\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7b568e00-c743-4464-bd7c-b2acceae2064\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6111\",\r\n \"fqdn\": \"dn6111.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5183e697-6855-4888-8a19-a0485997069b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxODNlNjk3LTY4NTUtNDg4OC04YTE5LWEwNDg1OTk3MDY5Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/36f46837-f551-4543-bb1f-9eec5d9cde05?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2ZjQ2ODM3LWY1NTEtNDU0My1iYjFmLTllZWM1ZDljZGUwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "32a1f6ff-a9e2-416c-a254-7c8b4ce7b4e8" + "980294b5-ad2a-486b-82c1-3944ebd171bc" ], "x-ms-correlation-request-id": [ - "24fc764f-3d60-42f4-a02e-dfa2e879e10d" + "6a39deda-ab56-4b44-adf1-036056bfd702" ], "x-ms-arm-service-request-id": [ - "feb97ed2-29b6-4a59-85f7-65fa6d8cab3a" + "5c8e013b-c2c1-4ddb-839c-4388e84ebdbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201511Z:24fc764f-3d60-42f4-a02e-dfa2e879e10d" + "EASTUS2:20211117T024124Z:6a39deda-ab56-4b44-adf1-036056bfd702" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:10 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/publicIPAddresses/pip6053?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYwNTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/publicIPAddresses/pip5124?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"debd4f6f-dfb1-4601-8180-ce24bc67946e\"" + "W/\"12ffbffe-ac57-428e-a649-c36f018678db\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9f045afc-8e3f-452f-9571-92c16bacd7ca" + "27550216-8b3f-4b2f-b82f-0eb7dbedb6f3" ], "x-ms-correlation-request-id": [ - "1172bd71-fd1d-4af4-ba85-f1aee42f3993" + "5bb7b9bd-7e80-4233-9190-a3c450147c93" ], "x-ms-arm-service-request-id": [ - "1e29ff63-25d7-425b-936f-5467900299a4" + "2f4f9bce-e046-41cc-9219-109d4c8e680b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201512Z:1172bd71-fd1d-4af4-ba85-f1aee42f3993" + "EASTUS2:20211117T024124Z:5bb7b9bd-7e80-4233-9190-a3c450147c93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:11 GMT" - ], "Content-Length": [ "770" ], @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6053\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/publicIPAddresses/pip6053\",\r\n \"etag\": \"W/\\\"debd4f6f-dfb1-4601-8180-ce24bc67946e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a254e405-0977-4cc1-bdb6-a0a92c1b7fd1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2394\",\r\n \"fqdn\": \"dn2394.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/publicIPAddresses/pip5124\",\r\n \"etag\": \"W/\\\"12ffbffe-ac57-428e-a649-c36f018678db\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7b568e00-c743-4464-bd7c-b2acceae2064\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6111\",\r\n \"fqdn\": \"dn6111.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/publicIPAddresses/pip6053?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYwNTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/publicIPAddresses/pip5124?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "969008f7-f812-40e8-ab14-f1804e980ff2" + "723a6f0e-1631-4f0d-886f-0f8589419d93" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"debd4f6f-dfb1-4601-8180-ce24bc67946e\"" + "W/\"12ffbffe-ac57-428e-a649-c36f018678db\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9fd709e0-e25f-4fed-9369-283ea44f40e0" + "c4f829f4-cc54-4531-9f9f-d1d0a117a88b" ], "x-ms-correlation-request-id": [ - "5ec1c481-96b1-4810-ba6c-ee2493561f2b" + "49e250ce-4433-49dd-b0fd-fb4d33f6d6d6" ], "x-ms-arm-service-request-id": [ - "3abafc66-8e31-4aa8-8aab-2515702216cb" + "d8ea04df-e75e-48e7-8dbb-2f55e77b5522" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201512Z:5ec1c481-96b1-4810-ba6c-ee2493561f2b" + "EASTUS2:20211117T024125Z:49e250ce-4433-49dd-b0fd-fb4d33f6d6d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:11 GMT" - ], "Content-Length": [ "770" ], @@ -734,80 +797,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6053\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/publicIPAddresses/pip6053\",\r\n \"etag\": \"W/\\\"debd4f6f-dfb1-4601-8180-ce24bc67946e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a254e405-0977-4cc1-bdb6-a0a92c1b7fd1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2394\",\r\n \"fqdn\": \"dn2394.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/publicIPAddresses/pip5124\",\r\n \"etag\": \"W/\\\"12ffbffe-ac57-428e-a649-c36f018678db\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7b568e00-c743-4464-bd7c-b2acceae2064\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6111\",\r\n \"fqdn\": \"dn6111.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY1MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE3OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8158\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn486\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87c188ad-80ab-443b-95f2-7a2f08790b42" + "cd16ce25-b306-4acc-a00a-977e9b0ecdd4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "401" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:29 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "acb3c215-da2d-446c-9c13-60c34b93249f" + "d8a4c6c7-e3d8-4e44-810a-564671c9128c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/acb3c215-da2d-446c-9c13-60c34b93249f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d8a4c6c7-e3d8-4e44-810a-564671c9128c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4b3fb247-8e56-4c9b-ba7a-494550c4b028" + "f80ca466-af51-41b6-872c-1a9253091e00" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f779cf37-eb04-43f1-ab93-6f6ce3d3eec1" + "608a26db-5cc9-42df-82c2-869710f85565" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201516Z:4b3fb247-8e56-4c9b-ba7a-494550c4b028" + "EASTUS2:20211117T024129Z:f80ca466-af51-41b6-872c-1a9253091e00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:15 GMT" - ], "Content-Length": [ - "1321" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520\",\r\n \"etag\": \"W/\\\"12378291-fb2e-41e5-a610-f61ee20443f9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7b92c63c-d27d-4fab-ad1d-c347cb49280a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8158\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158\",\r\n \"etag\": \"W/\\\"12378291-fb2e-41e5-a610-f61ee20443f9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795\",\r\n \"etag\": \"W/\\\"74ece4e3-32a0-4989-ad42-b1b5494b3aeb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"69f8e680-76bf-405e-ace0-a514f201b6c9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486\",\r\n \"etag\": \"W/\\\"74ece4e3-32a0-4989-ad42-b1b5494b3aeb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/acb3c215-da2d-446c-9c13-60c34b93249f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FjYjNjMjE1LWRhMmQtNDQ2Yy05YzEzLTYwYzM0YjkzMjQ5Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d8a4c6c7-e3d8-4e44-810a-564671c9128c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4YTRjNmM3LWUzZDgtNGU0NC04MTBhLTU2NDY3MWM5MTI4Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e5fdd065-b101-4f89-9cbc-d48d1ef07a4c" + "470c65b2-a8a0-47d0-83e9-2a9c31111f08" ], "x-ms-correlation-request-id": [ - "f4e74d45-d667-442c-9ac8-4c51f8ad3070" + "0dfb9f07-580b-4c01-a98f-98596c78b797" ], "x-ms-arm-service-request-id": [ - "69c6c401-c3f6-4012-b7c6-bda4ca57434e" + "53fb8193-df17-4d20-8a10-73d9e3ad74c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201520Z:f4e74d45-d667-442c-9ac8-4c51f8ad3070" + "EASTUS2:20211117T024132Z:0dfb9f07-580b-4c01-a98f-98596c78b797" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:19 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY1MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE3OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8e7e8e44-65c5-4361-b3d0-5e5f2b92804b\"" + "W/\"302f3cfa-3ade-4caa-ac0b-3a73328520c6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f7590d2a-ec8f-40b0-b9a2-4031aab6e173" + "d982f478-dd7f-43f5-9909-ab34bcee354e" ], "x-ms-correlation-request-id": [ - "cef2ff23-135f-482a-971d-01822196fa2d" + "ad85d5c9-ff90-449a-b87f-e7e567e9d5c6" ], "x-ms-arm-service-request-id": [ - "64348d01-a8c3-4445-a783-7e34713c177f" + "8bfc313b-cc7f-4a05-8276-9f9ed0fa80be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201521Z:cef2ff23-135f-482a-971d-01822196fa2d" + "EASTUS2:20211117T024132Z:ad85d5c9-ff90-449a-b87f-e7e567e9d5c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:20 GMT" - ], "Content-Length": [ - "1323" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520\",\r\n \"etag\": \"W/\\\"8e7e8e44-65c5-4361-b3d0-5e5f2b92804b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7b92c63c-d27d-4fab-ad1d-c347cb49280a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8158\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158\",\r\n \"etag\": \"W/\\\"8e7e8e44-65c5-4361-b3d0-5e5f2b92804b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795\",\r\n \"etag\": \"W/\\\"302f3cfa-3ade-4caa-ac0b-3a73328520c6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"69f8e680-76bf-405e-ace0-a514f201b6c9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486\",\r\n \"etag\": \"W/\\\"302f3cfa-3ade-4caa-ac0b-3a73328520c6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY1MjAvc3VibmV0cy9zbjgxNTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE3OTUvc3VibmV0cy9zbjQ4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc66f3b2-6445-4c6a-851b-9594389e23ef" + "13176ecc-de42-4ac5-b800-0af699ae2925" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8e7e8e44-65c5-4361-b3d0-5e5f2b92804b\"" + "W/\"302f3cfa-3ade-4caa-ac0b-3a73328520c6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1a4785c2-740c-48bf-91b7-e5e361d1766b" + "0967d4c6-0029-455c-a9a2-19d0dc15ae9c" ], "x-ms-correlation-request-id": [ - "baf44336-a4f5-4da5-803b-b1973e6198a6" + "472716d4-5f7d-4522-855e-f5636e44bc2d" ], "x-ms-arm-service-request-id": [ - "8a086230-4918-4b09-8be1-77a89fd83970" + "326f1f37-5bc9-4e96-9750-07899f5440e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201521Z:baf44336-a4f5-4da5-803b-b1973e6198a6" + "EASTUS2:20211117T024133Z:472716d4-5f7d-4522-855e-f5636e44bc2d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:20 GMT" - ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8158\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158\",\r\n \"etag\": \"W/\\\"8e7e8e44-65c5-4361-b3d0-5e5f2b92804b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486\",\r\n \"etag\": \"W/\\\"302f3cfa-3ade-4caa-ac0b-3a73328520c6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc2ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8158\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158\"\r\n }\r\n },\r\n \"name\": \"ip7245\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486\"\r\n }\r\n },\r\n \"name\": \"ip3885\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "44ca979d-fe6a-4849-b295-57f5a6fcd06a" + "25505229-3c4d-4a3c-a499-e502839e99ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "746" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "821b770c-ceab-4543-9189-3001943ac453" + "e86212a7-35f1-4543-b5b3-bebd959d7447" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/821b770c-ceab-4543-9189-3001943ac453?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e86212a7-35f1-4543-b5b3-bebd959d7447?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d43d4264-885a-4634-8da1-d5d2e9f557fc" + "babbd65d-6621-4579-b398-ebc54c4a7b12" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c807603b-fc65-47bc-b96d-0271eeaae1e7" + "39c3ea9e-2f4a-4696-ae72-bc7b0a0127c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201526Z:d43d4264-885a-4634-8da1-d5d2e9f557fc" + "EASTUS2:20211117T024136Z:babbd65d-6621-4579-b398-ebc54c4a7b12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:25 GMT" - ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\",\r\n \"etag\": \"W/\\\"8386c434-54ff-45a5-9dc6-c719084aae90\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f45a64d5-2f38-4a0f-98dc-0a8bfdeba724\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684/ipConfigurations/ip7245\",\r\n \"etag\": \"W/\\\"8386c434-54ff-45a5-9dc6-c719084aae90\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158\"\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\": \"htdje4130kvu5li3ynd2wsjibc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\",\r\n \"etag\": \"W/\\\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04df5511-1a45-41d2-9568-285a2e1a3608\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3885\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165/ipConfigurations/ip3885\",\r\n \"etag\": \"W/\\\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486\"\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\": \"qdtpq0n5ozpeblhauukpeanwzb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc2ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8386c434-54ff-45a5-9dc6-c719084aae90\"" + "W/\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e00fb555-8da3-4b2d-9afc-f29414793f74" + "50544d1e-b960-4bdd-a23b-de1eaa355116" ], "x-ms-correlation-request-id": [ - "14560f97-2b0a-4e04-9ab5-5efece4a629e" + "d84d87a2-9ffe-421e-bb06-0ffdc4bf83e7" ], "x-ms-arm-service-request-id": [ - "3a1f41a6-a4d8-4191-b33f-a03a15e229fc" + "9ba6084e-5400-45ac-a737-c057595d463b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201527Z:14560f97-2b0a-4e04-9ab5-5efece4a629e" + "EASTUS2:20211117T024137Z:d84d87a2-9ffe-421e-bb06-0ffdc4bf83e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:27 GMT" - ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\",\r\n \"etag\": \"W/\\\"8386c434-54ff-45a5-9dc6-c719084aae90\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f45a64d5-2f38-4a0f-98dc-0a8bfdeba724\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684/ipConfigurations/ip7245\",\r\n \"etag\": \"W/\\\"8386c434-54ff-45a5-9dc6-c719084aae90\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158\"\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\": \"htdje4130kvu5li3ynd2wsjibc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\",\r\n \"etag\": \"W/\\\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04df5511-1a45-41d2-9568-285a2e1a3608\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3885\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165/ipConfigurations/ip3885\",\r\n \"etag\": \"W/\\\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486\"\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\": \"qdtpq0n5ozpeblhauukpeanwzb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc2ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88bb9607-7cab-4118-b728-52adf70c3372" + "5ebc087c-0d80-4ec5-98eb-3f3dbac64f61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8386c434-54ff-45a5-9dc6-c719084aae90\"" + "W/\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "919fb8ac-c024-46eb-aeaf-d3434f0df2f3" + "095c1994-6971-4549-945b-1918ac1e3d34" ], "x-ms-correlation-request-id": [ - "4368c160-d428-4c72-95e0-21c70c72c2c4" + "9669b818-a034-4139-99f5-50f2c9633a41" ], "x-ms-arm-service-request-id": [ - "ce31e87f-83fc-48df-b84b-db6ff027ca21" + "194b1a21-5348-41d9-ac76-3bf452f64c8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201527Z:4368c160-d428-4c72-95e0-21c70c72c2c4" + "EASTUS2:20211117T024137Z:9669b818-a034-4139-99f5-50f2c9633a41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:27 GMT" - ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\",\r\n \"etag\": \"W/\\\"8386c434-54ff-45a5-9dc6-c719084aae90\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f45a64d5-2f38-4a0f-98dc-0a8bfdeba724\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684/ipConfigurations/ip7245\",\r\n \"etag\": \"W/\\\"8386c434-54ff-45a5-9dc6-c719084aae90\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/virtualNetworks/vn6520/subnets/sn8158\"\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\": \"htdje4130kvu5li3ynd2wsjibc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\",\r\n \"etag\": \"W/\\\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04df5511-1a45-41d2-9568-285a2e1a3608\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3885\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165/ipConfigurations/ip3885\",\r\n \"etag\": \"W/\\\"73c11f85-01f8-4c82-ae97-2b133c97c1a3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/virtualNetworks/vn1795/subnets/sn486\"\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\": \"qdtpq0n5ozpeblhauukpeanwzb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/as6272?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2MjcyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/as2834?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyODM0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e29201bd-053b-485a-9eb9-e80dd41bdb77" + "750d0433-310f-4889-8c63-4040449879dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:46 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "75177f0b-8c81-493e-ae61-3b4f6b9994d9" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fe38dc55-945d-406a-80a8-d34ffbd735da" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "078b76d2-0dc6-4b12-bc77-a4946b86b217" + "83091129-d301-4939-ae71-afb261c5d571" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201538Z:078b76d2-0dc6-4b12-bc77-a4946b86b217" + "EASTUS2:20211117T024146Z:83091129-d301-4939-ae71-afb261c5d571" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:37 GMT" - ], "Content-Length": [ "444" ], @@ -1297,78 +1360,78 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6272\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/as6272\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as2834\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/as2834\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczNzg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"ZWNobyAnSGVsbG8gV29ybGQn\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/as6272\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"ZWNobyAnSGVsbG8gV29ybGQn\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/as2834\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b6de5157-4430-480a-925f-f6a0ec95ceb8" + "4502b21e-938a-465e-9b91-4a9f9948b65c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2787" + "2785" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:41:51 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d40b4a5-6500-4329-944d-4ef09ef999d5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1195" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5d40b4a5-6500-4329-944d-4ef09ef999d5" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "9a0379cc-00fd-4935-b903-8f60aecc34c8" + "b3e69ee3-1a5a-4708-8506-a606fc869e87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201545Z:9a0379cc-00fd-4935-b903-8f60aecc34c8" + "EASTUS2:20211117T024151Z:b3e69ee3-1a5a-4708-8506-a606fc869e87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:45 GMT" - ], "Content-Length": [ "3457" ], @@ -1379,69 +1442,69 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0563082a-623c-4c20-9dae-8b6964df8c9a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/AS6272\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e8bac0d-125b-44f3-8084-e5e40d659660\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/AS2834\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczNzg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/AS6272\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/AS2834\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d35deed4-8762-41ee-acd6-3dc05829baa7" + "c8018c2c-1c6e-4372-b0c8-c1f3e216672a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "3194" + "3192" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1194" + "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "62b40b8c-8d60-4203-9268-8f9e4a6d02d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "939307dc-9963-4b55-a15e-3f636114d8ea" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "785427f5-ec98-4898-a4a2-6c0fce5045a8" + "bf28bb6e-13e6-4ac6-a61d-a89e8eadc9c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201715Z:785427f5-ec98-4898-a4a2-6c0fce5045a8" + "EASTUS2:20211117T024316Z:bf28bb6e-13e6-4ac6-a61d-a89e8eadc9c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:15 GMT" - ], "Content-Length": [ "3484" ], @@ -1452,62 +1515,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0563082a-623c-4c20-9dae-8b6964df8c9a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/AS6272\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e8bac0d-125b-44f3-8084-e5e40d659660\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/AS2834\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlNThhZWNiLWJkMGUtNGZjYy1hM2ZlLWE0OWViOWEzYWVkOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d40b4a5-6500-4329-944d-4ef09ef999d5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkNDBiNGE1LTY1MDAtNDMyOS05NDRkLTRlZjA5ZWY5OTlkNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:42:01 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "35" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29905" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3626b11a-7268-4073-8e46-6e21ab2a544c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "53d534c5-0c0d-45de-b630-6bf43f7d7d9b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "87c01640-8613-4586-85e5-e91b71a0c6ff" + "4c32decb-b796-4145-9adb-7b7f8e69811d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201556Z:87c01640-8613-4586-85e5-e91b71a0c6ff" + "EASTUS2:20211117T024202Z:4c32decb-b796-4145-9adb-7b7f8e69811d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:15:55 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1516,59 +1579,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:15:43.4826345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:41:49.585745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d40b4a5-6500-4329-944d-4ef09ef999d5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlNThhZWNiLWJkMGUtNGZjYy1hM2ZlLWE0OWViOWEzYWVkOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d40b4a5-6500-4329-944d-4ef09ef999d5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkNDBiNGE1LTY1MDAtNDMyOS05NDRkLTRlZjA5ZWY5OTlkNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:42:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29904" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "47e2f23b-99fa-4cd3-9905-a43002665bda" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc730ea1-fbdf-4964-b18d-5148250c1028" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "29b18843-407f-4f6d-92f7-2fabc026f21d" + "7d0a777b-3334-4a9f-89e1-2401d7951b91" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201632Z:29b18843-407f-4f6d-92f7-2fabc026f21d" + "EASTUS2:20211117T024237Z:7d0a777b-3334-4a9f-89e1-2401d7951b91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:16:31 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1577,59 +1640,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:15:43.4826345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:41:49.585745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d40b4a5-6500-4329-944d-4ef09ef999d5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlNThhZWNiLWJkMGUtNGZjYy1hM2ZlLWE0OWViOWEzYWVkOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d40b4a5-6500-4329-944d-4ef09ef999d5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkNDBiNGE1LTY1MDAtNDMyOS05NDRkLTRlZjA5ZWY5OTlkNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1210bd9a-401b-449c-b9d8-b05713ce72ef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ef8538f9-f1a8-47bc-83b2-9ebaf4ffca9e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "694089d6-ec77-4b19-87c2-d844b27f51c1" + "f21f5f7c-d3b6-4d74-b593-658b39271bc9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201707Z:694089d6-ec77-4b19-87c2-d844b27f51c1" + "EASTUS2:20211117T024312Z:f21f5f7c-d3b6-4d74-b593-658b39271bc9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:06 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1638,57 +1701,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:15:43.4826345+00:00\",\r\n \"endTime\": \"2021-06-29T20:16:44.5765971+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8e58aecb-bd0e-4fcc-a3fe-a49eb9a3aed8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:41:49.585745+00:00\",\r\n \"endTime\": \"2021-11-17T02:42:56.9763217+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5d40b4a5-6500-4329-944d-4ef09ef999d5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczNzg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31960" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c7fa67a6-3af4-4b41-bd4c-1704d539f683" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "deb654e0-ab62-40fb-b18a-7e3d2dc5a8c4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "b829b9d0-d7c1-4762-bf6b-c8004b4339a1" + "81069825-cb1b-477a-b1a5-933d3b310a0f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201707Z:b829b9d0-d7c1-4762-bf6b-c8004b4339a1" + "EASTUS2:20211117T024312Z:81069825-cb1b-477a-b1a5-933d3b310a0f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:06 GMT" - ], "Content-Length": [ "3485" ], @@ -1699,63 +1762,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0563082a-623c-4c20-9dae-8b6964df8c9a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/AS6272\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e8bac0d-125b-44f3-8084-e5e40d659660\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/AS2834\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczNzg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51eff889-2c1b-4765-8799-0581ed2203bf" + "38c8a599-2ac7-4f5b-b629-d502b81d3d4b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31959" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d22894a5-d598-4968-a162-366c5eec9085" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cfdb2dcf-7809-47e8-9beb-4762f2921318" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "04408431-01bc-4388-91ee-e4aab22d4ae3" + "c30ab1c4-a705-405e-8fd5-0912af22de79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201707Z:04408431-01bc-4388-91ee-e4aab22d4ae3" + "EASTUS2:20211117T024313Z:c30ab1c4-a705-405e-8fd5-0912af22de79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:06 GMT" - ], "Content-Length": [ "3485" ], @@ -1766,57 +1829,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0563082a-623c-4c20-9dae-8b6964df8c9a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/AS6272\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e8bac0d-125b-44f3-8084-e5e40d659660\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/AS2834\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczNzg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31956" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "174c9b31-b22e-4ecc-a67d-928fca69f04a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7dd35ef0-a516-4b8e-b93e-2b50b356798d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "6ec47088-a9c6-4721-be77-179d6f28c716" + "7e604ef6-0638-40fa-a271-4673a9c9e50f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201745Z:6ec47088-a9c6-4721-be77-179d6f28c716" + "EASTUS2:20211117T024347Z:7e604ef6-0638-40fa-a271-4673a9c9e50f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:45 GMT" - ], "Content-Length": [ "3485" ], @@ -1827,63 +1890,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0563082a-623c-4c20-9dae-8b6964df8c9a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/AS6272\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e8bac0d-125b-44f3-8084-e5e40d659660\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/AS2834\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyND8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczNzg/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d47531ad-44ed-4726-9aba-4b13d5e42024" + "b25cde61-9cf4-43f4-bb33-ae55c0e79f23" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31958" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd347b58-25f2-4637-bee8-65491a09d9be" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ab214e04-8201-41af-b12f-d20e9312291b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "472e82d4-a92e-4d1e-9c4f-dee555be58fe" + "721c99a8-9d67-41fb-992d-9af86c6ac408" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201708Z:472e82d4-a92e-4d1e-9c4f-dee555be58fe" + "EASTUS2:20211117T024313Z:721c99a8-9d67-41fb-992d-9af86c6ac408" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:07 GMT" - ], "Content-Length": [ "4717" ], @@ -1894,101 +1957,101 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0563082a-623c-4c20-9dae-8b6964df8c9a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/availabilitySets/AS6272\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1829.blob.core.windows.net/crptestar1127/oscrptestar8530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Network/networkInterfaces/nic7684\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-29T20:17:08+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T20:15:43.8576295+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T20:16:44.5453826+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e8bac0d-125b-44f3-8084-e5e40d659660\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/availabilitySets/AS2834\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\",\r\n \"exactVersion\": \"19.04.201904170\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9442.blob.core.windows.net/crptestar47/oscrptestar1922.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/Foo12/.ssh/authorized_keys\",\r\n \"keyData\": \"MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTUwMzIyMjI1NDQ5WhcNMTYwMzIxMjI1NDQ5WjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAxDC+OfmB+tQ+P1MLmuuW2hJLdcK8m4DLgAk5l8bQDNBcVezt+bt/ZFMsCHBhfTZG9O9yqMn8IRUh7/7jfQm6DmXCgtxj/uFiwT+F3out5uWvMV9SjFYvu9kJNXiDC2u3l4lHV8eHde6SbKiZB9Jji9FYQV4YiWrBa91j9I3hZzbTL0UCiJ+1PPoLRx/T1s9KT5Wn8m/z2EDrHWpetYu45OA7nzyIFOyQup5oWadWNnpk6HkCGutl9t9bcLdjXjXPm9wcy1yxIB3Dj/Y8Hnulr80GJlUtUboDm8TExGc4YaPJxdn0u5igo5gZc6qnqH/BMd1nsyICx6AZnKBXBycoSQIBI6OBpzCBpDAdBgNVHQ4EFgQUzWhrCCDsClANCGlKZ64rHp2BDn0wdQYDVR0jBG4wbIAUzWhrCCDsClANCGlKZ64rHp2BDn2hSaRHMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGSCCQCwVfWCQhf7QDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUaJnX0aBzwBkbJrBS5YvkZnNKLdc4oHgC/Nsr/9pwXzFYYXkdqpTw2nygH0C0WuPVVrG3Y3EGx/UIGDtLbwMvZJhQN9mZH3oX+c3HGqBnXGuDRrtsfsK1ywAofx9amZfKNk/04/Rt3POdbyD1/AOADw2zMokbIapX+nMDUtD/Tew9+0qU9+dcFMrFE1N4utlrFHlrLFbiCA/eSegP6gOeu9mqZv7UHIz2oe6IQTw7zJF7xuBIzTYwjOCM197GKW7xc4GU4JZIN+faZ7njl/fxfUNdlqvgZUUnkfdrzU3PZPl0w9NuncgEje/PZ+YtZvIsnH7MLSPeIGNQwW6V2kc8\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Network/networkInterfaces/nic4165\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T02:43:13+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T02:41:49.9607271+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T02:42:56.9451304+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8268/providers/Microsoft.Compute/virtualMachines/vm824?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9069/providers/Microsoft.Compute/virtualMachines/vm7378?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczNzg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1de53893-f86f-4538-b6ef-1f41236f9d36" + "a6d8aa71-3e84-47a9-b9d8-2a0b274234c3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c4456ad4-d701-4100-ac5e-68e701a33137?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6df6b5c9-a297-47d8-ba76-1919e82cf116?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c4456ad4-d701-4100-ac5e-68e701a33137?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6df6b5c9-a297-47d8-ba76-1919e82cf116?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1195" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c4456ad4-d701-4100-ac5e-68e701a33137" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6df6b5c9-a297-47d8-ba76-1919e82cf116" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "0b2e928a-36fc-4507-9146-23e469178b3a" + "d6605caf-735f-47e2-bdd7-058d2df16378" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201746Z:0b2e928a-36fc-4507-9146-23e469178b3a" + "EASTUS2:20211117T024347Z:d6605caf-735f-47e2-bdd7-058d2df16378" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8268?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyNjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9069?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwNjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7efac8fc-ebf2-46f0-94dc-862f39b9442c" + "3801aaa8-9507-4431-90a9-70b7d1151996" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1996,11 +2059,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:43:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2009,13 +2075,13 @@ "14999" ], "x-ms-request-id": [ - "c7f52725-ba22-4a56-91cd-fe2f7974c497" + "5135ce89-ed93-465b-a8be-fb75b5a0a78a" ], "x-ms-correlation-request-id": [ - "c7f52725-ba22-4a56-91cd-fe2f7974c497" + "5135ce89-ed93-465b-a8be-fb75b5a0a78a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201750Z:c7f52725-ba22-4a56-91cd-fe2f7974c497" + "EASTUS2:20211117T024353Z:5135ce89-ed93-465b-a8be-fb75b5a0a78a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2023,29 +2089,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:17:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2053,11 +2116,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:44:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2066,13 +2132,13 @@ "11999" ], "x-ms-request-id": [ - "33a51cac-ad6d-45a3-80af-81c256212f19" + "522fe3f3-cd7e-41ac-88ff-0627ae3c04aa" ], "x-ms-correlation-request-id": [ - "33a51cac-ad6d-45a3-80af-81c256212f19" + "522fe3f3-cd7e-41ac-88ff-0627ae3c04aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201806Z:33a51cac-ad6d-45a3-80af-81c256212f19" + "EASTUS2:20211117T024409Z:522fe3f3-cd7e-41ac-88ff-0627ae3c04aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2080,29 +2146,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:18:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2110,11 +2173,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:44:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2123,13 +2189,13 @@ "11998" ], "x-ms-request-id": [ - "48993674-1325-49e4-be42-5223e522a1d6" + "b28c0d33-8ffe-46e7-93d9-74d6f56b8f85" ], "x-ms-correlation-request-id": [ - "48993674-1325-49e4-be42-5223e522a1d6" + "b28c0d33-8ffe-46e7-93d9-74d6f56b8f85" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201821Z:48993674-1325-49e4-be42-5223e522a1d6" + "EASTUS2:20211117T024424Z:b28c0d33-8ffe-46e7-93d9-74d6f56b8f85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2137,29 +2203,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:18:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2167,11 +2230,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:44:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2180,13 +2246,13 @@ "11997" ], "x-ms-request-id": [ - "7a90bf35-ef2d-4f58-993e-cae75ca69c62" + "be3f87c2-2ca2-4dbd-aecc-e854dda23299" ], "x-ms-correlation-request-id": [ - "7a90bf35-ef2d-4f58-993e-cae75ca69c62" + "be3f87c2-2ca2-4dbd-aecc-e854dda23299" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201837Z:7a90bf35-ef2d-4f58-993e-cae75ca69c62" + "EASTUS2:20211117T024440Z:be3f87c2-2ca2-4dbd-aecc-e854dda23299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2194,29 +2260,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:18:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2224,11 +2287,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:44:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2237,13 +2303,13 @@ "11996" ], "x-ms-request-id": [ - "b4a5f39b-dae3-4441-aa12-654028daff8c" + "1548608d-0ac7-4283-9442-1596fd37fdd8" ], "x-ms-correlation-request-id": [ - "b4a5f39b-dae3-4441-aa12-654028daff8c" + "1548608d-0ac7-4283-9442-1596fd37fdd8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201852Z:b4a5f39b-dae3-4441-aa12-654028daff8c" + "EASTUS2:20211117T024455Z:1548608d-0ac7-4283-9442-1596fd37fdd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2251,29 +2317,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:18:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2281,11 +2344,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:45:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2294,13 +2360,13 @@ "11995" ], "x-ms-request-id": [ - "87b003cd-2414-410e-bdee-1b5328f854f9" + "91719185-1c6e-473d-a6e1-eb45652b87f6" ], "x-ms-correlation-request-id": [ - "87b003cd-2414-410e-bdee-1b5328f854f9" + "91719185-1c6e-473d-a6e1-eb45652b87f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201907Z:87b003cd-2414-410e-bdee-1b5328f854f9" + "EASTUS2:20211117T024511Z:91719185-1c6e-473d-a6e1-eb45652b87f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2308,29 +2374,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:19:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2338,11 +2401,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:45:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2351,13 +2417,13 @@ "11994" ], "x-ms-request-id": [ - "1c65183b-9e80-4426-8a65-2b0954442d9b" + "2bb304ea-e8a7-41f9-b8b9-ea0db290ad90" ], "x-ms-correlation-request-id": [ - "1c65183b-9e80-4426-8a65-2b0954442d9b" + "2bb304ea-e8a7-41f9-b8b9-ea0db290ad90" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201923Z:1c65183b-9e80-4426-8a65-2b0954442d9b" + "EASTUS2:20211117T024526Z:2bb304ea-e8a7-41f9-b8b9-ea0db290ad90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2365,29 +2431,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:19:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2395,11 +2458,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:45:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2408,13 +2474,13 @@ "11993" ], "x-ms-request-id": [ - "14977adc-9cac-4a3d-bedd-82aad4a9bd5b" + "ab0d7ec3-88f9-49c2-b52f-2fb5cba3ae4b" ], "x-ms-correlation-request-id": [ - "14977adc-9cac-4a3d-bedd-82aad4a9bd5b" + "ab0d7ec3-88f9-49c2-b52f-2fb5cba3ae4b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201938Z:14977adc-9cac-4a3d-bedd-82aad4a9bd5b" + "EASTUS2:20211117T024542Z:ab0d7ec3-88f9-49c2-b52f-2fb5cba3ae4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2422,86 +2488,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:19:38 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "72d63f75-f73b-4a3f-9848-a6800beef9dd" - ], - "x-ms-correlation-request-id": [ - "72d63f75-f73b-4a3f-9848-a6800beef9dd" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T201954Z:72d63f75-f73b-4a3f-9848-a6800beef9dd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 20:19:53 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2509,77 +2515,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "e3597c25-4ba7-43c7-a4cb-1bbf6d3660be" - ], - "x-ms-correlation-request-id": [ - "e3597c25-4ba7-43c7-a4cb-1bbf6d3660be" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T202009Z:e3597c25-4ba7-43c7-a4cb-1bbf6d3660be" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 20:20:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 02:45:57 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-request-id": [ - "dd532da5-d19f-49bf-b6aa-faab52bbc83f" + "ee2ef3c3-793c-432e-87b4-4a2d8a6e849d" ], "x-ms-correlation-request-id": [ - "dd532da5-d19f-49bf-b6aa-faab52bbc83f" + "ee2ef3c3-793c-432e-87b4-4a2d8a6e849d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202025Z:dd532da5-d19f-49bf-b6aa-faab52bbc83f" + "EASTUS2:20211117T024557Z:ee2ef3c3-793c-432e-87b4-4a2d8a6e849d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2587,29 +2539,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:20:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjY4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpZNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2617,20 +2566,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:45:57 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-request-id": [ - "3effb51d-bec0-4659-b015-0945685b062b" + "e714e56e-b7f3-4cd8-a178-af63575aacf3" ], "x-ms-correlation-request-id": [ - "3effb51d-bec0-4659-b015-0945685b062b" + "e714e56e-b7f3-4cd8-a178-af63575aacf3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T202025Z:3effb51d-bec0-4659-b015-0945685b062b" + "EASTUS2:20211117T024558Z:e714e56e-b7f3-4cd8-a178-af63575aacf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2638,14 +2590,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:20:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2654,30 +2603,30 @@ ], "Names": { "TestVMWithLinuxOSProfile": [ - "crptestar8268" + "crptestar9069" ], "TestVMWithOSProfile": [ - "crptestar1829", - "as6272" + "crptestar9442", + "as2834" ], "CreatePublicIP": [ - "pip6053", - "dn2394" + "pip5124", + "dn6111" ], "CreateVNET": [ - "vn6520", - "sn8158" + "vn1795", + "sn486" ], "CreateNIC": [ - "nic7684", - "ip7245" + "nic4165", + "ip3885" ], "CreateDefaultVMInput": [ - "crptestar1127", - "crptestar5431", - "crptestar8530", - "vm824", - "Microsoft.Compute/virtualMachines1898" + "crptestar47", + "crptestar3546", + "crptestar1922", + "vm7378", + "Microsoft.Compute/virtualMachines4723" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OperationsTests/TestCrpOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OperationsTests/TestCrpOperations.json index 92b630cd76fab..ab9df81ba8f0c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OperationsTests/TestCrpOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/OperationsTests/TestCrpOperations.json @@ -1,58 +1,58 @@ { "Entries": [ { - "RequestUri": "/providers/Microsoft.Compute/operations?api-version=2021-07-01", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/providers/Microsoft.Compute/operations?api-version=2021-11-01", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a361a71-081a-45d2-8d3e-83e9f7e1bf84" + "6d9c60a7-0fd1-4073-8ea4-170113867f5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41714880-f518-4154-8b2c-44ec965fe17a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1366251a-37b7-4d20-81fd-3f8d3eaa57e8" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "79c077a9-c164-4f3f-9c3a-66cdfd917ffa" + "6239bdb8-fc97-4f6e-8f46-546a12ba5421" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195214Z:79c077a9-c164-4f3f-9c3a-66cdfd917ffa" + "EASTUS2:20211117T123803Z:6239bdb8-fc97-4f6e-8f46-546a12ba5421" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 19:52:13 GMT" - ], "Content-Length": [ - "177256" + "180614" ], "Content-Type": [ "application/json; charset=utf-8" @@ -61,7 +61,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Availability Sets\",\r\n \"operation\": \"Get Availablity Set\",\r\n \"description\": \"Get the properties of an availability set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Availability Sets\",\r\n \"operation\": \"Create or Update Availability Set\",\r\n \"description\": \"Creates a new availability set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Availability Sets\",\r\n \"operation\": \"Delete Availability Set\",\r\n \"description\": \"Deletes the availability set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Size for Availability set\",\r\n \"operation\": \"List Virtual Machine Sizes for Availability Set\",\r\n \"description\": \"List available sizes for creating or updating a virtual machine in the availability set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Get Virtual Machine\",\r\n \"description\": \"Get the properties of a virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Create or Update Virtual Machine\",\r\n \"description\": \"Creates a new virtual machine or updates an existing virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Delete Virtual Machine\",\r\n \"description\": \"Deletes the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Start Virtual Machine\",\r\n \"description\": \"Starts the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Power Off Virtual Machine\",\r\n \"description\": \"Powers off the virtual machine. Note that the virtual machine will continue to be billed.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/reapply/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Reapply a virtual machine's current model\",\r\n \"description\": \"Reapplies a virtual machine's current model\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/redeploy/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Redeploy Virtual Machine\",\r\n \"description\": \"Redeploys virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Restart Virtual Machine\",\r\n \"description\": \"Restarts the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/retrieveBootDiagnosticsData/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Retrieve boot diagnostic logs blob URIs\",\r\n \"description\": \"Retrieves boot diagnostic logs blob URIs\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Deallocate Virtual Machine\",\r\n \"description\": \"Powers off the virtual machine and releases the compute resources\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/generalize/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Generalize Virtual Machine\",\r\n \"description\": \"Sets the virtual machine state to Generalized and prepares the virtual machine for capture\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/capture/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Capture Virtual Machine\",\r\n \"description\": \"Captures the virtual machine by copying virtual hard disks and generates a template that can be used to create similar virtual machines\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommand/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Run Command on Virtual Machine\",\r\n \"description\": \"Executes a predefined script on the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/convertToManagedDisks/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Convert Virtual Machine disks to Managed Disks\",\r\n \"description\": \"Converts the blob based disks of the virtual machine to managed disks\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/performMaintenance/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Perform Maintenance Redeploy\",\r\n \"description\": \"Performs Maintenance Operation on the VM.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Reimage Virtual Machine\",\r\n \"description\": \"Reimages virtual machine which is using differencing disk.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/login/action\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Log in to Virtual Machine\",\r\n \"description\": \"Log in to a virtual machine as a regular user\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Log in to Virtual Machine as administrator\",\r\n \"description\": \"Log in to a virtual machine with Windows administrator or Linux root user privileges\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/installPatches/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Install OS update patches on virtual machine\",\r\n \"description\": \"Installs available OS update patches on the virtual machine based on parameters provided by user. Assessment results containing list of available patches will also get refreshed as part of this.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/assessPatches/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Assess virtual machine for available OS update patches\",\r\n \"description\": \"Assesses the virtual machine and finds list of available OS update patches for it.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/cancelPatchInstallation/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Cancel install OS update patch operation on virtual machine\",\r\n \"description\": \"Cancels the ongoing install OS update patch operation on the virtual machine.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/simulateEviction/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Simulate Eviction of spot Virtual Machine\",\r\n \"description\": \"Simulates the eviction of spot Virtual Machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Instance View\",\r\n \"operation\": \"Get Virtual Machine Instance View\",\r\n \"description\": \"Gets the detailed runtime status of the virtual machine and its resources\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Size\",\r\n \"operation\": \"Lists Available Virtual Machine Sizes\",\r\n \"description\": \"Lists available sizes the virtual machine can be updated to\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/images/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Images\",\r\n \"operation\": \"Get Image\",\r\n \"description\": \"Get the properties of the Image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/images/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Images\",\r\n \"operation\": \"Create or Update Image\",\r\n \"description\": \"Creates a new Image or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/images/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Images\",\r\n \"operation\": \"Delete Image\",\r\n \"description\": \"Deletes the image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Point Collections\",\r\n \"operation\": \"Get Restore Point Collection\",\r\n \"description\": \"Get the properties of a restore point collection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Point Collections\",\r\n \"operation\": \"Create or Update Restore Point Collection\",\r\n \"description\": \"Creates a new restore point collection or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Point Collections\",\r\n \"operation\": \"Delete Restore Point Collection\",\r\n \"description\": \"Deletes the restore point collection and contained restore points\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Get Restore Point\",\r\n \"description\": \"Get the properties of a restore point\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Create Restore Point\",\r\n \"description\": \"Creates a new restore point\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Delete Restore Point\",\r\n \"description\": \"Deletes the restore point\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/retrieveSasUris/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Get Restore Point along with blob SAS URIs\",\r\n \"description\": \"Get the properties of a restore point along with blob SAS URIs\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Proximity Placement Groups\",\r\n \"operation\": \"Get Proximity Placement Group\",\r\n \"description\": \"Get the Properties of a Proximity Placement Group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Proximity Placement Groups\",\r\n \"operation\": \"Create or Update Proximity Placement Group\",\r\n \"description\": \"Creates a new Proximity Placement Group or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Proximity Placement Groups\",\r\n \"operation\": \"Delete Proximity Placement Group\",\r\n \"description\": \"Deletes the Proximity Placement Group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Metric Definitions\",\r\n \"operation\": \"Get Virtual Machine Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Remaining\",\r\n \"displayName\": \"CPU Credits Remaining\",\r\n \"displayDescription\": \"Total number of credits available to burst. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Consumed\",\r\n \"displayName\": \"CPU Credits Consumed\",\r\n \"displayDescription\": \"Total number of credits consumed by the Virtual Machine. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Data Disk Read Bytes/sec\",\r\n \"displayName\": \"Data Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Bytes/sec\",\r\n \"displayName\": \"Data Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Read Operations/Sec\",\r\n \"displayName\": \"Data Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Operations/Sec\",\r\n \"displayName\": \"Data Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Queue Depth\",\r\n \"displayName\": \"Data Disk Queue Depth\",\r\n \"displayDescription\": \"Data Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target Bandwidth\",\r\n \"displayName\": \"Data Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target IOPS\",\r\n \"displayName\": \"Data Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayName\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst IOPS\",\r\n \"displayName\": \"Data Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Bytes/sec\",\r\n \"displayName\": \"OS Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Bytes/sec\",\r\n \"displayName\": \"OS Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Read Operations/Sec\",\r\n \"displayName\": \"OS Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Operations/Sec\",\r\n \"displayName\": \"OS Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Queue Depth\",\r\n \"displayName\": \"OS Disk Queue Depth\",\r\n \"displayDescription\": \"OS Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target Bandwidth\",\r\n \"displayName\": \"OS Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target IOPS\",\r\n \"displayName\": \"OS Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayName\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst IOPS\",\r\n \"displayName\": \"OS Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows\",\r\n \"displayName\": \"Inbound Flows\",\r\n \"displayDescription\": \"Inbound Flows are number of current flows in the inbound direction (traffic going into the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows\",\r\n \"displayName\": \"Outbound Flows\",\r\n \"displayDescription\": \"Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of inbound flows (traffic going into the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of outbound flows (traffic going out of the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayName\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayName\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayName\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayName\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"The log definition of Virtual Machine\",\r\n \"operation\": \"Get Virtual Machine log definitions\",\r\n \"description\": \"Gets the available logs for Virtual Machine.\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"SoftwareUpdates\",\r\n \"displayName\": \"SoftwareUpdates\"\r\n },\r\n {\r\n \"name\": \"SoftwareUpdateProfile\",\r\n \"displayName\": \"SoftwareUpdateProfile\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the Virtual Machine.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the Virtual Machine.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Extensions\",\r\n \"operation\": \"Get Virtual Machine Extension\",\r\n \"description\": \"Get the properties of a virtual machine extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Extensions\",\r\n \"operation\": \"Create or Update Virtual Machine Extension\",\r\n \"description\": \"Creates a new virtual machine extension or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Extensions\",\r\n \"operation\": \"Delete Virtual Machine Extension\",\r\n \"description\": \"Deletes the virtual machine extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Extensions for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Get extension for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Get the properties of an extension for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Extensions for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Create or Update extension for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Creates a new extension for Virtual Machine in Virtual Machine Scale Set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Extensions for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Delete extension for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the extension for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Extensions\",\r\n \"operation\": \"Get Virtual Machine Scale Set Extension\",\r\n \"description\": \"Gets the properties of a Virtual Machine Scale Set Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Extensions\",\r\n \"operation\": \"Create or Update Virtual Machine Scale Set Extension\",\r\n \"description\": \"Creates a new Virtual Machine Scale Set Extension or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Extensions\",\r\n \"operation\": \"Delete Virtual Machine Scale Set Extension\",\r\n \"description\": \"Deletes the Virtual Machine Scale Set Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/roles/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VirtualMachineScaleSet Extensions Role\",\r\n \"operation\": \"Get properties of Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"description\": \"Gets the properties of a Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/roles/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VirtualMachineScaleSet Extensions Role\",\r\n \"operation\": \"Update properties of Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"description\": \"Updates the properties of an existing Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommands/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine RunCommands\",\r\n \"operation\": \"Get Virtual Machine run command\",\r\n \"description\": \"Get the properties of a virtual machine run command\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommands/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine RunCommands\",\r\n \"operation\": \"Create or Update Virtual Machine run command\",\r\n \"description\": \"Creates a new virtual machine run command or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommands/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine RunCommands\",\r\n \"operation\": \"Delete Virtual Machine run command\",\r\n \"description\": \"Deletes the virtual machine run command\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"RunCommands for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Get run command for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Get the properties of a run command for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"RunCommands for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Create or Update run command for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Creates a new run command for Virtual Machine in Virtual Machine Scale Set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"RunCommands for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Delete run command for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the run command for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Get Virtual Machine Scale Set\",\r\n \"description\": \"Get the properties of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Create or Update Virtual Machine Scale Set\",\r\n \"description\": \"Creates a new Virtual Machine Scale Set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Delete Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/delete/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Delete Virtual Machines in a Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Start Virtual Machine Scale Set\",\r\n \"description\": \"Starts the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/powerOff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Power Off Virtual Machine Scale Set\",\r\n \"description\": \"Powers off the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Restart Virtual Machine Scale Set\",\r\n \"description\": \"Restarts the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/deallocate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Deallocate Virtual Machine Scale Set\",\r\n \"description\": \"Powers off and releases the compute resources for the instances of the Virtual Machine Scale Set \"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/manualUpgrade/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Manual Upgrade Virtual Machine Scale Set\",\r\n \"description\": \"Manually updates instances to latest model of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Reimage Virtual Machine Scale Set\",\r\n \"description\": \"Reimages the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/reimageAll/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Reimage all Disks for a Virtual Machine Scale Set\",\r\n \"description\": \"Reimages all disks (OS Disk and Data Disks) for the instances of a Virtual Machine Scale Set \"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/redeploy/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Redeploy Virtual Machine Scale Set\",\r\n \"description\": \"Redeploy the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/performMaintenance/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Perform planned maintenance on a Virtual Machine Scale Set\",\r\n \"description\": \"Performs planned maintenance on the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/scale/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Verify Scaling of Virtual Machine Scale Set\",\r\n \"description\": \"Verify if an existing Virtual Machine Scale Set can Scale In/Scale Out to specified instance count\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/forceRecoveryServiceFabricPlatformUpdateDomainWalk/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Manually walk platform update domains in a service fabric Virtual Machine Scale Set\",\r\n \"description\": \"Manually walk the platform update domains of a service fabric Virtual Machine Scale Set to finish a pending update that is stuck\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/osRollingUpgrade/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Upgrades OS on Virtual Machine Scale Set instances to the latest available Platform Image OS version.\",\r\n \"description\": \"Starts a rolling upgrade to move all Virtual Machine Scale Set instances to the latest available Platform Image OS version.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/setOrchestrationServiceState/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Sets the state of an orchestration service in a Virtual Machine Scale Set.\",\r\n \"description\": \"Sets the state of an orchestration service based on the action provided in operation input.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Instance View\",\r\n \"operation\": \"Get Virtual Machine Scale Set Instance View\",\r\n \"description\": \"Gets the instance view of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set SKU\",\r\n \"operation\": \"List SKUs for Virtual Machine Scale Set\",\r\n \"description\": \"Lists the valid SKUs for an existing Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scalet Set Metric Definitions\",\r\n \"operation\": \"Get Virtual Machine Scalet Set Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine Scalet Set Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"CPU Credits Remaining\",\r\n \"displayName\": \"CPU Credits Remaining\",\r\n \"displayDescription\": \"Total number of credits available to burst. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Consumed\",\r\n \"displayName\": \"CPU Credits Consumed\",\r\n \"displayDescription\": \"Total number of credits consumed by the Virtual Machine. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Data Disk Read Bytes/sec\",\r\n \"displayName\": \"Data Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Bytes/sec\",\r\n \"displayName\": \"Data Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Read Operations/Sec\",\r\n \"displayName\": \"Data Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Operations/Sec\",\r\n \"displayName\": \"Data Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Queue Depth\",\r\n \"displayName\": \"Data Disk Queue Depth\",\r\n \"displayDescription\": \"Data Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target Bandwidth\",\r\n \"displayName\": \"Data Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target IOPS\",\r\n \"displayName\": \"Data Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayName\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst IOPS\",\r\n \"displayName\": \"Data Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Bytes/sec\",\r\n \"displayName\": \"OS Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Write Bytes/sec\",\r\n \"displayName\": \"OS Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Operations/Sec\",\r\n \"displayName\": \"OS Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Write Operations/Sec\",\r\n \"displayName\": \"OS Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Queue Depth\",\r\n \"displayName\": \"OS Disk Queue Depth\",\r\n \"displayDescription\": \"OS Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target Bandwidth\",\r\n \"displayName\": \"OS Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target IOPS\",\r\n \"displayName\": \"OS Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayName\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst IOPS\",\r\n \"displayName\": \"OS Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows\",\r\n \"displayName\": \"Inbound Flows\",\r\n \"displayDescription\": \"Inbound Flows are number of current flows in the inbound direction (traffic going into the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Outbound Flows\",\r\n \"displayName\": \"Outbound Flows\",\r\n \"displayDescription\": \"Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of inbound flows (traffic going into the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of outbound flows (traffic going out of the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayName\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayName\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayName\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayName\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"The log definition of Virtual Machine Scale Sets\",\r\n \"operation\": \"Get Virtual Machine Scale Set log definitions\",\r\n \"description\": \"Gets the available logs for Virtual Machine Scale Sets.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set\",\r\n \"operation\": \"Read the diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the Virtual Machine Scale set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets Rolling Upgrades\",\r\n \"operation\": \"Gets the latest Rolling Upgrade status for a Virtual Machine Scale Set\",\r\n \"description\": \"Get latest Rolling Upgrade status for a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets Rolling Upgrades\",\r\n \"operation\": \"Cancel Virtual Machine Scale Set Rolling Upgrade operation\",\r\n \"description\": \"Cancels the rolling upgrade of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/osUpgradeHistory/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set OS Upgrade History\",\r\n \"operation\": \"Gets the history of OS upgrades for a Virtual Machine Scale Set\",\r\n \"description\": \"Gets the history of OS upgrades for a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Gets the properties of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves the properties of a Virtual Machine in a VM Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Updates the properties of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Updates the properties of a Virtual Machine in a VM Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Delete Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Delete a specific Virtual Machine in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Start Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Starts a Virtual Machine instance in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/powerOff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Power off Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Powers Off a Virtual Machine instance in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Restart Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Restarts a Virtual Machine instance in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/deallocate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Deallocate Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Powers off and releases the compute resources for a Virtual Machine in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Reimage Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Reimages a Virtual Machine instance in a Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/reimageAll/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Reimage all Disks for a Virtual Machine instance in a Virtual Machine Scale Set.\",\r\n \"description\": \"Reimages all disks (OS Disk and Data Disks) for Virtual Machine instance in a Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/redeploy/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Redeploy Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Redeploys a Virtual Machine instance in a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/retrieveBootDiagnosticsData/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Retrieve boot diagnostic logs blob URIs of Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves boot diagnostic logs blob URIs of Virtual Machine instance in a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/performMaintenance/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Perform planned maintenance on a Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Performs planned maintenance on a Virtual Machine instance in a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommand/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Run Command on a Virtual Machine instance in a Virtual Machine Scale Set.\",\r\n \"description\": \"Executes a predefined script on a Virtual Machine instance in a Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/simulateEviction/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Simulate Eviction of spot Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Simulates the eviction of spot Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Instance View of Virtual Machine in Scale Set\",\r\n \"operation\": \"Gets Instance View of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves the instance view of a Virtual Machine in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Hosts\",\r\n \"operation\": \"Get Host\",\r\n \"description\": \"Get the properties of a host\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Hosts\",\r\n \"operation\": \"Create or Update Host\",\r\n \"description\": \"Creates a new host or updates an existing host\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Hosts\",\r\n \"operation\": \"Delete Host\",\r\n \"description\": \"Deletes the host\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Host Groups\",\r\n \"operation\": \"Get Host Group\",\r\n \"description\": \"Get the properties of a host group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Host Groups\",\r\n \"operation\": \"Create or Update Host Group\",\r\n \"description\": \"Creates a new host group or updates an existing host group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Host Groups\",\r\n \"operation\": \"Delete Host Group\",\r\n \"description\": \"Deletes the host group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservations\",\r\n \"operation\": \"Get Capacity Reservation\",\r\n \"description\": \"Get the properties of a capacity reservation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservations\",\r\n \"operation\": \"Create or Update Capacity Reservation\",\r\n \"description\": \"Creates a new capacity reservation or updates an existing capacity reservation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservations\",\r\n \"operation\": \"Delete Capacity Reservation\",\r\n \"description\": \"Deletes the capacity reservation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservation Groups\",\r\n \"operation\": \"Get Capacity Reservation Group\",\r\n \"description\": \"Get the properties of a capacity reservation group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservation Groups\",\r\n \"operation\": \"Create or Update Capacity Reservation Group\",\r\n \"description\": \"Creates a new capacity reservation group or updates an existing capacity reservation group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservation Groups\",\r\n \"operation\": \"Delete Capacity Reservation Group\",\r\n \"description\": \"Deletes the capacity reservation group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Get SSH Public Key\",\r\n \"description\": \"Get the properties of an SSH public key\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Create or Update SSH Public Key\",\r\n \"description\": \"Creates a new SSH public key or updates an existing SSH public key\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Delete SSH Public Key\",\r\n \"description\": \"Deletes the SSH public key\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/generateKeyPair/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Generate SSH Key Pair\",\r\n \"description\": \"Generates a new SSH public/private key pair\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set Metric Definitions\",\r\n \"operation\": \"Get Virtual Machine in Scale Set Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine in Scale Set Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Remaining\",\r\n \"displayName\": \"CPU Credits Remaining\",\r\n \"displayDescription\": \"Total number of credits available to burst. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Consumed\",\r\n \"displayName\": \"CPU Credits Consumed\",\r\n \"displayDescription\": \"Total number of credits consumed by the Virtual Machine. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Data Disk Read Bytes/sec\",\r\n \"displayName\": \"Data Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Bytes/sec\",\r\n \"displayName\": \"Data Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Read Operations/Sec\",\r\n \"displayName\": \"Data Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Operations/Sec\",\r\n \"displayName\": \"Data Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Queue Depth\",\r\n \"displayName\": \"Data Disk Queue Depth\",\r\n \"displayDescription\": \"Data Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target Bandwidth\",\r\n \"displayName\": \"Data Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target IOPS\",\r\n \"displayName\": \"Data Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayName\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst IOPS\",\r\n \"displayName\": \"Data Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Bytes/sec\",\r\n \"displayName\": \"OS Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Bytes/sec\",\r\n \"displayName\": \"OS Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Read Operations/Sec\",\r\n \"displayName\": \"OS Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Operations/Sec\",\r\n \"displayName\": \"OS Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Queue Depth\",\r\n \"displayName\": \"OS Disk Queue Depth\",\r\n \"displayDescription\": \"OS Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target Bandwidth\",\r\n \"displayName\": \"OS Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target IOPS\",\r\n \"displayName\": \"OS Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayName\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst IOPS\",\r\n \"displayName\": \"OS Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows\",\r\n \"displayName\": \"Inbound Flows\",\r\n \"displayDescription\": \"Inbound Flows are number of current flows in the inbound direction (traffic going into the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows\",\r\n \"displayName\": \"Outbound Flows\",\r\n \"displayDescription\": \"Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of inbound flows (traffic going into the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of outbound flows (traffic going out of the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayName\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayName\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayName\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayName\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Size for Virtual Machine Scale Set\",\r\n \"operation\": \"List Virtual Machine Sizes for a Virtual Machine Scale Set\",\r\n \"description\": \"List available sizes for creating or updating a virtual machine in the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Sizes\",\r\n \"operation\": \"List Available Virtual Machine Sizes in Location\",\r\n \"description\": \"Lists available virtual machine sizes in a location\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/operations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Operation\",\r\n \"operation\": \"Get Operation\",\r\n \"description\": \"Gets the status of an asynchronous operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/vsmOperations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Operation for Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"operation\": \"Get Operation for Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"description\": \"Gets the status of an asynchronous operation for Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/usages/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Usage Metrics\",\r\n \"operation\": \"Get Usage Metrics\",\r\n \"description\": \"Gets service limits and current usage quantities for the subscription's compute resources in a location\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/runCommands/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Run Commands\",\r\n \"operation\": \"Lists Run Commands\",\r\n \"description\": \"Lists available run commands in location\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/logAnalytics/getRequestRateByInterval/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Log Analytics\",\r\n \"operation\": \"Create logs to show total requests by time interval\",\r\n \"description\": \"Create logs to show total requests by time interval to aid throttling diagnostics.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/logAnalytics/getThrottledRequests/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Log Analytics\",\r\n \"operation\": \"Create logs to show aggregates of throttled requests\",\r\n \"description\": \"Create logs to show aggregates of throttled requests grouped by ResourceName, OperationName, or the applied Throttle Policy.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/operations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Available Compute Operations\",\r\n \"operation\": \"List Available Compute Operations\",\r\n \"description\": \"Lists operations available on Microsoft.Compute resource provider\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/register/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Compute Register Subscription\",\r\n \"operation\": \"Register Subscription for Compute\",\r\n \"description\": \"Registers Subscription with Microsoft.Compute resource provider\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/unregister/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Compute Register Subscription\",\r\n \"operation\": \"Unregister Subscription for Compute\",\r\n \"description\": \"Unregisters Subscription with Microsoft.Compute resource provider\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Skus\",\r\n \"operation\": \"Gets the list of Microsoft.Compute SKUs available for your Subscription\",\r\n \"description\": \"Gets the list of Microsoft.Compute SKUs available for your Subscription\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Installation Results\",\r\n \"operation\": \"Summarizes latest patch installation operation results\",\r\n \"description\": \"Retrieves the summary of the latest patch installation operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Installation Software Patches Results\",\r\n \"operation\": \"Lists all patches considered in patch installation operation\",\r\n \"description\": \"Retrieves list of patches attempted to be installed during the last patch installation operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Assessment Results\",\r\n \"operation\": \"Summarizes latest patch assessment operation results\",\r\n \"description\": \"Retrieves the summary of the latest patch assessment operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Assessment Software Patches Results\",\r\n \"operation\": \"Lists all patches assessed in patch assessment operation\",\r\n \"description\": \"Retrieves list of patches assessed during the last patch assessment operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Get Disk\",\r\n \"description\": \"Get the properties of a Disk\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Create or Update Disk\",\r\n \"description\": \"Creates a new Disk or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Delete Disk\",\r\n \"description\": \"Deletes the Disk\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/beginGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Get Disk SAS URI\",\r\n \"description\": \"Get the SAS URI of the Disk for blob access\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/endGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Revoke Disk SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the Disk\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Get Snapshot\",\r\n \"description\": \"Get the properties of a Snapshot\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Create or Update Snapshot\",\r\n \"description\": \"Create a new Snapshot or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Delete Snapshot\",\r\n \"description\": \"Delete a Snapshot\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/beginGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Get Snapshot SAS URI\",\r\n \"description\": \"Get the SAS URI of the Snapshot for blob access\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/endGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Revoke Snapshot SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the Snapshot\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskEncryptionSets\",\r\n \"operation\": \"Get disk encryption set\",\r\n \"description\": \"Get the properties of a disk encryption set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskEncryptionSets\",\r\n \"operation\": \"Create or update disk encryption set\",\r\n \"description\": \"Create a new disk encryption set or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskEncryptionSets\",\r\n \"operation\": \"Delete disk encryption set\",\r\n \"description\": \"Delete a disk encryption set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccesses\",\r\n \"operation\": \"Get DiskAccess\",\r\n \"description\": \"Get the properties of DiskAccess resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccesses\",\r\n \"operation\": \"Create or Update DiskAccess\",\r\n \"description\": \"Create a new DiskAccess resource or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccesses\",\r\n \"operation\": \"Delete DiskAccess\",\r\n \"description\": \"Delete a DiskAccess resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnections\",\r\n \"operation\": \"Delete PrivateEndpointConnection\",\r\n \"description\": \"Delete a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnections\",\r\n \"operation\": \"Get PrivateEndpointConnection\",\r\n \"description\": \"Get a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnections\",\r\n \"operation\": \"Approve or Reject PrivateEndpointConnection\",\r\n \"description\": \"Approve or Reject a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Get PrivateEndpointConnectionProxy\",\r\n \"description\": \"Get the properties of a private endpoint connection proxy\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Create PrivateEndpointConnectionProxy\",\r\n \"description\": \"Create a new Private Endpoint Connection Proxy\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Delete PrivateEndpointConnectionProxy\",\r\n \"description\": \"Delete a Private Endpoint Connection Proxy\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/validate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Validate PrivateEndpointConnectionProxy\",\r\n \"description\": \"Validate a Private Endpoint Connection Proxy object\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionsApproval/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection Approval\",\r\n \"operation\": \"Auto Approve PrivateEndpointConnections\",\r\n \"description\": \"Auto Approve a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/diskOperations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskOperation\",\r\n \"operation\": \"Get Disk Operation\",\r\n \"description\": \"Gets the status of an asynchronous Disk operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/privateEndpointConnectionProxyAzureAsyncOperation/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"PrivateEndpointConnectionProxy AzureAsyncOperation\",\r\n \"operation\": \"Get PrivateEndpointConnectionProxy Operation\",\r\n \"description\": \"Get the status of asynchronous Private Endpoint Connection Proxy operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/privateEndpointConnectionProxyOperationResults/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"PrivateEndpointConnectionProxyOperation Results\",\r\n \"operation\": \"Get PrivateEndpointConnectionProxyOperationResults\",\r\n \"description\": \"Get the results of Private Endpoint Connection Proxy operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskRestorePoint\",\r\n \"operation\": \"Get incremental DiskRestorePoint\",\r\n \"description\": \"Get the properties of an incremental DiskRestorePoint\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/beginGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskRestorePoint\",\r\n \"operation\": \"Get incremental DiskRestorePoint SAS URI\",\r\n \"description\": \"Get the SAS URI of the incremental DiskRestorePoint\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/endGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskRestorePoint\",\r\n \"operation\": \"Revoke incremental DiskRestorePoint SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the incremental DiskRestorePoint\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImages\",\r\n \"operation\": \"Get SharedVMImage\",\r\n \"description\": \"Get the properties of a SharedVMImage\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImages\",\r\n \"operation\": \"Create or Update SharedVMImage\",\r\n \"description\": \"Creates a new SharedVMImage or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImages\",\r\n \"operation\": \"Delete SharedVMImage\",\r\n \"description\": \"Deletes the SharedVMImage\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Get SharedVMImageVersion\",\r\n \"description\": \"Get the properties of a SharedVMImageVersion\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Create or Update SharedVMImageVersion\",\r\n \"description\": \"Create a new SharedVMImageVersion or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Delete SharedVMImageVersion\",\r\n \"description\": \"Delete a SharedVMImageVersion\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/replicate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Replicate SharedVMImageVersion\",\r\n \"description\": \"Replicate a SharedVMImageVersion to target regions\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/capsOperations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CapsOperation\",\r\n \"operation\": \"Get Caps Operation\",\r\n \"description\": \"Gets the status of an asynchronous Caps operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Get Gallery\",\r\n \"description\": \"Gets the properties of Gallery\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Create or Update Gallery\",\r\n \"description\": \"Creates a new Gallery or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Delete Gallery\",\r\n \"description\": \"Deletes the Gallery\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/share/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Share Gallery\",\r\n \"description\": \"Shares a Gallery to different scopes\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImages\",\r\n \"operation\": \"Get Gallery Image\",\r\n \"description\": \"Gets the properties of Gallery Image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImages\",\r\n \"operation\": \"Create or Update Gallery Image\",\r\n \"description\": \"Creates a new Gallery Image or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImages\",\r\n \"operation\": \"Delete Gallery Image\",\r\n \"description\": \"Deletes the Gallery Image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImageVersions\",\r\n \"operation\": \"Get Gallery Image Version\",\r\n \"description\": \"Gets the properties of Gallery Image Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImageVersions\",\r\n \"operation\": \"Create or Update Gallery Image Version\",\r\n \"description\": \"Creates a new Gallery Image Version or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImageVersions\",\r\n \"operation\": \"Delete Gallery Image Version\",\r\n \"description\": \"Deletes the Gallery Image Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplications\",\r\n \"operation\": \"Get Gallery Application\",\r\n \"description\": \"Gets the properties of Gallery Application\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplications\",\r\n \"operation\": \"Create or Update Gallery Application\",\r\n \"description\": \"Creates a new Gallery Application or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplications\",\r\n \"operation\": \"Delete Gallery Application\",\r\n \"description\": \"Deletes the Gallery Application\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplicationVersions\",\r\n \"operation\": \"Get Gallery Application Version\",\r\n \"description\": \"Gets the properties of Gallery Application Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplicationVersions\",\r\n \"operation\": \"Create or Update Gallery Application Version\",\r\n \"description\": \"Creates a new Gallery Application Version or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplicationVersions\",\r\n \"operation\": \"Delete Gallery Application Version\",\r\n \"description\": \"Deletes the Gallery Application Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensions\",\r\n \"operation\": \"Get Shared VM Extension\",\r\n \"description\": \"Gets the properties of Shared VM Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensions\",\r\n \"operation\": \"Create or Update Shared VM Extension\",\r\n \"description\": \"Creates a new Shared VM Extension or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensions\",\r\n \"operation\": \"Delete Shared VM Extension\",\r\n \"description\": \"Deletes the Shared VM Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensionVersions\",\r\n \"operation\": \"Get Shared VM Extension Version\",\r\n \"description\": \"Gets the properties of Shared VM Extension Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensionVersions\",\r\n \"operation\": \"Create or Update Shared VM Extension Version\",\r\n \"description\": \"Creates a new Shared VM Extension Version or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensionVersions\",\r\n \"operation\": \"Delete Shared VM Extension Version\",\r\n \"description\": \"Deletes the Shared VM Extension Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Publishers\",\r\n \"operation\": \"Get Publisher\",\r\n \"description\": \"Get the properties of a Publisher\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/offers/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Offers\",\r\n \"operation\": \"Get Platform Image Offer\",\r\n \"description\": \"Get the properties of a Platform Image Offer\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Skus\",\r\n \"operation\": \"Get Platform Image Sku\",\r\n \"description\": \"Get the properties of a Platform Image Sku\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Versions\",\r\n \"operation\": \"Get Platform Image Version\",\r\n \"description\": \"Get the properties of a Platform Image Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VMExtension Types\",\r\n \"operation\": \"Get VMExtension Type\",\r\n \"description\": \"Get the properties of a VMExtension Type\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VMExtension Versions\",\r\n \"operation\": \"Get VMExtension Version\",\r\n \"description\": \"Get the properties of a VMExtension Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/networkInterfaces/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Network interfaces of a Virtual Machine Scale Set\",\r\n \"operation\": \"Get all network interfaces of a Virtual Machine Scale Set\",\r\n \"description\": \"Get properties of all network interfaces of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/publicIPAddresses/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Public IP addresses of a Virtual Machine Scale Set\",\r\n \"operation\": \"Get all public IP addresses of a Virtual Machine Scale Set\",\r\n \"description\": \"Get properties of all public IP addresses of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Network interfaces of a virtual machine created using Virtual Machine Scale Set\",\r\n \"operation\": \"Get one or all network interfaces of a virtual machine created using Virtual Machine Scale Set\",\r\n \"description\": \"Get properties of one or all network interfaces of a virtual machine created using Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations/publicIPAddresses/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"IP address created using Virtual Machine Scale Set\",\r\n \"operation\": \"Get public IP address created using Virtual Machine Scale Set. Virtual Machine Scale Set can create at most one public IP per ipconfiguration (private IP)\",\r\n \"description\": \"Get properties of public IP address created using Virtual Machine Scale Set. Virtual Machine Scale Set can create at most one public IP per ipconfiguration (private IP)\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"IP configurations of a network interface created using Virtual Machine Scale Set\",\r\n \"operation\": \"Get one or all IP configurations of a network interface created using Virtual Machine Scale Set. IP configurations represent private IPs\",\r\n \"description\": \"Get properties of one or all IP configurations of a network interface created using Virtual Machine Scale Set. IP configurations represent private IPs\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Get CloudService.\",\r\n \"description\": \"Get the properties of a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Create or Update CloudService.\",\r\n \"description\": \"Created a new CloudService or Update an existing one.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Delete the CloudService.\",\r\n \"description\": \"Deletes the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/poweroff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Power off the CloudService.\",\r\n \"description\": \"Power off the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Starts the CloudService.\",\r\n \"description\": \"Starts the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Restarts one or more role instances in a CloudService.\",\r\n \"description\": \"Restarts one or more role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Reimage one or more role instances in a CloudService.\",\r\n \"description\": \"Rebuilds all the disks in the role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/rebuild/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Rebuilds all the disks in the role instances in a CloudService.\",\r\n \"description\": \"Reimage all the role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/delete/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Deletes role instances in a CloudService.\",\r\n \"description\": \"Deletes role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Instance View.\",\r\n \"operation\": \"Gets the status of a CloudService.\",\r\n \"description\": \"Gets the status of a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Deletes a RoleInstance from CloudService.\",\r\n \"description\": \"Deletes a RoleInstance from CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Gets a RoleInstance from CloudService.\",\r\n \"description\": \"Gets a RoleInstance from CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Restart a role instance of a CloudService\",\r\n \"description\": \"Restart a role instance of a CloudService\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Reimage a role instance of a CloudService.\",\r\n \"description\": \"Reimage a role instance of a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/rebuild/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Rebuild all the disks in a CloudService.\",\r\n \"description\": \"Rebuild all the disks in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/updateDomains/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Update Domains.\",\r\n \"operation\": \"Gets a list of all update domains in a CloudService.\",\r\n \"description\": \"Gets a list of all update domains in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service RoleInstance Instance View.\",\r\n \"operation\": \"Gets the status of a role instance from a CloudService.\",\r\n \"description\": \"Gets the status of a role instance from a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Services Metric Defintion.\",\r\n \"operation\": \"Gets the CloudService metrics definition\",\r\n \"description\": \"Gets the CloudService metrics definition\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles\",\r\n \"operation\": \"Gets a role from a CloudService.\",\r\n \"description\": \"Gets a role from a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles\",\r\n \"operation\": \"Scale instances in a Role\",\r\n \"description\": \"Scale instances in a Role\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles Metric Definitions\",\r\n \"operation\": \"Gets the CloudService Roles Metric Definitions\",\r\n \"description\": \"Gets the CloudService Roles Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudServices Diagnostic Settings\",\r\n \"operation\": \"Read the diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudServices Diagnostic Settings\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles Diagnostic Settings\",\r\n \"operation\": \"Read the diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the CloudService Roles.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles Diagnostic Settings\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the CloudService Roles\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/cloudServiceOsVersions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService OS Versions\",\r\n \"operation\": \"Read Cloud Service OS Version\",\r\n \"description\": \"Read any guest OS Version that can be specified in the XML service configuration (.cscfg) for a Cloud Service.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/cloudServiceOsFamilies/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService OS Families\",\r\n \"operation\": \"Read Cloud Service OS Family\",\r\n \"description\": \"Read any guest OS Family that can be specified in the XML service configuration (.cscfg) for a Cloud Service.\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Availability Sets\",\r\n \"operation\": \"Get Availablity Set\",\r\n \"description\": \"Get the properties of an availability set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Availability Sets\",\r\n \"operation\": \"Create or Update Availability Set\",\r\n \"description\": \"Creates a new availability set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Availability Sets\",\r\n \"operation\": \"Delete Availability Set\",\r\n \"description\": \"Deletes the availability set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/availabilitySets/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Size for Availability set\",\r\n \"operation\": \"List Virtual Machine Sizes for Availability Set\",\r\n \"description\": \"List available sizes for creating or updating a virtual machine in the availability set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Get Virtual Machine\",\r\n \"description\": \"Get the properties of a virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Create or Update Virtual Machine\",\r\n \"description\": \"Creates a new virtual machine or updates an existing virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Delete Virtual Machine\",\r\n \"description\": \"Deletes the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Start Virtual Machine\",\r\n \"description\": \"Starts the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Power Off Virtual Machine\",\r\n \"description\": \"Powers off the virtual machine. Note that the virtual machine will continue to be billed.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/reapply/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Reapply a virtual machine's current model\",\r\n \"description\": \"Reapplies a virtual machine's current model\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/redeploy/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Redeploy Virtual Machine\",\r\n \"description\": \"Redeploys virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Restart Virtual Machine\",\r\n \"description\": \"Restarts the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/retrieveBootDiagnosticsData/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Retrieve boot diagnostic logs blob URIs\",\r\n \"description\": \"Retrieves boot diagnostic logs blob URIs\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Deallocate Virtual Machine\",\r\n \"description\": \"Powers off the virtual machine and releases the compute resources\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/generalize/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Generalize Virtual Machine\",\r\n \"description\": \"Sets the virtual machine state to Generalized and prepares the virtual machine for capture\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/capture/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Capture Virtual Machine\",\r\n \"description\": \"Captures the virtual machine by copying virtual hard disks and generates a template that can be used to create similar virtual machines\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommand/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Run Command on Virtual Machine\",\r\n \"description\": \"Executes a predefined script on the virtual machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/convertToManagedDisks/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Convert Virtual Machine disks to Managed Disks\",\r\n \"description\": \"Converts the blob based disks of the virtual machine to managed disks\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/performMaintenance/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Perform Maintenance Redeploy\",\r\n \"description\": \"Performs Maintenance Operation on the VM.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Reimage Virtual Machine\",\r\n \"description\": \"Reimages virtual machine which is using differencing disk.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/login/action\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Log in to Virtual Machine\",\r\n \"description\": \"Log in to a virtual machine as a regular user\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Log in to Virtual Machine as administrator\",\r\n \"description\": \"Log in to a virtual machine with Windows administrator or Linux root user privileges\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/installPatches/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Install OS update patches on virtual machine\",\r\n \"description\": \"Installs available OS update patches on the virtual machine based on parameters provided by user. Assessment results containing list of available patches will also get refreshed as part of this.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/assessPatches/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Assess virtual machine for available OS update patches\",\r\n \"description\": \"Assesses the virtual machine and finds list of available OS update patches for it.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/cancelPatchInstallation/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Cancel install OS update patch operation on virtual machine\",\r\n \"description\": \"Cancels the ongoing install OS update patch operation on the virtual machine.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/simulateEviction/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machines\",\r\n \"operation\": \"Simulate Eviction of spot Virtual Machine\",\r\n \"description\": \"Simulates the eviction of spot Virtual Machine\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Instance View\",\r\n \"operation\": \"Get Virtual Machine Instance View\",\r\n \"description\": \"Gets the detailed runtime status of the virtual machine and its resources\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Size\",\r\n \"operation\": \"Lists Available Virtual Machine Sizes\",\r\n \"description\": \"Lists available sizes the virtual machine can be updated to\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/images/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Images\",\r\n \"operation\": \"Get Image\",\r\n \"description\": \"Get the properties of the Image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/images/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Images\",\r\n \"operation\": \"Create or Update Image\",\r\n \"description\": \"Creates a new Image or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/images/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Images\",\r\n \"operation\": \"Delete Image\",\r\n \"description\": \"Deletes the image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Point Collections\",\r\n \"operation\": \"Get Restore Point Collection\",\r\n \"description\": \"Get the properties of a restore point collection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Point Collections\",\r\n \"operation\": \"Create or Update Restore Point Collection\",\r\n \"description\": \"Creates a new restore point collection or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Point Collections\",\r\n \"operation\": \"Delete Restore Point Collection\",\r\n \"description\": \"Deletes the restore point collection and contained restore points\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Get Restore Point\",\r\n \"description\": \"Get the properties of a restore point\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Create Restore Point\",\r\n \"description\": \"Creates a new restore point\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Delete Restore Point\",\r\n \"description\": \"Deletes the restore point\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/retrieveSasUris/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Restore Points\",\r\n \"operation\": \"Get Restore Point along with blob SAS URIs\",\r\n \"description\": \"Get the properties of a restore point along with blob SAS URIs\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Proximity Placement Groups\",\r\n \"operation\": \"Get Proximity Placement Group\",\r\n \"description\": \"Get the Properties of a Proximity Placement Group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Proximity Placement Groups\",\r\n \"operation\": \"Create or Update Proximity Placement Group\",\r\n \"description\": \"Creates a new Proximity Placement Group or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Proximity Placement Groups\",\r\n \"operation\": \"Delete Proximity Placement Group\",\r\n \"description\": \"Deletes the Proximity Placement Group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Metric Definitions\",\r\n \"operation\": \"Get Virtual Machine Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Remaining\",\r\n \"displayName\": \"CPU Credits Remaining\",\r\n \"displayDescription\": \"Total number of credits available to burst. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Consumed\",\r\n \"displayName\": \"CPU Credits Consumed\",\r\n \"displayDescription\": \"Total number of credits consumed by the Virtual Machine. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Data Disk Read Bytes/sec\",\r\n \"displayName\": \"Data Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Bytes/sec\",\r\n \"displayName\": \"Data Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Read Operations/Sec\",\r\n \"displayName\": \"Data Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Operations/Sec\",\r\n \"displayName\": \"Data Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Queue Depth\",\r\n \"displayName\": \"Data Disk Queue Depth\",\r\n \"displayDescription\": \"Data Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target Bandwidth\",\r\n \"displayName\": \"Data Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target IOPS\",\r\n \"displayName\": \"Data Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayName\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst IOPS\",\r\n \"displayName\": \"Data Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Bytes/sec\",\r\n \"displayName\": \"OS Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Bytes/sec\",\r\n \"displayName\": \"OS Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Read Operations/Sec\",\r\n \"displayName\": \"OS Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Operations/Sec\",\r\n \"displayName\": \"OS Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Queue Depth\",\r\n \"displayName\": \"OS Disk Queue Depth\",\r\n \"displayDescription\": \"OS Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target Bandwidth\",\r\n \"displayName\": \"OS Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target IOPS\",\r\n \"displayName\": \"OS Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayName\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst IOPS\",\r\n \"displayName\": \"OS Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows\",\r\n \"displayName\": \"Inbound Flows\",\r\n \"displayDescription\": \"Inbound Flows are number of current flows in the inbound direction (traffic going into the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows\",\r\n \"displayName\": \"Outbound Flows\",\r\n \"displayDescription\": \"Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of inbound flows (traffic going into the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of outbound flows (traffic going out of the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayName\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayName\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayName\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayName\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"The log definition of Virtual Machine\",\r\n \"operation\": \"Get Virtual Machine log definitions\",\r\n \"description\": \"Gets the available logs for Virtual Machine.\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"SoftwareUpdates\",\r\n \"displayName\": \"SoftwareUpdates\"\r\n },\r\n {\r\n \"name\": \"SoftwareUpdateProfile\",\r\n \"displayName\": \"SoftwareUpdateProfile\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the Virtual Machine.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the Virtual Machine.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Extensions\",\r\n \"operation\": \"Get Virtual Machine Extension\",\r\n \"description\": \"Get the properties of a virtual machine extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Extensions\",\r\n \"operation\": \"Create or Update Virtual Machine Extension\",\r\n \"description\": \"Creates a new virtual machine extension or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Extensions\",\r\n \"operation\": \"Delete Virtual Machine Extension\",\r\n \"description\": \"Deletes the virtual machine extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Extensions for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Get extension for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Get the properties of an extension for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Extensions for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Create or Update extension for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Creates a new extension for Virtual Machine in Virtual Machine Scale Set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Extensions for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Delete extension for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the extension for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Extensions\",\r\n \"operation\": \"Get Virtual Machine Scale Set Extension\",\r\n \"description\": \"Gets the properties of a Virtual Machine Scale Set Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Extensions\",\r\n \"operation\": \"Create or Update Virtual Machine Scale Set Extension\",\r\n \"description\": \"Creates a new Virtual Machine Scale Set Extension or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Extensions\",\r\n \"operation\": \"Delete Virtual Machine Scale Set Extension\",\r\n \"description\": \"Deletes the Virtual Machine Scale Set Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/roles/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VirtualMachineScaleSet Extensions Role\",\r\n \"operation\": \"Get properties of Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"description\": \"Gets the properties of a Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/roles/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VirtualMachineScaleSet Extensions Role\",\r\n \"operation\": \"Update properties of Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"description\": \"Updates the properties of an existing Role in a Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommands/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine RunCommands\",\r\n \"operation\": \"Get Virtual Machine run command\",\r\n \"description\": \"Get the properties of a virtual machine run command\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommands/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine RunCommands\",\r\n \"operation\": \"Create or Update Virtual Machine run command\",\r\n \"description\": \"Creates a new virtual machine run command or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/runCommands/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine RunCommands\",\r\n \"operation\": \"Delete Virtual Machine run command\",\r\n \"description\": \"Deletes the virtual machine run command\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"RunCommands for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Get run command for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Get the properties of a run command for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"RunCommands for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Create or Update run command for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Creates a new run command for Virtual Machine in Virtual Machine Scale Set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"RunCommands for Virtual Machines in Virtual Machine Scale Set\",\r\n \"operation\": \"Delete run command for Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the run command for Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Get Virtual Machine Scale Set\",\r\n \"description\": \"Get the properties of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Create or Update Virtual Machine Scale Set\",\r\n \"description\": \"Creates a new Virtual Machine Scale Set or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Delete Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/delete/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Delete Virtual Machines in a Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Start Virtual Machine Scale Set\",\r\n \"description\": \"Starts the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/powerOff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Power Off Virtual Machine Scale Set\",\r\n \"description\": \"Powers off the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Restart Virtual Machine Scale Set\",\r\n \"description\": \"Restarts the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/deallocate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Deallocate Virtual Machine Scale Set\",\r\n \"description\": \"Powers off and releases the compute resources for the instances of the Virtual Machine Scale Set \"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/manualUpgrade/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Manual Upgrade Virtual Machine Scale Set\",\r\n \"description\": \"Manually updates instances to latest model of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Reimage Virtual Machine Scale Set\",\r\n \"description\": \"Reimages the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/reimageAll/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Reimage all Disks for a Virtual Machine Scale Set\",\r\n \"description\": \"Reimages all disks (OS Disk and Data Disks) for the instances of a Virtual Machine Scale Set \"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/redeploy/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Redeploy Virtual Machine Scale Set\",\r\n \"description\": \"Redeploy the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/performMaintenance/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Perform planned maintenance on a Virtual Machine Scale Set\",\r\n \"description\": \"Performs planned maintenance on the instances of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/scale/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Verify Scaling of Virtual Machine Scale Set\",\r\n \"description\": \"Verify if an existing Virtual Machine Scale Set can Scale In/Scale Out to specified instance count\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/forceRecoveryServiceFabricPlatformUpdateDomainWalk/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Manually walk platform update domains in a service fabric Virtual Machine Scale Set\",\r\n \"description\": \"Manually walk the platform update domains of a service fabric Virtual Machine Scale Set to finish a pending update that is stuck\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/osRollingUpgrade/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Upgrades OS on Virtual Machine Scale Set instances to the latest available Platform Image OS version.\",\r\n \"description\": \"Starts a rolling upgrade to move all Virtual Machine Scale Set instances to the latest available Platform Image OS version.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/setOrchestrationServiceState/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets\",\r\n \"operation\": \"Sets the state of an orchestration service in a Virtual Machine Scale Set.\",\r\n \"description\": \"Sets the state of an orchestration service based on the action provided in operation input.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set Instance View\",\r\n \"operation\": \"Get Virtual Machine Scale Set Instance View\",\r\n \"description\": \"Gets the instance view of the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set SKU\",\r\n \"operation\": \"List SKUs for Virtual Machine Scale Set\",\r\n \"description\": \"Lists the valid SKUs for an existing Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scalet Set Metric Definitions\",\r\n \"operation\": \"Get Virtual Machine Scalet Set Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine Scalet Set Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"CPU Credits Remaining\",\r\n \"displayName\": \"CPU Credits Remaining\",\r\n \"displayDescription\": \"Total number of credits available to burst. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Consumed\",\r\n \"displayName\": \"CPU Credits Consumed\",\r\n \"displayDescription\": \"Total number of credits consumed by the Virtual Machine. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Data Disk Read Bytes/sec\",\r\n \"displayName\": \"Data Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Bytes/sec\",\r\n \"displayName\": \"Data Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Read Operations/Sec\",\r\n \"displayName\": \"Data Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Operations/Sec\",\r\n \"displayName\": \"Data Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Queue Depth\",\r\n \"displayName\": \"Data Disk Queue Depth\",\r\n \"displayDescription\": \"Data Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target Bandwidth\",\r\n \"displayName\": \"Data Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target IOPS\",\r\n \"displayName\": \"Data Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayName\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst IOPS\",\r\n \"displayName\": \"Data Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Bytes/sec\",\r\n \"displayName\": \"OS Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Write Bytes/sec\",\r\n \"displayName\": \"OS Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Operations/Sec\",\r\n \"displayName\": \"OS Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Write Operations/Sec\",\r\n \"displayName\": \"OS Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Queue Depth\",\r\n \"displayName\": \"OS Disk Queue Depth\",\r\n \"displayDescription\": \"OS Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target Bandwidth\",\r\n \"displayName\": \"OS Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target IOPS\",\r\n \"displayName\": \"OS Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayName\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst IOPS\",\r\n \"displayName\": \"OS Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows\",\r\n \"displayName\": \"Inbound Flows\",\r\n \"displayDescription\": \"Inbound Flows are number of current flows in the inbound direction (traffic going into the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Outbound Flows\",\r\n \"displayName\": \"Outbound Flows\",\r\n \"displayDescription\": \"Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of inbound flows (traffic going into the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of outbound flows (traffic going out of the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayName\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayName\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayName\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayName\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"VMName\",\r\n \"displayName\": \"VMName\",\r\n \"internalName\": \"VMName\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"The log definition of Virtual Machine Scale Sets\",\r\n \"operation\": \"Get Virtual Machine Scale Set log definitions\",\r\n \"description\": \"Gets the available logs for Virtual Machine Scale Sets.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set\",\r\n \"operation\": \"Read the diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the Virtual Machine Scale set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets Rolling Upgrades\",\r\n \"operation\": \"Gets the latest Rolling Upgrade status for a Virtual Machine Scale Set\",\r\n \"description\": \"Get latest Rolling Upgrade status for a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Sets Rolling Upgrades\",\r\n \"operation\": \"Cancel Virtual Machine Scale Set Rolling Upgrade operation\",\r\n \"description\": \"Cancels the rolling upgrade of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/osUpgradeHistory/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Scale Set OS Upgrade History\",\r\n \"operation\": \"Gets the history of OS upgrades for a Virtual Machine Scale Set\",\r\n \"description\": \"Gets the history of OS upgrades for a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Gets the properties of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves the properties of a Virtual Machine in a VM Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Updates the properties of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Updates the properties of a Virtual Machine in a VM Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Delete Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Delete a specific Virtual Machine in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Start Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Starts a Virtual Machine instance in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/powerOff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Power off Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Powers Off a Virtual Machine instance in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Restart Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Restarts a Virtual Machine instance in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/deallocate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Deallocate Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Powers off and releases the compute resources for a Virtual Machine in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Reimage Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Reimages a Virtual Machine instance in a Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/reimageAll/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Reimage all Disks for a Virtual Machine instance in a Virtual Machine Scale Set.\",\r\n \"description\": \"Reimages all disks (OS Disk and Data Disks) for Virtual Machine instance in a Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/redeploy/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Redeploy Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Redeploys a Virtual Machine instance in a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/retrieveBootDiagnosticsData/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Retrieve boot diagnostic logs blob URIs of Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves boot diagnostic logs blob URIs of Virtual Machine instance in a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/performMaintenance/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Perform planned maintenance on a Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Performs planned maintenance on a Virtual Machine instance in a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommand/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Run Command on a Virtual Machine instance in a Virtual Machine Scale Set.\",\r\n \"description\": \"Executes a predefined script on a Virtual Machine instance in a Virtual Machine Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/simulateEviction/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set\",\r\n \"operation\": \"Simulate Eviction of spot Virtual Machine in Virtual Machine Scale Set\",\r\n \"description\": \"Simulates the eviction of spot Virtual Machine in Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Instance View of Virtual Machine in Scale Set\",\r\n \"operation\": \"Gets Instance View of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves the instance view of a Virtual Machine in a VM Scale Set.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Hosts\",\r\n \"operation\": \"Get Host\",\r\n \"description\": \"Get the properties of a host\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Hosts\",\r\n \"operation\": \"Create or Update Host\",\r\n \"description\": \"Creates a new host or updates an existing host\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Hosts\",\r\n \"operation\": \"Delete Host\",\r\n \"description\": \"Deletes the host\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Host Groups\",\r\n \"operation\": \"Get Host Group\",\r\n \"description\": \"Get the properties of a host group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Host Groups\",\r\n \"operation\": \"Create or Update Host Group\",\r\n \"description\": \"Creates a new host group or updates an existing host group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/hostGroups/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Host Groups\",\r\n \"operation\": \"Delete Host Group\",\r\n \"description\": \"Deletes the host group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservations\",\r\n \"operation\": \"Get Capacity Reservation\",\r\n \"description\": \"Get the properties of a capacity reservation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservations\",\r\n \"operation\": \"Create or Update Capacity Reservation\",\r\n \"description\": \"Creates a new capacity reservation or updates an existing capacity reservation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservations\",\r\n \"operation\": \"Delete Capacity Reservation\",\r\n \"description\": \"Deletes the capacity reservation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservation Groups\",\r\n \"operation\": \"Get Capacity Reservation Group\",\r\n \"description\": \"Get the properties of a capacity reservation group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservation Groups\",\r\n \"operation\": \"Create or Update Capacity Reservation Group\",\r\n \"description\": \"Creates a new capacity reservation group or updates an existing capacity reservation group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/capacityReservationGroups/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Capacity Reservation Groups\",\r\n \"operation\": \"Delete Capacity Reservation Group\",\r\n \"description\": \"Deletes the capacity reservation group\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Get SSH Public Key\",\r\n \"description\": \"Get the properties of an SSH public key\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Create or Update SSH Public Key\",\r\n \"description\": \"Creates a new SSH public key or updates an existing SSH public key\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Delete SSH Public Key\",\r\n \"description\": \"Deletes the SSH public key\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/generateKeyPair/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SSH Public Keys\",\r\n \"operation\": \"Generate SSH Key Pair\",\r\n \"description\": \"Generates a new SSH public/private key pair\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine in Scale Set Metric Definitions\",\r\n \"operation\": \"Get Virtual Machine in Scale Set Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine in Scale Set Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out Billable (Deprecated)\",\r\n \"displayDescription\": \"The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) (Deprecated)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Remaining\",\r\n \"displayName\": \"CPU Credits Remaining\",\r\n \"displayDescription\": \"Total number of credits available to burst. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CPU Credits Consumed\",\r\n \"displayName\": \"CPU Credits Consumed\",\r\n \"displayDescription\": \"Total number of credits consumed by the Virtual Machine. Only available on B-series burstable VMs\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Data Disk Read Bytes/sec\",\r\n \"displayName\": \"Data Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Bytes/sec\",\r\n \"displayName\": \"Data Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Read Operations/Sec\",\r\n \"displayName\": \"Data Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Write Operations/Sec\",\r\n \"displayName\": \"Data Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Queue Depth\",\r\n \"displayName\": \"Data Disk Queue Depth\",\r\n \"displayDescription\": \"Data Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"Data Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"Data Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of data disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target Bandwidth\",\r\n \"displayName\": \"Data Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Target IOPS\",\r\n \"displayName\": \"Data Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS Data Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayName\": \"Data Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Max Burst IOPS\",\r\n \"displayName\": \"Data Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS Data Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"Data Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of Data Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Read Bytes/sec\",\r\n \"displayName\": \"OS Disk Read Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec read from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Bytes/sec\",\r\n \"displayName\": \"OS Disk Write Bytes/Sec\",\r\n \"displayDescription\": \"Bytes/Sec written to a single disk during monitoring period for OS disk\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Read Operations/Sec\",\r\n \"displayName\": \"OS Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Read IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Write Operations/Sec\",\r\n \"displayName\": \"OS Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Write IOPS from a single disk during monitoring period for OS disk\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Queue Depth\",\r\n \"displayName\": \"OS Disk Queue Depth\",\r\n \"displayDescription\": \"OS Disk Queue Depth(or Queue Length)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayName\": \"OS Disk Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk bandwidth consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayName\": \"OS Disk IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of operating system disk I/Os consumed per minute\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target Bandwidth\",\r\n \"displayName\": \"OS Disk Target Bandwidth\",\r\n \"displayDescription\": \"Baseline bytes per second throughput OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Target IOPS\",\r\n \"displayName\": \"OS Disk Target IOPS\",\r\n \"displayDescription\": \"Baseline IOPS OS Disk can achieve without bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayName\": \"OS Disk Max Burst Bandwidth\",\r\n \"displayDescription\": \"Maximum bytes per second throughput OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Max Burst IOPS\",\r\n \"displayName\": \"OS Disk Max Burst IOPS\",\r\n \"displayDescription\": \"Maximum IOPS OS Disk can achieve with bursting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst BPS Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst bandwidth credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayName\": \"OS Disk Used Burst IO Credits Percentage\",\r\n \"displayDescription\": \"Percentage of OS Disk burst I/O credits used so far\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Inbound Flows\",\r\n \"displayName\": \"Inbound Flows\",\r\n \"displayDescription\": \"Inbound Flows are number of current flows in the inbound direction (traffic going into the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows\",\r\n \"displayName\": \"Outbound Flows\",\r\n \"displayDescription\": \"Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM)\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Inbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of inbound flows (traffic going into the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayName\": \"Outbound Flows Maximum Creation Rate\",\r\n \"displayDescription\": \"The maximum creation rate of outbound flows (traffic going out of the VM)\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayName\": \"Premium Data Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayName\": \"Premium Data Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium Data Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"LUN\",\r\n \"displayName\": \"LUN\",\r\n \"internalName\": \"LUN\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayName\": \"Premium OS Disk Cache Read Hit\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Hit\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayName\": \"Premium OS Disk Cache Read Miss\",\r\n \"displayDescription\": \"Premium OS Disk Cache Read Miss\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Cached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Cached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of cached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayName\": \"VM Uncached Bandwidth Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk bandwidth consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayName\": \"VM Uncached IOPS Consumed Percentage\",\r\n \"displayDescription\": \"Percentage of uncached disk IOPS consumed by the VM\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Size for Virtual Machine Scale Set\",\r\n \"operation\": \"List Virtual Machine Sizes for a Virtual Machine Scale Set\",\r\n \"description\": \"List available sizes for creating or updating a virtual machine in the Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Virtual Machine Sizes\",\r\n \"operation\": \"List Available Virtual Machine Sizes in Location\",\r\n \"description\": \"Lists available virtual machine sizes in a location\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/operations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Operation\",\r\n \"operation\": \"Get Operation\",\r\n \"description\": \"Gets the status of an asynchronous operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/vsmOperations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Operation for Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"operation\": \"Get Operation for Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\",\r\n \"description\": \"Gets the status of an asynchronous operation for Virtual Machine Scale Set with the Virtual Machine Runtime Service Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/usages/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Usage Metrics\",\r\n \"operation\": \"Get Usage Metrics\",\r\n \"description\": \"Gets service limits and current usage quantities for the subscription's compute resources in a location\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/runCommands/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Run Commands\",\r\n \"operation\": \"Lists Run Commands\",\r\n \"description\": \"Lists available run commands in location\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/logAnalytics/getRequestRateByInterval/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Log Analytics\",\r\n \"operation\": \"Create logs to show total requests by time interval\",\r\n \"description\": \"Create logs to show total requests by time interval to aid throttling diagnostics.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/logAnalytics/getThrottledRequests/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Log Analytics\",\r\n \"operation\": \"Create logs to show aggregates of throttled requests\",\r\n \"description\": \"Create logs to show aggregates of throttled requests grouped by ResourceName, OperationName, or the applied Throttle Policy.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/operations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Available Compute Operations\",\r\n \"operation\": \"List Available Compute Operations\",\r\n \"description\": \"Lists operations available on Microsoft.Compute resource provider\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/register/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Compute Register Subscription\",\r\n \"operation\": \"Register Subscription for Compute\",\r\n \"description\": \"Registers Subscription with Microsoft.Compute resource provider\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/unregister/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Compute Register Subscription\",\r\n \"operation\": \"Unregister Subscription for Compute\",\r\n \"description\": \"Unregisters Subscription with Microsoft.Compute resource provider\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Skus\",\r\n \"operation\": \"Gets the list of Microsoft.Compute SKUs available for your Subscription\",\r\n \"description\": \"Gets the list of Microsoft.Compute SKUs available for your Subscription\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Installation Results\",\r\n \"operation\": \"Summarizes latest patch installation operation results\",\r\n \"description\": \"Retrieves the summary of the latest patch installation operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Installation Software Patches Results\",\r\n \"operation\": \"Lists all patches considered in patch installation operation\",\r\n \"description\": \"Retrieves list of patches attempted to be installed during the last patch installation operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Assessment Results\",\r\n \"operation\": \"Summarizes latest patch assessment operation results\",\r\n \"description\": \"Retrieves the summary of the latest patch assessment operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Patch Assessment Software Patches Results\",\r\n \"operation\": \"Lists all patches assessed in patch assessment operation\",\r\n \"description\": \"Retrieves list of patches assessed during the last patch assessment operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Get Disk\",\r\n \"description\": \"Get the properties of a Disk\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Create or Update Disk\",\r\n \"description\": \"Creates a new Disk or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Delete Disk\",\r\n \"description\": \"Deletes the Disk\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/beginGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Get Disk SAS URI\",\r\n \"description\": \"Get the SAS URI of the Disk for blob access\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/disks/endGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Disks\",\r\n \"operation\": \"Revoke Disk SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the Disk\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Get Snapshot\",\r\n \"description\": \"Get the properties of a Snapshot\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Create or Update Snapshot\",\r\n \"description\": \"Create a new Snapshot or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Delete Snapshot\",\r\n \"description\": \"Delete a Snapshot\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/beginGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Get Snapshot SAS URI\",\r\n \"description\": \"Get the SAS URI of the Snapshot for blob access\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/snapshots/endGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Snapshots\",\r\n \"operation\": \"Revoke Snapshot SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the Snapshot\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskEncryptionSets\",\r\n \"operation\": \"Get disk encryption set\",\r\n \"description\": \"Get the properties of a disk encryption set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskEncryptionSets\",\r\n \"operation\": \"Create or update disk encryption set\",\r\n \"description\": \"Create a new disk encryption set or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskEncryptionSets\",\r\n \"operation\": \"Delete disk encryption set\",\r\n \"description\": \"Delete a disk encryption set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccesses\",\r\n \"operation\": \"Get DiskAccess\",\r\n \"description\": \"Get the properties of DiskAccess resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccesses\",\r\n \"operation\": \"Create or Update DiskAccess\",\r\n \"description\": \"Create a new DiskAccess resource or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccesses\",\r\n \"operation\": \"Delete DiskAccess\",\r\n \"description\": \"Delete a DiskAccess resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnections\",\r\n \"operation\": \"Delete PrivateEndpointConnection\",\r\n \"description\": \"Delete a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnections\",\r\n \"operation\": \"Get PrivateEndpointConnection\",\r\n \"description\": \"Get a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnections\",\r\n \"operation\": \"Approve or Reject PrivateEndpointConnection\",\r\n \"description\": \"Approve or Reject a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Get PrivateEndpointConnectionProxy\",\r\n \"description\": \"Get the properties of a private endpoint connection proxy\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Create PrivateEndpointConnectionProxy\",\r\n \"description\": \"Create a new Private Endpoint Connection Proxy\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Delete PrivateEndpointConnectionProxy\",\r\n \"description\": \"Delete a Private Endpoint Connection Proxy\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/validate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection proxies\",\r\n \"operation\": \"Validate PrivateEndpointConnectionProxy\",\r\n \"description\": \"Validate a Private Endpoint Connection Proxy object\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnectionsApproval/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskAccess PrivateEndpointConnection Approval\",\r\n \"operation\": \"Auto Approve PrivateEndpointConnections\",\r\n \"description\": \"Auto Approve a Private Endpoint Connection\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/diskOperations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskOperation\",\r\n \"operation\": \"Get Disk Operation\",\r\n \"description\": \"Gets the status of an asynchronous Disk operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/privateEndpointConnectionProxyAzureAsyncOperation/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"PrivateEndpointConnectionProxy AzureAsyncOperation\",\r\n \"operation\": \"Get PrivateEndpointConnectionProxy Operation\",\r\n \"description\": \"Get the status of asynchronous Private Endpoint Connection Proxy operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/privateEndpointConnectionProxyOperationResults/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"PrivateEndpointConnectionProxyOperation Results\",\r\n \"operation\": \"Get PrivateEndpointConnectionProxyOperationResults\",\r\n \"description\": \"Get the results of Private Endpoint Connection Proxy operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskRestorePoint\",\r\n \"operation\": \"Get incremental DiskRestorePoint\",\r\n \"description\": \"Get the properties of an incremental DiskRestorePoint\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/beginGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskRestorePoint\",\r\n \"operation\": \"Get incremental DiskRestorePoint SAS URI\",\r\n \"description\": \"Get the SAS URI of the incremental DiskRestorePoint\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/endGetAccess/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiskRestorePoint\",\r\n \"operation\": \"Revoke incremental DiskRestorePoint SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the incremental DiskRestorePoint\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImages\",\r\n \"operation\": \"Get SharedVMImage\",\r\n \"description\": \"Get the properties of a SharedVMImage\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImages\",\r\n \"operation\": \"Create or Update SharedVMImage\",\r\n \"description\": \"Creates a new SharedVMImage or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImages\",\r\n \"operation\": \"Delete SharedVMImage\",\r\n \"description\": \"Deletes the SharedVMImage\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Get SharedVMImageVersion\",\r\n \"description\": \"Get the properties of a SharedVMImageVersion\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Create or Update SharedVMImageVersion\",\r\n \"description\": \"Create a new SharedVMImageVersion or update an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Delete SharedVMImageVersion\",\r\n \"description\": \"Delete a SharedVMImageVersion\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMImages/versions/replicate/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMImageVersions\",\r\n \"operation\": \"Replicate SharedVMImageVersion\",\r\n \"description\": \"Replicate a SharedVMImageVersion to target regions\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/capsOperations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CapsOperation\",\r\n \"operation\": \"Get Caps Operation\",\r\n \"description\": \"Gets the status of an asynchronous Caps operation\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Get Gallery\",\r\n \"description\": \"Gets the properties of Gallery\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Create or Update Gallery\",\r\n \"description\": \"Creates a new Gallery or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Delete Gallery\",\r\n \"description\": \"Deletes the Gallery\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/share/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Galleries\",\r\n \"operation\": \"Share Gallery\",\r\n \"description\": \"Shares a Gallery to different scopes\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImages\",\r\n \"operation\": \"Get Gallery Image\",\r\n \"description\": \"Gets the properties of Gallery Image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImages\",\r\n \"operation\": \"Create or Update Gallery Image\",\r\n \"description\": \"Creates a new Gallery Image or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImages\",\r\n \"operation\": \"Delete Gallery Image\",\r\n \"description\": \"Deletes the Gallery Image\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImageVersions\",\r\n \"operation\": \"Get Gallery Image Version\",\r\n \"description\": \"Gets the properties of Gallery Image Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImageVersions\",\r\n \"operation\": \"Create or Update Gallery Image Version\",\r\n \"description\": \"Creates a new Gallery Image Version or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryImageVersions\",\r\n \"operation\": \"Delete Gallery Image Version\",\r\n \"description\": \"Deletes the Gallery Image Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplications\",\r\n \"operation\": \"Get Gallery Application\",\r\n \"description\": \"Gets the properties of Gallery Application\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplications\",\r\n \"operation\": \"Create or Update Gallery Application\",\r\n \"description\": \"Creates a new Gallery Application or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplications\",\r\n \"operation\": \"Delete Gallery Application\",\r\n \"description\": \"Deletes the Gallery Application\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplicationVersions\",\r\n \"operation\": \"Get Gallery Application Version\",\r\n \"description\": \"Gets the properties of Gallery Application Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplicationVersions\",\r\n \"operation\": \"Create or Update Gallery Application Version\",\r\n \"description\": \"Creates a new Gallery Application Version or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"GalleryApplicationVersions\",\r\n \"operation\": \"Delete Gallery Application Version\",\r\n \"description\": \"Deletes the Gallery Application Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensions\",\r\n \"operation\": \"Get Shared VM Extension\",\r\n \"description\": \"Gets the properties of Shared VM Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensions\",\r\n \"operation\": \"Create or Update Shared VM Extension\",\r\n \"description\": \"Creates a new Shared VM Extension or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensions\",\r\n \"operation\": \"Delete Shared VM Extension\",\r\n \"description\": \"Deletes the Shared VM Extension\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensionVersions\",\r\n \"operation\": \"Get Shared VM Extension Version\",\r\n \"description\": \"Gets the properties of Shared VM Extension Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/versions/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensionVersions\",\r\n \"operation\": \"Create or Update Shared VM Extension Version\",\r\n \"description\": \"Creates a new Shared VM Extension Version or updates an existing one\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/sharedVMExtensions/versions/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"SharedVMExtensionVersions\",\r\n \"operation\": \"Delete Shared VM Extension Version\",\r\n \"description\": \"Deletes the Shared VM Extension Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Publishers\",\r\n \"operation\": \"Get Publisher\",\r\n \"description\": \"Get the properties of a Publisher\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/offers/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Offers\",\r\n \"operation\": \"Get Platform Image Offer\",\r\n \"description\": \"Get the properties of a Platform Image Offer\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Skus\",\r\n \"operation\": \"Get Platform Image Sku\",\r\n \"description\": \"Get the properties of a Platform Image Sku\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Versions\",\r\n \"operation\": \"Get Platform Image Version\",\r\n \"description\": \"Get the properties of a Platform Image Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/edgeZones/publishers/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Publishers in an edge zone\",\r\n \"operation\": \"Get Publisher in an edge zone\",\r\n \"description\": \"Get the properties of a Publisher in an edge zone\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Offers in an edge zone\",\r\n \"operation\": \"Get Platform Image Offer in an edge zone\",\r\n \"description\": \"Get the properties of a Platform Image Offer in an edge zone\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Skus in an edge zone\",\r\n \"operation\": \"Get Platform Image Sku in an edge zone\",\r\n \"description\": \"Get the properties of a Platform Image Sku in an edge zone\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Platform Image Versions in an edge zone\",\r\n \"operation\": \"Get Platform Image Version in an edge zone\",\r\n \"description\": \"Get the properties of a Platform Image Version in an edge zone\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VMExtension Types\",\r\n \"operation\": \"Get VMExtension Type\",\r\n \"description\": \"Get the properties of a VMExtension Type\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"VMExtension Versions\",\r\n \"operation\": \"Get VMExtension Version\",\r\n \"description\": \"Get the properties of a VMExtension Version\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/networkInterfaces/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Network interfaces of a Virtual Machine Scale Set\",\r\n \"operation\": \"Get all network interfaces of a Virtual Machine Scale Set\",\r\n \"description\": \"Get properties of all network interfaces of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/publicIPAddresses/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Public IP addresses of a Virtual Machine Scale Set\",\r\n \"operation\": \"Get all public IP addresses of a Virtual Machine Scale Set\",\r\n \"description\": \"Get properties of all public IP addresses of a Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Network interfaces of a virtual machine created using Virtual Machine Scale Set\",\r\n \"operation\": \"Get one or all network interfaces of a virtual machine created using Virtual Machine Scale Set\",\r\n \"description\": \"Get properties of one or all network interfaces of a virtual machine created using Virtual Machine Scale Set\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations/publicIPAddresses/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"IP address created using Virtual Machine Scale Set\",\r\n \"operation\": \"Get public IP address created using Virtual Machine Scale Set. Virtual Machine Scale Set can create at most one public IP per ipconfiguration (private IP)\",\r\n \"description\": \"Get properties of public IP address created using Virtual Machine Scale Set. Virtual Machine Scale Set can create at most one public IP per ipconfiguration (private IP)\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"IP configurations of a network interface created using Virtual Machine Scale Set\",\r\n \"operation\": \"Get one or all IP configurations of a network interface created using Virtual Machine Scale Set. IP configurations represent private IPs\",\r\n \"description\": \"Get properties of one or all IP configurations of a network interface created using Virtual Machine Scale Set. IP configurations represent private IPs\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Get CloudService.\",\r\n \"description\": \"Get the properties of a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Create or Update CloudService.\",\r\n \"description\": \"Created a new CloudService or Update an existing one.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Delete the CloudService.\",\r\n \"description\": \"Deletes the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/poweroff/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Power off the CloudService.\",\r\n \"description\": \"Power off the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/start/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Starts the CloudService.\",\r\n \"description\": \"Starts the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Restarts one or more role instances in a CloudService.\",\r\n \"description\": \"Restarts one or more role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Reimage one or more role instances in a CloudService.\",\r\n \"description\": \"Rebuilds all the disks in the role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/rebuild/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Rebuilds all the disks in the role instances in a CloudService.\",\r\n \"description\": \"Reimage all the role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/delete/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Resource\",\r\n \"operation\": \"Deletes role instances in a CloudService.\",\r\n \"description\": \"Deletes role instances in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Instance View.\",\r\n \"operation\": \"Gets the status of a CloudService.\",\r\n \"description\": \"Gets the status of a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Deletes a RoleInstance from CloudService.\",\r\n \"description\": \"Deletes a RoleInstance from CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Gets a RoleInstance from CloudService.\",\r\n \"description\": \"Gets a RoleInstance from CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/restart/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Restart a role instance of a CloudService\",\r\n \"description\": \"Restart a role instance of a CloudService\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/reimage/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Reimage a role instance of a CloudService.\",\r\n \"description\": \"Reimage a role instance of a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/rebuild/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Role Instance\",\r\n \"operation\": \"Rebuild all the disks in a CloudService.\",\r\n \"description\": \"Rebuild all the disks in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/updateDomains/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service Update Domains.\",\r\n \"operation\": \"Gets a list of all update domains in a CloudService.\",\r\n \"description\": \"Gets a list of all update domains in a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roleInstances/instanceView/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Service RoleInstance Instance View.\",\r\n \"operation\": \"Gets the status of a role instance from a CloudService.\",\r\n \"description\": \"Gets the status of a role instance from a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Cloud Services Metric Defintion.\",\r\n \"operation\": \"Gets the CloudService metrics definition\",\r\n \"description\": \"Gets the CloudService metrics definition\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles\",\r\n \"operation\": \"Gets a role from a CloudService.\",\r\n \"description\": \"Gets a role from a CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles\",\r\n \"operation\": \"Scale instances in a Role\",\r\n \"description\": \"Scale instances in a Role\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles Metric Definitions\",\r\n \"operation\": \"Gets the CloudService Roles Metric Definitions\",\r\n \"description\": \"Gets the CloudService Roles Metric Definitions\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Available Memory Bytes\",\r\n \"displayName\": \"Available Memory Bytes (Preview)\",\r\n \"displayDescription\": \"Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network In Total\",\r\n \"displayName\": \"Network In Total\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Network Out Total\",\r\n \"displayName\": \"Network Out Total\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"RoleInstanceId\",\r\n \"displayName\": \"RoleInstanceId\",\r\n \"internalName\": \"RoleInstanceId\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"RoleId\",\r\n \"displayName\": \"RoleId\",\r\n \"internalName\": \"RoleId\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudServices Diagnostic Settings\",\r\n \"operation\": \"Read the diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudServices Diagnostic Settings\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the CloudService.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles Diagnostic Settings\",\r\n \"operation\": \"Read the diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the CloudService Roles.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService Roles Diagnostic Settings\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the CloudService Roles\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/cloudServiceOsVersions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService OS Versions\",\r\n \"operation\": \"Read Cloud Service OS Version\",\r\n \"description\": \"Read any guest OS Version that can be specified in the XML service configuration (.cscfg) for a Cloud Service.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/cloudServiceOsFamilies/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"CloudService OS Families\",\r\n \"operation\": \"Read Cloud Service OS Family\",\r\n \"description\": \"Read any guest OS Family that can be specified in the XML service configuration (.cscfg) for a Cloud Service.\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/diagnostics/diskInspection/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Diagnostics\",\r\n \"operation\": \"Run DiskInspection Diagnostic\",\r\n \"description\": \"Create a request for executing DiskInspection Diagnostic\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/diagnostics/diskInspection/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Diagnostics\",\r\n \"operation\": \"Get DiskInspection Diagnostics\",\r\n \"description\": \"Gets the properties of DiskInspection Diagnostic\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/diagnostics/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"Diagnostics\",\r\n \"operation\": \"Get Compute Diagnostics\",\r\n \"description\": \"Gets the properties of all available Compute Disgnostics\"\r\n }\r\n },\r\n {\r\n \"origin\": \"user,system\",\r\n \"name\": \"Microsoft.Compute/locations/diagnosticOperations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Compute\",\r\n \"resource\": \"DiagnosticOperations\",\r\n \"operation\": \"Gets Compute DiagnsoticOperation\",\r\n \"description\": \"Gets status of a Compute Diagnostic operation\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ProximityPlacementGroupTests/TestProximityPlacementGroupsOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ProximityPlacementGroupTests/TestProximityPlacementGroupsOperations.json index c4e8b61cf7c2e..dffa669f81f91 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ProximityPlacementGroupTests/TestProximityPlacementGroupsOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/ProximityPlacementGroupTests/TestProximityPlacementGroupsOperations.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7926_1?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5MjZfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8311_1?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzMTFfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7926_1\": \"2021-06-29 20:52:20Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8311_1\": \"2021-11-17 09:07:19Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c5632095-8fc5-4770-bd22-93f5b8fb11b9" + "5b40a45c-07ce-4594-be4c-b7996692c065" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:21 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "058fe433-1424-4fbd-905b-17e94ffec707" + "9fd60511-539c-4b6f-afab-10cf7debd742" ], "x-ms-correlation-request-id": [ - "058fe433-1424-4fbd-905b-17e94ffec707" + "9fd60511-539c-4b6f-afab-10cf7debd742" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205223Z:058fe433-1424-4fbd-905b-17e94ffec707" + "EASTUS2:20211117T090721Z:9fd60511-539c-4b6f-afab-10cf7debd742" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:22 GMT" - ], "Content-Length": [ "240" ], @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1\",\r\n \"name\": \"crptestar7926_1\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7926_1\": \"2021-06-29 20:52:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1\",\r\n \"name\": \"crptestar8311_1\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8311_1\": \"2021-11-17 09:07:19Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7926_1?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5MjZfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8311_1?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzMTFfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7926_1\": \"2021-06-29 20:55:24Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8311_1\": \"2021-11-17 09:10:43Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3f84911-7ac1-4470-93d5-fa63c222a375" + "5b3caff1-533d-4b9e-9070-642b0ad258c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -95,6 +95,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -102,13 +105,13 @@ "1197" ], "x-ms-request-id": [ - "89103d8a-f560-4041-9362-1ce41a42cb52" + "52738ce2-b50b-4a1c-806c-85b46b25212c" ], "x-ms-correlation-request-id": [ - "89103d8a-f560-4041-9362-1ce41a42cb52" + "52738ce2-b50b-4a1c-806c-85b46b25212c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205526Z:89103d8a-f560-4041-9362-1ce41a42cb52" + "EASTUS2:20211117T091043Z:52738ce2-b50b-4a1c-806c-85b46b25212c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -116,9 +119,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:26 GMT" - ], "Content-Length": [ "240" ], @@ -129,26 +129,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1\",\r\n \"name\": \"crptestar7926_1\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7926_1\": \"2021-06-29 20:55:24Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1\",\r\n \"name\": \"crptestar8311_1\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8311_1\": \"2021-11-17 09:10:43Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc5NDY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcyNzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85d5cd0b-0acd-4bb6-9d34-99916d509e09" + "28f91878-d281-467a-9e5c-7f6672057c86" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -161,9 +161,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;499" ], @@ -171,27 +178,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6486a120-8fff-4ee5-b635-12a32bca2fdf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c4b93a9-49e6-410f-950f-3b4e3552ceb3" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "4fdda488-7864-4c3a-a214-296ecc079726" + "f344a159-8e00-490c-9196-685bc297065e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205231Z:4fdda488-7864-4c3a-a214-296ecc079726" + "EASTUS2:20211117T090730Z:f344a159-8e00-490c-9196-685bc297065e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:31 GMT" - ], "Content-Length": [ "406" ], @@ -202,26 +202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg9464\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg2770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc5NDY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcyNzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3d716b57-fb35-47db-9993-fd9b338fd08a" + "fa30fd5c-35f9-4f5e-8002-b28b2da2d066" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -234,9 +234,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;98,Microsoft.Compute/PutDeletePPG30Min;498" ], @@ -244,27 +251,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "014b2e09-fe1a-492c-954c-7724b17026dc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "93df5abc-8e3e-4a04-902c-4a630fc567af" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "71183029-341c-418c-9514-f724b46a1f73" + "a09ca935-f624-46c5-8c5b-0e19d21ce978" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205235Z:71183029-341c-418c-9514-f724b46a1f73" + "EASTUS2:20211117T090734Z:a09ca935-f624-46c5-8c5b-0e19d21ce978" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:34 GMT" - ], "Content-Length": [ "441" ], @@ -275,26 +275,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg9464\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg2770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc5NDY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcyNzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cd8e02f5-7cae-4bac-a0e5-436c95b6f47c" + "8522060a-90f9-4326-86d4-4448f9c44370" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -307,9 +307,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;97,Microsoft.Compute/PutDeletePPG30Min;497" ], @@ -317,27 +324,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7665e60-8a63-4e77-8015-6f7038b9a4a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "da194a40-b4b7-4770-986e-12ede85160a4" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "70dd1bfd-ed5f-4dc5-bb8b-88aa695a841f" + "06c3e041-cc2f-40b5-aaa9-2dbacacfea2b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205236Z:70dd1bfd-ed5f-4dc5-bb8b-88aa695a841f" + "EASTUS2:20211117T090734Z:06c3e041-cc2f-40b5-aaa9-2dbacacfea2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:35 GMT" - ], "Content-Length": [ "262" ], @@ -352,59 +352,59 @@ "StatusCode": 409 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc5NDY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcyNzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f105922-6cdc-4829-b042-032fb03a903c" + "4d6a405d-9da3-444c-8e56-a824af8a762f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;697" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5a1e5a9-fc0e-4359-ab29-92fdbe51a381" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9a26a76-12b0-4f05-8445-61741dc0cdf1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-correlation-request-id": [ - "f80b3b49-1968-494a-bebe-10004806a7cf" + "7643eecc-92a0-4c0e-8940-f37346b1ad2a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205235Z:f80b3b49-1968-494a-bebe-10004806a7cf" + "EASTUS2:20211117T090734Z:7643eecc-92a0-4c0e-8940-f37346b1ad2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:34 GMT" - ], "Content-Length": [ "534" ], @@ -415,26 +415,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg9464\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg2770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc5NDY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcyNzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\",\r\n \"UpdateTag2\": \"updateValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7e2e69fc-adea-44f9-b330-07f01de084d0" + "1b404549-6fdd-4474-b310-e0b68b48bee0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -447,9 +447,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;96,Microsoft.Compute/PutDeletePPG30Min;496" ], @@ -457,27 +464,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06d3aedb-f64f-4b07-a69a-f5d14aea72e6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b5dfb361-0e19-4b84-ade7-4bf2d649ae86" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "17c98f06-75ff-406e-bc21-2113f6755791" + "9dd3a1b8-7a40-447c-b78d-3e71c72ac2a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205238Z:17c98f06-75ff-406e-bc21-2113f6755791" + "EASTUS2:20211117T090737Z:9dd3a1b8-7a40-447c-b78d-3e71c72ac2a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:37 GMT" - ], "Content-Length": [ "476" ], @@ -488,35 +488,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg9464\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\",\r\n \"UpdateTag2\": \"updateValue2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg2770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\",\r\n \"UpdateTag2\": \"updateValue2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg9464?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc5NDY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg2770?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcyNzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1444d829-8eb8-4004-a728-31f5028c0d5a" + "c1f1e9cb-a95a-4403-b8e9-570e4fc3c0ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;95,Microsoft.Compute/PutDeletePPG30Min;495" ], @@ -524,54 +531,47 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "257e2ea9-9054-44c7-b3c5-9add9a63d668" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9652ba40-ab79-4c6d-9dcf-c0bb5a7e568a" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "f2e88d8c-9f52-4fdc-a151-649a3cd1d8ae" + "0bec956f-32c1-454d-b443-9eaa1f59ac47" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205242Z:f2e88d8c-9f52-4fdc-a151-649a3cd1d8ae" + "EASTUS2:20211117T090746Z:0bec956f-32c1-454d-b443-9eaa1f59ac47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2NTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1ODQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c37f3569-27e9-4972-9a28-4199d58cc907" + "b4e8992f-e47c-4089-8e11-cb233ff622bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -584,9 +584,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;94,Microsoft.Compute/PutDeletePPG30Min;494" ], @@ -594,27 +601,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "909240b9-a188-4023-a845-acc3c2ae1d64" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d20febb6-2b65-4277-8f72-3d1798dcf05f" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-correlation-request-id": [ - "533f4239-1b5f-402d-9b2c-278fd547b66a" + "f99453ac-6b90-42f8-b9fd-5b5d436ce529" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205245Z:533f4239-1b5f-402d-9b2c-278fd547b66a" + "EASTUS2:20211117T090750Z:f99453ac-6b90-42f8-b9fd-5b5d436ce529" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:45 GMT" - ], "Content-Length": [ "403" ], @@ -625,26 +625,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg6543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg5840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2NTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1ODQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0f3aee8-3b09-462a-897f-387fd918faa9" + "04b3837f-6bd4-45fe-ac18-99bd70dc9907" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -657,9 +657,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;93,Microsoft.Compute/PutDeletePPG30Min;493" ], @@ -667,27 +674,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cedd736b-84a0-4c78-ab71-1cf95d07d8fb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "75f1b68c-8448-4e94-9b50-a5f747d39923" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-correlation-request-id": [ - "fafe3d34-b1d2-4384-945a-3fbc41cc7013" + "6b0d77b3-6a04-4008-b797-e53596f9fcfd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205248Z:fafe3d34-b1d2-4384-945a-3fbc41cc7013" + "EASTUS2:20211117T090752Z:6b0d77b3-6a04-4008-b797-e53596f9fcfd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:47 GMT" - ], "Content-Length": [ "438" ], @@ -698,26 +698,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg6543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg5840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2NTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1ODQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1bdea18-b519-4d4c-8cc3-534aec7b498c" + "fdf2ff25-61b9-448c-98fd-f90a53d12106" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -730,9 +730,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;92,Microsoft.Compute/PutDeletePPG30Min;492" ], @@ -740,27 +747,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "de9e67a7-3076-4748-825f-93bccbc7a510" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "67fffd4c-0d26-4240-bfd4-1292d67d77b5" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "c84bc498-a150-484f-b03e-41ddb61af2fa" + "9ebadc67-7c81-47a5-a5d2-9d95b467a861" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205248Z:c84bc498-a150-484f-b03e-41ddb61af2fa" + "EASTUS2:20211117T090753Z:9ebadc67-7c81-47a5-a5d2-9d95b467a861" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:48 GMT" - ], "Content-Length": [ "262" ], @@ -775,59 +775,59 @@ "StatusCode": 409 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2NTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1ODQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1cef793-0849-461c-b2ab-3e627823e60b" + "83f41b70-db41-4ce7-ac7b-1aa7a17cf5ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;696" + "Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a351d99d-1fe0-4ba4-b936-3952f743ee4b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "882cfe5d-c9f2-49c9-bac3-687d4685dd74" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-correlation-request-id": [ - "e6da8988-142a-4426-a35a-dd0bb06503f5" + "a8ec5e86-962b-4646-a1b1-ba7f69bc284a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205248Z:e6da8988-142a-4426-a35a-dd0bb06503f5" + "EASTUS2:20211117T090752Z:a8ec5e86-962b-4646-a1b1-ba7f69bc284a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:47 GMT" - ], "Content-Length": [ "531" ], @@ -838,26 +838,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg6543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg5840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2NTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1ODQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\",\r\n \"UpdateTag2\": \"updateValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d65a092a-3fb0-4206-b85d-08746c40ae9a" + "fb658cda-9eda-4d9b-b8ac-5dfc3ddd1293" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,9 +870,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;91,Microsoft.Compute/PutDeletePPG30Min;491" ], @@ -880,27 +887,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d659bb50-0635-478c-a607-b91b2c2a8ca5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06b77af5-51f8-4cd8-b54b-9917e3a5b830" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "1bf75fdc-84fa-44e9-aa60-d308bba98f57" + "42859d8a-9d38-46fd-85ca-e346e6de6a4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205251Z:1bf75fdc-84fa-44e9-aa60-d308bba98f57" + "EASTUS2:20211117T090755Z:42859d8a-9d38-46fd-85ca-e346e6de6a4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:50 GMT" - ], "Content-Length": [ "473" ], @@ -911,35 +911,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg6543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\",\r\n \"UpdateTag2\": \"updateValue2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg5840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag1\": \"updateValue1\",\r\n \"UpdateTag2\": \"updateValue2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Ultra\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6543?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2NTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5840?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1ODQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d39b52c-edee-41aa-bc8a-8b0be092f6a9" + "25af6955-fadc-4870-bef3-88b2367dbaca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;90,Microsoft.Compute/PutDeletePPG30Min;490" ], @@ -947,54 +954,47 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d416dc8a-c747-4836-80c5-738c23d343cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f38131df-1ae0-4a0d-a2ba-a92850b73e69" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "3078d5c4-93d7-4ee0-837f-d8d9419aeb8f" + "797309e2-b3c2-442a-8415-773f59f892e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205254Z:3078d5c4-93d7-4ee0-837f-d8d9419aeb8f" + "EASTUS2:20211117T090758Z:797309e2-b3c2-442a-8415-773f59f892e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5689?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1Njg5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6909?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2OTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec781868-81f7-4c39-88a2-6be013608f57" + "4d5b43f9-9317-4e1c-8352-2ac696b54a60" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1007,6 +1007,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:07:58 GMT" + ], "Pragma": [ "no-cache" ], @@ -1014,13 +1017,13 @@ "gateway" ], "x-ms-request-id": [ - "62a02674-1f84-408c-955e-58de35ef22d8" + "506fff7f-d836-4064-97af-3d18972630ab" ], "x-ms-correlation-request-id": [ - "62a02674-1f84-408c-955e-58de35ef22d8" + "506fff7f-d836-4064-97af-3d18972630ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205254Z:62a02674-1f84-408c-955e-58de35ef22d8" + "EASTUS2:20211117T090758Z:506fff7f-d836-4064-97af-3d18972630ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1028,9 +1031,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:52:54 GMT" - ], "Content-Length": [ "104" ], @@ -1045,22 +1045,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5689?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1Njg5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6909?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2OTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Invalid\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "062a42f5-4e14-4fda-ad03-fca5167fb9f4" + "3cb89dae-6419-4f68-ab4e-40dc5c9275f2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1073,9 +1073,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;89,Microsoft.Compute/PutDeletePPG30Min;489" ], @@ -1083,27 +1090,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "667544c5-5f0a-4454-aba2-1b85f1377983" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d0a1a48b-58c6-493a-8e60-9a9a4928e752" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1187" ], "x-ms-correlation-request-id": [ - "fb26346e-de97-41d0-b527-988f6f6fb337" + "6e8e06da-5cbe-41f0-a635-0dcecbeb3c9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205301Z:fb26346e-de97-41d0-b527-988f6f6fb337" + "EASTUS2:20211117T090805Z:6e8e06da-5cbe-41f0-a635-0dcecbeb3c9c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:00 GMT" - ], "Content-Length": [ "361" ], @@ -1118,22 +1118,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5689?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1Njg5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6909?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2OTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9fc5b27e-a9bc-4c8a-ade9-47a497b97f6f" + "3cf82a7c-0ba0-46b9-a0dd-b7f3a357d5be" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1146,9 +1146,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;88,Microsoft.Compute/PutDeletePPG30Min;488" ], @@ -1156,27 +1163,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1aed6e33-3845-43e7-920f-5a2fc298dd10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0ff8126b-1e38-495b-bb0f-e15afcca0062" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1186" ], "x-ms-correlation-request-id": [ - "54c2e426-eff9-470c-aa8a-7849a742e383" + "c9ea33ed-f856-4031-ab22-679db0f2c6ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205305Z:54c2e426-eff9-470c-aa8a-7849a742e383" + "EASTUS2:20211117T090808Z:c9ea33ed-f856-4031-ab22-679db0f2c6ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:04 GMT" - ], "Content-Length": [ "406" ], @@ -1187,63 +1187,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg5689\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5689\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg6909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6909\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5689?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1Njg5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6909?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2OTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "697ae7d6-cccb-4634-a4af-b449bd59f7f5" + "d91b8c44-df8a-458d-b98c-16cb52ff842e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;137,Microsoft.Compute/HighCostGet30Min;695" + "Microsoft.Compute/HighCostGet3Min;137,Microsoft.Compute/HighCostGet30Min;697" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9596510a-2de5-42e6-8d24-2ec0458877a0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a09c0c10-efbe-43dd-8f30-58a83fc6264c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-correlation-request-id": [ - "02676b52-c9bf-42a8-b17c-b3034d7a5863" + "7f108ffd-df85-4806-ba6b-383ced514775" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205305Z:02676b52-c9bf-42a8-b17c-b3034d7a5863" + "EASTUS2:20211117T090808Z:7f108ffd-df85-4806-ba6b-383ced514775" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:04 GMT" - ], "Content-Length": [ "499" ], @@ -1254,35 +1254,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg5689\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5689\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg6909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6909\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg5689?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc1Njg5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg6909?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc2OTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09621f24-9fdb-4a7f-9fe8-f5f4caaeb2e5" + "89e669b4-a35b-477c-948f-ffb684b9c185" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;87,Microsoft.Compute/PutDeletePPG30Min;487" ], @@ -1290,54 +1297,47 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4fe73176-ca68-4fd5-ac92-abb6feb094fc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3b8962c5-6a72-459a-b8c1-f61efe1d5249" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-correlation-request-id": [ - "9b6aa148-40bc-401e-a5b7-f1cfa13b5554" + "eb344dd9-a0b0-45d1-8e30-5cfa51d49b5f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205308Z:9b6aa148-40bc-401e-a5b7-f1cfa13b5554" + "EASTUS2:20211117T090811Z:eb344dd9-a0b0-45d1-8e30-5cfa51d49b5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMjM5XzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDIzXzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d32a0f0-8800-4c8c-9bf5-817aaacfb697" + "206908c5-45cd-401a-8a39-c9a99b805ae1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1350,9 +1350,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;86,Microsoft.Compute/PutDeletePPG30Min;486" ], @@ -1360,27 +1367,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5cd2f3b1-2e68-402e-b72f-5f371d5153f2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "658eae25-2dfe-4b9d-b046-ce92ec91bcf8" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1185" ], "x-ms-correlation-request-id": [ - "2df51cfa-b4b0-4759-90eb-696dd0c9a164" + "cb888e18-0d4a-457f-8c8a-6365d43a1323" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205312Z:2df51cfa-b4b0-4759-90eb-696dd0c9a164" + "EASTUS2:20211117T090815Z:cb888e18-0d4a-457f-8c8a-6365d43a1323" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:11 GMT" - ], "Content-Length": [ "412" ], @@ -1391,25 +1391,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1239_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg1023_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7926_2?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5MjZfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8311_2?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzMTFfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7926_2\": \"2021-06-29 20:53:12Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8311_2\": \"2021-11-17 09:08:15Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69e5c67f-1bac-48c6-80d2-188ebb3f6504" + "485c8aba-848b-4a8b-84f8-3c36d1526ceb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -1423,6 +1423,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -1430,13 +1433,13 @@ "1198" ], "x-ms-request-id": [ - "af25a5a5-c205-47cd-9f81-229b88b94ebd" + "74a4f5bf-1c89-42ea-b74d-7504ce446e13" ], "x-ms-correlation-request-id": [ - "af25a5a5-c205-47cd-9f81-229b88b94ebd" + "74a4f5bf-1c89-42ea-b74d-7504ce446e13" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205313Z:af25a5a5-c205-47cd-9f81-229b88b94ebd" + "EASTUS2:20211117T090816Z:74a4f5bf-1c89-42ea-b74d-7504ce446e13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1444,9 +1447,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:13 GMT" - ], "Content-Length": [ "240" ], @@ -1457,26 +1457,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2\",\r\n \"name\": \"crptestar7926_2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7926_2\": \"2021-06-29 20:53:12Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2\",\r\n \"name\": \"crptestar8311_2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8311_2\": \"2021-11-17 09:08:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMjM5XzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDIzXzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3c1a636-f008-47f7-be9e-685b5636aa79" + "4c45878f-c43c-4555-b2ba-a4927d205cfe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1489,9 +1489,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;85,Microsoft.Compute/PutDeletePPG30Min;485" ], @@ -1499,27 +1506,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "411cc7eb-d43c-450a-a770-3a40ef91d507" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f7b19b49-bc13-43e3-b813-517b166eec9a" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1184" ], "x-ms-correlation-request-id": [ - "5567b4cc-5121-4a6c-886e-9e62e01cb76b" + "bd23fef3-8f8d-4427-8bd2-68f49eb326aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205317Z:5567b4cc-5121-4a6c-886e-9e62e01cb76b" + "EASTUS2:20211117T090820Z:bd23fef3-8f8d-4427-8bd2-68f49eb326aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:17 GMT" - ], "Content-Length": [ "412" ], @@ -1530,63 +1530,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1239_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg1023_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/proximityPlacementGroups?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9wcm94aW1pdHlQbGFjZW1lbnRHcm91cHM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/proximityPlacementGroups?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9wcm94aW1pdHlQbGFjZW1lbnRHcm91cHM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201232f5-85c1-42b8-bc1c-3e9b515c7dd1" + "1b4fcee9-5b8f-4603-a40e-0b0603514c25" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31952" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb97f2a6-71cc-4233-b1e1-494f63ae3c66" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5f4b7451-d234-48fc-b482-9b33c7d93346" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-correlation-request-id": [ - "41bc20d9-d287-4c01-b94d-124854c31b1f" + "b3ebb08d-fbdb-4238-b32b-b793522e2451" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205317Z:41bc20d9-d287-4c01-b94d-124854c31b1f" + "EASTUS2:20211117T090820Z:b3ebb08d-fbdb-4238-b32b-b793522e2451" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:17 GMT" - ], "Content-Length": [ "1166" ], @@ -1597,63 +1597,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testppg1239_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n },\r\n {\r\n \"name\": \"testppg1239_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testppg1023_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n },\r\n {\r\n \"name\": \"testppg1023_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMjM5XzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDIzXzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8769d4d-6f9a-4900-bb82-c680c6d14141" + "f2377acc-98b8-4296-801d-fa2493145904" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;136,Microsoft.Compute/HighCostGet30Min;694" + "Microsoft.Compute/HighCostGet3Min;136,Microsoft.Compute/HighCostGet30Min;696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9085cbcb-1ce8-401f-86a0-a01a55d0c752" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2dd03eed-3ad4-4183-9049-51f8afd6618a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-correlation-request-id": [ - "a369c19f-2e1e-45f8-b2fa-64f5f9656bcf" + "e629fa32-2197-48b2-94bb-63409d3aaf62" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205317Z:a369c19f-2e1e-45f8-b2fa-64f5f9656bcf" + "EASTUS2:20211117T090820Z:e629fa32-2197-48b2-94bb-63409d3aaf62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:17 GMT" - ], "Content-Length": [ "505" ], @@ -1664,63 +1664,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1239_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg1023_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMjM5XzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDIzXzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c25ce367-f199-47c6-b40a-db933e2e854d" + "7ed5c7ab-a8bc-4520-846d-a36ded69e3af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;134,Microsoft.Compute/HighCostGet30Min;692" + "Microsoft.Compute/HighCostGet3Min;134,Microsoft.Compute/HighCostGet30Min;694" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0eee7648-cb8c-4918-b0c1-5d73e59d9cfc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "43cccadf-5879-44db-9c8f-b510b04aa8f6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11983" ], "x-ms-correlation-request-id": [ - "a5f05888-ce94-4ac2-b6d3-d583bc09aab1" + "1c2f2cfc-a872-4b00-8cae-8c2976c98232" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205318Z:a5f05888-ce94-4ac2-b6d3-d583bc09aab1" + "EASTUS2:20211117T090821Z:1c2f2cfc-a872-4b00-8cae-8c2976c98232" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:18 GMT" - ], "Content-Length": [ "505" ], @@ -1731,63 +1731,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1239_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg1023_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMjM5XzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDIzXzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c960c80-dae8-4b8c-8762-d37821afd9b1" + "1abaceca-32bc-4083-bd6e-16075cf2cf70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;135,Microsoft.Compute/HighCostGet30Min;693" + "Microsoft.Compute/HighCostGet3Min;135,Microsoft.Compute/HighCostGet30Min;695" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e42f8310-7aa8-48e4-a419-a3ec559ca451" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "01335b4b-e2a9-4df5-8902-07b888542aa2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-correlation-request-id": [ - "fd66084b-a742-4c3d-8836-9d341d0a5c8c" + "95abbd7b-4eb6-4216-9e1a-9826ec2837ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205318Z:fd66084b-a742-4c3d-8836-9d341d0a5c8c" + "EASTUS2:20211117T090821Z:95abbd7b-4eb6-4216-9e1a-9826ec2837ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:18 GMT" - ], "Content-Length": [ "505" ], @@ -1798,63 +1798,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1239_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg1023_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMjM5XzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDIzXzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48fafa1e-fa3c-47f9-ad4b-48c0e39ba9be" + "108187fa-36c7-4e35-a003-85a0328aa8a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;133,Microsoft.Compute/HighCostGet30Min;691" + "Microsoft.Compute/HighCostGet3Min;133,Microsoft.Compute/HighCostGet30Min;693" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6377e9ce-7db4-436e-a4d8-5a4cda30b480" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0d1b3435-451e-46cb-8be5-05f9abee041b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11981" ], "x-ms-correlation-request-id": [ - "393bf2eb-580b-48aa-9943-10890e5dfe33" + "11acbe74-4c19-4682-b089-97c7996220df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205319Z:393bf2eb-580b-48aa-9943-10890e5dfe33" + "EASTUS2:20211117T090822Z:11acbe74-4c19-4682-b089-97c7996220df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:19 GMT" - ], "Content-Length": [ "505" ], @@ -1865,63 +1865,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1239_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg1023_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ef86707-6c0c-4b58-8a01-0ed2183f35e3" + "9457fe5a-5095-427f-869f-ec69b5b90bed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31951" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c65fb973-c821-4a75-a0c7-0ecff36fc119" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "abf09d99-658c-4a2d-9784-65c165c3371c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11984" ], "x-ms-correlation-request-id": [ - "b85a8430-c081-4c5e-9e1a-9134d566a484" + "f7aaef39-d91f-43ae-85f3-57b567e041f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205318Z:b85a8430-c081-4c5e-9e1a-9134d566a484" + "EASTUS2:20211117T090821Z:f7aaef39-d91f-43ae-85f3-57b567e041f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:18 GMT" - ], "Content-Length": [ "594" ], @@ -1932,63 +1932,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testppg1239_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testppg1023_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG1\": \"rg1\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c9d7f6b-08f7-4740-ad10-b3a9315fbb2c" + "08e614ef-e93f-42b2-986b-a50e22c71713" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31950" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "050deea0-8fce-43b8-8dfb-581cadb6e3dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "52135c41-b5a4-4fc6-b0e7-13fab1d30bd4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11982" ], "x-ms-correlation-request-id": [ - "bcdae9ce-c217-4069-8b8f-48fc2de450ed" + "aa5285aa-c309-4257-956b-43e17be7691c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205318Z:bcdae9ce-c217-4069-8b8f-48fc2de450ed" + "EASTUS2:20211117T090821Z:aa5285aa-c309-4257-956b-43e17be7691c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:18 GMT" - ], "Content-Length": [ "594" ], @@ -1999,25 +1999,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testppg1239_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testppg1023_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_2/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_2\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG2\": \"rg2\",\r\n \"testTag\": \"2\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7926_2?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5MjZfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8311_2?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzMTFfMj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3922e87b-01f5-4bcc-ab9c-7aaec5bbacbd" + "9e90bd3e-b05d-4270-a590-e4aa6094297a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2025,11 +2025,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2038,13 +2041,13 @@ "14999" ], "x-ms-request-id": [ - "a078f862-3208-41a1-8c1f-06e67596f059" + "6e617db8-ee76-4a61-9bd2-49ec2b23b229" ], "x-ms-correlation-request-id": [ - "a078f862-3208-41a1-8c1f-06e67596f059" + "6e617db8-ee76-4a61-9bd2-49ec2b23b229" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205323Z:a078f862-3208-41a1-8c1f-06e67596f059" + "EASTUS2:20211117T090825Z:6e617db8-ee76-4a61-9bd2-49ec2b23b229" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2052,29 +2055,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2082,11 +2082,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2095,13 +2098,13 @@ "11999" ], "x-ms-request-id": [ - "916f627a-59a2-42a9-b1e3-c4ce26ac573d" + "1880952e-859e-4adf-bd34-49942d8193e9" ], "x-ms-correlation-request-id": [ - "916f627a-59a2-42a9-b1e3-c4ce26ac573d" + "1880952e-859e-4adf-bd34-49942d8193e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205338Z:916f627a-59a2-42a9-b1e3-c4ce26ac573d" + "EASTUS2:20211117T090840Z:1880952e-859e-4adf-bd34-49942d8193e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2109,29 +2112,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2139,11 +2139,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:08:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2152,13 +2155,13 @@ "11998" ], "x-ms-request-id": [ - "22aac1d3-034f-4bfc-906d-2d804962958a" + "60c68c31-0d31-4129-9c84-aa0c639f2352" ], "x-ms-correlation-request-id": [ - "22aac1d3-034f-4bfc-906d-2d804962958a" + "60c68c31-0d31-4129-9c84-aa0c639f2352" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205354Z:22aac1d3-034f-4bfc-906d-2d804962958a" + "EASTUS2:20211117T090856Z:60c68c31-0d31-4129-9c84-aa0c639f2352" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2166,29 +2169,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:53:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2196,11 +2196,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:09:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2209,13 +2212,13 @@ "11997" ], "x-ms-request-id": [ - "fde17a87-4285-404b-bc21-cba2f4d7aa98" + "1079304f-70fb-45c5-9ae7-b8adb6f6c8bb" ], "x-ms-correlation-request-id": [ - "fde17a87-4285-404b-bc21-cba2f4d7aa98" + "1079304f-70fb-45c5-9ae7-b8adb6f6c8bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205409Z:fde17a87-4285-404b-bc21-cba2f4d7aa98" + "EASTUS2:20211117T090911Z:1079304f-70fb-45c5-9ae7-b8adb6f6c8bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2223,29 +2226,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:54:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2253,11 +2253,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:09:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2266,13 +2269,13 @@ "11996" ], "x-ms-request-id": [ - "d84d7d34-edb2-448a-8828-cc84673eb1b7" + "ebade204-504e-4a59-b0f1-70572bdc83ea" ], "x-ms-correlation-request-id": [ - "d84d7d34-edb2-448a-8828-cc84673eb1b7" + "ebade204-504e-4a59-b0f1-70572bdc83ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205425Z:d84d7d34-edb2-448a-8828-cc84673eb1b7" + "EASTUS2:20211117T090927Z:ebade204-504e-4a59-b0f1-70572bdc83ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2280,29 +2283,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:54:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2310,11 +2310,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:09:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2323,13 +2326,13 @@ "11995" ], "x-ms-request-id": [ - "8064700a-5e1b-428a-aa4c-c9123eaf0072" + "0bb77464-d8df-4188-97f1-f0e777743b11" ], "x-ms-correlation-request-id": [ - "8064700a-5e1b-428a-aa4c-c9123eaf0072" + "0bb77464-d8df-4188-97f1-f0e777743b11" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205440Z:8064700a-5e1b-428a-aa4c-c9123eaf0072" + "EASTUS2:20211117T090942Z:0bb77464-d8df-4188-97f1-f0e777743b11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,29 +2340,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:54:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2367,11 +2367,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:09:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2380,13 +2383,13 @@ "11994" ], "x-ms-request-id": [ - "8a7a1e8c-19e0-4ee2-b2c9-de07d2104934" + "4b094e16-2b06-4a91-86e2-221b670c90c1" ], "x-ms-correlation-request-id": [ - "8a7a1e8c-19e0-4ee2-b2c9-de07d2104934" + "4b094e16-2b06-4a91-86e2-221b670c90c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205456Z:8a7a1e8c-19e0-4ee2-b2c9-de07d2104934" + "EASTUS2:20211117T090958Z:4b094e16-2b06-4a91-86e2-221b670c90c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2394,29 +2397,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:54:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2424,20 +2424,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:12 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "2497c513-9e5a-4bf0-9eed-1b435f1f412a" + "0d671f56-cd12-43e5-8edc-e5f79b3240ae" ], "x-ms-correlation-request-id": [ - "2497c513-9e5a-4bf0-9eed-1b435f1f412a" + "0d671f56-cd12-43e5-8edc-e5f79b3240ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205511Z:2497c513-9e5a-4bf0-9eed-1b435f1f412a" + "EASTUS2:20211117T091013Z:0d671f56-cd12-43e5-8edc-e5f79b3240ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2445,29 +2454,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2475,6 +2481,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:29 GMT" + ], "Pragma": [ "no-cache" ], @@ -2482,13 +2491,13 @@ "11992" ], "x-ms-request-id": [ - "02b62b84-f21d-48f2-8aad-e7b8bcbd75d5" + "6ac980b3-2a83-4207-a7ac-96b1226813ec" ], "x-ms-correlation-request-id": [ - "02b62b84-f21d-48f2-8aad-e7b8bcbd75d5" + "6ac980b3-2a83-4207-a7ac-96b1226813ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205511Z:02b62b84-f21d-48f2-8aad-e7b8bcbd75d5" + "EASTUS2:20211117T091029Z:6ac980b3-2a83-4207-a7ac-96b1226813ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2496,171 +2505,219 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1239_1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMjM5XzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMi1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNaTFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "0fd63d88-bec0-4c86-9c25-e2e1ff0e1053" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:29 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutDeletePPG3Min;84,Microsoft.Compute/PutDeletePPG30Min;483" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-request-id": [ - "9b7d2ac2-f28e-4bb4-bce4-86c432af3c39" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "07c06588-08e8-45d3-99d6-308ba7390f8f" ], "x-ms-correlation-request-id": [ - "90d788b6-0183-4bdc-9214-8012093cae3f" + "07c06588-08e8-45d3-99d6-308ba7390f8f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205518Z:90d788b6-0183-4bdc-9214-8012093cae3f" + "EASTUS2:20211117T091029Z:07c06588-08e8-45d3-99d6-308ba7390f8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1023_1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDIzXzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf98951e-1e0f-4f55-ac0d-3344cc048f42" + "d057a30f-08d1-4687-890f-f6247f3a5e17" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/PutDeletePPG3Min;93,Microsoft.Compute/PutDeletePPG30Min;483" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" - ], "x-ms-request-id": [ - "25e974d9-59f8-48e4-b8d5-f91375a42e55" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ef84b45d-de9a-414b-ad34-4dcf0c20f3db" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "991c0a30-afc5-4d96-b428-dc8e2bec94f5" + "fbb2cdb6-c4ca-46a5-888d-85f237ec5fa0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205519Z:991c0a30-afc5-4d96-b428-dc8e2bec94f5" + "EASTUS2:20211117T091037Z:fbb2cdb6-c4ca-46a5-888d-85f237ec5fa0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:18 GMT" - ], "Content-Length": [ - "321" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDA1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a15ac4fc-da90-4d9c-9c55-fe776b93706d" + "b3eefb6a-9771-4745-9b15-805d348c3b92" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ], + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:10:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" + ], + "x-ms-request-id": [ + "4cbdab22-0bac-4b15-80a0-64b6783d63fc" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "2aee87a8-415b-4011-8ef4-a9ae41479a1a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T091038Z:2aee87a8-415b-4011-8ef4-a9ae41479a1a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "321" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc4MTI1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5c69fd2-9ff0-406d-ba32-6f229e5d4a92" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], "Content-Type": [ "application/json; charset=utf-8" ], @@ -2672,37 +2729,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutDeletePPG3Min;83,Microsoft.Compute/PutDeletePPG30Min;482" + "Microsoft.Compute/PutDeletePPG3Min;92,Microsoft.Compute/PutDeletePPG30Min;482" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5f8dd4e3-38c9-41df-8402-3fd2df908557" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f40c3185-97ca-4537-b705-b5e9237f9f7b" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1199" ], "x-ms-correlation-request-id": [ - "00f54c4b-5f5f-49c3-beec-9676fba2e4f5" + "0a276baa-2d45-4e89-8b27-390cf08b2dca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205524Z:00f54c4b-5f5f-49c3-beec-9676fba2e4f5" + "EASTUS2:20211117T091043Z:0a276baa-2d45-4e89-8b27-390cf08b2dca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:23 GMT" - ], "Content-Length": [ "406" ], @@ -2713,26 +2770,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1005\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg8125\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDA1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc4MTI1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3832ad9-6e9b-4f8e-af2a-d78e60158eb1" + "456c77e8-f8cd-455c-bdb7-e3fea71ca495" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2745,37 +2802,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutDeletePPG3Min;92,Microsoft.Compute/PutDeletePPG30Min;481" + "Microsoft.Compute/PutDeletePPG3Min;96,Microsoft.Compute/PutDeletePPG30Min;481" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "038eec18-3390-41b2-8512-9f80a47d8cbf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06dd8b06-f929-4f4f-85d9-228d9ad6fae9" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1198" ], "x-ms-correlation-request-id": [ - "28325b2e-2709-49ae-b5c6-f202f43410f7" + "ca2aa3ae-60c3-4777-9a61-14641dc9a0b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205551Z:28325b2e-2709-49ae-b5c6-f202f43410f7" + "EASTUS2:20211117T091107Z:ca2aa3ae-60c3-4777-9a61-14641dc9a0b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:50 GMT" - ], "Content-Length": [ "406" ], @@ -2786,25 +2843,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1005\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testppg8125\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/publicIPAddresses/pip3701?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzcwMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/publicIPAddresses/pip3064?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzA2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4137\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7494\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "df25d5c8-1343-4edc-9331-f715ba508481" + "bb73f180-3b17-46a3-a899-2ecec4dfeb16" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2818,46 +2875,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "57400e03-ac89-4c84-ad01-a6b51887ebcd" + "d2e92d09-3ae8-48b9-943d-0a8121220d01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/57400e03-ac89-4c84-ad01-a6b51887ebcd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d2e92d09-3ae8-48b9-943d-0a8121220d01?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "645eada3-9849-43b5-a504-8a61e4a11b3f" + "f6320e85-e3bb-435e-b1ef-5e4dc96b0cab" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8ac990b1-3b3b-4c1d-b4a0-8934c2a92618" + "df4e9ede-1013-4c99-92f7-b06a98f3b98d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205536Z:645eada3-9849-43b5-a504-8a61e4a11b3f" + "EASTUS2:20211117T091053Z:f6320e85-e3bb-435e-b1ef-5e4dc96b0cab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:36 GMT" - ], "Content-Length": [ "771" ], @@ -2868,19 +2925,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/publicIPAddresses/pip3701\",\r\n \"etag\": \"W/\\\"cf2aa43f-320d-49e4-a716-da17c9e260d7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"032a07b9-d5d9-421d-a755-dc89c5ec5b4c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4137\",\r\n \"fqdn\": \"dn4137.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/publicIPAddresses/pip3064\",\r\n \"etag\": \"W/\\\"8907b2b8-5860-4608-b088-03466bd461f8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"805d4784-3101-4fb0-b49b-f0c66c2873e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7494\",\r\n \"fqdn\": \"dn7494.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/57400e03-ac89-4c84-ad01-a6b51887ebcd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU3NDAwZTAzLWFjODktNGM4NC1hZDAxLWE2YjUxODg3ZWJjZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d2e92d09-3ae8-48b9-943d-0a8121220d01?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZTkyZDA5LTNhZTgtNDhiOS05NDNkLTBhODEyMTIyMGQwMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2888,37 +2945,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "93462703-fa02-4496-baa6-a8bf56249b34" + "0b6ef49c-00c8-4622-b568-c387fc5f4237" ], "x-ms-correlation-request-id": [ - "fff89e38-86a5-4d4f-9bd0-a056c79a823f" + "5b3b1575-f138-4c62-895c-7fa99582c1e8" ], "x-ms-arm-service-request-id": [ - "07c55312-ccf9-4fa9-bbe0-61e9c8288181" + "607d0c27-e27a-489d-b710-ba9121da5c00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205538Z:fff89e38-86a5-4d4f-9bd0-a056c79a823f" + "EASTUS2:20211117T091054Z:5b3b1575-f138-4c62-895c-7fa99582c1e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:38 GMT" - ], "Content-Length": [ "29" ], @@ -2933,15 +2990,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/publicIPAddresses/pip3701?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzcwMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/publicIPAddresses/pip3064?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzA2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2949,40 +3006,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1e771bf1-862c-4264-b880-c8932116c9f7\"" + "W/\"d96c2ea0-9ec2-4a96-85a2-14b80e9cd5de\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7a8f989d-a2aa-46f1-9f95-182c9b33aa25" + "84a4ea40-05ce-471d-b653-81c2fe35d179" ], "x-ms-correlation-request-id": [ - "4e73d8a1-be50-403f-b994-929d637b4bbb" + "b615e940-59ec-45e0-86d4-6210931f7ecb" ], "x-ms-arm-service-request-id": [ - "8904d526-b451-4fad-958c-eea82bcb5dbb" + "f6e54c12-f6e9-4ce8-9a2e-e72d2064ac96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205538Z:4e73d8a1-be50-403f-b994-929d637b4bbb" + "EASTUS2:20211117T091054Z:b615e940-59ec-45e0-86d4-6210931f7ecb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:38 GMT" - ], "Content-Length": [ "772" ], @@ -2993,25 +3050,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/publicIPAddresses/pip3701\",\r\n \"etag\": \"W/\\\"1e771bf1-862c-4264-b880-c8932116c9f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"032a07b9-d5d9-421d-a755-dc89c5ec5b4c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4137\",\r\n \"fqdn\": \"dn4137.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/publicIPAddresses/pip3064\",\r\n \"etag\": \"W/\\\"d96c2ea0-9ec2-4a96-85a2-14b80e9cd5de\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"805d4784-3101-4fb0-b49b-f0c66c2873e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7494\",\r\n \"fqdn\": \"dn7494.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/publicIPAddresses/pip3701?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzcwMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/publicIPAddresses/pip3064?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzA2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8f1ceef-5f64-4a84-8d27-a53a19df5fab" + "f6ce30d0-ef78-42c4-9785-43fca07e282d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3019,40 +3076,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1e771bf1-862c-4264-b880-c8932116c9f7\"" + "W/\"d96c2ea0-9ec2-4a96-85a2-14b80e9cd5de\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "739159d5-9283-4d3c-9674-cfa101a87def" + "51e5d9df-8787-49fc-9481-6dd3abbbffc2" ], "x-ms-correlation-request-id": [ - "ce8a56ce-ccf0-4c22-b774-5d822bc529e0" + "90490e5c-eaf7-4ae6-9826-4119078ea4b8" ], "x-ms-arm-service-request-id": [ - "fb451344-5f4f-46f2-b345-40f880c7f3ce" + "c8defffd-496c-4c80-b360-d2b832115564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205538Z:ce8a56ce-ccf0-4c22-b774-5d822bc529e0" + "EASTUS2:20211117T091054Z:90490e5c-eaf7-4ae6-9826-4119078ea4b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:38 GMT" - ], "Content-Length": [ "772" ], @@ -3063,25 +3120,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/publicIPAddresses/pip3701\",\r\n \"etag\": \"W/\\\"1e771bf1-862c-4264-b880-c8932116c9f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"032a07b9-d5d9-421d-a755-dc89c5ec5b4c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4137\",\r\n \"fqdn\": \"dn4137.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/publicIPAddresses/pip3064\",\r\n \"etag\": \"W/\\\"d96c2ea0-9ec2-4a96-85a2-14b80e9cd5de\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"805d4784-3101-4fb0-b49b-f0c66c2873e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7494\",\r\n \"fqdn\": \"dn7494.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTY2OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTc3OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4256\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9510\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "45c8d5dd-24af-4149-a70a-431c6f386c19" + "c6c84ae1-9a63-45b6-a6d8-25170f83393f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -3095,46 +3152,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:10:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2ca8a9a3-906b-4a5e-997b-0e707b61efc8" + "d666aac1-a908-49ed-9f24-a7666241c135" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2ca8a9a3-906b-4a5e-997b-0e707b61efc8?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d666aac1-a908-49ed-9f24-a7666241c135?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3aafc240-8d16-4961-a1db-580799e3d5cc" + "f2de51fd-18c7-4981-a901-b671f222712d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "863c4857-aa24-441b-a8f3-60e0fae1c58c" + "db9d198e-897a-4d31-a737-b2e7636b2a00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205542Z:3aafc240-8d16-4961-a1db-580799e3d5cc" + "EASTUS2:20211117T091059Z:f2de51fd-18c7-4981-a901-b671f222712d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:42 GMT" - ], "Content-Length": [ "1222" ], @@ -3145,19 +3202,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668\",\r\n \"etag\": \"W/\\\"30059d2a-9733-4d95-b88e-07998094fc45\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"18125d3e-a81d-4fe3-9903-9082381e9b6b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4256\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256\",\r\n \"etag\": \"W/\\\"30059d2a-9733-4d95-b88e-07998094fc45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1778\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778\",\r\n \"etag\": \"W/\\\"f8856393-eebd-4e69-a0bb-e47f884a3356\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a99936d3-5a45-4ea5-853c-b60fa877ce52\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9510\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510\",\r\n \"etag\": \"W/\\\"f8856393-eebd-4e69-a0bb-e47f884a3356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2ca8a9a3-906b-4a5e-997b-0e707b61efc8?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJjYThhOWEzLTkwNmItNGE1ZS05OTdiLTBlNzA3YjYxZWZjOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d666aac1-a908-49ed-9f24-a7666241c135?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q2NjZhYWMxLWE5MDgtNDllZC05ZjI0LWE3NjY2MjQxYzEzNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3165,37 +3222,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6db6937e-367d-4c60-a4c3-0e46581352bd" + "18d239ae-bb21-4b4d-ae34-f5b4e3e0936b" ], "x-ms-correlation-request-id": [ - "15567ab1-53bb-4ddd-bd58-f0452943dd8a" + "aa9b3d16-48b8-4758-884a-52a8ff9931c0" ], "x-ms-arm-service-request-id": [ - "b21886c8-c801-4a38-bae4-42453914f021" + "f8fec6d1-5c84-4f08-9b04-d8586cc30696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205546Z:15567ab1-53bb-4ddd-bd58-f0452943dd8a" + "EASTUS2:20211117T091102Z:aa9b3d16-48b8-4758-884a-52a8ff9931c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:45 GMT" - ], "Content-Length": [ "29" ], @@ -3210,15 +3267,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTY2OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTc3OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3226,40 +3283,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d31a3d67-4838-4ef7-afd8-8d9b17c9c75e\"" + "W/\"0e73d168-d716-4f77-97fe-d17915c1626a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "935833eb-d162-41f2-8ef1-04d00d26570b" + "e87fd8a9-5b04-4075-bd3c-d06a2677bc40" ], "x-ms-correlation-request-id": [ - "17ebbd52-eec3-408e-b28b-90614a024be1" + "06db96c3-4f30-4ff2-8f5f-e390882d786b" ], "x-ms-arm-service-request-id": [ - "0d76f900-3bc9-4216-ac8b-b6ef0c4c39c6" + "9cdc98bc-78bc-4c20-a629-d9c6a56dd0db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205546Z:17ebbd52-eec3-408e-b28b-90614a024be1" + "EASTUS2:20211117T091102Z:06db96c3-4f30-4ff2-8f5f-e390882d786b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:46 GMT" - ], "Content-Length": [ "1224" ], @@ -3270,25 +3327,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668\",\r\n \"etag\": \"W/\\\"d31a3d67-4838-4ef7-afd8-8d9b17c9c75e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"18125d3e-a81d-4fe3-9903-9082381e9b6b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4256\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256\",\r\n \"etag\": \"W/\\\"d31a3d67-4838-4ef7-afd8-8d9b17c9c75e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1778\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778\",\r\n \"etag\": \"W/\\\"0e73d168-d716-4f77-97fe-d17915c1626a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a99936d3-5a45-4ea5-853c-b60fa877ce52\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9510\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510\",\r\n \"etag\": \"W/\\\"0e73d168-d716-4f77-97fe-d17915c1626a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTY2OC9zdWJuZXRzL3NuNDI1Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTc3OC9zdWJuZXRzL3NuOTUxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afd3cf09-19c3-4a72-9c46-eb2e6eb29626" + "402b86dd-5701-4303-8c28-43e632bbc618" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3296,40 +3353,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d31a3d67-4838-4ef7-afd8-8d9b17c9c75e\"" + "W/\"0e73d168-d716-4f77-97fe-d17915c1626a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a4d335c2-91a7-45a7-abac-28a3b44b8768" + "c21d6734-8509-4961-ae25-e0d194406c19" ], "x-ms-correlation-request-id": [ - "56b0d664-29a0-4544-b4a2-be5229ea49bd" + "8151174d-d896-4978-9eb9-e362898e0e68" ], "x-ms-arm-service-request-id": [ - "5a4c54fe-287c-4c1b-be8c-2fc6f6461948" + "3270ce75-8174-4784-b4dc-315daf0c8678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205546Z:56b0d664-29a0-4544-b4a2-be5229ea49bd" + "EASTUS2:20211117T091102Z:8151174d-d896-4978-9eb9-e362898e0e68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:46 GMT" - ], "Content-Length": [ "525" ], @@ -3340,25 +3397,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4256\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256\",\r\n \"etag\": \"W/\\\"d31a3d67-4838-4ef7-afd8-8d9b17c9c75e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn9510\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510\",\r\n \"etag\": \"W/\\\"0e73d168-d716-4f77-97fe-d17915c1626a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNjk3Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTIzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4256\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256\"\r\n }\r\n },\r\n \"name\": \"ip4204\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9510\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510\"\r\n }\r\n },\r\n \"name\": \"ip4488\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "77931e8c-8abc-4c38-ab4c-d68a759e4bbb" + "469863ce-2784-4da7-b2f6-d94b09b539a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -3372,43 +3429,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "49750400-ba42-4eda-a7cc-e9c2027a2703" + "0b935293-261b-4dea-aeab-f10b13ecb49b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/49750400-ba42-4eda-a7cc-e9c2027a2703?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0b935293-261b-4dea-aeab-f10b13ecb49b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7d589dc2-aa2e-47fa-a50c-d5f98a6d9188" + "50e9c616-2f5d-4a7a-a355-013aea3e0256" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "17826e7e-cf2c-4f31-9b90-3122555d61a3" + "93a3302e-f6c3-4e0c-b681-e4c6c7f7f151" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205550Z:7d589dc2-aa2e-47fa-a50c-d5f98a6d9188" + "EASTUS2:20211117T091106Z:50e9c616-2f5d-4a7a-a355-013aea3e0256" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:50 GMT" - ], "Content-Length": [ "1637" ], @@ -3419,19 +3476,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6972\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972\",\r\n \"etag\": \"W/\\\"32b73e78-b98b-4942-9501-a4d25ea14851\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cdf40452-9671-49ef-b067-91e743bf6f9f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4204\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972/ipConfigurations/ip4204\",\r\n \"etag\": \"W/\\\"32b73e78-b98b-4942-9501-a4d25ea14851\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256\"\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\": \"hzorega3vdru5gidscbdqhu1nd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5230\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230\",\r\n \"etag\": \"W/\\\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76421a8f-57c1-4386-bf5d-c84bfb958b9d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4488\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230/ipConfigurations/ip4488\",\r\n \"etag\": \"W/\\\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510\"\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\": \"0m1jtkkflksu3bj2wyh0q34okc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNjk3Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTIzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3439,40 +3496,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"32b73e78-b98b-4942-9501-a4d25ea14851\"" + "W/\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6afcc737-32c1-4622-bc66-960f8a2631b8" + "9470c218-bed8-4c6a-9f9a-3de679c47215" ], "x-ms-correlation-request-id": [ - "a2bd0a25-c26b-4796-b498-5cdbbf533898" + "af754515-8128-448a-9594-8f37ed622846" ], "x-ms-arm-service-request-id": [ - "1506728b-cffe-40a1-a58d-160f0c2c52e5" + "992c7479-f947-49cb-8ddc-fd5b60f57454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205550Z:a2bd0a25-c26b-4796-b498-5cdbbf533898" + "EASTUS2:20211117T091106Z:af754515-8128-448a-9594-8f37ed622846" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:50 GMT" - ], "Content-Length": [ "1637" ], @@ -3483,25 +3540,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6972\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972\",\r\n \"etag\": \"W/\\\"32b73e78-b98b-4942-9501-a4d25ea14851\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cdf40452-9671-49ef-b067-91e743bf6f9f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4204\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972/ipConfigurations/ip4204\",\r\n \"etag\": \"W/\\\"32b73e78-b98b-4942-9501-a4d25ea14851\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256\"\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\": \"hzorega3vdru5gidscbdqhu1nd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5230\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230\",\r\n \"etag\": \"W/\\\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76421a8f-57c1-4386-bf5d-c84bfb958b9d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4488\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230/ipConfigurations/ip4488\",\r\n \"etag\": \"W/\\\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510\"\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\": \"0m1jtkkflksu3bj2wyh0q34okc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNjk3Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTIzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dba06261-574d-46f6-b26f-47eba19b9298" + "7002ff88-d7a6-4042-9cf7-e7e1cdf89cc0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3509,40 +3566,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"32b73e78-b98b-4942-9501-a4d25ea14851\"" + "W/\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1012796e-2107-43c0-a5eb-80ac93dbca82" + "17e332cc-54c0-4298-a219-b3d803855ca3" ], "x-ms-correlation-request-id": [ - "8ed00b94-b06c-40e0-ae8c-05086e063919" + "8e680ec3-e671-44d3-bfbd-f27509d5c12b" ], "x-ms-arm-service-request-id": [ - "df89c458-2dcc-42d7-be33-7a7e58ee7ed1" + "cbeb2300-ffb0-414a-897b-ce9022440f03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205550Z:8ed00b94-b06c-40e0-ae8c-05086e063919" + "EASTUS2:20211117T091107Z:8e680ec3-e671-44d3-bfbd-f27509d5c12b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:50 GMT" - ], "Content-Length": [ "1637" ], @@ -3553,26 +3610,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6972\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972\",\r\n \"etag\": \"W/\\\"32b73e78-b98b-4942-9501-a4d25ea14851\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cdf40452-9671-49ef-b067-91e743bf6f9f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4204\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972/ipConfigurations/ip4204\",\r\n \"etag\": \"W/\\\"32b73e78-b98b-4942-9501-a4d25ea14851\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/virtualNetworks/vn9668/subnets/sn4256\"\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\": \"hzorega3vdru5gidscbdqhu1nd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5230\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230\",\r\n \"etag\": \"W/\\\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76421a8f-57c1-4386-bf5d-c84bfb958b9d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4488\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230/ipConfigurations/ip4488\",\r\n \"etag\": \"W/\\\"ceb4af92-86bb-4980-af4c-c45bb4108ef3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/virtualNetworks/vn1778/subnets/sn9510\"\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\": \"0m1jtkkflksu3bj2wyh0q34okc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/availabilitySets/testas780?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy90ZXN0YXM3ODA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/availabilitySets/testas2229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy90ZXN0YXMyMjI5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "84cb48c2-32d3-4baf-98ae-ca5a4a544bd3" + "0087b1e5-c4fb-49ef-ab3d-b42a0dc4be2f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3585,39 +3642,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "520ccba6-cbb6-4c70-9515-2c0462efe52c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b68ba179-0bd2-4c9c-84c0-b3b8504c1a83" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1197" ], "x-ms-correlation-request-id": [ - "43529d76-b0c0-449f-bdfc-d3266313d32d" + "e402e99f-fb2d-4bcc-943c-ea0726412dc1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205556Z:43529d76-b0c0-449f-bdfc-d3266313d32d" + "EASTUS2:20211117T091112Z:e402e99f-fb2d-4bcc-943c-ea0726412dc1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:55:55 GMT" - ], "Content-Length": [ - "657" + "659" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3626,80 +3683,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testas780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/availabilitySets/testas780\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"testas2229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/availabilitySets/testas2229\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/virtualMachines/vm5954?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNTk1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/virtualMachines/vm6766?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjc2Nj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/availabilitySets/testas780\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/availabilitySets/testas2229\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "53b28d76-0a42-4a9d-a73d-3460cc239cf1" + "77f3b201-1e0e-467f-9574-ec175e2f49ee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1534" + "1535" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5adec7ed-22b5-45ac-8216-30402ddbcbac?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/68405aa5-2d8d-4019-860c-1fe2296ed544?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1193" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5adec7ed-22b5-45ac-8216-30402ddbcbac" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "68405aa5-2d8d-4019-860c-1fe2296ed544" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1196" ], "x-ms-correlation-request-id": [ - "79861e5c-549f-4bcb-87ca-d8f1ccbd6a93" + "5eedac7a-5ff4-426b-8185-2d5ad342b624" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205603Z:79861e5c-549f-4bcb-87ca-d8f1ccbd6a93" + "EASTUS2:20211117T091115Z:5eedac7a-5ff4-426b-8185-2d5ad342b624" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:56:02 GMT" - ], "Content-Length": [ - "2622" + "2623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3708,60 +3765,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5954\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/virtualMachines/vm5954\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"22e7102f-3ec3-402c-84d5-d2340f153cfd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/availabilitySets/TESTAS780\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/virtualMachines/vm6766\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ad90fabe-4563-473e-8a6a-9a8ff5758e90\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/availabilitySets/TESTAS2229\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5adec7ed-22b5-45ac-8216-30402ddbcbac?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhZGVjN2VkLTIyYjUtNDVhYy04MjE2LTMwNDAyZGRiY2JhYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/68405aa5-2d8d-4019-860c-1fe2296ed544?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4NDA1YWE1LTJkOGQtNDAxOS04NjBjLTFmZTIyOTZlZDU0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:11:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fe0938a7-69b2-4e74-a9da-9deae005699a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7e17baa1-8852-4d60-8133-d21d18d26452" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11998" ], "x-ms-correlation-request-id": [ - "b8f0eb18-d8ef-4191-9a19-b456d8a82341" + "1c41cb96-1a1a-4819-8136-caf29179fba0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205613Z:b8f0eb18-d8ef-4191-9a19-b456d8a82341" + "EASTUS2:20211117T091126Z:1c41cb96-1a1a-4819-8136-caf29179fba0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:56:13 GMT" - ], "Content-Length": [ "134" ], @@ -3772,57 +3829,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:56:01.9200801+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5adec7ed-22b5-45ac-8216-30402ddbcbac\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:11:14.3858385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"68405aa5-2d8d-4019-860c-1fe2296ed544\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5adec7ed-22b5-45ac-8216-30402ddbcbac?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhZGVjN2VkLTIyYjUtNDVhYy04MjE2LTMwNDAyZGRiY2JhYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/68405aa5-2d8d-4019-860c-1fe2296ed544?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4NDA1YWE1LTJkOGQtNDAxOS04NjBjLTFmZTIyOTZlZDU0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:12:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e1beb5d-7314-4739-b520-3e9d08614ad9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cad61f4a-083f-4fc2-ad24-791d92553c3d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11997" ], "x-ms-correlation-request-id": [ - "08f70aef-7f18-4d9f-9f64-6a2a06406219" + "c4da7242-9c51-4d53-974a-15ee67e453f3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205704Z:08f70aef-7f18-4d9f-9f64-6a2a06406219" + "EASTUS2:20211117T091216Z:c4da7242-9c51-4d53-974a-15ee67e453f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:57:03 GMT" - ], "Content-Length": [ "134" ], @@ -3833,57 +3890,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:56:01.9200801+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5adec7ed-22b5-45ac-8216-30402ddbcbac\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:11:14.3858385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"68405aa5-2d8d-4019-860c-1fe2296ed544\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5adec7ed-22b5-45ac-8216-30402ddbcbac?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhZGVjN2VkLTIyYjUtNDVhYy04MjE2LTMwNDAyZGRiY2JhYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/68405aa5-2d8d-4019-860c-1fe2296ed544?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4NDA1YWE1LTJkOGQtNDAxOS04NjBjLTFmZTIyOTZlZDU0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:13:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "005a364d-e387-4e11-9cf2-6d218c568d63" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c9c2c31d-76b4-4b2b-8e27-8a58387941bc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-correlation-request-id": [ - "5109bfe0-b987-4524-b094-df1c4e1ca3c6" + "52debc0d-346c-401f-b051-7d965a351644" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205754Z:5109bfe0-b987-4524-b094-df1c4e1ca3c6" + "EASTUS2:20211117T091307Z:52debc0d-346c-401f-b051-7d965a351644" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:57:54 GMT" - ], "Content-Length": [ "134" ], @@ -3894,59 +3951,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:56:01.9200801+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5adec7ed-22b5-45ac-8216-30402ddbcbac\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:11:14.3858385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"68405aa5-2d8d-4019-860c-1fe2296ed544\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5adec7ed-22b5-45ac-8216-30402ddbcbac?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhZGVjN2VkLTIyYjUtNDVhYy04MjE2LTMwNDAyZGRiY2JhYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/68405aa5-2d8d-4019-860c-1fe2296ed544?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4NDA1YWE1LTJkOGQtNDAxOS04NjBjLTFmZTIyOTZlZDU0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:13:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9573e375-c3ce-400b-926a-fb9e30bab766" + "6cab99a2-81b2-47cc-a6c1-01640dc8c312" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "dc4dcb71-a4fc-4091-8cab-4ee5ef766249" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T091357Z:dc4dcb71-a4fc-4091-8cab-4ee5ef766249" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:11:14.3858385+00:00\",\r\n \"endTime\": \"2021-11-17T09:13:51.1982555+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"68405aa5-2d8d-4019-860c-1fe2296ed544\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/virtualMachines/vm6766?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjc2Nj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:13:57 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31987" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "43583a64-ce04-4420-b311-2de4f012ebc4" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11994" ], "x-ms-correlation-request-id": [ - "26a7373e-c06b-4ec4-857c-704c8359fb9e" + "13baac97-e63d-4840-8b41-177ed2a10e3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205844Z:26a7373e-c06b-4ec4-857c-704c8359fb9e" + "EASTUS2:20211117T091357Z:13baac97-e63d-4840-8b41-177ed2a10e3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:58:43 GMT" - ], "Content-Length": [ - "134" + "3019" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3955,59 +4073,132 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:56:01.9200801+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5adec7ed-22b5-45ac-8216-30402ddbcbac\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/virtualMachines/vm6766\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ad90fabe-4563-473e-8a6a-9a8ff5758e90\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/availabilitySets/TESTAS2229\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6766_disk2_3ec1d23d681c4e3db56afe12d8ec7d1d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/disks/vm6766_disk2_3ec1d23d681c4e3db56afe12d8ec7d1d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5adec7ed-22b5-45ac-8216-30402ddbcbac?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhZGVjN2VkLTIyYjUtNDVhYy04MjE2LTMwNDAyZGRiY2JhYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/virtualMachines/vm6766?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjc2Nj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "3c74d06b-5ccb-4c3a-8b20-05a34e2658ef" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:13:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b8ec16ac-2a2e-4b04-962d-396f05e931bd" + "6370a8c9-9784-4ce0-81e4-28d7824e55d5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "2179850c-e3b1-48a1-bc6f-8d74164b016d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T091358Z:2179850c-e3b1-48a1-bc6f-8d74164b016d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3019" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vm6766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/virtualMachines/vm6766\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ad90fabe-4563-473e-8a6a-9a8ff5758e90\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/availabilitySets/TESTAS2229\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6766_disk2_3ec1d23d681c4e3db56afe12d8ec7d1d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/disks/vm6766_disk2_3ec1d23d681c4e3db56afe12d8ec7d1d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Network/networkInterfaces/nic5230\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125?includeColocationStatus=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzMTFfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGc4MTI1P2luY2x1ZGVDb2xvY2F0aW9uU3RhdHVzPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0040b1d-56eb-4276-9f4f-3305ddee8107" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:13:57 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;692" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "15bcc477-1594-468f-9a98-270b0833b3f3" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-correlation-request-id": [ - "0eeebf29-8db2-4974-a7d1-d43f84bf469d" + "62bbb041-eced-40d5-b471-58ea21857627" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205934Z:0eeebf29-8db2-4974-a7d1-d43f84bf469d" + "EASTUS2:20211117T091358Z:62bbb041-eced-40d5-b471-58ea21857627" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:59:34 GMT" - ], "Content-Length": [ - "184" + "1071" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4016,220 +4207,367 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:56:01.9200801+00:00\",\r\n \"endTime\": \"2021-06-29T20:59:01.3118178+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5adec7ed-22b5-45ac-8216-30402ddbcbac\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"testppg8125\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8311_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg8125\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_1/providers/Microsoft.Compute/virtualMachines/VM6766\"\r\n }\r\n ],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8311_1/providers/Microsoft.Compute/availabilitySets/TESTAS2229\"\r\n }\r\n ],\r\n \"colocationStatus\": {\r\n \"code\": \"ColocationStatus/Aligned\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Aligned\",\r\n \"message\": \"All resources in the proximity placement group are aligned.\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8311_1?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzMTFfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e784a70a-1c9b-4087-9ed8-e5d601c16b1b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:14:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-request-id": [ + "df678e32-02c4-45fe-9796-bc3084554d7a" + ], + "x-ms-correlation-request-id": [ + "df678e32-02c4-45fe-9796-bc3084554d7a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T091403Z:df678e32-02c4-45fe-9796-bc3084554d7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:14:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-request-id": [ + "0514eaf0-793f-4831-bf63-20895e27e6a5" + ], + "x-ms-correlation-request-id": [ + "0514eaf0-793f-4831-bf63-20895e27e6a5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T091418Z:0514eaf0-793f-4831-bf63-20895e27e6a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:14:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-request-id": [ + "5a8e7ccf-f498-41f7-8632-ba81ac4b9f3a" + ], + "x-ms-correlation-request-id": [ + "5a8e7ccf-f498-41f7-8632-ba81ac4b9f3a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T091434Z:5a8e7ccf-f498-41f7-8632-ba81ac4b9f3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/virtualMachines/vm5954?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNTk1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:14:49 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31951" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a7b17afe-a255-4e65-9afb-128f688fcbe4" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11968" + ], + "x-ms-request-id": [ + "98d9bd97-5c6a-48a1-80df-a460fc02697f" ], "x-ms-correlation-request-id": [ - "52daa8d1-a6a4-4769-91a7-747e7caae1b6" + "98d9bd97-5c6a-48a1-80df-a460fc02697f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205935Z:52daa8d1-a6a4-4769-91a7-747e7caae1b6" + "EASTUS2:20211117T091449Z:98d9bd97-5c6a-48a1-80df-a460fc02697f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:59:35 GMT" - ], "Content-Length": [ - "3018" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5954\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/virtualMachines/vm5954\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"22e7102f-3ec3-402c-84d5-d2340f153cfd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/availabilitySets/TESTAS780\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5954_disk2_0fdec5cdcc4f4b09b81ec937bd6874ca\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/disks/vm5954_disk2_0fdec5cdcc4f4b09b81ec937bd6874ca\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/virtualMachines/vm5954?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNTk1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "697efda8-ca68-4dca-bfa5-4a824c784d91" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:15:04 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31950" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a3af0efe-2812-462c-9142-acfd1aa5f3e0" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11967" + ], + "x-ms-request-id": [ + "663e65b7-c330-4d0f-a150-0543b06abd86" ], "x-ms-correlation-request-id": [ - "1621b13b-170f-4ef0-a210-a2bdd5116cb3" + "663e65b7-c330-4d0f-a150-0543b06abd86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205935Z:1621b13b-170f-4ef0-a210-a2bdd5116cb3" + "EASTUS2:20211117T091505Z:663e65b7-c330-4d0f-a150-0543b06abd86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:59:35 GMT" - ], "Content-Length": [ - "3018" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5954\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/virtualMachines/vm5954\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"22e7102f-3ec3-402c-84d5-d2340f153cfd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/availabilitySets/TESTAS780\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5954_disk2_0fdec5cdcc4f4b09b81ec937bd6874ca\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/disks/vm5954_disk2_0fdec5cdcc4f4b09b81ec937bd6874ca\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Network/networkInterfaces/nic6972\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005?includeColocationStatus=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5MjZfMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvcHJveGltaXR5UGxhY2VtZW50R3JvdXBzL3Rlc3RwcGcxMDA1P2luY2x1ZGVDb2xvY2F0aW9uU3RhdHVzPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "037fb680-58d2-45b4-9c34-dcc5ab8bf9e1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:15:19 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;691" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "6c947857-f2a4-493f-b788-1716c501aa00" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11966" + ], + "x-ms-request-id": [ + "40300f06-723a-407c-acf1-7f0f3fb7d424" ], "x-ms-correlation-request-id": [ - "324c3d65-06be-4c8c-8768-2c2db53a9f62" + "40300f06-723a-407c-acf1-7f0f3fb7d424" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205935Z:324c3d65-06be-4c8c-8768-2c2db53a9f62" + "EASTUS2:20211117T091520Z:40300f06-723a-407c-acf1-7f0f3fb7d424" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:59:35 GMT" - ], "Content-Length": [ - "1070" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"testppg1005\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7926_1/providers/Microsoft.Compute/proximityPlacementGroups/testppg1005\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_1/providers/Microsoft.Compute/virtualMachines/VM5954\"\r\n }\r\n ],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR7926_1/providers/Microsoft.Compute/availabilitySets/TESTAS780\"\r\n }\r\n ],\r\n \"colocationStatus\": {\r\n \"code\": \"ColocationStatus/Aligned\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Aligned\",\r\n \"message\": \"All resources in the proximity placement group are aligned.\"\r\n }\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7926_1?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5MjZfMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3480bc22-f923-4b80-b169-107bc7255457" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4237,26 +4575,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:15:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" ], "x-ms-request-id": [ - "6817c324-718e-4538-a868-552af5a1d8bb" + "c9b305db-fe57-4075-89c9-fae035283a57" ], "x-ms-correlation-request-id": [ - "6817c324-718e-4538-a868-552af5a1d8bb" + "c9b305db-fe57-4075-89c9-fae035283a57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205940Z:6817c324-718e-4538-a868-552af5a1d8bb" + "EASTUS2:20211117T091536Z:c9b305db-fe57-4075-89c9-fae035283a57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4264,29 +4605,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:59:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4294,26 +4632,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:15:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11964" ], "x-ms-request-id": [ - "3e679852-018e-4eaa-9b4c-a8ed25f9121a" + "31c35919-a93a-4afb-a997-4982b0afd624" ], "x-ms-correlation-request-id": [ - "3e679852-018e-4eaa-9b4c-a8ed25f9121a" + "31c35919-a93a-4afb-a997-4982b0afd624" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T205955Z:3e679852-018e-4eaa-9b4c-a8ed25f9121a" + "EASTUS2:20211117T091551Z:31c35919-a93a-4afb-a997-4982b0afd624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4321,29 +4662,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:59:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4351,26 +4689,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:16:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11963" ], "x-ms-request-id": [ - "ca180bf4-440e-477a-9016-561d812e7340" + "56524a35-2722-4426-a36f-43d0e1e27062" ], "x-ms-correlation-request-id": [ - "ca180bf4-440e-477a-9016-561d812e7340" + "56524a35-2722-4426-a36f-43d0e1e27062" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210011Z:ca180bf4-440e-477a-9016-561d812e7340" + "EASTUS2:20211117T091606Z:56524a35-2722-4426-a36f-43d0e1e27062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4378,29 +4719,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:00:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4408,26 +4746,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:16:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11962" ], "x-ms-request-id": [ - "d357d401-1067-4380-a648-31e349899465" + "d572a67b-4e02-4b95-abd9-e7e9ea756302" ], "x-ms-correlation-request-id": [ - "d357d401-1067-4380-a648-31e349899465" + "d572a67b-4e02-4b95-abd9-e7e9ea756302" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210026Z:d357d401-1067-4380-a648-31e349899465" + "EASTUS2:20211117T091622Z:d572a67b-4e02-4b95-abd9-e7e9ea756302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4435,29 +4776,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:00:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4465,26 +4803,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:16:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11961" ], "x-ms-request-id": [ - "93544930-850d-4371-859a-a7536e1a258c" + "62b3be61-ca84-478a-af8c-48b86563e494" ], "x-ms-correlation-request-id": [ - "93544930-850d-4371-859a-a7536e1a258c" + "62b3be61-ca84-478a-af8c-48b86563e494" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210042Z:93544930-850d-4371-859a-a7536e1a258c" + "EASTUS2:20211117T091637Z:62b3be61-ca84-478a-af8c-48b86563e494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4492,29 +4833,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:00:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4522,26 +4860,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:16:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11960" ], "x-ms-request-id": [ - "1dffe9a8-b2ef-4fc2-87c3-396868078d12" + "369e3edc-169b-40a7-b89c-3031a215e423" ], "x-ms-correlation-request-id": [ - "1dffe9a8-b2ef-4fc2-87c3-396868078d12" + "369e3edc-169b-40a7-b89c-3031a215e423" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210057Z:1dffe9a8-b2ef-4fc2-87c3-396868078d12" + "EASTUS2:20211117T091653Z:369e3edc-169b-40a7-b89c-3031a215e423" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4549,29 +4890,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:00:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4579,26 +4917,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:17:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11959" ], "x-ms-request-id": [ - "daa8f962-913f-4dcf-aa50-954dffa5c2d7" + "cd3ca34e-5e63-4e99-ad2e-01dd5502871a" ], "x-ms-correlation-request-id": [ - "daa8f962-913f-4dcf-aa50-954dffa5c2d7" + "cd3ca34e-5e63-4e99-ad2e-01dd5502871a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210113Z:daa8f962-913f-4dcf-aa50-954dffa5c2d7" + "EASTUS2:20211117T091708Z:cd3ca34e-5e63-4e99-ad2e-01dd5502871a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4606,29 +4947,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:01:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4636,26 +4974,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:17:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11958" ], "x-ms-request-id": [ - "f24668e0-1b63-4eea-b069-3cb2cf474222" + "fdfe505b-10a6-4100-af19-c6d0858f6414" ], "x-ms-correlation-request-id": [ - "f24668e0-1b63-4eea-b069-3cb2cf474222" + "fdfe505b-10a6-4100-af19-c6d0858f6414" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210128Z:f24668e0-1b63-4eea-b069-3cb2cf474222" + "EASTUS2:20211117T091724Z:fdfe505b-10a6-4100-af19-c6d0858f6414" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4663,29 +5004,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:01:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4693,26 +5031,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:17:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11957" ], "x-ms-request-id": [ - "469fd9b0-273a-4854-8672-1d58d1541a7a" + "771fbe41-b225-4b3f-997e-26f8ce0ee979" ], "x-ms-correlation-request-id": [ - "469fd9b0-273a-4854-8672-1d58d1541a7a" + "771fbe41-b225-4b3f-997e-26f8ce0ee979" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210144Z:469fd9b0-273a-4854-8672-1d58d1541a7a" + "EASTUS2:20211117T091739Z:771fbe41-b225-4b3f-997e-26f8ce0ee979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4720,29 +5061,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:01:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4750,26 +5088,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:17:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11956" ], "x-ms-request-id": [ - "78224261-9991-4544-b402-cb22b2f1e1ec" + "f45dd31c-5b68-441d-ac3e-1d2704571835" ], "x-ms-correlation-request-id": [ - "78224261-9991-4544-b402-cb22b2f1e1ec" + "f45dd31c-5b68-441d-ac3e-1d2704571835" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210159Z:78224261-9991-4544-b402-cb22b2f1e1ec" + "EASTUS2:20211117T091755Z:f45dd31c-5b68-441d-ac3e-1d2704571835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4777,29 +5118,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:01:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4807,26 +5145,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:18:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11955" ], "x-ms-request-id": [ - "49e00dbf-cb57-4f47-a89f-748c938b6c6a" + "ca9fd5c4-03d2-4b95-af15-0577ecaba246" ], "x-ms-correlation-request-id": [ - "49e00dbf-cb57-4f47-a89f-748c938b6c6a" + "ca9fd5c4-03d2-4b95-af15-0577ecaba246" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210215Z:49e00dbf-cb57-4f47-a89f-748c938b6c6a" + "EASTUS2:20211117T091810Z:ca9fd5c4-03d2-4b95-af15-0577ecaba246" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4834,29 +5175,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:02:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4864,26 +5202,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:18:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11954" ], "x-ms-request-id": [ - "7b88e2a7-815a-4b0a-bcb1-f31aebc645ae" + "034d4be1-cb67-464f-b8bc-19f3572b8654" ], "x-ms-correlation-request-id": [ - "7b88e2a7-815a-4b0a-bcb1-f31aebc645ae" + "034d4be1-cb67-464f-b8bc-19f3572b8654" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210230Z:7b88e2a7-815a-4b0a-bcb1-f31aebc645ae" + "EASTUS2:20211117T091826Z:034d4be1-cb67-464f-b8bc-19f3572b8654" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4891,29 +5232,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:02:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4921,26 +5259,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:18:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11953" ], "x-ms-request-id": [ - "1c631517-97d5-4995-acaf-d382908deef5" + "d28f396b-01dd-430f-9888-8e0d8dd0410a" ], "x-ms-correlation-request-id": [ - "1c631517-97d5-4995-acaf-d382908deef5" + "d28f396b-01dd-430f-9888-8e0d8dd0410a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210245Z:1c631517-97d5-4995-acaf-d382908deef5" + "EASTUS2:20211117T091841Z:d28f396b-01dd-430f-9888-8e0d8dd0410a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4948,29 +5289,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:02:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4978,26 +5316,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:18:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11952" ], "x-ms-request-id": [ - "16e3db26-1dfa-45f6-aa56-43b26a8cb73f" + "6c620dc4-d479-4ac0-8ca6-490e394b7d7b" ], "x-ms-correlation-request-id": [ - "16e3db26-1dfa-45f6-aa56-43b26a8cb73f" + "6c620dc4-d479-4ac0-8ca6-490e394b7d7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210301Z:16e3db26-1dfa-45f6-aa56-43b26a8cb73f" + "EASTUS2:20211117T091856Z:6c620dc4-d479-4ac0-8ca6-490e394b7d7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5005,29 +5346,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:03:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5035,20 +5373,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:19:12 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11951" ], "x-ms-request-id": [ - "ed9449c2-8bff-4598-84e7-39204943c3c6" + "859564ca-b0cb-4a9e-84bd-e51ba698dec8" ], "x-ms-correlation-request-id": [ - "ed9449c2-8bff-4598-84e7-39204943c3c6" + "859564ca-b0cb-4a9e-84bd-e51ba698dec8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210316Z:ed9449c2-8bff-4598-84e7-39204943c3c6" + "EASTUS2:20211117T091913Z:859564ca-b0cb-4a9e-84bd-e51ba698dec8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5056,29 +5397,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:03:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTI2OjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RJMk9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzExOjVGMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpFeE9qVkdNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5086,20 +5424,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:19:12 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11950" ], "x-ms-request-id": [ - "0af05097-a9b2-469c-813a-47a6e7e7fe1b" + "76100de9-d477-4704-88f5-933155bc826f" ], "x-ms-correlation-request-id": [ - "0af05097-a9b2-469c-813a-47a6e7e7fe1b" + "76100de9-d477-4704-88f5-933155bc826f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210317Z:0af05097-a9b2-469c-813a-47a6e7e7fe1b" + "EASTUS2:20211117T091913Z:76100de9-d477-4704-88f5-933155bc826f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5107,14 +5448,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:03:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5123,45 +5461,45 @@ ], "Names": { "Initialize": [ - "crptestar7926" + "crptestar8311" ], "VerifyPutPatchGetAndDeleteWithDefaultValues_Success": [ - "testppg8130" + "testppg5827" ], "VerifyPutPatchGetAndDeleteOperations_Scenarios": [ - "testppg9464", - "testppg6543" + "testppg2770", + "testppg5840" ], "VerifyPutPatchGetAndDeleteWithInvalidValues_Failure": [ - "testppg5689" + "testppg6909" ], "VerifyListProximityPlacementGroups": [ - "testppg1239" + "testppg1023" ], "VerifyProximityPlacementGroupColocationStatusView": [ - "testppg1005", - "testas780", - "testvmss3659", - "crptestar4887" + "testppg8125", + "testas2229", + "testvmss7807", + "crptestar1127" ], "CreatePublicIP": [ - "pip3701", - "dn4137" + "pip3064", + "dn7494" ], "CreateVNET": [ - "vn9668", - "sn4256" + "vn1778", + "sn9510" ], "CreateNIC": [ - "nic6972", - "ip4204" + "nic5230", + "ip4488" ], "CreateDefaultVMInput": [ - "crptestar765", - "crptestar4046", - "crptestar1419", - "vm5954", - "Microsoft.Compute/virtualMachines6487" + "crptestar4925", + "crptestar6984", + "crptestar8604", + "vm6766", + "Microsoft.Compute/virtualMachines5103" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UsageTests/TestListUsages.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UsageTests/TestListUsages.json index 3b7f4b6fe1616..7e6a0b806034f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UsageTests/TestListUsages.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UsageTests/TestListUsages.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dabdfac-4fc9-4852-96c3-fc7b2873d68d" + "1b02c373-2f09-44d4-80b9-df3f50f9606b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -33,10 +33,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "c799d70e-3610-46aa-a3e3-19549276de0b" + "6161c1a6-5c7e-47f4-8498-88c067882ff9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "293457f9-f71c-4cc3-b7b5-5f55b58a7aba" + "7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033927Z:293457f9-f71c-4cc3-b7b5-5f55b58a7aba" + "SOUTHCENTRALUS:20220126T062936Z:7cba3529-09d0-4790-87d5-28cd3e95aa90" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:39:27 GMT" + "Wed, 26 Jan 2022 06:29:35 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7263?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyNjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4565?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ1NjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7263\": \"2021-06-29 03:39:27Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4565\": \"2022-01-26 06:29:37Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9accf79c-0bec-4d35-9390-2d3da31255cb" + "b56e78c3-e1e4-4028-a092-7c2463a969c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "e2400039-f16c-43df-a08c-c2856658355d" + "9f41f87b-5b8b-450e-9f20-51f1200b51b2" ], "x-ms-correlation-request-id": [ - "e2400039-f16c-43df-a08c-c2856658355d" + "9f41f87b-5b8b-450e-9f20-51f1200b51b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033929Z:e2400039-f16c-43df-a08c-c2856658355d" + "SOUTHCENTRALUS:20220126T062940Z:9f41f87b-5b8b-450e-9f20-51f1200b51b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:39:28 GMT" + "Wed, 26 Jan 2022 06:29:39 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263\",\r\n \"name\": \"crptestar7263\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7263\": \"2021-06-29 03:39:27Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565\",\r\n \"name\": \"crptestar4565\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4565\": \"2022-01-26 06:29:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7263?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyNjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4565?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ1NjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7263\": \"2021-06-29 03:40:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4565\": \"2022-01-26 06:30:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a430dbf1-5d06-4ed0-a0fd-b0c6c00c3c92" + "9a580d1b-02e7-4e94-b346-8f02154c74a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "9bf3fb00-c460-4f27-b448-fd8555a7e3f4" + "fd721333-526e-4cd4-a950-c07d6eefd650" ], "x-ms-correlation-request-id": [ - "9bf3fb00-c460-4f27-b448-fd8555a7e3f4" + "fd721333-526e-4cd4-a950-c07d6eefd650" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034008Z:9bf3fb00-c460-4f27-b448-fd8555a7e3f4" + "SOUTHCENTRALUS:20220126T063021Z:fd721333-526e-4cd4-a950-c07d6eefd650" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:08 GMT" + "Wed, 26 Jan 2022 06:30:20 GMT" ], "Content-Length": [ "234" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263\",\r\n \"name\": \"crptestar7263\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7263\": \"2021-06-29 03:40:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565\",\r\n \"name\": \"crptestar4565\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4565\": \"2022-01-26 06:30:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Storage/storageAccounts/crptestar2082?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMDgyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Storage/storageAccounts/crptestar2235?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMjM1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9a6d590b-39f7-42b1-aa33-44cee5e58166" + "8db47643-9c75-4830-906d-e3b6ccd12985" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/b8bf6e4e-df44-445d-b79f-52af47ca79dd?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8e4570c8-1553-41ea-ba9e-54f141601b90?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "b8bf6e4e-df44-445d-b79f-52af47ca79dd" + "8e4570c8-1553-41ea-ba9e-54f141601b90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "8aab6430-5804-4438-aefa-ec95665a3774" + "a12e3954-2336-4952-b5dd-2471da78f81f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033939Z:8aab6430-5804-4438-aefa-ec95665a3774" + "SOUTHCENTRALUS:20220126T062951Z:a12e3954-2336-4952-b5dd-2471da78f81f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:39:39 GMT" + "Wed, 26 Jan 2022 06:29:50 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/b8bf6e4e-df44-445d-b79f-52af47ca79dd?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYjhiZjZlNGUtZGY0NC00NDVkLWI3OWYtNTJhZjQ3Y2E3OWRkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8e4570c8-1553-41ea-ba9e-54f141601b90?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOGU0NTcwYzgtMTU1My00MWVhLWJhOWUtNTRmMTQxNjAxYjkwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -298,7 +298,7 @@ "no-cache" ], "x-ms-request-id": [ - "9614126f-28c8-464b-8208-a764a8eb9ff5" + "9e107d94-3713-4756-9901-fbf517135287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +310,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "1a910baf-219f-483b-bab6-5e9080c300ea" + "cefe022f-ba52-47a9-8501-37ad195eafce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033957Z:1a910baf-219f-483b-bab6-5e9080c300ea" + "SOUTHCENTRALUS:20220126T063008Z:cefe022f-ba52-47a9-8501-37ad195eafce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:39:56 GMT" + "Wed, 26 Jan 2022 06:30:08 GMT" ], "Content-Length": [ "95" @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9a88a2b-d5d9-4551-92c4-94ce0b8df8de" + "36de9de8-f532-4fba-b0d3-6fd52e2e02e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "e7a2f783-98d9-4773-b573-82c36bcddb72" + "a99729cd-138e-4f4c-98c0-159274e9a19b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -373,16 +373,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "408dbcbf-6880-4d62-b5b0-3cf0bd616b9d" + "95f19249-acc0-4c91-b53c-cb469e901f5f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034007Z:408dbcbf-6880-4d62-b5b0-3cf0bd616b9d" + "SOUTHCENTRALUS:20220126T063019Z:95f19249-acc0-4c91-b53c-cb469e901f5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:06 GMT" + "Wed, 26 Jan 2022 06:30:19 GMT" ], "Content-Length": [ "752" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Storage/storageAccounts/crptestar2082\",\r\n \"name\": \"crptestar2082\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T03:39:36.0938659Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2082.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2082.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2082.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2082.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Storage/storageAccounts/crptestar2235\",\r\n \"name\": \"crptestar2235\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T06:29:47.8715379Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2235.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2235.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2235.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2235.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Storage/storageAccounts/crptestar2082?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMDgyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Storage/storageAccounts/crptestar2235?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMjM1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05015021-7dc4-4667-9067-acbab99d0055" + "955bfa44-0b9e-4f5a-9746-1a40d9a34cee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "07d78154-6039-470c-bd68-a2b100c273c5" + "3e4291be-9147-4564-9403-13e73ff9bfc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,16 +436,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "b1a44e00-c328-4c59-ab56-b360e466bd80" + "8e0d2ea2-674f-46f9-8354-699b8aea4ccc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034007Z:b1a44e00-c328-4c59-ab56-b360e466bd80" + "SOUTHCENTRALUS:20220126T063019Z:8e0d2ea2-674f-46f9-8354-699b8aea4ccc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:07 GMT" + "Wed, 26 Jan 2022 06:30:19 GMT" ], "Content-Length": [ "740" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Storage/storageAccounts/crptestar2082\",\r\n \"name\": \"crptestar2082\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T03:39:36.0938659Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2082.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2082.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2082.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2082.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Storage/storageAccounts/crptestar2235\",\r\n \"name\": \"crptestar2235\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T06:29:47.8715379Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2235.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2235.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2235.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2235.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/publicIPAddresses/pip9838?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk4Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/publicIPAddresses/pip5581?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7860\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4606\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "91523ed3-64ad-4b29-957f-1696d9f4dee8" + "2f6becf1-4125-4800-bb50-19ead97ff5cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +496,19 @@ "1" ], "x-ms-request-id": [ - "ef69b10a-7fcf-4579-9906-d1136c5cf4bb" + "af97abc1-15da-422b-a6de-37a0ecad84af" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ef69b10a-7fcf-4579-9906-d1136c5cf4bb?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/af97abc1-15da-422b-a6de-37a0ecad84af?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "fd304499-711c-4697-8f5e-bb84bdb176c9" + "8025b1e1-333e-4526-8d80-b34472bd4105" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ce193870-3f0a-4c65-a47e-eb698a543afe" + "bb603191-4e73-4ec5-a190-63b5488af485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,13 +521,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034016Z:fd304499-711c-4697-8f5e-bb84bdb176c9" + "SOUTHCENTRALUS:20220126T063031Z:8025b1e1-333e-4526-8d80-b34472bd4105" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:16 GMT" + "Wed, 26 Jan 2022 06:30:31 GMT" ], "Content-Length": [ "769" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/publicIPAddresses/pip9838\",\r\n \"etag\": \"W/\\\"15ec12ef-80eb-4d28-9d13-cc0914081e2c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8eefc44b-466b-49bc-858b-517f1b190f96\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7860\",\r\n \"fqdn\": \"dn7860.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/publicIPAddresses/pip5581\",\r\n \"etag\": \"W/\\\"931faeaf-2cf0-46fc-9e7a-772daa88dbf3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"79358450-2612-4d50-a4ee-598d985c23cf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4606\",\r\n \"fqdn\": \"dn4606.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ef69b10a-7fcf-4579-9906-d1136c5cf4bb?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VmNjliMTBhLTdmY2YtNDU3OS05OTA2LWQxMTM2YzVjZjRiYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/af97abc1-15da-422b-a6de-37a0ecad84af?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmOTdhYmMxLTE1ZGEtNDIyYi1hNmRlLTM3YTBlY2FkODRhZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +563,13 @@ "no-cache" ], "x-ms-request-id": [ - "af37288c-7d21-48c6-83f3-dd2bd014683a" + "ddf5e97a-ebd9-4e11-98a2-353d61094fd1" ], "x-ms-correlation-request-id": [ - "fa7cadb5-8d0e-48e6-9f2f-30a0b9369802" + "4ef9662e-7718-4562-93d7-3c7e5cd667e4" ], "x-ms-arm-service-request-id": [ - "9067556a-bffb-4ea1-96d2-860b8c590950" + "69e229a5-21a2-4fde-94e9-1a133f513c6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,13 +582,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034018Z:fa7cadb5-8d0e-48e6-9f2f-30a0b9369802" + "SOUTHCENTRALUS:20220126T063033Z:4ef9662e-7718-4562-93d7-3c7e5cd667e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:17 GMT" + "Wed, 26 Jan 2022 06:30:32 GMT" ], "Content-Length": [ "29" @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/publicIPAddresses/pip9838?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk4Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/publicIPAddresses/pip5581?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +624,16 @@ "no-cache" ], "ETag": [ - "W/\"63e59c5a-8df3-4d80-b448-952f00de4892\"" + "W/\"7a3812fb-16f8-4caf-af7b-1318758e89f2\"" ], "x-ms-request-id": [ - "6ea0e548-459a-4e0c-a2cc-2bb098ce6e01" + "6d4bbf3c-daa0-4c4b-9eca-f6e6565717bc" ], "x-ms-correlation-request-id": [ - "3128fa45-e5c1-4315-99c0-231b1105afc4" + "2d8b53a9-04d4-4052-ba59-63793ef53f73" ], "x-ms-arm-service-request-id": [ - "d395a8f3-78c7-41cc-b908-cbd5d1a25849" + "1a06a46b-6763-4e31-a3fd-9ccd3ed05bd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -646,13 +646,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034018Z:3128fa45-e5c1-4315-99c0-231b1105afc4" + "SOUTHCENTRALUS:20220126T063033Z:2d8b53a9-04d4-4052-ba59-63793ef53f73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:17 GMT" + "Wed, 26 Jan 2022 06:30:32 GMT" ], "Content-Length": [ "770" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/publicIPAddresses/pip9838\",\r\n \"etag\": \"W/\\\"63e59c5a-8df3-4d80-b448-952f00de4892\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8eefc44b-466b-49bc-858b-517f1b190f96\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7860\",\r\n \"fqdn\": \"dn7860.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/publicIPAddresses/pip5581\",\r\n \"etag\": \"W/\\\"7a3812fb-16f8-4caf-af7b-1318758e89f2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"79358450-2612-4d50-a4ee-598d985c23cf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4606\",\r\n \"fqdn\": \"dn4606.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/publicIPAddresses/pip9838?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk4Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/publicIPAddresses/pip5581?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63b3e8cb-f14d-46eb-b95d-d9e23fc5c83b" + "ab303067-701c-45f5-8af4-c621464fe87d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +694,16 @@ "no-cache" ], "ETag": [ - "W/\"63e59c5a-8df3-4d80-b448-952f00de4892\"" + "W/\"7a3812fb-16f8-4caf-af7b-1318758e89f2\"" ], "x-ms-request-id": [ - "9126a721-85be-45d9-a1c0-f04bd78a53ca" + "bacd1fe3-ff8b-440f-bc36-a2cb1fc07a57" ], "x-ms-correlation-request-id": [ - "04c3a138-3b44-4923-beb7-d8e91a69077b" + "da2bd410-556c-45bd-ab5d-e9beed8c34fe" ], "x-ms-arm-service-request-id": [ - "2ffac55e-a849-474a-bdd9-819d9d3b1801" + "1f490e80-e4eb-4db1-936f-1a6837f88bf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -716,13 +716,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034018Z:04c3a138-3b44-4923-beb7-d8e91a69077b" + "SOUTHCENTRALUS:20220126T063034Z:da2bd410-556c-45bd-ab5d-e9beed8c34fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:18 GMT" + "Wed, 26 Jan 2022 06:30:33 GMT" ], "Content-Length": [ "770" @@ -734,32 +734,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/publicIPAddresses/pip9838\",\r\n \"etag\": \"W/\\\"63e59c5a-8df3-4d80-b448-952f00de4892\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8eefc44b-466b-49bc-858b-517f1b190f96\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7860\",\r\n \"fqdn\": \"dn7860.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/publicIPAddresses/pip5581\",\r\n \"etag\": \"W/\\\"7a3812fb-16f8-4caf-af7b-1318758e89f2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"79358450-2612-4d50-a4ee-598d985c23cf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4606\",\r\n \"fqdn\": \"dn4606.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYyMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4976\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn462\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "00a59e5a-022e-498a-a7f0-9efcc37b3fe8" + "768ddab0-883d-41fe-aae5-f2a0714baab4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "401" ] }, "ResponseHeaders": { @@ -773,19 +773,19 @@ "3" ], "x-ms-request-id": [ - "c5f77e36-88de-4a17-8ffb-1b32d420b008" + "d1164e1e-dc5d-4b94-b5b9-40d3da3c253d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c5f77e36-88de-4a17-8ffb-1b32d420b008?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d1164e1e-dc5d-4b94-b5b9-40d3da3c253d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "91469526-8b3f-47c4-a277-b64b8d67a0cb" + "5bb9a054-75fe-488b-bc6b-5ff019e0d405" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "dfff73fe-7be3-4278-82c4-697e8435fd85" + "0993bb45-234b-48d2-9e7b-701d96474266" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,16 +798,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034023Z:91469526-8b3f-47c4-a277-b64b8d67a0cb" + "SOUTHCENTRALUS:20220126T063038Z:5bb9a054-75fe-488b-bc6b-5ff019e0d405" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:22 GMT" + "Wed, 26 Jan 2022 06:30:37 GMT" ], "Content-Length": [ - "1321" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9003\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003\",\r\n \"etag\": \"W/\\\"22cc7c1c-b49b-437a-a57c-5f795295d7e8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6cc62ef5-ccb2-4c72-afd4-a84f458b92e0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976\",\r\n \"etag\": \"W/\\\"22cc7c1c-b49b-437a-a57c-5f795295d7e8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6239\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239\",\r\n \"etag\": \"W/\\\"62c6941c-8f47-452a-813b-a10fe2ed1982\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2f7c8cfd-93ba-41a1-b776-054dac94e701\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn462\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462\",\r\n \"etag\": \"W/\\\"62c6941c-8f47-452a-813b-a10fe2ed1982\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c5f77e36-88de-4a17-8ffb-1b32d420b008?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1Zjc3ZTM2LTg4ZGUtNGExNy04ZmZiLTFiMzJkNDIwYjAwOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d1164e1e-dc5d-4b94-b5b9-40d3da3c253d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxMTY0ZTFlLWRjNWQtNGI5NC1iNWI5LTQwZDNkYTNjMjUzZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -840,13 +840,13 @@ "no-cache" ], "x-ms-request-id": [ - "1575d905-c626-422e-87d9-29c2eace2fa4" + "d4211e3e-45b9-4535-8c5a-e0187cebd3f8" ], "x-ms-correlation-request-id": [ - "d0d48e49-46ff-401b-b4e9-193db048a05f" + "437f30ef-42cb-4fd9-a1c7-d359222c876a" ], "x-ms-arm-service-request-id": [ - "1af3d980-0866-4e23-aa7c-2d38b9e8e576" + "8d5e3a68-de99-4511-824e-871004f8863e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -859,13 +859,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034027Z:d0d48e49-46ff-401b-b4e9-193db048a05f" + "SOUTHCENTRALUS:20220126T063042Z:437f30ef-42cb-4fd9-a1c7-d359222c876a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:26 GMT" + "Wed, 26 Jan 2022 06:30:41 GMT" ], "Content-Length": [ "29" @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYyMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +901,16 @@ "no-cache" ], "ETag": [ - "W/\"9a219d88-ac70-487e-b95c-b87d0f7a7ae1\"" + "W/\"ef0298b8-23b5-4495-b8c2-53c69ec7f9a5\"" ], "x-ms-request-id": [ - "181f531e-559e-49c6-91dd-1a2fe52355c4" + "131b1ddd-59df-40c2-aefc-8ad1072e7e0d" ], "x-ms-correlation-request-id": [ - "84b902f5-319d-4b70-aea0-75de1c373df6" + "bfe1ac5a-ba78-423f-a35d-ef2618278624" ], "x-ms-arm-service-request-id": [ - "81c9ec6f-65d8-4b7a-92d2-99c20a3d2bef" + "1bc88338-8e68-4ff5-a3d9-8356b05300c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -923,16 +923,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034027Z:84b902f5-319d-4b70-aea0-75de1c373df6" + "SOUTHCENTRALUS:20220126T063042Z:bfe1ac5a-ba78-423f-a35d-ef2618278624" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:26 GMT" + "Wed, 26 Jan 2022 06:30:41 GMT" ], "Content-Length": [ - "1323" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9003\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003\",\r\n \"etag\": \"W/\\\"9a219d88-ac70-487e-b95c-b87d0f7a7ae1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6cc62ef5-ccb2-4c72-afd4-a84f458b92e0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976\",\r\n \"etag\": \"W/\\\"9a219d88-ac70-487e-b95c-b87d0f7a7ae1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6239\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239\",\r\n \"etag\": \"W/\\\"ef0298b8-23b5-4495-b8c2-53c69ec7f9a5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2f7c8cfd-93ba-41a1-b776-054dac94e701\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn462\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462\",\r\n \"etag\": \"W/\\\"ef0298b8-23b5-4495-b8c2-53c69ec7f9a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwMDMvc3VibmV0cy9zbjQ5NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYyMzkvc3VibmV0cy9zbjQ2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00ed38b7-70cb-4e97-83e6-86ae42917d59" + "9fb473f5-7539-4037-86b3-6412b89e57b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -971,16 +971,16 @@ "no-cache" ], "ETag": [ - "W/\"9a219d88-ac70-487e-b95c-b87d0f7a7ae1\"" + "W/\"ef0298b8-23b5-4495-b8c2-53c69ec7f9a5\"" ], "x-ms-request-id": [ - "195c0c1e-456c-462e-918b-9d54b0df8896" + "b1c2e060-5b55-4561-9608-8e252c75b939" ], "x-ms-correlation-request-id": [ - "9852a3ab-36ca-44d3-a4e4-4b9ebc5861cd" + "c58de6d8-7571-472f-9dc7-d8d6f427955f" ], "x-ms-arm-service-request-id": [ - "64aca795-b25d-43dd-80e1-7305184003a7" + "da3decc4-5c80-49c9-aa5c-a929d6a99710" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -993,16 +993,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034027Z:9852a3ab-36ca-44d3-a4e4-4b9ebc5861cd" + "SOUTHCENTRALUS:20220126T063043Z:c58de6d8-7571-472f-9dc7-d8d6f427955f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:27 GMT" + "Wed, 26 Jan 2022 06:30:42 GMT" ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,32 +1011,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976\",\r\n \"etag\": \"W/\\\"9a219d88-ac70-487e-b95c-b87d0f7a7ae1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn462\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462\",\r\n \"etag\": \"W/\\\"ef0298b8-23b5-4495-b8c2-53c69ec7f9a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI0Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg0NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976\"\r\n }\r\n },\r\n \"name\": \"ip2626\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn462\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462\"\r\n }\r\n },\r\n \"name\": \"ip1213\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "693fac9b-b276-4b9d-a800-cf492589c02e" + "807dee81-8794-4ca6-843e-805800f0106e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "746" ] }, "ResponseHeaders": { @@ -1047,19 +1047,19 @@ "no-cache" ], "x-ms-request-id": [ - "e66b61bc-12a2-4493-a294-cec0ae030e6d" + "524948f3-b6db-4939-939a-25ae99b24b03" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e66b61bc-12a2-4493-a294-cec0ae030e6d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/524948f3-b6db-4939-939a-25ae99b24b03?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "31cb4c5f-2386-41e1-892f-c53de6ed5f2c" + "38bcb631-678c-4aa0-837f-cec8a553901b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b8947914-c3fd-406c-8f83-ab9f8a7bbf2b" + "1394d167-f5f2-423d-a2a7-e486bb10d216" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1072,16 +1072,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034031Z:31cb4c5f-2386-41e1-892f-c53de6ed5f2c" + "SOUTHCENTRALUS:20220126T063046Z:38bcb631-678c-4aa0-837f-cec8a553901b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:31 GMT" + "Wed, 26 Jan 2022 06:30:46 GMT" ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2437\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437\",\r\n \"etag\": \"W/\\\"22ee5d02-8936-4d0e-917b-56a79a538f9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"800d94ca-4e59-4dfd-bb7e-323556924036\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437/ipConfigurations/ip2626\",\r\n \"etag\": \"W/\\\"22ee5d02-8936-4d0e-917b-56a79a538f9e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976\"\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\": \"4uxmm1fszrzezl4uvbhulc2s2a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447\",\r\n \"etag\": \"W/\\\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a34518be-fa7e-4c47-9872-214a30b6981b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447/ipConfigurations/ip1213\",\r\n \"etag\": \"W/\\\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462\"\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\": \"5wghyl30soqudn1wavg0zfhhab.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI0Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg0NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1114,16 @@ "no-cache" ], "ETag": [ - "W/\"22ee5d02-8936-4d0e-917b-56a79a538f9e\"" + "W/\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\"" ], "x-ms-request-id": [ - "d94319ea-9986-4853-abd4-2e817d8bea02" + "d2dd35e1-2094-4524-931e-4bac7e03f4be" ], "x-ms-correlation-request-id": [ - "6c446fd8-6fb9-4158-9090-af5ad281f8e3" + "494ed307-297f-4941-89e4-6fcf1c623955" ], "x-ms-arm-service-request-id": [ - "d36cda5b-4659-41c9-b01c-a1a6d760c00b" + "1c01abf3-b2c6-4d8f-8ee9-92062af1f026" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1136,16 +1136,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034032Z:6c446fd8-6fb9-4158-9090-af5ad281f8e3" + "SOUTHCENTRALUS:20220126T063047Z:494ed307-297f-4941-89e4-6fcf1c623955" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:31 GMT" + "Wed, 26 Jan 2022 06:30:46 GMT" ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2437\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437\",\r\n \"etag\": \"W/\\\"22ee5d02-8936-4d0e-917b-56a79a538f9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"800d94ca-4e59-4dfd-bb7e-323556924036\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437/ipConfigurations/ip2626\",\r\n \"etag\": \"W/\\\"22ee5d02-8936-4d0e-917b-56a79a538f9e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976\"\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\": \"4uxmm1fszrzezl4uvbhulc2s2a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447\",\r\n \"etag\": \"W/\\\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a34518be-fa7e-4c47-9872-214a30b6981b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447/ipConfigurations/ip1213\",\r\n \"etag\": \"W/\\\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462\"\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\": \"5wghyl30soqudn1wavg0zfhhab.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI0Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg0NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "235e6f78-c5e3-47f7-953e-5e90a8c69613" + "41e4c13e-0a4c-46f2-84da-a67b3777a86a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1184,16 +1184,16 @@ "no-cache" ], "ETag": [ - "W/\"22ee5d02-8936-4d0e-917b-56a79a538f9e\"" + "W/\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\"" ], "x-ms-request-id": [ - "32d8ee59-ee23-4355-86db-a8b1a19586da" + "2c737b86-4815-4a7c-9187-6330ebabfc5a" ], "x-ms-correlation-request-id": [ - "19fb2354-76d9-48e7-a14e-3027c2453cbc" + "2005fba8-0297-4b3c-82b5-3ae345c566c2" ], "x-ms-arm-service-request-id": [ - "69daee5c-73ed-494c-b8c0-ccc48c74326f" + "ad5765a1-eb77-4a78-a152-c4bda5bc92e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1206,16 +1206,16 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034032Z:19fb2354-76d9-48e7-a14e-3027c2453cbc" + "SOUTHCENTRALUS:20220126T063047Z:2005fba8-0297-4b3c-82b5-3ae345c566c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:31 GMT" + "Wed, 26 Jan 2022 06:30:46 GMT" ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2437\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437\",\r\n \"etag\": \"W/\\\"22ee5d02-8936-4d0e-917b-56a79a538f9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"800d94ca-4e59-4dfd-bb7e-323556924036\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437/ipConfigurations/ip2626\",\r\n \"etag\": \"W/\\\"22ee5d02-8936-4d0e-917b-56a79a538f9e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/virtualNetworks/vn9003/subnets/sn4976\"\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\": \"4uxmm1fszrzezl4uvbhulc2s2a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447\",\r\n \"etag\": \"W/\\\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a34518be-fa7e-4c47-9872-214a30b6981b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447/ipConfigurations/ip1213\",\r\n \"etag\": \"W/\\\"4acc2f64-9f59-4c5d-9c86-0f209198a09f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/virtualNetworks/vn6239/subnets/sn462\"\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\": \"5wghyl30soqudn1wavg0zfhhab.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/availabilitySets/as2017?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyMDE3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/availabilitySets/as6453?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NDUzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ef86d0c9-c2b3-4532-a4bb-717d81cfc4a1" + "88def4c5-4c05-4908-9868-3d3e48589536" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1266,7 +1266,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "90e17c6c-c5c4-42b0-93ad-a2deff32f16f" + "4b51c855-6812-43cb-ba40-6247b7ee39fb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1276,16 +1276,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "4cc34830-3a35-484c-bb21-2a1bd0c1d7a7" + "81e4f917-fe7b-4141-8ecb-cfe1909092b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034040Z:4cc34830-3a35-484c-bb21-2a1bd0c1d7a7" + "SOUTHCENTRALUS:20220126T063058Z:81e4f917-fe7b-4141-8ecb-cfe1909092b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:40 GMT" + "Wed, 26 Jan 2022 06:30:57 GMT" ], "Content-Length": [ "444" @@ -1297,26 +1297,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as2017\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/availabilitySets/as2017\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as6453\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/availabilitySets/as6453\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/virtualMachines/vm2542?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/virtualMachines/vm6229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2082.blob.core.windows.net/crptestar4567/oscrptestar4259.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/availabilitySets/as2017\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2235.blob.core.windows.net/crptestar7454/oscrptestar7118.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/availabilitySets/as6453\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3d2cfa0-4289-416b-b54d-2123d89facb9" + "7ccdb481-f6cc-4d60-af47-e0af5b6c5376" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1336,7 +1336,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e3a5f98-f518-40a5-825f-ef70ac535f5b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,7 +1348,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e799d2a9-c7e8-4716-8b1f-8f7728b23478" + "3e3a5f98-f518-40a5-825f-ef70ac535f5b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1358,19 +1358,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "13052764-4a8d-45c7-822a-d6fccbdf9c00" + "540f24bf-5de3-438a-9101-68ea0c1f4e31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034048Z:13052764-4a8d-45c7-822a-d6fccbdf9c00" + "SOUTHCENTRALUS:20220126T063103Z:540f24bf-5de3-438a-9101-68ea0c1f4e31" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:48 GMT" + "Wed, 26 Jan 2022 06:31:03 GMT" ], "Content-Length": [ - "2026" + "2083" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,20 +1379,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/virtualMachines/vm2542\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"29174a18-ddc2-4a13-b36e-332ff7234c3d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/availabilitySets/AS2017\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2082.blob.core.windows.net/crptestar4567/oscrptestar4259.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/virtualMachines/vm6229\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f9d12384-5453-41c4-a3a4-794bb54286f3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/availabilitySets/AS6453\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2235.blob.core.windows.net/crptestar7454/oscrptestar7118.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-26T00:31:01.5707355-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3OTlkMmE5LWM3ZTgtNDcxNi04YjFmLThmNzcyOGIyMzQ3OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e3a5f98-f518-40a5-825f-ef70ac535f5b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNlM2E1Zjk4LWY1MTgtNDBhNS04MjVmLWVmNzBhYzUzNWY1Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1406,13 +1406,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29875" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8cb6f6e7-502b-48cc-b62f-f27971028d7d" + "778c1e40-97ab-445a-b4bc-66d330d62d67" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1422,16 +1422,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "1a1e5534-a99c-4236-bdb5-72494901d751" + "9cb4fa27-caac-43c0-81d9-5bbea9aaef8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034058Z:1a1e5534-a99c-4236-bdb5-72494901d751" + "SOUTHCENTRALUS:20220126T063114Z:9cb4fa27-caac-43c0-81d9-5bbea9aaef8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:40:58 GMT" + "Wed, 26 Jan 2022 06:31:13 GMT" ], "Content-Length": [ "134" @@ -1443,20 +1443,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:40:46.0695555+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e799d2a9-c7e8-4716-8b1f-8f7728b23478\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T00:31:01.5239126-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3e3a5f98-f518-40a5-825f-ef70ac535f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3OTlkMmE5LWM3ZTgtNDcxNi04YjFmLThmNzcyOGIyMzQ3OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e3a5f98-f518-40a5-825f-ef70ac535f5b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNlM2E1Zjk4LWY1MTgtNDBhNS04MjVmLWVmNzBhYzUzNWY1Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1467,13 +1467,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29874" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "26db0fc3-293d-4784-83af-a7c0cf51d530" + "a0133f8d-73b1-4946-9dd5-a23407ebe9b2" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1483,16 +1483,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "400a167a-1c02-4894-b8f3-e416aca61f45" + "869c0eb1-0d8b-40b6-919a-c922bafde0e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034149Z:400a167a-1c02-4894-b8f3-e416aca61f45" + "SOUTHCENTRALUS:20220126T063204Z:869c0eb1-0d8b-40b6-919a-c922bafde0e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:41:49 GMT" + "Wed, 26 Jan 2022 06:32:04 GMT" ], "Content-Length": [ "134" @@ -1504,20 +1504,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:40:46.0695555+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e799d2a9-c7e8-4716-8b1f-8f7728b23478\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T00:31:01.5239126-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3e3a5f98-f518-40a5-825f-ef70ac535f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3OTlkMmE5LWM3ZTgtNDcxNi04YjFmLThmNzcyOGIyMzQ3OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e3a5f98-f518-40a5-825f-ef70ac535f5b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNlM2E1Zjk4LWY1MTgtNDBhNS04MjVmLWVmNzBhYzUzNWY1Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1528,13 +1528,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29873" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60b416dd-eb08-4116-b831-02d7723e24ce" + "ca3c2115-266f-494f-9e7c-a62e01a01769" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1544,16 +1544,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "9ee964e1-3f46-42c1-98f9-a5152a51fd09" + "d01054b9-6c79-4341-b1d3-cc33efc69ee9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034239Z:9ee964e1-3f46-42c1-98f9-a5152a51fd09" + "SOUTHCENTRALUS:20220126T063255Z:d01054b9-6c79-4341-b1d3-cc33efc69ee9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:42:38 GMT" + "Wed, 26 Jan 2022 06:32:54 GMT" ], "Content-Length": [ "134" @@ -1565,20 +1565,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:40:46.0695555+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e799d2a9-c7e8-4716-8b1f-8f7728b23478\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T00:31:01.5239126-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3e3a5f98-f518-40a5-825f-ef70ac535f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3OTlkMmE5LWM3ZTgtNDcxNi04YjFmLThmNzcyOGIyMzQ3OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e3a5f98-f518-40a5-825f-ef70ac535f5b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNlM2E1Zjk4LWY1MTgtNDBhNS04MjVmLWVmNzBhYzUzNWY1Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1589,13 +1589,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29871" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac7e5db8-ba37-44aa-b8d6-2e5eb12aa4a0" + "836262ee-1018-47cf-8a50-ae2254e0cdf5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1605,19 +1605,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "9fabf582-f577-4ec2-8b04-32e92d301d9b" + "f334bfde-41e8-40bb-a746-813633e78143" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034330Z:9fabf582-f577-4ec2-8b04-32e92d301d9b" + "SOUTHCENTRALUS:20220126T063345Z:f334bfde-41e8-40bb-a746-813633e78143" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:43:29 GMT" + "Wed, 26 Jan 2022 06:33:44 GMT" ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1626,20 +1626,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:40:46.0695555+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e799d2a9-c7e8-4716-8b1f-8f7728b23478\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T00:31:01.5239126-06:00\",\r\n \"endTime\": \"2022-01-26T00:33:43.8988889-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3e3a5f98-f518-40a5-825f-ef70ac535f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3OTlkMmE5LWM3ZTgtNDcxNi04YjFmLThmNzcyOGIyMzQ3OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/virtualMachines/vm6229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1650,13 +1650,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29870" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af4b22c5-1651-439e-811f-7521d153146c" + "a695c67a-bdc9-4b9d-96a5-fd90c7ef8ed9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1666,19 +1666,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "3dc768b4-f714-42f6-b3e6-37fa7beca977" + "257a7842-4436-4e6e-a004-7a65425f3500" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034420Z:3dc768b4-f714-42f6-b3e6-37fa7beca977" + "SOUTHCENTRALUS:20220126T063345Z:257a7842-4436-4e6e-a004-7a65425f3500" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:44:20 GMT" + "Wed, 26 Jan 2022 06:33:45 GMT" ], "Content-Length": [ - "134" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,20 +1687,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:40:46.0695555+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e799d2a9-c7e8-4716-8b1f-8f7728b23478\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/virtualMachines/vm6229\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f9d12384-5453-41c4-a3a4-794bb54286f3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/availabilitySets/AS6453\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2235.blob.core.windows.net/crptestar7454/oscrptestar7118.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T00:31:01.5707355-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3OTlkMmE5LWM3ZTgtNDcxNi04YjFmLThmNzcyOGIyMzQ3OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/virtualMachines/vm6229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "9dd2adab-da6f-4e9a-a510-8977bc9fcb9d" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1711,13 +1717,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29900" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad6b44c8-aaad-4446-9152-d476bbd1562b" + "65df37c8-76b0-41d6-b6a9-12b45662a4df" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1727,19 +1733,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "a1194360-acc8-4ff5-b00a-463308251b64" + "6199464c-5fe0-4743-be58-182222fbc2e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034510Z:a1194360-acc8-4ff5-b00a-463308251b64" + "SOUTHCENTRALUS:20220126T063346Z:6199464c-5fe0-4743-be58-182222fbc2e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:45:10 GMT" + "Wed, 26 Jan 2022 06:33:45 GMT" ], "Content-Length": [ - "134" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1748,20 +1754,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:40:46.0695555+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e799d2a9-c7e8-4716-8b1f-8f7728b23478\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/virtualMachines/vm6229\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f9d12384-5453-41c4-a3a4-794bb54286f3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/availabilitySets/AS6453\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2235.blob.core.windows.net/crptestar7454/oscrptestar7118.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Network/networkInterfaces/nic8447\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T00:31:01.5707355-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e799d2a9-c7e8-4716-8b1f-8f7728b23478?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3OTlkMmE5LWM3ZTgtNDcxNi04YjFmLThmNzcyOGIyMzQ3OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/usages?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS91c2FnZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "e66ac37c-97f9-43e6-9ef6-2d4a5514c685" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1772,13 +1784,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29898" + "Microsoft.Compute/GetSubscriptionInfo3Min;359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d9ac8a4d-9655-4793-99dd-b3cae44d3a7d" + "5dded074-2527-4ecf-b5bf-06b0bde7da52" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1788,19 +1800,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "52c80bb8-13fc-4d41-b56f-f1829d8f8fdf" + "c4c253a1-f54f-4991-8f8f-2b1d4e55d6db" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034601Z:52c80bb8-13fc-4d41-b56f-f1829d8f8fdf" + "SOUTHCENTRALUS:20220126T063346Z:c4c253a1-f54f-4991-8f8f-2b1d4e55d6db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:46:00 GMT" + "Wed, 26 Jan 2022 06:33:45 GMT" ], "Content-Length": [ - "184" + "25020" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1809,20 +1821,96 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:40:46.0695555+00:00\",\r\n \"endTime\": \"2021-06-29T03:45:11.8035988+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e799d2a9-c7e8-4716-8b1f-8f7728b23478\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"limit\": 2500,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"availabilitySets\",\r\n \"localizedValue\": \"Availability Sets\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"cores\",\r\n \"localizedValue\": \"Total Regional vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 25000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"virtualMachines\",\r\n \"localizedValue\": \"Virtual Machines\"\r\n }\r\n },\r\n {\r\n \"limit\": 2500,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"virtualMachineScaleSets\",\r\n \"localizedValue\": \"Virtual Machine Scale Sets\"\r\n }\r\n },\r\n {\r\n \"limit\": 3000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"dedicatedVCpus\",\r\n \"localizedValue\": \"Dedicated vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 2500,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"cloudServices\",\r\n \"localizedValue\": \"Cloud Services\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"lowPriorityCores\",\r\n \"localizedValue\": \"Total Regional Low-priority vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"standardAv2Family\",\r\n \"localizedValue\": \"Standard Av2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIASv4Family\",\r\n \"localizedValue\": \"Standard EIASv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIASv5Family\",\r\n \"localizedValue\": \"Standard EIASv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIADSv5Family\",\r\n \"localizedValue\": \"Standard EIADSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"basicAFamily\",\r\n \"localizedValue\": \"Basic A Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardA0_A7Family\",\r\n \"localizedValue\": \"Standard A0-A7 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardA8_A11Family\",\r\n \"localizedValue\": \"Standard A8-A11 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDFamily\",\r\n \"localizedValue\": \"Standard D Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv2Family\",\r\n \"localizedValue\": \"Standard Dv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSFamily\",\r\n \"localizedValue\": \"Standard DS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv2Family\",\r\n \"localizedValue\": \"Standard DSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardGFamily\",\r\n \"localizedValue\": \"Standard G Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardGSFamily\",\r\n \"localizedValue\": \"Standard GS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFFamily\",\r\n \"localizedValue\": \"Standard F Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFSFamily\",\r\n \"localizedValue\": \"Standard FS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 24,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVFamily\",\r\n \"localizedValue\": \"Standard NV Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 48,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCFamily\",\r\n \"localizedValue\": \"Standard NC Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHFamily\",\r\n \"localizedValue\": \"Standard H Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardLSFamily\",\r\n \"localizedValue\": \"Standard LS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv2PromoFamily\",\r\n \"localizedValue\": \"Standard Dv2 Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv2PromoFamily\",\r\n \"localizedValue\": \"Standard DSv2 Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMSFamily\",\r\n \"localizedValue\": \"Standard MS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv3Family\",\r\n \"localizedValue\": \"Standard Dv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv3Family\",\r\n \"localizedValue\": \"Standard DSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEv3Family\",\r\n \"localizedValue\": \"Standard Ev3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardESv3Family\",\r\n \"localizedValue\": \"Standard ESv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv4Family\",\r\n \"localizedValue\": \"Standard Dv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDDv4Family\",\r\n \"localizedValue\": \"Standard DDv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv4Family\",\r\n \"localizedValue\": \"Standard DSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDDSv4Family\",\r\n \"localizedValue\": \"Standard DDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEv4Family\",\r\n \"localizedValue\": \"Standard Ev4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEDv4Family\",\r\n \"localizedValue\": \"Standard EDv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardESv4Family\",\r\n \"localizedValue\": \"Standard ESv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEDSv4Family\",\r\n \"localizedValue\": \"Standard EDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardBSFamily\",\r\n \"localizedValue\": \"Standard BS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFSv2Family\",\r\n \"localizedValue\": \"Standard FSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNDSFamily\",\r\n \"localizedValue\": \"Standard NDS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCSv2Family\",\r\n \"localizedValue\": \"Standard NCSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCSv3Family\",\r\n \"localizedValue\": \"Standard NCSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardLSv2Family\",\r\n \"localizedValue\": \"Standard LSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 6,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardPBSFamily\",\r\n \"localizedValue\": \"Standard PBS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIv3Family\",\r\n \"localizedValue\": \"Standard EIv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEISv3Family\",\r\n \"localizedValue\": \"Standard EISv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDCSFamily\",\r\n \"localizedValue\": \"Standard DCS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVSv2Family\",\r\n \"localizedValue\": \"Standard NVSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMSv2Family\",\r\n \"localizedValue\": \"Standard MSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHBSFamily\",\r\n \"localizedValue\": \"Standard HBS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHCSFamily\",\r\n \"localizedValue\": \"Standard HCS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVSv3Family\",\r\n \"localizedValue\": \"Standard NVSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 24,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVPromoFamily\",\r\n \"localizedValue\": \"Standard NV Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 48,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCPromoFamily\",\r\n \"localizedValue\": \"Standard NC Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHPromoFamily\",\r\n \"localizedValue\": \"Standard H Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDAv4Family\",\r\n \"localizedValue\": \"Standard DAv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 50,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDASv4Family\",\r\n \"localizedValue\": \"Standard DASv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEAv4Family\",\r\n \"localizedValue\": \"Standard EAv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 50,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEASv4Family\",\r\n \"localizedValue\": \"Standard EASv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNDSv3Family\",\r\n \"localizedValue\": \"Standard NDSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDCSv2Family\",\r\n \"localizedValue\": \"Standard DCSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVSv4Family\",\r\n \"localizedValue\": \"Standard NVSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNDSv2Family\",\r\n \"localizedValue\": \"Standard NDSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNPSFamily\",\r\n \"localizedValue\": \"Standard NPS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHBrsv2Family\",\r\n \"localizedValue\": \"Standard HBrsv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"Standard NCASv3_T4 Family\",\r\n \"localizedValue\": \"Standard NCASv3_T4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"Standard NDASv4_A100 Family\",\r\n \"localizedValue\": \"Standard NDASv4_A100 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardXEIDSv4Family\",\r\n \"localizedValue\": \"Standard EIDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardXEISv4Family\",\r\n \"localizedValue\": \"Standard XEISv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHBv3Family\",\r\n \"localizedValue\": \"Standard HBv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMDSMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MDSMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMIDSMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MIDSMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMSMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MSMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMISMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MISMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDASv5Family\",\r\n \"localizedValue\": \"Standard DASv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEASv5Family\",\r\n \"localizedValue\": \"Standard EASv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEv5Family\",\r\n \"localizedValue\": \"Standard Ev5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIv5Family\",\r\n \"localizedValue\": \"Standard EIv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEDv5Family\",\r\n \"localizedValue\": \"Standard EDv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIDv5Family\",\r\n \"localizedValue\": \"Standard EIDv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardESv5Family\",\r\n \"localizedValue\": \"Standard ESv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEISv5Family\",\r\n \"localizedValue\": \"Standard EISv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEDSv5Family\",\r\n \"localizedValue\": \"Standard EDSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIDSv5Family\",\r\n \"localizedValue\": \"Standard EIDSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv5Family\",\r\n \"localizedValue\": \"Standard Dv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDDv5Family\",\r\n \"localizedValue\": \"Standard DDv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv5Family\",\r\n \"localizedValue\": \"Standard DSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDDSv5Family\",\r\n \"localizedValue\": \"Standard DDSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDCSv3Family\",\r\n \"localizedValue\": \"Standard DCSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDDCSv3Family\",\r\n \"localizedValue\": \"Standard DDCSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDADSv5Family\",\r\n \"localizedValue\": \"Standard DADSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEADSv5Family\",\r\n \"localizedValue\": \"Standard EADSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFXMDVSFamily\",\r\n \"localizedValue\": \"Standard FXMDVS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standard NDAMSv4_A100Family\",\r\n \"localizedValue\": \"Standard NDAMSv4_A100Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDCASv5Family\",\r\n \"localizedValue\": \"Standard DCASv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardECASv5Family\",\r\n \"localizedValue\": \"Standard ECASv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardECIASv5Family\",\r\n \"localizedValue\": \"Standard ECIASv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDCADSv5Family\",\r\n \"localizedValue\": \"Standard DCADSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardECADSv5Family\",\r\n \"localizedValue\": \"Standard ECADSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardECIADSv5Family\",\r\n \"localizedValue\": \"Standard ECIADSv5 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardDiskCount\",\r\n \"localizedValue\": \"Standard Storage Managed Disks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"PremiumDiskCount\",\r\n \"localizedValue\": \"Premium Storage Managed Disks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSSDDiskCount\",\r\n \"localizedValue\": \"StandardSSDStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSSDZRSDiskCount\",\r\n \"localizedValue\": \"StandardSSDZRSStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"PremiumZRSDiskCount\",\r\n \"localizedValue\": \"PremiumZRSStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 1000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"UltraSSDDiskCount\",\r\n \"localizedValue\": \"UltraSSDStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSnapshotCount\",\r\n \"localizedValue\": \"StandardStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSSDSnapshotCount\",\r\n \"localizedValue\": \"StandardSSDStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"PremiumSnapshotCount\",\r\n \"localizedValue\": \"PremiumStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"ZRSSnapshotCount\",\r\n \"localizedValue\": \"ZrsStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 32768,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"UltraSSDDiskSizeInGB\",\r\n \"localizedValue\": \"UltraSSDTotalSizeInGB\"\r\n }\r\n },\r\n {\r\n \"limit\": 1000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"DiskEncryptionSetCount\",\r\n \"localizedValue\": \"DiskEncryptionSets\"\r\n }\r\n },\r\n {\r\n \"limit\": 1000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"DiskAccessCount\",\r\n \"localizedValue\": \"DiskAccesses\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"Gallery\",\r\n \"localizedValue\": \"Gallery\"\r\n }\r\n },\r\n {\r\n \"limit\": 1000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"GalleryImage\",\r\n \"localizedValue\": \"Gallery Image\"\r\n }\r\n },\r\n {\r\n \"limit\": 10000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"GalleryImageVersion\",\r\n \"localizedValue\": \"Gallery Image Version\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/virtualMachines/vm2542?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4565/providers/Microsoft.Compute/virtualMachines/vm6229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ1NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMjk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36b78438-c089-44da-bc21-f2b3ec31473d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ece282dc-4007-4991-8851-a5300452e8fa?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ece282dc-4007-4991-8851-a5300452e8fa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ece282dc-4007-4991-8851-a5300452e8fa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "c964aba4-9100-41fd-ae3f-bad6c6500f41" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T063347Z:c964aba4-9100-41fd-ae3f-bad6c6500f41" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 06:33:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ece282dc-4007-4991-8851-a5300452e8fa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VjZTI4MmRjLTQwMDctNDk5MS04ODUxLWE1MzAwNDUyZThmYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1832,14 +1920,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "30" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31966" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5c2cf47c-998b-4e5f-807a-b62ac0b92aad" + "16c92952-cce6-4d51-9fb0-757bf05959e4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1849,19 +1940,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "aea30c20-678e-4879-bf56-176e270ff743" + "05001865-05c5-4ae3-aa37-33f99beafc1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034601Z:aea30c20-678e-4879-bf56-176e270ff743" + "SOUTHCENTRALUS:20220126T063357Z:05001865-05c5-4ae3-aa37-33f99beafc1f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:46:00 GMT" + "Wed, 26 Jan 2022 06:33:56 GMT" ], "Content-Length": [ - "2055" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1870,26 +1961,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/virtualMachines/vm2542\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"29174a18-ddc2-4a13-b36e-332ff7234c3d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/availabilitySets/AS2017\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2082.blob.core.windows.net/crptestar4567/oscrptestar4259.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T00:33:46.9614101-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ece282dc-4007-4991-8851-a5300452e8fa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/virtualMachines/vm2542?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ece282dc-4007-4991-8851-a5300452e8fa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VjZTI4MmRjLTQwMDctNDk5MS04ODUxLWE1MzAwNDUyZThmYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "32dc0c6b-0bc6-4d59-8681-04b45432f6cf" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1900,13 +1985,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31965" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee32bef5-1d1a-4bcb-8aa3-9743df44441a" + "effc88bb-55f4-49fc-a05d-063b4d900104" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1916,19 +2001,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "821feeeb-542c-4820-9d96-cccc22b87021" + "03d48bdc-21c6-4bf9-95eb-6738f5fd558f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034601Z:821feeeb-542c-4820-9d96-cccc22b87021" + "SOUTHCENTRALUS:20220126T063427Z:03d48bdc-21c6-4bf9-95eb-6738f5fd558f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:46:00 GMT" + "Wed, 26 Jan 2022 06:34:26 GMT" ], "Content-Length": [ - "2055" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,26 +2022,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/virtualMachines/vm2542\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"29174a18-ddc2-4a13-b36e-332ff7234c3d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/availabilitySets/AS2017\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2082.blob.core.windows.net/crptestar4567/oscrptestar4259.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Network/networkInterfaces/nic2437\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T00:33:46.9614101-06:00\",\r\n \"endTime\": \"2022-01-26T00:34:22.4145192-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ece282dc-4007-4991-8851-a5300452e8fa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/usages?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS91c2FnZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ece282dc-4007-4991-8851-a5300452e8fa?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VjZTI4MmRjLTQwMDctNDk5MS04ODUxLWE1MzAwNDUyZThmYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "9663e48e-29cc-4e03-bec0-e4183030a7c9" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1967,13 +2046,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetSubscriptionInfo3Min;359" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f018a874-ad15-476d-bf8e-0ba10187d3c0" + "41cf60ea-e339-43be-b1e1-206645357665" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1983,47 +2062,44 @@ "11989" ], "x-ms-correlation-request-id": [ - "f84a54ed-791c-451d-b8e8-15f496580ca6" + "6afe8b95-6a0b-426f-9927-3389e1fc6957" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034601Z:f84a54ed-791c-451d-b8e8-15f496580ca6" + "SOUTHCENTRALUS:20220126T063427Z:6afe8b95-6a0b-426f-9927-3389e1fc6957" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:46:01 GMT" - ], - "Content-Length": [ - "18915" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 06:34:27 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"limit\": 2500,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"availabilitySets\",\r\n \"localizedValue\": \"Availability Sets\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"cores\",\r\n \"localizedValue\": \"Total Regional vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 25000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"virtualMachines\",\r\n \"localizedValue\": \"Virtual Machines\"\r\n }\r\n },\r\n {\r\n \"limit\": 2500,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"virtualMachineScaleSets\",\r\n \"localizedValue\": \"Virtual Machine Scale Sets\"\r\n }\r\n },\r\n {\r\n \"limit\": 3000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"dedicatedVCpus\",\r\n \"localizedValue\": \"Dedicated vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 2500,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"cloudServices\",\r\n \"localizedValue\": \"Cloud Services\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"lowPriorityCores\",\r\n \"localizedValue\": \"Total Regional Low-priority vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"standardAv2Family\",\r\n \"localizedValue\": \"Standard Av2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDFamily\",\r\n \"localizedValue\": \"Standard D Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv2Family\",\r\n \"localizedValue\": \"Standard DSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"basicAFamily\",\r\n \"localizedValue\": \"Basic A Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardA0_A7Family\",\r\n \"localizedValue\": \"Standard A0-A7 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardA8_A11Family\",\r\n \"localizedValue\": \"Standard A8-A11 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv2Family\",\r\n \"localizedValue\": \"Standard Dv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSFamily\",\r\n \"localizedValue\": \"Standard DS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardGFamily\",\r\n \"localizedValue\": \"Standard G Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardGSFamily\",\r\n \"localizedValue\": \"Standard GS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFFamily\",\r\n \"localizedValue\": \"Standard F Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFSFamily\",\r\n \"localizedValue\": \"Standard FS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 24,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVFamily\",\r\n \"localizedValue\": \"Standard NV Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 48,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCFamily\",\r\n \"localizedValue\": \"Standard NC Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHFamily\",\r\n \"localizedValue\": \"Standard H Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardLSFamily\",\r\n \"localizedValue\": \"Standard LS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv2PromoFamily\",\r\n \"localizedValue\": \"Standard Dv2 Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv2PromoFamily\",\r\n \"localizedValue\": \"Standard DSv2 Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMSFamily\",\r\n \"localizedValue\": \"Standard MS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv3Family\",\r\n \"localizedValue\": \"Standard Dv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv3Family\",\r\n \"localizedValue\": \"Standard DSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEv3Family\",\r\n \"localizedValue\": \"Standard Ev3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardESv3Family\",\r\n \"localizedValue\": \"Standard ESv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDv4Family\",\r\n \"localizedValue\": \"Standard Dv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDDv4Family\",\r\n \"localizedValue\": \"Standard DDv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDSv4Family\",\r\n \"localizedValue\": \"Standard DSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDDSv4Family\",\r\n \"localizedValue\": \"Standard DDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEv4Family\",\r\n \"localizedValue\": \"Standard Ev4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEDv4Family\",\r\n \"localizedValue\": \"Standard EDv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardESv4Family\",\r\n \"localizedValue\": \"Standard ESv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEDSv4Family\",\r\n \"localizedValue\": \"Standard EDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardBSFamily\",\r\n \"localizedValue\": \"Standard BS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFSv2Family\",\r\n \"localizedValue\": \"Standard FSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNDSFamily\",\r\n \"localizedValue\": \"Standard NDS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCSv2Family\",\r\n \"localizedValue\": \"Standard NCSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCSv3Family\",\r\n \"localizedValue\": \"Standard NCSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardLSv2Family\",\r\n \"localizedValue\": \"Standard LSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 6,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardPBSFamily\",\r\n \"localizedValue\": \"Standard PBS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEIv3Family\",\r\n \"localizedValue\": \"Standard EIv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEISv3Family\",\r\n \"localizedValue\": \"Standard EISv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDCSFamily\",\r\n \"localizedValue\": \"Standard DCS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVSv2Family\",\r\n \"localizedValue\": \"Standard NVSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMSv2Family\",\r\n \"localizedValue\": \"Standard MSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHBSFamily\",\r\n \"localizedValue\": \"Standard HBS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHCSFamily\",\r\n \"localizedValue\": \"Standard HCS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVSv3Family\",\r\n \"localizedValue\": \"Standard NVSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 24,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVPromoFamily\",\r\n \"localizedValue\": \"Standard NV Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 48,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNCPromoFamily\",\r\n \"localizedValue\": \"Standard NC Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHPromoFamily\",\r\n \"localizedValue\": \"Standard H Promo Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDAv4Family\",\r\n \"localizedValue\": \"Standard DAv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 50,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDASv4Family\",\r\n \"localizedValue\": \"Standard DASv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEAv4Family\",\r\n \"localizedValue\": \"Standard EAv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 50,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardEASv4Family\",\r\n \"localizedValue\": \"Standard EASv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNDSv3Family\",\r\n \"localizedValue\": \"Standard NDSv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 8,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardDCSv2Family\",\r\n \"localizedValue\": \"Standard DCSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNVSv4Family\",\r\n \"localizedValue\": \"Standard NVSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNDSv2Family\",\r\n \"localizedValue\": \"Standard NDSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardNPSFamily\",\r\n \"localizedValue\": \"Standard NPS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHBrsv2Family\",\r\n \"localizedValue\": \"Standard HBrsv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"Standard NCASv3_T4 Family\",\r\n \"localizedValue\": \"Standard NCASv3_T4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"Standard NDASv4_A100 Family\",\r\n \"localizedValue\": \"Standard NDASv4_A100 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardXEIDSv4Family\",\r\n \"localizedValue\": \"Standard EIDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardXEISv4Family\",\r\n \"localizedValue\": \"Standard XEISv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardHBv3Family\",\r\n \"localizedValue\": \"Standard HBv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMDSMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MDSMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMIDSMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MIDSMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMSMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MSMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardMISMediumMemoryv2Family\",\r\n \"localizedValue\": \"Standard MISMediumMemoryv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 0,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"standardFXMDVSFamily\",\r\n \"localizedValue\": \"Standard FXMDVS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\": {\r\n \"value\": \"StandardDiskCount\",\r\n \"localizedValue\": \"Standard Storage Managed Disks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"PremiumDiskCount\",\r\n \"localizedValue\": \"Premium Storage Managed Disks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSSDDiskCount\",\r\n \"localizedValue\": \"StandardSSDStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSSDZRSDiskCount\",\r\n \"localizedValue\": \"StandardSSDZRSStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 50000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"PremiumZRSDiskCount\",\r\n \"localizedValue\": \"PremiumZRSStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 1000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"UltraSSDDiskCount\",\r\n \"localizedValue\": \"UltraSSDStorageDisks\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSnapshotCount\",\r\n \"localizedValue\": \"StandardStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"StandardSSDSnapshotCount\",\r\n \"localizedValue\": \"StandardSSDStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"PremiumSnapshotCount\",\r\n \"localizedValue\": \"PremiumStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 75000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"ZRSSnapshotCount\",\r\n \"localizedValue\": \"ZrsStorageSnapshots\"\r\n }\r\n },\r\n {\r\n \"limit\": 32768,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"UltraSSDDiskSizeInGB\",\r\n \"localizedValue\": \"UltraSSDTotalSizeInGB\"\r\n }\r\n },\r\n {\r\n \"limit\": 1000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"DiskAccessCount\",\r\n \"localizedValue\": \"DiskAccesses\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"Gallery\",\r\n \"localizedValue\": \"Gallery\"\r\n }\r\n },\r\n {\r\n \"limit\": 1000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"GalleryImage\",\r\n \"localizedValue\": \"Gallery Image\"\r\n }\r\n },\r\n {\r\n \"limit\": 10000,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\": \"GalleryImageVersion\",\r\n \"localizedValue\": \"Gallery Image Version\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7263/providers/Microsoft.Compute/virtualMachines/vm2542?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4565?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ1NjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b64ad61d-86d1-4a0d-9a98-3ffb3eb9b049" + "be9e8054-eeb9-403a-bade-7bf054820f11" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2034,44 +2110,31 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fe918dd-d329-40f5-9d28-659858eb58d0?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fe918dd-d329-40f5-9d28-659858eb58d0?api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "3fe918dd-d329-40f5-9d28-659858eb58d0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-request-id": [ + "28c8456b-8f9b-4ee8-b320-60031e9b8fa9" + ], "x-ms-correlation-request-id": [ - "03ff1b4e-11e1-4148-8ffa-4dc121f57f50" + "28c8456b-8f9b-4ee8-b320-60031e9b8fa9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034603Z:03ff1b4e-11e1-4148-8ffa-4dc121f57f50" + "SOUTHCENTRALUS:20220126T063434Z:28c8456b-8f9b-4ee8-b320-60031e9b8fa9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:46:02 GMT" + "Wed, 26 Jan 2022 06:34:33 GMT" ], "Expires": [ "-1" @@ -2084,16 +2147,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fe918dd-d329-40f5-9d28-659858eb58d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmZTkxOGRkLWQzMjktNDBmNS05ZDI4LTY1OTg1OGViNThkMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2103,61 +2166,54 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "30" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29897" + "Retry-After": [ + "15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "b2dddf2d-8738-454a-b6fc-f977e4fd2170" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "039b3b49-6bdf-4b4d-a09c-3dc222302bcd" ], "x-ms-correlation-request-id": [ - "84d782a4-372c-4354-9dea-60c61dfef577" + "039b3b49-6bdf-4b4d-a09c-3dc222302bcd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034613Z:84d782a4-372c-4354-9dea-60c61dfef577" + "SOUTHCENTRALUS:20220126T063449Z:039b3b49-6bdf-4b4d-a09c-3dc222302bcd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:46:12 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 06:34:49 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:46:03.022309+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fe918dd-d329-40f5-9d28-659858eb58d0\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fe918dd-d329-40f5-9d28-659858eb58d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmZTkxOGRkLWQzMjktNDBmNS05ZDI4LTY1OTg1OGViNThkMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2167,58 +2223,54 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29896" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0f965341-4120-417b-9aa9-ecf316cd2251" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11998" + ], + "x-ms-request-id": [ + "d7cb4cd6-3bc7-4993-964d-14d459d6aed2" ], "x-ms-correlation-request-id": [ - "ebb0b2f0-01f9-4d00-9ec0-cd6683f6d3c2" + "d7cb4cd6-3bc7-4993-964d-14d459d6aed2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034643Z:ebb0b2f0-01f9-4d00-9ec0-cd6683f6d3c2" + "SOUTHCENTRALUS:20220126T063505Z:d7cb4cd6-3bc7-4993-964d-14d459d6aed2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:46:43 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 06:35:04 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:46:03.022309+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fe918dd-d329-40f5-9d28-659858eb58d0\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fe918dd-d329-40f5-9d28-659858eb58d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmZTkxOGRkLWQzMjktNDBmNS05ZDI4LTY1OTg1OGViNThkMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2228,58 +2280,54 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29894" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "17d6e202-7a84-4c81-8320-7b85a7632375" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11997" + ], + "x-ms-request-id": [ + "d9d61ea4-4749-49b0-965e-b91e5def0513" ], "x-ms-correlation-request-id": [ - "61cfd917-43ed-47e6-ba48-da141d9b8ad8" + "d9d61ea4-4749-49b0-965e-b91e5def0513" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034713Z:61cfd917-43ed-47e6-ba48-da141d9b8ad8" + "SOUTHCENTRALUS:20220126T063521Z:d9d61ea4-4749-49b0-965e-b91e5def0513" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:47:13 GMT" - ], - "Content-Length": [ - "183" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 06:35:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:46:03.022309+00:00\",\r\n \"endTime\": \"2021-06-29T03:46:45.1315717+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3fe918dd-d329-40f5-9d28-659858eb58d0\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fe918dd-d329-40f5-9d28-659858eb58d0?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmZTkxOGRkLWQzMjktNDBmNS05ZDI4LTY1OTg1OGViNThkMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2289,33 +2337,32 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29893" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d6110e2e-1ba8-4edc-9618-847903d52417" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11996" + ], + "x-ms-request-id": [ + "8e36baf9-f8cc-4942-9a7e-625a634cd920" ], "x-ms-correlation-request-id": [ - "b6e00c47-9c31-4c40-a289-eb663f1967af" + "8e36baf9-f8cc-4942-9a7e-625a634cd920" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034714Z:b6e00c47-9c31-4c40-a289-eb663f1967af" + "SOUTHCENTRALUS:20220126T063536Z:8e36baf9-f8cc-4942-9a7e-625a634cd920" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:47:13 GMT" + "Wed, 26 Jan 2022 06:35:35 GMT" ], "Expires": [ "-1" @@ -2325,24 +2372,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7263?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyNjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "45e37687-6e4f-40f0-b916-6e1af4c08745" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2354,22 +2395,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-request-id": [ - "a9571aff-6c5c-48f6-b65a-f624be64e4c0" + "20b92aed-afa8-4fb0-aec6-1d271a3b2ebc" ], "x-ms-correlation-request-id": [ - "a9571aff-6c5c-48f6-b65a-f624be64e4c0" + "20b92aed-afa8-4fb0-aec6-1d271a3b2ebc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034718Z:a9571aff-6c5c-48f6-b65a-f624be64e4c0" + "SOUTHCENTRALUS:20220126T063552Z:20b92aed-afa8-4fb0-aec6-1d271a3b2ebc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2378,7 +2419,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:47:18 GMT" + "Wed, 26 Jan 2022 06:35:52 GMT" ], "Expires": [ "-1" @@ -2391,15 +2432,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2411,22 +2452,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "f66d055b-daab-4810-aced-d637f5f0a0a5" + "58d487d0-b29b-426b-a5b8-ef1f4b17fa6d" ], "x-ms-correlation-request-id": [ - "f66d055b-daab-4810-aced-d637f5f0a0a5" + "58d487d0-b29b-426b-a5b8-ef1f4b17fa6d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034734Z:f66d055b-daab-4810-aced-d637f5f0a0a5" + "SOUTHCENTRALUS:20220126T063607Z:58d487d0-b29b-426b-a5b8-ef1f4b17fa6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2435,7 +2476,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:47:33 GMT" + "Wed, 26 Jan 2022 06:36:07 GMT" ], "Expires": [ "-1" @@ -2448,15 +2489,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2468,22 +2509,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "66c6cda0-332b-4a31-a115-79a59f6e651b" + "34c0ded5-35d3-4471-a75f-a5eaae22514e" ], "x-ms-correlation-request-id": [ - "66c6cda0-332b-4a31-a115-79a59f6e651b" + "34c0ded5-35d3-4471-a75f-a5eaae22514e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034749Z:66c6cda0-332b-4a31-a115-79a59f6e651b" + "SOUTHCENTRALUS:20220126T063623Z:34c0ded5-35d3-4471-a75f-a5eaae22514e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2492,7 +2533,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:47:49 GMT" + "Wed, 26 Jan 2022 06:36:23 GMT" ], "Expires": [ "-1" @@ -2505,15 +2546,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2525,22 +2566,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "0aafe0af-9ab2-4e3b-8244-b5ac4fefbf66" + "36404046-2409-4645-8f70-bc45486513a1" ], "x-ms-correlation-request-id": [ - "0aafe0af-9ab2-4e3b-8244-b5ac4fefbf66" + "36404046-2409-4645-8f70-bc45486513a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034805Z:0aafe0af-9ab2-4e3b-8244-b5ac4fefbf66" + "SOUTHCENTRALUS:20220126T063638Z:36404046-2409-4645-8f70-bc45486513a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2549,7 +2590,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:48:04 GMT" + "Wed, 26 Jan 2022 06:36:38 GMT" ], "Expires": [ "-1" @@ -2562,15 +2603,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2582,22 +2623,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-request-id": [ - "0db8bdec-59e8-4968-a925-9f0ec4fce38e" + "70f2dd17-7a92-4e6a-b065-3d9b2a9c7f9c" ], "x-ms-correlation-request-id": [ - "0db8bdec-59e8-4968-a925-9f0ec4fce38e" + "70f2dd17-7a92-4e6a-b065-3d9b2a9c7f9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034820Z:0db8bdec-59e8-4968-a925-9f0ec4fce38e" + "SOUTHCENTRALUS:20220126T063654Z:70f2dd17-7a92-4e6a-b065-3d9b2a9c7f9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2606,7 +2647,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:48:19 GMT" + "Wed, 26 Jan 2022 06:36:54 GMT" ], "Expires": [ "-1" @@ -2619,15 +2660,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2639,22 +2680,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "1dfb624e-c3ae-49ec-87fe-9da870d24e0f" + "bc1cae6c-d7de-4a30-a263-64e056e43d9c" ], "x-ms-correlation-request-id": [ - "1dfb624e-c3ae-49ec-87fe-9da870d24e0f" + "bc1cae6c-d7de-4a30-a263-64e056e43d9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034836Z:1dfb624e-c3ae-49ec-87fe-9da870d24e0f" + "SOUTHCENTRALUS:20220126T063709Z:bc1cae6c-d7de-4a30-a263-64e056e43d9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2663,7 +2704,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:48:36 GMT" + "Wed, 26 Jan 2022 06:37:09 GMT" ], "Expires": [ "-1" @@ -2676,15 +2717,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2696,22 +2737,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "c0d4bc90-f23b-4867-ace5-3d938f31702b" + "3cbe0489-5160-44f7-b9b3-ddf3dc1f4fdc" ], "x-ms-correlation-request-id": [ - "c0d4bc90-f23b-4867-ace5-3d938f31702b" + "3cbe0489-5160-44f7-b9b3-ddf3dc1f4fdc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034851Z:c0d4bc90-f23b-4867-ace5-3d938f31702b" + "SOUTHCENTRALUS:20220126T063725Z:3cbe0489-5160-44f7-b9b3-ddf3dc1f4fdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2720,7 +2761,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:48:51 GMT" + "Wed, 26 Jan 2022 06:37:25 GMT" ], "Expires": [ "-1" @@ -2733,15 +2774,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2753,16 +2794,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "a9f0c36e-674d-43fa-8593-d7cd17cdd474" + "8c01259b-c159-4edf-961b-4a426fb94ec8" ], "x-ms-correlation-request-id": [ - "a9f0c36e-674d-43fa-8593-d7cd17cdd474" + "8c01259b-c159-4edf-961b-4a426fb94ec8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034907Z:a9f0c36e-674d-43fa-8593-d7cd17cdd474" + "SOUTHCENTRALUS:20220126T063741Z:8c01259b-c159-4edf-961b-4a426fb94ec8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2771,7 +2812,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:49:06 GMT" + "Wed, 26 Jan 2022 06:37:40 GMT" ], "Expires": [ "-1" @@ -2784,15 +2825,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpZekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NTY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTlRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2804,16 +2845,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "6643fe23-9d4f-4e57-b1a1-e32fbf36ab87" + "dc50dba7-9c66-4b24-91b2-9a6a4eb10729" ], "x-ms-correlation-request-id": [ - "6643fe23-9d4f-4e57-b1a1-e32fbf36ab87" + "dc50dba7-9c66-4b24-91b2-9a6a4eb10729" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T034907Z:6643fe23-9d4f-4e57-b1a1-e32fbf36ab87" + "SOUTHCENTRALUS:20220126T063741Z:dc50dba7-9c66-4b24-91b2-9a6a4eb10729" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2822,7 +2863,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 03:49:07 GMT" + "Wed, 26 Jan 2022 06:37:41 GMT" ], "Expires": [ "-1" @@ -2837,28 +2878,28 @@ ], "Names": { "TestListUsages": [ - "crptestar7263", - "crptestar2082", - "as2017" + "crptestar4565", + "crptestar2235", + "as6453" ], "CreatePublicIP": [ - "pip9838", - "dn7860" + "pip5581", + "dn4606" ], "CreateVNET": [ - "vn9003", - "sn4976" + "vn6239", + "sn462" ], "CreateNIC": [ - "nic2437", - "ip2626" + "nic8447", + "ip1213" ], "CreateDefaultVMInput": [ - "crptestar4567", - "crptestar9356", - "crptestar4259", - "vm2542", - "Microsoft.Compute/virtualMachines8857" + "crptestar7454", + "crptestar7613", + "crptestar7118", + "vm6229", + "Microsoft.Compute/virtualMachines1305" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UserDataTests/TestUserData.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UserDataTests/TestUserData.json index 72d558d5e4a37..803f7c6e6d403 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UserDataTests/TestUserData.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/UserDataTests/TestUserData.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04a7d0ec-ebe0-4cfb-8c53-8186f65f9cea" + "cba36f3b-42a0-4c24-b367-32c1a0f07a96" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "7dba0d36-2686-4ab2-b8ce-f2d7954e64ca" + "a184557a-8f67-4600-b536-c4435f56a3a3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "c597f247-a7b4-4db2-867d-c78d954f5af9" + "7d29bd82-0ae9-4103-8f09-744708ef80b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195217Z:c597f247-a7b4-4db2-867d-c78d954f5af9" + "EASTUS2:20220119T194020Z:7d29bd82-0ae9-4103-8f09-744708ef80b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:52:16 GMT" + "Wed, 19 Jan 2022 19:40:20 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4946?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5NDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2578?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI1Nzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4946\": \"2021-06-28 19:52:17Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2578\": \"2022-01-19 19:40:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ce2af438-67e5-43cf-baf4-7f60c17b0b02" + "f1300342-6f52-4c51-b322-a87272d2cb61" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "16571ab6-bc46-4918-b794-83a91d7711f3" + "70d50d26-eee1-4f6c-ae6b-047c34e6afd6" ], "x-ms-correlation-request-id": [ - "16571ab6-bc46-4918-b794-83a91d7711f3" + "70d50d26-eee1-4f6c-ae6b-047c34e6afd6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195220Z:16571ab6-bc46-4918-b794-83a91d7711f3" + "EASTUS2:20220119T194024Z:70d50d26-eee1-4f6c-ae6b-047c34e6afd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:52:20 GMT" + "Wed, 19 Jan 2022 19:40:23 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946\",\r\n \"name\": \"crptestar4946\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4946\": \"2021-06-28 19:52:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578\",\r\n \"name\": \"crptestar2578\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2578\": \"2022-01-19 19:40:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4946?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5NDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2578?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI1Nzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4946\": \"2021-06-28 19:53:02Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2578\": \"2022-01-19 19:41:06Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b00fa4cd-13ce-41c6-975e-5b17953c62c8" + "44d8e3d0-5b76-4f60-a5d4-5ac81bb4503f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "05ef151c-8752-4940-a642-2657e313881f" + "70c7ecd4-7416-4d1f-bbf6-e8a50b548546" ], "x-ms-correlation-request-id": [ - "05ef151c-8752-4940-a642-2657e313881f" + "70c7ecd4-7416-4d1f-bbf6-e8a50b548546" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195303Z:05ef151c-8752-4940-a642-2657e313881f" + "EASTUS2:20220119T194108Z:70c7ecd4-7416-4d1f-bbf6-e8a50b548546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:02 GMT" + "Wed, 19 Jan 2022 19:41:07 GMT" ], "Content-Length": [ "234" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946\",\r\n \"name\": \"crptestar4946\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4946\": \"2021-06-28 19:53:02Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578\",\r\n \"name\": \"crptestar2578\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2578\": \"2022-01-19 19:41:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Storage/storageAccounts/crptestar7788?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3Nzg4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Storage/storageAccounts/crptestar528?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1Mjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9dfb670-15d2-4638-8111-e10da467dbfa" + "026ffb02-b9ed-48b2-a4be-ef0e9818fd46" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/285d24f1-d549-4e31-8f56-be67cab3f9c4?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6e559c78-1bc0-4154-ae62-5bca80d2f14c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "285d24f1-d549-4e31-8f56-be67cab3f9c4" + "6e559c78-1bc0-4154-ae62-5bca80d2f14c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "54b4f6a0-4a3c-4190-8a9d-3bba4e2aa3e3" + "c3a69f1c-8356-4ded-aa51-7a919c2e6ddf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195233Z:54b4f6a0-4a3c-4190-8a9d-3bba4e2aa3e3" + "EASTUS2:20220119T194035Z:c3a69f1c-8356-4ded-aa51-7a919c2e6ddf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:52:32 GMT" + "Wed, 19 Jan 2022 19:40:35 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/285d24f1-d549-4e31-8f56-be67cab3f9c4?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjg1ZDI0ZjEtZDU0OS00ZTMxLThmNTYtYmU2N2NhYjNmOWM0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6e559c78-1bc0-4154-ae62-5bca80d2f14c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNmU1NTljNzgtMWJjMC00MTU0LWFlNjItNWJjYTgwZDJmMTRjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,29 +297,92 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6e559c78-1bc0-4154-ae62-5bca80d2f14c?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "33ec3c47-8b96-48d1-a0e6-d63330f82f61" + "9ca3b228-f6b8-4b33-82f4-d58d916dc35a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-correlation-request-id": [ + "c07a598d-aa53-4887-bc5f-4498637d2d5c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T194052Z:c07a598d-aa53-4887-bc5f-4498637d2d5c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:40:52 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6e559c78-1bc0-4154-ae62-5bca80d2f14c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNmU1NTljNzgtMWJjMC00MTU0LWFlNjItNWJjYTgwZDJmMTRjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b15f2786-7784-4427-bcd6-2aa5b6b9de97" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-correlation-request-id": [ - "8d65ceb0-b191-433f-a61f-ae5300e904f6" + "31e66c4f-5f27-4815-a558-77c05414e45b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195251Z:8d65ceb0-b191-433f-a61f-ae5300e904f6" + "EASTUS2:20220119T194056Z:31e66c4f-5f27-4815-a558-77c05414e45b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:52:50 GMT" + "Wed, 19 Jan 2022 19:40:55 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "365a4c26-e05e-48b4-84c5-aea4ed25c24a" + "897f2ee1-221e-4e14-b6c4-d7f203f2b7d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "91ed95c4-9e8c-4042-9861-824d83149828" + "a489bee7-e3e2-4ef9-b6ec-6a406d123eef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,22 +433,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "c537a4a0-e0a8-49cc-83d4-7177595df9ce" + "1a0ccd0a-7820-4d8c-8017-c4cf818d23f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195301Z:c537a4a0-e0a8-49cc-83d4-7177595df9ce" + "EASTUS2:20220119T194106Z:1a0ccd0a-7820-4d8c-8017-c4cf818d23f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:01 GMT" + "Wed, 19 Jan 2022 19:41:05 GMT" ], "Content-Length": [ - "752" + "746" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Storage/storageAccounts/crptestar7788\",\r\n \"name\": \"crptestar7788\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T19:52:28.9763963Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7788.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7788.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7788.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7788.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Storage/storageAccounts/crptestar528\",\r\n \"name\": \"crptestar528\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:40:32.0076395Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar528.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar528.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar528.table.core.windows.net/\",\r\n \"file\": \"https://crptestar528.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Storage/storageAccounts/crptestar7788?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3Nzg4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Storage/storageAccounts/crptestar528?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1Mjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbd73766-d9da-4141-aa5b-b175b37e919f" + "28178057-aa3c-4c51-8f20-df0d503b1a31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "883714a7-7cda-4c0b-90a2-dea96e40c2ef" + "e4d20266-a804-4f5e-96ae-58e53737bf60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,22 +496,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "9f751ee5-2c67-4126-9820-daaf6659ab5d" + "c1b7ce6a-45c1-4d73-96ba-5899b6e6a1ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195302Z:9f751ee5-2c67-4126-9820-daaf6659ab5d" + "EASTUS2:20220119T194106Z:c1b7ce6a-45c1-4d73-96ba-5899b6e6a1ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:01 GMT" + "Wed, 19 Jan 2022 19:41:06 GMT" ], "Content-Length": [ - "740" + "734" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Storage/storageAccounts/crptestar7788\",\r\n \"name\": \"crptestar7788\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T19:52:28.9763963Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7788.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7788.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7788.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7788.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Storage/storageAccounts/crptestar528\",\r\n \"name\": \"crptestar528\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:40:32.0076395Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar528.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar528.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar528.table.core.windows.net/\",\r\n \"file\": \"https://crptestar528.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/publicIPAddresses/pip7185?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/publicIPAddresses/pip7909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9263\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4390\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0644fe4b-e894-4db6-98e8-63d82e55edd6" + "82e9a093-2bc1-4efd-9982-df522648a706" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +559,19 @@ "1" ], "x-ms-request-id": [ - "13baf450-195e-4d4d-9681-d7b02faa4d89" + "fc187cbf-200b-4b6a-bfd7-6fe6b6680823" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/13baf450-195e-4d4d-9681-d7b02faa4d89?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fc187cbf-200b-4b6a-bfd7-6fe6b6680823?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b947312a-ccc6-4693-8bba-c38e01b211f1" + "52c15bce-e12b-4d45-881d-6c8fc8e17987" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3f487f10-4c4b-44cf-b04d-30d109121792" + "743b21ca-1f92-469e-b5f7-0575d98469a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,13 +584,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195312Z:b947312a-ccc6-4693-8bba-c38e01b211f1" + "EASTUS2:20220119T194117Z:52c15bce-e12b-4d45-881d-6c8fc8e17987" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:12 GMT" + "Wed, 19 Jan 2022 19:41:17 GMT" ], "Content-Length": [ "769" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/publicIPAddresses/pip7185\",\r\n \"etag\": \"W/\\\"548f5daf-9a51-447d-b4c7-c424f09b6dac\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bc7724b9-5c05-4481-968c-d04775e0aae9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9263\",\r\n \"fqdn\": \"dn9263.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/publicIPAddresses/pip7909\",\r\n \"etag\": \"W/\\\"14679e8b-0d96-4043-ab7b-8a27f2a23768\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6818e9e2-3a30-45a5-af79-960d2f125d13\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4390\",\r\n \"fqdn\": \"dn4390.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/13baf450-195e-4d4d-9681-d7b02faa4d89?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEzYmFmNDUwLTE5NWUtNGQ0ZC05NjgxLWQ3YjAyZmFhNGQ4OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fc187cbf-200b-4b6a-bfd7-6fe6b6680823?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjMTg3Y2JmLTIwMGItNGI2YS1iZmQ3LTZmZTZiNjY4MDgyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "1e75311b-fd65-4fca-8f71-7d2f1be1a384" + "a087ca81-484f-4759-b04d-97f82bcf4d60" ], "x-ms-correlation-request-id": [ - "d53ee127-2908-4129-8607-983d80f71f7e" + "22295359-a0e3-40f3-8704-12b7d474958a" ], "x-ms-arm-service-request-id": [ - "102c3814-fd9e-4ce7-8d9a-9a4a2a0db3bd" + "7783367d-967a-4f95-a77b-b550de7d3907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,13 +645,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195314Z:d53ee127-2908-4129-8607-983d80f71f7e" + "EASTUS2:20220119T194119Z:22295359-a0e3-40f3-8704-12b7d474958a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:14 GMT" + "Wed, 19 Jan 2022 19:41:18 GMT" ], "Content-Length": [ "29" @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/publicIPAddresses/pip7185?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/publicIPAddresses/pip7909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"ec2c34b4-9274-4904-96a4-f3f3ba01fae4\"" + "W/\"6851a3cf-b85e-4887-920a-5cef262604e1\"" ], "x-ms-request-id": [ - "cd395e47-3752-49b6-83b1-38190477e385" + "e4e4c2cf-0c04-44f5-a90b-2739fa437705" ], "x-ms-correlation-request-id": [ - "4a133ef1-90d9-470f-8f0a-4ee70f377ffa" + "ed98dd18-3d03-4a8b-8779-5f4cefc2ac5f" ], "x-ms-arm-service-request-id": [ - "4afd295e-9499-430d-97c6-bac69f862f74" + "f086be2d-6fb1-464a-a48a-550fc420e479" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -646,13 +709,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195314Z:4a133ef1-90d9-470f-8f0a-4ee70f377ffa" + "EASTUS2:20220119T194119Z:ed98dd18-3d03-4a8b-8779-5f4cefc2ac5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:14 GMT" + "Wed, 19 Jan 2022 19:41:18 GMT" ], "Content-Length": [ "770" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/publicIPAddresses/pip7185\",\r\n \"etag\": \"W/\\\"ec2c34b4-9274-4904-96a4-f3f3ba01fae4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bc7724b9-5c05-4481-968c-d04775e0aae9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9263\",\r\n \"fqdn\": \"dn9263.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/publicIPAddresses/pip7909\",\r\n \"etag\": \"W/\\\"6851a3cf-b85e-4887-920a-5cef262604e1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6818e9e2-3a30-45a5-af79-960d2f125d13\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4390\",\r\n \"fqdn\": \"dn4390.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/publicIPAddresses/pip7185?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/publicIPAddresses/pip7909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1235537-4acc-4df2-92e6-157c02e0ddc7" + "3ba0c89d-7445-41df-bba4-23082a94b7e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +757,16 @@ "no-cache" ], "ETag": [ - "W/\"ec2c34b4-9274-4904-96a4-f3f3ba01fae4\"" + "W/\"6851a3cf-b85e-4887-920a-5cef262604e1\"" ], "x-ms-request-id": [ - "64afb09a-fcd6-4375-8ee4-c38fee6bb6ef" + "7ba42b2e-962c-4ede-8fbc-db7b1f3482a2" ], "x-ms-correlation-request-id": [ - "af976d9d-4509-402f-8a31-cfe5d0e7daf0" + "a96b8dae-5925-4b95-9e76-212671250599" ], "x-ms-arm-service-request-id": [ - "79d2e557-d455-4a95-ab30-94827e0edf41" + "b483b72d-4523-430c-b98c-a8bd0ca1af1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -716,13 +779,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195315Z:af976d9d-4509-402f-8a31-cfe5d0e7daf0" + "EASTUS2:20220119T194119Z:a96b8dae-5925-4b95-9e76-212671250599" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:14 GMT" + "Wed, 19 Jan 2022 19:41:18 GMT" ], "Content-Length": [ "770" @@ -734,32 +797,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/publicIPAddresses/pip7185\",\r\n \"etag\": \"W/\\\"ec2c34b4-9274-4904-96a4-f3f3ba01fae4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bc7724b9-5c05-4481-968c-d04775e0aae9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9263\",\r\n \"fqdn\": \"dn9263.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/publicIPAddresses/pip7909\",\r\n \"etag\": \"W/\\\"6851a3cf-b85e-4887-920a-5cef262604e1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6818e9e2-3a30-45a5-af79-960d2f125d13\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4390\",\r\n \"fqdn\": \"dn4390.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgzMTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9927\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn82\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6cf8185-42f9-41b5-9d4e-e562bbd36af4" + "c50302a1-5f1a-4710-a284-8a1677531b7e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "400" ] }, "ResponseHeaders": { @@ -773,19 +836,19 @@ "3" ], "x-ms-request-id": [ - "36818e69-ae2e-4b2e-a127-6494abc79de6" + "388e0212-e8d7-4d39-9062-e0141165bff0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/36818e69-ae2e-4b2e-a127-6494abc79de6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/388e0212-e8d7-4d39-9062-e0141165bff0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "127f4345-2ffc-4ad6-a412-91c58a3c8bef" + "ca839232-c10a-4a4d-ac45-c2156ae57d46" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5490e40a-d381-404b-bdf5-a1d555644d40" + "fae38902-d9f0-46e6-9412-c0cf48f2a864" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,16 +861,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195318Z:127f4345-2ffc-4ad6-a412-91c58a3c8bef" + "EASTUS2:20220119T194125Z:ca839232-c10a-4a4d-ac45-c2156ae57d46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:18 GMT" + "Wed, 19 Jan 2022 19:41:25 GMT" ], "Content-Length": [ - "1321" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182\",\r\n \"etag\": \"W/\\\"3bd0adb5-958c-43f0-bc89-bac848b52404\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0771576d-9ad1-4145-b5a6-848bbc71e9e2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927\",\r\n \"etag\": \"W/\\\"3bd0adb5-958c-43f0-bc89-bac848b52404\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8315\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315\",\r\n \"etag\": \"W/\\\"04340c7c-9ea4-4e45-b02a-28511bd85e92\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"670f3bd4-b2f9-4783-aae2-ac880843c686\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82\",\r\n \"etag\": \"W/\\\"04340c7c-9ea4-4e45-b02a-28511bd85e92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/36818e69-ae2e-4b2e-a127-6494abc79de6?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2ODE4ZTY5LWFlMmUtNGIyZS1hMTI3LTY0OTRhYmM3OWRlNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/388e0212-e8d7-4d39-9062-e0141165bff0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM4OGUwMjEyLWU4ZDctNGQzOS05MDYyLWUwMTQxMTY1YmZmMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -840,13 +903,13 @@ "no-cache" ], "x-ms-request-id": [ - "90ce9fed-0e74-4a10-803b-356cee4133e5" + "8735aa4f-bc8c-4861-be66-7978fce549b5" ], "x-ms-correlation-request-id": [ - "e345a9ed-0c28-4624-bd8b-9a30a69e2030" + "ceabb663-e144-467d-ab00-8b925acacdcf" ], "x-ms-arm-service-request-id": [ - "3b3ee2cf-7bf2-434a-b6dc-5c52521f1f7c" + "f633735c-ff66-4ce0-9cf4-b2a2c7527228" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -859,13 +922,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195322Z:e345a9ed-0c28-4624-bd8b-9a30a69e2030" + "EASTUS2:20220119T194128Z:ceabb663-e144-467d-ab00-8b925acacdcf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:22 GMT" + "Wed, 19 Jan 2022 19:41:28 GMT" ], "Content-Length": [ "29" @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgzMTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"71b96c35-e6a8-40d2-82a0-15bc146473a0\"" + "W/\"3efe837e-c739-4b19-aacc-ffcbd413eb6d\"" ], "x-ms-request-id": [ - "f0ad91ff-6d1a-4049-983c-b186db920a09" + "0a4bec05-e903-4d7b-bb9f-cea4f3576812" ], "x-ms-correlation-request-id": [ - "7c04c793-3a17-455c-9a69-b1389e67a25c" + "bf8d0cf9-c6f2-4d3c-835c-789bea7ba2a4" ], "x-ms-arm-service-request-id": [ - "90643b53-ca83-49d2-83e4-dff8dda214fb" + "ece5e5ad-438d-4993-a75f-119e52b1d1d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -923,16 +986,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195322Z:7c04c793-3a17-455c-9a69-b1389e67a25c" + "EASTUS2:20220119T194128Z:bf8d0cf9-c6f2-4d3c-835c-789bea7ba2a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:22 GMT" + "Wed, 19 Jan 2022 19:41:28 GMT" ], "Content-Length": [ - "1323" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182\",\r\n \"etag\": \"W/\\\"71b96c35-e6a8-40d2-82a0-15bc146473a0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0771576d-9ad1-4145-b5a6-848bbc71e9e2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927\",\r\n \"etag\": \"W/\\\"71b96c35-e6a8-40d2-82a0-15bc146473a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8315\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315\",\r\n \"etag\": \"W/\\\"3efe837e-c739-4b19-aacc-ffcbd413eb6d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"670f3bd4-b2f9-4783-aae2-ac880843c686\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82\",\r\n \"etag\": \"W/\\\"3efe837e-c739-4b19-aacc-ffcbd413eb6d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxODIvc3VibmV0cy9zbjk5Mjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgzMTUvc3VibmV0cy9zbjgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6758429c-5f17-4551-bf8d-6353a45e376b" + "94f6c657-8d97-44ce-8800-2579e08620c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -971,16 +1034,16 @@ "no-cache" ], "ETag": [ - "W/\"71b96c35-e6a8-40d2-82a0-15bc146473a0\"" + "W/\"3efe837e-c739-4b19-aacc-ffcbd413eb6d\"" ], "x-ms-request-id": [ - "8be196d0-12a5-4f12-a940-7338fd1c950a" + "37f9a810-4824-4216-b13e-ecda6b5882e7" ], "x-ms-correlation-request-id": [ - "71bce4d0-7493-4d22-9f14-711850d18ba1" + "ba9e9b99-bdce-4b9c-83b5-2105b459c5f3" ], "x-ms-arm-service-request-id": [ - "0f420909-2f5a-4c1d-8aa1-1ffa975c8abb" + "e92a9c34-f776-4365-b301-6bda9f536bca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -993,16 +1056,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195323Z:71bce4d0-7493-4d22-9f14-711850d18ba1" + "EASTUS2:20220119T194129Z:ba9e9b99-bdce-4b9c-83b5-2105b459c5f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:22 GMT" + "Wed, 19 Jan 2022 19:41:28 GMT" ], "Content-Length": [ - "523" + "519" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,32 +1074,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927\",\r\n \"etag\": \"W/\\\"71b96c35-e6a8-40d2-82a0-15bc146473a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82\",\r\n \"etag\": \"W/\\\"3efe837e-c739-4b19-aacc-ffcbd413eb6d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY1MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzNTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927\"\r\n }\r\n },\r\n \"name\": \"ip7965\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82\"\r\n }\r\n },\r\n \"name\": \"ip3178\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b2cd758-0968-47b0-b5d4-9c2c0794df64" + "8257dd37-6500-46b0-b342-502c4b606921" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "744" ] }, "ResponseHeaders": { @@ -1047,19 +1110,19 @@ "no-cache" ], "x-ms-request-id": [ - "f07b7f3a-a41f-44bb-b79a-42730ccdacc6" + "310a696f-2375-4a02-a3d2-9677848f75a2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f07b7f3a-a41f-44bb-b79a-42730ccdacc6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/310a696f-2375-4a02-a3d2-9677848f75a2?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f37672c0-ab58-4a97-8024-aaf48f340252" + "0d163d2e-957a-4457-ad2c-951e03ec82e3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "39ce784d-7e9d-452a-9451-3d20322ea454" + "228285a5-93c1-43e2-bb15-4e68bf83d0d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1072,16 +1135,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195329Z:f37672c0-ab58-4a97-8024-aaf48f340252" + "EASTUS2:20220119T194132Z:0d163d2e-957a-4457-ad2c-951e03ec82e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:28 GMT" + "Wed, 19 Jan 2022 19:41:32 GMT" ], "Content-Length": [ - "1628" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic650\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\",\r\n \"etag\": \"W/\\\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c9b59ee-afea-4609-90cf-105adae60b0f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650/ipConfigurations/ip7965\",\r\n \"etag\": \"W/\\\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927\"\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\": \"nvlxcb4rtjcudnngqsf1y2pj2c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\",\r\n \"etag\": \"W/\\\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e101151-16a2-47cf-a9f0-8b56d98cfd49\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354/ipConfigurations/ip3178\",\r\n \"etag\": \"W/\\\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82\"\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\": \"0q3q4z5zwkbupkxcvseaqq4gqg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY1MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzNTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1177,16 @@ "no-cache" ], "ETag": [ - "W/\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\"" + "W/\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\"" ], "x-ms-request-id": [ - "5292027c-7d76-4c18-8d58-1bc3d815815e" + "0fada38c-5cca-4b2c-acf3-2edd799159a8" ], "x-ms-correlation-request-id": [ - "06abca97-c11e-4b27-bc8e-b05ce6e7eaea" + "7933f8b3-f5dd-41e1-90d1-cb83654b45ee" ], "x-ms-arm-service-request-id": [ - "a38e19a0-9fa7-450c-86e6-0d6c4088c81a" + "4bef8c08-676c-491f-8c89-0bf3bb9f7d95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1136,16 +1199,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195330Z:06abca97-c11e-4b27-bc8e-b05ce6e7eaea" + "EASTUS2:20220119T194133Z:7933f8b3-f5dd-41e1-90d1-cb83654b45ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:29 GMT" + "Wed, 19 Jan 2022 19:41:32 GMT" ], "Content-Length": [ - "1628" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic650\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\",\r\n \"etag\": \"W/\\\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c9b59ee-afea-4609-90cf-105adae60b0f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650/ipConfigurations/ip7965\",\r\n \"etag\": \"W/\\\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927\"\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\": \"nvlxcb4rtjcudnngqsf1y2pj2c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\",\r\n \"etag\": \"W/\\\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e101151-16a2-47cf-a9f0-8b56d98cfd49\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354/ipConfigurations/ip3178\",\r\n \"etag\": \"W/\\\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82\"\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\": \"0q3q4z5zwkbupkxcvseaqq4gqg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY1MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzNTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "274b6c24-fc08-48c6-af03-5f9bb9dde331" + "c67eea61-8b4c-48c7-bf0c-a6abc56f85fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1184,16 +1247,16 @@ "no-cache" ], "ETag": [ - "W/\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\"" + "W/\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\"" ], "x-ms-request-id": [ - "59440eae-f3c3-4aee-8322-f777bb61c277" + "89af9b9a-0ff7-4c72-84f1-74d44272f190" ], "x-ms-correlation-request-id": [ - "6be4b199-2049-4d66-8888-1ed493565fcf" + "d1a0d63f-fdc9-4bc4-8a78-1a68a11e0d36" ], "x-ms-arm-service-request-id": [ - "5feeda8c-5ecc-43b3-9347-e710c82aeb6d" + "c1393c2b-38b1-49af-bef4-fc9ebcc9882c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1206,16 +1269,16 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195330Z:6be4b199-2049-4d66-8888-1ed493565fcf" + "EASTUS2:20220119T194133Z:d1a0d63f-fdc9-4bc4-8a78-1a68a11e0d36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:29 GMT" + "Wed, 19 Jan 2022 19:41:33 GMT" ], "Content-Length": [ - "1628" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic650\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\",\r\n \"etag\": \"W/\\\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c9b59ee-afea-4609-90cf-105adae60b0f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650/ipConfigurations/ip7965\",\r\n \"etag\": \"W/\\\"3d0da29f-82f1-4ea1-992e-a628ec82ac28\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/virtualNetworks/vn4182/subnets/sn9927\"\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\": \"nvlxcb4rtjcudnngqsf1y2pj2c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\",\r\n \"etag\": \"W/\\\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e101151-16a2-47cf-a9f0-8b56d98cfd49\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354/ipConfigurations/ip3178\",\r\n \"etag\": \"W/\\\"51fa38c9-d43e-4f34-ac80-6f6bc96f7bb3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/virtualNetworks/vn8315/subnets/sn82\"\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\": \"0q3q4z5zwkbupkxcvseaqq4gqg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/as8108?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4MTA4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/as6419?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NDE5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd23186c-5c39-4a4e-b343-0fa8d7832f77" + "8d2822fa-6496-4171-9466-3660e9ec22e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1260,13 +1323,13 @@ "no-cache" ], "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": [ - "3b2eec06-e681-4342-908e-0c045c50c9b3" + "49a8e743-5b92-49c4-bebe-f971f351f15f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1276,16 +1339,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "07a71a63-8701-4c9c-9ac3-d062a91c520c" + "29cd8c6e-347f-4c1a-b896-6f33554b2fac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195339Z:07a71a63-8701-4c9c-9ac3-d062a91c520c" + "EASTUS2:20220119T194144Z:29cd8c6e-347f-4c1a-b896-6f33554b2fac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:39 GMT" + "Wed, 19 Jan 2022 19:41:43 GMT" ], "Content-Length": [ "444" @@ -1297,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/as8108\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as6419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/as6419\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/as8108\"\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/as6419\"\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d9571f88-ec2c-4f98-ab98-916f7931ecc1" + "c03927a7-f069-4c23-812a-33e4868bd3d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1336,19 +1399,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f748f74c-d0da-4958-99ae-800da0d2b071?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0fb2077c-122c-458f-a38d-335eb1ac03dc?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f748f74c-d0da-4958-99ae-800da0d2b071" + "0fb2077c-122c-458f-a38d-335eb1ac03dc" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1358,19 +1421,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "4359cc49-0133-4322-b6d5-aca816957b7c" + "ba9f6eaf-5808-423b-a499-991f8e68c0cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195347Z:4359cc49-0133-4322-b6d5-aca816957b7c" + "EASTUS2:20220119T194149Z:ba9f6eaf-5808-423b-a499-991f8e68c0cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:46 GMT" + "Wed, 19 Jan 2022 19:41:49 GMT" ], "Content-Length": [ - "2025" + "2082" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,26 +1442,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3427afa8-437a-4a48-a176-02464e9d6f7e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/AS8108\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2517\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2cdfaae6-4a20-4bcd-b7c1-af333fe7c684\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/AS6419\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-19T19:41:47.5190124+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/as8108\"\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/as6419\"\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0e3219a-ccc7-4d52-95fe-3aba6f32eb6f" + "f5fcdfc5-81b1-4dcc-8e0b-bd1f668d5044" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1415,19 +1478,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ee4849a-bae2-4cc3-b060-20dc54145128?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8414a9d7-8f0a-49c3-bb2a-532d5f3762d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ee4849a-bae2-4cc3-b060-20dc54145128" + "8414a9d7-8f0a-49c3-bb2a-532d5f3762d6" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1437,19 +1500,19 @@ "1197" ], "x-ms-correlation-request-id": [ - "b2dff523-c933-47fb-bc66-e12e1c4d83d4" + "ed26eb74-3ed9-47a9-986f-5cc3a4f8c337" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195635Z:b2dff523-c933-47fb-bc66-e12e1c4d83d4" + "EASTUS2:20220119T194434Z:ed26eb74-3ed9-47a9-986f-5cc3a4f8c337" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:56:34 GMT" + "Wed, 19 Jan 2022 19:44:34 GMT" ], "Content-Length": [ - "2053" + "2110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1458,20 +1521,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3427afa8-437a-4a48-a176-02464e9d6f7e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/AS8108\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2517\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2cdfaae6-4a20-4bcd-b7c1-af333fe7c684\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/AS6419\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2022-01-19T19:41:47.5190124+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f748f74c-d0da-4958-99ae-800da0d2b071?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y3NDhmNzRjLWQwZGEtNDk1OC05OWFlLTgwMGRhMGQyYjA3MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0fb2077c-122c-458f-a38d-335eb1ac03dc?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmYjIwNzdjLTEyMmMtNDU4Zi1hMzhkLTMzNWViMWFjMDNkYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1485,13 +1548,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60e36d85-a25b-4f91-a58e-67e417c5368b" + "cec6665a-ba9f-4204-9249-1702884f9c85" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1501,16 +1564,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "fa94417c-2309-4e54-a839-7883351eb0de" + "26703acb-88fc-40d0-882c-7809d10dff44" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195357Z:fa94417c-2309-4e54-a839-7883351eb0de" + "EASTUS2:20220119T194159Z:26703acb-88fc-40d0-882c-7809d10dff44" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:53:57 GMT" + "Wed, 19 Jan 2022 19:41:59 GMT" ], "Content-Length": [ "134" @@ -1522,20 +1585,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:53:44.7104314+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f748f74c-d0da-4958-99ae-800da0d2b071\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:41:47.4720978+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0fb2077c-122c-458f-a38d-335eb1ac03dc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f748f74c-d0da-4958-99ae-800da0d2b071?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y3NDhmNzRjLWQwZGEtNDk1OC05OWFlLTgwMGRhMGQyYjA3MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0fb2077c-122c-458f-a38d-335eb1ac03dc?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmYjIwNzdjLTEyMmMtNDU4Zi1hMzhkLTMzNWViMWFjMDNkYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1546,13 +1609,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0776f7ef-d59c-42aa-9e26-4533babcdc0a" + "925fd422-d16d-4301-a3f9-8d3a552370e9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1562,16 +1625,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "d42a5b3f-558d-45e6-8b50-f94c8a9a1563" + "a3f1e584-88b8-429d-b42c-5c9f4a107b42" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195447Z:d42a5b3f-558d-45e6-8b50-f94c8a9a1563" + "EASTUS2:20220119T194250Z:a3f1e584-88b8-429d-b42c-5c9f4a107b42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:54:47 GMT" + "Wed, 19 Jan 2022 19:42:49 GMT" ], "Content-Length": [ "134" @@ -1583,20 +1646,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:53:44.7104314+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f748f74c-d0da-4958-99ae-800da0d2b071\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:41:47.4720978+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0fb2077c-122c-458f-a38d-335eb1ac03dc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f748f74c-d0da-4958-99ae-800da0d2b071?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y3NDhmNzRjLWQwZGEtNDk1OC05OWFlLTgwMGRhMGQyYjA3MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0fb2077c-122c-458f-a38d-335eb1ac03dc?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmYjIwNzdjLTEyMmMtNDU4Zi1hMzhkLTMzNWViMWFjMDNkYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1607,13 +1670,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2722e9c8-b71a-4879-9465-c2d851767a29" + "41dd06d7-a6ef-4db3-b08a-a49ece9ffb61" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1623,16 +1686,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "67d83a96-51e0-45a7-9eba-95de2ec75031" + "d9cdccd9-27c5-4db4-afa6-9770ad71e445" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195537Z:67d83a96-51e0-45a7-9eba-95de2ec75031" + "EASTUS2:20220119T194340Z:d9cdccd9-27c5-4db4-afa6-9770ad71e445" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:55:37 GMT" + "Wed, 19 Jan 2022 19:43:40 GMT" ], "Content-Length": [ "134" @@ -1644,20 +1707,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:53:44.7104314+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f748f74c-d0da-4958-99ae-800da0d2b071\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:41:47.4720978+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0fb2077c-122c-458f-a38d-335eb1ac03dc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f748f74c-d0da-4958-99ae-800da0d2b071?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y3NDhmNzRjLWQwZGEtNDk1OC05OWFlLTgwMGRhMGQyYjA3MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0fb2077c-122c-458f-a38d-335eb1ac03dc?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmYjIwNzdjLTEyMmMtNDU4Zi1hMzhkLTMzNWViMWFjMDNkYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1668,13 +1731,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07035d27-c16f-4aec-b360-9a62be6a28bb" + "e69a102a-4328-4026-956d-f9f1a2d89234" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1684,16 +1747,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "e604e00e-cdc0-4c08-9dea-eb9a068d9d08" + "64bfaa14-f9d9-4d0f-9f2f-4e1314b3322b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195628Z:e604e00e-cdc0-4c08-9dea-eb9a068d9d08" + "EASTUS2:20220119T194430Z:64bfaa14-f9d9-4d0f-9f2f-4e1314b3322b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:56:27 GMT" + "Wed, 19 Jan 2022 19:44:30 GMT" ], "Content-Length": [ "184" @@ -1705,20 +1768,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:53:44.7104314+00:00\",\r\n \"endTime\": \"2021-06-28T19:56:21.7258922+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f748f74c-d0da-4958-99ae-800da0d2b071\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:41:47.4720978+00:00\",\r\n \"endTime\": \"2022-01-19T19:44:18.6283591+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0fb2077c-122c-458f-a38d-335eb1ac03dc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1729,13 +1792,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5fbdc8b-add1-48d6-ab5f-0fc10c71554a" + "000b4a75-4ad6-4309-ba7f-52a7ec5b4d30" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1745,19 +1808,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "a9b67d50-487c-4716-b870-8b90ed0ddfd1" + "22aa4b78-7212-4a4d-8e02-436f25b8520f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195628Z:a9b67d50-487c-4716-b870-8b90ed0ddfd1" + "EASTUS2:20220119T194430Z:22aa4b78-7212-4a4d-8e02-436f25b8520f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:56:27 GMT" + "Wed, 19 Jan 2022 19:44:30 GMT" ], "Content-Length": [ - "2054" + "2111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1766,26 +1829,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3427afa8-437a-4a48-a176-02464e9d6f7e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/AS8108\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2517\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2cdfaae6-4a20-4bcd-b7c1-af333fe7c684\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/AS6419\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:41:47.5190124+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2cc0129-8778-41a4-a5e4-2693640e3a51" + "e9e5815d-e1b9-45ce-a32c-e54fd99d98ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1796,13 +1859,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f2b52130-f249-4130-b9d5-ec3f53f98e82" + "5d9eeeaf-9968-488a-845f-60db51b30726" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1812,19 +1875,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "77a131d2-324a-4320-b28e-425938fb1756" + "e9c76312-3d5e-4ba7-8bd5-ba7b52fb1346" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195628Z:77a131d2-324a-4320-b28e-425938fb1756" + "EASTUS2:20220119T194431Z:e9c76312-3d5e-4ba7-8bd5-ba7b52fb1346" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:56:28 GMT" + "Wed, 19 Jan 2022 19:44:30 GMT" ], "Content-Length": [ - "2054" + "2111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1833,20 +1896,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3427afa8-437a-4a48-a176-02464e9d6f7e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/AS8108\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2517\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2cdfaae6-4a20-4bcd-b7c1-af333fe7c684\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/AS6419\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:41:47.5190124+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1857,13 +1920,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e1c3201-3bf0-41e9-841a-7b5ce66aa1a3" + "f716d848-6206-4458-8a7a-b8e4c9d4fec8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1873,19 +1936,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "b010429d-2c93-417b-9d56-59d9b0c2eab2" + "cb9586d8-ad34-4c12-a7d1-1f5fc1ae125c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195705Z:b010429d-2c93-417b-9d56-59d9b0c2eab2" + "EASTUS2:20220119T194505Z:cb9586d8-ad34-4c12-a7d1-1f5fc1ae125c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:57:05 GMT" + "Wed, 19 Jan 2022 19:45:04 GMT" ], "Content-Length": [ - "2054" + "2111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1894,26 +1957,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3427afa8-437a-4a48-a176-02464e9d6f7e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/AS8108\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2517\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2cdfaae6-4a20-4bcd-b7c1-af333fe7c684\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/AS6419\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:41:47.5190124+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?$expand=userData&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/JGV4cGFuZD11c2VyRGF0YSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?$expand=userData&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/JGV4cGFuZD11c2VyRGF0YSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fd544f1-2e65-4eb8-87a6-7c581bd65387" + "15854651-038f-443c-9905-9dec2986181c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1924,13 +1987,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb0559a0-dabe-47d9-8d4e-1abd5a841968" + "ced8469e-86f7-49d2-8837-da50f5608ddf" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1940,19 +2003,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "4b39c81a-0a8b-4ab2-b935-337048b7b771" + "c5bfd1d5-89a4-428f-acac-00a192dd1a87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195628Z:4b39c81a-0a8b-4ab2-b935-337048b7b771" + "EASTUS2:20220119T194431Z:c5bfd1d5-89a4-428f-acac-00a192dd1a87" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:56:28 GMT" + "Wed, 19 Jan 2022 19:44:31 GMT" ], "Content-Length": [ - "2095" + "2152" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1961,26 +2024,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3427afa8-437a-4a48-a176-02464e9d6f7e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/AS8108\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2517\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2cdfaae6-4a20-4bcd-b7c1-af333fe7c684\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/AS6419\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:41:47.5190124+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?$expand=userData&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/JGV4cGFuZD11c2VyRGF0YSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?$expand=userData&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/JGV4cGFuZD11c2VyRGF0YSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20a10a7a-e18c-413a-a855-03daa01f94d8" + "a99286d1-6f8e-4d90-ba6e-d2c61be8a3fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1991,13 +2054,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a24450d9-87d7-4520-938e-d0ae657704b1" + "383041e5-fab1-4706-8391-253a8990c268" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2007,19 +2070,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "47c3fb0c-2cd4-4c24-a101-f900a913717b" + "49c0252d-9210-4f2c-a681-048487b9e290" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195706Z:47c3fb0c-2cd4-4c24-a101-f900a913717b" + "EASTUS2:20220119T194505Z:49c0252d-9210-4f2c-a681-048487b9e290" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:57:05 GMT" + "Wed, 19 Jan 2022 19:45:05 GMT" ], "Content-Length": [ - "2099" + "2156" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2028,20 +2091,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6335\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3427afa8-437a-4a48-a176-02464e9d6f7e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/availabilitySets/AS8108\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7788.blob.core.windows.net/crptestar1318/oscrptestar5077.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Network/networkInterfaces/nic650\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2517\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2cdfaae6-4a20-4bcd-b7c1-af333fe7c684\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/availabilitySets/AS6419\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar528.blob.core.windows.net/crptestar1158/oscrptestar5083.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Network/networkInterfaces/nic9354\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:41:47.5190124+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ee4849a-bae2-4cc3-b060-20dc54145128?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlZTQ4NDlhLWJhZTItNGNjMy1iMDYwLTIwZGM1NDE0NTEyOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8414a9d7-8f0a-49c3-bb2a-532d5f3762d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg0MTRhOWQ3LThmMGEtNDljMy1iYjJhLTUzMmQ1ZjM3NjJkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2052,13 +2115,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40af2a76-fdaa-4ffc-95c6-0dbcb4638a47" + "ca96e1d4-c4f2-4ac6-bcf7-524fd0bb7424" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2068,16 +2131,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "80f76535-b716-43a3-b6c7-36aa6e1c12ef" + "5b15ea5e-2252-4b24-83b6-00e0ab4db14a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195705Z:80f76535-b716-43a3-b6c7-36aa6e1c12ef" + "EASTUS2:20220119T194505Z:5b15ea5e-2252-4b24-83b6-00e0ab4db14a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:57:04 GMT" + "Wed, 19 Jan 2022 19:45:04 GMT" ], "Content-Length": [ "184" @@ -2089,26 +2152,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:56:30.6477606+00:00\",\r\n \"endTime\": \"2021-06-28T19:56:30.8665109+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1ee4849a-bae2-4cc3-b060-20dc54145128\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:44:32.0658001+00:00\",\r\n \"endTime\": \"2022-01-19T19:44:32.2689482+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8414a9d7-8f0a-49c3-bb2a-532d5f3762d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4946/providers/Microsoft.Compute/virtualMachines/vm6335?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYzMzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2578/providers/Microsoft.Compute/virtualMachines/vm2517?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MTc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb9bfc6d-0bcb-48c8-8604-81aea8f0cf80" + "250a8087-1086-4caf-a231-492fb0bb1ff1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2119,25 +2182,25 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e75757e2-9f80-47b4-bc44-eff8f26d9aee?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b587fd24-07c3-4ed7-b4da-3329fd21ac76?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e75757e2-9f80-47b4-bc44-eff8f26d9aee?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b587fd24-07c3-4ed7-b4da-3329fd21ac76?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e75757e2-9f80-47b4-bc44-eff8f26d9aee" + "b587fd24-07c3-4ed7-b4da-3329fd21ac76" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2147,16 +2210,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "60e2be51-b2c8-4797-836c-b1f13f0411ad" + "9c139e42-8c71-4ce7-84ab-2b5848db18cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195706Z:60e2be51-b2c8-4797-836c-b1f13f0411ad" + "EASTUS2:20220119T194506Z:9c139e42-8c71-4ce7-84ab-2b5848db18cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:57:05 GMT" + "Wed, 19 Jan 2022 19:45:05 GMT" ], "Expires": [ "-1" @@ -2169,16 +2232,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e75757e2-9f80-47b4-bc44-eff8f26d9aee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3NTc1N2UyLTlmODAtNDdiNC1iYzQ0LWVmZjhmMjZkOWFlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b587fd24-07c3-4ed7-b4da-3329fd21ac76?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I1ODdmZDI0LTA3YzMtNGVkNy1iNGRhLTMzMjlmZDIxYWM3Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2192,13 +2255,13 @@ "30" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6c735de-de01-4699-8100-b3a4cdc6914d" + "5b8b0dfc-fe30-43c8-9ecd-dfc77214eef8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2208,16 +2271,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "17139a27-f25c-44cc-ba50-ef243350f55b" + "c2cb056a-2db1-4d82-808c-7468140b3818" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195716Z:17139a27-f25c-44cc-ba50-ef243350f55b" + "EASTUS2:20220119T194517Z:c2cb056a-2db1-4d82-808c-7468140b3818" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:57:16 GMT" + "Wed, 19 Jan 2022 19:45:16 GMT" ], "Content-Length": [ "134" @@ -2229,20 +2292,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:57:06.4445284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e75757e2-9f80-47b4-bc44-eff8f26d9aee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:45:05.9876834+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b587fd24-07c3-4ed7-b4da-3329fd21ac76\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e75757e2-9f80-47b4-bc44-eff8f26d9aee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3NTc1N2UyLTlmODAtNDdiNC1iYzQ0LWVmZjhmMjZkOWFlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b587fd24-07c3-4ed7-b4da-3329fd21ac76?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I1ODdmZDI0LTA3YzMtNGVkNy1iNGRhLTMzMjlmZDIxYWM3Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2253,13 +2316,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "413e743c-3735-4500-b791-43a5f701bd00" + "fc8716dc-82ad-4aca-a996-01d5170e34e7" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2269,19 +2332,19 @@ "11987" ], "x-ms-correlation-request-id": [ - "e42aca3b-a7a0-4ddf-9340-24ed97483da4" + "4afec974-18d9-4416-a9c1-934952f7ad9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195747Z:e42aca3b-a7a0-4ddf-9340-24ed97483da4" + "EASTUS2:20220119T194548Z:4afec974-18d9-4416-a9c1-934952f7ad9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:57:47 GMT" + "Wed, 19 Jan 2022 19:45:47 GMT" ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2290,20 +2353,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:57:06.4445284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e75757e2-9f80-47b4-bc44-eff8f26d9aee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:45:05.9876834+00:00\",\r\n \"endTime\": \"2022-01-19T19:45:38.9720123+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b587fd24-07c3-4ed7-b4da-3329fd21ac76\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e75757e2-9f80-47b4-bc44-eff8f26d9aee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3NTc1N2UyLTlmODAtNDdiNC1iYzQ0LWVmZjhmMjZkOWFlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b587fd24-07c3-4ed7-b4da-3329fd21ac76?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I1ODdmZDI0LTA3YzMtNGVkNy1iNGRhLTMzMjlmZDIxYWM3Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2314,13 +2377,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0327b671-d312-4e16-9236-5a315cd17853" + "5623b55a-db06-42d4-bca9-5f9fc147fccc" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2330,41 +2393,101 @@ "11986" ], "x-ms-correlation-request-id": [ - "ffd5f074-2c73-4763-be80-23b676cf1786" + "c8c995cf-4d7e-46b9-a3c7-b2cfba4e6f36" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195818Z:ffd5f074-2c73-4763-be80-23b676cf1786" + "EASTUS2:20220119T194548Z:c8c995cf-4d7e-46b9-a3c7-b2cfba4e6f36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:58:17 GMT" + "Wed, 19 Jan 2022 19:45:47 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "184" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2578?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI1Nzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff509d52-ad2c-4d41-8861-7e2ee63c0a4a" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "0965c68e-9108-4d68-8e52-ad1a252ec80c" + ], + "x-ms-correlation-request-id": [ + "0965c68e-9108-4d68-8e52-ad1a252ec80c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T194554Z:0965c68e-9108-4d68-8e52-ad1a252ec80c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:45:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T19:57:06.4445284+00:00\",\r\n \"endTime\": \"2021-06-28T19:57:47.7724483+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e75757e2-9f80-47b4-bc44-eff8f26d9aee\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e75757e2-9f80-47b4-bc44-eff8f26d9aee?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3NTc1N2UyLTlmODAtNDdiNC1iYzQ0LWVmZjhmMjZkOWFlZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2374,33 +2497,146 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29987" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "ace2d15e-2432-432b-b088-3401cee4315e" + ], + "x-ms-correlation-request-id": [ + "ace2d15e-2432-432b-b088-3401cee4315e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T194610Z:ace2d15e-2432-432b-b088-3401cee4315e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:46:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-request-id": [ - "10a6f9b6-a5bf-4ff0-a774-8960bc5f5ae1" + "bdaad0f8-5c50-4116-b8de-040b1fc7008b" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-correlation-request-id": [ + "bdaad0f8-5c50-4116-b8de-040b1fc7008b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T194625Z:bdaad0f8-5c50-4116-b8de-040b1fc7008b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:46:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11997" + ], + "x-ms-request-id": [ + "e5748466-2ff4-4f35-966a-94b45fe17d31" ], "x-ms-correlation-request-id": [ - "b095aad9-68fc-484a-beb5-4455468c8bc3" + "e5748466-2ff4-4f35-966a-94b45fe17d31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195818Z:b095aad9-68fc-484a-beb5-4455468c8bc3" + "EASTUS2:20220119T194641Z:e5748466-2ff4-4f35-966a-94b45fe17d31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:58:17 GMT" + "Wed, 19 Jan 2022 19:46:40 GMT" ], "Expires": [ "-1" @@ -2410,24 +2646,75 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4946?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5NDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "aba6ec79-8c16-44f8-a439-59a8a10f24ba" + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Accept-Language": [ - "en-US" + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "9bcfeb82-2d7a-4d3b-b539-f876e3830a35" + ], + "x-ms-correlation-request-id": [ + "9bcfeb82-2d7a-4d3b-b539-f876e3830a35" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T194656Z:9bcfeb82-2d7a-4d3b-b539-f876e3830a35" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:46:55 GMT" + ], + "Expires": [ + "-1" ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2439,22 +2726,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-request-id": [ - "2383bca5-9a85-4403-9d53-d08a8efb47f8" + "eb9579aa-54fe-43be-95ce-664f786a1bcd" ], "x-ms-correlation-request-id": [ - "2383bca5-9a85-4403-9d53-d08a8efb47f8" + "eb9579aa-54fe-43be-95ce-664f786a1bcd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195823Z:2383bca5-9a85-4403-9d53-d08a8efb47f8" + "EASTUS2:20220119T194712Z:eb9579aa-54fe-43be-95ce-664f786a1bcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2463,7 +2750,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:58:23 GMT" + "Wed, 19 Jan 2022 19:47:12 GMT" ], "Expires": [ "-1" @@ -2476,15 +2763,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2496,22 +2783,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "89521909-5f2e-47f0-b9d1-bc3551a5cc60" + "c23adbaa-0e44-4af9-a655-55042d308f56" ], "x-ms-correlation-request-id": [ - "89521909-5f2e-47f0-b9d1-bc3551a5cc60" + "c23adbaa-0e44-4af9-a655-55042d308f56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195839Z:89521909-5f2e-47f0-b9d1-bc3551a5cc60" + "EASTUS2:20220119T194727Z:c23adbaa-0e44-4af9-a655-55042d308f56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2520,7 +2807,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:58:38 GMT" + "Wed, 19 Jan 2022 19:47:27 GMT" ], "Expires": [ "-1" @@ -2533,15 +2820,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2553,22 +2840,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "2608e243-2598-4190-852a-227fead4f592" + "78e23c7d-79e7-4248-834e-02723a43846e" ], "x-ms-correlation-request-id": [ - "2608e243-2598-4190-852a-227fead4f592" + "78e23c7d-79e7-4248-834e-02723a43846e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195854Z:2608e243-2598-4190-852a-227fead4f592" + "EASTUS2:20220119T194743Z:78e23c7d-79e7-4248-834e-02723a43846e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2577,7 +2864,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:58:53 GMT" + "Wed, 19 Jan 2022 19:47:42 GMT" ], "Expires": [ "-1" @@ -2590,15 +2877,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2610,22 +2897,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "574c0e98-4407-4a7d-959c-abc289f94ec8" + "81d9f87a-bea7-478c-949b-20a72d666131" ], "x-ms-correlation-request-id": [ - "574c0e98-4407-4a7d-959c-abc289f94ec8" + "81d9f87a-bea7-478c-949b-20a72d666131" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195910Z:574c0e98-4407-4a7d-959c-abc289f94ec8" + "EASTUS2:20220119T194758Z:81d9f87a-bea7-478c-949b-20a72d666131" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2634,7 +2921,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:59:09 GMT" + "Wed, 19 Jan 2022 19:47:58 GMT" ], "Expires": [ "-1" @@ -2647,15 +2934,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2667,22 +2954,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-request-id": [ - "24902cd5-8d81-45fa-ac4c-8e739ed48724" + "ba03a0ca-c848-4bb1-a75c-dbd63da72f19" ], "x-ms-correlation-request-id": [ - "24902cd5-8d81-45fa-ac4c-8e739ed48724" + "ba03a0ca-c848-4bb1-a75c-dbd63da72f19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195925Z:24902cd5-8d81-45fa-ac4c-8e739ed48724" + "EASTUS2:20220119T194814Z:ba03a0ca-c848-4bb1-a75c-dbd63da72f19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2691,7 +2978,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:59:25 GMT" + "Wed, 19 Jan 2022 19:48:13 GMT" ], "Expires": [ "-1" @@ -2704,15 +2991,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2724,22 +3011,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "7aa77275-21ad-4de4-b73f-837b8f39547f" + "27da8f09-739d-4548-ad64-8a4c50cd5a0b" ], "x-ms-correlation-request-id": [ - "7aa77275-21ad-4de4-b73f-837b8f39547f" + "27da8f09-739d-4548-ad64-8a4c50cd5a0b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195941Z:7aa77275-21ad-4de4-b73f-837b8f39547f" + "EASTUS2:20220119T194829Z:27da8f09-739d-4548-ad64-8a4c50cd5a0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2748,7 +3035,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:59:40 GMT" + "Wed, 19 Jan 2022 19:48:28 GMT" ], "Expires": [ "-1" @@ -2761,15 +3048,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2781,22 +3068,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "d3f1b525-dd06-45e5-9fd2-5a62c9474b7c" + "4b69dee2-4162-48a5-8efa-b13953f79a0a" ], "x-ms-correlation-request-id": [ - "d3f1b525-dd06-45e5-9fd2-5a62c9474b7c" + "4b69dee2-4162-48a5-8efa-b13953f79a0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T195956Z:d3f1b525-dd06-45e5-9fd2-5a62c9474b7c" + "EASTUS2:20220119T194845Z:4b69dee2-4162-48a5-8efa-b13953f79a0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2805,7 +3092,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 19:59:55 GMT" + "Wed, 19 Jan 2022 19:48:44 GMT" ], "Expires": [ "-1" @@ -2818,15 +3105,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2838,16 +3125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "a9f6fe4c-1e03-4296-87c4-6b3bb83d1e31" + "ec55560d-b21e-495b-b061-5700b1358e93" ], "x-ms-correlation-request-id": [ - "a9f6fe4c-1e03-4296-87c4-6b3bb83d1e31" + "ec55560d-b21e-495b-b061-5700b1358e93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200012Z:a9f6fe4c-1e03-4296-87c4-6b3bb83d1e31" + "EASTUS2:20220119T194900Z:ec55560d-b21e-495b-b061-5700b1358e93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2856,7 +3143,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 20:00:11 GMT" + "Wed, 19 Jan 2022 19:49:00 GMT" ], "Expires": [ "-1" @@ -2869,15 +3156,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTQ2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RRMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2889,16 +3176,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "8fcdb6a6-01a4-4725-9cf9-bf0b16f4ade7" + "985c557a-0df3-403f-827c-cc043f7b9cd2" ], "x-ms-correlation-request-id": [ - "8fcdb6a6-01a4-4725-9cf9-bf0b16f4ade7" + "985c557a-0df3-403f-827c-cc043f7b9cd2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200012Z:8fcdb6a6-01a4-4725-9cf9-bf0b16f4ade7" + "EASTUS2:20220119T194901Z:985c557a-0df3-403f-827c-cc043f7b9cd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2907,7 +3194,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 20:00:11 GMT" + "Wed, 19 Jan 2022 19:49:00 GMT" ], "Expires": [ "-1" @@ -2922,28 +3209,28 @@ ], "Names": { "TestUserData": [ - "crptestar4946", - "crptestar7788", - "as8108" + "crptestar2578", + "crptestar528", + "as6419" ], "CreatePublicIP": [ - "pip7185", - "dn9263" + "pip7909", + "dn4390" ], "CreateVNET": [ - "vn4182", - "sn9927" + "vn8315", + "sn82" ], "CreateNIC": [ - "nic650", - "ip7965" + "nic9354", + "ip3178" ], "CreateDefaultVMInput": [ - "crptestar1318", - "crptestar2753", - "crptestar5077", - "vm6335", - "Microsoft.Compute/virtualMachines2104" + "crptestar1158", + "crptestar6272", + "crptestar5083", + "vm2517", + "Microsoft.Compute/virtualMachines9437" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMApplicationTest/VMApplicationProfile_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMApplicationTest/VMApplicationProfile_Tests.json index aecaaf89d5f5c..25ecbafb90d46 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMApplicationTest/VMApplicationProfile_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMApplicationTest/VMApplicationProfile_Tests.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2283981-87be-48f2-86af-7ccfae755e84" + "99b56acf-c133-4685-b326-ec58900e79e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "0d9dba78-1e8a-4aa0-b19b-25d4fc064622_132702435272853905" + "0d9dba78-1e8a-4aa0-b19b-25d4fc064622_132811835585151361" ], "x-ms-request-id": [ - "e7931bac-04c2-4c6e-9cb6-76f0f8b7bd57" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "99118800-c638-4c59-a641-fab964dc300d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2944eebb-82ee-4ae9-a85e-503d85a45685" + "0fe0fe41-a8b0-480f-a119-d72d4856705d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233741Z:2944eebb-82ee-4ae9-a85e-503d85a45685" + "EASTUS2:20211116T185822Z:0fe0fe41-a8b0-480f-a119-d72d4856705d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:37:40 GMT" - ], "Content-Length": [ "321" ], @@ -67,35 +67,42 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "118d502d-b588-4a5f-9b16-c678a3afbbc3" + "8a0bfb75-d980-4887-8a82-1fbfe08a6f3b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999" ], @@ -103,30 +110,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "0d9dba78-1e8a-4aa0-b19b-25d4fc064622_132702435272853905" + "0d9dba78-1e8a-4aa0-b19b-25d4fc064622_132811835585151361" ], "x-ms-request-id": [ - "3bcf2de0-9b66-4af3-bbe8-7604dc6983c6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0d0dac59-91e9-4511-bea4-388458d2e857" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "052b6531-c4b4-46f2-8e4b-17bd75627e3e" + "cbe624dc-bed4-437f-86c6-259684614778" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233741Z:052b6531-c4b4-46f2-8e4b-17bd75627e3e" + "EASTUS2:20211116T185822Z:cbe624dc-bed4-437f-86c6-259684614778" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:37:40 GMT" - ], "Content-Length": [ "721" ], @@ -137,25 +137,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar8345?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzNDU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2687?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2ODc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar8345\": \"2021-07-13 23:38:55Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar2687\": \"2021-11-16 18:58:22Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "55a083b7-9b5b-4b06-b2fb-23c33392b806" + "a91e5a03-fd39-4cdf-890b-ade06570e273" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -169,6 +169,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:22 GMT" + ], "Pragma": [ "no-cache" ], @@ -176,13 +179,13 @@ "1199" ], "x-ms-request-id": [ - "5ab44824-c032-4d59-8257-06a40e8bf58d" + "63704d2a-c1af-40e9-8278-9030c98a9b3f" ], "x-ms-correlation-request-id": [ - "5ab44824-c032-4d59-8257-06a40e8bf58d" + "63704d2a-c1af-40e9-8278-9030c98a9b3f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233856Z:5ab44824-c032-4d59-8257-06a40e8bf58d" + "EASTUS2:20211116T185823Z:63704d2a-c1af-40e9-8278-9030c98a9b3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -190,9 +193,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:38:56 GMT" - ], "Content-Length": [ "234" ], @@ -203,25 +203,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345\",\r\n \"name\": \"crptestar8345\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar8345\": \"2021-07-13 23:38:55Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687\",\r\n \"name\": \"crptestar2687\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar2687\": \"2021-11-16 18:58:22Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar8345?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzNDU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2687?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2ODc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar8345\": \"2021-07-13 23:39:28Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar2687\": \"2021-11-16 18:58:54Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5731f490-e6f1-4d06-832c-6a34449f4060" + "3b9ac404-7cb0-4867-a14a-151411baa5f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -235,6 +235,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:54 GMT" + ], "Pragma": [ "no-cache" ], @@ -242,13 +245,13 @@ "1198" ], "x-ms-request-id": [ - "4cc85090-c58b-491d-a9bb-5abdf3d91940" + "27dc799d-5966-4dc9-b273-328aea6e08ff" ], "x-ms-correlation-request-id": [ - "4cc85090-c58b-491d-a9bb-5abdf3d91940" + "27dc799d-5966-4dc9-b273-328aea6e08ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233928Z:4cc85090-c58b-491d-a9bb-5abdf3d91940" + "EASTUS2:20211116T185854Z:27dc799d-5966-4dc9-b273-328aea6e08ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -256,9 +259,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:28 GMT" - ], "Content-Length": [ "234" ], @@ -269,25 +269,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345\",\r\n \"name\": \"crptestar8345\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar8345\": \"2021-07-13 23:39:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687\",\r\n \"name\": \"crptestar2687\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"crptestar2687\": \"2021-11-16 18:58:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Storage/storageAccounts/crptestar2482?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNDgyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Storage/storageAccounts/crptestar9439?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "20f2ce35-fcdc-49f3-bee4-324a69e9f9da" + "35265d91-fc14-4c57-b822-7fcab86b0dc4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -301,62 +301,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/145c2589-bc03-4fa2-8c57-1f2e6a099101?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/e6518116-a1bc-40b1-ba53-2d3ac1ce11e8?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "145c2589-bc03-4fa2-8c57-1f2e6a099101" + "e6518116-a1bc-40b1-ba53-2d3ac1ce11e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "17d4aa95-ff9e-4eb6-bfa6-fd023602f0f1" + "a9f3363c-966b-4e64-a3d4-32ddbc9ad2ba" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233900Z:17d4aa95-ff9e-4eb6-bfa6-fd023602f0f1" + "EASTUS2:20211116T185827Z:a9f3363c-966b-4e64-a3d4-32ddbc9ad2ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:00 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/145c2589-bc03-4fa2-8c57-1f2e6a099101?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvMTQ1YzI1ODktYmMwMy00ZmEyLThjNTctMWYyZTZhMDk5MTAxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/e6518116-a1bc-40b1-ba53-2d3ac1ce11e8?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvZTY1MTgxMTYtYTFiYy00MGIxLWJhNTMtMmQzYWMxY2UxMWU4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -364,33 +364,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2e1100a5-4d19-4ace-9b6f-2b962dfccba2" + "0128ebba-b218-4fcc-bb54-ed83d792150e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "9d7228fd-e174-46f9-8b60-87d4c28a4879" + "3f0927f5-82ab-43a0-bbe9-66d6baf72cb7" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233917Z:9d7228fd-e174-46f9-8b60-87d4c28a4879" + "EASTUS2:20211116T185844Z:3f0927f5-82ab-43a0-bbe9-66d6baf72cb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:17 GMT" - ], "Content-Length": [ "95" ], @@ -405,21 +405,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd31f22d-635b-4c0e-9bf7-c00894aa7122" + "3d7fadf4-8d5c-4e50-b348-3414370d8326" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -427,33 +427,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4662b2af-856c-486e-ae9c-24316cd57d75" + "e6a5c0db-bb5b-4511-b2f7-616bcbf80682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "b3e97ba0-2a0f-403b-a9eb-c9164105fc74" + "347b9adc-d0a4-411c-8242-7c892226eab6" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233928Z:b3e97ba0-2a0f-403b-a9eb-c9164105fc74" + "EASTUS2:20211116T185854Z:347b9adc-d0a4-411c-8242-7c892226eab6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:27 GMT" - ], "Content-Length": [ "755" ], @@ -464,25 +464,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Storage/storageAccounts/crptestar2482\",\r\n \"name\": \"crptestar2482\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-13T23:38:58.6918081Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2482.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2482.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2482.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2482.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Storage/storageAccounts/crptestar9439\",\r\n \"name\": \"crptestar9439\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T18:58:25.265887Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9439.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9439.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9439.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9439.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Storage/storageAccounts/crptestar2482?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNDgyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Storage/storageAccounts/crptestar9439?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfcac781-9973-4c44-9ae3-74deff082ff1" + "81b8900e-9d3d-4ac8-b5dc-37a502393534" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -490,33 +490,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "84435423-0476-44c6-9017-f0841acc3eb5" + "447a9f5a-d986-4cc1-a8ea-be7eda9153dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "0655d221-c5a7-4dcc-a80d-4cca670f574c" + "91138523-8f60-43e7-9da4-afc80ca2af1f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233928Z:0655d221-c5a7-4dcc-a80d-4cca670f574c" + "EASTUS2:20211116T185854Z:91138523-8f60-43e7-9da4-afc80ca2af1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:27 GMT" - ], "Content-Length": [ "743" ], @@ -527,80 +527,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Storage/storageAccounts/crptestar2482\",\r\n \"name\": \"crptestar2482\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-13T23:38:58.6918081Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2482.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2482.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2482.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2482.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Storage/storageAccounts/crptestar9439\",\r\n \"name\": \"crptestar9439\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T18:58:25.265887Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9439.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9439.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9439.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9439.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/publicIPAddresses/pip2971?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/publicIPAddresses/pip1804?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn275\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4947\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ce796cd-cdde-418d-8b76-9f2108758fec" + "b94b53cb-088a-4e01-8983-097fd3c4e345" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "206" + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "44202972-f771-4e49-bb75-1c196a71e200" + "a53857f9-7ae2-43fb-a032-7a26d404ef26" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/centraluseuap/operations/44202972-f771-4e49-bb75-1c196a71e200?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/a53857f9-7ae2-43fb-a032-7a26d404ef26?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "869a1710-1fe4-48e4-92fb-5a2815417424" + "e025bad6-9909-4bfd-893e-d4e8a73c5562" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5c7d7e38-d4d2-4748-bb79-8cde5ce574b5" + "71f785b9-c7b4-40cb-b49f-31580970b8cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233933Z:869a1710-1fe4-48e4-92fb-5a2815417424" + "EASTUS2:20211116T185856Z:e025bad6-9909-4bfd-893e-d4e8a73c5562" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:33 GMT" - ], "Content-Length": [ - "767" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -609,19 +609,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2971\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/publicIPAddresses/pip2971\",\r\n \"etag\": \"W/\\\"42d6ee3c-00b1-4545-84b7-53506f094838\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e849d209-817c-4ca9-81fb-108a1acc3d5b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn275\",\r\n \"fqdn\": \"dn275.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1804\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/publicIPAddresses/pip1804\",\r\n \"etag\": \"W/\\\"518fe5fa-972e-410f-9c7e-391c12ec30e4\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c8752848-1a85-4deb-b648-0de35672501e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4947\",\r\n \"fqdn\": \"dn4947.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/centraluseuap/operations/44202972-f771-4e49-bb75-1c196a71e200?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzQ0MjAyOTcyLWY3NzEtNGU0OS1iYjc1LTFjMTk2YTcxZTIwMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/a53857f9-7ae2-43fb-a032-7a26d404ef26?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zL2E1Mzg1N2Y5LTdhZTItNDNmYi1hMDMyLTdhMjZkNDA0ZWYyNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -629,37 +629,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6a0c67db-489b-4ee9-8352-353429f8704f" + "efc5ef9a-4d94-4ce5-b201-adb5244522bb" ], "x-ms-correlation-request-id": [ - "a32cea4d-5412-49d8-b44f-4b3aecf9d79a" + "3a3693d9-d3b9-439d-a4a8-66e2de26127d" ], "x-ms-arm-service-request-id": [ - "41a773ec-d24d-4768-92a7-fc6f4e2b2b8d" + "0c269a9d-1b3f-4acc-92e0-446c27fa0c90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233934Z:a32cea4d-5412-49d8-b44f-4b3aecf9d79a" + "EASTUS2:20211116T185858Z:3a3693d9-d3b9-439d-a4a8-66e2de26127d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:34 GMT" - ], "Content-Length": [ "29" ], @@ -674,15 +674,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/publicIPAddresses/pip2971?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/publicIPAddresses/pip1804?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94c9fb55-6a03-4b33-ab55-582be78898ac\"" + "W/\"db0015f2-fc1d-43ad-a68f-5dd1aca1546a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "86703a6b-bbd9-421d-b517-cb9fab407576" + "5ac7925e-a418-453a-ae5b-232616561316" ], "x-ms-correlation-request-id": [ - "dd85d1de-ce82-4174-8a69-76a884e53885" + "32711e86-0909-4109-a1a7-5b848bd32e2c" ], "x-ms-arm-service-request-id": [ - "cecdf55e-c2db-48fc-b803-74388e3f43ec" + "8e9b4a62-ea0d-4dbf-98bc-2e141f1564aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233935Z:dd85d1de-ce82-4174-8a69-76a884e53885" + "EASTUS2:20211116T185858Z:32711e86-0909-4109-a1a7-5b848bd32e2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:34 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2971\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/publicIPAddresses/pip2971\",\r\n \"etag\": \"W/\\\"94c9fb55-6a03-4b33-ab55-582be78898ac\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e849d209-817c-4ca9-81fb-108a1acc3d5b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn275\",\r\n \"fqdn\": \"dn275.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1804\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/publicIPAddresses/pip1804\",\r\n \"etag\": \"W/\\\"db0015f2-fc1d-43ad-a68f-5dd1aca1546a\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c8752848-1a85-4deb-b648-0de35672501e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4947\",\r\n \"fqdn\": \"dn4947.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/publicIPAddresses/pip2971?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/publicIPAddresses/pip1804?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a94aea9-4d04-4b1c-9c03-282a065c57d5" + "b008489a-be9d-41c9-9298-30439e6c952c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -760,42 +760,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94c9fb55-6a03-4b33-ab55-582be78898ac\"" + "W/\"db0015f2-fc1d-43ad-a68f-5dd1aca1546a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "01d9d7e7-42ac-4b68-be28-4720d0398d94" + "086bf400-28a9-4775-a7cf-4f3cd6e78496" ], "x-ms-correlation-request-id": [ - "bd5d32fd-66db-48fa-a5fe-d6cf76dad756" + "2e8873f5-a0a1-416b-82bc-dd56bea71114" ], "x-ms-arm-service-request-id": [ - "18b481b3-51a4-4d27-98e5-02e37e35c3fb" + "1658315d-f947-40f1-87df-af318b95d295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233935Z:bd5d32fd-66db-48fa-a5fe-d6cf76dad756" + "EASTUS2:20211116T185858Z:2e8873f5-a0a1-416b-82bc-dd56bea71114" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:34 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -804,25 +804,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2971\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/publicIPAddresses/pip2971\",\r\n \"etag\": \"W/\\\"94c9fb55-6a03-4b33-ab55-582be78898ac\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e849d209-817c-4ca9-81fb-108a1acc3d5b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn275\",\r\n \"fqdn\": \"dn275.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1804\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/publicIPAddresses/pip1804\",\r\n \"etag\": \"W/\\\"db0015f2-fc1d-43ad-a68f-5dd1aca1546a\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c8752848-1a85-4deb-b648-0de35672501e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4947\",\r\n \"fqdn\": \"dn4947.centraluseuap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2NzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1618\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1193\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1ae8c3a9-e501-41a3-8327-f4f3dca60ced" + "a05f6acf-5ec0-46f1-80db-326155f098af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -836,46 +836,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:58:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "faeafe3e-df29-44ec-9552-5cbfb7a2b3e5" + "06e22c94-f5c3-4ff9-be8e-3bba3f82b586" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/centraluseuap/operations/faeafe3e-df29-44ec-9552-5cbfb7a2b3e5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/06e22c94-f5c3-4ff9-be8e-3bba3f82b586?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1c3a070b-9191-4b16-9ffb-e0781276a811" + "3d1ef445-5998-4da4-a4fc-caaedf5c9c08" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8dade7e8-e535-4f51-9b6e-5146fb36b960" + "6b81fe0d-16cd-4144-bfae-10fd2a1ffa63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233936Z:1c3a070b-9191-4b16-9ffb-e0781276a811" + "EASTUS2:20211116T185859Z:3d1ef445-5998-4da4-a4fc-caaedf5c9c08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:36 GMT" - ], "Content-Length": [ "1321" ], @@ -886,19 +886,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8946\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946\",\r\n \"etag\": \"W/\\\"367ac5a0-0caa-481f-90c3-7173dac927f4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7414ab35-ddfe-48ed-9dec-ce220c510f87\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1618\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618\",\r\n \"etag\": \"W/\\\"367ac5a0-0caa-481f-90c3-7173dac927f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672\",\r\n \"etag\": \"W/\\\"0f1a60d3-729d-45e6-88f5-ecdb8086bba7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"395f6ecb-7de8-4342-9f24-f1b4e03565e9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193\",\r\n \"etag\": \"W/\\\"0f1a60d3-729d-45e6-88f5-ecdb8086bba7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/centraluseuap/operations/faeafe3e-df29-44ec-9552-5cbfb7a2b3e5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zL2ZhZWFmZTNlLWRmMjktNDRlYy05NTUyLTVjYmZiN2EyYjNlNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/06e22c94-f5c3-4ff9-be8e-3bba3f82b586?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzA2ZTIyYzk0LWY1YzMtNGZmOS1iZThlLTNiYmEzZjgyYjU4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -906,40 +906,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:01 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "924f6770-ade0-4eae-94ba-9cfaedcc2fdb" + "7cf2a04a-bfed-49c9-9ad1-f4e821142f27" ], "x-ms-correlation-request-id": [ - "e99c18b7-102b-407e-9342-ed09be55134f" + "c22f5a4d-a258-4d67-a29c-344188d3b704" ], "x-ms-arm-service-request-id": [ - "b1a93247-c956-45e0-b258-1de88a6bd78f" + "67dd430d-1eed-441f-987a-658fa556a16b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233940Z:e99c18b7-102b-407e-9342-ed09be55134f" + "EASTUS2:20211116T185902Z:c22f5a4d-a258-4d67-a29c-344188d3b704" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:39 GMT" - ], "Content-Length": [ "30" ], @@ -954,15 +954,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/centraluseuap/operations/faeafe3e-df29-44ec-9552-5cbfb7a2b3e5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zL2ZhZWFmZTNlLWRmMjktNDRlYy05NTUyLTVjYmZiN2EyYjNlNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/06e22c94-f5c3-4ff9-be8e-3bba3f82b586?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9vcGVyYXRpb25zLzA2ZTIyYzk0LWY1YzMtNGZmOS1iZThlLTNiYmEzZjgyYjU4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -970,37 +970,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "001d7b78-6c48-4fbc-8902-435e2d60f612" + "39b0dbdf-7f03-4568-8f1a-633ea75ca878" ], "x-ms-correlation-request-id": [ - "aee4efb4-d67f-4c5a-8f83-fb46be909714" + "212e4f78-52bc-44d8-a24b-acb4002ac82d" ], "x-ms-arm-service-request-id": [ - "562960ab-9141-4e74-b32b-b2aacc454955" + "897fbb7f-a70e-44c9-8875-ee0c0d3d98af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233950Z:aee4efb4-d67f-4c5a-8f83-fb46be909714" + "EASTUS2:20211116T185912Z:212e4f78-52bc-44d8-a24b-acb4002ac82d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:50 GMT" - ], "Content-Length": [ "29" ], @@ -1015,15 +1015,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2NzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1031,40 +1031,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ab44f204-c9b4-4021-975b-fd51576bb15d\"" + "W/\"52b864fd-482a-4f7c-b69c-16014aeadf0b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cc4072a2-eb8f-44cb-a718-f2b289765af4" + "db301adb-e9f5-4e4d-ae58-c6cb34749431" ], "x-ms-correlation-request-id": [ - "0f37ff40-ae81-4c8b-b60a-144b282a6a3b" + "08abbdb6-c3da-48df-ac89-f72f87b39419" ], "x-ms-arm-service-request-id": [ - "9803f093-703d-4091-80a0-e33fe68818a5" + "2efebea9-4274-4160-91cd-a2941218eebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233950Z:0f37ff40-ae81-4c8b-b60a-144b282a6a3b" + "EASTUS2:20211116T185912Z:08abbdb6-c3da-48df-ac89-f72f87b39419" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:50 GMT" - ], "Content-Length": [ "1323" ], @@ -1075,25 +1075,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8946\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946\",\r\n \"etag\": \"W/\\\"ab44f204-c9b4-4021-975b-fd51576bb15d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7414ab35-ddfe-48ed-9dec-ce220c510f87\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1618\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618\",\r\n \"etag\": \"W/\\\"ab44f204-c9b4-4021-975b-fd51576bb15d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672\",\r\n \"etag\": \"W/\\\"52b864fd-482a-4f7c-b69c-16014aeadf0b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"395f6ecb-7de8-4342-9f24-f1b4e03565e9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193\",\r\n \"etag\": \"W/\\\"52b864fd-482a-4f7c-b69c-16014aeadf0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NDYvc3VibmV0cy9zbjE2MTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2NzIvc3VibmV0cy9zbjExOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96dacf2a-af9c-45f4-a9c1-b4b032b31f5f" + "743bd408-e005-4417-8ed8-3d0372c31cbb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1101,40 +1101,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ab44f204-c9b4-4021-975b-fd51576bb15d\"" + "W/\"52b864fd-482a-4f7c-b69c-16014aeadf0b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "dec6bfe2-e1f9-4419-9841-519dcadbfdf3" + "c05a5441-a37f-436e-96d3-f8b5a449b69b" ], "x-ms-correlation-request-id": [ - "0e399757-4c42-42ef-bdbe-af852e119e44" + "e1955c6f-d417-411e-a5da-ecac1fb8a006" ], "x-ms-arm-service-request-id": [ - "945d39b0-5351-4a3d-8767-911038712518" + "61a3bb82-d3b0-4188-839d-92e073667098" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233950Z:0e399757-4c42-42ef-bdbe-af852e119e44" + "EASTUS2:20211116T185912Z:e1955c6f-d417-411e-a5da-ecac1fb8a006" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:50 GMT" - ], "Content-Length": [ "523" ], @@ -1145,25 +1145,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1618\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618\",\r\n \"etag\": \"W/\\\"ab44f204-c9b4-4021-975b-fd51576bb15d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193\",\r\n \"etag\": \"W/\\\"52b864fd-482a-4f7c-b69c-16014aeadf0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY2OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczNjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1618\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618\"\r\n }\r\n },\r\n \"name\": \"ip9456\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193\"\r\n }\r\n },\r\n \"name\": \"ip8978\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9693b14e-1146-4902-9656-e1158729e1de" + "6403a30d-287d-40f2-9934-c98d62c9b075" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1177,43 +1177,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fc464481-d8a7-4001-a4e9-6844481a17d2" + "dcf1f0dd-ee31-4855-adcf-8b28da9605d8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/centraluseuap/operations/fc464481-d8a7-4001-a4e9-6844481a17d2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/centraluseuap/operations/dcf1f0dd-ee31-4855-adcf-8b28da9605d8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c4d35dd3-bde6-4839-a394-e9a3a3679f2d" + "0553323b-abab-42c9-9777-606a71ef0802" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "45c4e0e0-5dca-49c6-84db-25a84aaef171" + "97549c8e-085f-490b-840c-f2f95164fe17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233952Z:c4d35dd3-bde6-4839-a394-e9a3a3679f2d" + "EASTUS2:20211116T185913Z:0553323b-abab-42c9-9777-606a71ef0802" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:52 GMT" - ], "Content-Length": [ "1633" ], @@ -1224,19 +1224,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6698\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\",\r\n \"etag\": \"W/\\\"948bb433-5224-4a8e-9d7d-91883d66c1de\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ddcb5db-23a1-4f6a-94f9-96b7b2c9d3b8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9456\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698/ipConfigurations/ip9456\",\r\n \"etag\": \"W/\\\"948bb433-5224-4a8e-9d7d-91883d66c1de\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618\"\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\": \"gwvri3h41xwurhpmzyrayuipqh.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7360\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\",\r\n \"etag\": \"W/\\\"e4b89290-0e0b-4942-ada2-e9fac4122f04\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b08039e7-0499-47e1-a582-f6d7cf4bcc97\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8978\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360/ipConfigurations/ip8978\",\r\n \"etag\": \"W/\\\"e4b89290-0e0b-4942-ada2-e9fac4122f04\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193\"\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\": \"znxf4opipvbehhze4g0oanlf3b.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY2OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczNjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1244,40 +1244,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"948bb433-5224-4a8e-9d7d-91883d66c1de\"" + "W/\"e4b89290-0e0b-4942-ada2-e9fac4122f04\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d005c29c-e4dc-471e-b268-3416780fe214" + "d9634745-1f64-4bd7-92ed-0acc9ff135a3" ], "x-ms-correlation-request-id": [ - "578781d8-8145-436b-9592-5354e28376ff" + "40895931-eb0f-4a12-b507-d2a3f63ba9e6" ], "x-ms-arm-service-request-id": [ - "37e7439d-6fd8-43c9-9569-89291dcfd931" + "f12421c7-3bb8-4e3f-9f18-aba79240b11c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233952Z:578781d8-8145-436b-9592-5354e28376ff" + "EASTUS2:20211116T185913Z:40895931-eb0f-4a12-b507-d2a3f63ba9e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:52 GMT" - ], "Content-Length": [ "1633" ], @@ -1288,25 +1288,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6698\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\",\r\n \"etag\": \"W/\\\"948bb433-5224-4a8e-9d7d-91883d66c1de\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ddcb5db-23a1-4f6a-94f9-96b7b2c9d3b8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9456\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698/ipConfigurations/ip9456\",\r\n \"etag\": \"W/\\\"948bb433-5224-4a8e-9d7d-91883d66c1de\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618\"\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\": \"gwvri3h41xwurhpmzyrayuipqh.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7360\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\",\r\n \"etag\": \"W/\\\"e4b89290-0e0b-4942-ada2-e9fac4122f04\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b08039e7-0499-47e1-a582-f6d7cf4bcc97\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8978\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360/ipConfigurations/ip8978\",\r\n \"etag\": \"W/\\\"e4b89290-0e0b-4942-ada2-e9fac4122f04\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193\"\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\": \"znxf4opipvbehhze4g0oanlf3b.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY2OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczNjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7da93087-a6af-4661-909d-d6e01947392f" + "abdb001f-9b77-46ea-8ba9-ee8ae6fc7245" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1314,40 +1314,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"948bb433-5224-4a8e-9d7d-91883d66c1de\"" + "W/\"e4b89290-0e0b-4942-ada2-e9fac4122f04\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1f9dda2b-04fa-430f-918a-e1e938d3204e" + "9dec9284-60bf-4aee-b688-49b459dc9757" ], "x-ms-correlation-request-id": [ - "a574a50d-f34f-4cb3-9f87-f07154632806" + "eb71bfb9-376a-4e5c-93aa-8cfcd6ec5c8b" ], "x-ms-arm-service-request-id": [ - "4a6812aa-fb7e-4e75-b7af-76365c443303" + "ed5dff7e-183b-46bc-864f-0c0b69b6f569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233953Z:a574a50d-f34f-4cb3-9f87-f07154632806" + "EASTUS2:20211116T185913Z:eb71bfb9-376a-4e5c-93aa-8cfcd6ec5c8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:52 GMT" - ], "Content-Length": [ "1633" ], @@ -1358,26 +1358,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6698\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\",\r\n \"etag\": \"W/\\\"948bb433-5224-4a8e-9d7d-91883d66c1de\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ddcb5db-23a1-4f6a-94f9-96b7b2c9d3b8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9456\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698/ipConfigurations/ip9456\",\r\n \"etag\": \"W/\\\"948bb433-5224-4a8e-9d7d-91883d66c1de\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/virtualNetworks/vn8946/subnets/sn1618\"\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\": \"gwvri3h41xwurhpmzyrayuipqh.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7360\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\",\r\n \"etag\": \"W/\\\"e4b89290-0e0b-4942-ada2-e9fac4122f04\\\"\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b08039e7-0499-47e1-a582-f6d7cf4bcc97\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8978\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360/ipConfigurations/ip8978\",\r\n \"etag\": \"W/\\\"e4b89290-0e0b-4942-ada2-e9fac4122f04\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/virtualNetworks/vn9672/subnets/sn1193\"\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\": \"znxf4opipvbehhze4g0oanlf3b.cdmx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/availabilitySets/as8124?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4MTI0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/availabilitySets/as3595?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzNTk1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "081f492a-574b-4dab-b9c0-79b2aa6e7baf" + "856723b2-2f6f-4823-9319-33f2b47b918b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1390,9 +1390,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1400,29 +1407,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1ba85ea-1a8e-4540-90d6-0a8cc8bf074b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "884c1a38-4944-474d-98c9-ee8fcb7585f7" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "0117b102-a774-41a4-92dc-575c1beaa496" + "f2268343-348c-403b-bdfc-46d43f1240ac" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233955Z:0117b102-a774-41a4-92dc-575c1beaa496" + "EASTUS2:20211116T185915Z:f2268343-348c-403b-bdfc-46d43f1240ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:55 GMT" - ], "Content-Length": [ - "469" + "444" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1431,26 +1431,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8124\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/availabilitySets/as8124\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3,\r\n \"internalData\": {}\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as3595\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/availabilitySets/as3595\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc2MjY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcxODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2482.blob.core.windows.net/crptestar4195/oscrptestar9978.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/availabilitySets/as8124\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9439.blob.core.windows.net/crptestar9421/oscrptestar7802.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/availabilitySets/as3595\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "721f38ef-66f7-42ab-9453-521ff8fd3e9b" + "be3c4d32-d96e-48b7-bbc3-3eaa04027c94" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1463,14 +1463,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1482,29 +1489,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b6b5db00-81ea-4847-80ff-60c79c98cc24" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "22b98f3c-a689-43c5-8843-62b486d1d884" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "eed08acb-6f78-40cf-94b6-211fc9509fd2" + "36b1ea4f-ddc3-4dbe-a5ce-a8b946e4f7e0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T233958Z:eed08acb-6f78-40cf-94b6-211fc9509fd2" + "EASTUS2:20211116T185917Z:36b1ea4f-ddc3-4dbe-a5ce-a8b946e4f7e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:39:58 GMT" - ], "Content-Length": [ - "3036" + "3181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1513,32 +1513,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7626\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66b23bd0-2669-4acb-b569-0bd8c53863d7\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/availabilitySets/AS8124\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2482.blob.core.windows.net/crptestar4195/oscrptestar9978.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"3893b6bf-7253-4131-abbc-33c0937a519d\",\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"40ea0109-c538-4a1a-a1e9-32b54988471a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/availabilitySets/AS3595\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9439.blob.core.windows.net/crptestar9421/oscrptestar7802.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-16T18:59:16.1996964+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"11bd7792-3c3a-4724-99a9-a387c28b6759\",\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzIyYjk4ZjNjLWE2ODktNDNjNS04ODQzLTYyYjQ4NmQxZDg4ND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:59:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1546,27 +1553,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3cd6c710-7be9-4b8a-9759-332bbd4e0d82" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "efea2457-e517-4709-b4fd-35ffe049c45e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "12eac70c-5c3e-4269-91e2-89939a676a37" + "a3abc213-b805-4886-bbe7-9acb2bc578cc" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234008Z:12eac70c-5c3e-4269-91e2-89939a676a37" + "EASTUS2:20211116T185927Z:a3abc213-b805-4886-bbe7-9acb2bc578cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:40:08 GMT" - ], "Content-Length": [ "134" ], @@ -1577,118 +1577,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:59:16.0434437+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"22b98f3c-a689-43c5-8843-62b486d1d884\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzIyYjk4ZjNjLWE2ODktNDNjNS04ODQzLTYyYjQ4NmQxZDg4ND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:00:16 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "afbf17de-08a2-497f-b3cf-eaff9e3e51bc" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "bc23787a-b6c9-4e80-9f1e-33e6e51db46b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210713T234059Z:bc23787a-b6c9-4e80-9f1e-33e6e51db46b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 13 Jul 2021 23:40:59 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9589b399-9154-48c6-926a-03af263085e7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1bcb5dad-cff2-45bc-9e05-e534d8db7577" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "39f4f6dc-ea34-43e6-b7ed-ff0eb1dfc60f" + "6b81909a-bfd3-403a-b782-6db290efa385" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234151Z:39f4f6dc-ea34-43e6-b7ed-ff0eb1dfc60f" + "EASTUS2:20211116T190017Z:6b81909a-bfd3-403a-b782-6db290efa385" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:41:50 GMT" - ], "Content-Length": [ "134" ], @@ -1699,118 +1638,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:59:16.0434437+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"22b98f3c-a689-43c5-8843-62b486d1d884\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzIyYjk4ZjNjLWE2ODktNDNjNS04ODQzLTYyYjQ4NmQxZDg4ND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:01:06 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "6571bc73-9b32-4ad8-84d2-53b4760f3c86" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "df4bd81b-23b0-48dd-ad30-83b6bb567ce6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210713T234241Z:df4bd81b-23b0-48dd-ad30-83b6bb567ce6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 13 Jul 2021 23:42:40 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ebaae24-752e-4f4a-aa37-61f947d02059" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3131a54e-cc97-4da9-8a51-f1d516b68464" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "018879ce-3e1f-4924-9990-f7df263c4934" + "fabfeb9a-65b7-4a35-a739-4a0df72657be" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234331Z:018879ce-3e1f-4924-9990-f7df263c4934" + "EASTUS2:20211116T190107Z:fabfeb9a-65b7-4a35-a739-4a0df72657be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:43:31 GMT" - ], "Content-Length": [ "134" ], @@ -1821,57 +1699,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:59:16.0434437+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"22b98f3c-a689-43c5-8843-62b486d1d884\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzIyYjk4ZjNjLWE2ODktNDNjNS04ODQzLTYyYjQ4NmQxZDg4ND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:01:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db4c1fc2-a846-4afb-9aba-ddcd77c46e59" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c77935bd-e7c6-4a38-ac77-bd7a9fbceae4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "5f28c5dc-efae-4746-8e3f-5a129876fcee" + "02456114-9276-450a-87ae-fcaad9afdacd" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234422Z:5f28c5dc-efae-4746-8e3f-5a129876fcee" + "EASTUS2:20211116T190157Z:02456114-9276-450a-87ae-fcaad9afdacd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:44:21 GMT" - ], "Content-Length": [ "134" ], @@ -1882,57 +1760,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:59:16.0434437+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"22b98f3c-a689-43c5-8843-62b486d1d884\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzIyYjk4ZjNjLWE2ODktNDNjNS04ODQzLTYyYjQ4NmQxZDg4ND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:02:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca570d42-3342-4d53-a225-b6e851e630ad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ceeba285-8155-4e70-b1a5-74fdfb449fe7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "10c7732a-1c0c-462c-a786-3fd750c2f691" + "c3e8c5d0-237a-4995-b4fd-e43e158519f3" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234512Z:10c7732a-1c0c-462c-a786-3fd750c2f691" + "EASTUS2:20211116T190247Z:c3e8c5d0-237a-4995-b4fd-e43e158519f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:45:12 GMT" - ], "Content-Length": [ "134" ], @@ -1943,57 +1821,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:59:16.0434437+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"22b98f3c-a689-43c5-8843-62b486d1d884\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzIyYjk4ZjNjLWE2ODktNDNjNS04ODQzLTYyYjQ4NmQxZDg4ND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:03:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96929a89-4a22-4a1e-a7ab-4450c0be256b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7f7d000e-7221-403a-9a8c-99050b8d7eaf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "b7a50945-c158-4c4f-aa42-2bb14a26712f" + "152f9365-1e4a-4042-99d9-448ad8dec383" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234602Z:b7a50945-c158-4c4f-aa42-2bb14a26712f" + "EASTUS2:20211116T190338Z:152f9365-1e4a-4042-99d9-448ad8dec383" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:46:01 GMT" - ], "Content-Length": [ "134" ], @@ -2004,57 +1882,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:59:16.0434437+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"22b98f3c-a689-43c5-8843-62b486d1d884\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/b6b5db00-81ea-4847-80ff-60c79c98cc24?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zL2I2YjVkYjAwLTgxZWEtNDg0Ny04MGZmLTYwYzc5Yzk4Y2MyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/22b98f3c-a689-43c5-8843-62b486d1d884?p=f037f0c8-1d39-4efc-80c1-c183b105d004&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvQ2VudHJhbFVTRVVBUC9vcGVyYXRpb25zLzIyYjk4ZjNjLWE2ODktNDNjNS04ODQzLTYyYjQ4NmQxZDg4ND9wPWYwMzdmMGM4LTFkMzktNGVmYy04MGMxLWMxODNiMTA1ZDAwNCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:04:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d8fe2bab-7ee0-4d0c-b999-95bacbf6de0e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc9311bb-3efc-4fb3-8f12-11f086ac4d11" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "e84287fa-fb44-4cb8-8e79-f3d0d6a0b849" + "fc097172-d018-4474-b3c1-8893bac3ac11" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234652Z:e84287fa-fb44-4cb8-8e79-f3d0d6a0b849" + "EASTUS2:20211116T190428Z:fc097172-d018-4474-b3c1-8893bac3ac11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:46:52 GMT" - ], "Content-Length": [ "184" ], @@ -2065,59 +1943,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-13T16:39:57.3563323-07:00\",\r\n \"endTime\": \"2021-07-13T16:46:19.2968375-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b6b5db00-81ea-4847-80ff-60c79c98cc24\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:59:16.0434437+00:00\",\r\n \"endTime\": \"2021-11-16T19:04:14.3583168+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"22b98f3c-a689-43c5-8843-62b486d1d884\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc2MjY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcxODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:04:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f5fe5e7-3035-4c1b-b373-fb01f11d766d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6165148e-f585-49d7-9e48-54df3601e63c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "2c9fd821-ed84-455f-8933-4eadd256bb4d" + "2ba7ee3c-ce8c-4140-bbdb-e18ab0bc55b4" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234653Z:2c9fd821-ed84-455f-8933-4eadd256bb4d" + "EASTUS2:20211116T190428Z:2ba7ee3c-ce8c-4140-bbdb-e18ab0bc55b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:46:52 GMT" - ], "Content-Length": [ - "3038" + "3180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2126,65 +2004,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7626\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66b23bd0-2669-4acb-b569-0bd8c53863d7\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/availabilitySets/AS8124\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2482.blob.core.windows.net/crptestar4195/oscrptestar9978.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"3893b6bf-7253-4131-abbc-33c0937a519d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"40ea0109-c538-4a1a-a1e9-32b54988471a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/availabilitySets/AS3595\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9439.blob.core.windows.net/crptestar9421/oscrptestar7802.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T18:59:16.1996964+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"11bd7792-3c3a-4724-99a9-a387c28b6759\",\r\n \"provisioningState\": \"Failed\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc2MjY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcxODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e381331-917b-4e7c-989f-cb8fb69ebad3" + "4bc98fe5-7f70-48fd-b78a-025c550a481e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:04:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "735731b3-7c45-4493-8804-4d1bd7f5e714" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "df1d9600-c88d-4cbf-ab01-3abea3a2cee1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "66dfd038-dcae-4a5f-8861-b3f85f43b337" + "377cbdd9-7e3f-4dc3-a87a-0d15adfc17d5" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234653Z:66dfd038-dcae-4a5f-8861-b3f85f43b337" + "EASTUS2:20211116T190428Z:377cbdd9-7e3f-4dc3-a87a-0d15adfc17d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:46:52 GMT" - ], "Content-Length": [ - "3038" + "3180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2193,65 +2071,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7626\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66b23bd0-2669-4acb-b569-0bd8c53863d7\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/availabilitySets/AS8124\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2482.blob.core.windows.net/crptestar4195/oscrptestar9978.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"3893b6bf-7253-4131-abbc-33c0937a519d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"40ea0109-c538-4a1a-a1e9-32b54988471a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/availabilitySets/AS3595\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9439.blob.core.windows.net/crptestar9421/oscrptestar7802.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T18:59:16.1996964+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"11bd7792-3c3a-4724-99a9-a387c28b6759\",\r\n \"provisioningState\": \"Failed\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc2MjY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcxODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1b0d54d-ec56-4570-9384-72ce25f8b8a7" + "b36e2ce7-4db7-44b7-a4b2-d2e907126d3a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:04:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f40cbd6a-0439-46d0-aaa9-f722e2f5e3aa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3dcad92f-81b3-4ceb-969d-fb6742b3a7ab" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "1bc03aa4-82b8-4536-b56f-c6b7e5ec1578" + "4aa4b22b-f538-427c-89a1-7dcfdaf17022" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234653Z:1bc03aa4-82b8-4536-b56f-c6b7e5ec1578" + "EASTUS2:20211116T190428Z:4aa4b22b-f538-427c-89a1-7dcfdaf17022" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:46:53 GMT" - ], "Content-Length": [ - "3038" + "3180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2260,25 +2138,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7626\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66b23bd0-2669-4acb-b569-0bd8c53863d7\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/availabilitySets/AS8124\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2482.blob.core.windows.net/crptestar4195/oscrptestar9978.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Network/networkInterfaces/nic6698\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar8345/providers/Microsoft.Compute/virtualMachines/vm7626/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"3893b6bf-7253-4131-abbc-33c0937a519d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"40ea0109-c538-4a1a-a1e9-32b54988471a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/availabilitySets/AS3595\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9439.blob.core.windows.net/crptestar9421/oscrptestar7802.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Network/networkInterfaces/nic7360\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T18:59:16.1996964+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2687/providers/Microsoft.Compute/virtualMachines/vm7182/extensions/VMAppExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"11bd7792-3c3a-4724-99a9-a387c28b6759\",\r\n \"provisioningState\": \"Failed\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar8345?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzNDU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2687?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2ODc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "312cc011-c8fc-4ba0-9bfb-fde9ed63e09f" + "d2805027-54af-41cc-9e79-297dbf12ba63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2286,11 +2164,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:04:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2299,13 +2180,13 @@ "14999" ], "x-ms-request-id": [ - "0797b12b-de14-4431-a264-cfc42be0d68a" + "08cfb684-cd7c-45f8-9b6c-0c9ad4c41136" ], "x-ms-correlation-request-id": [ - "0797b12b-de14-4431-a264-cfc42be0d68a" + "08cfb684-cd7c-45f8-9b6c-0c9ad4c41136" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234735Z:0797b12b-de14-4431-a264-cfc42be0d68a" + "EASTUS2:20211116T190429Z:08cfb684-cd7c-45f8-9b6c-0c9ad4c41136" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2313,29 +2194,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:47:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2343,11 +2221,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:04:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2356,13 +2237,13 @@ "11999" ], "x-ms-request-id": [ - "1aeea472-7d28-4e57-ad06-5b7a6b5d38c8" + "815a7a0c-1da1-442f-be5b-258e09493424" ], "x-ms-correlation-request-id": [ - "1aeea472-7d28-4e57-ad06-5b7a6b5d38c8" + "815a7a0c-1da1-442f-be5b-258e09493424" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234750Z:1aeea472-7d28-4e57-ad06-5b7a6b5d38c8" + "EASTUS2:20211116T190444Z:815a7a0c-1da1-442f-be5b-258e09493424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2370,29 +2251,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:47:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2400,11 +2278,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:04:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2413,13 +2294,13 @@ "11998" ], "x-ms-request-id": [ - "ce529496-2aee-4b0c-8d12-d919a61221bc" + "38bb082c-40f4-4959-8f5a-f73a21d2f35f" ], "x-ms-correlation-request-id": [ - "ce529496-2aee-4b0c-8d12-d919a61221bc" + "38bb082c-40f4-4959-8f5a-f73a21d2f35f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234805Z:ce529496-2aee-4b0c-8d12-d919a61221bc" + "EASTUS2:20211116T190459Z:38bb082c-40f4-4959-8f5a-f73a21d2f35f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2427,29 +2308,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:48:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2457,11 +2335,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:05:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2470,13 +2351,13 @@ "11997" ], "x-ms-request-id": [ - "1b0cd8ab-7eb0-43ea-9aa4-305f80421f7e" + "758180de-4864-4fda-9873-acc53699f8de" ], "x-ms-correlation-request-id": [ - "1b0cd8ab-7eb0-43ea-9aa4-305f80421f7e" + "758180de-4864-4fda-9873-acc53699f8de" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234821Z:1b0cd8ab-7eb0-43ea-9aa4-305f80421f7e" + "EASTUS2:20211116T190514Z:758180de-4864-4fda-9873-acc53699f8de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2484,29 +2365,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:48:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2514,11 +2392,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:05:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2527,13 +2408,13 @@ "11996" ], "x-ms-request-id": [ - "3f7c9667-26ef-42e8-b888-1a214c5e5502" + "5371edf2-6b20-47b7-aa8f-bacf2046b2dc" ], "x-ms-correlation-request-id": [ - "3f7c9667-26ef-42e8-b888-1a214c5e5502" + "5371edf2-6b20-47b7-aa8f-bacf2046b2dc" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234836Z:3f7c9667-26ef-42e8-b888-1a214c5e5502" + "EASTUS2:20211116T190529Z:5371edf2-6b20-47b7-aa8f-bacf2046b2dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2541,29 +2422,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:48:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2571,11 +2449,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:05:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2584,13 +2465,13 @@ "11995" ], "x-ms-request-id": [ - "367b7657-fe6a-4795-a381-3137945aa43b" + "a467125a-65c1-4e48-ae21-0e74f9409c77" ], "x-ms-correlation-request-id": [ - "367b7657-fe6a-4795-a381-3137945aa43b" + "a467125a-65c1-4e48-ae21-0e74f9409c77" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234851Z:367b7657-fe6a-4795-a381-3137945aa43b" + "EASTUS2:20211116T190544Z:a467125a-65c1-4e48-ae21-0e74f9409c77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2598,29 +2479,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:48:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2628,11 +2506,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:05:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2641,13 +2522,13 @@ "11994" ], "x-ms-request-id": [ - "c2e9a426-79c5-46b3-b39e-7ac56e917d95" + "8c5258ec-12a7-4f61-b220-7333bd72ebf7" ], "x-ms-correlation-request-id": [ - "c2e9a426-79c5-46b3-b39e-7ac56e917d95" + "8c5258ec-12a7-4f61-b220-7333bd72ebf7" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234906Z:c2e9a426-79c5-46b3-b39e-7ac56e917d95" + "EASTUS2:20211116T190600Z:8c5258ec-12a7-4f61-b220-7333bd72ebf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2655,29 +2536,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:49:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2685,11 +2563,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:06:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2698,13 +2579,13 @@ "11993" ], "x-ms-request-id": [ - "1c83ecc8-96d7-45da-bdad-6a28fab71489" + "833a6e39-0d80-4b28-84ff-64ffe09ef467" ], "x-ms-correlation-request-id": [ - "1c83ecc8-96d7-45da-bdad-6a28fab71489" + "833a6e39-0d80-4b28-84ff-64ffe09ef467" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234921Z:1c83ecc8-96d7-45da-bdad-6a28fab71489" + "EASTUS2:20211116T190615Z:833a6e39-0d80-4b28-84ff-64ffe09ef467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2712,29 +2593,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:49:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2742,11 +2620,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:06:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2755,13 +2636,13 @@ "11992" ], "x-ms-request-id": [ - "dc921fa4-6983-4c9a-bd46-d8fdb769ddbe" + "5fd3dca5-19d2-493d-a56a-aef3b6f4657f" ], "x-ms-correlation-request-id": [ - "dc921fa4-6983-4c9a-bd46-d8fdb769ddbe" + "5fd3dca5-19d2-493d-a56a-aef3b6f4657f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T234937Z:dc921fa4-6983-4c9a-bd46-d8fdb769ddbe" + "EASTUS2:20211116T190630Z:5fd3dca5-19d2-493d-a56a-aef3b6f4657f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2769,86 +2650,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:49:36 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "1ad724b0-cee7-47cf-8c0f-f90c6a716aad" - ], - "x-ms-correlation-request-id": [ - "1ad724b0-cee7-47cf-8c0f-f90c6a716aad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210713T234952Z:1ad724b0-cee7-47cf-8c0f-f90c6a716aad" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 13 Jul 2021 23:49:52 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2856,77 +2677,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "9380ac8c-a891-4cba-8ed0-e6cd529b4025" - ], - "x-ms-correlation-request-id": [ - "9380ac8c-a891-4cba-8ed0-e6cd529b4025" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210713T235007Z:9380ac8c-a891-4cba-8ed0-e6cd529b4025" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 13 Jul 2021 23:50:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 19:06:44 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-request-id": [ - "a3a99f13-003c-4c3c-bce0-9b1fca15d46c" + "22a409a0-0671-47c2-bae2-b3311a6fec96" ], "x-ms-correlation-request-id": [ - "a3a99f13-003c-4c3c-bce0-9b1fca15d46c" + "22a409a0-0671-47c2-bae2-b3311a6fec96" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T235022Z:a3a99f13-003c-4c3c-bce0-9b1fca15d46c" + "EASTUS2:20211116T190645Z:22a409a0-0671-47c2-bae2-b3311a6fec96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2934,29 +2701,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:50:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzQ1LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpRMUxVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjg3LUNFTlRSQUxVU0VVQVAiLCJqb2JMb2NhdGlvbiI6ImNlbnRyYWx1c2V1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpnM0xVTkZUbFJTUVV4VlUwVlZRVkFpTENKcWIySk1iMk5oZEdsdmJpSTZJbU5sYm5SeVlXeDFjMlYxWVhBaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2964,20 +2728,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:06:44 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-request-id": [ - "0582726a-28d9-451a-9828-f16059a0ed29" + "cb4cdfb5-b0ff-4028-aed0-3c84988cfe49" ], "x-ms-correlation-request-id": [ - "0582726a-28d9-451a-9828-f16059a0ed29" + "cb4cdfb5-b0ff-4028-aed0-3c84988cfe49" ], "x-ms-routing-request-id": [ - "WESTUS2:20210713T235022Z:0582726a-28d9-451a-9828-f16059a0ed29" + "EASTUS2:20211116T190645Z:cb4cdfb5-b0ff-4028-aed0-3c84988cfe49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2985,14 +2752,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 13 Jul 2021 23:50:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3001,31 +2765,31 @@ ], "Names": { "VMApplicationProfile_Tests": [ - "crptestar8345", - "crptestar2482", - "as8124" + "crptestar2687", + "crptestar9439", + "as3595" ], "CreatePublicIP": [ - "pip2971", - "dn275" + "pip1804", + "dn4947" ], "CreateVNET": [ - "vn8946", - "sn1618" + "vn9672", + "sn1193" ], "CreateNIC": [ - "nic6698", - "ip9456" + "nic7360", + "ip8978" ], "CreateDefaultVMInput": [ - "crptestar4195", - "crptestar4691", - "crptestar9978", - "vm7626", - "Microsoft.Compute/virtualMachines6325" + "crptestar9421", + "crptestar7529", + "crptestar7802", + "vm7182", + "Microsoft.Compute/virtualMachines8687" ] }, "Variables": { - "SubscriptionId": "a53f7094-a16c-47af-abe4-b05c05d0d79a" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsAssessmentModeOfImageDefault.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsAssessmentModeOfImageDefault.json index ed78f2aa1a2e7..f3cbc22bc9d69 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsAssessmentModeOfImageDefault.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsAssessmentModeOfImageDefault.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d37c3f4e-1c9e-43b3-8aff-80cbd9fc4fa8" + "e89ef1af-6a73-4d43-9a50-7dd604001ea2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:13:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15998,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "9e23ff06-d720-4ed3-820c-663db311836a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "452c7c80-17f4-4c28-ae4c-415e51fc554c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6d4c9ffb-ae7d-4854-a106-e105fa3274a2" + "34042371-eb98-4146-8d36-d36c60355dc5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144902Z:6d4c9ffb-ae7d-4854-a106-e105fa3274a2" + "EASTUS2:20211129T181344Z:34042371-eb98-4146-8d36-d36c60355dc5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:02 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7127?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxMjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3492?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0OTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7127\": \"2021-06-29 14:49:02Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3492\": \"2021-11-29 18:13:44Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3d0f77f5-33bd-49b8-b334-e7233867714e" + "93d45949-abe6-47db-aede-89fc81c7eab9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:13:47 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "ad6cac2d-0481-4e49-9db4-649cdc0f4f62" + "b7425764-262a-457b-b0f9-f3119dc8eba4" ], "x-ms-correlation-request-id": [ - "ad6cac2d-0481-4e49-9db4-649cdc0f4f62" + "b7425764-262a-457b-b0f9-f3119dc8eba4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144905Z:ad6cac2d-0481-4e49-9db4-649cdc0f4f62" + "EASTUS2:20211129T181348Z:b7425764-262a-457b-b0f9-f3119dc8eba4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:04 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127\",\r\n \"name\": \"crptestar7127\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7127\": \"2021-06-29 14:49:02Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492\",\r\n \"name\": \"crptestar3492\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3492\": \"2021-11-29 18:13:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7127?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxMjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3492?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0OTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7127\": \"2021-06-29 14:49:47Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3492\": \"2021-11-29 18:14:31Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b93aed88-1355-4658-97b8-f8e8b77df9cc" + "944ad568-75ab-43ff-9e7e-ecfdbbb3e050" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "d1a1826d-62d5-4eae-a979-0d1890b293e4" + "4b067e70-43ae-4117-94bf-5e795059ee32" ], "x-ms-correlation-request-id": [ - "d1a1826d-62d5-4eae-a979-0d1890b293e4" + "4b067e70-43ae-4117-94bf-5e795059ee32" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144948Z:d1a1826d-62d5-4eae-a979-0d1890b293e4" + "EASTUS2:20211129T181433Z:4b067e70-43ae-4117-94bf-5e795059ee32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:48 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127\",\r\n \"name\": \"crptestar7127\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7127\": \"2021-06-29 14:49:47Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492\",\r\n \"name\": \"crptestar3492\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3492\": \"2021-11-29 18:14:31Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Storage/storageAccounts/crptestar1939?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxOTM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Storage/storageAccounts/crptestar9022?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5MDIyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "086a0d4f-388b-404f-99db-9e3f27fa0d31" + "25545b76-f0b5-450c-8620-a0b402c7759b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:13:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/53f73371-8d40-4349-a911-5c44122f1527?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/32de6e8a-2072-4128-b07e-7debbb32c0f2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "53f73371-8d40-4349-a911-5c44122f1527" + "32de6e8a-2072-4128-b07e-7debbb32c0f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "822b652c-3b07-4af0-a01c-26503c2e5e45" + "3ba7c237-5217-4e70-ae94-2ae0eefda96f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144916Z:822b652c-3b07-4af0-a01c-26503c2e5e45" + "EASTUS2:20211129T181400Z:3ba7c237-5217-4e70-ae94-2ae0eefda96f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:15 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/53f73371-8d40-4349-a911-5c44122f1527?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTNmNzMzNzEtOGQ0MC00MzQ5LWE5MTEtNWM0NDEyMmYxNTI3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/32de6e8a-2072-4128-b07e-7debbb32c0f2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMzJkZTZlOGEtMjA3Mi00MTI4LWIwN2UtN2RlYmJiMzJjMGYyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/53f73371-8d40-4349-a911-5c44122f1527?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/32de6e8a-2072-4128-b07e-7debbb32c0f2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "98a50aae-0c18-4453-976c-93549e679bed" + "a5fd0b9d-9a1b-4c2c-9715-afc2bbed0c18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e98412ef-beff-45ca-a58a-c528295fbfd7" + "55ff3e00-0466-4f53-8ff8-77c08f8b2bd7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144933Z:e98412ef-beff-45ca-a58a-c528295fbfd7" + "EASTUS2:20211129T181417Z:55ff3e00-0466-4f53-8ff8-77c08f8b2bd7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:32 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/53f73371-8d40-4349-a911-5c44122f1527?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTNmNzMzNzEtOGQ0MC00MzQ5LWE5MTEtNWM0NDEyMmYxNTI3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/32de6e8a-2072-4128-b07e-7debbb32c0f2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMzJkZTZlOGEtMjA3Mi00MTI4LWIwN2UtN2RlYmJiMzJjMGYyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "550393af-2aae-4702-9141-0a9eb4e2af93" + "029be13f-400d-42b1-bb47-77f709f7d2ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "8b72f586-7b42-44da-9c01-6662810f0275" + "2543ca47-9f4b-4db2-98d3-ce0a40fa29ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144936Z:8b72f586-7b42-44da-9c01-6662810f0275" + "EASTUS2:20211129T181420Z:2543ca47-9f4b-4db2-98d3-ce0a40fa29ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:36 GMT" - ], "Content-Length": [ "95" ], @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6d4b682-c11a-4f9a-acd2-c0a804b47587" + "65efe4ab-daba-4503-9c96-981402870f58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5fb29bc5-4def-43c8-b5de-89a9db61326a" + "33d8361f-f2ab-447d-b61a-4c09dafa92f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "7ee4f64f-266c-4ac5-a415-16bbe3616cd2" + "09920774-e6b7-4567-8624-f9f328924949" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144947Z:7ee4f64f-266c-4ac5-a415-16bbe3616cd2" + "EASTUS2:20211129T181431Z:09920774-e6b7-4567-8624-f9f328924949" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:46 GMT" - ], "Content-Length": [ "752" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Storage/storageAccounts/crptestar1939\",\r\n \"name\": \"crptestar1939\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:49:11.8028156Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1939.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1939.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1939.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1939.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Storage/storageAccounts/crptestar9022\",\r\n \"name\": \"crptestar9022\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-29T18:13:56.634778Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9022.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9022.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9022.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9022.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Storage/storageAccounts/crptestar1939?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxOTM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Storage/storageAccounts/crptestar9022?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5MDIyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d02611e-6d73-4d96-a5ac-28a806820dca" + "ed67d8f1-4f29-4291-9d75-51004e5fe72c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aacf9ccc-8e8c-457b-8bd3-030cdedf7272" + "0b5718ee-e643-40a3-a812-99c768ae06c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "ad3384be-0808-40eb-8874-3c6de4d4300b" + "8cae8a5f-0b44-4c28-bb7b-8e7d963e3148" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144947Z:ad3384be-0808-40eb-8874-3c6de4d4300b" + "EASTUS2:20211129T181431Z:8cae8a5f-0b44-4c28-bb7b-8e7d963e3148" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:46 GMT" - ], "Content-Length": [ "740" ], @@ -520,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Storage/storageAccounts/crptestar1939\",\r\n \"name\": \"crptestar1939\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:49:11.8028156Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1939.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1939.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1939.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1939.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Storage/storageAccounts/crptestar9022\",\r\n \"name\": \"crptestar9022\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-29T18:13:56.634778Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9022.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9022.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9022.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9022.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/publicIPAddresses/pip4950?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/publicIPAddresses/pip9865?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk4NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6092\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1188\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fb563300-bbe0-4e19-984a-5f5b4ba3c186" + "27ba4c59-11dc-4787-8bb3-8ce2a7e973f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -552,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9a595fb6-2f1a-4dcb-b371-ca3e8549fb62" + "08c4f5cc-b0ce-4d1f-a5cf-ec4017254737" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9a595fb6-2f1a-4dcb-b371-ca3e8549fb62?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/08c4f5cc-b0ce-4d1f-a5cf-ec4017254737?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "83367b51-548a-43ad-90d4-83cb4517c799" + "e1cc1ba8-93fe-4f30-b2a6-f31b89043da7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a1cb152b-d34a-44eb-9e46-49dec7b85f41" + "21e705bb-bfec-469c-bd81-544ba0d05809" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144959Z:83367b51-548a-43ad-90d4-83cb4517c799" + "EASTUS2:20211129T181443Z:e1cc1ba8-93fe-4f30-b2a6-f31b89043da7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:58 GMT" - ], "Content-Length": [ "769" ], @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/publicIPAddresses/pip4950\",\r\n \"etag\": \"W/\\\"6b1dc21c-ea8e-4fb1-8ab4-c7af9b08a4dd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6c30f531-b556-4e51-9a17-32039cfc241c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6092\",\r\n \"fqdn\": \"dn6092.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/publicIPAddresses/pip9865\",\r\n \"etag\": \"W/\\\"82426c25-f578-409c-a4b4-07e5550b3793\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c0c988b8-675e-48c7-9ca6-bca5c28fbcd1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1188\",\r\n \"fqdn\": \"dn1188.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9a595fb6-2f1a-4dcb-b371-ca3e8549fb62?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhNTk1ZmI2LTJmMWEtNGRjYi1iMzcxLWNhM2U4NTQ5ZmI2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/08c4f5cc-b0ce-4d1f-a5cf-ec4017254737?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4YzRmNWNjLWIwY2UtNGQxZi1hNWNmLWVjNDAxNzI1NDczNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f84751d7-4e65-46eb-bdc5-227e78661793" + "0bc42186-1923-4928-bfe8-a37d0f194b0c" ], "x-ms-correlation-request-id": [ - "ff3120dd-363f-47e4-812e-92a4f73fe1d5" + "e5779dda-21cd-4813-a3d1-6a511065afb9" ], "x-ms-arm-service-request-id": [ - "42a40c8f-1bc8-4bbb-bfe3-e2c1a094eb95" + "acd06044-ecd0-4519-912c-b6ae7a3eb490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145000Z:ff3120dd-363f-47e4-812e-92a4f73fe1d5" + "EASTUS2:20211129T181444Z:e5779dda-21cd-4813-a3d1-6a511065afb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:59 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/publicIPAddresses/pip4950?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/publicIPAddresses/pip9865?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk4NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"03a3f68b-3b60-4097-96fb-5d243866230a\"" + "W/\"643068ec-f662-4254-9bb7-1da57e70c673\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "94418b8b-a754-4f19-b06c-e8284a5c3d82" + "60285816-5b05-4416-b448-ee70cb76d43e" ], "x-ms-correlation-request-id": [ - "1d7b0151-e42e-443b-875c-27657a2d3389" + "7e147d4b-6ba7-4528-98ca-3ea95cda4c91" ], "x-ms-arm-service-request-id": [ - "2babbbef-a241-4d48-91fe-a36113f66617" + "b8cf6d69-8a3f-4b6c-a123-5d7dff78492a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145000Z:1d7b0151-e42e-443b-875c-27657a2d3389" + "EASTUS2:20211129T181444Z:7e147d4b-6ba7-4528-98ca-3ea95cda4c91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:00 GMT" - ], "Content-Length": [ "770" ], @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/publicIPAddresses/pip4950\",\r\n \"etag\": \"W/\\\"03a3f68b-3b60-4097-96fb-5d243866230a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6c30f531-b556-4e51-9a17-32039cfc241c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6092\",\r\n \"fqdn\": \"dn6092.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/publicIPAddresses/pip9865\",\r\n \"etag\": \"W/\\\"643068ec-f662-4254-9bb7-1da57e70c673\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c988b8-675e-48c7-9ca6-bca5c28fbcd1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1188\",\r\n \"fqdn\": \"dn1188.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/publicIPAddresses/pip4950?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/publicIPAddresses/pip9865?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk4NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61eaa419-1404-4c11-b95e-0018aa591c4a" + "1a6506ac-9c96-4bc6-86f0-09805d05c215" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"03a3f68b-3b60-4097-96fb-5d243866230a\"" + "W/\"643068ec-f662-4254-9bb7-1da57e70c673\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f6fcfc93-a093-4d55-869f-73891a0757e7" + "8fb4cca7-c837-4552-a1cd-9e734e982be1" ], "x-ms-correlation-request-id": [ - "4289db45-4e9e-4c29-bd40-8bb2ed85235f" + "38cb964f-da58-467c-9dde-afa1cf3b2fae" ], "x-ms-arm-service-request-id": [ - "2fff3c47-a7f2-4675-9aad-44651b35bb78" + "5c390451-bf20-4189-8ae2-8e30fedb9bf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145001Z:4289db45-4e9e-4c29-bd40-8bb2ed85235f" + "EASTUS2:20211129T181444Z:38cb964f-da58-467c-9dde-afa1cf3b2fae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:00 GMT" - ], "Content-Length": [ "770" ], @@ -797,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/publicIPAddresses/pip4950\",\r\n \"etag\": \"W/\\\"03a3f68b-3b60-4097-96fb-5d243866230a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6c30f531-b556-4e51-9a17-32039cfc241c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6092\",\r\n \"fqdn\": \"dn6092.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9865\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/publicIPAddresses/pip9865\",\r\n \"etag\": \"W/\\\"643068ec-f662-4254-9bb7-1da57e70c673\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c988b8-675e-48c7-9ca6-bca5c28fbcd1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1188\",\r\n \"fqdn\": \"dn1188.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE2NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ5Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2127\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5655\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7ec0216d-f1d8-451b-9989-2074375c2c39" + "1d334773-48f7-4e2e-9061-7a50d9fba6db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -829,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cbb97c08-97ba-4248-b22a-9367a340b1cd" + "18c95936-d57e-485f-b690-9153e6e8d066" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cbb97c08-97ba-4248-b22a-9367a340b1cd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/18c95936-d57e-485f-b690-9153e6e8d066?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e3a9d106-9dd4-408a-b5e5-39c63aa2e4c2" + "7ee4ae9e-1530-4cbd-be6e-5654e5aaf993" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f6cefc0a-bf0c-44e6-aa27-faf246f660f7" + "bc0fc3c1-20b8-49a5-8c9a-b520dbf904fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145004Z:e3a9d106-9dd4-408a-b5e5-39c63aa2e4c2" + "EASTUS2:20211129T181449Z:7ee4ae9e-1530-4cbd-be6e-5654e5aaf993" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:04 GMT" - ], "Content-Length": [ "1321" ], @@ -879,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1650\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650\",\r\n \"etag\": \"W/\\\"11a2a6c2-7a17-4768-83cc-cd1cb585e9d8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"604dca32-e167-49b7-8be6-04f9d4fd47ef\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2127\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127\",\r\n \"etag\": \"W/\\\"11a2a6c2-7a17-4768-83cc-cd1cb585e9d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967\",\r\n \"etag\": \"W/\\\"fab49acf-17fb-4719-92e8-c479e9f8179c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"aae39c54-1f0f-485c-8cc9-ee28c5a87069\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5655\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655\",\r\n \"etag\": \"W/\\\"fab49acf-17fb-4719-92e8-c479e9f8179c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cbb97c08-97ba-4248-b22a-9367a340b1cd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NiYjk3YzA4LTk3YmEtNDI0OC1iMjJhLTkzNjdhMzQwYjFjZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/18c95936-d57e-485f-b690-9153e6e8d066?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE4Yzk1OTM2LWQ1N2UtNDg1Zi1iNjkwLTkxNTNlNmU4ZDA2Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -899,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a8a141f8-190c-4e45-9ed7-14e395816f1a" + "ca8ba78c-874e-4012-9c03-473b2dc97ac3" ], "x-ms-correlation-request-id": [ - "dab71f2a-68b8-4fc9-b10e-76cf2c18bdc9" + "8d92fbb1-c1c3-4661-bd40-f898ed2c9a8e" ], "x-ms-arm-service-request-id": [ - "994a7e69-8c39-4ead-8ff5-3ef82b2adcd4" + "223cb32f-379f-4fa0-b0a5-0ca8410d2d8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145008Z:dab71f2a-68b8-4fc9-b10e-76cf2c18bdc9" + "EASTUS2:20211129T181452Z:8d92fbb1-c1c3-4661-bd40-f898ed2c9a8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:07 GMT" - ], "Content-Length": [ "29" ], @@ -944,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE2NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ5Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"476c0df8-67b4-4aea-a27d-193c82c15ead\"" + "W/\"d00de446-76a5-4172-8c7a-7e6f9e44afa2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "856da3bd-4224-4865-93b8-88bab74c3f63" + "328800a0-5b21-456f-9fb9-6d759a5f218c" ], "x-ms-correlation-request-id": [ - "84df2255-db69-4b17-a949-fd96d79a225a" + "67e19bd5-c8bd-45bc-8c8a-d9adebd7ec13" ], "x-ms-arm-service-request-id": [ - "88dc4b40-8041-4b06-b71e-a7bb07270c7b" + "26894a03-b1c9-4a28-892b-8130079d48d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145008Z:84df2255-db69-4b17-a949-fd96d79a225a" + "EASTUS2:20211129T181452Z:67e19bd5-c8bd-45bc-8c8a-d9adebd7ec13" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:07 GMT" - ], "Content-Length": [ "1323" ], @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1650\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650\",\r\n \"etag\": \"W/\\\"476c0df8-67b4-4aea-a27d-193c82c15ead\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"604dca32-e167-49b7-8be6-04f9d4fd47ef\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2127\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127\",\r\n \"etag\": \"W/\\\"476c0df8-67b4-4aea-a27d-193c82c15ead\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967\",\r\n \"etag\": \"W/\\\"d00de446-76a5-4172-8c7a-7e6f9e44afa2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aae39c54-1f0f-485c-8cc9-ee28c5a87069\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5655\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655\",\r\n \"etag\": \"W/\\\"d00de446-76a5-4172-8c7a-7e6f9e44afa2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE2NTAvc3VibmV0cy9zbjIxMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ5Njcvc3VibmV0cy9zbjU2NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ef4baa3-b53e-477b-8564-8f727ce40e9a" + "b25c7e17-ac20-4393-ad0d-ad01c71634a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1030,40 +1030,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"476c0df8-67b4-4aea-a27d-193c82c15ead\"" + "W/\"d00de446-76a5-4172-8c7a-7e6f9e44afa2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "81eb1523-bce2-4d80-8a92-afdb4cc0e7a4" + "480a94ae-cb37-47c6-acea-dbb841ed7b40" ], "x-ms-correlation-request-id": [ - "8c1c1c39-c97c-40f3-a1d4-39949927a80e" + "874c817a-d2cb-4454-9dd4-915826c9720c" ], "x-ms-arm-service-request-id": [ - "52ff8bb7-4365-4629-b158-67af61d8d384" + "1c90a4cf-5326-4742-8863-8852414d3d2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145008Z:8c1c1c39-c97c-40f3-a1d4-39949927a80e" + "EASTUS2:20211129T181452Z:874c817a-d2cb-4454-9dd4-915826c9720c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:08 GMT" - ], "Content-Length": [ "523" ], @@ -1074,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn2127\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127\",\r\n \"etag\": \"W/\\\"476c0df8-67b4-4aea-a27d-193c82c15ead\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5655\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655\",\r\n \"etag\": \"W/\\\"d00de446-76a5-4172-8c7a-7e6f9e44afa2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2NDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2127\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127\"\r\n }\r\n },\r\n \"name\": \"ip725\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5655\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655\"\r\n }\r\n },\r\n \"name\": \"ip5942\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0894096-5ec3-449f-967a-429102931bc4" + "3abd9695-48d6-426b-b9ca-74a24f566914" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9005f563-91c3-465a-96b3-ac9895d04d81" + "60c433d6-1721-46e3-9619-6633a2500b92" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9005f563-91c3-465a-96b3-ac9895d04d81?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/60c433d6-1721-46e3-9619-6633a2500b92?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7e5a3610-dcef-45a1-aee1-78a17cabe1e8" + "79e39e3b-11a5-4a42-8e95-e2ac9ca6629d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8950120f-2ee9-4046-9139-44b229c59705" + "2104517c-54c7-4f54-85b3-a49263658f00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145013Z:7e5a3610-dcef-45a1-aee1-78a17cabe1e8" + "EASTUS2:20211129T181457Z:79e39e3b-11a5-4a42-8e95-e2ac9ca6629d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:12 GMT" - ], "Content-Length": [ - "1629" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1153,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\",\r\n \"etag\": \"W/\\\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eb5685f5-7453-41f7-ac7d-9094e87fdbe3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip725\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122/ipConfigurations/ip725\",\r\n \"etag\": \"W/\\\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127\"\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\": \"glfe0ydh2g1utc5gat23j5kh3h.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3643\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\",\r\n \"etag\": \"W/\\\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5290a698-18e8-4cd1-8a48-799aab9be96f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5942\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643/ipConfigurations/ip5942\",\r\n \"etag\": \"W/\\\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655\"\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\": \"ksoohkqpd3oerdgj3yumlkdqnb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2NDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\"" + "W/\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f57461d1-1ff5-4833-95eb-719a0c1d06dc" + "aee858fe-1ffb-4cbb-a67a-aa2e2b09534d" ], "x-ms-correlation-request-id": [ - "47f3edfe-a45a-4539-b279-049f90177047" + "86517b71-b69f-4cf8-9741-4b45df5c7f14" ], "x-ms-arm-service-request-id": [ - "27fd9fa1-a163-4cd4-a32d-0a78249bf388" + "711985f5-2f16-402a-99ec-d30576350258" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145013Z:47f3edfe-a45a-4539-b279-049f90177047" + "EASTUS2:20211129T181458Z:86517b71-b69f-4cf8-9741-4b45df5c7f14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:12 GMT" - ], "Content-Length": [ - "1629" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1217,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\",\r\n \"etag\": \"W/\\\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eb5685f5-7453-41f7-ac7d-9094e87fdbe3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip725\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122/ipConfigurations/ip725\",\r\n \"etag\": \"W/\\\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127\"\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\": \"glfe0ydh2g1utc5gat23j5kh3h.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3643\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\",\r\n \"etag\": \"W/\\\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5290a698-18e8-4cd1-8a48-799aab9be96f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5942\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643/ipConfigurations/ip5942\",\r\n \"etag\": \"W/\\\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655\"\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\": \"ksoohkqpd3oerdgj3yumlkdqnb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2NDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d15234a-02a0-441e-b277-885d2db548d7" + "9241fcb4-c8d3-436a-91cf-8e0c748f9ffb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1243,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:14:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\"" + "W/\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0508f468-b3de-4f05-9af2-56e29477c0db" + "09a2f6f0-bfff-42d4-b884-95447ebfea76" ], "x-ms-correlation-request-id": [ - "609252c6-e02b-4229-b4be-cc1ab6820ae7" + "1aa5028c-db27-47e7-b28a-b878a0ef8b9c" ], "x-ms-arm-service-request-id": [ - "d26ec924-c08f-4d95-a7f7-36804fa434d3" + "3e6d280a-3f6d-4545-a1b9-56425cad79ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145013Z:609252c6-e02b-4229-b4be-cc1ab6820ae7" + "EASTUS2:20211129T181458Z:1aa5028c-db27-47e7-b28a-b878a0ef8b9c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:12 GMT" - ], "Content-Length": [ - "1629" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1287,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\",\r\n \"etag\": \"W/\\\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eb5685f5-7453-41f7-ac7d-9094e87fdbe3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip725\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122/ipConfigurations/ip725\",\r\n \"etag\": \"W/\\\"e5cd6eac-4aa4-4d3e-900c-ecd61120dda2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/virtualNetworks/vn1650/subnets/sn2127\"\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\": \"glfe0ydh2g1utc5gat23j5kh3h.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3643\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\",\r\n \"etag\": \"W/\\\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5290a698-18e8-4cd1-8a48-799aab9be96f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5942\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643/ipConfigurations/ip5942\",\r\n \"etag\": \"W/\\\"0ed5a5c1-906d-46b4-8bfb-e135f7f2ca8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/virtualNetworks/vn4967/subnets/sn5655\"\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\": \"ksoohkqpd3oerdgj3yumlkdqnb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/as5161?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1MTYxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/as3947?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzOTQ3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9073dc0d-33db-4498-8016-22f2122a4f3a" + "64355847-7677-4d71-bca1-3e11a8f754fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1319,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:15:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "583111a0-44f4-4da3-84b0-c7e4eeeca498" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2875297f-3cf5-41d6-b54c-10c7c6b66230" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "9df180b8-c9dc-4a9a-a3e4-93b5273f5167" + "eda3e456-7d32-4a50-8eb4-f02d8f339cc4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145022Z:9df180b8-c9dc-4a9a-a3e4-93b5273f5167" + "EASTUS2:20211129T181509Z:eda3e456-7d32-4a50-8eb4-f02d8f339cc4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:22 GMT" - ], "Content-Length": [ "444" ], @@ -1360,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as5161\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/as5161\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as3947\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/as3947\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"true5Foo12[PLACEHOLDEr1]true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/as5161\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"<AutoLogon><Enabled>true</Enabled><LogonCount>5</LogonCount><Username>Foo12</Username><Password><Value>[PLACEHOLDEr1]</Value><PlainText>true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/as3947\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da000ec9-fa97-4677-9615-9b1a9ecded76" + "4f8ab24c-4089-48f8-84f2-47d5b00891b7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1392,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:15:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c365aea-8cfb-44c5-933c-ed47532ee0aa?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/cf1320e3-407d-48a3-bcc8-7f432a681b78?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1189" + "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7c365aea-8cfb-44c5-933c-ed47532ee0aa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cf1320e3-407d-48a3-bcc8-7f432a681b78" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "a2fbe39c-4d90-47ac-97b4-9ed22ee129c8" + "82b9f398-9d31-4936-8ff2-d4bef362937d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145030Z:a2fbe39c-4d90-47ac-97b4-9ed22ee129c8" + "EASTUS2:20211129T181514Z:82b9f398-9d31-4936-8ff2-d4bef362937d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:29 GMT" - ], "Content-Length": [ - "2247" + "2297" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1442,71 +1442,71 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75fd971b-4f38-48ee-94b4-76d3cb64bffa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/AS5161\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"311e2387-8ebb-4b80-b7a7-821cf478ab66\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/AS3947\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-29T18:15:12.0260429+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/AS5161\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/AS3947\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "98e35a70-5806-4b54-8a4c-d5a06184c279" + "7e94e9f0-348a-4a3a-b12d-b91c0c8db214" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1984" + "1977" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ + "Date": [ + "Mon, 29 Nov 2021 18:18:50 GMT" + ], + "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1188" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a56d6068-d3e7-41e3-b8d2-5932c68abbe9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ca9ed97e-993b-4c0f-bf70-ffd3e8012abe" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "0748548d-c7cd-415d-a04c-d19903a0f5b4" + "24c893e3-581a-4882-9f13-a192dd80c3d3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145408Z:0748548d-c7cd-415d-a04c-d19903a0f5b4" + "EASTUS2:20211129T181850Z:24c893e3-581a-4882-9f13-a192dd80c3d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:07 GMT" - ], "Content-Length": [ - "2275" + "2325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1515,60 +1515,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75fd971b-4f38-48ee-94b4-76d3cb64bffa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/AS5161\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"311e2387-8ebb-4b80-b7a7-821cf478ab66\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/AS3947\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2021-11-29T18:15:12.0260429+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c365aea-8cfb-44c5-933c-ed47532ee0aa?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzY1YWVhLThjZmItNDRjNS05MzNjLWVkNDc1MzJlZTBhYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/cf1320e3-407d-48a3-bcc8-7f432a681b78?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMTMyMGUzLTQwN2QtNDhhMy1iY2M4LTdmNDMyYTY4MWI3OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:15:23 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9275bcc3-61f7-44c2-a281-2f7493160bb7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5994da59-c5b5-4560-8cd7-0e1aef76ef40" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "0e87824a-a78f-4b7d-92ac-1981d0a8739d" + "4a1391f9-862c-4ce3-9a3e-306e9cd82741" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145040Z:0e87824a-a78f-4b7d-92ac-1981d0a8739d" + "EASTUS2:20211129T181524Z:4a1391f9-862c-4ce3-9a3e-306e9cd82741" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:50:39 GMT" - ], "Content-Length": [ "134" ], @@ -1579,57 +1579,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:50:27.7915557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c365aea-8cfb-44c5-933c-ed47532ee0aa\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:15:11.9791447+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf1320e3-407d-48a3-bcc8-7f432a681b78\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c365aea-8cfb-44c5-933c-ed47532ee0aa?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzY1YWVhLThjZmItNDRjNS05MzNjLWVkNDc1MzJlZTBhYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/cf1320e3-407d-48a3-bcc8-7f432a681b78?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMTMyMGUzLTQwN2QtNDhhMy1iY2M4LTdmNDMyYTY4MWI3OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:16:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a0fe68b-5866-4f44-84f0-a5895b1fc2c4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b730752e-b52d-408a-9fb3-e79876e903ff" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "8d1c2e24-66c7-45ae-9f38-bc44e8c5f982" + "5942f072-af5b-4141-8b4d-19ca0d0b2bf9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145130Z:8d1c2e24-66c7-45ae-9f38-bc44e8c5f982" + "EASTUS2:20211129T181614Z:5942f072-af5b-4141-8b4d-19ca0d0b2bf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:51:29 GMT" - ], "Content-Length": [ "134" ], @@ -1640,57 +1640,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:50:27.7915557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c365aea-8cfb-44c5-933c-ed47532ee0aa\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:15:11.9791447+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf1320e3-407d-48a3-bcc8-7f432a681b78\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c365aea-8cfb-44c5-933c-ed47532ee0aa?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzY1YWVhLThjZmItNDRjNS05MzNjLWVkNDc1MzJlZTBhYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/cf1320e3-407d-48a3-bcc8-7f432a681b78?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMTMyMGUzLTQwN2QtNDhhMy1iY2M4LTdmNDMyYTY4MWI3OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:17:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af61825b-37fb-4781-837d-16f86a007885" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c3da9a5a-c0c8-4fc1-9bff-ae8bf546db53" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "1e987e60-5f25-4e20-9453-f300bc73c741" + "d7cb445b-c633-46cf-bb52-fc96a16e13b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145220Z:1e987e60-5f25-4e20-9453-f300bc73c741" + "EASTUS2:20211129T181704Z:d7cb445b-c633-46cf-bb52-fc96a16e13b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:52:20 GMT" - ], "Content-Length": [ "134" ], @@ -1701,57 +1701,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:50:27.7915557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c365aea-8cfb-44c5-933c-ed47532ee0aa\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:15:11.9791447+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf1320e3-407d-48a3-bcc8-7f432a681b78\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c365aea-8cfb-44c5-933c-ed47532ee0aa?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzY1YWVhLThjZmItNDRjNS05MzNjLWVkNDc1MzJlZTBhYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/cf1320e3-407d-48a3-bcc8-7f432a681b78?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMTMyMGUzLTQwN2QtNDhhMy1iY2M4LTdmNDMyYTY4MWI3OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:17:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "73af19ef-8730-4876-8da6-4bec75b07023" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b897f016-a4c7-4645-ab7e-ef5e8f6abb38" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "1d013f99-a423-4973-9ff9-e5d6a2dd1b83" + "a2565946-6375-43de-b590-cd8547b576d3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145311Z:1d013f99-a423-4973-9ff9-e5d6a2dd1b83" + "EASTUS2:20211129T181755Z:a2565946-6375-43de-b590-cd8547b576d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:53:10 GMT" - ], "Content-Length": [ "134" ], @@ -1762,57 +1762,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:50:27.7915557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c365aea-8cfb-44c5-933c-ed47532ee0aa\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:15:11.9791447+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf1320e3-407d-48a3-bcc8-7f432a681b78\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c365aea-8cfb-44c5-933c-ed47532ee0aa?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzY1YWVhLThjZmItNDRjNS05MzNjLWVkNDc1MzJlZTBhYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/cf1320e3-407d-48a3-bcc8-7f432a681b78?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMTMyMGUzLTQwN2QtNDhhMy1iY2M4LTdmNDMyYTY4MWI3OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:18:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8aef9b12-2c65-4ccf-a667-42f6d7a25aef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5da1a529-1193-4085-ac84-a9a26476d04a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "7590e988-e40d-4a3e-8997-9520f1abf48b" + "592d0536-755a-49e5-8f40-6dd26cf79ee3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145401Z:7590e988-e40d-4a3e-8997-9520f1abf48b" + "EASTUS2:20211129T181845Z:592d0536-755a-49e5-8f40-6dd26cf79ee3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:01 GMT" - ], "Content-Length": [ "184" ], @@ -1823,59 +1823,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:50:27.7915557+00:00\",\r\n \"endTime\": \"2021-06-29T14:53:16.5739515+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7c365aea-8cfb-44c5-933c-ed47532ee0aa\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:15:11.9791447+00:00\",\r\n \"endTime\": \"2021-11-29T18:18:04.5256959+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"cf1320e3-407d-48a3-bcc8-7f432a681b78\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:18:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31965" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9931c3a1-f7c6-4b21-bef3-8d6d42c369ef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "23682935-f54d-4a00-978f-9f5532a9d515" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "4d512a48-cdb2-4216-a015-302a5e437e2a" + "5e4ce333-ab7a-4d7a-8e08-70f1c72544e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145401Z:4d512a48-cdb2-4216-a015-302a5e437e2a" + "EASTUS2:20211129T181846Z:5e4ce333-ab7a-4d7a-8e08-70f1c72544e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:01 GMT" - ], "Content-Length": [ - "2276" + "2326" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1884,65 +1884,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75fd971b-4f38-48ee-94b4-76d3cb64bffa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/AS5161\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"311e2387-8ebb-4b80-b7a7-821cf478ab66\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/AS3947\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-29T18:15:12.0260429+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7503710b-58da-4554-b0d9-8d3e5ff383ca" + "84ab69c8-8b3a-461f-b760-48664ed89e9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:18:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31964" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55abfad7-de9d-4ec6-bdbe-98bc8ed1cd83" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "df777d83-4997-42e6-9ea2-00d6bce8dea0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "108fa45b-d223-4b94-bd41-f742482eb733" + "7597dd98-2524-4ad7-86e2-49827959ffaf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145401Z:108fa45b-d223-4b94-bd41-f742482eb733" + "EASTUS2:20211129T181846Z:7597dd98-2524-4ad7-86e2-49827959ffaf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:01 GMT" - ], "Content-Length": [ - "2276" + "2326" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1951,59 +1951,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75fd971b-4f38-48ee-94b4-76d3cb64bffa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/AS5161\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"311e2387-8ebb-4b80-b7a7-821cf478ab66\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/AS3947\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-29T18:15:12.0260429+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:19:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31961" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc3a548b-1ae5-46f9-b7fc-ae3b474f9516" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6f699c35-1191-48b4-a1fb-1350e3c4dad6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "07d40c77-840f-42c9-9dc7-206fc00fcd0f" + "cd9912d5-fb60-4740-b128-a2cdc9d36766" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145438Z:07d40c77-840f-42c9-9dc7-206fc00fcd0f" + "EASTUS2:20211129T181921Z:cd9912d5-fb60-4740-b128-a2cdc9d36766" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:37 GMT" - ], "Content-Length": [ - "2276" + "2326" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2012,65 +2012,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75fd971b-4f38-48ee-94b4-76d3cb64bffa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/AS5161\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"311e2387-8ebb-4b80-b7a7-821cf478ab66\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/AS3947\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-29T18:15:12.0260429+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDk/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU0MDk/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0c6115d-bfce-4094-9940-d031eb99053b" + "cbdfc7f9-20f5-4a40-8210-a5f6094195fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:18:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31963" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d04cb929-e608-4434-ae15-96025de02181" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "10acce6c-a41a-4856-8b00-6ee26c68ed0d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "2e0d5614-3a3d-421a-a49b-72f2a4fd41a7" + "5fae9c5f-b883-47f9-95e5-5d477741601e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145402Z:2e0d5614-3a3d-421a-a49b-72f2a4fd41a7" + "EASTUS2:20211129T181846Z:5fae9c5f-b883-47f9-95e5-5d477741601e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:02 GMT" - ], "Content-Length": [ - "3508" + "3558" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2079,101 +2079,101 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"75fd971b-4f38-48ee-94b4-76d3cb64bffa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/availabilitySets/AS5161\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1939.blob.core.windows.net/crptestar6071/oscrptestar6386.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Network/networkInterfaces/nic3122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-29T14:54:02+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:50:49.1041888+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:53:16.5427153+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"311e2387-8ebb-4b80-b7a7-821cf478ab66\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/availabilitySets/AS3947\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9022.blob.core.windows.net/crptestar9492/oscrptestar8223.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Network/networkInterfaces/nic3643\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-29T18:18:46+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T18:15:12.9947593+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T18:18:04.5100812+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-29T18:15:12.0260429+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7127/providers/Microsoft.Compute/virtualMachines/vm6149?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3492/providers/Microsoft.Compute/virtualMachines/vm5409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f8e696f-7f4c-44f3-9836-6211bb2aded2" + "18035827-3bb5-441b-892c-c358d5a6a1f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:19:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3da913fc-74ee-40ad-bfd9-cd6c4e773b6d?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55491f90-6a2b-4ffb-8ee3-5ca55c476ea9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3da913fc-74ee-40ad-bfd9-cd6c4e773b6d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55491f90-6a2b-4ffb-8ee3-5ca55c476ea9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1188" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3da913fc-74ee-40ad-bfd9-cd6c4e773b6d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "55491f90-6a2b-4ffb-8ee3-5ca55c476ea9" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "49f9fa41-0092-43a1-ba87-37b36f5343ba" + "6c7d79f3-ee1e-43ee-baaa-f5939dd54a5a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145438Z:49f9fa41-0092-43a1-ba87-37b36f5343ba" + "EASTUS2:20211129T181921Z:6c7d79f3-ee1e-43ee-baaa-f5939dd54a5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7127?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxMjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3492?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0OTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "917d3c0d-bc0a-4714-9cca-8fecac4c7e47" + "aa343a3f-bb27-4de8-b00a-8d61a7f92058" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2181,11 +2181,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:19:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2194,13 +2197,13 @@ "14999" ], "x-ms-request-id": [ - "0ee3bbe1-7030-4859-81f6-2b795ef884ff" + "8aca67e7-880b-4215-9bf2-a8d0aa105a8e" ], "x-ms-correlation-request-id": [ - "0ee3bbe1-7030-4859-81f6-2b795ef884ff" + "8aca67e7-880b-4215-9bf2-a8d0aa105a8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145444Z:0ee3bbe1-7030-4859-81f6-2b795ef884ff" + "EASTUS2:20211129T181928Z:8aca67e7-880b-4215-9bf2-a8d0aa105a8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2208,29 +2211,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRJM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2238,11 +2238,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:19:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2251,13 +2254,13 @@ "11999" ], "x-ms-request-id": [ - "c1bb5718-9d48-4623-9a9b-e4a4780d6c95" + "7425b975-8ec6-44e5-837b-78a715c9c217" ], "x-ms-correlation-request-id": [ - "c1bb5718-9d48-4623-9a9b-e4a4780d6c95" + "7425b975-8ec6-44e5-837b-78a715c9c217" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145459Z:c1bb5718-9d48-4623-9a9b-e4a4780d6c95" + "EASTUS2:20211129T181943Z:7425b975-8ec6-44e5-837b-78a715c9c217" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2265,29 +2268,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:54:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRJM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2295,11 +2295,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:19:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2308,13 +2311,13 @@ "11998" ], "x-ms-request-id": [ - "0ba562a4-8e79-4620-881f-f05120d15287" + "76877f91-5fbf-4f33-b4ba-73208c9bbad1" ], "x-ms-correlation-request-id": [ - "0ba562a4-8e79-4620-881f-f05120d15287" + "76877f91-5fbf-4f33-b4ba-73208c9bbad1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145515Z:0ba562a4-8e79-4620-881f-f05120d15287" + "EASTUS2:20211129T181959Z:76877f91-5fbf-4f33-b4ba-73208c9bbad1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2322,29 +2325,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:55:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRJM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2352,11 +2352,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:20:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2365,13 +2368,13 @@ "11997" ], "x-ms-request-id": [ - "29547025-cfcf-4458-93d9-f735ef117c48" + "c114c5f7-84d7-4afc-a821-28153f4da2a7" ], "x-ms-correlation-request-id": [ - "29547025-cfcf-4458-93d9-f735ef117c48" + "c114c5f7-84d7-4afc-a821-28153f4da2a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145530Z:29547025-cfcf-4458-93d9-f735ef117c48" + "EASTUS2:20211129T182014Z:c114c5f7-84d7-4afc-a821-28153f4da2a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2379,29 +2382,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:55:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRJM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2409,11 +2409,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:20:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2422,13 +2425,13 @@ "11996" ], "x-ms-request-id": [ - "63384ec6-9817-4803-8f29-9584cb4819eb" + "8c38f501-f92d-4fb5-80f9-b4b3e9012d86" ], "x-ms-correlation-request-id": [ - "63384ec6-9817-4803-8f29-9584cb4819eb" + "8c38f501-f92d-4fb5-80f9-b4b3e9012d86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145546Z:63384ec6-9817-4803-8f29-9584cb4819eb" + "EASTUS2:20211129T182029Z:8c38f501-f92d-4fb5-80f9-b4b3e9012d86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2436,29 +2439,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:55:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRJM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2466,11 +2466,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:20:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2479,13 +2482,13 @@ "11995" ], "x-ms-request-id": [ - "ee8ae86a-d1e2-4c9e-bbb2-51ceac1067e6" + "66e921aa-3d60-4b32-88a7-634b61524b06" ], "x-ms-correlation-request-id": [ - "ee8ae86a-d1e2-4c9e-bbb2-51ceac1067e6" + "66e921aa-3d60-4b32-88a7-634b61524b06" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145601Z:ee8ae86a-d1e2-4c9e-bbb2-51ceac1067e6" + "EASTUS2:20211129T182045Z:66e921aa-3d60-4b32-88a7-634b61524b06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2493,29 +2496,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRJM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2523,20 +2523,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:21:00 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-request-id": [ - "20e48ade-9e18-4dcf-8f76-2ed283138ee5" + "81e1fa45-afda-49d7-a194-ce0063c21eb3" ], "x-ms-correlation-request-id": [ - "20e48ade-9e18-4dcf-8f76-2ed283138ee5" + "81e1fa45-afda-49d7-a194-ce0063c21eb3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145617Z:20e48ade-9e18-4dcf-8f76-2ed283138ee5" + "EASTUS2:20211129T182100Z:81e1fa45-afda-49d7-a194-ce0063c21eb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2544,29 +2553,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTI3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRJM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2574,20 +2580,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:21:15 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "423ae498-9552-48de-9513-7db0b575bba1" + "92844240-4200-4250-9a18-48ada5f340ea" ], "x-ms-correlation-request-id": [ - "423ae498-9552-48de-9513-7db0b575bba1" + "92844240-4200-4250-9a18-48ada5f340ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145617Z:423ae498-9552-48de-9513-7db0b575bba1" + "EASTUS2:20211129T182116Z:92844240-4200-4250-9a18-48ada5f340ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2595,14 +2610,398 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Content-Length": [ - "0" + "Date": [ + "Mon, 29 Nov 2021 18:21:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "17ad34d3-1f3b-4a7b-a2b8-d8e1b3ed85db" + ], + "x-ms-correlation-request-id": [ + "17ad34d3-1f3b-4a7b-a2b8-d8e1b3ed85db" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211129T182131Z:17ad34d3-1f3b-4a7b-a2b8-d8e1b3ed85db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 29 Nov 2021 18:21:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "eb9b7e36-09d2-4f7d-b943-fa600284051b" + ], + "x-ms-correlation-request-id": [ + "eb9b7e36-09d2-4f7d-b943-fa600284051b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211129T182147Z:eb9b7e36-09d2-4f7d-b943-fa600284051b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 29 Nov 2021 18:22:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "f3dadc99-5408-42a9-b654-918ab81d55fa" + ], + "x-ms-correlation-request-id": [ + "f3dadc99-5408-42a9-b654-918ab81d55fa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211129T182202Z:f3dadc99-5408-42a9-b654-918ab81d55fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 29 Nov 2021 18:22:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "58c2e30e-2d80-40f4-b994-f88ecd45fd69" + ], + "x-ms-correlation-request-id": [ + "58c2e30e-2d80-40f4-b994-f88ecd45fd69" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211129T182218Z:58c2e30e-2d80-40f4-b994-f88ecd45fd69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 29 Nov 2021 18:22:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "ba67d30d-ada9-410a-9bae-b6bf03ddef63" + ], + "x-ms-correlation-request-id": [ + "ba67d30d-ada9-410a-9bae-b6bf03ddef63" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211129T182233Z:ba67d30d-ada9-410a-9bae-b6bf03ddef63" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 29 Nov 2021 18:22:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "aa833dcf-51b9-4459-9c58-31a05dd926be" + ], + "x-ms-correlation-request-id": [ + "aa833dcf-51b9-4459-9c58-31a05dd926be" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211129T182249Z:aa833dcf-51b9-4459-9c58-31a05dd926be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDkyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRreUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 29 Nov 2021 18:22:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "0b2b5a2b-5cde-41b1-9353-f4689bc1fb62" + ], + "x-ms-correlation-request-id": [ + "0b2b5a2b-5cde-41b1-9353-f4689bc1fb62" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211129T182249Z:0b2b5a2b-5cde-41b1-9353-f4689bc1fb62" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2611,30 +3010,30 @@ ], "Names": { "StartPatchSettingTest": [ - "crptestar7127" + "crptestar3492" ], "TestVMWithOSProfile": [ - "crptestar1939", - "as5161" + "crptestar9022", + "as3947" ], "CreatePublicIP": [ - "pip4950", - "dn6092" + "pip9865", + "dn1188" ], "CreateVNET": [ - "vn1650", - "sn2127" + "vn4967", + "sn5655" ], "CreateNIC": [ - "nic3122", - "ip725" + "nic3643", + "ip5942" ], "CreateDefaultVMInput": [ - "crptestar6071", - "crptestar2495", - "crptestar6386", - "vm6149", - "Microsoft.Compute/virtualMachines9735" + "crptestar9492", + "crptestar6988", + "crptestar8223", + "vm5409", + "Microsoft.Compute/virtualMachines5585" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfAutomaticByOS.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfAutomaticByOS.json index a7f55f0b85b02..56d00aa11254a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfAutomaticByOS.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfAutomaticByOS.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df04d325-f766-4afe-b521-945e36783a08" + "760d1bf7-7fea-4bd5-ae31-59218cc8f503" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:36:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "ad52c933-f699-4877-a352-b65d94fdf401" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "45467292-ad2d-4dc5-99f8-8eb2f916d17f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "de31db70-fb5e-4fe2-b9d1-8b0123e7d11f" + "ff51e871-f335-4e99-a4da-da18e498c390" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143407Z:de31db70-fb5e-4fe2-b9d1-8b0123e7d11f" + "EASTUS2:20211117T103637Z:ff51e871-f335-4e99-a4da-da18e498c390" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:06 GMT" - ], "Content-Length": [ "321" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar100?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8700?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar100\": \"2021-06-29 14:34:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8700\": \"2021-11-17 10:36:37Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59e87d62-7326-4638-bd76-2e6a36e66f67" + "3a3d2f10-fbdb-41df-898d-3fde450cf3f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:36:40 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "14db5ad7-158f-477e-be4b-80fa289aab74" + "7ecd84db-2105-4bb2-b6ca-7bccc661a7d4" ], "x-ms-correlation-request-id": [ - "14db5ad7-158f-477e-be4b-80fa289aab74" + "7ecd84db-2105-4bb2-b6ca-7bccc661a7d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143409Z:14db5ad7-158f-477e-be4b-80fa289aab74" + "EASTUS2:20211117T103640Z:7ecd84db-2105-4bb2-b6ca-7bccc661a7d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:08 GMT" - ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,38 +133,41 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100\",\r\n \"name\": \"crptestar100\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar100\": \"2021-06-29 14:34:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700\",\r\n \"name\": \"crptestar8700\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8700\": \"2021-11-17 10:36:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar100?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8700?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar100\": \"2021-06-29 14:34:49Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8700\": \"2021-11-17 10:37:23Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7e1c8134-4b4b-4f29-a999-640f970b1f64" + "b93696a8-2792-4cae-9b9f-70cfde34609a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:23 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "7d9dc4cd-75ba-4d3e-809d-02037ca6e644" + "ef6c2a32-9768-4c8b-b086-8d8ebb89b0cf" ], "x-ms-correlation-request-id": [ - "7d9dc4cd-75ba-4d3e-809d-02037ca6e644" + "ef6c2a32-9768-4c8b-b086-8d8ebb89b0cf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143449Z:7d9dc4cd-75ba-4d3e-809d-02037ca6e644" + "EASTUS2:20211117T103723Z:ef6c2a32-9768-4c8b-b086-8d8ebb89b0cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:49 GMT" - ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100\",\r\n \"name\": \"crptestar100\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar100\": \"2021-06-29 14:34:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700\",\r\n \"name\": \"crptestar8700\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8700\": \"2021-11-17 10:37:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Storage/storageAccounts/crptestar3461?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjM0NjE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Storage/storageAccounts/crptestar374?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNzQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "164ee567-3cd1-42aa-aff3-2ed302216a64" + "91cbdc98-fe6a-45fb-bb41-c6b750f211cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:36:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/59659e06-b4ee-402e-83b4-0b7add989efa?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/780eb860-a2ca-4963-a007-99afdf00c7a1?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "59659e06-b4ee-402e-83b4-0b7add989efa" + "780eb860-a2ca-4963-a007-99afdf00c7a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "999bfb5e-5853-4fdf-90c2-af71c667582a" + "30015fd9-3fee-40b5-8b53-72d7256255a5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143421Z:999bfb5e-5853-4fdf-90c2-af71c667582a" + "EASTUS2:20211117T103652Z:30015fd9-3fee-40b5-8b53-72d7256255a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:21 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/59659e06-b4ee-402e-83b4-0b7add989efa?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTk2NTllMDYtYjRlZS00MDJlLTgzYjQtMGI3YWRkOTg5ZWZhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/780eb860-a2ca-4963-a007-99afdf00c7a1?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNzgwZWI4NjAtYTJjYS00OTYzLWEwMDctOTlhZmRmMDBjN2ExP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:08 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "700a1e86-7716-40c6-b003-bed4b3be2795" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/780eb860-a2ca-4963-a007-99afdf00c7a1?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "7d09a551-ac9c-425c-8484-8d3e67ae7899" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "b5d9f5ed-af8e-4d90-a157-56e55381a978" + "d7e25d29-1874-42f1-b0e7-f43e13461d9b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143438Z:b5d9f5ed-af8e-4d90-a157-56e55381a978" + "EASTUS2:20211117T103709Z:d7e25d29-1874-42f1-b0e7-f43e13461d9b" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/780eb860-a2ca-4963-a007-99afdf00c7a1?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNzgwZWI4NjAtYTJjYS00OTYzLWEwMDctOTlhZmRmMDBjN2ExP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 14:34:38 GMT" + "Wed, 17 Nov 2021 10:37:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0ec35b85-874b-49e1-ad2a-a8622d8f033a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "c6a3be75-902b-4303-a56f-d1b114b60308" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T103712Z:c6a3be75-902b-4303-a56f-d1b114b60308" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8b3eb36-ddd0-46dd-884c-9aabae5c1b52" + "7822f105-a610-446c-9e7a-04e70e32ba9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8a29f355-7989-41b6-b377-c05149f0caf4" + "5a62b57e-2fbb-4a80-a9ac-c6b5d6ee053d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "02f244b2-956e-4f2e-898a-81dac6e1ba1e" + "1ec90140-11cb-4e60-833f-764b7a31f966" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143448Z:02f244b2-956e-4f2e-898a-81dac6e1ba1e" + "EASTUS2:20211117T103723Z:1ec90140-11cb-4e60-833f-764b7a31f966" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:48 GMT" - ], "Content-Length": [ - "751" + "746" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Storage/storageAccounts/crptestar3461\",\r\n \"name\": \"crptestar3461\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:34:17.4274197Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3461.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3461.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3461.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3461.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Storage/storageAccounts/crptestar374\",\r\n \"name\": \"crptestar374\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:36:48.8284243Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar374.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar374.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar374.table.core.windows.net/\",\r\n \"file\": \"https://crptestar374.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Storage/storageAccounts/crptestar3461?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjM0NjE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Storage/storageAccounts/crptestar374?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNzQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfa74714-4842-49d1-b219-e9aee55859d3" + "b304d487-8d71-4e33-92b0-71e3ba531bb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "31c5c146-b965-4bdb-978c-611e773aaea6" + "66713b14-2c36-47f8-a2a1-86aca7574119" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "b01a089f-35a7-4c2c-b9be-edd918c9e952" + "de9dee23-676f-49b3-bfc9-0f4202205ed2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143449Z:b01a089f-35a7-4c2c-b9be-edd918c9e952" + "EASTUS2:20211117T103723Z:de9dee23-676f-49b3-bfc9-0f4202205ed2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:48 GMT" - ], "Content-Length": [ - "739" + "734" ], "Content-Type": [ "application/json" @@ -457,80 +520,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Storage/storageAccounts/crptestar3461\",\r\n \"name\": \"crptestar3461\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:34:17.4274197Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3461.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3461.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3461.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3461.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Storage/storageAccounts/crptestar374\",\r\n \"name\": \"crptestar374\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:36:48.8284243Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar374.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar374.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar374.table.core.windows.net/\",\r\n \"file\": \"https://crptestar374.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/publicIPAddresses/pip376?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/publicIPAddresses/pip4993?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn742\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7472\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e186ce5a-42e8-4218-a9e4-c9f929eb509f" + "72180f63-cd4e-4996-9124-3eef9975b75e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "206" + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:33 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "48639b07-387a-4e31-bf23-126d94b0c201" + "0cc2d5af-85ac-4242-9b97-33e220dade2c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/48639b07-387a-4e31-bf23-126d94b0c201?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0cc2d5af-85ac-4242-9b97-33e220dade2c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f9fd2494-1523-4a37-a314-4a740e363388" + "f3699c2d-47bf-4dd7-8d00-47e313642fe8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6f5352d2-bede-4a94-a61a-56edd7243af5" + "764d02f3-5316-4597-9192-92c0b9843b16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143502Z:f9fd2494-1523-4a37-a314-4a740e363388" + "EASTUS2:20211117T103734Z:f3699c2d-47bf-4dd7-8d00-47e313642fe8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:02 GMT" - ], "Content-Length": [ - "764" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip376\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/publicIPAddresses/pip376\",\r\n \"etag\": \"W/\\\"066f19f0-8b43-414e-a897-4e7dca5baa9a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4223f22c-a0e1-4904-90a4-9d8a09b737f7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn742\",\r\n \"fqdn\": \"dn742.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/publicIPAddresses/pip4993\",\r\n \"etag\": \"W/\\\"574b7f1d-a242-4724-b260-fab5eb398330\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bbc8d055-b1b7-46bf-816d-9d13a490bf78\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7472\",\r\n \"fqdn\": \"dn7472.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/48639b07-387a-4e31-bf23-126d94b0c201?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4NjM5YjA3LTM4N2EtNGUzMS1iZjIzLTEyNmQ5NGIwYzIwMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0cc2d5af-85ac-4242-9b97-33e220dade2c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYzJkNWFmLTg1YWMtNDI0Mi05Yjk3LTMzZTIyMGRhZGUyYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f0eb9e30-a1fa-4c50-a922-adcc4a30172a" + "1e1ae287-3152-4a5b-9285-1041d8b19304" ], "x-ms-correlation-request-id": [ - "a91f285c-7dc9-426b-9bf2-86faab13f0a3" + "28035310-30ea-44e9-bd14-0a5d1a362789" ], "x-ms-arm-service-request-id": [ - "70bad4c7-f740-41e6-bb2c-7417034dca8d" + "8ea9e633-ba44-4150-b546-97e6043e0d21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143503Z:a91f285c-7dc9-426b-9bf2-86faab13f0a3" + "EASTUS2:20211117T103735Z:28035310-30ea-44e9-bd14-0a5d1a362789" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:03 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/publicIPAddresses/pip376?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/publicIPAddresses/pip4993?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a81fab4c-cc1a-456e-87fb-e0e6e133f023\"" + "W/\"5519e575-7cb2-443f-a979-588d113a3f21\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7c531cec-6ac9-4ed3-a1ad-9c2893cd0d15" + "3351df30-b2a0-4fd1-bd36-630bcfc947f6" ], "x-ms-correlation-request-id": [ - "68ccb4f3-d661-445c-b47e-ec97c7c2f9bf" + "6c391a0d-2f81-4eae-8e43-1e3e034ac68e" ], "x-ms-arm-service-request-id": [ - "ba1ec439-ff6e-4706-b8de-fa104b082397" + "25d3f059-b10b-483a-90c8-25115fb886e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143504Z:68ccb4f3-d661-445c-b47e-ec97c7c2f9bf" + "EASTUS2:20211117T103735Z:6c391a0d-2f81-4eae-8e43-1e3e034ac68e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:03 GMT" - ], "Content-Length": [ - "765" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip376\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/publicIPAddresses/pip376\",\r\n \"etag\": \"W/\\\"a81fab4c-cc1a-456e-87fb-e0e6e133f023\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4223f22c-a0e1-4904-90a4-9d8a09b737f7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn742\",\r\n \"fqdn\": \"dn742.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/publicIPAddresses/pip4993\",\r\n \"etag\": \"W/\\\"5519e575-7cb2-443f-a979-588d113a3f21\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bbc8d055-b1b7-46bf-816d-9d13a490bf78\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7472\",\r\n \"fqdn\": \"dn7472.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/publicIPAddresses/pip376?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMzc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/publicIPAddresses/pip4993?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26a8f1bd-1285-4d3c-b357-23437399bf39" + "1b29f229-9717-4409-99bc-02cf619521eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a81fab4c-cc1a-456e-87fb-e0e6e133f023\"" + "W/\"5519e575-7cb2-443f-a979-588d113a3f21\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "480cb8bc-6b60-46af-b984-8ac6b9104a6f" + "744e91f2-d6ff-478c-a7fc-c690975aa9b8" ], "x-ms-correlation-request-id": [ - "128948e4-1095-4e13-a9e2-b0ed1c5825d6" + "f285ef8b-67db-4f6c-8f98-84f6ae1aeea3" ], "x-ms-arm-service-request-id": [ - "27484de4-4edb-49c5-88c3-a3d66593a4b5" + "7d28e1b1-07c1-492a-9c61-c7de1049590e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143504Z:128948e4-1095-4e13-a9e2-b0ed1c5825d6" + "EASTUS2:20211117T103735Z:f285ef8b-67db-4f6c-8f98-84f6ae1aeea3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:03 GMT" - ], "Content-Length": [ - "765" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip376\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/publicIPAddresses/pip376\",\r\n \"etag\": \"W/\\\"a81fab4c-cc1a-456e-87fb-e0e6e133f023\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4223f22c-a0e1-4904-90a4-9d8a09b737f7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn742\",\r\n \"fqdn\": \"dn742.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/publicIPAddresses/pip4993\",\r\n \"etag\": \"W/\\\"5519e575-7cb2-443f-a979-588d113a3f21\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bbc8d055-b1b7-46bf-816d-9d13a490bf78\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7472\",\r\n \"fqdn\": \"dn7472.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNTY5MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgzMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7663\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7810\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6406b11b-92a6-4a92-8a57-f8bd97045c85" + "6745aa9b-beaa-4216-97ad-d6642e4ade44" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +829,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:38 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "676ec931-1cbf-4a59-9a28-a7aeccda7453" + "cc1cb20b-2e4b-4a1f-a9b4-7364f1ad1bfe" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/676ec931-1cbf-4a59-9a28-a7aeccda7453?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cc1cb20b-2e4b-4a1f-a9b4-7364f1ad1bfe?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3f1c5ec7-22e6-4ffd-a5bb-a3b0367701f5" + "87b94ddb-9d32-4d27-8773-de2268bfb0ab" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7d18f472-0a42-4878-aa00-51dcc6df11de" + "eb8af8d3-3156-4535-8725-ac0c3ec8e272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143508Z:3f1c5ec7-22e6-4ffd-a5bb-a3b0367701f5" + "EASTUS2:20211117T103739Z:87b94ddb-9d32-4d27-8773-de2268bfb0ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:08 GMT" - ], "Content-Length": [ - "1319" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5691\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691\",\r\n \"etag\": \"W/\\\"6bf48cc7-dca9-419d-aadd-d20ef8f94076\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d63733ff-3935-46fb-b66c-e52f90e2e8ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663\",\r\n \"etag\": \"W/\\\"6bf48cc7-dca9-419d-aadd-d20ef8f94076\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338\",\r\n \"etag\": \"W/\\\"70c8f85c-8d3a-4e34-a1ad-ede069512aec\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"458d763a-c8c8-49cd-b65d-6bb7bd7fd405\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810\",\r\n \"etag\": \"W/\\\"70c8f85c-8d3a-4e34-a1ad-ede069512aec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/676ec931-1cbf-4a59-9a28-a7aeccda7453?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY3NmVjOTMxLTFjYmYtNGE1OS05YTI4LWE3YWVjY2RhNzQ1Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cc1cb20b-2e4b-4a1f-a9b4-7364f1ad1bfe?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NjMWNiMjBiLTJlNGItNGExZi1hOWI0LTczNjRmMWFkMWJmZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dc555918-8e33-4a85-8866-39b8ef0919df" + "a0d68e5a-c180-4889-8780-aa1c0eb79290" ], "x-ms-correlation-request-id": [ - "b19b956d-11b2-4407-af80-f15ce7c8f042" + "a094755f-bdcd-4cb1-9271-db0000e34a90" ], "x-ms-arm-service-request-id": [ - "be02ab5d-d912-4244-ae61-4e7e5d56bcbc" + "ce4bc4b0-4342-4c40-bc97-9f9fae46375f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143511Z:b19b956d-11b2-4407-af80-f15ce7c8f042" + "EASTUS2:20211117T103742Z:a094755f-bdcd-4cb1-9271-db0000e34a90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:11 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNTY5MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgzMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"89fc1a36-e216-403d-878b-ab778ed95a84\"" + "W/\"48c1ab76-647e-46db-b69d-9f6a88354b03\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d655ab89-adfe-4265-8b41-8841ba1219a3" + "2167230c-c16e-435f-9b55-677134c81ff9" ], "x-ms-correlation-request-id": [ - "40666e25-1ae4-490f-a7f7-4f7b13695ec3" + "e99b282f-49f1-4173-bfad-b072583a4347" ], "x-ms-arm-service-request-id": [ - "6c0db40e-8561-447c-a00b-e911a987c9d2" + "18e948de-177a-4a81-8e55-1cb1498b5aa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143511Z:40666e25-1ae4-490f-a7f7-4f7b13695ec3" + "EASTUS2:20211117T103742Z:e99b282f-49f1-4173-bfad-b072583a4347" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:11 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5691\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691\",\r\n \"etag\": \"W/\\\"89fc1a36-e216-403d-878b-ab778ed95a84\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d63733ff-3935-46fb-b66c-e52f90e2e8ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663\",\r\n \"etag\": \"W/\\\"89fc1a36-e216-403d-878b-ab778ed95a84\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338\",\r\n \"etag\": \"W/\\\"48c1ab76-647e-46db-b69d-9f6a88354b03\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"458d763a-c8c8-49cd-b65d-6bb7bd7fd405\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810\",\r\n \"etag\": \"W/\\\"48c1ab76-647e-46db-b69d-9f6a88354b03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNTY5MS9zdWJuZXRzL3NuNzY2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgzMzgvc3VibmV0cy9zbjc4MTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a6dc62c-c19e-4ddc-af66-63efdda6888c" + "3f0e2b4d-9285-4def-8e28-01d8e656c2c9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"89fc1a36-e216-403d-878b-ab778ed95a84\"" + "W/\"48c1ab76-647e-46db-b69d-9f6a88354b03\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "16f428a5-cd13-42a0-adc2-b1bd2649e3ce" + "11d4890c-3e1a-44fb-912a-06463a1a64ac" ], "x-ms-correlation-request-id": [ - "b2828655-1bcb-4d4d-8623-d1af80b5012a" + "4dcee252-e91f-4c34-b15a-7124a5478602" ], "x-ms-arm-service-request-id": [ - "abb86607-d69a-4fb8-b237-40ee8c3ec78f" + "dea46c2a-095b-4b18-a68b-881a13165a9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143512Z:b2828655-1bcb-4d4d-8623-d1af80b5012a" + "EASTUS2:20211117T103742Z:4dcee252-e91f-4c34-b15a-7124a5478602" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:11 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,75 +1074,75 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663\",\r\n \"etag\": \"W/\\\"89fc1a36-e216-403d-878b-ab778ed95a84\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810\",\r\n \"etag\": \"W/\\\"48c1ab76-647e-46db-b69d-9f6a88354b03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663\"\r\n }\r\n },\r\n \"name\": \"ip5185\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810\"\r\n }\r\n },\r\n \"name\": \"ip5686\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4b28fb0-cb0a-4cb1-936b-327982024d1d" + "3a69bb9b-0635-4182-bd33-170b9f948313" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9a85a371-4091-4e38-ab82-f1a3afb7fbd3" + "032cd8bf-04d6-4f29-97d3-5077d437b31d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9a85a371-4091-4e38-ab82-f1a3afb7fbd3?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/032cd8bf-04d6-4f29-97d3-5077d437b31d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a4cd6e28-b556-4758-886f-78f682601cfb" + "39bc0634-31c7-4893-bf2f-0bd61c4a2bd9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7eab8aa8-110b-4e40-8833-3f8bacf25d67" + "524077c2-68b0-4e68-8d21-fb12a02728c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143517Z:a4cd6e28-b556-4758-886f-78f682601cfb" + "EASTUS2:20211117T103747Z:39bc0634-31c7-4893-bf2f-0bd61c4a2bd9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:17 GMT" - ], "Content-Length": [ "1628" ], @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9430\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\",\r\n \"etag\": \"W/\\\"bfa14540-652c-47d1-ae9e-1647f77f40e5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"640c7d85-78e7-466c-981f-59e5325b8ff2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430/ipConfigurations/ip5185\",\r\n \"etag\": \"W/\\\"bfa14540-652c-47d1-ae9e-1647f77f40e5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663\"\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\": \"52ztpvrvhh3unntm2uxzbyxi3c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\",\r\n \"etag\": \"W/\\\"02413b0e-ee00-493d-9b01-1a66f874b873\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a7f0ff1-cc8f-4959-9b9a-46fed90ceb1d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862/ipConfigurations/ip5686\",\r\n \"etag\": \"W/\\\"02413b0e-ee00-493d-9b01-1a66f874b873\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810\"\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\": \"hj1i0roizdgutns3no11054uaf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bfa14540-652c-47d1-ae9e-1647f77f40e5\"" + "W/\"02413b0e-ee00-493d-9b01-1a66f874b873\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "15707d83-ab7d-4b94-af85-d33a8b09092a" + "c540ba84-194f-428c-a1fd-fe97b0365622" ], "x-ms-correlation-request-id": [ - "5085c12e-e62e-45ff-8efa-83fc7d2948e6" + "aa800ff7-121c-4a95-b95e-2c8ec7032214" ], "x-ms-arm-service-request-id": [ - "2eb9bdb7-2c1b-4b1b-b9ac-712931d2ac4f" + "a0c6ead3-6e43-4a62-a576-bc3b77f05c91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143518Z:5085c12e-e62e-45ff-8efa-83fc7d2948e6" + "EASTUS2:20211117T103747Z:aa800ff7-121c-4a95-b95e-2c8ec7032214" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:17 GMT" - ], "Content-Length": [ "1628" ], @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9430\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\",\r\n \"etag\": \"W/\\\"bfa14540-652c-47d1-ae9e-1647f77f40e5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"640c7d85-78e7-466c-981f-59e5325b8ff2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430/ipConfigurations/ip5185\",\r\n \"etag\": \"W/\\\"bfa14540-652c-47d1-ae9e-1647f77f40e5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663\"\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\": \"52ztpvrvhh3unntm2uxzbyxi3c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\",\r\n \"etag\": \"W/\\\"02413b0e-ee00-493d-9b01-1a66f874b873\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a7f0ff1-cc8f-4959-9b9a-46fed90ceb1d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862/ipConfigurations/ip5686\",\r\n \"etag\": \"W/\\\"02413b0e-ee00-493d-9b01-1a66f874b873\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810\"\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\": \"hj1i0roizdgutns3no11054uaf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c77bb15e-4a41-4a92-a5ef-67091af4d099" + "f4850ad5-3483-4163-a747-15a2da7e2142" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1243,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bfa14540-652c-47d1-ae9e-1647f77f40e5\"" + "W/\"02413b0e-ee00-493d-9b01-1a66f874b873\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f5976beb-0fe2-40e7-9fdf-2db55954b62c" + "9c53d76b-c611-49d6-8ae4-ab527a901ec9" ], "x-ms-correlation-request-id": [ - "67a42d50-5c52-4b47-9830-6f19e8717d05" + "3bdaef47-6fc6-4c0e-ba48-76156e50f275" ], "x-ms-arm-service-request-id": [ - "4ee9ea05-12af-4187-983a-9bfd7c50014a" + "99abf6be-ef87-40b1-bb4e-efe23cb2fbe9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143518Z:67a42d50-5c52-4b47-9830-6f19e8717d05" + "EASTUS2:20211117T103747Z:3bdaef47-6fc6-4c0e-ba48-76156e50f275" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:17 GMT" - ], "Content-Length": [ "1628" ], @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9430\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\",\r\n \"etag\": \"W/\\\"bfa14540-652c-47d1-ae9e-1647f77f40e5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"640c7d85-78e7-466c-981f-59e5325b8ff2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430/ipConfigurations/ip5185\",\r\n \"etag\": \"W/\\\"bfa14540-652c-47d1-ae9e-1647f77f40e5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/virtualNetworks/vn5691/subnets/sn7663\"\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\": \"52ztpvrvhh3unntm2uxzbyxi3c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\",\r\n \"etag\": \"W/\\\"02413b0e-ee00-493d-9b01-1a66f874b873\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a7f0ff1-cc8f-4959-9b9a-46fed90ceb1d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862/ipConfigurations/ip5686\",\r\n \"etag\": \"W/\\\"02413b0e-ee00-493d-9b01-1a66f874b873\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/virtualNetworks/vn8338/subnets/sn7810\"\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\": \"hj1i0roizdgutns3no11054uaf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/as9062?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczkwNjI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/as5416?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1NDE2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f4d1ea7b-4011-4802-954d-b73a47432ee3" + "1a158707-d2f2-4290-accd-afcd0eaff532" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1319,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:37:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], @@ -1266,29 +1336,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "73e60096-054c-4e03-9a32-2dafb41ada3e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ee2c5ab5-2287-48b4-a924-95b8963ae609" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "53e7a136-978a-41ac-9d04-b3b050c1d4d6" + "b96f4b70-c86b-4020-a937-bf4e782031e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143527Z:53e7a136-978a-41ac-9d04-b3b050c1d4d6" + "EASTUS2:20211117T103756Z:b96f4b70-c86b-4020-a937-bf4e782031e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:26 GMT" - ], "Content-Length": [ - "443" + "444" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,46 +1360,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as9062\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/as9062\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as5416\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/as5416\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzE4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"<AutoLogon><Enabled>true</Enabled><LogonCount>5</LogonCount><Username>Foo12</Username><Password><Value>[PLACEHOLDEr1]</Value><PlainText>true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/as9062\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"<AutoLogon><Enabled>true</Enabled><LogonCount>5</LogonCount><Username>Foo12</Username><Password><Value>[PLACEHOLDEr1]</Value><PlainText>true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/as5416\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bbf59671-e0b6-4223-9385-fe0293b9dd23" + "ebc7f94a-83f9-4a22-80ed-04d5e684834c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1838" + "1839" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:38:01 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e2d900be-9d96-405d-9b47-4723cbaa7dc7?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6e14dee-2a52-4345-badc-fcd6b6b06924?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1418,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2d900be-9d96-405d-9b47-4723cbaa7dc7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b6e14dee-2a52-4345-badc-fcd6b6b06924" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "7ef76d28-2dfd-49cd-afb6-35da256a8062" + "466b436b-b829-432d-abb2-47204da3f015" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143532Z:7ef76d28-2dfd-49cd-afb6-35da256a8062" + "EASTUS2:20211117T103801Z:466b436b-b829-432d-abb2-47204da3f015" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:31 GMT" - ], "Content-Length": [ - "2242" + "2244" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,71 +1442,71 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"910be94b-180b-4b23-8436-50a9279cb8f5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/AS9062\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6154\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63cce026-c6b0-4b77-84ec-cba5568cf15a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/AS5416\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzE4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/AS9062\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/AS5416\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0620e2c5-1d79-4e33-af74-6ccf7a256d91" + "3ef1c7eb-7a0d-4373-b064-b994ebe59429" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1980" + "1981" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:41:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1192" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "22bd45f4-d9a2-4cb5-ad1e-5ee3ab5c5541" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f82457cd-8ff0-423f-bc10-38c0717c0070" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "093f2d5a-b1c5-416b-bf36-e92146d67711" + "345cac26-aa59-49e8-b200-c28ad0d84ccf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143911Z:093f2d5a-b1c5-416b-bf36-e92146d67711" + "EASTUS2:20211117T104137Z:345cac26-aa59-49e8-b200-c28ad0d84ccf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:11 GMT" - ], "Content-Length": [ - "2270" + "2272" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1452,60 +1515,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"910be94b-180b-4b23-8436-50a9279cb8f5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/AS9062\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6154\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63cce026-c6b0-4b77-84ec-cba5568cf15a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/AS5416\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e2d900be-9d96-405d-9b47-4723cbaa7dc7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UyZDkwMGJlLTlkOTYtNDA1ZC05YjQ3LTQ3MjNjYmFhN2RjNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6e14dee-2a52-4345-badc-fcd6b6b06924?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2ZTE0ZGVlLTJhNTItNDM0NS1iYWRjLWZjZDZiNmIwNjkyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:38:11 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d0b88762-e62e-4411-8d53-ed24c140f7c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8ecf0b97-db56-4608-bf2d-2125f46bbd35" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-correlation-request-id": [ - "3a7052ac-391c-463b-a5dc-15ba2b7006f2" + "f56900e7-76b5-4baf-95e8-df089cf5d516" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143542Z:3a7052ac-391c-463b-a5dc-15ba2b7006f2" + "EASTUS2:20211117T103812Z:f56900e7-76b5-4baf-95e8-df089cf5d516" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:35:42 GMT" - ], "Content-Length": [ "134" ], @@ -1516,57 +1579,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:35:30.2854742+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e2d900be-9d96-405d-9b47-4723cbaa7dc7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:37:59.7390524+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6e14dee-2a52-4345-badc-fcd6b6b06924\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e2d900be-9d96-405d-9b47-4723cbaa7dc7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UyZDkwMGJlLTlkOTYtNDA1ZC05YjQ3LTQ3MjNjYmFhN2RjNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6e14dee-2a52-4345-badc-fcd6b6b06924?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2ZTE0ZGVlLTJhNTItNDM0NS1iYWRjLWZjZDZiNmIwNjkyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:39:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac171c38-41e0-4f35-8e80-3e2814cd8e52" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c8d7edea-9fca-43ac-ac54-43797a865733" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-correlation-request-id": [ - "2b3f65f4-3ebd-4646-b111-e293fb7d202d" + "43e2b20d-ef28-4125-81d9-24f927a2c01c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143633Z:2b3f65f4-3ebd-4646-b111-e293fb7d202d" + "EASTUS2:20211117T103902Z:43e2b20d-ef28-4125-81d9-24f927a2c01c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:36:32 GMT" - ], "Content-Length": [ "134" ], @@ -1577,57 +1640,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:35:30.2854742+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e2d900be-9d96-405d-9b47-4723cbaa7dc7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:37:59.7390524+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6e14dee-2a52-4345-badc-fcd6b6b06924\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e2d900be-9d96-405d-9b47-4723cbaa7dc7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UyZDkwMGJlLTlkOTYtNDA1ZC05YjQ3LTQ3MjNjYmFhN2RjNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6e14dee-2a52-4345-badc-fcd6b6b06924?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2ZTE0ZGVlLTJhNTItNDM0NS1iYWRjLWZjZDZiNmIwNjkyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:39:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7098c4e9-b74a-4892-8070-b311e3d56f6a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eda43ae2-e1a0-48e2-8e25-c577cac038bd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-correlation-request-id": [ - "85743bb4-7926-4227-be18-d338d77469f4" + "ae28803c-55a4-46d0-8ba9-1c9cc61638a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143724Z:85743bb4-7926-4227-be18-d338d77469f4" + "EASTUS2:20211117T103952Z:ae28803c-55a4-46d0-8ba9-1c9cc61638a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:37:23 GMT" - ], "Content-Length": [ "134" ], @@ -1638,57 +1701,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:35:30.2854742+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e2d900be-9d96-405d-9b47-4723cbaa7dc7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:37:59.7390524+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6e14dee-2a52-4345-badc-fcd6b6b06924\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e2d900be-9d96-405d-9b47-4723cbaa7dc7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UyZDkwMGJlLTlkOTYtNDA1ZC05YjQ3LTQ3MjNjYmFhN2RjNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6e14dee-2a52-4345-badc-fcd6b6b06924?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2ZTE0ZGVlLTJhNTItNDM0NS1iYWRjLWZjZDZiNmIwNjkyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:40:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d17fccec-a0ed-4c0b-9510-d12df3916f73" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e13f408f-7f5d-4db8-a611-aee766f3b1b1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-correlation-request-id": [ - "377323c5-6eb5-4915-9347-32ffceea6a19" + "6e603526-ebe7-48ec-b981-2d6102c38ec4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143814Z:377323c5-6eb5-4915-9347-32ffceea6a19" + "EASTUS2:20211117T104042Z:6e603526-ebe7-48ec-b981-2d6102c38ec4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:38:14 GMT" - ], "Content-Length": [ "134" ], @@ -1699,57 +1762,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:35:30.2854742+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e2d900be-9d96-405d-9b47-4723cbaa7dc7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:37:59.7390524+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6e14dee-2a52-4345-badc-fcd6b6b06924\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e2d900be-9d96-405d-9b47-4723cbaa7dc7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UyZDkwMGJlLTlkOTYtNDA1ZC05YjQ3LTQ3MjNjYmFhN2RjNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6e14dee-2a52-4345-badc-fcd6b6b06924?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2ZTE0ZGVlLTJhNTItNDM0NS1iYWRjLWZjZDZiNmIwNjkyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:41:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7075eba-72b0-458d-b8a3-d401a48cd986" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8c5125f0-8bd4-4311-bb37-092e9e4888f1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11995" ], "x-ms-correlation-request-id": [ - "e77a0dbb-dc5c-45c9-ab26-c3183e83f3de" + "03b35883-a0c4-4854-85c6-6d32f3d33f2d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143904Z:e77a0dbb-dc5c-45c9-ab26-c3183e83f3de" + "EASTUS2:20211117T104133Z:03b35883-a0c4-4854-85c6-6d32f3d33f2d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:03 GMT" - ], "Content-Length": [ "184" ], @@ -1760,59 +1823,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:35:30.2854742+00:00\",\r\n \"endTime\": \"2021-06-29T14:38:19.5523692+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e2d900be-9d96-405d-9b47-4723cbaa7dc7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:37:59.7390524+00:00\",\r\n \"endTime\": \"2021-11-17T10:41:03.2858736+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b6e14dee-2a52-4345-badc-fcd6b6b06924\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzE4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:41:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31974" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7f65b0d1-4a7b-4f19-8a44-9fc0bda3594b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "680710ee-1d99-473f-9a87-2ee519b56c59" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-correlation-request-id": [ - "2f43f908-6f91-42b3-b2c7-6410f4b8e9b9" + "b88a8928-93c2-43fb-b0a4-5bc89d9042c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143905Z:2f43f908-6f91-42b3-b2c7-6410f4b8e9b9" + "EASTUS2:20211117T104133Z:b88a8928-93c2-43fb-b0a4-5bc89d9042c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:04 GMT" - ], "Content-Length": [ - "2271" + "2273" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1821,65 +1884,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"910be94b-180b-4b23-8436-50a9279cb8f5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/AS9062\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6154\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63cce026-c6b0-4b77-84ec-cba5568cf15a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/AS5416\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzE4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57d41208-c343-45a2-831c-9e4f82abf664" + "e69da2c2-1128-4b82-a612-8556018abe7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:41:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31973" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5decbfa8-bb27-4266-a987-f65550c8339a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "42d65a1b-9ad7-4b0f-991e-c5ff47845e86" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-correlation-request-id": [ - "ef8a91a2-358f-47f6-8742-a53a4230684e" + "52ae0e59-e4d7-4082-a84f-a4d8e6a70f30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143905Z:ef8a91a2-358f-47f6-8742-a53a4230684e" + "EASTUS2:20211117T104133Z:52ae0e59-e4d7-4082-a84f-a4d8e6a70f30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:04 GMT" - ], "Content-Length": [ - "2271" + "2273" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1888,59 +1951,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"910be94b-180b-4b23-8436-50a9279cb8f5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/AS9062\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6154\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63cce026-c6b0-4b77-84ec-cba5568cf15a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/AS5416\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzE4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:42:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31970" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4c9c284-3ef5-4977-855b-7a5f9e0dd100" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f3ac90a-c809-4736-9760-ed2637e14de6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11991" ], "x-ms-correlation-request-id": [ - "3b17a06e-0970-434c-a73f-e598ab9f9919" + "02541ed8-8726-4458-a1a9-9f4a43ea8543" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143942Z:3b17a06e-0970-434c-a73f-e598ab9f9919" + "EASTUS2:20211117T104207Z:02541ed8-8726-4458-a1a9-9f4a43ea8543" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:42 GMT" - ], "Content-Length": [ - "2271" + "2273" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1949,65 +2012,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"910be94b-180b-4b23-8436-50a9279cb8f5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/AS9062\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6154\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63cce026-c6b0-4b77-84ec-cba5568cf15a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/AS5416\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzE4Nz8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNTQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b596f5cf-ddc3-423b-b695-e9ddc5297ba9" + "70059d91-53a3-4466-b78f-5bdcc7557f43" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:41:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31972" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d2cb8fb-5302-4797-bfaf-c8bba3a40c17" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "726efbd1-f72f-454f-b979-0fee9063d3fc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-correlation-request-id": [ - "698b8b36-d7f7-41fc-8d30-6b81e617c4b5" + "107aec8c-8760-44c8-befe-f52ea658593a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143905Z:698b8b36-d7f7-41fc-8d30-6b81e617c4b5" + "EASTUS2:20211117T104134Z:107aec8c-8760-44c8-befe-f52ea658593a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:04 GMT" - ], "Content-Length": [ - "3503" + "3504" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2016,43 +2079,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"910be94b-180b-4b23-8436-50a9279cb8f5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/availabilitySets/AS9062\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3461.blob.core.windows.net/crptestar246/oscrptestar9958.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Network/networkInterfaces/nic9430\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-29T14:39:05+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:35:30.5667846+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:38:19.5367455+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6154\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63cce026-c6b0-4b77-84ec-cba5568cf15a\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/availabilitySets/AS5416\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar374.blob.core.windows.net/crptestar9518/oscrptestar2099.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Network/networkInterfaces/nic862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T10:41:33+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T10:38:00.270343+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T10:41:03.2546162+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar100/providers/Microsoft.Compute/virtualMachines/vm7187?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEwMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzE4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8700/providers/Microsoft.Compute/virtualMachines/vm6154?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ee5f404-f293-438f-9905-56aa263f3861" + "3d7cc733-c788-4089-ab00-5473080f60bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:42:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/691caf48-e9b1-4f6f-bc64-b38f96b7fa2b?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e91b735-8fac-46b0-8bb3-0518916da61c?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/691caf48-e9b1-4f6f-bc64-b38f96b7fa2b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e91b735-8fac-46b0-8bb3-0518916da61c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2064,53 +2134,46 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "691caf48-e9b1-4f6f-bc64-b38f96b7fa2b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8e91b735-8fac-46b0-8bb3-0518916da61c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "2c4043ba-0fa1-452e-bf04-80091e980c74" + "8dbe3fd7-2b93-4e7e-b3f0-a670b0bd8b64" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143942Z:2c4043ba-0fa1-452e-bf04-80091e980c74" + "EASTUS2:20211117T104208Z:8dbe3fd7-2b93-4e7e-b3f0-a670b0bd8b64" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar100?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEwMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8700?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b2da74c-676b-4fec-8a9d-c9c840a0738b" + "4e7e8651-663c-48ab-a27a-579c7fdae4ec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2118,11 +2181,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:42:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2131,13 +2197,13 @@ "14999" ], "x-ms-request-id": [ - "44516e23-358f-49e7-a458-5e423b800169" + "d0006b48-f506-4089-a41d-aeee2625113e" ], "x-ms-correlation-request-id": [ - "44516e23-358f-49e7-a458-5e423b800169" + "d0006b48-f506-4089-a41d-aeee2625113e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143947Z:44516e23-358f-49e7-a458-5e423b800169" + "EASTUS2:20211117T104213Z:d0006b48-f506-4089-a41d-aeee2625113e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2145,29 +2211,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:39:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2175,11 +2238,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:42:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2188,13 +2254,13 @@ "11999" ], "x-ms-request-id": [ - "e8d0afe0-9db9-4348-b5c9-b562867341ab" + "b3bf7fc9-2b7c-4196-818b-c1c9517371a1" ], "x-ms-correlation-request-id": [ - "e8d0afe0-9db9-4348-b5c9-b562867341ab" + "b3bf7fc9-2b7c-4196-818b-c1c9517371a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144002Z:e8d0afe0-9db9-4348-b5c9-b562867341ab" + "EASTUS2:20211117T104228Z:b3bf7fc9-2b7c-4196-818b-c1c9517371a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2202,29 +2268,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:40:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2232,11 +2295,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:42:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2245,13 +2311,13 @@ "11998" ], "x-ms-request-id": [ - "bba2b966-f72d-4c2e-9ca8-27c6c65f7dc5" + "4f1e350a-4f49-4dc5-b950-f8ebe942d50c" ], "x-ms-correlation-request-id": [ - "bba2b966-f72d-4c2e-9ca8-27c6c65f7dc5" + "4f1e350a-4f49-4dc5-b950-f8ebe942d50c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144018Z:bba2b966-f72d-4c2e-9ca8-27c6c65f7dc5" + "EASTUS2:20211117T104244Z:4f1e350a-4f49-4dc5-b950-f8ebe942d50c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2259,29 +2325,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:40:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2289,11 +2352,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:42:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2302,13 +2368,13 @@ "11997" ], "x-ms-request-id": [ - "1f1dce58-c200-4b68-b8dc-975ce0f97d45" + "f7e3c52c-ffa3-49b9-a328-10fe3c2a6918" ], "x-ms-correlation-request-id": [ - "1f1dce58-c200-4b68-b8dc-975ce0f97d45" + "f7e3c52c-ffa3-49b9-a328-10fe3c2a6918" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144033Z:1f1dce58-c200-4b68-b8dc-975ce0f97d45" + "EASTUS2:20211117T104259Z:f7e3c52c-ffa3-49b9-a328-10fe3c2a6918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2316,29 +2382,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:40:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2346,11 +2409,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:43:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2359,13 +2425,13 @@ "11996" ], "x-ms-request-id": [ - "3bceb82e-6057-4a8e-bd49-f28528b7febd" + "689d3a05-7762-4a3e-84af-bee1bbbf1743" ], "x-ms-correlation-request-id": [ - "3bceb82e-6057-4a8e-bd49-f28528b7febd" + "689d3a05-7762-4a3e-84af-bee1bbbf1743" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144049Z:3bceb82e-6057-4a8e-bd49-f28528b7febd" + "EASTUS2:20211117T104315Z:689d3a05-7762-4a3e-84af-bee1bbbf1743" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2373,29 +2439,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:40:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2403,11 +2466,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:43:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2416,13 +2482,13 @@ "11995" ], "x-ms-request-id": [ - "59ad92d8-7189-4847-bf71-baaa83f359eb" + "7a026cfe-5bf5-4bc8-a756-5b8c81e54399" ], "x-ms-correlation-request-id": [ - "59ad92d8-7189-4847-bf71-baaa83f359eb" + "7a026cfe-5bf5-4bc8-a756-5b8c81e54399" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144104Z:59ad92d8-7189-4847-bf71-baaa83f359eb" + "EASTUS2:20211117T104330Z:7a026cfe-5bf5-4bc8-a756-5b8c81e54399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,29 +2496,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:41:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2460,11 +2523,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:43:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2473,13 +2539,13 @@ "11994" ], "x-ms-request-id": [ - "2554ce72-ce67-47fc-bc12-5841fa07d0d6" + "76a9f06f-c217-45ce-89c2-8dee470ae95e" ], "x-ms-correlation-request-id": [ - "2554ce72-ce67-47fc-bc12-5841fa07d0d6" + "76a9f06f-c217-45ce-89c2-8dee470ae95e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144120Z:2554ce72-ce67-47fc-bc12-5841fa07d0d6" + "EASTUS2:20211117T104345Z:76a9f06f-c217-45ce-89c2-8dee470ae95e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2487,29 +2553,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:41:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2517,20 +2580,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:44:01 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "c690e8d6-98f9-42bf-a4ef-6aa4ef0a284e" + "9292b39d-8a49-4d25-86ba-d1805a051bbf" ], "x-ms-correlation-request-id": [ - "c690e8d6-98f9-42bf-a4ef-6aa4ef0a284e" + "9292b39d-8a49-4d25-86ba-d1805a051bbf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144135Z:c690e8d6-98f9-42bf-a4ef-6aa4ef0a284e" + "EASTUS2:20211117T104401Z:9292b39d-8a49-4d25-86ba-d1805a051bbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2538,29 +2610,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:41:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMDAtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TURBdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2568,20 +2637,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:44:16 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-request-id": [ - "ef1ce3ed-bc39-49e5-90cd-3bd261bbd9e9" + "bbb528cf-3f52-4f69-8189-07b296959ba3" ], "x-ms-correlation-request-id": [ - "ef1ce3ed-bc39-49e5-90cd-3bd261bbd9e9" + "bbb528cf-3f52-4f69-8189-07b296959ba3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144136Z:ef1ce3ed-bc39-49e5-90cd-3bd261bbd9e9" + "EASTUS2:20211117T104416Z:bbb528cf-3f52-4f69-8189-07b296959ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2589,14 +2667,512 @@ "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:44:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "75a0e50c-daf3-4764-897f-c205cb46ae31" + ], + "x-ms-correlation-request-id": [ + "75a0e50c-daf3-4764-897f-c205cb46ae31" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104432Z:75a0e50c-daf3-4764-897f-c205cb46ae31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:44:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "733a6be9-974c-4610-91b6-6bdcab10e0b0" + ], + "x-ms-correlation-request-id": [ + "733a6be9-974c-4610-91b6-6bdcab10e0b0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104447Z:733a6be9-974c-4610-91b6-6bdcab10e0b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:45:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "3ea037dd-2f4d-4697-8152-5a15afa23332" + ], + "x-ms-correlation-request-id": [ + "3ea037dd-2f4d-4697-8152-5a15afa23332" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104503Z:3ea037dd-2f4d-4697-8152-5a15afa23332" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:45:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "b2ff6fb9-6443-4472-831c-6895fbd123ae" + ], + "x-ms-correlation-request-id": [ + "b2ff6fb9-6443-4472-831c-6895fbd123ae" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104518Z:b2ff6fb9-6443-4472-831c-6895fbd123ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:45:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "6681a226-393b-438d-825c-8e15a8e8d302" + ], + "x-ms-correlation-request-id": [ + "6681a226-393b-438d-825c-8e15a8e8d302" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104534Z:6681a226-393b-438d-825c-8e15a8e8d302" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:45:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "4383704e-11ab-41ec-865a-971f23a174af" + ], + "x-ms-correlation-request-id": [ + "4383704e-11ab-41ec-865a-971f23a174af" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104549Z:4383704e-11ab-41ec-865a-971f23a174af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:46:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "1ae73aa3-76c3-40c8-b986-5c36027ad798" + ], + "x-ms-correlation-request-id": [ + "1ae73aa3-76c3-40c8-b986-5c36027ad798" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104605Z:1ae73aa3-76c3-40c8-b986-5c36027ad798" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 14:41:35 GMT" + "Wed, 17 Nov 2021 10:46:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "9095bf34-a669-4c82-98bc-f6ef504946b8" + ], + "x-ms-correlation-request-id": [ + "9095bf34-a669-4c82-98bc-f6ef504946b8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104620Z:9095bf34-a669-4c82-98bc-f6ef504946b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:46:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "eaa202d0-abe5-4408-9376-73f983c42fe3" + ], + "x-ms-correlation-request-id": [ + "eaa202d0-abe5-4408-9376-73f983c42fe3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T104620Z:eaa202d0-abe5-4408-9376-73f983c42fe3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2605,30 +3181,30 @@ ], "Names": { "StartPatchSettingTest": [ - "crptestar100" + "crptestar8700" ], "TestVMWithOSProfile": [ - "crptestar3461", - "as9062" + "crptestar374", + "as5416" ], "CreatePublicIP": [ - "pip376", - "dn742" + "pip4993", + "dn7472" ], "CreateVNET": [ - "vn5691", - "sn7663" + "vn8338", + "sn7810" ], "CreateNIC": [ - "nic9430", - "ip5185" + "nic862", + "ip5686" ], "CreateDefaultVMInput": [ - "crptestar246", - "crptestar421", - "crptestar9958", - "vm7187", - "Microsoft.Compute/virtualMachines7999" + "crptestar9518", + "crptestar2136", + "crptestar2099", + "vm6154", + "Microsoft.Compute/virtualMachines9664" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfManual.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfManual.json index 8242a4e14a0fe..62fe204247485 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfManual.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValueOfManual.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "813b8c4c-40e5-4268-a5a5-6bc54f638a64" + "00bcdd3f-cb82-49e8-9742-7735cd6951cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:46:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "d832061c-d294-4bfb-b65f-e2aaa94bd048" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "042e92e1-be75-460f-86b2-7b8f56248ac6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "11b8bb80-11c8-49fc-9a86-06c7db0c3214" + "2f7ab934-b367-45b2-8977-d86787ef8535" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144137Z:11b8bb80-11c8-49fc-9a86-06c7db0c3214" + "EASTUS2:20211117T104623Z:2f7ab934-b367-45b2-8977-d86787ef8535" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:41:36 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8488?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0ODg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1845?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4NDU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8488\": \"2021-06-29 14:41:37Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1845\": \"2021-11-17 10:46:23Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "13fafdb1-fde7-4d29-98a0-af335f0e0934" + "7c4422a4-cefe-4224-a912-505d15e89ee2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:46:25 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "ae8037ff-100e-4a5c-b031-4b37994da5e8" + "46c95748-1deb-47e6-b73b-45e11e63f109" ], "x-ms-correlation-request-id": [ - "ae8037ff-100e-4a5c-b031-4b37994da5e8" + "46c95748-1deb-47e6-b73b-45e11e63f109" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144140Z:ae8037ff-100e-4a5c-b031-4b37994da5e8" + "EASTUS2:20211117T104625Z:46c95748-1deb-47e6-b73b-45e11e63f109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:41:39 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488\",\r\n \"name\": \"crptestar8488\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8488\": \"2021-06-29 14:41:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845\",\r\n \"name\": \"crptestar1845\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1845\": \"2021-11-17 10:46:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8488?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0ODg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1845?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4NDU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8488\": \"2021-06-29 14:42:18Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1845\": \"2021-11-17 10:47:04Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e8e2753-376d-4f50-8b18-4c34c6961bc0" + "3257a9fb-6e93-478a-b5ab-7bdb5f690305" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "b7f0d5e1-3674-4387-9b6a-78910768bc24" + "aa0c3415-058b-4335-802f-a2da76db0de4" ], "x-ms-correlation-request-id": [ - "b7f0d5e1-3674-4387-9b6a-78910768bc24" + "aa0c3415-058b-4335-802f-a2da76db0de4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144220Z:b7f0d5e1-3674-4387-9b6a-78910768bc24" + "EASTUS2:20211117T104706Z:aa0c3415-058b-4335-802f-a2da76db0de4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:20 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488\",\r\n \"name\": \"crptestar8488\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8488\": \"2021-06-29 14:42:18Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845\",\r\n \"name\": \"crptestar1845\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1845\": \"2021-11-17 10:47:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Storage/storageAccounts/crptestar6817?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2ODE3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Storage/storageAccounts/crptestar8132?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MTMyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b6aef1ee-73cf-43af-baea-4c74613fd6c3" + "409a1748-e763-48d4-9a6d-42971506d30e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:46:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0ebb0227-9178-4382-ba43-8f3733156162?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c1efe403-ed59-48ca-9801-801296918ed0?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0ebb0227-9178-4382-ba43-8f3733156162" + "c1efe403-ed59-48ca-9801-801296918ed0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "af7ef807-f735-471a-8de1-57545e0330b3" + "f57b1131-b413-4c6e-934a-e3807253aad8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144151Z:af7ef807-f735-471a-8de1-57545e0330b3" + "EASTUS2:20211117T104636Z:f57b1131-b413-4c6e-934a-e3807253aad8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:41:50 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0ebb0227-9178-4382-ba43-8f3733156162?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMGViYjAyMjctOTE3OC00MzgyLWJhNDMtOGYzNzMzMTU2MTYyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c1efe403-ed59-48ca-9801-801296918ed0?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzFlZmU0MDMtZWQ1OS00OGNhLTk4MDEtODAxMjk2OTE4ZWQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:46:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e588bf83-4ea2-4afc-a2d7-73cfcf9f43e5" + "23408e30-da87-4a62-bc3f-89ef6de73c54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "c49397de-f610-45a6-aef5-f9d67a500dc0" + "3876f1c6-7753-4266-a678-7ad25b20ec65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144208Z:c49397de-f610-45a6-aef5-f9d67a500dc0" + "EASTUS2:20211117T104653Z:3876f1c6-7753-4266-a678-7ad25b20ec65" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:07 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43265ee2-da16-4463-93de-847b51924af5" + "5a24cc16-c60a-422e-8c34-19996a34fc7e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2918db32-df7b-4a66-9f40-0e83ec33bc47" + "2c9bc392-44b6-453f-9bb3-a0ce515b3919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "40cbaf0d-f85b-4c24-bb7d-e3ee31945c10" + "e5e9f576-a74d-4f02-a9e4-1243107a5999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144218Z:40cbaf0d-f85b-4c24-bb7d-e3ee31945c10" + "EASTUS2:20211117T104704Z:e5e9f576-a74d-4f02-a9e4-1243107a5999" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:17 GMT" - ], "Content-Length": [ "752" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Storage/storageAccounts/crptestar6817\",\r\n \"name\": \"crptestar6817\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:41:47.365377Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6817.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6817.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6817.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6817.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Storage/storageAccounts/crptestar8132\",\r\n \"name\": \"crptestar8132\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:46:33.0718385Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8132.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8132.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8132.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8132.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Storage/storageAccounts/crptestar6817?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2ODE3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Storage/storageAccounts/crptestar8132?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MTMyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae2f7f34-b611-4099-af75-f8bc15ea34cd" + "03a74cf9-3160-4920-b8dd-e7a918dbf79e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a17cb4d9-7a57-428f-a917-f4074e4b69da" + "e6333f82-8102-4b65-9e6e-4d2f98e10419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "7f07690a-0399-4d36-a77f-48d8740323ba" + "43e814f1-9ca9-45a5-8823-2dd3234c53f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144218Z:7f07690a-0399-4d36-a77f-48d8740323ba" + "EASTUS2:20211117T104704Z:43e814f1-9ca9-45a5-8823-2dd3234c53f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:18 GMT" - ], "Content-Length": [ "740" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Storage/storageAccounts/crptestar6817\",\r\n \"name\": \"crptestar6817\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:41:47.365377Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6817.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6817.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6817.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6817.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Storage/storageAccounts/crptestar8132\",\r\n \"name\": \"crptestar8132\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:46:33.0718385Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8132.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8132.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8132.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8132.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/publicIPAddresses/pip7526?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/publicIPAddresses/pip6891?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4OTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8417\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5938\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2e55e65-a33b-4a84-9faf-b1c1c2332ec3" + "5e3e7247-3396-4871-82da-304b6b3eb1a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7d9391fb-73bf-4103-9d8d-6b8657381947" + "87cd0ce9-1ccd-445a-819d-63faa799ff94" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7d9391fb-73bf-4103-9d8d-6b8657381947?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/87cd0ce9-1ccd-445a-819d-63faa799ff94?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "18ed9a95-55ca-47a4-bd7e-5e288ca1e72e" + "1aa47932-25be-44d3-95d5-1690f8cf521f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1ee0bd09-b496-46a6-9010-1a8c71ef7f25" + "493cc28c-12ca-4b87-b3aa-fbe206fec8e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144230Z:18ed9a95-55ca-47a4-bd7e-5e288ca1e72e" + "EASTUS2:20211117T104715Z:1aa47932-25be-44d3-95d5-1690f8cf521f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:29 GMT" - ], "Content-Length": [ "769" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/publicIPAddresses/pip7526\",\r\n \"etag\": \"W/\\\"fe61c233-1109-40d7-a6fd-ea939a04657c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bca71b74-1082-4745-aac8-3a0299cfabe8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8417\",\r\n \"fqdn\": \"dn8417.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6891\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/publicIPAddresses/pip6891\",\r\n \"etag\": \"W/\\\"b5017967-9353-4ee9-ab81-0c5b8e4fac7d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7c354b33-72a6-4973-9d84-fe129e31f4c8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5938\",\r\n \"fqdn\": \"dn5938.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7d9391fb-73bf-4103-9d8d-6b8657381947?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdkOTM5MWZiLTczYmYtNDEwMy05ZDhkLTZiODY1NzM4MTk0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/87cd0ce9-1ccd-445a-819d-63faa799ff94?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3Y2QwY2U5LTFjY2QtNDQ1YS04MTlkLTYzZmFhNzk5ZmY5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "070b8efe-12e8-4e78-b509-3bbe6122fc26" + "4f752610-4aa3-48ab-9b68-c13645904bd3" ], "x-ms-correlation-request-id": [ - "c4ed02fb-6f93-4ce2-b9db-6a5e6055c9e9" + "eca6dde7-7d83-4a36-9567-50b4fb6520b5" ], "x-ms-arm-service-request-id": [ - "b926b997-933d-4940-8583-b9bc375358d2" + "fa7fc98a-5f65-446d-832b-347c6de84e2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144231Z:c4ed02fb-6f93-4ce2-b9db-6a5e6055c9e9" + "EASTUS2:20211117T104717Z:eca6dde7-7d83-4a36-9567-50b4fb6520b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:31 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/publicIPAddresses/pip7526?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/publicIPAddresses/pip6891?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4OTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"721f1262-f138-4937-a927-631e9a7e854e\"" + "W/\"040f61d2-102b-4bfb-98c2-696762d804b6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "58a473a6-a176-4055-8359-bb371fa1a64b" + "c9230b4d-4288-4229-8922-c1198f3b5f1e" ], "x-ms-correlation-request-id": [ - "b790025a-4ac2-4fc3-a469-d3208552148f" + "258d6320-979b-44c5-bea3-6f5243a54d9d" ], "x-ms-arm-service-request-id": [ - "7c6bb224-bfd9-413f-ba5f-c223bde514b8" + "6259a9a8-8cd2-4020-9813-3937b989aada" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144231Z:b790025a-4ac2-4fc3-a469-d3208552148f" + "EASTUS2:20211117T104717Z:258d6320-979b-44c5-bea3-6f5243a54d9d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:31 GMT" - ], "Content-Length": [ "770" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/publicIPAddresses/pip7526\",\r\n \"etag\": \"W/\\\"721f1262-f138-4937-a927-631e9a7e854e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bca71b74-1082-4745-aac8-3a0299cfabe8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8417\",\r\n \"fqdn\": \"dn8417.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6891\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/publicIPAddresses/pip6891\",\r\n \"etag\": \"W/\\\"040f61d2-102b-4bfb-98c2-696762d804b6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7c354b33-72a6-4973-9d84-fe129e31f4c8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5938\",\r\n \"fqdn\": \"dn5938.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/publicIPAddresses/pip7526?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/publicIPAddresses/pip6891?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4OTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd411053-bf53-485c-962e-ee48a02253dd" + "9615b2c9-5c4e-4734-a480-d81a0693edda" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"721f1262-f138-4937-a927-631e9a7e854e\"" + "W/\"040f61d2-102b-4bfb-98c2-696762d804b6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0926c263-1919-4d6e-813d-e3a896920607" + "26d5ec91-a3e5-497b-932b-91ec8dad8240" ], "x-ms-correlation-request-id": [ - "26913c8f-e756-4b6c-ba6a-d29870df8f21" + "ae7be8a6-f0c1-4706-b853-97fb2ec529bd" ], "x-ms-arm-service-request-id": [ - "f8908642-829f-458d-b485-8eb84038c9b2" + "4b25db62-156a-4103-9dd7-6d9565eb6292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144231Z:26913c8f-e756-4b6c-ba6a-d29870df8f21" + "EASTUS2:20211117T104717Z:ae7be8a6-f0c1-4706-b853-97fb2ec529bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:31 GMT" - ], "Content-Length": [ "770" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/publicIPAddresses/pip7526\",\r\n \"etag\": \"W/\\\"721f1262-f138-4937-a927-631e9a7e854e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bca71b74-1082-4745-aac8-3a0299cfabe8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8417\",\r\n \"fqdn\": \"dn8417.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6891\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/publicIPAddresses/pip6891\",\r\n \"etag\": \"W/\\\"040f61d2-102b-4bfb-98c2-696762d804b6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7c354b33-72a6-4973-9d84-fe129e31f4c8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5938\",\r\n \"fqdn\": \"dn5938.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIyMTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY4OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5467\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1730\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b46e1787-6117-44ed-992a-146aa0a147f8" + "e8bb1af3-b5c4-4aec-8b82-5358d18b6f2a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6e21c4b1-5f4d-4ada-8017-f52ccbddb456" + "c3dc5984-ac50-4d02-8fab-1a2ede50ec79" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6e21c4b1-5f4d-4ada-8017-f52ccbddb456?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c3dc5984-ac50-4d02-8fab-1a2ede50ec79?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c0cbb3d7-05de-4f7a-8e2b-7b24c6cf2781" + "51e11fb8-f91b-4ed8-ba34-b389899c1bb5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "969d0cec-aefd-43f1-9e43-9b59afae15a0" + "1c6120a9-0c73-4541-8147-349a4beb044a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144236Z:c0cbb3d7-05de-4f7a-8e2b-7b24c6cf2781" + "EASTUS2:20211117T104721Z:51e11fb8-f91b-4ed8-ba34-b389899c1bb5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:36 GMT" - ], "Content-Length": [ "1321" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2210\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210\",\r\n \"etag\": \"W/\\\"6ab6b6b1-1e86-44ed-9aac-8955019a0de3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"333a5ba6-e731-4bc5-ac57-19e55d4edab5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467\",\r\n \"etag\": \"W/\\\"6ab6b6b1-1e86-44ed-9aac-8955019a0de3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890\",\r\n \"etag\": \"W/\\\"7af6ad74-7852-4e47-a5e7-ff793b43873d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ef81a49b-88c4-45a7-8942-fd307a6fd0c0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730\",\r\n \"etag\": \"W/\\\"7af6ad74-7852-4e47-a5e7-ff793b43873d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6e21c4b1-5f4d-4ada-8017-f52ccbddb456?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlMjFjNGIxLTVmNGQtNGFkYS04MDE3LWY1MmNjYmRkYjQ1Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c3dc5984-ac50-4d02-8fab-1a2ede50ec79?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MzZGM1OTg0LWFjNTAtNGQwMi04ZmFiLTFhMmVkZTUwZWM3OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5473a5d8-0161-414e-9933-85bb60988001" + "a6674fa9-51dd-4265-98c6-26231ed17344" ], "x-ms-correlation-request-id": [ - "7bbca0fd-bba6-4bf4-a1e0-624fcd82cdf5" + "f49d6198-cf14-4a6f-86be-51951bad95f9" ], "x-ms-arm-service-request-id": [ - "42a6d111-20d0-41fb-b3b3-a446fcbe4827" + "49a44cbc-da53-49f4-97e7-9b7402390762" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144239Z:7bbca0fd-bba6-4bf4-a1e0-624fcd82cdf5" + "EASTUS2:20211117T104725Z:f49d6198-cf14-4a6f-86be-51951bad95f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:39 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIyMTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY4OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6f2d23fe-e6cc-46c4-b9e9-b1535871b509\"" + "W/\"e00432a2-0457-4b26-88fc-8943848fc919\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2728d1bb-2fb9-484b-b431-8b8d5c81a8a2" + "f09923d7-a226-45d5-916f-2ad94a1caa52" ], "x-ms-correlation-request-id": [ - "b35a080b-e67e-4919-b0f6-2d73912f20b7" + "daae380b-b585-42fb-971c-8cbafca07169" ], "x-ms-arm-service-request-id": [ - "11eb7fe9-6cb8-475b-8b04-d23ff1d8105b" + "28d1a0ac-5b96-4031-b7ea-019ffafefecb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144240Z:b35a080b-e67e-4919-b0f6-2d73912f20b7" + "EASTUS2:20211117T104725Z:daae380b-b585-42fb-971c-8cbafca07169" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:39 GMT" - ], "Content-Length": [ "1323" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2210\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210\",\r\n \"etag\": \"W/\\\"6f2d23fe-e6cc-46c4-b9e9-b1535871b509\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"333a5ba6-e731-4bc5-ac57-19e55d4edab5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467\",\r\n \"etag\": \"W/\\\"6f2d23fe-e6cc-46c4-b9e9-b1535871b509\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890\",\r\n \"etag\": \"W/\\\"e00432a2-0457-4b26-88fc-8943848fc919\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ef81a49b-88c4-45a7-8942-fd307a6fd0c0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730\",\r\n \"etag\": \"W/\\\"e00432a2-0457-4b26-88fc-8943848fc919\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIyMTAvc3VibmV0cy9zbjU0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY4OTAvc3VibmV0cy9zbjE3MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c31a1ca-2ec8-4c93-b69c-9c8527868f5f" + "ed158722-242d-440a-bf37-ff4fdf122ce8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6f2d23fe-e6cc-46c4-b9e9-b1535871b509\"" + "W/\"e00432a2-0457-4b26-88fc-8943848fc919\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "51189c52-81ba-4b91-9dbf-9975df1da611" + "77e82a1c-2bee-4519-bf37-59638f96d2a5" ], "x-ms-correlation-request-id": [ - "f5a3b9e0-d959-4c37-a8c3-457be070bfc3" + "b86724b4-e07b-4bd5-989a-b611e6b91415" ], "x-ms-arm-service-request-id": [ - "b5284386-8351-4c10-8be7-fddc15c48162" + "a940ece4-1f16-4833-9ca6-7be41bc37087" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144240Z:f5a3b9e0-d959-4c37-a8c3-457be070bfc3" + "EASTUS2:20211117T104725Z:b86724b4-e07b-4bd5-989a-b611e6b91415" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:39 GMT" - ], "Content-Length": [ "523" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467\",\r\n \"etag\": \"W/\\\"6f2d23fe-e6cc-46c4-b9e9-b1535871b509\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730\",\r\n \"etag\": \"W/\\\"e00432a2-0457-4b26-88fc-8943848fc919\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQyODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467\"\r\n }\r\n },\r\n \"name\": \"ip3757\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730\"\r\n }\r\n },\r\n \"name\": \"ip9108\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ae513ac5-551a-494e-9e26-427d16da6bbe" + "0e63fd22-72f0-487a-bfda-204e3565b22d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,45 +1043,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "26b070fb-6efb-4ec7-bb66-2918f1404e42" + "c3235efb-8981-439c-9da8-949df9f7256d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/26b070fb-6efb-4ec7-bb66-2918f1404e42?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c3235efb-8981-439c-9da8-949df9f7256d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a9c51d2e-eb13-46aa-912b-b782f6088014" + "9b49e460-21be-4d03-904d-a0909c7ddef0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6e0df8c5-de74-46b5-8a58-92bf59cf69c1" + "180c34a6-7f7c-46d3-9488-341782fad51e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144244Z:a9c51d2e-eb13-46aa-912b-b782f6088014" + "EASTUS2:20211117T104729Z:9b49e460-21be-4d03-904d-a0909c7ddef0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:44 GMT" - ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\",\r\n \"etag\": \"W/\\\"e837c418-9f82-4da1-b904-8bbc384d1d30\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e8306a0-2ac3-4796-a1fe-cdbf74019270\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617/ipConfigurations/ip3757\",\r\n \"etag\": \"W/\\\"e837c418-9f82-4da1-b904-8bbc384d1d30\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467\"\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\": \"uzntumzr25cuxlcxdhsv0tw0wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4289\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\",\r\n \"etag\": \"W/\\\"09706201-f4ee-4107-972f-bb5e66b62347\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dabe19e-6691-4d0f-8bb6-6a3c11f39609\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289/ipConfigurations/ip9108\",\r\n \"etag\": \"W/\\\"09706201-f4ee-4107-972f-bb5e66b62347\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730\"\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\": \"tosid14erctulckc5uyhu14qya.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQyODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e837c418-9f82-4da1-b904-8bbc384d1d30\"" + "W/\"09706201-f4ee-4107-972f-bb5e66b62347\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ab0cb0c4-94b6-4b64-9e7a-0d23131af045" + "2541318f-2905-4efb-984b-a115632657f6" ], "x-ms-correlation-request-id": [ - "9dc20fb8-0ce4-4dcb-9b03-947c98d56c37" + "d47017ae-4d84-4d46-9757-fbe5c9a21749" ], "x-ms-arm-service-request-id": [ - "fbcd22ca-7e8a-4245-b28d-1bf8be70a061" + "47cd2dfb-5b70-4fc3-a232-b3f28165d307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144244Z:9dc20fb8-0ce4-4dcb-9b03-947c98d56c37" + "EASTUS2:20211117T104729Z:d47017ae-4d84-4d46-9757-fbe5c9a21749" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:44 GMT" - ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\",\r\n \"etag\": \"W/\\\"e837c418-9f82-4da1-b904-8bbc384d1d30\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e8306a0-2ac3-4796-a1fe-cdbf74019270\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617/ipConfigurations/ip3757\",\r\n \"etag\": \"W/\\\"e837c418-9f82-4da1-b904-8bbc384d1d30\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467\"\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\": \"uzntumzr25cuxlcxdhsv0tw0wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4289\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\",\r\n \"etag\": \"W/\\\"09706201-f4ee-4107-972f-bb5e66b62347\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dabe19e-6691-4d0f-8bb6-6a3c11f39609\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289/ipConfigurations/ip9108\",\r\n \"etag\": \"W/\\\"09706201-f4ee-4107-972f-bb5e66b62347\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730\"\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\": \"tosid14erctulckc5uyhu14qya.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQyODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed1babfc-ad10-439a-89d2-d1ecdd06a7e1" + "1b134e14-ff17-44e7-8e66-36421fa45132" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e837c418-9f82-4da1-b904-8bbc384d1d30\"" + "W/\"09706201-f4ee-4107-972f-bb5e66b62347\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3955061d-547e-4297-9d26-46b287219b36" + "fb7b5f43-6eb8-4a61-ac9f-297bb97d447b" ], "x-ms-correlation-request-id": [ - "d51575ca-f871-466e-90f3-8adfbaab3360" + "bed4ed9e-6e9a-4e86-8229-03a98a9ee19d" ], "x-ms-arm-service-request-id": [ - "e89423d5-60ab-4f41-9241-83a3e87fe664" + "ae4c1bea-d847-4184-9e2b-c7d8caca9875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144245Z:d51575ca-f871-466e-90f3-8adfbaab3360" + "EASTUS2:20211117T104730Z:bed4ed9e-6e9a-4e86-8229-03a98a9ee19d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:44 GMT" - ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\",\r\n \"etag\": \"W/\\\"e837c418-9f82-4da1-b904-8bbc384d1d30\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e8306a0-2ac3-4796-a1fe-cdbf74019270\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617/ipConfigurations/ip3757\",\r\n \"etag\": \"W/\\\"e837c418-9f82-4da1-b904-8bbc384d1d30\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/virtualNetworks/vn2210/subnets/sn5467\"\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\": \"uzntumzr25cuxlcxdhsv0tw0wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4289\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\",\r\n \"etag\": \"W/\\\"09706201-f4ee-4107-972f-bb5e66b62347\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dabe19e-6691-4d0f-8bb6-6a3c11f39609\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289/ipConfigurations/ip9108\",\r\n \"etag\": \"W/\\\"09706201-f4ee-4107-972f-bb5e66b62347\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/virtualNetworks/vn6890/subnets/sn1730\"\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\": \"tosid14erctulckc5uyhu14qya.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/as1771?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMxNzcxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/as415?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0MTU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85ec806a-2f42-4e37-9eff-f2201f0b7501" + "39c81f1c-c39a-4c26-acaf-dea56f925f5a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1256,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1193" ], @@ -1266,29 +1273,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32548e78-02fa-4c54-a4e7-f4650c4b6a7a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "829301c0-09d9-4ebf-9deb-9f867542cf8f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c480fbbd-eb7e-4640-8776-93c7746bce2f" + "9fe28f39-ac6b-4f12-b395-f8e25e657649" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144253Z:c480fbbd-eb7e-4640-8776-93c7746bce2f" + "EASTUS2:20211117T104738Z:9fe28f39-ac6b-4f12-b395-f8e25e657649" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:53 GMT" - ], "Content-Length": [ - "444" + "442" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,26 +1297,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as1771\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/as1771\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/as415\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1MTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"<AutoLogon><Enabled>true</Enabled><LogonCount>5</LogonCount><Username>Foo12</Username><Password><Value>[PLACEHOLDEr1]</Value><PlainText>true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/as1771\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"<AutoLogon><Enabled>true</Enabled><LogonCount>5</LogonCount><Username>Foo12</Username><Password><Value>[PLACEHOLDEr1]</Value><PlainText>true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/as415\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3892161-d3d5-4885-bfdf-5baaef38ed78" + "796159f5-eb0e-403f-84ed-9e9cf666c8bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,14 +1329,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:43 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/28c74653-9c35-475d-b894-58b8b16b9bc0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1355,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "28c74653-9c35-475d-b894-58b8b16b9bc0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "aa16fc55-9862-48ed-8706-0bad4b177fd2" + "017005a1-a93f-4a10-a794-dd08278fdde5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144259Z:aa16fc55-9862-48ed-8706-0bad4b177fd2" + "EASTUS2:20211117T104743Z:017005a1-a93f-4a10-a794-dd08278fdde5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:42:59 GMT" - ], "Content-Length": [ - "2239" + "2235" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,26 +1379,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"096ebba0-8f6f-4a63-89c2-2b73ff03dbae\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/AS1771\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm40\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6a15285c-b93d-47b8-a83e-bd06695af3e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/AS415\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1MTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/AS1771\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/AS415\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3bd7bc0f-05ce-46c5-9cbd-e1dd49406d08" + "9bf22dc4-1cde-4626-8e3f-4b9e1b9ef2ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1411,9 +1411,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" ], @@ -1421,29 +1428,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16decf9e-2266-4efd-af43-2e382cb82876" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d50b1afb-fdfa-4e40-be05-3af10491fd27" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "f89c6737-079a-47ae-9f1d-3f2af29c6523" + "283223cf-b67d-4696-ae23-2d343333bb61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144636Z:f89c6737-079a-47ae-9f1d-3f2af29c6523" + "EASTUS2:20211117T105121Z:283223cf-b67d-4696-ae23-2d343333bb61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:46:36 GMT" - ], "Content-Length": [ - "2267" + "2263" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1452,60 +1452,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"096ebba0-8f6f-4a63-89c2-2b73ff03dbae\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/AS1771\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm40\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6a15285c-b93d-47b8-a83e-bd06695af3e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/AS415\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/28c74653-9c35-475d-b894-58b8b16b9bc0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4Yzc0NjUzLTljMzUtNDc1ZC1iODk0LTU4YjhiMTZiOWJjMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjYzBhNmViLTQzNmYtNGFiZi1hYmU4LTRlYTg0M2MzZmZiMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:47:53 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "22eb3a49-7582-4b2c-bece-036db66b86dc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ea1cd17b-2527-4a6e-8174-1d65d874db57" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "8e6d0fc8-dff0-4ea6-ae89-708fc09142b6" + "6198db57-0d93-48f4-b525-051bedce396a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144309Z:8e6d0fc8-dff0-4ea6-ae89-708fc09142b6" + "EASTUS2:20211117T104753Z:6198db57-0d93-48f4-b525-051bedce396a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:43:09 GMT" - ], "Content-Length": [ "134" ], @@ -1516,57 +1516,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:42:57.0697547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28c74653-9c35-475d-b894-58b8b16b9bc0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:47:41.4888336+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/28c74653-9c35-475d-b894-58b8b16b9bc0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4Yzc0NjUzLTljMzUtNDc1ZC1iODk0LTU4YjhiMTZiOWJjMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjYzBhNmViLTQzNmYtNGFiZi1hYmU4LTRlYTg0M2MzZmZiMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:48:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc1ef7b0-6608-47f6-9c35-0a8ed12e2a13" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a2cf2d14-2c2c-47f4-95f0-def0ad4a85cc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "61199775-3f63-4ff0-a9d9-442d13f090ec" + "ffb29534-d4ed-4767-9585-4e771fe1c92b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144359Z:61199775-3f63-4ff0-a9d9-442d13f090ec" + "EASTUS2:20211117T104844Z:ffb29534-d4ed-4767-9585-4e771fe1c92b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:43:59 GMT" - ], "Content-Length": [ "134" ], @@ -1577,57 +1577,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:42:57.0697547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28c74653-9c35-475d-b894-58b8b16b9bc0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:47:41.4888336+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/28c74653-9c35-475d-b894-58b8b16b9bc0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4Yzc0NjUzLTljMzUtNDc1ZC1iODk0LTU4YjhiMTZiOWJjMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjYzBhNmViLTQzNmYtNGFiZi1hYmU4LTRlYTg0M2MzZmZiMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:49:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29925" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "311362d4-08a3-43db-82a0-46d8bb0b703a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14f2c51c-368b-4c5a-8d01-8073cdfe5ba8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "36bfd893-e755-4731-8028-58ef9e3eca0a" + "c100aeb2-5a94-42c3-ab6e-910b6961447e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144450Z:36bfd893-e755-4731-8028-58ef9e3eca0a" + "EASTUS2:20211117T104935Z:c100aeb2-5a94-42c3-ab6e-910b6961447e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:44:49 GMT" - ], "Content-Length": [ "134" ], @@ -1638,57 +1638,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:42:57.0697547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28c74653-9c35-475d-b894-58b8b16b9bc0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:47:41.4888336+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/28c74653-9c35-475d-b894-58b8b16b9bc0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4Yzc0NjUzLTljMzUtNDc1ZC1iODk0LTU4YjhiMTZiOWJjMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjYzBhNmViLTQzNmYtNGFiZi1hYmU4LTRlYTg0M2MzZmZiMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:50:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e3581c9e-91fe-4e91-8de6-48cb3ee46092" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "056ce6db-1be8-4893-ba4f-e68628a2f3de" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "1ffd2cdf-1f83-4d1d-a5eb-e960d6d9df76" + "60277176-0551-4a14-af11-18d00b7ff164" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144540Z:1ffd2cdf-1f83-4d1d-a5eb-e960d6d9df76" + "EASTUS2:20211117T105025Z:60277176-0551-4a14-af11-18d00b7ff164" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:45:39 GMT" - ], "Content-Length": [ "134" ], @@ -1699,57 +1699,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:42:57.0697547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28c74653-9c35-475d-b894-58b8b16b9bc0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:47:41.4888336+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/28c74653-9c35-475d-b894-58b8b16b9bc0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4Yzc0NjUzLTljMzUtNDc1ZC1iODk0LTU4YjhiMTZiOWJjMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjYzBhNmViLTQzNmYtNGFiZi1hYmU4LTRlYTg0M2MzZmZiMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a3ab3f3-40d3-41bb-a698-10776594a255" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d2b7b6e9-7da1-4a4f-9403-e90b086e4042" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "cc9d27d4-7795-41c6-b601-36796808bb01" + "0a300097-9433-49d6-b3c9-e9a939a74f6a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144630Z:cc9d27d4-7795-41c6-b601-36796808bb01" + "EASTUS2:20211117T105116Z:0a300097-9433-49d6-b3c9-e9a939a74f6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:46:30 GMT" - ], "Content-Length": [ "184" ], @@ -1760,59 +1760,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:42:57.0697547+00:00\",\r\n \"endTime\": \"2021-06-29T14:45:43.3365028+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"28c74653-9c35-475d-b894-58b8b16b9bc0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:47:41.4888336+00:00\",\r\n \"endTime\": \"2021-11-17T10:50:47.4255784+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5cc0a6eb-436f-4abf-abe8-4ea843c3ffb0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1MTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31973" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80d2c3ac-0c38-4395-8e3f-dc3097164478" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e5742202-9755-44e3-a1d4-0cb2a8ac7fd3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "21f5c282-f6d8-4807-8ac4-b8e86e3951dc" + "a8a74acb-5093-4c05-b632-7edaadad0794" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144630Z:21f5c282-f6d8-4807-8ac4-b8e86e3951dc" + "EASTUS2:20211117T105116Z:a8a74acb-5093-4c05-b632-7edaadad0794" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:46:30 GMT" - ], "Content-Length": [ - "2268" + "2264" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1821,65 +1821,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"096ebba0-8f6f-4a63-89c2-2b73ff03dbae\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/AS1771\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm40\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6a15285c-b93d-47b8-a83e-bd06695af3e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/AS415\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1MTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70a68a37-92d9-4982-a885-5d81b5b56a5a" + "f74d3af5-68ea-4857-817e-29c613366a63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31972" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2324ff3-0934-4288-8f36-98928ac7d462" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bdf37bef-9af9-4c0f-b25e-0283ce4312d0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "2dbe3933-7bca-4375-8463-fea656e4c80e" + "12f0bddc-1eec-40c6-a9ee-159270638400" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144631Z:2dbe3933-7bca-4375-8463-fea656e4c80e" + "EASTUS2:20211117T105116Z:12f0bddc-1eec-40c6-a9ee-159270638400" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:46:30 GMT" - ], "Content-Length": [ - "2268" + "2264" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1888,59 +1888,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"096ebba0-8f6f-4a63-89c2-2b73ff03dbae\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/AS1771\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm40\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6a15285c-b93d-47b8-a83e-bd06695af3e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/AS415\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1MTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31969" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ea272251-6d6f-4bb5-96cf-449689f9e554" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "22997b86-2bb0-4310-af96-28678f544227" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "0dc99edc-2b48-4255-ad24-ca67d9823849" + "43d7718a-e9f8-4f2c-9eef-bd63831792ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144707Z:0dc99edc-2b48-4255-ad24-ca67d9823849" + "EASTUS2:20211117T105151Z:43d7718a-e9f8-4f2c-9eef-bd63831792ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:47:06 GMT" - ], "Content-Length": [ - "2268" + "2264" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1949,65 +1949,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"096ebba0-8f6f-4a63-89c2-2b73ff03dbae\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/AS1771\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm40\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6a15285c-b93d-47b8-a83e-bd06695af3e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/AS415\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1MTM/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQwPyRleHBhbmQ9aW5zdGFuY2VWaWV3JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b43dd4f2-44e2-42e6-bdf3-0a495147fab7" + "867973a9-b286-40a7-a31c-f1a659cb64fb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31971" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cfbff3cb-e49c-4c37-8178-afbebee91903" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2334bae0-c94a-493f-b899-bd465f4002a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "49397120-ece8-4d4e-a19a-92aa6199f700" + "20a40100-7d2f-4896-95d8-6bbaa290937f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144631Z:49397120-ece8-4d4e-a19a-92aa6199f700" + "EASTUS2:20211117T105116Z:20a40100-7d2f-4896-95d8-6bbaa290937f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:46:31 GMT" - ], "Content-Length": [ - "3500" + "3495" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2016,101 +2016,101 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"096ebba0-8f6f-4a63-89c2-2b73ff03dbae\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/availabilitySets/AS1771\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6817.blob.core.windows.net/crptestar2382/oscrptestar7669.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Network/networkInterfaces/nic617\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-29T14:46:31+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:42:57.4758083+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:45:43.3052892+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm40\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6a15285c-b93d-47b8-a83e-bd06695af3e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/availabilitySets/AS415\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8132.blob.core.windows.net/crptestar3925/oscrptestar4364.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Network/networkInterfaces/nic4289\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T10:51:16+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T10:47:41.816953+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T10:50:47.3942776+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8488/providers/Microsoft.Compute/virtualMachines/vm5513?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1MTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1845/providers/Microsoft.Compute/virtualMachines/vm40?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "249b1793-b13a-42d6-ab48-0b027f2dfeae" + "24f86704-09cf-4c91-9d34-a33d620a8726" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/68c34fa9-3520-4644-ab5d-3bc26a5f1a04?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d6c850cf-b755-4202-90cf-daaba9f5d173?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/68c34fa9-3520-4644-ab5d-3bc26a5f1a04?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d6c850cf-b755-4202-90cf-daaba9f5d173?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1188" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68c34fa9-3520-4644-ab5d-3bc26a5f1a04" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d6c850cf-b755-4202-90cf-daaba9f5d173" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "5e575ada-2221-4008-849e-e46882f63873" + "56060d2d-5260-421d-9e8f-79731d2a6a14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144707Z:5e575ada-2221-4008-849e-e46882f63873" + "EASTUS2:20211117T105152Z:56060d2d-5260-421d-9e8f-79731d2a6a14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:47:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8488?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0ODg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1845?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4NDU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0853926c-8426-433d-ba8f-d90577fc6eb7" + "db5b2762-c8a4-465c-bbec-8725a3bdcce7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2118,11 +2118,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:51:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2131,13 +2134,13 @@ "14999" ], "x-ms-request-id": [ - "bd4e355d-94ca-4878-a816-1e79e0d09c03" + "473cf630-abd6-4c57-adc7-4c7a14a62a68" ], "x-ms-correlation-request-id": [ - "bd4e355d-94ca-4878-a816-1e79e0d09c03" + "473cf630-abd6-4c57-adc7-4c7a14a62a68" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144712Z:bd4e355d-94ca-4878-a816-1e79e0d09c03" + "EASTUS2:20211117T105157Z:473cf630-abd6-4c57-adc7-4c7a14a62a68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2145,29 +2148,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:47:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2175,11 +2175,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:52:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2188,13 +2191,13 @@ "11999" ], "x-ms-request-id": [ - "70745852-2f84-4d77-afa4-5dc57f630ac6" + "966291cd-10e9-438e-9ffa-ace78bd09f82" ], "x-ms-correlation-request-id": [ - "70745852-2f84-4d77-afa4-5dc57f630ac6" + "966291cd-10e9-438e-9ffa-ace78bd09f82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144728Z:70745852-2f84-4d77-afa4-5dc57f630ac6" + "EASTUS2:20211117T105212Z:966291cd-10e9-438e-9ffa-ace78bd09f82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2202,29 +2205,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:47:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2232,11 +2232,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:52:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2245,13 +2248,13 @@ "11998" ], "x-ms-request-id": [ - "35a1cb0a-f072-415a-9107-f85f6c4202ed" + "6db2a5b5-e65f-41c3-8d3f-41f6208d115c" ], "x-ms-correlation-request-id": [ - "35a1cb0a-f072-415a-9107-f85f6c4202ed" + "6db2a5b5-e65f-41c3-8d3f-41f6208d115c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144743Z:35a1cb0a-f072-415a-9107-f85f6c4202ed" + "EASTUS2:20211117T105228Z:6db2a5b5-e65f-41c3-8d3f-41f6208d115c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2259,29 +2262,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:47:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2289,11 +2289,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:52:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2302,13 +2305,13 @@ "11997" ], "x-ms-request-id": [ - "85bda4e6-3411-45b8-99b1-cb4b1a1dea7e" + "5d0aeed5-1444-42c3-94f1-8a718d193751" ], "x-ms-correlation-request-id": [ - "85bda4e6-3411-45b8-99b1-cb4b1a1dea7e" + "5d0aeed5-1444-42c3-94f1-8a718d193751" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144759Z:85bda4e6-3411-45b8-99b1-cb4b1a1dea7e" + "EASTUS2:20211117T105243Z:5d0aeed5-1444-42c3-94f1-8a718d193751" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2316,29 +2319,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:47:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2346,11 +2346,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:52:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2359,13 +2362,13 @@ "11996" ], "x-ms-request-id": [ - "1dc9e2c0-f056-4ec4-8506-1a4fba95f5a3" + "801322c7-bd09-432f-9f72-57e9a1d061a7" ], "x-ms-correlation-request-id": [ - "1dc9e2c0-f056-4ec4-8506-1a4fba95f5a3" + "801322c7-bd09-432f-9f72-57e9a1d061a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144814Z:1dc9e2c0-f056-4ec4-8506-1a4fba95f5a3" + "EASTUS2:20211117T105259Z:801322c7-bd09-432f-9f72-57e9a1d061a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2373,29 +2376,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:48:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2403,11 +2403,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:53:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2416,13 +2419,13 @@ "11995" ], "x-ms-request-id": [ - "c8a945a4-6231-4a03-9330-093ff7866063" + "a8ab4aaa-1cb4-467d-84e1-48464631aa0a" ], "x-ms-correlation-request-id": [ - "c8a945a4-6231-4a03-9330-093ff7866063" + "a8ab4aaa-1cb4-467d-84e1-48464631aa0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144830Z:c8a945a4-6231-4a03-9330-093ff7866063" + "EASTUS2:20211117T105314Z:a8ab4aaa-1cb4-467d-84e1-48464631aa0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,29 +2433,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:48:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2460,11 +2460,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:53:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2473,13 +2476,13 @@ "11994" ], "x-ms-request-id": [ - "d255cdfe-8b94-4e45-8a1d-098a61cb021f" + "7ec3e4ad-4fe9-4469-b624-6dab3b6dff09" ], "x-ms-correlation-request-id": [ - "d255cdfe-8b94-4e45-8a1d-098a61cb021f" + "7ec3e4ad-4fe9-4469-b624-6dab3b6dff09" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144845Z:d255cdfe-8b94-4e45-8a1d-098a61cb021f" + "EASTUS2:20211117T105330Z:7ec3e4ad-4fe9-4469-b624-6dab3b6dff09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2487,29 +2490,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:48:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2517,20 +2517,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:53:45 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "9d0a1966-fb7f-4554-89cd-3c10c92dde8e" + "79b837f9-975f-4bd9-830b-88b2c4d845f2" ], "x-ms-correlation-request-id": [ - "9d0a1966-fb7f-4554-89cd-3c10c92dde8e" + "79b837f9-975f-4bd9-830b-88b2c4d845f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144901Z:9d0a1966-fb7f-4554-89cd-3c10c92dde8e" + "EASTUS2:20211117T105345Z:79b837f9-975f-4bd9-830b-88b2c4d845f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2538,29 +2547,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2568,6 +2574,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:54:00 GMT" + ], "Pragma": [ "no-cache" ], @@ -2575,13 +2584,13 @@ "11992" ], "x-ms-request-id": [ - "6323516f-b7cd-4c6e-868f-2792f5b812b8" + "32a8ac24-c339-43af-b463-2488fc1f1610" ], "x-ms-correlation-request-id": [ - "6323516f-b7cd-4c6e-868f-2792f5b812b8" + "32a8ac24-c339-43af-b463-2488fc1f1610" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T144901Z:6323516f-b7cd-4c6e-868f-2792f5b812b8" + "EASTUS2:20211117T105400Z:32a8ac24-c339-43af-b463-2488fc1f1610" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2589,14 +2598,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:49:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODQ1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RRMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:54:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "12f156be-fc62-4ac0-9460-dfe91f62bcf7" + ], + "x-ms-correlation-request-id": [ + "12f156be-fc62-4ac0-9460-dfe91f62bcf7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T105401Z:12f156be-fc62-4ac0-9460-dfe91f62bcf7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2605,30 +2662,30 @@ ], "Names": { "StartPatchSettingTest": [ - "crptestar8488" + "crptestar1845" ], "TestVMWithOSProfile": [ - "crptestar6817", - "as1771" + "crptestar8132", + "as415" ], "CreatePublicIP": [ - "pip7526", - "dn8417" + "pip6891", + "dn5938" ], "CreateVNET": [ - "vn2210", - "sn5467" + "vn6890", + "sn1730" ], "CreateNIC": [ - "nic617", - "ip3757" + "nic4289", + "ip9108" ], "CreateDefaultVMInput": [ - "crptestar2382", - "crptestar3288", - "crptestar7669", - "vm5513", - "Microsoft.Compute/virtualMachines257" + "crptestar3925", + "crptestar2397", + "crptestar4364", + "vm40", + "Microsoft.Compute/virtualMachines374" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValuesOfAutomaticByPlatform.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValuesOfAutomaticByPlatform.json index 693a215563f17..1d0b840fe4e32 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValuesOfAutomaticByPlatform.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMAutoPatchSettingTests/TestVMWithSettingWindowsConfigurationPatchSettingsValuesOfAutomaticByPlatform.json @@ -1,31 +1,101 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar68941?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY4OTQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d9e4aae3-8028-4030-9b12-a5ec81a61b78" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:27:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2ODk0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "0da79fd2-1201-47ac-b58f-2edbf61be783" + ], + "x-ms-correlation-request-id": [ + "0da79fd2-1201-47ac-b58f-2edbf61be783" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T102738Z:0da79fd2-1201-47ac-b58f-2edbf61be783" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d15ee8b3-bbc4-4f72-9a37-7593fbc2744d" + "4ad42ec9-cfa5-4274-9481-450075954821" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:27:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +103,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "903cc541-a12d-42da-89d9-7b62451f2b74" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "66534b38-816e-4574-8954-ed66d238f4fd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2edf08f8-a87b-4228-9dbb-9d395b24e7dc" + "6d3755ba-7f54-42a5-b191-259dae905ca1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142635Z:2edf08f8-a87b-4228-9dbb-9d395b24e7dc" + "EASTUS2:20211117T102740Z:6d3755ba-7f54-42a5-b191-259dae905ca1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:26:34 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +134,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9167?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxNjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7052?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcwNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9167\": \"2021-06-29 14:26:35Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7052\": \"2021-11-17 10:27:40Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7874d4a6-d887-438a-8f20-0287cf3c4bb4" + "d477c6b7-52e4-4f34-9312-b3eeab41652c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +162,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:27:42 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +172,13 @@ "1199" ], "x-ms-request-id": [ - "5203cb02-b0fe-4716-abb7-ae93ab1a8f4f" + "8cf880f1-2d5d-4617-9188-1c60845735a8" ], "x-ms-correlation-request-id": [ - "5203cb02-b0fe-4716-abb7-ae93ab1a8f4f" + "8cf880f1-2d5d-4617-9188-1c60845735a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142638Z:5203cb02-b0fe-4716-abb7-ae93ab1a8f4f" + "EASTUS2:20211117T102743Z:8cf880f1-2d5d-4617-9188-1c60845735a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +186,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:26:38 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +196,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167\",\r\n \"name\": \"crptestar9167\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9167\": \"2021-06-29 14:26:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052\",\r\n \"name\": \"crptestar7052\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7052\": \"2021-11-17 10:27:40Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9167?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxNjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7052?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcwNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9167\": \"2021-06-29 14:27:16Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7052\": \"2021-11-17 10:28:24Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3169a2b2-75dc-47cc-ae9c-9907bfc5219f" + "8ee4090d-3cb8-4fbb-a2ab-7ffa8f93cef3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +228,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:24 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +238,13 @@ "1198" ], "x-ms-request-id": [ - "ad15eedd-9712-442a-90f7-c940b784dd59" + "05ba4458-dbaf-47fc-a1ac-ec9db4046eee" ], "x-ms-correlation-request-id": [ - "ad15eedd-9712-442a-90f7-c940b784dd59" + "05ba4458-dbaf-47fc-a1ac-ec9db4046eee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142718Z:ad15eedd-9712-442a-90f7-c940b784dd59" + "EASTUS2:20211117T102825Z:05ba4458-dbaf-47fc-a1ac-ec9db4046eee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +252,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:17 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +262,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167\",\r\n \"name\": \"crptestar9167\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9167\": \"2021-06-29 14:27:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052\",\r\n \"name\": \"crptestar7052\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7052\": \"2021-11-17 10:28:24Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Storage/storageAccounts/crptestar9886?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5ODg2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Storage/storageAccounts/crptestar627?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2Mjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1db51572-3d26-4e1f-b054-fcef2883306f" + "a47b6a24-4ba9-4aaa-8f18-0b4c37e48d14" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:27:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7bdd2118-ea29-4caf-9a2a-8a96a3149e8e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9ead50b2-921a-4325-b9ee-d4082004fc11?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7bdd2118-ea29-4caf-9a2a-8a96a3149e8e" + "9ead50b2-921a-4325-b9ee-d4082004fc11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cbaed18d-661f-4dd9-9119-11556c6e6d70" + "24fe2870-04e8-49fd-ac6c-240e5879d15e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142648Z:cbaed18d-661f-4dd9-9119-11556c6e6d70" + "EASTUS2:20211117T102753Z:24fe2870-04e8-49fd-ac6c-240e5879d15e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:26:48 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7bdd2118-ea29-4caf-9a2a-8a96a3149e8e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvN2JkZDIxMTgtZWEyOS00Y2FmLTlhMmEtOGE5NmEzMTQ5ZThlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9ead50b2-921a-4325-b9ee-d4082004fc11?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOWVhZDUwYjItOTIxYS00MzI1LWI5ZWUtZDQwODIwMDRmYzExP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +357,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:10 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "4e918a8f-b489-431b-b76d-1b78ec4c5e73" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9ead50b2-921a-4325-b9ee-d4082004fc11?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "5711182f-0780-4ae5-9214-723da68e3df0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "bcf60658-d83b-49d0-a2ae-b8a576371fb3" + "7cd7c79d-3a7c-4eb9-9ede-fb20d65c7485" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142706Z:bcf60658-d83b-49d0-a2ae-b8a576371fb3" + "EASTUS2:20211117T102810Z:7cd7c79d-3a7c-4eb9-9ede-fb20d65c7485" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9ead50b2-921a-4325-b9ee-d4082004fc11?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOWVhZDUwYjItOTIxYS00MzI1LWI5ZWUtZDQwODIwMDRmYzExP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 14:27:05 GMT" + "Wed, 17 Nov 2021 10:28:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5a939710-aa64-4f30-b08c-c2e4695fd3b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "6e2e4586-533d-4bdf-934b-158a18e4482d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T102814Z:6e2e4586-533d-4bdf-934b-158a18e4482d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +461,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1638dca2-15e9-4505-b44d-0428754625a5" + "5312d21f-7ffa-48fb-8080-7efa7e3f8b53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "739ff8de-7be4-4bb2-b1e8-a6ee60f1af59" + "73ce2b84-c07b-4799-9f57-66c22e90a7cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "a4b36e9d-a68c-4017-a6e3-415cf9497fe8" + "d7fc66d4-559e-45c7-ab5a-402c9be569dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142716Z:a4b36e9d-a68c-4017-a6e3-415cf9497fe8" + "EASTUS2:20211117T102824Z:d7fc66d4-559e-45c7-ab5a-402c9be569dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:16 GMT" - ], "Content-Length": [ - "752" + "746" ], "Content-Type": [ "application/json" @@ -394,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Storage/storageAccounts/crptestar9886\",\r\n \"name\": \"crptestar9886\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:26:45.3259202Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9886.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9886.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9886.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9886.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Storage/storageAccounts/crptestar627\",\r\n \"name\": \"crptestar627\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:27:50.0403877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar627.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar627.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar627.table.core.windows.net/\",\r\n \"file\": \"https://crptestar627.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Storage/storageAccounts/crptestar9886?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5ODg2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Storage/storageAccounts/crptestar627?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2Mjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7c900f7-ca58-4a5b-b60b-67a46183425a" + "196113d2-6c8b-42b8-8a84-77e024be20a7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +546,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ce660bd5-8553-4e5a-958d-160bd8ff879c" + "725df617-a83e-4d0d-bf32-dbd5da955bfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "a5b65793-a8d3-427f-a4bc-0454e7cebd1b" + "e7bd4b0b-7616-45f2-999a-9e33278e03f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142716Z:a5b65793-a8d3-427f-a4bc-0454e7cebd1b" + "EASTUS2:20211117T102824Z:e7bd4b0b-7616-45f2-999a-9e33278e03f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:16 GMT" - ], "Content-Length": [ - "740" + "734" ], "Content-Type": [ "application/json" @@ -457,25 +583,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Storage/storageAccounts/crptestar9886\",\r\n \"name\": \"crptestar9886\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:26:45.3259202Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9886.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9886.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9886.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9886.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Storage/storageAccounts/crptestar627\",\r\n \"name\": \"crptestar627\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:27:50.0403877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar627.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar627.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar627.table.core.windows.net/\",\r\n \"file\": \"https://crptestar627.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/publicIPAddresses/pip6588?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY1ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/publicIPAddresses/pip1173?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDExNzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2725\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3463\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ca797721-92c2-490b-85c6-98078716fa15" + "cb3dcfc4-903a-4a01-9550-6df2b9ffd14e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +615,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:34 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4e200f3f-efd1-4141-9887-f12cb0b0fc00" + "15a8beb2-abe1-4e71-9562-24b576eca7a1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4e200f3f-efd1-4141-9887-f12cb0b0fc00?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/15a8beb2-abe1-4e71-9562-24b576eca7a1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b89cd8b1-c177-40f2-b56b-390f6d480fb4" + "c776b405-c936-4f64-a5a2-8f211bd69ed7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "169d086d-8a18-4f8b-8c7f-f39afbca6788" + "ac566bd9-c26a-434f-9021-4a7c006a821f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142728Z:b89cd8b1-c177-40f2-b56b-390f6d480fb4" + "EASTUS2:20211117T102834Z:c776b405-c936-4f64-a5a2-8f211bd69ed7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:28 GMT" - ], "Content-Length": [ "769" ], @@ -539,19 +665,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6588\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/publicIPAddresses/pip6588\",\r\n \"etag\": \"W/\\\"ba494ba6-9c02-44f6-af02-8c1baea4183e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7ce1172f-cdb3-4bf1-a811-244bf93b5963\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2725\",\r\n \"fqdn\": \"dn2725.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/publicIPAddresses/pip1173\",\r\n \"etag\": \"W/\\\"202e0b7a-3cea-431d-9a7b-5c97b4b42659\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f385c5c1-f1ee-49a9-ba56-dfad91f26476\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3463\",\r\n \"fqdn\": \"dn3463.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4e200f3f-efd1-4141-9887-f12cb0b0fc00?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRlMjAwZjNmLWVmZDEtNDE0MS05ODg3LWYxMmNiMGIwZmMwMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/15a8beb2-abe1-4e71-9562-24b576eca7a1?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE1YThiZWIyLWFiZTEtNGU3MS05NTYyLTI0YjU3NmVjYTdhMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +685,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "642f61e5-6149-413d-9636-da86092338b0" + "1d089ad5-5733-48bd-8617-a2266f76cd98" ], "x-ms-correlation-request-id": [ - "dabd2dd3-33d0-4e8e-814c-fe0a1bb7d152" + "d883caf7-481b-44d3-a6eb-c12eeffea296" ], "x-ms-arm-service-request-id": [ - "b5172ace-9ae5-49a9-b201-754ea55f1020" + "77fac103-c628-4690-97bb-322cde03e559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142730Z:dabd2dd3-33d0-4e8e-814c-fe0a1bb7d152" + "EASTUS2:20211117T102836Z:d883caf7-481b-44d3-a6eb-c12eeffea296" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:29 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +730,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/publicIPAddresses/pip6588?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY1ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/publicIPAddresses/pip1173?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDExNzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +746,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"37713447-ff99-475b-b286-e2465f4e371b\"" + "W/\"b1518a77-f90d-446f-bdce-dc9d57f2cde9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "80644e15-dd33-4183-9e2b-49225bab4da2" + "2239e12c-6124-492c-a5e7-29fc719849df" ], "x-ms-correlation-request-id": [ - "fb872a7f-40bf-430e-b119-78db96cd0364" + "b71fe162-9a93-4195-808d-65495cb36961" ], "x-ms-arm-service-request-id": [ - "3b8419dd-1d0a-4b46-a016-9e05a8e0a150" + "4b737041-b9da-4ad8-8ad0-a92e2e7cc14e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142730Z:fb872a7f-40bf-430e-b119-78db96cd0364" + "EASTUS2:20211117T102836Z:b71fe162-9a93-4195-808d-65495cb36961" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:30 GMT" - ], "Content-Length": [ "770" ], @@ -664,25 +790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6588\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/publicIPAddresses/pip6588\",\r\n \"etag\": \"W/\\\"37713447-ff99-475b-b286-e2465f4e371b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7ce1172f-cdb3-4bf1-a811-244bf93b5963\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2725\",\r\n \"fqdn\": \"dn2725.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/publicIPAddresses/pip1173\",\r\n \"etag\": \"W/\\\"b1518a77-f90d-446f-bdce-dc9d57f2cde9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f385c5c1-f1ee-49a9-ba56-dfad91f26476\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3463\",\r\n \"fqdn\": \"dn3463.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/publicIPAddresses/pip6588?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY1ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/publicIPAddresses/pip1173?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDExNzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "becf33a8-9efa-4f93-8185-13bbd0f95930" + "fd096303-6589-45f4-9434-099b58ebd364" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +816,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"37713447-ff99-475b-b286-e2465f4e371b\"" + "W/\"b1518a77-f90d-446f-bdce-dc9d57f2cde9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7bac365b-991f-4aca-bdc8-60cf3be98f67" + "629f981a-9165-4731-a736-335e7c5eef38" ], "x-ms-correlation-request-id": [ - "4ce8e06b-935a-4ccb-a1fa-e5c52bb240ed" + "d87fe5a6-3b8f-4d05-9c4a-3f5b2a4e0f88" ], "x-ms-arm-service-request-id": [ - "eb9bd8bd-a487-49ae-b716-395443675f04" + "bb49a2e4-59ad-4fe0-8c00-88a916104f2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142730Z:4ce8e06b-935a-4ccb-a1fa-e5c52bb240ed" + "EASTUS2:20211117T102836Z:d87fe5a6-3b8f-4d05-9c4a-3f5b2a4e0f88" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:30 GMT" - ], "Content-Length": [ "770" ], @@ -734,25 +860,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6588\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/publicIPAddresses/pip6588\",\r\n \"etag\": \"W/\\\"37713447-ff99-475b-b286-e2465f4e371b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7ce1172f-cdb3-4bf1-a811-244bf93b5963\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2725\",\r\n \"fqdn\": \"dn2725.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/publicIPAddresses/pip1173\",\r\n \"etag\": \"W/\\\"b1518a77-f90d-446f-bdce-dc9d57f2cde9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f385c5c1-f1ee-49a9-ba56-dfad91f26476\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3463\",\r\n \"fqdn\": \"dn3463.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2623\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7319\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2fa947b5-f14d-4704-a3a8-35270efd0c17" + "3dad2523-2c8e-4452-b937-6c6793ba27e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +892,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:44 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d70cf244-c037-4cc3-b956-58a990a400b1" + "5a98ab16-420c-4369-b2ed-e28572da1884" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d70cf244-c037-4cc3-b956-58a990a400b1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5a98ab16-420c-4369-b2ed-e28572da1884?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4463f83b-a6be-4881-99b3-7fb632f901d7" + "7b093a25-772b-4a1c-bf25-de7253c899da" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7aac6aa7-8b23-4981-8a0b-820b04da7f4e" + "21c125d9-6921-46b5-b30f-c89c75236a0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142735Z:4463f83b-a6be-4881-99b3-7fb632f901d7" + "EASTUS2:20211117T102844Z:7b093a25-772b-4a1c-bf25-de7253c899da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:34 GMT" - ], "Content-Length": [ "1321" ], @@ -816,19 +942,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888\",\r\n \"etag\": \"W/\\\"bb92de7b-1176-4e11-96f1-7c358658ae6c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"46c0a9b5-52f8-4adb-8d5f-eb328bb2a93b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623\",\r\n \"etag\": \"W/\\\"bb92de7b-1176-4e11-96f1-7c358658ae6c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723\",\r\n \"etag\": \"W/\\\"1c48fafc-b9a5-4588-90b7-c117f358ed97\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0f492130-51f7-49fa-85e0-baa30e7e01e8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319\",\r\n \"etag\": \"W/\\\"1c48fafc-b9a5-4588-90b7-c117f358ed97\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d70cf244-c037-4cc3-b956-58a990a400b1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q3MGNmMjQ0LWMwMzctNGNjMy1iOTU2LTU4YTk5MGE0MDBiMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5a98ab16-420c-4369-b2ed-e28572da1884?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhOThhYjE2LTQyMGMtNDM2OS1iMmVkLWUyODU3MmRhMTg4ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +962,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "77b3ffd3-3d6e-4564-937c-c16ca1201b0c" + "ecc6e127-c06d-4ea7-926f-ac7675b58855" ], "x-ms-correlation-request-id": [ - "c434734c-9639-436b-bad0-9ec76f07f55b" + "31900449-4735-49e8-b406-1003534850da" ], "x-ms-arm-service-request-id": [ - "9f2174c7-6f10-441f-adb7-2e8e6c0c75b6" + "9df51dcf-1761-431f-b7dd-0fc2258be569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142738Z:c434734c-9639-436b-bad0-9ec76f07f55b" + "EASTUS2:20211117T102848Z:31900449-4735-49e8-b406-1003534850da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:37 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +1007,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +1023,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4bc711fb-7a77-48f1-bfde-9b93c7b078f1\"" + "W/\"7cb07d3c-6cfd-4b62-95ac-0c24c5a1a2c3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3ea2320e-3efe-4f0e-a305-66e9d43ed920" + "5e978521-bd3e-4f58-b2d6-64a6f6de674b" ], "x-ms-correlation-request-id": [ - "c045afbb-eac6-4f47-b4b3-cf9eefd96bb3" + "a1128b07-abae-4906-b68a-12c5d0e5fa9f" ], "x-ms-arm-service-request-id": [ - "b38d6460-eab7-444e-ac2a-7d116a035eee" + "71992181-a16f-4839-871b-892bcbdc416a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142738Z:c045afbb-eac6-4f47-b4b3-cf9eefd96bb3" + "EASTUS2:20211117T102848Z:a1128b07-abae-4906-b68a-12c5d0e5fa9f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:38 GMT" - ], "Content-Length": [ "1323" ], @@ -941,25 +1067,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888\",\r\n \"etag\": \"W/\\\"4bc711fb-7a77-48f1-bfde-9b93c7b078f1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"46c0a9b5-52f8-4adb-8d5f-eb328bb2a93b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623\",\r\n \"etag\": \"W/\\\"4bc711fb-7a77-48f1-bfde-9b93c7b078f1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723\",\r\n \"etag\": \"W/\\\"7cb07d3c-6cfd-4b62-95ac-0c24c5a1a2c3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0f492130-51f7-49fa-85e0-baa30e7e01e8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319\",\r\n \"etag\": \"W/\\\"7cb07d3c-6cfd-4b62-95ac-0c24c5a1a2c3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4ODgvc3VibmV0cy9zbjI2MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3MjMvc3VibmV0cy9zbjczMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3730fe9-8bee-4033-8951-15b632d51ad2" + "380d22b9-db6b-4279-ac6d-a98f6a764cab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +1093,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4bc711fb-7a77-48f1-bfde-9b93c7b078f1\"" + "W/\"7cb07d3c-6cfd-4b62-95ac-0c24c5a1a2c3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e427eab7-2fbe-4b1f-8bd4-2dde76542031" + "4e3433a4-ec17-4683-ace1-32e7ef1810a1" ], "x-ms-correlation-request-id": [ - "92c6f70c-1a52-47d8-ab6f-8b999e832f93" + "1aa505ed-1342-48ac-938a-a37c00540852" ], "x-ms-arm-service-request-id": [ - "cd146dfc-a797-497c-ba9f-75983a8ab451" + "960a9449-7590-402c-bcdb-a0aa5c43df7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142738Z:92c6f70c-1a52-47d8-ab6f-8b999e832f93" + "EASTUS2:20211117T102848Z:1aa505ed-1342-48ac-938a-a37c00540852" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:38 GMT" - ], "Content-Length": [ "523" ], @@ -1011,25 +1137,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn2623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623\",\r\n \"etag\": \"W/\\\"4bc711fb-7a77-48f1-bfde-9b93c7b078f1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319\",\r\n \"etag\": \"W/\\\"7cb07d3c-6cfd-4b62-95ac-0c24c5a1a2c3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY3NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623\"\r\n }\r\n },\r\n \"name\": \"ip2336\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319\"\r\n }\r\n },\r\n \"name\": \"ip2224\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6392a4a1-f72f-4def-b9af-5e54abaf0c12" + "70b5b29b-408a-4df0-a79e-d76ec9f4bea3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1169,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "18fa2c04-59db-4a80-976b-dc1709deb979" + "e4d13696-9ada-4fc1-83e6-b0268b5939c3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/18fa2c04-59db-4a80-976b-dc1709deb979?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e4d13696-9ada-4fc1-83e6-b0268b5939c3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3926c7da-05f7-4494-8fd0-1fac8b040cbc" + "c8a16ca9-190a-4885-be37-b4df296a057e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8f3e022e-ddc9-4338-9965-26ac6ca50c02" + "531ee99f-5113-49bc-a2d3-a03f1380c959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142743Z:3926c7da-05f7-4494-8fd0-1fac8b040cbc" + "EASTUS2:20211117T102852Z:c8a16ca9-190a-4885-be37-b4df296a057e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:42 GMT" - ], "Content-Length": [ "1631" ], @@ -1090,19 +1216,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\",\r\n \"etag\": \"W/\\\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ac6fded-f8a7-4d60-9bb1-d9eee07e2828\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759/ipConfigurations/ip2336\",\r\n \"etag\": \"W/\\\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623\"\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\": \"wwu2arxyklnuvdk53mzixmvjhd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\",\r\n \"etag\": \"W/\\\"fdf7fe83-16fa-44db-9f44-161b986e13d3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6682be6d-23a8-40cb-80c7-e51319466703\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146/ipConfigurations/ip2224\",\r\n \"etag\": \"W/\\\"fdf7fe83-16fa-44db-9f44-161b986e13d3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319\"\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\": \"gaqusd5xkh3etbpaxkrq25qb3a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY3NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1236,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\"" + "W/\"fdf7fe83-16fa-44db-9f44-161b986e13d3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9ecc5756-c774-4da6-b610-7d29bf2c96b8" + "808cdefa-b595-47fc-8c25-e186152098d7" ], "x-ms-correlation-request-id": [ - "cab34854-b6a6-44b8-ad22-56c7e45a9065" + "b4a2cac0-1bd1-46e3-bd3e-4ae596174d6f" ], "x-ms-arm-service-request-id": [ - "4ff8af5e-a0cc-43a8-b741-d6c8724b421b" + "ca48994b-64e1-4e0b-9fe0-66462e363f8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142743Z:cab34854-b6a6-44b8-ad22-56c7e45a9065" + "EASTUS2:20211117T102852Z:b4a2cac0-1bd1-46e3-bd3e-4ae596174d6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:42 GMT" - ], "Content-Length": [ "1631" ], @@ -1154,25 +1280,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\",\r\n \"etag\": \"W/\\\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ac6fded-f8a7-4d60-9bb1-d9eee07e2828\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759/ipConfigurations/ip2336\",\r\n \"etag\": \"W/\\\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623\"\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\": \"wwu2arxyklnuvdk53mzixmvjhd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\",\r\n \"etag\": \"W/\\\"fdf7fe83-16fa-44db-9f44-161b986e13d3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6682be6d-23a8-40cb-80c7-e51319466703\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146/ipConfigurations/ip2224\",\r\n \"etag\": \"W/\\\"fdf7fe83-16fa-44db-9f44-161b986e13d3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319\"\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\": \"gaqusd5xkh3etbpaxkrq25qb3a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY3NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca7452bb-6974-49fc-b341-4a6ec8458def" + "456e7eff-a56a-43ba-a6b9-ce0fbe2fc68e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1306,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:28:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\"" + "W/\"fdf7fe83-16fa-44db-9f44-161b986e13d3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cf5e3bd0-664a-4f5c-86ab-5a673a215795" + "e5746139-f3b1-440f-920e-427099eebd0a" ], "x-ms-correlation-request-id": [ - "223ca703-cdb1-4149-8e24-0733cb3481cf" + "fc0b1c49-783f-4994-9c17-d0b5a8ca2416" ], "x-ms-arm-service-request-id": [ - "1652fc0b-7982-443d-98c4-8588df08989d" + "ab27cb16-3383-43bf-8811-8194dc2089a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142743Z:223ca703-cdb1-4149-8e24-0733cb3481cf" + "EASTUS2:20211117T102853Z:fc0b1c49-783f-4994-9c17-d0b5a8ca2416" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:43 GMT" - ], "Content-Length": [ "1631" ], @@ -1224,26 +1350,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\",\r\n \"etag\": \"W/\\\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ac6fded-f8a7-4d60-9bb1-d9eee07e2828\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759/ipConfigurations/ip2336\",\r\n \"etag\": \"W/\\\"c32eff7c-4618-4e67-a8a2-54c4cf539a49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/virtualNetworks/vn9888/subnets/sn2623\"\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\": \"wwu2arxyklnuvdk53mzixmvjhd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\",\r\n \"etag\": \"W/\\\"fdf7fe83-16fa-44db-9f44-161b986e13d3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6682be6d-23a8-40cb-80c7-e51319466703\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146/ipConfigurations/ip2224\",\r\n \"etag\": \"W/\\\"fdf7fe83-16fa-44db-9f44-161b986e13d3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/virtualNetworks/vn2723/subnets/sn7319\"\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\": \"gaqusd5xkh3etbpaxkrq25qb3a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/as8312?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4MzEyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/as2354?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyMzU0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d51a11b-f6e6-42c5-afcf-5e579d4fd353" + "c85d332e-bba1-4b13-9e62-c7daad47eff9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1382,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:29:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], @@ -1266,27 +1399,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "be6e546e-2d0b-4716-b421-aa6d7e44af8e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "693cded9-3036-4be9-801d-16465e8aad9e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4780e7da-4f5d-439d-8269-de37da477652" + "9e36fc0b-720f-4868-8d14-e8ca415421c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142751Z:4780e7da-4f5d-439d-8269-de37da477652" + "EASTUS2:20211117T102901Z:9e36fc0b-720f-4868-8d14-e8ca415421c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:51 GMT" - ], "Content-Length": [ "444" ], @@ -1297,46 +1423,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8312\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/as8312\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as2354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/as2354\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkyNTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYwNDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"<AutoLogon><Enabled>true</Enabled><LogonCount>5</LogonCount><Username>Foo12</Username><Password><Value>[PLACEHOLDEr1]</Value><PlainText>true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/as8312\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\",\r\n \"content\": \"<AutoLogon><Enabled>true</Enabled><LogonCount>5</LogonCount><Username>Foo12</Username><Password><Value>[PLACEHOLDEr1]</Value><PlainText>true</PlainText></Password></AutoLogon>\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n }\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/as2354\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a2559a8-abee-42e2-92d5-9754aaddc085" + "96fd50c7-4a0e-4ffe-9e52-4defda014e77" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1898" + "1897" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:29:04 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ab038be-c1b3-4493-82df-cdc8d1ec3c64?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6bea90b-f47b-47ac-81bc-c70c2672642f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1481,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ab038be-c1b3-4493-82df-cdc8d1ec3c64" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a6bea90b-f47b-47ac-81bc-c70c2672642f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "f5ed175a-26dd-4577-b549-ef9ce03de189" + "dc78c860-25ce-4eff-9049-d42d8a50c024" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142759Z:f5ed175a-26dd-4577-b549-ef9ce03de189" + "EASTUS2:20211117T102905Z:dc78c860-25ce-4eff-9049-d42d8a50c024" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:27:58 GMT" - ], "Content-Length": [ - "2258" + "2257" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,41 +1505,48 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ed346d52-83ca-4951-bde7-a96ce335d4c2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/AS8312\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"afd84bb5-b05a-4e68-a1c3-bb09e5c7dd4e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/AS2354\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkyNTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYwNDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/AS8312\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\r\n ],\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/AS2354\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "102b9aa9-e0a5-4c9e-9c7c-61985e7d3e72" + "20f2d36d-415f-48ba-9e95-b1c5d0d88f61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1995" + "1994" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:32:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], @@ -1421,29 +1554,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca253362-d295-454b-b6b4-c716308b6b84" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a57cbcfe-e269-45f2-8fac-fc74f4859323" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "3b870182-f358-4407-acb9-936920bae106" + "d3fb6823-d06d-4ba8-92fa-d4117231e93e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143047Z:3b870182-f358-4407-acb9-936920bae106" + "EASTUS2:20211117T103253Z:d3fb6823-d06d-4ba8-92fa-d4117231e93e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:30:47 GMT" - ], "Content-Length": [ - "2286" + "2285" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1452,60 +1578,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ed346d52-83ca-4951-bde7-a96ce335d4c2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/AS8312\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"afd84bb5-b05a-4e68-a1c3-bb09e5c7dd4e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/AS2354\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ab038be-c1b3-4493-82df-cdc8d1ec3c64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhYjAzOGJlLWMxYjMtNDQ5My04MmRmLWNkYzhkMWVjM2M2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6bea90b-f47b-47ac-81bc-c70c2672642f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YmVhOTBiLWY0N2ItNDdhYy04MWJjLWM3MGMyNjcyNjQyZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:29:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29949" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "93d8bafb-036e-4a5e-829e-a586f7714e7a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b7e6c3af-6eee-423d-ad72-568c5ef2fadf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "d642ec0c-8d12-428f-9082-d2a9c63b9da4" + "b8b06b2b-1906-4e4f-b38e-228092650794" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142810Z:d642ec0c-8d12-428f-9082-d2a9c63b9da4" + "EASTUS2:20211117T102915Z:b8b06b2b-1906-4e4f-b38e-228092650794" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:28:09 GMT" - ], "Content-Length": [ "134" ], @@ -1516,57 +1642,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:27:56.9856791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ab038be-c1b3-4493-82df-cdc8d1ec3c64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:29:03.3963375+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6bea90b-f47b-47ac-81bc-c70c2672642f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ab038be-c1b3-4493-82df-cdc8d1ec3c64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhYjAzOGJlLWMxYjMtNDQ5My04MmRmLWNkYzhkMWVjM2M2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6bea90b-f47b-47ac-81bc-c70c2672642f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YmVhOTBiLWY0N2ItNDdhYy04MWJjLWM3MGMyNjcyNjQyZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:30:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29948" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7d96161-3bc3-4852-8f89-13245033a291" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a0eb6186-6d8c-4534-87b8-08e3807be160" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "f78339a0-f397-4f3d-945f-cfc6c3e033c1" + "ebefc85a-6f47-4dc5-a6ac-64cf4cebac25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142900Z:f78339a0-f397-4f3d-945f-cfc6c3e033c1" + "EASTUS2:20211117T103006Z:ebefc85a-6f47-4dc5-a6ac-64cf4cebac25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:28:59 GMT" - ], "Content-Length": [ "134" ], @@ -1577,57 +1703,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:27:56.9856791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ab038be-c1b3-4493-82df-cdc8d1ec3c64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:29:03.3963375+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6bea90b-f47b-47ac-81bc-c70c2672642f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ab038be-c1b3-4493-82df-cdc8d1ec3c64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhYjAzOGJlLWMxYjMtNDQ5My04MmRmLWNkYzhkMWVjM2M2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6bea90b-f47b-47ac-81bc-c70c2672642f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YmVhOTBiLWY0N2ItNDdhYy04MWJjLWM3MGMyNjcyNjQyZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:30:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29947" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "48f4cf96-ca92-43be-bd69-c36341c7a80f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "378cee78-0910-40ff-9215-994f7f9e72bf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "fe832890-3b3e-4faa-a783-ab56c610efed" + "629f8dda-f7dd-4c92-a520-12d22b892efc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142950Z:fe832890-3b3e-4faa-a783-ab56c610efed" + "EASTUS2:20211117T103056Z:629f8dda-f7dd-4c92-a520-12d22b892efc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:29:50 GMT" - ], "Content-Length": [ "134" ], @@ -1638,59 +1764,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:27:56.9856791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ab038be-c1b3-4493-82df-cdc8d1ec3c64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:29:03.3963375+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6bea90b-f47b-47ac-81bc-c70c2672642f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ab038be-c1b3-4493-82df-cdc8d1ec3c64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhYjAzOGJlLWMxYjMtNDQ5My04MmRmLWNkYzhkMWVjM2M2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6bea90b-f47b-47ac-81bc-c70c2672642f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YmVhOTBiLWY0N2ItNDdhYy04MWJjLWM3MGMyNjcyNjQyZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:31:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98a0332e-d495-4abf-9a06-870b6f9b4b28" + "b3903049-91b7-4570-9011-2eaeced37aaa" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "fb61d1fa-2646-4677-adab-22fd46dd3459" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T103147Z:fb61d1fa-2646-4677-adab-22fd46dd3459" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:29:03.3963375+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6bea90b-f47b-47ac-81bc-c70c2672642f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6bea90b-f47b-47ac-81bc-c70c2672642f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YmVhOTBiLWY0N2ItNDdhYy04MWJjLWM3MGMyNjcyNjQyZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:32:38 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29908" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "37efa787-976f-4cfe-9a0d-148a49025075" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "fc040605-c6e8-4188-9926-1535ad4b5852" + "6823cf88-6e87-41be-9729-d82b7c5e3ae8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143040Z:fc040605-c6e8-4188-9926-1535ad4b5852" + "EASTUS2:20211117T103238Z:6823cf88-6e87-41be-9729-d82b7c5e3ae8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:30:40 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1699,59 +1886,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:27:56.9856791+00:00\",\r\n \"endTime\": \"2021-06-29T14:30:21.814722+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1ab038be-c1b3-4493-82df-cdc8d1ec3c64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:29:03.3963375+00:00\",\r\n \"endTime\": \"2021-11-17T10:31:57.0210519+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a6bea90b-f47b-47ac-81bc-c70c2672642f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkyNTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYwNDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:32:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31983" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce8046c5-ade4-466a-9d64-082b2f63c626" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4e743397-0a61-444d-8f04-e5b68723b52b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "e0891db4-21da-4dff-865b-339cf65c3a0b" + "24bfc280-3538-4a0b-af4d-00c5126b485f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143041Z:e0891db4-21da-4dff-865b-339cf65c3a0b" + "EASTUS2:20211117T103238Z:24bfc280-3538-4a0b-af4d-00c5126b485f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:30:40 GMT" - ], "Content-Length": [ - "2287" + "2286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1760,65 +1947,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ed346d52-83ca-4951-bde7-a96ce335d4c2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/AS8312\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"afd84bb5-b05a-4e68-a1c3-bb09e5c7dd4e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/AS2354\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkyNTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYwNDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f11e27fb-d8fe-481a-bb74-1453e5f7a4d4" + "6051a60d-1a75-4433-a20e-6fd97cb35265" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:32:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af960622-9526-41e0-b368-ad5ad22bd9da" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0f443c46-e292-45fc-b471-ce0e453f8c6e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "89a816c3-d8ae-47dd-9959-8a592a56f19f" + "b347bef1-51fe-47aa-a6d0-0443bd715121" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143041Z:89a816c3-d8ae-47dd-9959-8a592a56f19f" + "EASTUS2:20211117T103238Z:b347bef1-51fe-47aa-a6d0-0443bd715121" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:30:41 GMT" - ], "Content-Length": [ - "2287" + "2286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1827,59 +2014,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ed346d52-83ca-4951-bde7-a96ce335d4c2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/AS8312\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"afd84bb5-b05a-4e68-a1c3-bb09e5c7dd4e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/AS2354\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkyNTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYwNDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:33:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "372c51d2-b6e1-4772-b0ab-381fadb1213d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dac7b158-012e-419a-9659-7aee397e6e53" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-correlation-request-id": [ - "e5b23f44-c2e2-438f-b038-15dd1ebe70b3" + "eb486223-1f2c-46db-946c-26c3714e6ded" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143119Z:e5b23f44-c2e2-438f-b038-15dd1ebe70b3" + "EASTUS2:20211117T103323Z:eb486223-1f2c-46db-946c-26c3714e6ded" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:31:18 GMT" - ], "Content-Length": [ - "2287" + "2286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1888,65 +2075,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ed346d52-83ca-4951-bde7-a96ce335d4c2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/AS8312\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"afd84bb5-b05a-4e68-a1c3-bb09e5c7dd4e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/AS2354\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkyNTA/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYwNDc/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "168c308c-bd42-4ac9-8406-fc973d07438c" + "2097f7fa-25d4-4895-ac5d-4e451db71937" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:32:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1899a3ff-9024-4874-bf7f-c72f38b0c3a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "71722c86-ba8a-4a5c-b52c-83590560aad1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "421aceff-7693-4eb8-904d-0c3c34571e32" + "206837f7-b500-46c9-bc5c-9f06122c0886" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143041Z:421aceff-7693-4eb8-904d-0c3c34571e32" + "EASTUS2:20211117T103238Z:206837f7-b500-46c9-bc5c-9f06122c0886" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:30:41 GMT" - ], "Content-Length": [ - "3519" + "3516" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1955,101 +2142,101 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ed346d52-83ca-4951-bde7-a96ce335d4c2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/availabilitySets/AS8312\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9886.blob.core.windows.net/crptestar9803/oscrptestar938.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Network/networkInterfaces/nic6759\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-29T14:30:41+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:27:57.3138172+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:30:21.7990962+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"afd84bb5-b05a-4e68-a1c3-bb09e5c7dd4e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/availabilitySets/AS2354\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar627.blob.core.windows.net/crptestar641/oscrptestar2487.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByPlatform\",\r\n \"assessmentMode\": \"AutomaticByPlatform\"\r\n },\r\n \"additionalUnattendContent\": [\r\n {\r\n \"passName\": \"OobeSystem\",\r\n \"componentName\": \"Microsoft-Windows-Shell-Setup\",\r\n \"settingName\": \"AutoLogon\"\r\n }\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Network/networkInterfaces/nic3146\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T10:32:38+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T10:29:03.7556334+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T10:31:57.00555+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9167/providers/Microsoft.Compute/virtualMachines/vm9250?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkyNTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7052/providers/Microsoft.Compute/virtualMachines/vm6047?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYwNDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2bfd7f5-cc33-47f7-9a12-4dcce33e246a" + "421a6556-9fde-465d-96af-109d7f3f8249" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:33:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ec94e26-11a5-4ba3-9813-29f40a4da12c?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e7d26149-0191-4a4f-9f94-abe7bc71d309?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ec94e26-11a5-4ba3-9813-29f40a4da12c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e7d26149-0191-4a4f-9f94-abe7bc71d309?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1195" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ec94e26-11a5-4ba3-9813-29f40a4da12c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e7d26149-0191-4a4f-9f94-abe7bc71d309" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "baac064b-5423-4033-aa6f-45527c513706" + "79027d13-7c74-42c5-b986-6c33ca735ce7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143123Z:baac064b-5423-4033-aa6f-45527c513706" + "EASTUS2:20211117T103324Z:79027d13-7c74-42c5-b986-6c33ca735ce7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:31:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9167?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxNjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7052?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcwNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9887e0b5-5c4c-47fa-ae71-345e2ddbd927" + "94e74d04-4abe-4074-b838-024854b21cfc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2057,11 +2244,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:33:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2070,13 +2260,13 @@ "14999" ], "x-ms-request-id": [ - "fbff5625-0f91-47b9-928e-3832170f00b9" + "fb690220-4c95-401e-b8fc-12a07b6030d5" ], "x-ms-correlation-request-id": [ - "fbff5625-0f91-47b9-928e-3832170f00b9" + "fb690220-4c95-401e-b8fc-12a07b6030d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143129Z:fbff5625-0f91-47b9-928e-3832170f00b9" + "EASTUS2:20211117T103329Z:fb690220-4c95-401e-b8fc-12a07b6030d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2084,29 +2274,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:31:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2114,11 +2301,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:33:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2127,13 +2317,13 @@ "11999" ], "x-ms-request-id": [ - "ba8e91bc-c5e5-4d07-81de-d71e56bea6c4" + "93a402ee-4386-45aa-b27c-50cbd381c8de" ], "x-ms-correlation-request-id": [ - "ba8e91bc-c5e5-4d07-81de-d71e56bea6c4" + "93a402ee-4386-45aa-b27c-50cbd381c8de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143145Z:ba8e91bc-c5e5-4d07-81de-d71e56bea6c4" + "EASTUS2:20211117T103344Z:93a402ee-4386-45aa-b27c-50cbd381c8de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2141,29 +2331,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:31:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2171,11 +2358,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:33:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2184,13 +2374,13 @@ "11998" ], "x-ms-request-id": [ - "8cdb8e2a-e4a9-41f8-b4a6-8704a6f46c6c" + "d09b48c6-3597-4bcf-842a-e6d6e2445c24" ], "x-ms-correlation-request-id": [ - "8cdb8e2a-e4a9-41f8-b4a6-8704a6f46c6c" + "d09b48c6-3597-4bcf-842a-e6d6e2445c24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143200Z:8cdb8e2a-e4a9-41f8-b4a6-8704a6f46c6c" + "EASTUS2:20211117T103400Z:d09b48c6-3597-4bcf-842a-e6d6e2445c24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2198,29 +2388,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:32:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2228,11 +2415,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:34:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2241,13 +2431,13 @@ "11997" ], "x-ms-request-id": [ - "c80e6e57-993a-401a-b20c-5026a2b84b8a" + "bb2306f7-9e20-4ec6-8374-aca098a3a26d" ], "x-ms-correlation-request-id": [ - "c80e6e57-993a-401a-b20c-5026a2b84b8a" + "bb2306f7-9e20-4ec6-8374-aca098a3a26d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143215Z:c80e6e57-993a-401a-b20c-5026a2b84b8a" + "EASTUS2:20211117T103415Z:bb2306f7-9e20-4ec6-8374-aca098a3a26d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2255,29 +2445,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:32:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2285,11 +2472,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:34:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2298,13 +2488,13 @@ "11996" ], "x-ms-request-id": [ - "0aec165c-d34b-4c8d-a3fb-232f8eca9af5" + "ef2c5fcd-f49c-49b1-85cc-40136813ceb9" ], "x-ms-correlation-request-id": [ - "0aec165c-d34b-4c8d-a3fb-232f8eca9af5" + "ef2c5fcd-f49c-49b1-85cc-40136813ceb9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143231Z:0aec165c-d34b-4c8d-a3fb-232f8eca9af5" + "EASTUS2:20211117T103431Z:ef2c5fcd-f49c-49b1-85cc-40136813ceb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2312,29 +2502,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:32:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2342,11 +2529,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:34:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2355,13 +2545,13 @@ "11995" ], "x-ms-request-id": [ - "7019a306-c6df-4784-b3e7-aae3a5859ff3" + "60fce0db-1e8b-4f4e-a057-27db83146b5d" ], "x-ms-correlation-request-id": [ - "7019a306-c6df-4784-b3e7-aae3a5859ff3" + "60fce0db-1e8b-4f4e-a057-27db83146b5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143246Z:7019a306-c6df-4784-b3e7-aae3a5859ff3" + "EASTUS2:20211117T103446Z:60fce0db-1e8b-4f4e-a057-27db83146b5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2369,29 +2559,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:32:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2399,11 +2586,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:35:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2412,13 +2602,13 @@ "11994" ], "x-ms-request-id": [ - "0e4b848f-4353-4600-9cbe-e3e469afba74" + "9e33a459-59fb-4d7f-ad74-2bdea117fb24" ], "x-ms-correlation-request-id": [ - "0e4b848f-4353-4600-9cbe-e3e469afba74" + "9e33a459-59fb-4d7f-ad74-2bdea117fb24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143302Z:0e4b848f-4353-4600-9cbe-e3e469afba74" + "EASTUS2:20211117T103501Z:9e33a459-59fb-4d7f-ad74-2bdea117fb24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2426,29 +2616,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:33:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2456,11 +2643,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:35:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2469,13 +2659,13 @@ "11993" ], "x-ms-request-id": [ - "ca7a520f-3d60-4d25-9062-0a6ae7e86b8a" + "6ac9a6ff-81d5-4bea-a8b3-a36d0e3c4b76" ], "x-ms-correlation-request-id": [ - "ca7a520f-3d60-4d25-9062-0a6ae7e86b8a" + "6ac9a6ff-81d5-4bea-a8b3-a36d0e3c4b76" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143317Z:ca7a520f-3d60-4d25-9062-0a6ae7e86b8a" + "EASTUS2:20211117T103517Z:6ac9a6ff-81d5-4bea-a8b3-a36d0e3c4b76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2483,29 +2673,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:33:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2513,11 +2700,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:35:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2526,13 +2716,13 @@ "11992" ], "x-ms-request-id": [ - "26cf05ea-d476-40e5-9a8d-69c6da8a16b0" + "260877d1-12e3-48fc-84e9-cfb73691cbab" ], "x-ms-correlation-request-id": [ - "26cf05ea-d476-40e5-9a8d-69c6da8a16b0" + "260877d1-12e3-48fc-84e9-cfb73691cbab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143333Z:26cf05ea-d476-40e5-9a8d-69c6da8a16b0" + "EASTUS2:20211117T103532Z:260877d1-12e3-48fc-84e9-cfb73691cbab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2540,29 +2730,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:33:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2570,11 +2757,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:35:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2583,13 +2773,13 @@ "11991" ], "x-ms-request-id": [ - "31d5cb86-e51d-48ab-96ba-965bcb420713" + "813ca178-60f3-495e-89fe-13c8923fbefb" ], "x-ms-correlation-request-id": [ - "31d5cb86-e51d-48ab-96ba-965bcb420713" + "813ca178-60f3-495e-89fe-13c8923fbefb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143348Z:31d5cb86-e51d-48ab-96ba-965bcb420713" + "EASTUS2:20211117T103548Z:813ca178-60f3-495e-89fe-13c8923fbefb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2597,29 +2787,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:33:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2627,20 +2814,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:36:03 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "8d341ea9-3efa-46d7-b058-95a02d76998f" + "239fb41e-a5de-4996-b26d-b1e98735b9ab" ], "x-ms-correlation-request-id": [ - "8d341ea9-3efa-46d7-b058-95a02d76998f" + "239fb41e-a5de-4996-b26d-b1e98735b9ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143404Z:8d341ea9-3efa-46d7-b058-95a02d76998f" + "EASTUS2:20211117T103603Z:239fb41e-a5de-4996-b26d-b1e98735b9ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2648,29 +2844,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:36:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "8517e0d9-53f1-43e6-95da-c6ec945331a7" + ], + "x-ms-correlation-request-id": [ + "8517e0d9-53f1-43e6-95da-c6ec945331a7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T103619Z:8517e0d9-53f1-43e6-95da-c6ec945331a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRZM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2678,20 +2928,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:36:34 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-request-id": [ - "730e6202-0a8d-4cd6-a178-2c7965edb51d" + "58dc9a3a-d3b6-4a57-80a6-5f235cdfbf9c" ], "x-ms-correlation-request-id": [ - "730e6202-0a8d-4cd6-a178-2c7965edb51d" + "58dc9a3a-d3b6-4a57-80a6-5f235cdfbf9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T143404Z:730e6202-0a8d-4cd6-a178-2c7965edb51d" + "EASTUS2:20211117T103634Z:58dc9a3a-d3b6-4a57-80a6-5f235cdfbf9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2699,14 +2952,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:34:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTURVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:36:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "63d40708-202c-487e-a451-ecea6f501d98" + ], + "x-ms-correlation-request-id": [ + "63d40708-202c-487e-a451-ecea6f501d98" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T103635Z:63d40708-202c-487e-a451-ecea6f501d98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2715,30 +3016,30 @@ ], "Names": { "StartPatchSettingTest": [ - "crptestar9167" + "crptestar7052" ], "TestVMWithOSProfile": [ - "crptestar9886", - "as8312" + "crptestar627", + "as2354" ], "CreatePublicIP": [ - "pip6588", - "dn2725" + "pip1173", + "dn3463" ], "CreateVNET": [ - "vn9888", - "sn2623" + "vn2723", + "sn7319" ], "CreateNIC": [ - "nic6759", - "ip2336" + "nic3146", + "ip2224" ], "CreateDefaultVMInput": [ - "crptestar9803", - "crptestar1019", - "crptestar938", - "vm9250", - "Microsoft.Compute/virtualMachines8203" + "crptestar641", + "crptestar8045", + "crptestar2487", + "vm6047", + "Microsoft.Compute/virtualMachines2723" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMCustomizationTests/TestDisablingHyperthreadingAndConstrainedvCPUsScenario.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMCustomizationTests/TestDisablingHyperthreadingAndConstrainedvCPUsScenario.json index 9e1ef9fe9c04d..a3b918cd7d5b3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMCustomizationTests/TestDisablingHyperthreadingAndConstrainedvCPUsScenario.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMCustomizationTests/TestDisablingHyperthreadingAndConstrainedvCPUsScenario.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c808d098-575d-48f8-bee1-1bff64d55e4f" + "ce300d43-8073-46b4-a44e-fe0947deb039" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:58:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132689763091654268" + "3707be56-376d-4281-af6f-306af28cbf16_132817153492658348" ], "x-ms-request-id": [ - "929ee56a-1db7-425f-8ef0-4d5b390a8be9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "23091a84-d00a-47a1-903c-ef8848f524f1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "240a4ffb-02ea-42d0-897d-c59d2a850412" + "02cad5db-3cb9-49f3-82f7-3d210764842a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013850Z:240a4ffb-02ea-42d0-897d-c59d2a850412" + "EASTUS2:20211127T145844Z:02cad5db-3cb9-49f3-82f7-3d210764842a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:38:50 GMT" - ], "Content-Length": [ "317" ], @@ -67,35 +67,42 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucy80LjEyNy4yMDE4MDMxNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucy80LjEyNy4yMDE4MDMxNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d6889ab-979f-4d8f-b6ba-4434bf820484" + "293ffd23-adc8-4914-832d-5dab6e0cd727" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:58:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999" ], @@ -103,30 +110,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132689763091654268" + "3707be56-376d-4281-af6f-306af28cbf16_132817153492658348" ], "x-ms-request-id": [ - "03a1cd30-85f6-44e6-baef-f0e105924e74" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aca6114d-b8bc-4af4-bc85-c75d3113f142" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "48d55517-e48d-483a-8b5b-9286330191d9" + "8cbe9f29-9f51-4270-9bf0-075c2d0d1035" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013850Z:48d55517-e48d-483a-8b5b-9286330191d9" + "EASTUS2:20211127T145844Z:8cbe9f29-9f51-4270-9bf0-075c2d0d1035" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:38:50 GMT" - ], "Content-Length": [ "717" ], @@ -137,25 +137,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourcegroups/crptestar7484?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0ODQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8070?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwNzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7484\": \"2021-07-02 01:38:52Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8070\": \"2021-11-27 14:58:44Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "98c33556-9d3e-4833-9aa4-42f4dc2d0433" + "56c09151-e732-4e07-8990-626f0d0ea4f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -169,6 +169,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:58:44 GMT" + ], "Pragma": [ "no-cache" ], @@ -176,13 +179,13 @@ "1199" ], "x-ms-request-id": [ - "569df380-47ee-4c18-9a60-83377c74ca20" + "ae2ba19e-c73b-4f21-b23e-9bf579e0d78a" ], "x-ms-correlation-request-id": [ - "569df380-47ee-4c18-9a60-83377c74ca20" + "ae2ba19e-c73b-4f21-b23e-9bf579e0d78a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013852Z:569df380-47ee-4c18-9a60-83377c74ca20" + "EASTUS2:20211127T145844Z:ae2ba19e-c73b-4f21-b23e-9bf579e0d78a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -190,9 +193,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:38:51 GMT" - ], "Content-Length": [ "232" ], @@ -203,25 +203,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484\",\r\n \"name\": \"crptestar7484\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7484\": \"2021-07-02 01:38:52Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070\",\r\n \"name\": \"crptestar8070\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8070\": \"2021-11-27 14:58:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourcegroups/crptestar7484?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0ODQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8070?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwNzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7484\": \"2021-07-02 01:39:26Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8070\": \"2021-11-27 14:59:14Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c80cea9-4db4-406b-b01d-78cd1b929b6d" + "47e16b01-ea0f-4e61-a0f2-933b237d557b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -235,6 +235,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:13 GMT" + ], "Pragma": [ "no-cache" ], @@ -242,13 +245,13 @@ "1198" ], "x-ms-request-id": [ - "f9dfc5d2-9528-4221-92c7-6f2082317ff0" + "8f0c66d9-ad9f-4197-8d60-1a9464196d03" ], "x-ms-correlation-request-id": [ - "f9dfc5d2-9528-4221-92c7-6f2082317ff0" + "8f0c66d9-ad9f-4197-8d60-1a9464196d03" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013925Z:f9dfc5d2-9528-4221-92c7-6f2082317ff0" + "EASTUS2:20211127T145914Z:8f0c66d9-ad9f-4197-8d60-1a9464196d03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -256,9 +259,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:25 GMT" - ], "Content-Length": [ "232" ], @@ -269,25 +269,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484\",\r\n \"name\": \"crptestar7484\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7484\": \"2021-07-02 01:39:26Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070\",\r\n \"name\": \"crptestar8070\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8070\": \"2021-11-27 14:59:14Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Storage/storageAccounts/crptestar1187?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMTg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Storage/storageAccounts/crptestar5904?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1OTA0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d9a5772-39b0-4f6a-8e5d-5d667bd1818c" + "624bcf76-5979-411b-b9b9-4eb3727c88ac" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -301,62 +301,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:58:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5ae95755-aba3-41ac-9c5e-c852acaab540?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/ac0bf665-686a-4492-b762-7b48f093fba2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5ae95755-aba3-41ac-9c5e-c852acaab540" + "ac0bf665-686a-4492-b762-7b48f093fba2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3ed6fa74-5f6b-4b1e-8836-448c40546c56" + "b40cf5bb-e7b6-4fc6-9bcd-a643d7030c77" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013857Z:3ed6fa74-5f6b-4b1e-8836-448c40546c56" + "EASTUS2:20211127T145846Z:b40cf5bb-e7b6-4fc6-9bcd-a643d7030c77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:38:56 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5ae95755-aba3-41ac-9c5e-c852acaab540?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzVhZTk1NzU1LWFiYTMtNDFhYy05YzVlLWM4NTJhY2FhYjU0MD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/ac0bf665-686a-4492-b762-7b48f093fba2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2FjMGJmNjY1LTY4NmEtNDQ5Mi1iNzYyLTdiNDhmMDkzZmJhMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -364,33 +364,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2f6ac244-9e96-4ff3-9827-aa2425dafca7" + "8ab82206-fe76-4c60-9fae-dc6aae0a02e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "bbce37ef-5155-4fb4-83d6-cc430c187ba7" + "84fce30c-2569-412c-b0ee-e49e39ad1d4c" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013914Z:bbce37ef-5155-4fb4-83d6-cc430c187ba7" + "EASTUS2:20211127T145904Z:84fce30c-2569-412c-b0ee-e49e39ad1d4c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:14 GMT" - ], "Content-Length": [ "93" ], @@ -405,21 +405,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b881033c-4161-4af4-b860-b40a11972533" + "6a7c8596-a4dc-42cb-ae66-36d789ad0171" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -427,33 +427,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e37c8a46-46e9-494b-b964-ecab89317b2b" + "a281f31a-99a8-46aa-a191-fae237832a6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "2034dbb8-1d78-4cea-9cf5-a7751d376368" + "a7d22554-700a-4ca6-a376-baa1f1abdba0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013924Z:2034dbb8-1d78-4cea-9cf5-a7751d376368" + "EASTUS2:20211127T145914Z:a7d22554-700a-4ca6-a376-baa1f1abdba0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:24 GMT" - ], "Content-Length": [ "753" ], @@ -464,25 +464,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Storage/storageAccounts/crptestar1187\",\r\n \"name\": \"crptestar1187\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-02T01:38:55.3868835Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1187.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1187.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1187.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1187.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Storage/storageAccounts/crptestar5904\",\r\n \"name\": \"crptestar5904\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-27T14:58:45.4632619Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5904.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5904.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5904.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5904.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Storage/storageAccounts/crptestar1187?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMTg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Storage/storageAccounts/crptestar5904?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1OTA0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bf29def-ed9f-4baa-afe0-3b2312bfe23c" + "387b28bf-9a0a-4d8d-ab37-e8dd6e1f79d5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -490,33 +490,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6b4140ca-06e7-4abc-bf01-6da6e1f44dab" + "f3cff5da-397d-4727-817c-2b11282636cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "2fbcfbc4-86cc-404b-b1f6-e832ea365dcc" + "72806984-8bef-4582-9679-279381823a97" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013924Z:2fbcfbc4-86cc-404b-b1f6-e832ea365dcc" + "EASTUS2:20211127T145914Z:72806984-8bef-4582-9679-279381823a97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:24 GMT" - ], "Content-Length": [ "741" ], @@ -527,80 +527,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Storage/storageAccounts/crptestar1187\",\r\n \"name\": \"crptestar1187\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-02T01:38:55.3868835Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1187.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1187.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1187.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1187.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Storage/storageAccounts/crptestar5904\",\r\n \"name\": \"crptestar5904\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-27T14:58:45.4632619Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5904.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5904.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5904.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5904.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/publicIPAddresses/pip2023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIwMjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/publicIPAddresses/pip1257?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEyNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn470\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2120\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3d5e5dc-b611-411e-8a5d-8ccb6fc1ca27" + "2d73eeb6-c6fd-42b9-87fa-04ee8988a3fc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "204" + "205" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d8ee1d79-e3e6-49c4-9988-08e5aee74736" + "a31bb364-f670-42ee-b31e-0e2407e715d2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Network/locations/eastus2euap/operations/d8ee1d79-e3e6-49c4-9988-08e5aee74736?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/a31bb364-f670-42ee-b31e-0e2407e715d2?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "711ac724-e8a2-43e9-ae89-d4d519bd125c" + "feaf22a3-ce81-479d-a8fd-56e09832343b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "77d5d262-b70b-45d8-9f68-b257e1865164" + "88f818cd-5c76-4e79-93fd-d66501b3d582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013929Z:711ac724-e8a2-43e9-ae89-d4d519bd125c" + "EASTUS2:20211127T145915Z:feaf22a3-ce81-479d-a8fd-56e09832343b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:28 GMT" - ], "Content-Length": [ - "763" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -609,19 +609,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2023\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/publicIPAddresses/pip2023\",\r\n \"etag\": \"W/\\\"b3068616-d60f-4d09-9a97-ded606be2464\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b352beba-1cb7-4317-99e0-a41d2d696b57\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn470\",\r\n \"fqdn\": \"dn470.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/publicIPAddresses/pip1257\",\r\n \"etag\": \"W/\\\"15a1c2ef-9cb0-49a5-bf90-a6496d6f3216\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"11afa07c-a7f9-407f-9765-62c787db96f7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2120\",\r\n \"fqdn\": \"dn2120.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Network/locations/eastus2euap/operations/d8ee1d79-e3e6-49c4-9988-08e5aee74736?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9kOGVlMWQ3OS1lM2U2LTQ5YzQtOTk4OC0wOGU1YWVlNzQ3MzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/a31bb364-f670-42ee-b31e-0e2407e715d2?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9hMzFiYjM2NC1mNjcwLTQyZWUtYjMxZS0wZTI0MDdlNzE1ZDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -629,37 +629,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "80a97a43-2e4e-446a-a816-6192ef2449ed" + "8de7119c-0047-4bf3-b2af-ab240b8839c8" ], "x-ms-correlation-request-id": [ - "163213d5-5d32-4cf4-b826-5051839d3a6c" + "6b8ba2e0-cb21-4ade-bbc0-d3b49be9e5b8" ], "x-ms-arm-service-request-id": [ - "2fed7a5c-9111-4e1d-a83f-4668744b1584" + "7229bb01-46ec-4a87-b3ea-89780e1cd0a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013931Z:163213d5-5d32-4cf4-b826-5051839d3a6c" + "EASTUS2:20211127T145916Z:6b8ba2e0-cb21-4ade-bbc0-d3b49be9e5b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:30 GMT" - ], "Content-Length": [ "29" ], @@ -674,15 +674,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/publicIPAddresses/pip2023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIwMjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/publicIPAddresses/pip1257?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEyNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c362f736-ef13-46c0-bcbf-33fdc3c98150\"" + "W/\"bbdb378a-bf91-4488-8a70-ac2310b04766\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6fad23eb-b0bd-4efe-b8bb-9c938b859db9" + "9c38d81a-5722-46f1-84af-74378acff832" ], "x-ms-correlation-request-id": [ - "2d77044d-f877-483e-bf73-02b2dbd900f3" + "b5ee045b-5777-43b9-be0a-9ac0dbd27e1d" ], "x-ms-arm-service-request-id": [ - "f1115bc1-1f00-497f-b64c-d33f70a1b512" + "ebd2bbbc-fc5d-41e3-9fe2-7b042e806301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013931Z:2d77044d-f877-483e-bf73-02b2dbd900f3" + "EASTUS2:20211127T145916Z:b5ee045b-5777-43b9-be0a-9ac0dbd27e1d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:30 GMT" - ], "Content-Length": [ - "764" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2023\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/publicIPAddresses/pip2023\",\r\n \"etag\": \"W/\\\"c362f736-ef13-46c0-bcbf-33fdc3c98150\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b352beba-1cb7-4317-99e0-a41d2d696b57\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn470\",\r\n \"fqdn\": \"dn470.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/publicIPAddresses/pip1257\",\r\n \"etag\": \"W/\\\"bbdb378a-bf91-4488-8a70-ac2310b04766\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"11afa07c-a7f9-407f-9765-62c787db96f7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2120\",\r\n \"fqdn\": \"dn2120.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/publicIPAddresses/pip2023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIwMjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/publicIPAddresses/pip1257?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEyNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d83bc7a-8a97-44ff-90be-bd7436c0ef14" + "0782ee5f-4caa-45d2-8007-c712cf21a390" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -760,42 +760,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c362f736-ef13-46c0-bcbf-33fdc3c98150\"" + "W/\"bbdb378a-bf91-4488-8a70-ac2310b04766\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b4b39692-dc9d-4b8e-a786-87e3ae059cc8" + "3a923a6d-2ac6-4d17-b104-833cd23ebccc" ], "x-ms-correlation-request-id": [ - "636658f8-412d-405b-8e9c-ccbac67e2d86" + "53361fe5-3c09-4ede-871f-525aa922d6fc" ], "x-ms-arm-service-request-id": [ - "34d80098-7dd0-4852-921d-5bae87ee6a8a" + "fedb9669-23e8-420f-925b-17cac0392fa4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013931Z:636658f8-412d-405b-8e9c-ccbac67e2d86" + "EASTUS2:20211127T145917Z:53361fe5-3c09-4ede-871f-525aa922d6fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:30 GMT" - ], "Content-Length": [ - "764" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -804,80 +804,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2023\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/publicIPAddresses/pip2023\",\r\n \"etag\": \"W/\\\"c362f736-ef13-46c0-bcbf-33fdc3c98150\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b352beba-1cb7-4317-99e0-a41d2d696b57\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn470\",\r\n \"fqdn\": \"dn470.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/publicIPAddresses/pip1257\",\r\n \"etag\": \"W/\\\"bbdb378a-bf91-4488-8a70-ac2310b04766\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"11afa07c-a7f9-407f-9765-62c787db96f7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2120\",\r\n \"fqdn\": \"dn2120.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyODA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9864\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn545\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d7fad88e-5902-454d-822c-4ecf29f57c48" + "d5fc84f3-2909-4471-a101-4a128847738b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "400" + "399" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5f8ab280-41e5-43c5-889e-bbdd375d2df8" + "636c7414-c9d5-4fef-9427-ae236339147f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Network/locations/eastus2euap/operations/5f8ab280-41e5-43c5-889e-bbdd375d2df8?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/636c7414-c9d5-4fef-9427-ae236339147f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "198edc1c-bbca-4087-a86c-4c5d4ecfa9cb" + "fad2231d-a6c5-442e-b65c-98165b32fc64" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ab102e1a-ce72-4b39-8778-1bb8d5b23c38" + "34d09502-3323-4f55-8dd6-d4fdf49e1ad5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013933Z:198edc1c-bbca-4087-a86c-4c5d4ecfa9cb" + "EASTUS2:20211127T145917Z:fad2231d-a6c5-442e-b65c-98165b32fc64" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:33 GMT" - ], "Content-Length": [ - "1319" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -886,19 +886,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7280\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280\",\r\n \"etag\": \"W/\\\"b826b8a9-7f2d-4e97-a19f-c9a693519438\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3ee58dc9-96be-45ea-aa1c-ed87c61bfefb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9864\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864\",\r\n \"etag\": \"W/\\\"b826b8a9-7f2d-4e97-a19f-c9a693519438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824\",\r\n \"etag\": \"W/\\\"0ea01f66-6e03-4298-902d-dda2caad2dd9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"60a8658b-952f-430d-bf73-24ce9a696ff9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn545\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545\",\r\n \"etag\": \"W/\\\"0ea01f66-6e03-4298-902d-dda2caad2dd9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Network/locations/eastus2euap/operations/5f8ab280-41e5-43c5-889e-bbdd375d2df8?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy81ZjhhYjI4MC00MWU1LTQzYzUtODg5ZS1iYmRkMzc1ZDJkZjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/636c7414-c9d5-4fef-9427-ae236339147f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy82MzZjNzQxNC1jOWQ1LTRmZWYtOTQyNy1hZTIzNjMzOTE0N2Y/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -906,37 +906,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4850b10a-b549-487b-9307-2af7fcc76862" + "d5e5ca36-99e1-4425-a36e-4be8b0d1076b" ], "x-ms-correlation-request-id": [ - "491f6705-bb20-4460-a350-ceb24ad2d2d5" + "fd936a64-aa3b-450e-b337-8fe5da5db497" ], "x-ms-arm-service-request-id": [ - "4e5b28ab-4c07-4a19-ac33-ad922318040b" + "8adc33c6-3d0b-4cf8-a16f-23f11face696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013936Z:491f6705-bb20-4460-a350-ceb24ad2d2d5" + "EASTUS2:20211127T145920Z:fd936a64-aa3b-450e-b337-8fe5da5db497" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:36 GMT" - ], "Content-Length": [ "29" ], @@ -951,15 +951,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyODA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4e9a65d9-5021-4a55-957f-a36f7983e537\"" + "W/\"8635445e-9a4b-4751-9c72-5085f62ac363\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "31cb79df-3c87-4b09-904c-363a8e11d648" + "7302c8cf-8bb6-44bd-bd43-f33a8679157e" ], "x-ms-correlation-request-id": [ - "4f84c8fe-bdb9-4481-a3d1-d0ae06b3892e" + "48e3c418-e075-4557-b74d-55a3ff38ae1a" ], "x-ms-arm-service-request-id": [ - "51f57d3d-9926-409e-a0f8-2a041beaa621" + "3b9ceb39-4d8d-489e-865e-3bc7c61c6641" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013936Z:4f84c8fe-bdb9-4481-a3d1-d0ae06b3892e" + "EASTUS2:20211127T145920Z:48e3c418-e075-4557-b74d-55a3ff38ae1a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:36 GMT" - ], "Content-Length": [ - "1321" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7280\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280\",\r\n \"etag\": \"W/\\\"4e9a65d9-5021-4a55-957f-a36f7983e537\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3ee58dc9-96be-45ea-aa1c-ed87c61bfefb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9864\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864\",\r\n \"etag\": \"W/\\\"4e9a65d9-5021-4a55-957f-a36f7983e537\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824\",\r\n \"etag\": \"W/\\\"8635445e-9a4b-4751-9c72-5085f62ac363\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"60a8658b-952f-430d-bf73-24ce9a696ff9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn545\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545\",\r\n \"etag\": \"W/\\\"8635445e-9a4b-4751-9c72-5085f62ac363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyODAvc3VibmV0cy9zbjk4NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4MjQvc3VibmV0cy9zbjU0NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f21f8ef9-e658-490d-9862-66e21678c6ed" + "0ad98485-f124-4f9f-9be5-d5344786d4fb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1037,42 +1037,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4e9a65d9-5021-4a55-957f-a36f7983e537\"" + "W/\"8635445e-9a4b-4751-9c72-5085f62ac363\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c5f33a1f-e2bc-470b-aee6-075eb20cc7bb" + "a890ac22-9a78-45c9-b726-919a93766d1b" ], "x-ms-correlation-request-id": [ - "78a6ee9e-288a-4683-a8f2-b800f422d8fe" + "c5a0e1ba-1dc0-426b-9417-3a99a2617db3" ], "x-ms-arm-service-request-id": [ - "9532c4ab-ac06-49a2-b730-075d4c61acbf" + "4564ba04-ee41-4645-87fd-090fc6de75f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013936Z:78a6ee9e-288a-4683-a8f2-b800f422d8fe" + "EASTUS2:20211127T145920Z:c5a0e1ba-1dc0-426b-9417-3a99a2617db3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:36 GMT" - ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1081,77 +1081,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9864\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864\",\r\n \"etag\": \"W/\\\"4e9a65d9-5021-4a55-957f-a36f7983e537\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn545\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545\",\r\n \"etag\": \"W/\\\"8635445e-9a4b-4751-9c72-5085f62ac363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYyNDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQyNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9864\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864\"\r\n }\r\n },\r\n \"name\": \"ip5229\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn545\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545\"\r\n }\r\n },\r\n \"name\": \"ip7619\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "acb41742-80f5-44a8-a0cc-82b12298237a" + "c0925d17-b687-44df-80e8-0daf4209f337" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "746" + "744" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f7d67f17-08ab-4aea-a49c-0054c3e3bff5" + "2ce48552-c9ea-42a9-892e-a745ab73acc6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Network/locations/eastus2euap/operations/f7d67f17-08ab-4aea-a49c-0054c3e3bff5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/2ce48552-c9ea-42a9-892e-a745ab73acc6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2ff4c322-d816-4c16-bf80-1e5fdd7c64ef" + "12056ea6-8a75-426e-9d74-9ff726d8e4bc" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "03b94848-51c7-46d2-8ddc-6a64fa3008f7" + "15549db9-be4f-4440-a1ac-1e5ba6458d64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013938Z:2ff4c322-d816-4c16-bf80-1e5fdd7c64ef" + "EASTUS2:20211127T145920Z:12056ea6-8a75-426e-9d74-9ff726d8e4bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:38 GMT" - ], "Content-Length": [ - "1631" + "1587" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1160,19 +1160,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6243\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\",\r\n \"etag\": \"W/\\\"216f325f-af01-460a-9fd7-598dc2cf7f29\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5fe5328f-da9b-449c-bb31-ef8f1adc0e25\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5229\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243/ipConfigurations/ip5229\",\r\n \"etag\": \"W/\\\"216f325f-af01-460a-9fd7-598dc2cf7f29\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864\"\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\": \"zgg4kpv4s1velkq23wd2mg545d.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4241\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\",\r\n \"etag\": \"W/\\\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a30a436-699e-415d-b1f2-cf026a084f8f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241/ipConfigurations/ip7619\",\r\n \"etag\": \"W/\\\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545\"\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\": \"rns0qybpsuguhp1tethju0lp5b.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYyNDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQyNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"216f325f-af01-460a-9fd7-598dc2cf7f29\"" + "W/\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2378109e-408f-44b4-b81e-d72b02a84456" + "e0b201e0-6818-40eb-addd-f6e214f9fcf5" ], "x-ms-correlation-request-id": [ - "5227436f-749e-4008-a053-109242b1f788" + "f7ff8f65-129e-4d5b-bc35-3776792e62b7" ], "x-ms-arm-service-request-id": [ - "a0f95e8b-4c20-4510-b900-14e4b4dc4730" + "603fcc34-0167-4845-a832-929aa9c993b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013938Z:5227436f-749e-4008-a053-109242b1f788" + "EASTUS2:20211127T145920Z:f7ff8f65-129e-4d5b-bc35-3776792e62b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:38 GMT" - ], "Content-Length": [ - "1631" + "1587" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,25 +1224,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6243\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\",\r\n \"etag\": \"W/\\\"216f325f-af01-460a-9fd7-598dc2cf7f29\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5fe5328f-da9b-449c-bb31-ef8f1adc0e25\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5229\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243/ipConfigurations/ip5229\",\r\n \"etag\": \"W/\\\"216f325f-af01-460a-9fd7-598dc2cf7f29\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864\"\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\": \"zgg4kpv4s1velkq23wd2mg545d.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4241\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\",\r\n \"etag\": \"W/\\\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a30a436-699e-415d-b1f2-cf026a084f8f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241/ipConfigurations/ip7619\",\r\n \"etag\": \"W/\\\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545\"\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\": \"rns0qybpsuguhp1tethju0lp5b.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYyNDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQyNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0be704d-0d3d-4679-ae96-abbe40ac7e64" + "b4c2e246-183d-4b69-ace8-68bee4a6df10" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1250,42 +1250,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"216f325f-af01-460a-9fd7-598dc2cf7f29\"" + "W/\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "211a6b68-048f-419f-8931-73046cb10bfd" + "ba53ebaa-9634-44f8-a4b0-f1fdc4176729" ], "x-ms-correlation-request-id": [ - "97362574-109c-4753-b541-4a2d28c79edd" + "32e42965-87e8-4c99-9951-d1b043966fa1" ], "x-ms-arm-service-request-id": [ - "56074d25-e921-4d7b-8cce-14b8fc2cb6af" + "3450be03-c6ac-44f4-a47b-e4600d9ad94e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013938Z:97362574-109c-4753-b541-4a2d28c79edd" + "EASTUS2:20211127T145921Z:32e42965-87e8-4c99-9951-d1b043966fa1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:38 GMT" - ], "Content-Length": [ - "1631" + "1587" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1294,26 +1294,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6243\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\",\r\n \"etag\": \"W/\\\"216f325f-af01-460a-9fd7-598dc2cf7f29\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5fe5328f-da9b-449c-bb31-ef8f1adc0e25\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5229\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243/ipConfigurations/ip5229\",\r\n \"etag\": \"W/\\\"216f325f-af01-460a-9fd7-598dc2cf7f29\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/virtualNetworks/vn7280/subnets/sn9864\"\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\": \"zgg4kpv4s1velkq23wd2mg545d.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4241\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\",\r\n \"etag\": \"W/\\\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a30a436-699e-415d-b1f2-cf026a084f8f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241/ipConfigurations/ip7619\",\r\n \"etag\": \"W/\\\"7c1772b4-f80a-43c5-aed8-7da00fc37de8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/virtualNetworks/vn9824/subnets/sn545\"\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\": \"rns0qybpsuguhp1tethju0lp5b.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/availabilitySets/as3231?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzMjMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/availabilitySets/as9637?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NjM3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e436831e-58f2-4572-8630-d5e9e66b263a" + "3f5347a0-5185-4941-8deb-950e795c867c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1326,37 +1326,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;366,Microsoft.Compute/PutVM30Min;1835" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2be46e62-73ba-44cd-b4a3-13d781a560f1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc991a80-67b0-4640-80d0-a2e3fbbbe73c" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3e3e9eab-6a2e-412f-9d60-58c205691f91" + "75374642-771e-42b8-b334-f2bcf66eed20" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013942Z:3e3e9eab-6a2e-412f-9d60-58c205691f91" + "EASTUS2:20211127T145921Z:75374642-771e-42b8-b334-f2bcf66eed20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:42 GMT" - ], "Content-Length": [ "442" ], @@ -1367,26 +1367,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as3231\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/availabilitySets/as3231\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9637\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/availabilitySets/as9637\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE3NDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk1NzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1187.blob.core.windows.net/crptestar3844/oscrptestar8869.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/availabilitySets/as3231\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5904.blob.core.windows.net/crptestar8106/oscrptestar7291.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/availabilitySets/as9637\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da9078fd-0e16-49f4-b7c8-ca32a29a9721" + "d02cb7ac-a6ae-498f-b90c-4d78267345b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1399,48 +1399,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8b05a1e9-5d4d-4d3d-909c-85cdc685e20a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/87b6a4d8-146d-45fc-8044-588d10e9b178?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;365,Microsoft.Compute/PutVM30Min;1834" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b05a1e9-5d4d-4d3d-909c-85cdc685e20a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "87b6a4d8-146d-45fc-8044-588d10e9b178" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "0e957f54-08d6-408d-989b-3f725afad92a" + "cdd30c7a-3505-41fd-b104-e4c31be9f12d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013945Z:0e957f54-08d6-408d-989b-3f725afad92a" + "EASTUS2:20211127T145922Z:cdd30c7a-3505-41fd-b104-e4c31be9f12d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:45 GMT" - ], "Content-Length": [ - "2148" + "2205" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1449,60 +1449,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1741\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8e741722-7e64-4d7b-8542-0828f4e16d4b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/availabilitySets/AS3231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1187.blob.core.windows.net/crptestar3844/oscrptestar8869.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9574\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3b2703ec-27bc-4e40-a554-71168c7c0b6e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/availabilitySets/AS9637\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5904.blob.core.windows.net/crptestar8106/oscrptestar7291.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-27T14:59:22.0292673+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8b05a1e9-5d4d-4d3d-909c-85cdc685e20a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84YjA1YTFlOS01ZDRkLTRkM2QtOTA5Yy04NWNkYzY4NWUyMGE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/87b6a4d8-146d-45fc-8044-588d10e9b178?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84N2I2YTRkOC0xNDZkLTQ1ZmMtODA0NC01ODhkMTBlOWIxNzg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 14:59:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14910,Microsoft.Compute/GetOperation30Min;28994" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "daff2f56-d44a-46d1-80e3-02d77a9c357c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "62ca94e3-cfd7-409f-a12b-b31868388c45" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "2478e4de-ce36-461f-88e6-e1c4066f8dae" + "caa8cb2e-dc44-4716-9e89-d4f6cda182f8" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T013955Z:2478e4de-ce36-461f-88e6-e1c4066f8dae" + "EASTUS2:20211127T145932Z:caa8cb2e-dc44-4716-9e89-d4f6cda182f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:39:55 GMT" - ], "Content-Length": [ "134" ], @@ -1513,57 +1513,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-01T18:39:44.6016275-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8b05a1e9-5d4d-4d3d-909c-85cdc685e20a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-27T14:59:21.8105054+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"87b6a4d8-146d-45fc-8044-588d10e9b178\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8b05a1e9-5d4d-4d3d-909c-85cdc685e20a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84YjA1YTFlOS01ZDRkLTRkM2QtOTA5Yy04NWNkYzY4NWUyMGE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/87b6a4d8-146d-45fc-8044-588d10e9b178?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84N2I2YTRkOC0xNDZkLTQ1ZmMtODA0NC01ODhkMTBlOWIxNzg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:00:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14913,Microsoft.Compute/GetOperation30Min;29143" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0099f41-a7f7-4b85-9173-b01df712db76" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07580466-9f68-4c9d-a000-205e7ba05794" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "d2693034-eb61-48d5-8876-0e2f84b9aad3" + "da7537ef-0900-47f6-b9b7-197d850742a2" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014046Z:d2693034-eb61-48d5-8876-0e2f84b9aad3" + "EASTUS2:20211127T150022Z:da7537ef-0900-47f6-b9b7-197d850742a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:40:45 GMT" - ], "Content-Length": [ "134" ], @@ -1574,57 +1574,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-01T18:39:44.6016275-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8b05a1e9-5d4d-4d3d-909c-85cdc685e20a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-27T14:59:21.8105054+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"87b6a4d8-146d-45fc-8044-588d10e9b178\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8b05a1e9-5d4d-4d3d-909c-85cdc685e20a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84YjA1YTFlOS01ZDRkLTRkM2QtOTA5Yy04NWNkYzY4NWUyMGE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/87b6a4d8-146d-45fc-8044-588d10e9b178?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84N2I2YTRkOC0xNDZkLTQ1ZmMtODA0NC01ODhkMTBlOWIxNzg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14915,Microsoft.Compute/GetOperation30Min;29098" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "206ad65a-e201-4b2c-886f-fb3ab2e3c335" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eeedf679-3cad-4608-85ec-f5774b89fff8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "d12343b6-4117-4c80-9c19-e2078d249631" + "fa1bcfe7-f07c-4977-862a-df8070741ca2" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014136Z:d12343b6-4117-4c80-9c19-e2078d249631" + "EASTUS2:20211127T150112Z:fa1bcfe7-f07c-4977-862a-df8070741ca2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:41:35 GMT" - ], "Content-Length": [ "184" ], @@ -1635,59 +1635,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-01T18:39:44.6016275-07:00\",\r\n \"endTime\": \"2021-07-01T18:40:57.8990099-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8b05a1e9-5d4d-4d3d-909c-85cdc685e20a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-27T14:59:21.8105054+00:00\",\r\n \"endTime\": \"2021-11-27T15:00:36.6234578+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"87b6a4d8-146d-45fc-8044-588d10e9b178\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE3NDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk1NzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3975,Microsoft.Compute/LowCostGet30Min;31894" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "831ee2d3-4294-42bc-804a-89e5e7654f9d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ffe6365b-0883-41a7-9999-b00a551f9d4d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "18282529-8a5e-471f-9c16-2e1a771da596" + "98304403-254a-46d5-8584-16e65b3ebd60" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014136Z:18282529-8a5e-471f-9c16-2e1a771da596" + "EASTUS2:20211127T150112Z:98304403-254a-46d5-8584-16e65b3ebd60" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:41:35 GMT" - ], "Content-Length": [ - "2149" + "2206" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1696,65 +1696,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1741\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8e741722-7e64-4d7b-8542-0828f4e16d4b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/availabilitySets/AS3231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1187.blob.core.windows.net/crptestar3844/oscrptestar8869.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9574\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3b2703ec-27bc-4e40-a554-71168c7c0b6e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/availabilitySets/AS9637\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5904.blob.core.windows.net/crptestar8106/oscrptestar7291.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-27T14:59:22.0292673+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE3NDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk1NzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5955508-5d1c-4a73-b98a-a7671656133a" + "2d941106-ca29-46c5-b7a8-eeab1d96d79d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3974,Microsoft.Compute/LowCostGet30Min;31893" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e74c880-a1c3-493f-ab0a-867a89a193fb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d745100-96f5-4e00-8222-b70b485f58c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "f830cd00-06c1-4c90-8a61-ad95291af6eb" + "5c08c964-6126-4d25-b357-d787e797de08" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014136Z:f830cd00-06c1-4c90-8a61-ad95291af6eb" + "EASTUS2:20211127T150112Z:5c08c964-6126-4d25-b357-d787e797de08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:41:35 GMT" - ], "Content-Length": [ - "2149" + "2206" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1763,65 +1763,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1741\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8e741722-7e64-4d7b-8542-0828f4e16d4b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/availabilitySets/AS3231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1187.blob.core.windows.net/crptestar3844/oscrptestar8869.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9574\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3b2703ec-27bc-4e40-a554-71168c7c0b6e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/availabilitySets/AS9637\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5904.blob.core.windows.net/crptestar8106/oscrptestar7291.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-27T14:59:22.0292673+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0ODQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE3NDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk1NzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6efe12de-61e5-464c-b3dc-60d0ee40a36f" + "800092b6-4338-4a7a-bbcb-8eff37a471e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3973,Microsoft.Compute/LowCostGet30Min;31892" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8e94de8-93d4-4587-9cde-39ff40e12284" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "461076a4-7a0e-4ff8-9bd1-5c16aed9444a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "b1d854c7-419d-4fca-8e09-06a9c07636a5" + "35d7d718-43c0-475d-9dda-b634ff8c2b34" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014136Z:b1d854c7-419d-4fca-8e09-06a9c07636a5" + "EASTUS2:20211127T150112Z:35d7d718-43c0-475d-9dda-b634ff8c2b34" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:41:35 GMT" - ], "Content-Length": [ - "2149" + "2206" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1830,25 +1830,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1741\",\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/virtualMachines/vm1741\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8e741722-7e64-4d7b-8542-0828f4e16d4b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Compute/availabilitySets/AS3231\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1187.blob.core.windows.net/crptestar3844/oscrptestar8869.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourceGroups/crptestar7484/providers/Microsoft.Network/networkInterfaces/nic6243\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9574\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/virtualMachines/vm9574\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3b2703ec-27bc-4e40-a554-71168c7c0b6e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Compute/availabilitySets/AS9637\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D4_v3\",\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5904.blob.core.windows.net/crptestar8106/oscrptestar7291.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8070/providers/Microsoft.Network/networkInterfaces/nic4241\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-27T14:59:22.0292673+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/resourcegroups/crptestar7484?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0ODQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8070?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwNzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77349f63-3567-4a61-afba-1255b816d84a" + "d8970a8b-98d8-450f-8e0c-e5c543b9a818" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1856,11 +1856,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1869,13 +1872,13 @@ "14999" ], "x-ms-request-id": [ - "d66ab50f-8308-43c4-9885-290c15e0e8db" + "215cbde3-f26e-4d33-bc5e-39c0360f509d" ], "x-ms-correlation-request-id": [ - "d66ab50f-8308-43c4-9885-290c15e0e8db" + "215cbde3-f26e-4d33-bc5e-39c0360f509d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014138Z:d66ab50f-8308-43c4-9885-290c15e0e8db" + "EASTUS2:20211127T150112Z:215cbde3-f26e-4d33-bc5e-39c0360f509d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1883,29 +1886,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:41:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1913,11 +1913,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1926,13 +1929,13 @@ "11999" ], "x-ms-request-id": [ - "58892a13-16d3-48a7-a3b2-a268e3d40806" + "b41ad2a1-f7f7-4a93-a5af-19152e27116b" ], "x-ms-correlation-request-id": [ - "58892a13-16d3-48a7-a3b2-a268e3d40806" + "b41ad2a1-f7f7-4a93-a5af-19152e27116b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014153Z:58892a13-16d3-48a7-a3b2-a268e3d40806" + "EASTUS2:20211127T150127Z:b41ad2a1-f7f7-4a93-a5af-19152e27116b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1940,29 +1943,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:41:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1970,11 +1970,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1983,13 +1986,13 @@ "11998" ], "x-ms-request-id": [ - "98eb0d1e-040f-42c7-9d7e-9dae0daeeb92" + "51471da3-3676-4954-90ae-39c534424f33" ], "x-ms-correlation-request-id": [ - "98eb0d1e-040f-42c7-9d7e-9dae0daeeb92" + "51471da3-3676-4954-90ae-39c534424f33" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014208Z:98eb0d1e-040f-42c7-9d7e-9dae0daeeb92" + "EASTUS2:20211127T150142Z:51471da3-3676-4954-90ae-39c534424f33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1997,29 +2000,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:42:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2027,11 +2027,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:01:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2040,13 +2043,13 @@ "11997" ], "x-ms-request-id": [ - "e1e61c76-f266-47a4-b058-85a7d450bcd0" + "92a3cef7-b6cf-4d62-ab9f-4cabe883149a" ], "x-ms-correlation-request-id": [ - "e1e61c76-f266-47a4-b058-85a7d450bcd0" + "92a3cef7-b6cf-4d62-ab9f-4cabe883149a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014223Z:e1e61c76-f266-47a4-b058-85a7d450bcd0" + "EASTUS2:20211127T150157Z:92a3cef7-b6cf-4d62-ab9f-4cabe883149a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2054,29 +2057,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:42:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2084,11 +2084,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:02:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2097,13 +2100,13 @@ "11996" ], "x-ms-request-id": [ - "902bcef5-4d3e-4d1c-9cef-8719d35591b3" + "a8957ef9-f7d5-4983-84d8-1e8695ac7f35" ], "x-ms-correlation-request-id": [ - "902bcef5-4d3e-4d1c-9cef-8719d35591b3" + "a8957ef9-f7d5-4983-84d8-1e8695ac7f35" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014238Z:902bcef5-4d3e-4d1c-9cef-8719d35591b3" + "EASTUS2:20211127T150212Z:a8957ef9-f7d5-4983-84d8-1e8695ac7f35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2111,29 +2114,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:42:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2141,11 +2141,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:02:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2154,13 +2157,13 @@ "11995" ], "x-ms-request-id": [ - "2e9831ac-117f-4e59-9ac2-0622e7ba5060" + "0d1f3a8a-75b7-4bdf-942b-922ddaa01b5a" ], "x-ms-correlation-request-id": [ - "2e9831ac-117f-4e59-9ac2-0622e7ba5060" + "0d1f3a8a-75b7-4bdf-942b-922ddaa01b5a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014254Z:2e9831ac-117f-4e59-9ac2-0622e7ba5060" + "EASTUS2:20211127T150227Z:0d1f3a8a-75b7-4bdf-942b-922ddaa01b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2168,29 +2171,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:42:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2198,11 +2198,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:02:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2211,13 +2214,13 @@ "11994" ], "x-ms-request-id": [ - "e5cff5d1-b258-4944-a737-a7e1540c530e" + "0d699546-dccc-40dd-94d2-d8266d539fd3" ], "x-ms-correlation-request-id": [ - "e5cff5d1-b258-4944-a737-a7e1540c530e" + "0d699546-dccc-40dd-94d2-d8266d539fd3" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014309Z:e5cff5d1-b258-4944-a737-a7e1540c530e" + "EASTUS2:20211127T150242Z:0d699546-dccc-40dd-94d2-d8266d539fd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2225,29 +2228,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:43:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2255,11 +2255,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:02:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2268,13 +2271,13 @@ "11993" ], "x-ms-request-id": [ - "85bd9b65-4fed-4d4c-966b-54f085c2ab39" + "7bdb1f2f-2ec4-41bd-a50f-fea0f056dd62" ], "x-ms-correlation-request-id": [ - "85bd9b65-4fed-4d4c-966b-54f085c2ab39" + "7bdb1f2f-2ec4-41bd-a50f-fea0f056dd62" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014324Z:85bd9b65-4fed-4d4c-966b-54f085c2ab39" + "EASTUS2:20211127T150257Z:7bdb1f2f-2ec4-41bd-a50f-fea0f056dd62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2282,29 +2285,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:43:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2312,11 +2312,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:03:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2325,13 +2328,13 @@ "11992" ], "x-ms-request-id": [ - "521d08e6-81b6-4633-a026-c249720f39e3" + "de4bb069-2d7a-43bf-bb47-98f8746f62ac" ], "x-ms-correlation-request-id": [ - "521d08e6-81b6-4633-a026-c249720f39e3" + "de4bb069-2d7a-43bf-bb47-98f8746f62ac" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014339Z:521d08e6-81b6-4633-a026-c249720f39e3" + "EASTUS2:20211127T150313Z:de4bb069-2d7a-43bf-bb47-98f8746f62ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2339,29 +2342,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:43:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2369,26 +2369,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:03:27 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-request-id": [ - "5f254b53-deec-4ad8-914b-0070c3bec123" + "78ad9ca1-46b4-435b-88fb-42996d1b4169" ], "x-ms-correlation-request-id": [ - "5f254b53-deec-4ad8-914b-0070c3bec123" + "78ad9ca1-46b4-435b-88fb-42996d1b4169" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014355Z:5f254b53-deec-4ad8-914b-0070c3bec123" + "EASTUS2:20211127T150328Z:78ad9ca1-46b4-435b-88fb-42996d1b4169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2396,80 +2393,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:43:54 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "951fdecc-3787-4da7-a9e1-b278e68bf09d" - ], - "x-ms-correlation-request-id": [ - "951fdecc-3787-4da7-a9e1-b278e68bf09d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T014410Z:951fdecc-3787-4da7-a9e1-b278e68bf09d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 02 Jul 2021 01:44:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/850f02f7-e14c-4fb7-905d-7b98bcae9c7f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDg0LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODUwZjAyZjctZTE0Yy00ZmI3LTkwNWQtN2I5OGJjYWU5YzdmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRnMExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDcwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2477,20 +2420,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 27 Nov 2021 15:03:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-request-id": [ - "471e674d-9133-4c7e-a5ca-f6a99a4a1b67" + "e517a383-800a-491a-8a2a-aa73665de58b" ], "x-ms-correlation-request-id": [ - "471e674d-9133-4c7e-a5ca-f6a99a4a1b67" + "e517a383-800a-491a-8a2a-aa73665de58b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T014410Z:471e674d-9133-4c7e-a5ca-f6a99a4a1b67" + "EASTUS2:20211127T150328Z:e517a383-800a-491a-8a2a-aa73665de58b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2498,14 +2444,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 02 Jul 2021 01:44:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2514,31 +2457,31 @@ ], "Names": { "TestDisablingHyperthreadingAndConstrainedvCPUsScenario": [ - "crptestar7484", - "crptestar1187", - "as3231" + "crptestar8070", + "crptestar5904", + "as9637" ], "CreatePublicIP": [ - "pip2023", - "dn470" + "pip1257", + "dn2120" ], "CreateVNET": [ - "vn7280", - "sn9864" + "vn9824", + "sn545" ], "CreateNIC": [ - "nic6243", - "ip5229" + "nic4241", + "ip7619" ], "CreateDefaultVMInput": [ - "crptestar3844", - "crptestar5861", - "crptestar8869", - "vm1741", - "Microsoft.Compute/virtualMachines986" + "crptestar8106", + "crptestar6341", + "crptestar7291", + "vm9574", + "Microsoft.Compute/virtualMachines1600" ] }, "Variables": { - "SubscriptionId": "850f02f7-e14c-4fb7-905d-7b98bcae9c7f" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario.json index 3fa43117f905a..ac8c56d9f6511 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8db14978-2d42-43a8-8c3a-09964967d21a" + "16f871fd-3d8c-4eee-acce-db7f025f6afa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:53:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "77640af9-e7f4-4f85-9ef3-ce26b1485fb9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3406d75-9e13-4bc4-a1c6-665ee7143197" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "8ea6af52-f097-498d-bd51-52a24aa7a5c4" + "b1cdec9b-bf50-4d3c-ba4d-950f985edbae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210320Z:8ea6af52-f097-498d-bd51-52a24aa7a5c4" + "EASTUS2:20211123T195318Z:b1cdec9b-bf50-4d3c-ba4d-950f985edbae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:03:19 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1400?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3499?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0OTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1400\": \"2021-06-29 21:03:20Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3499\": \"2021-11-23 19:53:18Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a63cdc6-90bb-4c67-a9c3-b77fe41a71fa" + "473acc63-6938-4477-90fe-e4ea3fd3442a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:53:22 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "1993a244-9d23-4f14-9dfc-abca5819ed1e" + "c52aa774-0e27-4865-a655-488c8964f169" ], "x-ms-correlation-request-id": [ - "1993a244-9d23-4f14-9dfc-abca5819ed1e" + "c52aa774-0e27-4865-a655-488c8964f169" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210322Z:1993a244-9d23-4f14-9dfc-abca5819ed1e" + "EASTUS2:20211123T195322Z:c52aa774-0e27-4865-a655-488c8964f169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:03:21 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400\",\r\n \"name\": \"crptestar1400\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1400\": \"2021-06-29 21:03:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499\",\r\n \"name\": \"crptestar3499\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3499\": \"2021-11-23 19:53:18Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1400?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3499?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0OTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1400\": \"2021-06-29 21:04:01Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3499\": \"2021-11-23 19:54:06Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac882245-0e81-4406-8896-cb44104e2520" + "87545893-f7a6-4621-8504-8b4972d74ef0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:07 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "618e4399-b661-4ac8-9686-d9e1806edc76" + "93b817a2-84ce-4f3d-91a4-72cb642c4744" ], "x-ms-correlation-request-id": [ - "618e4399-b661-4ac8-9686-d9e1806edc76" + "93b817a2-84ce-4f3d-91a4-72cb642c4744" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210402Z:618e4399-b661-4ac8-9686-d9e1806edc76" + "EASTUS2:20211123T195407Z:93b817a2-84ce-4f3d-91a4-72cb642c4744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:01 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400\",\r\n \"name\": \"crptestar1400\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1400\": \"2021-06-29 21:04:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499\",\r\n \"name\": \"crptestar3499\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3499\": \"2021-11-23 19:54:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Storage/storageAccounts/crptestar4395?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0Mzk1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Storage/storageAccounts/crptestar8578?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTc4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "84935bbf-32c3-4413-9f0a-bb1eb7fe64ad" + "68fe9764-5efa-4135-821a-6ba228801dad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:53:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cf202c3c-3612-42a9-b8ba-04c8d31ceea7?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9e43aa08-1d86-49a6-a26e-4312005fdaea?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cf202c3c-3612-42a9-b8ba-04c8d31ceea7" + "9e43aa08-1d86-49a6-a26e-4312005fdaea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "849a7d2e-055e-498e-be43-b460125d6314" + "75f8b1ba-6cc6-4962-aafc-7ad6867abb0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210333Z:849a7d2e-055e-498e-be43-b460125d6314" + "EASTUS2:20211123T195335Z:75f8b1ba-6cc6-4962-aafc-7ad6867abb0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:03:33 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cf202c3c-3612-42a9-b8ba-04c8d31ceea7?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvY2YyMDJjM2MtMzYxMi00MmE5LWI4YmEtMDRjOGQzMWNlZWE3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9e43aa08-1d86-49a6-a26e-4312005fdaea?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOWU0M2FhMDgtMWQ4Ni00OWE2LWEyNmUtNDMxMjAwNWZkYWVhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:53:52 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "bbbe235c-bfe9-49f9-964b-6fd122f1455b" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9e43aa08-1d86-49a6-a26e-4312005fdaea?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "d5ef8757-df49-4ebc-b276-efe70928908a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "fc8e3f6f-29c5-4624-baf7-89b8514060c0" + "2a2c0893-6007-4d59-bf06-194e58daaacd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210351Z:fc8e3f6f-29c5-4624-baf7-89b8514060c0" + "EASTUS2:20211123T195352Z:2a2c0893-6007-4d59-bf06-194e58daaacd" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9e43aa08-1d86-49a6-a26e-4312005fdaea?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOWU0M2FhMDgtMWQ4Ni00OWE2LWEyNmUtNDMxMjAwNWZkYWVhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 21:03:50 GMT" + "Tue, 23 Nov 2021 19:53:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3fe72488-db64-4637-a1fb-1211fd070038" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "70602eb3-03c9-46ca-856b-1603b465c293" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T195356Z:70602eb3-03c9-46ca-856b-1603b465c293" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc2e5c0d-adf8-4a6b-a879-621df2e64b94" + "d443b211-8cfe-417a-bd6e-27584972dc08" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f2d143cb-f036-4b31-904d-ab98359f07d2" + "a853d48e-0356-43f5-bed0-6c73537910f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "c3aeb154-b7e4-48ab-b6eb-24c403249636" + "f3e13538-efc9-46f5-8929-f829d82d93cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210401Z:c3aeb154-b7e4-48ab-b6eb-24c403249636" + "EASTUS2:20211123T195406Z:f3e13538-efc9-46f5-8929-f829d82d93cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:00 GMT" - ], "Content-Length": [ "752" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Storage/storageAccounts/crptestar4395\",\r\n \"name\": \"crptestar4395\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T21:03:29.0900362Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4395.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4395.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4395.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4395.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Storage/storageAccounts/crptestar8578\",\r\n \"name\": \"crptestar8578\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T19:53:31.6772616Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8578.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8578.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8578.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8578.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Storage/storageAccounts/crptestar4395?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0Mzk1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Storage/storageAccounts/crptestar8578?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTc4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c41f2b72-670a-4795-ad8e-70c21885838d" + "7befaa47-2327-4565-b9fb-1bc0b9df4d2d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9916459c-33d2-4e0d-b936-5589a72f0d0b" + "fb2683af-abfd-40af-b02b-e0553caa49bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "629792be-f5a3-4ff3-8b18-17597f979a6d" + "d93ec0b6-0507-4e66-8830-00b41c68a0f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210401Z:629792be-f5a3-4ff3-8b18-17597f979a6d" + "EASTUS2:20211123T195406Z:d93ec0b6-0507-4e66-8830-00b41c68a0f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:01 GMT" - ], "Content-Length": [ "740" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Storage/storageAccounts/crptestar4395\",\r\n \"name\": \"crptestar4395\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T21:03:29.0900362Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4395.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4395.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4395.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4395.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Storage/storageAccounts/crptestar8578\",\r\n \"name\": \"crptestar8578\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T19:53:31.6772616Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8578.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8578.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8578.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8578.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/publicIPAddresses/pip8469?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg0Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/publicIPAddresses/pip2698?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI2OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3577\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4496\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8df7d2a9-ade5-4dca-88bb-0cb6f2b6903f" + "84323936-9a71-41d7-8268-c396fc1da422" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "64d1fec1-6c84-4d18-a6d7-018ab673f396" + "4122d24d-eab2-49bf-b6cc-dbd271e09500" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/64d1fec1-6c84-4d18-a6d7-018ab673f396?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4122d24d-eab2-49bf-b6cc-dbd271e09500?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0cfd2460-404a-4abb-85c1-5aaf3a6af69a" + "36bdc23c-2b1e-4728-a332-4f38aa26f73f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a9161af8-4004-4d8e-9e3d-b538e5da31bb" + "b3d244b7-8bf6-4855-9449-4bd56d04583c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210413Z:0cfd2460-404a-4abb-85c1-5aaf3a6af69a" + "EASTUS2:20211123T195418Z:36bdc23c-2b1e-4728-a332-4f38aa26f73f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:12 GMT" - ], "Content-Length": [ "769" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/publicIPAddresses/pip8469\",\r\n \"etag\": \"W/\\\"5acdfeb3-b50d-4a25-bc7e-6e6b13c46ef8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"821d4d8d-d4b6-46bc-b7a0-19edc515afd7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3577\",\r\n \"fqdn\": \"dn3577.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/publicIPAddresses/pip2698\",\r\n \"etag\": \"W/\\\"d66b45f2-4c11-4c3c-a299-849236bc2a86\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"da7f2b21-7c1b-4a11-9d64-2c7bffa9c2f9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4496\",\r\n \"fqdn\": \"dn4496.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/64d1fec1-6c84-4d18-a6d7-018ab673f396?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY0ZDFmZWMxLTZjODQtNGQxOC1hNmQ3LTAxOGFiNjczZjM5Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4122d24d-eab2-49bf-b6cc-dbd271e09500?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxMjJkMjRkLWVhYjItNDliZi1iNmNjLWRiZDI3MWUwOTUwMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "64428e68-54ec-40c1-a656-0315814f5ba6" + "90575a23-f7ac-4f92-a366-81b377e02c9f" ], "x-ms-correlation-request-id": [ - "3995c02d-f71b-44dc-9f27-4f4cc4940a24" + "21ef9e7f-b04c-43c8-afed-8cff75830c39" ], "x-ms-arm-service-request-id": [ - "3a016f60-0714-401e-bc21-89c72ce49681" + "215606ec-d760-4d06-9ac6-1aacff7690a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210415Z:3995c02d-f71b-44dc-9f27-4f4cc4940a24" + "EASTUS2:20211123T195419Z:21ef9e7f-b04c-43c8-afed-8cff75830c39" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:14 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/publicIPAddresses/pip8469?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg0Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/publicIPAddresses/pip2698?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI2OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b3761b27-0d59-44ff-b0d8-95aab583cd3d\"" + "W/\"64c33391-4d34-4fce-b05d-ac6352cd6b14\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4e05fb90-ea39-440d-9957-2fc13c1e3fe1" + "d8b4032e-3dcd-4dfd-a3e9-b289e2686b3d" ], "x-ms-correlation-request-id": [ - "1a3fa29f-3f5c-4ff2-b5fe-d257013ce247" + "8922c71a-8fd8-4b4b-9e20-527045b7bfef" ], "x-ms-arm-service-request-id": [ - "b3da168c-aba4-4bb1-af29-72fdc9fdc072" + "331a4389-5ea4-493b-b4ca-0d43007f6972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210415Z:1a3fa29f-3f5c-4ff2-b5fe-d257013ce247" + "EASTUS2:20211123T195419Z:8922c71a-8fd8-4b4b-9e20-527045b7bfef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:15 GMT" - ], "Content-Length": [ "770" ], @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/publicIPAddresses/pip8469\",\r\n \"etag\": \"W/\\\"b3761b27-0d59-44ff-b0d8-95aab583cd3d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"821d4d8d-d4b6-46bc-b7a0-19edc515afd7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3577\",\r\n \"fqdn\": \"dn3577.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/publicIPAddresses/pip2698\",\r\n \"etag\": \"W/\\\"64c33391-4d34-4fce-b05d-ac6352cd6b14\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da7f2b21-7c1b-4a11-9d64-2c7bffa9c2f9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4496\",\r\n \"fqdn\": \"dn4496.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/publicIPAddresses/pip8469?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg0Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/publicIPAddresses/pip2698?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI2OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea1f46b6-cbd7-4fba-9fd5-d7eb2030d2a9" + "94068a28-093c-4e53-bcba-5a35b197fed7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b3761b27-0d59-44ff-b0d8-95aab583cd3d\"" + "W/\"64c33391-4d34-4fce-b05d-ac6352cd6b14\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0ec79502-9fe1-471d-b7e3-a97b694f4991" + "97efa48e-149b-4600-bf03-28506289accf" ], "x-ms-correlation-request-id": [ - "8d4ae80b-315d-46cb-acab-a3669e9f3df9" + "fea73f67-75d2-4c52-8928-544ea166badf" ], "x-ms-arm-service-request-id": [ - "440dc839-d457-4f34-895f-fd388a45f6ab" + "756f6858-4088-45da-8eb6-ae978cc3f485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210415Z:8d4ae80b-315d-46cb-acab-a3669e9f3df9" + "EASTUS2:20211123T195420Z:fea73f67-75d2-4c52-8928-544ea166badf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:15 GMT" - ], "Content-Length": [ "770" ], @@ -734,80 +797,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/publicIPAddresses/pip8469\",\r\n \"etag\": \"W/\\\"b3761b27-0d59-44ff-b0d8-95aab583cd3d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"821d4d8d-d4b6-46bc-b7a0-19edc515afd7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3577\",\r\n \"fqdn\": \"dn3577.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/publicIPAddresses/pip2698\",\r\n \"etag\": \"W/\\\"64c33391-4d34-4fce-b05d-ac6352cd6b14\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da7f2b21-7c1b-4a11-9d64-2c7bffa9c2f9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4496\",\r\n \"fqdn\": \"dn4496.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMyNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI0NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn722\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1896\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c1f2bd3-9990-4d15-9a24-c1577e7c54bb" + "2cadd064-3224-4ed1-8122-390375dc2f35" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e1ce222d-72b4-47eb-a9f4-f2155522954a" + "35f3a31a-d4e6-4b64-a924-37cca39d2c55" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e1ce222d-72b4-47eb-a9f4-f2155522954a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/35f3a31a-d4e6-4b64-a924-37cca39d2c55?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "098ca338-7638-42d0-852d-6d304a4c4d65" + "ea5d06a0-c3de-4984-b805-5455bf573b54" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b0f55dc3-f0d5-4ab5-a687-9096aacf6e52" + "b4b7d502-af03-4356-9e21-fe03864c1d4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210419Z:098ca338-7638-42d0-852d-6d304a4c4d65" + "EASTUS2:20211123T195425Z:ea5d06a0-c3de-4984-b805-5455bf573b54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:19 GMT" - ], "Content-Length": [ - "1319" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3269\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269\",\r\n \"etag\": \"W/\\\"521cf866-b125-4d0a-af41-d6d2c02542bb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f1c2dbba-b705-44ac-8a73-08dd12f3bc9f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722\",\r\n \"etag\": \"W/\\\"521cf866-b125-4d0a-af41-d6d2c02542bb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2464\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464\",\r\n \"etag\": \"W/\\\"c6f77809-7ccb-4de1-96d6-8443168ffd74\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9f6d0c37-2292-4810-959c-52c2ba245b85\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896\",\r\n \"etag\": \"W/\\\"c6f77809-7ccb-4de1-96d6-8443168ffd74\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e1ce222d-72b4-47eb-a9f4-f2155522954a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UxY2UyMjJkLTcyYjQtNDdlYi1hOWY0LWYyMTU1NTIyOTU0YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/35f3a31a-d4e6-4b64-a924-37cca39d2c55?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1ZjNhMzFhLWQ0ZTYtNGI2NC1hOTI0LTM3Y2NhMzlkMmM1NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "869f568b-cf53-4e4d-bda2-7fc0d6666b03" + "dd12e3b2-f9a2-436f-895c-d3adddff6852" ], "x-ms-correlation-request-id": [ - "a9ad08a4-3859-4715-9968-e93e1e579679" + "d98657fa-726a-4581-b69b-5920f4197acc" ], "x-ms-arm-service-request-id": [ - "14a07334-9f04-4d16-8437-f73d2185b947" + "2c67fd13-960f-41c4-a284-bb01356a3773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210423Z:a9ad08a4-3859-4715-9968-e93e1e579679" + "EASTUS2:20211123T195428Z:d98657fa-726a-4581-b69b-5920f4197acc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:22 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMyNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI0NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0a1b26cc-5a0e-456f-95a7-14bf544d0850\"" + "W/\"5039446d-7c15-43c0-82c3-f2a4addeb930\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1e0cc1fa-e5a1-480f-ad7a-fed74f06dcab" + "bc51c9f4-9a51-4960-803d-594f35cfebb5" ], "x-ms-correlation-request-id": [ - "0089b1f1-325f-4474-b59f-e80d60d0636f" + "385e7b76-2505-48df-9b82-8f9c97d6e1c3" ], "x-ms-arm-service-request-id": [ - "91ae6d7b-4449-4d99-92ae-2f2caab08bf5" + "1c111321-d5f2-43a7-8105-8ee4d0e1de0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210423Z:0089b1f1-325f-4474-b59f-e80d60d0636f" + "EASTUS2:20211123T195429Z:385e7b76-2505-48df-9b82-8f9c97d6e1c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:23 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3269\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269\",\r\n \"etag\": \"W/\\\"0a1b26cc-5a0e-456f-95a7-14bf544d0850\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f1c2dbba-b705-44ac-8a73-08dd12f3bc9f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722\",\r\n \"etag\": \"W/\\\"0a1b26cc-5a0e-456f-95a7-14bf544d0850\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2464\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464\",\r\n \"etag\": \"W/\\\"5039446d-7c15-43c0-82c3-f2a4addeb930\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9f6d0c37-2292-4810-959c-52c2ba245b85\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896\",\r\n \"etag\": \"W/\\\"5039446d-7c15-43c0-82c3-f2a4addeb930\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMyNjkvc3VibmV0cy9zbjcyMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI0NjQvc3VibmV0cy9zbjE4OTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9a68072-3ca0-44f1-ac2c-02ba793cd342" + "71acd2cf-a5f6-4851-bcdd-afdd55e67410" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0a1b26cc-5a0e-456f-95a7-14bf544d0850\"" + "W/\"5039446d-7c15-43c0-82c3-f2a4addeb930\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7cf61ab9-19bd-409e-b3dc-dcfbc91835de" + "02b95bb4-d08f-4769-8e53-81cfaf071d90" ], "x-ms-correlation-request-id": [ - "3fdbd78f-dfc6-4571-b36f-652ab27ec7f4" + "ce096634-2194-40c9-9fbf-fc80c0f971b4" ], "x-ms-arm-service-request-id": [ - "16c0331c-6d80-4556-8bc6-f0ae1760aadb" + "873aa0d6-0378-473a-8176-e08a928aead4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210423Z:3fdbd78f-dfc6-4571-b36f-652ab27ec7f4" + "EASTUS2:20211123T195429Z:ce096634-2194-40c9-9fbf-fc80c0f971b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:23 GMT" - ], "Content-Length": [ - "521" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722\",\r\n \"etag\": \"W/\\\"0a1b26cc-5a0e-456f-95a7-14bf544d0850\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896\",\r\n \"etag\": \"W/\\\"5039446d-7c15-43c0-82c3-f2a4addeb930\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk5OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722\"\r\n }\r\n },\r\n \"name\": \"ip6094\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896\"\r\n }\r\n },\r\n \"name\": \"ip6749\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3eebd94a-fc5e-42da-9d32-aa547d5ffe9c" + "8b3c0944-a623-428d-bda3-549bbe14d9df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "746" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ac7055dc-b7f1-4efe-b4f0-9c4e8da62afd" + "5bdc1cfd-16d4-46d5-ad6c-a197afb0d0ce" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ac7055dc-b7f1-4efe-b4f0-9c4e8da62afd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5bdc1cfd-16d4-46d5-ad6c-a197afb0d0ce?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "33064591-9956-455a-b77c-91492b1a237e" + "e5ae56a9-e169-4029-ae68-decedf15dfc5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2f6730ed-7ad3-4641-960f-052d1c969f19" + "77b99d19-0459-4cac-a408-c568e022fef9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210427Z:33064591-9956-455a-b77c-91492b1a237e" + "EASTUS2:20211123T195433Z:e5ae56a9-e169-4029-ae68-decedf15dfc5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:27 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\",\r\n \"etag\": \"W/\\\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7765809c-3e02-4f39-a609-a4136742ddf3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6094\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102/ipConfigurations/ip6094\",\r\n \"etag\": \"W/\\\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722\"\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\": \"xln2f2ifw4wejcttbdorf232th.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\",\r\n \"etag\": \"W/\\\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a14a2ae7-9eb0-42d3-99d9-321f156f4d18\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993/ipConfigurations/ip6749\",\r\n \"etag\": \"W/\\\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896\"\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\": \"g2gg1h2seiierfm2klblujc1qf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk5OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\"" + "W/\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f429500f-e5a4-4b58-9172-337f81d8a35c" + "2ce1da65-a6d5-4a9d-852e-1d540f676062" ], "x-ms-correlation-request-id": [ - "76605693-2680-4348-99c0-790609b07fe9" + "a952a476-8c93-47df-abdc-334710453b49" ], "x-ms-arm-service-request-id": [ - "bea020d1-fd7a-40f6-bb57-2d36238a1b74" + "3c21c8af-1f3a-4545-83fc-8f8a830db59f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210428Z:76605693-2680-4348-99c0-790609b07fe9" + "EASTUS2:20211123T195434Z:a952a476-8c93-47df-abdc-334710453b49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:28 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\",\r\n \"etag\": \"W/\\\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7765809c-3e02-4f39-a609-a4136742ddf3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6094\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102/ipConfigurations/ip6094\",\r\n \"etag\": \"W/\\\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722\"\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\": \"xln2f2ifw4wejcttbdorf232th.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\",\r\n \"etag\": \"W/\\\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a14a2ae7-9eb0-42d3-99d9-321f156f4d18\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993/ipConfigurations/ip6749\",\r\n \"etag\": \"W/\\\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896\"\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\": \"g2gg1h2seiierfm2klblujc1qf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk5OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08e256ef-0534-4f21-af2a-ed56bfaefbdc" + "ae7b2907-cb92-4834-be7b-66c2914e661b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\"" + "W/\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cadcf814-81e0-45c2-834d-5515558580fa" + "c68a1cf0-aa2d-42a8-b8eb-8d2b26fbe1d9" ], "x-ms-correlation-request-id": [ - "ac18385c-d1a9-4ec2-9964-cf52123a757d" + "68b66c62-d963-4226-a6f4-68e668175bbf" ], "x-ms-arm-service-request-id": [ - "309479fe-3f05-4828-bb04-72a114db73bc" + "501ddad7-e15f-4d09-8e9b-a8f081856022" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210428Z:ac18385c-d1a9-4ec2-9964-cf52123a757d" + "EASTUS2:20211123T195434Z:68b66c62-d963-4226-a6f4-68e668175bbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:28 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\",\r\n \"etag\": \"W/\\\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7765809c-3e02-4f39-a609-a4136742ddf3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6094\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102/ipConfigurations/ip6094\",\r\n \"etag\": \"W/\\\"1b726424-ed78-4f0d-a1d4-77063fc3c5b2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/virtualNetworks/vn3269/subnets/sn722\"\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\": \"xln2f2ifw4wejcttbdorf232th.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\",\r\n \"etag\": \"W/\\\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a14a2ae7-9eb0-42d3-99d9-321f156f4d18\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993/ipConfigurations/ip6749\",\r\n \"etag\": \"W/\\\"ec2d46ee-ef6a-4b22-a8c8-986eba045f0b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/virtualNetworks/vn2464/subnets/sn1896\"\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\": \"g2gg1h2seiierfm2klblujc1qf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/as3890?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzODkwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/as4120?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0MTIwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "129adfbf-6486-45ad-bffb-1f3a012ea26c" + "a25e9a62-3b2d-450e-82e1-f2ced02ec7ae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:45 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1192" - ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee4ba42f-c0ce-443e-a7d9-d9385c60f313" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b6a12621-7d37-46df-891b-f08855435ced" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "64840671-ff3a-43d7-97ea-386b300482a9" + "5a340647-581c-4229-9bb2-7554e44bcbfa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210438Z:64840671-ff3a-43d7-97ea-386b300482a9" + "EASTUS2:20211123T195446Z:5a340647-581c-4229-9bb2-7554e44bcbfa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:38 GMT" - ], "Content-Length": [ "444" ], @@ -1297,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as3890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/as3890\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as4120\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/as4120\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/as3890\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/as4120\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e6d0747-6918-4256-9de1-85133b51dd50" + "23e8e62f-fd24-4357-9317-3a81deaf45fc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:54:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e7b4c459-0c43-4fb5-8eed-37f2191daeac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1191" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e7b4c459-0c43-4fb5-8eed-37f2191daeac" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "faf0d01c-82c1-48f4-b438-5e4d4dfab742" + "2d3c1d04-f7b2-477c-ab78-d2420e3fd4ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210445Z:faf0d01c-82c1-48f4-b438-5e4d4dfab742" + "EASTUS2:20211123T195451Z:2d3c1d04-f7b2-477c-ab78-d2420e3fd4ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:04:45 GMT" - ], "Content-Length": [ - "2797" + "2854" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,26 +1442,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e9afd37-0444-4739-9500-29e22034079e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/AS3890\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c7f9bcd-dced-4fd9-842a-caa61fb627b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/AS4120\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T19:54:49.2558936+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/AS3890\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/AS4120\"\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76b3cf78-adfe-4782-9bef-5e7de46eec16" + "6f74e3e5-3e55-470f-92ee-323decc397cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1411,39 +1474,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:57:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1192" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19e7dcd9-2aa1-4499-bf25-95826b2e9493" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06eeaa2c-cf41-4fe6-b1f3-022590be691f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "8f2c4112-38df-4b6e-b6b6-c194eec71d80" + "7d701446-1c69-495c-a3eb-5a6cbd4d3611" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210824Z:8f2c4112-38df-4b6e-b6b6-c194eec71d80" + "EASTUS2:20211123T195737Z:7d701446-1c69-495c-a3eb-5a6cbd4d3611" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:08:24 GMT" - ], "Content-Length": [ - "2825" + "2882" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1452,121 +1515,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e9afd37-0444-4739-9500-29e22034079e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/AS3890\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c7f9bcd-dced-4fd9-842a-caa61fb627b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/AS4120\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2021-11-23T19:54:49.2558936+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2NjNjMjVjLWVlN2QtNGJkNi1iYmM1LWM5YWU4NDIwMmI0Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e7b4c459-0c43-4fb5-8eed-37f2191daeac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3YjRjNDU5LTBjNDMtNGZiNS04ZWVkLTM3ZjIxOTFkYWVhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:55:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29966" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d3b08f8f-be5c-4319-873f-43c182188e7e" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "fafbe760-6d27-462c-ac0c-5069edc77bda" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T210455Z:fafbe760-6d27-462c-ac0c-5069edc77bda" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 21:04:55 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:04:43.2827561+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2NjNjMjVjLWVlN2QtNGJkNi1iYmM1LWM5YWU4NDIwMmI0Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6276b23d-8133-4e3d-9862-2af8b0814820" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d056da9e-b244-4131-b98e-563d0aaecb1e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "c8080659-2855-4fb9-89db-e6c7d26831f3" + "9ef9ee1b-5746-48dd-abd2-d70e7baca150" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210546Z:c8080659-2855-4fb9-89db-e6c7d26831f3" + "EASTUS2:20211123T195501Z:9ef9ee1b-5746-48dd-abd2-d70e7baca150" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:05:45 GMT" - ], "Content-Length": [ "134" ], @@ -1577,57 +1579,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:04:43.2827561+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:54:49.1777785+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e7b4c459-0c43-4fb5-8eed-37f2191daeac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2NjNjMjVjLWVlN2QtNGJkNi1iYmM1LWM5YWU4NDIwMmI0Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e7b4c459-0c43-4fb5-8eed-37f2191daeac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3YjRjNDU5LTBjNDMtNGZiNS04ZWVkLTM3ZjIxOTFkYWVhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:55:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ba3c9f0-cace-445a-9431-2058ad1d9ae5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "797f61d0-c742-4dc8-bc11-adcde74895a8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "050ab73c-9bdd-49e2-869b-79a04aedf7d8" + "942c0c87-9021-422b-b592-aeffcba9a89b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210636Z:050ab73c-9bdd-49e2-869b-79a04aedf7d8" + "EASTUS2:20211123T195552Z:942c0c87-9021-422b-b592-aeffcba9a89b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:06:35 GMT" - ], "Content-Length": [ "134" ], @@ -1638,57 +1640,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:04:43.2827561+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:54:49.1777785+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e7b4c459-0c43-4fb5-8eed-37f2191daeac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2NjNjMjVjLWVlN2QtNGJkNi1iYmM1LWM5YWU4NDIwMmI0Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e7b4c459-0c43-4fb5-8eed-37f2191daeac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3YjRjNDU5LTBjNDMtNGZiNS04ZWVkLTM3ZjIxOTFkYWVhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:56:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9107b015-beb1-4060-97af-808598d76b64" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d3ea8087-56a8-4a91-94e2-b29623c48c68" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "a648349a-79f6-4d0b-b91c-96533c32b053" + "aecd7cd8-8f56-4e83-a77f-dd9b664e37e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210727Z:a648349a-79f6-4d0b-b91c-96533c32b053" + "EASTUS2:20211123T195642Z:aecd7cd8-8f56-4e83-a77f-dd9b664e37e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:07:26 GMT" - ], "Content-Length": [ "134" ], @@ -1699,57 +1701,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:04:43.2827561+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:54:49.1777785+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e7b4c459-0c43-4fb5-8eed-37f2191daeac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2NjNjMjVjLWVlN2QtNGJkNi1iYmM1LWM5YWU4NDIwMmI0Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e7b4c459-0c43-4fb5-8eed-37f2191daeac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3YjRjNDU5LTBjNDMtNGZiNS04ZWVkLTM3ZjIxOTFkYWVhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:57:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "210a8e05-d15a-4293-accf-9ad98348bba3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3eeec8e-40e9-491c-946e-02b168010cd7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "ab203398-1760-4767-a831-9c3ce5561b28" + "11494f46-2a03-44be-b76e-371902565110" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210817Z:ab203398-1760-4767-a831-9c3ce5561b28" + "EASTUS2:20211123T195733Z:11494f46-2a03-44be-b76e-371902565110" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:08:17 GMT" - ], "Content-Length": [ "184" ], @@ -1760,59 +1762,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:04:43.2827561+00:00\",\r\n \"endTime\": \"2021-06-29T21:07:30.9088433+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7663c25c-ee7d-4bd6-bbc5-c9ae84202b4c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:54:49.1777785+00:00\",\r\n \"endTime\": \"2021-11-23T19:57:17.1620485+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e7b4c459-0c43-4fb5-8eed-37f2191daeac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:57:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31956" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "548437b8-fc96-4c41-98a3-47fbe1e958a2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0685d5d1-8e65-45c9-9a84-416a91867ec3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "bcedcad5-54ae-4a2c-92bf-a50bdfc278dc" + "b66cc5b9-b146-4033-903b-fb10d9b95d6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210817Z:bcedcad5-54ae-4a2c-92bf-a50bdfc278dc" + "EASTUS2:20211123T195733Z:b66cc5b9-b146-4033-903b-fb10d9b95d6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:08:17 GMT" - ], "Content-Length": [ - "2826" + "2883" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1821,65 +1823,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e9afd37-0444-4739-9500-29e22034079e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/AS3890\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c7f9bcd-dced-4fd9-842a-caa61fb627b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/AS4120\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T19:54:49.2558936+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebe2df21-3288-440b-9616-0582f01c97ca" + "c0629dd1-c7eb-4077-9cb1-b96502051196" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:57:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31955" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a549a76a-d0a3-4c6b-a32e-9803a8f7227a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3575cc2a-b0e7-4b06-8f49-40b2317e4356" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "cc443766-182e-4cd4-86dd-f07ad125f8f5" + "a76cc2e4-7bbe-46cb-8102-d7b1654ced21" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210818Z:cc443766-182e-4cd4-86dd-f07ad125f8f5" + "EASTUS2:20211123T195733Z:a76cc2e4-7bbe-46cb-8102-d7b1654ced21" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:08:17 GMT" - ], "Content-Length": [ - "2826" + "2883" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1888,59 +1890,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e9afd37-0444-4739-9500-29e22034079e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/AS3890\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c7f9bcd-dced-4fd9-842a-caa61fb627b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/AS4120\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T19:54:49.2558936+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:58:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31952" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1808793f-69df-41cc-8fc1-934213c715c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bddb1bd7-4307-4897-9818-83e84bcf2a7b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "a4a9ca71-82f1-4673-b55c-dc854df617c0" + "1584794d-4512-4079-a97a-e99eb43e81d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210854Z:a4a9ca71-82f1-4673-b55c-dc854df617c0" + "EASTUS2:20211123T195807Z:1584794d-4512-4079-a97a-e99eb43e81d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:08:54 GMT" - ], "Content-Length": [ - "2826" + "2883" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1949,65 +1951,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e9afd37-0444-4739-9500-29e22034079e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/AS3890\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c7f9bcd-dced-4fd9-842a-caa61fb627b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/AS4120\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T19:54:49.2558936+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MDY/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0MDk/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e58c5c2-bdc3-4fed-95bd-ed3e8f276cfa" + "32dfaca8-bc08-4167-a1b7-289cd22b37b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:57:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31954" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e017324-df12-442a-ac0e-e71185b79ebf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c80462df-b48c-400f-b165-e2958445c5eb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "89b5b9e7-eb60-4f04-b9ba-cdb02d25a07a" + "4658ba54-a26f-4867-8fc9-458dd37d172e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210818Z:89b5b9e7-eb60-4f04-b9ba-cdb02d25a07a" + "EASTUS2:20211123T195733Z:4658ba54-a26f-4867-8fc9-458dd37d172e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:08:18 GMT" - ], "Content-Length": [ - "4710" + "4766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2016,138 +2018,138 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e9afd37-0444-4739-9500-29e22034079e\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/availabilitySets/AS3890\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar9568/oscrptestar6551.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk1crptestar6530.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4395.blob.core.windows.net/crptestar5397/dataDisk2crptestar1331.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Network/networkInterfaces/nic7102\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-29T21:08:18+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:04:43.6890438+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dataDisk1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:04:43.6577964+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dataDisk2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:04:43.6734265+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:07:30.8775987+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0c7f9bcd-dced-4fd9-842a-caa61fb627b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/availabilitySets/AS4120\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7994/oscrptestar3995.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 2,\r\n \"name\": \"dataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk1crptestar4917.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 3,\r\n \"name\": \"dataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8578.blob.core.windows.net/crptestar7472/dataDisk2crptestar1615.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Network/networkInterfaces/nic9993\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-23T19:57:33+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-23T19:54:49.7873834+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dataDisk1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-23T19:54:49.5683516+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dataDisk2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-23T19:54:49.5527229+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-23T19:57:17.130794+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-23T19:54:49.2558936+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1400/providers/Microsoft.Compute/virtualMachines/vm1606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE2MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3499/providers/Microsoft.Compute/virtualMachines/vm3409?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM0MDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81e60710-8152-4ec9-b030-8d0e16c9644a" + "5f45c821-e1b3-434a-976a-fccb4694e90c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:58:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2791428b-b065-41cf-ae46-4a7bec9d86f1?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/da0b0d16-cec7-4e3a-b9f8-ad99a45129c9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2791428b-b065-41cf-ae46-4a7bec9d86f1?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/da0b0d16-cec7-4e3a-b9f8-ad99a45129c9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1187" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2791428b-b065-41cf-ae46-4a7bec9d86f1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "da0b0d16-cec7-4e3a-b9f8-ad99a45129c9" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "c54aaceb-6c1c-4257-b21a-8e4c160dd23e" + "78b496bd-d37b-4b58-afb0-3dde053ab67f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210855Z:c54aaceb-6c1c-4257-b21a-8e4c160dd23e" + "EASTUS2:20211123T195808Z:78b496bd-d37b-4b58-afb0-3dde053ab67f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:08:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2791428b-b065-41cf-ae46-4a7bec9d86f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3OTE0MjhiLWIwNjUtNDFjZi1hZTQ2LTRhN2JlYzlkODZmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/da0b0d16-cec7-4e3a-b9f8-ad99a45129c9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhMGIwZDE2LWNlYzctNGUzYS1iOWY4LWFkOTlhNDUxMjljOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:58:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2623d62b-9d75-499a-88c2-e911a13fc3f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "67a31b79-eed6-4c3b-bb85-db3bf3dfcc77" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "ff551102-dfcc-47c1-8ccd-4a17af4e8fe9" + "3854aaa7-349e-40e8-9e4d-ab853183895f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210906Z:ff551102-dfcc-47c1-8ccd-4a17af4e8fe9" + "EASTUS2:20211123T195818Z:3854aaa7-349e-40e8-9e4d-ab853183895f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:09:05 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2156,59 +2158,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:08:55.6596132+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2791428b-b065-41cf-ae46-4a7bec9d86f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:58:08.084105+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da0b0d16-cec7-4e3a-b9f8-ad99a45129c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2791428b-b065-41cf-ae46-4a7bec9d86f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3OTE0MjhiLWIwNjUtNDFjZi1hZTQ2LTRhN2JlYzlkODZmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/da0b0d16-cec7-4e3a-b9f8-ad99a45129c9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhMGIwZDE2LWNlYzctNGUzYS1iOWY4LWFkOTlhNDUxMjljOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:58:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "df21604e-2dd1-4673-8c1b-786b7e01201e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f18261eb-6f71-4b40-8c69-e6db5e03e1cf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "98d79312-3652-48e5-8c5f-41f07d91724b" + "48e3c031-1b28-4985-ba53-464cc6942226" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210936Z:98d79312-3652-48e5-8c5f-41f07d91724b" + "EASTUS2:20211123T195848Z:48e3c031-1b28-4985-ba53-464cc6942226" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:09:35 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2217,83 +2219,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:08:55.6596132+00:00\",\r\n \"endTime\": \"2021-06-29T21:09:30.0817036+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2791428b-b065-41cf-ae46-4a7bec9d86f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T19:58:08.084105+00:00\",\r\n \"endTime\": \"2021-11-23T19:58:42.9432679+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"da0b0d16-cec7-4e3a-b9f8-ad99a45129c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2791428b-b065-41cf-ae46-4a7bec9d86f1?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3OTE0MjhiLWIwNjUtNDFjZi1hZTQ2LTRhN2JlYzlkODZmMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/da0b0d16-cec7-4e3a-b9f8-ad99a45129c9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhMGIwZDE2LWNlYzctNGUzYS1iOWY4LWFkOTlhNDUxMjljOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:58:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6788932e-6626-4068-8d43-b9617c275fc1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4496650c-d5e5-489d-b15f-e541a4a3bcba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-correlation-request-id": [ - "879149b6-01fe-4ef2-94b9-289d83298961" + "7198975f-b7e1-4967-810b-602fa9e9f345" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210936Z:879149b6-01fe-4ef2-94b9-289d83298961" + "EASTUS2:20211123T195849Z:7198975f-b7e1-4967-810b-602fa9e9f345" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:09:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1400?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3499?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0OTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5c5c435-3f3d-4cb2-98b3-0f252d8a6abb" + "a655cd39-f0df-4e68-b47d-f7c93f756e39" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2301,11 +2303,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:58:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2314,13 +2319,13 @@ "14999" ], "x-ms-request-id": [ - "1f04fe37-1537-48fd-9772-e2dca2bc2254" + "093672af-7abe-41c9-b4c0-1fd67bb3333b" ], "x-ms-correlation-request-id": [ - "1f04fe37-1537-48fd-9772-e2dca2bc2254" + "093672af-7abe-41c9-b4c0-1fd67bb3333b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210942Z:1f04fe37-1537-48fd-9772-e2dca2bc2254" + "EASTUS2:20211123T195855Z:093672af-7abe-41c9-b4c0-1fd67bb3333b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2328,29 +2333,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:09:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2358,11 +2360,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:59:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2371,13 +2376,13 @@ "11999" ], "x-ms-request-id": [ - "73082fe4-5dc1-4724-940e-4744ac7dee42" + "05147905-df8f-4c74-94b2-2e6be49bbcd1" ], "x-ms-correlation-request-id": [ - "73082fe4-5dc1-4724-940e-4744ac7dee42" + "05147905-df8f-4c74-94b2-2e6be49bbcd1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T210957Z:73082fe4-5dc1-4724-940e-4744ac7dee42" + "EASTUS2:20211123T195911Z:05147905-df8f-4c74-94b2-2e6be49bbcd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2385,29 +2390,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:09:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2415,11 +2417,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:59:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2428,13 +2433,13 @@ "11998" ], "x-ms-request-id": [ - "94993d78-8f4e-446b-b60d-b84f6237450f" + "6f2dfc41-46f8-46f2-95cf-756ed5a21563" ], "x-ms-correlation-request-id": [ - "94993d78-8f4e-446b-b60d-b84f6237450f" + "6f2dfc41-46f8-46f2-95cf-756ed5a21563" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211013Z:94993d78-8f4e-446b-b60d-b84f6237450f" + "EASTUS2:20211123T195926Z:6f2dfc41-46f8-46f2-95cf-756ed5a21563" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2442,29 +2447,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:10:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2472,11 +2474,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 19:59:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2485,13 +2490,13 @@ "11997" ], "x-ms-request-id": [ - "fb0b6763-beff-4cd7-a9f4-30209f88743d" + "c7e31493-0f26-4e11-89d4-d9c6ff187884" ], "x-ms-correlation-request-id": [ - "fb0b6763-beff-4cd7-a9f4-30209f88743d" + "c7e31493-0f26-4e11-89d4-d9c6ff187884" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211028Z:fb0b6763-beff-4cd7-a9f4-30209f88743d" + "EASTUS2:20211123T195942Z:c7e31493-0f26-4e11-89d4-d9c6ff187884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2499,29 +2504,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:10:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 19:59:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "7f9e4b85-c9ee-481c-9d10-2f16a790f637" + ], + "x-ms-correlation-request-id": [ + "7f9e4b85-c9ee-481c-9d10-2f16a790f637" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T195957Z:7f9e4b85-c9ee-481c-9d10-2f16a790f637" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2529,26 +2588,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:00:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "5de18ae6-f459-47d1-91a1-082ec438f9e6" + "948d60f4-39c1-4e8d-8e0f-03728dc5523b" ], "x-ms-correlation-request-id": [ - "5de18ae6-f459-47d1-91a1-082ec438f9e6" + "948d60f4-39c1-4e8d-8e0f-03728dc5523b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211044Z:5de18ae6-f459-47d1-91a1-082ec438f9e6" + "EASTUS2:20211123T200013Z:948d60f4-39c1-4e8d-8e0f-03728dc5523b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2556,29 +2618,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:10:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:00:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "2f01b19e-a185-4aa8-bd16-cb66c0a016a9" + ], + "x-ms-correlation-request-id": [ + "2f01b19e-a185-4aa8-bd16-cb66c0a016a9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T200028Z:2f01b19e-a185-4aa8-bd16-cb66c0a016a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2586,26 +2702,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:00:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "3a14d09e-dd84-47b1-bc8f-5f3263dacf5c" + "526a7953-8d77-4de1-97a9-078925e0d88c" ], "x-ms-correlation-request-id": [ - "3a14d09e-dd84-47b1-bc8f-5f3263dacf5c" + "526a7953-8d77-4de1-97a9-078925e0d88c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211059Z:3a14d09e-dd84-47b1-bc8f-5f3263dacf5c" + "EASTUS2:20211123T200044Z:526a7953-8d77-4de1-97a9-078925e0d88c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2613,29 +2732,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:10:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:00:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "ba6373b9-c4f3-405e-9ddb-d1b9909db7f9" + ], + "x-ms-correlation-request-id": [ + "ba6373b9-c4f3-405e-9ddb-d1b9909db7f9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T200059Z:ba6373b9-c4f3-405e-9ddb-d1b9909db7f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2643,26 +2816,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:01:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "c44b08ea-4cfd-4ee8-b5c2-4d578926284a" + "c958026f-ea1a-4ddd-b9e7-ade4ef091c18" ], "x-ms-correlation-request-id": [ - "c44b08ea-4cfd-4ee8-b5c2-4d578926284a" + "c958026f-ea1a-4ddd-b9e7-ade4ef091c18" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211115Z:c44b08ea-4cfd-4ee8-b5c2-4d578926284a" + "EASTUS2:20211123T200114Z:c958026f-ea1a-4ddd-b9e7-ade4ef091c18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2670,29 +2846,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:11:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:01:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "ee44f10e-0677-48b7-b7f3-7994326ab739" + ], + "x-ms-correlation-request-id": [ + "ee44f10e-0677-48b7-b7f3-7994326ab739" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T200130Z:ee44f10e-0677-48b7-b7f3-7994326ab739" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2700,20 +2930,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:01:45 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "38f19b91-3713-4fb7-83ed-5ab5f5995a3e" + "ba4e0983-383b-4ecd-a81e-0cf752061f94" ], "x-ms-correlation-request-id": [ - "38f19b91-3713-4fb7-83ed-5ab5f5995a3e" + "ba4e0983-383b-4ecd-a81e-0cf752061f94" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211130Z:38f19b91-3713-4fb7-83ed-5ab5f5995a3e" + "EASTUS2:20211123T200145Z:ba4e0983-383b-4ecd-a81e-0cf752061f94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2721,29 +2960,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:11:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:02:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "c066278f-635e-4785-8e76-6143f964b16c" + ], + "x-ms-correlation-request-id": [ + "c066278f-635e-4785-8e76-6143f964b16c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T200201Z:c066278f-635e-4785-8e76-6143f964b16c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDAwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRBd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2751,20 +3044,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:02:16 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "a7c4499c-0bc5-443a-88c7-6afd8067a3e8" + "9a9bcb1e-705c-4aa0-aaab-27727baa61af" ], "x-ms-correlation-request-id": [ - "a7c4499c-0bc5-443a-88c7-6afd8067a3e8" + "9a9bcb1e-705c-4aa0-aaab-27727baa61af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211131Z:a7c4499c-0bc5-443a-88c7-6afd8067a3e8" + "EASTUS2:20211123T200216Z:9a9bcb1e-705c-4aa0-aaab-27727baa61af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2772,14 +3068,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:11:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDk5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRrNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:02:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "4ec72ee0-164b-4368-878c-5ee6d5dad820" + ], + "x-ms-correlation-request-id": [ + "4ec72ee0-164b-4368-878c-5ee6d5dad820" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T200217Z:4ec72ee0-164b-4368-878c-5ee6d5dad820" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2788,32 +3132,32 @@ ], "Names": { "TestVMDataDiskScenario": [ - "crptestar1400", - "crptestar4395", - "as3890", - "crptestar5397", - "crptestar4550", - "crptestar6530", - "crptestar1331" + "crptestar3499", + "crptestar8578", + "as4120", + "crptestar7472", + "crptestar2516", + "crptestar4917", + "crptestar1615" ], "CreatePublicIP": [ - "pip8469", - "dn3577" + "pip2698", + "dn4496" ], "CreateVNET": [ - "vn3269", - "sn722" + "vn2464", + "sn1896" ], "CreateNIC": [ - "nic7102", - "ip6094" + "nic9993", + "ip6749" ], "CreateDefaultVMInput": [ - "crptestar9568", - "crptestar1853", - "crptestar6551", - "vm1606", - "Microsoft.Compute/virtualMachines7487" + "crptestar7994", + "crptestar153", + "crptestar3995", + "vm3409", + "Microsoft.Compute/virtualMachines2042" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario_ManagedDisk_ForceDetach.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario_ManagedDisk_ForceDetach.json index 8c68ea1133c1d..b4d76e36ddc1a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario_ManagedDisk_ForceDetach.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDataDiskTests/TestVMDataDiskScenario_ManagedDisk_ForceDetach.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5f5197d-4b4c-43f1-9ed8-43639ca9d4e9" + "b6ffa160-b668-4b04-8a20-d13a7ec9ecd5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132689763091654268" + "3707be56-376d-4281-af6f-306af28cbf16_132804548105402048" ], "x-ms-request-id": [ - "2835ba71-bb05-433a-a0f6-6e9863b950a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ee90d76b-ff8e-46ee-8f98-01e0c0645016" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "b19376c4-55d7-4dbf-aef3-35ccb2aacbcf" + "af060c1e-5350-427f-a29d-b5b28c39d7c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211131Z:b19376c4-55d7-4dbf-aef3-35ccb2aacbcf" + "EASTUS2:20211117T121100Z:af060c1e-5350-427f-a29d-b5b28c39d7c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:11:30 GMT" - ], "Content-Length": [ "317" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8075?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwNzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar794?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8075\": \"2021-06-29 21:11:31Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar794\": \"2021-11-17 12:11:00Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ad0044c7-1df2-4546-b397-494540e0b509" + "4cad7e37-0eae-4e0b-88b9-5a722f7939aa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "97" + "96" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:10:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "4e205d53-6a69-49fe-a4f9-a32d6d7130db" + "5c266bf3-90e2-4665-913a-63703e70c9bd" ], "x-ms-correlation-request-id": [ - "4e205d53-6a69-49fe-a4f9-a32d6d7130db" + "5c266bf3-90e2-4665-913a-63703e70c9bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211131Z:4e205d53-6a69-49fe-a4f9-a32d6d7130db" + "EASTUS2:20211117T121100Z:5c266bf3-90e2-4665-913a-63703e70c9bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:11:31 GMT" - ], "Content-Length": [ - "232" + "229" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,38 +133,41 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075\",\r\n \"name\": \"crptestar8075\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8075\": \"2021-06-29 21:11:31Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794\",\r\n \"name\": \"crptestar794\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar794\": \"2021-11-17 12:11:00Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8075?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwNzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar794?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8075\": \"2021-06-29 21:12:01Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar794\": \"2021-11-17 12:11:29Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "498f3a69-1283-4cea-bc78-74d00a22dd47" + "f79830e3-eaf3-4c2d-b70d-0ae427b067bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "97" + "96" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:29 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "05bed377-b81a-4568-929e-17323e76a45a" + "30b5de87-a88d-4d49-99c4-488fe69db7ee" ], "x-ms-correlation-request-id": [ - "05bed377-b81a-4568-929e-17323e76a45a" + "30b5de87-a88d-4d49-99c4-488fe69db7ee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211201Z:05bed377-b81a-4568-929e-17323e76a45a" + "EASTUS2:20211117T121129Z:30b5de87-a88d-4d49-99c4-488fe69db7ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:01 GMT" - ], "Content-Length": [ - "232" + "229" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075\",\r\n \"name\": \"crptestar8075\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8075\": \"2021-06-29 21:12:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794\",\r\n \"name\": \"crptestar794\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar794\": \"2021-11-17 12:11:29Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Storage/storageAccounts/crptestar9471?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDcxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Storage/storageAccounts/crptestar8443?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3Rhcjg0NDM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f5d27f3c-ace1-42dc-afb9-8cd0d151e167" + "29d5b346-e200-4371-999b-057a83f8bdfd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4de44035-fc09-4b7b-805f-4b4fd09395de?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/038b0e13-e1c7-49b9-85f7-2ead1c4864d3?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4de44035-fc09-4b7b-805f-4b4fd09395de" + "038b0e13-e1c7-49b9-85f7-2ead1c4864d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "bd57761b-05e6-4d1a-8c23-2097152089f2" + "dc6f11e1-ca13-41d4-b2bf-e44fc5f96686" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211133Z:bd57761b-05e6-4d1a-8c23-2097152089f2" + "EASTUS2:20211117T121102Z:dc6f11e1-ca13-41d4-b2bf-e44fc5f96686" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:11:33 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4de44035-fc09-4b7b-805f-4b4fd09395de?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzRkZTQ0MDM1LWZjMDktNGI3Yi04MDVmLTRiNGZkMDkzOTVkZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/038b0e13-e1c7-49b9-85f7-2ead1c4864d3?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzAzOGIwZTEzLWUxYzctNDliOS04NWY3LTJlYWQxYzQ4NjRkMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "eca659cd-c12a-4110-8aa6-27431be85723" + "e8bd465a-5fb2-43c2-8bf1-df4b6d99e503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "bff99644-e098-4e07-bf3a-92473cc7f38e" + "0fbff4f2-3b7c-45c5-b3f3-5160bbbd6a46" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211150Z:bff99644-e098-4e07-bf3a-92473cc7f38e" + "EASTUS2:20211117T121119Z:0fbff4f2-3b7c-45c5-b3f3-5160bbbd6a46" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:11:50 GMT" - ], "Content-Length": [ "93" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cfdea7a-a010-4059-b7cd-e892484dae8e" + "5ffd787e-ed14-4ecc-a2ce-de40dd860990" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6a2e826b-caa8-48d0-a437-58f8e5f59703" + "eea27fbc-eb49-4b20-854c-2d13343a0936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "b28abe66-9128-4ca9-8a33-caf9c4e847f3" + "4808c2b6-8ff1-42c3-b694-c97edec4fd75" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211201Z:b28abe66-9128-4ca9-8a33-caf9c4e847f3" + "EASTUS2:20211117T121129Z:4808c2b6-8ff1-42c3-b694-c97edec4fd75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:00 GMT" - ], "Content-Length": [ - "753" + "752" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Storage/storageAccounts/crptestar9471\",\r\n \"name\": \"crptestar9471\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T21:11:32.2110647Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9471.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9471.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9471.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9471.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Storage/storageAccounts/crptestar8443\",\r\n \"name\": \"crptestar8443\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:11:01.2077462Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8443.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8443.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8443.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8443.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Storage/storageAccounts/crptestar9471?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDcxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Storage/storageAccounts/crptestar8443?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3Rhcjg0NDM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6df8f83-d276-4a0c-947b-1e944034b21f" + "8a9eb8ef-1daf-4e51-a7ce-199745a38d39" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ba3edd32-6e07-48a0-81d4-a5874ae60248" + "088c0b14-0f82-4d4c-8ec2-1c526a5ba88f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "ff2a28b0-0250-40ce-8ff3-fb872fdf90f1" + "b8231293-759f-47e0-b087-efa524decd2f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211201Z:ff2a28b0-0250-40ce-8ff3-fb872fdf90f1" + "EASTUS2:20211117T121129Z:b8231293-759f-47e0-b087-efa524decd2f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:00 GMT" - ], "Content-Length": [ - "741" + "740" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Storage/storageAccounts/crptestar9471\",\r\n \"name\": \"crptestar9471\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T21:11:32.2110647Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9471.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9471.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9471.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9471.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Storage/storageAccounts/crptestar8443\",\r\n \"name\": \"crptestar8443\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:11:01.2077462Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8443.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8443.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8443.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8443.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/publicIPAddresses/pip8138?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgxMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/publicIPAddresses/pip6713?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjcxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8016\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1264\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "261ee694-3229-4fc0-a21a-990bef2b0e18" + "526876bd-dffd-4816-8857-3ddfb79ef834" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,48 +489,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:29 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a40aaa92-bdaa-4422-8564-20ce43ad904a" + "85ea842e-93b2-4137-83f6-0ce0bc62575f" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/a40aaa92-bdaa-4422-8564-20ce43ad904a?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/85ea842e-93b2-4137-83f6-0ce0bc62575f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "991a7bd1-5c48-440a-bc68-9e2249ecf392" + "7a012755-e90c-4058-9a95-27aeaaabe631" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c64b6391-14a3-4e09-904b-72d7f3fa539a" + "2900cae1-6320-4d36-a8e3-a9b42a7ee11d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211202Z:991a7bd1-5c48-440a-bc68-9e2249ecf392" + "EASTUS2:20211117T121130Z:7a012755-e90c-4058-9a95-27aeaaabe631" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:01 GMT" - ], "Content-Length": [ - "765" + "764" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/publicIPAddresses/pip8138\",\r\n \"etag\": \"W/\\\"dd9f118c-217e-4305-b45e-9f92146f9516\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"37933e03-e828-44ff-9dbb-b7e9a48d5969\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8016\",\r\n \"fqdn\": \"dn8016.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6713\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/publicIPAddresses/pip6713\",\r\n \"etag\": \"W/\\\"dc64f56c-3fef-474a-9c19-5ff0f60cb41e\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bed7dd62-f17c-4fe0-8101-843773c2c0ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1264\",\r\n \"fqdn\": \"dn1264.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/a40aaa92-bdaa-4422-8564-20ce43ad904a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9hNDBhYWE5Mi1iZGFhLTQ0MjItODU2NC0yMGNlNDNhZDkwNGE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/85ea842e-93b2-4137-83f6-0ce0bc62575f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy84NWVhODQyZS05M2IyLTQxMzctODNmNi0wY2UwYmM2MjU3NWY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0a65ac54-5830-4616-9e5c-33e4bd244ff5" + "a290eca0-af86-4326-ad9d-4654da8219e6" ], "x-ms-correlation-request-id": [ - "ea298ff3-ede8-4de6-aaf8-b42db404f606" + "3ba310a9-1c59-496c-a62f-007f81317fcf" ], "x-ms-arm-service-request-id": [ - "3a8cf15c-a580-409c-b913-b5c275926a72" + "2a0ba1c7-6ab4-4b1f-b0bf-f5b842bd3751" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211203Z:ea298ff3-ede8-4de6-aaf8-b42db404f606" + "EASTUS2:20211117T121131Z:3ba310a9-1c59-496c-a62f-007f81317fcf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:02 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/publicIPAddresses/pip8138?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgxMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/publicIPAddresses/pip6713?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjcxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"38ec2ca7-e09b-4d14-8d8f-b31eb7ae5df9\"" + "W/\"9ec4af86-0f13-4b82-a9cd-737ffd176a58\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "06c83863-f91c-4b09-a3a7-c4df60ba42a6" + "9dc615ac-96f6-414d-b652-811153639e28" ], "x-ms-correlation-request-id": [ - "f9e4d46c-88ba-42a3-a9f4-7c573d6dce9b" + "17ef7de6-56cc-405d-b4f1-c7d32d9a8fa9" ], "x-ms-arm-service-request-id": [ - "e510eecc-25a1-4225-9df3-1e0fda1e571d" + "8cb32c94-d968-4e87-ba41-74cda40c394b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211203Z:f9e4d46c-88ba-42a3-a9f4-7c573d6dce9b" + "EASTUS2:20211117T121131Z:17ef7de6-56cc-405d-b4f1-c7d32d9a8fa9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:02 GMT" - ], "Content-Length": [ - "766" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/publicIPAddresses/pip8138\",\r\n \"etag\": \"W/\\\"38ec2ca7-e09b-4d14-8d8f-b31eb7ae5df9\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37933e03-e828-44ff-9dbb-b7e9a48d5969\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8016\",\r\n \"fqdn\": \"dn8016.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6713\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/publicIPAddresses/pip6713\",\r\n \"etag\": \"W/\\\"9ec4af86-0f13-4b82-a9cd-737ffd176a58\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bed7dd62-f17c-4fe0-8101-843773c2c0ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1264\",\r\n \"fqdn\": \"dn1264.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/publicIPAddresses/pip8138?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgxMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/publicIPAddresses/pip6713?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjcxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ec9970a-1b46-4915-bda7-ac1323777172" + "e1fd412b-5375-414e-9c37-778496dc62af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"38ec2ca7-e09b-4d14-8d8f-b31eb7ae5df9\"" + "W/\"9ec4af86-0f13-4b82-a9cd-737ffd176a58\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f7909cfd-693f-4e6d-9534-9d39e3161df7" + "422acccb-f5bf-4c0f-89fa-13b5f1fbdffa" ], "x-ms-correlation-request-id": [ - "33489391-9fed-4cb3-ac21-d69583dd45ab" + "bfaee32e-6cf9-4f2c-82b6-0f4aac080a6f" ], "x-ms-arm-service-request-id": [ - "d92ec139-0382-4874-a741-35a6ffcc8855" + "b165008c-9af6-4e71-89f1-967654fb2bfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211203Z:33489391-9fed-4cb3-ac21-d69583dd45ab" + "EASTUS2:20211117T121131Z:bfaee32e-6cf9-4f2c-82b6-0f4aac080a6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:02 GMT" - ], "Content-Length": [ - "766" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/publicIPAddresses/pip8138\",\r\n \"etag\": \"W/\\\"38ec2ca7-e09b-4d14-8d8f-b31eb7ae5df9\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37933e03-e828-44ff-9dbb-b7e9a48d5969\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8016\",\r\n \"fqdn\": \"dn8016.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6713\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/publicIPAddresses/pip6713\",\r\n \"etag\": \"W/\\\"9ec4af86-0f13-4b82-a9cd-737ffd176a58\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bed7dd62-f17c-4fe0-8101-843773c2c0ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1264\",\r\n \"fqdn\": \"dn1264.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE0NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuODExND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1672\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3842\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3037396c-9367-4bba-91cb-604f81a369ef" + "d713780d-0160-486a-bf54-2c379038f042" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +766,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "470b6159-dd75-4ac4-b0fc-d2b640cb73fd" + "d80928d6-6cb9-40da-895d-006e077295e8" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/470b6159-dd75-4ac4-b0fc-d2b640cb73fd?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/d80928d6-6cb9-40da-895d-006e077295e8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d0d91de7-2b64-491c-b3bd-d72afe865c01" + "7ceee957-f924-4dc4-a2d2-e0048d75fb28" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ab6e4401-b745-445d-8f74-8d70dd636387" + "503cfaa2-812c-4c57-b36e-3737c45c74aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211203Z:d0d91de7-2b64-491c-b3bd-d72afe865c01" + "EASTUS2:20211117T121132Z:7ceee957-f924-4dc4-a2d2-e0048d75fb28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:03 GMT" - ], "Content-Length": [ - "1216" + "1214" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473\",\r\n \"etag\": \"W/\\\"1ca74ee8-da38-4798-a409-75b7c1c346a7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5d758029-d605-449d-92c1-263ace977c40\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672\",\r\n \"etag\": \"W/\\\"1ca74ee8-da38-4798-a409-75b7c1c346a7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8114\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114\",\r\n \"etag\": \"W/\\\"43319e14-b44f-4e21-8af0-7873fe12eae1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d5ec8027-6a60-4819-b8c8-0528c447b3ed\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3842\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842\",\r\n \"etag\": \"W/\\\"43319e14-b44f-4e21-8af0-7873fe12eae1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/470b6159-dd75-4ac4-b0fc-d2b640cb73fd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy80NzBiNjE1OS1kZDc1LTRhYzQtYjBmYy1kMmI2NDBjYjczZmQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/d80928d6-6cb9-40da-895d-006e077295e8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9kODA5MjhkNi02Y2I5LTQwZGEtODk1ZC0wMDZlMDc3Mjk1ZTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a2c1fcea-8f89-44cb-b259-3cc386e7df56" + "651513b6-e4fc-490a-b50c-21f56a1b198f" ], "x-ms-correlation-request-id": [ - "f461b0ca-6ad0-49df-b457-4d008a93e579" + "6ed65d40-486f-4010-a525-3a51619e74dc" ], "x-ms-arm-service-request-id": [ - "30fbf8a8-fa37-4732-bdba-88ffb18461fd" + "0ae456f3-97f7-4b17-9841-c9178205478a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211206Z:f461b0ca-6ad0-49df-b457-4d008a93e579" + "EASTUS2:20211117T121135Z:6ed65d40-486f-4010-a525-3a51619e74dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:06 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE0NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuODExND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"96718a02-5e64-4a05-ac2a-8b81ee77b735\"" + "W/\"981c45d4-7a95-47fe-9109-08984a6ff8bd\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1fac1278-bbf5-46e4-a2d4-fd6e8ee6cdf3" + "ea7a4d80-8768-4762-9a33-5043fc051537" ], "x-ms-correlation-request-id": [ - "10670b92-5b40-498e-8c22-512cfdc9cfdd" + "c5c46502-0627-4a83-98f0-573a8796401e" ], "x-ms-arm-service-request-id": [ - "be17b67b-f296-493c-8d97-878b3bfc1839" + "bec15877-4d9f-422f-8674-5ef46a420e15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211206Z:10670b92-5b40-498e-8c22-512cfdc9cfdd" + "EASTUS2:20211117T121135Z:c5c46502-0627-4a83-98f0-573a8796401e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:06 GMT" - ], "Content-Length": [ - "1218" + "1216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473\",\r\n \"etag\": \"W/\\\"96718a02-5e64-4a05-ac2a-8b81ee77b735\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5d758029-d605-449d-92c1-263ace977c40\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672\",\r\n \"etag\": \"W/\\\"96718a02-5e64-4a05-ac2a-8b81ee77b735\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8114\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114\",\r\n \"etag\": \"W/\\\"981c45d4-7a95-47fe-9109-08984a6ff8bd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d5ec8027-6a60-4819-b8c8-0528c447b3ed\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3842\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842\",\r\n \"etag\": \"W/\\\"981c45d4-7a95-47fe-9109-08984a6ff8bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE0NzMvc3VibmV0cy9zbjE2NzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuODExNC9zdWJuZXRzL3NuMzg0Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b45a8b58-5255-47af-b3d7-c0754fff0dad" + "8e8609f9-e143-4503-b518-826bad4fe395" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"96718a02-5e64-4a05-ac2a-8b81ee77b735\"" + "W/\"981c45d4-7a95-47fe-9109-08984a6ff8bd\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1df377c8-9dc2-4cbb-a2ee-c36051bb092b" + "6989117d-d7cc-4b80-b5ec-117227e0a89f" ], "x-ms-correlation-request-id": [ - "d48bc8d1-a68c-4b95-a31c-707ea83987b3" + "fcc68aca-1b27-42c2-bb62-b8583ecd5626" ], "x-ms-arm-service-request-id": [ - "da05d090-e00c-4435-a97b-6add33b0db57" + "dc692c3a-f9c3-4985-acf8-f094b53909f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211207Z:d48bc8d1-a68c-4b95-a31c-707ea83987b3" + "EASTUS2:20211117T121135Z:fcc68aca-1b27-42c2-bb62-b8583ecd5626" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:06 GMT" - ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672\",\r\n \"etag\": \"W/\\\"96718a02-5e64-4a05-ac2a-8b81ee77b735\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3842\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842\",\r\n \"etag\": \"W/\\\"981c45d4-7a95-47fe-9109-08984a6ff8bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjExMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672\"\r\n }\r\n },\r\n \"name\": \"ip7900\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3842\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842\"\r\n }\r\n },\r\n \"name\": \"ip1078\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f53579a9-250d-4fed-9e19-4fc7b03401b5" + "a601b03f-3d5f-470a-adda-f1dc91579d47" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "746" + "745" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "07a3a691-d3b8-4374-b692-fdfd74f99fd2" + "d1183a64-0212-4a57-b864-6ece8b61431b" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/07a3a691-d3b8-4374-b692-fdfd74f99fd2?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/d1183a64-0212-4a57-b864-6ece8b61431b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b90057f2-0246-48c8-94c1-40c15e769583" + "0d7d4bb1-9b8f-4ba4-b762-26c3996e9add" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "08db78a6-ee99-4182-ba7a-9e7a8d800b81" + "50f32957-cccf-47ad-a75a-3dee6778b442" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211207Z:b90057f2-0246-48c8-94c1-40c15e769583" + "EASTUS2:20211117T121135Z:0d7d4bb1-9b8f-4ba4-b762-26c3996e9add" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:06 GMT" - ], "Content-Length": [ - "1631" + "1585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2960\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\",\r\n \"etag\": \"W/\\\"156593d0-c6ec-4453-97a8-d72d594d1c1a\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c690ed0-810b-4744-aa0b-8a64a2091afc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7900\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960/ipConfigurations/ip7900\",\r\n \"etag\": \"W/\\\"156593d0-c6ec-4453-97a8-d72d594d1c1a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672\"\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\": \"fgahkxif00oujewbey3m3f12ia.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2111\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\",\r\n \"etag\": \"W/\\\"5e09c053-5d89-465b-8644-a33b787b8fb6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"956a51dd-db6e-489e-96e9-f378f514392e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1078\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111/ipConfigurations/ip1078\",\r\n \"etag\": \"W/\\\"5e09c053-5d89-465b-8644-a33b787b8fb6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842\"\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\": \"e4aozvlanimurogiauumir3t3f.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjExMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"156593d0-c6ec-4453-97a8-d72d594d1c1a\"" + "W/\"5e09c053-5d89-465b-8644-a33b787b8fb6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c1a5e319-140c-4fab-8ecc-de5026c3ec2f" + "935b5041-4648-4b32-a1b5-37f74ab09366" ], "x-ms-correlation-request-id": [ - "93f378a2-6b8a-494c-b584-07f693931943" + "5c496a6b-478b-461f-a4a0-c533baee91bf" ], "x-ms-arm-service-request-id": [ - "13dde763-fb07-4a38-9dac-acbee1c80d8e" + "07a6dfc3-9f32-4b15-b97f-2be91dded9a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211207Z:93f378a2-6b8a-494c-b584-07f693931943" + "EASTUS2:20211117T121135Z:5c496a6b-478b-461f-a4a0-c533baee91bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:06 GMT" - ], "Content-Length": [ - "1631" + "1585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2960\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\",\r\n \"etag\": \"W/\\\"156593d0-c6ec-4453-97a8-d72d594d1c1a\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c690ed0-810b-4744-aa0b-8a64a2091afc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7900\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960/ipConfigurations/ip7900\",\r\n \"etag\": \"W/\\\"156593d0-c6ec-4453-97a8-d72d594d1c1a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672\"\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\": \"fgahkxif00oujewbey3m3f12ia.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2111\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\",\r\n \"etag\": \"W/\\\"5e09c053-5d89-465b-8644-a33b787b8fb6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"956a51dd-db6e-489e-96e9-f378f514392e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1078\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111/ipConfigurations/ip1078\",\r\n \"etag\": \"W/\\\"5e09c053-5d89-465b-8644-a33b787b8fb6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842\"\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\": \"e4aozvlanimurogiauumir3t3f.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjExMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c475184f-e54f-4f5c-9d3d-166343f6b3d8" + "87d35145-0f66-4981-8b7f-07ea0c972589" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"156593d0-c6ec-4453-97a8-d72d594d1c1a\"" + "W/\"5e09c053-5d89-465b-8644-a33b787b8fb6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4927edb8-ee87-4163-996b-3c8e121ec21c" + "271df8c9-cdea-4b61-bc0b-dfe2b22436a2" ], "x-ms-correlation-request-id": [ - "df5ee7ac-5933-4e21-8478-61045e4295e8" + "88b0e687-1a51-4b7a-8722-dea57a4bbf6d" ], "x-ms-arm-service-request-id": [ - "1566ce87-db75-4676-aa2b-19807c67876e" + "e6579b6b-a144-4286-afaf-c38e5426f0bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211207Z:df5ee7ac-5933-4e21-8478-61045e4295e8" + "EASTUS2:20211117T121135Z:88b0e687-1a51-4b7a-8722-dea57a4bbf6d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:06 GMT" - ], "Content-Length": [ - "1631" + "1585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2960\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\",\r\n \"etag\": \"W/\\\"156593d0-c6ec-4453-97a8-d72d594d1c1a\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c690ed0-810b-4744-aa0b-8a64a2091afc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7900\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960/ipConfigurations/ip7900\",\r\n \"etag\": \"W/\\\"156593d0-c6ec-4453-97a8-d72d594d1c1a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/virtualNetworks/vn1473/subnets/sn1672\"\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\": \"fgahkxif00oujewbey3m3f12ia.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2111\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\",\r\n \"etag\": \"W/\\\"5e09c053-5d89-465b-8644-a33b787b8fb6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"956a51dd-db6e-489e-96e9-f378f514392e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1078\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111/ipConfigurations/ip1078\",\r\n \"etag\": \"W/\\\"5e09c053-5d89-465b-8644-a33b787b8fb6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/virtualNetworks/vn8114/subnets/sn3842\"\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\": \"e4aozvlanimurogiauumir3t3f.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/crptestar5614?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvY3JwdGVzdGFyNTYxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/crptestar3628?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9jcnB0ZXN0YXIzNjI4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f95cf27b-f32e-4d4c-89cb-b5a0ca5f0a5d" + "2313f562-1299-4e91-b5d5-650d2a42e68a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1256,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1266,29 +1273,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a52d287e-e5c0-4ff2-b30e-5f589dcba058" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f5d30747-fe55-4695-b5ca-afe41ed04818" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "0d39e18f-6871-47e8-a040-eef6bbcd9ce3" + "0fdf3bf7-b29e-487e-a6ef-164c3e7ff0b6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211208Z:0d39e18f-6871-47e8-a040-eef6bbcd9ce3" + "EASTUS2:20211117T121136Z:0fdf3bf7-b29e-487e-a6ef-164c3e7ff0b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:08 GMT" - ], "Content-Length": [ - "456" + "455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,46 +1297,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crptestar5614\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/crptestar5614\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crptestar3628\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/crptestar3628\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjcyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/crptestar5614\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/crptestar3628\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "413707a5-8b6a-4fa8-bd7e-cc0bde76cb15" + "1cd834d2-701e-49f1-a1d2-6bd919330099" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1508" + "1506" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/ba5f1eed-c19b-456b-b3e2-e3ca87b4739b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8fd1cbc0-c735-4b04-aa9a-df408cf83573?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1355,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba5f1eed-c19b-456b-b3e2-e3ca87b4739b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8fd1cbc0-c735-4b04-aa9a-df408cf83573" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "de8f0833-9e38-4ac8-ae47-0c265c10d6c2" + "a31f08ca-9281-43d3-a2f1-9e314fe2b5b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211209Z:de8f0833-9e38-4ac8-ae47-0c265c10d6c2" + "EASTUS2:20211117T121136Z:a31f08ca-9281-43d3-a2f1-9e314fe2b5b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:09 GMT" - ], "Content-Length": [ - "2389" + "2443" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,77 +1379,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e302b7aa-81d2-4b8a-b018-56dd2f4e1c09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5614\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6726\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea6e5e8a-1c33-4710-8d9a-a5f7d2b9fbf1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3628\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-17T12:11:36.6205713+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjcyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\"\r\n },\r\n \"toBeDetached\": true,\r\n \"detachOption\": \"ForceDetach\",\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5614\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\"\r\n },\r\n \"toBeDetached\": true,\r\n \"detachOption\": \"ForceDetach\",\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3628\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "70cf9f82-7d2f-4ab9-a3ec-82a9d946d028" + "c2f95213-496b-4bce-97a8-fc8c3ed6cb0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2461" + "2457" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b1b562c4-4d18-4d80-aa75-b1829eded5f3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/87b42c8b-746c-4feb-9fd5-fc4bb53906bd?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b1b562c4-4d18-4d80-aa75-b1829eded5f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "87b42c8b-746c-4feb-9fd5-fc4bb53906bd" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "8196aea1-3a0e-4fde-96c9-88d58a9e6655" + "ce7abeb8-662d-4561-beb0-b5698d8f177a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211450Z:8196aea1-3a0e-4fde-96c9-88d58a9e6655" + "EASTUS2:20211117T121507Z:ce7abeb8-662d-4561-beb0-b5698d8f177a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:14:50 GMT" - ], "Content-Length": [ - "2752" + "2804" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1458,32 +1458,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e302b7aa-81d2-4b8a-b018-56dd2f4e1c09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5614\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": true,\r\n \"detachOption\": \"ForceDetach\",\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6726\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea6e5e8a-1c33-4710-8d9a-a5f7d2b9fbf1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3628\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": true,\r\n \"detachOption\": \"ForceDetach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2021-11-17T12:11:36.6205713+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/ba5f1eed-c19b-456b-b3e2-e3ca87b4739b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYTVmMWVlZC1jMTliLTQ1NmItYjNlMi1lM2NhODdiNDczOWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8fd1cbc0-c735-4b04-aa9a-df408cf83573?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84ZmQxY2JjMC1jNzM1LTRiMDQtYWE5YS1kZjQwOGNmODM1NzM/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:11:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1491,27 +1498,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1857bd49-bcdb-4581-8efb-d2a1b2cc5459" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "66fc67aa-5c0e-49a2-9a27-2f851fcc5f34" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "24a425ca-bad9-4f5f-b8da-332b283e3e61" + "fdcac955-f103-4c34-908c-b7a0e3649f0c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211219Z:24a425ca-bad9-4f5f-b8da-332b283e3e61" + "EASTUS2:20211117T121146Z:fdcac955-f103-4c34-908c-b7a0e3649f0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:12:19 GMT" - ], "Content-Length": [ "134" ], @@ -1522,29 +1522,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:12:08.7861349+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba5f1eed-c19b-456b-b3e2-e3ca87b4739b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:11:36.4955822+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fd1cbc0-c735-4b04-aa9a-df408cf83573\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/ba5f1eed-c19b-456b-b3e2-e3ca87b4739b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYTVmMWVlZC1jMTliLTQ1NmItYjNlMi1lM2NhODdiNDczOWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8fd1cbc0-c735-4b04-aa9a-df408cf83573?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84ZmQxY2JjMC1jNzM1LTRiMDQtYWE5YS1kZjQwOGNmODM1NzM/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:12:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1552,27 +1559,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3d5f176a-5297-46c2-9443-2b1788b66c25" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bdb4629a-8f4b-40d2-b300-77519e907228" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "35b0da30-de52-43d8-a022-93f6cfebc621" + "a4156ead-9b10-4464-b208-7ca1f220705e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211309Z:35b0da30-de52-43d8-a022-93f6cfebc621" + "EASTUS2:20211117T121236Z:a4156ead-9b10-4464-b208-7ca1f220705e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:13:08 GMT" - ], "Content-Length": [ "134" ], @@ -1583,29 +1583,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:12:08.7861349+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba5f1eed-c19b-456b-b3e2-e3ca87b4739b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:11:36.4955822+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fd1cbc0-c735-4b04-aa9a-df408cf83573\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/ba5f1eed-c19b-456b-b3e2-e3ca87b4739b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYTVmMWVlZC1jMTliLTQ1NmItYjNlMi1lM2NhODdiNDczOWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8fd1cbc0-c735-4b04-aa9a-df408cf83573?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84ZmQxY2JjMC1jNzM1LTRiMDQtYWE5YS1kZjQwOGNmODM1NzM/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:13:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -1613,27 +1620,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c7aab960-2a6e-4a34-b3d9-c796dd981614" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "63aed354-523a-447b-8a3f-ed9d187a86bf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "11c70df5-1df3-4e04-abdd-953b8bf7708d" + "751d4d06-544e-4961-a6e9-95c81855e2e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211359Z:11c70df5-1df3-4e04-abdd-953b8bf7708d" + "EASTUS2:20211117T121326Z:751d4d06-544e-4961-a6e9-95c81855e2e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:13:58 GMT" - ], "Content-Length": [ "134" ], @@ -1644,59 +1644,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:12:08.7861349+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba5f1eed-c19b-456b-b3e2-e3ca87b4739b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:11:36.4955822+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fd1cbc0-c735-4b04-aa9a-df408cf83573\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/ba5f1eed-c19b-456b-b3e2-e3ca87b4739b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYTVmMWVlZC1jMTliLTQ1NmItYjNlMi1lM2NhODdiNDczOWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8fd1cbc0-c735-4b04-aa9a-df408cf83573?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84ZmQxY2JjMC1jNzM1LTRiMDQtYWE5YS1kZjQwOGNmODM1NzM/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:14:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "71915844-2b74-4d54-a500-cb85b50abc34" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0d7137b3-ebd8-47e7-8ddb-28e0a8a86b92" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "3b73502a-330b-4bae-9974-70aad3e3a908" + "0ab7798f-940e-4342-93a3-23d7d4d305c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211449Z:3b73502a-330b-4bae-9974-70aad3e3a908" + "EASTUS2:20211117T121416Z:0ab7798f-940e-4342-93a3-23d7d4d305c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:14:49 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1705,59 +1705,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:12:08.7861349+00:00\",\r\n \"endTime\": \"2021-06-29T21:14:48.4484035+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ba5f1eed-c19b-456b-b3e2-e3ca87b4739b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:11:36.4955822+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fd1cbc0-c735-4b04-aa9a-df408cf83573\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/8fd1cbc0-c735-4b04-aa9a-df408cf83573?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84ZmQxY2JjMC1jNzM1LTRiMDQtYWE5YS1kZjQwOGNmODM1NzM/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0826ff9f-cd8f-4162-9b00-bc10627fef7a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6fe5f718-ec89-4d62-8f15-bec9be868edd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "d40efda7-aff4-45b4-9259-fab06177a584" + "cd7f8569-02b2-4ad0-8d93-5f6961e139d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211449Z:d40efda7-aff4-45b4-9259-fab06177a584" + "EASTUS2:20211117T121507Z:cd7f8569-02b2-4ad0-8d93-5f6961e139d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:14:49 GMT" - ], "Content-Length": [ - "2712" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1766,65 +1766,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e302b7aa-81d2-4b8a-b018-56dd2f4e1c09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5614\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:11:36.4955822+00:00\",\r\n \"endTime\": \"2021-11-17T12:14:37.2371551+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8fd1cbc0-c735-4b04-aa9a-df408cf83573\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjcyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "4f6244be-21aa-47ef-8b83-aed3a9c08ab5" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8bf1c96-5f68-4d60-9b0b-d08fab2af521" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c9e02de-b2d0-4100-9fb6-6f78375232ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "8f1483bf-af91-4cb5-871a-b65ec901f1bf" + "0ebe1ec1-9d17-4fa4-a590-d588e1475016" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211449Z:8f1483bf-af91-4cb5-871a-b65ec901f1bf" + "EASTUS2:20211117T121507Z:0ebe1ec1-9d17-4fa4-a590-d588e1475016" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:14:49 GMT" - ], "Content-Length": [ - "2712" + "2764" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1833,59 +1827,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e302b7aa-81d2-4b8a-b018-56dd2f4e1c09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5614\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6726\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea6e5e8a-1c33-4710-8d9a-a5f7d2b9fbf1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3628\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T12:11:36.6205713+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjcyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "96358206-2b4d-4edd-ab95-3b8ad77cb5a0" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "336f7a1f-7f9a-4323-ac39-d9b05f7f91c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "97d41bef-f69f-4cc1-a495-47c06c788e84" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "fb4624a4-5235-4e36-93c6-3194c0f94d61" + "e2ac4222-e362-4975-ba81-baf670396228" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211520Z:fb4624a4-5235-4e36-93c6-3194c0f94d61" + "EASTUS2:20211117T121507Z:e2ac4222-e362-4975-ba81-baf670396228" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:15:19 GMT" - ], "Content-Length": [ - "2155" + "2764" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1894,65 +1894,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e302b7aa-81d2-4b8a-b018-56dd2f4e1c09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5614\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6726\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea6e5e8a-1c33-4710-8d9a-a5f7d2b9fbf1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3628\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T12:11:36.6205713+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0MDY/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjcyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c14fd0a5-08ea-4d44-9256-45d7e51ae553" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41f47f7a-ce40-486b-bb13-30bbce6c0028" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a2b0830f-659e-4dad-8754-9cae9b774f12" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-correlation-request-id": [ - "e8618d0e-af2d-413b-9d1a-ea75eadc2d3a" + "6eafb286-c735-45e9-9246-253300d960cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211449Z:e8618d0e-af2d-413b-9d1a-ea75eadc2d3a" + "EASTUS2:20211117T121537Z:6eafb286-c735-45e9-9246-253300d960cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:14:49 GMT" - ], "Content-Length": [ - "4304" + "2208" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1961,59 +1955,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/virtualMachines/vm1406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e302b7aa-81d2-4b8a-b018-56dd2f4e1c09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5614\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Compute/disks/dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8075/providers/Microsoft.Network/networkInterfaces/nic2960\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-29T21:14:49+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:12:10.676785+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dataDisk94ff1ed1-0eb5-4274-9f90-91a77dabf77c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:12:10.6924338+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T21:14:48.4327594+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6726\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea6e5e8a-1c33-4710-8d9a-a5f7d2b9fbf1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3628\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T12:11:36.6205713+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b1b562c4-4d18-4d80-aa75-b1829eded5f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMWI1NjJjNC00ZDE4LTRkODAtYWE3NS1iMTgyOWVkZWQ1ZjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjcyNj8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "c8553a07-0260-4050-acd1-0d5e29bca6ee" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b43145b-842f-45c4-9a22-e819096cb301" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "260f1697-38fa-4af4-9f8c-a02458766f7b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "98f199fb-caf8-4dee-8fd7-7eeec842468a" + "55995f18-4b34-4de8-8cdb-f1fef2a233a2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211520Z:98f199fb-caf8-4dee-8fd7-7eeec842468a" + "EASTUS2:20211117T121507Z:55995f18-4b34-4de8-8cdb-f1fef2a233a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:15:19 GMT" - ], "Content-Length": [ - "184" + "4357" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2022,139 +2022,86 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T21:14:49.8546816+00:00\",\r\n \"endTime\": \"2021-06-29T21:14:50.3859086+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b1b562c4-4d18-4d80-aa75-b1829eded5f3\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6726\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/virtualMachines/vm6726\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea6e5e8a-1c33-4710-8d9a-a5f7d2b9fbf1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3628\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Compute/disks/dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar794/providers/Microsoft.Network/networkInterfaces/nic2111\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T12:15:07+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:11:38.3706386+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dataDisk8ea879ca-7c6e-480c-9588-a77772099da1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:11:38.3706386+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:14:37.2058985+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-17T12:11:36.6205713+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8075?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwNzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/87b42c8b-746c-4feb-9fd5-fc4bb53906bd?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84N2I0MmM4Yi03NDZjLTRmZWItOWZkNS1mYzRiYjUzOTA2YmQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "ff73b2f8-8dd7-4359-8f52-19d2d8200215" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:37 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "15f220f6-a8ee-40b0-a49c-32b40ccfac38" - ], - "x-ms-correlation-request-id": [ - "15f220f6-a8ee-40b0-a49c-32b40ccfac38" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T211520Z:15f220f6-a8ee-40b0-a49c-32b40ccfac38" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 21:15:19 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "cdabe8e8-9ec5-4adb-a7e7-c64f1a371cf9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "e9b7e750-15a6-445e-9b6a-850132d12d25" + "11990" ], "x-ms-correlation-request-id": [ - "e9b7e750-15a6-445e-9b6a-850132d12d25" + "eb70b4dc-bf37-49c3-8629-0774ddb69ac9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211535Z:e9b7e750-15a6-445e-9b6a-850132d12d25" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T121537Z:eb70b4dc-bf37-49c3-8629-0774ddb69ac9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:15:35 GMT" + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:15:07.2852528+00:00\",\r\n \"endTime\": \"2021-11-17T12:15:07.8478139+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"87b42c8b-746c-4feb-9fd5-fc4bb53906bd\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar794?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "b15c760a-b1d5-4c17-800d-02cff7f88cfe" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2162,26 +2109,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "505e36b0-b46a-4218-97e4-b7144018155d" + "7e4f75ca-53f9-41a8-971e-03cab42c56c4" ], "x-ms-correlation-request-id": [ - "505e36b0-b46a-4218-97e4-b7144018155d" + "7e4f75ca-53f9-41a8-971e-03cab42c56c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211550Z:505e36b0-b46a-4218-97e4-b7144018155d" + "EASTUS2:20211117T121537Z:7e4f75ca-53f9-41a8-971e-03cab42c56c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2189,29 +2139,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:15:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2219,26 +2166,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:15:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "d46fc16a-5465-4194-b5c2-81c79342d0fc" + "12cd0bd5-526b-4c15-b944-fef6f5e94a9e" ], "x-ms-correlation-request-id": [ - "d46fc16a-5465-4194-b5c2-81c79342d0fc" + "12cd0bd5-526b-4c15-b944-fef6f5e94a9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211605Z:d46fc16a-5465-4194-b5c2-81c79342d0fc" + "EASTUS2:20211117T121552Z:12cd0bd5-526b-4c15-b944-fef6f5e94a9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2246,29 +2196,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:16:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2276,26 +2223,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:16:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "cbd0ca7c-e4e2-4130-bed9-a2872017d8df" + "d7d4394d-7ef5-4603-821f-8de9faf5074e" ], "x-ms-correlation-request-id": [ - "cbd0ca7c-e4e2-4130-bed9-a2872017d8df" + "d7d4394d-7ef5-4603-821f-8de9faf5074e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211620Z:cbd0ca7c-e4e2-4130-bed9-a2872017d8df" + "EASTUS2:20211117T121607Z:d7d4394d-7ef5-4603-821f-8de9faf5074e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2303,29 +2253,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:16:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2333,26 +2280,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:16:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "c61eb87b-cf1f-4b0d-b9cf-e31234d01f13" + "cbb9c37c-74db-4c6c-9433-734f7ae2b0c7" ], "x-ms-correlation-request-id": [ - "c61eb87b-cf1f-4b0d-b9cf-e31234d01f13" + "cbb9c37c-74db-4c6c-9433-734f7ae2b0c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211635Z:c61eb87b-cf1f-4b0d-b9cf-e31234d01f13" + "EASTUS2:20211117T121622Z:cbb9c37c-74db-4c6c-9433-734f7ae2b0c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2360,29 +2310,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:16:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2390,26 +2337,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:16:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "901f3b0b-545e-47cf-9077-de79ecc341ff" + "6b24036c-80c7-49f2-aeec-363a8a7674aa" ], "x-ms-correlation-request-id": [ - "901f3b0b-545e-47cf-9077-de79ecc341ff" + "6b24036c-80c7-49f2-aeec-363a8a7674aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211650Z:901f3b0b-545e-47cf-9077-de79ecc341ff" + "EASTUS2:20211117T121638Z:6b24036c-80c7-49f2-aeec-363a8a7674aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2417,29 +2367,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:16:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2447,26 +2394,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:16:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "6a562755-e7f0-4da1-b04f-430e37495f2d" + "655b7849-5417-4944-84f1-a551a5aeede0" ], "x-ms-correlation-request-id": [ - "6a562755-e7f0-4da1-b04f-430e37495f2d" + "655b7849-5417-4944-84f1-a551a5aeede0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211705Z:6a562755-e7f0-4da1-b04f-430e37495f2d" + "EASTUS2:20211117T121653Z:655b7849-5417-4944-84f1-a551a5aeede0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2474,29 +2424,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:17:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2504,26 +2451,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:17:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "e93686ef-098c-469e-b640-5144550a530f" + "df5d0913-3757-47c3-988b-4a490289ccff" ], "x-ms-correlation-request-id": [ - "e93686ef-098c-469e-b640-5144550a530f" + "df5d0913-3757-47c3-988b-4a490289ccff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211720Z:e93686ef-098c-469e-b640-5144550a530f" + "EASTUS2:20211117T121708Z:df5d0913-3757-47c3-988b-4a490289ccff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2531,29 +2481,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:17:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2561,26 +2508,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:17:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-request-id": [ - "558d9047-fd49-41e8-a92d-a6c4fb8094bd" + "0e824179-33e3-4e58-86c3-4d72c62c17d0" ], "x-ms-correlation-request-id": [ - "558d9047-fd49-41e8-a92d-a6c4fb8094bd" + "0e824179-33e3-4e58-86c3-4d72c62c17d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211735Z:558d9047-fd49-41e8-a92d-a6c4fb8094bd" + "EASTUS2:20211117T121723Z:0e824179-33e3-4e58-86c3-4d72c62c17d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2588,29 +2538,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:17:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2618,26 +2565,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:17:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-request-id": [ - "cba384e9-bc45-4ffa-ac29-e2ddb680a6e2" + "81451de1-187b-405f-a788-36b06b6d431c" ], "x-ms-correlation-request-id": [ - "cba384e9-bc45-4ffa-ac29-e2ddb680a6e2" + "81451de1-187b-405f-a788-36b06b6d431c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211750Z:cba384e9-bc45-4ffa-ac29-e2ddb680a6e2" + "EASTUS2:20211117T121738Z:81451de1-187b-405f-a788-36b06b6d431c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2645,29 +2595,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:17:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2675,26 +2622,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:17:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-request-id": [ - "526aa338-2f3a-4fd7-8fe1-06a374790cb4" + "23e734b7-e4c2-4a5a-a479-029cf26b6c04" ], "x-ms-correlation-request-id": [ - "526aa338-2f3a-4fd7-8fe1-06a374790cb4" + "23e734b7-e4c2-4a5a-a479-029cf26b6c04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211805Z:526aa338-2f3a-4fd7-8fe1-06a374790cb4" + "EASTUS2:20211117T121753Z:23e734b7-e4c2-4a5a-a479-029cf26b6c04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2702,29 +2652,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:18:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2732,26 +2679,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-request-id": [ - "59dd8540-d409-4e41-90ea-921d1c4d1729" + "27793560-1e6f-4cce-8aea-dd8131c86f6d" ], "x-ms-correlation-request-id": [ - "59dd8540-d409-4e41-90ea-921d1c4d1729" + "27793560-1e6f-4cce-8aea-dd8131c86f6d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211820Z:59dd8540-d409-4e41-90ea-921d1c4d1729" + "EASTUS2:20211117T121808Z:27793560-1e6f-4cce-8aea-dd8131c86f6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2759,29 +2709,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:18:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2789,26 +2736,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-request-id": [ - "e13b8299-0d72-476e-8d5e-88c12916c54f" + "d28e606e-4b92-4efb-b593-2af73eeabca2" ], "x-ms-correlation-request-id": [ - "e13b8299-0d72-476e-8d5e-88c12916c54f" + "d28e606e-4b92-4efb-b593-2af73eeabca2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211835Z:e13b8299-0d72-476e-8d5e-88c12916c54f" + "EASTUS2:20211117T121823Z:d28e606e-4b92-4efb-b593-2af73eeabca2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2816,29 +2766,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:18:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2846,26 +2793,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-request-id": [ - "67083298-c669-4c68-96ba-27c79d2f8077" + "72c4d5bf-20c9-4c39-9874-bc66a8c3a390" ], "x-ms-correlation-request-id": [ - "67083298-c669-4c68-96ba-27c79d2f8077" + "72c4d5bf-20c9-4c39-9874-bc66a8c3a390" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211850Z:67083298-c669-4c68-96ba-27c79d2f8077" + "EASTUS2:20211117T121838Z:72c4d5bf-20c9-4c39-9874-bc66a8c3a390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2873,29 +2823,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:18:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2903,20 +2850,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "a26cbc43-0703-4be3-b602-c6676ec3c0f3" + "b6d5a35c-f17e-4598-8f5a-bd98c91acc14" ], "x-ms-correlation-request-id": [ - "a26cbc43-0703-4be3-b602-c6676ec3c0f3" + "b6d5a35c-f17e-4598-8f5a-bd98c91acc14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211905Z:a26cbc43-0703-4be3-b602-c6676ec3c0f3" + "EASTUS2:20211117T121853Z:b6d5a35c-f17e-4598-8f5a-bd98c91acc14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2924,29 +2874,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDc1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURjMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTQtRUFTVFVTMkVVQVAiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czJldWFwIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RRdFJVRlRWRlZUTWtWVlFWQWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pKbGRXRndJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2954,20 +2901,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-request-id": [ - "0d345abf-ee0b-42b8-a691-b03bcdc01998" + "80cb6d43-25e3-45fa-8653-ebe30af41e1f" ], "x-ms-correlation-request-id": [ - "0d345abf-ee0b-42b8-a691-b03bcdc01998" + "80cb6d43-25e3-45fa-8653-ebe30af41e1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T211905Z:0d345abf-ee0b-42b8-a691-b03bcdc01998" + "EASTUS2:20211117T121853Z:80cb6d43-25e3-45fa-8653-ebe30af41e1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2975,14 +2925,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 21:19:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2991,29 +2938,29 @@ ], "Names": { "TestVMDataDiskScenario_ManagedDisk_ForceDetach": [ - "crptestar8075", - "crptestar9471", - "crptestar5614", - "94ff1ed1-0eb5-4274-9f90-91a77dabf77c" + "crptestar794", + "crptestar8443", + "crptestar3628", + "8ea879ca-7c6e-480c-9588-a77772099da1" ], "CreatePublicIP": [ - "pip8138", - "dn8016" + "pip6713", + "dn1264" ], "CreateVNET": [ - "vn1473", - "sn1672" + "vn8114", + "sn3842" ], "CreateNIC": [ - "nic2960", - "ip7900" + "nic2111", + "ip1078" ], "CreateDefaultVMInput": [ - "crptestar8797", - "crptestar3626", - "crptestar7787", - "vm1406", - "Microsoft.Compute/virtualMachines6003" + "crptestar8113", + "crptestar3006", + "crptestar9948", + "vm6726", + "Microsoft.Compute/virtualMachines2632" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDeleteOptionTests/TestDeleteOptionForDisks.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDeleteOptionTests/TestDeleteOptionForDisks.json index 5d7c128456f06..c0afa672af458 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDeleteOptionTests/TestDeleteOptionForDisks.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDeleteOptionTests/TestDeleteOptionForDisks.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be58b6a3-0b4b-4327-8d65-61a147e45998" + "7ed99724-08d6-4b40-b966-c545865c15a2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132689763091654268" + "3707be56-376d-4281-af6f-306af28cbf16_132804548105402048" ], "x-ms-request-id": [ - "7439124d-7565-4db2-8048-541e8256fc85" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a2476aa1-2aae-494e-8d04-fbbd5187b8e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "1683f1dd-7a96-4f83-b845-2c4efa6e3534" + "06397715-62b9-434d-bff2-466ce878fd51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004413Z:1683f1dd-7a96-4f83-b845-2c4efa6e3534" + "EASTUS2:20211117T025808Z:06397715-62b9-434d-bff2-466ce878fd51" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:12 GMT" - ], "Content-Length": [ "317" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7755?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc3NTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8691?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2OTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7755\": \"2021-06-30 00:44:13Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8691\": \"2021-11-17 02:58:08Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a34f8fe-9215-4986-a750-978e006a56ec" + "3ab0ea67-0141-4b47-81e6-42dff37e6213" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:08 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5b531256-4253-4357-8ab7-18973452500e" + "2065c7d0-6bbe-46ea-b8ed-592270bc6eca" ], "x-ms-correlation-request-id": [ - "5b531256-4253-4357-8ab7-18973452500e" + "2065c7d0-6bbe-46ea-b8ed-592270bc6eca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004413Z:5b531256-4253-4357-8ab7-18973452500e" + "EASTUS2:20211117T025809Z:2065c7d0-6bbe-46ea-b8ed-592270bc6eca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:12 GMT" - ], "Content-Length": [ "232" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755\",\r\n \"name\": \"crptestar7755\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7755\": \"2021-06-30 00:44:13Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691\",\r\n \"name\": \"crptestar8691\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8691\": \"2021-11-17 02:58:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7755?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc3NTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8691?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2OTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7755\": \"2021-06-30 00:44:42Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8691\": \"2021-11-17 02:58:38Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7b91531-5706-4433-97d5-05634779fe1e" + "03ff1aaa-9fbd-4708-a4f9-0a728d8b93cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:38 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "9bb93fb2-d3ef-47e9-b19e-f2d2d2ec284c" + "ac268847-f98e-44aa-bb9f-311da69fa5df" ], "x-ms-correlation-request-id": [ - "9bb93fb2-d3ef-47e9-b19e-f2d2d2ec284c" + "ac268847-f98e-44aa-bb9f-311da69fa5df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004443Z:9bb93fb2-d3ef-47e9-b19e-f2d2d2ec284c" + "EASTUS2:20211117T025838Z:ac268847-f98e-44aa-bb9f-311da69fa5df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:42 GMT" - ], "Content-Length": [ "232" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755\",\r\n \"name\": \"crptestar7755\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar7755\": \"2021-06-30 00:44:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691\",\r\n \"name\": \"crptestar8691\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar8691\": \"2021-11-17 02:58:38Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Storage/storageAccounts/crptestar582?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1ODI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Storage/storageAccounts/crptestar7083?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MDgzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb7e625c-f898-4745-902b-5830753aaddc" + "8ffa1e34-5486-46bd-bc96-60bc4f979f50" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/9b9ede6c-be77-434f-96c4-ed4ced783aea?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f82554f9-f137-4db3-bd97-969b77192b96?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9b9ede6c-be77-434f-96c4-ed4ced783aea" + "f82554f9-f137-4db3-bd97-969b77192b96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "97324067-a811-409e-8c4b-9a2d00e567ac" + "f80b146e-7d1f-41b2-b391-45b90ba51bdf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004415Z:97324067-a811-409e-8c4b-9a2d00e567ac" + "EASTUS2:20211117T025811Z:f80b146e-7d1f-41b2-b391-45b90ba51bdf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:15 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/9b9ede6c-be77-434f-96c4-ed4ced783aea?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzliOWVkZTZjLWJlNzctNDM0Zi05NmM0LWVkNGNlZDc4M2FlYT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f82554f9-f137-4db3-bd97-969b77192b96?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y4MjU1NGY5LWYxMzctNGRiMy1iZDk3LTk2OWI3NzE5MmI5Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c37e8e63-07bd-4f59-99e1-a5f736a49afa" + "07d25ad6-e598-4035-89eb-71be49e5af99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2328133c-3edd-4330-83f8-07096ae588f8" + "366f0e05-c408-4308-b66c-e6b451b30942" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004432Z:2328133c-3edd-4330-83f8-07096ae588f8" + "EASTUS2:20211117T025828Z:366f0e05-c408-4308-b66c-e6b451b30942" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:31 GMT" - ], "Content-Length": [ "93" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb347fc-8659-40be-9ce4-ad6f1603a2d8" + "c1331002-1aef-42b6-99ec-ca6c0975e236" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "943ead95-2527-45d5-93e5-f77f98f281c4" + "db8994b0-e90d-4a8e-88a6-e178ecce3815" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "5266dad4-f5f1-4902-9c72-c933337128ef" + "c73a0fa7-c0a3-43e1-ad10-909b1c642c3b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004442Z:5266dad4-f5f1-4902-9c72-c933337128ef" + "EASTUS2:20211117T025838Z:c73a0fa7-c0a3-43e1-ad10-909b1c642c3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:41 GMT" - ], "Content-Length": [ - "747" + "753" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Storage/storageAccounts/crptestar582\",\r\n \"name\": \"crptestar582\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-30T00:44:13.8749401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar582.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar582.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar582.table.core.windows.net/\",\r\n \"file\": \"https://crptestar582.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Storage/storageAccounts/crptestar7083\",\r\n \"name\": \"crptestar7083\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T02:58:09.5072348Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7083.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7083.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7083.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7083.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Storage/storageAccounts/crptestar582?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1ODI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Storage/storageAccounts/crptestar7083?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MDgzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9c95fac-23e8-4577-93d1-7d4c31b0fa82" + "659bfabb-7862-4d45-9b98-8127aff92547" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c597a371-c3eb-42de-a2c6-ff96722eba3e" + "da78c227-2cfd-4ce1-8b75-780580070fa5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "5c9795fc-9f73-4c9e-bd56-26ac87a452af" + "32b28e0c-043a-4497-929e-56b270b8ac7a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004442Z:5c9795fc-9f73-4c9e-bd56-26ac87a452af" + "EASTUS2:20211117T025838Z:32b28e0c-043a-4497-929e-56b270b8ac7a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:42 GMT" - ], "Content-Length": [ - "735" + "741" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Storage/storageAccounts/crptestar582\",\r\n \"name\": \"crptestar582\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-30T00:44:13.8749401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar582.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar582.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar582.table.core.windows.net/\",\r\n \"file\": \"https://crptestar582.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Storage/storageAccounts/crptestar7083\",\r\n \"name\": \"crptestar7083\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T02:58:09.5072348Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7083.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7083.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7083.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7083.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/publicIPAddresses/pip9720?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/publicIPAddresses/pip3068?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMwNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8556\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2773\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2adf5e3d-f01c-480e-9a0a-a224f8e1596d" + "62eb6bd2-c4f6-4733-bc13-4491489eb8fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:38 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2a392e41-bd2a-4073-8341-7d8ee583168e" + "a573e0ee-8986-4f10-a9c2-cdc4fb78bfaa" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/2a392e41-bd2a-4073-8341-7d8ee583168e?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/a573e0ee-8986-4f10-a9c2-cdc4fb78bfaa?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c42e782a-ce81-4659-a35f-c7449440b1d4" + "d4afec04-bab5-44e9-a1a4-3027ae14a991" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "33679157-aad2-4957-af99-83edda3f510b" + "34135958-8182-42d3-a384-83616e764e07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004443Z:c42e782a-ce81-4659-a35f-c7449440b1d4" + "EASTUS2:20211117T025839Z:d4afec04-bab5-44e9-a1a4-3027ae14a991" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:43 GMT" - ], "Content-Length": [ "765" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9720\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/publicIPAddresses/pip9720\",\r\n \"etag\": \"W/\\\"b698722d-d8e8-4964-afcb-62c6978c537c\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"59d0cf2e-baa8-4e71-927b-104c0d26f237\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8556\",\r\n \"fqdn\": \"dn8556.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/publicIPAddresses/pip3068\",\r\n \"etag\": \"W/\\\"2586dc70-9f41-4a11-963e-ef444048a723\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b76bafa3-bc5c-4e15-9906-b7fa120a3cff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2773\",\r\n \"fqdn\": \"dn2773.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/2a392e41-bd2a-4073-8341-7d8ee583168e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8yYTM5MmU0MS1iZDJhLTQwNzMtODM0MS03ZDhlZTU4MzE2OGU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/a573e0ee-8986-4f10-a9c2-cdc4fb78bfaa?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9hNTczZTBlZS04OTg2LTRmMTAtYTljMi1jZGM0ZmI3OGJmYWE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:39 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e6347170-d653-43cc-a8da-6c1b016933ec" + "c39c9fe8-2a22-4c60-996e-a673fe940e94" ], "x-ms-correlation-request-id": [ - "01ff8f09-317d-4fdd-8918-e03a1791b335" + "73d1603d-a42c-432d-951c-5838353045af" ], "x-ms-arm-service-request-id": [ - "183a3d0a-568d-4e3f-9622-4f72df4bfe23" + "c2843860-e0c5-4ff1-a577-09d4bb91d992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T025840Z:73d1603d-a42c-432d-951c-5838353045af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/a573e0ee-8986-4f10-a9c2-cdc4fb78bfaa?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9hNTczZTBlZS04OTg2LTRmMTAtYTljMi1jZGM0ZmI3OGJmYWE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 02:58:41 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "36741a36-9f88-4c73-b9c7-6de4f04c16af" + ], + "x-ms-correlation-request-id": [ + "af5cc551-9840-46a5-8746-5d474c920897" + ], + "x-ms-arm-service-request-id": [ + "3c611ad4-23e7-4805-9094-d03304a33276" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004445Z:01ff8f09-317d-4fdd-8918-e03a1791b335" + "EASTUS2:20211117T025842Z:af5cc551-9840-46a5-8746-5d474c920897" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:44 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +668,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/publicIPAddresses/pip9720?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/publicIPAddresses/pip3068?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMwNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +684,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"36963aee-e013-4a94-a2ca-aced25410c7f\"" + "W/\"56f03988-7a44-46f5-988e-23b4e387fa44\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6b98dbf4-9c22-4df1-8d7d-86716294a01c" + "731b9e69-77c3-4b4b-b2ab-f5903d00312d" ], "x-ms-correlation-request-id": [ - "0e942277-9c0b-48f5-9ca9-14a7327076d4" + "c532de20-56dd-45f5-a271-c9cb6f9282b6" ], "x-ms-arm-service-request-id": [ - "feb91090-245b-4afb-b40d-539c00f1cfaf" + "301b22fc-4e40-470e-842e-86e2ad973f8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004445Z:0e942277-9c0b-48f5-9ca9-14a7327076d4" + "EASTUS2:20211117T025842Z:c532de20-56dd-45f5-a271-c9cb6f9282b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:44 GMT" - ], "Content-Length": [ "766" ], @@ -664,25 +728,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9720\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/publicIPAddresses/pip9720\",\r\n \"etag\": \"W/\\\"36963aee-e013-4a94-a2ca-aced25410c7f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"59d0cf2e-baa8-4e71-927b-104c0d26f237\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8556\",\r\n \"fqdn\": \"dn8556.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/publicIPAddresses/pip3068\",\r\n \"etag\": \"W/\\\"56f03988-7a44-46f5-988e-23b4e387fa44\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b76bafa3-bc5c-4e15-9906-b7fa120a3cff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2773\",\r\n \"fqdn\": \"dn2773.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/publicIPAddresses/pip9720?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/publicIPAddresses/pip3068?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMwNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a0369a2-d45b-49cc-b9eb-4f96813b864b" + "599a1f2c-37a6-4b71-9921-6e46d5f5dec3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +754,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"36963aee-e013-4a94-a2ca-aced25410c7f\"" + "W/\"56f03988-7a44-46f5-988e-23b4e387fa44\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d378e78f-0b82-46ad-9908-165755f01528" + "7adbf0b3-14dd-4762-9b9a-7ec43ee54268" ], "x-ms-correlation-request-id": [ - "3481c2cb-9245-4f85-b8f5-ba1962dac66e" + "e9461e5b-f340-43e1-b740-80dbb229b20c" ], "x-ms-arm-service-request-id": [ - "19cabb15-9488-4a1d-9c3d-18b1b7b5a7b2" + "24d8b25a-4cc7-4f81-a6e4-b3c498da841d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004445Z:3481c2cb-9245-4f85-b8f5-ba1962dac66e" + "EASTUS2:20211117T025842Z:e9461e5b-f340-43e1-b740-80dbb229b20c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:44 GMT" - ], "Content-Length": [ "766" ], @@ -734,25 +798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9720\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/publicIPAddresses/pip9720\",\r\n \"etag\": \"W/\\\"36963aee-e013-4a94-a2ca-aced25410c7f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"59d0cf2e-baa8-4e71-927b-104c0d26f237\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8556\",\r\n \"fqdn\": \"dn8556.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/publicIPAddresses/pip3068\",\r\n \"etag\": \"W/\\\"56f03988-7a44-46f5-988e-23b4e387fa44\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b76bafa3-bc5c-4e15-9906-b7fa120a3cff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2773\",\r\n \"fqdn\": \"dn2773.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU0MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7096\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3912\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "694b2d1d-2243-45d6-9af5-2641ba1362c7" + "93e05cb1-f9e8-4e74-8400-46f76b5268c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +830,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "979bed2c-be23-4768-b3a7-f863e60e70a5" + "ceab872f-bdac-4b2d-bfe9-dd6ca4549902" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/979bed2c-be23-4768-b3a7-f863e60e70a5?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/ceab872f-bdac-4b2d-bfe9-dd6ca4549902?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e40d94fd-895f-4076-a558-42385972adcf" + "aa79e428-e202-4bcd-839a-a90a14273d9f" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7791a0c5-4b68-4355-9574-69c37afe5dd5" + "0dcb972f-b460-4ae1-a453-a276e4265563" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004445Z:e40d94fd-895f-4076-a558-42385972adcf" + "EASTUS2:20211117T025842Z:aa79e428-e202-4bcd-839a-a90a14273d9f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:45 GMT" - ], "Content-Length": [ "1216" ], @@ -816,19 +880,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964\",\r\n \"etag\": \"W/\\\"8cb85faf-a1a6-405d-8adc-f64a3dd88cbf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e42545cd-b24a-4253-a785-65a85a547f01\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096\",\r\n \"etag\": \"W/\\\"8cb85faf-a1a6-405d-8adc-f64a3dd88cbf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5412\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412\",\r\n \"etag\": \"W/\\\"de977332-43e9-4058-bb6c-4e967d44317f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f42e3d55-67e6-4d36-933b-b56fa842b73b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3912\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912\",\r\n \"etag\": \"W/\\\"de977332-43e9-4058-bb6c-4e967d44317f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/979bed2c-be23-4768-b3a7-f863e60e70a5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy85NzliZWQyYy1iZTIzLTQ3NjgtYjNhNy1mODYzZTYwZTcwYTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/ceab872f-bdac-4b2d-bfe9-dd6ca4549902?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9jZWFiODcyZi1iZGFjLTRiMmQtYmZlOS1kZDZjYTQ1NDk5MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +900,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "77898bac-9973-43f2-9b97-6dc8a33857e5" + "6c1639c3-7f86-45e8-8302-e2d6e7a56f05" ], "x-ms-correlation-request-id": [ - "621e4dde-d714-432b-a431-2c3b6df6856d" + "a4cd7073-7a3d-4115-947e-14a48d413027" ], "x-ms-arm-service-request-id": [ - "46573222-0390-4796-9228-7489fc35c6aa" + "723029d8-888f-40cc-b39e-aa6021c7ac50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004448Z:621e4dde-d714-432b-a431-2c3b6df6856d" + "EASTUS2:20211117T025845Z:a4cd7073-7a3d-4115-947e-14a48d413027" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:48 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +945,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU0MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +961,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"65d8b9c7-fd02-45c5-8625-d805c8acc161\"" + "W/\"33e7e111-c3de-4e2b-8fe7-0b9d1a60e95b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3e04d021-d3c4-4d09-b884-38df4a4994d8" + "86d27f38-d524-4cde-bf1e-285ef0e5edcf" ], "x-ms-correlation-request-id": [ - "1994860b-5d9a-49c8-9b10-cbfbc50538b5" + "7345d529-ebcd-4917-bfd8-eeec210dae80" ], "x-ms-arm-service-request-id": [ - "aa50ac3f-e9ab-4314-a3ac-902aac80e43b" + "28fc7ac3-6d14-43e4-b1aa-7ffbcda3c459" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004448Z:1994860b-5d9a-49c8-9b10-cbfbc50538b5" + "EASTUS2:20211117T025845Z:7345d529-ebcd-4917-bfd8-eeec210dae80" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:48 GMT" - ], "Content-Length": [ "1218" ], @@ -941,25 +1005,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964\",\r\n \"etag\": \"W/\\\"65d8b9c7-fd02-45c5-8625-d805c8acc161\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e42545cd-b24a-4253-a785-65a85a547f01\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096\",\r\n \"etag\": \"W/\\\"65d8b9c7-fd02-45c5-8625-d805c8acc161\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5412\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412\",\r\n \"etag\": \"W/\\\"33e7e111-c3de-4e2b-8fe7-0b9d1a60e95b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f42e3d55-67e6-4d36-933b-b56fa842b73b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3912\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912\",\r\n \"etag\": \"W/\\\"33e7e111-c3de-4e2b-8fe7-0b9d1a60e95b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NjQvc3VibmV0cy9zbjcwOTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU0MTIvc3VibmV0cy9zbjM5MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85f1a979-4753-41db-adf6-7d3d4655434a" + "0b676eeb-6f5b-4cb1-97c4-34a76b45390c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +1031,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"65d8b9c7-fd02-45c5-8625-d805c8acc161\"" + "W/\"33e7e111-c3de-4e2b-8fe7-0b9d1a60e95b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f63e0d6a-2114-4cf2-aaaf-ca6abf117f7d" + "a9462c44-9f97-4c7c-9935-03fe92076c8a" ], "x-ms-correlation-request-id": [ - "7cc31498-10c6-4ec0-a840-680fa4126604" + "869c64d0-42c1-42f1-9b3c-4f03bc1e14b4" ], "x-ms-arm-service-request-id": [ - "977bbc98-ec78-4628-aa95-e9474ac162b0" + "4768d02e-9476-4862-a4c3-07622913fdf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004448Z:7cc31498-10c6-4ec0-a840-680fa4126604" + "EASTUS2:20211117T025845Z:869c64d0-42c1-42f1-9b3c-4f03bc1e14b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:48 GMT" - ], "Content-Length": [ "523" ], @@ -1011,25 +1075,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096\",\r\n \"etag\": \"W/\\\"65d8b9c7-fd02-45c5-8625-d805c8acc161\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3912\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912\",\r\n \"etag\": \"W/\\\"33e7e111-c3de-4e2b-8fe7-0b9d1a60e95b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzExMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzMDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096\"\r\n }\r\n },\r\n \"name\": \"ip3077\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3912\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912\"\r\n }\r\n },\r\n \"name\": \"ip5184\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5b278bc2-4778-4afd-af51-6ad657c6ed1a" + "634fc6f7-3382-4d8e-959d-19b69e9cdd66" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,45 +1107,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9fa6e3c8-3754-4dbe-a493-30b16169a63a" + "ec7c7952-25c2-4cf4-a8e9-38d89a85078b" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/9fa6e3c8-3754-4dbe-a493-30b16169a63a?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/ec7c7952-25c2-4cf4-a8e9-38d89a85078b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "29ed1cc5-0217-425a-ae37-8a417d7a170f" + "e31e432e-a42f-47dc-8213-de9977f7ae4d" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "99786e2d-bb49-4e0a-9c60-4c9f70c88135" + "0690e07a-7105-4fb4-af7b-891199f1d15e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004449Z:29ed1cc5-0217-425a-ae37-8a417d7a170f" + "EASTUS2:20211117T025846Z:e31e432e-a42f-47dc-8213-de9977f7ae4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:49 GMT" - ], "Content-Length": [ - "1631" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1154,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122\",\r\n \"etag\": \"W/\\\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a284efb-64ba-4ba2-b97d-e5874ffe1988\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3077\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122/ipConfigurations/ip3077\",\r\n \"etag\": \"W/\\\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096\"\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\": \"zvcslzckwjjufj2fmwufuvd5ab.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307\",\r\n \"etag\": \"W/\\\"67e27042-8626-4d40-a199-36855776c996\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9e971ff-bc89-4996-9342-2f822342ca70\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307/ipConfigurations/ip5184\",\r\n \"etag\": \"W/\\\"67e27042-8626-4d40-a199-36855776c996\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912\"\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\": \"ku4s33hgm21e1ez1wvx0qqvxhd.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzExMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzMDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1174,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\"" + "W/\"67e27042-8626-4d40-a199-36855776c996\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1b48955c-9771-4702-855b-46604bce2bc0" + "0e87a3af-5cb1-43c8-88c4-e6aabb7dee78" ], "x-ms-correlation-request-id": [ - "d91e4d53-9417-43f0-9e57-1f52b9493810" + "6b37582b-81ab-4a8d-9452-40e6f955696f" ], "x-ms-arm-service-request-id": [ - "d84e89d0-22f8-479c-be8e-438e386d390a" + "6d7bb51e-a457-47ce-a472-a579492ab865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004449Z:d91e4d53-9417-43f0-9e57-1f52b9493810" + "EASTUS2:20211117T025846Z:6b37582b-81ab-4a8d-9452-40e6f955696f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:49 GMT" - ], "Content-Length": [ - "1631" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122\",\r\n \"etag\": \"W/\\\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a284efb-64ba-4ba2-b97d-e5874ffe1988\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3077\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122/ipConfigurations/ip3077\",\r\n \"etag\": \"W/\\\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096\"\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\": \"zvcslzckwjjufj2fmwufuvd5ab.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307\",\r\n \"etag\": \"W/\\\"67e27042-8626-4d40-a199-36855776c996\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9e971ff-bc89-4996-9342-2f822342ca70\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307/ipConfigurations/ip5184\",\r\n \"etag\": \"W/\\\"67e27042-8626-4d40-a199-36855776c996\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912\"\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\": \"ku4s33hgm21e1ez1wvx0qqvxhd.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzExMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzMDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1444db6-8f52-4ada-b1e1-2d8b6d9a28d1" + "baa3961b-8b14-4fa8-ae4e-8db815400dd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1244,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\"" - ], - "x-ms-request-id": [ - "ad2886d9-abc4-44d3-ae26-e363886969df" + "W/\"67e27042-8626-4d40-a199-36855776c996\"" ], - "x-ms-correlation-request-id": [ - "bd2faf58-d4fe-41b7-8d8a-5bccd51f858e" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "56253f8b-b12b-47c4-90e9-a483bd47a0e2" + ], + "x-ms-correlation-request-id": [ + "fce8c808-4686-4f9a-a6d2-9d3053284ff8" ], "x-ms-arm-service-request-id": [ - "760784f7-6d86-47ff-b336-b37f03098961" + "627ebebf-15ec-4387-ab56-ad0aa4af8f95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004449Z:bd2faf58-d4fe-41b7-8d8a-5bccd51f858e" + "EASTUS2:20211117T025846Z:fce8c808-4686-4f9a-a6d2-9d3053284ff8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:49 GMT" - ], "Content-Length": [ - "1631" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1288,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122\",\r\n \"etag\": \"W/\\\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a284efb-64ba-4ba2-b97d-e5874ffe1988\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3077\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122/ipConfigurations/ip3077\",\r\n \"etag\": \"W/\\\"02c8ddf7-ac2d-4c04-94d4-2243570e007d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/virtualNetworks/vn8964/subnets/sn7096\"\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\": \"zvcslzckwjjufj2fmwufuvd5ab.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307\",\r\n \"etag\": \"W/\\\"67e27042-8626-4d40-a199-36855776c996\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9e971ff-bc89-4996-9342-2f822342ca70\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307/ipConfigurations/ip5184\",\r\n \"etag\": \"W/\\\"67e27042-8626-4d40-a199-36855776c996\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/virtualNetworks/vn5412/subnets/sn3912\"\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\": \"ku4s33hgm21e1ez1wvx0qqvxhd.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/availabilitySets/as6715?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NzE1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/availabilitySets/as262?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyNjI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e8cb01a-210a-4307-b561-cabbd4e61a9c" + "0bea4da0-32b8-4889-9b62-60f85efbbcae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,9 +1320,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1266,29 +1337,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77352329-a4ca-41a8-bad7-9484e0f16bdd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5384a10a-2a8f-4f06-a1d0-bf5855e92e2e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "ed1606b6-ddd0-4499-bbc7-33e38ad0f878" + "1e70ab59-945e-45a7-a24d-d311212ac5a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004450Z:ed1606b6-ddd0-4499-bbc7-33e38ad0f878" + "EASTUS2:20211117T025846Z:1e70ab59-945e-45a7-a24d-d311212ac5a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:49 GMT" - ], "Content-Length": [ - "442" + "440" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,46 +1361,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6715\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/availabilitySets/as6715\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as262\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/availabilitySets/as262\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/virtualMachines/vm2492?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI0OTI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/virtualMachines/vm301?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/availabilitySets/as6715\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/availabilitySets/as262\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f7a1ef10-4676-4d40-bfe5-90852192b79c" + "08ddca04-6246-4f61-92fc-3fefbdf9912f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1437" + "1436" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/7d663791-82db-4102-8ef3-f5c0d7e8edb2?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/810aa853-e6f3-4519-9e20-7cf564177b6f?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1348,29 +1419,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7d663791-82db-4102-8ef3-f5c0d7e8edb2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "810aa853-e6f3-4519-9e20-7cf564177b6f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "71732674-1641-43e2-aeb1-5e494134f8bd" + "dd99be32-4036-4c0e-8b25-d326f4b6e67e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004452Z:71732674-1641-43e2-aeb1-5e494134f8bd" + "EASTUS2:20211117T025847Z:dd99be32-4036-4c0e-8b25-d326f4b6e67e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:44:52 GMT" - ], "Content-Length": [ - "2318" + "2372" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,32 +1443,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/virtualMachines/vm2492\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"49870c49-9999-4239-bbc4-f64a26d6500c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/availabilitySets/AS6715\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm301\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/virtualMachines/vm301\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea2ac331-5932-42f9-8222-95d98c94f9c0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/availabilitySets/AS262\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-17T02:58:46.9379012+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/7d663791-82db-4102-8ef3-f5c0d7e8edb2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83ZDY2Mzc5MS04MmRiLTQxMDItOGVmMy1mNWMwZDdlOGVkYjI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/810aa853-e6f3-4519-9e20-7cf564177b6f?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84MTBhYTg1My1lNmYzLTQ1MTktOWUyMC03Y2Y1NjQxNzdiNmY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:58:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1412,27 +1483,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab36485f-a912-4a40-9399-735bf6f22323" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e0ddd559-9e0e-4877-bdee-ad8088aa15c1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "250de887-2468-45d6-b754-81e8dcd1bfea" + "2cca0c63-1ac7-47cd-969d-c3b79342cb0b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004502Z:250de887-2468-45d6-b754-81e8dcd1bfea" + "EASTUS2:20211117T025857Z:2cca0c63-1ac7-47cd-969d-c3b79342cb0b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:45:02 GMT" - ], "Content-Length": [ "134" ], @@ -1443,29 +1507,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:44:52.4700304+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7d663791-82db-4102-8ef3-f5c0d7e8edb2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:58:46.8754008+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"810aa853-e6f3-4519-9e20-7cf564177b6f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/7d663791-82db-4102-8ef3-f5c0d7e8edb2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83ZDY2Mzc5MS04MmRiLTQxMDItOGVmMy1mNWMwZDdlOGVkYjI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/810aa853-e6f3-4519-9e20-7cf564177b6f?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84MTBhYTg1My1lNmYzLTQ1MTktOWUyMC03Y2Y1NjQxNzdiNmY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:59:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1473,27 +1544,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d31f625-9e4d-4930-8690-4651aa4ded46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f7f306ab-848a-434b-9f37-5a19876355d2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "3d9d3573-b569-4fa8-abc6-e305cb6971eb" + "35a66c34-47ba-46b4-9ab7-8df88ce31304" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004552Z:3d9d3573-b569-4fa8-abc6-e305cb6971eb" + "EASTUS2:20211117T025947Z:35a66c34-47ba-46b4-9ab7-8df88ce31304" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:45:52 GMT" - ], "Content-Length": [ "134" ], @@ -1504,29 +1568,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:44:52.4700304+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7d663791-82db-4102-8ef3-f5c0d7e8edb2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:58:46.8754008+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"810aa853-e6f3-4519-9e20-7cf564177b6f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/7d663791-82db-4102-8ef3-f5c0d7e8edb2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83ZDY2Mzc5MS04MmRiLTQxMDItOGVmMy1mNWMwZDdlOGVkYjI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/810aa853-e6f3-4519-9e20-7cf564177b6f?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84MTBhYTg1My1lNmYzLTQ1MTktOWUyMC03Y2Y1NjQxNzdiNmY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:00:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1534,29 +1605,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d94bb12-49b3-4773-b2c0-e5a013a6a584" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "27953f4e-0adc-43bd-9039-83e56c0d3b0e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "c9caf210-57a8-4d0b-a6ac-dd727e2e41ed" + "6e08a094-3cf8-498e-98db-3ffeea67fa03" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004642Z:c9caf210-57a8-4d0b-a6ac-dd727e2e41ed" + "EASTUS2:20211117T030037Z:6e08a094-3cf8-498e-98db-3ffeea67fa03" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:46:42 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1565,59 +1629,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:44:52.4700304+00:00\",\r\n \"endTime\": \"2021-06-30T00:46:20.2700066+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7d663791-82db-4102-8ef3-f5c0d7e8edb2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:58:46.8754008+00:00\",\r\n \"endTime\": \"2021-11-17T03:00:29.626738+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"810aa853-e6f3-4519-9e20-7cf564177b6f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/virtualMachines/vm2492?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI0OTI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/virtualMachines/vm301?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:00:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4b5bbd4-bd63-4a8d-a56d-d065ced4a5ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4033f3be-3813-45ef-b6a8-0480487a5123" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "1c9a24de-a5fb-4a3c-8c25-d8fdae66b20d" + "5d93539b-aa25-4e83-82a6-17c399edaa9b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004643Z:1c9a24de-a5fb-4a3c-8c25-d8fdae66b20d" + "EASTUS2:20211117T030037Z:5d93539b-aa25-4e83-82a6-17c399edaa9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:46:42 GMT" - ], "Content-Length": [ - "2710" + "2762" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1626,65 +1690,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/virtualMachines/vm2492\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"49870c49-9999-4239-bbc4-f64a26d6500c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/availabilitySets/AS6715\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2492_disk2_ed3156e6d9764e239d5d2600564c29be\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/disks/vm2492_disk2_ed3156e6d9764e239d5d2600564c29be\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm301\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/virtualMachines/vm301\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea2ac331-5932-42f9-8222-95d98c94f9c0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/availabilitySets/AS262\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm301_disk2_038206ee69574446bc757714184acece\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/disks/vm301_disk2_038206ee69574446bc757714184acece\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T02:58:46.9379012+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/virtualMachines/vm2492?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI0OTI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/virtualMachines/vm301?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec92dbdb-ae4f-44e2-8be9-6743dd583cf8" + "c0851ce3-1fb2-4a72-a0a3-c635466a5636" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:00:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64eed67b-e76b-492a-a49a-eb1df4e26e10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7eac47c7-a2c9-41a0-8cde-2f93912b49ab" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "a602e95b-8e3e-43a5-804e-d08bc328b00c" + "9e3c272e-df87-415d-b68e-8c696a84dae7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004643Z:a602e95b-8e3e-43a5-804e-d08bc328b00c" + "EASTUS2:20211117T030037Z:9e3c272e-df87-415d-b68e-8c696a84dae7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:46:42 GMT" - ], "Content-Length": [ - "2710" + "2762" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1693,43 +1757,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/virtualMachines/vm2492\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"49870c49-9999-4239-bbc4-f64a26d6500c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/availabilitySets/AS6715\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2492_disk2_ed3156e6d9764e239d5d2600564c29be\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/disks/vm2492_disk2_ed3156e6d9764e239d5d2600564c29be\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Network/networkInterfaces/nic1122\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm301\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/virtualMachines/vm301\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ea2ac331-5932-42f9-8222-95d98c94f9c0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/availabilitySets/AS262\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm301_disk2_038206ee69574446bc757714184acece\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/disks/vm301_disk2_038206ee69574446bc757714184acece\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Network/networkInterfaces/nic9307\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T02:58:46.9379012+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7755/providers/Microsoft.Compute/virtualMachines/vm2492?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI0OTI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8691/providers/Microsoft.Compute/virtualMachines/vm301?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa634efe-eec9-4aa2-9afa-e855b8bdfabe" + "fc639c41-7be6-4443-9e18-5dd006d0ce05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:00:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/19d0ac62-3331-486a-9eae-c08dc52dbd28?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/53135e82-970a-4c47-ace5-7e62d822edad?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/19d0ac62-3331-486a-9eae-c08dc52dbd28?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/53135e82-970a-4c47-ace5-7e62d822edad?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1741,60 +1812,60 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19d0ac62-3331-486a-9eae-c08dc52dbd28" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "53135e82-970a-4c47-ace5-7e62d822edad" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "3c648f88-364a-472f-a99f-b1bb3a23aac6" + "a64202b2-0328-46dd-a187-9d3ff9d61d38" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004643Z:3c648f88-364a-472f-a99f-b1bb3a23aac6" + "EASTUS2:20211117T030037Z:a64202b2-0328-46dd-a187-9d3ff9d61d38" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:46:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/19d0ac62-3331-486a-9eae-c08dc52dbd28?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8xOWQwYWM2Mi0zMzMxLTQ4NmEtOWVhZS1jMDhkYzUyZGJkMjg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/53135e82-970a-4c47-ace5-7e62d822edad?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy81MzEzNWU4Mi05NzBhLTRjNDctYWNlNS03ZTYyZDgyMmVkYWQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:00:47 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], @@ -1802,27 +1873,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7b93346f-2a66-4470-9505-4c2cf3b89e4c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a5bc7591-52c8-494a-bc59-855852ad948f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "b11540bf-0f9e-43c6-9361-b01d1b04d5ab" + "c7d91f2b-e4f9-4b33-849d-bf7fad9e5d7f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004653Z:b11540bf-0f9e-43c6-9361-b01d1b04d5ab" + "EASTUS2:20211117T030047Z:c7d91f2b-e4f9-4b33-849d-bf7fad9e5d7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:46:52 GMT" - ], "Content-Length": [ "134" ], @@ -1833,29 +1897,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:46:43.0833713+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19d0ac62-3331-486a-9eae-c08dc52dbd28\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:00:37.4549607+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"53135e82-970a-4c47-ace5-7e62d822edad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/19d0ac62-3331-486a-9eae-c08dc52dbd28?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8xOWQwYWM2Mi0zMzMxLTQ4NmEtOWVhZS1jMDhkYzUyZGJkMjg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/53135e82-970a-4c47-ace5-7e62d822edad?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy81MzEzNWU4Mi05NzBhLTRjNDctYWNlNS03ZTYyZDgyMmVkYWQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:01:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1863,27 +1934,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "27ce3feb-745a-48d5-8bb4-fe8852892ad7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6f395ebf-76af-40ca-88b5-f8db86044c67" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "cab6ce4c-d638-48c4-be23-c60920f0ceed" + "4e9e2739-5528-4d06-a867-83d35a9704ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004723Z:cab6ce4c-d638-48c4-be23-c60920f0ceed" + "EASTUS2:20211117T030117Z:4e9e2739-5528-4d06-a867-83d35a9704ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:47:22 GMT" - ], "Content-Length": [ "134" ], @@ -1894,57 +1958,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:46:43.0833713+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19d0ac62-3331-486a-9eae-c08dc52dbd28\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:00:37.4549607+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"53135e82-970a-4c47-ace5-7e62d822edad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/19d0ac62-3331-486a-9eae-c08dc52dbd28?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8xOWQwYWM2Mi0zMzMxLTQ4NmEtOWVhZS1jMDhkYzUyZGJkMjg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/53135e82-970a-4c47-ace5-7e62d822edad?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy81MzEzNWU4Mi05NzBhLTRjNDctYWNlNS03ZTYyZDgyMmVkYWQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:01:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "948e04ef-ca46-47ba-9350-712c5e1e2cdc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b479ff29-d00d-4839-bcaf-e436a06588c9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "8362211a-7139-484e-928c-1c3370e8481c" + "76af887d-9e09-4c54-9d76-c137e6de7afb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004753Z:8362211a-7139-484e-928c-1c3370e8481c" + "EASTUS2:20211117T030147Z:76af887d-9e09-4c54-9d76-c137e6de7afb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:47:52 GMT" - ], "Content-Length": [ "184" ], @@ -1955,83 +2019,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:46:43.0833713+00:00\",\r\n \"endTime\": \"2021-06-30T00:47:30.1787644+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"19d0ac62-3331-486a-9eae-c08dc52dbd28\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:00:37.4549607+00:00\",\r\n \"endTime\": \"2021-11-17T03:01:22.2836743+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"53135e82-970a-4c47-ace5-7e62d822edad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/19d0ac62-3331-486a-9eae-c08dc52dbd28?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8xOWQwYWM2Mi0zMzMxLTQ4NmEtOWVhZS1jMDhkYzUyZGJkMjg/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/53135e82-970a-4c47-ace5-7e62d822edad?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy81MzEzNWU4Mi05NzBhLTRjNDctYWNlNS03ZTYyZDgyMmVkYWQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:01:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58806415-a294-44b1-9ab4-df152188f27f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cb154410-e3ea-44c8-9187-56122a5026b3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "d46ba37f-978a-4e74-905d-f1800aae3090" + "573c0b73-dd15-43d4-ac50-d5cd36f336ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004753Z:d46ba37f-978a-4e74-905d-f1800aae3090" + "EASTUS2:20211117T030147Z:573c0b73-dd15-43d4-ac50-d5cd36f336ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:47:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7755?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc3NTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8691?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2OTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a5cb4ab-2860-475e-b863-ce6c08dfc1bc" + "5f006d60-6574-4bdf-b63e-9a56e8045689" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2039,11 +2103,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:01:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2052,13 +2119,13 @@ "14999" ], "x-ms-request-id": [ - "e62e9679-8984-4518-a574-ffb34a6c768f" + "c9d57d36-1986-447c-a340-a862cba0388b" ], "x-ms-correlation-request-id": [ - "e62e9679-8984-4518-a574-ffb34a6c768f" + "c9d57d36-1986-447c-a340-a862cba0388b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004753Z:e62e9679-8984-4518-a574-ffb34a6c768f" + "EASTUS2:20211117T030147Z:c9d57d36-1986-447c-a340-a862cba0388b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2066,29 +2133,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:47:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpreExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2096,11 +2160,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:02:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2109,13 +2176,13 @@ "11999" ], "x-ms-request-id": [ - "8d04f1dd-a8be-4dc7-a073-35e86b40b255" + "6f3c7177-d2fa-4f53-aa8b-95522ac5320d" ], "x-ms-correlation-request-id": [ - "8d04f1dd-a8be-4dc7-a073-35e86b40b255" + "6f3c7177-d2fa-4f53-aa8b-95522ac5320d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004808Z:8d04f1dd-a8be-4dc7-a073-35e86b40b255" + "EASTUS2:20211117T030202Z:6f3c7177-d2fa-4f53-aa8b-95522ac5320d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2123,29 +2190,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:48:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpreExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2153,11 +2217,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:02:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2166,13 +2233,13 @@ "11998" ], "x-ms-request-id": [ - "1a4e5569-22ad-4cc3-af07-ef93d4578ef3" + "f53fc38c-ba5f-4a6e-be26-553d74d9dfc0" ], "x-ms-correlation-request-id": [ - "1a4e5569-22ad-4cc3-af07-ef93d4578ef3" + "f53fc38c-ba5f-4a6e-be26-553d74d9dfc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004823Z:1a4e5569-22ad-4cc3-af07-ef93d4578ef3" + "EASTUS2:20211117T030217Z:f53fc38c-ba5f-4a6e-be26-553d74d9dfc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2180,29 +2247,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:48:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpreExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2210,11 +2274,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:02:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2223,13 +2290,13 @@ "11997" ], "x-ms-request-id": [ - "df2b09b3-d562-46e1-8c4f-0d0ef2205ab7" + "adb220de-2ad3-43e1-b5d8-137dddb0de8a" ], "x-ms-correlation-request-id": [ - "df2b09b3-d562-46e1-8c4f-0d0ef2205ab7" + "adb220de-2ad3-43e1-b5d8-137dddb0de8a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004838Z:df2b09b3-d562-46e1-8c4f-0d0ef2205ab7" + "EASTUS2:20211117T030232Z:adb220de-2ad3-43e1-b5d8-137dddb0de8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2237,29 +2304,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:48:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpreExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2267,11 +2331,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:02:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2280,13 +2347,13 @@ "11996" ], "x-ms-request-id": [ - "68a2fc21-1c3e-4730-986c-9c021e217341" + "ab7c1d1d-9268-4cf0-afd7-43c87367ac4c" ], "x-ms-correlation-request-id": [ - "68a2fc21-1c3e-4730-986c-9c021e217341" + "ab7c1d1d-9268-4cf0-afd7-43c87367ac4c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004853Z:68a2fc21-1c3e-4730-986c-9c021e217341" + "EASTUS2:20211117T030247Z:ab7c1d1d-9268-4cf0-afd7-43c87367ac4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2294,86 +2361,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:48:52 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "d93c7a6e-97e7-44c0-8e31-22c73676fc1e" - ], - "x-ms-correlation-request-id": [ - "d93c7a6e-97e7-44c0-8e31-22c73676fc1e" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210630T004908Z:d93c7a6e-97e7-44c0-8e31-22c73676fc1e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 30 Jun 2021 00:49:08 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpreExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2381,77 +2388,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "08f1863c-98c7-426e-bf63-8c49e1422173" - ], - "x-ms-correlation-request-id": [ - "08f1863c-98c7-426e-bf63-8c49e1422173" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210630T004923Z:08f1863c-98c7-426e-bf63-8c49e1422173" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Wed, 30 Jun 2021 00:49:23 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 03:03:02 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "a7af8f40-8a16-4212-a7bf-3b1da07c00d4" + "85b4927b-d855-4631-87ee-9391b662e9f6" ], "x-ms-correlation-request-id": [ - "a7af8f40-8a16-4212-a7bf-3b1da07c00d4" + "85b4927b-d855-4631-87ee-9391b662e9f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004938Z:a7af8f40-8a16-4212-a7bf-3b1da07c00d4" + "EASTUS2:20211117T030302Z:85b4927b-d855-4631-87ee-9391b662e9f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2459,29 +2412,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:49:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzU1LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpVMUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjkxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpreExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2489,20 +2439,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:02 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "1689a821-54f4-40b2-beb8-1b46dbffcbd8" + "aa776c4e-5834-4dcc-a8f6-4150c86bd0c4" ], "x-ms-correlation-request-id": [ - "1689a821-54f4-40b2-beb8-1b46dbffcbd8" + "aa776c4e-5834-4dcc-a8f6-4150c86bd0c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T004938Z:1689a821-54f4-40b2-beb8-1b46dbffcbd8" + "EASTUS2:20211117T030302Z:aa776c4e-5834-4dcc-a8f6-4150c86bd0c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2510,14 +2463,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 00:49:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2526,28 +2476,28 @@ ], "Names": { "TestDeleteOptionForDisks": [ - "crptestar7755", - "crptestar582", - "as6715" + "crptestar8691", + "crptestar7083", + "as262" ], "CreatePublicIP": [ - "pip9720", - "dn8556" + "pip3068", + "dn2773" ], "CreateVNET": [ - "vn8964", - "sn7096" + "vn5412", + "sn3912" ], "CreateNIC": [ - "nic1122", - "ip3077" + "nic9307", + "ip5184" ], "CreateDefaultVMInput": [ - "crptestar9888", - "crptestar5159", - "crptestar4977", - "vm2492", - "Microsoft.Compute/virtualMachines6904" + "crptestar1320", + "crptestar7251", + "crptestar9166", + "vm301", + "Microsoft.Compute/virtualMachines2030" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMBootDiagnostics.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMBootDiagnostics.json index d0be74ce0be47..fbec3e2751c96 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMBootDiagnostics.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMBootDiagnostics.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99033673-d20c-4af7-ba3f-955a55cc8be7" + "a7428693-8a9f-4e9d-9a9a-1ae06c5ad7a6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:21:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "947463fc-4c73-425a-bcc4-7452d567782b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9ff82b4a-51c1-46c5-9144-7a8b4a7adca5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "a4569b8b-e9b5-4bd5-950e-849cee613b90" + "b8fc568b-b2d9-469c-b680-5182521f7d1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221014Z:a4569b8b-e9b5-4bd5-950e-849cee613b90" + "EASTUS2:20211117T092156Z:b8fc568b-b2d9-469c-b680-5182521f7d1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:10:14 GMT" - ], "Content-Length": [ "321" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar628?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyOD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5219?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar628\": \"2021-06-28 22:10:14Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5219\": \"2021-11-17 09:21:56Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "325aad1e-cee8-4c1c-b3e5-847138c5c57d" + "99a36fa0-374f-4947-942e-770bc8499db3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:21:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "e79a681c-e52e-41f0-9434-b76ef5bee9ad" + "91d42d62-e8ef-42ff-8798-f7e853b5b596" ], "x-ms-correlation-request-id": [ - "e79a681c-e52e-41f0-9434-b76ef5bee9ad" + "91d42d62-e8ef-42ff-8798-f7e853b5b596" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221017Z:e79a681c-e52e-41f0-9434-b76ef5bee9ad" + "EASTUS2:20211117T092159Z:91d42d62-e8ef-42ff-8798-f7e853b5b596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:10:17 GMT" - ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,38 +133,41 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628\",\r\n \"name\": \"crptestar628\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar628\": \"2021-06-28 22:10:14Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219\",\r\n \"name\": \"crptestar5219\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5219\": \"2021-11-17 09:21:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar628?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyOD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5219?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar628\": \"2021-06-28 22:10:56Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5219\": \"2021-11-17 09:22:41Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9cf22c94-cf58-4350-95e2-60e324199562" + "4b462323-275c-45f5-8523-384ca48ef2f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:22:41 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "6814ab58-3ee1-4267-ac86-f98fc7674cbd" + "e54c0dbb-5779-48b2-b681-bd36b6cddaa8" ], "x-ms-correlation-request-id": [ - "6814ab58-3ee1-4267-ac86-f98fc7674cbd" + "e54c0dbb-5779-48b2-b681-bd36b6cddaa8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221057Z:6814ab58-3ee1-4267-ac86-f98fc7674cbd" + "EASTUS2:20211117T092241Z:e54c0dbb-5779-48b2-b681-bd36b6cddaa8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:10:57 GMT" - ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,38 +199,41 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628\",\r\n \"name\": \"crptestar628\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar628\": \"2021-06-28 22:10:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219\",\r\n \"name\": \"crptestar5219\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5219\": \"2021-11-17 09:22:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar628?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyOD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5219?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar628\": \"2021-06-28 22:11:31Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5219\": \"2021-11-17 09:23:16Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a2d0a6c-068b-4fcf-ac8b-af13f9aa96f6" + "c084d7a8-95a1-42ca-bfd1-e39c0174f717" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -238,13 +241,13 @@ "1197" ], "x-ms-request-id": [ - "70600d11-8f23-4764-aef1-bb6075ed5190" + "9f9e3ae5-c348-41b7-9658-d9b8235f8301" ], "x-ms-correlation-request-id": [ - "70600d11-8f23-4764-aef1-bb6075ed5190" + "9f9e3ae5-c348-41b7-9658-d9b8235f8301" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221132Z:70600d11-8f23-4764-aef1-bb6075ed5190" + "EASTUS2:20211117T092317Z:9f9e3ae5-c348-41b7-9658-d9b8235f8301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,11 +255,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:31 GMT" - ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,25 +265,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628\",\r\n \"name\": \"crptestar628\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar628\": \"2021-06-28 22:11:31Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219\",\r\n \"name\": \"crptestar5219\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5219\": \"2021-11-17 09:23:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar1630?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjE2MzA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar2800?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyODAwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b09c844b-4227-4b12-9da9-f639983daa86" + "c28c0b0b-6b45-47ab-b940-8149e1dcd204" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -297,62 +297,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:22:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7b529ed2-b85d-45ef-b1a4-3d0de0aa18bf?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7d17d7c9-934c-4bc8-af9e-5e1405351804?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7b529ed2-b85d-45ef-b1a4-3d0de0aa18bf" + "7d17d7c9-934c-4bc8-af9e-5e1405351804" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b3ea5c90-c87c-4ef4-8fb8-a0939b484db7" + "36cc125c-f262-4fc1-9787-ce63f8bf5995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221029Z:b3ea5c90-c87c-4ef4-8fb8-a0939b484db7" + "EASTUS2:20211117T092210Z:36cc125c-f262-4fc1-9787-ce63f8bf5995" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:10:29 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7b529ed2-b85d-45ef-b1a4-3d0de0aa18bf?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvN2I1MjllZDItYjg1ZC00NWVmLWIxYTQtM2QwZGUwYWExOGJmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7d17d7c9-934c-4bc8-af9e-5e1405351804?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvN2QxN2Q3YzktOTM0Yy00YmM4LWFmOWUtNWUxNDA1MzUxODA0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -360,32 +360,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:22:26 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "7a261e07-f5d3-4441-8eeb-bc269dd23146" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7d17d7c9-934c-4bc8-af9e-5e1405351804?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "00c77895-8d76-4249-85b4-e0cee588b775" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "93b15b75-8cc6-4c60-821f-62fc12d5b747" + "0d4da5aa-184a-497d-8e7b-c5620c0e7b26" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221046Z:93b15b75-8cc6-4c60-821f-62fc12d5b747" + "EASTUS2:20211117T092227Z:0d4da5aa-184a-497d-8e7b-c5620c0e7b26" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7d17d7c9-934c-4bc8-af9e-5e1405351804?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvN2QxN2Q3YzktOTM0Yy00YmM4LWFmOWUtNWUxNDA1MzUxODA0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 22:10:46 GMT" + "Wed, 17 Nov 2021 09:22:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6ad36dfa-f9d3-4f59-8421-a114a2a208ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "8e19277f-2049-47af-b0d0-78682a7a1ce1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T092230Z:8e19277f-2049-47af-b0d0-78682a7a1ce1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -401,21 +464,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c694515-2acf-4f62-a72b-89ed1c7a1323" + "cea41265-c1d7-447f-ae1a-c8cb351de932" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -423,35 +486,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:22:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "501ac689-90aa-4044-8ff0-c3c35c2871d7" + "f0d70df9-9291-4daf-a1e6-8424a8e2f979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "18b9a7e6-2b26-4741-b117-9739044c24bf" + "da775b6a-a833-4cd6-9bd2-8c66beee5b71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221056Z:18b9a7e6-2b26-4741-b117-9739044c24bf" + "EASTUS2:20211117T092241Z:da775b6a-a833-4cd6-9bd2-8c66beee5b71" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:10:56 GMT" - ], "Content-Length": [ - "751" + "752" ], "Content-Type": [ "application/json" @@ -460,25 +523,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar1630\",\r\n \"name\": \"crptestar1630\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:10:25.5145121Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1630.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1630.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1630.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1630.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar2800\",\r\n \"name\": \"crptestar2800\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:22:06.7609768Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2800.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2800.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2800.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2800.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c171d66-dd6b-453a-8953-844028e029ae" + "0d21d623-d52d-4c5f-8598-4766802e0f0c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -486,35 +549,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bd0f9a18-6150-4729-be58-73ae3bd077c0" + "bf74361e-5aa5-4f24-98c6-810da2743815" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "30167891-e163-4d97-b46b-1478d7c85cd4" + "e2215d99-7134-499b-be5f-3e983ba8eb96" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221131Z:30167891-e163-4d97-b46b-1478d7c85cd4" + "EASTUS2:20211117T092316Z:e2215d99-7134-499b-be5f-3e983ba8eb96" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:30 GMT" - ], "Content-Length": [ - "1491" + "1493" ], "Content-Type": [ "application/json" @@ -523,25 +586,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar1630\",\r\n \"name\": \"crptestar1630\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:10:25.5145121Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1630.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1630.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1630.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1630.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar6266\",\r\n \"name\": \"crptestar6266\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:10:59.7666084Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6266.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6266.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6266.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6266.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar2800\",\r\n \"name\": \"crptestar2800\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:22:06.7609768Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2800.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2800.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2800.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2800.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar5675\",\r\n \"name\": \"crptestar5675\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:22:44.7480136Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5675.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5675.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5675.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5675.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar1630?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjE2MzA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar2800?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyODAwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a73f6ec0-1894-450d-87fc-38b16625ee08" + "4de097a2-51c2-4ec1-9964-a0c4f4b258fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -549,35 +612,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:22:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4290c995-6b50-4747-a6db-707e84c687ea" + "81798c47-7536-4839-bb22-8638c6a0ff85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "bb1d8e47-4b12-4281-b80d-e48f15f3420c" + "91fe19af-8686-43b5-aadb-097408deeac8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221056Z:bb1d8e47-4b12-4281-b80d-e48f15f3420c" + "EASTUS2:20211117T092241Z:91fe19af-8686-43b5-aadb-097408deeac8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:10:56 GMT" - ], "Content-Length": [ - "739" + "740" ], "Content-Type": [ "application/json" @@ -586,25 +649,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar1630\",\r\n \"name\": \"crptestar1630\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:10:25.5145121Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1630.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1630.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1630.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1630.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar2800\",\r\n \"name\": \"crptestar2800\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:22:06.7609768Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2800.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2800.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2800.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2800.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar6266?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjYyNjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar5675?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1Njc1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "459c3420-4362-4946-bb6d-0c9310750fa6" + "196b2526-9923-467d-8e9e-b47231600733" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -618,62 +681,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:22:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6ae5da6f-ea41-4fa0-94fc-4c367bfe9d07?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2db30039-95ec-431f-831d-a818befd0a5a?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6ae5da6f-ea41-4fa0-94fc-4c367bfe9d07" + "2db30039-95ec-431f-831d-a818befd0a5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "32b5c375-ccae-4785-9fd1-8ff8e4c7b2a3" + "d822fee9-c132-47b4-a16c-7e1611a88240" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221103Z:32b5c375-ccae-4785-9fd1-8ff8e4c7b2a3" + "EASTUS2:20211117T092248Z:d822fee9-c132-47b4-a16c-7e1611a88240" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:03 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6ae5da6f-ea41-4fa0-94fc-4c367bfe9d07?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNmFlNWRhNmYtZWE0MS00ZmEwLTk0ZmMtNGMzNjdiZmU5ZDA3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2db30039-95ec-431f-831d-a818befd0a5a?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmRiMzAwMzktOTVlYy00MzFmLTgzMWQtYTgxOGJlZmQwYTVhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -681,33 +744,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ab46d702-2598-4fe9-b095-726ceedcf39b" + "5045fdaf-a167-427b-b4f8-52eead7f6ded" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "ddab7498-6c08-4f57-ab5e-e84a1c225dff" + "46ce2c00-a34f-4a73-8d89-948ec45d462d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221120Z:ddab7498-6c08-4f57-ab5e-e84a1c225dff" + "EASTUS2:20211117T092305Z:46ce2c00-a34f-4a73-8d89-948ec45d462d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:20 GMT" - ], "Content-Length": [ "95" ], @@ -722,21 +785,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar6266?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjYyNjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar5675?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1Njc1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef85b3b8-8101-456f-ad48-d10fbec37088" + "17763aac-9810-4d9e-9e24-63a6f035f870" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -744,35 +807,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "378abfbd-6b84-42a5-bb98-2777ba466712" + "27ad9078-17e2-45cb-810b-07a4e15efaf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "801ac402-26e6-4e06-8375-61863c24cc11" + "9f8f316f-b62d-4d60-8782-a41a27eee0e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221131Z:801ac402-26e6-4e06-8375-61863c24cc11" + "EASTUS2:20211117T092316Z:9f8f316f-b62d-4d60-8782-a41a27eee0e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:30 GMT" - ], "Content-Length": [ - "739" + "740" ], "Content-Type": [ "application/json" @@ -781,80 +844,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar6266\",\r\n \"name\": \"crptestar6266\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:10:59.7666084Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6266.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6266.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6266.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6266.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar5675\",\r\n \"name\": \"crptestar5675\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:22:44.7480136Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5675.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5675.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5675.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5675.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/publicIPAddresses/pip2723?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjcyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/publicIPAddresses/pip3208?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9870\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn765\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d892acb1-95e9-42cb-8786-adbeaedad800" + "56e54cda-278f-4835-9959-d0242ce6a274" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "207" + "206" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "41b5db23-87fd-4646-9a0d-c0e22844f863" + "a3821192-b36f-4b28-b09c-5d90d3f4eb04" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/41b5db23-87fd-4646-9a0d-c0e22844f863?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a3821192-b36f-4b28-b09c-5d90d3f4eb04?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "436dbf1a-0edb-4b57-b060-f02383a64e19" + "267ea49c-7b74-4a5b-a7d2-afa50f816715" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "95881c2e-49c3-48e9-8d50-a3117cb83d80" + "3855ed78-09d2-4f3b-954a-e1aca3ed3036" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221142Z:436dbf1a-0edb-4b57-b060-f02383a64e19" + "EASTUS2:20211117T092327Z:267ea49c-7b74-4a5b-a7d2-afa50f816715" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:41 GMT" - ], "Content-Length": [ - "768" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -863,19 +926,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/publicIPAddresses/pip2723\",\r\n \"etag\": \"W/\\\"7795a347-6be8-4d4b-85ca-157504ddbb54\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"803d2823-d59c-4ec5-b741-e53f2e52df51\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9870\",\r\n \"fqdn\": \"dn9870.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/publicIPAddresses/pip3208\",\r\n \"etag\": \"W/\\\"c21b7eda-21d8-4ffb-954b-c8fabebb8e7e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"76a36d8f-3b8e-4b6f-a239-9ea5c86328d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn765\",\r\n \"fqdn\": \"dn765.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/41b5db23-87fd-4646-9a0d-c0e22844f863?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYjVkYjIzLTg3ZmQtNDY0Ni05YTBkLWMwZTIyODQ0Zjg2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a3821192-b36f-4b28-b09c-5d90d3f4eb04?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzODIxMTkyLWIzNmYtNGIyOC1iMDljLTVkOTBkM2Y0ZWIwND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -883,37 +946,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4d20d393-5116-4195-b857-77218d001aa9" + "8917635d-072d-42f3-b072-8bc95c51eb80" ], "x-ms-correlation-request-id": [ - "4943e5d5-cb28-4150-86d5-58331b44c0fc" + "a575c7d6-78c3-4136-bc40-d0214e4d79aa" ], "x-ms-arm-service-request-id": [ - "18162dc4-701e-49d3-891f-98b981d21074" + "eb7e2700-ff0a-40b7-8d65-7e61218999a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221143Z:4943e5d5-cb28-4150-86d5-58331b44c0fc" + "EASTUS2:20211117T092328Z:a575c7d6-78c3-4136-bc40-d0214e4d79aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:42 GMT" - ], "Content-Length": [ "29" ], @@ -928,15 +991,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/publicIPAddresses/pip2723?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjcyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/publicIPAddresses/pip3208?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -944,42 +1007,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3c85e60e-4a1c-43c2-ad29-330b7bd71d92\"" + "W/\"81963792-b953-4b3e-987a-0f0bc56ebe29\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "789785c3-f474-405a-b533-e46d6be7a5fe" + "2851b78a-e3b3-4400-a390-df7d1f389c67" ], "x-ms-correlation-request-id": [ - "f9d7dcb1-4592-4a3d-965f-40918be83e9d" + "e4eec114-6113-4d89-b09c-5cbce5b57a83" ], "x-ms-arm-service-request-id": [ - "9be3ccc9-64c3-44d0-8a48-4bcf317866f1" + "6e4df8e5-fc4f-4f9a-a020-4db1dedcbf0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221144Z:f9d7dcb1-4592-4a3d-965f-40918be83e9d" + "EASTUS2:20211117T092329Z:e4eec114-6113-4d89-b09c-5cbce5b57a83" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:43 GMT" - ], "Content-Length": [ - "769" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -988,25 +1051,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/publicIPAddresses/pip2723\",\r\n \"etag\": \"W/\\\"3c85e60e-4a1c-43c2-ad29-330b7bd71d92\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"803d2823-d59c-4ec5-b741-e53f2e52df51\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9870\",\r\n \"fqdn\": \"dn9870.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/publicIPAddresses/pip3208\",\r\n \"etag\": \"W/\\\"81963792-b953-4b3e-987a-0f0bc56ebe29\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76a36d8f-3b8e-4b6f-a239-9ea5c86328d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn765\",\r\n \"fqdn\": \"dn765.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/publicIPAddresses/pip2723?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjcyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/publicIPAddresses/pip3208?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b39ab4c-5424-4612-9ce6-a66a70f8dd4d" + "8f2ad883-dd8a-446d-b6b5-f31e85777a5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1014,42 +1077,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3c85e60e-4a1c-43c2-ad29-330b7bd71d92\"" + "W/\"81963792-b953-4b3e-987a-0f0bc56ebe29\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ed215413-3f8b-46d6-b4a5-503206a8e8c7" + "bfe226ae-0658-4091-aead-4242f189b8bb" ], "x-ms-correlation-request-id": [ - "45f4800f-f091-40bb-ada1-20e961c7b101" + "99eee4e6-d7e0-482e-aa13-6cb870ee6dc7" ], "x-ms-arm-service-request-id": [ - "3cde945f-48ae-44b4-9e0d-f0591196974b" + "fcfb5967-201b-49d7-a2d6-134e872d8c26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221144Z:45f4800f-f091-40bb-ada1-20e961c7b101" + "EASTUS2:20211117T092329Z:99eee4e6-d7e0-482e-aa13-6cb870ee6dc7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:43 GMT" - ], "Content-Length": [ - "769" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1058,25 +1121,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/publicIPAddresses/pip2723\",\r\n \"etag\": \"W/\\\"3c85e60e-4a1c-43c2-ad29-330b7bd71d92\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"803d2823-d59c-4ec5-b741-e53f2e52df51\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9870\",\r\n \"fqdn\": \"dn9870.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/publicIPAddresses/pip3208\",\r\n \"etag\": \"W/\\\"81963792-b953-4b3e-987a-0f0bc56ebe29\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76a36d8f-3b8e-4b6f-a239-9ea5c86328d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn765\",\r\n \"fqdn\": \"dn765.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNDEzOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4499\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5264\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "774885f1-47fc-4568-a393-3168f8f7d68c" + "b8f33bc2-93f0-4d47-8aa3-9d366de3db83" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1090,48 +1153,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:32 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b516462c-baa5-4d9e-b7d4-be202bd7d283" + "5f7d9367-5e7b-40da-9700-e2e98094d315" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b516462c-baa5-4d9e-b7d4-be202bd7d283?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5f7d9367-5e7b-40da-9700-e2e98094d315?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "35aeaa55-cda1-45a3-9181-984c5cb4809e" + "d27d96b9-9784-4cb8-96e3-be66d1e3018f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ca18da67-2f1d-48d1-8c11-afb4d4715bf6" + "6ce7652b-1023-4463-8ae3-b4b3f084c2f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221149Z:35aeaa55-cda1-45a3-9181-984c5cb4809e" + "EASTUS2:20211117T092333Z:d27d96b9-9784-4cb8-96e3-be66d1e3018f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:49 GMT" - ], "Content-Length": [ - "1319" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1140,19 +1203,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138\",\r\n \"etag\": \"W/\\\"0e83c883-ebf6-4407-a1a5-dccf5790f164\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"eeb7501e-464d-4b07-9326-84707483513a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4499\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499\",\r\n \"etag\": \"W/\\\"0e83c883-ebf6-4407-a1a5-dccf5790f164\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2708\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708\",\r\n \"etag\": \"W/\\\"f45d226d-dc04-4502-82f4-0207d90a74cf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"31251a0b-25a2-44a4-8030-b7629f7ea724\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264\",\r\n \"etag\": \"W/\\\"f45d226d-dc04-4502-82f4-0207d90a74cf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b516462c-baa5-4d9e-b7d4-be202bd7d283?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I1MTY0NjJjLWJhYTUtNGQ5ZS1iN2Q0LWJlMjAyYmQ3ZDI4Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5f7d9367-5e7b-40da-9700-e2e98094d315?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVmN2Q5MzY3LTVlN2ItNDBkYS05NzAwLWUyZTk4MDk0ZDMxNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1160,37 +1223,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2beec991-ea6c-453b-8f84-75dcd4b41c37" + "29be0ce4-b5bb-468e-9182-dbadb3b910e9" ], "x-ms-correlation-request-id": [ - "6cb30d84-68ab-4af0-a235-84ef1f09ffcd" + "a30524f4-ead3-495b-b369-80c072f3a00c" ], "x-ms-arm-service-request-id": [ - "5590c470-8347-4494-a827-a1512a44b1ed" + "0d713205-0729-426a-93db-c81da4ad3001" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221152Z:6cb30d84-68ab-4af0-a235-84ef1f09ffcd" + "EASTUS2:20211117T092336Z:a30524f4-ead3-495b-b369-80c072f3a00c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:52 GMT" - ], "Content-Length": [ "29" ], @@ -1205,15 +1268,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNDEzOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1221,42 +1284,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"98f04d67-b264-45f7-acb2-f916eb532d72\"" + "W/\"a161825e-1cd4-4dd7-aef1-52d60cce5714\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3555dda6-9b3a-4e56-82f0-e02cd36d9ee7" + "7f485319-a597-4b55-b71e-9f4d081e95f1" ], "x-ms-correlation-request-id": [ - "f491d3d7-d319-4fca-b74c-5c07c081d2f1" + "26cf1fdd-9f2c-4e7f-9eb5-f6652913c2ad" ], "x-ms-arm-service-request-id": [ - "51ffb3ea-4951-4ac0-b644-9ed410996ffc" + "fd8dcff5-d29f-48cc-bea0-7432c15fce42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221152Z:f491d3d7-d319-4fca-b74c-5c07c081d2f1" + "EASTUS2:20211117T092337Z:26cf1fdd-9f2c-4e7f-9eb5-f6652913c2ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:52 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1265,25 +1328,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138\",\r\n \"etag\": \"W/\\\"98f04d67-b264-45f7-acb2-f916eb532d72\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eeb7501e-464d-4b07-9326-84707483513a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4499\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499\",\r\n \"etag\": \"W/\\\"98f04d67-b264-45f7-acb2-f916eb532d72\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2708\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708\",\r\n \"etag\": \"W/\\\"a161825e-1cd4-4dd7-aef1-52d60cce5714\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31251a0b-25a2-44a4-8030-b7629f7ea724\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264\",\r\n \"etag\": \"W/\\\"a161825e-1cd4-4dd7-aef1-52d60cce5714\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNDEzOC9zdWJuZXRzL3NuNDQ5OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3MDgvc3VibmV0cy9zbjUyNjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f307a2fe-6e53-4bc4-87a4-fb924e394059" + "15de1816-ba74-4949-947b-b7c432ad5c45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1291,42 +1354,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"98f04d67-b264-45f7-acb2-f916eb532d72\"" + "W/\"a161825e-1cd4-4dd7-aef1-52d60cce5714\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c8caaa39-e49c-4f39-8cdd-98c0c7936649" + "5a941463-2b35-4d5a-a5ae-48b698a96f78" ], "x-ms-correlation-request-id": [ - "91b9aa64-e18b-4837-a08c-fda352843649" + "f6e2d84e-6e21-40a0-a69f-853d503c585d" ], "x-ms-arm-service-request-id": [ - "3572ee0e-d2a8-41c8-8019-692ef8577799" + "c5b9b3ae-cd1b-47d2-9940-6346cff3decf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221153Z:91b9aa64-e18b-4837-a08c-fda352843649" + "EASTUS2:20211117T092337Z:f6e2d84e-6e21-40a0-a69f-853d503c585d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:53 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1335,25 +1398,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4499\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499\",\r\n \"etag\": \"W/\\\"98f04d67-b264-45f7-acb2-f916eb532d72\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264\",\r\n \"etag\": \"W/\\\"a161825e-1cd4-4dd7-aef1-52d60cce5714\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMzAyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4499\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499\"\r\n }\r\n },\r\n \"name\": \"ip2867\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264\"\r\n }\r\n },\r\n \"name\": \"ip134\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c408c557-1012-4224-9d05-af3b33622a3a" + "7e89c78d-158c-4e03-bbf4-69f0ad41020a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1367,45 +1430,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ee8363e1-781b-4a44-b89d-43b0178ca1e1" + "70983ac4-4acc-4cd2-9ead-183b4b71a8cb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ee8363e1-781b-4a44-b89d-43b0178ca1e1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/70983ac4-4acc-4cd2-9ead-183b4b71a8cb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f0cc3820-21e3-48a6-b68d-3d695fb91a2d" + "0ff6f788-0016-4fe5-8565-cfe7c65dfefb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8ba21661-b52b-4f74-824b-ddc2c74919ad" + "9cc0d4ce-6ef2-4bbf-9803-e7bf9a061af8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221157Z:f0cc3820-21e3-48a6-b68d-3d695fb91a2d" + "EASTUS2:20211117T092340Z:0ff6f788-0016-4fe5-8565-cfe7c65dfefb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:57 GMT" - ], "Content-Length": [ - "1628" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1414,19 +1477,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3023\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\",\r\n \"etag\": \"W/\\\"48cd7ab6-d30c-4d30-ab40-54e531893af7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbe2631b-e05b-4421-909c-aedb7b226f82\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2867\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023/ipConfigurations/ip2867\",\r\n \"etag\": \"W/\\\"48cd7ab6-d30c-4d30-ab40-54e531893af7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499\"\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\": \"dzilp1sniyduxezgqryhja0rhc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\",\r\n \"etag\": \"W/\\\"d4fb7743-a783-428b-b4a0-bd091708fc7f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7099073a-1e37-4be8-bdae-f48312c9dfe4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975/ipConfigurations/ip134\",\r\n \"etag\": \"W/\\\"d4fb7743-a783-428b-b4a0-bd091708fc7f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264\"\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\": \"bmnckmncewsejabqw3rj45vhee.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMzAyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1434,42 +1497,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"48cd7ab6-d30c-4d30-ab40-54e531893af7\"" + "W/\"d4fb7743-a783-428b-b4a0-bd091708fc7f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "05c96882-d064-40e1-b9e6-9614583cbcea" + "ec671745-066d-4c4c-b1c2-f96bbad074f2" ], "x-ms-correlation-request-id": [ - "7a5a357f-4115-452b-b4f4-6b28cb4fd077" + "052a7482-daf7-42d6-b727-d803c15493d4" ], "x-ms-arm-service-request-id": [ - "eecc814d-b1fd-4a8e-8974-69cea26349af" + "d0df2e2b-463f-49a5-a0bd-f1e5081a58cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221157Z:7a5a357f-4115-452b-b4f4-6b28cb4fd077" + "EASTUS2:20211117T092341Z:052a7482-daf7-42d6-b727-d803c15493d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:57 GMT" - ], "Content-Length": [ - "1628" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1478,25 +1541,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3023\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\",\r\n \"etag\": \"W/\\\"48cd7ab6-d30c-4d30-ab40-54e531893af7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbe2631b-e05b-4421-909c-aedb7b226f82\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2867\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023/ipConfigurations/ip2867\",\r\n \"etag\": \"W/\\\"48cd7ab6-d30c-4d30-ab40-54e531893af7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499\"\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\": \"dzilp1sniyduxezgqryhja0rhc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\",\r\n \"etag\": \"W/\\\"d4fb7743-a783-428b-b4a0-bd091708fc7f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7099073a-1e37-4be8-bdae-f48312c9dfe4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975/ipConfigurations/ip134\",\r\n \"etag\": \"W/\\\"d4fb7743-a783-428b-b4a0-bd091708fc7f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264\"\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\": \"bmnckmncewsejabqw3rj45vhee.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMzAyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10e3dd75-deb7-40c6-befc-ab973fde7034" + "406ddb5e-2143-4028-8b8d-f4c9933cbe29" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1504,42 +1567,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"48cd7ab6-d30c-4d30-ab40-54e531893af7\"" + "W/\"d4fb7743-a783-428b-b4a0-bd091708fc7f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7fc14ac0-a3a9-4151-8799-a8f3c7464fdd" + "6c46fa51-17fc-4fce-a785-b613ae51a25b" ], "x-ms-correlation-request-id": [ - "4c0c84ad-319d-4043-bdac-9c1118f94efd" + "ea38ecea-587e-40b7-b3c1-d4443f68134c" ], "x-ms-arm-service-request-id": [ - "3b383d96-9aec-41bf-a5f2-e1483e98d159" + "48b60020-857f-4588-84e0-7b7376314b30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221157Z:4c0c84ad-319d-4043-bdac-9c1118f94efd" + "EASTUS2:20211117T092341Z:ea38ecea-587e-40b7-b3c1-d4443f68134c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:11:57 GMT" - ], "Content-Length": [ - "1628" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1548,26 +1611,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3023\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\",\r\n \"etag\": \"W/\\\"48cd7ab6-d30c-4d30-ab40-54e531893af7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbe2631b-e05b-4421-909c-aedb7b226f82\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2867\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023/ipConfigurations/ip2867\",\r\n \"etag\": \"W/\\\"48cd7ab6-d30c-4d30-ab40-54e531893af7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/virtualNetworks/vn4138/subnets/sn4499\"\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\": \"dzilp1sniyduxezgqryhja0rhc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\",\r\n \"etag\": \"W/\\\"d4fb7743-a783-428b-b4a0-bd091708fc7f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7099073a-1e37-4be8-bdae-f48312c9dfe4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975/ipConfigurations/ip134\",\r\n \"etag\": \"W/\\\"d4fb7743-a783-428b-b4a0-bd091708fc7f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/virtualNetworks/vn2708/subnets/sn5264\"\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\": \"bmnckmncewsejabqw3rj45vhee.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/crptestar1978?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9jcnB0ZXN0YXIxOTc4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/crptestar2238?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvY3JwdGVzdGFyMjIzOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "248babdd-3a27-4356-a1ea-fb43b84bfe91" + "52caf206-c883-48ea-95b2-88fc1d577b57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1580,39 +1643,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0fbc41c8-a58c-412c-924e-fa65bca0e979" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aa97faa5-2ec2-43a7-9c1f-fca4254355b1" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "28038831-b8c6-43b9-9d1e-ed263441aca5" + "3ba43133-779c-4017-b0f5-48986d53a5ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221208Z:28038831-b8c6-43b9-9d1e-ed263441aca5" + "EASTUS2:20211117T092349Z:3ba43133-779c-4017-b0f5-48986d53a5ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:12:07 GMT" - ], "Content-Length": [ - "457" + "458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1621,80 +1684,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crptestar1978\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/crptestar1978\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crptestar2238\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/crptestar2238\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1630.blob.core.windows.net/crptestar8430/oscrptestar6451.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar6266.blob.core.windows.net/\"\r\n }\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/crptestar1978\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2800.blob.core.windows.net/crptestar8257/oscrptestar8334.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar5675.blob.core.windows.net/\"\r\n }\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/crptestar2238\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "257e5169-eea0-4c47-b7b9-68d0668add88" + "bd0cccb3-1bde-4b62-a38c-c140a90d3594" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1395" + "1397" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:23:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/39b2f5e9-7add-48e7-b33f-1aa1b052cba4?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e85c7570-a36d-4f7c-92f2-882ebc17a8f6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "39b2f5e9-7add-48e7-b33f-1aa1b052cba4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e85c7570-a36d-4f7c-92f2-882ebc17a8f6" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "c74a8535-eaf3-4d5c-87cd-b81976dfff26" + "623ae05f-bd96-44aa-95ae-6abb83f84d78" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221217Z:c74a8535-eaf3-4d5c-87cd-b81976dfff26" + "EASTUS2:20211117T092354Z:623ae05f-bd96-44aa-95ae-6abb83f84d78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:12:16 GMT" - ], "Content-Length": [ - "2200" + "2203" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1703,60 +1766,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4470\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3a00f192-43a2-4cbc-bbdd-15115e3b120d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/CRPTESTAR1978\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1630.blob.core.windows.net/crptestar8430/oscrptestar6451.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar6266.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5596\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9e37f43-83ba-444d-8211-0303ce341832\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2238\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2800.blob.core.windows.net/crptestar8257/oscrptestar8334.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar5675.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/39b2f5e9-7add-48e7-b33f-1aa1b052cba4?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5YjJmNWU5LTdhZGQtNDhlNy1iMzNmLTFhYTFiMDUyY2JhND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e85c7570-a36d-4f7c-92f2-882ebc17a8f6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4NWM3NTcwLWEzNmQtNGY3Yy05MmYyLTg4MmViYzE3YThmNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:24:04 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d89055e2-1102-42d7-8829-eff733f35a7c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "00914aad-509d-4988-82d0-aa38e81cd817" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-correlation-request-id": [ - "9556c58e-803e-43b3-b04e-835971a418ac" + "a98f5d74-4fd3-438b-a58c-8a62fd8b4d5b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221227Z:9556c58e-803e-43b3-b04e-835971a418ac" + "EASTUS2:20211117T092405Z:a98f5d74-4fd3-438b-a58c-8a62fd8b4d5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:12:26 GMT" - ], "Content-Length": [ "134" ], @@ -1767,57 +1830,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:12:14.6964728+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39b2f5e9-7add-48e7-b33f-1aa1b052cba4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:23:52.7603068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e85c7570-a36d-4f7c-92f2-882ebc17a8f6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/39b2f5e9-7add-48e7-b33f-1aa1b052cba4?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5YjJmNWU5LTdhZGQtNDhlNy1iMzNmLTFhYTFiMDUyY2JhND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e85c7570-a36d-4f7c-92f2-882ebc17a8f6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4NWM3NTcwLWEzNmQtNGY3Yy05MmYyLTg4MmViYzE3YThmNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:24:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "653d8f2f-1fab-4ca0-904c-1a75af0f2a67" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c4e1ede-cd89-413c-91c7-91df44054cf4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-correlation-request-id": [ - "806d0b75-d158-4cd3-ac84-dfd45408f613" + "86eaead4-6392-495b-8605-c2d0d1466a69" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221318Z:806d0b75-d158-4cd3-ac84-dfd45408f613" + "EASTUS2:20211117T092455Z:86eaead4-6392-495b-8605-c2d0d1466a69" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:13:18 GMT" - ], "Content-Length": [ "134" ], @@ -1828,57 +1891,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:12:14.6964728+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39b2f5e9-7add-48e7-b33f-1aa1b052cba4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:23:52.7603068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e85c7570-a36d-4f7c-92f2-882ebc17a8f6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/39b2f5e9-7add-48e7-b33f-1aa1b052cba4?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5YjJmNWU5LTdhZGQtNDhlNy1iMzNmLTFhYTFiMDUyY2JhND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e85c7570-a36d-4f7c-92f2-882ebc17a8f6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4NWM3NTcwLWEzNmQtNGY3Yy05MmYyLTg4MmViYzE3YThmNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:25:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ff7c08bd-37c7-4014-8700-cce2731169b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "15795a8d-2ac2-4e38-80f8-a2ab1c510013" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-correlation-request-id": [ - "6ae52f0c-84f7-4980-8326-7f198f7681bf" + "98951c2e-fbf8-4385-84a7-8e20c3240c06" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221408Z:6ae52f0c-84f7-4980-8326-7f198f7681bf" + "EASTUS2:20211117T092545Z:98951c2e-fbf8-4385-84a7-8e20c3240c06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:14:08 GMT" - ], "Content-Length": [ "134" ], @@ -1889,57 +1952,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:12:14.6964728+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39b2f5e9-7add-48e7-b33f-1aa1b052cba4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:23:52.7603068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e85c7570-a36d-4f7c-92f2-882ebc17a8f6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/39b2f5e9-7add-48e7-b33f-1aa1b052cba4?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5YjJmNWU5LTdhZGQtNDhlNy1iMzNmLTFhYTFiMDUyY2JhND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e85c7570-a36d-4f7c-92f2-882ebc17a8f6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4NWM3NTcwLWEzNmQtNGY3Yy05MmYyLTg4MmViYzE3YThmNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:26:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d79e776e-7599-48b8-83ef-d50ede53d532" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bd102a47-a6de-4481-afdc-7bd0a9ee52dc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-correlation-request-id": [ - "2ee7297f-dc21-439c-84ae-a2f4f013a2fb" + "126cf3e4-bd94-42cb-a9a6-da47ec1a0fd8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221459Z:2ee7297f-dc21-439c-84ae-a2f4f013a2fb" + "EASTUS2:20211117T092635Z:126cf3e4-bd94-42cb-a9a6-da47ec1a0fd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:14:58 GMT" - ], "Content-Length": [ "134" ], @@ -1950,57 +2013,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:12:14.6964728+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39b2f5e9-7add-48e7-b33f-1aa1b052cba4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:23:52.7603068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e85c7570-a36d-4f7c-92f2-882ebc17a8f6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/39b2f5e9-7add-48e7-b33f-1aa1b052cba4?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5YjJmNWU5LTdhZGQtNDhlNy1iMzNmLTFhYTFiMDUyY2JhND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e85c7570-a36d-4f7c-92f2-882ebc17a8f6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4NWM3NTcwLWEzNmQtNGY3Yy05MmYyLTg4MmViYzE3YThmNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:27:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5a1a6248-10ab-419e-b577-60738dff1e9e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2595b20f-cec6-443f-8ea9-d31ba06d6551" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-correlation-request-id": [ - "e22d988d-0c27-498b-b760-cce49d9f0c94" + "b17ef94a-e7a3-454a-a402-2d66bb5df45e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221549Z:e22d988d-0c27-498b-b760-cce49d9f0c94" + "EASTUS2:20211117T092726Z:b17ef94a-e7a3-454a-a402-2d66bb5df45e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:15:49 GMT" - ], "Content-Length": [ "184" ], @@ -2011,59 +2074,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:12:14.6964728+00:00\",\r\n \"endTime\": \"2021-06-28T22:15:04.4772773+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"39b2f5e9-7add-48e7-b33f-1aa1b052cba4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:23:52.7603068+00:00\",\r\n \"endTime\": \"2021-11-17T09:26:40.7908813+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e85c7570-a36d-4f7c-92f2-882ebc17a8f6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:27:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e2f43b3-56d6-4f04-8869-1c87fd5a6cd4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e5d9eadb-fdb9-4075-a6db-ac9d2c05e136" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-correlation-request-id": [ - "e44434c6-839e-4595-be21-484e6703c705" + "550fb84f-5272-41eb-854a-976ba68ac801" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221549Z:e44434c6-839e-4595-be21-484e6703c705" + "EASTUS2:20211117T092726Z:550fb84f-5272-41eb-854a-976ba68ac801" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:15:49 GMT" - ], "Content-Length": [ - "2229" + "2232" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2072,65 +2135,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4470\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3a00f192-43a2-4cbc-bbdd-15115e3b120d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/CRPTESTAR1978\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1630.blob.core.windows.net/crptestar8430/oscrptestar6451.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar6266.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5596\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9e37f43-83ba-444d-8211-0303ce341832\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2238\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2800.blob.core.windows.net/crptestar8257/oscrptestar8334.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar5675.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dbf0698-fa8c-4fc6-84e2-1a1bb6eb75d8" + "b9e100c8-9d9d-49e4-a446-7f028d52c747" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:27:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b868b889-7cd7-421f-93fd-025e296984eb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "28f99a71-310b-465b-83c9-ef09f7b8812c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-correlation-request-id": [ - "a143f11f-22ef-4152-bde6-48977d1fc33d" + "34532c73-4bd4-4e78-ab7a-7a1412f7f169" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221549Z:a143f11f-22ef-4152-bde6-48977d1fc33d" + "EASTUS2:20211117T092726Z:34532c73-4bd4-4e78-ab7a-7a1412f7f169" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:15:49 GMT" - ], "Content-Length": [ - "2229" + "2232" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2139,65 +2202,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4470\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3a00f192-43a2-4cbc-bbdd-15115e3b120d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/CRPTESTAR1978\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1630.blob.core.windows.net/crptestar8430/oscrptestar6451.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar6266.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5596\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9e37f43-83ba-444d-8211-0303ce341832\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2238\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2800.blob.core.windows.net/crptestar8257/oscrptestar8334.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar5675.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MD8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTY/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be2fa164-9e9e-4899-84be-ddf87046a59f" + "748acc9c-36f0-4e66-972c-8b12d9e9b203" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:27:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9cf6e718-7698-4a80-a7b9-97631762e8b8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e8875f5d-092b-478e-8968-7f3f282f067f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-correlation-request-id": [ - "4f04ec33-17df-4c68-ae2c-3f1c438aba04" + "07a413a6-cf1d-44fe-8b51-2a6429a498c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221550Z:4f04ec33-17df-4c68-ae2c-3f1c438aba04" + "EASTUS2:20211117T092727Z:07a413a6-cf1d-44fe-8b51-2a6429a498c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:15:49 GMT" - ], "Content-Length": [ - "3905" + "3909" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2206,65 +2269,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4470\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3a00f192-43a2-4cbc-bbdd-15115e3b120d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/CRPTESTAR1978\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1630.blob.core.windows.net/crptestar8430/oscrptestar6451.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar6266.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-28T22:15:49+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T22:12:15.102702+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": \"https://crptestar6266.blob.core.windows.net/bootdiagnostics-vm4470-3a00f192-43a2-4cbc-bbdd-15115e3b120d/vm4470.3a00f192-43a2-4cbc-bbdd-15115e3b120d.screenshot.bmp\",\r\n \"serialConsoleLogBlobUri\": \"https://crptestar6266.blob.core.windows.net/bootdiagnostics-vm4470-3a00f192-43a2-4cbc-bbdd-15115e3b120d/vm4470.3a00f192-43a2-4cbc-bbdd-15115e3b120d.serialconsole.log\"\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T22:15:04.4616279+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5596\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9e37f43-83ba-444d-8211-0303ce341832\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2238\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2800.blob.core.windows.net/crptestar8257/oscrptestar8334.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar5675.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T09:27:26+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T09:23:53.1821541+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": \"https://crptestar5675.blob.core.windows.net/bootdiagnostics-vm5596-a9e37f43-83ba-444d-8211-0303ce341832/vm5596.a9e37f43-83ba-444d-8211-0303ce341832.screenshot.bmp\",\r\n \"serialConsoleLogBlobUri\": \"https://crptestar5675.blob.core.windows.net/bootdiagnostics-vm5596-a9e37f43-83ba-444d-8211-0303ce341832/vm5596.a9e37f43-83ba-444d-8211-0303ce341832.serialconsole.log\"\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T09:26:40.7596369+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MD8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTY/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f39d5fc-c5b5-4a23-a72c-17b0b4268a97" + "7c7a5e9b-d66e-4d1f-980d-c262c59bd7eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:30:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b811265f-1b9e-421f-9524-d99fddc830c0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f4058476-1528-4c0d-9686-613346c230ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11970" ], "x-ms-correlation-request-id": [ - "e276223d-2bce-4f15-95cd-a0e6c06e1dcb" + "456131f2-e9de-4bed-aa70-92b76369b4ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221844Z:e276223d-2bce-4f15-95cd-a0e6c06e1dcb" + "EASTUS2:20211117T093028Z:456131f2-e9de-4bed-aa70-92b76369b4ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:44 GMT" - ], "Content-Length": [ - "3894" + "3897" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2273,65 +2336,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4470\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3a00f192-43a2-4cbc-bbdd-15115e3b120d\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/availabilitySets/CRPTESTAR1978\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1630.blob.core.windows.net/crptestar8430/oscrptestar6451.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Network/networkInterfaces/nic3023\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar6266.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-28T22:18:44+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T22:18:05.1802004+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"status\": {\r\n \"code\": \"StorageAccountNotFound\",\r\n \"level\": \"Error\",\r\n \"message\": \"VM 'vm4470' using storage account 'crptestar6266' for boot diagnostics encountered an error with error code: StorageAccountNotFound. We continued provisioning the VM by disabling boot diagnostics for this VM.\",\r\n \"time\": \"2021-06-28T22:18:39.1646258+00:00\"\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T22:18:39.1646258+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5596\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9e37f43-83ba-444d-8211-0303ce341832\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/availabilitySets/CRPTESTAR2238\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2800.blob.core.windows.net/crptestar8257/oscrptestar8334.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Network/networkInterfaces/nic5975\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar5675.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T09:30:28+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T09:29:03.3689413+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"status\": {\r\n \"code\": \"StorageAccountNotFound\",\r\n \"level\": \"Error\",\r\n \"message\": \"VM 'vm5596' using storage account 'crptestar5675' for boot diagnostics encountered an error with error code: StorageAccountNotFound. We continued provisioning the VM by disabling boot diagnostics for this VM.\",\r\n \"time\": \"2021-11-17T09:30:20.1502124+00:00\"\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T09:30:20.1502124+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470/retrieveBootDiagnosticsData?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MC9yZXRyaWV2ZUJvb3REaWFnbm9zdGljc0RhdGE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596/retrieveBootDiagnosticsData?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTYvcmV0cmlldmVCb290RGlhZ25vc3RpY3NEYXRhP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1c8bf73-17f2-4040-9cee-0e4326104f0a" + "a173902c-5af2-43f2-b568-002646afea8f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:27:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d6dd6703-5e6a-43c3-b661-50108cdc6405" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "627a0e92-87bf-4784-8bc7-e3d684fac62e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8d27fa46-1c63-407e-a644-fe583834ebb1" + "f6dec803-9d0a-4e12-8c3f-40eb1213b5aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221550Z:8d27fa46-1c63-407e-a644-fe583834ebb1" + "EASTUS2:20211117T092727Z:f6dec803-9d0a-4e12-8c3f-40eb1213b5aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:15:50 GMT" - ], "Content-Length": [ - "615" + "617" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2340,135 +2403,135 @@ "-1" ] }, - "ResponseBody": "{\r\n \"consoleScreenshotBlobUri\": \"https://crptestar6266.blob.core.windows.net:443/bootdiagnostics-vm4470-3a00f192-43a2-4cbc-bbdd-15115e3b120d/vm4470.3a00f192-43a2-4cbc-bbdd-15115e3b120d.screenshot.bmp?sv=2018-03-28&sr=b&sig=GFiQ8yixkUNqixPAxYoLwOo5qG60%2fr78rUtsEeChlyo%3d&se=2021-06-29T00%3a15%3a50Z&sp=r\",\r\n \"serialConsoleLogBlobUri\": \"https://crptestar6266.blob.core.windows.net:443/bootdiagnostics-vm4470-3a00f192-43a2-4cbc-bbdd-15115e3b120d/vm4470.3a00f192-43a2-4cbc-bbdd-15115e3b120d.serialconsole.log?sv=2018-03-28&sr=b&sig=0Wt9PFg93DUitJ9nCkz5WPwlSF39PLIST8nfBTYstJU%3d&se=2021-06-29T00%3a15%3a50Z&sp=r\"\r\n}", + "ResponseBody": "{\r\n \"consoleScreenshotBlobUri\": \"https://crptestar5675.blob.core.windows.net:443/bootdiagnostics-vm5596-a9e37f43-83ba-444d-8211-0303ce341832/vm5596.a9e37f43-83ba-444d-8211-0303ce341832.screenshot.bmp?sv=2018-03-28&sr=b&sig=RxZCBfgEWwv8i5W2HrqZXW4KvLyU9EwRc%2f1%2b2zBMAOs%3d&se=2021-11-17T11%3a27%3a27Z&sp=r\",\r\n \"serialConsoleLogBlobUri\": \"https://crptestar5675.blob.core.windows.net:443/bootdiagnostics-vm5596-a9e37f43-83ba-444d-8211-0303ce341832/vm5596.a9e37f43-83ba-444d-8211-0303ce341832.serialconsole.log?sv=2018-03-28&sr=b&sig=cS26W4kmLb4uQA0F2PF2ky9JIiFWrcpEKso2e2Nw1O4%3d&se=2021-11-17T11%3a27%3a27Z&sp=r\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470/deallocate?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MC9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596/deallocate?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTYvZGVhbGxvY2F0ZT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7eca7e3c-3fc0-4692-9c73-838b3a2289d1" + "6f859b62-e68a-4188-b8a9-32837c95fa82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:27:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1e35011f-1f86-419d-8297-227e9a0ff428?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b949d813-8add-408d-8b0c-73dcc4798ec0?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1e35011f-1f86-419d-8297-227e9a0ff428?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b949d813-8add-408d-8b0c-73dcc4798ec0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1e35011f-1f86-419d-8297-227e9a0ff428" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b949d813-8add-408d-8b0c-73dcc4798ec0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "58e57261-a02f-4339-b2a4-e1b27e880936" + "6aed24e1-a695-4c4e-a2b2-c18f405f60cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221550Z:58e57261-a02f-4339-b2a4-e1b27e880936" + "EASTUS2:20211117T092728Z:6aed24e1-a695-4c4e-a2b2-c18f405f60cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:15:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1e35011f-1f86-419d-8297-227e9a0ff428?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlMzUwMTFmLTFmODYtNDE5ZC04Mjk3LTIyN2U5YTBmZjQyOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b949d813-8add-408d-8b0c-73dcc4798ec0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I5NDlkODEzLThhZGQtNDA4ZC04YjBjLTczZGNjNDc5OGVjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:27:37 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "36" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3904b40f-592d-4d00-b896-d1776f492243" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1ad8f8bf-6b1d-4b42-9366-2612603b20a6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-correlation-request-id": [ - "c9c2995a-971d-4a0a-8ebe-30aae3e9a047" + "9f11a7fa-8d95-414e-9fc0-8e1f48f031b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221601Z:c9c2995a-971d-4a0a-8ebe-30aae3e9a047" + "EASTUS2:20211117T092738Z:9f11a7fa-8d95-414e-9fc0-8e1f48f031b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:16:01 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2477,59 +2540,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:15:50.5553827+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1e35011f-1f86-419d-8297-227e9a0ff428\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:27:27.931453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b949d813-8add-408d-8b0c-73dcc4798ec0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1e35011f-1f86-419d-8297-227e9a0ff428?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlMzUwMTFmLTFmODYtNDE5ZC04Mjk3LTIyN2U5YTBmZjQyOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b949d813-8add-408d-8b0c-73dcc4798ec0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I5NDlkODEzLThhZGQtNDA4ZC04YjBjLTczZGNjNDc5OGVjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:28:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "17fda62f-5bd1-4b77-9de0-a1fc91b5917b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "60db8c1d-8368-4d65-9df5-da78f015daec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" ], "x-ms-correlation-request-id": [ - "e04c9ac1-dbf0-45f3-b037-32d44a6ce455" + "f6d6bae5-3bbe-4d5d-ba5e-d607573ef05c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221638Z:e04c9ac1-dbf0-45f3-b037-32d44a6ce455" + "EASTUS2:20211117T092814Z:f6d6bae5-3bbe-4d5d-ba5e-d607573ef05c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:16:38 GMT" - ], "Content-Length": [ - "134" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2538,317 +2601,317 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:15:50.5553827+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1e35011f-1f86-419d-8297-227e9a0ff428\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:27:27.931453+00:00\",\r\n \"endTime\": \"2021-11-17T09:28:10.3220623+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b949d813-8add-408d-8b0c-73dcc4798ec0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1e35011f-1f86-419d-8297-227e9a0ff428?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlMzUwMTFmLTFmODYtNDE5ZC04Mjk3LTIyN2U5YTBmZjQyOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b949d813-8add-408d-8b0c-73dcc4798ec0?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I5NDlkODEzLThhZGQtNDA4ZC04YjBjLTczZGNjNDc5OGVjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:28:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd64e107-40c6-4b63-b0b4-a0847fb3556e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6c27d77-1d6b-4968-99f5-dc1157fb65ba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11985" ], "x-ms-correlation-request-id": [ - "4c9e2634-1f13-4c96-b767-486949d8ad3d" + "b1f07fd8-20e2-4e21-9882-38fdf8a091d3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221715Z:4c9e2634-1f13-4c96-b767-486949d8ad3d" + "EASTUS2:20211117T092814Z:b1f07fd8-20e2-4e21-9882-38fdf8a091d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:17:14 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:15:50.5553827+00:00\",\r\n \"endTime\": \"2021-06-28T22:16:39.0710068+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1e35011f-1f86-419d-8297-227e9a0ff428\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1e35011f-1f86-419d-8297-227e9a0ff428?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlMzUwMTFmLTFmODYtNDE5ZC04Mjk3LTIyN2U5YTBmZjQyOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Storage/storageAccounts/crptestar5675?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1Njc1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "86c2d06a-d5c6-47be-a276-3b35708a1379" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:28:25 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "348e3bdf-0784-412a-a6f3-c15da9219e5e" + "9b134ecd-c8fa-4fd7-bd90-2df7eac69cd6" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "23fc4824-daf4-4174-976d-5c2c3051b36a" + "45959da1-82fa-412a-80d0-0c7a3d81f066" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221715Z:23fc4824-daf4-4174-976d-5c2c3051b36a" + "EASTUS2:20211117T092825Z:45959da1-82fa-412a-80d0-0c7a3d81f066" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:17:15 GMT" + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Storage/storageAccounts/crptestar6266?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjYyNjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5219/providers/Microsoft.Compute/virtualMachines/vm5596/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU1OTYvc3RhcnQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1640fee5-f5ee-407a-a9fd-757cb72087c0" + "85d914b6-54cb-47ca-a054-83c1e5fc4106" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:28:26 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "07347f12-6013-4380-9956-7a83dd58a3fd" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "x-ms-request-id": [ + "b6b8e989-6695-42ae-b07b-e651526055f7" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "142f6c76-325f-464e-a717-ae8c436ffcf1" + "175a4fb9-101c-45ee-81bf-b2d36046b3aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221726Z:142f6c76-325f-464e-a717-ae8c436ffcf1" + "EASTUS2:20211117T092826Z:175a4fb9-101c-45ee-81bf-b2d36046b3aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:17:26 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar628/providers/Microsoft.Compute/virtualMachines/vm4470/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDQ3MC9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "553d92bc-b24f-4540-9a78-99030cad15ae" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:28:36 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?monitor=true&api-version=2021-07-01" - ], "Retry-After": [ - "10" + "9" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03607c79-274e-41d0-9596-d4f7911ffbb6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6f7a4dc6-d1c6-4f75-8f5b-321fb1b8c1df" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "x-ms-correlation-request-id": [ - "b8fec18e-1b4b-4caa-87ac-f99f38646df1" + "d3a01e5c-d410-4da6-8ec9-1b9b0f94c4ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221727Z:b8fec18e-1b4b-4caa-87ac-f99f38646df1" + "EASTUS2:20211117T092836Z:d3a01e5c-d410-4da6-8ec9-1b9b0f94c4ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:17:26 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:28:45 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "9" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "938db575-b051-482b-879a-792998eba375" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9f7b6054-0639-438b-9d1d-d97b54d7f2d6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11983" ], "x-ms-correlation-request-id": [ - "69d55918-dd83-4733-baf4-94a1a7826b95" + "cfff354c-f96e-4e11-96c8-b5af66565013" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221737Z:69d55918-dd83-4733-baf4-94a1a7826b95" + "EASTUS2:20211117T092845Z:cfff354c-f96e-4e11-96c8-b5af66565013" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:17:36 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2857,59 +2920,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:28:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b09780e6-5d95-494f-8d52-e9479b74460c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3034916e-26b2-44c5-bd2e-d44e072e1231" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11982" ], "x-ms-correlation-request-id": [ - "36172ffb-c453-4da6-8e97-d1c13da10438" + "f8734424-228d-410a-8f79-ee0f47949b84" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221747Z:36172ffb-c453-4da6-8e97-d1c13da10438" + "EASTUS2:20211117T092855Z:f8734424-228d-410a-8f79-ee0f47949b84" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:17:46 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2918,59 +2981,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:29:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31c01fb5-f143-4e82-9ec2-b62fc77909ed" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "15ccd23a-fd3c-4ca5-8bc2-f9c41bbed4da" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11981" ], "x-ms-correlation-request-id": [ - "1cbe8a6e-732e-42ad-91fd-2c9d1629bdc3" + "a498126e-1f71-4fa6-a9bc-783cc30f21bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221756Z:1cbe8a6e-732e-42ad-91fd-2c9d1629bdc3" + "EASTUS2:20211117T092904Z:a498126e-1f71-4fa6-a9bc-783cc30f21bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:17:55 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2979,59 +3042,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:29:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "53853b36-ec58-47dd-88a1-bd515e6e11e4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eaeed215-d08e-4256-8ba9-c73f6e4919cd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11980" ], "x-ms-correlation-request-id": [ - "b3e2eb0f-ea62-4549-aa21-ed35fd38833c" + "867c0dc7-20a3-4d34-98f3-4bf20acd3cea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221806Z:b3e2eb0f-ea62-4549-aa21-ed35fd38833c" + "EASTUS2:20211117T092913Z:867c0dc7-20a3-4d34-98f3-4bf20acd3cea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:06 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3040,59 +3103,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:29:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d467635a-59d8-4696-ab63-aa3f6a92bb40" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "68755ffa-8461-4aea-9ccd-b2e55ad273fa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11979" ], "x-ms-correlation-request-id": [ - "3d828e1b-2f15-4e1e-add2-b0a68b7b86aa" + "dd2abc64-3cab-426f-91ec-37e16fae061d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221816Z:3d828e1b-2f15-4e1e-add2-b0a68b7b86aa" + "EASTUS2:20211117T092922Z:dd2abc64-3cab-426f-91ec-37e16fae061d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:16 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3101,266 +3164,909 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:29:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29958" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "59ee6c00-8825-4ea7-b8bf-6c03e6d43062" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "1fc66564-858e-4893-97c8-c3920c6ffbf3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T092932Z:1fc66564-858e-4893-97c8-c3920c6ffbf3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:29:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29956" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cbbcfa2f-78d9-4456-801c-5fca9c5ccc93" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "b3b15709-862d-43b5-a61f-15a84fe0bbcf" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T092941Z:b3b15709-862d-43b5-a61f-15a84fe0bbcf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:29:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29955" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6c74203f-5797-4dc5-a0d3-8fa1a67ddbb9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "d25a6524-fcc3-42d0-b934-ace72cfe5ba6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T092950Z:d25a6524-fcc3-42d0-b934-ace72cfe5ba6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:29:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29953" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fd55de65-1821-46be-90ae-7a197b5d81af" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "34e27026-4d9c-4afc-b9f9-f36d62db401c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T092959Z:34e27026-4d9c-4afc-b9f9-f36d62db401c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:30:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29962" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1dcb92ae-0dc5-43f5-be83-5ccacffab51c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "b8da5f19-a5c9-4717-9528-99ab56749556" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093009Z:b8da5f19-a5c9-4717-9528-99ab56749556" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:30:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b7f1a213-21f8-4839-b6af-5d19a7165c7b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "1053159f-88c5-4a6a-a392-a5aa8d9f6ce8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093018Z:1053159f-88c5-4a6a-a392-a5aa8d9f6ce8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:30:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c70e314b-d95d-43af-9ae5-7dc777122c3f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "272f14b7-c287-4a31-a593-7b70bbf1e050" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093027Z:272f14b7-c287-4a31-a593-7b70bbf1e050" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:28:26.2283128+00:00\",\r\n \"endTime\": \"2021-11-17T09:30:20.1657833+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b6b8e989-6695-42ae-b07b-e651526055f7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b6b8e989-6695-42ae-b07b-e651526055f7?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2YjhlOTg5LTY2OTUtNDJhZS1iMDdiLWU2NTE1MjYwNTVmNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:30:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29958" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2584f9c3-2b79-4ae4-b124-5b58d4985344" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "85f21d35-902c-46c9-ad39-912d757f7624" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093027Z:85f21d35-902c-46c9-ad39-912d757f7624" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5219?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3878421-e8ff-4c96-bcfc-fbce6eb17560" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:30:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "9a344f88-723b-4545-b64f-f78cef0deb7a" + ], + "x-ms-correlation-request-id": [ + "9a344f88-723b-4545-b64f-f78cef0deb7a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093033Z:9a344f88-723b-4545-b64f-f78cef0deb7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:30:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "493f6c02-79d2-4faa-b9b2-b804dcca0817" + ], + "x-ms-correlation-request-id": [ + "493f6c02-79d2-4faa-b9b2-b804dcca0817" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093048Z:493f6c02-79d2-4faa-b9b2-b804dcca0817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:31:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "7a9a0c06-d741-4892-91e2-a69b45d8e063" + ], + "x-ms-correlation-request-id": [ + "7a9a0c06-d741-4892-91e2-a69b45d8e063" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093103Z:7a9a0c06-d741-4892-91e2-a69b45d8e063" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:31:18 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29976" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c28443b4-8c4d-4aa1-84ce-a905ea5a4c4d" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11997" + ], + "x-ms-request-id": [ + "83f38cae-854a-46c8-83e6-13e71eb69a1d" ], "x-ms-correlation-request-id": [ - "c49b0b95-006d-4076-bbd9-7fa103aa4cd9" + "83f38cae-854a-46c8-83e6-13e71eb69a1d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221825Z:c49b0b95-006d-4076-bbd9-7fa103aa4cd9" + "EASTUS2:20211117T093119Z:83f38cae-854a-46c8-83e6-13e71eb69a1d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:25 GMT" - ], "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:31:34 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29974" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "b9568cf3-5488-47d1-b071-3a463439ae4e" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11996" + ], + "x-ms-request-id": [ + "1af0cda8-7866-4b1b-9f11-771aa5380dd9" ], "x-ms-correlation-request-id": [ - "345235ec-cc44-4618-a127-41d3921479ea" + "1af0cda8-7866-4b1b-9f11-771aa5380dd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221834Z:345235ec-cc44-4618-a127-41d3921479ea" + "EASTUS2:20211117T093134Z:1af0cda8-7866-4b1b-9f11-771aa5380dd9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:34 GMT" - ], "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:31:50 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29973" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "cf16ae47-5795-4a42-9b2b-7763358b1dea" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11995" + ], + "x-ms-request-id": [ + "1e01ab17-31ca-4720-ac32-39fba5da1097" ], "x-ms-correlation-request-id": [ - "6ac95349-1743-4240-a1bb-f92f1a254012" + "1e01ab17-31ca-4720-ac32-39fba5da1097" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221843Z:6ac95349-1743-4240-a1bb-f92f1a254012" + "EASTUS2:20211117T093150Z:1e01ab17-31ca-4720-ac32-39fba5da1097" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:43 GMT" - ], "Content-Length": [ - "183" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:17:27.367749+00:00\",\r\n \"endTime\": \"2021-06-28T22:18:39.1802425+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"03607c79-274e-41d0-9596-d4f7911ffbb6\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/03607c79-274e-41d0-9596-d4f7911ffbb6?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNjA3Yzc5LTI3NGUtNDFkMC05NTk2LWQ0Zjc5MTFmZmJiNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:32:05 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29972" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "88690a67-b5a2-4560-bd65-ed5bf06862cb" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11994" + ], + "x-ms-request-id": [ + "45e3b7b9-3dab-4e81-987f-e9c9d0de5929" ], "x-ms-correlation-request-id": [ - "7f0626db-fd5d-4b32-a247-3e4fe95c32b2" + "45e3b7b9-3dab-4e81-987f-e9c9d0de5929" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221844Z:7f0626db-fd5d-4b32-a247-3e4fe95c32b2" + "EASTUS2:20211117T093205Z:45e3b7b9-3dab-4e81-987f-e9c9d0de5929" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar628?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyOD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "29bb1c27-8163-4e6e-90aa-eab93b3fd128" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3368,26 +4074,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:32:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "x-ms-request-id": [ - "12d35318-7d4b-4d76-b1ee-faa60ed6f695" + "ad90ede1-9f49-449c-8f12-6e16f12c5443" ], "x-ms-correlation-request-id": [ - "12d35318-7d4b-4d76-b1ee-faa60ed6f695" + "ad90ede1-9f49-449c-8f12-6e16f12c5443" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221849Z:12d35318-7d4b-4d76-b1ee-faa60ed6f695" + "EASTUS2:20211117T093221Z:ad90ede1-9f49-449c-8f12-6e16f12c5443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3395,29 +4104,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:18:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3425,26 +4131,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:32:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-request-id": [ - "60cc11d5-ee06-4619-aec1-be34b0337c39" + "e969e9a2-cebc-45fc-9c3d-0cdb49efa478" ], "x-ms-correlation-request-id": [ - "60cc11d5-ee06-4619-aec1-be34b0337c39" + "e969e9a2-cebc-45fc-9c3d-0cdb49efa478" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221905Z:60cc11d5-ee06-4619-aec1-be34b0337c39" + "EASTUS2:20211117T093236Z:e969e9a2-cebc-45fc-9c3d-0cdb49efa478" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3452,29 +4161,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:19:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3482,26 +4188,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:32:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-request-id": [ - "5ad0dc48-c939-4c39-8aa8-228d300c1dd2" + "94f16ad7-0494-4706-a246-8817796fb857" ], "x-ms-correlation-request-id": [ - "5ad0dc48-c939-4c39-8aa8-228d300c1dd2" + "94f16ad7-0494-4706-a246-8817796fb857" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221920Z:5ad0dc48-c939-4c39-8aa8-228d300c1dd2" + "EASTUS2:20211117T093252Z:94f16ad7-0494-4706-a246-8817796fb857" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3509,29 +4218,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:19:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3539,26 +4245,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:33:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11990" ], "x-ms-request-id": [ - "f9d49cda-505f-4e75-a4f5-1e9fa9be50b3" + "2fd77831-9dd4-4698-a5a1-4343abba55bd" ], "x-ms-correlation-request-id": [ - "f9d49cda-505f-4e75-a4f5-1e9fa9be50b3" + "2fd77831-9dd4-4698-a5a1-4343abba55bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221936Z:f9d49cda-505f-4e75-a4f5-1e9fa9be50b3" + "EASTUS2:20211117T093307Z:2fd77831-9dd4-4698-a5a1-4343abba55bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3566,29 +4275,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:19:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3596,26 +4302,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:33:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11989" ], "x-ms-request-id": [ - "22cbae36-9efe-4289-b210-710346ed51f4" + "326cdb6b-bd4d-444c-8858-3d6144e9c3b1" ], "x-ms-correlation-request-id": [ - "22cbae36-9efe-4289-b210-710346ed51f4" + "326cdb6b-bd4d-444c-8858-3d6144e9c3b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T221951Z:22cbae36-9efe-4289-b210-710346ed51f4" + "EASTUS2:20211117T093323Z:326cdb6b-bd4d-444c-8858-3d6144e9c3b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3623,29 +4332,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:19:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3653,26 +4359,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:33:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11988" ], "x-ms-request-id": [ - "22f5bc34-d3d7-4d50-a949-549b0d0862ab" + "65bb17f0-2706-46f9-bd17-859ce1dfb5f6" ], "x-ms-correlation-request-id": [ - "22f5bc34-d3d7-4d50-a949-549b0d0862ab" + "65bb17f0-2706-46f9-bd17-859ce1dfb5f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222007Z:22f5bc34-d3d7-4d50-a949-549b0d0862ab" + "EASTUS2:20211117T093338Z:65bb17f0-2706-46f9-bd17-859ce1dfb5f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3680,29 +4389,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:20:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3710,26 +4416,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:33:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11987" ], "x-ms-request-id": [ - "ed0ca1a2-1d6a-4676-8e3f-c47c8d021d23" + "31d6b57c-9a08-423d-b443-35d1984f4908" ], "x-ms-correlation-request-id": [ - "ed0ca1a2-1d6a-4676-8e3f-c47c8d021d23" + "31d6b57c-9a08-423d-b443-35d1984f4908" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222022Z:ed0ca1a2-1d6a-4676-8e3f-c47c8d021d23" + "EASTUS2:20211117T093353Z:31d6b57c-9a08-423d-b443-35d1984f4908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3737,29 +4446,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:20:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3767,26 +4473,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:34:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11986" ], "x-ms-request-id": [ - "776fe6c6-f1c2-4b7e-b852-c5a36cde687f" + "20125a18-1120-4fb1-aae8-5d5be56e0eb4" ], "x-ms-correlation-request-id": [ - "776fe6c6-f1c2-4b7e-b852-c5a36cde687f" + "20125a18-1120-4fb1-aae8-5d5be56e0eb4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222038Z:776fe6c6-f1c2-4b7e-b852-c5a36cde687f" + "EASTUS2:20211117T093409Z:20125a18-1120-4fb1-aae8-5d5be56e0eb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3794,29 +4503,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:20:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3824,26 +4530,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:34:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11985" ], "x-ms-request-id": [ - "25ed592b-feb7-4200-bab6-4400800859f4" + "8d6ba797-fe1c-4974-bf04-aec2cc456f22" ], "x-ms-correlation-request-id": [ - "25ed592b-feb7-4200-bab6-4400800859f4" + "8d6ba797-fe1c-4974-bf04-aec2cc456f22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222053Z:25ed592b-feb7-4200-bab6-4400800859f4" + "EASTUS2:20211117T093424Z:8d6ba797-fe1c-4974-bf04-aec2cc456f22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3851,29 +4560,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:20:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3881,26 +4587,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:34:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11984" ], "x-ms-request-id": [ - "649b2221-5e10-4634-865d-d9f3db610884" + "2ff1af7c-7a15-46fb-bbb0-363e46ad2125" ], "x-ms-correlation-request-id": [ - "649b2221-5e10-4634-865d-d9f3db610884" + "2ff1af7c-7a15-46fb-bbb0-363e46ad2125" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222109Z:649b2221-5e10-4634-865d-d9f3db610884" + "EASTUS2:20211117T093440Z:2ff1af7c-7a15-46fb-bbb0-363e46ad2125" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3908,29 +4617,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:21:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3938,20 +4644,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:34:55 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11983" ], "x-ms-request-id": [ - "b1c7a94c-4adc-4149-aee0-5f3ec50cc5bf" + "cbf62d50-4e05-4dcc-b491-354ec7e2264e" ], "x-ms-correlation-request-id": [ - "b1c7a94c-4adc-4149-aee0-5f3ec50cc5bf" + "cbf62d50-4e05-4dcc-b491-354ec7e2264e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222124Z:b1c7a94c-4adc-4149-aee0-5f3ec50cc5bf" + "EASTUS2:20211117T093455Z:cbf62d50-4e05-4dcc-b491-354ec7e2264e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3959,29 +4668,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:21:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjgtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpndFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpFNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3989,20 +4695,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:34:55 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11982" ], "x-ms-request-id": [ - "7078d99a-409f-437c-8d07-f74c22e8ebf9" + "350be9fb-4e5f-413a-a15b-0ca2a21b8e19" ], "x-ms-correlation-request-id": [ - "7078d99a-409f-437c-8d07-f74c22e8ebf9" + "350be9fb-4e5f-413a-a15b-0ca2a21b8e19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222125Z:7078d99a-409f-437c-8d07-f74c22e8ebf9" + "EASTUS2:20211117T093456Z:350be9fb-4e5f-413a-a15b-0ca2a21b8e19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4010,14 +4719,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:21:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -4026,29 +4732,29 @@ ], "Names": { "TestVMBootDiagnostics": [ - "crptestar628", - "crptestar1630", - "crptestar6266", - "crptestar1978" + "crptestar5219", + "crptestar2800", + "crptestar5675", + "crptestar2238" ], "CreatePublicIP": [ - "pip2723", - "dn9870" + "pip3208", + "dn765" ], "CreateVNET": [ - "vn4138", - "sn4499" + "vn2708", + "sn5264" ], "CreateNIC": [ - "nic3023", - "ip2867" + "nic5975", + "ip134" ], "CreateDefaultVMInput": [ - "crptestar8430", - "crptestar8901", - "crptestar6451", - "vm4470", - "Microsoft.Compute/virtualMachines7277" + "crptestar8257", + "crptestar5188", + "crptestar8334", + "vm5596", + "Microsoft.Compute/virtualMachines5527" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMManagedBootDiagnostics.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMManagedBootDiagnostics.json index fe760cace22b8..613f85fc06b93 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMManagedBootDiagnostics.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiagnosticsTests/TestVMManagedBootDiagnostics.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbd068ba-1b4c-4f96-b440-8f2cff5c918a" + "83c6387d-4dfd-4108-aabe-708cdf904ca5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:34:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "fcebec28-5b34-4eb2-8282-c08e553a1cc9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3fc15ba-9f58-48c1-8bd7-2809ed39ffb1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "7e254811-6dd2-42bb-84a6-fc9e976d5611" + "606790f5-5ec9-4198-9c04-5043e06c9240" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222127Z:7e254811-6dd2-42bb-84a6-fc9e976d5611" + "EASTUS2:20211117T093457Z:606790f5-5ec9-4198-9c04-5043e06c9240" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:21:27 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3710?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3MTA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7282?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyODI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3710\": \"2021-06-28 22:21:27Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7282\": \"2021-11-17 09:34:57Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b61e8ba2-6f26-46fc-b020-f8420be7dc6a" + "a7ee89a4-f004-4d5f-8a2e-7df4e2d6e36c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:34:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "8f283778-4286-4896-9702-bfa42e202e4a" + "acae533f-438e-4894-8446-f169705c2f55" ], "x-ms-correlation-request-id": [ - "8f283778-4286-4896-9702-bfa42e202e4a" + "acae533f-438e-4894-8446-f169705c2f55" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222130Z:8f283778-4286-4896-9702-bfa42e202e4a" + "EASTUS2:20211117T093500Z:acae533f-438e-4894-8446-f169705c2f55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:21:30 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710\",\r\n \"name\": \"crptestar3710\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3710\": \"2021-06-28 22:21:27Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282\",\r\n \"name\": \"crptestar7282\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7282\": \"2021-11-17 09:34:57Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3710?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3MTA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7282?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyODI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3710\": \"2021-06-28 22:22:08Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7282\": \"2021-11-17 09:35:43Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "173dac6b-55e0-40a2-a2aa-d9ae46d933d4" + "30859098-6734-420d-a5ba-2b7f86979b81" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:44 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "41f75f9e-86a2-4738-bee7-632f0ce04a9f" + "0afb3518-b50b-4d19-af2c-37b4b552ae80" ], "x-ms-correlation-request-id": [ - "41f75f9e-86a2-4738-bee7-632f0ce04a9f" + "0afb3518-b50b-4d19-af2c-37b4b552ae80" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222210Z:41f75f9e-86a2-4738-bee7-632f0ce04a9f" + "EASTUS2:20211117T093545Z:0afb3518-b50b-4d19-af2c-37b4b552ae80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:09 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710\",\r\n \"name\": \"crptestar3710\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3710\": \"2021-06-28 22:22:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282\",\r\n \"name\": \"crptestar7282\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7282\": \"2021-11-17 09:35:43Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Storage/storageAccounts/crptestar4583?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NTgzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Storage/storageAccounts/crptestar1507?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNTA3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b4848720-c1cb-4c60-bd07-dce46a11d6f4" + "ca9457df-1b7e-4b7e-b006-6b305121d7ec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4e8271a4-3dd4-4b18-bdfb-01c2af0dc0d5?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4c8f9b01-c786-4e02-96bd-4d0b0ae27a2b?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4e8271a4-3dd4-4b18-bdfb-01c2af0dc0d5" + "4c8f9b01-c786-4e02-96bd-4d0b0ae27a2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "1931201e-0bcf-4321-a72b-9fae13388dcb" + "32341f93-319b-47fa-bc81-085f5155255f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222140Z:1931201e-0bcf-4321-a72b-9fae13388dcb" + "EASTUS2:20211117T093512Z:32341f93-319b-47fa-bc81-085f5155255f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:21:39 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4e8271a4-3dd4-4b18-bdfb-01c2af0dc0d5?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGU4MjcxYTQtM2RkNC00YjE4LWJkZmItMDFjMmFmMGRjMGQ1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4c8f9b01-c786-4e02-96bd-4d0b0ae27a2b?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGM4ZjliMDEtYzc4Ni00ZTAyLTk2YmQtNGQwYjBhZTI3YTJiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:28 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "5e5da7e3-4379-4800-ac78-74a8e24944ca" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4c8f9b01-c786-4e02-96bd-4d0b0ae27a2b?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "189ba857-9a36-4ef2-92a4-fc7964ab8e88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "da9193b9-1658-420f-b169-a1ec110835dd" + "8c5abb7a-4374-4c04-a0c8-385a4cce1015" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222158Z:da9193b9-1658-420f-b169-a1ec110835dd" + "EASTUS2:20211117T093529Z:8c5abb7a-4374-4c04-a0c8-385a4cce1015" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4c8f9b01-c786-4e02-96bd-4d0b0ae27a2b?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGM4ZjliMDEtYzc4Ni00ZTAyLTk2YmQtNGQwYjBhZTI3YTJiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 22:21:58 GMT" + "Wed, 17 Nov 2021 09:35:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6c8ba0f2-8624-4950-ac11-a2a4289e8a3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "7f4655f1-6822-423d-8e42-69e1a9721376" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T093533Z:7f4655f1-6822-423d-8e42-69e1a9721376" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f2544af-e972-4f7b-adf0-8c6488efd9c6" + "78bb3f53-f0bc-4c44-9415-f601d82fba5e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2a1d64e1-31a7-4473-a9cd-cf53909f3ccf" + "ecd78988-1515-4c05-a23b-aef4ff22cbf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "05f71fa6-de9e-46a3-b676-ef3c10674e96" + "35190618-f685-4c24-958e-57096e197c12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222208Z:05f71fa6-de9e-46a3-b676-ef3c10674e96" + "EASTUS2:20211117T093543Z:35190618-f685-4c24-958e-57096e197c12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:08 GMT" - ], "Content-Length": [ "752" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Storage/storageAccounts/crptestar4583\",\r\n \"name\": \"crptestar4583\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:21:36.5436821Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4583.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4583.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4583.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4583.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Storage/storageAccounts/crptestar1507\",\r\n \"name\": \"crptestar1507\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:35:09.1160778Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1507.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1507.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1507.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1507.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Storage/storageAccounts/crptestar4583?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NTgzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Storage/storageAccounts/crptestar1507?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNTA3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55ab7a8a-59b1-42d2-9d10-a523d6edf801" + "43641ed4-de9b-4f46-a3b2-c5c3b07e1e62" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "66b5076b-5e1b-4966-a7de-6829d33eab8c" + "3b702c8e-0a7e-4911-aa61-956c2584f7c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "6127a32e-b3cd-44da-a10c-87aa00288b69" + "7d97c249-6788-4acd-8bd9-4879088c7b5b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222208Z:6127a32e-b3cd-44da-a10c-87aa00288b69" + "EASTUS2:20211117T093543Z:7d97c249-6788-4acd-8bd9-4879088c7b5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:08 GMT" - ], "Content-Length": [ "740" ], @@ -457,80 +520,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Storage/storageAccounts/crptestar4583\",\r\n \"name\": \"crptestar4583\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:21:36.5436821Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4583.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4583.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4583.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4583.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Storage/storageAccounts/crptestar1507\",\r\n \"name\": \"crptestar1507\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T09:35:09.1160778Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1507.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1507.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1507.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1507.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/publicIPAddresses/pip5948?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/publicIPAddresses/pip1837?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5252\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn516\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ba4f83b1-f798-4318-bb94-6e4f820c9408" + "8bda5efb-a4fa-4e69-b5df-10eb4b7d2bf6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "207" + "206" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e1d9553d-5442-48c4-a8d4-8301209c118a" + "28d3ae98-b9dd-4d14-9111-64ae1a683d9a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e1d9553d-5442-48c4-a8d4-8301209c118a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/28d3ae98-b9dd-4d14-9111-64ae1a683d9a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "071a1e7d-ce32-4680-a4c6-0bfd57357540" + "daf326b9-8f79-48d3-b0e8-e395c10d616d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "38bae225-3505-48fb-ba46-1a0fcdd62e38" + "a893bee7-9565-46d5-8ddb-fbcf600d1172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222218Z:071a1e7d-ce32-4680-a4c6-0bfd57357540" + "EASTUS2:20211117T093554Z:daf326b9-8f79-48d3-b0e8-e395c10d616d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:18 GMT" - ], "Content-Length": [ - "769" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/publicIPAddresses/pip5948\",\r\n \"etag\": \"W/\\\"bb0619dd-baf6-445d-8daf-0000c5633ae2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"39a7b447-3955-4cea-816e-ca6c0540eb92\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5252\",\r\n \"fqdn\": \"dn5252.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/publicIPAddresses/pip1837\",\r\n \"etag\": \"W/\\\"6ace1c28-5cb9-4aaf-8df0-69286a63bc40\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1a321ade-da50-4d48-8362-7ec41d271f4f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn516\",\r\n \"fqdn\": \"dn516.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e1d9553d-5442-48c4-a8d4-8301209c118a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UxZDk1NTNkLTU0NDItNDhjNC1hOGQ0LTgzMDEyMDljMTE4YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/28d3ae98-b9dd-4d14-9111-64ae1a683d9a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4ZDNhZTk4LWI5ZGQtNGQxNC05MTExLTY0YWUxYTY4M2Q5YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "593a1ba2-2cc4-48a1-ac14-b9dd348cabac" + "8a087390-72f9-4b51-bef4-9fa79bc01e23" ], "x-ms-correlation-request-id": [ - "3c678476-abc9-423b-8010-b660c9dacdc6" + "94a0c1c5-fd2c-470a-9780-51c9ba381f12" ], "x-ms-arm-service-request-id": [ - "bc702ed1-7960-4073-9b6b-edcac8cfba3b" + "66034139-4d5f-4a6c-8f01-92ff632c018a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222220Z:3c678476-abc9-423b-8010-b660c9dacdc6" + "EASTUS2:20211117T093555Z:94a0c1c5-fd2c-470a-9780-51c9ba381f12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:19 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/publicIPAddresses/pip5948?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/publicIPAddresses/pip1837?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ddcd394c-f2aa-41ab-af1e-ef513571a5ec\"" + "W/\"a4aa5b22-8eda-48dc-9399-5fe307b12a3d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "22526df4-6952-4649-b5d9-7d226511e426" + "2779f967-39e2-4286-9f06-43d46eca1ae5" ], "x-ms-correlation-request-id": [ - "d533abcb-4795-4ec3-a990-ee1897cf9788" + "7ebb4c75-c8f2-4959-a68b-30c2b6bc9e8c" ], "x-ms-arm-service-request-id": [ - "991d520d-b68f-4b0e-adb6-b0788ac3f5a1" + "7677a33a-5f27-4a2d-896d-8e3dbbe6ac50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222220Z:d533abcb-4795-4ec3-a990-ee1897cf9788" + "EASTUS2:20211117T093555Z:7ebb4c75-c8f2-4959-a68b-30c2b6bc9e8c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:20 GMT" - ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/publicIPAddresses/pip5948\",\r\n \"etag\": \"W/\\\"ddcd394c-f2aa-41ab-af1e-ef513571a5ec\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"39a7b447-3955-4cea-816e-ca6c0540eb92\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5252\",\r\n \"fqdn\": \"dn5252.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/publicIPAddresses/pip1837\",\r\n \"etag\": \"W/\\\"a4aa5b22-8eda-48dc-9399-5fe307b12a3d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a321ade-da50-4d48-8362-7ec41d271f4f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn516\",\r\n \"fqdn\": \"dn516.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/publicIPAddresses/pip5948?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/publicIPAddresses/pip1837?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0598b570-4e3c-4fec-837b-c005e48efe15" + "27d1aa8a-def3-4775-9f2b-32b5c3f55aa9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ddcd394c-f2aa-41ab-af1e-ef513571a5ec\"" + "W/\"a4aa5b22-8eda-48dc-9399-5fe307b12a3d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d0fffc48-18dd-4898-beca-ca2a8dcebfe2" + "73f16e5a-6c94-4bdc-b316-428f2623f1c8" ], "x-ms-correlation-request-id": [ - "a8d6d0bd-3db8-48ee-be6f-eff875a44ed0" + "9a61e91b-9078-4cde-8fca-92402149c1dc" ], "x-ms-arm-service-request-id": [ - "25bb2907-d1bc-4008-9d07-0d9b26933fb2" + "55104103-18a3-4417-ae20-88afe7275693" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222220Z:a8d6d0bd-3db8-48ee-be6f-eff875a44ed0" + "EASTUS2:20211117T093556Z:9a61e91b-9078-4cde-8fca-92402149c1dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:20 GMT" - ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/publicIPAddresses/pip5948\",\r\n \"etag\": \"W/\\\"ddcd394c-f2aa-41ab-af1e-ef513571a5ec\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"39a7b447-3955-4cea-816e-ca6c0540eb92\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5252\",\r\n \"fqdn\": \"dn5252.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/publicIPAddresses/pip1837\",\r\n \"etag\": \"W/\\\"a4aa5b22-8eda-48dc-9399-5fe307b12a3d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a321ade-da50-4d48-8362-7ec41d271f4f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn516\",\r\n \"fqdn\": \"dn516.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1MzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3977\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4561\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "622ffe92-0e71-492b-879b-82fa4b2ed1ff" + "1ee216ab-5922-4376-86a3-9010d2432ab1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +829,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:35:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9253ecaa-94a2-46d9-ba09-767a950e1fab" + "993981ef-7420-4ca8-8b5c-1f6398a28a5a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9253ecaa-94a2-46d9-ba09-767a950e1fab?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/993981ef-7420-4ca8-8b5c-1f6398a28a5a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5785803e-648d-4503-8a1c-0c665f212b89" + "719b3d4d-1256-4055-8339-3d1053a99e5d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ca72549c-ab68-46d8-8429-e75b074e6cc9" + "8346d941-3d51-4c40-b3b9-e3ebdd86ac2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222224Z:5785803e-648d-4503-8a1c-0c665f212b89" + "EASTUS2:20211117T093600Z:719b3d4d-1256-4055-8339-3d1053a99e5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:23 GMT" - ], "Content-Length": [ - "1218" + "1215" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535\",\r\n \"etag\": \"W/\\\"3cfc8c50-88e0-4de2-9f8b-336aba1cdb44\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"585608bd-6e3c-4f52-96cd-9b448a854977\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977\",\r\n \"etag\": \"W/\\\"3cfc8c50-88e0-4de2-9f8b-336aba1cdb44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856\",\r\n \"etag\": \"W/\\\"954aeea2-c655-4ed5-a3f1-2d274a4eb5a0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e93b130c-db79-47c6-ae12-54e7fce5b423\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561\",\r\n \"etag\": \"W/\\\"954aeea2-c655-4ed5-a3f1-2d274a4eb5a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9253ecaa-94a2-46d9-ba09-767a950e1fab?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkyNTNlY2FhLTk0YTItNDZkOS1iYTA5LTc2N2E5NTBlMWZhYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/993981ef-7420-4ca8-8b5c-1f6398a28a5a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Mzk4MWVmLTc0MjAtNGNhOC04YjVjLTFmNjM5OGEyOGE1YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "14cba984-9fbe-45d9-813c-3e39e7f8ee79" + "3411c44a-63a2-4808-b85a-6ceb8bb62d2b" ], "x-ms-correlation-request-id": [ - "aacc14d9-9831-4920-b49e-879800f646c6" + "22559d5d-42ab-4970-9a21-248e4a6468bf" ], "x-ms-arm-service-request-id": [ - "64ed8f93-0d8f-4d02-a9c8-42c0feb69a86" + "02a81af5-1f0a-446a-9efe-c82edbca0633" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222227Z:aacc14d9-9831-4920-b49e-879800f646c6" + "EASTUS2:20211117T093603Z:22559d5d-42ab-4970-9a21-248e4a6468bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:27 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1MzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"43b4fb7e-2866-4f0b-a61c-0c98f80c8757\"" + "W/\"5862e663-8022-40a8-86d0-755ce09a1beb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6316bc2e-fb06-48cb-9868-01f63e8b451b" + "d8abff07-a74a-42eb-9d60-82e98cf02bd8" ], "x-ms-correlation-request-id": [ - "c51f927a-e98a-4d00-92d6-c31b78c5a8a7" + "45083016-1ae8-4136-869c-83132191560a" ], "x-ms-arm-service-request-id": [ - "eae0e065-754a-4296-b411-968b48efb0ee" + "99044f11-6e21-4197-be4c-a2abefabd576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222227Z:c51f927a-e98a-4d00-92d6-c31b78c5a8a7" + "EASTUS2:20211117T093603Z:45083016-1ae8-4136-869c-83132191560a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:27 GMT" - ], "Content-Length": [ - "1220" + "1217" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535\",\r\n \"etag\": \"W/\\\"43b4fb7e-2866-4f0b-a61c-0c98f80c8757\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"585608bd-6e3c-4f52-96cd-9b448a854977\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977\",\r\n \"etag\": \"W/\\\"43b4fb7e-2866-4f0b-a61c-0c98f80c8757\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856\",\r\n \"etag\": \"W/\\\"5862e663-8022-40a8-86d0-755ce09a1beb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e93b130c-db79-47c6-ae12-54e7fce5b423\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561\",\r\n \"etag\": \"W/\\\"5862e663-8022-40a8-86d0-755ce09a1beb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1MzUvc3VibmV0cy9zbjM5Nzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1Ni9zdWJuZXRzL3NuNDU2MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2523581-cd36-4a2a-9cbe-fd3e120da272" + "4d9a840d-fbd2-4354-b831-a6d39d476f25" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"43b4fb7e-2866-4f0b-a61c-0c98f80c8757\"" + "W/\"5862e663-8022-40a8-86d0-755ce09a1beb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "726d4599-8065-425e-84b8-f3ae2f6841c9" + "d1dc6dca-9fa1-4fd7-b22b-21720e23067a" ], "x-ms-correlation-request-id": [ - "a404401c-d3ee-43c8-b09c-baa7cd479320" + "d99c4a63-78f5-47a7-b9b8-90aa06b0a159" ], "x-ms-arm-service-request-id": [ - "39ee51b4-b797-4ac6-8741-5e20ae02b892" + "7d00b723-4f18-41ba-956c-ea800e918f6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222227Z:a404401c-d3ee-43c8-b09c-baa7cd479320" + "EASTUS2:20211117T093604Z:d99c4a63-78f5-47a7-b9b8-90aa06b0a159" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:27 GMT" - ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977\",\r\n \"etag\": \"W/\\\"43b4fb7e-2866-4f0b-a61c-0c98f80c8757\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561\",\r\n \"etag\": \"W/\\\"5862e663-8022-40a8-86d0-755ce09a1beb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg4OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2OTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977\"\r\n }\r\n },\r\n \"name\": \"ip5631\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561\"\r\n }\r\n },\r\n \"name\": \"ip1332\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a2190dd-e05c-47b1-97a5-0e80d01d9ac5" + "254cbff1-581b-429e-a8eb-e007cb5acbd3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "747" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a9a3b753-c067-44f8-aabb-568282c76145" + "13630c87-fc75-4161-b2a6-0081f50fb0f4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a9a3b753-c067-44f8-aabb-568282c76145?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/13630c87-fc75-4161-b2a6-0081f50fb0f4?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0e3e0643-93f9-49ba-b1b9-c2f43166d050" + "7467538d-a443-4adb-81f2-67f1d93f1db4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1c48e976-9b2f-4fe4-a7c7-0be40cc4b5f7" + "160ee883-63d6-40a9-abf7-9ca5fa033477" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222232Z:0e3e0643-93f9-49ba-b1b9-c2f43166d050" + "EASTUS2:20211117T093607Z:7467538d-a443-4adb-81f2-67f1d93f1db4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:32 GMT" - ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\",\r\n \"etag\": \"W/\\\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d8f2ec2a-491a-49db-9e75-0247049c67fa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895/ipConfigurations/ip5631\",\r\n \"etag\": \"W/\\\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977\"\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\": \"xuefmwb2nzje5fwntncivbkjoh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\",\r\n \"etag\": \"W/\\\"a12caf56-271a-410e-b8ca-ba786575a127\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"40064e2f-4081-450f-9403-7be0e4228c84\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1332\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699/ipConfigurations/ip1332\",\r\n \"etag\": \"W/\\\"a12caf56-271a-410e-b8ca-ba786575a127\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561\"\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\": \"bqjtx0lz1pdeplqsktt5zznued.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg4OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2OTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\"" + "W/\"a12caf56-271a-410e-b8ca-ba786575a127\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b99d5064-865e-4c87-a03c-8d77d9518418" + "b69046ce-4b1e-45f0-b390-51a90523277e" ], "x-ms-correlation-request-id": [ - "53397a59-879f-4902-ac4c-d8658391ffbc" + "3b5474c9-4508-43fd-a10f-d89658d618e6" ], "x-ms-arm-service-request-id": [ - "51b6bcdc-e4a8-413c-8fb5-69aa95320af4" + "c889a26d-276e-418c-94db-bd487e4fb4ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222232Z:53397a59-879f-4902-ac4c-d8658391ffbc" + "EASTUS2:20211117T093608Z:3b5474c9-4508-43fd-a10f-d89658d618e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:32 GMT" - ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\",\r\n \"etag\": \"W/\\\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d8f2ec2a-491a-49db-9e75-0247049c67fa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895/ipConfigurations/ip5631\",\r\n \"etag\": \"W/\\\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977\"\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\": \"xuefmwb2nzje5fwntncivbkjoh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\",\r\n \"etag\": \"W/\\\"a12caf56-271a-410e-b8ca-ba786575a127\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"40064e2f-4081-450f-9403-7be0e4228c84\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1332\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699/ipConfigurations/ip1332\",\r\n \"etag\": \"W/\\\"a12caf56-271a-410e-b8ca-ba786575a127\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561\"\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\": \"bqjtx0lz1pdeplqsktt5zznued.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg4OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2OTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae1bd2b-3fdd-455f-b695-6d5a088eff73" + "5c8d9f67-4ffa-4712-8e9b-45a7503d9a3d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\"" + "W/\"a12caf56-271a-410e-b8ca-ba786575a127\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1f086ac5-cfb4-4736-b3a9-89b241ca9940" + "398b0e5a-cbf4-4a9e-8a76-bf46eb8974a7" ], "x-ms-correlation-request-id": [ - "cfb419f3-5734-4b35-987a-833f69789e2b" + "619e3e9b-3243-456a-9acd-af8cd61659e3" ], "x-ms-arm-service-request-id": [ - "af22a9d9-1938-46ab-bd69-6782f562e9ac" + "f78b856d-4ea0-44d5-8508-35fc90c7a051" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222232Z:cfb419f3-5734-4b35-987a-833f69789e2b" + "EASTUS2:20211117T093608Z:619e3e9b-3243-456a-9acd-af8cd61659e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:32 GMT" - ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\",\r\n \"etag\": \"W/\\\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d8f2ec2a-491a-49db-9e75-0247049c67fa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895/ipConfigurations/ip5631\",\r\n \"etag\": \"W/\\\"9bcee528-c1e0-4d6c-af61-850a9a82ef48\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/virtualNetworks/vn3535/subnets/sn3977\"\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\": \"xuefmwb2nzje5fwntncivbkjoh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\",\r\n \"etag\": \"W/\\\"a12caf56-271a-410e-b8ca-ba786575a127\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"40064e2f-4081-450f-9403-7be0e4228c84\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1332\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699/ipConfigurations/ip1332\",\r\n \"etag\": \"W/\\\"a12caf56-271a-410e-b8ca-ba786575a127\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4561\"\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\": \"bqjtx0lz1pdeplqsktt5zznued.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/availabilitySets/crptestar7684?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvY3JwdGVzdGFyNzY4ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/availabilitySets/crptestar3618?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvY3JwdGVzdGFyMzYxOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0fa3c56b-ac3a-4b7e-958e-57825d8a1ff7" + "3085cdf5-29f4-4106-ac65-8f016b12b36a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "802f90c4-cd9a-424c-bce1-89f041582817" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "035bf119-1a2d-4e99-8c75-de66c0fa45bb" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c6af9464-08f0-423b-8815-9375ae0d6c5c" + "861ca525-d8a6-4cdb-95bc-9fa84a01bd1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222242Z:c6af9464-08f0-423b-8815-9375ae0d6c5c" + "EASTUS2:20211117T093617Z:861ca525-d8a6-4cdb-95bc-9fa84a01bd1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:41 GMT" - ], "Content-Length": [ "458" ], @@ -1297,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crptestar7684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/availabilitySets/crptestar7684\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crptestar3618\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/availabilitySets/crptestar3618\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1MzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/availabilitySets/crptestar7684\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/availabilitySets/crptestar3618\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a7924c1-8073-4063-b93b-9c4149801a10" + "c9341aa1-ab95-4eb6-93c4-e04c06654488" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,46 +1392,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2e9bb73-7d95-4810-99ca-656e74e597f3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/79141d4c-332a-4703-b917-125228f373ac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f2e9bb73-7d95-4810-99ca-656e74e597f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "79141d4c-332a-4703-b917-125228f373ac" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "d268e99b-634a-4a25-afd5-5705c03b2772" + "cb30e496-22c3-4c01-a1b1-99844a793969" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222250Z:d268e99b-634a-4a25-afd5-5705c03b2772" + "EASTUS2:20211117T093621Z:cb30e496-22c3-4c01-a1b1-99844a793969" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:22:50 GMT" - ], "Content-Length": [ "2426" ], @@ -1379,121 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6dc17bac-3683-43ac-8491-ee1c55e75cfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/availabilitySets/CRPTESTAR7684\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1534\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"36b3d078-4ee8-4fb8-9df6-556e33a6a254\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3618\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2e9bb73-7d95-4810-99ca-656e74e597f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZTliYjczLTdkOTUtNDgxMC05OWNhLTY1NmU3NGU1OTdmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/79141d4c-332a-4703-b917-125228f373ac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc5MTQxZDRjLTMzMmEtNDcwMy1iOTE3LTEyNTIyOGYzNzNhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:36:32 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29968" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d8e176f6-10fa-4a76-95aa-c41f656101fe" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "dc9aeb9b-711d-41a8-9143-e316f9b5c451" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T222301Z:dc9aeb9b-711d-41a8-9143-e316f9b5c451" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 22:23:00 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:22:48.1015671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2e9bb73-7d95-4810-99ca-656e74e597f3\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2e9bb73-7d95-4810-99ca-656e74e597f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZTliYjczLTdkOTUtNDgxMC05OWNhLTY1NmU3NGU1OTdmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9987e75d-c514-4e76-8bb3-949d9cb7f532" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ec721615-554e-4308-8ba6-582c4e20e5e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11949" ], "x-ms-correlation-request-id": [ - "46ebcfc2-7aed-4c03-8a11-85abfd40cfa5" + "fc799204-6ebd-471d-a90c-63f31e0f23d7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222351Z:46ebcfc2-7aed-4c03-8a11-85abfd40cfa5" + "EASTUS2:20211117T093632Z:fc799204-6ebd-471d-a90c-63f31e0f23d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:23:51 GMT" - ], "Content-Length": [ "134" ], @@ -1504,57 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:22:48.1015671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2e9bb73-7d95-4810-99ca-656e74e597f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:36:19.7124908+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"79141d4c-332a-4703-b917-125228f373ac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2e9bb73-7d95-4810-99ca-656e74e597f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZTliYjczLTdkOTUtNDgxMC05OWNhLTY1NmU3NGU1OTdmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/79141d4c-332a-4703-b917-125228f373ac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc5MTQxZDRjLTMzMmEtNDcwMy1iOTE3LTEyNTIyOGYzNzNhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:37:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e116822-ee38-490c-862b-2d670882595c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6a1eead0-e59a-4f56-bf33-4b509f9c09bf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11948" ], "x-ms-correlation-request-id": [ - "46e4f199-f6d9-4e63-b201-a18883cc9085" + "d157dc93-8ed2-4f5e-bfcd-80b22a0e6dae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222441Z:46e4f199-f6d9-4e63-b201-a18883cc9085" + "EASTUS2:20211117T093722Z:d157dc93-8ed2-4f5e-bfcd-80b22a0e6dae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:24:41 GMT" - ], "Content-Length": [ "134" ], @@ -1565,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:22:48.1015671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2e9bb73-7d95-4810-99ca-656e74e597f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:36:19.7124908+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"79141d4c-332a-4703-b917-125228f373ac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2e9bb73-7d95-4810-99ca-656e74e597f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZTliYjczLTdkOTUtNDgxMC05OWNhLTY1NmU3NGU1OTdmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/79141d4c-332a-4703-b917-125228f373ac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc5MTQxZDRjLTMzMmEtNDcwMy1iOTE3LTEyNTIyOGYzNzNhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:38:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b45f30e-440f-4a2a-9e67-1e963ecc1830" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ea890b36-55b2-404c-b60d-16f71f098292" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11947" ], "x-ms-correlation-request-id": [ - "63ef265c-f626-4086-947e-79ebd27b430d" + "0e1c4cd2-9031-4d7c-b310-20512b17ae0b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222532Z:63ef265c-f626-4086-947e-79ebd27b430d" + "EASTUS2:20211117T093813Z:0e1c4cd2-9031-4d7c-b310-20512b17ae0b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:25:31 GMT" - ], "Content-Length": [ "134" ], @@ -1626,57 +1628,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:22:48.1015671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2e9bb73-7d95-4810-99ca-656e74e597f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:36:19.7124908+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"79141d4c-332a-4703-b917-125228f373ac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2e9bb73-7d95-4810-99ca-656e74e597f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZTliYjczLTdkOTUtNDgxMC05OWNhLTY1NmU3NGU1OTdmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/79141d4c-332a-4703-b917-125228f373ac?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc5MTQxZDRjLTMzMmEtNDcwMy1iOTE3LTEyNTIyOGYzNzNhYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c343122a-bf4a-47af-8992-0b5805e1680f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d5443bc-a61a-4229-9ac1-993c570c2b29" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11946" ], "x-ms-correlation-request-id": [ - "14ed5c3a-65cd-43a0-932c-e49f3aa7fcad" + "757d2f12-9cb8-414b-be93-278b1ddb4ce6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222622Z:14ed5c3a-65cd-43a0-932c-e49f3aa7fcad" + "EASTUS2:20211117T093903Z:757d2f12-9cb8-414b-be93-278b1ddb4ce6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:22 GMT" - ], "Content-Length": [ "184" ], @@ -1687,57 +1689,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:22:48.1015671+00:00\",\r\n \"endTime\": \"2021-06-28T22:25:47.3512405+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f2e9bb73-7d95-4810-99ca-656e74e597f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T09:36:19.7124908+00:00\",\r\n \"endTime\": \"2021-11-17T09:38:36.1811816+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"79141d4c-332a-4703-b917-125228f373ac\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1MzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31986" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cb9fc387-8cba-4f20-813b-00b0a7c29c2b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c8573c2e-bb77-4620-82ef-942c7bf6bc7d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11945" ], "x-ms-correlation-request-id": [ - "b8cf5100-da42-48f9-abfc-a16373adce2c" + "53ead219-6a24-4081-b6db-d38b507b0047" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222622Z:b8cf5100-da42-48f9-abfc-a16373adce2c" + "EASTUS2:20211117T093903Z:53ead219-6a24-4081-b6db-d38b507b0047" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:22 GMT" - ], "Content-Length": [ "2818" ], @@ -1748,63 +1750,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6dc17bac-3683-43ac-8491-ee1c55e75cfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/availabilitySets/CRPTESTAR7684\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3224_disk2_7336ef5bc9c3414fbf293d1dd54691f5\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/disks/vm3224_disk2_7336ef5bc9c3414fbf293d1dd54691f5\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1534\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"36b3d078-4ee8-4fb8-9df6-556e33a6a254\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3618\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1534_disk2_2e0fb3496b834987ad55b4e6fe04f760\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/disks/vm1534_disk2_2e0fb3496b834987ad55b4e6fe04f760\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1MzQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e7e30e5-1658-4646-926e-f51ee77d1612" + "63cb59b8-4814-45d8-bbab-656c405350c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31985" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e936d0e-2f06-4582-8ed3-28c157bfe4ad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b9c4444f-6fca-481a-9a45-0ebbb5bcf7ec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11944" ], "x-ms-correlation-request-id": [ - "73894dec-228b-4bd8-8931-dba210d98982" + "35e2cd1f-6028-4beb-9477-1a3a0a617e94" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222623Z:73894dec-228b-4bd8-8931-dba210d98982" + "EASTUS2:20211117T093903Z:35e2cd1f-6028-4beb-9477-1a3a0a617e94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:23 GMT" - ], "Content-Length": [ "2818" ], @@ -1815,63 +1817,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6dc17bac-3683-43ac-8491-ee1c55e75cfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/availabilitySets/CRPTESTAR7684\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3224_disk2_7336ef5bc9c3414fbf293d1dd54691f5\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/disks/vm3224_disk2_7336ef5bc9c3414fbf293d1dd54691f5\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1534\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"36b3d078-4ee8-4fb8-9df6-556e33a6a254\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3618\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1534_disk2_2e0fb3496b834987ad55b4e6fe04f760\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/disks/vm1534_disk2_2e0fb3496b834987ad55b4e6fe04f760\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMjQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1MzQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eba6a5e1-aeff-4418-be7d-a9f246140d99" + "139896fd-f1ba-42a5-83b5-6467f17df1c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31984" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61bdfc43-806f-454c-8f9f-34dafe4917e8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51028354-c4b6-4546-901d-ce76187c6c84" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11943" ], "x-ms-correlation-request-id": [ - "79790d41-211f-4f47-a750-b568de444aaa" + "a93787e6-3f4e-4c7b-9211-22e45d903767" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222623Z:79790d41-211f-4f47-a750-b568de444aaa" + "EASTUS2:20211117T093904Z:a93787e6-3f4e-4c7b-9211-22e45d903767" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:23 GMT" - ], "Content-Length": [ "4442" ], @@ -1882,65 +1884,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6dc17bac-3683-43ac-8491-ee1c55e75cfa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/availabilitySets/CRPTESTAR7684\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3224_disk2_7336ef5bc9c3414fbf293d1dd54691f5\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/disks/vm3224_disk2_7336ef5bc9c3414fbf293d1dd54691f5\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Network/networkInterfaces/nic8895\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-06-28T22:26:23+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T22:22:51.0390699+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3224_disk2_7336ef5bc9c3414fbf293d1dd54691f5\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T22:22:51.0390699+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T22:25:47.3199804+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1534\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"36b3d078-4ee8-4fb8-9df6-556e33a6a254\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/availabilitySets/CRPTESTAR3618\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1534_disk2_2e0fb3496b834987ad55b4e6fe04f760\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/disks/vm1534_disk2_2e0fb3496b834987ad55b4e6fe04f760\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Network/networkInterfaces/nic5699\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": \"2021-11-17T09:39:04+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T09:36:22.0249959+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1534_disk2_2e0fb3496b834987ad55b4e6fe04f760\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T09:36:22.0249959+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T09:38:36.1655343+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3710/providers/Microsoft.Compute/virtualMachines/vm3224/retrieveBootDiagnosticsData?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMjQvcmV0cmlldmVCb290RGlhZ25vc3RpY3NEYXRhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7282/providers/Microsoft.Compute/virtualMachines/vm1534/retrieveBootDiagnosticsData?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE1MzQvcmV0cmlldmVCb290RGlhZ25vc3RpY3NEYXRhP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46a2a760-29e1-4beb-9901-4bb34d64ffe3" + "6e05a29f-dc41-4844-baf2-ba02e1142df3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31983" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ce75431-c32d-42a3-9e78-ebf29e47ea0b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8eee04f9-b900-4a1b-be61-ae5fcc909e2b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "adf6ae7d-2458-48b5-aac9-a63fa4e3c814" + "83893098-7911-43ca-a417-99c5fc94053c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222623Z:adf6ae7d-2458-48b5-aac9-a63fa4e3c814" + "EASTUS2:20211117T093904Z:83893098-7911-43ca-a417-99c5fc94053c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:23 GMT" - ], "Content-Length": [ - "595" + "589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1949,25 +1951,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"consoleScreenshotBlobUri\": \"https://md-visimnqbq5bwdxxk.z38.blob.storage.azure.net:443/111219d5-c168-4339-ba77-9c7567a5c1b6/vm3224.6dc17bac-3683-43ac-8491-ee1c55e75cfa.screenshot.bmp?sv=2018-03-28&sr=b&sig=GIJjZcC7wlCDDMefIknAe4Vk7AleDZWkyG4bRYnX0%2fY%3d&se=2021-06-29T00%3a26%3a23Z&sp=r\",\r\n \"serialConsoleLogBlobUri\": \"https://md-visimnqbq5bwdxxk.z38.blob.storage.azure.net:443/111219d5-c168-4339-ba77-9c7567a5c1b6/vm3224.6dc17bac-3683-43ac-8491-ee1c55e75cfa.serialconsole.log?sv=2018-03-28&sr=b&sig=kRTyV%2bBnOTQ7xaDTnavzHzmnHrIzKdGx6xgE%2fxo2bz4%3d&se=2021-06-29T00%3a26%3a23Z&sp=r\"\r\n}", + "ResponseBody": "{\r\n \"consoleScreenshotBlobUri\": \"https://md-visir01l4s2sbmjl.z10.blob.storage.azure.net:443/a6083f0a-4126-412f-ae4d-6ce8f95d3f77/vm1534.36b3d078-4ee8-4fb8-9df6-556e33a6a254.screenshot.bmp?sv=2018-03-28&sr=b&sig=D61Cr9IEgw5ZHEBmPt9py3xo9P4PSwK1wjmWqsvT0dU%3d&se=2021-11-17T11%3a39%3a04Z&sp=r\",\r\n \"serialConsoleLogBlobUri\": \"https://md-visir01l4s2sbmjl.z10.blob.storage.azure.net:443/a6083f0a-4126-412f-ae4d-6ce8f95d3f77/vm1534.36b3d078-4ee8-4fb8-9df6-556e33a6a254.serialconsole.log?sv=2018-03-28&sr=b&sig=mUy02OzJcqyJC0eWDDlkQTQR28zePaefp4jiKSkFt8E%3d&se=2021-11-17T11%3a39%3a04Z&sp=r\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3710?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3MTA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7282?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyODI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08a81895-63b6-4ad4-83ff-0af257416c0c" + "240c62ed-f24d-4c3f-8d7f-b803e9b7ffde" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1975,11 +1977,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1988,13 +1993,13 @@ "14999" ], "x-ms-request-id": [ - "388ebfc1-6bd4-486c-9d30-710dbfb1760a" + "4dc036da-69dd-4741-b615-f06f8c54b8c3" ], "x-ms-correlation-request-id": [ - "388ebfc1-6bd4-486c-9d30-710dbfb1760a" + "4dc036da-69dd-4741-b615-f06f8c54b8c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222629Z:388ebfc1-6bd4-486c-9d30-710dbfb1760a" + "EASTUS2:20211117T093909Z:4dc036da-69dd-4741-b615-f06f8c54b8c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2002,29 +2007,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2032,11 +2034,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2045,13 +2050,13 @@ "11999" ], "x-ms-request-id": [ - "a31061a2-8d00-46a1-995c-d37f74d2295a" + "2ee4324f-178a-4157-b2d4-5fee17152105" ], "x-ms-correlation-request-id": [ - "a31061a2-8d00-46a1-995c-d37f74d2295a" + "2ee4324f-178a-4157-b2d4-5fee17152105" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222644Z:a31061a2-8d00-46a1-995c-d37f74d2295a" + "EASTUS2:20211117T093925Z:2ee4324f-178a-4157-b2d4-5fee17152105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2059,29 +2064,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2089,11 +2091,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2102,13 +2107,13 @@ "11998" ], "x-ms-request-id": [ - "26be70a2-da08-45ed-a337-22b83ba7a20c" + "f2fcaecd-bb7e-4f86-b3bb-dc7ae2408e4d" ], "x-ms-correlation-request-id": [ - "26be70a2-da08-45ed-a337-22b83ba7a20c" + "f2fcaecd-bb7e-4f86-b3bb-dc7ae2408e4d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222700Z:26be70a2-da08-45ed-a337-22b83ba7a20c" + "EASTUS2:20211117T093940Z:f2fcaecd-bb7e-4f86-b3bb-dc7ae2408e4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2116,29 +2121,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:26:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2146,11 +2148,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:39:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2159,13 +2164,13 @@ "11997" ], "x-ms-request-id": [ - "0bb72fd9-603a-4b3c-8765-cf35de2805d1" + "db4b1d66-2323-4df6-9c36-93875c82deb2" ], "x-ms-correlation-request-id": [ - "0bb72fd9-603a-4b3c-8765-cf35de2805d1" + "db4b1d66-2323-4df6-9c36-93875c82deb2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222715Z:0bb72fd9-603a-4b3c-8765-cf35de2805d1" + "EASTUS2:20211117T093956Z:db4b1d66-2323-4df6-9c36-93875c82deb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2173,29 +2178,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:27:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2203,11 +2205,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:40:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2216,13 +2221,13 @@ "11996" ], "x-ms-request-id": [ - "b61dae15-6aba-43f0-a9a0-77f40aa8e90b" + "deed09c0-6062-43c5-9de4-9c531fee942c" ], "x-ms-correlation-request-id": [ - "b61dae15-6aba-43f0-a9a0-77f40aa8e90b" + "deed09c0-6062-43c5-9de4-9c531fee942c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222731Z:b61dae15-6aba-43f0-a9a0-77f40aa8e90b" + "EASTUS2:20211117T094011Z:deed09c0-6062-43c5-9de4-9c531fee942c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2230,29 +2235,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:27:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2260,11 +2262,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:40:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2273,13 +2278,13 @@ "11995" ], "x-ms-request-id": [ - "d2992904-c110-426a-85c3-a33875efcb10" + "377069fd-bb2e-428b-8434-c918e5ae6409" ], "x-ms-correlation-request-id": [ - "d2992904-c110-426a-85c3-a33875efcb10" + "377069fd-bb2e-428b-8434-c918e5ae6409" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222746Z:d2992904-c110-426a-85c3-a33875efcb10" + "EASTUS2:20211117T094027Z:377069fd-bb2e-428b-8434-c918e5ae6409" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2287,29 +2292,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:27:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2317,11 +2319,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:40:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2330,13 +2335,13 @@ "11994" ], "x-ms-request-id": [ - "bce5be8f-2a25-470f-8aa9-b66237a4acdb" + "fbfd286b-389c-4242-a658-9abac3e82f13" ], "x-ms-correlation-request-id": [ - "bce5be8f-2a25-470f-8aa9-b66237a4acdb" + "fbfd286b-389c-4242-a658-9abac3e82f13" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222802Z:bce5be8f-2a25-470f-8aa9-b66237a4acdb" + "EASTUS2:20211117T094042Z:fbfd286b-389c-4242-a658-9abac3e82f13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2344,29 +2349,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:28:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2374,11 +2376,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:40:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2387,13 +2392,13 @@ "11993" ], "x-ms-request-id": [ - "a3e483a8-3b35-4eb8-ba3f-648d40589c4a" + "5a645066-7640-49ab-95ea-e72834595876" ], "x-ms-correlation-request-id": [ - "a3e483a8-3b35-4eb8-ba3f-648d40589c4a" + "5a645066-7640-49ab-95ea-e72834595876" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222817Z:a3e483a8-3b35-4eb8-ba3f-648d40589c4a" + "EASTUS2:20211117T094058Z:5a645066-7640-49ab-95ea-e72834595876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2401,29 +2406,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:28:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2431,11 +2433,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:41:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2444,13 +2449,13 @@ "11992" ], "x-ms-request-id": [ - "f07762a4-3068-48ed-a265-920cced8da25" + "a0f95d82-833c-4aaa-8984-08850be4accd" ], "x-ms-correlation-request-id": [ - "f07762a4-3068-48ed-a265-920cced8da25" + "a0f95d82-833c-4aaa-8984-08850be4accd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222833Z:f07762a4-3068-48ed-a265-920cced8da25" + "EASTUS2:20211117T094113Z:a0f95d82-833c-4aaa-8984-08850be4accd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2458,29 +2463,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:28:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2488,11 +2490,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:41:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2501,13 +2506,13 @@ "11991" ], "x-ms-request-id": [ - "36ff48f6-5c47-46b0-998b-896b05bce19a" + "36f7d448-9b0e-4e5f-baeb-95d71a3f86a4" ], "x-ms-correlation-request-id": [ - "36ff48f6-5c47-46b0-998b-896b05bce19a" + "36f7d448-9b0e-4e5f-baeb-95d71a3f86a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222848Z:36ff48f6-5c47-46b0-998b-896b05bce19a" + "EASTUS2:20211117T094128Z:36f7d448-9b0e-4e5f-baeb-95d71a3f86a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2515,29 +2520,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:28:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2545,11 +2547,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:41:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2558,13 +2563,13 @@ "11990" ], "x-ms-request-id": [ - "ac1ad506-c1df-4264-8c32-5113c7ab0a9d" + "8fafb262-7930-4ede-b3a2-78c69b2e450d" ], "x-ms-correlation-request-id": [ - "ac1ad506-c1df-4264-8c32-5113c7ab0a9d" + "8fafb262-7930-4ede-b3a2-78c69b2e450d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222904Z:ac1ad506-c1df-4264-8c32-5113c7ab0a9d" + "EASTUS2:20211117T094144Z:8fafb262-7930-4ede-b3a2-78c69b2e450d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2572,29 +2577,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:29:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2602,11 +2604,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:41:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2615,13 +2620,13 @@ "11989" ], "x-ms-request-id": [ - "ec4c55bd-e35a-49ca-acf6-3d99a9393a4b" + "7a29c820-2ac0-4ba8-8217-4ef7a2ba7137" ], "x-ms-correlation-request-id": [ - "ec4c55bd-e35a-49ca-acf6-3d99a9393a4b" + "7a29c820-2ac0-4ba8-8217-4ef7a2ba7137" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222919Z:ec4c55bd-e35a-49ca-acf6-3d99a9393a4b" + "EASTUS2:20211117T094159Z:7a29c820-2ac0-4ba8-8217-4ef7a2ba7137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2629,29 +2634,539 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:29:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:42:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "6ab7c923-769b-423d-a7a9-ef679ef3b5bb" + ], + "x-ms-correlation-request-id": [ + "6ab7c923-769b-423d-a7a9-ef679ef3b5bb" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094215Z:6ab7c923-769b-423d-a7a9-ef679ef3b5bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:42:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "fa099d09-43d3-4b41-8541-4ddd6dcc3316" + ], + "x-ms-correlation-request-id": [ + "fa099d09-43d3-4b41-8541-4ddd6dcc3316" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094230Z:fa099d09-43d3-4b41-8541-4ddd6dcc3316" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:42:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "894e8afe-151d-43a9-8d4d-8b216b38c6a7" + ], + "x-ms-correlation-request-id": [ + "894e8afe-151d-43a9-8d4d-8b216b38c6a7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094246Z:894e8afe-151d-43a9-8d4d-8b216b38c6a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:43:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "536c8cfa-de4c-416f-8525-189bffd1aee9" + ], + "x-ms-correlation-request-id": [ + "536c8cfa-de4c-416f-8525-189bffd1aee9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094301Z:536c8cfa-de4c-416f-8525-189bffd1aee9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:43:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "500efb38-79bb-49d9-80d9-2d10a445a7fa" + ], + "x-ms-correlation-request-id": [ + "500efb38-79bb-49d9-80d9-2d10a445a7fa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094317Z:500efb38-79bb-49d9-80d9-2d10a445a7fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:43:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "c9719545-b661-44f5-933e-d022f9c65225" + ], + "x-ms-correlation-request-id": [ + "c9719545-b661-44f5-933e-d022f9c65225" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094332Z:c9719545-b661-44f5-933e-d022f9c65225" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:43:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "79d78d13-2976-42b3-a572-bb4fe937685b" + ], + "x-ms-correlation-request-id": [ + "79d78d13-2976-42b3-a572-bb4fe937685b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094348Z:79d78d13-2976-42b3-a572-bb4fe937685b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:44:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "ba6e300d-17a9-4650-a06e-54320b134644" + ], + "x-ms-correlation-request-id": [ + "ba6e300d-17a9-4650-a06e-54320b134644" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094403Z:ba6e300d-17a9-4650-a06e-54320b134644" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:44:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "787e6e1d-97c2-4237-b165-103ab205abad" + ], + "x-ms-correlation-request-id": [ + "787e6e1d-97c2-4237-b165-103ab205abad" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094419Z:787e6e1d-97c2-4237-b165-103ab205abad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2659,26 +3174,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:44:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11979" ], "x-ms-request-id": [ - "f2f4759d-2770-4a10-8074-8ce23e5c173d" + "9438759a-f9f4-4068-8792-120eb18e0231" ], "x-ms-correlation-request-id": [ - "f2f4759d-2770-4a10-8074-8ce23e5c173d" + "9438759a-f9f4-4068-8792-120eb18e0231" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222935Z:f2f4759d-2770-4a10-8074-8ce23e5c173d" + "EASTUS2:20211117T094435Z:9438759a-f9f4-4068-8792-120eb18e0231" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2686,29 +3204,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:29:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:44:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "119390ff-61a2-4571-a8c9-04df6f71fc13" + ], + "x-ms-correlation-request-id": [ + "119390ff-61a2-4571-a8c9-04df6f71fc13" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094450Z:119390ff-61a2-4571-a8c9-04df6f71fc13" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2716,26 +3288,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:45:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11977" ], "x-ms-request-id": [ - "37d664ad-78a5-47d6-8dd5-478651c6ad6b" + "877d0d2d-3226-42d4-9d74-d45ecb86878d" ], "x-ms-correlation-request-id": [ - "37d664ad-78a5-47d6-8dd5-478651c6ad6b" + "877d0d2d-3226-42d4-9d74-d45ecb86878d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T222950Z:37d664ad-78a5-47d6-8dd5-478651c6ad6b" + "EASTUS2:20211117T094506Z:877d0d2d-3226-42d4-9d74-d45ecb86878d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2743,29 +3318,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:29:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:45:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "59cfeff1-fc78-4820-b7ea-11df4dfd812f" + ], + "x-ms-correlation-request-id": [ + "59cfeff1-fc78-4820-b7ea-11df4dfd812f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094521Z:59cfeff1-fc78-4820-b7ea-11df4dfd812f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2773,20 +3402,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:45:36 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11975" ], "x-ms-request-id": [ - "5c3119f4-4e40-47f0-996e-417fba5ae89f" + "e951c35c-a5f7-450c-a1c3-2f9a3c4950bb" ], "x-ms-correlation-request-id": [ - "5c3119f4-4e40-47f0-996e-417fba5ae89f" + "e951c35c-a5f7-450c-a1c3-2f9a3c4950bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223006Z:5c3119f4-4e40-47f0-996e-417fba5ae89f" + "EASTUS2:20211117T094536Z:e951c35c-a5f7-450c-a1c3-2f9a3c4950bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2794,29 +3432,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:30:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:45:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-request-id": [ + "7977c33b-9a40-41bc-9937-1739a89e0856" + ], + "x-ms-correlation-request-id": [ + "7977c33b-9a40-41bc-9937-1739a89e0856" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094552Z:7977c33b-9a40-41bc-9937-1739a89e0856" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzEwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpFd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2824,20 +3516,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 09:46:07 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11973" ], "x-ms-request-id": [ - "38695fe6-2723-48e6-ad5f-0cf77be12831" + "a0620fae-2a7d-4f85-a24b-b847d7b5859e" ], "x-ms-correlation-request-id": [ - "38695fe6-2723-48e6-ad5f-0cf77be12831" + "a0620fae-2a7d-4f85-a24b-b847d7b5859e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T223006Z:38695fe6-2723-48e6-ad5f-0cf77be12831" + "EASTUS2:20211117T094607Z:a0620fae-2a7d-4f85-a24b-b847d7b5859e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2845,14 +3546,113 @@ "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 22:30:06 GMT" + "Wed, 17 Nov 2021 09:46:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-request-id": [ + "9d1d3e2d-43a1-4c5b-9364-f03f25122d08" + ], + "x-ms-correlation-request-id": [ + "9d1d3e2d-43a1-4c5b-9364-f03f25122d08" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094623Z:9d1d3e2d-43a1-4c5b-9364-f03f25122d08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpneUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 09:46:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-request-id": [ + "33d6bbac-b843-4037-8cb1-fbc42361d12d" + ], + "x-ms-correlation-request-id": [ + "33d6bbac-b843-4037-8cb1-fbc42361d12d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T094623Z:33d6bbac-b843-4037-8cb1-fbc42361d12d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2861,28 +3661,28 @@ ], "Names": { "TestVMManagedBootDiagnostics": [ - "crptestar3710", - "crptestar4583", - "crptestar7684" + "crptestar7282", + "crptestar1507", + "crptestar3618" ], "CreatePublicIP": [ - "pip5948", - "dn5252" + "pip1837", + "dn516" ], "CreateVNET": [ - "vn3535", - "sn3977" + "vn856", + "sn4561" ], "CreateNIC": [ - "nic8895", - "ip5631" + "nic5699", + "ip1332" ], "CreateDefaultVMInput": [ - "crptestar3948", - "crptestar4331", - "crptestar95", - "vm3224", - "Microsoft.Compute/virtualMachines2228" + "crptestar5184", + "crptestar2581", + "crptestar8410", + "vm1534", + "Microsoft.Compute/virtualMachines1801" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskEncryptionTests/TestVMDiskEncryption.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskEncryptionTests/TestVMDiskEncryption.json index b54c9022ea595..68c64584793a1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskEncryptionTests/TestVMDiskEncryption.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskEncryptionTests/TestVMDiskEncryption.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "397168cc-7e8b-48ae-9a7c-68e579d2ccc6" + "0e7f6848-100f-4c23-afea-9cbadb90140a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:52:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "0a729509-6c2b-4e55-a71f-2e6f888ae3c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dcf32ff4-fceb-452f-abc8-f74936c9e72a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "e4723e33-9df5-4691-ad22-7fb1ccc784bd" + "a6894f81-0430-4559-98d0-50b75be17707" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225741Z:e4723e33-9df5-4691-ad22-7fb1ccc784bd" + "EASTUS2:20211116T185254Z:a6894f81-0430-4559-98d0-50b75be17707" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:57:40 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2057?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3222?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2057\": \"2021-06-28 22:57:41Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3222\": \"2021-11-16 18:52:54Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3fba6e34-b0aa-4e5a-9870-21c4fbc2c5d2" + "7aaee732-38e0-4eef-96c7-f779ebde6ced" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:52:55 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "b5570c49-8091-4a7f-9a77-3eba6201f2af" + "35c5d94e-6d92-41be-b4e1-374b92e2d735" ], "x-ms-correlation-request-id": [ - "b5570c49-8091-4a7f-9a77-3eba6201f2af" + "35c5d94e-6d92-41be-b4e1-374b92e2d735" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225744Z:b5570c49-8091-4a7f-9a77-3eba6201f2af" + "EASTUS2:20211116T185255Z:35c5d94e-6d92-41be-b4e1-374b92e2d735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:57:43 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057\",\r\n \"name\": \"crptestar2057\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2057\": \"2021-06-28 22:57:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222\",\r\n \"name\": \"crptestar3222\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3222\": \"2021-11-16 18:52:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2057?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3222?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2057\": \"2021-06-28 22:58:23Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3222\": \"2021-11-16 18:53:38Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c2c7c545-d1dc-4f67-81b4-d428e36c5ed4" + "d02742a1-14af-424b-8de8-b7b2d115d08d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:39 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-request-id": [ - "159e177d-fbd4-4db4-9077-fd22faccbd47" + "9b33c88b-035e-4cc4-a76c-9b5c01421a8c" ], "x-ms-correlation-request-id": [ - "159e177d-fbd4-4db4-9077-fd22faccbd47" + "9b33c88b-035e-4cc4-a76c-9b5c01421a8c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225824Z:159e177d-fbd4-4db4-9077-fd22faccbd47" + "EASTUS2:20211116T185340Z:9b33c88b-035e-4cc4-a76c-9b5c01421a8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:23 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057\",\r\n \"name\": \"crptestar2057\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2057\": \"2021-06-28 22:58:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222\",\r\n \"name\": \"crptestar3222\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3222\": \"2021-11-16 18:53:38Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2057?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3222?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2057\": \"2021-06-28 22:59:06Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3222\": \"2021-11-16 18:54:17Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "add20d01-300e-4d2c-b675-b1a1082b8e6f" + "8f348b53-7ac3-4e6a-a0e1-e4876036b611" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -231,20 +231,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-request-id": [ - "5c7a754c-6981-4580-aab2-162939978073" + "8cdeab9b-bb6e-4e6d-9390-ad92707d7774" ], "x-ms-correlation-request-id": [ - "5c7a754c-6981-4580-aab2-162939978073" + "8cdeab9b-bb6e-4e6d-9390-ad92707d7774" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225907Z:5c7a754c-6981-4580-aab2-162939978073" + "EASTUS2:20211116T185418Z:8cdeab9b-bb6e-4e6d-9390-ad92707d7774" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,9 +255,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:07 GMT" - ], "Content-Length": [ "234" ], @@ -265,25 +265,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057\",\r\n \"name\": \"crptestar2057\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2057\": \"2021-06-28 22:59:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222\",\r\n \"name\": \"crptestar3222\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3222\": \"2021-11-16 18:54:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Storage/storageAccounts/crptestar7739?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Storage/storageAccounts/crptestar4577?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NTc3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5e8be38-b30b-4aff-b1f8-26ea1ce702dd" + "8cbeeb03-afbd-4a26-8585-e4579f5ab42f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -297,62 +297,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4518f2e9-b473-437b-b6ed-7c99459c9a65?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/08d4ee9c-9ac7-4a36-8faf-cf5a1f8d8b6d?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4518f2e9-b473-437b-b6ed-7c99459c9a65" + "08d4ee9c-9ac7-4a36-8faf-cf5a1f8d8b6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "508eed94-4fe9-4bdd-8338-acedb60d6518" + "048c0cb0-710a-413b-a185-92390a0655be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225754Z:508eed94-4fe9-4bdd-8338-acedb60d6518" + "EASTUS2:20211116T185307Z:048c0cb0-710a-413b-a185-92390a0655be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:57:54 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4518f2e9-b473-437b-b6ed-7c99459c9a65?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNDUxOGYyZTktYjQ3My00MzdiLWI2ZWQtN2M5OTQ1OWM5YTY1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/08d4ee9c-9ac7-4a36-8faf-cf5a1f8d8b6d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDhkNGVlOWMtOWFjNy00YTM2LThmYWYtY2Y1YTFmOGQ4YjZkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -360,33 +360,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:24 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/08d4ee9c-9ac7-4a36-8faf-cf5a1f8d8b6d?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "417bad4f-79fd-4113-ae27-90a8ddc0184a" + "99579c43-ed88-4374-9c2b-e97fba19608e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "851455c9-2165-44ca-aea9-7c136c37f0a5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T185324Z:851455c9-2165-44ca-aea9-7c136c37f0a5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/08d4ee9c-9ac7-4a36-8faf-cf5a1f8d8b6d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDhkNGVlOWMtOWFjNy00YTM2LThmYWYtY2Y1YTFmOGQ4YjZkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 18:53:27 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "c79d021b-dbd8-429c-85ec-2f00dcc47da1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "c82c831b-2dd7-4078-811f-e6a922fb66ba" + "bf785d21-d2a6-413f-aa49-2b948286655c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225811Z:c82c831b-2dd7-4078-811f-e6a922fb66ba" + "EASTUS2:20211116T185327Z:bf785d21-d2a6-413f-aa49-2b948286655c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:11 GMT" - ], "Content-Length": [ "95" ], @@ -401,21 +464,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d988e8ac-92d4-417f-b79b-1ea9c944934b" + "0d9d8803-f3ca-4b01-9d84-36d61ed33e0e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -423,33 +486,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "983e654b-785c-4694-b4d0-193fa7e6ee79" + "73421b92-2632-4196-9dbf-52557ad17f8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "fb406322-d496-43d7-bd5d-9d0595265115" + "bcfc5490-f7a9-4ae5-8172-3e3276050359" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225822Z:fb406322-d496-43d7-bd5d-9d0595265115" + "EASTUS2:20211116T185338Z:bcfc5490-f7a9-4ae5-8172-3e3276050359" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:22 GMT" - ], "Content-Length": [ "752" ], @@ -460,25 +523,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Storage/storageAccounts/crptestar7739\",\r\n \"name\": \"crptestar7739\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:57:51.2831808Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7739.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7739.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7739.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7739.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Storage/storageAccounts/crptestar4577\",\r\n \"name\": \"crptestar4577\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T18:53:03.7949805Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4577.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4577.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4577.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4577.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Storage/storageAccounts/crptestar7739?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Storage/storageAccounts/crptestar4577?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NTc3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "baeaad65-73bd-41b5-aa40-6bb8fd2e96d4" + "79347d99-6354-4a55-9afe-28567bab6147" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -486,33 +549,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "62b2b59a-9695-4e94-8ef2-7f2e97789c3c" + "c69e338e-c3de-476c-b6b5-8fa0d1dad4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "fa3fa8d7-e0bc-42aa-a966-25370b404c5a" + "92922cc5-24b8-458b-b99c-ca00856d4b7d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225823Z:fa3fa8d7-e0bc-42aa-a966-25370b404c5a" + "EASTUS2:20211116T185338Z:92922cc5-24b8-458b-b99c-ca00856d4b7d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:22 GMT" - ], "Content-Length": [ "740" ], @@ -523,25 +586,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Storage/storageAccounts/crptestar7739\",\r\n \"name\": \"crptestar7739\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T22:57:51.2831808Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7739.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7739.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7739.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7739.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Storage/storageAccounts/crptestar4577\",\r\n \"name\": \"crptestar4577\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T18:53:03.7949805Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4577.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4577.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4577.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4577.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip5033?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwMzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip6893?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9022\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6902\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85fd567b-9390-498b-83e6-c40f708aa90a" + "fdfe7130-fc5d-489b-ae81-b9d2cac78f55" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -555,46 +618,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0c5b2cb8-a616-488a-93f8-d7f7e0b074fd" + "d39d750a-b526-468a-a9d4-17a6739e460f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0c5b2cb8-a616-488a-93f8-d7f7e0b074fd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d39d750a-b526-468a-a9d4-17a6739e460f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d773baea-69d6-4b84-877a-1ab63bcf5ee5" + "ae7cbd48-b52f-415e-a8f3-3fb8dc874ff4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "12cb2355-ad5b-425d-af6e-c411000006fa" + "a7898abb-a335-4f0f-88f2-8ee5f8a7682c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225834Z:d773baea-69d6-4b84-877a-1ab63bcf5ee5" + "EASTUS2:20211116T185349Z:ae7cbd48-b52f-415e-a8f3-3fb8dc874ff4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:33 GMT" - ], "Content-Length": [ "769" ], @@ -605,19 +668,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5033\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip5033\",\r\n \"etag\": \"W/\\\"95e04092-9eb0-4284-b3f9-3caa4144e0b2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b15fd1d1-11d3-4c98-896e-37dc9f3463ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9022\",\r\n \"fqdn\": \"dn9022.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip6893\",\r\n \"etag\": \"W/\\\"c121b3d7-8243-46e0-b0a3-59284dc33431\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e2276762-f0db-473b-980e-af8afb9967c3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6902\",\r\n \"fqdn\": \"dn6902.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0c5b2cb8-a616-488a-93f8-d7f7e0b074fd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNWIyY2I4LWE2MTYtNDg4YS05M2Y4LWQ3ZjdlMGIwNzRmZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d39d750a-b526-468a-a9d4-17a6739e460f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzOWQ3NTBhLWI1MjYtNDY4YS1hOWQ0LTE3YTY3MzllNDYwZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -625,37 +688,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6f0364fb-4b74-4b3a-b2c9-99394fecc322" + "ff9d9414-4888-4639-81a9-85e0a0548e9d" ], "x-ms-correlation-request-id": [ - "679197ac-3ade-4196-992b-7426cbd750e3" + "f9076abd-09eb-4261-b5f2-19af8736edf9" ], "x-ms-arm-service-request-id": [ - "618e0c7f-67b8-449e-9051-8c5db0b85cb5" + "3b60ae65-7d7a-4e39-81a3-142e000d99e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225835Z:679197ac-3ade-4196-992b-7426cbd750e3" + "EASTUS2:20211116T185351Z:f9076abd-09eb-4261-b5f2-19af8736edf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:34 GMT" - ], "Content-Length": [ "29" ], @@ -670,15 +733,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip5033?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwMzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip6893?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -686,40 +749,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cfaf3f4c-cb71-423f-b70a-34a922abcb6c\"" + "W/\"2d305c2c-94ce-4b29-93e8-2f4901a0c828\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7bc45293-e4b7-458b-8884-13aeda4a56d5" + "629a04d2-8cdd-4487-a410-7d78ea6831cd" ], "x-ms-correlation-request-id": [ - "cd0b3b70-1cd2-4e95-b685-c40680b08c35" + "1563b035-17f3-49bc-9c44-186d4d2bd80f" ], "x-ms-arm-service-request-id": [ - "cb465aff-c4bb-44fc-a665-aef37d4ca7a5" + "166c3f0a-54de-4830-9dfb-4fa337b56294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225835Z:cd0b3b70-1cd2-4e95-b685-c40680b08c35" + "EASTUS2:20211116T185351Z:1563b035-17f3-49bc-9c44-186d4d2bd80f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:34 GMT" - ], "Content-Length": [ "770" ], @@ -730,25 +793,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5033\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip5033\",\r\n \"etag\": \"W/\\\"cfaf3f4c-cb71-423f-b70a-34a922abcb6c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b15fd1d1-11d3-4c98-896e-37dc9f3463ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9022\",\r\n \"fqdn\": \"dn9022.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip6893\",\r\n \"etag\": \"W/\\\"2d305c2c-94ce-4b29-93e8-2f4901a0c828\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e2276762-f0db-473b-980e-af8afb9967c3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6902\",\r\n \"fqdn\": \"dn6902.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip5033?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwMzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip6893?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09306c5c-7024-4895-9f5a-276bfe7982c2" + "8f459b35-a841-44f4-8116-3c8babf2259b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -756,40 +819,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cfaf3f4c-cb71-423f-b70a-34a922abcb6c\"" + "W/\"2d305c2c-94ce-4b29-93e8-2f4901a0c828\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b67e81ef-00fd-45d8-95f4-338ef91c6920" + "483587b8-3be6-43d8-8547-a8c798440d23" ], "x-ms-correlation-request-id": [ - "fd24bd08-0cb1-4295-a529-42dca598f14b" + "762c6278-5b8f-4505-8f1d-a7aa33d74b49" ], "x-ms-arm-service-request-id": [ - "59f995dd-abd4-45f3-9475-a5477c6d0ff1" + "630b87d2-3087-4005-ace4-aa955df1a938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225835Z:fd24bd08-0cb1-4295-a529-42dca598f14b" + "EASTUS2:20211116T185351Z:762c6278-5b8f-4505-8f1d-a7aa33d74b49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:35 GMT" - ], "Content-Length": [ "770" ], @@ -800,25 +863,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5033\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip5033\",\r\n \"etag\": \"W/\\\"cfaf3f4c-cb71-423f-b70a-34a922abcb6c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b15fd1d1-11d3-4c98-896e-37dc9f3463ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9022\",\r\n \"fqdn\": \"dn9022.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip6893\",\r\n \"etag\": \"W/\\\"2d305c2c-94ce-4b29-93e8-2f4901a0c828\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e2276762-f0db-473b-980e-af8afb9967c3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6902\",\r\n \"fqdn\": \"dn6902.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9129\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1014\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60faea81-93ef-4a80-92e3-1f13e1a3abbc" + "6e8a48f9-ef92-436f-abdb-34fb58765e93" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -832,48 +895,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5f01c9f9-22c6-4687-8ae0-32633e107a01" + "3519a420-5070-4bca-86f1-bdaf6322650c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5f01c9f9-22c6-4687-8ae0-32633e107a01?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3519a420-5070-4bca-86f1-bdaf6322650c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e8ea7082-5641-4ca4-b011-09bae3f6f8e8" + "b20f3c87-6a7f-4681-a667-49cea13c3d82" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cd334681-bd2c-4289-bfdf-709bb11bab41" + "2c5a1a05-7bfe-41f3-a838-852e4073d0a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225840Z:e8ea7082-5641-4ca4-b011-09bae3f6f8e8" + "EASTUS2:20211116T185354Z:b20f3c87-6a7f-4681-a667-49cea13c3d82" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:39 GMT" - ], "Content-Length": [ - "1321" + "1312" ], "Content-Type": [ "application/json; charset=utf-8" @@ -882,19 +945,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218\",\r\n \"etag\": \"W/\\\"6c63af0e-b5d4-4563-9360-7d8f4a47cd3c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1f788cc4-0b8a-4bde-b5d7-a9f47cfe8d9e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9129\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129\",\r\n \"etag\": \"W/\\\"6c63af0e-b5d4-4563-9360-7d8f4a47cd3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9\",\r\n \"etag\": \"W/\\\"fac07394-ff1a-4170-9f02-fd1050b63777\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ce8e0f7b-2ca2-49d8-8620-6e2fb4517655\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014\",\r\n \"etag\": \"W/\\\"fac07394-ff1a-4170-9f02-fd1050b63777\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5f01c9f9-22c6-4687-8ae0-32633e107a01?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVmMDFjOWY5LTIyYzYtNDY4Ny04YWUwLTMyNjMzZTEwN2EwMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3519a420-5070-4bca-86f1-bdaf6322650c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1MTlhNDIwLTUwNzAtNGJjYS04NmYxLWJkYWY2MzIyNjUwYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -902,37 +965,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8e260097-80e9-48e2-b188-8c632345243c" + "93054df0-f444-41ff-8099-6237574f0e36" ], "x-ms-correlation-request-id": [ - "6c01d9c9-5345-433d-b46a-ae7c34cec933" + "bb4c1b80-0a67-44e4-9275-65ab5fdf3e4e" ], "x-ms-arm-service-request-id": [ - "8d4f4060-af96-4b8a-8272-e79d3b0c12b1" + "4a15b1e8-b2e8-43f5-9987-8d4b1343f5ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225843Z:6c01d9c9-5345-433d-b46a-ae7c34cec933" + "EASTUS2:20211116T185358Z:bb4c1b80-0a67-44e4-9275-65ab5fdf3e4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:42 GMT" - ], "Content-Length": [ "29" ], @@ -947,15 +1010,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -963,42 +1026,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1c18e78b-5910-45d1-a50c-47ccfac51599\"" + "W/\"0db4af3a-452c-442a-b8a7-4d0a270c2b0e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a1b14c4a-f139-41e1-857d-7748e847c2fb" + "b3d38f79-31a5-47da-9bab-7d72954631b4" ], "x-ms-correlation-request-id": [ - "ae6af639-0858-413c-9975-e8e87193fe04" + "893388ee-7f33-4e7c-9214-f914d651e2bd" ], "x-ms-arm-service-request-id": [ - "52a98037-204f-43f8-a70b-107551c57474" + "fa6f54aa-ce25-4acb-b880-23ba6d1c46f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225843Z:ae6af639-0858-413c-9975-e8e87193fe04" + "EASTUS2:20211116T185358Z:893388ee-7f33-4e7c-9214-f914d651e2bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:42 GMT" - ], "Content-Length": [ - "1323" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1007,25 +1070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218\",\r\n \"etag\": \"W/\\\"1c18e78b-5910-45d1-a50c-47ccfac51599\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1f788cc4-0b8a-4bde-b5d7-a9f47cfe8d9e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9129\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129\",\r\n \"etag\": \"W/\\\"1c18e78b-5910-45d1-a50c-47ccfac51599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9\",\r\n \"etag\": \"W/\\\"0db4af3a-452c-442a-b8a7-4d0a270c2b0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce8e0f7b-2ca2-49d8-8620-6e2fb4517655\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014\",\r\n \"etag\": \"W/\\\"0db4af3a-452c-442a-b8a7-4d0a270c2b0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMTgvc3VibmV0cy9zbjkxMjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkvc3VibmV0cy9zbjEwMTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb922107-a78d-4b8b-b9a3-a02f31216b4d" + "60c43c61-98d4-4358-b495-81333e170a33" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1033,42 +1096,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:53:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1c18e78b-5910-45d1-a50c-47ccfac51599\"" + "W/\"0db4af3a-452c-442a-b8a7-4d0a270c2b0e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "368d55ec-7f11-416e-92fc-fb6c7b429bda" + "c36506e1-04e8-434e-b37e-f6e3349ec983" ], "x-ms-correlation-request-id": [ - "b5d85ec7-cbfd-4066-867f-3ac9a55c4d58" + "49ed67a6-0791-4286-90f3-051e7083f3ac" ], "x-ms-arm-service-request-id": [ - "e2fe12af-3785-44da-ae52-aba480e90747" + "7c5e80d1-a8d3-4efb-9260-ed47c4deb589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225843Z:b5d85ec7-cbfd-4066-867f-3ac9a55c4d58" + "EASTUS2:20211116T185358Z:49ed67a6-0791-4286-90f3-051e7083f3ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:42 GMT" - ], "Content-Length": [ - "523" + "520" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1077,77 +1140,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9129\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129\",\r\n \"etag\": \"W/\\\"1c18e78b-5910-45d1-a50c-47ccfac51599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014\",\r\n \"etag\": \"W/\\\"0db4af3a-452c-442a-b8a7-4d0a270c2b0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9129\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129\"\r\n }\r\n },\r\n \"name\": \"ip538\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014\"\r\n }\r\n },\r\n \"name\": \"ip7644\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dd520fb5-cf22-4f27-ad97-2adb167e4786" + "f9cecda0-645a-4ca5-bbb2-5f8e2b3e2d7b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "745" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2bac7543-e2d7-4d2a-8d55-410b6e8e89d9" + "83aac2c5-edf8-4a47-974c-be6b5183e562" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2bac7543-e2d7-4d2a-8d55-410b6e8e89d9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/83aac2c5-edf8-4a47-974c-be6b5183e562?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6a05d256-92cd-4eab-aee0-9924e6f4d378" + "ca9a8e33-b37f-4e45-bb86-7a177c491b3f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a40eb443-895c-4b45-b4dc-18454a511cb2" + "1a3590e6-6b6b-447e-b88e-f69fc0568ba2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225848Z:6a05d256-92cd-4eab-aee0-9924e6f4d378" + "EASTUS2:20211116T185403Z:ca9a8e33-b37f-4e45-bb86-7a177c491b3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:47 GMT" - ], "Content-Length": [ - "1629" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1156,19 +1219,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7309\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309\",\r\n \"etag\": \"W/\\\"437792d8-8b8e-4605-a779-8339336ddf36\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ba5c0ce5-da4f-4f21-aba7-cef67f5a3531\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309/ipConfigurations/ip538\",\r\n \"etag\": \"W/\\\"437792d8-8b8e-4605-a779-8339336ddf36\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129\"\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\": \"ysghqh2kbppexnoxvh0hz5untg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967\",\r\n \"etag\": \"W/\\\"16686aeb-09ad-40d8-8784-00fcdeca13ed\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0030eda3-6f1f-4cd6-923d-36eebf367f4e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967/ipConfigurations/ip7644\",\r\n \"etag\": \"W/\\\"16686aeb-09ad-40d8-8784-00fcdeca13ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014\"\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\": \"pmhy3tvcftmetbranyx1iulwkf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1176,42 +1239,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"437792d8-8b8e-4605-a779-8339336ddf36\"" + "W/\"16686aeb-09ad-40d8-8784-00fcdeca13ed\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d078eb73-27f6-47fe-885e-4a3d7341a461" + "5b1ca5bc-a4c3-4d43-a5c4-0dedd4788e02" ], "x-ms-correlation-request-id": [ - "4b1f5534-8119-4240-907f-4d8a10f3493d" + "80fb53a9-5b33-46e4-90d3-f0567f15a53b" ], "x-ms-arm-service-request-id": [ - "23b65e2d-3ba6-4ac7-af96-f53ac306a225" + "8d0c1a36-81ed-4ba0-901c-7702c08a23f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225848Z:4b1f5534-8119-4240-907f-4d8a10f3493d" + "EASTUS2:20211116T185403Z:80fb53a9-5b33-46e4-90d3-f0567f15a53b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:47 GMT" - ], "Content-Length": [ - "1629" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1220,25 +1283,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7309\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309\",\r\n \"etag\": \"W/\\\"437792d8-8b8e-4605-a779-8339336ddf36\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ba5c0ce5-da4f-4f21-aba7-cef67f5a3531\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309/ipConfigurations/ip538\",\r\n \"etag\": \"W/\\\"437792d8-8b8e-4605-a779-8339336ddf36\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129\"\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\": \"ysghqh2kbppexnoxvh0hz5untg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967\",\r\n \"etag\": \"W/\\\"16686aeb-09ad-40d8-8784-00fcdeca13ed\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0030eda3-6f1f-4cd6-923d-36eebf367f4e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967/ipConfigurations/ip7644\",\r\n \"etag\": \"W/\\\"16686aeb-09ad-40d8-8784-00fcdeca13ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014\"\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\": \"pmhy3tvcftmetbranyx1iulwkf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cc1030c-6eef-4294-8013-20919616939f" + "73fcaca6-8904-4966-9c25-d997bd5007c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1246,42 +1309,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"437792d8-8b8e-4605-a779-8339336ddf36\"" - ], - "x-ms-request-id": [ - "f647790b-a0f3-44b0-b109-8abb8820dd5f" + "W/\"16686aeb-09ad-40d8-8784-00fcdeca13ed\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d26e24ff-2c32-46f3-b19f-27a7a571d8bd" ], "x-ms-correlation-request-id": [ - "a391e86b-335e-45df-9983-2bf7e6fc6942" + "40d519f6-ba5b-454b-bcd3-a281496f0b09" ], "x-ms-arm-service-request-id": [ - "b9b7d722-156f-497f-a727-d68df8a7bf0d" + "2d6dcad3-2f1b-4097-9457-7f216a6b8bb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225848Z:a391e86b-335e-45df-9983-2bf7e6fc6942" + "EASTUS2:20211116T185404Z:40d519f6-ba5b-454b-bcd3-a281496f0b09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:47 GMT" - ], "Content-Length": [ - "1629" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1290,26 +1353,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7309\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309\",\r\n \"etag\": \"W/\\\"437792d8-8b8e-4605-a779-8339336ddf36\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ba5c0ce5-da4f-4f21-aba7-cef67f5a3531\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309/ipConfigurations/ip538\",\r\n \"etag\": \"W/\\\"437792d8-8b8e-4605-a779-8339336ddf36\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn8218/subnets/sn9129\"\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\": \"ysghqh2kbppexnoxvh0hz5untg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967\",\r\n \"etag\": \"W/\\\"16686aeb-09ad-40d8-8784-00fcdeca13ed\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0030eda3-6f1f-4cd6-923d-36eebf367f4e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967/ipConfigurations/ip7644\",\r\n \"etag\": \"W/\\\"16686aeb-09ad-40d8-8784-00fcdeca13ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn9/subnets/sn1014\"\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\": \"pmhy3tvcftmetbranyx1iulwkf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/as8355?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4MzU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/as9627?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NjI3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5758227d-4d0f-4e2c-a920-6678bdfba2f9" + "f288f53e-2b07-4905-9119-0d5052690970" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1322,37 +1385,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "772735ef-592b-45fd-9e24-e0d5527a1eb6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "826adc13-c3a4-4f96-b7cb-17b1717417c9" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "fee0d027-0b0f-458f-9873-8ce3e6e27302" + "17f24b0d-6faf-4126-b7b5-f858dbfb4624" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225858Z:fee0d027-0b0f-458f-9873-8ce3e6e27302" + "EASTUS2:20211116T185413Z:17f24b0d-6faf-4126-b7b5-f858dbfb4624" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:58:58 GMT" - ], "Content-Length": [ "444" ], @@ -1363,26 +1426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8355\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/as8355\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9627\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/as9627\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/as8355?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4MzU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/as9627?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NjI3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5069d4ef-801f-46dc-85e0-f7b2eaeac7ee" + "881124ed-c69a-41d5-9a1a-a6254f334b7b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1395,37 +1458,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03ec0731-c73a-459a-bcdc-b93a75cc3ec3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6704be7b-9e78-4643-b01a-d6e534fe57f5" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-correlation-request-id": [ - "bbccff32-30a6-433b-bf75-831b09ac6aed" + "b610cf7b-8f56-4d63-b2c2-64a5aedba0c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225927Z:bbccff32-30a6-433b-bf75-831b09ac6aed" + "EASTUS2:20211116T185438Z:b610cf7b-8f56-4d63-b2c2-64a5aedba0c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:27 GMT" - ], "Content-Length": [ "444" ], @@ -1436,80 +1499,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8355\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/as8355\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9627\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/as9627\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm146?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm3101?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMxMDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"encryptionSettings\": {\r\n \"diskEncryptionKey\": {\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\",\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n }\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7739.blob.core.windows.net/crptestar8008/oscrptestar3548.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/as8355\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"encryptionSettings\": {\r\n \"diskEncryptionKey\": {\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\",\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n }\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4577.blob.core.windows.net/crptestar3416/oscrptestar417.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/as9627\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "80b29a87-74e6-4ecf-816c-649ce221a063" + "107ceda2-7b66-4810-a0ba-235872206a36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1614" + "1613" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9dc578ee-dbcb-4d93-9106-776a44d1e4d0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/05087aa0-240d-428d-be03-8ba7a421190f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9dc578ee-dbcb-4d93-9106-776a44d1e4d0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "05087aa0-240d-428d-be03-8ba7a421190f" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "33cd616d-c56e-48da-918e-d84d9827041e" + "625a56ec-8a23-4734-bc99-014fc972d610" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225906Z:33cd616d-c56e-48da-918e-d84d9827041e" + "EASTUS2:20211116T185417Z:625a56ec-8a23-4734-bc99-014fc972d610" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:06 GMT" - ], "Content-Length": [ - "2446" + "2447" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1518,65 +1581,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm146\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe32bd7a-58bd-4836-b80f-2acd2a6252f4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/AS8355\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7739.blob.core.windows.net/crptestar8008/oscrptestar3548.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3101\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm3101\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"17e320b6-eed0-42bb-8169-eab5f8576cdd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/AS9627\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4577.blob.core.windows.net/crptestar3416/oscrptestar417.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm146?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm3101?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMxMDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3709020-a617-4b1c-b8d1-ea7bbffb5b47" + "09c80c26-a326-4e84-bf94-30d1e1c89aa6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "028d97d1-705f-45c4-88fc-3386ecfdb876" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e98203fb-865c-4ea4-aec3-564926fc5c1f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "8acd5a49-c656-4683-853f-22327cc44675" + "68964778-3d49-48df-aa78-6aa46f4ec260" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225906Z:8acd5a49-c656-4683-853f-22327cc44675" + "EASTUS2:20211116T185417Z:68964778-3d49-48df-aa78-6aa46f4ec260" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:06 GMT" - ], "Content-Length": [ - "2444" + "2445" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1585,25 +1648,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm146\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fe32bd7a-58bd-4836-b80f-2acd2a6252f4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/AS8355\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7739.blob.core.windows.net/crptestar8008/oscrptestar3548.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic7309\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3101\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm3101\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"17e320b6-eed0-42bb-8169-eab5f8576cdd\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/AS9627\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4577.blob.core.windows.net/crptestar3416/oscrptestar417.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic2967\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip7788?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip9998?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk5OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3864\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3830\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "515b46db-78b4-4338-a2af-28c6b5853a09" + "e5be6ab1-3f37-47e3-bb5b-bf810bcdd319" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1617,46 +1680,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:23 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aedcd20f-618d-4f9d-8a9f-d11f52cb8f35" + "78cfb9fa-4246-42d2-9260-543b3ab71dc4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aedcd20f-618d-4f9d-8a9f-d11f52cb8f35?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/78cfb9fa-4246-42d2-9260-543b3ab71dc4?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6bf51c79-0a80-42a1-9763-31ad4b26f572" + "b7668cf1-4405-483c-9df4-1de2328d6e17" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "28be3904-a02a-4b9f-b627-8ed35e4a32b6" + "e0fe4c51-b8e2-445b-a3aa-99d24105f6bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225911Z:6bf51c79-0a80-42a1-9763-31ad4b26f572" + "EASTUS2:20211116T185423Z:b7668cf1-4405-483c-9df4-1de2328d6e17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:11 GMT" - ], "Content-Length": [ "769" ], @@ -1667,19 +1730,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7788\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip7788\",\r\n \"etag\": \"W/\\\"a9b365f0-460b-4bf1-88e8-abcee5aaf339\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b08f93a6-6e5c-4b14-881e-61b98418d5cc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3864\",\r\n \"fqdn\": \"dn3864.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9998\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip9998\",\r\n \"etag\": \"W/\\\"1e0bd728-af9d-4dcf-8b63-92d90bf6a45c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d5f1cc22-e390-4d52-8548-e2d02f296ba0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3830\",\r\n \"fqdn\": \"dn3830.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aedcd20f-618d-4f9d-8a9f-d11f52cb8f35?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlZGNkMjBmLTYxOGQtNGY5ZC04YTlmLWQxMWY1MmNiOGYzNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/78cfb9fa-4246-42d2-9260-543b3ab71dc4?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc4Y2ZiOWZhLTQyNDYtNDJkMi05MjYwLTU0M2IzYWI3MWRjND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1687,37 +1750,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:24 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "334b30c7-ef39-47fa-8af2-740b36cc1c3a" + "644632da-c97b-41bd-8640-8c0f176cd793" ], "x-ms-correlation-request-id": [ - "f1ac221a-d48a-4cf1-89ca-31f275452238" + "231a1b09-11fe-43d3-9ad3-fb94a750d3c9" ], "x-ms-arm-service-request-id": [ - "7c95eb18-4b28-4c56-a4d6-7ccfa0ef2a6a" + "7a7d3175-54cc-44d5-80e4-e9f52088d889" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T185424Z:231a1b09-11fe-43d3-9ad3-fb94a750d3c9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/78cfb9fa-4246-42d2-9260-543b3ab71dc4?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc4Y2ZiOWZhLTQyNDYtNDJkMi05MjYwLTU0M2IzYWI3MWRjND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 18:54:26 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "82a83c6b-8d3d-4ca2-93e8-c38153153fe5" + ], + "x-ms-correlation-request-id": [ + "629af1b3-3abb-4a97-80b9-b35cb80ffbb1" + ], + "x-ms-arm-service-request-id": [ + "7064ce61-6ddf-427a-8855-3d6658bf8946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225913Z:f1ac221a-d48a-4cf1-89ca-31f275452238" + "EASTUS2:20211116T185426Z:629af1b3-3abb-4a97-80b9-b35cb80ffbb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:12 GMT" - ], "Content-Length": [ "29" ], @@ -1732,15 +1859,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip7788?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip9998?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk5OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1748,40 +1875,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94e9a5b7-dcb3-42cd-b7f1-7c0d62bdfdc2\"" + "W/\"37d652a3-cddb-4a2c-b214-dca2c2205e5a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cf4e1dd7-7e62-4854-9190-e709f61ab756" + "a77c95e3-0d32-42fa-8910-276e15bc64d5" ], "x-ms-correlation-request-id": [ - "81f61299-caa9-4cf8-88f1-690f64259578" + "6d2709ac-27a7-47e5-bed1-e3a2cd8cf76a" ], "x-ms-arm-service-request-id": [ - "5a4895b2-f0c8-4fe8-9c3b-6c70d85ea73d" + "239ce73c-0913-471c-877b-1ac9cb64e1eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225913Z:81f61299-caa9-4cf8-88f1-690f64259578" + "EASTUS2:20211116T185426Z:6d2709ac-27a7-47e5-bed1-e3a2cd8cf76a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:13 GMT" - ], "Content-Length": [ "770" ], @@ -1792,25 +1919,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7788\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip7788\",\r\n \"etag\": \"W/\\\"94e9a5b7-dcb3-42cd-b7f1-7c0d62bdfdc2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b08f93a6-6e5c-4b14-881e-61b98418d5cc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3864\",\r\n \"fqdn\": \"dn3864.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9998\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip9998\",\r\n \"etag\": \"W/\\\"37d652a3-cddb-4a2c-b214-dca2c2205e5a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d5f1cc22-e390-4d52-8548-e2d02f296ba0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3830\",\r\n \"fqdn\": \"dn3830.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip7788?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3ODg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip9998?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk5OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9cdac00-1cac-4437-9dd9-da464d1fb75f" + "64f0f98c-5a5c-4933-b0e6-e4cb40d5b90a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1818,40 +1945,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94e9a5b7-dcb3-42cd-b7f1-7c0d62bdfdc2\"" + "W/\"37d652a3-cddb-4a2c-b214-dca2c2205e5a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "256a6cf8-58ca-4acf-b94b-0a3707ea6588" + "9b80c0d9-efe3-4f7f-8f17-9af3f4acbee3" ], "x-ms-correlation-request-id": [ - "7b89d937-4e23-44a8-8d14-fb47d1b9db0f" + "dc186f80-f54a-4de2-b014-704a3e4366f7" ], "x-ms-arm-service-request-id": [ - "647aa882-b2e6-4c48-a70f-7ad6599d87df" + "99fec418-0a5b-4496-9908-7adb63e2c564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225913Z:7b89d937-4e23-44a8-8d14-fb47d1b9db0f" + "EASTUS2:20211116T185427Z:dc186f80-f54a-4de2-b014-704a3e4366f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:13 GMT" - ], "Content-Length": [ "770" ], @@ -1862,25 +1989,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7788\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/publicIPAddresses/pip7788\",\r\n \"etag\": \"W/\\\"94e9a5b7-dcb3-42cd-b7f1-7c0d62bdfdc2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b08f93a6-6e5c-4b14-881e-61b98418d5cc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3864\",\r\n \"fqdn\": \"dn3864.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9998\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/publicIPAddresses/pip9998\",\r\n \"etag\": \"W/\\\"37d652a3-cddb-4a2c-b214-dca2c2205e5a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d5f1cc22-e390-4d52-8548-e2d02f296ba0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3830\",\r\n \"fqdn\": \"dn3830.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYxNzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7789\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3856\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9b48cacb-33ab-45e6-9842-8c1593576869" + "de065865-3121-4add-b69f-14f851f688cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1894,46 +2021,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c57f3678-512f-49d3-bfa4-66288c5f9f6c" + "91a79da5-0517-46d0-a6e4-0aae39190edf" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c57f3678-512f-49d3-bfa4-66288c5f9f6c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/91a79da5-0517-46d0-a6e4-0aae39190edf?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b1fe7513-8104-4130-9d13-f9e62af7306a" + "122229f3-77b2-436d-a175-4f88dea25a68" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8529c2d5-0c53-4830-a47f-1f10c0ed3e2f" + "447a9564-c9f6-4103-a31c-c99d0bc89dcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225917Z:b1fe7513-8104-4130-9d13-f9e62af7306a" + "EASTUS2:20211116T185430Z:122229f3-77b2-436d-a175-4f88dea25a68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:16 GMT" - ], "Content-Length": [ "1321" ], @@ -1944,19 +2071,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6177\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177\",\r\n \"etag\": \"W/\\\"7b3132ea-f2f7-41ff-80e5-5345e42c6b03\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"43a6a5c4-5149-4c69-8b5c-f8b4ff72e809\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7789\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789\",\r\n \"etag\": \"W/\\\"7b3132ea-f2f7-41ff-80e5-5345e42c6b03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693\",\r\n \"etag\": \"W/\\\"aa5574c9-fbe8-4cbd-b6e6-06388a53e4d9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"03cd1752-be60-4081-b261-fc86f7aae96f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856\",\r\n \"etag\": \"W/\\\"aa5574c9-fbe8-4cbd-b6e6-06388a53e4d9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c57f3678-512f-49d3-bfa4-66288c5f9f6c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1N2YzNjc4LTUxMmYtNDlkMy1iZmE0LTY2Mjg4YzVmOWY2Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/91a79da5-0517-46d0-a6e4-0aae39190edf?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxYTc5ZGE1LTA1MTctNDZkMC1hNmU0LTBhYWUzOTE5MGVkZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1964,37 +2091,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "406ce70a-a10b-4c51-95de-cee3260aeddd" + "cf0eb0c1-7133-407c-a8cc-7b9292e2185e" ], "x-ms-correlation-request-id": [ - "a1a3169d-5705-4d2f-92d2-6c446d142cbc" + "31f9184b-3650-44c2-9c9e-95bd7ad1973d" ], "x-ms-arm-service-request-id": [ - "e51448d9-d557-443a-87ab-bcb02433c474" + "12f3b1dd-edb1-4b4e-8704-bb763c8e5c48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225921Z:a1a3169d-5705-4d2f-92d2-6c446d142cbc" + "EASTUS2:20211116T185433Z:31f9184b-3650-44c2-9c9e-95bd7ad1973d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:20 GMT" - ], "Content-Length": [ "29" ], @@ -2009,15 +2136,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYxNzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2025,40 +2152,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5c533f42-7bb5-41ae-aa89-88d760b0f81d\"" + "W/\"5aa7f5a2-df4d-4391-a094-c63d20e326f2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6590ceda-178c-4d0b-bd1f-a5c985a4534c" + "247aa177-f4dd-49cb-a2d6-95b882b4c256" ], "x-ms-correlation-request-id": [ - "af928cdc-3992-4296-9f70-09d34927122a" + "f2810e0c-bc78-44a0-840a-7a8126cd7b2a" ], "x-ms-arm-service-request-id": [ - "2d4ac970-ce7f-454a-b5c6-8ddef6880d05" + "18aedc9f-1876-4377-a386-652f0b8c5ec1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225921Z:af928cdc-3992-4296-9f70-09d34927122a" + "EASTUS2:20211116T185433Z:f2810e0c-bc78-44a0-840a-7a8126cd7b2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:20 GMT" - ], "Content-Length": [ "1323" ], @@ -2069,25 +2196,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6177\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177\",\r\n \"etag\": \"W/\\\"5c533f42-7bb5-41ae-aa89-88d760b0f81d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"43a6a5c4-5149-4c69-8b5c-f8b4ff72e809\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7789\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789\",\r\n \"etag\": \"W/\\\"5c533f42-7bb5-41ae-aa89-88d760b0f81d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693\",\r\n \"etag\": \"W/\\\"5aa7f5a2-df4d-4391-a094-c63d20e326f2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03cd1752-be60-4081-b261-fc86f7aae96f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856\",\r\n \"etag\": \"W/\\\"5aa7f5a2-df4d-4391-a094-c63d20e326f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYxNzcvc3VibmV0cy9zbjc3ODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2OTMvc3VibmV0cy9zbjM4NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5800240c-9dd2-4acb-ac98-1e3712ff72be" + "149f15f7-6bb1-446b-a5e3-2728e7606491" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2095,40 +2222,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5c533f42-7bb5-41ae-aa89-88d760b0f81d\"" + "W/\"5aa7f5a2-df4d-4391-a094-c63d20e326f2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5a1ee66d-8027-493b-b1d9-dbc160b344c1" + "b21ecc09-190f-44b5-91b6-aebf9d12a9ff" ], "x-ms-correlation-request-id": [ - "7b04858a-fe39-47f2-b860-658c0a30f15c" + "94b58a2e-0988-46aa-9f36-3be83ecfaf82" ], "x-ms-arm-service-request-id": [ - "beee7827-508e-4d82-8847-f637cbc7a19d" + "1bf9873a-1a40-47c2-9707-3cffd4673eff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225921Z:7b04858a-fe39-47f2-b860-658c0a30f15c" + "EASTUS2:20211116T185434Z:94b58a2e-0988-46aa-9f36-3be83ecfaf82" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:21 GMT" - ], "Content-Length": [ "523" ], @@ -2139,25 +2266,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7789\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789\",\r\n \"etag\": \"W/\\\"5c533f42-7bb5-41ae-aa89-88d760b0f81d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856\",\r\n \"etag\": \"W/\\\"5aa7f5a2-df4d-4391-a094-c63d20e326f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwMjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7789\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789\"\r\n }\r\n },\r\n \"name\": \"ip3759\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856\"\r\n }\r\n },\r\n \"name\": \"ip5536\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2bb0292b-7bcb-4cf0-b281-01ebef046576" + "f6d76dc6-55a8-48dc-9a55-31ce9b421032" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2171,43 +2298,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a8197fc8-04ac-4712-bcbb-d42ec6e8b1ff" + "20f5269a-e438-431f-83f8-e4ee1efc63a5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a8197fc8-04ac-4712-bcbb-d42ec6e8b1ff?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/20f5269a-e438-431f-83f8-e4ee1efc63a5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "170f375d-4f18-4157-b814-20c9ef2001f7" + "66146a34-83dd-4a2e-81f8-6c8139d5cc3a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "79f19853-ad00-4d10-90ea-eec772fd6cb2" + "8f432b0b-de3c-4330-a871-21d8a6ce6093" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225925Z:170f375d-4f18-4157-b814-20c9ef2001f7" + "EASTUS2:20211116T185437Z:66146a34-83dd-4a2e-81f8-6c8139d5cc3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:25 GMT" - ], "Content-Length": [ "1631" ], @@ -2218,19 +2345,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547\",\r\n \"etag\": \"W/\\\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36553724-464d-4a18-86eb-5dfb828266c5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547/ipConfigurations/ip3759\",\r\n \"etag\": \"W/\\\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789\"\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\": \"yss0mq0jkfuuzc025c0p42xibb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6026\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026\",\r\n \"etag\": \"W/\\\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"463f579e-6ae0-4bc6-a09b-aab1929f4d65\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5536\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026/ipConfigurations/ip5536\",\r\n \"etag\": \"W/\\\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856\"\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\": \"kil20a1ax0aubmtb5sdppkxjnh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwMjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2238,40 +2365,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\"" + "W/\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "58f6007c-24ba-4599-8647-8c4667786a45" + "e2a7723d-101f-4f1b-a3b4-6d753bc7a9e6" ], "x-ms-correlation-request-id": [ - "b3b40075-e2dc-4a9a-b4b7-993670812044" + "70708730-92b0-4dad-b9cc-673bc5d594ba" ], "x-ms-arm-service-request-id": [ - "9842dd6b-23d4-4f6e-a253-1636c9ab4192" + "f45d9c02-a272-4a0d-832d-2bd2d6c81668" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225926Z:b3b40075-e2dc-4a9a-b4b7-993670812044" + "EASTUS2:20211116T185437Z:70708730-92b0-4dad-b9cc-673bc5d594ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:25 GMT" - ], "Content-Length": [ "1631" ], @@ -2282,25 +2409,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547\",\r\n \"etag\": \"W/\\\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36553724-464d-4a18-86eb-5dfb828266c5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547/ipConfigurations/ip3759\",\r\n \"etag\": \"W/\\\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789\"\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\": \"yss0mq0jkfuuzc025c0p42xibb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6026\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026\",\r\n \"etag\": \"W/\\\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"463f579e-6ae0-4bc6-a09b-aab1929f4d65\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5536\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026/ipConfigurations/ip5536\",\r\n \"etag\": \"W/\\\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856\"\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\": \"kil20a1ax0aubmtb5sdppkxjnh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwMjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f61e6ce8-ea75-4018-b247-427ce7fcec52" + "fd5935bd-5c53-4686-8c8d-97130b7853b3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2308,40 +2435,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\"" + "W/\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4efb0d19-ed71-4a2b-8b2f-0f9e8e5dbc9a" + "ca5339e6-8d1d-4477-9dcc-ac5e2162ff12" ], "x-ms-correlation-request-id": [ - "4e42766b-0f35-4d46-a3a7-7dc3245072af" + "986bbfc1-fb8f-487c-9628-4cf172bae2df" ], "x-ms-arm-service-request-id": [ - "cbe1e553-83f9-483c-8128-dd436e2d1e83" + "ab7345f5-5e14-4a1a-bdaa-e57464782d24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225926Z:4e42766b-0f35-4d46-a3a7-7dc3245072af" + "EASTUS2:20211116T185437Z:986bbfc1-fb8f-487c-9628-4cf172bae2df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:26 GMT" - ], "Content-Length": [ "1631" ], @@ -2352,26 +2479,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547\",\r\n \"etag\": \"W/\\\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36553724-464d-4a18-86eb-5dfb828266c5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547/ipConfigurations/ip3759\",\r\n \"etag\": \"W/\\\"3f3587d3-347b-4d0d-a613-bc4e177a1e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/virtualNetworks/vn6177/subnets/sn7789\"\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\": \"yss0mq0jkfuuzc025c0p42xibb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6026\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026\",\r\n \"etag\": \"W/\\\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"463f579e-6ae0-4bc6-a09b-aab1929f4d65\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5536\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026/ipConfigurations/ip5536\",\r\n \"etag\": \"W/\\\"b1d100d5-bd7f-40b2-bd44-aa7db451b4bd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/virtualNetworks/vn3693/subnets/sn3856\"\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\": \"kil20a1ax0aubmtb5sdppkxjnh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm4455?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm5769?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU3Njk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"encryptionSettings\": {\r\n \"diskEncryptionKey\": {\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\",\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n }\r\n },\r\n \"keyEncryptionKey\": {\r\n \"keyUrl\": \"https://testvault123.vault.azure.net/keys/TestKey/514ceb769c984379a7e0230bdd703272\",\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n }\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7739.blob.core.windows.net/crptestar5634/oscrptestar8184.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/as8355\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"encryptionSettings\": {\r\n \"diskEncryptionKey\": {\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\",\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n }\r\n },\r\n \"keyEncryptionKey\": {\r\n \"keyUrl\": \"https://testvault123.vault.azure.net/keys/TestKey/514ceb769c984379a7e0230bdd703272\",\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n }\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4577.blob.core.windows.net/crptestar9266/oscrptestar8082.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/as9627\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4a4a0ca-db58-4004-892b-b1d018755f0f" + "cf8642b2-0cfe-4965-9aba-f5463e7deedd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2384,46 +2511,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2d0f67bd-3163-4a73-a490-36b3cf9a2857?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/cd4a723e-4a3b-4dba-adf9-cb4c41e69685?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;236,Microsoft.Compute/PutVM30Min;1196" + "Microsoft.Compute/PutVM3Min;236,Microsoft.Compute/PutVM30Min;1192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2d0f67bd-3163-4a73-a490-36b3cf9a2857" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cd4a723e-4a3b-4dba-adf9-cb4c41e69685" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-correlation-request-id": [ - "9eca6e65-ea88-41fb-a77e-cecd69eeb27e" + "ec689589-d47d-435c-8b4e-390a63f57965" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225932Z:9eca6e65-ea88-41fb-a77e-cecd69eeb27e" + "EASTUS2:20211116T185442Z:ec689589-d47d-435c-8b4e-390a63f57965" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:32 GMT" - ], "Content-Length": [ "2796" ], @@ -2434,63 +2561,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4455\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm4455\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8390224a-04cf-4012-bf45-2282ca367701\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/AS8355\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n },\r\n \"keyEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"keyUrl\": \"https://testvault123.vault.azure.net/keys/TestKey/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7739.blob.core.windows.net/crptestar5634/oscrptestar8184.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5769\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm5769\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"87602b11-780e-422f-9171-be4686a4dd3c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/AS9627\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n },\r\n \"keyEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"keyUrl\": \"https://testvault123.vault.azure.net/keys/TestKey/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4577.blob.core.windows.net/crptestar9266/oscrptestar8082.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm4455?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm5769?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU3Njk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25895b51-106c-478b-af85-5e3fe10fe7aa" + "c9b9a73c-7a6c-499c-a502-82d7f7d0dfd3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d978ed2e-1e2f-45f8-aa62-08f6f7bbf926" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f28a2d43-c503-440c-b62b-d833e7bdc570" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "b89234f4-0c32-4c33-95ad-dfba367eef5d" + "d5aea12d-4efb-4027-ab14-370e7014ecc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225932Z:b89234f4-0c32-4c33-95ad-dfba367eef5d" + "EASTUS2:20211116T185442Z:d5aea12d-4efb-4027-ab14-370e7014ecc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:32 GMT" - ], "Content-Length": [ "2794" ], @@ -2501,133 +2628,133 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4455\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm4455\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8390224a-04cf-4012-bf45-2282ca367701\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/availabilitySets/AS8355\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n },\r\n \"keyEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"keyUrl\": \"https://testvault123.vault.azure.net/keys/TestKey/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7739.blob.core.windows.net/crptestar5634/oscrptestar8184.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Network/networkInterfaces/nic3547\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5769\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm5769\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"87602b11-780e-422f-9171-be4686a4dd3c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/availabilitySets/AS9627\"\r\n },\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\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"encryptionSettings\": {\r\n \"enabled\": true,\r\n \"diskEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"secretUrl\": \"https://testvault123.vault.azure.net/secrets/Test1/514ceb769c984379a7e0230bdd703272\"\r\n },\r\n \"keyEncryptionKey\": {\r\n \"sourceVault\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RgTest1/providers/Microsoft.KeyVault/vaults/TestVault123\"\r\n },\r\n \"keyUrl\": \"https://testvault123.vault.azure.net/keys/TestKey/514ceb769c984379a7e0230bdd703272\"\r\n }\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4577.blob.core.windows.net/crptestar9266/oscrptestar8082.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Network/networkInterfaces/nic6026\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm146?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm3101?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMxMDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c418433-b48a-4a68-8b4d-7365b1344643" + "e831c759-62c3-44f3-b3e9-d9e2117317e4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/32bacb33-8f66-4bde-af7e-afdfcab2c889?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23a5c185-e3f6-4b9a-8c83-9bafcc591488?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/32bacb33-8f66-4bde-af7e-afdfcab2c889?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23a5c185-e3f6-4b9a-8c83-9bafcc591488?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32bacb33-8f66-4bde-af7e-afdfcab2c889" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "23a5c185-e3f6-4b9a-8c83-9bafcc591488" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "eb2f7ae1-5832-4a4f-912d-18d5291a9fd4" + "f133a767-50ab-4fa7-bc8e-20abece2fe05" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225933Z:eb2f7ae1-5832-4a4f-912d-18d5291a9fd4" + "EASTUS2:20211116T185444Z:f133a767-50ab-4fa7-bc8e-20abece2fe05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/32bacb33-8f66-4bde-af7e-afdfcab2c889?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMyYmFjYjMzLThmNjYtNGJkZS1hZjdlLWFmZGZjYWIyYzg4OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23a5c185-e3f6-4b9a-8c83-9bafcc591488?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzYTVjMTg1LWUzZjYtNGI5YS04YzgzLTliYWZjYzU5MTQ4OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5c03b980-a819-486e-ab63-7b54a8d2cf7b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d6ab762f-0ac6-4e51-829f-4cd0c36fa3e5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "6fbf0be6-2709-4d9c-83c6-dccca65c2bf2" + "e0995fb2-d547-4e16-8a22-e8f00085fa33" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225943Z:6fbf0be6-2709-4d9c-83c6-dccca65c2bf2" + "EASTUS2:20211116T185454Z:e0995fb2-d547-4e16-8a22-e8f00085fa33" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:43 GMT" - ], "Content-Length": [ "184" ], @@ -2638,191 +2765,191 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:59:33.0823306+00:00\",\r\n \"endTime\": \"2021-06-28T22:59:33.3791708+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"32bacb33-8f66-4bde-af7e-afdfcab2c889\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:54:43.8685664+00:00\",\r\n \"endTime\": \"2021-11-16T18:54:44.1498062+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"23a5c185-e3f6-4b9a-8c83-9bafcc591488\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/32bacb33-8f66-4bde-af7e-afdfcab2c889?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMyYmFjYjMzLThmNjYtNGJkZS1hZjdlLWFmZGZjYWIyYzg4OT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23a5c185-e3f6-4b9a-8c83-9bafcc591488?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzYTVjMTg1LWUzZjYtNGI5YS04YzgzLTliYWZjYzU5MTQ4OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eccb8aab-87ea-45b4-af18-6d02dcb0be17" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "71ac9239-6a41-40ee-8007-02d4347e1d8e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "045ad2e8-8801-4f84-a9c7-7ef9e9543a23" + "9be59c8c-967a-44dc-8a83-e1ea2e8679aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225943Z:045ad2e8-8801-4f84-a9c7-7ef9e9543a23" + "EASTUS2:20211116T185454Z:9be59c8c-967a-44dc-8a83-e1ea2e8679aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2057/providers/Microsoft.Compute/virtualMachines/vm4455?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3222/providers/Microsoft.Compute/virtualMachines/vm5769?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU3Njk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae37e5bc-3691-4d5a-89ad-81159bc43f79" + "2070bc56-5288-4999-bb77-5bfd190c125f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:54:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f98ba3d0-40d6-40c0-8d39-f0058025c8ec?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8c470137-9f9e-46e6-9aa0-4329b9febe93?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f98ba3d0-40d6-40c0-8d39-f0058025c8ec?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8c470137-9f9e-46e6-9aa0-4329b9febe93?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1198" + "Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f98ba3d0-40d6-40c0-8d39-f0058025c8ec" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8c470137-9f9e-46e6-9aa0-4329b9febe93" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "ec422693-f128-463c-a234-357bf7461a8c" + "fc169015-f4dc-4c6c-91d9-92d9c4fb9f8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225944Z:ec422693-f128-463c-a234-357bf7461a8c" + "EASTUS2:20211116T185455Z:fc169015-f4dc-4c6c-91d9-92d9c4fb9f8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f98ba3d0-40d6-40c0-8d39-f0058025c8ec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y5OGJhM2QwLTQwZDYtNDBjMC04ZDM5LWYwMDU4MDI1YzhlYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8c470137-9f9e-46e6-9aa0-4329b9febe93?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjNDcwMTM3LTlmOWUtNDZlNi05YWEwLTQzMjliOWZlYmU5Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:55:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d80f7faa-426a-4fd1-8c40-b50af19b70cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8dfee4a3-c48d-4bfe-b597-be55ce726d50" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "fb35c089-0a07-4961-b5ed-2c7e545e64b1" + "ccfd25c9-d73c-4cac-83d0-10f3880061ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225954Z:fb35c089-0a07-4961-b5ed-2c7e545e64b1" + "EASTUS2:20211116T185505Z:ccfd25c9-d73c-4cac-83d0-10f3880061ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:53 GMT" - ], "Content-Length": [ "184" ], @@ -2833,83 +2960,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T22:59:44.1291321+00:00\",\r\n \"endTime\": \"2021-06-28T22:59:44.3166342+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f98ba3d0-40d6-40c0-8d39-f0058025c8ec\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T18:54:54.9778079+00:00\",\r\n \"endTime\": \"2021-11-16T18:54:55.2278458+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8c470137-9f9e-46e6-9aa0-4329b9febe93\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f98ba3d0-40d6-40c0-8d39-f0058025c8ec?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y5OGJhM2QwLTQwZDYtNDBjMC04ZDM5LWYwMDU4MDI1YzhlYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8c470137-9f9e-46e6-9aa0-4329b9febe93?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjNDcwMTM3LTlmOWUtNDZlNi05YWEwLTQzMjliOWZlYmU5Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:55:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d0c857c5-27c0-48f7-9b60-29e948f93537" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "581e0d22-051e-40d6-a0e4-58420f3b307c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "fd39ba96-53f0-4973-9bba-c6917b984cb9" + "7ce6fe22-b839-44a8-9a85-b3426883949c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225954Z:fd39ba96-53f0-4973-9bba-c6917b984cb9" + "EASTUS2:20211116T185505Z:7ce6fe22-b839-44a8-9a85-b3426883949c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2057?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3222?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d50e849-09ad-46bb-9198-38154c30ff90" + "838ed466-b86b-4872-b3b8-a5a405428526" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2917,26 +3044,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:55:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-request-id": [ - "11e1e4c1-1c0a-4848-a9d6-6a9c4da9d0ff" + "994cd5f9-455c-4d7c-89f3-33538360123d" ], "x-ms-correlation-request-id": [ - "11e1e4c1-1c0a-4848-a9d6-6a9c4da9d0ff" + "994cd5f9-455c-4d7c-89f3-33538360123d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T225959Z:11e1e4c1-1c0a-4848-a9d6-6a9c4da9d0ff" + "EASTUS2:20211116T185508Z:994cd5f9-455c-4d7c-89f3-33538360123d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2944,86 +3074,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 22:59:59 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURVM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "55f6b2f1-76aa-4f72-941e-8e8c7e638120" - ], - "x-ms-correlation-request-id": [ - "55f6b2f1-76aa-4f72-941e-8e8c7e638120" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T230015Z:55f6b2f1-76aa-4f72-941e-8e8c7e638120" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:00:14 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURVM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3031,26 +3101,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:55:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11976" ], "x-ms-request-id": [ - "b572b5c0-89f0-42cb-ae4e-e67fcc72404a" + "40681780-4a6a-47ed-9598-ff86879ff8c3" ], "x-ms-correlation-request-id": [ - "b572b5c0-89f0-42cb-ae4e-e67fcc72404a" + "40681780-4a6a-47ed-9598-ff86879ff8c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230030Z:b572b5c0-89f0-42cb-ae4e-e67fcc72404a" + "EASTUS2:20211116T185524Z:40681780-4a6a-47ed-9598-ff86879ff8c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3058,29 +3131,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:00:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURVM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3088,26 +3158,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:55:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11975" ], "x-ms-request-id": [ - "34cf18be-f926-4c14-a933-6d804cf66b93" + "b9c02d93-4cb9-4d98-8771-77361aefd199" ], "x-ms-correlation-request-id": [ - "34cf18be-f926-4c14-a933-6d804cf66b93" + "b9c02d93-4cb9-4d98-8771-77361aefd199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230046Z:34cf18be-f926-4c14-a933-6d804cf66b93" + "EASTUS2:20211116T185539Z:b9c02d93-4cb9-4d98-8771-77361aefd199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3115,29 +3188,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:00:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURVM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3145,26 +3215,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:55:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11974" ], "x-ms-request-id": [ - "151921b9-abbe-42f7-92e1-11cca1def64d" + "8bdde755-d82c-4628-bfed-6c3591c025bd" ], "x-ms-correlation-request-id": [ - "151921b9-abbe-42f7-92e1-11cca1def64d" + "8bdde755-d82c-4628-bfed-6c3591c025bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230101Z:151921b9-abbe-42f7-92e1-11cca1def64d" + "EASTUS2:20211116T185555Z:8bdde755-d82c-4628-bfed-6c3591c025bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3172,29 +3245,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:01:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURVM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3202,26 +3272,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:56:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11973" ], "x-ms-request-id": [ - "1cdcd635-e96b-4e91-ac75-543459b7ac9f" + "5e8f19f1-1c99-412d-911f-2d775d6db809" ], "x-ms-correlation-request-id": [ - "1cdcd635-e96b-4e91-ac75-543459b7ac9f" + "5e8f19f1-1c99-412d-911f-2d775d6db809" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230117Z:1cdcd635-e96b-4e91-ac75-543459b7ac9f" + "EASTUS2:20211116T185610Z:5e8f19f1-1c99-412d-911f-2d775d6db809" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3229,29 +3302,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:01:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURVM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3259,20 +3329,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:56:25 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11972" ], "x-ms-request-id": [ - "e0603a92-4bf9-4d27-a371-e27a95a1b640" + "ff016cf7-f1a9-4c60-ad1e-3668594feda8" ], "x-ms-correlation-request-id": [ - "e0603a92-4bf9-4d27-a371-e27a95a1b640" + "ff016cf7-f1a9-4c60-ad1e-3668594feda8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230132Z:e0603a92-4bf9-4d27-a371-e27a95a1b640" + "EASTUS2:20211116T185626Z:ff016cf7-f1a9-4c60-ad1e-3668594feda8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3280,29 +3353,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:01:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDU3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURVM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3310,20 +3380,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:56:25 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11971" ], "x-ms-request-id": [ - "fff5c5f4-255c-4e4a-a50b-f1c09c9b8ec4" + "61a61dd8-9cbe-44a5-8e0f-c99ae73b863c" ], "x-ms-correlation-request-id": [ - "fff5c5f4-255c-4e4a-a50b-f1c09c9b8ec4" + "61a61dd8-9cbe-44a5-8e0f-c99ae73b863c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230132Z:fff5c5f4-255c-4e4a-a50b-f1c09c9b8ec4" + "EASTUS2:20211116T185626Z:61a61dd8-9cbe-44a5-8e0f-c99ae73b863c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3331,14 +3404,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:01:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3347,39 +3417,39 @@ ], "Names": { "TestVMDiskEncryption": [ - "crptestar2057", - "crptestar7739", - "as8355" + "crptestar3222", + "crptestar4577", + "as9627" ], "CreatePublicIP": [ - "pip5033", - "dn9022", - "pip7788", - "dn3864" + "pip6893", + "dn6902", + "pip9998", + "dn3830" ], "CreateVNET": [ - "vn8218", - "sn9129", - "vn6177", - "sn7789" + "vn9", + "sn1014", + "vn3693", + "sn3856" ], "CreateNIC": [ - "nic7309", - "ip538", - "nic3547", - "ip3759" + "nic2967", + "ip7644", + "nic6026", + "ip5536" ], "CreateDefaultVMInput": [ - "crptestar8008", - "crptestar1053", - "crptestar3548", - "vm146", - "Microsoft.Compute/virtualMachines5861", - "crptestar5634", - "crptestar5550", - "crptestar8184", - "vm4455", - "Microsoft.Compute/virtualMachines6734" + "crptestar3416", + "crptestar469", + "crptestar417", + "vm3101", + "Microsoft.Compute/virtualMachines6892", + "crptestar9266", + "crptestar6058", + "crptestar8082", + "vm5769", + "Microsoft.Compute/virtualMachines3465" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskSizeTests/TestVMDiskSizeScenario.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskSizeTests/TestVMDiskSizeScenario.json index 2f087cb326e5a..5d303b0dc0670 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskSizeTests/TestVMDiskSizeScenario.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMDiskSizeTests/TestVMDiskSizeScenario.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7efcdd6-7c4f-42e5-b2e4-228a6e8f83aa" + "4cb50caf-6c5a-432d-8688-a587beafee7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:21:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "507a98de-ad55-4e51-8477-5994eba8d4dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cf2be0ff-cbae-4980-8ebc-808a8395ca80" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11985" ], "x-ms-correlation-request-id": [ - "b0baf84f-034d-4c34-b815-f919a4f40a36" + "282ed66d-10fe-4af9-afee-49e734035ce7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082115Z:b0baf84f-034d-4c34-b815-f919a4f40a36" + "EASTUS2:20211123T202121Z:282ed66d-10fe-4af9-afee-49e734035ce7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:14 GMT" - ], "Content-Length": [ "321" ], @@ -71,31 +71,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1af368e-3150-44a6-bb4d-45d8452a2de0" + "fe7cb05b-c890-408a-8999-8b4cfd7f44d6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:21:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73997" ], @@ -103,30 +110,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "792e0c11-f823-4059-bae3-e4d1f981cab0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f004968-04fd-4c73-a1c3-ab8c3aa9ccf6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11984" ], "x-ms-correlation-request-id": [ - "bb3c6895-2341-47aa-89a2-00c5ab7b96ef" + "4b27539f-8e84-47fc-9ec3-57299d8509c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082115Z:bb3c6895-2341-47aa-89a2-00c5ab7b96ef" + "EASTUS2:20211123T202122Z:4b27539f-8e84-47fc-9ec3-57299d8509c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:14 GMT" - ], "Content-Length": [ "721" ], @@ -141,21 +141,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8530?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9362?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8530\": \"2021-06-29 08:21:15Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9362\": \"2021-11-23 20:21:22Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "deebf6b2-edfb-4680-a601-77ed8460b3f6" + "0af1dc0a-a8d3-4e36-86bf-98961fc4f39f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -169,6 +169,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:21:25 GMT" + ], "Pragma": [ "no-cache" ], @@ -176,13 +179,13 @@ "1199" ], "x-ms-request-id": [ - "79b12560-50c7-43a5-b388-3eb96d62d8d1" + "9dda5e30-8df6-4c46-9985-d473687324a3" ], "x-ms-correlation-request-id": [ - "79b12560-50c7-43a5-b388-3eb96d62d8d1" + "9dda5e30-8df6-4c46-9985-d473687324a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082118Z:79b12560-50c7-43a5-b388-3eb96d62d8d1" + "EASTUS2:20211123T202126Z:9dda5e30-8df6-4c46-9985-d473687324a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -190,9 +193,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:17 GMT" - ], "Content-Length": [ "234" ], @@ -203,25 +203,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530\",\r\n \"name\": \"crptestar8530\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8530\": \"2021-06-29 08:21:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362\",\r\n \"name\": \"crptestar9362\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9362\": \"2021-11-23 20:21:22Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8530?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9362?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8530\": \"2021-06-29 08:21:58Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9362\": \"2021-11-23 20:22:08Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bf9bb972-661d-40bf-b4ed-7881e21187d3" + "fd87053e-c748-4b79-bd5d-55ee36f00a00" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -235,6 +235,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:10 GMT" + ], "Pragma": [ "no-cache" ], @@ -242,13 +245,13 @@ "1198" ], "x-ms-request-id": [ - "7234dbf8-9524-4bc5-9c56-83e4b4ee25a8" + "8f561b50-faca-4acf-8973-e160a6863870" ], "x-ms-correlation-request-id": [ - "7234dbf8-9524-4bc5-9c56-83e4b4ee25a8" + "8f561b50-faca-4acf-8973-e160a6863870" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082200Z:7234dbf8-9524-4bc5-9c56-83e4b4ee25a8" + "EASTUS2:20211123T202211Z:8f561b50-faca-4acf-8973-e160a6863870" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -256,9 +259,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:59 GMT" - ], "Content-Length": [ "234" ], @@ -269,25 +269,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530\",\r\n \"name\": \"crptestar8530\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8530\": \"2021-06-29 08:21:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362\",\r\n \"name\": \"crptestar9362\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9362\": \"2021-11-23 20:22:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Storage/storageAccounts/crptestar4974?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0OTc0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Storage/storageAccounts/crptestar579?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1Nzk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bcee9df0-2a55-48c5-bdb1-d460cf192ae5" + "1a809af1-5200-46a3-90eb-6894a3a5cc75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -301,62 +301,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:21:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/89981c5d-8f1f-40ab-b79c-872f8bda4c6d?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/149a441a-d196-4221-b718-3730d0fc7c57?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "89981c5d-8f1f-40ab-b79c-872f8bda4c6d" + "149a441a-d196-4221-b718-3730d0fc7c57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4d88a29b-f490-4767-8743-6443b8965841" + "939bd245-c42d-4729-b223-909e6a239dca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082130Z:4d88a29b-f490-4767-8743-6443b8965841" + "EASTUS2:20211123T202137Z:939bd245-c42d-4729-b223-909e6a239dca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:30 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/89981c5d-8f1f-40ab-b79c-872f8bda4c6d?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODk5ODFjNWQtOGYxZi00MGFiLWI3OWMtODcyZjhiZGE0YzZkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/149a441a-d196-4221-b718-3730d0fc7c57?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTQ5YTQ0MWEtZDE5Ni00MjIxLWI3MTgtMzczMGQwZmM3YzU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -364,32 +364,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:21:54 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "f2ac023e-78f1-48a5-9973-5b814d758262" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/149a441a-d196-4221-b718-3730d0fc7c57?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "87655029-5da1-435f-8833-bddf24a9d17c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "37d54fd3-44b6-4aed-80af-5ffb5380fd76" + "53a15db5-32ac-4f5e-9299-6a873d6495b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082148Z:37d54fd3-44b6-4aed-80af-5ffb5380fd76" + "EASTUS2:20211123T202155Z:53a15db5-32ac-4f5e-9299-6a873d6495b1" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/149a441a-d196-4221-b718-3730d0fc7c57?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTQ5YTQ0MWEtZDE5Ni00MjIxLWI3MTgtMzczMGQwZmM3YzU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 08:21:47 GMT" + "Tue, 23 Nov 2021 20:21:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f76811e1-f3c2-4e3c-8f05-86ed11cf14da" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "30d3a8fb-bd39-491f-b1c3-f5af81caaafc" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T202158Z:30d3a8fb-bd39-491f-b1c3-f5af81caaafc" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -405,21 +468,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86c4ac2b-2af9-47a0-a850-b990fcbf1d0c" + "ebb30efa-d105-44c5-928b-45983af607c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -427,35 +490,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c43f0443-103d-4222-892d-e28028c8267b" + "4dadae78-c92e-4b51-8309-6b5f03d06254" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "21309c1b-a12e-46d3-89c7-62d5834d58d0" + "982a74cb-2ae7-4a0f-a046-444614d7f9a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082158Z:21309c1b-a12e-46d3-89c7-62d5834d58d0" + "EASTUS2:20211123T202208Z:982a74cb-2ae7-4a0f-a046-444614d7f9a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:57 GMT" - ], "Content-Length": [ - "752" + "746" ], "Content-Type": [ "application/json" @@ -464,25 +527,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Storage/storageAccounts/crptestar4974\",\r\n \"name\": \"crptestar4974\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T08:21:26.2072678Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4974.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4974.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4974.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4974.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Storage/storageAccounts/crptestar579\",\r\n \"name\": \"crptestar579\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T20:21:34.1786111Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar579.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar579.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar579.table.core.windows.net/\",\r\n \"file\": \"https://crptestar579.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Storage/storageAccounts/crptestar4974?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0OTc0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Storage/storageAccounts/crptestar579?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1Nzk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca002e9a-af25-4f6a-9156-d374313f6490" + "7d6a8181-2e64-46ac-9b86-0efef61e601b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -490,35 +553,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "30c38721-914b-4c39-b8e8-adcb593fb289" + "143ba93a-7bdd-4c1f-bc1b-570fa578e5cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "f777a764-eca2-4d21-8978-7812c46e2771" + "108b2417-5af9-4f28-a389-089bc266ab13" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082158Z:f777a764-eca2-4d21-8978-7812c46e2771" + "EASTUS2:20211123T202208Z:108b2417-5af9-4f28-a389-089bc266ab13" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:57 GMT" - ], "Content-Length": [ - "740" + "734" ], "Content-Type": [ "application/json" @@ -527,25 +590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Storage/storageAccounts/crptestar4974\",\r\n \"name\": \"crptestar4974\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T08:21:26.2072678Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4974.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4974.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4974.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4974.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Storage/storageAccounts/crptestar579\",\r\n \"name\": \"crptestar579\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T20:21:34.1786111Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar579.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar579.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar579.table.core.windows.net/\",\r\n \"file\": \"https://crptestar579.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/publicIPAddresses/pip7338?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDczMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/publicIPAddresses/pip186?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9925\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9352\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb5770b6-f5a4-4342-85e2-10f91a6f8c3d" + "6b38a888-759b-4deb-a949-d545e9c01483" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -559,48 +622,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "add27ae7-7c0c-4ec0-88b2-62d81669d039" + "cc2692f1-03a5-41c6-ad29-ad5480a6db96" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/add27ae7-7c0c-4ec0-88b2-62d81669d039?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cc2692f1-03a5-41c6-ad29-ad5480a6db96?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "abdcdbc5-dd6a-445b-a746-dd0e3b3e1907" + "d692d3ba-684a-420e-86f7-2dc8b1b07999" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0cb87876-d2ee-47cc-8caf-8da12004d44a" + "bcc6288a-4671-472a-9d33-11e2fa4d7746" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082210Z:abdcdbc5-dd6a-445b-a746-dd0e3b3e1907" + "EASTUS2:20211123T202222Z:d692d3ba-684a-420e-86f7-2dc8b1b07999" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:10 GMT" - ], "Content-Length": [ - "769" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -609,19 +672,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/publicIPAddresses/pip7338\",\r\n \"etag\": \"W/\\\"42cc03cd-d301-4c09-990c-0c0905e73fe7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f0b44a63-ca4a-4fe6-8e86-d3cf5358712d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9925\",\r\n \"fqdn\": \"dn9925.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/publicIPAddresses/pip186\",\r\n \"etag\": \"W/\\\"c4b1d9d2-8217-4fde-9ad3-a919fd4ede48\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2ef67b2d-c75d-4c52-bf32-b4bf6d55a92d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9352\",\r\n \"fqdn\": \"dn9352.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/add27ae7-7c0c-4ec0-88b2-62d81669d039?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FkZDI3YWU3LTdjMGMtNGVjMC04OGIyLTYyZDgxNjY5ZDAzOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cc2692f1-03a5-41c6-ad29-ad5480a6db96?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NjMjY5MmYxLTAzYTUtNDFjNi1hZDI5LWFkNTQ4MGE2ZGI5Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -629,37 +692,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4acb3224-0d80-4bce-a864-03dad86c785c" + "bddf4a79-3759-4e1d-9636-6b9c80f65d84" ], "x-ms-correlation-request-id": [ - "a2ef0ab3-30b8-481e-9b1a-f12a57fd9152" + "47e32a0f-0be4-43dc-abbd-4b336cda51a5" ], "x-ms-arm-service-request-id": [ - "56b54668-3eff-4adf-a495-6ad422fd7281" + "2c4a3888-35fa-42fc-8c62-83200570897f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082212Z:a2ef0ab3-30b8-481e-9b1a-f12a57fd9152" + "EASTUS2:20211123T202224Z:47e32a0f-0be4-43dc-abbd-4b336cda51a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:11 GMT" - ], "Content-Length": [ "29" ], @@ -674,15 +737,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/publicIPAddresses/pip7338?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDczMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/publicIPAddresses/pip186?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c1ef315c-1ce9-4edf-ac57-40f6b585bb4e\"" + "W/\"517d0d0c-6f97-4c4e-b22d-ae6471ca3916\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3d0322cf-65c2-428c-b0e6-a0a98ecc86a6" + "1c0f6a69-20f2-427b-be57-182d6bbeb428" ], "x-ms-correlation-request-id": [ - "847b30fa-267c-49b0-8de8-d51613ce6892" + "1b715fc0-0ca5-42c7-b042-2f49637c5fc0" ], "x-ms-arm-service-request-id": [ - "cfbe53de-6a95-477c-80fa-bba1796213a6" + "70d329dd-28f9-4b2e-910b-edaa5d6ee166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082212Z:847b30fa-267c-49b0-8de8-d51613ce6892" + "EASTUS2:20211123T202224Z:1b715fc0-0ca5-42c7-b042-2f49637c5fc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:11 GMT" - ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/publicIPAddresses/pip7338\",\r\n \"etag\": \"W/\\\"c1ef315c-1ce9-4edf-ac57-40f6b585bb4e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0b44a63-ca4a-4fe6-8e86-d3cf5358712d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9925\",\r\n \"fqdn\": \"dn9925.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/publicIPAddresses/pip186\",\r\n \"etag\": \"W/\\\"517d0d0c-6f97-4c4e-b22d-ae6471ca3916\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2ef67b2d-c75d-4c52-bf32-b4bf6d55a92d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9352\",\r\n \"fqdn\": \"dn9352.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/publicIPAddresses/pip7338?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDczMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/publicIPAddresses/pip186?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c034e0c5-2638-4dfe-9cc1-2958f4b2cae7" + "cf4d8c41-2bc7-4871-af68-3292e998e30b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -760,42 +823,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c1ef315c-1ce9-4edf-ac57-40f6b585bb4e\"" + "W/\"517d0d0c-6f97-4c4e-b22d-ae6471ca3916\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9f91403d-9a6f-47fa-81d6-12fe41f7a1a0" + "a7200ecd-6c4b-4828-b50c-09911851cb50" ], "x-ms-correlation-request-id": [ - "f7c44231-c17f-4a6d-b3a8-abb976f347a0" + "88c68447-0bca-4f0c-9889-360f688d68b4" ], "x-ms-arm-service-request-id": [ - "1eb77f45-ca6b-4e27-91c8-b7fc22c83b3c" + "d1365f0a-6a96-4fe7-b705-2a10a5abbd83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082212Z:f7c44231-c17f-4a6d-b3a8-abb976f347a0" + "EASTUS2:20211123T202224Z:88c68447-0bca-4f0c-9889-360f688d68b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:11 GMT" - ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -804,25 +867,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/publicIPAddresses/pip7338\",\r\n \"etag\": \"W/\\\"c1ef315c-1ce9-4edf-ac57-40f6b585bb4e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0b44a63-ca4a-4fe6-8e86-d3cf5358712d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9925\",\r\n \"fqdn\": \"dn9925.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/publicIPAddresses/pip186\",\r\n \"etag\": \"W/\\\"517d0d0c-6f97-4c4e-b22d-ae6471ca3916\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2ef67b2d-c75d-4c52-bf32-b4bf6d55a92d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9352\",\r\n \"fqdn\": \"dn9352.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI1Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4225\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4443\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1f141a4-b4d7-448a-8ead-fd8fa83e814f" + "ba903f73-cc7c-426f-975b-af05d010cc3b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -836,48 +899,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "da14e953-df39-401e-ad6a-a68db894250d" + "1261787e-63e1-416c-a9e0-1c3d54ea53cd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/da14e953-df39-401e-ad6a-a68db894250d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1261787e-63e1-416c-a9e0-1c3d54ea53cd?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ea95e86e-a131-4de1-af7f-006ac5740730" + "cdf61eb3-8d44-4853-ba8f-65c7aef31219" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "611b2492-c7f4-4b29-b342-22ebdb862d9e" + "b7321a3b-7d7f-4023-bf66-9c2faf1b7c3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082216Z:ea95e86e-a131-4de1-af7f-006ac5740730" + "EASTUS2:20211123T202227Z:cdf61eb3-8d44-4853-ba8f-65c7aef31219" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:16 GMT" - ], "Content-Length": [ - "1318" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -886,19 +949,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn231\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231\",\r\n \"etag\": \"W/\\\"73c09f8f-5ee8-4a07-be10-25e191673a2a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9d52268b-774f-49d5-875d-af5eafafad7c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4225\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225\",\r\n \"etag\": \"W/\\\"73c09f8f-5ee8-4a07-be10-25e191673a2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538\",\r\n \"etag\": \"W/\\\"0f158336-c8c4-405d-8144-da87c1c99382\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a5445423-bffb-486b-a4bb-31d69e870068\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443\",\r\n \"etag\": \"W/\\\"0f158336-c8c4-405d-8144-da87c1c99382\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/da14e953-df39-401e-ad6a-a68db894250d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhMTRlOTUzLWRmMzktNDAxZS1hZDZhLWE2OGRiODk0MjUwZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1261787e-63e1-416c-a9e0-1c3d54ea53cd?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyNjE3ODdlLTYzZTEtNDE2Yy1hOWUwLTFjM2Q1NGVhNTNjZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -906,37 +969,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7abb6dcc-3808-470f-bc78-8993970f18e9" + "291746e6-9381-481d-872b-334e559065a1" ], "x-ms-correlation-request-id": [ - "e9a3290b-a01a-45bd-9317-350e752b78bb" + "12d07293-7357-4384-b95d-e611389c7fa1" ], "x-ms-arm-service-request-id": [ - "1afb4045-998a-4193-a554-45b4f395978b" + "8869c5b6-e04e-448c-9161-b532065e83d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082219Z:e9a3290b-a01a-45bd-9317-350e752b78bb" + "EASTUS2:20211123T202231Z:12d07293-7357-4384-b95d-e611389c7fa1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:19 GMT" - ], "Content-Length": [ "29" ], @@ -951,15 +1014,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI1Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bfe57515-eba2-4229-ac10-9a061cc7ecf6\"" + "W/\"c81d70df-a927-4cae-a019-ba971accb51b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "580264c7-1f82-495f-bc61-100e35924e44" + "496f7be5-f84a-4368-8ed9-18dc89eec0e0" ], "x-ms-correlation-request-id": [ - "2c537f34-b9ec-4993-952c-f3c969edcee2" + "51efbab3-27f9-4189-bb2c-65f062f4053a" ], "x-ms-arm-service-request-id": [ - "97a064f2-8c85-4115-b1fa-925cad4a5ea6" + "1e939351-b66b-421f-845d-8da50efd4354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082219Z:2c537f34-b9ec-4993-952c-f3c969edcee2" + "EASTUS2:20211123T202231Z:51efbab3-27f9-4189-bb2c-65f062f4053a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:19 GMT" - ], "Content-Length": [ - "1320" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn231\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231\",\r\n \"etag\": \"W/\\\"bfe57515-eba2-4229-ac10-9a061cc7ecf6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d52268b-774f-49d5-875d-af5eafafad7c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4225\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225\",\r\n \"etag\": \"W/\\\"bfe57515-eba2-4229-ac10-9a061cc7ecf6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538\",\r\n \"etag\": \"W/\\\"c81d70df-a927-4cae-a019-ba971accb51b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a5445423-bffb-486b-a4bb-31d69e870068\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443\",\r\n \"etag\": \"W/\\\"c81d70df-a927-4cae-a019-ba971accb51b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzMS9zdWJuZXRzL3NuNDIyNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI1Mzgvc3VibmV0cy9zbjQ0NDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "986593cc-9dc6-415f-af85-5ec8af15fa72" + "c481db1a-fe83-4dc6-9acb-308b3adbeb43" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1037,42 +1100,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bfe57515-eba2-4229-ac10-9a061cc7ecf6\"" + "W/\"c81d70df-a927-4cae-a019-ba971accb51b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9d5f6d29-a35d-44e2-934b-a847e032f30a" + "d8537e7d-6c51-4579-b8c5-fb54f835adce" ], "x-ms-correlation-request-id": [ - "ebb736de-8055-442f-9762-8ce5d56b23ad" + "8e81ae7a-e40b-414f-9124-1ea4022378c4" ], "x-ms-arm-service-request-id": [ - "8cc6b50f-bbfa-422a-942d-61c07ffa2e23" + "a452296f-cf31-45cc-a86f-d75a4adfcf26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082220Z:ebb736de-8055-442f-9762-8ce5d56b23ad" + "EASTUS2:20211123T202231Z:8e81ae7a-e40b-414f-9124-1ea4022378c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:20 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1081,77 +1144,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4225\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225\",\r\n \"etag\": \"W/\\\"bfe57515-eba2-4229-ac10-9a061cc7ecf6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443\",\r\n \"etag\": \"W/\\\"c81d70df-a927-4cae-a019-ba971accb51b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4225\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225\"\r\n }\r\n },\r\n \"name\": \"ip5562\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443\"\r\n }\r\n },\r\n \"name\": \"ip3375\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f7d135da-93d6-44e0-9f32-4195e453a794" + "ce2d2e87-f809-4b27-96ad-5fa798143d5e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d0520197-2671-4730-b2af-1fea889b45af" + "ed2cbfe0-64b1-416a-9a14-ba185610e6a1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0520197-2671-4730-b2af-1fea889b45af?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ed2cbfe0-64b1-416a-9a14-ba185610e6a1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5e5052ad-ea5a-4a2f-be3b-da2aec425e8e" + "53321af3-c80a-48c7-9f1f-3ad18567fffc" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "13be4aaa-e726-4164-b2bb-57bf4833a5a5" + "060a9613-e0ec-4a5f-b941-fb89b98f3ae7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082224Z:5e5052ad-ea5a-4a2f-be3b-da2aec425e8e" + "EASTUS2:20211123T202236Z:53321af3-c80a-48c7-9f1f-3ad18567fffc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:24 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1160,19 +1223,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\",\r\n \"etag\": \"W/\\\"f228b883-b08f-464e-8408-75e008031a11\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7103df42-d9f2-4a91-9d44-0398103494d0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5562\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649/ipConfigurations/ip5562\",\r\n \"etag\": \"W/\\\"f228b883-b08f-464e-8408-75e008031a11\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225\"\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\": \"rmtffhkpo5kutb03v3pk5l3npe.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5145\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\",\r\n \"etag\": \"W/\\\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6403e745-02cf-422d-8a16-5b8a5592e3e2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3375\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145/ipConfigurations/ip3375\",\r\n \"etag\": \"W/\\\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443\"\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\": \"enkejjp1x3vurjf1ghlj3byana.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f228b883-b08f-464e-8408-75e008031a11\"" + "W/\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "49547477-e6b8-4055-be37-6fa36b3d1aba" + "2488fe95-10ba-40ab-8316-80e6def95d85" ], "x-ms-correlation-request-id": [ - "116cc871-b1e4-4b4f-b757-d0c050490347" + "33f110de-de77-4250-baa8-a2942a280a62" ], "x-ms-arm-service-request-id": [ - "fd6d0196-5b6f-41aa-bc32-6566039f5b34" + "4e86a794-c1ca-4cc8-8b05-ddc00619c58d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082225Z:116cc871-b1e4-4b4f-b757-d0c050490347" + "EASTUS2:20211123T202237Z:33f110de-de77-4250-baa8-a2942a280a62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:24 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,25 +1287,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\",\r\n \"etag\": \"W/\\\"f228b883-b08f-464e-8408-75e008031a11\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7103df42-d9f2-4a91-9d44-0398103494d0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5562\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649/ipConfigurations/ip5562\",\r\n \"etag\": \"W/\\\"f228b883-b08f-464e-8408-75e008031a11\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225\"\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\": \"rmtffhkpo5kutb03v3pk5l3npe.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5145\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\",\r\n \"etag\": \"W/\\\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6403e745-02cf-422d-8a16-5b8a5592e3e2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3375\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145/ipConfigurations/ip3375\",\r\n \"etag\": \"W/\\\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443\"\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\": \"enkejjp1x3vurjf1ghlj3byana.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00178d0a-ea9e-4c2f-b3e1-6d478d5f0670" + "52275a44-5aa5-4602-80f7-a86f5b272799" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1250,42 +1313,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f228b883-b08f-464e-8408-75e008031a11\"" - ], - "x-ms-request-id": [ - "225bf7fe-ad81-4bca-9751-6874e729eb08" + "W/\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1e4686f2-89bb-4634-9886-6785662b8325" ], "x-ms-correlation-request-id": [ - "bb3e6a3c-51cf-48ac-82ae-762d60af70f4" + "571c99f7-c4d1-418d-83fc-09477f7c5602" ], "x-ms-arm-service-request-id": [ - "d4420581-dc26-48e1-871e-cf66ca93264e" + "f103b716-9312-48b6-81c2-e0861c488f99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082225Z:bb3e6a3c-51cf-48ac-82ae-762d60af70f4" + "EASTUS2:20211123T202237Z:571c99f7-c4d1-418d-83fc-09477f7c5602" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:25 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1294,26 +1357,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\",\r\n \"etag\": \"W/\\\"f228b883-b08f-464e-8408-75e008031a11\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7103df42-d9f2-4a91-9d44-0398103494d0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5562\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649/ipConfigurations/ip5562\",\r\n \"etag\": \"W/\\\"f228b883-b08f-464e-8408-75e008031a11\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/virtualNetworks/vn231/subnets/sn4225\"\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\": \"rmtffhkpo5kutb03v3pk5l3npe.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5145\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\",\r\n \"etag\": \"W/\\\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6403e745-02cf-422d-8a16-5b8a5592e3e2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3375\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145/ipConfigurations/ip3375\",\r\n \"etag\": \"W/\\\"b5c6d25b-e499-48e6-a2fc-9716e78b8600\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/virtualNetworks/vn2538/subnets/sn4443\"\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\": \"enkejjp1x3vurjf1ghlj3byana.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/availabilitySets/as6373?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2MzczP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/availabilitySets/as2878?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyODc4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1ea83fc7-853e-4847-9279-32a596a3bd3d" + "90cae73c-3a07-43e0-ac9b-69579922a079" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1326,37 +1389,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19df1223-abbc-4dfc-8a68-9988fc6d5f77" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ab81121e-cc63-4c05-b142-ca171ae32599" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b9c35552-d998-4c43-b1c4-bb62d29dc562" + "b4873b26-4a92-4bed-995f-828edce09c43" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082233Z:b9c35552-d998-4c43-b1c4-bb62d29dc562" + "EASTUS2:20211123T202247Z:b4873b26-4a92-4bed-995f-828edce09c43" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:33 GMT" - ], "Content-Length": [ "444" ], @@ -1367,80 +1430,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6373\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/availabilitySets/as6373\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as2878\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/availabilitySets/as2878\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI5NjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4MDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4974.blob.core.windows.net/crptestar1068/oscrptestar4059.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/availabilitySets/as6373\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar579.blob.core.windows.net/crptestar2818/oscrptestar6397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/availabilitySets/as2878\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "64593ccb-7b2b-45dc-8301-77c44f709206" + "e0dc2a72-c843-4a06-b4bd-37e103a47d20" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1248" + "1247" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:22:51 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/303727fd-a9df-45e5-bf6e-36f876b15ab0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3031cd1-a4c3-4348-8e4a-07dec757b767?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "303727fd-a9df-45e5-bf6e-36f876b15ab0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3031cd1-a4c3-4348-8e4a-07dec757b767" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "05e306ca-a568-4ab3-9c20-41d229fbe05d" + "2f24206b-bc4d-4a34-85f2-4e925b1ba124" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082240Z:05e306ca-a568-4ab3-9c20-41d229fbe05d" + "EASTUS2:20211123T202252Z:2f24206b-bc4d-4a34-85f2-4e925b1ba124" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:39 GMT" - ], "Content-Length": [ - "2054" + "2110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1449,60 +1512,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"020a80b7-e5a0-457d-b436-eed4cd0a99e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/availabilitySets/AS6373\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4974.blob.core.windows.net/crptestar1068/oscrptestar4059.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"548e4442-179b-4511-963f-7dcfcf90e892\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/availabilitySets/AS2878\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar579.blob.core.windows.net/crptestar2818/oscrptestar6397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T20:22:50.6136735+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/303727fd-a9df-45e5-bf6e-36f876b15ab0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwMzcyN2ZkLWE5ZGYtNDVlNS1iZjZlLTM2Zjg3NmIxNWFiMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3031cd1-a4c3-4348-8e4a-07dec757b767?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMDMxY2QxLWE0YzMtNDM0OC04ZTRhLTA3ZGVjNzU3Yjc2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:23:02 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11c11d1b-1c31-4657-a3b0-21c834e5e82d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f8edc219-7317-4153-8450-fd0a342fb494" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "b0bf9941-2303-4cd6-9b3b-3fad4cccdd37" + "8f149ca5-3719-480e-bd4c-bd417c82017a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082250Z:b0bf9941-2303-4cd6-9b3b-3fad4cccdd37" + "EASTUS2:20211123T202302Z:8f149ca5-3719-480e-bd4c-bd417c82017a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:22:49 GMT" - ], "Content-Length": [ "134" ], @@ -1513,57 +1576,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:22:37.8249137+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"303727fd-a9df-45e5-bf6e-36f876b15ab0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:22:50.5667885+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3031cd1-a4c3-4348-8e4a-07dec757b767\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/303727fd-a9df-45e5-bf6e-36f876b15ab0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwMzcyN2ZkLWE5ZGYtNDVlNS1iZjZlLTM2Zjg3NmIxNWFiMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3031cd1-a4c3-4348-8e4a-07dec757b767?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMDMxY2QxLWE0YzMtNDM0OC04ZTRhLTA3ZGVjNzU3Yjc2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:23:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3467c579-e932-4b95-bb7c-f32ad5900f8d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c5aacd09-024b-47d8-b4a5-453b4b4d42c0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "cafcc865-8945-4a1e-9ba8-29bd63e218d4" + "876ac678-4b00-47cc-8880-68032b6b5da6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082341Z:cafcc865-8945-4a1e-9ba8-29bd63e218d4" + "EASTUS2:20211123T202353Z:876ac678-4b00-47cc-8880-68032b6b5da6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:23:41 GMT" - ], "Content-Length": [ "134" ], @@ -1574,57 +1637,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:22:37.8249137+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"303727fd-a9df-45e5-bf6e-36f876b15ab0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:22:50.5667885+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3031cd1-a4c3-4348-8e4a-07dec757b767\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/303727fd-a9df-45e5-bf6e-36f876b15ab0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwMzcyN2ZkLWE5ZGYtNDVlNS1iZjZlLTM2Zjg3NmIxNWFiMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3031cd1-a4c3-4348-8e4a-07dec757b767?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMDMxY2QxLWE0YzMtNDM0OC04ZTRhLTA3ZGVjNzU3Yjc2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:24:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "87077ccc-0da2-4460-8acb-b2305a137d35" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aa92b3e4-6d0e-4e94-932f-d304527568c9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "57503964-e438-4f3b-aef6-c5319edae0d2" + "13cbb3dd-59b5-49bd-af1d-eac0d24e5e4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082431Z:57503964-e438-4f3b-aef6-c5319edae0d2" + "EASTUS2:20211123T202443Z:13cbb3dd-59b5-49bd-af1d-eac0d24e5e4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:24:31 GMT" - ], "Content-Length": [ "134" ], @@ -1635,59 +1698,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:22:37.8249137+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"303727fd-a9df-45e5-bf6e-36f876b15ab0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:22:50.5667885+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3031cd1-a4c3-4348-8e4a-07dec757b767\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/303727fd-a9df-45e5-bf6e-36f876b15ab0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwMzcyN2ZkLWE5ZGYtNDVlNS1iZjZlLTM2Zjg3NmIxNWFiMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3031cd1-a4c3-4348-8e4a-07dec757b767?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMDMxY2QxLWE0YzMtNDM0OC04ZTRhLTA3ZGVjNzU3Yjc2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:25:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c72b8d5c-5acb-48a6-a545-dce1fd5da54a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f7ca41a0-2612-4d22-b372-185094e4d97f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "79a4d243-780a-416b-ab25-cc182420c266" + "7322adc5-02f2-4c62-b961-d945c7c7a115" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082521Z:79a4d243-780a-416b-ab25-cc182420c266" + "EASTUS2:20211123T202534Z:7322adc5-02f2-4c62-b961-d945c7c7a115" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:25:21 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1696,59 +1759,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:22:37.8249137+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"303727fd-a9df-45e5-bf6e-36f876b15ab0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T20:22:50.5667885+00:00\",\r\n \"endTime\": \"2021-11-23T20:25:16.2695105+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f3031cd1-a4c3-4348-8e4a-07dec757b767\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/303727fd-a9df-45e5-bf6e-36f876b15ab0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwMzcyN2ZkLWE5ZGYtNDVlNS1iZjZlLTM2Zjg3NmIxNWFiMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4MDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:25:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e55f39e6-cab2-4534-b9e5-ff3a53675dd0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6898a3a9-3f95-449f-baac-43c5bf4a25ae" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "c25a1bca-c4b8-46a4-a70e-8fddc1bf0a7a" + "c588b9b4-fc2e-46dd-9b09-7d70c89dfe69" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082612Z:c25a1bca-c4b8-46a4-a70e-8fddc1bf0a7a" + "EASTUS2:20211123T202534Z:c588b9b4-fc2e-46dd-9b09-7d70c89dfe69" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:26:12 GMT" - ], "Content-Length": [ - "184" + "2111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1757,59 +1820,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:22:37.8249137+00:00\",\r\n \"endTime\": \"2021-06-29T08:25:24.0141151+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"303727fd-a9df-45e5-bf6e-36f876b15ab0\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"548e4442-179b-4511-963f-7dcfcf90e892\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/availabilitySets/AS2878\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar579.blob.core.windows.net/crptestar2818/oscrptestar6397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:22:50.6136735+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI5NjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4MDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "d40f2b38-4b3e-4f6e-94f6-e2f303216503" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:25:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5d9cc3c3-5d3b-4d2b-ab7f-5260340cb6e6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "082aab64-3fb9-41cc-843f-f444e1d41108" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "02846500-5034-4cfa-b1f4-33a8f8c0d11f" + "579f833f-78d6-4a92-88f0-4e4d5c0a427b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082612Z:02846500-5034-4cfa-b1f4-33a8f8c0d11f" + "EASTUS2:20211123T202534Z:579f833f-78d6-4a92-88f0-4e4d5c0a427b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:26:12 GMT" - ], "Content-Length": [ - "2055" + "2111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1818,65 +1887,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"020a80b7-e5a0-457d-b436-eed4cd0a99e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/availabilitySets/AS6373\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4974.blob.core.windows.net/crptestar1068/oscrptestar4059.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"548e4442-179b-4511-963f-7dcfcf90e892\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/availabilitySets/AS2878\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar579.blob.core.windows.net/crptestar2818/oscrptestar6397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:22:50.6136735+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI5NjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4MDc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f254dd21-532f-49be-b4c3-3deeb272a4b3" + "932d4cbb-8354-45c9-a581-3c2101d8a24b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:25:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f47498a6-eca7-43fc-8ca4-e5c5f14673fa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbc03bc7-dbc7-4630-b92a-4a1e5a7cf399" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "0d62e2d3-6cc0-467b-ab47-587531360cc8" + "46ef5554-f331-45d5-a91d-3e099bb1fb99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082612Z:0d62e2d3-6cc0-467b-ab47-587531360cc8" + "EASTUS2:20211123T202535Z:46ef5554-f331-45d5-a91d-3e099bb1fb99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:26:12 GMT" - ], "Content-Length": [ - "2055" + "2111" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1885,92 +1954,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"020a80b7-e5a0-457d-b436-eed4cd0a99e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/availabilitySets/AS6373\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4974.blob.core.windows.net/crptestar1068/oscrptestar4059.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/virtualMachines/vm6807\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"548e4442-179b-4511-963f-7dcfcf90e892\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Compute/availabilitySets/AS2878\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar579.blob.core.windows.net/crptestar2818/oscrptestar6397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9362/providers/Microsoft.Network/networkInterfaces/nic5145\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T20:22:50.6136735+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI5NjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9362?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ff07fec-6c8a-4ea4-8f80-94bfbda3d646" + "6e50a315-e4ae-44ce-bfe4-b768156a6b36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:25:41 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31993" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "35ed305b-f4d4-43b3-8a34-448e427d980b" + ], + "x-ms-correlation-request-id": [ + "35ed305b-f4d4-43b3-8a34-448e427d980b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T202541Z:35ed305b-f4d4-43b3-8a34-448e427d980b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "3b36f556-a0d1-4cb1-9594-2ecba46d4069" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 20:25:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11999" + ], + "x-ms-request-id": [ + "da4e876f-2616-4d1a-9517-a02dc5039383" ], "x-ms-correlation-request-id": [ - "2ed7b8d2-be8f-4a7d-9127-4ae370f4affd" + "da4e876f-2616-4d1a-9517-a02dc5039383" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082612Z:2ed7b8d2-be8f-4a7d-9127-4ae370f4affd" + "EASTUS2:20211123T202557Z:da4e876f-2616-4d1a-9517-a02dc5039383" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:26:12 GMT" - ], "Content-Length": [ - "2055" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/virtualMachines/vm2964\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"020a80b7-e5a0-457d-b436-eed4cd0a99e3\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Compute/availabilitySets/AS6373\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4974.blob.core.windows.net/crptestar1068/oscrptestar4059.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8530/providers/Microsoft.Network/networkInterfaces/nic3649\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8530?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a7f1d97f-8245-44d4-9919-b5e2b2712f00" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1978,26 +2094,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:26:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "78dd7a0d-161c-4f8c-a071-5e97be2eafa3" + "4be119f1-1797-42ea-a77c-e9c63087845a" ], "x-ms-correlation-request-id": [ - "78dd7a0d-161c-4f8c-a071-5e97be2eafa3" + "4be119f1-1797-42ea-a77c-e9c63087845a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082617Z:78dd7a0d-161c-4f8c-a071-5e97be2eafa3" + "EASTUS2:20211123T202612Z:4be119f1-1797-42ea-a77c-e9c63087845a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2005,29 +2124,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:26:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2035,26 +2151,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:26:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "52562edb-85a9-43b5-8e80-62c9b1f90f17" + "5fe76fd4-7247-4fc9-b702-7f769c7b5b5e" ], "x-ms-correlation-request-id": [ - "52562edb-85a9-43b5-8e80-62c9b1f90f17" + "5fe76fd4-7247-4fc9-b702-7f769c7b5b5e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082632Z:52562edb-85a9-43b5-8e80-62c9b1f90f17" + "EASTUS2:20211123T202628Z:5fe76fd4-7247-4fc9-b702-7f769c7b5b5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2062,29 +2181,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:26:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2092,26 +2208,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:26:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "f06bc071-9cbc-4067-8539-7cd1af791a7a" + "0ced25f1-516f-4e7d-9f50-93c0f5432969" ], "x-ms-correlation-request-id": [ - "f06bc071-9cbc-4067-8539-7cd1af791a7a" + "0ced25f1-516f-4e7d-9f50-93c0f5432969" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082648Z:f06bc071-9cbc-4067-8539-7cd1af791a7a" + "EASTUS2:20211123T202643Z:0ced25f1-516f-4e7d-9f50-93c0f5432969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2119,29 +2238,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:26:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2149,26 +2265,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:26:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-request-id": [ - "4ce73b22-ed51-4683-b166-3663132f19e1" + "89c9dec1-5072-45ca-b45c-e908a9f2caa9" ], "x-ms-correlation-request-id": [ - "4ce73b22-ed51-4683-b166-3663132f19e1" + "89c9dec1-5072-45ca-b45c-e908a9f2caa9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082703Z:4ce73b22-ed51-4683-b166-3663132f19e1" + "EASTUS2:20211123T202659Z:89c9dec1-5072-45ca-b45c-e908a9f2caa9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2176,29 +2295,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:27:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2206,26 +2322,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:27:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "0324f407-57a9-40f0-9048-93f027628a3c" + "2480c337-fd6c-4ad7-83e7-02398b1185af" ], "x-ms-correlation-request-id": [ - "0324f407-57a9-40f0-9048-93f027628a3c" + "2480c337-fd6c-4ad7-83e7-02398b1185af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082719Z:0324f407-57a9-40f0-9048-93f027628a3c" + "EASTUS2:20211123T202714Z:2480c337-fd6c-4ad7-83e7-02398b1185af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2233,29 +2352,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:27:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2263,26 +2379,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:27:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "39ced15f-b14d-469a-b9aa-32e4052cd117" + "230b3d8f-1980-430a-ba5f-bfbc61e8bc41" ], "x-ms-correlation-request-id": [ - "39ced15f-b14d-469a-b9aa-32e4052cd117" + "230b3d8f-1980-430a-ba5f-bfbc61e8bc41" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082734Z:39ced15f-b14d-469a-b9aa-32e4052cd117" + "EASTUS2:20211123T202730Z:230b3d8f-1980-430a-ba5f-bfbc61e8bc41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2290,29 +2409,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:27:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2320,26 +2436,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:27:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "9bb6a6b0-c04b-46ca-aaf2-0cd1f2290f7c" + "6c04b519-d4b9-424c-8cc9-d2eb2e8ea7c0" ], "x-ms-correlation-request-id": [ - "9bb6a6b0-c04b-46ca-aaf2-0cd1f2290f7c" + "6c04b519-d4b9-424c-8cc9-d2eb2e8ea7c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082750Z:9bb6a6b0-c04b-46ca-aaf2-0cd1f2290f7c" + "EASTUS2:20211123T202745Z:6c04b519-d4b9-424c-8cc9-d2eb2e8ea7c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2347,29 +2466,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:27:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2377,26 +2493,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:28:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "2dce70a6-e1b6-49f8-8a5a-5f2e8473da8c" + "0684daef-34a9-43da-8daa-576bded64d66" ], "x-ms-correlation-request-id": [ - "2dce70a6-e1b6-49f8-8a5a-5f2e8473da8c" + "0684daef-34a9-43da-8daa-576bded64d66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082805Z:2dce70a6-e1b6-49f8-8a5a-5f2e8473da8c" + "EASTUS2:20211123T202801Z:0684daef-34a9-43da-8daa-576bded64d66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2404,29 +2523,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:28:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2434,26 +2550,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:28:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-request-id": [ - "e4637bb5-20d9-4dde-b970-755837fa7490" + "8885b818-a2ba-460c-988b-3f6c8e767222" ], "x-ms-correlation-request-id": [ - "e4637bb5-20d9-4dde-b970-755837fa7490" + "8885b818-a2ba-460c-988b-3f6c8e767222" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082821Z:e4637bb5-20d9-4dde-b970-755837fa7490" + "EASTUS2:20211123T202816Z:8885b818-a2ba-460c-988b-3f6c8e767222" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2461,29 +2580,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:28:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2491,26 +2607,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:28:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-request-id": [ - "3219900d-a6d8-4c8e-98bd-0491a8de389d" + "db2ece09-acb5-419f-a6d2-2933eb486ede" ], "x-ms-correlation-request-id": [ - "3219900d-a6d8-4c8e-98bd-0491a8de389d" + "db2ece09-acb5-419f-a6d2-2933eb486ede" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082836Z:3219900d-a6d8-4c8e-98bd-0491a8de389d" + "EASTUS2:20211123T202832Z:db2ece09-acb5-419f-a6d2-2933eb486ede" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2518,29 +2637,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:28:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2548,20 +2664,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:28:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-request-id": [ - "0134fcce-b5ef-4da2-9f08-9c7c424b2f69" + "286af7e4-8f90-472b-b2e0-7b31407a5250" ], "x-ms-correlation-request-id": [ - "0134fcce-b5ef-4da2-9f08-9c7c424b2f69" + "286af7e4-8f90-472b-b2e0-7b31407a5250" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082851Z:0134fcce-b5ef-4da2-9f08-9c7c424b2f69" + "EASTUS2:20211123T202847Z:286af7e4-8f90-472b-b2e0-7b31407a5250" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2569,29 +2688,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:28:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTMwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRNd0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2599,20 +2715,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 20:28:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-request-id": [ - "2b0de210-e27d-4b0d-9186-fd37a31cf17a" + "4be1a0ed-5b16-4a12-9f30-cb18121b79df" ], "x-ms-correlation-request-id": [ - "2b0de210-e27d-4b0d-9186-fd37a31cf17a" + "4be1a0ed-5b16-4a12-9f30-cb18121b79df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082852Z:2b0de210-e27d-4b0d-9186-fd37a31cf17a" + "EASTUS2:20211123T202848Z:4be1a0ed-5b16-4a12-9f30-cb18121b79df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2620,14 +2739,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:28:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2636,28 +2752,28 @@ ], "Names": { "TestVMDiskSizeScenario": [ - "crptestar8530", - "crptestar4974", - "as6373" + "crptestar9362", + "crptestar579", + "as2878" ], "CreatePublicIP": [ - "pip7338", - "dn9925" + "pip186", + "dn9352" ], "CreateVNET": [ - "vn231", - "sn4225" + "vn2538", + "sn4443" ], "CreateNIC": [ - "nic3649", - "ip5562" + "nic5145", + "ip3375" ], "CreateDefaultVMInput": [ - "crptestar1068", - "crptestar6980", - "crptestar4059", - "vm2964", - "Microsoft.Compute/virtualMachines8749" + "crptestar2818", + "crptestar2910", + "crptestar6397", + "vm6807", + "Microsoft.Compute/virtualMachines9871" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMExtensionsTimeBudget/TestVMExtensionsTimeBudgetScenario.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMExtensionsTimeBudget/TestVMExtensionsTimeBudgetScenario.json index 7593c5fc5b26b..232bf92ed9e52 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMExtensionsTimeBudget/TestVMExtensionsTimeBudgetScenario.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMExtensionsTimeBudget/TestVMExtensionsTimeBudgetScenario.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ea8780c-0775-48c0-8bcd-9403f0ce5566" + "0e45f699-fda9-4af7-ab6b-9fecd6847219" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "b938b737-e672-42be-a752-927a4526aae9" + "ecaaf43c-300f-458f-bf50-694d0236376b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "ebf586bf-da58-4471-935a-939ce450552b" + "a71ed705-21ca-47dd-8c2a-3e948dfff566" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002507Z:ebf586bf-da58-4471-935a-939ce450552b" + "EASTUS2:20220119T193151Z:a71ed705-21ca-47dd-8c2a-3e948dfff566" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:07 GMT" + "Wed, 19 Jan 2022 19:31:50 GMT" ], "Content-Length": [ "321" @@ -71,22 +71,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2983c5c8-1595-4ce1-96d5-6604e0873343" + "437500fe-153e-466c-a639-9e4baa58e4ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -97,16 +97,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999" + "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "adb6d9b7-c7c0-4ab4-9166-65d579c78f77" + "78a9bdac-2a25-492d-8b4d-9c07114f7b0e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -116,19 +116,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "bce40c7a-574a-4747-b5df-a1c75f8ea5a6" + "5dc83fe4-caef-4f84-ba5c-4029086abde2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002507Z:bce40c7a-574a-4747-b5df-a1c75f8ea5a6" + "EASTUS2:20220119T193151Z:5dc83fe4-caef-4f84-ba5c-4029086abde2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:07 GMT" + "Wed, 19 Jan 2022 19:31:50 GMT" ], "Content-Length": [ - "721" + "792" ], "Content-Type": [ "application/json; charset=utf-8" @@ -137,32 +137,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"imageDeprecationStatus\": {\r\n \"imageState\": \"Active\"\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7773?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc3NzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar352?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7773\": \"2021-06-30 00:25:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar352\": \"2022-01-19 19:31:51Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "00de2e6f-fbb1-48c3-bfeb-43d2b627fff2" + "28f63575-1e5f-4e3d-a739-e2415297778d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "99" + "98" ] }, "ResponseHeaders": { @@ -176,13 +176,13 @@ "1199" ], "x-ms-request-id": [ - "63d93cca-c176-4685-a8f9-2770e66cc1ee" + "4fc272d3-63fd-49a4-9124-6140cc2422f7" ], "x-ms-correlation-request-id": [ - "63d93cca-c176-4685-a8f9-2770e66cc1ee" + "4fc272d3-63fd-49a4-9124-6140cc2422f7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002510Z:63d93cca-c176-4685-a8f9-2770e66cc1ee" + "EASTUS2:20220119T193155Z:4fc272d3-63fd-49a4-9124-6140cc2422f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -191,10 +191,10 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:10 GMT" + "Wed, 19 Jan 2022 19:31:54 GMT" ], "Content-Length": [ - "234" + "231" ], "Content-Type": [ "application/json; charset=utf-8" @@ -203,32 +203,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773\",\r\n \"name\": \"crptestar7773\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7773\": \"2021-06-30 00:25:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352\",\r\n \"name\": \"crptestar352\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar352\": \"2022-01-19 19:31:51Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7773?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc3NzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar352?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7773\": \"2021-06-30 00:25:50Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar352\": \"2022-01-19 19:32:39Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9e173ef-f703-4410-b50b-be90cc446ab4" + "fc7fc7b4-4d6b-447e-b9ba-a4904fe8e050" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "99" + "98" ] }, "ResponseHeaders": { @@ -242,13 +242,13 @@ "1198" ], "x-ms-request-id": [ - "cc3bd830-9eae-44a9-8d15-ca11bf08eaaf" + "314bb00e-6c39-4c24-b5df-1e459996fdcd" ], "x-ms-correlation-request-id": [ - "cc3bd830-9eae-44a9-8d15-ca11bf08eaaf" + "314bb00e-6c39-4c24-b5df-1e459996fdcd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002551Z:cc3bd830-9eae-44a9-8d15-ca11bf08eaaf" + "EASTUS2:20220119T193240Z:314bb00e-6c39-4c24-b5df-1e459996fdcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -257,10 +257,10 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:51 GMT" + "Wed, 19 Jan 2022 19:32:40 GMT" ], "Content-Length": [ - "234" + "231" ], "Content-Type": [ "application/json; charset=utf-8" @@ -269,25 +269,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773\",\r\n \"name\": \"crptestar7773\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7773\": \"2021-06-30 00:25:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352\",\r\n \"name\": \"crptestar352\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar352\": \"2022-01-19 19:32:39Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Storage/storageAccounts/crptestar7800?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3ODAwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Storage/storageAccounts/crptestar320?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjMyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d2534f19-4a88-49ee-a61e-72f48f4780c0" + "63341c70-d384-4953-8408-0fcf1a26532c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -305,13 +305,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/12449b5d-9309-43b3-8741-c9bfb2d092e6?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6a530228-4971-4055-829e-c970182bc757?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "12449b5d-9309-43b3-8741-c9bfb2d092e6" + "6a530228-4971-4055-829e-c970182bc757" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -323,16 +323,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "4133ed57-6262-40b8-8c1f-a1da7431a082" + "f9dc0408-c13c-47d6-9d51-1cad7a84ecf1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002522Z:4133ed57-6262-40b8-8c1f-a1da7431a082" + "EASTUS2:20220119T193208Z:f9dc0408-c13c-47d6-9d51-1cad7a84ecf1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:22 GMT" + "Wed, 19 Jan 2022 19:32:07 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -348,15 +348,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/12449b5d-9309-43b3-8741-c9bfb2d092e6?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTI0NDliNWQtOTMwOS00M2IzLTg3NDEtYzliZmIyZDA5MmU2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6a530228-4971-4055-829e-c970182bc757?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNmE1MzAyMjgtNDk3MS00MDU1LTgyOWUtYzk3MDE4MmJjNzU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -367,8 +367,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6a530228-4971-4055-829e-c970182bc757?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "9fa4ecc9-30fe-4b78-be29-c98504c90697" + "9ce8ce69-8dd8-4816-bb37-4972ab7471b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -380,16 +386,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "e5f52704-e4f2-4811-ab57-d3a69f3af57a" + "49d5c397-c584-4a5f-b2ba-0b829bccdc23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002539Z:e5f52704-e4f2-4811-ab57-d3a69f3af57a" + "EASTUS2:20220119T193225Z:49d5c397-c584-4a5f-b2ba-0b829bccdc23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:39 GMT" + "Wed, 19 Jan 2022 19:32:24 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6a530228-4971-4055-829e-c970182bc757?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNmE1MzAyMjgtNDk3MS00MDU1LTgyOWUtYzk3MDE4MmJjNzU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2099d468-f026-4427-ab26-badad85ee79c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "fb5da794-0ed9-48af-b48d-63fd36c167ce" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T193228Z:fb5da794-0ed9-48af-b48d-63fd36c167ce" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:32:27 GMT" ], "Content-Length": [ "95" @@ -405,21 +468,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f9917ec-0ed7-482c-9a42-a3f653a80419" + "45fc3410-713f-447e-88d2-7a8713e577d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -431,7 +494,7 @@ "no-cache" ], "x-ms-request-id": [ - "c6a21eaa-f412-4a79-9f4d-0f2223151041" + "baec759d-e988-4a10-a90e-cd15514c1b29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -440,22 +503,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "15f2ed79-410c-4221-86f1-9df706e10dfa" + "a760cd20-0f0d-4276-a92f-17d6acb5f029" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002550Z:15f2ed79-410c-4221-86f1-9df706e10dfa" + "EASTUS2:20220119T193238Z:a760cd20-0f0d-4276-a92f-17d6acb5f029" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:49 GMT" + "Wed, 19 Jan 2022 19:32:38 GMT" ], "Content-Length": [ - "752" + "745" ], "Content-Type": [ "application/json" @@ -464,25 +527,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Storage/storageAccounts/crptestar7800\",\r\n \"name\": \"crptestar7800\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-30T00:25:18.7279275Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7800.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7800.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7800.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7800.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Storage/storageAccounts/crptestar320\",\r\n \"name\": \"crptestar320\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:32:04.5715647Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar320.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar320.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar320.table.core.windows.net/\",\r\n \"file\": \"https://crptestar320.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Storage/storageAccounts/crptestar7800?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3ODAwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Storage/storageAccounts/crptestar320?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjMyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9177ff7b-f886-49e3-bb31-7941df8ee38d" + "e3752d5e-b60d-40d3-903c-b42b9a737811" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -494,7 +557,7 @@ "no-cache" ], "x-ms-request-id": [ - "d02bf4c0-ce01-4d13-af30-1f37f728e3d6" + "cb53c78a-9594-4f79-9741-5432e4ebba3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -503,22 +566,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "5b71f1de-be00-462d-8ecb-d7e88725e631" + "5bd93c06-6b5c-4817-99ec-23e45798f826" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002550Z:5b71f1de-be00-462d-8ecb-d7e88725e631" + "EASTUS2:20220119T193239Z:5bd93c06-6b5c-4817-99ec-23e45798f826" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:50 GMT" + "Wed, 19 Jan 2022 19:32:39 GMT" ], "Content-Length": [ - "740" + "733" ], "Content-Type": [ "application/json" @@ -527,25 +590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Storage/storageAccounts/crptestar7800\",\r\n \"name\": \"crptestar7800\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-30T00:25:18.7279275Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7800.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7800.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7800.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7800.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Storage/storageAccounts/crptestar320\",\r\n \"name\": \"crptestar320\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:32:04.5715647Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar320.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar320.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar320.table.core.windows.net/\",\r\n \"file\": \"https://crptestar320.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/publicIPAddresses/pip75?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/publicIPAddresses/pip134?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTM0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5865\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2570\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bb611391-26e5-4e5f-b1cc-634d56d94ca5" + "70b809f8-75d4-4ec7-bb60-7cadb6b0f55a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -566,19 +629,19 @@ "1" ], "x-ms-request-id": [ - "261065fe-e17c-42cb-8e93-2665342d7f6d" + "cd8bc846-00f7-4b4e-aba1-ad3ebc7161f8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/261065fe-e17c-42cb-8e93-2665342d7f6d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cd8bc846-00f7-4b4e-aba1-ad3ebc7161f8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9bc04c67-5c7c-41d1-b3a2-700517356950" + "43d09f85-74e7-4156-98e1-1fec12e22948" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d6fa3078-e659-4a0e-9555-44be66ea99bc" + "645dfa01-8465-45ff-a7ec-b85970121fbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -591,16 +654,16 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002600Z:9bc04c67-5c7c-41d1-b3a2-700517356950" + "EASTUS2:20220119T193252Z:43d09f85-74e7-4156-98e1-1fec12e22948" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:25:59 GMT" + "Wed, 19 Jan 2022 19:32:52 GMT" ], "Content-Length": [ - "765" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -609,19 +672,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip75\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/publicIPAddresses/pip75\",\r\n \"etag\": \"W/\\\"0a82c6e3-1de3-4b76-979b-7697f4459774\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bd533c07-4ed6-4de9-8b49-e7288cd96a5f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5865\",\r\n \"fqdn\": \"dn5865.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/publicIPAddresses/pip134\",\r\n \"etag\": \"W/\\\"93c7514a-aa12-4018-bf37-30cea26429fa\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4ce3142a-8c8c-4697-8d2f-719083c9edb3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2570\",\r\n \"fqdn\": \"dn2570.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/261065fe-e17c-42cb-8e93-2665342d7f6d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI2MTA2NWZlLWUxN2MtNDJjYi04ZTkzLTI2NjUzNDJkN2Y2ZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cd8bc846-00f7-4b4e-aba1-ad3ebc7161f8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NkOGJjODQ2LTAwZjctNGI0ZS1hYmExLWFkM2ViYzcxNjFmOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -633,13 +696,13 @@ "no-cache" ], "x-ms-request-id": [ - "aae29c3f-e8f4-407a-8600-80b53a2cbaf1" + "7b816e46-74cd-4421-a44d-6f2b5ae0c098" ], "x-ms-correlation-request-id": [ - "d4e95314-0705-494f-8596-3c02547f2a78" + "f29c1de7-27e2-4f71-bd86-7e1a7d5cd317" ], "x-ms-arm-service-request-id": [ - "62e2b743-e68f-4508-a936-07d90274f4b7" + "2ecfcfb2-1a29-42fc-9f5e-833fb1cd7f98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -652,13 +715,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002601Z:d4e95314-0705-494f-8596-3c02547f2a78" + "EASTUS2:20220119T193253Z:f29c1de7-27e2-4f71-bd86-7e1a7d5cd317" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:00 GMT" + "Wed, 19 Jan 2022 19:32:53 GMT" ], "Content-Length": [ "29" @@ -674,15 +737,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/publicIPAddresses/pip75?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/publicIPAddresses/pip134?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTM0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +757,16 @@ "no-cache" ], "ETag": [ - "W/\"04f45fb9-7da1-4a2f-80b8-9751e1ca4812\"" + "W/\"0ffc6033-8859-4c0f-ac01-c2cc8d95b013\"" ], "x-ms-request-id": [ - "af50fd58-9382-43cc-9457-f492df307ab6" + "8a20070a-1841-4927-85c7-c03f739e840d" ], "x-ms-correlation-request-id": [ - "1245b053-9705-4d0b-a2f7-d92bf17fc9aa" + "229846f6-31d7-4acb-b09a-7ffb9ac4b33e" ], "x-ms-arm-service-request-id": [ - "29d47bde-895a-4e38-b2a4-5598ef6317c2" + "889fd679-0269-47c3-bb8a-de60faa2506e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -716,16 +779,16 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002601Z:1245b053-9705-4d0b-a2f7-d92bf17fc9aa" + "EASTUS2:20220119T193253Z:229846f6-31d7-4acb-b09a-7ffb9ac4b33e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:01 GMT" + "Wed, 19 Jan 2022 19:32:53 GMT" ], "Content-Length": [ - "766" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip75\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/publicIPAddresses/pip75\",\r\n \"etag\": \"W/\\\"04f45fb9-7da1-4a2f-80b8-9751e1ca4812\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd533c07-4ed6-4de9-8b49-e7288cd96a5f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5865\",\r\n \"fqdn\": \"dn5865.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/publicIPAddresses/pip134\",\r\n \"etag\": \"W/\\\"0ffc6033-8859-4c0f-ac01-c2cc8d95b013\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4ce3142a-8c8c-4697-8d2f-719083c9edb3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2570\",\r\n \"fqdn\": \"dn2570.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/publicIPAddresses/pip75?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/publicIPAddresses/pip134?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTM0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "787d8ab7-ce11-449c-a982-b0f52d9afad3" + "e05a2e7b-1cfa-4e4f-8129-23d79e34bb86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -764,16 +827,16 @@ "no-cache" ], "ETag": [ - "W/\"04f45fb9-7da1-4a2f-80b8-9751e1ca4812\"" + "W/\"0ffc6033-8859-4c0f-ac01-c2cc8d95b013\"" ], "x-ms-request-id": [ - "8b214ddb-1428-4803-b16d-25960c0652c0" + "7d5d5300-6461-4483-873f-0d80a683bd38" ], "x-ms-correlation-request-id": [ - "4894b332-af40-4a2b-aae1-ac86bd793552" + "ce2b0d12-8c05-40a5-a714-165d9d24df38" ], "x-ms-arm-service-request-id": [ - "1c11aa51-25f6-4e58-aada-6f1626516646" + "b63edd19-9148-40fc-994e-cb813255c19e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -786,16 +849,16 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002602Z:4894b332-af40-4a2b-aae1-ac86bd793552" + "EASTUS2:20220119T193253Z:ce2b0d12-8c05-40a5-a714-165d9d24df38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:01 GMT" + "Wed, 19 Jan 2022 19:32:53 GMT" ], "Content-Length": [ - "766" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -804,25 +867,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip75\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/publicIPAddresses/pip75\",\r\n \"etag\": \"W/\\\"04f45fb9-7da1-4a2f-80b8-9751e1ca4812\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd533c07-4ed6-4de9-8b49-e7288cd96a5f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5865\",\r\n \"fqdn\": \"dn5865.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/publicIPAddresses/pip134\",\r\n \"etag\": \"W/\\\"0ffc6033-8859-4c0f-ac01-c2cc8d95b013\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4ce3142a-8c8c-4697-8d2f-719083c9edb3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2570\",\r\n \"fqdn\": \"dn2570.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzY0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7911\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5399\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2c1e634e-a30c-49b7-bd77-e73d53b4083e" + "671de0eb-f1d8-4f0f-9401-7cabcfa7a2ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -843,19 +906,19 @@ "3" ], "x-ms-request-id": [ - "4a5f254d-82e3-4b9d-97c0-d084b717dbe4" + "6d31a0b7-f7bd-48d5-814f-e93a834ecfdf" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4a5f254d-82e3-4b9d-97c0-d084b717dbe4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6d31a0b7-f7bd-48d5-814f-e93a834ecfdf?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2376ba3b-d014-45eb-bbc1-13c1bbc4b958" + "c527d44c-9639-44fc-8019-384f9034f4ee" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0eacb47d-411d-4312-bac8-c3ec9f9514d6" + "331123c8-5d15-4e03-9c2a-10abf37a8185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -868,16 +931,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002605Z:2376ba3b-d014-45eb-bbc1-13c1bbc4b958" + "EASTUS2:20220119T193258Z:c527d44c-9639-44fc-8019-384f9034f4ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:04 GMT" + "Wed, 19 Jan 2022 19:32:58 GMT" ], "Content-Length": [ - "1321" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -886,19 +949,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7804\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804\",\r\n \"etag\": \"W/\\\"4f255b04-4f36-49ac-90a9-3a466eeb1594\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a4440b82-7caa-47f7-b580-4142e817beb5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7911\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911\",\r\n \"etag\": \"W/\\\"4f255b04-4f36-49ac-90a9-3a466eeb1594\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3640\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640\",\r\n \"etag\": \"W/\\\"3571b098-b3ab-4850-a7f0-11285c46d75c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6879c308-c9e5-4e55-83df-53b52d1d6049\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5399\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399\",\r\n \"etag\": \"W/\\\"3571b098-b3ab-4850-a7f0-11285c46d75c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4a5f254d-82e3-4b9d-97c0-d084b717dbe4?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRhNWYyNTRkLTgyZTMtNGI5ZC05N2MwLWQwODRiNzE3ZGJlND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6d31a0b7-f7bd-48d5-814f-e93a834ecfdf?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZkMzFhMGI3LWY3YmQtNDhkNS04MTRmLWU5M2E4MzRlY2ZkZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -910,13 +973,13 @@ "no-cache" ], "x-ms-request-id": [ - "06c84ed5-24d7-4b07-8735-70bf3a1a2471" + "7087a19e-dc85-4355-bfc8-24d75e41ef76" ], "x-ms-correlation-request-id": [ - "fd3048f3-2f33-4a72-b8b6-3388e9ef2735" + "59a7306d-fae8-4019-a8a3-d06fa8f0b967" ], "x-ms-arm-service-request-id": [ - "35653cbf-f569-4e10-8b08-a6cfc1717c6a" + "db1a77c0-44b4-49ea-8400-fa8adf6ffa04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -929,13 +992,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002609Z:fd3048f3-2f33-4a72-b8b6-3388e9ef2735" + "EASTUS2:20220119T193302Z:59a7306d-fae8-4019-a8a3-d06fa8f0b967" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:08 GMT" + "Wed, 19 Jan 2022 19:33:02 GMT" ], "Content-Length": [ "29" @@ -951,15 +1014,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzY0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -971,16 +1034,16 @@ "no-cache" ], "ETag": [ - "W/\"46dbe1bc-20ce-4f34-8137-7886ff25d484\"" + "W/\"7107a344-df52-4bdb-b250-d2993fe0c817\"" ], "x-ms-request-id": [ - "5a0da16b-db5b-4731-ad52-18135f2904fe" + "42911845-ef1d-4a1d-ab73-319ca4fd3f19" ], "x-ms-correlation-request-id": [ - "67b34100-f4d0-463e-a848-2136c8ba6f81" + "e42b1765-cd14-4f34-8951-cde335bba6a1" ], "x-ms-arm-service-request-id": [ - "258a1f13-0943-4d8a-a251-575aa3b87cdf" + "18c0397e-8915-4944-adc9-311502c75f5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -993,16 +1056,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002609Z:67b34100-f4d0-463e-a848-2136c8ba6f81" + "EASTUS2:20220119T193303Z:e42b1765-cd14-4f34-8951-cde335bba6a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:08 GMT" + "Wed, 19 Jan 2022 19:33:02 GMT" ], "Content-Length": [ - "1323" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7804\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804\",\r\n \"etag\": \"W/\\\"46dbe1bc-20ce-4f34-8137-7886ff25d484\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a4440b82-7caa-47f7-b580-4142e817beb5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7911\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911\",\r\n \"etag\": \"W/\\\"46dbe1bc-20ce-4f34-8137-7886ff25d484\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3640\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640\",\r\n \"etag\": \"W/\\\"7107a344-df52-4bdb-b250-d2993fe0c817\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6879c308-c9e5-4e55-83df-53b52d1d6049\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5399\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399\",\r\n \"etag\": \"W/\\\"7107a344-df52-4bdb-b250-d2993fe0c817\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4MDQvc3VibmV0cy9zbjc5MTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzY0MC9zdWJuZXRzL3NuNTM5OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dd9af69-dce1-436c-b013-9bd91328c234" + "c17c9b3f-288c-422b-bf06-126107add7bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1041,16 +1104,16 @@ "no-cache" ], "ETag": [ - "W/\"46dbe1bc-20ce-4f34-8137-7886ff25d484\"" + "W/\"7107a344-df52-4bdb-b250-d2993fe0c817\"" ], "x-ms-request-id": [ - "716a788b-1ac0-4c11-b96f-9085e3c3e878" + "5e941921-0613-4c74-a6c9-8a412be0d0c0" ], "x-ms-correlation-request-id": [ - "0334f77a-edae-46b1-ad11-3d12c0d4d5b8" + "d40d0255-0963-4fde-8aa9-f0d23244e80d" ], "x-ms-arm-service-request-id": [ - "7d1ab1fb-8c77-421b-8dcf-04d355c581a3" + "d9ae401e-404d-48ab-8a4c-9c2c026a5861" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1063,16 +1126,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002609Z:0334f77a-edae-46b1-ad11-3d12c0d4d5b8" + "EASTUS2:20220119T193303Z:d40d0255-0963-4fde-8aa9-f0d23244e80d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:08 GMT" + "Wed, 19 Jan 2022 19:33:03 GMT" ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1081,32 +1144,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7911\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911\",\r\n \"etag\": \"W/\\\"46dbe1bc-20ce-4f34-8137-7886ff25d484\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5399\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399\",\r\n \"etag\": \"W/\\\"7107a344-df52-4bdb-b250-d2993fe0c817\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjcxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7911\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911\"\r\n }\r\n },\r\n \"name\": \"ip4248\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5399\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399\"\r\n }\r\n },\r\n \"name\": \"ip2852\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "efd36033-9a45-4595-893b-d0f84ae73844" + "39359e2f-1034-4ba8-b273-c32e38cf884e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "747" ] }, "ResponseHeaders": { @@ -1117,19 +1180,19 @@ "no-cache" ], "x-ms-request-id": [ - "e523d931-6bbb-4d43-9ebc-17d1bb941931" + "fc697605-a586-4c82-9e53-38185ee0dbb1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e523d931-6bbb-4d43-9ebc-17d1bb941931?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fc697605-a586-4c82-9e53-38185ee0dbb1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "84d26251-52e8-45dc-a09d-a138c768cd30" + "bca8cfc6-c89a-40dc-8d12-165355d84435" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "400e7d22-7569-492e-94ff-1636b23b5459" + "a37ac60d-dbbf-45c0-b210-fd1bec05c274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1142,16 +1205,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002613Z:84d26251-52e8-45dc-a09d-a138c768cd30" + "EASTUS2:20220119T193307Z:bca8cfc6-c89a-40dc-8d12-165355d84435" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:12 GMT" + "Wed, 19 Jan 2022 19:33:07 GMT" ], "Content-Length": [ - "1631" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1160,19 +1223,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5086\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\",\r\n \"etag\": \"W/\\\"bc443a00-e45a-4b32-a3b5-7a4341492c06\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"115e7797-55f9-41f9-97ac-8beacb6d1a4a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4248\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086/ipConfigurations/ip4248\",\r\n \"etag\": \"W/\\\"bc443a00-e45a-4b32-a3b5-7a4341492c06\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911\"\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\": \"qifujjfkpt1upnmaifboqf34wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2713\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\",\r\n \"etag\": \"W/\\\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b4a405a-2a73-48c8-9076-d398f700a7c6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2852\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713/ipConfigurations/ip2852\",\r\n \"etag\": \"W/\\\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399\"\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\": \"bdbxs0hfzfku3a45ko0s0hlajb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjcxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1184,16 +1247,16 @@ "no-cache" ], "ETag": [ - "W/\"bc443a00-e45a-4b32-a3b5-7a4341492c06\"" + "W/\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\"" ], "x-ms-request-id": [ - "2bef61ff-d6ff-4d27-aa84-b384c355d62a" + "8f8083b3-379a-496f-a77e-14049601b6eb" ], "x-ms-correlation-request-id": [ - "d10df2a2-8dcc-4060-b152-b2fa61edcef7" + "66e21662-7588-417f-a45a-baedad3a85ba" ], "x-ms-arm-service-request-id": [ - "a901d945-3536-4ac3-b492-83e15f73d7a3" + "b62d5b69-7e23-4d09-8391-c26e9ccd964a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1206,16 +1269,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002614Z:d10df2a2-8dcc-4060-b152-b2fa61edcef7" + "EASTUS2:20220119T193307Z:66e21662-7588-417f-a45a-baedad3a85ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:14 GMT" + "Wed, 19 Jan 2022 19:33:07 GMT" ], "Content-Length": [ - "1631" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,25 +1287,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5086\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\",\r\n \"etag\": \"W/\\\"bc443a00-e45a-4b32-a3b5-7a4341492c06\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"115e7797-55f9-41f9-97ac-8beacb6d1a4a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4248\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086/ipConfigurations/ip4248\",\r\n \"etag\": \"W/\\\"bc443a00-e45a-4b32-a3b5-7a4341492c06\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911\"\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\": \"qifujjfkpt1upnmaifboqf34wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2713\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\",\r\n \"etag\": \"W/\\\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b4a405a-2a73-48c8-9076-d398f700a7c6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2852\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713/ipConfigurations/ip2852\",\r\n \"etag\": \"W/\\\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399\"\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\": \"bdbxs0hfzfku3a45ko0s0hlajb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjcxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0d90fac-e903-4793-ac56-16088cd814aa" + "0bad1527-70fb-4b50-bec9-6d32b9fed184" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1254,16 +1317,16 @@ "no-cache" ], "ETag": [ - "W/\"bc443a00-e45a-4b32-a3b5-7a4341492c06\"" + "W/\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\"" ], "x-ms-request-id": [ - "82b9cbc8-eedb-4975-8ccf-114c7daa9ea5" + "29a067e1-f38b-49fe-a5bb-8d79718288d2" ], "x-ms-correlation-request-id": [ - "f92ad582-ce2b-4c90-8634-ce0c33f6a3af" + "6e61bf49-3acb-4c67-bca9-68048bcf49a9" ], "x-ms-arm-service-request-id": [ - "01246f1c-8f7f-4414-9270-be316edc2c61" + "b56f83d1-8ddc-4b0e-8b96-b842f144f2ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1276,16 +1339,16 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002614Z:f92ad582-ce2b-4c90-8634-ce0c33f6a3af" + "EASTUS2:20220119T193307Z:6e61bf49-3acb-4c67-bca9-68048bcf49a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:14 GMT" + "Wed, 19 Jan 2022 19:33:07 GMT" ], "Content-Length": [ - "1631" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1294,26 +1357,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5086\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\",\r\n \"etag\": \"W/\\\"bc443a00-e45a-4b32-a3b5-7a4341492c06\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"115e7797-55f9-41f9-97ac-8beacb6d1a4a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4248\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086/ipConfigurations/ip4248\",\r\n \"etag\": \"W/\\\"bc443a00-e45a-4b32-a3b5-7a4341492c06\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/virtualNetworks/vn7804/subnets/sn7911\"\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\": \"qifujjfkpt1upnmaifboqf34wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2713\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\",\r\n \"etag\": \"W/\\\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b4a405a-2a73-48c8-9076-d398f700a7c6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2852\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713/ipConfigurations/ip2852\",\r\n \"etag\": \"W/\\\"c052e555-3b71-4c56-bfc8-4d5da1af3e74\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/virtualNetworks/vn3640/subnets/sn5399\"\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\": \"bdbxs0hfzfku3a45ko0s0hlajb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/availabilitySets/as4849?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0ODQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/availabilitySets/as4902?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczQ5MDI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1d90843-a1c8-48a4-82ad-61fcca8765e6" + "882692f6-ab7f-4dd0-804c-69f698ba300f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1336,7 +1399,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bec04b6c-cbaa-49a9-9084-0e2fe7f7622b" + "690b761f-5319-424f-a4d4-a3ec5873238c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1346,19 +1409,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "9a5a0b87-a4b9-431d-aad8-76bb0b70be39" + "1022eb6f-63fa-4fa2-b974-d119c67da83a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002623Z:9a5a0b87-a4b9-431d-aad8-76bb0b70be39" + "EASTUS2:20220119T193316Z:1022eb6f-63fa-4fa2-b974-d119c67da83a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:22 GMT" + "Wed, 19 Jan 2022 19:33:16 GMT" ], "Content-Length": [ - "444" + "443" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1367,32 +1430,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as4849\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/availabilitySets/as4849\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as4902\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/availabilitySets/as4902\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtMTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7800.blob.core.windows.net/crptestar5003/oscrptestar9686.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/availabilitySets/as4849\"\r\n },\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar320.blob.core.windows.net/crptestar9023/oscrptestar5561.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 150\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/availabilitySets/as4902\"\r\n },\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c864c7c4-06ab-467c-ba2a-8a4762fb491d" + "c70d5654-8be4-43c0-aff7-0c3985fbf733" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1288" + "1285" ] }, "ResponseHeaders": { @@ -1406,7 +1469,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/35ef5134-7eda-4152-be7e-ed2e3ba7c7e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1418,7 +1481,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6" + "35ef5134-7eda-4152-be7e-ed2e3ba7c7e4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1428,19 +1491,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "e04437a2-6f17-4c85-bd2b-541ce5352b19" + "dcff0457-60a4-4a47-9003-32e688894704" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002632Z:e04437a2-6f17-4c85-bd2b-541ce5352b19" + "EASTUS2:20220119T193321Z:dcff0457-60a4-4a47-9003-32e688894704" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:31 GMT" + "Wed, 19 Jan 2022 19:33:21 GMT" ], "Content-Length": [ - "2092" + "2145" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1449,20 +1512,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm906\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6929e705-705e-4029-b64f-f5ed686f7f63\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/availabilitySets/AS4849\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7800.blob.core.windows.net/crptestar5003/oscrptestar9686.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm130\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9d896d24-4317-4893-b662-6095fd78e102\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/availabilitySets/AS4902\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar320.blob.core.windows.net/crptestar9023/oscrptestar5561.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"extensionsTimeBudget\": \"PT1H20M\",\r\n \"timeCreated\": \"2022-01-19T19:33:19.1598149+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhZDJiOWQ0LWVjMjctNGNjNS1iZjkwLWI2YzNkMGJkYjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/35ef5134-7eda-4152-be7e-ed2e3ba7c7e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1ZWY1MTM0LTdlZGEtNDE1Mi1iZTdlLWVkMmUzYmE3YzdlND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1476,13 +1539,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c7a34b1-aea9-4420-9729-be0906dd2e75" + "ca3cdb56-c60c-4492-a1dc-36a7aa1c7724" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1492,19 +1555,19 @@ "11997" ], "x-ms-correlation-request-id": [ - "ec911ca3-fdf5-4ddc-9069-8afaace45382" + "89696023-af4e-42ef-abb1-44a030fe606a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002642Z:ec911ca3-fdf5-4ddc-9069-8afaace45382" + "EASTUS2:20220119T193331Z:89696023-af4e-42ef-abb1-44a030fe606a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:26:41 GMT" + "Wed, 19 Jan 2022 19:33:31 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1513,20 +1576,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:26:29.9564637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:33:19.112919+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35ef5134-7eda-4152-be7e-ed2e3ba7c7e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhZDJiOWQ0LWVjMjctNGNjNS1iZjkwLWI2YzNkMGJkYjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/35ef5134-7eda-4152-be7e-ed2e3ba7c7e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1ZWY1MTM0LTdlZGEtNDE1Mi1iZTdlLWVkMmUzYmE3YzdlND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1537,13 +1600,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4e9b464-72c8-41fc-a322-2396b9230912" + "87501b57-5204-4aad-abc6-d72328f55640" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1553,19 +1616,19 @@ "11996" ], "x-ms-correlation-request-id": [ - "71138428-a0d5-4c97-9e8c-ae6d72924bdd" + "bdc686bf-09cc-4ce8-b77a-48875c176dff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002732Z:71138428-a0d5-4c97-9e8c-ae6d72924bdd" + "EASTUS2:20220119T193421Z:bdc686bf-09cc-4ce8-b77a-48875c176dff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:27:32 GMT" + "Wed, 19 Jan 2022 19:34:21 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1574,20 +1637,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:26:29.9564637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:33:19.112919+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35ef5134-7eda-4152-be7e-ed2e3ba7c7e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhZDJiOWQ0LWVjMjctNGNjNS1iZjkwLWI2YzNkMGJkYjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/35ef5134-7eda-4152-be7e-ed2e3ba7c7e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1ZWY1MTM0LTdlZGEtNDE1Mi1iZTdlLWVkMmUzYmE3YzdlND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1598,13 +1661,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b794acdf-98d7-4c84-8e4d-1868a41fabe4" + "d2dd1ecf-1cbb-407c-b515-ea5ca3be8072" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1614,19 +1677,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "fda354cb-2e55-46d3-9e25-d703d6369e9d" + "4c1ddfb8-8afe-41b1-9ff6-2aab134b2bb0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002823Z:fda354cb-2e55-46d3-9e25-d703d6369e9d" + "EASTUS2:20220119T193512Z:4c1ddfb8-8afe-41b1-9ff6-2aab134b2bb0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:28:22 GMT" + "Wed, 19 Jan 2022 19:35:11 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1635,20 +1698,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:26:29.9564637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:33:19.112919+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35ef5134-7eda-4152-be7e-ed2e3ba7c7e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhZDJiOWQ0LWVjMjctNGNjNS1iZjkwLWI2YzNkMGJkYjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/35ef5134-7eda-4152-be7e-ed2e3ba7c7e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1ZWY1MTM0LTdlZGEtNDE1Mi1iZTdlLWVkMmUzYmE3YzdlND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1659,13 +1722,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7abf533d-87bd-4c5f-8742-45462f7357a0" + "bd2ce3b1-a80c-455f-b1e2-61eabb52147e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1675,19 +1738,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "fcc6ea42-587f-4f09-bec6-ca769f175f56" + "f7074e73-1903-4d70-a08b-d21b635eead4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002914Z:fcc6ea42-587f-4f09-bec6-ca769f175f56" + "EASTUS2:20220119T193602Z:f7074e73-1903-4d70-a08b-d21b635eead4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:29:13 GMT" + "Wed, 19 Jan 2022 19:36:02 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1696,20 +1759,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T00:26:29.9564637+00:00\",\r\n \"endTime\": \"2021-06-30T00:29:06.5982724+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1ad2b9d4-ec27-4cc5-bf90-b6c3d0bdb5b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:33:19.112919+00:00\",\r\n \"endTime\": \"2022-01-19T19:35:59.4253893+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"35ef5134-7eda-4152-be7e-ed2e3ba7c7e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtMTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1720,13 +1783,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "39dc9e53-149c-469d-b958-8a152b001b90" + "87e8e720-d040-4a7d-8fad-e1106769ebf5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1736,19 +1799,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "409716f3-faae-4983-85b2-475bb1403003" + "81acd131-7b70-473c-a9cf-d8aa163e028a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002914Z:409716f3-faae-4983-85b2-475bb1403003" + "EASTUS2:20220119T193602Z:81acd131-7b70-473c-a9cf-d8aa163e028a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:29:13 GMT" + "Wed, 19 Jan 2022 19:36:02 GMT" ], "Content-Length": [ - "2093" + "2146" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1757,26 +1820,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm906\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6929e705-705e-4029-b64f-f5ed686f7f63\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/availabilitySets/AS4849\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7800.blob.core.windows.net/crptestar5003/oscrptestar9686.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm130\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9d896d24-4317-4893-b662-6095fd78e102\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/availabilitySets/AS4902\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar320.blob.core.windows.net/crptestar9023/oscrptestar5561.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"extensionsTimeBudget\": \"PT1H20M\",\r\n \"timeCreated\": \"2022-01-19T19:33:19.1598149+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtMTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6ff606f-cb3d-4642-9891-bfa5b1af4e6f" + "2498ffd1-7027-4ae4-8e38-dc2068e1a7fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1787,13 +1850,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31980" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2f582a6-5f16-4b5b-b06a-a767aa454d1c" + "83b6be15-64ae-4aa1-b9e6-703c7432c0ad" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1803,19 +1866,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "5f58092c-16ae-49bf-9e78-3158e74afdcb" + "142c831e-1ed0-4b43-b774-8e89101c1d2e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002914Z:5f58092c-16ae-49bf-9e78-3158e74afdcb" + "EASTUS2:20220119T193602Z:142c831e-1ed0-4b43-b774-8e89101c1d2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:29:13 GMT" + "Wed, 19 Jan 2022 19:36:02 GMT" ], "Content-Length": [ - "2093" + "2146" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1824,26 +1887,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm906\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6929e705-705e-4029-b64f-f5ed686f7f63\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/availabilitySets/AS4849\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7800.blob.core.windows.net/crptestar5003/oscrptestar9686.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm130\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9d896d24-4317-4893-b662-6095fd78e102\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/availabilitySets/AS4902\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar320.blob.core.windows.net/crptestar9023/oscrptestar5561.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"extensionsTimeBudget\": \"PT1H20M\",\r\n \"timeCreated\": \"2022-01-19T19:33:19.1598149+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc3NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtMTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf822b7a-0b94-4ad3-a0e0-b1f69698e5c6" + "8a98e799-d1fe-4dc0-a77a-db5c6f32fc0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1854,13 +1917,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2a01451-b431-4bb3-a68d-ed5717fc06a3" + "9d973c25-0858-4f88-9010-115c89045c46" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1870,19 +1933,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "af9a1ab4-83f6-4a3c-a217-2263a64fc4c6" + "dd60b558-3d9d-455b-b58e-144dd0cda801" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002914Z:af9a1ab4-83f6-4a3c-a217-2263a64fc4c6" + "EASTUS2:20220119T193603Z:dd60b558-3d9d-455b-b58e-144dd0cda801" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:29:13 GMT" + "Wed, 19 Jan 2022 19:36:02 GMT" ], "Content-Length": [ - "2093" + "2146" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1891,25 +1954,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm906\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/virtualMachines/vm906\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6929e705-705e-4029-b64f-f5ed686f7f63\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Compute/availabilitySets/AS4849\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7800.blob.core.windows.net/crptestar5003/oscrptestar9686.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 150,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7773/providers/Microsoft.Network/networkInterfaces/nic5086\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm130\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/virtualMachines/vm130\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9d896d24-4317-4893-b662-6095fd78e102\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Compute/availabilitySets/AS4902\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar320.blob.core.windows.net/crptestar9023/oscrptestar5561.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 150\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar352/providers/Microsoft.Network/networkInterfaces/nic2713\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"extensionsTimeBudget\": \"PT1H20M\",\r\n \"timeCreated\": \"2022-01-19T19:33:19.1598149+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7773?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc3NzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar352?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "527a9ec9-9093-439e-a2b8-c9e6fb7b280f" + "174cd75e-9a31-4f29-9766-d0705091ca93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1921,7 +1984,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1930,13 +1993,13 @@ "14999" ], "x-ms-request-id": [ - "48385355-6dba-4481-8496-661cc50d991d" + "73844c4c-8e34-4abe-aa56-4fd01918c7a3" ], "x-ms-correlation-request-id": [ - "48385355-6dba-4481-8496-661cc50d991d" + "73844c4c-8e34-4abe-aa56-4fd01918c7a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002919Z:48385355-6dba-4481-8496-661cc50d991d" + "EASTUS2:20220119T193609Z:73844c4c-8e34-4abe-aa56-4fd01918c7a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1945,7 +2008,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:29:19 GMT" + "Wed, 19 Jan 2022 19:36:09 GMT" ], "Expires": [ "-1" @@ -1958,15 +2021,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1978,7 +2041,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1987,13 +2050,13 @@ "11999" ], "x-ms-request-id": [ - "d4ca06d0-342d-4d07-80a4-dccbdcc22464" + "e68b6e77-f696-46d6-8cea-6ee377f2930e" ], "x-ms-correlation-request-id": [ - "d4ca06d0-342d-4d07-80a4-dccbdcc22464" + "e68b6e77-f696-46d6-8cea-6ee377f2930e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002934Z:d4ca06d0-342d-4d07-80a4-dccbdcc22464" + "EASTUS2:20220119T193625Z:e68b6e77-f696-46d6-8cea-6ee377f2930e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2002,7 +2065,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:29:34 GMT" + "Wed, 19 Jan 2022 19:36:24 GMT" ], "Expires": [ "-1" @@ -2015,15 +2078,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2035,7 +2098,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2044,13 +2107,13 @@ "11998" ], "x-ms-request-id": [ - "1be0021b-70b8-48ae-89f5-a865f7d6bb97" + "8fd75e66-560b-4c00-895e-7ddc92c50e98" ], "x-ms-correlation-request-id": [ - "1be0021b-70b8-48ae-89f5-a865f7d6bb97" + "8fd75e66-560b-4c00-895e-7ddc92c50e98" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T002950Z:1be0021b-70b8-48ae-89f5-a865f7d6bb97" + "EASTUS2:20220119T193640Z:8fd75e66-560b-4c00-895e-7ddc92c50e98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2059,7 +2122,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:29:49 GMT" + "Wed, 19 Jan 2022 19:36:40 GMT" ], "Expires": [ "-1" @@ -2072,15 +2135,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2092,7 +2155,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2101,13 +2164,13 @@ "11997" ], "x-ms-request-id": [ - "ba72819d-353d-4581-948f-d2e58dd74039" + "7598668f-3e2e-42df-8f21-49fe1e0778e8" ], "x-ms-correlation-request-id": [ - "ba72819d-353d-4581-948f-d2e58dd74039" + "7598668f-3e2e-42df-8f21-49fe1e0778e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003005Z:ba72819d-353d-4581-948f-d2e58dd74039" + "EASTUS2:20220119T193656Z:7598668f-3e2e-42df-8f21-49fe1e0778e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2116,7 +2179,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:30:05 GMT" + "Wed, 19 Jan 2022 19:36:56 GMT" ], "Expires": [ "-1" @@ -2129,15 +2192,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2149,7 +2212,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2158,13 +2221,13 @@ "11996" ], "x-ms-request-id": [ - "b670efca-02ec-4f94-a95c-f1de6d7736e9" + "ac8d4341-a73a-4739-afeb-b159e000e2d6" ], "x-ms-correlation-request-id": [ - "b670efca-02ec-4f94-a95c-f1de6d7736e9" + "ac8d4341-a73a-4739-afeb-b159e000e2d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003021Z:b670efca-02ec-4f94-a95c-f1de6d7736e9" + "EASTUS2:20220119T193712Z:ac8d4341-a73a-4739-afeb-b159e000e2d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2173,7 +2236,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:30:20 GMT" + "Wed, 19 Jan 2022 19:37:12 GMT" ], "Expires": [ "-1" @@ -2186,15 +2249,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2206,7 +2269,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2215,13 +2278,13 @@ "11995" ], "x-ms-request-id": [ - "dbfea07f-0869-453e-b732-57a55786d7d4" + "6535d617-8a5d-4b7e-b47c-ba15a453561e" ], "x-ms-correlation-request-id": [ - "dbfea07f-0869-453e-b732-57a55786d7d4" + "6535d617-8a5d-4b7e-b47c-ba15a453561e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003036Z:dbfea07f-0869-453e-b732-57a55786d7d4" + "EASTUS2:20220119T193727Z:6535d617-8a5d-4b7e-b47c-ba15a453561e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2230,7 +2293,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:30:35 GMT" + "Wed, 19 Jan 2022 19:37:27 GMT" ], "Expires": [ "-1" @@ -2243,15 +2306,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2263,7 +2326,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2272,13 +2335,13 @@ "11994" ], "x-ms-request-id": [ - "3a51efbd-552c-47dd-a8e6-f8a347fb5740" + "9e56def7-ff6e-4861-986f-7b911ab624ed" ], "x-ms-correlation-request-id": [ - "3a51efbd-552c-47dd-a8e6-f8a347fb5740" + "9e56def7-ff6e-4861-986f-7b911ab624ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003051Z:3a51efbd-552c-47dd-a8e6-f8a347fb5740" + "EASTUS2:20220119T193743Z:9e56def7-ff6e-4861-986f-7b911ab624ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2287,7 +2350,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:30:51 GMT" + "Wed, 19 Jan 2022 19:37:43 GMT" ], "Expires": [ "-1" @@ -2300,15 +2363,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2320,7 +2383,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2329,13 +2392,13 @@ "11993" ], "x-ms-request-id": [ - "83854e7b-c55f-4c92-ab41-6e7cac219c96" + "84a67bc1-9dbc-4265-a170-606d2e43b898" ], "x-ms-correlation-request-id": [ - "83854e7b-c55f-4c92-ab41-6e7cac219c96" + "84a67bc1-9dbc-4265-a170-606d2e43b898" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003107Z:83854e7b-c55f-4c92-ab41-6e7cac219c96" + "EASTUS2:20220119T193759Z:84a67bc1-9dbc-4265-a170-606d2e43b898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2344,7 +2407,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:31:06 GMT" + "Wed, 19 Jan 2022 19:37:58 GMT" ], "Expires": [ "-1" @@ -2357,15 +2420,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2377,7 +2440,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2386,13 +2449,13 @@ "11992" ], "x-ms-request-id": [ - "a182277e-d2f5-477c-9413-f07ac74d9f45" + "993a15ad-813c-4d6e-b62d-57af90f4c2fb" ], "x-ms-correlation-request-id": [ - "a182277e-d2f5-477c-9413-f07ac74d9f45" + "993a15ad-813c-4d6e-b62d-57af90f4c2fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003122Z:a182277e-d2f5-477c-9413-f07ac74d9f45" + "EASTUS2:20220119T193814Z:993a15ad-813c-4d6e-b62d-57af90f4c2fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2401,7 +2464,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:31:22 GMT" + "Wed, 19 Jan 2022 19:38:13 GMT" ], "Expires": [ "-1" @@ -2414,15 +2477,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2434,7 +2497,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2443,13 +2506,13 @@ "11991" ], "x-ms-request-id": [ - "c7aca287-5b67-4ca0-9d20-cd339eec4fc0" + "a62fc18e-06e2-41dd-86c8-3796486b44cd" ], "x-ms-correlation-request-id": [ - "c7aca287-5b67-4ca0-9d20-cd339eec4fc0" + "a62fc18e-06e2-41dd-86c8-3796486b44cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003138Z:c7aca287-5b67-4ca0-9d20-cd339eec4fc0" + "EASTUS2:20220119T193830Z:a62fc18e-06e2-41dd-86c8-3796486b44cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2458,7 +2521,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:31:37 GMT" + "Wed, 19 Jan 2022 19:38:30 GMT" ], "Expires": [ "-1" @@ -2471,15 +2534,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2490,17 +2553,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "35a080c2-6614-47c4-9bda-6c773e579505" + "dbe1f9db-3567-48a0-a61a-374e92e300ea" ], "x-ms-correlation-request-id": [ - "35a080c2-6614-47c4-9bda-6c773e579505" + "dbe1f9db-3567-48a0-a61a-374e92e300ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003153Z:35a080c2-6614-47c4-9bda-6c773e579505" + "EASTUS2:20220119T193845Z:dbe1f9db-3567-48a0-a61a-374e92e300ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2509,7 +2578,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:31:53 GMT" + "Wed, 19 Jan 2022 19:38:45 GMT" ], "Expires": [ "-1" @@ -2519,18 +2588,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NzczLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTnpjekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2541,17 +2610,353 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-request-id": [ - "e8d6318d-ce4d-4b74-b8f6-cd8754e666e4" + "822ec7bb-08a5-4b7d-81c1-3f7e5036ee9c" + ], + "x-ms-correlation-request-id": [ + "822ec7bb-08a5-4b7d-81c1-3f7e5036ee9c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T193901Z:822ec7bb-08a5-4b7d-81c1-3f7e5036ee9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:39:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "6de9cf75-69ef-4251-b950-80ab7f6179e8" + ], + "x-ms-correlation-request-id": [ + "6de9cf75-69ef-4251-b950-80ab7f6179e8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T193916Z:6de9cf75-69ef-4251-b950-80ab7f6179e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:39:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "e3d0826b-f780-4a7a-b57a-74bb57011864" + ], + "x-ms-correlation-request-id": [ + "e3d0826b-f780-4a7a-b57a-74bb57011864" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T193932Z:e3d0826b-f780-4a7a-b57a-74bb57011864" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:39:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "0f7c78f9-72f7-4ff0-b755-0a201c3090d6" + ], + "x-ms-correlation-request-id": [ + "0f7c78f9-72f7-4ff0-b755-0a201c3090d6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T193947Z:0f7c78f9-72f7-4ff0-b755-0a201c3090d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:39:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "3ed992ae-2767-4327-b6d6-bf2f197ccd6a" + ], + "x-ms-correlation-request-id": [ + "3ed992ae-2767-4327-b6d6-bf2f197ccd6a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T194003Z:3ed992ae-2767-4327-b6d6-bf2f197ccd6a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:40:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "1523c26b-739b-4afc-b886-ae917c0fc636" + ], + "x-ms-correlation-request-id": [ + "1523c26b-739b-4afc-b886-ae917c0fc636" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T194018Z:1523c26b-739b-4afc-b886-ae917c0fc636" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:40:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "c1c840c7-df71-4924-9e29-2df5f094fdf8" ], "x-ms-correlation-request-id": [ - "e8d6318d-ce4d-4b74-b8f6-cd8754e666e4" + "c1c840c7-df71-4924-9e29-2df5f094fdf8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T003154Z:e8d6318d-ce4d-4b74-b8f6-cd8754e666e4" + "EASTUS2:20220119T194019Z:c1c840c7-df71-4924-9e29-2df5f094fdf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2560,7 +2965,7 @@ "nosniff" ], "Date": [ - "Wed, 30 Jun 2021 00:31:54 GMT" + "Wed, 19 Jan 2022 19:40:18 GMT" ], "Expires": [ "-1" @@ -2575,28 +2980,28 @@ ], "Names": { "TestVMExtensionsTimeBudgetScenario": [ - "crptestar7773", - "crptestar7800", - "as4849" + "crptestar352", + "crptestar320", + "as4902" ], "CreatePublicIP": [ - "pip75", - "dn5865" + "pip134", + "dn2570" ], "CreateVNET": [ - "vn7804", - "sn7911" + "vn3640", + "sn5399" ], "CreateNIC": [ - "nic5086", - "ip4248" + "nic2713", + "ip2852" ], "CreateDefaultVMInput": [ - "crptestar5003", - "crptestar1327", - "crptestar9686", - "vm906", - "Microsoft.Compute/virtualMachines6547" + "crptestar9023", + "crptestar3398", + "crptestar5561", + "vm130", + "Microsoft.Compute/virtualMachines3057" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMHealthExtensionTests/TestVMHealthExtensionOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMHealthExtensionTests/TestVMHealthExtensionOperations.json index 17785f1b8bb8d..dbd6cd85645ba 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMHealthExtensionTests/TestVMHealthExtensionOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMHealthExtensionTests/TestVMHealthExtensionOperations.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3d51c28-eeb7-4aed-9bc4-373047c23c32" + "33660675-ba52-4ddc-b74d-155507f642fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -33,10 +33,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "f963430c-df1e-45e9-81b8-a5725cb321fe" + "8ba2e2c5-ffb6-4f70-be62-246edbd2cbf1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "bd76cc6a-9386-49c9-86a3-26bed0e08b01" + "a1f23aa1-eb72-486d-9033-b4a9204e607e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141142Z:bd76cc6a-9386-49c9-86a3-26bed0e08b01" + "EASTUS2:20220120T185950Z:a1f23aa1-eb72-486d-9033-b4a9204e607e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:11:41 GMT" + "Thu, 20 Jan 2022 18:59:49 GMT" ], "Content-Length": [ "321" @@ -71,28 +71,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar505?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwNT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8709?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar505\": \"2021-06-29 14:11:42Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8709\": \"2022-01-20 18:59:50Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dcf8ce3d-f527-4589-a9c7-47e84ef6b84b" + "6c33456a-7aa7-4d33-8fc7-88f7c692611b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "2626218a-4958-416d-8e63-c3fd7d5e2650" + "94b6b9cf-543c-4033-acaf-f0c105e35d24" ], "x-ms-correlation-request-id": [ - "2626218a-4958-416d-8e63-c3fd7d5e2650" + "94b6b9cf-543c-4033-acaf-f0c105e35d24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141144Z:2626218a-4958-416d-8e63-c3fd7d5e2650" + "EASTUS2:20220120T185954Z:94b6b9cf-543c-4033-acaf-f0c105e35d24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,10 +121,10 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:11:44 GMT" + "Thu, 20 Jan 2022 18:59:54 GMT" ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,32 +133,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505\",\r\n \"name\": \"crptestar505\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar505\": \"2021-06-29 14:11:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709\",\r\n \"name\": \"crptestar8709\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8709\": \"2022-01-20 18:59:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar505?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwNT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8709?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar505\": \"2021-06-29 14:12:21Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8709\": \"2022-01-20 19:00:36Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21bb051a-a839-4117-b41d-edcb99d0659b" + "7bf842c5-b31f-4b6d-a726-d7f35bf0d6da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "0fd553b0-a947-4b8f-ac61-4702c3aef845" + "a1cc7c2d-4daa-4428-bff3-e8970105cc8e" ], "x-ms-correlation-request-id": [ - "0fd553b0-a947-4b8f-ac61-4702c3aef845" + "a1cc7c2d-4daa-4428-bff3-e8970105cc8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141223Z:0fd553b0-a947-4b8f-ac61-4702c3aef845" + "EASTUS2:20220120T190038Z:a1cc7c2d-4daa-4428-bff3-e8970105cc8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,10 +187,10 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:22 GMT" + "Thu, 20 Jan 2022 19:00:38 GMT" ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505\",\r\n \"name\": \"crptestar505\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar505\": \"2021-06-29 14:12:21Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709\",\r\n \"name\": \"crptestar8709\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8709\": \"2022-01-20 19:00:36Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Storage/storageAccounts/crptestar2071?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjIwNzE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Storage/storageAccounts/crptestar8809?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4ODA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fe5ced06-a5b9-4f32-b776-04b1220485cc" + "c1bb388b-8349-45f6-bfcf-493741a6a825" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4f52c74c-5465-4fd4-bc33-d28ebafb5c48?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c2cd5efa-9bff-47c2-9482-e109cbd2a18c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "4f52c74c-5465-4fd4-bc33-d28ebafb5c48" + "c2cd5efa-9bff-47c2-9482-e109cbd2a18c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "d440c576-34f3-404e-8d87-6ce23625db22" + "8c9edb3d-528f-47f4-af7e-c63a1c339bef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141153Z:d440c576-34f3-404e-8d87-6ce23625db22" + "EASTUS2:20220120T190005Z:8c9edb3d-528f-47f4-af7e-c63a1c339bef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:11:53 GMT" + "Thu, 20 Jan 2022 19:00:05 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4f52c74c-5465-4fd4-bc33-d28ebafb5c48?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGY1MmM3NGMtNTQ2NS00ZmQ0LWJjMzMtZDI4ZWJhZmI1YzQ4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c2cd5efa-9bff-47c2-9482-e109cbd2a18c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzJjZDVlZmEtOWJmZi00N2MyLTk0ODItZTEwOWNiZDJhMThjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c2cd5efa-9bff-47c2-9482-e109cbd2a18c?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "2e67321c-ba0e-4467-a856-cb584cc9d4ed" + "250cd6f1-a0dc-4d8a-9eb5-e7114b460fcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +316,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "6cf2f68c-885a-4287-b61c-c7e599146660" + "2458b70c-8043-4531-b1bc-49b4eb4729de" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T190023Z:2458b70c-8043-4531-b1bc-49b4eb4729de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:00:22 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c2cd5efa-9bff-47c2-9482-e109cbd2a18c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzJjZDVlZmEtOWJmZi00N2MyLTk0ODItZTEwOWNiZDJhMThjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "68e8d432-bb68-4cfe-b87f-7ba0eb693d3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "8428a95d-7529-4ad5-a87a-41a1fa93cf6a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141211Z:6cf2f68c-885a-4287-b61c-c7e599146660" + "EASTUS2:20220120T190026Z:8428a95d-7529-4ad5-a87a-41a1fa93cf6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:10 GMT" + "Thu, 20 Jan 2022 19:00:25 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8a1d93d-402d-4787-a125-bb7f7fcbdb16" + "2c6a557b-6468-4728-a810-2f4f1c79843d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "96a0d4be-5f3b-42bb-a437-ba09d2c35a2c" + "d6a09123-a2d2-4547-8759-b25d09fb2988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,22 +433,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "e8de3d4e-e221-428a-9066-6fad3bc2ebf4" + "8ae57f9a-22ff-4e9b-b86c-24577722fbbd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141221Z:e8de3d4e-e221-428a-9066-6fad3bc2ebf4" + "EASTUS2:20220120T190036Z:8ae57f9a-22ff-4e9b-b86c-24577722fbbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:20 GMT" + "Thu, 20 Jan 2022 19:00:36 GMT" ], "Content-Length": [ - "751" + "752" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Storage/storageAccounts/crptestar2071\",\r\n \"name\": \"crptestar2071\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:11:50.4454138Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2071.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2071.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2071.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2071.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Storage/storageAccounts/crptestar8809\",\r\n \"name\": \"crptestar8809\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T19:00:02.2477617Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8809.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8809.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8809.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8809.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Storage/storageAccounts/crptestar2071?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjIwNzE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Storage/storageAccounts/crptestar8809?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4ODA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cac0fbcd-63c2-4503-9822-d2cb54bc65fc" + "459859f1-da19-4034-bfab-7b08cb681f51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "a67f7b11-eddb-40b6-a54a-c30aaa614855" + "7191510b-3cff-4152-84b9-b25bae90f011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,22 +496,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "e874be73-742c-415a-b3e4-3af73e28661a" + "e54b8a42-a12e-48bf-87e6-ffc6a80255a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141221Z:e874be73-742c-415a-b3e4-3af73e28661a" + "EASTUS2:20220120T190036Z:e54b8a42-a12e-48bf-87e6-ffc6a80255a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:21 GMT" + "Thu, 20 Jan 2022 19:00:36 GMT" ], "Content-Length": [ - "739" + "740" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Storage/storageAccounts/crptestar2071\",\r\n \"name\": \"crptestar2071\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:11:50.4454138Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2071.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2071.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2071.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2071.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Storage/storageAccounts/crptestar8809\",\r\n \"name\": \"crptestar8809\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T19:00:02.2477617Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8809.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8809.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8809.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8809.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/publicIPAddresses/pip6014?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjAxND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/publicIPAddresses/pip4607?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ2MDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7559\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3408\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1409e185-f0f6-4c63-b937-b29012f3a15b" + "dd72b08e-3f0c-4f58-8f0e-0ee9e16cf64e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +559,19 @@ "1" ], "x-ms-request-id": [ - "41b11b3d-6719-479f-b09d-b27e528b1eeb" + "4ba3434f-ac89-415e-8f85-f514fd816bd5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/41b11b3d-6719-479f-b09d-b27e528b1eeb?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4ba3434f-ac89-415e-8f85-f514fd816bd5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3d62a19a-6981-4591-82c3-2498ac937a9f" + "886539e2-768a-4d10-af65-54f0f97e9bf3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0a857162-b6b6-4b8a-a934-0c66d4cc6861" + "aa2d15e0-0389-44df-a71c-9e7579e68bf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,16 +584,16 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141231Z:3d62a19a-6981-4591-82c3-2498ac937a9f" + "EASTUS2:20220120T190049Z:886539e2-768a-4d10-af65-54f0f97e9bf3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:31 GMT" + "Thu, 20 Jan 2022 19:00:49 GMT" ], "Content-Length": [ - "768" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/publicIPAddresses/pip6014\",\r\n \"etag\": \"W/\\\"f0fec3bd-8e63-4aa5-a479-0eb2fe6fd820\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"df7669b8-71bd-494d-ada4-83085456253b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7559\",\r\n \"fqdn\": \"dn7559.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4607\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/publicIPAddresses/pip4607\",\r\n \"etag\": \"W/\\\"06552563-72af-4b54-8f0f-13841867fc66\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bec72841-0d31-42be-9042-123bfcdccb2c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3408\",\r\n \"fqdn\": \"dn3408.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/41b11b3d-6719-479f-b09d-b27e528b1eeb?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYjExYjNkLTY3MTktNDc5Zi1iMDlkLWIyN2U1MjhiMWVlYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4ba3434f-ac89-415e-8f85-f514fd816bd5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiYTM0MzRmLWFjODktNDE1ZS04Zjg1LWY1MTRmZDgxNmJkNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "54f96bd1-d853-4bd2-893c-d114d19b3125" + "48b0f14f-73d1-4714-996a-287f3699000a" ], "x-ms-correlation-request-id": [ - "89d671f7-adf5-4ec3-86d5-4965b573c4ec" + "11fa2315-cba7-49f8-b7fa-fb4cc8516bd8" ], "x-ms-arm-service-request-id": [ - "8672ace8-f33f-4c6d-ab15-8cf8aac8dc17" + "7dc84bed-0dbb-4f83-a4ec-173c8101f0e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,16 +642,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141233Z:89d671f7-adf5-4ec3-86d5-4965b573c4ec" + "EASTUS2:20220120T190051Z:11fa2315-cba7-49f8-b7fa-fb4cc8516bd8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:32 GMT" + "Thu, 20 Jan 2022 19:00:50 GMT" ], "Content-Length": [ "29" @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/publicIPAddresses/pip6014?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjAxND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/publicIPAddresses/pip4607?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ2MDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"c027ce79-dfaf-4a81-8ecc-42616798ad52\"" + "W/\"c9fb1a0e-89ce-4145-a415-53d4f908fafa\"" ], "x-ms-request-id": [ - "b2990962-ea4b-4139-a56c-21e9c0b64611" + "999df23c-e2de-475a-b1cb-46bb14299436" ], "x-ms-correlation-request-id": [ - "68042757-8266-4c39-860c-c1151da3af11" + "86da8983-c308-45a6-a3c1-55ea0651a73a" ], "x-ms-arm-service-request-id": [ - "17650112-9a80-4880-8a20-4f3076611086" + "2fdb6def-15ef-4173-ba0b-cf5957ebe8f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -643,19 +706,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141233Z:68042757-8266-4c39-860c-c1151da3af11" + "EASTUS2:20220120T190051Z:86da8983-c308-45a6-a3c1-55ea0651a73a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:32 GMT" + "Thu, 20 Jan 2022 19:00:51 GMT" ], "Content-Length": [ - "769" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/publicIPAddresses/pip6014\",\r\n \"etag\": \"W/\\\"c027ce79-dfaf-4a81-8ecc-42616798ad52\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"df7669b8-71bd-494d-ada4-83085456253b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7559\",\r\n \"fqdn\": \"dn7559.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4607\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/publicIPAddresses/pip4607\",\r\n \"etag\": \"W/\\\"c9fb1a0e-89ce-4145-a415-53d4f908fafa\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bec72841-0d31-42be-9042-123bfcdccb2c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3408\",\r\n \"fqdn\": \"dn3408.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/publicIPAddresses/pip6014?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjAxND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/publicIPAddresses/pip4607?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ2MDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42fa6ae5-75e8-43cf-afc2-c6f775d0082c" + "b7db6dae-7a9d-4a47-88c8-9d3fc4204a91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +757,16 @@ "no-cache" ], "ETag": [ - "W/\"c027ce79-dfaf-4a81-8ecc-42616798ad52\"" + "W/\"c9fb1a0e-89ce-4145-a415-53d4f908fafa\"" ], "x-ms-request-id": [ - "dd0e97b3-97fd-4865-afb5-fcb131af17c4" + "9c74baef-34c2-4de5-8b66-501675f9fad2" ], "x-ms-correlation-request-id": [ - "713345df-7a70-43d5-a0fc-73cf7b8ebd40" + "658539e1-be2c-400b-b7bf-832cef518aef" ], "x-ms-arm-service-request-id": [ - "2b51adaa-15d9-440e-b47e-391f84b38032" + "83f6d381-af01-4899-b522-4a292d87ebe6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -713,19 +776,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141233Z:713345df-7a70-43d5-a0fc-73cf7b8ebd40" + "EASTUS2:20220120T190051Z:658539e1-be2c-400b-b7bf-832cef518aef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:33 GMT" + "Thu, 20 Jan 2022 19:00:51 GMT" ], "Content-Length": [ - "769" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/publicIPAddresses/pip6014\",\r\n \"etag\": \"W/\\\"c027ce79-dfaf-4a81-8ecc-42616798ad52\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"df7669b8-71bd-494d-ada4-83085456253b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7559\",\r\n \"fqdn\": \"dn7559.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4607\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/publicIPAddresses/pip4607\",\r\n \"etag\": \"W/\\\"c9fb1a0e-89ce-4145-a415-53d4f908fafa\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bec72841-0d31-42be-9042-123bfcdccb2c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3408\",\r\n \"fqdn\": \"dn3408.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuODEzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyNzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7016\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5759\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c7083f27-c98d-4c9a-bdc9-08a2341ac1d9" + "a1a8572b-95fc-4b28-a3d1-e5590508036b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -773,19 +836,19 @@ "3" ], "x-ms-request-id": [ - "e004b3c7-a649-430a-8a64-1fdf0f236f3d" + "a3d867c7-740c-4a5d-89af-8abea77c8152" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e004b3c7-a649-430a-8a64-1fdf0f236f3d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a3d867c7-740c-4a5d-89af-8abea77c8152?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "902d94aa-bcbb-427e-b16b-f362c0c99cd3" + "468771a8-9b7e-4a17-9c85-0ce95886331a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "043c67cf-f3da-407f-b5a1-eeee75967cb4" + "ba2f54e6-315d-4a59-be81-7d6770e33147" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,16 +861,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141237Z:902d94aa-bcbb-427e-b16b-f362c0c99cd3" + "EASTUS2:20220120T190056Z:468771a8-9b7e-4a17-9c85-0ce95886331a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:36 GMT" + "Thu, 20 Jan 2022 19:00:56 GMT" ], "Content-Length": [ - "1319" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8137\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137\",\r\n \"etag\": \"W/\\\"59ae6bfb-4eb3-43e2-8a81-a596cf7eb4e0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"52327974-8ae8-4932-a5fe-42333c838b38\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016\",\r\n \"etag\": \"W/\\\"59ae6bfb-4eb3-43e2-8a81-a596cf7eb4e0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276\",\r\n \"etag\": \"W/\\\"49870f2c-70c0-4cc3-9708-f8c7f5f9f4de\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7f03758e-15d1-40a9-8f33-d770a7ae5fa3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759\",\r\n \"etag\": \"W/\\\"49870f2c-70c0-4cc3-9708-f8c7f5f9f4de\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e004b3c7-a649-430a-8a64-1fdf0f236f3d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UwMDRiM2M3LWE2NDktNDMwYS04YTY0LTFmZGYwZjIzNmYzZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a3d867c7-740c-4a5d-89af-8abea77c8152?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzZDg2N2M3LTc0MGMtNGE1ZC04OWFmLThhYmVhNzdjODE1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -840,13 +903,13 @@ "no-cache" ], "x-ms-request-id": [ - "b4234598-9325-4c31-b8ba-6894d3e62830" + "d0023331-6c81-4546-b016-2eee8ea08fe3" ], "x-ms-correlation-request-id": [ - "40ed4e16-c15d-4655-94e1-be023901ce74" + "d02562ed-7a22-4864-9991-be539ab6e3f1" ], "x-ms-arm-service-request-id": [ - "d257ee7c-2134-4fc8-bc1c-ed140319e912" + "10db89e8-1d1c-4419-95a7-52cd0ef02762" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -856,16 +919,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141240Z:40ed4e16-c15d-4655-94e1-be023901ce74" + "EASTUS2:20220120T190059Z:d02562ed-7a22-4864-9991-be539ab6e3f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:40 GMT" + "Thu, 20 Jan 2022 19:00:59 GMT" ], "Content-Length": [ "29" @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuODEzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyNzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"66bca71e-817e-43e1-ad8d-5941108633ec\"" + "W/\"aeea5d38-b314-44bd-b531-6edab4592392\"" ], "x-ms-request-id": [ - "697a746e-1691-4275-8fea-0328e8355d27" + "09339fab-29cb-414f-902b-ad945580b7dc" ], "x-ms-correlation-request-id": [ - "c6d6c6b4-4218-4871-a882-fa2f58b05543" + "96accb9c-398e-4742-80fb-fe096bfae934" ], "x-ms-arm-service-request-id": [ - "12ae41ac-4d16-4f26-a25b-117e646c8749" + "03d7797d-8c6a-47aa-be3e-0d5228c50ce0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,19 +983,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141240Z:c6d6c6b4-4218-4871-a882-fa2f58b05543" + "EASTUS2:20220120T190100Z:96accb9c-398e-4742-80fb-fe096bfae934" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:40 GMT" + "Thu, 20 Jan 2022 19:00:59 GMT" ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8137\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137\",\r\n \"etag\": \"W/\\\"66bca71e-817e-43e1-ad8d-5941108633ec\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"52327974-8ae8-4932-a5fe-42333c838b38\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016\",\r\n \"etag\": \"W/\\\"66bca71e-817e-43e1-ad8d-5941108633ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276\",\r\n \"etag\": \"W/\\\"aeea5d38-b314-44bd-b531-6edab4592392\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f03758e-15d1-40a9-8f33-d770a7ae5fa3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759\",\r\n \"etag\": \"W/\\\"aeea5d38-b314-44bd-b531-6edab4592392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuODEzNy9zdWJuZXRzL3NuNzAxNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyNzYvc3VibmV0cy9zbjU3NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f4a2f25-4df4-4ff0-b55b-52f5dd206ce9" + "b96d6871-162e-4d7c-bab7-f6fc3aea82e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -971,16 +1034,16 @@ "no-cache" ], "ETag": [ - "W/\"66bca71e-817e-43e1-ad8d-5941108633ec\"" + "W/\"aeea5d38-b314-44bd-b531-6edab4592392\"" ], "x-ms-request-id": [ - "b77ab9a3-d308-41ad-a46d-368f8cd97f6a" + "7c418549-f5a1-4037-8b45-fb445fdd5abf" ], "x-ms-correlation-request-id": [ - "87d84f6f-3008-4782-a262-341fe408ff2c" + "d880c5c7-0061-41ae-8629-c77f5bc84c7f" ], "x-ms-arm-service-request-id": [ - "043c143c-0fda-4d02-aa67-608f317d5fea" + "3d8581af-8fea-4861-89a2-538f8634292a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -990,19 +1053,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141241Z:87d84f6f-3008-4782-a262-341fe408ff2c" + "EASTUS2:20220120T190100Z:d880c5c7-0061-41ae-8629-c77f5bc84c7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:40 GMT" + "Thu, 20 Jan 2022 19:00:59 GMT" ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,32 +1074,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016\",\r\n \"etag\": \"W/\\\"66bca71e-817e-43e1-ad8d-5941108633ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759\",\r\n \"etag\": \"W/\\\"aeea5d38-b314-44bd-b531-6edab4592392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQ2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY4Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016\"\r\n }\r\n },\r\n \"name\": \"ip1743\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759\"\r\n }\r\n },\r\n \"name\": \"ip3692\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "294aca70-97a7-4bdc-ba97-aa39e6dce9fb" + "3308cf55-6f15-4301-91a0-ab50b32a8364" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { @@ -1047,19 +1110,19 @@ "no-cache" ], "x-ms-request-id": [ - "ded9c470-5a69-4b8e-afad-a2944810a830" + "14f3c2c9-7624-48f1-b2e6-b9f8c409fc85" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ded9c470-5a69-4b8e-afad-a2944810a830?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/14f3c2c9-7624-48f1-b2e6-b9f8c409fc85?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b0e457d5-1490-4d84-b67b-b55649abb117" + "d9ff7a85-20cb-4351-a370-fa2b064d048b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d386c435-7141-4a56-8ac2-f3e5af1ff408" + "3f708c01-20a7-4ba7-b653-67224f1c8732" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1072,16 +1135,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141246Z:b0e457d5-1490-4d84-b67b-b55649abb117" + "EASTUS2:20220120T190104Z:d9ff7a85-20cb-4351-a370-fa2b064d048b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:45 GMT" + "Thu, 20 Jan 2022 19:01:03 GMT" ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9463\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\",\r\n \"etag\": \"W/\\\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c3b61106-a5a7-467b-9e8d-64b73f42c620\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463/ipConfigurations/ip1743\",\r\n \"etag\": \"W/\\\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016\"\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\": \"or2teuxirizetjp4iiztza2lha.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6829\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\",\r\n \"etag\": \"W/\\\"34f7a991-3e66-43e3-957b-59a39eae97cc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a9bf425-8ed5-4050-85b6-39d66a9b23b8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829/ipConfigurations/ip3692\",\r\n \"etag\": \"W/\\\"34f7a991-3e66-43e3-957b-59a39eae97cc\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759\"\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\": \"rz0qg54rcwuubdzt03ykpls5ud.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQ2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY4Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1177,16 @@ "no-cache" ], "ETag": [ - "W/\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\"" + "W/\"34f7a991-3e66-43e3-957b-59a39eae97cc\"" ], "x-ms-request-id": [ - "91eeffaf-b887-4f65-acdb-352d62a01b12" + "022b4a8f-d189-473c-820f-892f3d467397" ], "x-ms-correlation-request-id": [ - "a2d1315d-af7a-45fe-bc4b-7d03ecd9e515" + "f0a7dd69-8d8e-4b8d-96dc-09949a2398f0" ], "x-ms-arm-service-request-id": [ - "9c40db46-8ca7-4856-8357-c961ece72c44" + "4d057544-828a-4949-95f7-17656bfa64ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,19 +1196,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141246Z:a2d1315d-af7a-45fe-bc4b-7d03ecd9e515" + "EASTUS2:20220120T190104Z:f0a7dd69-8d8e-4b8d-96dc-09949a2398f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:45 GMT" + "Thu, 20 Jan 2022 19:01:04 GMT" ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9463\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\",\r\n \"etag\": \"W/\\\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c3b61106-a5a7-467b-9e8d-64b73f42c620\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463/ipConfigurations/ip1743\",\r\n \"etag\": \"W/\\\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016\"\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\": \"or2teuxirizetjp4iiztza2lha.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6829\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\",\r\n \"etag\": \"W/\\\"34f7a991-3e66-43e3-957b-59a39eae97cc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a9bf425-8ed5-4050-85b6-39d66a9b23b8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829/ipConfigurations/ip3692\",\r\n \"etag\": \"W/\\\"34f7a991-3e66-43e3-957b-59a39eae97cc\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759\"\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\": \"rz0qg54rcwuubdzt03ykpls5ud.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQ2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY4Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b59b33c-7dda-4a92-b9cc-d94eed9f519d" + "6cea603c-7b78-4250-8d18-19b71a159e0e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1184,16 +1247,16 @@ "no-cache" ], "ETag": [ - "W/\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\"" + "W/\"34f7a991-3e66-43e3-957b-59a39eae97cc\"" ], "x-ms-request-id": [ - "407cd05a-a8e5-4673-91f8-533c8393d8f8" + "e0dc64ac-cdfe-43ba-af66-57331ae5d70f" ], "x-ms-correlation-request-id": [ - "e9b22d08-2fff-41b4-8862-906a3fa85fea" + "899bce38-0be6-43cd-898d-59310cbd097e" ], "x-ms-arm-service-request-id": [ - "de90a4dd-e70f-4922-92d4-b48d4fc3d7fe" + "04a3a3fa-bae4-477c-8019-b707b9ec8169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1203,19 +1266,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141246Z:e9b22d08-2fff-41b4-8862-906a3fa85fea" + "EASTUS2:20220120T190105Z:899bce38-0be6-43cd-898d-59310cbd097e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:46 GMT" + "Thu, 20 Jan 2022 19:01:04 GMT" ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9463\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\",\r\n \"etag\": \"W/\\\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c3b61106-a5a7-467b-9e8d-64b73f42c620\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463/ipConfigurations/ip1743\",\r\n \"etag\": \"W/\\\"c7f4b65d-31a6-4476-9f5e-f05730e715b9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/virtualNetworks/vn8137/subnets/sn7016\"\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\": \"or2teuxirizetjp4iiztza2lha.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6829\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\",\r\n \"etag\": \"W/\\\"34f7a991-3e66-43e3-957b-59a39eae97cc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a9bf425-8ed5-4050-85b6-39d66a9b23b8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829/ipConfigurations/ip3692\",\r\n \"etag\": \"W/\\\"34f7a991-3e66-43e3-957b-59a39eae97cc\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/virtualNetworks/vn1276/subnets/sn5759\"\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\": \"rz0qg54rcwuubdzt03ykpls5ud.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/availabilitySets/as8970?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczg5NzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/availabilitySets/as5722?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1NzIyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "01c0cab2-e9a4-4fe1-9787-8057afcf95fe" + "6bb80892-2ee1-4f49-b3fa-9bd66c4b2d68" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1260,13 +1323,13 @@ "no-cache" ], "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": [ - "f4c5bfa2-2963-4a65-bdd6-23815762e5e6" + "47354e14-6549-49f4-9b78-df14a00952b0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1276,19 +1339,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "a99ba245-d537-4d97-ade6-98a446f53e2e" + "3152cd43-74f8-4c55-9bb2-2e9c2d29e588" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141255Z:a99ba245-d537-4d97-ade6-98a446f53e2e" + "EASTUS2:20220120T190117Z:3152cd43-74f8-4c55-9bb2-2e9c2d29e588" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:12:54 GMT" + "Thu, 20 Jan 2022 19:01:17 GMT" ], "Content-Length": [ - "443" + "444" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,32 +1360,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8970\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/availabilitySets/as8970\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as5722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/availabilitySets/as5722\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2071.blob.core.windows.net/crptestar6180/oscrptestar5344.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/availabilitySets/as8970\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8809.blob.core.windows.net/crptestar9192/oscrptestar4775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/availabilitySets/as5722\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1f0bf11-79ef-42c7-9c17-26029877cb3d" + "3a9e43dd-9bca-4319-b8b4-c90f78df61b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1218" + "1220" ] }, "ResponseHeaders": { @@ -1336,19 +1399,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fa251e2-a6b8-4104-ad94-2149dbd2d70b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c9adb82e-b871-4f56-bc7b-843d26fd53e9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3fa251e2-a6b8-4104-ad94-2149dbd2d70b" + "c9adb82e-b871-4f56-bc7b-843d26fd53e9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1358,19 +1421,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "82a3ccf3-d9a0-443d-82ea-4ce704c43cb7" + "686fe5d2-7e8a-4c60-8c22-509a547d3ec8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141302Z:82a3ccf3-d9a0-443d-82ea-4ce704c43cb7" + "EASTUS2:20220120T190123Z:686fe5d2-7e8a-4c60-8c22-509a547d3ec8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:13:01 GMT" + "Thu, 20 Jan 2022 19:01:22 GMT" ], "Content-Length": [ - "2023" + "2081" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,20 +1442,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9853\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9be619e-934e-4659-b76b-d197b1cfcdbe\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/availabilitySets/AS8970\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2071.blob.core.windows.net/crptestar6180/oscrptestar5344.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm775\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a464d7c8-9c43-4b2f-ad94-d5760e451a48\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/availabilitySets/AS5722\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8809.blob.core.windows.net/crptestar9192/oscrptestar4775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T19:01:21.2621632+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fa251e2-a6b8-4104-ad94-2149dbd2d70b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmYTI1MWUyLWE2YjgtNDEwNC1hZDk0LTIxNDlkYmQyZDcwYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c9adb82e-b871-4f56-bc7b-843d26fd53e9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWRiODJlLWI4NzEtNGY1Ni1iYzdiLTg0M2QyNmZkNTNlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1406,13 +1469,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f103ef46-eb1d-4b49-aada-9d59a838b457" + "f9d8b8b3-6ca9-4764-a37c-107170877a71" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1422,16 +1485,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "8acea804-1122-4d87-8a69-5bbcfd16c111" + "843510af-5e7b-435d-915a-6b35bc97ef80" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141312Z:8acea804-1122-4d87-8a69-5bbcfd16c111" + "EASTUS2:20220120T190133Z:843510af-5e7b-435d-915a-6b35bc97ef80" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:13:11 GMT" + "Thu, 20 Jan 2022 19:01:33 GMT" ], "Content-Length": [ "134" @@ -1443,20 +1506,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:13:00.2137552+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fa251e2-a6b8-4104-ad94-2149dbd2d70b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:01:21.1840526+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c9adb82e-b871-4f56-bc7b-843d26fd53e9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fa251e2-a6b8-4104-ad94-2149dbd2d70b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmYTI1MWUyLWE2YjgtNDEwNC1hZDk0LTIxNDlkYmQyZDcwYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c9adb82e-b871-4f56-bc7b-843d26fd53e9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWRiODJlLWI4NzEtNGY1Ni1iYzdiLTg0M2QyNmZkNTNlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1467,13 +1530,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29950" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61f43394-1ffa-4889-9c80-dff2bd7d2faa" + "75ef6725-b6ab-48db-aed3-16095a57958f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1483,16 +1546,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "359f1d71-cb65-4ba2-a842-0f50c62776f8" + "fb33d993-095d-44fa-bfc9-c0ccb1d259e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141403Z:359f1d71-cb65-4ba2-a842-0f50c62776f8" + "EASTUS2:20220120T190224Z:fb33d993-095d-44fa-bfc9-c0ccb1d259e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:14:02 GMT" + "Thu, 20 Jan 2022 19:02:23 GMT" ], "Content-Length": [ "134" @@ -1504,20 +1567,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:13:00.2137552+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fa251e2-a6b8-4104-ad94-2149dbd2d70b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:01:21.1840526+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c9adb82e-b871-4f56-bc7b-843d26fd53e9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fa251e2-a6b8-4104-ad94-2149dbd2d70b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmYTI1MWUyLWE2YjgtNDEwNC1hZDk0LTIxNDlkYmQyZDcwYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c9adb82e-b871-4f56-bc7b-843d26fd53e9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWRiODJlLWI4NzEtNGY1Ni1iYzdiLTg0M2QyNmZkNTNlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1528,13 +1591,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29949" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8fba1c53-7201-404c-a0bf-cb97b08497be" + "4279849e-f420-4dbb-a9ba-edb4c7257e52" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1544,16 +1607,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "63a396ba-5190-4f35-ba59-c5f4a06959a8" + "83162d89-1a78-4b84-8108-c00466ad7a4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141453Z:63a396ba-5190-4f35-ba59-c5f4a06959a8" + "EASTUS2:20220120T190314Z:83162d89-1a78-4b84-8108-c00466ad7a4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:14:53 GMT" + "Thu, 20 Jan 2022 19:03:14 GMT" ], "Content-Length": [ "134" @@ -1565,20 +1628,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:13:00.2137552+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fa251e2-a6b8-4104-ad94-2149dbd2d70b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:01:21.1840526+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c9adb82e-b871-4f56-bc7b-843d26fd53e9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3fa251e2-a6b8-4104-ad94-2149dbd2d70b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmYTI1MWUyLWE2YjgtNDEwNC1hZDk0LTIxNDlkYmQyZDcwYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c9adb82e-b871-4f56-bc7b-843d26fd53e9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWRiODJlLWI4NzEtNGY1Ni1iYzdiLTg0M2QyNmZkNTNlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1589,13 +1652,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29949" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa628522-56c5-4c0b-a1b1-574c410fbcda" + "a2522d4e-dfcd-4a19-8472-c00c10c3c7b9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1605,19 +1668,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "71736da6-261e-4962-8572-49599354eb27" + "1a0e5a68-380d-4a01-a029-95512b525a8b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141543Z:71736da6-261e-4962-8572-49599354eb27" + "EASTUS2:20220120T190404Z:1a0e5a68-380d-4a01-a029-95512b525a8b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:15:43 GMT" + "Thu, 20 Jan 2022 19:04:04 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1626,20 +1689,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:13:00.2137552+00:00\",\r\n \"endTime\": \"2021-06-29T14:15:30.4807667+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3fa251e2-a6b8-4104-ad94-2149dbd2d70b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:01:21.1840526+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c9adb82e-b871-4f56-bc7b-843d26fd53e9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c9adb82e-b871-4f56-bc7b-843d26fd53e9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWRiODJlLWI4NzEtNGY1Ni1iYzdiLTg0M2QyNmZkNTNlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1650,35 +1713,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "632090e5-1301-451d-a424-e57b1886d884" + "a035b0af-c7ca-43c2-a9c8-d9c1ba4c3aa0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "x-ms-correlation-request-id": [ - "df042561-77d1-44e8-94b3-0e2816bf18f3" + "6ee73494-37b3-4c43-800f-d3fcc71e3f8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141543Z:df042561-77d1-44e8-94b3-0e2816bf18f3" + "EASTUS2:20220120T190454Z:6ee73494-37b3-4c43-800f-d3fcc71e3f8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:15:43 GMT" + "Thu, 20 Jan 2022 19:04:54 GMT" ], "Content-Length": [ - "2052" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,26 +1750,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9853\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9be619e-934e-4659-b76b-d197b1cfcdbe\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/availabilitySets/AS8970\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2071.blob.core.windows.net/crptestar6180/oscrptestar5344.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:01:21.1840526+00:00\",\r\n \"endTime\": \"2022-01-20T19:04:10.5902615+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c9adb82e-b871-4f56-bc7b-843d26fd53e9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "2a1d1972-1a13-4b45-aaf7-b93f2420691b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1717,13 +1774,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b164e477-8398-4c67-a5c1-0b855f7ab552" + "96ad6553-6042-4aa7-9606-4e8e8ea0f9e7" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1733,19 +1790,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "fd4174ea-e0f3-48f1-bde2-181307d4c0db" + "8121d17b-16dd-4929-bd85-f0e3de9f4912" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141544Z:fd4174ea-e0f3-48f1-bde2-181307d4c0db" + "EASTUS2:20220120T190455Z:8121d17b-16dd-4929-bd85-f0e3de9f4912" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:15:43 GMT" + "Thu, 20 Jan 2022 19:04:55 GMT" ], "Content-Length": [ - "2052" + "2110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1754,32 +1811,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9853\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9be619e-934e-4659-b76b-d197b1cfcdbe\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/availabilitySets/AS8970\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2071.blob.core.windows.net/crptestar6180/oscrptestar5344.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm775\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a464d7c8-9c43-4b2f-ad94-d5760e451a48\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/availabilitySets/AS5722\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8809.blob.core.windows.net/crptestar9192/oscrptestar4775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T19:01:21.2621632+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1My9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n },\r\n \"protectedSettings\": \"{}\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n }\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdb9f0ec-80cc-4201-ba56-a002a2a19cdb" + "0c9f6e1a-b18e-4aea-beb2-df9192a77555" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "418" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1789,42 +1840,36 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8d57d0f2-da45-47c0-b523-eac04b856fe5?api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d57d0f2-da45-47c0-b523-eac04b856fe5" + "85350d7e-94d7-45b2-953c-2e32ea705169" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "x-ms-correlation-request-id": [ - "95cfe575-8645-4002-9193-03b20bc19c22" + "c6938d53-c0cb-4f25-a424-0e595373468d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141552Z:95cfe575-8645-4002-9193-03b20bc19c22" + "EASTUS2:20220120T190456Z:c6938d53-c0cb-4f25-a424-0e595373468d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:15:51 GMT" + "Thu, 20 Jan 2022 19:04:55 GMT" ], "Content-Length": [ - "662" + "2110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1833,20 +1878,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"name\": \"vm775\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a464d7c8-9c43-4b2f-ad94-d5760e451a48\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/availabilitySets/AS5722\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8809.blob.core.windows.net/crptestar9192/oscrptestar4775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T19:01:21.2621632+00:00\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8d57d0f2-da45-47c0-b523-eac04b856fe5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNTdkMGYyLWRhNDUtNDdjMC1iNTIzLWVhYzA0Yjg1NmZlNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NS9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n },\r\n \"protectedSettings\": \"{}\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "9b2d6b92-02e4-4d8a-8570-28d2d3239e9c" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "418" ] }, "ResponseHeaders": { @@ -1856,36 +1913,42 @@ "Pragma": [ "no-cache" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5381916f-4efa-45dc-918d-6b1e9f05baef?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29948" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "641b0d46-d133-45d5-aafd-3825daf6b13b" + "5381916f-4efa-45dc-918d-6b1e9f05baef" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "4479b41d-de97-432b-aeb1-d72749ba46cc" + "9fd6a125-e416-457e-82fd-4c92a9cd458c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141622Z:4479b41d-de97-432b-aeb1-d72749ba46cc" + "EASTUS2:20220120T190501Z:9fd6a125-e416-457e-82fd-4c92a9cd458c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:16:22 GMT" + "Thu, 20 Jan 2022 19:05:01 GMT" ], "Content-Length": [ - "134" + "662" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1894,20 +1957,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:15:50.1996968+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d57d0f2-da45-47c0-b523-eac04b856fe5\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8d57d0f2-da45-47c0-b523-eac04b856fe5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNTdkMGYyLWRhNDUtNDdjMC1iNTIzLWVhYzA0Yjg1NmZlNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5381916f-4efa-45dc-918d-6b1e9f05baef?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzODE5MTZmLTRlZmEtNDVkYy05MThkLTZiMWU5ZjA1YmFlZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1918,32 +1981,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29947" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "09ef4318-e69d-4388-81a7-8069a7adb647" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "a72ed027-4b23-4d45-8f40-aff321139e15" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "4fd3a982-9ebc-4d8c-99cb-ccf97f8ef682" + "149f5df2-b261-45bb-845f-7ae636ab9610" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141652Z:4fd3a982-9ebc-4d8c-99cb-ccf97f8ef682" + "EASTUS2:20220120T190531Z:149f5df2-b261-45bb-845f-7ae636ab9610" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:16:52 GMT" + "Thu, 20 Jan 2022 19:05:31 GMT" ], "Content-Length": [ "134" @@ -1955,20 +2018,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:15:50.1996968+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d57d0f2-da45-47c0-b523-eac04b856fe5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:04:59.5277251+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5381916f-4efa-45dc-918d-6b1e9f05baef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8d57d0f2-da45-47c0-b523-eac04b856fe5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNTdkMGYyLWRhNDUtNDdjMC1iNTIzLWVhYzA0Yjg1NmZlNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5381916f-4efa-45dc-918d-6b1e9f05baef?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzODE5MTZmLTRlZmEtNDVkYy05MThkLTZiMWU5ZjA1YmFlZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1979,13 +2042,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29946" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67787e54-5b74-4497-8f6b-a8d9e7754761" + "1c48c120-0bfd-4ecf-844b-8323fefb9913" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1995,16 +2058,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "e2413d42-76ca-4587-9bc4-abee63541695" + "d478efa3-edfb-4561-a685-de5612f8573d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141723Z:e2413d42-76ca-4587-9bc4-abee63541695" + "EASTUS2:20220120T190602Z:d478efa3-edfb-4561-a685-de5612f8573d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:17:22 GMT" + "Thu, 20 Jan 2022 19:06:01 GMT" ], "Content-Length": [ "134" @@ -2016,20 +2079,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:15:50.1996968+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d57d0f2-da45-47c0-b523-eac04b856fe5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:04:59.5277251+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5381916f-4efa-45dc-918d-6b1e9f05baef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8d57d0f2-da45-47c0-b523-eac04b856fe5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNTdkMGYyLWRhNDUtNDdjMC1iNTIzLWVhYzA0Yjg1NmZlNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5381916f-4efa-45dc-918d-6b1e9f05baef?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzODE5MTZmLTRlZmEtNDVkYy05MThkLTZiMWU5ZjA1YmFlZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2040,13 +2103,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29944" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad32712b-5f39-49aa-9f7c-8bd78dc2c2ae" + "ce78f1af-610d-4f54-a68f-7914de82cf25" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2056,16 +2119,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "ba5ed7fb-0d5b-41e9-a3c1-d84683e1effe" + "4f86af45-5e67-43f1-951d-d4b986f4250d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141753Z:ba5ed7fb-0d5b-41e9-a3c1-d84683e1effe" + "EASTUS2:20220120T190633Z:4f86af45-5e67-43f1-951d-d4b986f4250d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:17:52 GMT" + "Thu, 20 Jan 2022 19:06:32 GMT" ], "Content-Length": [ "134" @@ -2077,20 +2140,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:15:50.1996968+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d57d0f2-da45-47c0-b523-eac04b856fe5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:04:59.5277251+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5381916f-4efa-45dc-918d-6b1e9f05baef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8d57d0f2-da45-47c0-b523-eac04b856fe5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNTdkMGYyLWRhNDUtNDdjMC1iNTIzLWVhYzA0Yjg1NmZlNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5381916f-4efa-45dc-918d-6b1e9f05baef?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzODE5MTZmLTRlZmEtNDVkYy05MThkLTZiMWU5ZjA1YmFlZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2101,13 +2164,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29942" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8979b66c-fcd1-4382-8c8b-c1f070b0644d" + "c5fb8fef-2736-4525-a48f-d6f43f81eb0e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2117,16 +2180,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "29188232-942a-4b4d-a24e-f879aef86c3f" + "52f965d0-20fa-4c14-8606-a559a10682a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141823Z:29188232-942a-4b4d-a24e-f879aef86c3f" + "EASTUS2:20220120T190703Z:52f965d0-20fa-4c14-8606-a559a10682a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:18:23 GMT" + "Thu, 20 Jan 2022 19:07:03 GMT" ], "Content-Length": [ "184" @@ -2138,20 +2201,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:15:50.1996968+00:00\",\r\n \"endTime\": \"2021-06-29T14:17:55.2786431+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8d57d0f2-da45-47c0-b523-eac04b856fe5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:04:59.5277251+00:00\",\r\n \"endTime\": \"2022-01-20T19:06:54.9652799+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5381916f-4efa-45dc-918d-6b1e9f05baef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1My9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NS9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2162,13 +2225,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9875d47b-5fe2-4370-ab31-ffe89c23d74b" + "b3d7fd54-2f8e-4aff-8ec0-4e7aa8a5489c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2178,16 +2241,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "4b743116-f4dd-4849-beaa-428b6d020fcd" + "ba70941e-afff-41af-a6b0-ae05e1374e8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141823Z:4b743116-f4dd-4849-beaa-428b6d020fcd" + "EASTUS2:20220120T190703Z:ba70941e-afff-41af-a6b0-ae05e1374e8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:18:23 GMT" + "Thu, 20 Jan 2022 19:07:03 GMT" ], "Content-Length": [ "663" @@ -2199,26 +2262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1My9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NS9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78df0ab9-fdb0-40be-82c9-cec4cfe35480" + "1d2810ea-93c7-41e3-8361-72e5cf9964c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2229,13 +2292,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31987" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "26e27ee2-707d-4d8d-bc63-782646799a4d" + "ba4293ac-11e6-4326-abcd-44a9f82cba94" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2245,16 +2308,16 @@ "11986" ], "x-ms-correlation-request-id": [ - "99b6343f-8c74-4864-969d-80b08dd1b27a" + "73080e30-fd71-4fd3-94b4-3649ee6ea9bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141824Z:99b6343f-8c74-4864-969d-80b08dd1b27a" + "EASTUS2:20220120T190703Z:73080e30-fd71-4fd3-94b4-3649ee6ea9bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:18:24 GMT" + "Thu, 20 Jan 2022 19:07:03 GMT" ], "Content-Length": [ "663" @@ -2266,26 +2329,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1My9leHRlbnNpb25zL3ZtZXh0MDE/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NS9leHRlbnNpb25zL3ZtZXh0MDE/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9bfe4dc-fb87-46b6-9205-15f3bbc4675d" + "c619ea82-cee3-4588-9107-8994b55915da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2296,13 +2359,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31986" + "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0fd8c3e9-a425-4f94-9e33-e0480b69e6ef" + "728d62a3-573f-49b6-8f2d-3af1891502ed" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2312,19 +2375,19 @@ "11985" ], "x-ms-correlation-request-id": [ - "e600bc81-db5c-4d58-a06c-6a63408091d1" + "b7bd1cab-53af-4d5b-bcbd-4490fbe9c398" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141824Z:e600bc81-db5c-4d58-a06c-6a63408091d1" + "EASTUS2:20220120T190704Z:b7bd1cab-53af-4d5b-bcbd-4490fbe9c398" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:18:24 GMT" + "Thu, 20 Jan 2022 19:07:03 GMT" ], "Content-Length": [ - "1385" + "1389" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2333,26 +2396,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.ManagedServices.ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0.9\",\r\n \"substatuses\": [\r\n {\r\n \"code\": \"ComponentStatus/AppHealthStatus/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Application found to be healthy\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Successfully polling for application health\",\r\n \"time\": \"2021-06-29T14:17:49+00:00\"\r\n }\r\n ]\r\n },\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.ManagedServices.ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0.9\",\r\n \"substatuses\": [\r\n {\r\n \"code\": \"ComponentStatus/AppHealthStatus/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Application found to be healthy\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Successfully polling for application health\",\r\n \"time\": \"2022-01-20T19:06:48.873+00:00\"\r\n }\r\n ]\r\n },\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1Mz8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NT8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8565ecb1-609d-418c-8502-0d83cc6b16ec" + "ec9d3e0f-6542-4cc6-a08f-7f10cd27621c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2363,13 +2426,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31985" + "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "08ef5a4f-7875-4d25-8bac-22f60d793aaa" + "a6a0fc05-9f3b-4908-adeb-ae6d63c64e5d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2379,19 +2442,19 @@ "11984" ], "x-ms-correlation-request-id": [ - "b3ab68e3-6f53-4d8b-bf88-b1a28a57235a" + "e9ae0ff4-5b28-4bd0-8a7d-6f218bb95460" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141824Z:b3ab68e3-6f53-4d8b-bf88-b1a28a57235a" + "EASTUS2:20220120T190704Z:e9ae0ff4-5b28-4bd0-8a7d-6f218bb95460" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:18:24 GMT" + "Thu, 20 Jan 2022 19:07:04 GMT" ], "Content-Length": [ - "5622" + "5688" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2400,26 +2463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9853\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9be619e-934e-4659-b76b-d197b1cfcdbe\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/availabilitySets/AS8970\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2071.blob.core.windows.net/crptestar6180/oscrptestar5344.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Network/networkInterfaces/nic9463\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T14:17:52+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.ManagedServices.ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0.9\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:15:50.3715701+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.ManagedServices.ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0.9\",\r\n \"substatuses\": [\r\n {\r\n \"code\": \"ComponentStatus/AppHealthStatus/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Application found to be healthy\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Successfully polling for application health\",\r\n \"time\": \"2021-06-29T14:17:49+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"vmHealth\": {\r\n \"status\": {\r\n \"code\": \"HealthState/healthy\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"The VM is reporting itself as healthy\",\r\n \"time\": \"2021-06-29T14:18:24+00:00\"\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T14:17:55.263084+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm775\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a464d7c8-9c43-4b2f-ad94-d5760e451a48\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/availabilitySets/AS5722\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8809.blob.core.windows.net/crptestar9192/oscrptestar4775.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Network/networkInterfaces/nic6829\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1032\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2022-01-20T19:06:51.772+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.ManagedServices.ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0.9\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:04:59.715236+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"type\": \"Microsoft.ManagedServices.ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0.9\",\r\n \"substatuses\": [\r\n {\r\n \"code\": \"ComponentStatus/AppHealthStatus/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Application found to be healthy\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Successfully polling for application health\",\r\n \"time\": \"2022-01-20T19:06:48.873+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"vmHealth\": {\r\n \"status\": {\r\n \"code\": \"HealthState/healthy\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"The VM is reporting itself as healthy\",\r\n \"time\": \"2022-01-20T19:07:04+00:00\"\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:06:54.9496419+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-01-20T19:01:21.2621632+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"vmext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"extensionTag1\": \"1\",\r\n \"extensionTag2\": \"2\"\r\n },\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.ManagedServices\",\r\n \"type\": \"ApplicationHealthWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"port\": 3389,\r\n \"protocol\": \"tcp\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar505/providers/Microsoft.Compute/virtualMachines/vm9853/extensions/vmext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtOTg1My9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8709/providers/Microsoft.Compute/virtualMachines/vm775/extensions/vmext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc3NS9leHRlbnNpb25zL3ZtZXh0MDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "563aaab7-d5b9-494c-b11d-3d54424cec37" + "1dfcd67e-6e31-4df3-bcff-88028f357f57" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2430,10 +2493,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b121c56e-3698-4586-9a71-4217a0b44f28?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59b71f20-f243-487e-a757-693d26fed628?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b121c56e-3698-4586-9a71-4217a0b44f28?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59b71f20-f243-487e-a757-693d26fed628?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2445,7 +2508,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b121c56e-3698-4586-9a71-4217a0b44f28" + "59b71f20-f243-487e-a757-693d26fed628" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2455,16 +2518,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "9c9baae8-652f-4e01-92a8-066047ecf648" + "b863db45-0552-41a4-9fa8-a0213d6eb79a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141827Z:9c9baae8-652f-4e01-92a8-066047ecf648" + "EASTUS2:20220120T190705Z:b863db45-0552-41a4-9fa8-a0213d6eb79a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:18:27 GMT" + "Thu, 20 Jan 2022 19:07:04 GMT" ], "Expires": [ "-1" @@ -2477,16 +2540,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b121c56e-3698-4586-9a71-4217a0b44f28?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IxMjFjNTZlLTM2OTgtNDU4Ni05YTcxLTQyMTdhMGI0NGYyOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59b71f20-f243-487e-a757-693d26fed628?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YjcxZjIwLWYyNDMtNDg3ZS1hNzU3LTY5M2QyNmZlZDYyOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2497,13 +2560,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29941" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "028c9869-d2c8-41f4-9572-c0b577b6de17" + "642bb8b8-a8e0-4666-9d67-9cad151506c0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2513,16 +2576,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "f46a8aca-4de3-4e30-9e6b-a682d8d62b2a" + "e007b88a-bfe8-483b-a7a1-84e9033b0307" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141857Z:f46a8aca-4de3-4e30-9e6b-a682d8d62b2a" + "EASTUS2:20220120T190735Z:e007b88a-bfe8-483b-a7a1-84e9033b0307" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:18:57 GMT" + "Thu, 20 Jan 2022 19:07:34 GMT" ], "Content-Length": [ "134" @@ -2534,20 +2597,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:18:27.1225873+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b121c56e-3698-4586-9a71-4217a0b44f28\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:07:05.0277354+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59b71f20-f243-487e-a757-693d26fed628\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b121c56e-3698-4586-9a71-4217a0b44f28?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IxMjFjNTZlLTM2OTgtNDU4Ni05YTcxLTQyMTdhMGI0NGYyOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59b71f20-f243-487e-a757-693d26fed628?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YjcxZjIwLWYyNDMtNDg3ZS1hNzU3LTY5M2QyNmZlZDYyOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2558,13 +2621,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29939" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e19c452b-dcce-42b3-a8ae-e413139cbc9b" + "6b7228f2-a6a8-4d32-b743-73a04c1435ef" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2574,19 +2637,19 @@ "11982" ], "x-ms-correlation-request-id": [ - "6825dd43-3ad9-49a6-912a-8544f18d7d08" + "b2eb123a-46b4-424f-abc5-9fec93441a18" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141927Z:6825dd43-3ad9-49a6-912a-8544f18d7d08" + "EASTUS2:20220120T190805Z:b2eb123a-46b4-424f-abc5-9fec93441a18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:19:27 GMT" + "Thu, 20 Jan 2022 19:08:05 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2595,20 +2658,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:18:27.1225873+00:00\",\r\n \"endTime\": \"2021-06-29T14:19:07.4978826+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b121c56e-3698-4586-9a71-4217a0b44f28\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:07:05.0277354+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59b71f20-f243-487e-a757-693d26fed628\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b121c56e-3698-4586-9a71-4217a0b44f28?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IxMjFjNTZlLTM2OTgtNDU4Ni05YTcxLTQyMTdhMGI0NGYyOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59b71f20-f243-487e-a757-693d26fed628?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YjcxZjIwLWYyNDMtNDg3ZS1hNzU3LTY5M2QyNmZlZDYyOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2619,13 +2682,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29938" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67181f02-e9fc-480f-97a5-c597bcf406dd" + "e8e80cab-7bf6-4652-9290-5c56d6253457" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2635,16 +2698,77 @@ "11981" ], "x-ms-correlation-request-id": [ - "3579c063-87dd-49ff-9b85-8f3d8b0326b6" + "ffa2f0dc-136c-4a04-b891-f1418c956568" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T190836Z:ffa2f0dc-136c-4a04-b891-f1418c956568" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:08:35 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:07:05.0277354+00:00\",\r\n \"endTime\": \"2022-01-20T19:08:15.4496268+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"59b71f20-f243-487e-a757-693d26fed628\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/59b71f20-f243-487e-a757-693d26fed628?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU5YjcxZjIwLWYyNDMtNDg3ZS1hNzU3LTY5M2QyNmZlZDYyOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29973" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5e3b2a46-47bf-4435-a221-e357d3f1ba41" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "bee7479e-1cc2-453e-af80-00b198266409" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141928Z:3579c063-87dd-49ff-9b85-8f3d8b0326b6" + "EASTUS2:20220120T190836Z:bee7479e-1cc2-453e-af80-00b198266409" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:19:27 GMT" + "Thu, 20 Jan 2022 19:08:35 GMT" ], "Expires": [ "-1" @@ -2657,21 +2781,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar505?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwNT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8709?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f91c089-71c4-45a9-8a3f-e0f8e99a7d90" + "f462b389-9bee-474f-975d-1c9fbbb142da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2683,7 +2807,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2692,13 +2816,13 @@ "14999" ], "x-ms-request-id": [ - "f6c5e6fb-efca-4d2a-8802-972935f34e32" + "0903edd7-d78f-409a-9c54-7fb3ad928867" ], "x-ms-correlation-request-id": [ - "f6c5e6fb-efca-4d2a-8802-972935f34e32" + "0903edd7-d78f-409a-9c54-7fb3ad928867" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141933Z:f6c5e6fb-efca-4d2a-8802-972935f34e32" + "EASTUS2:20220120T190842Z:0903edd7-d78f-409a-9c54-7fb3ad928867" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2707,7 +2831,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:19:32 GMT" + "Thu, 20 Jan 2022 19:08:42 GMT" ], "Expires": [ "-1" @@ -2720,15 +2844,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2740,7 +2864,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2749,13 +2873,13 @@ "11999" ], "x-ms-request-id": [ - "d54e2584-f448-4ef6-9c82-2c6dc30dc0c8" + "acb9405b-281d-451d-8b04-a10677904236" ], "x-ms-correlation-request-id": [ - "d54e2584-f448-4ef6-9c82-2c6dc30dc0c8" + "acb9405b-281d-451d-8b04-a10677904236" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141949Z:d54e2584-f448-4ef6-9c82-2c6dc30dc0c8" + "EASTUS2:20220120T190858Z:acb9405b-281d-451d-8b04-a10677904236" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2764,7 +2888,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:19:48 GMT" + "Thu, 20 Jan 2022 19:08:57 GMT" ], "Expires": [ "-1" @@ -2777,15 +2901,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2797,7 +2921,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2806,13 +2930,13 @@ "11998" ], "x-ms-request-id": [ - "c26a3c56-0ab6-45ba-87da-47c272e06040" + "3097e80d-1809-4ba4-b421-88057317930f" ], "x-ms-correlation-request-id": [ - "c26a3c56-0ab6-45ba-87da-47c272e06040" + "3097e80d-1809-4ba4-b421-88057317930f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142004Z:c26a3c56-0ab6-45ba-87da-47c272e06040" + "EASTUS2:20220120T190913Z:3097e80d-1809-4ba4-b421-88057317930f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2821,7 +2945,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:20:03 GMT" + "Thu, 20 Jan 2022 19:09:13 GMT" ], "Expires": [ "-1" @@ -2834,15 +2958,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2854,7 +2978,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2863,13 +2987,13 @@ "11997" ], "x-ms-request-id": [ - "c7cd2836-4f69-47ab-bdec-efc29aa1ae96" + "f3c3ce87-c3fb-4c4f-9dd2-0b42e7a39c5b" ], "x-ms-correlation-request-id": [ - "c7cd2836-4f69-47ab-bdec-efc29aa1ae96" + "f3c3ce87-c3fb-4c4f-9dd2-0b42e7a39c5b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142019Z:c7cd2836-4f69-47ab-bdec-efc29aa1ae96" + "EASTUS2:20220120T190929Z:f3c3ce87-c3fb-4c4f-9dd2-0b42e7a39c5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2878,7 +3002,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:20:19 GMT" + "Thu, 20 Jan 2022 19:09:28 GMT" ], "Expires": [ "-1" @@ -2891,15 +3015,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2911,7 +3035,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2920,13 +3044,13 @@ "11996" ], "x-ms-request-id": [ - "782a0994-4d17-42cc-a10f-f957ac25e796" + "a18f8f48-2b3e-4d87-a7df-e0d3d84afb4e" ], "x-ms-correlation-request-id": [ - "782a0994-4d17-42cc-a10f-f957ac25e796" + "a18f8f48-2b3e-4d87-a7df-e0d3d84afb4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142035Z:782a0994-4d17-42cc-a10f-f957ac25e796" + "EASTUS2:20220120T190944Z:a18f8f48-2b3e-4d87-a7df-e0d3d84afb4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2935,7 +3059,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:20:34 GMT" + "Thu, 20 Jan 2022 19:09:44 GMT" ], "Expires": [ "-1" @@ -2948,15 +3072,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2968,7 +3092,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2977,13 +3101,13 @@ "11995" ], "x-ms-request-id": [ - "86eee820-ea60-4514-a3ea-a081fa674046" + "00dde3ac-30c1-491f-a154-b066f574ce7e" ], "x-ms-correlation-request-id": [ - "86eee820-ea60-4514-a3ea-a081fa674046" + "00dde3ac-30c1-491f-a154-b066f574ce7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142050Z:86eee820-ea60-4514-a3ea-a081fa674046" + "EASTUS2:20220120T191000Z:00dde3ac-30c1-491f-a154-b066f574ce7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2992,7 +3116,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:20:50 GMT" + "Thu, 20 Jan 2022 19:09:59 GMT" ], "Expires": [ "-1" @@ -3005,15 +3129,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3025,7 +3149,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3034,13 +3158,13 @@ "11994" ], "x-ms-request-id": [ - "53bf3c63-eb54-45f4-80f5-191e2805c391" + "f2313d1e-0a90-447c-9c8a-4fe581607284" ], "x-ms-correlation-request-id": [ - "53bf3c63-eb54-45f4-80f5-191e2805c391" + "f2313d1e-0a90-447c-9c8a-4fe581607284" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142106Z:53bf3c63-eb54-45f4-80f5-191e2805c391" + "EASTUS2:20220120T191015Z:f2313d1e-0a90-447c-9c8a-4fe581607284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3049,7 +3173,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:21:06 GMT" + "Thu, 20 Jan 2022 19:10:14 GMT" ], "Expires": [ "-1" @@ -3062,15 +3186,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3082,7 +3206,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3091,13 +3215,13 @@ "11993" ], "x-ms-request-id": [ - "3608ff98-648f-401b-9d49-64c210317ada" + "86b729bd-6e57-4857-8de8-9f2e9e1280cd" ], "x-ms-correlation-request-id": [ - "3608ff98-648f-401b-9d49-64c210317ada" + "86b729bd-6e57-4857-8de8-9f2e9e1280cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142121Z:3608ff98-648f-401b-9d49-64c210317ada" + "EASTUS2:20220120T191031Z:86b729bd-6e57-4857-8de8-9f2e9e1280cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3106,7 +3230,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:21:21 GMT" + "Thu, 20 Jan 2022 19:10:30 GMT" ], "Expires": [ "-1" @@ -3119,15 +3243,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3139,7 +3263,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3148,13 +3272,13 @@ "11992" ], "x-ms-request-id": [ - "6423004a-170a-40dd-8960-70395429d85c" + "5a3552ac-109e-4c34-9c7b-e3465ac68cd9" ], "x-ms-correlation-request-id": [ - "6423004a-170a-40dd-8960-70395429d85c" + "5a3552ac-109e-4c34-9c7b-e3465ac68cd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142137Z:6423004a-170a-40dd-8960-70395429d85c" + "EASTUS2:20220120T191046Z:5a3552ac-109e-4c34-9c7b-e3465ac68cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3163,7 +3287,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:21:36 GMT" + "Thu, 20 Jan 2022 19:10:45 GMT" ], "Expires": [ "-1" @@ -3176,15 +3300,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3196,7 +3320,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3205,13 +3329,13 @@ "11991" ], "x-ms-request-id": [ - "0e8e36dd-90da-4795-96b8-1acc434ba9ee" + "3897eb48-4324-44d0-8d4f-650d51316fe2" ], "x-ms-correlation-request-id": [ - "0e8e36dd-90da-4795-96b8-1acc434ba9ee" + "3897eb48-4324-44d0-8d4f-650d51316fe2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142152Z:0e8e36dd-90da-4795-96b8-1acc434ba9ee" + "EASTUS2:20220120T191101Z:3897eb48-4324-44d0-8d4f-650d51316fe2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3220,7 +3344,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:21:52 GMT" + "Thu, 20 Jan 2022 19:11:01 GMT" ], "Expires": [ "-1" @@ -3233,15 +3357,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3252,17 +3376,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "c5c7b38a-2d59-4d23-96c2-b265a222abda" + "194288f7-f0c6-45fe-bd3b-ef54a6275541" ], "x-ms-correlation-request-id": [ - "c5c7b38a-2d59-4d23-96c2-b265a222abda" + "194288f7-f0c6-45fe-bd3b-ef54a6275541" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142208Z:c5c7b38a-2d59-4d23-96c2-b265a222abda" + "EASTUS2:20220120T191117Z:194288f7-f0c6-45fe-bd3b-ef54a6275541" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3271,7 +3401,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:22:07 GMT" + "Thu, 20 Jan 2022 19:11:17 GMT" ], "Expires": [ "-1" @@ -3281,18 +3411,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDUtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURVdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3303,17 +3433,809 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-request-id": [ - "7a647f93-acfa-42bd-9573-97647f5373fe" + "3756e618-e8a5-4337-bfd1-351471e7cae4" + ], + "x-ms-correlation-request-id": [ + "3756e618-e8a5-4337-bfd1-351471e7cae4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191132Z:3756e618-e8a5-4337-bfd1-351471e7cae4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:11:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "685ae206-02f0-44ae-8594-7a4cb731ed27" + ], + "x-ms-correlation-request-id": [ + "685ae206-02f0-44ae-8594-7a4cb731ed27" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191148Z:685ae206-02f0-44ae-8594-7a4cb731ed27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:11:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "7bd40872-566e-4567-902e-dc726a58c1ab" + ], + "x-ms-correlation-request-id": [ + "7bd40872-566e-4567-902e-dc726a58c1ab" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191203Z:7bd40872-566e-4567-902e-dc726a58c1ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:12:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "3ab6f90b-c9a4-47a6-9b9d-33c83cfc1061" + ], + "x-ms-correlation-request-id": [ + "3ab6f90b-c9a4-47a6-9b9d-33c83cfc1061" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191219Z:3ab6f90b-c9a4-47a6-9b9d-33c83cfc1061" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:12:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "68cc2cd8-f49c-45d3-8a25-cc703eb154cc" + ], + "x-ms-correlation-request-id": [ + "68cc2cd8-f49c-45d3-8a25-cc703eb154cc" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191234Z:68cc2cd8-f49c-45d3-8a25-cc703eb154cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:12:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "895468d5-b977-4d84-b0a2-1ed850e6cf0a" + ], + "x-ms-correlation-request-id": [ + "895468d5-b977-4d84-b0a2-1ed850e6cf0a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191250Z:895468d5-b977-4d84-b0a2-1ed850e6cf0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:12:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "4df8af2f-56a5-4aee-84ed-1781078708ed" + ], + "x-ms-correlation-request-id": [ + "4df8af2f-56a5-4aee-84ed-1781078708ed" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191305Z:4df8af2f-56a5-4aee-84ed-1781078708ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:13:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "c10b728c-178c-4c4e-bd21-d7073e0c64f8" + ], + "x-ms-correlation-request-id": [ + "c10b728c-178c-4c4e-bd21-d7073e0c64f8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191321Z:c10b728c-178c-4c4e-bd21-d7073e0c64f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:13:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "83127f05-bb5c-4493-9bd7-cd02c8a0c407" + ], + "x-ms-correlation-request-id": [ + "83127f05-bb5c-4493-9bd7-cd02c8a0c407" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191337Z:83127f05-bb5c-4493-9bd7-cd02c8a0c407" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:13:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "2700553d-e65e-4deb-ba97-561b676a05e9" + ], + "x-ms-correlation-request-id": [ + "2700553d-e65e-4deb-ba97-561b676a05e9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191352Z:2700553d-e65e-4deb-ba97-561b676a05e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:13:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "51709a27-9cd8-43f0-b557-7a0df86813cc" + ], + "x-ms-correlation-request-id": [ + "51709a27-9cd8-43f0-b557-7a0df86813cc" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191408Z:51709a27-9cd8-43f0-b557-7a0df86813cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:14:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "aecd4af3-b5d9-4463-b919-4f3e14c3c5cb" + ], + "x-ms-correlation-request-id": [ + "aecd4af3-b5d9-4463-b919-4f3e14c3c5cb" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191423Z:aecd4af3-b5d9-4463-b919-4f3e14c3c5cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:14:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "320b7179-911f-4507-87cb-c7638ad2feb1" + ], + "x-ms-correlation-request-id": [ + "320b7179-911f-4507-87cb-c7638ad2feb1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191439Z:320b7179-911f-4507-87cb-c7638ad2feb1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:14:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "f51f2ba8-2546-4478-a47b-d0ae960f8ae0" + ], + "x-ms-correlation-request-id": [ + "f51f2ba8-2546-4478-a47b-d0ae960f8ae0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191454Z:f51f2ba8-2546-4478-a47b-d0ae960f8ae0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:14:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-request-id": [ + "0d8b58ff-d5ee-4e32-842c-52ca9e4976cb" ], "x-ms-correlation-request-id": [ - "7a647f93-acfa-42bd-9573-97647f5373fe" + "0d8b58ff-d5ee-4e32-842c-52ca9e4976cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T142208Z:7a647f93-acfa-42bd-9573-97647f5373fe" + "EASTUS2:20220120T191455Z:0d8b58ff-d5ee-4e32-842c-52ca9e4976cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3322,7 +4244,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:22:08 GMT" + "Thu, 20 Jan 2022 19:14:54 GMT" ], "Expires": [ "-1" @@ -3337,28 +4259,28 @@ ], "Names": { "TestVMHealthExtensionOperations": [ - "crptestar505", - "crptestar2071", - "as8970" + "crptestar8709", + "crptestar8809", + "as5722" ], "CreatePublicIP": [ - "pip6014", - "dn7559" + "pip4607", + "dn3408" ], "CreateVNET": [ - "vn8137", - "sn7016" + "vn1276", + "sn5759" ], "CreateNIC": [ - "nic9463", - "ip1743" + "nic6829", + "ip3692" ], "CreateDefaultVMInput": [ - "crptestar6180", - "crptestar5888", - "crptestar5344", - "vm9853", - "Microsoft.Compute/virtualMachines2228" + "crptestar9192", + "crptestar2288", + "crptestar4775", + "vm775", + "Microsoft.Compute/virtualMachines4722" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMIdentityTests/TestVMIdentitySystemAssignedUserAssigned.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMIdentityTests/TestVMIdentitySystemAssignedUserAssigned.json index e8e4952d5272f..5811851a9e2b4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMIdentityTests/TestVMIdentitySystemAssignedUserAssigned.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMIdentityTests/TestVMIdentitySystemAssignedUserAssigned.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd69e2c3-f0b0-4fd2-9130-10b70c6a9e81" + "4171de38-d9ef-4b3d-97f2-343d6c1caff3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:01:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15998,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "beabba14-0287-4524-9659-3e6e58307e2e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2280dbbc-b99d-434a-bd7b-4b391f27a1b6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "a56ca2c8-1b25-4bfe-9369-ce8ed8d2c437" + "3b1fc6d7-6eba-4ea5-ac3a-5987be4a9339" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225800Z:a56ca2c8-1b25-4bfe-9369-ce8ed8d2c437" + "EASTUS2:20211128T170137Z:3b1fc6d7-6eba-4ea5-ac3a-5987be4a9339" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:58:00 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ4NTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4859\": \"2021-06-29 22:58:00Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8508\": \"2021-11-28 17:01:37Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "743c1f13-de31-448c-b039-5a35953e4172" + "d91290ea-9a1a-4a3d-a90f-9aad28b1bdb0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:01:40 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5c6d7167-1545-4e3e-a555-26fa4a0cff0d" + "d477a4d4-cde6-4640-aade-9e12c579d62b" ], "x-ms-correlation-request-id": [ - "5c6d7167-1545-4e3e-a555-26fa4a0cff0d" + "d477a4d4-cde6-4640-aade-9e12c579d62b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225803Z:5c6d7167-1545-4e3e-a555-26fa4a0cff0d" + "EASTUS2:20211128T170141Z:d477a4d4-cde6-4640-aade-9e12c579d62b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:58:02 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859\",\r\n \"name\": \"crptestar4859\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4859\": \"2021-06-29 22:58:00Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508\",\r\n \"name\": \"crptestar8508\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8508\": \"2021-11-28 17:01:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ4NTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4859\": \"2021-06-29 22:58:52Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8508\": \"2021-11-28 17:02:35Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e212bcc-a4db-4657-9c5e-2a759f95dcde" + "e27928b5-adc4-4f09-8ec9-7ffaa3459c54" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "8d182511-ef68-46d2-b59e-2b442feb12f6" + "cb4272f5-ab7c-4d57-9411-b9545e9a7561" ], "x-ms-correlation-request-id": [ - "8d182511-ef68-46d2-b59e-2b442feb12f6" + "cb4272f5-ab7c-4d57-9411-b9545e9a7561" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225854Z:8d182511-ef68-46d2-b59e-2b442feb12f6" + "EASTUS2:20211128T170237Z:cb4272f5-ab7c-4d57-9411-b9545e9a7561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:58:53 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859\",\r\n \"name\": \"crptestar4859\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4859\": \"2021-06-29 22:58:52Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508\",\r\n \"name\": \"crptestar8508\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8508\": \"2021-11-28 17:02:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Storage/storageAccounts/crptestar8596?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTk2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Storage/storageAccounts/crptestar7284?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3Mjg0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8afaeb28-6425-4c89-b680-336c7bce5a75" + "99be0dbf-e48d-4b9f-98e7-429fc2766b82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:01:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/17f11fa5-8395-412d-8f2d-6bdb3ae75ef1?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4da5f87c-59cf-49a8-99a0-2365c6cd1c4e?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "17f11fa5-8395-412d-8f2d-6bdb3ae75ef1" + "4da5f87c-59cf-49a8-99a0-2365c6cd1c4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8d430afc-15a5-412a-bb2b-a77acbb3295d" + "348dc912-767a-43b6-aba5-79350204b797" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225813Z:8d430afc-15a5-412a-bb2b-a77acbb3295d" + "EASTUS2:20211128T170153Z:348dc912-767a-43b6-aba5-79350204b797" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:58:12 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/17f11fa5-8395-412d-8f2d-6bdb3ae75ef1?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTdmMTFmYTUtODM5NS00MTJkLThmMmQtNmJkYjNhZTc1ZWYxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4da5f87c-59cf-49a8-99a0-2365c6cd1c4e?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGRhNWY4N2MtNTljZi00OWE4LTk5YTAtMjM2NWM2Y2QxYzRlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:10 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "1a28603c-7706-4c90-9eb6-f93f023358ac" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4da5f87c-59cf-49a8-99a0-2365c6cd1c4e?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "cfb4ebe1-bfd4-4e64-9823-366ce008d6df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f1485a36-1244-4ad9-94a1-4825e4058857" + "2c33428c-6abd-47eb-9665-45fb62dad538" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225830Z:f1485a36-1244-4ad9-94a1-4825e4058857" + "EASTUS2:20211128T170211Z:2c33428c-6abd-47eb-9665-45fb62dad538" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4da5f87c-59cf-49a8-99a0-2365c6cd1c4e?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGRhNWY4N2MtNTljZi00OWE4LTk5YTAtMjM2NWM2Y2QxYzRlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 22:58:30 GMT" + "Sun, 28 Nov 2021 17:02:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "88d03ea6-f99f-4713-9e92-d92edfb8d96b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "05053c8e-1de8-402b-829a-0c26f0c9863c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211128T170214Z:05053c8e-1de8-402b-829a-0c26f0c9863c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e79b59a-99c5-4fcf-a046-0a860dc0a4eb" + "656402a6-968e-40a3-93bf-61191763963a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d44aa619-cfb3-438b-b292-1ed9bb03d2ad" + "bd40dd41-38ab-4590-b3bc-6cff9da915d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "c15b6625-71dd-42b6-88ac-77f5761d5a09" + "7d8da4f2-6cde-4a2f-9683-ec66a3ed0908" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225840Z:c15b6625-71dd-42b6-88ac-77f5761d5a09" + "EASTUS2:20211128T170224Z:7d8da4f2-6cde-4a2f-9683-ec66a3ed0908" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:58:40 GMT" - ], "Content-Length": [ "752" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Storage/storageAccounts/crptestar8596\",\r\n \"name\": \"crptestar8596\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T22:58:09.6372078Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8596.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8596.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8596.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8596.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Storage/storageAccounts/crptestar7284\",\r\n \"name\": \"crptestar7284\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-28T17:01:50.2550003Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7284.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7284.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7284.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7284.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Storage/storageAccounts/crptestar8596?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTk2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Storage/storageAccounts/crptestar7284?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3Mjg0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50827c8c-d488-4c7e-a71c-654329f7bee0" + "5fc375c2-4706-4c2d-b400-bd659254b217" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "689b5d54-5969-4450-9eb1-88ddbdc84412" + "038673a9-65bc-4d52-a831-ad2a37726682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "b0b4461f-048b-44f5-8045-0ae540e8f19e" + "31b12127-7cf5-47bd-bdaa-2999cfc73be4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225841Z:b0b4461f-048b-44f5-8045-0ae540e8f19e" + "EASTUS2:20211128T170224Z:31b12127-7cf5-47bd-bdaa-2999cfc73be4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:58:40 GMT" - ], "Content-Length": [ "740" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Storage/storageAccounts/crptestar8596\",\r\n \"name\": \"crptestar8596\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T22:58:09.6372078Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8596.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8596.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8596.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8596.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Storage/storageAccounts/crptestar7284\",\r\n \"name\": \"crptestar7284\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-28T17:01:50.2550003Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7284.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7284.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7284.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7284.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731?api-version=2018-11-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYW5hZ2VkSWRlbnRpdHkvdXNlckFzc2lnbmVkSWRlbnRpdGllcy91c2VyaWQ1NzMxP2FwaS12ZXJzaW9uPTIwMTgtMTEtMzA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325?api-version=2018-11-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5NYW5hZ2VkSWRlbnRpdHkvdXNlckFzc2lnbmVkSWRlbnRpdGllcy91c2VyaWQxMzI1P2FwaS12ZXJzaW9uPTIwMTgtMTEtMzA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4f1ad2f-5b60-44a5-a0d0-572a21014d43" + "ef603026-ef6e-49e7-80fc-e243f88c8354" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient/1.0.0" ], "Content-Type": [ @@ -489,11 +552,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731" + "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,20 +568,17 @@ "1199" ], "x-ms-request-id": [ - "d234d08f-c393-4b37-92c7-1f7e032b3672" + "bc73e512-473e-4f31-b62b-6c08213328ca" ], "x-ms-correlation-request-id": [ - "d234d08f-c393-4b37-92c7-1f7e032b3672" + "bc73e512-473e-4f31-b62b-6c08213328ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225852Z:d234d08f-c393-4b37-92c7-1f7e032b3672" + "EASTUS2:20211128T170235Z:bc73e512-473e-4f31-b62b-6c08213328ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:58:51 GMT" - ], "Content-Length": [ "442" ], @@ -526,25 +589,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731\",\r\n \"name\": \"userid5731\",\r\n \"type\": \"Microsoft.ManagedIdentity/userAssignedIdentities\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"4e7c221e-6c7c-4983-aadc-26ba7d28511a\",\r\n \"clientId\": \"77ac7905-0f63-4f2c-94cf-1cb85e000993\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325\",\r\n \"name\": \"userid1325\",\r\n \"type\": \"Microsoft.ManagedIdentity/userAssignedIdentities\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"328ecf57-2683-45b7-8ebc-bbf5cbe19bb3\",\r\n \"clientId\": \"886e78c3-e198-4cfb-9e74-ff807ee69961\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/publicIPAddresses/pip6461?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY0NjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/publicIPAddresses/pip4823?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ4MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6723\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4999d5f6-5174-4cd1-8581-81ea3978f5ca" + "b50c653c-6c0e-4fc3-8dc3-22787dab5135" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -558,46 +621,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "94ddb8e0-0793-4b24-936d-4f0d77b83fe0" + "d18307fd-95e1-4f55-9f6c-8f0b346e1190" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/94ddb8e0-0793-4b24-936d-4f0d77b83fe0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d18307fd-95e1-4f55-9f6c-8f0b346e1190?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "39994f68-71b5-4fd0-9159-d964ce77ec6a" + "9a1e63df-729d-46b9-8edf-71ac9315e5b7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "24102a79-0d08-4fdb-86de-1d7ef055540d" + "10b6cd82-3d91-4770-9e5b-1dc1a00c5473" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225903Z:39994f68-71b5-4fd0-9159-d964ce77ec6a" + "EASTUS2:20211128T170249Z:9a1e63df-729d-46b9-8edf-71ac9315e5b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:03 GMT" - ], "Content-Length": [ "769" ], @@ -608,19 +671,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6461\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/publicIPAddresses/pip6461\",\r\n \"etag\": \"W/\\\"9a1811d2-51af-40ea-b789-18e3c0195b44\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"04a82d95-e8bf-4d0a-b317-9000056926c8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\",\r\n \"fqdn\": \"dn7199.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4823\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/publicIPAddresses/pip4823\",\r\n \"etag\": \"W/\\\"a4b9f6af-ffc9-4b43-bae2-8c5600f98d0f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"279da0d1-fcc8-4871-85aa-98c251cbc35d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6723\",\r\n \"fqdn\": \"dn6723.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/94ddb8e0-0793-4b24-936d-4f0d77b83fe0?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZGRiOGUwLTA3OTMtNGIyNC05MzZkLTRmMGQ3N2I4M2ZlMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d18307fd-95e1-4f55-9f6c-8f0b346e1190?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxODMwN2ZkLTk1ZTEtNGY1NS05ZjZjLThmMGIzNDZlMTE5MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -628,37 +691,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "27e178c4-f55d-47cc-880a-9e4d533ff3ff" + "184a67db-dc4e-494f-b320-312c9691b5b5" ], "x-ms-correlation-request-id": [ - "4835f9ff-b974-4563-9a50-e5a487daba02" + "560e2560-6bd4-4b7a-b9f3-278b4350a5f4" ], "x-ms-arm-service-request-id": [ - "b43b1815-ec71-4b27-9948-f472ac351f8e" + "e10c9fd0-4dff-40fe-ba2f-0406a86619ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225904Z:4835f9ff-b974-4563-9a50-e5a487daba02" + "EASTUS2:20211128T170250Z:560e2560-6bd4-4b7a-b9f3-278b4350a5f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:04 GMT" - ], "Content-Length": [ "29" ], @@ -673,15 +736,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/publicIPAddresses/pip6461?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY0NjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/publicIPAddresses/pip4823?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ4MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -689,40 +752,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a796302e-cb8d-460c-bdfe-93c45b9c4b4d\"" + "W/\"5741a90f-7f01-4227-924c-f6796528e22f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6a0e2d40-058e-410f-8eb9-e49303af9bef" + "6eabed7b-9cdf-4f9e-9dce-5e6ceee89d5e" ], "x-ms-correlation-request-id": [ - "e70240ac-fd82-4936-814b-0f3bd4398a7e" + "0bd132e0-148e-4203-a4bd-d67710f55f38" ], "x-ms-arm-service-request-id": [ - "f45f1c01-e02e-4cc8-90c9-0a0d5a1df47e" + "0fab1e0d-5e87-4a95-acb3-a3d1f90dd9c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225904Z:e70240ac-fd82-4936-814b-0f3bd4398a7e" + "EASTUS2:20211128T170250Z:0bd132e0-148e-4203-a4bd-d67710f55f38" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:04 GMT" - ], "Content-Length": [ "770" ], @@ -733,25 +796,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6461\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/publicIPAddresses/pip6461\",\r\n \"etag\": \"W/\\\"a796302e-cb8d-460c-bdfe-93c45b9c4b4d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04a82d95-e8bf-4d0a-b317-9000056926c8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\",\r\n \"fqdn\": \"dn7199.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4823\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/publicIPAddresses/pip4823\",\r\n \"etag\": \"W/\\\"5741a90f-7f01-4227-924c-f6796528e22f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"279da0d1-fcc8-4871-85aa-98c251cbc35d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6723\",\r\n \"fqdn\": \"dn6723.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/publicIPAddresses/pip6461?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY0NjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/publicIPAddresses/pip4823?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ4MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90001327-c884-4018-9759-fa6848c617ed" + "8594d950-d777-4d0a-8fa3-ac8a6fb1850d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -759,40 +822,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a796302e-cb8d-460c-bdfe-93c45b9c4b4d\"" + "W/\"5741a90f-7f01-4227-924c-f6796528e22f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5df63a4e-3da6-4291-9866-0f53a298c6ed" + "4298ef8c-5060-4ca8-ac83-825345db40f8" ], "x-ms-correlation-request-id": [ - "2dc19a91-de61-4efd-9c09-1d8cf8d4e23e" + "a96d643f-3c84-46d5-835d-17bf09762025" ], "x-ms-arm-service-request-id": [ - "ab0404e4-e388-4eab-8a1f-e70977ed36fb" + "37707aeb-d5bb-4a86-9c3c-2109b014ca50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225905Z:2dc19a91-de61-4efd-9c09-1d8cf8d4e23e" + "EASTUS2:20211128T170250Z:a96d643f-3c84-46d5-835d-17bf09762025" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:05 GMT" - ], "Content-Length": [ "770" ], @@ -803,25 +866,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6461\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/publicIPAddresses/pip6461\",\r\n \"etag\": \"W/\\\"a796302e-cb8d-460c-bdfe-93c45b9c4b4d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04a82d95-e8bf-4d0a-b317-9000056926c8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\",\r\n \"fqdn\": \"dn7199.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4823\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/publicIPAddresses/pip4823\",\r\n \"etag\": \"W/\\\"5741a90f-7f01-4227-924c-f6796528e22f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"279da0d1-fcc8-4871-85aa-98c251cbc35d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6723\",\r\n \"fqdn\": \"dn6723.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyMTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8134\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1117\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14ce72fc-ca6f-4f8a-827e-0fca9011fc3f" + "12d42be4-c81e-4a6b-964f-be7ad3c08c02" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -835,46 +898,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0d10d9d2-8b83-4ca4-92a1-ce89cdc00c0c" + "678beed5-b153-4c8c-999e-7b0a9053fac6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0d10d9d2-8b83-4ca4-92a1-ce89cdc00c0c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/678beed5-b153-4c8c-999e-7b0a9053fac6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "915ecf5d-ebeb-4c36-8c3a-d168b7e97296" + "8592a7f5-6331-4a19-8752-8ed2120a90db" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b65c02d3-38fb-48a3-be04-9c380ee9fd66" + "53cfc89d-6b57-4fb4-82dd-2761486d7ef1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225909Z:915ecf5d-ebeb-4c36-8c3a-d168b7e97296" + "EASTUS2:20211128T170255Z:8592a7f5-6331-4a19-8752-8ed2120a90db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:09 GMT" - ], "Content-Length": [ "1321" ], @@ -885,19 +948,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369\",\r\n \"etag\": \"W/\\\"9c85574b-34c5-4d74-aecf-482eea4fd846\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2b67b08e-4e0d-48b9-ae14-313595a04052\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134\",\r\n \"etag\": \"W/\\\"9c85574b-34c5-4d74-aecf-482eea4fd846\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1215\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215\",\r\n \"etag\": \"W/\\\"e224641f-0e1e-4b04-9330-cac3eea1d89a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7f8a7c33-c963-4521-b729-91abf5fc6099\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117\",\r\n \"etag\": \"W/\\\"e224641f-0e1e-4b04-9330-cac3eea1d89a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0d10d9d2-8b83-4ca4-92a1-ce89cdc00c0c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBkMTBkOWQyLThiODMtNGNhNC05MmExLWNlODljZGMwMGMwYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/678beed5-b153-4c8c-999e-7b0a9053fac6?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY3OGJlZWQ1LWIxNTMtNGM4Yy05OTllLTdiMGE5MDUzZmFjNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -905,37 +968,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3250a902-b684-40c8-9efb-e2d031e013bf" + "3c1450a1-1ca8-46a1-8190-3aa0885035b8" ], "x-ms-correlation-request-id": [ - "07de0cb7-7b3f-4183-8d8a-a0a7a8f50402" + "e2624680-28c0-4728-a21e-1439ffdd297a" ], "x-ms-arm-service-request-id": [ - "8a7b88ad-1377-4f7e-97b7-7d34ada1a90c" + "931f2d79-5fda-4ace-8c4a-84eb93a75186" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225912Z:07de0cb7-7b3f-4183-8d8a-a0a7a8f50402" + "EASTUS2:20211128T170258Z:e2624680-28c0-4728-a21e-1439ffdd297a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:12 GMT" - ], "Content-Length": [ "29" ], @@ -950,15 +1013,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyMTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -966,40 +1029,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"62f0d59f-3903-4af6-ad2c-8f5b7e088035\"" + "W/\"c4607f2b-998f-4e8a-a846-7802d70c243a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eb04b047-e8b3-40d5-a164-fe8cc8d8cfd6" + "9de0b57a-c559-4dd6-9831-bb9792843146" ], "x-ms-correlation-request-id": [ - "ffb96f32-564d-4acb-9f79-2061d99c8a6d" + "dffc0777-bbba-41bd-984e-9328db79b01c" ], "x-ms-arm-service-request-id": [ - "5e2c06de-a425-48c1-861e-1453c774f901" + "e3edb462-11fa-49c6-b202-5c00fc124ae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225912Z:ffb96f32-564d-4acb-9f79-2061d99c8a6d" + "EASTUS2:20211128T170258Z:dffc0777-bbba-41bd-984e-9328db79b01c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:12 GMT" - ], "Content-Length": [ "1323" ], @@ -1010,25 +1073,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369\",\r\n \"etag\": \"W/\\\"62f0d59f-3903-4af6-ad2c-8f5b7e088035\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2b67b08e-4e0d-48b9-ae14-313595a04052\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134\",\r\n \"etag\": \"W/\\\"62f0d59f-3903-4af6-ad2c-8f5b7e088035\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1215\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215\",\r\n \"etag\": \"W/\\\"c4607f2b-998f-4e8a-a846-7802d70c243a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f8a7c33-c963-4521-b729-91abf5fc6099\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117\",\r\n \"etag\": \"W/\\\"c4607f2b-998f-4e8a-a846-7802d70c243a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzNjkvc3VibmV0cy9zbjgxMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyMTUvc3VibmV0cy9zbjExMTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "355ede8d-28d9-472e-b040-ad8425d24e69" + "3deeda01-7235-4f7a-9219-8e57f29b3ce4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1036,40 +1099,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:02:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"62f0d59f-3903-4af6-ad2c-8f5b7e088035\"" + "W/\"c4607f2b-998f-4e8a-a846-7802d70c243a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "de1ad403-cc54-476c-9e6c-5425076eac5f" + "68eb8365-ebae-44c2-ab9a-f3553cf06b28" ], "x-ms-correlation-request-id": [ - "0e9963a6-414e-4e3c-a9dc-d6dbf933272c" + "045142ce-94e8-426d-92fd-19cc75e88b7a" ], "x-ms-arm-service-request-id": [ - "2dfced38-5f13-447c-8aaf-4ac650204766" + "f53abca0-33fa-42ce-baa8-26eb76c1ec1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225913Z:0e9963a6-414e-4e3c-a9dc-d6dbf933272c" + "EASTUS2:20211128T170258Z:045142ce-94e8-426d-92fd-19cc75e88b7a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:12 GMT" - ], "Content-Length": [ "523" ], @@ -1080,25 +1143,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134\",\r\n \"etag\": \"W/\\\"62f0d59f-3903-4af6-ad2c-8f5b7e088035\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117\",\r\n \"etag\": \"W/\\\"c4607f2b-998f-4e8a-a846-7802d70c243a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkxNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134\"\r\n }\r\n },\r\n \"name\": \"ip4953\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117\"\r\n }\r\n },\r\n \"name\": \"ip2469\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "711f091b-4015-4da5-874b-05d7635be799" + "00835466-f218-428d-9fec-36a2027cd07d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1112,43 +1175,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:03:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "985a72a2-b887-4e2c-ac03-94a76bd03c36" + "07f24aa7-3a28-4301-a07c-ff0b3bef4ce0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/985a72a2-b887-4e2c-ac03-94a76bd03c36?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/07f24aa7-3a28-4301-a07c-ff0b3bef4ce0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "877cc17b-a796-4e38-a3d3-72cbf0b35c82" + "d7ad0662-fcfc-420d-bb18-0495b2009929" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eb6dbe77-e482-4bec-a417-1a4c1fcdfe50" + "e9d4e1d8-85bb-4faf-a63f-8069570ddca6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225917Z:877cc17b-a796-4e38-a3d3-72cbf0b35c82" + "EASTUS2:20211128T170302Z:d7ad0662-fcfc-420d-bb18-0495b2009929" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:17 GMT" - ], "Content-Length": [ "1631" ], @@ -1159,19 +1222,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9162\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\",\r\n \"etag\": \"W/\\\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"162cafad-6189-4c2c-8c9f-7d3895bdd8a5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162/ipConfigurations/ip4953\",\r\n \"etag\": \"W/\\\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134\"\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\": \"r0ygokynj02urlquge0zlicakc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6971\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\",\r\n \"etag\": \"W/\\\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28a395a3-edc3-41e5-af8a-0806202d6eae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971/ipConfigurations/ip2469\",\r\n \"etag\": \"W/\\\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117\"\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\": \"gn4iu51dzequlnzjsgv5l5datb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkxNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1179,40 +1242,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:03:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\"" + "W/\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "428915a4-6a47-4e0e-aa73-b5d38d015052" + "732ba997-5d84-4583-a3f8-03ce5fdee91c" ], "x-ms-correlation-request-id": [ - "f578c0db-ee09-4275-af10-faf1f3717893" + "99d7be0c-5e97-4d65-bcb8-4b4854747bc5" ], "x-ms-arm-service-request-id": [ - "300393f4-dea4-43f8-8b2c-8c10acceb6a4" + "91e6381f-99b6-4899-b45f-187439b179a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225917Z:f578c0db-ee09-4275-af10-faf1f3717893" + "EASTUS2:20211128T170302Z:99d7be0c-5e97-4d65-bcb8-4b4854747bc5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:17 GMT" - ], "Content-Length": [ "1631" ], @@ -1223,25 +1286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9162\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\",\r\n \"etag\": \"W/\\\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"162cafad-6189-4c2c-8c9f-7d3895bdd8a5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162/ipConfigurations/ip4953\",\r\n \"etag\": \"W/\\\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134\"\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\": \"r0ygokynj02urlquge0zlicakc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6971\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\",\r\n \"etag\": \"W/\\\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28a395a3-edc3-41e5-af8a-0806202d6eae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971/ipConfigurations/ip2469\",\r\n \"etag\": \"W/\\\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117\"\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\": \"gn4iu51dzequlnzjsgv5l5datb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkxNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23b3f354-3e99-4d53-856f-09ab340f6e9a" + "d8b8b779-2cfb-4ab6-bef9-0e4766a701f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1249,40 +1312,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:03:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\"" + "W/\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b17cc2f1-6f94-4ec1-a07e-aee494d50cb7" + "62b36dfb-0819-4572-ab84-d74a6222e165" ], "x-ms-correlation-request-id": [ - "d98ea58a-a591-4e64-8aef-d732205c8d27" + "149cc853-1ac4-4365-a4f0-ed2931c11242" ], "x-ms-arm-service-request-id": [ - "f97af1c1-774f-42d8-9727-8e59c739294c" + "393a4fe3-e222-492e-96f8-25d1d3a85629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225918Z:d98ea58a-a591-4e64-8aef-d732205c8d27" + "EASTUS2:20211128T170303Z:149cc853-1ac4-4365-a4f0-ed2931c11242" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:17 GMT" - ], "Content-Length": [ "1631" ], @@ -1293,26 +1356,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9162\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\",\r\n \"etag\": \"W/\\\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"162cafad-6189-4c2c-8c9f-7d3895bdd8a5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162/ipConfigurations/ip4953\",\r\n \"etag\": \"W/\\\"a3a44738-5951-4fa2-bf5d-356aae0c4df9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/virtualNetworks/vn1369/subnets/sn8134\"\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\": \"r0ygokynj02urlquge0zlicakc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6971\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\",\r\n \"etag\": \"W/\\\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28a395a3-edc3-41e5-af8a-0806202d6eae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971/ipConfigurations/ip2469\",\r\n \"etag\": \"W/\\\"404adfa3-9349-4eaa-a1e9-85cfaa315a15\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/virtualNetworks/vn1215/subnets/sn1117\"\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\": \"gn4iu51dzequlnzjsgv5l5datb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/availabilitySets/as5770?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1NzcwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/availabilitySets/as2665?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyNjY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d92328a-5fd7-4632-b934-54161ec70e20" + "bc69803c-67f9-4524-834e-2a91250b7249" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1325,37 +1388,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:03:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2286667-e11b-44df-bac2-95f71c9ffced" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6f4c2eb3-341f-428a-954d-9164e23130de" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c2596f0f-a21c-49b6-be63-e496ea21782c" + "801a8d7c-eadd-44d4-bcb4-7da6979ae50c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225927Z:c2596f0f-a21c-49b6-be63-e496ea21782c" + "EASTUS2:20211128T170312Z:801a8d7c-eadd-44d4-bcb4-7da6979ae50c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:26 GMT" - ], "Content-Length": [ "444" ], @@ -1366,26 +1429,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as5770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/availabilitySets/as5770\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as2665\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/availabilitySets/as2665\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMDc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8596.blob.core.windows.net/crptestar5152/oscrptestar7389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/availabilitySets/as5770\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731\": {}\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7284.blob.core.windows.net/crptestar1630/oscrptestar6305.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/availabilitySets/as2665\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325\": {}\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51c393a9-385d-4ae5-ab5e-bf31fda096c7" + "6f404980-e635-4198-8231-fd8892ff71d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1398,48 +1461,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:03:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15886b0-6e4f-4310-b4d0-5f783115461d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10d3cf2e-7a04-4019-a524-e6a95f80af24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1193" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a15886b0-6e4f-4310-b4d0-5f783115461d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "10d3cf2e-7a04-4019-a524-e6a95f80af24" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "807b0f41-7d24-4b39-a005-9975331bc3b7" + "01eb976a-f697-4a5c-957b-1129fc448355" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225942Z:807b0f41-7d24-4b39-a005-9975331bc3b7" + "EASTUS2:20211128T170322Z:01eb976a-f697-4a5c-957b-1129fc448355" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:41 GMT" - ], "Content-Length": [ - "2415" + "2472" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1448,60 +1511,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"a123a138-4010-4936-b5c3-d10d3dce8a72\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d89c99f4-6933-4191-acc5-3cec67562033\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/availabilitySets/AS5770\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8596.blob.core.windows.net/crptestar5152/oscrptestar7389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3049\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"87489e2b-b8c7-4ca6-8b9f-a64cf0de95ac\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9f01b7e-2de0-4131-b2f5-096aa71e8792\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/availabilitySets/AS2665\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7284.blob.core.windows.net/crptestar1630/oscrptestar6305.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-28T17:03:19.8536951+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15886b0-6e4f-4310-b4d0-5f783115461d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNTg4NmIwLTZlNGYtNDMxMC1iNGQwLTVmNzgzMTE1NDYxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10d3cf2e-7a04-4019-a524-e6a95f80af24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwZDNjZjJlLTdhMDQtNDAxOS1hNTI0LWU2YTk1ZjgwYWYyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:03:32 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "466d2f23-7bd5-4edb-b7d3-93f220c14789" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb38cde1-1b0b-4357-ab63-4dad5dfaec82" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "f789fddb-c797-4730-ab6f-49cc0640e23d" + "09b84f07-f71f-4ff5-87a6-b7fb13f14f3e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225952Z:f789fddb-c797-4730-ab6f-49cc0640e23d" + "EASTUS2:20211128T170332Z:09b84f07-f71f-4ff5-87a6-b7fb13f14f3e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:59:52 GMT" - ], "Content-Length": [ "134" ], @@ -1512,57 +1575,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:59:39.9534003+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a15886b0-6e4f-4310-b4d0-5f783115461d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-28T17:03:19.7911634+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10d3cf2e-7a04-4019-a524-e6a95f80af24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15886b0-6e4f-4310-b4d0-5f783115461d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNTg4NmIwLTZlNGYtNDMxMC1iNGQwLTVmNzgzMTE1NDYxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10d3cf2e-7a04-4019-a524-e6a95f80af24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwZDNjZjJlLTdhMDQtNDAxOS1hNTI0LWU2YTk1ZjgwYWYyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:04:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4694d30a-e9f5-49af-a0c3-8fbc3dc189fc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7b7df7ed-2c07-480b-a11a-29d450cb33df" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "630aecfd-6675-4196-9f40-1260d33d71fc" + "ee35e52f-171b-4a4c-b92d-a435f9628b8b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230043Z:630aecfd-6675-4196-9f40-1260d33d71fc" + "EASTUS2:20211128T170422Z:ee35e52f-171b-4a4c-b92d-a435f9628b8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:00:42 GMT" - ], "Content-Length": [ "134" ], @@ -1573,57 +1636,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:59:39.9534003+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a15886b0-6e4f-4310-b4d0-5f783115461d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-28T17:03:19.7911634+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10d3cf2e-7a04-4019-a524-e6a95f80af24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15886b0-6e4f-4310-b4d0-5f783115461d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNTg4NmIwLTZlNGYtNDMxMC1iNGQwLTVmNzgzMTE1NDYxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10d3cf2e-7a04-4019-a524-e6a95f80af24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwZDNjZjJlLTdhMDQtNDAxOS1hNTI0LWU2YTk1ZjgwYWYyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:05:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "270fbc28-748d-4eac-9d4b-18b13fbd800c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1ca4bb72-e3fc-4b31-9388-7c29c0a194a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "ca1d1076-1a54-4dc7-83c6-168b86dcd94d" + "540fa107-1bf0-41b6-9f43-962fdc349a46" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230134Z:ca1d1076-1a54-4dc7-83c6-168b86dcd94d" + "EASTUS2:20211128T170513Z:540fa107-1bf0-41b6-9f43-962fdc349a46" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:01:33 GMT" - ], "Content-Length": [ "134" ], @@ -1634,57 +1697,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:59:39.9534003+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a15886b0-6e4f-4310-b4d0-5f783115461d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-28T17:03:19.7911634+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10d3cf2e-7a04-4019-a524-e6a95f80af24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15886b0-6e4f-4310-b4d0-5f783115461d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNTg4NmIwLTZlNGYtNDMxMC1iNGQwLTVmNzgzMTE1NDYxZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10d3cf2e-7a04-4019-a524-e6a95f80af24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwZDNjZjJlLTdhMDQtNDAxOS1hNTI0LWU2YTk1ZjgwYWYyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6fe2a86b-1645-47e7-b33c-92b8d8db7b09" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7a4be1c4-1c40-40ed-ade9-b115552e5d4f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "3716f8db-17ee-4e5a-b18a-a468469809de" + "60d8294e-259b-4586-b774-53c4b725ed41" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230225Z:3716f8db-17ee-4e5a-b18a-a468469809de" + "EASTUS2:20211128T170603Z:60d8294e-259b-4586-b774-53c4b725ed41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:02:24 GMT" - ], "Content-Length": [ "184" ], @@ -1695,59 +1758,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:59:39.9534003+00:00\",\r\n \"endTime\": \"2021-06-29T23:02:09.9231464+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a15886b0-6e4f-4310-b4d0-5f783115461d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-28T17:03:19.7911634+00:00\",\r\n \"endTime\": \"2021-11-28T17:05:47.7754258+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"10d3cf2e-7a04-4019-a524-e6a95f80af24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMDc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31973" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cdafdd75-2ab3-4606-9b27-e38aff6987df" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cd58bb0f-8777-4bd7-bca9-eca0b76e3bad" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "e452957f-45d1-4d31-9f54-d4088054227c" + "17f4ad4a-9c8e-4ef1-a033-7e17b4c3176f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230225Z:e452957f-45d1-4d31-9f54-d4088054227c" + "EASTUS2:20211128T170604Z:17f4ad4a-9c8e-4ef1-a033-7e17b4c3176f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:02:25 GMT" - ], "Content-Length": [ - "2576" + "2633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1756,65 +1819,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"a123a138-4010-4936-b5c3-d10d3dce8a72\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731\": {\r\n \"principalId\": \"4e7c221e-6c7c-4983-aadc-26ba7d28511a\",\r\n \"clientId\": \"77ac7905-0f63-4f2c-94cf-1cb85e000993\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d89c99f4-6933-4191-acc5-3cec67562033\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/availabilitySets/AS5770\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8596.blob.core.windows.net/crptestar5152/oscrptestar7389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3049\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"87489e2b-b8c7-4ca6-8b9f-a64cf0de95ac\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325\": {\r\n \"principalId\": \"328ecf57-2683-45b7-8ebc-bbf5cbe19bb3\",\r\n \"clientId\": \"886e78c3-e198-4cfb-9e74-ff807ee69961\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9f01b7e-2de0-4131-b2f5-096aa71e8792\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/availabilitySets/AS2665\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7284.blob.core.windows.net/crptestar1630/oscrptestar6305.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-28T17:03:19.8536951+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMDc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac182ae6-e820-4d09-ad7f-c069cfff2f61" + "cab0bb79-c268-49d3-a3ee-a1f70461d38e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31972" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e8199de-f47c-47c7-bf5f-651c36ffe034" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0ced44c7-12b6-48c8-9537-5ee110a1a33b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "9cdf8f93-bc8d-4811-9979-447d1c721a10" + "121b7a83-28c8-4051-b769-685b0094976e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230225Z:9cdf8f93-bc8d-4811-9979-447d1c721a10" + "EASTUS2:20211128T170604Z:121b7a83-28c8-4051-b769-685b0094976e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:02:25 GMT" - ], "Content-Length": [ - "2576" + "2633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1823,65 +1886,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"a123a138-4010-4936-b5c3-d10d3dce8a72\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731\": {\r\n \"principalId\": \"4e7c221e-6c7c-4983-aadc-26ba7d28511a\",\r\n \"clientId\": \"77ac7905-0f63-4f2c-94cf-1cb85e000993\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d89c99f4-6933-4191-acc5-3cec67562033\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/availabilitySets/AS5770\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8596.blob.core.windows.net/crptestar5152/oscrptestar7389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3049\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"87489e2b-b8c7-4ca6-8b9f-a64cf0de95ac\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325\": {\r\n \"principalId\": \"328ecf57-2683-45b7-8ebc-bbf5cbe19bb3\",\r\n \"clientId\": \"886e78c3-e198-4cfb-9e74-ff807ee69961\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9f01b7e-2de0-4131-b2f5-096aa71e8792\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/availabilitySets/AS2665\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7284.blob.core.windows.net/crptestar1630/oscrptestar6305.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-28T17:03:19.8536951+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ4NTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYyMDc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMwNDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "800b4421-8bcd-47ac-9889-a1fcf4615d22" + "4bdc56b1-b81d-4fa9-8372-fbab3a62b713" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31971" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c265c6cf-54a3-492d-af9a-e26be71f3c4b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f8096afb-6887-4e5a-bc0e-64084a9c996f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "3647ca2e-c84c-4d83-b2cf-eb24cea8d742" + "d545fcc7-518d-40c8-903e-01d75f40ce7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230225Z:3647ca2e-c84c-4d83-b2cf-eb24cea8d742" + "EASTUS2:20211128T170604Z:d545fcc7-518d-40c8-903e-01d75f40ce7e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:02:25 GMT" - ], "Content-Length": [ - "2576" + "2633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1890,25 +1953,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/virtualMachines/vm6207\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"a123a138-4010-4936-b5c3-d10d3dce8a72\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid5731\": {\r\n \"principalId\": \"4e7c221e-6c7c-4983-aadc-26ba7d28511a\",\r\n \"clientId\": \"77ac7905-0f63-4f2c-94cf-1cb85e000993\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d89c99f4-6933-4191-acc5-3cec67562033\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Compute/availabilitySets/AS5770\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8596.blob.core.windows.net/crptestar5152/oscrptestar7389.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4859/providers/Microsoft.Network/networkInterfaces/nic9162\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3049\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/virtualMachines/vm3049\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\": \"87489e2b-b8c7-4ca6-8b9f-a64cf0de95ac\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userid1325\": {\r\n \"principalId\": \"328ecf57-2683-45b7-8ebc-bbf5cbe19bb3\",\r\n \"clientId\": \"886e78c3-e198-4cfb-9e74-ff807ee69961\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a9f01b7e-2de0-4131-b2f5-096aa71e8792\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Compute/availabilitySets/AS2665\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7284.blob.core.windows.net/crptestar1630/oscrptestar6305.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8508/providers/Microsoft.Network/networkInterfaces/nic6971\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-28T17:03:19.8536951+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4859?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ4NTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8508?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d83446c-5550-4388-b1c1-71879014eed9" + "7f1987f0-f070-4ef2-ac26-c6fa5ca41216" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1916,11 +1979,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1929,13 +1995,13 @@ "14999" ], "x-ms-request-id": [ - "ed45e39d-2f8c-4689-baa8-2fb346596a39" + "bf943eb6-cf28-4de4-94a5-ca4ce89fc900" ], "x-ms-correlation-request-id": [ - "ed45e39d-2f8c-4689-baa8-2fb346596a39" + "bf943eb6-cf28-4de4-94a5-ca4ce89fc900" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230231Z:ed45e39d-2f8c-4689-baa8-2fb346596a39" + "EASTUS2:20211128T170611Z:bf943eb6-cf28-4de4-94a5-ca4ce89fc900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1943,29 +2009,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:02:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1973,11 +2036,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1986,13 +2052,13 @@ "11999" ], "x-ms-request-id": [ - "c81cdd04-16f1-428f-bc23-5b6a3ea80eca" + "cff83978-844b-4bc9-b139-63034f3a174f" ], "x-ms-correlation-request-id": [ - "c81cdd04-16f1-428f-bc23-5b6a3ea80eca" + "cff83978-844b-4bc9-b139-63034f3a174f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230246Z:c81cdd04-16f1-428f-bc23-5b6a3ea80eca" + "EASTUS2:20211128T170626Z:cff83978-844b-4bc9-b139-63034f3a174f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2000,29 +2066,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:02:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2030,11 +2093,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2043,13 +2109,13 @@ "11998" ], "x-ms-request-id": [ - "cfa3f380-d959-489e-9c48-0d1688c88882" + "1442f32a-5f0d-42ab-a3c8-ef6f70606b51" ], "x-ms-correlation-request-id": [ - "cfa3f380-d959-489e-9c48-0d1688c88882" + "1442f32a-5f0d-42ab-a3c8-ef6f70606b51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230302Z:cfa3f380-d959-489e-9c48-0d1688c88882" + "EASTUS2:20211128T170641Z:1442f32a-5f0d-42ab-a3c8-ef6f70606b51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2057,29 +2123,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:03:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2087,11 +2150,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:06:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2100,13 +2166,13 @@ "11997" ], "x-ms-request-id": [ - "3735b431-d901-472c-aa6c-610899a0b19a" + "8a2e3cbc-9a4f-4927-af51-b5231ca35eb6" ], "x-ms-correlation-request-id": [ - "3735b431-d901-472c-aa6c-610899a0b19a" + "8a2e3cbc-9a4f-4927-af51-b5231ca35eb6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230317Z:3735b431-d901-472c-aa6c-610899a0b19a" + "EASTUS2:20211128T170657Z:8a2e3cbc-9a4f-4927-af51-b5231ca35eb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2114,29 +2180,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:03:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2144,11 +2207,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:07:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2157,13 +2223,13 @@ "11996" ], "x-ms-request-id": [ - "e4608015-3fd2-4dde-b99b-8005b171b976" + "e5e2ceb8-c490-45df-862d-6a32b7d031a3" ], "x-ms-correlation-request-id": [ - "e4608015-3fd2-4dde-b99b-8005b171b976" + "e5e2ceb8-c490-45df-862d-6a32b7d031a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230333Z:e4608015-3fd2-4dde-b99b-8005b171b976" + "EASTUS2:20211128T170712Z:e5e2ceb8-c490-45df-862d-6a32b7d031a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2171,29 +2237,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:03:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2201,11 +2264,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:07:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2214,13 +2280,13 @@ "11995" ], "x-ms-request-id": [ - "23581bb4-0526-46a5-ba6f-9a405e03b5b5" + "f18fa5ba-6563-4527-8e57-0af2426041f8" ], "x-ms-correlation-request-id": [ - "23581bb4-0526-46a5-ba6f-9a405e03b5b5" + "f18fa5ba-6563-4527-8e57-0af2426041f8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230348Z:23581bb4-0526-46a5-ba6f-9a405e03b5b5" + "EASTUS2:20211128T170728Z:f18fa5ba-6563-4527-8e57-0af2426041f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2228,29 +2294,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:03:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2258,11 +2321,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:07:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2271,13 +2337,13 @@ "11994" ], "x-ms-request-id": [ - "333890b8-5986-468c-b371-a89044fdc0b7" + "3b61a7d6-e665-48e9-8e8f-f0195ec655cb" ], "x-ms-correlation-request-id": [ - "333890b8-5986-468c-b371-a89044fdc0b7" + "3b61a7d6-e665-48e9-8e8f-f0195ec655cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230403Z:333890b8-5986-468c-b371-a89044fdc0b7" + "EASTUS2:20211128T170743Z:3b61a7d6-e665-48e9-8e8f-f0195ec655cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2285,29 +2351,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:04:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2315,11 +2378,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:07:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2328,13 +2394,13 @@ "11993" ], "x-ms-request-id": [ - "e3c2cb80-6b92-40df-a317-57547b696c6f" + "5fe73efd-305c-42f7-a980-e7eb317a04a2" ], "x-ms-correlation-request-id": [ - "e3c2cb80-6b92-40df-a317-57547b696c6f" + "5fe73efd-305c-42f7-a980-e7eb317a04a2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230419Z:e3c2cb80-6b92-40df-a317-57547b696c6f" + "EASTUS2:20211128T170759Z:5fe73efd-305c-42f7-a980-e7eb317a04a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2342,29 +2408,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:04:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2372,11 +2435,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:08:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2385,13 +2451,13 @@ "11992" ], "x-ms-request-id": [ - "b6579435-fe3e-4fcc-ad18-486fafb33afc" + "3a3e751d-aa8d-438e-a9f6-256156895f54" ], "x-ms-correlation-request-id": [ - "b6579435-fe3e-4fcc-ad18-486fafb33afc" + "3a3e751d-aa8d-438e-a9f6-256156895f54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230434Z:b6579435-fe3e-4fcc-ad18-486fafb33afc" + "EASTUS2:20211128T170814Z:3a3e751d-aa8d-438e-a9f6-256156895f54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2399,29 +2465,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:04:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2429,11 +2492,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:08:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2442,13 +2508,13 @@ "11991" ], "x-ms-request-id": [ - "663eca8b-b5a5-464b-a5d2-ab70a0c5c45d" + "27440783-122b-46bc-97d3-70ff584ead6e" ], "x-ms-correlation-request-id": [ - "663eca8b-b5a5-464b-a5d2-ab70a0c5c45d" + "27440783-122b-46bc-97d3-70ff584ead6e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230450Z:663eca8b-b5a5-464b-a5d2-ab70a0c5c45d" + "EASTUS2:20211128T170830Z:27440783-122b-46bc-97d3-70ff584ead6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2456,29 +2522,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:04:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sun, 28 Nov 2021 17:08:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "29aa9b39-54e6-4386-aa42-75298fc595a3" + ], + "x-ms-correlation-request-id": [ + "29aa9b39-54e6-4386-aa42-75298fc595a3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211128T170845Z:29aa9b39-54e6-4386-aa42-75298fc595a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2486,20 +2606,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:09:00 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-request-id": [ - "4ea17d3f-2c26-45d7-a5d0-c51a81b78d39" + "a445b0f7-8873-42a3-9f96-ea4f053d476a" ], "x-ms-correlation-request-id": [ - "4ea17d3f-2c26-45d7-a5d0-c51a81b78d39" + "a445b0f7-8873-42a3-9f96-ea4f053d476a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230505Z:4ea17d3f-2c26-45d7-a5d0-c51a81b78d39" + "EASTUS2:20211128T170901Z:a445b0f7-8873-42a3-9f96-ea4f053d476a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2507,29 +2636,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sun, 28 Nov 2021 17:09:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "f0de4b13-1922-4b3f-86f7-878df5da242a" + ], + "x-ms-correlation-request-id": [ + "f0de4b13-1922-4b3f-86f7-878df5da242a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211128T170916Z:f0de4b13-1922-4b3f-86f7-878df5da242a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0ODU5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT0RVNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2537,20 +2720,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sun, 28 Nov 2021 17:09:31 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-request-id": [ - "631db1d8-4109-45c0-a453-63d5a4887d37" + "c384072c-3e9c-4688-a8d1-b71bc9807170" ], "x-ms-correlation-request-id": [ - "631db1d8-4109-45c0-a453-63d5a4887d37" + "c384072c-3e9c-4688-a8d1-b71bc9807170" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230506Z:631db1d8-4109-45c0-a453-63d5a4887d37" + "EASTUS2:20211128T170931Z:c384072c-3e9c-4688-a8d1-b71bc9807170" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2558,14 +2744,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTA4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRBNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sun, 28 Nov 2021 17:09:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "bc2115ac-da7a-41aa-bb3d-5826cddd0483" + ], + "x-ms-correlation-request-id": [ + "bc2115ac-da7a-41aa-bb3d-5826cddd0483" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211128T170932Z:bc2115ac-da7a-41aa-bb3d-5826cddd0483" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2574,29 +2808,29 @@ ], "Names": { "TestVMIdentitySystemAssignedUserAssigned": [ - "crptestar4859", - "crptestar8596", - "as5770", - "userid5731" + "crptestar8508", + "crptestar7284", + "as2665", + "userid1325" ], "CreatePublicIP": [ - "pip6461", - "dn7199" + "pip4823", + "dn6723" ], "CreateVNET": [ - "vn1369", - "sn8134" + "vn1215", + "sn1117" ], "CreateNIC": [ - "nic9162", - "ip4953" + "nic6971", + "ip2469" ], "CreateDefaultVMInput": [ - "crptestar5152", - "crptestar8910", - "crptestar7389", - "vm6207", - "Microsoft.Compute/virtualMachines6978" + "crptestar1630", + "crptestar977", + "crptestar6305", + "vm3049", + "Microsoft.Compute/virtualMachines2559" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageAutomaticOSUpgradeProperties.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageAutomaticOSUpgradeProperties.json index 0f7633ee248db..1f36982fb595c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageAutomaticOSUpgradeProperties.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageAutomaticOSUpgradeProperties.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55734c1a-4b65-452a-b3e7-739f70d751a0" + "190c4937-6627-40ab-9458-03076a317879" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15990,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43989" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15990,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "46646b6b-a6fd-4ba1-9b52-9d90f477e980" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a982561e-bf76-47f2-9ba4-06d494e1c99e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6a100a37-7484-4cc2-8e48-846ea64aa104" + "1085870f-ecb9-46b4-88eb-863f7223a518" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111033Z:6a100a37-7484-4cc2-8e48-846ea64aa104" + "EASTUS2:20211116T182913Z:1085870f-ecb9-46b4-88eb-863f7223a518" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:32 GMT" - ], "Content-Length": [ "7819" ], @@ -67,35 +67,42 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.3750.2006031549\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.3750.2006031549\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.3808.2007101707\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.3808.2007101707\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.3866.2008081933\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.3866.2008081933\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.3930.2009041537\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.3930.2009041537\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.3986.2010070045\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.3986.2010070045\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4046.2010301518\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4046.2010301518\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4048.2011170655\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4048.2011170655\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4104.2012040817\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4104.2012040817\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4169.2101090332\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4169.2101090332\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4225.2102030345\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4225.2102030345\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4283.2103051830\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4283.2103051830\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4350.2104091630\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4350.2104091630\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4402.2105052108\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4402.2105052108\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4467.2106061537\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4467.2106061537\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20180613\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20180613\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20181122\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20181122\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20181218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20181218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190115\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190214\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190214\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190315\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4048.2011170655\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4048.2011170655\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4104.2012040817\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4104.2012040817\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4169.2101090332\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4169.2101090332\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4225.2102030345\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4225.2102030345\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4283.2103051830\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4283.2103051830\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4350.2104091630\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4350.2104091630\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4402.2105052108\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4402.2105052108\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4467.2106061537\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4467.2106061537\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4470.2107061538\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4470.2107061538\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4530.2107090502\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4530.2107090502\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4583.2108010852\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4583.2108010852\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4651.2109130103\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4651.2109130103\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4704.2110062116\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4704.2110062116\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4905.2111130103\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4905.2111130103\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20180613\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20180613\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20181122\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20181122\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20181218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20181218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190115\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190214\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190214\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190315\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/2016.127.20190416\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions/14393.3750.2006031549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zLzE0MzkzLjM3NTAuMjAwNjAzMTU0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions/14393.4048.2011170655?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zLzE0MzkzLjQwNDguMjAxMTE3MDY1NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b163e264-182e-4163-82cf-888a83698a07" + "63ca29eb-d402-4c96-8c21-9e52e49fc8d6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12998,Microsoft.Compute/GetVMImageFromLocation30Min;73995" ], @@ -103,30 +110,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "34392ad9-b11a-4db1-a994-2536e6a7942a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5b9745a1-2f12-476e-b586-230e7fb05880" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "4adca5be-1b4a-4e3e-9ab6-0c1f221e05db" + "c538c96a-11be-4867-aacd-dc2c4cabdcb6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111033Z:4adca5be-1b4a-4e3e-9ab6-0c1f221e05db" + "EASTUS2:20211116T182913Z:c538c96a-11be-4867-aacd-dc2c4cabdcb6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:32 GMT" - ], "Content-Length": [ "732" ], @@ -137,35 +137,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.3750.2006031549\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.3750.2006031549\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"disallowed\": {\r\n \"vmDiskType\": \"None\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": 128,\r\n \"sizeInBytes\": 136367309312\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4048.2011170655\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4048.2011170655\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20190416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zLzIwMTYuMTI3LjIwMTkwNDE2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20190416?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zLzIwMTYuMTI3LjIwMTkwNDE2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891b93ab-c777-43d9-bdb6-3c3e187887f0" + "1ef1138d-f641-4327-80ce-2a343800451f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12997,Microsoft.Compute/GetVMImageFromLocation30Min;73994" ], @@ -173,30 +180,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "f9a5003b-e01e-4a1c-a7f7-055a93d784c6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "edcbedde-3a33-45b6-b8da-b8ea1c52a000" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "ddc25670-ae67-4c16-a3c8-4f2295a02bcd" + "68396dae-f089-404a-83f7-115d1d08573c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111033Z:ddc25670-ae67-4c16-a3c8-4f2295a02bcd" + "EASTUS2:20211116T182913Z:68396dae-f089-404a-83f7-115d1d08573c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:32 GMT" - ], "Content-Length": [ "724" ], @@ -211,31 +211,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23cd6597-cb55-4e66-93c7-824eadd9ed7f" + "05f73dca-5374-4ef1-83b4-befeb23da54c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImageSkusFromLocation3Min;9999,Microsoft.Compute/ListVMImageSkusFromLocation30Min;29999" ], @@ -243,32 +250,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132542080244067105" + "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132761389690932023" ], "x-ms-request-id": [ - "9d93367a-3cb0-4cbe-90fb-51e188f9654e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "42fa19a7-4b03-4f68-892b-4ee73feb5ea0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "a130d62c-b578-4d7e-8636-31c6c2e29708" + "bafd4a56-1d34-48e9-a5d3-f49fe52d032b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111034Z:a130d62c-b578-4d7e-8636-31c6c2e29708" + "EASTUS2:20211116T182913Z:bafd4a56-1d34-48e9-a5d3-f49fe52d032b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:33 GMT" - ], "Content-Length": [ - "11133" + "10738" ], "Content-Type": [ "application/json; charset=utf-8" @@ -277,35 +277,42 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.3-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.4-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.4-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.5-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.5-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.0-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.0-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.1-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.1-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.2-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.2-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.3-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.3-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.4-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.4-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.5-DAILY-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.5-DAILY-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.5-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.5-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16.04-DAILY-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-DAILY-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16.04-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16.04.0-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04.0-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16_04-daily-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16_04-daily-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16_04-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16_04-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16_04_0-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16_04_0-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.04-DAILY-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-DAILY-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.04-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.10\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.10-DAILY\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.10-DAILY\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18_04-daily-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18_04-daily-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18_04-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18_04-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19.04\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19.04\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19.04-DAILY\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19.04-DAILY\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19.10-DAILY\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19.10-DAILY\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19_04-daily-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19_04-daily-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19_04-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19_04-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19_10-daily-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19_10-daily-gen2\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.3-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.5-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.5-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.0-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.0-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.1-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.1-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.2-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.2-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.3-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.3-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.4-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.4-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.5-DAILY-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.5-DAILY-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14.04.5-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/14.04.5-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16.04-DAILY-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-DAILY-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16.04-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16.04.0-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16.04.0-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16_04-daily-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16_04-daily-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16_04-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16_04-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"16_04_0-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/16_04_0-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.04-DAILY-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-DAILY-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.04-LTS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.10\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18.10-DAILY\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.10-DAILY\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18_04-daily-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18_04-daily-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"18_04-lts-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18_04-lts-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19.04\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19.04\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19.04-DAILY\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19.04-DAILY\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19.10-DAILY\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19.10-DAILY\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19_04-daily-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19_04-daily-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19_04-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19_04-gen2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19_10-daily-gen2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/19_10-daily-gen2\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/12.04.3-LTS/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzEyLjA0LjMtTFRTL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/12.04.3-LTS/versions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzEyLjA0LjMtTFRTL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f43fcb2-6f47-4bd0-8476-d68121e89412" + "7de5b47b-9b7d-48f3-96a7-79d0fc57ded8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -313,32 +320,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132542080244067105" + "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132761389690932023" ], "x-ms-request-id": [ - "13817be4-33ed-4971-8137-c35a767d733c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "92cde58d-c1a0-41e4-b44c-1eba18d6fac7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "4303e09b-ca0f-4007-a3af-401ad79d4d8f" + "2eede9ad-1a59-4113-8acc-342a5d5f51fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111034Z:4303e09b-ca0f-4007-a3af-401ad79d4d8f" + "EASTUS2:20211116T182914Z:2eede9ad-1a59-4113-8acc-342a5d5f51fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:33 GMT" - ], "Content-Length": [ - "601" + "302" ], "Content-Type": [ "application/json; charset=utf-8" @@ -347,136 +347,66 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.201401270\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS/Versions/12.04.201401270\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.201401300\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS/Versions/12.04.201401300\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.201401270\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS/Versions/12.04.201401270\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/12.04.3-LTS/versions/12.04.201401270?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzEyLjA0LjMtTFRTL3ZlcnNpb25zLzEyLjA0LjIwMTQwMTI3MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/12.04.3-LTS/versions/12.04.201401270?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzEyLjA0LjMtTFRTL3ZlcnNpb25zLzEyLjA0LjIwMTQwMTI3MD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb6cf820-3c7b-459c-97c8-50864cbac594" + "22dae278-b9d2-48dc-9980-e8d6cf015e5a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:14 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-served-by": [ - "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132542080244067105" - ], - "x-ms-request-id": [ - "0d9daa2e-9eab-4b51-b744-1bcc52e81089" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-correlation-request-id": [ - "36b343e9-cb5f-4844-a3f5-93c4b24e3f40" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T111034Z:36b343e9-cb5f-4844-a3f5-93c4b24e3f40" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 11:10:33 GMT" - ], - "Content-Length": [ - "611" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30,\r\n \"sizeInBytes\": 31457280512\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.201401270\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS/Versions/12.04.201401270\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/12.04.3-LTS/versions/12.04.201401300?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzEyLjA0LjMtTFRTL3ZlcnNpb25zLzEyLjA0LjIwMTQwMTMwMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bcbb300a-6df9-45be-bcf2-bdd5e162c602" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMImageFromLocation3Min;12998,Microsoft.Compute/GetVMImageFromLocation30Min;73998" + "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132542080244067105" + "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132761389690932023" ], "x-ms-request-id": [ - "c05cbada-fe3b-4e22-ac98-3e4b37eef1a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "136a863e-fec0-4adc-97d8-01623e1bc669" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "b3a85cae-4286-42c1-92bd-5602e3714d81" + "e4a1361a-95d1-4e71-8176-48129767c9e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111034Z:b3a85cae-4286-42c1-92bd-5602e3714d81" + "EASTUS2:20211116T182914Z:e4a1361a-95d1-4e71-8176-48129767c9e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:34 GMT" - ], "Content-Length": [ "611" ], @@ -487,7 +417,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30,\r\n \"sizeInBytes\": 31457280512\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.201401300\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS/Versions/12.04.201401300\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Unmanaged\",\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30,\r\n \"sizeInBytes\": 31457280512\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"12.04.201401270\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/12.04.3-LTS/Versions/12.04.201401270\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageGet.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageGet.json index 507ee8f69c871..43899a480f103 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageGet.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageGet.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05902eb2-f08b-403f-9b4e-7fa4e49c15d3" + "581ee08c-d575-4cc6-88c2-daab7ac485a8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15998,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15998,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "0b6662e7-6b82-45c2-90d2-c49d0a8c74ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "728eea46-c092-4953-a2b5-ecad54982b09" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "e1817aaa-91af-4658-85bc-dc9ae8a40d5a" + "26e7e808-99ef-46da-959f-902b181696c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111029Z:e1817aaa-91af-4658-85bc-dc9ae8a40d5a" + "EASTUS2:20211116T182906Z:26e7e808-99ef-46da-959f-902b181696c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:28 GMT" - ], "Content-Length": [ "8149" ], @@ -67,35 +67,42 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180510\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190104\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190204\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190204\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190318\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190318\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190416\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19728.2006050139\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19728.2006050139\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19756.2007111612\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19756.2007111612\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19785.2008100926\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19785.2008100926\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19785.2008172353\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19785.2008172353\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19817.2009040500\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19817.2009040500\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19847.2010090140\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19847.2010090140\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19873.2011052019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19873.2011052019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19893.2012051546\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19893.2012051546\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19920.2101101839\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19920.2101101839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19941.2102030323\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19941.2102030323\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19968.2103030340\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19968.2103030340\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19995.2104091330\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19995.2104091330\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20018.2105050405\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20018.2105050405\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20045.2106071005\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20045.2106071005\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180510\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190104\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190204\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190204\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190318\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190318\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190416\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19873.2011052019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19873.2011052019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19893.2012051546\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19893.2012051546\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19920.2101101839\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19920.2101101839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19941.2102030323\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19941.2102030323\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19968.2103030340\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19968.2103030340\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19995.2104091330\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19995.2104091330\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20018.2105050405\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20018.2105050405\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20045.2106071005\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20045.2106071005\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20046.2107060802\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20046.2107060802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20069.2107080115\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20069.2107080115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20094.2108061043\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20094.2108061043\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20120.2109130648\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20120.2109130648\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20144.2110070052\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20144.2110070052\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20174.2111051038\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180315?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zLzQuMTI3LjIwMTgwMzE1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e802845-755e-4567-b890-b117d1ddb9fa" + "44466ab1-3cd5-47c9-8b7d-46b0df88239f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73996" ], @@ -103,30 +110,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "0fc4b887-6d88-432f-80e3-3fd778ac0169" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0acb8848-0fab-4dc8-b2d8-ac3a4abd432a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "380a0237-c627-41a8-8b81-6306ee3370b7" + "ee7fe064-8756-4064-9039-13479a6531a5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111029Z:380a0237-c627-41a8-8b81-6306ee3370b7" + "EASTUS2:20211116T182906Z:ee7fe064-8756-4064-9039-13479a6531a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:29 GMT" - ], "Content-Length": [ "721" ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListFilters.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListFilters.json index 20f6e44c70845..6a4e9c8a268dc 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListFilters.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListFilters.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=0&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MCZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=0&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7cbb7b2-dc75-4802-8f3f-2027ba212065" + "a4753e26-d48a-49af-8893-a9b32077d1c3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "94225e85-e819-4af7-87cd-5ee1c61e4e7e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d65620c6-bfb8-40d5-9181-e86592e7d894" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4a7bf008-fcc8-43b6-8426-e59d3a13f3f7" + "a8669486-23b0-4252-8049-d543670f77c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111030Z:4a7bf008-fcc8-43b6-8426-e59d3a13f3f7" + "EASTUS2:20211116T182909Z:a8669486-23b0-4252-8049-d543670f77c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:30 GMT" - ], "Content-Length": [ "2" ], @@ -71,62 +71,62 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "939e4294-adfc-4843-a94d-2aec071ab82b" + "39700f3c-e8b6-4cb3-8db0-0b306ea14106" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15996,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43995" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15996,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "68c929a2-70d3-4b24-8951-8a030d1e5f23" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8eda4768-1aa9-423c-8228-508d2bf3ddf0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "31f4d4cc-b03b-4fac-99a5-ee30a7649928" + "0d7fcfe8-17d7-45c7-92cb-b14fe2c36857" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111030Z:31f4d4cc-b03b-4fac-99a5-ee30a7649928" + "EASTUS2:20211116T182909Z:0d7fcfe8-17d7-45c7-92cb-b14fe2c36857" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:30 GMT" - ], "Content-Length": [ "321" ], @@ -141,62 +141,62 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=2&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=2&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d266f86c-0180-4677-805e-75464081a875" + "ab3f3715-3dfc-4dd3-8b9f-d5c09de039a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15995,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43994" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15995,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "424fdc5d-4574-485e-adbf-dc8b469adc68" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f472cd1-5359-46b4-af06-b63b980f52b8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "0a63d30e-80d2-4021-a24f-342c72782b4b" + "aad26031-4dcb-4f4c-b7e6-906e163b4898" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111031Z:0a63d30e-80d2-4021-a24f-342c72782b4b" + "EASTUS2:20211116T182909Z:aad26031-4dcb-4f4c-b7e6-906e163b4898" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:30 GMT" - ], "Content-Length": [ "639" ], @@ -211,62 +211,62 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$orderby=name%20desc&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyRvcmRlcmJ5PW5hbWUlMjBkZXNjJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$orderby=name%20desc&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyRvcmRlcmJ5PW5hbWUlMjBkZXNjJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "015dcea8-f15a-4573-95e9-49f3f8dfb052" + "9fef4688-5fcd-4c57-a1ae-a4fd895711a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15994,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43993" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15994,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "b379fe11-2ebf-462f-a251-7759cf589d97" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6ee27b3-8df2-4479-a95b-481e1b7ed7a2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "8ef6942e-10fd-493f-bf43-b9e182af8e34" + "0eb58fbd-d24a-459f-8a51-e802ea841f95" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111031Z:8ef6942e-10fd-493f-bf43-b9e182af8e34" + "EASTUS2:20211116T182910Z:0eb58fbd-d24a-459f-8a51-e802ea841f95" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:30 GMT" - ], "Content-Length": [ "8149" ], @@ -277,66 +277,66 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20045.2106071005\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20045.2106071005\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20018.2105050405\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20018.2105050405\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19995.2104091330\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19995.2104091330\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19968.2103030340\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19968.2103030340\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19941.2102030323\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19941.2102030323\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19920.2101101839\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19920.2101101839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19893.2012051546\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19893.2012051546\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19873.2011052019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19873.2011052019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19847.2010090140\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19847.2010090140\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19817.2009040500\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19817.2009040500\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19785.2008172353\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19785.2008172353\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19785.2008100926\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19785.2008100926\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19756.2007111612\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19756.2007111612\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19728.2006050139\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19728.2006050139\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190416\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190318\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190318\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190204\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190204\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190104\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180510\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20174.2111051038\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20144.2110070052\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20144.2110070052\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20120.2109130648\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20120.2109130648\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20094.2108061043\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20094.2108061043\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20069.2107080115\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20069.2107080115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20046.2107060802\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20046.2107060802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20045.2106071005\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20045.2106071005\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20018.2105050405\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20018.2105050405\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19995.2104091330\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19995.2104091330\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19968.2103030340\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19968.2103030340\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19941.2102030323\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19941.2102030323\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19920.2101101839\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19920.2101101839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19893.2012051546\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19893.2012051546\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19873.2011052019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19873.2011052019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190416\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190318\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190318\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190204\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190204\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190104\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180510\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=2&$orderby=name%20asc&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MiYkb3JkZXJieT1uYW1lJTIwYXNjJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=2&$orderby=name%20asc&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MiYkb3JkZXJieT1uYW1lJTIwYXNjJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edbe2c99-1f68-4cb2-9975-02c8a0a7dd75" + "0eed32cc-fad6-4c62-b9b7-652426584167" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15993,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43992" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15993,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "e7891722-038f-45c4-a5f0-9f359571d862" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c2694160-8e57-4096-b385-705dac6e7656" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "04cdc307-e954-4837-83c0-3ce926bb3be7" + "f95ec5fc-48c2-47ba-aeac-101fc6a00d48" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111031Z:04cdc307-e954-4837-83c0-3ce926bb3be7" + "EASTUS2:20211116T182910Z:f95ec5fc-48c2-47ba-aeac-101fc6a00d48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:30 GMT" - ], "Content-Length": [ "639" ], @@ -351,62 +351,62 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20desc&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSYkb3JkZXJieT1uYW1lJTIwZGVzYyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20desc&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSYkb3JkZXJieT1uYW1lJTIwZGVzYyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e9cf188-6d7f-4327-983a-b267dd78e45d" + "8da1e4e2-b1e8-4617-a81d-5ef785557711" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15992,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43991" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15992,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "efb58c1f-4ac4-4971-b520-d73b16153c0f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7eb4b07f-aa6d-47ae-80f5-c9cfce2adfb7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "7204f053-0b21-498a-bb5f-92f5a79e5afe" + "5de3e6dc-fe2e-4daf-baa0-e0b08eeabece" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111031Z:7204f053-0b21-498a-bb5f-92f5a79e5afe" + "EASTUS2:20211116T182910Z:5de3e6dc-fe2e-4daf-baa0-e0b08eeabece" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:31 GMT" - ], "Content-Length": [ "335" ], @@ -417,66 +417,66 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20045.2106071005\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20045.2106071005\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20174.2111051038\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20asc&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSYkb3JkZXJieT1uYW1lJTIwYXNjJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20asc&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSYkb3JkZXJieT1uYW1lJTIwYXNjJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55797023-9991-4eb6-a64b-a3f616550598" + "d9b3181e-ff7f-43bc-bbcc-00b825781a79" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15991,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43990" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15991,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "10905ced-05d6-4849-86c8-283c41cecd57" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "15f017fb-760b-44e5-9fc0-30049b94c448" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "5947c35f-bd33-4355-b1ad-aad870ec7d5d" + "9ec7b550-b301-40b7-ba75-e7ff78e6d128" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111032Z:5947c35f-bd33-4355-b1ad-aad870ec7d5d" + "EASTUS2:20211116T182910Z:9ec7b550-b301-40b7-ba75-e7ff78e6d128" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:31 GMT" - ], "Content-Length": [ "321" ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListNoFilter.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListNoFilter.json index d17edd9030345..46f53d5e0c773 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListNoFilter.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListNoFilter.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b511f03a-223e-4d82-9123-816aaff9f3f8" + "786f578e-9e7a-4f93-bade-ce948d6717ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:28:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "c0cd85e1-7543-4fe8-9cf0-70b528962a4a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "342eb4a2-b8a8-4f3e-987b-1cc933637a32" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "83e238de-ed03-4ca4-8226-4021a7221e3f" + "fb1b800f-a970-416f-abaf-7a0c57dcbc13" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111022Z:83e238de-ed03-4ca4-8226-4021a7221e3f" + "EASTUS2:20211116T182859Z:fb1b800f-a970-416f-abaf-7a0c57dcbc13" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:22 GMT" - ], "Content-Length": [ "8149" ], @@ -67,7 +67,7 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180510\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190104\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190204\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190204\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190318\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190318\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190416\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19728.2006050139\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19728.2006050139\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19756.2007111612\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19756.2007111612\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19785.2008100926\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19785.2008100926\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19785.2008172353\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19785.2008172353\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19817.2009040500\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19817.2009040500\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19847.2010090140\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19847.2010090140\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19873.2011052019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19873.2011052019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19893.2012051546\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19893.2012051546\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19920.2101101839\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19920.2101101839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19941.2102030323\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19941.2102030323\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19968.2103030340\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19968.2103030340\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19995.2104091330\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19995.2104091330\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20018.2105050405\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20018.2105050405\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20045.2106071005\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20045.2106071005\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180510\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180815\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180815\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180912\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180912\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20181125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20181125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190104\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190204\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190204\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190218\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190218\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190318\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190318\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20190416\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20190416\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19873.2011052019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19873.2011052019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19893.2012051546\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19893.2012051546\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19920.2101101839\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19920.2101101839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19941.2102030323\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19941.2102030323\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19968.2103030340\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19968.2103030340\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.19995.2104091330\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.19995.2104091330\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20018.2105050405\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20018.2105050405\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20045.2106071005\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20045.2106071005\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20046.2107060802\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20046.2107060802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20069.2107080115\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20069.2107080115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20094.2108061043\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20094.2108061043\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20120.2109130648\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20120.2109130648\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20144.2110070052\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20144.2110070052\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"9600.20174.2111051038\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/9600.20174.2111051038\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListOffers.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListOffers.json index 8e4a122825d22..a35acf2844cbd 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListOffers.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListOffers.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f575287-7400-4705-a0f7-259fe1665416" + "c1802c83-a715-4b5b-aed1-b103799d569f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImageOffersFromLocation3Min;199,Microsoft.Compute/ListVMImageOffersFromLocation30Min;999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "7f23db37-bf57-4a02-bb0d-9c12cec1562b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "215ce010-ca72-4fc5-94c5-698ac2a80cf1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f2344678-09db-4843-b5ea-66b025ede0cd" + "fff775b6-a9c3-4cee-b292-90c67819bad7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111026Z:f2344678-09db-4843-b5ea-66b025ede0cd" + "EASTUS2:20211116T182905Z:fff775b6-a9c3-4cee-b292-90c67819bad7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:26 GMT" - ], "Content-Length": [ "6689" ], @@ -67,7 +67,7 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19h1gen2servertest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/19h1gen2servertest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftserveroperatingsystems-previews\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/microsoftserveroperatingsystems-previews\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"servertesting\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/servertesting\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1607-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1607-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1607-vhd-sf-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1607-vhd-sf-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1803-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1803-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1809-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1809-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1809-vhd-sf-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1809-vhd-sf-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1903-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1903-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1909-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1909-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-2004-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-2004-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-20h2-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-20h2-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-7-0-sp1-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-7-0-sp1-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-8-0-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-8-0-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-8-1-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-8-1-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Windows-HUB\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/Windows-HUB\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-server-2012-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-server-2012-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WindowsServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windowsserver-gen2preview\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserver-gen2preview\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windowsserver-previewtest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserver-previewtest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windowsserverdotnet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserverdotnet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WindowsServerSemiAnnual\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServerSemiAnnual\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"19h1gen2servertest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/19h1gen2servertest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftserveroperatingsystems-previews\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/microsoftserveroperatingsystems-previews\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"servertesting\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/servertesting\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1607-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1607-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1607-vhd-sf-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1607-vhd-sf-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1803-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1803-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1809-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1809-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1809-vhd-sf-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1809-vhd-sf-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1903-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1903-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-1909-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-1909-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-2004-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-2004-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-10-20h2-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-10-20h2-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-7-0-sp1-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-7-0-sp1-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-8-0-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-8-0-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-8-1-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-8-1-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-cvm\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-cvm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windows-server-2012-vhd-server-prod-stage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windows-server-2012-vhd-server-prod-stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WindowsServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windowsserver-gen2preview\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserver-gen2preview\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windowsserver-previewtest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserver-previewtest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"windowsserverdotnet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/windowsserverdotnet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WindowsServerSemiAnnual\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServerSemiAnnual\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListPublishers.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListPublishers.json index 8212b061f7b90..3f590631d4cf5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListPublishers.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListPublishers.json @@ -1,61 +1,61 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fe39c91-dce6-40f4-8324-3f5207bb5189" + "9bd3c690-314f-4d07-a7ed-be315798ad75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:28:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132686894274034259" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132809311369106443" ], "x-ms-request-id": [ - "300ecc90-d428-4048-8e45-6fa27fb42e3b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8f601005-2859-4365-a815-b0950dd9816d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "79f401c4-c8be-434b-8860-a82a9e45eb8e" + "41ddaa03-d6be-41d5-8347-d1b4f7abeafa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111021Z:79f401c4-c8be-434b-8860-a82a9e45eb8e" + "EASTUS2:20211116T182858Z:41ddaa03-d6be-41d5-8347-d1b4f7abeafa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:20 GMT" - ], "Content-Length": [ - "384435" + "402381" ], "Content-Type": [ "application/json; charset=utf-8" @@ -64,7 +64,7 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"128technology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/128technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1580863854728\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1580863854728\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583411303229\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583411303229\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583465680865\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583465680865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1585118004523\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1585118004523\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1597644262255\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1597644262255\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1598955805825\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1598955805825\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1615257339685\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1615257339685\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1615278064010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1615278064010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1615455873642\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1615455873642\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1e\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1e\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2021ai\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/2021ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"247commercelimited1611063941652\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/247commercelimited1611063941652\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"3cx-pbx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/3cx-pbx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"42crunch1580391915541\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/42crunch1580391915541\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks1596136698788\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks1596136698788\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/abzoobainc1598420455082\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accedian\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accedian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accelario1579101623356\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accelario1579101623356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accellion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accellion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accessdata-group\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accessdata-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accops\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aciworldwide\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aciworldwide\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Acronis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis.Backup\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actian_matrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actifio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actifio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeops\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adastracorporation-4028356\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adastracorporation-4028356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adgs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adgs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aelf\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aelf\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"affinio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/affinio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"affirmednetworks1607630812999\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/affirmednetworks1607630812999\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ageniumscale1591804889317\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ageniumscale1591804889317\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aggregion-ltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aggregion-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"agiledialogssl1603791911858\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/agiledialogssl1603791911858\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"agolo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/agolo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495174865\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495174865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495467593\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495467593\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"airalabrus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akamai-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akamai-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumina\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akumina\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumo-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/al-tamamunitedtradingcontractingcompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"algolyticstechnologies1606475101268\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/algolyticstechnologies1606475101268\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alicetrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alicetrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alienvault\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alienvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altamira-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alteryx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alteryx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altova\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"amergint1593131356777\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/amergint1593131356777\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ansys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"antmedia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/antmedia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aod\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aod\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"apigee\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/apigee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcara\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcara\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appiyo_technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appscale-marketplace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appsurifyinc1606933045773\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appsurifyinc1606933045773\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquaforest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquaforest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquantyinc1598537176913\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquantyinc1598537176913\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arabesque-group\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arabesque-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcblock\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcblock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcesb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcesb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcserveusallc-marketing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arista-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ariwontollc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ariwontollc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arubanetworks-4922182\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asigra\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asigra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aspentechnologyhq-1353108\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/astadia-1148316\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asterasoftware1581022936015\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asterasoftware1581022936015\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asyscosoftwarebv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asyscosoftwarebv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ataccama\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ataccama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atlgaming\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atlgaming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atmosera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atmosera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atomicorp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atomicorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atomizedinc1587939464368\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atomizedinc1587939464368\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"audiocodes\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/audiocodes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auraportal\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auraportal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automateio1592914387888\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automateio1592914387888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automationanywhere\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automationanywhere\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avanseus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avanseus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aveva1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aveva1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avi-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axedrasag1590581171549\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axedrasag1590581171549\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axsguardablenv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axsguardablenv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axshco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axshco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axway\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axway\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axxana\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axxana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azure-dockit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azure-dockit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azurecyclecloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azurecyclecloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureDatabricks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureDatabricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azureopenshift\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting3\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureTools1type\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureTools1type\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"baas-techbureau\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/baffle-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"balabit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/balabit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"batch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/batch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bayware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bayware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bdy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bdy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"belindaczsro1588885355210\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/belindaczsro1588885355210\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bellsoft1582871421940\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bellsoft1582871421940\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"betsol\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/betsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"beyondtrust\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/big-id\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bissantechnology1583581147809\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bissantechnology1583581147809\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bitdefendercybersecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bitdefendercybersecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"biztalk360\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blackbird\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blackmagicdesignincorporated1596492193249\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blackmagicdesignincorporated1596492193249\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blk-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blk-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockapps\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockchain-foundry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockchain-foundry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockstack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bloombase\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bloombase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluecat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluecat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blueprismlimited-4827145\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blueprismlimited-4827145\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bmc.ctm\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bmcctm.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boardpacpvtltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boardpacpvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bocada\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bocada\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boemskats\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boemskats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"botanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/botanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bowspritconsultingopcprivatelimited1596291408582\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bowspritconsultingopcprivatelimited1596291408582\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bravura-software-llc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bricatainc1584472632111\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bright-computing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bright-computing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brightcomputing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brightcomputing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"calculated_systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/caloudi_corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/canadiancentreforcybersecurity1610638436359\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"canonical-test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/canonical-test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"carto\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/carto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cask\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cask\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"castaigroupinc1595243474856\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/castaigroupinc1595243474856\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cavirin\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cavirin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cayosoftinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cayosoftinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cdatasoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cdatasoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"celum-gmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centeritysystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centrocomputerspa1584528117084\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrocomputerspa1584528117084\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cfd-direct\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cfd-direct\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chain\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chunghwatelecom1587573688842\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chunghwatelecom1587573688842\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinchy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinegy-gmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinegy-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cirruswaveinc1579234787943\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cirruswaveinc1579234787943\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"citrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/citrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Citrix.ADC\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clone-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clouber\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clouber\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-checkr\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbolt-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudcover\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudcover\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudenablers-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudenablers-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudentity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudentity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudflare\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudflare\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudinfo-4919088\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudinfo-4919088\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlanes\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlanes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudmavensolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudmavensolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudneeti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudneeti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudplan-gmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudplan-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudwhizsolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudwhizsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cncf-upstream\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cncf-upstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codenvy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codenvy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codetwo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codetwo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognitive-scale\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognitive-scale\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognizant\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognizant\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognosys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognosys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesitydev1592001764720\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesitydev1592001764720\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/collabcloudlimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"collibranv1619508098620\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/collibranv1619508098620\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"compellon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/compellon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"composable\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/composable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"comunity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/comunity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"concentrationheatandmomentumlimited1616154387047\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/concentrationheatandmomentumlimited1616154387047\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"confluentinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/confluentinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"conflux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/conflux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"connecting-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/connecting-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"consensys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/consensys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"containeraider\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/containeraider\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"contiamogmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/contiamogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlcase\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlcase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlplane\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlplane\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlplanecorporation1609967567639\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlplanecorporation1609967567639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"convertigo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/convertigo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"corda\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/corda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"core-stack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cpanel\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cpanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cristiesoftwareltd1599488127561\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cristiesoftwareltd1599488127561\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"crunchyard\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/crunchyard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptocom1585727786636\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptocom1585727786636\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptosense1605170011574\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptosense1605170011574\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptzone\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cubebackup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyberark\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cyberark\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cybernetica-as\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cybernetica-as\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyxtera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/d4t4_solutions-1164305\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"daceitdbasensetrafficpulse1579892024934\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/daceitdbasensetrafficpulse1579892024934\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"danielsol.AzureTools1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"databricks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/databricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacore\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datacore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datadynamicsinc1581991927942\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datadynamicsinc1581991927942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataguiseinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataguiseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataiku\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataiku\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanomers1584919038987\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanomers1584919038987\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanova\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datapredsa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datapredsa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataroadtechnologiesllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataroadtechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datavirtualitygmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datavirtualitygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datometry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datometry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dbs-h\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Debian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dece-4446019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dece-4446019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"decisosalesbv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/decisosalesbv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepcognitioninc1593512758156\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepcognitioninc1593512758156\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepsiginc1581610210151\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepsiginc1581610210151\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dellemc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dellemc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"delphix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/delphix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denodo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denodo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"desktopstudioag1580294245574\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/desktopstudioag1580294245574\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devfactory\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devfactory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"device42inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/device42inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deviceauthorityinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deviceauthorityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devolutionsinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devolutionsinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devopsgroup-uk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dh2ico\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dh2ico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dh2icompany\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dh2icompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dhi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dhi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diagramics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diagramics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dicomsystems1584107398321\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dicomsystems1584107398321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diehl-metering\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diehl-metering\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digisitesystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digisitesystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaldefenseinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaldefenseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaloffice\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaloffice\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitamizeinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitamizeinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitate\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitate\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diladele\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diladele\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dimensionalmechanics-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dimensionalmechanics-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diqa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diqa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyatech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyatech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyotta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyotta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"djiindustrialincus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/djiindustrialincus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dome9\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dome9\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dorabot\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dorabot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dremiocorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dremiocorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drizti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drizti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dsi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dsi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dyadic_security\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dyadic_security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dynatrace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/easysoftwaresro1593005637384\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ecessa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ecessa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edevtech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edevtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edgenetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edgenetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edispheresoftwareprivatelimited1606199736428\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edispheresoftwareprivatelimited1606199736428\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"education4sight\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/education4sight\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egnyte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egnyte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egress1589289169584\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egress1589289169584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eikonasystemsgmbh1601729310063\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eikonasystemsgmbh1601729310063\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Elastic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Elastic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elecard\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elecard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"electric-cloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/electric-cloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elevateiot\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elevateiot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eleven01\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eleven01\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"emercoin\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/emercoin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"energisme1601990637842\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/energisme1601990637842\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enforongo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterpriseworx-it\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eproe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eproe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equalum\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equalum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equinix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equinix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ergoninformatikag1581586464404\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ergoninformatikag1581586464404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esdenera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esdenera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esetresearch1579795941720\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esetresearch1579795941720\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esyon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esyon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ethereum\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ethereum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eventtracker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eventtracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"evostream-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/evostream-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exact\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exact\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exivity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exivity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exonar\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exonar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"falconstorsoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/falconstorsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatalsecurity1604924013537\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatalsecurity1604924013537\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatpipe-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatpipe-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fidesys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fidesys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filecatalyst\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filecatalyst\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filemagellc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filemagellc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fiorano\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fiorano\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fireeye\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fireeye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firemon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firemon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firstderivativesplc1596469572732\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firstderivativesplc1596469572732\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flashgrid-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flashgrid-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexbby\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby-5255860\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexify-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexxibleit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexxibleit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flowmon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flowmon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flynet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flynet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forcepoint-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forescout\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forescout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foreseetiab1613650409016\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foreseetiab1613650409016\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"formpipesoftwareab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/formpipesoftwareab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortanix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortanix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forumsystems1599756394904\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forumsystems1599756394904\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fotopiatechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fotopiatechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foxiteuropegmbh1585901066320\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foxiteuropegmbh1585901066320\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fujitsu_fast\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fujitsu_fast\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"g2kgroupgmbh-4821943\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/g2kgroupgmbh-4821943\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gapteq\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gapteq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gatlingcorp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gatlingcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gbs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gbs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genuagmbhdevid1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"genymobile\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genymobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gigamon-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gigamon-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlabinc1586447921813\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlabinc1586447921813\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gladinet-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gladinet-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"glantoninc1591876792991\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/glantoninc1591876792991\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalidsinc1596800540598\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalidsinc1596800540598\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalscape\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalscape\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalsolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gluwareinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gluwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphistry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/graphistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphitegtc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"greycorbelsolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greycorbelsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gridgain\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gridgain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"guardicore\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/guardicore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gxchainfoundationltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gxchainfoundationltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"h2o-ai\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/h2o-ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackerbay\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackerbay\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackershub\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackershub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivisionsystemsinc1580780591922\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivisionsystemsinc1580780591922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haltdoscompvtltd1587136166019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haltdoscompvtltd1587136166019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haproxy-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haproxy-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"harmanconnectedservicesinc1594928575643\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/harmanconnectedservicesinc1594928575643\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"harpaitalia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/harpaitalia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hashhub\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hashhub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hcl-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/help-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"helpyio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/helpyio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"heretechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/heretechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hitachi-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hpe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/huawei\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hubstor-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hush-hush\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hvr\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hvr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hyperglance\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hyperglance\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hypergrid\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hypergrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hystaxinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hystaxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hytrust\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ibm\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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\": \"ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iboss\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iboss\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconsulting-spa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconsulting-spa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"icubeconsultancyservicesinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/icubeconsultancyservicesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iguazio-5069960\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iguazio-5069960\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ikan\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ikan\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"image-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/image-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"impetustechnologiesinc1591959591877\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/impetustechnologiesinc1591959591877\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imprivatainc1580479939967\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imprivatainc1580479939967\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incorta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incorta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"indexima1594300233028\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/indexima1594300233028\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industry-weapon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industry-weapon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industryweapon1587162781833\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industryweapon1587162781833\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infinitesoftwarecorporation1579223971125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infinitesoftwarecorporation1579223971125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"influxdata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/influxdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infoblox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infoblox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infogix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informationbuilders\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infscapeughaftungsbeschrnkt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingenieurstudiohollaus1579587745438\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingenieurstudiohollaus1579587745438\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingrammicro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingrammicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innomindssoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innomindssoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innovtech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innovtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"integration-objects\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/internationaltrustmachinescorporation1582190033865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intersystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intersystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intigua\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intigua\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iofabric\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iofabric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipinfusion1590066770520\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipinfusion1590066770520\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipswitch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iqsol\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iqsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iquate\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"irion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/issp-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestukbigcat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestukbigcat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestuklegacy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestuklegacy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"it4bizdoo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/it4bizdoo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ivix1595238749040\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ivix1595238749040\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iwnamespace\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iwnamespace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"izenda\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/izenda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jamcracker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jamcracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"javlinltd1579185328273\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/javlinltd1579185328273\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetware-srl\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetware-srl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jogetinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"juniper-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/juniper-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"justanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/justanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kadenallc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kadenallc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kali-linux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kali-linux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kalkitech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kalkitech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaminarioinc1588672951794\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaminarioinc1588672951794\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Kaspersky.Lab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kazendi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kazendi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kelverion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kelverion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"KevlarExtensions.M365SecurityHostIDS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/KevlarExtensions.M365SecurityHostIDS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinetica\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinetica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinvolk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinvolk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"knime\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/knime\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kobalt\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kobalt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kognillc1600118221163\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kognillc1600118221163\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konginc1581527938760\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konginc1581527938760\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konsys-ltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konsys-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"koverseinc1588716263110\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/koverseinc1588716263110\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kryonsystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lancom-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lansa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lansa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lastline\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lastline\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"leap-orbit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lepide-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liberatii\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liberatii\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"libraesva\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/libraesva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lightning-analyticsinc1582000647396\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lightning-analyticsinc1582000647396\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"linuxbasedsystemsdesignltd1580878904727\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/linuxbasedsystemsdesignltd1580878904727\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquid-files\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquid-files\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquidware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquidware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeedtechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeedtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeed_technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeed_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litionenergiegmbh1580128829115\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litionenergiegmbh1580128829115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litmusautomation1582760223280\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litmusautomation1582760223280\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lnw-softgmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lnw-softgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logsign\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logsign\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/luminate-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"M365SecurityInventory\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/M365SecurityInventory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"machinesense\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/machinesense\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"maidenhead-bridge\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/maidenhead-bridge\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapr-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapr-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marand\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marklogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mathworks-deployment\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mathworks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"matillion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/matillion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mavinglobal\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mavinglobal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"media3-adobe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mediatekinc1586141563888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mendix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mendix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"messagesolution\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/messagesolution\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"metaswitch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/metaswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mettainnovations-4900054\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfe_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mico\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"micro-focus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/micro-focus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microlinkpcukltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microlinkpcukltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microolap\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microolap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Interceptor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.M365SecurityConfiguration.Kevlar.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.M365SecurityConfiguration.Kevlar.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedIdentity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SystemCenter.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SystemCenter.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.TestSqlServer.Edp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WVD\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftCBLMariner\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftCBLMariner\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftcmotest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftcmotest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftfarmbeats\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftfarmbeats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftOSTC\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftOSTC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftPowerBI\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftPowerBI\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftRServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftRServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftTestLinuxPPS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftTestLinuxPPS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsDesktop\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsDesktop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microstrategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midasolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midasolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"middleware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/middleware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midfin\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mindcti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mindcti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"minio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/minio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miraclelinux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miraclelinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mobilab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"modern-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/modern-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"monitorcomputersystemsltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/monitorcomputersystemsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moogsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moogsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"morpheus-data\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/morpheus-data\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mriisoftllc1579457820427\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mriisoftllc1579457820427\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"multisoft-ab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mwg_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"my-com\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/my-com\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"narrativescience\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/narrativescience\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nasuni\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasuni\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncache\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncache\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ndl\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nec-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nefelinetworks1591201080882\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nefelinetworks1591201080882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neo4j\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neo4j\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neowaybusinesssolutions-4956350\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netatwork\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netfoundryinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netfoundryinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netgate\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netiq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netka\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netka\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netmail\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netmail\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netscout\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netscout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netspi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netspi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netsweeper\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netsweeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"networksexchangetechnologyltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/networksexchangetechnologyltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netwrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netwrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neusoft-neteye\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neusoft-neteye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"newnetcommunicationtechnologies1589991852134\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/newtglobalconsultingllc1581492268566\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nextronic-5290868\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nextronic-5290868\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"niolabs-5229713\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/niolabs-5229713\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noianetworklimited1584098036197\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nokiaofamericacorporation1591716055441\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nokiaofamericacorporation1591716055441\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noobaa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noobaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norcominformationtechnologygmbhcokgaa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norcominformationtechnologygmbhcokgaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noricumcloudsolutions1600524477681\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noricumcloudsolutions1600524477681\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norsync\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norsync\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"northbridge-secure\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/northbridge-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nozominetworks1582208017986\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nozominetworks1582208017986\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nri\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ntegralinc1586961136942\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nttdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuco-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuco-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numbersbelieve\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numbersbelieve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numtrallcpublisher\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numtrallcpublisher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nvidia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"objectivity1595351622261\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity1595351622261\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oceanblue-cloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OctopusDeploy.Tentacle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odysseyconsultantsltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odysseyconsultantsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"officeatwork-ag\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/omega-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onapsis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onexgroup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onspecta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onspecta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ontology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openlinkswcom-pago\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openlinkswcom-pago\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openshotstudiosllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openshotstudiosllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openvpn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openvpn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opslogix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opslogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opswatinc1619007967290\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opswatinc1619007967290\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"option3\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/option3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylisbi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylisbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orbs-network\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orbs-network\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oriana\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oriana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oroinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oroinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osirium-ltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osirium-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osnexus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outpost24\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outpost24\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pachyderminc1585170006545\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pachyderminc1585170006545\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pacteratechnologiesinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pacteratechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paladionnetworkspvtltd1606120508449\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paladionnetworkspvtltd1606120508449\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paloaltonetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paloaltonetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panopta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panopta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panorama-necto\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parabole\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paralaxiomtechnologiesprivatelimited1596433357886\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paralaxiomtechnologiesprivatelimited1596433357886\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parallels\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parallels\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parasoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parasoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pasifikciptamandiri\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pasifikciptamandiri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"passlogy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/passlogy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paxata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/percona\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"perforce\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/piolinkinc1582849368309\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pivotal\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pivotal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"plesk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/plesk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pmsoftwareinternational1603102514882\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pmsoftwareinternational1603102514882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pnop\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pnop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portalarchitects\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portalarchitects\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portsysinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portsysinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"postgres-pro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/postgres-pro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"powerbireach\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/powerbireach\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prime-strategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primekey\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primekey\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primestrategynewyorkinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primestrategynewyorkinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pro-vision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/process-one\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"processgold\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/processgold\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputers\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputerssrl1594239153814\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputerssrl1594239153814\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"profecia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progelspa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progelspa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progresssoftwarecorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progresssoftwarecorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"protiviti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/protiviti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"proventeq\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/proventeq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptsecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pulse-secure\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pulse-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"puppet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/puppet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"puppeteersoy1601024480557\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/puppeteersoy1601024480557\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"purestorageinc1578960262525\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/purestorageinc1578960262525\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pydio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pydio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pyramidanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pyramidanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qlik\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qlik\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qnapsystemsinc1601352084032\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qnapsystemsinc1601352084032\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qore-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qs-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qualysguard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qubole-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qubole-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"racknap\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/racknap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radiant-logic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radiant-logic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raincode\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raincode\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapid7\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapid7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Rapid7.InsightPlatform\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Rapid7.InsightPlatform\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapidminer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapidminer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raynetgmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raynetgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"readymind\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/readymind\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"realm\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/realm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"reblaze\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/reblaze\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RedHat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RedHat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refactr\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refactr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refinitiv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv-4807503\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/relevance-lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"res\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/res\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resemblesystems1582780358300\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resemblesystems1582780358300\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"responder-corp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rhcsolutions1586957910818\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rhcsolutions1586957910818\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ribboncommunications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ribboncommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ringsoftwareresearchanddevelopmentinc1578946072257\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ringsoftwareresearchanddevelopmentinc1578946072257\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rmgtechnologiesinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rmgtechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketml\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketml\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritygmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritysas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritysas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"roktech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rstudio-5237862\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rtts\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rtts\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rubrik-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rubrik-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"s2ix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/s2ix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saama\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saasame-limited\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saasame-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safesoftwareinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safesoftwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safeticatechnologiessro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safeticatechnologiessro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetica_technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetica_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetoopen1585013318137\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetoopen1585013318137\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264186232\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264186232\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264669848\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264669848\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsung-sds\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsungsds_sdbe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sapphiretechnologieslimited1611758579346\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scaidata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalegrid\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalegrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scality\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scality\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"schrockeninc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/schrockeninc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sci\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scientiamobile\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scientiamobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seaqserviciossas1579029207572\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seaqserviciossas1579029207572\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"secureworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/secureworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"securosis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/securosis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seequentltd1585781751395\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seequentltd1585781751395\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semarchy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semarchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semperis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semperis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"senhasegura\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/senhasegura\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.LinuxExtension\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentriumsl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sentryone\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentryone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sepiosystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sepiosystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seppmailag\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seppmailag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seraumo1620002807288\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seraumo1620002807288\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"service-control-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/shareshiftneeraj.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"signal-sciences\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/signal-sciences\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"silk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simmachinesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simontelephonics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simontelephonics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simplifierag\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simplifierag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simpligov\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simpligov\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinequa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinequa1588262295885\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"siportalinc1581539156321\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/siportalinc1581539156321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sisenseltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sisenseltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Site24x7\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Site24x7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sktelecom\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sktelecom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyarc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyarc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyboxsecurity1585187406404\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyboxsecurity1585187406404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skylarkcloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skylarkcloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartbearsoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartbearsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartmessage-autoflow\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartmessage-autoflow\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snaplogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snaplogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snapt-adc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snapt-adc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snips\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snips\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soasta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soasta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwarehut\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwarehut\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwebsolutions-4518310\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwebsolutions-4518310\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solar-security\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solar-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solarwinds\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solarwinds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sonicwall-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sonicwall-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sophos\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/southrivertech1586314123192\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sparklinglogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sparklinglogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spectralcorelimited1619779004178\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spectralcorelimited1619779004178\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spektra\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spektra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spideroakinc1588278690933\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spideroakinc1588278690933\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spirentcommunications1594084187199\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spirentcommunications1594084187199\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"splunk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/splunk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sproutenetworks1593456311717\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sproutenetworks1593456311717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sqlstream\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sqlstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"squadratechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/squadratechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"squaredup\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/squaredup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"src-solution\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"startekfingerprintmatch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/startekfingerprintmatch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stealthbits\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonebondtechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stonebondtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storreduce\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storreduce\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strangebee1595948424730\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strangebee1595948424730\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strataidentity1608323708170\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strataidentity1608323708170\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stratodesk1611152769936\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stratodesk1611152769936\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stratumn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stratumn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"streamsets\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/streamsets\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"striim\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/striim\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stromasys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stromasys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strongboxitllc1594816423884\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strongboxitllc1594816423884\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"su\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sumologic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sunatogmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sunatogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sunday\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sunday\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"swoopanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/swoopanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sycom-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sycom-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sycompatechnologycompanyinc1588192103892\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sycompatechnologycompanyinc1588192103892\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symanteccorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"symantectest1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symantectest1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synack-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synack-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusionbigdataplatfor\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusionbigdataplatfor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synechron-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synechron-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synergixinc1585256339250\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synergixinc1585256339250\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synnexcorp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synnexcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syscomcomputerengineeringco1583913200141\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syscomcomputerengineeringco1583913200141\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tableau\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tableau\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talari-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talena-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talend\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tamrinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tamrinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tata_communications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tata_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavanttechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavanttechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"te-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/te-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techlatest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techlatest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tecknolab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tecknolab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teloscorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tensormakecorpdbaoneclickai1608247756082\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tensormakecorpdbaoneclickai1608247756082\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teradata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teradata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Teradici\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Teradici\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teramindinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/testable1603721901088\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testpro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thales-vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thedatavaluefactoryltd1589348815922\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thedatavaluefactoryltd1589348815922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thefreebsdfoundation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thefreebsdfoundation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thehdfgroup1616725197741\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thehdfgroup1616725197741\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"theumag1596442827072\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/theumag1596442827072\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"things-board\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/things-board\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thingscareinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thingscareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thinprintgmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thinprintgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thorntechnologiesllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thorntechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thoughtspot-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thoughtspot-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"threatintelligenceptyltd1586824172898\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/threatintelligenceptyltd1586824172898\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tibco-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidal-migrations\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tidalmediainc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidalmediainc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tig\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tig\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tiger-technology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tiger-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tigergraph\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tigergraph\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"timextender\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/timextender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tmaxsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tmaxsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tomsawyersoftwarecorp1613579206342\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tomsawyersoftwarecorp1613579206342\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"topicus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/topicus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"totemo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/totemo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"townsend-security\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/townsend-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transcendinformationinc1609918445926\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transcendinformationinc1609918445926\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transientxinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transientxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tresorit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tresorit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trifacta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trifacta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tripwire-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tripwire-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"truestack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truestack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tryonsolutionsinc1596650621083\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tunnelbiz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"turbonet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"turbonet1581982683964\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet1581982683964\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"twistlock\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/twistlock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubeeko\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubeeko\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uipath-5054924\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uipath-5054924\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ulex\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ulex\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifi-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifi-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifiedstreaming1598872291606\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifiedstreaming1598872291606\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uniprint-net\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uniprint-net\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unitrends\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unitrends\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unnisoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unnisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unravel-data\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unscramblsingaporepteltd-4999260\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"untangle\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/untangle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"upsolver1594188634150\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/upsolver1594188634150\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"valohai\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/valohai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"valtix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/valtix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varmournetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varmournetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varnish\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varnish\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vatacommunicationsinc1581644208717\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vatacommunicationsinc1581644208717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vaultive-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vaultive-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vcinityinc1587684340545\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vcinityinc1587684340545\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vectraaiinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vectraaiinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocitydb-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocitydb-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vemn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vemn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veritas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veritas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versanetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versasec\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versasec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vigyanlabsinc1581413676614\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"viptela\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/viptela\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vircom\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vircom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"virtualpulsesro1607008728942\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/virtualpulsesro1607008728942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"visualsoft-center\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/visualsoft-center\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vizixiotplatformretail001\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vizixiotplatformretail001\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmware-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmware-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vnomicinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vnomicinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"voiceelements\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/voiceelements\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"volterraedgeservices\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/volterraedgeservices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vscconsultingptyltd1608535888097\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vscconsultingptyltd1608535888097\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vu-llc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vu-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vyulabsinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallarm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wallix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wandisco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wandisco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wanos\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/watchguard-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"webaloinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/webaloinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websoft9inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websoft9inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wedoitllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wedoitllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"westernoceansoftwaresprivatelimited\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/westernoceansoftwaresprivatelimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wherescapesoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/witfooinc1590167223060\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/world-programming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"worxogo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/worxogo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xcontentptyltd-1329748\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xendata-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xilinx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xilinx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xoriantsolutionspvtltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xoriantsolutionspvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yellowfininternationalptyltd1616363974066\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yellowfininternationalptyltd1616363974066\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yokogawarentalleasecorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"z4it-aps\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z4it-aps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zabbix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zabbix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zenterasystemsinc1605292453288\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerodown_software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zerodown_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerto\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zevenet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zilliz\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zilliz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zoomdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zscaler\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zscaler\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zscaler1579058425289\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zscaler1579058425289\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zultysinc1596831546163\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/128technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1580863854728\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1580863854728\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583411303229\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583411303229\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583465680865\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583465680865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1585118004523\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1585118004523\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1597644262255\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1597644262255\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1598955805825\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1598955805825\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1615257339685\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1615257339685\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1615278064010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1615278064010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1615455873642\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1615455873642\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1e\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1e\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2021ai\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/2021ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"247commercelimited1611063941652\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/247commercelimited1611063941652\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"3cx-pbx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/3cx-pbx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"42crunch1580391915541\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/42crunch1580391915541\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks1596136698788\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks1596136698788\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/abzoobainc1598420455082\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accedian\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accedian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accelario1579101623356\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accelario1579101623356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accellion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accellion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accessdata-group\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accessdata-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accops\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aciworldwide\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aciworldwide\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Acronis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis.Backup\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actian_matrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actifio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actifio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actiphy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actiphy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actiphyinc1627974506603\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actiphyinc1627974506603\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeops\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adastracorporation-4028356\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adastracorporation-4028356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adgs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adgs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aelf\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aelf\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"affinio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/affinio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"affirmednetworks1607630812999\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/affirmednetworks1607630812999\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ageniumscale1591804889317\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ageniumscale1591804889317\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aggregion-ltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aggregion-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"agiledialogssl1603791911858\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/agiledialogssl1603791911858\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"agolo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/agolo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495174865\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495174865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495467593\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495467593\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"airalabrus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akamai-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akamai-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumina\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akumina\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumo-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/al-tamamunitedtradingcontractingcompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"algolyticstechnologies1606475101268\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/algolyticstechnologies1606475101268\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alicetrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alicetrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alienvault\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alienvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"almalinux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/almalinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"almalinuxosfoundation1628089859865\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/almalinuxosfoundation1628089859865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altair-engineering-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altamira-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alteryx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alteryx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altova\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"amergint1593131356777\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/amergint1593131356777\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ansys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"antmedia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/antmedia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aod\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aod\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"apigee\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/apigee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcara\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcara\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appiyo_technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appscale-marketplace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appsurifyinc1606933045773\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appsurifyinc1606933045773\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquaforest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquaforest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquantyinc1598537176913\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquantyinc1598537176913\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arabesque-group\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arabesque-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcblock\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcblock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcesb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcesb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcontechsolutionsprivatelimited1623841797810\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcontechsolutionsprivatelimited1623841797810\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcserveusallc-marketing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arista-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ariwontollc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ariwontollc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arubanetworks-4922182\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asdivertissementinc1617837708654\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asdivertissementinc1617837708654\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asigra\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asigra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aspentechnologyhq-1353108\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/astadia-1148316\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asterasoftware1581022936015\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asterasoftware1581022936015\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asyscosoftwarebv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asyscosoftwarebv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ataccama\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ataccama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atlgaming\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atlgaming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atmosera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atmosera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atomicorp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atomicorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atomizedinc1587939464368\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atomizedinc1587939464368\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"audiocodes\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/audiocodes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auraportal\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auraportal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automateio1592914387888\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automateio1592914387888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automationanywhere\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automationanywhere\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avanseus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avanseus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aveva1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aveva1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avi-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axedrasag1590581171549\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axedrasag1590581171549\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axsguardablenv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axsguardablenv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axshco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axshco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axway\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axway\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axxana\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axxana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azhpc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azhpc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azure-dockit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azure-dockit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azurecyclecloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azurecyclecloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureDatabricks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureDatabricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azureopenshift\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azureopenshift\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting3\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureTools1type\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureTools1type\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"baas-techbureau\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/baffle-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"balabit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/balabit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"batch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/batch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bayware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bayware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bdy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bdy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"belindaczsro1588885355210\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/belindaczsro1588885355210\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bellsoft1582871421940\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bellsoft1582871421940\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"betsol\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/betsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"beyondtrust\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/big-id\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"biolibinc1622552350258\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/biolibinc1622552350258\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bissantechnology1583581147809\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bissantechnology1583581147809\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bitdefendercybersecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bitdefendercybersecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bizaptyltd1626489237351\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bizaptyltd1626489237351\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"biztalk360\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blackbird\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blackmagicdesignincorporated1596492193249\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blackmagicdesignincorporated1596492193249\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blk-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blk-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockapps\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockchain-foundry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockchain-foundry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockstack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bloombase\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bloombase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluecat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluecat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blueprismlimited-4827145\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blueprismlimited-4827145\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bmc.ctm\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bmcctm.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boardpacpvtltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boardpacpvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bocada\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bocada\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boemskats\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boemskats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"botanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/botanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bowspritconsultingopcprivatelimited1596291408582\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bowspritconsultingopcprivatelimited1596291408582\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bravura-software-llc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bricatainc1584472632111\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bright-computing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bright-computing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brightcomputing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brightcomputing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brutale\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brutale\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"calculated_systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/caloudi_corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/canadiancentreforcybersecurity1610638436359\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"canonical-test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/canonical-test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"carto\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/carto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cask\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cask\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"castaigroupinc1595243474856\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/castaigroupinc1595243474856\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cavirin\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cavirin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cayosoftinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cayosoftinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cdatasoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cdatasoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"celum-gmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centeritysystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centrocomputerspa1584528117084\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrocomputerspa1584528117084\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cfd-direct\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cfd-direct\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chain\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chunghwatelecom1587573688842\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chunghwatelecom1587573688842\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinchy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinegy-gmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinegy-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cirruswaveinc1579234787943\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cirruswaveinc1579234787943\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"citrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/citrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Citrix.ADC\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clone-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clouber\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clouber\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-checkr\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloud-infrastructure-services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudaccelinc1628754426775\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudaccelinc1628754426775\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudbees\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbolt-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudcover\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudcover\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudenablers-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudenablers-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudentity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudentity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudflare\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudflare\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudinfo-4919088\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudinfo-4919088\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlanes\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlanes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudmavensolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudmavensolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudneeti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudneeti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudplan-gmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudplan-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudwhizsolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudwhizsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cncf-upstream\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cncf-upstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codaintelligence1606495376525\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codaintelligence1606495376525\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codenvy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codenvy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codetwo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codetwo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognexcorporation1613759804979\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognexcorporation1613759804979\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognitive-scale\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognitive-scale\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognizant\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognizant\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognosys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognosys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesitydev1592001764720\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesitydev1592001764720\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/collabcloudlimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"collibranv1619508098620\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/collibranv1619508098620\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"compellon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/compellon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"composable\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/composable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"comunity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/comunity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"concentrationheatandmomentumlimited1616154387047\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/concentrationheatandmomentumlimited1616154387047\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"confluentinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/confluentinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"conflux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/conflux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"connecting-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/connecting-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"consensys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/consensys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"containeraider\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/containeraider\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"contiamogmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/contiamogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlcase\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlcase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlplane\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlplane\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlplanecorporation1609967567639\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlplanecorporation1609967567639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"convertigo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/convertigo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"corda\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/corda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"core-stack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cpanel\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cpanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cristiesoftwareltd1599488127561\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cristiesoftwareltd1599488127561\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"crunchyard\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/crunchyard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"crunchyardltd1623835391104\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/crunchyardltd1623835391104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptocom1585727786636\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptocom1585727786636\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptosense1605170011574\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptosense1605170011574\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptzone\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cubebackup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyberark\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cyberark\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cybernetica-as\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cybernetica-as\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyxtera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/d4t4_solutions-1164305\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"daceitdbasensetrafficpulse1579892024934\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/daceitdbasensetrafficpulse1579892024934\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"danielsol.AzureTools1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"databricks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/databricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacore\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datacore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datadynamicsinc1581991927942\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datadynamicsinc1581991927942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataguiseinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataguiseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataiku\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataiku\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanomers1584919038987\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanomers1584919038987\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanova\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datapredsa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datapredsa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataroadtechnologiesllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataroadtechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datavirtualitygmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datavirtualitygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datometry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datometry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dbs-h\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Debian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dece-4446019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dece-4446019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"decisosalesbv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/decisosalesbv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepcognitioninc1593512758156\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepcognitioninc1593512758156\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepsiginc1581610210151\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepsiginc1581610210151\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepsurfacesecurityinc1632943333445\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepsurfacesecurityinc1632943333445\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dellemc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dellemc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"delphix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/delphix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deltapathlimited1592886319362\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deltapathlimited1592886319362\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denodo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denodo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"desktopstudioag1580294245574\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/desktopstudioag1580294245574\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devfactory\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devfactory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"device42inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/device42inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deviceauthorityinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deviceauthorityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devolutionsinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devolutionsinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devopsgroup-uk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dh2ico\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dh2ico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dh2icompany\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dh2icompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dhi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dhi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diagramics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diagramics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dicomsystems1584107398321\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dicomsystems1584107398321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diehl-metering\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diehl-metering\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digisitesystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digisitesystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaldefenseinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaldefenseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaloffice\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaloffice\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitamizeinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitamizeinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitate\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitate\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diladele\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diladele\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dimensionalmechanics-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dimensionalmechanics-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diqa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diqa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyatech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyatech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyotta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyotta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"djiindustrialincus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/djiindustrialincus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dome9\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dome9\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dorabot\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dorabot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dremiocorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dremiocorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drizti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drizti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dsi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dsi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dyadic_security\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dyadic_security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dynatrace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/easysoftwaresro1593005637384\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ecessa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ecessa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edevtech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edevtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edgelesssystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edgelesssystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edgenetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edgenetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edispheresoftwareprivatelimited1606199736428\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edispheresoftwareprivatelimited1606199736428\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"education4sight\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/education4sight\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egnyte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egnyte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egress1589289169584\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egress1589289169584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eikonasystemsgmbh1601729310063\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eikonasystemsgmbh1601729310063\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Elastic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Elastic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elecard\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elecard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"electric-cloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/electric-cloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elevateiot\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elevateiot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eleven01\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eleven01\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"emercoin\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/emercoin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"energisme1601990637842\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/energisme1601990637842\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enforongo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enforongo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"engysltd1624364546407\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/engysltd1624364546407\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enterprise-ethereum-alliance\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterpriseworx-it\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eproe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eproe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equalum\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equalum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equinix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equinix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ergoninformatikag1581586464404\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ergoninformatikag1581586464404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esdenera\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esdenera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esetresearch1579795941720\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esetresearch1579795941720\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esyon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esyon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ethereum\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ethereum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eventtracker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eventtracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"evostream-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/evostream-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exact\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exact\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exivity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exivity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exonar\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exonar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"falconstorsoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/falconstorsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatalsecurity1604924013537\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatalsecurity1604924013537\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatpipe-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatpipe-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fidesys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fidesys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filecatalyst\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filecatalyst\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filemagellc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filemagellc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fiorano\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fiorano\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fireeye\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fireeye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firemon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firemon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firstderivativesplc1596469572732\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firstderivativesplc1596469572732\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flashgrid-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flashgrid-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexbby\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby-5255860\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexify-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexxibleit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexxibleit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flowmon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flowmon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flynet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flynet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forcepoint-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forescout\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forescout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foreseetiab1613650409016\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foreseetiab1613650409016\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"formpipesoftwareab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/formpipesoftwareab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortanix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortanix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forumsystems1599756394904\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forumsystems1599756394904\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fotopiatechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fotopiatechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foxiteuropegmbh1585901066320\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foxiteuropegmbh1585901066320\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fujitsu_fast\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fujitsu_fast\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"g2kgroupgmbh-4821943\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/g2kgroupgmbh-4821943\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gapteq\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gapteq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gatlingcorp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gatlingcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gbs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gbs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genuagmbhdevid1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"genymobile\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genymobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gigamon-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gigamon-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlabinc1586447921813\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlabinc1586447921813\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gladinet-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gladinet-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"glantoninc1591876792991\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/glantoninc1591876792991\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalidsinc1596800540598\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalidsinc1596800540598\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalscape\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalscape\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalsolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gluwareinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gluwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphistry\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/graphistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphitegtc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"greycorbelsolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greycorbelsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gridgain\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gridgain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"guardicore\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/guardicore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gxchainfoundationltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gxchainfoundationltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"h2o-ai\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/h2o-ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackerbay\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackerbay\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackershub\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackershub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivisionsystemsinc1580780591922\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivisionsystemsinc1580780591922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haltdoscompvtltd1587136166019\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haltdoscompvtltd1587136166019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haproxy-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haproxy-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"harmanconnectedservicesinc1594928575643\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/harmanconnectedservicesinc1594928575643\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"harpaitalia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/harpaitalia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hashhub\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hashhub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hcl-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/help-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"helpyio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/helpyio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"heretechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/heretechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hitachi-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"holo-industrie40softwaregmbh1600957636008\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/holo-industrie40softwaregmbh1600957636008\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hpe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/huawei\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hubstor-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hush-hush\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hvr\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hvr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hyperglance\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hyperglance\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hypergrid\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hypergrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hystaxinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hystaxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hytrust\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ibm\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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\": \"ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iboss\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iboss\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconsulting-spa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconsulting-spa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"icubeconsultancyservicesinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/icubeconsultancyservicesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iguazio-5069960\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iguazio-5069960\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ikan\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ikan\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"image-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/image-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"impetustechnologiesinc1591959591877\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/impetustechnologiesinc1591959591877\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imprivatainc1580479939967\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imprivatainc1580479939967\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incorta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incorta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"indexima1594300233028\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/indexima1594300233028\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industry-weapon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industry-weapon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industryweapon1587162781833\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industryweapon1587162781833\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infinitesoftwarecorporation1579223971125\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infinitesoftwarecorporation1579223971125\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infiotinc1614034091460\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infiotinc1614034091460\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"influxdata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/influxdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infoblox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infoblox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infogix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informationbuilders\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infscapeughaftungsbeschrnkt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingenieurstudiohollaus1579587745438\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingenieurstudiohollaus1579587745438\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingrammicro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingrammicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innomindssoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innomindssoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innovatorartificialtechsrl1619180685551\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innovatorartificialtechsrl1619180685551\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innovtech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innovtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"instight-technology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/instight-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"integration-objects\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/internationaltrustmachinescorporation1582190033865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intersystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intersystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intigua\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intigua\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"introspecioltd1629872641188\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/introspecioltd1629872641188\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iofabric\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iofabric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipinfusion1590066770520\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipinfusion1590066770520\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipswitch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iqsol\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iqsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iquate\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"irion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/issp-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestukbigcat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestukbigcat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestuklegacy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestuklegacy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"it4bizdoo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/it4bizdoo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ivix1595238749040\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ivix1595238749040\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iwnamespace\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iwnamespace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"izenda\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/izenda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jamcracker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jamcracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"javlinltd1579185328273\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/javlinltd1579185328273\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetware-srl\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetware-srl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jogetinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"juniper-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/juniper-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"justanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/justanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kadenallc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kadenallc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kali-linux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kali-linux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kalkitech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kalkitech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaminarioinc1588672951794\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaminarioinc1588672951794\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Kaspersky.Lab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kazendi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kazendi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kelverion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kelverion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"KevlarExtensions.M365SecurityHostIDS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/KevlarExtensions.M365SecurityHostIDS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"KevlarExtensions.M365SecurityInventory\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/KevlarExtensions.M365SecurityInventory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"KevlarExtensions.M365SecurityInventory.NameChangeTest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/KevlarExtensions.M365SecurityInventory.NameChangeTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"KevlarExtensions.M365SecurityODL\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/KevlarExtensions.M365SecurityODL\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinetica\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinetica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinvolk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinvolk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"knime\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/knime\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kobalt\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kobalt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kognillc1600118221163\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kognillc1600118221163\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konginc1581527938760\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konginc1581527938760\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konsys-ltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konsys-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"koverseinc1588716263110\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/koverseinc1588716263110\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kryonsystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kyvos-insights-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lab3solutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lab3solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lancom-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lancom-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lansa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lansa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lastline\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lastline\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"leap-orbit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lepide-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"libelleag\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/libelleag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liberatii\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liberatii\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"libraesva\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/libraesva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lightning-analyticsinc1582000647396\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lightning-analyticsinc1582000647396\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"linuxbasedsystemsdesignltd1580878904727\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/linuxbasedsystemsdesignltd1580878904727\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquid-files\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquid-files\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquidware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquidware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeedtechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeedtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeed_technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeed_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litionenergiegmbh1580128829115\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litionenergiegmbh1580128829115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litmusautomation1582760223280\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litmusautomation1582760223280\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"llcitpro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/llcitpro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lnw-softgmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lnw-softgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logsign\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logsign\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logstarecorp1635838645101\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logstarecorp1635838645101\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logzio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logzio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/luminate-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"M365SecurityInventory\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/M365SecurityInventory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"machinesense\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/machinesense\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"madhavajay1632269232059\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/madhavajay1632269232059\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"maidenhead-bridge\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/maidenhead-bridge\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapr-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapr-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marand\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marklogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mathworks-deployment\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mathworks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"matillion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/matillion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mavinglobal\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mavinglobal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"media3-adobe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mediatekinc1586141563888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mendix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mendix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"merlynnintelligencetechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/merlynnintelligencetechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"meshifyappinc1622759451429\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/meshifyappinc1622759451429\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"messagesolution\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/messagesolution\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"metaswitch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/metaswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mettainnovations-4900054\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfe_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mico\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"micro-focus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/micro-focus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microlinkpcukltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microlinkpcukltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microolap\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microolap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Automation.HybridWorker\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ChangeTracking.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ChangeTrackingAndInventory\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ChangeTrackingAndInventory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Chaos\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Chaos\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Compute.Security\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CPlat.Core.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Dcsswe.Extensions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Dcsswe.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Interceptor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.M365\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.M365\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.M365SecurityConfiguration.Kevlar.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.M365SecurityConfiguration.Kevlar.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedIdentity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SystemCenter.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SystemCenter.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Test.Azure.Workloads\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Test.Azure.Workloads\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.TestSqlServer.Edp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WVD\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftagciuk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftagciuk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftazurecituswarp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftazurecituswarp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftCBLMariner\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftCBLMariner\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftcmotest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftcmotest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftcorporation1602274591143\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftcorporation1602274591143\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftcorporation1620407702632\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftcorporation1620407702632\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftfarmbeats\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftfarmbeats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftOSTC\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftOSTC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftPowerBI\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftPowerBI\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftRServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftRServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftTestLinuxPPS\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftTestLinuxPPS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsDesktop\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsDesktop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microstrategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midasolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midasolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"middleware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/middleware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midfin\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mihupcommunicationspvtltd1599046998010\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mihupcommunicationspvtltd1599046998010\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mindcti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mindcti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"minio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/minio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miraclelinux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miraclelinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mobilab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"modern-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/modern-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"monitorapp1579029852605\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/monitorapp1579029852605\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"monitorcomputersystemsltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/monitorcomputersystemsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moogsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moogsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"morpheus-data\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/morpheus-data\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mriisoftllc1579457820427\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mriisoftllc1579457820427\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"multisoft-ab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mwg_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"my-com\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/my-com\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"narrativescience\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/narrativescience\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nasuni\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasuni\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"navicloudrsoftwarepteltd1601967280369\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/navicloudrsoftwarepteltd1601967280369\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncache\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncache\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncomputingglobalinc1604353053068\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncomputingglobalinc1604353053068\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ndl\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nec-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nefelinetworks1591201080882\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nefelinetworks1591201080882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neo4j\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neo4j\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neos\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neos\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neowaybusinesssolutions-4956350\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netatwork\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netfoundryinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netfoundryinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netgate\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netiq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netka\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netka\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netmail\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netmail\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netscout\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netscout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netspi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netspi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netsweeper\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netsweeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"networksexchangetechnologyltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/networksexchangetechnologyltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netwrix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netwrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neusoft-neteye\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neusoft-neteye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"newnetcommunicationtechnologies1589991852134\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/newtglobalconsultingllc1581492268566\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nextronic-5290868\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nextronic-5290868\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"niolabs-5229713\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/niolabs-5229713\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noianetworklimited1584098036197\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nokiaofamericacorporation1591716055441\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nokiaofamericacorporation1591716055441\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noobaa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noobaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norcominformationtechnologygmbhcokgaa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norcominformationtechnologygmbhcokgaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noricumcloudsolutions1600524477681\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noricumcloudsolutions1600524477681\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norsync\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norsync\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"northbridge-secure\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/northbridge-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nozominetworks1582208017986\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nozominetworks1582208017986\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nri\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ntegralinc1586961136942\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nttdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuco-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuco-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numbersbelieve\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numbersbelieve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numtrallcpublisher\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numtrallcpublisher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nvidia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"objectivity1595351622261\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity1595351622261\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oceanblue-cloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OctopusDeploy.Tentacle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odysseyconsultantsltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odysseyconsultantsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"officeatwork-ag\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/omega-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onapsis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onexgroup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onspecta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onspecta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ontology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openlinkswcom-pago\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openlinkswcom-pago\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openrefactoryinc1620140917523\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openrefactoryinc1620140917523\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openshotstudiosllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openshotstudiosllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openvpn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openvpn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opslogix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opslogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opswatinc1619007967290\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opswatinc1619007967290\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"optimitiveslu1618320281443\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/optimitiveslu1618320281443\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"option3\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/option3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylisbi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylisbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orbs-network\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orbs-network\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oriana\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oriana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oroinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oroinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osirium-ltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osirium-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osnexus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outpost24\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outpost24\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pachyderminc1585170006545\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pachyderminc1585170006545\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pacteratechnologiesinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pacteratechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paladionnetworkspvtltd1606120508449\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paladionnetworkspvtltd1606120508449\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paloaltonetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paloaltonetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panopta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panopta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panorama-necto\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parabole\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paralaxiomtechnologiesprivatelimited1596433357886\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paralaxiomtechnologiesprivatelimited1596433357886\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parallels\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parallels\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parasoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parasoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pasifikciptamandiri\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pasifikciptamandiri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"passlogy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/passlogy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paxata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/percona\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"perforce\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/piolinkinc1582849368309\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pivotal\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pivotal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"plesk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/plesk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pmsoftwareinternational1603102514882\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pmsoftwareinternational1603102514882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pnop\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pnop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"polarityioinc1628691850891\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/polarityioinc1628691850891\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portalarchitects\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portalarchitects\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portsysinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portsysinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"postgres-pro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/postgres-pro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"powerbireach\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/powerbireach\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prakshepprivatelimited1619949827900\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prakshepprivatelimited1619949827900\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prime-strategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primekey\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primekey\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primestrategynewyorkinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primestrategynewyorkinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pro-vision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/process-one\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"processgold\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/processgold\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputers\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputerssrl1594239153814\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputerssrl1594239153814\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"profecia\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progelspa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progelspa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progresssoftwarecorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progresssoftwarecorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"proliongmbh1628175060372\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/proliongmbh1628175060372\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"protegrityusainc1627404648458\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/protegrityusainc1627404648458\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"protiviti\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/protiviti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"proventeq\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/proventeq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptsecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pulse-secure\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pulse-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"puppet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/puppet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"puppeteersoy1601024480557\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/puppeteersoy1601024480557\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs.Test\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"purestorageinc1578960262525\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/purestorageinc1578960262525\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pydio\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pydio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pyramidanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pyramidanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qlik\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qlik\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qnapsystemsinc1601352084032\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qnapsystemsinc1601352084032\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qore-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qs-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qualysguard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qubole-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qubole-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"racknap\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/racknap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radiant-logic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radiant-logic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raincode\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raincode\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapid7\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapid7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Rapid7.InsightPlatform\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Rapid7.InsightPlatform\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapidminer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapidminer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raynetgmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raynetgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"readymind\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/readymind\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"realm\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/realm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"reblaze\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/reblaze\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RedHat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RedHat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"redhat-rhel\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/redhat-rhel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refactr\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refactr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refinitiv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv-4807503\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/relevance-lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"res\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/res\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resemblesystems1582780358300\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resemblesystems1582780358300\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"responder-corp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rhcsolutions1586957910818\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rhcsolutions1586957910818\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ribboncommunications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ribboncommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rimo3\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rimo3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ringsoftwareresearchanddevelopmentinc1578946072257\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ringsoftwareresearchanddevelopmentinc1578946072257\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rmgtechnologiesinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rmgtechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketml\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketml\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritygmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritysas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritysas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"roktech\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rstudio-5237862\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rtts\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rtts\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rubrik-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rubrik-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"s2ix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/s2ix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saama\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saasame-limited\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saasame-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safesoftwareinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safesoftwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safeticatechnologiessro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safeticatechnologiessro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetica_technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetica_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetoopen1585013318137\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetoopen1585013318137\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264186232\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264186232\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264669848\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264669848\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsung-sds\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsung-sds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsungelectronics1632860607983\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsungelectronics1632860607983\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsungsds-cello\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsungsds_sdbe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sandhatatechnologieslimited1615753438737\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sandhatatechnologieslimited1615753438737\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sapphiretechnologieslimited1611758579346\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scaidata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalegrid\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalegrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scality\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scality\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"schrockeninc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/schrockeninc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sci\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sciencelogicinc1622565452194\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sciencelogicinc1622565452194\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scientiamobile\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scientiamobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scontainug1595751515785\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scontainug1595751515785\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scubaanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scubaanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scylladb1631195365807\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scylladb1631195365807\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seaqserviciossas1579029207572\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seaqserviciossas1579029207572\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"secureworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/secureworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"securityonionsolutions\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/securityonionsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"securityonionsolutionsllc1624649205155\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/securityonionsolutionsllc1624649205155\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"securosis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/securosis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seequentltd1585781751395\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seequentltd1585781751395\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semarchy\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semarchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semperis\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semperis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"senhasegura\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/senhasegura\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.LinuxExtension\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentriumsl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sentryone\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentryone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sepiosystems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sepiosystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seppmailag\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seppmailag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seraumo1620002807288\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seraumo1620002807288\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"service-control-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/service-control-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sesamesoftwareinc1622125191447\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sesamesoftwareinc1622125191447\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"shadow-soft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/shareshiftneeraj.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"signal-sciences\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/signal-sciences\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"silk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simmachinesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simontelephonics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simontelephonics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simplifierag\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simplifierag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simpligov\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simpligov\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinequa\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinequa1588262295885\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"siportalinc1581539156321\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/siportalinc1581539156321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sisenseltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sisenseltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Site24x7\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Site24x7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sktelecom\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sktelecom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyarc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyarc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyboxsecurity1585187406404\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyboxsecurity1585187406404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skylarkcloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skylarkcloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartbearsoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartbearsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartmessage-autoflow\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartmessage-autoflow\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snaplogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snaplogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snapt-adc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snapt-adc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snips\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snips\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soasta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soasta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwarehut\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwarehut\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwebsolutions-4518310\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwebsolutions-4518310\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solar-security\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solar-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solarwinds\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solarwinds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sonicwall-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sonicwall-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sophos\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sophos\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sourcegearllc1616101262784\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sourcegearllc1616101262784\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"south-river-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/southrivertech1586314123192\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spaceliftinc1625499025476\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spaceliftinc1625499025476\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sparklinglogic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sparklinglogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spectralcorelimited1619779004178\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spectralcorelimited1619779004178\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spektra\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spektra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spideroakinc1588278690933\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spideroakinc1588278690933\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spirentcommunications1594084187199\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spirentcommunications1594084187199\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"splunk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/splunk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sproutenetworks1593456311717\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sproutenetworks1593456311717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sqlstream\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sqlstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"squadratechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/squadratechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"squaredup\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/squaredup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"src-solution\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"startekfingerprintmatch\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/startekfingerprintmatch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stealthbits\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonebondtechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stonebondtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storone1594045543980\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storone1594045543980\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storreduce\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storreduce\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strangebee1595948424730\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strangebee1595948424730\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strataidentity1608323708170\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strataidentity1608323708170\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stratodesk1611152769936\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stratodesk1611152769936\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stratumn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stratumn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"streamsets\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/streamsets\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"striim\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/striim\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stromasys\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stromasys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strongboxitllc1594816423884\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strongboxitllc1594816423884\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"su\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sumologic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sunatogmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sunatogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sunday\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sunday\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"swoopanalytics\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/swoopanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sycom-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sycom-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sycompatechnologycompanyinc1588192103892\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sycompatechnologycompanyinc1588192103892\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symanteccorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"symantectest1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symantectest1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synack-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synack-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusion\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusionbigdataplatfor\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusionbigdataplatfor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synechron-technologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synechron-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synergixinc1585256339250\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synergixinc1585256339250\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synnexcorp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synnexcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syscomcomputerengineeringco1583913200141\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syscomcomputerengineeringco1583913200141\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tableau\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tableau\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talari-networks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talena-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talend\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tamrinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tamrinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tata_communications\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tata_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavanttechnologies\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavanttechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"te-systems\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/te-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techlatest\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techlatest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tecknolab\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tecknolab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teloscorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tensormakecorpdbaoneclickai1608247756082\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tensormakecorpdbaoneclickai1608247756082\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teradata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teradata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Teradici\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Teradici\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teramindinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/testable1603721901088\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testpro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thales-vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thalesdiscplusainc1596561677238\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thalesdiscplusainc1596561677238\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thedatavaluefactoryltd1589348815922\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thedatavaluefactoryltd1589348815922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thefreebsdfoundation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thefreebsdfoundation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thehdfgroup1616725197741\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thehdfgroup1616725197741\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"theumag1596442827072\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/theumag1596442827072\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"things-board\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/things-board\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thingscareinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thingscareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thinprintgmbh\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thinprintgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thorntechnologiesllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thorntechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thoughtspot-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thoughtspot-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"threatintelligenceptyltd1586824172898\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/threatintelligenceptyltd1586824172898\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tibco-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidal-migrations\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tidalmediainc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidalmediainc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tig\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tig\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tiger-technology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tiger-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tigergraph\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tigergraph\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"timextender\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/timextender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tmaxsoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tmaxsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tmaxsoft1608612658335\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tmaxsoft1608612658335\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tomsawyersoftwarecorp1613579206342\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tomsawyersoftwarecorp1613579206342\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"topicus\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/topicus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"totemo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/totemo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"townsend-security\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/townsend-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transcendinformationinc1609918445926\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transcendinformationinc1609918445926\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transientxinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transientxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tresorit\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tresorit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trifacta\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trifacta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tripwire-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tripwire-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"truestack\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truestack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tryonsolutionsinc1596650621083\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tunnelbiz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"turbonet\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"turbonet1581982683964\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet1581982683964\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"twistlock\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/twistlock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubeeko\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubeeko\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uipath-5054924\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uipath-5054924\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ulex\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ulex\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifi-software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifi-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifiedstreaming1598872291606\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifiedstreaming1598872291606\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uniprint-net\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uniprint-net\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unitrends\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unitrends\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unnisoft\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unnisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unravel-data\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unscramblsingaporepteltd-4999260\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"untangle\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/untangle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"upsolver1594188634150\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/upsolver1594188634150\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"valohai\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/valohai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"valtix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/valtix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varmournetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varmournetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varnish\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varnish\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vatacommunicationsinc1581644208717\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vatacommunicationsinc1581644208717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vaultive-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vaultive-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vcinityinc1587684340545\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vcinityinc1587684340545\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vectraaiinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vectraaiinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocitydb-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocitydb-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocloud\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vemn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vemn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veritas\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veritas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versanetworks\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versasec\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versasec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vigyanlabsinc1581413676614\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"viptela\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/viptela\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vircom\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vircom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"virtamovecorp1615909247913\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/virtamovecorp1615909247913\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"virtualpulsesro1607008728942\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/virtualpulsesro1607008728942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"virtuozzointernationalgmbh1626704951469\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/virtuozzointernationalgmbh1626704951469\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"visualsoft-center\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/visualsoft-center\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vizixiotplatformretail001\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vizixiotplatformretail001\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmware-inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmware-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vnomicinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vnomicinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"voiceelements\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/voiceelements\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"volterraedgeservices\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/volterraedgeservices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vscconsultingptyltd1608535888097\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vscconsultingptyltd1608535888097\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vu-llc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vu-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vyulabsinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallarm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wallix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wandisco\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wandisco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wanos\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/watchguard-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"webaloinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/webaloinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websoft9inc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websoft9inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wedoitllc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wedoitllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"westernoceansoftwaresprivatelimited\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/westernoceansoftwaresprivatelimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wherescapesoftware\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/witfooinc1590167223060\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/world-programming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"worxogo\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/worxogo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xcontentptyltd-1329748\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xendata-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xilinx\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xilinx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xoriantcorporationazxteam1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xoriantcorporationazxteam1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xoriantsolutionspvtltd\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xoriantsolutionspvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yellowfininternationalptyltd1616363974066\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yellowfininternationalptyltd1616363974066\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yokogawarentalleasecorporation\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"z4it-aps\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z4it-aps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zabbix\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zabbix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zenterasystemsinc1605292453288\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerodown_software\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zerodown_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerto\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/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/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zevenet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zilliz\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zilliz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zoomdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zscaler\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zscaler\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zscaler1579058425289\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zscaler1579058425289\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zultysinc1596831546163\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zultysinc1596831546163\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListSkus.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListSkus.json index aed02da6012bc..9e341a03fe2d3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListSkus.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMImagesTests/TestVMImageListSkus.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70ff7f58-6958-4760-9594-8e02fe013d74" + "cebc6bb2-7856-4dcc-a6bd-8d1044227b2c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImageSkusFromLocation3Min;9999,Microsoft.Compute/ListVMImageSkusFromLocation30Min;29999" ], @@ -33,32 +40,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "2ed43084-8860-4d93-8db6-538fee9c30b8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fbb1f5e0-e2ba-4f49-817b-8165b1c8c83e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ca9eb645-ff66-4c3b-ae9f-d64075a69af9" + "0b38d7dc-f6f8-4ada-9a7b-cecbc33bfaf9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111025Z:ca9eb645-ff66-4c3b-ae9f-d64075a69af9" + "EASTUS2:20211116T182902Z:0b38d7dc-f6f8-4ada-9a7b-cecbc33bfaf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:25 GMT" - ], "Content-Length": [ - "27870" + "32753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -67,7 +67,7 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2008-R2-SP1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2008-R2-SP1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2008-R2-SP1-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2008-R2-SP1-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2008-R2-SP1-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2008-R2-SP1-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-R2-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-r2-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-r2-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-R2-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-r2-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-r2-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-R2-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-r2-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-r2-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-Server-Core\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-Server-Core\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-server-core-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-server-core-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-Server-Core-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-Server-Core-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-server-core-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-server-core-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-with-Containers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-with-Containers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-with-containers-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-with-containers-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-with-containers-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-with-containers-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-with-RDSH\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-with-RDSH\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core-with-Containers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core-with-Containers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-with-containers-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-with-containers-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core-with-Containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core-with-Containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-with-Containers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-with-Containers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-with-containers-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-with-containers-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-with-containers-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-with-containers-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-with-Containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-with-Containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1803-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1803-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1809-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1809-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Datacenter-Core-1903-with-Containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/Datacenter-Core-1903-with-Containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1903-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1903-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1909-with-containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1909-with-containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1909-with-containers-smalldisk-g1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1909-with-containers-smalldisk-g1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1909-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1909-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-2004-with-containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-2004-with-containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-2004-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-2004-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-20h2-with-containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-20h2-with-containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-20h2-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-20h2-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-20h2-with-containers-smalldisk-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-20h2-with-containers-smalldisk-gs\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2008-R2-SP1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2008-R2-SP1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2008-R2-SP1-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2008-R2-SP1-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2008-R2-SP1-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2008-R2-SP1-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-R2-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-r2-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-r2-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-R2-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-r2-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-r2-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-R2-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2012-r2-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-r2-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-Server-Core\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-Server-Core\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-server-core-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-server-core-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-Server-Core-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-Server-Core-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-server-core-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-server-core-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-with-Containers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-with-Containers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-with-containers-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-with-containers-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-with-containers-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-with-containers-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2016-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core-with-Containers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core-with-Containers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-with-containers-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-with-containers-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-Core-with-Containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-Core-with-Containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-core-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-core-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-gensecond\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-gensecond\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": true\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-with-Containers\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-with-Containers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-with-containers-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-with-containers-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-with-containers-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-with-containers-gs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-with-Containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-with-Containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-Datacenter-zhcn\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-zhcn\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2019-datacenter-zhcn-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-datacenter-zhcn-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-azure-edition\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-azure-edition\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-azure-edition-core\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-azure-edition-core\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-azure-edition-core-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-azure-edition-core-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-azure-edition-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-azure-edition-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-core\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-core\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-core-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-core-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-core-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-core-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-core-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-core-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2022-datacenter-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1803-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1803-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1809-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1809-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Datacenter-Core-1903-with-Containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/Datacenter-Core-1903-with-Containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1903-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1903-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1909-with-containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1909-with-containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1909-with-containers-smalldisk-g1\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1909-with-containers-smalldisk-g1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-1909-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-1909-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-2004-with-containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-2004-with-containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-2004-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-2004-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-20h2-with-containers-smalldisk\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-20h2-with-containers-smalldisk\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-20h2-with-containers-smalldisk-g2\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-20h2-with-containers-smalldisk-g2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacenter-core-20h2-with-containers-smalldisk-gs\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/datacenter-core-20h2-with-containers-smalldisk-gs\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMInstanceViewPatchStatusTests/GetVMInstanceViewWithPatchStatus.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMInstanceViewPatchStatusTests/GetVMInstanceViewWithPatchStatus.json index 6fd7c7e497e8c..1c81ad10ff179 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMInstanceViewPatchStatusTests/GetVMInstanceViewWithPatchStatus.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMInstanceViewPatchStatusTests/GetVMInstanceViewWithPatchStatus.json @@ -1,59 +1,59 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/virtualMachines/imageVM/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL1JHZm9yU0RLdGVzdFJlc291cmNlcy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL2ltYWdlVk0vaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/virtualMachines/imageVM/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL1JHZm9yU0RLdGVzdFJlc291cmNlcy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL2ltYWdlVk0vaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3eddbba-627d-40dd-ba7d-9e3c138e1b33" + "3350e09a-20f7-4a73-9282-eca7a9213143" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:10:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0acd3a03-591f-426d-b9e5-d70681d1b6bd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2e815ca2-ce90-4d9a-9d3e-5e729186c818" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "61ebd9ac-8437-4cdc-8715-5f93bb1e396a" + "7bfa62c3-b7ff-40ff-a9ba-bea9d5993f00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T191704Z:61ebd9ac-8437-4cdc-8715-5f93bb1e396a" + "EASTUS2:20211117T121059Z:7bfa62c3-b7ff-40ff-a9ba-bea9d5993f00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:17:03 GMT" - ], "Content-Length": [ "1841" ], @@ -64,7 +64,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"patchStatus\": {\r\n \"hotpatchStatus\": {\r\n \"hotpatchEnablementStatus\": \"Disabled\",\r\n \"hotpatchReadinessStatus\": \"EnablementRequired\",\r\n \"lastRefreshedTime\": \"2021-03-24T16:05:19.0174555+00:00\",\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n },\r\n \"availablePatchSummary\": {\r\n \"assessmentActivityId\": \"dc781b28-4bf7-4563-85f0-8d4015cde5c4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-24T16:04:45.2816268+00:00\",\r\n \"lastModifiedTime\": \"2021-03-24T16:05:19.0174555+00:00\",\r\n \"criticalAndSecurityPatchCount\": 3,\r\n \"otherPatchCount\": 5,\r\n \"rebootPending\": false,\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n }\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-21T20:26:03.1843662+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"imageDisk\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-21T20:26:03.1843662+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-21T20:26:03.2000171+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/deallocated\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM deallocated\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"patchStatus\": {\r\n \"hotpatchStatus\": {\r\n \"hotpatchEnablementStatus\": \"Disabled\",\r\n \"hotpatchReadinessStatus\": \"EnablementRequired\",\r\n \"lastRefreshedTime\": \"2021-03-24T16:05:19.0174555+00:00\",\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n },\r\n \"availablePatchSummary\": {\r\n \"assessmentActivityId\": \"dc781b28-4bf7-4563-85f0-8d4015cde5c4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-24T16:04:45.2816268+00:00\",\r\n \"lastModifiedTime\": \"2021-03-24T16:05:19.0174555+00:00\",\r\n \"criticalAndSecurityPatchCount\": 3,\r\n \"otherPatchCount\": 5,\r\n \"rebootPending\": false,\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n }\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"imageVM_OsDisk_1_1193bfcbb54745ae8343a2e08b157601\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-09-21T21:57:56.1424973+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"imageDisk\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-09-21T21:57:56.1424973+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-09-21T21:57:56.1581234+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/deallocated\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM deallocated\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMBYOL.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMBYOL.json index 7ac0598f8a837..4a83c04bb45bc 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMBYOL.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMBYOL.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1317?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzMTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6344?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1317\": \"2021-06-29 22:50:31Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6344\": \"2021-11-17 01:22:50Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87c57ce5-3e61-4398-8bab-83a5eaa69bbf" + "e9d1cc5e-663f-4b26-b8bb-16dca85458e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:22:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "0ee34e58-201f-4cf9-8dce-f010db042c5c" + "a5af9246-92ff-4945-9752-95daadeedc31" ], "x-ms-correlation-request-id": [ - "0ee34e58-201f-4cf9-8dce-f010db042c5c" + "a5af9246-92ff-4945-9752-95daadeedc31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225034Z:0ee34e58-201f-4cf9-8dce-f010db042c5c" + "EASTUS2:20211117T012253Z:a5af9246-92ff-4945-9752-95daadeedc31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:50:33 GMT" - ], "Content-Length": [ "234" ], @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317\",\r\n \"name\": \"crptestar1317\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1317\": \"2021-06-29 22:50:31Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344\",\r\n \"name\": \"crptestar6344\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6344\": \"2021-11-17 01:22:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1317?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzMTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6344?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1317\": \"2021-06-29 22:51:17Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6344\": \"2021-11-17 01:23:35Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c211b7a3-2bc9-408c-b60d-53fa5924fd79" + "875b264e-6bb2-4cf9-a617-0144d4191565" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -95,6 +95,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:37 GMT" + ], "Pragma": [ "no-cache" ], @@ -102,13 +105,13 @@ "1198" ], "x-ms-request-id": [ - "3e853603-2737-4a0d-a05e-e6b4178692f9" + "24c2aada-fb77-4adb-b641-e78036732a6b" ], "x-ms-correlation-request-id": [ - "3e853603-2737-4a0d-a05e-e6b4178692f9" + "24c2aada-fb77-4adb-b641-e78036732a6b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225117Z:3e853603-2737-4a0d-a05e-e6b4178692f9" + "EASTUS2:20211117T012337Z:24c2aada-fb77-4adb-b641-e78036732a6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -116,9 +119,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:17 GMT" - ], "Content-Length": [ "234" ], @@ -129,25 +129,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317\",\r\n \"name\": \"crptestar1317\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1317\": \"2021-06-29 22:51:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344\",\r\n \"name\": \"crptestar6344\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6344\": \"2021-11-17 01:23:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Storage/storageAccounts/crptestar3627?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNjI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Storage/storageAccounts/crptestar9852?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5ODUyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8da87c6-7c69-432c-a4a2-d75ae2373ee6" + "c17f1889-8868-48d3-8813-e25ade80bf01" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -161,62 +161,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/07e0b591-19ee-4835-a297-1e857041df31?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ac8a144c-2b12-4566-9668-1dccfa0f49ee?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "07e0b591-19ee-4835-a297-1e857041df31" + "ac8a144c-2b12-4566-9668-1dccfa0f49ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "a06844e6-9adb-466f-bbe8-fa4218c409a4" + "c68a7483-0bc7-4fb1-aa43-fe9ba470692e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225046Z:a06844e6-9adb-466f-bbe8-fa4218c409a4" + "EASTUS2:20211117T012304Z:c68a7483-0bc7-4fb1-aa43-fe9ba470692e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:50:45 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/07e0b591-19ee-4835-a297-1e857041df31?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDdlMGI1OTEtMTllZS00ODM1LWEyOTctMWU4NTcwNDFkZjMxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ac8a144c-2b12-4566-9668-1dccfa0f49ee?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYWM4YTE0NGMtMmIxMi00NTY2LTk2NjgtMWRjY2ZhMGY0OWVlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -224,62 +224,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/07e0b591-19ee-4835-a297-1e857041df31?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ac8a144c-2b12-4566-9668-1dccfa0f49ee?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ff4dd7ec-556e-4c9f-8dd8-9549097c1dfd" + "22cbea77-c4a0-4fd8-ac33-589553374ebc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-correlation-request-id": [ - "8fc4639e-aa0a-4f28-bed4-7f693f45aab1" + "73362dee-bfbb-4795-a26f-60cd28cccadb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225103Z:8fc4639e-aa0a-4f28-bed4-7f693f45aab1" + "EASTUS2:20211117T012322Z:73362dee-bfbb-4795-a26f-60cd28cccadb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:02 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/07e0b591-19ee-4835-a297-1e857041df31?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDdlMGI1OTEtMTllZS00ODM1LWEyOTctMWU4NTcwNDFkZjMxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ac8a144c-2b12-4566-9668-1dccfa0f49ee?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYWM4YTE0NGMtMmIxMi00NTY2LTk2NjgtMWRjY2ZhMGY0OWVlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -287,33 +287,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cdaf8f71-cfa1-4189-b695-a367da388dbe" + "5e9b36f0-879f-485f-a8ab-a9b11c92006b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-correlation-request-id": [ - "11b89dc2-9540-45e0-923c-935bd3296304" + "1cb77530-79bb-4a22-a27c-22a4e478a1db" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225106Z:11b89dc2-9540-45e0-923c-935bd3296304" + "EASTUS2:20211117T012325Z:1cb77530-79bb-4a22-a27c-22a4e478a1db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:05 GMT" - ], "Content-Length": [ "95" ], @@ -328,21 +328,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f068165d-cb9a-4db2-a394-be76f166158c" + "9b5c98ec-c5c4-4d23-8303-3baa33c6366e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -350,33 +350,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "983eada1-6cca-43ff-b05e-114266c60936" + "20fb48d2-4a67-4592-8029-2fdf81044813" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-correlation-request-id": [ - "95f5a3aa-b20b-4002-b065-980f2dd860f4" + "88759bd2-f2cd-4628-91af-a2406b5e349c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225116Z:95f5a3aa-b20b-4002-b065-980f2dd860f4" + "EASTUS2:20211117T012335Z:88759bd2-f2cd-4628-91af-a2406b5e349c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:16 GMT" - ], "Content-Length": [ "752" ], @@ -387,25 +387,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Storage/storageAccounts/crptestar3627\",\r\n \"name\": \"crptestar3627\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T22:50:42.5206483Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3627.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3627.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3627.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3627.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Storage/storageAccounts/crptestar9852\",\r\n \"name\": \"crptestar9852\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T01:23:01.219209Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9852.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9852.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9852.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9852.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Storage/storageAccounts/crptestar3627?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNjI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Storage/storageAccounts/crptestar9852?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5ODUyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0b47a7e-47b3-405e-ac3c-00552d46b8bc" + "76ecb471-21a6-4ba6-9a9c-5cb6ec313625" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -413,33 +413,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "65e8a2b2-98d6-451f-9de6-8854cfa18b57" + "5a4b2732-aba1-453c-8ac4-f86a7dbdbfb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-correlation-request-id": [ - "1eb9ff9f-1335-4df3-a1fd-0d94a0c87698" + "293f1185-0551-4036-984e-f10de5e150b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225117Z:1eb9ff9f-1335-4df3-a1fd-0d94a0c87698" + "EASTUS2:20211117T012335Z:293f1185-0551-4036-984e-f10de5e150b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:16 GMT" - ], "Content-Length": [ "740" ], @@ -450,80 +450,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Storage/storageAccounts/crptestar3627\",\r\n \"name\": \"crptestar3627\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T22:50:42.5206483Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3627.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3627.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3627.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3627.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Storage/storageAccounts/crptestar9852\",\r\n \"name\": \"crptestar9852\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T01:23:01.219209Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9852.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9852.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9852.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9852.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/publicIPAddresses/pip7756?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/publicIPAddresses/pip3560?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM1NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn567\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8915\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e4dab12-a287-49bb-8273-8e1456078a63" + "dfa65d37-43b7-4b56-af60-e2aba386903b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "206" + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c90b4d07-18f0-4a05-b1e6-ad5c831286b6" + "7ac4fe1e-2e5f-4bc3-8314-e7de9d17d7eb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c90b4d07-18f0-4a05-b1e6-ad5c831286b6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7ac4fe1e-2e5f-4bc3-8314-e7de9d17d7eb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d7970366-80ef-4cf0-951b-e78527f74e79" + "1a3f1b50-2244-48ca-8b91-13f36f4ff477" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "864b8c46-e1e3-447d-9186-1db397913a35" + "65708ea9-ec8a-4054-b95b-1810157a8750" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225127Z:d7970366-80ef-4cf0-951b-e78527f74e79" + "EASTUS2:20211117T012348Z:1a3f1b50-2244-48ca-8b91-13f36f4ff477" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:26 GMT" - ], "Content-Length": [ - "767" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -532,19 +532,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/publicIPAddresses/pip7756\",\r\n \"etag\": \"W/\\\"f59e9da5-1610-4ac1-a099-62c2cbee123a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ae5b279d-dd0c-4e3c-9541-b97066e6055f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn567\",\r\n \"fqdn\": \"dn567.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3560\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/publicIPAddresses/pip3560\",\r\n \"etag\": \"W/\\\"dffbd1bc-68de-442e-b777-f6308ceabd82\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bac0087e-21af-4ef1-8d82-d23cad43f12c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8915\",\r\n \"fqdn\": \"dn8915.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c90b4d07-18f0-4a05-b1e6-ad5c831286b6?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5MGI0ZDA3LTE4ZjAtNGEwNS1iMWU2LWFkNWM4MzEyODZiNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7ac4fe1e-2e5f-4bc3-8314-e7de9d17d7eb?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdhYzRmZTFlLTJlNWYtNGJjMy04MzE0LWU3ZGU5ZDE3ZDdlYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -552,37 +552,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e31a5f09-b770-4c4d-bd8f-5ed293d51177" + "cf809ec3-a126-4d59-9c50-c3cbb56f0309" ], "x-ms-correlation-request-id": [ - "4ba9cc79-7b68-43e3-b7bf-6d218f8e3df9" + "359ce435-028e-471d-8c73-df428bf6d72d" ], "x-ms-arm-service-request-id": [ - "7da49b67-e69a-41f9-a89d-5152ed3e1f34" + "f58e6412-7870-41ea-8e17-279f33fde560" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225128Z:4ba9cc79-7b68-43e3-b7bf-6d218f8e3df9" + "EASTUS2:20211117T012350Z:359ce435-028e-471d-8c73-df428bf6d72d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:28 GMT" - ], "Content-Length": [ "29" ], @@ -597,15 +597,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/publicIPAddresses/pip7756?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/publicIPAddresses/pip3560?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM1NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,42 +613,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2bb15391-9280-4395-bb0e-de1ac4480f4e\"" + "W/\"33ea0ce6-4365-4949-93d2-baed51e461e8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f3e8475f-403d-4323-919f-6ef301a0de2c" + "fcecb860-c065-413d-a085-d219843bd691" ], "x-ms-correlation-request-id": [ - "6b90c025-0f4e-4af7-a6a7-0ed966a5390c" + "79c9a2fc-1dff-42bf-b896-0ee0ec75b46f" ], "x-ms-arm-service-request-id": [ - "26768206-4366-4929-8bc6-ce99787d14bd" + "5d308524-5ef4-4520-90ae-3d575c7e3291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225129Z:6b90c025-0f4e-4af7-a6a7-0ed966a5390c" + "EASTUS2:20211117T012350Z:79c9a2fc-1dff-42bf-b896-0ee0ec75b46f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:28 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -657,25 +657,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/publicIPAddresses/pip7756\",\r\n \"etag\": \"W/\\\"2bb15391-9280-4395-bb0e-de1ac4480f4e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae5b279d-dd0c-4e3c-9541-b97066e6055f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn567\",\r\n \"fqdn\": \"dn567.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3560\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/publicIPAddresses/pip3560\",\r\n \"etag\": \"W/\\\"33ea0ce6-4365-4949-93d2-baed51e461e8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bac0087e-21af-4ef1-8d82-d23cad43f12c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8915\",\r\n \"fqdn\": \"dn8915.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/publicIPAddresses/pip7756?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/publicIPAddresses/pip3560?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM1NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1eb1e6f1-95e2-455f-a2a1-b52b57f782be" + "b1300dfe-dfd0-40a3-b9ff-96217fadceb2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2bb15391-9280-4395-bb0e-de1ac4480f4e\"" + "W/\"33ea0ce6-4365-4949-93d2-baed51e461e8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6a3ccd20-debe-43e6-8056-837a085951dd" + "7108af00-2706-4b03-a3cf-5162b04081ff" ], "x-ms-correlation-request-id": [ - "8df1cd67-ba51-4dd1-b8bd-d92eba3ad990" + "ab7f2c84-6f26-499e-b96a-1668b61bd71b" ], "x-ms-arm-service-request-id": [ - "09fe9323-8057-465d-89a3-5c5668cebbe7" + "5ecfa98d-10d8-40ce-afb2-589bf23fb478" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225129Z:8df1cd67-ba51-4dd1-b8bd-d92eba3ad990" + "EASTUS2:20211117T012350Z:ab7f2c84-6f26-499e-b96a-1668b61bd71b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:28 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/publicIPAddresses/pip7756\",\r\n \"etag\": \"W/\\\"2bb15391-9280-4395-bb0e-de1ac4480f4e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae5b279d-dd0c-4e3c-9541-b97066e6055f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn567\",\r\n \"fqdn\": \"dn567.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3560\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/publicIPAddresses/pip3560\",\r\n \"etag\": \"W/\\\"33ea0ce6-4365-4949-93d2-baed51e461e8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bac0087e-21af-4ef1-8d82-d23cad43f12c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8915\",\r\n \"fqdn\": \"dn8915.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzMjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7310\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1276\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d74c258a-8259-41c0-95e1-41e30c7e7894" + "aa486629-7266-41cd-b5f3-d68cd6e20c20" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -759,46 +759,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cfd5f3a2-5a06-4a9a-8024-2339ff08d925" + "47f58164-87dc-4a33-8e18-f1ee1cdbb8b1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cfd5f3a2-5a06-4a9a-8024-2339ff08d925?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/47f58164-87dc-4a33-8e18-f1ee1cdbb8b1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2c46cac9-faed-42f0-83ae-bdaa7318aab1" + "132d880c-4207-4627-a5fa-bea97d716958" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e19cba5a-41da-43c7-8529-f44824bcbe96" + "ac8f2ff2-e9a1-425b-83a0-648899f5376b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225133Z:2c46cac9-faed-42f0-83ae-bdaa7318aab1" + "EASTUS2:20211117T012354Z:132d880c-4207-4627-a5fa-bea97d716958" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:32 GMT" - ], "Content-Length": [ "1321" ], @@ -809,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5324\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324\",\r\n \"etag\": \"W/\\\"c82d43a8-dd4d-417c-8461-a9e45009037d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0b16cd04-daa0-4d6f-beb4-33b1c8da8fd9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310\",\r\n \"etag\": \"W/\\\"c82d43a8-dd4d-417c-8461-a9e45009037d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8942\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942\",\r\n \"etag\": \"W/\\\"2226db73-7b6b-45e5-9e91-81b054bf8893\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"46ecf21b-fbb5-43e0-9b45-119fe2ba5a02\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276\",\r\n \"etag\": \"W/\\\"2226db73-7b6b-45e5-9e91-81b054bf8893\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cfd5f3a2-5a06-4a9a-8024-2339ff08d925?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmZDVmM2EyLTVhMDYtNGE5YS04MDI0LTIzMzlmZjA4ZDkyNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/47f58164-87dc-4a33-8e18-f1ee1cdbb8b1?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ3ZjU4MTY0LTg3ZGMtNGEzMy04ZTE4LWYxZWUxY2RiYjhiMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -829,37 +829,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0f78a9a3-8acd-4cec-b688-4b576112fc24" + "cb925328-2b93-4eb8-be7f-9eaedc9f3278" ], "x-ms-correlation-request-id": [ - "fb6df643-4ca8-4737-bb58-0c08fccac440" + "815e3a98-5299-47d6-bb69-c2e194e0b004" ], "x-ms-arm-service-request-id": [ - "d1830014-e371-40b8-bd13-02ef858b4fdf" + "ca3999e3-cb2e-418f-91c3-f4877ee5d042" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225136Z:fb6df643-4ca8-4737-bb58-0c08fccac440" + "EASTUS2:20211117T012357Z:815e3a98-5299-47d6-bb69-c2e194e0b004" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:35 GMT" - ], "Content-Length": [ "29" ], @@ -874,15 +874,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzMjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,40 +890,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d2abcfb4-1d7f-46a7-b726-75856380fd4a\"" + "W/\"4409e4be-b0ec-4f7a-a276-51e787ca63a6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ca56b51a-bca7-4c65-860f-0a1e6e0a6d21" + "c1f8418f-c501-444d-bd81-983a9e6b9ce2" ], "x-ms-correlation-request-id": [ - "3da6702d-d752-4a82-93b8-ee2e89723641" + "4e951e79-7975-43e8-9d43-7244a2beed94" ], "x-ms-arm-service-request-id": [ - "768eb294-90ab-461d-8ced-3b6d95d51461" + "60f93fb0-b2d4-4c6b-8b2d-379889e0ecb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225136Z:3da6702d-d752-4a82-93b8-ee2e89723641" + "EASTUS2:20211117T012357Z:4e951e79-7975-43e8-9d43-7244a2beed94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:35 GMT" - ], "Content-Length": [ "1323" ], @@ -934,25 +934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5324\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324\",\r\n \"etag\": \"W/\\\"d2abcfb4-1d7f-46a7-b726-75856380fd4a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0b16cd04-daa0-4d6f-beb4-33b1c8da8fd9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310\",\r\n \"etag\": \"W/\\\"d2abcfb4-1d7f-46a7-b726-75856380fd4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8942\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942\",\r\n \"etag\": \"W/\\\"4409e4be-b0ec-4f7a-a276-51e787ca63a6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"46ecf21b-fbb5-43e0-9b45-119fe2ba5a02\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276\",\r\n \"etag\": \"W/\\\"4409e4be-b0ec-4f7a-a276-51e787ca63a6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzMjQvc3VibmV0cy9zbjczMTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg5NDIvc3VibmV0cy9zbjEyNzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "537daf49-9a5c-44d5-983f-eed0c7d97077" + "7970e319-c09a-4607-8c95-4c22b40174d0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:23:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d2abcfb4-1d7f-46a7-b726-75856380fd4a\"" + "W/\"4409e4be-b0ec-4f7a-a276-51e787ca63a6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "14d82fe0-f390-4571-9ed2-a63f28b4836b" + "67347d11-5360-467c-9fa6-c041da85c4b7" ], "x-ms-correlation-request-id": [ - "f1e6e9ff-36d4-4b43-8e82-97d13494df65" + "8f906a0b-d15b-4fbd-b75c-575ac2a07036" ], "x-ms-arm-service-request-id": [ - "c2c63de9-c1aa-4e47-85e1-93235fbd1e84" + "f413c87d-03b2-4040-a7a3-670c6888d6f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225136Z:f1e6e9ff-36d4-4b43-8e82-97d13494df65" + "EASTUS2:20211117T012358Z:8f906a0b-d15b-4fbd-b75c-575ac2a07036" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:35 GMT" - ], "Content-Length": [ "523" ], @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310\",\r\n \"etag\": \"W/\\\"d2abcfb4-1d7f-46a7-b726-75856380fd4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276\",\r\n \"etag\": \"W/\\\"4409e4be-b0ec-4f7a-a276-51e787ca63a6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMyOTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk0NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310\"\r\n }\r\n },\r\n \"name\": \"ip7774\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276\"\r\n }\r\n },\r\n \"name\": \"ip7780\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d85bfb7c-7bb2-41e1-affb-87aabbd3ffb6" + "d76c49cc-47a9-436f-b4b8-b36ab52d066a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1036,43 +1036,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:24:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a36b5159-dc50-421d-a566-3e4f90de679f" + "10fd0933-8e1c-415f-b2c0-d0ea20501d87" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a36b5159-dc50-421d-a566-3e4f90de679f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/10fd0933-8e1c-415f-b2c0-d0ea20501d87?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4fc50f97-40b2-4216-9529-49dc932427b0" + "317d2b69-7674-4cc0-8ae8-33561a0a9f2b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1026c8c5-837c-4579-9b31-077481e046bf" + "b3b32427-1a89-4a11-bd44-ad533d891c63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225142Z:4fc50f97-40b2-4216-9529-49dc932427b0" + "EASTUS2:20211117T012401Z:317d2b69-7674-4cc0-8ae8-33561a0a9f2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:41 GMT" - ], "Content-Length": [ "1631" ], @@ -1083,19 +1083,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\",\r\n \"etag\": \"W/\\\"35786a23-6198-4a33-b996-d1f1031bfdb7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e22637fb-16d3-47c2-9286-1be1ed1d5609\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7774\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294/ipConfigurations/ip7774\",\r\n \"etag\": \"W/\\\"35786a23-6198-4a33-b996-d1f1031bfdb7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310\"\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\": \"atgrmc3a1jxu1pvugoy2rwup1b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9457\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\",\r\n \"etag\": \"W/\\\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7e9a314c-4d71-4681-9c2b-96ac392efb79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457/ipConfigurations/ip7780\",\r\n \"etag\": \"W/\\\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276\"\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\": \"dpzoyrvv5pqehg0fcgp4fos0ac.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMyOTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk0NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1103,40 +1103,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:24:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"35786a23-6198-4a33-b996-d1f1031bfdb7\"" + "W/\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "56141173-1a0e-45b9-b580-bc6c47b3c9ea" + "316c5fdb-7ac7-4307-9721-b94d5058d89b" ], "x-ms-correlation-request-id": [ - "f145545f-0f1d-4eeb-abd5-3d2c09a29a40" + "2d003ea2-f4cb-4363-8b0e-2dc6a82db201" ], "x-ms-arm-service-request-id": [ - "d7ebba25-2e93-4a20-ae41-1eba58224abd" + "4a3eed97-459d-4162-8721-dcd9216e36d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225142Z:f145545f-0f1d-4eeb-abd5-3d2c09a29a40" + "EASTUS2:20211117T012402Z:2d003ea2-f4cb-4363-8b0e-2dc6a82db201" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:41 GMT" - ], "Content-Length": [ "1631" ], @@ -1147,25 +1147,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\",\r\n \"etag\": \"W/\\\"35786a23-6198-4a33-b996-d1f1031bfdb7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e22637fb-16d3-47c2-9286-1be1ed1d5609\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7774\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294/ipConfigurations/ip7774\",\r\n \"etag\": \"W/\\\"35786a23-6198-4a33-b996-d1f1031bfdb7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310\"\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\": \"atgrmc3a1jxu1pvugoy2rwup1b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9457\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\",\r\n \"etag\": \"W/\\\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7e9a314c-4d71-4681-9c2b-96ac392efb79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457/ipConfigurations/ip7780\",\r\n \"etag\": \"W/\\\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276\"\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\": \"dpzoyrvv5pqehg0fcgp4fos0ac.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMyOTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk0NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e56ce0f-d1ce-4e25-99b5-02e05eae2b17" + "df679a3c-a794-4f16-9117-9a986c777bb8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,40 +1173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:24:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"35786a23-6198-4a33-b996-d1f1031bfdb7\"" + "W/\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0cab2022-ccfc-4f87-b038-c7950f1e659d" + "feabd864-0961-486d-b80d-cf8fc611e088" ], "x-ms-correlation-request-id": [ - "75779b24-ceb6-4fe6-9fa7-3a9658ebd8eb" + "456f35a3-4dbf-481a-8892-0fc35a95ecb3" ], "x-ms-arm-service-request-id": [ - "5f3fe770-3545-462c-a5db-e06b3366b060" + "2167dcb2-d9d2-4325-913e-9e4ba862d095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225142Z:75779b24-ceb6-4fe6-9fa7-3a9658ebd8eb" + "EASTUS2:20211117T012403Z:456f35a3-4dbf-481a-8892-0fc35a95ecb3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:41 GMT" - ], "Content-Length": [ "1631" ], @@ -1217,26 +1217,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\",\r\n \"etag\": \"W/\\\"35786a23-6198-4a33-b996-d1f1031bfdb7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e22637fb-16d3-47c2-9286-1be1ed1d5609\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7774\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294/ipConfigurations/ip7774\",\r\n \"etag\": \"W/\\\"35786a23-6198-4a33-b996-d1f1031bfdb7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/virtualNetworks/vn5324/subnets/sn7310\"\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\": \"atgrmc3a1jxu1pvugoy2rwup1b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9457\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\",\r\n \"etag\": \"W/\\\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7e9a314c-4d71-4681-9c2b-96ac392efb79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457/ipConfigurations/ip7780\",\r\n \"etag\": \"W/\\\"9d6ae45b-6895-452f-ab6c-17eb2a92511b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/virtualNetworks/vn8942/subnets/sn1276\"\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\": \"dpzoyrvv5pqehg0fcgp4fos0ac.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/availabilitySets/as5543?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1NTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/availabilitySets/as4748?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NzQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58d32114-c2b5-4751-8c84-436e2a723c7b" + "5fb95810-b3be-432c-90a3-2321044fff7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1249,37 +1249,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:24:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "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": [ - "c8e3eeb4-9c75-452a-9ba1-477766e9f05b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e761366c-bfe2-459b-a7cb-6215a40142db" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "58030e1a-22e1-4172-b85b-1c83521ac153" + "91ecb468-9618-4d9b-befb-559f6769a239" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225151Z:58030e1a-22e1-4172-b85b-1c83521ac153" + "EASTUS2:20211117T012412Z:91ecb468-9618-4d9b-befb-559f6769a239" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:51 GMT" - ], "Content-Length": [ "444" ], @@ -1290,35 +1290,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as5543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/availabilitySets/as5543\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as4748\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/availabilitySets/as4748\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fac8b704-a4bc-47b1-8e0d-ab28697adbd3" + "d3d98103-477e-474c-8c9b-bb7864cc3661" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:24:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -1326,30 +1333,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "b64b056d-26d0-40ba-bf20-87a4e2ba3db5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7b06e7f1-7502-49e1-8d02-ed25932c9757" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "edcc4aba-1ede-4ab9-804c-c10ab56d9415" + "3294855d-8bc3-43ff-b95d-ff15b3954ca9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225152Z:edcc4aba-1ede-4ab9-804c-c10ab56d9415" + "EASTUS2:20211117T012414Z:3294855d-8bc3-43ff-b95d-ff15b3954ca9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:51:52 GMT" - ], "Content-Length": [ "321" ], @@ -1364,22 +1364,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUyNTk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3627.blob.core.windows.net/crptestar5195/oscrptestar1519.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/availabilitySets/as5543\"\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9852.blob.core.windows.net/crptestar3008/oscrptestar6803.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/availabilitySets/as4748\"\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6aeb69d8-f64f-413a-8cf5-916bf81f0c65" + "2652cdef-c682-46e3-879d-d587ad15fb1c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1392,46 +1392,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:24:19 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42905b94-1197-4ee0-88a9-2a7df298ee5b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/703bfeef-0dd6-4791-92de-f7e73cc47045?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "42905b94-1197-4ee0-88a9-2a7df298ee5b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "703bfeef-0dd6-4791-92de-f7e73cc47045" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "59308002-1ec6-4b92-8e9c-c64ddd614201" + "a4281905-03fe-4fe2-ad06-98b4cc72c63e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225202Z:59308002-1ec6-4b92-8e9c-c64ddd614201" + "EASTUS2:20211117T012420Z:a4281905-03fe-4fe2-ad06-98b4cc72c63e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:52:02 GMT" - ], "Content-Length": [ "2064" ], @@ -1442,60 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8063\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b5a873ed-23b4-490e-9bef-3527076799c0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/availabilitySets/AS5543\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3627.blob.core.windows.net/crptestar5195/oscrptestar1519.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5259\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f9c7cc28-028e-400c-9f6e-e775f8fff02c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/availabilitySets/AS4748\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9852.blob.core.windows.net/crptestar3008/oscrptestar6803.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42905b94-1197-4ee0-88a9-2a7df298ee5b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyOTA1Yjk0LTExOTctNGVlMC04OGE5LTJhN2RmMjk4ZWU1Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/703bfeef-0dd6-4791-92de-f7e73cc47045?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwM2JmZWVmLTBkZDYtNDc5MS05MmRlLWY3ZTczY2M0NzA0NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:24:29 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d538caaa-0617-4ab2-a26a-94a6272d2747" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8d8840ae-5b16-4385-978c-86848ecb2faa" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "d2b33a56-b1da-4bad-a0a4-98d37608f706" + "e1e38067-1682-4340-b9c3-7bf17d55bf5f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225212Z:d2b33a56-b1da-4bad-a0a4-98d37608f706" + "EASTUS2:20211117T012430Z:e1e38067-1682-4340-b9c3-7bf17d55bf5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:52:12 GMT" - ], "Content-Length": [ "134" ], @@ -1506,57 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:52:00.1066532+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42905b94-1197-4ee0-88a9-2a7df298ee5b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T01:24:17.7015427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"703bfeef-0dd6-4791-92de-f7e73cc47045\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42905b94-1197-4ee0-88a9-2a7df298ee5b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyOTA1Yjk0LTExOTctNGVlMC04OGE5LTJhN2RmMjk4ZWU1Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/703bfeef-0dd6-4791-92de-f7e73cc47045?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwM2JmZWVmLTBkZDYtNDc5MS05MmRlLWY3ZTczY2M0NzA0NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:25:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5f1350af-f756-4d4a-ab43-35cb28d1fea9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6833439-7576-4913-b44c-c9c001452b7c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "668176a0-1eaf-45c5-9fcd-1d60359c0f2b" + "e051f35f-ae9a-488e-95a1-a27140ed0b73" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225303Z:668176a0-1eaf-45c5-9fcd-1d60359c0f2b" + "EASTUS2:20211117T012520Z:e051f35f-ae9a-488e-95a1-a27140ed0b73" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:53:02 GMT" - ], "Content-Length": [ "134" ], @@ -1567,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:52:00.1066532+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42905b94-1197-4ee0-88a9-2a7df298ee5b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T01:24:17.7015427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"703bfeef-0dd6-4791-92de-f7e73cc47045\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42905b94-1197-4ee0-88a9-2a7df298ee5b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyOTA1Yjk0LTExOTctNGVlMC04OGE5LTJhN2RmMjk4ZWU1Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/703bfeef-0dd6-4791-92de-f7e73cc47045?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwM2JmZWVmLTBkZDYtNDc5MS05MmRlLWY3ZTczY2M0NzA0NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:26:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b505082-d3e4-4512-86ca-60b1a6e9030e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e082d365-56c6-4073-bdff-7c0dd70bdfd1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "2ebe9c0d-71f3-4686-985e-32597532f0c5" + "0758c791-e9c8-4b5c-b181-db70576232d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225353Z:2ebe9c0d-71f3-4686-985e-32597532f0c5" + "EASTUS2:20211117T012610Z:0758c791-e9c8-4b5c-b181-db70576232d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:53:53 GMT" - ], "Content-Length": [ "134" ], @@ -1628,57 +1628,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:52:00.1066532+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42905b94-1197-4ee0-88a9-2a7df298ee5b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T01:24:17.7015427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"703bfeef-0dd6-4791-92de-f7e73cc47045\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42905b94-1197-4ee0-88a9-2a7df298ee5b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyOTA1Yjk0LTExOTctNGVlMC04OGE5LTJhN2RmMjk4ZWU1Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/703bfeef-0dd6-4791-92de-f7e73cc47045?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwM2JmZWVmLTBkZDYtNDc5MS05MmRlLWY3ZTczY2M0NzA0NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:27:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bf3bc2bd-d8f3-4ae6-80e5-0f7894fd5427" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aa01325e-e345-4e0c-83af-cbe4940277fb" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "d69532cd-3c46-4cb8-9757-33f1602d4258" + "ffdfb177-06bc-4cd9-aa6b-5603b77c7fc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225444Z:d69532cd-3c46-4cb8-9757-33f1602d4258" + "EASTUS2:20211117T012701Z:ffdfb177-06bc-4cd9-aa6b-5603b77c7fc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:54:43 GMT" - ], "Content-Length": [ "134" ], @@ -1689,57 +1689,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:52:00.1066532+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42905b94-1197-4ee0-88a9-2a7df298ee5b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T01:24:17.7015427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"703bfeef-0dd6-4791-92de-f7e73cc47045\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42905b94-1197-4ee0-88a9-2a7df298ee5b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyOTA1Yjk0LTExOTctNGVlMC04OGE5LTJhN2RmMjk4ZWU1Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/703bfeef-0dd6-4791-92de-f7e73cc47045?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwM2JmZWVmLTBkZDYtNDc5MS05MmRlLWY3ZTczY2M0NzA0NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:27:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88ba17c3-20be-4e69-bccf-7244a31105dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5a102b1e-d83d-4b57-9c34-3a4fd6035ad4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "d776e4db-c053-47ad-b170-3837d2e89999" + "7a979829-2b61-4717-900b-97cb086864ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225534Z:d776e4db-c053-47ad-b170-3837d2e89999" + "EASTUS2:20211117T012751Z:7a979829-2b61-4717-900b-97cb086864ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:55:33 GMT" - ], "Content-Length": [ "184" ], @@ -1750,57 +1750,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:52:00.1066532+00:00\",\r\n \"endTime\": \"2021-06-29T22:55:07.2481809+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"42905b94-1197-4ee0-88a9-2a7df298ee5b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T01:24:17.7015427+00:00\",\r\n \"endTime\": \"2021-11-17T01:27:05.5134676+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"703bfeef-0dd6-4791-92de-f7e73cc47045\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUyNTk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:27:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31983" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "30ed3552-bc5b-497c-822c-859a023e0d65" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "81bdec74-3419-45fb-985e-9ee6853dbd31" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "f287482b-a62e-45bc-a566-190b6b1fb86e" + "fecc3994-0ba9-46ad-9e0d-62a980d5734e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225534Z:f287482b-a62e-45bc-a566-190b6b1fb86e" + "EASTUS2:20211117T012751Z:fecc3994-0ba9-46ad-9e0d-62a980d5734e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:55:33 GMT" - ], "Content-Length": [ "2093" ], @@ -1811,63 +1811,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8063\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b5a873ed-23b4-490e-9bef-3527076799c0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/availabilitySets/AS5543\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3627.blob.core.windows.net/crptestar5195/oscrptestar1519.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5259\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f9c7cc28-028e-400c-9f6e-e775f8fff02c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/availabilitySets/AS4748\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9852.blob.core.windows.net/crptestar3008/oscrptestar6803.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUyNTk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06187e03-970d-4ad9-b13d-e50a3d8f7112" + "d13beb0e-a885-4ecb-8c81-4012c15943b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:27:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e24bdcf7-8287-4494-9934-99caa2ad5b7b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ade38e8a-1110-481e-aeed-2fbb27b933a7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "78e4a158-6a9f-4cfb-af79-ab4eb12f9e3d" + "0eb00086-e5ca-48c9-82d0-5b6618ccd1de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225534Z:78e4a158-6a9f-4cfb-af79-ab4eb12f9e3d" + "EASTUS2:20211117T012751Z:0eb00086-e5ca-48c9-82d0-5b6618ccd1de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:55:34 GMT" - ], "Content-Length": [ "2093" ], @@ -1878,63 +1878,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8063\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b5a873ed-23b4-490e-9bef-3527076799c0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/availabilitySets/AS5543\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3627.blob.core.windows.net/crptestar5195/oscrptestar1519.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5259\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f9c7cc28-028e-400c-9f6e-e775f8fff02c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/availabilitySets/AS4748\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9852.blob.core.windows.net/crptestar3008/oscrptestar6803.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUyNTk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92cf20df-5746-4726-9057-bbe85a429e69" + "c4d6ef21-2903-4177-bd5f-83cd23939093" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:27:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "87180078-8e46-4c2f-8a5e-b1dcfbe7a1da" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "38d6bd1a-5c62-428d-914f-18a6ae549719" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "3c7608e9-17b0-42d5-a05a-e74c6567e899" + "ad22b630-7288-42f6-aa9c-663d38b7d5c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225535Z:3c7608e9-17b0-42d5-a05a-e74c6567e899" + "EASTUS2:20211117T012752Z:ad22b630-7288-42f6-aa9c-663d38b7d5c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:55:34 GMT" - ], "Content-Length": [ "2093" ], @@ -1945,136 +1945,136 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8063\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b5a873ed-23b4-490e-9bef-3527076799c0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/availabilitySets/AS5543\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3627.blob.core.windows.net/crptestar5195/oscrptestar1519.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Network/networkInterfaces/nic3294\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5259\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f9c7cc28-028e-400c-9f6e-e775f8fff02c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/availabilitySets/AS4748\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar9852.blob.core.windows.net/crptestar3008/oscrptestar6803.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Network/networkInterfaces/nic9457\"\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1317/providers/Microsoft.Compute/virtualMachines/vm8063?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6344/providers/Microsoft.Compute/virtualMachines/vm5259?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUyNTk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "432a5d0c-c3a1-40b8-a737-1eed7bdc398f" + "2bb3b529-3184-4839-937a-8f1f865321a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:27:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/16764df4-56de-43c5-ad74-edb01461cf6a?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/412d0742-f2d9-4b1a-b4f8-f1c349c1c744?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/16764df4-56de-43c5-ad74-edb01461cf6a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/412d0742-f2d9-4b1a-b4f8-f1c349c1c744?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1196" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16764df4-56de-43c5-ad74-edb01461cf6a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "412d0742-f2d9-4b1a-b4f8-f1c349c1c744" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "368adfa7-fd6c-4366-a063-2219eabe005d" + "a7750586-623f-4801-b08f-7c387878e74f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225536Z:368adfa7-fd6c-4366-a063-2219eabe005d" + "EASTUS2:20211117T012752Z:a7750586-623f-4801-b08f-7c387878e74f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:55:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/16764df4-56de-43c5-ad74-edb01461cf6a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NzY0ZGY0LTU2ZGUtNDNjNS1hZDc0LWVkYjAxNDYxY2Y2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/412d0742-f2d9-4b1a-b4f8-f1c349c1c744?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxMmQwNzQyLWYyZDktNGIxYS1iNGY4LWYxYzM0OWMxYzc0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:28:02 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "30" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fcad888-53a8-4f00-b64a-ba67d97e1af3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "08c616de-f655-4a0d-8153-10ec0e92fc1b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "07f191c5-8c20-4b54-914e-b70d1c295e13" + "f72395e7-4542-4d34-affb-d43490d80c67" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225546Z:07f191c5-8c20-4b54-914e-b70d1c295e13" + "EASTUS2:20211117T012802Z:f72395e7-4542-4d34-affb-d43490d80c67" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:55:46 GMT" - ], "Content-Length": [ "134" ], @@ -2085,57 +2085,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:55:36.3736739+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"16764df4-56de-43c5-ad74-edb01461cf6a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T01:27:52.4350919+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"412d0742-f2d9-4b1a-b4f8-f1c349c1c744\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/16764df4-56de-43c5-ad74-edb01461cf6a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NzY0ZGY0LTU2ZGUtNDNjNS1hZDc0LWVkYjAxNDYxY2Y2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/412d0742-f2d9-4b1a-b4f8-f1c349c1c744?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxMmQwNzQyLWYyZDktNGIxYS1iNGY4LWYxYzM0OWMxYzc0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:28:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1afee838-f074-48b0-9064-b4a1e26176d3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "da348773-4eda-4d52-9dfd-649c0f6fc8d8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "0d372211-a7e3-42fb-8a4c-59c0241df2aa" + "dbf7cfbf-51cf-42ac-9522-ed70c6637eb7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225617Z:0d372211-a7e3-42fb-8a4c-59c0241df2aa" + "EASTUS2:20211117T012833Z:dbf7cfbf-51cf-42ac-9522-ed70c6637eb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:56:16 GMT" - ], "Content-Length": [ "184" ], @@ -2146,92 +2146,155 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T22:55:36.3736739+00:00\",\r\n \"endTime\": \"2021-06-29T22:56:11.3738832+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"16764df4-56de-43c5-ad74-edb01461cf6a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T01:27:52.4350919+00:00\",\r\n \"endTime\": \"2021-11-17T01:28:23.9817209+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"412d0742-f2d9-4b1a-b4f8-f1c349c1c744\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/16764df4-56de-43c5-ad74-edb01461cf6a?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NzY0ZGY0LTU2ZGUtNDNjNS1hZDc0LWVkYjAxNDYxY2Y2YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/412d0742-f2d9-4b1a-b4f8-f1c349c1c744?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxMmQwNzQyLWYyZDktNGIxYS1iNGY4LWYxYzM0OWMxYzc0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:28:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e5917463-649c-4ab3-a47e-8781e75ff669" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d97b0a6-6635-4ba1-bf41-2dc198d5b8b9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "349970ac-942a-495f-a113-20fbb4bc27f6" + "ab1647cd-2fc6-4d75-b2aa-434cbc986707" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225617Z:349970ac-942a-495f-a113-20fbb4bc27f6" + "EASTUS2:20211117T012833Z:ab1647cd-2fc6-4d75-b2aa-434cbc986707" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:56:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6344?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1aee6d6f-b98a-4774-bfa1-97402ba2b7af" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 01:28:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "524ba199-604d-4dc3-a868-9a9e7342eb20" + ], + "x-ms-correlation-request-id": [ + "524ba199-604d-4dc3-a868-9a9e7342eb20" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T012839Z:524ba199-604d-4dc3-a868-9a9e7342eb20" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 } ], "Names": { "TestVMBYOL": [ - "crptestar1317", - "as5543", - "crptestar3627" + "crptestar6344", + "as4748", + "crptestar9852" ], "CreatePublicIP": [ - "pip7756", - "dn567" + "pip3560", + "dn8915" ], "CreateVNET": [ - "vn5324", - "sn7310" + "vn8942", + "sn1276" ], "CreateNIC": [ - "nic3294", - "ip7774" + "nic9457", + "ip7780" ], "CreateDefaultVMInput": [ - "crptestar5195", - "crptestar9422", - "crptestar1519", - "vm8063", - "Microsoft.Compute/virtualMachines576" + "crptestar3008", + "crptestar5668", + "crptestar6803", + "vm5259", + "Microsoft.Compute/virtualMachines5838" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMMarketplace.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMMarketplace.json index ed11d7f264835..273a07587ddbe 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMMarketplace.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMMarketplaceTest/TestVMMarketplace.json @@ -1,94 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1317?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzMTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5245f9b-e2e2-4a20-aa05-730d17c27d82" + "998774a0-f93c-4bf8-9e0c-3f274439d8ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "6cb304e0-b52b-41bb-b384-998337060e24" - ], - "x-ms-correlation-request-id": [ - "6cb304e0-b52b-41bb-b384-998337060e24" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T225622Z:6cb304e0-b52b-41bb-b384-998337060e24" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 22:56:22 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "df0e7cd8-9717-4704-8ff6-4641651848ce" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 01:28:39 GMT" ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -96,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "17ae437a-2596-48af-858c-2360c32ad2e2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6d63829b-b124-46ab-aae2-e7dcba11807c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "fa1964fa-773c-4918-b24b-3c255d383803" + "b9ba44d1-e6bb-4fe2-ad0d-12aa56d31bd5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225623Z:fa1964fa-773c-4918-b24b-3c255d383803" + "EASTUS2:20211117T012840Z:b9ba44d1-e6bb-4fe2-ad0d-12aa56d31bd5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:56:22 GMT" - ], "Content-Length": [ "321" ], @@ -134,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3676?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3217?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3676\": \"2021-06-29 22:56:23Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3217\": \"2021-11-17 01:28:40Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "495be48a-ef3a-4e86-882f-007e54ac96b3" + "ec389315-35af-4283-aa13-61afce459e66" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -162,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:28:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "aa5794fe-44a1-488b-9ad6-e306e4b3d41e" + "9d70155b-254a-4bfc-a646-ffa438a52fda" ], "x-ms-correlation-request-id": [ - "aa5794fe-44a1-488b-9ad6-e306e4b3d41e" + "9d70155b-254a-4bfc-a646-ffa438a52fda" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225626Z:aa5794fe-44a1-488b-9ad6-e306e4b3d41e" + "EASTUS2:20211117T012843Z:9d70155b-254a-4bfc-a646-ffa438a52fda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:56:26 GMT" - ], "Content-Length": [ "234" ], @@ -196,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676\",\r\n \"name\": \"crptestar3676\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3676\": \"2021-06-29 22:56:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217\",\r\n \"name\": \"crptestar3217\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3217\": \"2021-11-17 01:28:40Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3676?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3217?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3676\": \"2021-06-29 22:57:09Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3217\": \"2021-11-17 01:29:25Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4f2afb5f-ebb7-431c-a0ed-d781acf97c6f" + "b61989ed-e37b-4fe2-a7a3-e373dd42d161" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -228,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:26 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "1b272624-14db-416e-8ddd-0327bff10f73" + "c512e84a-48bc-4da4-a6a8-29014a854a16" ], "x-ms-correlation-request-id": [ - "1b272624-14db-416e-8ddd-0327bff10f73" + "c512e84a-48bc-4da4-a6a8-29014a854a16" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225710Z:1b272624-14db-416e-8ddd-0327bff10f73" + "EASTUS2:20211117T012926Z:c512e84a-48bc-4da4-a6a8-29014a854a16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:09 GMT" - ], "Content-Length": [ "234" ], @@ -262,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676\",\r\n \"name\": \"crptestar3676\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3676\": \"2021-06-29 22:57:09Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217\",\r\n \"name\": \"crptestar3217\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3217\": \"2021-11-17 01:29:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Storage/storageAccounts/crptestar366?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Storage/storageAccounts/crptestar702?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MDI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66895cbd-2c83-4db9-a3fb-198da507a461" + "66cd1c3b-5265-4976-93f0-eddb2cdea92b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -294,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:28:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/88faefec-f7af-461c-9284-b3a52f3609a5?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27bc0598-8f97-47ed-acb1-58cbb6f23df4?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "88faefec-f7af-461c-9284-b3a52f3609a5" + "27bc0598-8f97-47ed-acb1-58cbb6f23df4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "249653f7-cab9-43b9-8b82-c71cdde3c238" + "e9a7c196-2e0a-441d-9772-1240b9d8c00b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225637Z:249653f7-cab9-43b9-8b82-c71cdde3c238" + "EASTUS2:20211117T012853Z:e9a7c196-2e0a-441d-9772-1240b9d8c00b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:56:36 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/88faefec-f7af-461c-9284-b3a52f3609a5?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODhmYWVmZWMtZjdhZi00NjFjLTkyODQtYjNhNTJmMzYwOWE1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27bc0598-8f97-47ed-acb1-58cbb6f23df4?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjdiYzA1OTgtOGY5Ny00N2VkLWFjYjEtNThjYmI2ZjIzZGY0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/88faefec-f7af-461c-9284-b3a52f3609a5?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27bc0598-8f97-47ed-acb1-58cbb6f23df4?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "54fae20c-3092-457d-bbba-cdda08affda7" + "22db277a-a94d-437a-9a48-90b8f74aac35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d6d1b5af-b2dc-4958-9733-c383626a6d38" + "fa05238e-1b7f-4ccc-95db-0f98618f8c99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225654Z:d6d1b5af-b2dc-4958-9733-c383626a6d38" + "EASTUS2:20211117T012911Z:fa05238e-1b7f-4ccc-95db-0f98618f8c99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:56:53 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/88faefec-f7af-461c-9284-b3a52f3609a5?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODhmYWVmZWMtZjdhZi00NjFjLTkyODQtYjNhNTJmMzYwOWE1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27bc0598-8f97-47ed-acb1-58cbb6f23df4?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjdiYzA1OTgtOGY5Ny00N2VkLWFjYjEtNThjYmI2ZjIzZGY0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9794763a-157c-4975-8e74-426235774a40" + "36f368af-51ba-4701-a61d-da4f5e9fe0c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "6c1ea259-b3e8-4ff3-832e-f07ad0779644" + "67cb2882-cc5e-42fc-b918-eabbebd4134c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225657Z:6c1ea259-b3e8-4ff3-832e-f07ad0779644" + "EASTUS2:20211117T012914Z:67cb2882-cc5e-42fc-b918-eabbebd4134c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:56:57 GMT" - ], "Content-Length": [ "95" ], @@ -461,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dec74a60-c459-4a0a-8a8d-b4984a4f9aa8" + "579dbb51-eb17-446e-99c5-7332518c6ee2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d41db267-583e-4dbe-9add-b772dfda885e" + "15b913e3-a9a0-49a5-b8bb-056732b2591c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "7669a8db-3485-4b36-ba59-0edc6f7f3812" + "c04962d6-6401-451e-9e66-b09c32a4451d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225708Z:7669a8db-3485-4b36-ba59-0edc6f7f3812" + "EASTUS2:20211117T012924Z:c04962d6-6401-451e-9e66-b09c32a4451d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:07 GMT" - ], "Content-Length": [ "746" ], @@ -520,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Storage/storageAccounts/crptestar366\",\r\n \"name\": \"crptestar366\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T22:56:33.5722377Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar366.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar366.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar366.table.core.windows.net/\",\r\n \"file\": \"https://crptestar366.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Storage/storageAccounts/crptestar702\",\r\n \"name\": \"crptestar702\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T01:28:50.3621196Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar702.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar702.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar702.table.core.windows.net/\",\r\n \"file\": \"https://crptestar702.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Storage/storageAccounts/crptestar366?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Storage/storageAccounts/crptestar702?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MDI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69e486dc-d7f4-4ebe-90fc-5ac8b49316eb" + "b80974ef-6d03-40e1-ab61-33119374b57d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -546,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "38f53e64-ee49-403b-86d6-ba5cce43f2e6" + "fed2b0ae-185c-461a-a7f8-5600afde439f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "88864c6f-e42c-4030-bcb1-2f9a97980e09" + "c917adea-a3bd-4c90-8708-cb9e4670ef6e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225708Z:88864c6f-e42c-4030-bcb1-2f9a97980e09" + "EASTUS2:20211117T012924Z:c917adea-a3bd-4c90-8708-cb9e4670ef6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:07 GMT" - ], "Content-Length": [ "734" ], @@ -583,35 +520,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Storage/storageAccounts/crptestar366\",\r\n \"name\": \"crptestar366\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T22:56:33.5722377Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar366.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar366.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar366.table.core.windows.net/\",\r\n \"file\": \"https://crptestar366.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Storage/storageAccounts/crptestar702\",\r\n \"name\": \"crptestar702\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T01:28:50.3621196Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar702.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar702.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar702.table.core.windows.net/\",\r\n \"file\": \"https://crptestar702.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax_test/skus/dse-6/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXhfdGVzdC9za3VzL2RzZS02L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax_test/skus/dse-6/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXhfdGVzdC9za3VzL2RzZS02L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0ba1b91-0978-4d7a-94b8-8fbcd46efc67" + "9f4be3fe-7864-436f-a000-44bfe62cec93" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -619,30 +563,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132627756766076756" + "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132717006589798130" ], "x-ms-request-id": [ - "d7ed6934-e1c0-4e96-b5cf-df705198a51f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ff0b9a78-4984-486f-88d6-71a3a04f2cdc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "5774c190-9aa5-422c-a3e1-117ddaa2fcb3" + "2b24aaef-f8ca-4606-a8e3-c8a6e997245b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225708Z:5774c190-9aa5-422c-a3e1-117ddaa2fcb3" + "EASTUS2:20211117T012925Z:2b24aaef-f8ca-4606-a8e3-c8a6e997245b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:08 GMT" - ], "Content-Length": [ "286" ], @@ -657,31 +594,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax_test/skus/dse-6/versions/2020.09.28?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXhfdGVzdC9za3VzL2RzZS02L3ZlcnNpb25zLzIwMjAuMDkuMjg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax_test/skus/dse-6/versions/2020.09.28?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXhfdGVzdC9za3VzL2RzZS02L3ZlcnNpb25zLzIwMjAuMDkuMjg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "259c7a0c-6c7a-4e40-bab3-3fdabb3eda1f" + "6058a648-c276-4189-b2d0-286762867312" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999" ], @@ -689,32 +633,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132627756766076756" + "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132717006589798130" ], "x-ms-request-id": [ - "c852f358-8b9f-46fd-a951-441e732a5fc0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0084e32c-7ae3-4f2e-8f19-1e5c6ea072d0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "65951f0f-4de2-445f-9ebd-36e5b2066d95" + "8660ad8b-f6fa-4a64-bf7f-34725e1d3ac9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225708Z:65951f0f-4de2-445f-9ebd-36e5b2066d95" + "EASTUS2:20211117T012925Z:8660ad8b-f6fa-4a64-bf7f-34725e1d3ac9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:08 GMT" - ], "Content-Length": [ - "765" + "788" ], "Content-Type": [ "application/json; charset=utf-8" @@ -723,25 +660,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Managed\",\r\n \"replicaCount\": 3,\r\n \"disallowed\": {\r\n \"vmDiskType\": \"Unmanaged\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n },\r\n \"plan\": {\r\n \"publisher\": \"datastax\",\r\n \"name\": \"dse-6\",\r\n \"product\": \"datastax_test\"\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\"\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2020.09.28\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax/ArtifactTypes/VMImage/Offers/datastax_test/Skus/dse-6/Versions/2020.09.28\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Managed\",\r\n \"replicaCount\": 3,\r\n \"disallowed\": {\r\n \"vmDiskType\": \"Unmanaged\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n },\r\n \"plan\": {\r\n \"publisher\": \"datastax\",\r\n \"name\": \"dse-6\",\r\n \"product\": \"datastax_test\"\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2020.09.28\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax/ArtifactTypes/VMImage/Offers/datastax_test/Skus/dse-6/Versions/2020.09.28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/publicIPAddresses/pip5774?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU3NzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/publicIPAddresses/pip9393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8363\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2092\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e164b375-7dac-4fbf-969d-3daac1d8cc81" + "2eefab84-ec82-467b-a632-65e8e41c129b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -755,46 +692,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4dc70ec1-3da6-4d08-83a8-4761e04e4fa8" + "934720d3-567d-4f8d-9048-0b7f115db721" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4dc70ec1-3da6-4d08-83a8-4761e04e4fa8?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/934720d3-567d-4f8d-9048-0b7f115db721?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "987d55da-18ce-4841-9b7d-e9bf2792eb9a" + "b5b483c4-6da6-4a59-b760-ab02b79e401f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "283732e0-34e7-4d92-b1ae-9d772dbb1db5" + "95c05047-47b8-41ad-83f9-8bf78bc9c6fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225717Z:987d55da-18ce-4841-9b7d-e9bf2792eb9a" + "EASTUS2:20211117T012936Z:b5b483c4-6da6-4a59-b760-ab02b79e401f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:16 GMT" - ], "Content-Length": [ "769" ], @@ -805,19 +742,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5774\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/publicIPAddresses/pip5774\",\r\n \"etag\": \"W/\\\"3c9c1db3-70fb-491e-bce2-ed772fb55d53\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"28e77026-49db-459c-bf1c-9338bb5a445c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8363\",\r\n \"fqdn\": \"dn8363.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/publicIPAddresses/pip9393\",\r\n \"etag\": \"W/\\\"836c4b25-3b29-4b44-b366-117fc3cf826b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9a749d28-307a-4734-b087-73d24c73d124\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2092\",\r\n \"fqdn\": \"dn2092.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4dc70ec1-3da6-4d08-83a8-4761e04e4fa8?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRkYzcwZWMxLTNkYTYtNGQwOC04M2E4LTQ3NjFlMDRlNGZhOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/934720d3-567d-4f8d-9048-0b7f115db721?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkzNDcyMGQzLTU2N2QtNGY4ZC05MDQ4LTBiN2YxMTVkYjcyMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -825,37 +762,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "15490da1-92ba-4ba7-b556-40bae0d4e47f" + "f20e396d-13c4-4867-a585-4a81db66bd59" ], "x-ms-correlation-request-id": [ - "35ba0d63-4485-4f68-b244-0d3af822fc48" + "5fb9273e-1522-4ad8-9594-c7c9cc42a9a5" ], "x-ms-arm-service-request-id": [ - "a5b60f23-ce85-4c94-914f-bac56bb43889" + "eae1d1cf-9e6c-4770-971f-e89c706aaa05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225718Z:35ba0d63-4485-4f68-b244-0d3af822fc48" + "EASTUS2:20211117T012938Z:5fb9273e-1522-4ad8-9594-c7c9cc42a9a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:17 GMT" - ], "Content-Length": [ "29" ], @@ -870,15 +807,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/publicIPAddresses/pip5774?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU3NzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/publicIPAddresses/pip9393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -886,40 +823,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e46c4e9d-dabd-4010-bfa1-fbedc0cd3c3d\"" + "W/\"15a1d2c6-c478-4bc2-abca-01cc503cc3b6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2a252dec-be94-4fe8-9b69-d6e023c6cede" + "73300f1f-cf78-4d26-bc2c-877577c6e317" ], "x-ms-correlation-request-id": [ - "00b8ef8f-8249-488c-926f-c8b4e309f51f" + "f5e61af4-0984-43cc-9352-bb9f1f0616d3" ], "x-ms-arm-service-request-id": [ - "b835e053-c7c2-4cf1-a892-b402189830ac" + "3389093b-855b-461d-bc0b-6ac7f03fdfe2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225718Z:00b8ef8f-8249-488c-926f-c8b4e309f51f" + "EASTUS2:20211117T012938Z:f5e61af4-0984-43cc-9352-bb9f1f0616d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:18 GMT" - ], "Content-Length": [ "770" ], @@ -930,25 +867,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5774\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/publicIPAddresses/pip5774\",\r\n \"etag\": \"W/\\\"e46c4e9d-dabd-4010-bfa1-fbedc0cd3c3d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28e77026-49db-459c-bf1c-9338bb5a445c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8363\",\r\n \"fqdn\": \"dn8363.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/publicIPAddresses/pip9393\",\r\n \"etag\": \"W/\\\"15a1d2c6-c478-4bc2-abca-01cc503cc3b6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a749d28-307a-4734-b087-73d24c73d124\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2092\",\r\n \"fqdn\": \"dn2092.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/publicIPAddresses/pip5774?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU3NzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/publicIPAddresses/pip9393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "070efbad-cf5d-4a76-991b-0ced3e7f8fdd" + "fc1c9558-62c4-4fd5-8afe-c42a8360915f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -956,40 +893,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e46c4e9d-dabd-4010-bfa1-fbedc0cd3c3d\"" + "W/\"15a1d2c6-c478-4bc2-abca-01cc503cc3b6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1e6c32bc-789e-44f7-ac17-4832a30e44ce" + "d8247d8f-5f2e-450b-a9ff-f72786417a4b" ], "x-ms-correlation-request-id": [ - "9fd4e885-ef8a-4794-8be8-88b64eaf1fe5" + "a9464c47-5b17-4cd6-b052-a92391765811" ], "x-ms-arm-service-request-id": [ - "dce0e178-4d00-4d0a-b236-b36ee75cafa8" + "ac0bcc2b-2f2b-424f-947e-fb3ecee43a88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225719Z:9fd4e885-ef8a-4794-8be8-88b64eaf1fe5" + "EASTUS2:20211117T012938Z:a9464c47-5b17-4cd6-b052-a92391765811" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:18 GMT" - ], "Content-Length": [ "770" ], @@ -1000,80 +937,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5774\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/publicIPAddresses/pip5774\",\r\n \"etag\": \"W/\\\"e46c4e9d-dabd-4010-bfa1-fbedc0cd3c3d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28e77026-49db-459c-bf1c-9338bb5a445c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8363\",\r\n \"fqdn\": \"dn8363.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/publicIPAddresses/pip9393\",\r\n \"etag\": \"W/\\\"15a1d2c6-c478-4bc2-abca-01cc503cc3b6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a749d28-307a-4734-b087-73d24c73d124\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2092\",\r\n \"fqdn\": \"dn2092.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn698\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7162\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5c06f197-4155-43b0-8da5-a7e5d18221db" + "02bcb9e6-9f3b-46c3-af0a-1a64c3d892b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0f19ec8b-a5d9-48d7-9398-4afd30e73f3c" + "f110ec0a-5ece-4de7-919a-38af8769d7f3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0f19ec8b-a5d9-48d7-9398-4afd30e73f3c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f110ec0a-5ece-4de7-919a-38af8769d7f3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "47701d5b-96af-43f5-9d6c-abd7e63e11af" + "9bb7022e-e4d9-4d3c-8045-9ebae7dbdaed" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4f7ff32f-0d0d-40c6-a48f-fc286f71cf9c" + "792f5d30-78ea-46e4-9d6a-ff4e5b6f5d0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225723Z:47701d5b-96af-43f5-9d6c-abd7e63e11af" + "EASTUS2:20211117T012941Z:9bb7022e-e4d9-4d3c-8045-9ebae7dbdaed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:22 GMT" - ], "Content-Length": [ - "1319" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1082,19 +1019,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3656\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656\",\r\n \"etag\": \"W/\\\"c504a8d5-6251-4f63-85cb-442d8c169969\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"635eba6c-f698-4216-a084-9e6034e64380\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698\",\r\n \"etag\": \"W/\\\"c504a8d5-6251-4f63-85cb-442d8c169969\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529\",\r\n \"etag\": \"W/\\\"4cd2b240-5c1b-4bf9-ab2b-89d2baf59e35\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d7e7c6ce-1379-4c39-87a8-e34c40a64aae\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7162\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162\",\r\n \"etag\": \"W/\\\"4cd2b240-5c1b-4bf9-ab2b-89d2baf59e35\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0f19ec8b-a5d9-48d7-9398-4afd30e73f3c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmMTllYzhiLWE1ZDktNDhkNy05Mzk4LTRhZmQzMGU3M2YzYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f110ec0a-5ece-4de7-919a-38af8769d7f3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxMTBlYzBhLTVlY2UtNGRlNy05MTlhLTM4YWY4NzY5ZDdmMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1102,37 +1039,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dff2f5ec-0f8c-4610-b5ff-2c0598f2b5cf" + "94900864-88b9-42ed-b149-8b83632f4981" ], "x-ms-correlation-request-id": [ - "8bc47dc8-5ad2-49a5-a202-33b8d04d0662" + "ad7e6122-becc-4958-becb-4ac3ea722737" ], "x-ms-arm-service-request-id": [ - "dc00b499-be52-45a3-a0b7-a816e1a6ee93" + "ccc273b5-9dab-48e4-96fe-aa9c79a56158" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225726Z:8bc47dc8-5ad2-49a5-a202-33b8d04d0662" + "EASTUS2:20211117T012945Z:ad7e6122-becc-4958-becb-4ac3ea722737" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:25 GMT" - ], "Content-Length": [ "29" ], @@ -1147,15 +1084,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1163,42 +1100,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"357f4ac8-00e1-49a7-8896-8c80a7a8ceb8\"" + "W/\"decec1b6-5caf-4aba-8ba8-ad096ec5f217\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c4db3218-7b33-4b53-9a3f-d6aa428e0ba2" + "f7e4d14e-a781-4bdd-9fe4-74d0225d4d34" ], "x-ms-correlation-request-id": [ - "a2540d9b-7ba5-40f2-aa70-22577bba45e5" + "2753a0c7-6a79-4e88-8b51-ae2768ff2e7c" ], "x-ms-arm-service-request-id": [ - "82665962-f3d3-451e-a43e-72efa2f3efa8" + "65062d9d-0cf5-4dc2-b1c2-c33f014c7703" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225726Z:a2540d9b-7ba5-40f2-aa70-22577bba45e5" + "EASTUS2:20211117T012946Z:2753a0c7-6a79-4e88-8b51-ae2768ff2e7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:25 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1207,25 +1144,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3656\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656\",\r\n \"etag\": \"W/\\\"357f4ac8-00e1-49a7-8896-8c80a7a8ceb8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"635eba6c-f698-4216-a084-9e6034e64380\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698\",\r\n \"etag\": \"W/\\\"357f4ac8-00e1-49a7-8896-8c80a7a8ceb8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529\",\r\n \"etag\": \"W/\\\"decec1b6-5caf-4aba-8ba8-ad096ec5f217\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7e7c6ce-1379-4c39-87a8-e34c40a64aae\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7162\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162\",\r\n \"etag\": \"W/\\\"decec1b6-5caf-4aba-8ba8-ad096ec5f217\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM2NTYvc3VibmV0cy9zbjY5OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1Mjkvc3VibmV0cy9zbjcxNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aba018eb-c2cc-472a-a9af-084f8c48a80e" + "46b685a3-ab9a-4dea-a57a-5814d6963b68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1233,42 +1170,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"357f4ac8-00e1-49a7-8896-8c80a7a8ceb8\"" + "W/\"decec1b6-5caf-4aba-8ba8-ad096ec5f217\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f77575aa-ae33-4c80-b72e-9d10da4359a5" + "b91017fe-fd92-409b-832e-b2a6c9e81554" ], "x-ms-correlation-request-id": [ - "29f8cb47-3baa-4b5e-9533-7551ed2e7aa1" + "a054813f-e1fc-4dd1-8cec-ada34524b263" ], "x-ms-arm-service-request-id": [ - "d4bc2f0b-18e7-43c6-b4ca-90b141ffca35" + "fc1bf640-abb7-477f-abc6-cceebe071141" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225727Z:29f8cb47-3baa-4b5e-9533-7551ed2e7aa1" + "EASTUS2:20211117T012946Z:a054813f-e1fc-4dd1-8cec-ada34524b263" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:26 GMT" - ], "Content-Length": [ - "521" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1277,25 +1214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698\",\r\n \"etag\": \"W/\\\"357f4ac8-00e1-49a7-8896-8c80a7a8ceb8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7162\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162\",\r\n \"etag\": \"W/\\\"decec1b6-5caf-4aba-8ba8-ad096ec5f217\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ1MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkwODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698\"\r\n }\r\n },\r\n \"name\": \"ip7682\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7162\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162\"\r\n }\r\n },\r\n \"name\": \"ip52\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0cdc36a3-dea8-4bfd-9934-7fa7eccfc089" + "41e204d0-ef1b-490e-965b-15b9493c57e7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1309,45 +1246,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7add2aa7-59c2-4282-9d9f-4f68e42557b0" + "a9a70269-50eb-460b-a867-1f5c338b044f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7add2aa7-59c2-4282-9d9f-4f68e42557b0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a9a70269-50eb-460b-a867-1f5c338b044f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a0427f9c-d0f7-4502-a457-93fa7112d078" + "8ede22f8-cccc-41c2-86c5-9966dd0624b8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9b367f37-df78-4fe8-b162-2483c3fbbc51" + "02524e09-9723-4982-bcaa-0b573fb6a674" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225730Z:a0427f9c-d0f7-4502-a457-93fa7112d078" + "EASTUS2:20211117T012950Z:8ede22f8-cccc-41c2-86c5-9966dd0624b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:29 GMT" - ], "Content-Length": [ - "1630" + "1627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1356,19 +1293,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501\",\r\n \"etag\": \"W/\\\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a39047d5-c652-426b-b3ed-99125e914dcc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7682\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501/ipConfigurations/ip7682\",\r\n \"etag\": \"W/\\\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698\"\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\": \"ns3f2y2y4ylefieetzqdjzsdqa.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084\",\r\n \"etag\": \"W/\\\"3740f163-0495-4320-be0a-427d12acaad5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36906c3d-b183-4851-90e3-89250aee891f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip52\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084/ipConfigurations/ip52\",\r\n \"etag\": \"W/\\\"3740f163-0495-4320-be0a-427d12acaad5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162\"\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\": \"z1dopv1zcm2uzb3i2ngebjskvg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ1MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkwODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1376,42 +1313,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\"" + "W/\"3740f163-0495-4320-be0a-427d12acaad5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d367da09-1517-4380-99d6-c4828ba35485" + "26939d6f-8ac8-42e2-8531-9ac54d1f83da" ], "x-ms-correlation-request-id": [ - "2627c169-4729-45d9-87d4-f724728e7d99" + "ec7763d7-8d4d-4a49-b3aa-982a70e16057" ], "x-ms-arm-service-request-id": [ - "4133091c-b293-4430-a98f-6887b9694541" + "cbaae689-5d9c-4657-95d6-f375e9eb709e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225731Z:2627c169-4729-45d9-87d4-f724728e7d99" + "EASTUS2:20211117T012950Z:ec7763d7-8d4d-4a49-b3aa-982a70e16057" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:30 GMT" - ], "Content-Length": [ - "1630" + "1627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1420,25 +1357,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501\",\r\n \"etag\": \"W/\\\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a39047d5-c652-426b-b3ed-99125e914dcc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7682\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501/ipConfigurations/ip7682\",\r\n \"etag\": \"W/\\\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698\"\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\": \"ns3f2y2y4ylefieetzqdjzsdqa.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084\",\r\n \"etag\": \"W/\\\"3740f163-0495-4320-be0a-427d12acaad5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36906c3d-b183-4851-90e3-89250aee891f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip52\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084/ipConfigurations/ip52\",\r\n \"etag\": \"W/\\\"3740f163-0495-4320-be0a-427d12acaad5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162\"\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\": \"z1dopv1zcm2uzb3i2ngebjskvg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ1MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkwODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b06897e-377f-4086-9b3a-ceacc6817ffc" + "99b668cd-56eb-4d7e-8029-5639ff80a818" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1446,42 +1383,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:29:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\"" + "W/\"3740f163-0495-4320-be0a-427d12acaad5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1babf20f-e166-4c95-9e3b-a4666988da14" + "99f908c6-dd19-49fc-b497-77190c01ad03" ], "x-ms-correlation-request-id": [ - "1edb8b81-3df9-4f48-8842-c20e8604635b" + "5e67f2ed-f62e-405e-b896-c7cf15e6537d" ], "x-ms-arm-service-request-id": [ - "ed666174-f062-49cd-a303-e24c23eff95a" + "5868e32c-7be4-42f1-9bfd-fd4fc57629df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225731Z:1edb8b81-3df9-4f48-8842-c20e8604635b" + "EASTUS2:20211117T012950Z:5e67f2ed-f62e-405e-b896-c7cf15e6537d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:30 GMT" - ], "Content-Length": [ - "1630" + "1627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1490,26 +1427,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501\",\r\n \"etag\": \"W/\\\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a39047d5-c652-426b-b3ed-99125e914dcc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7682\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501/ipConfigurations/ip7682\",\r\n \"etag\": \"W/\\\"ce4a4ccb-dd2b-4c9e-b7c8-3cb02eb673a9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/virtualNetworks/vn3656/subnets/sn698\"\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\": \"ns3f2y2y4ylefieetzqdjzsdqa.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084\",\r\n \"etag\": \"W/\\\"3740f163-0495-4320-be0a-427d12acaad5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36906c3d-b183-4851-90e3-89250aee891f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip52\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084/ipConfigurations/ip52\",\r\n \"etag\": \"W/\\\"3740f163-0495-4320-be0a-427d12acaad5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/virtualNetworks/vn8529/subnets/sn7162\"\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\": \"z1dopv1zcm2uzb3i2ngebjskvg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Compute/availabilitySets/as8564?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4NTY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Compute/availabilitySets/as8045?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4MDQ1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ebb33db-0818-4345-bd72-68b8f8b8aff6" + "3f7e1f5a-e9ad-4918-af98-41483f0e4f64" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1522,37 +1459,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:30:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60a0b740-e2f4-4292-b176-c789756999ae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cf17f6f2-4609-4b92-8c20-1ea64d0561a6" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "4f0b1178-1fcb-432b-b804-89630983e1f7" + "922115fa-f4fb-4327-99b6-727937ddcf9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225740Z:4f0b1178-1fcb-432b-b804-89630983e1f7" + "EASTUS2:20211117T013001Z:922115fa-f4fb-4327-99b6-727937ddcf9c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:40 GMT" - ], "Content-Length": [ "444" ], @@ -1563,26 +1500,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Compute/availabilitySets/as8564\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as8045\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Compute/availabilitySets/as8045\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Compute/virtualMachines/vm8109?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgxMDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Compute/virtualMachines/vm9741?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk3NDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"plan\": {\r\n \"name\": \"dse-6\",\r\n \"publisher\": \"datastax\",\r\n \"product\": \"datastax_test\"\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"datastax\",\r\n \"offer\": \"datastax_test\",\r\n \"sku\": \"dse-6\",\r\n \"version\": \"2020.09.28\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar366.blob.core.windows.net/crptestar2807/oscrptestar7596.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Network/networkInterfaces/nic4501\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3676/providers/Microsoft.Compute/availabilitySets/as8564\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"plan\": {\r\n \"name\": \"dse-6\",\r\n \"publisher\": \"datastax\",\r\n \"product\": \"datastax_test\"\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"datastax\",\r\n \"offer\": \"datastax_test\",\r\n \"sku\": \"dse-6\",\r\n \"version\": \"2020.09.28\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar702.blob.core.windows.net/crptestar1660/oscrptestar2467.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Network/networkInterfaces/nic9084\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3217/providers/Microsoft.Compute/availabilitySets/as8045\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b0abf8b-f9c8-4470-8fe4-8c83030a8a74" + "110b5ef7-ef22-4382-86a4-010daabd6802" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1595,6 +1532,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:30:20 GMT" + ], "Pragma": [ "no-cache" ], @@ -1602,13 +1542,13 @@ "gateway" ], "x-ms-request-id": [ - "742ba7e9-1427-497c-b672-fdfdc06d2700" + "70dc2df4-6e8c-411a-9486-85d513711294" ], "x-ms-correlation-request-id": [ - "742ba7e9-1427-497c-b672-fdfdc06d2700" + "70dc2df4-6e8c-411a-9486-85d513711294" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225747Z:742ba7e9-1427-497c-b672-fdfdc06d2700" + "EASTUS2:20211117T013020Z:70dc2df4-6e8c-411a-9486-85d513711294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1616,11 +1556,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:47 GMT" - ], "Content-Length": [ - "644" + "393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1629,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourcePurchaseValidationFailed\",\r\n \"message\": \"User failed validation to purchase resources. Error message: 'Offer with PublisherId: 'datastax' and OfferId: 'datastax_test' not found. Consider the following solutions: 1-Check to see if offer details are correct 2- If this offer is created recently, please allow up to 30 minutes for this offer to be available for purchase 3- If the offer is removed from the marketplace for new purchase. See similar offers here 'https://azuremarketplace.microsoft.com/en-us/marketplace/apps?page=1%26search=datastax%20datastax_test'. Correlation Id '742ba7e9-1427-497c-b672-fdfdc06d2700'.'\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourcePurchaseValidationFailed\",\r\n \"message\": \"User failed validation to purchase resources. Error message: 'Offer with OfferId: 'datastax' published by PublisherId: 'datastax_test' not found. If this offer has a restricted audience please verify you are part of it. Subscription 'e37510d7-33b6-4676-886f-ee75bcc01871'. Correlation Id '70dc2df4-6e8c-411a-9486-85d513711294''\"\r\n }\r\n}", "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3676?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3217?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56bdd6c7-afe2-4b5d-aa56-f85e8219faa0" + "7542bb5f-ac5e-4916-807c-ee052929ee88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1655,11 +1592,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:30:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1668,13 +1608,13 @@ "14999" ], "x-ms-request-id": [ - "4d5fbd6a-66d1-4186-8db4-6bb702f074c2" + "6aa80122-0cb6-419c-adb2-5de29c920e3d" ], "x-ms-correlation-request-id": [ - "4d5fbd6a-66d1-4186-8db4-6bb702f074c2" + "6aa80122-0cb6-419c-adb2-5de29c920e3d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225751Z:4d5fbd6a-66d1-4186-8db4-6bb702f074c2" + "EASTUS2:20211117T013024Z:6aa80122-0cb6-419c-adb2-5de29c920e3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1682,35 +1622,32 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3676?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3217?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4af83a25-3d82-41bf-bb12-e815d5d89a44" + "8699ddab-4cad-403d-b9eb-28e644390faa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1718,11 +1655,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 01:30:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjE3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1731,13 +1671,13 @@ "14998" ], "x-ms-request-id": [ - "1ee7cde7-1535-4361-b6b4-ba91a031a7c5" + "21367b00-b133-4913-82da-ee4c78d74eab" ], "x-ms-correlation-request-id": [ - "1ee7cde7-1535-4361-b6b4-ba91a031a7c5" + "21367b00-b133-4913-82da-ee4c78d74eab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T225753Z:1ee7cde7-1535-4361-b6b4-ba91a031a7c5" + "EASTUS2:20211117T013024Z:21367b00-b133-4913-82da-ee4c78d74eab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1745,14 +1685,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 22:57:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1761,28 +1698,28 @@ ], "Names": { "TestVMMarketplace": [ - "crptestar3676", - "crptestar366", - "as8564" + "crptestar3217", + "crptestar702", + "as8045" ], "CreatePublicIP": [ - "pip5774", - "dn8363" + "pip9393", + "dn2092" ], "CreateVNET": [ - "vn3656", - "sn698" + "vn8529", + "sn7162" ], "CreateNIC": [ - "nic4501", - "ip7682" + "nic9084", + "ip52" ], "CreateDefaultVMInput": [ - "crptestar2807", - "crptestar3886", - "crptestar7596", - "vm8109", - "Microsoft.Compute/virtualMachines5604" + "crptestar1660", + "crptestar9954", + "crptestar2467", + "vm9741", + "Microsoft.Compute/virtualMachines6027" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestEffectiveRouteAndAcls.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestEffectiveRouteAndAcls.json index 264de3c68687f..8fcd50518708d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestEffectiveRouteAndAcls.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestEffectiveRouteAndAcls.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c66bd662-827d-4490-83eb-2cadbbf4b2eb" + "97382f36-a532-421f-b2ea-ae7ef4f3df7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "12d65991-dc95-4e66-97ca-1b295df1a444" + "b3c16333-9f01-406f-8b24-f08ddd3c0ee0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "65741909-d7a1-4703-a5bb-f10a88f90057" + "00a2d168-b7c4-4cfc-9c29-4c7d73ba4609" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235747Z:65741909-d7a1-4703-a5bb-f10a88f90057" + "SOUTHCENTRALUS:20220126T071710Z:00a2d168-b7c4-4cfc-9c29-4c7d73ba4609" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:57:47 GMT" + "Wed, 26 Jan 2022 07:17:09 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4478?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ0Nzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9921?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5MjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4478\": \"2021-06-28 23:57:47Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9921\": \"2022-01-26 07:17:11Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4526cd49-1d19-4216-b187-58ee15aaeb3c" + "9493f166-7b97-4d7c-87c6-042068c98379" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "ab5f26c1-fc7e-401b-8380-e99746b1b747" + "b0beca42-bdce-41e3-9ebb-db7087ab84ec" ], "x-ms-correlation-request-id": [ - "ab5f26c1-fc7e-401b-8380-e99746b1b747" + "b0beca42-bdce-41e3-9ebb-db7087ab84ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235750Z:ab5f26c1-fc7e-401b-8380-e99746b1b747" + "SOUTHCENTRALUS:20220126T071714Z:b0beca42-bdce-41e3-9ebb-db7087ab84ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:57:50 GMT" + "Wed, 26 Jan 2022 07:17:13 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478\",\r\n \"name\": \"crptestar4478\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4478\": \"2021-06-28 23:57:47Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921\",\r\n \"name\": \"crptestar9921\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9921\": \"2022-01-26 07:17:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4478?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ0Nzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9921?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5MjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4478\": \"2021-06-28 23:57:50Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9921\": \"2022-01-26 07:17:15Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "36283e0c-77bb-4647-80d4-b8447d1029ad" + "2cc410c8-0235-43c4-94b9-c506ffbc5d45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "05a6dae7-39d7-4f8f-b5e1-adb2d92c2c11" + "4774f915-e543-4c12-bf91-41efba323de4" ], "x-ms-correlation-request-id": [ - "05a6dae7-39d7-4f8f-b5e1-adb2d92c2c11" + "4774f915-e543-4c12-bf91-41efba323de4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235752Z:05a6dae7-39d7-4f8f-b5e1-adb2d92c2c11" + "SOUTHCENTRALUS:20220126T071715Z:4774f915-e543-4c12-bf91-41efba323de4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:57:52 GMT" + "Wed, 26 Jan 2022 07:17:15 GMT" ], "Content-Length": [ "234" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478\",\r\n \"name\": \"crptestar4478\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4478\": \"2021-06-28 23:57:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921\",\r\n \"name\": \"crptestar9921\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9921\": \"2022-01-26 07:17:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Storage/storageAccounts/crptestar2404?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNDA0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Storage/storageAccounts/crptestar4465?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NDY1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b6112ce-03d5-4f98-a669-db1b2280e306" + "c06c1135-4a3a-4ca7-9c0c-34f842a5b709" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/dfe61567-bada-4ca8-8146-2961e6a2c860?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "8ad200c2-dca1-45dc-9731-645eb1f40063" + "dfe61567-bada-4ca8-8146-2961e6a2c860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "4064376f-5742-4a76-b55c-73f6ddcacc9a" + "c111282c-d2d1-43dd-9df5-c6c2202378b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235804Z:4064376f-5742-4a76-b55c-73f6ddcacc9a" + "SOUTHCENTRALUS:20220126T071728Z:c111282c-d2d1-43dd-9df5-c6c2202378b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:03 GMT" + "Wed, 26 Jan 2022 07:17:27 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,204 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOGFkMjAwYzItZGNhMS00NWRjLTk3MzEtNjQ1ZWIxZjQwMDYzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/dfe61567-bada-4ca8-8146-2961e6a2c860?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZGZlNjE1NjctYmFkYS00Y2E4LTgxNDYtMjk2MWU2YTJjODYwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], - "x-ms-request-id": [ - "286ed333-af8a-4573-9f57-7612180d06e5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "9af2aa66-03b2-4843-9868-0bd5f1495ccd" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T235821Z:9af2aa66-03b2-4843-9868-0bd5f1495ccd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:58:20 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOGFkMjAwYzItZGNhMS00NWRjLTk3MzEtNjQ1ZWIxZjQwMDYzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], - "x-ms-request-id": [ - "95257b08-1877-4d03-a496-154d02e0c88f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "736e97fd-a862-455e-86a0-c5481ca8738e" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T235825Z:736e97fd-a862-455e-86a0-c5481ca8738e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:58:25 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOGFkMjAwYzItZGNhMS00NWRjLTk3MzEtNjQ1ZWIxZjQwMDYzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], - "x-ms-request-id": [ - "0eae01ea-f941-4102-9271-f90e7cb1fc19" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "32e027c2-819b-4e9e-a865-2d528b834332" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T235828Z:32e027c2-819b-4e9e-a865-2d528b834332" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:58:28 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8ad200c2-dca1-45dc-9731-645eb1f40063?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOGFkMjAwYzItZGNhMS00NWRjLTk3MzEtNjQ1ZWIxZjQwMDYzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -487,7 +298,7 @@ "no-cache" ], "x-ms-request-id": [ - "211a52a6-e4b2-46eb-a9a4-5ab08efe7a27" + "d6c957e4-0f41-49e2-98e2-8f5063c66d27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,19 +307,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "90ee1166-fb74-4001-8a8b-3bf187c05d99" + "142fb661-23ad-469a-8e04-cbd1f164216c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235831Z:90ee1166-fb74-4001-8a8b-3bf187c05d99" + "SOUTHCENTRALUS:20220126T071745Z:142fb661-23ad-469a-8e04-cbd1f164216c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:31 GMT" + "Wed, 26 Jan 2022 07:17:44 GMT" ], "Content-Length": [ "95" @@ -524,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7e6842d-d828-4d35-bcf5-34dc431d7716" + "a2a735d4-8d06-4e6c-8009-355c38305631" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -550,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "af915252-a163-4fc2-960a-539370a092e8" + "9558f82a-f80a-4c10-b8b2-ec0735402472" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -559,19 +370,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-correlation-request-id": [ - "26d5e99f-2e2e-4bb0-8fac-fc0e8960e687" + "f62539be-648c-471c-b2de-101791c0a0a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235842Z:26d5e99f-2e2e-4bb0-8fac-fc0e8960e687" + "SOUTHCENTRALUS:20220126T071755Z:f62539be-648c-471c-b2de-101791c0a0a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:41 GMT" + "Wed, 26 Jan 2022 07:17:55 GMT" ], "Content-Length": [ "752" @@ -583,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Storage/storageAccounts/crptestar2404\",\r\n \"name\": \"crptestar2404\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:57:58.784472Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2404.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2404.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2404.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2404.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Storage/storageAccounts/crptestar4465\",\r\n \"name\": \"crptestar4465\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:17:23.9277376Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4465.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4465.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4465.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4465.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Storage/storageAccounts/crptestar2404?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNDA0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Storage/storageAccounts/crptestar4465?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NDY1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e3e43e2-9c91-48f4-8ccf-3d504e25d747" + "b8642f7d-c1b0-494c-a6da-cb49a922a3a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -613,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "cf100a9a-6a2e-4bd9-b283-313df71a40db" + "a74d5782-84e5-4519-9b2a-d25dd030cf61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -622,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11997" ], "x-ms-correlation-request-id": [ - "7e895e18-2558-4f1d-aeab-f7f6db5df50d" + "3559c981-eb9f-48f2-8618-18b6655f30a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235842Z:7e895e18-2558-4f1d-aeab-f7f6db5df50d" + "SOUTHCENTRALUS:20220126T071756Z:3559c981-eb9f-48f2-8618-18b6655f30a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:42 GMT" + "Wed, 26 Jan 2022 07:17:55 GMT" ], "Content-Length": [ "740" @@ -646,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Storage/storageAccounts/crptestar2404\",\r\n \"name\": \"crptestar2404\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:57:58.784472Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2404.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2404.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2404.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2404.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Storage/storageAccounts/crptestar4465\",\r\n \"name\": \"crptestar4465\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:17:23.9277376Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4465.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4465.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4465.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4465.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2193\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9829\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d3f78e3-8103-4c50-bd40-1426a212209e" + "85da0baa-5506-4619-b6f1-1bf8dd532b7d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -685,19 +496,19 @@ "3" ], "x-ms-request-id": [ - "4370c3b3-f8e5-4f53-83c3-ae82bc92ef1a" + "a6154157-9c41-4b5d-849e-320b1050ff25" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4370c3b3-f8e5-4f53-83c3-ae82bc92ef1a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a6154157-9c41-4b5d-849e-320b1050ff25?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "00a9280a-7d99-4068-af28-6bcdbc57099d" + "aac660b8-7ac3-4ce9-aa7d-d37a2a6ac933" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6a3e2db7-89d2-4345-93e6-bba2188fa931" + "9990ef78-e461-47ac-b200-08ff4a5541aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -710,16 +521,16 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235850Z:00a9280a-7d99-4068-af28-6bcdbc57099d" + "SOUTHCENTRALUS:20220126T071806Z:aac660b8-7ac3-4ce9-aa7d-d37a2a6ac933" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:49 GMT" + "Wed, 26 Jan 2022 07:18:06 GMT" ], "Content-Length": [ - "1318" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -728,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn821\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821\",\r\n \"etag\": \"W/\\\"97eafb50-0864-4459-918c-41ff835dd45e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"eb5518d2-ede4-4ff2-9f1a-ff42f477729f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\",\r\n \"etag\": \"W/\\\"97eafb50-0864-4459-918c-41ff835dd45e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406\",\r\n \"etag\": \"W/\\\"33898193-47c9-4686-9ef4-96605d0fd072\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4fafdefd-fa3f-47f0-a488-f1114246f634\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9829\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\",\r\n \"etag\": \"W/\\\"33898193-47c9-4686-9ef4-96605d0fd072\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4370c3b3-f8e5-4f53-83c3-ae82bc92ef1a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzNzBjM2IzLWY4ZTUtNGY1My04M2MzLWFlODJiYzkyZWYxYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a6154157-9c41-4b5d-849e-320b1050ff25?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2MTU0MTU3LTljNDEtNGI1ZC04NDllLTMyMGIxMDUwZmYyNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -752,13 +563,13 @@ "no-cache" ], "x-ms-request-id": [ - "88115389-a041-4ccc-9cb1-2361845c163e" + "e0c1155b-d63b-4139-8f61-1c36843adc92" ], "x-ms-correlation-request-id": [ - "25a873a0-a005-48c1-b289-8bb928668827" + "e5ceec4f-4009-48b5-a625-e57f652753ca" ], "x-ms-arm-service-request-id": [ - "45352a45-fe10-4856-9759-e4f9aae2325b" + "07abbe5f-cfb9-4ab6-b5ea-af9c10c2d106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,13 +582,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235854Z:25a873a0-a005-48c1-b289-8bb928668827" + "SOUTHCENTRALUS:20220126T071809Z:e5ceec4f-4009-48b5-a625-e57f652753ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:53 GMT" + "Wed, 26 Jan 2022 07:18:09 GMT" ], "Content-Length": [ "29" @@ -793,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -813,16 +624,16 @@ "no-cache" ], "ETag": [ - "W/\"4fcf6b16-8f4d-4aff-9050-508cd47f2c28\"" + "W/\"51c7b4eb-8b0e-4247-9e32-f8654250623a\"" ], "x-ms-request-id": [ - "a33d87c2-efff-4f78-8ec7-0418bc7fcd1a" + "3e57465d-44c8-4660-a843-3901bba1aaba" ], "x-ms-correlation-request-id": [ - "a21cb1b9-5e9a-41a5-88a6-ea1e6ceb3b34" + "70876dd2-41ad-4cd8-bb09-26b7bf1fc5ee" ], "x-ms-arm-service-request-id": [ - "34b2a6bd-b199-4c3b-992f-0dce9539eb86" + "fc11cf3f-73c1-4bbb-bb84-9faf2021c813" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,16 +646,16 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235854Z:a21cb1b9-5e9a-41a5-88a6-ea1e6ceb3b34" + "SOUTHCENTRALUS:20220126T071810Z:70876dd2-41ad-4cd8-bb09-26b7bf1fc5ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:53 GMT" + "Wed, 26 Jan 2022 07:18:09 GMT" ], "Content-Length": [ - "1320" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -853,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn821\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821\",\r\n \"etag\": \"W/\\\"4fcf6b16-8f4d-4aff-9050-508cd47f2c28\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eb5518d2-ede4-4ff2-9f1a-ff42f477729f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\",\r\n \"etag\": \"W/\\\"4fcf6b16-8f4d-4aff-9050-508cd47f2c28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406\",\r\n \"etag\": \"W/\\\"51c7b4eb-8b0e-4247-9e32-f8654250623a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4fafdefd-fa3f-47f0-a488-f1114246f634\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9829\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\",\r\n \"etag\": \"W/\\\"51c7b4eb-8b0e-4247-9e32-f8654250623a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMS9zdWJuZXRzL3NuMjE5Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0MDYvc3VibmV0cy9zbjk4Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1da6efc-db5d-4265-b206-daf6cf8bfec1" + "418642bb-38ed-4d0e-99d4-aa1be4ba3867" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -883,16 +694,16 @@ "no-cache" ], "ETag": [ - "W/\"4fcf6b16-8f4d-4aff-9050-508cd47f2c28\"" + "W/\"51c7b4eb-8b0e-4247-9e32-f8654250623a\"" ], "x-ms-request-id": [ - "88be318c-2242-4400-917a-02975555b1be" + "46e46036-b8fa-4a19-b6ad-7e4ab661bb4e" ], "x-ms-correlation-request-id": [ - "35dc15d5-5178-45c5-bdec-e6b3f024ddce" + "b3c808e4-7671-4082-955c-bf4c10889b2e" ], "x-ms-arm-service-request-id": [ - "042ce560-4cb0-4ed9-8709-a5c19ebbe31f" + "4d16f3e3-189c-4881-a821-19cc09118073" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -905,16 +716,16 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235855Z:35dc15d5-5178-45c5-bdec-e6b3f024ddce" + "SOUTHCENTRALUS:20220126T071810Z:b3c808e4-7671-4082-955c-bf4c10889b2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:54 GMT" + "Wed, 26 Jan 2022 07:18:10 GMT" ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -923,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn2193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\",\r\n \"etag\": \"W/\\\"4fcf6b16-8f4d-4aff-9050-508cd47f2c28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn9829\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\",\r\n \"etag\": \"W/\\\"51c7b4eb-8b0e-4247-9e32-f8654250623a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9uc2c2NTExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9uc2c0OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "463f27a5-4519-42b9-9c38-6609441e8178" + "342d1a1d-2dc4-4ffd-94a1-9edaffb2bee2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -962,19 +773,19 @@ "3" ], "x-ms-request-id": [ - "bd383056-82af-4d23-b3ed-f92eec5ce65d" + "6386eabe-a5c0-4a3c-af35-2652e8bde74e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bd383056-82af-4d23-b3ed-f92eec5ce65d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6386eabe-a5c0-4a3c-af35-2652e8bde74e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "89c5f20a-0b69-4166-be42-669993589564" + "206284bb-2fb1-41f7-9ae6-07b6a9d5b0f3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "471a7570-35f6-4d8a-8cc9-b41e9c148630" + "59278fa7-515d-46f9-85fb-447db0a3bf86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -987,16 +798,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235859Z:89c5f20a-0b69-4166-be42-669993589564" + "SOUTHCENTRALUS:20220126T071815Z:206284bb-2fb1-41f7-9ae6-07b6a9d5b0f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:58:58 GMT" + "Wed, 26 Jan 2022 07:18:14 GMT" ], "Content-Length": [ - "6522" + "6514" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nsg6511\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\",\r\n \"etag\": \"W/\\\"92320063-3143-4b21-a636-c45caef02753\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9c6b97f3-e571-43f1-a871-0afa618d4524\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"92320063-3143-4b21-a636-c45caef02753\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"92320063-3143-4b21-a636-c45caef02753\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"92320063-3143-4b21-a636-c45caef02753\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"92320063-3143-4b21-a636-c45caef02753\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"92320063-3143-4b21-a636-c45caef02753\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"92320063-3143-4b21-a636-c45caef02753\\\"\",\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\": \"nsg493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\",\r\n \"etag\": \"W/\\\"fefda3ea-47c9-4501-a8e7-bf834ac35a2d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ff47f6cb-f4ee-4ba2-9378-d4431a443b69\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"fefda3ea-47c9-4501-a8e7-bf834ac35a2d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"fefda3ea-47c9-4501-a8e7-bf834ac35a2d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"fefda3ea-47c9-4501-a8e7-bf834ac35a2d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"fefda3ea-47c9-4501-a8e7-bf834ac35a2d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"fefda3ea-47c9-4501-a8e7-bf834ac35a2d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"fefda3ea-47c9-4501-a8e7-bf834ac35a2d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bd383056-82af-4d23-b3ed-f92eec5ce65d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkMzgzMDU2LTgyYWYtNGQyMy1iM2VkLWY5MmVlYzVjZTY1ZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6386eabe-a5c0-4a3c-af35-2652e8bde74e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzODZlYWJlLWE1YzAtNGEzYy1hZjM1LTI2NTJlOGJkZTc0ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1029,13 +840,13 @@ "no-cache" ], "x-ms-request-id": [ - "1ab394a0-a5a5-41c1-9b54-b1797c23a821" + "d26afd09-ece3-4901-8885-0a637c2e5e16" ], "x-ms-correlation-request-id": [ - "dd3fc05a-e2f8-453f-9635-8286d7289b43" + "a2b43beb-8428-46d7-b45b-226ea4c1ce29" ], "x-ms-arm-service-request-id": [ - "90c61b48-c106-44c7-87bc-8ee77003e568" + "fb59f3d9-3aff-4728-bdba-97e6877b782a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1048,13 +859,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235902Z:dd3fc05a-e2f8-453f-9635-8286d7289b43" + "SOUTHCENTRALUS:20220126T071818Z:a2b43beb-8428-46d7-b45b-226ea4c1ce29" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:01 GMT" + "Wed, 26 Jan 2022 07:18:18 GMT" ], "Content-Length": [ "29" @@ -1070,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9uc2c2NTExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9uc2c0OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1090,16 +901,16 @@ "no-cache" ], "ETag": [ - "W/\"4007f633-8f4d-49f0-8da1-0804ea743610\"" + "W/\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\"" ], "x-ms-request-id": [ - "013bbe14-bab1-4862-b6a5-74108e4b9643" + "3a71db45-2181-4fcb-93ef-f84dce77cc16" ], "x-ms-correlation-request-id": [ - "2d124d17-0136-4fa2-ac19-f6af3016c378" + "410252c0-2c65-4aa2-8d11-2d2e50e7f92b" ], "x-ms-arm-service-request-id": [ - "386a30d9-f7a2-4215-9cbb-320843e07543" + "9a910166-2ebc-4f7b-854e-5b10082a0356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1112,16 +923,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235902Z:2d124d17-0136-4fa2-ac19-f6af3016c378" + "SOUTHCENTRALUS:20220126T071818Z:410252c0-2c65-4aa2-8d11-2d2e50e7f92b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:01 GMT" + "Wed, 26 Jan 2022 07:18:18 GMT" ], "Content-Length": [ - "6529" + "6521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1130,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nsg6511\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9c6b97f3-e571-43f1-a871-0afa618d4524\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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\": \"nsg493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff47f6cb-f4ee-4ba2-9378-d4431a443b69\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9uc2c2NTExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9uc2c0OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25b3e33a-cd2e-44a0-8eb2-df3e1d1bdc22" + "897825af-16fa-4f22-bc60-3ff69679cce6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1160,16 +971,16 @@ "no-cache" ], "ETag": [ - "W/\"4007f633-8f4d-49f0-8da1-0804ea743610\"" + "W/\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\"" ], "x-ms-request-id": [ - "a5a5abeb-8d58-47d1-8226-a172894d745c" + "6cbb1a9a-bf21-47c6-bc80-ab2c8099f01a" ], "x-ms-correlation-request-id": [ - "5ff4e7dc-67ca-4f28-9f1f-321af8a3278d" + "417a721b-8f3b-4bb1-9f36-751f5063aa94" ], "x-ms-arm-service-request-id": [ - "af7147bd-0e97-4e26-b516-a639b12b218b" + "c4a7b753-103d-4c94-9797-c7b068226f9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1182,16 +993,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235902Z:5ff4e7dc-67ca-4f28-9f1f-321af8a3278d" + "SOUTHCENTRALUS:20220126T071819Z:417a721b-8f3b-4bb1-9f36-751f5063aa94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:01 GMT" + "Wed, 26 Jan 2022 07:18:18 GMT" ], "Content-Length": [ - "6529" + "6521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1200,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nsg6511\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9c6b97f3-e571-43f1-a871-0afa618d4524\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4007f633-8f4d-49f0-8da1-0804ea743610\\\"\",\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\": \"nsg493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff47f6cb-f4ee-4ba2-9378-d4431a443b69\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"0c4cbd44-0b72-4a9d-ac90-556df08ed061\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"networkSecurityGroup\": {\r\n \"properties\": {\r\n \"securityRules\": []\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\",\r\n \"location\": \"southeastasia\"\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\"\r\n }\r\n },\r\n \"name\": \"ip8492\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"networkSecurityGroup\": {\r\n \"properties\": {\r\n \"securityRules\": []\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\",\r\n \"location\": \"southeastasia\"\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9829\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\"\r\n }\r\n },\r\n \"name\": \"ip7731\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9f46d7fb-2837-47ca-9cb2-2cdc492f36ae" + "35eaea00-8d85-407a-a348-f9830bb1c479" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1236,19 +1047,19 @@ "no-cache" ], "x-ms-request-id": [ - "57a093ef-832d-464d-b707-f7bc06bcdf9b" + "d974523e-3ec8-4124-b80e-a69358b0f72e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/57a093ef-832d-464d-b707-f7bc06bcdf9b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d974523e-3ec8-4124-b80e-a69358b0f72e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b95ecf0a-34f0-4c40-a214-273e05bbc5fb" + "824e96cf-30ff-4532-b282-5b4aa94195dd" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "267f0a2e-d0b9-4124-93cb-b72f33aa61ba" + "8f212308-aef2-45ee-b3d8-26de4f5d0ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1261,13 +1072,13 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235907Z:b95ecf0a-34f0-4c40-a214-273e05bbc5fb" + "SOUTHCENTRALUS:20220126T071823Z:824e96cf-30ff-4532-b282-5b4aa94195dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:07 GMT" + "Wed, 26 Jan 2022 07:18:22 GMT" ], "Content-Length": [ "1823" @@ -1279,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2085\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\",\r\n \"etag\": \"W/\\\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"338274bc-939e-49c1-ab2a-439eb5ebf5b0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085/ipConfigurations/ip8492\",\r\n \"etag\": \"W/\\\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\"\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\": \"0imfl05e3xze5hy053bpi31sth.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\",\r\n \"etag\": \"W/\\\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"67d58aed-ccdc-4ebb-8e7a-eff24b3aadc6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321/ipConfigurations/ip7731\",\r\n \"etag\": \"W/\\\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\"\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\": \"5xpk4tz55lyepjei4eiuerxwge.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1303,16 +1114,16 @@ "no-cache" ], "ETag": [ - "W/\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\"" + "W/\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\"" ], "x-ms-request-id": [ - "f255426a-c944-4f6d-8149-e229229706d9" + "43edeb6a-9d5c-4560-a066-e715f0e8b0a4" ], "x-ms-correlation-request-id": [ - "a7500726-d1b5-4c3a-af68-679e2d66e984" + "b26225e6-af54-4779-b18e-a23396a3aac6" ], "x-ms-arm-service-request-id": [ - "ba3d3a9b-d07f-4d11-8825-9560f173bbb7" + "c5c9d903-d229-48d7-b4b6-f5bfa8e9eede" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1325,13 +1136,13 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235907Z:a7500726-d1b5-4c3a-af68-679e2d66e984" + "SOUTHCENTRALUS:20220126T071823Z:b26225e6-af54-4779-b18e-a23396a3aac6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:07 GMT" + "Wed, 26 Jan 2022 07:18:23 GMT" ], "Content-Length": [ "1823" @@ -1343,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2085\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\",\r\n \"etag\": \"W/\\\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"338274bc-939e-49c1-ab2a-439eb5ebf5b0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085/ipConfigurations/ip8492\",\r\n \"etag\": \"W/\\\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\"\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\": \"0imfl05e3xze5hy053bpi31sth.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\",\r\n \"etag\": \"W/\\\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"67d58aed-ccdc-4ebb-8e7a-eff24b3aadc6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321/ipConfigurations/ip7731\",\r\n \"etag\": \"W/\\\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\"\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\": \"5xpk4tz55lyepjei4eiuerxwge.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfddcaa0-0e5d-4870-be3b-3ed587a2298c" + "85e6afd0-9671-471e-a216-012e8b889628" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1373,16 +1184,16 @@ "no-cache" ], "ETag": [ - "W/\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\"" + "W/\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\"" ], "x-ms-request-id": [ - "55f4ca0b-a366-4df1-a63d-d5258be4b724" + "019efd2f-8047-46a6-9001-75915070d375" ], "x-ms-correlation-request-id": [ - "f3de9148-a23c-433e-a28c-17001106e81b" + "47439f79-3491-4e85-ba46-8bcf7cf459e1" ], "x-ms-arm-service-request-id": [ - "78f9b7d5-38fa-4500-b7de-2f94de4857ce" + "ebdca4cf-d6a3-42f6-8c6c-abda036a2876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1395,13 +1206,13 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235907Z:f3de9148-a23c-433e-a28c-17001106e81b" + "SOUTHCENTRALUS:20220126T071823Z:47439f79-3491-4e85-ba46-8bcf7cf459e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:07 GMT" + "Wed, 26 Jan 2022 07:18:23 GMT" ], "Content-Length": [ "1823" @@ -1413,25 +1224,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2085\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\",\r\n \"etag\": \"W/\\\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"338274bc-939e-49c1-ab2a-439eb5ebf5b0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085/ipConfigurations/ip8492\",\r\n \"etag\": \"W/\\\"2ded287a-644c-4ebd-8a33-04f8e6c4bfe2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\"\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\": \"0imfl05e3xze5hy053bpi31sth.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\",\r\n \"etag\": \"W/\\\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"67d58aed-ccdc-4ebb-8e7a-eff24b3aadc6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321/ipConfigurations/ip7731\",\r\n \"etag\": \"W/\\\"a2a8a54d-2c2b-4efb-baef-bb0ab6354ce4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\"\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\": \"5xpk4tz55lyepjei4eiuerxwge.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c34e0ed0-012c-4b5e-8d6c-428ba2cd0c2b" + "c71cbb68-1172-427f-a402-d90628df6814" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1443,16 +1254,16 @@ "no-cache" ], "ETag": [ - "W/\"89a9d763-e655-4a3a-bbf6-1c77debf7dea\"" + "W/\"040f53e3-3089-45b1-9796-dda38a90eaff\"" ], "x-ms-request-id": [ - "79b13383-d95b-4b63-81bf-2266dd3d02e3" + "34bb8981-b7b9-4122-b5fa-98e7a1eb5187" ], "x-ms-correlation-request-id": [ - "b8f468cd-4361-48a7-970a-4ef682cc2fc7" + "9c2a4ecf-a6a6-4670-8a68-ecf32c3aff5f" ], "x-ms-arm-service-request-id": [ - "c8e32226-f3f0-4b1f-bd7d-41cc4662ad4a" + "0c326216-c252-4e11-a91a-144cf23dc9ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1465,13 +1276,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000206Z:b8f468cd-4361-48a7-970a-4ef682cc2fc7" + "SOUTHCENTRALUS:20220126T072210Z:9c2a4ecf-a6a6-4670-8a68-ecf32c3aff5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:06 GMT" + "Wed, 26 Jan 2022 07:22:09 GMT" ], "Content-Length": [ "2065" @@ -1483,26 +1294,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2085\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\",\r\n \"etag\": \"W/\\\"89a9d763-e655-4a3a-bbf6-1c77debf7dea\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"338274bc-939e-49c1-ab2a-439eb5ebf5b0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085/ipConfigurations/ip8492\",\r\n \"etag\": \"W/\\\"89a9d763-e655-4a3a-bbf6-1c77debf7dea\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/virtualNetworks/vn821/subnets/sn2193\"\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\": \"0imfl05e3xze5hy053bpi31sth.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-C7-18-55\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\"\r\n },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/virtualMachines/vm1049\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\",\r\n \"etag\": \"W/\\\"040f53e3-3089-45b1-9796-dda38a90eaff\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"67d58aed-ccdc-4ebb-8e7a-eff24b3aadc6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321/ipConfigurations/ip7731\",\r\n \"etag\": \"W/\\\"040f53e3-3089-45b1-9796-dda38a90eaff\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn9829\"\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\": \"5xpk4tz55lyepjei4eiuerxwge.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-08-06-13\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\"\r\n },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/virtualMachines/vm5361\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/availabilitySets/as5371?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1MzcxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/availabilitySets/as3892?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzODkyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5c410a36-e05e-4b0d-b036-a78c5e9452e0" + "8631b2d3-7e5b-4d8f-9238-8150f2edcb15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1519,13 +1330,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1189" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b3e6640-4189-4bb0-bcdf-592c053a0b15" + "fbd4960a-8a8e-4e15-b25c-dae183308e4a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1535,16 +1346,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "74436ba6-2bf5-4cda-a88e-d191f9d619f4" + "f408ecc4-aaec-4315-b414-ca3d10106973" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235916Z:74436ba6-2bf5-4cda-a88e-d191f9d619f4" + "SOUTHCENTRALUS:20220126T071832Z:f408ecc4-aaec-4315-b414-ca3d10106973" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:15 GMT" + "Wed, 26 Jan 2022 07:18:32 GMT" ], "Content-Length": [ "444" @@ -1556,26 +1367,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as5371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/availabilitySets/as5371\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as3892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/availabilitySets/as3892\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/virtualMachines/vm1049?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEwNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/virtualMachines/vm5361?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUzNjE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2404.blob.core.windows.net/crptestar6680/oscrptestar6619.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/availabilitySets/as5371\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4465.blob.core.windows.net/crptestar5934/oscrptestar5962.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/availabilitySets/as3892\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72ba89f8-5e46-4650-a04c-05cd10dc51b9" + "2676da87-528e-4e40-afd7-227e03c254c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1595,19 +1406,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6e9818d5-1ca9-48fc-8678-3cb65a257760?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1627baf1-8f55-4e20-993f-d5ecf3c5c426?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1188" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e9818d5-1ca9-48fc-8678-3cb65a257760" + "1627baf1-8f55-4e20-993f-d5ecf3c5c426" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1617,19 +1428,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "78675dc2-2e86-4772-bd78-28a26c7f657f" + "96da9cee-fb08-4177-ad90-defbda6c22ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235923Z:78675dc2-2e86-4772-bd78-28a26c7f657f" + "SOUTHCENTRALUS:20220126T071836Z:96da9cee-fb08-4177-ad90-defbda6c22ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:22 GMT" + "Wed, 26 Jan 2022 07:18:36 GMT" ], "Content-Length": [ - "2026" + "2083" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1638,20 +1449,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1049\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/virtualMachines/vm1049\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"bad8fd79-c016-4d7e-b091-cad26129ed85\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/availabilitySets/AS5371\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2404.blob.core.windows.net/crptestar6680/oscrptestar6619.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5361\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/virtualMachines/vm5361\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1233e9f-4839-4c12-84ac-ca6cb620a8ff\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/availabilitySets/AS3892\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4465.blob.core.windows.net/crptestar5934/oscrptestar5962.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-26T01:18:35.2574015-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6e9818d5-1ca9-48fc-8678-3cb65a257760?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlOTgxOGQ1LTFjYTktNDhmYy04Njc4LTNjYjY1YTI1Nzc2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1627baf1-8f55-4e20-993f-d5ecf3c5c426?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2MjdiYWYxLThmNTUtNGUyMC05OTNmLWQ1ZWNmM2M1YzQyNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1665,13 +1476,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29930" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b56e7d41-7b70-400e-9a78-f6342d275f1a" + "efc9c947-3240-466f-bad0-223a2fe9d099" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1681,16 +1492,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "0e391a21-4a00-4178-840e-f3ab52922fa7" + "bc85da5d-3fae-4fbd-b2c3-5789286a663c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235933Z:0e391a21-4a00-4178-840e-f3ab52922fa7" + "SOUTHCENTRALUS:20220126T071847Z:bc85da5d-3fae-4fbd-b2c3-5789286a663c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 28 Jun 2021 23:59:33 GMT" + "Wed, 26 Jan 2022 07:18:46 GMT" ], "Content-Length": [ "134" @@ -1702,20 +1513,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:59:21.1075193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6e9818d5-1ca9-48fc-8678-3cb65a257760\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:18:35.1949647-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1627baf1-8f55-4e20-993f-d5ecf3c5c426\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6e9818d5-1ca9-48fc-8678-3cb65a257760?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlOTgxOGQ1LTFjYTktNDhmYy04Njc4LTNjYjY1YTI1Nzc2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1627baf1-8f55-4e20-993f-d5ecf3c5c426?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2MjdiYWYxLThmNTUtNGUyMC05OTNmLWQ1ZWNmM2M1YzQyNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1726,13 +1537,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29945" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "73758fb0-1335-49f3-832d-ae560a8b138f" + "8b05cfd7-59f8-4708-adc3-8064c79966d2" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1742,16 +1553,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "28c8f4e8-d689-4295-a5a9-a1a147b2d903" + "fe1b8097-a2bd-47f2-9b1a-5e8c676fcc61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000023Z:28c8f4e8-d689-4295-a5a9-a1a147b2d903" + "SOUTHCENTRALUS:20220126T071937Z:fe1b8097-a2bd-47f2-9b1a-5e8c676fcc61" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:00:23 GMT" + "Wed, 26 Jan 2022 07:19:36 GMT" ], "Content-Length": [ "134" @@ -1763,20 +1574,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:59:21.1075193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6e9818d5-1ca9-48fc-8678-3cb65a257760\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:18:35.1949647-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1627baf1-8f55-4e20-993f-d5ecf3c5c426\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6e9818d5-1ca9-48fc-8678-3cb65a257760?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlOTgxOGQ1LTFjYTktNDhmYy04Njc4LTNjYjY1YTI1Nzc2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1627baf1-8f55-4e20-993f-d5ecf3c5c426?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2MjdiYWYxLThmNTUtNGUyMC05OTNmLWQ1ZWNmM2M1YzQyNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1787,13 +1598,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29944" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "21699642-99c1-4981-b460-4251161fbdfe" + "7c924f58-272d-4440-8368-f5fa619e6fc7" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1803,16 +1614,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "894513c1-60b6-49b3-a0a8-e486df1067d3" + "638ee7bb-0862-45b4-ada9-9a42b134d6f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000114Z:894513c1-60b6-49b3-a0a8-e486df1067d3" + "SOUTHCENTRALUS:20220126T072027Z:638ee7bb-0862-45b4-ada9-9a42b134d6f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:01:14 GMT" + "Wed, 26 Jan 2022 07:20:27 GMT" ], "Content-Length": [ "134" @@ -1824,20 +1635,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:59:21.1075193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6e9818d5-1ca9-48fc-8678-3cb65a257760\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:18:35.1949647-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1627baf1-8f55-4e20-993f-d5ecf3c5c426\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6e9818d5-1ca9-48fc-8678-3cb65a257760?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlOTgxOGQ1LTFjYTktNDhmYy04Njc4LTNjYjY1YTI1Nzc2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1627baf1-8f55-4e20-993f-d5ecf3c5c426?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2MjdiYWYxLThmNTUtNGUyMC05OTNmLWQ1ZWNmM2M1YzQyNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1848,13 +1659,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29941" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49316beb-0b2b-4048-92ca-967889c7f5fb" + "435b742f-e5fb-441e-b8d4-9284dbce8d1d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1864,19 +1675,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "19c5fe4b-9863-41b1-ab83-6ef8f6770e15" + "c3383bdc-6beb-48ae-977a-80d45c9327e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000205Z:19c5fe4b-9863-41b1-ab83-6ef8f6770e15" + "SOUTHCENTRALUS:20220126T072118Z:c3383bdc-6beb-48ae-977a-80d45c9327e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:05 GMT" + "Wed, 26 Jan 2022 07:21:17 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1885,20 +1696,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:59:21.1075193+00:00\",\r\n \"endTime\": \"2021-06-29T00:01:53.4511601+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6e9818d5-1ca9-48fc-8678-3cb65a257760\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:18:35.1949647-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1627baf1-8f55-4e20-993f-d5ecf3c5c426\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/virtualMachines/vm1049?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEwNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1627baf1-8f55-4e20-993f-d5ecf3c5c426?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2MjdiYWYxLThmNTUtNGUyMC05OTNmLWQ1ZWNmM2M1YzQyNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1909,13 +1720,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31970" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce249dae-93c4-4c3f-a0a7-01a78d13ad9a" + "7b147a9e-835c-4166-a944-9565ba740975" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1925,19 +1736,80 @@ "11994" ], "x-ms-correlation-request-id": [ - "c17f4003-b24b-462b-b0b9-67629f866ad7" + "f98d4a36-e1f5-4a8d-aea9-1de1bc41302f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T072208Z:f98d4a36-e1f5-4a8d-aea9-1de1bc41302f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:22:07 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:18:35.1949647-06:00\",\r\n \"endTime\": \"2022-01-26T01:21:35.7574372-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1627baf1-8f55-4e20-993f-d5ecf3c5c426\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/virtualMachines/vm5361?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUzNjE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "70677195-ffe9-45c0-ba6d-68d81a740aa9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "b3d90696-9c1e-476c-8bbc-7c866f743900" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000205Z:c17f4003-b24b-462b-b0b9-67629f866ad7" + "SOUTHCENTRALUS:20220126T072208Z:b3d90696-9c1e-476c-8bbc-7c866f743900" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:05 GMT" + "Wed, 26 Jan 2022 07:22:07 GMT" ], "Content-Length": [ - "2055" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1946,26 +1818,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1049\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/virtualMachines/vm1049\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"bad8fd79-c016-4d7e-b091-cad26129ed85\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/availabilitySets/AS5371\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2404.blob.core.windows.net/crptestar6680/oscrptestar6619.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5361\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/virtualMachines/vm5361\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1233e9f-4839-4c12-84ac-ca6cb620a8ff\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/availabilitySets/AS3892\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4465.blob.core.windows.net/crptestar5934/oscrptestar5962.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:18:35.2574015-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/virtualMachines/vm1049?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEwNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/virtualMachines/vm5361?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUzNjE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e35e0b1c-271a-4b03-94c3-383c8bd7134c" + "9552e20d-2fa1-41ad-9aba-950d15487720" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1976,35 +1848,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31969" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06941fdd-5bc5-4ca8-958a-7be752e6db58" + "a0634f95-d550-45bd-b4e5-9efbe1a33dd7" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "1cdbda51-a7ed-4f7a-acde-b0470fe8da93" + "55d59208-f7cc-49b8-b5ea-7287ccfd5293" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000205Z:1cdbda51-a7ed-4f7a-acde-b0470fe8da93" + "SOUTHCENTRALUS:20220126T072208Z:55d59208-f7cc-49b8-b5ea-7287ccfd5293" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:05 GMT" + "Wed, 26 Jan 2022 07:22:08 GMT" ], "Content-Length": [ - "2055" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2013,25 +1885,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm1049\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/virtualMachines/vm1049\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"bad8fd79-c016-4d7e-b091-cad26129ed85\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Compute/availabilitySets/AS5371\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2404.blob.core.windows.net/crptestar6680/oscrptestar6619.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5361\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/virtualMachines/vm5361\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1233e9f-4839-4c12-84ac-ca6cb620a8ff\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Compute/availabilitySets/AS3892\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4465.blob.core.windows.net/crptestar5934/oscrptestar5962.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:18:35.2574015-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085/effectiveRouteTable?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwODUvZWZmZWN0aXZlUm91dGVUYWJsZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321/effectiveRouteTable?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMjEvZWZmZWN0aXZlUm91dGVUYWJsZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d754fb4-c6d0-4c92-92a2-8f35a680f7d9" + "bba5811d-0ed9-4fef-8647-6d98b437187d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2043,19 +1915,19 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/0b5fe847-6931-4387-98b1-807b25470cef?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/fcf1680e-3421-413d-983f-6a0554ca6a42?api-version=2019-09-01" ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "0b5fe847-6931-4387-98b1-807b25470cef" + "fcf1680e-3421-413d-983f-6a0554ca6a42" ], "x-ms-correlation-request-id": [ - "c7f960ad-4456-4149-a6f1-bfe4d757d003" + "724f9bad-f4a5-488d-bbf7-525835fa6b0a" ], "x-ms-arm-service-request-id": [ - "235bd8e5-6efb-41f4-9a75-4c262c69523a" + "12d42ab6-6b6e-45a7-a258-abd9a9135420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2068,13 +1940,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000206Z:c7f960ad-4456-4149-a6f1-bfe4d757d003" + "SOUTHCENTRALUS:20220126T072210Z:724f9bad-f4a5-488d-bbf7-525835fa6b0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:06 GMT" + "Wed, 26 Jan 2022 07:22:10 GMT" ], "Content-Length": [ "4" @@ -2090,15 +1962,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/0b5fe847-6931-4387-98b1-807b25470cef?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzLzBiNWZlODQ3LTY5MzEtNDM4Ny05OGIxLTgwN2IyNTQ3MGNlZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/fcf1680e-3421-413d-983f-6a0554ca6a42?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzL2ZjZjE2ODBlLTM0MjEtNDEzZC05ODNmLTZhMDU1NGNhNmE0Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2110,16 +1982,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/0b5fe847-6931-4387-98b1-807b25470cef?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/fcf1680e-3421-413d-983f-6a0554ca6a42?api-version=2019-09-01" ], "x-ms-request-id": [ - "0b5fe847-6931-4387-98b1-807b25470cef" + "fcf1680e-3421-413d-983f-6a0554ca6a42" ], "x-ms-correlation-request-id": [ - "c7f960ad-4456-4149-a6f1-bfe4d757d003" + "724f9bad-f4a5-488d-bbf7-525835fa6b0a" ], "x-ms-arm-service-request-id": [ - "235bd8e5-6efb-41f4-9a75-4c262c69523a" + "12d42ab6-6b6e-45a7-a258-abd9a9135420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2132,16 +2004,16 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000217Z:b04cb573-2d34-4c04-ab8a-fa1ed8f1e687" + "SOUTHCENTRALUS:20220126T072220Z:6fe65d5f-0e15-4c19-a1f8-eb38b0505e69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:16 GMT" + "Wed, 26 Jan 2022 07:22:20 GMT" ], "Content-Length": [ - "2290" + "5529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2150,19 +2022,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/16\"\r\n ],\r\n \"nextHopType\": \"VnetLocal\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"0.0.0.0/0\"\r\n ],\r\n \"nextHopType\": \"Internet\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/8\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"100.64.0.0/10\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"192.168.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.33.80.0/20\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.41.3.0/25\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/16\"\r\n ],\r\n \"nextHopType\": \"VnetLocal\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"0.0.0.0/0\"\r\n ],\r\n \"nextHopType\": \"Internet\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/8\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"100.64.0.0/10\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.48.0.0/12\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.4.0.0/14\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"198.18.0.0/15\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"157.59.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"192.168.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.33.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"40.109.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"104.147.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"40.108.0.0/17\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"104.146.0.0/17\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"23.103.0.0/18\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.41.0.0/20\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"20.35.252.0/22\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/0b5fe847-6931-4387-98b1-807b25470cef?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzLzBiNWZlODQ3LTY5MzEtNDM4Ny05OGIxLTgwN2IyNTQ3MGNlZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/fcf1680e-3421-413d-983f-6a0554ca6a42?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzL2ZjZjE2ODBlLTM0MjEtNDEzZC05ODNmLTZhMDU1NGNhNmE0Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2174,16 +2046,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/0b5fe847-6931-4387-98b1-807b25470cef?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/fcf1680e-3421-413d-983f-6a0554ca6a42?api-version=2019-09-01" ], "x-ms-request-id": [ - "0b5fe847-6931-4387-98b1-807b25470cef" + "fcf1680e-3421-413d-983f-6a0554ca6a42" ], "x-ms-correlation-request-id": [ - "c7f960ad-4456-4149-a6f1-bfe4d757d003" + "724f9bad-f4a5-488d-bbf7-525835fa6b0a" ], "x-ms-arm-service-request-id": [ - "235bd8e5-6efb-41f4-9a75-4c262c69523a" + "12d42ab6-6b6e-45a7-a258-abd9a9135420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2196,16 +2068,16 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000217Z:2dd99ea4-5bb6-4a25-84e3-6731881db8b1" + "SOUTHCENTRALUS:20220126T072220Z:47079c72-cfe0-485f-9ae0-ff0a2c26fbbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:17 GMT" + "Wed, 26 Jan 2022 07:22:20 GMT" ], "Content-Length": [ - "2290" + "5529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2214,25 +2086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/16\"\r\n ],\r\n \"nextHopType\": \"VnetLocal\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"0.0.0.0/0\"\r\n ],\r\n \"nextHopType\": \"Internet\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/8\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"100.64.0.0/10\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"192.168.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.33.80.0/20\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.41.3.0/25\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/16\"\r\n ],\r\n \"nextHopType\": \"VnetLocal\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"0.0.0.0/0\"\r\n ],\r\n \"nextHopType\": \"Internet\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"10.0.0.0/8\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"100.64.0.0/10\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.48.0.0/12\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.4.0.0/14\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"198.18.0.0/15\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"157.59.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"192.168.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.33.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"40.109.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"104.147.0.0/16\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"40.108.0.0/17\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"104.146.0.0/17\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"23.103.0.0/18\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"25.41.0.0/20\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n },\r\n {\r\n \"disableBgpRoutePropagation\": false,\r\n \"source\": \"Default\",\r\n \"state\": \"Active\",\r\n \"hasBgpOverride\": false,\r\n \"addressPrefix\": [\r\n \"20.35.252.0/22\"\r\n ],\r\n \"nextHopType\": \"None\",\r\n \"nextHopIpAddress\": [],\r\n \"destinationServiceTags\": [],\r\n \"tagMap\": {}\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085/effectiveNetworkSecurityGroups?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwODUvZWZmZWN0aXZlTmV0d29ya1NlY3VyaXR5R3JvdXBzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321/effectiveNetworkSecurityGroups?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczMjEvZWZmZWN0aXZlTmV0d29ya1NlY3VyaXR5R3JvdXBzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "daa66f27-e8d3-4ba7-b460-a5d61b9e5fad" + "5cbadca2-0f63-4408-96a5-d2b2b26f6001" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2244,19 +2116,19 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/a192a47a-097e-458c-921b-8ffe5bef6f97?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d?api-version=2019-09-01" ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "a192a47a-097e-458c-921b-8ffe5bef6f97" + "675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d" ], "x-ms-correlation-request-id": [ - "cfbf8cba-bab9-4263-b51c-52a87b2c40e2" + "c771cff5-a0fb-4f11-abc9-fb7dc6b2c1eb" ], "x-ms-arm-service-request-id": [ - "ff4b676d-3daf-44cb-bf7b-53f111243081" + "3a930bd8-eac6-404d-9de6-9251f3ce57e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2269,13 +2141,13 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000217Z:cfbf8cba-bab9-4263-b51c-52a87b2c40e2" + "SOUTHCENTRALUS:20220126T072221Z:c771cff5-a0fb-4f11-abc9-fb7dc6b2c1eb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:17 GMT" + "Wed, 26 Jan 2022 07:22:21 GMT" ], "Content-Length": [ "4" @@ -2291,15 +2163,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/a192a47a-097e-458c-921b-8ffe5bef6f97?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzL2ExOTJhNDdhLTA5N2UtNDU4Yy05MjFiLThmZmU1YmVmNmY5Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzLzY3NWIzNmMxLWYzOWEtNGEzNS1iMWNhLWEzZWQxYjhiYjczZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2311,16 +2183,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/a192a47a-097e-458c-921b-8ffe5bef6f97?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d?api-version=2019-09-01" ], "x-ms-request-id": [ - "a192a47a-097e-458c-921b-8ffe5bef6f97" + "675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d" ], "x-ms-correlation-request-id": [ - "cfbf8cba-bab9-4263-b51c-52a87b2c40e2" + "c771cff5-a0fb-4f11-abc9-fb7dc6b2c1eb" ], "x-ms-arm-service-request-id": [ - "ff4b676d-3daf-44cb-bf7b-53f111243081" + "3a930bd8-eac6-404d-9de6-9251f3ce57e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2333,16 +2205,16 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000228Z:2124789e-de49-4c37-bcba-ce5f53c5e356" + "SOUTHCENTRALUS:20220126T072232Z:32bd0966-2155-4c79-8788-26674d834732" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:27 GMT" + "Wed, 26 Jan 2022 07:22:32 GMT" ], "Content-Length": [ - "19357" + "20536" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2351,19 +2223,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\"\r\n },\r\n \"association\": {\r\n \"networkInterface\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\"\r\n }\r\n },\r\n \"effectiveSecurityRules\": [\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"AzureLoadBalancer\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowInternetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"Internet\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/9\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/8\",\r\n \"24.0.0.0/8\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.33.0.0/18\",\r\n \"25.33.64.0/20\",\r\n \"25.33.96.0/19\",\r\n \"25.33.128.0/17\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.0.0/23\",\r\n \"25.41.2.0/24\",\r\n \"25.41.3.128/25\",\r\n \"25.41.4.0/22\",\r\n \"25.41.8.0/21\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.48.0.0/12\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/11\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/10\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/5\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/11\",\r\n \"192.96.0.0/14\",\r\n \"192.100.0.0/18\",\r\n \"192.100.64.0/19\",\r\n \"192.100.96.0/22\",\r\n \"192.100.100.0/23\",\r\n \"192.100.104.0/21\",\r\n \"192.100.112.0/20\",\r\n \"192.100.128.0/17\",\r\n \"192.101.0.0/16\",\r\n \"192.102.0.0/15\",\r\n \"192.104.0.0/13\",\r\n \"192.112.0.0/12\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\"\r\n }\r\n ],\r\n \"tagMap\": {\r\n \"VirtualNetwork\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"AzureLoadBalancer\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"Internet\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/9\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/8\",\r\n \"24.0.0.0/8\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.33.0.0/18\",\r\n \"25.33.64.0/20\",\r\n \"25.33.96.0/19\",\r\n \"25.33.128.0/17\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.0.0/23\",\r\n \"25.41.2.0/24\",\r\n \"25.41.3.128/25\",\r\n \"25.41.4.0/22\",\r\n \"25.41.8.0/21\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.48.0.0/12\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/11\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/10\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/5\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/11\",\r\n \"192.96.0.0/14\",\r\n \"192.100.0.0/18\",\r\n \"192.100.64.0/19\",\r\n \"192.100.96.0/22\",\r\n \"192.100.100.0/23\",\r\n \"192.100.104.0/21\",\r\n \"192.100.112.0/20\",\r\n \"192.100.128.0/17\",\r\n \"192.101.0.0/16\",\r\n \"192.102.0.0/15\",\r\n \"192.104.0.0/13\",\r\n \"192.112.0.0/12\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\"\r\n },\r\n \"association\": {\r\n \"networkInterface\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\"\r\n }\r\n },\r\n \"effectiveSecurityRules\": [\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"AzureLoadBalancer\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowInternetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"Internet\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/11\",\r\n \"20.32.0.0/15\",\r\n \"20.34.0.0/16\",\r\n \"20.35.0.0/17\",\r\n \"20.35.128.0/18\",\r\n \"20.35.192.0/19\",\r\n \"20.35.224.0/20\",\r\n \"20.35.240.0/21\",\r\n \"20.35.248.0/22\",\r\n \"20.36.0.0/14\",\r\n \"20.40.0.0/13\",\r\n \"20.48.0.0/12\",\r\n \"20.64.0.0/10\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/10\",\r\n \"23.64.0.0/11\",\r\n \"23.96.0.0/14\",\r\n \"23.100.0.0/15\",\r\n \"23.102.0.0/16\",\r\n \"23.103.64.0/18\",\r\n \"23.103.128.0/17\",\r\n \"23.104.0.0/13\",\r\n \"23.112.0.0/12\",\r\n \"23.128.0.0/9\",\r\n \"24.0.0.0/8\",\r\n \"25.1.0.0/16\",\r\n \"25.2.0.0/15\",\r\n \"25.8.0.0/13\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/13\",\r\n \"40.104.0.0/14\",\r\n \"40.108.128.0/17\",\r\n \"40.110.0.0/15\",\r\n \"40.112.0.0/12\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/12\",\r\n \"104.144.0.0/15\",\r\n \"104.146.128.0/17\",\r\n \"104.148.0.0/14\",\r\n \"104.152.0.0/13\",\r\n \"104.160.0.0/11\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/6\",\r\n \"156.0.0.0/8\",\r\n \"157.0.0.0/11\",\r\n \"157.32.0.0/12\",\r\n \"157.48.0.0/13\",\r\n \"157.56.0.0/15\",\r\n \"157.58.0.0/16\",\r\n \"157.60.0.0/14\",\r\n \"157.64.0.0/10\",\r\n \"157.128.0.0/9\",\r\n \"158.0.0.0/7\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/10\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\"\r\n }\r\n ],\r\n \"tagMap\": {\r\n \"VirtualNetwork\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"AzureLoadBalancer\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"Internet\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/11\",\r\n \"20.32.0.0/15\",\r\n \"20.34.0.0/16\",\r\n \"20.35.0.0/17\",\r\n \"20.35.128.0/18\",\r\n \"20.35.192.0/19\",\r\n \"20.35.224.0/20\",\r\n \"20.35.240.0/21\",\r\n \"20.35.248.0/22\",\r\n \"20.36.0.0/14\",\r\n \"20.40.0.0/13\",\r\n \"20.48.0.0/12\",\r\n \"20.64.0.0/10\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/10\",\r\n \"23.64.0.0/11\",\r\n \"23.96.0.0/14\",\r\n \"23.100.0.0/15\",\r\n \"23.102.0.0/16\",\r\n \"23.103.64.0/18\",\r\n \"23.103.128.0/17\",\r\n \"23.104.0.0/13\",\r\n \"23.112.0.0/12\",\r\n \"23.128.0.0/9\",\r\n \"24.0.0.0/8\",\r\n \"25.1.0.0/16\",\r\n \"25.2.0.0/15\",\r\n \"25.8.0.0/13\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/13\",\r\n \"40.104.0.0/14\",\r\n \"40.108.128.0/17\",\r\n \"40.110.0.0/15\",\r\n \"40.112.0.0/12\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/12\",\r\n \"104.144.0.0/15\",\r\n \"104.146.128.0/17\",\r\n \"104.148.0.0/14\",\r\n \"104.152.0.0/13\",\r\n \"104.160.0.0/11\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/6\",\r\n \"156.0.0.0/8\",\r\n \"157.0.0.0/11\",\r\n \"157.32.0.0/12\",\r\n \"157.48.0.0/13\",\r\n \"157.56.0.0/15\",\r\n \"157.58.0.0/16\",\r\n \"157.60.0.0/14\",\r\n \"157.64.0.0/10\",\r\n \"157.128.0.0/9\",\r\n \"158.0.0.0/7\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/10\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/a192a47a-097e-458c-921b-8ffe5bef6f97?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzL2ExOTJhNDdhLTA5N2UtNDU4Yy05MjFiLThmZmU1YmVmNmY5Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25SZXN1bHRzLzY3NWIzNmMxLWYzOWEtNGEzNS1iMWNhLWEzZWQxYjhiYjczZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2375,16 +2247,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/a192a47a-097e-458c-921b-8ffe5bef6f97?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operationResults/675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d?api-version=2019-09-01" ], "x-ms-request-id": [ - "a192a47a-097e-458c-921b-8ffe5bef6f97" + "675b36c1-f39a-4a35-b1ca-a3ed1b8bb73d" ], "x-ms-correlation-request-id": [ - "cfbf8cba-bab9-4263-b51c-52a87b2c40e2" + "c771cff5-a0fb-4f11-abc9-fb7dc6b2c1eb" ], "x-ms-arm-service-request-id": [ - "ff4b676d-3daf-44cb-bf7b-53f111243081" + "3a930bd8-eac6-404d-9de6-9251f3ce57e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2397,16 +2269,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000228Z:f61709db-1617-4c34-9811-a628ed129998" + "SOUTHCENTRALUS:20220126T072232Z:94e3dd2e-92b6-4471-94eb-fc8d1941fa81" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:28 GMT" + "Wed, 26 Jan 2022 07:22:32 GMT" ], "Content-Length": [ - "19357" + "20536" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2415,25 +2287,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkSecurityGroups/nsg6511\"\r\n },\r\n \"association\": {\r\n \"networkInterface\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4478/providers/Microsoft.Network/networkInterfaces/nic2085\"\r\n }\r\n },\r\n \"effectiveSecurityRules\": [\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"AzureLoadBalancer\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowInternetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"Internet\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/9\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/8\",\r\n \"24.0.0.0/8\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.33.0.0/18\",\r\n \"25.33.64.0/20\",\r\n \"25.33.96.0/19\",\r\n \"25.33.128.0/17\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.0.0/23\",\r\n \"25.41.2.0/24\",\r\n \"25.41.3.128/25\",\r\n \"25.41.4.0/22\",\r\n \"25.41.8.0/21\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.48.0.0/12\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/11\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/10\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/5\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/11\",\r\n \"192.96.0.0/14\",\r\n \"192.100.0.0/18\",\r\n \"192.100.64.0/19\",\r\n \"192.100.96.0/22\",\r\n \"192.100.100.0/23\",\r\n \"192.100.104.0/21\",\r\n \"192.100.112.0/20\",\r\n \"192.100.128.0/17\",\r\n \"192.101.0.0/16\",\r\n \"192.102.0.0/15\",\r\n \"192.104.0.0/13\",\r\n \"192.112.0.0/12\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\"\r\n }\r\n ],\r\n \"tagMap\": {\r\n \"VirtualNetwork\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"AzureLoadBalancer\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"Internet\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/9\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/8\",\r\n \"24.0.0.0/8\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.33.0.0/18\",\r\n \"25.33.64.0/20\",\r\n \"25.33.96.0/19\",\r\n \"25.33.128.0/17\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.0.0/23\",\r\n \"25.41.2.0/24\",\r\n \"25.41.3.128/25\",\r\n \"25.41.4.0/22\",\r\n \"25.41.8.0/21\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.48.0.0/12\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/11\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/10\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/5\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/11\",\r\n \"192.96.0.0/14\",\r\n \"192.100.0.0/18\",\r\n \"192.100.64.0/19\",\r\n \"192.100.96.0/22\",\r\n \"192.100.100.0/23\",\r\n \"192.100.104.0/21\",\r\n \"192.100.112.0/20\",\r\n \"192.100.128.0/17\",\r\n \"192.101.0.0/16\",\r\n \"192.102.0.0/15\",\r\n \"192.104.0.0/13\",\r\n \"192.112.0.0/12\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkSecurityGroups/nsg493\"\r\n },\r\n \"association\": {\r\n \"networkInterface\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9921/providers/Microsoft.Network/networkInterfaces/nic7321\"\r\n }\r\n },\r\n \"effectiveSecurityRules\": [\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"AzureLoadBalancer\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllInBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowVnetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"VirtualNetwork\"\r\n ],\r\n \"expandedSourceAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/AllowInternetOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"Internet\"\r\n ],\r\n \"expandedDestinationAddressPrefix\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/11\",\r\n \"20.32.0.0/15\",\r\n \"20.34.0.0/16\",\r\n \"20.35.0.0/17\",\r\n \"20.35.128.0/18\",\r\n \"20.35.192.0/19\",\r\n \"20.35.224.0/20\",\r\n \"20.35.240.0/21\",\r\n \"20.35.248.0/22\",\r\n \"20.36.0.0/14\",\r\n \"20.40.0.0/13\",\r\n \"20.48.0.0/12\",\r\n \"20.64.0.0/10\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/10\",\r\n \"23.64.0.0/11\",\r\n \"23.96.0.0/14\",\r\n \"23.100.0.0/15\",\r\n \"23.102.0.0/16\",\r\n \"23.103.64.0/18\",\r\n \"23.103.128.0/17\",\r\n \"23.104.0.0/13\",\r\n \"23.112.0.0/12\",\r\n \"23.128.0.0/9\",\r\n \"24.0.0.0/8\",\r\n \"25.1.0.0/16\",\r\n \"25.2.0.0/15\",\r\n \"25.8.0.0/13\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/13\",\r\n \"40.104.0.0/14\",\r\n \"40.108.128.0/17\",\r\n \"40.110.0.0/15\",\r\n \"40.112.0.0/12\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/12\",\r\n \"104.144.0.0/15\",\r\n \"104.146.128.0/17\",\r\n \"104.148.0.0/14\",\r\n \"104.152.0.0/13\",\r\n \"104.160.0.0/11\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/6\",\r\n \"156.0.0.0/8\",\r\n \"157.0.0.0/11\",\r\n \"157.32.0.0/12\",\r\n \"157.48.0.0/13\",\r\n \"157.56.0.0/15\",\r\n \"157.58.0.0/16\",\r\n \"157.60.0.0/14\",\r\n \"157.64.0.0/10\",\r\n \"157.128.0.0/9\",\r\n \"158.0.0.0/7\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/10\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\"\r\n },\r\n {\r\n \"name\": \"defaultSecurityRules/DenyAllOutBound\",\r\n \"protocol\": \"All\",\r\n \"sourcePortRange\": \"0-65535\",\r\n \"destinationPortRange\": \"0-65535\",\r\n \"sourcePortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"destinationPortRanges\": [\r\n \"0-65535\"\r\n ],\r\n \"sourceAddressPrefix\": \"0.0.0.0/0\",\r\n \"destinationAddressPrefix\": \"0.0.0.0/0\",\r\n \"sourceAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"destinationAddressPrefixes\": [\r\n \"0.0.0.0/0\",\r\n \"0.0.0.0/0\"\r\n ],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\"\r\n }\r\n ],\r\n \"tagMap\": {\r\n \"VirtualNetwork\": [\r\n \"10.0.0.0/16\",\r\n \"168.63.129.16/32\"\r\n ],\r\n \"AzureLoadBalancer\": [\r\n \"168.63.129.16/32\",\r\n \"fe80::1234:5678:9abc/128\"\r\n ],\r\n \"Internet\": [\r\n \"1.0.0.0/8\",\r\n \"2.0.0.0/7\",\r\n \"4.0.0.0/6\",\r\n \"8.0.0.0/7\",\r\n \"11.0.0.0/8\",\r\n \"12.0.0.0/8\",\r\n \"13.0.0.0/10\",\r\n \"13.64.0.0/11\",\r\n \"13.104.0.0/13\",\r\n \"13.112.0.0/12\",\r\n \"13.128.0.0/9\",\r\n \"14.0.0.0/7\",\r\n \"16.0.0.0/6\",\r\n \"20.0.0.0/11\",\r\n \"20.32.0.0/15\",\r\n \"20.34.0.0/16\",\r\n \"20.35.0.0/17\",\r\n \"20.35.128.0/18\",\r\n \"20.35.192.0/19\",\r\n \"20.35.224.0/20\",\r\n \"20.35.240.0/21\",\r\n \"20.35.248.0/22\",\r\n \"20.36.0.0/14\",\r\n \"20.40.0.0/13\",\r\n \"20.48.0.0/12\",\r\n \"20.64.0.0/10\",\r\n \"20.129.0.0/16\",\r\n \"20.131.0.0/16\",\r\n \"20.132.0.0/14\",\r\n \"20.136.0.0/13\",\r\n \"20.148.0.0/14\",\r\n \"20.152.0.0/13\",\r\n \"20.160.0.0/12\",\r\n \"20.184.0.0/13\",\r\n \"20.192.0.0/10\",\r\n \"23.0.0.0/10\",\r\n \"23.64.0.0/11\",\r\n \"23.96.0.0/14\",\r\n \"23.100.0.0/15\",\r\n \"23.102.0.0/16\",\r\n \"23.103.64.0/18\",\r\n \"23.103.128.0/17\",\r\n \"23.104.0.0/13\",\r\n \"23.112.0.0/12\",\r\n \"23.128.0.0/9\",\r\n \"24.0.0.0/8\",\r\n \"25.1.0.0/16\",\r\n \"25.2.0.0/15\",\r\n \"25.8.0.0/13\",\r\n \"25.16.0.0/13\",\r\n \"25.24.0.0/14\",\r\n \"25.32.0.0/16\",\r\n \"25.34.0.0/15\",\r\n \"25.36.0.0/14\",\r\n \"25.40.0.0/16\",\r\n \"25.41.16.0/20\",\r\n \"25.41.32.0/19\",\r\n \"25.41.64.0/18\",\r\n \"25.41.128.0/17\",\r\n \"25.42.0.0/15\",\r\n \"25.44.0.0/14\",\r\n \"25.132.0.0/14\",\r\n \"25.136.0.0/14\",\r\n \"25.140.0.0/15\",\r\n \"25.240.0.0/14\",\r\n \"25.250.86.0/23\",\r\n \"25.250.88.0/21\",\r\n \"25.250.96.0/19\",\r\n \"25.250.128.0/17\",\r\n \"25.254.9.0/24\",\r\n \"25.254.10.0/23\",\r\n \"25.254.12.0/22\",\r\n \"25.254.32.0/19\",\r\n \"26.0.0.0/7\",\r\n \"28.0.0.0/6\",\r\n \"32.0.0.0/5\",\r\n \"40.0.0.0/10\",\r\n \"40.64.0.0/15\",\r\n \"40.66.0.0/17\",\r\n \"40.67.0.0/16\",\r\n \"40.68.0.0/14\",\r\n \"40.72.0.0/13\",\r\n \"40.80.0.0/12\",\r\n \"40.96.0.0/13\",\r\n \"40.104.0.0/14\",\r\n \"40.108.128.0/17\",\r\n \"40.110.0.0/15\",\r\n \"40.112.0.0/12\",\r\n \"40.128.0.0/9\",\r\n \"41.0.0.0/8\",\r\n \"42.0.0.0/7\",\r\n \"44.0.0.0/6\",\r\n \"48.0.0.0/6\",\r\n \"52.0.0.0/9\",\r\n \"52.128.0.0/14\",\r\n \"52.136.0.0/13\",\r\n \"52.144.0.0/16\",\r\n \"52.146.0.0/15\",\r\n \"52.148.0.0/14\",\r\n \"52.152.0.0/13\",\r\n \"52.160.0.0/11\",\r\n \"52.192.0.0/10\",\r\n \"53.0.0.0/8\",\r\n \"54.0.0.0/7\",\r\n \"56.0.0.0/5\",\r\n \"64.0.0.0/3\",\r\n \"96.0.0.0/6\",\r\n \"100.0.0.0/10\",\r\n \"100.128.0.0/9\",\r\n \"101.0.0.0/8\",\r\n \"102.0.0.0/7\",\r\n \"104.0.0.0/9\",\r\n \"104.128.0.0/12\",\r\n \"104.144.0.0/15\",\r\n \"104.146.128.0/17\",\r\n \"104.148.0.0/14\",\r\n \"104.152.0.0/13\",\r\n \"104.160.0.0/11\",\r\n \"104.192.0.0/12\",\r\n \"104.208.0.0/14\",\r\n \"104.212.0.0/19\",\r\n \"104.212.32.0/22\",\r\n \"104.212.40.0/21\",\r\n \"104.212.48.0/22\",\r\n \"104.212.56.0/21\",\r\n \"104.212.64.0/18\",\r\n \"104.212.128.0/17\",\r\n \"104.213.0.0/16\",\r\n \"104.214.0.0/15\",\r\n \"104.216.0.0/13\",\r\n \"104.224.0.0/11\",\r\n \"105.0.0.0/8\",\r\n \"106.0.0.0/7\",\r\n \"108.0.0.0/6\",\r\n \"112.0.0.0/5\",\r\n \"120.0.0.0/6\",\r\n \"124.0.0.0/7\",\r\n \"126.0.0.0/8\",\r\n \"128.0.0.0/8\",\r\n \"129.0.0.0/10\",\r\n \"129.64.0.0/13\",\r\n \"129.72.0.0/15\",\r\n \"129.74.0.0/16\",\r\n \"129.76.0.0/14\",\r\n \"129.80.0.0/12\",\r\n \"129.96.0.0/11\",\r\n \"129.128.0.0/9\",\r\n \"130.0.0.0/7\",\r\n \"132.0.0.0/7\",\r\n \"134.0.0.0/9\",\r\n \"134.128.0.0/11\",\r\n \"134.160.0.0/12\",\r\n \"134.176.0.0/16\",\r\n \"134.178.0.0/15\",\r\n \"134.180.0.0/14\",\r\n \"134.184.0.0/13\",\r\n \"134.192.0.0/10\",\r\n \"135.0.0.0/8\",\r\n \"136.0.0.0/7\",\r\n \"138.0.0.0/9\",\r\n \"138.128.0.0/10\",\r\n \"138.192.0.0/14\",\r\n \"138.197.0.0/16\",\r\n \"138.198.0.0/15\",\r\n \"138.200.0.0/13\",\r\n \"138.208.0.0/12\",\r\n \"138.224.0.0/11\",\r\n \"139.0.0.0/8\",\r\n \"140.0.0.0/8\",\r\n \"141.0.0.0/9\",\r\n \"141.128.0.0/10\",\r\n \"141.192.0.0/11\",\r\n \"141.224.0.0/12\",\r\n \"141.240.0.0/13\",\r\n \"141.248.0.0/15\",\r\n \"141.250.0.0/16\",\r\n \"141.252.0.0/14\",\r\n \"142.0.0.0/7\",\r\n \"144.0.0.0/7\",\r\n \"146.0.0.0/9\",\r\n \"146.128.0.0/12\",\r\n \"146.144.0.0/15\",\r\n \"146.146.0.0/16\",\r\n \"146.148.0.0/14\",\r\n \"146.152.0.0/13\",\r\n \"146.160.0.0/11\",\r\n \"146.192.0.0/10\",\r\n \"147.0.0.0/8\",\r\n \"148.0.0.0/6\",\r\n \"152.0.0.0/6\",\r\n \"156.0.0.0/8\",\r\n \"157.0.0.0/11\",\r\n \"157.32.0.0/12\",\r\n \"157.48.0.0/13\",\r\n \"157.56.0.0/15\",\r\n \"157.58.0.0/16\",\r\n \"157.60.0.0/14\",\r\n \"157.64.0.0/10\",\r\n \"157.128.0.0/9\",\r\n \"158.0.0.0/7\",\r\n \"160.0.0.0/5\",\r\n \"168.0.0.0/8\",\r\n \"169.0.0.0/9\",\r\n \"169.128.0.0/10\",\r\n \"169.192.0.0/11\",\r\n \"169.224.0.0/12\",\r\n \"169.240.0.0/13\",\r\n \"169.248.0.0/14\",\r\n \"169.252.0.0/15\",\r\n \"169.255.0.0/16\",\r\n \"170.0.0.0/7\",\r\n \"172.0.0.0/12\",\r\n \"172.32.0.0/11\",\r\n \"172.64.0.0/10\",\r\n \"172.128.0.0/9\",\r\n \"173.0.0.0/8\",\r\n \"174.0.0.0/7\",\r\n \"176.0.0.0/4\",\r\n \"192.0.0.0/23\",\r\n \"192.0.3.0/24\",\r\n \"192.0.4.0/22\",\r\n \"192.0.8.0/21\",\r\n \"192.0.16.0/20\",\r\n \"192.0.32.0/19\",\r\n \"192.0.64.0/18\",\r\n \"192.0.128.0/17\",\r\n \"192.1.0.0/16\",\r\n \"192.2.0.0/15\",\r\n \"192.4.0.0/14\",\r\n \"192.8.0.0/13\",\r\n \"192.16.0.0/12\",\r\n \"192.33.0.0/16\",\r\n \"192.34.0.0/15\",\r\n \"192.36.0.0/14\",\r\n \"192.40.0.0/13\",\r\n \"192.48.0.0/12\",\r\n \"192.64.0.0/10\",\r\n \"192.128.0.0/11\",\r\n \"192.160.0.0/13\",\r\n \"192.169.0.0/16\",\r\n \"192.170.0.0/15\",\r\n \"192.172.0.0/14\",\r\n \"192.176.0.0/12\",\r\n \"192.192.0.0/10\",\r\n \"193.0.0.0/8\",\r\n \"194.0.0.0/7\",\r\n \"196.0.0.0/7\",\r\n \"198.0.0.0/12\",\r\n \"198.16.0.0/15\",\r\n \"198.20.0.0/14\",\r\n \"198.24.0.0/13\",\r\n \"198.32.0.0/11\",\r\n \"198.64.0.0/10\",\r\n \"198.128.0.0/9\",\r\n \"199.0.0.0/8\",\r\n \"200.0.0.0/5\",\r\n \"208.0.0.0/4\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4478?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ0Nzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9921?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5MjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba253173-17bf-41a2-a8ba-80e3af9ccfad" + "36f85135-dbcc-4322-bb3b-7160e7fb9b7d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2445,22 +2317,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "7fbb8c27-10d9-4e99-9757-bef29c2ead45" + "390a78da-b891-4d1d-9024-f57aab857df0" ], "x-ms-correlation-request-id": [ - "7fbb8c27-10d9-4e99-9757-bef29c2ead45" + "390a78da-b891-4d1d-9024-f57aab857df0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000232Z:7fbb8c27-10d9-4e99-9757-bef29c2ead45" + "SOUTHCENTRALUS:20220126T072239Z:390a78da-b891-4d1d-9024-f57aab857df0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2469,7 +2341,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:32 GMT" + "Wed, 26 Jan 2022 07:22:39 GMT" ], "Expires": [ "-1" @@ -2482,15 +2354,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2502,7 +2374,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2511,13 +2383,13 @@ "11999" ], "x-ms-request-id": [ - "70417052-94de-4845-a33a-37fb522a31e6" + "cf7123ea-ed77-43f9-8443-21cf1804cbbf" ], "x-ms-correlation-request-id": [ - "70417052-94de-4845-a33a-37fb522a31e6" + "cf7123ea-ed77-43f9-8443-21cf1804cbbf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000248Z:70417052-94de-4845-a33a-37fb522a31e6" + "SOUTHCENTRALUS:20220126T072255Z:cf7123ea-ed77-43f9-8443-21cf1804cbbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2526,7 +2398,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:02:47 GMT" + "Wed, 26 Jan 2022 07:22:54 GMT" ], "Expires": [ "-1" @@ -2539,15 +2411,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2559,7 +2431,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2568,13 +2440,13 @@ "11998" ], "x-ms-request-id": [ - "43577c06-c00a-46f2-8808-e5409b95c477" + "2d091eae-857e-496a-bc4c-129468d5aa48" ], "x-ms-correlation-request-id": [ - "43577c06-c00a-46f2-8808-e5409b95c477" + "2d091eae-857e-496a-bc4c-129468d5aa48" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000303Z:43577c06-c00a-46f2-8808-e5409b95c477" + "SOUTHCENTRALUS:20220126T072310Z:2d091eae-857e-496a-bc4c-129468d5aa48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2583,7 +2455,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:03:03 GMT" + "Wed, 26 Jan 2022 07:23:09 GMT" ], "Expires": [ "-1" @@ -2596,15 +2468,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2616,7 +2488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2625,13 +2497,13 @@ "11997" ], "x-ms-request-id": [ - "e8b81153-2b02-4168-9e72-38bcd8e90470" + "aae1acb4-0b24-407b-a7cd-9f4ef37fe102" ], "x-ms-correlation-request-id": [ - "e8b81153-2b02-4168-9e72-38bcd8e90470" + "aae1acb4-0b24-407b-a7cd-9f4ef37fe102" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000319Z:e8b81153-2b02-4168-9e72-38bcd8e90470" + "SOUTHCENTRALUS:20220126T072326Z:aae1acb4-0b24-407b-a7cd-9f4ef37fe102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2640,7 +2512,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:03:18 GMT" + "Wed, 26 Jan 2022 07:23:25 GMT" ], "Expires": [ "-1" @@ -2653,15 +2525,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2673,7 +2545,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2682,13 +2554,13 @@ "11996" ], "x-ms-request-id": [ - "fbf1497f-4eda-48cb-97a1-0585c71cc0e3" + "9e46e474-f0cc-46cd-b94a-a840fd0b9fb0" ], "x-ms-correlation-request-id": [ - "fbf1497f-4eda-48cb-97a1-0585c71cc0e3" + "9e46e474-f0cc-46cd-b94a-a840fd0b9fb0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000334Z:fbf1497f-4eda-48cb-97a1-0585c71cc0e3" + "SOUTHCENTRALUS:20220126T072341Z:9e46e474-f0cc-46cd-b94a-a840fd0b9fb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2697,7 +2569,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:03:33 GMT" + "Wed, 26 Jan 2022 07:23:40 GMT" ], "Expires": [ "-1" @@ -2710,15 +2582,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2730,7 +2602,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2739,13 +2611,13 @@ "11995" ], "x-ms-request-id": [ - "5198f72d-f6f0-4478-a03e-2d596be3c3f5" + "af268bca-0fcd-412c-8192-4b78d0a4668d" ], "x-ms-correlation-request-id": [ - "5198f72d-f6f0-4478-a03e-2d596be3c3f5" + "af268bca-0fcd-412c-8192-4b78d0a4668d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000350Z:5198f72d-f6f0-4478-a03e-2d596be3c3f5" + "SOUTHCENTRALUS:20220126T072357Z:af268bca-0fcd-412c-8192-4b78d0a4668d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2754,7 +2626,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:03:49 GMT" + "Wed, 26 Jan 2022 07:23:56 GMT" ], "Expires": [ "-1" @@ -2767,15 +2639,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2787,7 +2659,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2796,13 +2668,13 @@ "11994" ], "x-ms-request-id": [ - "451049c0-8bc8-4cc8-81cd-01b3e0667f40" + "e29b2191-3b16-4f9c-bb45-741e34f57e66" ], "x-ms-correlation-request-id": [ - "451049c0-8bc8-4cc8-81cd-01b3e0667f40" + "e29b2191-3b16-4f9c-bb45-741e34f57e66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000405Z:451049c0-8bc8-4cc8-81cd-01b3e0667f40" + "SOUTHCENTRALUS:20220126T072412Z:e29b2191-3b16-4f9c-bb45-741e34f57e66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2811,7 +2683,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:04:05 GMT" + "Wed, 26 Jan 2022 07:24:12 GMT" ], "Expires": [ "-1" @@ -2824,15 +2696,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2844,7 +2716,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2853,13 +2725,13 @@ "11993" ], "x-ms-request-id": [ - "f49226ff-09f4-4060-988e-30c38e1e3de9" + "79ed907b-9e1a-4a93-9123-dd3bec804703" ], "x-ms-correlation-request-id": [ - "f49226ff-09f4-4060-988e-30c38e1e3de9" + "79ed907b-9e1a-4a93-9123-dd3bec804703" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000421Z:f49226ff-09f4-4060-988e-30c38e1e3de9" + "SOUTHCENTRALUS:20220126T072427Z:79ed907b-9e1a-4a93-9123-dd3bec804703" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2868,7 +2740,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:04:20 GMT" + "Wed, 26 Jan 2022 07:24:27 GMT" ], "Expires": [ "-1" @@ -2881,15 +2753,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2901,7 +2773,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2910,13 +2782,13 @@ "11992" ], "x-ms-request-id": [ - "38d0dfe8-c434-44ea-85d4-eb8618d2ec8a" + "60148e8c-8678-468e-84c9-58a178e33832" ], "x-ms-correlation-request-id": [ - "38d0dfe8-c434-44ea-85d4-eb8618d2ec8a" + "60148e8c-8678-468e-84c9-58a178e33832" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000436Z:38d0dfe8-c434-44ea-85d4-eb8618d2ec8a" + "SOUTHCENTRALUS:20220126T072443Z:60148e8c-8678-468e-84c9-58a178e33832" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2925,7 +2797,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:04:36 GMT" + "Wed, 26 Jan 2022 07:24:43 GMT" ], "Expires": [ "-1" @@ -2938,15 +2810,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2958,7 +2830,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2967,13 +2839,13 @@ "11991" ], "x-ms-request-id": [ - "baeac0e8-104a-46f6-88be-6b59fb5a94b5" + "c4455323-0866-49fd-99c3-acf9ee6b26eb" ], "x-ms-correlation-request-id": [ - "baeac0e8-104a-46f6-88be-6b59fb5a94b5" + "c4455323-0866-49fd-99c3-acf9ee6b26eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000451Z:baeac0e8-104a-46f6-88be-6b59fb5a94b5" + "SOUTHCENTRALUS:20220126T072458Z:c4455323-0866-49fd-99c3-acf9ee6b26eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2982,7 +2854,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:04:51 GMT" + "Wed, 26 Jan 2022 07:24:58 GMT" ], "Expires": [ "-1" @@ -2995,15 +2867,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3014,17 +2886,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "8683e407-34a6-4d29-8aed-e729b0a2fb69" + "94a40d59-b574-4cf5-8c7f-11cc991c46f3" ], "x-ms-correlation-request-id": [ - "8683e407-34a6-4d29-8aed-e729b0a2fb69" + "94a40d59-b574-4cf5-8c7f-11cc991c46f3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000507Z:8683e407-34a6-4d29-8aed-e729b0a2fb69" + "SOUTHCENTRALUS:20220126T072514Z:94a40d59-b574-4cf5-8c7f-11cc991c46f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3033,7 +2911,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:06 GMT" + "Wed, 26 Jan 2022 07:25:13 GMT" ], "Expires": [ "-1" @@ -3043,18 +2921,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDc4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTkRjNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3065,17 +2943,125 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-request-id": [ - "b7d515b3-f0f7-4168-b2d7-2bbe66ea6fa7" + "5dc782ff-7391-474f-bca6-291daf4222e2" + ], + "x-ms-correlation-request-id": [ + "5dc782ff-7391-474f-bca6-291daf4222e2" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T072529Z:5dc782ff-7391-474f-bca6-291daf4222e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:25:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "12394d5f-9cb5-44f9-845d-a5595e0b69b6" + ], + "x-ms-correlation-request-id": [ + "12394d5f-9cb5-44f9-845d-a5595e0b69b6" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T072545Z:12394d5f-9cb5-44f9-845d-a5595e0b69b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:25:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTIxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RJeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "e5661693-94e7-40ba-bcd0-52a952e188c0" ], "x-ms-correlation-request-id": [ - "b7d515b3-f0f7-4168-b2d7-2bbe66ea6fa7" + "e5661693-94e7-40ba-bcd0-52a952e188c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000507Z:b7d515b3-f0f7-4168-b2d7-2bbe66ea6fa7" + "SOUTHCENTRALUS:20220126T072545Z:e5661693-94e7-40ba-bcd0-52a952e188c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3084,7 +3070,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:07 GMT" + "Wed, 26 Jan 2022 07:25:45 GMT" ], "Expires": [ "-1" @@ -3099,27 +3085,27 @@ ], "Names": { "TestEffectiveRouteAndAcls": [ - "crptestar4478", - "as5371", - "crptestar2404" + "crptestar9921", + "as3892", + "crptestar4465" ], "CreateVNET": [ - "vn821", - "sn2193" + "vn7406", + "sn9829" ], "CreateNsg": [ - "nsg6511" + "nsg493" ], "CreateNIC": [ - "nic2085", - "ip8492" + "nic7321", + "ip7731" ], "CreateDefaultVMInput": [ - "crptestar6680", - "crptestar1703", - "crptestar6619", - "vm1049", - "Microsoft.Compute/virtualMachines6216" + "crptestar5934", + "crptestar5352", + "crptestar5962", + "vm5361", + "Microsoft.Compute/virtualMachines3414" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiIpConfigForMultiNICVM.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiIpConfigForMultiNICVM.json index ca32dc8a89680..1f24ffe130977 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiIpConfigForMultiNICVM.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiIpConfigForMultiNICVM.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a60707ec-e11c-4ccf-8c6e-7b2c67dc9dcf" + "ae0bf186-9a7d-41ef-ac3e-def0a3c6184c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43995" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "11bacde6-ef9d-43c0-b7df-e88591d3abb3" + "561b957d-866d-4ec5-a940-20091cde5e76" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "c60b8847-2e2e-4825-8b13-600885985f9e" + "305846a2-dcc8-43eb-a92d-631bf607d2c2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001753Z:c60b8847-2e2e-4825-8b13-600885985f9e" + "SOUTHCENTRALUS:20220126T074027Z:305846a2-dcc8-43eb-a92d-631bf607d2c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:53 GMT" + "Wed, 26 Jan 2022 07:40:27 GMT" ], "Content-Length": [ "321" @@ -71,28 +71,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar152?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8556?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar152\": \"2021-06-29 00:17:53Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8556\": \"2022-01-26 07:40:28Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ae2aef39-f889-462a-b421-4e9dd046ec74" + "539cdc5a-b40e-48a1-85a2-752f89f07275" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { @@ -103,16 +103,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "9ff7be5d-d813-4531-8c13-ac82d9a349d9" + "17596c19-ad1d-4116-9ef5-4654829fc14e" ], "x-ms-correlation-request-id": [ - "9ff7be5d-d813-4531-8c13-ac82d9a349d9" + "17596c19-ad1d-4116-9ef5-4654829fc14e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001755Z:9ff7be5d-d813-4531-8c13-ac82d9a349d9" + "SOUTHCENTRALUS:20220126T074031Z:17596c19-ad1d-4116-9ef5-4654829fc14e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,10 +121,10 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:54 GMT" + "Wed, 26 Jan 2022 07:40:31 GMT" ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,32 +133,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152\",\r\n \"name\": \"crptestar152\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar152\": \"2021-06-29 00:17:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556\",\r\n \"name\": \"crptestar8556\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8556\": \"2022-01-26 07:40:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar152?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8556?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar152\": \"2021-06-29 00:17:55Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8556\": \"2022-01-26 07:40:32Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bcea2679-dbd5-4854-b463-f97b752433f5" + "e036f01f-86a8-439d-905f-7ed2260f83f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "99" ] }, "ResponseHeaders": { @@ -169,16 +169,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "aba2e9f6-c593-4548-824a-dff0d954ac8a" + "417dc079-9ea0-48ba-a1ae-1455a29d1762" ], "x-ms-correlation-request-id": [ - "aba2e9f6-c593-4548-824a-dff0d954ac8a" + "417dc079-9ea0-48ba-a1ae-1455a29d1762" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001756Z:aba2e9f6-c593-4548-824a-dff0d954ac8a" + "SOUTHCENTRALUS:20220126T074032Z:417dc079-9ea0-48ba-a1ae-1455a29d1762" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,10 +187,10 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:55 GMT" + "Wed, 26 Jan 2022 07:40:32 GMT" ], "Content-Length": [ - "231" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152\",\r\n \"name\": \"crptestar152\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar152\": \"2021-06-29 00:17:55Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556\",\r\n \"name\": \"crptestar8556\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8556\": \"2022-01-26 07:40:32Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Storage/storageAccounts/crptestar930?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjkzMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Storage/storageAccounts/crptestar4651?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NjUxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85aa94e7-802d-4ecc-bc32-6d6f7b7a5622" + "bde1ba17-5697-4f06-a5f6-95f06c3e4d4a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1f0c6377-8b7b-4e36-a991-91da2caa0b26?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5b917c2b-466e-459d-9647-271534856223?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "1f0c6377-8b7b-4e36-a991-91da2caa0b26" + "5b917c2b-466e-459d-9647-271534856223" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "165a9f63-08da-4b64-b0e4-77eb5ecce2fc" + "185fc40c-86cf-4630-88f1-f2e7b2b09e9f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001804Z:165a9f63-08da-4b64-b0e4-77eb5ecce2fc" + "SOUTHCENTRALUS:20220126T074044Z:185fc40c-86cf-4630-88f1-f2e7b2b09e9f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:03 GMT" + "Wed, 26 Jan 2022 07:40:43 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1f0c6377-8b7b-4e36-a991-91da2caa0b26?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMWYwYzYzNzctOGI3Yi00ZTM2LWE5OTEtOTFkYTJjYWEwYjI2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5b917c2b-466e-459d-9647-271534856223?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNWI5MTdjMmItNDY2ZS00NTlkLTk2NDctMjcxNTM0ODU2MjIzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -298,7 +298,7 @@ "no-cache" ], "x-ms-request-id": [ - "6152dff7-ffad-4d85-b44c-5bccdc5e80e2" + "55254442-26ca-4d06-abe5-42e609b40d1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +310,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "d47da626-8272-49d9-ada1-4a2668f02fab" + "d8ccff37-ec9f-495b-9d95-11d4bf02eb9d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001822Z:d47da626-8272-49d9-ada1-4a2668f02fab" + "SOUTHCENTRALUS:20220126T074101Z:d8ccff37-ec9f-495b-9d95-11d4bf02eb9d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:22 GMT" + "Wed, 26 Jan 2022 07:41:00 GMT" ], "Content-Length": [ "95" @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb6f24f0-4fa3-41f0-b31f-0a33309f82bb" + "c86d0789-8f61-42b6-a38d-7b31b2d7d79a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "b42bf611-be35-4f8f-9c65-a25ae4486924" + "41c213ba-aef3-485a-a38b-b89ec0ffe152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -373,19 +373,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "e8e8078b-a3be-492c-ba6a-be0022e1fb20" + "76197872-02ac-4517-8ef3-b56ba94ea8a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001832Z:e8e8078b-a3be-492c-ba6a-be0022e1fb20" + "SOUTHCENTRALUS:20220126T074112Z:76197872-02ac-4517-8ef3-b56ba94ea8a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:32 GMT" + "Wed, 26 Jan 2022 07:41:12 GMT" ], "Content-Length": [ - "745" + "752" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Storage/storageAccounts/crptestar930\",\r\n \"name\": \"crptestar930\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:18:01.1721304Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar930.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar930.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar930.table.core.windows.net/\",\r\n \"file\": \"https://crptestar930.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Storage/storageAccounts/crptestar4651\",\r\n \"name\": \"crptestar4651\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:40:40.5655182Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4651.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4651.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4651.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4651.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Storage/storageAccounts/crptestar930?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjkzMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Storage/storageAccounts/crptestar4651?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NjUxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd983fbb-972e-410f-9c7d-d8193e179748" + "c90dc952-7da2-4d68-b69d-8c08c438a918" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "4d14a2a8-6eae-4761-a6b9-fdf9fae7783c" + "93ce0072-8727-4d27-9998-c75d94f64149" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,19 +436,19 @@ "11997" ], "x-ms-correlation-request-id": [ - "f77b9017-2dad-4ac6-b078-717298e361da" + "a2f7e16f-4212-4561-b26f-d83d89827fdf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001832Z:f77b9017-2dad-4ac6-b078-717298e361da" + "SOUTHCENTRALUS:20220126T074112Z:a2f7e16f-4212-4561-b26f-d83d89827fdf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:32 GMT" + "Wed, 26 Jan 2022 07:41:12 GMT" ], "Content-Length": [ - "733" + "740" ], "Content-Type": [ "application/json" @@ -457,32 +457,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Storage/storageAccounts/crptestar930\",\r\n \"name\": \"crptestar930\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:18:01.1721304Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar930.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar930.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar930.table.core.windows.net/\",\r\n \"file\": \"https://crptestar930.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Storage/storageAccounts/crptestar4651\",\r\n \"name\": \"crptestar4651\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:40:40.5655182Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4651.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4651.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4651.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4651.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMjczNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ5OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn415\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1893\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3cd717e2-c489-49d2-8d77-e5b088776ab1" + "2983ea04-5362-40a8-90e1-c7a05afb95ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { @@ -496,19 +496,19 @@ "3" ], "x-ms-request-id": [ - "1608d94f-69a4-48f8-b266-63bb8d9b1713" + "e99dd944-3888-4514-a2af-b7bb67937efd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1608d94f-69a4-48f8-b266-63bb8d9b1713?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e99dd944-3888-4514-a2af-b7bb67937efd?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "fe3bf261-c539-4db8-9c01-8be3db451067" + "af3af474-fd11-4c1e-a386-43122e2a48ca" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "641890de-fe1c-4e51-a01d-cf7fde9fc93d" + "1077d295-0ecc-4d6f-898b-baba83b9c5bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,16 +521,16 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001842Z:fe3bf261-c539-4db8-9c01-8be3db451067" + "SOUTHCENTRALUS:20220126T074122Z:af3af474-fd11-4c1e-a386-43122e2a48ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:42 GMT" + "Wed, 26 Jan 2022 07:41:21 GMT" ], "Content-Length": [ - "1317" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737\",\r\n \"etag\": \"W/\\\"db031545-5e87-4f00-9c9e-f1c631b4705f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"efa45054-b70f-4cba-8007-0e77e330a44e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\",\r\n \"etag\": \"W/\\\"db031545-5e87-4f00-9c9e-f1c631b4705f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4990\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990\",\r\n \"etag\": \"W/\\\"bb6d0723-8a54-458d-93ce-7a4654fc706c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"43088cbb-29dd-4bb4-b025-55293222a1dd\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\",\r\n \"etag\": \"W/\\\"bb6d0723-8a54-458d-93ce-7a4654fc706c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1608d94f-69a4-48f8-b266-63bb8d9b1713?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2MDhkOTRmLTY5YTQtNDhmOC1iMjY2LTYzYmI4ZDliMTcxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e99dd944-3888-4514-a2af-b7bb67937efd?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U5OWRkOTQ0LTM4ODgtNDUxNC1hMmFmLWI3YmI2NzkzN2VmZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +563,13 @@ "no-cache" ], "x-ms-request-id": [ - "67ecb3a0-b524-488c-a20b-4b1c97f2842a" + "94172f23-570c-4001-ae86-16731f4de239" ], "x-ms-correlation-request-id": [ - "b97435be-9073-4741-afef-edf0e47066fc" + "e4d5a838-7221-43ac-b253-7d1c92ebe2d7" ], "x-ms-arm-service-request-id": [ - "7a850452-881a-43f3-a8cd-22f04c76472e" + "2f40ca7e-ed18-4915-b499-925e69e8a67f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,13 +582,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001846Z:b97435be-9073-4741-afef-edf0e47066fc" + "SOUTHCENTRALUS:20220126T074125Z:e4d5a838-7221-43ac-b253-7d1c92ebe2d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:46 GMT" + "Wed, 26 Jan 2022 07:41:25 GMT" ], "Content-Length": [ "29" @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMjczNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ5OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +624,16 @@ "no-cache" ], "ETag": [ - "W/\"89948048-9503-422a-912e-889030d1319c\"" + "W/\"84f12a6f-d2f1-49d5-beb8-84a1597b6961\"" ], "x-ms-request-id": [ - "741f72b7-dfd1-42d3-843e-a4c6e29a9b0e" + "b0e1ba99-d3af-416f-a91e-8f3611545a39" ], "x-ms-correlation-request-id": [ - "7904898f-4036-4577-9c8a-df9957abb884" + "74f1e43d-ebe9-4e6c-93b2-e02a1833bce8" ], "x-ms-arm-service-request-id": [ - "61d5eb9d-596b-4f50-bbfe-5b68e4e11a09" + "3f41b181-234f-4f52-b83f-2bdf522e2702" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -646,16 +646,16 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001846Z:7904898f-4036-4577-9c8a-df9957abb884" + "SOUTHCENTRALUS:20220126T074126Z:74f1e43d-ebe9-4e6c-93b2-e02a1833bce8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:46 GMT" + "Wed, 26 Jan 2022 07:41:25 GMT" ], "Content-Length": [ - "1319" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737\",\r\n \"etag\": \"W/\\\"89948048-9503-422a-912e-889030d1319c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"efa45054-b70f-4cba-8007-0e77e330a44e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\",\r\n \"etag\": \"W/\\\"89948048-9503-422a-912e-889030d1319c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4990\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990\",\r\n \"etag\": \"W/\\\"84f12a6f-d2f1-49d5-beb8-84a1597b6961\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"43088cbb-29dd-4bb4-b025-55293222a1dd\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\",\r\n \"etag\": \"W/\\\"84f12a6f-d2f1-49d5-beb8-84a1597b6961\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMjczNy9zdWJuZXRzL3NuNDE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ5OTAvc3VibmV0cy9zbjE4OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5eb00f34-b326-4708-a2a3-ee6e6c38eb74" + "b6864b00-ef53-4208-865f-ccc3cb9211f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +694,16 @@ "no-cache" ], "ETag": [ - "W/\"89948048-9503-422a-912e-889030d1319c\"" + "W/\"84f12a6f-d2f1-49d5-beb8-84a1597b6961\"" ], "x-ms-request-id": [ - "2d4727e6-f16c-4587-b5d0-a1ff7f610dab" + "a7d89289-9c66-4342-a60e-ba8a72ffd38c" ], "x-ms-correlation-request-id": [ - "7abe5d65-4b5c-40b4-b994-2ec6fa86fb4d" + "5b78884f-7c48-445b-9052-fcdfc64b5617" ], "x-ms-arm-service-request-id": [ - "a5baea8e-9bcd-4247-a0dc-05f4ca527672" + "aaf360d1-be7e-410f-a98f-254823d28209" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -716,16 +716,16 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001846Z:7abe5d65-4b5c-40b4-b994-2ec6fa86fb4d" + "SOUTHCENTRALUS:20220126T074126Z:5b78884f-7c48-445b-9052-fcdfc64b5617" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:46 GMT" + "Wed, 26 Jan 2022 07:41:25 GMT" ], "Content-Length": [ - "520" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,32 +734,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\",\r\n \"etag\": \"W/\\\"89948048-9503-422a-912e-889030d1319c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\",\r\n \"etag\": \"W/\\\"84f12a6f-d2f1-49d5-beb8-84a1597b6961\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvOTI0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzYzNzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ip5285\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false\r\n },\r\n \"name\": \"ip2518\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ip6009\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false\r\n },\r\n \"name\": \"ip25928\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "26f40ab9-f81c-4139-b6d2-d2d8fa5ffaaa" + "33038bb0-387a-46f5-8710-2a7213267a4c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1415" + "1422" ] }, "ResponseHeaders": { @@ -770,19 +770,19 @@ "no-cache" ], "x-ms-request-id": [ - "dc464e97-9417-45cd-be8d-73928e5fa7d1" + "8a917035-7fab-403d-a542-7f78564caf17" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/dc464e97-9417-45cd-be8d-73928e5fa7d1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8a917035-7fab-403d-a542-7f78564caf17?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d24f4bcf-69e9-4161-b830-b12dbe23dde9" + "6d12489e-a5db-4d34-9c0d-fc17dfa485e9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "06b61a23-cceb-4c10-8eab-73d0d2b0cf6c" + "c9c22134-0f31-4c85-a6fe-29926ff668c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -795,16 +795,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001851Z:d24f4bcf-69e9-4161-b830-b12dbe23dde9" + "SOUTHCENTRALUS:20220126T074131Z:6d12489e-a5db-4d34-9c0d-fc17dfa485e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:51 GMT" + "Wed, 26 Jan 2022 07:41:30 GMT" ], "Content-Length": [ - "2425" + "2434" ], "Content-Type": [ "application/json; charset=utf-8" @@ -813,19 +813,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d4ec0ea4-f380-4d8d-ad14-ae1d43e9cc57\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip5285\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip2518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip2518\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"6371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95b336de-7194-40e5-bf4b-1854b9c4da6d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip6009\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25928\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip25928\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvOTI0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzYzNzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -837,16 +837,16 @@ "no-cache" ], "ETag": [ - "W/\"1ff975d8-a950-4ba4-baba-a12189a11ab9\"" + "W/\"9da73578-a19c-41ef-a10c-0fd877b3656c\"" ], "x-ms-request-id": [ - "c866682d-ebde-4ce4-8208-877e8ef5608a" + "3419e257-00d1-4ef7-9077-063773babeda" ], "x-ms-correlation-request-id": [ - "96552129-523c-4da3-97a6-30f30c6c8687" + "eb61de08-a668-41f0-82cc-9373f5c4f446" ], "x-ms-arm-service-request-id": [ - "edc1b833-7aa0-4bfd-b5e6-353825828b95" + "40752b60-99dd-4160-b7c8-714293b1dd6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -859,16 +859,16 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001852Z:96552129-523c-4da3-97a6-30f30c6c8687" + "SOUTHCENTRALUS:20220126T074131Z:eb61de08-a668-41f0-82cc-9373f5c4f446" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:52 GMT" + "Wed, 26 Jan 2022 07:41:30 GMT" ], "Content-Length": [ - "2425" + "2434" ], "Content-Type": [ "application/json; charset=utf-8" @@ -877,25 +877,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d4ec0ea4-f380-4d8d-ad14-ae1d43e9cc57\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip5285\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip2518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip2518\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"6371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95b336de-7194-40e5-bf4b-1854b9c4da6d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip6009\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25928\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip25928\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvOTI0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzYzNzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f858dce3-273b-4a66-9c6c-d2ccc235d77f" + "0bf7ffd5-ed21-47cd-81b1-64626687a636" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -907,16 +907,16 @@ "no-cache" ], "ETag": [ - "W/\"1ff975d8-a950-4ba4-baba-a12189a11ab9\"" + "W/\"9da73578-a19c-41ef-a10c-0fd877b3656c\"" ], "x-ms-request-id": [ - "e3cb7ce9-874b-47a9-8cca-115c3f9122ea" + "11b02c48-c267-4592-84b6-4fded140cefb" ], "x-ms-correlation-request-id": [ - "868267ea-5f6b-43dd-9627-a80846d78272" + "5fc46547-b6f0-4abc-bb92-dcd7a71a0445" ], "x-ms-arm-service-request-id": [ - "5cb21a21-0252-42b6-86b1-1723225b3e64" + "d4627682-28a5-4c6d-bd9e-75f288164438" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -929,16 +929,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001852Z:868267ea-5f6b-43dd-9627-a80846d78272" + "SOUTHCENTRALUS:20220126T074131Z:5fc46547-b6f0-4abc-bb92-dcd7a71a0445" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:52 GMT" + "Wed, 26 Jan 2022 07:41:31 GMT" ], "Content-Length": [ - "2425" + "2434" ], "Content-Type": [ "application/json; charset=utf-8" @@ -947,25 +947,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d4ec0ea4-f380-4d8d-ad14-ae1d43e9cc57\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip5285\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip2518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip2518\",\r\n \"etag\": \"W/\\\"1ff975d8-a950-4ba4-baba-a12189a11ab9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"6371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95b336de-7194-40e5-bf4b-1854b9c4da6d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip6009\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25928\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip25928\",\r\n \"etag\": \"W/\\\"9da73578-a19c-41ef-a10c-0fd877b3656c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvOTI0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzYzNzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d41bf7ec-20a3-470d-a8b9-74248bd8e8ea" + "1e64ce72-3b17-4c43-bf1a-43475076c2f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -977,16 +977,16 @@ "no-cache" ], "ETag": [ - "W/\"5b528c22-e7e4-4463-842f-2cc41bb856e3\"" + "W/\"69e8508e-da54-492e-8375-42fca9236ea2\"" ], "x-ms-request-id": [ - "51f435a8-6f71-4624-a1de-c50cebf5c32f" + "9557e49b-3276-4669-bae5-39340ce06955" ], "x-ms-correlation-request-id": [ - "6bd21969-7d90-4a87-8f8c-edbab1039637" + "8b02c619-df01-40ae-b5f0-f921643172d4" ], "x-ms-arm-service-request-id": [ - "ce8dc053-cb85-4a56-bab9-86e8b71aa293" + "50a84bbf-49ed-47db-a8cc-3902a0b08633" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -999,16 +999,16 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002107Z:6bd21969-7d90-4a87-8f8c-edbab1039637" + "SOUTHCENTRALUS:20220126T074343Z:8b02c619-df01-40ae-b5f0-f921643172d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:06 GMT" + "Wed, 26 Jan 2022 07:43:42 GMT" ], "Content-Length": [ - "2667" + "2677" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1017,32 +1017,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\",\r\n \"etag\": \"W/\\\"5b528c22-e7e4-4463-842f-2cc41bb856e3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d4ec0ea4-f380-4d8d-ad14-ae1d43e9cc57\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip5285\",\r\n \"etag\": \"W/\\\"5b528c22-e7e4-4463-842f-2cc41bb856e3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip2518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247/ipConfigurations/ip2518\",\r\n \"etag\": \"W/\\\"5b528c22-e7e4-4463-842f-2cc41bb856e3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-C6-F2-C0\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": false,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"6371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\",\r\n \"etag\": \"W/\\\"69e8508e-da54-492e-8375-42fca9236ea2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95b336de-7194-40e5-bf4b-1854b9c4da6d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip6009\",\r\n \"etag\": \"W/\\\"69e8508e-da54-492e-8375-42fca9236ea2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25928\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371/ipConfigurations/ip25928\",\r\n \"etag\": \"W/\\\"69e8508e-da54-492e-8375-42fca9236ea2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-08-64-A3\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": false,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvNjY2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzU3MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ip6542\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false\r\n },\r\n \"name\": \"ip25956\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ip5028\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false\r\n },\r\n \"name\": \"ip26294\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8a617155-e7d6-4ae8-a90b-ae14261cab34" + "a7a7aa7c-8aba-4fb1-b399-dc9dd7ca648b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1416" + "1422" ] }, "ResponseHeaders": { @@ -1053,19 +1053,19 @@ "no-cache" ], "x-ms-request-id": [ - "22eaf09b-1989-4cec-a9b1-ec8d50949564" + "806388ee-a55d-4c3c-a6dd-5c1859e3cbe7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/22eaf09b-1989-4cec-a9b1-ec8d50949564?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/806388ee-a55d-4c3c-a6dd-5c1859e3cbe7?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9bf3cd03-eda7-4a63-8cfc-9a39eee13006" + "f20ac851-0640-4c0d-a72b-652433ea138b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "27acf58b-7685-4a99-94a4-33afabb1420f" + "c843bd72-0735-4f3d-a6b8-57ae4398483d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1078,16 +1078,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001858Z:9bf3cd03-eda7-4a63-8cfc-9a39eee13006" + "SOUTHCENTRALUS:20220126T074135Z:f20ac851-0640-4c0d-a72b-652433ea138b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:58 GMT" + "Wed, 26 Jan 2022 07:41:34 GMT" ], "Content-Length": [ - "2427" + "2434" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1096,19 +1096,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"6663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"656b30fe-a6e5-4780-90ee-84a4bd7b0a08\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip6542\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25956\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip25956\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"5714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5177baf8-c3bb-4bb7-a9f9-7e8319304c00\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5028\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip5028\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip26294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip26294\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvNjY2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzU3MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1120,16 +1120,16 @@ "no-cache" ], "ETag": [ - "W/\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\"" + "W/\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\"" ], "x-ms-request-id": [ - "c3a36aa3-1a00-4f76-be86-0cb6fb4211a3" + "ce0ff3ae-68b3-4ded-b58b-57846720be9e" ], "x-ms-correlation-request-id": [ - "f9b36f41-abbc-45d0-8f62-5d67a79cc6c5" + "27429582-b722-4eca-b012-9d68f05afda7" ], "x-ms-arm-service-request-id": [ - "e957dd09-6706-47d2-b91f-a0d06a520c11" + "04215d8e-65a9-42cd-8eba-78a5f38cb9a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1142,16 +1142,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001859Z:f9b36f41-abbc-45d0-8f62-5d67a79cc6c5" + "SOUTHCENTRALUS:20220126T074135Z:27429582-b722-4eca-b012-9d68f05afda7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:59 GMT" + "Wed, 26 Jan 2022 07:41:35 GMT" ], "Content-Length": [ - "2427" + "2434" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1160,25 +1160,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"6663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"656b30fe-a6e5-4780-90ee-84a4bd7b0a08\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip6542\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25956\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip25956\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"5714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5177baf8-c3bb-4bb7-a9f9-7e8319304c00\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5028\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip5028\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip26294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip26294\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvNjY2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzU3MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ad4bfe9-8572-4b1a-b00a-25c8521a9424" + "269272c9-46a2-463f-ba92-43245304137f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1190,16 +1190,16 @@ "no-cache" ], "ETag": [ - "W/\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\"" + "W/\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\"" ], "x-ms-request-id": [ - "1d265185-3cf9-4dc0-be7b-aaa43511fb40" + "eb8a7c98-c772-4ebe-8c0f-3691465e90ad" ], "x-ms-correlation-request-id": [ - "ed907c81-3a24-4fc3-be6b-df7fab6231dd" + "856e2027-a6ef-4fbc-a637-8704cac40651" ], "x-ms-arm-service-request-id": [ - "464b62b5-5dd6-4623-ab15-594a1b512200" + "9b4dc76a-a4b6-4add-8092-12d8c94fa385" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1212,16 +1212,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001859Z:ed907c81-3a24-4fc3-be6b-df7fab6231dd" + "SOUTHCENTRALUS:20220126T074136Z:856e2027-a6ef-4fbc-a637-8704cac40651" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:18:59 GMT" + "Wed, 26 Jan 2022 07:41:35 GMT" ], "Content-Length": [ - "2427" + "2434" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1230,25 +1230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"6663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"656b30fe-a6e5-4780-90ee-84a4bd7b0a08\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip6542\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25956\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip25956\",\r\n \"etag\": \"W/\\\"e2519aa7-e63c-4b42-9571-f0e4e7ab598a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"5714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5177baf8-c3bb-4bb7-a9f9-7e8319304c00\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5028\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip5028\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip26294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip26294\",\r\n \"etag\": \"W/\\\"74cff951-2bc1-4ef7-b29d-e855f9652ae8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvNjY2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzU3MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0d36ecc-c6be-4d22-8c5e-b926ae7bc53b" + "0583721b-3e06-4ead-b7e4-e1cab529079a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1260,16 +1260,16 @@ "no-cache" ], "ETag": [ - "W/\"cf2167d7-4d5e-4720-bc27-5cc465b3bef4\"" + "W/\"59310a19-b6c8-4c3f-8896-87d8c973880d\"" ], "x-ms-request-id": [ - "704bfa7a-b6af-4a4f-884b-1e756dc4f7c7" + "d7fe8237-2a77-46df-b772-8ea874e53146" ], "x-ms-correlation-request-id": [ - "d0311b7f-f440-4df2-94eb-6709f9d58e0d" + "dae13448-46df-4530-8aa0-62e97f701ee9" ], "x-ms-arm-service-request-id": [ - "139ddddf-e9ed-4a14-a1e2-08933e12f837" + "190df6be-9335-4d32-bf00-c45e9fa8ec51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1282,16 +1282,16 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002107Z:d0311b7f-f440-4df2-94eb-6709f9d58e0d" + "SOUTHCENTRALUS:20220126T074343Z:dae13448-46df-4530-8aa0-62e97f701ee9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:06 GMT" + "Wed, 26 Jan 2022 07:43:42 GMT" ], "Content-Length": [ - "2668" + "2676" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1300,26 +1300,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"6663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\",\r\n \"etag\": \"W/\\\"cf2167d7-4d5e-4720-bc27-5cc465b3bef4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"656b30fe-a6e5-4780-90ee-84a4bd7b0a08\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip6542\",\r\n \"etag\": \"W/\\\"cf2167d7-4d5e-4720-bc27-5cc465b3bef4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip25956\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663/ipConfigurations/ip25956\",\r\n \"etag\": \"W/\\\"cf2167d7-4d5e-4720-bc27-5cc465b3bef4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/virtualNetworks/vn2737/subnets/sn415\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"krikj1ypw43ezaahbz14gmfejg.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-C6-FA-50\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"5714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\",\r\n \"etag\": \"W/\\\"59310a19-b6c8-4c3f-8896-87d8c973880d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5177baf8-c3bb-4bb7-a9f9-7e8319304c00\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5028\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip5028\",\r\n \"etag\": \"W/\\\"59310a19-b6c8-4c3f-8896-87d8c973880d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ip26294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714/ipConfigurations/ip26294\",\r\n \"etag\": \"W/\\\"59310a19-b6c8-4c3f-8896-87d8c973880d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/virtualNetworks/vn4990/subnets/sn1893\"\r\n },\r\n \"primary\": false,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"xogaqq43fg0exmbfkuuteivb1f.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-08-6E-5B\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/availabilitySets/as8380?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczgzODA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/availabilitySets/as330?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzMzA/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c39b1012-6e01-40f2-b5f7-3246e3633fcc" + "1ef11d10-20cf-4eb4-a754-5fb5e6916c15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1336,35 +1336,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96b907af-1d7c-44e6-ac8e-7c244f8be97e" + "4f891009-04d7-4805-a94d-a4e722e23cd6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "838ad24f-c43f-4a55-989f-021767b8433d" + "f474b010-07ba-4659-ad05-ff76d9cdabee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001909Z:838ad24f-c43f-4a55-989f-021767b8433d" + "SOUTHCENTRALUS:20220126T074146Z:f474b010-07ba-4659-ad05-ff76d9cdabee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:19:08 GMT" + "Wed, 26 Jan 2022 07:41:46 GMT" ], "Content-Length": [ - "443" + "442" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1373,32 +1373,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as8380\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/availabilitySets/as8380\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as330\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/availabilitySets/as330\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzY3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyNjU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar930.blob.core.windows.net/crptestar1638/oscrptestar7424.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"properties\": {\r\n \"primary\": false\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\"\r\n },\r\n {\r\n \"properties\": {\r\n \"primary\": true\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/availabilitySets/as8380\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4651.blob.core.windows.net/crptestar1891/oscrptestar2750.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"properties\": {\r\n \"primary\": false\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\"\r\n },\r\n {\r\n \"properties\": {\r\n \"primary\": true\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/availabilitySets/as330\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8a56e06-f11e-4373-b5dc-814757e4fb73" + "43a9ff5b-d8db-4660-9ab9-6d731fecab58" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1528" + "1531" ] }, "ResponseHeaders": { @@ -1412,41 +1412,41 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f3a5c8-f8bd-44d4-80e0-a652385b0fe8?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/315cc99c-b95e-4c63-83e1-6b1bdd2131f5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "23f3a5c8-f8bd-44d4-80e0-a652385b0fe8" + "315cc99c-b95e-4c63-83e1-6b1bdd2131f5" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "067a999b-e00e-4f7f-a25f-fcdcfdd92f84" + "8e3d2294-ffcf-451b-8464-f0735bbc691a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001915Z:067a999b-e00e-4f7f-a25f-fcdcfdd92f84" + "SOUTHCENTRALUS:20220126T074151Z:8e3d2294-ffcf-451b-8464-f0735bbc691a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:19:15 GMT" + "Wed, 26 Jan 2022 07:41:50 GMT" ], "Content-Length": [ - "2220" + "2281" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1455,20 +1455,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7674\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a12fffc3-9b8a-4459-9bb9-0e6e332b6007\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/availabilitySets/AS8380\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar930.blob.core.windows.net/crptestar1638/oscrptestar7424.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d087a3ff-1db3-4108-bdd1-d7a476ec43b4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/availabilitySets/AS330\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4651.blob.core.windows.net/crptestar1891/oscrptestar2750.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-26T01:41:49.7572415-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f3a5c8-f8bd-44d4-80e0-a652385b0fe8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjNhNWM4LWY4YmQtNDRkNC04MGUwLWE2NTIzODViMGZlOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/315cc99c-b95e-4c63-83e1-6b1bdd2131f5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxNWNjOTljLWI5NWUtNGM2My04M2UxLTZiMWJkZDIxMzFmNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1482,13 +1482,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29948" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24b79b0b-80d2-462d-b94c-105bb3020266" + "6822a3af-d98c-424d-b883-308b58a23969" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1498,16 +1498,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "a34b3a37-f248-47fb-b710-b80ed858f9d3" + "e3a1c0b5-67ed-475c-b66d-f4a4377b2e5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001925Z:a34b3a37-f248-47fb-b710-b80ed858f9d3" + "SOUTHCENTRALUS:20220126T074201Z:e3a1c0b5-67ed-475c-b66d-f4a4377b2e5d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:19:25 GMT" + "Wed, 26 Jan 2022 07:42:00 GMT" ], "Content-Length": [ "134" @@ -1519,20 +1519,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:19:13.7306928+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f3a5c8-f8bd-44d4-80e0-a652385b0fe8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:41:49.6791246-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"315cc99c-b95e-4c63-83e1-6b1bdd2131f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f3a5c8-f8bd-44d4-80e0-a652385b0fe8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjNhNWM4LWY4YmQtNDRkNC04MGUwLWE2NTIzODViMGZlOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/315cc99c-b95e-4c63-83e1-6b1bdd2131f5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxNWNjOTljLWI5NWUtNGM2My04M2UxLTZiMWJkZDIxMzFmNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1543,13 +1543,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e98f2f4d-461d-41d3-98fa-be799848a6b5" + "947a90e1-999e-4f63-9621-742fd168017b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1559,16 +1559,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "d54d315c-161c-4871-a9cf-2eaf62b9ed18" + "694f8010-8ed2-4ce5-9ecd-0ac2ffc20631" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002016Z:d54d315c-161c-4871-a9cf-2eaf62b9ed18" + "SOUTHCENTRALUS:20220126T074251Z:694f8010-8ed2-4ce5-9ecd-0ac2ffc20631" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:20:15 GMT" + "Wed, 26 Jan 2022 07:42:51 GMT" ], "Content-Length": [ "134" @@ -1580,20 +1580,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:19:13.7306928+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f3a5c8-f8bd-44d4-80e0-a652385b0fe8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:41:49.6791246-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"315cc99c-b95e-4c63-83e1-6b1bdd2131f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f3a5c8-f8bd-44d4-80e0-a652385b0fe8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjNhNWM4LWY4YmQtNDRkNC04MGUwLWE2NTIzODViMGZlOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/315cc99c-b95e-4c63-83e1-6b1bdd2131f5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxNWNjOTljLWI5NWUtNGM2My04M2UxLTZiMWJkZDIxMzFmNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1604,13 +1604,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "845c1b7b-3e1a-40b6-a20a-0b52722debfe" + "ef6efd82-5dd7-410c-a9ec-a8092c7e1d64" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1620,16 +1620,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "77d5af54-5b64-4619-80e4-74f1e865799b" + "7a485d26-fc16-447c-9db4-c210c9e83344" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002106Z:77d5af54-5b64-4619-80e4-74f1e865799b" + "SOUTHCENTRALUS:20220126T074341Z:7a485d26-fc16-447c-9db4-c210c9e83344" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:06 GMT" + "Wed, 26 Jan 2022 07:43:41 GMT" ], "Content-Length": [ "184" @@ -1641,20 +1641,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:19:13.7306928+00:00\",\r\n \"endTime\": \"2021-06-29T00:20:59.6056375+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"23f3a5c8-f8bd-44d4-80e0-a652385b0fe8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:41:49.6791246-06:00\",\r\n \"endTime\": \"2022-01-26T01:43:36.8197557-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"315cc99c-b95e-4c63-83e1-6b1bdd2131f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzY3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyNjU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1665,13 +1665,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31962" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e333be3-e7f8-4697-ba26-807dba240ff1" + "9bbb29c8-19fd-47c7-b2b7-daa2b654bd54" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1681,19 +1681,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "1e6b2e49-59f2-4acb-8c2d-f4ed8706be8a" + "bcbf3891-450b-4ee8-ad37-08a721991b9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002106Z:1e6b2e49-59f2-4acb-8c2d-f4ed8706be8a" + "SOUTHCENTRALUS:20220126T074342Z:bcbf3891-450b-4ee8-ad37-08a721991b9e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:06 GMT" + "Wed, 26 Jan 2022 07:43:41 GMT" ], "Content-Length": [ - "2249" + "2310" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1702,26 +1702,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7674\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a12fffc3-9b8a-4459-9bb9-0e6e332b6007\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/availabilitySets/AS8380\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar930.blob.core.windows.net/crptestar1638/oscrptestar7424.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d087a3ff-1db3-4108-bdd1-d7a476ec43b4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/availabilitySets/AS330\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4651.blob.core.windows.net/crptestar1891/oscrptestar2750.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:41:49.7572415-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNzY3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyNjU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f443259b-70ee-4f1b-9bf2-cf3b2358349c" + "8f9c0bec-af48-486d-a616-8aa40b14f528" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1732,13 +1732,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31961" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "571bfc87-7253-4490-9619-d34d262239e4" + "6bd19f1b-b9fd-4bde-aa2a-d9d25f9f6ddf" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1748,19 +1748,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "89b16276-6dbd-4410-9ca4-72e27932a56c" + "39633d9f-d73d-43cc-a52f-3430516e0509" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002106Z:89b16276-6dbd-4410-9ca4-72e27932a56c" + "SOUTHCENTRALUS:20220126T074342Z:39633d9f-d73d-43cc-a52f-3430516e0509" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:06 GMT" + "Wed, 26 Jan 2022 07:43:41 GMT" ], "Content-Length": [ - "2249" + "2310" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1769,25 +1769,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7674\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/virtualMachines/vm7674\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a12fffc3-9b8a-4459-9bb9-0e6e332b6007\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Compute/availabilitySets/AS8380\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar930.blob.core.windows.net/crptestar1638/oscrptestar7424.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/9247\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar152/providers/Microsoft.Network/networkInterfaces/6663\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/virtualMachines/vm8265\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d087a3ff-1db3-4108-bdd1-d7a476ec43b4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Compute/availabilitySets/AS330\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4651.blob.core.windows.net/crptestar1891/oscrptestar2750.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/6371\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8556/providers/Microsoft.Network/networkInterfaces/5714\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:41:49.7572415-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar152?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8556?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48c39ef0-5b46-43e8-bf8c-75ef360bba11" + "77225475-6155-449a-9d0e-d8a8d7dde5d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1799,7 +1799,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1808,13 +1808,13 @@ "14999" ], "x-ms-request-id": [ - "5111cabe-c484-45ed-ae82-be7d570e173d" + "acdd3841-abd9-4884-ab15-e12dab95c2b3" ], "x-ms-correlation-request-id": [ - "5111cabe-c484-45ed-ae82-be7d570e173d" + "acdd3841-abd9-4884-ab15-e12dab95c2b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002113Z:5111cabe-c484-45ed-ae82-be7d570e173d" + "SOUTHCENTRALUS:20220126T074347Z:acdd3841-abd9-4884-ab15-e12dab95c2b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1823,7 +1823,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:13 GMT" + "Wed, 26 Jan 2022 07:43:47 GMT" ], "Expires": [ "-1" @@ -1836,15 +1836,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1856,22 +1856,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "5f64f539-733f-4d83-99d7-ea2cc80e2f98" + "e2202a29-7b10-4533-9435-1549a73e197d" ], "x-ms-correlation-request-id": [ - "5f64f539-733f-4d83-99d7-ea2cc80e2f98" + "e2202a29-7b10-4533-9435-1549a73e197d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002128Z:5f64f539-733f-4d83-99d7-ea2cc80e2f98" + "SOUTHCENTRALUS:20220126T074402Z:e2202a29-7b10-4533-9435-1549a73e197d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1880,7 +1880,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:28 GMT" + "Wed, 26 Jan 2022 07:44:02 GMT" ], "Expires": [ "-1" @@ -1893,15 +1893,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1913,22 +1913,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-request-id": [ - "1acd3214-d0f5-4911-a601-c201eac26f7b" + "cd6485cd-3886-4217-848d-3e8229b13ba4" ], "x-ms-correlation-request-id": [ - "1acd3214-d0f5-4911-a601-c201eac26f7b" + "cd6485cd-3886-4217-848d-3e8229b13ba4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002144Z:1acd3214-d0f5-4911-a601-c201eac26f7b" + "SOUTHCENTRALUS:20220126T074418Z:cd6485cd-3886-4217-848d-3e8229b13ba4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1937,7 +1937,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:43 GMT" + "Wed, 26 Jan 2022 07:44:17 GMT" ], "Expires": [ "-1" @@ -1950,15 +1950,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1970,22 +1970,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-request-id": [ - "59272df1-ea4e-4b28-9279-b08157a1d04b" + "49112c87-11a8-4110-a579-a019897eb1cd" ], "x-ms-correlation-request-id": [ - "59272df1-ea4e-4b28-9279-b08157a1d04b" + "49112c87-11a8-4110-a579-a019897eb1cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002159Z:59272df1-ea4e-4b28-9279-b08157a1d04b" + "SOUTHCENTRALUS:20220126T074433Z:49112c87-11a8-4110-a579-a019897eb1cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1994,7 +1994,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:21:59 GMT" + "Wed, 26 Jan 2022 07:44:33 GMT" ], "Expires": [ "-1" @@ -2007,15 +2007,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2027,22 +2027,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "2ca3f2d1-b2b9-432b-8dc6-e8b75c5f23d2" + "3227ec8c-f729-4b1b-8c0e-f11e0702f480" ], "x-ms-correlation-request-id": [ - "2ca3f2d1-b2b9-432b-8dc6-e8b75c5f23d2" + "3227ec8c-f729-4b1b-8c0e-f11e0702f480" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002215Z:2ca3f2d1-b2b9-432b-8dc6-e8b75c5f23d2" + "SOUTHCENTRALUS:20220126T074449Z:3227ec8c-f729-4b1b-8c0e-f11e0702f480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2051,7 +2051,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:22:14 GMT" + "Wed, 26 Jan 2022 07:44:48 GMT" ], "Expires": [ "-1" @@ -2064,15 +2064,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2084,22 +2084,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "8b5f3c9a-2c9e-4197-9f79-5ae64e09dbb3" + "fb545824-bf7a-49eb-a453-952bf196f3b3" ], "x-ms-correlation-request-id": [ - "8b5f3c9a-2c9e-4197-9f79-5ae64e09dbb3" + "fb545824-bf7a-49eb-a453-952bf196f3b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002230Z:8b5f3c9a-2c9e-4197-9f79-5ae64e09dbb3" + "SOUTHCENTRALUS:20220126T074504Z:fb545824-bf7a-49eb-a453-952bf196f3b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2108,7 +2108,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:22:29 GMT" + "Wed, 26 Jan 2022 07:45:03 GMT" ], "Expires": [ "-1" @@ -2121,15 +2121,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2141,22 +2141,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "174fd5c8-bec2-40fd-88b9-c04db93d3a84" + "7a47eb79-337a-4a06-9df4-9820ce1db1ad" ], "x-ms-correlation-request-id": [ - "174fd5c8-bec2-40fd-88b9-c04db93d3a84" + "7a47eb79-337a-4a06-9df4-9820ce1db1ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002246Z:174fd5c8-bec2-40fd-88b9-c04db93d3a84" + "SOUTHCENTRALUS:20220126T074520Z:7a47eb79-337a-4a06-9df4-9820ce1db1ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2165,7 +2165,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:22:45 GMT" + "Wed, 26 Jan 2022 07:45:19 GMT" ], "Expires": [ "-1" @@ -2178,15 +2178,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2198,22 +2198,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-request-id": [ - "e78dca5b-ac1f-4cd0-b9db-85d127df37d3" + "1edddfcd-0e9e-477d-8f41-c3b68ed3a9cf" ], "x-ms-correlation-request-id": [ - "e78dca5b-ac1f-4cd0-b9db-85d127df37d3" + "1edddfcd-0e9e-477d-8f41-c3b68ed3a9cf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002301Z:e78dca5b-ac1f-4cd0-b9db-85d127df37d3" + "SOUTHCENTRALUS:20220126T074535Z:1edddfcd-0e9e-477d-8f41-c3b68ed3a9cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2222,7 +2222,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:23:00 GMT" + "Wed, 26 Jan 2022 07:45:34 GMT" ], "Expires": [ "-1" @@ -2235,15 +2235,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2255,22 +2255,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "cf6d3a96-6267-485f-8f39-ecb854ef36d8" + "6264c257-26c8-4201-bdf1-e74a10cdda6c" ], "x-ms-correlation-request-id": [ - "cf6d3a96-6267-485f-8f39-ecb854ef36d8" + "6264c257-26c8-4201-bdf1-e74a10cdda6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002317Z:cf6d3a96-6267-485f-8f39-ecb854ef36d8" + "SOUTHCENTRALUS:20220126T074551Z:6264c257-26c8-4201-bdf1-e74a10cdda6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2279,7 +2279,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:23:17 GMT" + "Wed, 26 Jan 2022 07:45:51 GMT" ], "Expires": [ "-1" @@ -2292,15 +2292,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2312,22 +2312,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-request-id": [ - "5ddd366f-ff82-4a62-9d07-19b6b9b1ade5" + "926ec37f-b128-4fe6-a726-f4b45ac046bd" ], "x-ms-correlation-request-id": [ - "5ddd366f-ff82-4a62-9d07-19b6b9b1ade5" + "926ec37f-b128-4fe6-a726-f4b45ac046bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002332Z:5ddd366f-ff82-4a62-9d07-19b6b9b1ade5" + "SOUTHCENTRALUS:20220126T074606Z:926ec37f-b128-4fe6-a726-f4b45ac046bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2336,7 +2336,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:23:32 GMT" + "Wed, 26 Jan 2022 07:46:06 GMT" ], "Expires": [ "-1" @@ -2349,15 +2349,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2368,17 +2368,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-request-id": [ - "842beea5-cbb5-43d5-9ce1-6ce6ce7d5149" + "2d6444f9-06e8-4d17-b05f-c925e21a1499" ], "x-ms-correlation-request-id": [ - "842beea5-cbb5-43d5-9ce1-6ce6ce7d5149" + "2d6444f9-06e8-4d17-b05f-c925e21a1499" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002347Z:842beea5-cbb5-43d5-9ce1-6ce6ce7d5149" + "SOUTHCENTRALUS:20220126T074622Z:2d6444f9-06e8-4d17-b05f-c925e21a1499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2387,7 +2393,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:23:47 GMT" + "Wed, 26 Jan 2022 07:46:21 GMT" ], "Expires": [ "-1" @@ -2397,18 +2403,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRJdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2419,17 +2425,809 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" + ], + "x-ms-request-id": [ + "bc15f10b-3ac1-40cd-a4b9-f998966ec7fc" + ], + "x-ms-correlation-request-id": [ + "bc15f10b-3ac1-40cd-a4b9-f998966ec7fc" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074637Z:bc15f10b-3ac1-40cd-a4b9-f998966ec7fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:46:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "c5e6d1b8-fadf-4fe1-8453-bbc082c423c2" + ], + "x-ms-correlation-request-id": [ + "c5e6d1b8-fadf-4fe1-8453-bbc082c423c2" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074653Z:c5e6d1b8-fadf-4fe1-8453-bbc082c423c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:46:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "5df65bb1-06f1-43bc-a02a-bea1fd772665" + ], + "x-ms-correlation-request-id": [ + "5df65bb1-06f1-43bc-a02a-bea1fd772665" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074708Z:5df65bb1-06f1-43bc-a02a-bea1fd772665" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:47:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "a2edbcf8-4f97-4c2d-99a3-6f216a6db21f" + ], + "x-ms-correlation-request-id": [ + "a2edbcf8-4f97-4c2d-99a3-6f216a6db21f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074723Z:a2edbcf8-4f97-4c2d-99a3-6f216a6db21f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:47:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "a03fada1-de9f-46d1-b61c-590f9dd1563b" + ], + "x-ms-correlation-request-id": [ + "a03fada1-de9f-46d1-b61c-590f9dd1563b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074739Z:a03fada1-de9f-46d1-b61c-590f9dd1563b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:47:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "95e30d16-a209-41c3-bdfa-847bd51f1f02" + ], + "x-ms-correlation-request-id": [ + "95e30d16-a209-41c3-bdfa-847bd51f1f02" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074754Z:95e30d16-a209-41c3-bdfa-847bd51f1f02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:47:54 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "6ee01f6e-3ac9-4492-95ff-91ead4ad941f" + ], + "x-ms-correlation-request-id": [ + "6ee01f6e-3ac9-4492-95ff-91ead4ad941f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074810Z:6ee01f6e-3ac9-4492-95ff-91ead4ad941f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:48:09 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "9ba9a6b7-8047-4c71-892b-db685172b78f" + ], + "x-ms-correlation-request-id": [ + "9ba9a6b7-8047-4c71-892b-db685172b78f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074825Z:9ba9a6b7-8047-4c71-892b-db685172b78f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:48:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "e6df4175-0ab3-4ff0-8527-b275d76a7d9b" + ], + "x-ms-correlation-request-id": [ + "e6df4175-0ab3-4ff0-8527-b275d76a7d9b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074841Z:e6df4175-0ab3-4ff0-8527-b275d76a7d9b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:48:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "a1ffb359-d17d-407c-8530-2ce6de57234b" + ], + "x-ms-correlation-request-id": [ + "a1ffb359-d17d-407c-8530-2ce6de57234b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074857Z:a1ffb359-d17d-407c-8530-2ce6de57234b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:48:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "3407aa2f-34bc-4f62-b8c1-83e1c5dc6320" + ], + "x-ms-correlation-request-id": [ + "3407aa2f-34bc-4f62-b8c1-83e1c5dc6320" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074912Z:3407aa2f-34bc-4f62-b8c1-83e1c5dc6320" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:49:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-request-id": [ + "c87f5c47-1aeb-4644-8609-6a9fb03bfbe5" + ], + "x-ms-correlation-request-id": [ + "c87f5c47-1aeb-4644-8609-6a9fb03bfbe5" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074928Z:c87f5c47-1aeb-4644-8609-6a9fb03bfbe5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:49:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-request-id": [ + "20664ac6-7b4c-4185-a44d-d891783c2646" + ], + "x-ms-correlation-request-id": [ + "20664ac6-7b4c-4185-a44d-d891783c2646" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074943Z:20664ac6-7b4c-4185-a44d-d891783c2646" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:49:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-request-id": [ + "ca264c7e-2ddc-49e6-b7b8-008ddbc8339b" + ], + "x-ms-correlation-request-id": [ + "ca264c7e-2ddc-49e6-b7b8-008ddbc8339b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074959Z:ca264c7e-2ddc-49e6-b7b8-008ddbc8339b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:49:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTU2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRVMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" ], "x-ms-request-id": [ - "c5390833-3680-47cf-810c-5b2c757eb391" + "1f2f6e96-e2f3-4d2c-9d24-f771d0d43a6c" ], "x-ms-correlation-request-id": [ - "c5390833-3680-47cf-810c-5b2c757eb391" + "1f2f6e96-e2f3-4d2c-9d24-f771d0d43a6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002348Z:c5390833-3680-47cf-810c-5b2c757eb391" + "SOUTHCENTRALUS:20220126T074959Z:1f2f6e96-e2f3-4d2c-9d24-f771d0d43a6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2438,7 +3236,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:23:48 GMT" + "Wed, 26 Jan 2022 07:49:59 GMT" ], "Expires": [ "-1" @@ -2453,28 +3251,28 @@ ], "Names": { "TestMultiIpConfigForMultiNICVM": [ - "crptestar152", - "as8380", - "crptestar930", - "9247", - "6663" + "crptestar8556", + "as330", + "crptestar4651", + "6371", + "5714" ], "CreateVNET": [ - "vn2737", - "sn415" + "vn4990", + "sn1893" ], "CreateMultiIpConfigNIC": [ - "ip5285", - "ip2518", - "ip6542", - "ip25956" + "ip6009", + "ip25928", + "ip5028", + "ip26294" ], "CreateDefaultVMInput": [ - "crptestar1638", - "crptestar8677", - "crptestar7424", - "vm7674", - "Microsoft.Compute/virtualMachines6146" + "crptestar1891", + "crptestar8446", + "crptestar2750", + "vm8265", + "Microsoft.Compute/virtualMachines5823" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiNicVirtualMachineReference.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiNicVirtualMachineReference.json index 3ea2af5292fbe..bd5cac73a179c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiNicVirtualMachineReference.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestMultiNicVirtualMachineReference.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6003f226-8c56-459f-b8d1-0539cffb72a2" + "6c128e6c-c4ef-4ed3-87cb-baeb2b9f29e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43995" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "3e096d8d-8d24-4f8a-8459-b6155ac21a90" + "2d644800-4ab5-4f83-b0e5-c1fafb917bcb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "56a7863a-ebc1-4af2-b861-6d7fa5f9b611" + "7069130b-4ef3-4a88-aa9d-aad0b1c4d3a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001258Z:56a7863a-ebc1-4af2-b861-6d7fa5f9b611" + "SOUTHCENTRALUS:20220126T073354Z:7069130b-4ef3-4a88-aa9d-aad0b1c4d3a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:12:58 GMT" + "Wed, 26 Jan 2022 07:33:53 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4706?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ3MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7179?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4706\": \"2021-06-29 00:12:58Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2022-01-26 07:33:55Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0e8cf2fb-fef4-4944-b254-72d2dfeeb317" + "85c56729-f24f-4edb-9487-7198fc655900" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "16439473-6306-4538-93d0-9fa6813e152b" + "1e62dc89-1a1a-493d-b07e-c2fbd3f75dbf" ], "x-ms-correlation-request-id": [ - "16439473-6306-4538-93d0-9fa6813e152b" + "1e62dc89-1a1a-493d-b07e-c2fbd3f75dbf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001301Z:16439473-6306-4538-93d0-9fa6813e152b" + "SOUTHCENTRALUS:20220126T073357Z:1e62dc89-1a1a-493d-b07e-c2fbd3f75dbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:00 GMT" + "Wed, 26 Jan 2022 07:33:57 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706\",\r\n \"name\": \"crptestar4706\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4706\": \"2021-06-29 00:12:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179\",\r\n \"name\": \"crptestar7179\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2022-01-26 07:33:55Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4706?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ3MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7179?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4706\": \"2021-06-29 00:13:01Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2022-01-26 07:33:58Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "881ee482-1650-4c72-a6e8-7d0a84e23bf0" + "96fb3fe3-015d-4539-aed5-c8d6e0cb8988" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "2b9bd806-4665-4cbe-b78c-dcd0bc09aa05" + "82ebb838-8d46-49ef-bdf9-8e788522b877" ], "x-ms-correlation-request-id": [ - "2b9bd806-4665-4cbe-b78c-dcd0bc09aa05" + "82ebb838-8d46-49ef-bdf9-8e788522b877" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001302Z:2b9bd806-4665-4cbe-b78c-dcd0bc09aa05" + "SOUTHCENTRALUS:20220126T073358Z:82ebb838-8d46-49ef-bdf9-8e788522b877" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:02 GMT" + "Wed, 26 Jan 2022 07:33:58 GMT" ], "Content-Length": [ "234" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706\",\r\n \"name\": \"crptestar4706\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4706\": \"2021-06-29 00:13:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179\",\r\n \"name\": \"crptestar7179\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2022-01-26 07:33:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Storage/storageAccounts/crptestar5747?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1NzQ3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar279?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNzk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2fe2b7ea-bc1a-4364-a915-f8b5adf6d488" + "464cd923-9e8d-406c-8109-0e3189bb8d45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,34 +235,34 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/168d93be-7642-4107-9e0a-7ad9fb528fca?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f1790e22-b01c-4aa9-a869-b2e9dc9bee16?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "168d93be-7642-4107-9e0a-7ad9fb528fca" + "f1790e22-b01c-4aa9-a869-b2e9dc9bee16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "9cad7113-72d6-4a3d-8f02-881de7e857d0" + "83748f48-4a25-4315-a271-3fae408fa2e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001311Z:9cad7113-72d6-4a3d-8f02-881de7e857d0" + "SOUTHCENTRALUS:20220126T073410Z:83748f48-4a25-4315-a271-3fae408fa2e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:10 GMT" + "Wed, 26 Jan 2022 07:34:09 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/168d93be-7642-4107-9e0a-7ad9fb528fca?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTY4ZDkzYmUtNzY0Mi00MTA3LTllMGEtN2FkOWZiNTI4ZmNhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f1790e22-b01c-4aa9-a869-b2e9dc9bee16?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZjE3OTBlMjItYjAxYy00YWE5LWE4NjktYjJlOWRjOWJlZTE2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f1790e22-b01c-4aa9-a869-b2e9dc9bee16?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "d9b1fa07-d006-44e3-b826-33cabd283b59" + "e4c453a7-9aa8-4ba2-a2b2-412ea93b75ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +316,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "c7e5db25-a83d-4c22-a5d7-3c43e0b7f9ce" + "847b1b1b-fded-473e-8933-a9426674cf72" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T073427Z:847b1b1b-fded-473e-8933-a9426674cf72" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:34:26 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f1790e22-b01c-4aa9-a869-b2e9dc9bee16?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZjE3OTBlMjItYjAxYy00YWE5LWE4NjktYjJlOWRjOWJlZTE2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fc08bf40-bfb9-42cc-afa9-1400adcb3b38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "667d7089-c081-43ee-ad0f-1ffbd1e288b6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001328Z:c7e5db25-a83d-4c22-a5d7-3c43e0b7f9ce" + "SOUTHCENTRALUS:20220126T073431Z:667d7089-c081-43ee-ad0f-1ffbd1e288b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:27 GMT" + "Wed, 26 Jan 2022 07:34:31 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10cbf134-8c5d-40a3-9a01-d6f46b6f34ee" + "6f896bff-068b-4e50-8f75-7f2e96849f08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "e4451803-4b70-4b29-908f-a4ef16906c8e" + "00bb435a-f758-4c47-b225-2ba3c2fef156" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,22 +433,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "512bc394-096c-4bff-b15d-3276eb90c171" + "8754a7ed-7e0b-4808-a58a-3fc09937fff6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001339Z:512bc394-096c-4bff-b15d-3276eb90c171" + "SOUTHCENTRALUS:20220126T073441Z:8754a7ed-7e0b-4808-a58a-3fc09937fff6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:38 GMT" + "Wed, 26 Jan 2022 07:34:41 GMT" ], "Content-Length": [ - "752" + "746" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Storage/storageAccounts/crptestar5747\",\r\n \"name\": \"crptestar5747\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:13:08.3070491Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5747.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5747.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5747.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5747.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar279\",\r\n \"name\": \"crptestar279\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:34:07.1319896Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar279.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar279.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar279.table.core.windows.net/\",\r\n \"file\": \"https://crptestar279.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Storage/storageAccounts/crptestar5747?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1NzQ3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar279?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNzk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd1730e4-5c85-406e-bbfd-684bdb9c937d" + "982bcb57-bc35-4cd1-bd6b-c663b9345768" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "e100470f-9298-4936-8ebe-0b8a2e2fcb0a" + "90ec7a9e-379b-4fc3-afc8-b9c379d7b371" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,22 +496,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "eefdecce-8212-49fb-bea0-b4a1934b9d7e" + "134ee50e-33e4-41dc-97ce-e8bb77389fdb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001339Z:eefdecce-8212-49fb-bea0-b4a1934b9d7e" + "SOUTHCENTRALUS:20220126T073441Z:134ee50e-33e4-41dc-97ce-e8bb77389fdb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:39 GMT" + "Wed, 26 Jan 2022 07:34:41 GMT" ], "Content-Length": [ - "740" + "734" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Storage/storageAccounts/crptestar5747\",\r\n \"name\": \"crptestar5747\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:13:08.3070491Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5747.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5747.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5747.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5747.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar279\",\r\n \"name\": \"crptestar279\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:34:07.1319896Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar279.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar279.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar279.table.core.windows.net/\",\r\n \"file\": \"https://crptestar279.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxNjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5651\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5634\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "923de6b1-9a4b-4b79-9c38-98876d2e3d66" + "9bb38068-8078-4c91-b7bf-e7a2fdf9cb5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +559,19 @@ "3" ], "x-ms-request-id": [ - "0af42d3b-927c-4119-8271-a36c8aff759c" + "33cc6f66-a40f-44e5-970d-fff04b7fbceb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0af42d3b-927c-4119-8271-a36c8aff759c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/33cc6f66-a40f-44e5-970d-fff04b7fbceb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f8fbfcc0-c60e-432c-a5a3-070801e9a637" + "6b65098b-6b0c-4c60-bb5b-230903f778e1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "05b94b90-6109-4eb1-9948-46b6e4dbbc98" + "68457676-cc6b-4082-939d-61e0ed62cfb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,13 +584,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001348Z:f8fbfcc0-c60e-432c-a5a3-070801e9a637" + "SOUTHCENTRALUS:20220126T073451Z:6b65098b-6b0c-4c60-bb5b-230903f778e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:47 GMT" + "Wed, 26 Jan 2022 07:34:51 GMT" ], "Content-Length": [ "1321" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165\",\r\n \"etag\": \"W/\\\"9e3bfaa4-c090-41ad-aa38-7b55aaca387a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"31ce80d0-d9c3-4b22-aa3a-2da8b8bb5f35\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\",\r\n \"etag\": \"W/\\\"9e3bfaa4-c090-41ad-aa38-7b55aaca387a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2368\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368\",\r\n \"etag\": \"W/\\\"e734d23f-0c32-41c5-a8b7-796c2169f189\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b9e2b994-7398-4af0-a8c6-27d402b8ae23\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\",\r\n \"etag\": \"W/\\\"e734d23f-0c32-41c5-a8b7-796c2169f189\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0af42d3b-927c-4119-8271-a36c8aff759c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBhZjQyZDNiLTkyN2MtNDExOS04MjcxLWEzNmM4YWZmNzU5Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/33cc6f66-a40f-44e5-970d-fff04b7fbceb?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzY2M2ZjY2LWE0MGYtNDRlNS05NzBkLWZmZjA0YjdmYmNlYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "403ffdee-f3ca-463b-a0ab-21d567430ec3" + "6d1696b6-049d-4b2d-88f6-45b73a5a76ae" ], "x-ms-correlation-request-id": [ - "67ec2913-a102-4ed9-9743-8fc2c4a7b0a1" + "0de9452f-ea9e-4b31-8764-73a37230bde4" ], "x-ms-arm-service-request-id": [ - "52c2f63f-4d60-4548-b881-4137bb322a20" + "f81a356c-da57-46a0-b7e5-b8529085e13f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,13 +645,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001352Z:67ec2913-a102-4ed9-9743-8fc2c4a7b0a1" + "SOUTHCENTRALUS:20220126T073454Z:0de9452f-ea9e-4b31-8764-73a37230bde4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:51 GMT" + "Wed, 26 Jan 2022 07:34:54 GMT" ], "Content-Length": [ "29" @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxNjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"047ef78d-b953-4241-96de-d39d4ce494ce\"" + "W/\"3955b540-338b-48df-bf40-9b01c6d043b3\"" ], "x-ms-request-id": [ - "f7dc83ba-e112-4690-a0ea-16ce2f27950e" + "4314dc5c-f2de-4473-9b75-d370179dbf8c" ], "x-ms-correlation-request-id": [ - "2541829d-0e72-40d3-ac07-4da5b2ed4627" + "a962e601-1298-4d5e-a7c9-5266bdb9be0f" ], "x-ms-arm-service-request-id": [ - "32fa2c15-67fc-4077-9004-452bd9ce95b0" + "20fce31a-94cc-4884-af04-ac28c6b1ea04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -646,13 +709,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001352Z:2541829d-0e72-40d3-ac07-4da5b2ed4627" + "SOUTHCENTRALUS:20220126T073455Z:a962e601-1298-4d5e-a7c9-5266bdb9be0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:51 GMT" + "Wed, 26 Jan 2022 07:34:54 GMT" ], "Content-Length": [ "1323" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165\",\r\n \"etag\": \"W/\\\"047ef78d-b953-4241-96de-d39d4ce494ce\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31ce80d0-d9c3-4b22-aa3a-2da8b8bb5f35\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\",\r\n \"etag\": \"W/\\\"047ef78d-b953-4241-96de-d39d4ce494ce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2368\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368\",\r\n \"etag\": \"W/\\\"3955b540-338b-48df-bf40-9b01c6d043b3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9e2b994-7398-4af0-a8c6-27d402b8ae23\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\",\r\n \"etag\": \"W/\\\"3955b540-338b-48df-bf40-9b01c6d043b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxNjUvc3VibmV0cy9zbjU2NTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzNjgvc3VibmV0cy9zbjU2MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6b5c067-1a34-44b2-b2e7-724a6352eb2f" + "c1088ccf-22e9-4ce2-8156-c56c5d5d33e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +757,16 @@ "no-cache" ], "ETag": [ - "W/\"047ef78d-b953-4241-96de-d39d4ce494ce\"" + "W/\"3955b540-338b-48df-bf40-9b01c6d043b3\"" ], "x-ms-request-id": [ - "fb768cc5-7d84-45d5-9800-d9f6747e40ee" + "ad7aff1c-9bdf-406d-8de3-5b7ffed9e70b" ], "x-ms-correlation-request-id": [ - "b89fc046-22da-4c73-8a2b-369c47705752" + "085cb7e9-025d-45fb-a873-4477eb9215fa" ], "x-ms-arm-service-request-id": [ - "458df4cc-ef37-47e4-b4a2-cadd558c8453" + "96cee6a0-1436-430f-b48c-85616a1d6554" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -716,13 +779,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001352Z:b89fc046-22da-4c73-8a2b-369c47705752" + "SOUTHCENTRALUS:20220126T073455Z:085cb7e9-025d-45fb-a873-4477eb9215fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:52 GMT" + "Wed, 26 Jan 2022 07:34:55 GMT" ], "Content-Length": [ "523" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\",\r\n \"etag\": \"W/\\\"047ef78d-b953-4241-96de-d39d4ce494ce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\",\r\n \"etag\": \"W/\\\"3955b540-338b-48df-bf40-9b01c6d043b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMxODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\r\n }\r\n },\r\n \"name\": \"ip1278\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\r\n }\r\n },\r\n \"name\": \"ip8136\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9229a695-e7d5-406d-bea1-3d58a08bc32a" + "b9f68a38-5153-4325-a12b-1fac38b5b483" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -770,19 +833,19 @@ "no-cache" ], "x-ms-request-id": [ - "ee5daa1e-1306-45f2-be8c-7c1f46e714a1" + "1496c5ce-4088-41e8-84b1-6bfb86ffbd20" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ee5daa1e-1306-45f2-be8c-7c1f46e714a1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1496c5ce-4088-41e8-84b1-6bfb86ffbd20?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e090b5b0-0c92-4be8-88a3-b425a258ea0e" + "9a90499c-b3d3-4913-886d-162529415ba5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8c9731db-10c9-4594-a6c8-e30542961c0d" + "f26e61df-6dcc-4ab2-b93d-38a83cebdc32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -795,16 +858,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001358Z:e090b5b0-0c92-4be8-88a3-b425a258ea0e" + "SOUTHCENTRALUS:20220126T073501Z:9a90499c-b3d3-4913-886d-162529415ba5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:58 GMT" + "Wed, 26 Jan 2022 07:35:00 GMT" ], "Content-Length": [ - "1616" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -813,19 +876,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"85\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\",\r\n \"etag\": \"W/\\\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32b607fe-46b8-4283-b396-54d09f88a2b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1278\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85/ipConfigurations/ip1278\",\r\n \"etag\": \"W/\\\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\",\r\n \"etag\": \"W/\\\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd21c647-9af6-4c06-bf3f-efa9ebf8a3d9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185/ipConfigurations/ip8136\",\r\n \"etag\": \"W/\\\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMxODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -837,16 +900,16 @@ "no-cache" ], "ETag": [ - "W/\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\"" + "W/\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\"" ], "x-ms-request-id": [ - "efd60967-1cae-416f-9ec1-5ead396905f5" + "c7750a7f-a718-41f0-a143-d9aa29e0fdc6" ], "x-ms-correlation-request-id": [ - "dc02fe27-c954-452f-ace7-056229c664c4" + "639ba3a5-1bbf-4b41-9ff0-694300f53589" ], "x-ms-arm-service-request-id": [ - "476c896a-d4e2-408e-a2ef-267179b582f7" + "aaa0b8b1-d5c3-4a6c-86b2-04e782a6a42d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -859,16 +922,16 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001358Z:dc02fe27-c954-452f-ace7-056229c664c4" + "SOUTHCENTRALUS:20220126T073501Z:639ba3a5-1bbf-4b41-9ff0-694300f53589" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:58 GMT" + "Wed, 26 Jan 2022 07:35:00 GMT" ], "Content-Length": [ - "1616" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -877,25 +940,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"85\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\",\r\n \"etag\": \"W/\\\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32b607fe-46b8-4283-b396-54d09f88a2b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1278\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85/ipConfigurations/ip1278\",\r\n \"etag\": \"W/\\\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\",\r\n \"etag\": \"W/\\\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd21c647-9af6-4c06-bf3f-efa9ebf8a3d9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185/ipConfigurations/ip8136\",\r\n \"etag\": \"W/\\\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMxODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2586e830-2f2f-4cef-81c4-d00f407ea7ea" + "b012bf6d-866a-43bb-ba39-0a68719aa965" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -907,16 +970,16 @@ "no-cache" ], "ETag": [ - "W/\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\"" + "W/\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\"" ], "x-ms-request-id": [ - "6373e7f2-4ee6-46cf-b3d4-d5919deb7864" + "047a9331-e8fd-4484-aada-64ed7bdf458c" ], "x-ms-correlation-request-id": [ - "e77ae035-1648-4797-98f9-0a13a2070697" + "4dd72e33-0ac7-400c-a385-3f630dc929c7" ], "x-ms-arm-service-request-id": [ - "5338fd92-c9ac-44ba-8238-0c92d8e2beb2" + "83682815-8b27-4c7e-99bd-332549e2576b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -929,16 +992,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001358Z:e77ae035-1648-4797-98f9-0a13a2070697" + "SOUTHCENTRALUS:20220126T073501Z:4dd72e33-0ac7-400c-a385-3f630dc929c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:13:58 GMT" + "Wed, 26 Jan 2022 07:35:01 GMT" ], "Content-Length": [ - "1616" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -947,25 +1010,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"85\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\",\r\n \"etag\": \"W/\\\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32b607fe-46b8-4283-b396-54d09f88a2b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1278\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85/ipConfigurations/ip1278\",\r\n \"etag\": \"W/\\\"0dcaab41-9d00-4a46-99c5-576a3cd4c5f3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\",\r\n \"etag\": \"W/\\\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd21c647-9af6-4c06-bf3f-efa9ebf8a3d9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185/ipConfigurations/ip8136\",\r\n \"etag\": \"W/\\\"a4f6fe4f-8bc7-4ac3-a8c1-ab70322dc94c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMxODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b91f90ac-74af-4dcf-9921-9eb2b109b421" + "3dbda7f2-121e-4afb-99d3-d9a36c2a5e71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -977,16 +1040,16 @@ "no-cache" ], "ETag": [ - "W/\"8df8a903-120b-4e91-aeb8-4a07ac00c48b\"" + "W/\"a32eaf62-7ea7-41ff-b5ec-07322ff97db0\"" ], "x-ms-request-id": [ - "74a00697-ed01-45a8-9505-4ff0a42bdf1f" + "d5f05526-05f2-47bf-9827-790ea577adbb" ], "x-ms-correlation-request-id": [ - "2970d88e-f1c4-4304-a9db-d39de2a00b3e" + "8999367e-a15a-46b2-93b2-b030905b58e0" ], "x-ms-arm-service-request-id": [ - "433a2a4c-7b07-440c-be41-551cda9bf8c1" + "2b344e61-a318-4d9c-89c0-c0388548685d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -999,16 +1062,16 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001611Z:2970d88e-f1c4-4304-a9db-d39de2a00b3e" + "SOUTHCENTRALUS:20220126T073711Z:8999367e-a15a-46b2-93b2-b030905b58e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:11 GMT" + "Wed, 26 Jan 2022 07:37:10 GMT" ], "Content-Length": [ - "1859" + "1865" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1017,25 +1080,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"85\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\",\r\n \"etag\": \"W/\\\"8df8a903-120b-4e91-aeb8-4a07ac00c48b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32b607fe-46b8-4283-b396-54d09f88a2b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1278\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85/ipConfigurations/ip1278\",\r\n \"etag\": \"W/\\\"8df8a903-120b-4e91-aeb8-4a07ac00c48b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-C7-B0-61\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": false,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\",\r\n \"etag\": \"W/\\\"a32eaf62-7ea7-41ff-b5ec-07322ff97db0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd21c647-9af6-4c06-bf3f-efa9ebf8a3d9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185/ipConfigurations/ip8136\",\r\n \"etag\": \"W/\\\"a32eaf62-7ea7-41ff-b5ec-07322ff97db0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-A0-54-69\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": false,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMwODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\r\n }\r\n },\r\n \"name\": \"ip2167\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\r\n }\r\n },\r\n \"name\": \"ip8926\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e27cc92e-44dd-42e4-9491-e7949af6d279" + "47cc2f1f-44c4-4b06-ad9d-e4b7a0ab5e7f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1053,19 +1116,19 @@ "no-cache" ], "x-ms-request-id": [ - "28c1ee7f-d28c-4b18-831c-b795e3280b1b" + "c0b081e3-51c2-47f1-8087-83ae597779df" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/28c1ee7f-d28c-4b18-831c-b795e3280b1b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c0b081e3-51c2-47f1-8087-83ae597779df?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bffcdb11-e5df-4ea1-b08f-00f3b04498ce" + "51979e9d-4751-41bd-b2c7-69fd37d142ed" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4916ae65-35d6-4df5-900a-271f42e58e65" + "1826f6ae-15bd-48fa-a919-b94109e0e3b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1078,13 +1141,13 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001403Z:bffcdb11-e5df-4ea1-b08f-00f3b04498ce" + "SOUTHCENTRALUS:20220126T073505Z:51979e9d-4751-41bd-b2c7-69fd37d142ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:14:03 GMT" + "Wed, 26 Jan 2022 07:35:04 GMT" ], "Content-Length": [ "1622" @@ -1096,19 +1159,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\",\r\n \"etag\": \"W/\\\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f83487f-f9db-4648-a160-0b8757a9896f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549/ipConfigurations/ip2167\",\r\n \"etag\": \"W/\\\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3086\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\",\r\n \"etag\": \"W/\\\"2027645e-ae2e-4c59-aa11-5628910a5134\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03e8eef8-428e-40a4-afc1-1ba5847bee2f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086/ipConfigurations/ip8926\",\r\n \"etag\": \"W/\\\"2027645e-ae2e-4c59-aa11-5628910a5134\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMwODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1120,16 +1183,16 @@ "no-cache" ], "ETag": [ - "W/\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\"" + "W/\"2027645e-ae2e-4c59-aa11-5628910a5134\"" ], "x-ms-request-id": [ - "fd886392-3109-4b51-90b0-d2a2019d05d0" + "0d8448e3-4b18-44fd-8c95-59f02f33ec1d" ], "x-ms-correlation-request-id": [ - "9e59ee05-32db-495f-af21-c955039b37f8" + "a1973eee-3852-46a4-8f69-163a67787399" ], "x-ms-arm-service-request-id": [ - "d9f0e121-8168-4ade-8ef1-5b6f38598639" + "80cfb723-09e8-4597-9740-27d9e5f8d9de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1142,13 +1205,13 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001404Z:9e59ee05-32db-495f-af21-c955039b37f8" + "SOUTHCENTRALUS:20220126T073505Z:a1973eee-3852-46a4-8f69-163a67787399" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:14:03 GMT" + "Wed, 26 Jan 2022 07:35:05 GMT" ], "Content-Length": [ "1622" @@ -1160,25 +1223,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\",\r\n \"etag\": \"W/\\\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f83487f-f9db-4648-a160-0b8757a9896f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549/ipConfigurations/ip2167\",\r\n \"etag\": \"W/\\\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3086\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\",\r\n \"etag\": \"W/\\\"2027645e-ae2e-4c59-aa11-5628910a5134\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03e8eef8-428e-40a4-afc1-1ba5847bee2f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086/ipConfigurations/ip8926\",\r\n \"etag\": \"W/\\\"2027645e-ae2e-4c59-aa11-5628910a5134\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMwODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d958f1ae-acee-45c9-b34b-331281f67b43" + "98765d4d-e67a-4f11-8dde-c007d3a4e54c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1190,16 +1253,16 @@ "no-cache" ], "ETag": [ - "W/\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\"" + "W/\"2027645e-ae2e-4c59-aa11-5628910a5134\"" ], "x-ms-request-id": [ - "eba130b4-f64f-475e-aee1-900025450aa3" + "374763fa-d082-4c83-94be-25c2a6f58413" ], "x-ms-correlation-request-id": [ - "ced68f21-f56b-476d-86d7-07a03607539c" + "d9b60ab1-9eb0-42b7-8194-432aa4227fee" ], "x-ms-arm-service-request-id": [ - "56c98d58-e5f2-43df-a502-30dffb2526fd" + "9859a67a-42a4-49d1-a477-ae98cb7dd4f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1212,13 +1275,13 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001404Z:ced68f21-f56b-476d-86d7-07a03607539c" + "SOUTHCENTRALUS:20220126T073505Z:d9b60ab1-9eb0-42b7-8194-432aa4227fee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:14:03 GMT" + "Wed, 26 Jan 2022 07:35:05 GMT" ], "Content-Length": [ "1622" @@ -1230,25 +1293,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\",\r\n \"etag\": \"W/\\\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f83487f-f9db-4648-a160-0b8757a9896f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549/ipConfigurations/ip2167\",\r\n \"etag\": \"W/\\\"04c8404f-d92d-41f9-8a3b-aa96d8b70de5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3086\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\",\r\n \"etag\": \"W/\\\"2027645e-ae2e-4c59-aa11-5628910a5134\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03e8eef8-428e-40a4-afc1-1ba5847bee2f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086/ipConfigurations/ip8926\",\r\n \"etag\": \"W/\\\"2027645e-ae2e-4c59-aa11-5628910a5134\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzg1NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzLzMwODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfd4a3a4-5b45-449e-baa6-5c13f9b2c94b" + "b4fe45dd-8263-49e1-b7e0-c7ca150db04c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1260,16 +1323,16 @@ "no-cache" ], "ETag": [ - "W/\"1577102f-46d9-4b37-8eff-3eb101295566\"" + "W/\"1cf7e71a-8509-4e73-a779-08d078bc913e\"" ], "x-ms-request-id": [ - "b7bde370-a321-4b8e-8fbe-f7042668e76d" + "a948349a-a142-481d-84fe-9c5dc93f03f0" ], "x-ms-correlation-request-id": [ - "fcc925c0-f705-4fe8-8f67-83b5c2e50fe3" + "fb2bb028-5e1b-481b-90e0-29b24f57eb5f" ], "x-ms-arm-service-request-id": [ - "bd4ace12-9573-422e-abaa-5cf00e9407bc" + "dfe72f7f-78b7-4b0d-80ac-0323f3c4662d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1282,13 +1345,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001612Z:fcc925c0-f705-4fe8-8f67-83b5c2e50fe3" + "SOUTHCENTRALUS:20220126T073711Z:fb2bb028-5e1b-481b-90e0-29b24f57eb5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:11 GMT" + "Wed, 26 Jan 2022 07:37:10 GMT" ], "Content-Length": [ "1864" @@ -1300,26 +1363,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\",\r\n \"etag\": \"W/\\\"1577102f-46d9-4b37-8eff-3eb101295566\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f83487f-f9db-4648-a160-0b8757a9896f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549/ipConfigurations/ip2167\",\r\n \"etag\": \"W/\\\"1577102f-46d9-4b37-8eff-3eb101295566\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/virtualNetworks/vn4165/subnets/sn5651\"\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\": \"0cam2mod1erexkr0fwulro05gf.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-C7-B3-8E\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"3086\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\",\r\n \"etag\": \"W/\\\"1cf7e71a-8509-4e73-a779-08d078bc913e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03e8eef8-428e-40a4-afc1-1ba5847bee2f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086/ipConfigurations/ip8926\",\r\n \"etag\": \"W/\\\"1cf7e71a-8509-4e73-a779-08d078bc913e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn2368/subnets/sn5634\"\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\": \"ss24fomyopyevkgge5kafofoed.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-A0-58-08\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/availabilitySets/as4752?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NzUyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/as6718?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NzE4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "53b006b0-fb4c-4a88-ae4c-fef47728d20b" + "1d9b7964-b677-41d1-8662-50ae95d39381" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1336,13 +1399,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c05e35d-0226-4834-ad06-e590c51119df" + "97789721-5ff7-41fc-9ade-c07554c4085a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1352,16 +1415,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "97ccbd36-5269-4526-8785-64904b0da979" + "8ce6123f-1076-496e-bf35-f6a5e630b876" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001413Z:97ccbd36-5269-4526-8785-64904b0da979" + "SOUTHCENTRALUS:20220126T073515Z:8ce6123f-1076-496e-bf35-f6a5e630b876" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:14:12 GMT" + "Wed, 26 Jan 2022 07:35:14 GMT" ], "Content-Length": [ "444" @@ -1373,32 +1436,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as4752\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/availabilitySets/as4752\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as6718\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/as6718\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5NzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMDY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5747.blob.core.windows.net/crptestar3284/oscrptestar7650.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"properties\": {\r\n \"primary\": false\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\"\r\n },\r\n {\r\n \"properties\": {\r\n \"primary\": true\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/availabilitySets/as4752\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar279.blob.core.windows.net/crptestar1102/oscrptestar7228.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"properties\": {\r\n \"primary\": false\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\"\r\n },\r\n {\r\n \"properties\": {\r\n \"primary\": true\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/as6718\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "19444c30-9c31-458e-b50e-b9358da5dd59" + "38a32efd-8d51-4466-833c-f1f2eee7f74b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1530" + "1531" ] }, "ResponseHeaders": { @@ -1412,19 +1475,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48ec3ebf-74a4-495f-aadb-eece320505a5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b20b51b5-5c36-48f3-a212-4343b97938c8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "48ec3ebf-74a4-495f-aadb-eece320505a5" + "b20b51b5-5c36-48f3-a212-4343b97938c8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1434,19 +1497,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "4c731fce-9a6f-4428-8d50-e254782aab69" + "f5c39ac9-a3b5-4e71-ba40-dd194edf6675" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001420Z:4c731fce-9a6f-4428-8d50-e254782aab69" + "SOUTHCENTRALUS:20220126T073519Z:f5c39ac9-a3b5-4e71-ba40-dd194edf6675" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:14:19 GMT" + "Wed, 26 Jan 2022 07:35:19 GMT" ], "Content-Length": [ - "2223" + "2281" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1455,20 +1518,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d827d884-58af-4162-bc1b-169d816c5624\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/availabilitySets/AS4752\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5747.blob.core.windows.net/crptestar3284/oscrptestar7650.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"136ed5d8-dcc6-4b28-805a-d1179a31481c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/AS6718\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar279.blob.core.windows.net/crptestar1102/oscrptestar7228.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-26T01:35:17.3041676-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48ec3ebf-74a4-495f-aadb-eece320505a5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4ZWMzZWJmLTc0YTQtNDk1Zi1hYWRiLWVlY2UzMjA1MDVhNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b20b51b5-5c36-48f3-a212-4343b97938c8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IyMGI1MWI1LTVjMzYtNDhmMy1hMjEyLTQzNDNiOTc5MzhjOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1482,13 +1545,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54a4ed08-9517-4ee6-8bd2-df98c85a60b3" + "a264d542-b99a-4eec-8f50-bbf93dca2e7d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1498,16 +1561,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "702e8f00-7323-41bb-b16b-f7b9fe720b03" + "141d0c93-fdfd-466e-829b-20cfad363fd5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001430Z:702e8f00-7323-41bb-b16b-f7b9fe720b03" + "SOUTHCENTRALUS:20220126T073529Z:141d0c93-fdfd-466e-829b-20cfad363fd5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:14:29 GMT" + "Wed, 26 Jan 2022 07:35:29 GMT" ], "Content-Length": [ "134" @@ -1519,20 +1582,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:14:17.9810074+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"48ec3ebf-74a4-495f-aadb-eece320505a5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:35:17.2416811-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b20b51b5-5c36-48f3-a212-4343b97938c8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48ec3ebf-74a4-495f-aadb-eece320505a5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4ZWMzZWJmLTc0YTQtNDk1Zi1hYWRiLWVlY2UzMjA1MDVhNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b20b51b5-5c36-48f3-a212-4343b97938c8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IyMGI1MWI1LTVjMzYtNDhmMy1hMjEyLTQzNDNiOTc5MzhjOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1543,13 +1606,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dc03ac4-d140-45b2-a1c6-b4c693c52d1c" + "221bd8cc-2283-4b34-80f1-a4459e468397" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1559,16 +1622,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "99fc8935-8411-47bd-b0b2-91302a5fa581" + "8acb9fae-9c14-4fe2-a1ce-6441be877ceb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001520Z:99fc8935-8411-47bd-b0b2-91302a5fa581" + "SOUTHCENTRALUS:20220126T073620Z:8acb9fae-9c14-4fe2-a1ce-6441be877ceb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:15:20 GMT" + "Wed, 26 Jan 2022 07:36:19 GMT" ], "Content-Length": [ "134" @@ -1580,20 +1643,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:14:17.9810074+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"48ec3ebf-74a4-495f-aadb-eece320505a5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:35:17.2416811-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b20b51b5-5c36-48f3-a212-4343b97938c8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48ec3ebf-74a4-495f-aadb-eece320505a5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4ZWMzZWJmLTc0YTQtNDk1Zi1hYWRiLWVlY2UzMjA1MDVhNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b20b51b5-5c36-48f3-a212-4343b97938c8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IyMGI1MWI1LTVjMzYtNDhmMy1hMjEyLTQzNDNiOTc5MzhjOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1604,13 +1667,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da102799-af87-4a11-a2b8-265c6c94f608" + "70818231-ad53-424f-adcb-e690253a5ac3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1620,19 +1683,19 @@ "11996" ], "x-ms-correlation-request-id": [ - "ec0666ab-e177-4846-97dc-e4fd072ac1eb" + "5a8ffb47-b8c0-4dd8-b62c-5b7b147df783" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001611Z:ec0666ab-e177-4846-97dc-e4fd072ac1eb" + "SOUTHCENTRALUS:20220126T073710Z:5a8ffb47-b8c0-4dd8-b62c-5b7b147df783" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:10 GMT" + "Wed, 26 Jan 2022 07:37:10 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1641,20 +1704,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:14:17.9810074+00:00\",\r\n \"endTime\": \"2021-06-29T00:15:59.746495+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"48ec3ebf-74a4-495f-aadb-eece320505a5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:35:17.2416811-06:00\",\r\n \"endTime\": \"2022-01-26T01:37:06.8041279-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b20b51b5-5c36-48f3-a212-4343b97938c8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5NzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMDY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1665,13 +1728,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31967" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac10c6ce-002a-4547-8cc0-983b4cca16d4" + "bcfb8292-f3af-4dfc-a021-4c385fee65a1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1681,19 +1744,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "e9149261-0586-40e4-b698-1a5bed17f35c" + "890fee67-0109-438e-9902-dcb04bc2d2f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001611Z:e9149261-0586-40e4-b698-1a5bed17f35c" + "SOUTHCENTRALUS:20220126T073710Z:890fee67-0109-438e-9902-dcb04bc2d2f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:10 GMT" + "Wed, 26 Jan 2022 07:37:10 GMT" ], "Content-Length": [ - "2252" + "2310" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1702,26 +1765,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d827d884-58af-4162-bc1b-169d816c5624\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/availabilitySets/AS4752\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5747.blob.core.windows.net/crptestar3284/oscrptestar7650.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"136ed5d8-dcc6-4b28-805a-d1179a31481c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/AS6718\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar279.blob.core.windows.net/crptestar1102/oscrptestar7228.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:35:17.3041676-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5NzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMyMDY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ce593a0-dcb5-4d27-aa10-c9eea4fe4ec4" + "b4248aef-f0eb-43f1-b567-594a21dfe9c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1732,13 +1795,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31966" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ea140ef-e805-4f08-8bc8-088879f2ce24" + "f7321cea-e370-4260-b549-bf3937dfa416" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1748,19 +1811,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "8d660cbf-b9a9-4de2-bf89-61a40b1ee5af" + "ab36420b-6f2d-4fa0-bc60-adb8388aec53" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001611Z:8d660cbf-b9a9-4de2-bf89-61a40b1ee5af" + "SOUTHCENTRALUS:20220126T073710Z:ab36420b-6f2d-4fa0-bc60-adb8388aec53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:10 GMT" + "Wed, 26 Jan 2022 07:37:10 GMT" ], "Content-Length": [ - "2252" + "2310" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1769,25 +1832,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/virtualMachines/vm7973\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d827d884-58af-4162-bc1b-169d816c5624\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Compute/availabilitySets/AS4752\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5747.blob.core.windows.net/crptestar3284/oscrptestar7650.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/85\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4706/providers/Microsoft.Network/networkInterfaces/8549\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm3206\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"136ed5d8-dcc6-4b28-805a-d1179a31481c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/AS6718\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar279.blob.core.windows.net/crptestar1102/oscrptestar7228.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3185\",\r\n \"properties\": {\r\n \"primary\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/3086\",\r\n \"properties\": {\r\n \"primary\": true\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:35:17.3041676-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4706?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ3MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7179?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b0e6157-2658-4007-8d34-29edcaf9d6b8" + "e97abe20-e62c-457e-9b00-9cdef0c36682" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1799,7 +1862,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1808,13 +1871,13 @@ "14999" ], "x-ms-request-id": [ - "2376447e-fe47-4804-95c6-84ba4f08b133" + "54703ed0-2673-465a-9be2-966d224f135c" ], "x-ms-correlation-request-id": [ - "2376447e-fe47-4804-95c6-84ba4f08b133" + "54703ed0-2673-465a-9be2-966d224f135c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001617Z:2376447e-fe47-4804-95c6-84ba4f08b133" + "SOUTHCENTRALUS:20220126T073718Z:54703ed0-2673-465a-9be2-966d224f135c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1823,7 +1886,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:16 GMT" + "Wed, 26 Jan 2022 07:37:17 GMT" ], "Expires": [ "-1" @@ -1836,15 +1899,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1856,7 +1919,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1865,13 +1928,13 @@ "11999" ], "x-ms-request-id": [ - "d00020d7-096c-4d8f-9cc3-fa80cf936939" + "6e4ad0b4-af33-401d-890e-28ec886a5791" ], "x-ms-correlation-request-id": [ - "d00020d7-096c-4d8f-9cc3-fa80cf936939" + "6e4ad0b4-af33-401d-890e-28ec886a5791" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001633Z:d00020d7-096c-4d8f-9cc3-fa80cf936939" + "SOUTHCENTRALUS:20220126T073733Z:6e4ad0b4-af33-401d-890e-28ec886a5791" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1880,7 +1943,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:32 GMT" + "Wed, 26 Jan 2022 07:37:33 GMT" ], "Expires": [ "-1" @@ -1893,15 +1956,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1913,7 +1976,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1922,13 +1985,13 @@ "11998" ], "x-ms-request-id": [ - "e07aa3f0-03f4-497e-a78d-bc2b4b3db90f" + "20b99918-4049-46c9-817d-8bd181ae27ee" ], "x-ms-correlation-request-id": [ - "e07aa3f0-03f4-497e-a78d-bc2b4b3db90f" + "20b99918-4049-46c9-817d-8bd181ae27ee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001648Z:e07aa3f0-03f4-497e-a78d-bc2b4b3db90f" + "SOUTHCENTRALUS:20220126T073749Z:20b99918-4049-46c9-817d-8bd181ae27ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1937,7 +2000,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:16:48 GMT" + "Wed, 26 Jan 2022 07:37:48 GMT" ], "Expires": [ "-1" @@ -1950,15 +2013,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1970,7 +2033,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1979,13 +2042,13 @@ "11997" ], "x-ms-request-id": [ - "52ba3fc5-dcec-438d-926b-67f4e9fdde94" + "64446f42-fe4b-44ca-93d3-82b1b7fea082" ], "x-ms-correlation-request-id": [ - "52ba3fc5-dcec-438d-926b-67f4e9fdde94" + "64446f42-fe4b-44ca-93d3-82b1b7fea082" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001704Z:52ba3fc5-dcec-438d-926b-67f4e9fdde94" + "SOUTHCENTRALUS:20220126T073804Z:64446f42-fe4b-44ca-93d3-82b1b7fea082" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1994,7 +2057,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:03 GMT" + "Wed, 26 Jan 2022 07:38:04 GMT" ], "Expires": [ "-1" @@ -2007,15 +2070,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2027,7 +2090,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2036,13 +2099,13 @@ "11996" ], "x-ms-request-id": [ - "d0c6ea0f-60bd-42c6-8f3c-a4b146fac110" + "7683147f-1118-4303-a99d-041c61651dac" ], "x-ms-correlation-request-id": [ - "d0c6ea0f-60bd-42c6-8f3c-a4b146fac110" + "7683147f-1118-4303-a99d-041c61651dac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001719Z:d0c6ea0f-60bd-42c6-8f3c-a4b146fac110" + "SOUTHCENTRALUS:20220126T073819Z:7683147f-1118-4303-a99d-041c61651dac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2051,7 +2114,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:19 GMT" + "Wed, 26 Jan 2022 07:38:19 GMT" ], "Expires": [ "-1" @@ -2064,15 +2127,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2084,7 +2147,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2093,13 +2156,13 @@ "11995" ], "x-ms-request-id": [ - "2d9afc87-a063-49db-ae41-0a35d15e8ee1" + "6e3bebc6-d0da-4cf1-b92a-84690e6b4ab0" ], "x-ms-correlation-request-id": [ - "2d9afc87-a063-49db-ae41-0a35d15e8ee1" + "6e3bebc6-d0da-4cf1-b92a-84690e6b4ab0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001735Z:2d9afc87-a063-49db-ae41-0a35d15e8ee1" + "SOUTHCENTRALUS:20220126T073835Z:6e3bebc6-d0da-4cf1-b92a-84690e6b4ab0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2108,7 +2171,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:34 GMT" + "Wed, 26 Jan 2022 07:38:34 GMT" ], "Expires": [ "-1" @@ -2121,15 +2184,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2140,17 +2203,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-request-id": [ - "c0aaf0e1-e7e8-410a-abc2-2583bfc069ca" + "61b1787c-d5a6-4e60-bc3d-eba2114d19e1" ], "x-ms-correlation-request-id": [ - "c0aaf0e1-e7e8-410a-abc2-2583bfc069ca" + "61b1787c-d5a6-4e60-bc3d-eba2114d19e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001750Z:c0aaf0e1-e7e8-410a-abc2-2583bfc069ca" + "SOUTHCENTRALUS:20220126T073850Z:61b1787c-d5a6-4e60-bc3d-eba2114d19e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2159,7 +2228,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:49 GMT" + "Wed, 26 Jan 2022 07:38:50 GMT" ], "Expires": [ "-1" @@ -2169,18 +2238,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzA2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2191,17 +2260,353 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "ff41af1f-ab08-41a0-970a-1f63f8043a47" + "78cabbf9-0980-46bd-9496-ee5af4fe24db" + ], + "x-ms-correlation-request-id": [ + "78cabbf9-0980-46bd-9496-ee5af4fe24db" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T073906Z:78cabbf9-0980-46bd-9496-ee5af4fe24db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:39:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "f4a56146-9d04-4e53-ba40-878437eedc3c" + ], + "x-ms-correlation-request-id": [ + "f4a56146-9d04-4e53-ba40-878437eedc3c" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T073921Z:f4a56146-9d04-4e53-ba40-878437eedc3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:39:21 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "627c5079-147a-4eed-8545-062e80d17618" + ], + "x-ms-correlation-request-id": [ + "627c5079-147a-4eed-8545-062e80d17618" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T073937Z:627c5079-147a-4eed-8545-062e80d17618" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:39:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "d45a23e6-c7c3-4744-9ad1-a8dd9c6bf006" + ], + "x-ms-correlation-request-id": [ + "d45a23e6-c7c3-4744-9ad1-a8dd9c6bf006" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T073952Z:d45a23e6-c7c3-4744-9ad1-a8dd9c6bf006" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:39:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "1056acc8-d2a7-4bf9-ade1-ffc3be3c5f0c" + ], + "x-ms-correlation-request-id": [ + "1056acc8-d2a7-4bf9-ade1-ffc3be3c5f0c" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074008Z:1056acc8-d2a7-4bf9-ade1-ffc3be3c5f0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:40:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "9893b569-7906-4068-b5d6-053141d50b41" + ], + "x-ms-correlation-request-id": [ + "9893b569-7906-4068-b5d6-053141d50b41" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T074023Z:9893b569-7906-4068-b5d6-053141d50b41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:40:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "2fb4deb6-8545-4f02-b442-7011c8693bfd" ], "x-ms-correlation-request-id": [ - "ff41af1f-ab08-41a0-970a-1f63f8043a47" + "2fb4deb6-8545-4f02-b442-7011c8693bfd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001750Z:ff41af1f-ab08-41a0-970a-1f63f8043a47" + "SOUTHCENTRALUS:20220126T074024Z:2fb4deb6-8545-4f02-b442-7011c8693bfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2210,7 +2615,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:17:50 GMT" + "Wed, 26 Jan 2022 07:40:23 GMT" ], "Expires": [ "-1" @@ -2225,26 +2630,26 @@ ], "Names": { "TestMultiNicVirtualMachineReference": [ - "crptestar4706", - "as4752", - "crptestar5747", - "85", - "8549" + "crptestar7179", + "as6718", + "crptestar279", + "3185", + "3086" ], "CreateVNET": [ - "vn4165", - "sn5651" + "vn2368", + "sn5634" ], "CreateNIC": [ - "ip1278", - "ip2167" + "ip8136", + "ip8926" ], "CreateDefaultVMInput": [ - "crptestar3284", - "crptestar6538", - "crptestar7650", - "vm7973", - "Microsoft.Compute/virtualMachines4282" + "crptestar1102", + "crptestar812", + "crptestar7228", + "vm3206", + "Microsoft.Compute/virtualMachines9493" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestNicVirtualMachineReference.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestNicVirtualMachineReference.json index 41bc4d5b90a90..f85beef3b3075 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestNicVirtualMachineReference.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestNicVirtualMachineReference.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "027783a7-4d4e-4f67-b02e-830ac93e3c6d" + "1ae34ef6-0a8a-4e8f-a8a4-57ac03d65d5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "323a89cd-4a38-4877-b50b-09736b8d7324" + "7fce30c3-84b7-42e9-b3d2-eace7fe2baeb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "fec52915-b6a8-4966-aa48-94a8526033d7" + "98e6e9a4-580a-435a-aad2-343d691aa6d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000509Z:fec52915-b6a8-4966-aa48-94a8526033d7" + "SOUTHCENTRALUS:20220126T072549Z:98e6e9a4-580a-435a-aad2-343d691aa6d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:09 GMT" + "Wed, 26 Jan 2022 07:25:49 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6352?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9465?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6352\": \"2021-06-29 00:05:09Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9465\": \"2022-01-26 07:25:50Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ec94a42-3575-4bb5-9c96-4f645457e846" + "f55418c6-bfb9-4134-9be1-f4c427fa8bd6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "bdd06f60-b3bf-47cb-83e0-1f6fd33ba91d" + "abd97d00-80c4-40cb-a830-62399f5d4381" ], "x-ms-correlation-request-id": [ - "bdd06f60-b3bf-47cb-83e0-1f6fd33ba91d" + "abd97d00-80c4-40cb-a830-62399f5d4381" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000511Z:bdd06f60-b3bf-47cb-83e0-1f6fd33ba91d" + "SOUTHCENTRALUS:20220126T072553Z:abd97d00-80c4-40cb-a830-62399f5d4381" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:11 GMT" + "Wed, 26 Jan 2022 07:25:53 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352\",\r\n \"name\": \"crptestar6352\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6352\": \"2021-06-29 00:05:09Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465\",\r\n \"name\": \"crptestar9465\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9465\": \"2022-01-26 07:25:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6352?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9465?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6352\": \"2021-06-29 00:05:11Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar9465\": \"2022-01-26 07:25:54Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eeba2de7-ce26-438f-a8b9-857a526208c5" + "02472935-63c3-4475-9ced-cd01402e1648" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "17373be7-e2db-4e3c-ad1a-9418ca34749c" + "d49a3899-ad40-49d3-9e93-4ba0860cded5" ], "x-ms-correlation-request-id": [ - "17373be7-e2db-4e3c-ad1a-9418ca34749c" + "d49a3899-ad40-49d3-9e93-4ba0860cded5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000513Z:17373be7-e2db-4e3c-ad1a-9418ca34749c" + "SOUTHCENTRALUS:20220126T072555Z:d49a3899-ad40-49d3-9e93-4ba0860cded5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:12 GMT" + "Wed, 26 Jan 2022 07:25:54 GMT" ], "Content-Length": [ "234" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352\",\r\n \"name\": \"crptestar6352\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6352\": \"2021-06-29 00:05:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465\",\r\n \"name\": \"crptestar9465\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar9465\": \"2022-01-26 07:25:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Storage/storageAccounts/crptestar6331?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzMxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Storage/storageAccounts/crptestar4927?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0OTI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c82ff4a-b439-4cb1-9d8d-d9083484dc7c" + "66eb0951-7b31-4fde-875e-b37c90434198" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2cae9d81-2472-4513-95ad-2e289d2e4595?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/48de3efb-b183-4403-8048-9378bc1475a0?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "2cae9d81-2472-4513-95ad-2e289d2e4595" + "48de3efb-b183-4403-8048-9378bc1475a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "2b8fee39-af83-41e4-82f0-b32c35cd91cb" + "e3e444f8-8649-4f5f-bfae-8040af53f701" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000523Z:2b8fee39-af83-41e4-82f0-b32c35cd91cb" + "SOUTHCENTRALUS:20220126T072606Z:e3e444f8-8649-4f5f-bfae-8040af53f701" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:22 GMT" + "Wed, 26 Jan 2022 07:26:05 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2cae9d81-2472-4513-95ad-2e289d2e4595?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmNhZTlkODEtMjQ3Mi00NTEzLTk1YWQtMmUyODlkMmU0NTk1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/48de3efb-b183-4403-8048-9378bc1475a0?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNDhkZTNlZmItYjE4My00NDAzLTgwNDgtOTM3OGJjMTQ3NWEwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,14 +297,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2cae9d81-2472-4513-95ad-2e289d2e4595?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], "x-ms-request-id": [ - "c8cbe1a3-4d23-4e79-a2e8-dac3a4503538" + "3efd5ebc-9b0f-4f8b-a15c-5b97bb12ef74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -316,73 +310,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "30d8ba1b-2465-43ce-995c-650f0b342f07" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T000540Z:30d8ba1b-2465-43ce-995c-650f0b342f07" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 00:05:39 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2cae9d81-2472-4513-95ad-2e289d2e4595?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmNhZTlkODEtMjQ3Mi00NTEzLTk1YWQtMmUyODlkMmU0NTk1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9b95298d-00d7-4811-9961-65c85ca2694a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "ad3f9c38-6299-4339-9b11-3d7f9eeb5ba3" + "06570b98-80be-4c6b-8d1b-b95e40604f12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000544Z:ad3f9c38-6299-4339-9b11-3d7f9eeb5ba3" + "SOUTHCENTRALUS:20220126T072623Z:06570b98-80be-4c6b-8d1b-b95e40604f12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:43 GMT" + "Wed, 26 Jan 2022 07:26:23 GMT" ], "Content-Length": [ "95" @@ -398,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccaab503-ae0f-428a-a67c-9fed1636e78d" + "1194df1f-a1f2-4676-a780-98bb8bead0de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "33f7991a-f2d3-43d5-91e1-4d461cbf1769" + "8492322f-f30c-4f7d-b9a4-121815c3a9f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +370,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "cd2f4094-71bc-4825-a9b8-1306aee53d9f" + "90defa6b-0e70-4a14-8b78-6d6d213c863d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000554Z:cd2f4094-71bc-4825-a9b8-1306aee53d9f" + "SOUTHCENTRALUS:20220126T072634Z:90defa6b-0e70-4a14-8b78-6d6d213c863d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:54 GMT" + "Wed, 26 Jan 2022 07:26:33 GMT" ], "Content-Length": [ "752" @@ -457,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Storage/storageAccounts/crptestar6331\",\r\n \"name\": \"crptestar6331\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:05:19.7943377Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6331.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6331.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6331.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6331.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Storage/storageAccounts/crptestar4927\",\r\n \"name\": \"crptestar4927\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:26:03.1328404Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4927.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4927.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4927.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4927.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Storage/storageAccounts/crptestar6331?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzMxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Storage/storageAccounts/crptestar4927?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0OTI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ba7db1b-6811-4db8-afd3-54c42dd8c763" + "3df0fee0-8ef3-4c66-a3b9-9d1b86290539" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -487,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "7a791013-2ccf-4e9f-9ce8-d841c20d903d" + "ed06c174-f915-47b6-9e1d-0342cc291fc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "9c22e30a-8f29-4fe5-90c2-22ed22b89766" + "012cb35d-a830-4f16-8dfe-855e11d649c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000554Z:9c22e30a-8f29-4fe5-90c2-22ed22b89766" + "SOUTHCENTRALUS:20220126T072634Z:012cb35d-a830-4f16-8dfe-855e11d649c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:05:54 GMT" + "Wed, 26 Jan 2022 07:26:33 GMT" ], "Content-Length": [ "740" @@ -520,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Storage/storageAccounts/crptestar6331\",\r\n \"name\": \"crptestar6331\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:05:19.7943377Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6331.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6331.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6331.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6331.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Storage/storageAccounts/crptestar4927\",\r\n \"name\": \"crptestar4927\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:26:03.1328404Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4927.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4927.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4927.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4927.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgxMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3284\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1026\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e528c8f-6050-4685-8fc9-8f76caa6ace1" + "aa3b70f9-ba68-476f-8ea8-0d13a685f2dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -559,19 +496,19 @@ "3" ], "x-ms-request-id": [ - "80bdaaac-aeac-40bc-a0f7-6a17cb2a3be9" + "956defa9-0bc9-42eb-8c6c-fe3861697e96" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/80bdaaac-aeac-40bc-a0f7-6a17cb2a3be9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/956defa9-0bc9-42eb-8c6c-fe3861697e96?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "54572b99-8b41-4f7e-9007-3579222be0be" + "0aa66245-fcff-4b70-959f-f362f2407fcf" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f39590bb-ce2c-4b30-8c35-2d5135740ca0" + "7468e38d-bff3-4647-9edd-36450c516285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -584,13 +521,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000602Z:54572b99-8b41-4f7e-9007-3579222be0be" + "SOUTHCENTRALUS:20220126T072644Z:0aa66245-fcff-4b70-959f-f362f2407fcf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:02 GMT" + "Wed, 26 Jan 2022 07:26:43 GMT" ], "Content-Length": [ "1321" @@ -602,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328\",\r\n \"etag\": \"W/\\\"c75aea0b-c95a-4941-a25e-e8c09f3528df\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ba474fba-ccdf-4c8d-ae50-b980c562450e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3284\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\",\r\n \"etag\": \"W/\\\"c75aea0b-c95a-4941-a25e-e8c09f3528df\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8128\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128\",\r\n \"etag\": \"W/\\\"741c6f73-46e5-449f-bb3b-3088320b0f45\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"17647760-66f0-4add-8ef9-71fc0a557076\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1026\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\",\r\n \"etag\": \"W/\\\"741c6f73-46e5-449f-bb3b-3088320b0f45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/80bdaaac-aeac-40bc-a0f7-6a17cb2a3be9?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYmRhYWFjLWFlYWMtNDBiYy1hMGY3LTZhMTdjYjJhM2JlOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/956defa9-0bc9-42eb-8c6c-fe3861697e96?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk1NmRlZmE5LTBiYzktNDJlYi04YzZjLWZlMzg2MTY5N2U5Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -626,13 +563,13 @@ "no-cache" ], "x-ms-request-id": [ - "64da0b5e-ec1f-4995-9014-8389773438cc" + "f80ffc68-a927-424a-9d89-c2b1cd02c319" ], "x-ms-correlation-request-id": [ - "255ce4fd-1d26-4d47-b5d9-64a76cebcd5d" + "eeed4658-fd38-4a45-99cd-852486ee8ac1" ], "x-ms-arm-service-request-id": [ - "8b8e3b58-d3a5-431a-b65f-0378cfeb898a" + "5742d989-12e0-4969-8c12-12e2c32076a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,13 +582,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000606Z:255ce4fd-1d26-4d47-b5d9-64a76cebcd5d" + "SOUTHCENTRALUS:20220126T072647Z:eeed4658-fd38-4a45-99cd-852486ee8ac1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:06 GMT" + "Wed, 26 Jan 2022 07:26:47 GMT" ], "Content-Length": [ "29" @@ -667,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgxMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -687,16 +624,16 @@ "no-cache" ], "ETag": [ - "W/\"92ae8b59-0306-4bb9-8f20-b24ea11b2245\"" + "W/\"fe9ace47-f91b-4f24-b02d-bca511371667\"" ], "x-ms-request-id": [ - "abdf8c47-a82c-4ee0-8d77-b087cea76d92" + "f973c0b4-8268-4e22-bd41-e9a339bdc1c8" ], "x-ms-correlation-request-id": [ - "5af9c16c-cb28-476f-8377-af4f693f84f8" + "a864f82b-ffea-4ef4-8aad-6d57396e6d53" ], "x-ms-arm-service-request-id": [ - "f7238d36-cff9-405f-aa27-dd6e64be6e63" + "5ed2b8de-0448-4c60-98fe-16a6d3d92a38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,13 +646,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000607Z:5af9c16c-cb28-476f-8377-af4f693f84f8" + "SOUTHCENTRALUS:20220126T072648Z:a864f82b-ffea-4ef4-8aad-6d57396e6d53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:06 GMT" + "Wed, 26 Jan 2022 07:26:47 GMT" ], "Content-Length": [ "1323" @@ -727,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328\",\r\n \"etag\": \"W/\\\"92ae8b59-0306-4bb9-8f20-b24ea11b2245\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ba474fba-ccdf-4c8d-ae50-b980c562450e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3284\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\",\r\n \"etag\": \"W/\\\"92ae8b59-0306-4bb9-8f20-b24ea11b2245\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8128\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128\",\r\n \"etag\": \"W/\\\"fe9ace47-f91b-4f24-b02d-bca511371667\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"17647760-66f0-4add-8ef9-71fc0a557076\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1026\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\",\r\n \"etag\": \"W/\\\"fe9ace47-f91b-4f24-b02d-bca511371667\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzMjgvc3VibmV0cy9zbjMyODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgxMjgvc3VibmV0cy9zbjEwMjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "833afccb-7247-4894-b7f0-f64ed0341297" + "7cd5da13-f33e-48c8-8e6d-cfcdb7cd3493" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -757,16 +694,16 @@ "no-cache" ], "ETag": [ - "W/\"92ae8b59-0306-4bb9-8f20-b24ea11b2245\"" + "W/\"fe9ace47-f91b-4f24-b02d-bca511371667\"" ], "x-ms-request-id": [ - "6679d848-060a-49c8-b330-171ae414f376" + "058b2031-ce8a-42bf-bc0e-91e55e5eb107" ], "x-ms-correlation-request-id": [ - "3c4bca7a-d782-4a41-9c95-c1dea7832671" + "5adcbe0b-8467-4362-be0d-8ea1b0613f8e" ], "x-ms-arm-service-request-id": [ - "5228f74c-41a6-47ba-9885-9107d2a7fc68" + "78b6fadc-a244-453e-9631-bece1745b18e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -779,13 +716,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000607Z:3c4bca7a-d782-4a41-9c95-c1dea7832671" + "SOUTHCENTRALUS:20220126T072648Z:5adcbe0b-8467-4362-be0d-8ea1b0613f8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:06 GMT" + "Wed, 26 Jan 2022 07:26:47 GMT" ], "Content-Length": [ "523" @@ -797,32 +734,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3284\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\",\r\n \"etag\": \"W/\\\"92ae8b59-0306-4bb9-8f20-b24ea11b2245\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1026\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\",\r\n \"etag\": \"W/\\\"fe9ace47-f91b-4f24-b02d-bca511371667\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI2Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3284\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\"\r\n }\r\n },\r\n \"name\": \"ip2598\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1026\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\"\r\n }\r\n },\r\n \"name\": \"ip214\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb599ef6-ad5c-4852-8291-a6e5c05f39d2" + "c4424e59-63f6-4919-833d-9958c707e898" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "747" ] }, "ResponseHeaders": { @@ -833,19 +770,19 @@ "no-cache" ], "x-ms-request-id": [ - "3f74b492-f2f4-4a92-9c91-6c3df21aab3d" + "ff4bdb9a-735b-49ef-9a5f-071677e9c6f1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3f74b492-f2f4-4a92-9c91-6c3df21aab3d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ff4bdb9a-735b-49ef-9a5f-071677e9c6f1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6eb9fc7b-281a-4cf1-86a6-afb03d92a428" + "81bafe41-4a7d-4435-ab24-007fd68d50b7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d187e0e3-827e-4ab5-9508-3cf25dc1c4e9" + "6da7c72f-bf9b-49c5-9f8f-675e5ae319dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -858,16 +795,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000612Z:6eb9fc7b-281a-4cf1-86a6-afb03d92a428" + "SOUTHCENTRALUS:20220126T072652Z:81bafe41-4a7d-4435-ab24-007fd68d50b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:11 GMT" + "Wed, 26 Jan 2022 07:26:52 GMT" ], "Content-Length": [ - "1631" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -876,19 +813,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\",\r\n \"etag\": \"W/\\\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9db91012-96ff-4e01-bf35-c96347e2d555\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2598\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039/ipConfigurations/ip2598\",\r\n \"etag\": \"W/\\\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\"\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\": \"xjhupow5zsguzlsqxgamkysfbg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2667\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\",\r\n \"etag\": \"W/\\\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea091741-39f9-42ce-bd17-d6f89912f8eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip214\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667/ipConfigurations/ip214\",\r\n \"etag\": \"W/\\\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\"\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\": \"mb1wif5qm1ouvdxzoh4auvlqog.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI2Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -900,16 +837,16 @@ "no-cache" ], "ETag": [ - "W/\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\"" + "W/\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\"" ], "x-ms-request-id": [ - "07a6e6da-b85d-4350-bbd5-a982e2f00775" + "48ffe25f-595b-491c-8518-c265edc8bd4d" ], "x-ms-correlation-request-id": [ - "c4f79143-718b-4dda-818f-df75ef25b792" + "a09431ce-e671-41da-be8a-f74810391ef8" ], "x-ms-arm-service-request-id": [ - "c9224940-9f51-4604-b465-aebf45d745f2" + "c39aa20e-5228-4acb-a9c8-5c75a72cb942" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -922,16 +859,16 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000612Z:c4f79143-718b-4dda-818f-df75ef25b792" + "SOUTHCENTRALUS:20220126T072653Z:a09431ce-e671-41da-be8a-f74810391ef8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:12 GMT" + "Wed, 26 Jan 2022 07:26:52 GMT" ], "Content-Length": [ - "1631" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -940,25 +877,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\",\r\n \"etag\": \"W/\\\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9db91012-96ff-4e01-bf35-c96347e2d555\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2598\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039/ipConfigurations/ip2598\",\r\n \"etag\": \"W/\\\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\"\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\": \"xjhupow5zsguzlsqxgamkysfbg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2667\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\",\r\n \"etag\": \"W/\\\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea091741-39f9-42ce-bd17-d6f89912f8eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip214\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667/ipConfigurations/ip214\",\r\n \"etag\": \"W/\\\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\"\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\": \"mb1wif5qm1ouvdxzoh4auvlqog.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI2Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce41ca18-a57c-4837-87da-d3e342157333" + "98b218a5-72b4-40b7-8edc-2902bc888be6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -970,16 +907,16 @@ "no-cache" ], "ETag": [ - "W/\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\"" + "W/\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\"" ], "x-ms-request-id": [ - "467c4b3e-a5aa-44c2-9428-24df4c4f2573" + "c4c3ae2d-49f1-4d51-8859-4458c7615ec7" ], "x-ms-correlation-request-id": [ - "0c61bbe1-b53e-447b-a9a3-3bac65fef038" + "5530d363-b030-4430-b652-d5befa611300" ], "x-ms-arm-service-request-id": [ - "6ecbff34-e78c-41a1-a750-60cd0db262cb" + "fc2de7b2-9cce-4ecb-909a-692ab66a70a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -992,16 +929,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000613Z:0c61bbe1-b53e-447b-a9a3-3bac65fef038" + "SOUTHCENTRALUS:20220126T072653Z:5530d363-b030-4430-b652-d5befa611300" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:12 GMT" + "Wed, 26 Jan 2022 07:26:52 GMT" ], "Content-Length": [ - "1631" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1010,25 +947,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\",\r\n \"etag\": \"W/\\\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9db91012-96ff-4e01-bf35-c96347e2d555\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2598\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039/ipConfigurations/ip2598\",\r\n \"etag\": \"W/\\\"5c6d6fbf-f8dc-48bf-b76d-b9d3709040d5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\"\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\": \"xjhupow5zsguzlsqxgamkysfbg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2667\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\",\r\n \"etag\": \"W/\\\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea091741-39f9-42ce-bd17-d6f89912f8eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip214\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667/ipConfigurations/ip214\",\r\n \"etag\": \"W/\\\"d4ae793b-6ff8-442e-9ecc-4f6237e8a322\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\"\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\": \"mb1wif5qm1ouvdxzoh4auvlqog.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUwMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI2Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6cfce582-12df-4376-920b-a5bedabde2eb" + "72ef7135-56ac-40f9-8bf3-190a711ee89c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1040,16 +977,16 @@ "no-cache" ], "ETag": [ - "W/\"d495f611-9d0e-473b-99a0-9e32efb26475\"" + "W/\"9fb25350-f9c9-4296-ba0e-9eb1445bc6ea\"" ], "x-ms-request-id": [ - "c6e7c6bd-ebe7-484d-a1de-5d9ac0a095f9" + "a2c470ea-c496-4442-9db0-8d20e3719a2a" ], "x-ms-correlation-request-id": [ - "944c6d3e-7242-4979-910c-8716f78484cb" + "f75a1c6f-d4fb-41c5-a9ec-f6acd393a710" ], "x-ms-arm-service-request-id": [ - "e46cace6-2700-4a6f-b7d9-54dc3f1a9786" + "d2d384ef-cf08-4f1a-8ec5-a3733bbe3152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1062,16 +999,16 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001002Z:944c6d3e-7242-4979-910c-8716f78484cb" + "SOUTHCENTRALUS:20220126T073039Z:f75a1c6f-d4fb-41c5-a9ec-f6acd393a710" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:01 GMT" + "Wed, 26 Jan 2022 07:30:39 GMT" ], "Content-Length": [ - "1873" + "1871" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1080,26 +1017,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\",\r\n \"etag\": \"W/\\\"d495f611-9d0e-473b-99a0-9e32efb26475\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9db91012-96ff-4e01-bf35-c96347e2d555\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2598\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039/ipConfigurations/ip2598\",\r\n \"etag\": \"W/\\\"d495f611-9d0e-473b-99a0-9e32efb26475\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/virtualNetworks/vn4328/subnets/sn3284\"\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\": \"xjhupow5zsguzlsqxgamkysfbg.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-22-48-57-37-CF\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/virtualMachines/vm2524\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2667\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\",\r\n \"etag\": \"W/\\\"9fb25350-f9c9-4296-ba0e-9eb1445bc6ea\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea091741-39f9-42ce-bd17-d6f89912f8eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip214\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667/ipConfigurations/ip214\",\r\n \"etag\": \"W/\\\"9fb25350-f9c9-4296-ba0e-9eb1445bc6ea\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/virtualNetworks/vn8128/subnets/sn1026\"\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\": \"mb1wif5qm1ouvdxzoh4auvlqog.ix.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"00-0D-3A-A3-C6-04\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/virtualMachines/vm6445\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/availabilitySets/as1643?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMxNjQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/availabilitySets/as5977?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1OTc3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab7d2788-e07f-41a0-a77f-7c81eec841ef" + "1783f5f3-b83b-4967-a51f-2aad747f5608" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,13 +1053,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1193" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40a2d494-27f4-4d80-a569-34d6e03282ba" + "c3fb8be8-9fa2-4ad3-acca-e7019b327356" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1132,16 +1069,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "f830954d-2de2-47bc-84a1-60b538309c2f" + "675131e2-d586-446b-8a82-47cf22b6a352" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000622Z:f830954d-2de2-47bc-84a1-60b538309c2f" + "SOUTHCENTRALUS:20220126T072702Z:675131e2-d586-446b-8a82-47cf22b6a352" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:21 GMT" + "Wed, 26 Jan 2022 07:27:01 GMT" ], "Content-Length": [ "444" @@ -1153,32 +1090,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as1643\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/availabilitySets/as1643\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as5977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/availabilitySets/as5977\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/virtualMachines/vm2524?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/virtualMachines/vm6445?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NDU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6331.blob.core.windows.net/crptestar101/oscrptestar7635.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/availabilitySets/as1643\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4927.blob.core.windows.net/crptestar4906/oscrptestar7397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/availabilitySets/as5977\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9d0dbfa8-a6f5-4157-84a4-c4424017dcd0" + "b7a965c4-ab6b-4d7e-b98c-8762ab913db2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1219" + "1220" ] }, "ResponseHeaders": { @@ -1192,19 +1129,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fc5b12ff-9efa-4c7a-87c3-c9469a59296e?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/026d4955-1548-407e-bed6-dfdd92fb8b40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1192" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc5b12ff-9efa-4c7a-87c3-c9469a59296e" + "026d4955-1548-407e-bed6-dfdd92fb8b40" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1214,19 +1151,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "83ca8fc6-292b-4bc1-9b50-00437baf3e20" + "add4514c-f2c0-4e35-8f35-b5a3e213173d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000629Z:83ca8fc6-292b-4bc1-9b50-00437baf3e20" + "SOUTHCENTRALUS:20220126T072706Z:add4514c-f2c0-4e35-8f35-b5a3e213173d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:29 GMT" + "Wed, 26 Jan 2022 07:27:06 GMT" ], "Content-Length": [ - "2025" + "2083" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1235,20 +1172,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2524\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/virtualMachines/vm2524\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b780e51e-f2ed-4d81-a63e-d8b046f59df0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/availabilitySets/AS1643\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6331.blob.core.windows.net/crptestar101/oscrptestar7635.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6445\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/virtualMachines/vm6445\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63bfe255-e48a-49ca-813b-30d5481ff2b5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/availabilitySets/AS5977\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4927.blob.core.windows.net/crptestar4906/oscrptestar7397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-26T01:27:05.3511354-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fc5b12ff-9efa-4c7a-87c3-c9469a59296e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjNWIxMmZmLTllZmEtNGM3YS04N2MzLWM5NDY5YTU5Mjk2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/026d4955-1548-407e-bed6-dfdd92fb8b40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAyNmQ0OTU1LTE1NDgtNDA3ZS1iZWQ2LWRmZGQ5MmZiOGI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1262,13 +1199,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29941" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3338f1c-725e-4db4-aafc-ad2dff03234b" + "7ee28dd8-330f-483b-b106-50754aa9adfc" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1278,16 +1215,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "d296eb30-734a-4999-af60-a8af1c50cefc" + "a33305b8-a899-490d-a011-fffa129696ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000640Z:d296eb30-734a-4999-af60-a8af1c50cefc" + "SOUTHCENTRALUS:20220126T072717Z:a33305b8-a899-490d-a011-fffa129696ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:06:39 GMT" + "Wed, 26 Jan 2022 07:27:16 GMT" ], "Content-Length": [ "134" @@ -1299,20 +1236,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:06:27.4348496+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc5b12ff-9efa-4c7a-87c3-c9469a59296e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:27:05.2886274-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"026d4955-1548-407e-bed6-dfdd92fb8b40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fc5b12ff-9efa-4c7a-87c3-c9469a59296e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjNWIxMmZmLTllZmEtNGM3YS04N2MzLWM5NDY5YTU5Mjk2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/026d4955-1548-407e-bed6-dfdd92fb8b40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAyNmQ0OTU1LTE1NDgtNDA3ZS1iZWQ2LWRmZGQ5MmZiOGI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1323,13 +1260,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29940" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07b42cfd-7fa5-4618-baee-836af2333fbc" + "b7a8e1b0-13a6-4607-a445-d581e097bd43" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1339,16 +1276,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "d99ea745-d4b1-456b-a38a-aac7f1429d67" + "7b17f91a-0c45-4c9c-b510-db60462a69d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000730Z:d99ea745-d4b1-456b-a38a-aac7f1429d67" + "SOUTHCENTRALUS:20220126T072807Z:7b17f91a-0c45-4c9c-b510-db60462a69d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:07:29 GMT" + "Wed, 26 Jan 2022 07:28:06 GMT" ], "Content-Length": [ "134" @@ -1360,20 +1297,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:06:27.4348496+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc5b12ff-9efa-4c7a-87c3-c9469a59296e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:27:05.2886274-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"026d4955-1548-407e-bed6-dfdd92fb8b40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fc5b12ff-9efa-4c7a-87c3-c9469a59296e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjNWIxMmZmLTllZmEtNGM3YS04N2MzLWM5NDY5YTU5Mjk2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/026d4955-1548-407e-bed6-dfdd92fb8b40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAyNmQ0OTU1LTE1NDgtNDA3ZS1iZWQ2LWRmZGQ5MmZiOGI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1384,13 +1321,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29939" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3406ca96-e8c6-4d22-b904-b90ebc872e58" + "a690307e-3633-4259-8ac6-7bdad88a0193" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1400,16 +1337,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "40e1cd04-19f0-49ec-b6d0-1f30bb35e412" + "837b8b18-52ed-49e9-bfed-32936635f58b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000820Z:40e1cd04-19f0-49ec-b6d0-1f30bb35e412" + "SOUTHCENTRALUS:20220126T072857Z:837b8b18-52ed-49e9-bfed-32936635f58b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:08:20 GMT" + "Wed, 26 Jan 2022 07:28:57 GMT" ], "Content-Length": [ "134" @@ -1421,20 +1358,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:06:27.4348496+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc5b12ff-9efa-4c7a-87c3-c9469a59296e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:27:05.2886274-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"026d4955-1548-407e-bed6-dfdd92fb8b40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fc5b12ff-9efa-4c7a-87c3-c9469a59296e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjNWIxMmZmLTllZmEtNGM3YS04N2MzLWM5NDY5YTU5Mjk2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/026d4955-1548-407e-bed6-dfdd92fb8b40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAyNmQ0OTU1LTE1NDgtNDA3ZS1iZWQ2LWRmZGQ5MmZiOGI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1445,13 +1382,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4eae6bcf-8953-4302-bd22-8d11b72ade36" + "7e928651-ac09-450f-b30c-b379a9b9e544" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1461,16 +1398,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "ed56a857-cdb7-4cf6-b8de-3e586fa43d3b" + "afd8cd69-41c3-4b1c-a2aa-e182e7d74bc1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T000910Z:ed56a857-cdb7-4cf6-b8de-3e586fa43d3b" + "SOUTHCENTRALUS:20220126T072948Z:afd8cd69-41c3-4b1c-a2aa-e182e7d74bc1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:09:10 GMT" + "Wed, 26 Jan 2022 07:29:47 GMT" ], "Content-Length": [ "134" @@ -1482,20 +1419,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:06:27.4348496+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc5b12ff-9efa-4c7a-87c3-c9469a59296e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:27:05.2886274-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"026d4955-1548-407e-bed6-dfdd92fb8b40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fc5b12ff-9efa-4c7a-87c3-c9469a59296e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjNWIxMmZmLTllZmEtNGM3YS04N2MzLWM5NDY5YTU5Mjk2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/026d4955-1548-407e-bed6-dfdd92fb8b40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAyNmQ0OTU1LTE1NDgtNDA3ZS1iZWQ2LWRmZGQ5MmZiOGI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1506,13 +1443,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "302e695c-ed31-4489-921d-91722c468366" + "c9d08d7f-f082-424d-a3dd-3267e01e6698" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1522,16 +1459,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "55731c13-3557-4709-9615-45217f0b5e6b" + "0386157b-c0bd-450f-a58c-d83c20bd1391" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001001Z:55731c13-3557-4709-9615-45217f0b5e6b" + "SOUTHCENTRALUS:20220126T073038Z:0386157b-c0bd-450f-a58c-d83c20bd1391" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:00 GMT" + "Wed, 26 Jan 2022 07:30:37 GMT" ], "Content-Length": [ "184" @@ -1543,20 +1480,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:06:27.4348496+00:00\",\r\n \"endTime\": \"2021-06-29T00:09:14.1846077+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fc5b12ff-9efa-4c7a-87c3-c9469a59296e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:27:05.2886274-06:00\",\r\n \"endTime\": \"2022-01-26T01:30:18.9292817-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"026d4955-1548-407e-bed6-dfdd92fb8b40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/virtualMachines/vm2524?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/virtualMachines/vm6445?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NDU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1567,13 +1504,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31972" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba7c8a25-1216-45c2-b7a4-3f7b9e8f5f74" + "4f81be90-2cf4-4b53-831a-0b4551c1e56d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1583,19 +1520,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "7a46b377-58ef-4364-a13b-ca1ec7cd0280" + "2ce32ef0-f1e7-420e-a96f-dd97162cc97a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001001Z:7a46b377-58ef-4364-a13b-ca1ec7cd0280" + "SOUTHCENTRALUS:20220126T073038Z:2ce32ef0-f1e7-420e-a96f-dd97162cc97a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:00 GMT" + "Wed, 26 Jan 2022 07:30:38 GMT" ], "Content-Length": [ - "2054" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1604,26 +1541,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2524\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/virtualMachines/vm2524\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b780e51e-f2ed-4d81-a63e-d8b046f59df0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/availabilitySets/AS1643\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6331.blob.core.windows.net/crptestar101/oscrptestar7635.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6445\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/virtualMachines/vm6445\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63bfe255-e48a-49ca-813b-30d5481ff2b5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/availabilitySets/AS5977\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4927.blob.core.windows.net/crptestar4906/oscrptestar7397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:27:05.3511354-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/virtualMachines/vm2524?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/virtualMachines/vm6445?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NDU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b3e3238-f39d-4167-baa6-77cb79369072" + "bb732d2b-edbb-4212-99a9-3ad5db22b748" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1634,13 +1571,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31971" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "45182103-99c1-4b35-9a12-c0039c0290cb" + "fa8c78f1-87b7-4a20-8542-c08c46bee640" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1650,19 +1587,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "4ef018d3-6bc2-4e40-9f5f-22f13d3c8d05" + "cd54e191-6771-4bf8-ac01-220d92862007" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001001Z:4ef018d3-6bc2-4e40-9f5f-22f13d3c8d05" + "SOUTHCENTRALUS:20220126T073038Z:cd54e191-6771-4bf8-ac01-220d92862007" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:00 GMT" + "Wed, 26 Jan 2022 07:30:38 GMT" ], "Content-Length": [ - "2054" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1671,25 +1608,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2524\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/virtualMachines/vm2524\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b780e51e-f2ed-4d81-a63e-d8b046f59df0\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Compute/availabilitySets/AS1643\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6331.blob.core.windows.net/crptestar101/oscrptestar7635.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6352/providers/Microsoft.Network/networkInterfaces/nic5039\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6445\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/virtualMachines/vm6445\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"63bfe255-e48a-49ca-813b-30d5481ff2b5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Compute/availabilitySets/AS5977\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4927.blob.core.windows.net/crptestar4906/oscrptestar7397.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9465/providers/Microsoft.Network/networkInterfaces/nic2667\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-26T01:27:05.3511354-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6352?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9465?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4df92d0f-9296-4265-bc67-2eee61e58c19" + "9e0e8d5d-f150-4fa9-9542-fd8e108493bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1701,7 +1638,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1710,13 +1647,13 @@ "14999" ], "x-ms-request-id": [ - "a19eed5b-a5cd-4109-994b-591af3d39216" + "73c41a6e-0be3-4815-826b-8102ad491f14" ], "x-ms-correlation-request-id": [ - "a19eed5b-a5cd-4109-994b-591af3d39216" + "73c41a6e-0be3-4815-826b-8102ad491f14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001006Z:a19eed5b-a5cd-4109-994b-591af3d39216" + "SOUTHCENTRALUS:20220126T073045Z:73c41a6e-0be3-4815-826b-8102ad491f14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1725,7 +1662,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:05 GMT" + "Wed, 26 Jan 2022 07:30:44 GMT" ], "Expires": [ "-1" @@ -1738,15 +1675,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1758,7 +1695,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1767,13 +1704,13 @@ "11999" ], "x-ms-request-id": [ - "c04b6f88-e97a-4af9-8d30-285dcfc9c620" + "3bc09bec-8ed7-457e-8116-f338e0945768" ], "x-ms-correlation-request-id": [ - "c04b6f88-e97a-4af9-8d30-285dcfc9c620" + "3bc09bec-8ed7-457e-8116-f338e0945768" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001022Z:c04b6f88-e97a-4af9-8d30-285dcfc9c620" + "SOUTHCENTRALUS:20220126T073101Z:3bc09bec-8ed7-457e-8116-f338e0945768" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1782,7 +1719,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:21 GMT" + "Wed, 26 Jan 2022 07:31:00 GMT" ], "Expires": [ "-1" @@ -1795,15 +1732,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1815,7 +1752,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1824,13 +1761,13 @@ "11998" ], "x-ms-request-id": [ - "ff4efe20-8f53-4455-be0f-de36210fb937" + "10708256-4049-4b11-80e1-daa7589894c0" ], "x-ms-correlation-request-id": [ - "ff4efe20-8f53-4455-be0f-de36210fb937" + "10708256-4049-4b11-80e1-daa7589894c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001037Z:ff4efe20-8f53-4455-be0f-de36210fb937" + "SOUTHCENTRALUS:20220126T073116Z:10708256-4049-4b11-80e1-daa7589894c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1839,7 +1776,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:37 GMT" + "Wed, 26 Jan 2022 07:31:16 GMT" ], "Expires": [ "-1" @@ -1852,15 +1789,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1872,7 +1809,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1881,13 +1818,13 @@ "11997" ], "x-ms-request-id": [ - "446cd0ae-1a75-4269-b960-f4cbbab4e1ef" + "37b7349f-a115-403a-a444-9bf1c84c7213" ], "x-ms-correlation-request-id": [ - "446cd0ae-1a75-4269-b960-f4cbbab4e1ef" + "37b7349f-a115-403a-a444-9bf1c84c7213" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001053Z:446cd0ae-1a75-4269-b960-f4cbbab4e1ef" + "SOUTHCENTRALUS:20220126T073131Z:37b7349f-a115-403a-a444-9bf1c84c7213" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1896,7 +1833,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:10:52 GMT" + "Wed, 26 Jan 2022 07:31:31 GMT" ], "Expires": [ "-1" @@ -1909,15 +1846,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1929,7 +1866,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1938,13 +1875,13 @@ "11996" ], "x-ms-request-id": [ - "4bed7f3d-e2dd-466b-a817-afb83c31e70a" + "a8395eb6-99ae-448c-86e0-35a48ff40727" ], "x-ms-correlation-request-id": [ - "4bed7f3d-e2dd-466b-a817-afb83c31e70a" + "a8395eb6-99ae-448c-86e0-35a48ff40727" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001108Z:4bed7f3d-e2dd-466b-a817-afb83c31e70a" + "SOUTHCENTRALUS:20220126T073147Z:a8395eb6-99ae-448c-86e0-35a48ff40727" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1953,7 +1890,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:11:08 GMT" + "Wed, 26 Jan 2022 07:31:47 GMT" ], "Expires": [ "-1" @@ -1966,15 +1903,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1986,7 +1923,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1995,13 +1932,13 @@ "11995" ], "x-ms-request-id": [ - "8e6a74b3-8253-4d01-8d4f-c6f28e77b768" + "08c14557-e40f-4c84-8e19-c342bdae28f0" ], "x-ms-correlation-request-id": [ - "8e6a74b3-8253-4d01-8d4f-c6f28e77b768" + "08c14557-e40f-4c84-8e19-c342bdae28f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001123Z:8e6a74b3-8253-4d01-8d4f-c6f28e77b768" + "SOUTHCENTRALUS:20220126T073202Z:08c14557-e40f-4c84-8e19-c342bdae28f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2010,7 +1947,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:11:23 GMT" + "Wed, 26 Jan 2022 07:32:02 GMT" ], "Expires": [ "-1" @@ -2023,15 +1960,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2043,7 +1980,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2052,13 +1989,13 @@ "11994" ], "x-ms-request-id": [ - "09bed6e7-4810-4ba3-8160-f410e1c73b50" + "e3c53c93-ebaf-4fb7-8106-6e5f5967c9b9" ], "x-ms-correlation-request-id": [ - "09bed6e7-4810-4ba3-8160-f410e1c73b50" + "e3c53c93-ebaf-4fb7-8106-6e5f5967c9b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001139Z:09bed6e7-4810-4ba3-8160-f410e1c73b50" + "SOUTHCENTRALUS:20220126T073218Z:e3c53c93-ebaf-4fb7-8106-6e5f5967c9b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2067,7 +2004,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:11:38 GMT" + "Wed, 26 Jan 2022 07:32:18 GMT" ], "Expires": [ "-1" @@ -2080,15 +2017,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2100,7 +2037,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2109,13 +2046,13 @@ "11993" ], "x-ms-request-id": [ - "632ff09e-956b-4132-8a76-10c067a5a32c" + "137a78f1-ec9e-481a-b280-149129e43ccd" ], "x-ms-correlation-request-id": [ - "632ff09e-956b-4132-8a76-10c067a5a32c" + "137a78f1-ec9e-481a-b280-149129e43ccd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001154Z:632ff09e-956b-4132-8a76-10c067a5a32c" + "SOUTHCENTRALUS:20220126T073233Z:137a78f1-ec9e-481a-b280-149129e43ccd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2124,7 +2061,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:11:54 GMT" + "Wed, 26 Jan 2022 07:32:33 GMT" ], "Expires": [ "-1" @@ -2137,15 +2074,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2157,7 +2094,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2166,13 +2103,13 @@ "11992" ], "x-ms-request-id": [ - "a1961597-9aa0-4281-ac06-adaef5a8fb41" + "98420817-e556-4bc4-b2df-a6cf378223ea" ], "x-ms-correlation-request-id": [ - "a1961597-9aa0-4281-ac06-adaef5a8fb41" + "98420817-e556-4bc4-b2df-a6cf378223ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001210Z:a1961597-9aa0-4281-ac06-adaef5a8fb41" + "SOUTHCENTRALUS:20220126T073249Z:98420817-e556-4bc4-b2df-a6cf378223ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2181,7 +2118,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:12:09 GMT" + "Wed, 26 Jan 2022 07:32:48 GMT" ], "Expires": [ "-1" @@ -2194,15 +2131,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2214,7 +2151,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2223,13 +2160,13 @@ "11991" ], "x-ms-request-id": [ - "77543fd8-d796-4927-90e1-2a7c1bbfc819" + "74e1a868-3ebd-4da7-816f-3084fef02ed3" ], "x-ms-correlation-request-id": [ - "77543fd8-d796-4927-90e1-2a7c1bbfc819" + "74e1a868-3ebd-4da7-816f-3084fef02ed3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001225Z:77543fd8-d796-4927-90e1-2a7c1bbfc819" + "SOUTHCENTRALUS:20220126T073304Z:74e1a868-3ebd-4da7-816f-3084fef02ed3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2238,7 +2175,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:12:24 GMT" + "Wed, 26 Jan 2022 07:33:04 GMT" ], "Expires": [ "-1" @@ -2251,15 +2188,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2271,7 +2208,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2280,13 +2217,13 @@ "11990" ], "x-ms-request-id": [ - "3f64d93b-3939-4cfe-bfab-32346cfee843" + "b5bf40e4-df38-4a18-adfd-25275c853e64" ], "x-ms-correlation-request-id": [ - "3f64d93b-3939-4cfe-bfab-32346cfee843" + "b5bf40e4-df38-4a18-adfd-25275c853e64" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001241Z:3f64d93b-3939-4cfe-bfab-32346cfee843" + "SOUTHCENTRALUS:20220126T073320Z:b5bf40e4-df38-4a18-adfd-25275c853e64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2295,7 +2232,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:12:41 GMT" + "Wed, 26 Jan 2022 07:33:19 GMT" ], "Expires": [ "-1" @@ -2308,15 +2245,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2327,17 +2264,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-request-id": [ - "6c47034c-deb2-49ec-a50e-1b0a3a140c13" + "8b046ecc-e326-4a07-b973-7580469dbe05" ], "x-ms-correlation-request-id": [ - "6c47034c-deb2-49ec-a50e-1b0a3a140c13" + "8b046ecc-e326-4a07-b973-7580469dbe05" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001256Z:6c47034c-deb2-49ec-a50e-1b0a3a140c13" + "SOUTHCENTRALUS:20220126T073335Z:8b046ecc-e326-4a07-b973-7580469dbe05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2346,7 +2289,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:12:56 GMT" + "Wed, 26 Jan 2022 07:33:34 GMT" ], "Expires": [ "-1" @@ -2356,18 +2299,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzUyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpVeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2382,13 +2325,64 @@ "11988" ], "x-ms-request-id": [ - "6b399387-c90b-4840-8ef7-1a24efe71af7" + "a7680686-8145-4a88-b750-b287174492c8" + ], + "x-ms-correlation-request-id": [ + "a7680686-8145-4a88-b750-b287174492c8" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T073351Z:a7680686-8145-4a88-b750-b287174492c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:33:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDY1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRZMUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "11adcb33-ac64-4849-ab2a-89e3234cb278" ], "x-ms-correlation-request-id": [ - "6b399387-c90b-4840-8ef7-1a24efe71af7" + "11adcb33-ac64-4849-ab2a-89e3234cb278" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T001257Z:6b399387-c90b-4840-8ef7-1a24efe71af7" + "SOUTHCENTRALUS:20220126T073351Z:11adcb33-ac64-4849-ab2a-89e3234cb278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2397,7 +2391,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 00:12:57 GMT" + "Wed, 26 Jan 2022 07:33:50 GMT" ], "Expires": [ "-1" @@ -2412,24 +2406,24 @@ ], "Names": { "TestNicVirtualMachineReference": [ - "crptestar6352", - "as1643", - "crptestar6331" + "crptestar9465", + "as5977", + "crptestar4927" ], "CreateVNET": [ - "vn4328", - "sn3284" + "vn8128", + "sn1026" ], "CreateNIC": [ - "nic5039", - "ip2598" + "nic2667", + "ip214" ], "CreateDefaultVMInput": [ - "crptestar101", - "crptestar1158", - "crptestar7635", - "vm2524", - "Microsoft.Compute/virtualMachines3287" + "crptestar4906", + "crptestar3771", + "crptestar7397", + "vm6445", + "Microsoft.Compute/virtualMachines5948" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestVirtualMachineNicConfiguration.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestVirtualMachineNicConfiguration.json index 04b3cf764c4a1..22a28fbb93598 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestVirtualMachineNicConfiguration.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMNetworkInterfaceTests/TestVirtualMachineNicConfiguration.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "889e098d-e504-4ab3-b326-5394c7ecaac9" + "8a483582-d1e2-465b-aea1-c9d34ca103c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:39:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132689763091654268" + "3707be56-376d-4281-af6f-306af28cbf16_132804548105402048" ], "x-ms-request-id": [ - "6154bf34-969a-4cbb-9a36-12b4bd11635f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3bbc64c1-2310-4301-9d82-c48898f81e26" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "3890e488-db0a-40d5-b95f-419478dd52ff" + "28bc723d-0c9d-4699-8302-5ab29dc359ac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002348Z:3890e488-db0a-40d5-b95f-419478dd52ff" + "EASTUS2:20211117T113940Z:28bc723d-0c9d-4699-8302-5ab29dc359ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:23:48 GMT" - ], "Content-Length": [ "317" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3320?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMzMjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5506?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU1MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar3320\": \"2021-06-29 00:23:48Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar5506\": \"2021-11-17 11:39:40Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6684b929-e8cd-42ac-a6b3-35453f72a821" + "907d6a1e-3a59-4f95-9031-a7fad2ec47aa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:39:40 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "04103877-4080-401c-a877-5640e14150b3" + "034e1e27-fa5a-4e33-93c3-94768a301327" ], "x-ms-correlation-request-id": [ - "04103877-4080-401c-a877-5640e14150b3" + "034e1e27-fa5a-4e33-93c3-94768a301327" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002349Z:04103877-4080-401c-a877-5640e14150b3" + "EASTUS2:20211117T113941Z:034e1e27-fa5a-4e33-93c3-94768a301327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:23:49 GMT" - ], "Content-Length": [ "232" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320\",\r\n \"name\": \"crptestar3320\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar3320\": \"2021-06-29 00:23:48Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506\",\r\n \"name\": \"crptestar5506\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar5506\": \"2021-11-17 11:39:40Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3320?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMzMjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5506?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU1MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar3320\": \"2021-06-29 00:23:49Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar5506\": \"2021-11-17 11:39:41Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2811c1a4-4949-4462-ba44-3df1bf09a89f" + "2b3773ff-5cb0-494f-9ebf-b63b0b37c026" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:39:41 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "0d355018-e5e1-4815-92d8-0ad0d8292b69" + "b8b3de67-3ecb-4fb2-a0fb-3832ff611d53" ], "x-ms-correlation-request-id": [ - "0d355018-e5e1-4815-92d8-0ad0d8292b69" + "b8b3de67-3ecb-4fb2-a0fb-3832ff611d53" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002349Z:0d355018-e5e1-4815-92d8-0ad0d8292b69" + "EASTUS2:20211117T113941Z:b8b3de67-3ecb-4fb2-a0fb-3832ff611d53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:23:49 GMT" - ], "Content-Length": [ "232" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320\",\r\n \"name\": \"crptestar3320\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar3320\": \"2021-06-29 00:23:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506\",\r\n \"name\": \"crptestar5506\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar5506\": \"2021-11-17 11:39:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Storage/storageAccounts/crptestar7734?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzM0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Storage/storageAccounts/crptestar4161?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MTYxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e5e7386-1491-4568-b722-7ff893673924" + "41b02090-aa88-42e8-acef-9c6a0593baa5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:39:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d95c0541-6279-4d9f-815b-fb3df5c8ad90?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6aa3c5c6-0ce8-4506-9f3e-59821e218a3c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d95c0541-6279-4d9f-815b-fb3df5c8ad90" + "6aa3c5c6-0ce8-4506-9f3e-59821e218a3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6ed2ac51-2d3b-4659-a853-8bd6804f9711" + "c078267f-3ef3-458f-8f40-b68493885da3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002351Z:6ed2ac51-2d3b-4659-a853-8bd6804f9711" + "EASTUS2:20211117T113943Z:c078267f-3ef3-458f-8f40-b68493885da3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:23:51 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d95c0541-6279-4d9f-815b-fb3df5c8ad90?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Q5NWMwNTQxLTYyNzktNGQ5Zi04MTViLWZiM2RmNWM4YWQ5MD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6aa3c5c6-0ce8-4506-9f3e-59821e218a3c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzZhYTNjNWM2LTBjZTgtNDUwNi05ZjNlLTU5ODIxZTIxOGEzYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:39:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8cf2982a-1a3e-4640-823b-868c1b5b50fa" + "db8b8a6d-9e8d-480a-91d9-b63793ada3bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "71776c84-ab79-46e7-ae8a-51a13ac88cc7" + "ad47d4d1-f15c-43eb-9cc2-d4fd35c56d04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002408Z:71776c84-ab79-46e7-ae8a-51a13ac88cc7" + "EASTUS2:20211117T114000Z:ad47d4d1-f15c-43eb-9cc2-d4fd35c56d04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:08 GMT" - ], "Content-Length": [ "93" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03ef6190-464c-477b-a5f9-ce99559bf5ac" + "6f341977-6146-4885-9c29-3ef752ecbb97" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "afc96ddd-fd15-4a1d-85f9-dc8295d658db" + "50dc442f-b92c-4da6-9bf1-fb2f03de27c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "f7dab4ff-0122-4634-b0d4-3d7caa139fc0" + "28a7a0d1-30d5-47dc-b88c-af8bd9eb3734" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002418Z:f7dab4ff-0122-4634-b0d4-3d7caa139fc0" + "EASTUS2:20211117T114010Z:28a7a0d1-30d5-47dc-b88c-af8bd9eb3734" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:18 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Storage/storageAccounts/crptestar7734\",\r\n \"name\": \"crptestar7734\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:23:49.7070693Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7734.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7734.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7734.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7734.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Storage/storageAccounts/crptestar4161\",\r\n \"name\": \"crptestar4161\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T11:39:41.5652262Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4161.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4161.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4161.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4161.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Storage/storageAccounts/crptestar7734?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzM0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Storage/storageAccounts/crptestar4161?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MTYxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b27f03e3-dfaf-4473-9f72-265e9880bf81" + "cfc4486e-d729-447d-83b3-36e270ba1457" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a7ead0d1-fd62-4e50-8ae6-304c2f76e1a9" + "f3a5290b-8ebe-4c5d-829d-fde09399c671" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "51b9cfce-067e-4a0d-9abb-64fc807e34a3" + "918b95bb-824f-4384-a7d7-954a81406480" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002418Z:51b9cfce-067e-4a0d-9abb-64fc807e34a3" + "EASTUS2:20211117T114010Z:918b95bb-824f-4384-a7d7-954a81406480" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:18 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Storage/storageAccounts/crptestar7734\",\r\n \"name\": \"crptestar7734\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:23:49.7070693Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7734.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7734.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7734.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7734.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Storage/storageAccounts/crptestar4161\",\r\n \"name\": \"crptestar4161\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T11:39:41.5652262Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4161.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4161.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4161.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4161.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM4MTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7532\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2918\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e4d1c31-382f-448c-ad62-ad58a2880097" + "bb3244d9-c151-41da-9809-e46e1418d72c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8af6ddb0-6b06-403c-a3dc-cd74f5a43ae4" + "98c44a44-7f7c-41fd-9078-46ddd1ad95fb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/8af6ddb0-6b06-403c-a3dc-cd74f5a43ae4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/98c44a44-7f7c-41fd-9078-46ddd1ad95fb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "123cbb44-07d9-400d-a87d-f377ea5a8a11" + "b6e70492-6790-42af-80da-41332498c8da" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a83beaf2-1a00-4755-a309-5c774b027035" + "55ae2a7a-b72a-4b6d-9d1f-a51304c1ea18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002419Z:123cbb44-07d9-400d-a87d-f377ea5a8a11" + "EASTUS2:20211117T114010Z:b6e70492-6790-42af-80da-41332498c8da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:18 GMT" - ], "Content-Length": [ "1319" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9879\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879\",\r\n \"etag\": \"W/\\\"446a9b07-23fb-451d-8f43-48e192d6ab9f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9d34b597-c98b-40c4-b0fb-271623acbc11\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879/subnets/sn7532\",\r\n \"etag\": \"W/\\\"446a9b07-23fb-451d-8f43-48e192d6ab9f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810\",\r\n \"etag\": \"W/\\\"5aa83153-e1aa-4881-945b-b6f8dfe7cc29\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3161e2e1-6366-4423-937c-29622ac386d4\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2918\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810/subnets/sn2918\",\r\n \"etag\": \"W/\\\"5aa83153-e1aa-4881-945b-b6f8dfe7cc29\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/8af6ddb0-6b06-403c-a3dc-cd74f5a43ae4?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy84YWY2ZGRiMC02YjA2LTQwM2MtYTNkYy1jZDc0ZjVhNDNhZTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/98c44a44-7f7c-41fd-9078-46ddd1ad95fb?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy85OGM0NGE0NC03ZjdjLTQxZmQtOTA3OC00NmRkZDFhZDk1ZmI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8e73b71a-c6d4-4de2-a050-11d4a1ceb17d" + "c601e2ca-f563-4f50-88bc-fa40c7aeabf8" ], "x-ms-correlation-request-id": [ - "a1aac635-9915-4ee2-bf4e-ca021bf00832" + "579d59cf-ff2e-4497-a10b-a7665bf41e75" ], "x-ms-arm-service-request-id": [ - "b2a68d00-46c3-42d1-a474-395bea4cf3b3" + "6743589d-4550-4542-a246-6f85bd6d097d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002422Z:a1aac635-9915-4ee2-bf4e-ca021bf00832" + "EASTUS2:20211117T114013Z:579d59cf-ff2e-4497-a10b-a7665bf41e75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:21 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM4MTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4be41fe3-26c4-4b37-8a58-8cf2dba7fa60\"" + "W/\"d6566dc3-1216-42a6-ab97-3fe095868788\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d8b38e17-b42a-4b91-9374-70a4c3867906" + "7f1f957c-2006-4cca-aa26-0c8d26f5f715" ], "x-ms-correlation-request-id": [ - "9925afe5-562d-46f9-ac23-bcbf453ab3e8" + "9720f3f6-eb0f-40e2-bf41-1f9245d19b8e" ], "x-ms-arm-service-request-id": [ - "6cd23f1e-b313-4f9e-b1df-f732de4e1466" + "558bed1b-94e7-44ca-82c4-ea453090af46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002422Z:9925afe5-562d-46f9-ac23-bcbf453ab3e8" + "EASTUS2:20211117T114013Z:9720f3f6-eb0f-40e2-bf41-1f9245d19b8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:21 GMT" - ], "Content-Length": [ "1321" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9879\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879\",\r\n \"etag\": \"W/\\\"4be41fe3-26c4-4b37-8a58-8cf2dba7fa60\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d34b597-c98b-40c4-b0fb-271623acbc11\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879/subnets/sn7532\",\r\n \"etag\": \"W/\\\"4be41fe3-26c4-4b37-8a58-8cf2dba7fa60\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810\",\r\n \"etag\": \"W/\\\"d6566dc3-1216-42a6-ab97-3fe095868788\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3161e2e1-6366-4423-937c-29622ac386d4\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2918\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810/subnets/sn2918\",\r\n \"etag\": \"W/\\\"d6566dc3-1216-42a6-ab97-3fe095868788\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879/subnets/sn7532?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk4Nzkvc3VibmV0cy9zbjc1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810/subnets/sn2918?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM4MTAvc3VibmV0cy9zbjI5MTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcb84697-f190-4f50-9f10-1b45a776f196" + "e40adac7-9fe0-4459-a95d-232a5c569e88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4be41fe3-26c4-4b37-8a58-8cf2dba7fa60\"" + "W/\"d6566dc3-1216-42a6-ab97-3fe095868788\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6dc1e7aa-e826-4ba9-b2f4-ae11452cb6ea" + "53ca4ed0-6ef3-43f4-a0ad-2e00a01cd0f7" ], "x-ms-correlation-request-id": [ - "9a21ca05-cff9-43fa-a4e0-0c5468b236bc" + "c6b07450-5b6b-463e-8618-539a475ca69c" ], "x-ms-arm-service-request-id": [ - "5fe69145-8a6e-414e-9c91-271217d50806" + "490001d0-a96e-4bc8-b6f4-ea6048b97ed3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002422Z:9a21ca05-cff9-43fa-a4e0-0c5468b236bc" + "EASTUS2:20211117T114013Z:c6b07450-5b6b-463e-8618-539a475ca69c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:21 GMT" - ], "Content-Length": [ "523" ], @@ -734,26 +734,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879/subnets/sn7532\",\r\n \"etag\": \"W/\\\"4be41fe3-26c4-4b37-8a58-8cf2dba7fa60\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2918\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810/subnets/sn2918\",\r\n \"etag\": \"W/\\\"d6566dc3-1216-42a6-ab97-3fe095868788\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Compute/virtualMachines/vm8068?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Compute/virtualMachines/vm9370?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNzA/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7734.blob.core.windows.net/crptestar4327/oscrptestar1618.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"nicConfig6337\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipConfig7486\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879/subnets/sn7532\"\r\n },\r\n \"primary\": true,\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"ip1758\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4161.blob.core.windows.net/crptestar5372/oscrptestar7447.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"nicConfig2346\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipConfig4788\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810/subnets/sn2918\"\r\n },\r\n \"primary\": true,\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"ip2435\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f08cfae0-a291-4914-af50-092b0b6227d1" + "377e069b-35c1-4ff4-88db-c350e2beecb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,14 +766,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e0f499fa-e8fd-4b8c-89ca-6625f3981272?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -785,29 +792,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e0f499fa-e8fd-4b8c-89ca-6625f3981272" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "722c7707-a0f0-4b68-add4-f74ab85ec711" + "b7754e67-fb31-4d75-b75c-431a2dd78d83" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002423Z:722c7707-a0f0-4b68-add4-f74ab85ec711" + "EASTUS2:20211117T114014Z:b7754e67-fb31-4d75-b75c-431a2dd78d83" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:22 GMT" - ], "Content-Length": [ - "1939" + "1996" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,32 +816,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Compute/virtualMachines/vm8068\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"670d22ca-8ff8-4324-86b0-d6121cc6f4dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7734.blob.core.windows.net/crptestar4327/oscrptestar1618.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/networkInterfaces/nicConfig6337-73b40cb2-cda3-4b45-8526-9f05298a6901\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Compute/virtualMachines/vm9370\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"36ba7b62-6cf4-4478-b39d-8615f56a06d6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4161.blob.core.windows.net/crptestar5372/oscrptestar7447.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/networkInterfaces/nicConfig2346-f98f7e30-dd03-4b7c-bf40-571844d4706c\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-17T11:40:14.5613239+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMmFiOGI2OC03NWNlLTQzYmQtOTdjZi00YmE4NWFlNmMyYTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e0f499fa-e8fd-4b8c-89ca-6625f3981272?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMGY0OTlmYS1lOGZkLTRiOGMtODljYS02NjI1ZjM5ODEyNzI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:40:24 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -849,27 +856,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cddc9533-3839-4cc6-b9fd-47d56a2cb665" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "05b7e0c3-02a5-41e6-a62a-89687934a3fe" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "e313efb1-d4d2-45ba-84fe-e2370928534d" + "ac77c9ad-7b44-499b-bbb9-6a84c5034c1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002433Z:e313efb1-d4d2-45ba-84fe-e2370928534d" + "EASTUS2:20211117T114024Z:ac77c9ad-7b44-499b-bbb9-6a84c5034c1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:24:32 GMT" - ], "Content-Length": [ "134" ], @@ -880,29 +880,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:24:22.8103241+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T11:40:14.3425845+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e0f499fa-e8fd-4b8c-89ca-6625f3981272\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMmFiOGI2OC03NWNlLTQzYmQtOTdjZi00YmE4NWFlNmMyYTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e0f499fa-e8fd-4b8c-89ca-6625f3981272?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMGY0OTlmYS1lOGZkLTRiOGMtODljYS02NjI1ZjM5ODEyNzI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:41:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -910,27 +917,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba062e43-13e0-4ee4-8aa2-95d5149a0fea" + "67f07733-a403-41a9-b5ce-dd77b10b86f9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-correlation-request-id": [ - "f87b0e1e-edba-48b3-a43f-b53ef4afc4a4" + "7545f629-28e6-42ac-8f6b-e688b3efb619" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002523Z:f87b0e1e-edba-48b3-a43f-b53ef4afc4a4" + "EASTUS2:20211117T114114Z:7545f629-28e6-42ac-8f6b-e688b3efb619" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:25:22 GMT" - ], "Content-Length": [ "134" ], @@ -941,29 +941,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:24:22.8103241+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T11:40:14.3425845+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e0f499fa-e8fd-4b8c-89ca-6625f3981272\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMmFiOGI2OC03NWNlLTQzYmQtOTdjZi00YmE4NWFlNmMyYTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e0f499fa-e8fd-4b8c-89ca-6625f3981272?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMGY0OTlmYS1lOGZkLTRiOGMtODljYS02NjI1ZjM5ODEyNzI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:42:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -971,27 +978,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d16a5466-e82f-4980-9549-b55a60687c13" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c1dc7ac9-5819-4539-9294-f89f9a40f50f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "553cc5b7-5dac-4f52-b065-1209da274e83" + "c123748e-1063-4ecb-9983-862a65ae045e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002613Z:553cc5b7-5dac-4f52-b065-1209da274e83" + "EASTUS2:20211117T114204Z:c123748e-1063-4ecb-9983-862a65ae045e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:26:13 GMT" - ], "Content-Length": [ "134" ], @@ -1002,29 +1002,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:24:22.8103241+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T11:40:14.3425845+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e0f499fa-e8fd-4b8c-89ca-6625f3981272\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMmFiOGI2OC03NWNlLTQzYmQtOTdjZi00YmE4NWFlNmMyYTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/e0f499fa-e8fd-4b8c-89ca-6625f3981272?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9lMGY0OTlmYS1lOGZkLTRiOGMtODljYS02NjI1ZjM5ODEyNzI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:42:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1032,27 +1039,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5a41e57f-5765-4eeb-9cc7-a69b45d92034" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1655cfdc-32f0-444f-828e-12df8d1e04a7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "a25a6b89-6ea6-4a6f-9de6-9d7daa5b1a2c" + "ef526053-4599-4d53-9f57-ce78005ad175" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002703Z:a25a6b89-6ea6-4a6f-9de6-9d7daa5b1a2c" + "EASTUS2:20211117T114254Z:ef526053-4599-4d53-9f57-ce78005ad175" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:02 GMT" - ], "Content-Length": [ "184" ], @@ -1063,29 +1063,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:24:22.8103241+00:00\",\r\n \"endTime\": \"2021-06-29T00:26:31.8113485+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e2ab8b68-75ce-43bd-97cf-4ba85ae6c2a3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T11:40:14.3425845+00:00\",\r\n \"endTime\": \"2021-11-17T11:42:24.0039439+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e0f499fa-e8fd-4b8c-89ca-6625f3981272\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Compute/virtualMachines/vm8068?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Compute/virtualMachines/vm9370?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNzA/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:42:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], @@ -1093,29 +1100,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db42dc49-ef78-4ff3-927a-b60aaeb65639" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b6aad538-ad00-4e04-886f-85c4f75178f2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "be0fb51c-1af5-4111-9dac-1571b41d5f83" + "61b9f19b-8e58-44ad-8c7c-e210ce77f26f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002703Z:be0fb51c-1af5-4111-9dac-1571b41d5f83" + "EASTUS2:20211117T114255Z:61b9f19b-8e58-44ad-8c7c-e210ce77f26f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:02 GMT" - ], "Content-Length": [ - "1968" + "2025" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1124,35 +1124,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Compute/virtualMachines/vm8068\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"670d22ca-8ff8-4324-86b0-d6121cc6f4dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7734.blob.core.windows.net/crptestar4327/oscrptestar1618.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/networkInterfaces/nicConfig6337-73b40cb2-cda3-4b45-8526-9f05298a6901\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Compute/virtualMachines/vm9370\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"36ba7b62-6cf4-4478-b39d-8615f56a06d6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4161.blob.core.windows.net/crptestar5372/oscrptestar7447.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/networkInterfaces/nicConfig2346-f98f7e30-dd03-4b7c-bf40-571844d4706c\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T11:40:14.5613239+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Compute/virtualMachines/vm8068?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgwNjg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Compute/virtualMachines/vm9370?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNzA/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91b94778-6fc2-4c10-95af-41d564b496c8" + "b31f054e-40af-420e-9ed5-d29d97cc2938" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:42:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], @@ -1160,29 +1167,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12b2695b-f0a4-4746-8468-081fdeea8b37" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5615eb6b-ffa3-4a89-bec9-c14c8d4e3699" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "4420349d-8d80-421b-8546-cc3cb6c64d4f" + "30b2dff4-99b8-4aee-a9e1-24545e029708" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002703Z:4420349d-8d80-421b-8546-cc3cb6c64d4f" + "EASTUS2:20211117T114255Z:30b2dff4-99b8-4aee-a9e1-24545e029708" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:02 GMT" - ], "Content-Length": [ - "1968" + "2025" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1191,25 +1191,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Compute/virtualMachines/vm8068\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"670d22ca-8ff8-4324-86b0-d6121cc6f4dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7734.blob.core.windows.net/crptestar4327/oscrptestar1618.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/networkInterfaces/nicConfig6337-73b40cb2-cda3-4b45-8526-9f05298a6901\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Compute/virtualMachines/vm9370\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"36ba7b62-6cf4-4478-b39d-8615f56a06d6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4161.blob.core.windows.net/crptestar5372/oscrptestar7447.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/networkInterfaces/nicConfig2346-f98f7e30-dd03-4b7c-bf40-571844d4706c\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T11:40:14.5613239+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/networkInterfaces?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzMjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/networkInterfaces?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU1MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9f236f7-7e68-4afc-8b47-182182abe8ff" + "ecc8bb03-f394-4b52-b8e3-7a7867e038cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1217,39 +1217,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:42:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b9f55ab7-fc34-4598-a395-893247f4583a" + "021e5ec3-ccb1-401c-bf57-d2cf80821e8d" ], "x-ms-correlation-request-id": [ - "03629a78-8f7f-410c-9240-42593d1e6615" + "f1acc54f-f2d2-4eea-9b07-838fb9876cb0" ], "x-ms-arm-service-request-id": [ - "c6e47f29-bda1-4275-9f71-ba8b4d491d43" + "19eb850d-b7b2-4907-ae6d-541323e13581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002703Z:03629a78-8f7f-410c-9240-42593d1e6615" + "EASTUS2:20211117T114255Z:f1acc54f-f2d2-4eea-9b07-838fb9876cb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:03 GMT" - ], "Content-Length": [ - "3308" + "3261" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1258,25 +1258,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"nicConfig6337-73b40cb2-cda3-4b45-8526-9f05298a6901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/networkInterfaces/nicConfig6337-73b40cb2-cda3-4b45-8526-9f05298a6901\",\r\n \"etag\": \"W/\\\"c5b0b696-57b2-4b4a-9ed2-f8dab6ef924a\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ad4e19e-e276-466e-9b21-146e55584b0b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipConfig7486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/networkInterfaces/nicConfig6337-73b40cb2-cda3-4b45-8526-9f05298a6901/ipConfigurations/ipConfig7486\",\r\n \"etag\": \"W/\\\"c5b0b696-57b2-4b4a-9ed2-f8dab6ef924a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"name\": \"ip1758-73b40cb2-cda3-4b45-8526-9f05298a6901\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/publicIPAddresses/ip1758-73b40cb2-cda3-4b45-8526-9f05298a6901\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"29910f3c-268b-4e4d-bc64-5989a0e46c46\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/networkInterfaces/nicConfig6337-73b40cb2-cda3-4b45-8526-9f05298a6901/ipConfigurations/ipConfig7486\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Network/virtualNetworks/vn9879/subnets/sn7532\"\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\": \"s40tjhmlzhcebmh1e2lchlf2cb.cbnx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"60-45-BD-70-8F-69\",\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3320/providers/Microsoft.Compute/virtualMachines/vm8068\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"nicConfig2346-f98f7e30-dd03-4b7c-bf40-571844d4706c\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/networkInterfaces/nicConfig2346-f98f7e30-dd03-4b7c-bf40-571844d4706c\",\r\n \"etag\": \"W/\\\"79dad04c-6eac-446e-bd8f-fc8a6c382cce\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f140aa6f-ec41-4eb5-87f1-5a9d9a06c5d4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipConfig4788\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/networkInterfaces/nicConfig2346-f98f7e30-dd03-4b7c-bf40-571844d4706c/ipConfigurations/ipConfig4788\",\r\n \"etag\": \"W/\\\"79dad04c-6eac-446e-bd8f-fc8a6c382cce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"name\": \"ip2435-f98f7e30-dd03-4b7c-bf40-571844d4706c\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/publicIPAddresses/ip2435-f98f7e30-dd03-4b7c-bf40-571844d4706c\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9449d37-6d09-44b9-b1c4-86a434e4afd2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/networkInterfaces/nicConfig2346-f98f7e30-dd03-4b7c-bf40-571844d4706c/ipConfigurations/ipConfig4788\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Network/virtualNetworks/vn3810/subnets/sn2918\"\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\": \"2hrgcmlgmmruje12ffrcvq2g0e.cbnx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": \"60-45-BD-A3-A5-3A\",\r\n \"enableIPForwarding\": false,\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5506/providers/Microsoft.Compute/virtualMachines/vm9370\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3320?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMzMjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5506?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU1MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3252aa2-a7d1-4e99-a324-d9f302824518" + "6b422107-9ab0-4d14-870c-bad96c32aba8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1284,11 +1284,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:42:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1297,13 +1300,13 @@ "14999" ], "x-ms-request-id": [ - "1aedbf01-b487-47cb-b301-0be19f6b4f4d" + "a061f499-d890-4fde-94d9-4d12998bbce5" ], "x-ms-correlation-request-id": [ - "1aedbf01-b487-47cb-b301-0be19f6b4f4d" + "a061f499-d890-4fde-94d9-4d12998bbce5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002703Z:1aedbf01-b487-47cb-b301-0be19f6b4f4d" + "EASTUS2:20211117T114255Z:a061f499-d890-4fde-94d9-4d12998bbce5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1311,29 +1314,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1341,11 +1341,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:43:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1354,13 +1357,13 @@ "11999" ], "x-ms-request-id": [ - "88db16e4-7216-4009-945e-c3476f684e34" + "c7cda65d-aca3-411c-9dd0-0ffc70a385ca" ], "x-ms-correlation-request-id": [ - "88db16e4-7216-4009-945e-c3476f684e34" + "c7cda65d-aca3-411c-9dd0-0ffc70a385ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002718Z:88db16e4-7216-4009-945e-c3476f684e34" + "EASTUS2:20211117T114310Z:c7cda65d-aca3-411c-9dd0-0ffc70a385ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1368,29 +1371,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1398,11 +1398,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:43:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1411,13 +1414,13 @@ "11998" ], "x-ms-request-id": [ - "75c82b9b-c2e4-4b80-b446-ab731362b6a9" + "eeba3173-81e4-4def-87c0-5b86efc7abcd" ], "x-ms-correlation-request-id": [ - "75c82b9b-c2e4-4b80-b446-ab731362b6a9" + "eeba3173-81e4-4def-87c0-5b86efc7abcd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002733Z:75c82b9b-c2e4-4b80-b446-ab731362b6a9" + "EASTUS2:20211117T114325Z:eeba3173-81e4-4def-87c0-5b86efc7abcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1425,29 +1428,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1455,11 +1455,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:43:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1468,13 +1471,13 @@ "11997" ], "x-ms-request-id": [ - "bb1d4bf8-a4d3-4903-8c25-8d0cbebc10b7" + "623ee7a7-d01e-49a1-ac68-b965569dfbef" ], "x-ms-correlation-request-id": [ - "bb1d4bf8-a4d3-4903-8c25-8d0cbebc10b7" + "623ee7a7-d01e-49a1-ac68-b965569dfbef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002748Z:bb1d4bf8-a4d3-4903-8c25-8d0cbebc10b7" + "EASTUS2:20211117T114340Z:623ee7a7-d01e-49a1-ac68-b965569dfbef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1482,29 +1485,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:27:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1512,11 +1512,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:43:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1525,13 +1528,13 @@ "11996" ], "x-ms-request-id": [ - "7308ef43-ff67-4942-82ca-ac94cc505091" + "f8e29d82-efed-4985-8984-6a2fd41a425b" ], "x-ms-correlation-request-id": [ - "7308ef43-ff67-4942-82ca-ac94cc505091" + "f8e29d82-efed-4985-8984-6a2fd41a425b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002803Z:7308ef43-ff67-4942-82ca-ac94cc505091" + "EASTUS2:20211117T114355Z:f8e29d82-efed-4985-8984-6a2fd41a425b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1539,29 +1542,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:28:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1569,11 +1569,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:44:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1582,13 +1585,13 @@ "11995" ], "x-ms-request-id": [ - "7948a44e-9575-4e68-8df4-dc74372ec3b6" + "6a194f6c-b932-4ac9-a487-8a0b45065d61" ], "x-ms-correlation-request-id": [ - "7948a44e-9575-4e68-8df4-dc74372ec3b6" + "6a194f6c-b932-4ac9-a487-8a0b45065d61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002819Z:7948a44e-9575-4e68-8df4-dc74372ec3b6" + "EASTUS2:20211117T114410Z:6a194f6c-b932-4ac9-a487-8a0b45065d61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1596,29 +1599,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:28:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1626,11 +1626,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:44:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1639,13 +1642,13 @@ "11994" ], "x-ms-request-id": [ - "f095d710-a44c-4e30-b337-12f5871f9606" + "fe5cb37f-b255-4436-aeac-275a607e6646" ], "x-ms-correlation-request-id": [ - "f095d710-a44c-4e30-b337-12f5871f9606" + "fe5cb37f-b255-4436-aeac-275a607e6646" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002834Z:f095d710-a44c-4e30-b337-12f5871f9606" + "EASTUS2:20211117T114425Z:fe5cb37f-b255-4436-aeac-275a607e6646" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1653,29 +1656,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:28:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1683,11 +1683,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:44:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1696,13 +1699,13 @@ "11993" ], "x-ms-request-id": [ - "685a624c-00e3-4041-ad80-e07486582b1b" + "584125ec-7eef-4437-bff2-4cb92ccea719" ], "x-ms-correlation-request-id": [ - "685a624c-00e3-4041-ad80-e07486582b1b" + "584125ec-7eef-4437-bff2-4cb92ccea719" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002849Z:685a624c-00e3-4041-ad80-e07486582b1b" + "EASTUS2:20211117T114440Z:584125ec-7eef-4437-bff2-4cb92ccea719" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1710,29 +1713,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:28:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1740,11 +1740,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:44:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1753,13 +1756,13 @@ "11992" ], "x-ms-request-id": [ - "602b6433-2aef-4e8d-8e1d-a1b30e61f296" + "d796c98c-70ad-4111-8641-ac8224b3917b" ], "x-ms-correlation-request-id": [ - "602b6433-2aef-4e8d-8e1d-a1b30e61f296" + "d796c98c-70ad-4111-8641-ac8224b3917b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002904Z:602b6433-2aef-4e8d-8e1d-a1b30e61f296" + "EASTUS2:20211117T114455Z:d796c98c-70ad-4111-8641-ac8224b3917b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1767,86 +1770,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:29:03 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "38dfa4de-9132-4171-a162-71450d8efd33" - ], - "x-ms-correlation-request-id": [ - "38dfa4de-9132-4171-a162-71450d8efd33" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T002919Z:38dfa4de-9132-4171-a162-71450d8efd33" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 00:29:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1854,77 +1797,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "3020007f-e7d6-4f13-ba52-3a4c0b4425b8" - ], - "x-ms-correlation-request-id": [ - "3020007f-e7d6-4f13-ba52-3a4c0b4425b8" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T002934Z:3020007f-e7d6-4f13-ba52-3a4c0b4425b8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 00:29:33 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 11:45:10 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-request-id": [ - "614412a8-320a-4bb7-a14b-41d0e93112ce" + "d22d1b7d-397c-4e91-a311-1fc9d5066e5c" ], "x-ms-correlation-request-id": [ - "614412a8-320a-4bb7-a14b-41d0e93112ce" + "d22d1b7d-397c-4e91-a311-1fc9d5066e5c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002949Z:614412a8-320a-4bb7-a14b-41d0e93112ce" + "EASTUS2:20211117T114510Z:d22d1b7d-397c-4e91-a311-1fc9d5066e5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1932,29 +1821,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:29:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzIwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TXpJd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NTA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTlRBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1962,20 +1848,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 11:45:10 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-request-id": [ - "a065a74d-9496-48a5-8c01-f0194cf4aa1e" + "419bd832-430f-43ab-8a95-71db7d1b1179" ], "x-ms-correlation-request-id": [ - "a065a74d-9496-48a5-8c01-f0194cf4aa1e" + "419bd832-430f-43ab-8a95-71db7d1b1179" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002949Z:a065a74d-9496-48a5-8c01-f0194cf4aa1e" + "EASTUS2:20211117T114510Z:419bd832-430f-43ab-8a95-71db7d1b1179" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1983,14 +1872,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:29:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1999,24 +1885,24 @@ ], "Names": { "TestVirtualMachineNicConfiguration": [ - "crptestar3320", - "crptestar7734" + "crptestar5506", + "crptestar4161" ], "CreateVNET": [ - "vn9879", - "sn7532" + "vn3810", + "sn2918" ], "CreateNICConfig": [ - "ipConfig7486", - "ip1758", - "nicConfig6337" + "ipConfig4788", + "ip2435", + "nicConfig2346" ], "CreateDefaultVMInput": [ - "crptestar4327", - "crptestar1029", - "crptestar1618", - "vm8068", - "Microsoft.Compute/virtualMachines9769" + "crptestar5372", + "crptestar2094", + "crptestar7447", + "vm9370", + "Microsoft.Compute/virtualMachines8797" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations.json index b6c201bce2e8e..43a980202ae03 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations.json @@ -1,154 +1,154 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37431?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2019-Datacenter-smalldisk/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxOS1EYXRhY2VudGVyLXNtYWxsZGlzay92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3bf787d4-ebf2-477e-8fb0-836e5bb471c0" + "1c4285a2-15a4-484a-a734-a79f1bd380a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:56:44 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43995" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "1953af9b-1b4b-4d68-ba17-0547f02a192c" + "25a82b57-e742-49af-b694-82a8dac591bc" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "1953af9b-1b4b-4d68-ba17-0547f02a192c" + "c5902b3f-6f7b-438a-9e47-999e86b2fdd7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232021Z:1953af9b-1b4b-4d68-ba17-0547f02a192c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211123T215644Z:c5902b3f-6f7b-438a-9e47-999e86b2fdd7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:20 GMT" + "Content-Length": [ + "342" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"17763.1579.2011180054\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-smalldisk/Versions/17763.1579.2011180054\"\r\n }\r\n]", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2019-Datacenter-smalldisk/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxOS1EYXRhY2VudGVyLXNtYWxsZGlzay92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar91251?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMjUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32d30732-5fb1-4435-a433-b63465dd097c" + "e8cfd37b-0bbd-44ed-ba57-666d9747bb29" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:56:45 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43995" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTI1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "15" ], - "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "77b99dbc-911a-498f-82c3-f8f8fd9bce9c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "f02f128d-31db-4f18-96d0-39e76c10f322" ], "x-ms-correlation-request-id": [ - "4891c7dc-c8ad-4e01-ab10-92505a58f785" + "f02f128d-31db-4f18-96d0-39e76c10f322" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232022Z:4891c7dc-c8ad-4e01-ab10-92505a58f785" + "EASTUS2:20211123T215645Z:f02f128d-31db-4f18-96d0-39e76c10f322" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:21 GMT" - ], "Content-Length": [ - "342" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"17763.1282.2006061952\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter-smalldisk/Versions/17763.1282.2006061952\"\r\n }\r\n]", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37741?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:20:22Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 21:56:44Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec262e92-181c-4d95-9551-0e9f41493334" + "4b9e92f4-0035-41f6-8d08-e9bc962c24cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -162,6 +162,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:56:48 GMT" + ], "Pragma": [ "no-cache" ], @@ -169,13 +172,13 @@ "1199" ], "x-ms-request-id": [ - "4ec32db0-cfb5-4297-818f-c7438d12afd8" + "d6337575-89f3-4e12-9820-92cde990ab79" ], "x-ms-correlation-request-id": [ - "4ec32db0-cfb5-4297-818f-c7438d12afd8" + "d6337575-89f3-4e12-9820-92cde990ab79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232024Z:4ec32db0-cfb5-4297-818f-c7438d12afd8" + "EASTUS2:20211123T215648Z:d6337575-89f3-4e12-9820-92cde990ab79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,9 +186,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:24 GMT" - ], "Content-Length": [ "237" ], @@ -196,25 +196,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741\",\r\n \"name\": \"crptestar37741\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:20:22Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051\",\r\n \"name\": \"crptestar62051\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 21:56:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37741?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:21:04Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 21:57:33Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c836a25e-4ffb-4094-b0d7-c1affdaaced3" + "80a91782-3ca7-4cb6-9bf7-9d62e752ffc7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -228,6 +228,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:33 GMT" + ], "Pragma": [ "no-cache" ], @@ -235,13 +238,13 @@ "1198" ], "x-ms-request-id": [ - "77b25f76-3608-4367-b098-8b8a396782be" + "7d63cbc6-347a-4bb3-a7df-9183fe1a9f2d" ], "x-ms-correlation-request-id": [ - "77b25f76-3608-4367-b098-8b8a396782be" + "7d63cbc6-347a-4bb3-a7df-9183fe1a9f2d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232104Z:77b25f76-3608-4367-b098-8b8a396782be" + "EASTUS2:20211123T215733Z:7d63cbc6-347a-4bb3-a7df-9183fe1a9f2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,9 +252,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:04 GMT" - ], "Content-Length": [ "237" ], @@ -262,25 +262,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741\",\r\n \"name\": \"crptestar37741\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:21:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051\",\r\n \"name\": \"crptestar62051\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 21:57:33Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37741?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:29:21Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 22:05:28Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b799217-f0b2-47fb-b816-dbc689ae70c3" + "7bacdde4-bb42-497f-aeb2-0a2a3a20cae9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -294,6 +294,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:31 GMT" + ], "Pragma": [ "no-cache" ], @@ -301,13 +304,13 @@ "1199" ], "x-ms-request-id": [ - "0641828a-8d0b-401d-a80f-64bc7a98a251" + "76d21597-a5a3-4659-a771-a683d2064024" ], "x-ms-correlation-request-id": [ - "0641828a-8d0b-401d-a80f-64bc7a98a251" + "76d21597-a5a3-4659-a771-a683d2064024" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232924Z:0641828a-8d0b-401d-a80f-64bc7a98a251" + "EASTUS2:20211123T220531Z:76d21597-a5a3-4659-a771-a683d2064024" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,9 +318,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:24 GMT" - ], "Content-Length": [ "237" ], @@ -328,25 +328,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741\",\r\n \"name\": \"crptestar37741\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:29:21Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051\",\r\n \"name\": \"crptestar62051\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 22:05:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37741?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:32:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 22:08:07Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a63cd7ea-a2a4-408f-8bef-4ea26b07814a" + "a5370994-db03-4eea-8c7f-900297ff6644" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -360,6 +360,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:10 GMT" + ], "Pragma": [ "no-cache" ], @@ -367,13 +370,13 @@ "1199" ], "x-ms-request-id": [ - "b92d0786-2ad8-4405-9648-7b02481c97c9" + "9bbdf4cd-19b8-4767-a9f3-c88304329da1" ], "x-ms-correlation-request-id": [ - "b92d0786-2ad8-4405-9648-7b02481c97c9" + "9bbdf4cd-19b8-4767-a9f3-c88304329da1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233210Z:b92d0786-2ad8-4405-9648-7b02481c97c9" + "EASTUS2:20211123T220811Z:9bbdf4cd-19b8-4767-a9f3-c88304329da1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -381,9 +384,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:10 GMT" - ], "Content-Length": [ "237" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741\",\r\n \"name\": \"crptestar37741\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar37741\": \"2021-06-28 23:32:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051\",\r\n \"name\": \"crptestar62051\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar62051\": \"2021-11-23 22:08:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Storage/storageAccounts/crptestar4893?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDg5Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Storage/storageAccounts/crptestar8482?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODQ4Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9eb7aa5a-8496-4e1e-aa4f-18162762cb8c" + "1fb90d66-92f5-49a1-bdcc-7879a1f02932" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -426,62 +426,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2f65c409-9f51-44e5-beef-4b20713709d0?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/af858be6-7c39-4ab8-8e54-e57bf2a5391f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2f65c409-9f51-44e5-beef-4b20713709d0" + "af858be6-7c39-4ab8-8e54-e57bf2a5391f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6064a999-95e7-49f1-a1b9-8d3a39f8c899" + "ad4b1f73-9b0c-4711-8157-e50d9b223812" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232036Z:6064a999-95e7-49f1-a1b9-8d3a39f8c899" + "EASTUS2:20211123T215702Z:ad4b1f73-9b0c-4711-8157-e50d9b223812" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:35 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2f65c409-9f51-44e5-beef-4b20713709d0?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmY2NWM0MDktOWY1MS00NGU1LWJlZWYtNGIyMDcxMzcwOWQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/af858be6-7c39-4ab8-8e54-e57bf2a5391f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYWY4NThiZTYtN2MzOS00YWI4LThlNTQtZTU3YmYyYTUzOTFmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -489,32 +489,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:19 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "90b8158a-9924-4b83-a525-3d0893829786" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/af858be6-7c39-4ab8-8e54-e57bf2a5391f?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "059e72e1-3bac-4530-b522-c7f314593d1d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "7a203274-d968-49e0-aad1-24425e7d8d7c" + "e6c1ed2a-50ce-406d-8c0b-043d18aecf70" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232053Z:7a203274-d968-49e0-aad1-24425e7d8d7c" + "EASTUS2:20211123T215719Z:e6c1ed2a-50ce-406d-8c0b-043d18aecf70" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/af858be6-7c39-4ab8-8e54-e57bf2a5391f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYWY4NThiZTYtN2MzOS00YWI4LThlNTQtZTU3YmYyYTUzOTFmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 23:20:52 GMT" + "Tue, 23 Nov 2021 21:57:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "07b23487-065a-4aed-9a63-7c7509015b6c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "6183ad98-4366-46c4-9714-f32f13419c1f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T215722Z:6183ad98-4366-46c4-9714-f32f13419c1f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -530,21 +593,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20abe7b7-5024-47bf-97f6-c7ff2052d0ec" + "8d7bda38-1347-4299-bedd-2da3707a3e65" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -552,33 +615,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f453bdfa-56cb-47b8-8448-0a152d5f0537" + "88f0e7f1-7a55-41ce-9f60-0ff34da5bf39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "e2e0531a-3f59-43c0-a470-4e4d67b2df02" + "c098a2bd-c9c1-4a85-9793-a933dd934e37" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232103Z:e2e0531a-3f59-43c0-a470-4e4d67b2df02" + "EASTUS2:20211123T215732Z:c098a2bd-c9c1-4a85-9793-a933dd934e37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:02 GMT" - ], "Content-Length": [ "753" ], @@ -589,25 +652,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Storage/storageAccounts/crptestar4893\",\r\n \"name\": \"crptestar4893\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:20:31.7696508Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4893.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4893.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4893.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4893.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Storage/storageAccounts/crptestar8482\",\r\n \"name\": \"crptestar8482\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:56:58.4924639Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8482.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8482.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8482.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8482.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Storage/storageAccounts/crptestar4893?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDg5Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Storage/storageAccounts/crptestar8482?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODQ4Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "948349db-1ad3-4c31-800b-69210cf6745f" + "868e31fe-cc72-41d9-a9a1-acc5c4b7c3e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -615,33 +678,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a2cc2217-85c9-47b7-9f8e-a7d6949e2b91" + "8c286fdb-c318-4346-bf9c-86205ee14012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "ba5e417a-f871-4cd4-9035-e2ea9905753c" + "86920570-1472-417b-b296-515534156c50" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232104Z:ba5e417a-f871-4cd4-9035-e2ea9905753c" + "EASTUS2:20211123T215733Z:86920570-1472-417b-b296-515534156c50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:03 GMT" - ], "Content-Length": [ "741" ], @@ -652,25 +715,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Storage/storageAccounts/crptestar4893\",\r\n \"name\": \"crptestar4893\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:20:31.7696508Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4893.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4893.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4893.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4893.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Storage/storageAccounts/crptestar8482\",\r\n \"name\": \"crptestar8482\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:56:58.4924639Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8482.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8482.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8482.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8482.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip4190?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MTkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip290?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2821\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2167\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "64b041b8-a48a-4cec-9b66-0a14957fb964" + "62d904e4-70e2-4500-81c5-0ca42513506e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -684,48 +747,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:43 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5e4f23bb-8ed1-4b3c-9f30-9cddc7ae1128" + "ae684ae9-a56d-4d51-891c-68e0ee3f2631" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5e4f23bb-8ed1-4b3c-9f30-9cddc7ae1128?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ae684ae9-a56d-4d51-891c-68e0ee3f2631?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ca3d85aa-862b-40f7-8ac4-a6ff4b61bc00" + "d82150bb-9f2c-47cf-92f1-5f9016037210" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c2805996-d446-4e1f-9eeb-411027f66c0c" + "378c6fc4-442f-4148-b6c0-75b458fbc64e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232115Z:ca3d85aa-862b-40f7-8ac4-a6ff4b61bc00" + "EASTUS2:20211123T215744Z:d82150bb-9f2c-47cf-92f1-5f9016037210" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:14 GMT" - ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,19 +797,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4190\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip4190\",\r\n \"etag\": \"W/\\\"d6c66fa0-5114-445a-b9f1-cea087bee067\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"05a34adc-ff66-415b-8f5f-cb8c2618db65\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2821\",\r\n \"fqdn\": \"dn2821.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip290\",\r\n \"etag\": \"W/\\\"961ace2d-467c-4e60-b63b-1555a9030e3e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a3775a88-b3c2-4d34-8756-f90160c070ce\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2167\",\r\n \"fqdn\": \"dn2167.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5e4f23bb-8ed1-4b3c-9f30-9cddc7ae1128?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVlNGYyM2JiLThlZDEtNGIzYy05ZjMwLTljZGRjN2FlMTEyOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ae684ae9-a56d-4d51-891c-68e0ee3f2631?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlNjg0YWU5LWE1NmQtNGQ1MS04OTFjLTY4ZTBlZTNmMjYzMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -754,37 +817,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "18e0341b-83b6-424a-8df7-e48986207707" + "0e1447aa-6f62-4c9c-ba49-36929b0461ad" ], "x-ms-correlation-request-id": [ - "a86993cc-270d-4aca-987e-3404c6596aa8" + "98fcb0be-dd02-4e50-aa41-4923c356495c" ], "x-ms-arm-service-request-id": [ - "72b6ee43-b8fb-43ea-a40a-75ae6797d6b1" + "9153c2f0-f0a8-4122-a692-a269c17a6d5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232116Z:a86993cc-270d-4aca-987e-3404c6596aa8" + "EASTUS2:20211123T215745Z:98fcb0be-dd02-4e50-aa41-4923c356495c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:15 GMT" - ], "Content-Length": [ "29" ], @@ -799,15 +862,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip4190?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MTkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip290?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -815,42 +878,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3cd1b878-e269-4dec-b72c-9a8b490556af\"" + "W/\"97d74c66-01c1-4c78-a418-0f27fbb076eb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "71fc4c91-df55-4c1b-9a55-41ac118c90a8" + "448577cf-1441-4b07-af47-2a5eb996d4ed" ], "x-ms-correlation-request-id": [ - "918031ce-253b-4646-a1b1-4ab8fca4b25e" + "7020fa49-0f5b-447d-89fe-d459ed88fc2c" ], "x-ms-arm-service-request-id": [ - "49ebd973-7ed2-4970-8767-82cb213cd24a" + "e5e39c83-229d-4e11-ae07-10ee07cd74a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232116Z:918031ce-253b-4646-a1b1-4ab8fca4b25e" + "EASTUS2:20211123T215746Z:7020fa49-0f5b-447d-89fe-d459ed88fc2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:16 GMT" - ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -859,25 +922,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4190\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip4190\",\r\n \"etag\": \"W/\\\"3cd1b878-e269-4dec-b72c-9a8b490556af\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05a34adc-ff66-415b-8f5f-cb8c2618db65\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2821\",\r\n \"fqdn\": \"dn2821.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip290\",\r\n \"etag\": \"W/\\\"97d74c66-01c1-4c78-a418-0f27fbb076eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a3775a88-b3c2-4d34-8756-f90160c070ce\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2167\",\r\n \"fqdn\": \"dn2167.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip4190?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MTkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip290?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87fe89d7-d0d5-4c34-b085-8c38e8aa8b15" + "c26be2db-a342-4bb8-b831-afc9db2aa08f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -885,42 +948,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3cd1b878-e269-4dec-b72c-9a8b490556af\"" + "W/\"97d74c66-01c1-4c78-a418-0f27fbb076eb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0ef7ce22-73fb-4cbd-8f79-3b7363b22439" + "1dcdc278-a343-445d-894d-445d4b46a7a8" ], "x-ms-correlation-request-id": [ - "6bf65bc1-8229-498e-9802-5ee117a475ce" + "ca7ccfc2-37e0-4b65-866f-eca32aadac89" ], "x-ms-arm-service-request-id": [ - "447bd98d-cb56-4d72-b0fd-616a906929e7" + "b16c13f6-b926-457c-9729-6d1b2789cfbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232117Z:6bf65bc1-8229-498e-9802-5ee117a475ce" + "EASTUS2:20211123T215746Z:ca7ccfc2-37e0-4b65-866f-eca32aadac89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:16 GMT" - ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -929,80 +992,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4190\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip4190\",\r\n \"etag\": \"W/\\\"3cd1b878-e269-4dec-b72c-9a8b490556af\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05a34adc-ff66-415b-8f5f-cb8c2618db65\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2821\",\r\n \"fqdn\": \"dn2821.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip290\",\r\n \"etag\": \"W/\\\"97d74c66-01c1-4c78-a418-0f27fbb076eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a3775a88-b3c2-4d34-8756-f90160c070ce\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2167\",\r\n \"fqdn\": \"dn2167.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MDM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45OTMzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn854\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7332\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c8f2c3c-98d0-4325-b86a-666609d67dca" + "7f84dee0-74de-46bb-b725-9d9b05d339ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "88a13345-63a5-45a6-af18-fa0e224a77b9" + "015df31d-5996-4f40-b476-027442c7bf8f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/88a13345-63a5-45a6-af18-fa0e224a77b9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/015df31d-5996-4f40-b476-027442c7bf8f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1513b228-e856-4b57-8e7e-875358969951" + "469d58d3-36c8-4f1b-a4f7-2596d45b7ea8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f5d2fe05-dd96-46f4-b7bb-4d708bf87ac5" + "ca8f2355-1c12-4385-bc0c-171c1713fd82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232122Z:1513b228-e856-4b57-8e7e-875358969951" + "EASTUS2:20211123T215750Z:469d58d3-36c8-4f1b-a4f7-2596d45b7ea8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:21 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,19 +1074,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7036\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036\",\r\n \"etag\": \"W/\\\"46481d2e-a31a-458b-823e-e532b96bf83b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5ad3b86a-f443-4403-8ccf-fe89434080e6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854\",\r\n \"etag\": \"W/\\\"46481d2e-a31a-458b-823e-e532b96bf83b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9933\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933\",\r\n \"etag\": \"W/\\\"ad07d0ae-aaa4-4e0f-bc81-4c3c2c4e5f1e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"dc964f1d-625b-45c8-83ee-5dff72a01a07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7332\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332\",\r\n \"etag\": \"W/\\\"ad07d0ae-aaa4-4e0f-bc81-4c3c2c4e5f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/88a13345-63a5-45a6-af18-fa0e224a77b9?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4YTEzMzQ1LTYzYTUtNDVhNi1hZjE4LWZhMGUyMjRhNzdiOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/015df31d-5996-4f40-b476-027442c7bf8f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAxNWRmMzFkLTU5OTYtNGY0MC1iNDc2LTAyNzQ0MmM3YmY4Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1031,37 +1094,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e7933cd5-3723-408a-9e76-844f75d6f156" + "7635b2e3-66c5-4655-82e2-37e8c8e93829" ], "x-ms-correlation-request-id": [ - "306eeda8-0817-4674-b5fe-d48be81d2224" + "df8e59b2-b48e-4e69-b0bb-9d4593b5d44e" ], "x-ms-arm-service-request-id": [ - "d2b646ed-3d05-4c80-825d-74f8cca875c4" + "06bc034c-9dc1-4f25-a558-c830fc1e5c47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232125Z:306eeda8-0817-4674-b5fe-d48be81d2224" + "EASTUS2:20211123T215754Z:df8e59b2-b48e-4e69-b0bb-9d4593b5d44e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:24 GMT" - ], "Content-Length": [ "29" ], @@ -1076,15 +1139,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MDM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45OTMzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1092,42 +1155,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0aa24e87-8c72-4567-8e38-efe118316bb2\"" + "W/\"8ee38699-baeb-43c1-8372-2780764fe876\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "35abd227-e917-487b-8872-52220bc82b1e" + "d98a9843-28dc-41b8-a528-3dda115bb03d" ], "x-ms-correlation-request-id": [ - "ec5a2333-5f4d-4399-9bc1-72c587d969dd" + "fd068cf4-0577-4209-a25c-d40e3bf5e8d6" ], "x-ms-arm-service-request-id": [ - "52a003e3-87bf-45c4-a5ca-5188e66968c2" + "f6737a43-1a31-4b9b-8c69-bb87409176e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232126Z:ec5a2333-5f4d-4399-9bc1-72c587d969dd" + "EASTUS2:20211123T215754Z:fd068cf4-0577-4209-a25c-d40e3bf5e8d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:25 GMT" - ], "Content-Length": [ - "1323" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1136,25 +1199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7036\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036\",\r\n \"etag\": \"W/\\\"0aa24e87-8c72-4567-8e38-efe118316bb2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ad3b86a-f443-4403-8ccf-fe89434080e6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854\",\r\n \"etag\": \"W/\\\"0aa24e87-8c72-4567-8e38-efe118316bb2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9933\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933\",\r\n \"etag\": \"W/\\\"8ee38699-baeb-43c1-8372-2780764fe876\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dc964f1d-625b-45c8-83ee-5dff72a01a07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7332\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332\",\r\n \"etag\": \"W/\\\"8ee38699-baeb-43c1-8372-2780764fe876\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MDM2L3N1Ym5ldHMvc244NTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45OTMzL3N1Ym5ldHMvc243MzMyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3bceb3a5-5376-45e4-aa0b-edfcb7f218f9" + "4d31c6e3-cf3c-47b4-af28-9ebb7f1b80ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1162,42 +1225,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0aa24e87-8c72-4567-8e38-efe118316bb2\"" + "W/\"8ee38699-baeb-43c1-8372-2780764fe876\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "36f9d1f0-a7d3-4668-afaf-bfaf57c42489" + "7a74fccf-d52f-4d25-94bc-1f811cbd3246" ], "x-ms-correlation-request-id": [ - "ba2377b1-0cd2-41fe-b5a2-13d2d5f7b41d" + "9f194506-15e5-4ca9-8031-2b337df5c14a" ], "x-ms-arm-service-request-id": [ - "2ea3d3ee-02c7-45b2-9db4-a0bb004985f3" + "c3b27fea-662e-4e0c-826e-7f337c135236" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232126Z:ba2377b1-0cd2-41fe-b5a2-13d2d5f7b41d" + "EASTUS2:20211123T215754Z:9f194506-15e5-4ca9-8031-2b337df5c14a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:25 GMT" - ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1206,77 +1269,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854\",\r\n \"etag\": \"W/\\\"0aa24e87-8c72-4567-8e38-efe118316bb2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7332\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332\",\r\n \"etag\": \"W/\\\"8ee38699-baeb-43c1-8372-2780764fe876\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854\"\r\n }\r\n },\r\n \"name\": \"ip4881\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7332\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332\"\r\n }\r\n },\r\n \"name\": \"ip5554\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61842ebb-3bf1-41f7-afe2-ea7ac98601f5" + "5f30f50f-9a7c-484a-a6e1-8a29e01fa02c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b7b3491-c022-4e59-8a6b-c955272632be" + "21e98be2-7fb8-414c-b059-9a49798a0728" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1b7b3491-c022-4e59-8a6b-c955272632be?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/21e98be2-7fb8-414c-b059-9a49798a0728?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3e46750b-7b79-4650-82d4-0da88392f456" + "88fd0ea2-2f8d-48b4-ad0e-cbb396737801" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2f1be61a-6eb9-479e-8bf7-57bd8feb9e5c" + "6b44447f-e440-4eee-9a61-a4da8925d148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232130Z:3e46750b-7b79-4650-82d4-0da88392f456" + "EASTUS2:20211123T215758Z:88fd0ea2-2f8d-48b4-ad0e-cbb396737801" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:29 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1285,19 +1348,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619\",\r\n \"etag\": \"W/\\\"a2b03f81-d65a-441c-bb8b-161b8b584332\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"97147bae-3fea-4a64-b728-895f7911e035\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4881\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619/ipConfigurations/ip4881\",\r\n \"etag\": \"W/\\\"a2b03f81-d65a-441c-bb8b-161b8b584332\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854\"\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\": \"nk2ngwsd4qbujdgp50eugqea2g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic600\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600\",\r\n \"etag\": \"W/\\\"c628a814-0e92-4d1c-9927-e4f876399a2e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f58966e2-71bd-4c0f-9c22-56fb8906fae8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5554\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600/ipConfigurations/ip5554\",\r\n \"etag\": \"W/\\\"c628a814-0e92-4d1c-9927-e4f876399a2e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332\"\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\": \"dvhznxc1mleela5olx5xfia0ah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1305,42 +1368,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a2b03f81-d65a-441c-bb8b-161b8b584332\"" + "W/\"c628a814-0e92-4d1c-9927-e4f876399a2e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "51f57c45-a24c-47f3-8e8f-6eac859c4ed0" + "ad3f7875-39a5-4521-b22a-287f77191349" ], "x-ms-correlation-request-id": [ - "d6e01696-dde4-4096-bee0-75ed6910f7f6" + "dac83941-d965-4ba6-aa6f-8cb3428bc759" ], "x-ms-arm-service-request-id": [ - "6994b7d7-cdd2-4a14-8f4a-723cf38dbb61" + "128dfc8c-8d12-4260-8327-31877df40793" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232130Z:d6e01696-dde4-4096-bee0-75ed6910f7f6" + "EASTUS2:20211123T215759Z:dac83941-d965-4ba6-aa6f-8cb3428bc759" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:29 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1349,25 +1412,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619\",\r\n \"etag\": \"W/\\\"a2b03f81-d65a-441c-bb8b-161b8b584332\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"97147bae-3fea-4a64-b728-895f7911e035\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4881\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619/ipConfigurations/ip4881\",\r\n \"etag\": \"W/\\\"a2b03f81-d65a-441c-bb8b-161b8b584332\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854\"\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\": \"nk2ngwsd4qbujdgp50eugqea2g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic600\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600\",\r\n \"etag\": \"W/\\\"c628a814-0e92-4d1c-9927-e4f876399a2e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f58966e2-71bd-4c0f-9c22-56fb8906fae8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5554\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600/ipConfigurations/ip5554\",\r\n \"etag\": \"W/\\\"c628a814-0e92-4d1c-9927-e4f876399a2e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332\"\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\": \"dvhznxc1mleela5olx5xfia0ah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebc19957-a1a8-4613-8de8-68eef995b4e0" + "4ae989bf-ff94-4dfe-bd59-bf5c0fd03f2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1375,42 +1438,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:57:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a2b03f81-d65a-441c-bb8b-161b8b584332\"" + "W/\"c628a814-0e92-4d1c-9927-e4f876399a2e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "653b5f0c-efb9-4741-b442-d2993059a6d8" + "790b62b5-bcae-46bc-bbf7-a780452d7b34" ], "x-ms-correlation-request-id": [ - "e08d2ed2-04ff-4a61-9a46-5aba9c5700be" + "dd7fd67d-351d-47fb-a3c0-fa0ab4f1f116" ], "x-ms-arm-service-request-id": [ - "b7312946-0311-413e-89b7-b2e1dc6cfdc6" + "5da49182-f1cb-4d46-887b-23ec26031fcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232130Z:e08d2ed2-04ff-4a61-9a46-5aba9c5700be" + "EASTUS2:20211123T215759Z:dd7fd67d-351d-47fb-a3c0-fa0ab4f1f116" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:30 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1419,26 +1482,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619\",\r\n \"etag\": \"W/\\\"a2b03f81-d65a-441c-bb8b-161b8b584332\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"97147bae-3fea-4a64-b728-895f7911e035\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4881\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619/ipConfigurations/ip4881\",\r\n \"etag\": \"W/\\\"a2b03f81-d65a-441c-bb8b-161b8b584332\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn7036/subnets/sn854\"\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\": \"nk2ngwsd4qbujdgp50eugqea2g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic600\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600\",\r\n \"etag\": \"W/\\\"c628a814-0e92-4d1c-9927-e4f876399a2e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f58966e2-71bd-4c0f-9c22-56fb8906fae8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5554\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600/ipConfigurations/ip5554\",\r\n \"etag\": \"W/\\\"c628a814-0e92-4d1c-9927-e4f876399a2e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn9933/subnets/sn7332\"\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\": \"dvhznxc1mleela5olx5xfia0ah.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNTE4ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNjE3Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6ecb653-ae5b-4fd4-8a3c-bd9878bc67d8" + "5444cfd2-60ce-4cd1-aefb-7a820cec2371" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1451,37 +1514,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:58:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1189" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68f68816-c2e8-46ab-8025-2fb3f02f3017" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d6f3b0f6-2bb6-42d6-989c-0ecf1eb85490" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "b7db23b3-54b2-428d-8e52-a306e79891ea" + "e8b44d34-129d-4235-b628-088605b79d47" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232139Z:b7db23b3-54b2-428d-8e52-a306e79891ea" + "EASTUS2:20211123T215808Z:e8b44d34-129d-4235-b628-088605b79d47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:38 GMT" - ], "Content-Length": [ "445" ], @@ -1492,26 +1555,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as5184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as6177\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/crptestar4801/oscrptestar4373.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/crptestar9399/oscrptestar7016.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "30006e6c-8ccc-4e1b-8041-1e7562eb6fea" + "a45a6aa2-662c-44fa-953e-542ed0c93838" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1524,48 +1587,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:58:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d8b12318-ae8a-47b4-a442-1d64a9562d4f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06356b3e-e2a1-4426-8891-f107f411ecc9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1188" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d8b12318-ae8a-47b4-a442-1d64a9562d4f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06356b3e-e2a1-4426-8891-f107f411ecc9" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "9f58f9d6-d1e1-46cc-ac3d-f4fc1e70093f" + "b2ee8ee4-241f-4577-a50a-1a4974b33f87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232146Z:9f58f9d6-d1e1-46cc-ac3d-f4fc1e70093f" + "EASTUS2:20211123T215814Z:b2ee8ee4-241f-4577-a50a-1a4974b33f87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:21:45 GMT" - ], "Content-Length": [ - "2049" + "2106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1574,123 +1637,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7720\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"faba595a-a4d5-48af-8fa8-b4a6f6224e72\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/crptestar4801/oscrptestar4373.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d3a234d-087c-4bad-9563-7def0ec81179\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/crptestar9399/oscrptestar7016.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T21:58:12.4346747+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d8b12318-ae8a-47b4-a442-1d64a9562d4f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4YjEyMzE4LWFlOGEtNDdiNC1hNDQyLTFkNjRhOTU2MmQ0Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06356b3e-e2a1-4426-8891-f107f411ecc9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2MzU2YjNlLWUyYTEtNDQyNi04ODkxLWYxMDdmNDExZWNjOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:58:24 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29941" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "3cfdadec-c90d-4c99-a4fb-eaf927e1a41c" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "e4b50e4e-0a40-48cd-9f43-aeea9e37bb59" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T232156Z:e4b50e4e-0a40-48cd-9f43-aeea9e37bb59" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:21:56 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:21:43.7052363+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d8b12318-ae8a-47b4-a442-1d64a9562d4f\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d8b12318-ae8a-47b4-a442-1d64a9562d4f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4YjEyMzE4LWFlOGEtNDdiNC1hNDQyLTFkNjRhOTU2MmQ0Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29940" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f463fc26-0adb-45e0-8150-cfc73cd38211" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7c9ec46b-0df1-4856-ad77-998dc28d4924" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "293f84c4-30db-467e-877d-5259554e7a59" + "fb92f2a7-3394-425c-b1e2-caea03a7365b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232246Z:293f84c4-30db-467e-877d-5259554e7a59" + "EASTUS2:20211123T215824Z:fb92f2a7-3394-425c-b1e2-caea03a7365b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:22:45 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1699,59 +1701,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:21:43.7052363+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d8b12318-ae8a-47b4-a442-1d64a9562d4f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:58:12.372215+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06356b3e-e2a1-4426-8891-f107f411ecc9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d8b12318-ae8a-47b4-a442-1d64a9562d4f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4YjEyMzE4LWFlOGEtNDdiNC1hNDQyLTFkNjRhOTU2MmQ0Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06356b3e-e2a1-4426-8891-f107f411ecc9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2MzU2YjNlLWUyYTEtNDQyNi04ODkxLWYxMDdmNDExZWNjOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:59:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29939" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2427defc-2448-418e-b73a-3a1ebdd1044a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bcf2a169-cd1e-4fa5-b857-d00139c46f28" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "4ae62d2a-528f-419c-a486-be9dae3db2d5" + "fe42afeb-0167-4460-9f1a-ff860a450967" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232336Z:4ae62d2a-528f-419c-a486-be9dae3db2d5" + "EASTUS2:20211123T215914Z:fe42afeb-0167-4460-9f1a-ff860a450967" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:23:36 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1760,59 +1762,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:21:43.7052363+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d8b12318-ae8a-47b4-a442-1d64a9562d4f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:58:12.372215+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06356b3e-e2a1-4426-8891-f107f411ecc9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d8b12318-ae8a-47b4-a442-1d64a9562d4f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4YjEyMzE4LWFlOGEtNDdiNC1hNDQyLTFkNjRhOTU2MmQ0Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06356b3e-e2a1-4426-8891-f107f411ecc9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2MzU2YjNlLWUyYTEtNDQyNi04ODkxLWYxMDdmNDExZWNjOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:00:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "29106522-ecfa-4361-b4d2-8de68b5eebbc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51972ef3-6ab3-4dbe-94d6-347a96639b89" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "3f5fa3c7-4dee-47fb-818e-9a2f7a16f1a4" + "7c750dbc-e320-4e6e-a100-65bc8ce117e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232427Z:3f5fa3c7-4dee-47fb-818e-9a2f7a16f1a4" + "EASTUS2:20211123T220005Z:7c750dbc-e320-4e6e-a100-65bc8ce117e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:24:26 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1821,59 +1823,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:21:43.7052363+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d8b12318-ae8a-47b4-a442-1d64a9562d4f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:58:12.372215+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06356b3e-e2a1-4426-8891-f107f411ecc9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d8b12318-ae8a-47b4-a442-1d64a9562d4f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4YjEyMzE4LWFlOGEtNDdiNC1hNDQyLTFkNjRhOTU2MmQ0Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06356b3e-e2a1-4426-8891-f107f411ecc9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2MzU2YjNlLWUyYTEtNDQyNi04ODkxLWYxMDdmNDExZWNjOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:00:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29943" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "872c542b-c707-42f3-b363-23c6f4e165e8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9926596f-6928-4b9b-8e89-0b73b124fd60" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "2d33b0bd-5557-4ee3-adbd-483b2186bc67" + "ba4a1e60-8524-4a28-a578-fdafc1aad732" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232517Z:2d33b0bd-5557-4ee3-adbd-483b2186bc67" + "EASTUS2:20211123T220056Z:ba4a1e60-8524-4a28-a578-fdafc1aad732" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:17 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1882,59 +1884,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:21:43.7052363+00:00\",\r\n \"endTime\": \"2021-06-28T23:24:40.6579932+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d8b12318-ae8a-47b4-a442-1d64a9562d4f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:58:12.372215+00:00\",\r\n \"endTime\": \"2021-11-23T22:00:19.3877601+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"06356b3e-e2a1-4426-8891-f107f411ecc9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:00:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31972" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb894186-ed6d-4142-8c09-40d32b2d4821" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2b9db386-c5c9-4c3a-a615-dfdb54011b60" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "07793d97-9268-4638-b1df-6a2ec7fed35a" + "97cc8df7-bf05-41a3-b9ec-f18861431062" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232517Z:07793d97-9268-4638-b1df-6a2ec7fed35a" + "EASTUS2:20211123T220056Z:97cc8df7-bf05-41a3-b9ec-f18861431062" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:17 GMT" - ], "Content-Length": [ - "2077" + "2134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1943,65 +1945,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7720\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"faba595a-a4d5-48af-8fa8-b4a6f6224e72\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/crptestar4801/oscrptestar4373.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d3a234d-087c-4bad-9563-7def0ec81179\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/crptestar9399/oscrptestar7016.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T21:58:12.4346747+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61941435-92d6-4718-9734-da73ed13a066" + "c31a5427-204a-426e-815d-f4bba087032a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:00:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31971" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a08917d1-4390-4070-946c-2c4ffedf00d3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dfd10f0f-951b-476e-b34b-4d76fc23c63c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "3c52ee97-c957-4c39-a12e-bf9e4dc28620" + "83f4269e-b344-4df4-a15d-3c6de8c767fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232518Z:3c52ee97-c957-4c39-a12e-bf9e4dc28620" + "EASTUS2:20211123T220056Z:83f4269e-b344-4df4-a15d-3c6de8c767fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:17 GMT" - ], "Content-Length": [ - "2077" + "2134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2010,43 +2012,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7720\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"faba595a-a4d5-48af-8fa8-b4a6f6224e72\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/crptestar4801/oscrptestar4373.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic619\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5d3a234d-087c-4bad-9563-7def0ec81179\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/crptestar9399/oscrptestar7016.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic600\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T21:58:12.4346747+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwL3N0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0L3N0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80786082-cc86-48c1-aeea-28e25ce3f33a" + "c6af18c3-f44b-436f-8301-35294fd92d7d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:00:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2bd4650-608a-4d86-a520-dcec7204f670?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31ac655-6a29-4a62-9e52-1aa44380f22b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2bd4650-608a-4d86-a520-dcec7204f670?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31ac655-6a29-4a62-9e52-1aa44380f22b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1196" @@ -2055,85 +2064,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2bd4650-608a-4d86-a520-dcec7204f670" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b31ac655-6a29-4a62-9e52-1aa44380f22b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f9d3146a-49cf-440a-9293-80c26d2168b0" + "5b4b76eb-3f25-4f2e-801b-c4989a8e91a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232518Z:f9d3146a-49cf-440a-9293-80c26d2168b0" + "EASTUS2:20211123T220057Z:5b4b76eb-3f25-4f2e-801b-c4989a8e91a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2bd4650-608a-4d86-a520-dcec7204f670?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyYmQ0NjUwLTYwOGEtNGQ4Ni1hNTIwLWRjZWM3MjA0ZjY3MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31ac655-6a29-4a62-9e52-1aa44380f22b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzMWFjNjU1LTZhMjktNGE2Mi05ZTUyLTFhYTQ0MzgwZjIyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:01:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29941" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4676b19f-8207-4f48-bc82-87185b6355f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eafb951e-3bdb-40fb-9b07-ea4173e1dd62" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "78dd6e47-856f-4427-9947-cb92f31afce1" + "2fed3481-5ff6-4a2c-a413-87eb9180bbf2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232529Z:78dd6e47-856f-4427-9947-cb92f31afce1" + "EASTUS2:20211123T220107Z:2fed3481-5ff6-4a2c-a413-87eb9180bbf2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:29 GMT" - ], "Content-Length": [ "184" ], @@ -2144,98 +2146,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:25:18.4392723+00:00\",\r\n \"endTime\": \"2021-06-28T23:25:18.5955159+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a2bd4650-608a-4d86-a520-dcec7204f670\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:00:57.0596347+00:00\",\r\n \"endTime\": \"2021-11-23T22:00:57.2628625+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b31ac655-6a29-4a62-9e52-1aa44380f22b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2bd4650-608a-4d86-a520-dcec7204f670?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyYmQ0NjUwLTYwOGEtNGQ4Ni1hNTIwLWRjZWM3MjA0ZjY3MD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b31ac655-6a29-4a62-9e52-1aa44380f22b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzMWFjNjU1LTZhMjktNGE2Mi05ZTUyLTFhYTQ0MzgwZjIyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:01:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29940" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ffac09a4-8a83-4910-bfc5-412bd8a803da" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "85e37a95-3eda-4f4b-92ba-cde7dca3d1cd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "51999344-5a71-4650-94d5-17cf7abe2956" + "104cd6f8-d5e3-4858-9c8d-b8f357a02a01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232529Z:51999344-5a71-4650-94d5-17cf7abe2956" + "EASTUS2:20211123T220107Z:104cd6f8-d5e3-4858-9c8d-b8f357a02a01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720/redeploy?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwL3JlZGVwbG95P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644/redeploy?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0L3JlZGVwbG95P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8147cd1-fb59-4ff0-9522-0276e5e38f06" + "3cbc9fb8-b60b-495e-9274-322752ab3b4c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:01:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/165978f7-eaab-430d-9056-f48f1e06b65c?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15e463c-6800-469c-8f2c-d82d340173fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/165978f7-eaab-430d-9056-f48f1e06b65c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15e463c-6800-469c-8f2c-d82d340173fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1195" @@ -2244,85 +2253,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "165978f7-eaab-430d-9056-f48f1e06b65c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a15e463c-6800-469c-8f2c-d82d340173fb" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "7e8b7cb1-8ade-42db-b761-520ef894bab9" + "73e633fc-3d6b-4bfa-b111-116661c9498d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232530Z:7e8b7cb1-8ade-42db-b761-520ef894bab9" + "EASTUS2:20211123T220108Z:73e633fc-3d6b-4bfa-b111-116661c9498d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/165978f7-eaab-430d-9056-f48f1e06b65c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NTk3OGY3LWVhYWItNDMwZC05MDU2LWY0OGYxZTA2YjY1Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15e463c-6800-469c-8f2c-d82d340173fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNWU0NjNjLTY4MDAtNDY5Yy04ZjJjLWQ4MmQzNDAxNzNmYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:01:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29938" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d3b57ac3-2de4-45f6-9c45-3954c1392ffb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8ee9eb61-a879-49c2-9693-f3a457cea357" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "4ffe2d3c-1332-4b5e-b0aa-ecdc164f48dc" + "6910c5f4-778f-4c06-ba77-ab02d930a0eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232600Z:4ffe2d3c-1332-4b5e-b0aa-ecdc164f48dc" + "EASTUS2:20211123T220138Z:6910c5f4-778f-4c06-ba77-ab02d930a0eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:25:59 GMT" - ], "Content-Length": [ "134" ], @@ -2333,57 +2335,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:25:29.9236368+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"165978f7-eaab-430d-9056-f48f1e06b65c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:01:07.9659006+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a15e463c-6800-469c-8f2c-d82d340173fb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/165978f7-eaab-430d-9056-f48f1e06b65c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NTk3OGY3LWVhYWItNDMwZC05MDU2LWY0OGYxZTA2YjY1Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15e463c-6800-469c-8f2c-d82d340173fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNWU0NjNjLTY4MDAtNDY5Yy04ZjJjLWQ4MmQzNDAxNzNmYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:02:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29935" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29942" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20dc14ad-76e3-4e4e-a880-f385c543bbb1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "05ddca63-2e0e-4ed5-b3ab-5db4cc977b61" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "f20e634c-929f-47fc-9d86-8eda8e707687" + "d3314df0-2e24-4006-9bae-926e67b4e55a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232630Z:f20e634c-929f-47fc-9d86-8eda8e707687" + "EASTUS2:20211123T220208Z:d3314df0-2e24-4006-9bae-926e67b4e55a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:26:30 GMT" - ], "Content-Length": [ "134" ], @@ -2394,57 +2396,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:25:29.9236368+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"165978f7-eaab-430d-9056-f48f1e06b65c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:01:07.9659006+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a15e463c-6800-469c-8f2c-d82d340173fb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/165978f7-eaab-430d-9056-f48f1e06b65c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NTk3OGY3LWVhYWItNDMwZC05MDU2LWY0OGYxZTA2YjY1Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15e463c-6800-469c-8f2c-d82d340173fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNWU0NjNjLTY4MDAtNDY5Yy04ZjJjLWQ4MmQzNDAxNzNmYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:02:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29932" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29939" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fda88c22-f27c-43a6-bd69-ca219c1b719a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "01946ad1-a14a-4d72-af0c-650858985334" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-correlation-request-id": [ - "e85687d4-38bd-4b43-bcfa-0b0cf8aa2fe9" + "2515ebfe-666c-41ba-a188-a8461a413efa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232701Z:e85687d4-38bd-4b43-bcfa-0b0cf8aa2fe9" + "EASTUS2:20211123T220238Z:2515ebfe-666c-41ba-a188-a8461a413efa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:27:00 GMT" - ], "Content-Length": [ "134" ], @@ -2455,57 +2457,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:25:29.9236368+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"165978f7-eaab-430d-9056-f48f1e06b65c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:01:07.9659006+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a15e463c-6800-469c-8f2c-d82d340173fb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/165978f7-eaab-430d-9056-f48f1e06b65c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NTk3OGY3LWVhYWItNDMwZC05MDU2LWY0OGYxZTA2YjY1Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15e463c-6800-469c-8f2c-d82d340173fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNWU0NjNjLTY4MDAtNDY5Yy04ZjJjLWQ4MmQzNDAxNzNmYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:03:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29930" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ba23840-7ecc-4585-a0de-fcb5c3bba0f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bd9d5739-f73c-4491-b715-f8333b46850d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-correlation-request-id": [ - "7a2c0b06-ea76-4c19-8fb3-918a98b12c82" + "76249a3f-0617-4cd4-af3f-59f876b74e27" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232731Z:7a2c0b06-ea76-4c19-8fb3-918a98b12c82" + "EASTUS2:20211123T220309Z:76249a3f-0617-4cd4-af3f-59f876b74e27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:27:31 GMT" - ], "Content-Length": [ "184" ], @@ -2516,98 +2518,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:25:29.9236368+00:00\",\r\n \"endTime\": \"2021-06-28T23:27:08.2985132+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"165978f7-eaab-430d-9056-f48f1e06b65c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:01:07.9659006+00:00\",\r\n \"endTime\": \"2021-11-23T22:02:59.9345632+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a15e463c-6800-469c-8f2c-d82d340173fb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/165978f7-eaab-430d-9056-f48f1e06b65c?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2NTk3OGY3LWVhYWItNDMwZC05MDU2LWY0OGYxZTA2YjY1Yz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a15e463c-6800-469c-8f2c-d82d340173fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNWU0NjNjLTY4MDAtNDY5Yy04ZjJjLWQ4MmQzNDAxNzNmYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:03:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29929" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac89c731-73d1-4bbb-857f-e06d5faaab70" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "90761bf9-1f14-4b70-8d77-83aa3c4e9120" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-correlation-request-id": [ - "ac50a42a-ca49-40c7-bd3a-4d778f924003" + "c58ee9b4-38c7-4dea-9ade-6119f6024322" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232732Z:ac50a42a-ca49-40c7-bd3a-4d778f924003" + "EASTUS2:20211123T220309Z:c58ee9b4-38c7-4dea-9ade-6119f6024322" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:27:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720/restart?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwL3Jlc3RhcnQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644/restart?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0L3Jlc3RhcnQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48df2fb5-39ff-4dc5-bc95-a83f6aed799e" + "1cd549dc-d155-49c2-81d8-5e047f4cb08a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:03:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a5a73bea-97dd-4e79-ac63-776663d2b615?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882a6db7-1ece-44de-8fb5-60aea2425c09?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a5a73bea-97dd-4e79-ac63-776663d2b615?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882a6db7-1ece-44de-8fb5-60aea2425c09?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1194" @@ -2616,85 +2625,139 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a5a73bea-97dd-4e79-ac63-776663d2b615" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "882a6db7-1ece-44de-8fb5-60aea2425c09" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "1fc84111-b415-444a-a038-928e20a7e0fc" + "f1fe5c7c-e52c-4fc8-a8c3-2bf6eabfe1c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232732Z:1fc84111-b415-444a-a038-928e20a7e0fc" + "EASTUS2:20211123T220309Z:f1fe5c7c-e52c-4fc8-a8c3-2bf6eabfe1c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:27:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a5a73bea-97dd-4e79-ac63-776663d2b615?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E1YTczYmVhLTk3ZGQtNGU3OS1hYzYzLTc3NjY2M2QyYjYxNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882a6db7-1ece-44de-8fb5-60aea2425c09?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MmE2ZGI3LTFlY2UtNDRkZS04ZmI1LTYwYWVhMjQyNWMwOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:03:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29927" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29933" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "deaf55ef-9c7e-4759-b7e1-fe59291b62dd" + "29653db4-9200-4435-8c78-58f91d93d9ab" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "6c5b7167-70c3-4821-8f42-65dd629933f4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T220340Z:6c5b7167-70c3-4821-8f42-65dd629933f4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:03:09.7314707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"882a6db7-1ece-44de-8fb5-60aea2425c09\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882a6db7-1ece-44de-8fb5-60aea2425c09?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MmE2ZGI3LTFlY2UtNDRkZS04ZmI1LTYwYWVhMjQyNWMwOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:04:10 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29930" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2d06aa5d-080e-42e9-939a-afcfeaf25a03" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-correlation-request-id": [ - "30637374-9420-4ec2-be41-33c4a7b3263d" + "31c7c36e-1e7a-4418-965d-89c4a58e0e20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232802Z:30637374-9420-4ec2-be41-33c4a7b3263d" + "EASTUS2:20211123T220410Z:31c7c36e-1e7a-4418-965d-89c4a58e0e20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:28:02 GMT" - ], "Content-Length": [ "184" ], @@ -2705,98 +2768,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:27:32.4234532+00:00\",\r\n \"endTime\": \"2021-06-28T23:27:32.5328638+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a5a73bea-97dd-4e79-ac63-776663d2b615\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:03:09.7314707+00:00\",\r\n \"endTime\": \"2021-11-23T22:03:49.7782557+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"882a6db7-1ece-44de-8fb5-60aea2425c09\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a5a73bea-97dd-4e79-ac63-776663d2b615?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E1YTczYmVhLTk3ZGQtNGU3OS1hYzYzLTc3NjY2M2QyYjYxNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882a6db7-1ece-44de-8fb5-60aea2425c09?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MmE2ZGI3LTFlY2UtNDRkZS04ZmI1LTYwYWVhMjQyNWMwOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:04:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29926" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bba5b22d-3473-4627-a730-abfd0d691444" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d64e0234-9113-4648-ab66-251f3c9e5733" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-correlation-request-id": [ - "a70b5537-a43b-48be-96fa-7e7eba79ba58" + "8231a5c3-b942-4118-aa32-d675da5cf761" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232803Z:a70b5537-a43b-48be-96fa-7e7eba79ba58" + "EASTUS2:20211123T220410Z:8231a5c3-b942-4118-aa32-d675da5cf761" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:28:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720/powerOff?skipShutdown=false&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwL3Bvd2VyT2ZmP3NraXBTaHV0ZG93bj1mYWxzZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644/powerOff?skipShutdown=false&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0L3Bvd2VyT2ZmP3NraXBTaHV0ZG93bj1mYWxzZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5a8c463-f59a-4070-a4a6-472960363473" + "71b2fe26-7a08-4858-8f41-af5bd5251371" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:04:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1e57f86-7bb3-469c-8d52-52d469cec1bd?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2b3c668-9e4c-4588-8ada-e74f7ab83083?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1e57f86-7bb3-469c-8d52-52d469cec1bd?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2b3c668-9e4c-4588-8ada-e74f7ab83083?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1193" @@ -2805,85 +2875,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1e57f86-7bb3-469c-8d52-52d469cec1bd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a2b3c668-9e4c-4588-8ada-e74f7ab83083" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "54109f4f-7caa-4ac9-81c1-b51735612c33" + "d33e70d2-0411-491e-a490-681e17b8a219" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232803Z:54109f4f-7caa-4ac9-81c1-b51735612c33" + "EASTUS2:20211123T220410Z:d33e70d2-0411-491e-a490-681e17b8a219" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:28:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1e57f86-7bb3-469c-8d52-52d469cec1bd?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZTU3Zjg2LTdiYjMtNDY5Yy04ZDUyLTUyZDQ2OWNlYzFiZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2b3c668-9e4c-4588-8ada-e74f7ab83083?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyYjNjNjY4LTllNGMtNDU4OC04YWRhLWU3NGY3YWI4MzA4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:04:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29924" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "02c2f28b-200f-45d4-ad44-79ecf499fca2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5be10a0b-aa9b-479b-b99b-0d9358cd7add" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-correlation-request-id": [ - "da160a8c-8d51-410a-a761-5b734f3f81c8" + "f37b3374-1fd8-48f4-ba54-b09009d320ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232833Z:da160a8c-8d51-410a-a761-5b734f3f81c8" + "EASTUS2:20211123T220441Z:f37b3374-1fd8-48f4-ba54-b09009d320ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:28:32 GMT" - ], "Content-Length": [ "184" ], @@ -2894,191 +2957,191 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:28:03.2202735+00:00\",\r\n \"endTime\": \"2021-06-28T23:28:03.2983927+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f1e57f86-7bb3-469c-8d52-52d469cec1bd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:04:10.7938764+00:00\",\r\n \"endTime\": \"2021-11-23T22:04:22.9344616+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a2b3c668-9e4c-4588-8ada-e74f7ab83083\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1e57f86-7bb3-469c-8d52-52d469cec1bd?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZTU3Zjg2LTdiYjMtNDY5Yy04ZDUyLTUyZDQ2OWNlYzFiZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a2b3c668-9e4c-4588-8ada-e74f7ab83083?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyYjNjNjY4LTllNGMtNDU4OC04YWRhLWU3NGY3YWI4MzA4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:04:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29923" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65645288-eaf4-4e8b-bc57-2dbfe10a1437" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "93e1d0a7-5cf7-4d44-93aa-429415d3e5cf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-correlation-request-id": [ - "536f2129-64d8-46b6-9ced-7ad7480fdf62" + "e120d4f0-b1c9-4a4c-b859-02c7cf0e38b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232833Z:536f2129-64d8-46b6-9ced-7ad7480fdf62" + "EASTUS2:20211123T220441Z:e120d4f0-b1c9-4a4c-b859-02c7cf0e38b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:28:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720/deallocate?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwL2RlYWxsb2NhdGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644/deallocate?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0L2RlYWxsb2NhdGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46977f27-ca71-41f1-b810-ab4e762ceeb7" + "2685f099-433d-411e-941f-ce9ca702d49f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:04:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f67794d6-87e8-4cb7-8574-6d0ae98f8db1?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f67794d6-87e8-4cb7-8574-6d0ae98f8db1?api-version=2021-07-01" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1188" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f67794d6-87e8-4cb7-8574-6d0ae98f8db1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "6329e50a-807e-4a75-99b7-0d977c9d31b3" + "fdd6f898-85d6-4df9-a011-fe24263b57bf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232834Z:6329e50a-807e-4a75-99b7-0d977c9d31b3" + "EASTUS2:20211123T220441Z:fdd6f898-85d6-4df9-a011-fe24263b57bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:28:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f67794d6-87e8-4cb7-8574-6d0ae98f8db1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y2Nzc5NGQ2LTg3ZTgtNGNiNy04NTc0LTZkMGFlOThmOGRiMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMjhlMjY4LWZlN2YtNDI2ZC05Y2IzLWE1ZjQ5ZmNkZjZhNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:04:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "36" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29922" + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29925" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55d648a7-0941-4f52-b201-896ff3b1ae43" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "077605cb-1222-4fa4-8695-f36b300b15d8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11981" ], "x-ms-correlation-request-id": [ - "ccc1c22e-89e1-44d1-94e4-21a72e672dff" + "5a957117-bfb5-4da3-9b5a-64404930c5fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232844Z:ccc1c22e-89e1-44d1-94e4-21a72e672dff" + "EASTUS2:20211123T220452Z:5a957117-bfb5-4da3-9b5a-64404930c5fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:28:43 GMT" - ], "Content-Length": [ "134" ], @@ -3089,57 +3152,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:28:34.0640384+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f67794d6-87e8-4cb7-8574-6d0ae98f8db1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:04:41.6376235+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f67794d6-87e8-4cb7-8574-6d0ae98f8db1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y2Nzc5NGQ2LTg3ZTgtNGNiNy04NTc0LTZkMGFlOThmOGRiMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMjhlMjY4LWZlN2YtNDI2ZC05Y2IzLWE1ZjQ5ZmNkZjZhNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29918" + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29928" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "279b4e1c-9945-46d5-8392-80e51097a263" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fa2c6408-6932-429f-a521-1ca07a26bbb8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11980" ], "x-ms-correlation-request-id": [ - "9f2f8c7a-7867-4b4f-b1c7-dd1d85bc9695" + "175ad871-f0db-487b-8e6e-41fcdbe93c04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232920Z:9f2f8c7a-7867-4b4f-b1c7-dd1d85bc9695" + "EASTUS2:20211123T220528Z:175ad871-f0db-487b-8e6e-41fcdbe93c04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:20 GMT" - ], "Content-Length": [ "184" ], @@ -3150,93 +3213,100 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:28:34.0640384+00:00\",\r\n \"endTime\": \"2021-06-28T23:29:03.6421133+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f67794d6-87e8-4cb7-8574-6d0ae98f8db1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:04:41.6376235+00:00\",\r\n \"endTime\": \"2021-11-23T22:05:03.1063966+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f67794d6-87e8-4cb7-8574-6d0ae98f8db1?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y2Nzc5NGQ2LTg3ZTgtNGNiNy04NTc0LTZkMGFlOThmOGRiMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e28e268-fe7f-426d-9cb3-a5f49fcdf6a6?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMjhlMjY4LWZlN2YtNDI2ZC05Y2IzLWE1ZjQ5ZmNkZjZhNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29917" + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2f1a90a-b20e-4c95-b484-45ba1aaa91e7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cd40cd50-8692-4419-80bc-9c4aab9ad3c4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11979" ], "x-ms-correlation-request-id": [ - "717f5716-9caf-4669-8044-b93250deb317" + "6092ce9d-0926-451b-a589-9acfe8296a6e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232920Z:717f5716-9caf-4669-8044-b93250deb317" + "EASTUS2:20211123T220528Z:6092ce9d-0926-451b-a589-9acfe8296a6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720/generalize?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwL2dlbmVyYWxpemU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644/generalize?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0L2dlbmVyYWxpemU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "849fcf18-0e19-4d6f-aaea-9d355c295bdb" + "6ed61fed-b73f-48ba-817b-bb7439c60d3e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1192" ], @@ -3244,106 +3314,99 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0704fb99-76db-42ab-a653-25a334c9befb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f8eb2fbc-93ba-429b-a193-60226e5ac743" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-correlation-request-id": [ - "ec673520-a085-4727-821d-5e551e89084a" + "14f691a3-0a46-4b68-9fd7-bf7a68741dad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232921Z:ec673520-a085-4727-821d-5e551e89084a" + "EASTUS2:20211123T220528Z:14f691a3-0a46-4b68-9fd7-bf7a68741dad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip3503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNTAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip206?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn316\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3668\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cdb9a5e5-ed6e-4b5b-a472-6a19b4c4e5d5" + "c1b94e6f-dec0-4a04-8b26-d207ee0800df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "206" + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c78f238e-7c4f-489d-8613-e422453628db" + "293ccde7-66e3-4a1a-be54-46d1a34a6a06" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c78f238e-7c4f-489d-8613-e422453628db?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/293ccde7-66e3-4a1a-be54-46d1a34a6a06?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a8360a35-86cb-4f31-a04e-523d8965e917" + "94b8f20c-d743-4739-b9fb-4c2dd6bdd939" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4ca74d38-cc81-406a-bf93-4f387f1f35a7" + "16a6c76b-715a-488c-9c5e-148402c24513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232934Z:a8360a35-86cb-4f31-a04e-523d8965e917" + "EASTUS2:20211123T220540Z:94b8f20c-d743-4739-b9fb-4c2dd6bdd939" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:34 GMT" - ], "Content-Length": [ "768" ], @@ -3354,19 +3417,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip3503\",\r\n \"etag\": \"W/\\\"e14f4057-a6e3-44a8-aa69-d8bcaaa124d0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"dbff1d2d-462b-47db-8d75-817d9b299627\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn316\",\r\n \"fqdn\": \"dn316.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip206\",\r\n \"etag\": \"W/\\\"264eb686-99cf-4473-87d1-8b35cc920f95\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"115c28b3-8006-4892-8cdd-34b422dbfaa3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3668\",\r\n \"fqdn\": \"dn3668.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c78f238e-7c4f-489d-8613-e422453628db?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M3OGYyMzhlLTdjNGYtNDg5ZC04NjEzLWU0MjI0NTM2MjhkYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/293ccde7-66e3-4a1a-be54-46d1a34a6a06?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI5M2NjZGU3LTY2ZTMtNGExYS1iZTU0LTQ2ZDFhMzRhNmEwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3374,37 +3437,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "18d193cf-91af-477f-afde-6bcc5efadc93" + "2e771e3d-9aa2-4309-85e2-52074eba9e49" ], "x-ms-correlation-request-id": [ - "e8044165-fbd2-4b79-8f8d-3283b70350df" + "2ae50361-59e2-414f-952a-02febe1cfee8" ], "x-ms-arm-service-request-id": [ - "ccf99d57-4b66-4aa2-98eb-e866bd0565e4" + "35cc64db-c43b-4b73-832b-705f90ed5426" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232936Z:e8044165-fbd2-4b79-8f8d-3283b70350df" + "EASTUS2:20211123T220541Z:2ae50361-59e2-414f-952a-02febe1cfee8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:35 GMT" - ], "Content-Length": [ "29" ], @@ -3419,15 +3482,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip3503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNTAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip206?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3435,40 +3498,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"85502663-6f31-4d0a-ae08-daf5f6dfce7d\"" + "W/\"c42c5443-d4b5-4ed4-b363-a729fe3f05a7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8cde6a8a-8c0b-4d10-8bd3-2ad60efd1598" + "66360011-2db5-47bf-bd3b-2ff2ecdcfb89" ], "x-ms-correlation-request-id": [ - "db1edbb1-fd58-4f7a-b3e1-9983a5159606" + "bcaccb39-1d8a-4e96-91f1-bfef0e3f5539" ], "x-ms-arm-service-request-id": [ - "55112b0c-1747-49b4-9fe1-cebf7f2e06f0" + "b7b7a65f-f35b-42a6-a760-86511838ae62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232936Z:db1edbb1-fd58-4f7a-b3e1-9983a5159606" + "EASTUS2:20211123T220541Z:bcaccb39-1d8a-4e96-91f1-bfef0e3f5539" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:35 GMT" - ], "Content-Length": [ "769" ], @@ -3479,25 +3542,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip3503\",\r\n \"etag\": \"W/\\\"85502663-6f31-4d0a-ae08-daf5f6dfce7d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbff1d2d-462b-47db-8d75-817d9b299627\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn316\",\r\n \"fqdn\": \"dn316.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip206\",\r\n \"etag\": \"W/\\\"c42c5443-d4b5-4ed4-b363-a729fe3f05a7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"115c28b3-8006-4892-8cdd-34b422dbfaa3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3668\",\r\n \"fqdn\": \"dn3668.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip3503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNTAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip206?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42692469-1db5-450f-89b2-6952a66f20f6" + "984207fa-ebd2-49bf-be8b-d324b7f52381" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3505,40 +3568,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"85502663-6f31-4d0a-ae08-daf5f6dfce7d\"" + "W/\"c42c5443-d4b5-4ed4-b363-a729fe3f05a7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "36626166-d292-42ab-a868-b2cf9c59afe3" + "aa2f07ba-84d6-485c-a7d5-8f0a812c0425" ], "x-ms-correlation-request-id": [ - "30fb2052-fa22-4950-8df6-f8626360a078" + "4f8604c5-d453-4fb1-ba17-186dae40ff79" ], "x-ms-arm-service-request-id": [ - "e5171559-7328-4e1f-b1af-c88a67f071ff" + "61835599-a9fd-4c47-8af0-17970d9d82ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232936Z:30fb2052-fa22-4950-8df6-f8626360a078" + "EASTUS2:20211123T220542Z:4f8604c5-d453-4fb1-ba17-186dae40ff79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:36 GMT" - ], "Content-Length": [ "769" ], @@ -3549,80 +3612,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip3503\",\r\n \"etag\": \"W/\\\"85502663-6f31-4d0a-ae08-daf5f6dfce7d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbff1d2d-462b-47db-8d75-817d9b299627\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn316\",\r\n \"fqdn\": \"dn316.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip206\",\r\n \"etag\": \"W/\\\"c42c5443-d4b5-4ed4-b363-a729fe3f05a7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"115c28b3-8006-4892-8cdd-34b422dbfaa3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3668\",\r\n \"fqdn\": \"dn3668.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn987\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3559\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0e34caa-6ef8-43cc-831f-85a09d9fb5e5" + "675e169e-41ac-48f9-80b8-6b74eb66dbc4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "298" + "299" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f61b9e94-4b96-491c-b4fe-b9260cff708e" + "5d65f2ec-b354-4b10-8682-d1631982b3bc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f61b9e94-4b96-491c-b4fe-b9260cff708e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5d65f2ec-b354-4b10-8682-d1631982b3bc?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1d14fee0-d585-489b-85cb-ada860d1de50" + "9a940a9a-63f1-4ace-9ec0-afe4fceed6a0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "db714b22-0acf-4dac-bf88-902b7b97d97b" + "58cfd0ef-0cf0-4b49-9058-735bd20fb41c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232941Z:1d14fee0-d585-489b-85cb-ada860d1de50" + "EASTUS2:20211123T220546Z:9a940a9a-63f1-4ace-9ec0-afe4fceed6a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:40 GMT" - ], "Content-Length": [ - "1218" + "1217" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3631,19 +3694,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136\",\r\n \"etag\": \"W/\\\"52815043-c14b-48bb-8291-e56ec5deab38\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"384792b6-c46a-4fdb-baf9-5e0e3ceb4192\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn987\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987\",\r\n \"etag\": \"W/\\\"52815043-c14b-48bb-8291-e56ec5deab38\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn230\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230\",\r\n \"etag\": \"W/\\\"d409305a-86ca-4e54-8f28-7d2b18480925\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"015998e6-e1de-4617-a4df-6d42dbf11939\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559\",\r\n \"etag\": \"W/\\\"d409305a-86ca-4e54-8f28-7d2b18480925\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f61b9e94-4b96-491c-b4fe-b9260cff708e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y2MWI5ZTk0LTRiOTYtNDkxYy1iNGZlLWI5MjYwY2ZmNzA4ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5d65f2ec-b354-4b10-8682-d1631982b3bc?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkNjVmMmVjLWIzNTQtNGIxMC04NjgyLWQxNjMxOTgyYjNiYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3651,37 +3714,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2dc6f647-6bdb-46f3-bd0c-9f67a16690d2" + "abd251f9-9ad7-4f63-badf-6fa12a7518cf" ], "x-ms-correlation-request-id": [ - "477abf47-62e0-4b4f-8fbf-7a2f8fcc225a" + "43e94121-cd54-47b6-95c9-fcb03887a912" ], "x-ms-arm-service-request-id": [ - "a07b7ee2-6430-417e-bcbb-4907c241e2d0" + "2698bb30-90cf-46e8-a735-8b85bb233cbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232944Z:477abf47-62e0-4b4f-8fbf-7a2f8fcc225a" + "EASTUS2:20211123T220550Z:43e94121-cd54-47b6-95c9-fcb03887a912" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:43 GMT" - ], "Content-Length": [ "29" ], @@ -3696,15 +3759,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3712,42 +3775,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8169b75e-f354-40c4-ae4e-9f6768dcc1f8\"" + "W/\"b1dcecf2-55d3-493f-b72e-b351cd379051\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d29d7d25-7820-4eb0-9a1a-513d474fe649" + "575c3f22-4501-4ac3-8af2-0bd58532f7c8" ], "x-ms-correlation-request-id": [ - "55ce571f-4152-4d3a-baa8-6a28c225adb9" + "207aa253-6e8a-477d-ac89-5abd2f9628fa" ], "x-ms-arm-service-request-id": [ - "8457070c-f15a-4090-a653-54e1a33a1b9b" + "e0d418a5-4ebf-4315-bb0b-3f4f1cbda39b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232944Z:55ce571f-4152-4d3a-baa8-6a28c225adb9" + "EASTUS2:20211123T220550Z:207aa253-6e8a-477d-ac89-5abd2f9628fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:43 GMT" - ], "Content-Length": [ - "1220" + "1219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3756,25 +3819,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136\",\r\n \"etag\": \"W/\\\"8169b75e-f354-40c4-ae4e-9f6768dcc1f8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"384792b6-c46a-4fdb-baf9-5e0e3ceb4192\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn987\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987\",\r\n \"etag\": \"W/\\\"8169b75e-f354-40c4-ae4e-9f6768dcc1f8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn230\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230\",\r\n \"etag\": \"W/\\\"b1dcecf2-55d3-493f-b72e-b351cd379051\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"015998e6-e1de-4617-a4df-6d42dbf11939\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559\",\r\n \"etag\": \"W/\\\"b1dcecf2-55d3-493f-b72e-b351cd379051\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MTM2L3N1Ym5ldHMvc245ODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMzAvc3VibmV0cy9zbjM1NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72cd21f1-444f-40c6-a0e7-3222c9b849c2" + "780e04d0-d27f-4441-b2fc-1c353fbfeca1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3782,42 +3845,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8169b75e-f354-40c4-ae4e-9f6768dcc1f8\"" + "W/\"b1dcecf2-55d3-493f-b72e-b351cd379051\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cf4f62b3-f69a-4bfc-80d8-699548d2ff76" + "f5b7442e-0a38-49a0-b79c-9d06d3312f5f" ], "x-ms-correlation-request-id": [ - "dcf14c0f-bc29-4629-a0a5-e5a5dfcbef80" + "6e5907d6-de06-4086-9a86-531b0584ba6f" ], "x-ms-arm-service-request-id": [ - "e51c51d4-41d5-443a-9c32-ff8314ff6ae8" + "e93eabbb-e07b-423c-8287-a4448683ac1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232944Z:dcf14c0f-bc29-4629-a0a5-e5a5dfcbef80" + "EASTUS2:20211123T220550Z:6e5907d6-de06-4086-9a86-531b0584ba6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:44 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3826,75 +3889,75 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn987\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987\",\r\n \"etag\": \"W/\\\"8169b75e-f354-40c4-ae4e-9f6768dcc1f8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559\",\r\n \"etag\": \"W/\\\"b1dcecf2-55d3-493f-b72e-b351cd379051\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxODEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn987\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987\"\r\n }\r\n },\r\n \"name\": \"ip8677\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3559\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559\"\r\n }\r\n },\r\n \"name\": \"ip9231\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9aca0b77-c29e-40d6-a964-e64b7b829b72" + "8dfe9e47-64b9-41f4-a622-472a8adcfa9a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "18d9834a-44d6-4b43-b2e0-d16e14362297" + "2a887bbd-ebb8-4a92-9016-5e7a2808c2cd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/18d9834a-44d6-4b43-b2e0-d16e14362297?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2a887bbd-ebb8-4a92-9016-5e7a2808c2cd?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6098975b-9845-4e4a-94dc-bb42ef733127" + "5bd494f7-920d-4cbc-aa20-099e464f2b01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "de22caad-98c2-4f96-aff4-cb0641176a41" + "61df0b9d-2fc5-4b33-be61-e8871848a057" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232948Z:6098975b-9845-4e4a-94dc-bb42ef733127" + "EASTUS2:20211123T220554Z:5bd494f7-920d-4cbc-aa20-099e464f2b01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:48 GMT" - ], "Content-Length": [ "1633" ], @@ -3905,19 +3968,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741\",\r\n \"etag\": \"W/\\\"9fa6bf48-e173-419c-82c6-e9205e901ab5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16ccff2d-041e-45f6-92ef-95c1cc63515e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8677\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741/ipConfigurations/ip8677\",\r\n \"etag\": \"W/\\\"9fa6bf48-e173-419c-82c6-e9205e901ab5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987\"\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\": \"w0jeoodkytnu5oxzlyhdz00bsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813\",\r\n \"etag\": \"W/\\\"e4fdc8e8-9217-401f-9866-942827bd3b52\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc17c207-a82c-4a06-9bc7-0dcc9a72b487\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9231\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813/ipConfigurations/ip9231\",\r\n \"etag\": \"W/\\\"e4fdc8e8-9217-401f-9866-942827bd3b52\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559\"\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\": \"20mfsao42elunjg5nvbnx2izhb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxODEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3925,40 +3988,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9fa6bf48-e173-419c-82c6-e9205e901ab5\"" + "W/\"e4fdc8e8-9217-401f-9866-942827bd3b52\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a4ec1264-df1a-435f-82c2-303438f48283" + "971a6a2f-d943-4faa-8448-bd2cc4480e7e" ], "x-ms-correlation-request-id": [ - "6ad965ff-e87b-431a-8d6c-a06086d2b110" + "46fd706b-eb18-4fc8-9947-b58d2d702397" ], "x-ms-arm-service-request-id": [ - "4ec53c8e-d087-46e8-83a9-d62c7c0c28d9" + "e599ff9a-2c12-4cd3-be3f-b292878c4060" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232949Z:6ad965ff-e87b-431a-8d6c-a06086d2b110" + "EASTUS2:20211123T220554Z:46fd706b-eb18-4fc8-9947-b58d2d702397" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:49 GMT" - ], "Content-Length": [ "1633" ], @@ -3969,25 +4032,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741\",\r\n \"etag\": \"W/\\\"9fa6bf48-e173-419c-82c6-e9205e901ab5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16ccff2d-041e-45f6-92ef-95c1cc63515e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8677\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741/ipConfigurations/ip8677\",\r\n \"etag\": \"W/\\\"9fa6bf48-e173-419c-82c6-e9205e901ab5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987\"\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\": \"w0jeoodkytnu5oxzlyhdz00bsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813\",\r\n \"etag\": \"W/\\\"e4fdc8e8-9217-401f-9866-942827bd3b52\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc17c207-a82c-4a06-9bc7-0dcc9a72b487\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9231\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813/ipConfigurations/ip9231\",\r\n \"etag\": \"W/\\\"e4fdc8e8-9217-401f-9866-942827bd3b52\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559\"\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\": \"20mfsao42elunjg5nvbnx2izhb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxODEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c497f3d6-411d-464d-82ae-38112cd3ffb3" + "29d04517-a8d9-4a05-b25d-abab0ba41e8b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -3995,40 +4058,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9fa6bf48-e173-419c-82c6-e9205e901ab5\"" + "W/\"e4fdc8e8-9217-401f-9866-942827bd3b52\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "741545ba-f413-49db-b31b-7de9250e0a16" + "dcd33261-0812-4cb9-bb76-ba0cb30f3fab" ], "x-ms-correlation-request-id": [ - "b7d8737d-5515-4e12-9de3-c32ac0c2b2e2" + "f13a8cc2-1247-412c-bdb0-461cbd1de03c" ], "x-ms-arm-service-request-id": [ - "06be8cb6-5d23-49a4-9256-b7c813e2b309" + "1314b5da-723e-4fc1-9271-8788d71129cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232949Z:b7d8737d-5515-4e12-9de3-c32ac0c2b2e2" + "EASTUS2:20211123T220555Z:f13a8cc2-1247-412c-bdb0-461cbd1de03c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:49 GMT" - ], "Content-Length": [ "1633" ], @@ -4039,26 +4102,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741\",\r\n \"etag\": \"W/\\\"9fa6bf48-e173-419c-82c6-e9205e901ab5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16ccff2d-041e-45f6-92ef-95c1cc63515e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8677\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741/ipConfigurations/ip8677\",\r\n \"etag\": \"W/\\\"9fa6bf48-e173-419c-82c6-e9205e901ab5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn6136/subnets/sn987\"\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\": \"w0jeoodkytnu5oxzlyhdz00bsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813\",\r\n \"etag\": \"W/\\\"e4fdc8e8-9217-401f-9866-942827bd3b52\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc17c207-a82c-4a06-9bc7-0dcc9a72b487\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9231\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813/ipConfigurations/ip9231\",\r\n \"etag\": \"W/\\\"e4fdc8e8-9217-401f-9866-942827bd3b52\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn230/subnets/sn3559\"\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\": \"20mfsao42elunjg5nvbnx2izhb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184_ephemeral?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNTE4NF9lcGhlbWVyYWw/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177_ephemeral?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNjE3N19lcGhlbWVyYWw/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d960bc02-5e2e-4317-8faf-88306d39c80d" + "5a607785-553b-4e67-a94b-c649bfb92bfe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4071,9 +4134,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:05:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" ], @@ -4081,27 +4151,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "91768331-ac8e-4afa-8502-f184f0d40bc4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d97d0141-a237-4539-9ea1-36f509ee8a78" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-correlation-request-id": [ - "064c3add-85cc-49f2-819f-945aae479755" + "0b181b47-9919-42ad-8819-1d279f098458" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232957Z:064c3add-85cc-49f2-819f-945aae479755" + "EASTUS2:20211123T220559Z:0b181b47-9919-42ad-8819-1d279f098458" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:29:57 GMT" - ], "Content-Length": [ "465" ], @@ -4112,26 +4175,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as5184_ephemeral\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184_ephemeral\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as6177_ephemeral\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177_ephemeral\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm3340?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm3092?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMDkyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"ReadOnly\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184_ephemeral\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"ReadOnly\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177_ephemeral\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f2421764-6fa9-48ab-a6cd-cca02110d0e9" + "9ffaa04a-d09c-4725-8d06-bf6be30bd6a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4144,48 +4207,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:06:03 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0a4dac2c-6cea-4145-8f8f-3c38664b2505?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71c52d97-fd4c-45ca-854b-efe8f450fb39?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1192" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0a4dac2c-6cea-4145-8f8f-3c38664b2505" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "71c52d97-fd4c-45ca-854b-efe8f450fb39" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-correlation-request-id": [ - "103fe91f-4cb0-4e7d-a727-9fa0f3a1e3cd" + "5b93190f-80b7-4b5d-87f2-0236a29b5d00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233003Z:103fe91f-4cb0-4e7d-a727-9fa0f3a1e3cd" + "EASTUS2:20211123T220603Z:5b93190f-80b7-4b5d-87f2-0236a29b5d00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:30:03 GMT" - ], "Content-Length": [ - "2470" + "2527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4194,62 +4257,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3340\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm3340\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94d1fc2f-1f9f-442c-9b1b-3a12d563a63c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184_EPHEMERAL\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3092\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm3092\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e488a44c-c208-47bc-9acd-665ea6e62940\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177_EPHEMERAL\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T22:06:02.0594959+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0a4dac2c-6cea-4145-8f8f-3c38664b2505?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBhNGRhYzJjLTZjZWEtNDE0NS04ZjhmLTNjMzg2NjRiMjUwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71c52d97-fd4c-45ca-854b-efe8f450fb39?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxYzUyZDk3LWZkNGMtNDVjYS04NTRiLWVmZThmNDUwZmIzOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:06:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29918" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5c23a635-2d07-4b59-bce6-06946ccb346a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9b5eb2f4-d19e-4298-8b75-a7c41975ea62" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11978" ], "x-ms-correlation-request-id": [ - "152ea1e0-1a43-4603-a077-a91a059bedda" + "80b35f71-8cad-4621-af7b-eb42ea05babe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233014Z:152ea1e0-1a43-4603-a077-a91a059bedda" + "EASTUS2:20211123T220613Z:80b35f71-8cad-4621-af7b-eb42ea05babe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:30:13 GMT" - ], "Content-Length": [ - "132" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4258,59 +4321,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:30:01.70464+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0a4dac2c-6cea-4145-8f8f-3c38664b2505\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:06:01.9969637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71c52d97-fd4c-45ca-854b-efe8f450fb39\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0a4dac2c-6cea-4145-8f8f-3c38664b2505?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBhNGRhYzJjLTZjZWEtNDE0NS04ZjhmLTNjMzg2NjRiMjUwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71c52d97-fd4c-45ca-854b-efe8f450fb39?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxYzUyZDk3LWZkNGMtNDVjYS04NTRiLWVmZThmNDUwZmIzOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:07:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29916" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e07805d3-335a-401a-adb0-4b46e0056f41" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d49cb69-69fb-4370-9c33-d5a51a750a3d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11977" ], "x-ms-correlation-request-id": [ - "384b3c0a-37c6-4729-9446-660925d2541d" + "159fa077-fd65-418d-a361-9492242f0a1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233104Z:384b3c0a-37c6-4729-9446-660925d2541d" + "EASTUS2:20211123T220704Z:159fa077-fd65-418d-a361-9492242f0a1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:31:04 GMT" - ], "Content-Length": [ - "182" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4319,59 +4382,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:30:01.70464+00:00\",\r\n \"endTime\": \"2021-06-28T23:30:46.6419488+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0a4dac2c-6cea-4145-8f8f-3c38664b2505\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:06:01.9969637+00:00\",\r\n \"endTime\": \"2021-11-23T22:06:56.746604+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"71c52d97-fd4c-45ca-854b-efe8f450fb39\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm3340?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm3092?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMDkyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:07:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31964" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d31abbd-99f0-4078-b000-d473f9b3aaec" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "feac0e6d-6de4-48bb-ac09-4ad37ebc20d1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11976" ], "x-ms-correlation-request-id": [ - "59b39e1c-2b62-44c0-a6f5-f360e755f05f" + "0c2fdf97-b33b-48a3-8ba0-d761d0f7a338" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233104Z:59b39e1c-2b62-44c0-a6f5-f360e755f05f" + "EASTUS2:20211123T220705Z:0c2fdf97-b33b-48a3-8ba0-d761d0f7a338" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:31:04 GMT" - ], "Content-Length": [ - "2864" + "2921" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4380,65 +4443,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3340\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm3340\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94d1fc2f-1f9f-442c-9b1b-3a12d563a63c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184_EPHEMERAL\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3340_disk2_00e2ce8d6f8149f29cfdc8f5fc46ac5d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/disks/vm3340_disk2_00e2ce8d6f8149f29cfdc8f5fc46ac5d\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3092\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm3092\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e488a44c-c208-47bc-9acd-665ea6e62940\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177_EPHEMERAL\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3092_disk2_677aac7a0f6f4c80807d6e8d7acc899e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/disks/vm3092_disk2_677aac7a0f6f4c80807d6e8d7acc899e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:06:02.0594959+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm3340?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm3092?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMDkyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ec3dc63-8cda-4d16-b8b1-9837fa54dc3e" + "5aa9454e-9427-4a04-8e76-67ace484aa9f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:07:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31963" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a647ce7c-64bc-488e-8457-a1850fff3bfa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "08bf32cc-8552-41f5-a92a-b3e0a38bc77e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11975" ], "x-ms-correlation-request-id": [ - "2b423827-918f-4448-b539-1ad324bb8cd8" + "6c006ec5-d26a-4269-afeb-c6ae2ceb5a07" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233104Z:2b423827-918f-4448-b539-1ad324bb8cd8" + "EASTUS2:20211123T220705Z:6c006ec5-d26a-4269-afeb-c6ae2ceb5a07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:31:04 GMT" - ], "Content-Length": [ - "2864" + "2921" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4447,26 +4510,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3340\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm3340\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94d1fc2f-1f9f-442c-9b1b-3a12d563a63c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184_EPHEMERAL\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3340_disk2_00e2ce8d6f8149f29cfdc8f5fc46ac5d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/disks/vm3340_disk2_00e2ce8d6f8149f29cfdc8f5fc46ac5d\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic1741\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3092\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm3092\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e488a44c-c208-47bc-9acd-665ea6e62940\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177_EPHEMERAL\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS5_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter-smalldisk\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3092_disk2_677aac7a0f6f4c80807d6e8d7acc899e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/disks/vm3092_disk2_677aac7a0f6f4c80807d6e8d7acc899e\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic1813\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:06:02.0594959+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm3340/reimage?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzQwL3JlaW1hZ2U/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm3092/reimage?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMDkyL3JlaW1hZ2U/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"tempDisk\": true\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c5fb528-0528-41dd-8f40-3040fb19056c" + "73c0ec5b-64dc-4be7-ab14-651653fea5c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4479,14 +4542,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:07:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1070957c-c006-462f-a0e5-c21df51efed2?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e6ffadd4-059b-41aa-99c0-4a67cfce252e?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1070957c-c006-462f-a0e5-c21df51efed2?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e6ffadd4-059b-41aa-99c0-4a67cfce252e?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1191" @@ -4495,85 +4565,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1070957c-c006-462f-a0e5-c21df51efed2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6ffadd4-059b-41aa-99c0-4a67cfce252e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], "x-ms-correlation-request-id": [ - "7ba587c8-c5b8-40b9-b3e6-5c5bb42e5565" + "f43b86da-9bb1-4a00-b6ef-3cdd6013af00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233105Z:7ba587c8-c5b8-40b9-b3e6-5c5bb42e5565" + "EASTUS2:20211123T220705Z:f43b86da-9bb1-4a00-b6ef-3cdd6013af00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:31:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1070957c-c006-462f-a0e5-c21df51efed2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwNzA5NTdjLWMwMDYtNDYyZi1hMGU1LWMyMWRmNTFlZmVkMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e6ffadd4-059b-41aa-99c0-4a67cfce252e?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U2ZmZhZGQ0LTA1OWItNDFhYS05OWMwLTRhNjdjZmNlMjUyZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:07:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29914" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14c91384-166d-415e-a1d9-436f47ae3e9b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ebc33a65-d648-4948-90db-7ffe5b28e0ba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11974" ], "x-ms-correlation-request-id": [ - "70859de6-571b-4f79-a33b-adbe7312489f" + "f002027d-8a36-424c-8ae4-e47f2c7f71bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233135Z:70859de6-571b-4f79-a33b-adbe7312489f" + "EASTUS2:20211123T220736Z:f002027d-8a36-424c-8ae4-e47f2c7f71bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:31:35 GMT" - ], "Content-Length": [ "184" ], @@ -4584,84 +4647,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:31:05.3606008+00:00\",\r\n \"endTime\": \"2021-06-28T23:31:30.6260906+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1070957c-c006-462f-a0e5-c21df51efed2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:07:05.5903496+00:00\",\r\n \"endTime\": \"2021-11-23T22:07:30.8870145+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e6ffadd4-059b-41aa-99c0-4a67cfce252e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1070957c-c006-462f-a0e5-c21df51efed2?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwNzA5NTdjLWMwMDYtNDYyZi1hMGU1LWMyMWRmNTFlZmVkMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e6ffadd4-059b-41aa-99c0-4a67cfce252e?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U2ZmZhZGQ0LTA1OWItNDFhYS05OWMwLTRhNjdjZmNlMjUyZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:07:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29913" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a3b1b65-76f8-4758-9807-ca2815d58cf5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1cae8772-1231-409d-ba4f-d4248c9f92a3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11973" ], "x-ms-correlation-request-id": [ - "a9093927-39be-4613-8a2e-2fdbd76a5d0b" + "f5be9b0a-4ec8-4242-870b-953f355acbd1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233136Z:a9093927-39be-4613-8a2e-2fdbd76a5d0b" + "EASTUS2:20211123T220736Z:f5be9b0a-4ec8-4242-870b-953f355acbd1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:31:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm7720/capture?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03NzIwL2NhcHR1cmU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm1644/capture?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0xNjQ0L2NhcHR1cmU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"vhdPrefix\": \"crptestar5126\",\r\n \"destinationContainerName\": \"crptestar5057\",\r\n \"overwriteVhds\": true\r\n}", + "RequestBody": "{\r\n \"vhdPrefix\": \"crptestar3882\",\r\n \"destinationContainerName\": \"crptestar3541\",\r\n \"overwriteVhds\": true\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7258e67-8b14-49e7-8261-8f4825cb731c" + "239bb9c0-e0bb-41e7-9aa7-32ae36b50296" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4674,14 +4737,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:07:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1007bbc-73f4-422e-b95e-b7de70f1fd61?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f0097a8-03d5-478e-8189-2df3dccfb8b3?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1007bbc-73f4-422e-b95e-b7de70f1fd61?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f0097a8-03d5-478e-8189-2df3dccfb8b3?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1190" @@ -4690,85 +4760,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d1007bbc-73f4-422e-b95e-b7de70f1fd61" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f0097a8-03d5-478e-8189-2df3dccfb8b3" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], "x-ms-correlation-request-id": [ - "7bbaae54-1a32-41b1-8351-81b4dad91f48" + "d37b8b85-3af6-4ba9-85a8-fa3f88678abd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233136Z:7bbaae54-1a32-41b1-8351-81b4dad91f48" + "EASTUS2:20211123T220736Z:d37b8b85-3af6-4ba9-85a8-fa3f88678abd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:31:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1007bbc-73f4-422e-b95e-b7de70f1fd61?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxMDA3YmJjLTczZjQtNDIyZS1iOTVlLWI3ZGU3MGYxZmQ2MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f0097a8-03d5-478e-8189-2df3dccfb8b3?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmMDA5N2E4LTAzZDUtNDc4ZS04MTg5LTJkZjNkY2NmYjhiMz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29910" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb5a3c03-2ed6-4c76-bb5c-5a3d5428d67e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbac7a76-f45d-4563-831f-ff1c2c89e1a5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11972" ], "x-ms-correlation-request-id": [ - "4370e087-fd81-4f4f-89ff-f83d11b326ed" + "205e9f39-b488-48e1-abd2-c06c21d5da8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233207Z:4370e087-fd81-4f4f-89ff-f83d11b326ed" + "EASTUS2:20211123T220806Z:205e9f39-b488-48e1-abd2-c06c21d5da8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:06 GMT" - ], "Content-Length": [ "1762" ], @@ -4779,57 +4842,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:31:36.5947583+00:00\",\r\n \"endTime\": \"2021-06-28T23:31:36.9697457+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2014-04-01-preview/VM_IP.json\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"vmName\": {\r\n \"type\": \"string\"\r\n },\r\n \"vmSize\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_A1_v2\"\r\n },\r\n \"adminUserName\": {\r\n \"type\": \"string\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"securestring\"\r\n },\r\n \"networkInterfaceId\": {\r\n \"type\": \"string\"\r\n },\r\n \"availabilitySetId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"[parameters('vmName')]\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"apiVersion\": \"2021-07-01\",\r\n \"properties\": {\r\n \"availabilitySet\": {\r\n \"id\": \"[parameters('availabilitySetId')]\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('vmSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestar5126-osDisk.faba595a-a4d5-48af-8fa8-b4a6f6224e72.vhd\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar5057/crptestar5126-osDisk.faba595a-a4d5-48af-8fa8-b4a6f6224e72.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/vmcontainer9baffeed-8cfa-4f74-869f-05448ac61131/osDisk.9baffeed-8cfa-4f74-869f-05448ac61131.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('vmName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[parameters('networkInterfaceId')]\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": 0\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"name\": \"d1007bbc-73f4-422e-b95e-b7de70f1fd61\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:07:36.5119836+00:00\",\r\n \"endTime\": \"2021-11-23T22:07:36.9807813+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2014-04-01-preview/VM_IP.json\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"vmName\": {\r\n \"type\": \"string\"\r\n },\r\n \"vmSize\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_A1_v2\"\r\n },\r\n \"adminUserName\": {\r\n \"type\": \"string\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"securestring\"\r\n },\r\n \"networkInterfaceId\": {\r\n \"type\": \"string\"\r\n },\r\n \"availabilitySetId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"[parameters('vmName')]\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"apiVersion\": \"2021-11-01\",\r\n \"properties\": {\r\n \"availabilitySet\": {\r\n \"id\": \"[parameters('availabilitySetId')]\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('vmSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestar3882-osDisk.5d3a234d-087c-4bad-9563-7def0ec81179.vhd\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar3541/crptestar3882-osDisk.5d3a234d-087c-4bad-9563-7def0ec81179.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/vmcontainer1a401950-72db-4bc3-80fe-4282086134cb/osDisk.1a401950-72db-4bc3-80fe-4282086134cb.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('vmName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[parameters('networkInterfaceId')]\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": 0\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"name\": \"1f0097a8-03d5-478e-8189-2df3dccfb8b3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1007bbc-73f4-422e-b95e-b7de70f1fd61?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxMDA3YmJjLTczZjQtNDIyZS1iOTVlLWI3ZGU3MGYxZmQ2MT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f0097a8-03d5-478e-8189-2df3dccfb8b3?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmMDA5N2E4LTAzZDUtNDc4ZS04MTg5LTJkZjNkY2NmYjhiMz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29909" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c108f93-1719-4f88-a834-afe97766bc69" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3e02e4e2-8f25-48b9-bedc-3a52b326a874" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11971" ], "x-ms-correlation-request-id": [ - "0463d41c-d919-49b7-8e40-0c8aae4ce9f0" + "1918b7ec-eb6e-4a94-a998-7e062ed092ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233207Z:0463d41c-d919-49b7-8e40-0c8aae4ce9f0" + "EASTUS2:20211123T220807Z:1918b7ec-eb6e-4a94-a998-7e062ed092ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:06 GMT" - ], "Content-Length": [ "1537" ], @@ -4840,25 +4903,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2014-04-01-preview/VM_IP.json\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"vmName\": {\r\n \"type\": \"string\"\r\n },\r\n \"vmSize\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_A1_v2\"\r\n },\r\n \"adminUserName\": {\r\n \"type\": \"string\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"securestring\"\r\n },\r\n \"networkInterfaceId\": {\r\n \"type\": \"string\"\r\n },\r\n \"availabilitySetId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"[parameters('vmName')]\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"apiVersion\": \"2021-07-01\",\r\n \"properties\": {\r\n \"availabilitySet\": {\r\n \"id\": \"[parameters('availabilitySetId')]\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('vmSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestar5126-osDisk.faba595a-a4d5-48af-8fa8-b4a6f6224e72.vhd\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar5057/crptestar5126-osDisk.faba595a-a4d5-48af-8fa8-b4a6f6224e72.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/vmcontainer9baffeed-8cfa-4f74-869f-05448ac61131/osDisk.9baffeed-8cfa-4f74-869f-05448ac61131.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('vmName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[parameters('networkInterfaceId')]\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": 0\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2014-04-01-preview/VM_IP.json\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"vmName\": {\r\n \"type\": \"string\"\r\n },\r\n \"vmSize\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_A1_v2\"\r\n },\r\n \"adminUserName\": {\r\n \"type\": \"string\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"securestring\"\r\n },\r\n \"networkInterfaceId\": {\r\n \"type\": \"string\"\r\n },\r\n \"availabilitySetId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"[parameters('vmName')]\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"apiVersion\": \"2021-11-01\",\r\n \"properties\": {\r\n \"availabilitySet\": {\r\n \"id\": \"[parameters('availabilitySetId')]\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('vmSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"crptestar3882-osDisk.5d3a234d-087c-4bad-9563-7def0ec81179.vhd\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar3541/crptestar3882-osDisk.5d3a234d-087c-4bad-9563-7def0ec81179.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/vmcontainer1a401950-72db-4bc3-80fe-4282086134cb/osDisk.1a401950-72db-4bc3-80fe-4282086134cb.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('vmName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[parameters('networkInterfaceId')]\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": 0\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip797?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3OTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip9712?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NzEyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1822\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6675\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e6b59e9-ba4a-4ffd-af60-3b01ccc3ca19" + "66c5705c-02f1-463b-894c-361c41ea0fb0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -4872,48 +4935,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:20 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "99978d97-3d5e-48b8-bc6d-dc67007afc7b" + "aeb92973-5441-4825-a7c6-ba70685e7a4d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/99978d97-3d5e-48b8-bc6d-dc67007afc7b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aeb92973-5441-4825-a7c6-ba70685e7a4d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4c34433b-9f9e-4ca4-8871-6f625b3a86ae" + "f28db99d-526e-4fb9-b432-d9623c9d86b9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "40669bca-9436-4a34-9b16-718ce0e515b8" + "99ebdb8e-dfec-4490-bee1-8a5c7fd68512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233220Z:4c34433b-9f9e-4ca4-8871-6f625b3a86ae" + "EASTUS2:20211123T220821Z:f28db99d-526e-4fb9-b432-d9623c9d86b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:19 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4922,19 +4985,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip797\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip797\",\r\n \"etag\": \"W/\\\"05d4c984-5011-4aaa-8a1e-f61a93eb5eb2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0254db6b-c3e1-40e8-bb3e-ea6d096c592a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1822\",\r\n \"fqdn\": \"dn1822.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9712\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip9712\",\r\n \"etag\": \"W/\\\"27c36ca9-f1ac-4ef3-9345-3e9caabd74eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d9f7bd10-fa48-4c1d-85f9-7cd8c7b1fa8e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6675\",\r\n \"fqdn\": \"dn6675.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/99978d97-3d5e-48b8-bc6d-dc67007afc7b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5OTc4ZDk3LTNkNWUtNDhiOC1iYzZkLWRjNjcwMDdhZmM3Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aeb92973-5441-4825-a7c6-ba70685e7a4d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlYjkyOTczLTU0NDEtNDgyNS1hN2M2LWJhNzA2ODVlN2E0ZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -4942,37 +5005,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ca5a38f9-e7dd-4d46-88c2-556861f6db7d" + "fabe2806-317b-4e6b-999d-0bb280075ce6" ], "x-ms-correlation-request-id": [ - "34a8a7f5-5be2-445f-be31-5f55f2fa2824" + "0c2b9336-c8e9-4f81-b942-433ffb467c15" ], "x-ms-arm-service-request-id": [ - "7338f744-685b-40ab-b448-03be10069f1b" + "f2fb07a9-2632-4244-971b-d3c22b573ea0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233221Z:34a8a7f5-5be2-445f-be31-5f55f2fa2824" + "EASTUS2:20211123T220822Z:0c2b9336-c8e9-4f81-b942-433ffb467c15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:20 GMT" - ], "Content-Length": [ "29" ], @@ -4987,15 +5050,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip797?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3OTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip9712?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NzEyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -5003,42 +5066,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a2ead16f-f11b-4167-8ed7-557f3cf99598\"" + "W/\"843e8e19-6445-4345-809c-52710e3a7121\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8a0223d0-cce9-4452-9807-0fdda1997901" + "d641c5b5-f5a3-4964-aaf8-2612d9a92e1c" ], "x-ms-correlation-request-id": [ - "d2f1a98b-76d3-4926-962e-fafbe98cee6c" + "364ec29c-aea4-4bf8-bf10-6f42cc065115" ], "x-ms-arm-service-request-id": [ - "50661f0b-8bb6-4be4-bea4-3e8463a2e178" + "e0fd3c7c-c3b0-44a4-a89b-6d84c8b5ec8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233221Z:d2f1a98b-76d3-4926-962e-fafbe98cee6c" + "EASTUS2:20211123T220822Z:364ec29c-aea4-4bf8-bf10-6f42cc065115" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:21 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5047,25 +5110,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip797\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip797\",\r\n \"etag\": \"W/\\\"a2ead16f-f11b-4167-8ed7-557f3cf99598\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0254db6b-c3e1-40e8-bb3e-ea6d096c592a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1822\",\r\n \"fqdn\": \"dn1822.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9712\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip9712\",\r\n \"etag\": \"W/\\\"843e8e19-6445-4345-809c-52710e3a7121\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d9f7bd10-fa48-4c1d-85f9-7cd8c7b1fa8e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6675\",\r\n \"fqdn\": \"dn6675.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip797?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3OTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip9712?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NzEyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a6092a8-b19e-43bd-940b-18b5832b3556" + "6a4cd17b-6a23-4106-82b3-e4b5eeb01316" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -5073,42 +5136,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a2ead16f-f11b-4167-8ed7-557f3cf99598\"" + "W/\"843e8e19-6445-4345-809c-52710e3a7121\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b0213851-5f48-4f3b-8bbf-d7a49c3e398c" + "92634e8e-46b9-47fa-b3bf-861a25da0340" ], "x-ms-correlation-request-id": [ - "e5851bf7-c072-4fb4-af08-9b29d226aaaa" + "0ade14ff-7196-4ac5-82ab-b23433098dc6" ], "x-ms-arm-service-request-id": [ - "ea9a1fb0-3a73-4afc-827e-4bd31a06774f" + "8cca3db4-0a15-4d1e-8390-b78003f8ab20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233222Z:e5851bf7-c072-4fb4-af08-9b29d226aaaa" + "EASTUS2:20211123T220822Z:0ade14ff-7196-4ac5-82ab-b23433098dc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:21 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5117,25 +5180,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip797\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/publicIPAddresses/pip797\",\r\n \"etag\": \"W/\\\"a2ead16f-f11b-4167-8ed7-557f3cf99598\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0254db6b-c3e1-40e8-bb3e-ea6d096c592a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1822\",\r\n \"fqdn\": \"dn1822.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9712\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/publicIPAddresses/pip9712\",\r\n \"etag\": \"W/\\\"843e8e19-6445-4345-809c-52710e3a7121\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d9f7bd10-fa48-4c1d-85f9-7cd8c7b1fa8e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6675\",\r\n \"fqdn\": \"dn6675.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NDAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NjExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8135\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9729\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c12ccc87-d912-4289-b080-a002add16358" + "268e304e-f2c5-4267-a391-d1b54bf30961" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -5149,46 +5212,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "74fedab4-3b65-4a1b-815f-481decc27b78" + "c2c6e52d-73d4-4d35-8155-5d9a9058918b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/74fedab4-3b65-4a1b-815f-481decc27b78?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c2c6e52d-73d4-4d35-8155-5d9a9058918b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "01f41b8a-b5bd-40a6-8177-0501b472e4eb" + "52a70fb5-1a99-4853-88dc-04fd545c9818" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d40b1ce2-fce7-41a8-98d5-7f1d91824cc7" + "3705ae09-9da1-40e5-b50b-6b45c0265d6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233226Z:01f41b8a-b5bd-40a6-8177-0501b472e4eb" + "EASTUS2:20211123T220826Z:52a70fb5-1a99-4853-88dc-04fd545c9818" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:25 GMT" - ], "Content-Length": [ "1323" ], @@ -5199,19 +5262,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8403\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403\",\r\n \"etag\": \"W/\\\"3fbd837f-adb1-4cb4-a611-6f7765a2e1cc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0527913d-9532-4341-9956-8b5bc82f21de\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135\",\r\n \"etag\": \"W/\\\"3fbd837f-adb1-4cb4-a611-6f7765a2e1cc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5611\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611\",\r\n \"etag\": \"W/\\\"3d6eb950-8166-4c6e-be8b-83dfec38c76c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"42b46b78-8f13-4f70-bffb-2458daba2616\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729\",\r\n \"etag\": \"W/\\\"3d6eb950-8166-4c6e-be8b-83dfec38c76c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/74fedab4-3b65-4a1b-815f-481decc27b78?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc0ZmVkYWI0LTNiNjUtNGExYi04MTVmLTQ4MWRlY2MyN2I3OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c2c6e52d-73d4-4d35-8155-5d9a9058918b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyYzZlNTJkLTczZDQtNGQzNS04MTU1LTVkOWE5MDU4OTE4Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -5219,37 +5282,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "80a8270b-fca3-499b-b154-dcccd82dac1b" + "4fd3d9ee-8cbf-4ff6-85b2-0e7ed871d375" ], "x-ms-correlation-request-id": [ - "195e7819-1085-47ab-b741-62ca29856ab8" + "236510de-14b5-43a3-95f5-79f86daf8d1b" ], "x-ms-arm-service-request-id": [ - "4f6b046b-20f9-41b6-bfce-a63345944e40" + "1a6f7adf-ccba-4682-9e55-57829d8d664a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233229Z:195e7819-1085-47ab-b741-62ca29856ab8" + "EASTUS2:20211123T220829Z:236510de-14b5-43a3-95f5-79f86daf8d1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:28 GMT" - ], "Content-Length": [ "29" ], @@ -5264,15 +5327,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NDAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NjExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -5280,40 +5343,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4d4ab102-7579-420d-a936-1a047bfb72a8\"" + "W/\"0e2578ee-2eaa-4fec-981a-738c0ccb3011\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "520d4490-bc0b-49c6-8475-9c5257a2c80a" + "6f251681-8999-4216-9f73-1d9af93dc2e5" ], "x-ms-correlation-request-id": [ - "0c82fe7e-236e-4136-8434-e74d8d7a8d4e" + "77bf734e-6e6c-4535-afa2-7bfe2c04470d" ], "x-ms-arm-service-request-id": [ - "76b172af-51bc-4f8b-a9de-da9b977f0c5b" + "a016ce4d-8364-4b5f-a300-acd1649b46f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233230Z:0c82fe7e-236e-4136-8434-e74d8d7a8d4e" + "EASTUS2:20211123T220829Z:77bf734e-6e6c-4535-afa2-7bfe2c04470d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:29 GMT" - ], "Content-Length": [ "1325" ], @@ -5324,25 +5387,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8403\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403\",\r\n \"etag\": \"W/\\\"4d4ab102-7579-420d-a936-1a047bfb72a8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0527913d-9532-4341-9956-8b5bc82f21de\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135\",\r\n \"etag\": \"W/\\\"4d4ab102-7579-420d-a936-1a047bfb72a8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5611\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611\",\r\n \"etag\": \"W/\\\"0e2578ee-2eaa-4fec-981a-738c0ccb3011\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"42b46b78-8f13-4f70-bffb-2458daba2616\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729\",\r\n \"etag\": \"W/\\\"0e2578ee-2eaa-4fec-981a-738c0ccb3011\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NDAzL3N1Ym5ldHMvc244MTM1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NjExL3N1Ym5ldHMvc245NzI5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed83b44b-765a-4a8a-b93f-97765f473eaa" + "f07d38fe-7b24-419f-b4a8-b99039d56631" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -5350,40 +5413,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4d4ab102-7579-420d-a936-1a047bfb72a8\"" + "W/\"0e2578ee-2eaa-4fec-981a-738c0ccb3011\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cc21eb99-6c4e-436c-8739-55fcd3fcd3b5" + "df57a61f-cdfe-4483-a5e1-d130e80f3cf2" ], "x-ms-correlation-request-id": [ - "3f600024-45cf-4598-aea5-8bb1e57c4798" + "0ac0500a-1abb-4f7d-ab69-769dadd71a72" ], "x-ms-arm-service-request-id": [ - "7b4126a6-07de-4be7-a78e-259b10680af9" + "9757bcd8-13b7-46c9-94f5-9e6b455f1a95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233230Z:3f600024-45cf-4598-aea5-8bb1e57c4798" + "EASTUS2:20211123T220830Z:0ac0500a-1abb-4f7d-ab69-769dadd71a72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:29 GMT" - ], "Content-Length": [ "524" ], @@ -5394,25 +5457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135\",\r\n \"etag\": \"W/\\\"4d4ab102-7579-420d-a936-1a047bfb72a8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn9729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729\",\r\n \"etag\": \"W/\\\"0e2578ee-2eaa-4fec-981a-738c0ccb3011\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MDIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135\"\r\n }\r\n },\r\n \"name\": \"ip4948\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729\"\r\n }\r\n },\r\n \"name\": \"ip8385\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bf66acf8-7488-4981-b09d-2a0e11f908a5" + "2e0a0aef-b2a3-4fb3-a1d2-f2b8ec51d6cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -5426,43 +5489,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:34 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "cc458dff-4ad7-4767-b1d1-13817c6e82ef" - ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1929f5ae-07d5-4a3f-9a4f-59d7750fc966" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/cc458dff-4ad7-4767-b1d1-13817c6e82ef?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1929f5ae-07d5-4a3f-9a4f-59d7750fc966?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "04f22e4f-9a8d-4a9c-924e-49b230f3c4e1" + "3fab4c70-d729-4887-9ca9-d1c9ab0f89f5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "02f3ee8b-3e39-46cc-83dc-3251ba6087a6" + "4e94f2b1-e9f8-4632-ba01-9eae4a6feaee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233234Z:04f22e4f-9a8d-4a9c-924e-49b230f3c4e1" + "EASTUS2:20211123T220834Z:3fab4c70-d729-4887-9ca9-d1c9ab0f89f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:34 GMT" - ], "Content-Length": [ "1634" ], @@ -5473,19 +5536,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6020\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020\",\r\n \"etag\": \"W/\\\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6692b1b3-5e30-4ad9-b7f3-14c6798382c4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020/ipConfigurations/ip4948\",\r\n \"etag\": \"W/\\\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135\"\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\": \"hwisobjssvauhgkwrnn2qlzb1g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3115\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115\",\r\n \"etag\": \"W/\\\"9ba13646-a754-439a-9db2-068420012387\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f47a6b3a-4d66-4f90-b1f9-21880f68e78f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8385\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115/ipConfigurations/ip8385\",\r\n \"etag\": \"W/\\\"9ba13646-a754-439a-9db2-068420012387\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729\"\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\": \"pbv1iqqtr3ye5p51ermnvorgcg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MDIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -5493,40 +5556,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\"" + "W/\"9ba13646-a754-439a-9db2-068420012387\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8fe448b7-dd58-493e-b8b2-af71ea1ccd19" + "f2f69854-e66c-4a97-abe6-416fcfee0ef6" ], "x-ms-correlation-request-id": [ - "9b381194-ed6d-4dfe-be38-5dc4915f63d4" + "b69b97d6-8a07-4698-b269-66cff574b3db" ], "x-ms-arm-service-request-id": [ - "8a6e96e8-e5c7-4259-ad4b-86fac7b22acb" + "e77de7e9-173b-4332-8944-f4bf414ab71c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233235Z:9b381194-ed6d-4dfe-be38-5dc4915f63d4" + "EASTUS2:20211123T220834Z:b69b97d6-8a07-4698-b269-66cff574b3db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:35 GMT" - ], "Content-Length": [ "1634" ], @@ -5537,25 +5600,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6020\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020\",\r\n \"etag\": \"W/\\\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6692b1b3-5e30-4ad9-b7f3-14c6798382c4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020/ipConfigurations/ip4948\",\r\n \"etag\": \"W/\\\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135\"\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\": \"hwisobjssvauhgkwrnn2qlzb1g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3115\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115\",\r\n \"etag\": \"W/\\\"9ba13646-a754-439a-9db2-068420012387\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f47a6b3a-4d66-4f90-b1f9-21880f68e78f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8385\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115/ipConfigurations/ip8385\",\r\n \"etag\": \"W/\\\"9ba13646-a754-439a-9db2-068420012387\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729\"\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\": \"pbv1iqqtr3ye5p51ermnvorgcg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MDIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f54b5be1-5257-47bc-b07b-a8b038b1952d" + "293b5b2d-b58a-4eee-bc4d-7d3ad17c9e7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -5563,40 +5626,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\"" + "W/\"9ba13646-a754-439a-9db2-068420012387\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "864c3a8e-31d9-4d2c-a947-ecb8da8475ca" + "bc518967-5bd5-42fb-9353-5d7609b56b7c" ], "x-ms-correlation-request-id": [ - "1ba6191e-7360-4db4-add4-654e3d1e9001" + "01162b60-68a0-4a99-a20d-869168ff627e" ], "x-ms-arm-service-request-id": [ - "3f44fcda-59ee-4709-ab91-e0e5d405f784" + "f94741ee-85f3-4cba-85ab-911c7beb1a1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233235Z:1ba6191e-7360-4db4-add4-654e3d1e9001" + "EASTUS2:20211123T220835Z:01162b60-68a0-4a99-a20d-869168ff627e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:35 GMT" - ], "Content-Length": [ "1634" ], @@ -5607,26 +5670,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6020\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020\",\r\n \"etag\": \"W/\\\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6692b1b3-5e30-4ad9-b7f3-14c6798382c4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020/ipConfigurations/ip4948\",\r\n \"etag\": \"W/\\\"35a5a21d-b339-44e6-b0c0-bdaf9d7b8643\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/virtualNetworks/vn8403/subnets/sn8135\"\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\": \"hwisobjssvauhgkwrnn2qlzb1g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3115\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115\",\r\n \"etag\": \"W/\\\"9ba13646-a754-439a-9db2-068420012387\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f47a6b3a-4d66-4f90-b1f9-21880f68e78f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8385\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115/ipConfigurations/ip8385\",\r\n \"etag\": \"W/\\\"9ba13646-a754-439a-9db2-068420012387\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/virtualNetworks/vn5611/subnets/sn9729\"\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\": \"pbv1iqqtr3ye5p51ermnvorgcg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNTE4NGI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177b?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNjE3N2I/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47a8822d-bc90-4f57-b2df-1b5460179d65" + "2be570c1-d341-4405-9b0e-f14e656d9b4e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5639,39 +5702,188 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:08:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7f13b3c4-d2d7-4c90-b9c9-78ac51383c28" + "05158406-6ce3-46e2-92bb-825dd66f3b22" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-correlation-request-id": [ + "bd809ae4-0973-48cb-9923-f4faea153bc6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T220840Z:bd809ae4-0973-48cb-9923-f4faea153bc6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "447" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"as6177b\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177b\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm4832?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00ODMyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/crptestar2033/oscrptestar8069copy.vhd\"\r\n },\r\n \"image\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar3541/crptestar3882-osDisk.5d3a234d-087c-4bad-9563-7def0ec81179.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/as6177b\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f4e3ea3-465f-4806-b832-b37d1f6d2676" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1266" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:08:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a07d91a6-9f23-4691-9dd8-5a0b2f73e929?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1188" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a07d91a6-9f23-4691-9dd8-5a0b2f73e929" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-correlation-request-id": [ - "163cdbb0-0ae3-41ae-aeee-a4e8e4880d24" + "d3c508a6-d6e2-4938-94f7-0be437ae35a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233242Z:163cdbb0-0ae3-41ae-aeee-a4e8e4880d24" + "EASTUS2:20211123T220844Z:d3c508a6-d6e2-4938-94f7-0be437ae35a9" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "2028" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vm4832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm4832\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"80555b21-f8b1-4e70-82fb-68ecdd23c414\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177B\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar3541/crptestar3882-osDisk.5d3a234d-087c-4bad-9563-7def0ec81179.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/crptestar2033/oscrptestar8069copy.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T22:08:42.6680641+00:00\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm4832?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00ODMyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7209c549-3fca-42b0-b1a4-da7a5656c2ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 23:32:41 GMT" + "Tue, 23 Nov 2021 22:08:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3985,Microsoft.Compute/LowCostGet30Min;31951" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "96b62699-b6d4-455c-b8e0-10e3d84f1fad" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "1f8abaac-8148-490b-8c8d-371dd0a2ab0a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T220844Z:1f8abaac-8148-490b-8c8d-371dd0a2ab0a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ - "447" + "2028" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5680,174 +5892,367 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as5184b\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184b\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"vm4832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/virtualMachines/vm4832\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"80555b21-f8b1-4e70-82fb-68ecdd23c414\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Compute/availabilitySets/AS6177B\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar3541/crptestar3882-osDisk.5d3a234d-087c-4bad-9563-7def0ec81179.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8482.blob.core.windows.net/crptestar2033/oscrptestar8069copy.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62051/providers/Microsoft.Network/networkInterfaces/nic3115\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T22:08:42.6680641+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb3cded7-d9dc-42e4-b37f-ef7a1b679b90" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:08:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "c39d4aab-ad04-4c60-b6d4-002139732116" + ], + "x-ms-correlation-request-id": [ + "c39d4aab-ad04-4c60-b6d4-002139732116" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T220848Z:c39d4aab-ad04-4c60-b6d4-002139732116" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:09:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "6cb8fc77-4215-4295-94c5-0b97b5f970cc" + ], + "x-ms-correlation-request-id": [ + "6cb8fc77-4215-4295-94c5-0b97b5f970cc" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T220903Z:6cb8fc77-4215-4295-94c5-0b97b5f970cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:09:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "eb4ce585-4f5e-4995-bd61-e33bb1271996" + ], + "x-ms-correlation-request-id": [ + "eb4ce585-4f5e-4995-bd61-e33bb1271996" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T220919Z:eb4ce585-4f5e-4995-bd61-e33bb1271996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:09:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "fa1b4135-7cd6-471c-af24-c2e1ca34d136" + ], + "x-ms-correlation-request-id": [ + "fa1b4135-7cd6-471c-af24-c2e1ca34d136" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T220934Z:fa1b4135-7cd6-471c-af24-c2e1ca34d136" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm2602?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0yNjAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/crptestar8300/oscrptestar7634copy.vhd\"\r\n },\r\n \"image\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar5057/crptestar5126-osDisk.faba595a-a4d5-48af-8fa8-b4a6f6224e72.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/as5184b\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "d3918432-e68b-4f4a-9231-8dd8b23f5a91" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1266" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:09:49 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a66bf6f9-b375-4f55-8e50-f603ca9249cc?api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;236,Microsoft.Compute/PutVM30Min;1189" + "Retry-After": [ + "15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "a66bf6f9-b375-4f55-8e50-f603ca9249cc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "d3d85532-54c3-44d6-84ab-fc9be5d0f0cf" ], "x-ms-correlation-request-id": [ - "ad87bb62-f9af-452d-9bd5-e26c240f18d1" + "d3d85532-54c3-44d6-84ab-fc9be5d0f0cf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233250Z:ad87bb62-f9af-452d-9bd5-e26c240f18d1" + "EASTUS2:20211123T220950Z:d3d85532-54c3-44d6-84ab-fc9be5d0f0cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:49 GMT" - ], "Content-Length": [ - "1971" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm2602\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"38415073-e24d-4e7d-90dc-25285037ec2f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184B\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar5057/crptestar5126-osDisk.faba595a-a4d5-48af-8fa8-b4a6f6224e72.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/crptestar8300/oscrptestar7634copy.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm2602?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0yNjAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "47c1665b-4eb4-48f0-aecd-9daaea0b23a3" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:10:05 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3981,Microsoft.Compute/LowCostGet30Min;31948" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7ac91d5e-ff9d-4caa-8335-f75386ef9fab" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11995" + ], + "x-ms-request-id": [ + "3203ea4b-7249-4e5b-8c1d-7a53e6ba568c" ], "x-ms-correlation-request-id": [ - "b569b884-ea88-4bfe-9b2f-0439d818f2d2" + "3203ea4b-7249-4e5b-8c1d-7a53e6ba568c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233250Z:b569b884-ea88-4bfe-9b2f-0439d818f2d2" + "EASTUS2:20211123T221005Z:3203ea4b-7249-4e5b-8c1d-7a53e6ba568c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:50 GMT" - ], "Content-Length": [ - "1971" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/virtualMachines/vm2602\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"38415073-e24d-4e7d-90dc-25285037ec2f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Compute/availabilitySets/AS5184B\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"image\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/system/Microsoft.Compute/Images/crptestar5057/crptestar5126-osDisk.faba595a-a4d5-48af-8fa8-b4a6f6224e72.vhd\"\r\n },\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4893.blob.core.windows.net/crptestar8300/oscrptestar7634copy.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37741/providers/Microsoft.Network/networkInterfaces/nic6020\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37741?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "9123215c-969b-447e-a507-960b1bcbbaee" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5855,26 +6260,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:10:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-request-id": [ - "f0baa646-53c1-454c-a85b-20b29ef5afa2" + "0a274a41-5054-47e6-8642-210bd35ffda2" ], "x-ms-correlation-request-id": [ - "f0baa646-53c1-454c-a85b-20b29ef5afa2" + "0a274a41-5054-47e6-8642-210bd35ffda2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233254Z:f0baa646-53c1-454c-a85b-20b29ef5afa2" + "EASTUS2:20211123T221021Z:0a274a41-5054-47e6-8642-210bd35ffda2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5882,29 +6290,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:32:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5912,26 +6317,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:10:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-request-id": [ - "c8d9500b-a19d-4c11-84dd-a4a1e4ef24bd" + "f6d5fa31-7013-4ef5-a2bf-247bd482cf71" ], "x-ms-correlation-request-id": [ - "c8d9500b-a19d-4c11-84dd-a4a1e4ef24bd" + "f6d5fa31-7013-4ef5-a2bf-247bd482cf71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233310Z:c8d9500b-a19d-4c11-84dd-a4a1e4ef24bd" + "EASTUS2:20211123T221036Z:f6d5fa31-7013-4ef5-a2bf-247bd482cf71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5939,29 +6347,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:33:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5969,26 +6374,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:10:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "b85aff02-3a73-43b8-ac7a-6daf3c7cd433" + "7bffd5c9-4518-4685-9cc0-8e581d40bc23" ], "x-ms-correlation-request-id": [ - "b85aff02-3a73-43b8-ac7a-6daf3c7cd433" + "7bffd5c9-4518-4685-9cc0-8e581d40bc23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233325Z:b85aff02-3a73-43b8-ac7a-6daf3c7cd433" + "EASTUS2:20211123T221051Z:7bffd5c9-4518-4685-9cc0-8e581d40bc23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5996,29 +6404,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:33:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6026,26 +6431,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:11:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "b4be8d55-058e-4f3c-af13-43820d933afe" + "dcd7b2e4-944d-432c-8265-a52522f145bc" ], "x-ms-correlation-request-id": [ - "b4be8d55-058e-4f3c-af13-43820d933afe" + "dcd7b2e4-944d-432c-8265-a52522f145bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233341Z:b4be8d55-058e-4f3c-af13-43820d933afe" + "EASTUS2:20211123T221107Z:dcd7b2e4-944d-432c-8265-a52522f145bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6053,29 +6461,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:33:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6083,26 +6488,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:11:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "31af4a61-e36b-441c-8645-35e0a06de822" + "bb73c717-88ff-4018-bb7f-667c59771ea7" ], "x-ms-correlation-request-id": [ - "31af4a61-e36b-441c-8645-35e0a06de822" + "bb73c717-88ff-4018-bb7f-667c59771ea7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233356Z:31af4a61-e36b-441c-8645-35e0a06de822" + "EASTUS2:20211123T221122Z:bb73c717-88ff-4018-bb7f-667c59771ea7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6110,29 +6518,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:33:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6140,26 +6545,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:11:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "82c5a2f9-cc2e-42ef-9ef1-67b0735168a5" + "554e967c-2f3d-46d5-8781-8f44bec84f7d" ], "x-ms-correlation-request-id": [ - "82c5a2f9-cc2e-42ef-9ef1-67b0735168a5" + "554e967c-2f3d-46d5-8781-8f44bec84f7d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233412Z:82c5a2f9-cc2e-42ef-9ef1-67b0735168a5" + "EASTUS2:20211123T221138Z:554e967c-2f3d-46d5-8781-8f44bec84f7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6167,29 +6575,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:34:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6197,26 +6602,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:11:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "5c97f06f-5d29-4593-b0ce-8b7699cc22ab" + "5207d365-1f77-4cf6-bdc9-1e6c4731754d" ], "x-ms-correlation-request-id": [ - "5c97f06f-5d29-4593-b0ce-8b7699cc22ab" + "5207d365-1f77-4cf6-bdc9-1e6c4731754d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233427Z:5c97f06f-5d29-4593-b0ce-8b7699cc22ab" + "EASTUS2:20211123T221153Z:5207d365-1f77-4cf6-bdc9-1e6c4731754d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6224,29 +6632,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:34:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6254,26 +6659,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:12:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11987" ], "x-ms-request-id": [ - "4cb768b0-824c-4ea9-8f0c-5332ea56bb02" + "672d3305-1fd9-41d2-bfb0-932707a5e22c" ], "x-ms-correlation-request-id": [ - "4cb768b0-824c-4ea9-8f0c-5332ea56bb02" + "672d3305-1fd9-41d2-bfb0-932707a5e22c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233443Z:4cb768b0-824c-4ea9-8f0c-5332ea56bb02" + "EASTUS2:20211123T221209Z:672d3305-1fd9-41d2-bfb0-932707a5e22c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6281,29 +6689,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:34:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6311,26 +6716,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:12:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11986" ], "x-ms-request-id": [ - "e0e40f14-3b30-462c-aea0-83ca8a7afce8" + "5de03078-97ea-4b75-a8e2-f32f0012c171" ], "x-ms-correlation-request-id": [ - "e0e40f14-3b30-462c-aea0-83ca8a7afce8" + "5de03078-97ea-4b75-a8e2-f32f0012c171" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233458Z:e0e40f14-3b30-462c-aea0-83ca8a7afce8" + "EASTUS2:20211123T221224Z:5de03078-97ea-4b75-a8e2-f32f0012c171" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6338,29 +6746,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:34:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6368,26 +6773,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:12:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11985" ], "x-ms-request-id": [ - "efe453ef-6647-431b-bfca-b7efaf00fdd3" + "1e16d203-843e-40e5-86ae-4f4232dd6f7d" ], "x-ms-correlation-request-id": [ - "efe453ef-6647-431b-bfca-b7efaf00fdd3" + "1e16d203-843e-40e5-86ae-4f4232dd6f7d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233514Z:efe453ef-6647-431b-bfca-b7efaf00fdd3" + "EASTUS2:20211123T221240Z:1e16d203-843e-40e5-86ae-4f4232dd6f7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6395,29 +6803,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:35:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6425,26 +6830,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:12:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11984" ], "x-ms-request-id": [ - "a1cdaa06-18dd-47e2-b1a8-2addadd4a439" + "307513e4-cb9f-4efa-9548-523f20b894ff" ], "x-ms-correlation-request-id": [ - "a1cdaa06-18dd-47e2-b1a8-2addadd4a439" + "307513e4-cb9f-4efa-9548-523f20b894ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233529Z:a1cdaa06-18dd-47e2-b1a8-2addadd4a439" + "EASTUS2:20211123T221255Z:307513e4-cb9f-4efa-9548-523f20b894ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6452,29 +6860,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:35:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6482,26 +6887,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:13:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11983" ], "x-ms-request-id": [ - "0e65246b-b8d4-42e6-a827-5c33f6b29de4" + "64fcd206-08ab-4169-81b5-86f6c28d993b" ], "x-ms-correlation-request-id": [ - "0e65246b-b8d4-42e6-a827-5c33f6b29de4" + "64fcd206-08ab-4169-81b5-86f6c28d993b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233545Z:0e65246b-b8d4-42e6-a827-5c33f6b29de4" + "EASTUS2:20211123T221311Z:64fcd206-08ab-4169-81b5-86f6c28d993b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6509,29 +6917,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:35:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6539,26 +6944,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:13:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11982" ], "x-ms-request-id": [ - "c75177f3-1658-4c55-b2b8-86b6d517415c" + "cd24996e-994f-4a90-88d3-295bf367b7ca" ], "x-ms-correlation-request-id": [ - "c75177f3-1658-4c55-b2b8-86b6d517415c" + "cd24996e-994f-4a90-88d3-295bf367b7ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233600Z:c75177f3-1658-4c55-b2b8-86b6d517415c" + "EASTUS2:20211123T221327Z:cd24996e-994f-4a90-88d3-295bf367b7ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6566,29 +6974,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:35:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6596,26 +7001,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:13:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11981" ], "x-ms-request-id": [ - "069ee6c0-30c8-4bf4-8bba-91fb07aaff16" + "768a432f-e28a-4909-ac19-ce81415da1cb" ], "x-ms-correlation-request-id": [ - "069ee6c0-30c8-4bf4-8bba-91fb07aaff16" + "768a432f-e28a-4909-ac19-ce81415da1cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233616Z:069ee6c0-30c8-4bf4-8bba-91fb07aaff16" + "EASTUS2:20211123T221342Z:768a432f-e28a-4909-ac19-ce81415da1cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6623,29 +7031,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:36:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6653,20 +7058,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:13:58 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11980" ], "x-ms-request-id": [ - "3fa6e046-400f-49b0-b20b-4802ac5bc9ff" + "a98118c7-8878-4d6a-b522-da629c61dd62" ], "x-ms-correlation-request-id": [ - "3fa6e046-400f-49b0-b20b-4802ac5bc9ff" + "a98118c7-8878-4d6a-b522-da629c61dd62" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233631Z:3fa6e046-400f-49b0-b20b-4802ac5bc9ff" + "EASTUS2:20211123T221358Z:a98118c7-8878-4d6a-b522-da629c61dd62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6674,29 +7082,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:36:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6704,20 +7109,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:13:58 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11979" ], "x-ms-request-id": [ - "0bcf9947-d86a-4e81-98e0-e659c399e57c" + "b1962114-1fe8-42c3-aa33-8a67ec898dab" ], "x-ms-correlation-request-id": [ - "0bcf9947-d86a-4e81-98e0-e659c399e57c" + "b1962114-1fe8-42c3-aa33-8a67ec898dab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233632Z:0bcf9947-d86a-4e81-98e0-e659c399e57c" + "EASTUS2:20211123T221358Z:b1962114-1fe8-42c3-aa33-8a67ec898dab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6725,14 +7133,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:36:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -6741,52 +7146,52 @@ ], "Names": { "TestVMOperations": [ - "crptestar3774", - "as5184", - "crptestar4893", - "crptestar5057", - "crptestar5126" + "crptestar6205", + "as6177", + "crptestar8482", + "crptestar3541", + "crptestar3882" ], "CreatePublicIP": [ - "pip4190", - "dn2821", - "pip3503", - "dn316", - "pip797", - "dn1822" + "pip290", + "dn2167", + "pip206", + "dn3668", + "pip9712", + "dn6675" ], "CreateVNET": [ - "vn7036", - "sn854", - "vn6136", - "sn987", - "vn8403", - "sn8135" + "vn9933", + "sn7332", + "vn230", + "sn3559", + "vn5611", + "sn9729" ], "CreateNIC": [ - "nic619", - "ip4881", - "nic1741", - "ip8677", - "nic6020", - "ip4948" + "nic600", + "ip5554", + "nic1813", + "ip9231", + "nic3115", + "ip8385" ], "CreateDefaultVMInput": [ - "crptestar4801", - "crptestar6487", - "crptestar4373", - "vm7720", - "Microsoft.Compute/virtualMachines5870", - "crptestar9091", - "crptestar1726", - "crptestar4169", - "vm3340", - "Microsoft.Compute/virtualMachines5773", - "crptestar8300", - "crptestar3751", - "crptestar7634", - "vm2602", - "Microsoft.Compute/virtualMachines4633" + "crptestar9399", + "crptestar8585", + "crptestar7016", + "vm1644", + "Microsoft.Compute/virtualMachines5123", + "crptestar1678", + "crptestar5085", + "crptestar465", + "vm3092", + "Microsoft.Compute/virtualMachines6802", + "crptestar2033", + "crptestar11", + "crptestar8069", + "vm4832", + "Microsoft.Compute/virtualMachines6684" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_HibernateResume.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_HibernateResume.json index 30dd2827dc752..47c5511bd20ea 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_HibernateResume.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_HibernateResume.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2019-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTktRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2019-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTktRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9053eb97-e58d-467e-ba6f-38cb0682ce3a" + "d5f62ed0-10b9-480b-8576-38789ee4005a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132652587239910848" + "3707be56-376d-4281-af6f-306af28cbf16_132804548105402048" ], "x-ms-request-id": [ - "d4382117-328b-4605-a174-0f51e67f5eab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "166dc8d6-120f-4740-a3ab-7b6604135335" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-correlation-request-id": [ - "eef73302-bbf3-4a12-9564-5b5e7edeaeee" + "10c7264b-28d8-48af-8f16-b4b71d1e69e6" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200254Z:eef73302-bbf3-4a12-9564-5b5e7edeaeee" + "EASTUS2:20211117T121856Z:10c7264b-28d8-48af-8f16-b4b71d1e69e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:02:53 GMT" - ], "Content-Length": [ "328" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"17763.1282.2006061952\",\r\n \"id\": \"/Subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.1282.2006061952\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"17763.1579.2011180054\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.1579.2011180054\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourcegroups/crptestar16151?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2MTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39311?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MzExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar16151\": \"2021-07-09 20:02:53Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar39311\": \"2021-11-17 12:18:56Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87028019-57ae-426f-9214-310a0889c54f" + "244120f5-f81e-4c89-b907-cc649bb30f62" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:55 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "d9f96128-df88-4316-89fd-caea20160dff" + "9a15fdb7-06c6-4aa2-bf17-2acb6272dd6a" ], "x-ms-correlation-request-id": [ - "d9f96128-df88-4316-89fd-caea20160dff" + "9a15fdb7-06c6-4aa2-bf17-2acb6272dd6a" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200255Z:d9f96128-df88-4316-89fd-caea20160dff" + "EASTUS2:20211117T121856Z:9a15fdb7-06c6-4aa2-bf17-2acb6272dd6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:02:55 GMT" - ], "Content-Length": [ "235" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151\",\r\n \"name\": \"crptestar16151\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar16151\": \"2021-07-09 20:02:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311\",\r\n \"name\": \"crptestar39311\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar39311\": \"2021-11-17 12:18:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourcegroups/crptestar16151?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2MTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39311?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MzExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar16151\": \"2021-07-09 20:03:26Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar39311\": \"2021-11-17 12:19:25Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76c06a07-b4f9-47b1-9323-13c0ab4ff089" + "2e1db256-1187-40a5-9221-7f9c29500cc7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:25 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-request-id": [ - "cf132290-09e0-42fd-8dd5-bf76b7626d8d" + "6c06e613-b114-4b56-b5fa-b7e1f3331f71" ], "x-ms-correlation-request-id": [ - "cf132290-09e0-42fd-8dd5-bf76b7626d8d" + "6c06e613-b114-4b56-b5fa-b7e1f3331f71" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200327Z:cf132290-09e0-42fd-8dd5-bf76b7626d8d" + "EASTUS2:20211117T121925Z:6c06e613-b114-4b56-b5fa-b7e1f3331f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:27 GMT" - ], "Content-Length": [ "235" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151\",\r\n \"name\": \"crptestar16151\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar16151\": \"2021-07-09 20:03:26Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311\",\r\n \"name\": \"crptestar39311\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar39311\": \"2021-11-17 12:19:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Storage/storageAccounts/crptestar5433?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTQzMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Storage/storageAccounts/crptestar989?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTg5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "93364388-b320-4628-8170-2e6f795b9e5e" + "7d61e581-1cc3-473a-a283-09455571213b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:18:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e8d4a1a1-4061-4973-802e-dcf5954a71e6?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/803d13b9-c707-4146-8dee-61eb01bb04ff?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e8d4a1a1-4061-4973-802e-dcf5954a71e6" + "803d13b9-c707-4146-8dee-61eb01bb04ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "9d96f429-4467-4e99-8455-59c13b7123f7" + "e563f9aa-96e4-4998-aef1-72c70fd0e51f" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200259Z:9d96f429-4467-4e99-8455-59c13b7123f7" + "EASTUS2:20211117T121858Z:e563f9aa-96e4-4998-aef1-72c70fd0e51f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:02:59 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e8d4a1a1-4061-4973-802e-dcf5954a71e6?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2U4ZDRhMWExLTQwNjEtNDk3My04MDJlLWRjZjU5NTRhNzFlNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/803d13b9-c707-4146-8dee-61eb01bb04ff?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzgwM2QxM2I5LWM3MDctNDE0Ni04ZGVlLTYxZWIwMWJiMDRmZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a79f1a63-597e-44d5-b00d-32e89fc7ed31" + "65befb9e-8710-4376-92d6-1746df1b7f19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "42239dd3-d113-46b3-8573-25d9647e50a0" + "faa1d343-fe86-46c3-8c64-cb3a6b00b416" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200316Z:42239dd3-d113-46b3-8573-25d9647e50a0" + "EASTUS2:20211117T121915Z:faa1d343-fe86-46c3-8c64-cb3a6b00b416" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:16 GMT" - ], "Content-Length": [ "93" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4624872-6db5-41f2-a203-afed6c50b47c" + "0c9b0ff0-0766-4a92-a93f-7f399b18aad0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "225670fb-3059-47fd-a6df-539bc9465336" + "63931630-b935-4cba-a7c9-5cc0d4c227f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-correlation-request-id": [ - "26f2f110-b74b-422f-9239-e46b82fff37b" + "11820e93-1b8a-4e83-b10b-7b4872808eee" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200326Z:26f2f110-b74b-422f-9239-e46b82fff37b" + "EASTUS2:20211117T121925Z:11820e93-1b8a-4e83-b10b-7b4872808eee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:26 GMT" - ], "Content-Length": [ - "754" + "748" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Storage/storageAccounts/crptestar5433\",\r\n \"name\": \"crptestar5433\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-09T20:02:57.8948851Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5433.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5433.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5433.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5433.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Storage/storageAccounts/crptestar989\",\r\n \"name\": \"crptestar989\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:18:56.6234049Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar989.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar989.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar989.table.core.windows.net/\",\r\n \"file\": \"https://crptestar989.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Storage/storageAccounts/crptestar5433?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTQzMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Storage/storageAccounts/crptestar989?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTg5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77547222-947d-4ee5-a0e2-d0b51a4b5152" + "cc9f565d-40a2-40c2-8661-45efece3ba82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b6e2972b-58cf-44db-a58f-c98dfcffbbb5" + "120b1939-0548-4411-90dd-feca5312d810" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-correlation-request-id": [ - "8925856d-69cd-4226-889e-302e82d95e7b" + "78de99e5-b14e-45db-9f10-a2ace2648891" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200327Z:8925856d-69cd-4226-889e-302e82d95e7b" + "EASTUS2:20211117T121925Z:78de99e5-b14e-45db-9f10-a2ace2648891" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:26 GMT" - ], "Content-Length": [ - "742" + "736" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Storage/storageAccounts/crptestar5433\",\r\n \"name\": \"crptestar5433\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-09T20:02:57.8948851Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5433.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5433.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5433.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5433.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Storage/storageAccounts/crptestar989\",\r\n \"name\": \"crptestar989\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:18:56.6234049Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar989.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar989.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar989.table.core.windows.net/\",\r\n \"file\": \"https://crptestar989.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/publicIPAddresses/pip9290?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5MjkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/publicIPAddresses/pip5697?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1Njk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2864\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7928\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "552c9da7-cb16-4bb2-9d51-ab03cb6356c3" + "12642518-80f6-4156-9083-0847d5aae5ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3a02da19-3867-43c4-b211-232c601ef330" + "d6cdc607-0b6f-4a10-ade4-ab688508f905" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/3a02da19-3867-43c4-b211-232c601ef330?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/d6cdc607-0b6f-4a10-ade4-ab688508f905?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "16443f7b-a291-4f29-a400-ed32d2b84784" + "b565c48d-c2e0-4d0e-bf35-6b11a75ced25" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "37fc4d36-99a7-4412-948e-926f3ee135fc" + "627eaffc-d373-4b23-b92e-0fb002622896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200331Z:16443f7b-a291-4f29-a400-ed32d2b84784" + "EASTUS2:20211117T121926Z:b565c48d-c2e0-4d0e-bf35-6b11a75ced25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:30 GMT" - ], "Content-Length": [ "766" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9290\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/publicIPAddresses/pip9290\",\r\n \"etag\": \"W/\\\"24ee9584-6315-4438-95e6-832a4fb6be09\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf029010-1c13-489f-a5fa-a7754ac8bf6d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2864\",\r\n \"fqdn\": \"dn2864.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/publicIPAddresses/pip5697\",\r\n \"etag\": \"W/\\\"dcb5972c-e268-425d-824e-93f983af387a\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"83fa5c63-487e-4208-b02c-8bfaf457aa87\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7928\",\r\n \"fqdn\": \"dn7928.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/3a02da19-3867-43c4-b211-232c601ef330?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8zYTAyZGExOS0zODY3LTQzYzQtYjIxMS0yMzJjNjAxZWYzMzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/d6cdc607-0b6f-4a10-ade4-ab688508f905?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9kNmNkYzYwNy0wYjZmLTRhMTAtYWRlNC1hYjY4ODUwOGY5MDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1d49cb08-e337-4992-871a-6b2f47d348c8" + "78de8ff9-4003-4c8c-87f8-476a66b81b48" ], "x-ms-correlation-request-id": [ - "24a584db-6205-4c58-9ffa-ec929917936b" + "55fe743c-b461-4a04-8887-552d5e6930e4" ], "x-ms-arm-service-request-id": [ - "6e43b2e1-11e2-4848-bdae-9aace88008c5" + "b716011a-568b-483b-8e6a-57f2e1be3887" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200332Z:24a584db-6205-4c58-9ffa-ec929917936b" + "EASTUS2:20211117T121927Z:55fe743c-b461-4a04-8887-552d5e6930e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:32 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/publicIPAddresses/pip9290?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5MjkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/publicIPAddresses/pip5697?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1Njk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3f8d059f-92b1-4857-862b-db2ac43be912\"" + "W/\"c0537312-d751-4fa8-85f9-fd39aaa8f2c6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b0a55276-6f29-4526-94c0-183c62cf8e1a" + "f7bf8701-43d0-4820-8e47-3a5349fbf44a" ], "x-ms-correlation-request-id": [ - "013d0013-0deb-495e-8aea-0e85fcc9b520" + "3ca6fa5e-8006-4399-a6fc-7c0b28f36cf8" ], "x-ms-arm-service-request-id": [ - "7438bee6-37e7-420f-9f44-3cc3c12a3214" + "b6127ca2-d3bd-42b7-8591-e5c30c931784" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200332Z:013d0013-0deb-495e-8aea-0e85fcc9b520" + "EASTUS2:20211117T121927Z:3ca6fa5e-8006-4399-a6fc-7c0b28f36cf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:32 GMT" - ], "Content-Length": [ "767" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9290\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/publicIPAddresses/pip9290\",\r\n \"etag\": \"W/\\\"3f8d059f-92b1-4857-862b-db2ac43be912\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf029010-1c13-489f-a5fa-a7754ac8bf6d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2864\",\r\n \"fqdn\": \"dn2864.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/publicIPAddresses/pip5697\",\r\n \"etag\": \"W/\\\"c0537312-d751-4fa8-85f9-fd39aaa8f2c6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83fa5c63-487e-4208-b02c-8bfaf457aa87\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7928\",\r\n \"fqdn\": \"dn7928.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/publicIPAddresses/pip9290?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5MjkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/publicIPAddresses/pip5697?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1Njk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad2daa6-7e03-4ce4-920d-98efb9037085" + "3a921cc7-dc77-4c7f-9eae-866702b73099" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3f8d059f-92b1-4857-862b-db2ac43be912\"" + "W/\"c0537312-d751-4fa8-85f9-fd39aaa8f2c6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "58fea3af-5ade-494c-8156-f5c1682b978e" + "26595e7e-0d6e-4a6f-a737-e848240755be" ], "x-ms-correlation-request-id": [ - "0c89b705-de5f-4dcd-b26e-588bdb949c5f" + "332f97ef-9490-40c8-9786-8cfa0ff639b7" ], "x-ms-arm-service-request-id": [ - "26936fa6-35ca-49ab-b091-ebb7dbeef156" + "1bd3f2e9-dd07-4ece-97c4-343a0674c8f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200332Z:0c89b705-de5f-4dcd-b26e-588bdb949c5f" + "EASTUS2:20211117T121927Z:332f97ef-9490-40c8-9786-8cfa0ff639b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:32 GMT" - ], "Content-Length": [ "767" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9290\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/publicIPAddresses/pip9290\",\r\n \"etag\": \"W/\\\"3f8d059f-92b1-4857-862b-db2ac43be912\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf029010-1c13-489f-a5fa-a7754ac8bf6d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2864\",\r\n \"fqdn\": \"dn2864.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/publicIPAddresses/pip5697\",\r\n \"etag\": \"W/\\\"c0537312-d751-4fa8-85f9-fd39aaa8f2c6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83fa5c63-487e-4208-b02c-8bfaf457aa87\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7928\",\r\n \"fqdn\": \"dn7928.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xODI4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1888\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6634\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb1b0437-9520-4d08-9d80-83490fa7c203" + "7e2d58d1-e40a-4484-bdcd-95e6a9be8196" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7e4849d8-72d7-49a2-b405-4a1eb193041a" + "bdcd9097-0d7b-4f3c-bcd3-f56a6df9ef5f" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/7e4849d8-72d7-49a2-b405-4a1eb193041a?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/bdcd9097-0d7b-4f3c-bcd3-f56a6df9ef5f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ab3e99b3-9fc5-4c5b-be87-8e93dd458f88" + "5fd3d1d9-43f6-42c4-9fa9-819517242f53" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b7ae5458-d2ff-469a-8397-150a206d6959" + "506f88d0-f2f5-4584-8f8c-69d1eb032790" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200333Z:ab3e99b3-9fc5-4c5b-be87-8e93dd458f88" + "EASTUS2:20211117T121928Z:5fd3d1d9-43f6-42c4-9fa9-819517242f53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:33 GMT" - ], "Content-Length": [ "1218" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1828\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828\",\r\n \"etag\": \"W/\\\"2dcef8fa-d2df-4238-94dd-275e70495cae\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ce382e56-c3ad-4f04-aef0-b071ddc18c65\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1888\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888\",\r\n \"etag\": \"W/\\\"2dcef8fa-d2df-4238-94dd-275e70495cae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973\",\r\n \"etag\": \"W/\\\"34ea771d-c24b-4e6b-92a1-3d1e10f307fb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e9b8ade-7004-4613-9b82-c7caf465c870\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634\",\r\n \"etag\": \"W/\\\"34ea771d-c24b-4e6b-92a1-3d1e10f307fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/7e4849d8-72d7-49a2-b405-4a1eb193041a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy83ZTQ4NDlkOC03MmQ3LTQ5YTItYjQwNS00YTFlYjE5MzA0MWE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/bdcd9097-0d7b-4f3c-bcd3-f56a6df9ef5f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9iZGNkOTA5Ny0wZDdiLTRmM2MtYmNkMy1mNTZhNmRmOWVmNWY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e91506b2-7fd5-4298-85da-c6ace697004f" + "821bb9d7-4ac1-41cb-8073-3a853caa6680" ], "x-ms-correlation-request-id": [ - "e098a2ac-eb46-48d7-a81e-c57d8c383e2a" + "d4ae3358-f1bf-4c51-bc54-1f43b055e5bb" ], "x-ms-arm-service-request-id": [ - "9cb72cd9-9c63-4061-86d4-31a692b4ad8a" + "f1bec63e-b366-48d6-bbf2-30ec329e5568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200337Z:e098a2ac-eb46-48d7-a81e-c57d8c383e2a" + "EASTUS2:20211117T121931Z:d4ae3358-f1bf-4c51-bc54-1f43b055e5bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:37 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xODI4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ba6af9ef-ca18-4939-85e4-0d97b69ee8b8\"" + "W/\"1958ead4-a27c-4a38-a16c-4244d922ebc0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1661e0d1-2a8e-4287-bbec-45068e77b1e4" + "15518d65-654f-4269-8d64-2a15cdfbaf3a" ], "x-ms-correlation-request-id": [ - "1e2091b2-c21a-436f-a228-293d802458ad" + "ad7a9227-576c-473a-802f-46f98c10e1e2" ], "x-ms-arm-service-request-id": [ - "1375fda6-7b54-40a5-b695-a91426bd3c9c" + "9c5f97d2-4f13-4d85-ae43-38d695a52573" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200337Z:1e2091b2-c21a-436f-a228-293d802458ad" + "EASTUS2:20211117T121931Z:ad7a9227-576c-473a-802f-46f98c10e1e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:37 GMT" - ], "Content-Length": [ "1220" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1828\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828\",\r\n \"etag\": \"W/\\\"ba6af9ef-ca18-4939-85e4-0d97b69ee8b8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce382e56-c3ad-4f04-aef0-b071ddc18c65\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1888\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888\",\r\n \"etag\": \"W/\\\"ba6af9ef-ca18-4939-85e4-0d97b69ee8b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973\",\r\n \"etag\": \"W/\\\"1958ead4-a27c-4a38-a16c-4244d922ebc0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e9b8ade-7004-4613-9b82-c7caf465c870\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634\",\r\n \"etag\": \"W/\\\"1958ead4-a27c-4a38-a16c-4244d922ebc0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xODI4L3N1Ym5ldHMvc24xODg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTczL3N1Ym5ldHMvc242NjM0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5157746-5aea-4a33-b8c1-c825502bb318" + "cf43d04a-4cf3-438a-8c31-8ca818d76169" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ba6af9ef-ca18-4939-85e4-0d97b69ee8b8\"" + "W/\"1958ead4-a27c-4a38-a16c-4244d922ebc0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5a693b0d-334b-41be-ae38-ef409340a30c" + "bee03d7e-3d98-484e-b397-1f496e6ae401" ], "x-ms-correlation-request-id": [ - "c42ba8a2-b96e-4ab7-a0c1-22d39c3c0030" + "8c6f3c9a-2e7b-4688-a2f5-fac3606bcdb1" ], "x-ms-arm-service-request-id": [ - "53f59b6b-aca9-48ff-9f7d-b29cbb5a9d40" + "d9f1c796-5458-4703-b51e-c3fd146e722b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200337Z:c42ba8a2-b96e-4ab7-a0c1-22d39c3c0030" + "EASTUS2:20211117T121931Z:8c6f3c9a-2e7b-4688-a2f5-fac3606bcdb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:37 GMT" - ], "Content-Length": [ "524" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1888\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888\",\r\n \"etag\": \"W/\\\"ba6af9ef-ca18-4939-85e4-0d97b69ee8b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634\",\r\n \"etag\": \"W/\\\"1958ead4-a27c-4a38-a16c-4244d922ebc0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MzQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMzIyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1888\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888\"\r\n }\r\n },\r\n \"name\": \"ip2824\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6634\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634\"\r\n }\r\n },\r\n \"name\": \"ip8123\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "42fa33ed-a0bf-4641-8cb6-57e877cfaf87" + "a22ae5c9-5361-42f2-96cc-889952cf17ee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,23 +1043,30 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4481257b-1986-44bf-828e-2cb4cf47788a" + "d936e48c-85ca-41eb-b9f9-7aa4cf324ab9" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/4481257b-1986-44bf-828e-2cb4cf47788a?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/d936e48c-85ca-41eb-b9f9-7aa4cf324ab9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6f675702-3dae-4f7b-bd3b-b3ce53c87856" + "e0f0e8e6-062b-4488-8bbf-b1d3d497f77f" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "dba04455-aa34-4eda-ad83-eb9ae09cf269" + "5bc8878e-c152-4828-858e-020efeacda13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1067,21 +1074,14 @@ "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200339Z:6f675702-3dae-4f7b-bd3b-b3ce53c87856" + "EASTUS2:20211117T121931Z:e0f0e8e6-062b-4488-8bbf-b1d3d497f77f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:38 GMT" - ], "Content-Length": [ - "1634" + "1591" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6348\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348\",\r\n \"etag\": \"W/\\\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b3e0d048-2a5a-47c8-acca-71416e4900bb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2824\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348/ipConfigurations/ip2824\",\r\n \"etag\": \"W/\\\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888\"\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\": \"kyxdrtvnymce5lxqwby31qmmmf.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322\",\r\n \"etag\": \"W/\\\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3f12cde7-37dd-4a2c-8aa6-3ecea1956345\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8123\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322/ipConfigurations/ip8123\",\r\n \"etag\": \"W/\\\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634\"\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\": \"10fjwlqeoajung2cy5fpizoioa.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MzQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMzIyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\"" + "W/\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "181087ec-d9f1-46fe-bc67-d96fecdcb2b1" + "42d648e0-ba13-4229-ab93-d4e8a21b41ed" ], "x-ms-correlation-request-id": [ - "bbdbe38f-75ba-47bd-92af-e3ab8710e7d4" + "a2afccdf-4af8-4eb2-8fd1-323c77ac61b7" ], "x-ms-arm-service-request-id": [ - "2e3874a1-4983-4603-8621-ca2fb53d9b7d" + "1ea5d71e-dc70-4520-8710-f0ac86d0b3d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200339Z:bbdbe38f-75ba-47bd-92af-e3ab8710e7d4" + "EASTUS2:20211117T121931Z:a2afccdf-4af8-4eb2-8fd1-323c77ac61b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:39 GMT" - ], "Content-Length": [ - "1634" + "1591" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6348\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348\",\r\n \"etag\": \"W/\\\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b3e0d048-2a5a-47c8-acca-71416e4900bb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2824\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348/ipConfigurations/ip2824\",\r\n \"etag\": \"W/\\\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888\"\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\": \"kyxdrtvnymce5lxqwby31qmmmf.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322\",\r\n \"etag\": \"W/\\\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3f12cde7-37dd-4a2c-8aa6-3ecea1956345\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8123\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322/ipConfigurations/ip8123\",\r\n \"etag\": \"W/\\\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634\"\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\": \"10fjwlqeoajung2cy5fpizoioa.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MzQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMzIyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94db13ab-df52-479f-8d32-a6b88db14439" + "7ba5a7c3-199c-448d-a376-bca79d6850b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\"" + "W/\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3b6784a0-1d1e-4047-ad0c-65514add455e" + "c4c6b282-dca8-45cf-806b-ad81b4ce0a1c" ], "x-ms-correlation-request-id": [ - "18316bea-b5ca-4cd5-80a2-7b49cf12806b" + "8c84ab43-1e0b-4c12-9e7e-45360327cf05" ], "x-ms-arm-service-request-id": [ - "aaebe104-d480-4e5c-9d7d-208befd27042" + "88204ef0-1517-438f-8464-1febe9e8f292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200339Z:18316bea-b5ca-4cd5-80a2-7b49cf12806b" + "EASTUS2:20211117T121932Z:8c84ab43-1e0b-4c12-9e7e-45360327cf05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:39 GMT" - ], "Content-Length": [ - "1634" + "1591" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6348\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348\",\r\n \"etag\": \"W/\\\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b3e0d048-2a5a-47c8-acca-71416e4900bb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2824\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348/ipConfigurations/ip2824\",\r\n \"etag\": \"W/\\\"54a8978f-57c6-451b-8fe6-df498a3e1e7f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/virtualNetworks/vn1828/subnets/sn1888\"\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\": \"kyxdrtvnymce5lxqwby31qmmmf.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322\",\r\n \"etag\": \"W/\\\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3f12cde7-37dd-4a2c-8aa6-3ecea1956345\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8123\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322/ipConfigurations/ip8123\",\r\n \"etag\": \"W/\\\"a8d6f26a-b53f-4f66-88dd-234abc17fb76\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/virtualNetworks/vn4973/subnets/sn6634\"\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\": \"10fjwlqeoajung2cy5fpizoioa.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/availabilitySets/as218?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzMjE4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/availabilitySets/as2243?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzMjI0Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec5168dd-c631-4e7a-a53e-3d3405311721" + "857b91e5-da9b-44a3-8a51-bc1884a5a5ff" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,39 +1256,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "17fc7aa7-2b76-470f-bc47-5f880ab3508a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9db4962e-fd9b-4a33-a5d8-69c55c65f552" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "b09706d7-9511-4358-bf65-0375711a8651" + "01f332a5-824b-4fea-abe0-a75aab9701ea" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200342Z:b09706d7-9511-4358-bf65-0375711a8651" + "EASTUS2:20211117T121932Z:01f332a5-824b-4fea-abe0-a75aab9701ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:42 GMT" - ], "Content-Length": [ - "441" + "443" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,26 +1297,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as218\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/availabilitySets/as218\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as2243\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/availabilitySets/as2243\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MzAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348\"\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322\"\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c25cabb-3f35-4570-ac46-bdaf57dbd8ce" + "aedb3c28-2815-4589-9471-1aed3e170e0a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,48 +1329,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:33 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b128063b-5e0e-402b-8b91-ad49414abb02" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "40ac409c-3574-4f0d-83d7-ad9519d27167" + "9156b64c-eddc-449a-9622-85d15f5c2861" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200344Z:40ac409c-3574-4f0d-83d7-ad9519d27167" + "EASTUS2:20211117T121933Z:9156b64c-eddc-449a-9622-85d15f5c2861" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:44 GMT" - ], "Content-Length": [ - "2225" + "2998" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,60 +1379,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9302\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f56a7b31-2058-4563-b5d7-5e924ad5f248\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6665\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"226d2a1e-0e93-48d8-a76c-e86c40fc5663\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-17T12:19:33.2333556+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"AzureHibernateExtension\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665/extensions/AzureHibernateExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"87cbd7d9-3fdd-4f8a-8ae0-1285563f753d\",\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"WindowsHibernateExtension\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"allowReboot\": true\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMTI4MDYzYi01ZTBlLTQwMmItOGI5MS1hZDQ5NDE0YWJiMDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjgyMGZkZC05ZjM5LTQwYmQtYjEwYi05ZTRkN2YzYzBmZTk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:19:43 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;23870" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "602f52a6-aec5-4816-aee2-00e44fd8e5a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0fa880bc-7376-4854-b2c3-97a096cf6891" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-correlation-request-id": [ - "73f288b6-236d-4fb9-8ced-90245928db01" + "93c92335-bbe3-4e8d-b229-69760094e9a1" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200354Z:73f288b6-236d-4fb9-8ced-90245928db01" + "EASTUS2:20211117T121943Z:93c92335-bbe3-4e8d-b229-69760094e9a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:03:54 GMT" - ], "Content-Length": [ "134" ], @@ -1443,118 +1443,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:03:43.4537463-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b128063b-5e0e-402b-8b91-ad49414abb02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:19:33.1552053+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMTI4MDYzYi01ZTBlLTQwMmItOGI5MS1hZDQ5NDE0YWJiMDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjgyMGZkZC05ZjM5LTQwYmQtYjEwYi05ZTRkN2YzYzBmZTk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:20:33 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14656,Microsoft.Compute/GetOperation30Min;23781" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "f92a737a-7296-4bd5-af5a-08b417854a22" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "26fc6da5-3c06-497c-b128-aa4d0579d395" - ], - "x-ms-routing-request-id": [ - "WESTUS:20210709T200444Z:26fc6da5-3c06-497c-b128-aa4d0579d395" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 09 Jul 2021 20:04:44 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:03:43.4537463-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b128063b-5e0e-402b-8b91-ad49414abb02\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMTI4MDYzYi01ZTBlLTQwMmItOGI5MS1hZDQ5NDE0YWJiMDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;24549" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbbdf76d-cd4e-4a4f-9032-8891c68ef696" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ccf583f4-9a4f-4ba4-956e-e02b1363681f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-correlation-request-id": [ - "3c4cef5a-586d-4728-8baf-356045227cbf" + "4aee1d87-d719-4ebf-92ff-5a32cf77f600" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200535Z:3c4cef5a-586d-4728-8baf-356045227cbf" + "EASTUS2:20211117T122033Z:4aee1d87-d719-4ebf-92ff-5a32cf77f600" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:05:34 GMT" - ], "Content-Length": [ "134" ], @@ -1565,118 +1504,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:03:43.4537463-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b128063b-5e0e-402b-8b91-ad49414abb02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:19:33.1552053+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMTI4MDYzYi01ZTBlLTQwMmItOGI5MS1hZDQ5NDE0YWJiMDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjgyMGZkZC05ZjM5LTQwYmQtYjEwYi05ZTRkN2YzYzBmZTk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:21:23 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;24446" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a32af5fc-eb6e-441f-a875-0fa948d3076a" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "18d148eb-7e5a-4c1a-98df-d128190032e0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20210709T200625Z:18d148eb-7e5a-4c1a-98df-d128190032e0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 09 Jul 2021 20:06:24 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:03:43.4537463-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b128063b-5e0e-402b-8b91-ad49414abb02\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMTI4MDYzYi01ZTBlLTQwMmItOGI5MS1hZDQ5NDE0YWJiMDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14622,Microsoft.Compute/GetOperation30Min;24349" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57ae5d9a-d69c-4dd8-992d-7515d5205047" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "561c9731-98eb-4527-b90c-bd87a547d4cd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-correlation-request-id": [ - "1f6a41c0-62cf-4364-92d2-fc4e454009cd" + "b712f235-a13c-46e5-a1c5-c06a87dd2bf9" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200715Z:1f6a41c0-62cf-4364-92d2-fc4e454009cd" + "EASTUS2:20211117T122123Z:b712f235-a13c-46e5-a1c5-c06a87dd2bf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:07:14 GMT" - ], "Content-Length": [ "134" ], @@ -1687,57 +1565,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:03:43.4537463-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b128063b-5e0e-402b-8b91-ad49414abb02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:19:33.1552053+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMTI4MDYzYi01ZTBlLTQwMmItOGI5MS1hZDQ5NDE0YWJiMDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjgyMGZkZC05ZjM5LTQwYmQtYjEwYi05ZTRkN2YzYzBmZTk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:22:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14692,Microsoft.Compute/GetOperation30Min;24242" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee072623-2675-4ef8-b41c-ea8a827ed972" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5bbed942-c972-425c-a0a3-701d23577c2b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-correlation-request-id": [ - "78092173-4d2d-4c1e-8a12-ba054498c0b8" + "28c4cad6-95ac-4dbb-bba4-8bff90716c1c" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200805Z:78092173-4d2d-4c1e-8a12-ba054498c0b8" + "EASTUS2:20211117T122213Z:28c4cad6-95ac-4dbb-bba4-8bff90716c1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:08:05 GMT" - ], "Content-Length": [ "134" ], @@ -1748,57 +1626,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:03:43.4537463-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b128063b-5e0e-402b-8b91-ad49414abb02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:19:33.1552053+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b128063b-5e0e-402b-8b91-ad49414abb02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMTI4MDYzYi01ZTBlLTQwMmItOGI5MS1hZDQ5NDE0YWJiMDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjgyMGZkZC05ZjM5LTQwYmQtYjEwYi05ZTRkN2YzYzBmZTk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:23:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14640,Microsoft.Compute/GetOperation30Min;24138" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f1d0a0f-44cd-4061-abf9-f20992eda382" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "84d961c8-ff7b-4bce-9097-15ae9507bc42" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-correlation-request-id": [ - "a542066a-8bc6-40da-884c-bdb9bcbbdf6d" + "021b6987-ab6a-460c-ae7b-4a49e4b39bd2" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200855Z:a542066a-8bc6-40da-884c-bdb9bcbbdf6d" + "EASTUS2:20211117T122303Z:021b6987-ab6a-460c-ae7b-4a49e4b39bd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:08:54 GMT" - ], "Content-Length": [ "184" ], @@ -1809,59 +1687,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:03:43.4537463-07:00\",\r\n \"endTime\": \"2021-07-09T13:08:12.4243034-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b128063b-5e0e-402b-8b91-ad49414abb02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:19:33.1552053+00:00\",\r\n \"endTime\": \"2021-11-17T12:22:32.5686491+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fb820fdd-9f39-40bd-b10b-9e4d7f3c0fe9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MzAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:23:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;9871,Microsoft.Compute/LowCostGet30Min;78913" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d0a6c86-f2a5-4b75-9ecc-f23c00484630" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b253f810-6f53-43db-9883-a61b9a43727d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11986" ], "x-ms-correlation-request-id": [ - "95992fc1-a2f6-4aea-af56-d23a17c49670" + "9b6f47df-cabc-44e2-90f7-b03aa20318fa" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200855Z:95992fc1-a2f6-4aea-af56-d23a17c49670" + "EASTUS2:20211117T122303Z:9b6f47df-cabc-44e2-90f7-b03aa20318fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:08:54 GMT" - ], "Content-Length": [ - "2619" + "3393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1870,65 +1748,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9302\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f56a7b31-2058-4563-b5d7-5e924ad5f248\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9302_disk2_f9a0fce5d19846e195f199d4885a6144\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/disks/vm9302_disk2_f9a0fce5d19846e195f199d4885a6144\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6665\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"226d2a1e-0e93-48d8-a76c-e86c40fc5663\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6665_disk2_cad5a797e68a4ef3b15326708064f857\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/disks/vm6665_disk2_cad5a797e68a4ef3b15326708064f857\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T12:19:33.2333556+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"AzureHibernateExtension\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665/extensions/AzureHibernateExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"87cbd7d9-3fdd-4f8a-8ae0-1285563f753d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"WindowsHibernateExtension\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"allowReboot\": true\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MzAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1af83d6-dc38-4253-a347-37aaae585e1c" + "3cde9033-5792-4957-b3a0-7c658c355de4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:23:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;9870,Microsoft.Compute/LowCostGet30Min;78912" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8edf98b5-bc63-465a-a4ce-d7b2767d53f4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f5a8bc33-059a-4186-b2ee-b7351fecb31b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11985" ], "x-ms-correlation-request-id": [ - "9b25c77b-cd68-4ebb-825e-9cfd891c3ebf" + "c4445e63-1853-4814-a707-003652795e88" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200855Z:9b25c77b-cd68-4ebb-825e-9cfd891c3ebf" + "EASTUS2:20211117T122303Z:c4445e63-1853-4814-a707-003652795e88" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:08:54 GMT" - ], "Content-Length": [ - "2619" + "3393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,133 +1815,133 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9302\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f56a7b31-2058-4563-b5d7-5e924ad5f248\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1282.2006061952\",\r\n \"exactVersion\": \"17763.1282.2006061952\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9302_disk2_f9a0fce5d19846e195f199d4885a6144\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/disks/vm9302_disk2_f9a0fce5d19846e195f199d4885a6144\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Network/networkInterfaces/nic6348\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6665\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"226d2a1e-0e93-48d8-a76c-e86c40fc5663\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"hibernationEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2019-Datacenter\",\r\n \"version\": \"17763.1579.2011180054\",\r\n \"exactVersion\": \"17763.1579.2011180054\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6665_disk2_cad5a797e68a4ef3b15326708064f857\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/disks/vm6665_disk2_cad5a797e68a4ef3b15326708064f857\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Network/networkInterfaces/nic1322\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-17T12:19:33.2333556+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"AzureHibernateExtension\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665/extensions/AzureHibernateExtension\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"87cbd7d9-3fdd-4f8a-8ae0-1285563f753d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"WindowsHibernateExtension\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {\r\n \"allowReboot\": true\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302/deallocate?hibernate=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MzAyL2RlYWxsb2NhdGU/aGliZXJuYXRlPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665/deallocate?hibernate=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY1L2RlYWxsb2NhdGU/aGliZXJuYXRlPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63b08640-db8e-4e96-8e70-6f1b4836e846" + "c40077eb-3b56-4179-92db-c48772057561" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:23:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/2f9ec404-8f49-43d9-b0e7-10e7850d44c3?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9664f101-53a1-469e-becd-4ff8b1323c48?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/2f9ec404-8f49-43d9-b0e7-10e7850d44c3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9664f101-53a1-469e-becd-4ff8b1323c48?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVM3Min;591,Microsoft.Compute/DeleteVM30Min;2508" + "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f9ec404-8f49-43d9-b0e7-10e7850d44c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9664f101-53a1-469e-becd-4ff8b1323c48" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "e24730b3-aa6d-4fbb-9981-39205e9206ce" + "2962c72f-7acc-4f14-a4a9-f659698efe06" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200856Z:e24730b3-aa6d-4fbb-9981-39205e9206ce" + "EASTUS2:20211117T122303Z:2962c72f-7acc-4f14-a4a9-f659698efe06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:08:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/2f9ec404-8f49-43d9-b0e7-10e7850d44c3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yZjllYzQwNC04ZjQ5LTQzZDktYjBlNy0xMGU3ODUwZDQ0YzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9664f101-53a1-469e-becd-4ff8b1323c48?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85NjY0ZjEwMS01M2ExLTQ2OWUtYmVjZC00ZmY4YjEzMjNjNDg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:23:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "36" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14691,Microsoft.Compute/GetOperation30Min;24137" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d6dc605c-1424-4a51-99f1-654b7218e821" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a2fca297-28e9-4a1f-9b6a-a126b74ce128" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-correlation-request-id": [ - "61d88c6b-93de-4101-ba94-0295e8ed3ead" + "eecd8a73-f92e-42a9-b426-4b909d80db72" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200906Z:61d88c6b-93de-4101-ba94-0295e8ed3ead" + "EASTUS2:20211117T122313Z:eecd8a73-f92e-42a9-b426-4b909d80db72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:09:05 GMT" - ], "Content-Length": [ "134" ], @@ -2074,57 +1952,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:08:55.9870865-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2f9ec404-8f49-43d9-b0e7-10e7850d44c3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:23:03.7886792+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9664f101-53a1-469e-becd-4ff8b1323c48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/2f9ec404-8f49-43d9-b0e7-10e7850d44c3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yZjllYzQwNC04ZjQ5LTQzZDktYjBlNy0xMGU3ODUwZDQ0YzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9664f101-53a1-469e-becd-4ff8b1323c48?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85NjY0ZjEwMS01M2ExLTQ2OWUtYmVjZC00ZmY4YjEzMjNjNDg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:23:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14637,Microsoft.Compute/GetOperation30Min;24033" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65330a2a-09b5-4fe6-aff8-60822757dcf1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7f5f5767-4ecf-4d87-8f04-872c1332420e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-correlation-request-id": [ - "1029f99c-a45f-4353-8db5-f0c86f5e1708" + "e704246a-c4ee-4755-ba5c-0ae04c8e6cb2" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T200942Z:1029f99c-a45f-4353-8db5-f0c86f5e1708" + "EASTUS2:20211117T122350Z:e704246a-c4ee-4755-ba5c-0ae04c8e6cb2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:09:42 GMT" - ], "Content-Length": [ "134" ], @@ -2135,57 +2013,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:08:55.9870865-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2f9ec404-8f49-43d9-b0e7-10e7850d44c3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:23:03.7886792+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9664f101-53a1-469e-becd-4ff8b1323c48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/2f9ec404-8f49-43d9-b0e7-10e7850d44c3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yZjllYzQwNC04ZjQ5LTQzZDktYjBlNy0xMGU3ODUwZDQ0YzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9664f101-53a1-469e-becd-4ff8b1323c48?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85NjY0ZjEwMS01M2ExLTQ2OWUtYmVjZC00ZmY4YjEzMjNjNDg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:24:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14684,Microsoft.Compute/GetOperation30Min;25682" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "93daf551-648c-47ce-b42a-5f8f1949ed6e" + "2bd1c3d6-c642-4429-911a-9853db5b5b28" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "11982" ], "x-ms-correlation-request-id": [ - "794cd23f-0a9a-4694-b3ca-66d640425224" + "9eb7110d-6a88-4252-a090-875ea4e425e8" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201018Z:794cd23f-0a9a-4694-b3ca-66d640425224" + "EASTUS2:20211117T122426Z:9eb7110d-6a88-4252-a090-875ea4e425e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:10:17 GMT" - ], "Content-Length": [ "184" ], @@ -2196,123 +2074,123 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:08:55.9870865-07:00\",\r\n \"endTime\": \"2021-07-09T13:10:04.9877901-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2f9ec404-8f49-43d9-b0e7-10e7850d44c3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:23:03.7886792+00:00\",\r\n \"endTime\": \"2021-11-17T12:23:58.8065146+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9664f101-53a1-469e-becd-4ff8b1323c48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/2f9ec404-8f49-43d9-b0e7-10e7850d44c3?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yZjllYzQwNC04ZjQ5LTQzZDktYjBlNy0xMGU3ODUwZDQ0YzM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9664f101-53a1-469e-becd-4ff8b1323c48?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85NjY0ZjEwMS01M2ExLTQ2OWUtYmVjZC00ZmY4YjEzMjNjNDg/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:24:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14683,Microsoft.Compute/GetOperation30Min;25681" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f59aecaf-5f9b-44ff-9ca8-6dd2c8c38db6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "95b6cc0e-a34a-4953-8cf0-593dace97c51" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-correlation-request-id": [ - "1ae3430b-e5ba-428a-8a85-058d6a6124c9" + "eb1ba853-1df9-4100-bfff-a4c07318d464" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201018Z:1ae3430b-e5ba-428a-8a85-058d6a6124c9" + "EASTUS2:20211117T122426Z:eb1ba853-1df9-4100-bfff-a4c07318d464" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:10:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MzAyL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1faed861-69bc-4ccd-a0bf-325833efb4ee" + "260a486c-e50d-4892-9754-95e89c496831" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:24:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;9819,Microsoft.Compute/LowCostGet30Min;78911" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7b4c9cc5-ea88-40e7-9dda-d88f2df6e35b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "030b249b-30de-46b2-9600-8574d6ac4efe" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" ], "x-ms-correlation-request-id": [ - "f20ada4f-5dc6-4836-a9b1-0230e426140d" + "49c3bf91-0dc3-4b14-a732-b118f2ac78a4" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201019Z:f20ada4f-5dc6-4836-a9b1-0230e426140d" + "EASTUS2:20211117T122426Z:49c3bf91-0dc3-4b14-a732-b118f2ac78a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:10:18 GMT" - ], "Content-Length": [ - "1191" + "1100" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2321,65 +2199,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-09T13:10:02.8783603-07:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9302_disk2_f9a0fce5d19846e195f199d4885a6144\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-09T13:10:02.8940121-07:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"internalData\": {\r\n \"fabricTenantName\": \"acf30f6a-96fa-4e31-91b2-d2efa894d062\"\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-09T13:10:02.9096395-07:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/deallocated\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM deallocated\"\r\n },\r\n {\r\n \"code\": \"HibernationState/Hibernated\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM hibernated\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:23:58.5096137+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6665_disk2_cad5a797e68a4ef3b15326708064f857\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:23:58.5096137+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:23:58.5252147+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/deallocated\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM deallocated\"\r\n },\r\n {\r\n \"code\": \"HibernationState/Hibernated\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM hibernated\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MzAyL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c38aa3c-783d-45a8-a48c-3dc9204fd8c3" + "8585b5bc-f2c3-464c-9250-edcdfd8ab882" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;9818,Microsoft.Compute/LowCostGet30Min;78909" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c0860ef1-3d40-44a9-81a8-e7283efc2966" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "74959377-7a16-4d8a-b369-8d2313cf10c1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11974" ], "x-ms-correlation-request-id": [ - "ff2dbca9-cd97-4968-a85e-ef20ed86849c" + "a8fb885a-6052-4f85-b62d-c74e25aebd27" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201124Z:ff2dbca9-cd97-4968-a85e-ef20ed86849c" + "EASTUS2:20211117T122503Z:a8fb885a-6052-4f85-b62d-c74e25aebd27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:11:24 GMT" - ], "Content-Length": [ - "2419" + "2238" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2388,194 +2266,133 @@ "-1" ] }, - "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2019 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 10.0.17763.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-07-09T13:11:12-07:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Extensions.Edp.WindowsHibernateTestExtension\",\r\n \"typeHandlerVersion\": \"1.0.0\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-09T13:10:20.3161687-07:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9302_disk2_f9a0fce5d19846e195f199d4885a6144\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-09T13:10:20.3161687-07:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"AzureHibernateExtension\",\r\n \"type\": \"Microsoft.Azure.Extensions.Edp.WindowsHibernateTestExtension\",\r\n \"typeHandlerVersion\": \"1.0.0\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Enabling hibernate succeeded. Response from the powercfg command: \\tThe hiberfile size has been set to: 8589463552 bytes.\\r\\n\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"internalData\": {\r\n \"fabricCluster\": \"useast2euap-prod-c\",\r\n \"fabricTenantName\": \"acf30f6a-96fa-4e31-91b2-d2efa894d062\"\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-09T13:11:20.5200063-07:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2019 Datacenter\",\r\n \"osVersion\": \"10.0.17763.1579\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T12:24:59+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.CPlat.Core.WindowsHibernateExtension\",\r\n \"typeHandlerVersion\": \"1.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:24:27.5576245+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6665_disk2_cad5a797e68a4ef3b15326708064f857\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:24:27.5576245+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"AzureHibernateExtension\",\r\n \"type\": \"Microsoft.CPlat.Core.WindowsHibernateExtension\",\r\n \"typeHandlerVersion\": \"1.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Enabling hibernate succeeded. Response from the powercfg command: \\tThe hiberfile size has been set to: 8589463552 bytes.\\r\\n\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:25:00.9495905+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar16151/providers/Microsoft.Compute/virtualMachines/vm9302/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm05MzAyL3N0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39311/providers/Microsoft.Compute/virtualMachines/vm6665/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY1L3N0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94a7c133-f77e-47ae-9e9c-eb69d9902d96" + "d5c57639-4d03-4cd7-a0bc-95e427f132e0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:24:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/753e4f51-2f03-4499-a909-ec4e75d90e7b?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/753e4f51-2f03-4499-a909-ec4e75d90e7b?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;591,Microsoft.Compute/UpdateVM30Min;2961" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afcd4d9a-29bb-46b5-8a1b-0fcb6722b883" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "753e4f51-2f03-4499-a909-ec4e75d90e7b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "6e002f93-5de9-4a5c-b5db-084169dcb784" + "0d9f832b-e89d-462d-9685-6e72b7fbb73e" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201019Z:6e002f93-5de9-4a5c-b5db-084169dcb784" + "EASTUS2:20211117T122426Z:0d9f832b-e89d-462d-9685-6e72b7fbb73e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:10:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/753e4f51-2f03-4499-a909-ec4e75d90e7b?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83NTNlNGY1MS0yZjAzLTQ0OTktYTkwOS1lYzRlNzVkOTBlN2I/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:24:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "9" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14629,Microsoft.Compute/GetOperation30Min;25627" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "30824e86-2f0b-4d84-800e-729ac51fcd48" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "783253c1-0ffa-4e45-bcda-a20388cff30c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20210709T201029Z:783253c1-0ffa-4e45-bcda-a20388cff30c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 09 Jul 2021 20:10:28 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:10:19.3004848-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"afcd4d9a-29bb-46b5-8a1b-0fcb6722b883\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14679,Microsoft.Compute/GetOperation30Min;25625" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "99545361-1064-4f14-b033-11d0d07f2082" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1481ed91-85dd-41d3-943b-f7319898422a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-correlation-request-id": [ - "e421f45a-2f1e-4afa-ad52-f52847df247b" + "69c49b39-fd4d-47f7-b09e-a329a2f04c41" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201038Z:e421f45a-2f1e-4afa-ad52-f52847df247b" + "EASTUS2:20211117T122436Z:69c49b39-fd4d-47f7-b09e-a329a2f04c41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:10:37 GMT" - ], "Content-Length": [ "134" ], @@ -2586,118 +2403,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:10:19.3004848-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"afcd4d9a-29bb-46b5-8a1b-0fcb6722b883\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:24:26.1513148+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"753e4f51-2f03-4499-a909-ec4e75d90e7b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/753e4f51-2f03-4499-a909-ec4e75d90e7b?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83NTNlNGY1MS0yZjAzLTQ0OTktYTkwOS1lYzRlNzVkOTBlN2I/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:24:44 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;25548" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "20882d2c-d905-43ad-ae9e-a0967a13ddd0" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "71ba97ea-b483-4491-bc6f-3d002d3f66ee" - ], - "x-ms-routing-request-id": [ - "WESTUS:20210709T201047Z:71ba97ea-b483-4491-bc6f-3d002d3f66ee" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 09 Jul 2021 20:10:46 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:10:19.3004848-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"afcd4d9a-29bb-46b5-8a1b-0fcb6722b883\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;25496" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f60be01-b3b5-4198-967c-35707397f318" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3628d21-1e29-4f09-81fb-95fc81235619" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11978" ], "x-ms-correlation-request-id": [ - "752e5710-8d9a-4d85-9d53-d8e5889b910b" + "74f57baf-9c4f-4a15-b597-40b60ffc6662" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201056Z:752e5710-8d9a-4d85-9d53-d8e5889b910b" + "EASTUS2:20211117T122445Z:74f57baf-9c4f-4a15-b597-40b60ffc6662" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:10:55 GMT" - ], "Content-Length": [ "134" ], @@ -2708,118 +2464,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:10:19.3004848-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"afcd4d9a-29bb-46b5-8a1b-0fcb6722b883\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:24:26.1513148+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"753e4f51-2f03-4499-a909-ec4e75d90e7b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/753e4f51-2f03-4499-a909-ec4e75d90e7b?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83NTNlNGY1MS0yZjAzLTQ0OTktYTkwOS1lYzRlNzVkOTBlN2I/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:24:54 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;25494" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "52beb275-b1a9-479b-bab0-675d2be54434" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "8b963e9a-5def-484d-a52d-2affb0a04f4a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20210709T201106Z:8b963e9a-5def-484d-a52d-2affb0a04f4a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 09 Jul 2021 20:11:05 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:10:19.3004848-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"afcd4d9a-29bb-46b5-8a1b-0fcb6722b883\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;25442" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b869ced7-dcbd-4323-8ec4-58c795661373" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c78ca01a-a6e4-4194-98b8-6ed06b7c440d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11977" ], "x-ms-correlation-request-id": [ - "f5366846-d771-455d-b380-dc1a2520910f" + "59593e44-b82b-4bff-9cf4-378251e9ce05" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201115Z:f5366846-d771-455d-b380-dc1a2520910f" + "EASTUS2:20211117T122454Z:59593e44-b82b-4bff-9cf4-378251e9ce05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:11:15 GMT" - ], "Content-Length": [ "134" ], @@ -2830,57 +2525,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:10:19.3004848-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"afcd4d9a-29bb-46b5-8a1b-0fcb6722b883\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:24:26.1513148+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"753e4f51-2f03-4499-a909-ec4e75d90e7b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/753e4f51-2f03-4499-a909-ec4e75d90e7b?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83NTNlNGY1MS0yZjAzLTQ0OTktYTkwOS1lYzRlNzVkOTBlN2I/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;25440" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "748dee64-aa26-4ecf-a2cb-63ffe233442a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c2cb2fcb-ad31-46f4-844d-d3a152a31b49" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11976" ], "x-ms-correlation-request-id": [ - "a86f2421-c508-4cd3-b060-093657df97f8" + "ad84468d-8a12-43cc-bd5d-a36f9512c81f" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201124Z:a86f2421-c508-4cd3-b060-093657df97f8" + "EASTUS2:20211117T122503Z:ad84468d-8a12-43cc-bd5d-a36f9512c81f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:11:24 GMT" - ], "Content-Length": [ "184" ], @@ -2891,83 +2586,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-09T13:10:19.3004848-07:00\",\r\n \"endTime\": \"2021-07-09T13:11:20.5512577-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"afcd4d9a-29bb-46b5-8a1b-0fcb6722b883\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:24:26.1513148+00:00\",\r\n \"endTime\": \"2021-11-17T12:25:00.9808289+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"753e4f51-2f03-4499-a909-ec4e75d90e7b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/afcd4d9a-29bb-46b5-8a1b-0fcb6722b883?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9hZmNkNGQ5YS0yOWJiLTQ2YjUtOGExYi0wZmNiNjcyMmI4ODM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/753e4f51-2f03-4499-a909-ec4e75d90e7b?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy83NTNlNGY1MS0yZjAzLTQ0OTktYTkwOS1lYzRlNzVkOTBlN2I/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;25439" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "efe4f12a-8928-40a8-ae79-70121fd00e78" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9c6457b0-c46f-44a9-8a17-356d13518335" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11975" ], "x-ms-correlation-request-id": [ - "6765e8b2-31c8-4176-958a-e9daefd4b874" + "f7cfa1aa-abc9-4245-a16d-20b7747557b7" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201124Z:6765e8b2-31c8-4176-958a-e9daefd4b874" + "EASTUS2:20211117T122503Z:f7cfa1aa-abc9-4245-a16d-20b7747557b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:11:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourcegroups/crptestar16151?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2MTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39311?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MzExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f38b5009-d851-4bad-bc54-84cb35e9ab33" + "0bb7fb30-96a6-4393-ab4e-f589871d23d1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2975,11 +2670,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:25:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjE1MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTMxMS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2988,13 +2686,13 @@ "14999" ], "x-ms-request-id": [ - "aa75ea7f-a57a-4e73-8ff1-166771278c1e" + "786c6409-3e56-4519-847d-d09948973334" ], "x-ms-correlation-request-id": [ - "aa75ea7f-a57a-4e73-8ff1-166771278c1e" + "786c6409-3e56-4519-847d-d09948973334" ], "x-ms-routing-request-id": [ - "WESTUS:20210709T201126Z:aa75ea7f-a57a-4e73-8ff1-166771278c1e" + "EASTUS2:20211117T122503Z:786c6409-3e56-4519-847d-d09948973334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3002,14 +2700,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 09 Jul 2021 20:11:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3018,31 +2713,31 @@ ], "Names": { "TestVMOperations_HibernateResume": [ - "crptestar1615", - "as218", - "crptestar5433" + "crptestar3931", + "as2243", + "crptestar989" ], "CreatePublicIP": [ - "pip9290", - "dn2864" + "pip5697", + "dn7928" ], "CreateVNET": [ - "vn1828", - "sn1888" + "vn4973", + "sn6634" ], "CreateNIC": [ - "nic6348", - "ip2824" + "nic1322", + "ip8123" ], "CreateDefaultVMInput": [ - "crptestar2368", - "crptestar1306", - "crptestar3217", - "vm9302", - "Microsoft.Compute/virtualMachines8171" + "crptestar4763", + "crptestar4549", + "crptestar730", + "vm6665", + "Microsoft.Compute/virtualMachines2099" ] }, "Variables": { - "SubscriptionId": "5393f919-a68a-43d0-9063-4b2bda6bffdf" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PerformMaintenance.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PerformMaintenance.json index 0e4f950d830e1..f41ff0b300f1d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PerformMaintenance.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PerformMaintenance.json @@ -1,94 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar26931?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2OTMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2715e834-0348-4b58-92fb-a39bd0f76ba7" + "e9efa691-ba49-44e4-82cf-c3aaf0f1de57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjkzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "2cc1e23d-4fd7-4b12-8a2f-ff2c8373ba86" - ], - "x-ms-correlation-request-id": [ - "2cc1e23d-4fd7-4b12-8a2f-ff2c8373ba86" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T231515Z:2cc1e23d-4fd7-4b12-8a2f-ff2c8373ba86" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Mon, 28 Jun 2021 23:15:14 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "44a31aa7-4cb7-49d1-b5b4-2f352b9a2c8d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 23 Nov 2021 21:51:34 GMT" ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], @@ -96,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "d50c9c06-e6af-425e-8120-e82c1dfecb1d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eb3558d1-31d9-410e-a80b-b841dff208c0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "7c817f10-67ef-4f30-980e-2b7de812deb5" + "53e26fa5-bbfa-4379-82a1-76d88bda7a11" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231516Z:7c817f10-67ef-4f30-980e-2b7de812deb5" + "EASTUS2:20211123T215135Z:53e26fa5-bbfa-4379-82a1-76d88bda7a11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:16 GMT" - ], "Content-Length": [ "321" ], @@ -134,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37431?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar91251?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMjUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar37431\": \"2021-06-28 23:15:16Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar91251\": \"2021-11-23 21:51:35Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ad8c31b1-fd1e-437c-aeb3-dfdad7d8e14f" + "a0862f4c-f42a-4985-8356-cd1f2a4c2b23" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -162,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:51:37 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "d6461bce-dd6f-44f1-baad-bc6bc096397b" + "e6a94bd0-6ff5-4d1d-b5a7-16ae9a534fea" ], "x-ms-correlation-request-id": [ - "d6461bce-dd6f-44f1-baad-bc6bc096397b" + "e6a94bd0-6ff5-4d1d-b5a7-16ae9a534fea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231519Z:d6461bce-dd6f-44f1-baad-bc6bc096397b" + "EASTUS2:20211123T215137Z:e6a94bd0-6ff5-4d1d-b5a7-16ae9a534fea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:19 GMT" - ], "Content-Length": [ "237" ], @@ -196,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431\",\r\n \"name\": \"crptestar37431\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar37431\": \"2021-06-28 23:15:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251\",\r\n \"name\": \"crptestar91251\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar91251\": \"2021-11-23 21:51:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37431?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar91251?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMjUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar37431\": \"2021-06-28 23:15:58Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar91251\": \"2021-11-23 21:52:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a1d6ca2-d254-4232-8d88-b16da6680249" + "c2a6fe9c-3fc1-4544-ab84-0ed8311bed16" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -228,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "2c674e09-e364-4e78-8333-270e491eb50b" + "84e0216b-88a5-4f91-9c6b-fac5ce9582e8" ], "x-ms-correlation-request-id": [ - "2c674e09-e364-4e78-8333-270e491eb50b" + "84e0216b-88a5-4f91-9c6b-fac5ce9582e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231559Z:2c674e09-e364-4e78-8333-270e491eb50b" + "EASTUS2:20211123T215221Z:84e0216b-88a5-4f91-9c6b-fac5ce9582e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:58 GMT" - ], "Content-Length": [ "237" ], @@ -262,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431\",\r\n \"name\": \"crptestar37431\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar37431\": \"2021-06-28 23:15:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251\",\r\n \"name\": \"crptestar91251\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar91251\": \"2021-11-23 21:52:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar6505?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjUwNT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Storage/storageAccounts/crptestar3875?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzg3NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "039b32f1-8f4f-479d-8c3d-98b69daaee5b" + "032ae228-70b6-4dbb-b7c8-dc4e52039e56" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -294,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:51:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7715e071-251f-4ccd-a4ba-9518fe244685?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fb26bb11-4d1f-4d37-b573-0cf5118d7a1c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7715e071-251f-4ccd-a4ba-9518fe244685" + "fb26bb11-4d1f-4d37-b573-0cf5118d7a1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6259f36c-5052-48e2-81ca-410d1fc747fa" + "b5dfe800-9762-4c99-9f1c-f70c6f7399bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231530Z:6259f36c-5052-48e2-81ca-410d1fc747fa" + "EASTUS2:20211123T215149Z:b5dfe800-9762-4c99-9f1c-f70c6f7399bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:30 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7715e071-251f-4ccd-a4ba-9518fe244685?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNzcxNWUwNzEtMjUxZi00Y2NkLWE0YmEtOTUxOGZlMjQ0Njg1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fb26bb11-4d1f-4d37-b573-0cf5118d7a1c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZmIyNmJiMTEtNGQxZi00ZDM3LWI1NzMtMGNmNTExOGQ3YTFjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:06 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "d8c09cfe-f2f2-4203-a2eb-ca198f6a7043" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fb26bb11-4d1f-4d37-b573-0cf5118d7a1c?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "cd786d01-eab9-4f14-a338-69ef7064ef3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "fe99bf4a-a26d-4244-8b22-0a91fd7da016" + "df8e2fad-f2b1-4a27-9fe6-40cb65bc013e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231547Z:fe99bf4a-a26d-4244-8b22-0a91fd7da016" + "EASTUS2:20211123T215206Z:df8e2fad-f2b1-4a27-9fe6-40cb65bc013e" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fb26bb11-4d1f-4d37-b573-0cf5118d7a1c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZmIyNmJiMTEtNGQxZi00ZDM3LWI1NzMtMGNmNTExOGQ3YTFjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 23:15:47 GMT" + "Tue, 23 Nov 2021 21:52:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7574b937-0d8d-4a63-88f1-97974b4a7d73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "2cff22b6-7a90-43ee-8dcf-5cc4f74f37eb" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T215210Z:2cff22b6-7a90-43ee-8dcf-5cc4f74f37eb" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e74461d-89c1-41c4-9cfc-1c024ff55343" + "50966d20-609e-4c2a-b67a-2975529271cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ed38bbc7-6fda-4d8c-8c05-0b460394b384" + "a19ae34c-091e-4738-be7e-63c7907de03f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "99bc55d3-feaf-4c49-9fc8-87053af14ba2" + "90e44ef8-7bc8-4448-98e0-7c04d2827cdc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231557Z:99bc55d3-feaf-4c49-9fc8-87053af14ba2" + "EASTUS2:20211123T215220Z:90e44ef8-7bc8-4448-98e0-7c04d2827cdc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:57 GMT" - ], "Content-Length": [ "753" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar6505\",\r\n \"name\": \"crptestar6505\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:15:26.5723573Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6505.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6505.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6505.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6505.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Storage/storageAccounts/crptestar3875\",\r\n \"name\": \"crptestar3875\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:51:46.2721695Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3875.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3875.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3875.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3875.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar6505?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjUwNT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Storage/storageAccounts/crptestar3875?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzg3NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34232d7c-e558-4ed1-a15b-6f72845b41c4" + "b03943e2-9341-4cf0-accb-5a4f0137005e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f3ba3a85-f167-4ae3-b415-ecadc1880f7e" + "e03a5f24-a7a5-410c-832d-1d760b7d68b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "33223616-a555-4108-8393-2673f6d175d4" + "d0394d60-acb9-4890-8492-bb0fbb87817b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231558Z:33223616-a555-4108-8393-2673f6d175d4" + "EASTUS2:20211123T215220Z:d0394d60-acb9-4890-8492-bb0fbb87817b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:57 GMT" - ], "Content-Length": [ "741" ], @@ -520,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar6505\",\r\n \"name\": \"crptestar6505\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:15:26.5723573Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6505.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6505.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6505.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6505.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Storage/storageAccounts/crptestar3875\",\r\n \"name\": \"crptestar3875\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:51:46.2721695Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3875.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3875.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3875.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3875.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip9553?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NTUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/publicIPAddresses/pip3330?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3899\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6459\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4f913310-faec-43bd-8cd5-d525014c2cdc" + "d775dac7-4fcf-4682-99be-ccaa20103dd1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -552,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "98e8fb9e-1c91-45e3-bb35-3bbc6906f499" + "54ded167-4c4c-4d5f-acdf-eaa57aebb12e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/98e8fb9e-1c91-45e3-bb35-3bbc6906f499?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/54ded167-4c4c-4d5f-acdf-eaa57aebb12e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "dab7458d-8bbf-4395-bb9b-1ef2b035b99c" + "30f50c31-d039-4e6e-b470-fb0403281ede" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e73e2902-1185-4651-9874-565803e47d3d" + "a5e7d201-273d-41d3-b4f5-279019665a34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231609Z:dab7458d-8bbf-4395-bb9b-1ef2b035b99c" + "EASTUS2:20211123T215235Z:30f50c31-d039-4e6e-b470-fb0403281ede" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:09 GMT" - ], "Content-Length": [ "770" ], @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9553\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip9553\",\r\n \"etag\": \"W/\\\"ea6b15ea-b15e-41fe-9208-81424c76f8c5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8e0538bf-6b41-40d0-b5de-6489c52b286e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3899\",\r\n \"fqdn\": \"dn3899.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3330\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/publicIPAddresses/pip3330\",\r\n \"etag\": \"W/\\\"83947ff8-6894-4854-b06f-3fd064244626\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a52f5942-bdf0-4e16-b240-9fd72f2a915e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6459\",\r\n \"fqdn\": \"dn6459.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/98e8fb9e-1c91-45e3-bb35-3bbc6906f499?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4ZThmYjllLTFjOTEtNDVlMy1iYjM1LTNiYmM2OTA2ZjQ5OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/54ded167-4c4c-4d5f-acdf-eaa57aebb12e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0ZGVkMTY3LTRjNGMtNGQ1Zi1hY2RmLWVhYTU3YWViYjEyZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6d0ce8ba-38e2-497d-94a8-a5579a9fecc7" + "bd62af36-8537-40ba-af9f-8eadd516c4e8" ], "x-ms-correlation-request-id": [ - "f92e273a-be07-4c12-8928-c85a2356e8d7" + "90a0218b-aa91-4ce3-bb09-787deb1a7b37" ], "x-ms-arm-service-request-id": [ - "abb7f448-ec48-4a11-8c2a-292587bc5c56" + "8e8c0d03-57cd-4637-a702-1787b2563d09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231611Z:f92e273a-be07-4c12-8928-c85a2356e8d7" + "EASTUS2:20211123T215236Z:90a0218b-aa91-4ce3-bb09-787deb1a7b37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:11 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip9553?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NTUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/publicIPAddresses/pip3330?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8b1b3128-26a5-4f2b-a8da-90e3715fad92\"" + "W/\"e75ee6f5-9dd0-43c5-83ad-4dbdc3599a9a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "811c718b-aaa1-41b5-9f55-87b4e4af5875" + "9614e794-c62e-43db-80e0-a00fdf5c962f" ], "x-ms-correlation-request-id": [ - "0605be41-146e-4b3f-822f-8ed6c2b0e8f0" + "a88d41ef-e695-4dce-8f6a-3333b9d66c4b" ], "x-ms-arm-service-request-id": [ - "3b87fe45-f20e-40a3-9298-cab8943a8918" + "1def81da-0b74-463e-aa3a-1426e6e0dd38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231611Z:0605be41-146e-4b3f-822f-8ed6c2b0e8f0" + "EASTUS2:20211123T215236Z:a88d41ef-e695-4dce-8f6a-3333b9d66c4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:11 GMT" - ], "Content-Length": [ "771" ], @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9553\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip9553\",\r\n \"etag\": \"W/\\\"8b1b3128-26a5-4f2b-a8da-90e3715fad92\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8e0538bf-6b41-40d0-b5de-6489c52b286e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3899\",\r\n \"fqdn\": \"dn3899.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3330\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/publicIPAddresses/pip3330\",\r\n \"etag\": \"W/\\\"e75ee6f5-9dd0-43c5-83ad-4dbdc3599a9a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a52f5942-bdf0-4e16-b240-9fd72f2a915e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6459\",\r\n \"fqdn\": \"dn6459.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip9553?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NTUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/publicIPAddresses/pip3330?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b10c2a60-5baa-45bd-ad73-9a293c91b776" + "b8fe4a05-a7fe-45d6-a8e7-2c8a519f9286" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"8b1b3128-26a5-4f2b-a8da-90e3715fad92\"" + "W/\"e75ee6f5-9dd0-43c5-83ad-4dbdc3599a9a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9d8ab3cb-eec6-45b0-af7b-e4f664a01af4" + "08e6b2c1-c3a2-461d-85db-2b18079c128e" ], "x-ms-correlation-request-id": [ - "ab8c2e66-0295-4790-9267-1986b225c46d" + "c0524cbe-c222-438e-998f-e658d64f6325" ], "x-ms-arm-service-request-id": [ - "4934fbe1-3ccb-4044-bde0-ef3f61b943cd" + "612187e7-b2a3-442e-8364-c390f6aeee7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231611Z:ab8c2e66-0295-4790-9267-1986b225c46d" + "EASTUS2:20211123T215236Z:c0524cbe-c222-438e-998f-e658d64f6325" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:11 GMT" - ], "Content-Length": [ "771" ], @@ -797,80 +797,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9553\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip9553\",\r\n \"etag\": \"W/\\\"8b1b3128-26a5-4f2b-a8da-90e3715fad92\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8e0538bf-6b41-40d0-b5de-6489c52b286e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3899\",\r\n \"fqdn\": \"dn3899.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3330\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/publicIPAddresses/pip3330\",\r\n \"etag\": \"W/\\\"e75ee6f5-9dd0-43c5-83ad-4dbdc3599a9a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a52f5942-bdf0-4e16-b240-9fd72f2a915e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6459\",\r\n \"fqdn\": \"dn6459.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Mjk4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MzE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5625\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn575\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7a1359c2-adb1-4eae-8376-8083c2a1c099" + "631a0fce-f2a2-427b-8555-d814d2262e0f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "401" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aa7c9887-ccae-4d2f-bc5c-d99ebe2f80e6" + "66db5fbd-641f-45a0-93b2-9a83c1688e7b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aa7c9887-ccae-4d2f-bc5c-d99ebe2f80e6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/66db5fbd-641f-45a0-93b2-9a83c1688e7b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "75e9a7b8-0d3e-42ff-beba-4e67b614dfeb" + "28668cb8-42cf-4671-8aef-a158c37fd87f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "10229f65-13eb-4fa9-a9c4-aff9970c25cf" + "0b180965-ef29-42b6-801d-b14a2c596774" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231616Z:75e9a7b8-0d3e-42ff-beba-4e67b614dfeb" + "EASTUS2:20211123T215241Z:28668cb8-42cf-4671-8aef-a158c37fd87f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:16 GMT" - ], "Content-Length": [ - "1323" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -879,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298\",\r\n \"etag\": \"W/\\\"c7e963d3-b075-4700-9623-39fc118f3a65\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0300096b-9d0c-47c2-8b23-c0efd9bad1bf\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5625\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625\",\r\n \"etag\": \"W/\\\"c7e963d3-b075-4700-9623-39fc118f3a65\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4314\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314\",\r\n \"etag\": \"W/\\\"1d287e98-0594-45dc-bece-06de4eaa5fc9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fa71188e-f8dc-48ed-93a3-efc4dad83ec6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575\",\r\n \"etag\": \"W/\\\"1d287e98-0594-45dc-bece-06de4eaa5fc9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aa7c9887-ccae-4d2f-bc5c-d99ebe2f80e6?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhN2M5ODg3LWNjYWUtNGQyZi1iYzVjLWQ5OWViZTJmODBlNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/66db5fbd-641f-45a0-93b2-9a83c1688e7b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2ZGI1ZmJkLTY0MWYtNDVhMC05M2IyLTlhODNjMTY4OGU3Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -899,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "72e8aa33-ddb7-415f-a866-666dc4e41570" + "49dc8498-b6bd-42ee-a791-7a79c7844dfa" ], "x-ms-correlation-request-id": [ - "fd1edfbd-404c-46bd-9344-493e25639b8c" + "53cd54dc-2b13-4ec0-a47e-aae1370265b9" ], "x-ms-arm-service-request-id": [ - "93d64131-a9f5-4804-aa20-1e4adbca4244" + "16eb2549-a26c-418a-a2c8-ce90d2ea5766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231620Z:fd1edfbd-404c-46bd-9344-493e25639b8c" + "EASTUS2:20211123T215245Z:53cd54dc-2b13-4ec0-a47e-aae1370265b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:20 GMT" - ], "Content-Length": [ "29" ], @@ -944,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Mjk4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MzE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c1d24bec-01fa-4d7a-b7eb-41dfdf849c62\"" + "W/\"090b8aff-d090-41bd-b27d-1732a544be44\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "963cd1ca-5221-40bd-8ac4-fec879992860" + "5ea1e0ac-646f-417c-9197-f882475a10f9" ], "x-ms-correlation-request-id": [ - "1139387d-ca03-4e78-85b9-37bd69f50f16" + "ea58d8d3-9df1-461b-a158-aa060c9d1427" ], "x-ms-arm-service-request-id": [ - "63ebcf44-86b9-4acb-a3ca-9b979adb3b7f" + "489bc991-b4ff-4a48-9f57-5aeb4d3a86ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231621Z:1139387d-ca03-4e78-85b9-37bd69f50f16" + "EASTUS2:20211123T215245Z:ea58d8d3-9df1-461b-a158-aa060c9d1427" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:20 GMT" - ], "Content-Length": [ - "1325" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298\",\r\n \"etag\": \"W/\\\"c1d24bec-01fa-4d7a-b7eb-41dfdf849c62\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0300096b-9d0c-47c2-8b23-c0efd9bad1bf\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5625\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625\",\r\n \"etag\": \"W/\\\"c1d24bec-01fa-4d7a-b7eb-41dfdf849c62\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4314\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314\",\r\n \"etag\": \"W/\\\"090b8aff-d090-41bd-b27d-1732a544be44\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa71188e-f8dc-48ed-93a3-efc4dad83ec6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575\",\r\n \"etag\": \"W/\\\"090b8aff-d090-41bd-b27d-1732a544be44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Mjk4L3N1Ym5ldHMvc241NjI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MzE0L3N1Ym5ldHMvc241NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b980cce-9a5b-4f3e-83ed-7abb8b48587e" + "94fa0d4a-7d85-45ea-af82-9f7f96de8542" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1030,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c1d24bec-01fa-4d7a-b7eb-41dfdf849c62\"" + "W/\"090b8aff-d090-41bd-b27d-1732a544be44\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ce3f499c-6d0d-4628-9481-6117b3d41fe3" + "1afb886f-e524-49a7-a4fa-944293c69bbe" ], "x-ms-correlation-request-id": [ - "ec04efe8-f230-4f0e-8cc1-942a19f80260" + "51df007e-48d7-4c1c-8706-5b13867d44e4" ], "x-ms-arm-service-request-id": [ - "c65e5fbe-096b-45f2-a46b-658b185deed3" + "8f6392b3-33e0-4b6b-adb1-998a511e7c05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231621Z:ec04efe8-f230-4f0e-8cc1-942a19f80260" + "EASTUS2:20211123T215245Z:51df007e-48d7-4c1c-8706-5b13867d44e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:21 GMT" - ], "Content-Length": [ - "524" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1074,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5625\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625\",\r\n \"etag\": \"W/\\\"c1d24bec-01fa-4d7a-b7eb-41dfdf849c62\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575\",\r\n \"etag\": \"W/\\\"090b8aff-d090-41bd-b27d-1732a544be44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxODk2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5625\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625\"\r\n }\r\n },\r\n \"name\": \"ip1317\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575\"\r\n }\r\n },\r\n \"name\": \"ip7832\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b76aeb9f-c399-436e-8763-a5db2c33d4ca" + "0abf5895-ffae-4a76-91f4-41dcdcba1389" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "749" + "747" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "80205bd4-563b-4796-a92a-6fb5f8874040" + "53e3da87-a021-4935-ad80-01341a8ab749" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/80205bd4-563b-4796-a92a-6fb5f8874040?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/53e3da87-a021-4935-ad80-01341a8ab749?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c57efa1a-b58b-4d2b-8997-406a3247b1bc" + "a4d98d7b-57c8-4701-9a00-2eecb753711f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "16b79c97-d65e-48a5-ba37-4ac2abbed702" + "7a24605d-f159-4085-8cc9-acc145f6c2df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231625Z:c57efa1a-b58b-4d2b-8997-406a3247b1bc" + "EASTUS2:20211123T215250Z:a4d98d7b-57c8-4701-9a00-2eecb753711f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:25 GMT" - ], "Content-Length": [ - "1634" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1153,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896\",\r\n \"etag\": \"W/\\\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8700f119-515f-410b-a98f-b013dfef7f31\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1317\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896/ipConfigurations/ip1317\",\r\n \"etag\": \"W/\\\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625\"\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\": \"nmeqaaymtxbepczdydx3towrxh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4113\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113\",\r\n \"etag\": \"W/\\\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9215b496-8831-4ac2-8dbf-628c24c8b91b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113/ipConfigurations/ip7832\",\r\n \"etag\": \"W/\\\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575\"\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\": \"rymhd4w25dwure3d35cnvwb4yg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxODk2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\"" + "W/\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eceaeba0-7cc1-44fc-9f19-d9a1152dcbb5" + "e3446365-76a2-425c-bc2a-6a265506ffd3" ], "x-ms-correlation-request-id": [ - "a5ba96e7-cd12-4b8e-9144-793bdc1632b8" + "c8ed2f23-60ad-4c53-a0f2-141d8f896453" ], "x-ms-arm-service-request-id": [ - "ea87596f-76ad-4253-9698-5789dfe62fa8" + "e7ac27ee-95d1-426a-bad6-5b486fb6a7db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231625Z:a5ba96e7-cd12-4b8e-9144-793bdc1632b8" + "EASTUS2:20211123T215250Z:c8ed2f23-60ad-4c53-a0f2-141d8f896453" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:25 GMT" - ], "Content-Length": [ - "1634" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1217,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896\",\r\n \"etag\": \"W/\\\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8700f119-515f-410b-a98f-b013dfef7f31\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1317\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896/ipConfigurations/ip1317\",\r\n \"etag\": \"W/\\\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625\"\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\": \"nmeqaaymtxbepczdydx3towrxh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4113\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113\",\r\n \"etag\": \"W/\\\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9215b496-8831-4ac2-8dbf-628c24c8b91b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113/ipConfigurations/ip7832\",\r\n \"etag\": \"W/\\\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575\"\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\": \"rymhd4w25dwure3d35cnvwb4yg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxODk2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6aa9b1a7-6b4a-4421-812e-cfaa23ebcc23" + "6db62634-95a5-40d3-a01a-11e0785657ae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1243,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:52:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\"" + "W/\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "93d491a7-ad3b-4bbc-af04-782d6baf24b4" + "edf9640e-3bea-4c4a-9fbe-e0bda014b1bb" ], "x-ms-correlation-request-id": [ - "393c2b7c-c372-4ea6-a486-70259f6739f0" + "c67e49f7-020d-46e5-a29b-8945807354b4" ], "x-ms-arm-service-request-id": [ - "cc251200-436f-4586-b827-9260a93d3eb3" + "91303247-de90-4eff-b782-25db7df1923c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231626Z:393c2b7c-c372-4ea6-a486-70259f6739f0" + "EASTUS2:20211123T215250Z:c67e49f7-020d-46e5-a29b-8945807354b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:26 GMT" - ], "Content-Length": [ - "1634" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1287,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896\",\r\n \"etag\": \"W/\\\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8700f119-515f-410b-a98f-b013dfef7f31\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1317\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896/ipConfigurations/ip1317\",\r\n \"etag\": \"W/\\\"7bde2af9-68cb-4265-8a44-db6f2aebe40b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn8298/subnets/sn5625\"\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\": \"nmeqaaymtxbepczdydx3towrxh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4113\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113\",\r\n \"etag\": \"W/\\\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9215b496-8831-4ac2-8dbf-628c24c8b91b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7832\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113/ipConfigurations/ip7832\",\r\n \"etag\": \"W/\\\"6b58e549-5f59-4441-91c1-4cb9f1d5c72b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/virtualNetworks/vn4314/subnets/sn575\"\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\": \"rymhd4w25dwure3d35cnvwb4yg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/availabilitySets/as4644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNDY0ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/availabilitySets/as5731?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNTczMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "390b470c-5ef3-4218-94cd-2add42084cca" + "5aea344b-2ed5-4051-840f-29494557a9b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1319,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:53:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f53e143c-46f0-4690-bcd2-1dbf0f65f1a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6d7069f6-9c21-4443-ad22-83143a913c87" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8fe52a2d-f760-469f-9830-eb6da61cb3c9" + "a8bd4e8e-42e0-4567-9183-5797b3f34279" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231636Z:8fe52a2d-f760-469f-9830-eb6da61cb3c9" + "EASTUS2:20211123T215301Z:a8bd4e8e-42e0-4567-9183-5797b3f34279" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:35 GMT" - ], "Content-Length": [ "445" ], @@ -1360,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as4644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/availabilitySets/as4644\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as5731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/availabilitySets/as5731\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachines/vm5132?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01MTMyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/virtualMachines/vm662?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6505.blob.core.windows.net/crptestar2348/oscrptestar5675.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/availabilitySets/as4644\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3875.blob.core.windows.net/crptestar4926/oscrptestar2219.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/availabilitySets/as5731\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06880358-a157-4eae-8ad4-2b0498260f28" + "6dcf01bd-6aab-4aa1-9bf8-f401265523ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1392,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:53:06 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a3bfe93f-c501-490c-a7b3-63c7dfc288cf?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/122812f3-357d-448d-af0d-9c9fbf98148f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a3bfe93f-c501-490c-a7b3-63c7dfc288cf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "122812f3-357d-448d-af0d-9c9fbf98148f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "a7d5db9d-653a-4a6d-bec7-1f49996bf725" + "4fb78d3b-19bb-4651-84d5-16a0461c39af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231643Z:a7d5db9d-653a-4a6d-bec7-1f49996bf725" + "EASTUS2:20211123T215306Z:4fb78d3b-19bb-4651-84d5-16a0461c39af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:43 GMT" - ], "Content-Length": [ - "2029" + "2084" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1442,60 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5132\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachines/vm5132\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"040a8e19-af5a-4c94-b6df-2f6565629f8b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/availabilitySets/AS4644\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6505.blob.core.windows.net/crptestar2348/oscrptestar5675.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm662\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/virtualMachines/vm662\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f7035a30-c538-4f04-89b1-097db615aae4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/availabilitySets/AS5731\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3875.blob.core.windows.net/crptestar4926/oscrptestar2219.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T21:53:04.2942683+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a3bfe93f-c501-490c-a7b3-63c7dfc288cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzYmZlOTNmLWM1MDEtNDkwYy1hN2IzLTYzYzdkZmMyODhjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/122812f3-357d-448d-af0d-9c9fbf98148f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyMjgxMmYzLTM1N2QtNDQ4ZC1hZjBkLTljOWZiZjk4MTQ4Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:53:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29950" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ee63b13-a259-4b6d-8c7e-bdd321df4339" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4006a82c-1c83-43c2-8edd-b882dd3a4e29" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-correlation-request-id": [ - "b8fd8a9e-ff5e-4013-9d91-b549e5825efb" + "96470b56-e278-491d-aea7-396782630650" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231653Z:b8fd8a9e-ff5e-4013-9d91-b549e5825efb" + "EASTUS2:20211123T215316Z:96470b56-e278-491d-aea7-396782630650" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:16:53 GMT" - ], "Content-Length": [ "134" ], @@ -1506,57 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:16:41.2972965+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a3bfe93f-c501-490c-a7b3-63c7dfc288cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:53:04.2317326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"122812f3-357d-448d-af0d-9c9fbf98148f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a3bfe93f-c501-490c-a7b3-63c7dfc288cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzYmZlOTNmLWM1MDEtNDkwYy1hN2IzLTYzYzdkZmMyODhjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/122812f3-357d-448d-af0d-9c9fbf98148f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyMjgxMmYzLTM1N2QtNDQ4ZC1hZjBkLTljOWZiZjk4MTQ4Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:54:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29949" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fbf58927-0ff4-4564-95ea-d25d3ae5c1b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a86db1d4-af00-46e8-9464-cefdd9cd6dab" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-correlation-request-id": [ - "2294c2e3-9913-4e01-a603-fb5f6953ee6d" + "0ebf05f9-0478-4ac4-88cf-17cd924fa6ee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231744Z:2294c2e3-9913-4e01-a603-fb5f6953ee6d" + "EASTUS2:20211123T215406Z:0ebf05f9-0478-4ac4-88cf-17cd924fa6ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:17:43 GMT" - ], "Content-Length": [ "134" ], @@ -1567,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:16:41.2972965+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a3bfe93f-c501-490c-a7b3-63c7dfc288cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:53:04.2317326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"122812f3-357d-448d-af0d-9c9fbf98148f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a3bfe93f-c501-490c-a7b3-63c7dfc288cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzYmZlOTNmLWM1MDEtNDkwYy1hN2IzLTYzYzdkZmMyODhjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/122812f3-357d-448d-af0d-9c9fbf98148f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyMjgxMmYzLTM1N2QtNDQ4ZC1hZjBkLTljOWZiZjk4MTQ4Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:54:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29948" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e981c218-c6fe-41fa-b207-512d979f8e15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "052904a3-5b48-4a20-be8c-a1595c33808b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-correlation-request-id": [ - "ebb72bba-9d23-4b26-84b0-fccf92116542" + "a9023732-1e2f-4b20-b2cf-8bbfb4658d97" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231834Z:ebb72bba-9d23-4b26-84b0-fccf92116542" + "EASTUS2:20211123T215457Z:a9023732-1e2f-4b20-b2cf-8bbfb4658d97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:18:33 GMT" - ], "Content-Length": [ "134" ], @@ -1628,57 +1628,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:16:41.2972965+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a3bfe93f-c501-490c-a7b3-63c7dfc288cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:53:04.2317326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"122812f3-357d-448d-af0d-9c9fbf98148f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a3bfe93f-c501-490c-a7b3-63c7dfc288cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzYmZlOTNmLWM1MDEtNDkwYy1hN2IzLTYzYzdkZmMyODhjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/122812f3-357d-448d-af0d-9c9fbf98148f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyMjgxMmYzLTM1N2QtNDQ4ZC1hZjBkLTljOWZiZjk4MTQ4Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:55:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29946" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05ab47ea-73e9-4eb0-a192-bd6e42809e3f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "605bb32b-f527-409f-ad74-e72c84b7b617" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-correlation-request-id": [ - "f49364aa-e652-439f-bd4d-0aa3f83fafea" + "29cb3d63-dd01-4dc3-b3de-2ff8efa35065" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231924Z:f49364aa-e652-439f-bd4d-0aa3f83fafea" + "EASTUS2:20211123T215547Z:29cb3d63-dd01-4dc3-b3de-2ff8efa35065" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:19:23 GMT" - ], "Content-Length": [ "134" ], @@ -1689,59 +1689,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:16:41.2972965+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a3bfe93f-c501-490c-a7b3-63c7dfc288cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:53:04.2317326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"122812f3-357d-448d-af0d-9c9fbf98148f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a3bfe93f-c501-490c-a7b3-63c7dfc288cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzYmZlOTNmLWM1MDEtNDkwYy1hN2IzLTYzYzdkZmMyODhjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/122812f3-357d-448d-af0d-9c9fbf98148f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyMjgxMmYzLTM1N2QtNDQ4ZC1hZjBkLTljOWZiZjk4MTQ4Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:56:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29944" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "098c4085-88e0-4239-9353-a971c0c6f1fc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f7ec5b28-f62d-47a8-8701-d82f03561d35" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-correlation-request-id": [ - "cbe2cda2-7c69-4ad2-894f-eb0f01c41973" + "cae939d5-28e9-4e75-9073-30936b0809e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232014Z:cbe2cda2-7c69-4ad2-894f-eb0f01c41973" + "EASTUS2:20211123T215637Z:cae939d5-28e9-4e75-9073-30936b0809e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:14 GMT" - ], "Content-Length": [ - "183" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1750,59 +1750,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:16:41.2972965+00:00\",\r\n \"endTime\": \"2021-06-28T23:19:27.767891+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a3bfe93f-c501-490c-a7b3-63c7dfc288cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:53:04.2317326+00:00\",\r\n \"endTime\": \"2021-11-23T21:55:50.23167+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"122812f3-357d-448d-af0d-9c9fbf98148f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachines/vm5132?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01MTMyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/virtualMachines/vm662?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:56:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31975" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "092a3f12-2c53-4f89-857f-5a599567f18b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2eacecff-49d1-4ea5-83b6-1d25fdadd46b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11984" ], "x-ms-correlation-request-id": [ - "e624e942-65b5-41d8-829b-6bd6e801c6af" + "ac2add36-c9ae-487d-86b3-845ba705ad4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232015Z:e624e942-65b5-41d8-829b-6bd6e801c6af" + "EASTUS2:20211123T215637Z:ac2add36-c9ae-487d-86b3-845ba705ad4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:14 GMT" - ], "Content-Length": [ - "2058" + "2113" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1811,65 +1811,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5132\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachines/vm5132\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"040a8e19-af5a-4c94-b6df-2f6565629f8b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/availabilitySets/AS4644\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6505.blob.core.windows.net/crptestar2348/oscrptestar5675.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm662\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/virtualMachines/vm662\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f7035a30-c538-4f04-89b1-097db615aae4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/availabilitySets/AS5731\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3875.blob.core.windows.net/crptestar4926/oscrptestar2219.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T21:53:04.2942683+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachines/vm5132?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01MTMyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/virtualMachines/vm662?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347f86ae-118b-4b65-bb14-4f457d78c169" + "4b0979b3-8a8b-490f-a8bc-4940bc3948b9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:56:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31974" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f295245f-d2f2-45f8-a8ba-9aef7a6822db" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "98f81c07-6f7d-46ce-97de-12706ef383af" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11983" ], "x-ms-correlation-request-id": [ - "e766e52e-4523-4027-bf0d-f865ca5ce5db" + "5cd5293d-902e-4b0c-8923-1d3fb0f0a8c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232015Z:e766e52e-4523-4027-bf0d-f865ca5ce5db" + "EASTUS2:20211123T215638Z:5cd5293d-902e-4b0c-8923-1d3fb0f0a8c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:14 GMT" - ], "Content-Length": [ - "2058" + "2113" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1878,35 +1878,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5132\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachines/vm5132\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"040a8e19-af5a-4c94-b6df-2f6565629f8b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/availabilitySets/AS4644\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6505.blob.core.windows.net/crptestar2348/oscrptestar5675.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic1896\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm662\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/virtualMachines/vm662\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f7035a30-c538-4f04-89b1-097db615aae4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/availabilitySets/AS5731\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar3875.blob.core.windows.net/crptestar4926/oscrptestar2219.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Network/networkInterfaces/nic4113\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T21:53:04.2942683+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachines/vm5132/performMaintenance?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01MTMyL3BlcmZvcm1NYWludGVuYW5jZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar91251/providers/Microsoft.Compute/virtualMachines/vm662/performMaintenance?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjIvcGVyZm9ybU1haW50ZW5hbmNlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c66498f-a7d4-4286-ae09-2da7488d973c" + "cbabbd84-08a6-4f1b-8fd5-3f469882de5a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:56:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197" ], @@ -1914,29 +1921,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "18dd75bf-2f29-4521-a92a-72cc12a815b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "67e46c67-c223-4d8b-b40c-d7c47242a3ee" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "33626a5d-0e65-4af6-aad1-a914c9602d7d" + "e0f352ac-6e4d-44c5-ab1c-a6dec91e1751" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T232015Z:33626a5d-0e65-4af6-aad1-a914c9602d7d" + "EASTUS2:20211123T215638Z:e0f352ac-6e4d-44c5-ab1c-a6dec91e1751" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:20:15 GMT" - ], "Content-Length": [ - "189" + "188" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1945,34 +1945,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vm5132' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vm662' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", "StatusCode": 409 } ], "Names": { "TestVMOperations_PerformMaintenance": [ - "crptestar3743", - "as4644", - "crptestar6505" + "crptestar9125", + "as5731", + "crptestar3875" ], "CreatePublicIP": [ - "pip9553", - "dn3899" + "pip3330", + "dn6459" ], "CreateVNET": [ - "vn8298", - "sn5625" + "vn4314", + "sn575" ], "CreateNIC": [ - "nic1896", - "ip1317" + "nic4113", + "ip7832" ], "CreateDefaultVMInput": [ - "crptestar2348", - "crptestar2612", - "crptestar5675", - "vm5132", - "Microsoft.Compute/virtualMachines712" + "crptestar4926", + "crptestar3762", + "crptestar2219", + "vm662", + "Microsoft.Compute/virtualMachines8042" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PowerOffWithSkipShutdown.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PowerOffWithSkipShutdown.json index 86217dd74d122..4c53b3d498073 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PowerOffWithSkipShutdown.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_PowerOffWithSkipShutdown.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11179b56-9be2-4a94-b095-5b017585da49" + "0201b1f7-4225-4f06-b130-bf0d44a841f3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:24:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "738135ac-5fc1-451f-9d54-1f4c61a906a2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9222891-4c96-4492-997e-8623808c9778" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "30e2417c-0f79-43f4-8709-89f38cecd0be" + "6be3ba8e-da91-493a-bede-9ad325c50b3b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234648Z:30e2417c-0f79-43f4-8709-89f38cecd0be" + "EASTUS2:20211123T222441Z:6be3ba8e-da91-493a-bede-9ad325c50b3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:46:47 GMT" - ], "Content-Length": [ "321" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39341?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4061?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar39341\": \"2021-06-28 23:46:48Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4061\": \"2021-11-23 22:24:41Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a07b5d9e-9e14-4fef-82de-3c028b5f7f9e" + "5ea3b683-76c9-4ef9-9b46-d9a6d786cce5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "100" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:24:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "ab2a39e2-29b9-4d52-9fe2-7c96a7baa62c" + "50e34007-9570-4324-bb67-b4f41e4ce816" ], "x-ms-correlation-request-id": [ - "ab2a39e2-29b9-4d52-9fe2-7c96a7baa62c" + "50e34007-9570-4324-bb67-b4f41e4ce816" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234650Z:ab2a39e2-29b9-4d52-9fe2-7c96a7baa62c" + "EASTUS2:20211123T222444Z:50e34007-9570-4324-bb67-b4f41e4ce816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:46:50 GMT" - ], "Content-Length": [ - "237" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,38 +133,41 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341\",\r\n \"name\": \"crptestar39341\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar39341\": \"2021-06-28 23:46:48Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061\",\r\n \"name\": \"crptestar4061\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4061\": \"2021-11-23 22:24:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39341?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4061?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar39341\": \"2021-06-28 23:47:29Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4061\": \"2021-11-23 22:25:25Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c902a28-df7f-4e50-85ec-c685dbcf1bd1" + "008b7151-9345-410b-b815-480658e66264" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "100" + "99" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:27 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "a857077d-5b0a-4d1e-b5bb-707e10c1f88a" + "75829d4b-816f-4fa4-bebb-3a664bae8e6c" ], "x-ms-correlation-request-id": [ - "a857077d-5b0a-4d1e-b5bb-707e10c1f88a" + "75829d4b-816f-4fa4-bebb-3a664bae8e6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234731Z:a857077d-5b0a-4d1e-b5bb-707e10c1f88a" + "EASTUS2:20211123T222527Z:75829d4b-816f-4fa4-bebb-3a664bae8e6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:30 GMT" - ], "Content-Length": [ - "237" + "234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341\",\r\n \"name\": \"crptestar39341\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar39341\": \"2021-06-28 23:47:29Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061\",\r\n \"name\": \"crptestar4061\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4061\": \"2021-11-23 22:25:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Storage/storageAccounts/crptestar1619?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTYxOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Storage/storageAccounts/crptestar6364?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzY0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "768a39d1-956a-4800-ad78-daca0e23abc7" + "0b69f70f-5040-4f24-96e8-8cdb4abb66d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:24:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a79556bf-a41a-4293-b6c3-42797eac8f48?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27a8a5bd-d675-431f-97ad-620606a33ac8?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a79556bf-a41a-4293-b6c3-42797eac8f48" + "27a8a5bd-d675-431f-97ad-620606a33ac8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "b4faa117-5dec-4d73-a7e0-091d5ca3ca0f" + "fe31fa85-4777-4abb-a2be-5f8be835a021" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234701Z:b4faa117-5dec-4d73-a7e0-091d5ca3ca0f" + "EASTUS2:20211123T222454Z:fe31fa85-4777-4abb-a2be-5f8be835a021" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:01 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a79556bf-a41a-4293-b6c3-42797eac8f48?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTc5NTU2YmYtYTQxYS00MjkzLWI2YzMtNDI3OTdlYWM4ZjQ4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27a8a5bd-d675-431f-97ad-620606a33ac8?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjdhOGE1YmQtZDY3NS00MzFmLTk3YWQtNjIwNjA2YTMzYWM4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:11 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27a8a5bd-d675-431f-97ad-620606a33ac8?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ec861889-4da4-4916-9e3d-3d119a79abeb" + "3224376a-6a59-44b3-94ec-5c01be25e30f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "7ee69f55-9d2b-4c4d-a262-3bf208df4701" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T222511Z:7ee69f55-9d2b-4c4d-a262-3bf208df4701" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27a8a5bd-d675-431f-97ad-620606a33ac8?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjdhOGE1YmQtZDY3NS00MzFmLTk3YWQtNjIwNjA2YTMzYWM4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:25:14 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "f429a03b-b50a-45fe-b17d-f79182f85b70" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "4c08f4cb-e910-4cf5-9712-498e09120820" + "aaeccd8e-3be9-423d-a104-31bc74a341c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234719Z:4c08f4cb-e910-4cf5-9712-498e09120820" + "EASTUS2:20211123T222515Z:aaeccd8e-3be9-423d-a104-31bc74a341c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:18 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "134c28ff-7aef-4e93-a64b-a31a6d1e0d30" + "34157e18-bb1c-45cb-8c94-1ebda2310d43" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1ffba1e6-c907-411b-9aae-c9415f9373b0" + "55d3c494-74cc-4993-874a-54c96ab3be43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "5c2be3ce-4653-45cb-aa69-6b028d8f9f6d" + "c7697cd6-e807-4f23-97c3-288aca8855d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234729Z:5c2be3ce-4653-45cb-aa69-6b028d8f9f6d" + "EASTUS2:20211123T222525Z:c7697cd6-e807-4f23-97c3-288aca8855d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:28 GMT" - ], "Content-Length": [ - "753" + "752" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Storage/storageAccounts/crptestar1619\",\r\n \"name\": \"crptestar1619\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:46:58.0391694Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1619.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1619.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1619.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1619.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Storage/storageAccounts/crptestar6364\",\r\n \"name\": \"crptestar6364\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T22:24:51.0443721Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6364.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6364.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6364.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6364.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Storage/storageAccounts/crptestar1619?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTYxOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Storage/storageAccounts/crptestar6364?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzY0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c9d54c-aa95-4dbe-bfcc-e8b0d476b7cb" + "61bd33dd-7008-4a47-b183-0e82b87063af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "456d537b-496b-45bb-96db-83d811664f48" + "b5ef302f-246b-4ec5-8738-f1c26a4bfa52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "3ff83bbd-ba58-4910-acd8-d440afc54ef6" + "82c3fcf4-ec94-4192-be1f-0c11d9fc4866" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234729Z:3ff83bbd-ba58-4910-acd8-d440afc54ef6" + "EASTUS2:20211123T222525Z:82c3fcf4-ec94-4192-be1f-0c11d9fc4866" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:28 GMT" - ], "Content-Length": [ - "741" + "740" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Storage/storageAccounts/crptestar1619\",\r\n \"name\": \"crptestar1619\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:46:58.0391694Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1619.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1619.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1619.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1619.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Storage/storageAccounts/crptestar6364\",\r\n \"name\": \"crptestar6364\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T22:24:51.0443721Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6364.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6364.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6364.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6364.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/publicIPAddresses/pip2048?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMDQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/publicIPAddresses/pip1119?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDExMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1015\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5711\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d96f0a04-d462-439d-9a62-3c41cff0ddbd" + "26fe9c1a-668c-4f6f-8455-dca27aedadba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,48 +552,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:39 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "751b73be-d736-4e31-913e-7c0b7e1dde01" + "4648bb72-fb15-4ee5-84fc-af459f6584ff" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/751b73be-d736-4e31-913e-7c0b7e1dde01?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4648bb72-fb15-4ee5-84fc-af459f6584ff?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3c591143-6944-4914-8994-2c5c534ad081" + "bde9b8ca-80c7-4c4e-8d2f-7a96cffcabad" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8b353a6b-729b-4e7b-86b5-eeadf588963c" + "f933c195-0bf9-4d07-bbee-f575e85e42cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234740Z:3c591143-6944-4914-8994-2c5c534ad081" + "EASTUS2:20211123T222539Z:bde9b8ca-80c7-4c4e-8d2f-7a96cffcabad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:39 GMT" - ], "Content-Length": [ - "770" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2048\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/publicIPAddresses/pip2048\",\r\n \"etag\": \"W/\\\"8052cb06-0292-44fc-a4f7-dc51dfc43c25\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f1b2f3d9-94cf-4761-accc-b60f0e15f851\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1015\",\r\n \"fqdn\": \"dn1015.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1119\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/publicIPAddresses/pip1119\",\r\n \"etag\": \"W/\\\"4308271e-e3ff-4988-9c49-5c964839984d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"da06a907-a169-4415-af8b-498bcc3937eb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5711\",\r\n \"fqdn\": \"dn5711.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/751b73be-d736-4e31-913e-7c0b7e1dde01?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1MWI3M2JlLWQ3MzYtNGUzMS05MTNlLTdjMGI3ZTFkZGUwMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4648bb72-fb15-4ee5-84fc-af459f6584ff?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2NDhiYjcyLWZiMTUtNGVlNS04NGZjLWFmNDU5ZjY1ODRmZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7b70f9fa-344d-421a-b2c1-acf34d9f662c" + "ea1ac573-4fab-404f-aeb6-797ce44ab966" ], "x-ms-correlation-request-id": [ - "b11516c4-913f-46d0-a6d2-da138a8b0491" + "5a6a71a3-8084-4d99-804b-da836afc7f1e" ], "x-ms-arm-service-request-id": [ - "e9cabff1-f81e-4b45-af30-811de2bf393c" + "cd60b9b9-efb6-4e3e-a26a-0af260ed85a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234741Z:b11516c4-913f-46d0-a6d2-da138a8b0491" + "EASTUS2:20211123T222541Z:5a6a71a3-8084-4d99-804b-da836afc7f1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:40 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/publicIPAddresses/pip2048?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMDQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/publicIPAddresses/pip1119?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDExMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c45aaf49-bd86-48b2-9787-44d89ed09f22\"" + "W/\"d20ae2d7-146b-43da-aa84-6f5239c7196f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0ead707d-5d7d-4a94-8102-61c2ec733ccd" + "d32cf362-512a-4f90-b053-b7b11ef7983e" ], "x-ms-correlation-request-id": [ - "c091f079-c69e-4e41-9fff-8e5d1c9ef6cf" + "b3bf8d75-c418-43fb-bfcd-b1390d8bc284" ], "x-ms-arm-service-request-id": [ - "b0dc947f-6bcb-4faa-94f7-30851599d517" + "d50b2acd-9a90-4546-a7af-0516ba0734be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234741Z:c091f079-c69e-4e41-9fff-8e5d1c9ef6cf" + "EASTUS2:20211123T222541Z:b3bf8d75-c418-43fb-bfcd-b1390d8bc284" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:40 GMT" - ], "Content-Length": [ - "771" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2048\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/publicIPAddresses/pip2048\",\r\n \"etag\": \"W/\\\"c45aaf49-bd86-48b2-9787-44d89ed09f22\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f1b2f3d9-94cf-4761-accc-b60f0e15f851\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1015\",\r\n \"fqdn\": \"dn1015.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1119\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/publicIPAddresses/pip1119\",\r\n \"etag\": \"W/\\\"d20ae2d7-146b-43da-aa84-6f5239c7196f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da06a907-a169-4415-af8b-498bcc3937eb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5711\",\r\n \"fqdn\": \"dn5711.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/publicIPAddresses/pip2048?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMDQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/publicIPAddresses/pip1119?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDExMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77f9f031-3777-4491-ae2f-828770c448da" + "31c05b72-51bc-44ca-8578-37c66d266706" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c45aaf49-bd86-48b2-9787-44d89ed09f22\"" + "W/\"d20ae2d7-146b-43da-aa84-6f5239c7196f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "662859d3-fd0f-4a83-9f58-58e29bdf16d0" + "a1b7aa89-8c6c-4497-adab-3489f751dce5" ], "x-ms-correlation-request-id": [ - "6f5eb6c4-9edc-4669-bcde-02b168c7c055" + "d6c651dd-58de-4edd-8ff9-4f81de5639f6" ], "x-ms-arm-service-request-id": [ - "10feabad-025e-4921-9d54-95532079cbe6" + "90bdbd6d-ba8f-4558-bfae-a2014608f710" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234741Z:6f5eb6c4-9edc-4669-bcde-02b168c7c055" + "EASTUS2:20211123T222541Z:d6c651dd-58de-4edd-8ff9-4f81de5639f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:40 GMT" - ], "Content-Length": [ - "771" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2048\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/publicIPAddresses/pip2048\",\r\n \"etag\": \"W/\\\"c45aaf49-bd86-48b2-9787-44d89ed09f22\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f1b2f3d9-94cf-4761-accc-b60f0e15f851\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1015\",\r\n \"fqdn\": \"dn1015.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1119\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/publicIPAddresses/pip1119\",\r\n \"etag\": \"W/\\\"d20ae2d7-146b-43da-aa84-6f5239c7196f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da06a907-a169-4415-af8b-498bcc3937eb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5711\",\r\n \"fqdn\": \"dn5711.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8415\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3486\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6da64bcc-4a9e-4ecc-91ca-0443ccbb32e4" + "0a5fe978-1d94-43f8-b2a0-4f14fe032644" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +829,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dd25b641-f556-46d9-989f-c6df07e71535" + "379f8015-1d90-41bf-ac7a-145cda3cee8f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/dd25b641-f556-46d9-989f-c6df07e71535?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/379f8015-1d90-41bf-ac7a-145cda3cee8f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "cd632da0-f76f-4625-8c55-09e794af47bd" + "7f745045-ded1-49b3-8413-846d1d1769ce" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1c1060df-695e-426f-8fd3-27eb072599da" + "670cba7b-f527-4e40-a7ce-49702831ed30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234745Z:cd632da0-f76f-4625-8c55-09e794af47bd" + "EASTUS2:20211123T222546Z:7f745045-ded1-49b3-8413-846d1d1769ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:44 GMT" - ], "Content-Length": [ - "1323" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1552\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552\",\r\n \"etag\": \"W/\\\"640486f3-6527-4841-8b47-807e8befad60\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f01886e0-b183-49bd-bb61-ab873d039121\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415\",\r\n \"etag\": \"W/\\\"640486f3-6527-4841-8b47-807e8befad60\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389\",\r\n \"etag\": \"W/\\\"583deaab-ac88-424c-8e59-c80ecd962272\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4a48fadd-582f-42fa-bcc9-fb71506de356\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486\",\r\n \"etag\": \"W/\\\"583deaab-ac88-424c-8e59-c80ecd962272\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/dd25b641-f556-46d9-989f-c6df07e71535?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkMjViNjQxLWY1NTYtNDZkOS05ODlmLWM2ZGYwN2U3MTUzNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/379f8015-1d90-41bf-ac7a-145cda3cee8f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3OWY4MDE1LTFkOTAtNDFiZi1hYzdhLTE0NWNkYTNjZWU4Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3e8f9955-63d7-4670-8ec3-bcad50cc247e" + "cf36b06f-4a3a-4a79-a7b4-590ffc53f4d9" ], "x-ms-correlation-request-id": [ - "68c1afa7-c676-4645-83a6-013c795f0a6f" + "7b084ca9-7985-467d-9d0a-8e6895ddd532" ], "x-ms-arm-service-request-id": [ - "7cbd0964-95ed-41fc-a862-64b698eb2090" + "9703c211-81c4-4131-bf4e-50ce689f714d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234748Z:68c1afa7-c676-4645-83a6-013c795f0a6f" + "EASTUS2:20211123T222549Z:7b084ca9-7985-467d-9d0a-8e6895ddd532" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:48 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"eca75577-d1f4-4b0c-822c-786d38295dfd\"" + "W/\"7745da55-ae37-45ef-9294-edb70328a40d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d2566802-fd24-4290-9990-96bb9a29647e" + "f6150be6-de3a-42c7-a3d7-04db4e71cd7d" ], "x-ms-correlation-request-id": [ - "0bdb3c26-1adc-4da1-84f6-e90fb2b59fb5" + "878e57f8-95b4-4df6-9a7f-98a0bbaa3968" ], "x-ms-arm-service-request-id": [ - "a1f5f647-15d1-45cf-82d2-5006fa254a66" + "1913a72d-310f-4850-a16d-0aedbb4949e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234748Z:0bdb3c26-1adc-4da1-84f6-e90fb2b59fb5" + "EASTUS2:20211123T222550Z:878e57f8-95b4-4df6-9a7f-98a0bbaa3968" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:48 GMT" - ], "Content-Length": [ - "1325" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1552\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552\",\r\n \"etag\": \"W/\\\"eca75577-d1f4-4b0c-822c-786d38295dfd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f01886e0-b183-49bd-bb61-ab873d039121\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415\",\r\n \"etag\": \"W/\\\"eca75577-d1f4-4b0c-822c-786d38295dfd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389\",\r\n \"etag\": \"W/\\\"7745da55-ae37-45ef-9294-edb70328a40d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a48fadd-582f-42fa-bcc9-fb71506de356\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486\",\r\n \"etag\": \"W/\\\"7745da55-ae37-45ef-9294-edb70328a40d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNTUyL3N1Ym5ldHMvc244NDE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzODkvc3VibmV0cy9zbjM0ODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5838815-4058-4b8a-ae9a-556393ca5b7f" + "a0bbbbed-2b95-4936-89d5-09ec33e85ee2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"eca75577-d1f4-4b0c-822c-786d38295dfd\"" + "W/\"7745da55-ae37-45ef-9294-edb70328a40d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "65341c61-c8a4-434b-ab2a-009b7bbfaa97" + "b1f54223-55a6-48f0-9e08-81eb3cbfdc76" ], "x-ms-correlation-request-id": [ - "9ae0ecdf-803d-4f41-a810-8e72f317116b" + "6628ce37-4fbf-4340-b39f-5b979f89458c" ], "x-ms-arm-service-request-id": [ - "cdcd1570-25c4-4f80-837d-900f95e3351d" + "6a9c52d6-b940-49ba-8c9d-8ad2e07c2b97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234749Z:9ae0ecdf-803d-4f41-a810-8e72f317116b" + "EASTUS2:20211123T222550Z:6628ce37-4fbf-4340-b39f-5b979f89458c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:48 GMT" - ], "Content-Length": [ - "524" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415\",\r\n \"etag\": \"W/\\\"eca75577-d1f4-4b0c-822c-786d38295dfd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486\",\r\n \"etag\": \"W/\\\"7745da55-ae37-45ef-9294-edb70328a40d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NzYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg2MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415\"\r\n }\r\n },\r\n \"name\": \"ip1910\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3486\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486\"\r\n }\r\n },\r\n \"name\": \"ip6050\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "956da565-287d-4fa8-9e07-90d4cf6cfce2" + "eddffda1-1d0f-48e6-b9b5-b49e8cbf7d52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "749" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2972829c-aedc-4039-8341-df9515217a3b" + "27c9a26a-df22-4655-b557-4cb4c97c2608" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2972829c-aedc-4039-8341-df9515217a3b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/27c9a26a-df22-4655-b557-4cb4c97c2608?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "059c696e-a89d-4f33-b6cf-52815d84148d" + "135597bb-c990-485a-bfa1-b2d6c3964ce9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c06db085-8f5a-4ba5-ace3-c4d446904b54" + "73a34468-11a8-47e8-9115-9fe62665d657" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234753Z:059c696e-a89d-4f33-b6cf-52815d84148d" + "EASTUS2:20211123T222554Z:135597bb-c990-485a-bfa1-b2d6c3964ce9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:53 GMT" - ], "Content-Length": [ - "1634" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7762\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762\",\r\n \"etag\": \"W/\\\"625641fe-2e90-4354-b5e9-7e81ef5f1596\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2bc28b04-5441-457c-b623-017508e6c161\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1910\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762/ipConfigurations/ip1910\",\r\n \"etag\": \"W/\\\"625641fe-2e90-4354-b5e9-7e81ef5f1596\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415\"\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\": \"2cdbr2edwg4uto1bvodt0a2reb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624\",\r\n \"etag\": \"W/\\\"6c9dbed2-e172-458d-997a-efded15cb6d2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d7db977-ab31-4748-b0b0-7ebc62f18c68\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6050\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624/ipConfigurations/ip6050\",\r\n \"etag\": \"W/\\\"6c9dbed2-e172-458d-997a-efded15cb6d2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486\"\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\": \"1x3eqsrpld3efpgj5nyva1pdkg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NzYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg2MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"625641fe-2e90-4354-b5e9-7e81ef5f1596\"" + "W/\"6c9dbed2-e172-458d-997a-efded15cb6d2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "338c13b7-4088-4b3c-ae72-2a86e3264155" + "c7059f15-f238-4058-80d4-abe62b32e3a6" ], "x-ms-correlation-request-id": [ - "ad7866e9-d878-4cb1-a9e8-851b0686f8ac" + "bf3ab127-1e1a-4334-9ef6-22dd59fdb79a" ], "x-ms-arm-service-request-id": [ - "1deb6aea-712a-4aaa-9ef1-697405f4896d" + "edd34253-6634-4c7f-bf1c-c7c51a0c4982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234753Z:ad7866e9-d878-4cb1-a9e8-851b0686f8ac" + "EASTUS2:20211123T222554Z:bf3ab127-1e1a-4334-9ef6-22dd59fdb79a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:53 GMT" - ], "Content-Length": [ - "1634" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7762\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762\",\r\n \"etag\": \"W/\\\"625641fe-2e90-4354-b5e9-7e81ef5f1596\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2bc28b04-5441-457c-b623-017508e6c161\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1910\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762/ipConfigurations/ip1910\",\r\n \"etag\": \"W/\\\"625641fe-2e90-4354-b5e9-7e81ef5f1596\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415\"\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\": \"2cdbr2edwg4uto1bvodt0a2reb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624\",\r\n \"etag\": \"W/\\\"6c9dbed2-e172-458d-997a-efded15cb6d2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d7db977-ab31-4748-b0b0-7ebc62f18c68\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6050\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624/ipConfigurations/ip6050\",\r\n \"etag\": \"W/\\\"6c9dbed2-e172-458d-997a-efded15cb6d2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486\"\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\": \"1x3eqsrpld3efpgj5nyva1pdkg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NzYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg2MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a689f75-3ee4-40ed-8864-aca338af947f" + "8557871c-e384-42c6-8c63-3722cd0ed505" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:25:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"625641fe-2e90-4354-b5e9-7e81ef5f1596\"" + "W/\"6c9dbed2-e172-458d-997a-efded15cb6d2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "29a10acb-d43e-4a2b-9d36-7b30358e77d4" + "389ff1c8-cbe6-4fed-a7df-61c4f180a938" ], "x-ms-correlation-request-id": [ - "703d61df-01ac-45ad-a6f9-e82c6f94eb9b" + "9fb19708-c80f-4e06-a1fe-4c53ad7315a2" ], "x-ms-arm-service-request-id": [ - "b2c378fb-97f2-47d2-9888-e049cb93f85e" + "4ed0885a-5729-4276-b8e0-743396099fe3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234754Z:703d61df-01ac-45ad-a6f9-e82c6f94eb9b" + "EASTUS2:20211123T222555Z:9fb19708-c80f-4e06-a1fe-4c53ad7315a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:47:54 GMT" - ], "Content-Length": [ - "1634" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7762\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762\",\r\n \"etag\": \"W/\\\"625641fe-2e90-4354-b5e9-7e81ef5f1596\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2bc28b04-5441-457c-b623-017508e6c161\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1910\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762/ipConfigurations/ip1910\",\r\n \"etag\": \"W/\\\"625641fe-2e90-4354-b5e9-7e81ef5f1596\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/virtualNetworks/vn1552/subnets/sn8415\"\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\": \"2cdbr2edwg4uto1bvodt0a2reb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624\",\r\n \"etag\": \"W/\\\"6c9dbed2-e172-458d-997a-efded15cb6d2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d7db977-ab31-4748-b0b0-7ebc62f18c68\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6050\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624/ipConfigurations/ip6050\",\r\n \"etag\": \"W/\\\"6c9dbed2-e172-458d-997a-efded15cb6d2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/virtualNetworks/vn5389/subnets/sn3486\"\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\": \"1x3eqsrpld3efpgj5nyva1pdkg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/availabilitySets/as6454?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNjQ1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/availabilitySets/as1430?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMxNDMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "36972a59-47a3-4d46-9053-a0014ca977c3" + "4e1ff6e7-8a8c-45db-aaaf-20dba6f8a29d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,39 +1319,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:26:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "63cba302-a5f7-4009-96aa-4f09821f8e5b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0ac8719d-8619-4b10-8a9a-17d9131785b3" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3129d9a6-10db-4204-8ea5-084ef2038755" + "c3b72c06-be86-4029-a06d-1b2ed6e69dc8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234803Z:3129d9a6-10db-4204-8ea5-084ef2038755" + "EASTUS2:20211123T222606Z:c3b72c06-be86-4029-a06d-1b2ed6e69dc8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:48:02 GMT" - ], "Content-Length": [ - "445" + "444" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1297,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6454\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/availabilitySets/as6454\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as1430\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/availabilitySets/as1430\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk2Njk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1619.blob.core.windows.net/crptestar56/oscrptestar6476.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/availabilitySets/as6454\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6364.blob.core.windows.net/crptestar7619/oscrptestar9942.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/availabilitySets/as1430\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ff45c84b-03f8-4465-8711-b70d57475132" + "2065bb12-612f-42fc-bcd0-6f3b1987883a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:26:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4373e1db-b13b-4fac-a2ee-b1447d534b64?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0ba04497-b42f-4b7f-a380-de5bf38c584b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1189" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4373e1db-b13b-4fac-a2ee-b1447d534b64" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0ba04497-b42f-4b7f-a380-de5bf38c584b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "0eb0ba3d-3761-4e20-8b37-21671141df8c" + "741e25b2-f663-4216-b740-5d13c8afaa44" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234810Z:0eb0ba3d-3761-4e20-8b37-21671141df8c" + "EASTUS2:20211123T222612Z:741e25b2-f663-4216-b740-5d13c8afaa44" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:48:10 GMT" - ], "Content-Length": [ - "2027" + "2083" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,121 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6664\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"95673795-8564-4ff8-95cc-50d5dea46a6c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/availabilitySets/AS6454\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1619.blob.core.windows.net/crptestar56/oscrptestar6476.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9669\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"93871841-eebe-4e9b-b99a-31c50fafe049\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/availabilitySets/AS1430\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6364.blob.core.windows.net/crptestar7619/oscrptestar9942.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T22:26:09.7448447+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4373e1db-b13b-4fac-a2ee-b1447d534b64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzNzNlMWRiLWIxM2ItNGZhYy1hMmVlLWIxNDQ3ZDUzNGI2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0ba04497-b42f-4b7f-a380-de5bf38c584b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiYTA0NDk3LWI0MmYtNGI3Zi1hMzgwLWRlNWJmMzhjNTg0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:26:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29924" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "8002e38f-21fe-4d80-b302-5df9281ea8c3" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "cf84ab22-21cd-4edb-8f4c-357201f1812b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T234820Z:cf84ab22-21cd-4edb-8f4c-357201f1812b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:48:20 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:48:08.1245551+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4373e1db-b13b-4fac-a2ee-b1447d534b64\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4373e1db-b13b-4fac-a2ee-b1447d534b64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzNzNlMWRiLWIxM2ItNGZhYy1hMmVlLWIxNDQ3ZDUzNGI2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29923" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29925" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "23862d57-9c22-4f06-b194-8ed8d1241446" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9aae72b3-6a92-45c1-b84f-0fd9ea63da01" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "74e30f17-cf64-4d12-9f36-e61705280135" + "727ff9d6-32da-41f9-b0fb-d3e76afa3849" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234911Z:74e30f17-cf64-4d12-9f36-e61705280135" + "EASTUS2:20211123T222622Z:727ff9d6-32da-41f9-b0fb-d3e76afa3849" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:49:10 GMT" - ], "Content-Length": [ "134" ], @@ -1504,57 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:48:08.1245551+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4373e1db-b13b-4fac-a2ee-b1447d534b64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:26:09.6823557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba04497-b42f-4b7f-a380-de5bf38c584b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4373e1db-b13b-4fac-a2ee-b1447d534b64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzNzNlMWRiLWIxM2ItNGZhYy1hMmVlLWIxNDQ3ZDUzNGI2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0ba04497-b42f-4b7f-a380-de5bf38c584b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiYTA0NDk3LWI0MmYtNGI3Zi1hMzgwLWRlNWJmMzhjNTg0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:27:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29931" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "add42cc9-1c7d-495b-b952-8ec73119ad7f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5fe2146a-3766-471f-bb69-6041908fdcc5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "db22701d-78b8-434d-b714-54f7357a04e9" + "92e0ed28-cdf9-42f6-a361-889c782e0581" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235001Z:db22701d-78b8-434d-b714-54f7357a04e9" + "EASTUS2:20211123T222712Z:92e0ed28-cdf9-42f6-a361-889c782e0581" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:50:01 GMT" - ], "Content-Length": [ "134" ], @@ -1565,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:48:08.1245551+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4373e1db-b13b-4fac-a2ee-b1447d534b64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:26:09.6823557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba04497-b42f-4b7f-a380-de5bf38c584b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4373e1db-b13b-4fac-a2ee-b1447d534b64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzNzNlMWRiLWIxM2ItNGZhYy1hMmVlLWIxNDQ3ZDUzNGI2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0ba04497-b42f-4b7f-a380-de5bf38c584b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiYTA0NDk3LWI0MmYtNGI3Zi1hMzgwLWRlNWJmMzhjNTg0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:28:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29929" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "edca5372-b63e-4200-83e0-f50544a57536" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6dd79d56-ed6b-46fd-b80b-0ef851d31f52" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "500ec4ca-3f2e-4215-8514-59d374e36d2a" + "d930764c-7997-4b06-bc6a-3f16efe45d76" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235051Z:500ec4ca-3f2e-4215-8514-59d374e36d2a" + "EASTUS2:20211123T222802Z:d930764c-7997-4b06-bc6a-3f16efe45d76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:50:51 GMT" - ], "Content-Length": [ "134" ], @@ -1626,57 +1628,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:48:08.1245551+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4373e1db-b13b-4fac-a2ee-b1447d534b64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:26:09.6823557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba04497-b42f-4b7f-a380-de5bf38c584b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4373e1db-b13b-4fac-a2ee-b1447d534b64?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzNzNlMWRiLWIxM2ItNGZhYy1hMmVlLWIxNDQ3ZDUzNGI2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0ba04497-b42f-4b7f-a380-de5bf38c584b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiYTA0NDk3LWI0MmYtNGI3Zi1hMzgwLWRlNWJmMzhjNTg0Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:28:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29927" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29920" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "400cad3b-0fd0-4610-93db-0c8da0c2ab31" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1139a275-0d0c-44f2-893a-c24b74a58dd6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "272602b8-855e-427d-bf67-43b4c8bed099" + "a0af69ed-8f3b-497f-9fd0-d78019826d74" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235141Z:272602b8-855e-427d-bf67-43b4c8bed099" + "EASTUS2:20211123T222853Z:a0af69ed-8f3b-497f-9fd0-d78019826d74" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:40 GMT" - ], "Content-Length": [ "184" ], @@ -1687,59 +1689,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:48:08.1245551+00:00\",\r\n \"endTime\": \"2021-06-28T23:50:59.7956691+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4373e1db-b13b-4fac-a2ee-b1447d534b64\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:26:09.6823557+00:00\",\r\n \"endTime\": \"2021-11-23T22:28:43.8229001+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0ba04497-b42f-4b7f-a380-de5bf38c584b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk2Njk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:28:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31951" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31946" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d37b0884-88a8-4a2c-b2f7-2c025d607fc9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "68417638-e08f-4187-9524-6857dac29b7a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "c8dcc00e-3d61-4386-bcb6-4246c07ebfbb" + "d66e1b8b-f3ab-4d90-b883-7088848d404a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235142Z:c8dcc00e-3d61-4386-bcb6-4246c07ebfbb" + "EASTUS2:20211123T222853Z:d66e1b8b-f3ab-4d90-b883-7088848d404a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:41 GMT" - ], "Content-Length": [ - "2056" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1748,65 +1750,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6664\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"95673795-8564-4ff8-95cc-50d5dea46a6c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/availabilitySets/AS6454\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1619.blob.core.windows.net/crptestar56/oscrptestar6476.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9669\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"93871841-eebe-4e9b-b99a-31c50fafe049\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/availabilitySets/AS1430\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6364.blob.core.windows.net/crptestar7619/oscrptestar9942.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:26:09.7448447+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk2Njk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dd9b0c9-ddc0-4862-8b34-b9b1c7aa8da0" + "14cc2b6a-22c3-4659-bf0f-ac74ed9e3101" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:28:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31950" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "826cf1eb-3d9e-4024-aac7-303bbc6d498c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "75895eb5-6f23-4721-a4e1-a5e2a23a1ffd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "42983d3c-2b04-432c-bc86-2da92d0a6d05" + "e76121f5-ddcf-46ba-85a8-dcaacff7f93c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235142Z:42983d3c-2b04-432c-bc86-2da92d0a6d05" + "EASTUS2:20211123T222853Z:e76121f5-ddcf-46ba-85a8-dcaacff7f93c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:41 GMT" - ], "Content-Length": [ - "2056" + "2112" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1815,43 +1817,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6664\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"95673795-8564-4ff8-95cc-50d5dea46a6c\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/availabilitySets/AS6454\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar1619.blob.core.windows.net/crptestar56/oscrptestar6476.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Network/networkInterfaces/nic7762\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9669\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"93871841-eebe-4e9b-b99a-31c50fafe049\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/availabilitySets/AS1430\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6364.blob.core.windows.net/crptestar7619/oscrptestar9942.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Network/networkInterfaces/nic8624\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:26:09.7448447+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY0L3N0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk2Njkvc3RhcnQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d90e6b8f-6be3-4c36-99b9-ced179591653" + "e6dcec63-dcdc-4ff3-b5e9-fc13649ce003" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:28:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/836e7742-f34e-4ae7-b7a0-e32127fb7e3f?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3762bcfe-d295-4ec0-9ba2-878fa31e4c20?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/836e7742-f34e-4ae7-b7a0-e32127fb7e3f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3762bcfe-d295-4ec0-9ba2-878fa31e4c20?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1189" @@ -1860,85 +1869,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "836e7742-f34e-4ae7-b7a0-e32127fb7e3f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3762bcfe-d295-4ec0-9ba2-878fa31e4c20" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "71bc0b67-f4d6-4fb7-9312-66b69bed0021" + "665637b9-4104-4c33-ad97-255796de2be9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235142Z:71bc0b67-f4d6-4fb7-9312-66b69bed0021" + "EASTUS2:20211123T222853Z:665637b9-4104-4c33-ad97-255796de2be9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/836e7742-f34e-4ae7-b7a0-e32127fb7e3f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzNmU3NzQyLWYzNGUtNGFlNy1iN2EwLWUzMjEyN2ZiN2UzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3762bcfe-d295-4ec0-9ba2-878fa31e4c20?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3NjJiY2ZlLWQyOTUtNGVjMC05YmEyLTg3OGZhMzFlNGMyMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29926" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "183ac748-8e00-4197-96f7-5f0bf87294ec" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "851e797e-9a71-444c-a786-7a9ef2886da5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "101fe4c3-f24a-44ea-be8a-13452230b598" + "9a8d487d-eef9-4663-b1ef-58bc472a723b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235152Z:101fe4c3-f24a-44ea-be8a-13452230b598" + "EASTUS2:20211123T222904Z:9a8d487d-eef9-4663-b1ef-58bc472a723b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:52 GMT" - ], "Content-Length": [ "184" ], @@ -1949,101 +1951,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:51:42.5299984+00:00\",\r\n \"endTime\": \"2021-06-28T23:51:42.6237508+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"836e7742-f34e-4ae7-b7a0-e32127fb7e3f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:28:53.7135212+00:00\",\r\n \"endTime\": \"2021-11-23T22:28:53.9010976+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3762bcfe-d295-4ec0-9ba2-878fa31e4c20\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/836e7742-f34e-4ae7-b7a0-e32127fb7e3f?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzNmU3NzQyLWYzNGUtNGFlNy1iN2EwLWUzMjEyN2ZiN2UzZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3762bcfe-d295-4ec0-9ba2-878fa31e4c20?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3NjJiY2ZlLWQyOTUtNGVjMC05YmEyLTg3OGZhMzFlNGMyMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29925" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6875708-a4cb-4e65-bc79-e00043384d10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e1eec3db-7898-4730-80c1-d0fe849f9ebd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "8d70d2ec-3038-44bc-a7d7-7e9b543fb84b" + "8bd1d861-074f-42ce-95eb-6c1c1aadf091" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235153Z:8d70d2ec-3038-44bc-a7d7-7e9b543fb84b" + "EASTUS2:20211123T222904Z:8bd1d861-074f-42ce-95eb-6c1c1aadf091" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39341/providers/Microsoft.Compute/virtualMachines/vm6664/powerOff?skipShutdown=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02NjY0L3Bvd2VyT2ZmP3NraXBTaHV0ZG93bj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4061/providers/Microsoft.Compute/virtualMachines/vm9669/powerOff?skipShutdown=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTk2NjkvcG93ZXJPZmY/c2tpcFNodXRkb3duPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d553e17-a978-44a7-9e2b-1a524fc1640e" + "566f3f32-8282-4f7c-b36e-a4869338aead" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3449be4f-b9c9-4a46-86df-7f11de2ed7f9?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8b80b2bb-9704-458a-8dd7-ac6cb9f22971?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "5" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3449be4f-b9c9-4a46-86df-7f11de2ed7f9?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8b80b2bb-9704-458a-8dd7-ac6cb9f22971?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1188" @@ -2052,88 +2061,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3449be4f-b9c9-4a46-86df-7f11de2ed7f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8b80b2bb-9704-458a-8dd7-ac6cb9f22971" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "18585c04-3aca-4135-863d-8592f19a3aed" + "fe48bc08-9e30-4bee-b3a0-8be0dcb79099" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235153Z:18585c04-3aca-4135-863d-8592f19a3aed" + "EASTUS2:20211123T222904Z:fe48bc08-9e30-4bee-b3a0-8be0dcb79099" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3449be4f-b9c9-4a46-86df-7f11de2ed7f9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NDliZTRmLWI5YzktNGE0Ni04NmRmLTdmMTFkZTJlZDdmOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8b80b2bb-9704-458a-8dd7-ac6cb9f22971?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhiODBiMmJiLTk3MDQtNDU4YS04ZGQ3LWFjNmNiOWYyMjk3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:09 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "5" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29923" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3798242f-9170-41f9-8583-7219a76abbb9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d6e85dfd-20dd-4226-9462-4f54186e24d4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "055f0113-dc0f-4720-b107-41ebc74b132e" + "265274b1-d236-4af8-b14a-927b1ca2165a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235158Z:055f0113-dc0f-4720-b107-41ebc74b132e" + "EASTUS2:20211123T222909Z:265274b1-d236-4af8-b14a-927b1ca2165a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:51:58 GMT" - ], "Content-Length": [ "134" ], @@ -2144,57 +2146,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:51:53.3737781+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3449be4f-b9c9-4a46-86df-7f11de2ed7f9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:29:04.5416211+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8b80b2bb-9704-458a-8dd7-ac6cb9f22971\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3449be4f-b9c9-4a46-86df-7f11de2ed7f9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NDliZTRmLWI5YzktNGE0Ni04NmRmLTdmMTFkZTJlZDdmOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8b80b2bb-9704-458a-8dd7-ac6cb9f22971?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhiODBiMmJiLTk3MDQtNDU4YS04ZGQ3LWFjNmNiOWYyMjk3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29921" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29914" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "36faef7f-48ad-4cb2-8ae7-5e0d332a2f64" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0674f183-743b-4a59-8852-f5b961ff6baa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "6b94e9a6-da0f-435e-b050-41f86dedc49d" + "86143a51-82fe-4cdb-9d23-92cdf0db46ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235204Z:6b94e9a6-da0f-435e-b050-41f86dedc49d" + "EASTUS2:20211123T222915Z:86143a51-82fe-4cdb-9d23-92cdf0db46ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:03 GMT" - ], "Content-Length": [ "184" ], @@ -2205,62 +2207,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:51:53.3737781+00:00\",\r\n \"endTime\": \"2021-06-28T23:52:02.5611995+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3449be4f-b9c9-4a46-86df-7f11de2ed7f9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:29:04.5416211+00:00\",\r\n \"endTime\": \"2021-11-23T22:29:12.2604015+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8b80b2bb-9704-458a-8dd7-ac6cb9f22971\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3449be4f-b9c9-4a46-86df-7f11de2ed7f9?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NDliZTRmLWI5YzktNGE0Ni04NmRmLTdmMTFkZTJlZDdmOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8b80b2bb-9704-458a-8dd7-ac6cb9f22971?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhiODBiMmJiLTk3MDQtNDU4YS04ZGQ3LWFjNmNiOWYyMjk3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29920" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "379e5cd0-7ae8-495b-87eb-826c7b22788a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba06761d-c99b-46bf-b918-f23cc59726ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-correlation-request-id": [ - "a1178056-f36b-4ae1-ac65-bd70000f3d6a" + "f0876dcb-aeca-4d8d-954e-8a9c67e6c473" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235204Z:a1178056-f36b-4ae1-ac65-bd70000f3d6a" + "EASTUS2:20211123T222915Z:f0876dcb-aeca-4d8d-954e-8a9c67e6c473" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2269,28 +2271,28 @@ ], "Names": { "TestVMOperations_PowerOffWithSkipShutdown": [ - "crptestar3934", - "as6454", - "crptestar1619" + "crptestar406", + "as1430", + "crptestar6364" ], "CreatePublicIP": [ - "pip2048", - "dn1015" + "pip1119", + "dn5711" ], "CreateVNET": [ - "vn1552", - "sn8415" + "vn5389", + "sn3486" ], "CreateNIC": [ - "nic7762", - "ip1910" + "nic8624", + "ip6050" ], "CreateDefaultVMInput": [ - "crptestar56", - "crptestar8795", - "crptestar6476", - "vm6664", - "Microsoft.Compute/virtualMachines467" + "crptestar7619", + "crptestar3924", + "crptestar9942", + "vm9669", + "Microsoft.Compute/virtualMachines5470" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Reapply.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Reapply.json index 0dc6b05bb231d..70c3dc29a43dc 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Reapply.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Reapply.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39341?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5MzQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4061?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af34e342-1cbe-41f3-a416-2e8f4928abd3" + "5c257bcc-29d0-432b-ab6a-02c58d5250ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -23,26 +23,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTM0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "dc275c6e-fe1e-4c55-b03f-64422d198709" + "b3cd55cb-7929-4a9c-8ba0-c0afa79d81b9" ], "x-ms-correlation-request-id": [ - "dc275c6e-fe1e-4c55-b03f-64422d198709" + "b3cd55cb-7929-4a9c-8ba0-c0afa79d81b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235209Z:dc275c6e-fe1e-4c55-b03f-64422d198709" + "EASTUS2:20211123T222920Z:b3cd55cb-7929-4a9c-8ba0-c0afa79d81b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,45 +53,49 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6102b80f-b99a-4b89-a8cc-fc09146ea29d" + "9249f0c3-e6db-4711-b4ec-b7380d24bb24" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -96,30 +103,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "eecb75d3-0bb4-4c99-ad43-5d10bb1774f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3d401a55-bb4c-4391-9afb-feceea869b45" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f790a0bc-f1ef-4e39-a3cd-76400820cf85" + "ee3455f4-8b3e-4995-a2c6-117d370c7f28" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235211Z:f790a0bc-f1ef-4e39-a3cd-76400820cf85" + "EASTUS2:20211123T222923Z:ee3455f4-8b3e-4995-a2c6-117d370c7f28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:10 GMT" - ], "Content-Length": [ "321" ], @@ -134,21 +134,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94231?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0MjMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar86301?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2MzAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar94231\": \"2021-06-28 23:52:11Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar86301\": \"2021-11-23 22:29:23Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "edb997e4-8d70-4b1f-a904-3dc5631870f2" + "c3685e04-c8cd-488a-8cc5-5a68c18e6901" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -162,20 +162,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:25 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "f1bfd69f-32b4-4361-8b1b-7154f3d68bdc" + "44fac3f6-b6fd-46cf-af6d-6c8a2bfcd45b" ], "x-ms-correlation-request-id": [ - "f1bfd69f-32b4-4361-8b1b-7154f3d68bdc" + "44fac3f6-b6fd-46cf-af6d-6c8a2bfcd45b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235213Z:f1bfd69f-32b4-4361-8b1b-7154f3d68bdc" + "EASTUS2:20211123T222925Z:44fac3f6-b6fd-46cf-af6d-6c8a2bfcd45b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,9 +186,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:13 GMT" - ], "Content-Length": [ "237" ], @@ -196,25 +196,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231\",\r\n \"name\": \"crptestar94231\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar94231\": \"2021-06-28 23:52:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301\",\r\n \"name\": \"crptestar86301\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar86301\": \"2021-11-23 22:29:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94231?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0MjMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar86301?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2MzAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar94231\": \"2021-06-28 23:52:54Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar86301\": \"2021-11-23 22:30:06Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f4e7d963-9ea7-4389-8aff-8b7d4035ae82" + "184f8a97-b6f6-4ef0-b5ef-257c72031216" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -228,20 +228,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:06 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "acc02bcd-5ac9-4052-8d01-f9b0b841cec2" + "16a974eb-3dce-415f-99c2-e6b55c604cea" ], "x-ms-correlation-request-id": [ - "acc02bcd-5ac9-4052-8d01-f9b0b841cec2" + "16a974eb-3dce-415f-99c2-e6b55c604cea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235255Z:acc02bcd-5ac9-4052-8d01-f9b0b841cec2" + "EASTUS2:20211123T223006Z:16a974eb-3dce-415f-99c2-e6b55c604cea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,9 +252,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:55 GMT" - ], "Content-Length": [ "237" ], @@ -262,25 +262,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231\",\r\n \"name\": \"crptestar94231\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar94231\": \"2021-06-28 23:52:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301\",\r\n \"name\": \"crptestar86301\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar86301\": \"2021-11-23 22:30:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Storage/storageAccounts/crptestar2118?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjExOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Storage/storageAccounts/crptestar5112?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTExMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ab70d03-5b0b-4a83-bf4d-4d8239e5ace5" + "699b25bf-41a5-4fa3-a215-54bf8f54becf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/940b6a40-b8ab-4c43-8c91-9294f59c62e8?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e3cd6575-61e1-451d-8356-c50ab760ccf9?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "940b6a40-b8ab-4c43-8c91-9294f59c62e8" + "e3cd6575-61e1-451d-8356-c50ab760ccf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "30d4f388-6979-4650-8ee9-4732d7b4e19d" + "317cba4f-0411-4d4b-80b0-cf88354dd5a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235222Z:30d4f388-6979-4650-8ee9-4732d7b4e19d" + "EASTUS2:20211123T222938Z:317cba4f-0411-4d4b-80b0-cf88354dd5a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:22 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/940b6a40-b8ab-4c43-8c91-9294f59c62e8?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOTQwYjZhNDAtYjhhYi00YzQzLThjOTEtOTI5NGY1OWM2MmU4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e3cd6575-61e1-451d-8356-c50ab760ccf9?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZTNjZDY1NzUtNjFlMS00NTFkLTgzNTYtYzUwYWI3NjBjY2Y5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,96 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:29:55 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/940b6a40-b8ab-4c43-8c91-9294f59c62e8?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], - "x-ms-request-id": [ - "19ad77f7-49d8-42c5-b48c-c1cc43c16570" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "14156677-e1e9-4b8e-a579-70833e98e107" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T235240Z:14156677-e1e9-4b8e-a579-70833e98e107" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:52:39 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/940b6a40-b8ab-4c43-8c91-9294f59c62e8?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOTQwYjZhNDAtYjhhYi00YzQzLThjOTEtOTI5NGY1OWM2MmU4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-request-id": [ - "49ed50b3-0b29-488a-88ab-71b1e79d9f4e" + "4ca504a6-d574-4ef3-9512-d1811bb1de07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "a7b80486-37dc-46c2-a764-dc73d829c0f5" + "ed0031c0-baf4-4311-aaf9-a0b5899b6b63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235243Z:a7b80486-37dc-46c2-a764-dc73d829c0f5" + "EASTUS2:20211123T222955Z:ed0031c0-baf4-4311-aaf9-a0b5899b6b63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:42 GMT" - ], "Content-Length": [ "95" ], @@ -461,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f53bdcae-73d8-4a3e-a6e8-1e07008639da" + "2cdb15c2-4d1d-4530-abd5-1e43c5485f05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b812b2a-8b70-4e3c-a836-ebecd4faee11" + "25b6ffd8-3b40-43fc-a47c-982d3f728438" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "63c4121b-02c4-45f1-b9a6-bd00ac7b3b48" + "ff3a81d1-f786-49b7-868e-e6a9abfb9b1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235253Z:63c4121b-02c4-45f1-b9a6-bd00ac7b3b48" + "EASTUS2:20211123T223006Z:ff3a81d1-f786-49b7-868e-e6a9abfb9b1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:52 GMT" - ], "Content-Length": [ "753" ], @@ -520,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Storage/storageAccounts/crptestar2118\",\r\n \"name\": \"crptestar2118\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:52:19.5840365Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2118.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2118.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2118.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2118.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Storage/storageAccounts/crptestar5112\",\r\n \"name\": \"crptestar5112\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T22:29:35.0300765Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5112.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5112.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5112.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5112.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Storage/storageAccounts/crptestar2118?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjExOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Storage/storageAccounts/crptestar5112?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTExMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70a20a90-870c-4e08-b35a-836a4e3492b8" + "340c6f6a-52f0-4371-aa37-2128508e7d49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -546,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "91e86215-3f17-47be-ad90-97c692aeb264" + "1eb4cb20-0cc3-4056-be69-401a55b4b024" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "3e33ad25-71bc-4581-b0a0-666541b90a29" + "5275a7b9-ea6c-4f11-be02-d52bf318ad7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235254Z:3e33ad25-71bc-4581-b0a0-666541b90a29" + "EASTUS2:20211123T223006Z:5275a7b9-ea6c-4f11-be02-d52bf318ad7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:52:53 GMT" - ], "Content-Length": [ "741" ], @@ -583,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Storage/storageAccounts/crptestar2118\",\r\n \"name\": \"crptestar2118\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:52:19.5840365Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2118.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2118.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2118.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2118.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Storage/storageAccounts/crptestar5112\",\r\n \"name\": \"crptestar5112\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T22:29:35.0300765Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5112.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5112.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5112.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5112.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/publicIPAddresses/pip5867?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1ODY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/publicIPAddresses/pip2136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7712\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8835\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5f854d02-1b2b-4fae-a717-ccac183a51fc" + "4fead69f-c7eb-4d1a-bcc7-84bc8fa26e75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -615,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2e671764-9073-40c4-942b-301d938d956c" + "eff6bd1f-d37f-49c1-88e9-9f620c13cc62" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2e671764-9073-40c4-942b-301d938d956c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/eff6bd1f-d37f-49c1-88e9-9f620c13cc62?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9c0e8f23-b3a5-4cac-9d17-202e77036ecf" + "0bb7c41f-e9df-42a9-9f1b-585dcca4dac5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9ed88484-fa7d-4a11-b65f-68fc1d077418" + "fea9d794-eabc-4af6-9cb9-3d8f506e6ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235307Z:9c0e8f23-b3a5-4cac-9d17-202e77036ecf" + "EASTUS2:20211123T223017Z:0bb7c41f-e9df-42a9-9f1b-585dcca4dac5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:06 GMT" - ], "Content-Length": [ "770" ], @@ -665,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5867\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/publicIPAddresses/pip5867\",\r\n \"etag\": \"W/\\\"a22df0cb-8fbb-467e-b866-29251323e590\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bcc47bb5-5645-41e8-98ec-63795aaeb221\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7712\",\r\n \"fqdn\": \"dn7712.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/publicIPAddresses/pip2136\",\r\n \"etag\": \"W/\\\"e742be60-7f2e-4b1b-b4cf-0ea7e879957f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"24e54ad6-93d3-442a-8cea-411bc54b4ee1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8835\",\r\n \"fqdn\": \"dn8835.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2e671764-9073-40c4-942b-301d938d956c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJlNjcxNzY0LTkwNzMtNDBjNC05NDJiLTMwMWQ5MzhkOTU2Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/eff6bd1f-d37f-49c1-88e9-9f620c13cc62?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VmZjZiZDFmLWQzN2YtNDljMS04OGU5LTlmNjIwYzEzY2M2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -685,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "733decb0-48cd-4cab-963c-172878efb23a" + "b8e32182-e30e-4efa-b854-135d7a1687e9" ], "x-ms-correlation-request-id": [ - "5381f420-d6b0-404d-83ed-1d4f8fc906b0" + "1ad0d710-16f7-43d0-957f-29e6c9172223" ], "x-ms-arm-service-request-id": [ - "ef510123-8bf9-4f3b-b05c-e9a4c7ab95e9" + "c9f84dc3-6ecd-42c1-9076-a6923ec0d7e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235308Z:5381f420-d6b0-404d-83ed-1d4f8fc906b0" + "EASTUS2:20211123T223019Z:1ad0d710-16f7-43d0-957f-29e6c9172223" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:07 GMT" - ], "Content-Length": [ "29" ], @@ -730,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/publicIPAddresses/pip5867?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1ODY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/publicIPAddresses/pip2136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -746,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ac24d7dc-c491-4ead-91ed-d19eb3495184\"" + "W/\"4c783cbf-e80d-4fb4-94ab-46efa4dcd0ca\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9f5610e9-a19f-4884-9232-00f828fba859" + "2b2d0db4-8edf-4bc6-a7fe-e58956a8d2fa" ], "x-ms-correlation-request-id": [ - "4b2b00e4-f06d-4c35-9628-434a21852db8" + "f4606ae1-ef93-4982-b5fc-90e6911fb72a" ], "x-ms-arm-service-request-id": [ - "67d39463-6da6-4952-9cbc-8418a9a842c9" + "611d90d6-2801-452e-a9c3-1eba8b3fd231" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235308Z:4b2b00e4-f06d-4c35-9628-434a21852db8" + "EASTUS2:20211123T223019Z:f4606ae1-ef93-4982-b5fc-90e6911fb72a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:07 GMT" - ], "Content-Length": [ "771" ], @@ -790,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5867\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/publicIPAddresses/pip5867\",\r\n \"etag\": \"W/\\\"ac24d7dc-c491-4ead-91ed-d19eb3495184\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bcc47bb5-5645-41e8-98ec-63795aaeb221\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7712\",\r\n \"fqdn\": \"dn7712.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/publicIPAddresses/pip2136\",\r\n \"etag\": \"W/\\\"4c783cbf-e80d-4fb4-94ab-46efa4dcd0ca\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"24e54ad6-93d3-442a-8cea-411bc54b4ee1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8835\",\r\n \"fqdn\": \"dn8835.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/publicIPAddresses/pip5867?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1ODY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/publicIPAddresses/pip2136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyMTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af59638f-6bc1-4763-9c09-25f35baae024" + "a2cfd9b6-d9cc-4416-95f2-349cba57fc29" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -816,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ac24d7dc-c491-4ead-91ed-d19eb3495184\"" + "W/\"4c783cbf-e80d-4fb4-94ab-46efa4dcd0ca\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1633ec80-25cc-4559-a171-3dc606d92896" + "789a7dee-4729-4a28-a000-00b77cc98554" ], "x-ms-correlation-request-id": [ - "04cab70c-cdeb-4e3f-b81b-fc57cd3c10da" + "73e68b9f-48d6-4f63-99da-ad1fc0d6c0c2" ], "x-ms-arm-service-request-id": [ - "ed6c2d6e-dcef-459d-bad7-bff98a98ea22" + "8b95d285-f6b5-4105-a47d-80d40c13bc65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235308Z:04cab70c-cdeb-4e3f-b81b-fc57cd3c10da" + "EASTUS2:20211123T223019Z:73e68b9f-48d6-4f63-99da-ad1fc0d6c0c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:08 GMT" - ], "Content-Length": [ "771" ], @@ -860,80 +797,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5867\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/publicIPAddresses/pip5867\",\r\n \"etag\": \"W/\\\"ac24d7dc-c491-4ead-91ed-d19eb3495184\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bcc47bb5-5645-41e8-98ec-63795aaeb221\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7712\",\r\n \"fqdn\": \"dn7712.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/publicIPAddresses/pip2136\",\r\n \"etag\": \"W/\\\"4c783cbf-e80d-4fb4-94ab-46efa4dcd0ca\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"24e54ad6-93d3-442a-8cea-411bc54b4ee1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8835\",\r\n \"fqdn\": \"dn8835.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNTAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTQ1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6870\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn46\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e398845-8dab-432d-b8f1-cff880b4c7b5" + "d662cafd-682a-4737-821c-c1ee56e6de2a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "400" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "44f8bea9-7256-48b4-9a54-c967aac36d5e" + "2e3ce1cf-bd58-4b24-9ce2-004d7542d821" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/44f8bea9-7256-48b4-9a54-c967aac36d5e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2e3ce1cf-bd58-4b24-9ce2-004d7542d821?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "92799569-2192-4248-a6e0-c6a44b4e4d5b" + "39ef82ba-fca1-4e20-9350-5d26ca566dba" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5d0e3c20-bf15-4442-92d2-a30af2af005a" + "2be7dc18-5e9d-403b-b75d-452b38257db1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235313Z:92799569-2192-4248-a6e0-c6a44b4e4d5b" + "EASTUS2:20211123T223023Z:39ef82ba-fca1-4e20-9350-5d26ca566dba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:12 GMT" - ], "Content-Length": [ - "1323" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -942,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503\",\r\n \"etag\": \"W/\\\"9474ad30-5ece-4d14-8e7d-e9df5d108a46\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f622da62-f966-42df-a892-54a77b7d8306\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6870\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870\",\r\n \"etag\": \"W/\\\"9474ad30-5ece-4d14-8e7d-e9df5d108a46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3545\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545\",\r\n \"etag\": \"W/\\\"791c139f-04c9-4a00-8f2b-19cf6b0f4862\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bc92648f-7480-4d59-9e1b-6c78a5cd672a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn46\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46\",\r\n \"etag\": \"W/\\\"791c139f-04c9-4a00-8f2b-19cf6b0f4862\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/44f8bea9-7256-48b4-9a54-c967aac36d5e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ0ZjhiZWE5LTcyNTYtNDhiNC05YTU0LWM5NjdhYWMzNmQ1ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2e3ce1cf-bd58-4b24-9ce2-004d7542d821?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJlM2NlMWNmLWJkNTgtNGIyNC05Y2UyLTAwNGQ3NTQyZDgyMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -962,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d2798792-828f-44c9-98dc-fca55db1061b" + "5524f7db-6ed5-49af-bbbd-a7a680063942" ], "x-ms-correlation-request-id": [ - "362abca2-d56b-40c4-b86a-ad4653d060b8" + "f616544f-773b-4436-9cee-c5a3447922c7" ], "x-ms-arm-service-request-id": [ - "908c36a9-6498-4e87-af9c-ff691375cf7d" + "3c773868-134c-4624-8a13-5a3327ebb8d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235317Z:362abca2-d56b-40c4-b86a-ad4653d060b8" + "EASTUS2:20211123T223026Z:f616544f-773b-4436-9cee-c5a3447922c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:16 GMT" - ], "Content-Length": [ "29" ], @@ -1007,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNTAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTQ1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1023,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5002c95b-44d3-49f5-a7d1-12bf45c33990\"" + "W/\"e03d4712-3f4a-4d3b-9394-4ada81f53f2e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ceb82560-b1fa-49de-adfa-a4d78e6690b5" + "d731d1ac-4cd6-4515-8696-f4e8d40d2471" ], "x-ms-correlation-request-id": [ - "200df6da-2d1d-4e01-85f7-8d7f64391d49" + "cc31a756-3f0a-4378-bb0e-806e187e24af" ], "x-ms-arm-service-request-id": [ - "5e6f5224-ffa0-4cba-a07d-cb41cd41a5b9" + "ab711a13-86e6-4042-8986-15d90d77fbce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235317Z:200df6da-2d1d-4e01-85f7-8d7f64391d49" + "EASTUS2:20211123T223026Z:cc31a756-3f0a-4378-bb0e-806e187e24af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:16 GMT" - ], "Content-Length": [ - "1325" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1067,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503\",\r\n \"etag\": \"W/\\\"5002c95b-44d3-49f5-a7d1-12bf45c33990\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f622da62-f966-42df-a892-54a77b7d8306\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6870\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870\",\r\n \"etag\": \"W/\\\"5002c95b-44d3-49f5-a7d1-12bf45c33990\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3545\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545\",\r\n \"etag\": \"W/\\\"e03d4712-3f4a-4d3b-9394-4ada81f53f2e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bc92648f-7480-4d59-9e1b-6c78a5cd672a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn46\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46\",\r\n \"etag\": \"W/\\\"e03d4712-3f4a-4d3b-9394-4ada81f53f2e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNTAzL3N1Ym5ldHMvc242ODcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTQ1L3N1Ym5ldHMvc240Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c9ce4a7-610a-4f07-982b-a95e61eb9073" + "33eafdb4-8d9c-47fa-9c71-05c27e297250" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1093,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5002c95b-44d3-49f5-a7d1-12bf45c33990\"" + "W/\"e03d4712-3f4a-4d3b-9394-4ada81f53f2e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1976e7f5-b229-40fa-8cfe-b2d5e3ffcff0" + "98203e8e-c56c-42e8-9158-66a0379e7237" ], "x-ms-correlation-request-id": [ - "90ae89fe-6981-4a3b-aeac-4bd9c98c0b70" + "c0d7ccff-5896-4d81-a73c-434a06f23ca6" ], "x-ms-arm-service-request-id": [ - "c3fac83c-4837-45e6-821a-db9f610909d0" + "d5ec5041-a367-4627-a463-38a8b4100a5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235317Z:90ae89fe-6981-4a3b-aeac-4bd9c98c0b70" + "EASTUS2:20211123T223027Z:c0d7ccff-5896-4d81-a73c-434a06f23ca6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:16 GMT" - ], "Content-Length": [ - "524" + "520" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1137,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6870\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870\",\r\n \"etag\": \"W/\\\"5002c95b-44d3-49f5-a7d1-12bf45c33990\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn46\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46\",\r\n \"etag\": \"W/\\\"e03d4712-3f4a-4d3b-9394-4ada81f53f2e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3ODYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6870\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870\"\r\n }\r\n },\r\n \"name\": \"ip2289\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn46\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46\"\r\n }\r\n },\r\n \"name\": \"ip529\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61709c1e-879e-4f86-9a3e-307f5a3e144d" + "f924d026-f6ac-4f6c-a688-2d5611f4108a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "749" + "744" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9297ce74-13e4-480d-a635-446ca4cc6ade" + "2f1e281b-9da9-4372-9365-f10d1b8e6a1a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9297ce74-13e4-480d-a635-446ca4cc6ade?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2f1e281b-9da9-4372-9365-f10d1b8e6a1a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "cefef278-43cd-4a80-9099-465ef666814c" + "b3fa2cb8-b36b-4514-9f22-dd71d1942836" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f1c873bf-2cf1-4e2c-9b36-978096b1ac37" + "0ae8a8d0-7b31-4910-81fd-4a0138aae3ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235322Z:cefef278-43cd-4a80-9099-465ef666814c" + "EASTUS2:20211123T223032Z:b3fa2cb8-b36b-4514-9f22-dd71d1942836" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:21 GMT" - ], "Content-Length": [ - "1634" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1216,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186\",\r\n \"etag\": \"W/\\\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e53391a6-b1e6-429c-8a15-e76593aab693\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2289\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186/ipConfigurations/ip2289\",\r\n \"etag\": \"W/\\\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870\"\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\": \"mlncf3tg5hpufkeskstxw5mdag.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862\",\r\n \"etag\": \"W/\\\"f30fce85-e375-4395-88a2-2da718c7cb30\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5690a0aa-a839-449a-9b95-274074b0b265\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862/ipConfigurations/ip529\",\r\n \"etag\": \"W/\\\"f30fce85-e375-4395-88a2-2da718c7cb30\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46\"\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\": \"r3sjfpeaormu1hq1nr2kltlhfc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3ODYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1236,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\"" + "W/\"f30fce85-e375-4395-88a2-2da718c7cb30\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "91296f63-e4d7-426a-b59b-6239bdec529d" + "5316066e-05ea-42c2-a559-a9b9157dd11a" ], "x-ms-correlation-request-id": [ - "87e0c6bd-3e0b-47f9-b2ec-b8c4c73c7e7c" + "bae21d46-013a-4bef-a0e0-795ee322f9c1" ], "x-ms-arm-service-request-id": [ - "c1e7d152-1b82-44e0-8e8a-62bfab04bbd8" + "36520fa5-6d8a-4f49-9c87-e7e66b362a3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235322Z:87e0c6bd-3e0b-47f9-b2ec-b8c4c73c7e7c" + "EASTUS2:20211123T223032Z:bae21d46-013a-4bef-a0e0-795ee322f9c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:21 GMT" - ], "Content-Length": [ - "1634" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1280,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186\",\r\n \"etag\": \"W/\\\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e53391a6-b1e6-429c-8a15-e76593aab693\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2289\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186/ipConfigurations/ip2289\",\r\n \"etag\": \"W/\\\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870\"\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\": \"mlncf3tg5hpufkeskstxw5mdag.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862\",\r\n \"etag\": \"W/\\\"f30fce85-e375-4395-88a2-2da718c7cb30\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5690a0aa-a839-449a-9b95-274074b0b265\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862/ipConfigurations/ip529\",\r\n \"etag\": \"W/\\\"f30fce85-e375-4395-88a2-2da718c7cb30\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46\"\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\": \"r3sjfpeaormu1hq1nr2kltlhfc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3ODYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bad02718-729d-4319-a684-105b92bff088" + "b3f9e8e7-c0bf-489a-95dc-97f213211007" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1306,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\"" + "W/\"f30fce85-e375-4395-88a2-2da718c7cb30\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b7ea6d98-cdc0-4c2d-8305-f9b464b97ebe" + "cd8fcb42-5574-4102-9869-5c4477755858" ], "x-ms-correlation-request-id": [ - "75a12389-0a63-4b0b-9845-19e577bec900" + "02ca47b2-820d-4205-a900-cee43e2ea6c8" ], "x-ms-arm-service-request-id": [ - "262b1428-e855-412c-83be-edfbd537cc6a" + "374f0da2-0094-452d-abcb-70ffbe42c0aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235322Z:75a12389-0a63-4b0b-9845-19e577bec900" + "EASTUS2:20211123T223032Z:02ca47b2-820d-4205-a900-cee43e2ea6c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:21 GMT" - ], "Content-Length": [ - "1634" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1350,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186\",\r\n \"etag\": \"W/\\\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e53391a6-b1e6-429c-8a15-e76593aab693\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2289\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186/ipConfigurations/ip2289\",\r\n \"etag\": \"W/\\\"12941c69-baf6-46f2-80ba-8cb28bf82e5a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/virtualNetworks/vn1503/subnets/sn6870\"\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\": \"mlncf3tg5hpufkeskstxw5mdag.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862\",\r\n \"etag\": \"W/\\\"f30fce85-e375-4395-88a2-2da718c7cb30\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5690a0aa-a839-449a-9b95-274074b0b265\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862/ipConfigurations/ip529\",\r\n \"etag\": \"W/\\\"f30fce85-e375-4395-88a2-2da718c7cb30\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/virtualNetworks/vn3545/subnets/sn46\"\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\": \"r3sjfpeaormu1hq1nr2kltlhfc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/availabilitySets/as9418?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzOTQxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/availabilitySets/as9609?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzOTYwOT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "237ae77d-d8b1-4289-878e-cc81a2c29b76" + "ffbfb690-6e2b-45c1-81b7-91909f92bc4a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1382,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "08973ea4-bd13-4b3e-bc69-8c9792ff3587" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "460f3fff-f8b9-4dea-bc03-2b9655c61b6a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "9c6a8320-1c62-469e-8a7c-9dd545ef39af" + "446937ea-782d-4be5-85ac-27fbcaec9c31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235331Z:9c6a8320-1c62-469e-8a7c-9dd545ef39af" + "EASTUS2:20211123T223042Z:446937ea-782d-4be5-85ac-27fbcaec9c31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:30 GMT" - ], "Content-Length": [ "445" ], @@ -1423,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as9418\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/availabilitySets/as9418\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/availabilitySets/as9609\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0yNzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm04MzQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2118.blob.core.windows.net/crptestar5966/oscrptestar2464.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/availabilitySets/as9418\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5112.blob.core.windows.net/crptestar3152/oscrptestar5989.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/availabilitySets/as9609\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c38b56f-db40-46ec-9c86-5b733a7c7766" + "42bb82ff-2d1d-432f-927e-0bcd17353194" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1455,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:47 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8fc3d36f-f661-4042-a880-620cf35626a0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1740ade-d093-4639-be45-9741306d9f0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1189" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8fc3d36f-f661-4042-a880-620cf35626a0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f1740ade-d093-4639-be45-9741306d9f0a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "d682b96a-9d24-436d-a4aa-ecb0485012ed" + "28f1a083-27c7-497f-a111-cf7fb747fd65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235337Z:d682b96a-9d24-436d-a4aa-ecb0485012ed" + "EASTUS2:20211123T223048Z:28f1a083-27c7-497f-a111-cf7fb747fd65" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:53:37 GMT" - ], "Content-Length": [ - "2027" + "2086" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1505,121 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm274\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66aa8577-5935-4396-b08d-78ae3944c474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/availabilitySets/AS9418\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2118.blob.core.windows.net/crptestar5966/oscrptestar2464.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8348\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"89787e9a-8f06-4ef5-87d7-e598a7df2e69\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/availabilitySets/AS9609\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5112.blob.core.windows.net/crptestar3152/oscrptestar5989.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T22:30:46.1821717+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8fc3d36f-f661-4042-a880-620cf35626a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmYzNkMzZmLWY2NjEtNDA0Mi1hODgwLTYyMGNmMzU2MjZhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1740ade-d093-4639-be45-9741306d9f0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxNzQwYWRlLWQwOTMtNDYzOS1iZTQ1LTk3NDEzMDZkOWYwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:30:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29916" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d39b0d40-0420-4677-8dc6-251c3669181b" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "a9b418c2-5a7e-4e03-9747-6720f168906e" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T235348Z:a9b418c2-5a7e-4e03-9747-6720f168906e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:53:47 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:53:36.0767337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fc3d36f-f661-4042-a880-620cf35626a0\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8fc3d36f-f661-4042-a880-620cf35626a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmYzNkMzZmLWY2NjEtNDA0Mi1hODgwLTYyMGNmMzU2MjZhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29915" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d9484a87-2d33-43e7-9220-b023003e21a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "49e3c04c-3213-4cb7-8427-231800660cfe" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "841f1635-f548-479c-add1-6261aaf900f8" + "dcbe7dbf-28e3-4168-a365-a8a2a2f60eea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235438Z:841f1635-f548-479c-add1-6261aaf900f8" + "EASTUS2:20211123T223058Z:dcbe7dbf-28e3-4168-a365-a8a2a2f60eea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:54:37 GMT" - ], "Content-Length": [ "134" ], @@ -1630,57 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:53:36.0767337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fc3d36f-f661-4042-a880-620cf35626a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:30:46.1196707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1740ade-d093-4639-be45-9741306d9f0a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8fc3d36f-f661-4042-a880-620cf35626a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmYzNkMzZmLWY2NjEtNDA0Mi1hODgwLTYyMGNmMzU2MjZhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1740ade-d093-4639-be45-9741306d9f0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxNzQwYWRlLWQwOTMtNDYzOS1iZTQ1LTk3NDEzMDZkOWYwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:31:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29941" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9784eea9-660e-4813-a3ec-e9b64afd7d6b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3a287a0d-090c-47c8-8dba-f745748c0f93" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "ef48bbbe-a482-4f49-8f58-3fd411650243" + "623fbf97-69da-4244-afdb-dc3d59ff6e5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235528Z:ef48bbbe-a482-4f49-8f58-3fd411650243" + "EASTUS2:20211123T223148Z:623fbf97-69da-4244-afdb-dc3d59ff6e5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:55:28 GMT" - ], "Content-Length": [ "134" ], @@ -1691,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:53:36.0767337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fc3d36f-f661-4042-a880-620cf35626a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:30:46.1196707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1740ade-d093-4639-be45-9741306d9f0a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8fc3d36f-f661-4042-a880-620cf35626a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmYzNkMzZmLWY2NjEtNDA0Mi1hODgwLTYyMGNmMzU2MjZhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1740ade-d093-4639-be45-9741306d9f0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxNzQwYWRlLWQwOTMtNDYzOS1iZTQ1LTk3NDEzMDZkOWYwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:32:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29939" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b4c84ad-5f6c-4b1b-830a-55575723cd67" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3767c1ab-9e64-44db-9c01-91011d7eb02e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "cda614b4-120b-4493-a094-0af860e7f6e5" + "b2217668-989f-466d-9d83-715f0ffca654" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235619Z:cda614b4-120b-4493-a094-0af860e7f6e5" + "EASTUS2:20211123T223239Z:b2217668-989f-466d-9d83-715f0ffca654" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:56:18 GMT" - ], "Content-Length": [ "134" ], @@ -1752,59 +1628,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:53:36.0767337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fc3d36f-f661-4042-a880-620cf35626a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:30:46.1196707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1740ade-d093-4639-be45-9741306d9f0a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8fc3d36f-f661-4042-a880-620cf35626a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmYzNkMzZmLWY2NjEtNDA0Mi1hODgwLTYyMGNmMzU2MjZhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1740ade-d093-4639-be45-9741306d9f0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxNzQwYWRlLWQwOTMtNDYzOS1iZTQ1LTk3NDEzMDZkOWYwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:33:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58ad9f28-8025-4f30-a119-e72abc792587" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc541ef6-3e63-4da9-94d1-067d4d4c13c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "3d885d21-76b3-45a3-b231-034bb7a6250e" + "50340d6f-8302-424f-a05c-e36c938e5b80" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235709Z:3d885d21-76b3-45a3-b231-034bb7a6250e" + "EASTUS2:20211123T223329Z:50340d6f-8302-424f-a05c-e36c938e5b80" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:57:08 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1813,59 +1689,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:53:36.0767337+00:00\",\r\n \"endTime\": \"2021-06-28T23:56:51.154447+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8fc3d36f-f661-4042-a880-620cf35626a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:30:46.1196707+00:00\",\r\n \"endTime\": \"2021-11-23T22:32:51.0728162+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f1740ade-d093-4639-be45-9741306d9f0a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0yNzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm04MzQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:33:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31954" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c26e328e-9743-42df-966f-0609dca4248a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7931a15d-cfb9-42d0-8074-5e93b9c6a283" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "d0684470-d43d-4f92-83c3-d9d510cb771c" + "e5177618-cfb9-4c2f-96ae-d83be35e4401" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235709Z:d0684470-d43d-4f92-83c3-d9d510cb771c" + "EASTUS2:20211123T223329Z:e5177618-cfb9-4c2f-96ae-d83be35e4401" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:57:09 GMT" - ], "Content-Length": [ - "2056" + "2115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1874,65 +1750,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm274\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66aa8577-5935-4396-b08d-78ae3944c474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/availabilitySets/AS9418\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2118.blob.core.windows.net/crptestar5966/oscrptestar2464.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8348\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"89787e9a-8f06-4ef5-87d7-e598a7df2e69\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/availabilitySets/AS9609\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5112.blob.core.windows.net/crptestar3152/oscrptestar5989.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:30:46.1821717+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0yNzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm04MzQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55c67cd5-5db4-4234-946f-4e781c168e27" + "efd281d4-30fc-4e0f-a4b0-6ac651ed051b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:33:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31953" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "02513a28-c56a-41bb-b867-47201d3bdb6c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "42c47aa0-9037-40ff-bd46-cbacd4dba208" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "f77956de-de4f-421b-80b3-34d18143170e" + "7b0c61cc-5a0d-46f5-9b80-71924f0c74f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235709Z:f77956de-de4f-421b-80b3-34d18143170e" + "EASTUS2:20211123T223329Z:7b0c61cc-5a0d-46f5-9b80-71924f0c74f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:57:09 GMT" - ], "Content-Length": [ - "2056" + "2115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1941,197 +1817,197 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm274\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"66aa8577-5935-4396-b08d-78ae3944c474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/availabilitySets/AS9418\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2118.blob.core.windows.net/crptestar5966/oscrptestar2464.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Network/networkInterfaces/nic8186\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8348\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"89787e9a-8f06-4ef5-87d7-e598a7df2e69\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/availabilitySets/AS9609\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5112.blob.core.windows.net/crptestar3152/oscrptestar5989.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Network/networkInterfaces/nic7862\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:30:46.1821717+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274/reapply?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0yNzQvcmVhcHBseT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348/reapply?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm04MzQ4L3JlYXBwbHk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97ee02a0-5d87-4a22-b812-b74b7d004782" + "b707d993-dc6e-4892-af2a-41657c516c85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:33:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7425b11e-1eef-452c-8d83-cb2635258e14?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fd4f44a9-a52a-4825-87eb-2feefc751c62?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7425b11e-1eef-452c-8d83-cb2635258e14?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fd4f44a9-a52a-4825-87eb-2feefc751c62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1192" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7425b11e-1eef-452c-8d83-cb2635258e14" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fd4f44a9-a52a-4825-87eb-2feefc751c62" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6016e025-82c4-43d4-98c4-b0c0008d09a3" + "cc32119a-2cb5-4377-8bad-18eeba895f1a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235710Z:6016e025-82c4-43d4-98c4-b0c0008d09a3" + "EASTUS2:20211123T223330Z:cc32119a-2cb5-4377-8bad-18eeba895f1a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:57:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94231/providers/Microsoft.Compute/virtualMachines/vm274/reapply?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0yNzQvcmVhcHBseT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar86301/providers/Microsoft.Compute/virtualMachines/vm8348/reapply?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm04MzQ4L3JlYXBwbHk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4e4e0d8-508d-41d9-aa9a-8fe77df867db" + "8d5faa9b-bb86-494d-b76f-3dfac9d6bcef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:33:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/21e2866c-4c1a-4a66-85d0-40bf72e6bed5?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1fab6cb7-ce34-4752-bf97-0bd91a6f836a?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/21e2866c-4c1a-4a66-85d0-40bf72e6bed5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1fab6cb7-ce34-4752-bf97-0bd91a6f836a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1191" + "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "21e2866c-4c1a-4a66-85d0-40bf72e6bed5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1fab6cb7-ce34-4752-bf97-0bd91a6f836a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "65ef40b5-dfd1-42c8-be50-f65ba4162050" + "9c695536-5835-416d-96dc-f0518338fcb7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235710Z:65ef40b5-dfd1-42c8-be50-f65ba4162050" + "EASTUS2:20211123T223330Z:9c695536-5835-416d-96dc-f0518338fcb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:57:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/21e2866c-4c1a-4a66-85d0-40bf72e6bed5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIxZTI4NjZjLTRjMWEtNGE2Ni04NWQwLTQwYmY3MmU2YmVkNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1fab6cb7-ce34-4752-bf97-0bd91a6f836a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmYWI2Y2I3LWNlMzQtNDc1Mi1iZjk3LTBiZDkxYTZmODM2YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:33:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29934" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29931" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "271e3510-0cd3-495a-a175-a8edb6497d99" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "29282891-bd89-4f64-926a-2bda8469549c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-correlation-request-id": [ - "5e08c6e5-3254-42b1-bbb8-f237a8d2c038" + "de4f63bc-ec8d-4cec-a21c-ad0822f4c44c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235741Z:5e08c6e5-3254-42b1-bbb8-f237a8d2c038" + "EASTUS2:20211123T223400Z:de4f63bc-ec8d-4cec-a21c-ad0822f4c44c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:57:40 GMT" - ], "Content-Length": [ "184" ], @@ -2142,155 +2018,92 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:57:09.9514129+00:00\",\r\n \"endTime\": \"2021-06-28T23:57:18.4045617+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"21e2866c-4c1a-4a66-85d0-40bf72e6bed5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:33:29.9634064+00:00\",\r\n \"endTime\": \"2021-11-23T22:33:37.6821282+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1fab6cb7-ce34-4752-bf97-0bd91a6f836a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/21e2866c-4c1a-4a66-85d0-40bf72e6bed5?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIxZTI4NjZjLTRjMWEtNGE2Ni04NWQwLTQwYmY3MmU2YmVkNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1fab6cb7-ce34-4752-bf97-0bd91a6f836a?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmYWI2Y2I3LWNlMzQtNDc1Mi1iZjk3LTBiZDkxYTZmODM2YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:34:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29933" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29930" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c90bb6a0-70a7-4ed6-b3ca-8a5955ea817b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "00559383-739d-44a6-a6f9-12c2f6e51f7c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "caf1213d-d84b-44dc-9ca0-f61430c1fb6b" + "ecc84622-e34e-40dd-a9f1-e6e9936e9b45" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T235741Z:caf1213d-d84b-44dc-9ca0-f61430c1fb6b" + "EASTUS2:20211123T223400Z:ecc84622-e34e-40dd-a9f1-e6e9936e9b45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:57:40 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94231?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0MjMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "52245775-990e-4d24-9d7e-45dccb6b425b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDIzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "049f4251-27de-4dd4-ac98-7b9e8d8256cd" - ], - "x-ms-correlation-request-id": [ - "049f4251-27de-4dd4-ac98-7b9e8d8256cd" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T235745Z:049f4251-27de-4dd4-ac98-7b9e8d8256cd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:57:44 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 } ], "Names": { "TestVMOperations_Reapply": [ - "crptestar9423", - "as9418", - "crptestar2118" + "crptestar8630", + "as9609", + "crptestar5112" ], "CreatePublicIP": [ - "pip5867", - "dn7712" + "pip2136", + "dn8835" ], "CreateVNET": [ - "vn1503", - "sn6870" + "vn3545", + "sn46" ], "CreateNIC": [ - "nic8186", - "ip2289" + "nic7862", + "ip529" ], "CreateDefaultVMInput": [ - "crptestar5966", - "crptestar1963", - "crptestar2464", - "vm274", - "Microsoft.Compute/virtualMachines6247" + "crptestar3152", + "crptestar4908", + "crptestar5989", + "vm8348", + "Microsoft.Compute/virtualMachines7358" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Redeploy.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Redeploy.json index cd927866207eb..d447c1b746193 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Redeploy.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_Redeploy.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69e7d73c-e9bf-40eb-9ec5-61cf5b2ecbd5" + "038ef412-b8e5-410e-ab90-b89b626d6e4f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "a600fd49-f367-4952-a9f4-c2397a7a4ba0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "818ac791-638c-4e81-a100-9cd8660fa8a5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "66b2c201-8311-4244-81c8-ed314253f85e" + "b9b4de05-489c-4fc4-ad94-b5239106a0e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230739Z:66b2c201-8311-4244-81c8-ed314253f85e" + "EASTUS2:20211123T214544Z:b9b4de05-489c-4fc4-ad94-b5239106a0e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:39 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar26931?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2OTMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar38261?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4MjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar26931\": \"2021-06-28 23:07:39Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar38261\": \"2021-11-23 21:45:44Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "53b0d20e-8083-4767-a122-fc802427a934" + "91b257b2-2072-4bd8-b056-316e75246e57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:48 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "a18cbaae-49b0-498f-90f1-94a023a552a5" + "1270678a-e6a2-47ea-8a84-2ea1297fe838" ], "x-ms-correlation-request-id": [ - "a18cbaae-49b0-498f-90f1-94a023a552a5" + "1270678a-e6a2-47ea-8a84-2ea1297fe838" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230742Z:a18cbaae-49b0-498f-90f1-94a023a552a5" + "EASTUS2:20211123T214548Z:1270678a-e6a2-47ea-8a84-2ea1297fe838" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:42 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931\",\r\n \"name\": \"crptestar26931\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar26931\": \"2021-06-28 23:07:39Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261\",\r\n \"name\": \"crptestar38261\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar38261\": \"2021-11-23 21:45:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar26931?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2OTMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar38261?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4MjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar26931\": \"2021-06-28 23:08:21Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar38261\": \"2021-11-23 21:46:31Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1fe8bc45-2789-49a3-8f0b-b89b34172ea7" + "414aedb0-e24a-4745-adb3-eaa5589991eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "70e614c8-96dc-4651-b630-987c883a7c5c" + "6ec62857-9133-4c5d-879a-c71012404462" ], "x-ms-correlation-request-id": [ - "70e614c8-96dc-4651-b630-987c883a7c5c" + "6ec62857-9133-4c5d-879a-c71012404462" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230822Z:70e614c8-96dc-4651-b630-987c883a7c5c" + "EASTUS2:20211123T214633Z:6ec62857-9133-4c5d-879a-c71012404462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:21 GMT" - ], "Content-Length": [ "237" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931\",\r\n \"name\": \"crptestar26931\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar26931\": \"2021-06-28 23:08:21Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261\",\r\n \"name\": \"crptestar38261\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar38261\": \"2021-11-23 21:46:31Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Storage/storageAccounts/crptestar753?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzUzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Storage/storageAccounts/crptestar538?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTM4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72138731-220b-4e60-bf4c-6051c68edcbc" + "99144650-45a1-457d-be38-dc4a27ddfde6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a07cd0cf-a2d5-4c20-846b-31fc520c629e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c518e703-956a-4b08-a143-c47bee78cc9d?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a07cd0cf-a2d5-4c20-846b-31fc520c629e" + "c518e703-956a-4b08-a143-c47bee78cc9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "214dfa93-0161-447c-b188-57037bc93001" + "db42b7bc-cf35-4a8a-ac1c-176391c45683" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230753Z:214dfa93-0161-447c-b188-57037bc93001" + "EASTUS2:20211123T214600Z:db42b7bc-cf35-4a8a-ac1c-176391c45683" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:52 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a07cd0cf-a2d5-4c20-846b-31fc520c629e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTA3Y2QwY2YtYTJkNS00YzIwLTg0NmItMzFmYzUyMGM2MjllP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c518e703-956a-4b08-a143-c47bee78cc9d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzUxOGU3MDMtOTU2YS00YjA4LWExNDMtYzQ3YmVlNzhjYzlkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:17 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "bfa71526-31f2-4908-9eaa-5748438f2ed0" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c518e703-956a-4b08-a143-c47bee78cc9d?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "11e3b09a-edd9-46f9-b92b-33738d3bf17e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "8228a31d-de71-4672-849f-5391c624f34b" + "2fce95f9-d019-4387-9a1b-70d01a2b6e25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230810Z:8228a31d-de71-4672-849f-5391c624f34b" + "EASTUS2:20211123T214618Z:2fce95f9-d019-4387-9a1b-70d01a2b6e25" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c518e703-956a-4b08-a143-c47bee78cc9d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzUxOGU3MDMtOTU2YS00YjA4LWExNDMtYzQ3YmVlNzhjYzlkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 23:08:09 GMT" + "Tue, 23 Nov 2021 21:46:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "cff15d7c-7279-4bdc-b090-936f71fc527e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "816f4264-36a8-4958-b79b-fa408cb4a071" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T214621Z:816f4264-36a8-4958-b79b-fa408cb4a071" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf7641f5-4195-4b7e-ad4d-7424ff3866f4" + "6e10049c-2d81-47a1-b03f-4bf4f11c6193" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1e79b320-7dbf-407e-95bb-cdfdc94b4058" + "7823d9fc-ce5a-4f9d-933d-084420fafff1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "2b675992-387f-4314-95ec-ed0855694a1c" + "1bf64149-48e2-4a9e-9114-0ccc4e20a74b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230820Z:2b675992-387f-4314-95ec-ed0855694a1c" + "EASTUS2:20211123T214631Z:1bf64149-48e2-4a9e-9114-0ccc4e20a74b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:19 GMT" - ], "Content-Length": [ "747" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Storage/storageAccounts/crptestar753\",\r\n \"name\": \"crptestar753\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:07:49.4721813Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar753.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar753.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar753.table.core.windows.net/\",\r\n \"file\": \"https://crptestar753.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Storage/storageAccounts/crptestar538\",\r\n \"name\": \"crptestar538\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:45:57.2187537Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar538.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar538.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar538.table.core.windows.net/\",\r\n \"file\": \"https://crptestar538.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Storage/storageAccounts/crptestar753?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzUzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Storage/storageAccounts/crptestar538?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTM4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81cd6a24-f70b-43c5-b7a1-7d97cb5c620e" + "57e09e17-2123-4440-bb7a-d0573c877566" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "709b92a9-a6a3-4897-b44a-b4a3457869d1" + "842943c1-893c-4054-940e-7809e850cd50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "670f4fea-6609-47f0-8469-58b01896146f" + "3919ed34-b38f-4bf0-8fa8-803ac60ed6cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230821Z:670f4fea-6609-47f0-8469-58b01896146f" + "EASTUS2:20211123T214631Z:3919ed34-b38f-4bf0-8fa8-803ac60ed6cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:20 GMT" - ], "Content-Length": [ "735" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Storage/storageAccounts/crptestar753\",\r\n \"name\": \"crptestar753\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:07:49.4721813Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar753.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar753.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar753.table.core.windows.net/\",\r\n \"file\": \"https://crptestar753.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Storage/storageAccounts/crptestar538\",\r\n \"name\": \"crptestar538\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:45:57.2187537Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar538.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar538.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar538.table.core.windows.net/\",\r\n \"file\": \"https://crptestar538.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/publicIPAddresses/pip749?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/publicIPAddresses/pip3492?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNDkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1696\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5335\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "55b2cd2b-922f-4ead-b4d8-e665718b3131" + "28d7ea8c-1caf-405e-9d90-71eefa39e62d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,48 +552,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:43 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f654c40f-b115-4df5-913b-0162c1884dbe" + "58dff1e0-d6da-4985-8df1-1f0ba426b2e0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f654c40f-b115-4df5-913b-0162c1884dbe?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/58dff1e0-d6da-4985-8df1-1f0ba426b2e0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f404077a-8d02-42f5-aa07-b10230217bc9" + "7799cfb9-4d8c-4396-bcb6-83c9104b35c2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7eebedfc-670e-4f47-b9c4-e1d0dbe8e1c2" + "49ddc189-689b-4e20-8d73-5d5ead5634bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230832Z:f404077a-8d02-42f5-aa07-b10230217bc9" + "EASTUS2:20211123T214644Z:7799cfb9-4d8c-4396-bcb6-83c9104b35c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:32 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/publicIPAddresses/pip749\",\r\n \"etag\": \"W/\\\"491bd8ae-30b7-4157-9537-86445980e611\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"99c8b33c-c56f-4473-9415-0e18da9630bb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1696\",\r\n \"fqdn\": \"dn1696.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/publicIPAddresses/pip3492\",\r\n \"etag\": \"W/\\\"9cef2ef5-30d7-41ba-a194-269ff8221c73\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1bfe77fe-0a15-4a26-94a5-73f24d18568b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5335\",\r\n \"fqdn\": \"dn5335.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f654c40f-b115-4df5-913b-0162c1884dbe?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y2NTRjNDBmLWIxMTUtNGRmNS05MTNiLTAxNjJjMTg4NGRiZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/58dff1e0-d6da-4985-8df1-1f0ba426b2e0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4ZGZmMWUwLWQ2ZGEtNDk4NS04ZGYxLTFmMGJhNDI2YjJlMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "38391342-3f1c-4994-8766-f1a1080888b9" + "aa06ce42-2ac0-4f0b-81f8-f3d3e3bf3164" ], "x-ms-correlation-request-id": [ - "59697bdf-cf3a-4e29-a28a-f160b969ecf3" + "a5b8cea1-6c5c-4a12-87ef-627a52f586e3" ], "x-ms-arm-service-request-id": [ - "611596b3-9ad5-4030-81b2-8a348ec95d41" + "221d8d19-82af-4e0c-8b36-b2774bc6eb0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230833Z:59697bdf-cf3a-4e29-a28a-f160b969ecf3" + "EASTUS2:20211123T214645Z:a5b8cea1-6c5c-4a12-87ef-627a52f586e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:33 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/publicIPAddresses/pip749?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/publicIPAddresses/pip3492?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNDkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"19668bac-4f0d-457b-83b2-5df27c2f21ef\"" + "W/\"8287ceaf-4f4b-483a-a2fe-5cf9b15ab9d5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "04a64826-e77f-4533-a216-bb26b9926a49" + "01998475-c8a2-4a94-9598-bb83a8637fb6" ], "x-ms-correlation-request-id": [ - "df793e3b-c5aa-43b4-8718-8bbd504271c8" + "b493a5b3-1907-4f41-b14b-f25723182cdd" ], "x-ms-arm-service-request-id": [ - "b5c95c84-7e69-47bc-bf0e-5d16451364b6" + "0e68cf0f-f104-472f-a5a9-facb3342e8a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230834Z:df793e3b-c5aa-43b4-8718-8bbd504271c8" + "EASTUS2:20211123T214645Z:b493a5b3-1907-4f41-b14b-f25723182cdd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:33 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/publicIPAddresses/pip749\",\r\n \"etag\": \"W/\\\"19668bac-4f0d-457b-83b2-5df27c2f21ef\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"99c8b33c-c56f-4473-9415-0e18da9630bb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1696\",\r\n \"fqdn\": \"dn1696.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/publicIPAddresses/pip3492\",\r\n \"etag\": \"W/\\\"8287ceaf-4f4b-483a-a2fe-5cf9b15ab9d5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1bfe77fe-0a15-4a26-94a5-73f24d18568b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5335\",\r\n \"fqdn\": \"dn5335.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/publicIPAddresses/pip749?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/publicIPAddresses/pip3492?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNDkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d558ea2-5997-4237-ba1f-560de923892e" + "75b15f26-3942-4ba2-9bc3-a2e01bc0d74e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"19668bac-4f0d-457b-83b2-5df27c2f21ef\"" + "W/\"8287ceaf-4f4b-483a-a2fe-5cf9b15ab9d5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "00a0383c-2f50-4413-86ad-2bfdcfc8af7d" + "ec1ed93d-9927-413b-9ee6-3949b3012b76" ], "x-ms-correlation-request-id": [ - "b1af5e35-09e8-4248-aaad-716b6213776b" + "9191737d-8c24-4977-87b9-f7384a70ef76" ], "x-ms-arm-service-request-id": [ - "3da4f4b1-2db3-441a-b115-d7cd9ad38b87" + "03594ec2-8a3c-45a7-896c-f630907a4ee9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230834Z:b1af5e35-09e8-4248-aaad-716b6213776b" + "EASTUS2:20211123T214645Z:9191737d-8c24-4977-87b9-f7384a70ef76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:34 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,80 +797,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/publicIPAddresses/pip749\",\r\n \"etag\": \"W/\\\"19668bac-4f0d-457b-83b2-5df27c2f21ef\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"99c8b33c-c56f-4473-9415-0e18da9630bb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1696\",\r\n \"fqdn\": \"dn1696.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/publicIPAddresses/pip3492\",\r\n \"etag\": \"W/\\\"8287ceaf-4f4b-483a-a2fe-5cf9b15ab9d5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1bfe77fe-0a15-4a26-94a5-73f24d18568b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5335\",\r\n \"fqdn\": \"dn5335.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9012\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn77\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "67420e84-cdb7-4118-a65d-57dccc8b0b28" + "1c9bf8a6-c6ca-41da-86ce-3c3e5fae5268" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "400" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aa166204-794a-4599-85b1-2fd8d1a69fd9" + "1cc3221b-e647-4ccb-93b8-fa0a9a563fbc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aa166204-794a-4599-85b1-2fd8d1a69fd9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1cc3221b-e647-4ccb-93b8-fa0a9a563fbc?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "07936313-08b0-4f35-b55b-d1283c27dd3d" + "b4b17dcf-1743-40ee-ba88-90eaba6da351" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c04005be-bfcc-4ab2-9526-e797257983e0" + "78b81434-3283-4ba3-8e93-a388790cb332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230839Z:07936313-08b0-4f35-b55b-d1283c27dd3d" + "EASTUS2:20211123T214649Z:b4b17dcf-1743-40ee-ba88-90eaba6da351" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:39 GMT" - ], "Content-Length": [ - "1317" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82\",\r\n \"etag\": \"W/\\\"481144b5-7129-4002-ac9e-97e527111fcf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"81e3f57b-06c9-4c13-b5d9-02723da421cc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012\",\r\n \"etag\": \"W/\\\"481144b5-7129-4002-ac9e-97e527111fcf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047\",\r\n \"etag\": \"W/\\\"8ea1d99c-c90f-4251-8f50-c6dcfef3e39f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6a3726fa-ed9f-44e8-af4b-615c2ae10c0d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn77\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77\",\r\n \"etag\": \"W/\\\"8ea1d99c-c90f-4251-8f50-c6dcfef3e39f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aa166204-794a-4599-85b1-2fd8d1a69fd9?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhMTY2MjA0LTc5NGEtNDU5OS04NWIxLTJmZDhkMWE2OWZkOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1cc3221b-e647-4ccb-93b8-fa0a9a563fbc?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjYzMyMjFiLWU2NDctNGNjYi05M2I4LWZhMGE5YTU2M2ZiYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ee4d65da-72ee-4db3-b9e0-531e3bac5ff8" + "fc4b9d0e-c4e5-4430-b525-a053d91abb32" ], "x-ms-correlation-request-id": [ - "77602389-2694-47a7-8ec7-0e521128896b" + "9899d4c1-cb9a-45b5-9877-084b2a3b548f" ], "x-ms-arm-service-request-id": [ - "3cd71732-069c-44c0-9442-4fea5672ab3d" + "c25ae8d2-f2fa-4aa6-8f34-3f6d505d5ce5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230842Z:77602389-2694-47a7-8ec7-0e521128896b" + "EASTUS2:20211123T214653Z:9899d4c1-cb9a-45b5-9877-084b2a3b548f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:42 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"95e974c4-dd2e-4b4f-bc4b-3038546179a9\"" + "W/\"0e863f80-0cc7-4a90-9a9d-25f1cca41ed1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7f284a92-5ede-4bc6-bcb5-f56554db326b" + "44c3f9cf-059b-455f-b425-471385b5fdbe" ], "x-ms-correlation-request-id": [ - "505106e2-e96d-415f-a710-27443426ffa4" + "a6c11bb5-18de-4c67-8800-9171cec09dba" ], "x-ms-arm-service-request-id": [ - "bf060ba6-f6be-4851-8ba5-5db1567ecb29" + "d81584e6-265d-4666-8ae7-b2c264f7645b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230842Z:505106e2-e96d-415f-a710-27443426ffa4" + "EASTUS2:20211123T214653Z:a6c11bb5-18de-4c67-8800-9171cec09dba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:42 GMT" - ], "Content-Length": [ - "1319" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82\",\r\n \"etag\": \"W/\\\"95e974c4-dd2e-4b4f-bc4b-3038546179a9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81e3f57b-06c9-4c13-b5d9-02723da421cc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012\",\r\n \"etag\": \"W/\\\"95e974c4-dd2e-4b4f-bc4b-3038546179a9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9047\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047\",\r\n \"etag\": \"W/\\\"0e863f80-0cc7-4a90-9a9d-25f1cca41ed1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6a3726fa-ed9f-44e8-af4b-615c2ae10c0d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn77\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77\",\r\n \"etag\": \"W/\\\"0e863f80-0cc7-4a90-9a9d-25f1cca41ed1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Mi9zdWJuZXRzL3NuOTAxMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDQ3L3N1Ym5ldHMvc243Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b950a67a-6eea-4e6e-b11b-8f535c2a3f3a" + "e840de19-75ee-4204-9ffa-d2ecd36f38a9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"95e974c4-dd2e-4b4f-bc4b-3038546179a9\"" + "W/\"0e863f80-0cc7-4a90-9a9d-25f1cca41ed1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3b9389d2-d015-4449-a423-1e6a2839a7c3" + "854a91bd-6a10-41d7-8b60-23588ccad917" ], "x-ms-correlation-request-id": [ - "b488df35-6d38-45dc-9efd-4d7fa3114c27" + "4957271f-ee9a-46f2-bb08-1d89596d9b4c" ], "x-ms-arm-service-request-id": [ - "d795da0d-9fdd-4dfa-8d32-539755f444b3" + "7a1ce90a-6ebf-4bc2-ac3f-827b2eb4982f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230843Z:b488df35-6d38-45dc-9efd-4d7fa3114c27" + "EASTUS2:20211123T214653Z:4957271f-ee9a-46f2-bb08-1d89596d9b4c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:42 GMT" - ], "Content-Length": [ - "522" + "520" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,75 +1074,75 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012\",\r\n \"etag\": \"W/\\\"95e974c4-dd2e-4b4f-bc4b-3038546179a9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn77\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77\",\r\n \"etag\": \"W/\\\"0e863f80-0cc7-4a90-9a9d-25f1cca41ed1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NTI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MjE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012\"\r\n }\r\n },\r\n \"name\": \"ip2819\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn77\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77\"\r\n }\r\n },\r\n \"name\": \"ip4247\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c4ccd4a6-d4c2-4459-af45-445587470c82" + "1ce1ec3f-269e-45c1-b3cf-1ce42ac43aa1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "745" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "891c72cc-1204-4fb1-8948-e303fdd7dc9a" + "ca217572-5d18-490b-8775-b3ced533da9a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/891c72cc-1204-4fb1-8948-e303fdd7dc9a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ca217572-5d18-490b-8775-b3ced533da9a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "dcd59144-cb7b-4701-ad7c-4648def799b2" + "06160b87-d02b-4db4-abea-6d85b46ee37e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ad323722-343f-4103-bbb2-ae93aaaf1d7c" + "ab2b5653-e4cf-48dd-9d22-bf8001418dc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230847Z:dcd59144-cb7b-4701-ad7c-4648def799b2" + "EASTUS2:20211123T214657Z:06160b87-d02b-4db4-abea-6d85b46ee37e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:47 GMT" - ], "Content-Length": [ "1632" ], @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526\",\r\n \"etag\": \"W/\\\"3587f1be-2f24-4d93-ac87-d4728844e9fb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"74336e45-46eb-4610-81e6-8f499b565e12\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2819\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526/ipConfigurations/ip2819\",\r\n \"etag\": \"W/\\\"3587f1be-2f24-4d93-ac87-d4728844e9fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012\"\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\": \"pp04haojayjuznozajzd1jbbze.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216\",\r\n \"etag\": \"W/\\\"dc4902d8-f72b-4554-9238-0c8f6eac4604\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8303558c-f2ca-4d7d-8a33-e3ebcafa63b7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216/ipConfigurations/ip4247\",\r\n \"etag\": \"W/\\\"dc4902d8-f72b-4554-9238-0c8f6eac4604\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77\"\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\": \"5itdo0u53xuejl0lmfocvyimbf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NTI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MjE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3587f1be-2f24-4d93-ac87-d4728844e9fb\"" + "W/\"dc4902d8-f72b-4554-9238-0c8f6eac4604\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7eeb9516-92e9-4af5-bccf-252d89194521" + "46ffa123-ea6e-46af-aa50-154975d3a7d9" ], "x-ms-correlation-request-id": [ - "fb2ab451-9bdd-431b-9f7e-d90eca4f3e9f" + "e41b1493-ef02-41cf-9ffc-31072f2675fb" ], "x-ms-arm-service-request-id": [ - "6c7300a0-e105-41d9-a477-cdfb7fb1bca6" + "632fa4dd-9530-4a20-9edb-6b0cbf311ded" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230847Z:fb2ab451-9bdd-431b-9f7e-d90eca4f3e9f" + "EASTUS2:20211123T214657Z:e41b1493-ef02-41cf-9ffc-31072f2675fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:47 GMT" - ], "Content-Length": [ "1632" ], @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526\",\r\n \"etag\": \"W/\\\"3587f1be-2f24-4d93-ac87-d4728844e9fb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"74336e45-46eb-4610-81e6-8f499b565e12\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2819\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526/ipConfigurations/ip2819\",\r\n \"etag\": \"W/\\\"3587f1be-2f24-4d93-ac87-d4728844e9fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012\"\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\": \"pp04haojayjuznozajzd1jbbze.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216\",\r\n \"etag\": \"W/\\\"dc4902d8-f72b-4554-9238-0c8f6eac4604\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8303558c-f2ca-4d7d-8a33-e3ebcafa63b7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216/ipConfigurations/ip4247\",\r\n \"etag\": \"W/\\\"dc4902d8-f72b-4554-9238-0c8f6eac4604\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77\"\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\": \"5itdo0u53xuejl0lmfocvyimbf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NTI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MjE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf93bf4e-2379-4023-9105-01da350e6d8b" + "d146100a-2ab7-4939-9b3c-7f8165d855fb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1243,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:46:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3587f1be-2f24-4d93-ac87-d4728844e9fb\"" + "W/\"dc4902d8-f72b-4554-9238-0c8f6eac4604\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f4746ff2-0b78-4367-bb7a-7e8ece17f2d4" + "e382bb70-67a6-4967-adea-5d5660921c79" ], "x-ms-correlation-request-id": [ - "908d7913-ca88-45c8-837a-782a34357b54" + "dce78059-0de4-4c02-a458-edcd5d0784e0" ], "x-ms-arm-service-request-id": [ - "1a3ee145-821c-438c-844c-1b398d8fca69" + "6dc10326-1df9-499f-8b18-8c33a9e3d358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230848Z:908d7913-ca88-45c8-837a-782a34357b54" + "EASTUS2:20211123T214658Z:dce78059-0de4-4c02-a458-edcd5d0784e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:47 GMT" - ], "Content-Length": [ "1632" ], @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526\",\r\n \"etag\": \"W/\\\"3587f1be-2f24-4d93-ac87-d4728844e9fb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"74336e45-46eb-4610-81e6-8f499b565e12\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2819\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526/ipConfigurations/ip2819\",\r\n \"etag\": \"W/\\\"3587f1be-2f24-4d93-ac87-d4728844e9fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/virtualNetworks/vn82/subnets/sn9012\"\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\": \"pp04haojayjuznozajzd1jbbze.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216\",\r\n \"etag\": \"W/\\\"dc4902d8-f72b-4554-9238-0c8f6eac4604\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8303558c-f2ca-4d7d-8a33-e3ebcafa63b7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216/ipConfigurations/ip4247\",\r\n \"etag\": \"W/\\\"dc4902d8-f72b-4554-9238-0c8f6eac4604\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/virtualNetworks/vn9047/subnets/sn77\"\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\": \"5itdo0u53xuejl0lmfocvyimbf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/availabilitySets/as3140?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzMzE0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/availabilitySets/as4508?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNDUwOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5253a9a4-7df8-4564-a933-234a590cceb6" + "71aeb7b4-90ba-4e96-92bd-d20a5ea791b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:47:08 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1193" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a01e6d5-9084-4713-8996-84df73707470" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "46dc1d4c-ff15-4937-a2b2-0607f91cf4f3" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8f1abd88-f9c4-4bcc-a9f9-bd3922f128ff" + "cfd6366b-31aa-4fe9-a2db-e4df6e99aed0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230858Z:8f1abd88-f9c4-4bcc-a9f9-bd3922f128ff" + "EASTUS2:20211123T214708Z:cfd6366b-31aa-4fe9-a2db-e4df6e99aed0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:08:58 GMT" - ], "Content-Length": [ "445" ], @@ -1297,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as3140\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/availabilitySets/as3140\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as4508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/availabilitySets/as4508\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zODgzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar753.blob.core.windows.net/crptestar7495/oscrptestar6937.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/availabilitySets/as3140\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar538.blob.core.windows.net/crptestar3315/oscrptestar5680.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/availabilitySets/as4508\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "37fa70d8-dd8b-4ff5-b722-ab8420337ffc" + "b15aba0a-8c30-4770-98a4-976154ab78ae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:47:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e711f76e-5710-4a49-86ba-8c8e5112373d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1cf2f57a-0c77-4b80-9600-aa830c524024?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1192" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e711f76e-5710-4a49-86ba-8c8e5112373d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1cf2f57a-0c77-4b80-9600-aa830c524024" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "85dc52f9-39ee-49c5-b5de-274ef8297645" + "7c4eb36f-ac3f-4464-926b-45e8a82d2f81" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230905Z:85dc52f9-39ee-49c5-b5de-274ef8297645" + "EASTUS2:20211123T214714Z:7c4eb36f-ac3f-4464-926b-45e8a82d2f81" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:09:05 GMT" - ], "Content-Length": [ - "2026" + "2085" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,121 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"83f77f2f-dc8a-4e9c-83c4-759da4bb9626\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/availabilitySets/AS3140\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar753.blob.core.windows.net/crptestar7495/oscrptestar6937.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3883\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"91fc3dce-6f1f-4aa6-8610-dd94e00618f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/availabilitySets/AS4508\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar538.blob.core.windows.net/crptestar3315/oscrptestar5680.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T21:47:12.5137359+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e711f76e-5710-4a49-86ba-8c8e5112373d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3MTFmNzZlLTU3MTAtNGE0OS04NmJhLThjOGU1MTEyMzczZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1cf2f57a-0c77-4b80-9600-aa830c524024?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjZjJmNTdhLTBjNzctNGI4MC05NjAwLWFhODMwYzUyNDAyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:47:24 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29981" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "eb3a088c-d541-4648-b785-78bf6684bc27" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "d02dd2d7-eb27-4d19-9975-a25f9ab570e1" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T230916Z:d02dd2d7-eb27-4d19-9975-a25f9ab570e1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:09:15 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:09:03.5971028+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e711f76e-5710-4a49-86ba-8c8e5112373d\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e711f76e-5710-4a49-86ba-8c8e5112373d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3MTFmNzZlLTU3MTAtNGE0OS04NmJhLThjOGU1MTEyMzczZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8a243d8-f237-40ff-b8ec-7d072f156f29" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f314ea04-0dc0-4ba6-9890-bfe7d889cdeb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "b0f2504f-a5cc-4b19-bebc-3d160a0d9560" + "4e31dc34-15c1-4410-a45e-d50b14b4bc00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231006Z:b0f2504f-a5cc-4b19-bebc-3d160a0d9560" + "EASTUS2:20211123T214724Z:4e31dc34-15c1-4410-a45e-d50b14b4bc00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:10:05 GMT" - ], "Content-Length": [ "134" ], @@ -1504,57 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:09:03.5971028+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e711f76e-5710-4a49-86ba-8c8e5112373d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:47:12.4668681+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1cf2f57a-0c77-4b80-9600-aa830c524024\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e711f76e-5710-4a49-86ba-8c8e5112373d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3MTFmNzZlLTU3MTAtNGE0OS04NmJhLThjOGU1MTEyMzczZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1cf2f57a-0c77-4b80-9600-aa830c524024?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjZjJmNTdhLTBjNzctNGI4MC05NjAwLWFhODMwYzUyNDAyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:48:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40c25c6a-91b3-4195-b1a5-aeaa11abb9f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "acf4f1a1-51cb-4909-912e-62dc3126a0bd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "e1214451-d758-4f0c-be70-832637086270" + "61af1147-0acd-44c6-b488-daacbfebcb88" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231056Z:e1214451-d758-4f0c-be70-832637086270" + "EASTUS2:20211123T214815Z:61af1147-0acd-44c6-b488-daacbfebcb88" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:10:55 GMT" - ], "Content-Length": [ "134" ], @@ -1565,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:09:03.5971028+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e711f76e-5710-4a49-86ba-8c8e5112373d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:47:12.4668681+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1cf2f57a-0c77-4b80-9600-aa830c524024\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e711f76e-5710-4a49-86ba-8c8e5112373d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3MTFmNzZlLTU3MTAtNGE0OS04NmJhLThjOGU1MTEyMzczZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1cf2f57a-0c77-4b80-9600-aa830c524024?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjZjJmNTdhLTBjNzctNGI4MC05NjAwLWFhODMwYzUyNDAyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:49:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab6d677a-1102-4d55-9097-de9cbf0f2216" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3b6660d6-baac-4893-864c-781a643beb34" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "80c48a85-610c-4266-b345-91dd205bd1ff" + "ed4f4ff0-fb9a-4f6b-8484-d6389a4e5de5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231146Z:80c48a85-610c-4266-b345-91dd205bd1ff" + "EASTUS2:20211123T214905Z:ed4f4ff0-fb9a-4f6b-8484-d6389a4e5de5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:11:46 GMT" - ], "Content-Length": [ "134" ], @@ -1626,57 +1628,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:09:03.5971028+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e711f76e-5710-4a49-86ba-8c8e5112373d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:47:12.4668681+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1cf2f57a-0c77-4b80-9600-aa830c524024\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e711f76e-5710-4a49-86ba-8c8e5112373d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3MTFmNzZlLTU3MTAtNGE0OS04NmJhLThjOGU1MTEyMzczZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1cf2f57a-0c77-4b80-9600-aa830c524024?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjZjJmNTdhLTBjNzctNGI4MC05NjAwLWFhODMwYzUyNDAyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:49:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0136e054-6ef7-424e-a7c5-384068d382e5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "33e960fd-95fe-42e7-82b0-2420a88df90c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "00faaf42-f3c8-4169-b0ad-3b7a581fe164" + "1d9c39dd-5cd6-4b54-bdc1-2098f78ba968" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231237Z:00faaf42-f3c8-4169-b0ad-3b7a581fe164" + "EASTUS2:20211123T214955Z:1d9c39dd-5cd6-4b54-bdc1-2098f78ba968" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:12:36 GMT" - ], "Content-Length": [ "184" ], @@ -1687,59 +1689,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:09:03.5971028+00:00\",\r\n \"endTime\": \"2021-06-28T23:11:54.7687661+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e711f76e-5710-4a49-86ba-8c8e5112373d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:47:12.4668681+00:00\",\r\n \"endTime\": \"2021-11-23T21:49:38.7477703+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1cf2f57a-0c77-4b80-9600-aa830c524024\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zODgzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:49:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31984" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ff097e09-d42a-4a6b-bda3-74073fb0bac0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "11b8e479-3bbe-4b81-92c3-7847b256742f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "52ae2509-f16c-4757-81dd-1984e3bd9fbd" + "ca7e9853-e2e8-45a8-94ff-1085b2e0dcb4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231237Z:52ae2509-f16c-4757-81dd-1984e3bd9fbd" + "EASTUS2:20211123T214955Z:ca7e9853-e2e8-45a8-94ff-1085b2e0dcb4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:12:36 GMT" - ], "Content-Length": [ - "2055" + "2114" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1748,65 +1750,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"83f77f2f-dc8a-4e9c-83c4-759da4bb9626\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/availabilitySets/AS3140\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar753.blob.core.windows.net/crptestar7495/oscrptestar6937.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3883\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"91fc3dce-6f1f-4aa6-8610-dd94e00618f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/availabilitySets/AS4508\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar538.blob.core.windows.net/crptestar3315/oscrptestar5680.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T21:47:12.5137359+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zODgzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78596726-6625-41dc-bf21-1f2ea99eab06" + "5373a74e-a752-4b8a-a59f-c7509cfeee75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:49:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31983" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d24d111f-0de1-4acb-a252-07afdea8ef7c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d0de056b-d58e-44e2-8cec-d93e6a210f54" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "8aaa20cf-510e-476d-af0a-4b33fdcd35ac" + "9a0da4bb-ccf8-4bee-a4bd-aa0d5c8ca11a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231237Z:8aaa20cf-510e-476d-af0a-4b33fdcd35ac" + "EASTUS2:20211123T214956Z:9a0da4bb-ccf8-4bee-a4bd-aa0d5c8ca11a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:12:37 GMT" - ], "Content-Length": [ - "2055" + "2114" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1815,40 +1817,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"83f77f2f-dc8a-4e9c-83c4-759da4bb9626\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/availabilitySets/AS3140\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar753.blob.core.windows.net/crptestar7495/oscrptestar6937.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Network/networkInterfaces/nic7526\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3883\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"91fc3dce-6f1f-4aa6-8610-dd94e00618f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/availabilitySets/AS4508\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar538.blob.core.windows.net/crptestar3315/oscrptestar5680.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Network/networkInterfaces/nic6216\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T21:47:12.5137359+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591/redeploy?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTEvcmVkZXBsb3k/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883/redeploy?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zODgzL3JlZGVwbG95P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa34ac50-f94f-460c-a4c0-2904cd6de416" + "3fdea3ef-4c23-4943-bdf7-5f10c307ac6b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:49:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d132183-4564-471e-9b8c-d10488d71ecd?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2d43bc5-63fa-456e-9112-6bc29821f583?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d132183-4564-471e-9b8c-d10488d71ecd?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2d43bc5-63fa-456e-9112-6bc29821f583?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" @@ -1857,68 +1866,68 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d132183-4564-471e-9b8c-d10488d71ecd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c2d43bc5-63fa-456e-9112-6bc29821f583" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "ccca13e5-7df0-4502-a932-f8d3ec8c739d" + "a864f01c-7a46-49d9-a992-eafb2442ff12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231237Z:ccca13e5-7df0-4502-a932-f8d3ec8c739d" + "EASTUS2:20211123T214956Z:a864f01c-7a46-49d9-a992-eafb2442ff12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:12:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26931/providers/Microsoft.Compute/virtualMachines/vm591/redeploy?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2OTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTEvcmVkZXBsb3k/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar38261/providers/Microsoft.Compute/virtualMachines/vm3883/redeploy?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zODgzL3JlZGVwbG95P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1cf53c6-459f-4279-9338-de337c6bc04b" + "ca9e2eab-9074-48cc-9ca8-c6e69791cbbe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:49:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aafa30fd-4bd2-4c5f-b668-975ee28d1b1f?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aafa30fd-4bd2-4c5f-b668-975ee28d1b1f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1198" @@ -1927,146 +1936,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ddf50ea1-785c-4869-9a2e-abed40030c3c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aafa30fd-4bd2-4c5f-b668-975ee28d1b1f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "7efb8f88-caed-4310-a005-f91275f4e62a" + "7fb71920-2b53-45ba-8106-26feb24a356a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231237Z:7efb8f88-caed-4310-a005-f91275f4e62a" + "EASTUS2:20211123T214956Z:7fb71920-2b53-45ba-8106-26feb24a356a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:12:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkZjUwZWExLTc4NWMtNDg2OS05YTJlLWFiZWQ0MDAzMGMzYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aafa30fd-4bd2-4c5f-b668-975ee28d1b1f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZmEzMGZkLTRiZDItNGM1Zi1iNjY4LTk3NWVlMjhkMWIxZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:50:26 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29972" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "b22c5d19-a5fc-4dc5-9b65-ea6bbbcce221" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "d5d48e45-6180-4e1a-8b86-bfc39920268b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T231308Z:d5d48e45-6180-4e1a-8b86-bfc39920268b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:13:08 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:12:37.8312179+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ddf50ea1-785c-4869-9a2e-abed40030c3c\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkZjUwZWExLTc4NWMtNDg2OS05YTJlLWFiZWQ0MDAzMGMzYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f60582c7-f906-49fc-b474-21c94b1291fa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0f6477c2-83fe-412c-84a2-efb2efaabd3f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-correlation-request-id": [ - "7a3eb257-1656-45f5-a372-1fe26b207576" + "b2c5401d-d03b-4d09-9dd5-932bd3f4a57f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231338Z:7a3eb257-1656-45f5-a372-1fe26b207576" + "EASTUS2:20211123T215026Z:b2c5401d-d03b-4d09-9dd5-932bd3f4a57f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:13:38 GMT" - ], "Content-Length": [ "134" ], @@ -2077,57 +2018,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:12:37.8312179+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ddf50ea1-785c-4869-9a2e-abed40030c3c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:49:56.3570371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aafa30fd-4bd2-4c5f-b668-975ee28d1b1f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkZjUwZWExLTc4NWMtNDg2OS05YTJlLWFiZWQ0MDAzMGMzYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aafa30fd-4bd2-4c5f-b668-975ee28d1b1f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZmEzMGZkLTRiZDItNGM1Zi1iNjY4LTk3NWVlMjhkMWIxZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:50:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2e45c39-338f-4e5e-88b7-82931346e16a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "508e8dd4-72a6-4d40-8a65-15ffe3283f10" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11992" ], "x-ms-correlation-request-id": [ - "5ced0d5d-c8ce-4590-b834-10f77da21921" + "6328a81a-1228-4bd2-841e-e2ed034f4997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231408Z:5ced0d5d-c8ce-4590-b834-10f77da21921" + "EASTUS2:20211123T215056Z:6328a81a-1228-4bd2-841e-e2ed034f4997" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:14:07 GMT" - ], "Content-Length": [ "134" ], @@ -2138,59 +2079,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:12:37.8312179+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ddf50ea1-785c-4869-9a2e-abed40030c3c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:49:56.3570371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aafa30fd-4bd2-4c5f-b668-975ee28d1b1f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkZjUwZWExLTc4NWMtNDg2OS05YTJlLWFiZWQ0MDAzMGMzYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aafa30fd-4bd2-4c5f-b668-975ee28d1b1f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZmEzMGZkLTRiZDItNGM1Zi1iNjY4LTk3NWVlMjhkMWIxZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:51:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec1b3a43-065b-4730-80a6-1d3101368b59" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "79e83e14-a2bb-4c2b-8f53-80695727b330" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11991" ], "x-ms-correlation-request-id": [ - "c7cbd789-1b6d-4046-b7f5-ae604faf17ad" + "ea341523-ab9d-4fb2-b76d-d5fedfc81c54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231439Z:c7cbd789-1b6d-4046-b7f5-ae604faf17ad" + "EASTUS2:20211123T215127Z:ea341523-ab9d-4fb2-b76d-d5fedfc81c54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:14:38 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2199,153 +2140,155 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:12:37.8312179+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ddf50ea1-785c-4869-9a2e-abed40030c3c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:49:56.3570371+00:00\",\r\n \"endTime\": \"2021-11-23T21:50:59.6692994+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aafa30fd-4bd2-4c5f-b668-975ee28d1b1f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkZjUwZWExLTc4NWMtNDg2OS05YTJlLWFiZWQ0MDAzMGMzYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aafa30fd-4bd2-4c5f-b668-975ee28d1b1f?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZmEzMGZkLTRiZDItNGM1Zi1iNjY4LTk3NWVlMjhkMWIxZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:51:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7d58e94d-c544-4183-be9c-d3cfb7a0011b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbb76bd8-6885-4d96-93f0-cf46ad2d2599" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-correlation-request-id": [ - "3695d37a-d532-4b48-889a-790dfedb191a" + "45741421-8cdf-43b8-81d3-979c80bfdd97" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231509Z:3695d37a-d532-4b48-889a-790dfedb191a" + "EASTUS2:20211123T215127Z:45741421-8cdf-43b8-81d3-979c80bfdd97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:09 GMT" - ], "Content-Length": [ - "183" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:12:37.8312179+00:00\",\r\n \"endTime\": \"2021-06-28T23:14:47.143214+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ddf50ea1-785c-4869-9a2e-abed40030c3c\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ddf50ea1-785c-4869-9a2e-abed40030c3c?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkZjUwZWExLTc4NWMtNDg2OS05YTJlLWFiZWQ0MDAzMGMzYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar38261?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4MjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "5b957b3a-bc15-4971-bdd8-d84e12421550" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:51:31 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29953" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODI2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "x-ms-request-id": [ - "1cdc98d2-948e-437d-9c1c-4a4c64cb7192" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-request-id": [ + "00a6d10a-e36d-4612-9a91-f5a3a9cc9ba7" ], "x-ms-correlation-request-id": [ - "4a9a8e24-61c3-4fd7-8ea8-eac988b9e7a3" + "00a6d10a-e36d-4612-9a91-f5a3a9cc9ba7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T231510Z:4a9a8e24-61c3-4fd7-8ea8-eac988b9e7a3" + "EASTUS2:20211123T215132Z:00a6d10a-e36d-4612-9a91-f5a3a9cc9ba7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:15:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 } ], "Names": { "TestVMOperations_Redeploy": [ - "crptestar2693", - "as3140", - "crptestar753" + "crptestar3826", + "as4508", + "crptestar538" ], "CreatePublicIP": [ - "pip749", - "dn1696" + "pip3492", + "dn5335" ], "CreateVNET": [ - "vn82", - "sn9012" + "vn9047", + "sn77" ], "CreateNIC": [ - "nic7526", - "ip2819" + "nic6216", + "ip4247" ], "CreateDefaultVMInput": [ - "crptestar7495", - "crptestar8823", - "crptestar6937", - "vm591", - "Microsoft.Compute/virtualMachines7241" + "crptestar3315", + "crptestar6974", + "crptestar5680", + "vm3883", + "Microsoft.Compute/virtualMachines6035" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_RunCommand.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_RunCommand.json index f65b83430c228..9d3872b3d1fe1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_RunCommand.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_RunCommand.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "059f7b1c-f160-46bc-ba3e-0d828cdfe3b3" + "f84c5107-2e0e-4b57-9b63-f1b93c720056" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:13:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "1f6ac2ec-1c95-4371-a855-163dcf306942" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b857ffaf-6c1f-4b03-8265-b296cc08b637" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "835388d3-dc02-4ed9-9ae9-742e11badd42" + "9ca4e8cd-b4e6-4a91-bea1-75e572a36c9f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233634Z:835388d3-dc02-4ed9-9ae9-742e11badd42" + "EASTUS2:20211123T221400Z:9ca4e8cd-b4e6-4a91-bea1-75e572a36c9f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:36:34 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar41161?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQxMTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar35121?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1MTIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar41161\": \"2021-06-28 23:36:34Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar35121\": \"2021-11-23 22:14:00Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "04fa4841-1c47-4921-aa03-031f4e9eddc5" + "bf8a4515-7c70-46e5-861f-98f8505ad695" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:01 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "3f440aab-ca06-44c9-8e16-86e74d28ba59" + "d588dba5-b450-446c-b4bc-b5633eb1a66f" ], "x-ms-correlation-request-id": [ - "3f440aab-ca06-44c9-8e16-86e74d28ba59" + "d588dba5-b450-446c-b4bc-b5633eb1a66f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233637Z:3f440aab-ca06-44c9-8e16-86e74d28ba59" + "EASTUS2:20211123T221402Z:d588dba5-b450-446c-b4bc-b5633eb1a66f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:36:37 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161\",\r\n \"name\": \"crptestar41161\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar41161\": \"2021-06-28 23:36:34Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121\",\r\n \"name\": \"crptestar35121\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar35121\": \"2021-11-23 22:14:00Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar41161?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQxMTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar35121?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1MTIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar41161\": \"2021-06-28 23:37:21Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar35121\": \"2021-11-23 22:14:46Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4f7b0d5f-e569-4153-8181-dc425595084d" + "8cb5a8d4-7f5a-40d8-ad89-b32b5fb2df59" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-request-id": [ - "e4403416-29e6-4f88-8b8c-3885cff26177" + "953c831b-2214-4d51-97c9-d3f545d571fb" ], "x-ms-correlation-request-id": [ - "e4403416-29e6-4f88-8b8c-3885cff26177" + "953c831b-2214-4d51-97c9-d3f545d571fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233721Z:e4403416-29e6-4f88-8b8c-3885cff26177" + "EASTUS2:20211123T221448Z:953c831b-2214-4d51-97c9-d3f545d571fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:20 GMT" - ], "Content-Length": [ "237" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161\",\r\n \"name\": \"crptestar41161\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar41161\": \"2021-06-28 23:37:21Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121\",\r\n \"name\": \"crptestar35121\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar35121\": \"2021-11-23 22:14:46Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Storage/storageAccounts/crptestar6387?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjM4Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Storage/storageAccounts/crptestar8701?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODcwMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4509b15f-340c-4e17-831a-e7a36801321c" + "40a13b42-0b7f-47b3-811b-ffedd6350b6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/80bb2676-5d9b-4740-aede-6dbe59832610?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6b593246-eea0-4bb2-a29c-7558a99be8f6?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "80bb2676-5d9b-4740-aede-6dbe59832610" + "6b593246-eea0-4bb2-a29c-7558a99be8f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "7977ad94-6892-4882-be38-0060748546a5" + "33bb43e2-2bb8-47a2-8d38-cc6a755f8ba0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233650Z:7977ad94-6892-4882-be38-0060748546a5" + "EASTUS2:20211123T221414Z:33bb43e2-2bb8-47a2-8d38-cc6a755f8ba0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:36:49 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/80bb2676-5d9b-4740-aede-6dbe59832610?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODBiYjI2NzYtNWQ5Yi00NzQwLWFlZGUtNmRiZTU5ODMyNjEwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6b593246-eea0-4bb2-a29c-7558a99be8f6?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNmI1OTMyNDYtZWVhMC00YmIyLWEyOWMtNzU1OGE5OWJlOGY2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/80bb2676-5d9b-4740-aede-6dbe59832610?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6b593246-eea0-4bb2-a29c-7558a99be8f6?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e7a0e90a-3932-4ae4-9158-1ee6d721768e" + "b3aba15b-e5c3-486f-88ff-9f070fb983ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "18db0c55-d96b-47ab-b9cc-c9c5d64dac6d" + "1de202ac-02d4-4ceb-9870-4dbd8817f57d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233707Z:18db0c55-d96b-47ab-b9cc-c9c5d64dac6d" + "EASTUS2:20211123T221432Z:1de202ac-02d4-4ceb-9870-4dbd8817f57d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:07 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/80bb2676-5d9b-4740-aede-6dbe59832610?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODBiYjI2NzYtNWQ5Yi00NzQwLWFlZGUtNmRiZTU5ODMyNjEwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/6b593246-eea0-4bb2-a29c-7558a99be8f6?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNmI1OTMyNDYtZWVhMC00YmIyLWEyOWMtNzU1OGE5OWJlOGY2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "89fe122f-5a06-467f-959a-77120481a921" + "7f933145-0e8c-4fbd-8a03-3fedc9682b3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "d1e90465-4af4-4f15-b07d-1563476fc02f" + "1bce6aa2-635e-4548-b80d-4cba393e8677" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233710Z:d1e90465-4af4-4f15-b07d-1563476fc02f" + "EASTUS2:20211123T221435Z:1bce6aa2-635e-4548-b80d-4cba393e8677" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:10 GMT" - ], "Content-Length": [ "95" ], @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1776b552-6ef5-4f1e-958e-2a4e21b4e988" + "cf248d2a-56e9-4e4f-9d2d-b9a416d85f45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "24798cc3-312f-4dcd-be02-9902258276c3" + "2dcb655a-cbb4-44f9-8ee5-c45946769142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "c9e12e1d-4105-4fec-9043-647103a1ac05" + "3230f102-6ac5-472d-9241-e28ac51de092" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233720Z:c9e12e1d-4105-4fec-9043-647103a1ac05" + "EASTUS2:20211123T221446Z:3230f102-6ac5-472d-9241-e28ac51de092" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:20 GMT" - ], "Content-Length": [ "753" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Storage/storageAccounts/crptestar6387\",\r\n \"name\": \"crptestar6387\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:36:45.4142113Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6387.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6387.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6387.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6387.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Storage/storageAccounts/crptestar8701\",\r\n \"name\": \"crptestar8701\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T22:14:11.3226412Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8701.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8701.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8701.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8701.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Storage/storageAccounts/crptestar6387?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjM4Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Storage/storageAccounts/crptestar8701?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODcwMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e987f363-9b02-4981-a9c3-c099b46f13fc" + "bf49291f-ff61-4918-8bed-11a60fa4ae06" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3eb46db1-cb85-4cd0-ad22-8fc3c87021ad" + "c652fa79-3bde-4a04-86a3-0cf6e7d0aeeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "0f7235de-2f07-4a96-b6f3-2ca7c46ac8e4" + "65bbde8c-8bfa-4bbd-be1d-62a8d507423f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233721Z:0f7235de-2f07-4a96-b6f3-2ca7c46ac8e4" + "EASTUS2:20211123T221446Z:65bbde8c-8bfa-4bbd-be1d-62a8d507423f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:20 GMT" - ], "Content-Length": [ "741" ], @@ -520,80 +520,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Storage/storageAccounts/crptestar6387\",\r\n \"name\": \"crptestar6387\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:36:45.4142113Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6387.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6387.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6387.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6387.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Storage/storageAccounts/crptestar8701\",\r\n \"name\": \"crptestar8701\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T22:14:11.3226412Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8701.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8701.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8701.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8701.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/publicIPAddresses/pip3124?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMTI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/publicIPAddresses/pip8525?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9761\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn177\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "474426cc-2a79-42e3-9150-2432f39a5127" + "ac75f405-9931-45af-b4a2-d64c66c584c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "207" + "206" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bbefd542-50b7-437f-a204-710532a9e99d" + "a63fe964-543a-4da5-b725-5e0b40a21986" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bbefd542-50b7-437f-a204-710532a9e99d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a63fe964-543a-4da5-b725-5e0b40a21986?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3ea539fb-9fe2-47f0-9600-6ba17f70a307" + "20822cec-ead5-4c7a-8434-eda4253c7628" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2635e6cf-43d3-41c7-b986-56c9017bc4d6" + "6f260cde-7622-4214-932e-3e4cc09869f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233732Z:3ea539fb-9fe2-47f0-9600-6ba17f70a307" + "EASTUS2:20211123T221459Z:20822cec-ead5-4c7a-8434-eda4253c7628" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:31 GMT" - ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/publicIPAddresses/pip3124\",\r\n \"etag\": \"W/\\\"c07e765e-c238-4324-a33f-3fc1b1e06df3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b0112618-9f96-43df-8476-9c51aef8c236\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9761\",\r\n \"fqdn\": \"dn9761.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8525\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/publicIPAddresses/pip8525\",\r\n \"etag\": \"W/\\\"b98ebff3-f673-4835-9814-d24fc8d6d643\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e5e44ae3-67dc-4bc1-a83d-17b62c27420d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn177\",\r\n \"fqdn\": \"dn177.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bbefd542-50b7-437f-a204-710532a9e99d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JiZWZkNTQyLTUwYjctNDM3Zi1hMjA0LTcxMDUzMmE5ZTk5ZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a63fe964-543a-4da5-b725-5e0b40a21986?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2M2ZlOTY0LTU0M2EtNGRhNS1iNzI1LTVlMGI0MGEyMTk4Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:14:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3dc91a49-193a-491d-acf8-c5f2f086f5d2" + "daeb08f4-dd0c-4841-aa8a-8a6230eeee0a" ], "x-ms-correlation-request-id": [ - "f396be11-3a3e-4fec-a083-113c5f2790db" + "925ede76-e79f-4185-94c5-bd7a1bae7f3f" ], "x-ms-arm-service-request-id": [ - "aa244590-2d59-41ff-bc49-994eaccc2336" + "45c39268-d4df-48d8-ba8c-5ffb63d8e7ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233733Z:f396be11-3a3e-4fec-a083-113c5f2790db" + "EASTUS2:20211123T221500Z:925ede76-e79f-4185-94c5-bd7a1bae7f3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:32 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/publicIPAddresses/pip3124?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMTI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/publicIPAddresses/pip8525?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9a1be10c-d14b-4946-9988-6993ca14bc04\"" + "W/\"041de3f6-af55-4665-b269-a70ead26a690\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "91386a89-d3ec-4f6b-8d2d-1cd2f77d8ce4" + "8fb5a5d6-9a12-4d12-993e-89820c402a71" ], "x-ms-correlation-request-id": [ - "f26522e5-5de9-4fc4-aff4-886b7b468cde" + "7465e4eb-eeed-4b42-8f38-71f258d7192a" ], "x-ms-arm-service-request-id": [ - "97c2c011-1f82-47e4-a896-4cfce1bdfffe" + "b4b17515-d880-4327-b38c-398c725fceaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233733Z:f26522e5-5de9-4fc4-aff4-886b7b468cde" + "EASTUS2:20211123T221500Z:7465e4eb-eeed-4b42-8f38-71f258d7192a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:33 GMT" - ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/publicIPAddresses/pip3124\",\r\n \"etag\": \"W/\\\"9a1be10c-d14b-4946-9988-6993ca14bc04\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0112618-9f96-43df-8476-9c51aef8c236\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9761\",\r\n \"fqdn\": \"dn9761.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8525\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/publicIPAddresses/pip8525\",\r\n \"etag\": \"W/\\\"041de3f6-af55-4665-b269-a70ead26a690\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e5e44ae3-67dc-4bc1-a83d-17b62c27420d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn177\",\r\n \"fqdn\": \"dn177.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/publicIPAddresses/pip3124?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMTI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/publicIPAddresses/pip8525?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efc0cdfa-e1f5-4865-9acd-526b80cb14f8" + "f03139b0-4aaa-4c87-ac5d-31c254b27f91" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9a1be10c-d14b-4946-9988-6993ca14bc04\"" + "W/\"041de3f6-af55-4665-b269-a70ead26a690\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "64a0380c-74d1-4d94-a217-1fccee6854a1" + "1347d464-1b79-475f-9d89-f6612756d34e" ], "x-ms-correlation-request-id": [ - "1d9184c4-5241-4f86-ba1f-d5154621784d" + "071b3792-07d9-47b0-bbd3-e5346b400b14" ], "x-ms-arm-service-request-id": [ - "dae3e01b-a6ca-4e50-8448-bdbca1cabeec" + "2e0bed62-e4de-47f9-a307-c134ae1cc73f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233733Z:1d9184c4-5241-4f86-ba1f-d5154621784d" + "EASTUS2:20211123T221501Z:071b3792-07d9-47b0-bbd3-e5346b400b14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:33 GMT" - ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -797,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/publicIPAddresses/pip3124\",\r\n \"etag\": \"W/\\\"9a1be10c-d14b-4946-9988-6993ca14bc04\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0112618-9f96-43df-8476-9c51aef8c236\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9761\",\r\n \"fqdn\": \"dn9761.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8525\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/publicIPAddresses/pip8525\",\r\n \"etag\": \"W/\\\"041de3f6-af55-4665-b269-a70ead26a690\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e5e44ae3-67dc-4bc1-a83d-17b62c27420d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn177\",\r\n \"fqdn\": \"dn177.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNzA0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDc0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3066\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4743\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d7642a2-288b-4722-b5bc-58041d113fa5" + "e1cc3895-0ef4-40be-a4aa-35b80b016b68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -829,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:04 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ed45e472-c7b2-4698-99b5-8274a0cad6a1" + "8275aa6b-007b-406a-a21d-2b0afec629dd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ed45e472-c7b2-4698-99b5-8274a0cad6a1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8275aa6b-007b-406a-a21d-2b0afec629dd?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b3d0b7b9-9106-47cd-865a-c3678433c61c" + "f5f772a6-78ae-443d-9b5d-ef5b7d8d2285" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "01d7ffc1-71c9-41d4-91f7-34b32324a614" + "1b3528ba-f0b3-4cb2-945a-54657283c0a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233737Z:b3d0b7b9-9106-47cd-865a-c3678433c61c" + "EASTUS2:20211123T221505Z:f5f772a6-78ae-443d-9b5d-ef5b7d8d2285" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:37 GMT" - ], "Content-Length": [ "1323" ], @@ -879,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704\",\r\n \"etag\": \"W/\\\"670c76b7-4343-47ba-8da9-89246c25b7fe\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2df19fc0-3e95-4344-8538-692eef0409cd\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066\",\r\n \"etag\": \"W/\\\"670c76b7-4343-47ba-8da9-89246c25b7fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4474\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474\",\r\n \"etag\": \"W/\\\"7a04c797-aef2-48c1-b03f-59516b09a0b9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"70bf9273-2095-43b3-b254-c3381e0049a5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743\",\r\n \"etag\": \"W/\\\"7a04c797-aef2-48c1-b03f-59516b09a0b9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ed45e472-c7b2-4698-99b5-8274a0cad6a1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkNDVlNDcyLWM3YjItNDY5OC05OWI1LTgyNzRhMGNhZDZhMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8275aa6b-007b-406a-a21d-2b0afec629dd?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgyNzVhYTZiLTAwN2ItNDA2YS1hMjFkLTJiMGFmZWM2MjlkZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -899,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4d1ac956-af7c-40eb-a4de-519235648ac2" + "e610f3b5-cefb-49d8-879e-d310263477b6" ], "x-ms-correlation-request-id": [ - "27b7c516-6c6b-46d7-96bc-704e585cf6eb" + "724532f9-090d-4182-90a1-7d0b5c7400b1" ], "x-ms-arm-service-request-id": [ - "e4665c07-497e-4f90-ade0-5525898d6717" + "89b2432a-18c4-40e0-9115-5a78f9dc6c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233741Z:27b7c516-6c6b-46d7-96bc-704e585cf6eb" + "EASTUS2:20211123T221508Z:724532f9-090d-4182-90a1-7d0b5c7400b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:40 GMT" - ], "Content-Length": [ "29" ], @@ -944,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNzA0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDc0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"60d04744-92f0-4dc3-af63-c806cd784920\"" + "W/\"3b896b0c-f04e-4731-b599-1391a6fc5248\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "94ca5de8-bd69-4ad2-9e93-6c2d1f999bed" + "26c25fd1-0da5-4609-9525-4081466c046d" ], "x-ms-correlation-request-id": [ - "01ec2ac2-6866-41ce-b79e-9bfaf82002bf" + "b30b9cd6-be6b-455a-9de1-0b241dba9ed2" ], "x-ms-arm-service-request-id": [ - "c35c2ef4-ba48-4f87-8c90-8ee5c6fe32d5" + "961cc761-d7e7-43b1-a3c1-4b316d54d3e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233741Z:01ec2ac2-6866-41ce-b79e-9bfaf82002bf" + "EASTUS2:20211123T221509Z:b30b9cd6-be6b-455a-9de1-0b241dba9ed2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:40 GMT" - ], "Content-Length": [ "1325" ], @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704\",\r\n \"etag\": \"W/\\\"60d04744-92f0-4dc3-af63-c806cd784920\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2df19fc0-3e95-4344-8538-692eef0409cd\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066\",\r\n \"etag\": \"W/\\\"60d04744-92f0-4dc3-af63-c806cd784920\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4474\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474\",\r\n \"etag\": \"W/\\\"3b896b0c-f04e-4731-b599-1391a6fc5248\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"70bf9273-2095-43b3-b254-c3381e0049a5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743\",\r\n \"etag\": \"W/\\\"3b896b0c-f04e-4731-b599-1391a6fc5248\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNzA0L3N1Ym5ldHMvc24zMDY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDc0L3N1Ym5ldHMvc240NzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b60f929b-8bc4-4b4f-afa1-28539a8c7859" + "4af0654e-9d74-4cef-bafc-b1bc3e2911d2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1030,40 +1030,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"60d04744-92f0-4dc3-af63-c806cd784920\"" + "W/\"3b896b0c-f04e-4731-b599-1391a6fc5248\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "53252bd4-5460-4f54-96ee-fe9715056bdf" + "097ac99e-5155-4c0e-b80c-daaa03f92195" ], "x-ms-correlation-request-id": [ - "d078cb15-a5fa-4f9b-beb0-4eb358022fba" + "ed3c18cd-87a2-4a62-91f4-d20937876a42" ], "x-ms-arm-service-request-id": [ - "b3728838-c479-4037-9e9a-45fa7d5e2011" + "b405d719-5ae5-49c9-abfd-93d999ebd02a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233741Z:d078cb15-a5fa-4f9b-beb0-4eb358022fba" + "EASTUS2:20211123T221509Z:ed3c18cd-87a2-4a62-91f4-d20937876a42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:41 GMT" - ], "Content-Length": [ "524" ], @@ -1074,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066\",\r\n \"etag\": \"W/\\\"60d04744-92f0-4dc3-af63-c806cd784920\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743\",\r\n \"etag\": \"W/\\\"3b896b0c-f04e-4731-b599-1391a6fc5248\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NDQyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066\"\r\n }\r\n },\r\n \"name\": \"ip578\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743\"\r\n }\r\n },\r\n \"name\": \"ip2670\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "640a418b-ca84-4e8d-9a96-150c4ba0a5cf" + "e2eca9e5-71b6-4682-a273-1c3ea16b3ffb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a14df926-952a-41c0-8924-c8b064fd1cc6" + "1110542d-f026-4aa1-b3f0-d7205b65dfc1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a14df926-952a-41c0-8924-c8b064fd1cc6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1110542d-f026-4aa1-b3f0-d7205b65dfc1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f60aef7f-5797-4768-9744-530f8dfe3c26" + "953ac4b4-55b6-4c5a-84a2-3e8881871c44" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "fd464da2-5712-42ea-b7b5-17bf7dc524e5" + "2cd788dc-f71a-48c6-a4a3-f854221b3eca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233745Z:f60aef7f-5797-4768-9744-530f8dfe3c26" + "EASTUS2:20211123T221513Z:953ac4b4-55b6-4c5a-84a2-3e8881871c44" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:45 GMT" - ], "Content-Length": [ - "1632" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1153,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9525\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525\",\r\n \"etag\": \"W/\\\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b562e855-4fe7-4c64-b194-bd6c1a64d8ca\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525/ipConfigurations/ip578\",\r\n \"etag\": \"W/\\\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066\"\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\": \"ycp5clmvhzcehbjynexo4bajzf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442\",\r\n \"etag\": \"W/\\\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"07e4045b-2d05-446e-be4b-ac8dbff4f5e8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2670\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442/ipConfigurations/ip2670\",\r\n \"etag\": \"W/\\\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743\"\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\": \"oojl42eveczuhmsuym2b2acjuf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NDQyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\"" + "W/\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0e3e3576-082d-4ac7-a68f-66873afab3c9" + "715aed2a-5b24-4217-880b-f9b3d5c56e3b" ], "x-ms-correlation-request-id": [ - "43873fc7-4d5e-4c30-873e-ede84a6702f5" + "db072a05-b98d-4091-87e3-10cc742f352c" ], "x-ms-arm-service-request-id": [ - "df5a4ab4-700c-4654-b285-2e5d9922a1aa" + "8e373199-fb26-4c78-9d2a-70ef529949d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233746Z:43873fc7-4d5e-4c30-873e-ede84a6702f5" + "EASTUS2:20211123T221513Z:db072a05-b98d-4091-87e3-10cc742f352c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:45 GMT" - ], "Content-Length": [ - "1632" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1217,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9525\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525\",\r\n \"etag\": \"W/\\\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b562e855-4fe7-4c64-b194-bd6c1a64d8ca\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525/ipConfigurations/ip578\",\r\n \"etag\": \"W/\\\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066\"\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\": \"ycp5clmvhzcehbjynexo4bajzf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442\",\r\n \"etag\": \"W/\\\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"07e4045b-2d05-446e-be4b-ac8dbff4f5e8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2670\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442/ipConfigurations/ip2670\",\r\n \"etag\": \"W/\\\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743\"\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\": \"oojl42eveczuhmsuym2b2acjuf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NDQyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85223e1c-4152-4b1c-b20b-c57caf74c2b2" + "6ca0a6b9-6487-4f85-b822-8b026632a109" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1243,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\"" + "W/\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bf0f7e78-8328-41db-bbb0-3136e69c86af" + "821efd82-71f4-4662-9fa0-1554e33d3286" ], "x-ms-correlation-request-id": [ - "c8df86a4-b5fe-4c6f-b3e5-939c5520002a" + "b61fcc51-8877-43c7-86c9-432757d60f8f" ], "x-ms-arm-service-request-id": [ - "c63d53b1-3e1c-465f-9cdd-bcc732655ebc" + "eb448311-ff9c-4ae1-a488-e1eddfbabfd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233746Z:c8df86a4-b5fe-4c6f-b3e5-939c5520002a" + "EASTUS2:20211123T221513Z:b61fcc51-8877-43c7-86c9-432757d60f8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:45 GMT" - ], "Content-Length": [ - "1632" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1287,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9525\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525\",\r\n \"etag\": \"W/\\\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b562e855-4fe7-4c64-b194-bd6c1a64d8ca\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525/ipConfigurations/ip578\",\r\n \"etag\": \"W/\\\"bcecf567-b58f-42c6-9fea-0b4bf40aa540\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/virtualNetworks/vn1704/subnets/sn3066\"\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\": \"ycp5clmvhzcehbjynexo4bajzf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442\",\r\n \"etag\": \"W/\\\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"07e4045b-2d05-446e-be4b-ac8dbff4f5e8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2670\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442/ipConfigurations/ip2670\",\r\n \"etag\": \"W/\\\"8f8272ce-eb7e-4c90-8d88-aaf17de51c5b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/virtualNetworks/vn4474/subnets/sn4743\"\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\": \"oojl42eveczuhmsuym2b2acjuf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/availabilitySets/as3554?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzMzU1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/availabilitySets/as3949?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzMzk0OT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7b1ace5-fd1b-4dca-8a7d-f07a9624884d" + "38d5ad5f-3ecb-4da6-8fd4-26af8ec42251" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1319,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1190" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4db91eaa-63df-4123-86a6-f1d15996cd47" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e47ffaa4-3ada-43e9-b395-3e87f41f6229" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f6a24459-993a-4d38-bf1d-8d860c06e4de" + "10c436a9-8bcd-46a2-87a2-e425aee77b6b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233755Z:f6a24459-993a-4d38-bf1d-8d860c06e4de" + "EASTUS2:20211123T221524Z:10c436a9-8bcd-46a2-87a2-e425aee77b6b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:37:54 GMT" - ], "Content-Length": [ "445" ], @@ -1360,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as3554\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/availabilitySets/as3554\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as3949\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/availabilitySets/as3949\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/virtualMachines/vm6210?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02MjEwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/virtualMachines/vm4695?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00Njk1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6387.blob.core.windows.net/crptestar9754/oscrptestar1001.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/availabilitySets/as3554\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8701.blob.core.windows.net/crptestar5451/oscrptestar4164.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/availabilitySets/as3949\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39d488d9-6364-4d4d-b850-5d9e628ab303" + "fbf20838-be01-4c57-9d9f-85a121f4c332" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1392,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:28 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3b162a1-aab9-45ba-af63-2de64d8c7b63?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ce436573-b595-40ca-ae03-14a3575d6447?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1189" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3b162a1-aab9-45ba-af63-2de64d8c7b63" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ce436573-b595-40ca-ae03-14a3575d6447" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "e5dcb69e-3932-4844-b7ac-8be87e2eb61b" + "f83c57d2-e4bf-42fb-99e7-8def575b3563" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233801Z:e5dcb69e-3932-4844-b7ac-8be87e2eb61b" + "EASTUS2:20211123T221528Z:f83c57d2-e4bf-42fb-99e7-8def575b3563" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:38:01 GMT" - ], "Content-Length": [ - "2029" + "2086" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1442,60 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6210\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/virtualMachines/vm6210\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9799d33b-d867-46d5-b204-3440d5dafdaa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/availabilitySets/AS3554\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6387.blob.core.windows.net/crptestar9754/oscrptestar1001.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4695\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/virtualMachines/vm4695\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6c24de6e-ca68-4275-9e14-ae5c8850ff72\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/availabilitySets/AS3949\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8701.blob.core.windows.net/crptestar5451/oscrptestar4164.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-23T22:15:26.5896991+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3b162a1-aab9-45ba-af63-2de64d8c7b63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzYjE2MmExLWFhYjktNDViYS1hZjYzLTJkZTY0ZDhjN2I2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ce436573-b595-40ca-ae03-14a3575d6447?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NlNDM2NTczLWI1OTUtNDBjYS1hZTAzLTE0YTM1NzVkNjQ0Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:15:38 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29911" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86434ffb-1c11-4919-80a5-90f70650fb4e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ce49afc-5e1b-45fa-b4dc-c874e29797f2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "71cd8ecc-3876-4418-891a-05d1d961c70f" + "5f9f5694-b593-4a89-8fa2-c0e0c848cd57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233812Z:71cd8ecc-3876-4418-891a-05d1d961c70f" + "EASTUS2:20211123T221538Z:5f9f5694-b593-4a89-8fa2-c0e0c848cd57" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:38:12 GMT" - ], "Content-Length": [ "134" ], @@ -1506,57 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:37:59.7036381+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3b162a1-aab9-45ba-af63-2de64d8c7b63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:15:26.5428128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ce436573-b595-40ca-ae03-14a3575d6447\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3b162a1-aab9-45ba-af63-2de64d8c7b63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzYjE2MmExLWFhYjktNDViYS1hZjYzLTJkZTY0ZDhjN2I2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ce436573-b595-40ca-ae03-14a3575d6447?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NlNDM2NTczLWI1OTUtNDBjYS1hZTAzLTE0YTM1NzVkNjQ0Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:16:28 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29910" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0466419e-568e-4b1c-aaba-81b5bee86848" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29922" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4ab569ee-6163-46c1-9e34-f5afa120a896" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "fb1bd0c6-8553-4a20-bba7-be85b28f9ccf" + "1151bc9d-8f2d-4848-ad51-2fd0d8fd5527" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233902Z:fb1bd0c6-8553-4a20-bba7-be85b28f9ccf" + "EASTUS2:20211123T221629Z:1151bc9d-8f2d-4848-ad51-2fd0d8fd5527" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:39:02 GMT" - ], "Content-Length": [ "134" ], @@ -1567,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:37:59.7036381+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3b162a1-aab9-45ba-af63-2de64d8c7b63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:15:26.5428128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ce436573-b595-40ca-ae03-14a3575d6447\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3b162a1-aab9-45ba-af63-2de64d8c7b63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzYjE2MmExLWFhYjktNDViYS1hZjYzLTJkZTY0ZDhjN2I2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ce436573-b595-40ca-ae03-14a3575d6447?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NlNDM2NTczLWI1OTUtNDBjYS1hZTAzLTE0YTM1NzVkNjQ0Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:17:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29909" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "15dd066e-6d4b-41d8-922e-d220eb7eaee1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6a600b10-3b4b-408e-b9c5-552dd280278b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "513a37ce-bc91-4487-8652-884fa5989e71" + "d664d402-d6dc-433f-8f00-4f6965da90f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T233952Z:513a37ce-bc91-4487-8652-884fa5989e71" + "EASTUS2:20211123T221719Z:d664d402-d6dc-433f-8f00-4f6965da90f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:39:51 GMT" - ], "Content-Length": [ "134" ], @@ -1628,59 +1628,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:37:59.7036381+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3b162a1-aab9-45ba-af63-2de64d8c7b63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:15:26.5428128+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ce436573-b595-40ca-ae03-14a3575d6447\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3b162a1-aab9-45ba-af63-2de64d8c7b63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzYjE2MmExLWFhYjktNDViYS1hZjYzLTJkZTY0ZDhjN2I2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ce436573-b595-40ca-ae03-14a3575d6447?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NlNDM2NTczLWI1OTUtNDBjYS1hZTAzLTE0YTM1NzVkNjQ0Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:18:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29933" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7f147a2-5f79-4d03-af6c-56db0b36c5c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1cf1af2f-5ca4-45ce-ae63-12ded3ce78db" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "edeac995-2fea-42a8-8e91-46c78ec62bc5" + "64d2749c-6b70-4222-a2d9-23d48cbfc06e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234043Z:edeac995-2fea-42a8-8e91-46c78ec62bc5" + "EASTUS2:20211123T221809Z:64d2749c-6b70-4222-a2d9-23d48cbfc06e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:40:42 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1689,59 +1689,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:37:59.7036381+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3b162a1-aab9-45ba-af63-2de64d8c7b63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:15:26.5428128+00:00\",\r\n \"endTime\": \"2021-11-23T22:17:50.4958906+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ce436573-b595-40ca-ae03-14a3575d6447\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3b162a1-aab9-45ba-af63-2de64d8c7b63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzYjE2MmExLWFhYjktNDViYS1hZjYzLTJkZTY0ZDhjN2I2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/virtualMachines/vm4695?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00Njk1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:18:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29931" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "efc94e9b-8d51-434f-97d6-0bac1031ece7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1b324219-6c32-485f-a6e5-1a581f4aa37b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "d428cb2b-5d61-4b4b-8455-64c3c1c47efc" + "8247487a-b4da-43ea-b305-639159e269ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234133Z:d428cb2b-5d61-4b4b-8455-64c3c1c47efc" + "EASTUS2:20211123T221809Z:8247487a-b4da-43ea-b305-639159e269ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:41:32 GMT" - ], "Content-Length": [ - "184" + "2115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1750,59 +1750,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:37:59.7036381+00:00\",\r\n \"endTime\": \"2021-06-28T23:40:48.6563242+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f3b162a1-aab9-45ba-af63-2de64d8c7b63\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4695\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/virtualMachines/vm4695\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6c24de6e-ca68-4275-9e14-ae5c8850ff72\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/availabilitySets/AS3949\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8701.blob.core.windows.net/crptestar5451/oscrptestar4164.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:15:26.5896991+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/virtualMachines/vm6210?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02MjEwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/virtualMachines/vm4695?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00Njk1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "588aa151-756d-4696-ba83-4f2608b79ee3" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:18:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31952" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "807492f5-7e62-4648-9f94-e450ca745ea9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b247974c-6c47-4925-8d5e-bb35e2a02dfb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "fc232c1c-417e-41e0-b8de-aeabbde44a3a" + "2c9b1de3-8ca6-45bb-9e84-1dae2f286e45" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234133Z:fc232c1c-417e-41e0-b8de-aeabbde44a3a" + "EASTUS2:20211123T221810Z:2c9b1de3-8ca6-45bb-9e84-1dae2f286e45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:41:32 GMT" - ], "Content-Length": [ - "2058" + "2115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1811,200 +1817,194 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6210\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/virtualMachines/vm6210\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9799d33b-d867-46d5-b204-3440d5dafdaa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/availabilitySets/AS3554\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6387.blob.core.windows.net/crptestar9754/oscrptestar1001.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4695\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/virtualMachines/vm4695\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"6c24de6e-ca68-4275-9e14-ae5c8850ff72\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/availabilitySets/AS3949\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8701.blob.core.windows.net/crptestar5451/oscrptestar4164.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Network/networkInterfaces/nic9442\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-23T22:15:26.5896991+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/virtualMachines/vm6210?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02MjEwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35121/providers/Microsoft.Compute/virtualMachines/vm4695/runCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm00Njk1L3J1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"commandId\": \"RunPowerShellScript\",\r\n \"script\": [\r\n \"param(\",\r\n \" [string]$arg1,\",\r\n \" [string]$arg2\",\r\n \")\",\r\n \"echo This is a sample script with parameters $arg1 $arg2\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"arg1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"arg2\",\r\n \"value\": \"value2\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bdcce40d-8cf9-4b94-99fd-1b819e5715cb" + "dd29c67e-a6ad-4938-9c6f-a7a7b27c4ce9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "355" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:18:09 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31951" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a15c3ceb-bc06-40e3-bac3-2d0feb12737b" + "3deb5904-36ac-4eb5-9ad9-6d10e07b0a74" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "73dd6c43-1dc7-493e-8cb6-9266b4726adf" + "5563a1e3-924a-414b-9237-8a6c9adf4afd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234133Z:73dd6c43-1dc7-493e-8cb6-9266b4726adf" + "EASTUS2:20211123T221810Z:5563a1e3-924a-414b-9237-8a6c9adf4afd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:41:33 GMT" - ], "Content-Length": [ - "2058" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6210\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/virtualMachines/vm6210\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9799d33b-d867-46d5-b204-3440d5dafdaa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/availabilitySets/AS3554\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6387.blob.core.windows.net/crptestar9754/oscrptestar1001.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Network/networkInterfaces/nic9525\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar41161/providers/Microsoft.Compute/virtualMachines/vm6210/runCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm02MjEwL3J1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"commandId\": \"RunPowerShellScript\",\r\n \"script\": [\r\n \"param(\",\r\n \" [string]$arg1,\",\r\n \" [string]$arg2\",\r\n \")\",\r\n \"echo This is a sample script with parameters $arg1 $arg2\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"arg1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"arg2\",\r\n \"value\": \"value2\"\r\n }\r\n ]\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkZWI1OTA0LTM2YWMtNGViNS05YWQ5LTZkMTBlMDdiMGE3ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5241628c-6b6d-44c3-b990-28698897ba56" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "355" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:18:40 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?monitor=true&api-version=2021-07-01" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?api-version=2021-07-01" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1189" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "148c674a-eb66-4d00-b60e-aaaf22b65ed7" + "f0c5f43d-fa28-4908-bb46-5f01f7e2564e" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "x-ms-correlation-request-id": [ - "43a67164-4d9b-4d1f-b66b-58c6ffb5d85e" + "ba293936-799e-4553-9b03-0b5e7e03f3c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234134Z:43a67164-4d9b-4d1f-b66b-58c6ffb5d85e" + "EASTUS2:20211123T221841Z:ba293936-799e-4553-9b03-0b5e7e03f3c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:41:33 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:18:10.5739684+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3deb5904-36ac-4eb5-9ad9-6d10e07b0a74\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0OGM2NzRhLWViNjYtNGQwMC1iNjBlLWFhYWYyMmI2NWVkNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkZWI1OTA0LTM2YWMtNGViNS05YWQ5LTZkMTBlMDdiMGE3ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:19:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29929" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20452f8b-59ba-402d-b2de-ded95a47f245" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "30d7f74d-810b-436d-bbc8-09603491f379" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "9c80b262-bf07-463f-bf66-57e32233277a" + "1114ec34-2abd-41b4-9b8e-9f4c509a9966" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234204Z:9c80b262-bf07-463f-bf66-57e32233277a" + "EASTUS2:20211123T221911Z:1114ec34-2abd-41b4-9b8e-9f4c509a9966" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:42:04 GMT" - ], "Content-Length": [ "134" ], @@ -2015,57 +2015,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:41:34.2500043+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"148c674a-eb66-4d00-b60e-aaaf22b65ed7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:18:10.5739684+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3deb5904-36ac-4eb5-9ad9-6d10e07b0a74\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0OGM2NzRhLWViNjYtNGQwMC1iNjBlLWFhYWYyMmI2NWVkNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkZWI1OTA0LTM2YWMtNGViNS05YWQ5LTZkMTBlMDdiMGE3ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:19:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29926" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b3ecbb31-399b-454f-8f43-941079224687" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f8fb662a-b1bc-454a-a83c-ab3633106673" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "731d35c2-8054-4251-ad16-bbf787566359" + "30792317-cad9-41af-83ad-020af4061e20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234234Z:731d35c2-8054-4251-ad16-bbf787566359" + "EASTUS2:20211123T221941Z:30792317-cad9-41af-83ad-020af4061e20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:42:34 GMT" - ], "Content-Length": [ "134" ], @@ -2076,57 +2076,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:41:34.2500043+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"148c674a-eb66-4d00-b60e-aaaf22b65ed7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:18:10.5739684+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3deb5904-36ac-4eb5-9ad9-6d10e07b0a74\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0OGM2NzRhLWViNjYtNGQwMC1iNjBlLWFhYWYyMmI2NWVkNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkZWI1OTA0LTM2YWMtNGViNS05YWQ5LTZkMTBlMDdiMGE3ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:20:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29923" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7a5c001-bf29-4ecf-883f-1c37ae12be53" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dfd1fba1-1bef-4b36-b693-06e2ee390927" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "fa504c0b-cd5f-4507-ad91-5fa858b6abf2" + "2b03bd32-e182-4bfb-b6b5-7a387b85147d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234305Z:fa504c0b-cd5f-4507-ad91-5fa858b6abf2" + "EASTUS2:20211123T222011Z:2b03bd32-e182-4bfb-b6b5-7a387b85147d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:43:04 GMT" - ], "Content-Length": [ "134" ], @@ -2137,57 +2137,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:41:34.2500043+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"148c674a-eb66-4d00-b60e-aaaf22b65ed7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:18:10.5739684+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3deb5904-36ac-4eb5-9ad9-6d10e07b0a74\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0OGM2NzRhLWViNjYtNGQwMC1iNjBlLWFhYWYyMmI2NWVkNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkZWI1OTA0LTM2YWMtNGViNS05YWQ5LTZkMTBlMDdiMGE3ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:20:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29920" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14f320cb-3faf-41fe-972e-debd81e4ea59" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b64e582b-9ed4-4d33-8bd5-00b8f5e038f8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-correlation-request-id": [ - "886b25ad-2fec-4eae-9d88-dcf2160c027f" + "c97b5436-df93-420e-923f-1de6b9daa87f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234335Z:886b25ad-2fec-4eae-9d88-dcf2160c027f" + "EASTUS2:20211123T222042Z:c97b5436-df93-420e-923f-1de6b9daa87f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:43:34 GMT" - ], "Content-Length": [ "134" ], @@ -2198,57 +2198,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:41:34.2500043+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"148c674a-eb66-4d00-b60e-aaaf22b65ed7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:18:10.5739684+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3deb5904-36ac-4eb5-9ad9-6d10e07b0a74\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0OGM2NzRhLWViNjYtNGQwMC1iNjBlLWFhYWYyMmI2NWVkNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkZWI1OTA0LTM2YWMtNGViNS05YWQ5LTZkMTBlMDdiMGE3ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:21:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29918" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94368657-131f-4147-bcc9-41d39cf939fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cd42f3b5-5a88-4d29-8098-db29c6e28df4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "8da7de5d-ffaa-42b2-80a9-a6ea42670192" + "73754676-951e-4062-aa13-6478eed8500a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234405Z:8da7de5d-ffaa-42b2-80a9-a6ea42670192" + "EASTUS2:20211123T222112Z:73754676-951e-4062-aa13-6478eed8500a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:44:05 GMT" - ], "Content-Length": [ "523" ], @@ -2259,57 +2259,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:41:34.2500043+00:00\",\r\n \"endTime\": \"2021-06-28T23:43:49.5936322+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"value\": [\r\n {\r\n \"code\": \"ComponentStatus/StdOut/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"This\\nis\\na\\nsample\\nscript\\nwith\\nparameters\\nvalue1\\nvalue2\"\r\n },\r\n {\r\n \"code\": \"ComponentStatus/StdErr/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"\"\r\n }\r\n ]\r\n }\r\n },\r\n \"name\": \"148c674a-eb66-4d00-b60e-aaaf22b65ed7\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T22:18:10.5739684+00:00\",\r\n \"endTime\": \"2021-11-23T22:20:48.2613996+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"value\": [\r\n {\r\n \"code\": \"ComponentStatus/StdOut/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"This\\nis\\na\\nsample\\nscript\\nwith\\nparameters\\nvalue1\\nvalue2\"\r\n },\r\n {\r\n \"code\": \"ComponentStatus/StdErr/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"\"\r\n }\r\n ]\r\n }\r\n },\r\n \"name\": \"3deb5904-36ac-4eb5-9ad9-6d10e07b0a74\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/148c674a-eb66-4d00-b60e-aaaf22b65ed7?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0OGM2NzRhLWViNjYtNGQwMC1iNjBlLWFhYWYyMmI2NWVkNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3deb5904-36ac-4eb5-9ad9-6d10e07b0a74?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkZWI1OTA0LTM2YWMtNGViNS05YWQ5LTZkMTBlMDdiMGE3ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:21:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29917" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a95bc111-d0f8-40cf-b451-dd1ce7a83e2b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "37eab6d9-f2f4-44bb-8e56-361a534a27db" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-correlation-request-id": [ - "e7c3f071-ff48-47fe-a543-84310187fe75" + "a37ecd11-01f9-45ec-b481-26d3eef17de9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234406Z:e7c3f071-ff48-47fe-a543-84310187fe75" + "EASTUS2:20211123T222112Z:a37ecd11-01f9-45ec-b481-26d3eef17de9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:44:05 GMT" - ], "Content-Length": [ "298" ], @@ -2324,21 +2324,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar41161?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQxMTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar35121?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1MTIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bb3be9f-0db5-4995-8b54-4b15d9781863" + "181202ac-4af0-4115-b334-129be4a7c09f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2346,11 +2346,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:21:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2359,13 +2362,13 @@ "14999" ], "x-ms-request-id": [ - "f7615225-792b-4bce-a03d-26b5a97dd44a" + "bbb7777b-bf51-4e8f-91b0-08064c42005d" ], "x-ms-correlation-request-id": [ - "f7615225-792b-4bce-a03d-26b5a97dd44a" + "bbb7777b-bf51-4e8f-91b0-08064c42005d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234411Z:f7615225-792b-4bce-a03d-26b5a97dd44a" + "EASTUS2:20211123T222118Z:bbb7777b-bf51-4e8f-91b0-08064c42005d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2373,29 +2376,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:44:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2403,11 +2403,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:21:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2416,13 +2419,13 @@ "11999" ], "x-ms-request-id": [ - "4f38a5a4-fe3f-485b-8e6b-eebeb78f0dba" + "b47037fc-514a-4fd9-b053-da82fe243ecc" ], "x-ms-correlation-request-id": [ - "4f38a5a4-fe3f-485b-8e6b-eebeb78f0dba" + "b47037fc-514a-4fd9-b053-da82fe243ecc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234427Z:4f38a5a4-fe3f-485b-8e6b-eebeb78f0dba" + "EASTUS2:20211123T222134Z:b47037fc-514a-4fd9-b053-da82fe243ecc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,29 +2433,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:44:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2460,11 +2460,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:21:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2473,13 +2476,13 @@ "11998" ], "x-ms-request-id": [ - "f6a58e0f-d344-487d-a8a3-f5cf89452b6c" + "ed046dc7-7617-4626-b289-ad063ff39cb4" ], "x-ms-correlation-request-id": [ - "f6a58e0f-d344-487d-a8a3-f5cf89452b6c" + "ed046dc7-7617-4626-b289-ad063ff39cb4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234442Z:f6a58e0f-d344-487d-a8a3-f5cf89452b6c" + "EASTUS2:20211123T222149Z:ed046dc7-7617-4626-b289-ad063ff39cb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2487,29 +2490,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:44:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2517,11 +2517,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:22:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2530,13 +2533,13 @@ "11997" ], "x-ms-request-id": [ - "c0b3f2a7-d04e-474a-805e-89c13c6d1238" + "6564822b-85cc-4ceb-9810-503d1a4e49ea" ], "x-ms-correlation-request-id": [ - "c0b3f2a7-d04e-474a-805e-89c13c6d1238" + "6564822b-85cc-4ceb-9810-503d1a4e49ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234458Z:c0b3f2a7-d04e-474a-805e-89c13c6d1238" + "EASTUS2:20211123T222205Z:6564822b-85cc-4ceb-9810-503d1a4e49ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2544,29 +2547,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:44:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2574,11 +2574,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:22:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2587,13 +2590,13 @@ "11996" ], "x-ms-request-id": [ - "36b4330a-78d2-41c8-b563-ae6dbf086f81" + "ac4fbee4-28e2-4dee-86fe-37754a5fa765" ], "x-ms-correlation-request-id": [ - "36b4330a-78d2-41c8-b563-ae6dbf086f81" + "ac4fbee4-28e2-4dee-86fe-37754a5fa765" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234513Z:36b4330a-78d2-41c8-b563-ae6dbf086f81" + "EASTUS2:20211123T222220Z:ac4fbee4-28e2-4dee-86fe-37754a5fa765" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2601,29 +2604,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:45:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2631,11 +2631,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:22:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2644,13 +2647,13 @@ "11995" ], "x-ms-request-id": [ - "5e9546f8-3a5b-4377-bba2-f599d8550675" + "3d4291f0-3595-4c35-8909-f6b17f98603f" ], "x-ms-correlation-request-id": [ - "5e9546f8-3a5b-4377-bba2-f599d8550675" + "3d4291f0-3595-4c35-8909-f6b17f98603f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234529Z:5e9546f8-3a5b-4377-bba2-f599d8550675" + "EASTUS2:20211123T222236Z:3d4291f0-3595-4c35-8909-f6b17f98603f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2658,29 +2661,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:45:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2688,11 +2688,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:22:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2701,13 +2704,13 @@ "11994" ], "x-ms-request-id": [ - "508d3ab1-0d56-4336-a00a-12296c91b8c3" + "3fe3b9ae-ef12-483a-93ea-a35f887fca3c" ], "x-ms-correlation-request-id": [ - "508d3ab1-0d56-4336-a00a-12296c91b8c3" + "3fe3b9ae-ef12-483a-93ea-a35f887fca3c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234544Z:508d3ab1-0d56-4336-a00a-12296c91b8c3" + "EASTUS2:20211123T222251Z:3fe3b9ae-ef12-483a-93ea-a35f887fca3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2715,29 +2718,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:45:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2745,11 +2745,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:23:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2758,13 +2761,13 @@ "11993" ], "x-ms-request-id": [ - "b585627d-1e1c-4ecf-afb3-95f816b8b169" + "01564ae3-d18e-48f6-8c21-8d6f07245c9e" ], "x-ms-correlation-request-id": [ - "b585627d-1e1c-4ecf-afb3-95f816b8b169" + "01564ae3-d18e-48f6-8c21-8d6f07245c9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234600Z:b585627d-1e1c-4ecf-afb3-95f816b8b169" + "EASTUS2:20211123T222307Z:01564ae3-d18e-48f6-8c21-8d6f07245c9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2772,29 +2775,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:45:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2802,11 +2802,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:23:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2815,13 +2818,13 @@ "11992" ], "x-ms-request-id": [ - "61c230c4-77dc-4f4c-a610-1d8d3858510c" + "73252690-4b44-4672-94e7-c6e4dfb38c2c" ], "x-ms-correlation-request-id": [ - "61c230c4-77dc-4f4c-a610-1d8d3858510c" + "73252690-4b44-4672-94e7-c6e4dfb38c2c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234615Z:61c230c4-77dc-4f4c-a610-1d8d3858510c" + "EASTUS2:20211123T222322Z:73252690-4b44-4672-94e7-c6e4dfb38c2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2829,29 +2832,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:46:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2859,11 +2859,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:23:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2872,13 +2875,13 @@ "11991" ], "x-ms-request-id": [ - "6345d10a-b5d4-4347-8816-c02bb4e93fd9" + "37aecb42-22e3-4c11-91a3-43ee7ee2e209" ], "x-ms-correlation-request-id": [ - "6345d10a-b5d4-4347-8816-c02bb4e93fd9" + "37aecb42-22e3-4c11-91a3-43ee7ee2e209" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234631Z:6345d10a-b5d4-4347-8816-c02bb4e93fd9" + "EASTUS2:20211123T222338Z:37aecb42-22e3-4c11-91a3-43ee7ee2e209" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2886,29 +2889,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:46:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:23:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "a410d9f4-e8eb-424b-adf0-3d56747293fa" + ], + "x-ms-correlation-request-id": [ + "a410d9f4-e8eb-424b-adf0-3d56747293fa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T222353Z:a410d9f4-e8eb-424b-adf0-3d56747293fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2916,20 +2973,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:24:08 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-request-id": [ - "e441cdc3-da2c-4290-ae92-b92139f48f80" + "43493ea4-1c72-4c1f-ad02-36d0458bef14" ], "x-ms-correlation-request-id": [ - "e441cdc3-da2c-4290-ae92-b92139f48f80" + "43493ea4-1c72-4c1f-ad02-36d0458bef14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234646Z:e441cdc3-da2c-4290-ae92-b92139f48f80" + "EASTUS2:20211123T222409Z:43493ea4-1c72-4c1f-ad02-36d0458bef14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2937,29 +3003,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:46:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:24:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "23349345-4ed3-4996-bb12-7068c14e37ed" + ], + "x-ms-correlation-request-id": [ + "23349345-4ed3-4996-bb12-7068c14e37ed" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T222424Z:23349345-4ed3-4996-bb12-7068c14e37ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2967,20 +3087,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 22:24:39 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-request-id": [ - "14d51278-8627-4c13-9c5b-e4254c1d07bb" + "e5771f62-b98b-42e8-99cc-35a466c82906" ], "x-ms-correlation-request-id": [ - "14d51278-8627-4c13-9c5b-e4254c1d07bb" + "e5771f62-b98b-42e8-99cc-35a466c82906" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T234647Z:14d51278-8627-4c13-9c5b-e4254c1d07bb" + "EASTUS2:20211123T222440Z:e5771f62-b98b-42e8-99cc-35a466c82906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2988,14 +3111,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:46:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTEyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRFeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 23 Nov 2021 22:24:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "53d57e4a-322a-4a9c-bfe7-cf8c1d9cc6cb" + ], + "x-ms-correlation-request-id": [ + "53d57e4a-322a-4a9c-bfe7-cf8c1d9cc6cb" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T222440Z:53d57e4a-322a-4a9c-bfe7-cf8c1d9cc6cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -3004,28 +3175,28 @@ ], "Names": { "TestVMOperations_RunCommand": [ - "crptestar4116", - "as3554", - "crptestar6387" + "crptestar3512", + "as3949", + "crptestar8701" ], "CreatePublicIP": [ - "pip3124", - "dn9761" + "pip8525", + "dn177" ], "CreateVNET": [ - "vn1704", - "sn3066" + "vn4474", + "sn4743" ], "CreateNIC": [ - "nic9525", - "ip578" + "nic9442", + "ip2670" ], "CreateDefaultVMInput": [ - "crptestar9754", - "crptestar8392", - "crptestar1001", - "vm6210", - "Microsoft.Compute/virtualMachines1624" + "crptestar5451", + "crptestar3907", + "crptestar4164", + "vm4695", + "Microsoft.Compute/virtualMachines203" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_SimulateEviction.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_SimulateEviction.json index 8a3d0d07ea4e3..6b1515e0fdc50 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_SimulateEviction.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMOperationalTests/TestVMOperations_SimulateEviction.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0f22640-a692-4b27-81b0-753192ebed01" + "2ba31aad-0206-4a07-9ad9-17076eb8e3be" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:41:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" ], "x-ms-request-id": [ - "7e7071dd-9e62-40ea-8ea4-501d01652242" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "231043f6-f953-47bc-a2cc-64920915ce5c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "697b135a-5728-4d1d-9222-0946f5fc7263" + "7c581ad8-4199-4e03-be7b-b8dc2fe0f8c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230135Z:697b135a-5728-4d1d-9222-0946f5fc7263" + "EASTUS2:20211123T214124Z:7c581ad8-4199-4e03-be7b-b8dc2fe0f8c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:01:34 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar33971?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMzOTcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar13411?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNDExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar33971\": \"2021-06-28 23:01:35Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar13411\": \"2021-11-23 21:41:24Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3161cb10-7748-40d6-8c0f-438ed9c25221" + "193088eb-c427-470f-b8ab-ae9e7e0e09cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:41:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "96b90752-6feb-4803-98e2-aaa20406416a" + "35f370f7-4b98-4bc9-bfed-fa97b7b0f7c6" ], "x-ms-correlation-request-id": [ - "96b90752-6feb-4803-98e2-aaa20406416a" + "35f370f7-4b98-4bc9-bfed-fa97b7b0f7c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230138Z:96b90752-6feb-4803-98e2-aaa20406416a" + "EASTUS2:20211123T214128Z:35f370f7-4b98-4bc9-bfed-fa97b7b0f7c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:01:37 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971\",\r\n \"name\": \"crptestar33971\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar33971\": \"2021-06-28 23:01:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411\",\r\n \"name\": \"crptestar13411\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar13411\": \"2021-11-23 21:41:24Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar33971?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMzOTcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar13411?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNDExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar33971\": \"2021-06-28 23:02:17Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar13411\": \"2021-11-23 21:42:12Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "49f4c8a2-fc68-4ae5-b455-6fa42209920d" + "87060a05-88c1-4a80-ae49-50e041d56e9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:13 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "fde38ea8-6b6f-4973-b8cd-654b7cb5e15a" + "e6bb6845-9a9a-466b-ade0-b29619f9f2b0" ], "x-ms-correlation-request-id": [ - "fde38ea8-6b6f-4973-b8cd-654b7cb5e15a" + "e6bb6845-9a9a-466b-ade0-b29619f9f2b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230218Z:fde38ea8-6b6f-4973-b8cd-654b7cb5e15a" + "EASTUS2:20211123T214214Z:e6bb6845-9a9a-466b-ade0-b29619f9f2b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:18 GMT" - ], "Content-Length": [ "237" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971\",\r\n \"name\": \"crptestar33971\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar33971\": \"2021-06-28 23:02:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411\",\r\n \"name\": \"crptestar13411\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar13411\": \"2021-11-23 21:42:12Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Storage/storageAccounts/crptestar7811?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzgxMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Storage/storageAccounts/crptestar6983?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjk4Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "656a9106-487e-4229-8586-2348a370ee65" + "c2f2b431-dd7d-48b0-81c2-73b5a80da4bb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:41:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8f38c063-a829-42b5-a8e0-c4fc3f9f1646?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3def8329-6a9e-4ecc-a23a-3671077484d8?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8f38c063-a829-42b5-a8e0-c4fc3f9f1646" + "3def8329-6a9e-4ecc-a23a-3671077484d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c1cec4f9-8ec6-4707-9d4c-a7819008df09" + "38912bac-5a76-463c-b336-bfe393497896" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230148Z:c1cec4f9-8ec6-4707-9d4c-a7819008df09" + "EASTUS2:20211123T214141Z:38912bac-5a76-463c-b336-bfe393497896" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:01:48 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/8f38c063-a829-42b5-a8e0-c4fc3f9f1646?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOGYzOGMwNjMtYTgyOS00MmI1LWE4ZTAtYzRmYzNmOWYxNjQ2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3def8329-6a9e-4ecc-a23a-3671077484d8?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvM2RlZjgzMjktNmE5ZS00ZWNjLWEyM2EtMzY3MTA3NzQ4NGQ4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:41:58 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "cfe8c1de-1c4b-4cf0-bd6f-398aeecd7f2e" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3def8329-6a9e-4ecc-a23a-3671077484d8?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "9963c818-2ab8-4580-954f-518fba85fd5d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "47d7a00b-2f16-4a9b-af4a-439664778cb2" + "e20b4b38-af84-4326-9aee-cb2983793fe3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230206Z:47d7a00b-2f16-4a9b-af4a-439664778cb2" + "EASTUS2:20211123T214158Z:e20b4b38-af84-4326-9aee-cb2983793fe3" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3def8329-6a9e-4ecc-a23a-3671077484d8?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvM2RlZjgzMjktNmE5ZS00ZWNjLWEyM2EtMzY3MTA3NzQ4NGQ4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Mon, 28 Jun 2021 23:02:06 GMT" + "Tue, 23 Nov 2021 21:42:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "22ceb9a1-7521-4c79-b750-3b0073986762" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "e5803546-4b1d-4493-ad2b-0b772beb3756" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211123T214201Z:e5803546-4b1d-4493-ad2b-0b772beb3756" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1246d8-856e-43c8-8dd1-0a18f742a159" + "5da06d87-15a8-48ba-affb-ba5cbc7e9baf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "27ce2029-a0b8-4e8e-ae2a-28c5bd3891b8" + "c1e6b4df-4275-412c-9b12-3e24434765bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "4e367de6-6932-4da4-b21e-ac3031ce351a" + "8ccbf85e-e0f3-4bf5-bee3-ff8c874547ee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230216Z:4e367de6-6932-4da4-b21e-ac3031ce351a" + "EASTUS2:20211123T214212Z:8ccbf85e-e0f3-4bf5-bee3-ff8c874547ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:16 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Storage/storageAccounts/crptestar7811\",\r\n \"name\": \"crptestar7811\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:01:44.7998076Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7811.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7811.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7811.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7811.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Storage/storageAccounts/crptestar6983\",\r\n \"name\": \"crptestar6983\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:41:35.9496658Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6983.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6983.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6983.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6983.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Storage/storageAccounts/crptestar7811?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzgxMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Storage/storageAccounts/crptestar6983?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjk4Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9a03943-8f51-404b-875e-03332e1e20ae" + "87e41b0e-0980-4d7a-b4a5-9d5535daeb4c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d8aa1917-5a1b-4d4f-adee-773e9f28a3f8" + "0af57a15-9a54-4b44-9a52-703969e036f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "f8c677b6-f99c-4240-9e7d-8606306b7cb7" + "901b5cd2-c221-4849-a985-37be1ecbac25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230216Z:f8c677b6-f99c-4240-9e7d-8606306b7cb7" + "EASTUS2:20211123T214212Z:901b5cd2-c221-4849-a985-37be1ecbac25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:16 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Storage/storageAccounts/crptestar7811\",\r\n \"name\": \"crptestar7811\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T23:01:44.7998076Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7811.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7811.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7811.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7811.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Storage/storageAccounts/crptestar6983\",\r\n \"name\": \"crptestar6983\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-23T21:41:35.9496658Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6983.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6983.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6983.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6983.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/publicIPAddresses/pip4961?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0OTYxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/publicIPAddresses/pip7205?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3MjA1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7924\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9239\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "093d554c-c5bd-42c3-af1a-fc25a93ff670" + "35d758df-4b4e-42a3-9e0a-3b9b2ea394d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b6a7ea2-921f-4a55-a5d7-ea58486619b4" + "4baf82ad-e258-42d7-ab1a-d3381d6fe991" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1b6a7ea2-921f-4a55-a5d7-ea58486619b4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4baf82ad-e258-42d7-ab1a-d3381d6fe991?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a636b9ed-f786-4ee1-935e-2960b6b7c767" + "41f01f9f-d2bd-4de7-8357-ba81534d738e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "efa4bf57-9d89-46e0-a565-ebbae331d139" + "1071d602-8056-4de5-b167-5ac9039cdd9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230228Z:a636b9ed-f786-4ee1-935e-2960b6b7c767" + "EASTUS2:20211123T214226Z:41f01f9f-d2bd-4de7-8357-ba81534d738e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:27 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4961\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/publicIPAddresses/pip4961\",\r\n \"etag\": \"W/\\\"23bfe31c-ca8b-4b6e-8988-140dad62c1b7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7adbd572-4d13-4ad0-a59c-70c62406ff4a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7924\",\r\n \"fqdn\": \"dn7924.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7205\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/publicIPAddresses/pip7205\",\r\n \"etag\": \"W/\\\"b9a81b45-897b-402d-af46-32979ef55be2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"436a97a9-9e67-4c82-b44d-bf280d051f90\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9239\",\r\n \"fqdn\": \"dn9239.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1b6a7ea2-921f-4a55-a5d7-ea58486619b4?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFiNmE3ZWEyLTkyMWYtNGE1NS1hNWQ3LWVhNTg0ODY2MTliND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4baf82ad-e258-42d7-ab1a-d3381d6fe991?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiYWY4MmFkLWUyNTgtNDJkNy1hYjFhLWQzMzgxZDZmZTk5MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "14cd0a34-9991-474e-8b14-e12724644aa1" + "3aa4aee6-fa1e-4879-bbb1-c0c87032ad0a" ], "x-ms-correlation-request-id": [ - "5af6b2fa-a272-4a86-9f62-c3815a7b0de6" + "9fab575a-6ce9-4abc-bc75-c04053cce712" ], "x-ms-arm-service-request-id": [ - "bdc9a0f0-e34c-4824-977c-d44d442e9e44" + "39a80365-1cda-4593-8566-aa33c19f6d2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230229Z:5af6b2fa-a272-4a86-9f62-c3815a7b0de6" + "EASTUS2:20211123T214227Z:9fab575a-6ce9-4abc-bc75-c04053cce712" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:29 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/publicIPAddresses/pip4961?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0OTYxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/publicIPAddresses/pip7205?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3MjA1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cc64667d-67ec-42eb-83c8-d26845a8addb\"" + "W/\"2ce7481a-3e59-46bb-8f76-c8f477b4d0b7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "750c7cf9-eab2-411a-80ce-57b46a8e4e37" + "db02555b-8474-461f-baa0-449a35bdb2b8" ], "x-ms-correlation-request-id": [ - "bbf656ab-f9a5-4d7e-a4ef-576b49fe34ab" + "a13b424e-8d82-4e1c-aa10-7bdba3b20c11" ], "x-ms-arm-service-request-id": [ - "6b71db5c-0cb2-4a49-824f-fd9b5b4291c6" + "1fa597b3-f898-4b04-9642-407cbaa6827d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230229Z:bbf656ab-f9a5-4d7e-a4ef-576b49fe34ab" + "EASTUS2:20211123T214227Z:a13b424e-8d82-4e1c-aa10-7bdba3b20c11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:29 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4961\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/publicIPAddresses/pip4961\",\r\n \"etag\": \"W/\\\"cc64667d-67ec-42eb-83c8-d26845a8addb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7adbd572-4d13-4ad0-a59c-70c62406ff4a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7924\",\r\n \"fqdn\": \"dn7924.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7205\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/publicIPAddresses/pip7205\",\r\n \"etag\": \"W/\\\"2ce7481a-3e59-46bb-8f76-c8f477b4d0b7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"436a97a9-9e67-4c82-b44d-bf280d051f90\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9239\",\r\n \"fqdn\": \"dn9239.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/publicIPAddresses/pip4961?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0OTYxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/publicIPAddresses/pip7205?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3MjA1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ad7436c-fd84-413b-9174-497468939748" + "bd935aad-e9fb-4b2e-9a99-78072dcbc582" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cc64667d-67ec-42eb-83c8-d26845a8addb\"" + "W/\"2ce7481a-3e59-46bb-8f76-c8f477b4d0b7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7f9ab211-ce56-4d69-9c28-14435d3aee32" + "7f54c303-0127-4b86-a523-d3da945120d8" ], "x-ms-correlation-request-id": [ - "2ff239f6-7aa8-4fa0-bbff-e98f5ef0e848" + "c198d881-3d55-4ab5-a390-fa920a1f3622" ], "x-ms-arm-service-request-id": [ - "7de48d52-4638-4654-b977-553c7bc10af7" + "7caa0f54-b59d-49ee-81c2-b7b6293c87c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230230Z:2ff239f6-7aa8-4fa0-bbff-e98f5ef0e848" + "EASTUS2:20211123T214228Z:c198d881-3d55-4ab5-a390-fa920a1f3622" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:29 GMT" - ], "Content-Length": [ "771" ], @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4961\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/publicIPAddresses/pip4961\",\r\n \"etag\": \"W/\\\"cc64667d-67ec-42eb-83c8-d26845a8addb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7adbd572-4d13-4ad0-a59c-70c62406ff4a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7924\",\r\n \"fqdn\": \"dn7924.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7205\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/publicIPAddresses/pip7205\",\r\n \"etag\": \"W/\\\"2ce7481a-3e59-46bb-8f76-c8f477b4d0b7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"436a97a9-9e67-4c82-b44d-bf280d051f90\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9239\",\r\n \"fqdn\": \"dn9239.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMzMzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Njk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5920\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5267\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1fb04241-3ef9-4ada-a301-bf418b31ee1e" + "44a0c6e8-8773-4a3b-83ef-153c36f12d98" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a33963c1-d31c-4240-a836-a4acbda09d84" + "7370858a-97a0-4777-ae9d-31c9aadda00c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a33963c1-d31c-4240-a836-a4acbda09d84?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7370858a-97a0-4777-ae9d-31c9aadda00c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0051afac-98a6-4583-90ce-980d29edca4f" + "09b9e4f0-2665-4935-828c-bba42157ed1e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b7051dca-4026-4a3d-846a-5099ffd5e564" + "a81d4264-d78f-444c-94df-35d2bd197d64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230234Z:0051afac-98a6-4583-90ce-980d29edca4f" + "EASTUS2:20211123T214231Z:09b9e4f0-2665-4935-828c-bba42157ed1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:34 GMT" - ], "Content-Length": [ "1323" ], @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2333\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333\",\r\n \"etag\": \"W/\\\"1f20800e-c650-48fd-8f3c-649e12aaf390\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"62d59654-f9fe-41f5-ac48-9bb677c22766\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920\",\r\n \"etag\": \"W/\\\"1f20800e-c650-48fd-8f3c-649e12aaf390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697\",\r\n \"etag\": \"W/\\\"9a3e11b7-9d92-438c-a50e-a27275545863\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c0c53e7b-7004-4a91-ad76-9e657f387f80\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267\",\r\n \"etag\": \"W/\\\"9a3e11b7-9d92-438c-a50e-a27275545863\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a33963c1-d31c-4240-a836-a4acbda09d84?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzMzk2M2MxLWQzMWMtNDI0MC1hODM2LWE0YWNiZGEwOWQ4ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7370858a-97a0-4777-ae9d-31c9aadda00c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzczNzA4NThhLTk3YTAtNDc3Ny1hZTlkLTMxYzlhYWRkYTAwYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,42 +899,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:34 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "97c8830d-ace2-4859-8695-6b516d2b7750" + "6a341a2a-ac82-4e7e-a476-b2738cf3be35" ], "x-ms-correlation-request-id": [ - "ce1b16ef-a312-449f-aafa-687859041a80" + "a7a944ea-fd26-4d68-aed2-49f7cf33730d" ], "x-ms-arm-service-request-id": [ - "6f6f054b-3169-4746-b1f1-b1c0bcaa42a8" + "281f539d-0f88-49c1-8c79-58877290a75d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230237Z:ce1b16ef-a312-449f-aafa-687859041a80" + "EASTUS2:20211123T214234Z:a7a944ea-fd26-4d68-aed2-49f7cf33730d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:37 GMT" - ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -880,19 +940,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a33963c1-d31c-4240-a836-a4acbda09d84?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzMzk2M2MxLWQzMWMtNDI0MC1hODM2LWE0YWNiZGEwOWQ4ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Njk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -900,39 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:34 GMT" + ], "Pragma": [ "no-cache" ], + "ETag": [ + "W/\"79ca4bca-fa28-48e3-bcf0-54f1c928703a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9fe69859-5930-4fbe-8f07-92653c52b496" + "3492c338-159b-4510-83a9-25574659d573" ], "x-ms-correlation-request-id": [ - "755aecce-f219-4237-ad05-704c0782d4bc" + "0c02f4d2-fa34-496d-a0b5-071da025a6ee" ], "x-ms-arm-service-request-id": [ - "5a2b4d17-9e02-40af-8153-8a9ee69d3504" + "2dea8c49-7dea-490e-ba83-4e6870c69a4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230248Z:755aecce-f219-4237-ad05-704c0782d4bc" + "EASTUS2:20211123T214234Z:0c02f4d2-fa34-496d-a0b5-071da025a6ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:47 GMT" - ], "Content-Length": [ - "29" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,19 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vn5697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697\",\r\n \"etag\": \"W/\\\"79ca4bca-fa28-48e3-bcf0-54f1c928703a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c53e7b-7004-4a91-ad76-9e657f387f80\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267\",\r\n \"etag\": \"W/\\\"79ca4bca-fa28-48e3-bcf0-54f1c928703a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMzMzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Njk3L3N1Ym5ldHMvc241MjY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "780677bf-a59e-4419-bd93-cfc53a210481" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -961,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2b946f2d-7664-4014-828c-66948cde48d4\"" + "W/\"79ca4bca-fa28-48e3-bcf0-54f1c928703a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "19ba3242-a6c9-4d59-9962-c6e9cc1b0c8c" + "733bd434-9b51-425e-bb6b-0432debc222e" ], "x-ms-correlation-request-id": [ - "fbcc2828-d562-4a6f-afc7-37b614d43852" + "877339f2-1ced-43ba-9d8b-d200ee346e1f" ], "x-ms-arm-service-request-id": [ - "df9606f8-caeb-43e4-b665-153ce3c19402" + "fe9f8291-6411-4a54-9b60-8f7162c9a2b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230248Z:fbcc2828-d562-4a6f-afc7-37b614d43852" + "EASTUS2:20211123T214235Z:877339f2-1ced-43ba-9d8b-d200ee346e1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:47 GMT" - ], "Content-Length": [ - "1325" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,147 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2333\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333\",\r\n \"etag\": \"W/\\\"2b946f2d-7664-4014-828c-66948cde48d4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"62d59654-f9fe-41f5-ac48-9bb677c22766\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920\",\r\n \"etag\": \"W/\\\"2b946f2d-7664-4014-828c-66948cde48d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"sn5267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267\",\r\n \"etag\": \"W/\\\"79ca4bca-fa28-48e3-bcf0-54f1c928703a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMzMzL3N1Ym5ldHMvc241OTIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267\"\r\n }\r\n },\r\n \"name\": \"ip818\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ea669dc-1670-4283-b048-4e201f0b68e9" + "cf44112e-4513-4907-b1bd-b59d3ee35a88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:39 GMT" + ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"2b946f2d-7664-4014-828c-66948cde48d4\"" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b050e789-1895-4455-8a74-a88399e5fee0" + "61cae1b5-de35-4adc-9db8-fe0fdf143c98" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/61cae1b5-de35-4adc-9db8-fe0fdf143c98?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0f6e8907-02e7-4d47-801b-d057d99a89a0" + "987641bc-5bbb-4954-9d78-94ddab823252" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "b9affd22-ed78-4dcc-a834-66da4be02fc9" + "aa7b766b-1b7b-4c1f-bdfd-04fa19034e7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230248Z:0f6e8907-02e7-4d47-801b-d057d99a89a0" + "EASTUS2:20211123T214239Z:987641bc-5bbb-4954-9d78-94ddab823252" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:48 GMT" - ], - "Content-Length": [ - "524" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"sn5920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920\",\r\n \"etag\": \"W/\\\"2b946f2d-7664-4014-828c-66948cde48d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyODM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920\"\r\n }\r\n },\r\n \"name\": \"ip6370\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "351a6079-33d9-42ec-a8c0-630183a260f9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "749" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ff67cb47-7bb0-4f48-ad82-81dde0f99d82" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ff67cb47-7bb0-4f48-ad82-81dde0f99d82?api-version=2019-09-01" - ], - "x-ms-correlation-request-id": [ - "137fb8b7-d09c-4ed0-a6ff-8f6c3d371043" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-arm-service-request-id": [ - "7fc58af0-c740-4584-ba90-0c101dfccdc0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T230252Z:137fb8b7-d09c-4ed0-a6ff-8f6c3d371043" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:02:52 GMT" - ], "Content-Length": [ - "1634" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2836\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836\",\r\n \"etag\": \"W/\\\"d191582d-1f34-4c90-aa97-713d7f86ff41\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2b694dbe-8469-4501-96d6-5d1147acd257\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836/ipConfigurations/ip6370\",\r\n \"etag\": \"W/\\\"d191582d-1f34-4c90-aa97-713d7f86ff41\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920\"\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\": \"kslnkyx45h0udlcito1hpqrhmg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic805\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805\",\r\n \"etag\": \"W/\\\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9cd679c9-e15d-4d1a-819a-2acde7d38cf2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip818\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805/ipConfigurations/ip818\",\r\n \"etag\": \"W/\\\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267\"\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\": \"pm5mlqaeociuvllwtzsx4od5qa.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyODM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1174,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d191582d-1f34-4c90-aa97-713d7f86ff41\"" + "W/\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "24db0672-781a-44a4-9d1a-615e5a827661" + "5aa19eec-7ede-4c69-a95e-900b860887f0" ], "x-ms-correlation-request-id": [ - "b30d2a25-4c3f-49c8-acba-4f36705f45ee" + "3d1e4ae2-8ad2-4b8b-86ba-917f5673e30c" ], "x-ms-arm-service-request-id": [ - "f01259ee-f773-46bd-b05c-7612db8befe7" + "faa7629b-cdde-480a-a5e0-f9f5cef85318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230252Z:b30d2a25-4c3f-49c8-acba-4f36705f45ee" + "EASTUS2:20211123T214239Z:3d1e4ae2-8ad2-4b8b-86ba-917f5673e30c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:52 GMT" - ], "Content-Length": [ - "1634" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1218,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2836\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836\",\r\n \"etag\": \"W/\\\"d191582d-1f34-4c90-aa97-713d7f86ff41\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2b694dbe-8469-4501-96d6-5d1147acd257\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836/ipConfigurations/ip6370\",\r\n \"etag\": \"W/\\\"d191582d-1f34-4c90-aa97-713d7f86ff41\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920\"\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\": \"kslnkyx45h0udlcito1hpqrhmg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic805\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805\",\r\n \"etag\": \"W/\\\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9cd679c9-e15d-4d1a-819a-2acde7d38cf2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip818\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805/ipConfigurations/ip818\",\r\n \"etag\": \"W/\\\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267\"\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\": \"pm5mlqaeociuvllwtzsx4od5qa.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyODM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9547aec6-b0f6-4d67-a07f-403326dbbd72" + "a57a0331-f424-45da-a40c-c2ad72e5c9c9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1244,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d191582d-1f34-4c90-aa97-713d7f86ff41\"" + "W/\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e5201a2e-2c09-4b37-bd33-a277b5e40d39" + "10065b1c-f9ad-42bf-b313-57e841a3cce6" ], "x-ms-correlation-request-id": [ - "319337f0-3dd6-46fc-a4b8-2328df0f27d8" + "d00f0e38-31db-4d21-a273-be704effc7dc" ], "x-ms-arm-service-request-id": [ - "22013916-a224-49e7-935c-ebe1826cbe63" + "54181fd1-4fea-47a8-82c2-c2d09ec18a91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230253Z:319337f0-3dd6-46fc-a4b8-2328df0f27d8" + "EASTUS2:20211123T214239Z:d00f0e38-31db-4d21-a273-be704effc7dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:02:52 GMT" - ], "Content-Length": [ - "1634" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1288,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2836\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836\",\r\n \"etag\": \"W/\\\"d191582d-1f34-4c90-aa97-713d7f86ff41\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2b694dbe-8469-4501-96d6-5d1147acd257\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836/ipConfigurations/ip6370\",\r\n \"etag\": \"W/\\\"d191582d-1f34-4c90-aa97-713d7f86ff41\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/virtualNetworks/vn2333/subnets/sn5920\"\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\": \"kslnkyx45h0udlcito1hpqrhmg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic805\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805\",\r\n \"etag\": \"W/\\\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9cd679c9-e15d-4d1a-819a-2acde7d38cf2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip818\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805/ipConfigurations/ip818\",\r\n \"etag\": \"W/\\\"8a74ac9a-b550-4417-8e53-b5fb43cdde8a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/virtualNetworks/vn5697/subnets/sn5267\"\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\": \"pm5mlqaeociuvllwtzsx4od5qa.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/availabilitySets/as6322?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNjMyMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/availabilitySets/as4454?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzNDQ1ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "57210cf9-a2fc-4429-bec0-278a750a8f3b" + "1defdd3f-4f5c-447b-b76a-5c112211015f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1320,37 +1319,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74be7bce-ea0e-43e8-ad16-91abfca45c39" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "518d6012-3844-4f43-a9aa-94dab9d189c1" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "50a225a4-9b46-44ba-b0fa-67d95b2d1cbc" + "fde67e4a-6da4-43e7-b4f3-85b79df031a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230302Z:50a225a4-9b46-44ba-b0fa-67d95b2d1cbc" + "EASTUS2:20211123T214250Z:fde67e4a-6da4-43e7-b4f3-85b79df031a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:03:02 GMT" - ], "Content-Length": [ "445" ], @@ -1361,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/availabilitySets/as6322\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as4454\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/availabilitySets/as4454\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/virtualMachines/vm3356?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/virtualMachines/vm7856?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03ODU2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7811.blob.core.windows.net/crptestar676/oscrptestar9673.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836\"\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6983.blob.core.windows.net/crptestar4340/oscrptestar3263.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805\"\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9b8aaca4-14ff-4826-9422-5984abc7241c" + "e1a12d13-da0e-4c2b-bebb-c45965ddc26c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1393,48 +1392,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:42:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1ff2413-6ab4-4b4d-a5f2-0dc05794c549?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dfb81d22-7160-4fa6-8f83-5e76cf985baa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1194" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1ff2413-6ab4-4b4d-a5f2-0dc05794c549" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dfb81d22-7160-4fa6-8f83-5e76cf985baa" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "ad6655e8-a51e-4f0e-8431-03c3203850bd" + "f4edaa3b-ccb9-4631-b975-32ff0761310d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230309Z:ad6655e8-a51e-4f0e-8431-03c3203850bd" + "EASTUS2:20211123T214255Z:f4edaa3b-ccb9-4631-b975-32ff0761310d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:03:09 GMT" - ], "Content-Length": [ - "1964" + "2021" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1443,121 +1442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/virtualMachines/vm3356\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"65a5b18c-336e-4a41-b2bb-bd6cd7daec5e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7811.blob.core.windows.net/crptestar676/oscrptestar9673.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/virtualMachines/vm7856\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"41f538db-9083-4147-90bd-d458fe9727bc\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6983.blob.core.windows.net/crptestar4340/oscrptestar3263.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n },\r\n \"timeCreated\": \"2021-11-23T21:42:52.7170544+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1ff2413-6ab4-4b4d-a5f2-0dc05794c549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZmYyNDEzLTZhYjQtNGI0ZC1hNWYyLTBkYzA1Nzk0YzU0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dfb81d22-7160-4fa6-8f83-5e76cf985baa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmYjgxZDIyLTcxNjAtNGZhNi04ZjgzLTVlNzZjZjk4NWJhYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:43:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29991" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "93dd398a-eddf-4fb6-ad82-6c22fe7dd923" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "e34b5786-0a2e-403e-949d-4d376ae4ae86" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T230319Z:e34b5786-0a2e-403e-949d-4d376ae4ae86" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:03:19 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:03:07.2695847+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1ff2413-6ab4-4b4d-a5f2-0dc05794c549\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1ff2413-6ab4-4b4d-a5f2-0dc05794c549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZmYyNDEzLTZhYjQtNGI0ZC1hNWYyLTBkYzA1Nzk0YzU0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "39ae78bd-ef86-4856-9695-509e0a9b9f3a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3d7b6b90-7b4a-4f93-afaf-73b980e98dc9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "170a4ac4-4dda-4a9a-9184-777f47993144" + "e378134a-4968-4a28-bd7a-03bf4ab9d4c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230410Z:170a4ac4-4dda-4a9a-9184-777f47993144" + "EASTUS2:20211123T214305Z:e378134a-4968-4a28-bd7a-03bf4ab9d4c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:04:09 GMT" - ], "Content-Length": [ "134" ], @@ -1568,118 +1506,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:03:07.2695847+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1ff2413-6ab4-4b4d-a5f2-0dc05794c549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:42:52.6701693+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dfb81d22-7160-4fa6-8f83-5e76cf985baa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1ff2413-6ab4-4b4d-a5f2-0dc05794c549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZmYyNDEzLTZhYjQtNGI0ZC1hNWYyLTBkYzA1Nzk0YzU0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dfb81d22-7160-4fa6-8f83-5e76cf985baa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmYjgxZDIyLTcxNjAtNGZhNi04ZjgzLTVlNzZjZjk4NWJhYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:43:55 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29989" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e7ee85da-2d23-4cd3-af66-bb1b128e675d" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "515e1d51-4f91-4ce3-a6c9-9911e6fabd02" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T230500Z:515e1d51-4f91-4ce3-a6c9-9911e6fabd02" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 23:05:00 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:03:07.2695847+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1ff2413-6ab4-4b4d-a5f2-0dc05794c549\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1ff2413-6ab4-4b4d-a5f2-0dc05794c549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZmYyNDEzLTZhYjQtNGI0ZC1hNWYyLTBkYzA1Nzk0YzU0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ef39aaf-6465-4098-be6c-a43ec89f192e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06db9c3f-3712-4e62-abd2-fd92d2c6f43f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-correlation-request-id": [ - "10d2bfc4-9535-4ba8-b507-60999d2f5e1d" + "cae654af-36df-42e6-a126-f624dd9d8e1b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230550Z:10d2bfc4-9535-4ba8-b507-60999d2f5e1d" + "EASTUS2:20211123T214355Z:cae654af-36df-42e6-a126-f624dd9d8e1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:05:50 GMT" - ], "Content-Length": [ "134" ], @@ -1690,57 +1567,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:03:07.2695847+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1ff2413-6ab4-4b4d-a5f2-0dc05794c549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:42:52.6701693+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dfb81d22-7160-4fa6-8f83-5e76cf985baa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1ff2413-6ab4-4b4d-a5f2-0dc05794c549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZmYyNDEzLTZhYjQtNGI0ZC1hNWYyLTBkYzA1Nzk0YzU0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dfb81d22-7160-4fa6-8f83-5e76cf985baa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmYjgxZDIyLTcxNjAtNGZhNi04ZjgzLTVlNzZjZjk4NWJhYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:44:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbcc90a1-bb20-48aa-9239-757c8685c4f2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f62c4a5e-9a6e-44fb-afb6-e12f409083b5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-correlation-request-id": [ - "974c94a8-7f14-4f1d-8103-a779f964fffc" + "faa15528-fde2-4b53-b89c-2750b8ea8dbb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230640Z:974c94a8-7f14-4f1d-8103-a779f964fffc" + "EASTUS2:20211123T214446Z:faa15528-fde2-4b53-b89c-2750b8ea8dbb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:06:40 GMT" - ], "Content-Length": [ "134" ], @@ -1751,57 +1628,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:03:07.2695847+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f1ff2413-6ab4-4b4d-a5f2-0dc05794c549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:42:52.6701693+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dfb81d22-7160-4fa6-8f83-5e76cf985baa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f1ff2413-6ab4-4b4d-a5f2-0dc05794c549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YxZmYyNDEzLTZhYjQtNGI0ZC1hNWYyLTBkYzA1Nzk0YzU0OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dfb81d22-7160-4fa6-8f83-5e76cf985baa?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmYjgxZDIyLTcxNjAtNGZhNi04ZjgzLTVlNzZjZjk4NWJhYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6de2748d-88e1-425d-b508-fbbacdc9fb99" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b9339048-bc56-49e7-a34f-fb1b00ea9ca6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-correlation-request-id": [ - "a08af0a3-4af2-4ede-9745-cdc71a1c95c3" + "41beb0f0-7fac-42a9-96c1-19961bf8ca54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230731Z:a08af0a3-4af2-4ede-9745-cdc71a1c95c3" + "EASTUS2:20211123T214536Z:41beb0f0-7fac-42a9-96c1-19961bf8ca54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:31 GMT" - ], "Content-Length": [ "184" ], @@ -1812,59 +1689,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T23:03:07.2695847+00:00\",\r\n \"endTime\": \"2021-06-28T23:06:42.4253376+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f1ff2413-6ab4-4b4d-a5f2-0dc05794c549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-23T21:42:52.6701693+00:00\",\r\n \"endTime\": \"2021-11-23T21:45:30.5450149+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dfb81d22-7160-4fa6-8f83-5e76cf985baa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/virtualMachines/vm3356?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/virtualMachines/vm7856?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03ODU2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fafe5f92-3da7-4c96-a0f6-60bff57d2bf4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a1393776-87e0-48f7-9aef-661030769883" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11995" ], "x-ms-correlation-request-id": [ - "0ac7cc7a-1a5a-487a-8ff0-c3d0cf1e2f09" + "078295f4-690f-4266-9dfe-06f44dfe6acd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230732Z:0ac7cc7a-1a5a-487a-8ff0-c3d0cf1e2f09" + "EASTUS2:20211123T214536Z:078295f4-690f-4266-9dfe-06f44dfe6acd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:31 GMT" - ], "Content-Length": [ - "1993" + "2050" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1873,65 +1750,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/virtualMachines/vm3356\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"65a5b18c-336e-4a41-b2bb-bd6cd7daec5e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7811.blob.core.windows.net/crptestar676/oscrptestar9673.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/virtualMachines/vm7856\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"41f538db-9083-4147-90bd-d458fe9727bc\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6983.blob.core.windows.net/crptestar4340/oscrptestar3263.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n },\r\n \"timeCreated\": \"2021-11-23T21:42:52.7170544+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/virtualMachines/vm3356?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/virtualMachines/vm7856?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03ODU2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ed91abe-59c0-4d7e-aed8-98b6999cb4ff" + "3a9dd68e-5382-4cb7-9a44-b92d78b80ada" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb2c2c3b-73be-4991-9687-9beec9ef81db" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "41908ef1-f5a3-4f79-a052-952fb1b38587" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-correlation-request-id": [ - "0a4cf8fd-3211-4b1a-bc9b-1c595ac5c62e" + "d129de68-d2a6-40bb-89dd-78911a6473b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230732Z:0a4cf8fd-3211-4b1a-bc9b-1c595ac5c62e" + "EASTUS2:20211123T214536Z:d129de68-d2a6-40bb-89dd-78911a6473b3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:32 GMT" - ], "Content-Length": [ - "1993" + "2050" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1940,35 +1817,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/virtualMachines/vm3356\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"65a5b18c-336e-4a41-b2bb-bd6cd7daec5e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7811.blob.core.windows.net/crptestar676/oscrptestar9673.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Network/networkInterfaces/nic2836\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/virtualMachines/vm7856\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"41f538db-9083-4147-90bd-d458fe9727bc\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar6983.blob.core.windows.net/crptestar4340/oscrptestar3263.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Network/networkInterfaces/nic805\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n },\r\n \"timeCreated\": \"2021-11-23T21:42:52.7170544+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar33971/providers/Microsoft.Compute/virtualMachines/vm3356/simulateEviction?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMzOTcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm0zMzU2L3NpbXVsYXRlRXZpY3Rpb24/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar13411/providers/Microsoft.Compute/virtualMachines/vm7856/simulateEviction?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03ODU2L3NpbXVsYXRlRXZpY3Rpb24/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a87d41c8-b87f-4695-ab2d-6427dd82d56e" + "4ce2f8f0-20b0-4af6-a720-267a54e33bfe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1196" ], @@ -1976,27 +1860,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5191d306-e227-4b4b-9d7c-4f9fee83377d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d9a6c1c9-723c-413a-8282-39f17e03a498" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8ed482bb-81e6-4a57-a02d-a5a93767f08f" + "8f02408f-3bca-4ccc-876d-490691ad2f5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230732Z:8ed482bb-81e6-4a57-a02d-a5a93767f08f" + "EASTUS2:20211123T214537Z:8f02408f-3bca-4ccc-876d-490691ad2f5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:32 GMT" - ], "Expires": [ "-1" ] @@ -2005,21 +1882,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar33971?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMzOTcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar13411?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNDExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "adaec99d-493c-4f93-93fe-510f254b8af1" + "9a2ce0d6-6515-41f5-8529-edbc2bacf689" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2027,11 +1904,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 23 Nov 2021 21:45:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMzk3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzQxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2040,13 +1920,13 @@ "14999" ], "x-ms-request-id": [ - "9ebe5b52-7cc8-4541-b290-2ced5072674e" + "3c0ac1d7-4bee-4548-a9fa-e5dcf278a862" ], "x-ms-correlation-request-id": [ - "9ebe5b52-7cc8-4541-b290-2ced5072674e" + "3c0ac1d7-4bee-4548-a9fa-e5dcf278a862" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T230738Z:9ebe5b52-7cc8-4541-b290-2ced5072674e" + "EASTUS2:20211123T214543Z:3c0ac1d7-4bee-4548-a9fa-e5dcf278a862" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2054,14 +1934,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 23:07:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2070,28 +1947,28 @@ ], "Names": { "TestVMOperations_SimulateEviction": [ - "crptestar3397", - "as6322", - "crptestar7811" + "crptestar1341", + "as4454", + "crptestar6983" ], "CreatePublicIP": [ - "pip4961", - "dn7924" + "pip7205", + "dn9239" ], "CreateVNET": [ - "vn2333", - "sn5920" + "vn5697", + "sn5267" ], "CreateNIC": [ - "nic2836", - "ip6370" + "nic805", + "ip818" ], "CreateDefaultVMInput": [ - "crptestar676", - "crptestar2895", - "crptestar9673", - "vm3356", - "Microsoft.Compute/virtualMachines752" + "crptestar4340", + "crptestar6423", + "crptestar3263", + "vm7856", + "Microsoft.Compute/virtualMachines4458" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMPatchOperationsTests/TestVMPatchOperations_AssessPatches.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMPatchOperationsTests/TestVMPatchOperations_AssessPatches.json index cbda058311b5c..cc492f1b13a4d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMPatchOperationsTests/TestVMPatchOperations_AssessPatches.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMPatchOperationsTests/TestVMPatchOperations_AssessPatches.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2016-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxNi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1c0155a-a254-414b-8d7f-013f0230bbba" + "b93e700f-3b2a-491a-b657-206eb6254824" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "c81bb095-7fc4-42eb-a643-ac45429137dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "87bef477-698b-4ae6-9403-0d9775d87965" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "daed2aab-a83d-490d-a87d-9d99733b55eb" + "c57a9df9-b27d-4e39-a3c7-f3754950c9a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195847Z:daed2aab-a83d-490d-a87d-9d99733b55eb" + "EASTUS2:20211117T101234Z:c57a9df9-b27d-4e39-a3c7-f3754950c9a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:58:47 GMT" - ], "Content-Length": [ "332" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.3750.2006031549\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.3750.2006031549\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"14393.4048.2011170655\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2016-Datacenter/Versions/14393.4048.2011170655\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar70431?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcwNDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar68941?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY4OTQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar70431\": \"2021-06-29 19:58:47Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar68941\": \"2021-11-17 10:12:34Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "801d0276-69cd-48a3-8d49-63df15ef3271" + "c6b9e06c-9789-4138-8a44-5b695d929eff" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "223a93f1-12b4-46ef-b829-1ef20794c8bd" + "dfc8a6a9-b817-4852-b78b-586dd1344a6b" ], "x-ms-correlation-request-id": [ - "223a93f1-12b4-46ef-b829-1ef20794c8bd" + "dfc8a6a9-b817-4852-b78b-586dd1344a6b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195849Z:223a93f1-12b4-46ef-b829-1ef20794c8bd" + "EASTUS2:20211117T101237Z:dfc8a6a9-b817-4852-b78b-586dd1344a6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:58:49 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431\",\r\n \"name\": \"crptestar70431\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar70431\": \"2021-06-29 19:58:47Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941\",\r\n \"name\": \"crptestar68941\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar68941\": \"2021-11-17 10:12:34Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar70431?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcwNDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar68941?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY4OTQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar70431\": \"2021-06-29 19:59:30Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar68941\": \"2021-11-17 10:13:19Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6cc9e41-55b7-490b-87c7-d28558e52823" + "706a9c9c-5b40-46fa-999c-0eaaadb874c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:19 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "d0f49483-7180-4153-a05d-97dc06c2a87d" + "1b8d2847-ebf6-44b9-bee3-f73303c0158a" ], "x-ms-correlation-request-id": [ - "d0f49483-7180-4153-a05d-97dc06c2a87d" + "1b8d2847-ebf6-44b9-bee3-f73303c0158a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195931Z:d0f49483-7180-4153-a05d-97dc06c2a87d" + "EASTUS2:20211117T101320Z:1b8d2847-ebf6-44b9-bee3-f73303c0158a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:30 GMT" - ], "Content-Length": [ "237" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431\",\r\n \"name\": \"crptestar70431\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar70431\": \"2021-06-29 19:59:30Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941\",\r\n \"name\": \"crptestar68941\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar68941\": \"2021-11-17 10:13:19Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Storage/storageAccounts/crptestar7436?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzQzNj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Storage/storageAccounts/crptestar9396?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTM5Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1502e2f0-8665-4e4a-892a-5c559e0d3e2b" + "7992db0b-fe4a-4aa4-9918-71ef064491c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:12:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f020e90e-564a-4f27-90a7-f25b84fcc2aa?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1c1570f2-afe7-46da-9289-eb38b80f401f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f020e90e-564a-4f27-90a7-f25b84fcc2aa" + "1c1570f2-afe7-46da-9289-eb38b80f401f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "cf240ccc-b3f0-4d64-b9e3-dcc1bb9225f3" + "ed212a32-1834-47a5-ab10-cb71b5714376" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195859Z:cf240ccc-b3f0-4d64-b9e3-dcc1bb9225f3" + "EASTUS2:20211117T101248Z:ed212a32-1834-47a5-ab10-cb71b5714376" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:58:58 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f020e90e-564a-4f27-90a7-f25b84fcc2aa?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZjAyMGU5MGUtNTY0YS00ZjI3LTkwYTctZjI1Yjg0ZmNjMmFhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1c1570f2-afe7-46da-9289-eb38b80f401f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMWMxNTcwZjItYWZlNy00NmRhLTkyODktZWIzOGI4MGY0MDFmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f020e90e-564a-4f27-90a7-f25b84fcc2aa?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1c1570f2-afe7-46da-9289-eb38b80f401f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5ddfc0c7-7044-4541-af4a-3a9c59b33c8f" + "c434301a-7e64-40d0-9a59-d18de93a9b58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-correlation-request-id": [ - "cc56fc43-989f-4c3c-a060-2f035a6bc8a3" + "f00b4b8b-3c62-4344-844a-64337ae83341" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195916Z:cc56fc43-989f-4c3c-a060-2f035a6bc8a3" + "EASTUS2:20211117T101305Z:f00b4b8b-3c62-4344-844a-64337ae83341" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:15 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f020e90e-564a-4f27-90a7-f25b84fcc2aa?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZjAyMGU5MGUtNTY0YS00ZjI3LTkwYTctZjI1Yjg0ZmNjMmFhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1c1570f2-afe7-46da-9289-eb38b80f401f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMWMxNTcwZjItYWZlNy00NmRhLTkyODktZWIzOGI4MGY0MDFmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "77c73679-7714-452d-be3d-7b810b102f77" + "61175f05-cd91-497a-9f10-d7f0623b0aed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-correlation-request-id": [ - "c12b1282-e5cf-4e03-a63d-dc004625e16e" + "0611c23b-fc2f-4c66-9191-d847d72864e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195919Z:c12b1282-e5cf-4e03-a63d-dc004625e16e" + "EASTUS2:20211117T101309Z:0611c23b-fc2f-4c66-9191-d847d72864e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:19 GMT" - ], "Content-Length": [ "95" ], @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b7690fd-4b07-4024-ad40-9e0e6e83ad47" + "0e22ce3f-aa8e-493e-8281-2b7734fc7d6d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c4528815-016d-4e6a-b5d2-cce2a835ebaf" + "8cdea6c6-80e5-4eb3-b5c4-a53a5c7ab06e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-correlation-request-id": [ - "a641a6eb-ea50-4c3e-841e-a7fbf2c5d4e9" + "46fc751e-cc83-47e2-bc73-0789a6c8ab89" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195929Z:a641a6eb-ea50-4c3e-841e-a7fbf2c5d4e9" + "EASTUS2:20211117T101319Z:46fc751e-cc83-47e2-bc73-0789a6c8ab89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:29 GMT" - ], "Content-Length": [ "753" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Storage/storageAccounts/crptestar7436\",\r\n \"name\": \"crptestar7436\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T19:58:55.2891677Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7436.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7436.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7436.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7436.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Storage/storageAccounts/crptestar9396\",\r\n \"name\": \"crptestar9396\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:12:45.119681Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9396.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9396.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9396.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9396.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Storage/storageAccounts/crptestar7436?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzQzNj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Storage/storageAccounts/crptestar9396?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTM5Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e974325-b5c4-4954-844b-0c796bef5f6a" + "f26283b2-a10c-4d16-906a-11ada9dc3942" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a1f1fb14-c6ab-4a5b-b0e1-13e9a3f107be" + "148bb476-0918-479e-ad25-1ae0c2ba7580" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-correlation-request-id": [ - "7509ceeb-adb6-40e0-95e0-26bbd0d87062" + "055706e4-67c6-4b68-8383-d9278c119b7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195930Z:7509ceeb-adb6-40e0-95e0-26bbd0d87062" + "EASTUS2:20211117T101319Z:055706e4-67c6-4b68-8383-d9278c119b7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:29 GMT" - ], "Content-Length": [ "741" ], @@ -520,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Storage/storageAccounts/crptestar7436\",\r\n \"name\": \"crptestar7436\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T19:58:55.2891677Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7436.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7436.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7436.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7436.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Storage/storageAccounts/crptestar9396\",\r\n \"name\": \"crptestar9396\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T10:12:45.119681Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9396.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9396.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9396.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9396.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NDg3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NzAxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3215\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7097\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9b694f4-680f-4348-a977-aa1a5ef5c1fb" + "5baa1a54-11e1-439f-a81b-aab469fc17c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -552,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a070786a-b156-4d9e-bd92-42cb335073f6" + "3abde381-ec55-4d8d-85da-cc4857980b89" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a070786a-b156-4d9e-bd92-42cb335073f6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3abde381-ec55-4d8d-85da-cc4857980b89?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "53f5d2da-bf73-42b3-b1f8-7310fbc8bea8" + "3e47bde8-909f-4b93-a924-c01c42c7940b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ec57182b-1216-44da-9d7f-f0d7045fc7b3" + "6197811e-16df-4515-9e7a-d940061082c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195939Z:53f5d2da-bf73-42b3-b1f8-7310fbc8bea8" + "EASTUS2:20211117T101327Z:3e47bde8-909f-4b93-a924-c01c42c7940b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:38 GMT" - ], "Content-Length": [ "1220" ], @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5487\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487\",\r\n \"etag\": \"W/\\\"769980a9-962e-4809-bfa7-4eb513008ee7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a8d64fc6-028c-4e67-b64d-2e9ff474cd89\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3215\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215\",\r\n \"etag\": \"W/\\\"769980a9-962e-4809-bfa7-4eb513008ee7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701\",\r\n \"etag\": \"W/\\\"171ae3e0-b11c-4fca-9353-6de80d2b2b4e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"899a50e4-184e-41fd-a0c4-624b8b4a8b4f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7097\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097\",\r\n \"etag\": \"W/\\\"171ae3e0-b11c-4fca-9353-6de80d2b2b4e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a070786a-b156-4d9e-bd92-42cb335073f6?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwNzA3ODZhLWIxNTYtNGQ5ZS1iZDkyLTQyY2IzMzUwNzNmNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3abde381-ec55-4d8d-85da-cc4857980b89?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhYmRlMzgxLWVjNTUtNGQ4ZC04NWRhLWNjNDg1Nzk4MGI4OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "754215a1-0ad5-4429-8f06-16b2c4f75d21" + "cf263b86-2471-439b-8389-7f9c236b7617" ], "x-ms-correlation-request-id": [ - "8402f5be-75dc-40e1-8e3c-9fb1bf4eaa33" + "1faed347-6b62-42b2-a075-ea8a85ea955a" ], "x-ms-arm-service-request-id": [ - "2fe5c5d1-911e-4a83-b253-9f457e231c5a" + "2342218d-8109-43f7-a42c-d0f9471c5a42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195942Z:8402f5be-75dc-40e1-8e3c-9fb1bf4eaa33" + "EASTUS2:20211117T101330Z:1faed347-6b62-42b2-a075-ea8a85ea955a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:41 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NDg3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NzAxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"04335522-2d1f-4421-837b-1fe73ed5ea3e\"" + "W/\"98c80969-1a28-4513-bdad-4a760a31b4c5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "dac2f5b3-24af-4199-ae62-12b69c78e263" + "4ef4ce43-c850-4b23-8a11-2bc0b6b33a22" ], "x-ms-correlation-request-id": [ - "05f848bc-75b9-475b-9920-bfaf7cc7d064" + "87917730-125a-447a-b2ea-5f452272d2e9" ], "x-ms-arm-service-request-id": [ - "bfc65e71-9d18-430d-be01-df7494e79566" + "c765ebe9-cc5c-4a06-9eb7-16600ddf8757" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195942Z:05f848bc-75b9-475b-9920-bfaf7cc7d064" + "EASTUS2:20211117T101330Z:87917730-125a-447a-b2ea-5f452272d2e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:42 GMT" - ], "Content-Length": [ "1222" ], @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5487\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487\",\r\n \"etag\": \"W/\\\"04335522-2d1f-4421-837b-1fe73ed5ea3e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8d64fc6-028c-4e67-b64d-2e9ff474cd89\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3215\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215\",\r\n \"etag\": \"W/\\\"04335522-2d1f-4421-837b-1fe73ed5ea3e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701\",\r\n \"etag\": \"W/\\\"98c80969-1a28-4513-bdad-4a760a31b4c5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"899a50e4-184e-41fd-a0c4-624b8b4a8b4f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7097\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097\",\r\n \"etag\": \"W/\\\"98c80969-1a28-4513-bdad-4a760a31b4c5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NDg3L3N1Ym5ldHMvc24zMjE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NzAxL3N1Ym5ldHMvc243MDk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7eaa70a3-b964-4e34-923d-7c13b4c7ce2b" + "039bc471-2e0c-43f1-9aee-5a8e4af0c8d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"04335522-2d1f-4421-837b-1fe73ed5ea3e\"" + "W/\"98c80969-1a28-4513-bdad-4a760a31b4c5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a3592788-e512-4b05-a608-66b202848df1" + "b287adfc-c315-4cd5-8134-12700d320168" ], "x-ms-correlation-request-id": [ - "14012624-f2d1-429b-8b75-f79943264dad" + "a8b96769-55cb-4e00-af9a-0ada8b5a8313" ], "x-ms-arm-service-request-id": [ - "c7d699c0-b191-451d-aa01-d819250e363d" + "b6ca5867-c1b3-4226-8d20-ad34c2619d1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195942Z:14012624-f2d1-429b-8b75-f79943264dad" + "EASTUS2:20211117T101331Z:a8b96769-55cb-4e00-af9a-0ada8b5a8313" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:42 GMT" - ], "Content-Length": [ "524" ], @@ -797,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3215\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215\",\r\n \"etag\": \"W/\\\"04335522-2d1f-4421-837b-1fe73ed5ea3e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7097\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097\",\r\n \"etag\": \"W/\\\"98c80969-1a28-4513-bdad-4a760a31b4c5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTQyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3215\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215\"\r\n }\r\n },\r\n \"name\": \"ip8960\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7097\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097\"\r\n }\r\n },\r\n \"name\": \"ip3265\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "259a864b-5281-4bce-a8c8-c5a099e766bb" + "fb874b27-b92b-417d-bafe-51dd9ca6ac52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -829,43 +829,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5cb4ce7a-eda6-47e1-ac29-3465563aa989" + "5c5491f2-46bc-4c86-8f9b-f35729967354" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5cb4ce7a-eda6-47e1-ac29-3465563aa989?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5c5491f2-46bc-4c86-8f9b-f35729967354?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "962e6111-6be8-49f1-9ab2-2ca7fe25f4e8" + "e50e4d3f-4b1c-4acf-bef9-5a6f663d6a7f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cd65abbf-a3e3-4620-b077-cc9b1d5b0bb4" + "dcc8f53a-6977-4258-8739-312e53a1492d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195947Z:962e6111-6be8-49f1-9ab2-2ca7fe25f4e8" + "EASTUS2:20211117T101336Z:e50e4d3f-4b1c-4acf-bef9-5a6f663d6a7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:46 GMT" - ], "Content-Length": [ "1634" ], @@ -876,19 +876,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542\",\r\n \"etag\": \"W/\\\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a12bb5f5-5d86-426c-a1ff-5468d27a72fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8960\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542/ipConfigurations/ip8960\",\r\n \"etag\": \"W/\\\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215\"\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\": \"yzh3nkemajtu3nsnf0p5i3gnrb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3147\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147\",\r\n \"etag\": \"W/\\\"278464b7-8954-4a88-a5bf-80a816e4415e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9305b592-8f8e-45f8-8b98-d90a597c3d78\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147/ipConfigurations/ip3265\",\r\n \"etag\": \"W/\\\"278464b7-8954-4a88-a5bf-80a816e4415e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097\"\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\": \"2rijvckodd4udigemjfywsuljh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTQyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -896,40 +896,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\"" + "W/\"278464b7-8954-4a88-a5bf-80a816e4415e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "beed0496-e901-4e30-ae87-8bf82d5a8ff5" + "09ea361a-75a7-446b-95f9-0b50b0f6429b" ], "x-ms-correlation-request-id": [ - "5acd7529-c027-490c-8f6e-8d26c0182f9c" + "b9fa5656-9fde-40cf-9ff7-a6b2a34ad388" ], "x-ms-arm-service-request-id": [ - "42b78986-8fb2-430c-94f6-82c501011d33" + "fe372615-0b33-4671-ae6c-60dcede55d91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195947Z:5acd7529-c027-490c-8f6e-8d26c0182f9c" + "EASTUS2:20211117T101336Z:b9fa5656-9fde-40cf-9ff7-a6b2a34ad388" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:46 GMT" - ], "Content-Length": [ "1634" ], @@ -940,25 +940,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542\",\r\n \"etag\": \"W/\\\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a12bb5f5-5d86-426c-a1ff-5468d27a72fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8960\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542/ipConfigurations/ip8960\",\r\n \"etag\": \"W/\\\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215\"\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\": \"yzh3nkemajtu3nsnf0p5i3gnrb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3147\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147\",\r\n \"etag\": \"W/\\\"278464b7-8954-4a88-a5bf-80a816e4415e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9305b592-8f8e-45f8-8b98-d90a597c3d78\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147/ipConfigurations/ip3265\",\r\n \"etag\": \"W/\\\"278464b7-8954-4a88-a5bf-80a816e4415e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097\"\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\": \"2rijvckodd4udigemjfywsuljh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTQyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d814dd3-94d9-420b-bf96-943d94fed5f9" + "d2f2431e-ee93-4d77-a3d6-04d311656a36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -966,40 +966,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\"" + "W/\"278464b7-8954-4a88-a5bf-80a816e4415e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9da88191-1543-4c57-8a3d-3f36a83e602d" + "6c993d08-3ccc-49de-b848-6784dea0c6bd" ], "x-ms-correlation-request-id": [ - "907c69f1-d1c3-417b-8d56-7453ffcf6ece" + "640c573a-aadf-4767-adcb-89473c63e015" ], "x-ms-arm-service-request-id": [ - "ce438ffd-56b1-4b94-9927-58d7fd9e95e8" + "32f638e7-6010-4d6a-869e-e297bdd441ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195947Z:907c69f1-d1c3-417b-8d56-7453ffcf6ece" + "EASTUS2:20211117T101336Z:640c573a-aadf-4767-adcb-89473c63e015" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:46 GMT" - ], "Content-Length": [ "1634" ], @@ -1010,26 +1010,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542\",\r\n \"etag\": \"W/\\\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a12bb5f5-5d86-426c-a1ff-5468d27a72fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8960\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542/ipConfigurations/ip8960\",\r\n \"etag\": \"W/\\\"0a8fa930-2667-43e8-9d67-eabbc5b5b044\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/virtualNetworks/vn5487/subnets/sn3215\"\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\": \"yzh3nkemajtu3nsnf0p5i3gnrb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3147\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147\",\r\n \"etag\": \"W/\\\"278464b7-8954-4a88-a5bf-80a816e4415e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9305b592-8f8e-45f8-8b98-d90a597c3d78\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147/ipConfigurations/ip3265\",\r\n \"etag\": \"W/\\\"278464b7-8954-4a88-a5bf-80a816e4415e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/virtualNetworks/vn9701/subnets/sn7097\"\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\": \"2rijvckodd4udigemjfywsuljh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/availabilitySets/as1544?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzMTU0ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/availabilitySets/as8891?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9hdmFpbGFiaWxpdHlTZXRzL2FzODg5MT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a72bf94c-f81c-46eb-a5a3-e137e4936a21" + "c2542039-649d-4a2b-aba0-3d327de76271" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1042,9 +1042,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1052,27 +1059,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc1e7e09-523b-48b8-9ad2-d57fbdea6657" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6fd22eec-b71a-444b-8041-56fe60575c7c" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "d597ef1f-d1c8-48fe-819e-400b1f793079" + "222cae8d-7ac5-4a1f-923c-f3d2fb92e5bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195956Z:d597ef1f-d1c8-48fe-819e-400b1f793079" + "EASTUS2:20211117T101345Z:222cae8d-7ac5-4a1f-923c-f3d2fb92e5bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:59:55 GMT" - ], "Content-Length": [ "445" ], @@ -1083,26 +1083,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as1544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/availabilitySets/as1544\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as8891\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/availabilitySets/as8891\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/virtualMachines/vm5983?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTgzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/virtualMachines/vm7100?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03MTAwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.3750.2006031549\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/availabilitySets/as1544\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.4048.2011170655\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/availabilitySets/as8891\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b182032-de6a-4a61-a8d9-5070c370cfdc" + "4430f222-a67a-4a00-a9fc-877792eb6d6c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1115,14 +1115,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c974d86d-d946-4864-9590-34ddfb812a7f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c442c6e4-cef1-4e80-9f4b-158574e8c666?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1134,27 +1141,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c974d86d-d946-4864-9590-34ddfb812a7f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c442c6e4-cef1-4e80-9f4b-158574e8c666" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "4c38f8f0-62bd-40a1-a17f-4ef034da55cc" + "4a2250cb-f8a5-4620-9c9f-7e7ac4603256" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200002Z:4c38f8f0-62bd-40a1-a17f-4ef034da55cc" + "EASTUS2:20211117T101350Z:4a2250cb-f8a5-4620-9c9f-7e7ac4603256" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:00:02 GMT" - ], "Content-Length": [ "2335" ], @@ -1165,60 +1165,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/virtualMachines/vm5983\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ad387469-756a-4c50-b3e6-3b1062606c19\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/availabilitySets/AS1544\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.3750.2006031549\",\r\n \"exactVersion\": \"14393.3750.2006031549\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/virtualMachines/vm7100\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4cdedb54-5257-4045-b9fc-bf20ebc198b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/availabilitySets/AS8891\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.4048.2011170655\",\r\n \"exactVersion\": \"14393.4048.2011170655\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c974d86d-d946-4864-9590-34ddfb812a7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5NzRkODZkLWQ5NDYtNDg2NC05NTkwLTM0ZGRmYjgxMmE3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c442c6e4-cef1-4e80-9f4b-158574e8c666?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M0NDJjNmU0LWNlZjEtNGU4MC05ZjRiLTE1ODU3NGU4YzY2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:13:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29920" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "369d5fdf-8074-42a7-af9c-4ad16a02679f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f939682e-1a6d-471b-9506-b83a29670ffb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "60525502-9dd1-4874-a755-fe407252160d" + "652b95f2-a0d8-486e-801f-8c9e48bc6aa8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200012Z:60525502-9dd1-4874-a755-fe407252160d" + "EASTUS2:20211117T101400Z:652b95f2-a0d8-486e-801f-8c9e48bc6aa8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:00:12 GMT" - ], "Content-Length": [ "134" ], @@ -1229,57 +1229,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:00:00.5701707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c974d86d-d946-4864-9590-34ddfb812a7f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:13:48.1318502+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c442c6e4-cef1-4e80-9f4b-158574e8c666\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c974d86d-d946-4864-9590-34ddfb812a7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5NzRkODZkLWQ5NDYtNDg2NC05NTkwLTM0ZGRmYjgxMmE3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c442c6e4-cef1-4e80-9f4b-158574e8c666?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M0NDJjNmU0LWNlZjEtNGU4MC05ZjRiLTE1ODU3NGU4YzY2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:14:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29918" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fe4de42f-6301-4b48-97e9-09378cbf5b2c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9f906d8-9639-4794-b28d-11a888bc7241" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "4c029954-fe49-416f-b9b9-e772d9132ee5" + "72b7c658-4450-45ce-bb12-0e7ac6641fe6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200102Z:4c029954-fe49-416f-b9b9-e772d9132ee5" + "EASTUS2:20211117T101450Z:72b7c658-4450-45ce-bb12-0e7ac6641fe6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:01:02 GMT" - ], "Content-Length": [ "184" ], @@ -1290,57 +1290,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:00:00.5701707+00:00\",\r\n \"endTime\": \"2021-06-29T20:00:53.4601737+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c974d86d-d946-4864-9590-34ddfb812a7f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:13:48.1318502+00:00\",\r\n \"endTime\": \"2021-11-17T10:14:35.1629882+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c442c6e4-cef1-4e80-9f4b-158574e8c666\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/virtualMachines/vm5983?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTgzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/virtualMachines/vm7100?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03MTAwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:14:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0843f9a7-9c92-4faa-8971-ddf3c2f800c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "01fc63b0-370e-4cf9-a4b6-37d100d516be" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "c8c5ea6b-3ad1-45b0-9f42-8606a7871b4e" + "d00e56e2-d778-4b00-a847-c5f64f541e26" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200103Z:c8c5ea6b-3ad1-45b0-9f42-8606a7871b4e" + "EASTUS2:20211117T101451Z:d00e56e2-d778-4b00-a847-c5f64f541e26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:01:02 GMT" - ], "Content-Length": [ "2729" ], @@ -1351,63 +1351,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/virtualMachines/vm5983\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ad387469-756a-4c50-b3e6-3b1062606c19\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/availabilitySets/AS1544\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.3750.2006031549\",\r\n \"exactVersion\": \"14393.3750.2006031549\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5983_disk2_4abedc59bee04371a2337ac1145178e9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/disks/vm5983_disk2_4abedc59bee04371a2337ac1145178e9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/virtualMachines/vm7100\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4cdedb54-5257-4045-b9fc-bf20ebc198b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/availabilitySets/AS8891\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.4048.2011170655\",\r\n \"exactVersion\": \"14393.4048.2011170655\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7100_disk2_8abccd44866b4de29024774ab876a2a1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/disks/vm7100_disk2_8abccd44866b4de29024774ab876a2a1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/virtualMachines/vm5983?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTgzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/virtualMachines/vm7100?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03MTAwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efca8a4e-5639-490a-a393-998fd11c7b32" + "ba2831f6-3498-4923-b757-39318ab0fe28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:14:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5052147c-c36d-44d6-97ab-f97cb3d55804" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b0ee95c9-11b6-4a15-9500-95dde44debf0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "53655533-2745-41cd-9fc6-98290b752564" + "6039607e-bec9-40df-90e0-45b8389d6181" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200103Z:53655533-2745-41cd-9fc6-98290b752564" + "EASTUS2:20211117T101451Z:6039607e-bec9-40df-90e0-45b8389d6181" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:01:02 GMT" - ], "Content-Length": [ "2729" ], @@ -1418,40 +1418,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/virtualMachines/vm5983\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ad387469-756a-4c50-b3e6-3b1062606c19\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/availabilitySets/AS1544\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.3750.2006031549\",\r\n \"exactVersion\": \"14393.3750.2006031549\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5983_disk2_4abedc59bee04371a2337ac1145178e9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/disks/vm5983_disk2_4abedc59bee04371a2337ac1145178e9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Network/networkInterfaces/nic6542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/virtualMachines/vm7100\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4cdedb54-5257-4045-b9fc-bf20ebc198b1\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/availabilitySets/AS8891\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS3_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\": \"14393.4048.2011170655\",\r\n \"exactVersion\": \"14393.4048.2011170655\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7100_disk2_8abccd44866b4de29024774ab876a2a1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/disks/vm7100_disk2_8abccd44866b4de29024774ab876a2a1\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Network/networkInterfaces/nic3147\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar70431/providers/Microsoft.Compute/virtualMachines/vm5983/assessPatches?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcwNDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm01OTgzL2Fzc2Vzc1BhdGNoZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar68941/providers/Microsoft.Compute/virtualMachines/vm7100/assessPatches?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4OTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvdm03MTAwL2Fzc2Vzc1BhdGNoZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e467fbf6-e178-45af-b4f8-95a234c62b80" + "91fe2fb9-33c1-4b12-bf8b-eb426669f9c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:14:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?monitor=true&api-version=2021-07-01" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PatchOperation3Min;189,Microsoft.Compute/PatchOperation30Min;599" @@ -1460,85 +1467,139 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "00e93e19-385b-4547-a107-a82243a30d05" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "97e6773c-6c3d-4d28-ad32-a271c2353866" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a786bc53-1bb5-4ada-b5ce-ae65c8504e49" + "f3ca154c-ab79-444b-a53c-876f482e96e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200107Z:a786bc53-1bb5-4ada-b5ce-ae65c8504e49" + "EASTUS2:20211117T101455Z:f3ca154c-ab79-444b-a53c-876f482e96e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:01:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:15:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29916" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "be519a1c-6c0d-40a7-94bd-c52030549723" + "de42bac4-feda-4777-8fe7-4a18caff8b66" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "6f4d8686-7712-430b-97a8-c0f685c5eb1b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T101526Z:6f4d8686-7712-430b-97a8-c0f685c5eb1b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:15:55 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f831b7a5-b81d-45d0-9e6c-f00afe5f1dbb" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "27393558-18b3-4889-b0be-0a1da4b72305" + "41c2287f-1f61-44ae-8cec-4d288a58b3b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200138Z:27393558-18b3-4889-b0be-0a1da4b72305" + "EASTUS2:20211117T101556Z:41c2287f-1f61-44ae-8cec-4d288a58b3b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:01:37 GMT" - ], "Content-Length": [ "134" ], @@ -1549,57 +1610,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:16:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29913" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "13928f67-8e73-48e4-9d41-4f0bdfe03898" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c492ecb-2e9c-4ff5-8bd3-47ade0db877c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "2fdc41bd-0d96-4dcf-9381-81079ed9f769" + "9d1879a5-0901-4076-a812-947574d70066" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200208Z:2fdc41bd-0d96-4dcf-9381-81079ed9f769" + "EASTUS2:20211117T101626Z:9d1879a5-0901-4076-a812-947574d70066" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:02:07 GMT" - ], "Content-Length": [ "134" ], @@ -1610,57 +1671,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:16:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29910" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b41dacdc-836e-4e6d-815f-9538d8714791" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0b6d42d5-344f-454f-bae2-c7009bdc18b2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "8724b7f9-075a-44c2-821b-c1639ee0746b" + "a3c41622-1f85-471b-8349-d22fad2b7ecb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200238Z:8724b7f9-075a-44c2-821b-c1639ee0746b" + "EASTUS2:20211117T101656Z:a3c41622-1f85-471b-8349-d22fad2b7ecb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:02:38 GMT" - ], "Content-Length": [ "134" ], @@ -1671,57 +1732,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:17:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4a8dc564-15fb-4c68-96e6-2d45180aaa9f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0c657388-5766-4459-a3fa-311f4888b43d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "f784251e-9673-4318-ae62-d20a5d24f707" + "b1144dfd-d493-45b9-83e4-77795673c3af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200308Z:f784251e-9673-4318-ae62-d20a5d24f707" + "EASTUS2:20211117T101727Z:b1144dfd-d493-45b9-83e4-77795673c3af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:03:08 GMT" - ], "Content-Length": [ "134" ], @@ -1732,57 +1793,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:17:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29904" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d67f1218-1f0b-412e-9f34-9b42eb004273" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4b66b8f3-a67b-43ce-87c2-1592282ecd16" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "519f99aa-7eba-451f-8450-849c6ba4cefb" + "b2280511-cf2a-49e4-832c-76fa10c1f1f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200339Z:519f99aa-7eba-451f-8450-849c6ba4cefb" + "EASTUS2:20211117T101757Z:b2280511-cf2a-49e4-832c-76fa10c1f1f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:03:38 GMT" - ], "Content-Length": [ "134" ], @@ -1793,57 +1854,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:18:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f285cf6-aad5-42a3-8019-afa6c5e5e96f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "340fb4c7-c51d-43b8-b8ac-a5458a104add" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "4329d55a-1938-4014-a323-f27e7254af4f" + "4540deda-7d7a-4760-b447-6cf01f7fd500" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200409Z:4329d55a-1938-4014-a323-f27e7254af4f" + "EASTUS2:20211117T101827Z:4540deda-7d7a-4760-b447-6cf01f7fd500" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:04:08 GMT" - ], "Content-Length": [ "134" ], @@ -1854,57 +1915,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:18:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e19aa864-1bb0-42e1-b5dd-9995cd1f3937" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ae7c5f37-074e-4068-9ee2-026c7448740a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "cfc864f7-4b0a-418f-be65-6716a0b2adde" + "725e3080-5a47-419b-acca-56a2779b829e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200439Z:cfc864f7-4b0a-418f-be65-6716a0b2adde" + "EASTUS2:20211117T101857Z:725e3080-5a47-419b-acca-56a2779b829e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:04:38 GMT" - ], "Content-Length": [ "134" ], @@ -1915,57 +1976,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:19:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29931" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1efc90fa-d3bc-4a5a-b2e6-c919cd515d95" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "780162cb-2e6f-45a4-83a6-2ad447ecee9f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "0d9e6135-e8c9-4277-80cf-50316de69d90" + "e3fe9918-78f9-4e0e-aada-c86142c1a744" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200509Z:0d9e6135-e8c9-4277-80cf-50316de69d90" + "EASTUS2:20211117T101928Z:e3fe9918-78f9-4e0e-aada-c86142c1a744" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:05:09 GMT" - ], "Content-Length": [ "134" ], @@ -1976,57 +2037,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:19:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29928" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32c0395e-e78f-404b-94d9-443e37361c1a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5a8255f1-52e4-4697-bf25-0325560817cc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "357d0577-7fda-4e97-b7c7-e6d0c54e2978" + "3f59196d-7606-417e-bdb3-175d6c42618e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200540Z:357d0577-7fda-4e97-b7c7-e6d0c54e2978" + "EASTUS2:20211117T101958Z:3f59196d-7606-417e-bdb3-175d6c42618e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:05:39 GMT" - ], "Content-Length": [ "134" ], @@ -2037,57 +2098,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:20:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29926" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e7e9a1bd-d569-48a1-9adb-a21dcfc7d1e6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a1c66fd1-46ed-46df-b1df-355a99a64f8c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-correlation-request-id": [ - "8723fb02-7156-4a52-92fd-b64383ea5032" + "e7ca26fc-8616-44ca-849f-8bc0aedaff2b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200610Z:8723fb02-7156-4a52-92fd-b64383ea5032" + "EASTUS2:20211117T102028Z:e7ca26fc-8616-44ca-849f-8bc0aedaff2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:06:10 GMT" - ], "Content-Length": [ "134" ], @@ -2098,57 +2159,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:20:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29923" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f9543c7-b816-4afb-bf61-eeb03aa119c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "397e01e3-a75d-4fe4-8b32-146929dcce90" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], "x-ms-correlation-request-id": [ - "67ca6a08-3554-479d-a0b0-4a54039e5337" + "83a5ff69-11df-451a-ab6d-35014906341d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200640Z:67ca6a08-3554-479d-a0b0-4a54039e5337" + "EASTUS2:20211117T102058Z:83a5ff69-11df-451a-ab6d-35014906341d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:06:40 GMT" - ], "Content-Length": [ "134" ], @@ -2159,57 +2220,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:21:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29920" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d87753c9-2b39-4139-9e17-629bb1d7f8e9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ec742708-32c6-46e7-a996-7c46d945db50" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], "x-ms-correlation-request-id": [ - "b406f2e4-5904-4b74-96b2-5fde79d34a6a" + "e6a6942c-1841-4c47-bd2d-89bbea246edc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200711Z:b406f2e4-5904-4b74-96b2-5fde79d34a6a" + "EASTUS2:20211117T102129Z:e6a6942c-1841-4c47-bd2d-89bbea246edc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:07:11 GMT" - ], "Content-Length": [ "134" ], @@ -2220,57 +2281,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:21:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29917" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aabb9dd2-9bf2-478f-bc8d-f09ea7b1f9e9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e7f71720-b055-4fb4-8ea6-65e944f2ba13" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-correlation-request-id": [ - "88ef96bc-f782-4b94-a880-396428e3e2ad" + "0489e166-33ce-4371-9639-890b8ccf1807" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200741Z:88ef96bc-f782-4b94-a880-396428e3e2ad" + "EASTUS2:20211117T102159Z:0489e166-33ce-4371-9639-890b8ccf1807" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:07:41 GMT" - ], "Content-Length": [ "134" ], @@ -2281,57 +2342,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:22:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29914" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cb1428bb-187a-4682-ac0f-ea6bff836fbd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "002c7054-ce09-477e-a0f8-121125412883" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-correlation-request-id": [ - "e9d6f822-e856-4428-8bfc-2e961d7abc84" + "3d2a2696-3292-43a1-a1be-255fa5ddd89b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200812Z:e9d6f822-e856-4428-8bfc-2e961d7abc84" + "EASTUS2:20211117T102229Z:3d2a2696-3292-43a1-a1be-255fa5ddd89b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:08:11 GMT" - ], "Content-Length": [ "134" ], @@ -2342,57 +2403,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:22:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29912" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19d62b30-975d-4b7d-ad70-d769bb3620d7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "80faaa3b-b688-41d3-9628-5ec8d0d93526" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], "x-ms-correlation-request-id": [ - "46dba6f0-faff-4385-a0ef-ef6c22e8a787" + "60b637a1-320f-4232-972b-43b4c45d3d82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200842Z:46dba6f0-faff-4385-a0ef-ef6c22e8a787" + "EASTUS2:20211117T102259Z:60b637a1-320f-4232-972b-43b4c45d3d82" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:08:42 GMT" - ], "Content-Length": [ "134" ], @@ -2403,57 +2464,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:23:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29909" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49b54cbe-d917-43cb-907e-de56b2eeb8aa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a3cd4b7e-3c73-42a1-9b77-206127b2469d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], "x-ms-correlation-request-id": [ - "7b8d941d-dd44-4af6-8687-fc59ce7d7d26" + "c67eb3a9-71b6-4ab4-8466-4ae89723da9a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200912Z:7b8d941d-dd44-4af6-8687-fc59ce7d7d26" + "EASTUS2:20211117T102330Z:c67eb3a9-71b6-4ab4-8466-4ae89723da9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:09:12 GMT" - ], "Content-Length": [ "134" ], @@ -2464,57 +2525,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:24:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29906" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29946" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "90f63ec2-bb2c-4a31-826e-e59bc7012ace" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4cf1e262-1363-45d1-8de3-2d9c5119e4c5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], "x-ms-correlation-request-id": [ - "7b40cae6-55a8-4b7e-9d20-ad2c3764b9a9" + "2cc410a0-19d8-413a-b4c0-5d543624f101" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T200942Z:7b40cae6-55a8-4b7e-9d20-ad2c3764b9a9" + "EASTUS2:20211117T102400Z:2cc410a0-19d8-413a-b4c0-5d543624f101" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:09:42 GMT" - ], "Content-Length": [ "134" ], @@ -2525,57 +2586,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:24:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29929" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fbcdb065-b587-45b0-a74c-1c7918ff5645" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fa8c1f98-bbae-4ccc-bf6f-1b410d148e5f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], "x-ms-correlation-request-id": [ - "c4312d24-83c3-4834-9bea-7007ae9557ff" + "b092de55-1e0e-4afd-b7db-10fbab4155c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201013Z:c4312d24-83c3-4834-9bea-7007ae9557ff" + "EASTUS2:20211117T102430Z:b092de55-1e0e-4afd-b7db-10fbab4155c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:10:12 GMT" - ], "Content-Length": [ "134" ], @@ -2586,57 +2647,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:25:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29926" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc919d0f-d2fa-4776-a958-6703d5452162" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3fc975a8-07ae-40b3-b226-bd089f680e6f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], "x-ms-correlation-request-id": [ - "617f4e0d-16a8-4049-805a-2ec88799e33d" + "d409edea-6a25-4c95-95e8-35d53d4a70aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201043Z:617f4e0d-16a8-4049-805a-2ec88799e33d" + "EASTUS2:20211117T102500Z:d409edea-6a25-4c95-95e8-35d53d4a70aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:10:42 GMT" - ], "Content-Length": [ "134" ], @@ -2647,57 +2708,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:25:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29923" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60078f76-611c-4c09-8a4c-50264ff0e032" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d701db52-e17b-4d29-b16d-2cb606740b34" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], "x-ms-correlation-request-id": [ - "5d00d6e8-e392-4d63-b6a1-423010d9a8a4" + "dbeda2b2-32b6-4f46-80f0-c254f302f941" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201113Z:5d00d6e8-e392-4d63-b6a1-423010d9a8a4" + "EASTUS2:20211117T102531Z:dbeda2b2-32b6-4f46-80f0-c254f302f941" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:11:13 GMT" - ], "Content-Length": [ "134" ], @@ -2708,57 +2769,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:26:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29921" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29935" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40f91cd8-5886-4841-a98a-11134038e868" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e4e766b3-933e-463e-a124-9321c2b57683" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], "x-ms-correlation-request-id": [ - "b114a2cd-ed52-416b-a3ec-ff3df9ec7fef" + "da2f0946-1831-42b9-8ce9-1b99f7cd7869" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201143Z:b114a2cd-ed52-416b-a3ec-ff3df9ec7fef" + "EASTUS2:20211117T102601Z:da2f0946-1831-42b9-8ce9-1b99f7cd7869" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:11:43 GMT" - ], "Content-Length": [ "134" ], @@ -2769,59 +2830,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:26:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29918" + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29928" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "34a9b319-c419-4cec-9da0-645422d25156" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "17af07fa-9eba-43fc-bee7-de1723db6837" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], "x-ms-correlation-request-id": [ - "c832ffca-8d78-49f1-9058-94af2074a1d4" + "13d88153-35be-449f-aad6-4162a5ab7cd5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201214Z:c832ffca-8d78-49f1-9058-94af2074a1d4" + "EASTUS2:20211117T102631Z:13d88153-35be-449f-aad6-4162a5ab7cd5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:12:13 GMT" - ], "Content-Length": [ - "3808" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2830,59 +2891,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T20:01:03.4284538+00:00\",\r\n \"endTime\": \"2021-06-29T20:12:09.4809573+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"status\": \"Succeeded\",\r\n \"assessmentActivityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"rebootPending\": false,\r\n \"criticalAndSecurityPatchCount\": 3,\r\n \"otherPatchCount\": 3,\r\n \"startDateTime\": \"2021-06-29T20:01:07.7569456+00:00\",\r\n \"availablePatches\": [\r\n {\r\n \"patchId\": \"c01629fc-64ea-45f3-b7cb-cabc7d566933\",\r\n \"name\": \"Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10)\",\r\n \"kbId\": \"4052623\",\r\n \"classifications\": [\r\n \"Updates\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2020-05-01T00:00:00+00:00\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"8a0b74e5-7a74-4095-91a8-f445032477ed\",\r\n \"name\": \"2021-01 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4598243)\",\r\n \"kbId\": \"4598243\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-01-12T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Critical\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"d8a0fee3-4158-43ff-afc2-c937faa84a98\",\r\n \"name\": \"Security Update for Windows Server 2016 for x64-based Systems (KB4535680)\",\r\n \"kbId\": \"4535680\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-01-12T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Important\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"85604fae-a5c5-4f6d-9012-3d86be1bccce\",\r\n \"name\": \"2021-01 Update for Windows Server 2016 for x64-based Systems (KB4589210)\",\r\n \"kbId\": \"4589210\",\r\n \"classifications\": [\r\n \"Updates\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-03-09T00:00:00+00:00\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"95335a9a-923a-47b2-abb1-7584d685de6a\",\r\n \"name\": \"2021-04 Servicing Stack Update for Windows Server 2016 for x64-based Systems (KB5001402)\",\r\n \"kbId\": \"5001402\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"NeverReboots\",\r\n \"publishedDate\": \"2021-04-13T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Critical\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"e0fa0562-d5bf-451f-a63c-1ea947b6eb27\",\r\n \"name\": \"Windows Malicious Software Removal Tool x64 - v5.90 (KB890830)\",\r\n \"kbId\": \"890830\",\r\n \"classifications\": [\r\n \"UpdateRollUp\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-06-08T00:00:00+00:00\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n }\r\n ],\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n }\r\n },\r\n \"name\": \"00e93e19-385b-4547-a107-a82243a30d05\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00e93e19-385b-4547-a107-a82243a30d05?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZTkzZTE5LTM4NWItNDU0Ny1hMTA3LWE4MjI0M2EzMGQwNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:27:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29917" + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "989b8244-7e19-4389-9b0e-bee50132acf5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6676c461-3bd5-40dd-b8e7-4ea182a3c790" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], "x-ms-correlation-request-id": [ - "359c4b8d-3788-40dd-a4e5-36f02dd74119" + "c4574576-28e5-44f4-9772-62bc05d4a2b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201214Z:359c4b8d-3788-40dd-a4e5-36f02dd74119" + "EASTUS2:20211117T102701Z:c4574576-28e5-44f4-9772-62bc05d4a2b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:12:13 GMT" - ], "Content-Length": [ - "2819" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2891,93 +2952,152 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"assessmentActivityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"rebootPending\": false,\r\n \"criticalAndSecurityPatchCount\": 3,\r\n \"otherPatchCount\": 3,\r\n \"startDateTime\": \"2021-06-29T20:01:07.7569456+00:00\",\r\n \"availablePatches\": [\r\n {\r\n \"patchId\": \"c01629fc-64ea-45f3-b7cb-cabc7d566933\",\r\n \"name\": \"Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10)\",\r\n \"kbId\": \"4052623\",\r\n \"classifications\": [\r\n \"Updates\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2020-05-01T00:00:00+00:00\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"8a0b74e5-7a74-4095-91a8-f445032477ed\",\r\n \"name\": \"2021-01 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4598243)\",\r\n \"kbId\": \"4598243\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-01-12T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Critical\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"d8a0fee3-4158-43ff-afc2-c937faa84a98\",\r\n \"name\": \"Security Update for Windows Server 2016 for x64-based Systems (KB4535680)\",\r\n \"kbId\": \"4535680\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-01-12T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Important\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"85604fae-a5c5-4f6d-9012-3d86be1bccce\",\r\n \"name\": \"2021-01 Update for Windows Server 2016 for x64-based Systems (KB4589210)\",\r\n \"kbId\": \"4589210\",\r\n \"classifications\": [\r\n \"Updates\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-03-09T00:00:00+00:00\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"95335a9a-923a-47b2-abb1-7584d685de6a\",\r\n \"name\": \"2021-04 Servicing Stack Update for Windows Server 2016 for x64-based Systems (KB5001402)\",\r\n \"kbId\": \"5001402\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"NeverReboots\",\r\n \"publishedDate\": \"2021-04-13T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Critical\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"e0fa0562-d5bf-451f-a63c-1ea947b6eb27\",\r\n \"name\": \"Windows Malicious Software Removal Tool x64 - v5.90 (KB890830)\",\r\n \"kbId\": \"890830\",\r\n \"classifications\": [\r\n \"UpdateRollUp\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-06-08T00:00:00+00:00\",\r\n \"activityId\": \"00e93e19-385b-4547-a107-a82243a30d05\",\r\n \"lastModifiedDateTime\": \"2021-06-29T20:11:44.87061+00:00\",\r\n \"assessmentState\": \"Available\"\r\n }\r\n ],\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar70431?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcwNDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c6695605-209c-404b-a10b-0fa921d83370" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 10:27:32 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MDQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29918" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57da5c3b-7f5e-415b-8d5d-3d200c9ff16e" + "72dda966-1f2a-4a20-8c9e-41a312f25e2c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" ], "x-ms-correlation-request-id": [ - "57da5c3b-7f5e-415b-8d5d-3d200c9ff16e" + "bba7274a-0720-450c-a876-d967a35e6e86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201219Z:57da5c3b-7f5e-415b-8d5d-3d200c9ff16e" + "EASTUS2:20211117T102732Z:bba7274a-0720-450c-a876-d967a35e6e86" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "2619" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T10:14:51.4285669+00:00\",\r\n \"endTime\": \"2021-11-17T10:27:09.1776093+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"status\": \"Succeeded\",\r\n \"assessmentActivityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"rebootPending\": false,\r\n \"criticalAndSecurityPatchCount\": 2,\r\n \"otherPatchCount\": 3,\r\n \"startDateTime\": \"2021-11-17T10:14:55.7722747+00:00\",\r\n \"availablePatches\": [\r\n {\r\n \"patchId\": \"d8a0fee3-4158-43ff-afc2-c937faa84a98\",\r\n \"name\": \"Security Update for Windows Server 2016 for x64-based Systems (KB4535680)\",\r\n \"kbId\": \"4535680\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-01-12T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Important\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"85604fae-a5c5-4f6d-9012-3d86be1bccce\",\r\n \"name\": \"2021-01 Update for Windows Server 2016 for x64-based Systems (KB4589210)\",\r\n \"kbId\": \"4589210\",\r\n \"classifications\": [\r\n \"Updates\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-03-09T00:00:00+00:00\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"73f45b23-8537-455d-83fd-840e7e93b835\",\r\n \"name\": \"2021-09 Servicing Stack Update for Windows Server 2016 for x64-based Systems (KB5005698)\",\r\n \"kbId\": \"5005698\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"NeverReboots\",\r\n \"publishedDate\": \"2021-09-14T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Critical\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"bcfd3de0-1bd7-4605-95c5-51f9b809b3dc\",\r\n \"name\": \"Windows Malicious Software Removal Tool x64 - v5.95 (KB890830)\",\r\n \"kbId\": \"890830\",\r\n \"classifications\": [\r\n \"UpdateRollUp\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-11-09T00:00:00+00:00\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"044d3bf4-7182-4160-bcd3-ca4339387452\",\r\n \"name\": \"Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.353.1142.0)\",\r\n \"kbId\": \"2267602\",\r\n \"classifications\": [\r\n \"Definition\"\r\n ],\r\n \"rebootBehavior\": \"NeverReboots\",\r\n \"publishedDate\": \"2021-11-17T00:00:00+00:00\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n }\r\n ],\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n }\r\n },\r\n \"name\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97e6773c-6c3d-4d28-ad32-a271c2353866?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZTY3NzNjLTZjM2QtNGQyOC1hZDMyLWEyNzFjMjM1Mzg2Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 10:27:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "f051a8ae-5b7d-4553-a971-aa3a7447739c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "8cab4bc6-1685-4321-8473-011106917249" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T102732Z:8cab4bc6-1685-4321-8473-011106917249" + ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:12:18 GMT" + "Content-Length": [ + "2394" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"assessmentActivityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"rebootPending\": false,\r\n \"criticalAndSecurityPatchCount\": 2,\r\n \"otherPatchCount\": 3,\r\n \"startDateTime\": \"2021-11-17T10:14:55.7722747+00:00\",\r\n \"availablePatches\": [\r\n {\r\n \"patchId\": \"d8a0fee3-4158-43ff-afc2-c937faa84a98\",\r\n \"name\": \"Security Update for Windows Server 2016 for x64-based Systems (KB4535680)\",\r\n \"kbId\": \"4535680\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-01-12T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Important\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"85604fae-a5c5-4f6d-9012-3d86be1bccce\",\r\n \"name\": \"2021-01 Update for Windows Server 2016 for x64-based Systems (KB4589210)\",\r\n \"kbId\": \"4589210\",\r\n \"classifications\": [\r\n \"Updates\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-03-09T00:00:00+00:00\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"73f45b23-8537-455d-83fd-840e7e93b835\",\r\n \"name\": \"2021-09 Servicing Stack Update for Windows Server 2016 for x64-based Systems (KB5005698)\",\r\n \"kbId\": \"5005698\",\r\n \"classifications\": [\r\n \"Security\"\r\n ],\r\n \"rebootBehavior\": \"NeverReboots\",\r\n \"publishedDate\": \"2021-09-14T00:00:00+00:00\",\r\n \"msrcSeverity\": \"Critical\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"bcfd3de0-1bd7-4605-95c5-51f9b809b3dc\",\r\n \"name\": \"Windows Malicious Software Removal Tool x64 - v5.95 (KB890830)\",\r\n \"kbId\": \"890830\",\r\n \"classifications\": [\r\n \"UpdateRollUp\"\r\n ],\r\n \"rebootBehavior\": \"CanRequestReboot\",\r\n \"publishedDate\": \"2021-11-09T00:00:00+00:00\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n },\r\n {\r\n \"patchId\": \"044d3bf4-7182-4160-bcd3-ca4339387452\",\r\n \"name\": \"Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.353.1142.0)\",\r\n \"kbId\": \"2267602\",\r\n \"classifications\": [\r\n \"Definition\"\r\n ],\r\n \"rebootBehavior\": \"NeverReboots\",\r\n \"publishedDate\": \"2021-11-17T00:00:00+00:00\",\r\n \"activityId\": \"97e6773c-6c3d-4d28-ad32-a271c2353866\",\r\n \"lastModifiedDateTime\": \"2021-11-17T10:26:42.4495286+00:00\",\r\n \"assessmentState\": \"Available\"\r\n }\r\n ],\r\n \"error\": {\r\n \"details\": [],\r\n \"code\": \"Success\",\r\n \"message\": \"0 error/s reported\"\r\n }\r\n}", + "StatusCode": 200 } ], "Names": { "TestVMPatchOperations_AssessPatches": [ - "crptestar7043", - "as1544", - "crptestar7436" + "crptestar6894", + "as8891", + "crptestar9396" ], "CreateVNET": [ - "vn5487", - "sn3215" + "vn9701", + "sn7097" ], "CreateNIC": [ - "nic6542", - "ip8960" + "nic3147", + "ip3265" ], "CreateDefaultVMInput": [ - "crptestar2548", - "crptestar3899", - "crptestar8919", - "vm5983", - "Microsoft.Compute/virtualMachines7975" + "crptestar4830", + "crptestar7277", + "crptestar658", + "vm7100", + "Microsoft.Compute/virtualMachines4343" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestListVMRunCommands.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestListVMRunCommands.json index fe30c9fddf6b6..830e121ace8c6 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestListVMRunCommands.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestListVMRunCommands.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/runCommands?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9ydW5Db21tYW5kcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/runCommands?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9ydW5Db21tYW5kcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c1a5c10-582c-4907-b807-80a10e6fb5a9" + "2270fd13-2e6d-4d57-96d1-a15b2f4c8821" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetSubscriptionInfo3Min;359" ], @@ -33,27 +40,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31f76262-ea70-4ec3-b263-1265a4956e63" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d0073e59-23f0-4c66-9ba6-331906284416" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "10b84117-2f0c-4192-a783-ba64a999450e" + "2b94897e-3d89-4514-b3d4-be04c1f5d43e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185506Z:10b84117-2f0c-4192-a783-ba64a999450e" + "EASTUS2:20211116T182915Z:2b94897e-3d89-4514-b3d4-be04c1f5d43e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:55:06 GMT" - ], "Content-Length": [ "5725" ], @@ -68,31 +68,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/runCommands/RunPowerShellScript?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9ydW5Db21tYW5kcy9SdW5Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/runCommands/RunPowerShellScript?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9ydW5Db21tYW5kcy9SdW5Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72fc5b19-e620-4423-a0e4-027f80228119" + "0d338c95-fa96-4e3b-82a4-adbf6859ec61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:29:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetSubscriptionInfo3Min;358" ], @@ -100,29 +107,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d8523768-284a-459c-8c40-6239e8d69d8a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4a83df25-35bc-4bd6-b900-0a65036f3f15" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "ae520cab-e364-4d0e-8879-17cc1501c16c" + "f7fbf4ca-8e55-4a8c-a1e1-cfeb7a173592" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185507Z:ae520cab-e364-4d0e-8879-17cc1501c16c" + "EASTUS2:20211116T182915Z:f7fbf4ca-8e55-4a8c-a1e1-cfeb7a173592" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:55:06 GMT" - ], "Content-Length": [ - "14029" + "14049" ], "Content-Type": [ "application/json; charset=utf-8" @@ -131,7 +131,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"script\": [\r\n \"param(\\r\\n [string]$arg1,\\r\\n [string]$arg2\\r\\n)\\r\\nWrite-Host This is a sample script with parameters $arg1 $arg2\\r\\n\\r\\n# SIG # Begin signature block\\r\\n# MIIjhQYJKoZIhvcNAQcCoIIjdjCCI3ICAQExDzANBglghkgBZQMEAgEFADB5Bgor\\r\\n# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG\\r\\n# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCB6jm9GJUxEj/xj\\r\\n# xRn7NMmK1YlgeGDCHEVx3xVyCBNnmaCCDYEwggX/MIID56ADAgECAhMzAAAB32vw\\r\\n# LpKnSrTQAAAAAAHfMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD\\r\\n# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy\\r\\n# b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p\\r\\n# bmcgUENBIDIwMTEwHhcNMjAxMjE1MjEzMTQ1WhcNMjExMjAyMjEzMTQ1WjB0MQsw\\r\\n# CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u\\r\\n# ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy\\r\\n# b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\\r\\n# AQC2uxlZEACjqfHkuFyoCwfL25ofI9DZWKt4wEj3JBQ48GPt1UsDv834CcoUUPMn\\r\\n# s/6CtPoaQ4Thy/kbOOg/zJAnrJeiMQqRe2Lsdb/NSI2gXXX9lad1/yPUDOXo4GNw\\r\\n# PjXq1JZi+HZV91bUr6ZjzePj1g+bepsqd/HC1XScj0fT3aAxLRykJSzExEBmU9eS\\r\\n# yuOwUuq+CriudQtWGMdJU650v/KmzfM46Y6lo/MCnnpvz3zEL7PMdUdwqj/nYhGG\\r\\n# 3UVILxX7tAdMbz7LN+6WOIpT1A41rwaoOVnv+8Ua94HwhjZmu1S73yeV7RZZNxoh\\r\\n# EegJi9YYssXa7UZUUkCCA+KnAgMBAAGjggF+MIIBejAfBgNVHSUEGDAWBgorBgEE\\r\\n# AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUOPbML8IdkNGtCfMmVPtvI6VZ8+Mw\\r\\n# UAYDVR0RBEkwR6RFMEMxKTAnBgNVBAsTIE1pY3Jvc29mdCBPcGVyYXRpb25zIFB1\\r\\n# ZXJ0byBSaWNvMRYwFAYDVQQFEw0yMzAwMTIrNDYzMDA5MB8GA1UdIwQYMBaAFEhu\\r\\n# ZOVQBdOCqhc3NyK1bajKdQKVMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly93d3cu\\r\\n# bWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY0NvZFNpZ1BDQTIwMTFfMjAxMS0w\\r\\n# Ny0wOC5jcmwwYQYIKwYBBQUHAQEEVTBTMFEGCCsGAQUFBzAChkVodHRwOi8vd3d3\\r\\n# Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY0NvZFNpZ1BDQTIwMTFfMjAx\\r\\n# MS0wNy0wOC5jcnQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAnnqH\\r\\n# tDyYUFaVAkvAK0eqq6nhoL95SZQu3RnpZ7tdQ89QR3++7A+4hrr7V4xxmkB5BObS\\r\\n# 0YK+MALE02atjwWgPdpYQ68WdLGroJZHkbZdgERG+7tETFl3aKF4KpoSaGOskZXp\\r\\n# TPnCaMo2PXoAMVMGpsQEQswimZq3IQ3nRQfBlJ0PoMMcN/+Pks8ZTL1BoPYsJpok\\r\\n# t6cql59q6CypZYIwgyJ892HpttybHKg1ZtQLUlSXccRMlugPgEcNZJagPEgPYni4\\r\\n# b11snjRAgf0dyQ0zI9aLXqTxWUU5pCIFiPT0b2wsxzRqCtyGqpkGM8P9GazO8eao\\r\\n# mVItCYBcJSByBx/pS0cSYwBBHAZxJODUqxSXoSGDvmTfqUJXntnWkL4okok1FiCD\\r\\n# Z4jpyXOQunb6egIXvkgQ7jb2uO26Ow0m8RwleDvhOMrnHsupiOPbozKroSa6paFt\\r\\n# VSh89abUSooR8QdZciemmoFhcWkEwFg4spzvYNP4nIs193261WyTaRMZoceGun7G\\r\\n# CT2Rl653uUj+F+g94c63AhzSq4khdL4HlFIP2ePv29smfUnHtGq6yYFDLnT0q/Y+\\r\\n# Di3jwloF8EWkkHRtSuXlFUbTmwr/lDDgbpZiKhLS7CBTDj32I0L5i532+uHczw82\\r\\n# oZDmYmYmIUSMbZOgS65h797rj5JJ6OkeEUJoAVwwggd6MIIFYqADAgECAgphDpDS\\r\\n# AAAAAAADMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMK\\r\\n# V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0\\r\\n# IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0\\r\\n# ZSBBdXRob3JpdHkgMjAxMTAeFw0xMTA3MDgyMDU5MDlaFw0yNjA3MDgyMTA5MDla\\r\\n# MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS\\r\\n# ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMT\\r\\n# H01pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwggIiMA0GCSqGSIb3DQEB\\r\\n# AQUAA4ICDwAwggIKAoICAQCr8PpyEBwurdhuqoIQTTS68rZYIZ9CGypr6VpQqrgG\\r\\n# OBoESbp/wwwe3TdrxhLYC/A4wpkGsMg51QEUMULTiQ15ZId+lGAkbK+eSZzpaF7S\\r\\n# 35tTsgosw6/ZqSuuegmv15ZZymAaBelmdugyUiYSL+erCFDPs0S3XdjELgN1q2jz\\r\\n# y23zOlyhFvRGuuA4ZKxuZDV4pqBjDy3TQJP4494HDdVceaVJKecNvqATd76UPe/7\\r\\n# 4ytaEB9NViiienLgEjq3SV7Y7e1DkYPZe7J7hhvZPrGMXeiJT4Qa8qEvWeSQOy2u\\r\\n# M1jFtz7+MtOzAz2xsq+SOH7SnYAs9U5WkSE1JcM5bmR/U7qcD60ZI4TL9LoDho33\\r\\n# X/DQUr+MlIe8wCF0JV8YKLbMJyg4JZg5SjbPfLGSrhwjp6lm7GEfauEoSZ1fiOIl\\r\\n# XdMhSz5SxLVXPyQD8NF6Wy/VI+NwXQ9RRnez+ADhvKwCgl/bwBWzvRvUVUvnOaEP\\r\\n# 6SNJvBi4RHxF5MHDcnrgcuck379GmcXvwhxX24ON7E1JMKerjt/sW5+v/N2wZuLB\\r\\n# l4F77dbtS+dJKacTKKanfWeA5opieF+yL4TXV5xcv3coKPHtbcMojyyPQDdPweGF\\r\\n# RInECUzF1KVDL3SV9274eCBYLBNdYJWaPk8zhNqwiBfenk70lrC8RqBsmNLg1oiM\\r\\n# CwIDAQABo4IB7TCCAekwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFEhuZOVQ\\r\\n# BdOCqhc3NyK1bajKdQKVMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsGA1Ud\\r\\n# DwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO\\r\\n# 4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0\\r\\n# LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y\\r\\n# Mi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1p\\r\\n# Y3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y\\r\\n# Mi5jcnQwgZ8GA1UdIASBlzCBlDCBkQYJKwYBBAGCNy4DMIGDMD8GCCsGAQUFBwIB\\r\\n# FjNodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2RvY3MvcHJpbWFyeWNw\\r\\n# cy5odG0wQAYIKwYBBQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AcABvAGwAaQBjAHkA\\r\\n# XwBzAHQAYQB0AGUAbQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAGfyhqWY\\r\\n# 4FR5Gi7T2HRnIpsLlhHhY5KZQpZ90nkMkMFlXy4sPvjDctFtg/6+P+gKyju/R6mj\\r\\n# 82nbY78iNaWXXWWEkH2LRlBV2AySfNIaSxzzPEKLUtCw/WvjPgcuKZvmPRul1LUd\\r\\n# d5Q54ulkyUQ9eHoj8xN9ppB0g430yyYCRirCihC7pKkFDJvtaPpoLpWgKj8qa1hJ\\r\\n# Yx8JaW5amJbkg/TAj/NGK978O9C9Ne9uJa7lryft0N3zDq+ZKJeYTQ49C/IIidYf\\r\\n# wzIY4vDFLc5bnrRJOQrGCsLGra7lstnbFYhRRVg4MnEnGn+x9Cf43iw6IGmYslmJ\\r\\n# aG5vp7d0w0AFBqYBKig+gj8TTWYLwLNN9eGPfxxvFX1Fp3blQCplo8NdUmKGwx1j\\r\\n# NpeG39rz+PIWoZon4c2ll9DuXWNB41sHnIc+BncG0QaxdR8UvmFhtfDcxhsEvt9B\\r\\n# xw4o7t5lL+yX9qFcltgA1qFGvVnzl6UJS0gQmYAf0AApxbGbpT9Fdx41xtKiop96\\r\\n# eiL6SJUfq/tHI4D1nvi/a7dLl+LrdXga7Oo3mXkYS//WsyNodeav+vyL6wuA6mk7\\r\\n# r/ww7QRMjt/fdW1jkT3RnVZOT7+AVyKheBEyIXrvQQqxP/uozKRdwaGIm1dxVk5I\\r\\n# RcBCyZt2WwqASGv9eZ/BvW1taslScxMNelDNMYIVWjCCFVYCAQEwgZUwfjELMAkG\\r\\n# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx\\r\\n# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z\\r\\n# b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAd9r8C6Sp0q00AAAAAAB3zAN\\r\\n# BglghkgBZQMEAgEFAKCBrjAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor\\r\\n# BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQgtFV7nVIA\\r\\n# MzAyvGRGFyVFPBXkTNlNDitxIkf6V1ugHIUwQgYKKwYBBAGCNwIBDDE0MDKgFIAS\\r\\n# AE0AaQBjAHIAbwBzAG8AZgB0oRqAGGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbTAN\\r\\n# BgkqhkiG9w0BAQEFAASCAQCdcZkwG3N2yyK8zjw+MCmVYaQKrdUoDeuk/eGP1cNs\\r\\n# 2/0LZ1Nl5T1BXbVxIXU8gqL9GzokG58Fo1kTzUx0Vk/mJyAaV+KHVPDe0pIfreZL\\r\\n# cosVVdCKCXc6zhBrapOG/fY5bmrhSMVsGGe04uvInKlItOltcAc1xx/z3yl3e4L7\\r\\n# d1esSaFrr+e95j4YwkCuQ8cUiAMWi9817841qYi36oIwVgsE29/d2b7+l5S2eEDy\\r\\n# 0Umdiz2jWVXfSA6CePldzhOk5ySI5ShcBpn2b132gIs5lWlj3r1OD/lkOgOjQhSN\\r\\n# khCltIJso0c+f+LP822OJeHCSc1S6aKMH54rsrLZlSr9oYIS5DCCEuAGCisGAQQB\\r\\n# gjcDAwExghLQMIISzAYJKoZIhvcNAQcCoIISvTCCErkCAQMxDzANBglghkgBZQME\\r\\n# AgEFADCCAVAGCyqGSIb3DQEJEAEEoIIBPwSCATswggE3AgEBBgorBgEEAYRZCgMB\\r\\n# MDEwDQYJYIZIAWUDBAIBBQAEICye+7PcMlsaxZQZ4xS/CJz3pTAcisYNJPqQgd+y\\r\\n# OPl2AgZgrpmc4xkYEjIwMjEwNjE3MTgyMzUwLjI0WjAEgAIB9KCB0KSBzTCByjEL\\r\\n# MAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1v\\r\\n# bmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjElMCMGA1UECxMcTWlj\\r\\n# cm9zb2Z0IEFtZXJpY2EgT3BlcmF0aW9uczEmMCQGA1UECxMdVGhhbGVzIFRTUyBF\\r\\n# U046M0U3QS1FMzU5LUEyNUQxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1w\\r\\n# IFNlcnZpY2Wggg48MIIE8TCCA9mgAwIBAgITMwAAAVIwS12JrOZwRwAAAAABUjAN\\r\\n# BgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3Rv\\r\\n# bjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0\\r\\n# aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDAeFw0y\\r\\n# MDExMTIxODI2MDVaFw0yMjAyMTExODI2MDVaMIHKMQswCQYDVQQGEwJVUzETMBEG\\r\\n# A1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWlj\\r\\n# cm9zb2Z0IENvcnBvcmF0aW9uMSUwIwYDVQQLExxNaWNyb3NvZnQgQW1lcmljYSBP\\r\\n# cGVyYXRpb25zMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjozRTdBLUUzNTktQTI1\\r\\n# RDElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2VydmljZTCCASIwDQYJ\\r\\n# KoZIhvcNAQEBBQADggEPADCCAQoCggEBAK7MboSJmHS1oJJuzAyK6kxNidtugXOO\\r\\n# PUO4Ntu9PRFcoEJWX+6YD5TLbXgOYeIWGR65F2UsHTJrlL26bloqvuUEGpnO+0qA\\r\\n# Y2AJFsNMb1i7qTMPM9PNBG6VUi+hZXLSAhOcTKgnU7ebkg+mwsE1AJ1eyH7dNkXv\\r\\n# ckBy5vbVufGb/izF7jNN1t220Gupfz8kkXZUScA/4wG8XZRBKjpdQBpMoL8c8M8J\\r\\n# x78iw2gDHEsMjXAeEiWqNEGe3gczkdwoetmu8f68eeKGKR2UTOHd+NAWjCTV8bs9\\r\\n# WGY7rQ7m9V2oD4f3fXiEcQ1AjRxuj5KRKLxJIlIs2LGCPR5Z49OHulsCAwEAAaOC\\r\\n# ARswggEXMB0GA1UdDgQWBBSE3a7arCPWXZzaH+RQsO4FEmx7FDAfBgNVHSMEGDAW\\r\\n# gBTVYzpcijGQ80N7fEYbxTNoWoVtVTBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8v\\r\\n# Y3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNUaW1TdGFQQ0Ff\\r\\n# MjAxMC0wNy0wMS5jcmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRw\\r\\n# Oi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1RpbVN0YVBDQV8yMDEw\\r\\n# LTA3LTAxLmNydDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMIMA0G\\r\\n# CSqGSIb3DQEBCwUAA4IBAQBVxSdx8WpJrNBsMRd/d3XT+6mJZBTkd1NvAb2/1t5U\\r\\n# gNobigQvIhw0Tp7oJs4EyU9T6yalhhycreO5w2oKHCq4ubF2LaI/LiJDq+MB0Gn3\\r\\n# 5UVaWsGpSw1dnOMKmAwJmPpu7xerQ2d2XhbIFsjQmS7ry9Q0bjCwx0o/d3P7UzOT\\r\\n# 1JSZrePsfI0Dnn12j2eEqahkyfl21/TdC/GVoTAwBo+T3G5S/0E3xw28WelaTiYs\\r\\n# RFBbq0DetcrSygQhIpNgbs6x7ugxdkNg9bF/2gWFgrNnD9LCeF0GiPZLl7JgTcC4\\r\\n# X9lfNHeF2nf9cbNl450RF8XLWsLtkHCEMhqN4UyLncafMIIGcTCCBFmgAwIBAgIK\\r\\n# YQmBKgAAAAAAAjANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNV\\r\\n# BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jv\\r\\n# c29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlm\\r\\n# aWNhdGUgQXV0aG9yaXR5IDIwMTAwHhcNMTAwNzAxMjEzNjU1WhcNMjUwNzAxMjE0\\r\\n# NjU1WjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE\\r\\n# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYD\\r\\n# VQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDCCASIwDQYJKoZIhvcN\\r\\n# AQEBBQADggEPADCCAQoCggEBAKkdDbx3EYo6IOz8E5f1+n9plGt0VBDVpQoAgoX7\\r\\n# 7XxoSyxfxcPlYcJ2tz5mK1vwFVMnBDEfQRsalR3OCROOfGEwWbEwRA/xYIiEVEMM\\r\\n# 1024OAizQt2TrNZzMFcmgqNFDdDq9UeBzb8kYDJYYEbyWEeGMoQedGFnkV+BVLHP\\r\\n# k0ySwcSmXdFhE24oxhr5hoC732H8RsEnHSRnEnIaIYqvS2SJUGKxXf13Hz3wV3Ws\\r\\n# vYpCTUBR0Q+cBj5nf/VmwAOWRH7v0Ev9buWayrGo8noqCjHw2k4GkbaICDXoeByw\\r\\n# 6ZnNPOcvRLqn9NxkvaQBwSAJk3jN/LzAyURdXhacAQVPIk0CAwEAAaOCAeYwggHi\\r\\n# MBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBTVYzpcijGQ80N7fEYbxTNoWoVt\\r\\n# VTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0T\\r\\n# AQH/BAUwAwEB/zAfBgNVHSMEGDAWgBTV9lbLj+iiXGJo0T2UkFvXzpoYxDBWBgNV\\r\\n# HR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9w\\r\\n# cm9kdWN0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5jcmwwWgYIKwYBBQUHAQEE\\r\\n# TjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2Nl\\r\\n# cnRzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIzLmNydDCBoAYDVR0gAQH/BIGVMIGS\\r\\n# MIGPBgkrBgEEAYI3LgMwgYEwPQYIKwYBBQUHAgEWMWh0dHA6Ly93d3cubWljcm9z\\r\\n# b2Z0LmNvbS9QS0kvZG9jcy9DUFMvZGVmYXVsdC5odG0wQAYIKwYBBQUHAgIwNB4y\\r\\n# IB0ATABlAGcAYQBsAF8AUABvAGwAaQBjAHkAXwBTAHQAYQB0AGUAbQBlAG4AdAAu\\r\\n# IB0wDQYJKoZIhvcNAQELBQADggIBAAfmiFEN4sbgmD+BcQM9naOhIW+z66bM9TG+\\r\\n# zwXiqf76V20ZMLPCxWbJat/15/B4vceoniXj+bzta1RXCCtRgkQS+7lTjMz0YBKK\\r\\n# dsxAQEGb3FwX/1z5Xhc1mCRWS3TvQhDIr79/xn/yN31aPxzymXlKkVIArzgPF/Uv\\r\\n# eYFl2am1a+THzvbKegBvSzBEJCI8z+0DpZaPWSm8tv0E4XCfMkon/VWvL/625Y4z\\r\\n# u2JfmttXQOnxzplmkIz/amJ/3cVKC5Em4jnsGUpxY517IW3DnKOiPPp/fZZqkHim\\r\\n# bdLhnPkd/DjYlPTGpQqWhqS9nhquBEKDuLWAmyI4ILUl5WTs9/S/fmNZJQ96LjlX\\r\\n# dqJxqgaKD4kWumGnEcua2A5HmoDF0M2n0O99g/DhO3EJ3110mCIIYdqwUB5vvfHh\\r\\n# AN/nMQekkzr3ZUd46PioSKv33nJ+YWtvd6mBy6cJrDm77MbL2IK0cs0d9LiFAR6A\\r\\n# +xuJKlQ5slvayA1VmXqHczsI5pgt6o3gMy4SKfXAL1QnIffIrE7aKLixqduWsqdC\\r\\n# osnPGUFN4Ib5KpqjEWYw07t0MkvfY3v1mYovG8chr1m1rtxEPJdQcdeh0sVV42ne\\r\\n# V8HR3jDA/czmTfsNv11P6Z0eGTgvvM9YBS7vDaBQNdrvCScc1bN+NR4Iuto229Nf\\r\\n# j950iEkSoYICzjCCAjcCAQEwgfihgdCkgc0wgcoxCzAJBgNVBAYTAlVTMRMwEQYD\\r\\n# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy\\r\\n# b3NvZnQgQ29ycG9yYXRpb24xJTAjBgNVBAsTHE1pY3Jvc29mdCBBbWVyaWNhIE9w\\r\\n# ZXJhdGlvbnMxJjAkBgNVBAsTHVRoYWxlcyBUU1MgRVNOOjNFN0EtRTM1OS1BMjVE\\r\\n# MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2aWNloiMKAQEwBwYF\\r\\n# Kw4DAhoDFQC/bp5Ulq6ZyZNyF3qGprJAw0NeW6CBgzCBgKR+MHwxCzAJBgNVBAYT\\r\\n# AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYD\\r\\n# VQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBU\\r\\n# aW1lLVN0YW1wIFBDQSAyMDEwMA0GCSqGSIb3DQEBBQUAAgUA5HVvvTAiGA8yMDIx\\r\\n# MDYxNzE0NTI0NVoYDzIwMjEwNjE4MTQ1MjQ1WjB3MD0GCisGAQQBhFkKBAExLzAt\\r\\n# MAoCBQDkdW+9AgEAMAoCAQACAhMMAgH/MAcCAQACAhGjMAoCBQDkdsE9AgEAMDYG\\r\\n# CisGAQQBhFkKBAIxKDAmMAwGCisGAQQBhFkKAwKgCjAIAgEAAgMHoSChCjAIAgEA\\r\\n# AgMBhqAwDQYJKoZIhvcNAQEFBQADgYEAWH2uUm8L5ZAOfZ1hK6F7nsPP2D5YHFen\\r\\n# 6xfPDeKHCVTHFx3Syo/AfJO8MAjM2H2mWiB5BY2kfQUkTw5gWcPRO2qgg0mEu4KR\\r\\n# XcLhDgsUB0qYpD0uW3lcY9sdVyJ2kfxSCKzED+2UCNZBBAj3k47kN5f+4xXaGdVR\\r\\n# H/lMgmAhAXwxggMNMIIDCQIBATCBkzB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMK\\r\\n# V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0\\r\\n# IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0Eg\\r\\n# MjAxMAITMwAAAVIwS12JrOZwRwAAAAABUjANBglghkgBZQMEAgEFAKCCAUowGgYJ\\r\\n# KoZIhvcNAQkDMQ0GCyqGSIb3DQEJEAEEMC8GCSqGSIb3DQEJBDEiBCAzYs+Y/Zdl\\r\\n# ZA/2jCDt+ETpvii1BrEoliHQA2SybVLq1DCB+gYLKoZIhvcNAQkQAi8xgeowgecw\\r\\n# geQwgb0EIJPuXMejiyVQjF8QanwtdA2KT95wrq+64ZYhyYGuuyemMIGYMIGApH4w\\r\\n# fDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1Jl\\r\\n# ZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMd\\r\\n# TWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTACEzMAAAFSMEtdiazmcEcAAAAA\\r\\n# AVIwIgQgh5ZLnHfhk2RwWk8svJSUxAnSyakqyQFNhm/pnHOyfCswDQYJKoZIhvcN\\r\\n# AQELBQAEggEASvG/aMEqHX4reRULoNavv8MVsgMygUiN9uxohEvUl6ZiMfg9ntOs\\r\\n# KlP4h5zGIP9fVUb1hgNzgC/QVZlEIuYNW+KPTjIKW0Ah4z6da0EXXHGqNnPBTxOU\\r\\n# tO1yM0lJrAqPciy06uTRRmuPNnCait9mQTmMsOIRvOddUMCwnD/Vc1zA/CUM145Q\\r\\n# nP9KMcBgoBYh2efBR/hxWJQoOk7st4NW6wjpdwB31eKN8M7F48oX9jIz5lsB6hqn\\r\\n# 0ksmqt9R3XBAykklM9NTbY2anTwEzK93vY/gx5Hy2dXWDmEj6keE5+D5yTKtPnyW\\r\\n# ZUq0C+kDW7BETs7VKNWYL0RSNk9cNxTnLg==\\r\\n# SIG # End signature block\\r\\n\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"arg1\",\r\n \"type\": \"string\",\r\n \"required\": false\r\n },\r\n {\r\n \"name\": \"arg2\",\r\n \"type\": \"string\",\r\n \"required\": false\r\n }\r\n ],\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2016-11-17/runcommands.json\",\r\n \"id\": \"RunPowerShellScript\",\r\n \"osType\": \"Windows\",\r\n \"label\": \"Executes a PowerShell script\",\r\n \"description\": \"Custom multiline PowerShell script should be defined in script property. Optional parameters can be set in parameters property.\"\r\n}", + "ResponseBody": "{\r\n \"script\": [\r\n \"param(\\r\\n [string]$arg1,\\r\\n [string]$arg2\\r\\n)\\r\\nWrite-Host This is a sample script with parameters $arg1 $arg2\\r\\n\\r\\n# SIG # Begin signature block\\r\\n# MIIjlAYJKoZIhvcNAQcCoIIjhTCCI4ECAQExDzANBglghkgBZQMEAgEFADB5Bgor\\r\\n# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG\\r\\n# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCB6jm9GJUxEj/xj\\r\\n# xRn7NMmK1YlgeGDCHEVx3xVyCBNnmaCCDXYwggX0MIID3KADAgECAhMzAAAB3vl+\\r\\n# gOdHKPWkAAAAAAHeMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD\\r\\n# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy\\r\\n# b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p\\r\\n# bmcgUENBIDIwMTEwHhcNMjAxMjE1MjEzMTQ0WhcNMjExMjAyMjEzMTQ0WjB0MQsw\\r\\n# CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u\\r\\n# ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy\\r\\n# b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\\r\\n# AQC42o7GuqPBrC9Z9N+JtpXANgk2m77zmZSuuBKQmr5pZRmQCht/u/V21N5nwBWK\\r\\n# NGwCZNdI98dyYGYORRZgrMOh8JWxDBjLMQYtqklGLw5ZPw3OCGCIM2ZU0snDlvZ3\\r\\n# nKwys5NtPlY4shJxcVM2dhMnXhRTqvtexmeWpfmvtiop7jJn2Sdq0iDybDyU2vMz\\r\\n# nH2ASetgjvuW2eP4d6zQXlboTBBu1ZxTv/aCRrWCWUPge8lHr3wtiPJHMyxmRHXT\\r\\n# ulS2VksZ6iI9RLOdlqup9UOcnKRaj1usJKjwADu75+fegAZ4HPWSEXXmpBmuhvbT\\r\\n# Euwa04eiL7ZKbG3mY9EqpiJ7AgMBAAGjggFzMIIBbzAfBgNVHSUEGDAWBgorBgEE\\r\\n# AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUbrkwVx/G26M/PsNzHEotPDOdBMcw\\r\\n# RQYDVR0RBD4wPKQ6MDgxHjAcBgNVBAsTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEW\\r\\n# MBQGA1UEBRMNMjMwMDEyKzQ2MzAwODAfBgNVHSMEGDAWgBRIbmTlUAXTgqoXNzci\\r\\n# tW2oynUClTBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vd3d3Lm1pY3Jvc29mdC5j\\r\\n# b20vcGtpb3BzL2NybC9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3JsMGEG\\r\\n# CCsGAQUFBwEBBFUwUzBRBggrBgEFBQcwAoZFaHR0cDovL3d3dy5taWNyb3NvZnQu\\r\\n# Y29tL3BraW9wcy9jZXJ0cy9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3J0\\r\\n# MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAHBTJKafCqTZswwxIpvl\\r\\n# yU+K/+9oxjswaMqV+yGkRLa7LDqf917yb+IHjsPphMwe0ncDkpnNtKazW2doVHh3\\r\\n# wMNXUYX6DzyVg1Xr/MTYaai0/GkPR/RN4MSBfoVBDzXJSisnYEWlK1TbI1J1mNTU\\r\\n# iyiaktveVsH3xQyOVXQEpKFW17xYoHGjYm8s5v22mRE/ShVgsEW9ckxeQbJPCkPc\\r\\n# PiqD4eXwPguTxv06Pwxva8lsjsPDvo2EgwozBCNGRAxsv2pEl0bh+yOtaFpfQWG7\\r\\n# yMskiLQwWWoWFyuzm6yiKmZ/jdfO98xR1bFUhQMdwQoMi0lCUMx6YQJj1WpNUTDq\\r\\n# X0ttJGny2aPWsoOgZ5fzKHNfCowOA+7hLc6gCVRBzyMN/xvV19aKymPt8I/J5gqA\\r\\n# ZCQT19YgNKyhHUYS4GnFyMr/0GCezE8kexDGeQ3JX1TpHQvcz/dghK30fWM9z44l\\r\\n# BjNcMV/HtTuefSFsr9tCp53wVaw65LudxSjH+/a2zUa85KKCBzj/GU4OhDaa5Wd4\\r\\n# 8jr0JSm/515Ynzm1Xje5Ai/qo9xaGCrjrVcJUxBXd/SZPorm3HN6U1aJnL2Kw6nY\\r\\n# 8Rs205CIWT28aFTecMQ6+KnMt1NZR4pogBnnpWSLc92JMbUd1Z6IbauU6U/oOjyl\\r\\n# WOtkYUKbyE7EvK9GwUQXMds/MIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq\\r\\n# hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x\\r\\n# EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv\\r\\n# bjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5\\r\\n# IDIwMTEwHhcNMTEwNzA4MjA1OTA5WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQG\\r\\n# EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG\\r\\n# A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQg\\r\\n# Q29kZSBTaWduaW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC\\r\\n# CgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGfQhsqa+laUKq4BjgaBEm6f8MMHt03\\r\\n# a8YS2AvwOMKZBrDIOdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv2akr\\r\\n# rnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13YxC4Ddato88tt8zpcoRb0Rrrg\\r\\n# OGSsbmQ1eKagYw8t00CT+OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy\\r\\n# 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nkkDstrjNYxbc+/jLTswM9\\r\\n# sbKvkjh+0p2ALPVOVpEhNSXDOW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAh\\r\\n# dCVfGCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4jiJV3TIUs+UsS1Vz8k\\r\\n# A/DRelsv1SPjcF0PUUZ3s/gA4bysAoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTB\\r\\n# w3J64HLnJN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeBe+3W7UvnSSmn\\r\\n# Eyimp31ngOaKYnhfsi+E11ecXL93KCjx7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90\\r\\n# lfdu+HggWCwTXWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEAAaOCAe0w\\r\\n# ggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBRIbmTlUAXTgqoXNzcitW2o\\r\\n# ynUClTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYwDwYD\\r\\n# VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToCMZBDuRQFTuHqp8cx0SOJNDBa\\r\\n# BgNVHR8EUzBRME+gTaBLhklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny\\r\\n# bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3JsMF4GCCsG\\r\\n# AQUFBwEBBFIwUDBOBggrBgEFBQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29t\\r\\n# L3BraS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3J0MIGfBgNV\\r\\n# HSAEgZcwgZQwgZEGCSsGAQQBgjcuAzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3\\r\\n# dy5taWNyb3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMuaHRtMEAGCCsG\\r\\n# AQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAHAAbwBsAGkAYwB5AF8AcwB0AGEAdABl\\r\\n# AG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou09h0ZyKb\\r\\n# C5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+vj/oCso7v0epo/Np22O/IjWll11l\\r\\n# hJB9i0ZQVdgMknzSGksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlEPXh6\\r\\n# I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6VoCo/KmtYSWMfCWluWpiW5IP0\\r\\n# wI/zRive/DvQvTXvbiWu5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560\\r\\n# STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBpmLJZiWhub6e3dMNABQam\\r\\n# ASooPoI/E01mC8CzTfXhj38cbxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGa\\r\\n# J+HNpZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7fQccOKO7eZS/sl/ah\\r\\n# XJbYANahRr1Z85elCUtIEJmAH9AAKcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA\\r\\n# 9Z74v2u3S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8MO0ETI7f33Vt\\r\\n# Y5E90Z1WTk+/gFcioXgRMiF670EKsT/7qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr\\r\\n# /Xmfwb1tbWrJUnMTDXpQzTGCFXQwghVwAgEBMIGVMH4xCzAJBgNVBAYTAlVTMRMw\\r\\n# EQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN\\r\\n# aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNp\\r\\n# Z25pbmcgUENBIDIwMTECEzMAAAHe+X6A50co9aQAAAAAAd4wDQYJYIZIAWUDBAIB\\r\\n# BQCgga4wGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEO\\r\\n# MAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEILRVe51SADMwMrxkRhclRTwV\\r\\n# 5EzZTQ4rcSJH+ldboByFMEIGCisGAQQBgjcCAQwxNDAyoBSAEgBNAGkAYwByAG8A\\r\\n# cwBvAGYAdKEagBhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20wDQYJKoZIhvcNAQEB\\r\\n# BQAEggEApp6eN+EzdETk/q3huIqtNJfVdlDRTRM5yC9FGy9Jz8Zc35g3JqEz/PjE\\r\\n# ZTpyOMxK+TNUpccBuaWud5joIc825m7jlMk1dWEyF/EGPtCPdBLiMASN/jwWjUIY\\r\\n# NirShWiSUFF49GMgHz2to/TdmCLMZVtkV4TD3dg8L+i2Df2EZI/3X1c+p4xHrpmA\\r\\n# v3VGvM2DzA6jtkt2HAXO/Ra159i9IYeltK4XJZ6OHwbzXAVr1HQ8ZMKzt2X7NY6Q\\r\\n# ma8PAd2KzMBzZWkD3ZwghaOyS9AwvcMeju+0XPh2pQG/UKi45Ro8dpVJv3KbeqKt\\r\\n# awe/LTPGDwGofu6BG1zn/VPUz55hbqGCEv4wghL6BgorBgEEAYI3AwMBMYIS6jCC\\r\\n# EuYGCSqGSIb3DQEHAqCCEtcwghLTAgEDMQ8wDQYJYIZIAWUDBAIBBQAwggFZBgsq\\r\\n# hkiG9w0BCRABBKCCAUgEggFEMIIBQAIBAQYKKwYBBAGEWQoDATAxMA0GCWCGSAFl\\r\\n# AwQCAQUABCBFcsaDdApx9e/VGK64UuX/A0DbhMYohbYBR9fSRLLafwIGYYLixSLs\\r\\n# GBMyMDIxMTEwNDE2NTc1Ni40OTRaMASAAgH0oIHYpIHVMIHSMQswCQYDVQQGEwJV\\r\\n# UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE\\r\\n# ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQgSXJl\\r\\n# bGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1MgRVNO\\r\\n# OjhENDEtNEJGNy1CM0I3MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBT\\r\\n# ZXJ2aWNloIIOTTCCBPkwggPhoAMCAQICEzMAAAE6jY0x93dJScIAAAAAATowDQYJ\\r\\n# KoZIhvcNAQELBQAwfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x\\r\\n# EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv\\r\\n# bjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwHhcNMjAx\\r\\n# MDE1MTcyODIyWhcNMjIwMTEyMTcyODIyWjCB0jELMAkGA1UEBhMCVVMxEzARBgNV\\r\\n# BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jv\\r\\n# c29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UECxMkTWljcm9zb2Z0IElyZWxhbmQgT3Bl\\r\\n# cmF0aW9ucyBMaW1pdGVkMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjo4RDQxLTRC\\r\\n# RjctQjNCNzElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2VydmljZTCC\\r\\n# ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5fJOdfD5c/CUyF2J/zvTmp\\r\\n# KnFqnSfGVyYQJLPYciwfPgDVu2Z4G9be4sO05oHqKDsDJ24QkEB9eFMFnfIUBVns\\r\\n# SqlaXCBZ2N29efj2JoFXkOFyn1idzzzI04l7u93qVx4/V1+5oUtiFasBLwzrnTiN\\r\\n# 8kC/A/DjhtuG/tdMwwxMjecL2eQNVnL5dnkIQhutRnhzWl71zpaE0G5VRWzFjphr\\r\\n# 4h74EZUYUY4DZrr9Sdsun0BbYhMNKXVygkBuvMUJQYXLuC5/m2C+B6Hk9pq7ZKRx\\r\\n# Mg2fn66/imv81Az9wbHB5CnZDRjjg37yXVh2ldFs69cJz7lILTm35wTtKEoyKQUC\\r\\n# AwEAAaOCARswggEXMB0GA1UdDgQWBBQUVqCfFl8Sa6bJbxx1rK0JhUXzyzAfBgNV\\r\\n# HSMEGDAWgBTVYzpcijGQ80N7fEYbxTNoWoVtVTBWBgNVHR8ETzBNMEugSaBHhkVo\\r\\n# dHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNUaW1T\\r\\n# dGFQQ0FfMjAxMC0wNy0wMS5jcmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAC\\r\\n# hj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1RpbVN0YVBD\\r\\n# QV8yMDEwLTA3LTAxLmNydDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoGCCsGAQUF\\r\\n# BwMIMA0GCSqGSIb3DQEBCwUAA4IBAQBeN+Q+pAEto3gCfARtSk5uQM9I6W3Y6akr\\r\\n# zC7e3zla2gBB5XYJNOASnE5oc42017I8IAjDAkvo1+E6KotHJ83EqA9i6YWQPfA1\\r\\n# 3h+pUR+6kHV2x4MdP726tGMlZJbUkzL9Y88yO+WeXYab3OFMJ+BW+ggmhdv/q+0a\\r\\n# 9I/tgxgsJfGlqr0Ks4Qif6O3DaGFHyeFkgh7NTrI4DJlk5oJbjyMbd5FfIi2ZdiG\\r\\n# YMq+XDTojYk62hQ6u4cSNeqA7KFtBECglfOJ1dcFklntUogCiMK+QbamMCfoZaHD\\r\\n# 8OanoVmwYky57XC68CnQG8LYRa9Qx390WMBaA88jbSkgf0ybAdmzMIIGcTCCBFmg\\r\\n# AwIBAgIKYQmBKgAAAAAAAjANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMx\\r\\n# EzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoT\\r\\n# FU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3Qg\\r\\n# Q2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTAwHhcNMTAwNzAxMjEzNjU1WhcNMjUw\\r\\n# NzAxMjE0NjU1WjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQ\\r\\n# MA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9u\\r\\n# MSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDCCASIwDQYJ\\r\\n# KoZIhvcNAQEBBQADggEPADCCAQoCggEBAKkdDbx3EYo6IOz8E5f1+n9plGt0VBDV\\r\\n# pQoAgoX77XxoSyxfxcPlYcJ2tz5mK1vwFVMnBDEfQRsalR3OCROOfGEwWbEwRA/x\\r\\n# YIiEVEMM1024OAizQt2TrNZzMFcmgqNFDdDq9UeBzb8kYDJYYEbyWEeGMoQedGFn\\r\\n# kV+BVLHPk0ySwcSmXdFhE24oxhr5hoC732H8RsEnHSRnEnIaIYqvS2SJUGKxXf13\\r\\n# Hz3wV3WsvYpCTUBR0Q+cBj5nf/VmwAOWRH7v0Ev9buWayrGo8noqCjHw2k4GkbaI\\r\\n# CDXoeByw6ZnNPOcvRLqn9NxkvaQBwSAJk3jN/LzAyURdXhacAQVPIk0CAwEAAaOC\\r\\n# AeYwggHiMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBTVYzpcijGQ80N7fEYb\\r\\n# xTNoWoVtVTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYw\\r\\n# DwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBTV9lbLj+iiXGJo0T2UkFvXzpoY\\r\\n# xDBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtp\\r\\n# L2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5jcmwwWgYIKwYB\\r\\n# BQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20v\\r\\n# cGtpL2NlcnRzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIzLmNydDCBoAYDVR0gAQH/\\r\\n# BIGVMIGSMIGPBgkrBgEEAYI3LgMwgYEwPQYIKwYBBQUHAgEWMWh0dHA6Ly93d3cu\\r\\n# bWljcm9zb2Z0LmNvbS9QS0kvZG9jcy9DUFMvZGVmYXVsdC5odG0wQAYIKwYBBQUH\\r\\n# AgIwNB4yIB0ATABlAGcAYQBsAF8AUABvAGwAaQBjAHkAXwBTAHQAYQB0AGUAbQBl\\r\\n# AG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAAfmiFEN4sbgmD+BcQM9naOhIW+z\\r\\n# 66bM9TG+zwXiqf76V20ZMLPCxWbJat/15/B4vceoniXj+bzta1RXCCtRgkQS+7lT\\r\\n# jMz0YBKKdsxAQEGb3FwX/1z5Xhc1mCRWS3TvQhDIr79/xn/yN31aPxzymXlKkVIA\\r\\n# rzgPF/UveYFl2am1a+THzvbKegBvSzBEJCI8z+0DpZaPWSm8tv0E4XCfMkon/VWv\\r\\n# L/625Y4zu2JfmttXQOnxzplmkIz/amJ/3cVKC5Em4jnsGUpxY517IW3DnKOiPPp/\\r\\n# fZZqkHimbdLhnPkd/DjYlPTGpQqWhqS9nhquBEKDuLWAmyI4ILUl5WTs9/S/fmNZ\\r\\n# JQ96LjlXdqJxqgaKD4kWumGnEcua2A5HmoDF0M2n0O99g/DhO3EJ3110mCIIYdqw\\r\\n# UB5vvfHhAN/nMQekkzr3ZUd46PioSKv33nJ+YWtvd6mBy6cJrDm77MbL2IK0cs0d\\r\\n# 9LiFAR6A+xuJKlQ5slvayA1VmXqHczsI5pgt6o3gMy4SKfXAL1QnIffIrE7aKLix\\r\\n# qduWsqdCosnPGUFN4Ib5KpqjEWYw07t0MkvfY3v1mYovG8chr1m1rtxEPJdQcdeh\\r\\n# 0sVV42neV8HR3jDA/czmTfsNv11P6Z0eGTgvvM9YBS7vDaBQNdrvCScc1bN+NR4I\\r\\n# uto229Nfj950iEkSoYIC1zCCAkACAQEwggEAoYHYpIHVMIHSMQswCQYDVQQGEwJV\\r\\n# UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE\\r\\n# ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQgSXJl\\r\\n# bGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1MgRVNO\\r\\n# OjhENDEtNEJGNy1CM0I3MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBT\\r\\n# ZXJ2aWNloiMKAQEwBwYFKw4DAhoDFQAHJZHZ9Y9YF4Hcr2I+NQfK5DWeCKCBgzCB\\r\\n# gKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH\\r\\n# EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNV\\r\\n# BAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwMA0GCSqGSIb3DQEBBQUA\\r\\n# AgUA5S4J/jAiGA8yMDIxMTEwNDE1Mjc1OFoYDzIwMjExMTA1MTUyNzU4WjB3MD0G\\r\\n# CisGAQQBhFkKBAExLzAtMAoCBQDlLgn+AgEAMAoCAQACAhJKAgH/MAcCAQACAhIS\\r\\n# MAoCBQDlL1t+AgEAMDYGCisGAQQBhFkKBAIxKDAmMAwGCisGAQQBhFkKAwKgCjAI\\r\\n# AgEAAgMHoSChCjAIAgEAAgMBhqAwDQYJKoZIhvcNAQEFBQADgYEAEU1elC7sLVFw\\r\\n# D/DHDyySsw/mLQg8zbXNy1SMUY9RSbkx8gdSErKbYuM3M4FXFxsHq8tsCd0See7A\\r\\n# /2hromaN5ezmIp3VniuaIvmXKgmqXuCIDDSKJqw7gwEiOCHy9SsqywCb76OcmSDP\\r\\n# HBtHN99LA/HWgTl7wrlu2+coiXyCYLwxggMNMIIDCQIBATCBkzB8MQswCQYDVQQG\\r\\n# EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG\\r\\n# A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQg\\r\\n# VGltZS1TdGFtcCBQQ0EgMjAxMAITMwAAATqNjTH3d0lJwgAAAAABOjANBglghkgB\\r\\n# ZQMEAgEFAKCCAUowGgYJKoZIhvcNAQkDMQ0GCyqGSIb3DQEJEAEEMC8GCSqGSIb3\\r\\n# DQEJBDEiBCChhwT8Ow7ATDRX++EHSqnIbxt8VByMGUYKRaY9NZcYzDCB+gYLKoZI\\r\\n# hvcNAQkQAi8xgeowgecwgeQwgb0EIJ+v0IQHqSxf+wXbL37vBjk/ooS/XOHIKOTX\\r\\n# 9WlDfLRtMIGYMIGApH4wfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0\\r\\n# b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3Jh\\r\\n# dGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTACEzMA\\r\\n# AAE6jY0x93dJScIAAAAAATowIgQghdtkG8AB5HyZMb52FLJFk9Nw0ocL8H8FgiIY\\r\\n# cSWVfpEwDQYJKoZIhvcNAQELBQAEggEAM9LMPY8YIp30c3Kyyf9hjyRDcoF+6spt\\r\\n# kUNitlLqo7z94IJiN/JyEax+nDVEsyTuZeW1cHdB8oZ8GykRs0ASTwJC34BzEHPJ\\r\\n# Op8rK6RFoSaAJJ54ZS1g2s7/0nHLmA5CbwpQvTCwwHKpyB7+kEoSJo8gMC4Vm4ZW\\r\\n# 9egNP8EwRVhWWkhY5CtqPQn30BY+CibmbfsdBq/VMzv94Q1PB0ysJN9ijQuX+HR8\\r\\n# G5sK+EFdP6eFT55bRx6KFehFJ+cBTxbzYZxOMsamxnWV6VFVNM9CXeep67dBh9tV\\r\\n# auDqn1x6bL3qGAKy3fY0KUAi6ZtwI6kLV+FkOkRZ7U2oTe7PG/Zykw==\\r\\n# SIG # End signature block\\r\\n\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"arg1\",\r\n \"type\": \"string\",\r\n \"required\": false\r\n },\r\n {\r\n \"name\": \"arg2\",\r\n \"type\": \"string\",\r\n \"required\": false\r\n }\r\n ],\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2016-11-17/runcommands.json\",\r\n \"id\": \"RunPowerShellScript\",\r\n \"osType\": \"Windows\",\r\n \"label\": \"Executes a PowerShell script\",\r\n \"description\": \"Custom multiline PowerShell script should be defined in script property. Optional parameters can be set in parameters property.\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestVMRunCommandOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestVMRunCommandOperations.json index e43623daf4831..544c5b3d67f88 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestVMRunCommandOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMRunCommandsTests/TestVMRunCommandOperations.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81665a47-c11b-41b4-954e-31fe76812362" + "635b6279-fe03-4735-8cb9-dfbf55861702" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "e294fd63-6807-4c73-bad9-dc23980af293" + "24381fd7-029a-4d18-b20a-e2990f6350fb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "2885a339-ab4c-44d0-be4e-672e90ce1967" + "7a51b098-8039-4908-ae74-c6344f95273c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185509Z:2885a339-ab4c-44d0-be4e-672e90ce1967" + "EASTUS2:20220119T194902Z:7a51b098-8039-4908-ae74-c6344f95273c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:09 GMT" + "Wed, 19 Jan 2022 19:49:01 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7179?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7333?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjczMzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2021-06-29 18:55:09Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7333\": \"2022-01-19 19:49:02Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "80b01c9c-0ca1-4579-8ae0-8fe6814ee87f" + "098664f5-4242-4228-8756-d40a86f18ff8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "7f352904-eb94-4b72-9aaa-9562668f35c5" + "5dd48959-b83d-4587-a5d5-0d7593452904" ], "x-ms-correlation-request-id": [ - "7f352904-eb94-4b72-9aaa-9562668f35c5" + "5dd48959-b83d-4587-a5d5-0d7593452904" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185511Z:7f352904-eb94-4b72-9aaa-9562668f35c5" + "EASTUS2:20220119T194906Z:5dd48959-b83d-4587-a5d5-0d7593452904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:10 GMT" + "Wed, 19 Jan 2022 19:49:05 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179\",\r\n \"name\": \"crptestar7179\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2021-06-29 18:55:09Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333\",\r\n \"name\": \"crptestar7333\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7333\": \"2022-01-19 19:49:02Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7179?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7333?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjczMzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2021-06-29 18:55:56Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7333\": \"2022-01-19 19:49:49Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "20c32345-7e28-47c9-b16b-8783e0690a1c" + "5f54c3c9-4966-4e0f-a743-41ba978c0f89" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "35d3d9dd-d445-41d6-801a-12c887f1ea00" + "09733dd1-db50-4caa-b7d7-4405c0b1b39d" ], "x-ms-correlation-request-id": [ - "35d3d9dd-d445-41d6-801a-12c887f1ea00" + "09733dd1-db50-4caa-b7d7-4405c0b1b39d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185557Z:35d3d9dd-d445-41d6-801a-12c887f1ea00" + "EASTUS2:20220119T194950Z:09733dd1-db50-4caa-b7d7-4405c0b1b39d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:57 GMT" + "Wed, 19 Jan 2022 19:49:50 GMT" ], "Content-Length": [ "234" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179\",\r\n \"name\": \"crptestar7179\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7179\": \"2021-06-29 18:55:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333\",\r\n \"name\": \"crptestar7333\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7333\": \"2022-01-19 19:49:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar8054?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MDU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Storage/storageAccounts/crptestar2290?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMjkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eadd9fce-a728-4051-a63a-b116bde47a68" + "6418d054-c0be-4115-b545-6aab62e32f8a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cb6de844-d779-47dd-ac42-c7a55af48a25?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0375bf65-d73c-4f9c-9cd2-ea378ae63f36?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "cb6de844-d779-47dd-ac42-c7a55af48a25" + "0375bf65-d73c-4f9c-9cd2-ea378ae63f36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "c4e892fa-b17d-453d-a7e2-1e280189ba3f" + "f69f336d-9dc6-4ccf-a6ff-0a8499a2ea5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185525Z:c4e892fa-b17d-453d-a7e2-1e280189ba3f" + "EASTUS2:20220119T194918Z:f69f336d-9dc6-4ccf-a6ff-0a8499a2ea5d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:24 GMT" + "Wed, 19 Jan 2022 19:49:17 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cb6de844-d779-47dd-ac42-c7a55af48a25?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvY2I2ZGU4NDQtZDc3OS00N2RkLWFjNDItYzdhNTVhZjQ4YTI1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0375bf65-d73c-4f9c-9cd2-ea378ae63f36?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDM3NWJmNjUtZDczYy00ZjljLTljZDItZWEzNzhhZTYzZjM2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -298,13 +298,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cb6de844-d779-47dd-ac42-c7a55af48a25?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0375bf65-d73c-4f9c-9cd2-ea378ae63f36?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], "x-ms-request-id": [ - "94aff355-cd62-4b72-b58a-420b135868d2" + "31907688-358c-405d-bf59-fce1f3c5d52d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -316,16 +316,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "d0fc6766-a0b5-495e-afe0-a812738df15c" + "50c0542a-d9ad-4b0c-8857-0c22ea0ffbea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185542Z:d0fc6766-a0b5-495e-afe0-a812738df15c" + "EASTUS2:20220119T194935Z:50c0542a-d9ad-4b0c-8857-0c22ea0ffbea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:41 GMT" + "Wed, 19 Jan 2022 19:49:35 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -341,15 +341,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cb6de844-d779-47dd-ac42-c7a55af48a25?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvY2I2ZGU4NDQtZDc3OS00N2RkLWFjNDItYzdhNTVhZjQ4YTI1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0375bf65-d73c-4f9c-9cd2-ea378ae63f36?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDM3NWJmNjUtZDczYy00ZjljLTljZDItZWEzNzhhZTYzZjM2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "5dc88ff1-1417-42ed-894a-e1b65f45abdf" + "ff72e38d-3393-45e4-a336-7ac8a3c525b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -373,16 +373,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "48b165e3-07e1-49ac-ae26-22700eb3226f" + "28b17ae7-f8cd-433f-aeb8-1f1e9631948f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185545Z:48b165e3-07e1-49ac-ae26-22700eb3226f" + "EASTUS2:20220119T194938Z:28b17ae7-f8cd-433f-aeb8-1f1e9631948f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:45 GMT" + "Wed, 19 Jan 2022 19:49:38 GMT" ], "Content-Length": [ "95" @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38984a94-de63-4cf9-bae1-45a17593a4ff" + "40ad2d16-e3c4-4c67-aa3e-c353b94954bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "61388df3-fd4c-44dc-8aec-996cea89ee60" + "0244c8e2-d6c1-46d6-9c7a-5291e8b98378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,16 +436,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "f7b10568-e8ac-4dfc-b170-5c7ed5452201" + "8d166b4c-b065-4f76-bf85-15e30de57e28" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185556Z:f7b10568-e8ac-4dfc-b170-5c7ed5452201" + "EASTUS2:20220119T194948Z:8d166b4c-b065-4f76-bf85-15e30de57e28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:55 GMT" + "Wed, 19 Jan 2022 19:49:48 GMT" ], "Content-Length": [ "752" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar8054\",\r\n \"name\": \"crptestar8054\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:55:21.8706524Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8054.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8054.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8054.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8054.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Storage/storageAccounts/crptestar2290\",\r\n \"name\": \"crptestar2290\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:49:14.4331084Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2290.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2290.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2290.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2290.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar8054?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MDU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Storage/storageAccounts/crptestar2290?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMjkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b87d5b2-b30e-445c-b323-826828f66ac1" + "de3e4250-7d56-4153-a013-218dfa1f436a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -487,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "fae624e0-5cf8-4e5d-9f59-e90c483dfeca" + "4dc8dc60-ded0-44d0-88d7-2166c478cbcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -499,16 +499,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "a21e51b8-9d05-4bb8-a261-737c87b9cc56" + "4b9b4edd-cbe2-472c-8a44-4c19bd2625df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185556Z:a21e51b8-9d05-4bb8-a261-737c87b9cc56" + "EASTUS2:20220119T194949Z:4b9b4edd-cbe2-472c-8a44-4c19bd2625df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:55:55 GMT" + "Wed, 19 Jan 2022 19:49:48 GMT" ], "Content-Length": [ "740" @@ -520,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Storage/storageAccounts/crptestar8054\",\r\n \"name\": \"crptestar8054\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:55:21.8706524Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8054.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8054.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8054.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8054.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Storage/storageAccounts/crptestar2290\",\r\n \"name\": \"crptestar2290\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:49:14.4331084Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2290.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2290.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2290.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2290.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/publicIPAddresses/pip7582?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/publicIPAddresses/pip1962?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE5NjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5457\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2016\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "071e8a26-03b9-41a3-b253-ddf4fdb0a96f" + "b1b8f104-5d0a-48c8-b8d9-acc3d57655fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -559,19 +559,19 @@ "1" ], "x-ms-request-id": [ - "6bb17da4-e3ec-4238-bb09-9951d54590f0" + "5c077b19-b0bd-4329-a291-a498f5c72d11" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6bb17da4-e3ec-4238-bb09-9951d54590f0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5c077b19-b0bd-4329-a291-a498f5c72d11?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d67e5bcc-6174-43a6-9de5-8f3bef731197" + "fd7c4ab6-aee7-49f3-b34c-bb10f776fbe4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9edf086b-54aa-4984-9406-c603fb334bae" + "3b42bb80-2e19-4d1b-bede-b35a6e494b25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -584,13 +584,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185607Z:d67e5bcc-6174-43a6-9de5-8f3bef731197" + "EASTUS2:20220119T195001Z:fd7c4ab6-aee7-49f3-b34c-bb10f776fbe4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:07 GMT" + "Wed, 19 Jan 2022 19:50:00 GMT" ], "Content-Length": [ "769" @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7582\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/publicIPAddresses/pip7582\",\r\n \"etag\": \"W/\\\"c032f75f-7ba0-4b34-9efd-405d4590f0c1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3e980a6f-2b4c-48fe-9441-433a6376992a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5457\",\r\n \"fqdn\": \"dn5457.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1962\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/publicIPAddresses/pip1962\",\r\n \"etag\": \"W/\\\"7a8f11b5-c2a9-4ef8-ac16-7805f4859de7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1761d723-ade9-4a4c-9296-aac88ddc46c5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2016\",\r\n \"fqdn\": \"dn2016.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6bb17da4-e3ec-4238-bb09-9951d54590f0?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiYjE3ZGE0LWUzZWMtNDIzOC1iYjA5LTk5NTFkNTQ1OTBmMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5c077b19-b0bd-4329-a291-a498f5c72d11?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMDc3YjE5LWIwYmQtNDMyOS1hMjkxLWE0OThmNWM3MmQxMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -626,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "70c69152-3a26-4c16-af27-0f99069296b1" + "67eb0f4c-617f-4e77-9af6-447d8bc84a90" ], "x-ms-correlation-request-id": [ - "d66f5719-657c-44b3-b111-c8b2b5f1d9b2" + "95b1744f-3c82-4e78-85b9-020012853d93" ], "x-ms-arm-service-request-id": [ - "c4f13805-2973-4caa-b2f3-3541d8b01f2d" + "a693cb8d-2b1e-4702-bbf1-824c551baf3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,13 +645,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185608Z:d66f5719-657c-44b3-b111-c8b2b5f1d9b2" + "EASTUS2:20220119T195003Z:95b1744f-3c82-4e78-85b9-020012853d93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:08 GMT" + "Wed, 19 Jan 2022 19:50:03 GMT" ], "Content-Length": [ "29" @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/publicIPAddresses/pip7582?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/publicIPAddresses/pip1962?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE5NjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -687,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"3f348ec1-e59e-4846-a6e9-0dd877583da7\"" + "W/\"0074ae04-6e15-4b16-85cb-0f9def6fa8d8\"" ], "x-ms-request-id": [ - "64fd9307-cff6-4e11-8736-674dcb136f5d" + "fcc90311-d9b9-49d6-af2a-b0087856cb9a" ], "x-ms-correlation-request-id": [ - "44f406b0-4ec3-48d2-b30b-c5ebf856ec49" + "35c923c8-42dc-4654-8438-9f4e02bc2b0f" ], "x-ms-arm-service-request-id": [ - "da47592b-7f62-4fc1-92bf-985172d3b611" + "3f4347f7-c6b6-4a15-89d9-c72f98ee1aaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,13 +709,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185608Z:44f406b0-4ec3-48d2-b30b-c5ebf856ec49" + "EASTUS2:20220119T195003Z:35c923c8-42dc-4654-8438-9f4e02bc2b0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:08 GMT" + "Wed, 19 Jan 2022 19:50:03 GMT" ], "Content-Length": [ "770" @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7582\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/publicIPAddresses/pip7582\",\r\n \"etag\": \"W/\\\"3f348ec1-e59e-4846-a6e9-0dd877583da7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e980a6f-2b4c-48fe-9441-433a6376992a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5457\",\r\n \"fqdn\": \"dn5457.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1962\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/publicIPAddresses/pip1962\",\r\n \"etag\": \"W/\\\"0074ae04-6e15-4b16-85cb-0f9def6fa8d8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1761d723-ade9-4a4c-9296-aac88ddc46c5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2016\",\r\n \"fqdn\": \"dn2016.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/publicIPAddresses/pip7582?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/publicIPAddresses/pip1962?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE5NjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "189e60bc-13d5-42ca-8d75-521e3c6db0e3" + "15dd4636-59b6-4c81-bc89-df8e244d5c44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -757,16 +757,16 @@ "no-cache" ], "ETag": [ - "W/\"3f348ec1-e59e-4846-a6e9-0dd877583da7\"" + "W/\"0074ae04-6e15-4b16-85cb-0f9def6fa8d8\"" ], "x-ms-request-id": [ - "31d848f5-ceb8-404a-a998-d1f03d4edd54" + "f1fc9074-c1de-401d-96b1-d475b1442270" ], "x-ms-correlation-request-id": [ - "f971088c-dc46-4b3b-919c-af19c815ef52" + "584a8bdd-4290-49c4-b7ca-fa798462e323" ], "x-ms-arm-service-request-id": [ - "249e29a6-c31b-45d3-b4ee-935dfda37787" + "f0924d51-1f0c-4b5e-a592-7e2f2a5f7dc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -779,13 +779,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185608Z:f971088c-dc46-4b3b-919c-af19c815ef52" + "EASTUS2:20220119T195003Z:584a8bdd-4290-49c4-b7ca-fa798462e323" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:08 GMT" + "Wed, 19 Jan 2022 19:50:03 GMT" ], "Content-Length": [ "770" @@ -797,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7582\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/publicIPAddresses/pip7582\",\r\n \"etag\": \"W/\\\"3f348ec1-e59e-4846-a6e9-0dd877583da7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e980a6f-2b4c-48fe-9441-433a6376992a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5457\",\r\n \"fqdn\": \"dn5457.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1962\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/publicIPAddresses/pip1962\",\r\n \"etag\": \"W/\\\"0074ae04-6e15-4b16-85cb-0f9def6fa8d8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1761d723-ade9-4a4c-9296-aac88ddc46c5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2016\",\r\n \"fqdn\": \"dn2016.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjczMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4508\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2894\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8aa97e13-34ea-4ac4-9d64-55c024c4879d" + "fc283a83-6af5-4d70-ac2d-13c32bcf26e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -836,19 +836,19 @@ "3" ], "x-ms-request-id": [ - "31ccdd43-d52d-420e-ae96-4038f1e68e3d" + "f53ad458-3010-4118-b9c1-860e2bf8c916" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/31ccdd43-d52d-420e-ae96-4038f1e68e3d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f53ad458-3010-4118-b9c1-860e2bf8c916?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "976068a0-3abb-4da6-aaab-cd1499b0e3cd" + "a7d7dca0-700b-4313-8339-2b508ea1ac84" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4a38e0af-e457-4916-a9b3-4de3d930ecce" + "017a0c20-2952-4b74-8b55-44f7f994e3a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -861,16 +861,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185613Z:976068a0-3abb-4da6-aaab-cd1499b0e3cd" + "EASTUS2:20220119T195008Z:a7d7dca0-700b-4313-8339-2b508ea1ac84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:12 GMT" + "Wed, 19 Jan 2022 19:50:08 GMT" ], "Content-Length": [ - "1318" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -879,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977\",\r\n \"etag\": \"W/\\\"6c8bdb92-a993-4792-8b89-a55b6bdce74f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"76a15547-75e5-45fe-98a7-c9b8fd4c377a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508\",\r\n \"etag\": \"W/\\\"6c8bdb92-a993-4792-8b89-a55b6bdce74f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316\",\r\n \"etag\": \"W/\\\"b8d9c58c-d747-44c1-9031-130d11853d83\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7cfd8f2f-3202-4e6c-830b-8fd9156ddd58\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894\",\r\n \"etag\": \"W/\\\"b8d9c58c-d747-44c1-9031-130d11853d83\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/31ccdd43-d52d-420e-ae96-4038f1e68e3d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxY2NkZDQzLWQ1MmQtNDIwZS1hZTk2LTQwMzhmMWU2OGUzZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f53ad458-3010-4118-b9c1-860e2bf8c916?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1M2FkNDU4LTMwMTAtNDExOC1iOWMxLTg2MGUyYmY4YzkxNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -903,13 +903,13 @@ "no-cache" ], "x-ms-request-id": [ - "98288fa4-119c-4fdb-b227-b150203194f7" + "39752cc5-f4cc-4c88-aa5d-cbdf4d7cfc5a" ], "x-ms-correlation-request-id": [ - "6c508d12-8bb0-410b-8a59-4bb9d6abed23" + "4f1b123f-8773-471d-ac7f-ccedfa516ed7" ], "x-ms-arm-service-request-id": [ - "b2b8eb2f-6e01-426e-b3ef-0395e71337f4" + "89a75754-baf8-4c5f-8c5b-09c3665343ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -922,13 +922,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185616Z:6c508d12-8bb0-410b-8a59-4bb9d6abed23" + "EASTUS2:20220119T195011Z:4f1b123f-8773-471d-ac7f-ccedfa516ed7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:16 GMT" + "Wed, 19 Jan 2022 19:50:11 GMT" ], "Content-Length": [ "29" @@ -944,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjczMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -964,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"b2b9b4c4-22f1-4379-9431-ff83ee4621ff\"" + "W/\"ba24013c-de52-47a7-810c-a20f75453d26\"" ], "x-ms-request-id": [ - "eca53f14-948c-41a6-8e2f-5625f232d810" + "574f9f7a-4551-4f67-a708-ab65db5fe0c7" ], "x-ms-correlation-request-id": [ - "1d1b78de-7f67-4de1-b0ed-a0a5bb43e3f4" + "b5daa377-3257-4e95-a94e-d79bd141d5db" ], "x-ms-arm-service-request-id": [ - "64b271b0-5d40-4901-b795-7c3149b5fe44" + "0677adc6-365a-4ac4-9887-33049b59a6fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -986,16 +986,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185616Z:1d1b78de-7f67-4de1-b0ed-a0a5bb43e3f4" + "EASTUS2:20220119T195011Z:b5daa377-3257-4e95-a94e-d79bd141d5db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:16 GMT" + "Wed, 19 Jan 2022 19:50:11 GMT" ], "Content-Length": [ - "1320" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977\",\r\n \"etag\": \"W/\\\"b2b9b4c4-22f1-4379-9431-ff83ee4621ff\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76a15547-75e5-45fe-98a7-c9b8fd4c377a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508\",\r\n \"etag\": \"W/\\\"b2b9b4c4-22f1-4379-9431-ff83ee4621ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316\",\r\n \"etag\": \"W/\\\"ba24013c-de52-47a7-810c-a20f75453d26\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7cfd8f2f-3202-4e6c-830b-8fd9156ddd58\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894\",\r\n \"etag\": \"W/\\\"ba24013c-de52-47a7-810c-a20f75453d26\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3Ny9zdWJuZXRzL3NuNDUwOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjczMTYvc3VibmV0cy9zbjI4OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a12396e-5f53-4121-b6d8-37d9b674accc" + "cac7c454-0987-4a03-a24a-55b7921455d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1034,16 +1034,16 @@ "no-cache" ], "ETag": [ - "W/\"b2b9b4c4-22f1-4379-9431-ff83ee4621ff\"" + "W/\"ba24013c-de52-47a7-810c-a20f75453d26\"" ], "x-ms-request-id": [ - "0cf1e5aa-67f9-4952-a1e7-ad0bb6da31dc" + "71e387ed-528b-4375-bda8-7085c39095d9" ], "x-ms-correlation-request-id": [ - "ccbf8742-ef9e-4e04-8859-501d85d5a8a9" + "3d3a0938-654b-49aa-81ef-449c81754797" ], "x-ms-arm-service-request-id": [ - "b1a0b3df-1f8b-48b4-9ebd-8da216096afa" + "e27372c5-fa6a-4f14-9f26-1599329f0060" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1056,16 +1056,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185616Z:ccbf8742-ef9e-4e04-8859-501d85d5a8a9" + "EASTUS2:20220119T195011Z:3d3a0938-654b-49aa-81ef-449c81754797" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:16 GMT" + "Wed, 19 Jan 2022 19:50:11 GMT" ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1074,32 +1074,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508\",\r\n \"etag\": \"W/\\\"b2b9b4c4-22f1-4379-9431-ff83ee4621ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894\",\r\n \"etag\": \"W/\\\"ba24013c-de52-47a7-810c-a20f75453d26\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1MTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508\"\r\n }\r\n },\r\n \"name\": \"ip6754\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894\"\r\n }\r\n },\r\n \"name\": \"ip6329\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8380e833-d7f7-4960-8e02-88b6b24d4f58" + "6cb8929f-bb8b-4dfe-acc3-738cfb81e805" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { @@ -1110,19 +1110,19 @@ "no-cache" ], "x-ms-request-id": [ - "678dccb2-d7d8-4ed4-8d3a-2cd68d716056" + "04a7f0dc-af29-4dcb-9ed2-bcbbf8a09797" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/678dccb2-d7d8-4ed4-8d3a-2cd68d716056?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/04a7f0dc-af29-4dcb-9ed2-bcbbf8a09797?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8175cef9-2fbf-4edc-b6ab-e640e1d9552c" + "e4d4425b-6c6c-47d5-b37c-89a75b12448b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3482b049-3670-4c69-803a-da954d64a7c8" + "ce31b414-907d-41a7-ba67-fcfef94b6952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1135,16 +1135,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185620Z:8175cef9-2fbf-4edc-b6ab-e640e1d9552c" + "EASTUS2:20220119T195016Z:e4d4425b-6c6c-47d5-b37c-89a75b12448b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:20 GMT" + "Wed, 19 Jan 2022 19:50:16 GMT" ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1153,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298\",\r\n \"etag\": \"W/\\\"f5408909-798d-485a-8e0f-898167a50f44\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9b5c5e6-f54b-44d5-ad77-9743a6fabaaf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6754\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298/ipConfigurations/ip6754\",\r\n \"etag\": \"W/\\\"f5408909-798d-485a-8e0f-898167a50f44\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508\"\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\": \"i3k0c3xfox5elgfhzg2p0tbxpc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518\",\r\n \"etag\": \"W/\\\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"113bbe06-cf7b-4a14-8bda-539d5e97245a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518/ipConfigurations/ip6329\",\r\n \"etag\": \"W/\\\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894\"\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\": \"f4h505acgjwe3aylr5mrk1o3la.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1MTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1177,16 +1177,16 @@ "no-cache" ], "ETag": [ - "W/\"f5408909-798d-485a-8e0f-898167a50f44\"" + "W/\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\"" ], "x-ms-request-id": [ - "a524ce58-8d62-41e8-85c2-368bd092c9af" + "645b0213-b878-4ed8-acb9-741371c60dea" ], "x-ms-correlation-request-id": [ - "49fd5171-95f4-4617-9726-89cdcc21f0ab" + "e47d724b-6822-41bf-8e44-825092447559" ], "x-ms-arm-service-request-id": [ - "d89f89b1-9320-4ef1-bc15-a906ffcb2aff" + "c0e92873-7d20-4414-8b01-7cc07ad9a6c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1199,16 +1199,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185621Z:49fd5171-95f4-4617-9726-89cdcc21f0ab" + "EASTUS2:20220119T195017Z:e47d724b-6822-41bf-8e44-825092447559" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:20 GMT" + "Wed, 19 Jan 2022 19:50:16 GMT" ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1217,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298\",\r\n \"etag\": \"W/\\\"f5408909-798d-485a-8e0f-898167a50f44\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9b5c5e6-f54b-44d5-ad77-9743a6fabaaf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6754\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298/ipConfigurations/ip6754\",\r\n \"etag\": \"W/\\\"f5408909-798d-485a-8e0f-898167a50f44\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508\"\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\": \"i3k0c3xfox5elgfhzg2p0tbxpc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518\",\r\n \"etag\": \"W/\\\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"113bbe06-cf7b-4a14-8bda-539d5e97245a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518/ipConfigurations/ip6329\",\r\n \"etag\": \"W/\\\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894\"\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\": \"f4h505acgjwe3aylr5mrk1o3la.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1MTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7502dda6-640d-43f1-9251-0d584833c5f3" + "3ad34141-7ade-49c2-81cc-8744e29f3db7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1247,16 +1247,16 @@ "no-cache" ], "ETag": [ - "W/\"f5408909-798d-485a-8e0f-898167a50f44\"" + "W/\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\"" ], "x-ms-request-id": [ - "ed9b93f1-4a48-4be9-b9a3-45290e1aa4e4" + "6b78c501-8f08-4e37-a88b-4a9075659827" ], "x-ms-correlation-request-id": [ - "ce6b8667-8bc3-460d-8c11-eb3fdb97b1be" + "8767fabc-0503-4f32-ab41-ed0cbe5aa43f" ], "x-ms-arm-service-request-id": [ - "e826c3f9-b50e-42ec-a35a-f2405c496c68" + "be16ec26-b60e-4be8-b043-a17cbacd26f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1269,16 +1269,16 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185621Z:ce6b8667-8bc3-460d-8c11-eb3fdb97b1be" + "EASTUS2:20220119T195017Z:8767fabc-0503-4f32-ab41-ed0cbe5aa43f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:21 GMT" + "Wed, 19 Jan 2022 19:50:17 GMT" ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1287,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298\",\r\n \"etag\": \"W/\\\"f5408909-798d-485a-8e0f-898167a50f44\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9b5c5e6-f54b-44d5-ad77-9743a6fabaaf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6754\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298/ipConfigurations/ip6754\",\r\n \"etag\": \"W/\\\"f5408909-798d-485a-8e0f-898167a50f44\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/virtualNetworks/vn977/subnets/sn4508\"\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\": \"i3k0c3xfox5elgfhzg2p0tbxpc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518\",\r\n \"etag\": \"W/\\\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"113bbe06-cf7b-4a14-8bda-539d5e97245a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518/ipConfigurations/ip6329\",\r\n \"etag\": \"W/\\\"b9d2f8f7-993a-4b43-b24c-d7b597a033c7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/virtualNetworks/vn7316/subnets/sn2894\"\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\": \"f4h505acgjwe3aylr5mrk1o3la.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/as2316?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyMzE2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/availabilitySets/as7166?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3MTY2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aac8388d-500f-4a88-ab8c-22ef83982bfa" + "07415589-9967-49ac-a8be-528de37fdc3e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1323,13 +1323,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3bc39aa9-f605-48e2-94c8-e035e712807f" + "8fe7537b-0b04-4eb9-888a-185ea23d9f9b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1339,16 +1339,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "778deae7-ee9d-41d7-aa9d-24028fa09eca" + "fbbbecc9-500c-42e3-9c47-909ac091c256" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185631Z:778deae7-ee9d-41d7-aa9d-24028fa09eca" + "EASTUS2:20220119T195026Z:fbbbecc9-500c-42e3-9c47-909ac091c256" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:30 GMT" + "Wed, 19 Jan 2022 19:50:26 GMT" ], "Content-Length": [ "444" @@ -1360,26 +1360,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as2316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/as2316\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as7166\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/availabilitySets/as7166\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8054.blob.core.windows.net/crptestar5296/oscrptestar8241.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/as2316\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2290.blob.core.windows.net/crptestar8207/oscrptestar4776.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/availabilitySets/as7166\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66b30dc4-1985-4205-a6ab-192da1f6ded9" + "b9c6e59d-b570-4fb8-b94b-ad58dfb551d2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1399,19 +1399,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c0469432-e119-4d04-8706-255f144d9c02?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab2d9d29-cc4a-486a-ac53-b434a5fc2521?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c0469432-e119-4d04-8706-255f144d9c02" + "ab2d9d29-cc4a-486a-ac53-b434a5fc2521" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1421,19 +1421,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "b0287f46-863c-40e7-a579-bf5e972d46c1" + "ee64664c-eec9-4a8c-955a-74194058ab14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185637Z:b0287f46-863c-40e7-a579-bf5e972d46c1" + "EASTUS2:20220119T195032Z:ee64664c-eec9-4a8c-955a-74194058ab14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:37 GMT" + "Wed, 19 Jan 2022 19:50:32 GMT" ], "Content-Length": [ - "2031" + "2088" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1442,20 +1442,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8815\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1eccd3fd-8b1b-4d8c-bc0e-4f385e4b9e5b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/AS2316\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8054.blob.core.windows.net/crptestar5296/oscrptestar8241.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9355\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"48f994ff-a607-4ca4-9105-df90e4e6ab50\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/availabilitySets/AS7166\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2290.blob.core.windows.net/crptestar8207/oscrptestar4776.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-19T19:50:30.2220627+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c0469432-e119-4d04-8706-255f144d9c02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MwNDY5NDMyLWUxMTktNGQwNC04NzA2LTI1NWYxNDRkOWMwMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab2d9d29-cc4a-486a-ac53-b434a5fc2521?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiMmQ5ZDI5LWNjNGEtNDg2YS1hYzUzLWI0MzRhNWZjMjUyMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1469,13 +1469,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "233607d2-bc3a-41cc-9050-3e302a76246b" + "6663a940-29c7-49d0-b73e-16b501cce6d6" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1485,16 +1485,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "cf36b559-bb55-4af3-a5e5-5fad477d042e" + "6bc64d1a-b355-42bf-8e8e-199d41db97b7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185648Z:cf36b559-bb55-4af3-a5e5-5fad477d042e" + "EASTUS2:20220119T195042Z:6bc64d1a-b355-42bf-8e8e-199d41db97b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:56:47 GMT" + "Wed, 19 Jan 2022 19:50:42 GMT" ], "Content-Length": [ "134" @@ -1506,20 +1506,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:56:35.3262957+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c0469432-e119-4d04-8706-255f144d9c02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:50:30.1595487+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab2d9d29-cc4a-486a-ac53-b434a5fc2521\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c0469432-e119-4d04-8706-255f144d9c02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MwNDY5NDMyLWUxMTktNGQwNC04NzA2LTI1NWYxNDRkOWMwMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab2d9d29-cc4a-486a-ac53-b434a5fc2521?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiMmQ5ZDI5LWNjNGEtNDg2YS1hYzUzLWI0MzRhNWZjMjUyMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1530,13 +1530,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "37f76100-d2e4-4eac-9977-3619d3f79ab8" + "2559702a-29db-4715-a0e7-bd11862cc34a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1546,16 +1546,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "b352e531-b636-47fb-839b-7b503261e969" + "edd4c0f1-aac3-4390-b810-acd51204246e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185738Z:b352e531-b636-47fb-839b-7b503261e969" + "EASTUS2:20220119T195132Z:edd4c0f1-aac3-4390-b810-acd51204246e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:57:38 GMT" + "Wed, 19 Jan 2022 19:51:32 GMT" ], "Content-Length": [ "134" @@ -1567,20 +1567,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:56:35.3262957+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c0469432-e119-4d04-8706-255f144d9c02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:50:30.1595487+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab2d9d29-cc4a-486a-ac53-b434a5fc2521\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c0469432-e119-4d04-8706-255f144d9c02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MwNDY5NDMyLWUxMTktNGQwNC04NzA2LTI1NWYxNDRkOWMwMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab2d9d29-cc4a-486a-ac53-b434a5fc2521?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiMmQ5ZDI5LWNjNGEtNDg2YS1hYzUzLWI0MzRhNWZjMjUyMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1591,13 +1591,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07512ae2-dbb1-48a4-bfee-5ab847b160f0" + "56a045ff-eb80-456e-9a52-c4414a60d170" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1607,16 +1607,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "d5b10962-10f3-4ad0-979d-a2b65b91356c" + "e3dbe509-c62c-4d5d-a122-2f772d8f89fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185828Z:d5b10962-10f3-4ad0-979d-a2b65b91356c" + "EASTUS2:20220119T195223Z:e3dbe509-c62c-4d5d-a122-2f772d8f89fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:58:28 GMT" + "Wed, 19 Jan 2022 19:52:22 GMT" ], "Content-Length": [ "134" @@ -1628,20 +1628,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:56:35.3262957+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c0469432-e119-4d04-8706-255f144d9c02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:50:30.1595487+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab2d9d29-cc4a-486a-ac53-b434a5fc2521\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c0469432-e119-4d04-8706-255f144d9c02?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MwNDY5NDMyLWUxMTktNGQwNC04NzA2LTI1NWYxNDRkOWMwMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab2d9d29-cc4a-486a-ac53-b434a5fc2521?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiMmQ5ZDI5LWNjNGEtNDg2YS1hYzUzLWI0MzRhNWZjMjUyMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1652,13 +1652,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0542b896-4946-4dcc-bbf8-45c75c25a337" + "41eedfb0-bb36-45d1-bed3-ab274ed4eb2c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1668,19 +1668,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "579de8e8-6100-48fa-a2c2-cacc98aa8c99" + "ce27a953-1f43-425e-98ed-acf30baf89ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185919Z:579de8e8-6100-48fa-a2c2-cacc98aa8c99" + "EASTUS2:20220119T195313Z:ce27a953-1f43-425e-98ed-acf30baf89ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:59:19 GMT" + "Wed, 19 Jan 2022 19:53:13 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1689,20 +1689,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:56:35.3262957+00:00\",\r\n \"endTime\": \"2021-06-29T18:59:13.5616732+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c0469432-e119-4d04-8706-255f144d9c02\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:50:30.1595487+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab2d9d29-cc4a-486a-ac53-b434a5fc2521\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab2d9d29-cc4a-486a-ac53-b434a5fc2521?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiMmQ5ZDI5LWNjNGEtNDg2YS1hYzUzLWI0MzRhNWZjMjUyMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1713,13 +1713,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2679d6a8-02df-4fe6-b2e4-2831c1e13202" + "82825dba-3aac-4a41-95ae-9fb87dff14ec" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1729,19 +1729,80 @@ "11994" ], "x-ms-correlation-request-id": [ - "df8e133c-37bf-449b-b63f-4764568200ad" + "888de4d1-8e5a-4f36-a9b6-14724c88c46a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T195403Z:888de4d1-8e5a-4f36-a9b6-14724c88c46a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:54:03 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:50:30.1595487+00:00\",\r\n \"endTime\": \"2022-01-19T19:53:19.0033015+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ab2d9d29-cc4a-486a-ac53-b434a5fc2521\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31973" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "63e8f74e-71c5-4d21-95ca-770e3e639b59" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "8eaebfdf-434e-46cc-8516-3f4f12e5b282" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185919Z:df8e133c-37bf-449b-b63f-4764568200ad" + "EASTUS2:20220119T195403Z:8eaebfdf-434e-46cc-8516-3f4f12e5b282" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:59:19 GMT" + "Wed, 19 Jan 2022 19:54:03 GMT" ], "Content-Length": [ - "2060" + "2117" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1750,26 +1811,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8815\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1eccd3fd-8b1b-4d8c-bc0e-4f385e4b9e5b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/AS2316\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8054.blob.core.windows.net/crptestar5296/oscrptestar8241.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9355\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"48f994ff-a607-4ca4-9105-df90e4e6ab50\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/availabilitySets/AS7166\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2290.blob.core.windows.net/crptestar8207/oscrptestar4776.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:50:30.2220627+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b36a38a-9298-4bc2-ac9d-5b70c6caf77f" + "7af13f77-2890-4119-b4f2-7ffe8c404f2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1780,35 +1841,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bfebf8f5-3a44-48f0-ad03-cff9f38e4fb1" + "fbe8e6ec-7ec5-4f4c-b9c5-9aa7766767e0" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "f9f27315-0bb5-4521-a0d8-96d05a8413fc" + "0172278b-df27-4d51-a4e0-f06a6ee5e610" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185920Z:f9f27315-0bb5-4521-a0d8-96d05a8413fc" + "EASTUS2:20220119T195404Z:0172278b-df27-4d51-a4e0-f06a6ee5e610" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:59:19 GMT" + "Wed, 19 Jan 2022 19:54:03 GMT" ], "Content-Length": [ - "2060" + "2117" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1817,26 +1878,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8815\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1eccd3fd-8b1b-4d8c-bc0e-4f385e4b9e5b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/availabilitySets/AS2316\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8054.blob.core.windows.net/crptestar5296/oscrptestar8241.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Network/networkInterfaces/nic8298\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm9355\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"48f994ff-a607-4ca4-9105-df90e4e6ab50\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/availabilitySets/AS7166\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar2290.blob.core.windows.net/crptestar8207/oscrptestar4776.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Network/networkInterfaces/nic3518\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:50:30.2220627+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/NonExistingRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvTm9uRXhpc3RpbmdSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/NonExistingRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvTm9uRXhpc3RpbmdSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a910b47-ffd8-4615-9642-f34b2e71124b" + "dd6a16e1-1ba9-42ee-aa9c-3410dbba9238" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1850,13 +1911,13 @@ "14999" ], "x-ms-request-id": [ - "569996a9-866f-4db1-99d8-9812aeb8cb12" + "f6aeaa65-a27f-42fb-95eb-6e40570b4f72" ], "x-ms-correlation-request-id": [ - "569996a9-866f-4db1-99d8-9812aeb8cb12" + "f6aeaa65-a27f-42fb-95eb-6e40570b4f72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185922Z:569996a9-866f-4db1-99d8-9812aeb8cb12" + "EASTUS2:20220119T195404Z:f6aeaa65-a27f-42fb-95eb-6e40570b4f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1865,7 +1926,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:59:21 GMT" + "Wed, 19 Jan 2022 19:54:04 GMT" ], "Expires": [ "-1" @@ -1875,22 +1936,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"protectedParameters\": [\r\n {\r\n \"name\": \"secret\",\r\n \"value\": \"protectedSecret\"\r\n }\r\n ],\r\n \"asyncExecution\": false,\r\n \"timeoutInSeconds\": 3600\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7126895-c896-4f28-8756-bbc0d08fa1e1" + "594ff23c-b475-4308-abcb-a3080146047b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1907,7 +1968,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96540eb9-010c-45fb-910b-d369733bf4e3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19d0d37c-e552-4841-b559-2e7463ca74ba?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1919,7 +1980,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96540eb9-010c-45fb-910b-d369733bf4e3" + "19d0d37c-e552-4841-b559-2e7463ca74ba" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1929,16 +1990,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "e13111df-5974-40d5-858e-c15e7a28f267" + "d9404017-c5a1-4f67-bcb0-b607d428889e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185929Z:e13111df-5974-40d5-858e-c15e7a28f267" + "EASTUS2:20220119T195409Z:d9404017-c5a1-4f67-bcb0-b607d428889e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:59:29 GMT" + "Wed, 19 Jan 2022 19:54:09 GMT" ], "Content-Length": [ "698" @@ -1950,20 +2011,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Creating\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Creating\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96540eb9-010c-45fb-910b-d369733bf4e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2NTQwZWI5LTAxMGMtNDVmYi05MTBiLWQzNjk3MzNiZjRlMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19d0d37c-e552-4841-b559-2e7463ca74ba?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZDBkMzdjLWU1NTItNDg0MS1iNTU5LTJlNzQ2M2NhNzRiYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -1974,32 +2035,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57db1484-2ded-4a49-9966-248d16f08b40" + "3bdf8957-0c73-4ee1-8f38-56f9156e7bd9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "4b432820-11f2-4ef2-848a-be166c151af7" + "7ccc7045-8821-4858-ada5-f40782872a1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190000Z:4b432820-11f2-4ef2-848a-be166c151af7" + "EASTUS2:20220119T195439Z:7ccc7045-8821-4858-ada5-f40782872a1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 18:59:59 GMT" + "Wed, 19 Jan 2022 19:54:39 GMT" ], "Content-Length": [ "134" @@ -2011,20 +2072,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:59:27.4836511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"96540eb9-010c-45fb-910b-d369733bf4e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:54:07.6751397+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19d0d37c-e552-4841-b559-2e7463ca74ba\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96540eb9-010c-45fb-910b-d369733bf4e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2NTQwZWI5LTAxMGMtNDVmYi05MTBiLWQzNjk3MzNiZjRlMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19d0d37c-e552-4841-b559-2e7463ca74ba?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZDBkMzdjLWU1NTItNDg0MS1iNTU5LTJlNzQ2M2NhNzRiYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2035,32 +2096,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "abd95911-00af-451e-85a5-ac284cd6514f" + "7a657117-2bc0-419a-9dd2-13dda11db900" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "ca761bfc-1dc4-4b3b-942c-7db201765965" + "b189fd8b-5e1d-476d-88a0-78bd385df472" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190030Z:ca761bfc-1dc4-4b3b-942c-7db201765965" + "EASTUS2:20220119T195510Z:b189fd8b-5e1d-476d-88a0-78bd385df472" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:00:30 GMT" + "Wed, 19 Jan 2022 19:55:09 GMT" ], "Content-Length": [ "134" @@ -2072,20 +2133,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:59:27.4836511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"96540eb9-010c-45fb-910b-d369733bf4e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:54:07.6751397+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19d0d37c-e552-4841-b559-2e7463ca74ba\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96540eb9-010c-45fb-910b-d369733bf4e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2NTQwZWI5LTAxMGMtNDVmYi05MTBiLWQzNjk3MzNiZjRlMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19d0d37c-e552-4841-b559-2e7463ca74ba?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZDBkMzdjLWU1NTItNDg0MS1iNTU5LTJlNzQ2M2NhNzRiYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2096,32 +2157,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "431f1d92-7460-494c-8d70-9ea867bebaea" + "fc406cf4-5a04-43a2-a8bd-446ff7a2b62e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "e0025108-8512-4623-889d-50c5ff3f535b" + "1ab803cf-79a7-4bc2-9af4-7da3b4e02fb6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190101Z:e0025108-8512-4623-889d-50c5ff3f535b" + "EASTUS2:20220119T195541Z:1ab803cf-79a7-4bc2-9af4-7da3b4e02fb6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:01:01 GMT" + "Wed, 19 Jan 2022 19:55:40 GMT" ], "Content-Length": [ "134" @@ -2133,20 +2194,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:59:27.4836511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"96540eb9-010c-45fb-910b-d369733bf4e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:54:07.6751397+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19d0d37c-e552-4841-b559-2e7463ca74ba\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96540eb9-010c-45fb-910b-d369733bf4e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2NTQwZWI5LTAxMGMtNDVmYi05MTBiLWQzNjk3MzNiZjRlMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19d0d37c-e552-4841-b559-2e7463ca74ba?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZDBkMzdjLWU1NTItNDg0MS1iNTU5LTJlNzQ2M2NhNzRiYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2157,32 +2218,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4722aeac-966f-43dd-8aec-51d04928d873" + "d8c627f6-5bd9-4551-8c5d-97b7e74f0ad2" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "de7d9411-42f5-4f6b-974a-33a569faf895" + "4231245c-a7a8-41cb-bc69-dee5dacb43e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190132Z:de7d9411-42f5-4f6b-974a-33a569faf895" + "EASTUS2:20220119T195611Z:4231245c-a7a8-41cb-bc69-dee5dacb43e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:01:31 GMT" + "Wed, 19 Jan 2022 19:56:11 GMT" ], "Content-Length": [ "134" @@ -2194,20 +2255,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:59:27.4836511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"96540eb9-010c-45fb-910b-d369733bf4e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:54:07.6751397+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19d0d37c-e552-4841-b559-2e7463ca74ba\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96540eb9-010c-45fb-910b-d369733bf4e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2NTQwZWI5LTAxMGMtNDVmYi05MTBiLWQzNjk3MzNiZjRlMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19d0d37c-e552-4841-b559-2e7463ca74ba?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZDBkMzdjLWU1NTItNDg0MS1iNTU5LTJlNzQ2M2NhNzRiYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2218,35 +2279,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7d4ff160-4bfd-45c2-b143-b8ecad565a0c" + "e722a288-359f-4073-8f10-e3d8c0597874" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-correlation-request-id": [ - "ca5f498d-6ec4-4a91-b3cb-e5d6adf31ce9" + "63d3e656-7209-434b-a940-03ea6889b6bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190202Z:ca5f498d-6ec4-4a91-b3cb-e5d6adf31ce9" + "EASTUS2:20220119T195641Z:63d3e656-7209-434b-a940-03ea6889b6bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:02:01 GMT" + "Wed, 19 Jan 2022 19:56:41 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2255,20 +2316,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:59:27.4836511+00:00\",\r\n \"endTime\": \"2021-06-29T19:01:54.1565201+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"96540eb9-010c-45fb-910b-d369733bf4e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:54:07.6751397+00:00\",\r\n \"endTime\": \"2022-01-19T19:56:14.643893+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"19d0d37c-e552-4841-b559-2e7463ca74ba\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2279,32 +2340,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1e87b6a9-62d9-477f-8bd7-8e88c824ea4e" + "b53dc06a-9575-4a32-ad23-3223d2e7af08" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-correlation-request-id": [ - "03e3d802-ffd0-48a3-9341-a016072d80e1" + "fe728529-fbc0-4546-b402-5f041c8c31e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190202Z:03e3d802-ffd0-48a3-9341-a016072d80e1" + "EASTUS2:20220119T195641Z:fe728529-fbc0-4546-b402-5f041c8c31e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:02:02 GMT" + "Wed, 19 Jan 2022 19:56:41 GMT" ], "Content-Length": [ "699" @@ -2316,26 +2377,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f97bf3e3-2c7a-4d23-b489-76ac18047b21" + "d0930b25-acff-410d-981c-2be806b601ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2346,32 +2407,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31989" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbe3e511-5b63-4e3d-9113-7574999c3f07" + "4e9884a2-876a-405c-8781-5014b730ec86" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-correlation-request-id": [ - "8cc49d10-2386-43ba-a141-e610e5462a66" + "75d6c7b2-d4cc-4b92-9087-8a759a72d628" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190202Z:8cc49d10-2386-43ba-a141-e610e5462a66" + "EASTUS2:20220119T195642Z:75d6c7b2-d4cc-4b92-9087-8a759a72d628" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:02:02 GMT" + "Wed, 19 Jan 2022 19:56:41 GMT" ], "Content-Length": [ "699" @@ -2383,20 +2444,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2407,32 +2468,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31986" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "924d13ac-1135-4fea-a9b4-3a30529a2758" + "e3fd9a8a-af99-4922-9bf2-6c48f84d5103" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11980" ], "x-ms-correlation-request-id": [ - "8e7390dc-3c53-443c-8e77-750b83ecfd23" + "d99f8571-ad10-4091-a382-39fef809050b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190305Z:8e7390dc-3c53-443c-8e77-750b83ecfd23" + "EASTUS2:20220119T195743Z:d99f8571-ad10-4091-a382-39fef809050b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:04 GMT" + "Wed, 19 Jan 2022 19:57:43 GMT" ], "Content-Length": [ "529" @@ -2444,26 +2505,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Update Hello World!\"\r\n },\r\n \"timeoutInSeconds\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Update Hello World!\"\r\n },\r\n \"timeoutInSeconds\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24fed2c9-9a46-4df6-bcbe-06c10ca9598d" + "11ea00f9-40f7-448d-87c7-64cd405583e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2474,32 +2535,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31985" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5fc007b5-0517-4a56-923d-a089d166f27d" + "cb2d0d0d-a785-472a-a1c4-3eaef7806d5b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11979" ], "x-ms-correlation-request-id": [ - "78274735-f1bf-4218-bc38-fce55f249a8d" + "85e703ab-b00d-4856-a06e-f11eae814aa1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190305Z:78274735-f1bf-4218-bc38-fce55f249a8d" + "EASTUS2:20220119T195744Z:85e703ab-b00d-4856-a06e-f11eae814aa1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:04 GMT" + "Wed, 19 Jan 2022 19:57:43 GMT" ], "Content-Length": [ "529" @@ -2511,26 +2572,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Update Hello World!\"\r\n },\r\n \"timeoutInSeconds\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Update Hello World!\"\r\n },\r\n \"timeoutInSeconds\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de3ba8e8-c30a-4068-8fa1-fd4cc2d4345e" + "4ccd766a-844b-49ae-a29f-0df264bb13ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2541,32 +2602,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f590b6e8-c139-493a-8b29-3aefbe46c780" + "1500265f-53ff-4991-af10-dcb7ebc43696" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-correlation-request-id": [ - "a5a5e405-7a49-4c0a-8133-bcabd541b60d" + "45c32a8f-8289-4afc-a43e-0c6f8b0765bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190203Z:a5a5e405-7a49-4c0a-8133-bcabd541b60d" + "EASTUS2:20220119T195642Z:45c32a8f-8289-4afc-a43e-0c6f8b0765bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:02:02 GMT" + "Wed, 19 Jan 2022 19:56:41 GMT" ], "Content-Length": [ "832" @@ -2578,26 +2639,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kPyRleHBhbmQ9aW5zdGFuY2VWaWV3JmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kPyRleHBhbmQ9aW5zdGFuY2VWaWV3JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "641db700-1ea6-4d88-ba19-704cfe397467" + "71703170-5f14-47b4-807e-5dc55c75f2a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2608,35 +2669,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31987" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f8a83c51-bc81-4e53-a07a-331059e2fef6" + "df7afc29-01b0-45ef-a56b-1d5ab1c7f531" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-correlation-request-id": [ - "d6754830-45e3-4e9a-983d-a5751ee8ff9f" + "f720ff6b-8be8-4867-b9a3-c53d0b1c5259" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190203Z:d6754830-45e3-4e9a-983d-a5751ee8ff9f" + "EASTUS2:20220119T195642Z:f720ff6b-8be8-4867-b9a3-c53d0b1c5259" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:02:02 GMT" + "Wed, 19 Jan 2022 19:56:42 GMT" ], "Content-Length": [ - "932" + "934" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2645,26 +2706,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false,\r\n \"instanceView\": {\r\n \"exitCode\": 0,\r\n \"executionState\": \"Succeeded\",\r\n \"output\": \"Hello World!\",\r\n \"startTime\": \"2021-06-29T19:01:30.57628+00:00\",\r\n \"endTime\": \"2021-06-29T19:01:40.1274036+00:00\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false,\r\n \"instanceView\": {\r\n \"exitCode\": 0,\r\n \"executionState\": \"Succeeded\",\r\n \"output\": \"Hello World!\",\r\n \"startTime\": \"2022-01-19T19:55:50.5952275+00:00\",\r\n \"endTime\": \"2022-01-19T19:55:58.5788393+00:00\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Update Hello World!\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d4d6ec08-8171-4c4f-bc8e-fda9579eea77" + "8d3d7c71-9b7f-415e-99a3-ec7331570908" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2681,16 +2742,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/31c5c0d5-dbdc-4f6c-a494-339832f2c00f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/316ef618-7dd4-466d-88c7-7cf79084cbd9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1198" + "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31c5c0d5-dbdc-4f6c-a494-339832f2c00f" + "316ef618-7dd4-466d-88c7-7cf79084cbd9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2700,16 +2764,16 @@ "1196" ], "x-ms-correlation-request-id": [ - "06120231-7b1c-4acd-9001-69fe160a7fba" + "6b860565-b91d-4ff5-b766-652b22166b68" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190204Z:06120231-7b1c-4acd-9001-69fe160a7fba" + "EASTUS2:20220119T195643Z:6b860565-b91d-4ff5-b766-652b22166b68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:02:03 GMT" + "Wed, 19 Jan 2022 19:56:42 GMT" ], "Content-Length": [ "528" @@ -2721,20 +2785,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Update Hello World!\"\r\n },\r\n \"timeoutInSeconds\": 0,\r\n \"provisioningState\": \"Updating\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Update Hello World!\"\r\n },\r\n \"timeoutInSeconds\": 0,\r\n \"provisioningState\": \"Updating\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/31c5c0d5-dbdc-4f6c-a494-339832f2c00f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxYzVjMGQ1LWRiZGMtNGY2Yy1hNDk0LTMzOTgzMmYyYzAwZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/316ef618-7dd4-466d-88c7-7cf79084cbd9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxNmVmNjE4LTdkZDQtNDY2ZC04OGM3LTdjZjc5MDg0Y2JkOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2745,32 +2809,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "208115a4-7952-4d08-943e-a9a6dcc82eb8" + "da0ecf30-89c4-4181-8e02-28392cbf0aea" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11982" ], "x-ms-correlation-request-id": [ - "e1c73d1d-6da6-4e93-875b-dca94f4c4dd8" + "06b83118-c06f-4724-b88b-5a3add41335d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190234Z:e1c73d1d-6da6-4e93-875b-dca94f4c4dd8" + "EASTUS2:20220119T195713Z:06b83118-c06f-4724-b88b-5a3add41335d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:02:34 GMT" + "Wed, 19 Jan 2022 19:57:12 GMT" ], "Content-Length": [ "134" @@ -2782,20 +2846,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:02:04.0314994+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"31c5c0d5-dbdc-4f6c-a494-339832f2c00f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:56:42.8469878+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"316ef618-7dd4-466d-88c7-7cf79084cbd9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/31c5c0d5-dbdc-4f6c-a494-339832f2c00f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxYzVjMGQ1LWRiZGMtNGY2Yy1hNDk0LTMzOTgzMmYyYzAwZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/316ef618-7dd4-466d-88c7-7cf79084cbd9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxNmVmNjE4LTdkZDQtNDY2ZC04OGM3LTdjZjc5MDg0Y2JkOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2806,32 +2870,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2815eff1-2b1d-429c-83ef-bcac262e0c78" + "b92b5610-e31b-4505-a9b0-f692da23fbcd" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11981" ], "x-ms-correlation-request-id": [ - "42cce35d-32bf-4955-8010-cf07e1bd465e" + "7510ae12-cbb7-4651-ad4a-65d37eea8e61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190304Z:42cce35d-32bf-4955-8010-cf07e1bd465e" + "EASTUS2:20220119T195743Z:7510ae12-cbb7-4651-ad4a-65d37eea8e61" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:04 GMT" + "Wed, 19 Jan 2022 19:57:43 GMT" ], "Content-Length": [ "184" @@ -2843,26 +2907,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:02:04.0314994+00:00\",\r\n \"endTime\": \"2021-06-29T19:02:54.6569009+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"31c5c0d5-dbdc-4f6c-a494-339832f2c00f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:56:42.8469878+00:00\",\r\n \"endTime\": \"2022-01-19T19:57:13.2375117+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"316ef618-7dd4-466d-88c7-7cf79084cbd9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7179/providers/Microsoft.Compute/virtualMachines/vm8815/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg4MTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7333/providers/Microsoft.Compute/virtualMachines/vm9355/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczMzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkzNTUvcnVuQ29tbWFuZHMvZmlyc3RSdW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "461f793c-842a-4d6e-a63e-3b85eef2010c" + "d6c892e3-1391-46dd-9319-c9dadfdc95eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2873,10 +2937,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19506325-e8a2-4e20-b925-8d65cd95efa0?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19cace06-d7cc-4687-b90d-21e2f2daa283?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19506325-e8a2-4e20-b925-8d65cd95efa0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19cace06-d7cc-4687-b90d-21e2f2daa283?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2888,7 +2952,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19506325-e8a2-4e20-b925-8d65cd95efa0" + "19cace06-d7cc-4687-b90d-21e2f2daa283" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2898,16 +2962,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "9a5e12b7-f2ac-4492-b627-ae4152b5e20b" + "4f0787be-4173-4911-8292-cc4448c09837" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190307Z:9a5e12b7-f2ac-4492-b627-ae4152b5e20b" + "EASTUS2:20220119T195744Z:4f0787be-4173-4911-8292-cc4448c09837" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:07 GMT" + "Wed, 19 Jan 2022 19:57:44 GMT" ], "Expires": [ "-1" @@ -2920,16 +2984,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19506325-e8a2-4e20-b925-8d65cd95efa0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5NTA2MzI1LWU4YTItNGUyMC1iOTI1LThkNjVjZDk1ZWZhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19cace06-d7cc-4687-b90d-21e2f2daa283?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5Y2FjZTA2LWQ3Y2MtNDY4Ny1iOTBkLTIxZTJmMmRhYTI4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -2940,32 +3004,154 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67e10e8a-31ab-4931-b88f-21a4185bbb3e" + "1a8bda5b-ea36-49b4-b945-56e5f52d6b66" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11978" + ], + "x-ms-correlation-request-id": [ + "fdf66b25-988c-40ba-bc4e-c3ec2bbfe8a4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T195815Z:fdf66b25-988c-40ba-bc4e-c3ec2bbfe8a4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:58:14 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:57:44.6906618+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19cace06-d7cc-4687-b90d-21e2f2daa283\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19cace06-d7cc-4687-b90d-21e2f2daa283?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5Y2FjZTA2LWQ3Y2MtNDY4Ny1iOTBkLTIxZTJmMmRhYTI4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0c210704-c125-4173-9123-a421e7dc6fdd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "3a23b7de-b64d-4a6d-a44d-7e4957a82450" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T195845Z:3a23b7de-b64d-4a6d-a44d-7e4957a82450" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 19:58:45 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:57:44.6906618+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"19cace06-d7cc-4687-b90d-21e2f2daa283\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19cace06-d7cc-4687-b90d-21e2f2daa283?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5Y2FjZTA2LWQ3Y2MtNDY4Ny1iOTBkLTIxZTJmMmRhYTI4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c97e6944-155e-4c56-b57b-5f7f875bd22c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" ], "x-ms-correlation-request-id": [ - "3519b3b1-9f24-4ec7-8f07-d4636beeaa77" + "8f1faafa-d5b1-45b4-889d-56235a760f6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190338Z:3519b3b1-9f24-4ec7-8f07-d4636beeaa77" + "EASTUS2:20220119T195915Z:8f1faafa-d5b1-45b4-889d-56235a760f6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:37 GMT" + "Wed, 19 Jan 2022 19:59:15 GMT" ], "Content-Length": [ "184" @@ -2977,20 +3163,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:03:07.5476112+00:00\",\r\n \"endTime\": \"2021-06-29T19:03:37.9852782+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"19506325-e8a2-4e20-b925-8d65cd95efa0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:57:44.6906618+00:00\",\r\n \"endTime\": \"2022-01-19T19:59:15.1122946+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"19cace06-d7cc-4687-b90d-21e2f2daa283\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19506325-e8a2-4e20-b925-8d65cd95efa0?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5NTA2MzI1LWU4YTItNGUyMC1iOTI1LThkNjVjZDk1ZWZhMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/19cace06-d7cc-4687-b90d-21e2f2daa283?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5Y2FjZTA2LWQ3Y2MtNDY4Ny1iOTBkLTIxZTJmMmRhYTI4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { @@ -3001,32 +3187,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c826e72d-8134-4ddc-9f05-e160c10009a2" + "a780dc57-f63a-4932-9335-14ee520a1f1e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11975" ], "x-ms-correlation-request-id": [ - "f649aa97-f39a-4e69-b9af-20b77fdedd7c" + "d0819579-57fc-496a-920f-0fd4fa3d231e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190338Z:f649aa97-f39a-4e69-b9af-20b77fdedd7c" + "EASTUS2:20220119T195915Z:d0819579-57fc-496a-920f-0fd4fa3d231e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:38 GMT" + "Wed, 19 Jan 2022 19:59:15 GMT" ], "Expires": [ "-1" @@ -3039,21 +3225,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7179?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7333?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjczMzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4be99bc0-0760-49f3-9247-19c88fe3bda5" + "057f4b27-fb8b-4f17-9dff-37b001f895fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3065,7 +3251,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3074,13 +3260,13 @@ "14999" ], "x-ms-request-id": [ - "35094b41-bc11-482f-86b6-a2064d97604b" + "4bf9909d-fd43-44cd-91b8-912b3c6d8f1e" ], "x-ms-correlation-request-id": [ - "35094b41-bc11-482f-86b6-a2064d97604b" + "4bf9909d-fd43-44cd-91b8-912b3c6d8f1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190344Z:35094b41-bc11-482f-86b6-a2064d97604b" + "EASTUS2:20220119T195922Z:4bf9909d-fd43-44cd-91b8-912b3c6d8f1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3089,7 +3275,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:43 GMT" + "Wed, 19 Jan 2022 19:59:22 GMT" ], "Expires": [ "-1" @@ -3102,15 +3288,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3122,7 +3308,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3131,13 +3317,13 @@ "11999" ], "x-ms-request-id": [ - "2f86ff89-435f-47f0-9d16-b485a60e1d5a" + "7758ddc5-a11a-4218-80f3-7116ff577091" ], "x-ms-correlation-request-id": [ - "2f86ff89-435f-47f0-9d16-b485a60e1d5a" + "7758ddc5-a11a-4218-80f3-7116ff577091" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190359Z:2f86ff89-435f-47f0-9d16-b485a60e1d5a" + "EASTUS2:20220119T195937Z:7758ddc5-a11a-4218-80f3-7116ff577091" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3146,7 +3332,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:03:59 GMT" + "Wed, 19 Jan 2022 19:59:37 GMT" ], "Expires": [ "-1" @@ -3159,15 +3345,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3179,7 +3365,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3188,13 +3374,13 @@ "11998" ], "x-ms-request-id": [ - "7d151f43-4a9e-4a20-8ab4-b264ab41c2f9" + "b0ebe84c-52e4-4fe0-938b-5f9b8a47f1b2" ], "x-ms-correlation-request-id": [ - "7d151f43-4a9e-4a20-8ab4-b264ab41c2f9" + "b0ebe84c-52e4-4fe0-938b-5f9b8a47f1b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190415Z:7d151f43-4a9e-4a20-8ab4-b264ab41c2f9" + "EASTUS2:20220119T195953Z:b0ebe84c-52e4-4fe0-938b-5f9b8a47f1b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3203,7 +3389,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:04:14 GMT" + "Wed, 19 Jan 2022 19:59:52 GMT" ], "Expires": [ "-1" @@ -3216,15 +3402,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3236,7 +3422,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3245,13 +3431,13 @@ "11997" ], "x-ms-request-id": [ - "1e8ab5ff-6db0-4fbb-8600-b8952cc68294" + "aded3291-d512-4763-ac0a-f06385f39d0a" ], "x-ms-correlation-request-id": [ - "1e8ab5ff-6db0-4fbb-8600-b8952cc68294" + "aded3291-d512-4763-ac0a-f06385f39d0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190430Z:1e8ab5ff-6db0-4fbb-8600-b8952cc68294" + "EASTUS2:20220119T200008Z:aded3291-d512-4763-ac0a-f06385f39d0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3260,7 +3446,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:04:29 GMT" + "Wed, 19 Jan 2022 20:00:07 GMT" ], "Expires": [ "-1" @@ -3273,15 +3459,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3293,7 +3479,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3302,13 +3488,13 @@ "11996" ], "x-ms-request-id": [ - "b2eb8b59-f0d8-4bee-8209-132bb8af8504" + "d2ad9277-bcef-4451-8047-df85ce3fb1ff" ], "x-ms-correlation-request-id": [ - "b2eb8b59-f0d8-4bee-8209-132bb8af8504" + "d2ad9277-bcef-4451-8047-df85ce3fb1ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190446Z:b2eb8b59-f0d8-4bee-8209-132bb8af8504" + "EASTUS2:20220119T200024Z:d2ad9277-bcef-4451-8047-df85ce3fb1ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3317,7 +3503,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:04:46 GMT" + "Wed, 19 Jan 2022 20:00:24 GMT" ], "Expires": [ "-1" @@ -3330,15 +3516,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3350,7 +3536,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3359,13 +3545,13 @@ "11995" ], "x-ms-request-id": [ - "04623509-e419-4420-b839-18fe1c8f627a" + "7b2bec2d-e745-4df0-a378-f926287b30af" ], "x-ms-correlation-request-id": [ - "04623509-e419-4420-b839-18fe1c8f627a" + "7b2bec2d-e745-4df0-a378-f926287b30af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190501Z:04623509-e419-4420-b839-18fe1c8f627a" + "EASTUS2:20220119T200039Z:7b2bec2d-e745-4df0-a378-f926287b30af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3374,7 +3560,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:05:01 GMT" + "Wed, 19 Jan 2022 20:00:39 GMT" ], "Expires": [ "-1" @@ -3387,15 +3573,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3407,7 +3593,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3416,13 +3602,13 @@ "11994" ], "x-ms-request-id": [ - "b8d803c4-e30d-401a-920d-3ba56dc743e7" + "166010ce-0a3b-4729-b373-7157d54bca01" ], "x-ms-correlation-request-id": [ - "b8d803c4-e30d-401a-920d-3ba56dc743e7" + "166010ce-0a3b-4729-b373-7157d54bca01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190517Z:b8d803c4-e30d-401a-920d-3ba56dc743e7" + "EASTUS2:20220119T200055Z:166010ce-0a3b-4729-b373-7157d54bca01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3431,7 +3617,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:05:17 GMT" + "Wed, 19 Jan 2022 20:00:54 GMT" ], "Expires": [ "-1" @@ -3444,15 +3630,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3464,7 +3650,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3473,13 +3659,13 @@ "11993" ], "x-ms-request-id": [ - "d76e3d91-235a-4d76-bf97-91a61ef34ba2" + "62045753-5933-4692-9f60-d87f7966d7ea" ], "x-ms-correlation-request-id": [ - "d76e3d91-235a-4d76-bf97-91a61ef34ba2" + "62045753-5933-4692-9f60-d87f7966d7ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190532Z:d76e3d91-235a-4d76-bf97-91a61ef34ba2" + "EASTUS2:20220119T200110Z:62045753-5933-4692-9f60-d87f7966d7ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3488,7 +3674,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:05:32 GMT" + "Wed, 19 Jan 2022 20:01:10 GMT" ], "Expires": [ "-1" @@ -3501,15 +3687,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3521,7 +3707,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3530,13 +3716,13 @@ "11992" ], "x-ms-request-id": [ - "4fd5ac74-eacf-4efc-8387-cdbae4c7d706" + "f294488f-d623-4e9d-be66-e33f6164f00f" ], "x-ms-correlation-request-id": [ - "4fd5ac74-eacf-4efc-8387-cdbae4c7d706" + "f294488f-d623-4e9d-be66-e33f6164f00f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190548Z:4fd5ac74-eacf-4efc-8387-cdbae4c7d706" + "EASTUS2:20220119T200126Z:f294488f-d623-4e9d-be66-e33f6164f00f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3545,7 +3731,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:05:47 GMT" + "Wed, 19 Jan 2022 20:01:25 GMT" ], "Expires": [ "-1" @@ -3558,15 +3744,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3578,7 +3764,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3587,13 +3773,13 @@ "11991" ], "x-ms-request-id": [ - "1a76ac7c-a54f-45c9-871b-ae4297ca9291" + "8326d1e1-a394-4cb1-96ea-f2607eb18957" ], "x-ms-correlation-request-id": [ - "1a76ac7c-a54f-45c9-871b-ae4297ca9291" + "8326d1e1-a394-4cb1-96ea-f2607eb18957" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190603Z:1a76ac7c-a54f-45c9-871b-ae4297ca9291" + "EASTUS2:20220119T200141Z:8326d1e1-a394-4cb1-96ea-f2607eb18957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3602,7 +3788,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:06:03 GMT" + "Wed, 19 Jan 2022 20:01:40 GMT" ], "Expires": [ "-1" @@ -3615,15 +3801,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3634,17 +3820,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "7adff159-b1d0-467e-bfc2-9024166b27bb" + "f463bf79-d2db-407b-bd00-483e9209d36b" ], "x-ms-correlation-request-id": [ - "7adff159-b1d0-467e-bfc2-9024166b27bb" + "f463bf79-d2db-407b-bd00-483e9209d36b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190619Z:7adff159-b1d0-467e-bfc2-9024166b27bb" + "EASTUS2:20220119T200157Z:f463bf79-d2db-407b-bd00-483e9209d36b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3653,7 +3845,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:06:18 GMT" + "Wed, 19 Jan 2022 20:01:56 GMT" ], "Expires": [ "-1" @@ -3663,18 +3855,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRjNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3685,17 +3877,581 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-request-id": [ - "0ca864c3-dfc7-4813-9ef3-2166e847f738" + "ba79b3e9-0355-4721-b98f-8209cb0fb1f6" + ], + "x-ms-correlation-request-id": [ + "ba79b3e9-0355-4721-b98f-8209cb0fb1f6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200212Z:ba79b3e9-0355-4721-b98f-8209cb0fb1f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:02:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "ab5a0726-3c5f-4b7d-b710-29eab7f39a0d" + ], + "x-ms-correlation-request-id": [ + "ab5a0726-3c5f-4b7d-b710-29eab7f39a0d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200227Z:ab5a0726-3c5f-4b7d-b710-29eab7f39a0d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:02:27 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "7664ac2e-124a-4132-935a-bc6b958d29be" + ], + "x-ms-correlation-request-id": [ + "7664ac2e-124a-4132-935a-bc6b958d29be" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200243Z:7664ac2e-124a-4132-935a-bc6b958d29be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:02:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "2d707bec-25f5-434b-b4ae-4f6ef5bea409" + ], + "x-ms-correlation-request-id": [ + "2d707bec-25f5-434b-b4ae-4f6ef5bea409" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200258Z:2d707bec-25f5-434b-b4ae-4f6ef5bea409" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:02:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "f2574821-e3f2-47f5-a753-cdda70efd6b4" + ], + "x-ms-correlation-request-id": [ + "f2574821-e3f2-47f5-a753-cdda70efd6b4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200314Z:f2574821-e3f2-47f5-a753-cdda70efd6b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:03:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "c18b4573-7218-44f6-93ca-d44f7d64851f" + ], + "x-ms-correlation-request-id": [ + "c18b4573-7218-44f6-93ca-d44f7d64851f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200329Z:c18b4573-7218-44f6-93ca-d44f7d64851f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:03:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "35587ada-6cea-4066-b0c9-475033238a16" + ], + "x-ms-correlation-request-id": [ + "35587ada-6cea-4066-b0c9-475033238a16" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200345Z:35587ada-6cea-4066-b0c9-475033238a16" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:03:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "592be2db-e62b-4e2b-bd66-2e7039ff1509" + ], + "x-ms-correlation-request-id": [ + "592be2db-e62b-4e2b-bd66-2e7039ff1509" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200400Z:592be2db-e62b-4e2b-bd66-2e7039ff1509" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:03:59 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "d9f7a5b8-7261-4466-affd-d396cdf9b35c" + ], + "x-ms-correlation-request-id": [ + "d9f7a5b8-7261-4466-affd-d396cdf9b35c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200416Z:d9f7a5b8-7261-4466-affd-d396cdf9b35c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:04:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "1f1ce189-ba28-4f0c-a29c-e1e42ee39ea5" + ], + "x-ms-correlation-request-id": [ + "1f1ce189-ba28-4f0c-a29c-e1e42ee39ea5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220119T200432Z:1f1ce189-ba28-4f0c-a29c-e1e42ee39ea5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 19 Jan 2022 20:04:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzMzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpNekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "a65d24b9-cfed-4914-99b5-43f6ebf5afe0" ], "x-ms-correlation-request-id": [ - "0ca864c3-dfc7-4813-9ef3-2166e847f738" + "a65d24b9-cfed-4914-99b5-43f6ebf5afe0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T190619Z:0ca864c3-dfc7-4813-9ef3-2166e847f738" + "EASTUS2:20220119T200432Z:a65d24b9-cfed-4914-99b5-43f6ebf5afe0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3704,7 +4460,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 19:06:19 GMT" + "Wed, 19 Jan 2022 20:04:32 GMT" ], "Expires": [ "-1" @@ -3719,28 +4475,28 @@ ], "Names": { "TestVMRunCommandOperations": [ - "crptestar7179", - "crptestar8054", - "as2316" + "crptestar7333", + "crptestar2290", + "as7166" ], "CreatePublicIP": [ - "pip7582", - "dn5457" + "pip1962", + "dn2016" ], "CreateVNET": [ - "vn977", - "sn4508" + "vn7316", + "sn2894" ], "CreateNIC": [ - "nic8298", - "ip6754" + "nic3518", + "ip6329" ], "CreateDefaultVMInput": [ - "crptestar5296", - "crptestar9907", - "crptestar8241", - "vm8815", - "Microsoft.Compute/virtualMachines5460" + "crptestar8207", + "crptestar9841", + "crptestar4776", + "vm9355", + "Microsoft.Compute/virtualMachines7596" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensionSequencing.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensionSequencing.json index e55bb1fba49eb..aed68d1df459e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensionSequencing.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensionSequencing.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/19.04/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzE5LjA0L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/19.04/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL0Nhbm9uaWNhbC9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1VidW50dVNlcnZlci9za3VzLzE5LjA0L3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c466de03-322e-46c9-a143-9e89fa2e4881" + "a0712749-8583-4722-aee5-c0b180a389b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132542080244067105" + "5763bc19-56ac-4719-9ffa-8ce24fe8fe13_132761389690932023" ], "x-ms-request-id": [ - "67a7ace4-ad22-493f-8d99-95e5d4debb66" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba6cc4bd-a19d-4562-8acb-ac850a65cb6c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "c979a93b-0ee1-4afa-a093-8a3c9b82cc61" + "53564776-1541-4249-a2dc-12d9e59dc0f8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194700Z:c979a93b-0ee1-4afa-a093-8a3c9b82cc61" + "EASTUS2:20211117T022914Z:53564776-1541-4249-a2dc-12d9e59dc0f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:00 GMT" - ], "Content-Length": [ "296" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar99871?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5ODcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar24601?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI0NjAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "522be5e4-af15-4ed7-afee-47a8e330c40f" + "0be83555-4701-43ba-8a58-64ef27f51fec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "a13632bc-bba0-4afb-b14e-f6823ebdb61d" + "db467111-e0b2-4fe5-b392-ac8583a5184e" ], "x-ms-correlation-request-id": [ - "a13632bc-bba0-4afb-b14e-f6823ebdb61d" + "db467111-e0b2-4fe5-b392-ac8583a5184e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194702Z:a13632bc-bba0-4afb-b14e-f6823ebdb61d" + "EASTUS2:20211117T022916Z:db467111-e0b2-4fe5-b392-ac8583a5184e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:02 GMT" - ], "Content-Length": [ "188" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871\",\r\n \"name\": \"crptestar99871\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601\",\r\n \"name\": \"crptestar24601\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/publicIPAddresses/pip4409?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/publicIPAddresses/pip1681?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNjgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4995\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6773\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e622fcdd-7ec6-4b19-a715-3b6baa13e3c0" + "5a588031-bfc2-4894-a4df-7785dd5b585c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,46 +165,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "da61fd23-9f1e-4379-965d-a8ab0aed234f" + "02e8e878-e074-4d4a-9826-6bb7d0837f73" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/da61fd23-9f1e-4379-965d-a8ab0aed234f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/02e8e878-e074-4d4a-9826-6bb7d0837f73?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c6c6d77a-b844-4d01-8f99-f0ec67b17c58" + "08d28c1c-9354-4e76-aefe-90039036f84b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "02c38d51-848b-458b-a485-0c5d7f612540" + "e6f765f9-f5e1-489c-9ed5-df5da210b05f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194713Z:c6c6d77a-b844-4d01-8f99-f0ec67b17c58" + "EASTUS2:20211117T022925Z:08d28c1c-9354-4e76-aefe-90039036f84b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:12 GMT" - ], "Content-Length": [ "770" ], @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/publicIPAddresses/pip4409\",\r\n \"etag\": \"W/\\\"ea4f0bca-9396-453a-a0d1-8afe38c971b8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ffbcc17f-847c-4c90-aa06-c1f88c726725\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4995\",\r\n \"fqdn\": \"dn4995.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1681\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/publicIPAddresses/pip1681\",\r\n \"etag\": \"W/\\\"19d9758f-4a71-46ba-b61e-061a6d56a8ae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6f45e885-1652-42d5-888f-3083455cf6ad\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6773\",\r\n \"fqdn\": \"dn6773.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/da61fd23-9f1e-4379-965d-a8ab0aed234f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhNjFmZDIzLTlmMWUtNDM3OS05NjVkLWE4YWIwYWVkMjM0Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/02e8e878-e074-4d4a-9826-6bb7d0837f73?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAyZThlODc4LWUwNzQtNGQ0YS05ODI2LTZiYjdkMDgzN2Y3Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "52f0528c-de98-4940-b63b-9d3cf71e9327" + "337b8d8c-9377-4c00-9a38-233ca9f1bc83" ], "x-ms-correlation-request-id": [ - "101ef861-e734-48e7-be4f-107459b23fd6" + "559660c1-c8a3-49d7-8254-3eaa4f15cca6" ], "x-ms-arm-service-request-id": [ - "d9cb3fe0-b16e-404c-8ccf-516ee24ef58a" + "6577cf5d-98af-4d7a-ae27-ef621e56e977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194714Z:101ef861-e734-48e7-be4f-107459b23fd6" + "EASTUS2:20211117T022926Z:559660c1-c8a3-49d7-8254-3eaa4f15cca6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:14 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +280,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/publicIPAddresses/pip4409?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/publicIPAddresses/pip1681?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNjgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +296,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"887ed64c-e9c3-4dd9-8214-4f763f313817\"" + "W/\"5dd0d15e-3ac0-4589-9c7a-c3afdb6b6109\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fe242e52-9c51-4102-9632-1e6eae0ba037" + "70f255db-f213-4908-a8ca-7aa1854783ab" ], "x-ms-correlation-request-id": [ - "ee42e418-6e8a-4e46-ab6e-21215513ed60" + "6f51463d-9b33-4529-91d6-79237a528fa3" ], "x-ms-arm-service-request-id": [ - "690e7f58-66b7-4903-a8e7-afaf873f6eac" + "5d6d0664-1fc4-4892-860d-8adfc103dbf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194714Z:ee42e418-6e8a-4e46-ab6e-21215513ed60" + "EASTUS2:20211117T022926Z:6f51463d-9b33-4529-91d6-79237a528fa3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:14 GMT" - ], "Content-Length": [ "771" ], @@ -340,25 +340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/publicIPAddresses/pip4409\",\r\n \"etag\": \"W/\\\"887ed64c-e9c3-4dd9-8214-4f763f313817\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ffbcc17f-847c-4c90-aa06-c1f88c726725\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4995\",\r\n \"fqdn\": \"dn4995.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1681\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/publicIPAddresses/pip1681\",\r\n \"etag\": \"W/\\\"5dd0d15e-3ac0-4589-9c7a-c3afdb6b6109\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f45e885-1652-42d5-888f-3083455cf6ad\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6773\",\r\n \"fqdn\": \"dn6773.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/publicIPAddresses/pip4409?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/publicIPAddresses/pip1681?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNjgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75737b9a-f479-4db6-a839-108a692f1781" + "c1b0ebc1-367e-4276-a9d4-13f67b7ad3bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,40 +366,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"887ed64c-e9c3-4dd9-8214-4f763f313817\"" + "W/\"5dd0d15e-3ac0-4589-9c7a-c3afdb6b6109\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "323e82e0-234f-4202-a258-9fb97fe07000" + "44460ba5-d0bb-49fc-8b70-1931464f44c0" ], "x-ms-correlation-request-id": [ - "8edd4dd2-60cc-4d05-aeed-dfeb0a58b1a3" + "5ee4434f-918c-4198-b075-659f1c5cbe61" ], "x-ms-arm-service-request-id": [ - "66655dc7-89ef-4890-ae17-7a00d8fafd9e" + "e105cc49-a074-4687-8e6d-466125048704" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194715Z:8edd4dd2-60cc-4d05-aeed-dfeb0a58b1a3" + "EASTUS2:20211117T022927Z:5ee4434f-918c-4198-b075-659f1c5cbe61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:14 GMT" - ], "Content-Length": [ "771" ], @@ -410,80 +410,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/publicIPAddresses/pip4409\",\r\n \"etag\": \"W/\\\"887ed64c-e9c3-4dd9-8214-4f763f313817\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ffbcc17f-847c-4c90-aa06-c1f88c726725\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4995\",\r\n \"fqdn\": \"dn4995.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1681\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/publicIPAddresses/pip1681\",\r\n \"etag\": \"W/\\\"5dd0d15e-3ac0-4589-9c7a-c3afdb6b6109\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f45e885-1652-42d5-888f-3083455cf6ad\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6773\",\r\n \"fqdn\": \"dn6773.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzA3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMjg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn115\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2926\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aed0ae0b-4d27-41b9-97d0-bfe2f743ef71" + "299d6ec6-19ff-4b49-8a3a-d9b6bd9b7231" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b7894c92-6eda-478e-992e-31651f51fbd7" + "238f6465-a2ca-4344-998c-decbeddd393b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b7894c92-6eda-478e-992e-31651f51fbd7?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/238f6465-a2ca-4344-998c-decbeddd393b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "221a319d-6054-4a70-ac2c-da1a395c96c1" + "49515690-1bfa-40f4-aafd-0fe1a85fb76a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e0e846bd-8e70-4711-9b3a-99f29234a92f" + "6b67bb3a-96ee-42a4-8269-8b9bb56c4e6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194720Z:221a319d-6054-4a70-ac2c-da1a395c96c1" + "EASTUS2:20211117T022931Z:49515690-1bfa-40f4-aafd-0fe1a85fb76a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:19 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -492,19 +492,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307\",\r\n \"etag\": \"W/\\\"591cfc22-3e8a-4cce-9c3a-0afed173af4a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e0a6c751-97e1-4907-bb51-ee05406849c6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn115\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\",\r\n \"etag\": \"W/\\\"591cfc22-3e8a-4cce-9c3a-0afed173af4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1288\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288\",\r\n \"etag\": \"W/\\\"87fd3d2a-0eae-4e84-b870-915064a7d880\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a7139877-62a6-411c-838a-911946bf2c0a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\",\r\n \"etag\": \"W/\\\"87fd3d2a-0eae-4e84-b870-915064a7d880\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b7894c92-6eda-478e-992e-31651f51fbd7?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I3ODk0YzkyLTZlZGEtNDc4ZS05OTJlLTMxNjUxZjUxZmJkNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/238f6465-a2ca-4344-998c-decbeddd393b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzOGY2NDY1LWEyY2EtNDM0NC05OThjLWRlY2JlZGRkMzkzYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +512,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b86a8d50-82dd-4138-99b7-f9495e08513b" + "4d263614-2e95-43a5-a2b6-be9dbfd350f0" ], "x-ms-correlation-request-id": [ - "d36df52d-691e-4e1c-acd2-48a8686af524" + "534045a1-536c-4057-aab3-fc0d76f16c11" ], "x-ms-arm-service-request-id": [ - "033f34e3-4dc4-4146-9b02-90a80a607d8b" + "895c9fce-aac3-422f-a985-d10c5230a75d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194723Z:d36df52d-691e-4e1c-acd2-48a8686af524" + "EASTUS2:20211117T022934Z:534045a1-536c-4057-aab3-fc0d76f16c11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:22 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +557,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzA3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMjg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,42 +573,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"063ad82f-87b5-4417-b29a-d1020eabafd9\"" + "W/\"aa6931f6-49d5-4890-b99f-6056ddabc1ff\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "77fea6b9-9cd8-4152-9ce5-676eb48326fa" + "55e44cc9-7691-427e-9cb3-ec3870c56535" ], "x-ms-correlation-request-id": [ - "ccfcd0ef-c4f0-477d-a35d-c1ca7607daf7" + "6c4f60f9-183c-4336-9153-764a8c83c925" ], "x-ms-arm-service-request-id": [ - "948b8c26-90e8-4774-b9dd-4cb81930586e" + "581d9051-f761-4491-a391-8181aed43c3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194723Z:ccfcd0ef-c4f0-477d-a35d-c1ca7607daf7" + "EASTUS2:20211117T022934Z:6c4f60f9-183c-4336-9153-764a8c83c925" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:23 GMT" - ], "Content-Length": [ - "1323" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -617,25 +617,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307\",\r\n \"etag\": \"W/\\\"063ad82f-87b5-4417-b29a-d1020eabafd9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e0a6c751-97e1-4907-bb51-ee05406849c6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn115\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\",\r\n \"etag\": \"W/\\\"063ad82f-87b5-4417-b29a-d1020eabafd9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1288\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288\",\r\n \"etag\": \"W/\\\"aa6931f6-49d5-4890-b99f-6056ddabc1ff\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a7139877-62a6-411c-838a-911946bf2c0a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\",\r\n \"etag\": \"W/\\\"aa6931f6-49d5-4890-b99f-6056ddabc1ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzA3L3N1Ym5ldHMvc24xMTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMjg4L3N1Ym5ldHMvc24yOTI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13ea1452-de46-4713-810a-16cf97d05047" + "457eaf3a-65c9-4174-8dba-fba88ae10124" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,42 +643,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"063ad82f-87b5-4417-b29a-d1020eabafd9\"" + "W/\"aa6931f6-49d5-4890-b99f-6056ddabc1ff\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f1950811-c903-41cf-8d05-09b246578969" + "623fd25a-2475-44a9-8b73-9b2df8af7683" ], "x-ms-correlation-request-id": [ - "55012076-becc-4574-a0dd-089d619c2197" + "86b60829-5817-42e4-ab55-8c57fd5e6718" ], "x-ms-arm-service-request-id": [ - "3336cd2f-316f-44a0-a1a8-47f26c50e3a8" + "918792f7-0200-4ae3-94ee-58271c271bd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194723Z:55012076-becc-4574-a0dd-089d619c2197" + "EASTUS2:20211117T022934Z:86b60829-5817-42e4-ab55-8c57fd5e6718" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:23 GMT" - ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -687,77 +687,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn115\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\",\r\n \"etag\": \"W/\\\"063ad82f-87b5-4417-b29a-d1020eabafd9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\",\r\n \"etag\": \"W/\\\"aa6931f6-49d5-4890-b99f-6056ddabc1ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MjE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn115\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\r\n }\r\n },\r\n \"name\": \"ip2031\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\r\n }\r\n },\r\n \"name\": \"ip6958\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "49c10890-1951-4d08-a6dc-854ab824ff73" + "21fe9ad7-f219-4200-8358-3eb8cc24f18e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3ba50f30-8332-4818-98c1-2c3bc13669aa" + "834f47ca-270e-47c9-863e-09b617186224" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3ba50f30-8332-4818-98c1-2c3bc13669aa?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/834f47ca-270e-47c9-863e-09b617186224?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "62f6484a-c50c-4b34-b3fa-827c5e8949f1" + "f6d712be-5d3c-463b-8ba7-d8110e8a8ffb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "af4da2ac-64e8-4063-ad84-44aba8e20b4d" + "0a19d5fd-dd86-41e7-82fd-68118f1f7def" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194728Z:62f6484a-c50c-4b34-b3fa-827c5e8949f1" + "EASTUS2:20211117T022938Z:f6d712be-5d3c-463b-8ba7-d8110e8a8ffb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:27 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,19 +766,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218\",\r\n \"etag\": \"W/\\\"263afbb3-2df2-418f-85eb-05d4f114cf58\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"691d1673-053e-4062-9b8a-9245d18f6ce9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2031\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218/ipConfigurations/ip2031\",\r\n \"etag\": \"W/\\\"263afbb3-2df2-418f-85eb-05d4f114cf58\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\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\": \"khd0nyhbs2duto0r3ycua0cjyg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393\",\r\n \"etag\": \"W/\\\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a1151208-d9ea-4972-8ef1-8e8c1ad898c7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6958\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393/ipConfigurations/ip6958\",\r\n \"etag\": \"W/\\\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\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\": \"o4mbhj3gmioeda2ksemunpzmbc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MjE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,42 +786,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"263afbb3-2df2-418f-85eb-05d4f114cf58\"" + "W/\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b120cc1b-c2f1-4951-9160-7b92e424d6c9" + "4044edfe-f3e1-40d9-ae8c-9ec57641b3d2" ], "x-ms-correlation-request-id": [ - "75151114-2aa6-4044-ba76-6ddd3892c9d2" + "4ba90365-d556-47f0-b4cd-3b89754a92da" ], "x-ms-arm-service-request-id": [ - "b247453b-02f0-4976-bf83-fc66b821dec8" + "1af361b6-60d1-40e4-bdfb-4593c78eb7a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194728Z:75151114-2aa6-4044-ba76-6ddd3892c9d2" + "EASTUS2:20211117T022939Z:4ba90365-d556-47f0-b4cd-3b89754a92da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:27 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,25 +830,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218\",\r\n \"etag\": \"W/\\\"263afbb3-2df2-418f-85eb-05d4f114cf58\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"691d1673-053e-4062-9b8a-9245d18f6ce9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2031\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218/ipConfigurations/ip2031\",\r\n \"etag\": \"W/\\\"263afbb3-2df2-418f-85eb-05d4f114cf58\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\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\": \"khd0nyhbs2duto0r3ycua0cjyg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393\",\r\n \"etag\": \"W/\\\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a1151208-d9ea-4972-8ef1-8e8c1ad898c7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6958\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393/ipConfigurations/ip6958\",\r\n \"etag\": \"W/\\\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\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\": \"o4mbhj3gmioeda2ksemunpzmbc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MjE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71981736-9bd1-48f0-a4bb-f7dea4ec6cbe" + "b217cbe6-2ca2-40ed-b80c-abb896d5d6eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,42 +856,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"263afbb3-2df2-418f-85eb-05d4f114cf58\"" + "W/\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7b05204e-0d0a-4c3a-a863-89f5df324863" + "41f0eec7-0255-4f81-871d-e14e1925589e" ], "x-ms-correlation-request-id": [ - "226cd2a8-2093-4336-a644-65ccb93ec0e2" + "552bb2f0-bf2c-488c-a58c-cac4b944d46d" ], "x-ms-arm-service-request-id": [ - "060a36fd-fc0c-4253-afa1-5acfcd136cad" + "8333563f-72a4-4e6b-8250-76c000573835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194728Z:226cd2a8-2093-4336-a644-65ccb93ec0e2" + "EASTUS2:20211117T022939Z:552bb2f0-bf2c-488c-a58c-cac4b944d46d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:28 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -900,46 +900,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218\",\r\n \"etag\": \"W/\\\"263afbb3-2df2-418f-85eb-05d4f114cf58\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"691d1673-053e-4062-9b8a-9245d18f6ce9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2031\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/networkInterfaces/nic7218/ipConfigurations/ip2031\",\r\n \"etag\": \"W/\\\"263afbb3-2df2-418f-85eb-05d4f114cf58\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\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\": \"khd0nyhbs2duto0r3ycua0cjyg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393\",\r\n \"etag\": \"W/\\\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a1151208-d9ea-4972-8ef1-8e8c1ad898c7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6958\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/networkInterfaces/nic7393/ipConfigurations/ip6958\",\r\n \"etag\": \"W/\\\"126d221a-3bbc-4f89-afb4-6e486e33f8ce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\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\": \"o4mbhj3gmioeda2ksemunpzmbc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2766\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig988\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\",\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3932\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\",\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83fc6473-951e-4ebe-98e7-adb727295124" + "3b5f063d-aa7e-447f-96c9-4d97d3363b1c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2515" + "2517" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/edd1c16f-7803-491a-8729-fff8b7cae766?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -954,29 +961,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "edd1c16f-7803-491a-8729-fff8b7cae766" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "334d2367-86d3-401d-b135-6746211e6faf" + "88c969fa-f77c-4827-bf9f-ee1d5bdf7960" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194743Z:334d2367-86d3-401d-b135-6746211e6faf" + "EASTUS2:20211117T022949Z:88c969fa-f77c-4827-bf9f-ee1d5bdf7960" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:42 GMT" - ], "Content-Length": [ - "3251" + "3253" ], "Content-Type": [ "application/json; charset=utf-8" @@ -985,62 +985,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6719\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2766\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig988\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"61753577-ac3d-47c8-85c3-6e358cd398cb\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3932\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"037cb18c-4b4a-491a-ba02-a38e128e73ee\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/edd1c16f-7803-491a-8729-fff8b7cae766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkZDFjMTZmLTc4MDMtNDkxYS04NzI5LWZmZjhiN2NhZTc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRlYmM0YWY0LTVkMjgtNDFhMy1hMGYxLThkNjNmMWJhODk5Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "61" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29877" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ab0224d-f064-47a0-a5c1-35801993e040" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cac390a0-e849-485c-adfd-a630268acd8d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "12ab1512-cdda-4bad-81f6-a7bfaa04caf7" + "653c7b92-70dd-4867-b5fe-fb96e8d7814b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194753Z:12ab1512-cdda-4bad-81f6-a7bfaa04caf7" + "EASTUS2:20211117T022959Z:653c7b92-70dd-4867-b5fe-fb96e8d7814b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:47:52 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1049,59 +1049,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:47:40.4558624+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"edd1c16f-7803-491a-8729-fff8b7cae766\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:29:47.1964+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/edd1c16f-7803-491a-8729-fff8b7cae766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkZDFjMTZmLTc4MDMtNDkxYS04NzI5LWZmZjhiN2NhZTc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRlYmM0YWY0LTVkMjgtNDFhMy1hMGYxLThkNjNmMWJhODk5Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:31:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29876" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9482b736-383b-4d87-a804-b88802f4f877" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d96dc2a1-f213-466a-8401-1b502874cf6a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "6db0ff5e-a82b-4466-ae67-210b0ea190e4" + "dbde05c6-2f71-4bde-8e36-a198184b00d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194854Z:6db0ff5e-a82b-4466-ae67-210b0ea190e4" + "EASTUS2:20211117T023101Z:dbde05c6-2f71-4bde-8e36-a198184b00d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:48:54 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1110,59 +1110,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:47:40.4558624+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"edd1c16f-7803-491a-8729-fff8b7cae766\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:29:47.1964+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/edd1c16f-7803-491a-8729-fff8b7cae766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkZDFjMTZmLTc4MDMtNDkxYS04NzI5LWZmZjhiN2NhZTc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRlYmM0YWY0LTVkMjgtNDFhMy1hMGYxLThkNjNmMWJhODk5Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:32:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29874" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3850aab-7f1d-4d41-855d-5cbd1906bd57" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2716b9e3-f1da-4767-8c3c-4e63848e50be" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "4606c826-49b4-47ed-a79e-32805795b495" + "9fc43ebd-3fd8-4657-9c6c-054c6f9f3926" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T194956Z:4606c826-49b4-47ed-a79e-32805795b495" + "EASTUS2:20211117T023202Z:9fc43ebd-3fd8-4657-9c6c-054c6f9f3926" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:49:55 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1171,59 +1171,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:47:40.4558624+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"edd1c16f-7803-491a-8729-fff8b7cae766\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:29:47.1964+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/edd1c16f-7803-491a-8729-fff8b7cae766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkZDFjMTZmLTc4MDMtNDkxYS04NzI5LWZmZjhiN2NhZTc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRlYmM0YWY0LTVkMjgtNDFhMy1hMGYxLThkNjNmMWJhODk5Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:33:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29879" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1891225-c276-4495-9746-a8b9c8123a8d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cea0a209-b787-418b-a4aa-fb60330d313c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "e8ae34e8-7024-48a8-a75d-4c2c890ebd8c" + "02df9f96-0be2-400d-9be8-e28686711efb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195057Z:e8ae34e8-7024-48a8-a75d-4c2c890ebd8c" + "EASTUS2:20211117T023303Z:02df9f96-0be2-400d-9be8-e28686711efb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:50:57 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1232,59 +1232,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:47:40.4558624+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"edd1c16f-7803-491a-8729-fff8b7cae766\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:29:47.1964+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/edd1c16f-7803-491a-8729-fff8b7cae766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkZDFjMTZmLTc4MDMtNDkxYS04NzI5LWZmZjhiN2NhZTc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRlYmM0YWY0LTVkMjgtNDFhMy1hMGYxLThkNjNmMWJhODk5Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:34:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29877" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3044ab41-6c3c-4cc6-916d-cc65175200e0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "946e3645-94aa-4a5c-8070-6551b62f4c2e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "4b68a00e-d6c3-45b6-b34b-6b7f9d67c159" + "fd952fae-e0af-47dd-99f8-54079a353ad6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195158Z:4b68a00e-d6c3-45b6-b34b-6b7f9d67c159" + "EASTUS2:20211117T023405Z:fd952fae-e0af-47dd-99f8-54079a353ad6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:51:57 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1293,59 +1293,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:47:40.4558624+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"edd1c16f-7803-491a-8729-fff8b7cae766\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:29:47.1964+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/edd1c16f-7803-491a-8729-fff8b7cae766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkZDFjMTZmLTc4MDMtNDkxYS04NzI5LWZmZjhiN2NhZTc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRlYmM0YWY0LTVkMjgtNDFhMy1hMGYxLThkNjNmMWJhODk5Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29875" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "de9b98fa-6184-41a7-b076-7fcbfa7ff599" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1be07ef9-a65e-426a-af04-492657c17f81" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "fdaf6d7d-ad02-4b7a-8829-81685d91df99" + "e02fceee-c2a3-47c1-8652-d0a259f01bc4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195259Z:fdaf6d7d-ad02-4b7a-8829-81685d91df99" + "EASTUS2:20211117T023507Z:e02fceee-c2a3-47c1-8652-d0a259f01bc4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:52:59 GMT" - ], "Content-Length": [ - "184" + "181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1354,59 +1354,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:47:40.4558624+00:00\",\r\n \"endTime\": \"2021-06-29T19:52:16.6764021+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"edd1c16f-7803-491a-8729-fff8b7cae766\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:29:47.1964+00:00\",\r\n \"endTime\": \"2021-11-17T02:34:46.0550623+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4ebc4af4-5d28-41a3-a0f1-8d63f1ba8992\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ + "Date": [ + "Wed, 17 Nov 2021 02:35:06 GMT" + ], + "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2564" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e4d027f-eb2e-41c9-a0e2-9b7d64c6de3a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8793ca33-ca3e-4752-aab2-d91d748fab75" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "303b4be1-fb97-4d1f-9cd8-54d5514552af" + "b8a8e787-7415-41d8-8e6d-20cd6a9921e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195300Z:303b4be1-fb97-4d1f-9cd8-54d5514552af" + "EASTUS2:20211117T023507Z:b8a8e787-7415-41d8-8e6d-20cd6a9921e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:52:59 GMT" - ], "Content-Length": [ - "3252" + "3254" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1415,65 +1415,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6719\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2766\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig988\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"61753577-ac3d-47c8-85c3-6e358cd398cb\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3932\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"037cb18c-4b4a-491a-ba02-a38e128e73ee\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "588bb87f-e9a5-49a0-92a2-0fd81d43eb50" + "d6bdb222-c0f9-4661-bf51-caa7806a35e4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2563" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32fbaf47-3303-441d-b25b-9d7a3bce4194" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c1f54be0-0337-4c87-ba8a-5cc48b9a2cde" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "9e992a1c-56bb-45e7-8cbf-00bb6d2cc007" + "f5727184-5984-4a37-a4e7-14bd66f319f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195300Z:9e992a1c-56bb-45e7-8cbf-00bb6d2cc007" + "EASTUS2:20211117T023507Z:f5727184-5984-4a37-a4e7-14bd66f319f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:00 GMT" - ], "Content-Length": [ - "3252" + "3254" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1482,63 +1482,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6719\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2766\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig988\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Network/virtualNetworks/vn3307/subnets/sn115\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"61753577-ac3d-47c8-85c3-6e358cd398cb\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"19.04\",\r\n \"version\": \"19.04.201904170\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3932\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Network/virtualNetworks/vn1288/subnets/sn2926\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT1H20M\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"037cb18c-4b4a-491a-ba02-a38e128e73ee\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zLzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zLzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25ea6258-b232-4a7e-bc9d-4e8cf0f669dc" + "ea20d20f-bcb6-4d0f-94d8-eafe065edd3b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55bb7d81-8d32-4bc8-877a-64406f893a89" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0dc0d84f-7931-4407-a873-beb0772f2261" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "73b7ed55-1b02-4a23-8623-fbe575002260" + "f0c08870-1472-440f-97d6-9bede03c63f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195300Z:73b7ed55-1b02-4a23-8623-fbe575002260" + "EASTUS2:20211117T023507Z:f0c08870-1472-440f-97d6-9bede03c63f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:00 GMT" - ], "Content-Length": [ "479" ], @@ -1549,63 +1549,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zLzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zLzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7d765f4-4ed4-4e8e-b2d4-d7975eb91278" + "9de1cc2f-8132-4f93-bec8-7e02c55e1da6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31980" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc62159e-1f27-4dec-ae84-0b41a2550e7e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6184ed08-1de3-48fa-9b3f-dd3257ae91bc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-correlation-request-id": [ - "1ee5df33-11c8-4b37-8a50-96e8338cffe5" + "60b8c4b4-8226-4e65-a5e0-3d716f7bc694" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195300Z:1ee5df33-11c8-4b37-8a50-96e8338cffe5" + "EASTUS2:20211117T023508Z:60b8c4b4-8226-4e65-a5e0-3d716f7bc694" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:00 GMT" - ], "Content-Length": [ "533" ], @@ -1616,26 +1616,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"3\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\",\r\n \"provisionAfterExtensions\": [\r\n \"2\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6eb3bc94-5139-48df-8b6d-ef7981de3541" + "3bd3c5dd-211d-417e-b52f-3caaa40881ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1648,14 +1648,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:08 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e38a5d03-08ce-4dcb-aafc-6401e71da932?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3db83c8f-af1a-40ec-b339-c73bf1ae333f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1667,29 +1674,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e38a5d03-08ce-4dcb-aafc-6401e71da932" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3db83c8f-af1a-40ec-b339-c73bf1ae333f" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "0f413d07-1da2-4246-8459-17b54504d50d" + "f0608000-8649-4f76-87b4-01169cf44321" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195301Z:0f413d07-1da2-4246-8459-17b54504d50d" + "EASTUS2:20211117T023509Z:f0608000-8649-4f76-87b4-01169cf44321" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:01 GMT" - ], "Content-Length": [ - "565" + "533" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1698,26 +1698,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"2\"\r\n ],\r\n \"protectedSettings\": \"{}\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"2\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"3\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\",\r\n \"provisionAfterExtensions\": []\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "02974f06-8e10-4467-a3d7-34b56115e0fe" + "782bdf9c-592f-4f78-853a-f4a034b7b2ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1730,14 +1730,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/53a4518f-f35b-419e-b424-6066c8f54436?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3da1c9a-2019-4c47-b1bc-2eee73ca9aa1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1195,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1749,29 +1756,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "53a4518f-f35b-419e-b424-6066c8f54436" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3da1c9a-2019-4c47-b1bc-2eee73ca9aa1" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "52401a83-4260-43be-a7a4-bdb5f692d819" + "7969e853-ab45-436e-9648-1d1cbd10c5c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195350Z:52401a83-4260-43be-a7a4-bdb5f692d819" + "EASTUS2:20211117T023557Z:7969e853-ab45-436e-9648-1d1cbd10c5c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:50 GMT" - ], "Content-Length": [ - "548" + "516" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1780,60 +1780,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [],\r\n \"protectedSettings\": \"{}\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e38a5d03-08ce-4dcb-aafc-6401e71da932?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzOGE1ZDAzLTA4Y2UtNGRjYi1hYWZjLTY0MDFlNzFkYTkzMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3db83c8f-af1a-40ec-b339-c73bf1ae333f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkYjgzYzhmLWFmMWEtNDBlYy1iMzM5LWM3M2JmMWFlMzMzZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "37" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29874" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9dbfbb5a-21aa-4bab-9767-ebca036fde93" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "36f59a0f-f024-4cec-97a9-726e3a9272d8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "3cb663b9-e523-4630-9b19-9412d5ceecde" + "dc43dbca-4a03-4182-ac09-233cd8bc4ae6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195312Z:3cb663b9-e523-4630-9b19-9412d5ceecde" + "EASTUS2:20211117T023519Z:dc43dbca-4a03-4182-ac09-233cd8bc4ae6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:11 GMT" - ], "Content-Length": [ "134" ], @@ -1844,57 +1844,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:53:01.1766172+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e38a5d03-08ce-4dcb-aafc-6401e71da932\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:35:08.3830587+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3db83c8f-af1a-40ec-b339-c73bf1ae333f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e38a5d03-08ce-4dcb-aafc-6401e71da932?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzOGE1ZDAzLTA4Y2UtNGRjYi1hYWZjLTY0MDFlNzFkYTkzMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3db83c8f-af1a-40ec-b339-c73bf1ae333f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNkYjgzYzhmLWFmMWEtNDBlYy1iMzM5LWM3M2JmMWFlMzMzZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29871" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e1214b3-5308-4487-be36-d3a611420dee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6d0e22e3-8c63-4346-8ad9-6ee30b5d686c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-correlation-request-id": [ - "895a2043-ed14-46d4-adef-67d777f58a16" + "592d1fd6-0b91-472b-b349-95b008f389ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195349Z:895a2043-ed14-46d4-adef-67d777f58a16" + "EASTUS2:20211117T023556Z:592d1fd6-0b91-472b-b349-95b008f389ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:48 GMT" - ], "Content-Length": [ "184" ], @@ -1905,57 +1905,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:53:01.1766172+00:00\",\r\n \"endTime\": \"2021-06-29T19:53:27.0830793+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e38a5d03-08ce-4dcb-aafc-6401e71da932\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:35:08.3830587+00:00\",\r\n \"endTime\": \"2021-11-17T02:35:33.0236123+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3db83c8f-af1a-40ec-b339-c73bf1ae333f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55b9f64d-7da2-4523-89d2-388cfe09bff5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8940671d-6877-417c-bf81-96eccf6d3e46" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11992" ], "x-ms-correlation-request-id": [ - "efeb7f03-c463-4136-81e7-2f21245f06fa" + "df9bf288-4d0c-454a-bdcd-f8a09c4429d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195349Z:efeb7f03-c463-4136-81e7-2f21245f06fa" + "EASTUS2:20211117T023556Z:df9bf288-4d0c-454a-bdcd-f8a09c4429d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:48 GMT" - ], "Content-Length": [ "534" ], @@ -1966,63 +1966,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"2\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"2\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca612d8f-86a7-4928-aabe-d8b9677d2e0f" + "824b4ab2-bf15-4a4d-b221-55302fe69359" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:35:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c56c9fa7-e44e-4285-a00d-18a21e0f35fb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dd0938e6-de1e-4457-856d-b307efe85155" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11991" ], "x-ms-correlation-request-id": [ - "a60123be-3cd0-4578-b471-0155dcce4726" + "24e59563-5e01-4820-86eb-77e250dc5cf2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195349Z:a60123be-3cd0-4578-b471-0155dcce4726" + "EASTUS2:20211117T023557Z:24e59563-5e01-4820-86eb-77e250dc5cf2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:53:49 GMT" - ], "Content-Length": [ "534" ], @@ -2033,57 +2033,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"2\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"2\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zLzM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:36:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31977" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "82f67ec4-7255-40f8-a5a7-15b4af329d9d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "88ca7889-0418-49eb-b813-30ec9f64f01b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11989" ], "x-ms-correlation-request-id": [ - "0858b742-5762-4907-9c4c-6e9239714f63" + "50125f69-9a37-43cb-9b11-11d1d542c0f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195401Z:0858b742-5762-4907-9c4c-6e9239714f63" + "EASTUS2:20211117T023608Z:50125f69-9a37-43cb-9b11-11d1d542c0f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:54:01 GMT" - ], "Content-Length": [ "517" ], @@ -2094,57 +2094,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/53a4518f-f35b-419e-b424-6066c8f54436?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzYTQ1MThmLWYzNWItNDE5ZS1iNDI0LTYwNjZjOGY1NDQzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3da1c9a-2019-4c47-b1bc-2eee73ca9aa1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzZGExYzlhLTIwMTktNGM0Ny1iMWJjLTJlZWU3M2NhOWFhMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:36:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29870" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ef9c669-82bd-432e-8dfa-cf0f0e41b7e4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "caa002b9-fdb9-40d4-9917-16e8f45885fe" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11990" ], "x-ms-correlation-request-id": [ - "54a94bd5-69c3-467c-9261-9dc46c0a3390" + "9488388d-3c89-4ac1-a9f7-67c37b4e7565" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195401Z:54a94bd5-69c3-467c-9261-9dc46c0a3390" + "EASTUS2:20211117T023608Z:9488388d-3c89-4ac1-a9f7-67c37b4e7565" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:54:01 GMT" - ], "Content-Length": [ "184" ], @@ -2155,63 +2155,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T19:53:50.1301044+00:00\",\r\n \"endTime\": \"2021-06-29T19:53:50.9895064+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"53a4518f-f35b-419e-b424-6066c8f54436\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:35:57.3359325+00:00\",\r\n \"endTime\": \"2021-11-17T02:35:58.1171564+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f3da1c9a-2019-4c47-b1bc-2eee73ca9aa1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxOS9leHRlbnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTMxMS9leHRlbnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5f09ca0-4ade-4e69-b509-544a0f45562e" + "cfc90f8b-c1ee-4cd3-aafa-af8115b1e37c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:36:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31976" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c78c09f-f627-4571-8c50-7f210fa110d3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f8b1350-55ed-40a6-8bd3-29b4c26c3d7f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11988" ], "x-ms-correlation-request-id": [ - "e4d56cde-18a6-4e94-af7f-aaba0fc8340a" + "fd667f28-6ea4-46c7-9499-02827b80e4ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195401Z:e4d56cde-18a6-4e94-af7f-aaba0fc8340a" + "EASTUS2:20211117T023608Z:fd667f28-6ea4-46c7-9499-02827b80e4ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:54:01 GMT" - ], "Content-Length": [ "1732" ], @@ -2222,25 +2222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99871/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6719/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqA\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [\r\n \"1\"\r\n ],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullSeqB\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1311/extensions/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisionAfterExtensions\": [],\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"NullLinux\",\r\n \"typeHandlerVersion\": \"4.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar99871?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5ODcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar24601?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI0NjAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21a1ef7d-148b-44c2-9bf8-59455ba31871" + "be4a7467-74af-4afb-a1ea-99dd7fa44060" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2248,11 +2248,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:36:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2261,13 +2264,13 @@ "14999" ], "x-ms-request-id": [ - "fc7eb1ea-7d70-480a-bf26-11c631abe0dd" + "24011da5-43f0-4f46-9264-699936312d63" ], "x-ms-correlation-request-id": [ - "fc7eb1ea-7d70-480a-bf26-11c631abe0dd" + "24011da5-43f0-4f46-9264-699936312d63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195406Z:fc7eb1ea-7d70-480a-bf26-11c631abe0dd" + "EASTUS2:20211117T023614Z:24011da5-43f0-4f46-9264-699936312d63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2275,29 +2278,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:54:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2305,11 +2305,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:36:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2318,13 +2321,13 @@ "11999" ], "x-ms-request-id": [ - "e00ef17a-c7d2-4805-96fb-f4f0c4a38dd3" + "0baf285e-877b-4c52-b80f-0f047695f10f" ], "x-ms-correlation-request-id": [ - "e00ef17a-c7d2-4805-96fb-f4f0c4a38dd3" + "0baf285e-877b-4c52-b80f-0f047695f10f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195421Z:e00ef17a-c7d2-4805-96fb-f4f0c4a38dd3" + "EASTUS2:20211117T023630Z:0baf285e-877b-4c52-b80f-0f047695f10f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2332,29 +2335,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:54:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2362,11 +2362,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:36:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2375,13 +2378,13 @@ "11998" ], "x-ms-request-id": [ - "f63512b5-8278-40f1-9bf4-f90f7cde1cb8" + "9709feac-3a39-4ab5-8b51-ee106c20ba9e" ], "x-ms-correlation-request-id": [ - "f63512b5-8278-40f1-9bf4-f90f7cde1cb8" + "9709feac-3a39-4ab5-8b51-ee106c20ba9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195437Z:f63512b5-8278-40f1-9bf4-f90f7cde1cb8" + "EASTUS2:20211117T023645Z:9709feac-3a39-4ab5-8b51-ee106c20ba9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2389,29 +2392,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:54:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2419,11 +2419,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:37:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2432,13 +2435,13 @@ "11997" ], "x-ms-request-id": [ - "bbc71f45-b7c3-4653-8b33-534515b7ce54" + "6c89796a-3423-4eba-a431-a6f93f4b67ca" ], "x-ms-correlation-request-id": [ - "bbc71f45-b7c3-4653-8b33-534515b7ce54" + "6c89796a-3423-4eba-a431-a6f93f4b67ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195452Z:bbc71f45-b7c3-4653-8b33-534515b7ce54" + "EASTUS2:20211117T023700Z:6c89796a-3423-4eba-a431-a6f93f4b67ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2446,29 +2449,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:54:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2476,11 +2476,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:37:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2489,13 +2492,13 @@ "11996" ], "x-ms-request-id": [ - "e88b3ab7-4e40-4622-a3ce-63e3f65e13e1" + "674050b2-434c-47a0-a4ca-ec12c99c62d8" ], "x-ms-correlation-request-id": [ - "e88b3ab7-4e40-4622-a3ce-63e3f65e13e1" + "674050b2-434c-47a0-a4ca-ec12c99c62d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195507Z:e88b3ab7-4e40-4622-a3ce-63e3f65e13e1" + "EASTUS2:20211117T023716Z:674050b2-434c-47a0-a4ca-ec12c99c62d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2503,29 +2506,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:55:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2533,11 +2533,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:37:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2546,13 +2549,13 @@ "11995" ], "x-ms-request-id": [ - "dcf47d93-e75a-4c17-aa83-4350a119741b" + "8f20b26b-3308-4999-83c5-23d0ab0d0818" ], "x-ms-correlation-request-id": [ - "dcf47d93-e75a-4c17-aa83-4350a119741b" + "8f20b26b-3308-4999-83c5-23d0ab0d0818" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195523Z:dcf47d93-e75a-4c17-aa83-4350a119741b" + "EASTUS2:20211117T023731Z:8f20b26b-3308-4999-83c5-23d0ab0d0818" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2560,29 +2563,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:55:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2590,11 +2590,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:37:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2603,13 +2606,13 @@ "11994" ], "x-ms-request-id": [ - "ddc99834-60d5-4386-a37c-4cc2dc95fcc4" + "573c72ea-0028-45d5-b736-34898b19d1f6" ], "x-ms-correlation-request-id": [ - "ddc99834-60d5-4386-a37c-4cc2dc95fcc4" + "573c72ea-0028-45d5-b736-34898b19d1f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195538Z:ddc99834-60d5-4386-a37c-4cc2dc95fcc4" + "EASTUS2:20211117T023747Z:573c72ea-0028-45d5-b736-34898b19d1f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2617,29 +2620,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:55:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2647,11 +2647,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:38:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2660,13 +2663,13 @@ "11993" ], "x-ms-request-id": [ - "0f5e3b55-a657-4519-99b8-cf8ca569ded3" + "51f68942-2265-4d69-8a73-af56d77e73dd" ], "x-ms-correlation-request-id": [ - "0f5e3b55-a657-4519-99b8-cf8ca569ded3" + "51f68942-2265-4d69-8a73-af56d77e73dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195554Z:0f5e3b55-a657-4519-99b8-cf8ca569ded3" + "EASTUS2:20211117T023802Z:51f68942-2265-4d69-8a73-af56d77e73dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2674,29 +2677,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:55:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2704,11 +2704,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:38:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2717,13 +2720,13 @@ "11992" ], "x-ms-request-id": [ - "328d9b01-3a5f-48c1-9816-2fc47d1a8cf0" + "0a5f0ae3-050f-4821-8ff5-1ce63e0ac0b1" ], "x-ms-correlation-request-id": [ - "328d9b01-3a5f-48c1-9816-2fc47d1a8cf0" + "0a5f0ae3-050f-4821-8ff5-1ce63e0ac0b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195609Z:328d9b01-3a5f-48c1-9816-2fc47d1a8cf0" + "EASTUS2:20211117T023818Z:0a5f0ae3-050f-4821-8ff5-1ce63e0ac0b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2731,29 +2734,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:56:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2761,11 +2761,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:38:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2774,13 +2777,13 @@ "11991" ], "x-ms-request-id": [ - "c37dc11e-e83c-4175-ae8d-a73ff77d75bd" + "6a756036-b98c-4165-9a04-ab9c976d9082" ], "x-ms-correlation-request-id": [ - "c37dc11e-e83c-4175-ae8d-a73ff77d75bd" + "6a756036-b98c-4165-9a04-ab9c976d9082" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195625Z:c37dc11e-e83c-4175-ae8d-a73ff77d75bd" + "EASTUS2:20211117T023833Z:6a756036-b98c-4165-9a04-ab9c976d9082" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2788,29 +2791,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:56:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2818,11 +2818,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:38:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2831,13 +2834,13 @@ "11990" ], "x-ms-request-id": [ - "4aa9dd7b-6a65-4892-8f47-e0e2bc6f60b9" + "5b8574c0-416f-4dcd-b19c-8a314c296f89" ], "x-ms-correlation-request-id": [ - "4aa9dd7b-6a65-4892-8f47-e0e2bc6f60b9" + "5b8574c0-416f-4dcd-b19c-8a314c296f89" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195640Z:4aa9dd7b-6a65-4892-8f47-e0e2bc6f60b9" + "EASTUS2:20211117T023849Z:5b8574c0-416f-4dcd-b19c-8a314c296f89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2845,29 +2848,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:56:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2875,11 +2875,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:39:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2888,13 +2891,13 @@ "11989" ], "x-ms-request-id": [ - "6cf8bde1-7458-4e28-b216-1a2ed9da7ba4" + "dbb4c448-c2e0-4b54-b4af-a207ed676e6e" ], "x-ms-correlation-request-id": [ - "6cf8bde1-7458-4e28-b216-1a2ed9da7ba4" + "dbb4c448-c2e0-4b54-b4af-a207ed676e6e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195656Z:6cf8bde1-7458-4e28-b216-1a2ed9da7ba4" + "EASTUS2:20211117T023904Z:dbb4c448-c2e0-4b54-b4af-a207ed676e6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2902,29 +2905,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:56:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2932,11 +2932,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:39:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2945,13 +2948,13 @@ "11988" ], "x-ms-request-id": [ - "aec3503a-790b-45d3-880d-7d103aa95933" + "055400dc-26f6-4f95-8d5b-9f663179edb9" ], "x-ms-correlation-request-id": [ - "aec3503a-790b-45d3-880d-7d103aa95933" + "055400dc-26f6-4f95-8d5b-9f663179edb9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195711Z:aec3503a-790b-45d3-880d-7d103aa95933" + "EASTUS2:20211117T023919Z:055400dc-26f6-4f95-8d5b-9f663179edb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2959,29 +2962,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:57:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2989,11 +2989,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:39:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3002,13 +3005,13 @@ "11987" ], "x-ms-request-id": [ - "0037eedf-49c6-4b1f-9c58-2166dec31c23" + "f5273f63-a23d-4ec4-b3c6-2acd1b3d3ccc" ], "x-ms-correlation-request-id": [ - "0037eedf-49c6-4b1f-9c58-2166dec31c23" + "f5273f63-a23d-4ec4-b3c6-2acd1b3d3ccc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195727Z:0037eedf-49c6-4b1f-9c58-2166dec31c23" + "EASTUS2:20211117T023935Z:f5273f63-a23d-4ec4-b3c6-2acd1b3d3ccc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3016,29 +3019,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:57:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3046,11 +3046,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:39:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3059,13 +3062,13 @@ "11986" ], "x-ms-request-id": [ - "bbe85564-28f1-48e0-b153-8b5cfa697031" + "9621e410-4b78-4726-af39-800bdcbccb6e" ], "x-ms-correlation-request-id": [ - "bbe85564-28f1-48e0-b153-8b5cfa697031" + "9621e410-4b78-4726-af39-800bdcbccb6e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195742Z:bbe85564-28f1-48e0-b153-8b5cfa697031" + "EASTUS2:20211117T023950Z:9621e410-4b78-4726-af39-800bdcbccb6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3073,29 +3076,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:57:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3103,11 +3103,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:40:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3116,13 +3119,13 @@ "11985" ], "x-ms-request-id": [ - "50e2c752-6076-4431-b946-72d1dc16f57e" + "f2827cac-af41-4557-b118-ff859c19c385" ], "x-ms-correlation-request-id": [ - "50e2c752-6076-4431-b946-72d1dc16f57e" + "f2827cac-af41-4557-b118-ff859c19c385" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195758Z:50e2c752-6076-4431-b946-72d1dc16f57e" + "EASTUS2:20211117T024006Z:f2827cac-af41-4557-b118-ff859c19c385" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3130,86 +3133,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:57:57 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "f350c490-2ee2-4440-bb6e-375feb66a71b" - ], - "x-ms-correlation-request-id": [ - "f350c490-2ee2-4440-bb6e-375feb66a71b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T195813Z:f350c490-2ee2-4440-bb6e-375feb66a71b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 19:58:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3217,77 +3160,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "b1518e92-987b-4fd4-84fc-9eb1c615701c" - ], - "x-ms-correlation-request-id": [ - "b1518e92-987b-4fd4-84fc-9eb1c615701c" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T195828Z:b1518e92-987b-4fd4-84fc-9eb1c615701c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 19:58:28 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 02:40:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11984" ], "x-ms-request-id": [ - "898e7bf0-de10-4948-9b47-a690b6cba48c" + "66c62d66-bd23-42b7-97a9-975ee29b5e8d" ], "x-ms-correlation-request-id": [ - "898e7bf0-de10-4948-9b47-a690b6cba48c" + "66c62d66-bd23-42b7-97a9-975ee29b5e8d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195844Z:898e7bf0-de10-4948-9b47-a690b6cba48c" + "EASTUS2:20211117T024021Z:66c62d66-bd23-42b7-97a9-975ee29b5e8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3295,29 +3184,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:58:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTg3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RnM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3325,20 +3211,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:40:21 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11983" ], "x-ms-request-id": [ - "762207fd-8b8f-499e-b423-89af16caacc0" + "7fc12795-c0ec-493d-82c7-1c82ee9bb24c" ], "x-ms-correlation-request-id": [ - "762207fd-8b8f-499e-b423-89af16caacc0" + "7fc12795-c0ec-493d-82c7-1c82ee9bb24c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T195844Z:762207fd-8b8f-499e-b423-89af16caacc0" + "EASTUS2:20211117T024022Z:7fc12795-c0ec-493d-82c7-1c82ee9bb24c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3346,14 +3235,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 19:58:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3362,26 +3248,26 @@ ], "Names": { "TestVMScaleSetExtensionSequencing": [ - "crptestar9987", - "vmss6719" + "crptestar2460", + "vmss1311" ], "CreatePublicIP": [ - "pip4409", - "dn4995" + "pip1681", + "dn6773" ], "CreateVNET": [ - "vn3307", - "sn115" + "vn1288", + "sn2926" ], "CreateNIC": [ - "nic7218", - "ip2031" + "nic7393", + "ip6958" ], "CreateDefaultVMScaleSetInput": [ - "crptestar4477", - "vmss7256", - "vmsstestnetconfig2766", - "vmsstestnetconfig988" + "crptestar2477", + "vmss7311", + "vmsstestnetconfig6203", + "vmsstestnetconfig3932" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensions.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensions.json index 862363dfcfbd9..96679c7429ce9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensions.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetExtensionTests/TestVMScaleSetExtensions.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31a2b8ea-0ae0-4bcd-a085-e16a2c69b559" + "ff1639b5-12a9-49c4-8dbf-067c652d0adb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:09:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132719099011138093" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "e5e4f6dc-bfc6-44d1-9a66-a7baf53c58ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5651194a-8df2-45d0-a32c-5c8532bbaac5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "729d08ed-2dfa-4a47-adc4-6bae111bdd46" + "a677e150-27d0-417e-a78a-bba2b47bceba" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194249Z:729d08ed-2dfa-4a47-adc4-6bae111bdd46" + "EASTUS2:20211117T020959Z:a677e150-27d0-417e-a78a-bba2b47bceba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:42:48 GMT" - ], "Content-Length": [ "321" ], @@ -67,23 +67,23 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar85471?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1NDcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar27401?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NDAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar85471\": \"2021-07-28 19:42:49Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar27401\": \"2021-11-17 02:09:59Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7e1c0cc2-86ae-47ce-8347-71543df93323" + "5aa55fc2-6206-4026-bcbc-596fce69ca88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "46d14548-6eab-4b3c-a5fc-f2fc07e07e73" + "385e3b85-2553-4400-92ad-c8c3844e5197" ], "x-ms-correlation-request-id": [ - "46d14548-6eab-4b3c-a5fc-f2fc07e07e73" + "385e3b85-2553-4400-92ad-c8c3844e5197" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194252Z:46d14548-6eab-4b3c-a5fc-f2fc07e07e73" + "EASTUS2:20211117T021003Z:385e3b85-2553-4400-92ad-c8c3844e5197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:42:51 GMT" - ], "Content-Length": [ "237" ], @@ -133,23 +133,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471\",\r\n \"name\": \"crptestar85471\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar85471\": \"2021-07-28 19:42:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401\",\r\n \"name\": \"crptestar27401\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar27401\": \"2021-11-17 02:09:59Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar85471?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1NDcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar27401?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NDAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9580ef79-6de3-4fc9-8e6e-8412b54aecad" + "1030fc1b-eb4f-49f8-b291-239e6ceb79ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:46 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "d8b849bc-b87a-4c1e-8b5a-b9e8e8ca3770" + "50345910-89e5-4ea1-afad-602a3b3365fc" ], "x-ms-correlation-request-id": [ - "d8b849bc-b87a-4c1e-8b5a-b9e8e8ca3770" + "50345910-89e5-4ea1-afad-602a3b3365fc" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194334Z:d8b849bc-b87a-4c1e-8b5a-b9e8e8ca3770" + "EASTUS2:20211117T021047Z:50345910-89e5-4ea1-afad-602a3b3365fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:34 GMT" - ], "Content-Length": [ "188" ], @@ -199,23 +199,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471\",\r\n \"name\": \"crptestar85471\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401\",\r\n \"name\": \"crptestar27401\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Storage/storageAccounts/crptestar2183?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjE4Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Storage/storageAccounts/crptestar8976?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODk3Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e505ffb5-4871-48e8-833d-940e87b0c829" + "13056a9e-1003-4834-bf54-31553167661c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -231,60 +231,60 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a094c901-7f4f-4c79-a539-f3be2b3a1eca?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a27bd769-dfa4-4139-9946-a0ce3ae78b40?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a094c901-7f4f-4c79-a539-f3be2b3a1eca" + "a27bd769-dfa4-4139-9946-a0ce3ae78b40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "96b1775c-63ad-44d0-b2b1-e7697511f86c" + "f743ecf7-0892-441e-99dd-09a79f75297e" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194302Z:96b1775c-63ad-44d0-b2b1-e7697511f86c" + "EASTUS2:20211117T021014Z:f743ecf7-0892-441e-99dd-09a79f75297e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:01 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a094c901-7f4f-4c79-a539-f3be2b3a1eca?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTA5NGM5MDEtN2Y0Zi00Yzc5LWE1MzktZjNiZTJiM2ExZWNhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a27bd769-dfa4-4139-9946-a0ce3ae78b40?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTI3YmQ3NjktZGZhNC00MTM5LTk5NDYtYTBjZTNhZTc4YjQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -294,60 +294,60 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a094c901-7f4f-4c79-a539-f3be2b3a1eca?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a27bd769-dfa4-4139-9946-a0ce3ae78b40?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "25430951-fc6f-4053-a5da-da502f47e8dd" + "2ec75f5e-e486-449e-9ad4-395170c4aeab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "899a9819-c124-476c-a5d3-a5367f39553d" + "955e5633-6e2c-4cce-916a-33f592be918b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194319Z:899a9819-c124-476c-a5d3-a5367f39553d" + "EASTUS2:20211117T021032Z:955e5633-6e2c-4cce-916a-33f592be918b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:18 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a094c901-7f4f-4c79-a539-f3be2b3a1eca?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTA5NGM5MDEtN2Y0Zi00Yzc5LWE1MzktZjNiZTJiM2ExZWNhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a27bd769-dfa4-4139-9946-a0ce3ae78b40?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTI3YmQ3NjktZGZhNC00MTM5LTk5NDYtYTBjZTNhZTc4YjQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "01ab40d1-1e7a-4f36-84a1-127d1b0ae916" + "460b2d63-e4ef-4fff-ad09-37e96cf7140f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "896dd0c5-0104-437b-9f3c-a76022d20b5d" + "308e91ff-5761-4f58-9570-d8ad98dcd826" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194322Z:896dd0c5-0104-437b-9f3c-a76022d20b5d" + "EASTUS2:20211117T021035Z:308e91ff-5761-4f58-9570-d8ad98dcd826" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:22 GMT" - ], "Content-Length": [ "95" ], @@ -398,19 +398,19 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1c137df-5978-483c-a4da-916fb65c4f7a" + "41b5bce7-71c1-44fa-a0be-32bfc0f4ede8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f24c0ba8-7e46-452e-b8f9-114821e51559" + "986eb6ac-a334-44fa-8318-a75994775dc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "c5429f78-0017-4062-abc3-1477dc71254f" + "da25753d-e87e-4043-9346-ff0a44626a6c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194332Z:c5429f78-0017-4062-abc3-1477dc71254f" + "EASTUS2:20211117T021045Z:da25753d-e87e-4043-9346-ff0a44626a6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:32 GMT" - ], "Content-Length": [ "753" ], @@ -457,23 +457,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Storage/storageAccounts/crptestar2183\",\r\n \"name\": \"crptestar2183\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-28T19:42:58.5579525Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2183.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2183.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2183.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2183.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Storage/storageAccounts/crptestar8976\",\r\n \"name\": \"crptestar8976\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T02:10:11.4217317Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8976.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8976.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8976.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8976.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Storage/storageAccounts/crptestar2183?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjE4Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Storage/storageAccounts/crptestar8976?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODk3Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d437bdb-26ee-44bd-9a86-ec9077bbb3e5" + "e357e894-e339-4782-b9bb-248a8a76aeb8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" @@ -483,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9a5adc66-8a56-4f5f-a459-3f7d8022c62c" + "4229e4d9-2781-45ea-ae3e-2a1226f768e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "8caff6fd-e770-497b-ad5c-58e988b00165" + "0d780b2e-5c21-4d1d-9c84-efc22437514a" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194333Z:8caff6fd-e770-497b-ad5c-58e988b00165" + "EASTUS2:20211117T021046Z:0d780b2e-5c21-4d1d-9c84-efc22437514a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:33 GMT" - ], "Content-Length": [ "741" ], @@ -520,23 +520,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Storage/storageAccounts/crptestar2183\",\r\n \"name\": \"crptestar2183\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-28T19:42:58.5579525Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2183.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2183.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2183.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2183.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Storage/storageAccounts/crptestar8976\",\r\n \"name\": \"crptestar8976\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T02:10:11.4217317Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8976.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8976.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8976.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8976.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/publicIPAddresses/pip389?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/publicIPAddresses/pip9344?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5MzQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8804\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2983\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81026e47-2b20-472e-bbff-c89f0ae7225f" + "5ef18301-824e-4b62-9012-d8337a56ef85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -552,48 +552,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cf04c0c5-b881-4ebe-8ca9-4e76741ae654" + "e3e34aec-bbb3-4696-856a-5670ec90dcb9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/cf04c0c5-b881-4ebe-8ca9-4e76741ae654?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e3e34aec-bbb3-4696-856a-5670ec90dcb9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0b23bf57-4d8b-477c-903b-8bb5ea96209e" + "afdfbb1b-d6ae-4a5c-ba4c-bfb8b22bfbf2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ba599305-d6e4-4b18-bb91-80140955a4cd" + "7210f41b-7bd1-49bc-b02a-6deaab4215e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194342Z:0b23bf57-4d8b-477c-903b-8bb5ea96209e" + "EASTUS2:20211117T021056Z:afdfbb1b-d6ae-4a5c-ba4c-bfb8b22bfbf2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:41 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -602,17 +602,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip389\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/publicIPAddresses/pip389\",\r\n \"etag\": \"W/\\\"eea818db-9a0a-4195-99fb-ed7718b0222e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"73ce2503-be68-4a4d-99f2-6bec915f11fd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8804\",\r\n \"fqdn\": \"dn8804.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9344\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/publicIPAddresses/pip9344\",\r\n \"etag\": \"W/\\\"519e1031-8860-464e-bab2-5d7022616b48\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b4a22e7d-767a-4650-8d02-878cffdc96e8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2983\",\r\n \"fqdn\": \"dn2983.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/cf04c0c5-b881-4ebe-8ca9-4e76741ae654?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMDRjMGM1LWI4ODEtNGViZS04Y2E5LTRlNzY3NDFhZTY1ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e3e34aec-bbb3-4696-856a-5670ec90dcb9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzZTM0YWVjLWJiYjMtNDY5Ni04NTZhLTU2NzBlYzkwZGNiOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "862188cc-abed-4469-88cf-8988340dcf1b" + "27cb4123-1914-4825-983a-d791d1e6db7a" ], "x-ms-correlation-request-id": [ - "e79ab21e-4a82-4d0a-956f-895e111ec550" + "01b6d4e8-cc6a-47c6-9690-21f0a50c5173" ], "x-ms-arm-service-request-id": [ - "3f1b400a-4b11-4334-b755-4b5e1403c496" + "dbda95a9-8e71-49c3-8b67-f1014b838ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194344Z:e79ab21e-4a82-4d0a-956f-895e111ec550" + "EASTUS2:20211117T021058Z:01b6d4e8-cc6a-47c6-9690-21f0a50c5173" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:43 GMT" - ], "Content-Length": [ "29" ], @@ -667,13 +667,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/publicIPAddresses/pip389?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/publicIPAddresses/pip9344?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5MzQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -683,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5efc562b-1195-41f5-a9d1-eb4b5189e180\"" + "W/\"d2c04aea-b806-4f9f-9dfd-f543aa656a76\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "16731528-1686-4d86-a55d-dcd6e7ac84ea" + "3e9304ac-1ba2-4f23-ad06-480c85753364" ], "x-ms-correlation-request-id": [ - "afc477cf-fcfa-4eb9-8b00-dfcd82b350ac" + "f915e806-9192-4327-b5b2-293eb76771b6" ], "x-ms-arm-service-request-id": [ - "1b212125-8af3-45de-af67-f1305bb32532" + "35181b5a-272d-4297-8296-626bf5738861" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194344Z:afc477cf-fcfa-4eb9-8b00-dfcd82b350ac" + "EASTUS2:20211117T021058Z:f915e806-9192-4327-b5b2-293eb76771b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:44 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,23 +727,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip389\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/publicIPAddresses/pip389\",\r\n \"etag\": \"W/\\\"5efc562b-1195-41f5-a9d1-eb4b5189e180\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"73ce2503-be68-4a4d-99f2-6bec915f11fd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8804\",\r\n \"fqdn\": \"dn8804.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9344\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/publicIPAddresses/pip9344\",\r\n \"etag\": \"W/\\\"d2c04aea-b806-4f9f-9dfd-f543aa656a76\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4a22e7d-767a-4650-8d02-878cffdc96e8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2983\",\r\n \"fqdn\": \"dn2983.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/publicIPAddresses/pip389?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzODk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/publicIPAddresses/pip9344?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5MzQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "614abf11-f51f-472a-8cbd-3fc5795e1bf1" + "54f26993-c220-48fa-9fd6-9f5002e6c3ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -753,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:10:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5efc562b-1195-41f5-a9d1-eb4b5189e180\"" + "W/\"d2c04aea-b806-4f9f-9dfd-f543aa656a76\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9a1e1776-7e7b-4a27-9083-272cb1124fc1" + "b2fd2877-2f19-4fe7-9200-527d49c30047" ], "x-ms-correlation-request-id": [ - "c6f5e5f0-2680-4b1a-b499-9ee2ddc47fb5" + "2336aecb-f6c2-49d4-b9ef-80d4b1264d90" ], "x-ms-arm-service-request-id": [ - "60bcaa4e-487a-4c9b-bdd7-746a42678c45" + "1f570035-6032-44c6-8eeb-449979498dfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194345Z:c6f5e5f0-2680-4b1a-b499-9ee2ddc47fb5" + "EASTUS2:20211117T021058Z:2336aecb-f6c2-49d4-b9ef-80d4b1264d90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:44 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -797,23 +797,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip389\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/publicIPAddresses/pip389\",\r\n \"etag\": \"W/\\\"5efc562b-1195-41f5-a9d1-eb4b5189e180\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"73ce2503-be68-4a4d-99f2-6bec915f11fd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8804\",\r\n \"fqdn\": \"dn8804.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9344\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/publicIPAddresses/pip9344\",\r\n \"etag\": \"W/\\\"d2c04aea-b806-4f9f-9dfd-f543aa656a76\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4a22e7d-767a-4650-8d02-878cffdc96e8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2983\",\r\n \"fqdn\": \"dn2983.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MjcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NzUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7546\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8019\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b9e17c43-d516-4bbb-8648-bb0c77104fb3" + "fb0b89a9-eb12-4322-a192-a68a146e38a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -829,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:01 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1be11e7a-7a6c-4a7f-b6c0-b54258620a87" + "6a981992-b152-4da3-99d9-d42810337a9e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/1be11e7a-7a6c-4a7f-b6c0-b54258620a87?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6a981992-b152-4da3-99d9-d42810337a9e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7ffcb22e-d1b0-487c-b4ac-c0e5da1542cc" + "82b7e413-790c-4ad1-8a41-4011abc5787d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "565af756-a34b-441e-8c15-f951aba736b4" + "129c2ddd-4c90-4ba1-9bce-a6887abde4dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194349Z:7ffcb22e-d1b0-487c-b4ac-c0e5da1542cc" + "EASTUS2:20211117T021101Z:82b7e413-790c-4ad1-8a41-4011abc5787d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:48 GMT" - ], "Content-Length": [ "1323" ], @@ -879,17 +879,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6270\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270\",\r\n \"etag\": \"W/\\\"c945a2ae-b603-4aa5-a252-7c437ddd9f5c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"87578ee3-884e-420b-bdd1-d8041d4f1d7b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7546\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\",\r\n \"etag\": \"W/\\\"c945a2ae-b603-4aa5-a252-7c437ddd9f5c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8751\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751\",\r\n \"etag\": \"W/\\\"b0bfb0d6-f8e5-4f15-9b0b-36ace3ae0f15\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bf27d9fc-f629-46e7-b06b-43834a9ec794\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8019\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\",\r\n \"etag\": \"W/\\\"b0bfb0d6-f8e5-4f15-9b0b-36ace3ae0f15\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/1be11e7a-7a6c-4a7f-b6c0-b54258620a87?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFiZTExZTdhLTdhNmMtNGE3Zi1iNmMwLWI1NDI1ODYyMGE4Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6a981992-b152-4da3-99d9-d42810337a9e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhOTgxOTkyLWIxNTItNGRhMy05OWQ5LWQ0MjgxMDMzN2E5ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -899,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fe13e86f-082b-4b93-bc7d-a337e0b69f67" + "10864070-19c6-4792-af76-7e5a24ebca97" ], "x-ms-correlation-request-id": [ - "45fa4847-802d-403f-b880-4f26f211d1bd" + "754a2c0d-e80a-4797-998a-305731ad0b58" ], "x-ms-arm-service-request-id": [ - "669467eb-2f4d-4618-bac3-529954bd2f01" + "30c338e3-2d06-4c83-ac78-e8f58400e69d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194352Z:45fa4847-802d-403f-b880-4f26f211d1bd" + "EASTUS2:20211117T021105Z:754a2c0d-e80a-4797-998a-305731ad0b58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:52 GMT" - ], "Content-Length": [ "29" ], @@ -944,13 +944,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MjcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NzUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -960,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"56c7a5b6-ef70-4015-91ed-fa08f90569c5\"" + "W/\"2713c043-f41b-4bd4-858c-b6f64dbcca0b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9b7458b2-e6c3-4fe4-8a78-32d8a452b496" + "3c3b4ace-69c0-40d0-b163-e647cabb2fce" ], "x-ms-correlation-request-id": [ - "b770f4ab-7afc-4f44-a564-f87851a0d6e8" + "0a8938b7-675d-4800-b93f-499c298df0a2" ], "x-ms-arm-service-request-id": [ - "59c0054c-21da-495f-9726-864278b820ba" + "634add9e-0860-4600-a782-c989b095419d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194353Z:b770f4ab-7afc-4f44-a564-f87851a0d6e8" + "EASTUS2:20211117T021105Z:0a8938b7-675d-4800-b93f-499c298df0a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:52 GMT" - ], "Content-Length": [ "1325" ], @@ -1004,23 +1004,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6270\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270\",\r\n \"etag\": \"W/\\\"56c7a5b6-ef70-4015-91ed-fa08f90569c5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"87578ee3-884e-420b-bdd1-d8041d4f1d7b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7546\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\",\r\n \"etag\": \"W/\\\"56c7a5b6-ef70-4015-91ed-fa08f90569c5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8751\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751\",\r\n \"etag\": \"W/\\\"2713c043-f41b-4bd4-858c-b6f64dbcca0b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf27d9fc-f629-46e7-b06b-43834a9ec794\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8019\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\",\r\n \"etag\": \"W/\\\"2713c043-f41b-4bd4-858c-b6f64dbcca0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MjcwL3N1Ym5ldHMvc243NTQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NzUxL3N1Ym5ldHMvc244MDE5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c501d45-c3ff-410d-b2e2-a20576a4678b" + "1de011c7-ee93-42af-a702-7fb3ad42ae56" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -1030,40 +1030,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"56c7a5b6-ef70-4015-91ed-fa08f90569c5\"" + "W/\"2713c043-f41b-4bd4-858c-b6f64dbcca0b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3348cf0d-b807-4035-a95d-0842f3230a9f" + "65e881cb-5fd7-4627-adc8-60ed26390a0d" ], "x-ms-correlation-request-id": [ - "089b557f-8973-4e9b-8eaa-bfae6ad0450a" + "614853c5-4cb2-4f9e-bad2-fa118fece0d0" ], "x-ms-arm-service-request-id": [ - "a11aa478-6368-44df-b2e4-0d2a6f878fbb" + "eb3002b2-397c-43b4-848b-c49abecea3b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194353Z:089b557f-8973-4e9b-8eaa-bfae6ad0450a" + "EASTUS2:20211117T021105Z:614853c5-4cb2-4f9e-bad2-fa118fece0d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:52 GMT" - ], "Content-Length": [ "524" ], @@ -1074,23 +1074,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7546\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\",\r\n \"etag\": \"W/\\\"56c7a5b6-ef70-4015-91ed-fa08f90569c5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn8019\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\",\r\n \"etag\": \"W/\\\"2713c043-f41b-4bd4-858c-b6f64dbcca0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NDQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7546\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\r\n }\r\n },\r\n \"name\": \"ip931\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8019\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\r\n }\r\n },\r\n \"name\": \"ip3364\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f62b6468-21d3-4128-8efe-726d9cd29b66" + "5a670426-77fe-440a-8805-5fb39dac1985" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -1099,52 +1099,52 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0651a952-7eaf-445e-bbb3-6218b8ce62ef" + "6845a779-b17c-438f-91b1-3faa6d8c8a4c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Network/locations/southeastasia/operations/0651a952-7eaf-445e-bbb3-6218b8ce62ef?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6845a779-b17c-438f-91b1-3faa6d8c8a4c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "86c8a76b-09c0-41c6-ac38-c0a4b3082761" + "2aaf5cc8-63ca-46f8-b3dd-b4b1fe477004" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "45ecc1d8-3025-4cf8-a5a1-3b029eecf701" + "7d9189c7-7b59-41d4-80a1-15cc173f90bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194357Z:86c8a76b-09c0-41c6-ac38-c0a4b3082761" + "EASTUS2:20211117T021109Z:2aaf5cc8-63ca-46f8-b3dd-b4b1fe477004" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:56 GMT" - ], "Content-Length": [ - "1632" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1153,17 +1153,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6524\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524\",\r\n \"etag\": \"W/\\\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8f886fc4-d3a8-4810-b70c-2adc91ac3468\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip931\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524/ipConfigurations/ip931\",\r\n \"etag\": \"W/\\\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\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\": \"2ohfpb0orafufpor1acb0ty3pd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6444\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444\",\r\n \"etag\": \"W/\\\"1222a3a1-0268-4aa1-ba83-b41d1853e639\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2c95d851-0e2f-41da-96af-130c8b4745ef\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3364\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444/ipConfigurations/ip3364\",\r\n \"etag\": \"W/\\\"1222a3a1-0268-4aa1-ba83-b41d1853e639\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\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\": \"5tmsppzj41tunmdliobuvhwhse.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NDQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -1173,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\"" + "W/\"1222a3a1-0268-4aa1-ba83-b41d1853e639\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "054318db-c772-4221-9598-ae8f023b3412" + "bd986b4f-8a22-4a25-a94f-a5138fca6326" ], "x-ms-correlation-request-id": [ - "ce898c47-832e-496c-8612-57ca58b49ddc" + "57aefb9d-e02c-4e9d-b466-76492f0cd8c5" ], "x-ms-arm-service-request-id": [ - "6619b2f2-cbe3-41c9-bb65-cd645e730246" + "94df5525-327e-4aae-b05a-91ab4040944b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194358Z:ce898c47-832e-496c-8612-57ca58b49ddc" + "EASTUS2:20211117T021110Z:57aefb9d-e02c-4e9d-b466-76492f0cd8c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:57 GMT" - ], "Content-Length": [ - "1632" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1217,23 +1217,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6524\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524\",\r\n \"etag\": \"W/\\\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8f886fc4-d3a8-4810-b70c-2adc91ac3468\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip931\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524/ipConfigurations/ip931\",\r\n \"etag\": \"W/\\\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\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\": \"2ohfpb0orafufpor1acb0ty3pd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6444\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444\",\r\n \"etag\": \"W/\\\"1222a3a1-0268-4aa1-ba83-b41d1853e639\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2c95d851-0e2f-41da-96af-130c8b4745ef\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3364\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444/ipConfigurations/ip3364\",\r\n \"etag\": \"W/\\\"1222a3a1-0268-4aa1-ba83-b41d1853e639\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\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\": \"5tmsppzj41tunmdliobuvhwhse.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NDQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15e8b83a-4d3a-4830-90ff-02a5e95cf152" + "1bed6452-74bb-4221-a4ac-aadd53ec5037" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" @@ -1243,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\"" + "W/\"1222a3a1-0268-4aa1-ba83-b41d1853e639\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b7390700-2bbc-47e1-a348-96e4a6134cad" + "0e1d131c-81da-4817-a493-3f92f28678c0" ], "x-ms-correlation-request-id": [ - "4787b630-a784-43dc-801d-f8ad1a6092ee" + "456abae1-3307-45ea-9a23-1376c518581e" ], "x-ms-arm-service-request-id": [ - "7ca38c6e-d060-42fe-b203-1b8d7ff891cb" + "28bfe227-188d-4943-9da1-31fe88f5f9dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194358Z:4787b630-a784-43dc-801d-f8ad1a6092ee" + "EASTUS2:20211117T021110Z:456abae1-3307-45ea-9a23-1376c518581e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:43:57 GMT" - ], "Content-Length": [ - "1632" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1287,46 +1287,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6524\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524\",\r\n \"etag\": \"W/\\\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8f886fc4-d3a8-4810-b70c-2adc91ac3468\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip931\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/networkInterfaces/nic6524/ipConfigurations/ip931\",\r\n \"etag\": \"W/\\\"b8d35b80-7dd5-4b00-9db0-cd53ced40b8a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\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\": \"2ohfpb0orafufpor1acb0ty3pd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6444\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444\",\r\n \"etag\": \"W/\\\"1222a3a1-0268-4aa1-ba83-b41d1853e639\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2c95d851-0e2f-41da-96af-130c8b4745ef\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3364\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/networkInterfaces/nic6444/ipConfigurations/ip3364\",\r\n \"etag\": \"W/\\\"1222a3a1-0268-4aa1-ba83-b41d1853e639\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\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\": \"5tmsppzj41tunmdliobuvhwhse.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar2183.blob.core.windows.net/crptestar9267\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3938\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5618\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar8976.blob.core.windows.net/crptestar963\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6195\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1270\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b37a68e0-5e39-4efc-a25e-f46cfc53112f" + "331af3e9-1c15-4b5b-8770-d978fb6e7d95" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1733" + "1732" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/730f8321-2dd4-44a5-94d6-010c38095831?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1341,29 +1348,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "730f8321-2dd4-44a5-94d6-010c38095831" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d2a4e52f-f22d-43f1-8822-e00237ed8098" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "80264176-c6f2-421d-b74c-c5e67a406c79" + "2c710ce8-40d5-4ab9-bdf6-ed1e97cc2e7a" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194407Z:80264176-c6f2-421d-b74c-c5e67a406c79" + "EASTUS2:20211117T021121Z:2c710ce8-40d5-4ab9-bdf6-ed1e97cc2e7a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:44:07 GMT" - ], "Content-Length": [ - "3163" + "3160" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1372,32 +1372,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5156\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2183.blob.core.windows.net/crptestar9267\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3938\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5618\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e57a284a-591b-47af-a87b-c5579150db9d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss381\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar8976.blob.core.windows.net/crptestar963\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6195\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1270\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cad1ed67-8a04-4b15-82de-3ee56bf3298b\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/730f8321-2dd4-44a5-94d6-010c38095831?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzczMGY4MzIxLTJkZDQtNDRhNS05NGQ2LTAxMGMzODA5NTgzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyYTRlNTJmLWYyMmQtNDNmMS04ODIyLWUwMDIzN2VkODA5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:11:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1405,27 +1412,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7314abe7-b7b9-4c89-9418-463fa9a0644a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0ebd0d84-c3b5-41f1-8402-d66c1d469912" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11970" ], "x-ms-correlation-request-id": [ - "8b8949fc-1056-4d5c-8ebd-efec0034f8f8" + "92124339-158f-4c21-84e4-e269135276a8" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194418Z:8b8949fc-1056-4d5c-8ebd-efec0034f8f8" + "EASTUS2:20211117T021132Z:92124339-158f-4c21-84e4-e269135276a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:44:18 GMT" - ], "Content-Length": [ "134" ], @@ -1436,29 +1436,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:44:04.9631316-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"730f8321-2dd4-44a5-94d6-010c38095831\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:11:19.2286757+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a4e52f-f22d-43f1-8822-e00237ed8098\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/730f8321-2dd4-44a5-94d6-010c38095831?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzczMGY4MzIxLTJkZDQtNDRhNS05NGQ2LTAxMGMzODA5NTgzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyYTRlNTJmLWYyMmQtNDNmMS04ODIyLWUwMDIzN2VkODA5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:13:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1466,27 +1473,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "989a7cf1-4284-43ed-889e-1968d4e44cd0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f869c165-f375-4d88-a551-d022c6db40a5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "3f77f788-f493-455f-bc17-3dd37d3dd48c" + "2abcca97-b7c8-44cb-95e0-bce5a5de57a1" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194556Z:3f77f788-f493-455f-bc17-3dd37d3dd48c" + "EASTUS2:20211117T021309Z:2abcca97-b7c8-44cb-95e0-bce5a5de57a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:45:56 GMT" - ], "Content-Length": [ "134" ], @@ -1497,57 +1497,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:44:04.9631316-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"730f8321-2dd4-44a5-94d6-010c38095831\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:11:19.2286757+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a4e52f-f22d-43f1-8822-e00237ed8098\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/730f8321-2dd4-44a5-94d6-010c38095831?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzczMGY4MzIxLTJkZDQtNDRhNS05NGQ2LTAxMGMzODA5NTgzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyYTRlNTJmLWYyMmQtNDNmMS04ODIyLWUwMDIzN2VkODA5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:14:46 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" - ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3edf8c76-65e4-4ca2-ab15-e4bae91c41c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d147e417-cd7a-46dc-ac53-29f8e96930cd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "712e8719-0b77-4d03-91ba-e745f8e602bc" + "fa3a6249-367c-4357-8324-65a31074397a" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194733Z:712e8719-0b77-4d03-91ba-e745f8e602bc" + "EASTUS2:20211117T021446Z:fa3a6249-367c-4357-8324-65a31074397a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:47:32 GMT" - ], "Content-Length": [ "134" ], @@ -1558,29 +1558,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:44:04.9631316-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"730f8321-2dd4-44a5-94d6-010c38095831\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:11:19.2286757+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a4e52f-f22d-43f1-8822-e00237ed8098\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/730f8321-2dd4-44a5-94d6-010c38095831?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzczMGY4MzIxLTJkZDQtNDRhNS05NGQ2LTAxMGMzODA5NTgzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyYTRlNTJmLWYyMmQtNDNmMS04ODIyLWUwMDIzN2VkODA5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:16:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1588,27 +1595,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "18e0e02e-c07d-4b96-b9f9-0878328d0032" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "09894fa5-b7af-4e62-9e63-f56dd32dc07c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "e3c5d854-8627-4fcc-b088-2cfb891871a4" + "5ebbdea7-0ebb-4cc9-ae52-e0bb0c585452" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T194911Z:e3c5d854-8627-4fcc-b088-2cfb891871a4" + "EASTUS2:20211117T021624Z:5ebbdea7-0ebb-4cc9-ae52-e0bb0c585452" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:49:10 GMT" - ], "Content-Length": [ "134" ], @@ -1619,57 +1619,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:44:04.9631316-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"730f8321-2dd4-44a5-94d6-010c38095831\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:11:19.2286757+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a4e52f-f22d-43f1-8822-e00237ed8098\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/730f8321-2dd4-44a5-94d6-010c38095831?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzczMGY4MzIxLTJkZDQtNDRhNS05NGQ2LTAxMGMzODA5NTgzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyYTRlNTJmLWYyMmQtNDNmMS04ODIyLWUwMDIzN2VkODA5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:18:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eddf6837-e5e4-4276-974f-c5bf0bad354d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d1b15117-b396-42e7-a0d6-4b6ef007a052" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "61db3dab-3a4b-4f6a-bf71-d8bcdd900191" + "5a6d842f-eb56-42e4-b9f7-4261572eb61b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195048Z:61db3dab-3a4b-4f6a-bf71-d8bcdd900191" + "EASTUS2:20211117T021801Z:5a6d842f-eb56-42e4-b9f7-4261572eb61b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:50:48 GMT" - ], "Content-Length": [ "134" ], @@ -1680,29 +1680,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:44:04.9631316-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"730f8321-2dd4-44a5-94d6-010c38095831\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:11:19.2286757+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a4e52f-f22d-43f1-8822-e00237ed8098\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/730f8321-2dd4-44a5-94d6-010c38095831?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzczMGY4MzIxLTJkZDQtNDRhNS05NGQ2LTAxMGMzODA5NTgzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyYTRlNTJmLWYyMmQtNDNmMS04ODIyLWUwMDIzN2VkODA5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:19:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1710,27 +1717,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9129b70d-796f-49b1-88a1-63592df53a3e" + "1395cb81-2d9c-466d-bde3-44454490f075" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "99a2d8e4-aa62-48ba-bd74-4190beb7db44" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T021938Z:99a2d8e4-aa62-48ba-bd74-4190beb7db44" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:11:19.2286757+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a4e52f-f22d-43f1-8822-e00237ed8098\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2a4e52f-f22d-43f1-8822-e00237ed8098?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyYTRlNTJmLWYyMmQtNDNmMS04ODIyLWUwMDIzN2VkODA5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 02:21:15 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7f0e8d98-7c97-4c1b-860a-dd206650a6ab" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "c4b3268d-bc42-47cd-9e3e-074146b2a4a7" + "60e0a3c7-3af7-4ed8-9c20-aa1cf0a40e80" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195226Z:c4b3268d-bc42-47cd-9e3e-074146b2a4a7" + "EASTUS2:20211117T022115Z:60e0a3c7-3af7-4ed8-9c20-aa1cf0a40e80" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:52:26 GMT" - ], "Content-Length": [ "184" ], @@ -1741,59 +1802,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:44:04.9631316-07:00\",\r\n \"endTime\": \"2021-07-28T12:51:56.9703707-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"730f8321-2dd4-44a5-94d6-010c38095831\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:11:19.2286757+00:00\",\r\n \"endTime\": \"2021-11-17T02:20:33.7902393+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d2a4e52f-f22d-43f1-8822-e00237ed8098\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:21:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2771b34-ea30-498e-99b3-9539bcca402e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b1c9b434-20c7-425b-a052-466fe72905ec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "b2ca6cf2-078e-49af-b950-afa4ccade04a" + "76a8723e-a96f-46dd-bbea-3f6be3febc30" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195226Z:b2ca6cf2-078e-49af-b950-afa4ccade04a" + "EASTUS2:20211117T022116Z:76a8723e-a96f-46dd-bbea-3f6be3febc30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:52:26 GMT" - ], "Content-Length": [ - "3164" + "3161" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1802,65 +1863,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5156\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2183.blob.core.windows.net/crptestar9267\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3938\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5618\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e57a284a-591b-47af-a87b-c5579150db9d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss381\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar8976.blob.core.windows.net/crptestar963\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6195\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1270\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cad1ed67-8a04-4b15-82de-3ee56bf3298b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "494b9429-9ea5-4892-ba83-459715e2ca67" + "4cbc4313-309b-495b-b5db-1ddbfff907a8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:21:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07efacc0-db21-42c2-a677-a2c78be8ddc1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ba4face-7b4c-4bfe-8f7b-7f813d80fbb5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "99943bd5-6a99-4f8c-8e34-c12e84d07298" + "2ffef57b-6b9d-4e60-a140-90d3fff5266d" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195227Z:99943bd5-6a99-4f8c-8e34-c12e84d07298" + "EASTUS2:20211117T022116Z:2ffef57b-6b9d-4e60-a140-90d3fff5266d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:52:26 GMT" - ], "Content-Length": [ - "3164" + "3161" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1869,26 +1930,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5156\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2183.blob.core.windows.net/crptestar9267\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3938\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5618\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Network/virtualNetworks/vn6270/subnets/sn7546\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e57a284a-591b-47af-a87b-c5579150db9d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss381\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar8976.blob.core.windows.net/crptestar963\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6195\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1270\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Network/virtualNetworks/vn8751/subnets/sn8019\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cad1ed67-8a04-4b15-82de-3ee56bf3298b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9leHRlbnNpb25zL3Ztc3NleHQwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2V4dGVuc2lvbnMvdm1zc2V4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"enableAutomaticUpgrade\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\",\r\n \"suppressFailures\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39404af2-1c8f-4783-a1e6-2e0c53e455fb" + "5b0cec6e-659c-4651-857d-4feb94f295c3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1901,14 +1962,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:21:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e13e54e-25a2-4201-85e1-f69cdb6e3607?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1920,29 +1988,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3e13e54e-25a2-4201-85e1-f69cdb6e3607" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "d4eceb4f-f955-4f13-a756-674aee1d35b6" + "c3367371-328c-40c9-b891-860732cc33c3" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195228Z:d4eceb4f-f955-4f13-a756-674aee1d35b6" + "EASTUS2:20211117T022117Z:c3367371-328c-40c9-b891-860732cc33c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:52:28 GMT" - ], "Content-Length": [ - "639" + "606" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1951,26 +2012,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"protectedSettings\": \"{}\",\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9leHRlbnNpb25zL3Ztc3NleHQwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2V4dGVuc2lvbnMvdm1zc2V4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"settings\": \"\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"enableAutomaticUpgrade\": false,\r\n \"settings\": \"\",\r\n \"protectedSettings\": \"{}\",\r\n \"suppressFailures\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "26060234-708e-4187-9869-623c935af7c8" + "2abc65f9-70cd-4724-b23b-6e774531bf1f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1983,17 +2044,24 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:22:20 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f10da63-5fd7-45de-98f5-f9f4612916e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -2002,29 +2070,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "494c2e15-98b0-4bc4-a0d9-52405e5d9821" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4f10da63-5fd7-45de-98f5-f9f4612916e4" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "76c614f6-c434-41ba-ade3-53c2ddbd5612" + "7ff78ad1-95fb-4d56-b855-533f17f80a77" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195608Z:76c614f6-c434-41ba-ade3-53c2ddbd5612" + "EASTUS2:20211117T022220Z:7ff78ad1-95fb-4d56-b855-533f17f80a77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:56:07 GMT" - ], "Content-Length": [ - "637" + "604" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2033,60 +2094,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"protectedSettings\": \"{}\",\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhYWY5MmFiLTkwZTAtNDJhMC04ZDIyLWVmZDgwYTJjNmE3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e13e54e-25a2-4201-85e1-f69cdb6e3607?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNlMTNlNTRlLTI1YTItNDIwMS04NWUxLWY2OWNkYjZlMzYwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:21:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "51" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a4ad16b-a0a5-4329-9358-77fd2eea18d7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "12169faf-3ff8-4301-825a-028d8724cdb5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "189c3ecc-b0c0-451a-a356-196f0603c9ea" + "48dd91b5-b21b-4dcd-aaf7-29f035032bfc" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195239Z:189c3ecc-b0c0-451a-a356-196f0603c9ea" + "EASTUS2:20211117T022127Z:48dd91b5-b21b-4dcd-aaf7-29f035032bfc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:52:39 GMT" - ], "Content-Length": [ "134" ], @@ -2097,59 +2158,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:52:27.4551496-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:21:16.6496046+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3e13e54e-25a2-4201-85e1-f69cdb6e3607\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhYWY5MmFiLTkwZTAtNDJhMC04ZDIyLWVmZDgwYTJjNmE3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3e13e54e-25a2-4201-85e1-f69cdb6e3607?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNlMTNlNTRlLTI1YTItNDIwMS04NWUxLWY2OWNkYjZlMzYwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:22:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "47f3ec54-6951-4b62-a653-71b4426fe510" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "478dc48d-d837-4741-8ad4-763f21af7087" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-correlation-request-id": [ - "2d366e3b-29c2-4378-b8e5-ae6a6a924b1a" + "ccf5312a-4691-405a-925b-901dd514ae47" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195331Z:2d366e3b-29c2-4378-b8e5-ae6a6a924b1a" + "EASTUS2:20211117T022218Z:ccf5312a-4691-405a-925b-901dd514ae47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:53:30 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2158,59 +2219,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:52:27.4551496-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:21:16.6496046+00:00\",\r\n \"endTime\": \"2021-11-17T02:22:07.8057912+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3e13e54e-25a2-4201-85e1-f69cdb6e3607\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhYWY5MmFiLTkwZTAtNDJhMC04ZDIyLWVmZDgwYTJjNmE3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2V4dGVuc2lvbnMvdm1zc2V4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:22:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96e6af5b-d911-4845-8476-16a927026da6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "181796f7-8895-4193-9096-2643e7bc65f3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "c5153213-494d-4af1-bee5-93c5b3f15b3c" + "3a20f1b6-1069-4d77-ae4a-5aaa631c56cb" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195422Z:c5153213-494d-4af1-bee5-93c5b3f15b3c" + "EASTUS2:20211117T022219Z:3a20f1b6-1069-4d77-ae4a-5aaa631c56cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:54:22 GMT" - ], "Content-Length": [ - "134" + "607" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2219,59 +2280,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:52:27.4551496-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhYWY5MmFiLTkwZTAtNDJhMC04ZDIyLWVmZDgwYTJjNmE3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2V4dGVuc2lvbnMvdm1zc2V4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "fab7429a-92eb-413c-aa8d-01e03a43d033" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:22:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4455dee0-6c44-4c8a-a9ed-b3dbf120e0fa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "69c28c6f-80f6-4767-80f0-28880b4bf46d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-correlation-request-id": [ - "25f4862f-c296-4416-8543-85772f9b46bc" + "5a5f9a94-d049-419e-a9d6-79f026129eb1" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195514Z:25f4862f-c296-4416-8543-85772f9b46bc" + "EASTUS2:20211117T022219Z:5a5f9a94-d049-419e-a9d6-79f026129eb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:55:13 GMT" - ], "Content-Length": [ - "134" + "607" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2280,59 +2347,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:52:27.4551496-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhYWY5MmFiLTkwZTAtNDJhMC04ZDIyLWVmZDgwYTJjNmE3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2V4dGVuc2lvbnMvdm1zc2V4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:23:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6c86d000-2fb4-4a39-a1a1-77b475f24fae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3e435326-0630-49ae-bce9-541475ad8161" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11989" ], "x-ms-correlation-request-id": [ - "c8809e80-3c4a-4e3b-8c2d-ef403522b127" + "d2ce3300-e619-434a-bd21-ae75dfd6c4e6" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195606Z:c8809e80-3c4a-4e3b-8c2d-ef403522b127" + "EASTUS2:20211117T022322Z:d2ce3300-e619-434a-bd21-ae75dfd6c4e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:56:05 GMT" - ], "Content-Length": [ - "184" + "605" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2341,59 +2408,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:52:27.4551496-07:00\",\r\n \"endTime\": \"2021-07-28T12:55:59.2080945-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6aaf92ab-90e0-42a0-8d22-efd80a2c6a7f\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9leHRlbnNpb25zL3Ztc3NleHQwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a813c75d-ef0b-4b80-b64e-2042a86f819d" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:22:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b31abd29-f138-450b-b68e-608b9cfa7049" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2c814995-a79e-4b6e-a844-c8d761240d3e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "72961df1-fa72-482e-b81f-2f5ef53cb63a" + "b2b5ea5d-d102-4b57-a070-0c4b40211509" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195606Z:72961df1-fa72-482e-b81f-2f5ef53cb63a" + "EASTUS2:20211117T022219Z:b2b5ea5d-d102-4b57-a070-0c4b40211509" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:56:05 GMT" - ], "Content-Length": [ - "608" + "996" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2402,1228 +2475,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T02:22:07.7902018+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9leHRlbnNpb25zL3Ztc3NleHQwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa6c466d-1175-4fc3-9365-4b722cbf824a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "67f670bd-2216-4bf3-9cde-3495399a7445" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "1c905f73-5c7a-4789-8da1-6270b50748d2" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195606Z:1c905f73-5c7a-4789-8da1-6270b50748d2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:56:05 GMT" - ], - "Content-Length": [ - "608" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9leHRlbnNpb25zL3Ztc3NleHQwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31994" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4faa29f7-42ad-4155-b819-2cbe7f913e10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], - "x-ms-correlation-request-id": [ - "88c11762-f00b-4ed3-9207-3a8f769d418a" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195917Z:88c11762-f00b-4ed3-9207-3a8f769d418a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:59:16 GMT" - ], - "Content-Length": [ - "606" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9pbnN0YW5jZVZpZXc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d1d6e067-cb3c-443a-b17e-b28f0c3bc876" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "01acfe67-903c-4da6-8f13-42ed29ede9f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "7e3f075a-eea9-4dc7-9cce-80ca36b06431" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195606Z:7e3f075a-eea9-4dc7-9cce-80ca36b06431" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:56:06 GMT" - ], - "Content-Length": [ - "996" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-28T12:55:59.1925121-07:00\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29969" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d835996b-d227-4581-9fb5-065bd2c57d1c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "fb7cda33-4da1-40c9-9fe0-b65e04db550f" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195618Z:fb7cda33-4da1-40c9-9fe0-b65e04db550f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:56:18 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29968" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c9a02d45-fd08-427b-8f19-e2a59393604f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "4a136565-e425-4dcd-97a2-f7a7195d6976" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195629Z:4a136565-e425-4dcd-97a2-f7a7195d6976" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:56:28 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29967" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2f6001e2-6357-44e9-bd5b-c3073509eebf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "0b15f01f-8c86-45cc-aa28-979488f39059" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195639Z:0b15f01f-8c86-45cc-aa28-979488f39059" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:56:39 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29966" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4eb30c43-a30c-4715-85d2-798c43b5cebe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "69edd202-c822-4c17-83a1-73e203f24daf" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195650Z:69edd202-c822-4c17-83a1-73e203f24daf" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:56:49 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29965" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "dee3ebae-2ded-4550-bd8d-cdfc25150c15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "b2b07064-1eb5-4b5b-935b-77fbf69ea076" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195701Z:b2b07064-1eb5-4b5b-935b-77fbf69ea076" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:57:01 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29963" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4dc0d142-d93e-4f62-9bba-2459f7408d01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-correlation-request-id": [ - "d4a4b3a6-ae78-487d-b048-8421c68fd345" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195711Z:d4a4b3a6-ae78-487d-b048-8421c68fd345" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:57:11 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29962" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2774a196-6675-4d7c-8aaa-b8b064c75ccc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-correlation-request-id": [ - "02b850f1-9fe4-432c-90ae-e4da299c871b" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195722Z:02b850f1-9fe4-432c-90ae-e4da299c871b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:57:22 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29960" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "59fa26dc-731b-4a68-8eec-173092ef7db0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "b69d30e9-9105-4969-8981-8ab7b21f171d" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195732Z:b69d30e9-9105-4969-8981-8ab7b21f171d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:57:32 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29958" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d18918e6-389f-4e81-82bc-2d2068933e09" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-correlation-request-id": [ - "163448d6-d3d2-4bd2-8fdd-bdf178776852" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195742Z:163448d6-d3d2-4bd2-8fdd-bdf178776852" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:57:42 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29957" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7f8b78e4-6d20-4a2a-a624-ca6da0d91b1a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-correlation-request-id": [ - "a5d122cf-13c5-40d5-ba6a-115d21ee9cc7" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195752Z:a5d122cf-13c5-40d5-ba6a-115d21ee9cc7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:57:52 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29955" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "ccd1fe41-da8a-4756-94cc-fb7dc56ce962" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-correlation-request-id": [ - "56ace6ad-1048-4443-b1f0-a51b9afa1c31" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195803Z:56ace6ad-1048-4443-b1f0-a51b9afa1c31" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:58:03 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29953" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "b3d2cda7-b1d7-40c7-ab1a-333cdb0b0051" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-correlation-request-id": [ - "ced3ccb3-6ead-41c7-9e0a-dfb3fc4cb9a7" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195813Z:ced3ccb3-6ead-41c7-9e0a-dfb3fc4cb9a7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:58:13 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29952" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0da3f628-fe55-48bd-9a37-101bdef3b475" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], - "x-ms-correlation-request-id": [ - "0574263d-f73b-4160-b13d-917b23be6f5f" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195824Z:0574263d-f73b-4160-b13d-917b23be6f5f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:58:23 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29950" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9f3c66b0-eeff-48c4-9d0e-34bab16433e9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-correlation-request-id": [ - "0419b611-da4e-4bea-a14b-0184ff5555de" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195835Z:0419b611-da4e-4bea-a14b-0184ff5555de" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:58:34 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29948" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "251eb463-3557-4935-ac23-e64fcbcc8b42" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-correlation-request-id": [ - "4d6dec08-b2a2-4674-934e-cda332425482" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195845Z:4d6dec08-b2a2-4674-934e-cda332425482" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:58:45 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f10da63-5fd7-45de-98f5-f9f4612916e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmMTBkYTYzLTVmZDctNDVkZS05OGY1LWY5ZjQ2MTI5MTZlND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:22:30 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29947" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c9fe8ea9-f17f-4bbd-88f0-af5e577ad5b9" + "Retry-After": [ + "51" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-correlation-request-id": [ - "45dd2452-d3d4-4371-a117-94a3e3dc5a93" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195856Z:45dd2452-d3d4-4371-a117-94a3e3dc5a93" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:58:56 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29945" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07aa90be-46e3-43c5-8928-7b07c818fa03" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c02f3e31-db0a-408f-a361-2991c5634930" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11991" ], "x-ms-correlation-request-id": [ - "a916e74c-bb39-4001-8933-970f307a2839" + "671014f3-ce76-476f-9ea3-7f290e70da3a" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195906Z:a916e74c-bb39-4001-8933-970f307a2839" + "EASTUS2:20211117T022231Z:671014f3-ce76-476f-9ea3-7f290e70da3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:59:06 GMT" - ], "Content-Length": [ "134" ], @@ -3634,126 +2539,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:22:20.0089246+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f10da63-5fd7-45de-98f5-f9f4612916e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/494c2e15-98b0-4bc4-a0d9-52405e5d9821?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5NGMyZTE1LTk4YjAtNGJjNC1hMGQ5LTUyNDA1ZTVkOTgyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f10da63-5fd7-45de-98f5-f9f4612916e4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmMTBkYTYzLTVmZDctNDVkZS05OGY1LWY5ZjQ2MTI5MTZlND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:23:21 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29944" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "1aaee263-c7c2-4ffa-aada-715e2108f871" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "x-ms-correlation-request-id": [ - "248de753-03d0-4a35-a648-ad08f3aa9543" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195917Z:248de753-03d0-4a35-a648-ad08f3aa9543" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:59:16 GMT" - ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:56:07.1456977-07:00\",\r\n \"endTime\": \"2021-07-28T12:59:08.8513125-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"494c2e15-98b0-4bc4-a0d9-52405e5d9821\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9leHRlbnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1a738026-4fd2-45cd-9465-736c1a0559f6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b1da1968-4909-43f0-920e-fbc196fb9a26" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "25ce409b-b78d-4cbb-b9c9-3ae040c676d7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11990" ], "x-ms-correlation-request-id": [ - "18dbb878-a84a-4fa4-abce-cfe3cb871924" + "51a2684c-f63d-4043-8134-38ddcbbc46ea" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195917Z:18dbb878-a84a-4fa4-abce-cfe3cb871924" + "EASTUS2:20211117T022322Z:51a2684c-f63d-4043-8134-38ddcbbc46ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 19:59:16 GMT" - ], "Content-Length": [ - "2106" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3762,199 +2600,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:22:20.0089246+00:00\",\r\n \"endTime\": \"2021-11-17T02:23:01.1338761+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4f10da63-5fd7-45de-98f5-f9f4612916e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/crptestar85471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5156/extensions/vmssext01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE1Ni9leHRlbnNpb25zL3Ztc3NleHQwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2V4dGVuc2lvbnM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a0d7cd1-30e3-4f44-9159-dc5f526932fc" + "d11684a9-60b4-4e91-a4b1-63917c827689" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?monitor=true&api-version=2021-07-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?api-version=2021-07-01" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" - ], - "x-ms-request-charge": [ - "2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "75d0a4b6-3096-4da5-9bdb-412816b6b2f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "8800aa6a-66a6-4c07-b605-d80ed92610c0" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195919Z:8800aa6a-66a6-4c07-b605-d80ed92610c0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Wed, 28 Jul 2021 19:59:18 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1ZDBhNGI2LTMwOTYtNGRhNS05YmRiLTQxMjgxNmI2YjJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 02:23:22 GMT" ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "51" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29942" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "265b9857-a63d-4ee9-a070-247ca99a61b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" - ], - "x-ms-correlation-request-id": [ - "1009e711-877e-4b8b-a89f-18315a4d7b13" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T195929Z:1009e711-877e-4b8b-a89f-18315a4d7b13" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 28 Jul 2021 19:59:28 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:59:18.5077407-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"75d0a4b6-3096-4da5-9bdb-412816b6b2f3\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1ZDBhNGI2LTMwOTYtNGRhNS05YmRiLTQxMjgxNmI2YjJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29916.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8ef1852-ae76-452a-9f40-90730af17579" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "993cda3a-04d9-43d8-a72e-4c65453c165a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11988" ], "x-ms-correlation-request-id": [ - "40971953-c9a8-41a0-8c99-a5585a8ac8b4" + "b3cadb1f-7006-4540-93dd-1c6519b97b50" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200020Z:40971953-c9a8-41a0-8c99-a5585a8ac8b4" + "EASTUS2:20211117T022322Z:b3cadb1f-7006-4540-93dd-1c6519b97b50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:00:20 GMT" - ], "Content-Length": [ - "134" + "2103" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3963,118 +2667,136 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:59:18.5077407-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"75d0a4b6-3096-4da5-9bdb-412816b6b2f3\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"forceUpdateTag\": \"RerunExtension\",\r\n \"enableAutomaticUpgrade\": false,\r\n \"suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1ZDBhNGI2LTMwOTYtNGRhNS05YmRiLTQxMjgxNmI2YjJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar27401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss381/extensions/vmssext01?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzgxL2V4dGVuc2lvbnMvdm1zc2V4dDAxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a753b1f5-21a2-4580-b798-b50fa2640d3e" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:23:22 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4d5a7433-3b37-4133-bc1f-b7b05dd45fab?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4d5a7433-3b37-4133-bc1f-b7b05dd45fab?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29933" + "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8039a4f0-78e7-434a-add5-5c91d56282ef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4d5a7433-3b37-4133-bc1f-b7b05dd45fab" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "105a5118-2950-4f42-867d-1e3970780704" + "63dbfcd9-b049-48d3-860e-a110f7615d09" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200111Z:105a5118-2950-4f42-867d-1e3970780704" + "EASTUS2:20211117T022323Z:63dbfcd9-b049-48d3-860e-a110f7615d09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:01:11 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:59:18.5077407-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"75d0a4b6-3096-4da5-9bdb-412816b6b2f3\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1ZDBhNGI2LTMwOTYtNGRhNS05YmRiLTQxMjgxNmI2YjJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4d5a7433-3b37-4133-bc1f-b7b05dd45fab?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRkNWE3NDMzLTNiMzctNDEzMy1iYzFmLWI3YjA1ZGQ0NWZhYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:23:34 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "51" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29927" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab2b0a8d-01de-408f-b402-fced52241e01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "485174ca-7f3a-468e-a7f1-d8aa3d1b9ca4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11987" ], "x-ms-correlation-request-id": [ - "de26776a-a0d8-4718-a4b8-7bc29b07d6fa" + "d3c3d8e7-422d-408b-868c-0e092ed867b4" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200203Z:de26776a-a0d8-4718-a4b8-7bc29b07d6fa" + "EASTUS2:20211117T022334Z:d3c3d8e7-422d-408b-868c-0e092ed867b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:02:02 GMT" - ], "Content-Length": [ "134" ], @@ -4085,57 +2807,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:59:18.5077407-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"75d0a4b6-3096-4da5-9bdb-412816b6b2f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:23:23.0870281+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4d5a7433-3b37-4133-bc1f-b7b05dd45fab\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1ZDBhNGI2LTMwOTYtNGRhNS05YmRiLTQxMjgxNmI2YjJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4d5a7433-3b37-4133-bc1f-b7b05dd45fab?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRkNWE3NDMzLTNiMzctNDEzMy1iYzFmLWI3YjA1ZGQ0NWZhYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:24:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29921" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2f775a2-64e4-41a3-85ad-1027bfea949e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "61a91d64-7634-482f-b0c1-f3a39675e3c0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11986" ], "x-ms-correlation-request-id": [ - "4a392913-d453-4109-baee-65a961ca149c" + "f4b85f30-5475-4c71-9a5a-4baab632f0ff" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200255Z:4a392913-d453-4109-baee-65a961ca149c" + "EASTUS2:20211117T022425Z:f4b85f30-5475-4c71-9a5a-4baab632f0ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:02:54 GMT" - ], "Content-Length": [ "184" ], @@ -4146,81 +2868,81 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-28T12:59:18.5077407-07:00\",\r\n \"endTime\": \"2021-07-28T13:02:43.9636567-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"75d0a4b6-3096-4da5-9bdb-412816b6b2f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T02:23:23.0870281+00:00\",\r\n \"endTime\": \"2021-11-17T02:24:14.1338456+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4d5a7433-3b37-4133-bc1f-b7b05dd45fab\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/southeastasia/operations/75d0a4b6-3096-4da5-9bdb-412816b6b2f3?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1ZDBhNGI2LTMwOTYtNGRhNS05YmRiLTQxMjgxNmI2YjJmMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4d5a7433-3b37-4133-bc1f-b7b05dd45fab?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRkNWE3NDMzLTNiMzctNDEzMy1iYzFmLWI3YjA1ZGQ0NWZhYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:24:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29920" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6535b94a-f76d-4aad-a9cb-0f7b30f3c418" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9f579a6c-d5c7-4506-8c41-a533f05deb0e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11985" ], "x-ms-correlation-request-id": [ - "5ff67250-7c78-4315-929b-29100ec2b5da" + "bf7606d2-3c4a-4fdd-91d5-2782765dcf9b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200255Z:5ff67250-7c78-4315-929b-29100ec2b5da" + "EASTUS2:20211117T022425Z:bf7606d2-3c4a-4fdd-91d5-2782765dcf9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:02:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/crptestar85471?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1NDcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar27401?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NDAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d71c4db-1934-4656-a02f-7317fda6e191" + "9ffc2e41-bfda-43f0-83ce-270943e38ccd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4230,11 +2952,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:24:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4243,13 +2968,13 @@ "14999" ], "x-ms-request-id": [ - "20f39aa6-99ae-4692-b4cc-fa88da2bd103" + "4f338bdd-5a7a-4559-a7ed-55a07a246196" ], "x-ms-correlation-request-id": [ - "20f39aa6-99ae-4692-b4cc-fa88da2bd103" + "4f338bdd-5a7a-4559-a7ed-55a07a246196" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200300Z:20f39aa6-99ae-4692-b4cc-fa88da2bd103" + "EASTUS2:20211117T022431Z:4f338bdd-5a7a-4559-a7ed-55a07a246196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4257,27 +2982,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:02:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4287,11 +3009,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:24:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4300,13 +3025,13 @@ "11999" ], "x-ms-request-id": [ - "42b9fe0f-1265-4d18-b4b5-c074a451104e" + "eca2e63b-94fa-483d-b02e-f7b539868cda" ], "x-ms-correlation-request-id": [ - "42b9fe0f-1265-4d18-b4b5-c074a451104e" + "eca2e63b-94fa-483d-b02e-f7b539868cda" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200315Z:42b9fe0f-1265-4d18-b4b5-c074a451104e" + "EASTUS2:20211117T022447Z:eca2e63b-94fa-483d-b02e-f7b539868cda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4314,27 +3039,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:03:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4344,11 +3066,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:25:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4357,13 +3082,13 @@ "11998" ], "x-ms-request-id": [ - "00d415fc-612e-4fb7-a790-6899902194e8" + "da4d274f-7fa1-4d4a-8f09-ecae8a7e4bc9" ], "x-ms-correlation-request-id": [ - "00d415fc-612e-4fb7-a790-6899902194e8" + "da4d274f-7fa1-4d4a-8f09-ecae8a7e4bc9" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200331Z:00d415fc-612e-4fb7-a790-6899902194e8" + "EASTUS2:20211117T022502Z:da4d274f-7fa1-4d4a-8f09-ecae8a7e4bc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4371,27 +3096,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:03:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4401,11 +3123,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:25:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4414,13 +3139,13 @@ "11997" ], "x-ms-request-id": [ - "62867d78-c106-45e9-9b7c-cee8a922a77b" + "3d19bcea-7cc0-4d0a-9808-c5bcaf0ceb19" ], "x-ms-correlation-request-id": [ - "62867d78-c106-45e9-9b7c-cee8a922a77b" + "3d19bcea-7cc0-4d0a-9808-c5bcaf0ceb19" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200346Z:62867d78-c106-45e9-9b7c-cee8a922a77b" + "EASTUS2:20211117T022517Z:3d19bcea-7cc0-4d0a-9808-c5bcaf0ceb19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4428,27 +3153,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:03:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4458,11 +3180,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:25:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4471,13 +3196,13 @@ "11996" ], "x-ms-request-id": [ - "2b118698-0ea5-4065-9629-ba0ac074f5dc" + "54a5661f-d138-42e3-9271-ea5224583e37" ], "x-ms-correlation-request-id": [ - "2b118698-0ea5-4065-9629-ba0ac074f5dc" + "54a5661f-d138-42e3-9271-ea5224583e37" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200402Z:2b118698-0ea5-4065-9629-ba0ac074f5dc" + "EASTUS2:20211117T022533Z:54a5661f-d138-42e3-9271-ea5224583e37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4485,27 +3210,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:04:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4515,11 +3237,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:25:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4528,13 +3253,13 @@ "11995" ], "x-ms-request-id": [ - "4dc3aa5d-a791-476b-9ccc-176eb9eb9a92" + "a50acf94-89b5-43a5-b527-717eb25dd010" ], "x-ms-correlation-request-id": [ - "4dc3aa5d-a791-476b-9ccc-176eb9eb9a92" + "a50acf94-89b5-43a5-b527-717eb25dd010" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200417Z:4dc3aa5d-a791-476b-9ccc-176eb9eb9a92" + "EASTUS2:20211117T022548Z:a50acf94-89b5-43a5-b527-717eb25dd010" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4542,27 +3267,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:04:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4572,11 +3294,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:26:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4585,13 +3310,13 @@ "11994" ], "x-ms-request-id": [ - "63796f05-87f8-46df-9915-9608ff5aae12" + "0b33f30e-7ed8-4aef-add2-4930ce1882d4" ], "x-ms-correlation-request-id": [ - "63796f05-87f8-46df-9915-9608ff5aae12" + "0b33f30e-7ed8-4aef-add2-4930ce1882d4" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200433Z:63796f05-87f8-46df-9915-9608ff5aae12" + "EASTUS2:20211117T022604Z:0b33f30e-7ed8-4aef-add2-4930ce1882d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4599,27 +3324,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:04:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4629,11 +3351,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:26:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4642,13 +3367,13 @@ "11993" ], "x-ms-request-id": [ - "555dbef7-dd45-47cc-8ef1-749e38b688e9" + "98b7fa5c-8563-4f07-a73a-48b09d99fe24" ], "x-ms-correlation-request-id": [ - "555dbef7-dd45-47cc-8ef1-749e38b688e9" + "98b7fa5c-8563-4f07-a73a-48b09d99fe24" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200448Z:555dbef7-dd45-47cc-8ef1-749e38b688e9" + "EASTUS2:20211117T022619Z:98b7fa5c-8563-4f07-a73a-48b09d99fe24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4656,27 +3381,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:04:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4686,11 +3408,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:26:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4699,13 +3424,13 @@ "11992" ], "x-ms-request-id": [ - "c07d77a8-9360-4b52-80fe-f2eee664e9db" + "686199d6-6269-4f19-91b3-c1ea1de9fc59" ], "x-ms-correlation-request-id": [ - "c07d77a8-9360-4b52-80fe-f2eee664e9db" + "686199d6-6269-4f19-91b3-c1ea1de9fc59" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200503Z:c07d77a8-9360-4b52-80fe-f2eee664e9db" + "EASTUS2:20211117T022635Z:686199d6-6269-4f19-91b3-c1ea1de9fc59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4713,27 +3438,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:05:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4743,11 +3465,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:26:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4756,13 +3481,13 @@ "11991" ], "x-ms-request-id": [ - "94f7e664-91b3-4310-8c81-d4a04140d402" + "cfa4d7c5-f71d-462e-ae0c-16f11a211258" ], "x-ms-correlation-request-id": [ - "94f7e664-91b3-4310-8c81-d4a04140d402" + "cfa4d7c5-f71d-462e-ae0c-16f11a211258" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200519Z:94f7e664-91b3-4310-8c81-d4a04140d402" + "EASTUS2:20211117T022650Z:cfa4d7c5-f71d-462e-ae0c-16f11a211258" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4770,27 +3495,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:05:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4800,11 +3522,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:27:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4813,13 +3538,13 @@ "11990" ], "x-ms-request-id": [ - "2abdb875-9d55-4784-8bc5-3d0b1c4537d2" + "3c19df31-bc1b-4100-b5ff-7d4d2777a264" ], "x-ms-correlation-request-id": [ - "2abdb875-9d55-4784-8bc5-3d0b1c4537d2" + "3c19df31-bc1b-4100-b5ff-7d4d2777a264" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200534Z:2abdb875-9d55-4784-8bc5-3d0b1c4537d2" + "EASTUS2:20211117T022706Z:3c19df31-bc1b-4100-b5ff-7d4d2777a264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4827,27 +3552,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:05:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4857,11 +3579,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:27:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4870,13 +3595,13 @@ "11989" ], "x-ms-request-id": [ - "8be6d249-5d39-4b3c-978d-83bfc91d6109" + "ea3ac7de-4532-414d-9a42-243eb8f7607b" ], "x-ms-correlation-request-id": [ - "8be6d249-5d39-4b3c-978d-83bfc91d6109" + "ea3ac7de-4532-414d-9a42-243eb8f7607b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200550Z:8be6d249-5d39-4b3c-978d-83bfc91d6109" + "EASTUS2:20211117T022721Z:ea3ac7de-4532-414d-9a42-243eb8f7607b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4884,27 +3609,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:05:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4914,11 +3636,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:27:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4927,13 +3652,13 @@ "11988" ], "x-ms-request-id": [ - "c988b1f7-6c69-47f5-993a-ca45ee6c2691" + "f111d22a-57b0-4d3d-9f88-febc961fb76b" ], "x-ms-correlation-request-id": [ - "c988b1f7-6c69-47f5-993a-ca45ee6c2691" + "f111d22a-57b0-4d3d-9f88-febc961fb76b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200605Z:c988b1f7-6c69-47f5-993a-ca45ee6c2691" + "EASTUS2:20211117T022737Z:f111d22a-57b0-4d3d-9f88-febc961fb76b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4941,27 +3666,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:06:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -4971,11 +3693,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:27:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4984,13 +3709,13 @@ "11987" ], "x-ms-request-id": [ - "02e936fb-3fcd-4abe-9046-5c7f2d8245a1" + "d30e188a-6c3f-4855-9d25-bdac232d6dea" ], "x-ms-correlation-request-id": [ - "02e936fb-3fcd-4abe-9046-5c7f2d8245a1" + "d30e188a-6c3f-4855-9d25-bdac232d6dea" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200620Z:02e936fb-3fcd-4abe-9046-5c7f2d8245a1" + "EASTUS2:20211117T022752Z:d30e188a-6c3f-4855-9d25-bdac232d6dea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4998,27 +3723,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:06:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -5028,11 +3750,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:28:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5041,13 +3766,13 @@ "11986" ], "x-ms-request-id": [ - "808a8d87-e10c-4462-8728-37db1079599b" + "861ec73d-a718-408c-a526-57492d108155" ], "x-ms-correlation-request-id": [ - "808a8d87-e10c-4462-8728-37db1079599b" + "861ec73d-a718-408c-a526-57492d108155" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200636Z:808a8d87-e10c-4462-8728-37db1079599b" + "EASTUS2:20211117T022808Z:861ec73d-a718-408c-a526-57492d108155" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5055,27 +3780,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:06:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -5085,11 +3807,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:28:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5098,13 +3823,13 @@ "11985" ], "x-ms-request-id": [ - "e7dd82e6-f9df-40a1-9bee-0e697299a026" + "12699916-5f25-496d-beb4-a7f2ca2c276d" ], "x-ms-correlation-request-id": [ - "e7dd82e6-f9df-40a1-9bee-0e697299a026" + "12699916-5f25-496d-beb4-a7f2ca2c276d" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200651Z:e7dd82e6-f9df-40a1-9bee-0e697299a026" + "EASTUS2:20211117T022823Z:12699916-5f25-496d-beb4-a7f2ca2c276d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5112,27 +3837,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:06:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -5142,11 +3864,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:28:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5155,13 +3880,13 @@ "11984" ], "x-ms-request-id": [ - "ae0aed2e-5874-4b2b-a1e4-49929e1d497e" + "20b1c324-530b-4881-a70b-653258353e29" ], "x-ms-correlation-request-id": [ - "ae0aed2e-5874-4b2b-a1e4-49929e1d497e" + "20b1c324-530b-4881-a70b-653258353e29" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200707Z:ae0aed2e-5874-4b2b-a1e4-49929e1d497e" + "EASTUS2:20211117T022839Z:20b1c324-530b-4881-a70b-653258353e29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5169,27 +3894,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:07:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -5199,11 +3921,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:28:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5212,13 +3937,13 @@ "11983" ], "x-ms-request-id": [ - "47dd6c02-0e27-421b-bd4d-b9d09604ff2d" + "06e0c0e4-2a5f-4656-abee-6f70e9ff0da3" ], "x-ms-correlation-request-id": [ - "47dd6c02-0e27-421b-bd4d-b9d09604ff2d" + "06e0c0e4-2a5f-4656-abee-6f70e9ff0da3" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200723Z:47dd6c02-0e27-421b-bd4d-b9d09604ff2d" + "EASTUS2:20211117T022855Z:06e0c0e4-2a5f-4656-abee-6f70e9ff0da3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5226,27 +3951,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:07:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -5256,6 +3978,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:09 GMT" + ], "Pragma": [ "no-cache" ], @@ -5263,13 +3988,13 @@ "11982" ], "x-ms-request-id": [ - "a1df2f81-475c-4cd9-be70-1a9789c49630" + "a7d2cc47-bc8a-4728-adf7-a7417ed85341" ], "x-ms-correlation-request-id": [ - "a1df2f81-475c-4cd9-be70-1a9789c49630" + "a7d2cc47-bc8a-4728-adf7-a7417ed85341" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200738Z:a1df2f81-475c-4cd9-be70-1a9789c49630" + "EASTUS2:20211117T022910Z:a7d2cc47-bc8a-4728-adf7-a7417ed85341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5277,27 +4002,24 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:07:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" @@ -5307,6 +4029,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 02:29:10 GMT" + ], "Pragma": [ "no-cache" ], @@ -5314,13 +4039,13 @@ "11981" ], "x-ms-request-id": [ - "b1a2c5e8-b3a3-4be7-8e93-0c6c5f115904" + "d15fde06-512d-4dbe-aa81-6d7d957ebc15" ], "x-ms-correlation-request-id": [ - "b1a2c5e8-b3a3-4be7-8e93-0c6c5f115904" + "d15fde06-512d-4dbe-aa81-6d7d957ebc15" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210728T200739Z:b1a2c5e8-b3a3-4be7-8e93-0c6c5f115904" + "EASTUS2:20211117T022911Z:d15fde06-512d-4dbe-aa81-6d7d957ebc15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5328,14 +4053,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 28 Jul 2021 20:07:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5344,30 +4066,30 @@ ], "Names": { "TestVMScaleSetExtensionsImpl": [ - "crptestar8547", - "vmss5156", - "crptestar2183" + "crptestar2740", + "vmss381", + "crptestar8976" ], "CreatePublicIP": [ - "pip389", - "dn8804" + "pip9344", + "dn2983" ], "CreateVNET": [ - "vn6270", - "sn7546" + "vn8751", + "sn8019" ], "CreateNIC": [ - "nic6524", - "ip931" + "nic6444", + "ip3364" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9267", - "vmss6372", - "vmsstestnetconfig3938", - "vmsstestnetconfig5618" + "crptestar963", + "vmss788", + "vmsstestnetconfig6195", + "vmsstestnetconfig1270" ] }, "Variables": { - "SubscriptionId": "a53f7094-a16c-47af-abe4-b05c05d0d79a" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetMarketplaceTests/TestVMScaleSetMarketplace.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetMarketplaceTests/TestVMScaleSetMarketplace.json index f6f11a6244bd2..2df9e27c636e1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetMarketplaceTests/TestVMScaleSetMarketplace.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetMarketplaceTests/TestVMScaleSetMarketplace.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d524e76c-2977-4aec-b0d6-114718cb8fa0" + "f7d5ec09-ca18-4102-a0b4-af0a7354b4c7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "419f13ba-5076-4f03-ba78-45696ddb298f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14be83e1-40be-4a7b-a07c-f76f72a87ee7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "375634fb-8660-42c7-91c9-9e30d7597268" + "3476adbd-73f6-4109-b28e-37031114cf65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130011Z:375634fb-8660-42c7-91c9-9e30d7597268" + "EASTUS2:20211116T175607Z:3476adbd-73f6-4109-b28e-37031114cf65" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:10 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40441?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNDQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar16511?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2NTExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar40441\": \"2021-06-29 13:00:11Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar16511\": \"2021-11-16 17:56:07Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06ddb3f5-9efd-4580-abae-31ec6d35764b" + "de80ddab-696b-438f-a456-a7bc2f2ffdd3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:09 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "d92bd199-d940-476a-a946-98a4ea914894" + "a3b8a10e-1241-4774-a823-b0b9f2b29084" ], "x-ms-correlation-request-id": [ - "d92bd199-d940-476a-a946-98a4ea914894" + "a3b8a10e-1241-4774-a823-b0b9f2b29084" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130014Z:d92bd199-d940-476a-a946-98a4ea914894" + "EASTUS2:20211116T175610Z:a3b8a10e-1241-4774-a823-b0b9f2b29084" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:13 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441\",\r\n \"name\": \"crptestar40441\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar40441\": \"2021-06-29 13:00:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511\",\r\n \"name\": \"crptestar16511\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar16511\": \"2021-11-16 17:56:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40441?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNDQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar16511?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2NTExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "adaad00a-b798-4564-af5c-bbb400f56570" + "675bac5b-9005-401e-a4cd-addd77e9509d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:54 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "4dafb920-0bf4-4e31-9c1b-dc5bf4bc6855" + "60ba1f13-e405-45bc-91fc-c761c8d7dfb2" ], "x-ms-correlation-request-id": [ - "4dafb920-0bf4-4e31-9c1b-dc5bf4bc6855" + "60ba1f13-e405-45bc-91fc-c761c8d7dfb2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130052Z:4dafb920-0bf4-4e31-9c1b-dc5bf4bc6855" + "EASTUS2:20211116T175655Z:60ba1f13-e405-45bc-91fc-c761c8d7dfb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:52 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441\",\r\n \"name\": \"crptestar40441\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511\",\r\n \"name\": \"crptestar16511\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Storage/storageAccounts/crptestar990?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Storage/storageAccounts/crptestar6934?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjkzND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1ecdbca-96be-4b26-bced-179cb6505cf3" + "dbe5a618-2f72-4641-b3e8-4ed43adece14" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/86a8d912-e0a0-4f49-9709-906e79b748cf?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d3c9af3c-2f39-4929-a5f0-33d0dc084d3a?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "86a8d912-e0a0-4f49-9709-906e79b748cf" + "d3c9af3c-2f39-4929-a5f0-33d0dc084d3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "020aa54c-8204-48ea-a012-0f516344aa6c" + "6d26f9ae-2ba6-4172-a45d-56c35ea96a97" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130022Z:020aa54c-8204-48ea-a012-0f516344aa6c" + "EASTUS2:20211116T175621Z:6d26f9ae-2ba6-4172-a45d-56c35ea96a97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:21 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/86a8d912-e0a0-4f49-9709-906e79b748cf?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODZhOGQ5MTItZTBhMC00ZjQ5LTk3MDktOTA2ZTc5Yjc0OGNmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d3c9af3c-2f39-4929-a5f0-33d0dc084d3a?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDNjOWFmM2MtMmYzOS00OTI5LWE1ZjAtMzNkMGRjMDg0ZDNhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:38 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d3c9af3c-2f39-4929-a5f0-33d0dc084d3a?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c6586f58-94d0-44a7-a1fa-17e976b7f2a1" + "883f3771-f024-4280-b1d9-3fadb17bf57a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "0e8d74cc-2a5b-4e34-a238-fc01cc14111f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T175639Z:0e8d74cc-2a5b-4e34-a238-fc01cc14111f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d3c9af3c-2f39-4929-a5f0-33d0dc084d3a?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDNjOWFmM2MtMmYzOS00OTI5LWE1ZjAtMzNkMGRjMDg0ZDNhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 17:56:42 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "612ffcb9-2e1f-48e5-bb2a-dc3fe465e89b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11998" ], "x-ms-correlation-request-id": [ - "fa7f82be-fd33-4fe8-864e-28d9a5c7edef" + "7496ded4-7310-436e-a702-41a87a02c705" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130040Z:fa7f82be-fd33-4fe8-864e-28d9a5c7edef" + "EASTUS2:20211116T175642Z:7496ded4-7310-436e-a702-41a87a02c705" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:40 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6dc9098-1827-4e11-83a1-6e07aba30274" + "2fd85c02-777a-434f-8f84-11352a980465" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e9a2ce35-d9bc-46e1-86a0-8efbfa3a4fd6" + "8befd8e7-bea6-430f-b556-598e408c7b2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11997" ], "x-ms-correlation-request-id": [ - "d0e71f12-e926-4a65-a908-fb95430680f8" + "3a1c02b3-9d43-4a57-b0e8-9c0facfa7803" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130050Z:d0e71f12-e926-4a65-a908-fb95430680f8" + "EASTUS2:20211116T175652Z:3a1c02b3-9d43-4a57-b0e8-9c0facfa7803" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:50 GMT" - ], "Content-Length": [ - "747" + "753" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Storage/storageAccounts/crptestar990\",\r\n \"name\": \"crptestar990\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:00:19.1377963Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar990.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar990.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar990.table.core.windows.net/\",\r\n \"file\": \"https://crptestar990.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Storage/storageAccounts/crptestar6934\",\r\n \"name\": \"crptestar6934\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T17:56:18.372794Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6934.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6934.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6934.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6934.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Storage/storageAccounts/crptestar990?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Storage/storageAccounts/crptestar6934?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjkzND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ed29de2-b313-4165-b325-21acb39cecb1" + "2457ccd5-9ba6-41e2-a808-233f05693d33" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6f08f241-f6ba-4ae4-9d0f-31bb994c13bb" + "4b9f5662-d8da-4501-a027-f79374909f8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11996" ], "x-ms-correlation-request-id": [ - "eeee5b09-1f74-4af4-b23e-5aa9dcc53c9a" + "f4dc6d3e-0266-4a9d-bed4-42f5b79c488d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130050Z:eeee5b09-1f74-4af4-b23e-5aa9dcc53c9a" + "EASTUS2:20211116T175653Z:f4dc6d3e-0266-4a9d-bed4-42f5b79c488d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:50 GMT" - ], "Content-Length": [ - "735" + "741" ], "Content-Type": [ "application/json" @@ -457,35 +520,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Storage/storageAccounts/crptestar990\",\r\n \"name\": \"crptestar990\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:00:19.1377963Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar990.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar990.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar990.table.core.windows.net/\",\r\n \"file\": \"https://crptestar990.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Storage/storageAccounts/crptestar6934\",\r\n \"name\": \"crptestar6934\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T17:56:18.372794Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6934.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6934.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6934.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6934.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax-enterprise/skus/datastaxenterprise/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXgtZW50ZXJwcmlzZS9za3VzL2RhdGFzdGF4ZW50ZXJwcmlzZS92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax-enterprise/skus/datastaxenterprise/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXgtZW50ZXJwcmlzZS9za3VzL2RhdGFzdGF4ZW50ZXJwcmlzZS92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03bcd1e4-a2aa-4da9-b136-e40045c3aeae" + "67668dcd-4bee-4598-9860-56cffce4b95d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -493,30 +563,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132627756766076756" + "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132717006589798130" ], "x-ms-request-id": [ - "b9236912-a0f9-4fdd-bd86-0b2d03a86dc7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "11aba769-adfa-4c1e-ad59-4144a648044b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "a9958167-fa3e-4e1b-96bd-343e666cdd99" + "5eb2f6fb-e36c-44a3-955c-747885ddb007" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130050Z:a9958167-fa3e-4e1b-96bd-343e666cdd99" + "EASTUS2:20211116T175653Z:5eb2f6fb-e36c-44a3-955c-747885ddb007" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:50 GMT" - ], "Content-Length": [ "295" ], @@ -531,31 +594,38 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax-enterprise/skus/datastaxenterprise/versions/1.5.0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXgtZW50ZXJwcmlzZS9za3VzL2RhdGFzdGF4ZW50ZXJwcmlzZS92ZXJzaW9ucy8xLjUuMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/datastax/artifacttypes/vmimage/offers/datastax-enterprise/skus/datastaxenterprise/versions/1.5.0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL2RhdGFzdGF4L2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvZGF0YXN0YXgtZW50ZXJwcmlzZS9za3VzL2RhdGFzdGF4ZW50ZXJwcmlzZS92ZXJzaW9ucy8xLjUuMD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33e09b20-e800-4af7-8bcf-c64488212193" + "94ff2a1f-c9c5-4200-9130-70e1c17932b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999" ], @@ -563,32 +633,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132627756766076756" + "eca4a0e8-c3b6-402b-8581-3e72765d1d9f_132717006589798130" ], "x-ms-request-id": [ - "04c24070-2a8f-423b-901e-3eb1104a5be6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "77ec5a12-93b3-448f-9179-54c01c6c98fc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "d5b7691a-06f3-4839-9837-fd3a33833cd9" + "aad74f31-7ffd-4614-bc6a-6919ad22df53" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130051Z:d5b7691a-06f3-4839-9837-fd3a33833cd9" + "EASTUS2:20211116T175653Z:aad74f31-7ffd-4614-bc6a-6919ad22df53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:00:50 GMT" - ], "Content-Length": [ - "851" + "816" ], "Content-Type": [ "application/json; charset=utf-8" @@ -597,25 +660,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Managed\",\r\n \"replicaCount\": 3,\r\n \"disallowed\": {\r\n \"vmDiskType\": \"Unmanaged\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n },\r\n \"plan\": {\r\n \"publisher\": \"datastax\",\r\n \"name\": \"datastaxenterprise\",\r\n \"product\": \"datastax-enterprise\"\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30,\r\n \"sizeInBytes\": 32212255232\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.5.0\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax/ArtifactTypes/VMImage/Offers/datastax-enterprise/Skus/datastaxenterprise/Versions/1.5.0\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"replicaType\": \"Managed\",\r\n \"replicaCount\": 3,\r\n \"disallowed\": {\r\n \"vmDiskType\": \"Unmanaged\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \"automaticOSUpgradeSupported\": false\r\n },\r\n \"plan\": {\r\n \"publisher\": \"datastax\",\r\n \"name\": \"datastaxenterprise\",\r\n \"product\": \"datastax-enterprise\"\r\n },\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.5.0\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax/ArtifactTypes/VMImage/Offers/datastax-enterprise/Skus/datastaxenterprise/Versions/1.5.0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/publicIPAddresses/pip8850?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4ODUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/publicIPAddresses/pip1147?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8407\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c404f180-d9e1-41ce-b59d-3a945ee6bf36" + "d398a08e-a91d-4b3d-8819-fadc8318adf4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -629,46 +692,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ab413e50-5336-40bd-8b52-e25bf92e8499" + "b15a19d7-fc6d-4237-9ea0-d45f30a7cf8f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ab413e50-5336-40bd-8b52-e25bf92e8499?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b15a19d7-fc6d-4237-9ea0-d45f30a7cf8f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "29e03cd6-e552-45be-a14f-55c209ef6bd1" + "3448b63e-9b13-4bad-a5b9-b91a77a0536b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8708a298-07b0-4525-b5ed-e0049aa8c827" + "6b71aa1d-3a99-47e5-89ec-9993b198ada5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130102Z:29e03cd6-e552-45be-a14f-55c209ef6bd1" + "EASTUS2:20211116T175705Z:3448b63e-9b13-4bad-a5b9-b91a77a0536b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:02 GMT" - ], "Content-Length": [ "770" ], @@ -679,19 +742,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8850\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/publicIPAddresses/pip8850\",\r\n \"etag\": \"W/\\\"0c5aa5e3-bfbe-4159-8a5a-3f55c195b773\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bdae1594-14e6-452a-b77e-2320a6c08631\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8407\",\r\n \"fqdn\": \"dn8407.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1147\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/publicIPAddresses/pip1147\",\r\n \"etag\": \"W/\\\"5cd5e247-d9c3-450f-9abd-c04fdd23af74\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5ab42926-f83f-4951-af8d-d388e499ea98\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\",\r\n \"fqdn\": \"dn7199.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ab413e50-5336-40bd-8b52-e25bf92e8499?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNDEzZTUwLTUzMzYtNDBiZC04YjUyLWUyNWJmOTJlODQ5OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b15a19d7-fc6d-4237-9ea0-d45f30a7cf8f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IxNWExOWQ3LWZjNmQtNDIzNy05ZWEwLWQ0NWYzMGE3Y2Y4Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -699,37 +762,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c38983b9-fcfe-4304-930e-870621cd8a28" + "d999c8c1-4523-4dc4-9f02-84d869f32bbf" ], "x-ms-correlation-request-id": [ - "ca4ca4ba-1d4e-43bb-b066-99c053ad7763" + "8c0cbea3-1fa6-4adc-9b85-2f1416e144b8" ], "x-ms-arm-service-request-id": [ - "aa866c53-8716-414f-b15a-7697833f6205" + "488efaf1-51ea-4242-8d97-ff54718aa194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130104Z:ca4ca4ba-1d4e-43bb-b066-99c053ad7763" + "EASTUS2:20211116T175706Z:8c0cbea3-1fa6-4adc-9b85-2f1416e144b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:03 GMT" - ], "Content-Length": [ "29" ], @@ -744,15 +807,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/publicIPAddresses/pip8850?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4ODUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/publicIPAddresses/pip1147?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -760,40 +823,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e8c12159-1e07-4f4b-8798-1b9a7baf0238\"" + "W/\"ac9d4742-ead0-4eaf-b5a1-15534f30dd2d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d3656e3d-8d04-40cb-89e6-a5f8c91c06f1" + "c0b3eee5-e552-49a4-9818-32a4c3fe16d1" ], "x-ms-correlation-request-id": [ - "02abf1f1-d623-48b5-aec4-764917695c3f" + "344d4f4e-0fdd-408d-8159-ed8b35ab0176" ], "x-ms-arm-service-request-id": [ - "9e2a283e-667b-48d8-b8ec-a2819b64ff1e" + "5f39af18-fc74-45a9-9d8c-ab44ac12efb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130104Z:02abf1f1-d623-48b5-aec4-764917695c3f" + "EASTUS2:20211116T175706Z:344d4f4e-0fdd-408d-8159-ed8b35ab0176" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:03 GMT" - ], "Content-Length": [ "771" ], @@ -804,25 +867,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8850\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/publicIPAddresses/pip8850\",\r\n \"etag\": \"W/\\\"e8c12159-1e07-4f4b-8798-1b9a7baf0238\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bdae1594-14e6-452a-b77e-2320a6c08631\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8407\",\r\n \"fqdn\": \"dn8407.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1147\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/publicIPAddresses/pip1147\",\r\n \"etag\": \"W/\\\"ac9d4742-ead0-4eaf-b5a1-15534f30dd2d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ab42926-f83f-4951-af8d-d388e499ea98\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\",\r\n \"fqdn\": \"dn7199.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/publicIPAddresses/pip8850?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4ODUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/publicIPAddresses/pip1147?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42b173ef-4238-44e7-a098-2e531f50a4c9" + "3fffdc21-9e69-4fc8-8cad-7f51fe765b89" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -830,40 +893,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e8c12159-1e07-4f4b-8798-1b9a7baf0238\"" + "W/\"ac9d4742-ead0-4eaf-b5a1-15534f30dd2d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5f026fa2-96e0-4dc0-a2b8-963362da2da5" + "6869e36b-d6fe-4fe9-8fdb-6648f1aebaef" ], "x-ms-correlation-request-id": [ - "5a20da8c-63ac-47dc-a18a-8db81989825e" + "03d140fa-61ca-4a60-899d-df73c81721d9" ], "x-ms-arm-service-request-id": [ - "8bdb0cab-227d-4407-8c00-6c9477b0c6e0" + "479ff122-b84b-453d-b21f-3233e0d527a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130104Z:5a20da8c-63ac-47dc-a18a-8db81989825e" + "EASTUS2:20211116T175706Z:03d140fa-61ca-4a60-899d-df73c81721d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:04 GMT" - ], "Content-Length": [ "771" ], @@ -874,80 +937,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8850\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/publicIPAddresses/pip8850\",\r\n \"etag\": \"W/\\\"e8c12159-1e07-4f4b-8798-1b9a7baf0238\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bdae1594-14e6-452a-b77e-2320a6c08631\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8407\",\r\n \"fqdn\": \"dn8407.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1147\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/publicIPAddresses/pip1147\",\r\n \"etag\": \"W/\\\"ac9d4742-ead0-4eaf-b5a1-15534f30dd2d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ab42926-f83f-4951-af8d-d388e499ea98\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7199\",\r\n \"fqdn\": \"dn7199.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NzY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44OTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7965\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn107\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1703aad5-e5e1-4082-a908-456c03470c91" + "187c217d-7201-480c-aee2-0a069b038a07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "401" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9c2e6a1c-6b27-4ed5-99e4-5518ca2a940d" + "a4f80fab-981d-4b9b-aeb4-cf9d2c94bc2d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9c2e6a1c-6b27-4ed5-99e4-5518ca2a940d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a4f80fab-981d-4b9b-aeb4-cf9d2c94bc2d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bf0c9b20-9aa9-4a71-a415-b5867acbfed7" + "a72ae416-b965-4e3f-b92e-3a5bda1442d1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "beb12410-6f82-4ffa-825c-26c21258556a" + "17b27f23-0696-49fd-a994-d15e6b725ce7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130108Z:bf0c9b20-9aa9-4a71-a415-b5867acbfed7" + "EASTUS2:20211116T175710Z:a72ae416-b965-4e3f-b92e-3a5bda1442d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:08 GMT" - ], "Content-Length": [ - "1323" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -956,19 +1019,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9767\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767\",\r\n \"etag\": \"W/\\\"99e63bac-066b-4881-9863-b214db2148fa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f4d1e94c-ae39-488b-9c96-27be5bee6820\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\",\r\n \"etag\": \"W/\\\"99e63bac-066b-4881-9863-b214db2148fa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915\",\r\n \"etag\": \"W/\\\"184a9049-731d-441a-8a02-a1d42b97eb7d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"da0483e1-96d6-408a-8561-f4cd7852808a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\",\r\n \"etag\": \"W/\\\"184a9049-731d-441a-8a02-a1d42b97eb7d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9c2e6a1c-6b27-4ed5-99e4-5518ca2a940d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzljMmU2YTFjLTZiMjctNGVkNS05OWU0LTU1MThjYTJhOTQwZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a4f80fab-981d-4b9b-aeb4-cf9d2c94bc2d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E0ZjgwZmFiLTk4MWQtNGI5Yi1hZWI0LWNmOWQyYzk0YmMyZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -976,37 +1039,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d15a1345-3b31-41c1-a024-8d2aaf7c9bea" + "850d8487-db0d-4109-b258-994b84838e96" ], "x-ms-correlation-request-id": [ - "7ee42085-69ba-4a77-824f-14675a83b67f" + "5d9950db-9a88-4804-a02a-7a26bfe67618" ], "x-ms-arm-service-request-id": [ - "aca1bf4d-6c5f-4d59-b165-1a83046bc1a3" + "fc17aa77-f867-45cd-8dee-69c00b547eb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130111Z:7ee42085-69ba-4a77-824f-14675a83b67f" + "EASTUS2:20211116T175714Z:5d9950db-9a88-4804-a02a-7a26bfe67618" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:11 GMT" - ], "Content-Length": [ "29" ], @@ -1021,15 +1084,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NzY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44OTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1037,42 +1100,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0914873d-3acc-452f-861d-b13c4c53f0b8\"" + "W/\"df2be8df-02da-406b-b21b-6c8578493af0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "757cffca-856f-46bd-818e-d6e63ff40652" + "b4b08ab5-8cfc-4e53-8d7d-dd99a9529291" ], "x-ms-correlation-request-id": [ - "e57f9950-6455-4f93-9b20-ea872065badf" + "6a8e88e8-5faf-482e-ae35-5bca6b91a9bb" ], "x-ms-arm-service-request-id": [ - "0d732fff-540d-4a58-986f-bc4e6f91bfd5" + "cfa091a3-034d-4ab6-ba69-72a6b1ad5a75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130112Z:e57f9950-6455-4f93-9b20-ea872065badf" + "EASTUS2:20211116T175714Z:6a8e88e8-5faf-482e-ae35-5bca6b91a9bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:11 GMT" - ], "Content-Length": [ - "1325" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1081,25 +1144,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9767\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767\",\r\n \"etag\": \"W/\\\"0914873d-3acc-452f-861d-b13c4c53f0b8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f4d1e94c-ae39-488b-9c96-27be5bee6820\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\",\r\n \"etag\": \"W/\\\"0914873d-3acc-452f-861d-b13c4c53f0b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915\",\r\n \"etag\": \"W/\\\"df2be8df-02da-406b-b21b-6c8578493af0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da0483e1-96d6-408a-8561-f4cd7852808a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\",\r\n \"etag\": \"W/\\\"df2be8df-02da-406b-b21b-6c8578493af0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NzY3L3N1Ym5ldHMvc243OTY1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44OTE1L3N1Ym5ldHMvc24xMDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68f7f0df-17d6-46f9-a5a2-68a2954f6d60" + "e6a9e54e-30d3-480c-a41e-abf159d38a34" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1107,42 +1170,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0914873d-3acc-452f-861d-b13c4c53f0b8\"" + "W/\"df2be8df-02da-406b-b21b-6c8578493af0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4655105c-3645-4ade-8243-88858bd86e34" + "6abcdef4-84b4-4e61-8b40-0f8344264b92" ], "x-ms-correlation-request-id": [ - "1bc7ac7c-f282-4a02-9119-850ac5120446" + "809e1c43-d37a-400c-b2eb-3285a0360b7e" ], "x-ms-arm-service-request-id": [ - "a41a668f-5229-43a7-aadd-3717be6eed7a" + "ac61127f-b5e1-480f-a25d-551f6f2ef8b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130112Z:1bc7ac7c-f282-4a02-9119-850ac5120446" + "EASTUS2:20211116T175714Z:809e1c43-d37a-400c-b2eb-3285a0360b7e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:11 GMT" - ], "Content-Length": [ - "524" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1151,77 +1214,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\",\r\n \"etag\": \"W/\\\"0914873d-3acc-452f-861d-b13c4c53f0b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\",\r\n \"etag\": \"W/\\\"df2be8df-02da-406b-b21b-6c8578493af0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzIzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\"\r\n }\r\n },\r\n \"name\": \"ip621\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\"\r\n }\r\n },\r\n \"name\": \"ip4082\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f6b05744-f6d8-4983-b888-24a1bfb883f1" + "293e3f23-4335-41ed-bf5a-920070e769ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "747" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3e6690bd-8758-47ac-afe2-ff47027e5809" + "6ed7b44d-2d23-4012-9bc0-e888cab621b6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3e6690bd-8758-47ac-afe2-ff47027e5809?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6ed7b44d-2d23-4012-9bc0-e888cab621b6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "efd9f186-7b64-4104-93fb-f5994c1b12a4" + "d66b5dac-b644-4748-9b55-c551f83ff778" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "22de6d75-455e-4cd6-8b5b-395904041bcf" + "01e0d261-b04f-45d5-a172-0cf6351af449" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130116Z:efd9f186-7b64-4104-93fb-f5994c1b12a4" + "EASTUS2:20211116T175718Z:d66b5dac-b644-4748-9b55-c551f83ff778" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:16 GMT" - ], "Content-Length": [ - "1632" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1230,19 +1293,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7323\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323\",\r\n \"etag\": \"W/\\\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d668e218-724a-4316-940d-7d816cef3e17\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip621\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323/ipConfigurations/ip621\",\r\n \"etag\": \"W/\\\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\"\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\": \"jtu3d3bzv0furhewe45fx1tiea.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3148\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148\",\r\n \"etag\": \"W/\\\"688ade65-41a7-4b93-b547-df2ffa0d405e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"817d0722-523c-468a-a168-709b83fa5b29\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4082\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148/ipConfigurations/ip4082\",\r\n \"etag\": \"W/\\\"688ade65-41a7-4b93-b547-df2ffa0d405e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\"\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\": \"2gbqjwwws0febblb4tgxquuarc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzIzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1250,42 +1313,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\"" + "W/\"688ade65-41a7-4b93-b547-df2ffa0d405e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e6d83b1f-2822-4671-b959-9adb099baf8b" + "79362416-5931-4fea-8308-03bc570f1fdd" ], "x-ms-correlation-request-id": [ - "67eaf7d6-fe17-4367-b080-3e2df8c0d5b0" + "b5873247-86a6-4104-ad70-3de494995391" ], "x-ms-arm-service-request-id": [ - "4bb1b15e-e546-4063-9554-388693e68d19" + "641816dd-e6eb-4540-8fb3-3dec30028d99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130116Z:67eaf7d6-fe17-4367-b080-3e2df8c0d5b0" + "EASTUS2:20211116T175719Z:b5873247-86a6-4104-ad70-3de494995391" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:16 GMT" - ], "Content-Length": [ - "1632" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1294,25 +1357,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7323\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323\",\r\n \"etag\": \"W/\\\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d668e218-724a-4316-940d-7d816cef3e17\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip621\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323/ipConfigurations/ip621\",\r\n \"etag\": \"W/\\\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\"\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\": \"jtu3d3bzv0furhewe45fx1tiea.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3148\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148\",\r\n \"etag\": \"W/\\\"688ade65-41a7-4b93-b547-df2ffa0d405e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"817d0722-523c-468a-a168-709b83fa5b29\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4082\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148/ipConfigurations/ip4082\",\r\n \"etag\": \"W/\\\"688ade65-41a7-4b93-b547-df2ffa0d405e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\"\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\": \"2gbqjwwws0febblb4tgxquuarc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzIzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37892a8f-ee87-4e2b-9157-2bcf8503d034" + "149ea6c4-fd08-4a4c-afef-558f9d334cef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1320,42 +1383,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\"" + "W/\"688ade65-41a7-4b93-b547-df2ffa0d405e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "078c75b2-1ffc-4517-b255-d61bd2492842" + "a827229a-277c-4962-b3ec-bd1f5cebee7e" ], "x-ms-correlation-request-id": [ - "83780b4b-e651-4d06-a92e-6af228e0cff2" + "292fdae5-c951-4d84-8c93-a866c3fd32e6" ], "x-ms-arm-service-request-id": [ - "a28577bb-ab33-4630-bb29-8c4ef087aeba" + "65ff0288-3754-410d-b1a4-d9d678db9e41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130117Z:83780b4b-e651-4d06-a92e-6af228e0cff2" + "EASTUS2:20211116T175719Z:292fdae5-c951-4d84-8c93-a866c3fd32e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:16 GMT" - ], "Content-Length": [ - "1632" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1364,26 +1427,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7323\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323\",\r\n \"etag\": \"W/\\\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d668e218-724a-4316-940d-7d816cef3e17\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip621\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/networkInterfaces/nic7323/ipConfigurations/ip621\",\r\n \"etag\": \"W/\\\"34214ba6-99f2-46c2-b3c0-7593a5c93b0d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\"\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\": \"jtu3d3bzv0furhewe45fx1tiea.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3148\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148\",\r\n \"etag\": \"W/\\\"688ade65-41a7-4b93-b547-df2ffa0d405e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"817d0722-523c-468a-a168-709b83fa5b29\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4082\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/networkInterfaces/nic3148/ipConfigurations/ip4082\",\r\n \"etag\": \"W/\\\"688ade65-41a7-4b93-b547-df2ffa0d405e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\"\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\": \"2gbqjwwws0febblb4tgxquuarc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4492?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDQ5Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2618?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2NTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjYxOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"plan\": {\r\n \"name\": \"datastaxenterprise\",\r\n \"publisher\": \"datastax\",\r\n \"product\": \"datastax-enterprise\"\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"datastax\",\r\n \"offer\": \"datastax-enterprise\",\r\n \"sku\": \"datastaxenterprise\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar990.blob.core.windows.net/crptestar2695\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2118\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7822\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40441/providers/Microsoft.Network/virtualNetworks/vn9767/subnets/sn7965\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"plan\": {\r\n \"name\": \"datastaxenterprise\",\r\n \"publisher\": \"datastax\",\r\n \"product\": \"datastax-enterprise\"\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"datastax\",\r\n \"offer\": \"datastax-enterprise\",\r\n \"sku\": \"datastaxenterprise\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar6934.blob.core.windows.net/crptestar5991\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6881\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1594\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16511/providers/Microsoft.Network/virtualNetworks/vn8915/subnets/sn107\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6663841c-2204-440b-87df-eeabe601da25" + "2844718d-011c-4f50-bed6-e7117201b4ec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1396,6 +1459,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:27 GMT" + ], "Pragma": [ "no-cache" ], @@ -1403,13 +1469,13 @@ "gateway" ], "x-ms-request-id": [ - "896d8f10-f9f5-4474-9bae-a3a58967ae31" + "58aa35da-58fc-4869-879e-15229728d226" ], "x-ms-correlation-request-id": [ - "896d8f10-f9f5-4474-9bae-a3a58967ae31" + "58aa35da-58fc-4869-879e-15229728d226" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130124Z:896d8f10-f9f5-4474-9bae-a3a58967ae31" + "EASTUS2:20211116T175728Z:58aa35da-58fc-4869-879e-15229728d226" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1417,9 +1483,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:24 GMT" - ], "Content-Length": [ "801" ], @@ -1430,25 +1493,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourcePurchaseValidationFailed\",\r\n \"message\": \"User failed validation to purchase resources. Error message: 'You have not accepted the legal terms on this subscription: 'e37510d7-33b6-4676-886f-ee75bcc01871' for this plan. Before the subscription can be used, you need to accept the legal terms of the image. To read and accept legal terms, use the Azure CLI commands described at https://go.microsoft.com/fwlink/?linkid=2110637 or the PowerShell commands available at https://go.microsoft.com/fwlink/?linkid=862451. Alternatively, deploying via the Azure portal provides a UI experience for reading and accepting the legal terms. Offer details: publisher='datastax' offer = 'datastax-enterprise', sku = 'datastaxenterprise', Correlation Id: '896d8f10-f9f5-4474-9bae-a3a58967ae31'.'\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourcePurchaseValidationFailed\",\r\n \"message\": \"User failed validation to purchase resources. Error message: 'You have not accepted the legal terms on this subscription: 'e37510d7-33b6-4676-886f-ee75bcc01871' for this plan. Before the subscription can be used, you need to accept the legal terms of the image. To read and accept legal terms, use the Azure CLI commands described at https://go.microsoft.com/fwlink/?linkid=2110637 or the PowerShell commands available at https://go.microsoft.com/fwlink/?linkid=862451. Alternatively, deploying via the Azure portal provides a UI experience for reading and accepting the legal terms. Offer details: publisher='datastax' offer = 'datastax-enterprise', sku = 'datastaxenterprise', Correlation Id: '58aa35da-58fc-4869-879e-15229728d226'.'\"\r\n }\r\n}", "StatusCode": 400 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40441?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNDQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar16511?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2NTExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2a65cfc-5487-4ff8-9e10-aa694688b0d7" + "a72c2dcd-a31b-4f04-b785-6cf13d1a45b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1456,11 +1519,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1469,13 +1535,13 @@ "14999" ], "x-ms-request-id": [ - "327ca8f4-8d1c-47c6-b8f1-8e1b6563539b" + "4479160b-7f4b-4cbd-982b-ef9e2c16e7ce" ], "x-ms-correlation-request-id": [ - "327ca8f4-8d1c-47c6-b8f1-8e1b6563539b" + "4479160b-7f4b-4cbd-982b-ef9e2c16e7ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130128Z:327ca8f4-8d1c-47c6-b8f1-8e1b6563539b" + "EASTUS2:20211116T175731Z:4479160b-7f4b-4cbd-982b-ef9e2c16e7ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1483,29 +1549,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1513,11 +1576,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:57:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1526,13 +1592,13 @@ "11999" ], "x-ms-request-id": [ - "ed6cba59-ff43-4776-9f97-6e6e55fb1716" + "eca2abf9-688d-48c3-a736-8214510ac644" ], "x-ms-correlation-request-id": [ - "ed6cba59-ff43-4776-9f97-6e6e55fb1716" + "eca2abf9-688d-48c3-a736-8214510ac644" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130144Z:ed6cba59-ff43-4776-9f97-6e6e55fb1716" + "EASTUS2:20211116T175746Z:eca2abf9-688d-48c3-a736-8214510ac644" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1540,29 +1606,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1570,11 +1633,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:58:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1583,13 +1649,13 @@ "11998" ], "x-ms-request-id": [ - "791fafa3-a806-42dc-ac90-d5a384d65836" + "b2d5f3ad-eb67-44f5-83ab-eadb99ee96bb" ], "x-ms-correlation-request-id": [ - "791fafa3-a806-42dc-ac90-d5a384d65836" + "b2d5f3ad-eb67-44f5-83ab-eadb99ee96bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130159Z:791fafa3-a806-42dc-ac90-d5a384d65836" + "EASTUS2:20211116T175802Z:b2d5f3ad-eb67-44f5-83ab-eadb99ee96bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1597,29 +1663,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:01:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1627,11 +1690,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:58:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1640,13 +1706,13 @@ "11997" ], "x-ms-request-id": [ - "efe30b38-efb7-4ef2-b5e5-6d3a88f9f28c" + "c5ef3a37-5683-4969-ba5b-3037664d68aa" ], "x-ms-correlation-request-id": [ - "efe30b38-efb7-4ef2-b5e5-6d3a88f9f28c" + "c5ef3a37-5683-4969-ba5b-3037664d68aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130215Z:efe30b38-efb7-4ef2-b5e5-6d3a88f9f28c" + "EASTUS2:20211116T175817Z:c5ef3a37-5683-4969-ba5b-3037664d68aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1654,29 +1720,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:02:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 17:58:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "4df1b04f-bc0e-4fc8-870f-8184a947d09d" + ], + "x-ms-correlation-request-id": [ + "4df1b04f-bc0e-4fc8-870f-8184a947d09d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T175833Z:4df1b04f-bc0e-4fc8-870f-8184a947d09d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1684,26 +1804,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:58:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "a57b1a0b-18fe-4462-8042-e80c27d0a9f7" + "94328c10-0c0b-441c-9eba-20ed5cf974fe" ], "x-ms-correlation-request-id": [ - "a57b1a0b-18fe-4462-8042-e80c27d0a9f7" + "94328c10-0c0b-441c-9eba-20ed5cf974fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130230Z:a57b1a0b-18fe-4462-8042-e80c27d0a9f7" + "EASTUS2:20211116T175848Z:94328c10-0c0b-441c-9eba-20ed5cf974fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1711,29 +1834,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:02:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 17:59:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "6452cd5a-f282-4321-831f-1f10225f0dec" + ], + "x-ms-correlation-request-id": [ + "6452cd5a-f282-4321-831f-1f10225f0dec" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T175904Z:6452cd5a-f282-4321-831f-1f10225f0dec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1741,26 +1918,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:59:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "6b601e4d-69ae-4c4b-af12-0ead9b704fd6" + "35ee5f54-21e2-4200-b818-d20d9e94fd81" ], "x-ms-correlation-request-id": [ - "6b601e4d-69ae-4c4b-af12-0ead9b704fd6" + "35ee5f54-21e2-4200-b818-d20d9e94fd81" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130246Z:6b601e4d-69ae-4c4b-af12-0ead9b704fd6" + "EASTUS2:20211116T175919Z:35ee5f54-21e2-4200-b818-d20d9e94fd81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1768,29 +1948,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:02:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 17:59:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "c8968376-eb9c-4f3d-af05-cde5061d1e0a" + ], + "x-ms-correlation-request-id": [ + "c8968376-eb9c-4f3d-af05-cde5061d1e0a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T175935Z:c8968376-eb9c-4f3d-af05-cde5061d1e0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1798,26 +2032,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:59:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "dd91209d-50fe-46e1-9864-11e4e0bd7e4d" + "9b4982ec-59ef-4c4b-a2e8-7546da1df663" ], "x-ms-correlation-request-id": [ - "dd91209d-50fe-46e1-9864-11e4e0bd7e4d" + "9b4982ec-59ef-4c4b-a2e8-7546da1df663" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130301Z:dd91209d-50fe-46e1-9864-11e4e0bd7e4d" + "EASTUS2:20211116T175950Z:9b4982ec-59ef-4c4b-a2e8-7546da1df663" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1825,29 +2062,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:03:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 18:00:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "9c4cb08c-4466-403d-9bec-96586d546bf0" + ], + "x-ms-correlation-request-id": [ + "9c4cb08c-4466-403d-9bec-96586d546bf0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T180006Z:9c4cb08c-4466-403d-9bec-96586d546bf0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1855,20 +2146,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:00:21 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "3e8f753a-4e63-430d-83f4-28430176f48c" + "952cebaa-3ba4-40b6-b61e-0f18e9d7df12" ], "x-ms-correlation-request-id": [ - "3e8f753a-4e63-430d-83f4-28430176f48c" + "952cebaa-3ba4-40b6-b61e-0f18e9d7df12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130317Z:3e8f753a-4e63-430d-83f4-28430176f48c" + "EASTUS2:20211116T180021Z:952cebaa-3ba4-40b6-b61e-0f18e9d7df12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1876,29 +2176,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:03:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 18:00:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "f78e3e75-4a68-4ef8-9de9-a457d9cd4f15" + ], + "x-ms-correlation-request-id": [ + "f78e3e75-4a68-4ef8-9de9-a457d9cd4f15" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T180037Z:f78e3e75-4a68-4ef8-9de9-a457d9cd4f15" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1906,20 +2260,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:00:52 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "d8d16b32-c470-4147-b17b-a8f2f53197e2" + "fea17b07-d378-41f2-962b-16120e2ea8de" ], "x-ms-correlation-request-id": [ - "d8d16b32-c470-4147-b17b-a8f2f53197e2" + "fea17b07-d378-41f2-962b-16120e2ea8de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130317Z:d8d16b32-c470-4147-b17b-a8f2f53197e2" + "EASTUS2:20211116T180052Z:fea17b07-d378-41f2-962b-16120e2ea8de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1927,14 +2284,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 13:03:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjUxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpVeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 18:00:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "fc993411-8a72-45bf-bf30-54feadccd8bf" + ], + "x-ms-correlation-request-id": [ + "fc993411-8a72-45bf-bf30-54feadccd8bf" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T180053Z:fc993411-8a72-45bf-bf30-54feadccd8bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -1943,27 +2348,27 @@ ], "Names": { "TestVMScaleSetMarketplace": [ - "crptestar4044", - "vmss4492", - "crptestar990" + "crptestar1651", + "vmss2618", + "crptestar6934" ], "CreatePublicIP": [ - "pip8850", - "dn8407" + "pip1147", + "dn7199" ], "CreateVNET": [ - "vn9767", - "sn7965" + "vn8915", + "sn107" ], "CreateNIC": [ - "nic7323", - "ip621" + "nic3148", + "ip4082" ], "CreateDefaultVMScaleSetInput": [ - "crptestar2695", - "vmss2833", - "vmsstestnetconfig2118", - "vmsstestnetconfig7822" + "crptestar5991", + "vmss3704", + "vmsstestnetconfig6881", + "vmsstestnetconfig1594" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetFilter.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetFilter.json new file mode 100644 index 0000000000000..6af6bf1ff1066 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetFilter.json @@ -0,0 +1,3920 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5ce5d93f-bde7-485e-8be7-cb84b95a66c7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" + ], + "x-ms-request-id": [ + "69f47bc4-1a0c-4bc8-861b-e1f6b687251a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "ffbc6055-a938-447c-9019-69a1a7f34023" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182616Z:ffbc6055-a938-447c-9019-69a1a7f34023" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:26:15 GMT" + ], + "Content-Length": [ + "321" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar25811?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI1ODExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar25811\": \"2022-01-20 18:26:16Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21eb537b-9892-4795-99d7-9f1c2fac3bc6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "100" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "70ea96ae-7306-4b4c-9b8d-782f2e0f69d1" + ], + "x-ms-correlation-request-id": [ + "70ea96ae-7306-4b4c-9b8d-782f2e0f69d1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182620Z:70ea96ae-7306-4b4c-9b8d-782f2e0f69d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:26:19 GMT" + ], + "Content-Length": [ + "237" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811\",\r\n \"name\": \"crptestar25811\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar25811\": \"2022-01-20 18:26:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar25811?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI1ODExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb3ea048-0416-4baa-aefc-96ec803468d7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "e36ab1af-84c7-415c-af25-5bca0c182013" + ], + "x-ms-correlation-request-id": [ + "e36ab1af-84c7-415c-af25-5bca0c182013" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182715Z:e36ab1af-84c7-415c-af25-5bca0c182013" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:15 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811\",\r\n \"name\": \"crptestar25811\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Storage/storageAccounts/crptestar1661?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTY2MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e69d6e5a-f388-4ef1-bc61-ba42f4f53b7d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "95" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d62a4d86-db2e-40d1-a9c0-1103b22416e5?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "d62a4d86-db2e-40d1-a9c0-1103b22416e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "2b6c0185-4e96-42cf-882b-0a4986779d3d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182631Z:2b6c0185-4e96-42cf-882b-0a4986779d3d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:26:31 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d62a4d86-db2e-40d1-a9c0-1103b22416e5?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDYyYTRkODYtZGIyZS00MGQxLWE5YzAtMTEwM2IyMjQxNmU1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d62a4d86-db2e-40d1-a9c0-1103b22416e5?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "1f5cd860-ad1a-4340-9ead-761bda6b5284" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "dc45cda0-a867-41e7-8aeb-c3ab0a91fee0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182649Z:dc45cda0-a867-41e7-8aeb-c3ab0a91fee0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:26:48 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d62a4d86-db2e-40d1-a9c0-1103b22416e5?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDYyYTRkODYtZGIyZS00MGQxLWE5YzAtMTEwM2IyMjQxNmU1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a3562ec4-0358-4c68-8cbb-39811c020a00" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "5e63e099-7c86-46a5-830d-94f1e7aa2c0e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182652Z:5e63e099-7c86-46a5-830d-94f1e7aa2c0e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:26:51 GMT" + ], + "Content-Length": [ + "95" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "abfef9d8-5a0e-4463-92eb-3d5a6869e904" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9ee1aea0-93f3-4753-b7d6-f8644e8ffc38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "83cd0786-1c04-4004-8437-65aaf76d4ef9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182702Z:83cd0786-1c04-4004-8437-65aaf76d4ef9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:01 GMT" + ], + "Content-Length": [ + "753" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Storage/storageAccounts/crptestar1661\",\r\n \"name\": \"crptestar1661\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T18:26:28.2272193Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1661.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1661.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1661.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1661.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Storage/storageAccounts/crptestar1661?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTY2MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a25e243-96f6-4894-aafd-64835270227c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a181fde7-fb64-455f-8a2c-ae16dc89316a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "80af4ee4-7087-4849-aac2-b3d680c7fdc1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182703Z:80af4ee4-7087-4849-aac2-b3d680c7fdc1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:02 GMT" + ], + "Content-Length": [ + "741" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Storage/storageAccounts/crptestar1661\",\r\n \"name\": \"crptestar1661\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-20T18:26:28.2272193Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1661.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1661.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1661.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1661.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yODA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn19648\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn28309\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aab7b3cf-7f60-45d8-a448-d3676d2d38ea" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "528" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "331e3a87-204d-49b9-a848-f0c1df096320" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/331e3a87-204d-49b9-a848-f0c1df096320?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "474d6a6e-b02c-4cfe-8361-bacd0778f2dc" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "5ed2f285-de13-4d87-b3d2-cf9ca1a64e08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182710Z:474d6a6e-b02c-4cfe-8361-bacd0778f2dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:10 GMT" + ], + "Content-Length": [ + "1931" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn2809\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809\",\r\n \"etag\": \"W/\\\"f4266be9-1de2-4006-ab43-8a9dab712da5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8e8590d4-2121-4c8a-bdbd-718fdffce70e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn19648\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn19648\",\r\n \"etag\": \"W/\\\"f4266be9-1de2-4006-ab43-8a9dab712da5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28309\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\",\r\n \"etag\": \"W/\\\"f4266be9-1de2-4006-ab43-8a9dab712da5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/331e3a87-204d-49b9-a848-f0c1df096320?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzMWUzYTg3LTIwNGQtNDliOS1hODQ4LWYwYzFkZjA5NjMyMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "93bb8c62-03e9-4139-8a66-bff45b24f2ae" + ], + "x-ms-correlation-request-id": [ + "5cb0acd6-20b2-45e5-baf1-98f72a004ed3" + ], + "x-ms-arm-service-request-id": [ + "08b56d3d-e0f0-4064-aa02-7dd29583db5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182714Z:5cb0acd6-20b2-45e5-baf1-98f72a004ed3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:13 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yODA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"1d4e3e63-4568-456d-90eb-623a62012816\"" + ], + "x-ms-request-id": [ + "21def25e-df1c-4fc9-a6bb-1b6a9f9fe754" + ], + "x-ms-correlation-request-id": [ + "c0d64aff-82f3-493f-9321-c3bb856a944e" + ], + "x-ms-arm-service-request-id": [ + "15b78072-ef94-49d8-89a0-7b5f417e4246" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182714Z:c0d64aff-82f3-493f-9321-c3bb856a944e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:13 GMT" + ], + "Content-Length": [ + "1934" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn2809\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809\",\r\n \"etag\": \"W/\\\"1d4e3e63-4568-456d-90eb-623a62012816\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8e8590d4-2121-4c8a-bdbd-718fdffce70e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn19648\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn19648\",\r\n \"etag\": \"W/\\\"1d4e3e63-4568-456d-90eb-623a62012816\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28309\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\",\r\n \"etag\": \"W/\\\"1d4e3e63-4568-456d-90eb-623a62012816\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/publicIPAddresses/pip3395?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMzk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9777\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "35ebd284-7460-4b13-a6de-0e506681cbe3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "207" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "81c05c1a-8798-4406-953b-c09c1c013caf" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/81c05c1a-8798-4406-953b-c09c1c013caf?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "320319a2-2bf4-4e0a-b934-1e960959ada6" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "a1d06bcb-b59c-44b4-9193-877b842ce2e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182720Z:320319a2-2bf4-4e0a-b934-1e960959ada6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:19 GMT" + ], + "Content-Length": [ + "770" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip3395\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/publicIPAddresses/pip3395\",\r\n \"etag\": \"W/\\\"eefb5a93-b9e1-460a-8958-d28ce1e51c46\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"32444b6b-083b-4a11-92a2-aa6bfb839382\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9777\",\r\n \"fqdn\": \"dn9777.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/81c05c1a-8798-4406-953b-c09c1c013caf?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxYzA1YzFhLTg3OTgtNDQwNi05NTNiLWMwOWMxYzAxM2NhZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d2ccf5bc-426e-4c99-b713-930497582246" + ], + "x-ms-correlation-request-id": [ + "2017c205-a60e-4b32-a8e0-2ead3d64a52d" + ], + "x-ms-arm-service-request-id": [ + "b0d22d69-2ff1-41a7-81f1-95577eb40fa1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182721Z:2017c205-a60e-4b32-a8e0-2ead3d64a52d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:20 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/publicIPAddresses/pip3395?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMzk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f68cb004-adb6-4c78-96fe-198c0e33da3b\"" + ], + "x-ms-request-id": [ + "8d84a688-1631-4154-bad5-419c03693f1b" + ], + "x-ms-correlation-request-id": [ + "5d85aee8-9d4d-4150-8983-0e605ee7610f" + ], + "x-ms-arm-service-request-id": [ + "9747cfad-7112-45d4-9ec2-16e9050b6979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182721Z:5d85aee8-9d4d-4150-8983-0e605ee7610f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:21 GMT" + ], + "Content-Length": [ + "771" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip3395\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/publicIPAddresses/pip3395\",\r\n \"etag\": \"W/\\\"f68cb004-adb6-4c78-96fe-198c0e33da3b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32444b6b-083b-4a11-92a2-aa6bfb839382\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9777\",\r\n \"fqdn\": \"dn9777.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/publicIPAddresses/pip3395?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMzk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b83f25b-ed3a-4d3c-bae0-63fc089cbe88" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f68cb004-adb6-4c78-96fe-198c0e33da3b\"" + ], + "x-ms-request-id": [ + "85c4c8e8-5252-4945-a4f1-4e0bf23be00d" + ], + "x-ms-correlation-request-id": [ + "e16e8051-cf9d-4090-b78b-3c0be7a12158" + ], + "x-ms-arm-service-request-id": [ + "4057c10e-6f6d-4f98-95dc-9701d14c8e2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182722Z:e16e8051-cf9d-4090-b78b-3c0be7a12158" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:21 GMT" + ], + "Content-Length": [ + "771" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip3395\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/publicIPAddresses/pip3395\",\r\n \"etag\": \"W/\\\"f68cb004-adb6-4c78-96fe-198c0e33da3b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32444b6b-083b-4a11-92a2-aa6bfb839382\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9777\",\r\n \"fqdn\": \"dn9777.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn28309\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\r\n }\r\n },\r\n \"name\": \"ip1830\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "141f8f7c-4593-4755-9879-c3e699979e47" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "751" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2cf0e0be-0cec-4d8a-be68-d196c6c9107a" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2cf0e0be-0cec-4d8a-be68-d196c6c9107a?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "dd25c7ef-a3a7-4318-afc6-30172b92431b" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "8d1480d4-2635-4ce5-afec-72e8a404d1ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182725Z:dd25c7ef-a3a7-4318-afc6-30172b92431b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:24 GMT" + ], + "Content-Length": [ + "1635" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic9152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152\",\r\n \"etag\": \"W/\\\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23ae2078-0dff-404b-b6ca-570ec01b4f0c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1830\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152/ipConfigurations/ip1830\",\r\n \"etag\": \"W/\\\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\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\": \"0siildrbegfezpn3ogh355hhbg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\"" + ], + "x-ms-request-id": [ + "5c064b41-7d37-4802-82aa-989341709158" + ], + "x-ms-correlation-request-id": [ + "98ca7539-a112-476a-82f4-530cb6ceb22e" + ], + "x-ms-arm-service-request-id": [ + "911896e1-d12e-44e1-915f-16969d3bad85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182726Z:98ca7539-a112-476a-82f4-530cb6ceb22e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:25 GMT" + ], + "Content-Length": [ + "1635" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic9152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152\",\r\n \"etag\": \"W/\\\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23ae2078-0dff-404b-b6ca-570ec01b4f0c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1830\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152/ipConfigurations/ip1830\",\r\n \"etag\": \"W/\\\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\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\": \"0siildrbegfezpn3ogh355hhbg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "34497c73-db71-4a48-b472-ceadcfe40ec6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\"" + ], + "x-ms-request-id": [ + "b2e51474-8be8-48fa-9655-d9ac639b42ad" + ], + "x-ms-correlation-request-id": [ + "fb4d64c7-40cb-4526-a805-9f6b608989ec" + ], + "x-ms-arm-service-request-id": [ + "bc711c5b-690e-44b6-b485-91ffeae20d6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182726Z:fb4d64c7-40cb-4526-a805-9f6b608989ec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:25 GMT" + ], + "Content-Length": [ + "1635" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic9152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152\",\r\n \"etag\": \"W/\\\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23ae2078-0dff-404b-b6ca-570ec01b4f0c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1830\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/nic9152/ipConfigurations/ip1830\",\r\n \"etag\": \"W/\\\"91fbe6e7-3d89-489b-bdc0-f8e0d968c897\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\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\": \"0siildrbegfezpn3ogh355hhbg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDE3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9583\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2836\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5323\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ],\r\n \"networkApiVersion\": \"2020-11-01\"\r\n }\r\n },\r\n \"singlePlacementGroup\": false,\r\n \"platformFaultDomainCount\": 1,\r\n \"orchestrationMode\": \"Flexible\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2a926364-e2ba-40f7-92aa-60edbd70d508" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2010" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ae88eb13-5ea8-426d-8d17-56cfd46a9c0f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "6f30765f-56da-40bc-9989-ed72f6bb057b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182738Z:6f30765f-56da-40bc-9989-ed72f6bb057b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:27:37 GMT" + ], + "Content-Length": [ + "3601" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss4174\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9583\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2836\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5323\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"uniqueId\": \"7145ced9-56cf-41b0-bcd1-c22109c48c5e\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2022-01-20T18:27:35.6690214+00:00\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29777" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e10fbb88-bcb4-4641-9a12-c0f776354578" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "01e72247-2365-444c-82b6-c49aa06801a7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182808Z:01e72247-2365-444c-82b6-c49aa06801a7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:28:08 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29766" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "155f32ea-0d8c-4518-83b0-dbfbd4c31deb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "c3c42990-6ac4-46cb-a443-fdbef259f835" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182838Z:c3c42990-6ac4-46cb-a443-fdbef259f835" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:28:38 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29761" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3173a936-722d-42e1-8bb3-77d3613008e2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "74bcf5d1-2058-40ad-a56f-b46552a2512c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182909Z:74bcf5d1-2058-40ad-a56f-b46552a2512c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:29:08 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29743" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ff396e56-5f4e-478f-bc1d-a9d59455e114" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "4bfd77fe-ca00-4b8f-91df-a3c7602df11e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T182939Z:4bfd77fe-ca00-4b8f-91df-a3c7602df11e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:29:38 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;29803" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1dd70841-e4a3-4a69-aaae-0dc279801d7f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "44ccf8ad-fb18-4cfb-9e51-0b5ade5f2ec6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183009Z:44ccf8ad-fb18-4cfb-9e51-0b5ade5f2ec6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:30:08 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29794" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "12136c5c-d649-47b6-bb5b-8c686323e34f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "e84c7f28-7226-43c8-84cb-fd83bbb73ee3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183039Z:e84c7f28-7226-43c8-84cb-fd83bbb73ee3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:30:39 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29787" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "25893118-4af6-4c21-ac72-244de431400a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "ecdd9209-6a0f-4388-bfec-20be503db9b4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183110Z:ecdd9209-6a0f-4388-bfec-20be503db9b4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:31:09 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29772" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "191ff0e5-cb90-43d1-9db9-030e4308398f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "0e9818ad-b7c3-492b-87fc-f5e2ff8e0180" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183140Z:0e9818ad-b7c3-492b-87fc-f5e2ff8e0180" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:31:40 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29764" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "caff7e78-c676-4342-85e4-fd1afe0091fc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "4d3ba94f-0e97-413d-ac6f-a4dd15946404" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183210Z:4d3ba94f-0e97-413d-ac6f-a4dd15946404" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:32:09 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29753" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "550f5fdc-b8bc-456c-bfed-43b24a4c4e3a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "c24ff5df-1dd7-44b0-b37f-61d8a9054e2c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183240Z:c24ff5df-1dd7-44b0-b37f-61d8a9054e2c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:32:40 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29748" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "69c403c2-66ba-4326-88b8-cc9ca248e1d8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "59b47797-c797-4405-b7b0-b8607916e0ef" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183311Z:59b47797-c797-4405-b7b0-b8607916e0ef" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:33:10 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29731" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bb9e916a-b50f-4cf7-bf59-a989e55f7ee4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "4c44bd0a-164b-4b11-a29b-d34a7f1a3e97" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183341Z:4c44bd0a-164b-4b11-a29b-d34a7f1a3e97" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:33:41 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29725" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6c332aeb-10ff-476c-9b0f-78476442f347" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "bed154a7-3ed5-408c-8b61-345986f30fc6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183411Z:bed154a7-3ed5-408c-8b61-345986f30fc6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:34:11 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29714" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fecff433-2f87-44a8-91de-00be715e021b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "1ca98e48-7a02-49e3-9bbf-128a2d38abfa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183441Z:1ca98e48-7a02-49e3-9bbf-128a2d38abfa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:34:41 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29810" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "129376b5-082a-483b-86b5-16a92f790084" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "35301da1-9ebc-4eea-a201-eadcad90db86" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183512Z:35301da1-9ebc-4eea-a201-eadcad90db86" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:35:11 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29795" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2dbed7c1-909b-402c-9e08-7a8fd80cd68c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "86cd1d09-d7cb-4b94-a5a5-8cc4e55ffc3e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183542Z:86cd1d09-d7cb-4b94-a5a5-8cc4e55ffc3e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:35:41 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29787" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b29ca2aa-43fd-4d83-a6ab-4a51f9105fd6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "4b27a3cb-3270-4d50-854a-5c2c22b4f8eb" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183612Z:4b27a3cb-3270-4d50-854a-5c2c22b4f8eb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:36:12 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;29778" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f99a9865-e944-48e8-bf28-470bd04447f3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "bc522202-bd7f-4b1e-8430-8efe698b7256" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183642Z:bc522202-bd7f-4b1e-8430-8efe698b7256" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:36:42 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29771" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "dcf9621a-d918-4392-b325-485e6ac51d43" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "8f44a768-425d-4ddc-bf12-599c31c75231" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183713Z:8f44a768-425d-4ddc-bf12-599c31c75231" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:37:13 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ae88eb13-5ea8-426d-8d17-56cfd46a9c0f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlODhlYjEzLTVlYTgtNDI2ZC04ZDE3LTU2Y2ZkNDZhOWMwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;29760" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "89fd7492-8b98-4730-8b7c-c6e95d3e67c6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "45d73f44-2bcb-4165-a9c6-402cb7adbfac" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183744Z:45d73f44-2bcb-4165-a9c6-402cb7adbfac" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:37:43 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:27:35.6533625+00:00\",\r\n \"endTime\": \"2022-01-20T18:37:38.5595679+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ae88eb13-5ea8-426d-8d17-56cfd46a9c0f\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDE3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2588" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5969d1c9-d0a3-4246-92f2-bd12c1482680" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "cb30c522-d48d-466c-9bd5-e98379bc69ce" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183744Z:cb30c522-d48d-466c-9bd5-e98379bc69ce" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:37:43 GMT" + ], + "Content-Length": [ + "3602" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss4174\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9583\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2836\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5323\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"uniqueId\": \"7145ced9-56cf-41b0-bcd1-c22109c48c5e\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2022-01-20T18:27:35.6690214+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDE3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27266d56-c768-4d59-9443-4d6f15cc7472" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2587" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2f9975cb-d87e-48bc-8a38-208a5ae4562f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "5c4a8cc9-83fa-4459-a329-f3a0778d9db8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183744Z:5c4a8cc9-83fa-4459-a329-f3a0778d9db8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:37:43 GMT" + ], + "Content-Length": [ + "3602" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss4174\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9583\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2836\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5323\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"uniqueId\": \"7145ced9-56cf-41b0-bcd1-c22109c48c5e\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2022-01-20T18:27:35.6690214+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDE3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0db1ffc5-ccb5-4023-abd9-d9d29acc1f11" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2586" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f5730e6c-47aa-479f-8300-ef36bd4d21a5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "8b8642ab-e931-474a-a86a-5dfdbdeeef47" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183745Z:8b8642ab-e931-474a-a86a-5dfdbdeeef47" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:37:44 GMT" + ], + "Content-Length": [ + "3602" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss4174\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9583\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2836\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/virtualNetworks/vn2809/subnets/sn28309\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5323\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"uniqueId\": \"7145ced9-56cf-41b0-bcd1-c22109c48c5e\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2022-01-20T18:27:35.6690214+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01&$filter=%27virtualMachineScaleSet%2Fid%27%20eq%20%27%2Fsubscriptions%2Fe37510d7-33b6-4676-886f-ee75bcc01871%2FresourceGroups%2Fcrptestar25811%2Fproviders%2FMicrosoft.Compute%2FvirtualMachineScaleSets%2Fvmss4174%27", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMSYkZmlsdGVyPSUyN3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXQlMkZpZCUyNyUyMGVxJTIwJTI3JTJGc3Vic2NyaXB0aW9ucyUyRmUzNzUxMGQ3LTMzYjYtNDY3Ni04ODZmLWVlNzViY2MwMTg3MSUyRnJlc291cmNlR3JvdXBzJTJGY3JwdGVzdGFyMjU4MTElMkZwcm92aWRlcnMlMkZNaWNyb3NvZnQuQ29tcHV0ZSUyRnZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzJTJGdm1zczQxNzQlMjc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "585c61e9-d3e1-441f-9d06-b63fa042512f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "3699ed94-ca71-46d3-aaca-5a50b28f1370", + "65ce73d5-7cb3-429a-b6bd-15d0232b0590", + "9bedd210-fbef-4375-b554-2e43d7ce0b49", + "e02c3768-9595-4851-b5be-fd6e89d22f73" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "ed9e7229-239d-4e41-8060-bc8bc19ab76e" + ], + "x-ms-correlation-request-id": [ + "ed9e7229-239d-4e41-8060-bc8bc19ab76e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183744Z:ed9e7229-239d-4e41-8060-bc8bc19ab76e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:37:44 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "4847" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss4174_2d1f9b52\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachines/vmss4174_2d1f9b52\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b7e882d6-777a-4c57-a411-96c6d575fbf6\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss4174_2d1f9b52_OsDisk_1_04a14d8a99b84ea5bd7984f51448f96a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/disks/vmss4174_2d1f9b52_OsDisk_1_04a14d8a99b84ea5bd7984f51448f96a\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"testCIQ4IA\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/vmsstestnetconfig9583-c2b7639b-f978-4f47-b976-6fa46e22b5f9\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2022-01-20T18:27:37.2783641+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachines/vmss4174_2d1f9b52/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachines/vmss4174_2d1f9b52/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss4174_d7b8f8af\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachines/vmss4174_d7b8f8af\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"04f751cc-7830-477d-8787-752df59b38b6\",\r\n \"virtualMachineScaleSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss4174_d7b8f8af_OsDisk_1_47963846e0fb4df0980898f41c333427\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/disks/vmss4174_d7b8f8af_OsDisk_1_47963846e0fb4df0980898f41c333427\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"testB6BJ2P\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Network/networkInterfaces/vmsstestnetconfig9583-d5b8385f-8347-4dbf-8091-fccacc80b89f\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2022-01-20T18:27:36.7158883+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachines/vmss4174_d7b8f8af/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR25811/providers/Microsoft.Compute/virtualMachines/vmss4174_d7b8f8af/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar25811/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4174?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI1ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDE3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a472976-c596-47e7-b9af-157bdef413f5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/69522f89-8db0-4bee-a184-60790e5f4c44?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/69522f89-8db0-4bee-a184-60790e5f4c44?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "69522f89-8db0-4bee-a184-60790e5f4c44" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "621c46e5-76a0-4f1f-861e-73b0e637ac3a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183745Z:621c46e5-76a0-4f1f-861e-73b0e637ac3a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:37:45 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/69522f89-8db0-4bee-a184-60790e5f4c44?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY5NTIyZjg5LThkYjAtNGJlZS1hMTg0LTYwNzkwZTVmNGM0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14951,Microsoft.Compute/GetOperation30Min;29757" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1ba57fe4-39bd-4c14-8bad-276efbf3011b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "0455b634-9d9f-4526-a07e-3252d700631b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183816Z:0455b634-9d9f-4526-a07e-3252d700631b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:38:15 GMT" + ], + "Content-Length": [ + "133" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:37:45.653352+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"69522f89-8db0-4bee-a184-60790e5f4c44\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/69522f89-8db0-4bee-a184-60790e5f4c44?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY5NTIyZjg5LThkYjAtNGJlZS1hMTg0LTYwNzkwZTVmNGM0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29749" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0a86811b-ee9b-4027-9062-b90ef6a91d69" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "6dca1152-f564-4ab2-ad1e-b5a1777f79db" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183846Z:6dca1152-f564-4ab2-ad1e-b5a1777f79db" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:38:45 GMT" + ], + "Content-Length": [ + "133" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:37:45.653352+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"69522f89-8db0-4bee-a184-60790e5f4c44\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/69522f89-8db0-4bee-a184-60790e5f4c44?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY5NTIyZjg5LThkYjAtNGJlZS1hMTg0LTYwNzkwZTVmNGM0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29747" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b44629c2-9671-4729-9322-9c708f9f50d0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "5e7a8d00-af2b-48d0-9962-1d10ddb1ff39" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183916Z:5e7a8d00-af2b-48d0-9962-1d10ddb1ff39" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:39:15 GMT" + ], + "Content-Length": [ + "182" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:37:45.653352+00:00\",\r\n \"endTime\": \"2022-01-20T18:38:46.262675+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"69522f89-8db0-4bee-a184-60790e5f4c44\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/69522f89-8db0-4bee-a184-60790e5f4c44?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY5NTIyZjg5LThkYjAtNGJlZS1hMTg0LTYwNzkwZTVmNGM0ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29746" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6454f4ad-44a0-46f3-a0ca-2cd97e471110" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "47159f2c-4bdc-447a-bed2-06c72d178f5f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183916Z:47159f2c-4bdc-447a-bed2-06c72d178f5f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:39:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar25811?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI1ODExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "23aa3be6-57d7-4ea3-819d-582a619600fe" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "817703e6-da6d-42a9-a385-9ecac0298811" + ], + "x-ms-correlation-request-id": [ + "817703e6-da6d-42a9-a385-9ecac0298811" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183923Z:817703e6-da6d-42a9-a385-9ecac0298811" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:39:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "431b14cf-ea57-47c4-b7d3-44082de68b1c" + ], + "x-ms-correlation-request-id": [ + "431b14cf-ea57-47c4-b7d3-44082de68b1c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183938Z:431b14cf-ea57-47c4-b7d3-44082de68b1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:39:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "aac59b31-0659-463b-8a46-cae5c61afc42" + ], + "x-ms-correlation-request-id": [ + "aac59b31-0659-463b-8a46-cae5c61afc42" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T183954Z:aac59b31-0659-463b-8a46-cae5c61afc42" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:39:54 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "95ba0d89-d561-4262-89ad-8c5de6cea596" + ], + "x-ms-correlation-request-id": [ + "95ba0d89-d561-4262-89ad-8c5de6cea596" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184009Z:95ba0d89-d561-4262-89ad-8c5de6cea596" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:40:09 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "6b8d7631-e245-4c57-ae3b-d069ae60fe75" + ], + "x-ms-correlation-request-id": [ + "6b8d7631-e245-4c57-ae3b-d069ae60fe75" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184025Z:6b8d7631-e245-4c57-ae3b-d069ae60fe75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:40:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "d5e33ab6-6704-423f-8165-01e28faaf43a" + ], + "x-ms-correlation-request-id": [ + "d5e33ab6-6704-423f-8165-01e28faaf43a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184040Z:d5e33ab6-6704-423f-8165-01e28faaf43a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:40:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "71e6d345-2f23-478a-acbe-5a99242bff7e" + ], + "x-ms-correlation-request-id": [ + "71e6d345-2f23-478a-acbe-5a99242bff7e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184056Z:71e6d345-2f23-478a-acbe-5a99242bff7e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:40:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "4d219f96-abe1-48df-9efc-e5215bf7f3e7" + ], + "x-ms-correlation-request-id": [ + "4d219f96-abe1-48df-9efc-e5215bf7f3e7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184111Z:4d219f96-abe1-48df-9efc-e5215bf7f3e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:41:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "c32413b8-8850-480c-a4b7-b7aeccee6dae" + ], + "x-ms-correlation-request-id": [ + "c32413b8-8850-480c-a4b7-b7aeccee6dae" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184127Z:c32413b8-8850-480c-a4b7-b7aeccee6dae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:41:26 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "28f9284d-a5b8-4c64-97d2-29b3fc50f5b5" + ], + "x-ms-correlation-request-id": [ + "28f9284d-a5b8-4c64-97d2-29b3fc50f5b5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184142Z:28f9284d-a5b8-4c64-97d2-29b3fc50f5b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:41:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "75c060fc-51b1-4148-a06b-b4d989fc0eb8" + ], + "x-ms-correlation-request-id": [ + "75c060fc-51b1-4148-a06b-b4d989fc0eb8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184158Z:75c060fc-51b1-4148-a06b-b4d989fc0eb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:41:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "aa6f8b79-dd51-45e3-8935-f669d8ae3561" + ], + "x-ms-correlation-request-id": [ + "aa6f8b79-dd51-45e3-8935-f669d8ae3561" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184213Z:aa6f8b79-dd51-45e3-8935-f669d8ae3561" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:42:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "61920179-c522-48b1-91d5-f047e3b425b2" + ], + "x-ms-correlation-request-id": [ + "61920179-c522-48b1-91d5-f047e3b425b2" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184229Z:61920179-c522-48b1-91d5-f047e3b425b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:42:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNTgxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TlRneE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "af9edf6e-c7ec-4492-94b3-6bb3714bc4b1" + ], + "x-ms-correlation-request-id": [ + "af9edf6e-c7ec-4492-94b3-6bb3714bc4b1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T184229Z:af9edf6e-c7ec-4492-94b3-6bb3714bc4b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 18:42:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "TestFlexVMScaleSetFilter": [ + "crptestar2581", + "vmss4174", + "dnsname5323", + "crptestar1661" + ], + "CreateVNETWithSubnets": [ + "vn2809", + "sn19648", + "sn28309" + ], + "CreatePublicIP": [ + "pip3395", + "dn9777" + ], + "CreateNIC": [ + "nic9152", + "ip1830" + ], + "CreateDefaultVMScaleSetInput": [ + "crptestar161", + "vmss8078", + "vmsstestnetconfig9583", + "vmsstestnetconfig2836" + ] + }, + "Variables": { + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetWithPublicIP.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetWithPublicIP.json index 6952ac049a375..3d8ed94b554a0 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetWithPublicIP.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestFlexVMScaleSetWithPublicIP.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77ffcd4d-5566-4a04-a125-7b7f3db2e671" + "c6992929-b773-4852-afc7-b510aa861dbc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132689763091654268" + "3707be56-376d-4281-af6f-306af28cbf16_132804548105402048" ], "x-ms-request-id": [ - "0f70dc8a-1be0-422e-bee0-1054fe09921f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b396615e-49b5-4f11-bcb1-34712c32c962" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6b98d1b7-e200-469c-ab6c-c11abab2482e" + "f5fc1d65-93bd-426f-ac88-cc28669fbabd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151215Z:6b98d1b7-e200-469c-ab6c-c11abab2482e" + "EASTUS2:20211116T145053Z:f5fc1d65-93bd-426f-ac88-cc28669fbabd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:14 GMT" - ], "Content-Length": [ "317" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar66791?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NzkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar51771?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUxNzcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar66791\": \"2021-06-29 15:12:15Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar51771\": \"2021-11-16 14:50:53Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f879ea54-eb50-47fe-8303-82e95dc062c9" + "9d8342a4-829d-4b80-98db-d33863308e08" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "b4b2af0b-0f8e-4e4f-8654-ff44fc742750" + "9a69a5b0-6f65-43f3-a5e1-7426a7625947" ], "x-ms-correlation-request-id": [ - "b4b2af0b-0f8e-4e4f-8654-ff44fc742750" + "9a69a5b0-6f65-43f3-a5e1-7426a7625947" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151215Z:b4b2af0b-0f8e-4e4f-8654-ff44fc742750" + "EASTUS2:20211116T145053Z:9a69a5b0-6f65-43f3-a5e1-7426a7625947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:15 GMT" - ], "Content-Length": [ "235" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791\",\r\n \"name\": \"crptestar66791\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar66791\": \"2021-06-29 15:12:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771\",\r\n \"name\": \"crptestar51771\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar51771\": \"2021-11-16 14:50:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar66791?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NzkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar51771?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUxNzcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b835d32f-eeb3-479c-90f9-cca412365c5f" + "0bee5978-c5c4-4c85-a669-7e4813a4127c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:25 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "174594e6-cbf9-434f-8831-9982e39f7073" + "48770871-faf5-45c9-a77b-26c88adb5800" ], "x-ms-correlation-request-id": [ - "174594e6-cbf9-434f-8831-9982e39f7073" + "48770871-faf5-45c9-a77b-26c88adb5800" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151249Z:174594e6-cbf9-434f-8831-9982e39f7073" + "EASTUS2:20211116T145126Z:48770871-faf5-45c9-a77b-26c88adb5800" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:48 GMT" - ], "Content-Length": [ "186" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791\",\r\n \"name\": \"crptestar66791\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771\",\r\n \"name\": \"crptestar51771\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Storage/storageAccounts/crptestar178?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTc4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Storage/storageAccounts/crptestar5050?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTA1MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "13d64e38-9612-42e6-9019-e416d9b4198d" + "0b773903-cb00-4d34-b8a0-2d447778177a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/bed9479f-09a3-41e2-abb7-0e2cda2a84e2?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0e07adc7-e52a-4f12-b54f-49a5054b5476?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bed9479f-09a3-41e2-abb7-0e2cda2a84e2" + "0e07adc7-e52a-4f12-b54f-49a5054b5476" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "bea56b5e-2b12-410e-b698-807e77adf17f" + "12e64b09-a2ed-4439-b6d6-93eddb972d16" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151217Z:bea56b5e-2b12-410e-b698-807e77adf17f" + "EASTUS2:20211116T145055Z:12e64b09-a2ed-4439-b6d6-93eddb972d16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:17 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/bed9479f-09a3-41e2-abb7-0e2cda2a84e2?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2JlZDk0NzlmLTA5YTMtNDFlMi1hYmI3LTBlMmNkYTJhODRlMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0e07adc7-e52a-4f12-b54f-49a5054b5476?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzBlMDdhZGM3LWU1MmEtNGYxMi1iNTRmLTQ5YTUwNTRiNTQ3Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6013a999-ccf1-430f-8d1e-525145dc3218" + "d0f63b6e-bd26-4212-9b9c-ddc8358155b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "dd8b5eed-7203-4b59-a7a2-6acc64019c60" + "fa8822fe-9d20-439d-a05c-915f51462c79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151234Z:dd8b5eed-7203-4b59-a7a2-6acc64019c60" + "EASTUS2:20211116T145112Z:fa8822fe-9d20-439d-a05c-915f51462c79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:34 GMT" - ], "Content-Length": [ "93" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67c35b6e-1489-4fe8-aa2e-13401de95f13" + "474a4371-f43c-44d9-b329-d4c88fa80e19" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2a764246-09ff-48ac-a45d-07b33a8704fc" + "5b8c2ff5-effb-4dc1-ae2c-b69f35a70d33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "0ccbe222-b522-4192-a99f-cffe112ed9a2" + "d43a472c-0c91-4732-9cf1-04dff84babcf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151244Z:0ccbe222-b522-4192-a99f-cffe112ed9a2" + "EASTUS2:20211116T145122Z:d43a472c-0c91-4732-9cf1-04dff84babcf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:44 GMT" - ], "Content-Length": [ - "748" + "754" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Storage/storageAccounts/crptestar178\",\r\n \"name\": \"crptestar178\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T15:12:16.2760079Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar178.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar178.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar178.table.core.windows.net/\",\r\n \"file\": \"https://crptestar178.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Storage/storageAccounts/crptestar5050\",\r\n \"name\": \"crptestar5050\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T14:50:53.8819365Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5050.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5050.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5050.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5050.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Storage/storageAccounts/crptestar178?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTc4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Storage/storageAccounts/crptestar5050?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTA1MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94cb674d-1b99-4a6d-9d9c-4052be919a5c" + "d4c076c9-ecab-46f1-ab79-a376ba57d166" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f5b3e542-9e6e-4878-895b-31bd8c5a2625" + "2295bcfd-2adc-49be-97c6-df3554a21fb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "c3ea1f8d-acd2-4180-8381-2633aa376cc6" + "66b3cc11-a212-4302-95bb-c35032f9a1cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151244Z:c3ea1f8d-acd2-4180-8381-2633aa376cc6" + "EASTUS2:20211116T145122Z:66b3cc11-a212-4302-95bb-c35032f9a1cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:44 GMT" - ], "Content-Length": [ - "736" + "742" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Storage/storageAccounts/crptestar178\",\r\n \"name\": \"crptestar178\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T15:12:16.2760079Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar178.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar178.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar178.table.core.windows.net/\",\r\n \"file\": \"https://crptestar178.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Storage/storageAccounts/crptestar5050\",\r\n \"name\": \"crptestar5050\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T14:50:53.8819365Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5050.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5050.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5050.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5050.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NDA2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yOTA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn12303\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn23245\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn17977\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn28080\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "48455bbb-8185-44ed-bd30-705a6442c07d" + "eb504824-968d-4b33-a7df-efc52ed1f354" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "30b411db-b5d8-443d-9fc1-9ca3d1175d52" + "5230f1c9-b60c-4f57-8d76-b91912241e19" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/30b411db-b5d8-443d-9fc1-9ca3d1175d52?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/5230f1c9-b60c-4f57-8d76-b91912241e19?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2cf42b41-067c-4622-9717-c196b3e0ce37" + "22c840d8-ba99-40af-b1ca-ab5b2404c3f6" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b679dda8-bef9-43ad-85d0-cf7ec32c7ac2" + "dde0e74d-f30a-41a1-bd8f-fd8a310db791" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151245Z:2cf42b41-067c-4622-9717-c196b3e0ce37" + "EASTUS2:20211116T145123Z:22c840d8-ba99-40af-b1ca-ab5b2404c3f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:45 GMT" - ], "Content-Length": [ "1929" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406\",\r\n \"etag\": \"W/\\\"3533c3cf-0152-4d71-baa2-5cf66d631c27\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bb52574d-795c-435c-bc73-95a7250c736a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn12303\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn12303\",\r\n \"etag\": \"W/\\\"3533c3cf-0152-4d71-baa2-5cf66d631c27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn23245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\",\r\n \"etag\": \"W/\\\"3533c3cf-0152-4d71-baa2-5cf66d631c27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn2909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909\",\r\n \"etag\": \"W/\\\"76c1afdb-0f82-4a09-9bdd-d79effc21902\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"be34ddb2-0341-46f0-a60e-f627f9ab01e7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn17977\",\r\n \"etag\": \"W/\\\"76c1afdb-0f82-4a09-9bdd-d79effc21902\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28080\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\",\r\n \"etag\": \"W/\\\"76c1afdb-0f82-4a09-9bdd-d79effc21902\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/30b411db-b5d8-443d-9fc1-9ca3d1175d52?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8zMGI0MTFkYi1iNWQ4LTQ0M2QtOWZjMS05Y2EzZDExNzVkNTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/5230f1c9-b60c-4f57-8d76-b91912241e19?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy81MjMwZjFjOS1iNjBjLTRmNTctOGQ3Ni1iOTE5MTIyNDFlMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2969c34a-bdd8-4b28-b075-75394d329a8f" + "52becd5e-759f-4f48-b560-05946f276fb2" ], "x-ms-correlation-request-id": [ - "d6fe1e10-df87-42fc-95c4-9511c80b437c" + "0b8cefdd-49dd-4fd4-8b67-607341553992" ], "x-ms-arm-service-request-id": [ - "cd6b34e1-852c-4be7-97a9-683e685b9174" + "e1dc10ae-847d-4e40-b383-3a347b6b75bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151248Z:d6fe1e10-df87-42fc-95c4-9511c80b437c" + "EASTUS2:20211116T145126Z:0b8cefdd-49dd-4fd4-8b67-607341553992" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:48 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NDA2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yOTA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"613810f1-c863-4bfb-bf7e-88e9f416e917\"" + "W/\"f9783fb8-f165-4067-b98c-58497c764e17\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a9defb9c-325a-4217-ab5b-9523dbe80b6f" + "618de889-d452-4735-b252-51d4ed725fda" ], "x-ms-correlation-request-id": [ - "ebf62059-dad1-4b5f-84a3-2d4873371cd3" + "2d4451f4-3ed8-4d3e-8d8a-6f0320ca31db" ], "x-ms-arm-service-request-id": [ - "a4052177-a199-4c37-a94a-845b2f609bcd" + "66620eef-5265-47d5-b347-cf4e73a1b6e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151248Z:ebf62059-dad1-4b5f-84a3-2d4873371cd3" + "EASTUS2:20211116T145126Z:2d4451f4-3ed8-4d3e-8d8a-6f0320ca31db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:48 GMT" - ], "Content-Length": [ "1932" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406\",\r\n \"etag\": \"W/\\\"613810f1-c863-4bfb-bf7e-88e9f416e917\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bb52574d-795c-435c-bc73-95a7250c736a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn12303\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn12303\",\r\n \"etag\": \"W/\\\"613810f1-c863-4bfb-bf7e-88e9f416e917\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn23245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\",\r\n \"etag\": \"W/\\\"613810f1-c863-4bfb-bf7e-88e9f416e917\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn2909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909\",\r\n \"etag\": \"W/\\\"f9783fb8-f165-4067-b98c-58497c764e17\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"be34ddb2-0341-46f0-a60e-f627f9ab01e7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn17977\",\r\n \"etag\": \"W/\\\"f9783fb8-f165-4067-b98c-58497c764e17\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28080\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\",\r\n \"etag\": \"W/\\\"f9783fb8-f165-4067-b98c-58497c764e17\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/publicIPAddresses/pip5083?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MDgzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/publicIPAddresses/pip9676?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5Njc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5469\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9946\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "677c2d17-4104-45fe-8fa6-a7ca817c63b8" + "a091d527-194e-45dc-ac7b-97e11a2ed8d1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -696,46 +696,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bf387561-b483-4c34-8148-4dc1bfbae019" + "2d5d5e72-1935-4d57-8937-f0c7807054a0" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/bf387561-b483-4c34-8148-4dc1bfbae019?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/2d5d5e72-1935-4d57-8937-f0c7807054a0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3a775d4a-6c68-4ab8-96e6-283ce44dc099" + "806efe60-916e-4523-98a5-fd38d997cace" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6c47daeb-5d09-4d01-9dcf-8e81848ec366" + "3382b83a-f667-4879-b9d6-4d8d1c6b34ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151249Z:3a775d4a-6c68-4ab8-96e6-283ce44dc099" + "EASTUS2:20211116T145127Z:806efe60-916e-4523-98a5-fd38d997cace" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:49 GMT" - ], "Content-Length": [ "766" ], @@ -746,19 +746,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/publicIPAddresses/pip5083\",\r\n \"etag\": \"W/\\\"3bd598d0-b82a-4af1-a546-e50d20e277e6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8bbdffcd-2323-4b2d-b8de-13e1be3b9288\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5469\",\r\n \"fqdn\": \"dn5469.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9676\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/publicIPAddresses/pip9676\",\r\n \"etag\": \"W/\\\"9b0aaa80-b841-4ac4-824f-db516aff0315\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"18f81e6f-a897-4ae5-8035-31c4e809197c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9946\",\r\n \"fqdn\": \"dn9946.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/bf387561-b483-4c34-8148-4dc1bfbae019?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9iZjM4NzU2MS1iNDgzLTRjMzQtODE0OC00ZGMxYmZiYWUwMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/2d5d5e72-1935-4d57-8937-f0c7807054a0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8yZDVkNWU3Mi0xOTM1LTRkNTctODkzNy1mMGM3ODA3MDU0YTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -766,37 +766,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:28 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "316e0269-cf77-41e8-8f88-b05d5923bfa4" + "4327f044-373c-40f2-8e2e-73e872011064" ], "x-ms-correlation-request-id": [ - "ea078d59-d93a-47c2-b8d3-10515d861a84" + "eedb28b3-e70a-46af-8cda-497545cb32f1" ], "x-ms-arm-service-request-id": [ - "db797e5f-7547-4002-95ea-e5d7524c9b56" + "5e219095-c3b8-4e7e-83ab-50596ff98d28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145128Z:eedb28b3-e70a-46af-8cda-497545cb32f1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/2d5d5e72-1935-4d57-8937-f0c7807054a0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8yZDVkNWU3Mi0xOTM1LTRkNTctODkzNy1mMGM3ODA3MDU0YTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:51:30 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "ab8f3f5c-c108-4a6d-8070-a1b11087737b" + ], + "x-ms-correlation-request-id": [ + "c4b66955-d511-4732-b397-a65626da6deb" + ], + "x-ms-arm-service-request-id": [ + "23cfd4f4-63e2-483f-a7b3-8268ffd580eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151250Z:ea078d59-d93a-47c2-b8d3-10515d861a84" + "EASTUS2:20211116T145130Z:c4b66955-d511-4732-b397-a65626da6deb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:50 GMT" - ], "Content-Length": [ "29" ], @@ -811,15 +875,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/publicIPAddresses/pip5083?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MDgzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/publicIPAddresses/pip9676?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5Njc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -827,40 +891,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2a0c20ce-43fd-45c5-abe1-398cc84adf07\"" + "W/\"6129d546-9f5a-47ab-b568-eae19006bb07\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "60260eb1-02f5-40f1-ac20-52b51f4ed7e4" + "713c0c93-ffa6-46ef-8659-5c10f0c38f7f" ], "x-ms-correlation-request-id": [ - "fc08c2be-6a7c-48f5-87f4-493e38fa4a8d" + "1765b832-d81d-495b-91ff-4ffa59f3c35c" ], "x-ms-arm-service-request-id": [ - "36b0b0a9-1140-40a0-bf59-df0e1757f046" + "e9dc618a-ed10-478e-869b-4c2e9e41b01e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151250Z:fc08c2be-6a7c-48f5-87f4-493e38fa4a8d" + "EASTUS2:20211116T145130Z:1765b832-d81d-495b-91ff-4ffa59f3c35c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:50 GMT" - ], "Content-Length": [ "767" ], @@ -871,25 +935,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/publicIPAddresses/pip5083\",\r\n \"etag\": \"W/\\\"2a0c20ce-43fd-45c5-abe1-398cc84adf07\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bbdffcd-2323-4b2d-b8de-13e1be3b9288\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5469\",\r\n \"fqdn\": \"dn5469.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9676\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/publicIPAddresses/pip9676\",\r\n \"etag\": \"W/\\\"6129d546-9f5a-47ab-b568-eae19006bb07\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"18f81e6f-a897-4ae5-8035-31c4e809197c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9946\",\r\n \"fqdn\": \"dn9946.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/publicIPAddresses/pip5083?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MDgzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/publicIPAddresses/pip9676?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5Njc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae0fd4c0-4a98-48ce-ab11-5d75ac1279be" + "18191696-3082-478a-8950-84e1501d5491" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +961,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2a0c20ce-43fd-45c5-abe1-398cc84adf07\"" + "W/\"6129d546-9f5a-47ab-b568-eae19006bb07\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a35d7a7a-fb6a-48a3-b251-7633b7f1df30" + "014e72a0-da36-475e-92f3-f789463da0ab" ], "x-ms-correlation-request-id": [ - "f57e2ddd-5223-4a9e-8444-728fbdbe7e5a" + "d73870d7-26c3-4874-afa8-488442f3811e" ], "x-ms-arm-service-request-id": [ - "0bb91634-f550-434c-8f47-55efa67cd3fb" + "61ca7971-bc69-41b3-a444-953140a4c5ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151250Z:f57e2ddd-5223-4a9e-8444-728fbdbe7e5a" + "EASTUS2:20211116T145130Z:d73870d7-26c3-4874-afa8-488442f3811e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:50 GMT" - ], "Content-Length": [ "767" ], @@ -941,25 +1005,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/publicIPAddresses/pip5083\",\r\n \"etag\": \"W/\\\"2a0c20ce-43fd-45c5-abe1-398cc84adf07\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bbdffcd-2323-4b2d-b8de-13e1be3b9288\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5469\",\r\n \"fqdn\": \"dn5469.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9676\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/publicIPAddresses/pip9676\",\r\n \"etag\": \"W/\\\"6129d546-9f5a-47ab-b568-eae19006bb07\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"18f81e6f-a897-4ae5-8035-31c4e809197c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9946\",\r\n \"fqdn\": \"dn9946.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzODY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn23245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\r\n }\r\n },\r\n \"name\": \"ip5537\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn28080\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\r\n }\r\n },\r\n \"name\": \"ip7974\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58a19d64-e8a5-4691-8cac-3c3aef11e90c" + "d6f730e4-cde9-4e0d-aa7e-9df3e5a08554" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -973,45 +1037,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3643d017-4d2b-46bd-b620-f1752e364926" + "0ca0a7f5-14f9-49a0-9b40-32eb507438ae" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/3643d017-4d2b-46bd-b620-f1752e364926?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/0ca0a7f5-14f9-49a0-9b40-32eb507438ae?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ab9d9c04-3ea7-4163-8197-aa04e7f8bfdc" + "342b2de5-84cf-4733-b282-734ae43f24c3" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1f03437d-6567-4e7e-ab0a-cdfa6ac2411c" + "9339385e-abe1-4675-84b5-5115f72b27fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151251Z:ab9d9c04-3ea7-4163-8197-aa04e7f8bfdc" + "EASTUS2:20211116T145131Z:342b2de5-84cf-4733-b282-734ae43f24c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" - ], "Content-Length": [ - "1635" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1020,19 +1084,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866\",\r\n \"etag\": \"W/\\\"22657186-55fa-44c4-8420-a44fb0209dd1\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f137c265-80b9-4d6a-a926-f11f07ae05c3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866/ipConfigurations/ip5537\",\r\n \"etag\": \"W/\\\"22657186-55fa-44c4-8420-a44fb0209dd1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\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\": \"jvlvfo02pfoehpdtswtskddtnc.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic928\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928\",\r\n \"etag\": \"W/\\\"38067534-a6f3-4c4b-958a-a8229b69533f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b91315e6-b1e1-4c2e-92d9-b1eff42f8ec4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7974\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928/ipConfigurations/ip7974\",\r\n \"etag\": \"W/\\\"38067534-a6f3-4c4b-958a-a8229b69533f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\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\": \"wlotjpsbapyenjqo4yt5tkyb2h.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzODY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1040,42 +1104,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"22657186-55fa-44c4-8420-a44fb0209dd1\"" + "W/\"38067534-a6f3-4c4b-958a-a8229b69533f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ffc16530-32ec-4c74-95b2-e2c8540ccb40" + "0019e4a1-f095-42b4-a76d-3a7c812c49df" ], "x-ms-correlation-request-id": [ - "05b7d506-b61a-4333-bc0b-6f942e622f1d" + "d6763476-379d-4a97-a885-57c49c6e6030" ], "x-ms-arm-service-request-id": [ - "5b5d1624-6731-4568-94ac-11893f167166" + "503d32eb-f849-4bda-b1ac-cb4b262b2837" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151251Z:05b7d506-b61a-4333-bc0b-6f942e622f1d" + "EASTUS2:20211116T145131Z:d6763476-379d-4a97-a885-57c49c6e6030" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" - ], "Content-Length": [ - "1635" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1084,25 +1148,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866\",\r\n \"etag\": \"W/\\\"22657186-55fa-44c4-8420-a44fb0209dd1\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f137c265-80b9-4d6a-a926-f11f07ae05c3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866/ipConfigurations/ip5537\",\r\n \"etag\": \"W/\\\"22657186-55fa-44c4-8420-a44fb0209dd1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\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\": \"jvlvfo02pfoehpdtswtskddtnc.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic928\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928\",\r\n \"etag\": \"W/\\\"38067534-a6f3-4c4b-958a-a8229b69533f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b91315e6-b1e1-4c2e-92d9-b1eff42f8ec4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7974\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928/ipConfigurations/ip7974\",\r\n \"etag\": \"W/\\\"38067534-a6f3-4c4b-958a-a8229b69533f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\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\": \"wlotjpsbapyenjqo4yt5tkyb2h.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzODY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4af45149-5d15-43b3-b800-6df92db55484" + "363c819e-a79c-4a2c-828f-65639e4a5fa5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1174,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"22657186-55fa-44c4-8420-a44fb0209dd1\"" + "W/\"38067534-a6f3-4c4b-958a-a8229b69533f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7279b3f7-43cc-446f-a13a-f3b43659c3f8" + "486c9b71-703b-4009-bade-1f1568a21049" ], "x-ms-correlation-request-id": [ - "80d99d67-aceb-4ca7-bde4-72c9f831b55c" + "b710c683-200a-413b-9803-0c77573fdc93" ], "x-ms-arm-service-request-id": [ - "90ec6886-2150-424c-afd9-da7af28a1da4" + "0606ab20-c1ad-4bc1-b328-60b987ed009c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151251Z:80d99d67-aceb-4ca7-bde4-72c9f831b55c" + "EASTUS2:20211116T145131Z:b710c683-200a-413b-9803-0c77573fdc93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" - ], "Content-Length": [ - "1635" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,43 +1218,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866\",\r\n \"etag\": \"W/\\\"22657186-55fa-44c4-8420-a44fb0209dd1\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f137c265-80b9-4d6a-a926-f11f07ae05c3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/networkInterfaces/nic3866/ipConfigurations/ip5537\",\r\n \"etag\": \"W/\\\"22657186-55fa-44c4-8420-a44fb0209dd1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\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\": \"jvlvfo02pfoehpdtswtskddtnc.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic928\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928\",\r\n \"etag\": \"W/\\\"38067534-a6f3-4c4b-958a-a8229b69533f\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b91315e6-b1e1-4c2e-92d9-b1eff42f8ec4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7974\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/networkInterfaces/nic928/ipConfigurations/ip7974\",\r\n \"etag\": \"W/\\\"38067534-a6f3-4c4b-958a-a8229b69533f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\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\": \"wlotjpsbapyenjqo4yt5tkyb2h.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzA4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTMxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6091\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5698\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname3072\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ],\r\n \"networkApiVersion\": \"2020-11-01\"\r\n }\r\n },\r\n \"singlePlacementGroup\": false,\r\n \"platformFaultDomainCount\": 1,\r\n \"orchestrationMode\": \"Flexible\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6215\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6657\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname91\"\r\n },\r\n \"deleteOption\": \"Detach\"\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"deleteOption\": \"Delete\"\r\n }\r\n }\r\n ],\r\n \"networkApiVersion\": \"2020-11-01\"\r\n }\r\n },\r\n \"singlePlacementGroup\": false,\r\n \"platformFaultDomainCount\": 1,\r\n \"orchestrationMode\": \"Flexible\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e248802b-1a06-4690-930a-892b71d3fbde" + "8437c430-1a02-45c1-a006-c92c0f2c75eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2008" + "2006" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:51:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6a5b8648-e4d0-4d1e-a76e-8b499ad15d76?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1202,29 +1273,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6a5b8648-e4d0-4d1e-a76e-8b499ad15d76" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb279231-ab55-49cb-a2d2-8a6ebc51f97a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "99ab0f59-42bf-4e36-ad1e-7b8196294c79" + "bf00ca13-2ada-434a-be59-a7b02586d5ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151252Z:99ab0f59-42bf-4e36-ad1e-7b8196294c79" + "EASTUS2:20211116T145132Z:bf00ca13-2ada-434a-be59-a7b02586d5ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" - ], "Content-Length": [ - "3545" + "3595" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1233,59 +1297,1096 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7087\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6091\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5698\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\r\n },\r\n \"primary\": false,\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname3072\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c3d68193-e75a-4daf-b5cd-01f9aa30cc20\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss531\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6215\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6657\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname91\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"uniqueId\": \"ec680a3e-4f5e-4a73-aedc-715097ac7437\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-16T14:51:31.5219674+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzA4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:52:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29989" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1bb8a658-c30b-43e9-af63-aabc3da31cda" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f278d897-d079-49b3-ac98-49eda7847a46" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145202Z:f278d897-d079-49b3-ac98-49eda7847a46" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:52:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29982" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5a523a04-5047-449f-a514-f3956a938fa6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "45125b4e-87c2-4ec0-91c9-9930acc08cc1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145232Z:45125b4e-87c2-4ec0-91c9-9930acc08cc1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:53:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29973" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c68f1984-d800-4106-b418-3bb4e653df3e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "1e05f8b5-7648-4dd4-a411-6f1e19899f46" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145302Z:1e05f8b5-7648-4dd4-a411-6f1e19899f46" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:53:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29966" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b9d90eb1-2522-430b-833c-6bc884fb4178" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "1c792fd4-e041-4bb8-9879-39715695d6e8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145332Z:1c792fd4-e041-4bb8-9879-39715695d6e8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:54:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29950" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a9a90915-0feb-4a00-b6e4-a74fae738563" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "ebbea4d4-e4a1-452b-872e-c73b012528e3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145402Z:ebbea4d4-e4a1-452b-872e-c73b012528e3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:54:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29943" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e7deca7a-c455-4518-b025-f0d0896ebbde" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "9fce163d-48fd-43d1-9112-004666eeb4a3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145432Z:9fce163d-48fd-43d1-9112-004666eeb4a3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:55:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29932" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cb01f5c4-199a-427d-8a71-443ed4a55ae9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "cfad01d1-5b48-4d72-afa3-c7c97447d42d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145502Z:cfad01d1-5b48-4d72-afa3-c7c97447d42d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:55:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29927" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "46ff5f07-a624-42e4-b8fc-185be492fea1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "46bd473a-fec0-4e6d-b4db-70f88d11b16b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145532Z:46bd473a-fec0-4e6d-b4db-70f88d11b16b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:56:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29909" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "95493d5a-3132-4402-ba51-7a761d9ffdea" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "af2b497e-73f7-4acf-90f3-4419bb82ad21" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145602Z:af2b497e-73f7-4acf-90f3-4419bb82ad21" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:56:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29904" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "be03bdbf-c9cc-408d-b9ca-e0e0e723438e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "4bd08ef6-b832-4289-901f-ef1a2162b2b2" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145632Z:4bd08ef6-b832-4289-901f-ef1a2162b2b2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:57:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29893" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "29596ad7-404a-4d2d-a249-b70a68194c79" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "829ca4d6-c507-4f29-bef3-c9b9f4ba1c71" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145702Z:829ca4d6-c507-4f29-bef3-c9b9f4ba1c71" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:57:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29886" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e22661b8-07b1-43f1-9669-58849e44f5e5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "8b0adb7b-d07f-4c0a-ac7f-5f24a5ffa430" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145732Z:8b0adb7b-d07f-4c0a-ac7f-5f24a5ffa430" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:58:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29870" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c331a4ce-724b-48c4-815c-c2aa56ac0252" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "8c7c60cc-4d87-4b63-9d2c-d8645d30aa25" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145802Z:8c7c60cc-4d87-4b63-9d2c-d8645d30aa25" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:58:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29863" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b1882748-754c-48f1-98ff-36b5866d2415" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "9ba8da1e-3018-4052-80f3-59d3d0a82aa4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145832Z:9ba8da1e-3018-4052-80f3-59d3d0a82aa4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:59:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29854" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d2148770-6a32-4fab-bf0d-d85429305117" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "434e8c76-1ba5-4b97-a6ff-a17721c05c38" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145902Z:434e8c76-1ba5-4b97-a6ff-a17721c05c38" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:59:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29844" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "29ea0c67-a44c-4813-8cfb-f73efe4b8792" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "4fecefdc-6970-4e93-bd12-8a88f22973b5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T145932Z:4fecefdc-6970-4e93-bd12-8a88f22973b5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fb279231-ab55-49cb-a2d2-8a6ebc51f97a?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYjI3OTIzMS1hYjU1LTQ5Y2ItYTJkMi04YTZlYmM1MWY5N2E/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:00:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;29827" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3165de48-d1f8-431e-8390-458f80243f11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "73e235f7-0b32-404e-a7f0-d974fe9773e1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T150002Z:73e235f7-0b32-404e-a7f0-d974fe9773e1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:51:31.5063453+00:00\",\r\n \"endTime\": \"2021-11-16T14:59:57.2627973+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fb279231-ab55-49cb-a2d2-8a6ebc51f97a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTMxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:00:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2599" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "723f4ac9-4f80-4661-b2c3-fc2211c1c1e6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6caa862-11df-4ffd-a0e9-96f82126bf5d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11981" ], "x-ms-correlation-request-id": [ - "1266c3ab-9241-45f2-acb8-49562149b4eb" + "3c89d0b7-1ddd-46de-a12c-d64fd1ea4b1b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151252Z:1266c3ab-9241-45f2-acb8-49562149b4eb" + "EASTUS2:20211116T150002Z:3c89d0b7-1ddd-46de-a12c-d64fd1ea4b1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" - ], "Content-Length": [ - "3545" + "3596" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1294,65 +2395,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7087\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6091\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5698\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\r\n },\r\n \"primary\": false,\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname3072\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c3d68193-e75a-4daf-b5cd-01f9aa30cc20\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss531\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6215\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6657\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname91\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"uniqueId\": \"ec680a3e-4f5e-4a73-aedc-715097ac7437\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-16T14:51:31.5219674+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzA4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTMxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3dfe9711-2c73-45bc-ba7f-639b63bce03e" + "30e2d7af-472c-4be2-8a4e-e3e09dd2ad88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:00:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "feb35ee9-6c80-4499-9df7-e5013b93f60c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3bba8488-57d7-41cf-a865-60236564af15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11980" ], "x-ms-correlation-request-id": [ - "e84b64ad-9da8-4385-91d8-32e20d281cdc" + "dd5d0240-98be-4ec0-b425-c8d756f4516a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151252Z:e84b64ad-9da8-4385-91d8-32e20d281cdc" + "EASTUS2:20211116T150002Z:dd5d0240-98be-4ec0-b425-c8d756f4516a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" - ], "Content-Length": [ - "3545" + "3596" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1361,65 +2462,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7087\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6091\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5698\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\r\n },\r\n \"primary\": false,\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname3072\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c3d68193-e75a-4daf-b5cd-01f9aa30cc20\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss531\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6215\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6657\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname91\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"uniqueId\": \"ec680a3e-4f5e-4a73-aedc-715097ac7437\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-16T14:51:31.5219674+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzA4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTMxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a1810dd-6a3d-4e42-a713-0c84831b0c6e" + "a80fa5f7-18fb-4a30-a15d-34e8d4a53dfd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:00:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c1c5e47a-92ea-42a4-9dad-6ab8aeea1a02" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "72ff33a1-28cc-41f2-97c1-bba2ddd3c413" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11979" ], "x-ms-correlation-request-id": [ - "05f3a633-d5ac-4275-801d-cec386c6787a" + "dc9e7815-2b58-4b57-a3a2-5a869e72c529" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151252Z:05f3a633-d5ac-4275-801d-cec386c6787a" + "EASTUS2:20211116T150002Z:dc9e7815-2b58-4b57-a3a2-5a869e72c529" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" - ], "Content-Length": [ - "3545" + "3596" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1428,40 +2529,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7087\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6091\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5698\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Network/virtualNetworks/vn7406/subnets/sn23245\"\r\n },\r\n \"primary\": false,\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname3072\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c3d68193-e75a-4daf-b5cd-01f9aa30cc20\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss531\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Flexible\",\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkApiVersion\": \"2020-11-01\",\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6215\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableIPForwarding\": false,\r\n \"deleteOption\": \"Delete\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6657\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn28080\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"deleteOption\": \"Detach\",\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname91\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"applicationSecurityGroups\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"uniqueId\": \"ec680a3e-4f5e-4a73-aedc-715097ac7437\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-16T14:51:31.5219674+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66791/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7087?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2NzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzA4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss531?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTMxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c23c2c2-95ad-4e61-862e-dee39b015b98" + "8ed32ff2-df90-44f3-9183-35dc7e052d29" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:00:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b01388ee-9fe9-42b0-aec0-bc80b8dc97e0?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/275ffb5e-d0ef-4d68-bdd0-ed6316c1f086?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b01388ee-9fe9-42b0-aec0-bc80b8dc97e0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/275ffb5e-d0ef-4d68-bdd0-ed6316c1f086?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1473,87 +2581,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b01388ee-9fe9-42b0-aec0-bc80b8dc97e0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "275ffb5e-d0ef-4d68-bdd0-ed6316c1f086" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "67c1c6f3-3cb0-4792-a699-e48c35b528d3" + "ab8ca901-c230-4b63-8837-46772b5af7cc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151252Z:67c1c6f3-3cb0-4792-a699-e48c35b528d3" + "EASTUS2:20211116T150003Z:ab8ca901-c230-4b63-8837-46772b5af7cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b01388ee-9fe9-42b0-aec0-bc80b8dc97e0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMDEzODhlZS05ZmU5LTQyYjAtYWVjMC1iYzgwYjhkYzk3ZTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/275ffb5e-d0ef-4d68-bdd0-ed6316c1f086?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yNzVmZmI1ZS1kMGVmLTRkNjgtYmRkMC1lZDYzMTZjMWYwODY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:00:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29824" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3404b78c-b901-4783-b2b8-8dcc08f75eb3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2badc37f-5ddf-484c-abc8-68a426f9070a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11978" ], "x-ms-correlation-request-id": [ - "3716dbc4-1e0a-4d27-af43-04de597ed4d6" + "8092b7bb-7c1b-47a6-a9e3-6306f4b4a89b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151322Z:3716dbc4-1e0a-4d27-af43-04de597ed4d6" + "EASTUS2:20211116T150033Z:8092b7bb-7c1b-47a6-a9e3-6306f4b4a89b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:13:22 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1562,197 +2663,205 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:12:52.8911066+00:00\",\r\n \"endTime\": \"2021-06-29T15:12:53.0786101+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b01388ee-9fe9-42b0-aec0-bc80b8dc97e0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:00:02.9972893+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"275ffb5e-d0ef-4d68-bdd0-ed6316c1f086\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/b01388ee-9fe9-42b0-aec0-bc80b8dc97e0?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iMDEzODhlZS05ZmU5LTQyYjAtYWVjMC1iYzgwYjhkYzk3ZTA/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/275ffb5e-d0ef-4d68-bdd0-ed6316c1f086?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yNzVmZmI1ZS1kMGVmLTRkNjgtYmRkMC1lZDYzMTZjMWYwODY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:01:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29819" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d907069a-8d42-4c72-9b53-1fa99c0b9d3a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1c90e35f-66de-45e3-9a02-adec69983cec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11977" ], "x-ms-correlation-request-id": [ - "00f8a6dd-ef5b-4332-9816-cc232b55ea26" + "523efc0b-d65c-480b-a857-466f4ad2f7e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151322Z:00f8a6dd-ef5b-4332-9816-cc232b55ea26" + "EASTUS2:20211116T150103Z:523efc0b-d65c-480b-a857-466f4ad2f7e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:13:22 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:00:02.9972893+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"275ffb5e-d0ef-4d68-bdd0-ed6316c1f086\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar66791?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2NzkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/275ffb5e-d0ef-4d68-bdd0-ed6316c1f086?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yNzVmZmI1ZS1kMGVmLTRkNjgtYmRkMC1lZDYzMTZjMWYwODY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5b13638c-0624-4d87-889c-f05ccd9cf88f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:01:32 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29815" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "debd4a57-5d9d-48ad-ae42-bc093b2bcc2b" + "946e306f-e5fc-46e0-9f4f-6dd79f2eb2b9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" ], "x-ms-correlation-request-id": [ - "debd4a57-5d9d-48ad-ae42-bc093b2bcc2b" + "912c22af-0e1f-41dc-ab7a-75a14daf24d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151323Z:debd4a57-5d9d-48ad-ae42-bc093b2bcc2b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211116T150133Z:912c22af-0e1f-41dc-ab7a-75a14daf24d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:13:22 GMT" + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:00:02.9972893+00:00\",\r\n \"endTime\": \"2021-11-16T15:01:03.5449537+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"275ffb5e-d0ef-4d68-bdd0-ed6316c1f086\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/275ffb5e-d0ef-4d68-bdd0-ed6316c1f086?p=ce1708c5-dbca-4b22-b426-e8b8908417da&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8yNzVmZmI1ZS1kMGVmLTRkNjgtYmRkMC1lZDYzMTZjMWYwODY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:01:32 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29814" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "233292c9-168e-4a7f-9824-59972572d5f7" + "7855380f-9d80-43eb-841d-74e31d4b461e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" ], "x-ms-correlation-request-id": [ - "233292c9-168e-4a7f-9824-59972572d5f7" + "1e54a150-bb67-44df-946f-e602d415c6d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151338Z:233292c9-168e-4a7f-9824-59972572d5f7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211116T150133Z:1e54a150-bb67-44df-946f-e602d415c6d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:13:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar51771?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUxNzcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a148ba33-59cc-451e-96d4-be3cc628b43c" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1760,26 +2869,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:01:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "6eedf6bc-cab7-45d2-8318-942a3db3391d" + "f9ca4534-a5c3-433f-b304-f0699665f9a8" ], "x-ms-correlation-request-id": [ - "6eedf6bc-cab7-45d2-8318-942a3db3391d" + "f9ca4534-a5c3-433f-b304-f0699665f9a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151353Z:6eedf6bc-cab7-45d2-8318-942a3db3391d" + "EASTUS2:20211116T150133Z:f9ca4534-a5c3-433f-b304-f0699665f9a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1787,29 +2899,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:13:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRjM01TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1817,26 +2926,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:01:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "7455bb83-fc15-4bd4-a95f-954875ae5897" + "43ef49b1-4b57-4475-9a5f-013784a5973c" ], "x-ms-correlation-request-id": [ - "7455bb83-fc15-4bd4-a95f-954875ae5897" + "43ef49b1-4b57-4475-9a5f-013784a5973c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151408Z:7455bb83-fc15-4bd4-a95f-954875ae5897" + "EASTUS2:20211116T150148Z:43ef49b1-4b57-4475-9a5f-013784a5973c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1844,29 +2956,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:14:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRjM01TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1874,26 +2983,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:02:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "742c222f-c3a3-4c82-b8ce-56250ca7d3e3" + "24fc1420-9500-4726-956f-1b206a9b1faa" ], "x-ms-correlation-request-id": [ - "742c222f-c3a3-4c82-b8ce-56250ca7d3e3" + "24fc1420-9500-4726-956f-1b206a9b1faa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151423Z:742c222f-c3a3-4c82-b8ce-56250ca7d3e3" + "EASTUS2:20211116T150203Z:24fc1420-9500-4726-956f-1b206a9b1faa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1901,29 +3013,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:14:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRjM01TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1931,26 +3040,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:02:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "d010b1b1-5133-4547-bced-25bb7535be21" + "57f01882-72e4-4965-9b1e-c51ee479c911" ], "x-ms-correlation-request-id": [ - "d010b1b1-5133-4547-bced-25bb7535be21" + "57f01882-72e4-4965-9b1e-c51ee479c911" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151438Z:d010b1b1-5133-4547-bced-25bb7535be21" + "EASTUS2:20211116T150218Z:57f01882-72e4-4965-9b1e-c51ee479c911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1958,29 +3070,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:14:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRjM01TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1988,26 +3097,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:02:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "56c3e825-a99a-4c72-8415-a83cd5e70370" + "a6b10dbf-b2c5-4c8d-a331-68a5fd1df9be" ], "x-ms-correlation-request-id": [ - "56c3e825-a99a-4c72-8415-a83cd5e70370" + "a6b10dbf-b2c5-4c8d-a331-68a5fd1df9be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151453Z:56c3e825-a99a-4c72-8415-a83cd5e70370" + "EASTUS2:20211116T150233Z:a6b10dbf-b2c5-4c8d-a331-68a5fd1df9be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2015,29 +3127,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:14:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRjM01TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2045,20 +3154,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:02:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "3ae6c851-defa-49c4-96c0-7f2a56186f66" + "9ecd5902-72e6-4ad9-a1aa-db164521dc14" ], "x-ms-correlation-request-id": [ - "3ae6c851-defa-49c4-96c0-7f2a56186f66" + "9ecd5902-72e6-4ad9-a1aa-db164521dc14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151508Z:3ae6c851-defa-49c4-96c0-7f2a56186f66" + "EASTUS2:20211116T150248Z:9ecd5902-72e6-4ad9-a1aa-db164521dc14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2066,29 +3178,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:15:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Njc5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpjNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTc3MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRjM01TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2096,20 +3205,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:02:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "b777e7e1-7bb7-4100-ba6c-8d58ca9bfd6d" + "b0904ca1-1244-4acc-ba81-e062d09e67cf" ], "x-ms-correlation-request-id": [ - "b777e7e1-7bb7-4100-ba6c-8d58ca9bfd6d" + "b0904ca1-1244-4acc-ba81-e062d09e67cf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151508Z:b777e7e1-7bb7-4100-ba6c-8d58ca9bfd6d" + "EASTUS2:20211116T150248Z:b0904ca1-1244-4acc-ba81-e062d09e67cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2117,14 +3229,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:15:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2133,29 +3242,29 @@ ], "Names": { "TestFlexVMScaleSetWithPublicIP": [ - "crptestar6679", - "vmss7087", - "dnsname3072", - "crptestar178" + "crptestar5177", + "vmss531", + "dnsname91", + "crptestar5050" ], "CreateVNETWithSubnets": [ - "vn7406", - "sn12303", - "sn23245" + "vn2909", + "sn17977", + "sn28080" ], "CreatePublicIP": [ - "pip5083", - "dn5469" + "pip9676", + "dn9946" ], "CreateNIC": [ - "nic3866", - "ip5537" + "nic928", + "ip7974" ], "CreateDefaultVMScaleSetInput": [ - "crptestar5871", - "vmss5365", - "vmsstestnetconfig6091", - "vmsstestnetconfig5698" + "crptestar5278", + "vmss8026", + "vmsstestnetconfig6215", + "vmsstestnetconfig6657" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSAccelNtwkng.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSAccelNtwkng.json index 2e2e2d75d565a..b7c301256623e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSAccelNtwkng.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSAccelNtwkng.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fec8305-7975-4d20-bf23-dcf0bcbb6d05" + "71b6243f-aa92-49ae-a64d-5957ad28a955" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -33,10 +33,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "7d1e0993-adfc-463d-b874-f7c81332a25a" + "36f37025-2b2b-4ac4-b3d9-20f821eedfed" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "08634381-7ba7-4baa-b2a2-f2dfce78348d" + "9ff90e60-0b24-4527-b721-5f41ef0d9b0b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162524Z:08634381-7ba7-4baa-b2a2-f2dfce78348d" + "SOUTHCENTRALUS:20220126T154136Z:9ff90e60-0b24-4527-b721-5f41ef0d9b0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:23 GMT" + "Wed, 26 Jan 2022 15:41:35 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar20471?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNDcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar53831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzODMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar20471\": \"2021-06-29 16:25:24Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar53831\": \"2022-01-26 15:41:38Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5091f113-6c54-4d1c-9bd9-313102bb03dc" + "8471e872-e1ce-427f-8abc-014fe3ceb2bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "186c72c6-beef-461a-8f8b-6d1ca1c5d0da" + "4d5d98c6-0357-4be5-a72b-f9667b9a277e" ], "x-ms-correlation-request-id": [ - "186c72c6-beef-461a-8f8b-6d1ca1c5d0da" + "4d5d98c6-0357-4be5-a72b-f9667b9a277e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162526Z:186c72c6-beef-461a-8f8b-6d1ca1c5d0da" + "SOUTHCENTRALUS:20220126T154139Z:4d5d98c6-0357-4be5-a72b-f9667b9a277e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:26 GMT" + "Wed, 26 Jan 2022 15:41:39 GMT" ], "Content-Length": [ "237" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471\",\r\n \"name\": \"crptestar20471\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar20471\": \"2021-06-29 16:25:24Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831\",\r\n \"name\": \"crptestar53831\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar53831\": \"2022-01-26 15:41:38Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar20471?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNDcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar53831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzODMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a4ab0b7a-8ed8-496c-ad3d-62800cf70a67" + "391dd212-4b15-424a-bc68-0e2eb2c2c419" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "839830df-f10d-48a9-be86-11efd22ef750" + "e2f3a164-bb2b-4ad3-859d-d635acc6c478" ], "x-ms-correlation-request-id": [ - "839830df-f10d-48a9-be86-11efd22ef750" + "e2f3a164-bb2b-4ad3-859d-d635acc6c478" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162620Z:839830df-f10d-48a9-be86-11efd22ef750" + "SOUTHCENTRALUS:20220126T154239Z:e2f3a164-bb2b-4ad3-859d-d635acc6c478" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:20 GMT" + "Wed, 26 Jan 2022 15:42:38 GMT" ], "Content-Length": [ "188" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471\",\r\n \"name\": \"crptestar20471\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831\",\r\n \"name\": \"crptestar53831\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Storage/storageAccounts/crptestar5608?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTYwOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Storage/storageAccounts/crptestar4611?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDYxMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2018a05d-3b50-49e9-addd-d00c2abbafed" + "bf7f51ec-befc-49db-8e79-fcee1c54ce56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f3356b09-9dd2-436b-bc7a-911fc3ef3c7c?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a54edd35-de6e-4d18-8cc4-384c58514ef2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "f3356b09-9dd2-436b-bc7a-911fc3ef3c7c" + "a54edd35-de6e-4d18-8cc4-384c58514ef2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "5b38fbf3-a5ff-45b2-b568-fb717aaab1ef" + "f97e984e-2b5d-4ffc-b99d-e49fd6652885" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162536Z:5b38fbf3-a5ff-45b2-b568-fb717aaab1ef" + "SOUTHCENTRALUS:20220126T154150Z:f97e984e-2b5d-4ffc-b99d-e49fd6652885" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:36 GMT" + "Wed, 26 Jan 2022 15:41:50 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f3356b09-9dd2-436b-bc7a-911fc3ef3c7c?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZjMzNTZiMDktOWRkMi00MzZiLWJjN2EtOTExZmMzZWYzYzdjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a54edd35-de6e-4d18-8cc4-384c58514ef2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTU0ZWRkMzUtZGU2ZS00ZDE4LThjYzQtMzg0YzU4NTE0ZWYyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -298,13 +298,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f3356b09-9dd2-436b-bc7a-911fc3ef3c7c?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a54edd35-de6e-4d18-8cc4-384c58514ef2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], "x-ms-request-id": [ - "3e2f779b-bca4-4504-95de-cdde444c71f7" + "b1f6f0ff-f5bf-405e-9256-9c60f62200fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -316,16 +316,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "b90d0c8d-3ce9-426b-9c4e-c0846888a431" + "fb793fc8-bb63-496c-ae50-e7de632b0966" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162554Z:b90d0c8d-3ce9-426b-9c4e-c0846888a431" + "SOUTHCENTRALUS:20220126T154208Z:fb793fc8-bb63-496c-ae50-e7de632b0966" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:53 GMT" + "Wed, 26 Jan 2022 15:42:07 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -341,15 +341,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f3356b09-9dd2-436b-bc7a-911fc3ef3c7c?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZjMzNTZiMDktOWRkMi00MzZiLWJjN2EtOTExZmMzZWYzYzdjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a54edd35-de6e-4d18-8cc4-384c58514ef2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTU0ZWRkMzUtZGU2ZS00ZDE4LThjYzQtMzg0YzU4NTE0ZWYyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "3c081b5f-b1f5-4c92-b685-56a7deec5c1c" + "fc3bf14d-156e-4740-ba0e-92a2021d4c02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -373,16 +373,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "1b25a6fc-2c25-4490-a2db-c00d7b8b5a6a" + "581d6de3-0c2f-439e-996a-aaca51234521" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162557Z:1b25a6fc-2c25-4490-a2db-c00d7b8b5a6a" + "SOUTHCENTRALUS:20220126T154211Z:581d6de3-0c2f-439e-996a-aaca51234521" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:56 GMT" + "Wed, 26 Jan 2022 15:42:11 GMT" ], "Content-Length": [ "95" @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ba30f50-0984-4104-a0c4-bfef856eb97f" + "186a9614-d991-47f7-95c9-3da10368811f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "a64a4acb-71c7-4fc4-a88c-e9bcbeb87b65" + "84a1c294-ca7f-44d8-89c1-fca91129461c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,16 +436,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "d5d9bc55-24a0-4fa0-95bf-2629c01e2adc" + "04836094-a8fa-4f97-9dbe-9403874bf4fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162607Z:d5d9bc55-24a0-4fa0-95bf-2629c01e2adc" + "SOUTHCENTRALUS:20220126T154222Z:04836094-a8fa-4f97-9dbe-9403874bf4fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:07 GMT" + "Wed, 26 Jan 2022 15:42:21 GMT" ], "Content-Length": [ "753" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Storage/storageAccounts/crptestar5608\",\r\n \"name\": \"crptestar5608\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:25:33.3103213Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5608.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5608.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5608.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5608.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Storage/storageAccounts/crptestar4611\",\r\n \"name\": \"crptestar4611\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T15:41:47.4383249Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4611.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4611.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4611.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4611.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Storage/storageAccounts/crptestar5608?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTYwOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Storage/storageAccounts/crptestar4611?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDYxMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a73f93f8-c3c1-4407-b49c-4e5521f15fb3" + "0496bf56-835f-4ad6-bc48-bac9b65f5206" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -487,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "b96684f4-8c9c-4138-b260-070f710c4911" + "71b3dd14-375f-4901-b52d-6d237065e1b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -499,16 +499,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "d35c24ef-f5e7-4fc5-be71-695cfadbd347" + "88d1fc16-85fc-4f1a-99e5-e635577d4656" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162607Z:d35c24ef-f5e7-4fc5-be71-695cfadbd347" + "SOUTHCENTRALUS:20220126T154222Z:88d1fc16-85fc-4f1a-99e5-e635577d4656" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:07 GMT" + "Wed, 26 Jan 2022 15:42:22 GMT" ], "Content-Length": [ "741" @@ -520,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Storage/storageAccounts/crptestar5608\",\r\n \"name\": \"crptestar5608\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:25:33.3103213Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5608.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5608.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5608.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5608.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Storage/storageAccounts/crptestar4611\",\r\n \"name\": \"crptestar4611\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T15:41:47.4383249Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4611.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4611.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4611.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4611.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41ODIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn17317\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn28297\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn16943\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn21581\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d0c53f0-71cd-4dd7-8a3a-1f9f27053c87" + "88ada6cd-4b52-4f3c-9e87-57f446229e5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -559,19 +559,19 @@ "3" ], "x-ms-request-id": [ - "26145868-68bf-475b-94b3-7e7772f01dd3" + "fcbff389-855f-45c4-89e6-eff50387b914" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/26145868-68bf-475b-94b3-7e7772f01dd3?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fcbff389-855f-45c4-89e6-eff50387b914?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9ce59328-276d-4dd2-bac9-053e249f45b5" + "2c7156f8-92d7-4104-8045-b9840cef783d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "290b9047-52ab-4320-abd6-265f7acb342a" + "28772ae9-bee1-43c6-b5d5-5bb154cb5c3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -584,16 +584,16 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162615Z:9ce59328-276d-4dd2-bac9-053e249f45b5" + "SOUTHCENTRALUS:20220126T154233Z:2c7156f8-92d7-4104-8045-b9840cef783d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:14 GMT" + "Wed, 26 Jan 2022 15:42:33 GMT" ], "Content-Length": [ - "1931" + "1927" ], "Content-Type": [ "application/json; charset=utf-8" @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5821\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821\",\r\n \"etag\": \"W/\\\"b852f9d1-e906-4e6b-93bf-51b5897dd795\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3a6c7d36-828f-442c-b742-ba982129a01e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17317\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn17317\",\r\n \"etag\": \"W/\\\"b852f9d1-e906-4e6b-93bf-51b5897dd795\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28297\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\",\r\n \"etag\": \"W/\\\"b852f9d1-e906-4e6b-93bf-51b5897dd795\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442\",\r\n \"etag\": \"W/\\\"04dfcfd9-10e0-4e9d-b418-ad29aecdec03\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"648bf6db-11ff-4e89-b69e-fa529e35ca50\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn16943\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn16943\",\r\n \"etag\": \"W/\\\"04dfcfd9-10e0-4e9d-b418-ad29aecdec03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\",\r\n \"etag\": \"W/\\\"04dfcfd9-10e0-4e9d-b418-ad29aecdec03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/26145868-68bf-475b-94b3-7e7772f01dd3?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI2MTQ1ODY4LTY4YmYtNDc1Yi05NGIzLTdlNzc3MmYwMWRkMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fcbff389-855f-45c4-89e6-eff50387b914?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjYmZmMzg5LTg1NWYtNDVjNC04OWU2LWVmZjUwMzg3YjkxND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -626,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "c2f74729-38df-4e08-be83-3f8628c03983" + "e1c09a6c-dece-4c70-89d2-c360dac0f57b" ], "x-ms-correlation-request-id": [ - "bc8134ee-992a-44c2-80ff-94369a722814" + "87cebe44-4528-4a4e-b48c-4fa34d155e6d" ], "x-ms-arm-service-request-id": [ - "fc176931-b23f-4de8-8f13-5d9f8c0a7532" + "2032690c-aa35-443a-b30c-6bb8be69d1cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,13 +645,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162618Z:bc8134ee-992a-44c2-80ff-94369a722814" + "SOUTHCENTRALUS:20220126T154237Z:87cebe44-4528-4a4e-b48c-4fa34d155e6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:17 GMT" + "Wed, 26 Jan 2022 15:42:36 GMT" ], "Content-Length": [ "29" @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41ODIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -687,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"3161f2c1-b752-4fe7-ba81-71f5604cfb68\"" + "W/\"acf230cd-16ee-48c7-889e-0ee22737c578\"" ], "x-ms-request-id": [ - "38d032d7-9027-4b50-b2e7-b9d35bb459bb" + "833f73e7-8072-409d-8db5-d3db2a3a6f7c" ], "x-ms-correlation-request-id": [ - "07bc68b6-a074-4351-afad-4dae37339926" + "e7a2b731-1f16-4031-905f-e36408d091b8" ], "x-ms-arm-service-request-id": [ - "69920014-c0f2-499d-a9ac-2ca92d122ec5" + "5c2c350b-5efc-4f04-8cb8-a9d7a5a5756e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,16 +709,16 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162618Z:07bc68b6-a074-4351-afad-4dae37339926" + "SOUTHCENTRALUS:20220126T154237Z:e7a2b731-1f16-4031-905f-e36408d091b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:18 GMT" + "Wed, 26 Jan 2022 15:42:37 GMT" ], "Content-Length": [ - "1934" + "1930" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,32 +727,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5821\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821\",\r\n \"etag\": \"W/\\\"3161f2c1-b752-4fe7-ba81-71f5604cfb68\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3a6c7d36-828f-442c-b742-ba982129a01e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17317\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn17317\",\r\n \"etag\": \"W/\\\"3161f2c1-b752-4fe7-ba81-71f5604cfb68\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28297\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\",\r\n \"etag\": \"W/\\\"3161f2c1-b752-4fe7-ba81-71f5604cfb68\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442\",\r\n \"etag\": \"W/\\\"acf230cd-16ee-48c7-889e-0ee22737c578\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"648bf6db-11ff-4e89-b69e-fa529e35ca50\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn16943\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn16943\",\r\n \"etag\": \"W/\\\"acf230cd-16ee-48c7-889e-0ee22737c578\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\",\r\n \"etag\": \"W/\\\"acf230cd-16ee-48c7-889e-0ee22737c578\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/publicIPAddresses/pip4459?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDU5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/publicIPAddresses/pip30?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2707\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn249\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fdba49bf-d1ed-4d19-9a66-e8ebb92df7ad" + "80f64f81-496d-42de-8a85-2b6f5f3dcdb0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "207" + "206" ] }, "ResponseHeaders": { @@ -766,19 +766,19 @@ "1" ], "x-ms-request-id": [ - "ae4f8aae-daad-4b2c-bf69-6e5a9cef744c" + "5e4220d8-229a-416a-86dc-d9d573cd4589" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ae4f8aae-daad-4b2c-bf69-6e5a9cef744c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5e4220d8-229a-416a-86dc-d9d573cd4589?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4458c8e5-eb7c-4852-94a5-bf1ba1a33a7b" + "1de4ef41-a06a-4a31-ae9a-fb22ad2727de" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ebeac883-0bcc-4319-a417-b3c523f4797b" + "61f6ad16-7f66-40db-8447-a710a205f15e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -791,16 +791,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162627Z:4458c8e5-eb7c-4852-94a5-bf1ba1a33a7b" + "SOUTHCENTRALUS:20220126T154245Z:1de4ef41-a06a-4a31-ae9a-fb22ad2727de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:26 GMT" + "Wed, 26 Jan 2022 15:42:45 GMT" ], "Content-Length": [ - "770" + "764" ], "Content-Type": [ "application/json; charset=utf-8" @@ -809,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4459\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/publicIPAddresses/pip4459\",\r\n \"etag\": \"W/\\\"866d8bd9-cd15-433c-889c-95447fd97ba2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"99386d50-9cea-4da3-939d-ba250cbc56ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2707\",\r\n \"fqdn\": \"dn2707.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip30\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/publicIPAddresses/pip30\",\r\n \"etag\": \"W/\\\"00d9e625-80ce-4bf8-b1bd-d92a21e74f70\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0a3c344f-b843-4e3c-a2fe-69422b0bc917\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn249\",\r\n \"fqdn\": \"dn249.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ae4f8aae-daad-4b2c-bf69-6e5a9cef744c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FlNGY4YWFlLWRhYWQtNGIyYy1iZjY5LTZlNWE5Y2VmNzQ0Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5e4220d8-229a-416a-86dc-d9d573cd4589?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVlNDIyMGQ4LTIyOWEtNDE2YS04NmRjLWQ5ZDU3M2NkNDU4OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -833,13 +833,13 @@ "no-cache" ], "x-ms-request-id": [ - "147a6cf4-0c50-4ea8-922c-e4d415eb2683" + "27d0d493-8bb6-447a-b01f-f65b6df01280" ], "x-ms-correlation-request-id": [ - "ce859a08-2091-49f8-85e3-ba1ba64c113d" + "d3bbb414-822c-4ece-941e-ede5e794d938" ], "x-ms-arm-service-request-id": [ - "c2ab3ea8-9a7d-4137-9551-cbdbe4fee2d3" + "4f7ae020-d1fa-4890-ae38-c14b7ddef4cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,13 +852,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162628Z:ce859a08-2091-49f8-85e3-ba1ba64c113d" + "SOUTHCENTRALUS:20220126T154247Z:d3bbb414-822c-4ece-941e-ede5e794d938" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:27 GMT" + "Wed, 26 Jan 2022 15:42:46 GMT" ], "Content-Length": [ "29" @@ -874,15 +874,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/publicIPAddresses/pip4459?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDU5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/publicIPAddresses/pip30?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -894,16 +894,16 @@ "no-cache" ], "ETag": [ - "W/\"8db1940d-f003-48d5-933d-4486a1c3a2a5\"" + "W/\"0282b447-55bb-4cf5-888c-7f7f73cfcb6c\"" ], "x-ms-request-id": [ - "ab11dd9e-e681-4e43-993a-1c705a09c5d7" + "5d3dc734-2a43-4a08-b394-7d98221d585e" ], "x-ms-correlation-request-id": [ - "cbb7937e-bc93-44a6-b9fd-4162551eccbc" + "5f06a93f-0710-4c53-aea3-4582e0bc2a60" ], "x-ms-arm-service-request-id": [ - "d8ba9a22-0db0-4004-bfc8-a575f6b8ef3b" + "c0617dba-e676-4762-ae83-e2c42047bbfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -916,16 +916,16 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162628Z:cbb7937e-bc93-44a6-b9fd-4162551eccbc" + "SOUTHCENTRALUS:20220126T154247Z:5f06a93f-0710-4c53-aea3-4582e0bc2a60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:27 GMT" + "Wed, 26 Jan 2022 15:42:47 GMT" ], "Content-Length": [ - "771" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -934,25 +934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4459\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/publicIPAddresses/pip4459\",\r\n \"etag\": \"W/\\\"8db1940d-f003-48d5-933d-4486a1c3a2a5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"99386d50-9cea-4da3-939d-ba250cbc56ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2707\",\r\n \"fqdn\": \"dn2707.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip30\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/publicIPAddresses/pip30\",\r\n \"etag\": \"W/\\\"0282b447-55bb-4cf5-888c-7f7f73cfcb6c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a3c344f-b843-4e3c-a2fe-69422b0bc917\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn249\",\r\n \"fqdn\": \"dn249.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/publicIPAddresses/pip4459?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDU5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/publicIPAddresses/pip30?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c04054dc-bf0d-4eb7-acf4-cc5e3f024d27" + "4f269d7d-704f-4cc8-be31-eb81adb03376" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -964,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"8db1940d-f003-48d5-933d-4486a1c3a2a5\"" + "W/\"0282b447-55bb-4cf5-888c-7f7f73cfcb6c\"" ], "x-ms-request-id": [ - "abe4b393-b479-4da9-84fe-98d16d9adf30" + "9b967b46-acd4-4fa7-a51a-4f25fcbb87e7" ], "x-ms-correlation-request-id": [ - "41c9e61d-d0e3-4e0e-92b1-1fe8b6b2e23f" + "7bcc63d1-ead0-45ab-81b3-325105c6bae1" ], "x-ms-arm-service-request-id": [ - "c65a7161-ba76-4890-b8ae-ad521d56569b" + "ecdd9c55-1837-431e-822f-1fa9f06f0ebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -986,16 +986,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162628Z:41c9e61d-d0e3-4e0e-92b1-1fe8b6b2e23f" + "SOUTHCENTRALUS:20220126T154247Z:7bcc63d1-ead0-45ab-81b3-325105c6bae1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:28 GMT" + "Wed, 26 Jan 2022 15:42:47 GMT" ], "Content-Length": [ - "771" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1004,32 +1004,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4459\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/publicIPAddresses/pip4459\",\r\n \"etag\": \"W/\\\"8db1940d-f003-48d5-933d-4486a1c3a2a5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"99386d50-9cea-4da3-939d-ba250cbc56ea\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2707\",\r\n \"fqdn\": \"dn2707.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip30\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/publicIPAddresses/pip30\",\r\n \"etag\": \"W/\\\"0282b447-55bb-4cf5-888c-7f7f73cfcb6c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a3c344f-b843-4e3c-a2fe-69422b0bc917\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn249\",\r\n \"fqdn\": \"dn249.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NTE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyODM3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn28297\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\r\n }\r\n },\r\n \"name\": \"ip1622\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn21581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\r\n }\r\n },\r\n \"name\": \"ip5257\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "acdad030-5585-4360-91cf-d506b9a7115a" + "5a88f839-52f4-4af4-a957-3522396dc91a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "751" + "750" ] }, "ResponseHeaders": { @@ -1040,19 +1040,19 @@ "no-cache" ], "x-ms-request-id": [ - "b9f6d38c-ca30-4012-88e8-f2f0486ab65b" + "b143747b-d49f-4319-8b5b-8e1be99ff0ee" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b9f6d38c-ca30-4012-88e8-f2f0486ab65b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b143747b-d49f-4319-8b5b-8e1be99ff0ee?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "de634367-a878-4547-bd12-61a46c5bfc00" + "36c90b40-d5ee-474b-8fac-8a7925fe23f6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9aa95131-f219-497d-929e-9b8a160f085f" + "8dafb516-81ea-4c71-b370-fcab1379e874" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1065,16 +1065,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162633Z:de634367-a878-4547-bd12-61a46c5bfc00" + "SOUTHCENTRALUS:20220126T154251Z:36c90b40-d5ee-474b-8fac-8a7925fe23f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:32 GMT" + "Wed, 26 Jan 2022 15:42:51 GMT" ], "Content-Length": [ - "1635" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1083,19 +1083,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5516\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516\",\r\n \"etag\": \"W/\\\"f9e44089-8169-489a-8600-fc39e309d44f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a354b26f-cd34-4d50-9abd-92d0c41880fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1622\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516/ipConfigurations/ip1622\",\r\n \"etag\": \"W/\\\"f9e44089-8169-489a-8600-fc39e309d44f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\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\": \"gz4wyoupqiwejn0cxkmccknadg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837\",\r\n \"etag\": \"W/\\\"b96fa110-7bce-4879-b407-6b185caeb0c6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e9c3fe7d-3423-4972-b00c-7d26d5327cc3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837/ipConfigurations/ip5257\",\r\n \"etag\": \"W/\\\"b96fa110-7bce-4879-b407-6b185caeb0c6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\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\": \"1p1iwzh5cgeu3nu45jjj2nokka.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NTE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyODM3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1107,16 +1107,16 @@ "no-cache" ], "ETag": [ - "W/\"f9e44089-8169-489a-8600-fc39e309d44f\"" + "W/\"b96fa110-7bce-4879-b407-6b185caeb0c6\"" ], "x-ms-request-id": [ - "29797744-20af-47b1-809e-49a9c0b889bf" + "72e6f5b6-f4e2-4b3b-92b6-76fe324983a7" ], "x-ms-correlation-request-id": [ - "14722462-790e-4c32-8599-118b09b81e3f" + "d1616c49-a49c-4940-9251-19a0da8c05b5" ], "x-ms-arm-service-request-id": [ - "51272df7-c434-441c-a1db-3f38787fcff9" + "63ac963c-4d7b-42ca-a3ba-77fa6828957d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1129,16 +1129,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162633Z:14722462-790e-4c32-8599-118b09b81e3f" + "SOUTHCENTRALUS:20220126T154252Z:d1616c49-a49c-4940-9251-19a0da8c05b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:32 GMT" + "Wed, 26 Jan 2022 15:42:51 GMT" ], "Content-Length": [ - "1635" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1147,25 +1147,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5516\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516\",\r\n \"etag\": \"W/\\\"f9e44089-8169-489a-8600-fc39e309d44f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a354b26f-cd34-4d50-9abd-92d0c41880fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1622\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516/ipConfigurations/ip1622\",\r\n \"etag\": \"W/\\\"f9e44089-8169-489a-8600-fc39e309d44f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\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\": \"gz4wyoupqiwejn0cxkmccknadg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837\",\r\n \"etag\": \"W/\\\"b96fa110-7bce-4879-b407-6b185caeb0c6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e9c3fe7d-3423-4972-b00c-7d26d5327cc3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837/ipConfigurations/ip5257\",\r\n \"etag\": \"W/\\\"b96fa110-7bce-4879-b407-6b185caeb0c6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\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\": \"1p1iwzh5cgeu3nu45jjj2nokka.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NTE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyODM3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33039aba-f5b1-46f2-961a-8513868ca02d" + "3432ef15-b0ee-46b1-8453-6873192589f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1177,16 +1177,16 @@ "no-cache" ], "ETag": [ - "W/\"f9e44089-8169-489a-8600-fc39e309d44f\"" + "W/\"b96fa110-7bce-4879-b407-6b185caeb0c6\"" ], "x-ms-request-id": [ - "615e0889-0e32-4299-ba8e-a6ff80f1c02c" + "f98b17de-edda-4de4-8fd6-c64d3d706de4" ], "x-ms-correlation-request-id": [ - "8163e30f-c1ac-40dd-b16d-c92612de0ea8" + "0af766de-351d-474d-a4c0-e54eca7528b7" ], "x-ms-arm-service-request-id": [ - "732dc878-9536-4e18-bc71-d42f2af74699" + "3f1dc318-ad4f-4a2f-aea0-a2f96af0882f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1199,16 +1199,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162633Z:8163e30f-c1ac-40dd-b16d-c92612de0ea8" + "SOUTHCENTRALUS:20220126T154252Z:0af766de-351d-474d-a4c0-e54eca7528b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:33 GMT" + "Wed, 26 Jan 2022 15:42:52 GMT" ], "Content-Length": [ - "1635" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1217,32 +1217,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5516\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516\",\r\n \"etag\": \"W/\\\"f9e44089-8169-489a-8600-fc39e309d44f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a354b26f-cd34-4d50-9abd-92d0c41880fb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1622\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/networkInterfaces/nic5516/ipConfigurations/ip1622\",\r\n \"etag\": \"W/\\\"f9e44089-8169-489a-8600-fc39e309d44f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\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\": \"gz4wyoupqiwejn0cxkmccknadg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837\",\r\n \"etag\": \"W/\\\"b96fa110-7bce-4879-b407-6b185caeb0c6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e9c3fe7d-3423-4972-b00c-7d26d5327cc3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/networkInterfaces/nic2837/ipConfigurations/ip5257\",\r\n \"etag\": \"W/\\\"b96fa110-7bce-4879-b407-6b185caeb0c6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\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\": \"1p1iwzh5cgeu3nu45jjj2nokka.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjcwNz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar5608.blob.core.windows.net/crptestar7802\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9080\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2182\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar4611.blob.core.windows.net/crptestar8907\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8302\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig299\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bb3cee62-c994-4ea4-a6eb-5e82478118b5" + "2de796f9-b053-49de-8f96-c9ba07e71575" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1788" + "1786" ] }, "ResponseHeaders": { @@ -1256,13 +1256,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2dc590de-e213-4857-96de-1b6be2bd6b72?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9fea4c69-2618-4ca3-8a9b-d44d410a4c4f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1271,7 +1271,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2dc590de-e213-4857-96de-1b6be2bd6b72" + "9fea4c69-2618-4ca3-8a9b-d44d410a4c4f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1281,19 +1281,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "a38e232a-4556-4568-aea8-f48e2acc1aee" + "b1016c0c-3d7e-4742-b9b8-2e5ed6b75a8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162645Z:a38e232a-4556-4568-aea8-f48e2acc1aee" + "SOUTHCENTRALUS:20220126T154305Z:b1016c0c-3d7e-4742-b9b8-2e5ed6b75a8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:45 GMT" + "Wed, 26 Jan 2022 15:43:05 GMT" ], "Content-Length": [ - "3165" + "3220" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1302,20 +1302,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5608.blob.core.windows.net/crptestar7802\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9080\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2182\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce8f426-d795-415d-9929-39e7707061ba\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2707\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4611.blob.core.windows.net/crptestar8907\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8302\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig299\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b54d5f23-b29c-423c-977a-b05ce473b4fd\",\r\n \"timeCreated\": \"2022-01-26T09:43:03.0321783-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2dc590de-e213-4857-96de-1b6be2bd6b72?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkYzU5MGRlLWUyMTMtNDg1Ny05NmRlLTFiNmJlMmJkNmI3Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9fea4c69-2618-4ca3-8a9b-d44d410a4c4f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlmZWE0YzY5LTI2MTgtNGNhMy04YTliLWQ0NGQ0MTBhNGM0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1329,13 +1329,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e5aaff5e-60e7-4d07-8fa1-9da6241d4411" + "a46402ca-84e9-4115-b05b-7fce5e19711c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1345,16 +1345,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "4cb5ac3b-0765-46e9-ac7c-78eb7ec582c2" + "9772700b-8bfc-4f0c-9a3e-169f87e7b029" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162655Z:4cb5ac3b-0765-46e9-ac7c-78eb7ec582c2" + "SOUTHCENTRALUS:20220126T154316Z:9772700b-8bfc-4f0c-9a3e-169f87e7b029" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:26:55 GMT" + "Wed, 26 Jan 2022 15:43:15 GMT" ], "Content-Length": [ "134" @@ -1366,20 +1366,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:26:42.6263935+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2dc590de-e213-4857-96de-1b6be2bd6b72\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T09:43:03.0321783-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9fea4c69-2618-4ca3-8a9b-d44d410a4c4f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2dc590de-e213-4857-96de-1b6be2bd6b72?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkYzU5MGRlLWUyMTMtNDg1Ny05NmRlLTFiNmJlMmJkNmI3Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9fea4c69-2618-4ca3-8a9b-d44d410a4c4f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlmZWE0YzY5LTI2MTgtNGNhMy04YTliLWQ0NGQ0MTBhNGM0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1390,13 +1390,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5ab0cecb-89a5-47b9-8d1c-aac37e39b213" + "00388548-0d6d-4c92-a34c-5d4d5bbd7921" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1406,16 +1406,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "a209c3e9-6e79-4285-9f9e-3f44ec05e590" + "dde9bee1-94d3-4d9a-b11a-c6312a839836" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162832Z:a209c3e9-6e79-4285-9f9e-3f44ec05e590" + "SOUTHCENTRALUS:20220126T154453Z:dde9bee1-94d3-4d9a-b11a-c6312a839836" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:28:32 GMT" + "Wed, 26 Jan 2022 15:44:53 GMT" ], "Content-Length": [ "134" @@ -1427,20 +1427,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:26:42.6263935+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2dc590de-e213-4857-96de-1b6be2bd6b72\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T09:43:03.0321783-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9fea4c69-2618-4ca3-8a9b-d44d410a4c4f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2dc590de-e213-4857-96de-1b6be2bd6b72?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkYzU5MGRlLWUyMTMtNDg1Ny05NmRlLTFiNmJlMmJkNmI3Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9fea4c69-2618-4ca3-8a9b-d44d410a4c4f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlmZWE0YzY5LTI2MTgtNGNhMy04YTliLWQ0NGQ0MTBhNGM0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1451,13 +1451,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0543bdd3-0fc4-40c7-bf20-fa5e0c349302" + "6bb1e14c-d1d7-419f-b43d-85425ac7420e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1467,16 +1467,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "b9ad18c6-3593-4858-986c-3e46488d3a40" + "f535f550-8545-4fde-b99c-663f8ec26657" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163010Z:b9ad18c6-3593-4858-986c-3e46488d3a40" + "SOUTHCENTRALUS:20220126T154631Z:f535f550-8545-4fde-b99c-663f8ec26657" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:30:09 GMT" + "Wed, 26 Jan 2022 15:46:30 GMT" ], "Content-Length": [ "134" @@ -1488,20 +1488,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:26:42.6263935+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2dc590de-e213-4857-96de-1b6be2bd6b72\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T09:43:03.0321783-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9fea4c69-2618-4ca3-8a9b-d44d410a4c4f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2dc590de-e213-4857-96de-1b6be2bd6b72?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkYzU5MGRlLWUyMTMtNDg1Ny05NmRlLTFiNmJlMmJkNmI3Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9fea4c69-2618-4ca3-8a9b-d44d410a4c4f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlmZWE0YzY5LTI2MTgtNGNhMy04YTliLWQ0NGQ0MTBhNGM0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1512,13 +1512,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dfb6673a-f5ef-495c-abd3-3c4cc2fcb309" + "a0da4fb1-9c4b-4ecb-bbea-c698f7b31798" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1528,16 +1528,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "4ed3c353-0399-4140-ae36-0ebe6b773586" + "a13591cc-c475-4055-919f-585852907d8d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163147Z:4ed3c353-0399-4140-ae36-0ebe6b773586" + "SOUTHCENTRALUS:20220126T154808Z:a13591cc-c475-4055-919f-585852907d8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:31:46 GMT" + "Wed, 26 Jan 2022 15:48:08 GMT" ], "Content-Length": [ "184" @@ -1549,20 +1549,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:26:42.6263935+00:00\",\r\n \"endTime\": \"2021-06-29T16:31:23.0501136+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2dc590de-e213-4857-96de-1b6be2bd6b72\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T09:43:03.0321783-06:00\",\r\n \"endTime\": \"2022-01-26T09:47:18.8445847-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9fea4c69-2618-4ca3-8a9b-d44d410a4c4f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjcwNz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1573,13 +1573,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2580" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "149f7d65-e608-4b6c-afc4-d4b4831be1ee" + "a1baf321-b6a8-497f-9f23-5d00fe7f7492" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1589,19 +1589,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "9bb931d9-c562-4309-96a2-84cbe3eca4fd" + "4c96d87f-008f-471e-a039-928551965085" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163147Z:9bb931d9-c562-4309-96a2-84cbe3eca4fd" + "SOUTHCENTRALUS:20220126T154812Z:4c96d87f-008f-471e-a039-928551965085" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:31:46 GMT" + "Wed, 26 Jan 2022 15:48:12 GMT" ], "Content-Length": [ - "3166" + "3221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1610,26 +1610,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5608.blob.core.windows.net/crptestar7802\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9080\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2182\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce8f426-d795-415d-9929-39e7707061ba\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2707\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4611.blob.core.windows.net/crptestar8907\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8302\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig299\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b54d5f23-b29c-423c-977a-b05ce473b4fd\",\r\n \"timeCreated\": \"2022-01-26T09:43:03.0321783-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjcwNz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d454f588-8892-4887-9371-b8577f1c88bd" + "43b91aa4-469d-42c6-8ee8-3fd6f5e82b6d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1640,13 +1640,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2579" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2a7dca2b-4204-43a5-b839-104294fb4b74" + "be05d62f-2e24-44e2-9e43-d11ab6f0a072" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1656,19 +1656,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "c4517f70-f428-41d8-bfc7-3204b4792cc5" + "e597857a-09d4-4abb-91e1-27b308addc08" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163147Z:c4517f70-f428-41d8-bfc7-3204b4792cc5" + "SOUTHCENTRALUS:20220126T154813Z:e597857a-09d4-4abb-91e1-27b308addc08" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:31:47 GMT" + "Wed, 26 Jan 2022 15:48:13 GMT" ], "Content-Length": [ - "3166" + "3221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1677,26 +1677,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5608.blob.core.windows.net/crptestar7802\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9080\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2182\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce8f426-d795-415d-9929-39e7707061ba\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2707\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4611.blob.core.windows.net/crptestar8907\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8302\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig299\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b54d5f23-b29c-423c-977a-b05ce473b4fd\",\r\n \"timeCreated\": \"2022-01-26T09:43:03.0321783-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjcxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjcwNz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e37c9cd7-c9b8-4750-bc36-b520b025fe64" + "72ec2f77-7969-423c-a2dc-04ae39ed90ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1707,13 +1707,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c832399e-9aae-4490-b345-3cc152a2945c" + "032632eb-a6b8-4127-b1d8-a10b6d084aff" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1723,19 +1723,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "d45ef63d-7970-4b24-b1ae-4809b4b04fbd" + "992515cb-69a7-49f9-99ab-e9900ec22429" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163148Z:d45ef63d-7970-4b24-b1ae-4809b4b04fbd" + "SOUTHCENTRALUS:20220126T154813Z:992515cb-69a7-49f9-99ab-e9900ec22429" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:31:47 GMT" + "Wed, 26 Jan 2022 15:48:13 GMT" ], "Content-Length": [ - "3166" + "3221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1744,25 +1744,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6714\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6714\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5608.blob.core.windows.net/crptestar7802\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9080\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2182\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar20471/providers/Microsoft.Network/virtualNetworks/vn5821/subnets/sn28297\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce8f426-d795-415d-9929-39e7707061ba\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2707\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2707\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4611.blob.core.windows.net/crptestar8907\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8302\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig299\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar53831/providers/Microsoft.Network/virtualNetworks/vn442/subnets/sn21581\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b54d5f23-b29c-423c-977a-b05ce473b4fd\",\r\n \"timeCreated\": \"2022-01-26T09:43:03.0321783-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar20471?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNDcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar53831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzODMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a60dfd0-e0f4-4584-bc38-051975b582ab" + "8332afd0-9088-4518-b794-da48cd756ee8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1774,7 +1774,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1783,13 +1783,13 @@ "14999" ], "x-ms-request-id": [ - "c6b5c897-1b6a-4565-99cf-915b9df12b17" + "25bfef71-5f52-454f-aa6f-48a2b50a046c" ], "x-ms-correlation-request-id": [ - "c6b5c897-1b6a-4565-99cf-915b9df12b17" + "25bfef71-5f52-454f-aa6f-48a2b50a046c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163155Z:c6b5c897-1b6a-4565-99cf-915b9df12b17" + "SOUTHCENTRALUS:20220126T154820Z:25bfef71-5f52-454f-aa6f-48a2b50a046c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1798,7 +1798,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:31:55 GMT" + "Wed, 26 Jan 2022 15:48:19 GMT" ], "Expires": [ "-1" @@ -1811,15 +1811,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1831,7 +1831,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1840,13 +1840,13 @@ "11999" ], "x-ms-request-id": [ - "176abbb5-4c26-443b-b20a-64227452548a" + "460be31c-5840-4731-b111-179e5e1a3947" ], "x-ms-correlation-request-id": [ - "176abbb5-4c26-443b-b20a-64227452548a" + "460be31c-5840-4731-b111-179e5e1a3947" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163210Z:176abbb5-4c26-443b-b20a-64227452548a" + "SOUTHCENTRALUS:20220126T154835Z:460be31c-5840-4731-b111-179e5e1a3947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1855,7 +1855,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:32:10 GMT" + "Wed, 26 Jan 2022 15:48:34 GMT" ], "Expires": [ "-1" @@ -1868,15 +1868,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1888,7 +1888,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1897,13 +1897,13 @@ "11998" ], "x-ms-request-id": [ - "b13ed451-db78-49da-b19b-1e1b9b168038" + "6bad7b19-9360-40c5-82a1-bf70fe8afbb8" ], "x-ms-correlation-request-id": [ - "b13ed451-db78-49da-b19b-1e1b9b168038" + "6bad7b19-9360-40c5-82a1-bf70fe8afbb8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163226Z:b13ed451-db78-49da-b19b-1e1b9b168038" + "SOUTHCENTRALUS:20220126T154851Z:6bad7b19-9360-40c5-82a1-bf70fe8afbb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1912,7 +1912,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:32:25 GMT" + "Wed, 26 Jan 2022 15:48:51 GMT" ], "Expires": [ "-1" @@ -1925,15 +1925,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1945,7 +1945,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1954,13 +1954,13 @@ "11997" ], "x-ms-request-id": [ - "23bf4718-e1b3-4318-b0bf-72962c49b201" + "597eb5ce-bf42-49bb-848c-1838c2c97205" ], "x-ms-correlation-request-id": [ - "23bf4718-e1b3-4318-b0bf-72962c49b201" + "597eb5ce-bf42-49bb-848c-1838c2c97205" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163241Z:23bf4718-e1b3-4318-b0bf-72962c49b201" + "SOUTHCENTRALUS:20220126T154906Z:597eb5ce-bf42-49bb-848c-1838c2c97205" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1969,7 +1969,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:32:41 GMT" + "Wed, 26 Jan 2022 15:49:06 GMT" ], "Expires": [ "-1" @@ -1982,15 +1982,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2002,7 +2002,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2011,13 +2011,13 @@ "11996" ], "x-ms-request-id": [ - "15c11d0b-b334-4ee0-b1c7-85af1ec5a431" + "c5566cfe-5f19-4a45-8836-5ac5ad91baa3" ], "x-ms-correlation-request-id": [ - "15c11d0b-b334-4ee0-b1c7-85af1ec5a431" + "c5566cfe-5f19-4a45-8836-5ac5ad91baa3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163257Z:15c11d0b-b334-4ee0-b1c7-85af1ec5a431" + "SOUTHCENTRALUS:20220126T154922Z:c5566cfe-5f19-4a45-8836-5ac5ad91baa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2026,7 +2026,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:32:56 GMT" + "Wed, 26 Jan 2022 15:49:22 GMT" ], "Expires": [ "-1" @@ -2039,15 +2039,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2059,7 +2059,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2068,13 +2068,13 @@ "11995" ], "x-ms-request-id": [ - "7b238ec9-a76b-461b-b024-52a89e786669" + "ba6efd03-6813-4eec-886e-02abb463cb22" ], "x-ms-correlation-request-id": [ - "7b238ec9-a76b-461b-b024-52a89e786669" + "ba6efd03-6813-4eec-886e-02abb463cb22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163312Z:7b238ec9-a76b-461b-b024-52a89e786669" + "SOUTHCENTRALUS:20220126T154938Z:ba6efd03-6813-4eec-886e-02abb463cb22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2083,7 +2083,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:33:12 GMT" + "Wed, 26 Jan 2022 15:49:37 GMT" ], "Expires": [ "-1" @@ -2096,15 +2096,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2116,7 +2116,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2125,13 +2125,13 @@ "11994" ], "x-ms-request-id": [ - "ed5ea322-600f-480a-b395-8adfd51714ac" + "499ca4d2-2b7b-4a81-833e-4e83ca0907e4" ], "x-ms-correlation-request-id": [ - "ed5ea322-600f-480a-b395-8adfd51714ac" + "499ca4d2-2b7b-4a81-833e-4e83ca0907e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163328Z:ed5ea322-600f-480a-b395-8adfd51714ac" + "SOUTHCENTRALUS:20220126T154953Z:499ca4d2-2b7b-4a81-833e-4e83ca0907e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2140,7 +2140,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:33:27 GMT" + "Wed, 26 Jan 2022 15:49:53 GMT" ], "Expires": [ "-1" @@ -2153,15 +2153,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2173,7 +2173,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2182,13 +2182,13 @@ "11993" ], "x-ms-request-id": [ - "8fd727b9-011c-4a52-960e-f93225237864" + "63f479ec-3363-46ce-97db-65163c8df2e9" ], "x-ms-correlation-request-id": [ - "8fd727b9-011c-4a52-960e-f93225237864" + "63f479ec-3363-46ce-97db-65163c8df2e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163343Z:8fd727b9-011c-4a52-960e-f93225237864" + "SOUTHCENTRALUS:20220126T155009Z:63f479ec-3363-46ce-97db-65163c8df2e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2197,7 +2197,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:33:42 GMT" + "Wed, 26 Jan 2022 15:50:08 GMT" ], "Expires": [ "-1" @@ -2210,15 +2210,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2230,7 +2230,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2239,13 +2239,13 @@ "11992" ], "x-ms-request-id": [ - "2dcae611-49dc-4f56-9c26-3a40eadec58e" + "f2f836b6-4f7e-48aa-80b7-3697b49078d8" ], "x-ms-correlation-request-id": [ - "2dcae611-49dc-4f56-9c26-3a40eadec58e" + "f2f836b6-4f7e-48aa-80b7-3697b49078d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163359Z:2dcae611-49dc-4f56-9c26-3a40eadec58e" + "SOUTHCENTRALUS:20220126T155024Z:f2f836b6-4f7e-48aa-80b7-3697b49078d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2254,7 +2254,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:33:58 GMT" + "Wed, 26 Jan 2022 15:50:24 GMT" ], "Expires": [ "-1" @@ -2267,15 +2267,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2287,7 +2287,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2296,13 +2296,13 @@ "11991" ], "x-ms-request-id": [ - "3fc79c61-3ec9-4e95-b3b7-75c0edf55ec4" + "a6a1ddd2-a2e2-4c5f-9f1f-3f7fcb9bef1c" ], "x-ms-correlation-request-id": [ - "3fc79c61-3ec9-4e95-b3b7-75c0edf55ec4" + "a6a1ddd2-a2e2-4c5f-9f1f-3f7fcb9bef1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163414Z:3fc79c61-3ec9-4e95-b3b7-75c0edf55ec4" + "SOUTHCENTRALUS:20220126T155040Z:a6a1ddd2-a2e2-4c5f-9f1f-3f7fcb9bef1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2311,7 +2311,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:34:13 GMT" + "Wed, 26 Jan 2022 15:50:40 GMT" ], "Expires": [ "-1" @@ -2324,15 +2324,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2344,7 +2344,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2353,13 +2353,13 @@ "11990" ], "x-ms-request-id": [ - "e05c199f-9509-4399-a642-7ffd697eebad" + "2dd651f5-196e-47fb-89e4-b452d521586b" ], "x-ms-correlation-request-id": [ - "e05c199f-9509-4399-a642-7ffd697eebad" + "2dd651f5-196e-47fb-89e4-b452d521586b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163430Z:e05c199f-9509-4399-a642-7ffd697eebad" + "SOUTHCENTRALUS:20220126T155056Z:2dd651f5-196e-47fb-89e4-b452d521586b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2368,7 +2368,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:34:30 GMT" + "Wed, 26 Jan 2022 15:50:55 GMT" ], "Expires": [ "-1" @@ -2381,15 +2381,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2401,7 +2401,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2410,13 +2410,13 @@ "11989" ], "x-ms-request-id": [ - "b246c1bf-09b2-4d67-ab8a-f25cbcb95069" + "70d552c4-16d8-40d5-9b7e-dd2dfa3c8894" ], "x-ms-correlation-request-id": [ - "b246c1bf-09b2-4d67-ab8a-f25cbcb95069" + "70d552c4-16d8-40d5-9b7e-dd2dfa3c8894" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163445Z:b246c1bf-09b2-4d67-ab8a-f25cbcb95069" + "SOUTHCENTRALUS:20220126T155111Z:70d552c4-16d8-40d5-9b7e-dd2dfa3c8894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2425,7 +2425,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:34:45 GMT" + "Wed, 26 Jan 2022 15:51:11 GMT" ], "Expires": [ "-1" @@ -2438,15 +2438,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2458,7 +2458,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2467,13 +2467,13 @@ "11988" ], "x-ms-request-id": [ - "d50e9050-38c8-4f5d-8757-ca0b9e09e939" + "df377c5a-d371-40ab-a022-3acbaa52764c" ], "x-ms-correlation-request-id": [ - "d50e9050-38c8-4f5d-8757-ca0b9e09e939" + "df377c5a-d371-40ab-a022-3acbaa52764c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163500Z:d50e9050-38c8-4f5d-8757-ca0b9e09e939" + "SOUTHCENTRALUS:20220126T155127Z:df377c5a-d371-40ab-a022-3acbaa52764c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2482,7 +2482,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:35:00 GMT" + "Wed, 26 Jan 2022 15:51:27 GMT" ], "Expires": [ "-1" @@ -2495,15 +2495,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2515,7 +2515,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2524,13 +2524,13 @@ "11987" ], "x-ms-request-id": [ - "8bb5189d-2572-4c58-be14-063e78e306eb" + "3693bad6-6803-4b4a-89fc-292da7eedea3" ], "x-ms-correlation-request-id": [ - "8bb5189d-2572-4c58-be14-063e78e306eb" + "3693bad6-6803-4b4a-89fc-292da7eedea3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163516Z:8bb5189d-2572-4c58-be14-063e78e306eb" + "SOUTHCENTRALUS:20220126T155143Z:3693bad6-6803-4b4a-89fc-292da7eedea3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2539,7 +2539,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:35:16 GMT" + "Wed, 26 Jan 2022 15:51:42 GMT" ], "Expires": [ "-1" @@ -2552,15 +2552,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2572,7 +2572,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2581,13 +2581,13 @@ "11986" ], "x-ms-request-id": [ - "a20bbdb6-c939-4d38-8e5a-7284a1d6f2e4" + "ef54edef-b606-4366-8e88-022188f37e54" ], "x-ms-correlation-request-id": [ - "a20bbdb6-c939-4d38-8e5a-7284a1d6f2e4" + "ef54edef-b606-4366-8e88-022188f37e54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163531Z:a20bbdb6-c939-4d38-8e5a-7284a1d6f2e4" + "SOUTHCENTRALUS:20220126T155158Z:ef54edef-b606-4366-8e88-022188f37e54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2596,7 +2596,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:35:31 GMT" + "Wed, 26 Jan 2022 15:51:58 GMT" ], "Expires": [ "-1" @@ -2609,15 +2609,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2629,7 +2629,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2638,13 +2638,13 @@ "11985" ], "x-ms-request-id": [ - "19125bef-9083-4a49-87da-c2b5da244dc4" + "abf7495e-e553-4016-aece-778f711ed472" ], "x-ms-correlation-request-id": [ - "19125bef-9083-4a49-87da-c2b5da244dc4" + "abf7495e-e553-4016-aece-778f711ed472" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163547Z:19125bef-9083-4a49-87da-c2b5da244dc4" + "SOUTHCENTRALUS:20220126T155214Z:abf7495e-e553-4016-aece-778f711ed472" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2653,7 +2653,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:35:46 GMT" + "Wed, 26 Jan 2022 15:52:13 GMT" ], "Expires": [ "-1" @@ -2666,15 +2666,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2686,7 +2686,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2695,13 +2695,13 @@ "11984" ], "x-ms-request-id": [ - "75c1dce8-2fda-4998-9b6a-6e422c8aa085" + "037f6056-2333-4b69-80a0-8a3d148bc263" ], "x-ms-correlation-request-id": [ - "75c1dce8-2fda-4998-9b6a-6e422c8aa085" + "037f6056-2333-4b69-80a0-8a3d148bc263" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163602Z:75c1dce8-2fda-4998-9b6a-6e422c8aa085" + "SOUTHCENTRALUS:20220126T155230Z:037f6056-2333-4b69-80a0-8a3d148bc263" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2710,7 +2710,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:36:02 GMT" + "Wed, 26 Jan 2022 15:52:29 GMT" ], "Expires": [ "-1" @@ -2723,15 +2723,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2743,7 +2743,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2752,13 +2752,13 @@ "11983" ], "x-ms-request-id": [ - "d51f823a-202a-4f14-bb06-1b08670e690d" + "fa885d36-a225-4000-8919-1fd91dcf5827" ], "x-ms-correlation-request-id": [ - "d51f823a-202a-4f14-bb06-1b08670e690d" + "fa885d36-a225-4000-8919-1fd91dcf5827" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163618Z:d51f823a-202a-4f14-bb06-1b08670e690d" + "SOUTHCENTRALUS:20220126T155245Z:fa885d36-a225-4000-8919-1fd91dcf5827" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2767,7 +2767,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:36:17 GMT" + "Wed, 26 Jan 2022 15:52:44 GMT" ], "Expires": [ "-1" @@ -2780,15 +2780,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2799,17 +2799,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-request-id": [ - "e99ae950-170c-4198-96b2-d0eb423eec39" + "67269650-ed13-4bae-be85-b44de13937f5" ], "x-ms-correlation-request-id": [ - "e99ae950-170c-4198-96b2-d0eb423eec39" + "67269650-ed13-4bae-be85-b44de13937f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163634Z:e99ae950-170c-4198-96b2-d0eb423eec39" + "SOUTHCENTRALUS:20220126T155301Z:67269650-ed13-4bae-be85-b44de13937f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2818,7 +2824,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:36:33 GMT" + "Wed, 26 Jan 2022 15:53:00 GMT" ], "Expires": [ "-1" @@ -2828,18 +2834,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQ3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TURRM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2850,17 +2856,353 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-request-id": [ - "1d1229c0-4cf6-4cc2-b0fd-c46253584240" + "ab138c90-904a-4158-bb7b-fea70fdeaf33" + ], + "x-ms-correlation-request-id": [ + "ab138c90-904a-4158-bb7b-fea70fdeaf33" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T155317Z:ab138c90-904a-4158-bb7b-fea70fdeaf33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 15:53:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "c88accbd-7290-4829-9eab-6849ce9871ba" + ], + "x-ms-correlation-request-id": [ + "c88accbd-7290-4829-9eab-6849ce9871ba" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T155333Z:c88accbd-7290-4829-9eab-6849ce9871ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 15:53:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "22fedbb9-e1bd-4bc0-befb-c29eebd1b34f" + ], + "x-ms-correlation-request-id": [ + "22fedbb9-e1bd-4bc0-befb-c29eebd1b34f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T155348Z:22fedbb9-e1bd-4bc0-befb-c29eebd1b34f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 15:53:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "501651a8-ac12-4f2d-885c-d7b4ac26d6c2" + ], + "x-ms-correlation-request-id": [ + "501651a8-ac12-4f2d-885c-d7b4ac26d6c2" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T155404Z:501651a8-ac12-4f2d-885c-d7b4ac26d6c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 15:54:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "423e154e-cd5f-4cc4-8d45-a3bac0c9c04e" + ], + "x-ms-correlation-request-id": [ + "423e154e-cd5f-4cc4-8d45-a3bac0c9c04e" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T155420Z:423e154e-cd5f-4cc4-8d45-a3bac0c9c04e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 15:54:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "e6ebc720-9e7a-441d-9c73-6b745c96dfa5" + ], + "x-ms-correlation-request-id": [ + "e6ebc720-9e7a-441d-9c73-6b745c96dfa5" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T155436Z:e6ebc720-9e7a-441d-9c73-6b745c96dfa5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 15:54:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-request-id": [ + "b98146d1-3b96-4d13-ad80-5ea63f23e313" ], "x-ms-correlation-request-id": [ - "1d1229c0-4cf6-4cc2-b0fd-c46253584240" + "b98146d1-3b96-4d13-ad80-5ea63f23e313" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163634Z:1d1229c0-4cf6-4cc2-b0fd-c46253584240" + "SOUTHCENTRALUS:20220126T155436Z:b98146d1-3b96-4d13-ad80-5ea63f23e313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2869,7 +3211,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:36:34 GMT" + "Wed, 26 Jan 2022 15:54:36 GMT" ], "Expires": [ "-1" @@ -2884,28 +3226,28 @@ ], "Names": { "TestVMSSAccelNtwkng": [ - "crptestar2047", - "vmss6714", - "crptestar5608" + "crptestar5383", + "vmss2707", + "crptestar4611" ], "CreateVNETWithSubnets": [ - "vn5821", - "sn17317", - "sn28297" + "vn442", + "sn16943", + "sn21581" ], "CreatePublicIP": [ - "pip4459", - "dn2707" + "pip30", + "dn249" ], "CreateNIC": [ - "nic5516", - "ip1622" + "nic2837", + "ip5257" ], "CreateDefaultVMScaleSetInput": [ - "crptestar7802", - "vmss2136", - "vmsstestnetconfig9080", - "vmsstestnetconfig2182" + "crptestar8907", + "vmss9832", + "vmsstestnetconfig8302", + "vmsstestnetconfig299" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSWithMultiCA.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSWithMultiCA.json index 9f7fa7967eef2..d0314acf07b6d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSWithMultiCA.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMSSWithMultiCA.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b912a7a-d5e1-4d08-82a4-44035271cede" + "c965d4a7-815f-4924-8f78-12cf8d3b1bd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "ca46a18a-77d0-4d69-9243-8014cac8a344" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "998bb529-7bb0-440f-81cb-2f832f6ec84a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "5e6e4746-e285-4b20-978c-638d3dfa9a76" + "80b74aa6-d3d1-4042-b3f5-ef7d96fa6474" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145618Z:5e6e4746-e285-4b20-978c-638d3dfa9a76" + "EASTUS2:20211116T143448Z:80b74aa6-d3d1-4042-b3f5-ef7d96fa6474" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:18 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar47011?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ3MDExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84401?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0NDAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar47011\": \"2021-06-29 14:56:18Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar84401\": \"2021-11-16 14:34:48Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b16120b-075b-458a-a1f5-cea8d19ab7ba" + "3c844d4a-9f6d-4c47-962c-e16054bbf19b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:34:51 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "dc91ad62-ed3e-4629-a49f-92b9c969ec88" + "9bf5bed6-e9f8-4b70-b1ad-b99dc3da1cd9" ], "x-ms-correlation-request-id": [ - "dc91ad62-ed3e-4629-a49f-92b9c969ec88" + "9bf5bed6-e9f8-4b70-b1ad-b99dc3da1cd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145622Z:dc91ad62-ed3e-4629-a49f-92b9c969ec88" + "EASTUS2:20211116T143451Z:9bf5bed6-e9f8-4b70-b1ad-b99dc3da1cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:21 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011\",\r\n \"name\": \"crptestar47011\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar47011\": \"2021-06-29 14:56:18Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401\",\r\n \"name\": \"crptestar84401\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar84401\": \"2021-11-16 14:34:48Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar47011?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ3MDExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84401?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0NDAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "96d3424e-288c-4fea-a5c1-c14357e9e719" + "95a455e7-e306-4e2f-9786-302e2fbf831e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:44 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "f0531302-1fca-4bbf-8c72-a6e74036995f" + "f92787c2-03d2-4d9d-8916-0957309781cb" ], "x-ms-correlation-request-id": [ - "f0531302-1fca-4bbf-8c72-a6e74036995f" + "f92787c2-03d2-4d9d-8916-0957309781cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145714Z:f0531302-1fca-4bbf-8c72-a6e74036995f" + "EASTUS2:20211116T143545Z:f92787c2-03d2-4d9d-8916-0957309781cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:14 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011\",\r\n \"name\": \"crptestar47011\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401\",\r\n \"name\": \"crptestar84401\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Storage/storageAccounts/crptestar6167?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjE2Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Storage/storageAccounts/crptestar4538?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDUzOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8e61e99-dc3a-4f66-99d5-52d459ed1a2c" + "8a9bc45a-439f-4f3f-af99-74b2a1127237" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3efe8395-52e6-44cc-8149-d1253978c40d?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/864bbec5-adf0-4627-8a76-db87fb3c2273?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3efe8395-52e6-44cc-8149-d1253978c40d" + "864bbec5-adf0-4627-8a76-db87fb3c2273" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "37ae8f06-e877-4f13-a30b-7c5078fccf12" + "366c17c5-46c1-4246-9dfd-94a7f41d87b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145632Z:37ae8f06-e877-4f13-a30b-7c5078fccf12" + "EASTUS2:20211116T143503Z:366c17c5-46c1-4246-9dfd-94a7f41d87b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:31 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3efe8395-52e6-44cc-8149-d1253978c40d?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvM2VmZTgzOTUtNTJlNi00NGNjLTgxNDktZDEyNTM5NzhjNDBkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/864bbec5-adf0-4627-8a76-db87fb3c2273?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODY0YmJlYzUtYWRmMC00NjI3LThhNzYtZGI4N2ZiM2MyMjczP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1ae7e753-4732-434f-801b-a89a6f1eea29" + "31d1644d-743d-4989-a1b2-2ad418ea5eb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f41196ee-ecea-4d7f-be83-8d0e168410d9" + "0bcd7d66-7aff-430c-9294-bd847bdf232a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145649Z:f41196ee-ecea-4d7f-be83-8d0e168410d9" + "EASTUS2:20211116T143520Z:0bcd7d66-7aff-430c-9294-bd847bdf232a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:48 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc8dbb19-43d5-4d65-b0fc-1f821c366af3" + "70d1bc84-6d51-4c69-a43c-328735a924ac" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "09dd4a69-36ed-4e0a-82bd-7e04269ce366" + "11ed7296-8cea-4d70-8378-64d3c994eda3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "ab87aa51-e53d-42a0-964a-91b19ee0b7dd" + "11ab3188-eff8-4746-bc55-d78f1059ac99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145659Z:ab87aa51-e53d-42a0-964a-91b19ee0b7dd" + "EASTUS2:20211116T143530Z:11ab3188-eff8-4746-bc55-d78f1059ac99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:59 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Storage/storageAccounts/crptestar6167\",\r\n \"name\": \"crptestar6167\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:56:28.4026332Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6167.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6167.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6167.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6167.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Storage/storageAccounts/crptestar4538\",\r\n \"name\": \"crptestar4538\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T14:34:59.3186428Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4538.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4538.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4538.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4538.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Storage/storageAccounts/crptestar6167?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjE2Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Storage/storageAccounts/crptestar4538?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDUzOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8111bad6-890e-4c0c-bc4f-e51817c74b5e" + "1ded8c6f-b1ff-49b2-a0cc-e468493e66a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1cb74547-622a-4e68-9867-728bf2c094aa" + "9ec6c154-3b40-4f8a-86ef-48badb5c75eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "5a8b6b23-aebd-4cd5-8be4-e8eae95b4e96" + "97d0f989-cdc4-4450-a6be-ace567209119" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145700Z:5a8b6b23-aebd-4cd5-8be4-e8eae95b4e96" + "EASTUS2:20211116T143530Z:97d0f989-cdc4-4450-a6be-ace567209119" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:56:59 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Storage/storageAccounts/crptestar6167\",\r\n \"name\": \"crptestar6167\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T14:56:28.4026332Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6167.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6167.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6167.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6167.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Storage/storageAccounts/crptestar4538\",\r\n \"name\": \"crptestar4538\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T14:34:59.3186428Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4538.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4538.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4538.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4538.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNzY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMTA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn12701\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn24623\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn15084\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn27020\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "63670bd8-3c6f-40d0-9422-c44a6c63729d" + "0d915140-eed1-4d84-97cc-2ffb802359ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:39 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2908dc08-8e31-45fb-8037-a823c58d60c1" + "249294b6-7356-4ba2-87a3-3936577e30f3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2908dc08-8e31-45fb-8037-a823c58d60c1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/249294b6-7356-4ba2-87a3-3936577e30f3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "71bb6c48-6da9-4a1a-bbf2-d485ce2c929d" + "95ec0ebb-11c0-4736-b4d2-62cfc87cf88f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "761ec4ff-2712-4376-90e2-6c858d43e676" + "1278d80b-8cd3-411f-8533-c62954591c38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145709Z:71bb6c48-6da9-4a1a-bbf2-d485ce2c929d" + "EASTUS2:20211116T143540Z:95ec0ebb-11c0-4736-b4d2-62cfc87cf88f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:08 GMT" - ], "Content-Length": [ "1931" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766\",\r\n \"etag\": \"W/\\\"3a7b3e37-f071-406e-887b-f92085c8ee0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f616ba93-9082-46b0-95d6-97c445fcfd58\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn12701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn12701\",\r\n \"etag\": \"W/\\\"3a7b3e37-f071-406e-887b-f92085c8ee0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn24623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\",\r\n \"etag\": \"W/\\\"3a7b3e37-f071-406e-887b-f92085c8ee0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn2109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109\",\r\n \"etag\": \"W/\\\"4c7a8033-4059-4c63-b404-2cebd50c4115\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8d7081e0-a9b1-4408-bf9f-86d469437d8d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn15084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn15084\",\r\n \"etag\": \"W/\\\"4c7a8033-4059-4c63-b404-2cebd50c4115\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27020\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\",\r\n \"etag\": \"W/\\\"4c7a8033-4059-4c63-b404-2cebd50c4115\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2908dc08-8e31-45fb-8037-a823c58d60c1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI5MDhkYzA4LThlMzEtNDVmYi04MDM3LWE4MjNjNThkNjBjMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/249294b6-7356-4ba2-87a3-3936577e30f3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI0OTI5NGI2LTczNTYtNGJhMi04N2EzLTM5MzY1NzdlMzBmMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "45f1af38-b3f5-4947-87e5-47daa0053fc8" + "e140dbf5-5808-452d-99fb-d9f3703f1611" ], "x-ms-correlation-request-id": [ - "f47cf428-c418-4174-afdc-fda666d62877" + "df83f106-9fed-49fb-8b49-daf1d011b91e" ], "x-ms-arm-service-request-id": [ - "e29d0f26-9d51-4093-b0f0-4f43bf625745" + "4bfcd2ec-b6e1-43db-a39d-5f8620c9feae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145712Z:f47cf428-c418-4174-afdc-fda666d62877" + "EASTUS2:20211116T143543Z:df83f106-9fed-49fb-8b49-daf1d011b91e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:12 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNzY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yMTA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5e3e5c14-8c46-4a0e-b667-f2786a8bb2db\"" + "W/\"5c6e3c9f-6ba3-4e3f-967f-1144b1305297\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "db671b9f-5edb-4505-8b70-1a1592d95f6f" + "e4e77018-e6cb-47a9-a794-02f1fb4a8eff" ], "x-ms-correlation-request-id": [ - "023a793d-003d-4369-b2af-227d1692a957" + "bd5d3b5e-ad34-4f5b-bc87-ff0f82c88797" ], "x-ms-arm-service-request-id": [ - "77a58cb2-1369-463f-8d72-058d781fd280" + "2ce6e325-a9fa-4d0b-a319-1dbfe400505e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145712Z:023a793d-003d-4369-b2af-227d1692a957" + "EASTUS2:20211116T143543Z:bd5d3b5e-ad34-4f5b-bc87-ff0f82c88797" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:12 GMT" - ], "Content-Length": [ "1934" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766\",\r\n \"etag\": \"W/\\\"5e3e5c14-8c46-4a0e-b667-f2786a8bb2db\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f616ba93-9082-46b0-95d6-97c445fcfd58\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn12701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn12701\",\r\n \"etag\": \"W/\\\"5e3e5c14-8c46-4a0e-b667-f2786a8bb2db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn24623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\",\r\n \"etag\": \"W/\\\"5e3e5c14-8c46-4a0e-b667-f2786a8bb2db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn2109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109\",\r\n \"etag\": \"W/\\\"5c6e3c9f-6ba3-4e3f-967f-1144b1305297\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8d7081e0-a9b1-4408-bf9f-86d469437d8d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn15084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn15084\",\r\n \"etag\": \"W/\\\"5c6e3c9f-6ba3-4e3f-967f-1144b1305297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27020\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\",\r\n \"etag\": \"W/\\\"5c6e3c9f-6ba3-4e3f-967f-1144b1305297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/publicIPAddresses/pip5518?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NTE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/publicIPAddresses/pip2785?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNzg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8032\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4975\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c7a739d9-417e-4726-a9f3-579e16bceab6" + "e6a862b0-8a5d-403c-b7d0-88a3acb30c74" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -696,46 +696,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:51 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2a738a08-414c-4e79-9510-1e222f838bc2" + "ce6e4b1c-be19-446d-a992-4e6ae189da18" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2a738a08-414c-4e79-9510-1e222f838bc2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ce6e4b1c-be19-446d-a992-4e6ae189da18?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "16cd6ac7-3937-4518-ba8e-8f83baadf231" + "fed039bd-c364-4acc-bb57-eadc1471d6ca" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a87d8e29-428e-43eb-8adb-cab9f98d7fc4" + "38f7f133-fea8-4e00-8977-f835cdf6f682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145719Z:16cd6ac7-3937-4518-ba8e-8f83baadf231" + "EASTUS2:20211116T143552Z:fed039bd-c364-4acc-bb57-eadc1471d6ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:19 GMT" - ], "Content-Length": [ "770" ], @@ -746,19 +746,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/publicIPAddresses/pip5518\",\r\n \"etag\": \"W/\\\"c7ef9baf-d5a9-42bc-99d9-8e0f85aa7c9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"eefad7e9-4458-4edc-989b-f93169056db0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8032\",\r\n \"fqdn\": \"dn8032.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2785\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/publicIPAddresses/pip2785\",\r\n \"etag\": \"W/\\\"5b044e66-25b1-4aaf-af8b-be521b1fef57\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"249f23b0-624d-46d3-b975-cfa7b92c81a7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4975\",\r\n \"fqdn\": \"dn4975.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2a738a08-414c-4e79-9510-1e222f838bc2?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzM4YTA4LTQxNGMtNGU3OS05NTEwLTFlMjIyZjgzOGJjMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ce6e4b1c-be19-446d-a992-4e6ae189da18?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NlNmU0YjFjLWJlMTktNDQ2ZC1hOTkyLTRlNmFlMTg5ZGExOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -766,37 +766,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:52 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e43fddc2-4969-4938-8281-46aaeccf9b95" + "ecb9da3a-15fe-4270-b38a-5d5cd3d19e67" ], "x-ms-correlation-request-id": [ - "b2f3a66b-faa7-47e6-a012-3dd14040f568" + "624eb626-6d5e-4982-85c0-0ede50cb40a8" ], "x-ms-arm-service-request-id": [ - "da0c3be8-fa29-4400-8fdb-b5ce236005d9" + "7670fec5-9f8e-46e7-b656-1d413e464b15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T143553Z:624eb626-6d5e-4982-85c0-0ede50cb40a8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ce6e4b1c-be19-446d-a992-4e6ae189da18?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NlNmU0YjFjLWJlMTktNDQ2ZC1hOTkyLTRlNmFlMTg5ZGExOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 14:35:54 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "b5fcb8ed-7ada-40cd-81af-2cde00d44179" + ], + "x-ms-correlation-request-id": [ + "55019ef2-58b8-42fa-bf2d-71f9cd65d4e1" + ], + "x-ms-arm-service-request-id": [ + "38437596-19e8-41b0-8a5b-7c58281dda74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145720Z:b2f3a66b-faa7-47e6-a012-3dd14040f568" + "EASTUS2:20211116T143555Z:55019ef2-58b8-42fa-bf2d-71f9cd65d4e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:20 GMT" - ], "Content-Length": [ "29" ], @@ -811,15 +875,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/publicIPAddresses/pip5518?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NTE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/publicIPAddresses/pip2785?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNzg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -827,40 +891,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a25b2d8b-7642-4179-a55a-e4d0d736a724\"" + "W/\"6c72c5af-4022-4f1a-9df0-a35bfc207ebb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f8bbfab0-bc53-4ffc-b4b5-6e41a8a409d5" + "989000e7-9f03-4f5a-bc50-db7b0292f5f9" ], "x-ms-correlation-request-id": [ - "851ec881-e130-47ae-b530-63c58ab73335" + "6880e5ac-7647-4b2a-88dd-2f14e2459b92" ], "x-ms-arm-service-request-id": [ - "d085f022-2af6-4a28-bbe7-e818c3e6626a" + "cdb57f97-d78d-47e1-9fe1-93d479635ea9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145721Z:851ec881-e130-47ae-b530-63c58ab73335" + "EASTUS2:20211116T143555Z:6880e5ac-7647-4b2a-88dd-2f14e2459b92" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:20 GMT" - ], "Content-Length": [ "771" ], @@ -871,25 +935,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/publicIPAddresses/pip5518\",\r\n \"etag\": \"W/\\\"a25b2d8b-7642-4179-a55a-e4d0d736a724\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eefad7e9-4458-4edc-989b-f93169056db0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8032\",\r\n \"fqdn\": \"dn8032.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2785\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/publicIPAddresses/pip2785\",\r\n \"etag\": \"W/\\\"6c72c5af-4022-4f1a-9df0-a35bfc207ebb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"249f23b0-624d-46d3-b975-cfa7b92c81a7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4975\",\r\n \"fqdn\": \"dn4975.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/publicIPAddresses/pip5518?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NTE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/publicIPAddresses/pip2785?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNzg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c43c7af-b529-4cc5-b463-5385146ec7b0" + "07611511-d1c8-40e0-b27e-3c2af93ef3af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +961,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a25b2d8b-7642-4179-a55a-e4d0d736a724\"" + "W/\"6c72c5af-4022-4f1a-9df0-a35bfc207ebb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "55f355d1-df7c-492f-a7f2-8c5932088cec" + "5c7a06b7-d2a9-452b-8a1b-4123d0fe5572" ], "x-ms-correlation-request-id": [ - "c2ab9955-ee51-4cba-924c-be18b6593f6a" + "f50be658-f357-48ec-b4e1-850b5c570cc6" ], "x-ms-arm-service-request-id": [ - "3739150f-2409-4f06-8623-31d3f806aed8" + "76aeb476-54b4-48c9-9378-7b45fe9d6714" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145721Z:c2ab9955-ee51-4cba-924c-be18b6593f6a" + "EASTUS2:20211116T143556Z:f50be658-f357-48ec-b4e1-850b5c570cc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:20 GMT" - ], "Content-Length": [ "771" ], @@ -941,25 +1005,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/publicIPAddresses/pip5518\",\r\n \"etag\": \"W/\\\"a25b2d8b-7642-4179-a55a-e4d0d736a724\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eefad7e9-4458-4edc-989b-f93169056db0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8032\",\r\n \"fqdn\": \"dn8032.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2785\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/publicIPAddresses/pip2785\",\r\n \"etag\": \"W/\\\"6c72c5af-4022-4f1a-9df0-a35bfc207ebb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"249f23b0-624d-46d3-b975-cfa7b92c81a7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4975\",\r\n \"fqdn\": \"dn4975.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNDkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn24623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n }\r\n },\r\n \"name\": \"ip2519\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn27020\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n }\r\n },\r\n \"name\": \"ip2494\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "88156265-c151-48b8-ac3a-aa6f119b40f3" + "f6b83f16-a28b-49b2-88b5-88deaadce005" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -973,43 +1037,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ca2a51b9-585b-42bc-bf34-d80a226b32d1" + "dc5e761a-a6f4-4e6a-b582-33eaf5e89a52" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ca2a51b9-585b-42bc-bf34-d80a226b32d1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/dc5e761a-a6f4-4e6a-b582-33eaf5e89a52?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8de7bb3e-8881-4a76-89a2-ef51b8d2c670" + "d418e5f0-4629-465c-ae23-0bf182532282" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "26425772-a620-44b8-8bd3-57356d82de50" + "fdaefb4f-3e7c-411b-ab08-317d710d5c62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145725Z:8de7bb3e-8881-4a76-89a2-ef51b8d2c670" + "EASTUS2:20211116T143559Z:d418e5f0-4629-465c-ae23-0bf182532282" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:25 GMT" - ], "Content-Length": [ "1635" ], @@ -1020,19 +1084,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492\",\r\n \"etag\": \"W/\\\"dbd284bb-a1c0-4b76-a043-351559f18533\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3de7febd-a306-4a3d-8ecf-4eb5b7f7f431\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2519\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492/ipConfigurations/ip2519\",\r\n \"etag\": \"W/\\\"dbd284bb-a1c0-4b76-a043-351559f18533\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\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\": \"so3bn3ucscyenfows5cel5h3la.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021\",\r\n \"etag\": \"W/\\\"e2ca23ae-6470-424c-88a9-4e252c80ba01\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"db9619f2-60f9-4efc-a304-bf98be8f939c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021/ipConfigurations/ip2494\",\r\n \"etag\": \"W/\\\"e2ca23ae-6470-424c-88a9-4e252c80ba01\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\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\": \"2caxbdnrveeejp25q1kgsq13rf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNDkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1040,40 +1104,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"dbd284bb-a1c0-4b76-a043-351559f18533\"" + "W/\"e2ca23ae-6470-424c-88a9-4e252c80ba01\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cd62508e-7303-49f1-8292-5dbb936f0ca1" + "0cbeddd0-3499-43e6-9eea-082a4cfcdec7" ], "x-ms-correlation-request-id": [ - "6835da37-0ee2-49c1-9751-7956f6d6565c" + "23a6de83-f579-4125-9739-15a74afd5563" ], "x-ms-arm-service-request-id": [ - "2754e316-1790-4680-8d88-a23c2444ef5e" + "e2f73916-f5e9-43dc-ad87-d2a60fc120ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145725Z:6835da37-0ee2-49c1-9751-7956f6d6565c" + "EASTUS2:20211116T143600Z:23a6de83-f579-4125-9739-15a74afd5563" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:25 GMT" - ], "Content-Length": [ "1635" ], @@ -1084,25 +1148,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492\",\r\n \"etag\": \"W/\\\"dbd284bb-a1c0-4b76-a043-351559f18533\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3de7febd-a306-4a3d-8ecf-4eb5b7f7f431\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2519\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492/ipConfigurations/ip2519\",\r\n \"etag\": \"W/\\\"dbd284bb-a1c0-4b76-a043-351559f18533\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\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\": \"so3bn3ucscyenfows5cel5h3la.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021\",\r\n \"etag\": \"W/\\\"e2ca23ae-6470-424c-88a9-4e252c80ba01\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"db9619f2-60f9-4efc-a304-bf98be8f939c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021/ipConfigurations/ip2494\",\r\n \"etag\": \"W/\\\"e2ca23ae-6470-424c-88a9-4e252c80ba01\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\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\": \"2caxbdnrveeejp25q1kgsq13rf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNDkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80c86bf8-7e3d-4656-9d58-05e6d97d5474" + "3b4306cc-ad90-4994-819b-902629db44c9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1174,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:35:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"dbd284bb-a1c0-4b76-a043-351559f18533\"" + "W/\"e2ca23ae-6470-424c-88a9-4e252c80ba01\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "35ca1e19-e911-4aeb-a016-a68629636f0b" + "23ce2315-19aa-4539-b439-b31aed93c7be" ], "x-ms-correlation-request-id": [ - "290cc8de-13c1-43ac-a75e-60aa5c68cbe1" + "4731cb58-6e34-44df-92f9-6ed33d7e9614" ], "x-ms-arm-service-request-id": [ - "b21368e6-189d-457f-881a-78b96ba193e0" + "00b425de-28f0-490e-9a92-0ba9f44c8143" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145726Z:290cc8de-13c1-43ac-a75e-60aa5c68cbe1" + "EASTUS2:20211116T143600Z:4731cb58-6e34-44df-92f9-6ed33d7e9614" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:25 GMT" - ], "Content-Length": [ "1635" ], @@ -1154,46 +1218,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492\",\r\n \"etag\": \"W/\\\"dbd284bb-a1c0-4b76-a043-351559f18533\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3de7febd-a306-4a3d-8ecf-4eb5b7f7f431\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2519\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/networkInterfaces/nic3492/ipConfigurations/ip2519\",\r\n \"etag\": \"W/\\\"dbd284bb-a1c0-4b76-a043-351559f18533\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\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\": \"so3bn3ucscyenfows5cel5h3la.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021\",\r\n \"etag\": \"W/\\\"e2ca23ae-6470-424c-88a9-4e252c80ba01\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"db9619f2-60f9-4efc-a304-bf98be8f939c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/networkInterfaces/nic8021/ipConfigurations/ip2494\",\r\n \"etag\": \"W/\\\"e2ca23ae-6470-424c-88a9-4e252c80ba01\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\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\": \"2caxbdnrveeejp25q1kgsq13rf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODA2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar6167.blob.core.windows.net/crptestar7040\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9482\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9703\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"primary\": true,\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig8269\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar4538.blob.core.windows.net/crptestar3243\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7317\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"primary\": true,\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig2597\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1ee4bf11-5985-436d-ab68-f00b905f8d61" + "a648cded-cd25-4124-9f13-e8078746aa83" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2155" + "2154" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:36:11 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1208,29 +1279,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "33be26a3-6570-4a27-b51e-0bbd9a153940" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "df306299-5df2-4daa-aad3-2692e9a1b0d2" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4acc5063-ec36-4ac0-bd9a-c21518af71c9" + "46fd223e-78ed-4684-90fc-7bf29823303a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145736Z:4acc5063-ec36-4ac0-bd9a-c21518af71c9" + "EASTUS2:20211116T143612Z:46fd223e-78ed-4684-90fc-7bf29823303a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:35 GMT" - ], "Content-Length": [ - "3427" + "3426" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1239,62 +1303,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6167.blob.core.windows.net/crptestar7040\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9482\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9703\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig8269\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f85b636d-c222-4a5a-96b1-04da2ad711b0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4538.blob.core.windows.net/crptestar3243\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7317\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig2597\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3b088edb-50d6-4070-a07c-f19b9c351ec4\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzYmUyNmEzLTY1NzAtNGEyNy1iNTFlLTBiYmQ5YTE1Mzk0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMzA2Mjk5LTVkZjItNGRhYS1hYWQzLTI2OTJlOWExYjBkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:36:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4fd493b-c607-4c9d-bea3-b051b036b1d8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8f002799-2107-4143-b515-554ce66fad54" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "a817ec22-424a-436e-b8b1-00ac6461fa92" + "3ef98063-b473-4577-a980-02a55338cc6d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145746Z:a817ec22-424a-436e-b8b1-00ac6461fa92" + "EASTUS2:20211116T143622Z:3ef98063-b473-4577-a980-02a55338cc6d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:57:46 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1303,59 +1367,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:57:33.809936+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33be26a3-6570-4a27-b51e-0bbd9a153940\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:36:09.6679989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"df306299-5df2-4daa-aad3-2692e9a1b0d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzYmUyNmEzLTY1NzAtNGEyNy1iNTFlLTBiYmQ5YTE1Mzk0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMzA2Mjk5LTVkZjItNGRhYS1hYWQzLTI2OTJlOWExYjBkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:37:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "acdbd0da-0cad-43ca-947e-3943873b0d17" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6bc8329d-e2b7-4be1-bc9a-f860b662c6a2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "97a9f11b-0da5-4791-872d-dded03619e7e" + "fce21bac-df8b-4a97-9429-df012b7dc52a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T145924Z:97a9f11b-0da5-4791-872d-dded03619e7e" + "EASTUS2:20211116T143759Z:fce21bac-df8b-4a97-9429-df012b7dc52a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 14:59:23 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1364,59 +1428,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:57:33.809936+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33be26a3-6570-4a27-b51e-0bbd9a153940\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:36:09.6679989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"df306299-5df2-4daa-aad3-2692e9a1b0d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzYmUyNmEzLTY1NzAtNGEyNy1iNTFlLTBiYmQ5YTE1Mzk0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMzA2Mjk5LTVkZjItNGRhYS1hYWQzLTI2OTJlOWExYjBkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:39:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ca3bbef-4c67-4ede-a24d-3f204adff494" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f066e23f-4154-41f5-a7e8-c9fc2d092dbd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "11103275-98c1-40e3-a116-87eae36413d8" + "298188ca-989a-422e-a5cd-caca6aacb644" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150101Z:11103275-98c1-40e3-a116-87eae36413d8" + "EASTUS2:20211116T143937Z:298188ca-989a-422e-a5cd-caca6aacb644" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:01:01 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1425,59 +1489,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:57:33.809936+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33be26a3-6570-4a27-b51e-0bbd9a153940\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:36:09.6679989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"df306299-5df2-4daa-aad3-2692e9a1b0d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzYmUyNmEzLTY1NzAtNGEyNy1iNTFlLTBiYmQ5YTE1Mzk0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMzA2Mjk5LTVkZjItNGRhYS1hYWQzLTI2OTJlOWExYjBkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:41:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8895577e-d95e-46ce-a060-dd762345eaaa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "87e1d3db-4c6f-4985-9d6d-ed1f727953e2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "6ee00af6-5f43-4f35-8efb-d8349f0603a2" + "ec3558f4-b29f-4cb4-b34a-2cfb5baf8894" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150238Z:6ee00af6-5f43-4f35-8efb-d8349f0603a2" + "EASTUS2:20211116T144114Z:ec3558f4-b29f-4cb4-b34a-2cfb5baf8894" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:02:38 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1486,59 +1550,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:57:33.809936+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33be26a3-6570-4a27-b51e-0bbd9a153940\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:36:09.6679989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"df306299-5df2-4daa-aad3-2692e9a1b0d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzYmUyNmEzLTY1NzAtNGEyNy1iNTFlLTBiYmQ5YTE1Mzk0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMzA2Mjk5LTVkZjItNGRhYS1hYWQzLTI2OTJlOWExYjBkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:42:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aef5eb8b-ac32-417f-aca1-7efc16b70eda" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "116bd9e2-ccb9-40ef-b9d1-8afa8fad9e5e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "a0737d6c-ca10-44bb-8e8f-ea436d5d4237" + "9858a511-ba6c-42a4-bd88-b891752a872a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150415Z:a0737d6c-ca10-44bb-8e8f-ea436d5d4237" + "EASTUS2:20211116T144251Z:9858a511-ba6c-42a4-bd88-b891752a872a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:04:14 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1547,59 +1611,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:57:33.809936+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33be26a3-6570-4a27-b51e-0bbd9a153940\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:36:09.6679989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"df306299-5df2-4daa-aad3-2692e9a1b0d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzYmUyNmEzLTY1NzAtNGEyNy1iNTFlLTBiYmQ5YTE1Mzk0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMzA2Mjk5LTVkZjItNGRhYS1hYWQzLTI2OTJlOWExYjBkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:44:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32913f16-9b95-4d63-a476-34f954d51555" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7b8c17aa-8cd1-4ced-afaf-14fa40445632" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "3e81c084-2fb6-40fa-b4bc-02deb132e3f5" + "6ac84484-7f94-465e-ad78-f14dd169977b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150553Z:3e81c084-2fb6-40fa-b4bc-02deb132e3f5" + "EASTUS2:20211116T144429Z:6ac84484-7f94-465e-ad78-f14dd169977b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:05:52 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1608,59 +1672,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:57:33.809936+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33be26a3-6570-4a27-b51e-0bbd9a153940\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:36:09.6679989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"df306299-5df2-4daa-aad3-2692e9a1b0d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33be26a3-6570-4a27-b51e-0bbd9a153940?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzYmUyNmEzLTY1NzAtNGEyNy1iNTFlLTBiYmQ5YTE1Mzk0MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/df306299-5df2-4daa-aad3-2692e9a1b0d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMzA2Mjk5LTVkZjItNGRhYS1hYWQzLTI2OTJlOWExYjBkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2d53170f-acb4-474d-b08f-3a837c386cc8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f6190003-42f6-4666-a4b6-73ee3145322f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "76967ff9-8756-443e-a658-9e231950f94d" + "54b225ab-c753-4752-a671-84cd57f2e039" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150730Z:76967ff9-8756-443e-a658-9e231950f94d" + "EASTUS2:20211116T144606Z:54b225ab-c753-4752-a671-84cd57f2e039" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:07:29 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1669,59 +1733,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:57:33.809936+00:00\",\r\n \"endTime\": \"2021-06-29T15:06:20.5164996+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"33be26a3-6570-4a27-b51e-0bbd9a153940\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T14:36:09.6679989+00:00\",\r\n \"endTime\": \"2021-11-16T14:44:51.1514124+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"df306299-5df2-4daa-aad3-2692e9a1b0d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODA2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2595" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc70a15a-39c9-4306-afa6-7229f5de6e07" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5e2f8b35-418e-470e-927a-3a662079ad2d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "78c1f4d6-78a5-4037-9fc9-d6d9ba92d88e" + "1f4eb956-31cb-431d-a302-10acf965ff14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150730Z:78c1f4d6-78a5-4037-9fc9-d6d9ba92d88e" + "EASTUS2:20211116T144606Z:1f4eb956-31cb-431d-a302-10acf965ff14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:07:30 GMT" - ], "Content-Length": [ - "3428" + "3427" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1730,65 +1794,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6167.blob.core.windows.net/crptestar7040\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9482\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9703\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig8269\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f85b636d-c222-4a5a-96b1-04da2ad711b0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4538.blob.core.windows.net/crptestar3243\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7317\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig2597\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3b088edb-50d6-4070-a07c-f19b9c351ec4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODA2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f67bebbd-0ff0-48d0-857f-b6031acf5761" + "a2c14440-4b87-40df-8fab-a7e445fc262d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af37f418-009a-4a2b-9025-9a46ac92bab9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4b91332a-b3b7-48dc-bba4-f2d36aeb0721" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "1d2778e1-ff44-44e7-8796-6c73304eff89" + "c60fe165-ebd1-4446-919e-baf1db385ff9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150730Z:1d2778e1-ff44-44e7-8796-6c73304eff89" + "EASTUS2:20211116T144606Z:c60fe165-ebd1-4446-919e-baf1db385ff9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:07:30 GMT" - ], "Content-Length": [ - "3428" + "3427" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,65 +1861,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6167.blob.core.windows.net/crptestar7040\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9482\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9703\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig8269\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f85b636d-c222-4a5a-96b1-04da2ad711b0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4538.blob.core.windows.net/crptestar3243\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7317\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig2597\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3b088edb-50d6-4070-a07c-f19b9c351ec4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ3MDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODA2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eca341d3-c1a7-41d4-8611-11308479a1d6" + "e5227aae-716c-486f-a782-b94c4099a8f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2593" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e44f44e3-d1fc-4d2d-99f1-dc5554915184" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7bc30972-e3dd-4b48-951b-223236e8e5cf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "8933d4d2-beba-4a51-b914-230c42a9b111" + "098114bf-0aea-40ac-9174-e90e6a7bb853" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150731Z:8933d4d2-beba-4a51-b914-230c42a9b111" + "EASTUS2:20211116T144607Z:098114bf-0aea-40ac-9174-e90e6a7bb853" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:07:30 GMT" - ], "Content-Length": [ - "3428" + "3427" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1864,25 +1928,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8066\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6167.blob.core.windows.net/crptestar7040\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9482\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9703\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig8269\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar47011/providers/Microsoft.Network/virtualNetworks/vn2766/subnets/sn24623\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f85b636d-c222-4a5a-96b1-04da2ad711b0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4538.blob.core.windows.net/crptestar3243\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7317\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"vmsstestnetconfig2597\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84401/providers/Microsoft.Network/virtualNetworks/vn2109/subnets/sn27020\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3b088edb-50d6-4070-a07c-f19b9c351ec4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar47011?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ3MDExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84401?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0NDAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45361a13-c0fa-4090-a207-e4fde3b7c996" + "d489088b-9c91-479a-992c-1e4b04fce3d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1890,26 +1954,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "604441cf-ae19-4ad9-a8cc-2176a6d0ce5f" + "19f69e50-4fa8-4595-990e-7b5d6d8b0061" ], "x-ms-correlation-request-id": [ - "604441cf-ae19-4ad9-a8cc-2176a6d0ce5f" + "19f69e50-4fa8-4595-990e-7b5d6d8b0061" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150735Z:604441cf-ae19-4ad9-a8cc-2176a6d0ce5f" + "EASTUS2:20211116T144613Z:19f69e50-4fa8-4595-990e-7b5d6d8b0061" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1917,29 +1984,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:07:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1947,26 +2011,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-request-id": [ - "ab836597-e53c-458d-8285-dd573460e170" + "e730dec8-1b88-4612-9422-5e19ccc26181" ], "x-ms-correlation-request-id": [ - "ab836597-e53c-458d-8285-dd573460e170" + "e730dec8-1b88-4612-9422-5e19ccc26181" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150751Z:ab836597-e53c-458d-8285-dd573460e170" + "EASTUS2:20211116T144628Z:e730dec8-1b88-4612-9422-5e19ccc26181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1974,29 +2041,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:07:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2004,26 +2068,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11998" ], "x-ms-request-id": [ - "050008a8-a40f-4140-a34b-9cdda99f7953" + "13b350e0-755e-4bc5-99ea-255d17f5a076" ], "x-ms-correlation-request-id": [ - "050008a8-a40f-4140-a34b-9cdda99f7953" + "13b350e0-755e-4bc5-99ea-255d17f5a076" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150806Z:050008a8-a40f-4140-a34b-9cdda99f7953" + "EASTUS2:20211116T144644Z:13b350e0-755e-4bc5-99ea-255d17f5a076" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2031,29 +2098,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:08:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2061,26 +2125,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:46:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11997" ], "x-ms-request-id": [ - "7146d03d-8138-4c12-ac09-a01109ec465d" + "8ceac29e-af90-494a-aab3-fc6c7800f4fe" ], "x-ms-correlation-request-id": [ - "7146d03d-8138-4c12-ac09-a01109ec465d" + "8ceac29e-af90-494a-aab3-fc6c7800f4fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150822Z:7146d03d-8138-4c12-ac09-a01109ec465d" + "EASTUS2:20211116T144659Z:8ceac29e-af90-494a-aab3-fc6c7800f4fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2088,29 +2155,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:08:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2118,26 +2182,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:47:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-request-id": [ - "a193769e-60b6-47ca-bc83-b48791d596ca" + "f361ef39-a71a-434e-8771-e3ff5a389b18" ], "x-ms-correlation-request-id": [ - "a193769e-60b6-47ca-bc83-b48791d596ca" + "f361ef39-a71a-434e-8771-e3ff5a389b18" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150837Z:a193769e-60b6-47ca-bc83-b48791d596ca" + "EASTUS2:20211116T144715Z:f361ef39-a71a-434e-8771-e3ff5a389b18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2145,29 +2212,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:08:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2175,26 +2239,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:47:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-request-id": [ - "9db4bba7-654b-48bb-a439-de3c7cfb1916" + "a24f3ac0-6bac-4cf7-af17-31f43e3ae2c1" ], "x-ms-correlation-request-id": [ - "9db4bba7-654b-48bb-a439-de3c7cfb1916" + "a24f3ac0-6bac-4cf7-af17-31f43e3ae2c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150853Z:9db4bba7-654b-48bb-a439-de3c7cfb1916" + "EASTUS2:20211116T144730Z:a24f3ac0-6bac-4cf7-af17-31f43e3ae2c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2202,29 +2269,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:08:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2232,26 +2296,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:47:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "801a4e9e-3c7b-49ba-a883-4afac49c68a1" + "ea5da295-df60-404a-9544-3e61eb73bf14" ], "x-ms-correlation-request-id": [ - "801a4e9e-3c7b-49ba-a883-4afac49c68a1" + "ea5da295-df60-404a-9544-3e61eb73bf14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150908Z:801a4e9e-3c7b-49ba-a883-4afac49c68a1" + "EASTUS2:20211116T144746Z:ea5da295-df60-404a-9544-3e61eb73bf14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2259,29 +2326,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:09:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2289,26 +2353,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:48:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-request-id": [ - "65ca1a75-8f7e-46a8-bcce-e6a36ade6d90" + "18671f84-1056-478b-bb1a-328a8e098522" ], "x-ms-correlation-request-id": [ - "65ca1a75-8f7e-46a8-bcce-e6a36ade6d90" + "18671f84-1056-478b-bb1a-328a8e098522" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150924Z:65ca1a75-8f7e-46a8-bcce-e6a36ade6d90" + "EASTUS2:20211116T144801Z:18671f84-1056-478b-bb1a-328a8e098522" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2316,29 +2383,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:09:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2346,26 +2410,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:48:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11992" ], "x-ms-request-id": [ - "b0d2f457-c536-4ec9-972f-f97748873ae0" + "f8394f45-8064-4ff8-9cab-f6b6129f3c22" ], "x-ms-correlation-request-id": [ - "b0d2f457-c536-4ec9-972f-f97748873ae0" + "f8394f45-8064-4ff8-9cab-f6b6129f3c22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150939Z:b0d2f457-c536-4ec9-972f-f97748873ae0" + "EASTUS2:20211116T144817Z:f8394f45-8064-4ff8-9cab-f6b6129f3c22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2373,29 +2440,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:09:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2403,26 +2467,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:48:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11991" ], "x-ms-request-id": [ - "2b6738ee-b9a5-43e4-a427-c456e0b54c2f" + "e7e27c46-ed49-44e5-8b29-fdacb1b93960" ], "x-ms-correlation-request-id": [ - "2b6738ee-b9a5-43e4-a427-c456e0b54c2f" + "e7e27c46-ed49-44e5-8b29-fdacb1b93960" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T150955Z:2b6738ee-b9a5-43e4-a427-c456e0b54c2f" + "EASTUS2:20211116T144832Z:e7e27c46-ed49-44e5-8b29-fdacb1b93960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,29 +2497,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:09:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2460,26 +2524,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:48:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11990" ], "x-ms-request-id": [ - "df344874-4df4-4fca-8f5d-318f16171a39" + "189023eb-66f4-485a-a36a-0e8cbc0dca87" ], "x-ms-correlation-request-id": [ - "df344874-4df4-4fca-8f5d-318f16171a39" + "189023eb-66f4-485a-a36a-0e8cbc0dca87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151010Z:df344874-4df4-4fca-8f5d-318f16171a39" + "EASTUS2:20211116T144847Z:189023eb-66f4-485a-a36a-0e8cbc0dca87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2487,29 +2554,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:10:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2517,26 +2581,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:49:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11989" ], "x-ms-request-id": [ - "6582102f-76d8-447a-bf87-b6c4b5761686" + "5270721a-4ed7-4907-bda6-402ef8d2f29e" ], "x-ms-correlation-request-id": [ - "6582102f-76d8-447a-bf87-b6c4b5761686" + "5270721a-4ed7-4907-bda6-402ef8d2f29e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151026Z:6582102f-76d8-447a-bf87-b6c4b5761686" + "EASTUS2:20211116T144903Z:5270721a-4ed7-4907-bda6-402ef8d2f29e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2544,29 +2611,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:10:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2574,26 +2638,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:49:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11988" ], "x-ms-request-id": [ - "4233d80f-378c-46e1-a791-16a87cb5dc6c" + "8054c0a2-09de-4bff-99a2-e825e4957dfa" ], "x-ms-correlation-request-id": [ - "4233d80f-378c-46e1-a791-16a87cb5dc6c" + "8054c0a2-09de-4bff-99a2-e825e4957dfa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151041Z:4233d80f-378c-46e1-a791-16a87cb5dc6c" + "EASTUS2:20211116T144918Z:8054c0a2-09de-4bff-99a2-e825e4957dfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2601,29 +2668,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:10:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2631,26 +2695,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:49:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11987" ], "x-ms-request-id": [ - "5ccf33b5-fada-413e-be02-947e7c47e861" + "6c05c994-ede2-4294-b9ad-a14d776aa669" ], "x-ms-correlation-request-id": [ - "5ccf33b5-fada-413e-be02-947e7c47e861" + "6c05c994-ede2-4294-b9ad-a14d776aa669" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151057Z:5ccf33b5-fada-413e-be02-947e7c47e861" + "EASTUS2:20211116T144934Z:6c05c994-ede2-4294-b9ad-a14d776aa669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2658,29 +2725,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:10:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2688,26 +2752,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:49:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11986" ], "x-ms-request-id": [ - "503f29fd-1477-49ad-8489-39defb7b7f38" + "b2566525-ab2f-40be-804b-9d6d923e74b0" ], "x-ms-correlation-request-id": [ - "503f29fd-1477-49ad-8489-39defb7b7f38" + "b2566525-ab2f-40be-804b-9d6d923e74b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151112Z:503f29fd-1477-49ad-8489-39defb7b7f38" + "EASTUS2:20211116T144949Z:b2566525-ab2f-40be-804b-9d6d923e74b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2715,29 +2782,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:11:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2745,26 +2809,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11985" ], "x-ms-request-id": [ - "9ab0fa37-88da-4af8-9bcd-55169f572395" + "818721bb-e262-4c89-ac75-134235b31caf" ], "x-ms-correlation-request-id": [ - "9ab0fa37-88da-4af8-9bcd-55169f572395" + "818721bb-e262-4c89-ac75-134235b31caf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151128Z:9ab0fa37-88da-4af8-9bcd-55169f572395" + "EASTUS2:20211116T145005Z:818721bb-e262-4c89-ac75-134235b31caf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2772,29 +2839,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:11:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2802,26 +2866,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11984" ], "x-ms-request-id": [ - "c1c35d3b-771d-4a2c-a063-427a6072063e" + "d3f07caa-148a-45ea-92b0-e71dabd9c7d5" ], "x-ms-correlation-request-id": [ - "c1c35d3b-771d-4a2c-a063-427a6072063e" + "d3f07caa-148a-45ea-92b0-e71dabd9c7d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151143Z:c1c35d3b-771d-4a2c-a063-427a6072063e" + "EASTUS2:20211116T145020Z:d3f07caa-148a-45ea-92b0-e71dabd9c7d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2829,29 +2896,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:11:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2859,26 +2923,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11983" ], "x-ms-request-id": [ - "d701db1b-1e4d-4469-82b4-a1f5c051ad18" + "24e24f02-8353-4720-838b-6c24c0502bcd" ], "x-ms-correlation-request-id": [ - "d701db1b-1e4d-4469-82b4-a1f5c051ad18" + "24e24f02-8353-4720-838b-6c24c0502bcd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151159Z:d701db1b-1e4d-4469-82b4-a1f5c051ad18" + "EASTUS2:20211116T145036Z:24e24f02-8353-4720-838b-6c24c0502bcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2886,29 +2953,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:11:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2916,20 +2980,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:51 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11982" ], "x-ms-request-id": [ - "34236849-4dcf-4b93-a7be-9360377d152e" + "ec4988b0-c60e-4607-8f1e-f4e9dc58b4a0" ], "x-ms-correlation-request-id": [ - "34236849-4dcf-4b93-a7be-9360377d152e" + "ec4988b0-c60e-4607-8f1e-f4e9dc58b4a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151214Z:34236849-4dcf-4b93-a7be-9360377d152e" + "EASTUS2:20211116T145051Z:ec4988b0-c60e-4607-8f1e-f4e9dc58b4a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2937,29 +3004,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NzAxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTnpBeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDQwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRRd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2967,20 +3031,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 14:50:52 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11981" ], "x-ms-request-id": [ - "bca054d9-6717-48b8-b193-7338754e722d" + "39715c09-be95-45c7-bfc7-dff98c116d20" ], "x-ms-correlation-request-id": [ - "bca054d9-6717-48b8-b193-7338754e722d" + "39715c09-be95-45c7-bfc7-dff98c116d20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151215Z:bca054d9-6717-48b8-b193-7338754e722d" + "EASTUS2:20211116T145052Z:39715c09-be95-45c7-bfc7-dff98c116d20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2988,14 +3055,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:12:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3004,29 +3068,29 @@ ], "Names": { "TestVMSSWithMultiCA": [ - "crptestar4701", - "vmss8066", - "crptestar6167", - "vmsstestnetconfig8269" + "crptestar8440", + "vmss3224", + "crptestar4538", + "vmsstestnetconfig2597" ], "CreateVNETWithSubnets": [ - "vn2766", - "sn12701", - "sn24623" + "vn2109", + "sn15084", + "sn27020" ], "CreatePublicIP": [ - "pip5518", - "dn8032" + "pip2785", + "dn4975" ], "CreateNIC": [ - "nic3492", - "ip2519" + "nic8021", + "ip2494" ], "CreateDefaultVMScaleSetInput": [ - "crptestar7040", - "vmss2736", - "vmsstestnetconfig9482", - "vmsstestnetconfig9703" + "crptestar3243", + "vmss9564", + "vmsstestnetconfig424", + "vmsstestnetconfig7317" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetScalingWithPublicIPPrefix.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetScalingWithPublicIPPrefix.json new file mode 100644 index 0000000000000..d0fdbd5016825 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetScalingWithPublicIPPrefix.json @@ -0,0 +1,4549 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d2fa7a1-5326-404a-a807-9354a22c3d63" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" + ], + "x-ms-request-id": [ + "b0325126-1d45-4436-abce-3b606f48ace9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "cdb3b03e-9435-4999-b8e1-419c1aeb93f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175049Z:cdb3b03e-9435-4999-b8e1-419c1aeb93f1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:50:49 GMT" + ], + "Content-Length": [ + "321" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourcegroups/crptestar1361?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1361\": \"2021-12-21 17:50:49Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b1788dc-1acf-4c52-a7e0-0a2dd62a3bba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "99" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "900c9b4b-7a7e-48ea-bb79-2194ee3e3cf1" + ], + "x-ms-correlation-request-id": [ + "900c9b4b-7a7e-48ea-bb79-2194ee3e3cf1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175051Z:900c9b4b-7a7e-48ea-bb79-2194ee3e3cf1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:50:51 GMT" + ], + "Content-Length": [ + "234" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361\",\r\n \"name\": \"crptestar1361\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1361\": \"2021-12-21 17:50:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourcegroups/crptestar1361?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bd85bcfe-96cd-44a5-87a1-abc5f2369133" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "3ef22163-b729-4f90-880c-eb5b743e2b2d" + ], + "x-ms-correlation-request-id": [ + "3ef22163-b729-4f90-880c-eb5b743e2b2d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175150Z:3ef22163-b729-4f90-880c-eb5b743e2b2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:50 GMT" + ], + "Content-Length": [ + "186" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361\",\r\n \"name\": \"crptestar1361\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Storage/storageAccounts/crptestar4162?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MTYyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95a53205-331e-4915-a86c-60198da07543" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "95" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fdd58eec-1f24-4574-ad04-b1f66c57b681?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "fdd58eec-1f24-4574-ad04-b1f66c57b681" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "3b8544ae-b2dc-4d2d-b4be-27de5c105f1e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175100Z:3b8544ae-b2dc-4d2d-b4be-27de5c105f1e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:00 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fdd58eec-1f24-4574-ad04-b1f66c57b681?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZmRkNThlZWMtMWYyNC00NTc0LWFkMDQtYjFmNjZjNTdiNjgxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1236dfdf-fc2a-4f11-af43-13f46f02f831" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "a50f723d-9895-44f8-8997-e03908d1a3fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175118Z:a50f723d-9895-44f8-8997-e03908d1a3fe" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:17 GMT" + ], + "Content-Length": [ + "95" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2af285eb-f280-4d48-b308-d3c783ed3f78" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6523bfda-5a07-4dc4-94d0-b0edb1bc8d1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a7e5c708-91ef-4bfa-bd6e-f2f7bbc1ba19" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175128Z:a7e5c708-91ef-4bfa-bd6e-f2f7bbc1ba19" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:27 GMT" + ], + "Content-Length": [ + "752" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Storage/storageAccounts/crptestar4162\",\r\n \"name\": \"crptestar4162\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-21T17:50:57.1182411Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4162.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4162.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4162.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4162.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Storage/storageAccounts/crptestar4162?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MTYyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "80007c07-82dd-434c-90b0-598fa0c8eae0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "603e5a22-b601-47a0-919f-4b45f49a146f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "ecea436e-9756-45c1-97f8-55da05428f28" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175128Z:ecea436e-9756-45c1-97f8-55da05428f28" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:27 GMT" + ], + "Content-Length": [ + "740" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Storage/storageAccounts/crptestar4162\",\r\n \"name\": \"crptestar4162\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-21T17:50:57.1182411Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4162.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4162.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4162.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4162.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkzMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn13475\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn22274\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e3cb8d31-c87f-4ce9-be9e-4ee656a49ab0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "528" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "ddd95bcd-1066-462b-8585-8fd2b0e87da2" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/ddd95bcd-1066-462b-8585-8fd2b0e87da2?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "29cf1efe-b78b-4b0e-8ac6-64596a536c40" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "d3012546-995f-4bf0-ad55-c44d46cc0a1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175137Z:29cf1efe-b78b-4b0e-8ac6-64596a536c40" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:37 GMT" + ], + "Content-Length": [ + "1928" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn9309\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309\",\r\n \"etag\": \"W/\\\"974be0c8-572a-40b4-87dd-e8ea20f62d54\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"18c4e369-8b13-4d48-927f-eab9eec41103\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn13475\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn13475\",\r\n \"etag\": \"W/\\\"974be0c8-572a-40b4-87dd-e8ea20f62d54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn22274\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\",\r\n \"etag\": \"W/\\\"974be0c8-572a-40b4-87dd-e8ea20f62d54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/ddd95bcd-1066-462b-8585-8fd2b0e87da2?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkZDk1YmNkLTEwNjYtNDYyYi04NTg1LThmZDJiMGU4N2RhMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "beefeade-b499-4b33-bc93-d9f3e36cc9f9" + ], + "x-ms-correlation-request-id": [ + "36d1a166-49ac-4459-9335-f3db38912549" + ], + "x-ms-arm-service-request-id": [ + "8afd103c-e455-4f69-a5a0-e13f70dfdc9a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175140Z:36d1a166-49ac-4459-9335-f3db38912549" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:40 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkzMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"190fde0e-08b6-4c53-a128-9021cb501961\"" + ], + "x-ms-request-id": [ + "08533a75-7a7b-4a36-91b8-60d0d34f897f" + ], + "x-ms-correlation-request-id": [ + "f9f02768-43b8-485b-b924-a35647b68ca1" + ], + "x-ms-arm-service-request-id": [ + "ed3cc5f2-02a0-4e4c-bd07-4bb103010480" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175141Z:f9f02768-43b8-485b-b924-a35647b68ca1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:40 GMT" + ], + "Content-Length": [ + "1931" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn9309\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309\",\r\n \"etag\": \"W/\\\"190fde0e-08b6-4c53-a128-9021cb501961\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"18c4e369-8b13-4d48-927f-eab9eec41103\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn13475\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn13475\",\r\n \"etag\": \"W/\\\"190fde0e-08b6-4c53-a128-9021cb501961\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn22274\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\",\r\n \"etag\": \"W/\\\"190fde0e-08b6-4c53-a128-9021cb501961\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQUHJlZml4ZXMvcGlwcmVmaXg4MDkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"prefixLength\": 30\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fac93f2f-d7ed-4892-84ff-9b794e0f7241" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "126" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "ad98756b-ec38-4c33-b9e8-8d6b84bd6ff9" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/ad98756b-ec38-4c33-b9e8-8d6b84bd6ff9?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "0c133eac-b71e-420a-883b-c4175151a6e8" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "2d248ab8-c637-4a2e-a588-82bb118e3f36" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175144Z:0c133eac-b71e-420a-883b-c4175151a6e8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:44 GMT" + ], + "Content-Length": [ + "567" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"piprefix8091\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\",\r\n \"etag\": \"W/\\\"533878de-6983-4a24-9709-efe9fdeb7c51\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d7baa57d-25c3-48c5-9aac-131f6c34cd70\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/ad98756b-ec38-4c33-b9e8-8d6b84bd6ff9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FkOTg3NTZiLWVjMzgtNGMzMy1iOWU4LThkNmI4NGJkNmZmOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4078a90e-ad01-4786-8bc0-ffde412c5a99" + ], + "x-ms-correlation-request-id": [ + "194832ae-1a44-4a93-a156-4693c9847c67" + ], + "x-ms-arm-service-request-id": [ + "395605c8-e78c-4d1c-b4d1-86b2576b33ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175148Z:194832ae-1a44-4a93-a156-4693c9847c67" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:47 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQUHJlZml4ZXMvcGlwcmVmaXg4MDkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"e041d65b-8717-4a1b-915c-2b6123f5f104\"" + ], + "x-ms-request-id": [ + "c2365c0c-d7b1-4460-8241-5aff9b8b21da" + ], + "x-ms-correlation-request-id": [ + "a12e5bc3-03d2-4857-9c77-86dc0fdab339" + ], + "x-ms-arm-service-request-id": [ + "dc3e7f05-6e1c-4889-b48f-a5777051ce05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175148Z:a12e5bc3-03d2-4857-9c77-86dc0fdab339" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:48 GMT" + ], + "Content-Length": [ + "605" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"piprefix8091\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\",\r\n \"etag\": \"W/\\\"e041d65b-8717-4a1b-915c-2b6123f5f104\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7baa57d-25c3-48c5-9aac-131f6c34cd70\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"20.43.174.168/30\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQUHJlZml4ZXMvcGlwcmVmaXg4MDkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b773ef7-c960-4cfc-ac32-6b06d115b53b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"e041d65b-8717-4a1b-915c-2b6123f5f104\"" + ], + "x-ms-request-id": [ + "dbe82779-a352-4720-8607-7e9c0e9c667a" + ], + "x-ms-correlation-request-id": [ + "f2afbe26-63a7-4f3c-ad66-4f3e451d1503" + ], + "x-ms-arm-service-request-id": [ + "db586fe7-7d7a-44e4-9e34-7a43723a3818" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175148Z:f2afbe26-63a7-4f3c-ad66-4f3e451d1503" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:48 GMT" + ], + "Content-Length": [ + "605" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"piprefix8091\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\",\r\n \"etag\": \"W/\\\"e041d65b-8717-4a1b-915c-2b6123f5f104\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7baa57d-25c3-48c5-9aac-131f6c34cd70\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"20.43.174.168/30\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQUHJlZml4ZXMvcGlwcmVmaXg4MDkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c4d47a6c-b898-49d1-ab21-ea0a7603e0aa" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"af74e73e-2b07-42a1-b540-b70ce37fd56d\"" + ], + "x-ms-request-id": [ + "5b356d61-2895-472f-aa9a-7ba4b678778d" + ], + "x-ms-correlation-request-id": [ + "823ad161-9528-4be2-b9af-9f6a9c5d453f" + ], + "x-ms-arm-service-request-id": [ + "b97e6005-98b0-4470-8c22-a9b0e551d3e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180336Z:823ad161-9528-4be2-b9af-9f6a9c5d453f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:03:36 GMT" + ], + "Content-Length": [ + "1236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"piprefix8091\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\",\r\n \"etag\": \"W/\\\"af74e73e-2b07-42a1-b540-b70ce37fd56d\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7baa57d-25c3-48c5-9aac-131f6c34cd70\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"20.43.174.168/30\",\r\n \"ipTags\": [],\r\n \"publicIPAddresses\": [\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/0/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/1/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQUHJlZml4ZXMvcGlwcmVmaXg4MDkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "08a00e66-62c8-4245-9395-7f7ee804a030" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"66d0f7f0-a285-4c35-ba02-c826b0feb0c8\"" + ], + "x-ms-request-id": [ + "9110238e-ecca-497f-bf12-2b15bc1a4a1d" + ], + "x-ms-correlation-request-id": [ + "2de2f13f-2cec-46b1-9932-0681b54247cf" + ], + "x-ms-arm-service-request-id": [ + "588fe888-b6f8-475e-9348-481d47d3e4ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181321Z:2de2f13f-2cec-46b1-9932-0681b54247cf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:13:20 GMT" + ], + "Content-Length": [ + "1534" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"piprefix8091\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\",\r\n \"etag\": \"W/\\\"66d0f7f0-a285-4c35-ba02-c826b0feb0c8\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7baa57d-25c3-48c5-9aac-131f6c34cd70\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"20.43.174.168/30\",\r\n \"ipTags\": [],\r\n \"publicIPAddresses\": [\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/0/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/1/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/2/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQUHJlZml4ZXMvcGlwcmVmaXg4MDkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a2908ec-bff2-48a1-966a-036fbc51c145" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"8c2086f6-a2c0-4ef0-8e6e-1577d3c06da6\"" + ], + "x-ms-request-id": [ + "517a139c-0892-43fb-958f-b6b24447e019" + ], + "x-ms-correlation-request-id": [ + "c5924f96-e5eb-448b-825c-40e9474d00dc" + ], + "x-ms-arm-service-request-id": [ + "8fe560ab-c0e9-465b-8ad4-60d321cffeec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182211Z:c5924f96-e5eb-448b-825c-40e9474d00dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:22:10 GMT" + ], + "Content-Length": [ + "1832" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"piprefix8091\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\",\r\n \"etag\": \"W/\\\"8c2086f6-a2c0-4ef0-8e6e-1577d3c06da6\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7baa57d-25c3-48c5-9aac-131f6c34cd70\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"20.43.174.168/30\",\r\n \"ipTags\": [],\r\n \"publicIPAddresses\": [\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/0/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/1/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/2/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530/virtualMachines/3/networkInterfaces/vmsstestnetconfig4849/ipConfigurations/vmsstestnetconfig6085/publicIPAddresses/pip1\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPAddresses/pip7676?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc2NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6317\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9efa655c-912d-4195-88e9-b4769fd30949" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "207" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "1a29cdf3-993b-41f9-8b74-c8a0b9a4815f" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/1a29cdf3-993b-41f9-8b74-c8a0b9a4815f?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "df9de103-15e6-45a1-94c8-767bfa5cd27e" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "80b13da1-3e33-4089-9255-0b146a3f33fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175155Z:df9de103-15e6-45a1-94c8-767bfa5cd27e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:54 GMT" + ], + "Content-Length": [ + "769" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip7676\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPAddresses/pip7676\",\r\n \"etag\": \"W/\\\"08583d80-4abd-4fcf-8f47-651ed7730332\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"83ee93da-852c-426b-a988-d3185cebc69b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6317\",\r\n \"fqdn\": \"dn6317.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/1a29cdf3-993b-41f9-8b74-c8a0b9a4815f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhMjljZGYzLTk5M2ItNDFmOS04Yjc0LWM4YTBiOWE0ODE1Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "2" + ], + "x-ms-request-id": [ + "f7f3dc05-6e70-49ac-8a46-8950b4b00f55" + ], + "x-ms-correlation-request-id": [ + "a2fec9aa-923b-450f-b2a1-5371259ad9a5" + ], + "x-ms-arm-service-request-id": [ + "25118088-96c7-4bb0-b3ed-2104379f42d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175156Z:a2fec9aa-923b-450f-b2a1-5371259ad9a5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:55 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/1a29cdf3-993b-41f9-8b74-c8a0b9a4815f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhMjljZGYzLTk5M2ItNDFmOS04Yjc0LWM4YTBiOWE0ODE1Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9c357e74-445c-4f79-add9-14dacfcd2024" + ], + "x-ms-correlation-request-id": [ + "3a9d9741-eb48-470f-9d6a-d65844e31853" + ], + "x-ms-arm-service-request-id": [ + "708d0cb2-c10b-4588-b666-45560712ad2a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175158Z:3a9d9741-eb48-470f-9d6a-d65844e31853" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:58 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPAddresses/pip7676?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc2NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"c8a4b8d9-ef1a-42fc-a6ca-a2cb9e340c46\"" + ], + "x-ms-request-id": [ + "eed5c2d0-c598-488a-9e6b-ca4cd52acdab" + ], + "x-ms-correlation-request-id": [ + "e46f0189-1bfb-4c06-94cc-5628a1b1eaf0" + ], + "x-ms-arm-service-request-id": [ + "95235608-4877-4278-b792-2e9ae3c40d6c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175158Z:e46f0189-1bfb-4c06-94cc-5628a1b1eaf0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:58 GMT" + ], + "Content-Length": [ + "770" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip7676\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPAddresses/pip7676\",\r\n \"etag\": \"W/\\\"c8a4b8d9-ef1a-42fc-a6ca-a2cb9e340c46\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83ee93da-852c-426b-a988-d3185cebc69b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6317\",\r\n \"fqdn\": \"dn6317.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPAddresses/pip7676?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc2NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc3c91be-9e40-44dd-902c-2d9da263b33d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"c8a4b8d9-ef1a-42fc-a6ca-a2cb9e340c46\"" + ], + "x-ms-request-id": [ + "cd5e2417-34f7-47f3-a718-bb2676c1a079" + ], + "x-ms-correlation-request-id": [ + "a6433f48-722e-4871-893f-eac5658de8bb" + ], + "x-ms-arm-service-request-id": [ + "9bbb752b-9777-48e2-8252-431bd723db15" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175159Z:a6433f48-722e-4871-893f-eac5658de8bb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:51:58 GMT" + ], + "Content-Length": [ + "770" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip7676\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPAddresses/pip7676\",\r\n \"etag\": \"W/\\\"c8a4b8d9-ef1a-42fc-a6ca-a2cb9e340c46\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83ee93da-852c-426b-a988-d3185cebc69b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6317\",\r\n \"fqdn\": \"dn6317.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc3MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn22274\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n }\r\n },\r\n \"name\": \"ip1474\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e527a51-c6a1-408e-bba9-78d0e4f08bc9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "750" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c64e36e4-5446-4a8d-a7c2-5dd45bf452ce" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Network/locations/southeastasia/operations/c64e36e4-5446-4a8d-a7c2-5dd45bf452ce?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "bc5d2d67-5ebe-4930-b439-e7ade16502ff" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "383fb56a-172e-471d-8421-11540d127fb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175202Z:bc5d2d67-5ebe-4930-b439-e7ade16502ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:52:01 GMT" + ], + "Content-Length": [ + "1632" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic7709\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709\",\r\n \"etag\": \"W/\\\"92be0c32-ff11-46cd-9040-36e0d1703492\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e30014f3-6ef0-491b-8693-45f036881406\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1474\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709/ipConfigurations/ip1474\",\r\n \"etag\": \"W/\\\"92be0c32-ff11-46cd-9040-36e0d1703492\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\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\": \"nhr2igatrnee1et53k243rarad.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc3MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"92be0c32-ff11-46cd-9040-36e0d1703492\"" + ], + "x-ms-request-id": [ + "f3bce74e-27fa-40b1-95dd-17b3bed1c8c9" + ], + "x-ms-correlation-request-id": [ + "1ee3e2eb-194f-4173-813d-7aef9113b75d" + ], + "x-ms-arm-service-request-id": [ + "414c705c-6948-4d5d-9560-29bb75527e71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175202Z:1ee3e2eb-194f-4173-813d-7aef9113b75d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:52:02 GMT" + ], + "Content-Length": [ + "1632" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic7709\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709\",\r\n \"etag\": \"W/\\\"92be0c32-ff11-46cd-9040-36e0d1703492\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e30014f3-6ef0-491b-8693-45f036881406\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1474\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709/ipConfigurations/ip1474\",\r\n \"etag\": \"W/\\\"92be0c32-ff11-46cd-9040-36e0d1703492\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\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\": \"nhr2igatrnee1et53k243rarad.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc3MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f59b8fb9-ec42-4f9f-806a-14d2b96c1d1b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"92be0c32-ff11-46cd-9040-36e0d1703492\"" + ], + "x-ms-request-id": [ + "f8f02f08-27c3-47b1-ac34-4879879ce905" + ], + "x-ms-correlation-request-id": [ + "95d24450-adb3-41b3-b9ca-6a1596839cd2" + ], + "x-ms-arm-service-request-id": [ + "daacd35f-c3bc-4de4-9d30-c11c58b687a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175202Z:95d24450-adb3-41b3-b9ca-6a1596839cd2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:52:02 GMT" + ], + "Content-Length": [ + "1632" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic7709\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709\",\r\n \"etag\": \"W/\\\"92be0c32-ff11-46cd-9040-36e0d1703492\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e30014f3-6ef0-491b-8693-45f036881406\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1474\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/networkInterfaces/nic7709/ipConfigurations/ip1474\",\r\n \"etag\": \"W/\\\"92be0c32-ff11-46cd-9040-36e0d1703492\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\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\": \"nhr2igatrnee1et53k243rarad.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n }\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "939a4100-f9a1-4634-b322-b47774685e74" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2344" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bc53c0c0-cf56-4eee-8ec5-252722e9b5ad" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "9eee137f-7f3b-47d5-8a42-94771df0564e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175212Z:9eee137f-7f3b-47d5-8a42-94771df0564e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:52:12 GMT" + ], + "Content-Length": [ + "3564" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjNTNjMGMwLWNmNTYtNGVlZS04ZWM1LTI1MjcyMmU5YjVhZD9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "97" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fe2e1865-89b3-4621-8f1d-3537d8778fb7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "85b35abd-197d-402d-bdd9-afafa7d84470" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175222Z:85b35abd-197d-402d-bdd9-afafa7d84470" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:52:22 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T09:52:09.2299268-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc53c0c0-cf56-4eee-8ec5-252722e9b5ad\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjNTNjMGMwLWNmNTYtNGVlZS04ZWM1LTI1MjcyMmU5YjVhZD9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3886e3cd-8eef-4e02-b77e-074f28690749" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "723bf774-1acc-4ade-9fc3-a7172c06e419" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175400Z:723bf774-1acc-4ade-9fc3-a7172c06e419" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:54:00 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T09:52:09.2299268-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc53c0c0-cf56-4eee-8ec5-252722e9b5ad\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjNTNjMGMwLWNmNTYtNGVlZS04ZWM1LTI1MjcyMmU5YjVhZD9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c3e578fa-9db5-40ce-a71d-2e6e1f8a99dc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "71c6ac95-3b5c-48cc-8841-2d06a97ded65" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175537Z:71c6ac95-3b5c-48cc-8841-2d06a97ded65" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:55:36 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T09:52:09.2299268-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc53c0c0-cf56-4eee-8ec5-252722e9b5ad\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjNTNjMGMwLWNmNTYtNGVlZS04ZWM1LTI1MjcyMmU5YjVhZD9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4889a92e-7fb6-4d8a-ab7b-b503381b1a17" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "4f681b33-a55b-49f7-a076-8922ba531a8b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175714Z:4f681b33-a55b-49f7-a076-8922ba531a8b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:57:14 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T09:52:09.2299268-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc53c0c0-cf56-4eee-8ec5-252722e9b5ad\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjNTNjMGMwLWNmNTYtNGVlZS04ZWM1LTI1MjcyMmU5YjVhZD9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4dbcb634-96c6-4ef5-9c14-98da859d141f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "05a33cf8-1b5e-4abf-8f1e-e46444c8ac8f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T175851Z:05a33cf8-1b5e-4abf-8f1e-e46444c8ac8f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 17:58:51 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T09:52:09.2299268-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc53c0c0-cf56-4eee-8ec5-252722e9b5ad\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjNTNjMGMwLWNmNTYtNGVlZS04ZWM1LTI1MjcyMmU5YjVhZD9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "181cfb07-8a3e-40ff-a540-45ce9e15abc0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "45521396-eb43-40f6-963d-c50e1ba4a528" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180029Z:45521396-eb43-40f6-963d-c50e1ba4a528" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:00:28 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T09:52:09.2299268-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc53c0c0-cf56-4eee-8ec5-252722e9b5ad\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/bc53c0c0-cf56-4eee-8ec5-252722e9b5ad?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjNTNjMGMwLWNmNTYtNGVlZS04ZWM1LTI1MjcyMmU5YjVhZD9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29987" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "92937d0d-3559-4d8b-a051-69c4b37cac7e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "2a35a976-feeb-4b63-ad70-54c429c665f0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180335Z:2a35a976-feeb-4b63-ad70-54c429c665f0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:03:34 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T09:52:09.2299268-08:00\",\r\n \"endTime\": \"2021-12-21T10:01:32.9707368-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bc53c0c0-cf56-4eee-8ec5-252722e9b5ad\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2589" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "77425dd4-9511-403d-ace1-4f603ac12b5a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "cd63db00-9a7d-4be7-be51-3325ea1e7324" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180335Z:cd63db00-9a7d-4be7-be51-3325ea1e7324" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:03:34 GMT" + ], + "Content-Length": [ + "3986" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"746acc2d-6450-4db8-a0ab-50a8f971fcb3\",\r\n \"clientId\": \"0b082ffc-898e-4e1c-ad28-fe5e098e1ed4\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "330b3116-2039-4fd2-9c00-5de1009c14b4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2588" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "845f4404-ceef-4f98-a9cd-03d0bfd8a83b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "55e70d95-27a4-4890-be2e-81c41183076e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180335Z:55e70d95-27a4-4890-be2e-81c41183076e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:03:34 GMT" + ], + "Content-Length": [ + "3986" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"746acc2d-6450-4db8-a0ab-50a8f971fcb3\",\r\n \"clientId\": \"0b082ffc-898e-4e1c-ad28-fe5e098e1ed4\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d339567-f327-4349-9771-6c91868bb6db" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2587" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6e930d31-0e5e-4321-9b01-5fd06d69cff4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "173f0785-c233-42c3-b0e5-396286b5433e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180335Z:173f0785-c233-42c3-b0e5-396286b5433e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:03:35 GMT" + ], + "Content-Length": [ + "3986" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"746acc2d-6450-4db8-a0ab-50a8f971fcb3\",\r\n \"clientId\": \"0b082ffc-898e-4e1c-ad28-fe5e098e1ed4\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2579" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9c5c0c92-e5c8-4ac0-8871-4f3cfac4049a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "4a5052ba-29d0-4a00-9b97-f78422c64984" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181320Z:4a5052ba-29d0-4a00-9b97-f78422c64984" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:13:20 GMT" + ], + "Content-Length": [ + "3986" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"746acc2d-6450-4db8-a0ab-50a8f971fcb3\",\r\n \"clientId\": \"0b082ffc-898e-4e1c-ad28-fe5e098e1ed4\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2573" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "385821cb-f0e4-46c2-b804-5c10cff46bc0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "961bc72d-53e7-4d28-82e4-5f1a8b48478c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182210Z:961bc72d-53e7-4d28-82e4-5f1a8b48478c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:22:10 GMT" + ], + "Content-Length": [ + "3986" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"746acc2d-6450-4db8-a0ab-50a8f971fcb3\",\r\n \"clientId\": \"0b082ffc-898e-4e1c-ad28-fe5e098e1ed4\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 4\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"sku\": {\r\n \"capacity\": 3\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f81824b7-5840-4d21-98fc-0f3352b96090" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "40" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "013319a1-efaa-4ad5-834b-c417ed16ac39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180346Z:013319a1-efaa-4ad5-834b-c417ed16ac39" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:03:45 GMT" + ], + "Content-Length": [ + "3985" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"746acc2d-6450-4db8-a0ab-50a8f971fcb3\",\r\n \"clientId\": \"0b082ffc-898e-4e1c-ad28-fe5e098e1ed4\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTMwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"sku\": {\r\n \"capacity\": 4\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b83f23a8-ee1f-4c3c-8cfb-df9809740931" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "40" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a285d9df-bc5c-4e88-8330-e2a760a1ed9e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "86b3aea3-fecf-4468-9097-71024606e953" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181327Z:86b3aea3-fecf-4468-9097-71024606e953" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:13:26 GMT" + ], + "Content-Length": [ + "3985" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5530\",\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5530\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"746acc2d-6450-4db8-a0ab-50a8f971fcb3\",\r\n \"clientId\": \"0b082ffc-898e-4e1c-ad28-fe5e098e1ed4\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 4\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4162.blob.core.windows.net/crptestar3424\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6085\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/publicIPPrefixes/piprefix8091\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6291\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourceGroups/crptestar1361/providers/Microsoft.Network/virtualNetworks/vn9309/subnets/sn22274\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"54736648-3372-4fde-8fe8-276d06be676e\",\r\n \"timeCreated\": \"2021-12-21T09:52:09.2455028-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29986" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "60c8624d-3f62-4795-97f3-3739eeb9d453" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "11db5e54-24ef-402c-a4c7-94e9f8f26fdf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180356Z:11db5e54-24ef-402c-a4c7-94e9f8f26fdf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:03:55 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0348a9a7-672f-44be-9b44-045ae00d8dbb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "bb384c90-ef50-4132-89f0-9b8ab6afb446" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180448Z:bb384c90-ef50-4132-89f0-9b8ab6afb446" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:04:47 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29983" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bc46608c-cb35-4423-a215-f1d9a817c86b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "2cc3c603-920b-4bf7-b6fa-e746744d8c94" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180539Z:2cc3c603-920b-4bf7-b6fa-e746744d8c94" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:05:38 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29981" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "98de23a5-81ed-4dcd-a148-3ee605cc8410" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "1ecfb68b-7b70-4adf-bee2-cd864403907c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180630Z:1ecfb68b-7b70-4adf-bee2-cd864403907c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:06:29 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c612e876-277f-4a0a-b001-8a1e82457594" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "2f8a3c99-c870-4036-b7a0-41c13d6cdb57" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180721Z:2f8a3c99-c870-4036-b7a0-41c13d6cdb57" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:07:21 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29978" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e26a2dab-6534-459f-ba43-ae217a6b09ef" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "c00014e3-9dd4-4dfd-95d1-3bfc2fc1f693" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180813Z:c00014e3-9dd4-4dfd-95d1-3bfc2fc1f693" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:08:12 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9e3d547d-209d-4b7d-83a7-3079b8b94f33" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "ad7d3878-451d-4b66-9bd8-6d8ddb26040a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180904Z:ad7d3878-451d-4b66-9bd8-6d8ddb26040a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:09:03 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9c35f6f0-1d28-4b3b-b0e5-59b0af6229a4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "b40796da-c206-44b7-8509-a01ebab50081" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T180955Z:b40796da-c206-44b7-8509-a01ebab50081" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:09:55 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "584a5754-12b5-4885-a5b4-2bdf9a04b62e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "8b594540-9563-4870-90db-494194ecaf41" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181046Z:8b594540-9563-4870-90db-494194ecaf41" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:10:46 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29973" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "429d3bab-6f93-4d96-a0dd-0d6cd59821ce" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "06e8482e-0011-4fd2-b222-a278d5f48a3c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181138Z:06e8482e-0011-4fd2-b222-a278d5f48a3c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:11:38 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29971" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e037d63f-91a4-486d-9521-e1466ef62d9f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "66c64848-106f-4818-8b1a-426a931dbf32" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181229Z:66c64848-106f-4818-8b1a-426a931dbf32" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:12:28 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGI3YWNhLTZmYWUtNDY4Ny1iN2RkLWNiM2FhN2EzOGVlOT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4c5539c6-b45e-40c7-a6a1-40fca0db646f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "5d0ffc01-cd59-4d99-b4d8-422adf843dc0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181320Z:5d0ffc01-cd59-4d99-b4d8-422adf843dc0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:13:19 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:03:42.3467207-08:00\",\r\n \"endTime\": \"2021-12-21T10:12:33.2282074-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aadb7aca-6fae-4687-b7dd-cb3aa7a38ee9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29969" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d060ddd0-72e2-46e7-a4f9-7fc2e1305a42" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "551582e4-e898-495e-98d6-122e14ffca2e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181337Z:551582e4-e898-495e-98d6-122e14ffca2e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:13:37 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29967" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c9244c08-16ef-4858-bc64-053e3421f244" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "971cf2f7-0661-485a-8201-e243a9e40c23" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181429Z:971cf2f7-0661-485a-8201-e243a9e40c23" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:14:28 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29966" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "38650a24-42aa-42fd-8357-6b404702acdd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "6dc0cbbd-af8f-41bd-a430-e9b6cdf325dc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181520Z:6dc0cbbd-af8f-41bd-a430-e9b6cdf325dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:15:19 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29964" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "86f0a2a5-6783-4b57-849d-90bb001577e8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "b0bbb2fd-914a-413d-ab79-26a809fd542e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181611Z:b0bbb2fd-914a-413d-ab79-26a809fd542e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:16:11 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29963" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fb0e3492-d9db-4384-9135-d4b462e60ecc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "58ffbc84-cdaf-4619-9ec4-7c7c1271111a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181703Z:58ffbc84-cdaf-4619-9ec4-7c7c1271111a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:17:02 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29961" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9a95cf7c-a221-4239-9a3b-ab435bc212ab" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "69607d1f-36b1-46b2-9aa6-6fc06a1dfc53" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181754Z:69607d1f-36b1-46b2-9aa6-6fc06a1dfc53" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:17:54 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "064ad9ed-2ccf-468d-87d7-88130c633cc6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "8ef5cbe8-25e0-4927-bf70-7f079ff6501c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181845Z:8ef5cbe8-25e0-4927-bf70-7f079ff6501c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:18:44 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29958" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "16e0cf15-f4ee-4529-8256-facff08a4d1d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "04c22f43-c654-42a7-a796-5b73947c35f8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T181936Z:04c22f43-c654-42a7-a796-5b73947c35f8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:19:35 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "db1cd76f-9bbb-44e2-832e-ed4c62a3cdaa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "940d8875-b247-4530-bc67-e5c980a6fff7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182027Z:940d8875-b247-4530-bc67-e5c980a6fff7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:20:27 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "dcbe2629-014f-4857-955c-42ea7af7f1d5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "7e9cd810-a0a2-418a-80ac-870e70e50388" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182119Z:7e9cd810-a0a2-418a-80ac-870e70e50388" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:21:18 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/providers/Microsoft.Compute/locations/southeastasia/operations/a285d9df-bc5c-4e88-8330-e2a760a1ed9e?p=f5e374da-4748-470a-b8b6-0fbcd785d13b&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyODVkOWRmLWJjNWMtNGU4OC04MzMwLWUyYTc2MGExZWQ5ZT9wPWY1ZTM3NGRhLTQ3NDgtNDcwYS1iOGI2LTBmYmNkNzg1ZDEzYiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29957" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c630b1ff-8794-4889-a6b4-5d138a0464d2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "a05ad5a0-605a-4d83-8425-eae30cf0c256" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182210Z:a05ad5a0-605a-4d83-8425-eae30cf0c256" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:22:10 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-21T10:13:24.8382167-08:00\",\r\n \"endTime\": \"2021-12-21T10:22:04.0153971-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a285d9df-bc5c-4e88-8330-e2a760a1ed9e\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/resourcegroups/crptestar1361?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac9bfa50-7fdb-4c4d-90a7-edbfaab3394b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "0b281e1f-6261-432a-816f-707c9e7158ea" + ], + "x-ms-correlation-request-id": [ + "0b281e1f-6261-432a-816f-707c9e7158ea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182216Z:0b281e1f-6261-432a-816f-707c9e7158ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:22:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpZeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "7a945648-5b34-4a90-a18e-7496bb3db7b3" + ], + "x-ms-correlation-request-id": [ + "7a945648-5b34-4a90-a18e-7496bb3db7b3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182232Z:7a945648-5b34-4a90-a18e-7496bb3db7b3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:22:31 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpZeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "6d82cab2-302c-4b7d-b3a7-1c9e0a652174" + ], + "x-ms-correlation-request-id": [ + "6d82cab2-302c-4b7d-b3a7-1c9e0a652174" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182247Z:6d82cab2-302c-4b7d-b3a7-1c9e0a652174" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:22:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpZeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "f20b6803-ecc3-43ff-a236-9c3e56ff3eea" + ], + "x-ms-correlation-request-id": [ + "f20b6803-ecc3-43ff-a236-9c3e56ff3eea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182302Z:f20b6803-ecc3-43ff-a236-9c3e56ff3eea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:23:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpZeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "3768d74f-1e11-4e1e-ae62-c76b15e2864a" + ], + "x-ms-correlation-request-id": [ + "3768d74f-1e11-4e1e-ae62-c76b15e2864a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T182318Z:3768d74f-1e11-4e1e-ae62-c76b15e2864a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:23:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpZeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "0ab67b9a-1282-48c4-89d5-f1e269333cdf" + ], + "x-ms-correlation-request-id": [ + "0ab67b9a-1282-48c4-89d5-f1e269333cdf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T183232Z:0ab67b9a-1282-48c4-89d5-f1e269333cdf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:32:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/14e0724e-b917-4c09-a545-6d0aab027dc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzYxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTRlMDcyNGUtYjkxNy00YzA5LWE1NDUtNmQwYWFiMDI3ZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpZeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "390de9d2-b872-4066-a3a1-94488454d06e" + ], + "x-ms-correlation-request-id": [ + "390de9d2-b872-4066-a3a1-94488454d06e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211221T183233Z:390de9d2-b872-4066-a3a1-94488454d06e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 21 Dec 2021 18:32:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "TestVMScaleSetScalingWithPublicIPPrefix": [ + "crptestar136", + "vmss5530", + "dnsname6291", + "crptestar4162" + ], + "CreateVNETWithSubnets": [ + "vn9309", + "sn13475", + "sn22274" + ], + "CreatePublicIPPrefix": [ + "piprefix8091" + ], + "CreatePublicIP": [ + "pip7676", + "dn6317" + ], + "CreateNIC": [ + "nic7709", + "ip1474" + ], + "CreateDefaultVMScaleSetInput": [ + "crptestar3424", + "vmss9001", + "vmsstestnetconfig4849", + "vmsstestnetconfig6085" + ] + }, + "Variables": { + "SubscriptionId": "14e0724e-b917-4c09-a545-6d0aab027dc0" + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithApplciationGateway.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithApplciationGateway.json index 02e52365c8106..fc57169e08efc 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithApplciationGateway.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithApplciationGateway.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c3d7127-b197-415a-bea9-267394de238a" + "37a85d7e-0f37-4eb7-a9e2-dab5d90e204f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:02:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "bb304409-7f03-4eaa-8a04-22cd3f7fe7c8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "909fdf48-99f4-4d37-92db-7017551810bd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4ba8a993-08c6-4214-af09-7b681cd66a81" + "16d2c6f4-32a1-41bf-bd23-89ee0f1e4803" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151510Z:4ba8a993-08c6-4214-af09-7b681cd66a81" + "EASTUS2:20211116T150249Z:16d2c6f4-32a1-41bf-bd23-89ee0f1e4803" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:15:09 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar50311?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMzExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar72221?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyMjIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar50311\": \"2021-06-29 15:15:10Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar72221\": \"2021-11-16 15:02:49Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d519adcf-c71f-4bae-bab6-8210dcc71172" + "b3000121-9e7e-4a02-bb7b-58c4fc220574" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:02:52 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "d96399fc-ab36-442f-b8b7-2c37b94d22c2" + "9ca63700-07de-4895-b90b-017829cd4308" ], "x-ms-correlation-request-id": [ - "d96399fc-ab36-442f-b8b7-2c37b94d22c2" + "9ca63700-07de-4895-b90b-017829cd4308" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151513Z:d96399fc-ab36-442f-b8b7-2c37b94d22c2" + "EASTUS2:20211116T150253Z:9ca63700-07de-4895-b90b-017829cd4308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:15:13 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311\",\r\n \"name\": \"crptestar50311\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar50311\": \"2021-06-29 15:15:10Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221\",\r\n \"name\": \"crptestar72221\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar72221\": \"2021-11-16 15:02:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar50311?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMzExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar72221?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyMjIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "117d6cb4-906b-412e-8826-00ba6d4c44b4" + "59d2bec3-ec0f-49ac-8ad5-ae26de4e177f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1199" ], "x-ms-request-id": [ - "6529d5e0-4dfe-4297-802a-447192c1119f" + "85e039da-f71b-4670-9495-f4855c4d7073" ], "x-ms-correlation-request-id": [ - "6529d5e0-4dfe-4297-802a-447192c1119f" + "85e039da-f71b-4670-9495-f4855c4d7073" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153242Z:6529d5e0-4dfe-4297-802a-447192c1119f" + "EASTUS2:20211116T151929Z:85e039da-f71b-4670-9495-f4855c4d7073" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:42 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311\",\r\n \"name\": \"crptestar50311\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221\",\r\n \"name\": \"crptestar72221\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Storage/storageAccounts/crptestar6060?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjA2MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Storage/storageAccounts/crptestar2653?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjY1Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0a95b932-7cab-4826-8e1a-78c2b3661c65" + "28f8bcc5-4928-4c9e-bf82-088c0cb58c68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e3f2299d-8114-4349-b2cd-60d27538f0a7?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/240dad36-fc4b-43b3-a203-3d4a1a4ad892?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e3f2299d-8114-4349-b2cd-60d27538f0a7" + "240dad36-fc4b-43b3-a203-3d4a1a4ad892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3cf7e2a4-65fa-4c15-8eba-0200ffce1b95" + "92f9b839-75f7-4c68-9693-61cfa9d1669d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151526Z:3cf7e2a4-65fa-4c15-8eba-0200ffce1b95" + "EASTUS2:20211116T150304Z:92f9b839-75f7-4c68-9693-61cfa9d1669d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:15:25 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e3f2299d-8114-4349-b2cd-60d27538f0a7?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZTNmMjI5OWQtODExNC00MzQ5LWIyY2QtNjBkMjc1MzhmMGE3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/240dad36-fc4b-43b3-a203-3d4a1a4ad892?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjQwZGFkMzYtZmM0Yi00M2IzLWEyMDMtM2Q0YTFhNGFkODkyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:20 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "77cb5b46-2fe6-438e-a8c9-78f59fc9cd5d" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/240dad36-fc4b-43b3-a203-3d4a1a4ad892?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "50d492d5-3cde-47e9-b30d-5ade310ef0ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "1a012e92-f626-4732-a062-347f2b3530a0" + "6c1a1d01-134f-494c-b4ca-21bb27e465e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151543Z:1a012e92-f626-4732-a062-347f2b3530a0" + "EASTUS2:20211116T150321Z:6c1a1d01-134f-494c-b4ca-21bb27e465e0" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/240dad36-fc4b-43b3-a203-3d4a1a4ad892?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjQwZGFkMzYtZmM0Yi00M2IzLWEyMDMtM2Q0YTFhNGFkODkyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 15:15:43 GMT" + "Tue, 16 Nov 2021 15:03:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e1832ad8-3865-4e97-b983-91d782ea92c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a62d7585-911e-488b-88a1-d7a78086b315" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T150324Z:a62d7585-911e-488b-88a1-d7a78086b315" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5727a754-8de9-4ec6-a7e7-68a0f7973d1d" + "7895317f-07e0-4ac2-b668-6ad177f63175" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "71aae7fc-6219-4de4-9a72-ba23da5982e7" + "b53a8190-e6cc-46e3-af60-2039aa3643db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "11997" ], "x-ms-correlation-request-id": [ - "3d574efa-0b17-455b-b74d-c73ebcf5846b" + "934c2fab-36c9-48af-8988-b017c2092396" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151553Z:3d574efa-0b17-455b-b74d-c73ebcf5846b" + "EASTUS2:20211116T150334Z:934c2fab-36c9-48af-8988-b017c2092396" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:15:53 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Storage/storageAccounts/crptestar6060\",\r\n \"name\": \"crptestar6060\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T15:15:21.4720877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6060.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6060.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6060.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6060.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Storage/storageAccounts/crptestar2653\",\r\n \"name\": \"crptestar2653\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T15:03:00.5655366Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2653.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2653.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2653.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2653.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Storage/storageAccounts/crptestar6060?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjA2MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Storage/storageAccounts/crptestar2653?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjY1Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af7b0523-51b5-4024-84cc-267145d24650" + "bb427ed9-b406-4cf2-876e-d591e2a6e1c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c5648bea-94c4-4bbd-b841-a2b922af3fc7" + "3f6a67d7-7b86-4dfa-a4c7-28141c24c0dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "62fce0ef-c9af-48eb-84c1-8c75eff5ab44" + "a139f35c-7874-48a1-88d6-56a1eb45f76d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151554Z:62fce0ef-c9af-48eb-84c1-8c75eff5ab44" + "EASTUS2:20211116T150335Z:a139f35c-7874-48a1-88d6-56a1eb45f76d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:15:53 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Storage/storageAccounts/crptestar6060\",\r\n \"name\": \"crptestar6060\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T15:15:21.4720877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6060.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6060.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6060.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6060.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Storage/storageAccounts/crptestar2653\",\r\n \"name\": \"crptestar2653\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T15:03:00.5655366Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2653.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2653.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2653.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2653.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MjAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn15914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn25690\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn13843\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn27520\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7971bca-2fe2-4818-963c-c10924f5a54d" + "312078f7-a55a-4aad-a787-58456f16662f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8f1f42ee-9062-4790-ac76-1ebbb8d99277" + "5698c179-44ba-4e40-9677-8edb3697390e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8f1f42ee-9062-4790-ac76-1ebbb8d99277?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5698c179-44ba-4e40-9677-8edb3697390e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "55b12230-0d9e-4f77-81af-474f42142729" + "17eb5bc1-116c-467e-b8a0-08966a30a5dd" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e2dae17d-46e1-486e-b9fa-805c3d336899" + "031c0a3a-857b-4caf-8276-455aa181a6e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151601Z:55b12230-0d9e-4f77-81af-474f42142729" + "EASTUS2:20211116T150342Z:17eb5bc1-116c-467e-b8a0-08966a30a5dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:01 GMT" - ], "Content-Length": [ "1931" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730\",\r\n \"etag\": \"W/\\\"fd848bdf-f024-4353-b89c-bb5551fbedd6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"44ffe3cf-d018-44b0-9d9d-f5b4e447bad8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn15914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\",\r\n \"etag\": \"W/\\\"fd848bdf-f024-4353-b89c-bb5551fbedd6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn25690\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\",\r\n \"etag\": \"W/\\\"fd848bdf-f024-4353-b89c-bb5551fbedd6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn7203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203\",\r\n \"etag\": \"W/\\\"92da964a-3d58-48c0-8a67-d50a20d28505\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"91e6aaf0-e4f4-44b8-a833-b1367391b588\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn13843\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\",\r\n \"etag\": \"W/\\\"92da964a-3d58-48c0-8a67-d50a20d28505\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\",\r\n \"etag\": \"W/\\\"92da964a-3d58-48c0-8a67-d50a20d28505\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8f1f42ee-9062-4790-ac76-1ebbb8d99277?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmMWY0MmVlLTkwNjItNDc5MC1hYzc2LTFlYmJiOGQ5OTI3Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5698c179-44ba-4e40-9677-8edb3697390e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU2OThjMTc5LTQ0YmEtNGU0MC05Njc3LThlZGIzNjk3MzkwZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4dd120bb-b7c1-48b0-ac69-0c0ba1db0d87" + "7fe943a5-9ea9-40cd-9a3e-4b39f3db4147" ], "x-ms-correlation-request-id": [ - "ede5664c-0972-46cd-ade8-26e501c476a9" + "133c6c95-beea-49b4-bdee-5d5cb0e49531" ], "x-ms-arm-service-request-id": [ - "9457f73a-1289-477a-9816-7ae00b185d86" + "e75a6b2f-af78-48ec-92d3-31aca1807e09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151604Z:ede5664c-0972-46cd-ade8-26e501c476a9" + "EASTUS2:20211116T150346Z:133c6c95-beea-49b4-bdee-5d5cb0e49531" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:04 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MjAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d53d1c6d-8fcb-495c-9d0a-6ab4f5609fd9\"" + "W/\"8a9f12d9-3be6-47f6-8685-b36d06786a83\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c6f2ebbc-24c7-4f53-b185-612a6ef74b5e" + "4262eabb-78e8-4406-8c5b-617f429d4f74" ], "x-ms-correlation-request-id": [ - "5dcafed9-8418-4347-adfa-ac5b98d832f0" + "401f86a8-351d-4320-855b-31df96dfc775" ], "x-ms-arm-service-request-id": [ - "58b8fb26-0969-4d10-8649-81da27f08bda" + "eb87ceb6-5850-4d2e-b15d-eb26f152227d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151605Z:5dcafed9-8418-4347-adfa-ac5b98d832f0" + "EASTUS2:20211116T150346Z:401f86a8-351d-4320-855b-31df96dfc775" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:04 GMT" - ], "Content-Length": [ "1934" ], @@ -664,80 +727,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730\",\r\n \"etag\": \"W/\\\"d53d1c6d-8fcb-495c-9d0a-6ab4f5609fd9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"44ffe3cf-d018-44b0-9d9d-f5b4e447bad8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn15914\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\",\r\n \"etag\": \"W/\\\"d53d1c6d-8fcb-495c-9d0a-6ab4f5609fd9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn25690\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\",\r\n \"etag\": \"W/\\\"d53d1c6d-8fcb-495c-9d0a-6ab4f5609fd9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn7203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203\",\r\n \"etag\": \"W/\\\"8a9f12d9-3be6-47f6-8685-b36d06786a83\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"91e6aaf0-e4f4-44b8-a833-b1367391b588\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn13843\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\",\r\n \"etag\": \"W/\\\"8a9f12d9-3be6-47f6-8685-b36d06786a83\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\",\r\n \"etag\": \"W/\\\"8a9f12d9-3be6-47f6-8685-b36d06786a83\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NjIxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NzA1OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n }\r\n },\r\n \"name\": \"gwIp522\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n }\r\n },\r\n \"name\": \"fIp4967\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"fPort889\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1986\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\"\r\n },\r\n \"name\": \"setting1608\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\"\r\n },\r\n \"protocol\": \"Http\"\r\n },\r\n \"name\": \"listener1668\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n },\r\n \"name\": \"rule3905\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n }\r\n },\r\n \"name\": \"gwIp9313\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n }\r\n },\r\n \"name\": \"fIp8875\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"fPort5258\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool2290\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\"\r\n },\r\n \"name\": \"setting6878\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\"\r\n },\r\n \"protocol\": \"Http\"\r\n },\r\n \"name\": \"listener4198\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n },\r\n \"name\": \"rule6066\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "574d4abe-0052-4b3c-8071-7f22d0b79841" + "cbbfdc17-7a6a-4201-8465-f7c095137c5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2812" + "2815" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "5" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "19fc2c38-7586-497c-8bc0-b35bb6eae346" + "d0a28a38-545d-4e33-a090-fd57e4eec910" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "07cb4fad-713a-4098-bb81-64a9c23918e9" + "14c86c5f-9315-49fa-83e7-48e371a1e2ae" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "709ef205-a3f2-41c8-8dac-3fc99a03c4b7" + "9f829cde-c30f-468a-a8bd-f377b5c01943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151609Z:07cb4fad-713a-4098-bb81-64a9c23918e9" + "EASTUS2:20211116T150349Z:14c86c5f-9315-49fa-83e7-48e371a1e2ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:09 GMT" - ], "Content-Length": [ - "7563" + "7568" ], "Content-Type": [ "application/json; charset=utf-8" @@ -746,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"gw6213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"320582f1-b129-4d17-9ccd-241f2b1e1c2b\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp522\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/gatewayIPConfigurations/gwIp522\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort889\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1986\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting1608\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener1668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule3905\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\",\r\n \"etag\": \"W/\\\"d14e6c26-13f0-4866-acae-a7a2954e14fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"gw7058\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fd4afc6b-1465-401f-8faf-5d0885479560\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp9313\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/gatewayIPConfigurations/gwIp9313\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp8875\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool2290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting6878\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener4198\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule6066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\",\r\n \"etag\": \"W/\\\"5c92dc76-41d8-4d2b-adf7-ee879a89fc6e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -766,40 +829,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:03:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "5" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4a8658f8-5d12-49c6-b6c5-08e766276711" + "5f927a81-29b3-45ce-9c73-7f3bba31e2db" ], "x-ms-correlation-request-id": [ - "ea833165-0e21-41d9-8ad5-d6fa47a9d4f0" + "b1f8cf1a-b255-4466-97f9-51085e248cd8" ], "x-ms-arm-service-request-id": [ - "1288e638-57fc-44a9-8da0-f9c7a7ed6cdb" + "784b4d41-3a82-4101-b68c-45ba506b566c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151614Z:ea833165-0e21-41d9-8ad5-d6fa47a9d4f0" + "EASTUS2:20211116T150355Z:b1f8cf1a-b255-4466-97f9-51085e248cd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:14 GMT" - ], "Content-Length": [ "30" ], @@ -814,15 +877,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -830,40 +893,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:04:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1aca92a1-f4da-463e-b7ba-8dfedc71c33c" + "ef97d8e2-0f6e-4056-8922-a529e91213a6" ], "x-ms-correlation-request-id": [ - "9eb6542a-f061-4166-9785-5e9a66001e24" + "27297d86-732a-4575-9b3d-ac484b44b884" ], "x-ms-arm-service-request-id": [ - "5e2f9014-2256-413a-bd3f-cfc0f6abde1c" + "e23cb03a-eab2-4c65-a0f6-d2d3dc8e6f99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151620Z:9eb6542a-f061-4166-9785-5e9a66001e24" + "EASTUS2:20211116T150400Z:27297d86-732a-4575-9b3d-ac484b44b884" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:19 GMT" - ], "Content-Length": [ "30" ], @@ -878,15 +941,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -894,40 +957,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:04:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0d5d103f-bd7e-4367-a107-fab9ac019ca2" + "89e659a0-666f-4f34-9c89-f71a60af4c28" ], "x-ms-correlation-request-id": [ - "cca951dc-6ad3-4568-bb0d-7d84015251b6" + "94e43895-5c27-4782-8faf-9a5f550370f1" ], "x-ms-arm-service-request-id": [ - "0374f740-2f02-4fc3-bffb-98ca018419fc" + "40f93cb0-fbf0-4767-9cf8-eda94512a4bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151630Z:cca951dc-6ad3-4568-bb0d-7d84015251b6" + "EASTUS2:20211116T150410Z:94e43895-5c27-4782-8faf-9a5f550370f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:29 GMT" - ], "Content-Length": [ "30" ], @@ -942,15 +1005,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -958,40 +1021,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:04:20 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "20" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4ed3a349-1112-424e-be51-fbf893713fa9" + "6f0ae380-218e-4473-b44a-0e5ef037f9ab" ], "x-ms-correlation-request-id": [ - "a0a94674-197c-4767-90cd-6b74cfe864f4" + "5a953bf5-f14f-4e73-9188-5692fd8d24ee" ], "x-ms-arm-service-request-id": [ - "b30b181d-51ec-474c-9cd4-034c4fcc7cf3" + "1b4424a1-cb59-4dcd-a940-072ee9baa05c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151641Z:a0a94674-197c-4767-90cd-6b74cfe864f4" + "EASTUS2:20211116T150420Z:5a953bf5-f14f-4e73-9188-5692fd8d24ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:16:40 GMT" - ], "Content-Length": [ "30" ], @@ -1006,15 +1069,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1022,40 +1085,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:04:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "20" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1bafaf4e-5e47-4d25-a25c-7b615faba7e8" + "9e02bff9-b561-4796-91c6-184cd6788e43" ], "x-ms-correlation-request-id": [ - "1ddbcf2e-42d7-45e9-b871-d278970a8bff" + "67634365-30f8-49e0-8ff6-f523168bd599" ], "x-ms-arm-service-request-id": [ - "010b2aa3-670e-467d-a22a-93e5813cacee" + "ec808eb4-e193-4a6d-8d30-caefd74c0d8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151701Z:1ddbcf2e-42d7-45e9-b871-d278970a8bff" + "EASTUS2:20211116T150441Z:67634365-30f8-49e0-8ff6-f523168bd599" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:17:00 GMT" - ], "Content-Length": [ "30" ], @@ -1070,15 +1133,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1086,40 +1149,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:05:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "40" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7844e018-036a-4e86-8835-701b5684d6bb" + "186ad408-58b9-48d4-aa1b-edc9c6f9552d" ], "x-ms-correlation-request-id": [ - "9e8b7844-44da-45b6-a1f2-3b7a00add2e0" + "90fa90a8-5fa9-4add-aa7d-d927439776eb" ], "x-ms-arm-service-request-id": [ - "c8efe420-aecf-47df-9043-99ebe7da86e1" + "668dfeda-e23a-4d10-990e-67bf33269c43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151721Z:9e8b7844-44da-45b6-a1f2-3b7a00add2e0" + "EASTUS2:20211116T150501Z:90fa90a8-5fa9-4add-aa7d-d927439776eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:17:20 GMT" - ], "Content-Length": [ "30" ], @@ -1134,15 +1197,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1150,40 +1213,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:05:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "40" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cad3bdf8-47e2-4e46-a082-271a2c86c53f" + "1d597f73-c5a9-49c2-9d0e-8f0788b0b352" ], "x-ms-correlation-request-id": [ - "2d137418-5116-4890-9572-99f30cc86e98" + "a5f6bd60-82be-42da-9cbe-954a833e134f" ], "x-ms-arm-service-request-id": [ - "e46aedef-8982-4d2c-948d-b8de7996d814" + "604b984d-4525-442c-a8d8-2901dace0b97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151802Z:2d137418-5116-4890-9572-99f30cc86e98" + "EASTUS2:20211116T150541Z:a5f6bd60-82be-42da-9cbe-954a833e134f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:18:01 GMT" - ], "Content-Length": [ "30" ], @@ -1198,15 +1261,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1214,40 +1277,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:06:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "80" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fe064747-b5ea-43ac-846a-c789306464ce" + "fb33f52c-bfee-4103-ada7-b261dada3d51" ], "x-ms-correlation-request-id": [ - "c707b538-eb20-4893-a316-271a83c1001d" + "5e639312-b5ee-44cf-8b10-77aaa8e2a65d" ], "x-ms-arm-service-request-id": [ - "038caf02-a123-43e7-a909-dad1b22c6506" + "311608ae-8456-4163-a590-2fdfcb105407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T151842Z:c707b538-eb20-4893-a316-271a83c1001d" + "EASTUS2:20211116T150621Z:5e639312-b5ee-44cf-8b10-77aaa8e2a65d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:18:41 GMT" - ], "Content-Length": [ "30" ], @@ -1262,15 +1325,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1278,40 +1341,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:07:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "13a5bcb6-3fe7-4bb7-a323-b07e261d0f6f" + "b28c9b43-c6e6-45ef-a6e3-751d82e91162" ], "x-ms-correlation-request-id": [ - "667cb1bc-207d-47fa-a810-130f9b8d72b7" + "47f21828-f76a-45c0-8f82-2a44fcf3a545" ], "x-ms-arm-service-request-id": [ - "0010e6e5-0f3b-4859-874f-7595cef52983" + "95c72e01-30b1-4291-8d0c-695d8ecab6ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152002Z:667cb1bc-207d-47fa-a810-130f9b8d72b7" + "EASTUS2:20211116T150742Z:47f21828-f76a-45c0-8f82-2a44fcf3a545" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:20:02 GMT" - ], "Content-Length": [ "30" ], @@ -1326,15 +1389,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1342,40 +1405,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:08:32 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "688aa99d-db9d-48b2-943c-d9f4802f932e" + "2c0dd9d8-d287-49b0-986f-f98a34ff0029" ], "x-ms-correlation-request-id": [ - "c790d5c8-74e3-4333-a43f-dfc0011b5e20" + "4262ba82-752b-40f4-8809-98f3364bd18d" ], "x-ms-arm-service-request-id": [ - "9a9e0e9f-b329-4d71-b2a7-2ecfed0369a1" + "17e1d3d3-4265-4dd1-9222-2faa3bfaf7fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152052Z:c790d5c8-74e3-4333-a43f-dfc0011b5e20" + "EASTUS2:20211116T150832Z:4262ba82-752b-40f4-8809-98f3364bd18d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:20:52 GMT" - ], "Content-Length": [ "30" ], @@ -1390,15 +1453,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1406,40 +1469,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:09:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0ddd4c0d-3475-4d02-9964-c20d5c868055" + "6aa3eb7c-d55a-4b39-9b9d-13895ae15b55" ], "x-ms-correlation-request-id": [ - "cf0601a3-9610-4807-b1af-b86004dfd720" + "0abbd60c-2b79-442f-83cd-56b73e6444f3" ], "x-ms-arm-service-request-id": [ - "794233d8-ff99-4d3d-906b-1b09927edb5f" + "d076c7f2-1312-4e90-968b-6e4c75efbf29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152143Z:cf0601a3-9610-4807-b1af-b86004dfd720" + "EASTUS2:20211116T150922Z:0abbd60c-2b79-442f-83cd-56b73e6444f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:21:42 GMT" - ], "Content-Length": [ "30" ], @@ -1454,15 +1517,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1470,40 +1533,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:10:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "893ae502-8426-4a50-9bed-f43960c997f4" + "aa52cc63-d03f-4e57-afbf-ea61a375dd26" ], "x-ms-correlation-request-id": [ - "46cafe5c-e7c4-4c07-b3ca-ed4bbc6f65bd" + "0e5829c8-55a5-4adc-8130-18ffa62665cc" ], "x-ms-arm-service-request-id": [ - "eff1ff7a-801c-4e75-860f-e16ad1c78d99" + "2defb023-2e9a-4762-984b-d2ba91be1363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152233Z:46cafe5c-e7c4-4c07-b3ca-ed4bbc6f65bd" + "EASTUS2:20211116T151013Z:0e5829c8-55a5-4adc-8130-18ffa62665cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:22:32 GMT" - ], "Content-Length": [ "30" ], @@ -1518,15 +1581,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1534,40 +1597,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:11:02 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "11e3c92d-9ac6-466d-a59d-fc587c8774b4" + "ba1c7497-4817-4747-855b-24846db13ceb" ], "x-ms-correlation-request-id": [ - "d1bd4777-5b03-4b9f-a1ae-7f25b965eb19" + "b8a2a857-ac0f-461f-8611-52613e654032" ], "x-ms-arm-service-request-id": [ - "42426d8d-eb07-46a6-9927-dd63ee09fbcc" + "5554f65e-9b5b-45ef-819a-4d64ca615801" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152323Z:d1bd4777-5b03-4b9f-a1ae-7f25b965eb19" + "EASTUS2:20211116T151103Z:b8a2a857-ac0f-461f-8611-52613e654032" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:23:22 GMT" - ], "Content-Length": [ "30" ], @@ -1582,15 +1645,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1598,40 +1661,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:11:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "587f55a9-1caa-4722-90de-f14646176eaa" + "b61821cd-699d-4faa-9742-d782d075e1c2" ], "x-ms-correlation-request-id": [ - "3228c282-6e4c-4842-b038-9ef526cfc046" + "43ad948b-d191-430e-839c-b557aa3c4ee7" ], "x-ms-arm-service-request-id": [ - "e4cb7c5c-3b33-45da-8aa7-884b5a69005a" + "6b7481fb-8d2c-41cb-a4da-f3f72b09021a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152413Z:3228c282-6e4c-4842-b038-9ef526cfc046" + "EASTUS2:20211116T151153Z:43ad948b-d191-430e-839c-b557aa3c4ee7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:24:13 GMT" - ], "Content-Length": [ "30" ], @@ -1646,15 +1709,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1662,40 +1725,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:12:43 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d20048a5-ba41-4fd5-9fe7-a59e0823e780" + "cc7baf8e-71b0-468a-9965-9cad73ee7d24" ], "x-ms-correlation-request-id": [ - "9ac285aa-b86a-4906-8551-065a389d0d76" + "9d52f7f7-0871-4131-a8b8-828a5c6cbd63" ], "x-ms-arm-service-request-id": [ - "4d0f73ac-6e2f-454c-9167-59dfca4baaac" + "f3d84429-004c-4366-bf1d-32cf5869b356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152504Z:9ac285aa-b86a-4906-8551-065a389d0d76" + "EASTUS2:20211116T151243Z:9d52f7f7-0871-4131-a8b8-828a5c6cbd63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:25:03 GMT" - ], "Content-Length": [ "30" ], @@ -1710,15 +1773,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1726,40 +1789,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:13:34 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "04d2362c-f18a-43f7-85ab-74b21bcb3bbf" + "ad12307d-1d33-4d8d-b012-207394084002" ], "x-ms-correlation-request-id": [ - "97bce7ff-f848-4d29-91ca-78515d85489d" + "55ff82a6-6533-4613-9931-1a16a87e1737" ], "x-ms-arm-service-request-id": [ - "ae85f900-dfa8-4979-95b3-f603300f17f1" + "2fe315a1-3fbf-4b0c-a3cf-40f0509ebe90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152554Z:97bce7ff-f848-4d29-91ca-78515d85489d" + "EASTUS2:20211116T151334Z:55ff82a6-6533-4613-9931-1a16a87e1737" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:25:53 GMT" - ], "Content-Length": [ "30" ], @@ -1774,15 +1837,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1790,40 +1853,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:14:23 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dca0b9fb-aaed-4064-964e-7e202a5eb7d8" + "eaacdc50-bad3-4e72-89b7-9ac0ece2c18d" ], "x-ms-correlation-request-id": [ - "eb1fe875-5611-49f1-a893-84976d716251" + "be2284ac-448c-483d-8c82-783010676f55" ], "x-ms-arm-service-request-id": [ - "de5a23c7-19a2-4a0c-837e-d0b6ecaf2823" + "81f9abe5-9f01-41a9-80be-c0bb7397dd60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152644Z:eb1fe875-5611-49f1-a893-84976d716251" + "EASTUS2:20211116T151424Z:be2284ac-448c-483d-8c82-783010676f55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:26:44 GMT" - ], "Content-Length": [ "30" ], @@ -1838,15 +1901,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1854,40 +1917,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:15:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e9a2429b-3c4f-41f4-89d8-6f5d380853e9" + "b7eeee6c-5961-4c75-828c-76043a508f33" ], "x-ms-correlation-request-id": [ - "17d700b8-bd32-47d5-9a7e-491dcb4947c6" + "d80f70ef-9710-4921-adcd-8e4602dd6272" ], "x-ms-arm-service-request-id": [ - "4ad2b6cf-1843-4a40-848b-3e492a65c3f4" + "f2329054-ce60-422f-9e32-c0da48276980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152734Z:17d700b8-bd32-47d5-9a7e-491dcb4947c6" + "EASTUS2:20211116T151514Z:d80f70ef-9710-4921-adcd-8e4602dd6272" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:27:34 GMT" - ], "Content-Length": [ "30" ], @@ -1902,15 +1965,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1918,40 +1981,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:16:04 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5e803443-ee55-4212-9979-c3ff6fbaaf00" + "ae1b116c-f62a-4e4c-a2b3-f46bbbc8d6ce" ], "x-ms-correlation-request-id": [ - "8408465a-b8cf-4bda-835e-06d3b145ffd0" + "f5af70ff-b010-48a1-8724-ef43c4d66f4e" ], "x-ms-arm-service-request-id": [ - "de4dd56e-cf82-44c0-8e53-a7817e962393" + "806532ca-d3be-4102-bc10-6eabd282d2e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11989" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152825Z:8408465a-b8cf-4bda-835e-06d3b145ffd0" + "EASTUS2:20211116T151604Z:f5af70ff-b010-48a1-8724-ef43c4d66f4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:28:25 GMT" - ], "Content-Length": [ "30" ], @@ -1966,15 +2029,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1982,40 +2045,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:16:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e3f3804f-c6a4-4598-95f5-f855715f6e9d" + "00d7453c-6858-4ca1-a69a-30134af8f280" ], "x-ms-correlation-request-id": [ - "011a9d21-ad8b-400a-a373-5032030a969f" + "b4137b18-b468-4e10-b7f4-5d04b9f058d9" ], "x-ms-arm-service-request-id": [ - "f49a49b9-4b8b-41e7-a5bc-2cbbeaf86fcc" + "c4818200-80ab-42c3-ada2-1227d4c4266c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11988" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T152916Z:011a9d21-ad8b-400a-a373-5032030a969f" + "EASTUS2:20211116T151655Z:b4137b18-b468-4e10-b7f4-5d04b9f058d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:29:15 GMT" - ], "Content-Length": [ "30" ], @@ -2030,15 +2093,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2046,40 +2109,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:17:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "291b6e47-d0e9-4143-b792-48f701ed4536" + "739810a4-804e-44a6-9ec4-2daeee28dced" ], "x-ms-correlation-request-id": [ - "105d4d5b-5386-4b28-8c99-5a2931713804" + "19e56e5d-9cb1-4a07-bd81-c45c714cd3e3" ], "x-ms-arm-service-request-id": [ - "b5ef292c-5e28-46bc-9525-1997d9c3c195" + "a44be269-0528-4054-8259-60d001ded9c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11987" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153006Z:105d4d5b-5386-4b28-8c99-5a2931713804" + "EASTUS2:20211116T151745Z:19e56e5d-9cb1-4a07-bd81-c45c714cd3e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:30:06 GMT" - ], "Content-Length": [ "30" ], @@ -2094,15 +2157,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2110,40 +2173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:18:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "207c18a3-b578-4f96-b1aa-d2205b24576e" + "233e9bb6-3700-4171-b998-bcb057103820" ], "x-ms-correlation-request-id": [ - "dcee25b5-0e53-423f-b4f8-a33500fcda18" + "b37ba9b3-08d3-4582-b370-429c1ca5ec8c" ], "x-ms-arm-service-request-id": [ - "83c70bcb-abe4-49c0-87aa-7244064931a6" + "b33337a0-38a2-45bf-9d30-739bbee16a6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11986" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153057Z:dcee25b5-0e53-423f-b4f8-a33500fcda18" + "EASTUS2:20211116T151835Z:b37ba9b3-08d3-4582-b370-429c1ca5ec8c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:30:56 GMT" - ], "Content-Length": [ "30" ], @@ -2158,15 +2221,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d0a28a38-545d-4e33-a090-fd57e4eec910?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwYTI4YTM4LTU0NWQtNGUzMy1hMDkwLWZkNTdlNGVlYzkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2174,42 +2237,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:25 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "50" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "84bfa47f-47b7-43e0-9a3c-f7f21756883a" + "864f5a0b-5aac-4b5a-a146-880f0ff6d876" ], "x-ms-correlation-request-id": [ - "acdb0670-abc5-4085-a087-8c4abc74ba40" + "02034aaf-3473-4581-af7e-814803514b50" ], "x-ms-arm-service-request-id": [ - "debc547d-68ec-4e40-9aba-8e3cf6d9061d" + "613d3f59-411e-4476-8b1f-2751eada38d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11985" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153147Z:acdb0670-abc5-4085-a087-8c4abc74ba40" + "EASTUS2:20211116T151925Z:02034aaf-3473-4581-af7e-814803514b50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:31:46 GMT" - ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2218,19 +2278,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/19fc2c38-7586-497c-8bc0-b35bb6eae346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5ZmMyYzM4LTc1ODYtNDk3Yy04YmMwLWIzNWJiNmVhZTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NzA1OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2238,39 +2298,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:25 GMT" + ], "Pragma": [ "no-cache" ], + "ETag": [ + "W/\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "801aade2-ebd6-4e6c-9a52-c936bc5af0ef" + "e1c25d13-2cde-45f0-b4c4-1678ac44927c" ], "x-ms-correlation-request-id": [ - "29aea125-7bfc-4997-8ced-111a57def1cf" + "34bf9968-930c-41d3-872a-b686020c72c8" ], "x-ms-arm-service-request-id": [ - "040dd6b6-6085-4c90-950f-25ea5f9894d6" + "b39f0d18-d260-4537-8cdc-b83f9ca45137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11984" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153237Z:29aea125-7bfc-4997-8ced-111a57def1cf" + "EASTUS2:20211116T151926Z:34bf9968-930c-41d3-872a-b686020c72c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:37 GMT" - ], "Content-Length": [ - "29" + "7619" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2279,19 +2342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"gw7058\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd4afc6b-1465-401f-8faf-5d0885479560\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp9313\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/gatewayIPConfigurations/gwIp9313\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp8875\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.1.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool2290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting6878\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener4198\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule6066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NjIxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NzA1OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7d7ff344-9992-4ff7-9c47-26d9957b7e54" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2299,42 +2368,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"db9bf77d-2466-4b84-bab7-3b56357a157c\"" + "W/\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "35de6f6f-e892-4e5a-a58c-1e5679e9d837" + "59b72a9d-136c-486c-8bf3-c9240d8b7fa3" ], "x-ms-correlation-request-id": [ - "045bcc65-b68c-4080-9019-4faa98718938" + "c43408ad-80fc-4b85-b16e-098e58094364" ], "x-ms-arm-service-request-id": [ - "11025cd1-6d65-4084-80a4-f9c528c6ebb0" + "b84907eb-fba1-4632-8561-c65e9e02becd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11983" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153238Z:045bcc65-b68c-4080-9019-4faa98718938" + "EASTUS2:20211116T151926Z:c43408ad-80fc-4b85-b16e-098e58094364" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:37 GMT" - ], "Content-Length": [ - "7614" + "7619" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2343,25 +2412,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"gw6213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"320582f1-b129-4d17-9ccd-241f2b1e1c2b\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp522\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/gatewayIPConfigurations/gwIp522\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.1.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort889\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1986\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting1608\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener1668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule3905\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"gw7058\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd4afc6b-1465-401f-8faf-5d0885479560\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp9313\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/gatewayIPConfigurations/gwIp9313\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp8875\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.1.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool2290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting6878\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener4198\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule6066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\",\r\n \"etag\": \"W/\\\"3c217ab4-42e7-456a-b1e0-37e2dfd56859\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NjIxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NzA1OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1481f050-f53f-41bd-9526-194af156098a" + "1298ee50-0f60-4d3b-abc6-23fca5a3f177" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2369,42 +2438,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:42:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"db9bf77d-2466-4b84-bab7-3b56357a157c\"" + "W/\"888885a0-02a6-4d20-94a9-b4d2102b8e66\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d232dbf9-cb63-4fab-aa4c-aed769175cc7" + "67013716-1649-41b5-b966-2e73fa649f75" ], "x-ms-correlation-request-id": [ - "a6e9140d-b7ed-4775-a79e-a3f1d7675ed3" + "b19e87c1-b326-4790-b67f-ea0797d70505" ], "x-ms-arm-service-request-id": [ - "8af3ce76-a0a2-446e-9b97-f599c3c4c59b" + "a149ab3e-8230-4456-ab07-3c8f27b477e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153238Z:a6e9140d-b7ed-4775-a79e-a3f1d7675ed3" + "EASTUS2:20211116T154255Z:b19e87c1-b326-4790-b67f-ea0797d70505" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:38 GMT" - ], "Content-Length": [ - "7614" + "8260" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2413,68 +2482,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"gw6213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"320582f1-b129-4d17-9ccd-241f2b1e1c2b\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp522\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/gatewayIPConfigurations/gwIp522\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.1.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort889\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1986\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting1608\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener1668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule3905\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\",\r\n \"etag\": \"W/\\\"db9bf77d-2466-4b84-bab7-3b56357a157c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"gw7058\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fd4afc6b-1465-401f-8faf-5d0885479560\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp9313\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/gatewayIPConfigurations/gwIp9313\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp8875\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.1.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn13843\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool2290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543/virtualMachines/0/networkInterfaces/vmsstestnetconfig5447/ipConfigurations/vmsstestnetconfig7863\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543/virtualMachines/1/networkInterfaces/vmsstestnetconfig5447/ipConfigurations/vmsstestnetconfig7863\"\r\n }\r\n ],\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting6878\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener4198\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendIPConfigurations/fIp8875\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/frontendPorts/fPort5258\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule6066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/requestRoutingRules/rule6066\",\r\n \"etag\": \"W/\\\"888885a0-02a6-4d20-94a9-b4d2102b8e66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/httpListeners/listener4198\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendHttpSettingsCollection/setting6878\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL2d3NjIxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/publicIPAddresses/pip8651?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9381\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d9d6495-f1e4-4894-827b-1c59a3f74f8a" + "49b37dcb-dea8-4143-a4f4-1a0a405870d5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:40 GMT" + ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"6160b646-8674-4060-944d-c54e1523aee3\"" + "Retry-After": [ + "1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9a69a3c7-b354-41e9-91e9-a805aff533d4" + "c74253f1-c448-4eeb-81b8-a0ec86db919c" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c74253f1-c448-4eeb-81b8-a0ec86db919c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "08911d19-bdb4-4c11-9130-bacfcd83531d" + "124827b3-0849-4e8a-93fb-d553e3930b7e" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "ec1edc76-4d43-4c31-9786-df9a2aac2afb" + "cd464b25-43cc-49a6-8e80-05f94f3c38e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154618Z:08911d19-bdb4-4c11-9130-bacfcd83531d" + "EASTUS2:20211116T151940Z:124827b3-0849-4e8a-93fb-d553e3930b7e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:46:18 GMT" - ], "Content-Length": [ - "8255" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2483,80 +2564,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"gw6213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"320582f1-b129-4d17-9ccd-241f2b1e1c2b\",\r\n \"sku\": {\r\n \"name\": \"Standard_Small\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"gwIp522\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/gatewayIPConfigurations/gwIp522\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"fIp4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.1.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn15914\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"fPort889\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1986\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030/virtualMachines/0/networkInterfaces/vmsstestnetconfig8982/ipConfigurations/vmsstestnetconfig9421\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030/virtualMachines/1/networkInterfaces/vmsstestnetconfig8982/ipConfigurations/vmsstestnetconfig9421\"\r\n }\r\n ],\r\n \"backendAddresses\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"setting1608\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"listener1668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendIPConfigurations/fIp4967\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/frontendPorts/fPort889\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule3905\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/requestRoutingRules/rule3905\",\r\n \"etag\": \"W/\\\"6160b646-8674-4060-944d-c54e1523aee3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/httpListeners/listener1668\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendHttpSettingsCollection/setting1608\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": []\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"pip8651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/publicIPAddresses/pip8651\",\r\n \"etag\": \"W/\\\"8576b2ea-f4a9-4c16-8c1c-b7ed0236104d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"73ec5f1d-b57b-4f7a-9c9a-f60d51e937ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9381\",\r\n \"fqdn\": \"dn9381.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/publicIPAddresses/pip2430?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNDMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9051\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c74253f1-c448-4eeb-81b8-a0ec86db919c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M3NDI1M2YxLWM0NDgtNGVlYi04MWI4LWEwZWM4NmRiOTE5Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "97ab2160-3f7d-4d87-94ae-589b6f7af91e" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ - "1" + "2" ], - "x-ms-request-id": [ - "3a3d97ce-e3d2-4a92-8fdc-f09ee188c279" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3a3d97ce-e3d2-4a92-8fdc-f09ee188c279?api-version=2019-09-01" + "x-ms-request-id": [ + "7b2cc642-d74f-44b7-a487-833534d97aac" ], "x-ms-correlation-request-id": [ - "62e5aa8b-fad4-4daa-813e-d7597db3b364" - ], - "Azure-AsyncNotification": [ - "Enabled" + "c870bf6b-0cde-40bf-a260-455a6d16cbad" ], "x-ms-arm-service-request-id": [ - "ed78e3a4-7b3f-459c-9dfd-e61ed1bba2bf" + "d4f82ffa-cbfc-40ab-bcb9-ba7da48155ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153251Z:62e5aa8b-fad4-4daa-813e-d7597db3b364" + "EASTUS2:20211116T151941Z:c870bf6b-0cde-40bf-a260-455a6d16cbad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:50 GMT" - ], "Content-Length": [ - "770" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2565,19 +2628,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2430\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/publicIPAddresses/pip2430\",\r\n \"etag\": \"W/\\\"c03f4798-b53b-4d63-bc6e-6d629d5dcc6a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"271be1d1-b3dc-4555-966f-a545e20a87da\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9051\",\r\n \"fqdn\": \"dn9051.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/3a3d97ce-e3d2-4a92-8fdc-f09ee188c279?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhM2Q5N2NlLWUzZDItNGE5Mi04ZmRjLWYwOWVlMTg4YzI3OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c74253f1-c448-4eeb-81b8-a0ec86db919c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M3NDI1M2YxLWM0NDgtNGVlYi04MWI4LWEwZWM4NmRiOTE5Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2585,37 +2648,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0a6c0e13-2c79-45a2-8583-8c36438c9b97" + "b1008997-146f-4069-8c85-4be560da771b" ], "x-ms-correlation-request-id": [ - "e3db231a-3acd-4ef7-996c-dc52e8145c40" + "bf5b7061-af6a-4092-9ac3-d1626eb7323b" ], "x-ms-arm-service-request-id": [ - "2c388673-1a54-4d17-869f-f37183472ddc" + "43953d10-dd44-4125-b340-d8be7d58a1db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11981" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153252Z:e3db231a-3acd-4ef7-996c-dc52e8145c40" + "EASTUS2:20211116T151944Z:bf5b7061-af6a-4092-9ac3-d1626eb7323b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:52 GMT" - ], "Content-Length": [ "29" ], @@ -2630,15 +2693,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/publicIPAddresses/pip2430?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNDMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/publicIPAddresses/pip8651?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2646,40 +2709,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e4525c38-2e6f-470d-a913-fe9da66987fe\"" + "W/\"ddd9c74d-02a2-48d1-a413-0edda5e3816c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b41388df-1d28-4f86-9476-ed0b8050e9d1" + "18c0d3aa-a510-4905-bdad-f59600bd75c1" ], "x-ms-correlation-request-id": [ - "593fb346-5335-4ee5-be1c-6fd669b11c1c" + "69453433-6261-4a18-b92b-da1d4d64a595" ], "x-ms-arm-service-request-id": [ - "9372470e-20dd-46d2-aa55-0a1b1540e17d" + "271a71c3-d6eb-42b0-b60b-ccf2e02bf642" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11980" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153252Z:593fb346-5335-4ee5-be1c-6fd669b11c1c" + "EASTUS2:20211116T151944Z:69453433-6261-4a18-b92b-da1d4d64a595" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:52 GMT" - ], "Content-Length": [ "771" ], @@ -2690,25 +2753,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2430\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/publicIPAddresses/pip2430\",\r\n \"etag\": \"W/\\\"e4525c38-2e6f-470d-a913-fe9da66987fe\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"271be1d1-b3dc-4555-966f-a545e20a87da\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9051\",\r\n \"fqdn\": \"dn9051.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/publicIPAddresses/pip8651\",\r\n \"etag\": \"W/\\\"ddd9c74d-02a2-48d1-a413-0edda5e3816c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"73ec5f1d-b57b-4f7a-9c9a-f60d51e937ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9381\",\r\n \"fqdn\": \"dn9381.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/publicIPAddresses/pip2430?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNDMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/publicIPAddresses/pip8651?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94a3f1b2-8f23-45e1-bf74-1ec24e7f7350" + "1e642aa3-853f-4b8f-9814-5ae4d76f07b3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2716,40 +2779,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e4525c38-2e6f-470d-a913-fe9da66987fe\"" + "W/\"ddd9c74d-02a2-48d1-a413-0edda5e3816c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "81bc633f-e37d-4b40-8fad-ebe21c73c395" + "9f77fdfc-3e77-4336-9fcc-4f0a3f4369f5" ], "x-ms-correlation-request-id": [ - "f755604e-7083-464f-8e21-d9aa4cbb52e0" + "728d5230-d274-470f-b3d6-e1b171d8d28d" ], "x-ms-arm-service-request-id": [ - "edc99d9f-696b-487b-a84a-c4763ac73ab3" + "d1806b9c-8e47-4239-b9a3-1d493a5abb18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11979" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153252Z:f755604e-7083-464f-8e21-d9aa4cbb52e0" + "EASTUS2:20211116T151944Z:728d5230-d274-470f-b3d6-e1b171d8d28d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:52 GMT" - ], "Content-Length": [ "771" ], @@ -2760,25 +2823,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2430\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/publicIPAddresses/pip2430\",\r\n \"etag\": \"W/\\\"e4525c38-2e6f-470d-a913-fe9da66987fe\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"271be1d1-b3dc-4555-966f-a545e20a87da\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9051\",\r\n \"fqdn\": \"dn9051.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/publicIPAddresses/pip8651\",\r\n \"etag\": \"W/\\\"ddd9c74d-02a2-48d1-a413-0edda5e3816c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"73ec5f1d-b57b-4f7a-9c9a-f60d51e937ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9381\",\r\n \"fqdn\": \"dn9381.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4OTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn25690\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\r\n }\r\n },\r\n \"name\": \"ip2644\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn27520\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\r\n }\r\n },\r\n \"name\": \"ip1328\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "54f9914f-03c0-47b3-baf5-f39dbac3c1c4" + "018cc076-2af3-446b-9941-85eabf7e71d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -2792,45 +2855,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ca6c0d3d-9d9e-4333-83dd-645aa170d68c" + "0200b0b8-2c85-4e8a-aafe-62be951af2c6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ca6c0d3d-9d9e-4333-83dd-645aa170d68c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0200b0b8-2c85-4e8a-aafe-62be951af2c6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "584b8dbc-7671-47f3-812a-7200196430da" + "60934800-6fec-4b0f-a3f6-8f5f63c51ad6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ab341cdc-f28e-4785-82d0-44d1cb7b55f6" + "78532a20-cea4-4b60-bbb7-750da9ae4d4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153256Z:584b8dbc-7671-47f3-812a-7200196430da" + "EASTUS2:20211116T151949Z:60934800-6fec-4b0f-a3f6-8f5f63c51ad6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:56 GMT" - ], "Content-Length": [ - "1635" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2839,19 +2902,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8913\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913\",\r\n \"etag\": \"W/\\\"77bbfa94-18ee-4b7d-8123-112946f2944b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83e17bf9-d4b4-405e-881f-7f72cf571577\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913/ipConfigurations/ip2644\",\r\n \"etag\": \"W/\\\"77bbfa94-18ee-4b7d-8123-112946f2944b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\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\": \"z5r54ray0cyejhm34w0oir301a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932\",\r\n \"etag\": \"W/\\\"8d290d36-196b-40c0-97af-82c65cfdc254\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"055e9caa-12e0-40e5-814f-a3d636bd4d3c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932/ipConfigurations/ip1328\",\r\n \"etag\": \"W/\\\"8d290d36-196b-40c0-97af-82c65cfdc254\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\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\": \"4cvonepu2s2ejkbtwe1hhenvra.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4OTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2859,42 +2922,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"77bbfa94-18ee-4b7d-8123-112946f2944b\"" + "W/\"8d290d36-196b-40c0-97af-82c65cfdc254\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ad85482c-e718-45d7-b75f-63b0e21a90cc" + "7647915f-39f9-46d7-bb99-9ec0056c47ab" ], "x-ms-correlation-request-id": [ - "4d865953-227c-42a9-8158-40279e8764a3" + "386003bb-a539-4a56-89a2-80deb25c630d" ], "x-ms-arm-service-request-id": [ - "ad87cd67-20fb-4dd2-b4de-dcb2fc972274" + "00ce5d6a-b6fc-455c-917a-5a8b2bd4d632" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11978" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153257Z:4d865953-227c-42a9-8158-40279e8764a3" + "EASTUS2:20211116T151949Z:386003bb-a539-4a56-89a2-80deb25c630d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:56 GMT" - ], "Content-Length": [ - "1635" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2903,25 +2966,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8913\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913\",\r\n \"etag\": \"W/\\\"77bbfa94-18ee-4b7d-8123-112946f2944b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83e17bf9-d4b4-405e-881f-7f72cf571577\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913/ipConfigurations/ip2644\",\r\n \"etag\": \"W/\\\"77bbfa94-18ee-4b7d-8123-112946f2944b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\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\": \"z5r54ray0cyejhm34w0oir301a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932\",\r\n \"etag\": \"W/\\\"8d290d36-196b-40c0-97af-82c65cfdc254\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"055e9caa-12e0-40e5-814f-a3d636bd4d3c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932/ipConfigurations/ip1328\",\r\n \"etag\": \"W/\\\"8d290d36-196b-40c0-97af-82c65cfdc254\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\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\": \"4cvonepu2s2ejkbtwe1hhenvra.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4OTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ca1bbb4-22a5-4822-abba-46a119e43250" + "9e41dab4-d10b-4064-b2cb-14cdc4acb130" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -2929,42 +2992,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:19:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"77bbfa94-18ee-4b7d-8123-112946f2944b\"" + "W/\"8d290d36-196b-40c0-97af-82c65cfdc254\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "681c6b8e-a5b5-4c47-b3e8-22335a02ced2" + "b8d7ca61-4fc5-4944-a8be-623f8cdf2678" ], "x-ms-correlation-request-id": [ - "381f9a33-7385-48e9-87d0-56f647b1ae3a" + "7eea40d1-694e-42c5-96d3-0c3abeba3216" ], "x-ms-arm-service-request-id": [ - "f41ef610-5703-4809-b3cf-1fbe0db8a7b7" + "c4a5a23a-3875-4ddc-bade-4c315900c465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11977" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153257Z:381f9a33-7385-48e9-87d0-56f647b1ae3a" + "EASTUS2:20211116T151950Z:7eea40d1-694e-42c5-96d3-0c3abeba3216" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:32:57 GMT" - ], "Content-Length": [ - "1635" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2973,26 +3036,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8913\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913\",\r\n \"etag\": \"W/\\\"77bbfa94-18ee-4b7d-8123-112946f2944b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"83e17bf9-d4b4-405e-881f-7f72cf571577\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/networkInterfaces/nic8913/ipConfigurations/ip2644\",\r\n \"etag\": \"W/\\\"77bbfa94-18ee-4b7d-8123-112946f2944b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\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\": \"z5r54ray0cyejhm34w0oir301a.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932\",\r\n \"etag\": \"W/\\\"8d290d36-196b-40c0-97af-82c65cfdc254\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"055e9caa-12e0-40e5-814f-a3d636bd4d3c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/networkInterfaces/nic932/ipConfigurations/ip1328\",\r\n \"etag\": \"W/\\\"8d290d36-196b-40c0-97af-82c65cfdc254\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\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\": \"4cvonepu2s2ejkbtwe1hhenvra.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjAzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTU0Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar6060.blob.core.windows.net/crptestar3418\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8982\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9421\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar2653.blob.core.windows.net/crptestar8239\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5447\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7863\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7918b1f-60d2-4374-bc7d-48c1e0f6d160" + "1e16eff9-e1d2-44b6-a67a-529084a210e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3005,14 +3068,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:20:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -3027,27 +3097,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "081eede4-558e-4904-bbcb-67c85925cc24" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "856d8223-d3ee-43c4-b775-e13a489c0b5d" + "eb641c20-6c8d-4795-b5c0-79483f071971" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153309Z:856d8223-d3ee-43c4-b775-e13a489c0b5d" + "EASTUS2:20211116T152001Z:eb641c20-6c8d-4795-b5c0-79483f071971" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:33:08 GMT" - ], "Content-Length": [ "3381" ], @@ -3058,60 +3121,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6060.blob.core.windows.net/crptestar3418\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8982\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9421\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"585aa27d-78c5-420b-9bfc-ec665edd9ee5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2653.blob.core.windows.net/crptestar8239\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5447\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7863\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8e68bf1-f626-4c21-9513-e686f9623040\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:20:11 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "13bb1f47-c46f-499a-9fb2-60a96d9c4a61" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d3b939fb-dd1a-4648-80c0-cc251d86ce85" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "2bc991a4-14b5-4aae-bc82-d00fa3904451" + "fdd0918d-2c72-4732-97f0-c63ada7425be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153320Z:2bc991a4-14b5-4aae-bc82-d00fa3904451" + "EASTUS2:20211116T152011Z:fdd0918d-2c72-4732-97f0-c63ada7425be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:33:19 GMT" - ], "Content-Length": [ "134" ], @@ -3122,57 +3185,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:21:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b3bb4c9f-66e4-4c9a-9cbf-ea108dfcf979" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a5df16cf-5882-449c-8058-f5d4d45d43d7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "b7a527ab-1aff-4bac-a7be-cdc74573c857" + "a3a594af-92e7-40eb-b804-dedbc019c067" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153457Z:b7a527ab-1aff-4bac-a7be-cdc74573c857" + "EASTUS2:20211116T152148Z:a3a594af-92e7-40eb-b804-dedbc019c067" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:34:56 GMT" - ], "Content-Length": [ "134" ], @@ -3183,57 +3246,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:23:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19adbf0c-bc94-4281-ad2b-fa2379d5b8a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d8061fc5-270f-4375-8f35-c532042e9373" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "e536b402-4074-4a6d-8a2b-068c95679254" + "1add9027-191f-4b92-a72e-d8658a350bad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153634Z:e536b402-4074-4a6d-8a2b-068c95679254" + "EASTUS2:20211116T152326Z:1add9027-191f-4b92-a72e-d8658a350bad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:36:33 GMT" - ], "Content-Length": [ "134" ], @@ -3244,57 +3307,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:25:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0bb55aa-a11b-4571-a8c5-86124d0eec96" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "83c1c21b-6c38-402c-9678-78befa2674f8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "8807b2de-05e0-4198-afa9-bb4032de29db" + "ac947d8d-bf75-499c-b52b-7ff2cecf6596" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153811Z:8807b2de-05e0-4198-afa9-bb4032de29db" + "EASTUS2:20211116T152503Z:ac947d8d-bf75-499c-b52b-7ff2cecf6596" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:38:11 GMT" - ], "Content-Length": [ "134" ], @@ -3305,57 +3368,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:26:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83bfef49-8af2-4bbf-b16f-3a31ab65a08a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "da2a1651-ddc1-4402-834f-c4747dc88270" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "09ce922a-e8e1-43e7-8622-8afbc49c2537" + "ebd51b33-9432-406a-9065-7bcbb590028f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T153949Z:09ce922a-e8e1-43e7-8622-8afbc49c2537" + "EASTUS2:20211116T152640Z:ebd51b33-9432-406a-9065-7bcbb590028f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:39:49 GMT" - ], "Content-Length": [ "134" ], @@ -3366,29 +3429,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:28:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -3396,27 +3466,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9aad471b-125b-41ad-8d28-085247a15a46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5900f7da-b691-4596-a9d2-f367e46d81b7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "f8fd7d4f-ce3c-499f-9abb-f66e4756afa9" + "b2bedc54-9cbd-42d5-b5b0-6cc7a343fb79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154126Z:f8fd7d4f-ce3c-499f-9abb-f66e4756afa9" + "EASTUS2:20211116T152818Z:b2bedc54-9cbd-42d5-b5b0-6cc7a343fb79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:41:25 GMT" - ], "Content-Length": [ "134" ], @@ -3427,29 +3490,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:29:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29989" ], @@ -3457,27 +3527,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0a6e6a0-6555-450a-b869-1133d4fa4f52" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "365f8a82-9730-4b2f-9704-8553776af867" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "e80055f3-6676-4183-ba11-2947dcd6302d" + "0a77e5b5-b1f3-4452-a8ce-5f59c25aefc8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154303Z:e80055f3-6676-4183-ba11-2947dcd6302d" + "EASTUS2:20211116T152956Z:0a77e5b5-b1f3-4452-a8ce-5f59c25aefc8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:43:02 GMT" - ], "Content-Length": [ "134" ], @@ -3488,29 +3551,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:31:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29987" ], @@ -3518,27 +3588,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1b5257be-77ec-46e8-a57e-50c4cebae336" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "80f61423-0ba0-4467-8d31-e2755d5a3a0b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "1c789b1a-ca79-4172-af0c-d328d2f8bd07" + "fc8a96d2-31ca-4e8b-be28-b8f2766f4487" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154440Z:1c789b1a-ca79-4172-af0c-d328d2f8bd07" + "EASTUS2:20211116T153133Z:fc8a96d2-31ca-4e8b-be28-b8f2766f4487" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:44:40 GMT" - ], "Content-Length": [ "134" ], @@ -3549,59 +3612,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkMGRjNTA4LTkwNWYtNGNlNC1iNmI5LWE0YWIwYzhlZWE3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:33:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9fda1ef2-78c0-41ef-b892-8ac2ec80bcbc" + "65c4f269-96a5-46b6-b7d5-aafdc886057a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "d9e81bed-6d22-4147-a77d-11f30a8759aa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T153310Z:d9e81bed-6d22-4147-a77d-11f30a8759aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:34:47 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29983" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c1d2d3f5-cd87-4723-a46a-a2b44da9a65a" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-correlation-request-id": [ - "be0f0dbd-d07a-4467-b3d2-4646595d1225" + "f46750a9-acfb-42cc-b4fc-3e21ef76ec75" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154618Z:be0f0dbd-d07a-4467-b3d2-4646595d1225" + "EASTUS2:20211116T153447Z:f46750a9-acfb-42cc-b4fc-3e21ef76ec75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:46:17 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3610,59 +3734,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:33:07.0412633+00:00\",\r\n \"endTime\": \"2021-06-29T15:45:00.8912014+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5d0dc508-905f-4ce4-b6b9-a4ab0c8eea74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjAzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:36:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;386,Microsoft.Compute/GetVMScaleSet30Min;2584" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a175ed31-a8e3-4ba9-9087-fcf894f80ed1" + "006431b1-be9b-4d7c-b00f-213f20e3e6c3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "4d1793bd-6e77-48ee-b08a-a096ec941078" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T153625Z:4d1793bd-6e77-48ee-b08a-a096ec941078" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:38:02 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "251dd900-53a4-46d2-8192-d1a67104949a" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11999" ], "x-ms-correlation-request-id": [ - "0cebff6c-c5be-457c-983b-ff85109adb89" + "1bc7e7f3-d4b0-4315-b9bb-3855d5e83c21" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154618Z:0cebff6c-c5be-457c-983b-ff85109adb89" + "EASTUS2:20211116T153803Z:1bc7e7f3-d4b0-4315-b9bb-3855d5e83c21" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:46:17 GMT" - ], "Content-Length": [ - "3803" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3671,65 +3856,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6060.blob.core.windows.net/crptestar3418\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8982\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9421\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"585aa27d-78c5-420b-9bfc-ec665edd9ee5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUwMzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjAzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "74fb4190-a41f-4f39-a04f-2512b4fc92bb" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:39:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;385,Microsoft.Compute/GetVMScaleSet30Min;2583" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b8dbf2fe-0edf-4200-8457-52c9ea2a20ed" + "fa27dabb-d3dd-4ccb-8c40-a155d4765f83" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "9e3debd8-55fd-4ce0-a5b5-5d2eb12657f4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T153940Z:9e3debd8-55fd-4ce0-a5b5-5d2eb12657f4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:41:17 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6bfef7e4-9198-4d4f-9a3b-5cd76e10125d" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-correlation-request-id": [ - "4b280419-9d40-414c-83d2-1410a5708b18" + "593baba2-5333-4c80-b4a0-bff90794dd4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154618Z:4b280419-9d40-414c-83d2-1410a5708b18" + "EASTUS2:20211116T154117Z:593baba2-5333-4c80-b4a0-bff90794dd4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:46:17 GMT" - ], "Content-Length": [ - "3803" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3738,25 +3978,2950 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2030\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6060.blob.core.windows.net/crptestar3418\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8982\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9421\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/virtualNetworks/vn5730/subnets/sn25690\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar50311/providers/Microsoft.Network/applicationGateways/gw6213/backendAddressPools/pool1986\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"585aa27d-78c5-420b-9bfc-ec665edd9ee5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar50311?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUwMzExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/081eede4-558e-4904-bbcb-67c85925cc24?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWVlZGU0LTU1OGUtNDkwNC1iYmNiLTY3Yzg1OTI1Y2MyND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "41e23c6f-c7be-496e-8ac0-fa037101ac07" + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Accept-Language": [ - "en-US" + "Date": [ + "Tue, 16 Nov 2021 15:42:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29973" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4302300e-4349-43e6-b364-3967de194b8b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "cc05f710-7f98-4a3b-9f5f-b7f7e25c36ff" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154255Z:cc05f710-7f98-4a3b-9f5f-b7f7e25c36ff" + ], + "X-Content-Type-Options": [ + "nosniff" ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T15:19:58.7271779+00:00\",\r\n \"endTime\": \"2021-11-16T15:42:45.2414481+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"081eede4-558e-4904-bbcb-67c85925cc24\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTU0Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:42:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "15fada90-84ef-4874-86db-07ddadfd3ba0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "01e50976-12c1-488e-8bee-c0b023f5c306" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154255Z:01e50976-12c1-488e-8bee-c0b023f5c306" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3382" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2653.blob.core.windows.net/crptestar8239\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5447\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7863\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8e68bf1-f626-4c21-9513-e686f9623040\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcyMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTU0Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27333875-6966-4bdd-869d-6a74ba71610f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:42:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c40e5cc5-e96e-479e-81e4-45ad2af21f1a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "b98193cf-ed96-4622-8071-b2529af46f68" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154255Z:b98193cf-ed96-4622-8071-b2529af46f68" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3382" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5543\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5543\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2653.blob.core.windows.net/crptestar8239\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5447\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7863\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/virtualNetworks/vn7203/subnets/sn27520\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar72221/providers/Microsoft.Network/applicationGateways/gw7058/backendAddressPools/pool2290\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8e68bf1-f626-4c21-9513-e686f9623040\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar72221?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcyMjIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "714210fb-da0c-4b11-8886-afa3544e38ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:43:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "29b7002c-6c0b-460d-b0c4-bc010d1e7658" + ], + "x-ms-correlation-request-id": [ + "29b7002c-6c0b-460d-b0c4-bc010d1e7658" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154302Z:29b7002c-6c0b-460d-b0c4-bc010d1e7658" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:43:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "65fd10de-6ebb-41de-9bdf-b8e8e1a9b667" + ], + "x-ms-correlation-request-id": [ + "65fd10de-6ebb-41de-9bdf-b8e8e1a9b667" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154317Z:65fd10de-6ebb-41de-9bdf-b8e8e1a9b667" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:43:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "04b748f4-cf83-4803-abea-78f59d48b269" + ], + "x-ms-correlation-request-id": [ + "04b748f4-cf83-4803-abea-78f59d48b269" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154333Z:04b748f4-cf83-4803-abea-78f59d48b269" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:43:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "fcc92064-3fe4-48eb-a0fe-500dd207f588" + ], + "x-ms-correlation-request-id": [ + "fcc92064-3fe4-48eb-a0fe-500dd207f588" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154348Z:fcc92064-3fe4-48eb-a0fe-500dd207f588" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:44:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "26da5518-fb12-4ffa-823b-cf6bed4f1d69" + ], + "x-ms-correlation-request-id": [ + "26da5518-fb12-4ffa-823b-cf6bed4f1d69" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154403Z:26da5518-fb12-4ffa-823b-cf6bed4f1d69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:44:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "2fa0f06b-8a07-4b6c-95cb-df58d85eca9b" + ], + "x-ms-correlation-request-id": [ + "2fa0f06b-8a07-4b6c-95cb-df58d85eca9b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154419Z:2fa0f06b-8a07-4b6c-95cb-df58d85eca9b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:44:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "293dd695-52db-42f1-bddb-5965f44e4a10" + ], + "x-ms-correlation-request-id": [ + "293dd695-52db-42f1-bddb-5965f44e4a10" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154434Z:293dd695-52db-42f1-bddb-5965f44e4a10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:44:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "6e3669c1-b55e-49df-bb83-d9e5af46ea1a" + ], + "x-ms-correlation-request-id": [ + "6e3669c1-b55e-49df-bb83-d9e5af46ea1a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154450Z:6e3669c1-b55e-49df-bb83-d9e5af46ea1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:45:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "3ee7330f-9af3-4a93-a123-fb32e06512da" + ], + "x-ms-correlation-request-id": [ + "3ee7330f-9af3-4a93-a123-fb32e06512da" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154505Z:3ee7330f-9af3-4a93-a123-fb32e06512da" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:45:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "0271070d-e527-40d1-97a7-733d7b9a2bba" + ], + "x-ms-correlation-request-id": [ + "0271070d-e527-40d1-97a7-733d7b9a2bba" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154521Z:0271070d-e527-40d1-97a7-733d7b9a2bba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:45:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "6c454f0c-5ea0-485c-bd19-9f42a8177cb7" + ], + "x-ms-correlation-request-id": [ + "6c454f0c-5ea0-485c-bd19-9f42a8177cb7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154536Z:6c454f0c-5ea0-485c-bd19-9f42a8177cb7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:45:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "9d106910-9dae-4b73-b578-70808bd0496b" + ], + "x-ms-correlation-request-id": [ + "9d106910-9dae-4b73-b578-70808bd0496b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154552Z:9d106910-9dae-4b73-b578-70808bd0496b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:46:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "8a78c4dc-8463-417a-b19d-03291d61eb81" + ], + "x-ms-correlation-request-id": [ + "8a78c4dc-8463-417a-b19d-03291d61eb81" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154607Z:8a78c4dc-8463-417a-b19d-03291d61eb81" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:46:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "92256bce-16ea-4f0d-917e-8595df5510d9" + ], + "x-ms-correlation-request-id": [ + "92256bce-16ea-4f0d-917e-8595df5510d9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154623Z:92256bce-16ea-4f0d-917e-8595df5510d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:46:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "6ff90f65-5a60-4d53-b7a4-8774a8497b64" + ], + "x-ms-correlation-request-id": [ + "6ff90f65-5a60-4d53-b7a4-8774a8497b64" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154638Z:6ff90f65-5a60-4d53-b7a4-8774a8497b64" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:46:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "87f9f8c3-c4d4-4b35-80be-3c296c6ce884" + ], + "x-ms-correlation-request-id": [ + "87f9f8c3-c4d4-4b35-80be-3c296c6ce884" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154653Z:87f9f8c3-c4d4-4b35-80be-3c296c6ce884" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:47:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "ec890f30-ef21-4499-8c09-5621b69cfa9e" + ], + "x-ms-correlation-request-id": [ + "ec890f30-ef21-4499-8c09-5621b69cfa9e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154709Z:ec890f30-ef21-4499-8c09-5621b69cfa9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:47:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "079a2816-0dbd-4ad9-93d6-ab0d47ca0ebe" + ], + "x-ms-correlation-request-id": [ + "079a2816-0dbd-4ad9-93d6-ab0d47ca0ebe" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154724Z:079a2816-0dbd-4ad9-93d6-ab0d47ca0ebe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:47:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "f1a73f77-3498-4713-a7cb-e5ef5c3d28b4" + ], + "x-ms-correlation-request-id": [ + "f1a73f77-3498-4713-a7cb-e5ef5c3d28b4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154740Z:f1a73f77-3498-4713-a7cb-e5ef5c3d28b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:47:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "3e31328e-f8b3-4cad-ae44-e627e156e545" + ], + "x-ms-correlation-request-id": [ + "3e31328e-f8b3-4cad-ae44-e627e156e545" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154756Z:3e31328e-f8b3-4cad-ae44-e627e156e545" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:48:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "42e2b5a0-178c-4d87-8e0d-86b717d75d9f" + ], + "x-ms-correlation-request-id": [ + "42e2b5a0-178c-4d87-8e0d-86b717d75d9f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154811Z:42e2b5a0-178c-4d87-8e0d-86b717d75d9f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:48:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "3e26fbe4-1f2b-44f2-b5c0-4d88a2dff794" + ], + "x-ms-correlation-request-id": [ + "3e26fbe4-1f2b-44f2-b5c0-4d88a2dff794" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154827Z:3e26fbe4-1f2b-44f2-b5c0-4d88a2dff794" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:48:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "233a89ac-6791-4686-998c-918aef2c0539" + ], + "x-ms-correlation-request-id": [ + "233a89ac-6791-4686-998c-918aef2c0539" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154842Z:233a89ac-6791-4686-998c-918aef2c0539" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:48:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "cac595fe-fd77-44cd-a90f-38d4ed16c997" + ], + "x-ms-correlation-request-id": [ + "cac595fe-fd77-44cd-a90f-38d4ed16c997" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154858Z:cac595fe-fd77-44cd-a90f-38d4ed16c997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:49:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "8217fff0-714f-4942-8e25-8305be31f2b6" + ], + "x-ms-correlation-request-id": [ + "8217fff0-714f-4942-8e25-8305be31f2b6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154913Z:8217fff0-714f-4942-8e25-8305be31f2b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:49:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-request-id": [ + "dba817b6-4e78-4a9c-8584-adaadf4cc77a" + ], + "x-ms-correlation-request-id": [ + "dba817b6-4e78-4a9c-8584-adaadf4cc77a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154929Z:dba817b6-4e78-4a9c-8584-adaadf4cc77a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:49:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-request-id": [ + "bbd85636-cb5a-4549-8c32-73b2b91324be" + ], + "x-ms-correlation-request-id": [ + "bbd85636-cb5a-4549-8c32-73b2b91324be" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T154944Z:bbd85636-cb5a-4549-8c32-73b2b91324be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:49:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-request-id": [ + "4fa2569e-50f0-449f-b75c-5b7033a8d4d3" + ], + "x-ms-correlation-request-id": [ + "4fa2569e-50f0-449f-b75c-5b7033a8d4d3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155000Z:4fa2569e-50f0-449f-b75c-5b7033a8d4d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:50:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-request-id": [ + "7b1140ff-6dcc-467b-be3a-e4cef222b035" + ], + "x-ms-correlation-request-id": [ + "7b1140ff-6dcc-467b-be3a-e4cef222b035" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155015Z:7b1140ff-6dcc-467b-be3a-e4cef222b035" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:50:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-request-id": [ + "a3ab7418-29c8-4e7e-a8dd-e4fa905ac953" + ], + "x-ms-correlation-request-id": [ + "a3ab7418-29c8-4e7e-a8dd-e4fa905ac953" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155031Z:a3ab7418-29c8-4e7e-a8dd-e4fa905ac953" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:50:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-request-id": [ + "9dfd44ee-899f-44e0-91a5-95e58a959261" + ], + "x-ms-correlation-request-id": [ + "9dfd44ee-899f-44e0-91a5-95e58a959261" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155046Z:9dfd44ee-899f-44e0-91a5-95e58a959261" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:51:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-request-id": [ + "39a2e799-d21f-4c48-ba80-182f414fd796" + ], + "x-ms-correlation-request-id": [ + "39a2e799-d21f-4c48-ba80-182f414fd796" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155102Z:39a2e799-d21f-4c48-ba80-182f414fd796" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:51:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-request-id": [ + "15ac7b50-94d3-43ce-b5a8-b4a81bdda528" + ], + "x-ms-correlation-request-id": [ + "15ac7b50-94d3-43ce-b5a8-b4a81bdda528" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155117Z:15ac7b50-94d3-43ce-b5a8-b4a81bdda528" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:51:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-request-id": [ + "3b297f72-fcd3-4215-adf5-a60a26ad0a79" + ], + "x-ms-correlation-request-id": [ + "3b297f72-fcd3-4215-adf5-a60a26ad0a79" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155132Z:3b297f72-fcd3-4215-adf5-a60a26ad0a79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:51:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-request-id": [ + "7f6a523b-c3fb-4a5a-982c-1dafde85cd29" + ], + "x-ms-correlation-request-id": [ + "7f6a523b-c3fb-4a5a-982c-1dafde85cd29" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155148Z:7f6a523b-c3fb-4a5a-982c-1dafde85cd29" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:52:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-request-id": [ + "a79188b0-f3e3-4828-aeb3-cd51f154221b" + ], + "x-ms-correlation-request-id": [ + "a79188b0-f3e3-4828-aeb3-cd51f154221b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155203Z:a79188b0-f3e3-4828-aeb3-cd51f154221b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:52:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-request-id": [ + "72b6c0dc-32be-441b-8d63-b273035cdca1" + ], + "x-ms-correlation-request-id": [ + "72b6c0dc-32be-441b-8d63-b273035cdca1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155219Z:72b6c0dc-32be-441b-8d63-b273035cdca1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:52:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-request-id": [ + "370b2290-3243-4722-8e60-26910725d8be" + ], + "x-ms-correlation-request-id": [ + "370b2290-3243-4722-8e60-26910725d8be" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155234Z:370b2290-3243-4722-8e60-26910725d8be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:52:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-request-id": [ + "eadc274d-887b-459d-bb02-26ee4f6442e2" + ], + "x-ms-correlation-request-id": [ + "eadc274d-887b-459d-bb02-26ee4f6442e2" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155250Z:eadc274d-887b-459d-bb02-26ee4f6442e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:53:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-request-id": [ + "7f5c0a6a-3497-4ea2-9cd4-3b526c3bb276" + ], + "x-ms-correlation-request-id": [ + "7f5c0a6a-3497-4ea2-9cd4-3b526c3bb276" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155306Z:7f5c0a6a-3497-4ea2-9cd4-3b526c3bb276" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:53:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-request-id": [ + "39460ac9-638d-4fb9-8eb0-5fe8ba1aa2f3" + ], + "x-ms-correlation-request-id": [ + "39460ac9-638d-4fb9-8eb0-5fe8ba1aa2f3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155321Z:39460ac9-638d-4fb9-8eb0-5fe8ba1aa2f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:53:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-request-id": [ + "30fd1846-0c13-4c2c-bcac-b1585c607ed0" + ], + "x-ms-correlation-request-id": [ + "30fd1846-0c13-4c2c-bcac-b1585c607ed0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155337Z:30fd1846-0c13-4c2c-bcac-b1585c607ed0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:53:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-request-id": [ + "ceb040fe-7035-4e7a-b930-cbd4e196f508" + ], + "x-ms-correlation-request-id": [ + "ceb040fe-7035-4e7a-b930-cbd4e196f508" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155352Z:ceb040fe-7035-4e7a-b930-cbd4e196f508" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:54:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-request-id": [ + "06b54216-ba3d-40c2-839b-17b3ed07fab5" + ], + "x-ms-correlation-request-id": [ + "06b54216-ba3d-40c2-839b-17b3ed07fab5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155408Z:06b54216-ba3d-40c2-839b-17b3ed07fab5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:54:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-request-id": [ + "99efd491-7617-4d7b-bf17-e14c7f262125" + ], + "x-ms-correlation-request-id": [ + "99efd491-7617-4d7b-bf17-e14c7f262125" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155423Z:99efd491-7617-4d7b-bf17-e14c7f262125" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:54:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-request-id": [ + "e6915fb2-bf22-4aaf-b78c-933ca3aefea1" + ], + "x-ms-correlation-request-id": [ + "e6915fb2-bf22-4aaf-b78c-933ca3aefea1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155439Z:e6915fb2-bf22-4aaf-b78c-933ca3aefea1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:54:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "x-ms-request-id": [ + "17b52fea-a3b1-46d4-82ce-87db05ffa8d4" + ], + "x-ms-correlation-request-id": [ + "17b52fea-a3b1-46d4-82ce-87db05ffa8d4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155454Z:17b52fea-a3b1-46d4-82ce-87db05ffa8d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 15:55:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "x-ms-request-id": [ + "fe8f35d9-ebc6-489c-ab96-38403526d08a" + ], + "x-ms-correlation-request-id": [ + "fe8f35d9-ebc6-489c-ab96-38403526d08a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T155510Z:fe8f35d9-ebc6-489c-ab96-38403526d08a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3764,26 +6929,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:55:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" ], "x-ms-request-id": [ - "43e0d401-6cb8-4872-9cac-0f04ac8d33ba" + "0ade155e-6ac6-4d8f-93e6-180dfb51beb4" ], "x-ms-correlation-request-id": [ - "43e0d401-6cb8-4872-9cac-0f04ac8d33ba" + "0ade155e-6ac6-4d8f-93e6-180dfb51beb4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154624Z:43e0d401-6cb8-4872-9cac-0f04ac8d33ba" + "EASTUS2:20211116T155525Z:0ade155e-6ac6-4d8f-93e6-180dfb51beb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3791,29 +6959,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:46:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3821,26 +6986,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:55:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11951" ], "x-ms-request-id": [ - "b114754a-f311-4ace-81f9-0d0bf34035ab" + "9e2e69e4-8d63-4d94-ab4d-c71843e8b7af" ], "x-ms-correlation-request-id": [ - "b114754a-f311-4ace-81f9-0d0bf34035ab" + "9e2e69e4-8d63-4d94-ab4d-c71843e8b7af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154639Z:b114754a-f311-4ace-81f9-0d0bf34035ab" + "EASTUS2:20211116T155541Z:9e2e69e4-8d63-4d94-ab4d-c71843e8b7af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3848,29 +7016,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:46:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3878,26 +7043,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:55:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11950" ], "x-ms-request-id": [ - "40431397-fd95-4b56-9d1f-6ddd16403419" + "95b96809-94fe-498b-a32a-f1a81d854354" ], "x-ms-correlation-request-id": [ - "40431397-fd95-4b56-9d1f-6ddd16403419" + "95b96809-94fe-498b-a32a-f1a81d854354" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154655Z:40431397-fd95-4b56-9d1f-6ddd16403419" + "EASTUS2:20211116T155556Z:95b96809-94fe-498b-a32a-f1a81d854354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3905,29 +7073,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:46:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3935,26 +7100,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:56:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11949" ], "x-ms-request-id": [ - "f13c2dfa-9ab3-434b-b5dc-c8f4511a9d65" + "2bced655-24a2-429f-80fe-75efd99eabc1" ], "x-ms-correlation-request-id": [ - "f13c2dfa-9ab3-434b-b5dc-c8f4511a9d65" + "2bced655-24a2-429f-80fe-75efd99eabc1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154710Z:f13c2dfa-9ab3-434b-b5dc-c8f4511a9d65" + "EASTUS2:20211116T155611Z:2bced655-24a2-429f-80fe-75efd99eabc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3962,29 +7130,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:47:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3992,26 +7157,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:56:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11948" ], "x-ms-request-id": [ - "be09a0e8-fdeb-454f-9214-1ae276e060fd" + "6cddbc84-3de0-4077-98a9-acfa6e36d3ad" ], "x-ms-correlation-request-id": [ - "be09a0e8-fdeb-454f-9214-1ae276e060fd" + "6cddbc84-3de0-4077-98a9-acfa6e36d3ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154726Z:be09a0e8-fdeb-454f-9214-1ae276e060fd" + "EASTUS2:20211116T155627Z:6cddbc84-3de0-4077-98a9-acfa6e36d3ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4019,29 +7187,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:47:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4049,26 +7214,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:56:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11947" ], "x-ms-request-id": [ - "f84fad71-d64f-4087-8d09-50b455674e36" + "600745c7-a951-4959-889a-e02e2cfaa4f1" ], "x-ms-correlation-request-id": [ - "f84fad71-d64f-4087-8d09-50b455674e36" + "600745c7-a951-4959-889a-e02e2cfaa4f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154741Z:f84fad71-d64f-4087-8d09-50b455674e36" + "EASTUS2:20211116T155642Z:600745c7-a951-4959-889a-e02e2cfaa4f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4076,29 +7244,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:47:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4106,26 +7271,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:56:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11946" ], "x-ms-request-id": [ - "4da340bb-a4ed-4c88-974d-b059668de7d0" + "ea1ca7b8-c4a5-4673-8baa-040d422da4bd" ], "x-ms-correlation-request-id": [ - "4da340bb-a4ed-4c88-974d-b059668de7d0" + "ea1ca7b8-c4a5-4673-8baa-040d422da4bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154757Z:4da340bb-a4ed-4c88-974d-b059668de7d0" + "EASTUS2:20211116T155658Z:ea1ca7b8-c4a5-4673-8baa-040d422da4bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4133,29 +7301,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:47:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4163,26 +7328,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:57:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11945" ], "x-ms-request-id": [ - "9c03db54-8ca2-4d8a-b5bd-9d1fcd4446d7" + "3013a3b7-577b-4ad8-9a0e-5962fda75642" ], "x-ms-correlation-request-id": [ - "9c03db54-8ca2-4d8a-b5bd-9d1fcd4446d7" + "3013a3b7-577b-4ad8-9a0e-5962fda75642" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154812Z:9c03db54-8ca2-4d8a-b5bd-9d1fcd4446d7" + "EASTUS2:20211116T155713Z:3013a3b7-577b-4ad8-9a0e-5962fda75642" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4190,29 +7358,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:48:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4220,26 +7385,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:57:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11944" ], "x-ms-request-id": [ - "46f204fd-cbd4-49ab-9a6b-2f85897dc161" + "4165cf67-38e4-41fb-995b-d40dae2e4415" ], "x-ms-correlation-request-id": [ - "46f204fd-cbd4-49ab-9a6b-2f85897dc161" + "4165cf67-38e4-41fb-995b-d40dae2e4415" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154828Z:46f204fd-cbd4-49ab-9a6b-2f85897dc161" + "EASTUS2:20211116T155729Z:4165cf67-38e4-41fb-995b-d40dae2e4415" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4247,29 +7415,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:48:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4277,26 +7442,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:57:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11943" ], "x-ms-request-id": [ - "1c8f0370-9b05-4677-86e6-fa8f08976400" + "8c9c4b08-86ff-4d4d-b7f8-2ed0ad353ab0" ], "x-ms-correlation-request-id": [ - "1c8f0370-9b05-4677-86e6-fa8f08976400" + "8c9c4b08-86ff-4d4d-b7f8-2ed0ad353ab0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154843Z:1c8f0370-9b05-4677-86e6-fa8f08976400" + "EASTUS2:20211116T155744Z:8c9c4b08-86ff-4d4d-b7f8-2ed0ad353ab0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4304,29 +7472,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:48:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4334,26 +7499,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:57:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11942" ], "x-ms-request-id": [ - "8cab5121-cc07-4999-9b11-fd13cb719287" + "756c7ce1-4926-43ad-9fd8-007016af5251" ], "x-ms-correlation-request-id": [ - "8cab5121-cc07-4999-9b11-fd13cb719287" + "756c7ce1-4926-43ad-9fd8-007016af5251" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154858Z:8cab5121-cc07-4999-9b11-fd13cb719287" + "EASTUS2:20211116T155800Z:756c7ce1-4926-43ad-9fd8-007016af5251" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4361,29 +7529,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:48:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4391,26 +7556,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:58:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11941" ], "x-ms-request-id": [ - "f7eb1964-23be-4e2d-8788-71b72e9e8763" + "b92cf094-ef45-4ef7-a997-24b8d1c27525" ], "x-ms-correlation-request-id": [ - "f7eb1964-23be-4e2d-8788-71b72e9e8763" + "b92cf094-ef45-4ef7-a997-24b8d1c27525" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154914Z:f7eb1964-23be-4e2d-8788-71b72e9e8763" + "EASTUS2:20211116T155816Z:b92cf094-ef45-4ef7-a997-24b8d1c27525" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4418,29 +7586,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:49:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4448,26 +7613,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:58:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11940" ], "x-ms-request-id": [ - "3525373b-61e6-4542-bb6a-d0d49ec23608" + "79fc21f8-efb8-4f31-a04b-ffe7cc7a04fa" ], "x-ms-correlation-request-id": [ - "3525373b-61e6-4542-bb6a-d0d49ec23608" + "79fc21f8-efb8-4f31-a04b-ffe7cc7a04fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154929Z:3525373b-61e6-4542-bb6a-d0d49ec23608" + "EASTUS2:20211116T155831Z:79fc21f8-efb8-4f31-a04b-ffe7cc7a04fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4475,29 +7643,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:49:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4505,26 +7670,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:58:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11939" ], "x-ms-request-id": [ - "2295d16e-831d-4310-8bab-92f9d380de86" + "da537c22-ad26-4fb2-b3a3-79b2d2f6acd8" ], "x-ms-correlation-request-id": [ - "2295d16e-831d-4310-8bab-92f9d380de86" + "da537c22-ad26-4fb2-b3a3-79b2d2f6acd8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T154945Z:2295d16e-831d-4310-8bab-92f9d380de86" + "EASTUS2:20211116T155847Z:da537c22-ad26-4fb2-b3a3-79b2d2f6acd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4532,29 +7700,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:49:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4562,26 +7727,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:59:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11938" ], "x-ms-request-id": [ - "a23cfe61-7298-44c7-b6a3-27061212cc86" + "72651965-6e14-4884-862c-8aa7348c67ab" ], "x-ms-correlation-request-id": [ - "a23cfe61-7298-44c7-b6a3-27061212cc86" + "72651965-6e14-4884-862c-8aa7348c67ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155000Z:a23cfe61-7298-44c7-b6a3-27061212cc86" + "EASTUS2:20211116T155902Z:72651965-6e14-4884-862c-8aa7348c67ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4589,29 +7757,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:50:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4619,26 +7784,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:59:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11937" ], "x-ms-request-id": [ - "44be63c1-2bcf-46d8-bd3f-ece9a347de31" + "929aa56d-cbc5-4b81-a275-c0ac640c7038" ], "x-ms-correlation-request-id": [ - "44be63c1-2bcf-46d8-bd3f-ece9a347de31" + "929aa56d-cbc5-4b81-a275-c0ac640c7038" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155016Z:44be63c1-2bcf-46d8-bd3f-ece9a347de31" + "EASTUS2:20211116T155918Z:929aa56d-cbc5-4b81-a275-c0ac640c7038" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4646,29 +7814,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:50:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4676,26 +7841,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:59:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11936" ], "x-ms-request-id": [ - "7a0cab55-259e-4143-bd03-7215f554d954" + "ef1060fd-06ea-4101-81ea-f0e76b24a39e" ], "x-ms-correlation-request-id": [ - "7a0cab55-259e-4143-bd03-7215f554d954" + "ef1060fd-06ea-4101-81ea-f0e76b24a39e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155031Z:7a0cab55-259e-4143-bd03-7215f554d954" + "EASTUS2:20211116T155933Z:ef1060fd-06ea-4101-81ea-f0e76b24a39e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4703,29 +7871,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:50:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4733,26 +7898,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 15:59:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11935" ], "x-ms-request-id": [ - "f8347f9b-de7c-4cf4-85f9-fc945d19932b" + "e32343fd-863b-45cc-8a8f-9f4b69103245" ], "x-ms-correlation-request-id": [ - "f8347f9b-de7c-4cf4-85f9-fc945d19932b" + "e32343fd-863b-45cc-8a8f-9f4b69103245" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155047Z:f8347f9b-de7c-4cf4-85f9-fc945d19932b" + "EASTUS2:20211116T155949Z:e32343fd-863b-45cc-8a8f-9f4b69103245" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4760,29 +7928,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:50:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4790,26 +7955,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:00:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11934" ], "x-ms-request-id": [ - "7d31d661-ea4a-4387-9583-a4984e884375" + "8b283e27-f24f-41af-a355-7b1cbac80e34" ], "x-ms-correlation-request-id": [ - "7d31d661-ea4a-4387-9583-a4984e884375" + "8b283e27-f24f-41af-a355-7b1cbac80e34" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155102Z:7d31d661-ea4a-4387-9583-a4984e884375" + "EASTUS2:20211116T160004Z:8b283e27-f24f-41af-a355-7b1cbac80e34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4817,29 +7985,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:51:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4847,26 +8012,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:00:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11933" ], "x-ms-request-id": [ - "f2a93ed8-bf75-4e4a-9075-30c99ca637ad" + "d37ca78d-b298-4b05-b60d-a88db133b4c5" ], "x-ms-correlation-request-id": [ - "f2a93ed8-bf75-4e4a-9075-30c99ca637ad" + "d37ca78d-b298-4b05-b60d-a88db133b4c5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155119Z:f2a93ed8-bf75-4e4a-9075-30c99ca637ad" + "EASTUS2:20211116T160020Z:d37ca78d-b298-4b05-b60d-a88db133b4c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4874,29 +8042,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:51:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4904,26 +8069,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:00:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11932" ], "x-ms-request-id": [ - "7194daf3-fbf8-439a-b9c4-cedf051eafed" + "25fbd31a-774d-44ba-a9b7-0b31a8297b7e" ], "x-ms-correlation-request-id": [ - "7194daf3-fbf8-439a-b9c4-cedf051eafed" + "25fbd31a-774d-44ba-a9b7-0b31a8297b7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155134Z:7194daf3-fbf8-439a-b9c4-cedf051eafed" + "EASTUS2:20211116T160035Z:25fbd31a-774d-44ba-a9b7-0b31a8297b7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4931,29 +8099,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:51:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4961,26 +8126,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:00:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11931" ], "x-ms-request-id": [ - "6eb6be07-6475-4783-b2b5-e5d6b1e915b0" + "f73e6d50-f7bb-484a-ac83-9298b23c2932" ], "x-ms-correlation-request-id": [ - "6eb6be07-6475-4783-b2b5-e5d6b1e915b0" + "f73e6d50-f7bb-484a-ac83-9298b23c2932" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155150Z:6eb6be07-6475-4783-b2b5-e5d6b1e915b0" + "EASTUS2:20211116T160051Z:f73e6d50-f7bb-484a-ac83-9298b23c2932" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4988,29 +8156,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:51:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5018,26 +8183,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:01:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11930" ], "x-ms-request-id": [ - "0c77ff0a-c4b3-4321-998d-6d2002224b93" + "dcc59967-c880-48e6-b4c3-d23019584cc3" ], "x-ms-correlation-request-id": [ - "0c77ff0a-c4b3-4321-998d-6d2002224b93" + "dcc59967-c880-48e6-b4c3-d23019584cc3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155205Z:0c77ff0a-c4b3-4321-998d-6d2002224b93" + "EASTUS2:20211116T160106Z:dcc59967-c880-48e6-b4c3-d23019584cc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5045,29 +8213,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:52:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5075,26 +8240,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:01:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11929" ], "x-ms-request-id": [ - "29b6e138-6b6c-4b69-a0b0-0861a2472219" + "0aa79b0f-2742-46fb-aebf-caea89483379" ], "x-ms-correlation-request-id": [ - "29b6e138-6b6c-4b69-a0b0-0861a2472219" + "0aa79b0f-2742-46fb-aebf-caea89483379" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155220Z:29b6e138-6b6c-4b69-a0b0-0861a2472219" + "EASTUS2:20211116T160121Z:0aa79b0f-2742-46fb-aebf-caea89483379" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5102,29 +8270,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:52:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5132,26 +8297,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:01:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11928" ], "x-ms-request-id": [ - "dc6aa4a1-8262-47c2-a138-a96a414904b7" + "1b48f310-6d7c-4b52-9a42-fe894cdd99f4" ], "x-ms-correlation-request-id": [ - "dc6aa4a1-8262-47c2-a138-a96a414904b7" + "1b48f310-6d7c-4b52-9a42-fe894cdd99f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155236Z:dc6aa4a1-8262-47c2-a138-a96a414904b7" + "EASTUS2:20211116T160137Z:1b48f310-6d7c-4b52-9a42-fe894cdd99f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5159,29 +8327,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:52:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5189,26 +8354,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:01:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11927" ], "x-ms-request-id": [ - "e6b79535-d5a5-49d8-8058-2a99cea0eca9" + "6a9845df-93da-4969-8eca-a63cf4c219c9" ], "x-ms-correlation-request-id": [ - "e6b79535-d5a5-49d8-8058-2a99cea0eca9" + "6a9845df-93da-4969-8eca-a63cf4c219c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155251Z:e6b79535-d5a5-49d8-8058-2a99cea0eca9" + "EASTUS2:20211116T160152Z:6a9845df-93da-4969-8eca-a63cf4c219c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5216,29 +8384,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:52:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5246,20 +8411,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:07 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11926" ], "x-ms-request-id": [ - "a5154f5a-ba4f-4645-8c5c-dbbc37cfcf57" + "16172b60-f51b-4544-af23-da49598d698a" ], "x-ms-correlation-request-id": [ - "a5154f5a-ba4f-4645-8c5c-dbbc37cfcf57" + "16172b60-f51b-4544-af23-da49598d698a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155307Z:a5154f5a-ba4f-4645-8c5c-dbbc37cfcf57" + "EASTUS2:20211116T160208Z:16172b60-f51b-4544-af23-da49598d698a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5267,29 +8435,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MDMxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTURNeE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MjIyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTWpJeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5297,20 +8462,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:08 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11925" ], "x-ms-request-id": [ - "f821e897-aa24-4d92-823a-abada710c94c" + "e087a5f9-57a0-48de-9625-5b4728118991" ], "x-ms-correlation-request-id": [ - "f821e897-aa24-4d92-823a-abada710c94c" + "e087a5f9-57a0-48de-9625-5b4728118991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155307Z:f821e897-aa24-4d92-823a-abada710c94c" + "EASTUS2:20211116T160208Z:e087a5f9-57a0-48de-9625-5b4728118991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5318,14 +8486,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5334,38 +8499,38 @@ ], "Names": { "TestVMScaleSetWithApplciationGateway": [ - "crptestar5031", - "vmss2030", - "crptestar6060" + "crptestar7222", + "vmss5543", + "crptestar2653" ], "CreateVNETWithSubnets": [ - "vn5730", - "sn15914", - "sn25690" + "vn7203", + "sn13843", + "sn27520" ], "CreateApplicationGateway": [ - "gw6213", - "gwIp522", - "fIp4967", - "fPort889", - "pool1986", - "setting1608", - "rule3905", - "listener1668" + "gw7058", + "gwIp9313", + "fIp8875", + "fPort5258", + "pool2290", + "setting6878", + "rule6066", + "listener4198" ], "CreatePublicIP": [ - "pip2430", - "dn9051" + "pip8651", + "dn9381" ], "CreateNIC": [ - "nic8913", - "ip2644" + "nic932", + "ip1328" ], "CreateDefaultVMScaleSetInput": [ - "crptestar3418", - "vmss4044", - "vmsstestnetconfig8982", - "vmsstestnetconfig9421" + "crptestar8239", + "vmss704", + "vmsstestnetconfig5447", + "vmsstestnetconfig7863" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithDnsSettings.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithDnsSettings.json index 64d65871ae380..ed6022e028ce5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithDnsSettings.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithDnsSettings.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb11651d-3b76-45be-85ba-af14d2d89ee7" + "29a415b0-4aef-4812-b281-99d21c9e80b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,35 +27,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "4cbbfa78-f48f-49d9-a7d5-8e01e04fdbfc" + "9d674f99-8cc8-442d-ab2c-ae01656a1c8c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "72c66aa9-5104-4d04-afc5-dc2ef2c1ad02" + "b254fd7d-9c5e-4070-bc56-90d040f46ed4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165248Z:72c66aa9-5104-4d04-afc5-dc2ef2c1ad02" + "SOUTHCENTRALUS:20220126T084145Z:b254fd7d-9c5e-4070-bc56-90d040f46ed4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:52:47 GMT" + "Wed, 26 Jan 2022 08:41:45 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40841?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84891?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0ODkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar40841\": \"2021-06-29 16:52:48Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar84891\": \"2022-01-26 08:41:46Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9a11dd9e-225f-458b-a62e-7a5123136652" + "d8a4e7d4-3efc-4c11-a5ab-45bb46ab2833" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "bf2dbd18-6f57-4296-a632-374088304396" + "539e3c26-84b2-4f3a-9c02-438cb5aea150" ], "x-ms-correlation-request-id": [ - "bf2dbd18-6f57-4296-a632-374088304396" + "539e3c26-84b2-4f3a-9c02-438cb5aea150" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165250Z:bf2dbd18-6f57-4296-a632-374088304396" + "SOUTHCENTRALUS:20220126T084149Z:539e3c26-84b2-4f3a-9c02-438cb5aea150" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:52:49 GMT" + "Wed, 26 Jan 2022 08:41:48 GMT" ], "Content-Length": [ "237" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841\",\r\n \"name\": \"crptestar40841\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar40841\": \"2021-06-29 16:52:48Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891\",\r\n \"name\": \"crptestar84891\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar84891\": \"2022-01-26 08:41:46Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40841?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84891?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0ODkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "659ae548-46c3-4149-8df3-a2e9c57b90b8" + "476299b1-c098-49f6-90d4-7da5c2649bb5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "4ac330ae-01c4-4ea0-92eb-753862337ef8" + "f33862b5-bd0f-4120-af54-345e3e648774" ], "x-ms-correlation-request-id": [ - "4ac330ae-01c4-4ea0-92eb-753862337ef8" + "f33862b5-bd0f-4120-af54-345e3e648774" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165342Z:4ac330ae-01c4-4ea0-92eb-753862337ef8" + "SOUTHCENTRALUS:20220126T084240Z:f33862b5-bd0f-4120-af54-345e3e648774" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:42 GMT" + "Wed, 26 Jan 2022 08:42:40 GMT" ], "Content-Length": [ "188" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841\",\r\n \"name\": \"crptestar40841\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891\",\r\n \"name\": \"crptestar84891\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Storage/storageAccounts/crptestar5524?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTUyND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Storage/storageAccounts/crptestar7563?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzU2Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ef1e280f-9205-46aa-9cde-43e92a7bfb31" + "4a1ee556-9c0f-4721-8fb1-5042f7cb8129" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/82865fe0-712d-4e38-b768-3a00260e53a1?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57604077-ca64-4992-807e-5afa706ecc09?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "82865fe0-712d-4e38-b768-3a00260e53a1" + "57604077-ca64-4992-807e-5afa706ecc09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -250,19 +250,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "104bb944-27d7-4132-9fd9-b6735f1068e4" + "a7deb974-f6f3-41c2-b722-f8af8deb8a04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165300Z:104bb944-27d7-4132-9fd9-b6735f1068e4" + "SOUTHCENTRALUS:20220126T084155Z:a7deb974-f6f3-41c2-b722-f8af8deb8a04" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:52:59 GMT" + "Wed, 26 Jan 2022 08:41:54 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/82865fe0-712d-4e38-b768-3a00260e53a1?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODI4NjVmZTAtNzEyZC00ZTM4LWI3NjgtM2EwMDI2MGU1M2ExP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57604077-ca64-4992-807e-5afa706ecc09?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTc2MDQwNzctY2E2NC00OTkyLTgwN2UtNWFmYTcwNmVjYzA5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57604077-ca64-4992-807e-5afa706ecc09?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "e21038b2-93e7-4bc4-985a-12a56a003494" + "2b87f44b-eb4f-42da-849f-20a730c5ae77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -307,19 +313,76 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" + ], + "x-ms-correlation-request-id": [ + "40ac41b2-ff4a-4178-ad9f-490ddb92329b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T084212Z:40ac41b2-ff4a-4178-ad9f-490ddb92329b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:42:11 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57604077-ca64-4992-807e-5afa706ecc09?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTc2MDQwNzctY2E2NC00OTkyLTgwN2UtNWFmYTcwNmVjYzA5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "79dc4a8b-a2fc-4bfc-8800-6e92caa7b42b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "x-ms-correlation-request-id": [ - "e135ec6c-bbcb-4771-9c40-45cb50a6f151" + "b7ebae4d-950f-44bf-8040-527704ea12d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165317Z:e135ec6c-bbcb-4771-9c40-45cb50a6f151" + "SOUTHCENTRALUS:20220126T084216Z:b7ebae4d-950f-44bf-8040-527704ea12d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:16 GMT" + "Wed, 26 Jan 2022 08:42:15 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7060e1ec-5188-44c8-af46-ff557cac8cc2" + "08f096a3-3f8c-4074-a884-0a66df612657" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "d68dc2d4-7fb6-4174-bd57-39f1ac9b0363" + "e5e1314b-1636-4155-a473-0938760258b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11987" ], "x-ms-correlation-request-id": [ - "02f9353e-b0c0-4d38-ae86-bc98834d53dc" + "04a2cad2-0138-4ef2-bf42-a9b23b808ed0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165327Z:02f9353e-b0c0-4d38-ae86-bc98834d53dc" + "SOUTHCENTRALUS:20220126T084226Z:04a2cad2-0138-4ef2-bf42-a9b23b808ed0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:26 GMT" + "Wed, 26 Jan 2022 08:42:25 GMT" ], "Content-Length": [ "753" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Storage/storageAccounts/crptestar5524\",\r\n \"name\": \"crptestar5524\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:52:56.2382605Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5524.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5524.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5524.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5524.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Storage/storageAccounts/crptestar7563\",\r\n \"name\": \"crptestar7563\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T08:41:51.9881614Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7563.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7563.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7563.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7563.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Storage/storageAccounts/crptestar5524?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTUyND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Storage/storageAccounts/crptestar7563?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzU2Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b5404b4-7b8e-44f9-9289-279e6c169b82" + "eacc6a0b-c917-4f78-b2d6-d93ac7a9e429" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "5019484a-f7a8-4e09-975b-a55f1970e05a" + "456b2689-a4ad-4741-b58c-a4dfeda88d0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +496,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11986" ], "x-ms-correlation-request-id": [ - "f81a3e0f-7abb-4a0a-80f0-2abf3b174276" + "dd631de2-a563-4612-95ee-a8d2dfd4264f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165327Z:f81a3e0f-7abb-4a0a-80f0-2abf3b174276" + "SOUTHCENTRALUS:20220126T084226Z:dd631de2-a563-4612-95ee-a8d2dfd4264f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:26 GMT" + "Wed, 26 Jan 2022 08:42:25 GMT" ], "Content-Length": [ "741" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Storage/storageAccounts/crptestar5524\",\r\n \"name\": \"crptestar5524\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:52:56.2382605Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5524.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5524.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5524.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5524.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Storage/storageAccounts/crptestar7563\",\r\n \"name\": \"crptestar7563\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T08:41:51.9881614Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7563.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7563.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7563.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7563.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45ODYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn17377\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn25617\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn18594\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn26969\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3de384c-02cb-4e31-b840-b5248f833491" + "88afb2c4-2dce-4dd4-8729-481b8796a551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +559,19 @@ "3" ], "x-ms-request-id": [ - "01d8b91c-bb78-4fe2-9a92-329ba541d084" + "af7f93a8-8c66-4667-b0e4-e25df6ee1997" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/01d8b91c-bb78-4fe2-9a92-329ba541d084?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/af7f93a8-8c66-4667-b0e4-e25df6ee1997?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f44fe4b9-e3ce-4ada-9b00-a2b4b56b8375" + "e27bc695-cd9c-4efe-955c-d67985975c0e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9bc6a22c-37c6-4521-8118-9d6f54434bfc" + "d4ca7159-f247-4679-a6fe-8be4dfe50595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,16 +584,16 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165336Z:f44fe4b9-e3ce-4ada-9b00-a2b4b56b8375" + "SOUTHCENTRALUS:20220126T084235Z:e27bc695-cd9c-4efe-955c-d67985975c0e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:36 GMT" + "Wed, 26 Jan 2022 08:42:35 GMT" ], "Content-Length": [ - "1927" + "1931" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn957\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957\",\r\n \"etag\": \"W/\\\"0dc64ffa-d8a0-4d3d-9bd6-d1ebb9d1fcc7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b98d152c-8d8a-49e5-bc44-fbda9303f982\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17377\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn17377\",\r\n \"etag\": \"W/\\\"0dc64ffa-d8a0-4d3d-9bd6-d1ebb9d1fcc7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn25617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\",\r\n \"etag\": \"W/\\\"0dc64ffa-d8a0-4d3d-9bd6-d1ebb9d1fcc7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn9862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862\",\r\n \"etag\": \"W/\\\"4eff727c-3896-4dcc-adcb-dab21a7832bb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8e16bc57-7351-45e5-92b0-cbc1a6aae1ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn18594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn18594\",\r\n \"etag\": \"W/\\\"4eff727c-3896-4dcc-adcb-dab21a7832bb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn26969\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\",\r\n \"etag\": \"W/\\\"4eff727c-3896-4dcc-adcb-dab21a7832bb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/01d8b91c-bb78-4fe2-9a92-329ba541d084?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAxZDhiOTFjLWJiNzgtNGZlMi05YTkyLTMyOWJhNTQxZDA4ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/af7f93a8-8c66-4667-b0e4-e25df6ee1997?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmN2Y5M2E4LThjNjYtNDY2Ny1iMGU0LWUyNWRmNmVlMTk5Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "7817e090-c55a-4f7b-b8d3-597793793954" + "3ceddd9b-8af0-4ca1-a151-6bd4534cbb62" ], "x-ms-correlation-request-id": [ - "1f4cd861-ab0b-4d9b-bb70-f447658f9d35" + "66932cb1-d900-4d63-b4e1-f2078465cbd4" ], "x-ms-arm-service-request-id": [ - "cda9cc3f-4f88-47ed-b900-097459378598" + "9b7a2c0d-0a18-4646-b8b8-8f45e182f455" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,16 +642,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165339Z:1f4cd861-ab0b-4d9b-bb70-f447658f9d35" + "SOUTHCENTRALUS:20220126T084239Z:66932cb1-d900-4d63-b4e1-f2078465cbd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:39 GMT" + "Wed, 26 Jan 2022 08:42:38 GMT" ], "Content-Length": [ "29" @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45ODYyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"00042d9f-f951-4fd2-8217-530b0786d584\"" + "W/\"f4f8a40b-0e67-4f96-a5ca-deb05c9fb95c\"" ], "x-ms-request-id": [ - "b464e942-b200-4872-931c-91310ba8c5ce" + "3aed6a69-8874-42ef-93a5-9040b324045d" ], "x-ms-correlation-request-id": [ - "7f086535-6870-4411-be5c-13e690ce2b14" + "bfbff8d4-8414-4de1-8f6e-cfedfc6b3821" ], "x-ms-arm-service-request-id": [ - "5831e80c-c9a8-4d3b-a21b-57a9b637fb99" + "56c75547-a088-460a-bcac-459e87757562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -643,19 +706,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165340Z:7f086535-6870-4411-be5c-13e690ce2b14" + "SOUTHCENTRALUS:20220126T084239Z:bfbff8d4-8414-4de1-8f6e-cfedfc6b3821" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:39 GMT" + "Wed, 26 Jan 2022 08:42:38 GMT" ], "Content-Length": [ - "1930" + "1934" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn957\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957\",\r\n \"etag\": \"W/\\\"00042d9f-f951-4fd2-8217-530b0786d584\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b98d152c-8d8a-49e5-bc44-fbda9303f982\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17377\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn17377\",\r\n \"etag\": \"W/\\\"00042d9f-f951-4fd2-8217-530b0786d584\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn25617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\",\r\n \"etag\": \"W/\\\"00042d9f-f951-4fd2-8217-530b0786d584\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn9862\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862\",\r\n \"etag\": \"W/\\\"f4f8a40b-0e67-4f96-a5ca-deb05c9fb95c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8e16bc57-7351-45e5-92b0-cbc1a6aae1ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn18594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn18594\",\r\n \"etag\": \"W/\\\"f4f8a40b-0e67-4f96-a5ca-deb05c9fb95c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn26969\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\",\r\n \"etag\": \"W/\\\"f4f8a40b-0e67-4f96-a5ca-deb05c9fb95c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/publicIPAddresses/pip2851?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyODUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/publicIPAddresses/pip6915?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4666\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8639\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5865dcd3-3bd9-4516-b299-8113479c553f" + "860551d0-4d14-4ddc-a8cb-e9bd1d7858ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -703,19 +766,19 @@ "1" ], "x-ms-request-id": [ - "1c058461-de1d-4e14-b429-6609298fd8cf" + "88a24150-6546-4305-a438-c935d7ba9121" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1c058461-de1d-4e14-b429-6609298fd8cf?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/88a24150-6546-4305-a438-c935d7ba9121?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "49308ee5-cf59-4e74-a6e5-54ab372a9637" + "f02f7c91-48ac-45a7-b3d1-aa1b399dee0d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "548aac35-ca34-4a8f-93f5-003acc8273e9" + "99d62f63-a7fa-4217-81e1-8a2f4c90ff81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -728,13 +791,13 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165348Z:49308ee5-cf59-4e74-a6e5-54ab372a9637" + "SOUTHCENTRALUS:20220126T084245Z:f02f7c91-48ac-45a7-b3d1-aa1b399dee0d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:48 GMT" + "Wed, 26 Jan 2022 08:42:45 GMT" ], "Content-Length": [ "770" @@ -746,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2851\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/publicIPAddresses/pip2851\",\r\n \"etag\": \"W/\\\"6d8753e6-7eab-4383-937e-b081b46a652e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2cc1bb8b-55be-4547-a88e-417f28effdd4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4666\",\r\n \"fqdn\": \"dn4666.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/publicIPAddresses/pip6915\",\r\n \"etag\": \"W/\\\"e4ca1e52-6e7e-45e3-9f14-3e284fd39bbb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b0c9df53-2c4f-42dc-97d4-39abf0bf897f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8639\",\r\n \"fqdn\": \"dn8639.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1c058461-de1d-4e14-b429-6609298fd8cf?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjMDU4NDYxLWRlMWQtNGUxNC1iNDI5LTY2MDkyOThmZDhjZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/88a24150-6546-4305-a438-c935d7ba9121?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4YTI0MTUwLTY1NDYtNDMwNS1hNDM4LWM5MzVkN2JhOTEyMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -770,13 +833,13 @@ "no-cache" ], "x-ms-request-id": [ - "158f1e46-f8bf-4b84-aa27-aeabf9d6c378" + "f8b2abc7-a84c-44b5-9243-344e7762cb45" ], "x-ms-correlation-request-id": [ - "2522ee9d-0be0-43ee-bbf2-beb5d88cdefd" + "a751d8f9-7bff-4147-8fda-43cf0a0e6184" ], "x-ms-arm-service-request-id": [ - "aca2b561-0bfb-4f87-817a-d43e873bc8ee" + "91650ec0-8dc7-424e-aa0a-a81dcb5f30b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -786,16 +849,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165349Z:2522ee9d-0be0-43ee-bbf2-beb5d88cdefd" + "SOUTHCENTRALUS:20220126T084247Z:a751d8f9-7bff-4147-8fda-43cf0a0e6184" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:49 GMT" + "Wed, 26 Jan 2022 08:42:46 GMT" ], "Content-Length": [ "29" @@ -811,15 +874,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/publicIPAddresses/pip2851?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyODUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/publicIPAddresses/pip6915?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -831,16 +894,16 @@ "no-cache" ], "ETag": [ - "W/\"e4745a7a-06a1-4fbf-863a-b8f9ee255a45\"" + "W/\"e637813b-2e86-4152-b2b0-0930cad9b911\"" ], "x-ms-request-id": [ - "18b8ef91-353e-4e52-b192-981109c8a99d" + "055f3e4d-90ee-4961-8a42-8bad2aadfe96" ], "x-ms-correlation-request-id": [ - "d0b1df36-373e-4781-ab3f-3f690039edb9" + "e421cfbb-cd29-4909-a16c-8ffa8413c0c2" ], "x-ms-arm-service-request-id": [ - "96433adc-1270-4503-8250-e49c742e8a7b" + "ede68818-e33e-44c0-a155-fc21eaddb2d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -850,16 +913,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165350Z:d0b1df36-373e-4781-ab3f-3f690039edb9" + "SOUTHCENTRALUS:20220126T084247Z:e421cfbb-cd29-4909-a16c-8ffa8413c0c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:49 GMT" + "Wed, 26 Jan 2022 08:42:46 GMT" ], "Content-Length": [ "771" @@ -871,25 +934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2851\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/publicIPAddresses/pip2851\",\r\n \"etag\": \"W/\\\"e4745a7a-06a1-4fbf-863a-b8f9ee255a45\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2cc1bb8b-55be-4547-a88e-417f28effdd4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4666\",\r\n \"fqdn\": \"dn4666.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/publicIPAddresses/pip6915\",\r\n \"etag\": \"W/\\\"e637813b-2e86-4152-b2b0-0930cad9b911\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0c9df53-2c4f-42dc-97d4-39abf0bf897f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8639\",\r\n \"fqdn\": \"dn8639.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/publicIPAddresses/pip2851?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyODUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/publicIPAddresses/pip6915?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01fa5077-548c-4433-ad5b-86886de52b6c" + "f1666e9b-c9ee-4556-87cd-04a138b98788" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"e4745a7a-06a1-4fbf-863a-b8f9ee255a45\"" + "W/\"e637813b-2e86-4152-b2b0-0930cad9b911\"" ], "x-ms-request-id": [ - "3d9ebd9a-7b32-48b2-ae20-d98fc50d67e9" + "0addf4bd-89ca-471f-b281-3ee5119edddc" ], "x-ms-correlation-request-id": [ - "297833ae-4f71-4227-bcbe-a2189d80c69f" + "e1c16b47-e866-4564-be29-6c0f28c32701" ], "x-ms-arm-service-request-id": [ - "b9a49a04-ac52-4522-8eec-45ce7820f0b6" + "607f811c-f184-44a4-bf41-acd6c42eaeef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,16 +983,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165350Z:297833ae-4f71-4227-bcbe-a2189d80c69f" + "SOUTHCENTRALUS:20220126T084247Z:e1c16b47-e866-4564-be29-6c0f28c32701" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:49 GMT" + "Wed, 26 Jan 2022 08:42:47 GMT" ], "Content-Length": [ "771" @@ -941,32 +1004,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2851\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/publicIPAddresses/pip2851\",\r\n \"etag\": \"W/\\\"e4745a7a-06a1-4fbf-863a-b8f9ee255a45\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2cc1bb8b-55be-4547-a88e-417f28effdd4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4666\",\r\n \"fqdn\": \"dn4666.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/publicIPAddresses/pip6915\",\r\n \"etag\": \"W/\\\"e637813b-2e86-4152-b2b0-0930cad9b911\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0c9df53-2c4f-42dc-97d4-39abf0bf897f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8639\",\r\n \"fqdn\": \"dn8639.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNjYwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MzgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn25617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\r\n }\r\n },\r\n \"name\": \"ip8706\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn26969\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\r\n }\r\n },\r\n \"name\": \"ip5568\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8315e19f-f20f-4fc8-aa8e-dfb09925ae92" + "cc88084f-4973-48a0-b106-8ea9a16c3395" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "750" + "751" ] }, "ResponseHeaders": { @@ -977,19 +1040,19 @@ "no-cache" ], "x-ms-request-id": [ - "e2a40c51-9a20-43b7-a559-7d4f643d1f91" + "4f80eb0f-5582-4221-b00d-a01fb4c1dfb5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e2a40c51-9a20-43b7-a559-7d4f643d1f91?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4f80eb0f-5582-4221-b00d-a01fb4c1dfb5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f0af6f57-38e6-4f3d-aa55-6457cb3a57b2" + "4131d986-62a5-45cf-b58e-9be9c0f670a7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "210e2612-fdd9-4898-b7e5-7565a1644326" + "3b8526f9-ac21-4dce-b5b6-e107b90dbed1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1002,16 +1065,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165354Z:f0af6f57-38e6-4f3d-aa55-6457cb3a57b2" + "SOUTHCENTRALUS:20220126T084251Z:4131d986-62a5-45cf-b58e-9be9c0f670a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:54 GMT" + "Wed, 26 Jan 2022 08:42:50 GMT" ], "Content-Length": [ - "1634" + "1635" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1020,19 +1083,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3660\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660\",\r\n \"etag\": \"W/\\\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16c644d5-0034-4789-a6ee-441cf22bc8a0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8706\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660/ipConfigurations/ip8706\",\r\n \"etag\": \"W/\\\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\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\": \"fqky1omkrxsutpce5pnjga5zqc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8381\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381\",\r\n \"etag\": \"W/\\\"756bb91c-2b21-4018-99a1-998023705bdd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37458813-4d93-49c3-902c-1d09cd26ce59\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381/ipConfigurations/ip5568\",\r\n \"etag\": \"W/\\\"756bb91c-2b21-4018-99a1-998023705bdd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\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\": \"k44bndsropsulevqzpa0nkxbzc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNjYwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MzgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1044,16 +1107,16 @@ "no-cache" ], "ETag": [ - "W/\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\"" + "W/\"756bb91c-2b21-4018-99a1-998023705bdd\"" ], "x-ms-request-id": [ - "3645ff20-9c1e-41e8-b40a-d5bf9b22ca40" + "4047e510-59d1-4dde-8193-f522ffcd5daa" ], "x-ms-correlation-request-id": [ - "5c3b9f98-6b10-4bdf-a10d-d084bab960f7" + "5d5d902c-f155-4a02-b406-e0992a857142" ], "x-ms-arm-service-request-id": [ - "12fc0be1-89db-40b7-bd29-07c72fc4d17f" + "4598636d-c2bf-4913-a3f8-a7752398584c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1063,19 +1126,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165355Z:5c3b9f98-6b10-4bdf-a10d-d084bab960f7" + "SOUTHCENTRALUS:20220126T084251Z:5d5d902c-f155-4a02-b406-e0992a857142" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:54 GMT" + "Wed, 26 Jan 2022 08:42:51 GMT" ], "Content-Length": [ - "1634" + "1635" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1084,25 +1147,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3660\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660\",\r\n \"etag\": \"W/\\\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16c644d5-0034-4789-a6ee-441cf22bc8a0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8706\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660/ipConfigurations/ip8706\",\r\n \"etag\": \"W/\\\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\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\": \"fqky1omkrxsutpce5pnjga5zqc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8381\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381\",\r\n \"etag\": \"W/\\\"756bb91c-2b21-4018-99a1-998023705bdd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37458813-4d93-49c3-902c-1d09cd26ce59\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381/ipConfigurations/ip5568\",\r\n \"etag\": \"W/\\\"756bb91c-2b21-4018-99a1-998023705bdd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\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\": \"k44bndsropsulevqzpa0nkxbzc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNjYwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MzgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29e45320-ccae-4d60-9012-01df83435af3" + "ca5a1a1d-4a59-46e9-adba-6c00fe57bb1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1177,16 @@ "no-cache" ], "ETag": [ - "W/\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\"" + "W/\"756bb91c-2b21-4018-99a1-998023705bdd\"" ], "x-ms-request-id": [ - "739945ab-f218-48eb-a6e4-bb5b2db9af44" + "6e3e2ef4-b538-43eb-9b4d-34ed30bbb1cc" ], "x-ms-correlation-request-id": [ - "6770055e-00c1-4d08-858f-5fee1833211e" + "6393eb80-cc77-4b11-8660-a99bb551284b" ], "x-ms-arm-service-request-id": [ - "141ba793-ce0a-4850-88fe-75ff7e634c8f" + "a0ce3a86-c259-48e0-83e4-8f1c2b65879f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,19 +1196,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165355Z:6770055e-00c1-4d08-858f-5fee1833211e" + "SOUTHCENTRALUS:20220126T084252Z:6393eb80-cc77-4b11-8660-a99bb551284b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:53:54 GMT" + "Wed, 26 Jan 2022 08:42:51 GMT" ], "Content-Length": [ - "1634" + "1635" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,32 +1217,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3660\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660\",\r\n \"etag\": \"W/\\\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16c644d5-0034-4789-a6ee-441cf22bc8a0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8706\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/networkInterfaces/nic3660/ipConfigurations/ip8706\",\r\n \"etag\": \"W/\\\"a42ee8bf-7372-41c0-9f93-fbbe95de5f05\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\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\": \"fqky1omkrxsutpce5pnjga5zqc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8381\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381\",\r\n \"etag\": \"W/\\\"756bb91c-2b21-4018-99a1-998023705bdd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37458813-4d93-49c3-902c-1d09cd26ce59\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/networkInterfaces/nic8381/ipConfigurations/ip5568\",\r\n \"etag\": \"W/\\\"756bb91c-2b21-4018-99a1-998023705bdd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\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\": \"k44bndsropsulevqzpa0nkxbzc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTUyMz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar5524.blob.core.windows.net/crptestar9107\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4948\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4943\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar7563.blob.core.windows.net/crptestar7368\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7944\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1224\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1852a4d2-2779-4459-8db3-7f5a8f3fc958" + "8a88ffda-c942-47b5-ace8-e73038478383" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1896" + "1897" ] }, "ResponseHeaders": { @@ -1193,13 +1256,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1208,29 +1271,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa5e28cb-5434-4600-b38a-c1d10087e918" + "548b620f-068c-4156-9d9f-309f27b131c0" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "784aca74-a7d1-4d93-9989-9e9ea9fd6244" + "4dcf828e-20d9-4530-884b-131b0f882dd0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165405Z:784aca74-a7d1-4d93-9989-9e9ea9fd6244" + "SOUTHCENTRALUS:20220126T084301Z:4dcf828e-20d9-4530-884b-131b0f882dd0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:54:05 GMT" + "Wed, 26 Jan 2022 08:43:01 GMT" ], "Content-Length": [ - "3182" + "3242" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1239,20 +1302,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss540\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5524.blob.core.windows.net/crptestar9107\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4948\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4943\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0a4f0bb0-5a7b-4c36-a786-e83ae7a0feff\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1523\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7563.blob.core.windows.net/crptestar7368\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7944\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1224\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"561bdc1c-96e6-4709-8cc2-0c6ba7f6e73c\",\r\n \"timeCreated\": \"2022-01-26T02:42:59.2250823-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhNWUyOGNiLTU0MzQtNDYwMC1iMzhhLWMxZDEwMDg3ZTkxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0OGI2MjBmLTA2OGMtNDE1Ni05ZDlmLTMwOWYyN2IxMzFjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1266,32 +1329,32 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d32ae55-e017-45e8-af39-7b57ce6dc9a3" + "ca216cc2-b51c-4f67-8319-ebe8c16a3a9b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "d340293f-20e1-4f42-8b06-f24f75ed1075" + "53b6178b-33be-455e-81f6-23ab936c85a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165415Z:d340293f-20e1-4f42-8b06-f24f75ed1075" + "SOUTHCENTRALUS:20220126T084312Z:53b6178b-33be-455e-81f6-23ab936c85a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:54:15 GMT" + "Wed, 26 Jan 2022 08:43:11 GMT" ], "Content-Length": [ "134" @@ -1303,20 +1366,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:54:02.6201371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa5e28cb-5434-4600-b38a-c1d10087e918\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:42:59.2250823-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"548b620f-068c-4156-9d9f-309f27b131c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhNWUyOGNiLTU0MzQtNDYwMC1iMzhhLWMxZDEwMDg3ZTkxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0OGI2MjBmLTA2OGMtNDE1Ni05ZDlmLTMwOWYyN2IxMzFjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1327,32 +1390,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "870b41c0-3ce3-480b-80d1-627caa4efa16" + "10a5afde-7cc3-4acb-9f1e-670b0ef81aa6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "e3926bce-6e19-40a2-9fac-32ac8edd6c20" + "1b6af7b1-b0f2-473f-8097-ef1653910e9d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165552Z:e3926bce-6e19-40a2-9fac-32ac8edd6c20" + "SOUTHCENTRALUS:20220126T084449Z:1b6af7b1-b0f2-473f-8097-ef1653910e9d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:55:51 GMT" + "Wed, 26 Jan 2022 08:44:49 GMT" ], "Content-Length": [ "134" @@ -1364,20 +1427,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:54:02.6201371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa5e28cb-5434-4600-b38a-c1d10087e918\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:42:59.2250823-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"548b620f-068c-4156-9d9f-309f27b131c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhNWUyOGNiLTU0MzQtNDYwMC1iMzhhLWMxZDEwMDg3ZTkxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0OGI2MjBmLTA2OGMtNDE1Ni05ZDlmLTMwOWYyN2IxMzFjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1388,32 +1451,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e22713aa-f980-4df0-b597-d310376b9ced" + "92636b7c-e5a9-438d-8155-933bd2136ab8" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "b4e27140-1ce3-4611-bbca-281619e981e6" + "f830533e-544b-40cc-ab1c-1cd4ba80c900" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165730Z:b4e27140-1ce3-4611-bbca-281619e981e6" + "SOUTHCENTRALUS:20220126T084626Z:f830533e-544b-40cc-ab1c-1cd4ba80c900" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:57:29 GMT" + "Wed, 26 Jan 2022 08:46:25 GMT" ], "Content-Length": [ "134" @@ -1425,20 +1488,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:54:02.6201371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa5e28cb-5434-4600-b38a-c1d10087e918\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:42:59.2250823-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"548b620f-068c-4156-9d9f-309f27b131c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhNWUyOGNiLTU0MzQtNDYwMC1iMzhhLWMxZDEwMDg3ZTkxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0OGI2MjBmLTA2OGMtNDE1Ni05ZDlmLTMwOWYyN2IxMzFjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1449,32 +1512,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98562705-26ed-4d22-98dd-5f21f738b3bf" + "b981886e-be52-4b72-b8f4-bd221587319b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "8e779996-9009-4c6c-b5b2-3d3312d8154f" + "4ce6dbf7-c49a-4f3e-a07f-91b68e36542f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165907Z:8e779996-9009-4c6c-b5b2-3d3312d8154f" + "SOUTHCENTRALUS:20220126T084804Z:4ce6dbf7-c49a-4f3e-a07f-91b68e36542f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:59:06 GMT" + "Wed, 26 Jan 2022 08:48:03 GMT" ], "Content-Length": [ "134" @@ -1486,20 +1549,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:54:02.6201371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa5e28cb-5434-4600-b38a-c1d10087e918\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:42:59.2250823-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"548b620f-068c-4156-9d9f-309f27b131c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhNWUyOGNiLTU0MzQtNDYwMC1iMzhhLWMxZDEwMDg3ZTkxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0OGI2MjBmLTA2OGMtNDE1Ni05ZDlmLTMwOWYyN2IxMzFjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1510,32 +1573,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3fd129f-aeb1-47e9-96f6-ae1057835cd2" + "d5ddcfdf-4d5e-4451-b55e-26f32a4e982f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "ab2f89ca-77a4-44d2-a5ab-c5e0b071c49b" + "e18bc5b4-efa7-4edc-ab54-d7f5ab31d5dc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170044Z:ab2f89ca-77a4-44d2-a5ab-c5e0b071c49b" + "SOUTHCENTRALUS:20220126T084941Z:e18bc5b4-efa7-4edc-ab54-d7f5ab31d5dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:00:44 GMT" + "Wed, 26 Jan 2022 08:49:41 GMT" ], "Content-Length": [ "134" @@ -1547,20 +1610,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:54:02.6201371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa5e28cb-5434-4600-b38a-c1d10087e918\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:42:59.2250823-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"548b620f-068c-4156-9d9f-309f27b131c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhNWUyOGNiLTU0MzQtNDYwMC1iMzhhLWMxZDEwMDg3ZTkxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0OGI2MjBmLTA2OGMtNDE1Ni05ZDlmLTMwOWYyN2IxMzFjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1571,32 +1634,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e919744-97b0-4247-82b2-0e2730e51ac7" + "fd4e7fb3-5e85-43bc-91e4-301043547dbb" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "d51772ed-013e-4e25-aef8-81d2918901f4" + "0f5adc0a-9bff-471f-aa44-d50919260e44" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170222Z:d51772ed-013e-4e25-aef8-81d2918901f4" + "SOUTHCENTRALUS:20220126T085118Z:0f5adc0a-9bff-471f-aa44-d50919260e44" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:02:21 GMT" + "Wed, 26 Jan 2022 08:51:17 GMT" ], "Content-Length": [ "134" @@ -1608,20 +1671,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:54:02.6201371+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa5e28cb-5434-4600-b38a-c1d10087e918\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:42:59.2250823-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"548b620f-068c-4156-9d9f-309f27b131c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fa5e28cb-5434-4600-b38a-c1d10087e918?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhNWUyOGNiLTU0MzQtNDYwMC1iMzhhLWMxZDEwMDg3ZTkxOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/548b620f-068c-4156-9d9f-309f27b131c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0OGI2MjBmLTA2OGMtNDE1Ni05ZDlmLTMwOWYyN2IxMzFjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1632,35 +1695,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e621232-107a-44aa-8188-cae9c97696e9" + "585cf30f-f619-4696-95c9-e60ac3a1fd34" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "1be1059f-0661-4d7e-b51c-b4f12482097d" + "0873fa8c-0bc7-4305-af77-638589117cad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170359Z:1be1059f-0661-4d7e-b51c-b4f12482097d" + "SOUTHCENTRALUS:20220126T085255Z:0873fa8c-0bc7-4305-af77-638589117cad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:03:58 GMT" + "Wed, 26 Jan 2022 08:52:55 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1669,20 +1732,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:54:02.6201371+00:00\",\r\n \"endTime\": \"2021-06-29T17:03:16.5783672+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fa5e28cb-5434-4600-b38a-c1d10087e918\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:42:59.2250823-06:00\",\r\n \"endTime\": \"2022-01-26T02:52:51.662268-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"548b620f-068c-4156-9d9f-309f27b131c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTUyMz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1693,35 +1756,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2582" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "82ca4312-28de-4390-8922-683736e19172" + "587809c6-bf65-46d8-b04e-4eefbea5b226" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "ad9a3df8-f9d6-4d27-a28c-f6318c758c79" + "762610b9-c6bf-4e21-be1d-6ebdc7b440db" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170359Z:ad9a3df8-f9d6-4d27-a28c-f6318c758c79" + "SOUTHCENTRALUS:20220126T085256Z:762610b9-c6bf-4e21-be1d-6ebdc7b440db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:03:59 GMT" + "Wed, 26 Jan 2022 08:52:56 GMT" ], "Content-Length": [ - "3183" + "3243" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1730,26 +1793,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss540\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5524.blob.core.windows.net/crptestar9107\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4948\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4943\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0a4f0bb0-5a7b-4c36-a786-e83ae7a0feff\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1523\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7563.blob.core.windows.net/crptestar7368\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7944\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1224\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"561bdc1c-96e6-4709-8cc2-0c6ba7f6e73c\",\r\n \"timeCreated\": \"2022-01-26T02:42:59.2250823-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTUyMz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be7365d7-c694-4bb3-badd-200ed661cbf7" + "c8e9f7fe-45fc-422f-a0f1-ccd655136a2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1760,35 +1823,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2581" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2580" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db8ce6aa-0f38-492a-bb95-43526149ec3f" + "4f030dac-99bf-4ea1-808b-fae7ec90b756" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "b49f3b8c-cc5c-4825-94c2-7759026d572c" + "6a87cead-95fe-4437-9061-2642b9ac9968" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170359Z:b49f3b8c-cc5c-4825-94c2-7759026d572c" + "SOUTHCENTRALUS:20220126T085257Z:6a87cead-95fe-4437-9061-2642b9ac9968" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:03:59 GMT" + "Wed, 26 Jan 2022 08:52:56 GMT" ], "Content-Length": [ - "3183" + "3243" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,26 +1860,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss540\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5524.blob.core.windows.net/crptestar9107\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4948\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4943\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0a4f0bb0-5a7b-4c36-a786-e83ae7a0feff\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1523\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7563.blob.core.windows.net/crptestar7368\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7944\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1224\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"561bdc1c-96e6-4709-8cc2-0c6ba7f6e73c\",\r\n \"timeCreated\": \"2022-01-26T02:42:59.2250823-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0ODkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTUyMz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09b2f217-1782-4f5d-8575-fcb030ce856d" + "3fa802fd-cbf6-4790-9d0f-34fc19bcf649" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1827,35 +1890,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2580" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc078bf5-3260-4ced-a77e-19900e5d0b46" + "3968f800-7059-46cc-ac77-f1448d0cc34e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "629c001a-48a9-4c93-b3e6-e942531f77f4" + "410a7985-8077-4b41-b5ff-fa84f46cd9a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170400Z:629c001a-48a9-4c93-b3e6-e942531f77f4" + "SOUTHCENTRALUS:20220126T085257Z:410a7985-8077-4b41-b5ff-fa84f46cd9a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:03:59 GMT" + "Wed, 26 Jan 2022 08:52:57 GMT" ], "Content-Length": [ - "3183" + "3243" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1864,25 +1927,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss540\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss540\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5524.blob.core.windows.net/crptestar9107\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4948\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4943\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40841/providers/Microsoft.Network/virtualNetworks/vn957/subnets/sn25617\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0a4f0bb0-5a7b-4c36-a786-e83ae7a0feff\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1523\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1523\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7563.blob.core.windows.net/crptestar7368\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7944\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": [\r\n \"10.0.0.5\",\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1224\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84891/providers/Microsoft.Network/virtualNetworks/vn9862/subnets/sn26969\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"561bdc1c-96e6-4709-8cc2-0c6ba7f6e73c\",\r\n \"timeCreated\": \"2022-01-26T02:42:59.2250823-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40841?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84891?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0ODkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "715ee22f-d369-43e5-9664-60d21a82c0e6" + "76e1c7bd-7d8f-45e4-947c-753fadda42d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1894,7 +1957,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1903,13 +1966,13 @@ "14999" ], "x-ms-request-id": [ - "24ce9dd6-5a05-4724-be3a-95ec9771a7a9" + "1993ee37-7793-45a4-99a8-5cc2066cf50d" ], "x-ms-correlation-request-id": [ - "24ce9dd6-5a05-4724-be3a-95ec9771a7a9" + "1993ee37-7793-45a4-99a8-5cc2066cf50d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170404Z:24ce9dd6-5a05-4724-be3a-95ec9771a7a9" + "SOUTHCENTRALUS:20220126T085304Z:1993ee37-7793-45a4-99a8-5cc2066cf50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1918,7 +1981,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:04:03 GMT" + "Wed, 26 Jan 2022 08:53:03 GMT" ], "Expires": [ "-1" @@ -1931,15 +1994,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1951,22 +2014,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-request-id": [ - "548c1d96-03ef-4c70-ac3d-6da786ea1ee6" + "f6021a13-7c2b-4a66-a902-2c6197114b67" ], "x-ms-correlation-request-id": [ - "548c1d96-03ef-4c70-ac3d-6da786ea1ee6" + "f6021a13-7c2b-4a66-a902-2c6197114b67" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170420Z:548c1d96-03ef-4c70-ac3d-6da786ea1ee6" + "SOUTHCENTRALUS:20220126T085319Z:f6021a13-7c2b-4a66-a902-2c6197114b67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1975,7 +2038,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:04:19 GMT" + "Wed, 26 Jan 2022 08:53:19 GMT" ], "Expires": [ "-1" @@ -1988,15 +2051,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2008,22 +2071,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11998" ], "x-ms-request-id": [ - "55fc16f5-a6f8-4170-ba9b-80d79b50fab7" + "eee41267-fa4a-40dd-885d-b6e82ccfd07f" ], "x-ms-correlation-request-id": [ - "55fc16f5-a6f8-4170-ba9b-80d79b50fab7" + "eee41267-fa4a-40dd-885d-b6e82ccfd07f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170435Z:55fc16f5-a6f8-4170-ba9b-80d79b50fab7" + "SOUTHCENTRALUS:20220126T085335Z:eee41267-fa4a-40dd-885d-b6e82ccfd07f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2032,7 +2095,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:04:34 GMT" + "Wed, 26 Jan 2022 08:53:34 GMT" ], "Expires": [ "-1" @@ -2045,15 +2108,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2065,22 +2128,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11997" ], "x-ms-request-id": [ - "38be3f6d-5eee-4ba8-8c18-bc06a42b7214" + "d4e01115-35bd-40fe-a815-ef28c356284e" ], "x-ms-correlation-request-id": [ - "38be3f6d-5eee-4ba8-8c18-bc06a42b7214" + "d4e01115-35bd-40fe-a815-ef28c356284e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170451Z:38be3f6d-5eee-4ba8-8c18-bc06a42b7214" + "SOUTHCENTRALUS:20220126T085350Z:d4e01115-35bd-40fe-a815-ef28c356284e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2089,7 +2152,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:04:50 GMT" + "Wed, 26 Jan 2022 08:53:49 GMT" ], "Expires": [ "-1" @@ -2102,15 +2165,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2122,22 +2185,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-request-id": [ - "4851834b-b6d5-4c88-ac96-1e819be0fefd" + "6b2b0dc9-f273-4fcb-83d5-925317c85b1d" ], "x-ms-correlation-request-id": [ - "4851834b-b6d5-4c88-ac96-1e819be0fefd" + "6b2b0dc9-f273-4fcb-83d5-925317c85b1d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170506Z:4851834b-b6d5-4c88-ac96-1e819be0fefd" + "SOUTHCENTRALUS:20220126T085406Z:6b2b0dc9-f273-4fcb-83d5-925317c85b1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2146,7 +2209,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:05:06 GMT" + "Wed, 26 Jan 2022 08:54:05 GMT" ], "Expires": [ "-1" @@ -2159,15 +2222,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2179,22 +2242,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-request-id": [ - "81641263-7c8d-422b-b95a-f5674e0349fc" + "d6ab1a58-58a5-44e8-aa42-492f4ad8a61c" ], "x-ms-correlation-request-id": [ - "81641263-7c8d-422b-b95a-f5674e0349fc" + "d6ab1a58-58a5-44e8-aa42-492f4ad8a61c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170521Z:81641263-7c8d-422b-b95a-f5674e0349fc" + "SOUTHCENTRALUS:20220126T085421Z:d6ab1a58-58a5-44e8-aa42-492f4ad8a61c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2203,7 +2266,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:05:21 GMT" + "Wed, 26 Jan 2022 08:54:20 GMT" ], "Expires": [ "-1" @@ -2216,15 +2279,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2236,22 +2299,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "32524de0-23a5-4395-8bcf-f722f7e074fa" + "2c162ce1-b4d0-4824-a2d9-3b2ca7fb2c5e" ], "x-ms-correlation-request-id": [ - "32524de0-23a5-4395-8bcf-f722f7e074fa" + "2c162ce1-b4d0-4824-a2d9-3b2ca7fb2c5e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170537Z:32524de0-23a5-4395-8bcf-f722f7e074fa" + "SOUTHCENTRALUS:20220126T085437Z:2c162ce1-b4d0-4824-a2d9-3b2ca7fb2c5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2260,7 +2323,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:05:37 GMT" + "Wed, 26 Jan 2022 08:54:36 GMT" ], "Expires": [ "-1" @@ -2273,15 +2336,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2293,22 +2356,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-request-id": [ - "4abd7327-61d3-4f70-a8da-f0ec112ffc19" + "115faffb-7a0c-4458-8311-bfcaddbeacdd" ], "x-ms-correlation-request-id": [ - "4abd7327-61d3-4f70-a8da-f0ec112ffc19" + "115faffb-7a0c-4458-8311-bfcaddbeacdd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170552Z:4abd7327-61d3-4f70-a8da-f0ec112ffc19" + "SOUTHCENTRALUS:20220126T085452Z:115faffb-7a0c-4458-8311-bfcaddbeacdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2317,7 +2380,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:05:52 GMT" + "Wed, 26 Jan 2022 08:54:52 GMT" ], "Expires": [ "-1" @@ -2330,15 +2393,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2350,22 +2413,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11992" ], "x-ms-request-id": [ - "619817bf-5242-46fe-bba5-f211e7c7d710" + "7cfa63eb-d55b-4f33-9986-3e69a2bf2ee4" ], "x-ms-correlation-request-id": [ - "619817bf-5242-46fe-bba5-f211e7c7d710" + "7cfa63eb-d55b-4f33-9986-3e69a2bf2ee4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170608Z:619817bf-5242-46fe-bba5-f211e7c7d710" + "SOUTHCENTRALUS:20220126T085508Z:7cfa63eb-d55b-4f33-9986-3e69a2bf2ee4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2374,7 +2437,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:06:07 GMT" + "Wed, 26 Jan 2022 08:55:08 GMT" ], "Expires": [ "-1" @@ -2387,15 +2450,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2407,22 +2470,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11991" ], "x-ms-request-id": [ - "27fdb473-98f2-4266-8ac7-9a5c37e6d26e" + "e4785e61-df23-4983-aece-943cc59b8815" ], "x-ms-correlation-request-id": [ - "27fdb473-98f2-4266-8ac7-9a5c37e6d26e" + "e4785e61-df23-4983-aece-943cc59b8815" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170623Z:27fdb473-98f2-4266-8ac7-9a5c37e6d26e" + "SOUTHCENTRALUS:20220126T085523Z:e4785e61-df23-4983-aece-943cc59b8815" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2431,7 +2494,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:06:23 GMT" + "Wed, 26 Jan 2022 08:55:23 GMT" ], "Expires": [ "-1" @@ -2444,15 +2507,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2464,22 +2527,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11990" ], "x-ms-request-id": [ - "5c0aa957-f25b-4c79-a2ae-ca54f2c766e5" + "bb1c45ea-ed66-47b1-a8c8-adbfcd9026ec" ], "x-ms-correlation-request-id": [ - "5c0aa957-f25b-4c79-a2ae-ca54f2c766e5" + "bb1c45ea-ed66-47b1-a8c8-adbfcd9026ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170639Z:5c0aa957-f25b-4c79-a2ae-ca54f2c766e5" + "SOUTHCENTRALUS:20220126T085539Z:bb1c45ea-ed66-47b1-a8c8-adbfcd9026ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2488,7 +2551,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:06:39 GMT" + "Wed, 26 Jan 2022 08:55:39 GMT" ], "Expires": [ "-1" @@ -2501,15 +2564,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2521,22 +2584,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11989" ], "x-ms-request-id": [ - "87a222c8-39d8-404d-a500-bd56a58be154" + "8816baee-b68b-4f00-873d-43b1f50863b3" ], "x-ms-correlation-request-id": [ - "87a222c8-39d8-404d-a500-bd56a58be154" + "8816baee-b68b-4f00-873d-43b1f50863b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170654Z:87a222c8-39d8-404d-a500-bd56a58be154" + "SOUTHCENTRALUS:20220126T085554Z:8816baee-b68b-4f00-873d-43b1f50863b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2545,7 +2608,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:06:54 GMT" + "Wed, 26 Jan 2022 08:55:54 GMT" ], "Expires": [ "-1" @@ -2558,15 +2621,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2578,22 +2641,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11988" ], "x-ms-request-id": [ - "695fa19f-2fe3-43ea-9cc2-cc2c3420daff" + "f336f113-0bbb-4601-a53f-405da1d6ab60" ], "x-ms-correlation-request-id": [ - "695fa19f-2fe3-43ea-9cc2-cc2c3420daff" + "f336f113-0bbb-4601-a53f-405da1d6ab60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170710Z:695fa19f-2fe3-43ea-9cc2-cc2c3420daff" + "SOUTHCENTRALUS:20220126T085610Z:f336f113-0bbb-4601-a53f-405da1d6ab60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2602,7 +2665,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:07:10 GMT" + "Wed, 26 Jan 2022 08:56:09 GMT" ], "Expires": [ "-1" @@ -2615,15 +2678,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2635,22 +2698,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11987" ], "x-ms-request-id": [ - "65b2b868-8062-4b32-a982-c670f862fb60" + "1481fe1b-bf2f-421f-aabc-1b2600e81f3f" ], "x-ms-correlation-request-id": [ - "65b2b868-8062-4b32-a982-c670f862fb60" + "1481fe1b-bf2f-421f-aabc-1b2600e81f3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170725Z:65b2b868-8062-4b32-a982-c670f862fb60" + "SOUTHCENTRALUS:20220126T085625Z:1481fe1b-bf2f-421f-aabc-1b2600e81f3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2659,7 +2722,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:07:25 GMT" + "Wed, 26 Jan 2022 08:56:25 GMT" ], "Expires": [ "-1" @@ -2672,15 +2735,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2692,22 +2755,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11986" ], "x-ms-request-id": [ - "9b6d3d08-5d91-4c9b-8d2e-5125fc86ba16" + "6f40ded3-9aab-4cc0-9b78-b38a073f0f8b" ], "x-ms-correlation-request-id": [ - "9b6d3d08-5d91-4c9b-8d2e-5125fc86ba16" + "6f40ded3-9aab-4cc0-9b78-b38a073f0f8b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170741Z:9b6d3d08-5d91-4c9b-8d2e-5125fc86ba16" + "SOUTHCENTRALUS:20220126T085641Z:6f40ded3-9aab-4cc0-9b78-b38a073f0f8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2716,7 +2779,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:07:40 GMT" + "Wed, 26 Jan 2022 08:56:40 GMT" ], "Expires": [ "-1" @@ -2729,15 +2792,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2749,22 +2812,307 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11985" + ], + "x-ms-request-id": [ + "aa2810c8-2826-4f62-8c63-b24c404bde8f" + ], + "x-ms-correlation-request-id": [ + "aa2810c8-2826-4f62-8c63-b24c404bde8f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T085656Z:aa2810c8-2826-4f62-8c63-b24c404bde8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:56:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "ff0c1a92-5e44-48cb-ab5e-1130b762e8be" + ], + "x-ms-correlation-request-id": [ + "ff0c1a92-5e44-48cb-ab5e-1130b762e8be" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T085712Z:ff0c1a92-5e44-48cb-ab5e-1130b762e8be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:57:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "e9e73325-5876-4434-9c3a-9482ca1f346e" + ], + "x-ms-correlation-request-id": [ + "e9e73325-5876-4434-9c3a-9482ca1f346e" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T085727Z:e9e73325-5876-4434-9c3a-9482ca1f346e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:57:26 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "af904887-8428-4ba3-8b88-a05099732694" + ], + "x-ms-correlation-request-id": [ + "af904887-8428-4ba3-8b88-a05099732694" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T085744Z:af904887-8428-4ba3-8b88-a05099732694" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:57:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "1173edc0-5eed-4cf1-8cf7-3b9ea9eda800" + ], + "x-ms-correlation-request-id": [ + "1173edc0-5eed-4cf1-8cf7-3b9ea9eda800" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T085759Z:1173edc0-5eed-4cf1-8cf7-3b9ea9eda800" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:57:59 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" ], "x-ms-request-id": [ - "75ed2059-7ac6-4189-85e5-0d5a7475c94b" + "3341d3e6-ff8c-4f30-baa7-940f79f5aaf2" ], "x-ms-correlation-request-id": [ - "75ed2059-7ac6-4189-85e5-0d5a7475c94b" + "3341d3e6-ff8c-4f30-baa7-940f79f5aaf2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170756Z:75ed2059-7ac6-4189-85e5-0d5a7475c94b" + "SOUTHCENTRALUS:20220126T085815Z:3341d3e6-ff8c-4f30-baa7-940f79f5aaf2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2773,7 +3121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:07:55 GMT" + "Wed, 26 Jan 2022 08:58:14 GMT" ], "Expires": [ "-1" @@ -2786,15 +3134,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2806,22 +3154,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11979" ], "x-ms-request-id": [ - "24da8418-dd47-4e9b-949d-a5d3385314fb" + "1e89bcd3-3395-424f-9de8-a2f7f7c6e199" ], "x-ms-correlation-request-id": [ - "24da8418-dd47-4e9b-949d-a5d3385314fb" + "1e89bcd3-3395-424f-9de8-a2f7f7c6e199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170812Z:24da8418-dd47-4e9b-949d-a5d3385314fb" + "SOUTHCENTRALUS:20220126T085830Z:1e89bcd3-3395-424f-9de8-a2f7f7c6e199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2830,7 +3178,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:08:11 GMT" + "Wed, 26 Jan 2022 08:58:30 GMT" ], "Expires": [ "-1" @@ -2843,15 +3191,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2863,22 +3211,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11978" ], "x-ms-request-id": [ - "49795fac-c9c9-4bd8-b7ec-722803d8b54a" + "c51e4ca0-fce2-448f-9cdd-569ed65756c0" ], "x-ms-correlation-request-id": [ - "49795fac-c9c9-4bd8-b7ec-722803d8b54a" + "c51e4ca0-fce2-448f-9cdd-569ed65756c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170827Z:49795fac-c9c9-4bd8-b7ec-722803d8b54a" + "SOUTHCENTRALUS:20220126T085846Z:c51e4ca0-fce2-448f-9cdd-569ed65756c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2887,7 +3235,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:08:27 GMT" + "Wed, 26 Jan 2022 08:58:45 GMT" ], "Expires": [ "-1" @@ -2900,15 +3248,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2919,17 +3267,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11977" ], "x-ms-request-id": [ - "2d687335-9022-4b5f-a63b-657ed7c6416b" + "df348637-8b13-44ea-b5a8-7e24ee200502" ], "x-ms-correlation-request-id": [ - "2d687335-9022-4b5f-a63b-657ed7c6416b" + "df348637-8b13-44ea-b5a8-7e24ee200502" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170843Z:2d687335-9022-4b5f-a63b-657ed7c6416b" + "SOUTHCENTRALUS:20220126T085901Z:df348637-8b13-44ea-b5a8-7e24ee200502" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2938,7 +3292,58 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:08:42 GMT" + "Wed, 26 Jan 2022 08:59:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "87744d4e-c8d4-4e9d-b80c-1f97ea9cc5dd" + ], + "x-ms-correlation-request-id": [ + "87744d4e-c8d4-4e9d-b80c-1f97ea9cc5dd" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T085917Z:87744d4e-c8d4-4e9d-b80c-1f97ea9cc5dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:59:16 GMT" ], "Expires": [ "-1" @@ -2951,15 +3356,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDg5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRnNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2971,16 +3376,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11975" ], "x-ms-request-id": [ - "02a3fcb6-0d31-44bd-a05a-91adaa510f0c" + "edfc1ef4-c3b4-48d5-85f0-2c8465a1a411" ], "x-ms-correlation-request-id": [ - "02a3fcb6-0d31-44bd-a05a-91adaa510f0c" + "edfc1ef4-c3b4-48d5-85f0-2c8465a1a411" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170844Z:02a3fcb6-0d31-44bd-a05a-91adaa510f0c" + "SOUTHCENTRALUS:20220126T085917Z:edfc1ef4-c3b4-48d5-85f0-2c8465a1a411" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2989,7 +3394,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 17:08:44 GMT" + "Wed, 26 Jan 2022 08:59:16 GMT" ], "Expires": [ "-1" @@ -3004,28 +3409,28 @@ ], "Names": { "TestVMScaleSetWithDnsSettings": [ - "crptestar4084", - "vmss540", - "crptestar5524" + "crptestar8489", + "vmss1523", + "crptestar7563" ], "CreateVNETWithSubnets": [ - "vn957", - "sn17377", - "sn25617" + "vn9862", + "sn18594", + "sn26969" ], "CreatePublicIP": [ - "pip2851", - "dn4666" + "pip6915", + "dn8639" ], "CreateNIC": [ - "nic3660", - "ip8706" + "nic8381", + "ip5568" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9107", - "vmss1305", - "vmsstestnetconfig4948", - "vmsstestnetconfig4943" + "crptestar7368", + "vmss989", + "vmsstestnetconfig7944", + "vmsstestnetconfig1224" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIP.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIP.json index 265007b192dc5..2a23133108cb8 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIP.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIP.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97b9b7f5-bf2f-478d-952a-594dd5e9acb9" + "1cee913a-353b-4e06-92a7-eca22ea959c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "6132147d-5092-4f82-8ca9-49bc5267bf01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "73020fd1-d995-4783-967d-52079b3cf60d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "9f6497cb-aed8-4a0c-a8fe-4298a34eade6" + "4fb74e51-401f-4d46-9518-e8bbc74aadb9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170844Z:9f6497cb-aed8-4a0c-a8fe-4298a34eade6" + "EASTUS2:20211116T172836Z:4fb74e51-401f-4d46-9518-e8bbc74aadb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:08:44 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3011?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94481?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3011\": \"2021-06-29 17:08:44Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar94481\": \"2021-11-16 17:28:36Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c1c3ee99-df17-4dec-9da4-acb0ff7f8c1a" + "a3b7780e-2610-4db1-a063-29466b96ab1d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "93" + "94" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:28:35 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5152ad75-9f35-431f-8faa-7e96c676cc51" + "afa20091-241b-4424-ab08-cd34ea7d453a" ], "x-ms-correlation-request-id": [ - "5152ad75-9f35-431f-8faa-7e96c676cc51" + "afa20091-241b-4424-ab08-cd34ea7d453a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170845Z:5152ad75-9f35-431f-8faa-7e96c676cc51" + "EASTUS2:20211116T172836Z:afa20091-241b-4424-ab08-cd34ea7d453a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:08:44 GMT" - ], "Content-Length": [ - "228" + "231" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011\",\r\n \"name\": \"crptestar3011\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3011\": \"2021-06-29 17:08:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481\",\r\n \"name\": \"crptestar94481\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar94481\": \"2021-11-16 17:28:36Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3011?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94481?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "afd06eb0-4439-4cfa-92e5-533d28bf7034" + "768f0ae1-26b5-4fb4-b4e9-d77767ad6693" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:08 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "6c406447-3b71-425c-a849-3836e4c38df2" + "b69dcee0-7266-4468-bce4-8614ef2110f5" ], "x-ms-correlation-request-id": [ - "6c406447-3b71-425c-a849-3836e4c38df2" + "b69dcee0-7266-4468-bce4-8614ef2110f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170918Z:6c406447-3b71-425c-a849-3836e4c38df2" + "EASTUS2:20211116T172909Z:b69dcee0-7266-4468-bce4-8614ef2110f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:17 GMT" - ], "Content-Length": [ - "180" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011\",\r\n \"name\": \"crptestar3011\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481\",\r\n \"name\": \"crptestar94481\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Storage/storageAccounts/crptestar8511?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Storage/storageAccounts/crptestar790?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d023e475-18e2-4ca8-9ef6-541be9a1c534" + "703ca3d9-7bc5-43fd-b893-4e55e32eb368" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:28:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/82de01b4-74e2-4fbc-ae5c-7c25a810956e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cb265120-9ea1-4e14-9cc3-ed9696babc8d?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "82de01b4-74e2-4fbc-ae5c-7c25a810956e" + "cb265120-9ea1-4e14-9cc3-ed9696babc8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f5a06010-eb98-4958-a8eb-7de52d2913a0" + "6496bdb4-5d5f-456d-939e-3f18b6e95e9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170847Z:f5a06010-eb98-4958-a8eb-7de52d2913a0" + "EASTUS2:20211116T172838Z:6496bdb4-5d5f-456d-939e-3f18b6e95e9c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:08:47 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/82de01b4-74e2-4fbc-ae5c-7c25a810956e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvODJkZTAxYjQtNzRlMi00ZmJjLWFlNWMtN2MyNWE4MTA5NTZlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cb265120-9ea1-4e14-9cc3-ed9696babc8d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvY2IyNjUxMjAtOWVhMS00ZTE0LTljYzMtZWQ5Njk2YmFiYzhkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:28:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a5152c40-e176-4cd6-9364-8b91c0b7ee94" + "d47842ed-2e49-4e1a-82be-90a44b184822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11978" ], "x-ms-correlation-request-id": [ - "50288669-b07d-4475-84a7-659a7e3ab74f" + "4db8b14e-09b3-40dd-a498-addf1d12d489" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170904Z:50288669-b07d-4475-84a7-659a7e3ab74f" + "EASTUS2:20211116T172855Z:4db8b14e-09b3-40dd-a498-addf1d12d489" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:04 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd545742-5b43-4815-b8cb-3f8b880c624f" + "545c86c1-6990-457d-9be5-fea15b4d220b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "31fb9cc1-16ba-4b9b-83c6-dede6d25dc75" + "211be6dd-a188-4c94-aefc-d40722711693" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11977" ], "x-ms-correlation-request-id": [ - "7b4361f5-2155-4272-a934-ac892d62a6b7" + "cfdc39e4-7f9c-45d8-8fba-5602ecb80967" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170914Z:7b4361f5-2155-4272-a934-ac892d62a6b7" + "EASTUS2:20211116T172905Z:cfdc39e4-7f9c-45d8-8fba-5602ecb80967" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:14 GMT" - ], "Content-Length": [ - "741" + "736" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Storage/storageAccounts/crptestar8511\",\r\n \"name\": \"crptestar8511\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:08:45.6780246Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8511.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8511.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8511.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8511.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Storage/storageAccounts/crptestar790\",\r\n \"name\": \"crptestar790\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T17:28:36.8282014Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar790.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar790.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar790.table.core.windows.net/\",\r\n \"file\": \"https://crptestar790.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Storage/storageAccounts/crptestar8511?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Storage/storageAccounts/crptestar790?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzkwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8875fa96-72b8-41f9-bffa-8153603630ad" + "da5f400a-42c1-4a4a-9571-a8271b15edad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "54ee20ff-57e7-4389-bac1-d5b60f82ac1f" + "787c537f-6c89-4744-9415-4e8308f58549" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11976" ], "x-ms-correlation-request-id": [ - "eae5e906-59bb-430c-b443-7f1ec3d6b631" + "22039353-b781-40a9-b4b8-756f5a169843" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170914Z:eae5e906-59bb-430c-b443-7f1ec3d6b631" + "EASTUS2:20211116T172905Z:22039353-b781-40a9-b4b8-756f5a169843" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:14 GMT" - ], "Content-Length": [ - "729" + "724" ], "Content-Type": [ "application/json" @@ -457,80 +457,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Storage/storageAccounts/crptestar8511\",\r\n \"name\": \"crptestar8511\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:08:45.6780246Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8511.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8511.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8511.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8511.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Storage/storageAccounts/crptestar790\",\r\n \"name\": \"crptestar790\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T17:28:36.8282014Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar790.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar790.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar790.table.core.windows.net/\",\r\n \"file\": \"https://crptestar790.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc3Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MjYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn1207\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn21099\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn12078\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn29591\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fb77115c-1e14-4bab-90d5-ac723e4e092a" + "703c3a09-3dd9-4e6b-a890-2676b9d2b40f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "521" + "522" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a70bb66e-01e1-4304-ba30-fc9b532e2549" + "92331b6f-de8c-49ba-abab-516393e54d78" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a70bb66e-01e1-4304-ba30-fc9b532e2549?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/92331b6f-de8c-49ba-abab-516393e54d78?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a20221f1-c591-4dcc-a040-f5ef9cfdc456" + "f3deb1c3-5378-4143-9321-19c97a2b1402" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "99c86035-d4fc-4be2-8ae8-42ab1954755c" + "5e5e5428-4bcd-4c93-9bf3-863073ea4d0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170915Z:a20221f1-c591-4dcc-a040-f5ef9cfdc456" + "EASTUS2:20211116T172906Z:f3deb1c3-5378-4143-9321-19c97a2b1402" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:14 GMT" - ], "Content-Length": [ - "1920" + "1925" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7767\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767\",\r\n \"etag\": \"W/\\\"5b7cd755-9a0c-48d4-85c4-6f86b9dc8c04\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"30bd5781-c5fd-479a-9567-d22c20e549fd\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn1207\",\r\n \"etag\": \"W/\\\"5b7cd755-9a0c-48d4-85c4-6f86b9dc8c04\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21099\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\",\r\n \"etag\": \"W/\\\"5b7cd755-9a0c-48d4-85c4-6f86b9dc8c04\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn4263\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263\",\r\n \"etag\": \"W/\\\"b559419f-a27d-4ddd-bbba-5869db584df9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"38cb9ed7-7876-4823-9fd1-89271d024c02\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn12078\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn12078\",\r\n \"etag\": \"W/\\\"b559419f-a27d-4ddd-bbba-5869db584df9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn29591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\",\r\n \"etag\": \"W/\\\"b559419f-a27d-4ddd-bbba-5869db584df9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a70bb66e-01e1-4304-ba30-fc9b532e2549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E3MGJiNjZlLTAxZTEtNDMwNC1iYTMwLWZjOWI1MzJlMjU0OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/92331b6f-de8c-49ba-abab-516393e54d78?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkyMzMxYjZmLWRlOGMtNDliYS1hYmFiLTUxNjM5M2U1NGQ3OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "35ba0cb8-3213-4400-8d52-4ec12270f24a" + "41bb0f51-7ba1-4908-a9fe-cd49f7bb0b6f" ], "x-ms-correlation-request-id": [ - "ca599455-4881-4b27-b078-ffa4e7a8538a" + "6dfed9ff-fcca-4e4f-be4d-c137b531ea18" ], "x-ms-arm-service-request-id": [ - "6d98f89c-3320-49d5-b62c-d04bf9dac500" + "3c4dbeab-febf-4aeb-9e34-7ddc3067856e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170918Z:ca599455-4881-4b27-b078-ffa4e7a8538a" + "EASTUS2:20211116T172909Z:6dfed9ff-fcca-4e4f-be4d-c137b531ea18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:17 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc3Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MjYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"502c3f5c-3ef4-4aae-a9c0-1eb0b75404d9\"" + "W/\"b74ae411-f4be-4acc-8444-2945485594ee\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9183b98b-1d15-441f-ae36-ec6af81e73f7" + "67df9142-e24a-4de6-b8cd-6b21e3b6d308" ], "x-ms-correlation-request-id": [ - "8a97704a-11e7-42b6-91d3-05c08961856e" + "2881f5fa-2daf-493b-9fbd-dc15cc4d098e" ], "x-ms-arm-service-request-id": [ - "39723902-1750-4bc8-bd0e-f74524f25928" + "39b97a68-ecce-4ebc-b870-95e236543883" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170918Z:8a97704a-11e7-42b6-91d3-05c08961856e" + "EASTUS2:20211116T172909Z:2881f5fa-2daf-493b-9fbd-dc15cc4d098e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:17 GMT" - ], "Content-Length": [ - "1923" + "1928" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7767\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767\",\r\n \"etag\": \"W/\\\"502c3f5c-3ef4-4aae-a9c0-1eb0b75404d9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"30bd5781-c5fd-479a-9567-d22c20e549fd\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn1207\",\r\n \"etag\": \"W/\\\"502c3f5c-3ef4-4aae-a9c0-1eb0b75404d9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21099\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\",\r\n \"etag\": \"W/\\\"502c3f5c-3ef4-4aae-a9c0-1eb0b75404d9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn4263\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263\",\r\n \"etag\": \"W/\\\"b74ae411-f4be-4acc-8444-2945485594ee\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38cb9ed7-7876-4823-9fd1-89271d024c02\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn12078\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn12078\",\r\n \"etag\": \"W/\\\"b74ae411-f4be-4acc-8444-2945485594ee\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn29591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\",\r\n \"etag\": \"W/\\\"b74ae411-f4be-4acc-8444-2945485594ee\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/publicIPAddresses/pip6741?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY3NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/publicIPAddresses/pip2752?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNzUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4714\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8471\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ce85485-70a6-4400-b3b6-19d48280fd3d" + "9d6690e6-b26f-4617-bf71-6f5bed5021af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -696,48 +696,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:09 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2625c5ea-2f9c-42ef-9038-bffbe70a68a5" + "5cdb4465-8a22-438b-b71d-2eb10137fdf2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/2625c5ea-2f9c-42ef-9038-bffbe70a68a5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5cdb4465-8a22-438b-b71d-2eb10137fdf2?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "de30c95e-d710-49d6-a18b-2613c975feb4" + "2d2c0532-91d9-46ff-b027-268c95e42551" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "612833f7-0b36-46cb-8eb8-119d68971996" + "6d5bb3dd-6658-4def-9b3b-b5082f52d603" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170919Z:de30c95e-d710-49d6-a18b-2613c975feb4" + "EASTUS2:20211116T172909Z:2d2c0532-91d9-46ff-b027-268c95e42551" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:18 GMT" - ], "Content-Length": [ - "757" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -746,19 +746,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/publicIPAddresses/pip6741\",\r\n \"etag\": \"W/\\\"4a7fe525-9d25-4cea-a315-68f42e1abdb8\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7fea2bdf-b13a-4bb4-9675-54739ecab00c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4714\",\r\n \"fqdn\": \"dn4714.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2752\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/publicIPAddresses/pip2752\",\r\n \"etag\": \"W/\\\"2dd9e6c1-17d4-46d4-a8ef-ebd83da58f25\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"28f9d439-2cb7-411b-9044-1fd8e54b9beb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8471\",\r\n \"fqdn\": \"dn8471.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/2625c5ea-2f9c-42ef-9038-bffbe70a68a5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI2MjVjNWVhLTJmOWMtNDJlZi05MDM4LWJmZmJlNzBhNjhhNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5cdb4465-8a22-438b-b71d-2eb10137fdf2?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVjZGI0NDY1LThhMjItNDM4Yi1iNzFkLTJlYjEwMTM3ZmRmMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -766,37 +766,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "102b1bd9-8220-4d2a-9c92-387046f23fb8" + "63eb92be-b106-414c-ae4f-33f60b542136" ], "x-ms-correlation-request-id": [ - "046d9fde-77f8-41be-a142-2311bde50c9c" + "2d27683b-998a-4b24-b8ee-367f93e1daa8" ], "x-ms-arm-service-request-id": [ - "d2eb8166-36d1-4afb-8791-b06a4ebe48f9" + "dc649888-345e-450f-9c67-ed180fa89200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170920Z:046d9fde-77f8-41be-a142-2311bde50c9c" + "EASTUS2:20211116T172910Z:2d27683b-998a-4b24-b8ee-367f93e1daa8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:19 GMT" - ], "Content-Length": [ "29" ], @@ -811,15 +811,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/publicIPAddresses/pip6741?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY3NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/publicIPAddresses/pip2752?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNzUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -827,42 +827,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fed472d1-2c03-4cc8-b235-3730c7a0449e\"" + "W/\"cbc88ed1-76ab-45d7-83a4-be96db3ec85e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ca9db19d-8745-4e40-b577-4fd930aa5178" + "9adcd56c-6f1b-4618-a5c2-67a4f71ae63a" ], "x-ms-correlation-request-id": [ - "51e59fae-6195-4353-b27e-ebcccd361469" + "cc36bf8a-3868-4974-91f9-80427decaebd" ], "x-ms-arm-service-request-id": [ - "e9b45ad8-4c37-40b4-a8b9-dfe1931eee53" + "b87f3d24-f233-44f9-93a0-117f5e917c26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170920Z:51e59fae-6195-4353-b27e-ebcccd361469" + "EASTUS2:20211116T172910Z:cc36bf8a-3868-4974-91f9-80427decaebd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:19 GMT" - ], "Content-Length": [ - "758" + "759" ], "Content-Type": [ "application/json; charset=utf-8" @@ -871,25 +871,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/publicIPAddresses/pip6741\",\r\n \"etag\": \"W/\\\"fed472d1-2c03-4cc8-b235-3730c7a0449e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7fea2bdf-b13a-4bb4-9675-54739ecab00c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4714\",\r\n \"fqdn\": \"dn4714.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2752\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/publicIPAddresses/pip2752\",\r\n \"etag\": \"W/\\\"cbc88ed1-76ab-45d7-83a4-be96db3ec85e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28f9d439-2cb7-411b-9044-1fd8e54b9beb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8471\",\r\n \"fqdn\": \"dn8471.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/publicIPAddresses/pip6741?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY3NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/publicIPAddresses/pip2752?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNzUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef92ad86-b5e2-4c1d-837b-135047fc8ed6" + "5373952b-baec-42cc-975b-b40d0f590161" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fed472d1-2c03-4cc8-b235-3730c7a0449e\"" + "W/\"cbc88ed1-76ab-45d7-83a4-be96db3ec85e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4d50d67c-6f92-47ee-8e68-30bf811bc3b7" + "7881c0e1-8d3b-4d0a-b964-096b44d14b10" ], "x-ms-correlation-request-id": [ - "bf05a134-c59b-44ee-be98-3c2c2f4f44de" + "46b2cf7e-4373-4589-baa8-c196fe71937a" ], "x-ms-arm-service-request-id": [ - "6be8e2ae-9e1c-493b-94f5-09ea269262ae" + "d06d81dc-6123-4427-99b7-96e9caa403d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170920Z:bf05a134-c59b-44ee-be98-3c2c2f4f44de" + "EASTUS2:20211116T172910Z:46b2cf7e-4373-4589-baa8-c196fe71937a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:19 GMT" - ], "Content-Length": [ - "758" + "759" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,77 +941,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/publicIPAddresses/pip6741\",\r\n \"etag\": \"W/\\\"fed472d1-2c03-4cc8-b235-3730c7a0449e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7fea2bdf-b13a-4bb4-9675-54739ecab00c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4714\",\r\n \"fqdn\": \"dn4714.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2752\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/publicIPAddresses/pip2752\",\r\n \"etag\": \"W/\\\"cbc88ed1-76ab-45d7-83a4-be96db3ec85e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28f9d439-2cb7-411b-9044-1fd8e54b9beb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8471\",\r\n \"fqdn\": \"dn8471.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MjAwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn21099\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\r\n }\r\n },\r\n \"name\": \"ip2541\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn29591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\r\n }\r\n },\r\n \"name\": \"ip1343\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a518f2c0-6d45-4a4d-8ef1-4a729c65e17e" + "937d567a-090e-4289-96e1-76a173d5ce56" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "744" + "745" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a9381bea-1e3e-4dc3-94ef-ca2ed9656428" + "6e19753e-07ce-403e-a204-c567d87c45ba" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a9381bea-1e3e-4dc3-94ef-ca2ed9656428?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6e19753e-07ce-403e-a204-c567d87c45ba?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "98b1c01a-47cd-472d-9362-40b6d832ff2f" + "9d25ae29-5f40-44f4-83f7-d993b0eb9799" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "49999ba3-559a-49e5-a89f-62503500839d" + "82307094-e08d-49ce-822f-a040ac773c46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170920Z:98b1c01a-47cd-472d-9362-40b6d832ff2f" + "EASTUS2:20211116T172911Z:9d25ae29-5f40-44f4-83f7-d993b0eb9799" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:20 GMT" - ], "Content-Length": [ - "1626" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1020,19 +1020,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150\",\r\n \"etag\": \"W/\\\"21ac164f-140e-47b0-babb-5de62398e033\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81dc2f9d-86b0-4929-a669-f9420208ed51\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150/ipConfigurations/ip2541\",\r\n \"etag\": \"W/\\\"21ac164f-140e-47b0-babb-5de62398e033\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\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\": \"qfl10mh3ywnepflh0iwcbzkj5f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9200\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200\",\r\n \"etag\": \"W/\\\"248c54d0-8a43-4b9f-a405-60cc607298ac\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37c6885c-fff2-4eb1-8ed8-8cf55c9aa7b5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200/ipConfigurations/ip1343\",\r\n \"etag\": \"W/\\\"248c54d0-8a43-4b9f-a405-60cc607298ac\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\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\": \"04pmwodwparurh4rretr0asmac.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MjAwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1040,42 +1040,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"21ac164f-140e-47b0-babb-5de62398e033\"" + "W/\"248c54d0-8a43-4b9f-a405-60cc607298ac\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "137e2279-97b8-4801-9dba-911ad2fe31ab" + "57a82bcf-ba7f-4ab7-910a-fe2796cb87e4" ], "x-ms-correlation-request-id": [ - "86606736-6b3a-4765-8592-bc79d4755fc9" + "2df90cd2-7254-470d-8f7a-188010790bf6" ], "x-ms-arm-service-request-id": [ - "116632ec-b26a-4a6d-b293-927137f208dc" + "9298d95e-052a-4145-9025-feb0cb487464" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170920Z:86606736-6b3a-4765-8592-bc79d4755fc9" + "EASTUS2:20211116T172911Z:2df90cd2-7254-470d-8f7a-188010790bf6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:20 GMT" - ], "Content-Length": [ - "1626" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1084,25 +1084,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150\",\r\n \"etag\": \"W/\\\"21ac164f-140e-47b0-babb-5de62398e033\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81dc2f9d-86b0-4929-a669-f9420208ed51\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150/ipConfigurations/ip2541\",\r\n \"etag\": \"W/\\\"21ac164f-140e-47b0-babb-5de62398e033\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\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\": \"qfl10mh3ywnepflh0iwcbzkj5f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9200\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200\",\r\n \"etag\": \"W/\\\"248c54d0-8a43-4b9f-a405-60cc607298ac\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37c6885c-fff2-4eb1-8ed8-8cf55c9aa7b5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200/ipConfigurations/ip1343\",\r\n \"etag\": \"W/\\\"248c54d0-8a43-4b9f-a405-60cc607298ac\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\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\": \"04pmwodwparurh4rretr0asmac.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MjAwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4368f8c2-5c74-4071-8989-e6b1685bdf55" + "d89daf08-50b5-4fe2-9768-c5b17c434efc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"21ac164f-140e-47b0-babb-5de62398e033\"" + "W/\"248c54d0-8a43-4b9f-a405-60cc607298ac\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "464512eb-1554-4564-87dd-676f6f0dff09" + "eaced666-635e-4879-9c17-a6a277db638d" ], "x-ms-correlation-request-id": [ - "ea40f646-9be2-4ef0-8d23-9fd2ee86a1f6" + "0912713d-2ba3-4735-9947-4a4003cad218" ], "x-ms-arm-service-request-id": [ - "2bd0eb9b-bef5-4224-93f2-975fd9a4886b" + "6206a348-aa13-497a-aefc-8b5ac4cfbfdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170920Z:ea40f646-9be2-4ef0-8d23-9fd2ee86a1f6" + "EASTUS2:20211116T172911Z:0912713d-2ba3-4735-9947-4a4003cad218" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:20 GMT" - ], "Content-Length": [ - "1626" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,26 +1154,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150\",\r\n \"etag\": \"W/\\\"21ac164f-140e-47b0-babb-5de62398e033\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81dc2f9d-86b0-4929-a669-f9420208ed51\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/networkInterfaces/nic4150/ipConfigurations/ip2541\",\r\n \"etag\": \"W/\\\"21ac164f-140e-47b0-babb-5de62398e033\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\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\": \"qfl10mh3ywnepflh0iwcbzkj5f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9200\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200\",\r\n \"etag\": \"W/\\\"248c54d0-8a43-4b9f-a405-60cc607298ac\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37c6885c-fff2-4eb1-8ed8-8cf55c9aa7b5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/networkInterfaces/nic9200/ipConfigurations/ip1343\",\r\n \"etag\": \"W/\\\"248c54d0-8a43-4b9f-a405-60cc607298ac\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\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\": \"04pmwodwparurh4rretr0asmac.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MTUxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI3NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar8511.blob.core.windows.net/crptestar8468\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4290\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8901\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6337\"\r\n }\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar790.blob.core.windows.net/crptestar2925\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2709\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5364\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2899\"\r\n }\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b35fdaa-92a9-474d-b7dc-7480c1efa669" + "1f395b13-61de-4dbc-9010-1c72262f1d8b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1186,14 +1186,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1208,29 +1215,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41c790a0-58b9-49f5-86df-d5caa4e0ce9b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8e3f2099-154b-44bb-9162-c98aef6a7d52" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5a88bce6-f1cf-47c5-8957-02a8b0c4046f" + "10f50d45-ae38-4afa-a517-c088497a65e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170922Z:5a88bce6-f1cf-47c5-8957-02a8b0c4046f" + "EASTUS2:20211116T172912Z:10f50d45-ae38-4afa-a517-c088497a65e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:22 GMT" - ], "Content-Length": [ - "3336" + "3337" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1239,32 +1239,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7151\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar8511.blob.core.windows.net/crptestar8468\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4290\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8901\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6337\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"72f90375-65bb-4e46-8eda-68a33df1cc88\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6275\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar790.blob.core.windows.net/crptestar2925\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2709\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5364\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2899\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0c48810c-b945-45e7-8c0c-fff28c164404\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQxYzc5MGEwLTU4YjktNDlmNS04NmRmLWQ1Y2FhNGUwY2U5Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlM2YyMDk5LTE1NGItNDRiYi05MTYyLWM5OGFlZjZhN2Q1Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:29:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1272,27 +1279,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6850e0bf-ad50-410c-a636-44870879e0a3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b6cb5c75-ad8b-4019-966e-774a13c69c82" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-correlation-request-id": [ - "bbabb282-3d71-462a-91cd-3b65cf8a9a0d" + "d5a7810f-51bd-45c3-a1c2-70e4dd227a36" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T170932Z:bbabb282-3d71-462a-91cd-3b65cf8a9a0d" + "EASTUS2:20211116T172922Z:d5a7810f-51bd-45c3-a1c2-70e4dd227a36" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:09:32 GMT" - ], "Content-Length": [ "134" ], @@ -1303,29 +1303,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:09:21.5284095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c790a0-58b9-49f5-86df-d5caa4e0ce9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:29:11.7317876+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e3f2099-154b-44bb-9162-c98aef6a7d52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQxYzc5MGEwLTU4YjktNDlmNS04NmRmLWQ1Y2FhNGUwY2U5Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlM2YyMDk5LTE1NGItNDRiYi05MTYyLWM5OGFlZjZhN2Q1Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:30:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1333,27 +1340,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f736b83-7502-4129-adb5-02855bd35adc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1e4fe7f1-716b-4358-91d1-94721c6e2da0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "0929bb55-5aa1-4c9b-b2c3-006a460d9c47" + "4cf4a2e0-e5a0-4f33-9c9a-f73587e3822a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171109Z:0929bb55-5aa1-4c9b-b2c3-006a460d9c47" + "EASTUS2:20211116T173100Z:4cf4a2e0-e5a0-4f33-9c9a-f73587e3822a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:11:08 GMT" - ], "Content-Length": [ "134" ], @@ -1364,29 +1364,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:09:21.5284095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c790a0-58b9-49f5-86df-d5caa4e0ce9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:29:11.7317876+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e3f2099-154b-44bb-9162-c98aef6a7d52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQxYzc5MGEwLTU4YjktNDlmNS04NmRmLWQ1Y2FhNGUwY2U5Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlM2YyMDk5LTE1NGItNDRiYi05MTYyLWM5OGFlZjZhN2Q1Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:32:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1394,27 +1401,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ff2f396-bce3-468a-92bc-a5543fe34e8e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ddbae4d4-a7e3-4401-b00b-4eb45a36d14d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "6b0d1d30-f160-4caa-a0c3-5d8ddd7c9e63" + "b669e6ce-03b4-477f-ab2e-e1668cb97e54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171246Z:6b0d1d30-f160-4caa-a0c3-5d8ddd7c9e63" + "EASTUS2:20211116T173237Z:b669e6ce-03b4-477f-ab2e-e1668cb97e54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:12:46 GMT" - ], "Content-Length": [ "134" ], @@ -1425,29 +1425,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:09:21.5284095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c790a0-58b9-49f5-86df-d5caa4e0ce9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:29:11.7317876+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e3f2099-154b-44bb-9162-c98aef6a7d52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQxYzc5MGEwLTU4YjktNDlmNS04NmRmLWQ1Y2FhNGUwY2U5Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlM2YyMDk5LTE1NGItNDRiYi05MTYyLWM5OGFlZjZhN2Q1Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:34:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1455,27 +1462,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c24c3202-c8fd-48a4-bde1-18714b71395e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9e0236df-49b8-4739-931d-6b26ab4cb6c4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "c5bdf618-187b-43c6-8f4e-bc8519b32999" + "9d7805f0-e6ea-4fc5-ab34-4accd31d7bb1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171423Z:c5bdf618-187b-43c6-8f4e-bc8519b32999" + "EASTUS2:20211116T173414Z:9d7805f0-e6ea-4fc5-ab34-4accd31d7bb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:14:23 GMT" - ], "Content-Length": [ "134" ], @@ -1486,57 +1486,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:09:21.5284095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c790a0-58b9-49f5-86df-d5caa4e0ce9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:29:11.7317876+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e3f2099-154b-44bb-9162-c98aef6a7d52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQxYzc5MGEwLTU4YjktNDlmNS04NmRmLWQ1Y2FhNGUwY2U5Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlM2YyMDk5LTE1NGItNDRiYi05MTYyLWM5OGFlZjZhN2Q1Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:35:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2a2a6d4-4969-4db3-b7b8-743fff56b33f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ec1620c-ef34-40c6-8e8f-ff8cf37659ad" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "e2341291-7ae4-449c-ae60-0bf6cddcc9c2" + "42bd72a3-8cea-461c-bd15-a326437d713c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171600Z:e2341291-7ae4-449c-ae60-0bf6cddcc9c2" + "EASTUS2:20211116T173551Z:42bd72a3-8cea-461c-bd15-a326437d713c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:16:00 GMT" - ], "Content-Length": [ "134" ], @@ -1547,29 +1547,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:09:21.5284095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c790a0-58b9-49f5-86df-d5caa4e0ce9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:29:11.7317876+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e3f2099-154b-44bb-9162-c98aef6a7d52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQxYzc5MGEwLTU4YjktNDlmNS04NmRmLWQ1Y2FhNGUwY2U5Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlM2YyMDk5LTE1NGItNDRiYi05MTYyLWM5OGFlZjZhN2Q1Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:37:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1577,27 +1584,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5fad411f-1943-4543-add1-0efac8a57ea0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "86ac49d4-1704-4d1e-9fff-1140297cd478" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "7100ee6c-75ee-4e15-a6b9-191e7326afb0" + "3449f335-c310-4ee2-854a-3302c273a4e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171737Z:7100ee6c-75ee-4e15-a6b9-191e7326afb0" + "EASTUS2:20211116T173728Z:3449f335-c310-4ee2-854a-3302c273a4e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:17:37 GMT" - ], "Content-Length": [ "134" ], @@ -1608,29 +1608,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:09:21.5284095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c790a0-58b9-49f5-86df-d5caa4e0ce9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:29:11.7317876+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e3f2099-154b-44bb-9162-c98aef6a7d52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/41c790a0-58b9-49f5-86df-d5caa4e0ce9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQxYzc5MGEwLTU4YjktNDlmNS04NmRmLWQ1Y2FhNGUwY2U5Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8e3f2099-154b-44bb-9162-c98aef6a7d52?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlM2YyMDk5LTE1NGItNDRiYi05MTYyLWM5OGFlZjZhN2Q1Mj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:39:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" ], @@ -1638,29 +1645,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "370b3513-52ae-432e-985d-fcd482e00585" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e3096980-d73e-4991-a67d-4fe4922d053c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "8d5387cf-5e56-4124-9cef-8150ab2ceba3" + "d6f591f1-1257-44bc-9eda-e177ddf14865" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171915Z:8d5387cf-5e56-4124-9cef-8150ab2ceba3" + "EASTUS2:20211116T173905Z:d6f591f1-1257-44bc-9eda-e177ddf14865" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:19:14 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1669,29 +1669,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:09:21.5284095+00:00\",\r\n \"endTime\": \"2021-06-29T17:19:12.6244754+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"41c790a0-58b9-49f5-86df-d5caa4e0ce9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:29:11.7317876+00:00\",\r\n \"endTime\": \"2021-11-16T17:38:34.689674+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8e3f2099-154b-44bb-9162-c98aef6a7d52\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MTUxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI3NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:39:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], @@ -1699,29 +1706,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "52153371-7572-4dfd-a944-7f1b7fbb2f2a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9e78bd1a-94b3-476e-b1f4-739a01e7015e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "3c439c6c-5bfb-48e8-bb5a-633c4d01e566" + "786695da-cfc6-46f0-a77e-ca86811d1c23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171915Z:3c439c6c-5bfb-48e8-bb5a-633c4d01e566" + "EASTUS2:20211116T173905Z:786695da-cfc6-46f0-a77e-ca86811d1c23" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:19:14 GMT" - ], "Content-Length": [ - "3337" + "3338" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1730,35 +1730,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7151\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar8511.blob.core.windows.net/crptestar8468\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4290\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8901\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6337\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"72f90375-65bb-4e46-8eda-68a33df1cc88\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6275\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar790.blob.core.windows.net/crptestar2925\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2709\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5364\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2899\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0c48810c-b945-45e7-8c0c-fff28c164404\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MTUxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI3NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12bfc6e9-ae3d-4be9-b8b2-09b77266f58c" + "b3ca2653-5496-4e7d-8d25-863646921499" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:39:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], @@ -1766,29 +1773,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae194144-459a-41e2-8a95-c68d375ace05" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "205fcfe9-0865-4db1-962c-54765cce851f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "3dfb32e6-0441-49bb-b513-bc36815b40dc" + "bc6fb8e8-3d3d-4945-b9e7-6f38ece34a22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171915Z:3dfb32e6-0441-49bb-b513-bc36815b40dc" + "EASTUS2:20211116T173905Z:bc6fb8e8-3d3d-4945-b9e7-6f38ece34a22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:19:14 GMT" - ], "Content-Length": [ - "3337" + "3338" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,35 +1797,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7151\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar8511.blob.core.windows.net/crptestar8468\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4290\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8901\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6337\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"72f90375-65bb-4e46-8eda-68a33df1cc88\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6275\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar790.blob.core.windows.net/crptestar2925\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2709\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5364\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2899\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0c48810c-b945-45e7-8c0c-fff28c164404\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MTUxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI3NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b36063c-9cff-458a-a846-a43ef0cdbed3" + "b25d3e89-c198-49e6-8686-a7ef966fb5a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:39:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], @@ -1833,29 +1840,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "450727f1-0df8-4621-b630-c4e6817034a6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a8786ab3-7da6-45ea-a908-505c0b53dec9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "3543aa6c-8be3-4559-bcfa-97f3e7ec19b8" + "fa7213e6-8945-4f67-b084-440a7c6937e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171915Z:3543aa6c-8be3-4559-bcfa-97f3e7ec19b8" + "EASTUS2:20211116T173905Z:fa7213e6-8945-4f67-b084-440a7c6937e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:19:14 GMT" - ], "Content-Length": [ - "3337" + "3338" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1864,25 +1864,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7151\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7151\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar8511.blob.core.windows.net/crptestar8468\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4290\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8901\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname6337\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3011/providers/Microsoft.Network/virtualNetworks/vn7767/subnets/sn21099\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"72f90375-65bb-4e46-8eda-68a33df1cc88\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6275\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6275\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar790.blob.core.windows.net/crptestar2925\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2709\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5364\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2899\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94481/providers/Microsoft.Network/virtualNetworks/vn4263/subnets/sn29591\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0c48810c-b945-45e7-8c0c-fff28c164404\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3011?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94481?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98bbb48a-b960-4395-85a3-be87fd88e5fc" + "4d569bda-cce2-4582-974c-cde5e8cbff2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1890,11 +1890,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:39:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1903,13 +1906,13 @@ "14999" ], "x-ms-request-id": [ - "d79d3f4f-d602-4e11-a85c-19a7f2527276" + "4a8a1459-5849-4e4c-9b3d-a0dc75f6c606" ], "x-ms-correlation-request-id": [ - "d79d3f4f-d602-4e11-a85c-19a7f2527276" + "4a8a1459-5849-4e4c-9b3d-a0dc75f6c606" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T171915Z:d79d3f4f-d602-4e11-a85c-19a7f2527276" + "EASTUS2:20211116T173905Z:4a8a1459-5849-4e4c-9b3d-a0dc75f6c606" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1917,86 +1920,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:19:14 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "6e13d7c0-64d1-4600-a704-93d6879051de" - ], - "x-ms-correlation-request-id": [ - "6e13d7c0-64d1-4600-a704-93d6879051de" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T171930Z:6e13d7c0-64d1-4600-a704-93d6879051de" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 17:19:30 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2004,83 +1947,29 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "256a2e35-923d-4ae0-be4b-13cfc1e00501" - ], - "x-ms-correlation-request-id": [ - "256a2e35-923d-4ae0-be4b-13cfc1e00501" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T171945Z:256a2e35-923d-4ae0-be4b-13cfc1e00501" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 17:19:45 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 17:39:19 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-request-id": [ - "6f9baa51-598d-4770-8090-6827427451b2" + "4a63c20c-6513-4538-abf3-914b65f56cd4" ], "x-ms-correlation-request-id": [ - "6f9baa51-598d-4770-8090-6827427451b2" + "4a63c20c-6513-4538-abf3-914b65f56cd4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172000Z:6f9baa51-598d-4770-8090-6827427451b2" + "EASTUS2:20211116T173920Z:4a63c20c-6513-4538-abf3-914b65f56cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2088,29 +1977,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:19:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2118,26 +2004,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:39:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-request-id": [ - "b2a839e1-abd5-4198-be21-50530a4871d9" + "ae9ffcb8-7ada-4d2a-8770-5b008cfd5566" ], "x-ms-correlation-request-id": [ - "b2a839e1-abd5-4198-be21-50530a4871d9" + "ae9ffcb8-7ada-4d2a-8770-5b008cfd5566" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172015Z:b2a839e1-abd5-4198-be21-50530a4871d9" + "EASTUS2:20211116T173935Z:ae9ffcb8-7ada-4d2a-8770-5b008cfd5566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2145,29 +2034,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:20:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2175,26 +2061,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:39:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-request-id": [ - "10aca1a4-673d-4c7b-bf82-ec30069f38b7" + "fd0cfc3e-1e0f-4aa1-b89f-0168c0140178" ], "x-ms-correlation-request-id": [ - "10aca1a4-673d-4c7b-bf82-ec30069f38b7" + "fd0cfc3e-1e0f-4aa1-b89f-0168c0140178" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172030Z:10aca1a4-673d-4c7b-bf82-ec30069f38b7" + "EASTUS2:20211116T173950Z:fd0cfc3e-1e0f-4aa1-b89f-0168c0140178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2202,29 +2091,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:20:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2232,26 +2118,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:40:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-request-id": [ - "9e5bdae8-b6a3-4547-a139-d3f63882ea29" + "7dbd1728-3818-469a-b642-0a239bb901e6" ], "x-ms-correlation-request-id": [ - "9e5bdae8-b6a3-4547-a139-d3f63882ea29" + "7dbd1728-3818-469a-b642-0a239bb901e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172045Z:9e5bdae8-b6a3-4547-a139-d3f63882ea29" + "EASTUS2:20211116T174005Z:7dbd1728-3818-469a-b642-0a239bb901e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2259,29 +2148,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:20:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2289,26 +2175,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:40:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11995" ], "x-ms-request-id": [ - "79bd8ccb-81c4-4d32-b889-9a2cea4af0d9" + "65dc2d15-fe7d-4f44-a4a5-0b812c526951" ], "x-ms-correlation-request-id": [ - "79bd8ccb-81c4-4d32-b889-9a2cea4af0d9" + "65dc2d15-fe7d-4f44-a4a5-0b812c526951" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172100Z:79bd8ccb-81c4-4d32-b889-9a2cea4af0d9" + "EASTUS2:20211116T174020Z:65dc2d15-fe7d-4f44-a4a5-0b812c526951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2316,29 +2205,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:20:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2346,26 +2232,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:40:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-request-id": [ - "1d9cf9ee-1e3a-40d2-b702-264b3d2dbf94" + "a06bb608-46ee-40db-9dfc-93fb4bd695ae" ], "x-ms-correlation-request-id": [ - "1d9cf9ee-1e3a-40d2-b702-264b3d2dbf94" + "a06bb608-46ee-40db-9dfc-93fb4bd695ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172115Z:1d9cf9ee-1e3a-40d2-b702-264b3d2dbf94" + "EASTUS2:20211116T174035Z:a06bb608-46ee-40db-9dfc-93fb4bd695ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2373,29 +2262,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:21:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2403,26 +2289,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:40:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-request-id": [ - "85398744-871e-45d3-acd6-3fb7bc39e663" + "35be9364-0a18-41c5-a05c-457695512ef2" ], "x-ms-correlation-request-id": [ - "85398744-871e-45d3-acd6-3fb7bc39e663" + "35be9364-0a18-41c5-a05c-457695512ef2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172130Z:85398744-871e-45d3-acd6-3fb7bc39e663" + "EASTUS2:20211116T174050Z:35be9364-0a18-41c5-a05c-457695512ef2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,29 +2319,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:21:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2460,26 +2346,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:41:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11992" ], "x-ms-request-id": [ - "eb9ea58a-9fc1-46c6-bc4d-92b7df9c226d" + "144e1680-6a44-4796-8b88-ffef42b7e1e6" ], "x-ms-correlation-request-id": [ - "eb9ea58a-9fc1-46c6-bc4d-92b7df9c226d" + "144e1680-6a44-4796-8b88-ffef42b7e1e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172145Z:eb9ea58a-9fc1-46c6-bc4d-92b7df9c226d" + "EASTUS2:20211116T174105Z:144e1680-6a44-4796-8b88-ffef42b7e1e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2487,29 +2376,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:21:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2517,26 +2403,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:41:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11991" ], "x-ms-request-id": [ - "dc2c16c2-28c3-48d9-a687-2539b1146672" + "61680d37-8a99-47a8-b083-672980b56da9" ], "x-ms-correlation-request-id": [ - "dc2c16c2-28c3-48d9-a687-2539b1146672" + "61680d37-8a99-47a8-b083-672980b56da9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172200Z:dc2c16c2-28c3-48d9-a687-2539b1146672" + "EASTUS2:20211116T174120Z:61680d37-8a99-47a8-b083-672980b56da9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2544,29 +2433,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:22:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2574,26 +2460,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:41:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-request-id": [ - "1ce50f30-acae-4f09-8808-f4a478665041" + "55030b8d-74a5-4d23-bad2-af738e9a5921" ], "x-ms-correlation-request-id": [ - "1ce50f30-acae-4f09-8808-f4a478665041" + "55030b8d-74a5-4d23-bad2-af738e9a5921" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172215Z:1ce50f30-acae-4f09-8808-f4a478665041" + "EASTUS2:20211116T174135Z:55030b8d-74a5-4d23-bad2-af738e9a5921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2601,29 +2490,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:22:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2631,26 +2517,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:41:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11989" ], "x-ms-request-id": [ - "850c04ee-b3bc-4d60-a4b6-ce1f0622eeb2" + "8646a8a9-18ad-4a69-88c3-892b6dff6905" ], "x-ms-correlation-request-id": [ - "850c04ee-b3bc-4d60-a4b6-ce1f0622eeb2" + "8646a8a9-18ad-4a69-88c3-892b6dff6905" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172230Z:850c04ee-b3bc-4d60-a4b6-ce1f0622eeb2" + "EASTUS2:20211116T174150Z:8646a8a9-18ad-4a69-88c3-892b6dff6905" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2658,29 +2547,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:22:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2688,26 +2574,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11988" ], "x-ms-request-id": [ - "7d21a9e7-e06e-4bf9-bcd0-ebc7bc90c324" + "3d7269e3-53cf-44fd-b45f-2d8a6c27d181" ], "x-ms-correlation-request-id": [ - "7d21a9e7-e06e-4bf9-bcd0-ebc7bc90c324" + "3d7269e3-53cf-44fd-b45f-2d8a6c27d181" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172245Z:7d21a9e7-e06e-4bf9-bcd0-ebc7bc90c324" + "EASTUS2:20211116T174205Z:3d7269e3-53cf-44fd-b45f-2d8a6c27d181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2715,29 +2604,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:22:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2745,20 +2631,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11987" ], "x-ms-request-id": [ - "259463a4-bcd0-42e5-b517-2310be5ee704" + "bdd85093-eff6-434c-a876-e938cc753a78" ], "x-ms-correlation-request-id": [ - "259463a4-bcd0-42e5-b517-2310be5ee704" + "bdd85093-eff6-434c-a876-e938cc753a78" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172300Z:259463a4-bcd0-42e5-b517-2310be5ee704" + "EASTUS2:20211116T174220Z:bdd85093-eff6-434c-a876-e938cc753a78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2766,29 +2655,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:22:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDExLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURFeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDQ4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRRNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2796,20 +2682,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11986" ], "x-ms-request-id": [ - "9fb5355d-cba9-4d74-8f60-5ed605b09c09" + "b3219100-956f-4098-805d-010255d3e4b2" ], "x-ms-correlation-request-id": [ - "9fb5355d-cba9-4d74-8f60-5ed605b09c09" + "b3219100-956f-4098-805d-010255d3e4b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172300Z:9fb5355d-cba9-4d74-8f60-5ed605b09c09" + "EASTUS2:20211116T174220Z:b3219100-956f-4098-805d-010255d3e4b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2817,14 +2706,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:22:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2833,29 +2719,29 @@ ], "Names": { "TestVMScaleSetWithPublicIP": [ - "crptestar301", - "vmss7151", - "dnsname6337", - "crptestar8511" + "crptestar9448", + "vmss6275", + "dnsname2899", + "crptestar790" ], "CreateVNETWithSubnets": [ - "vn7767", - "sn1207", - "sn21099" + "vn4263", + "sn12078", + "sn29591" ], "CreatePublicIP": [ - "pip6741", - "dn4714" + "pip2752", + "dn8471" ], "CreateNIC": [ - "nic4150", - "ip2541" + "nic9200", + "ip1343" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8468", - "vmss4297", - "vmsstestnetconfig4290", - "vmsstestnetconfig8901" + "crptestar2925", + "vmss6979", + "vmsstestnetconfig2709", + "vmsstestnetconfig5364" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndIPTags.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndIPTags.json index 6928d54309ee5..4dc80b6eabf4d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndIPTags.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndIPTags.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a44459e-6644-49d9-91c8-40df70e52612" + "d3d0fef9-0020-4ed9-8453-bffa7a6d2bf9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "c604b097-3823-4623-9719-6829112079f1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e58669f2-47db-49c8-ab67-736619cc7618" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "9e0794fb-6a29-491d-99a7-285100815636" + "170126e5-67b7-474e-b187-ea20aece0dc3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172301Z:9e0794fb-6a29-491d-99a7-285100815636" + "EASTUS2:20211116T174221Z:170126e5-67b7-474e-b187-ea20aece0dc3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:01 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39951?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5OTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar60191?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwMTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar39951\": \"2021-06-29 17:23:01Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar60191\": \"2021-11-16 17:42:21Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d72f9d5-8cfe-4b78-9cd0-e46445daf3ba" + "c138ff0b-a872-42e2-9898-747065309f5f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:21 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "0809ae6b-230f-45dd-9fb1-0d4a707a8586" + "4028fb34-636b-4786-bbf6-9da6f27a80a6" ], "x-ms-correlation-request-id": [ - "0809ae6b-230f-45dd-9fb1-0d4a707a8586" + "4028fb34-636b-4786-bbf6-9da6f27a80a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172302Z:0809ae6b-230f-45dd-9fb1-0d4a707a8586" + "EASTUS2:20211116T174221Z:4028fb34-636b-4786-bbf6-9da6f27a80a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:01 GMT" - ], "Content-Length": [ "231" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951\",\r\n \"name\": \"crptestar39951\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar39951\": \"2021-06-29 17:23:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191\",\r\n \"name\": \"crptestar60191\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar60191\": \"2021-11-16 17:42:21Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39951?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5OTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar60191?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwMTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cbbdbc1a-42ba-4348-8fea-134cd08a5abb" + "3133d03d-b39d-4e6a-8e5f-2aba47e7f5de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "5b449674-84ad-4956-a496-8ff73c3bcba0" + "95190545-f821-4b84-a04d-7d107ac76469" ], "x-ms-correlation-request-id": [ - "5b449674-84ad-4956-a496-8ff73c3bcba0" + "95190545-f821-4b84-a04d-7d107ac76469" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172335Z:5b449674-84ad-4956-a496-8ff73c3bcba0" + "EASTUS2:20211116T174254Z:95190545-f821-4b84-a04d-7d107ac76469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:35 GMT" - ], "Content-Length": [ "182" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951\",\r\n \"name\": \"crptestar39951\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191\",\r\n \"name\": \"crptestar60191\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Storage/storageAccounts/crptestar3139?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzEzOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Storage/storageAccounts/crptestar5902?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTkwMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47342969-e671-45fc-8af8-1eb35f090cdd" + "f7c7ea86-c92e-4964-8770-ec55d83c3cf7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b23bede-f4ae-48dd-bb17-2dc88e02bff7?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/513f6b06-d9c9-487a-a878-efa23efe3267?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3b23bede-f4ae-48dd-bb17-2dc88e02bff7" + "513f6b06-d9c9-487a-a878-efa23efe3267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "d4e7a142-a155-46a6-959c-8c40538114da" + "5aa51735-298e-4b9d-b60d-57716d25a764" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172304Z:d4e7a142-a155-46a6-959c-8c40538114da" + "EASTUS2:20211116T174223Z:5aa51735-298e-4b9d-b60d-57716d25a764" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:03 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b23bede-f4ae-48dd-bb17-2dc88e02bff7?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvM2IyM2JlZGUtZjRhZS00OGRkLWJiMTctMmRjODhlMDJiZmY3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/513f6b06-d9c9-487a-a878-efa23efe3267?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNTEzZjZiMDYtZDljOS00ODdhLWE4NzgtZWZhMjNlZmUzMjY3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "49a81aaa-bfc5-4e5c-b62a-2db525ac1430" + "6c6f157d-a474-47b6-9de3-36201f8d154c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "e62acf9f-27a6-4abf-9649-9a9337128674" + "3e76ecbf-c906-44ac-acca-3f39bf58268c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172321Z:e62acf9f-27a6-4abf-9649-9a9337128674" + "EASTUS2:20211116T174240Z:3e76ecbf-c906-44ac-acca-3f39bf58268c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:20 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c482c6e-e56d-43bf-a5dc-92ac582eb30f" + "4970aa3c-96d4-4856-b78b-0566ad8c9b26" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "702e2e2d-0ecb-4a94-a982-d42a2c3721c6" + "6ea8e75a-383d-46c6-a01a-33cbceebffa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "31ca84e1-0557-404b-9e1c-beda838fe60f" + "c8e68bb6-ec5f-4b20-af8d-727a4cc4efee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172331Z:31ca84e1-0557-404b-9e1c-beda838fe60f" + "EASTUS2:20211116T174250Z:c8e68bb6-ec5f-4b20-af8d-727a4cc4efee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:30 GMT" - ], "Content-Length": [ "742" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Storage/storageAccounts/crptestar3139\",\r\n \"name\": \"crptestar3139\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:23:02.5475152Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3139.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3139.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3139.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3139.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Storage/storageAccounts/crptestar5902\",\r\n \"name\": \"crptestar5902\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T17:42:21.8376008Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5902.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5902.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5902.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5902.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Storage/storageAccounts/crptestar3139?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzEzOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Storage/storageAccounts/crptestar5902?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTkwMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "799780a3-3cd2-4a8c-9ecf-29952e990d24" + "4fda3dc7-1eca-48b6-8564-ca23483a387e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "004ba62f-9b7d-4fdf-9e45-4e42764f3313" + "22aa9405-baeb-4fcc-9cf1-c2251d873d55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "8cf2146f-f07b-4d97-b2f5-f15ec2c9f684" + "b92f4336-11c7-4426-80d4-8e94c5fc5844" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172331Z:8cf2146f-f07b-4d97-b2f5-f15ec2c9f684" + "EASTUS2:20211116T174250Z:b92f4336-11c7-4426-80d4-8e94c5fc5844" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:30 GMT" - ], "Content-Length": [ "730" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Storage/storageAccounts/crptestar3139\",\r\n \"name\": \"crptestar3139\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:23:02.5475152Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3139.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3139.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3139.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3139.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Storage/storageAccounts/crptestar5902\",\r\n \"name\": \"crptestar5902\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T17:42:21.8376008Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5902.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5902.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5902.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5902.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43ODU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MTY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn17536\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn27261\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn18498\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn21699\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d120da7-048f-433a-a7b9-88ba1f084c98" + "9374ce54-d82c-45b6-bbeb-91153ab386f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "26db8070-9437-448d-a91d-a5a63c0d73ff" + "a09e8d1d-bb80-4f3e-8963-9ea80953159c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/26db8070-9437-448d-a91d-a5a63c0d73ff?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a09e8d1d-bb80-4f3e-8963-9ea80953159c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "fe1a8c27-f895-494e-b5d3-120589b60f9e" + "b7310870-bf2c-4e44-8cbb-d87645c16fdf" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b1c98d00-c60d-4670-84e6-7b99ab1b2536" + "ecc0b17b-0eba-449e-b81e-bd1f5e37cd9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172332Z:fe1a8c27-f895-494e-b5d3-120589b60f9e" + "EASTUS2:20211116T174250Z:b7310870-bf2c-4e44-8cbb-d87645c16fdf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:32 GMT" - ], "Content-Length": [ "1925" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7858\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858\",\r\n \"etag\": \"W/\\\"de562f3d-8c72-4c0b-aa64-004b347b0f4c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"24ac4efb-42cc-4d0c-b124-63291461c6b5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17536\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn17536\",\r\n \"etag\": \"W/\\\"de562f3d-8c72-4c0b-aa64-004b347b0f4c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\",\r\n \"etag\": \"W/\\\"de562f3d-8c72-4c0b-aa64-004b347b0f4c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn9169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169\",\r\n \"etag\": \"W/\\\"95a236c7-f61a-46f4-b3cc-43a94add5757\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7f822ea3-1247-4b41-912b-b5886d71b2b7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn18498\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn18498\",\r\n \"etag\": \"W/\\\"95a236c7-f61a-46f4-b3cc-43a94add5757\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\",\r\n \"etag\": \"W/\\\"95a236c7-f61a-46f4-b3cc-43a94add5757\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/26db8070-9437-448d-a91d-a5a63c0d73ff?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI2ZGI4MDcwLTk0MzctNDQ4ZC1hOTFkLWE1YTYzYzBkNzNmZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a09e8d1d-bb80-4f3e-8963-9ea80953159c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwOWU4ZDFkLWJiODAtNGYzZS04OTYzLTllYTgwOTUzMTU5Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "af2151d4-ab13-43ad-8ee4-bbfd144018c2" + "bc852c4a-72d8-4a3f-b7f2-ebddf93cfd27" ], "x-ms-correlation-request-id": [ - "b5ff937a-fdbb-4e11-a79b-1be048b6ae96" + "2bfe5fdb-46bb-4841-a1f0-ad08a12ef859" ], "x-ms-arm-service-request-id": [ - "23698efb-35fb-4b32-b1e9-a3d13f83e640" + "4d2a0997-463c-4674-afd5-01ee9e7a4f39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172335Z:b5ff937a-fdbb-4e11-a79b-1be048b6ae96" + "EASTUS2:20211116T174254Z:2bfe5fdb-46bb-4841-a1f0-ad08a12ef859" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:35 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43ODU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MTY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"587d8aa7-51c0-414c-b4cc-3c9255c5c912\"" + "W/\"fbe944a4-0828-449c-900d-e453225c493c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "80924552-6f9a-4156-85e6-b4e8ec73e61f" + "62db2e1f-0399-4fea-bc0d-22854b1a5d34" ], "x-ms-correlation-request-id": [ - "d06434bf-2009-4a8f-9e86-b1bbfbad91ff" + "30a3d38f-1a04-4cd9-9181-f8708d0cb8c1" ], "x-ms-arm-service-request-id": [ - "0c998205-acd0-4836-abb9-cdda2e80e64f" + "6b572558-7426-4440-a903-d27d315b505a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172335Z:d06434bf-2009-4a8f-9e86-b1bbfbad91ff" + "EASTUS2:20211116T174254Z:30a3d38f-1a04-4cd9-9181-f8708d0cb8c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:35 GMT" - ], "Content-Length": [ "1928" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7858\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858\",\r\n \"etag\": \"W/\\\"587d8aa7-51c0-414c-b4cc-3c9255c5c912\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"24ac4efb-42cc-4d0c-b124-63291461c6b5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn17536\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn17536\",\r\n \"etag\": \"W/\\\"587d8aa7-51c0-414c-b4cc-3c9255c5c912\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\",\r\n \"etag\": \"W/\\\"587d8aa7-51c0-414c-b4cc-3c9255c5c912\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn9169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169\",\r\n \"etag\": \"W/\\\"fbe944a4-0828-449c-900d-e453225c493c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f822ea3-1247-4b41-912b-b5886d71b2b7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn18498\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn18498\",\r\n \"etag\": \"W/\\\"fbe944a4-0828-449c-900d-e453225c493c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\",\r\n \"etag\": \"W/\\\"fbe944a4-0828-449c-900d-e453225c493c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/publicIPAddresses/pip6611?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/publicIPAddresses/pip5724?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NzI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8123\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2935\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b1bb7e0-b295-480f-81e5-3fd9c1c953f6" + "8e53ae27-4946-4881-8d2f-f64755fe8e24" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -696,46 +696,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b63d8eb7-230d-4602-a8d9-ca3237cd25fd" + "a9c8758a-c7f9-47d9-a6c7-5ff8c1cd4079" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b63d8eb7-230d-4602-a8d9-ca3237cd25fd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a9c8758a-c7f9-47d9-a6c7-5ff8c1cd4079?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a2d24f08-92ba-490d-9533-34aab952c203" + "7933556c-570b-4ff3-8e34-cbf17616d215" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5731de54-6e56-45ff-b9d2-43f33693a41b" + "62edaee1-46d1-430f-b012-1d505b5fcb5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172336Z:a2d24f08-92ba-490d-9533-34aab952c203" + "EASTUS2:20211116T174254Z:7933556c-570b-4ff3-8e34-cbf17616d215" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:36 GMT" - ], "Content-Length": [ "758" ], @@ -746,19 +746,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6611\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/publicIPAddresses/pip6611\",\r\n \"etag\": \"W/\\\"cf765c39-8e56-41b0-b150-7a6ec5c9b5dc\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"896549de-24df-49ee-8809-f3ef3d1f76d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8123\",\r\n \"fqdn\": \"dn8123.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5724\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/publicIPAddresses/pip5724\",\r\n \"etag\": \"W/\\\"9df894e9-171f-44f6-96d8-76aab08d148f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9c84bab1-b291-47d1-bc27-6e67600504b4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2935\",\r\n \"fqdn\": \"dn2935.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b63d8eb7-230d-4602-a8d9-ca3237cd25fd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I2M2Q4ZWI3LTIzMGQtNDYwMi1hOGQ5LWNhMzIzN2NkMjVmZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a9c8758a-c7f9-47d9-a6c7-5ff8c1cd4079?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E5Yzg3NThhLWM3ZjktNDdkOS1hNmM3LTVmZjhjMWNkNDA3OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -766,37 +766,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3fc19d8d-ad0a-4da4-a4d6-029a1e6eeac9" + "6d51c68d-9892-45fc-95e0-f94f69c8256d" ], "x-ms-correlation-request-id": [ - "1113c30c-6d60-4da3-b02e-e398029c63ec" + "60bb3142-9630-473b-ad1d-25aba3410d4f" ], "x-ms-arm-service-request-id": [ - "ef9970b3-9df6-4950-b4b6-11bbd3d68bd7" + "33bbf99c-afc1-4c5b-b412-c76f7d6297b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172337Z:1113c30c-6d60-4da3-b02e-e398029c63ec" + "EASTUS2:20211116T174255Z:60bb3142-9630-473b-ad1d-25aba3410d4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:37 GMT" - ], "Content-Length": [ "29" ], @@ -811,15 +811,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/publicIPAddresses/pip6611?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/publicIPAddresses/pip5724?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NzI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -827,40 +827,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ac57d415-543f-4948-93cb-3a8f52bcd064\"" + "W/\"feb3f386-2ead-421a-8360-d8d678b59c97\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2b9e2f01-956c-46b6-afef-db8b999564de" + "eba16453-68fc-4979-8765-4c15ab86c0e3" ], "x-ms-correlation-request-id": [ - "eb50df41-2761-4f79-a8db-d8b3bb84dd61" + "f3295c0e-4b33-4936-8d9f-4d7e2abf678b" ], "x-ms-arm-service-request-id": [ - "e6c20db7-718c-4aaf-8717-45ddb04d38cf" + "8e4dc749-4b83-4404-886d-04826633c71b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172337Z:eb50df41-2761-4f79-a8db-d8b3bb84dd61" + "EASTUS2:20211116T174255Z:f3295c0e-4b33-4936-8d9f-4d7e2abf678b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:37 GMT" - ], "Content-Length": [ "759" ], @@ -871,25 +871,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6611\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/publicIPAddresses/pip6611\",\r\n \"etag\": \"W/\\\"ac57d415-543f-4948-93cb-3a8f52bcd064\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"896549de-24df-49ee-8809-f3ef3d1f76d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8123\",\r\n \"fqdn\": \"dn8123.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5724\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/publicIPAddresses/pip5724\",\r\n \"etag\": \"W/\\\"feb3f386-2ead-421a-8360-d8d678b59c97\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9c84bab1-b291-47d1-bc27-6e67600504b4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2935\",\r\n \"fqdn\": \"dn2935.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/publicIPAddresses/pip6611?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/publicIPAddresses/pip5724?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NzI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b1d3320-300d-4e66-8ec3-bfe7d497b8b5" + "cf759701-48fe-43f5-afc9-284150582244" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ac57d415-543f-4948-93cb-3a8f52bcd064\"" + "W/\"feb3f386-2ead-421a-8360-d8d678b59c97\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "15d96336-9e18-4b8f-a70e-6e58aa7642e3" + "795eaeae-f1fd-44b7-94a7-664429686d3d" ], "x-ms-correlation-request-id": [ - "19e7f82f-38fb-44b1-94d1-01417d745181" + "414a59a6-ba1f-4c08-8233-169387e4ec93" ], "x-ms-arm-service-request-id": [ - "a20e51c4-6fa2-40e2-8b8a-cd2f55234dd0" + "1150abd5-b35f-4bbb-8716-d5df0becf285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172337Z:19e7f82f-38fb-44b1-94d1-01417d745181" + "EASTUS2:20211116T174255Z:414a59a6-ba1f-4c08-8233-169387e4ec93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:37 GMT" - ], "Content-Length": [ "759" ], @@ -941,77 +941,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6611\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/publicIPAddresses/pip6611\",\r\n \"etag\": \"W/\\\"ac57d415-543f-4948-93cb-3a8f52bcd064\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"896549de-24df-49ee-8809-f3ef3d1f76d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8123\",\r\n \"fqdn\": \"dn8123.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5724\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/publicIPAddresses/pip5724\",\r\n \"etag\": \"W/\\\"feb3f386-2ead-421a-8360-d8d678b59c97\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9c84bab1-b291-47d1-bc27-6e67600504b4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2935\",\r\n \"fqdn\": \"dn2935.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0ODAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn27261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\r\n }\r\n },\r\n \"name\": \"ip5953\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn21699\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\r\n }\r\n },\r\n \"name\": \"ip644\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b2a58de3-cead-44fe-8e00-6ff691eab45d" + "e1859dad-ca96-46ba-9dba-c84fad4da20d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "745" + "744" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3f857c62-c2d7-4d01-8057-baf821da1acb" + "8596852e-afc8-4463-9489-f71c18d70fbb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3f857c62-c2d7-4d01-8057-baf821da1acb?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8596852e-afc8-4463-9489-f71c18d70fbb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "22991b9c-23a0-4c80-ac63-22ff8228a35c" + "0e4734aa-1c96-4991-955d-822a1e532c7c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "99937fee-f323-4992-89ba-5693ffef261b" + "71d7e8ca-10e6-44ab-8fa5-f72efb7ca469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172338Z:22991b9c-23a0-4c80-ac63-22ff8228a35c" + "EASTUS2:20211116T174256Z:0e4734aa-1c96-4991-955d-822a1e532c7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:37 GMT" - ], "Content-Length": [ - "1629" + "1627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1020,19 +1020,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4803\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803\",\r\n \"etag\": \"W/\\\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e49d8d5-c655-4d79-ac9d-cbc6fbf5c2b9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803/ipConfigurations/ip5953\",\r\n \"etag\": \"W/\\\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\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\": \"5nhkyjgmiige1mjemmuriyogwf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251\",\r\n \"etag\": \"W/\\\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc85ed16-374e-4cd2-84d4-5df3c77ea950\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251/ipConfigurations/ip644\",\r\n \"etag\": \"W/\\\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\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\": \"umxie50hcjauxejlwweg02nswh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0ODAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1040,42 +1040,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\"" + "W/\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f73d7bed-f190-459c-a0f7-97fb984f84c3" + "cfda4d71-bb75-487b-b462-151e5bce7d6d" ], "x-ms-correlation-request-id": [ - "0409bf11-5af5-412d-be18-b81a3e9afe3f" + "eb5b5fab-b7ed-4e08-8ec6-590267b423f1" ], "x-ms-arm-service-request-id": [ - "dbdbcb8d-7ea9-462a-935c-c3b48c3327a8" + "e6c9f038-c957-432c-b7fb-f7cc1c822536" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172338Z:0409bf11-5af5-412d-be18-b81a3e9afe3f" + "EASTUS2:20211116T174256Z:eb5b5fab-b7ed-4e08-8ec6-590267b423f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:37 GMT" - ], "Content-Length": [ - "1629" + "1627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1084,25 +1084,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4803\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803\",\r\n \"etag\": \"W/\\\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e49d8d5-c655-4d79-ac9d-cbc6fbf5c2b9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803/ipConfigurations/ip5953\",\r\n \"etag\": \"W/\\\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\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\": \"5nhkyjgmiige1mjemmuriyogwf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251\",\r\n \"etag\": \"W/\\\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc85ed16-374e-4cd2-84d4-5df3c77ea950\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251/ipConfigurations/ip644\",\r\n \"etag\": \"W/\\\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\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\": \"umxie50hcjauxejlwweg02nswh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0ODAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63d192c7-0768-477f-9bba-9f8333d4ce0c" + "e9226e29-4b90-48a8-9d77-40e9a8f4b001" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\"" + "W/\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e048f3cb-e195-4750-a1c6-0c1c700feb83" + "5f66c9d9-024e-4b65-988a-b5fca7cc25b8" ], "x-ms-correlation-request-id": [ - "774433fb-8325-4942-88d8-5af06b7d11f7" + "87fad831-17a6-4fa2-a956-c0bd0e0206fc" ], "x-ms-arm-service-request-id": [ - "d4a7b418-5adc-4a9b-9e2c-fe14accf0e88" + "3c8adfc7-0adc-4af3-8c29-a0058a6743bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172338Z:774433fb-8325-4942-88d8-5af06b7d11f7" + "EASTUS2:20211116T174256Z:87fad831-17a6-4fa2-a956-c0bd0e0206fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:37 GMT" - ], "Content-Length": [ - "1629" + "1627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,46 +1154,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4803\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803\",\r\n \"etag\": \"W/\\\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e49d8d5-c655-4d79-ac9d-cbc6fbf5c2b9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/networkInterfaces/nic4803/ipConfigurations/ip5953\",\r\n \"etag\": \"W/\\\"ce31191a-8b16-493f-ad1d-ec20b90d24b2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\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\": \"5nhkyjgmiige1mjemmuriyogwf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251\",\r\n \"etag\": \"W/\\\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc85ed16-374e-4cd2-84d4-5df3c77ea950\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/networkInterfaces/nic9251/ipConfigurations/ip644\",\r\n \"etag\": \"W/\\\"bea2f0b0-6aeb-4621-ab85-55c47b087e00\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\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\": \"umxie50hcjauxejlwweg02nswh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTU2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar3139.blob.core.windows.net/crptestar356\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4411\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3201\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2343\"\r\n },\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ]\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar5902.blob.core.windows.net/crptestar1958\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7230\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8373\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5137\"\r\n },\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ]\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03f1b6f0-3c5b-4993-98e5-3904287e996d" + "ffe808a6-2ee8-4df2-9436-a339abb2875c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2318" + "2319" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:42:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1208,29 +1215,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "885baabe-ea1a-4592-aa7d-8b70c99c698d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a1020d2b-9592-40b7-9710-3821e16120cc" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "659479f0-2b81-45d8-a7dd-0e12e4fcaa36" + "e397436d-9a94-427c-9855-3698d339b061" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172339Z:659479f0-2b81-45d8-a7dd-0e12e4fcaa36" + "EASTUS2:20211116T174257Z:e397436d-9a94-427c-9855-3698d339b061" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:39 GMT" - ], "Content-Length": [ - "3381" + "3382" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1239,32 +1239,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1560\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3139.blob.core.windows.net/crptestar356\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4411\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3201\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2343\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c1964276-3bc0-4888-9e40-aab6b2079b22\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5902.blob.core.windows.net/crptestar1958\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7230\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8373\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5137\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"33227ff8-a992-423e-95fe-a244baa2ecaf\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJhYWJlLWVhMWEtNDU5Mi1hYTdkLThiNzBjOTljNjk4ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ExMDIwZDJiLTk1OTItNDBiNy05NzEwLTM4MjFlMTYxMjBjYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:43:07 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29984" ], @@ -1272,29 +1279,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "274a6537-9e7f-4155-99f9-894b920b7447" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2964f63d-02e0-4241-8ec7-665ec93d8946" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "998aa739-2a6f-4866-a2c3-572d1b95d59a" + "ba706034-3528-4707-9d57-8dd2d0bc4ba7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172349Z:998aa739-2a6f-4866-a2c3-572d1b95d59a" + "EASTUS2:20211116T174307Z:ba706034-3528-4707-9d57-8dd2d0bc4ba7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:23:49 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1303,29 +1303,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:23:38.6727631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"885baabe-ea1a-4592-aa7d-8b70c99c698d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:42:56.737322+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1020d2b-9592-40b7-9710-3821e16120cc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJhYWJlLWVhMWEtNDU5Mi1hYTdkLThiNzBjOTljNjk4ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ExMDIwZDJiLTk1OTItNDBiNy05NzEwLTM4MjFlMTYxMjBjYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:44:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" ], @@ -1333,29 +1340,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b9629a6-a5aa-4bd3-91e1-8f842bd30da2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "894765f6-a461-4441-af67-447cf99eb5ba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "d98346bc-a3d3-4da7-9a65-f6ae36d09a19" + "772eac16-80b5-4941-ad45-a168d7f443f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172526Z:d98346bc-a3d3-4da7-9a65-f6ae36d09a19" + "EASTUS2:20211116T174444Z:772eac16-80b5-4941-ad45-a168d7f443f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:25:26 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1364,29 +1364,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:23:38.6727631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"885baabe-ea1a-4592-aa7d-8b70c99c698d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:42:56.737322+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1020d2b-9592-40b7-9710-3821e16120cc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJhYWJlLWVhMWEtNDU5Mi1hYTdkLThiNzBjOTljNjk4ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ExMDIwZDJiLTk1OTItNDBiNy05NzEwLTM4MjFlMTYxMjBjYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:46:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" ], @@ -1394,29 +1401,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3dee6cff-055c-4026-a461-400b0e6bef10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d169727c-625c-41a2-8d00-a1d7b5741fee" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "0a15e4bc-3f9e-409a-b9b6-299bb2a03231" + "a2f8bdce-851d-43f4-862b-9bde505cc0d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172703Z:0a15e4bc-3f9e-409a-b9b6-299bb2a03231" + "EASTUS2:20211116T174621Z:a2f8bdce-851d-43f4-862b-9bde505cc0d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:27:03 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1425,29 +1425,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:23:38.6727631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"885baabe-ea1a-4592-aa7d-8b70c99c698d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:42:56.737322+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1020d2b-9592-40b7-9710-3821e16120cc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJhYWJlLWVhMWEtNDU5Mi1hYTdkLThiNzBjOTljNjk4ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ExMDIwZDJiLTk1OTItNDBiNy05NzEwLTM4MjFlMTYxMjBjYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:47:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" ], @@ -1455,29 +1462,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8525fb5c-4926-4869-b768-38e4783ca07e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3fc5e3a-0a86-4a6e-803c-2cf6f644f7b3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "1f0c0546-3045-4b7b-9c04-1d718c3c143f" + "b1c158f7-2a75-41ef-94c0-b08d57606730" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T172840Z:1f0c0546-3045-4b7b-9c04-1d718c3c143f" + "EASTUS2:20211116T174759Z:b1c158f7-2a75-41ef-94c0-b08d57606730" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:28:40 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1486,59 +1486,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:23:38.6727631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"885baabe-ea1a-4592-aa7d-8b70c99c698d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:42:56.737322+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1020d2b-9592-40b7-9710-3821e16120cc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJhYWJlLWVhMWEtNDU5Mi1hYTdkLThiNzBjOTljNjk4ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ExMDIwZDJiLTk1OTItNDBiNy05NzEwLTM4MjFlMTYxMjBjYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:49:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b9d3c5af-1628-465a-8660-95ef1939e5b5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "21bd6d4b-2e76-4765-8ee7-90c3acd11224" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "7656afe3-1b46-4f82-8c74-826c511d1468" + "e97e8bca-9ff4-4c98-b5c9-1a3ff5d8cf95" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173017Z:7656afe3-1b46-4f82-8c74-826c511d1468" + "EASTUS2:20211116T174936Z:e97e8bca-9ff4-4c98-b5c9-1a3ff5d8cf95" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:30:17 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1547,29 +1547,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:23:38.6727631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"885baabe-ea1a-4592-aa7d-8b70c99c698d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:42:56.737322+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1020d2b-9592-40b7-9710-3821e16120cc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJhYWJlLWVhMWEtNDU5Mi1hYTdkLThiNzBjOTljNjk4ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ExMDIwZDJiLTk1OTItNDBiNy05NzEwLTM4MjFlMTYxMjBjYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:51:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" ], @@ -1577,29 +1584,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c95a088-66f5-48e4-a2ba-371c5684148f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6f0a9d30-6782-4fd3-b22a-ccd8737999b9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "1ef8ce00-1fe3-4c46-994d-e958ce1260f9" + "c9bc4787-55dd-45f4-a221-408590f3b46d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173154Z:1ef8ce00-1fe3-4c46-994d-e958ce1260f9" + "EASTUS2:20211116T175113Z:c9bc4787-55dd-45f4-a221-408590f3b46d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:31:54 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1608,29 +1608,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:23:38.6727631+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"885baabe-ea1a-4592-aa7d-8b70c99c698d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:42:56.737322+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1020d2b-9592-40b7-9710-3821e16120cc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/885baabe-ea1a-4592-aa7d-8b70c99c698d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NWJhYWJlLWVhMWEtNDU5Mi1hYTdkLThiNzBjOTljNjk4ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a1020d2b-9592-40b7-9710-3821e16120cc?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ExMDIwZDJiLTk1OTItNDBiNy05NzEwLTM4MjFlMTYxMjBjYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:52:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], @@ -1638,27 +1645,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65e06064-0968-4ba2-a06d-c76595bcc3b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6ef3673c-8206-4c13-945b-97514916febd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "ea407224-fb50-439f-88d9-7c8f47d46663" + "5b70ff50-351f-4301-a349-e8b6ba5bbdab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173331Z:ea407224-fb50-439f-88d9-7c8f47d46663" + "EASTUS2:20211116T175250Z:5b70ff50-351f-4301-a349-e8b6ba5bbdab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:33:31 GMT" - ], "Content-Length": [ "183" ], @@ -1669,59 +1669,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:23:38.6727631+00:00\",\r\n \"endTime\": \"2021-06-29T17:32:07.393628+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"885baabe-ea1a-4592-aa7d-8b70c99c698d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T17:42:56.737322+00:00\",\r\n \"endTime\": \"2021-11-16T17:52:13.0697343+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a1020d2b-9592-40b7-9710-3821e16120cc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTU2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:52:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba80829c-f936-459a-8296-4c3245cb61b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "20bb0673-3809-4ebe-9ecd-0438f32a7d78" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "94293f57-e609-46ab-924b-c4eebc68c927" + "68c08435-b2f8-459b-a2ff-920f6505a189" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173332Z:94293f57-e609-46ab-924b-c4eebc68c927" + "EASTUS2:20211116T175250Z:68c08435-b2f8-459b-a2ff-920f6505a189" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:33:31 GMT" - ], "Content-Length": [ - "3382" + "3383" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1730,65 +1730,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1560\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3139.blob.core.windows.net/crptestar356\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4411\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3201\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2343\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c1964276-3bc0-4888-9e40-aab6b2079b22\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5902.blob.core.windows.net/crptestar1958\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7230\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8373\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5137\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"33227ff8-a992-423e-95fe-a244baa2ecaf\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTU2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d2b0d51-5917-4a24-be46-217a7d6a244a" + "a01bacdd-4527-4da6-881e-ad6349cc3452" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:52:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "691f08ea-e19e-43c2-9571-43267eb8f032" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e30e64f5-67c9-444d-8d78-981f22970e9e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "f209e3f3-8899-4079-84c9-4d93e1cf829d" + "d1bd6221-7b4a-4e5e-806d-7d3f6dadd012" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173332Z:f209e3f3-8899-4079-84c9-4d93e1cf829d" + "EASTUS2:20211116T175250Z:d1bd6221-7b4a-4e5e-806d-7d3f6dadd012" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:33:31 GMT" - ], "Content-Length": [ - "3382" + "3383" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,65 +1797,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1560\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3139.blob.core.windows.net/crptestar356\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4411\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3201\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2343\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c1964276-3bc0-4888-9e40-aab6b2079b22\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5902.blob.core.windows.net/crptestar1958\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7230\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8373\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5137\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"33227ff8-a992-423e-95fe-a244baa2ecaf\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTU2MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODIyND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb6c7ae8-888b-46b5-896d-23a6cc03a067" + "35d7eb95-17e4-44b4-9cc4-8011181f26d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:52:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2588" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d00f6e3e-ef1d-4d48-a8fd-8b487f68ee37" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "02aabf62-56c5-4b53-8f3f-9cd45057ef81" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "95fced47-7c6e-4c6e-85db-df651b0785b5" + "d81de248-9fcf-47c2-8870-1b5ee28983e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173332Z:95fced47-7c6e-4c6e-85db-df651b0785b5" + "EASTUS2:20211116T175250Z:d81de248-9fcf-47c2-8870-1b5ee28983e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:33:31 GMT" - ], "Content-Length": [ - "3382" + "3383" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1864,25 +1864,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1560\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1560\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3139.blob.core.windows.net/crptestar356\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4411\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3201\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2343\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar39951/providers/Microsoft.Network/virtualNetworks/vn7858/subnets/sn27261\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c1964276-3bc0-4888-9e40-aab6b2079b22\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8224\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8224\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5902.blob.core.windows.net/crptestar1958\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7230\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8373\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5137\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60191/providers/Microsoft.Network/virtualNetworks/vn9169/subnets/sn21699\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"33227ff8-a992-423e-95fe-a244baa2ecaf\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar39951?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM5OTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar60191?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwMTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc6fb9c5-37e9-4599-abf3-75138647a58b" + "7ee460eb-9e5d-47df-b08c-015d8b961856" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1890,11 +1890,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:52:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1903,13 +1906,13 @@ "14999" ], "x-ms-request-id": [ - "020b5f26-0b27-4d27-98cc-350055962d5a" + "c6994f99-9749-40c7-a566-9630ff45d4a8" ], "x-ms-correlation-request-id": [ - "020b5f26-0b27-4d27-98cc-350055962d5a" + "c6994f99-9749-40c7-a566-9630ff45d4a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173332Z:020b5f26-0b27-4d27-98cc-350055962d5a" + "EASTUS2:20211116T175250Z:c6994f99-9749-40c7-a566-9630ff45d4a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1917,29 +1920,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:33:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1947,11 +1947,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:53:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1960,13 +1963,13 @@ "11999" ], "x-ms-request-id": [ - "c52d9223-1817-4b6b-bbd5-4476b9d4a3c9" + "565d0fbb-bf07-4b54-9cb3-9f3c27da0f02" ], "x-ms-correlation-request-id": [ - "c52d9223-1817-4b6b-bbd5-4476b9d4a3c9" + "565d0fbb-bf07-4b54-9cb3-9f3c27da0f02" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173347Z:c52d9223-1817-4b6b-bbd5-4476b9d4a3c9" + "EASTUS2:20211116T175305Z:565d0fbb-bf07-4b54-9cb3-9f3c27da0f02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1974,29 +1977,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:33:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2004,11 +2004,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:53:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2017,13 +2020,13 @@ "11998" ], "x-ms-request-id": [ - "1e16cbd8-f408-4a0f-ad68-9574c6d3dcdf" + "6078e47e-e4ad-46df-b1dd-fcc1ca45e689" ], "x-ms-correlation-request-id": [ - "1e16cbd8-f408-4a0f-ad68-9574c6d3dcdf" + "6078e47e-e4ad-46df-b1dd-fcc1ca45e689" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173402Z:1e16cbd8-f408-4a0f-ad68-9574c6d3dcdf" + "EASTUS2:20211116T175320Z:6078e47e-e4ad-46df-b1dd-fcc1ca45e689" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2031,29 +2034,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:34:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2061,11 +2061,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:53:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2074,13 +2077,13 @@ "11997" ], "x-ms-request-id": [ - "f0fd2dd4-a7bf-4c19-b769-cf3a443bf92f" + "c89a0e80-db98-4af9-8e29-f79e155c6014" ], "x-ms-correlation-request-id": [ - "f0fd2dd4-a7bf-4c19-b769-cf3a443bf92f" + "c89a0e80-db98-4af9-8e29-f79e155c6014" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173417Z:f0fd2dd4-a7bf-4c19-b769-cf3a443bf92f" + "EASTUS2:20211116T175335Z:c89a0e80-db98-4af9-8e29-f79e155c6014" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2088,29 +2091,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:34:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2118,11 +2118,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:53:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2131,13 +2134,13 @@ "11996" ], "x-ms-request-id": [ - "9c173f24-a8c9-4112-b316-b5ba28c07835" + "47634eed-3d63-40f7-9c7a-d388ea7adcdd" ], "x-ms-correlation-request-id": [ - "9c173f24-a8c9-4112-b316-b5ba28c07835" + "47634eed-3d63-40f7-9c7a-d388ea7adcdd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173432Z:9c173f24-a8c9-4112-b316-b5ba28c07835" + "EASTUS2:20211116T175350Z:47634eed-3d63-40f7-9c7a-d388ea7adcdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2145,29 +2148,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:34:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2175,11 +2175,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:54:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2188,13 +2191,13 @@ "11995" ], "x-ms-request-id": [ - "8460bb29-b5f5-40b9-99a1-d9146bba55ed" + "293b162e-283b-4868-b4d4-4cc12988bbf9" ], "x-ms-correlation-request-id": [ - "8460bb29-b5f5-40b9-99a1-d9146bba55ed" + "293b162e-283b-4868-b4d4-4cc12988bbf9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173447Z:8460bb29-b5f5-40b9-99a1-d9146bba55ed" + "EASTUS2:20211116T175405Z:293b162e-283b-4868-b4d4-4cc12988bbf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2202,29 +2205,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:34:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2232,11 +2232,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:54:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2245,13 +2248,13 @@ "11994" ], "x-ms-request-id": [ - "e0a084bb-b49a-4818-a808-440fb4b7cbd5" + "5de83a3a-471d-4164-ae8f-7a35b093cdc0" ], "x-ms-correlation-request-id": [ - "e0a084bb-b49a-4818-a808-440fb4b7cbd5" + "5de83a3a-471d-4164-ae8f-7a35b093cdc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173502Z:e0a084bb-b49a-4818-a808-440fb4b7cbd5" + "EASTUS2:20211116T175420Z:5de83a3a-471d-4164-ae8f-7a35b093cdc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2259,29 +2262,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:35:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2289,11 +2289,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:54:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2302,13 +2305,13 @@ "11993" ], "x-ms-request-id": [ - "3357f47a-85c5-413d-b8d8-5b0c24bbbdef" + "9d0aeea7-6ab5-4d4c-be26-6b904584d3d4" ], "x-ms-correlation-request-id": [ - "3357f47a-85c5-413d-b8d8-5b0c24bbbdef" + "9d0aeea7-6ab5-4d4c-be26-6b904584d3d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173517Z:3357f47a-85c5-413d-b8d8-5b0c24bbbdef" + "EASTUS2:20211116T175435Z:9d0aeea7-6ab5-4d4c-be26-6b904584d3d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2316,29 +2319,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:35:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2346,11 +2346,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:54:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2359,13 +2362,13 @@ "11992" ], "x-ms-request-id": [ - "eee6d805-58dd-4216-a81f-5bd07d9dceee" + "253f3a7a-810f-4fdf-815e-c68fb2044289" ], "x-ms-correlation-request-id": [ - "eee6d805-58dd-4216-a81f-5bd07d9dceee" + "253f3a7a-810f-4fdf-815e-c68fb2044289" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173532Z:eee6d805-58dd-4216-a81f-5bd07d9dceee" + "EASTUS2:20211116T175450Z:253f3a7a-810f-4fdf-815e-c68fb2044289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2373,29 +2376,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:35:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2403,11 +2403,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:55:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2416,13 +2419,13 @@ "11991" ], "x-ms-request-id": [ - "75cb788e-a17b-4e95-8bab-45ac68b426c5" + "05b0d689-6723-4973-86d0-9e58eb845d76" ], "x-ms-correlation-request-id": [ - "75cb788e-a17b-4e95-8bab-45ac68b426c5" + "05b0d689-6723-4973-86d0-9e58eb845d76" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173547Z:75cb788e-a17b-4e95-8bab-45ac68b426c5" + "EASTUS2:20211116T175505Z:05b0d689-6723-4973-86d0-9e58eb845d76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,29 +2433,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:35:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2460,11 +2460,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:55:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2473,13 +2476,13 @@ "11990" ], "x-ms-request-id": [ - "571f905d-6a3c-4c7d-a26e-49f3f83c7cac" + "8a9d2f16-fd7c-4847-9557-4349e4e57879" ], "x-ms-correlation-request-id": [ - "571f905d-6a3c-4c7d-a26e-49f3f83c7cac" + "8a9d2f16-fd7c-4847-9557-4349e4e57879" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173602Z:571f905d-6a3c-4c7d-a26e-49f3f83c7cac" + "EASTUS2:20211116T175520Z:8a9d2f16-fd7c-4847-9557-4349e4e57879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2487,29 +2490,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:36:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2517,11 +2517,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:55:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2530,13 +2533,13 @@ "11989" ], "x-ms-request-id": [ - "6837aeae-c82b-437b-8c5b-aa0d154fe49c" + "d08e3084-31f2-4be2-9289-fe6e2f404129" ], "x-ms-correlation-request-id": [ - "6837aeae-c82b-437b-8c5b-aa0d154fe49c" + "d08e3084-31f2-4be2-9289-fe6e2f404129" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173617Z:6837aeae-c82b-437b-8c5b-aa0d154fe49c" + "EASTUS2:20211116T175535Z:d08e3084-31f2-4be2-9289-fe6e2f404129" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2544,29 +2547,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:36:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2574,11 +2574,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:55:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2587,13 +2590,13 @@ "11988" ], "x-ms-request-id": [ - "e3edcf47-ff0d-4a4b-822b-532833809b32" + "177990ba-3d3e-47bb-92b8-1031d77ac126" ], "x-ms-correlation-request-id": [ - "e3edcf47-ff0d-4a4b-822b-532833809b32" + "177990ba-3d3e-47bb-92b8-1031d77ac126" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173632Z:e3edcf47-ff0d-4a4b-822b-532833809b32" + "EASTUS2:20211116T175550Z:177990ba-3d3e-47bb-92b8-1031d77ac126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2601,86 +2604,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:36:32 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "2ca14319-493d-4ff6-a818-e455295dfb6e" - ], - "x-ms-correlation-request-id": [ - "2ca14319-493d-4ff6-a818-e455295dfb6e" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T173647Z:2ca14319-493d-4ff6-a818-e455295dfb6e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 17:36:47 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2688,77 +2631,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "5b0efc46-1f66-4218-8a99-43610cb801ac" - ], - "x-ms-correlation-request-id": [ - "5b0efc46-1f66-4218-8a99-43610cb801ac" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T173702Z:5b0efc46-1f66-4218-8a99-43610cb801ac" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 17:37:01 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 17:56:05 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "efd2d9a3-737b-4162-8c82-01efca52229b" + "0131b958-aca6-4f92-b419-44662d4effa3" ], "x-ms-correlation-request-id": [ - "efd2d9a3-737b-4162-8c82-01efca52229b" + "0131b958-aca6-4f92-b419-44662d4effa3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173717Z:efd2d9a3-737b-4162-8c82-01efca52229b" + "EASTUS2:20211116T175605Z:0131b958-aca6-4f92-b419-44662d4effa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2766,29 +2655,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzOTk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T1RrMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2796,20 +2682,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 17:56:05 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-request-id": [ - "0a89f6a9-2661-4c14-a3e4-268c7ecf0aa3" + "4540dbd4-ff74-4622-8d9b-e3cbc7f3bcb6" ], "x-ms-correlation-request-id": [ - "0a89f6a9-2661-4c14-a3e4-268c7ecf0aa3" + "4540dbd4-ff74-4622-8d9b-e3cbc7f3bcb6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173717Z:0a89f6a9-2661-4c14-a3e4-268c7ecf0aa3" + "EASTUS2:20211116T175605Z:4540dbd4-ff74-4622-8d9b-e3cbc7f3bcb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2817,14 +2706,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2833,29 +2719,29 @@ ], "Names": { "TestVMScaleSetWithPublicIPAndIPTags": [ - "crptestar3995", - "vmss1560", - "dnsname2343", - "crptestar3139" + "crptestar6019", + "vmss8224", + "dnsname5137", + "crptestar5902" ], "CreateVNETWithSubnets": [ - "vn7858", - "sn17536", - "sn27261" + "vn9169", + "sn18498", + "sn21699" ], "CreatePublicIP": [ - "pip6611", - "dn8123" + "pip5724", + "dn2935" ], "CreateNIC": [ - "nic4803", - "ip5953" + "nic9251", + "ip644" ], "CreateDefaultVMScaleSetInput": [ - "crptestar356", - "vmss7272", - "vmsstestnetconfig4411", - "vmsstestnetconfig3201" + "crptestar1958", + "vmss5309", + "vmsstestnetconfig7230", + "vmsstestnetconfig8373" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndPublicIPPrefix.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndPublicIPPrefix.json index 02b757a092182..3b3eddccf6b33 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndPublicIPPrefix.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndPublicIPPrefix.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b7e5753-de6b-40a6-bfdb-b2daf279c23a" + "40b22f9d-e6b7-4a5f-8260-de965c57a50d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "212054ff-2505-41c0-8e66-2fff9509ffa2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "39b96366-784b-44dd-9005-17b0d375e3c9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "32a52d57-ab17-4c5c-8aa4-1834415ab6f6" + "ce68d1d9-47fd-4cd4-a297-228d303aca56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155310Z:32a52d57-ab17-4c5c-8aa4-1834415ab6f6" + "EASTUS2:20211116T160211Z:ce68d1d9-47fd-4cd4-a297-228d303aca56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:10 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62081?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar49841?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5ODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar62081\": \"2021-06-29 15:53:10Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar49841\": \"2021-11-16 16:02:11Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9b7c34f9-77d4-41ef-9574-a1197b92ad0d" + "5b99fd88-4c3b-4678-a4ad-56fd319816d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:14 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "f5885eba-b6a4-49d8-a162-49d8ead82718" + "e80d0c8d-ddb2-4cb6-acde-a9798517d7b4" ], "x-ms-correlation-request-id": [ - "f5885eba-b6a4-49d8-a162-49d8ead82718" + "e80d0c8d-ddb2-4cb6-acde-a9798517d7b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155313Z:f5885eba-b6a4-49d8-a162-49d8ead82718" + "EASTUS2:20211116T160214Z:e80d0c8d-ddb2-4cb6-acde-a9798517d7b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:13 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081\",\r\n \"name\": \"crptestar62081\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar62081\": \"2021-06-29 15:53:10Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841\",\r\n \"name\": \"crptestar49841\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar49841\": \"2021-11-16 16:02:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62081?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar49841?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5ODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e6d6ba5b-e217-4f81-ae93-612e101d9abd" + "ea3088f2-b24d-45f6-a766-8639e16aba3b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "de987d9d-7ad4-4819-a7ab-3dc053a2959e" + "a696893a-181b-46e0-8408-c6bc152867ea" ], "x-ms-correlation-request-id": [ - "de987d9d-7ad4-4819-a7ab-3dc053a2959e" + "a696893a-181b-46e0-8408-c6bc152867ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155415Z:de987d9d-7ad4-4819-a7ab-3dc053a2959e" + "EASTUS2:20211116T160320Z:a696893a-181b-46e0-8408-c6bc152867ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:15 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081\",\r\n \"name\": \"crptestar62081\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841\",\r\n \"name\": \"crptestar49841\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Storage/storageAccounts/crptestar1455?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTQ1NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Storage/storageAccounts/crptestar360?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzYwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0f7f8deb-4b0c-478e-88cc-d692f294f951" + "6f832e32-8a07-4f17-bc32-c62c8e5212b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3f746143-471d-4a44-ad9e-802115ec2536?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/35f2c5ae-b7d1-4ac9-870b-be6c7af77b7c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3f746143-471d-4a44-ad9e-802115ec2536" + "35f2c5ae-b7d1-4ac9-870b-be6c7af77b7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "2c181fb6-9556-4aba-8f10-c9cfc9ce23c3" + "bf0870dd-fc7c-4302-a0c9-8b9ad6bb5037" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155323Z:2c181fb6-9556-4aba-8f10-c9cfc9ce23c3" + "EASTUS2:20211116T160226Z:bf0870dd-fc7c-4302-a0c9-8b9ad6bb5037" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:23 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3f746143-471d-4a44-ad9e-802115ec2536?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvM2Y3NDYxNDMtNDcxZC00YTQ0LWFkOWUtODAyMTE1ZWMyNTM2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/35f2c5ae-b7d1-4ac9-870b-be6c7af77b7c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMzVmMmM1YWUtYjdkMS00YWM5LTg3MGItYmU2YzdhZjc3YjdjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3f746143-471d-4a44-ad9e-802115ec2536?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/35f2c5ae-b7d1-4ac9-870b-be6c7af77b7c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e9d2f337-0c06-45e1-a4b1-3880a55ba39e" + "dd1ab3fd-fdaf-4548-8ee0-532cf1e9c869" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "c8d8d854-3ea9-418e-b6a9-8d336aae34ee" + "f277d745-99c7-4f5f-bc06-465faa6bf2b6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155340Z:c8d8d854-3ea9-418e-b6a9-8d336aae34ee" + "EASTUS2:20211116T160243Z:f277d745-99c7-4f5f-bc06-465faa6bf2b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:40 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/3f746143-471d-4a44-ad9e-802115ec2536?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvM2Y3NDYxNDMtNDcxZC00YTQ0LWFkOWUtODAyMTE1ZWMyNTM2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/35f2c5ae-b7d1-4ac9-870b-be6c7af77b7c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMzVmMmM1YWUtYjdkMS00YWM5LTg3MGItYmU2YzdhZjc3YjdjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "57c3545d-d387-4c15-ac50-5fa519bba74d" + "0e1a5db5-3798-4a32-8db6-f68785626c20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c08a472f-1c33-4bae-b042-78855f1b4451" + "f1713655-5bc9-4726-86ca-39a963d01194" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155343Z:c08a472f-1c33-4bae-b042-78855f1b4451" + "EASTUS2:20211116T160246Z:f1713655-5bc9-4726-86ca-39a963d01194" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:43 GMT" - ], "Content-Length": [ "95" ], @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9075e1e-71d3-4f54-a88c-8e0a936e0717" + "7f3faf83-b48f-4742-ab2e-a5e1e212e396" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5870e0a4-f9a8-4a46-8973-c033938bda20" + "0afb3461-1437-4351-a369-20e1277ae802" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "eaecd829-ba13-4805-991c-6435f3c21319" + "fa6b67c8-f021-4ec3-b452-52667b45f3cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155354Z:eaecd829-ba13-4805-991c-6435f3c21319" + "EASTUS2:20211116T160256Z:fa6b67c8-f021-4ec3-b452-52667b45f3cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:53 GMT" - ], "Content-Length": [ - "753" + "747" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Storage/storageAccounts/crptestar1455\",\r\n \"name\": \"crptestar1455\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T15:53:19.6428869Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1455.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1455.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1455.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1455.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Storage/storageAccounts/crptestar360\",\r\n \"name\": \"crptestar360\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T16:02:22.3966847Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar360.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar360.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar360.table.core.windows.net/\",\r\n \"file\": \"https://crptestar360.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Storage/storageAccounts/crptestar1455?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTQ1NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Storage/storageAccounts/crptestar360?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzYwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "886edf39-42f5-4e23-96dd-7cd65e6d3fdf" + "378eef00-e81f-430b-ad18-93cabaa76b3c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:02:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3dde5a3b-ec23-4962-ac23-4d1f05116ebc" + "9ea8d1de-31f2-470f-bc67-827a0a7098ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "97bdb751-a2a7-4fe7-8072-3350e5f2d51a" + "2414ce31-1f5d-438e-8472-de8b3e4577c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155354Z:97bdb751-a2a7-4fe7-8072-3350e5f2d51a" + "EASTUS2:20211116T160257Z:2414ce31-1f5d-438e-8472-de8b3e4577c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:53:53 GMT" - ], "Content-Length": [ - "741" + "735" ], "Content-Type": [ "application/json" @@ -520,80 +520,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Storage/storageAccounts/crptestar1455\",\r\n \"name\": \"crptestar1455\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T15:53:19.6428869Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1455.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1455.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1455.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1455.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Storage/storageAccounts/crptestar360\",\r\n \"name\": \"crptestar360\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T16:02:22.3966847Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar360.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar360.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar360.table.core.windows.net/\",\r\n \"file\": \"https://crptestar360.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yOTgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn1697\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn28898\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn14591\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn21180\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "77e66e4b-a6f7-4250-a674-4fb0d68a4df7" + "4098428b-7c6f-4e65-9c62-49c018db852d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "527" + "528" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:06 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e5cae562-cbd4-4696-9488-e887ba96618b" + "760ce9bb-fbd8-41ae-a5e3-e21dede10ebb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e5cae562-cbd4-4696-9488-e887ba96618b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/760ce9bb-fbd8-41ae-a5e3-e21dede10ebb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "04a3f814-fa62-4b38-b7cd-955ad0eb6f44" + "51d327c4-cb6e-4128-8cfa-422ac3b01908" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e3eea0d7-433b-4d28-9a12-a3d53d1917fc" + "4f9bb386-5a1a-4c62-9565-6d73752cb677" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155402Z:04a3f814-fa62-4b38-b7cd-955ad0eb6f44" + "EASTUS2:20211116T160306Z:51d327c4-cb6e-4128-8cfa-422ac3b01908" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:01 GMT" - ], "Content-Length": [ - "1929" + "1931" ], "Content-Type": [ "application/json; charset=utf-8" @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2982\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982\",\r\n \"etag\": \"W/\\\"9b144985-6ca2-4fa2-a246-130a892f0a36\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a83f23df-677d-4e57-a4b6-55a7df2bfc3d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn1697\",\r\n \"etag\": \"W/\\\"9b144985-6ca2-4fa2-a246-130a892f0a36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\",\r\n \"etag\": \"W/\\\"9b144985-6ca2-4fa2-a246-130a892f0a36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn3547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547\",\r\n \"etag\": \"W/\\\"45aef5bd-7706-4eff-b00f-9254ad5b2a01\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"33a3178d-964d-462e-b4d8-a3f7def787ac\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn14591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn14591\",\r\n \"etag\": \"W/\\\"45aef5bd-7706-4eff-b00f-9254ad5b2a01\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21180\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\",\r\n \"etag\": \"W/\\\"45aef5bd-7706-4eff-b00f-9254ad5b2a01\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e5cae562-cbd4-4696-9488-e887ba96618b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1Y2FlNTYyLWNiZDQtNDY5Ni05NDg4LWU4ODdiYTk2NjE4Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/760ce9bb-fbd8-41ae-a5e3-e21dede10ebb?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MGNlOWJiLWZiZDgtNDFhZS1hNWUzLWUyMWRlZGUxMGViYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "31583287-009f-4d50-83f1-13edea9b2af9" + "96296482-c83a-4c19-829d-6b8a6465a2d5" ], "x-ms-correlation-request-id": [ - "77de23d5-9023-4d2b-9ed6-a5b699bb0b26" + "d2b31b70-8c9d-4cbb-aaa3-7ff164cacafa" ], "x-ms-arm-service-request-id": [ - "3a13bd04-4821-4bd9-a619-6ad18ad58e19" + "ce5fa1a0-9989-4dab-be59-53247f8bc96c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155405Z:77de23d5-9023-4d2b-9ed6-a5b699bb0b26" + "EASTUS2:20211116T160309Z:d2b31b70-8c9d-4cbb-aaa3-7ff164cacafa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:05 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yOTgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNTQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b13fd058-3cf8-4261-a40b-6ad60d657244\"" + "W/\"bfd0e7e3-0ad5-47c1-a9e3-491224232f3a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "da8c24e6-8d62-475d-a4ac-528d1226179e" + "53b6e1b7-7033-420e-a972-c55a92fe39af" ], "x-ms-correlation-request-id": [ - "b286428b-cb12-4a87-94a9-fdd77a8de519" + "b10c1555-ee86-479e-8e96-986202729696" ], "x-ms-arm-service-request-id": [ - "3dc6f7f6-694c-49ef-860c-022fecad8909" + "4dfaf106-a9c7-4667-804c-2cb57bcf0495" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155406Z:b286428b-cb12-4a87-94a9-fdd77a8de519" + "EASTUS2:20211116T160310Z:b10c1555-ee86-479e-8e96-986202729696" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:05 GMT" - ], "Content-Length": [ - "1932" + "1934" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2982\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982\",\r\n \"etag\": \"W/\\\"b13fd058-3cf8-4261-a40b-6ad60d657244\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a83f23df-677d-4e57-a4b6-55a7df2bfc3d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn1697\",\r\n \"etag\": \"W/\\\"b13fd058-3cf8-4261-a40b-6ad60d657244\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn28898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\",\r\n \"etag\": \"W/\\\"b13fd058-3cf8-4261-a40b-6ad60d657244\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn3547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547\",\r\n \"etag\": \"W/\\\"bfd0e7e3-0ad5-47c1-a9e3-491224232f3a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"33a3178d-964d-462e-b4d8-a3f7def787ac\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn14591\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn14591\",\r\n \"etag\": \"W/\\\"bfd0e7e3-0ad5-47c1-a9e3-491224232f3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn21180\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\",\r\n \"etag\": \"W/\\\"bfd0e7e3-0ad5-47c1-a9e3-491224232f3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUFByZWZpeGVzL3BpcHJlZml4NzE2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUFByZWZpeGVzL3BpcHJlZml4NzEwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"prefixLength\": 30\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2afa57-4ea0-4bf6-a9bd-85c69e91caeb" + "28bf8260-de56-4a40-b417-b4a35e6cf5b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -759,46 +759,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7fdf2cc3-0089-43f3-9022-ddc16971b24c" + "66f6e318-8c4d-4feb-a8f9-3b190607d2e9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7fdf2cc3-0089-43f3-9022-ddc16971b24c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/66f6e318-8c4d-4feb-a8f9-3b190607d2e9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ea3636b6-b6da-4edc-a146-bc383d8f729b" + "a56ba2d4-e62f-4fe2-b3a6-6b3066760824" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b2afd5a6-67c9-4d05-b71c-dcf90fb31c6d" + "b0ffd446-79ec-49fa-ad8a-013d88ca056c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155409Z:ea3636b6-b6da-4edc-a146-bc383d8f729b" + "EASTUS2:20211116T160313Z:a56ba2d4-e62f-4fe2-b3a6-6b3066760824" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:09 GMT" - ], "Content-Length": [ "568" ], @@ -809,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"piprefix7163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\",\r\n \"etag\": \"W/\\\"47929757-cdf5-40cf-83dc-02db787e5a97\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9812ec9d-b535-43b7-b978-618ce0df87b9\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"piprefix7109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\",\r\n \"etag\": \"W/\\\"5bfae20d-2d99-4677-8ed3-8b4275f2401f\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e8328d92-4382-46f1-860e-7405ee5758f3\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7fdf2cc3-0089-43f3-9022-ddc16971b24c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdmZGYyY2MzLTAwODktNDNmMy05MDIyLWRkYzE2OTcxYjI0Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/66f6e318-8c4d-4feb-a8f9-3b190607d2e9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2ZjZlMzE4LThjNGQtNGZlYi1hOGY5LTNiMTkwNjA3ZDJlOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -829,37 +829,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2380de70-02c2-4ea7-8037-994715a331c0" + "af6ec7ac-8682-4ac9-8e75-1512e4b606a4" ], "x-ms-correlation-request-id": [ - "87b179b0-6a43-4f5c-bf87-8fedfb77ad33" + "5a3ea629-e3cf-49e2-a126-9eeddabc8f53" ], "x-ms-arm-service-request-id": [ - "0ad80bf9-eda8-468e-860b-630bde3dc3ea" + "0c60e987-2660-49ca-9de5-688a546b3819" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155413Z:87b179b0-6a43-4f5c-bf87-8fedfb77ad33" + "EASTUS2:20211116T160316Z:5a3ea629-e3cf-49e2-a126-9eeddabc8f53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:12 GMT" - ], "Content-Length": [ "29" ], @@ -874,15 +874,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUFByZWZpeGVzL3BpcHJlZml4NzE2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUFByZWZpeGVzL3BpcHJlZml4NzEwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,42 +890,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7c649a0b-ee6b-46da-9df4-daa59a0c60e9\"" + "W/\"9521d326-691c-4e82-bd53-92be054dfba0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e86572d1-9223-4170-b6ae-30992317b839" + "f7b6d2ec-98c7-4dd1-8b4e-942e69b93c6f" ], "x-ms-correlation-request-id": [ - "8bf7222a-bb87-43bd-869f-60595f4a512a" + "e5a38866-887d-4324-854d-cce11a7979a5" ], "x-ms-arm-service-request-id": [ - "9d60819b-ffec-4f0c-916f-441ae452bbf1" + "3027baa8-b9df-48a8-8b10-8e133c10a48b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155413Z:8bf7222a-bb87-43bd-869f-60595f4a512a" + "EASTUS2:20211116T160317Z:e5a38866-887d-4324-854d-cce11a7979a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:12 GMT" - ], "Content-Length": [ - "606" + "605" ], "Content-Type": [ "application/json; charset=utf-8" @@ -934,25 +934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"piprefix7163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\",\r\n \"etag\": \"W/\\\"7c649a0b-ee6b-46da-9df4-daa59a0c60e9\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9812ec9d-b535-43b7-b978-618ce0df87b9\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"20.197.71.248/30\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"piprefix7109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\",\r\n \"etag\": \"W/\\\"9521d326-691c-4e82-bd53-92be054dfba0\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8328d92-4382-46f1-860e-7405ee5758f3\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"104.43.73.84/30\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUFByZWZpeGVzL3BpcHJlZml4NzE2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUFByZWZpeGVzL3BpcHJlZml4NzEwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d6b0d7b-5cc5-476c-b132-5ad0b87616e1" + "705b2a8e-d0ae-4b0e-8b51-355f22aae992" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7c649a0b-ee6b-46da-9df4-daa59a0c60e9\"" + "W/\"9521d326-691c-4e82-bd53-92be054dfba0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9e0a2bad-0082-446d-b2b4-abc20291a58f" + "6e4d8b9b-fadc-40ea-bcef-833bdd95e548" ], "x-ms-correlation-request-id": [ - "0b1ebada-fa8f-435f-8023-f7df53cae708" + "97253def-9e32-4a70-ac19-c2804a30b84b" ], "x-ms-arm-service-request-id": [ - "c0537631-c33e-410b-ac81-f7293350043a" + "49ab1b9b-c251-4b80-a916-42961abec8f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155413Z:0b1ebada-fa8f-435f-8023-f7df53cae708" + "EASTUS2:20211116T160317Z:97253def-9e32-4a70-ac19-c2804a30b84b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:12 GMT" - ], "Content-Length": [ - "606" + "605" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"piprefix7163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\",\r\n \"etag\": \"W/\\\"7c649a0b-ee6b-46da-9df4-daa59a0c60e9\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9812ec9d-b535-43b7-b978-618ce0df87b9\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"20.197.71.248/30\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"piprefix7109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\",\r\n \"etag\": \"W/\\\"9521d326-691c-4e82-bd53-92be054dfba0\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPPrefixes\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8328d92-4382-46f1-860e-7405ee5758f3\",\r\n \"prefixLength\": 30,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"ipPrefix\": \"104.43.73.84/30\",\r\n \"ipTags\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPAddresses/pip8751?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NzUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPAddresses/pip1741?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNzQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2904\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4570\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e1e6dec-625b-4e18-9ebf-f16947adbca9" + "0504f5ce-063d-4a33-89d9-788b9542fb45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1036,46 +1036,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "143c0409-97a7-468f-b2fd-49e71f0b9fdd" + "a158181d-d9eb-48b1-869e-0223b1999940" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/143c0409-97a7-468f-b2fd-49e71f0b9fdd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a158181d-d9eb-48b1-869e-0223b1999940?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7d854683-7c10-4a92-b754-a18ee039774c" + "220c9c70-c7c5-4f64-b81a-5e221678879e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "65ca8f57-cbc9-403d-8890-85f02861ed13" + "e3fe5483-468f-411e-ad51-ff80eece7e12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155420Z:7d854683-7c10-4a92-b754-a18ee039774c" + "EASTUS2:20211116T160326Z:220c9c70-c7c5-4f64-b81a-5e221678879e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:19 GMT" - ], "Content-Length": [ "770" ], @@ -1086,19 +1086,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8751\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPAddresses/pip8751\",\r\n \"etag\": \"W/\\\"9c19f815-1307-4ea6-9a77-a765ff2972e3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e15fa107-dd83-49f4-861b-a09d849f63c9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2904\",\r\n \"fqdn\": \"dn2904.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPAddresses/pip1741\",\r\n \"etag\": \"W/\\\"826f545f-270c-4e51-9172-09183bec25ab\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c0c2fec3-2113-4012-a293-2330b74a2e36\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4570\",\r\n \"fqdn\": \"dn4570.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/143c0409-97a7-468f-b2fd-49e71f0b9fdd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0M2MwNDA5LTk3YTctNDY4Zi1iMmZkLTQ5ZTcxZjBiOWZkZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a158181d-d9eb-48b1-869e-0223b1999940?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNTgxODFkLWQ5ZWItNDhiMS04NjllLTAyMjNiMTk5OTk0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1106,39 +1106,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:26 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5a5b5c13-df96-4707-a36e-c739880ebd62" + "8639492f-264b-4a27-bdb6-8af775091ded" ], "x-ms-correlation-request-id": [ - "c117d1fc-b24e-442d-a074-02d2b69e3e4b" + "1e8c0f2c-dcba-45d8-ae0b-00eae50a18f3" ], "x-ms-arm-service-request-id": [ - "d874a3e8-fb3a-427d-add6-70593cb34bdf" + "b49e000a-83c0-4a34-b134-6e9f774278ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155421Z:c117d1fc-b24e-442d-a074-02d2b69e3e4b" + "EASTUS2:20211116T160327Z:1e8c0f2c-dcba-45d8-ae0b-00eae50a18f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:21 GMT" - ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1147,19 +1150,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPAddresses/pip8751?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NzUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a158181d-d9eb-48b1-869e-0223b1999940?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNTgxODFkLWQ5ZWItNDhiMS04NjllLTAyMjNiMTk5OTk0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1167,42 +1170,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:29 GMT" + ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"22efd6fb-3f22-4f5d-a0d5-4b372b1d1057\"" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e079c770-d016-45cf-b617-0075aef56180" + "50c7166d-e78c-4f33-b35a-3b88eb34784b" ], "x-ms-correlation-request-id": [ - "0771bec1-1f5f-40fa-8e2d-7afad6748aea" + "353c5627-db69-49f6-86e2-66e1ea0f6a8e" ], "x-ms-arm-service-request-id": [ - "bcf65b56-d969-4bdd-9280-b28ff54ed4e5" + "65451434-2fcb-4df2-99a3-0e6ff2db9deb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155422Z:0771bec1-1f5f-40fa-8e2d-7afad6748aea" + "EASTUS2:20211116T160329Z:353c5627-db69-49f6-86e2-66e1ea0f6a8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:21 GMT" - ], "Content-Length": [ - "771" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1211,25 +1211,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8751\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPAddresses/pip8751\",\r\n \"etag\": \"W/\\\"22efd6fb-3f22-4f5d-a0d5-4b372b1d1057\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e15fa107-dd83-49f4-861b-a09d849f63c9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2904\",\r\n \"fqdn\": \"dn2904.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPAddresses/pip8751?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NzUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPAddresses/pip1741?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNzQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "029d153a-4f66-4b5e-9f76-e5000800ac9f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1237,40 +1231,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"22efd6fb-3f22-4f5d-a0d5-4b372b1d1057\"" + "W/\"aed63def-ddcc-4e16-af96-1292d4734e48\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3428f804-df5e-4bb4-aee5-7589e735e5e3" + "fbc65639-ff1d-41a3-a8b7-2bb2bfd8419b" ], "x-ms-correlation-request-id": [ - "d06fd200-804b-46cc-bbed-9e80a78bb57d" + "7a203979-dec6-4097-b765-3cb2433fe327" ], "x-ms-arm-service-request-id": [ - "cdaef228-51b4-459f-9718-0c97a3716f22" + "7c6c0422-9513-464a-9dbe-273195fabf33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155422Z:d06fd200-804b-46cc-bbed-9e80a78bb57d" + "EASTUS2:20211116T160330Z:7a203979-dec6-4097-b765-3cb2433fe327" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:21 GMT" - ], "Content-Length": [ "771" ], @@ -1281,75 +1275,145 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8751\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPAddresses/pip8751\",\r\n \"etag\": \"W/\\\"22efd6fb-3f22-4f5d-a0d5-4b372b1d1057\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e15fa107-dd83-49f4-861b-a09d849f63c9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2904\",\r\n \"fqdn\": \"dn2904.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPAddresses/pip1741\",\r\n \"etag\": \"W/\\\"aed63def-ddcc-4e16-af96-1292d4734e48\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c2fec3-2113-4012-a293-2330b74a2e36\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4570\",\r\n \"fqdn\": \"dn4570.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NDI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn28898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\r\n }\r\n },\r\n \"name\": \"ip2333\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPAddresses/pip1741?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNzQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8a42d8a-735d-4dff-9b03-a95a860638cc" + "64e43ea7-f16c-4066-b83f-6ce843ffd280" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "751" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:29 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "ebc28e49-cd44-46b3-b248-5093d4ed2c60" + "ETag": [ + "W/\"aed63def-ddcc-4e16-af96-1292d4734e48\"" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ebc28e49-cd44-46b3-b248-5093d4ed2c60?api-version=2019-09-01" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ - "d238b391-2c48-4432-ac92-7bd36be078aa" + "x-ms-request-id": [ + "afe81f6a-9ed8-48f2-a499-35388a467310" ], - "Azure-AsyncNotification": [ - "Enabled" + "x-ms-correlation-request-id": [ + "b855d1b1-be42-43cc-9d2a-086f54166066" ], "x-ms-arm-service-request-id": [ - "7bd1c6ee-8641-45da-8551-100a1f92f828" + "6b561696-cc91-42b7-8df2-a2cc634a6422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155426Z:d238b391-2c48-4432-ac92-7bd36be078aa" + "EASTUS2:20211116T160330Z:b855d1b1-be42-43cc-9d2a-086f54166066" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "771" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip1741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPAddresses/pip1741\",\r\n \"etag\": \"W/\\\"aed63def-ddcc-4e16-af96-1292d4734e48\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c2fec3-2113-4012-a293-2330b74a2e36\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4570\",\r\n \"fqdn\": \"dn4570.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn21180\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\r\n }\r\n },\r\n \"name\": \"ip8316\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e59317b-0d61-4127-939f-63ad4ad299ce" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "751" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:03:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "80bab532-3b6f-4f1f-824e-bbfdd8f7bf54" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/80bab532-3b6f-4f1f-824e-bbfdd8f7bf54?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "03c4c402-456c-4852-8d1d-d2094b642f04" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "555b5410-dfcb-427c-8781-4ab43cb46e71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T160334Z:03c4c402-456c-4852-8d1d-d2094b642f04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:25 GMT" - ], "Content-Length": [ "1635" ], @@ -1360,19 +1424,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9425\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425\",\r\n \"etag\": \"W/\\\"5ab8acce-056d-4852-a52d-ed3510a640f2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a0f6f5f6-cb22-4c05-a558-fbb192f6ba91\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2333\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425/ipConfigurations/ip2333\",\r\n \"etag\": \"W/\\\"5ab8acce-056d-4852-a52d-ed3510a640f2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\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\": \"12rt5kd3m3lu3jfwkwt34k52hf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568\",\r\n \"etag\": \"W/\\\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9558e092-b8fc-4cf1-92dc-a37723282c06\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568/ipConfigurations/ip8316\",\r\n \"etag\": \"W/\\\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\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\": \"rul0gm0nsyxenngyup13332hve.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NDI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1380,40 +1444,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5ab8acce-056d-4852-a52d-ed3510a640f2\"" + "W/\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eeee3634-18fe-44ef-88a8-fcb2e894120b" + "2a375f89-0be6-417d-b98e-13c2bae53077" ], "x-ms-correlation-request-id": [ - "75cac722-7afc-4c1b-b1a3-2d89e10f5ceb" + "030d006a-cb36-4e2e-a383-6662fd84ca6a" ], "x-ms-arm-service-request-id": [ - "d7a3225c-1ac9-4185-a064-235e7dbcbb4c" + "8e95b41b-75b7-4521-b99a-65b29e9e74de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155426Z:75cac722-7afc-4c1b-b1a3-2d89e10f5ceb" + "EASTUS2:20211116T160334Z:030d006a-cb36-4e2e-a383-6662fd84ca6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:25 GMT" - ], "Content-Length": [ "1635" ], @@ -1424,25 +1488,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9425\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425\",\r\n \"etag\": \"W/\\\"5ab8acce-056d-4852-a52d-ed3510a640f2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a0f6f5f6-cb22-4c05-a558-fbb192f6ba91\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2333\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425/ipConfigurations/ip2333\",\r\n \"etag\": \"W/\\\"5ab8acce-056d-4852-a52d-ed3510a640f2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\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\": \"12rt5kd3m3lu3jfwkwt34k52hf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568\",\r\n \"etag\": \"W/\\\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9558e092-b8fc-4cf1-92dc-a37723282c06\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568/ipConfigurations/ip8316\",\r\n \"etag\": \"W/\\\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\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\": \"rul0gm0nsyxenngyup13332hve.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5NDI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NTY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ea2d288-b0d0-4c33-8c76-e6714e9acf0a" + "26b8c118-a5df-4bfc-82ba-f262bbb67ffa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1450,40 +1514,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5ab8acce-056d-4852-a52d-ed3510a640f2\"" + "W/\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9274dda2-2968-4774-a23c-b7275783afdc" + "6140675c-a280-4f5f-bc2c-79f483ca321f" ], "x-ms-correlation-request-id": [ - "3f7536ca-15d7-4061-bfbd-93ad8d31306f" + "f829d441-5f8d-4f0b-8de3-ff2bc8aae303" ], "x-ms-arm-service-request-id": [ - "4759a34d-34de-47c4-b439-70b000bbc999" + "d8c16ffa-13ff-41a3-9d90-fa6e87e4f00e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155426Z:3f7536ca-15d7-4061-bfbd-93ad8d31306f" + "EASTUS2:20211116T160335Z:f829d441-5f8d-4f0b-8de3-ff2bc8aae303" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:25 GMT" - ], "Content-Length": [ "1635" ], @@ -1494,52 +1558,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9425\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425\",\r\n \"etag\": \"W/\\\"5ab8acce-056d-4852-a52d-ed3510a640f2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a0f6f5f6-cb22-4c05-a558-fbb192f6ba91\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2333\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/networkInterfaces/nic9425/ipConfigurations/ip2333\",\r\n \"etag\": \"W/\\\"5ab8acce-056d-4852-a52d-ed3510a640f2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\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\": \"12rt5kd3m3lu3jfwkwt34k52hf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568\",\r\n \"etag\": \"W/\\\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9558e092-b8fc-4cf1-92dc-a37723282c06\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/networkInterfaces/nic6568/ipConfigurations/ip8316\",\r\n \"etag\": \"W/\\\"0ee1c22e-3ee6-4a68-b538-d3f328ee8d27\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\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\": \"rul0gm0nsyxenngyup13332hve.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODc0MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1455.blob.core.windows.net/crptestar8460\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig979\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7004\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname7432\"\r\n },\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\"\r\n }\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar360.blob.core.windows.net/crptestar799\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig589\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2361\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5038\"\r\n },\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\"\r\n }\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "205d7742-8c18-48c3-99e2-3dfd26e2bd96" + "811a2ff4-1813-4d8a-8e3c-9955794e3487" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2345" + "2343" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1548,29 +1619,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca8179f7-3526-414a-8081-dc88401b3e3d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "46f25c10-f1b2-481a-b0be-f30f59f86107" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4d7a9245-7cc0-4e8d-a7ef-efcaa2cbb5e1" + "45b420f9-8d00-4640-9a14-40853e20e62c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155440Z:4d7a9245-7cc0-4e8d-a7ef-efcaa2cbb5e1" + "EASTUS2:20211116T160345Z:45b420f9-8d00-4640-9a14-40853e20e62c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:39 GMT" - ], "Content-Length": [ - "3509" + "3507" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1579,62 +1643,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1455.blob.core.windows.net/crptestar8460\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig979\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7004\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname7432\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90aae5d1-f30c-4680-8e32-8c1f99a3d2c9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar360.blob.core.windows.net/crptestar799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig589\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2361\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5038\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eec5aff9-8634-4c24-a925-9fa601c94be8\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhODE3OWY3LTM1MjYtNDE0YS04MDgxLWRjODg0MDFiM2UzZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:03:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "068c424f-c7b9-4bc2-901c-e7412f96e689" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3ebf9095-7f0f-489e-9b0f-82f0b8cce4b5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "2fec2dbd-f05b-4fc9-a76d-733ba67e3ca3" + "b9bc0b11-cbcd-4f3d-b780-479f79239c8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155450Z:2fec2dbd-f05b-4fc9-a76d-733ba67e3ca3" + "EASTUS2:20211116T160356Z:b9bc0b11-cbcd-4f3d-b780-479f79239c8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:54:50 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1643,59 +1707,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:54:37.160588+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca8179f7-3526-414a-8081-dc88401b3e3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhODE3OWY3LTM1MjYtNDE0YS04MDgxLWRjODg0MDFiM2UzZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:05:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d571bc9-b948-4928-830a-db24e6e1875f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e9ef2197-91af-48c3-afdc-46681ba1085a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "fb74f8d5-f59e-4205-aab4-179da652a338" + "0c21cb6c-9b4f-423b-a4eb-e78ebe7319fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155628Z:fb74f8d5-f59e-4205-aab4-179da652a338" + "EASTUS2:20211116T160533Z:0c21cb6c-9b4f-423b-a4eb-e78ebe7319fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:56:27 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1704,59 +1768,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:54:37.160588+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca8179f7-3526-414a-8081-dc88401b3e3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhODE3OWY3LTM1MjYtNDE0YS04MDgxLWRjODg0MDFiM2UzZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:07:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4739c07e-2724-4153-bee8-1887ad2913bb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b7efd909-c0f4-4803-a774-23123f155f6f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "5c3bb53a-b596-43db-ae75-3f2ffa38dd29" + "f47c10ab-d5c8-4798-8b5e-e9141ac77dc2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155805Z:5c3bb53a-b596-43db-ae75-3f2ffa38dd29" + "EASTUS2:20211116T160710Z:f47c10ab-d5c8-4798-8b5e-e9141ac77dc2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:58:04 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1765,59 +1829,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:54:37.160588+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca8179f7-3526-414a-8081-dc88401b3e3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhODE3OWY3LTM1MjYtNDE0YS04MDgxLWRjODg0MDFiM2UzZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:08:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3583fce8-06c0-4f25-85cf-7f1435f7d4e3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4fe52fa2-2291-44af-8bf9-e37b8cbd2ec3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "d0ef0418-91cd-4275-8148-d2025530cb80" + "d0a85dc6-2afa-4524-9912-dfab95223344" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T155942Z:d0ef0418-91cd-4275-8148-d2025530cb80" + "EASTUS2:20211116T160848Z:d0a85dc6-2afa-4524-9912-dfab95223344" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 15:59:41 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1826,59 +1890,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:54:37.160588+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca8179f7-3526-414a-8081-dc88401b3e3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhODE3OWY3LTM1MjYtNDE0YS04MDgxLWRjODg0MDFiM2UzZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:10:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "402502ff-206d-48fe-9336-30f31001cfcd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9d1ef9c-94c3-4dce-882b-1f53cc76e548" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "b0001d3f-ccaf-4fb8-a74b-a6f2c2653239" + "8d4a6be7-a919-4a4d-9c4b-a0f323fefbcf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160119Z:b0001d3f-ccaf-4fb8-a74b-a6f2c2653239" + "EASTUS2:20211116T161025Z:8d4a6be7-a919-4a4d-9c4b-a0f323fefbcf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:01:19 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1887,59 +1951,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:54:37.160588+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca8179f7-3526-414a-8081-dc88401b3e3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhODE3OWY3LTM1MjYtNDE0YS04MDgxLWRjODg0MDFiM2UzZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:12:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca60d1f1-53b3-4d41-8839-181543c5bbd6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8302972c-7214-4dda-b3f8-3ec91fced769" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "7d117de3-4f37-400b-a21a-1deca90062b4" + "3aa277d3-bfea-4d9b-b9c6-073ff25d03e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160257Z:7d117de3-4f37-400b-a21a-1deca90062b4" + "EASTUS2:20211116T161202Z:3aa277d3-bfea-4d9b-b9c6-073ff25d03e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:02:56 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1948,59 +2012,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:54:37.160588+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca8179f7-3526-414a-8081-dc88401b3e3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca8179f7-3526-414a-8081-dc88401b3e3d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhODE3OWY3LTM1MjYtNDE0YS04MDgxLWRjODg0MDFiM2UzZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:13:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c275ece8-8a59-4024-aa02-8cb8476829b1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "74e6021d-22ab-4445-ad55-c554ce89b9dd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "6f0be706-99c1-44dc-9e5c-d0cbda70ea0e" + "a6601886-ee67-4361-8250-1510dc2185e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160434Z:6f0be706-99c1-44dc-9e5c-d0cbda70ea0e" + "EASTUS2:20211116T161339Z:a6601886-ee67-4361-8250-1510dc2185e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:04:34 GMT" - ], "Content-Length": [ - "182" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2009,59 +2073,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T15:54:37.160588+00:00\",\r\n \"endTime\": \"2021-06-29T16:03:46.320337+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ca8179f7-3526-414a-8081-dc88401b3e3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODc0MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:15:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2574" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "875932b4-083c-4efb-beb8-e1bc3e4052f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9da97e9b-c6a2-4689-a105-5eb17cd8df13" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-correlation-request-id": [ - "d67f395b-1d32-4775-852f-39f39768b3a6" + "6a512c39-5a0d-46d6-a5d8-7374ed48b9f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160434Z:d67f395b-1d32-4775-852f-39f39768b3a6" + "EASTUS2:20211116T161517Z:6a512c39-5a0d-46d6-a5d8-7374ed48b9f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:04:34 GMT" - ], "Content-Length": [ - "3510" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2070,159 +2134,631 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1455.blob.core.windows.net/crptestar8460\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig979\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7004\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname7432\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90aae5d1-f30c-4680-8e32-8c1f99a3d2c9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODc0MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "e7b916ec-0a9b-4733-9efe-6bb7bb030023" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:16:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2573" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4cda662-048e-4566-bdb1-7b1e322180db" + "0a0106fc-b3e5-4815-b6e8-905acad58514" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "fcf6e77f-bff7-4347-857a-d6994535f6b3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T161654Z:fcf6e77f-bff7-4347-857a-d6994535f6b3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:18:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "24840e2f-8d4a-47d8-9281-6719e682398c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "8cd4fee9-5908-494b-98e7-69a663593e8f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T161831Z:8cd4fee9-5908-494b-98e7-69a663593e8f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46f25c10-f1b2-481a-b0be-f30f59f86107?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2ZjI1YzEwLWYxYjItNDgxYS1iMGJlLWYzMGY1OWY4NjEwNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:20:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3c077a19-0d99-40ba-a93b-26a76dff1e1d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "f5699338-0baa-4299-8c2f-dcb252c67942" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T162009Z:f5699338-0baa-4299-8c2f-dcb252c67942" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T16:03:42.2554029+00:00\",\r\n \"endTime\": \"2021-11-16T16:18:42.0515141+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"46f25c10-f1b2-481a-b0be-f30f59f86107\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:20:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2595" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b4166a8c-2bc4-4378-89fd-dcfba05c2090" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "b9da5762-9a6a-452f-a305-061d5472de87" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T162009Z:b9da5762-9a6a-452f-a305-061d5472de87" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3508" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss3626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar360.blob.core.windows.net/crptestar799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig589\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2361\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5038\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eec5aff9-8634-4c24-a925-9fa601c94be8\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c60745d8-db65-48d2-a25b-3043773897a1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:20:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2594" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5994a534-2b2a-485f-b264-5ca14bfaf427" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "786bdae7-9638-43dd-ab14-0422663a40a7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T162009Z:786bdae7-9638-43dd-ab14-0422663a40a7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3508" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss3626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar360.blob.core.windows.net/crptestar799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig589\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2361\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5038\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eec5aff9-8634-4c24-a925-9fa601c94be8\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ5ODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1c5ce59-09c2-4e95-bcb6-8fb4212c4667" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:20:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2593" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "232c447a-3435-4b59-bce9-09aacc8d995f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "27afe60e-4a73-401a-8438-b8c5b82f77aa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T162009Z:27afe60e-4a73-401a-8438-b8c5b82f77aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3508" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss3626\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3626\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar360.blob.core.windows.net/crptestar799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig589\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2361\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/publicIPPrefixes/piprefix7109\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname5038\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar49841/providers/Microsoft.Network/virtualNetworks/vn3547/subnets/sn21180\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eec5aff9-8634-4c24-a925-9fa601c94be8\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar49841?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ5ODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2ac298a-13d3-499d-9501-4c3681b11bd6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:20:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "572fd0e3-94fb-46a4-a3e8-f98111f6d9d9" + ], + "x-ms-correlation-request-id": [ + "572fd0e3-94fb-46a4-a3e8-f98111f6d9d9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T162015Z:572fd0e3-94fb-46a4-a3e8-f98111f6d9d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:20:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "9474e9cb-bc7f-4557-81bb-5637488b24f7" + ], + "x-ms-correlation-request-id": [ + "9474e9cb-bc7f-4557-81bb-5637488b24f7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T162031Z:9474e9cb-bc7f-4557-81bb-5637488b24f7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 16:20:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" + ], + "x-ms-request-id": [ + "3870e075-1954-4e9e-ab7d-77572dd909df" ], "x-ms-correlation-request-id": [ - "a09c1a2b-4754-49b2-a6b0-fc3c9a576ebe" + "3870e075-1954-4e9e-ab7d-77572dd909df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160435Z:a09c1a2b-4754-49b2-a6b0-fc3c9a576ebe" + "EASTUS2:20211116T162046Z:3870e075-1954-4e9e-ab7d-77572dd909df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:04:34 GMT" - ], "Content-Length": [ - "3510" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1455.blob.core.windows.net/crptestar8460\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig979\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7004\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname7432\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90aae5d1-f30c-4680-8e32-8c1f99a3d2c9\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODc0MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "90082c21-1e64-40f9-bcfa-265f2dc6dabd" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:21:01 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2571" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "03be456d-c268-459e-8d37-aa8290864391" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" + ], + "x-ms-request-id": [ + "e343053b-a836-4804-bc41-9ce5c6340913" ], "x-ms-correlation-request-id": [ - "ab4ebcd3-d8ba-434c-bb68-851f20cd331d" + "e343053b-a836-4804-bc41-9ce5c6340913" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160435Z:ab4ebcd3-d8ba-434c-bb68-851f20cd331d" + "EASTUS2:20211116T162102Z:e343053b-a836-4804-bc41-9ce5c6340913" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:04:34 GMT" - ], "Content-Length": [ - "3510" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8741\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8741\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1455.blob.core.windows.net/crptestar8460\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig979\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7004\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [],\r\n \"publicIPPrefix\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/publicIPPrefixes/piprefix7163\"\r\n },\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname7432\"\r\n },\r\n \"publicIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62081/providers/Microsoft.Network/virtualNetworks/vn2982/subnets/sn28898\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90aae5d1-f30c-4680-8e32-8c1f99a3d2c9\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62081?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "2cf0b643-7c9e-4377-838e-6eed896bd7eb" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2230,26 +2766,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:21:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "a8180558-c922-4caa-8fc5-36fdfad488f0" + "d8e5b696-62c4-4f4e-9a02-0875bd774966" ], "x-ms-correlation-request-id": [ - "a8180558-c922-4caa-8fc5-36fdfad488f0" + "d8e5b696-62c4-4f4e-9a02-0875bd774966" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160442Z:a8180558-c922-4caa-8fc5-36fdfad488f0" + "EASTUS2:20211116T162117Z:d8e5b696-62c4-4f4e-9a02-0875bd774966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2257,29 +2796,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:04:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2287,26 +2823,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:21:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "a553dc25-2157-4085-951c-3640c1477473" + "7aa3c062-8989-4689-8207-4f0164c4a0b9" ], "x-ms-correlation-request-id": [ - "a553dc25-2157-4085-951c-3640c1477473" + "7aa3c062-8989-4689-8207-4f0164c4a0b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160457Z:a553dc25-2157-4085-951c-3640c1477473" + "EASTUS2:20211116T162133Z:7aa3c062-8989-4689-8207-4f0164c4a0b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2314,29 +2853,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:04:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2344,26 +2880,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:21:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "562df174-785c-4202-ab27-954b26187abb" + "815f2b1f-d763-482d-b20e-1c1403401860" ], "x-ms-correlation-request-id": [ - "562df174-785c-4202-ab27-954b26187abb" + "815f2b1f-d763-482d-b20e-1c1403401860" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160512Z:562df174-785c-4202-ab27-954b26187abb" + "EASTUS2:20211116T162148Z:815f2b1f-d763-482d-b20e-1c1403401860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2371,29 +2910,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:05:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2401,26 +2937,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:22:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "c9ad60ec-ecce-4f77-83e8-1c55d726bfe4" + "7ff0d078-9bf1-4040-92d9-115f3f40a7d4" ], "x-ms-correlation-request-id": [ - "c9ad60ec-ecce-4f77-83e8-1c55d726bfe4" + "7ff0d078-9bf1-4040-92d9-115f3f40a7d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160528Z:c9ad60ec-ecce-4f77-83e8-1c55d726bfe4" + "EASTUS2:20211116T162204Z:7ff0d078-9bf1-4040-92d9-115f3f40a7d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2428,29 +2967,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:05:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2458,26 +2994,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:22:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "b0936755-c5b4-4222-8796-6ea3a223e8ad" + "a681342a-fcef-4dcc-93cf-637f59969400" ], "x-ms-correlation-request-id": [ - "b0936755-c5b4-4222-8796-6ea3a223e8ad" + "a681342a-fcef-4dcc-93cf-637f59969400" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160543Z:b0936755-c5b4-4222-8796-6ea3a223e8ad" + "EASTUS2:20211116T162219Z:a681342a-fcef-4dcc-93cf-637f59969400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2485,29 +3024,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:05:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2515,26 +3051,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:22:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "019bed0e-c748-4fa9-a963-a4c54a8ddb36" + "478ca56e-7137-407b-b929-9a2891e275ae" ], "x-ms-correlation-request-id": [ - "019bed0e-c748-4fa9-a963-a4c54a8ddb36" + "478ca56e-7137-407b-b929-9a2891e275ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160559Z:019bed0e-c748-4fa9-a963-a4c54a8ddb36" + "EASTUS2:20211116T162234Z:478ca56e-7137-407b-b929-9a2891e275ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2542,29 +3081,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:05:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2572,26 +3108,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:22:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "8bbaa10d-ce0c-4f9a-894b-b430738eb2e6" + "1276fd29-c5d8-4fa9-b885-bfbdf0068582" ], "x-ms-correlation-request-id": [ - "8bbaa10d-ce0c-4f9a-894b-b430738eb2e6" + "1276fd29-c5d8-4fa9-b885-bfbdf0068582" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160614Z:8bbaa10d-ce0c-4f9a-894b-b430738eb2e6" + "EASTUS2:20211116T162250Z:1276fd29-c5d8-4fa9-b885-bfbdf0068582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2599,29 +3138,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:06:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2629,26 +3165,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:23:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "14b84ab8-a65b-4375-87f8-58b46aa96521" + "d7b9a4f6-9a10-48cf-bfa2-d28f52aa4156" ], "x-ms-correlation-request-id": [ - "14b84ab8-a65b-4375-87f8-58b46aa96521" + "d7b9a4f6-9a10-48cf-bfa2-d28f52aa4156" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160630Z:14b84ab8-a65b-4375-87f8-58b46aa96521" + "EASTUS2:20211116T162305Z:d7b9a4f6-9a10-48cf-bfa2-d28f52aa4156" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2656,29 +3195,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:06:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2686,26 +3222,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:23:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-request-id": [ - "7ec0f70f-a1ca-4263-bf04-6bdb5b909ff3" + "710befd4-d853-4c6b-8ecb-fa83e63bfac9" ], "x-ms-correlation-request-id": [ - "7ec0f70f-a1ca-4263-bf04-6bdb5b909ff3" + "710befd4-d853-4c6b-8ecb-fa83e63bfac9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160645Z:7ec0f70f-a1ca-4263-bf04-6bdb5b909ff3" + "EASTUS2:20211116T162321Z:710befd4-d853-4c6b-8ecb-fa83e63bfac9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2713,29 +3252,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:06:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2743,26 +3279,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:23:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-request-id": [ - "8496a11b-75e8-4aa6-b3aa-63e996bdc66f" + "917d07c2-1ae7-47f1-92b3-cff3192ae20b" ], "x-ms-correlation-request-id": [ - "8496a11b-75e8-4aa6-b3aa-63e996bdc66f" + "917d07c2-1ae7-47f1-92b3-cff3192ae20b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160701Z:8496a11b-75e8-4aa6-b3aa-63e996bdc66f" + "EASTUS2:20211116T162336Z:917d07c2-1ae7-47f1-92b3-cff3192ae20b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2770,29 +3309,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:07:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2800,26 +3336,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:23:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "a9452447-514e-4d80-b50a-3ce8bd62e86d" + "d754b14a-c80f-4595-ba35-afbe304362da" ], "x-ms-correlation-request-id": [ - "a9452447-514e-4d80-b50a-3ce8bd62e86d" + "d754b14a-c80f-4595-ba35-afbe304362da" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160716Z:a9452447-514e-4d80-b50a-3ce8bd62e86d" + "EASTUS2:20211116T162352Z:d754b14a-c80f-4595-ba35-afbe304362da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2827,29 +3366,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:07:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2857,26 +3393,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:24:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "f246a729-2354-4e7a-87d3-e4fa1cdccf5f" + "cee0f7ad-8f30-41a1-bfb5-2d3fd3be02c5" ], "x-ms-correlation-request-id": [ - "f246a729-2354-4e7a-87d3-e4fa1cdccf5f" + "cee0f7ad-8f30-41a1-bfb5-2d3fd3be02c5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160732Z:f246a729-2354-4e7a-87d3-e4fa1cdccf5f" + "EASTUS2:20211116T162407Z:cee0f7ad-8f30-41a1-bfb5-2d3fd3be02c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2884,29 +3423,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:07:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2914,26 +3450,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:24:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "aa206d3e-2bba-420a-b725-4aed073e8b16" + "80735fdb-f06d-48f9-a85c-a210a78acff7" ], "x-ms-correlation-request-id": [ - "aa206d3e-2bba-420a-b725-4aed073e8b16" + "80735fdb-f06d-48f9-a85c-a210a78acff7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160747Z:aa206d3e-2bba-420a-b725-4aed073e8b16" + "EASTUS2:20211116T162423Z:80735fdb-f06d-48f9-a85c-a210a78acff7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2941,29 +3480,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:07:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2971,26 +3507,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:24:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "d1c267ab-7bcd-4a27-9b1e-e5274d61587f" + "11dd46e7-518d-4a81-bca0-122e18014834" ], "x-ms-correlation-request-id": [ - "d1c267ab-7bcd-4a27-9b1e-e5274d61587f" + "11dd46e7-518d-4a81-bca0-122e18014834" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160803Z:d1c267ab-7bcd-4a27-9b1e-e5274d61587f" + "EASTUS2:20211116T162439Z:11dd46e7-518d-4a81-bca0-122e18014834" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2998,29 +3537,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:08:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3028,26 +3564,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:24:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "c2783c50-d6b8-4af3-90ea-3fff7d24c461" + "00938888-df9b-4bdc-ba52-497e3e557c20" ], "x-ms-correlation-request-id": [ - "c2783c50-d6b8-4af3-90ea-3fff7d24c461" + "00938888-df9b-4bdc-ba52-497e3e557c20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160818Z:c2783c50-d6b8-4af3-90ea-3fff7d24c461" + "EASTUS2:20211116T162454Z:00938888-df9b-4bdc-ba52-497e3e557c20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3055,29 +3594,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:08:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3085,26 +3621,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:25:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-request-id": [ - "68088748-8285-4129-99b1-6fb45cd3c9c7" + "5cc47c41-31ab-443c-8c46-99a818ad6e5a" ], "x-ms-correlation-request-id": [ - "68088748-8285-4129-99b1-6fb45cd3c9c7" + "5cc47c41-31ab-443c-8c46-99a818ad6e5a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160834Z:68088748-8285-4129-99b1-6fb45cd3c9c7" + "EASTUS2:20211116T162510Z:5cc47c41-31ab-443c-8c46-99a818ad6e5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3112,29 +3651,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:08:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3142,26 +3678,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:25:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-request-id": [ - "15fef235-1b2b-4721-870e-e00fa0875c6a" + "9997f06d-e13f-483a-9314-5065b5a04c36" ], "x-ms-correlation-request-id": [ - "15fef235-1b2b-4721-870e-e00fa0875c6a" + "9997f06d-e13f-483a-9314-5065b5a04c36" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160849Z:15fef235-1b2b-4721-870e-e00fa0875c6a" + "EASTUS2:20211116T162525Z:9997f06d-e13f-483a-9314-5065b5a04c36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3169,29 +3708,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:08:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3199,26 +3735,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:25:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-request-id": [ - "bfe49622-af4c-4f73-b538-10a69f360ea9" + "5269b936-c03d-4b0e-948c-f649101d91b8" ], "x-ms-correlation-request-id": [ - "bfe49622-af4c-4f73-b538-10a69f360ea9" + "5269b936-c03d-4b0e-948c-f649101d91b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160905Z:bfe49622-af4c-4f73-b538-10a69f360ea9" + "EASTUS2:20211116T162541Z:5269b936-c03d-4b0e-948c-f649101d91b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3226,29 +3765,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:09:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3256,20 +3792,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:25:56 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-request-id": [ - "1ec778e6-649e-4b19-a356-1d7df7706e52" + "cae95932-b6fe-4dea-ba74-52661adef7a3" ], "x-ms-correlation-request-id": [ - "1ec778e6-649e-4b19-a356-1d7df7706e52" + "cae95932-b6fe-4dea-ba74-52661adef7a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160920Z:1ec778e6-649e-4b19-a356-1d7df7706e52" + "EASTUS2:20211116T162556Z:cae95932-b6fe-4dea-ba74-52661adef7a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3277,29 +3816,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:09:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjA4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpBNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0OTg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwT1RnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3307,20 +3843,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 16:25:56 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11977" ], "x-ms-request-id": [ - "9348aefe-dc93-42e4-b35a-4a85ae104302" + "b43dce77-0d99-4c68-a090-16fa41a8e124" ], "x-ms-correlation-request-id": [ - "9348aefe-dc93-42e4-b35a-4a85ae104302" + "b43dce77-0d99-4c68-a090-16fa41a8e124" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160921Z:9348aefe-dc93-42e4-b35a-4a85ae104302" + "EASTUS2:20211116T162557Z:b43dce77-0d99-4c68-a090-16fa41a8e124" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3328,14 +3867,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 16:09:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3344,32 +3880,32 @@ ], "Names": { "TestVMScaleSetWithPublicIPAndPublicIPPrefix": [ - "crptestar6208", - "vmss8741", - "dnsname7432", - "crptestar1455" + "crptestar4984", + "vmss3626", + "dnsname5038", + "crptestar360" ], "CreateVNETWithSubnets": [ - "vn2982", - "sn1697", - "sn28898" + "vn3547", + "sn14591", + "sn21180" ], "CreatePublicIPPrefix": [ - "piprefix7163" + "piprefix7109" ], "CreatePublicIP": [ - "pip8751", - "dn2904" + "pip1741", + "dn4570" ], "CreateNIC": [ - "nic9425", - "ip2333" + "nic6568", + "ip8316" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8460", - "vmss489", - "vmsstestnetconfig979", - "vmsstestnetconfig7004" + "crptestar799", + "vmss6949", + "vmsstestnetconfig589", + "vmsstestnetconfig2361" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnIpv6.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnIpv6.json index d1d3d90eb1463..2f78d32d8a8ce 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnIpv6.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnIpv6.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5db389cf-b4d5-46f1-86c7-42a66c8f5d5b" + "4107645b-acde-44b4-81c4-643d9f67dbf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "228d209f-60b8-4c12-b57f-b83d9c878a4f" + "f37e317f-2a5c-40d1-bfb4-5dfa3d79f446" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "3323d9ac-56c1-4c9e-9804-e3cdad5fa32d" + "d7b006f6-1d25-485a-a1fc-5fcff8928f64" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160923Z:3323d9ac-56c1-4c9e-9804-e3cdad5fa32d" + "SOUTHCENTRALUS:20220126T075002Z:d7b006f6-1d25-485a-a1fc-5fcff8928f64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:09:23 GMT" + "Wed, 26 Jan 2022 07:50:01 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar35671?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1NjcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar61491?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYxNDkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar35671\": \"2021-06-29 16:09:23Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar61491\": \"2022-01-26 07:50:03Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c1197884-ace7-4f48-9df9-ee1f5cc67fa0" + "e3e61957-6e9b-43d6-9862-b9363bee84d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "20376ba8-ae6b-408f-8d3c-76e6bb883465" + "352ad160-d66e-406b-98cb-9feffcb182a3" ], "x-ms-correlation-request-id": [ - "20376ba8-ae6b-408f-8d3c-76e6bb883465" + "352ad160-d66e-406b-98cb-9feffcb182a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160925Z:20376ba8-ae6b-408f-8d3c-76e6bb883465" + "SOUTHCENTRALUS:20220126T075006Z:352ad160-d66e-406b-98cb-9feffcb182a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:09:25 GMT" + "Wed, 26 Jan 2022 07:50:05 GMT" ], "Content-Length": [ "237" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671\",\r\n \"name\": \"crptestar35671\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar35671\": \"2021-06-29 16:09:23Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491\",\r\n \"name\": \"crptestar61491\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar61491\": \"2022-01-26 07:50:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar35671?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1NjcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar61491?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYxNDkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5fdda05-49ee-44c0-8082-60d13f504d15" + "22967a43-f4c7-41c1-9595-a6c33f8576d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "36130c04-e2f6-455a-a527-dcd38e539669" + "2c72d6ab-f233-4fe3-8b80-6ed5c9d229b9" ], "x-ms-correlation-request-id": [ - "36130c04-e2f6-455a-a527-dcd38e539669" + "2c72d6ab-f233-4fe3-8b80-6ed5c9d229b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161018Z:36130c04-e2f6-455a-a527-dcd38e539669" + "SOUTHCENTRALUS:20220126T075103Z:2c72d6ab-f233-4fe3-8b80-6ed5c9d229b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:17 GMT" + "Wed, 26 Jan 2022 07:51:03 GMT" ], "Content-Length": [ "188" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671\",\r\n \"name\": \"crptestar35671\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491\",\r\n \"name\": \"crptestar61491\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Storage/storageAccounts/crptestar6565?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjU2NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Storage/storageAccounts/crptestar1458?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTQ1OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3414149-4de6-4ca7-bfc9-abc2a459c0ea" + "b56b6d20-0c16-4bde-96b9-85f11375da8e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1a074058-ccd1-44b9-b33b-58059660dea7?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/62c91cef-c8f0-4f52-8085-4ebf705c2b0d?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "1a074058-ccd1-44b9-b33b-58059660dea7" + "62c91cef-c8f0-4f52-8085-4ebf705c2b0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -250,19 +250,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": [ - "d1de6336-d121-4f0f-9190-6c1510941bff" + "cfd38bd1-410f-4fa0-897d-d305ca402eec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160937Z:d1de6336-d121-4f0f-9190-6c1510941bff" + "SOUTHCENTRALUS:20220126T075017Z:cfd38bd1-410f-4fa0-897d-d305ca402eec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:09:36 GMT" + "Wed, 26 Jan 2022 07:50:17 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/1a074058-ccd1-44b9-b33b-58059660dea7?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMWEwNzQwNTgtY2NkMS00NGI5LWIzM2ItNTgwNTk2NjBkZWE3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/62c91cef-c8f0-4f52-8085-4ebf705c2b0d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNjJjOTFjZWYtYzhmMC00ZjUyLTgwODUtNGViZjcwNWMyYjBkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/62c91cef-c8f0-4f52-8085-4ebf705c2b0d?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "a9c1a48a-c9f5-44d4-9bf8-39dd4d2364ca" + "b74b3a5a-5310-4d20-b314-def05f7acd99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +316,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "687a1b3d-683a-4a1b-a9ed-5c4e97d4140e" + "7f380288-27e7-44b5-8ff8-1e3cffa0a9ed" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T075034Z:7f380288-27e7-44b5-8ff8-1e3cffa0a9ed" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 07:50:34 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/62c91cef-c8f0-4f52-8085-4ebf705c2b0d?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNjJjOTFjZWYtYzhmMC00ZjUyLTgwODUtNGViZjcwNWMyYjBkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b97fd684-497e-453b-8de3-8f44e222f528" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "740f6d0a-46b6-4f07-92f7-b9fe48206a6d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T160954Z:687a1b3d-683a-4a1b-a9ed-5c4e97d4140e" + "SOUTHCENTRALUS:20220126T075038Z:740f6d0a-46b6-4f07-92f7-b9fe48206a6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:09:54 GMT" + "Wed, 26 Jan 2022 07:50:37 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eeb7ec47-5be3-4aa7-bf15-408e2a4da86c" + "4caaa953-4491-4ae3-9d4f-8398f205c68a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "e075f603-212c-4d30-bec1-28a494159d58" + "d0f46d20-eb54-45c8-814d-563fa86896a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "50cee118-9864-417c-b9b0-7576ae35516e" + "8e74153b-8f4f-47c1-b303-be1cd848006c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161004Z:50cee118-9864-417c-b9b0-7576ae35516e" + "SOUTHCENTRALUS:20220126T075048Z:8e74153b-8f4f-47c1-b303-be1cd848006c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:04 GMT" + "Wed, 26 Jan 2022 07:50:47 GMT" ], "Content-Length": [ "753" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Storage/storageAccounts/crptestar6565\",\r\n \"name\": \"crptestar6565\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:09:33.4753012Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6565.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6565.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6565.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6565.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Storage/storageAccounts/crptestar1458\",\r\n \"name\": \"crptestar1458\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:50:14.148246Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1458.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1458.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1458.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1458.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Storage/storageAccounts/crptestar6565?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjU2NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Storage/storageAccounts/crptestar1458?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTQ1OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38f1e2c5-7f71-4136-b4ae-97530d3f56bd" + "8e82c9ee-1d47-49e1-901e-263683a6911d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "6f3fa8cb-2b83-47a1-8226-c7b9d83abe19" + "f4bad778-4e0a-4c99-a3d4-76a55c1bd491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +496,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "3f649df1-3284-4ff5-9430-b9fe042834c1" + "d9c9c086-b664-4a34-b455-9aecfee66b6a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161004Z:3f649df1-3284-4ff5-9430-b9fe042834c1" + "SOUTHCENTRALUS:20220126T075048Z:d9c9c086-b664-4a34-b455-9aecfee66b6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:04 GMT" + "Wed, 26 Jan 2022 07:50:48 GMT" ], "Content-Length": [ "741" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Storage/storageAccounts/crptestar6565\",\r\n \"name\": \"crptestar6565\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:09:33.4753012Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6565.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6565.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6565.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6565.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Storage/storageAccounts/crptestar1458\",\r\n \"name\": \"crptestar1458\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T07:50:14.148246Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1458.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1458.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1458.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1458.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MTAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn19288\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn25419\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn13773\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn27042\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b0504d3-be5e-4ea7-bd2a-aa12be5cbd98" + "6cbbcd20-966e-42a5-ba64-0e4d965b7d2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +559,19 @@ "3" ], "x-ms-request-id": [ - "340f8136-e5b2-4d8d-be8d-3629247f722a" + "2b7264d8-7e43-40bb-b1ae-4663fd677575" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/340f8136-e5b2-4d8d-be8d-3629247f722a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2b7264d8-7e43-40bb-b1ae-4663fd677575?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "85e6b7fa-a47e-4c6e-b488-8d2df92d5a9e" + "5d385fdc-548e-4c72-98df-1b6132994db9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eeddd683-7c58-4d34-8e5e-6ba944f41925" + "44de9307-c35c-4f35-8e86-29e17676c0b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -518,16 +581,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161012Z:85e6b7fa-a47e-4c6e-b488-8d2df92d5a9e" + "SOUTHCENTRALUS:20220126T075058Z:5d385fdc-548e-4c72-98df-1b6132994db9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:11 GMT" + "Wed, 26 Jan 2022 07:50:58 GMT" ], "Content-Length": [ "1931" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8103\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103\",\r\n \"etag\": \"W/\\\"682e11e6-79a7-4f77-bbf0-a14aaa53a17b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d2af5e20-ebad-4e0b-9b61-899b4a762134\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn19288\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn19288\",\r\n \"etag\": \"W/\\\"682e11e6-79a7-4f77-bbf0-a14aaa53a17b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn25419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\",\r\n \"etag\": \"W/\\\"682e11e6-79a7-4f77-bbf0-a14aaa53a17b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn2650\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650\",\r\n \"etag\": \"W/\\\"9c4e9d5c-011b-40f7-9f60-7af6c2f2c845\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6310273f-62a2-4280-989b-5526d39a3b13\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn13773\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn13773\",\r\n \"etag\": \"W/\\\"9c4e9d5c-011b-40f7-9f60-7af6c2f2c845\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27042\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\",\r\n \"etag\": \"W/\\\"9c4e9d5c-011b-40f7-9f60-7af6c2f2c845\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/340f8136-e5b2-4d8d-be8d-3629247f722a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0MGY4MTM2LWU1YjItNGQ4ZC1iZThkLTM2MjkyNDdmNzIyYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2b7264d8-7e43-40bb-b1ae-4663fd677575?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiNzI2NGQ4LTdlNDMtNDBiYi1iMWFlLTQ2NjNmZDY3NzU3NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "cd8b30fd-9a83-4a7b-9a13-ed4e46f7ed94" + "46243d70-28e6-4c44-8ace-2f7f2d98038c" ], "x-ms-correlation-request-id": [ - "abca67dd-3a4a-4727-97e0-993a8d356882" + "c2069b58-08c6-48b5-8e38-215d9d19ca3c" ], "x-ms-arm-service-request-id": [ - "bb1bb693-03ed-4fce-9264-66895ca6efc3" + "5a46ffef-9797-4844-9f47-f207f506dd81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,16 +642,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161015Z:abca67dd-3a4a-4727-97e0-993a8d356882" + "SOUTHCENTRALUS:20220126T075102Z:c2069b58-08c6-48b5-8e38-215d9d19ca3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:15 GMT" + "Wed, 26 Jan 2022 07:51:01 GMT" ], "Content-Length": [ "29" @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MTAzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNjUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"3a7b1966-f1f4-4319-bd29-6d179cbbd56b\"" + "W/\"a9012435-54c6-4722-99e4-c30b90ade0bc\"" ], "x-ms-request-id": [ - "5dfa2131-6253-4bcf-8960-3c0dd0e41261" + "3114eb4a-8705-49cd-9c75-f0281fe633c8" ], "x-ms-correlation-request-id": [ - "dabb20ec-075a-45fa-bbb2-2e866e2ec847" + "9f3e5934-3308-4daf-9cf8-1f161f9e3da6" ], "x-ms-arm-service-request-id": [ - "d80ecc2d-3aa2-4775-9834-398ef370d7ff" + "54b765ea-b710-47e6-a4aa-9bfae983ee40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -643,16 +706,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161015Z:dabb20ec-075a-45fa-bbb2-2e866e2ec847" + "SOUTHCENTRALUS:20220126T075102Z:9f3e5934-3308-4daf-9cf8-1f161f9e3da6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:15 GMT" + "Wed, 26 Jan 2022 07:51:01 GMT" ], "Content-Length": [ "1934" @@ -664,32 +727,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8103\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103\",\r\n \"etag\": \"W/\\\"3a7b1966-f1f4-4319-bd29-6d179cbbd56b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d2af5e20-ebad-4e0b-9b61-899b4a762134\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn19288\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn19288\",\r\n \"etag\": \"W/\\\"3a7b1966-f1f4-4319-bd29-6d179cbbd56b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn25419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\",\r\n \"etag\": \"W/\\\"3a7b1966-f1f4-4319-bd29-6d179cbbd56b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn2650\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650\",\r\n \"etag\": \"W/\\\"a9012435-54c6-4722-99e4-c30b90ade0bc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6310273f-62a2-4280-989b-5526d39a3b13\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn13773\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn13773\",\r\n \"etag\": \"W/\\\"a9012435-54c6-4722-99e4-c30b90ade0bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn27042\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\",\r\n \"etag\": \"W/\\\"a9012435-54c6-4722-99e4-c30b90ade0bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/publicIPAddresses/pip694?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/publicIPAddresses/pip5363?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MzYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9339\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn299\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a52acb23-2425-40d9-8eb7-1f2502d4c629" + "9a900898-3a35-4864-a752-e8ab0e7ccff1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "207" + "206" ] }, "ResponseHeaders": { @@ -703,19 +766,19 @@ "1" ], "x-ms-request-id": [ - "367506cd-d27a-449c-a00e-2c69550fd49f" + "2b37c6eb-c1b0-4e34-aeee-78ac9ca9b21c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/367506cd-d27a-449c-a00e-2c69550fd49f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2b37c6eb-c1b0-4e34-aeee-78ac9ca9b21c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e1de8edf-0f6a-461a-b643-a9a32f0e1fda" + "5a69bd9a-10ea-44bb-aff3-e2d26e79cce2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d12d1553-6928-406e-9f14-42671ff83179" + "2c57729d-8cfb-4d2b-bebd-9a8c434f1d43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -725,16 +788,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161023Z:e1de8edf-0f6a-461a-b643-a9a32f0e1fda" + "SOUTHCENTRALUS:20220126T075108Z:5a69bd9a-10ea-44bb-aff3-e2d26e79cce2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:23 GMT" + "Wed, 26 Jan 2022 07:51:08 GMT" ], "Content-Length": [ "768" @@ -746,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/publicIPAddresses/pip694\",\r\n \"etag\": \"W/\\\"10a026bd-6130-4b63-b71d-39acd0e9df00\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"773f92f7-96b8-4fa2-92f8-094777ed0009\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9339\",\r\n \"fqdn\": \"dn9339.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5363\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/publicIPAddresses/pip5363\",\r\n \"etag\": \"W/\\\"f4b23e3e-e18a-4986-8531-0849576c10db\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9881971f-a5cf-4e7b-b44d-730299e4130f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn299\",\r\n \"fqdn\": \"dn299.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/367506cd-d27a-449c-a00e-2c69550fd49f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM2NzUwNmNkLWQyN2EtNDQ5Yy1hMDBlLTJjNjk1NTBmZDQ5Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2b37c6eb-c1b0-4e34-aeee-78ac9ca9b21c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiMzdjNmViLWMxYjAtNGUzNC1hZWVlLTc4YWM5Y2E5YjIxYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -770,13 +833,13 @@ "no-cache" ], "x-ms-request-id": [ - "9b660343-5eb8-4f77-88e4-f0b7e455056f" + "6d53932f-e31f-4c74-90b1-5206ae3ea394" ], "x-ms-correlation-request-id": [ - "13248ad6-e210-4791-b671-223d0af3bb0c" + "9510ca68-9d7f-402f-b8df-6bc4a9bd1d64" ], "x-ms-arm-service-request-id": [ - "2f2f4cbb-b8b4-4a4b-9208-4df4fc6941ea" + "419e6c55-39f5-4f3c-b1a1-59c5a4d70291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -786,16 +849,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161024Z:13248ad6-e210-4791-b671-223d0af3bb0c" + "SOUTHCENTRALUS:20220126T075110Z:9510ca68-9d7f-402f-b8df-6bc4a9bd1d64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:24 GMT" + "Wed, 26 Jan 2022 07:51:09 GMT" ], "Content-Length": [ "29" @@ -811,15 +874,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/publicIPAddresses/pip694?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/publicIPAddresses/pip5363?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MzYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -831,16 +894,16 @@ "no-cache" ], "ETag": [ - "W/\"f531a6ce-4130-49bd-86eb-ea97f1920ebd\"" + "W/\"3c9cc09f-3e5d-43ff-a773-938257c19672\"" ], "x-ms-request-id": [ - "f2be5c29-58d8-436e-a8cb-ad2b12a665d2" + "feb50f15-fa1f-4f2e-b491-91fce36fff47" ], "x-ms-correlation-request-id": [ - "c7214b82-419a-4e46-8e4d-588947e965f5" + "2d5f2fbf-2a23-4f6f-8a76-91e3a4a11d05" ], "x-ms-arm-service-request-id": [ - "e1042110-9b28-4ad0-9b06-99ff52952886" + "4fa7b99e-096a-4db5-8ca2-a2550c77486d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -850,16 +913,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161025Z:c7214b82-419a-4e46-8e4d-588947e965f5" + "SOUTHCENTRALUS:20220126T075110Z:2d5f2fbf-2a23-4f6f-8a76-91e3a4a11d05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:24 GMT" + "Wed, 26 Jan 2022 07:51:10 GMT" ], "Content-Length": [ "769" @@ -871,25 +934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/publicIPAddresses/pip694\",\r\n \"etag\": \"W/\\\"f531a6ce-4130-49bd-86eb-ea97f1920ebd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"773f92f7-96b8-4fa2-92f8-094777ed0009\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9339\",\r\n \"fqdn\": \"dn9339.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5363\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/publicIPAddresses/pip5363\",\r\n \"etag\": \"W/\\\"3c9cc09f-3e5d-43ff-a773-938257c19672\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9881971f-a5cf-4e7b-b44d-730299e4130f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn299\",\r\n \"fqdn\": \"dn299.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/publicIPAddresses/pip694?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/publicIPAddresses/pip5363?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MzYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "203e8ff6-5094-432b-b019-df2473e7b2db" + "f1ccc899-56f9-4d90-94b9-c31cca62da9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"f531a6ce-4130-49bd-86eb-ea97f1920ebd\"" + "W/\"3c9cc09f-3e5d-43ff-a773-938257c19672\"" ], "x-ms-request-id": [ - "4cea10da-cf44-4efb-ba04-4d316e6a692a" + "57606803-c364-4adf-b009-e258230a25c8" ], "x-ms-correlation-request-id": [ - "e985a698-baaa-44ba-a997-5c5ce901d473" + "9c5a4b42-991a-480b-a119-d6522ae726cc" ], "x-ms-arm-service-request-id": [ - "4783d44a-1ad0-4f8a-985b-0e2e60da89b0" + "5dd3ed2a-f18c-43ec-80b8-f9a3f63a29ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,16 +983,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161025Z:e985a698-baaa-44ba-a997-5c5ce901d473" + "SOUTHCENTRALUS:20220126T075111Z:9c5a4b42-991a-480b-a119-d6522ae726cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:24 GMT" + "Wed, 26 Jan 2022 07:51:10 GMT" ], "Content-Length": [ "769" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/publicIPAddresses/pip694\",\r\n \"etag\": \"W/\\\"f531a6ce-4130-49bd-86eb-ea97f1920ebd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"773f92f7-96b8-4fa2-92f8-094777ed0009\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9339\",\r\n \"fqdn\": \"dn9339.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5363\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/publicIPAddresses/pip5363\",\r\n \"etag\": \"W/\\\"3c9cc09f-3e5d-43ff-a773-938257c19672\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9881971f-a5cf-4e7b-b44d-730299e4130f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn299\",\r\n \"fqdn\": \"dn299.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNDE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn25419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\r\n }\r\n },\r\n \"name\": \"ip3039\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn27042\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\r\n }\r\n },\r\n \"name\": \"ip2876\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b05f9e2-2a5d-4c9d-9f0e-4e2a9abb62ac" + "88b49056-4c10-4ae4-b812-21b8e9bcdccf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -977,19 +1040,19 @@ "no-cache" ], "x-ms-request-id": [ - "aa6bba7b-ef84-421b-b031-9ff0c29e6464" + "47442d39-42d5-496a-8212-8339b2711f7d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aa6bba7b-ef84-421b-b031-9ff0c29e6464?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/47442d39-42d5-496a-8212-8339b2711f7d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b91aed1e-47ee-432b-a741-48369459dd30" + "8a242b90-c7e4-44fa-b39f-2de850767229" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "63e63353-f85d-46be-a43b-9fe54410c18d" + "2d8ddfd1-b8c2-4ff5-9133-440a002c25b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -999,16 +1062,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161029Z:b91aed1e-47ee-432b-a741-48369459dd30" + "SOUTHCENTRALUS:20220126T075114Z:8a242b90-c7e4-44fa-b39f-2de850767229" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:28 GMT" + "Wed, 26 Jan 2022 07:51:13 GMT" ], "Content-Length": [ "1635" @@ -1020,19 +1083,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414\",\r\n \"etag\": \"W/\\\"36d31a69-276d-4a62-9753-46901f4e4f4b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d07a1f17-f727-4a87-8683-16f0c5caa79d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414/ipConfigurations/ip3039\",\r\n \"etag\": \"W/\\\"36d31a69-276d-4a62-9753-46901f4e4f4b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\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\": \"ebpk5uvn3mfu3g1brgnuu3rbge.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2166\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166\",\r\n \"etag\": \"W/\\\"a070c160-ccff-4ee2-9344-066648170cbe\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3531dc73-fb2b-479d-8336-2fe45d94104d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166/ipConfigurations/ip2876\",\r\n \"etag\": \"W/\\\"a070c160-ccff-4ee2-9344-066648170cbe\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\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\": \"h2tray3cmkaefge1kutnhgr1cd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNDE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1044,16 +1107,16 @@ "no-cache" ], "ETag": [ - "W/\"36d31a69-276d-4a62-9753-46901f4e4f4b\"" + "W/\"a070c160-ccff-4ee2-9344-066648170cbe\"" ], "x-ms-request-id": [ - "115284ac-f9bc-48cb-9ce3-ebd35d6055c4" + "22434f1d-8d82-484f-a068-03586e330176" ], "x-ms-correlation-request-id": [ - "d3d1cb93-7475-4aa2-ae80-8cbbc75dbff6" + "6a17e32b-8a4e-4543-859c-184457778730" ], "x-ms-arm-service-request-id": [ - "997414d7-e4f8-4286-b311-a8c0588e0470" + "b563c11f-b708-4177-b271-4268e0b2d0dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1063,16 +1126,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161029Z:d3d1cb93-7475-4aa2-ae80-8cbbc75dbff6" + "SOUTHCENTRALUS:20220126T075114Z:6a17e32b-8a4e-4543-859c-184457778730" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:29 GMT" + "Wed, 26 Jan 2022 07:51:13 GMT" ], "Content-Length": [ "1635" @@ -1084,25 +1147,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414\",\r\n \"etag\": \"W/\\\"36d31a69-276d-4a62-9753-46901f4e4f4b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d07a1f17-f727-4a87-8683-16f0c5caa79d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414/ipConfigurations/ip3039\",\r\n \"etag\": \"W/\\\"36d31a69-276d-4a62-9753-46901f4e4f4b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\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\": \"ebpk5uvn3mfu3g1brgnuu3rbge.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2166\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166\",\r\n \"etag\": \"W/\\\"a070c160-ccff-4ee2-9344-066648170cbe\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3531dc73-fb2b-479d-8336-2fe45d94104d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166/ipConfigurations/ip2876\",\r\n \"etag\": \"W/\\\"a070c160-ccff-4ee2-9344-066648170cbe\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\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\": \"h2tray3cmkaefge1kutnhgr1cd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNDE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02091850-0031-4625-a3fc-e8a7d6ac85fb" + "5f9abe4f-c3d0-4c24-95e2-8066ec8c61c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1177,16 @@ "no-cache" ], "ETag": [ - "W/\"36d31a69-276d-4a62-9753-46901f4e4f4b\"" + "W/\"a070c160-ccff-4ee2-9344-066648170cbe\"" ], "x-ms-request-id": [ - "b1f27953-132d-4111-a070-f6467d78d0d5" + "b0396b67-3cde-4cc8-afdd-a2920b59290c" ], "x-ms-correlation-request-id": [ - "612fb8b8-e120-4369-b296-da44e78ba95b" + "652ddce8-79b3-4b1e-9d62-1cd82750df3f" ], "x-ms-arm-service-request-id": [ - "32e7b584-5472-44c1-8d70-9099ee5e14c7" + "bee0bb80-0c19-46e6-9c36-1c7ff954d4d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,16 +1196,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161030Z:612fb8b8-e120-4369-b296-da44e78ba95b" + "SOUTHCENTRALUS:20220126T075114Z:652ddce8-79b3-4b1e-9d62-1cd82750df3f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:29 GMT" + "Wed, 26 Jan 2022 07:51:14 GMT" ], "Content-Length": [ "1635" @@ -1154,26 +1217,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414\",\r\n \"etag\": \"W/\\\"36d31a69-276d-4a62-9753-46901f4e4f4b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d07a1f17-f727-4a87-8683-16f0c5caa79d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/networkInterfaces/nic3414/ipConfigurations/ip3039\",\r\n \"etag\": \"W/\\\"36d31a69-276d-4a62-9753-46901f4e4f4b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\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\": \"ebpk5uvn3mfu3g1brgnuu3rbge.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2166\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166\",\r\n \"etag\": \"W/\\\"a070c160-ccff-4ee2-9344-066648170cbe\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3531dc73-fb2b-479d-8336-2fe45d94104d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/networkInterfaces/nic2166/ipConfigurations/ip2876\",\r\n \"etag\": \"W/\\\"a070c160-ccff-4ee2-9344-066648170cbe\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\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\": \"h2tray3cmkaefge1kutnhgr1cd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDAxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjQ5Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar6565.blob.core.windows.net/crptestar4814\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1947\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1458.blob.core.windows.net/crptestar7224\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8363\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5164\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "911a1e63-7ea8-41a3-b466-55ec934ccf2e" + "c4008f8d-207d-4022-8675-60769d3fd40f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1193,13 +1256,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1208,7 +1271,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3714eb1b-c707-44f5-8a40-e91c20541650" + "8ac2ffb0-781d-413d-a122-72346f63838d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1218,19 +1281,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "60ca6413-fe21-41bd-8d85-359d7abadd9f" + "0ab37f7c-1353-49de-803b-3f27fa73c6d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161042Z:60ca6413-fe21-41bd-8d85-359d7abadd9f" + "SOUTHCENTRALUS:20220126T075125Z:0ab37f7c-1353-49de-803b-3f27fa73c6d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:41 GMT" + "Wed, 26 Jan 2022 07:51:25 GMT" ], "Content-Length": [ - "3228" + "3285" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1239,20 +1302,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4013\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6565.blob.core.windows.net/crptestar4814\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1947\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"a50d9933-5169-4a53-a8d3-c56d47eff835\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1458.blob.core.windows.net/crptestar7224\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8363\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5164\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"25993a82-ec6c-4954-9c2e-9dd98936c0a8\",\r\n \"timeCreated\": \"2022-01-26T01:51:22.7884174-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MTRlYjFiLWM3MDctNDRmNS04YTQwLWU5MWMyMDU0MTY1MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1266,13 +1329,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e97b11e-e3aa-45ae-92f8-5e79de9783ce" + "8c4f569f-2f6b-468e-b14e-c66d2b80b74d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1282,16 +1345,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "12621d92-05b3-462d-ba2a-e3143b9668d3" + "d10b2d24-bc09-4d63-82ed-3eef32301d30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161052Z:12621d92-05b3-462d-ba2a-e3143b9668d3" + "SOUTHCENTRALUS:20220126T075135Z:d10b2d24-bc09-4d63-82ed-3eef32301d30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:10:52 GMT" + "Wed, 26 Jan 2022 07:51:35 GMT" ], "Content-Length": [ "134" @@ -1303,20 +1366,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:10:39.8230145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3714eb1b-c707-44f5-8a40-e91c20541650\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MTRlYjFiLWM3MDctNDRmNS04YTQwLWU5MWMyMDU0MTY1MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1327,13 +1390,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4dadd5c5-f03a-43f4-ba60-9976e3798ca7" + "1176e972-ec85-4146-89e5-97646c8b01c3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1343,16 +1406,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "3652ddff-bda5-429e-8ee9-c2f23d51acca" + "57ab514c-3943-4e6e-8530-0e39c7f916cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161230Z:3652ddff-bda5-429e-8ee9-c2f23d51acca" + "SOUTHCENTRALUS:20220126T075313Z:57ab514c-3943-4e6e-8530-0e39c7f916cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:12:29 GMT" + "Wed, 26 Jan 2022 07:53:12 GMT" ], "Content-Length": [ "134" @@ -1364,20 +1427,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:10:39.8230145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3714eb1b-c707-44f5-8a40-e91c20541650\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MTRlYjFiLWM3MDctNDRmNS04YTQwLWU5MWMyMDU0MTY1MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1388,13 +1451,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0da36e77-12de-4cc0-b0fc-59b695b5a9c7" + "88dcfd6b-ebcc-4bc0-9e9e-9ac6a2f1f266" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1404,16 +1467,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "da78acf1-1749-4116-8379-ce9f33845354" + "2eec51be-0761-45d3-9c34-e7356d3e449a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161408Z:da78acf1-1749-4116-8379-ce9f33845354" + "SOUTHCENTRALUS:20220126T075450Z:2eec51be-0761-45d3-9c34-e7356d3e449a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:14:07 GMT" + "Wed, 26 Jan 2022 07:54:49 GMT" ], "Content-Length": [ "134" @@ -1425,20 +1488,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:10:39.8230145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3714eb1b-c707-44f5-8a40-e91c20541650\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MTRlYjFiLWM3MDctNDRmNS04YTQwLWU5MWMyMDU0MTY1MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1449,13 +1512,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ca14ac9-1c5a-4f1e-974a-1404561fef36" + "4c84997f-b7da-437a-bb62-5218276722ee" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1465,16 +1528,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "54830e02-890b-451f-98a2-b6d09db2e8f2" + "2e65936b-79c8-4a80-adeb-165c7b4faaab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161545Z:54830e02-890b-451f-98a2-b6d09db2e8f2" + "SOUTHCENTRALUS:20220126T075627Z:2e65936b-79c8-4a80-adeb-165c7b4faaab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:15:44 GMT" + "Wed, 26 Jan 2022 07:56:27 GMT" ], "Content-Length": [ "134" @@ -1486,20 +1549,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:10:39.8230145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3714eb1b-c707-44f5-8a40-e91c20541650\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MTRlYjFiLWM3MDctNDRmNS04YTQwLWU5MWMyMDU0MTY1MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1510,13 +1573,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "286877f1-ed70-4b88-9be9-c698d19ec841" + "954dc5e9-948e-4280-9aed-e504a4787ab2" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1526,16 +1589,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "880a8ff9-2371-453e-bd1b-276c3fe33ac1" + "d4c0d02e-45d0-440e-a852-2aba3e60417f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161722Z:880a8ff9-2371-453e-bd1b-276c3fe33ac1" + "SOUTHCENTRALUS:20220126T075804Z:d4c0d02e-45d0-440e-a852-2aba3e60417f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:17:21 GMT" + "Wed, 26 Jan 2022 07:58:04 GMT" ], "Content-Length": [ "134" @@ -1547,20 +1610,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:10:39.8230145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3714eb1b-c707-44f5-8a40-e91c20541650\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MTRlYjFiLWM3MDctNDRmNS04YTQwLWU5MWMyMDU0MTY1MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1571,13 +1634,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6577bf8-028e-4a3e-ab5d-3ff47abcd318" + "1e064fee-ec75-41b6-b36f-78947043daa4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1587,16 +1650,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "b5e3cebf-01d9-42df-be6d-ebe1a6172be1" + "4d2a33a6-041b-4307-a312-4bbd4370ac64" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T161900Z:b5e3cebf-01d9-42df-be6d-ebe1a6172be1" + "SOUTHCENTRALUS:20220126T075942Z:4d2a33a6-041b-4307-a312-4bbd4370ac64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:19:00 GMT" + "Wed, 26 Jan 2022 07:59:41 GMT" ], "Content-Length": [ "134" @@ -1608,20 +1671,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:10:39.8230145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3714eb1b-c707-44f5-8a40-e91c20541650\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3714eb1b-c707-44f5-8a40-e91c20541650?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MTRlYjFiLWM3MDctNDRmNS04YTQwLWU5MWMyMDU0MTY1MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1632,13 +1695,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "59ffc035-bfa3-487e-9512-fbea56f12340" + "f5a54dff-afa5-469f-a0da-fa3192910fbb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1648,19 +1711,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "26461182-3897-4fdc-a9ea-32317fc86f52" + "39510074-c6f2-42bc-97b9-d4292f03d27c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162037Z:26461182-3897-4fdc-a9ea-32317fc86f52" + "SOUTHCENTRALUS:20220126T080119Z:39510074-c6f2-42bc-97b9-d4292f03d27c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:20:37 GMT" + "Wed, 26 Jan 2022 08:01:18 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1669,20 +1732,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:10:39.8230145+00:00\",\r\n \"endTime\": \"2021-06-29T16:19:57.4050219+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3714eb1b-c707-44f5-8a40-e91c20541650\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDAxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ac2ffb0-781d-413d-a122-72346f63838d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhhYzJmZmIwLTc4MWQtNDEzZC1hMTIyLTcyMzQ2ZjYzODM4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1693,13 +1756,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2580" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "526b45da-3cfc-4a95-9019-c1340d87abfd" + "975a9483-2e09-47ab-9c52-db361bab41ae" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1709,19 +1772,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "28ca5b0a-b9a2-4c73-a219-4e7ae91bca4e" + "f1eaa1ed-bb52-4ec7-8451-c66b94f8ad2f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162038Z:28ca5b0a-b9a2-4c73-a219-4e7ae91bca4e" + "SOUTHCENTRALUS:20220126T080256Z:f1eaa1ed-bb52-4ec7-8451-c66b94f8ad2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:20:37 GMT" + "Wed, 26 Jan 2022 08:02:56 GMT" ], "Content-Length": [ - "3229" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1730,26 +1793,87 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4013\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6565.blob.core.windows.net/crptestar4814\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1947\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"a50d9933-5169-4a53-a8d3-c56d47eff835\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T01:51:22.7884174-06:00\",\r\n \"endTime\": \"2022-01-26T02:01:34.1789176-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8ac2ffb0-781d-413d-a122-72346f63838d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDAxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjQ5Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c66c774e-940d-4d54-81f5-c1555280c6ce" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "1cac96e2-6e88-469e-905e-6ad73c01948e" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T080257Z:1cac96e2-6e88-469e-905e-6ad73c01948e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:02:56 GMT" + ], + "Content-Length": [ + "3286" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1458.blob.core.windows.net/crptestar7224\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8363\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5164\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"25993a82-ec6c-4954-9c2e-9dd98936c0a8\",\r\n \"timeCreated\": \"2022-01-26T01:51:22.7884174-06:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjQ5Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da4e2199-dfa5-468e-b8f7-523da3a2cffa" + "8c9a7107-f5e5-45f2-b429-fe6dce50abef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1760,35 +1884,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2579" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2be45d27-aa16-4300-a5b0-92d3a2d646de" + "bd156eb5-b5a0-44e1-b459-ac135acfde95" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "c1f4d20f-4960-4bd6-a67e-49fecd8016ec" + "e435dd35-b8f2-4564-8658-689664a6a2ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162038Z:c1f4d20f-4960-4bd6-a67e-49fecd8016ec" + "SOUTHCENTRALUS:20220126T080257Z:e435dd35-b8f2-4564-8658-689664a6a2ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:20:37 GMT" + "Wed, 26 Jan 2022 08:02:57 GMT" ], "Content-Length": [ - "3229" + "3286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,26 +1921,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4013\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6565.blob.core.windows.net/crptestar4814\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1947\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"a50d9933-5169-4a53-a8d3-c56d47eff835\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1458.blob.core.windows.net/crptestar7224\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8363\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5164\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"25993a82-ec6c-4954-9c2e-9dd98936c0a8\",\r\n \"timeCreated\": \"2022-01-26T01:51:22.7884174-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1NjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDAxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjQ5Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df3354c4-2655-4fcf-99de-0926a187b7b6" + "8b5b63bd-e5c8-49c5-ad0b-5a176ddabfd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1827,35 +1951,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "99cba1f2-5801-4b03-b24a-6851947d5baa" + "e2966ca6-9104-45e0-83c9-4d90d21d4fca" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "79400ce1-4bf7-4984-88d3-9673103f7eda" + "2e46cedd-c8ae-4215-aa24-f472f46af32b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162038Z:79400ce1-4bf7-4984-88d3-9673103f7eda" + "SOUTHCENTRALUS:20220126T080257Z:2e46cedd-c8ae-4215-aa24-f472f46af32b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:20:37 GMT" + "Wed, 26 Jan 2022 08:02:57 GMT" ], "Content-Length": [ - "3229" + "3286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1864,25 +1988,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4013\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4013\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6565.blob.core.windows.net/crptestar4814\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1947\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar35671/providers/Microsoft.Network/virtualNetworks/vn8103/subnets/sn25419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"a50d9933-5169-4a53-a8d3-c56d47eff835\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6493\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1458.blob.core.windows.net/crptestar7224\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8363\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5164\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar61491/providers/Microsoft.Network/virtualNetworks/vn2650/subnets/sn27042\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n },\r\n {\r\n \"name\": \"ipv6\",\r\n \"properties\": {\r\n \"privateIPAddressVersion\": \"IPv6\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"25993a82-ec6c-4954-9c2e-9dd98936c0a8\",\r\n \"timeCreated\": \"2022-01-26T01:51:22.7884174-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar35671?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1NjcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar61491?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYxNDkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abf7de53-3016-4d05-a95c-51c02e8b48f1" + "6ccca95f-da69-4c4a-86f4-84186ec654b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1894,7 +2018,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1903,13 +2027,13 @@ "14999" ], "x-ms-request-id": [ - "1ae1723e-c458-4f3f-8f07-1af00f288bd7" + "dbf3b819-4623-45aa-a72c-86a61d75ab92" ], "x-ms-correlation-request-id": [ - "1ae1723e-c458-4f3f-8f07-1af00f288bd7" + "dbf3b819-4623-45aa-a72c-86a61d75ab92" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162044Z:1ae1723e-c458-4f3f-8f07-1af00f288bd7" + "SOUTHCENTRALUS:20220126T080304Z:dbf3b819-4623-45aa-a72c-86a61d75ab92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1918,7 +2042,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:20:43 GMT" + "Wed, 26 Jan 2022 08:03:03 GMT" ], "Expires": [ "-1" @@ -1931,15 +2055,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1951,7 +2075,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1960,13 +2084,13 @@ "11999" ], "x-ms-request-id": [ - "3f047683-b2f8-49b3-8de6-dca826d25dbb" + "55488425-a54a-4c64-b0eb-172f705baaa0" ], "x-ms-correlation-request-id": [ - "3f047683-b2f8-49b3-8de6-dca826d25dbb" + "55488425-a54a-4c64-b0eb-172f705baaa0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162059Z:3f047683-b2f8-49b3-8de6-dca826d25dbb" + "SOUTHCENTRALUS:20220126T080319Z:55488425-a54a-4c64-b0eb-172f705baaa0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1975,7 +2099,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:20:58 GMT" + "Wed, 26 Jan 2022 08:03:18 GMT" ], "Expires": [ "-1" @@ -1988,15 +2112,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2008,7 +2132,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2017,13 +2141,13 @@ "11998" ], "x-ms-request-id": [ - "48ffccaf-27c6-450d-8c03-8e40a6e1cf13" + "71ced283-dd38-4457-9704-532fe93b81d1" ], "x-ms-correlation-request-id": [ - "48ffccaf-27c6-450d-8c03-8e40a6e1cf13" + "71ced283-dd38-4457-9704-532fe93b81d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162115Z:48ffccaf-27c6-450d-8c03-8e40a6e1cf13" + "SOUTHCENTRALUS:20220126T080335Z:71ced283-dd38-4457-9704-532fe93b81d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2032,7 +2156,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:21:15 GMT" + "Wed, 26 Jan 2022 08:03:35 GMT" ], "Expires": [ "-1" @@ -2045,15 +2169,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2065,7 +2189,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2074,13 +2198,13 @@ "11997" ], "x-ms-request-id": [ - "9cfdb460-2ca8-486b-bc79-7916e6e9bacc" + "f5cb66a9-532e-4761-a1da-56eda031c031" ], "x-ms-correlation-request-id": [ - "9cfdb460-2ca8-486b-bc79-7916e6e9bacc" + "f5cb66a9-532e-4761-a1da-56eda031c031" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162130Z:9cfdb460-2ca8-486b-bc79-7916e6e9bacc" + "SOUTHCENTRALUS:20220126T080350Z:f5cb66a9-532e-4761-a1da-56eda031c031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2089,7 +2213,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:21:30 GMT" + "Wed, 26 Jan 2022 08:03:50 GMT" ], "Expires": [ "-1" @@ -2102,15 +2226,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2122,7 +2246,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2131,13 +2255,13 @@ "11996" ], "x-ms-request-id": [ - "1a1100da-645c-4d7a-8c4d-6a505aa05ba7" + "7ad2593c-3541-4127-ac50-ba3622ac2ddd" ], "x-ms-correlation-request-id": [ - "1a1100da-645c-4d7a-8c4d-6a505aa05ba7" + "7ad2593c-3541-4127-ac50-ba3622ac2ddd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162146Z:1a1100da-645c-4d7a-8c4d-6a505aa05ba7" + "SOUTHCENTRALUS:20220126T080406Z:7ad2593c-3541-4127-ac50-ba3622ac2ddd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2146,7 +2270,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:21:45 GMT" + "Wed, 26 Jan 2022 08:04:05 GMT" ], "Expires": [ "-1" @@ -2159,15 +2283,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2179,7 +2303,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2188,13 +2312,13 @@ "11995" ], "x-ms-request-id": [ - "416e533e-d34a-4435-a03a-7d2dde5bc554" + "871f984e-1dea-4142-b6e1-d04197dbff86" ], "x-ms-correlation-request-id": [ - "416e533e-d34a-4435-a03a-7d2dde5bc554" + "871f984e-1dea-4142-b6e1-d04197dbff86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162201Z:416e533e-d34a-4435-a03a-7d2dde5bc554" + "SOUTHCENTRALUS:20220126T080421Z:871f984e-1dea-4142-b6e1-d04197dbff86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2203,7 +2327,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:22:01 GMT" + "Wed, 26 Jan 2022 08:04:21 GMT" ], "Expires": [ "-1" @@ -2216,15 +2340,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2236,7 +2360,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2245,13 +2369,13 @@ "11994" ], "x-ms-request-id": [ - "03bef528-2d7c-4bc4-a74b-a56cad7d3b72" + "9c4bfdcc-5655-4665-9f3d-450f688f2ea8" ], "x-ms-correlation-request-id": [ - "03bef528-2d7c-4bc4-a74b-a56cad7d3b72" + "9c4bfdcc-5655-4665-9f3d-450f688f2ea8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162216Z:03bef528-2d7c-4bc4-a74b-a56cad7d3b72" + "SOUTHCENTRALUS:20220126T080437Z:9c4bfdcc-5655-4665-9f3d-450f688f2ea8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2260,7 +2384,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:22:16 GMT" + "Wed, 26 Jan 2022 08:04:36 GMT" ], "Expires": [ "-1" @@ -2273,15 +2397,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2293,7 +2417,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2302,13 +2426,13 @@ "11993" ], "x-ms-request-id": [ - "e17d434f-43a7-43ae-96a1-de2cc14933e9" + "fe186ef0-b60e-4fb3-96e4-e83f630afc4c" ], "x-ms-correlation-request-id": [ - "e17d434f-43a7-43ae-96a1-de2cc14933e9" + "fe186ef0-b60e-4fb3-96e4-e83f630afc4c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162232Z:e17d434f-43a7-43ae-96a1-de2cc14933e9" + "SOUTHCENTRALUS:20220126T080452Z:fe186ef0-b60e-4fb3-96e4-e83f630afc4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2317,7 +2441,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:22:32 GMT" + "Wed, 26 Jan 2022 08:04:52 GMT" ], "Expires": [ "-1" @@ -2330,15 +2454,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2350,7 +2474,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2359,13 +2483,13 @@ "11992" ], "x-ms-request-id": [ - "2a543a4e-af62-44f6-8e78-cce068151b63" + "1d3348bf-6054-42b9-bbae-3d48566090f9" ], "x-ms-correlation-request-id": [ - "2a543a4e-af62-44f6-8e78-cce068151b63" + "1d3348bf-6054-42b9-bbae-3d48566090f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162247Z:2a543a4e-af62-44f6-8e78-cce068151b63" + "SOUTHCENTRALUS:20220126T080508Z:1d3348bf-6054-42b9-bbae-3d48566090f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2374,7 +2498,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:22:47 GMT" + "Wed, 26 Jan 2022 08:05:07 GMT" ], "Expires": [ "-1" @@ -2387,15 +2511,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2407,7 +2531,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2416,13 +2540,13 @@ "11991" ], "x-ms-request-id": [ - "ef1888e1-b646-4a44-a04f-bad112a379c3" + "ca6e768c-98f2-4b3f-ada1-62ce8494a688" ], "x-ms-correlation-request-id": [ - "ef1888e1-b646-4a44-a04f-bad112a379c3" + "ca6e768c-98f2-4b3f-ada1-62ce8494a688" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162303Z:ef1888e1-b646-4a44-a04f-bad112a379c3" + "SOUTHCENTRALUS:20220126T080523Z:ca6e768c-98f2-4b3f-ada1-62ce8494a688" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2431,7 +2555,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:23:02 GMT" + "Wed, 26 Jan 2022 08:05:22 GMT" ], "Expires": [ "-1" @@ -2444,15 +2568,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2464,7 +2588,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2473,13 +2597,13 @@ "11990" ], "x-ms-request-id": [ - "f38883fe-10f3-484b-ae0b-2a3d3d8e95aa" + "f9d78497-c423-4dea-b10e-84d0b45e1161" ], "x-ms-correlation-request-id": [ - "f38883fe-10f3-484b-ae0b-2a3d3d8e95aa" + "f9d78497-c423-4dea-b10e-84d0b45e1161" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162318Z:f38883fe-10f3-484b-ae0b-2a3d3d8e95aa" + "SOUTHCENTRALUS:20220126T080539Z:f9d78497-c423-4dea-b10e-84d0b45e1161" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2488,7 +2612,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:23:18 GMT" + "Wed, 26 Jan 2022 08:05:38 GMT" ], "Expires": [ "-1" @@ -2501,15 +2625,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2521,7 +2645,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2530,13 +2654,13 @@ "11989" ], "x-ms-request-id": [ - "2c20fe4a-3cc5-41f7-bd79-73b40f6ff662" + "c3742d74-d896-4eb4-bc3a-a94265fc30f0" ], "x-ms-correlation-request-id": [ - "2c20fe4a-3cc5-41f7-bd79-73b40f6ff662" + "c3742d74-d896-4eb4-bc3a-a94265fc30f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162334Z:2c20fe4a-3cc5-41f7-bd79-73b40f6ff662" + "SOUTHCENTRALUS:20220126T080554Z:c3742d74-d896-4eb4-bc3a-a94265fc30f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2545,7 +2669,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:23:33 GMT" + "Wed, 26 Jan 2022 08:05:53 GMT" ], "Expires": [ "-1" @@ -2558,15 +2682,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2578,7 +2702,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2587,13 +2711,13 @@ "11988" ], "x-ms-request-id": [ - "2376f063-b694-4c7a-aff0-496f57bd2805" + "36424a57-4f50-4b31-8f72-bcfa0c1ffa99" ], "x-ms-correlation-request-id": [ - "2376f063-b694-4c7a-aff0-496f57bd2805" + "36424a57-4f50-4b31-8f72-bcfa0c1ffa99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162349Z:2376f063-b694-4c7a-aff0-496f57bd2805" + "SOUTHCENTRALUS:20220126T080610Z:36424a57-4f50-4b31-8f72-bcfa0c1ffa99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2602,7 +2726,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:23:48 GMT" + "Wed, 26 Jan 2022 08:06:10 GMT" ], "Expires": [ "-1" @@ -2615,15 +2739,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2635,7 +2759,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2644,13 +2768,13 @@ "11987" ], "x-ms-request-id": [ - "5783f6bb-8f8a-4d62-a0e9-fa5b8dfe208a" + "f7ab6773-4456-4cc2-a87b-999849229529" ], "x-ms-correlation-request-id": [ - "5783f6bb-8f8a-4d62-a0e9-fa5b8dfe208a" + "f7ab6773-4456-4cc2-a87b-999849229529" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162405Z:5783f6bb-8f8a-4d62-a0e9-fa5b8dfe208a" + "SOUTHCENTRALUS:20220126T080625Z:f7ab6773-4456-4cc2-a87b-999849229529" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2659,7 +2783,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:24:04 GMT" + "Wed, 26 Jan 2022 08:06:25 GMT" ], "Expires": [ "-1" @@ -2672,15 +2796,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2692,7 +2816,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2701,13 +2825,13 @@ "11986" ], "x-ms-request-id": [ - "77806259-2c55-4223-8016-6257f1f99523" + "52cae9b4-4f19-426d-b8b8-266e42343e60" ], "x-ms-correlation-request-id": [ - "77806259-2c55-4223-8016-6257f1f99523" + "52cae9b4-4f19-426d-b8b8-266e42343e60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162420Z:77806259-2c55-4223-8016-6257f1f99523" + "SOUTHCENTRALUS:20220126T080641Z:52cae9b4-4f19-426d-b8b8-266e42343e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2716,7 +2840,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:24:20 GMT" + "Wed, 26 Jan 2022 08:06:40 GMT" ], "Expires": [ "-1" @@ -2729,15 +2853,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2749,7 +2873,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2758,13 +2882,13 @@ "11985" ], "x-ms-request-id": [ - "f5ebea10-9ec9-49f0-a0c8-02cf01719392" + "258323ad-90d6-4805-8877-375edd4cd35e" ], "x-ms-correlation-request-id": [ - "f5ebea10-9ec9-49f0-a0c8-02cf01719392" + "258323ad-90d6-4805-8877-375edd4cd35e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162436Z:f5ebea10-9ec9-49f0-a0c8-02cf01719392" + "SOUTHCENTRALUS:20220126T080656Z:258323ad-90d6-4805-8877-375edd4cd35e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2773,7 +2897,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:24:35 GMT" + "Wed, 26 Jan 2022 08:06:56 GMT" ], "Expires": [ "-1" @@ -2786,15 +2910,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2806,7 +2930,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2815,13 +2939,13 @@ "11984" ], "x-ms-request-id": [ - "24fd1170-908d-4f1d-b35c-91912135c4a1" + "cf07c57c-0dae-4e3e-a6d0-283de726e9ad" ], "x-ms-correlation-request-id": [ - "24fd1170-908d-4f1d-b35c-91912135c4a1" + "cf07c57c-0dae-4e3e-a6d0-283de726e9ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162451Z:24fd1170-908d-4f1d-b35c-91912135c4a1" + "SOUTHCENTRALUS:20220126T080712Z:cf07c57c-0dae-4e3e-a6d0-283de726e9ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2830,7 +2954,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:24:51 GMT" + "Wed, 26 Jan 2022 08:07:11 GMT" ], "Expires": [ "-1" @@ -2843,15 +2967,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2863,7 +2987,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2872,13 +2996,13 @@ "11983" ], "x-ms-request-id": [ - "a3f60938-383b-458a-9825-ffdf56a9fed6" + "6b2605bd-0380-45e6-a92f-b34554b247cd" ], "x-ms-correlation-request-id": [ - "a3f60938-383b-458a-9825-ffdf56a9fed6" + "6b2605bd-0380-45e6-a92f-b34554b247cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162506Z:a3f60938-383b-458a-9825-ffdf56a9fed6" + "SOUTHCENTRALUS:20220126T080728Z:6b2605bd-0380-45e6-a92f-b34554b247cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2887,7 +3011,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:06 GMT" + "Wed, 26 Jan 2022 08:07:27 GMT" ], "Expires": [ "-1" @@ -2900,15 +3024,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2919,17 +3043,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-request-id": [ - "32a3ed3f-dd3e-40b4-84ff-74e97f65afdc" + "38054817-830e-4ef8-9747-6d3220e159f4" ], "x-ms-correlation-request-id": [ - "32a3ed3f-dd3e-40b4-84ff-74e97f65afdc" + "38054817-830e-4ef8-9747-6d3220e159f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162522Z:32a3ed3f-dd3e-40b4-84ff-74e97f65afdc" + "SOUTHCENTRALUS:20220126T080743Z:38054817-830e-4ef8-9747-6d3220e159f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2938,7 +3068,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:21 GMT" + "Wed, 26 Jan 2022 08:07:43 GMT" ], "Expires": [ "-1" @@ -2948,18 +3078,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTY3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TlRZM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2970,17 +3100,125 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-request-id": [ - "566382cb-b663-4def-a16a-34ffdbf92277" + "fbd16d4e-012a-4e94-afbc-002af87ebaea" + ], + "x-ms-correlation-request-id": [ + "fbd16d4e-012a-4e94-afbc-002af87ebaea" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T080759Z:fbd16d4e-012a-4e94-afbc-002af87ebaea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:07:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "22f68a23-c3d3-4ee8-a5eb-cea5c471c28a" + ], + "x-ms-correlation-request-id": [ + "22f68a23-c3d3-4ee8-a5eb-cea5c471c28a" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T080814Z:22f68a23-c3d3-4ee8-a5eb-cea5c471c28a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:08:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTVRRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "de00bbd8-29dc-4dff-895a-c851e9cf736a" ], "x-ms-correlation-request-id": [ - "566382cb-b663-4def-a16a-34ffdbf92277" + "de00bbd8-29dc-4dff-895a-c851e9cf736a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T162522Z:566382cb-b663-4def-a16a-34ffdbf92277" + "SOUTHCENTRALUS:20220126T080815Z:de00bbd8-29dc-4dff-895a-c851e9cf736a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2989,7 +3227,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:25:22 GMT" + "Wed, 26 Jan 2022 08:08:14 GMT" ], "Expires": [ "-1" @@ -3004,29 +3242,29 @@ ], "Names": { "TestVMScaleSetWithnIpv6": [ - "crptestar3567", - "vmss4013", - "dnsname466", - "crptestar6565" + "crptestar6149", + "vmss6493", + "dnsname8018", + "crptestar1458" ], "CreateVNETWithSubnets": [ - "vn8103", - "sn19288", - "sn25419" + "vn2650", + "sn13773", + "sn27042" ], "CreatePublicIP": [ - "pip694", - "dn9339" + "pip5363", + "dn299" ], "CreateNIC": [ - "nic3414", - "ip3039" + "nic2166", + "ip2876" ], "CreateDefaultVMScaleSetInput": [ - "crptestar4814", - "vmss6622", - "vmsstestnetconfig3227", - "vmsstestnetconfig1947" + "crptestar7224", + "vmss4486", + "vmsstestnetconfig8363", + "vmsstestnetconfig5164" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnNsg.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnNsg.json index f807e4434ddea..6e1aeea001172 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnNsg.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetNetworkProfileTests/TestVMScaleSetWithnNsg.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c27bf7b8-1cd3-45c2-a858-26a6b8dc237c" + "54a930d4-02ab-4d0f-b262-35069e020855" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -33,29 +33,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "e00f1bf6-7785-4036-94a2-011d8d8c41bd" + "ddd32550-e093-4002-8764-ac777876ac94" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "55e46be4-7b39-48f7-8e0a-b66e52795f49" + "259f0a28-5c81-4416-8622-ae560e98f0f7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163637Z:55e46be4-7b39-48f7-8e0a-b66e52795f49" + "SOUTHCENTRALUS:20220126T082357Z:259f0a28-5c81-4416-8622-ae560e98f0f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:36:36 GMT" + "Wed, 26 Jan 2022 08:23:56 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar15721?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1NzIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37431?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar15721\": \"2021-06-29 16:36:37Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar37431\": \"2022-01-26 08:23:58Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3214aa74-cd2b-49a2-bdd4-6bf2de09e866" + "b392cb68-ce2c-4114-a770-b8c788d63cbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "c8acc7e2-2fea-4a3e-baa2-500b25fed85e" + "bf3133e9-befd-452c-a45d-2e08edff4a55" ], "x-ms-correlation-request-id": [ - "c8acc7e2-2fea-4a3e-baa2-500b25fed85e" + "bf3133e9-befd-452c-a45d-2e08edff4a55" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163640Z:c8acc7e2-2fea-4a3e-baa2-500b25fed85e" + "SOUTHCENTRALUS:20220126T082402Z:bf3133e9-befd-452c-a45d-2e08edff4a55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:36:39 GMT" + "Wed, 26 Jan 2022 08:24:01 GMT" ], "Content-Length": [ "237" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721\",\r\n \"name\": \"crptestar15721\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar15721\": \"2021-06-29 16:36:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431\",\r\n \"name\": \"crptestar37431\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar37431\": \"2022-01-26 08:23:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar15721?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1NzIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37431?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f52f53a7-79d0-44da-aef2-8479369a5656" + "ea446aa7-00d8-489c-9f45-27d901ab0fef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "50c1cff7-a1de-40d5-a1f7-1cfda8a9f410" + "f5d389e1-6542-4058-918d-753fa5da55fb" ], "x-ms-correlation-request-id": [ - "50c1cff7-a1de-40d5-a1f7-1cfda8a9f410" + "f5d389e1-6542-4058-918d-753fa5da55fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163741Z:50c1cff7-a1de-40d5-a1f7-1cfda8a9f410" + "SOUTHCENTRALUS:20220126T082507Z:f5d389e1-6542-4058-918d-753fa5da55fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:41 GMT" + "Wed, 26 Jan 2022 08:25:07 GMT" ], "Content-Length": [ "188" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721\",\r\n \"name\": \"crptestar15721\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431\",\r\n \"name\": \"crptestar37431\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Storage/storageAccounts/crptestar1908?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTkwOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar3103?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzEwMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "870babda-b8e4-4b14-9eae-e28ad60c42af" + "0722fec8-c9c8-4c1e-9e65-c30ce02b1d9f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/659f80ca-3b75-45ae-81bf-dc91ea914bc2?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/841286c4-2d6b-46cc-b816-f9ecaae727b9?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "659f80ca-3b75-45ae-81bf-dc91ea914bc2" + "841286c4-2d6b-46cc-b816-f9ecaae727b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -250,19 +250,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": [ - "b592425b-7ae6-46f5-b128-bf1f71b2e3ef" + "a9905467-5da2-4f52-b3d8-8ecbbe763529" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163650Z:b592425b-7ae6-46f5-b128-bf1f71b2e3ef" + "SOUTHCENTRALUS:20220126T082412Z:a9905467-5da2-4f52-b3d8-8ecbbe763529" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:36:50 GMT" + "Wed, 26 Jan 2022 08:24:12 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/659f80ca-3b75-45ae-81bf-dc91ea914bc2?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNjU5ZjgwY2EtM2I3NS00NWFlLTgxYmYtZGM5MWVhOTE0YmMyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/841286c4-2d6b-46cc-b816-f9ecaae727b9?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODQxMjg2YzQtMmQ2Yi00NmNjLWI4MTYtZjllY2FhZTcyN2I5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/841286c4-2d6b-46cc-b816-f9ecaae727b9?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "44e9b8e4-a813-4125-8095-7b4886089971" + "6e08a9cf-fc5d-4ee6-877d-99fd4879e542" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -307,19 +313,76 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "ef2d3cf9-0504-43e7-bb3d-65ddcdab8a33" + "e2bc0fb4-0df6-46b4-aabf-97233830810e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163707Z:ef2d3cf9-0504-43e7-bb3d-65ddcdab8a33" + "SOUTHCENTRALUS:20220126T082430Z:e2bc0fb4-0df6-46b4-aabf-97233830810e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:07 GMT" + "Wed, 26 Jan 2022 08:24:29 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/841286c4-2d6b-46cc-b816-f9ecaae727b9?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvODQxMjg2YzQtMmQ2Yi00NmNjLWI4MTYtZjllY2FhZTcyN2I5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "876c2ee4-4c70-4f5a-a424-e56a2e9bd5b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "76834eab-9be4-4f44-bb16-da52a92e51a7" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T082433Z:76834eab-9be4-4f44-bb16-da52a92e51a7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:24:32 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9de1a2c9-ba61-4224-80e9-db26bfed85e0" + "32b3868f-ef39-4d5c-811d-08b27a8c2b55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "4c703e6b-3dcf-4aa8-b70c-4cc6b416e646" + "e93d8bdd-c3db-4261-b433-1f6c637aad72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-correlation-request-id": [ - "f33f8acf-3316-45ff-a852-05092919cb6d" + "c24b1a56-3ce6-4ec6-8643-5bfe8d1e8e2a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163718Z:f33f8acf-3316-45ff-a852-05092919cb6d" + "SOUTHCENTRALUS:20220126T082443Z:c24b1a56-3ce6-4ec6-8643-5bfe8d1e8e2a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:17 GMT" + "Wed, 26 Jan 2022 08:24:42 GMT" ], "Content-Length": [ "753" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Storage/storageAccounts/crptestar1908\",\r\n \"name\": \"crptestar1908\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:36:47.031439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1908.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1908.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1908.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1908.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar3103\",\r\n \"name\": \"crptestar3103\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T08:24:09.2517889Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3103.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3103.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3103.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3103.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Storage/storageAccounts/crptestar1908?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTkwOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar3103?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzEwMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eab057a4-23b7-490e-a1f7-c7bad507ff71" + "499305af-8c95-4215-87c5-9e8d592d9eaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "ac6cffe5-0cad-44ac-b770-a62558a41ebd" + "dd45f12a-7f07-421c-b58c-66d3ce98c97a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +496,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-correlation-request-id": [ - "93b4d63c-6dd6-4588-b5e7-2142d38930bf" + "cd731de7-4f2c-44e4-b680-ca7bbae30dc2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163718Z:93b4d63c-6dd6-4588-b5e7-2142d38930bf" + "SOUTHCENTRALUS:20220126T082443Z:cd731de7-4f2c-44e4-b680-ca7bbae30dc2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:17 GMT" + "Wed, 26 Jan 2022 08:24:43 GMT" ], "Content-Length": [ "741" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Storage/storageAccounts/crptestar1908\",\r\n \"name\": \"crptestar1908\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T16:36:47.031439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1908.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1908.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1908.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1908.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Storage/storageAccounts/crptestar3103\",\r\n \"name\": \"crptestar3103\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T08:24:09.2517889Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3103.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3103.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3103.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3103.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn19404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn23578\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn14318\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn29208\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d70391ea-a165-4799-a9fd-c09be5793556" + "e5ee3fd1-35be-42b4-9f53-e773dcaf75e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +559,19 @@ "3" ], "x-ms-request-id": [ - "b2259de8-b2e9-4f19-9e38-d0fa3208508a" + "b36f51ba-3f49-49af-9904-d08a0c25bf02" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b2259de8-b2e9-4f19-9e38-d0fa3208508a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b36f51ba-3f49-49af-9904-d08a0c25bf02?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bc8ec885-0b6d-4278-ab6f-50cfd44c4f48" + "f16f1ee6-8a4d-4e68-9988-3856f8cebf3e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "94b5f460-9392-4f12-900b-4917be52a3ef" + "b3ce8be6-cccf-4826-b1dd-a53065d137a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,13 +584,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163727Z:bc8ec885-0b6d-4278-ab6f-50cfd44c4f48" + "SOUTHCENTRALUS:20220126T082454Z:f16f1ee6-8a4d-4e68-9988-3856f8cebf3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:26 GMT" + "Wed, 26 Jan 2022 08:24:54 GMT" ], "Content-Length": [ "1931" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9076\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076\",\r\n \"etag\": \"W/\\\"1b65b156-a708-470d-8d91-6364ca7c5825\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a8739f46-edc2-4533-96b9-dad7cd19e56f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn19404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn19404\",\r\n \"etag\": \"W/\\\"1b65b156-a708-470d-8d91-6364ca7c5825\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn23578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\",\r\n \"etag\": \"W/\\\"1b65b156-a708-470d-8d91-6364ca7c5825\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn4951\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951\",\r\n \"etag\": \"W/\\\"9d7d76ef-18e4-4117-806a-299cc30e874e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5a341e90-30a3-44ec-8a8e-fa8d0c264f01\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn14318\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn14318\",\r\n \"etag\": \"W/\\\"9d7d76ef-18e4-4117-806a-299cc30e874e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn29208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\",\r\n \"etag\": \"W/\\\"9d7d76ef-18e4-4117-806a-299cc30e874e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b2259de8-b2e9-4f19-9e38-d0fa3208508a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IyMjU5ZGU4LWIyZTktNGYxOS05ZTM4LWQwZmEzMjA4NTA4YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b36f51ba-3f49-49af-9904-d08a0c25bf02?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzNmY1MWJhLTNmNDktNDlhZi05OTA0LWQwOGEwYzI1YmYwMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -563,13 +626,13 @@ "no-cache" ], "x-ms-request-id": [ - "9ed08960-a74b-4568-aa53-86c2b0d6f3b6" + "b41ee1ac-79d8-4322-a26d-017185949cba" ], "x-ms-correlation-request-id": [ - "11c49a74-2f4f-4498-ba62-d6db4bc0e582" + "20b29075-3346-41eb-8110-626dd40f5bba" ], "x-ms-arm-service-request-id": [ - "c38c618e-5764-420f-93fd-c407f5e806d3" + "11ed2739-3da6-4b3d-a0be-9fcd8f572200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,16 +642,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163730Z:11c49a74-2f4f-4498-ba62-d6db4bc0e582" + "SOUTHCENTRALUS:20220126T082458Z:20b29075-3346-41eb-8110-626dd40f5bba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:29 GMT" + "Wed, 26 Jan 2022 08:24:57 GMT" ], "Content-Length": [ "29" @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"be356c23-bf19-4e95-8c47-ccb8d9494a52\"" + "W/\"e4587e66-4295-4735-af0c-0234a61cd813\"" ], "x-ms-request-id": [ - "1f03ecaf-baf5-425c-b72f-c6c4b7b479db" + "e50b7ece-411e-4cad-976f-3db7731bdde6" ], "x-ms-correlation-request-id": [ - "e2b2161d-fc2a-4976-92b3-b8fc23a46b18" + "b92f7f4c-d788-4a75-a14a-fa9f5c05488b" ], "x-ms-arm-service-request-id": [ - "9ea68e15-0196-4d8d-9507-e9653a26b984" + "c51fe52f-1eb1-488f-bfee-829cd4d25fba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -643,16 +706,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163730Z:e2b2161d-fc2a-4976-92b3-b8fc23a46b18" + "SOUTHCENTRALUS:20220126T082458Z:b92f7f4c-d788-4a75-a14a-fa9f5c05488b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:30 GMT" + "Wed, 26 Jan 2022 08:24:58 GMT" ], "Content-Length": [ "1934" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9076\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076\",\r\n \"etag\": \"W/\\\"be356c23-bf19-4e95-8c47-ccb8d9494a52\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8739f46-edc2-4533-96b9-dad7cd19e56f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn19404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn19404\",\r\n \"etag\": \"W/\\\"be356c23-bf19-4e95-8c47-ccb8d9494a52\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn23578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\",\r\n \"etag\": \"W/\\\"be356c23-bf19-4e95-8c47-ccb8d9494a52\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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\": \"vn4951\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951\",\r\n \"etag\": \"W/\\\"e4587e66-4295-4735-af0c-0234a61cd813\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a341e90-30a3-44ec-8a8e-fa8d0c264f01\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn14318\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn14318\",\r\n \"etag\": \"W/\\\"e4587e66-4295-4735-af0c-0234a61cd813\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\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 \"name\": \"sn29208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\",\r\n \"etag\": \"W/\\\"e4587e66-4295-4735-af0c-0234a61cd813\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnODA3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnOTg2OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3fb335e6-a8d2-45a4-a5c1-c3fdbe332fd9" + "fa71e705-2c44-4972-b680-96feb8699b0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -703,19 +766,19 @@ "3" ], "x-ms-request-id": [ - "8e686991-ed14-4b6a-bf17-54128a621438" + "6a3a090a-dc22-40ed-b15f-02385867d8d2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8e686991-ed14-4b6a-bf17-54128a621438?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6a3a090a-dc22-40ed-b15f-02385867d8d2?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7a1f12f2-158e-412d-9929-572f65dd2908" + "72ff365f-eef9-4d2c-8b87-d31c1de1f360" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b81a3980-c82b-4c8b-aec6-1e7e20219c85" + "8be81b72-644f-4481-9c09-1ec4e5ebbb5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -728,13 +791,13 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163735Z:7a1f12f2-158e-412d-9929-572f65dd2908" + "SOUTHCENTRALUS:20220126T082503Z:72ff365f-eef9-4d2c-8b87-d31c1de1f360" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:35 GMT" + "Wed, 26 Jan 2022 08:25:03 GMT" ], "Content-Length": [ "6529" @@ -746,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nsg8071\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\",\r\n \"etag\": \"W/\\\"26ec52b1-2ac4-4022-b2ad-a6a4b6fa1518\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f8b370b4-2cef-4998-bcf3-25630a5e3dfa\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"26ec52b1-2ac4-4022-b2ad-a6a4b6fa1518\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"26ec52b1-2ac4-4022-b2ad-a6a4b6fa1518\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"26ec52b1-2ac4-4022-b2ad-a6a4b6fa1518\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"26ec52b1-2ac4-4022-b2ad-a6a4b6fa1518\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"26ec52b1-2ac4-4022-b2ad-a6a4b6fa1518\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"26ec52b1-2ac4-4022-b2ad-a6a4b6fa1518\\\"\",\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\": \"nsg9869\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\",\r\n \"etag\": \"W/\\\"44092a37-f476-4e5d-907e-da29851d441d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5c72adb4-43d6-4c83-9782-3855ab603572\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"44092a37-f476-4e5d-907e-da29851d441d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"44092a37-f476-4e5d-907e-da29851d441d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"44092a37-f476-4e5d-907e-da29851d441d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"44092a37-f476-4e5d-907e-da29851d441d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"44092a37-f476-4e5d-907e-da29851d441d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"44092a37-f476-4e5d-907e-da29851d441d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8e686991-ed14-4b6a-bf17-54128a621438?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlNjg2OTkxLWVkMTQtNGI2YS1iZjE3LTU0MTI4YTYyMTQzOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6a3a090a-dc22-40ed-b15f-02385867d8d2?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhM2EwOTBhLWRjMjItNDBlZC1iMTVmLTAyMzg1ODY3ZDhkMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -770,13 +833,13 @@ "no-cache" ], "x-ms-request-id": [ - "73a3b331-6657-4359-9e85-639fa45010f9" + "bdcad63e-0adb-4516-9275-54c1523e9bed" ], "x-ms-correlation-request-id": [ - "77a0f00d-9fd7-4bfc-b32d-b71c695316c9" + "1a1157b0-499c-451d-ac96-3acde15b01aa" ], "x-ms-arm-service-request-id": [ - "47dd3134-ddd8-4b77-bdb0-d4209c66a7fe" + "81e1dc1a-f0fa-4416-a559-ba255f44b491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -786,16 +849,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163738Z:77a0f00d-9fd7-4bfc-b32d-b71c695316c9" + "SOUTHCENTRALUS:20220126T082506Z:1a1157b0-499c-451d-ac96-3acde15b01aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:38 GMT" + "Wed, 26 Jan 2022 08:25:06 GMT" ], "Content-Length": [ "29" @@ -811,15 +874,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnODA3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnOTg2OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -831,16 +894,16 @@ "no-cache" ], "ETag": [ - "W/\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\"" + "W/\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\"" ], "x-ms-request-id": [ - "7b16409b-1387-48a7-aaca-71e6e42c680f" + "49bb655d-9f52-4dfb-b236-6041fb2077a8" ], "x-ms-correlation-request-id": [ - "4669f156-fbed-41ee-a7c2-51eb37866a5a" + "5867f83e-1762-4b23-a325-f20422bf518b" ], "x-ms-arm-service-request-id": [ - "a388bc15-6426-43ca-82c4-82966dcac5f7" + "996f0e4c-4190-473c-9031-06983b8eb320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -850,16 +913,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163739Z:4669f156-fbed-41ee-a7c2-51eb37866a5a" + "SOUTHCENTRALUS:20220126T082506Z:5867f83e-1762-4b23-a325-f20422bf518b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:38 GMT" + "Wed, 26 Jan 2022 08:25:06 GMT" ], "Content-Length": [ "6536" @@ -871,25 +934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nsg8071\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f8b370b4-2cef-4998-bcf3-25630a5e3dfa\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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\": \"nsg9869\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5c72adb4-43d6-4c83-9782-3855ab603572\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnODA3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnOTg2OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56b26713-f86f-4b88-946a-e3ca3695556f" + "5cebe6f3-220b-4794-9a69-37bd718e30d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\"" + "W/\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\"" ], "x-ms-request-id": [ - "3e123302-3edf-4a6a-ad5d-62647c6a25bd" + "1ceb3238-fb18-41ab-9189-1aaa2a86f7f5" ], "x-ms-correlation-request-id": [ - "9c876a1d-419e-4c86-85c0-93d2b63bd736" + "851a71b1-4783-4783-a4ae-e56825760961" ], "x-ms-arm-service-request-id": [ - "d39699fd-0629-4abd-a740-045a010e4499" + "e8c111f9-1be0-4488-a328-c30727e0c6b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,16 +983,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163739Z:9c876a1d-419e-4c86-85c0-93d2b63bd736" + "SOUTHCENTRALUS:20220126T082507Z:851a71b1-4783-4783-a4ae-e56825760961" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:38 GMT" + "Wed, 26 Jan 2022 08:25:06 GMT" ], "Content-Length": [ "6536" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nsg8071\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f8b370b4-2cef-4998-bcf3-25630a5e3dfa\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2f6ac981-2e1b-4851-8c11-ef110297e3a5\\\"\",\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\": \"nsg9869\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5c72adb4-43d6-4c83-9782-3855ab603572\",\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"6bff3b5d-4a02-4d46-8c01-e396e221c08b\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnODA3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvbnNnOTg2OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8a04381-2c72-4fc9-9bc7-b34f0da47e6f" + "32d707c8-863f-4c07-8756-eff5c8735130" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -971,16 +1034,16 @@ "no-cache" ], "ETag": [ - "W/\"b1126600-882d-4098-bd55-bde85a897886\"" + "W/\"01e7e2d9-3b54-4276-8089-341ef63cf29d\"" ], "x-ms-request-id": [ - "edce9b29-2841-4c3a-a67f-eb85ebdc1fc6" + "5bd41b58-8186-4ba5-8202-743ff8bc7fed" ], "x-ms-correlation-request-id": [ - "4011c717-f013-4804-aa27-54b199bb1a09" + "bf02e235-9623-4452-b095-84b1a56b08f1" ], "x-ms-arm-service-request-id": [ - "091952e3-aeba-4016-b081-e528083e646d" + "da70e337-5745-4cd8-a9e1-2cdea7df3fe7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -993,16 +1056,16 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164801Z:4011c717-f013-4804-aa27-54b199bb1a09" + "SOUTHCENTRALUS:20220126T083524Z:bf02e235-9623-4452-b095-84b1a56b08f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:48:00 GMT" + "Wed, 26 Jan 2022 08:35:23 GMT" ], "Content-Length": [ - "14117" + "16195" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nsg8071\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f8b370b4-2cef-4998-bcf3-25630a5e3dfa\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"NRMS-Rule-107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/securityRules/NRMS-Rule-107\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 107,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"23\",\r\n \"135\",\r\n \"445\",\r\n \"5985\",\r\n \"5986\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-103\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/securityRules/NRMS-Rule-103\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Created by Azure Core Security managed policy, rule can be deleted but do not change source ips, please see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"CorpNetPublic\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 103,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-104\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/securityRules/NRMS-Rule-104\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Created by Azure Core Security managed policy, rule can be deleted but do not change source ips, please see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"CorpNetSaw\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 104,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/securityRules/NRMS-Rule-105\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 105,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"3306\",\r\n \"4333\",\r\n \"5432\",\r\n \"6379\",\r\n \"7000\",\r\n \"7001\",\r\n \"7199\",\r\n \"9042\",\r\n \"9160\",\r\n \"9300\",\r\n \"16379\",\r\n \"26379\",\r\n \"27017\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/securityRules/NRMS-Rule-108\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 108,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"13\",\r\n \"17\",\r\n \"19\",\r\n \"53\",\r\n \"69\",\r\n \"111\",\r\n \"123\",\r\n \"512\",\r\n \"514\",\r\n \"593\",\r\n \"873\",\r\n \"1900\",\r\n \"5353\",\r\n \"11211\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/securityRules/NRMS-Rule-109\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 109,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"119\",\r\n \"137\",\r\n \"138\",\r\n \"139\",\r\n \"161\",\r\n \"162\",\r\n \"389\",\r\n \"636\",\r\n \"2049\",\r\n \"2301\",\r\n \"2381\",\r\n \"3268\",\r\n \"5800\",\r\n \"5900\"\r\n ],\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"b1126600-882d-4098-bd55-bde85a897886\\\"\",\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 \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207/virtualMachines/0/networkInterfaces/vmsstestnetconfig9566\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207/virtualMachines/1/networkInterfaces/vmsstestnetconfig9566\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"nsg9869\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5c72adb4-43d6-4c83-9782-3855ab603572\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"NRMS-Rule-101\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-101\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Created by Azure Core Security managed policy, placeholder you can delete, please see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"443\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 101,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-103\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-103\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Created by Azure Core Security managed policy, rule can be deleted but do not change source ips, please see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"CorpNetPublic\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 103,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-108\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 108,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"13\",\r\n \"17\",\r\n \"19\",\r\n \"53\",\r\n \"69\",\r\n \"111\",\r\n \"123\",\r\n \"512\",\r\n \"514\",\r\n \"593\",\r\n \"873\",\r\n \"1900\",\r\n \"5353\",\r\n \"11211\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-105\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 105,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"3306\",\r\n \"4333\",\r\n \"5432\",\r\n \"6379\",\r\n \"7000\",\r\n \"7001\",\r\n \"7199\",\r\n \"9042\",\r\n \"9160\",\r\n \"9300\",\r\n \"16379\",\r\n \"26379\",\r\n \"27017\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-109\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 109,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"119\",\r\n \"137\",\r\n \"138\",\r\n \"139\",\r\n \"161\",\r\n \"162\",\r\n \"389\",\r\n \"636\",\r\n \"2049\",\r\n \"2301\",\r\n \"2381\",\r\n \"3268\",\r\n \"5800\",\r\n \"5900\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-104\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-104\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Created by Azure Core Security managed policy, rule can be deleted but do not change source ips, please see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"CorpNetSaw\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 104,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-106\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 106,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"22\",\r\n \"3389\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"NRMS-Rule-107\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/securityRules/NRMS-Rule-107\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 107,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"23\",\r\n \"135\",\r\n \"445\",\r\n \"5985\",\r\n \"5986\"\r\n ],\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"01e7e2d9-3b54-4276-8089-341ef63cf29d\\\"\",\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 \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738/virtualMachines/0/networkInterfaces/vmsstestnetconfig9725\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738/virtualMachines/1/networkInterfaces/vmsstestnetconfig9725\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/publicIPAddresses/pip2417?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNDE3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip1748?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNzQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1317\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "63ea404b-da20-4c07-93a6-7910ae23627a" + "41229891-8235-4667-a6e4-f476780596df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1050,19 +1113,19 @@ "1" ], "x-ms-request-id": [ - "44bcf7b3-8df0-430f-b239-dd780f634a48" + "fe7dd9c3-f7ad-4443-94ef-10546e433275" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/44bcf7b3-8df0-430f-b239-dd780f634a48?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fe7dd9c3-f7ad-4443-94ef-10546e433275?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "842d2fdf-e759-44ef-8deb-850ede3f9027" + "50007f95-69d9-4bb1-af53-2f167a3536d3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2343cd4c-5ce7-41da-8496-9d71271741dd" + "ca87032b-4ab6-4de1-b374-1c7b6aa61286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1075,13 +1138,13 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163746Z:842d2fdf-e759-44ef-8deb-850ede3f9027" + "SOUTHCENTRALUS:20220126T082512Z:50007f95-69d9-4bb1-af53-2f167a3536d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:46 GMT" + "Wed, 26 Jan 2022 08:25:12 GMT" ], "Content-Length": [ "770" @@ -1093,19 +1156,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2417\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/publicIPAddresses/pip2417\",\r\n \"etag\": \"W/\\\"92d794ed-cad8-4591-985e-ddf63975ef40\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fdd100ba-22ec-4a0c-8a9b-a2f4a9fdd447\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1317\",\r\n \"fqdn\": \"dn1317.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1748\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip1748\",\r\n \"etag\": \"W/\\\"b1fa256f-08c5-4e31-a655-3f412e4e15d3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b435f96c-d80a-44f1-b338-87836b09e8b2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\",\r\n \"fqdn\": \"dn6843.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/44bcf7b3-8df0-430f-b239-dd780f634a48?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ0YmNmN2IzLThkZjAtNDMwZi1iMjM5LWRkNzgwZjYzNGE0OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fe7dd9c3-f7ad-4443-94ef-10546e433275?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZlN2RkOWMzLWY3YWQtNDQ0My05NGVmLTEwNTQ2ZTQzMzI3NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1117,13 +1180,13 @@ "no-cache" ], "x-ms-request-id": [ - "be432725-df3e-49d2-872e-12b34437a554" + "b00fe0b0-d3c1-43af-831d-b3f3235b05ac" ], "x-ms-correlation-request-id": [ - "b1b083b2-5bbc-4ba8-bf65-32f46392faee" + "ce2586b2-70cf-4671-9a23-5f4e30a559d6" ], "x-ms-arm-service-request-id": [ - "976acf95-a43e-43b7-90c0-d219ba43dceb" + "45c2c9f0-039c-4f75-b55f-6bf8526c511d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,16 +1196,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163747Z:b1b083b2-5bbc-4ba8-bf65-32f46392faee" + "SOUTHCENTRALUS:20220126T082513Z:ce2586b2-70cf-4671-9a23-5f4e30a559d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:47 GMT" + "Wed, 26 Jan 2022 08:25:13 GMT" ], "Content-Length": [ "29" @@ -1158,15 +1221,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/publicIPAddresses/pip2417?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNDE3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip1748?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNzQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1178,16 +1241,16 @@ "no-cache" ], "ETag": [ - "W/\"a1675438-ebb4-4f0b-adb3-c3c3a134962b\"" + "W/\"915f7cb5-7ead-42b8-b230-548e4c46511b\"" ], "x-ms-request-id": [ - "2989c3e9-e74d-4b6a-9901-04d4949c66f1" + "759523b4-dc92-40fb-9095-10c6686f34ae" ], "x-ms-correlation-request-id": [ - "2e904ff5-9743-4820-ad3d-d2faf9b81534" + "11bdb60b-74e8-4dab-ba13-690fdee77d2d" ], "x-ms-arm-service-request-id": [ - "c6d94668-60fd-4fcd-ac47-584a2e72ebd7" + "0669dc2c-2667-4c33-b5c2-60fe6f78ccd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1197,16 +1260,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163748Z:2e904ff5-9743-4820-ad3d-d2faf9b81534" + "SOUTHCENTRALUS:20220126T082514Z:11bdb60b-74e8-4dab-ba13-690fdee77d2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:47 GMT" + "Wed, 26 Jan 2022 08:25:14 GMT" ], "Content-Length": [ "771" @@ -1218,25 +1281,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2417\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/publicIPAddresses/pip2417\",\r\n \"etag\": \"W/\\\"a1675438-ebb4-4f0b-adb3-c3c3a134962b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fdd100ba-22ec-4a0c-8a9b-a2f4a9fdd447\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1317\",\r\n \"fqdn\": \"dn1317.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1748\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip1748\",\r\n \"etag\": \"W/\\\"915f7cb5-7ead-42b8-b230-548e4c46511b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b435f96c-d80a-44f1-b338-87836b09e8b2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\",\r\n \"fqdn\": \"dn6843.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/publicIPAddresses/pip2417?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAyNDE3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip1748?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNzQ4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8e6ecee-af3b-481e-9a8e-4e819410bbe1" + "f03cf041-bdf0-48ab-bb5b-c1da714af4e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1248,16 +1311,16 @@ "no-cache" ], "ETag": [ - "W/\"a1675438-ebb4-4f0b-adb3-c3c3a134962b\"" + "W/\"915f7cb5-7ead-42b8-b230-548e4c46511b\"" ], "x-ms-request-id": [ - "a034a088-6ed8-462f-8a0e-0e1a3743b65d" + "2358adf4-d638-4b48-b2d2-958fa624804b" ], "x-ms-correlation-request-id": [ - "b62bf27c-f726-4074-b364-bc50792f07d7" + "369e6872-f116-4c2e-a062-781333ac8900" ], "x-ms-arm-service-request-id": [ - "ece222dc-07ea-4771-819f-bda4bafd656b" + "8b733039-a91d-4e68-a864-d9f0bb371961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1267,16 +1330,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163748Z:b62bf27c-f726-4074-b364-bc50792f07d7" + "SOUTHCENTRALUS:20220126T082514Z:369e6872-f116-4c2e-a062-781333ac8900" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:47 GMT" + "Wed, 26 Jan 2022 08:25:14 GMT" ], "Content-Length": [ "771" @@ -1288,25 +1351,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2417\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/publicIPAddresses/pip2417\",\r\n \"etag\": \"W/\\\"a1675438-ebb4-4f0b-adb3-c3c3a134962b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fdd100ba-22ec-4a0c-8a9b-a2f4a9fdd447\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1317\",\r\n \"fqdn\": \"dn1317.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1748\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/publicIPAddresses/pip1748\",\r\n \"etag\": \"W/\\\"915f7cb5-7ead-42b8-b230-548e4c46511b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b435f96c-d80a-44f1-b338-87836b09e8b2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\",\r\n \"fqdn\": \"dn6843.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2OTE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NzgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn23578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\r\n }\r\n },\r\n \"name\": \"ip3322\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn29208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\r\n }\r\n },\r\n \"name\": \"ip3287\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ea6c8a4-e9f3-438b-ace7-8e86f0ab7d79" + "f44f0e04-4c9a-465d-862a-f538aade5f78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1324,19 +1387,19 @@ "no-cache" ], "x-ms-request-id": [ - "a6df3184-6be8-4bfd-a143-e2e13770c58b" + "913f10c3-623b-407b-b476-49289c4d98ff" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a6df3184-6be8-4bfd-a143-e2e13770c58b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/913f10c3-623b-407b-b476-49289c4d98ff?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1fa5b63e-a900-4aca-abd4-c3a785d97696" + "200b6ff1-cda6-47d8-8e41-2d502a19fb4d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "04c112b3-1d51-4c9d-96b5-594987a86979" + "0bb5c429-d484-47d3-a04e-f080070a592a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1349,13 +1412,13 @@ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163752Z:1fa5b63e-a900-4aca-abd4-c3a785d97696" + "SOUTHCENTRALUS:20220126T082518Z:200b6ff1-cda6-47d8-8e41-2d502a19fb4d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:51 GMT" + "Wed, 26 Jan 2022 08:25:17 GMT" ], "Content-Length": [ "1635" @@ -1367,19 +1430,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6918\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918\",\r\n \"etag\": \"W/\\\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a6f4a2b-9504-4a15-82a5-c2fc86814239\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918/ipConfigurations/ip3322\",\r\n \"etag\": \"W/\\\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\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\": \"i0pxhkgc3uzulfvz1ll20gpfnh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4782\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782\",\r\n \"etag\": \"W/\\\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6b191b60-096c-41dd-a184-312e8014f9ce\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782/ipConfigurations/ip3287\",\r\n \"etag\": \"W/\\\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\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\": \"sapdiwvdgdwejcuo5kgqyjspab.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2OTE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NzgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1391,16 +1454,16 @@ "no-cache" ], "ETag": [ - "W/\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\"" + "W/\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\"" ], "x-ms-request-id": [ - "a14f238a-5276-49de-bb10-c25b67286f3d" + "b159c16a-2ddd-41bf-9822-4f0ae21edb9d" ], "x-ms-correlation-request-id": [ - "91555d29-df4f-4c04-9dd6-ba9dadb7db76" + "286247b7-ec86-454a-aebe-bb748381456c" ], "x-ms-arm-service-request-id": [ - "43bff1ac-cdb1-435b-b29c-bae27f836ab3" + "b015bbe5-dd7e-4ce8-8e70-2fe49f16fd28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1410,16 +1473,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163752Z:91555d29-df4f-4c04-9dd6-ba9dadb7db76" + "SOUTHCENTRALUS:20220126T082518Z:286247b7-ec86-454a-aebe-bb748381456c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:51 GMT" + "Wed, 26 Jan 2022 08:25:18 GMT" ], "Content-Length": [ "1635" @@ -1431,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6918\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918\",\r\n \"etag\": \"W/\\\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a6f4a2b-9504-4a15-82a5-c2fc86814239\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918/ipConfigurations/ip3322\",\r\n \"etag\": \"W/\\\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\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\": \"i0pxhkgc3uzulfvz1ll20gpfnh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4782\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782\",\r\n \"etag\": \"W/\\\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6b191b60-096c-41dd-a184-312e8014f9ce\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782/ipConfigurations/ip3287\",\r\n \"etag\": \"W/\\\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\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\": \"sapdiwvdgdwejcuo5kgqyjspab.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2OTE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NzgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "137a8b61-577e-4875-8669-658ee81166db" + "1da42777-3e7d-4fdd-8806-7a06d28b261a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1461,16 +1524,16 @@ "no-cache" ], "ETag": [ - "W/\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\"" + "W/\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\"" ], "x-ms-request-id": [ - "adb5654e-eb67-4dfc-801a-2f94e3efa129" + "067d49af-fca9-4821-9db0-455cf337fb55" ], "x-ms-correlation-request-id": [ - "c7f5346b-fece-47b2-b598-cc9f82234b7f" + "4c98d9e3-ee02-4bd7-92b6-7b9a9d96eaa3" ], "x-ms-arm-service-request-id": [ - "e438ed95-1693-43be-a841-a2ada1f042cf" + "9d4b3598-e8df-4cee-8cc7-76a5ed9876a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1480,16 +1543,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163752Z:c7f5346b-fece-47b2-b598-cc9f82234b7f" + "SOUTHCENTRALUS:20220126T082518Z:4c98d9e3-ee02-4bd7-92b6-7b9a9d96eaa3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:37:52 GMT" + "Wed, 26 Jan 2022 08:25:18 GMT" ], "Content-Length": [ "1635" @@ -1501,26 +1564,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6918\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918\",\r\n \"etag\": \"W/\\\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a6f4a2b-9504-4a15-82a5-c2fc86814239\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkInterfaces/nic6918/ipConfigurations/ip3322\",\r\n \"etag\": \"W/\\\"15716456-0b34-4dc5-ac07-6fcbbcbffd87\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\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\": \"i0pxhkgc3uzulfvz1ll20gpfnh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4782\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782\",\r\n \"etag\": \"W/\\\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6b191b60-096c-41dd-a184-312e8014f9ce\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkInterfaces/nic4782/ipConfigurations/ip3287\",\r\n \"etag\": \"W/\\\"bfffabf1-1af1-4c0d-ab10-80e2141960b5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\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\": \"sapdiwvdgdwejcuo5kgqyjspab.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDczOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1908.blob.core.windows.net/crptestar6737\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\"\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7656\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar3103.blob.core.windows.net/crptestar9287\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\"\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3494\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a685f48f-7e6c-48b1-bbaa-a621ef66f2dc" + "62a9d2a5-8dc7-46bf-9000-4f8c861a8ab6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1540,13 +1603,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1555,29 +1618,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b1e5617-a775-48b6-8b1b-07451eb9382a" + "084b5e91-ff2b-47f0-9a77-cf0a2010a271" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "e777112e-44eb-4110-b56e-d2ca8463c607" + "c5830869-f9a6-4161-a01c-3eb5e3a6ff99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163805Z:e777112e-44eb-4110-b56e-d2ca8463c607" + "SOUTHCENTRALUS:20220126T082528Z:c5830869-f9a6-4161-a01c-3eb5e3a6ff99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:38:05 GMT" + "Wed, 26 Jan 2022 08:25:27 GMT" ], "Content-Length": [ - "3336" + "3392" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1586,20 +1649,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1908.blob.core.windows.net/crptestar6737\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7656\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"614642ac-c1d5-45aa-9639-817147d09a2c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4738\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3103.blob.core.windows.net/crptestar9287\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3494\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8fef3210-65bf-406a-bdb4-212135a68e5c\",\r\n \"timeCreated\": \"2022-01-26T02:25:25.616138-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMWU1NjE3LWE3NzUtNDhiNi04YjFiLTA3NDUxZWI5MzgyYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4NGI1ZTkxLWZmMmItNDdmMC05YTc3LWNmMGEyMDEwYTI3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1613,35 +1676,35 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5f80851c-09f4-4195-9772-66b379c95639" + "df0d383f-5fbc-431b-b17c-171dc075ed3f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "40973e65-1975-44d9-aff7-8c6447a61149" + "bdbbad35-3f68-49bb-896d-22df6c6fee71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163815Z:40973e65-1975-44d9-aff7-8c6447a61149" + "SOUTHCENTRALUS:20220126T082538Z:bdbbad35-3f68-49bb-896d-22df6c6fee71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:38:15 GMT" + "Wed, 26 Jan 2022 08:25:37 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1650,20 +1713,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:38:02.8339745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b1e5617-a775-48b6-8b1b-07451eb9382a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:25:25.616138-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"084b5e91-ff2b-47f0-9a77-cf0a2010a271\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMWU1NjE3LWE3NzUtNDhiNi04YjFiLTA3NDUxZWI5MzgyYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4NGI1ZTkxLWZmMmItNDdmMC05YTc3LWNmMGEyMDEwYTI3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1674,35 +1737,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d739fa1e-36a1-4f34-9273-61423b5889ed" + "92c271e2-3eb0-4572-91ae-ae226714b324" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "151feaa3-5c1f-4766-8068-aa7c59d3b05d" + "9aae4cd2-3cf5-4417-9214-71b320ea61b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T163953Z:151feaa3-5c1f-4766-8068-aa7c59d3b05d" + "SOUTHCENTRALUS:20220126T082715Z:9aae4cd2-3cf5-4417-9214-71b320ea61b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:39:52 GMT" + "Wed, 26 Jan 2022 08:27:15 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1711,20 +1774,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:38:02.8339745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b1e5617-a775-48b6-8b1b-07451eb9382a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:25:25.616138-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"084b5e91-ff2b-47f0-9a77-cf0a2010a271\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMWU1NjE3LWE3NzUtNDhiNi04YjFiLTA3NDUxZWI5MzgyYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4NGI1ZTkxLWZmMmItNDdmMC05YTc3LWNmMGEyMDEwYTI3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1735,35 +1798,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "edfaa854-0083-4819-bdcd-50df57ae533c" + "576086aa-e751-4c06-a1b9-c32aa7f931b1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "1bf2137c-7932-41d5-bd17-936c5c641af5" + "14538cf3-b8dc-4dc4-970a-f194778cde08" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164130Z:1bf2137c-7932-41d5-bd17-936c5c641af5" + "SOUTHCENTRALUS:20220126T082852Z:14538cf3-b8dc-4dc4-970a-f194778cde08" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:41:30 GMT" + "Wed, 26 Jan 2022 08:28:52 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1772,20 +1835,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:38:02.8339745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b1e5617-a775-48b6-8b1b-07451eb9382a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:25:25.616138-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"084b5e91-ff2b-47f0-9a77-cf0a2010a271\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMWU1NjE3LWE3NzUtNDhiNi04YjFiLTA3NDUxZWI5MzgyYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4NGI1ZTkxLWZmMmItNDdmMC05YTc3LWNmMGEyMDEwYTI3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1796,35 +1859,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1c7da57a-91fe-4759-80fb-042961ee93b8" + "97e12bb7-60fd-4bfa-a995-52ad43ec3d8a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "17005a84-65ed-4738-a5bc-cb6fcbbeef9e" + "aff6d080-9d0a-4be7-8a9c-a45a46a78ee7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164308Z:17005a84-65ed-4738-a5bc-cb6fcbbeef9e" + "SOUTHCENTRALUS:20220126T083030Z:aff6d080-9d0a-4be7-8a9c-a45a46a78ee7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:43:08 GMT" + "Wed, 26 Jan 2022 08:30:29 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1833,20 +1896,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:38:02.8339745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b1e5617-a775-48b6-8b1b-07451eb9382a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:25:25.616138-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"084b5e91-ff2b-47f0-9a77-cf0a2010a271\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMWU1NjE3LWE3NzUtNDhiNi04YjFiLTA3NDUxZWI5MzgyYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4NGI1ZTkxLWZmMmItNDdmMC05YTc3LWNmMGEyMDEwYTI3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1857,35 +1920,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4e041079-69ad-4b09-aef1-2427944f7358" + "a63335bf-dd72-4116-b1c0-d1c326dde193" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "e8f1af27-1ebf-4d34-88ba-f76ef23b763c" + "71b2f6c4-7ea3-4a73-bda8-d33208af0aaa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164445Z:e8f1af27-1ebf-4d34-88ba-f76ef23b763c" + "SOUTHCENTRALUS:20220126T083207Z:71b2f6c4-7ea3-4a73-bda8-d33208af0aaa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:44:45 GMT" + "Wed, 26 Jan 2022 08:32:06 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1894,20 +1957,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:38:02.8339745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b1e5617-a775-48b6-8b1b-07451eb9382a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:25:25.616138-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"084b5e91-ff2b-47f0-9a77-cf0a2010a271\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMWU1NjE3LWE3NzUtNDhiNi04YjFiLTA3NDUxZWI5MzgyYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4NGI1ZTkxLWZmMmItNDdmMC05YTc3LWNmMGEyMDEwYTI3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1918,35 +1981,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc7b364f-ea50-44c8-b50e-4fe638cb6b0a" + "b86a42c7-1f19-44cc-afb5-0f85b7b06ed1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "a2aa1df2-0a91-49c7-bebf-937c64939329" + "f87c8d05-221d-4c6a-8737-8dfc06ffa212" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164622Z:a2aa1df2-0a91-49c7-bebf-937c64939329" + "SOUTHCENTRALUS:20220126T083344Z:f87c8d05-221d-4c6a-8737-8dfc06ffa212" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:46:21 GMT" + "Wed, 26 Jan 2022 08:33:43 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1955,20 +2018,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:38:02.8339745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b1e5617-a775-48b6-8b1b-07451eb9382a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:25:25.616138-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"084b5e91-ff2b-47f0-9a77-cf0a2010a271\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b1e5617-a775-48b6-8b1b-07451eb9382a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMWU1NjE3LWE3NzUtNDhiNi04YjFiLTA3NDUxZWI5MzgyYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/084b5e91-ff2b-47f0-9a77-cf0a2010a271?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4NGI1ZTkxLWZmMmItNDdmMC05YTc3LWNmMGEyMDEwYTI3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1979,35 +2042,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "43950c2e-09d9-4fc7-a7da-69d24b078451" + "8e969036-9b95-45f9-828c-5a986e45eda8" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "58be8938-e933-4c90-9245-6a29d3cf8726" + "258d539d-812f-4d42-812c-965cc666c690" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164800Z:58be8938-e933-4c90-9245-6a29d3cf8726" + "SOUTHCENTRALUS:20220126T083522Z:258d539d-812f-4d42-812c-965cc666c690" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:47:59 GMT" + "Wed, 26 Jan 2022 08:35:22 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2016,20 +2079,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T16:38:02.8339745+00:00\",\r\n \"endTime\": \"2021-06-29T16:47:01.4936358+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6b1e5617-a775-48b6-8b1b-07451eb9382a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T02:25:25.616138-06:00\",\r\n \"endTime\": \"2022-01-26T02:34:09.9755008-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"084b5e91-ff2b-47f0-9a77-cf0a2010a271\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDczOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2040,35 +2103,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2576" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ebed0b62-c30b-40a0-a30f-268ae98c4407" + "186a2630-9cb3-4e30-82be-2850109c507b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "9581fd7a-549a-4544-9cc3-526e438bb744" + "b18546eb-60f2-4c96-8999-37a0c91ce5bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164800Z:9581fd7a-549a-4544-9cc3-526e438bb744" + "SOUTHCENTRALUS:20220126T083523Z:b18546eb-60f2-4c96-8999-37a0c91ce5bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:47:59 GMT" + "Wed, 26 Jan 2022 08:35:22 GMT" ], "Content-Length": [ - "3337" + "3393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2077,26 +2140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1908.blob.core.windows.net/crptestar6737\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7656\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"614642ac-c1d5-45aa-9639-817147d09a2c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4738\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3103.blob.core.windows.net/crptestar9287\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3494\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8fef3210-65bf-406a-bdb4-212135a68e5c\",\r\n \"timeCreated\": \"2022-01-26T02:25:25.616138-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDczOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09d5cc08-9cdd-4c56-8c75-cbc8db0d88ba" + "788acd53-30f0-4b04-89e3-85c26b92d650" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2107,35 +2170,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2575" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a2f9771-42cc-467a-a338-44bc33dc0930" + "595a4bea-128a-4812-b818-01d6b329da78" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "bfb8a548-89ac-45e6-9eff-42d37adc1b04" + "b6cae497-b90c-4632-a70d-8f89eb80a316" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164800Z:bfb8a548-89ac-45e6-9eff-42d37adc1b04" + "SOUTHCENTRALUS:20220126T083523Z:b6cae497-b90c-4632-a70d-8f89eb80a316" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:47:59 GMT" + "Wed, 26 Jan 2022 08:35:22 GMT" ], "Content-Length": [ - "3337" + "3393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2144,26 +2207,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1908.blob.core.windows.net/crptestar6737\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7656\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"614642ac-c1d5-45aa-9639-817147d09a2c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4738\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3103.blob.core.windows.net/crptestar9287\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3494\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8fef3210-65bf-406a-bdb4-212135a68e5c\",\r\n \"timeCreated\": \"2022-01-26T02:25:25.616138-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzIwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDczOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65efe8db-fdd7-4fca-833c-d8d2a6d61b8e" + "c5a33b18-8b20-4412-b0c7-0467274e7748" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2174,35 +2237,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2574" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4cdab968-7788-4446-8ba2-eb9bcaf5015e" + "c71715c2-919e-4d16-aecf-c4a640a02a79" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "53d1af52-22b7-4db2-8382-51c2038ccae2" + "b0609d46-2c4f-49f0-b0aa-8f2054141114" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164800Z:53d1af52-22b7-4db2-8382-51c2038ccae2" + "SOUTHCENTRALUS:20220126T083523Z:b0609d46-2c4f-49f0-b0aa-8f2054141114" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:48:00 GMT" + "Wed, 26 Jan 2022 08:35:22 GMT" ], "Content-Length": [ - "3337" + "3393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2211,25 +2274,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3207\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3207\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1908.blob.core.windows.net/crptestar6737\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/networkSecurityGroups/nsg8071\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7656\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15721/providers/Microsoft.Network/virtualNetworks/vn9076/subnets/sn23578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"614642ac-c1d5-45aa-9639-817147d09a2c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4738\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4738\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar3103.blob.core.windows.net/crptestar9287\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/networkSecurityGroups/nsg9869\"\r\n },\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3494\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar37431/providers/Microsoft.Network/virtualNetworks/vn4951/subnets/sn29208\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8fef3210-65bf-406a-bdb4-212135a68e5c\",\r\n \"timeCreated\": \"2022-01-26T02:25:25.616138-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar15721?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1NzIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar37431?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NDMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a87a651-60da-4bf4-bd38-b3f6fc80cc75" + "3aec6f3b-660d-4532-8eeb-fefe87981603" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2241,7 +2304,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2250,13 +2313,13 @@ "14999" ], "x-ms-request-id": [ - "11b6e7f5-ddcd-4d6b-a61e-011f0e19c627" + "c4c78fcb-7f5b-4c46-8800-4f95de22c194" ], "x-ms-correlation-request-id": [ - "11b6e7f5-ddcd-4d6b-a61e-011f0e19c627" + "c4c78fcb-7f5b-4c46-8800-4f95de22c194" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164806Z:11b6e7f5-ddcd-4d6b-a61e-011f0e19c627" + "SOUTHCENTRALUS:20220126T083530Z:c4c78fcb-7f5b-4c46-8800-4f95de22c194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2265,7 +2328,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:48:06 GMT" + "Wed, 26 Jan 2022 08:35:29 GMT" ], "Expires": [ "-1" @@ -2278,15 +2341,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2298,7 +2361,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2307,13 +2370,13 @@ "11999" ], "x-ms-request-id": [ - "b61ed310-bfa9-40da-9138-e32cfd42fcf0" + "7622da4d-e221-4d08-aa70-dadb0de0f80b" ], "x-ms-correlation-request-id": [ - "b61ed310-bfa9-40da-9138-e32cfd42fcf0" + "7622da4d-e221-4d08-aa70-dadb0de0f80b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164822Z:b61ed310-bfa9-40da-9138-e32cfd42fcf0" + "SOUTHCENTRALUS:20220126T083545Z:7622da4d-e221-4d08-aa70-dadb0de0f80b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2322,7 +2385,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:48:21 GMT" + "Wed, 26 Jan 2022 08:35:45 GMT" ], "Expires": [ "-1" @@ -2335,15 +2398,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2355,7 +2418,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2364,13 +2427,13 @@ "11998" ], "x-ms-request-id": [ - "9d4f8153-d090-4695-a0f6-993f7159c89d" + "e8bcc105-cda7-4801-9645-7e32ef10411f" ], "x-ms-correlation-request-id": [ - "9d4f8153-d090-4695-a0f6-993f7159c89d" + "e8bcc105-cda7-4801-9645-7e32ef10411f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164837Z:9d4f8153-d090-4695-a0f6-993f7159c89d" + "SOUTHCENTRALUS:20220126T083601Z:e8bcc105-cda7-4801-9645-7e32ef10411f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2379,7 +2442,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:48:37 GMT" + "Wed, 26 Jan 2022 08:36:00 GMT" ], "Expires": [ "-1" @@ -2392,15 +2455,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2412,7 +2475,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2421,13 +2484,13 @@ "11997" ], "x-ms-request-id": [ - "0b5cfa2e-aee0-44f5-bd88-5079b2278179" + "9097d787-a7c7-40a3-aada-8e9f09b03b24" ], "x-ms-correlation-request-id": [ - "0b5cfa2e-aee0-44f5-bd88-5079b2278179" + "9097d787-a7c7-40a3-aada-8e9f09b03b24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164853Z:0b5cfa2e-aee0-44f5-bd88-5079b2278179" + "SOUTHCENTRALUS:20220126T083616Z:9097d787-a7c7-40a3-aada-8e9f09b03b24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2436,7 +2499,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:48:52 GMT" + "Wed, 26 Jan 2022 08:36:15 GMT" ], "Expires": [ "-1" @@ -2449,15 +2512,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2469,7 +2532,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2478,13 +2541,13 @@ "11996" ], "x-ms-request-id": [ - "9a841768-89c4-4e85-ac2d-bad51bb2258d" + "1bc76f47-5664-4c69-8e00-5c7cddc1490c" ], "x-ms-correlation-request-id": [ - "9a841768-89c4-4e85-ac2d-bad51bb2258d" + "1bc76f47-5664-4c69-8e00-5c7cddc1490c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164908Z:9a841768-89c4-4e85-ac2d-bad51bb2258d" + "SOUTHCENTRALUS:20220126T083632Z:1bc76f47-5664-4c69-8e00-5c7cddc1490c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2493,7 +2556,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:49:08 GMT" + "Wed, 26 Jan 2022 08:36:31 GMT" ], "Expires": [ "-1" @@ -2506,15 +2569,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2526,7 +2589,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2535,13 +2598,13 @@ "11995" ], "x-ms-request-id": [ - "1f252279-bca7-480d-baf4-9fe7e403bba5" + "ed213865-f7c7-4d89-9d7c-c62016267da1" ], "x-ms-correlation-request-id": [ - "1f252279-bca7-480d-baf4-9fe7e403bba5" + "ed213865-f7c7-4d89-9d7c-c62016267da1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164924Z:1f252279-bca7-480d-baf4-9fe7e403bba5" + "SOUTHCENTRALUS:20220126T083647Z:ed213865-f7c7-4d89-9d7c-c62016267da1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2550,7 +2613,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:49:23 GMT" + "Wed, 26 Jan 2022 08:36:46 GMT" ], "Expires": [ "-1" @@ -2563,15 +2626,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2583,7 +2646,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2592,13 +2655,13 @@ "11994" ], "x-ms-request-id": [ - "98937d9d-ef13-488b-92a3-9a3e2ac5cf84" + "7134ebe3-b183-47f4-9e73-f86e5dbdd103" ], "x-ms-correlation-request-id": [ - "98937d9d-ef13-488b-92a3-9a3e2ac5cf84" + "7134ebe3-b183-47f4-9e73-f86e5dbdd103" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164939Z:98937d9d-ef13-488b-92a3-9a3e2ac5cf84" + "SOUTHCENTRALUS:20220126T083703Z:7134ebe3-b183-47f4-9e73-f86e5dbdd103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2607,7 +2670,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:49:38 GMT" + "Wed, 26 Jan 2022 08:37:02 GMT" ], "Expires": [ "-1" @@ -2620,15 +2683,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2640,7 +2703,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2649,13 +2712,13 @@ "11993" ], "x-ms-request-id": [ - "419fb318-0f58-4ea4-8300-26552c514dfd" + "b2d3b2b6-50a0-409c-a78b-bb8f437b1509" ], "x-ms-correlation-request-id": [ - "419fb318-0f58-4ea4-8300-26552c514dfd" + "b2d3b2b6-50a0-409c-a78b-bb8f437b1509" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T164954Z:419fb318-0f58-4ea4-8300-26552c514dfd" + "SOUTHCENTRALUS:20220126T083718Z:b2d3b2b6-50a0-409c-a78b-bb8f437b1509" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2664,7 +2727,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:49:54 GMT" + "Wed, 26 Jan 2022 08:37:18 GMT" ], "Expires": [ "-1" @@ -2677,15 +2740,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2697,7 +2760,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2706,13 +2769,13 @@ "11992" ], "x-ms-request-id": [ - "290f7b36-ce71-4c6b-84f7-58fd109cfdc2" + "b7cc6013-fda7-45f7-a285-fade71879080" ], "x-ms-correlation-request-id": [ - "290f7b36-ce71-4c6b-84f7-58fd109cfdc2" + "b7cc6013-fda7-45f7-a285-fade71879080" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165010Z:290f7b36-ce71-4c6b-84f7-58fd109cfdc2" + "SOUTHCENTRALUS:20220126T083734Z:b7cc6013-fda7-45f7-a285-fade71879080" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2721,7 +2784,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:50:10 GMT" + "Wed, 26 Jan 2022 08:37:33 GMT" ], "Expires": [ "-1" @@ -2734,15 +2797,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2754,7 +2817,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2763,13 +2826,13 @@ "11991" ], "x-ms-request-id": [ - "2d8a82fd-89e4-44fb-a5aa-6470c1fc3076" + "5681b537-3ec6-44ff-be7b-b8ee60bfa95b" ], "x-ms-correlation-request-id": [ - "2d8a82fd-89e4-44fb-a5aa-6470c1fc3076" + "5681b537-3ec6-44ff-be7b-b8ee60bfa95b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165025Z:2d8a82fd-89e4-44fb-a5aa-6470c1fc3076" + "SOUTHCENTRALUS:20220126T083749Z:5681b537-3ec6-44ff-be7b-b8ee60bfa95b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2778,7 +2841,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:50:25 GMT" + "Wed, 26 Jan 2022 08:37:48 GMT" ], "Expires": [ "-1" @@ -2791,15 +2854,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2811,7 +2874,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2820,13 +2883,13 @@ "11990" ], "x-ms-request-id": [ - "3171e0d3-d304-464e-9fa8-2f0cbe150388" + "6c2f3410-d421-4f59-bf4e-3f434b2c02a3" ], "x-ms-correlation-request-id": [ - "3171e0d3-d304-464e-9fa8-2f0cbe150388" + "6c2f3410-d421-4f59-bf4e-3f434b2c02a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165041Z:3171e0d3-d304-464e-9fa8-2f0cbe150388" + "SOUTHCENTRALUS:20220126T083804Z:6c2f3410-d421-4f59-bf4e-3f434b2c02a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2835,7 +2898,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:50:41 GMT" + "Wed, 26 Jan 2022 08:38:04 GMT" ], "Expires": [ "-1" @@ -2848,15 +2911,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2868,7 +2931,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2877,13 +2940,13 @@ "11989" ], "x-ms-request-id": [ - "ce6ee687-8f00-4b58-81d7-60308a15c145" + "e0328b16-d125-4db7-8681-b9ba16103343" ], "x-ms-correlation-request-id": [ - "ce6ee687-8f00-4b58-81d7-60308a15c145" + "e0328b16-d125-4db7-8681-b9ba16103343" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165056Z:ce6ee687-8f00-4b58-81d7-60308a15c145" + "SOUTHCENTRALUS:20220126T083820Z:e0328b16-d125-4db7-8681-b9ba16103343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2892,7 +2955,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:50:56 GMT" + "Wed, 26 Jan 2022 08:38:19 GMT" ], "Expires": [ "-1" @@ -2905,15 +2968,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2925,7 +2988,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2934,13 +2997,13 @@ "11988" ], "x-ms-request-id": [ - "dc25774d-0eb4-43d9-a26c-f553a605dbab" + "040e6969-4cb1-4afd-b421-f4f297f9f938" ], "x-ms-correlation-request-id": [ - "dc25774d-0eb4-43d9-a26c-f553a605dbab" + "040e6969-4cb1-4afd-b421-f4f297f9f938" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165112Z:dc25774d-0eb4-43d9-a26c-f553a605dbab" + "SOUTHCENTRALUS:20220126T083835Z:040e6969-4cb1-4afd-b421-f4f297f9f938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2949,7 +3012,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:51:11 GMT" + "Wed, 26 Jan 2022 08:38:35 GMT" ], "Expires": [ "-1" @@ -2962,15 +3025,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2982,7 +3045,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2991,13 +3054,13 @@ "11987" ], "x-ms-request-id": [ - "1985af9e-bd30-4e10-a176-4b2522568422" + "5cd46f2d-d861-4e53-8aba-8fe62262f7a9" ], "x-ms-correlation-request-id": [ - "1985af9e-bd30-4e10-a176-4b2522568422" + "5cd46f2d-d861-4e53-8aba-8fe62262f7a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165127Z:1985af9e-bd30-4e10-a176-4b2522568422" + "SOUTHCENTRALUS:20220126T083851Z:5cd46f2d-d861-4e53-8aba-8fe62262f7a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3006,7 +3069,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:51:27 GMT" + "Wed, 26 Jan 2022 08:38:50 GMT" ], "Expires": [ "-1" @@ -3019,15 +3082,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3039,7 +3102,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3048,13 +3111,13 @@ "11986" ], "x-ms-request-id": [ - "179cfd6d-de8c-48fa-b0f6-84f57dd5d687" + "13788f19-f289-456f-9494-81762646e2f6" ], "x-ms-correlation-request-id": [ - "179cfd6d-de8c-48fa-b0f6-84f57dd5d687" + "13788f19-f289-456f-9494-81762646e2f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165143Z:179cfd6d-de8c-48fa-b0f6-84f57dd5d687" + "SOUTHCENTRALUS:20220126T083906Z:13788f19-f289-456f-9494-81762646e2f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3063,7 +3126,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:51:42 GMT" + "Wed, 26 Jan 2022 08:39:05 GMT" ], "Expires": [ "-1" @@ -3076,15 +3139,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3096,7 +3159,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3105,13 +3168,13 @@ "11985" ], "x-ms-request-id": [ - "4b351316-df93-41b4-a881-51f1e1931271" + "de06ecbc-9c63-4302-8daf-6fee8b67a041" ], "x-ms-correlation-request-id": [ - "4b351316-df93-41b4-a881-51f1e1931271" + "de06ecbc-9c63-4302-8daf-6fee8b67a041" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165158Z:4b351316-df93-41b4-a881-51f1e1931271" + "SOUTHCENTRALUS:20220126T083922Z:de06ecbc-9c63-4302-8daf-6fee8b67a041" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3120,7 +3183,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:51:58 GMT" + "Wed, 26 Jan 2022 08:39:22 GMT" ], "Expires": [ "-1" @@ -3133,15 +3196,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3153,7 +3216,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3162,13 +3225,13 @@ "11984" ], "x-ms-request-id": [ - "8f891e17-71ea-433c-9bfb-0f472e4fc1f8" + "49a84b29-af11-4736-a139-d17cab885f3f" ], "x-ms-correlation-request-id": [ - "8f891e17-71ea-433c-9bfb-0f472e4fc1f8" + "49a84b29-af11-4736-a139-d17cab885f3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165214Z:8f891e17-71ea-433c-9bfb-0f472e4fc1f8" + "SOUTHCENTRALUS:20220126T083937Z:49a84b29-af11-4736-a139-d17cab885f3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3177,7 +3240,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:52:14 GMT" + "Wed, 26 Jan 2022 08:39:37 GMT" ], "Expires": [ "-1" @@ -3190,15 +3253,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3210,7 +3273,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3219,13 +3282,13 @@ "11983" ], "x-ms-request-id": [ - "25ae8761-8158-4369-8182-2a3229d76b5e" + "c6adfe45-5a69-42a9-8b7b-b5411ba5aa27" ], "x-ms-correlation-request-id": [ - "25ae8761-8158-4369-8182-2a3229d76b5e" + "c6adfe45-5a69-42a9-8b7b-b5411ba5aa27" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165229Z:25ae8761-8158-4369-8182-2a3229d76b5e" + "SOUTHCENTRALUS:20220126T083953Z:c6adfe45-5a69-42a9-8b7b-b5411ba5aa27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3234,7 +3297,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:52:29 GMT" + "Wed, 26 Jan 2022 08:39:52 GMT" ], "Expires": [ "-1" @@ -3247,15 +3310,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3266,17 +3329,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-request-id": [ - "48dd88a4-9d64-4643-8a53-8e3049c9ff1c" + "d08560da-de32-4ab1-9c53-330bfea4a37b" ], "x-ms-correlation-request-id": [ - "48dd88a4-9d64-4643-8a53-8e3049c9ff1c" + "d08560da-de32-4ab1-9c53-330bfea4a37b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165245Z:48dd88a4-9d64-4643-8a53-8e3049c9ff1c" + "SOUTHCENTRALUS:20220126T084009Z:d08560da-de32-4ab1-9c53-330bfea4a37b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3285,7 +3354,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:52:44 GMT" + "Wed, 26 Jan 2022 08:40:08 GMT" ], "Expires": [ "-1" @@ -3295,18 +3364,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTcyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3317,17 +3386,353 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-request-id": [ - "228a0e44-1e08-489a-b75a-c5a6eaadf11f" + "e15bc5a5-af1c-4420-8774-0bab09537095" + ], + "x-ms-correlation-request-id": [ + "e15bc5a5-af1c-4420-8774-0bab09537095" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T084024Z:e15bc5a5-af1c-4420-8774-0bab09537095" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:40:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "7deac792-e214-4ce4-b0d3-e4227732d180" + ], + "x-ms-correlation-request-id": [ + "7deac792-e214-4ce4-b0d3-e4227732d180" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T084040Z:7deac792-e214-4ce4-b0d3-e4227732d180" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:40:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "a6dcf200-5d7b-40bf-8511-9e3da21c94c2" + ], + "x-ms-correlation-request-id": [ + "a6dcf200-5d7b-40bf-8511-9e3da21c94c2" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T084055Z:a6dcf200-5d7b-40bf-8511-9e3da21c94c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:40:54 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "582dbae3-e737-4b8e-9a40-d5dac0ab0f5e" + ], + "x-ms-correlation-request-id": [ + "582dbae3-e737-4b8e-9a40-d5dac0ab0f5e" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T084111Z:582dbae3-e737-4b8e-9a40-d5dac0ab0f5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:41:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "95db1b96-2981-422d-98bf-db0ef7ea3f15" + ], + "x-ms-correlation-request-id": [ + "95db1b96-2981-422d-98bf-db0ef7ea3f15" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T084126Z:95db1b96-2981-422d-98bf-db0ef7ea3f15" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:41:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "dfc3c15d-9203-4f2c-a7b2-abacf3c75140" + ], + "x-ms-correlation-request-id": [ + "dfc3c15d-9203-4f2c-a7b2-abacf3c75140" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T084142Z:dfc3c15d-9203-4f2c-a7b2-abacf3c75140" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:41:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzQzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpRek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-request-id": [ + "1d60b5ab-ece7-45fa-8421-e840d5149330" ], "x-ms-correlation-request-id": [ - "228a0e44-1e08-489a-b75a-c5a6eaadf11f" + "1d60b5ab-ece7-45fa-8421-e840d5149330" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T165246Z:228a0e44-1e08-489a-b75a-c5a6eaadf11f" + "SOUTHCENTRALUS:20220126T084142Z:1d60b5ab-ece7-45fa-8421-e840d5149330" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3336,7 +3741,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 16:52:45 GMT" + "Wed, 26 Jan 2022 08:41:42 GMT" ], "Expires": [ "-1" @@ -3351,30 +3756,30 @@ ], "Names": { "TestVMScaleSetWithnNsg": [ - "crptestar1572", - "vmss3207", - "dnsname1940", - "nsg8071", - "crptestar1908" + "crptestar3743", + "vmss4738", + "dnsname335", + "nsg9869", + "crptestar3103" ], "CreateVNETWithSubnets": [ - "vn9076", - "sn19404", - "sn23578" + "vn4951", + "sn14318", + "sn29208" ], "CreatePublicIP": [ - "pip2417", - "dn1317" + "pip1748", + "dn6843" ], "CreateNIC": [ - "nic6918", - "ip3322" + "nic4782", + "ip3287" ], "CreateDefaultVMScaleSetInput": [ - "crptestar6737", - "vmss2115", - "vmsstestnetconfig9566", - "vmsstestnetconfig7656" + "crptestar9287", + "vmss4690", + "vmsstestnetconfig9725", + "vmsstestnetconfig3494" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations.json index 99efa84a862a4..03a73823f3757 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "feabae80-1ef5-4053-83c2-89e160938f2c" + "151b6de2-dba5-493f-89c6-dff987487508" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:38:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "b7a7d572-0977-4283-a29f-08bc45ac212c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "16535407-2d51-40c1-ab28-1882a1a5c504" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "a3a69575-9e3e-43f2-8673-62a90e9b05e3" + "08113967-4e49-49c0-ab9e-9ccc239f2eac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030037Z:a3a69575-9e3e-43f2-8673-62a90e9b05e3" + "EASTUS2:20211117T053840Z:08113967-4e49-49c0-ab9e-9ccc239f2eac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:00:37 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar93681?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNjgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar64441?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0NDQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar93681\": \"2021-06-29 03:00:37Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar64441\": \"2021-11-17 05:38:40Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "24d955e4-f07b-4797-b145-1950552ecf79" + "8903718d-90ad-4e20-9f10-fb4604012d4b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:38:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "85e127c4-bf25-42af-8a93-dc3a105ace06" + "2d3ca701-e169-4821-80a1-4037e4736c9e" ], "x-ms-correlation-request-id": [ - "85e127c4-bf25-42af-8a93-dc3a105ace06" + "2d3ca701-e169-4821-80a1-4037e4736c9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030039Z:85e127c4-bf25-42af-8a93-dc3a105ace06" + "EASTUS2:20211117T053842Z:2d3ca701-e169-4821-80a1-4037e4736c9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:00:39 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681\",\r\n \"name\": \"crptestar93681\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar93681\": \"2021-06-29 03:00:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441\",\r\n \"name\": \"crptestar64441\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar64441\": \"2021-11-17 05:38:40Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar93681?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNjgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar64441?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0NDQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1712eb-11ad-41d5-bd11-defd3175f6f2" + "717168fb-2496-4868-9b02-595719c48258" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-request-id": [ - "081a16cf-c4b3-41d1-9ffc-b9c0962a51f1" + "6eea87e2-cede-4557-989c-37c791645674" ], "x-ms-correlation-request-id": [ - "081a16cf-c4b3-41d1-9ffc-b9c0962a51f1" + "6eea87e2-cede-4557-989c-37c791645674" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030118Z:081a16cf-c4b3-41d1-9ffc-b9c0962a51f1" + "EASTUS2:20211117T053928Z:6eea87e2-cede-4557-989c-37c791645674" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:17 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681\",\r\n \"name\": \"crptestar93681\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441\",\r\n \"name\": \"crptestar64441\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Storage/storageAccounts/crptestar8285?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODI4NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Storage/storageAccounts/crptestar974?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTc0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "343bbb19-f5c8-4036-a04c-e6a500fe622e" + "54b91f67-542a-45d7-b065-25e6df6d2322" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:38:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/62bff119-3a90-4179-8d84-afbb80055d95?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d1d2a52c-1fd7-40b2-8c8c-40b75b7dbab6?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "62bff119-3a90-4179-8d84-afbb80055d95" + "d1d2a52c-1fd7-40b2-8c8c-40b75b7dbab6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6029e07e-893e-4f6d-ab36-8fa8d655ed17" + "8b7f527a-a3b1-4fb7-8b87-a23dcc04a186" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030050Z:6029e07e-893e-4f6d-ab36-8fa8d655ed17" + "EASTUS2:20211117T053855Z:8b7f527a-a3b1-4fb7-8b87-a23dcc04a186" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:00:49 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/62bff119-3a90-4179-8d84-afbb80055d95?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNjJiZmYxMTktM2E5MC00MTc5LThkODQtYWZiYjgwMDU1ZDk1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d1d2a52c-1fd7-40b2-8c8c-40b75b7dbab6?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDFkMmE1MmMtMWZkNy00MGIyLThjOGMtNDBiNzViN2RiYWI2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:12 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "4415ecaa-05f7-450c-b612-43e254635a6c" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d1d2a52c-1fd7-40b2-8c8c-40b75b7dbab6?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "5e6e8e7c-1788-49ed-9475-b54e72866f58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f23f46f1-3b50-4333-9836-c845edbdde45" + "628488c5-893f-48b3-8472-02fffe3b597f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030107Z:f23f46f1-3b50-4333-9836-c845edbdde45" + "EASTUS2:20211117T053912Z:628488c5-893f-48b3-8472-02fffe3b597f" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d1d2a52c-1fd7-40b2-8c8c-40b75b7dbab6?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDFkMmE1MmMtMWZkNy00MGIyLThjOGMtNDBiNzViN2RiYWI2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 03:01:06 GMT" + "Wed, 17 Nov 2021 05:39:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0657eb4e-c5b9-45cd-b45f-8cd27f1e6f47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "0562f38c-d96f-47fd-baa7-de03427fe09f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T053915Z:0562f38c-d96f-47fd-baa7-de03427fe09f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63a9985d-1e68-4d58-901a-42128fdbabe1" + "84621d8b-919d-4386-baca-c561af74bbef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0de2c416-7341-4d93-9bae-d01020101f03" + "306007d3-26ea-439e-b311-2bf472253afe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "7bcea595-bab3-4878-8b5f-dbbd5b6618ab" + "18ca6433-c724-4a1a-a2da-5977dff5b023" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030117Z:7bcea595-bab3-4878-8b5f-dbbd5b6618ab" + "EASTUS2:20211117T053926Z:18ca6433-c724-4a1a-a2da-5977dff5b023" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:16 GMT" - ], "Content-Length": [ - "753" + "747" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Storage/storageAccounts/crptestar8285\",\r\n \"name\": \"crptestar8285\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T03:00:45.7888159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8285.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8285.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8285.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8285.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Storage/storageAccounts/crptestar974\",\r\n \"name\": \"crptestar974\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T05:38:49.1754189Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar974.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar974.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar974.table.core.windows.net/\",\r\n \"file\": \"https://crptestar974.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Storage/storageAccounts/crptestar8285?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODI4NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Storage/storageAccounts/crptestar974?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTc0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7e88448-c2eb-4bd8-acca-45204519d9b9" + "493d0997-72d8-4a15-8246-db97946f5211" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3b585390-476b-40ea-817d-3beac9bbd445" + "92cfffdf-eb01-4e39-83fb-2cca5606d4ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "1648ccb3-7296-4388-a82a-c426bcda6ee5" + "34a2e6df-27f9-48dc-9996-237f67b26455" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030117Z:1648ccb3-7296-4388-a82a-c426bcda6ee5" + "EASTUS2:20211117T053926Z:34a2e6df-27f9-48dc-9996-237f67b26455" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:16 GMT" - ], "Content-Length": [ - "741" + "735" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Storage/storageAccounts/crptestar8285\",\r\n \"name\": \"crptestar8285\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T03:00:45.7888159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8285.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8285.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8285.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8285.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Storage/storageAccounts/crptestar974\",\r\n \"name\": \"crptestar974\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T05:38:49.1754189Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar974.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar974.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar974.table.core.windows.net/\",\r\n \"file\": \"https://crptestar974.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/publicIPAddresses/pip8480?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NDgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/publicIPAddresses/pip1447?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNDQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8356\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7739\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5d95593-b424-405e-9207-7da6629e1080" + "30531fc1-e367-42ce-876a-34d806cb7c08" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "13c8fc18-19e4-482f-b3ae-6776fcbc9730" + "d8a79c9f-5cdc-4078-8536-aa2e00afedaf" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/13c8fc18-19e4-482f-b3ae-6776fcbc9730?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d8a79c9f-5cdc-4078-8536-aa2e00afedaf?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "63e7c17e-dd08-4a0a-b2cc-f2dea45f0ade" + "a0731c7a-aed5-4433-88ac-7c5b9c1307e2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1d0bce9e-cd44-46d3-9764-c110839160e1" + "78077d3d-a449-461d-a92e-199a2579a6aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030127Z:63e7c17e-dd08-4a0a-b2cc-f2dea45f0ade" + "EASTUS2:20211117T053937Z:a0731c7a-aed5-4433-88ac-7c5b9c1307e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:27 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8480\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/publicIPAddresses/pip8480\",\r\n \"etag\": \"W/\\\"7339b9f6-3819-48c6-975e-d8842d8acd0f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fbfff73d-67a7-4206-b329-e025ca53d83d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8356\",\r\n \"fqdn\": \"dn8356.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/publicIPAddresses/pip1447\",\r\n \"etag\": \"W/\\\"959720cc-ee4b-469a-80cd-7ac5eee1e538\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0ff4ef7b-a827-4204-b33b-8c5c074142d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7739\",\r\n \"fqdn\": \"dn7739.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/13c8fc18-19e4-482f-b3ae-6776fcbc9730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEzYzhmYzE4LTE5ZTQtNDgyZi1iM2FlLTY3NzZmY2JjOTczMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d8a79c9f-5cdc-4078-8536-aa2e00afedaf?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4YTc5YzlmLTVjZGMtNDA3OC04NTM2LWFhMmUwMGFmZWRhZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cc0d1fb5-8e56-420a-8dae-706d6a839d07" + "2b95a873-4f95-40cd-8d0f-3cf9450a805c" ], "x-ms-correlation-request-id": [ - "4771013b-e13a-4bfe-9224-4b1e780fb685" + "9c1e9216-9a62-4b5e-b527-e78e104bbbff" ], "x-ms-arm-service-request-id": [ - "7d9f0b9f-b15b-4cf6-a409-0d6326ffe328" + "289ce81e-2d75-4513-85da-4de1448ddec4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030129Z:4771013b-e13a-4bfe-9224-4b1e780fb685" + "EASTUS2:20211117T053938Z:9c1e9216-9a62-4b5e-b527-e78e104bbbff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:28 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/publicIPAddresses/pip8480?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NDgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/publicIPAddresses/pip1447?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNDQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a817debb-00dc-45ef-8cba-40df3095afe9\"" + "W/\"11da07a4-aaaa-4a1b-b17f-efdbeab9cb3f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "15e49c37-8e31-4c0f-a941-0228efc48a53" + "77a0f756-359e-4d19-a29a-23f25fc82bc6" ], "x-ms-correlation-request-id": [ - "db9f5c69-d6d2-46d8-949c-ca89468c8a78" + "c417e89e-5626-427f-8b6d-e7650206b51b" ], "x-ms-arm-service-request-id": [ - "3bd015d2-3b69-4ade-ac81-54a0e83ff7e3" + "e3c4a308-dbe6-4912-8f6e-15eee2f70153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030129Z:db9f5c69-d6d2-46d8-949c-ca89468c8a78" + "EASTUS2:20211117T053939Z:c417e89e-5626-427f-8b6d-e7650206b51b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:29 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8480\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/publicIPAddresses/pip8480\",\r\n \"etag\": \"W/\\\"a817debb-00dc-45ef-8cba-40df3095afe9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fbfff73d-67a7-4206-b329-e025ca53d83d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8356\",\r\n \"fqdn\": \"dn8356.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/publicIPAddresses/pip1447\",\r\n \"etag\": \"W/\\\"11da07a4-aaaa-4a1b-b17f-efdbeab9cb3f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ff4ef7b-a827-4204-b33b-8c5c074142d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7739\",\r\n \"fqdn\": \"dn7739.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/publicIPAddresses/pip8480?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NDgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/publicIPAddresses/pip1447?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxNDQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e801ab7c-ac93-4989-afb1-3b8be11b75db" + "25a5a294-cb93-4400-95f7-c5caa4a59ed5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a817debb-00dc-45ef-8cba-40df3095afe9\"" + "W/\"11da07a4-aaaa-4a1b-b17f-efdbeab9cb3f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e291e90a-8bf2-4589-a9ce-6d2235348f81" + "2558c142-1383-4639-a642-aa909f10f80f" ], "x-ms-correlation-request-id": [ - "cf018918-b4eb-448b-8dd9-91d1437d197b" + "d5f11aa1-1a97-41b9-b37a-656d49590cc4" ], "x-ms-arm-service-request-id": [ - "ca91c52a-0cab-4eeb-b05b-d1d28dd78780" + "854e4e3c-94a2-448b-80c7-e79892985e61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030129Z:cf018918-b4eb-448b-8dd9-91d1437d197b" + "EASTUS2:20211117T053939Z:d5f11aa1-1a97-41b9-b37a-656d49590cc4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:29 GMT" - ], "Content-Length": [ "771" ], @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8480\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/publicIPAddresses/pip8480\",\r\n \"etag\": \"W/\\\"a817debb-00dc-45ef-8cba-40df3095afe9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fbfff73d-67a7-4206-b329-e025ca53d83d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8356\",\r\n \"fqdn\": \"dn8356.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1447\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/publicIPAddresses/pip1447\",\r\n \"etag\": \"W/\\\"11da07a4-aaaa-4a1b-b17f-efdbeab9cb3f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ff4ef7b-a827-4204-b33b-8c5c074142d4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7739\",\r\n \"fqdn\": \"dn7739.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MDIzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMDk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8984\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8267\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5208c125-193b-48a1-9ba3-4ec6b7f546c3" + "cdada8a6-be54-46f5-ad8d-704e3ad8258c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5251fba2-0176-47c7-bb73-d4a325f6caa4" + "fd0a77c4-7cca-4658-bf20-6ddf223f3770" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5251fba2-0176-47c7-bb73-d4a325f6caa4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fd0a77c4-7cca-4658-bf20-6ddf223f3770?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a8e120f2-10da-4121-b63f-717f8e2a5234" + "8853a51f-f15d-4193-adeb-64c116381fc1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3ee22ab3-01c9-49c6-960b-e56a36e420a9" + "e2c87d3b-1c26-47a5-98c9-312b3e3205bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030134Z:a8e120f2-10da-4121-b63f-717f8e2a5234" + "EASTUS2:20211117T053943Z:8853a51f-f15d-4193-adeb-64c116381fc1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:34 GMT" - ], "Content-Length": [ "1323" ], @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6023\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023\",\r\n \"etag\": \"W/\\\"f19d01fa-9292-4fe4-a741-5a53ab097b8a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"967111c0-5b28-4131-9be0-0edb26c9d7c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\",\r\n \"etag\": \"W/\\\"f19d01fa-9292-4fe4-a741-5a53ab097b8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3095\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095\",\r\n \"etag\": \"W/\\\"45eea9e3-3899-4eb8-b6b6-9a143ebba12c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1c55ea34-570d-41ca-86c7-5178722bb9c6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\",\r\n \"etag\": \"W/\\\"45eea9e3-3899-4eb8-b6b6-9a143ebba12c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5251fba2-0176-47c7-bb73-d4a325f6caa4?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyNTFmYmEyLTAxNzYtNDdjNy1iYjczLWQ0YTMyNWY2Y2FhND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fd0a77c4-7cca-4658-bf20-6ddf223f3770?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZkMGE3N2M0LTdjY2EtNDY1OC1iZjIwLTZkZGYyMjNmMzc3MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4dfa39dd-355b-43e2-84ee-ccba3cf1c9b7" + "0551e0d6-2f84-45e0-85e5-b7d3a3801b5f" ], "x-ms-correlation-request-id": [ - "d6c0314c-d6b4-4bdf-9ced-ca7f2bb20610" + "0b98bb9a-c81b-42dd-bee2-8013ebb270f8" ], "x-ms-arm-service-request-id": [ - "08e4c91f-7aa0-42e8-8a3e-085bc6e49d33" + "47accd73-16c0-44d4-bd1b-52faaa89e4e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030137Z:d6c0314c-d6b4-4bdf-9ced-ca7f2bb20610" + "EASTUS2:20211117T053946Z:0b98bb9a-c81b-42dd-bee2-8013ebb270f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:37 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MDIzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMDk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f9daf084-4ce3-4ff5-8b14-83a5bcc0d577\"" + "W/\"99a55fce-ac54-4983-b98d-0bbbf7f04ec8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1a196cda-d10e-45d0-a67f-0bc88c4702b3" + "7ffb280f-6988-43ca-aaf4-e291afcc3891" ], "x-ms-correlation-request-id": [ - "53c40d5a-4b33-4296-a9b9-5eac90b3d777" + "cf907a14-faa9-43fd-993f-3fb0b56ae9fd" ], "x-ms-arm-service-request-id": [ - "7ccfafb6-ba7e-498f-98e3-9983e94d7600" + "8e8e40cf-fbcc-477f-8c65-3e98955408c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030138Z:53c40d5a-4b33-4296-a9b9-5eac90b3d777" + "EASTUS2:20211117T053947Z:cf907a14-faa9-43fd-993f-3fb0b56ae9fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:37 GMT" - ], "Content-Length": [ "1325" ], @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6023\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023\",\r\n \"etag\": \"W/\\\"f9daf084-4ce3-4ff5-8b14-83a5bcc0d577\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"967111c0-5b28-4131-9be0-0edb26c9d7c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\",\r\n \"etag\": \"W/\\\"f9daf084-4ce3-4ff5-8b14-83a5bcc0d577\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3095\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095\",\r\n \"etag\": \"W/\\\"99a55fce-ac54-4983-b98d-0bbbf7f04ec8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c55ea34-570d-41ca-86c7-5178722bb9c6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\",\r\n \"etag\": \"W/\\\"99a55fce-ac54-4983-b98d-0bbbf7f04ec8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MDIzL3N1Ym5ldHMvc244OTg0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMDk1L3N1Ym5ldHMvc244MjY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a49547a-f96a-40b5-936c-fbd782d67816" + "2a06683f-0092-4689-9d24-83cb47457017" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +1030,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f9daf084-4ce3-4ff5-8b14-83a5bcc0d577\"" + "W/\"99a55fce-ac54-4983-b98d-0bbbf7f04ec8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "55b45a8c-b633-45bd-be1e-c12ad55d0989" + "cc1654a2-af2c-4edb-9105-4bcfb1f36df9" ], "x-ms-correlation-request-id": [ - "c64a4f96-3037-42c0-976b-62ca59eb0993" + "2c4715d0-8784-4afe-bb4d-f49d98ee2108" ], "x-ms-arm-service-request-id": [ - "cfdc7426-b9ce-47ae-a397-8b8ddb42318f" + "f0723816-8db2-419e-af07-5a5b9fee977c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030138Z:c64a4f96-3037-42c0-976b-62ca59eb0993" + "EASTUS2:20211117T053947Z:2c4715d0-8784-4afe-bb4d-f49d98ee2108" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:38 GMT" - ], "Content-Length": [ "524" ], @@ -1011,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\",\r\n \"etag\": \"W/\\\"f9daf084-4ce3-4ff5-8b14-83a5bcc0d577\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn8267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\",\r\n \"etag\": \"W/\\\"99a55fce-ac54-4983-b98d-0bbbf7f04ec8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDQwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MjgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\r\n }\r\n },\r\n \"name\": \"ip8008\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\r\n }\r\n },\r\n \"name\": \"ip4203\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d52fedc0-ac07-4f24-8b06-ca1aa44cf218" + "3ed92fc7-ccc9-4bcb-a4a1-85c439889b84" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1106,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "140421e5-ad4e-451b-80d8-31db7727a4db" + "e34b3626-13ed-48fd-b5f1-3d1cea498fc1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/140421e5-ad4e-451b-80d8-31db7727a4db?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e34b3626-13ed-48fd-b5f1-3d1cea498fc1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a30bcc73-5d2f-4da4-bfb0-67b5ac136ce3" + "5ceffd35-fb3c-49b1-b695-df0bd93d307f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cd60bf7c-65fa-4f05-89cc-e5705126931b" + "bfef9bb0-3272-4476-844c-9cf8043f0473" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030142Z:a30bcc73-5d2f-4da4-bfb0-67b5ac136ce3" + "EASTUS2:20211117T053951Z:5ceffd35-fb3c-49b1-b695-df0bd93d307f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:42 GMT" - ], "Content-Length": [ "1634" ], @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8040\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040\",\r\n \"etag\": \"W/\\\"f03147e6-eaf0-409a-b04d-cc7f124615c6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e5874101-17a3-43d6-b881-f1ee9b5ab8ce\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8008\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040/ipConfigurations/ip8008\",\r\n \"etag\": \"W/\\\"f03147e6-eaf0-409a-b04d-cc7f124615c6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\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\": \"yaixdfrilmyudg5ab1nsnsoxza.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5282\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282\",\r\n \"etag\": \"W/\\\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6662c8b-e88e-4485-bb1e-525aab5003b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282/ipConfigurations/ip4203\",\r\n \"etag\": \"W/\\\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\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\": \"gtvfkhank5fedbwhkf2hek3zyg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDQwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MjgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f03147e6-eaf0-409a-b04d-cc7f124615c6\"" + "W/\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ef3c6c26-7a2a-480f-b366-8542f8e7d6fd" + "7a641ee2-119b-44fe-b2f8-7941c7505fd3" ], "x-ms-correlation-request-id": [ - "86b0d8f3-ebb1-44be-85da-ccf392a91463" + "91f4080e-aebe-4fbc-bdd1-039321a2e230" ], "x-ms-arm-service-request-id": [ - "44961774-8bcc-498b-8b2b-0a4d8c86850c" + "819e38fe-e40e-4917-b7b7-f805d6a4ce75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030142Z:86b0d8f3-ebb1-44be-85da-ccf392a91463" + "EASTUS2:20211117T053951Z:91f4080e-aebe-4fbc-bdd1-039321a2e230" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:42 GMT" - ], "Content-Length": [ "1634" ], @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8040\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040\",\r\n \"etag\": \"W/\\\"f03147e6-eaf0-409a-b04d-cc7f124615c6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e5874101-17a3-43d6-b881-f1ee9b5ab8ce\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8008\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040/ipConfigurations/ip8008\",\r\n \"etag\": \"W/\\\"f03147e6-eaf0-409a-b04d-cc7f124615c6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\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\": \"yaixdfrilmyudg5ab1nsnsoxza.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5282\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282\",\r\n \"etag\": \"W/\\\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6662c8b-e88e-4485-bb1e-525aab5003b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282/ipConfigurations/ip4203\",\r\n \"etag\": \"W/\\\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\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\": \"gtvfkhank5fedbwhkf2hek3zyg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MDQwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MjgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9007682e-ddd5-423f-838d-f807b55701c3" + "32327890-8c3d-4aad-a23f-1946ad2dd972" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1243,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:39:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f03147e6-eaf0-409a-b04d-cc7f124615c6\"" + "W/\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "451df1ff-3357-424c-8b33-4f021013b63c" + "a74d3dd5-803c-40a3-8e47-cb7fe20c26d6" ], "x-ms-correlation-request-id": [ - "780670be-ee3e-4de4-b140-78c2f2f52334" + "e1778bb6-7ac5-4b9f-9630-c2196228475e" ], "x-ms-arm-service-request-id": [ - "0d70bd07-ed92-4a82-900e-94569143101b" + "8d234e52-58bd-48ee-96df-3ebfe276af18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030143Z:780670be-ee3e-4de4-b140-78c2f2f52334" + "EASTUS2:20211117T053952Z:e1778bb6-7ac5-4b9f-9630-c2196228475e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:42 GMT" - ], "Content-Length": [ "1634" ], @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8040\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040\",\r\n \"etag\": \"W/\\\"f03147e6-eaf0-409a-b04d-cc7f124615c6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e5874101-17a3-43d6-b881-f1ee9b5ab8ce\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8008\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/networkInterfaces/nic8040/ipConfigurations/ip8008\",\r\n \"etag\": \"W/\\\"f03147e6-eaf0-409a-b04d-cc7f124615c6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\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\": \"yaixdfrilmyudg5ab1nsnsoxza.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5282\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282\",\r\n \"etag\": \"W/\\\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6662c8b-e88e-4485-bb1e-525aab5003b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/networkInterfaces/nic5282/ipConfigurations/ip4203\",\r\n \"etag\": \"W/\\\"a8d4fe99-9bd7-4a9d-b2ac-6b780cd119b4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\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\": \"gtvfkhank5fedbwhkf2hek3zyg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5623\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1478\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25ac5657-a39c-41b9-8533-ee08fc920e3d" + "ff3fffbd-5d0c-41a0-88be-f0ffe40c2dc5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,20 +1319,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:40:02 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1278,27 +1348,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5143bf1b-c3b6-45bd-aa04-89119befa7b8" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "77508cf6-35b3-4646-8efa-85e8e443d526" + "2f7392e0-09fc-4fcd-955a-c050470a0672" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030155Z:77508cf6-35b3-4646-8efa-85e8e443d526" + "EASTUS2:20211117T054002Z:2f7392e0-09fc-4fcd-955a-c050470a0672" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:01:55 GMT" - ], "Content-Length": [ "3422" ], @@ -1309,60 +1372,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5623\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7c915907-b144-4247-aa2e-40888385ec19\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1478\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2d488d6-123f-43ba-bb1c-7786a0320eba\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNTdhYjBlLWEyYWEtNGZiZC05Yjc0LWIwYjVjOTg5ODJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:40:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "63ccce31-cc51-4bab-b47b-855d998670f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1377c0b4-373b-419f-be07-e5e5576c96e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "4fe6a795-0e08-4c9c-904a-90e428ddf1c2" + "f5c78311-c40c-4d49-a3b0-7903e283993f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030206Z:4fe6a795-0e08-4c9c-904a-90e428ddf1c2" + "EASTUS2:20211117T054012Z:f5c78311-c40c-4d49-a3b0-7903e283993f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:02:05 GMT" - ], "Content-Length": [ "134" ], @@ -1373,57 +1436,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:01:52.1984953+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNTdhYjBlLWEyYWEtNGZiZC05Yjc0LWIwYjVjOTg5ODJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:41:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29898" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "17b3d531-88ad-49cd-b114-70c583b6334c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "070bbded-6a11-4792-9af3-6666e37328a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "eec2a2d6-85f6-4fc4-ae36-0cef45701b6a" + "5d40e0f2-dc60-4cb0-81d8-e052d8f660d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030343Z:eec2a2d6-85f6-4fc4-ae36-0cef45701b6a" + "EASTUS2:20211117T054150Z:5d40e0f2-dc60-4cb0-81d8-e052d8f660d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:03:42 GMT" - ], "Content-Length": [ "134" ], @@ -1434,57 +1497,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:01:52.1984953+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNTdhYjBlLWEyYWEtNGZiZC05Yjc0LWIwYjVjOTg5ODJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:43:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29901" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc5b8fc5-7d84-49f5-b302-ee4ed82a004d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5089a9cd-0bbb-4b74-a480-202fcaceb097" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "ed7cb871-a7fe-4dff-b71e-43e9b79df78d" + "6fc2b10e-1891-49b1-82e9-b4d403cf26fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030520Z:ed7cb871-a7fe-4dff-b71e-43e9b79df78d" + "EASTUS2:20211117T054327Z:6fc2b10e-1891-49b1-82e9-b4d403cf26fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:05:19 GMT" - ], "Content-Length": [ "134" ], @@ -1495,57 +1558,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:01:52.1984953+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNTdhYjBlLWEyYWEtNGZiZC05Yjc0LWIwYjVjOTg5ODJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:45:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce382d71-8016-4bb5-a00c-bde26bbc2350" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "96804871-ddc1-486a-986a-75339b41d760" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "f53a2f1c-5e1e-4427-807b-0ef7648a1a33" + "f10462f2-c614-4b2a-9921-f784e6775728" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030657Z:f53a2f1c-5e1e-4427-807b-0ef7648a1a33" + "EASTUS2:20211117T054504Z:f10462f2-c614-4b2a-9921-f784e6775728" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:06:57 GMT" - ], "Content-Length": [ "134" ], @@ -1556,57 +1619,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:01:52.1984953+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNTdhYjBlLWEyYWEtNGZiZC05Yjc0LWIwYjVjOTg5ODJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:46:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29897" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fdf109e6-0069-4c38-adaa-afd536dd5a93" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3a139c3d-30c9-4a67-8249-f10ba34b421d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "bbaaeb34-3d1b-4801-8630-3643294e60ee" + "2f812b4d-814a-4e31-8119-2e7d0e366278" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030835Z:bbaaeb34-3d1b-4801-8630-3643294e60ee" + "EASTUS2:20211117T054641Z:2f812b4d-814a-4e31-8119-2e7d0e366278" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:08:35 GMT" - ], "Content-Length": [ "134" ], @@ -1617,57 +1680,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:01:52.1984953+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNTdhYjBlLWEyYWEtNGZiZC05Yjc0LWIwYjVjOTg5ODJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:48:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29900" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10cc797f-b10e-4c15-abaf-2c84ab5653fc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a092a678-ce0c-4124-b9dc-b1f7d33db012" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "7fc29b65-2a6e-4e41-b7d2-f6e4da0523b1" + "0a25112f-96d8-47b2-b9d5-c288b535955c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031012Z:7fc29b65-2a6e-4e41-b7d2-f6e4da0523b1" + "EASTUS2:20211117T054819Z:0a25112f-96d8-47b2-b9d5-c288b535955c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:10:11 GMT" - ], "Content-Length": [ "134" ], @@ -1678,57 +1741,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:01:52.1984953+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNTdhYjBlLWEyYWEtNGZiZC05Yjc0LWIwYjVjOTg5ODJmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:49:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29898" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "90fd59f2-00c6-4fb3-88ab-df3b2bbc590b" + "483606bc-0c5c-42f4-bd79-a2224adcd789" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "96552c7e-bf23-4397-9134-82577158a358" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T054956Z:96552c7e-bf23-4397-9134-82577158a358" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5143bf1b-c3b6-45bd-aa04-89119befa7b8?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUxNDNiZjFiLWMzYjYtNDViZC1hYTA0LTg5MTE5YmVmYTdiOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:51:34 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29918" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "75c40da5-7556-4115-81b1-b593b9497d3b" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "90ade305-7f3a-45e3-84ed-00d905f6d6ff" + "6966601e-559e-425a-8e52-8a35599d712e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031149Z:90ade305-7f3a-45e3-84ed-00d905f6d6ff" + "EASTUS2:20211117T055134Z:6966601e-559e-425a-8e52-8a35599d712e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:11:49 GMT" - ], "Content-Length": [ "184" ], @@ -1739,57 +1863,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:01:52.1984953+00:00\",\r\n \"endTime\": \"2021-06-29T03:11:23.8538991+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0c57ab0e-a2aa-4fbd-9b74-b0b5c98982f3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:39:59.7762875+00:00\",\r\n \"endTime\": \"2021-11-17T05:49:56.9784332+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5143bf1b-c3b6-45bd-aa04-89119befa7b8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:51:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2579" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7161155-d5a9-4242-9292-e9791d817257" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "24f34344-7150-4814-a3f6-ee4d6244f193" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "d8024993-355d-475d-8f05-174d5fc61e87" + "d5412875-8af2-40df-8cdd-f86098374809" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031150Z:d8024993-355d-475d-8f05-174d5fc61e87" + "EASTUS2:20211117T055134Z:d5412875-8af2-40df-8cdd-f86098374809" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:11:49 GMT" - ], "Content-Length": [ "3423" ], @@ -1800,63 +1924,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5623\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7c915907-b144-4247-aa2e-40888385ec19\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1478\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2d488d6-123f-43ba-bb1c-7786a0320eba\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e1f16f4-2ea6-4c99-8b66-bb18ed698402" + "2026861a-32e6-404d-952a-26b007b9d69e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:51:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "30bacdb8-6351-4257-8f14-dfd9e439c1b5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0f64c288-6908-429a-aa86-845df46b6a48" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "1803ce46-ff2a-4bb3-a337-58d297d0bb5c" + "218c52dd-4621-425e-beb1-f6c75249835c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031150Z:1803ce46-ff2a-4bb3-a337-58d297d0bb5c" + "EASTUS2:20211117T055134Z:218c52dd-4621-425e-beb1-f6c75249835c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:11:49 GMT" - ], "Content-Length": [ "3423" ], @@ -1867,26 +1991,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5185\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5623\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Network/virtualNetworks/vn6023/subnets/sn8984\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7c915907-b144-4247-aa2e-40888385ec19\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3336\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5424\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1478\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Network/virtualNetworks/vn3095/subnets/sn8267\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2d488d6-123f-43ba-bb1c-7786a0320eba\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"0\",\r\n \"1\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4989446b-5820-4a77-9b30-c63453e07ce8" + "d15e44aa-cddf-4c8f-8b6b-26defc775558" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1899,17 +2023,24 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:51:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bf60e1ee-dd3e-479c-885c-dec8d8e84bef?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a38c74a5-076d-46a6-b1a7-16a4457ed547?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bf60e1ee-dd3e-479c-885c-dec8d8e84bef?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a38c74a5-076d-46a6-b1a7-16a4457ed547?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1918,85 +2049,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bf60e1ee-dd3e-479c-885c-dec8d8e84bef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a38c74a5-076d-46a6-b1a7-16a4457ed547" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "e67476b0-1d0b-46fa-8a76-5e85f7e32a69" + "626549ee-377d-48c0-be05-f17ed0d5838d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031150Z:e67476b0-1d0b-46fa-8a76-5e85f7e32a69" + "EASTUS2:20211117T055135Z:626549ee-377d-48c0-be05-f17ed0d5838d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:11:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bf60e1ee-dd3e-479c-885c-dec8d8e84bef?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JmNjBlMWVlLWRkM2UtNDc5Yy04ODVjLWRlYzhkOGU4NGJlZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a38c74a5-076d-46a6-b1a7-16a4457ed547?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzOGM3NGE1LTA3NmQtNDZhNi1iMWE3LTE2YTQ0NTdlZDU0Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:52:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29896" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c8b4170-5f97-4b0d-98f5-3aea83541160" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ce8f0e6e-c114-4e65-b925-e84d7519463a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "212e6c79-671a-4046-93b1-6e149718e1e8" + "21f0577b-1314-4da7-8122-a9bfd244dd26" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031221Z:212e6c79-671a-4046-93b1-6e149718e1e8" + "EASTUS2:20211117T055205Z:21f0577b-1314-4da7-8122-a9bfd244dd26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:12:20 GMT" - ], "Content-Length": [ "184" ], @@ -2007,84 +2131,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:11:50.6195891+00:00\",\r\n \"endTime\": \"2021-06-29T03:11:50.9476731+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bf60e1ee-dd3e-479c-885c-dec8d8e84bef\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:51:34.9627855+00:00\",\r\n \"endTime\": \"2021-11-17T05:51:35.4314769+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a38c74a5-076d-46a6-b1a7-16a4457ed547\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bf60e1ee-dd3e-479c-885c-dec8d8e84bef?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JmNjBlMWVlLWRkM2UtNDc5Yy04ODVjLWRlYzhkOGU4NGJlZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a38c74a5-076d-46a6-b1a7-16a4457ed547?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzOGM3NGE1LTA3NmQtNDZhNi1iMWE3LTE2YTQ0NTdlZDU0Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:52:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29895" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ef303379-0bd4-4682-962c-1759b1bba141" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06437e96-2909-42d0-b671-71b03ab4e211" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "151c5712-9953-49cb-a97b-1ff79c274b51" + "1e365ea8-781a-4413-a25a-0f39e8081dbc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031221Z:151c5712-9953-49cb-a97b-1ff79c274b51" + "EASTUS2:20211117T055205Z:1e365ea8-781a-4413-a25a-0f39e8081dbc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:12:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/reimage?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/reimage?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"0\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bdb96e1d-3c6d-4e98-947c-b368b9947775" + "d0ef5e09-fc30-4b9a-ab3e-a1753b67c5c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2097,17 +2221,24 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:52:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1195,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -2116,85 +2247,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d23bbcc-34a1-4d7c-ac6c-b111b3c18252" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "23f92f59-aeb3-4e14-9ba5-c1a628b3604f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "e2fb0eb0-9ab8-47be-b5b3-c891fc83bd70" + "ce53cb7b-170b-42f1-939e-16284b5dc284" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031221Z:e2fb0eb0-9ab8-47be-b5b3-c891fc83bd70" + "EASTUS2:20211117T055206Z:ce53cb7b-170b-42f1-939e-16284b5dc284" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:12:20 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:52:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29893" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6240c52e-b94e-473e-a62f-f2025607c555" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "212692da-cada-4da0-874a-5b9b3abd8234" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "c892ba31-df1f-40d0-ad97-2158c1368149" + "dc68a0a4-6674-4487-972d-151b533643b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031252Z:c892ba31-df1f-40d0-ad97-2158c1368149" + "EASTUS2:20211117T055236Z:dc68a0a4-6674-4487-972d-151b533643b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:12:51 GMT" - ], "Content-Length": [ "134" ], @@ -2205,57 +2329,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:53:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29890" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74c02eae-c572-442a-8ad1-4d1d9ef3328f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "23002868-b91b-4e6c-b4d1-673f1882d2cb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "156bbf2f-6506-496b-b46f-0cf5746011f0" + "56be0904-6897-423b-aaed-f289c767c883" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031322Z:156bbf2f-6506-496b-b46f-0cf5746011f0" + "EASTUS2:20211117T055306Z:56be0904-6897-423b-aaed-f289c767c883" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:13:21 GMT" - ], "Content-Length": [ "134" ], @@ -2266,57 +2390,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:53:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29887" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "538a5264-eff6-4dd6-8072-f8cfbc8222d8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "61a92a9d-9a56-48dd-b30c-a0c74b557b26" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "64edc7f6-57b3-419e-8065-085fbb7301f9" + "b5f69ea9-dcc2-47ce-bec1-bfadbb06ab89" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031352Z:64edc7f6-57b3-419e-8065-085fbb7301f9" + "EASTUS2:20211117T055336Z:b5f69ea9-dcc2-47ce-bec1-bfadbb06ab89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:13:51 GMT" - ], "Content-Length": [ "134" ], @@ -2327,57 +2451,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:54:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29884" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aac12d8c-7f7c-46e6-9c38-6560a9f0d256" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b4202d18-3de3-479d-8e82-469d88494814" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "98367c34-6f35-450d-84fe-434305b0bf11" + "6d7506eb-0e62-4cbd-958f-9e517aa87d03" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031422Z:98367c34-6f35-450d-84fe-434305b0bf11" + "EASTUS2:20211117T055407Z:6d7506eb-0e62-4cbd-958f-9e517aa87d03" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:14:21 GMT" - ], "Content-Length": [ "134" ], @@ -2388,57 +2512,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:54:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29879" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "487c8e71-9429-4aa2-848d-8b6065013b94" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2be8f58c-a82b-41cd-8377-27544086ec1e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "c6bee3b3-ddd6-427e-a5cb-dd0ec80403bf" + "e01a8085-bcce-434a-b9ea-03092fa054ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031453Z:c6bee3b3-ddd6-427e-a5cb-dd0ec80403bf" + "EASTUS2:20211117T055437Z:e01a8085-bcce-434a-b9ea-03092fa054ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:14:52 GMT" - ], "Content-Length": [ "134" ], @@ -2449,57 +2573,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:55:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2090b27-0dd2-4c41-a969-7f05a7fec4f1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "89aa86ec-cd43-489f-852b-112ddb724df4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "38312155-6d57-415a-9eab-7cb8e02ab207" + "dfd0a811-1232-41ef-8fb7-1fe830582791" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031523Z:38312155-6d57-415a-9eab-7cb8e02ab207" + "EASTUS2:20211117T055507Z:dfd0a811-1232-41ef-8fb7-1fe830582791" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:15:22 GMT" - ], "Content-Length": [ "134" ], @@ -2510,57 +2634,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:55:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29905" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b9fe317f-1f21-4279-817a-f8b104aa7fad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07d7c78b-bfa0-40ba-a2ba-0118942ffb4a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-correlation-request-id": [ - "4c69e6cb-457b-4f58-962f-23d39f028735" + "e871acc4-d2c5-4cbc-b9af-3daa74e6e230" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031553Z:4c69e6cb-457b-4f58-962f-23d39f028735" + "EASTUS2:20211117T055537Z:e871acc4-d2c5-4cbc-b9af-3daa74e6e230" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:15:52 GMT" - ], "Content-Length": [ "134" ], @@ -2571,57 +2695,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:56:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "495427aa-b157-446c-b895-9a4e69083928" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5bab6a16-9e5e-47cc-9fce-fd6f4647e76d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11987" ], "x-ms-correlation-request-id": [ - "6f480e6c-1742-48d8-b500-0c8f7f99fb6d" + "32f5e602-12cf-4fe4-b897-90d2269ef8f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031624Z:6f480e6c-1742-48d8-b500-0c8f7f99fb6d" + "EASTUS2:20211117T055607Z:32f5e602-12cf-4fe4-b897-90d2269ef8f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:16:23 GMT" - ], "Content-Length": [ "134" ], @@ -2632,57 +2756,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:56:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29897" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2622806-579a-40d4-99cf-4c3a5f3a9122" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06bc1c4f-bea7-47a2-affe-ba9fd58e07e1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11986" ], "x-ms-correlation-request-id": [ - "db710de9-7f09-4f59-8112-6723fdee1de6" + "34c44f99-f74e-47ee-85ae-90f228d10ced" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031654Z:db710de9-7f09-4f59-8112-6723fdee1de6" + "EASTUS2:20211117T055638Z:34c44f99-f74e-47ee-85ae-90f228d10ced" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:16:54 GMT" - ], "Content-Length": [ "134" ], @@ -2693,57 +2817,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:57:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29894" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "27af93dc-17a5-42c1-8c6e-97735f36874b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "95dab433-7814-4c29-9b19-4ccb413b9546" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11985" ], "x-ms-correlation-request-id": [ - "33296f53-1497-4f10-87ff-746d23767965" + "67a6ff2f-1244-49d9-85ff-1a5a5b013f4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031725Z:33296f53-1497-4f10-87ff-746d23767965" + "EASTUS2:20211117T055708Z:67a6ff2f-1244-49d9-85ff-1a5a5b013f4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:17:25 GMT" - ], "Content-Length": [ "134" ], @@ -2754,57 +2878,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:57:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29891" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68839b56-a64d-4f84-94de-05ccd9fe731d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0c179c1b-3a63-49a6-966d-f46a3c0a2fe0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11984" ], "x-ms-correlation-request-id": [ - "dfb6b47e-8f2c-4080-b616-edab1d3e842b" + "241f88dd-e266-4724-9454-e25d7216ab25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031755Z:dfb6b47e-8f2c-4080-b616-edab1d3e842b" + "EASTUS2:20211117T055738Z:241f88dd-e266-4724-9454-e25d7216ab25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:17:55 GMT" - ], "Content-Length": [ "134" ], @@ -2815,57 +2939,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:58:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29889" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c34e55a5-fb30-470a-a88d-adf18190952e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "acbf042d-1b3d-4efc-a50c-e03391458c1d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11983" ], "x-ms-correlation-request-id": [ - "fdb60e27-3c63-4fd0-bc22-9a67ed280331" + "6aa3b7a5-14a4-48b0-bfb0-78d11a0d26ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031825Z:fdb60e27-3c63-4fd0-bc22-9a67ed280331" + "EASTUS2:20211117T055808Z:6aa3b7a5-14a4-48b0-bfb0-78d11a0d26ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:18:25 GMT" - ], "Content-Length": [ "134" ], @@ -2876,57 +3000,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:58:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29884" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d75aab3d-85b6-4645-b1e4-c1d16c94a935" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "67ccc3ac-4b26-4f8c-9a7f-8a395027c7cd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11982" ], "x-ms-correlation-request-id": [ - "9e1162c6-1e22-4c4e-aa0a-9dca9f986d2a" + "bcc9ece4-352c-46e4-9c14-e771a577bbfc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031855Z:9e1162c6-1e22-4c4e-aa0a-9dca9f986d2a" + "EASTUS2:20211117T055839Z:bcc9ece4-352c-46e4-9c14-e771a577bbfc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:18:55 GMT" - ], "Content-Length": [ "134" ], @@ -2937,57 +3061,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:59:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29881" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d778d643-124e-470c-b282-09a13214cb5e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "729ede7c-c610-4ab8-aee8-a1af65cd3e41" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11981" ], "x-ms-correlation-request-id": [ - "6f2891d3-fb4d-42c2-941b-08053c22364e" + "7760d4e7-6c78-473c-933a-682868d0c176" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031926Z:6f2891d3-fb4d-42c2-941b-08053c22364e" + "EASTUS2:20211117T055909Z:7760d4e7-6c78-473c-933a-682868d0c176" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:19:25 GMT" - ], "Content-Length": [ "134" ], @@ -2998,57 +3122,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:59:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29878" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e72a13b-b076-4142-a9c5-3162efc76ab7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4087fbfb-7e26-4283-86e9-9aab7043c728" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11980" ], "x-ms-correlation-request-id": [ - "2953485c-16df-4a27-aec9-ae54257d5de4" + "95e2a744-6cfa-4069-b5a8-9fe7c330a834" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T031956Z:2953485c-16df-4a27-aec9-ae54257d5de4" + "EASTUS2:20211117T055939Z:95e2a744-6cfa-4069-b5a8-9fe7c330a834" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:19:55 GMT" - ], "Content-Length": [ "134" ], @@ -3059,57 +3183,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:00:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31d57f11-1592-4a9c-b8fb-889904c7e1d9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "86f91c71-28d0-4862-b633-92e7e2cc012e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11979" ], "x-ms-correlation-request-id": [ - "b05b77a1-0064-45bb-9702-3866d6bcde8a" + "8f2a2dcc-8ca1-401d-b7c6-ed2d69169962" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032026Z:b05b77a1-0064-45bb-9702-3866d6bcde8a" + "EASTUS2:20211117T060009Z:8f2a2dcc-8ca1-401d-b7c6-ed2d69169962" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:20:26 GMT" - ], "Content-Length": [ "134" ], @@ -3120,57 +3244,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:00:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "28cda5c0-0178-4b15-80f2-b3b86fd4a8a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "838bed92-b1a7-43ac-bf07-9659d5479247" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11978" ], "x-ms-correlation-request-id": [ - "3a4cd4c8-907c-4402-8c0e-27d80b6c0f08" + "a423f04a-68a9-4b5f-9d37-a8b41b666a56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032057Z:3a4cd4c8-907c-4402-8c0e-27d80b6c0f08" + "EASTUS2:20211117T060040Z:a423f04a-68a9-4b5f-9d37-a8b41b666a56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:20:56 GMT" - ], "Content-Length": [ "134" ], @@ -3181,57 +3305,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:01:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f1237ba-cb8f-4044-b587-7dc99d84f7ae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7bd9e74d-3aae-465c-80da-40d32c84d9ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11977" ], "x-ms-correlation-request-id": [ - "fa3034f0-4830-48cf-8374-02180ed4d690" + "7265770b-b90b-401b-aec3-b1abd5bc7010" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032127Z:fa3034f0-4830-48cf-8374-02180ed4d690" + "EASTUS2:20211117T060110Z:7265770b-b90b-401b-aec3-b1abd5bc7010" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:21:26 GMT" - ], "Content-Length": [ "134" ], @@ -3242,120 +3366,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:01:40 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29897" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c0cdd463-b40d-4286-b1b3-8179d25e7db8" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-correlation-request-id": [ - "26d97841-4be7-45a3-89b6-10edffab81ca" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T032157Z:26d97841-4be7-45a3-89b6-10edffab81ca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 03:21:56 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29892" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0c17be3-df93-41f2-85cb-22896a98bb58" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "832ab913-b628-48af-9821-ee966f5b1680" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11976" ], "x-ms-correlation-request-id": [ - "2e6f8c1f-67ed-4488-9a82-e129ea38845f" + "d2ae2d35-d6ad-4a28-872d-e235fc076944" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032227Z:2e6f8c1f-67ed-4488-9a82-e129ea38845f" + "EASTUS2:20211117T060140Z:d2ae2d35-d6ad-4a28-872d-e235fc076944" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:22:26 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3364,84 +3427,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:12:21.6194796+00:00\",\r\n \"endTime\": \"2021-06-29T03:22:09.5713252+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1d23bbcc-34a1-4d7c-ac6c-b111b3c18252\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:52:05.7439672+00:00\",\r\n \"endTime\": \"2021-11-17T06:01:21.836767+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"23f92f59-aeb3-4e14-9ba5-c1a628b3604f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1d23bbcc-34a1-4d7c-ac6c-b111b3c18252?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMjNiYmNjLTM0YTEtNGQ3Yy1hYzZjLWIxMTFiM2MxODI1Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/23f92f59-aeb3-4e14-9ba5-c1a628b3604f?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzZjkyZjU5LWFlYjMtNGUxNC05YmE1LWMxYTYyOGIzNjA0Zj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:01:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29891" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31219ee7-635e-46db-91a4-1ee56dcc47fe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3ac3b448-5f63-4b44-adcc-2df6409b6938" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11975" ], "x-ms-correlation-request-id": [ - "578c280f-b163-4bbf-9499-790cd8940914" + "cae2ec42-bd44-4b9d-8277-70cdd58dd2a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032228Z:578c280f-b163-4bbf-9499-790cd8940914" + "EASTUS2:20211117T060141Z:cae2ec42-bd44-4b9d-8277-70cdd58dd2a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:22:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/reimageall?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9yZWltYWdlYWxsP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/reimageall?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9yZWltYWdlYWxsP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"0\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c515ac53-90c1-443e-8f18-7fbebb674feb" + "be265534-1474-4a20-88b2-ccb839c87be2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3454,17 +3517,24 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:01:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -3473,85 +3543,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd3d92f1-7adf-4dec-8685-75f50bbde03b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1df5a2ed-c145-4740-8542-a15332e64b85" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "b39a8460-3858-4614-a068-ce2d151871b5" + "bdc416ae-48dc-4a88-984a-3e4389b6d43c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032228Z:b39a8460-3858-4614-a068-ce2d151871b5" + "EASTUS2:20211117T060141Z:bdc416ae-48dc-4a88-984a-3e4389b6d43c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:22:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:02:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29889" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0a93a096-6591-4f8c-b27c-3afeb295ffbe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "855d38fe-3316-4ce3-91d1-7acc2847a4b8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11974" ], "x-ms-correlation-request-id": [ - "7750335b-3b4a-45f9-945a-fc3db0a0e8e0" + "72cfa88f-1710-4d7f-8063-d219b7cc6066" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032259Z:7750335b-3b4a-45f9-945a-fc3db0a0e8e0" + "EASTUS2:20211117T060211Z:72cfa88f-1710-4d7f-8063-d219b7cc6066" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:22:58 GMT" - ], "Content-Length": [ "134" ], @@ -3562,57 +3625,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:02:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29886" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3afe7657-51b9-4a65-ade7-99b0bf20407c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c4064b5-b6e0-4776-8ccf-4fe368836d95" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11973" ], "x-ms-correlation-request-id": [ - "7c7ca8ab-c376-423a-8ce0-161b1fe89504" + "501317ff-2954-4b8e-9ba9-99dd79c8b95c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032329Z:7c7ca8ab-c376-423a-8ce0-161b1fe89504" + "EASTUS2:20211117T060242Z:501317ff-2954-4b8e-9ba9-99dd79c8b95c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:23:28 GMT" - ], "Content-Length": [ "134" ], @@ -3623,57 +3686,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:03:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29883" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "677b35e9-1c1f-4962-9745-8b38d8ac29bc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1b585de1-409d-48a9-a946-65bd4e0718af" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11972" ], "x-ms-correlation-request-id": [ - "8dac1732-5b19-4561-b5f0-0d4bffd1dc7f" + "c6a2f023-3ab3-43fb-8ec1-c52dc92687ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032359Z:8dac1732-5b19-4561-b5f0-0d4bffd1dc7f" + "EASTUS2:20211117T060312Z:c6a2f023-3ab3-43fb-8ec1-c52dc92687ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:23:59 GMT" - ], "Content-Length": [ "134" ], @@ -3684,57 +3747,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:03:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29880" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e5909bcf-af1a-4ead-b80e-138b14008502" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dab8af74-ed4e-4da5-9557-9feefbd9266f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11971" ], "x-ms-correlation-request-id": [ - "7b8f0510-45c8-4bad-acd0-b6f1e46e8803" + "39d7f8a9-55af-4ec2-a299-bc9c26c06ab4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032429Z:7b8f0510-45c8-4bad-acd0-b6f1e46e8803" + "EASTUS2:20211117T060342Z:39d7f8a9-55af-4ec2-a299-bc9c26c06ab4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:24:29 GMT" - ], "Content-Length": [ "134" ], @@ -3745,57 +3808,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:04:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29878" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "834c6404-a037-4aef-8419-9d57536fabc1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5cbfddc2-ab3b-49be-ace3-bdb441d8c3fa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11970" ], "x-ms-correlation-request-id": [ - "dc6ae353-5fca-4540-8256-1f60cf010fe5" + "77b49be0-139c-4088-bc2b-b2bb89212ea6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032500Z:dc6ae353-5fca-4540-8256-1f60cf010fe5" + "EASTUS2:20211117T060412Z:77b49be0-139c-4088-bc2b-b2bb89212ea6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:24:59 GMT" - ], "Content-Length": [ "134" ], @@ -3806,57 +3869,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:04:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "50125d72-86c3-4f86-b353-680245c01742" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a58ecbe3-c556-448d-af5a-efc0ec754781" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11969" ], "x-ms-correlation-request-id": [ - "cab8f463-d0f5-41f0-ba8f-d8dd4290e849" + "0d5cb56e-3840-4a7d-8011-56a8243a9045" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032530Z:cab8f463-d0f5-41f0-ba8f-d8dd4290e849" + "EASTUS2:20211117T060443Z:0d5cb56e-3840-4a7d-8011-56a8243a9045" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:25:30 GMT" - ], "Content-Length": [ "134" ], @@ -3867,57 +3930,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:05:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c9c31bc-c9ab-4cea-b5cf-0688cfb525eb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5da021bf-2cbc-4526-a67a-2eeb4191a340" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11968" ], "x-ms-correlation-request-id": [ - "59e5f239-671b-4f53-b55d-be5201b79e79" + "36bff4bb-fd0e-4056-aff3-30106b1bc38e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032600Z:59e5f239-671b-4f53-b55d-be5201b79e79" + "EASTUS2:20211117T060513Z:36bff4bb-fd0e-4056-aff3-30106b1bc38e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:26:00 GMT" - ], "Content-Length": [ "134" ], @@ -3928,57 +3991,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:05:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29897" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5a3b8ba4-67db-47ea-9d4e-001c28b0702c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba776530-d231-4fc5-96df-a572cd410e5f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11967" ], "x-ms-correlation-request-id": [ - "dd4a0343-ef65-4747-a208-0e48852ad742" + "ca9e62ee-d154-4f16-b0a0-4c4b62c7c25d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032630Z:dd4a0343-ef65-4747-a208-0e48852ad742" + "EASTUS2:20211117T060543Z:ca9e62ee-d154-4f16-b0a0-4c4b62c7c25d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:26:30 GMT" - ], "Content-Length": [ "134" ], @@ -3989,57 +4052,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:06:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29894" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fdc32143-02c3-4da9-b81c-cbd18afed37d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3649cb7-3e49-4765-8136-b2b33f2d64de" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11966" ], "x-ms-correlation-request-id": [ - "9b3a4a54-fa91-4276-b4b5-423da5ce04fb" + "37eb77ba-ae70-4cdc-887e-2fd999c2388b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032701Z:9b3a4a54-fa91-4276-b4b5-423da5ce04fb" + "EASTUS2:20211117T060613Z:37eb77ba-ae70-4cdc-887e-2fd999c2388b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:27:00 GMT" - ], "Content-Length": [ "134" ], @@ -4050,57 +4113,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:06:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29891" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "72e61b93-399e-4986-b941-49f492816e05" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "947f0e29-39db-4899-907a-ba51c14d2433" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11965" ], "x-ms-correlation-request-id": [ - "205d1718-7418-435e-a28e-a0c51c1d212d" + "d63b2da9-a942-4800-a42e-2f252f2667d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032732Z:205d1718-7418-435e-a28e-a0c51c1d212d" + "EASTUS2:20211117T060643Z:d63b2da9-a942-4800-a42e-2f252f2667d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:27:31 GMT" - ], "Content-Length": [ "134" ], @@ -4111,57 +4174,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:07:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29888" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7807081e-276f-4adc-981f-1cb2c1af685d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "04b8bc29-f9ee-47cc-b08a-36f7c4e16952" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11964" ], "x-ms-correlation-request-id": [ - "a04a19c1-b85f-4448-8abf-1d584eaf8f81" + "2d325767-6082-496c-a093-328432412835" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032802Z:a04a19c1-b85f-4448-8abf-1d584eaf8f81" + "EASTUS2:20211117T060714Z:2d325767-6082-496c-a093-328432412835" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:28:01 GMT" - ], "Content-Length": [ "134" ], @@ -4172,57 +4235,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:07:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29885" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6dedf13f-34e9-4ad5-adb0-e314ad7ca4dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a7c4fb30-dc3f-4cbf-8079-7290d3297b42" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11963" ], "x-ms-correlation-request-id": [ - "3f50b73e-f0e9-476c-b9d8-d881f6c88450" + "b208baf3-8196-43a7-b126-70746a95b3f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032832Z:3f50b73e-f0e9-476c-b9d8-d881f6c88450" + "EASTUS2:20211117T060744Z:b208baf3-8196-43a7-b126-70746a95b3f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:28:31 GMT" - ], "Content-Length": [ "134" ], @@ -4233,118 +4296,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:08:14 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29883" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "acc30717-ec0e-4050-9534-7ed4fe781627" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], - "x-ms-correlation-request-id": [ - "f1e970ae-087b-4131-9f26-60c0adefa17a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T032902Z:f1e970ae-087b-4131-9f26-60c0adefa17a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 03:29:02 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29880" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a18b36f0-bbab-4d74-a69f-27bb85e2e627" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "604db03f-ee08-4d18-8a67-0a3a560cb950" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11962" ], "x-ms-correlation-request-id": [ - "797410de-50fd-4898-b10c-473223555301" + "c2158a04-2fa5-4ee7-8940-f291bc0ee46b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T032933Z:797410de-50fd-4898-b10c-473223555301" + "EASTUS2:20211117T060814Z:c2158a04-2fa5-4ee7-8940-f291bc0ee46b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:29:32 GMT" - ], "Content-Length": [ "134" ], @@ -4355,57 +4357,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:08:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29880" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29889" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4bfcd1b3-9dee-43c6-84b5-11001e5b6c6c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a04f2304-9686-4748-8c81-c9fa19465c8f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11961" ], "x-ms-correlation-request-id": [ - "382da003-f8e0-4c6e-ab02-d829c229a72c" + "cdb3bcd5-9dae-460f-98ec-6fe139129002" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033003Z:382da003-f8e0-4c6e-ab02-d829c229a72c" + "EASTUS2:20211117T060844Z:cdb3bcd5-9dae-460f-98ec-6fe139129002" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:30:02 GMT" - ], "Content-Length": [ "134" ], @@ -4416,57 +4418,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:09:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29878" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac775042-d18e-4977-bb9a-b5a94925464c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d950c1f-ebcd-4656-ba0a-2b913b4747f9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11960" ], "x-ms-correlation-request-id": [ - "8067c23f-1f14-47ab-8e55-c07569d4835b" + "04a4bc34-06c5-4745-a071-30253505d861" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033034Z:8067c23f-1f14-47ab-8e55-c07569d4835b" + "EASTUS2:20211117T060915Z:04a4bc34-06c5-4745-a071-30253505d861" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:30:33 GMT" - ], "Content-Length": [ "134" ], @@ -4477,57 +4479,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:09:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29876" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64bc66cd-eeb0-4558-92ee-beaffe67afad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4f83070f-36ce-4ca8-b3b2-bcd5d3af6969" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11959" ], "x-ms-correlation-request-id": [ - "1e4ced0f-3297-470d-9540-f77c595bee80" + "338db903-0ab5-43ae-af24-8664297f60a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033104Z:1e4ced0f-3297-470d-9540-f77c595bee80" + "EASTUS2:20211117T060945Z:338db903-0ab5-43ae-af24-8664297f60a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:31:04 GMT" - ], "Content-Length": [ "134" ], @@ -4538,57 +4540,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:10:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29873" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "52b066f5-86ff-4da9-8567-55e0d5a6189d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d018d1e-ed29-4e62-8e1f-31c62e073591" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11958" ], "x-ms-correlation-request-id": [ - "0ea0e574-36d8-45aa-8000-25139d431c12" + "4ee201eb-01f3-40a6-adcc-f74b25815707" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033134Z:0ea0e574-36d8-45aa-8000-25139d431c12" + "EASTUS2:20211117T061015Z:4ee201eb-01f3-40a6-adcc-f74b25815707" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:31:34 GMT" - ], "Content-Length": [ "134" ], @@ -4599,57 +4601,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:10:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29870" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29883" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3c7f9b02-4363-4832-9529-358fa9522f18" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fbcdf452-47a3-418b-a74a-3b5df38ac2d6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11957" ], "x-ms-correlation-request-id": [ - "08d9351f-3ece-4c55-b356-19d5567d3be0" + "199f54f6-00cf-4150-8b7f-2bf4e7b45d05" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033204Z:08d9351f-3ece-4c55-b356-19d5567d3be0" + "EASTUS2:20211117T061045Z:199f54f6-00cf-4150-8b7f-2bf4e7b45d05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:32:04 GMT" - ], "Content-Length": [ "184" ], @@ -4660,84 +4662,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:22:28.4462649+00:00\",\r\n \"endTime\": \"2021-06-29T03:32:03.2733879+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bd3d92f1-7adf-4dec-8685-75f50bbde03b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:01:41.1649345+00:00\",\r\n \"endTime\": \"2021-11-17T06:10:25.1958886+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1df5a2ed-c145-4740-8542-a15332e64b85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd3d92f1-7adf-4dec-8685-75f50bbde03b?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkM2Q5MmYxLTdhZGYtNGRlYy04Njg1LTc1ZjUwYmJkZTAzYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1df5a2ed-c145-4740-8542-a15332e64b85?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZjVhMmVkLWMxNDUtNDc0MC04NTQyLWExNTMzMmU2NGI4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:10:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29869" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29882" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74398c3c-46e5-4b93-9f5a-3cf7c4cf591a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4ff25734-9773-4f0d-9111-0ef86d9f1b8c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11956" ], "x-ms-correlation-request-id": [ - "ad3b220c-d6a3-4d55-98a6-dab874843829" + "9a16575d-8c3a-494d-bab5-f5ceffaa38b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033205Z:ad3b220c-d6a3-4d55-98a6-dab874843829" + "EASTUS2:20211117T061046Z:9a16575d-8c3a-494d-bab5-f5ceffaa38b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:32:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/poweroff?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9wb3dlcm9mZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/poweroff?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9wb3dlcm9mZj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"0\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03f88809-489b-4593-9d2a-86ca5139515a" + "b756a006-a0f7-41b2-9515-faa6aba33eb6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4750,14 +4752,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:10:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b92ffcc-3f0d-4f01-8c01-94ef15b46ab5?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/094ac0a1-c9e5-45c4-a369-c6f801fe0b0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b92ffcc-3f0d-4f01-8c01-94ef15b46ab5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/094ac0a1-c9e5-45c4-a369-c6f801fe0b0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -4769,85 +4778,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b92ffcc-3f0d-4f01-8c01-94ef15b46ab5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "094ac0a1-c9e5-45c4-a369-c6f801fe0b0a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "c1b0fe68-b420-4f7b-888b-1ef20c887992" + "cd670161-5a13-4008-99d8-b7b9ba746689" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033205Z:c1b0fe68-b420-4f7b-888b-1ef20c887992" + "EASTUS2:20211117T061046Z:cd670161-5a13-4008-99d8-b7b9ba746689" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:32:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b92ffcc-3f0d-4f01-8c01-94ef15b46ab5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiOTJmZmNjLTNmMGQtNGYwMS04YzAxLTk0ZWYxNWI0NmFiNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/094ac0a1-c9e5-45c4-a369-c6f801fe0b0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA5NGFjMGExLWM5ZTUtNDVjNC1hMzY5LWM2ZjgwMWZlMGIwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:11:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29866" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29880" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "301c0e99-6e5c-4b76-a21a-55bbfdddb867" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07aef088-8117-4fc4-ab39-3b89f3a309c0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11955" ], "x-ms-correlation-request-id": [ - "b781cc2e-b6dc-4072-a6e4-81611f6f9b8d" + "351440d6-1c1b-44aa-b70b-9d8bae919ae1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033236Z:b781cc2e-b6dc-4072-a6e4-81611f6f9b8d" + "EASTUS2:20211117T061117Z:351440d6-1c1b-44aa-b70b-9d8bae919ae1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:32:35 GMT" - ], "Content-Length": [ "184" ], @@ -4858,84 +4860,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:32:05.6015134+00:00\",\r\n \"endTime\": \"2021-06-29T03:32:30.0546078+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2b92ffcc-3f0d-4f01-8c01-94ef15b46ab5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:10:46.6020934+00:00\",\r\n \"endTime\": \"2021-11-17T06:11:06.5083508+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"094ac0a1-c9e5-45c4-a369-c6f801fe0b0a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b92ffcc-3f0d-4f01-8c01-94ef15b46ab5?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiOTJmZmNjLTNmMGQtNGYwMS04YzAxLTk0ZWYxNWI0NmFiNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/094ac0a1-c9e5-45c4-a369-c6f801fe0b0a?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA5NGFjMGExLWM5ZTUtNDVjNC1hMzY5LWM2ZjgwMWZlMGIwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:11:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29865" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc3f31c8-55e5-4c41-8a61-693574f09181" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9b99b0fe-baae-491c-8df6-dd7fc89828b0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11954" ], "x-ms-correlation-request-id": [ - "79872053-60bc-4d33-b632-8a7c398a6463" + "71808d34-ffff-4df4-9b70-616b15b900a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033236Z:79872053-60bc-4d33-b632-8a7c398a6463" + "EASTUS2:20211117T061117Z:71808d34-ffff-4df4-9b70-616b15b900a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:32:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/manualupgrade?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9tYW51YWx1cGdyYWRlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/manualupgrade?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9tYW51YWx1cGdyYWRlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"0\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "031a4a08-ef74-45d3-884a-10ee2b77cab5" + "3c0e2d4c-5e14-4644-859b-9473dd054cdc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4948,14 +4950,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:11:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46af5222-9705-46b1-ba49-d82b85c1c402?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ff1a95fc-3cae-4b8f-bc7b-9cee29c8f7ae?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46af5222-9705-46b1-ba49-d82b85c1c402?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ff1a95fc-3cae-4b8f-bc7b-9cee29c8f7ae?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -4967,87 +4976,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "46af5222-9705-46b1-ba49-d82b85c1c402" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ff1a95fc-3cae-4b8f-bc7b-9cee29c8f7ae" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "cddafaf1-e727-416a-9860-fee22ae415c4" + "ce921a5d-28d8-4221-9b6f-efbf04a41665" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033237Z:cddafaf1-e727-416a-9860-fee22ae415c4" + "EASTUS2:20211117T061117Z:ce921a5d-28d8-4221-9b6f-efbf04a41665" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:32:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46af5222-9705-46b1-ba49-d82b85c1c402?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2YWY1MjIyLTk3MDUtNDZiMS1iYTQ5LWQ4MmI4NWMxYzQwMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ff1a95fc-3cae-4b8f-bc7b-9cee29c8f7ae?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZmMWE5NWZjLTNjYWUtNGI4Zi1iYzdiLTljZWUyOWM4ZjdhZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:11:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29862" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "754f276a-f5f9-45b3-aa55-7772407c2054" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bd509fef-3ae0-44ff-b860-ccb7d0c87ce8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11953" ], "x-ms-correlation-request-id": [ - "2b8b58c7-0e3c-49e7-967b-d6e5290c14ef" + "174225a4-33d0-4098-bd31-a186e2e94407" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033307Z:2b8b58c7-0e3c-49e7-967b-d6e5290c14ef" + "EASTUS2:20211117T061148Z:174225a4-33d0-4098-bd31-a186e2e94407" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:33:07 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5056,84 +5058,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:32:37.2733207+00:00\",\r\n \"endTime\": \"2021-06-29T03:32:37.4608305+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"46af5222-9705-46b1-ba49-d82b85c1c402\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:11:17.711492+00:00\",\r\n \"endTime\": \"2021-11-17T06:11:17.7895982+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ff1a95fc-3cae-4b8f-bc7b-9cee29c8f7ae\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/46af5222-9705-46b1-ba49-d82b85c1c402?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2YWY1MjIyLTk3MDUtNDZiMS1iYTQ5LWQ4MmI4NWMxYzQwMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ff1a95fc-3cae-4b8f-bc7b-9cee29c8f7ae?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZmMWE5NWZjLTNjYWUtNGI4Zi1iYzdiLTljZWUyOWM4ZjdhZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:11:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29861" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8dc539f-0ae4-47c5-9bb1-bcf87df2df47" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "69963f96-8757-430f-ab7f-934c26122c89" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11952" ], "x-ms-correlation-request-id": [ - "9e1328ba-38ca-41e0-807d-249001414ebf" + "53360b5e-61dd-4fe8-bf5f-39f80d5e6c01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033307Z:9e1328ba-38ca-41e0-807d-249001414ebf" + "EASTUS2:20211117T061148Z:53360b5e-61dd-4fe8-bf5f-39f80d5e6c01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:33:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/restart?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/restart?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"1\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "236a8854-2ab3-45f3-9326-3af80ba16086" + "5d75d199-935e-45ad-a0e6-fb0dc8b82e68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5146,14 +5148,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:11:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/016c45df-9233-4f69-950c-571c4d542bbe?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97fa3131-7926-416d-90b4-34b76e273c27?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/016c45df-9233-4f69-950c-571c4d542bbe?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97fa3131-7926-416d-90b4-34b76e273c27?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1195,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -5165,85 +5174,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "016c45df-9233-4f69-950c-571c4d542bbe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "97fa3131-7926-416d-90b4-34b76e273c27" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-correlation-request-id": [ - "47a3160f-2178-4066-bfc1-38069bedac8f" + "b9dc84f2-1b16-44c0-85da-c1cd2264b2bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033308Z:47a3160f-2178-4066-bfc1-38069bedac8f" + "EASTUS2:20211117T061148Z:b9dc84f2-1b16-44c0-85da-c1cd2264b2bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:33:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/016c45df-9233-4f69-950c-571c4d542bbe?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAxNmM0NWRmLTkyMzMtNGY2OS05NTBjLTU3MWM0ZDU0MmJiZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97fa3131-7926-416d-90b4-34b76e273c27?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZmEzMTMxLTc5MjYtNDE2ZC05MGI0LTM0Yjc2ZTI3M2MyNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:12:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29859" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6f5ab201-f4b3-4c75-93af-3daec8efe895" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c2c11f46-2663-4caa-b28b-840a9036ee0a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11951" ], "x-ms-correlation-request-id": [ - "db38734e-44dc-48a6-8af0-47da0627697b" + "cb9388d0-f6bf-46f1-b888-4a6c00019c28" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033338Z:db38734e-44dc-48a6-8af0-47da0627697b" + "EASTUS2:20211117T061219Z:cb9388d0-f6bf-46f1-b888-4a6c00019c28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:33:38 GMT" - ], "Content-Length": [ "184" ], @@ -5254,84 +5256,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:33:08.2576776+00:00\",\r\n \"endTime\": \"2021-06-29T03:33:09.6951928+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"016c45df-9233-4f69-950c-571c4d542bbe\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:11:48.7270273+00:00\",\r\n \"endTime\": \"2021-11-17T06:11:50.2426826+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"97fa3131-7926-416d-90b4-34b76e273c27\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/016c45df-9233-4f69-950c-571c4d542bbe?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAxNmM0NWRmLTkyMzMtNGY2OS05NTBjLTU3MWM0ZDU0MmJiZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/97fa3131-7926-416d-90b4-34b76e273c27?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3ZmEzMTMxLTc5MjYtNDE2ZC05MGI0LTM0Yjc2ZTI3M2MyNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:12:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29858" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29872" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06acabd4-8efc-4fc2-8dff-c8af753dca4c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cbcea4c0-b65f-4e80-9171-efde13ab8666" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11950" ], "x-ms-correlation-request-id": [ - "cfbcc9ef-702d-4c4d-a7dc-49d13867bdde" + "5b8bf764-fce8-470d-b696-803e90c9bd34" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033338Z:cfbcc9ef-702d-4c4d-a7dc-49d13867bdde" + "EASTUS2:20211117T061219Z:5b8bf764-fce8-470d-b696-803e90c9bd34" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:33:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/deallocate?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/deallocate?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"1\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0b7b2ae2-2ee1-4d6d-8b71-df5b6058f434" + "718359a1-f38a-4190-886b-cc25e26b8f35" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5344,14 +5346,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:12:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/286b1c12-7ad6-4366-bf6b-8adf553e2f0d?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1127bfe8-4249-4831-8385-84b69db79681?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/286b1c12-7ad6-4366-bf6b-8adf553e2f0d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1127bfe8-4249-4831-8385-84b69db79681?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -5363,85 +5372,139 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "286b1c12-7ad6-4366-bf6b-8adf553e2f0d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1127bfe8-4249-4831-8385-84b69db79681" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], "x-ms-correlation-request-id": [ - "2dda1676-eb9c-4869-b7d0-edc523f00170" + "b8d68f6f-5b5d-46b2-876c-13a88addf472" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033339Z:2dda1676-eb9c-4869-b7d0-edc523f00170" + "EASTUS2:20211117T061219Z:b8d68f6f-5b5d-46b2-876c-13a88addf472" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:33:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/286b1c12-7ad6-4366-bf6b-8adf553e2f0d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4NmIxYzEyLTdhZDYtNDM2Ni1iZjZiLThhZGY1NTNlMmYwZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1127bfe8-4249-4831-8385-84b69db79681?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExMjdiZmU4LTQyNDktNDgzMS04Mzg1LTg0YjY5ZGI3OTY4MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:12:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29856" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29870" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fee84bf3-cb37-457d-8190-71b58a5485cc" + "757cb6fe-df65-4265-85c4-b6d7abdc466d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], + "x-ms-correlation-request-id": [ + "8b89de20-effe-4221-815a-2cbd880fde78" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T061250Z:8b89de20-effe-4221-815a-2cbd880fde78" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:12:19.8208081+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1127bfe8-4249-4831-8385-84b69db79681\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1127bfe8-4249-4831-8385-84b69db79681?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExMjdiZmU4LTQyNDktNDgzMS04Mzg1LTg0YjY5ZGI3OTY4MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 06:13:20 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29867" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "327a7297-3a96-4060-81d9-1df9d86d40e6" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11948" ], "x-ms-correlation-request-id": [ - "f703583e-34f2-4e95-aef7-c87958d4a4be" + "3b203892-9121-456a-b296-dfe802013b70" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033409Z:f703583e-34f2-4e95-aef7-c87958d4a4be" + "EASTUS2:20211117T061320Z:3b203892-9121-456a-b296-dfe802013b70" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:34:09 GMT" - ], "Content-Length": [ "184" ], @@ -5452,84 +5515,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:33:39.3358071+00:00\",\r\n \"endTime\": \"2021-06-29T03:34:07.6638854+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"286b1c12-7ad6-4366-bf6b-8adf553e2f0d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:12:19.8208081+00:00\",\r\n \"endTime\": \"2021-11-17T06:13:16.4457362+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1127bfe8-4249-4831-8385-84b69db79681\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/286b1c12-7ad6-4366-bf6b-8adf553e2f0d?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI4NmIxYzEyLTdhZDYtNDM2Ni1iZjZiLThhZGY1NTNlMmYwZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1127bfe8-4249-4831-8385-84b69db79681?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExMjdiZmU4LTQyNDktNDgzMS04Mzg1LTg0YjY5ZGI3OTY4MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:13:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29855" + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5478fbd7-f40e-451e-b66c-9dd7a032a92d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f841fe86-f7f3-4f85-ae3f-953dca58033d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11947" ], "x-ms-correlation-request-id": [ - "36fe3fef-3a5c-4f18-aeba-2639d71aa51f" + "c165c0cc-eba8-4d31-94e9-954b4f9ba226" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033409Z:36fe3fef-3a5c-4f18-aeba-2639d71aa51f" + "EASTUS2:20211117T061320Z:c165c0cc-eba8-4d31-94e9-954b4f9ba226" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:34:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93681/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5185/delete?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTE4NS9kZWxldGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar64441/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3336/delete?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzMzNi9kZWxldGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"1\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a5b3b75b-de64-4267-a2b4-afdc4ae0574d" + "a58f725a-c319-4d63-8c6d-bb68d61034d7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5542,14 +5605,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:13:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9188295a-04df-40fb-9544-4495a4eebd75?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7cd4eb52-6a0c-4778-9088-24fef0fa398c?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9188295a-04df-40fb-9544-4495a4eebd75?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7cd4eb52-6a0c-4778-9088-24fef0fa398c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1194,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -5561,172 +5631,336 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9188295a-04df-40fb-9544-4495a4eebd75" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7cd4eb52-6a0c-4778-9088-24fef0fa398c" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], "x-ms-correlation-request-id": [ - "e1ec317c-7d21-4426-8025-bc0288df825e" + "0de85840-54a0-4890-8e34-c4d925354468" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033410Z:e1ec317c-7d21-4426-8025-bc0288df825e" + "EASTUS2:20211117T061321Z:0de85840-54a0-4890-8e34-c4d925354468" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:34:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9188295a-04df-40fb-9544-4495a4eebd75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxODgyOTVhLTA0ZGYtNDBmYi05NTQ0LTQ0OTVhNGVlYmQ3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7cd4eb52-6a0c-4778-9088-24fef0fa398c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjZDRlYjUyLTZhMGMtNDc3OC05MDg4LTI0ZmVmMGZhMzk4Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:13:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29852" + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29863" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "005e8b9e-ed1f-4a36-9d0a-4116170f3b61" + "07b95cb0-64a1-4c04-a4d4-b673c4010575" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" + ], + "x-ms-correlation-request-id": [ + "d752520f-c7af-432a-9a39-10f313cd3fd9" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T061351Z:d752520f-c7af-432a-9a39-10f313cd3fd9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:13:21.1019668+00:00\",\r\n \"endTime\": \"2021-11-17T06:13:28.7425996+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7cd4eb52-6a0c-4778-9088-24fef0fa398c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7cd4eb52-6a0c-4778-9088-24fef0fa398c?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjZDRlYjUyLTZhMGMtNDc3OC05MDg4LTI0ZmVmMGZhMzk4Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 06:13:51 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29862" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "305f3478-d2f6-4cc7-a878-eedb9e22a531" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], + "x-ms-correlation-request-id": [ + "d3203f65-0a3a-4abe-8f12-ae2f5991f461" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T061351Z:d3203f65-0a3a-4abe-8f12-ae2f5991f461" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar64441?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0NDQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b870f066-e0b0-4ec1-9a41-9f369c1ecd82" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 06:13:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "fe79a0aa-07c6-435a-bc64-c4b9e79e4bcb" + ], + "x-ms-correlation-request-id": [ + "fe79a0aa-07c6-435a-bc64-c4b9e79e4bcb" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T061357Z:fe79a0aa-07c6-435a-bc64-c4b9e79e4bcb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 06:14:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11999" + ], + "x-ms-request-id": [ + "0155d905-6ab1-4e3b-b21d-fdc2fbb17d24" ], "x-ms-correlation-request-id": [ - "69509fda-0feb-4c66-98a8-a81b7a2a363a" + "0155d905-6ab1-4e3b-b21d-fdc2fbb17d24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033440Z:69509fda-0feb-4c66-98a8-a81b7a2a363a" + "EASTUS2:20211117T061412Z:0155d905-6ab1-4e3b-b21d-fdc2fbb17d24" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:34:40 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T03:34:10.3670174+00:00\",\r\n \"endTime\": \"2021-06-29T03:34:18.2420025+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9188295a-04df-40fb-9544-4495a4eebd75\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9188295a-04df-40fb-9544-4495a4eebd75?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxODgyOTVhLTA0ZGYtNDBmYi05NTQ0LTQ0OTVhNGVlYmQ3NT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:14:27 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29851" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "05fa7261-f8d1-4623-a43e-601edf7b7556" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11998" + ], + "x-ms-request-id": [ + "5a5abfc7-92ec-4ee1-81df-0daa8709768a" ], "x-ms-correlation-request-id": [ - "900783e5-849a-44fa-8f30-f577c2203298" + "5a5abfc7-92ec-4ee1-81df-0daa8709768a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033440Z:900783e5-849a-44fa-8f30-f577c2203298" + "EASTUS2:20211117T061428Z:5a5abfc7-92ec-4ee1-81df-0daa8709768a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:34:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar93681?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNjgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "b224340e-dbd6-49c1-b0ff-d27a24d5fbb1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5734,26 +5968,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:14:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "464be67b-9f08-40be-bc8a-2e4490f520a1" + "a623b8bd-7cdd-42f1-9eee-72034656dd01" ], "x-ms-correlation-request-id": [ - "464be67b-9f08-40be-bc8a-2e4490f520a1" + "a623b8bd-7cdd-42f1-9eee-72034656dd01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033446Z:464be67b-9f08-40be-bc8a-2e4490f520a1" + "EASTUS2:20211117T061443Z:a623b8bd-7cdd-42f1-9eee-72034656dd01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5761,29 +5998,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:34:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5791,26 +6025,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:14:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "d1fecc78-c4fc-4b1a-bc3b-bfd54c6a82e7" + "ce9a2d6a-e440-4ba2-b294-4707ae89a0b1" ], "x-ms-correlation-request-id": [ - "d1fecc78-c4fc-4b1a-bc3b-bfd54c6a82e7" + "ce9a2d6a-e440-4ba2-b294-4707ae89a0b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033501Z:d1fecc78-c4fc-4b1a-bc3b-bfd54c6a82e7" + "EASTUS2:20211117T061459Z:ce9a2d6a-e440-4ba2-b294-4707ae89a0b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5818,29 +6055,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:35:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5848,26 +6082,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:15:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-request-id": [ - "5788c11a-462f-43cf-a3f1-db93d897feb8" + "2df72ca3-e833-4b31-a7a8-6bc8a1c8d559" ], "x-ms-correlation-request-id": [ - "5788c11a-462f-43cf-a3f1-db93d897feb8" + "2df72ca3-e833-4b31-a7a8-6bc8a1c8d559" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033517Z:5788c11a-462f-43cf-a3f1-db93d897feb8" + "EASTUS2:20211117T061514Z:2df72ca3-e833-4b31-a7a8-6bc8a1c8d559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5875,29 +6112,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:35:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5905,26 +6139,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:15:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-request-id": [ - "79a6c549-cc87-4596-a613-577ae60526ce" + "9c95a97f-322b-4e5b-ae99-f15a00a2093b" ], "x-ms-correlation-request-id": [ - "79a6c549-cc87-4596-a613-577ae60526ce" + "9c95a97f-322b-4e5b-ae99-f15a00a2093b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033532Z:79a6c549-cc87-4596-a613-577ae60526ce" + "EASTUS2:20211117T061530Z:9c95a97f-322b-4e5b-ae99-f15a00a2093b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5932,29 +6169,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:35:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5962,26 +6196,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:15:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "c6d1003d-eb3c-4ea6-944b-a74b3b291d16" + "62f8e182-3760-46e3-8e44-6f1ecda7e06a" ], "x-ms-correlation-request-id": [ - "c6d1003d-eb3c-4ea6-944b-a74b3b291d16" + "62f8e182-3760-46e3-8e44-6f1ecda7e06a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033548Z:c6d1003d-eb3c-4ea6-944b-a74b3b291d16" + "EASTUS2:20211117T061545Z:62f8e182-3760-46e3-8e44-6f1ecda7e06a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5989,29 +6226,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:35:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6019,26 +6253,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:16:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "bc8ce311-cd38-472d-bd7d-036c64aa05d0" + "e12b778f-8dd2-4ec5-bdd7-d06214f95897" ], "x-ms-correlation-request-id": [ - "bc8ce311-cd38-472d-bd7d-036c64aa05d0" + "e12b778f-8dd2-4ec5-bdd7-d06214f95897" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033603Z:bc8ce311-cd38-472d-bd7d-036c64aa05d0" + "EASTUS2:20211117T061601Z:e12b778f-8dd2-4ec5-bdd7-d06214f95897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6046,29 +6283,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:36:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6076,26 +6310,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:16:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "604d0b90-b478-4bbb-a443-bc3515b9284f" + "a75dc74f-fa44-4f67-b1fe-aa4cba540455" ], "x-ms-correlation-request-id": [ - "604d0b90-b478-4bbb-a443-bc3515b9284f" + "a75dc74f-fa44-4f67-b1fe-aa4cba540455" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033619Z:604d0b90-b478-4bbb-a443-bc3515b9284f" + "EASTUS2:20211117T061616Z:a75dc74f-fa44-4f67-b1fe-aa4cba540455" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6103,29 +6340,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:36:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6133,26 +6367,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:16:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-request-id": [ - "539ce9d7-83d7-4b27-b24a-bc5959b6053e" + "f62368ce-8946-4bb5-8a20-a0ec870ccf00" ], "x-ms-correlation-request-id": [ - "539ce9d7-83d7-4b27-b24a-bc5959b6053e" + "f62368ce-8946-4bb5-8a20-a0ec870ccf00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033634Z:539ce9d7-83d7-4b27-b24a-bc5959b6053e" + "EASTUS2:20211117T061632Z:f62368ce-8946-4bb5-8a20-a0ec870ccf00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6160,29 +6397,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:36:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6190,26 +6424,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:16:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "17b10e25-7dd2-4fc6-b7b5-faa6cc7e5542" + "ac6a893b-58ae-4be5-a8cd-109ad409b101" ], "x-ms-correlation-request-id": [ - "17b10e25-7dd2-4fc6-b7b5-faa6cc7e5542" + "ac6a893b-58ae-4be5-a8cd-109ad409b101" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033650Z:17b10e25-7dd2-4fc6-b7b5-faa6cc7e5542" + "EASTUS2:20211117T061647Z:ac6a893b-58ae-4be5-a8cd-109ad409b101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6217,29 +6454,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:36:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6247,26 +6481,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:17:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-request-id": [ - "7fd14a82-b298-417c-bcfa-82dd4f7b70c5" + "ae921fc7-691e-42f0-8f58-e2569be08cb6" ], "x-ms-correlation-request-id": [ - "7fd14a82-b298-417c-bcfa-82dd4f7b70c5" + "ae921fc7-691e-42f0-8f58-e2569be08cb6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033705Z:7fd14a82-b298-417c-bcfa-82dd4f7b70c5" + "EASTUS2:20211117T061703Z:ae921fc7-691e-42f0-8f58-e2569be08cb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6274,29 +6511,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:37:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6304,26 +6538,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:17:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-request-id": [ - "68386ab2-7ff4-493f-9674-7087743b3d96" + "80392e8b-f733-4e74-886a-62dd9106ca99" ], "x-ms-correlation-request-id": [ - "68386ab2-7ff4-493f-9674-7087743b3d96" + "80392e8b-f733-4e74-886a-62dd9106ca99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033721Z:68386ab2-7ff4-493f-9674-7087743b3d96" + "EASTUS2:20211117T061718Z:80392e8b-f733-4e74-886a-62dd9106ca99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6331,29 +6568,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:37:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6361,26 +6595,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:17:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" ], "x-ms-request-id": [ - "f255c885-0ec2-4e89-b1ab-5db5f13396b9" + "2c7fbadd-ba7c-4a20-8629-1575c39e5b28" ], "x-ms-correlation-request-id": [ - "f255c885-0ec2-4e89-b1ab-5db5f13396b9" + "2c7fbadd-ba7c-4a20-8629-1575c39e5b28" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033736Z:f255c885-0ec2-4e89-b1ab-5db5f13396b9" + "EASTUS2:20211117T061733Z:2c7fbadd-ba7c-4a20-8629-1575c39e5b28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6388,29 +6625,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:37:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6418,26 +6652,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:17:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11985" ], "x-ms-request-id": [ - "9417ef3c-5956-40bc-8aa7-352a01dd744b" + "52eba4ca-7dbb-4422-9ee5-432e9303e81b" ], "x-ms-correlation-request-id": [ - "9417ef3c-5956-40bc-8aa7-352a01dd744b" + "52eba4ca-7dbb-4422-9ee5-432e9303e81b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033752Z:9417ef3c-5956-40bc-8aa7-352a01dd744b" + "EASTUS2:20211117T061749Z:52eba4ca-7dbb-4422-9ee5-432e9303e81b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6445,29 +6682,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:37:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6475,26 +6709,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:18:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11984" ], "x-ms-request-id": [ - "fd318422-f1ae-4e83-9776-118e05a53024" + "da76aab7-15e4-4c06-b816-52b34122ed49" ], "x-ms-correlation-request-id": [ - "fd318422-f1ae-4e83-9776-118e05a53024" + "da76aab7-15e4-4c06-b816-52b34122ed49" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033807Z:fd318422-f1ae-4e83-9776-118e05a53024" + "EASTUS2:20211117T061804Z:da76aab7-15e4-4c06-b816-52b34122ed49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6502,29 +6739,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:38:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6532,26 +6766,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:18:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11983" ], "x-ms-request-id": [ - "5f3b71ad-65d9-465e-b31f-854d3b262a0e" + "a41dedb5-5822-4480-8225-85fc9e275bd9" ], "x-ms-correlation-request-id": [ - "5f3b71ad-65d9-465e-b31f-854d3b262a0e" + "a41dedb5-5822-4480-8225-85fc9e275bd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033822Z:5f3b71ad-65d9-465e-b31f-854d3b262a0e" + "EASTUS2:20211117T061820Z:a41dedb5-5822-4480-8225-85fc9e275bd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6559,29 +6796,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:38:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6589,26 +6823,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:18:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11982" ], "x-ms-request-id": [ - "12c4f175-853d-4283-87d6-ea5936a2410c" + "24878d4a-37d1-45a6-937d-132dfe7b7a4c" ], "x-ms-correlation-request-id": [ - "12c4f175-853d-4283-87d6-ea5936a2410c" + "24878d4a-37d1-45a6-937d-132dfe7b7a4c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033838Z:12c4f175-853d-4283-87d6-ea5936a2410c" + "EASTUS2:20211117T061835Z:24878d4a-37d1-45a6-937d-132dfe7b7a4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6616,29 +6853,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:38:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6646,26 +6880,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:18:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11981" ], "x-ms-request-id": [ - "0261bcdc-3655-4925-a71f-1497f9cafbb0" + "f155bb64-c42b-4ef1-b280-052d7366f3bc" ], "x-ms-correlation-request-id": [ - "0261bcdc-3655-4925-a71f-1497f9cafbb0" + "f155bb64-c42b-4ef1-b280-052d7366f3bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033853Z:0261bcdc-3655-4925-a71f-1497f9cafbb0" + "EASTUS2:20211117T061851Z:f155bb64-c42b-4ef1-b280-052d7366f3bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6673,29 +6910,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:38:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6703,26 +6937,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:19:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11980" ], "x-ms-request-id": [ - "f1dd8c59-ee5e-4339-98f7-6f26f71d9ea1" + "eddda5e5-01c3-4fab-854e-22471cd2a86b" ], "x-ms-correlation-request-id": [ - "f1dd8c59-ee5e-4339-98f7-6f26f71d9ea1" + "eddda5e5-01c3-4fab-854e-22471cd2a86b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033909Z:f1dd8c59-ee5e-4339-98f7-6f26f71d9ea1" + "EASTUS2:20211117T061907Z:eddda5e5-01c3-4fab-854e-22471cd2a86b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6730,29 +6967,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:39:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6760,20 +6994,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:19:22 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11979" ], "x-ms-request-id": [ - "4a213409-86a5-4283-bbca-fef597fae9b9" + "15ab59f7-f815-417c-a349-8a955c0fd7af" ], "x-ms-correlation-request-id": [ - "4a213409-86a5-4283-bbca-fef597fae9b9" + "15ab59f7-f815-417c-a349-8a955c0fd7af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033924Z:4a213409-86a5-4283-bbca-fef597fae9b9" + "EASTUS2:20211117T061922Z:15ab59f7-f815-417c-a349-8a955c0fd7af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6781,29 +7018,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:39:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzY4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpZNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDQ0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRRME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6811,20 +7045,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:19:22 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11978" ], "x-ms-request-id": [ - "e652cc76-ad5e-471f-8886-2e217e8b4e64" + "54459153-6b07-4615-9ac9-0d9e468f3c13" ], "x-ms-correlation-request-id": [ - "e652cc76-ad5e-471f-8886-2e217e8b4e64" + "54459153-6b07-4615-9ac9-0d9e468f3c13" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T033926Z:e652cc76-ad5e-471f-8886-2e217e8b4e64" + "EASTUS2:20211117T061923Z:54459153-6b07-4615-9ac9-0d9e468f3c13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6832,14 +7069,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:39:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -6848,27 +7082,27 @@ ], "Names": { "TestVMScaleSetBatchOperations": [ - "crptestar9368", - "vmss5185", - "crptestar8285" + "crptestar6444", + "vmss3336", + "crptestar974" ], "CreatePublicIP": [ - "pip8480", - "dn8356" + "pip1447", + "dn7739" ], "CreateVNET": [ - "vn6023", - "sn8984" + "vn3095", + "sn8267" ], "CreateNIC": [ - "nic8040", - "ip8008" + "nic5282", + "ip4203" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9744", - "vmss6381", - "vmsstestnetconfig3477", - "vmsstestnetconfig5623" + "crptestar6358", + "vmss252", + "vmsstestnetconfig5424", + "vmsstestnetconfig1478" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_PerformMaintenance.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_PerformMaintenance.json index bb2fe16676fe4..390b6630ff38a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_PerformMaintenance.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_PerformMaintenance.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9e92f94-02f2-4ad7-a491-a688ea62a2c7" + "30472f24-1907-44b3-8f5a-940131c70815" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "c699ca31-86a9-40bb-9f3b-d6efee7461e9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2bb2bf46-38ec-401c-a19b-2a0ff368673d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "04b5ac9c-6536-4cdf-b7ff-9a3f9eb61026" + "b898ab2d-7f8c-4f10-ba4f-63db7d136837" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013517Z:04b5ac9c-6536-4cdf-b7ff-9a3f9eb61026" + "EASTUS2:20211117T041132Z:b898ab2d-7f8c-4f10-ba4f-63db7d136837" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:16 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar96751?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk2NzUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar75801?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1ODAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar96751\": \"2021-06-29 01:35:17Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar75801\": \"2021-11-17 04:11:32Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4936085a-e250-4220-bbfe-ba161dc2012c" + "956897cf-05fc-415d-94d6-99f88594b002" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "adb7f651-e14b-47ba-b0bd-627f035d5d82" + "5404fec6-ae29-4480-9d8f-058b9c4091ca" ], "x-ms-correlation-request-id": [ - "adb7f651-e14b-47ba-b0bd-627f035d5d82" + "5404fec6-ae29-4480-9d8f-058b9c4091ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013517Z:adb7f651-e14b-47ba-b0bd-627f035d5d82" + "EASTUS2:20211117T041133Z:5404fec6-ae29-4480-9d8f-058b9c4091ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:16 GMT" - ], "Content-Length": [ "231" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751\",\r\n \"name\": \"crptestar96751\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar96751\": \"2021-06-29 01:35:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801\",\r\n \"name\": \"crptestar75801\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar75801\": \"2021-11-17 04:11:32Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar96751?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk2NzUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar75801?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1ODAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3f70e758-2eca-406d-82ae-95e22deb1a1c" + "b5e2de01-361a-4c29-955e-edaeccfb8a77" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:01 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "dc43ab44-9fc6-4cf8-9a06-0865e268edaa" + "fa6c4b72-339e-46cc-a1e0-c77716869aa6" ], "x-ms-correlation-request-id": [ - "dc43ab44-9fc6-4cf8-9a06-0865e268edaa" + "fa6c4b72-339e-46cc-a1e0-c77716869aa6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013547Z:dc43ab44-9fc6-4cf8-9a06-0865e268edaa" + "EASTUS2:20211117T041202Z:fa6c4b72-339e-46cc-a1e0-c77716869aa6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:46 GMT" - ], "Content-Length": [ "182" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751\",\r\n \"name\": \"crptestar96751\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801\",\r\n \"name\": \"crptestar75801\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Storage/storageAccounts/crptestar3458?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzQ1OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Storage/storageAccounts/crptestar2010?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjAxMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1570a98-9030-4507-aa7c-6f544e7643b3" + "eb8519c6-d839-4b0a-a6c1-d30671a69d29" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d5e0bac-bf81-4069-b1da-bd8913f0be02?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9d458e31-6e82-4dd2-8a4f-5303ccf240da?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3d5e0bac-bf81-4069-b1da-bd8913f0be02" + "9d458e31-6e82-4dd2-8a4f-5303ccf240da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "1300f7b4-10fd-4255-a769-8b3066d27aa1" + "c3b3c50f-6633-48f5-8fce-f914e9183f5e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013519Z:1300f7b4-10fd-4255-a769-8b3066d27aa1" + "EASTUS2:20211117T041135Z:c3b3c50f-6633-48f5-8fce-f914e9183f5e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:19 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d5e0bac-bf81-4069-b1da-bd8913f0be02?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvM2Q1ZTBiYWMtYmY4MS00MDY5LWIxZGEtYmQ4OTEzZjBiZTAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9d458e31-6e82-4dd2-8a4f-5303ccf240da?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvOWQ0NThlMzEtNmU4Mi00ZGQyLThhNGYtNTMwM2NjZjI0MGRhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d2471035-dbe9-4903-a4ab-1ff79ef97094" + "5fbb1576-d2b0-4def-a26d-0a80a224e8ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "70e9f22c-ab44-439f-acd3-21d9c0977239" + "ea477ec6-5ab4-4fb4-9c3c-f1847b872ef5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013536Z:70e9f22c-ab44-439f-acd3-21d9c0977239" + "EASTUS2:20211117T041152Z:ea477ec6-5ab4-4fb4-9c3c-f1847b872ef5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:36 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a44bb213-151c-44f7-ac76-e28a30b161a8" + "112584b0-868b-4ad0-a973-ebe35f4dc8b9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3f8aac97-6f94-4888-8919-76363ddd87c5" + "f6ac57fb-34d1-485f-90bc-5a4421b47b1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "f08d63c4-f39a-4a7c-8e26-1ab04b66d06f" + "ad4e0536-f564-4bd6-8e6f-13caf751de1d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013546Z:f08d63c4-f39a-4a7c-8e26-1ab04b66d06f" + "EASTUS2:20211117T041202Z:ad4e0536-f564-4bd6-8e6f-13caf751de1d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:46 GMT" - ], "Content-Length": [ "742" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Storage/storageAccounts/crptestar3458\",\r\n \"name\": \"crptestar3458\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:35:18.1448592Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3458.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3458.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3458.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3458.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Storage/storageAccounts/crptestar2010\",\r\n \"name\": \"crptestar2010\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:11:33.3383909Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2010.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2010.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2010.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2010.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Storage/storageAccounts/crptestar3458?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzQ1OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Storage/storageAccounts/crptestar2010?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjAxMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "174d892e-8c45-4235-bb81-da557c2aee6b" + "cd5dcc2e-5eab-4cb1-a3db-100bb382a302" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2e5e03a5-1350-4695-9126-1b917b547faf" + "6bdfc58c-1c93-4eed-ab2f-a65f37342e14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "c99f4cfc-7ab6-4624-b819-f5d37e0c815d" + "b8964ca8-4fb8-4568-ab8a-19a1979a8665" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013546Z:c99f4cfc-7ab6-4624-b819-f5d37e0c815d" + "EASTUS2:20211117T041202Z:b8964ca8-4fb8-4568-ab8a-19a1979a8665" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:46 GMT" - ], "Content-Length": [ "730" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Storage/storageAccounts/crptestar3458\",\r\n \"name\": \"crptestar3458\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:35:18.1448592Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3458.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3458.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3458.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3458.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Storage/storageAccounts/crptestar2010\",\r\n \"name\": \"crptestar2010\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:11:33.3383909Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2010.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2010.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2010.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2010.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/publicIPAddresses/pip6976?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/publicIPAddresses/pip4488?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4900\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2440\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "62a9aaaa-8b62-45e0-b66c-8977b83932d4" + "24eb4bbe-cefd-4abb-8aca-0396911436c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:01 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5329cce2-2253-4812-a7fe-06f3c6016ea3" + "da0f5b0d-68f4-410e-9428-6a801cc80ee3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5329cce2-2253-4812-a7fe-06f3c6016ea3?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/da0f5b0d-68f4-410e-9428-6a801cc80ee3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "54400ee9-f77d-497b-bd28-e972157663a6" + "a6997da7-a92d-40cd-b167-8b158f702e09" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9658b3d0-73c6-4ace-8b06-db514aa5558a" + "ab9a9b3d-0bef-4674-9004-51963b620b28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013548Z:54400ee9-f77d-497b-bd28-e972157663a6" + "EASTUS2:20211117T041202Z:a6997da7-a92d-40cd-b167-8b158f702e09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:47 GMT" - ], "Content-Length": [ "758" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/publicIPAddresses/pip6976\",\r\n \"etag\": \"W/\\\"249fa13c-d11b-4f88-9baf-d62ddfeb7010\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1ef7bc34-0e4b-47c0-ab6e-c9fc15e1f20a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4900\",\r\n \"fqdn\": \"dn4900.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4488\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/publicIPAddresses/pip4488\",\r\n \"etag\": \"W/\\\"ba28c644-635e-4bc5-9824-1f95b617de5b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d5504897-46b0-4bec-9616-adbbb2be3707\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2440\",\r\n \"fqdn\": \"dn2440.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5329cce2-2253-4812-a7fe-06f3c6016ea3?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUzMjljY2UyLTIyNTMtNDgxMi1hN2ZlLTA2ZjNjNjAxNmVhMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/da0f5b0d-68f4-410e-9428-6a801cc80ee3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RhMGY1YjBkLTY4ZjQtNDEwZS05NDI4LTZhODAxY2M4MGVlMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a5beba8a-9e07-4afa-9f85-b418532bf1fb" + "221fa50c-44b9-4ed8-958a-6c5892b4c6bf" ], "x-ms-correlation-request-id": [ - "9272085f-0582-4287-998a-099e1c2e80db" + "82a5b54a-3a2b-408c-8893-d4d646d02158" ], "x-ms-arm-service-request-id": [ - "dcdf6772-4e25-4cd5-8926-31ca2ff88361" + "cdd05453-69b6-4ab1-9d51-f5a7321f0fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013549Z:9272085f-0582-4287-998a-099e1c2e80db" + "EASTUS2:20211117T041203Z:82a5b54a-3a2b-408c-8893-d4d646d02158" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:48 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/publicIPAddresses/pip6976?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/publicIPAddresses/pip4488?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"79816c7b-4c7d-4661-9d02-69eef8c90cbb\"" + "W/\"d0f39acd-e408-4b3c-a02b-f8ecd17c8400\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c073edc1-d140-4ccb-88d5-bfbcb8bab212" + "cf9e60b6-4770-4300-90e7-b5ff3e8bbf74" ], "x-ms-correlation-request-id": [ - "a4e422b6-58cb-4158-a4d6-ed1ea9e0e750" + "b41db6c7-68c9-4a29-b779-b54af649d9c1" ], "x-ms-arm-service-request-id": [ - "06d9dd6b-291f-419c-b799-a226c3a06563" + "257f3e99-3e57-47b9-8da5-00c308b4c21e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013549Z:a4e422b6-58cb-4158-a4d6-ed1ea9e0e750" + "EASTUS2:20211117T041204Z:b41db6c7-68c9-4a29-b779-b54af649d9c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:48 GMT" - ], "Content-Length": [ "759" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/publicIPAddresses/pip6976\",\r\n \"etag\": \"W/\\\"79816c7b-4c7d-4661-9d02-69eef8c90cbb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1ef7bc34-0e4b-47c0-ab6e-c9fc15e1f20a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4900\",\r\n \"fqdn\": \"dn4900.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4488\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/publicIPAddresses/pip4488\",\r\n \"etag\": \"W/\\\"d0f39acd-e408-4b3c-a02b-f8ecd17c8400\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d5504897-46b0-4bec-9616-adbbb2be3707\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2440\",\r\n \"fqdn\": \"dn2440.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/publicIPAddresses/pip6976?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2OTc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/publicIPAddresses/pip4488?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NDg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9ffb78c-f558-4542-8842-cb7db438e222" + "101b894f-abb2-4fe6-8ab3-5d2c8dee4eff" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"79816c7b-4c7d-4661-9d02-69eef8c90cbb\"" + "W/\"d0f39acd-e408-4b3c-a02b-f8ecd17c8400\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "82638c42-dfb4-4f17-89a4-5cc6aa4bf757" + "d33a1298-d7af-4d07-8d36-2b5679cb4707" ], "x-ms-correlation-request-id": [ - "6cefb5ad-2852-4e34-9ea5-62d997c105cd" + "2c389f86-6aaf-4a2f-852d-94f80432391a" ], "x-ms-arm-service-request-id": [ - "bf396628-9e48-4324-97d7-e96b7c375a8a" + "7345325c-4286-4035-bf8e-c319fcdda356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013549Z:6cefb5ad-2852-4e34-9ea5-62d997c105cd" + "EASTUS2:20211117T041204Z:2c389f86-6aaf-4a2f-852d-94f80432391a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:48 GMT" - ], "Content-Length": [ "759" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/publicIPAddresses/pip6976\",\r\n \"etag\": \"W/\\\"79816c7b-4c7d-4661-9d02-69eef8c90cbb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1ef7bc34-0e4b-47c0-ab6e-c9fc15e1f20a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4900\",\r\n \"fqdn\": \"dn4900.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4488\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/publicIPAddresses/pip4488\",\r\n \"etag\": \"W/\\\"d0f39acd-e408-4b3c-a02b-f8ecd17c8400\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d5504897-46b0-4bec-9616-adbbb2be3707\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2440\",\r\n \"fqdn\": \"dn2440.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41MTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MzkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6604\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4898\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "900f4649-0e67-4c38-b9b1-7818778ddbb2" + "fab6a474-b838-4d54-9e4c-9bb30a4c5847" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +766,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:03 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4445fd5d-6806-4cb6-9145-42b2a93cf506" + "aedd6cae-07fe-491a-8d72-e795eff1f436" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4445fd5d-6806-4cb6-9145-42b2a93cf506?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/aedd6cae-07fe-491a-8d72-e795eff1f436?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "90977579-9838-4fd1-8b5b-a3f96c7fc98f" + "01e204d2-fc8a-4af2-b093-d5924725c083" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ddd12768-259a-4dc1-805f-bf91945b67d3" + "471f470d-64b2-405d-840a-87df0b03c45d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013550Z:90977579-9838-4fd1-8b5b-a3f96c7fc98f" + "EASTUS2:20211117T041204Z:01e204d2-fc8a-4af2-b093-d5924725c083" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:49 GMT" - ], "Content-Length": [ - "1314" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513\",\r\n \"etag\": \"W/\\\"b698caa9-ea06-4096-8e33-812979fa5c14\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"68eaea11-1aae-493d-bbcb-40d85f2a1615\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\",\r\n \"etag\": \"W/\\\"b698caa9-ea06-4096-8e33-812979fa5c14\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7391\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391\",\r\n \"etag\": \"W/\\\"911a7ae9-e96c-4f3b-9287-bdb97ffdb7a0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"58a022c6-6b4d-4588-9827-886430e443ae\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\",\r\n \"etag\": \"W/\\\"911a7ae9-e96c-4f3b-9287-bdb97ffdb7a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4445fd5d-6806-4cb6-9145-42b2a93cf506?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ0NDVmZDVkLTY4MDYtNGNiNi05MTQ1LTQyYjJhOTNjZjUwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/aedd6cae-07fe-491a-8d72-e795eff1f436?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FlZGQ2Y2FlLTA3ZmUtNDkxYS04ZDcyLWU3OTVlZmYxZjQzNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6e44831b-bc2c-4c93-8bdd-21c65d943e43" + "94b77e33-162b-4c4d-b852-7a2079cce849" ], "x-ms-correlation-request-id": [ - "1c65b984-d019-47b1-ac76-4671f362ba13" + "e601e170-8fbe-474d-b557-e45e42593541" ], "x-ms-arm-service-request-id": [ - "ae9fe94b-8a0f-4cad-9869-35a68d764f62" + "deb2f2ee-a556-4d07-89a6-c74f1adf506a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013553Z:1c65b984-d019-47b1-ac76-4671f362ba13" + "EASTUS2:20211117T041207Z:e601e170-8fbe-474d-b557-e45e42593541" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:52 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41MTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MzkxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5cee492c-ea4e-4d53-9120-b15d72ce5ffd\"" + "W/\"50f93983-04c4-4370-9760-d63d13c7f5f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bc031cb8-7e28-400b-b126-256438331f74" + "cbea3ee3-5f91-4dea-8c5b-47ff595e362b" ], "x-ms-correlation-request-id": [ - "d7b145a0-84f4-457b-ae6e-3c8f6ca53ee4" + "cfc4a29b-499f-4b8a-b6b5-44d7b9c240bf" ], "x-ms-arm-service-request-id": [ - "4910fd83-21bf-41b8-bda3-4e56d7242fd8" + "dd7ab8f9-86a2-4199-bb9b-d614961555dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013553Z:d7b145a0-84f4-457b-ae6e-3c8f6ca53ee4" + "EASTUS2:20211117T041207Z:cfc4a29b-499f-4b8a-b6b5-44d7b9c240bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:52 GMT" - ], "Content-Length": [ - "1316" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513\",\r\n \"etag\": \"W/\\\"5cee492c-ea4e-4d53-9120-b15d72ce5ffd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"68eaea11-1aae-493d-bbcb-40d85f2a1615\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\",\r\n \"etag\": \"W/\\\"5cee492c-ea4e-4d53-9120-b15d72ce5ffd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7391\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391\",\r\n \"etag\": \"W/\\\"50f93983-04c4-4370-9760-d63d13c7f5f7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58a022c6-6b4d-4588-9827-886430e443ae\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\",\r\n \"etag\": \"W/\\\"50f93983-04c4-4370-9760-d63d13c7f5f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41MTMvc3VibmV0cy9zbjY2MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43MzkxL3N1Ym5ldHMvc240ODk4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54e540b7-85c5-49ae-aaca-1f9b04073173" + "a09c4a47-b666-42f4-8041-8d1d2d253a50" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5cee492c-ea4e-4d53-9120-b15d72ce5ffd\"" + "W/\"50f93983-04c4-4370-9760-d63d13c7f5f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "06293743-6a0c-4e7d-b241-dd80ef3b9bc1" + "fc686d1b-2843-4594-888f-5ab820945a11" ], "x-ms-correlation-request-id": [ - "12eb95db-aac9-4b90-a1f8-8b880bceec7c" + "1178f098-283f-4230-a022-d7d2088593b1" ], "x-ms-arm-service-request-id": [ - "de00277e-12f2-4d7a-b5ed-af8618587961" + "b413d093-e62e-422c-9911-a315ab376800" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013553Z:12eb95db-aac9-4b90-a1f8-8b880bceec7c" + "EASTUS2:20211117T041207Z:1178f098-283f-4230-a022-d7d2088593b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:52 GMT" - ], "Content-Length": [ - "523" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\",\r\n \"etag\": \"W/\\\"5cee492c-ea4e-4d53-9120-b15d72ce5ffd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\",\r\n \"etag\": \"W/\\\"50f93983-04c4-4370-9760-d63d13c7f5f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NzkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\r\n }\r\n },\r\n \"name\": \"ip8066\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\r\n }\r\n },\r\n \"name\": \"ip482\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b30851c-095b-4e97-b244-6f10fa8356e5" + "e0b967c2-dea9-47a1-b8a8-17d557677e42" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,45 +1043,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "23e06835-23c3-4622-ad3d-3bfd757e1464" + "ec862184-84ca-47ac-a4f6-0b9b5bd9c7c6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/23e06835-23c3-4622-ad3d-3bfd757e1464?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ec862184-84ca-47ac-a4f6-0b9b5bd9c7c6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "dfa646fe-9aca-4fd9-9503-abbf9ed72273" + "4aaab60d-f66d-4061-938c-0fe7b7d94c15" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "56bc0ae1-59cd-4830-9a2e-1a958366411b" + "d08cdef9-bc73-4ca6-a5f8-d9a192204309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013553Z:dfa646fe-9aca-4fd9-9503-abbf9ed72273" + "EASTUS2:20211117T041208Z:4aaab60d-f66d-4061-938c-0fe7b7d94c15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:52 GMT" - ], "Content-Length": [ - "1624" + "1626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909\",\r\n \"etag\": \"W/\\\"9741fac6-d693-43ab-84f3-ada9140b3e6d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6390102b-5664-4b3b-a311-27ae5be409b7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909/ipConfigurations/ip8066\",\r\n \"etag\": \"W/\\\"9741fac6-d693-43ab-84f3-ada9140b3e6d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\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\": \"chvou0fodi4uto4lidmf4kqwcf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790\",\r\n \"etag\": \"W/\\\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9156ed21-a04b-41c8-8364-bcef081c4ec6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip482\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790/ipConfigurations/ip482\",\r\n \"etag\": \"W/\\\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\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\": \"yyrkawcnnoeelgbhrbsdbzcdvg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NzkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9741fac6-d693-43ab-84f3-ada9140b3e6d\"" + "W/\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f6397888-da82-4192-8db6-56aa55ccbc24" + "02f7896c-b4d5-483d-8d32-aa73dbc6359f" ], "x-ms-correlation-request-id": [ - "2e8d7247-abf4-44c5-b370-e25b33b1860d" + "4cfe10b7-791d-41c9-bb6d-368c325d63e9" ], "x-ms-arm-service-request-id": [ - "01cf2a71-9f7d-4b8b-949c-c5ff418c6f8a" + "7ca2dd4d-faa2-4b6f-afe5-12abf8fc852a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013553Z:2e8d7247-abf4-44c5-b370-e25b33b1860d" + "EASTUS2:20211117T041208Z:4cfe10b7-791d-41c9-bb6d-368c325d63e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:52 GMT" - ], "Content-Length": [ - "1624" + "1626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909\",\r\n \"etag\": \"W/\\\"9741fac6-d693-43ab-84f3-ada9140b3e6d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6390102b-5664-4b3b-a311-27ae5be409b7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909/ipConfigurations/ip8066\",\r\n \"etag\": \"W/\\\"9741fac6-d693-43ab-84f3-ada9140b3e6d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\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\": \"chvou0fodi4uto4lidmf4kqwcf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790\",\r\n \"etag\": \"W/\\\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9156ed21-a04b-41c8-8364-bcef081c4ec6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip482\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790/ipConfigurations/ip482\",\r\n \"etag\": \"W/\\\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\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\": \"yyrkawcnnoeelgbhrbsdbzcdvg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NzkwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3051a2f-8497-41a4-86f4-dfdbd9ccb9fc" + "ee96b11e-e9a4-4be8-b9e1-a8b902b95bd6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9741fac6-d693-43ab-84f3-ada9140b3e6d\"" + "W/\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e6550ec1-1f13-454d-bd16-22e7c94b2a6c" + "4571942b-0f58-4481-b9f4-db3b1f6f9672" ], "x-ms-correlation-request-id": [ - "dd4cc706-2213-4666-8910-2adc6c60342c" + "f5130801-3826-4b3e-a629-6267a95f8b97" ], "x-ms-arm-service-request-id": [ - "e8239b78-614b-4129-9564-0f9750be8f04" + "b3cd1b0a-b219-443d-be70-887faae60591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013553Z:dd4cc706-2213-4666-8910-2adc6c60342c" + "EASTUS2:20211117T041208Z:f5130801-3826-4b3e-a629-6267a95f8b97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:53 GMT" - ], "Content-Length": [ - "1624" + "1626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909\",\r\n \"etag\": \"W/\\\"9741fac6-d693-43ab-84f3-ada9140b3e6d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6390102b-5664-4b3b-a311-27ae5be409b7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/networkInterfaces/nic909/ipConfigurations/ip8066\",\r\n \"etag\": \"W/\\\"9741fac6-d693-43ab-84f3-ada9140b3e6d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\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\": \"chvou0fodi4uto4lidmf4kqwcf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790\",\r\n \"etag\": \"W/\\\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9156ed21-a04b-41c8-8364-bcef081c4ec6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip482\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/networkInterfaces/nic4790/ipConfigurations/ip482\",\r\n \"etag\": \"W/\\\"a6dd49c1-a9fb-442e-9c09-6bc5e98647db\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\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\": \"yyrkawcnnoeelgbhrbsdbzcdvg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2537?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjUzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9604?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6118\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7014\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d121297e-3de1-41b3-adfe-450ab44782d8" + "32a54bc6-123d-432f-9f8a-5e933ff20102" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,20 +1256,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:08 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1278,27 +1285,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6d3599eb-b28c-49f8-9ad1-68ab1816b48c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fedfbbac-c170-4581-9a7e-d341e200aac1" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "9b315b0c-9027-443a-a0a3-604798f3ebf9" + "a5f029fa-63b0-4ee0-8ed2-a9a0e8f2decd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013555Z:9b315b0c-9027-443a-a0a3-604798f3ebf9" + "EASTUS2:20211117T041209Z:a5f029fa-63b0-4ee0-8ed2-a9a0e8f2decd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:54 GMT" - ], "Content-Length": [ "3415" ], @@ -1309,60 +1309,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2537\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6118\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7014\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"84fba2d1-751a-4957-8271-0ee7b596c765\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9604\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8262f3b-b527-4a0d-abfb-b7ca24bf1222\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZkMzU5OWViLWIyOGMtNDlmOC05YWQxLTY4YWIxODE2YjQ4Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:12:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06bdfb51-9679-4ba7-8fb5-1e9eed52ceb1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "614b9548-0aa0-418d-bddd-fd03375d69b1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "f887e5dc-75b6-4f0e-9e38-bb098aec9dc6" + "d2ad312d-dd4f-4536-a65b-d9a9f990afd3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013605Z:f887e5dc-75b6-4f0e-9e38-bb098aec9dc6" + "EASTUS2:20211117T041219Z:d2ad312d-dd4f-4536-a65b-d9a9f990afd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:36:05 GMT" - ], "Content-Length": [ "134" ], @@ -1373,57 +1373,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:35:54.4238198+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d3599eb-b28c-49f8-9ad1-68ab1816b48c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZkMzU5OWViLWIyOGMtNDlmOC05YWQxLTY4YWIxODE2YjQ4Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:13:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98dceb38-20e7-4ba9-9058-726348e5f12f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d1f147a0-0b58-4c99-ba3a-56f9d2a361a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "5843ae50-2239-42ee-aebf-2d14217b4b95" + "cddeb979-27d5-4899-af75-b6f6f36470bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013742Z:5843ae50-2239-42ee-aebf-2d14217b4b95" + "EASTUS2:20211117T041356Z:cddeb979-27d5-4899-af75-b6f6f36470bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:37:41 GMT" - ], "Content-Length": [ "134" ], @@ -1434,57 +1434,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:35:54.4238198+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d3599eb-b28c-49f8-9ad1-68ab1816b48c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZkMzU5OWViLWIyOGMtNDlmOC05YWQxLTY4YWIxODE2YjQ4Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:15:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29952" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eafcb57a-c5a4-47bf-8512-baaa64004174" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6a7af99d-a776-4d36-af8b-b2a730e9faba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "18e273aa-6fff-42cc-b3d2-bcf8604c32b5" + "70d7a4da-58f1-4567-824b-2a341b28ca27" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013919Z:18e273aa-6fff-42cc-b3d2-bcf8604c32b5" + "EASTUS2:20211117T041533Z:70d7a4da-58f1-4567-824b-2a341b28ca27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:39:19 GMT" - ], "Content-Length": [ "134" ], @@ -1495,57 +1495,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:35:54.4238198+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d3599eb-b28c-49f8-9ad1-68ab1816b48c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZkMzU5OWViLWIyOGMtNDlmOC05YWQxLTY4YWIxODE2YjQ4Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:17:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "29b38fa3-ee8b-4b30-a9ea-488d10b67357" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cc6058a6-96a3-452c-bd6c-6272e6eedc86" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "dab7f526-5243-454b-819c-c7c78be3d4e1" + "aebe7cab-e64c-4e1f-b64e-89ec42f75e28" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014056Z:dab7f526-5243-454b-819c-c7c78be3d4e1" + "EASTUS2:20211117T041710Z:aebe7cab-e64c-4e1f-b64e-89ec42f75e28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:40:55 GMT" - ], "Content-Length": [ "134" ], @@ -1556,57 +1556,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:35:54.4238198+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d3599eb-b28c-49f8-9ad1-68ab1816b48c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZkMzU5OWViLWIyOGMtNDlmOC05YWQxLTY4YWIxODE2YjQ4Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:18:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cee92859-c9c9-42a6-9fb3-cabbf80c4874" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb9c4bf8-7196-4bbb-b063-f06c248ba629" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "a5c9eff8-389a-4d3b-8537-a7bfc969e8d7" + "13dd894b-a488-4bbb-8dd8-b2700c4917c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014233Z:a5c9eff8-389a-4d3b-8537-a7bfc969e8d7" + "EASTUS2:20211117T041847Z:13dd894b-a488-4bbb-8dd8-b2700c4917c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:42:32 GMT" - ], "Content-Length": [ "134" ], @@ -1617,57 +1617,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:35:54.4238198+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d3599eb-b28c-49f8-9ad1-68ab1816b48c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZkMzU5OWViLWIyOGMtNDlmOC05YWQxLTY4YWIxODE2YjQ4Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:20:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f85b3b2b-bfff-457b-94b7-164db04d9910" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8c12b198-5d33-407b-88bf-928c54021c9e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "a05f13fb-ed8a-4713-a23c-209398edc064" + "b6cd261f-76c0-47ac-9df9-9f44e665dace" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014410Z:a05f13fb-ed8a-4713-a23c-209398edc064" + "EASTUS2:20211117T042024Z:b6cd261f-76c0-47ac-9df9-9f44e665dace" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:44:10 GMT" - ], "Content-Length": [ "134" ], @@ -1678,57 +1678,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:35:54.4238198+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d3599eb-b28c-49f8-9ad1-68ab1816b48c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6d3599eb-b28c-49f8-9ad1-68ab1816b48c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZkMzU5OWViLWIyOGMtNDlmOC05YWQxLTY4YWIxODE2YjQ4Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:22:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b0799d26-cbfa-4bdc-ad41-507881af99ef" + "3360e7c8-f5e9-4d2e-a496-f4a232839d84" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "1b0c509e-a734-467b-af34-f4567d201be8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T042201Z:1b0c509e-a734-467b-af34-f4567d201be8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fedfbbac-c170-4581-9a7e-d341e200aac1?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZlZGZiYmFjLWMxNzAtNDU4MS05YTdlLWQzNDFlMjAwYWFjMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 04:23:38 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29950" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0a2a9c3a-0207-4480-b239-e3810e9adb96" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "c61fd6ad-54f6-462a-a955-981316897690" + "e3203f32-371d-4ca9-b0e3-96918ad48497" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014547Z:c61fd6ad-54f6-462a-a955-981316897690" + "EASTUS2:20211117T042338Z:e3203f32-371d-4ca9-b0e3-96918ad48497" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:45:47 GMT" - ], "Content-Length": [ "184" ], @@ -1739,57 +1800,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:35:54.4238198+00:00\",\r\n \"endTime\": \"2021-06-29T01:44:22.5668489+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6d3599eb-b28c-49f8-9ad1-68ab1816b48c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:12:08.5257912+00:00\",\r\n \"endTime\": \"2021-11-17T04:22:32.9407196+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fedfbbac-c170-4581-9a7e-d341e200aac1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2537?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjUzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9604?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:23:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2573" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ed9795c0-4406-4c17-8b90-08eb02a6f03e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "908e0222-cd2b-44db-b156-3a861b30400e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "4cc8c4cc-eaca-4d17-b6f9-dd612e9c1d6b" + "1771b257-da10-4d04-926d-97ba1d8cd0ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014547Z:4cc8c4cc-eaca-4d17-b6f9-dd612e9c1d6b" + "EASTUS2:20211117T042338Z:1771b257-da10-4d04-926d-97ba1d8cd0ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:45:47 GMT" - ], "Content-Length": [ "3416" ], @@ -1800,63 +1861,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2537\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6118\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7014\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"84fba2d1-751a-4957-8271-0ee7b596c765\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9604\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8262f3b-b527-4a0d-abfb-b7ca24bf1222\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2537?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjUzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9604?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b371af19-61a7-4b20-a2b6-110fee0d3d16" + "50585497-4412-41f2-9cca-1a203cc58409" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:23:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2572" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10062a5c-c753-46a8-a524-20b04820bc66" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9848dfb6-e88a-4395-abeb-6d30b1f411b3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "b2cfb1cf-3c03-4071-808b-98dd4c485b5f" + "3018e68f-1704-4c9c-95de-a242cba9293a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014547Z:b2cfb1cf-3c03-4071-808b-98dd4c485b5f" + "EASTUS2:20211117T042338Z:3018e68f-1704-4c9c-95de-a242cba9293a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:45:47 GMT" - ], "Content-Length": [ "3416" ], @@ -1867,26 +1928,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2537\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6118\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7014\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Network/virtualNetworks/vn513/subnets/sn6604\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"84fba2d1-751a-4957-8271-0ee7b596c765\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9604\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig203\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Network/virtualNetworks/vn7391/subnets/sn4898\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8262f3b-b527-4a0d-abfb-b7ca24bf1222\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar96751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2537/performMaintenance?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk2NzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjUzNy9wZXJmb3JtTWFpbnRlbmFuY2U/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar75801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9604/performMaintenance?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwNC9wZXJmb3JtTWFpbnRlbmFuY2U/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"0\",\r\n \"1\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0e4ad5c6-b608-4ec9-89cb-081115ca2f3d" + "133c9c96-4c1a-47c6-9a30-9189b9c791fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1899,9 +1960,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:23:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198" ], @@ -1909,27 +1977,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03b4888a-fc8b-4616-b43e-ab76bb0d1a69" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3e2a24d1-7d3a-4cc7-b50c-3a79aa32cb28" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "27351158-1a7a-452e-bb01-c07b206cc65d" + "9561c295-ad35-470d-b6c3-aeba14d14b38" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014547Z:27351158-1a7a-452e-bb01-c07b206cc65d" + "EASTUS2:20211117T042339Z:9561c295-ad35-470d-b6c3-aeba14d14b38" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:45:47 GMT" - ], "Content-Length": [ "193" ], @@ -1940,25 +2001,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vmss2537_0' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vmss9604_0' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", "StatusCode": 409 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar96751?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk2NzUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar75801?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1ODAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "453a53a7-e290-44ea-8988-443bf75dec38" + "ff299fd1-30f7-4244-b9de-e075f2905a34" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1966,11 +2027,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:23:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1979,13 +2043,13 @@ "14999" ], "x-ms-request-id": [ - "dfe54e5f-9aa5-4ec8-a8ba-c557de316505" + "b0e8e738-f0d3-4b36-b66e-ae0a61b4b416" ], "x-ms-correlation-request-id": [ - "dfe54e5f-9aa5-4ec8-a8ba-c557de316505" + "b0e8e738-f0d3-4b36-b66e-ae0a61b4b416" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014547Z:dfe54e5f-9aa5-4ec8-a8ba-c557de316505" + "EASTUS2:20211117T042339Z:b0e8e738-f0d3-4b36-b66e-ae0a61b4b416" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1993,29 +2057,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:45:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2023,11 +2084,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:23:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2036,13 +2100,13 @@ "11999" ], "x-ms-request-id": [ - "314b1454-06ba-45f3-9d8d-e0f9a6ed27a8" + "1e23968c-47cd-43f9-93ac-f886f710b026" ], "x-ms-correlation-request-id": [ - "314b1454-06ba-45f3-9d8d-e0f9a6ed27a8" + "1e23968c-47cd-43f9-93ac-f886f710b026" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014602Z:314b1454-06ba-45f3-9d8d-e0f9a6ed27a8" + "EASTUS2:20211117T042354Z:1e23968c-47cd-43f9-93ac-f886f710b026" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2050,29 +2114,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:46:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2080,11 +2141,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:24:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2093,13 +2157,13 @@ "11998" ], "x-ms-request-id": [ - "c580a616-3066-41a9-816c-147c5fe20632" + "8b60df82-3d8d-42c2-87c4-84a613215722" ], "x-ms-correlation-request-id": [ - "c580a616-3066-41a9-816c-147c5fe20632" + "8b60df82-3d8d-42c2-87c4-84a613215722" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014617Z:c580a616-3066-41a9-816c-147c5fe20632" + "EASTUS2:20211117T042409Z:8b60df82-3d8d-42c2-87c4-84a613215722" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2107,29 +2171,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:46:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2137,11 +2198,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:24:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2150,13 +2214,13 @@ "11997" ], "x-ms-request-id": [ - "9991b50c-7248-4e0d-9ec0-8ac9bc735427" + "7e02d7b3-163f-406c-8dc2-18957f618ecf" ], "x-ms-correlation-request-id": [ - "9991b50c-7248-4e0d-9ec0-8ac9bc735427" + "7e02d7b3-163f-406c-8dc2-18957f618ecf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014632Z:9991b50c-7248-4e0d-9ec0-8ac9bc735427" + "EASTUS2:20211117T042424Z:7e02d7b3-163f-406c-8dc2-18957f618ecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2164,29 +2228,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:46:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2194,11 +2255,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:24:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2207,13 +2271,13 @@ "11996" ], "x-ms-request-id": [ - "a1750387-50b6-45da-babc-06fdd12e15f1" + "5514d0bd-2957-4420-a4e6-5309ceeb9cd1" ], "x-ms-correlation-request-id": [ - "a1750387-50b6-45da-babc-06fdd12e15f1" + "5514d0bd-2957-4420-a4e6-5309ceeb9cd1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014647Z:a1750387-50b6-45da-babc-06fdd12e15f1" + "EASTUS2:20211117T042439Z:5514d0bd-2957-4420-a4e6-5309ceeb9cd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2221,29 +2285,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:46:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2251,11 +2312,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:24:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2264,13 +2328,13 @@ "11995" ], "x-ms-request-id": [ - "d866698d-d347-49a8-8716-e86f4ae75ea9" + "399af668-ce4c-499f-9102-1c4a6818f204" ], "x-ms-correlation-request-id": [ - "d866698d-d347-49a8-8716-e86f4ae75ea9" + "399af668-ce4c-499f-9102-1c4a6818f204" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014702Z:d866698d-d347-49a8-8716-e86f4ae75ea9" + "EASTUS2:20211117T042454Z:399af668-ce4c-499f-9102-1c4a6818f204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2278,29 +2342,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:47:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2308,11 +2369,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:25:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2321,13 +2385,13 @@ "11994" ], "x-ms-request-id": [ - "5fd0e910-5fec-4362-bc6f-c4e349f30f14" + "66c36eeb-a9bb-49a0-bbf6-adc154adc153" ], "x-ms-correlation-request-id": [ - "5fd0e910-5fec-4362-bc6f-c4e349f30f14" + "66c36eeb-a9bb-49a0-bbf6-adc154adc153" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014717Z:5fd0e910-5fec-4362-bc6f-c4e349f30f14" + "EASTUS2:20211117T042509Z:66c36eeb-a9bb-49a0-bbf6-adc154adc153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2335,29 +2399,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:47:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2365,11 +2426,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:25:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2378,13 +2442,13 @@ "11993" ], "x-ms-request-id": [ - "ee2da4fb-cfef-42cc-9844-3e6dcf65db91" + "0f82caad-c0b4-4622-a3b4-d71da001af1c" ], "x-ms-correlation-request-id": [ - "ee2da4fb-cfef-42cc-9844-3e6dcf65db91" + "0f82caad-c0b4-4622-a3b4-d71da001af1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014732Z:ee2da4fb-cfef-42cc-9844-3e6dcf65db91" + "EASTUS2:20211117T042524Z:0f82caad-c0b4-4622-a3b4-d71da001af1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2392,29 +2456,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:47:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2422,11 +2483,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:25:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2435,13 +2499,13 @@ "11992" ], "x-ms-request-id": [ - "b3fa6295-05b3-4b24-aecb-748283360f46" + "045742e8-f6c5-46b9-aa19-5ecc4175093a" ], "x-ms-correlation-request-id": [ - "b3fa6295-05b3-4b24-aecb-748283360f46" + "045742e8-f6c5-46b9-aa19-5ecc4175093a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014747Z:b3fa6295-05b3-4b24-aecb-748283360f46" + "EASTUS2:20211117T042539Z:045742e8-f6c5-46b9-aa19-5ecc4175093a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2449,29 +2513,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:47:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2479,11 +2540,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:25:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2492,13 +2556,13 @@ "11991" ], "x-ms-request-id": [ - "6142a77e-b15d-4040-a268-12f7965ab4f1" + "8e30a7fb-57c1-42e0-8b90-df773d8df865" ], "x-ms-correlation-request-id": [ - "6142a77e-b15d-4040-a268-12f7965ab4f1" + "8e30a7fb-57c1-42e0-8b90-df773d8df865" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014802Z:6142a77e-b15d-4040-a268-12f7965ab4f1" + "EASTUS2:20211117T042554Z:8e30a7fb-57c1-42e0-8b90-df773d8df865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2506,29 +2570,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:48:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2536,11 +2597,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:26:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2549,13 +2613,13 @@ "11990" ], "x-ms-request-id": [ - "d49475f4-20b7-423b-a97f-d91abd59cf40" + "335bbfe1-bff8-44ad-8044-9069c97ce3bc" ], "x-ms-correlation-request-id": [ - "d49475f4-20b7-423b-a97f-d91abd59cf40" + "335bbfe1-bff8-44ad-8044-9069c97ce3bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014818Z:d49475f4-20b7-423b-a97f-d91abd59cf40" + "EASTUS2:20211117T042609Z:335bbfe1-bff8-44ad-8044-9069c97ce3bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2563,29 +2627,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:48:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2593,11 +2654,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:26:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2606,13 +2670,13 @@ "11989" ], "x-ms-request-id": [ - "2bbf1d76-04dd-4747-96c2-eb726a3a4532" + "261dd1f8-46cb-47a6-840d-d7bf610bee4e" ], "x-ms-correlation-request-id": [ - "2bbf1d76-04dd-4747-96c2-eb726a3a4532" + "261dd1f8-46cb-47a6-840d-d7bf610bee4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014833Z:2bbf1d76-04dd-4747-96c2-eb726a3a4532" + "EASTUS2:20211117T042624Z:261dd1f8-46cb-47a6-840d-d7bf610bee4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2620,29 +2684,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:48:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2650,11 +2711,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:26:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2663,13 +2727,13 @@ "11988" ], "x-ms-request-id": [ - "3cf945a1-1473-483e-b1e9-0855abc2f831" + "0dd606d4-e083-4111-a2a7-54b449cc6527" ], "x-ms-correlation-request-id": [ - "3cf945a1-1473-483e-b1e9-0855abc2f831" + "0dd606d4-e083-4111-a2a7-54b449cc6527" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014848Z:3cf945a1-1473-483e-b1e9-0855abc2f831" + "EASTUS2:20211117T042639Z:0dd606d4-e083-4111-a2a7-54b449cc6527" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2677,86 +2741,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:48:47 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "5e738dde-7578-4125-a389-e0211c4ab354" - ], - "x-ms-correlation-request-id": [ - "5e738dde-7578-4125-a389-e0211c4ab354" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T014903Z:5e738dde-7578-4125-a389-e0211c4ab354" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 01:49:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2764,77 +2768,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "fd1b0898-c9a3-4786-8a68-e640a5020d38" - ], - "x-ms-correlation-request-id": [ - "fd1b0898-c9a3-4786-8a68-e640a5020d38" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T014918Z:fd1b0898-c9a3-4786-8a68-e640a5020d38" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 01:49:17 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 04:26:53 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "d7dba27d-bcd4-41bc-aa9f-8895fcb99348" + "6eadfdf9-238f-417e-97ba-e6dbccc9183f" ], "x-ms-correlation-request-id": [ - "d7dba27d-bcd4-41bc-aa9f-8895fcb99348" + "6eadfdf9-238f-417e-97ba-e6dbccc9183f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014933Z:d7dba27d-bcd4-41bc-aa9f-8895fcb99348" + "EASTUS2:20211117T042654Z:6eadfdf9-238f-417e-97ba-e6dbccc9183f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2842,29 +2792,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:49:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5Njc1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TmpjMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTgwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRnd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2872,20 +2819,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:26:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-request-id": [ - "02013166-25b0-44fd-8b15-47140f9b6107" + "d105f042-5b36-4658-8f38-6494b64c80e6" ], "x-ms-correlation-request-id": [ - "02013166-25b0-44fd-8b15-47140f9b6107" + "d105f042-5b36-4658-8f38-6494b64c80e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014933Z:02013166-25b0-44fd-8b15-47140f9b6107" + "EASTUS2:20211117T042654Z:d105f042-5b36-4658-8f38-6494b64c80e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2893,14 +2843,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:49:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2909,27 +2856,27 @@ ], "Names": { "TestVMScaleSetBatchOperations_PerformMaintenance": [ - "crptestar9675", - "vmss2537", - "crptestar3458" + "crptestar7580", + "vmss9604", + "crptestar2010" ], "CreatePublicIP": [ - "pip6976", - "dn4900" + "pip4488", + "dn2440" ], "CreateVNET": [ - "vn513", - "sn6604" + "vn7391", + "sn4898" ], "CreateNIC": [ - "nic909", - "ip8066" + "nic4790", + "ip482" ], "CreateDefaultVMScaleSetInput": [ - "crptestar7523", - "vmss7133", - "vmsstestnetconfig6118", - "vmsstestnetconfig7014" + "crptestar9322", + "vmss582", + "vmsstestnetconfig203", + "vmsstestnetconfig9586" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_Redeploy.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_Redeploy.json index 64a560ab489f8..eee0126d054ac 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_Redeploy.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetBatchOperations_Redeploy.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e8894a9-9602-4213-9c11-4d355e9b28a6" + "cadfeeb3-21f1-451c-95bd-333809820de6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "fdb41209-88a0-4f85-ac8a-f0d247f3bd07" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "838bac86-2190-402f-b30d-f19a5e2be0fa" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "807e2ebf-cd88-4463-85c8-10a18b8469c4" + "96dc5fc0-46df-413e-8369-e98499f164ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011801Z:807e2ebf-cd88-4463-85c8-10a18b8469c4" + "EASTUS2:20211117T035521Z:96dc5fc0-46df-413e-8369-e98499f164ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:00 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar67951?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3OTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8101?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgxMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar67951\": \"2021-06-29 01:18:01Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar8101\": \"2021-11-17 03:55:21Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e6a3d212-ad59-419e-b22d-b458226a28bb" + "9df5a413-baf8-4120-9740-d55e648ccc1f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "94" + "93" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:20 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "f91f2112-a122-4c66-ac05-dc5929cb389f" + "0f20e333-bf5b-4868-973c-26c998af684e" ], "x-ms-correlation-request-id": [ - "f91f2112-a122-4c66-ac05-dc5929cb389f" + "0f20e333-bf5b-4868-973c-26c998af684e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011801Z:f91f2112-a122-4c66-ac05-dc5929cb389f" + "EASTUS2:20211117T035521Z:0f20e333-bf5b-4868-973c-26c998af684e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:01 GMT" - ], "Content-Length": [ - "231" + "228" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951\",\r\n \"name\": \"crptestar67951\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar67951\": \"2021-06-29 01:18:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101\",\r\n \"name\": \"crptestar8101\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8101\": \"2021-11-17 03:55:21Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar67951?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3OTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8101?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgxMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc46dd9d-7082-498a-8a25-d44676c50f28" + "5504d8b8-58f4-405c-b1b8-77f2903b371f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:51 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "05d21fb0-c878-49a0-8df1-0bbb991be7ce" + "2b6ea5b0-6cda-425c-b702-7737bea8c293" ], "x-ms-correlation-request-id": [ - "05d21fb0-c878-49a0-8df1-0bbb991be7ce" + "2b6ea5b0-6cda-425c-b702-7737bea8c293" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011830Z:05d21fb0-c878-49a0-8df1-0bbb991be7ce" + "EASTUS2:20211117T035552Z:2b6ea5b0-6cda-425c-b702-7737bea8c293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:30 GMT" - ], "Content-Length": [ - "182" + "180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951\",\r\n \"name\": \"crptestar67951\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101\",\r\n \"name\": \"crptestar8101\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Storage/storageAccounts/crptestar2043?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjA0Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Storage/storageAccounts/crptestar5526?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1NTI2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9facc035-ed6b-473e-ae9d-267c618802e2" + "5b2131de-03d8-4a00-9da3-cfc378c0669a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2cf142e-47b0-4dd4-91cf-50948e58597c?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3803bf6-63de-439e-8fb7-7a708821f700?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e2cf142e-47b0-4dd4-91cf-50948e58597c" + "a3803bf6-63de-439e-8fb7-7a708821f700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "ce5c97ac-aca4-4377-b62c-ccc4d80d0235" + "b34d9180-31a0-442b-b56d-8e295e3d0df7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011803Z:ce5c97ac-aca4-4377-b62c-ccc4d80d0235" + "EASTUS2:20211117T035524Z:b34d9180-31a0-442b-b56d-8e295e3d0df7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:02 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2cf142e-47b0-4dd4-91cf-50948e58597c?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvZTJjZjE0MmUtNDdiMC00ZGQ0LTkxY2YtNTA5NDhlNTg1OTdjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3803bf6-63de-439e-8fb7-7a708821f700?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYTM4MDNiZjYtNjNkZS00MzllLThmYjctN2E3MDg4MjFmNzAwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f3f71401-f4b7-488d-85bc-ba012ce1010b" + "8e68c5bf-177b-4084-9cfa-4b27950d5db6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "c753fe05-e91e-4640-9764-65cebdb70f9d" + "0a14c008-8444-4f62-be1e-c9a2fe73f53d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011820Z:c753fe05-e91e-4640-9764-65cebdb70f9d" + "EASTUS2:20211117T035541Z:0a14c008-8444-4f62-be1e-c9a2fe73f53d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:19 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca917a86-3755-4bbc-a20e-9c895026f078" + "d1a31cdc-49c9-450d-8cf0-71a5c32bb5e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5602c8e2-8f0a-403f-8ff5-62adc35c87a3" + "a2e40890-aedc-4c80-aa7a-1cb6cc389ec7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "d0a15002-d027-4818-963c-9edafffc2708" + "28057159-8630-4672-9810-9a4b35d06c95" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011830Z:d0a15002-d027-4818-963c-9edafffc2708" + "EASTUS2:20211117T035551Z:28057159-8630-4672-9810-9a4b35d06c95" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:29 GMT" - ], "Content-Length": [ - "742" + "741" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Storage/storageAccounts/crptestar2043\",\r\n \"name\": \"crptestar2043\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:18:01.7493678Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2043.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2043.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2043.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2043.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Storage/storageAccounts/crptestar5526\",\r\n \"name\": \"crptestar5526\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T03:55:21.9635519Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5526.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5526.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5526.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5526.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Storage/storageAccounts/crptestar2043?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjA0Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Storage/storageAccounts/crptestar5526?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1NTI2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6830f22c-2e7a-4254-82cb-2293d270a781" + "badd2b5e-5f90-4dd5-a10a-367561ba9374" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1ecfaedd-5fc9-4b36-8e23-0338c044c5aa" + "7bb0d03c-cbde-4982-aa40-84b8106e00cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "196d9ad7-1966-4dad-baa3-ec2446df10b0" + "63abbced-2ef9-481f-b065-75651f0230c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011830Z:196d9ad7-1966-4dad-baa3-ec2446df10b0" + "EASTUS2:20211117T035551Z:63abbced-2ef9-481f-b065-75651f0230c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:29 GMT" - ], "Content-Length": [ - "730" + "729" ], "Content-Type": [ "application/json" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Storage/storageAccounts/crptestar2043\",\r\n \"name\": \"crptestar2043\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:18:01.7493678Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2043.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2043.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2043.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2043.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Storage/storageAccounts/crptestar5526\",\r\n \"name\": \"crptestar5526\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T03:55:21.9635519Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5526.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5526.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5526.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5526.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/publicIPAddresses/pip6602?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/publicIPAddresses/pip3043?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMwNDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1708\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7403\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0c33b7f-b981-46bf-953c-b16c5a0bd81a" + "1911f12a-4488-48da-a77e-ff95a5bc341e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,48 +489,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d4ee6247-e74e-4b14-a613-b1a56a0ce463" + "badc7883-03f0-436b-9d69-9ba569d67f6a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d4ee6247-e74e-4b14-a613-b1a56a0ce463?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/badc7883-03f0-436b-9d69-9ba569d67f6a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5c9227dd-219c-4471-b19c-ef95c80f97de" + "4dc74232-fc99-4669-b3e8-84acfa4c1996" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b2d4a302-83d1-4a54-9e8e-67e1595fc5f3" + "46f3760e-ab9b-4451-991f-1b013e43f9c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011831Z:5c9227dd-219c-4471-b19c-ef95c80f97de" + "EASTUS2:20211117T035552Z:4dc74232-fc99-4669-b3e8-84acfa4c1996" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:31 GMT" - ], "Content-Length": [ - "758" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/publicIPAddresses/pip6602\",\r\n \"etag\": \"W/\\\"26cda05e-8d64-4541-9a44-e1fc1d1f5db6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f5a9baee-4847-4a27-a860-a16b159d6917\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1708\",\r\n \"fqdn\": \"dn1708.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3043\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/publicIPAddresses/pip3043\",\r\n \"etag\": \"W/\\\"20f24768-b41a-4f37-bb29-196260cc8072\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d3de4af7-af32-4adc-b539-962c56ec6376\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7403\",\r\n \"fqdn\": \"dn7403.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d4ee6247-e74e-4b14-a613-b1a56a0ce463?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q0ZWU2MjQ3LWU3NGUtNGIxNC1hNjEzLWIxYTU2YTBjZTQ2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/badc7883-03f0-436b-9d69-9ba569d67f6a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JhZGM3ODgzLTAzZjAtNDM2Yi05ZDY5LTliYTU2OWQ2N2Y2YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:53 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2a8defc1-94b4-440c-a0fd-7158d91a4597" + "bed5dd44-531e-4153-af2b-76992d725f7d" ], "x-ms-correlation-request-id": [ - "3c291070-104d-4e4d-90a8-1a8e3a67ca84" + "9fdbf5ec-3e9b-472c-894c-03b4f561035a" ], "x-ms-arm-service-request-id": [ - "09c50a7d-60e7-473e-b0df-9243389380f9" + "ad068066-5ddf-484e-abc6-75a87cc22281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T035553Z:9fdbf5ec-3e9b-472c-894c-03b4f561035a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/badc7883-03f0-436b-9d69-9ba569d67f6a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JhZGM3ODgzLTAzZjAtNDM2Yi05ZDY5LTliYTU2OWQ2N2Y2YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:55:55 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "e5b6384b-06cc-48cf-be43-4ce1f1a83ceb" + ], + "x-ms-correlation-request-id": [ + "bcbf465f-3406-4e71-bc72-309db7dcc6ec" + ], + "x-ms-arm-service-request-id": [ + "e621616b-bb82-43e9-901d-99a6b4eccceb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011832Z:3c291070-104d-4e4d-90a8-1a8e3a67ca84" + "EASTUS2:20211117T035555Z:bcbf465f-3406-4e71-bc72-309db7dcc6ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:32 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +668,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/publicIPAddresses/pip6602?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/publicIPAddresses/pip3043?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMwNDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +684,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"29d4f379-d2ed-4b80-ab38-fe817dec7b12\"" + "W/\"49db27fa-afe5-4713-bd17-1cfcc792979d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d6339127-7c06-43f1-b3ab-d53aa6dc1209" + "6005d88b-d4a2-4d13-800d-c2571e0ba153" ], "x-ms-correlation-request-id": [ - "eaf28e0f-289c-4eab-9623-ab8106becfee" + "5f1b1961-0769-4946-b016-6dfc8f6dff63" ], "x-ms-arm-service-request-id": [ - "922ab946-8a59-42db-a738-a7b0a9623a80" + "b51b480e-ed8d-464f-8b88-1cd6c1fadfe3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011832Z:eaf28e0f-289c-4eab-9623-ab8106becfee" + "EASTUS2:20211117T035555Z:5f1b1961-0769-4946-b016-6dfc8f6dff63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:32 GMT" - ], "Content-Length": [ - "759" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +728,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/publicIPAddresses/pip6602\",\r\n \"etag\": \"W/\\\"29d4f379-d2ed-4b80-ab38-fe817dec7b12\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f5a9baee-4847-4a27-a860-a16b159d6917\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1708\",\r\n \"fqdn\": \"dn1708.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3043\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/publicIPAddresses/pip3043\",\r\n \"etag\": \"W/\\\"49db27fa-afe5-4713-bd17-1cfcc792979d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d3de4af7-af32-4adc-b539-962c56ec6376\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7403\",\r\n \"fqdn\": \"dn7403.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/publicIPAddresses/pip6602?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NjAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/publicIPAddresses/pip3043?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMwNDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b478391-e2fb-47a8-bc8e-72ed5afdf2a6" + "4fd32891-f487-4d1e-aebd-74370838c25e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +754,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"29d4f379-d2ed-4b80-ab38-fe817dec7b12\"" + "W/\"49db27fa-afe5-4713-bd17-1cfcc792979d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5ec8506f-cf91-4696-9f33-88f0f78b3632" + "34236c9b-6a79-4efa-a1bf-c950bbad9d00" ], "x-ms-correlation-request-id": [ - "10a9a5c5-2c7a-42ff-af56-b4eecdf195b1" + "051dc7f0-7f4c-4286-b7e0-792a29066e6f" ], "x-ms-arm-service-request-id": [ - "9b39e472-1b5f-4baa-a9a3-a76c44f33df3" + "3b646f12-7d87-4ab8-90c2-46326b268d39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011832Z:10a9a5c5-2c7a-42ff-af56-b4eecdf195b1" + "EASTUS2:20211117T035555Z:051dc7f0-7f4c-4286-b7e0-792a29066e6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:32 GMT" - ], "Content-Length": [ - "759" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/publicIPAddresses/pip6602\",\r\n \"etag\": \"W/\\\"29d4f379-d2ed-4b80-ab38-fe817dec7b12\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f5a9baee-4847-4a27-a860-a16b159d6917\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1708\",\r\n \"fqdn\": \"dn1708.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3043\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/publicIPAddresses/pip3043\",\r\n \"etag\": \"W/\\\"49db27fa-afe5-4713-bd17-1cfcc792979d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d3de4af7-af32-4adc-b539-962c56ec6376\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7403\",\r\n \"fqdn\": \"dn7403.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Nzk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1179\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8027\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cbef4c0f-02da-4413-9154-90be0ede520f" + "911a1e94-25ab-456c-9daf-d237ae78f4e9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +830,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aa83205c-918b-4577-a4c6-7ade4ffb4647" + "7216f9ce-88e3-46b0-89bb-634fc7450856" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/aa83205c-918b-4577-a4c6-7ade4ffb4647?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7216f9ce-88e3-46b0-89bb-634fc7450856?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b6bcc2b5-be3e-47ea-908a-774c45056b1f" + "b4946806-7c54-4c6a-ba39-cd757033b4ff" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1848dfc7-4495-41d1-a92a-76d5598d0acc" + "dc3849de-5ba1-4c79-b3fd-04dfaddd31b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011833Z:b6bcc2b5-be3e-47ea-908a-774c45056b1f" + "EASTUS2:20211117T035556Z:b4946806-7c54-4c6a-ba39-cd757033b4ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:33 GMT" - ], "Content-Length": [ - "1317" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +880,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795\",\r\n \"etag\": \"W/\\\"a509aeed-d930-4202-aa68-6fceb70ecd0b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3099122b-f521-4f86-a330-6635a81c84a2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1179\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\",\r\n \"etag\": \"W/\\\"a509aeed-d930-4202-aa68-6fceb70ecd0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467\",\r\n \"etag\": \"W/\\\"e4a2c025-e047-4c77-b5dc-4bbdd696c24b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"777de34f-eb10-42d6-97bb-d71127bc3e52\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\",\r\n \"etag\": \"W/\\\"e4a2c025-e047-4c77-b5dc-4bbdd696c24b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/aa83205c-918b-4577-a4c6-7ade4ffb4647?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FhODMyMDVjLTkxOGItNDU3Ny1hNGM2LTdhZGU0ZmZiNDY0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7216f9ce-88e3-46b0-89bb-634fc7450856?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcyMTZmOWNlLTg4ZTMtNDZiMC04OWJiLTYzNGZjNzQ1MDg1Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +900,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d4db8de6-b941-46ae-a4e1-525161320c8a" + "a17fefb9-0600-4384-843b-38000cf3c6ab" ], "x-ms-correlation-request-id": [ - "aaa7bd86-5838-45eb-9282-7d4db7134b7c" + "c67a3d8a-add0-486c-b994-3def09c9f96e" ], "x-ms-arm-service-request-id": [ - "91368d6a-3cb1-4d41-8eeb-e30dcb9c463b" + "6ae8b401-a24c-4afc-92e2-49d25e541ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011836Z:aaa7bd86-5838-45eb-9282-7d4db7134b7c" + "EASTUS2:20211117T035559Z:c67a3d8a-add0-486c-b994-3def09c9f96e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:36 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +945,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Nzk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +961,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"920fd047-3a9c-419d-aa13-0e6b2e006748\"" + "W/\"3bf52784-1d9e-4a69-a856-9a1a6565386b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "15b63293-f327-418e-b104-48defc7bee75" + "b59536e0-876d-4929-b452-baa9938d87e9" ], "x-ms-correlation-request-id": [ - "126b0a73-df34-487b-a8eb-8d006c32e8cc" + "0833cd98-ca75-414c-9ff2-8895d40dc413" ], "x-ms-arm-service-request-id": [ - "f6d8e9b0-0206-448c-9bc1-b9b29d575f2c" + "3394a228-f54d-474d-85a0-caebec54437e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011836Z:126b0a73-df34-487b-a8eb-8d006c32e8cc" + "EASTUS2:20211117T035559Z:0833cd98-ca75-414c-9ff2-8895d40dc413" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:36 GMT" - ], "Content-Length": [ - "1319" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1005,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795\",\r\n \"etag\": \"W/\\\"920fd047-3a9c-419d-aa13-0e6b2e006748\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3099122b-f521-4f86-a330-6635a81c84a2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1179\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\",\r\n \"etag\": \"W/\\\"920fd047-3a9c-419d-aa13-0e6b2e006748\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467\",\r\n \"etag\": \"W/\\\"3bf52784-1d9e-4a69-a856-9a1a6565386b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"777de34f-eb10-42d6-97bb-d71127bc3e52\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\",\r\n \"etag\": \"W/\\\"3bf52784-1d9e-4a69-a856-9a1a6565386b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44Nzk1L3N1Ym5ldHMvc24xMTc5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI0Njcvc3VibmV0cy9zbjgwMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a85f780c-1a7e-4432-9355-d1f3935b1ef7" + "75b7f04a-b4ca-479e-83b1-f601e803259f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1031,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"920fd047-3a9c-419d-aa13-0e6b2e006748\"" + "W/\"3bf52784-1d9e-4a69-a856-9a1a6565386b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "261ae573-5fb6-4a74-a082-a33ef684ce02" + "a4d4bd06-a5cb-4369-809e-118edfed2fea" ], "x-ms-correlation-request-id": [ - "b697ad1c-5a13-44ff-89d1-dc49e4b090a8" + "97fab930-8dd1-4945-8366-c611b7c3148f" ], "x-ms-arm-service-request-id": [ - "10f2b2da-c44b-44c0-9a64-0d98e3d0a581" + "1464d18e-bf7c-4ff7-b8f3-6b81f726b24d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011836Z:b697ad1c-5a13-44ff-89d1-dc49e4b090a8" + "EASTUS2:20211117T035559Z:97fab930-8dd1-4945-8366-c611b7c3148f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:36 GMT" - ], "Content-Length": [ - "524" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1075,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1179\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\",\r\n \"etag\": \"W/\\\"920fd047-3a9c-419d-aa13-0e6b2e006748\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn8027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\",\r\n \"etag\": \"W/\\\"3bf52784-1d9e-4a69-a856-9a1a6565386b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2ODkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEyNzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1179\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\r\n }\r\n },\r\n \"name\": \"ip1236\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\r\n }\r\n },\r\n \"name\": \"ip8255\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14f2ab3d-b78d-4e96-947e-9b6be82e743b" + "3db8110e-53e0-438e-a44d-fd0efee1d268" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "743" + "742" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "644e2372-2188-448a-bad4-b252a952389e" + "f4d2cbb4-b602-4b3b-ad1c-92ed4f722daf" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/644e2372-2188-448a-bad4-b252a952389e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f4d2cbb4-b602-4b3b-ad1c-92ed4f722daf?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "074b14fa-9ed2-4100-8834-e003f8fe9b2c" + "8c784ac0-9a27-42e3-8a21-a1f0a2f5f92b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ece6dd77-ed82-4f90-8b43-bcbbd0ffd1db" + "0aaf357b-6636-4ea5-8669-71eb212c60cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011837Z:074b14fa-9ed2-4100-8834-e003f8fe9b2c" + "EASTUS2:20211117T035559Z:8c784ac0-9a27-42e3-8a21-a1f0a2f5f92b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:36 GMT" - ], "Content-Length": [ - "1628" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1154,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892\",\r\n \"etag\": \"W/\\\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9abcd536-5b8f-4865-95cf-0968c176881b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1236\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892/ipConfigurations/ip1236\",\r\n \"etag\": \"W/\\\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\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\": \"fmjjsmbb4wde5izqmy00qheeuc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1279\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279\",\r\n \"etag\": \"W/\\\"9816edbd-0c2e-4826-85a5-491716175031\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9ff43cc-ae4b-4647-a261-19f99e941cad\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8255\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279/ipConfigurations/ip8255\",\r\n \"etag\": \"W/\\\"9816edbd-0c2e-4826-85a5-491716175031\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\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\": \"j5rx03yq3pleff3102isppb4kc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2ODkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEyNzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1174,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\"" + "W/\"9816edbd-0c2e-4826-85a5-491716175031\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "23120571-5632-4e86-8c14-3021a41e141f" + "e4af40b2-78cc-44c7-b228-599bb7fdae05" ], "x-ms-correlation-request-id": [ - "f1829ed1-5e5a-4eba-95ab-8fdeb3f40ce2" + "39cd802d-defb-4599-b06d-4cd53157350d" ], "x-ms-arm-service-request-id": [ - "29f53a10-58e6-4e57-8504-89acb1c0f5f2" + "15ee75b4-afa9-4921-bfa9-a288bbd44d3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011837Z:f1829ed1-5e5a-4eba-95ab-8fdeb3f40ce2" + "EASTUS2:20211117T035559Z:39cd802d-defb-4599-b06d-4cd53157350d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:37 GMT" - ], "Content-Length": [ - "1628" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892\",\r\n \"etag\": \"W/\\\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9abcd536-5b8f-4865-95cf-0968c176881b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1236\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892/ipConfigurations/ip1236\",\r\n \"etag\": \"W/\\\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\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\": \"fmjjsmbb4wde5izqmy00qheeuc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1279\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279\",\r\n \"etag\": \"W/\\\"9816edbd-0c2e-4826-85a5-491716175031\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9ff43cc-ae4b-4647-a261-19f99e941cad\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8255\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279/ipConfigurations/ip8255\",\r\n \"etag\": \"W/\\\"9816edbd-0c2e-4826-85a5-491716175031\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\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\": \"j5rx03yq3pleff3102isppb4kc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2ODkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEyNzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5889834d-0f25-4815-96df-b7a38d6914ec" + "1c01647c-2192-4a88-930a-ba39031c4325" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1244,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\"" + "W/\"9816edbd-0c2e-4826-85a5-491716175031\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "83f1f047-71ba-441c-9a95-d15ab4b6ee26" + "16731b51-d7ce-4206-9eac-a467bf83573a" ], "x-ms-correlation-request-id": [ - "e66a5fbb-7d41-4f37-8e7e-26310cba7f89" + "23f8e056-9fb0-4d96-9fbe-a19ed5b547dd" ], "x-ms-arm-service-request-id": [ - "2842a3d1-c56c-4e3c-9c50-d8a83b2620a6" + "d7f064a6-a625-4f16-941b-1414e53b5e81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011837Z:e66a5fbb-7d41-4f37-8e7e-26310cba7f89" + "EASTUS2:20211117T035559Z:23f8e056-9fb0-4d96-9fbe-a19ed5b547dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:37 GMT" - ], "Content-Length": [ - "1628" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,46 +1288,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892\",\r\n \"etag\": \"W/\\\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9abcd536-5b8f-4865-95cf-0968c176881b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1236\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/networkInterfaces/nic6892/ipConfigurations/ip1236\",\r\n \"etag\": \"W/\\\"f6974b2f-1b8a-4fbb-9245-5f51eae1528b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\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\": \"fmjjsmbb4wde5izqmy00qheeuc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1279\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279\",\r\n \"etag\": \"W/\\\"9816edbd-0c2e-4826-85a5-491716175031\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9ff43cc-ae4b-4647-a261-19f99e941cad\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8255\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/networkInterfaces/nic1279/ipConfigurations/ip8255\",\r\n \"etag\": \"W/\\\"9816edbd-0c2e-4826-85a5-491716175031\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\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\": \"j5rx03yq3pleff3102isppb4kc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8393?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODM5Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3820?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzODIwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5284\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9051\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89d0f8b7-e9fe-46ca-821f-459c063d9bf6" + "05bb7a37-a609-4fc1-bfba-455a72b9d068" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1632" + "1631" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:56:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/280c9645-03c1-4e4a-84f2-9c0f774ae011?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,29 +1349,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "706766b5-bfc1-4ccd-bd87-0ebdb5a20306" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "280c9645-03c1-4e4a-84f2-9c0f774ae011" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "815dd6c6-fd8b-4b09-97e0-f1dc92a00851" + "9e25dda0-5009-45f1-831d-456ac44b079c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011838Z:815dd6c6-fd8b-4b09-97e0-f1dc92a00851" + "EASTUS2:20211117T035600Z:9e25dda0-5009-45f1-831d-456ac44b079c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:37 GMT" - ], "Content-Length": [ - "3416" + "3414" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,32 +1373,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8393\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5284\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3b18f9b1-6060-4470-b8af-88732cfc7092\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3820\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3820\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9051\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e14a2fd6-0df7-4074-950f-95d29ebadd62\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwNjc2NmI1LWJmYzEtNGNjZC1iZDg3LTBlYmRiNWEyMDMwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/280c9645-03c1-4e4a-84f2-9c0f774ae011?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MGM5NjQ1LTAzYzEtNGU0YS04NGYyLTljMGY3NzRhZTAxMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:56:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29984" ], @@ -1342,27 +1413,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24b80a07-e40f-49f6-bf59-1e42a269751d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e931e755-93e5-4fd6-ba99-f96ba23ccfc9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "3238ba40-92a8-4468-94cc-83056368890b" + "e0daa92f-5bac-4c21-a3f6-b2abc3357957" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011848Z:3238ba40-92a8-4468-94cc-83056368890b" + "EASTUS2:20211117T035611Z:e0daa92f-5bac-4c21-a3f6-b2abc3357957" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:47 GMT" - ], "Content-Length": [ "134" ], @@ -1373,29 +1437,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:18:37.8412219+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"706766b5-bfc1-4ccd-bd87-0ebdb5a20306\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:56:00.1669255+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"280c9645-03c1-4e4a-84f2-9c0f774ae011\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwNjc2NmI1LWJmYzEtNGNjZC1iZDg3LTBlYmRiNWEyMDMwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/280c9645-03c1-4e4a-84f2-9c0f774ae011?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MGM5NjQ1LTAzYzEtNGU0YS04NGYyLTljMGY3NzRhZTAxMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:57:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" ], @@ -1403,27 +1474,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d6261cad-1d17-4dba-853e-b12b3f6af379" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "393d91a4-de28-429b-9eb2-aadba004d1f5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "51264f1e-f297-45b2-8d18-fda01ab5b77a" + "3330fe57-7fd1-4a00-938b-a0676503ca50" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012025Z:51264f1e-f297-45b2-8d18-fda01ab5b77a" + "EASTUS2:20211117T035748Z:3330fe57-7fd1-4a00-938b-a0676503ca50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:20:24 GMT" - ], "Content-Length": [ "134" ], @@ -1434,29 +1498,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:18:37.8412219+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"706766b5-bfc1-4ccd-bd87-0ebdb5a20306\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:56:00.1669255+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"280c9645-03c1-4e4a-84f2-9c0f774ae011\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwNjc2NmI1LWJmYzEtNGNjZC1iZDg3LTBlYmRiNWEyMDMwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/280c9645-03c1-4e4a-84f2-9c0f774ae011?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MGM5NjQ1LTAzYzEtNGU0YS04NGYyLTljMGY3NzRhZTAxMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:59:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" ], @@ -1464,27 +1535,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5217dcc3-48d0-488d-b028-dd993c564896" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6ead2f4-e830-41a1-8fb0-e4b3824f0764" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "6794961f-0e17-4ad8-83f5-5fb54dd0a55a" + "aaab67e0-4599-4dbb-b8c1-0a117fb05b04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012202Z:6794961f-0e17-4ad8-83f5-5fb54dd0a55a" + "EASTUS2:20211117T035925Z:aaab67e0-4599-4dbb-b8c1-0a117fb05b04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:22:02 GMT" - ], "Content-Length": [ "134" ], @@ -1495,29 +1559,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:18:37.8412219+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"706766b5-bfc1-4ccd-bd87-0ebdb5a20306\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:56:00.1669255+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"280c9645-03c1-4e4a-84f2-9c0f774ae011\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwNjc2NmI1LWJmYzEtNGNjZC1iZDg3LTBlYmRiNWEyMDMwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/280c9645-03c1-4e4a-84f2-9c0f774ae011?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MGM5NjQ1LTAzYzEtNGU0YS04NGYyLTljMGY3NzRhZTAxMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:01:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" ], @@ -1525,27 +1596,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cf54f799-27c0-4a5f-ba24-b456788c3653" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f905dd7-9166-4f9c-b936-647b2b68e35e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "f2b81665-2fd5-4b3c-a894-c2f2808ae0d9" + "2fdcce9f-3e8b-44ee-ac1e-8d813a142aa8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012339Z:f2b81665-2fd5-4b3c-a894-c2f2808ae0d9" + "EASTUS2:20211117T040102Z:2fdcce9f-3e8b-44ee-ac1e-8d813a142aa8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:23:39 GMT" - ], "Content-Length": [ "134" ], @@ -1556,29 +1620,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:18:37.8412219+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"706766b5-bfc1-4ccd-bd87-0ebdb5a20306\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:56:00.1669255+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"280c9645-03c1-4e4a-84f2-9c0f774ae011\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwNjc2NmI1LWJmYzEtNGNjZC1iZDg3LTBlYmRiNWEyMDMwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/280c9645-03c1-4e4a-84f2-9c0f774ae011?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MGM5NjQ1LTAzYzEtNGU0YS04NGYyLTljMGY3NzRhZTAxMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:02:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" ], @@ -1586,27 +1657,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a0fa9ab1-2de8-447f-8378-04175c1061ce" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "97a13b86-5569-45ae-a00b-1abcb4e5f6ad" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "7e31d83d-d3f5-43e3-b639-3d6cce4de466" + "43fccbac-5e90-41ef-8e1d-ecd5cb1e9db2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012516Z:7e31d83d-d3f5-43e3-b639-3d6cce4de466" + "EASTUS2:20211117T040239Z:43fccbac-5e90-41ef-8e1d-ecd5cb1e9db2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:25:16 GMT" - ], "Content-Length": [ "134" ], @@ -1617,118 +1681,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:18:37.8412219+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"706766b5-bfc1-4ccd-bd87-0ebdb5a20306\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:56:00.1669255+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"280c9645-03c1-4e4a-84f2-9c0f774ae011\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwNjc2NmI1LWJmYzEtNGNjZC1iZDg3LTBlYmRiNWEyMDMwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/280c9645-03c1-4e4a-84f2-9c0f774ae011?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MGM5NjQ1LTAzYzEtNGU0YS04NGYyLTljMGY3NzRhZTAxMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:04:15 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d5096acd-d355-42b7-bda8-bea83522614e" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "288b84bb-c7c7-47b4-bca5-b3b81d6bcafd" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T012653Z:288b84bb-c7c7-47b4-bca5-b3b81d6bcafd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 01:26:53 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:18:37.8412219+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"706766b5-bfc1-4ccd-bd87-0ebdb5a20306\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/706766b5-bfc1-4ccd-bd87-0ebdb5a20306?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwNjc2NmI1LWJmYzEtNGNjZC1iZDg3LTBlYmRiNWEyMDMwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e647468-c1cf-4cc1-ab92-8a26ce9e639a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0eb02ba5-ee72-4e9e-8b24-ad6ef748619a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "7343a4f0-fa13-4923-b29f-916a7a707f82" + "82fbbef2-92ea-4ca3-9a97-bb291f588910" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012830Z:7343a4f0-fa13-4923-b29f-916a7a707f82" + "EASTUS2:20211117T040416Z:82fbbef2-92ea-4ca3-9a97-bb291f588910" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:28:30 GMT" - ], "Content-Length": [ "184" ], @@ -1739,59 +1742,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:18:37.8412219+00:00\",\r\n \"endTime\": \"2021-06-29T01:27:15.7654631+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"706766b5-bfc1-4ccd-bd87-0ebdb5a20306\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:56:00.1669255+00:00\",\r\n \"endTime\": \"2021-11-17T04:03:44.3216444+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"280c9645-03c1-4e4a-84f2-9c0f774ae011\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8393?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODM5Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3820?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzODIwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:04:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61962d41-b9eb-4f9f-a1bd-20b45ea61d32" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bdb67c06-6a52-4b37-85d3-9aeac759c87d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "62aef074-452a-480f-81b5-c9a722d9ab01" + "ce85f249-45b1-4625-965e-fa8b9d2317cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012831Z:62aef074-452a-480f-81b5-c9a722d9ab01" + "EASTUS2:20211117T040416Z:ce85f249-45b1-4625-965e-fa8b9d2317cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:28:30 GMT" - ], "Content-Length": [ - "3417" + "3415" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,65 +1803,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8393\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5284\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3b18f9b1-6060-4470-b8af-88732cfc7092\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3820\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3820\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9051\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e14a2fd6-0df7-4074-950f-95d29ebadd62\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8393?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODM5Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3820?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzODIwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f30c76d-4d7f-4894-b750-19f38b94a427" + "a728b1a2-73bf-4664-aa98-90630274ba57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:04:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7abc5386-0eed-4e74-8db1-66ec5cd20047" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed1da74b-8de8-4a36-9b01-be1b382a998e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "f95128ed-9ebf-4c48-809f-970ed6278b93" + "00c4fbba-5b10-457a-9636-e5173770aa15" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012831Z:f95128ed-9ebf-4c48-809f-970ed6278b93" + "EASTUS2:20211117T040416Z:00c4fbba-5b10-457a-9636-e5173770aa15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:28:30 GMT" - ], "Content-Length": [ - "3417" + "3415" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,26 +1870,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8393\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5284\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Network/virtualNetworks/vn8795/subnets/sn1179\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3b18f9b1-6060-4470-b8af-88732cfc7092\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3820\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3820\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9051\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Network/virtualNetworks/vn2467/subnets/sn8027\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e14a2fd6-0df7-4074-950f-95d29ebadd62\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar67951/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8393/redeploy?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODM5My9yZWRlcGxveT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8101/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3820/redeploy?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzODIwL3JlZGVwbG95P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"instanceIds\": [\r\n \"0\",\r\n \"1\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a0c6d3cc-cd65-49cf-a545-515d0638e4da" + "79c64a3b-7bd2-4dc0-905f-25b7e05993fe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1899,14 +1902,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:04:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1918,85 +1928,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fd39a1fa-3d66-44a5-baec-8b72494b98bb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f46b06df-d067-4a31-a245-d71a5d41fa7d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "2d062186-08cd-49b5-8ab5-c9b4b8957598" + "3320fb46-60b5-43a0-960c-820a4d69655f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012831Z:2d062186-08cd-49b5-8ab5-c9b4b8957598" + "EASTUS2:20211117T040416Z:3320fb46-60b5-43a0-960c-820a4d69655f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:28:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkMzlhMWZhLTNkNjYtNDRhNS1iYWVjLThiNzI0OTRiOThiYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:04:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cf82e226-f120-488a-a1cf-f91c9c9c74bd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6eab243a-c95c-4b2d-a683-e06246c6d5e7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "7d324ed1-59cd-437a-a094-458c8d5f2b8c" + "57f1fcf3-10bd-47de-a4f8-c0c4dbc6ad93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012901Z:7d324ed1-59cd-437a-a094-458c8d5f2b8c" + "EASTUS2:20211117T040446Z:57f1fcf3-10bd-47de-a4f8-c0c4dbc6ad93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:29:01 GMT" - ], "Content-Length": [ "134" ], @@ -2007,57 +2010,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:28:31.1721365+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fd39a1fa-3d66-44a5-baec-8b72494b98bb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkMzlhMWZhLTNkNjYtNDRhNS1iYWVjLThiNzI0OTRiOThiYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:05:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d51be804-b52b-4f0b-9efd-85a4bdb422e6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb2d5256-3b9d-482e-a40c-c2c589647044" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "1a2398b9-ba06-45ac-b27d-a46cea23ce4a" + "a6276856-a7fd-4698-9838-65706dc84818" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T012931Z:1a2398b9-ba06-45ac-b27d-a46cea23ce4a" + "EASTUS2:20211117T040516Z:a6276856-a7fd-4698-9838-65706dc84818" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:29:30 GMT" - ], "Content-Length": [ "134" ], @@ -2068,57 +2071,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:28:31.1721365+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fd39a1fa-3d66-44a5-baec-8b72494b98bb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkMzlhMWZhLTNkNjYtNDRhNS1iYWVjLThiNzI0OTRiOThiYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:05:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "93a2a0d0-924e-465e-8eba-4fe078a5a0f8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "df191f4a-1862-44ca-b2b4-8256b18bb5e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "c76e2b65-c090-4be4-8376-053dd8d6f9a1" + "d2deed19-ec18-4351-900b-b5a07bfda5a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013001Z:c76e2b65-c090-4be4-8376-053dd8d6f9a1" + "EASTUS2:20211117T040546Z:d2deed19-ec18-4351-900b-b5a07bfda5a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:30:00 GMT" - ], "Content-Length": [ "134" ], @@ -2129,57 +2132,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:28:31.1721365+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fd39a1fa-3d66-44a5-baec-8b72494b98bb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkMzlhMWZhLTNkNjYtNDRhNS1iYWVjLThiNzI0OTRiOThiYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:06:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a90db2e-987d-42eb-a4a5-6b03bbfee662" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "494e8f84-77c5-4898-b091-d178d169be48" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "14eb3dd8-08dc-43bc-8263-27e226e4b3e1" + "23541039-0ce0-4abc-bff2-ae4d2387da5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013031Z:14eb3dd8-08dc-43bc-8263-27e226e4b3e1" + "EASTUS2:20211117T040616Z:23541039-0ce0-4abc-bff2-ae4d2387da5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:30:31 GMT" - ], "Content-Length": [ "134" ], @@ -2190,57 +2193,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:28:31.1721365+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fd39a1fa-3d66-44a5-baec-8b72494b98bb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkMzlhMWZhLTNkNjYtNDRhNS1iYWVjLThiNzI0OTRiOThiYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:06:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "25a9cf96-9dc0-4982-9737-bf62bc09eb11" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1a3b8be6-40de-42cc-b874-7ddf8bad37d5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "d9118561-8bb8-4790-8b2e-027debc47acb" + "a52cfda1-e251-4dd4-9c11-04e05d3d7a45" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013101Z:d9118561-8bb8-4790-8b2e-027debc47acb" + "EASTUS2:20211117T040646Z:a52cfda1-e251-4dd4-9c11-04e05d3d7a45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:31:00 GMT" - ], "Content-Length": [ "134" ], @@ -2251,59 +2254,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:28:31.1721365+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fd39a1fa-3d66-44a5-baec-8b72494b98bb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkMzlhMWZhLTNkNjYtNDRhNS1iYWVjLThiNzI0OTRiOThiYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:07:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8053ea24-8727-44b9-8aa0-788ca59e8c9a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c0bf0ba8-4a3a-48f3-9201-ec1f0358b4ac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "09c72466-8f08-479d-ac90-7e667de518f1" + "e1d916ec-ba1e-4b56-9074-b128ce828ad8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013131Z:09c72466-8f08-479d-ac90-7e667de518f1" + "EASTUS2:20211117T040716Z:e1d916ec-ba1e-4b56-9074-b128ce828ad8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:31:30 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2312,197 +2315,205 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:28:31.1721365+00:00\",\r\n \"endTime\": \"2021-06-29T01:31:11.6726891+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fd39a1fa-3d66-44a5-baec-8b72494b98bb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fd39a1fa-3d66-44a5-baec-8b72494b98bb?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkMzlhMWZhLTNkNjYtNDRhNS1iYWVjLThiNzI0OTRiOThiYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:07:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ea695e2-cf91-48fa-8ea1-d54db4472e24" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0a74af74-9e45-4277-a964-8fff0a843d1c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "fed50847-c3f1-4a31-ab7e-e8ed9880536b" + "175505fc-fd36-41fd-bae8-e8c7a20e5983" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013131Z:fed50847-c3f1-4a31-ab7e-e8ed9880536b" + "EASTUS2:20211117T040746Z:175505fc-fd36-41fd-bae8-e8c7a20e5983" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:31:30 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar67951?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3OTUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "68d5b165-9a49-4726-af76-1b90371d99eb" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:08:16 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29953" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c09145a6-61dc-40a4-82ab-4e4f2dd23555" + "59b47ff9-a21c-4d9d-ba5f-d3153210f988" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "x-ms-correlation-request-id": [ - "c09145a6-61dc-40a4-82ab-4e4f2dd23555" + "75af9420-8c4d-4f92-a45d-08675e34e031" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013131Z:c09145a6-61dc-40a4-82ab-4e4f2dd23555" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T040816Z:75af9420-8c4d-4f92-a45d-08675e34e031" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:31:31 GMT" + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:04:16.5893345+00:00\",\r\n \"endTime\": \"2021-11-17T04:07:47.4153167+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f46b06df-d067-4a31-a245-d71a5d41fa7d\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f46b06df-d067-4a31-a245-d71a5d41fa7d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0NmIwNmRmLWQwNjctNGEzMS1hMjQ1LWQ3MWE1ZDQxZmE3ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:08:16 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29952" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d697d5e-a11c-4e27-a887-470c5d040daf" + "34e6c924-6250-4167-85df-5e30061ebad5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "x-ms-correlation-request-id": [ - "0d697d5e-a11c-4e27-a887-470c5d040daf" + "a7329d0e-0925-49ec-b814-c7e13deee6b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013146Z:0d697d5e-a11c-4e27-a887-470c5d040daf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T040817Z:a7329d0e-0925-49ec-b814-c7e13deee6b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:31:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8101?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgxMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "e9449c33-01d1-47ef-b920-6c97fffca2ea" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2510,26 +2521,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:08:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "650586b2-4842-4092-a712-2e1bafa8bf88" + "9abb055c-454d-46ce-98d6-be7ae3286424" ], "x-ms-correlation-request-id": [ - "650586b2-4842-4092-a712-2e1bafa8bf88" + "9abb055c-454d-46ce-98d6-be7ae3286424" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013201Z:650586b2-4842-4092-a712-2e1bafa8bf88" + "EASTUS2:20211117T040817Z:9abb055c-454d-46ce-98d6-be7ae3286424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2537,29 +2551,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:32:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2567,26 +2578,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:08:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11998" ], "x-ms-request-id": [ - "c744ec63-5f26-446a-be0d-02a1d8357bdd" + "23e55bec-521b-4b7a-a8a3-6dc2e0b7ad73" ], "x-ms-correlation-request-id": [ - "c744ec63-5f26-446a-be0d-02a1d8357bdd" + "23e55bec-521b-4b7a-a8a3-6dc2e0b7ad73" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013216Z:c744ec63-5f26-446a-be0d-02a1d8357bdd" + "EASTUS2:20211117T040832Z:23e55bec-521b-4b7a-a8a3-6dc2e0b7ad73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2594,29 +2608,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:32:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2624,26 +2635,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:08:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11997" ], "x-ms-request-id": [ - "ea07775d-8d74-421b-9e42-890873eb836f" + "a058e19c-6cb4-4f20-bc07-3ea911c269f5" ], "x-ms-correlation-request-id": [ - "ea07775d-8d74-421b-9e42-890873eb836f" + "a058e19c-6cb4-4f20-bc07-3ea911c269f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013231Z:ea07775d-8d74-421b-9e42-890873eb836f" + "EASTUS2:20211117T040847Z:a058e19c-6cb4-4f20-bc07-3ea911c269f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2651,29 +2665,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:32:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2681,26 +2692,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:09:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11996" ], "x-ms-request-id": [ - "280d5dc2-39f2-418f-be97-336bd56ff06c" + "2a5849de-8699-42cf-88d5-8316f0acd5a5" ], "x-ms-correlation-request-id": [ - "280d5dc2-39f2-418f-be97-336bd56ff06c" + "2a5849de-8699-42cf-88d5-8316f0acd5a5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013246Z:280d5dc2-39f2-418f-be97-336bd56ff06c" + "EASTUS2:20211117T040902Z:2a5849de-8699-42cf-88d5-8316f0acd5a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2708,29 +2722,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:32:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2738,26 +2749,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:09:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11995" ], "x-ms-request-id": [ - "485c95ed-4b1a-4309-bda9-02e0e7ec24cf" + "fb8a8b5c-408b-4ed9-b3d7-4e4a841d8d19" ], "x-ms-correlation-request-id": [ - "485c95ed-4b1a-4309-bda9-02e0e7ec24cf" + "fb8a8b5c-408b-4ed9-b3d7-4e4a841d8d19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013301Z:485c95ed-4b1a-4309-bda9-02e0e7ec24cf" + "EASTUS2:20211117T040917Z:fb8a8b5c-408b-4ed9-b3d7-4e4a841d8d19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2765,29 +2779,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:33:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2795,26 +2806,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:09:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11994" ], "x-ms-request-id": [ - "eb617ffa-5c27-41c4-adae-9d5951bf2cef" + "0291c6e3-2f07-4206-a440-646f48d7b0bb" ], "x-ms-correlation-request-id": [ - "eb617ffa-5c27-41c4-adae-9d5951bf2cef" + "0291c6e3-2f07-4206-a440-646f48d7b0bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013316Z:eb617ffa-5c27-41c4-adae-9d5951bf2cef" + "EASTUS2:20211117T040932Z:0291c6e3-2f07-4206-a440-646f48d7b0bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2822,29 +2836,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:33:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2852,26 +2863,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:09:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11993" ], "x-ms-request-id": [ - "71f3c288-acb0-490d-a1c7-6e6aaa0322be" + "53ac99a5-edec-4329-8fa2-26f4fa6eb739" ], "x-ms-correlation-request-id": [ - "71f3c288-acb0-490d-a1c7-6e6aaa0322be" + "53ac99a5-edec-4329-8fa2-26f4fa6eb739" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013331Z:71f3c288-acb0-490d-a1c7-6e6aaa0322be" + "EASTUS2:20211117T040947Z:53ac99a5-edec-4329-8fa2-26f4fa6eb739" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2879,29 +2893,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:33:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2909,26 +2920,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:10:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11992" ], "x-ms-request-id": [ - "a5a58327-4849-4211-a264-83edbbf8e3af" + "7e955416-6926-4b9e-bbab-7731c0f9fb7b" ], "x-ms-correlation-request-id": [ - "a5a58327-4849-4211-a264-83edbbf8e3af" + "7e955416-6926-4b9e-bbab-7731c0f9fb7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013346Z:a5a58327-4849-4211-a264-83edbbf8e3af" + "EASTUS2:20211117T041002Z:7e955416-6926-4b9e-bbab-7731c0f9fb7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2936,29 +2950,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:33:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2966,26 +2977,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:10:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11991" ], "x-ms-request-id": [ - "d6f4978a-0450-4f48-830c-44284e049f46" + "8105a0c3-220f-45ce-9e4d-6b9392df5c52" ], "x-ms-correlation-request-id": [ - "d6f4978a-0450-4f48-830c-44284e049f46" + "8105a0c3-220f-45ce-9e4d-6b9392df5c52" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013401Z:d6f4978a-0450-4f48-830c-44284e049f46" + "EASTUS2:20211117T041017Z:8105a0c3-220f-45ce-9e4d-6b9392df5c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2993,29 +3007,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:34:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3023,26 +3034,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:10:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11990" ], "x-ms-request-id": [ - "9bf9b6e5-66d0-4957-807a-f4c601e81778" + "7ff7bbab-9d85-45bd-b728-600dc9a0f981" ], "x-ms-correlation-request-id": [ - "9bf9b6e5-66d0-4957-807a-f4c601e81778" + "7ff7bbab-9d85-45bd-b728-600dc9a0f981" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013416Z:9bf9b6e5-66d0-4957-807a-f4c601e81778" + "EASTUS2:20211117T041032Z:7ff7bbab-9d85-45bd-b728-600dc9a0f981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3050,29 +3064,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:34:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3080,26 +3091,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:10:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11989" ], "x-ms-request-id": [ - "4599812a-7d9d-4370-b347-559316533209" + "6e541cc4-172c-4cb8-8e08-edffce340424" ], "x-ms-correlation-request-id": [ - "4599812a-7d9d-4370-b347-559316533209" + "6e541cc4-172c-4cb8-8e08-edffce340424" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013431Z:4599812a-7d9d-4370-b347-559316533209" + "EASTUS2:20211117T041047Z:6e541cc4-172c-4cb8-8e08-edffce340424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3107,29 +3121,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:34:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3137,26 +3148,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11988" ], "x-ms-request-id": [ - "1eea7cc0-e7d9-44ef-a9b9-aa7a7fa6a106" + "b151f88f-f2d1-46b5-977d-e95c68362b90" ], "x-ms-correlation-request-id": [ - "1eea7cc0-e7d9-44ef-a9b9-aa7a7fa6a106" + "b151f88f-f2d1-46b5-977d-e95c68362b90" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013446Z:1eea7cc0-e7d9-44ef-a9b9-aa7a7fa6a106" + "EASTUS2:20211117T041102Z:b151f88f-f2d1-46b5-977d-e95c68362b90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3164,29 +3178,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:34:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3194,26 +3205,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11987" ], "x-ms-request-id": [ - "f93804c9-f160-4e83-8ffa-531366b5d459" + "ab5fec63-ff9a-46f3-97d9-f41173e5ba30" ], "x-ms-correlation-request-id": [ - "f93804c9-f160-4e83-8ffa-531366b5d459" + "ab5fec63-ff9a-46f3-97d9-f41173e5ba30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013501Z:f93804c9-f160-4e83-8ffa-531366b5d459" + "EASTUS2:20211117T041117Z:ab5fec63-ff9a-46f3-97d9-f41173e5ba30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3221,29 +3235,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3251,20 +3262,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:32 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11986" ], "x-ms-request-id": [ - "4c0f093b-0d2e-4b74-80d4-08595c151e71" + "c7d412eb-96a1-4a7b-879c-bc66f59fcb14" ], "x-ms-correlation-request-id": [ - "4c0f093b-0d2e-4b74-80d4-08595c151e71" + "c7d412eb-96a1-4a7b-879c-bc66f59fcb14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013516Z:4c0f093b-0d2e-4b74-80d4-08595c151e71" + "EASTUS2:20211117T041132Z:c7d412eb-96a1-4a7b-879c-bc66f59fcb14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3272,29 +3286,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2Nzk1MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnprMU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTAxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRBeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3302,20 +3313,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:11:32 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11985" ], "x-ms-request-id": [ - "30924e79-e6be-4f86-abc2-9a8aedb63a14" + "1ebaeac2-77fd-43b1-9d9f-fadcf6c79c5b" ], "x-ms-correlation-request-id": [ - "30924e79-e6be-4f86-abc2-9a8aedb63a14" + "1ebaeac2-77fd-43b1-9d9f-fadcf6c79c5b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T013516Z:30924e79-e6be-4f86-abc2-9a8aedb63a14" + "EASTUS2:20211117T041132Z:1ebaeac2-77fd-43b1-9d9f-fadcf6c79c5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3323,14 +3337,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:35:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3339,27 +3350,27 @@ ], "Names": { "TestVMScaleSetBatchOperations_Redeploy": [ - "crptestar6795", - "vmss8393", - "crptestar2043" + "crptestar810", + "vmss3820", + "crptestar5526" ], "CreatePublicIP": [ - "pip6602", - "dn1708" + "pip3043", + "dn7403" ], "CreateVNET": [ - "vn8795", - "sn1179" + "vn2467", + "sn8027" ], "CreateNIC": [ - "nic6892", - "ip1236" + "nic1279", + "ip8255" ], "CreateDefaultVMScaleSetInput": [ - "crptestar7449", - "vmss1438", - "vmsstestnetconfig7275", - "vmsstestnetconfig5284" + "crptestar7044", + "vmss466", + "vmsstestnetconfig4249", + "vmsstestnetconfig9051" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations.json index ee6f07ab2de23..a8dc1cc206b39 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1067b7d-2e34-4f5f-9792-16c0e5dd4422" + "cc676858-5c7c-49cb-a118-1181040903f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:12:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "e3aafe33-9d55-4179-ad6a-cf4def57d312" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ddb2db54-3fbe-44c8-a29e-96a28313ab9d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d34f1373-7f43-4433-8727-00f76d4a5d55" + "66582ce6-672b-4290-a896-75dcee996a32" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023406Z:d34f1373-7f43-4433-8727-00f76d4a5d55" + "EASTUS2:20211117T051214Z:66582ce6-672b-4290-a896-75dcee996a32" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:06 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar51381?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUxMzgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar31771?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNzcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar51381\": \"2021-06-29 02:34:06Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar31771\": \"2021-11-17 05:12:14Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "adea6997-b71d-4e43-8520-efbfe92c83f3" + "73081d1f-7b26-4017-a9e9-66a7ba5a9fdf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:12:17 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "694113eb-5512-4ff9-93b1-4b36e8873f5e" + "dbb0a214-380c-46e7-b912-5a5a30bb3611" ], "x-ms-correlation-request-id": [ - "694113eb-5512-4ff9-93b1-4b36e8873f5e" + "dbb0a214-380c-46e7-b912-5a5a30bb3611" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023408Z:694113eb-5512-4ff9-93b1-4b36e8873f5e" + "EASTUS2:20211117T051217Z:dbb0a214-380c-46e7-b912-5a5a30bb3611" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:08 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381\",\r\n \"name\": \"crptestar51381\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar51381\": \"2021-06-29 02:34:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771\",\r\n \"name\": \"crptestar31771\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar31771\": \"2021-11-17 05:12:14Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar51381?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUxMzgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar31771?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNzcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "268c1ca4-6e70-4355-964d-f506dbdc3204" + "545eec23-bfe9-43fa-9d4a-b256358abfe8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "7a64b9c0-fa31-4a57-8b79-69cdae410d6b" + "05555932-66ab-4751-b22e-55d1a11da614" ], "x-ms-correlation-request-id": [ - "7a64b9c0-fa31-4a57-8b79-69cdae410d6b" + "05555932-66ab-4751-b22e-55d1a11da614" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023447Z:7a64b9c0-fa31-4a57-8b79-69cdae410d6b" + "EASTUS2:20211117T051303Z:05555932-66ab-4751-b22e-55d1a11da614" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:47 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381\",\r\n \"name\": \"crptestar51381\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771\",\r\n \"name\": \"crptestar31771\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Storage/storageAccounts/crptestar9370?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTM3MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Storage/storageAccounts/crptestar1623?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTYyMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60e8ea83-5298-4094-ad17-710daf6bbd9e" + "a6f6f25e-a059-49da-b916-e2b9dda43d71" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:12:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c22eaebe-6be0-4773-8d88-174f642ae36b?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7902d07d-df51-4065-a3b7-8c2853fc5822?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c22eaebe-6be0-4773-8d88-174f642ae36b" + "7902d07d-df51-4065-a3b7-8c2853fc5822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "e9d969c6-9423-4dbb-8927-024a40817e2c" + "e017860c-a178-4a5f-9803-a6ebd6aadd4d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023417Z:e9d969c6-9423-4dbb-8927-024a40817e2c" + "EASTUS2:20211117T051230Z:e017860c-a178-4a5f-9803-a6ebd6aadd4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:17 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c22eaebe-6be0-4773-8d88-174f642ae36b?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzIyZWFlYmUtNmJlMC00NzczLThkODgtMTc0ZjY0MmFlMzZiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7902d07d-df51-4065-a3b7-8c2853fc5822?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNzkwMmQwN2QtZGY1MS00MDY1LWEzYjctOGMyODUzZmM1ODIyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:12:46 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7902d07d-df51-4065-a3b7-8c2853fc5822?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e5f999e7-ac15-4f37-81ca-c92788a07c15" + "850ae6c2-376b-475e-9d9f-72a94763b828" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "ace0ac71-0c4e-4d73-8ef7-6677d9e9a424" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T051247Z:ace0ac71-0c4e-4d73-8ef7-6677d9e9a424" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7902d07d-df51-4065-a3b7-8c2853fc5822?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNzkwMmQwN2QtZGY1MS00MDY1LWEzYjctOGMyODUzZmM1ODIyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:12:50 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "d151dec9-880a-41da-bf0a-89db86e50da6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11984" ], "x-ms-correlation-request-id": [ - "7ef12907-6f06-4a90-b336-e69ad6140639" + "d4da05b6-6a89-4949-ac27-8e31c8d1f595" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023435Z:7ef12907-6f06-4a90-b336-e69ad6140639" + "EASTUS2:20211117T051250Z:d4da05b6-6a89-4949-ac27-8e31c8d1f595" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:34 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ff6fbe4-92e8-40a0-993e-68bc71dbf146" + "6c5e6172-8ed8-4606-a97d-cad742dc5338" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "43e821d9-1444-425d-80dd-8dceabfa6574" + "23a75d6c-4044-4e03-ba6e-b5772499007c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11983" ], "x-ms-correlation-request-id": [ - "bbb240b6-8af5-4b45-81f1-c2da69b10471" + "602895cb-91fa-4b6f-b9a2-f75eabdc6848" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023445Z:bbb240b6-8af5-4b45-81f1-c2da69b10471" + "EASTUS2:20211117T051301Z:602895cb-91fa-4b6f-b9a2-f75eabdc6848" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:45 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Storage/storageAccounts/crptestar9370\",\r\n \"name\": \"crptestar9370\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T02:34:14.1722843Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9370.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9370.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9370.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9370.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Storage/storageAccounts/crptestar1623\",\r\n \"name\": \"crptestar1623\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T05:12:25.6994381Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1623.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1623.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1623.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1623.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Storage/storageAccounts/crptestar9370?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTM3MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Storage/storageAccounts/crptestar1623?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTYyMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b362b366-1efc-4848-8f75-782ec523473a" + "1f858c01-d3d0-4c45-adcd-c2342e7528e1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cd21c570-cd20-4010-8b5d-dc5f89656de7" + "a8fdac41-d9a4-4d88-83c2-8aae798c2a70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11982" ], "x-ms-correlation-request-id": [ - "58c13a2c-1b32-4a2f-92be-f72d35f06e70" + "a0a5206a-5174-4814-ab3e-a64ee58c85b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023445Z:58c13a2c-1b32-4a2f-92be-f72d35f06e70" + "EASTUS2:20211117T051301Z:a0a5206a-5174-4814-ab3e-a64ee58c85b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:45 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Storage/storageAccounts/crptestar9370\",\r\n \"name\": \"crptestar9370\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T02:34:14.1722843Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9370.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9370.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9370.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9370.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Storage/storageAccounts/crptestar1623\",\r\n \"name\": \"crptestar1623\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T05:12:25.6994381Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1623.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1623.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1623.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1623.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/publicIPAddresses/pip7469?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/publicIPAddresses/pip1827?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxODI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6044\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3629\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6cb6183b-c767-4f84-aef2-12ad2dc7185f" + "c1b0b008-bfe4-41ad-baea-632ba8d669d3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b41f95ab-b6b0-41b9-8827-0fb99389cc8a" + "1b920af7-f0a0-464a-81ba-959bab376e09" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b41f95ab-b6b0-41b9-8827-0fb99389cc8a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1b920af7-f0a0-464a-81ba-959bab376e09?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f163e9d4-a1bc-4cd8-a1b0-6c5277d83b52" + "0f052f92-16e0-40ae-a31a-c389828576e8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "43063053-0bda-4526-a58c-6e832cc6acc7" + "ada5aa40-ceb0-434d-9da7-bf160236be3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023457Z:f163e9d4-a1bc-4cd8-a1b0-6c5277d83b52" + "EASTUS2:20211117T051313Z:0f052f92-16e0-40ae-a31a-c389828576e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:56 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/publicIPAddresses/pip7469\",\r\n \"etag\": \"W/\\\"101d2640-a2e5-4481-a7b5-96d9d9e69b1f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2dfaf297-3bf3-4ec0-9cde-db1a333362dc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6044\",\r\n \"fqdn\": \"dn6044.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1827\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/publicIPAddresses/pip1827\",\r\n \"etag\": \"W/\\\"ba2634ff-742d-42ea-bbf9-caa7b9363c88\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"399a922a-a6cf-455d-98c8-750e21b95b3a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3629\",\r\n \"fqdn\": \"dn3629.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b41f95ab-b6b0-41b9-8827-0fb99389cc8a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I0MWY5NWFiLWI2YjAtNDFiOS04ODI3LTBmYjk5Mzg5Y2M4YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1b920af7-f0a0-464a-81ba-959bab376e09?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFiOTIwYWY3LWYwYTAtNDY0YS04MWJhLTk1OWJhYjM3NmUwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "23a41456-1cf0-4674-8e56-40ec92bdd22d" + "cf1d5bee-b36d-44d3-ad07-1acc7ace7c5b" ], "x-ms-correlation-request-id": [ - "7e86a6f6-5343-4c29-a349-c7daa804f35b" + "ced06c92-a097-4fae-94ef-a9858e49ab2d" ], "x-ms-arm-service-request-id": [ - "8d465562-65fe-41f9-99e9-27dbe4566528" + "c26413a6-9caf-4077-b011-f685bcc8216f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023458Z:7e86a6f6-5343-4c29-a349-c7daa804f35b" + "EASTUS2:20211117T051315Z:ced06c92-a097-4fae-94ef-a9858e49ab2d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:58 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/publicIPAddresses/pip7469?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/publicIPAddresses/pip1827?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxODI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"15aca699-89b5-4343-adff-7ab8deba125d\"" + "W/\"46225ddf-1674-4673-a2fd-20b2262d6876\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "40eceecc-1905-4763-a8d4-c230ba882c99" + "7c275f6b-6159-41ab-8144-0727fc26c5c6" ], "x-ms-correlation-request-id": [ - "2fe88233-380f-4668-a461-eaca7bc1435c" + "5f346965-99e9-43b6-8e01-6914ff2fd36d" ], "x-ms-arm-service-request-id": [ - "339cf650-de5b-45f0-8b36-b7a72a8babd2" + "a50dd432-38e5-4668-8c40-1ccf83511641" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023458Z:2fe88233-380f-4668-a461-eaca7bc1435c" + "EASTUS2:20211117T051315Z:5f346965-99e9-43b6-8e01-6914ff2fd36d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:58 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/publicIPAddresses/pip7469\",\r\n \"etag\": \"W/\\\"15aca699-89b5-4343-adff-7ab8deba125d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dfaf297-3bf3-4ec0-9cde-db1a333362dc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6044\",\r\n \"fqdn\": \"dn6044.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1827\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/publicIPAddresses/pip1827\",\r\n \"etag\": \"W/\\\"46225ddf-1674-4673-a2fd-20b2262d6876\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"399a922a-a6cf-455d-98c8-750e21b95b3a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3629\",\r\n \"fqdn\": \"dn3629.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/publicIPAddresses/pip7469?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NDY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/publicIPAddresses/pip1827?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxODI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b9c9f92-86b1-472f-adc5-46b3406c465b" + "3f8aff17-6aeb-4434-8ffe-c848c5aa9ca2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"15aca699-89b5-4343-adff-7ab8deba125d\"" + "W/\"46225ddf-1674-4673-a2fd-20b2262d6876\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "70007ff0-e02a-4b4d-8a8e-0a907c8f0fbb" + "5715a241-7458-43e5-bbfe-9b56ae0fb33b" ], "x-ms-correlation-request-id": [ - "764a3096-038d-4590-9882-d8f656e39eab" + "14481bd0-6bcb-423f-945d-517d9d23fb13" ], "x-ms-arm-service-request-id": [ - "02f0a3fb-932e-49d6-a8d2-f32dbb92db0c" + "6ef213f8-4fb8-432a-aca2-54ef83ff47db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023459Z:764a3096-038d-4590-9882-d8f656e39eab" + "EASTUS2:20211117T051315Z:14481bd0-6bcb-423f-945d-517d9d23fb13" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:58 GMT" - ], "Content-Length": [ "771" ], @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/publicIPAddresses/pip7469\",\r\n \"etag\": \"W/\\\"15aca699-89b5-4343-adff-7ab8deba125d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dfaf297-3bf3-4ec0-9cde-db1a333362dc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6044\",\r\n \"fqdn\": \"dn6044.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1827\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/publicIPAddresses/pip1827\",\r\n \"etag\": \"W/\\\"46225ddf-1674-4673-a2fd-20b2262d6876\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"399a922a-a6cf-455d-98c8-750e21b95b3a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3629\",\r\n \"fqdn\": \"dn3629.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMjg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4409\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4937\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3ce2b8e8-9b30-469a-a2f9-0896511681d4" + "24cbc910-295d-482f-9076-06e9edc1d785" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +829,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:20 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "80e7c9c2-79bd-44e5-a70e-5475882270ab" + "1a4cc945-7f5c-40dd-8312-d7f55ed25ffb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/80e7c9c2-79bd-44e5-a70e-5475882270ab?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1a4cc945-7f5c-40dd-8312-d7f55ed25ffb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0f5b3041-8307-4afd-8b99-faf1cd848346" + "dbe30fb9-c491-4c51-8274-c6887d50bbc2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "979afc43-306e-4c50-8621-4eb1fc04dd59" + "b38fc0df-b31a-4e02-a196-e42a14b6d45d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023503Z:0f5b3041-8307-4afd-8b99-faf1cd848346" + "EASTUS2:20211117T051320Z:dbe30fb9-c491-4c51-8274-c6887d50bbc2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:02 GMT" - ], "Content-Length": [ - "1323" + "1320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285\",\r\n \"etag\": \"W/\\\"0e8f0c9c-92eb-4194-aacd-69dfc3badfc7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"34d1ae29-149e-4ce2-9c2c-f29ad8ccf9ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\",\r\n \"etag\": \"W/\\\"0e8f0c9c-92eb-4194-aacd-69dfc3badfc7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856\",\r\n \"etag\": \"W/\\\"896f2b9d-4ad1-4542-972a-b5c7c6e26831\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d4121574-ebad-454f-986a-de2a14e0b46d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4937\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\",\r\n \"etag\": \"W/\\\"896f2b9d-4ad1-4542-972a-b5c7c6e26831\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/80e7c9c2-79bd-44e5-a70e-5475882270ab?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwZTdjOWMyLTc5YmQtNDRlNS1hNzBlLTU0NzU4ODIyNzBhYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1a4cc945-7f5c-40dd-8312-d7f55ed25ffb?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhNGNjOTQ1LTdmNWMtNDBkZC04MzEyLWQ3ZjU1ZWQyNWZmYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7c8fccca-b971-441e-9736-0b674609798d" + "78cd8902-06d9-40f2-9c88-eb8f3772c0c3" ], "x-ms-correlation-request-id": [ - "4099aee6-abc9-4c9c-b81a-92b0b593a66b" + "f17c2988-7be8-49f5-aee7-ac42de2fb7fc" ], "x-ms-arm-service-request-id": [ - "55d1880d-2016-4d4d-b5bd-71a0052edfb2" + "787fd083-fa3c-4148-b719-cd7af2137992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023506Z:4099aee6-abc9-4c9c-b81a-92b0b593a66b" + "EASTUS2:20211117T051324Z:f17c2988-7be8-49f5-aee7-ac42de2fb7fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:05 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMjg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e78eb272-7192-490c-9d24-829f7c2a1c4a\"" + "W/\"2dc7fa54-c0fb-4f76-80cc-cdee071b6217\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f5bf5f38-0616-4281-a861-530957b24920" + "283b5040-6285-4ff0-b3fa-a0a08e4db14f" ], "x-ms-correlation-request-id": [ - "17eee7f5-515c-4bba-9405-637a6f40fb91" + "223dfb39-1329-485d-a981-31fd6e640957" ], "x-ms-arm-service-request-id": [ - "25edfc93-42e0-4c85-bd1a-ac810693e04f" + "4b1ff2b0-d5ef-4a0d-a80a-f9b73ff2e76c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023506Z:17eee7f5-515c-4bba-9405-637a6f40fb91" + "EASTUS2:20211117T051324Z:223dfb39-1329-485d-a981-31fd6e640957" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:06 GMT" - ], "Content-Length": [ - "1325" + "1322" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285\",\r\n \"etag\": \"W/\\\"e78eb272-7192-490c-9d24-829f7c2a1c4a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"34d1ae29-149e-4ce2-9c2c-f29ad8ccf9ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\",\r\n \"etag\": \"W/\\\"e78eb272-7192-490c-9d24-829f7c2a1c4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856\",\r\n \"etag\": \"W/\\\"2dc7fa54-c0fb-4f76-80cc-cdee071b6217\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d4121574-ebad-454f-986a-de2a14e0b46d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4937\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\",\r\n \"etag\": \"W/\\\"2dc7fa54-c0fb-4f76-80cc-cdee071b6217\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMjg1L3N1Ym5ldHMvc240NDA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NTYvc3VibmV0cy9zbjQ5Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ff418f8-d9db-4ca7-bc64-54d3b628321a" + "7e1d4aa0-e15b-4a61-a596-018962d2ede6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e78eb272-7192-490c-9d24-829f7c2a1c4a\"" + "W/\"2dc7fa54-c0fb-4f76-80cc-cdee071b6217\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8b4e2d35-1029-4120-913b-6ffaf3bd87f2" + "198fbfe7-df95-4740-ae1b-2d5830d206e6" ], "x-ms-correlation-request-id": [ - "9c58df03-8afa-44db-809f-3cad210f5222" + "0b22db74-ee89-4d28-92ef-20f522457905" ], "x-ms-arm-service-request-id": [ - "3468adfb-f91d-495b-9d2e-63b759c92791" + "8cf1e415-0fae-46b8-88a9-605ccc5bf6c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023507Z:9c58df03-8afa-44db-809f-3cad210f5222" + "EASTUS2:20211117T051324Z:0b22db74-ee89-4d28-92ef-20f522457905" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:06 GMT" - ], "Content-Length": [ - "524" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\",\r\n \"etag\": \"W/\\\"e78eb272-7192-490c-9d24-829f7c2a1c4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4937\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\",\r\n \"etag\": \"W/\\\"2dc7fa54-c0fb-4f76-80cc-cdee071b6217\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMDI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\r\n }\r\n },\r\n \"name\": \"ip2088\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4937\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\r\n }\r\n },\r\n \"name\": \"ip4182\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a222ef2a-3112-4bc1-b90e-47b349c4ae70" + "7df612b7-f12d-4024-956c-f8f7dab7c40a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "749" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a652f631-8d5a-4d5c-94f2-5038507a614b" + "a7653be9-6979-4a64-8b97-a32ac31bf991" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a652f631-8d5a-4d5c-94f2-5038507a614b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a7653be9-6979-4a64-8b97-a32ac31bf991?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "865385a5-2cfb-489f-b98a-17e88224d9bf" + "1f0189c3-5272-4480-8261-1bdae67126f3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9f458138-cee5-4b1d-835e-e2ec1eab3efd" + "3e4c1d1f-454b-4469-abc6-249684c3c7ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023511Z:865385a5-2cfb-489f-b98a-17e88224d9bf" + "EASTUS2:20211117T051327Z:1f0189c3-5272-4480-8261-1bdae67126f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:10 GMT" - ], "Content-Length": [ - "1634" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8188\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188\",\r\n \"etag\": \"W/\\\"7ed2fe12-a75a-4e43-91ec-a56167a40928\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a1fe54a2-3174-436c-9e5d-adc84be4a2f1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2088\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188/ipConfigurations/ip2088\",\r\n \"etag\": \"W/\\\"7ed2fe12-a75a-4e43-91ec-a56167a40928\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\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\": \"fgxncne4ctrezhbm4knnrthz3c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2024\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024\",\r\n \"etag\": \"W/\\\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"15b10d47-1398-45f9-9211-2a04fc3dc2e7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024/ipConfigurations/ip4182\",\r\n \"etag\": \"W/\\\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\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\": \"oqkrfvfn3nhulgdk1yvbjyfunf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMDI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7ed2fe12-a75a-4e43-91ec-a56167a40928\"" + "W/\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ac01aaf9-9e29-4eb0-8189-220307953d48" + "bbf87325-ece9-4a8f-a50f-a895ff4f06c1" ], "x-ms-correlation-request-id": [ - "cb94f9d8-5bc1-4e66-afda-49a8d71410a6" + "33863184-8421-4897-843c-93944286e208" ], "x-ms-arm-service-request-id": [ - "629c46b7-5845-4f38-8728-b8307ca053eb" + "0c8b2923-a121-436f-bfd5-6779713f6ab0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023511Z:cb94f9d8-5bc1-4e66-afda-49a8d71410a6" + "EASTUS2:20211117T051328Z:33863184-8421-4897-843c-93944286e208" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:10 GMT" - ], "Content-Length": [ - "1634" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8188\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188\",\r\n \"etag\": \"W/\\\"7ed2fe12-a75a-4e43-91ec-a56167a40928\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a1fe54a2-3174-436c-9e5d-adc84be4a2f1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2088\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188/ipConfigurations/ip2088\",\r\n \"etag\": \"W/\\\"7ed2fe12-a75a-4e43-91ec-a56167a40928\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\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\": \"fgxncne4ctrezhbm4knnrthz3c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2024\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024\",\r\n \"etag\": \"W/\\\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"15b10d47-1398-45f9-9211-2a04fc3dc2e7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024/ipConfigurations/ip4182\",\r\n \"etag\": \"W/\\\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\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\": \"oqkrfvfn3nhulgdk1yvbjyfunf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMDI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae7bf788-50c6-417c-b2a0-b75d127af168" + "ab45c788-d08e-42ae-9c5b-5f249f53ce55" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7ed2fe12-a75a-4e43-91ec-a56167a40928\"" + "W/\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "67d48ae3-c16d-44f9-bc28-50a6e66b8b15" + "ff7ac0ee-9110-4184-8f44-77b2b4fc566e" ], "x-ms-correlation-request-id": [ - "0c5981c2-591c-4c23-ae1f-2baf2c251f74" + "98a9c8ba-af2a-48d7-8321-f5c14b09d2bb" ], "x-ms-arm-service-request-id": [ - "7eadee7c-5afd-4284-984d-9e8b7888096c" + "ecf557c2-4ee5-41e5-99c8-67bdb9f26b0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023511Z:0c5981c2-591c-4c23-ae1f-2baf2c251f74" + "EASTUS2:20211117T051328Z:98a9c8ba-af2a-48d7-8321-f5c14b09d2bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:11 GMT" - ], "Content-Length": [ - "1634" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8188\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188\",\r\n \"etag\": \"W/\\\"7ed2fe12-a75a-4e43-91ec-a56167a40928\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a1fe54a2-3174-436c-9e5d-adc84be4a2f1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2088\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/networkInterfaces/nic8188/ipConfigurations/ip2088\",\r\n \"etag\": \"W/\\\"7ed2fe12-a75a-4e43-91ec-a56167a40928\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\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\": \"fgxncne4ctrezhbm4knnrthz3c.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2024\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024\",\r\n \"etag\": \"W/\\\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"15b10d47-1398-45f9-9211-2a04fc3dc2e7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4182\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/networkInterfaces/nic2024/ipConfigurations/ip4182\",\r\n \"etag\": \"W/\\\"5e3dd392-1da7-4c52-a3df-edb8d99ee671\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\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\": \"oqkrfvfn3nhulgdk1yvbjyfunf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar9370.blob.core.windows.net/crptestar4508\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9881\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1623.blob.core.windows.net/crptestar5052\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5308\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6382\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1f06bfa-3c2a-489b-96ec-4e817c908484" + "3b288db6-f145-4c0d-956c-33436790eb67" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,14 +1319,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:38 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,27 +1348,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3282bdb-7207-4ede-bc32-5482fa93ce75" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "871742c7-744a-44d5-9f66-545e2abe8a67" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "04f74d96-f199-487c-92fe-b62b9bd06488" + "6113b405-12d0-40e0-beb4-ff1385754d56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023522Z:04f74d96-f199-487c-92fe-b62b9bd06488" + "EASTUS2:20211117T051338Z:6113b405-12d0-40e0-beb4-ff1385754d56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:21 GMT" - ], "Content-Length": [ "3162" ], @@ -1309,32 +1372,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6364\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9370.blob.core.windows.net/crptestar4508\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9881\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"786c9245-33c2-4d12-9383-f77f7771ff0f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3639\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1623.blob.core.windows.net/crptestar5052\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5308\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6382\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"fa9235c3-8ba9-497f-8def-87db14101f7b\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMjgyYmRiLTcyMDctNGVkZS1iYzMyLTU0ODJmYTkzY2U3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3MTc0MmM3LTc0NGEtNDRkNS05ZjY2LTU0NWUyYWJlOGE2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:13:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29975" ], @@ -1342,27 +1412,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f4ffa58e-279c-4c81-920c-e0cb545c3426" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2e96ef89-eac7-4890-b819-fd7a4b89e6a1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "367b939b-ed7b-484b-af73-f614ae510547" + "19ed3763-7a45-45ac-a86e-dd61acf4ca63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023532Z:367b939b-ed7b-484b-af73-f614ae510547" + "EASTUS2:20211117T051348Z:19ed3763-7a45-45ac-a86e-dd61acf4ca63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:35:32 GMT" - ], "Content-Length": [ "134" ], @@ -1373,29 +1436,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:35:19.8573658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3282bdb-7207-4ede-bc32-5482fa93ce75\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:13:36.0591501+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"871742c7-744a-44d5-9f66-545e2abe8a67\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMjgyYmRiLTcyMDctNGVkZS1iYzMyLTU0ODJmYTkzY2U3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3MTc0MmM3LTc0NGEtNDRkNS05ZjY2LTU0NWUyYWJlOGE2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:15:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29974" ], @@ -1403,27 +1473,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "71ed996b-a63f-4228-ba8a-1462583a6f44" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d5b42bc2-e79e-41ea-aa6d-8c64c12c2e59" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "bbe7b9a4-2a4a-48f9-a6d5-62f7f60bd03d" + "0f138b97-2c34-4381-a6b9-4e09b105de38" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023710Z:bbe7b9a4-2a4a-48f9-a6d5-62f7f60bd03d" + "EASTUS2:20211117T051526Z:0f138b97-2c34-4381-a6b9-4e09b105de38" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:37:09 GMT" - ], "Content-Length": [ "134" ], @@ -1434,29 +1497,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:35:19.8573658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3282bdb-7207-4ede-bc32-5482fa93ce75\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:13:36.0591501+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"871742c7-744a-44d5-9f66-545e2abe8a67\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMjgyYmRiLTcyMDctNGVkZS1iYzMyLTU0ODJmYTkzY2U3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3MTc0MmM3LTc0NGEtNDRkNS05ZjY2LTU0NWUyYWJlOGE2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:17:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], @@ -1464,27 +1534,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a01400c4-c023-4bcb-aa55-08472cefe343" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f4ce0415-ed51-4af6-ac0e-1f732fa03624" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "1d248023-9879-4b5b-b683-579bce66d1ba" + "532d623e-b0bc-4391-9874-6c0753a9b773" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023848Z:1d248023-9879-4b5b-b683-579bce66d1ba" + "EASTUS2:20211117T051704Z:532d623e-b0bc-4391-9874-6c0753a9b773" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:38:48 GMT" - ], "Content-Length": [ "134" ], @@ -1495,29 +1558,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:35:19.8573658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3282bdb-7207-4ede-bc32-5482fa93ce75\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:13:36.0591501+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"871742c7-744a-44d5-9f66-545e2abe8a67\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMjgyYmRiLTcyMDctNGVkZS1iYzMyLTU0ODJmYTkzY2U3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3MTc0MmM3LTc0NGEtNDRkNS05ZjY2LTU0NWUyYWJlOGE2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:18:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" ], @@ -1525,27 +1595,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eec4a0ca-2091-42f4-918b-761e860ea126" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "47afc443-d209-49b7-b466-e4beefd5ad49" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "1406523c-4d98-4bf1-af5f-2a1dc1756bc7" + "67fc49a6-771e-4c14-8f7e-794627f5496e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024025Z:1406523c-4d98-4bf1-af5f-2a1dc1756bc7" + "EASTUS2:20211117T051841Z:67fc49a6-771e-4c14-8f7e-794627f5496e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:40:24 GMT" - ], "Content-Length": [ "134" ], @@ -1556,57 +1619,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:35:19.8573658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3282bdb-7207-4ede-bc32-5482fa93ce75\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:13:36.0591501+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"871742c7-744a-44d5-9f66-545e2abe8a67\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMjgyYmRiLTcyMDctNGVkZS1iYzMyLTU0ODJmYTkzY2U3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3MTc0MmM3LTc0NGEtNDRkNS05ZjY2LTU0NWUyYWJlOGE2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:20:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1431e514-2f3d-45bc-92a6-5cd366bad024" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d0056389-0441-4680-8635-afcb22bdde24" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "2200a784-2c1e-4f82-bb88-e98adf11d1fc" + "aa33cd9b-3a13-49f1-9b41-ee5456dcd171" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024202Z:2200a784-2c1e-4f82-bb88-e98adf11d1fc" + "EASTUS2:20211117T052018Z:aa33cd9b-3a13-49f1-9b41-ee5456dcd171" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:42:02 GMT" - ], "Content-Length": [ "134" ], @@ -1617,29 +1680,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:35:19.8573658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3282bdb-7207-4ede-bc32-5482fa93ce75\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:13:36.0591501+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"871742c7-744a-44d5-9f66-545e2abe8a67\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMjgyYmRiLTcyMDctNGVkZS1iYzMyLTU0ODJmYTkzY2U3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3MTc0MmM3LTc0NGEtNDRkNS05ZjY2LTU0NWUyYWJlOGE2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:21:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29966" ], @@ -1647,27 +1717,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "79a32903-dedd-4ed7-ba45-bf4dcb835bbf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "388340d6-a5b4-43e0-8228-c6814e0a6f38" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "ab29697a-35aa-46f2-b943-d24f4855e9ad" + "6b9d9e35-f507-41d8-861b-5b44ce8283c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024339Z:ab29697a-35aa-46f2-b943-d24f4855e9ad" + "EASTUS2:20211117T052156Z:6b9d9e35-f507-41d8-861b-5b44ce8283c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:43:39 GMT" - ], "Content-Length": [ "134" ], @@ -1678,57 +1741,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:35:19.8573658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f3282bdb-7207-4ede-bc32-5482fa93ce75\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:13:36.0591501+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"871742c7-744a-44d5-9f66-545e2abe8a67\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f3282bdb-7207-4ede-bc32-5482fa93ce75?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMjgyYmRiLTcyMDctNGVkZS1iYzMyLTU0ODJmYTkzY2U3NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/871742c7-744a-44d5-9f66-545e2abe8a67?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3MTc0MmM3LTc0NGEtNDRkNS05ZjY2LTU0NWUyYWJlOGE2Nz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:23:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e41e8734-7e70-44a8-93dc-afc653e2464c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2b8e00d5-548f-4b44-8e05-7ca9a5b5b706" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "5238bebf-61d4-4fb1-9deb-1303edefaf90" + "83b1413f-170a-4c13-9fb2-f34235dae312" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024517Z:5238bebf-61d4-4fb1-9deb-1303edefaf90" + "EASTUS2:20211117T052333Z:83b1413f-170a-4c13-9fb2-f34235dae312" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:45:17 GMT" - ], "Content-Length": [ "184" ], @@ -1739,57 +1802,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:35:19.8573658+00:00\",\r\n \"endTime\": \"2021-06-29T02:45:14.7313547+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f3282bdb-7207-4ede-bc32-5482fa93ce75\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:13:36.0591501+00:00\",\r\n \"endTime\": \"2021-11-17T05:22:28.8713387+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"871742c7-744a-44d5-9f66-545e2abe8a67\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:23:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2588" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce873752-05d1-4e5a-bcd2-eea93c3c0d0c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6af19618-1904-46ba-8b15-4502c6dd7133" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "be916666-018b-4faf-81d3-270705fb4840" + "8384a197-01a0-4bfa-9f70-e675a664288c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024517Z:be916666-018b-4faf-81d3-270705fb4840" + "EASTUS2:20211117T052334Z:8384a197-01a0-4bfa-9f70-e675a664288c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:45:17 GMT" - ], "Content-Length": [ "3163" ], @@ -1800,63 +1863,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6364\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9370.blob.core.windows.net/crptestar4508\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9881\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"786c9245-33c2-4d12-9383-f77f7771ff0f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3639\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1623.blob.core.windows.net/crptestar5052\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5308\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6382\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"fa9235c3-8ba9-497f-8def-87db14101f7b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cc1b798-2157-4665-b036-c40b41264520" + "3281d8f3-87c5-4a3b-ad6f-63142608ec59" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:23:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2587" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cabf8700-be7a-48c1-b98f-8891e7e5fb49" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c138cd41-3a13-421f-a231-ffbfa29fdd10" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "62521311-bf8b-471d-bf60-40e55c8981fc" + "cba48965-e75f-4676-b4d2-232f392cddd0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024518Z:62521311-bf8b-471d-bf60-40e55c8981fc" + "EASTUS2:20211117T052334Z:cba48965-e75f-4676-b4d2-232f392cddd0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:45:17 GMT" - ], "Content-Length": [ "3163" ], @@ -1867,40 +1930,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6364\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9370.blob.core.windows.net/crptestar4508\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9881\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Network/virtualNetworks/vn1285/subnets/sn4409\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"786c9245-33c2-4d12-9383-f77f7771ff0f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3639\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1623.blob.core.windows.net/crptestar5052\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5308\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6382\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Network/virtualNetworks/vn856/subnets/sn4937\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"fa9235c3-8ba9-497f-8def-87db14101f7b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2NC9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOS9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c570fe9c-3f54-442d-acf5-b47ee4935ec0" + "64b47384-31dc-4a1f-9d24-eda31339f4df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:23:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7f9bf3f1-03b2-47d3-9390-61338d2815b6?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e8d03cdd-31ec-4802-98cf-1cc7c021cde7?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7f9bf3f1-03b2-47d3-9390-61338d2815b6?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e8d03cdd-31ec-4802-98cf-1cc7c021cde7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1912,87 +1982,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7f9bf3f1-03b2-47d3-9390-61338d2815b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e8d03cdd-31ec-4802-98cf-1cc7c021cde7" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "00020584-6400-4897-bbcd-78df613d5b32" + "74c26842-d275-4124-9d7e-b2834b2e0103" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024518Z:00020584-6400-4897-bbcd-78df613d5b32" + "EASTUS2:20211117T052334Z:74c26842-d275-4124-9d7e-b2834b2e0103" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:45:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7f9bf3f1-03b2-47d3-9390-61338d2815b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdmOWJmM2YxLTAzYjItNDdkMy05MzkwLTYxMzM4ZDI4MTViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e8d03cdd-31ec-4802-98cf-1cc7c021cde7?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4ZDAzY2RkLTMxZWMtNDgwMi05OGNmLTFjYzdjMDIxY2RlNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:24:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1e0f6037-d8db-46e5-ab0f-53fb708f8bdb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d4a61b70-5c1b-4909-83b4-8f3a5d340bea" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "b1f117d4-6225-4638-a1e5-f940631abd4a" + "0092e5c8-e575-4bea-bad4-f0916ec531b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024548Z:b1f117d4-6225-4638-a1e5-f940631abd4a" + "EASTUS2:20211117T052405Z:0092e5c8-e575-4bea-bad4-f0916ec531b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:45:48 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2001,98 +2064,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:18.2470018+00:00\",\r\n \"endTime\": \"2021-06-29T02:45:18.5595108+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7f9bf3f1-03b2-47d3-9390-61338d2815b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:23:34.7306362+00:00\",\r\n \"endTime\": \"2021-11-17T05:23:35.152517+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e8d03cdd-31ec-4802-98cf-1cc7c021cde7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7f9bf3f1-03b2-47d3-9390-61338d2815b6?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdmOWJmM2YxLTAzYjItNDdkMy05MzkwLTYxMzM4ZDI4MTViNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e8d03cdd-31ec-4802-98cf-1cc7c021cde7?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4ZDAzY2RkLTMxZWMtNDgwMi05OGNmLTFjYzdjMDIxY2RlNz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:24:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b24f8095-4c53-4194-b620-b2eee3573215" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "56cfb612-b661-42ed-9ea6-0cd9d414d6c5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "dd0a3373-9b54-46bc-9889-3dd2f214f3af" + "3a31fcbc-4230-4eb9-8e50-6f23045b30a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024548Z:dd0a3373-9b54-46bc-9889-3dd2f214f3af" + "EASTUS2:20211117T052405Z:3a31fcbc-4230-4eb9-8e50-6f23045b30a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:45:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364/reimage?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2NC9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639/reimage?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOS9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ead17c6c-8761-4d3a-a5b6-8e3243bb2576" + "0d7de340-5a32-4f4f-b3c0-c953c941f7ff" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:24:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2104,85 +2174,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "978d2bf2-fdb5-4564-978e-9e74b1049836" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "986074da-643b-48f4-9727-2c34e25118d6" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "faf382e3-8ee6-4afe-8220-f18357eacae8" + "7a74af02-982c-46c1-a5e5-5307ad3b67c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024549Z:faf382e3-8ee6-4afe-8220-f18357eacae8" + "EASTUS2:20211117T052405Z:7a74af02-982c-46c1-a5e5-5307ad3b67c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:45:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:24:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1be01fd7-188d-4160-8b78-a74884448610" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9d8e4ee8-2ad2-4dde-a0a6-785cf33d4762" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "216ee668-0b2d-4afd-9643-3c916bb9d38d" + "dbc36d43-e88c-4ff1-89ca-b4d483db4cf9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024619Z:216ee668-0b2d-4afd-9643-3c916bb9d38d" + "EASTUS2:20211117T052436Z:dbc36d43-e88c-4ff1-89ca-b4d483db4cf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:46:18 GMT" - ], "Content-Length": [ "134" ], @@ -2193,57 +2256,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:25:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "36a84d10-3b43-49fc-ab38-b3b6446229d4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c96a117-c769-4100-963c-28cd630bce33" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "7a364107-de7f-4f01-85d6-beaf6c4412de" + "494942c0-a131-4d32-bb7f-d1f27f18fb17" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024649Z:7a364107-de7f-4f01-85d6-beaf6c4412de" + "EASTUS2:20211117T052506Z:494942c0-a131-4d32-bb7f-d1f27f18fb17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:46:48 GMT" - ], "Content-Length": [ "134" ], @@ -2254,57 +2317,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:25:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "982257f4-a06f-462d-aa80-54f737db4748" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d11296df-1a12-47eb-80a3-554ecc492289" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "ce8c7203-badf-494a-b8b1-04235c69c347" + "b89b95fd-6d49-4346-b622-0113d4c5937f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024720Z:ce8c7203-badf-494a-b8b1-04235c69c347" + "EASTUS2:20211117T052536Z:b89b95fd-6d49-4346-b622-0113d4c5937f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:47:20 GMT" - ], "Content-Length": [ "134" ], @@ -2315,57 +2378,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:26:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "621d9712-8059-4c22-8eb0-97a112e4dcbd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "77567a7b-93ad-4719-a8bf-17b3cbb45a2d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "24cdfc29-4280-470b-96ee-fc7720c200ae" + "713ff738-dba6-4ad6-9f44-d3b04c93b0c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024750Z:24cdfc29-4280-470b-96ee-fc7720c200ae" + "EASTUS2:20211117T052606Z:713ff738-dba6-4ad6-9f44-d3b04c93b0c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:47:50 GMT" - ], "Content-Length": [ "134" ], @@ -2376,118 +2439,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:26:36 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29946" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "8cf77ee3-d827-4d37-9e83-32a115f1fdb3" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "5d25a31b-29e5-4272-a180-99c646d65688" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T024820Z:5d25a31b-29e5-4272-a180-99c646d65688" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 02:48:20 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29943" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2d71b8c2-b9f5-4e7f-b237-78827bd4a6ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6dac9480-b7a6-42c2-af63-963759da7cfd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11990" ], "x-ms-correlation-request-id": [ - "76b45d90-8da3-4bae-87f0-4b735561ecb3" + "a2bc8450-4f99-4f9e-a5bf-0538af21cb71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024850Z:76b45d90-8da3-4bae-87f0-4b735561ecb3" + "EASTUS2:20211117T052637Z:a2bc8450-4f99-4f9e-a5bf-0538af21cb71" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:48:50 GMT" - ], "Content-Length": [ "134" ], @@ -2498,57 +2500,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:27:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29940" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2fea1819-2b4e-491a-a4fa-259a4f3bcca9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fd84f472-5bbc-4be8-8b40-8e2249371b73" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11989" ], "x-ms-correlation-request-id": [ - "4404c165-e1cd-4c0d-b0eb-3974cf15152c" + "55659fbb-6202-4efd-a202-191061a09d20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024921Z:4404c165-e1cd-4c0d-b0eb-3974cf15152c" + "EASTUS2:20211117T052707Z:55659fbb-6202-4efd-a202-191061a09d20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:49:20 GMT" - ], "Content-Length": [ "134" ], @@ -2559,57 +2561,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:27:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "46a0caee-c1f5-4531-be99-129d70632c6e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a7f5cd31-1fa4-4e34-ab25-2904092c816c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11988" ], "x-ms-correlation-request-id": [ - "9d70766a-b4d6-4b5f-8bbf-3d8f322ed57e" + "84393676-381c-44a3-b9a2-faeb13ce8d41" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T024951Z:9d70766a-b4d6-4b5f-8bbf-3d8f322ed57e" + "EASTUS2:20211117T052737Z:84393676-381c-44a3-b9a2-faeb13ce8d41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:49:51 GMT" - ], "Content-Length": [ "134" ], @@ -2620,57 +2622,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:28:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29942" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06bcf808-c457-4975-9e43-925d890af0f4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "670921c1-6be2-4c4d-81a5-cf878aceb662" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11987" ], "x-ms-correlation-request-id": [ - "0576dd58-7033-4404-a0e6-89a9b6bf9103" + "942a37e4-c239-47a0-9b12-80e2999c1449" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025021Z:0576dd58-7033-4404-a0e6-89a9b6bf9103" + "EASTUS2:20211117T052807Z:942a37e4-c239-47a0-9b12-80e2999c1449" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:50:21 GMT" - ], "Content-Length": [ "134" ], @@ -2681,57 +2683,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:28:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29934" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "26fe05f1-f6ed-4acd-b3a5-170704b4827d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e318ef82-2fd2-4a84-95c6-fb9306470d36" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11986" ], "x-ms-correlation-request-id": [ - "715454e1-6186-414b-9ab4-079a7163180b" + "b3991682-5538-4a57-9a70-48e3b7681f55" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025051Z:715454e1-6186-414b-9ab4-079a7163180b" + "EASTUS2:20211117T052838Z:b3991682-5538-4a57-9a70-48e3b7681f55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:50:51 GMT" - ], "Content-Length": [ "134" ], @@ -2742,57 +2744,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:29:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29931" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce8fac83-815c-470a-8745-66d843ddfb98" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "94577e61-d280-41b9-99b0-ff10b1b5b905" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11985" ], "x-ms-correlation-request-id": [ - "0dd2c7bb-9348-4034-87b6-df1ea9c9846c" + "581fffd6-60f8-4b3c-b88b-e8499ac73016" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025122Z:0dd2c7bb-9348-4034-87b6-df1ea9c9846c" + "EASTUS2:20211117T052908Z:581fffd6-60f8-4b3c-b88b-e8499ac73016" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:51:22 GMT" - ], "Content-Length": [ "134" ], @@ -2803,57 +2805,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:29:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29929" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "edcff613-2fa6-47f3-be9c-7a6fd7193e8b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c202e830-06db-476f-b7e1-d8ec5f7a2c2b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11984" ], "x-ms-correlation-request-id": [ - "9da6c35e-8a05-4817-9a34-c905d3e99f0a" + "9e051a63-bb4a-4c2d-8432-9853046752a2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025153Z:9da6c35e-8a05-4817-9a34-c905d3e99f0a" + "EASTUS2:20211117T052938Z:9e051a63-bb4a-4c2d-8432-9853046752a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:51:52 GMT" - ], "Content-Length": [ "134" ], @@ -2864,57 +2866,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:30:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29924" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b0c2644-9cce-44c2-8f47-bc4915207834" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8dc71f3d-aa9a-42ff-ad9e-255ec4454397" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11983" ], "x-ms-correlation-request-id": [ - "b91edb75-8b76-41e7-893d-b012c883a079" + "56991db2-dcea-4f00-bb26-1235879a1838" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025223Z:b91edb75-8b76-41e7-893d-b012c883a079" + "EASTUS2:20211117T053008Z:56991db2-dcea-4f00-bb26-1235879a1838" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:52:22 GMT" - ], "Content-Length": [ "134" ], @@ -2925,57 +2927,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:30:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29922" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d606b6b-5915-4d77-b02f-4934c857e522" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1ec84f52-9728-492a-b8bb-dd200d7b8bd5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11982" ], "x-ms-correlation-request-id": [ - "4895119d-692d-4285-8dbd-c3bda7b3575f" + "a9d1f37c-d438-45b9-9f32-9ec9c94a1a5b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025253Z:4895119d-692d-4285-8dbd-c3bda7b3575f" + "EASTUS2:20211117T053039Z:a9d1f37c-d438-45b9-9f32-9ec9c94a1a5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:52:53 GMT" - ], "Content-Length": [ "134" ], @@ -2986,57 +2988,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:31:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29920" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29931" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a04445a7-6086-45af-99c5-9ab782fee5d1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f420a48d-5315-49e2-bf94-28b1826c54ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11981" ], "x-ms-correlation-request-id": [ - "0f78e4c0-5269-4598-8a5e-3589e7892c31" + "5f6c756a-38f9-47ce-9981-760d5302f348" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025324Z:0f78e4c0-5269-4598-8a5e-3589e7892c31" + "EASTUS2:20211117T053109Z:5f6c756a-38f9-47ce-9981-760d5302f348" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:53:23 GMT" - ], "Content-Length": [ "134" ], @@ -3047,57 +3049,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:31:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29917" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29928" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6af3f71f-d8a7-40f8-b542-8d7a46569931" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "461623cf-48de-4df0-99b6-835c0637624e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11980" ], "x-ms-correlation-request-id": [ - "4fee437a-6abb-4e91-8f7e-16cca8bf1bed" + "f72a4f9b-0a0b-4fd8-bb2c-f953a989e260" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025354Z:4fee437a-6abb-4e91-8f7e-16cca8bf1bed" + "EASTUS2:20211117T053139Z:f72a4f9b-0a0b-4fd8-bb2c-f953a989e260" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:53:53 GMT" - ], "Content-Length": [ "134" ], @@ -3108,57 +3110,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:32:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29912" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29925" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d322e6f2-b752-4208-8b18-e1551003ca83" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "05bb906a-9f0a-495a-8aa5-95f7c2e0b057" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11979" ], "x-ms-correlation-request-id": [ - "5ac5f48f-e3a9-4f93-9127-a545529997df" + "b4a182b3-16e2-4b46-a89c-e777fa548aab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025425Z:5ac5f48f-e3a9-4f93-9127-a545529997df" + "EASTUS2:20211117T053209Z:b4a182b3-16e2-4b46-a89c-e777fa548aab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:54:24 GMT" - ], "Content-Length": [ "134" ], @@ -3169,57 +3171,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:32:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29909" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "234ce7b3-b263-4eb9-8074-4ba64c22930c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb646fea-547a-4515-b19a-45ed58ed196a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11978" ], "x-ms-correlation-request-id": [ - "6613c9fd-e649-4edd-8c4a-3373be9ad5c0" + "1ca9e900-4706-4e79-aa2e-7375ebd4fc6f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025455Z:6613c9fd-e649-4edd-8c4a-3373be9ad5c0" + "EASTUS2:20211117T053240Z:1ca9e900-4706-4e79-aa2e-7375ebd4fc6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:54:54 GMT" - ], "Content-Length": [ "134" ], @@ -3230,57 +3232,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:33:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29913" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29920" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1f644f3c-4f7e-4e79-bd77-085fb8f0caf7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "57cdf470-5ec2-4837-9a7a-4c746c0502b8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11977" ], "x-ms-correlation-request-id": [ - "c605c40b-0ac3-4da9-9f63-5a556d4cc677" + "541afe39-8c03-4b45-8fa3-301c1e6bee14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025526Z:c605c40b-0ac3-4da9-9f63-5a556d4cc677" + "EASTUS2:20211117T053310Z:541afe39-8c03-4b45-8fa3-301c1e6bee14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:55:26 GMT" - ], "Content-Length": [ "134" ], @@ -3291,57 +3293,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:33:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29910" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e9d99e6-4169-4ba9-8c96-78e63925ee6d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5906ae59-e5dd-4f76-af71-b8c222dacb38" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11976" ], "x-ms-correlation-request-id": [ - "9d8d0f31-2159-4227-80ba-d33745ffe311" + "031dd95a-62f7-4a2a-be21-55a16317a2ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025556Z:9d8d0f31-2159-4227-80ba-d33745ffe311" + "EASTUS2:20211117T053341Z:031dd95a-62f7-4a2a-be21-55a16317a2ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:55:56 GMT" - ], "Content-Length": [ "134" ], @@ -3352,57 +3354,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:34:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29906" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "143dc9a9-9155-4964-9e0f-4d6cf9e29128" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "36f3271f-12da-4f9d-a19f-1b86780161f5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11975" ], "x-ms-correlation-request-id": [ - "f1b8dadb-42c2-4ea9-8a18-59a19f6e711f" + "cdb1867a-4feb-4aec-bae6-85e39332caa0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025626Z:f1b8dadb-42c2-4ea9-8a18-59a19f6e711f" + "EASTUS2:20211117T053411Z:cdb1867a-4feb-4aec-bae6-85e39332caa0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:56:26 GMT" - ], "Content-Length": [ "184" ], @@ -3413,101 +3415,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:45:49.0282193+00:00\",\r\n \"endTime\": \"2021-06-29T02:55:58.9021402+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"978d2bf2-fdb5-4564-978e-9e74b1049836\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:24:05.5431745+00:00\",\r\n \"endTime\": \"2021-11-17T05:33:41.1983884+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"986074da-643b-48f4-9727-2c34e25118d6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/978d2bf2-fdb5-4564-978e-9e74b1049836?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3OGQyYmYyLWZkYjUtNDU2NC05NzhlLTllNzRiMTA0OTgzNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986074da-643b-48f4-9727-2c34e25118d6?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NjA3NGRhLTY0M2ItNDhmNC05NzI3LTJjMzRlMjUxMThkNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:34:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29905" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29914" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70abdf84-08da-4c73-b819-a56c63990aa6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "69d77a02-60e7-4324-829f-6dfd12d69d28" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11974" ], "x-ms-correlation-request-id": [ - "716e70ad-caad-4358-9951-c363853f10ac" + "5c5bb326-e2ee-485b-91e8-70befd123488" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025627Z:716e70ad-caad-4358-9951-c363853f10ac" + "EASTUS2:20211117T053411Z:5c5bb326-e2ee-485b-91e8-70befd123488" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:56:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364/restart?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2NC9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639/restart?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOS9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef75baaa-8cb9-44d9-a392-19f6116e1e46" + "e1f98704-12e4-4df4-a9ac-0f1a21102964" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:34:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/05283ea4-e335-4cca-918c-acf472a6226d?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fcc9be1b-aafa-418d-be93-5dc5919faaeb?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/05283ea4-e335-4cca-918c-acf472a6226d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fcc9be1b-aafa-418d-be93-5dc5919faaeb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -3516,85 +3525,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05283ea4-e335-4cca-918c-acf472a6226d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fcc9be1b-aafa-418d-be93-5dc5919faaeb" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "b643cc15-949d-4aac-adf0-94c12ff5e4d8" + "3af2e0e5-d911-486f-af6b-aa7405fe9daf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025627Z:b643cc15-949d-4aac-adf0-94c12ff5e4d8" + "EASTUS2:20211117T053412Z:3af2e0e5-d911-486f-af6b-aa7405fe9daf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:56:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/05283ea4-e335-4cca-918c-acf472a6226d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA1MjgzZWE0LWUzMzUtNGNjYS05MThjLWFjZjQ3MmE2MjI2ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fcc9be1b-aafa-418d-be93-5dc5919faaeb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjYzliZTFiLWFhZmEtNDE4ZC1iZTkzLTVkYzU5MTlmYWFlYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:34:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29903" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bec80222-272d-4428-8ec2-1ad8408be7d9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e435b3bc-7a37-49a3-8ad2-d865dae85893" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11973" ], "x-ms-correlation-request-id": [ - "c0cccf25-e969-4621-9683-e78cdf58657a" + "cad291f1-c64e-4d38-bc2b-e63ec8c00529" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025657Z:c0cccf25-e969-4621-9683-e78cdf58657a" + "EASTUS2:20211117T053442Z:cad291f1-c64e-4d38-bc2b-e63ec8c00529" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:56:57 GMT" - ], "Content-Length": [ "184" ], @@ -3605,98 +3607,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:56:27.2613011+00:00\",\r\n \"endTime\": \"2021-06-29T02:56:28.7769688+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"05283ea4-e335-4cca-918c-acf472a6226d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:34:11.9171256+00:00\",\r\n \"endTime\": \"2021-11-17T05:34:13.4796118+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fcc9be1b-aafa-418d-be93-5dc5919faaeb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/05283ea4-e335-4cca-918c-acf472a6226d?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA1MjgzZWE0LWUzMzUtNGNjYS05MThjLWFjZjQ3MmE2MjI2ZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fcc9be1b-aafa-418d-be93-5dc5919faaeb?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZjYzliZTFiLWFhZmEtNDE4ZC1iZTkzLTVkYzU5MTlmYWFlYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:34:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b55c7ec8-73e0-4b67-9dc2-647deb3edbcf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dfebc898-b3d6-4571-b683-c4f26680155c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11972" ], "x-ms-correlation-request-id": [ - "47a4f5d6-985e-495b-a24e-43856eb1ce83" + "bebb7398-c37a-47a5-923e-7ec34361dad5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025657Z:47a4f5d6-985e-495b-a24e-43856eb1ce83" + "EASTUS2:20211117T053442Z:bebb7398-c37a-47a5-923e-7ec34361dad5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:56:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364/poweroff?skipShutdown=false&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2NC9wb3dlcm9mZj9za2lwU2h1dGRvd249ZmFsc2UmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639/poweroff?skipShutdown=false&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOS9wb3dlcm9mZj9za2lwU2h1dGRvd249ZmFsc2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d9f1ac0-9ec7-4729-bdb0-d35cdbbad799" + "fa987890-d562-461d-97ed-46662c0db957" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:34:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f9bab4e5-d3cd-4864-b5e5-3a9700a4ee91?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0eaf277c-1eb4-4f6b-a936-7f7f9d9ff8c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f9bab4e5-d3cd-4864-b5e5-3a9700a4ee91?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0eaf277c-1eb4-4f6b-a936-7f7f9d9ff8c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -3708,85 +3717,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f9bab4e5-d3cd-4864-b5e5-3a9700a4ee91" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0eaf277c-1eb4-4f6b-a936-7f7f9d9ff8c0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "8b0ba6cc-02c3-471e-9d3a-9189db172db6" + "8d122774-8e45-4a12-aaee-8ae8c868ce09" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025658Z:8b0ba6cc-02c3-471e-9d3a-9189db172db6" + "EASTUS2:20211117T053442Z:8d122774-8e45-4a12-aaee-8ae8c868ce09" ], "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 02:56:57 GMT" - ], - "Expires": [ - "-1" + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f9bab4e5-d3cd-4864-b5e5-3a9700a4ee91?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y5YmFiNGU1LWQzY2QtNDg2NC1iNWU1LTNhOTcwMGE0ZWU5MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0eaf277c-1eb4-4f6b-a936-7f7f9d9ff8c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBlYWYyNzdjLTFlYjQtNGY2Yi1hOTM2LTdmN2Y5ZDlmZjhjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:35:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29900" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b782c79-8238-49f4-8466-5ff90e2974cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8ad5c75c-82b6-4f74-aaea-bad175deb3d9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11971" ], "x-ms-correlation-request-id": [ - "f0677c61-3a86-4f0d-81e0-df381d8e5ef8" + "ba020418-a231-4e60-ab1e-10d09227c9b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025729Z:f0677c61-3a86-4f0d-81e0-df381d8e5ef8" + "EASTUS2:20211117T053513Z:ba020418-a231-4e60-ab1e-10d09227c9b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:57:28 GMT" - ], "Content-Length": [ "184" ], @@ -3797,101 +3799,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:56:58.0581281+00:00\",\r\n \"endTime\": \"2021-06-29T02:57:18.2143136+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f9bab4e5-d3cd-4864-b5e5-3a9700a4ee91\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:34:42.7608803+00:00\",\r\n \"endTime\": \"2021-11-17T05:35:06.1045779+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0eaf277c-1eb4-4f6b-a936-7f7f9d9ff8c0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f9bab4e5-d3cd-4864-b5e5-3a9700a4ee91?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y5YmFiNGU1LWQzY2QtNDg2NC1iNWU1LTNhOTcwMGE0ZWU5MT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0eaf277c-1eb4-4f6b-a936-7f7f9d9ff8c0?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBlYWYyNzdjLTFlYjQtNGY2Yi1hOTM2LTdmN2Y5ZDlmZjhjMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:35:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc6c5ecb-2f09-4433-8ade-ec3497c17209" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cc35f42b-f614-4124-916e-04fe87a89cb0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11970" ], "x-ms-correlation-request-id": [ - "3b70a44d-636c-4110-85b0-b7e7a6986a2f" + "18483cb6-77e8-402e-bf98-177c6292b68d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025729Z:3b70a44d-636c-4110-85b0-b7e7a6986a2f" + "EASTUS2:20211117T053514Z:18483cb6-77e8-402e-bf98-177c6292b68d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:57:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364/deallocate?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2NC9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639/deallocate?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOS9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "542e0fc1-8ba0-4b69-8160-4750ccea77f0" + "2ca5c2ca-2c1b-4a7f-ba75-a1a89f01a26b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:35:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd0aecae-12f4-4a7a-822b-c4074ca2593a?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/58375b91-c484-43c4-8340-5b14114ec35b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd0aecae-12f4-4a7a-822b-c4074ca2593a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/58375b91-c484-43c4-8340-5b14114ec35b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;396,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -3900,85 +3909,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd0aecae-12f4-4a7a-822b-c4074ca2593a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "58375b91-c484-43c4-8340-5b14114ec35b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "21a11bee-353b-431a-a1ab-f53fd998ee77" + "36b488f2-0c4c-45a6-8f4a-36645d0cd544" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025729Z:21a11bee-353b-431a-a1ab-f53fd998ee77" + "EASTUS2:20211117T053514Z:36b488f2-0c4c-45a6-8f4a-36645d0cd544" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:57:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd0aecae-12f4-4a7a-822b-c4074ca2593a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkMGFlY2FlLTEyZjQtNGE3YS04MjJiLWM0MDc0Y2EyNTkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/58375b91-c484-43c4-8340-5b14114ec35b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4Mzc1YjkxLWM0ODQtNDNjNC04MzQwLTViMTQxMTRlYzM1Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:35:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29896" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "055dfdf0-1e00-4510-b130-9a947e8eae46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bd733029-cf6b-498a-ac4e-1c7a561e8801" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11969" ], "x-ms-correlation-request-id": [ - "21f4f41c-d67c-40cf-87d4-46527751a00a" + "7c8439a7-6c00-4bc9-994e-04acd6052127" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025759Z:21f4f41c-d67c-40cf-87d4-46527751a00a" + "EASTUS2:20211117T053544Z:7c8439a7-6c00-4bc9-994e-04acd6052127" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:57:59 GMT" - ], "Content-Length": [ "134" ], @@ -3989,57 +3991,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:57:29.5424718+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd0aecae-12f4-4a7a-822b-c4074ca2593a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:35:14.2295972+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"58375b91-c484-43c4-8340-5b14114ec35b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd0aecae-12f4-4a7a-822b-c4074ca2593a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkMGFlY2FlLTEyZjQtNGE3YS04MjJiLWM0MDc0Y2EyNTkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/58375b91-c484-43c4-8340-5b14114ec35b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4Mzc1YjkxLWM0ODQtNDNjNC04MzQwLTViMTQxMTRlYzM1Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:36:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29893" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1c7c576f-e2f4-4f1b-8c89-4fb04a178e0a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f09b7760-e186-4b0a-9b27-5e2861725ea6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11968" ], "x-ms-correlation-request-id": [ - "17a34730-38ba-4d04-9db8-2d156288e08a" + "d04b63e3-5bbb-4e91-ae98-1514bec18974" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025830Z:17a34730-38ba-4d04-9db8-2d156288e08a" + "EASTUS2:20211117T053615Z:d04b63e3-5bbb-4e91-ae98-1514bec18974" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:58:29 GMT" - ], "Content-Length": [ "184" ], @@ -4050,107 +4052,114 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:57:29.5424718+00:00\",\r\n \"endTime\": \"2021-06-29T02:58:02.4175848+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bd0aecae-12f4-4a7a-822b-c4074ca2593a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:35:14.2295972+00:00\",\r\n \"endTime\": \"2021-11-17T05:35:49.0576813+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"58375b91-c484-43c4-8340-5b14114ec35b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd0aecae-12f4-4a7a-822b-c4074ca2593a?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkMGFlY2FlLTEyZjQtNGE3YS04MjJiLWM0MDc0Y2EyNTkzYT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/58375b91-c484-43c4-8340-5b14114ec35b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4Mzc1YjkxLWM0ODQtNDNjNC04MzQwLTViMTQxMTRlYzM1Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:36:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29892" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d0abcd3f-2c50-463f-b5a3-cd34defa3f9e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "089aeea7-db9c-41e8-868b-b41e97350015" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11967" ], "x-ms-correlation-request-id": [ - "55dad0d8-f924-4639-a586-f9e640b2824d" + "e461a360-09c5-4d10-89e1-790c7f0d6317" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025830Z:55dad0d8-f924-4639-a586-f9e640b2824d" + "EASTUS2:20211117T053615Z:e461a360-09c5-4d10-89e1-790c7f0d6317" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:58:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar51381/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6364?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUxMzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjM2ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar31771/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3639?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzYzOT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20771ae1-c15f-47da-8492-62bdd7592ec4" + "e988ca70-2ddf-4b6d-a6ed-81d539c4eba5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:36:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2789171d-93c5-4e5f-96b3-2693d78979a3?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/11d71a1f-6009-41f9-933d-84b636287bdd?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2789171d-93c5-4e5f-96b3-2693d78979a3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/11d71a1f-6009-41f9-933d-84b636287bdd?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;77,Microsoft.Compute/DeleteVMScaleSet30Min;395,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;77,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -4159,87 +4168,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2789171d-93c5-4e5f-96b3-2693d78979a3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "11d71a1f-6009-41f9-933d-84b636287bdd" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "193cebc1-299c-4796-b982-a8d60fd9f561" + "8ca09024-6870-41b6-a2e6-0d814f858593" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025831Z:193cebc1-299c-4796-b982-a8d60fd9f561" + "EASTUS2:20211117T053618Z:8ca09024-6870-41b6-a2e6-0d814f858593" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:58:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2789171d-93c5-4e5f-96b3-2693d78979a3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3ODkxNzFkLTkzYzUtNGU1Zi05NmIzLTI2OTNkNzg5NzlhMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/11d71a1f-6009-41f9-933d-84b636287bdd?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExZDcxYTFmLTYwMDktNDFmOS05MzNkLTg0YjYzNjI4N2JkZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:36:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29890" + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "de8e2fc0-a621-4a72-b1fd-4238a5e8d291" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "40df63ee-9ba0-480f-bcb4-c1c7de6fd9ab" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11966" ], "x-ms-correlation-request-id": [ - "b6a7f18a-73f5-44d1-8cc3-c0dce4ddb1d8" + "4d5bed32-a944-4e3b-a4f8-9df341103855" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025841Z:b6a7f18a-73f5-44d1-8cc3-c0dce4ddb1d8" + "EASTUS2:20211117T053628Z:4d5bed32-a944-4e3b-a4f8-9df341103855" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:58:41 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4248,83 +4250,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:58:31.4955104+00:00\",\r\n \"endTime\": \"2021-06-29T02:58:33.0735996+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2789171d-93c5-4e5f-96b3-2693d78979a3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:36:18.057713+00:00\",\r\n \"endTime\": \"2021-11-17T05:36:19.7139461+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"11d71a1f-6009-41f9-933d-84b636287bdd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2789171d-93c5-4e5f-96b3-2693d78979a3?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3ODkxNzFkLTkzYzUtNGU1Zi05NmIzLTI2OTNkNzg5NzlhMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/11d71a1f-6009-41f9-933d-84b636287bdd?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExZDcxYTFmLTYwMDktNDFmOS05MzNkLTg0YjYzNjI4N2JkZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:36:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29889" + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "28784b46-6361-44c2-a182-17d3e921211a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "400dd600-52ff-4285-8cfd-a059b248a3d5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11965" ], "x-ms-correlation-request-id": [ - "457dd2e3-67d3-4540-ba3e-628184065ce4" + "c82bb534-a18a-4c1a-b534-c6e747d7c8cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025842Z:457dd2e3-67d3-4540-ba3e-628184065ce4" + "EASTUS2:20211117T053628Z:c82bb534-a18a-4c1a-b534-c6e747d7c8cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:58:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar51381?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUxMzgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar31771?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNzcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23cfa019-13a9-473f-be12-f9080d9400a1" + "b43c1e6b-d25b-4653-9451-a930fe7ea891" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4332,11 +4334,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:36:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4345,13 +4350,13 @@ "14999" ], "x-ms-request-id": [ - "dae4ae10-eabe-4b64-a44f-8b8af3a2fa4e" + "c9c097d0-0209-422c-8d31-1fb57135a867" ], "x-ms-correlation-request-id": [ - "dae4ae10-eabe-4b64-a44f-8b8af3a2fa4e" + "c9c097d0-0209-422c-8d31-1fb57135a867" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025847Z:dae4ae10-eabe-4b64-a44f-8b8af3a2fa4e" + "EASTUS2:20211117T053633Z:c9c097d0-0209-422c-8d31-1fb57135a867" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4359,29 +4364,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:58:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4389,11 +4391,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:36:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4402,13 +4407,13 @@ "11999" ], "x-ms-request-id": [ - "5025f25f-4a3c-4424-a2f8-31571469b11b" + "a543a85d-320b-4cb6-8a9c-2d8209e19649" ], "x-ms-correlation-request-id": [ - "5025f25f-4a3c-4424-a2f8-31571469b11b" + "a543a85d-320b-4cb6-8a9c-2d8209e19649" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025903Z:5025f25f-4a3c-4424-a2f8-31571469b11b" + "EASTUS2:20211117T053649Z:a543a85d-320b-4cb6-8a9c-2d8209e19649" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4416,29 +4421,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:59:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4446,11 +4448,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:37:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4459,13 +4464,13 @@ "11998" ], "x-ms-request-id": [ - "6a789f54-cabe-415a-9df4-616fa6bb01e7" + "53c46431-730f-49a6-b451-73431d6128cb" ], "x-ms-correlation-request-id": [ - "6a789f54-cabe-415a-9df4-616fa6bb01e7" + "53c46431-730f-49a6-b451-73431d6128cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025918Z:6a789f54-cabe-415a-9df4-616fa6bb01e7" + "EASTUS2:20211117T053704Z:53c46431-730f-49a6-b451-73431d6128cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4473,29 +4478,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:59:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4503,11 +4505,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:37:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4516,13 +4521,13 @@ "11997" ], "x-ms-request-id": [ - "963ba75f-e5f1-4546-b758-7095bbd09f1a" + "971f4ce1-48ab-4bb5-859c-6129cfbc0517" ], "x-ms-correlation-request-id": [ - "963ba75f-e5f1-4546-b758-7095bbd09f1a" + "971f4ce1-48ab-4bb5-859c-6129cfbc0517" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025933Z:963ba75f-e5f1-4546-b758-7095bbd09f1a" + "EASTUS2:20211117T053719Z:971f4ce1-48ab-4bb5-859c-6129cfbc0517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4530,29 +4535,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:59:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4560,11 +4562,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:37:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4573,13 +4578,13 @@ "11996" ], "x-ms-request-id": [ - "b7399302-082a-47e4-9677-f85936f087b0" + "62e5a57e-09cf-478b-99d9-3399059c9f51" ], "x-ms-correlation-request-id": [ - "b7399302-082a-47e4-9677-f85936f087b0" + "62e5a57e-09cf-478b-99d9-3399059c9f51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T025949Z:b7399302-082a-47e4-9677-f85936f087b0" + "EASTUS2:20211117T053735Z:62e5a57e-09cf-478b-99d9-3399059c9f51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4587,29 +4592,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:59:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4617,11 +4619,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:37:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4630,13 +4635,13 @@ "11995" ], "x-ms-request-id": [ - "fbc54236-d9aa-40ba-a0e5-11c598defd1a" + "b044c28e-eec8-4830-a6ea-f959edcba2b6" ], "x-ms-correlation-request-id": [ - "fbc54236-d9aa-40ba-a0e5-11c598defd1a" + "b044c28e-eec8-4830-a6ea-f959edcba2b6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030004Z:fbc54236-d9aa-40ba-a0e5-11c598defd1a" + "EASTUS2:20211117T053750Z:b044c28e-eec8-4830-a6ea-f959edcba2b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4644,29 +4649,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:00:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4674,11 +4676,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:38:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4687,13 +4692,13 @@ "11994" ], "x-ms-request-id": [ - "242cc614-139a-4bca-8254-93bec1454c9f" + "7a3ebc19-bc6e-4b8e-8ee7-0910c4c3cd51" ], "x-ms-correlation-request-id": [ - "242cc614-139a-4bca-8254-93bec1454c9f" + "7a3ebc19-bc6e-4b8e-8ee7-0910c4c3cd51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030020Z:242cc614-139a-4bca-8254-93bec1454c9f" + "EASTUS2:20211117T053806Z:7a3ebc19-bc6e-4b8e-8ee7-0910c4c3cd51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4701,29 +4706,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:00:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4731,20 +4733,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:38:21 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "6c77f5a7-c79a-4418-b4ed-bb656d580523" + "4acb2f26-2371-4962-963f-0f64501a9fdf" ], "x-ms-correlation-request-id": [ - "6c77f5a7-c79a-4418-b4ed-bb656d580523" + "4acb2f26-2371-4962-963f-0f64501a9fdf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030035Z:6c77f5a7-c79a-4418-b4ed-bb656d580523" + "EASTUS2:20211117T053821Z:4acb2f26-2371-4962-963f-0f64501a9fdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4752,29 +4763,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:00:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MTM4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTVRNNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4782,6 +4790,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:38:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -4789,13 +4800,13 @@ "11992" ], "x-ms-request-id": [ - "c4fa5cae-3c0d-4636-ae08-283a6c667a88" + "cbcb8b8f-0fea-42eb-9c6c-00ed752469ed" ], "x-ms-correlation-request-id": [ - "c4fa5cae-3c0d-4636-ae08-283a6c667a88" + "cbcb8b8f-0fea-42eb-9c6c-00ed752469ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T030036Z:c4fa5cae-3c0d-4636-ae08-283a6c667a88" + "EASTUS2:20211117T053837Z:cbcb8b8f-0fea-42eb-9c6c-00ed752469ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4803,14 +4814,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 03:00:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTc3MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRjM01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:38:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "34ad2954-24b7-4f79-b657-5131e8145a01" + ], + "x-ms-correlation-request-id": [ + "34ad2954-24b7-4f79-b657-5131e8145a01" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T053837Z:34ad2954-24b7-4f79-b657-5131e8145a01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -4819,27 +4878,27 @@ ], "Names": { "TestVMScaleSetOperationsInternal": [ - "crptestar5138", - "vmss6364", - "crptestar9370" + "crptestar3177", + "vmss3639", + "crptestar1623" ], "CreatePublicIP": [ - "pip7469", - "dn6044" + "pip1827", + "dn3629" ], "CreateVNET": [ - "vn1285", - "sn4409" + "vn856", + "sn4937" ], "CreateNIC": [ - "nic8188", - "ip2088" + "nic2024", + "ip4182" ], "CreateDefaultVMScaleSetInput": [ - "crptestar4508", - "vmss1179", - "vmsstestnetconfig9881", - "vmsstestnetconfig740" + "crptestar5052", + "vmss5448", + "vmsstestnetconfig5308", + "vmsstestnetconfig6382" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ConvertToSinglePlacementGroup.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ConvertToSinglePlacementGroup.json index a36526720afd2..701985fdfb603 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ConvertToSinglePlacementGroup.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ConvertToSinglePlacementGroup.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c1b6dd1-a668-47bf-9292-41b055cc6956" + "72bea8d3-e71b-43bf-861b-efba8a21da86" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:26:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "639e6511-8dc1-4ad4-802a-fd49212c6458" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5f234404-1b2b-4f36-a871-ca81349e292a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "41410be9-5602-479c-b2d9-c3102c16b47c" + "b7e1a60d-6c14-4259-8177-197aa9fcb18b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014935Z:41410be9-5602-479c-b2d9-c3102c16b47c" + "EASTUS2:20211117T042655Z:b7e1a60d-6c14-4259-8177-197aa9fcb18b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:49:35 GMT" - ], "Content-Length": [ "321" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2111?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIxMTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar15161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2111\": \"2021-06-29 01:49:35Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar15161\": \"2021-11-17 04:26:55Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17ad63a2-8a3f-497d-bd07-3b60e26bc3c9" + "0c39d535-d586-4a4c-b445-26478ca0315f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "99" + "100" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:26:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "d360b1fd-705e-414b-a169-e24566861023" + "b2fc7d89-7bf6-4af6-89a6-77449ab1edf3" ], "x-ms-correlation-request-id": [ - "d360b1fd-705e-414b-a169-e24566861023" + "b2fc7d89-7bf6-4af6-89a6-77449ab1edf3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014938Z:d360b1fd-705e-414b-a169-e24566861023" + "EASTUS2:20211117T042659Z:b2fc7d89-7bf6-4af6-89a6-77449ab1edf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:49:37 GMT" - ], "Content-Length": [ - "234" + "237" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111\",\r\n \"name\": \"crptestar2111\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2111\": \"2021-06-29 01:49:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161\",\r\n \"name\": \"crptestar15161\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar15161\": \"2021-11-17 04:26:55Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2111?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIxMTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar15161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6f28aab1-009e-490c-8988-3fb3748660d5" + "b3596dde-268f-4f4b-ade2-693426949060" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:42 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "9a5ddebc-1288-4c94-b942-af30f1d67072" + "648cf2d9-b0d7-44e5-8e94-9c62f3c5a618" ], "x-ms-correlation-request-id": [ - "9a5ddebc-1288-4c94-b942-af30f1d67072" + "648cf2d9-b0d7-44e5-8e94-9c62f3c5a618" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015017Z:9a5ddebc-1288-4c94-b942-af30f1d67072" + "EASTUS2:20211117T042743Z:648cf2d9-b0d7-44e5-8e94-9c62f3c5a618" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:16 GMT" - ], "Content-Length": [ - "186" + "188" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111\",\r\n \"name\": \"crptestar2111\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161\",\r\n \"name\": \"crptestar15161\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Storage/storageAccounts/crptestar6167?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MTY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Storage/storageAccounts/crptestar6557?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjU1Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c7fce39a-ea9c-4f53-a217-48066422d35a" + "2e848bb3-b6dc-49bc-b1c4-63cd4310c61f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/b1948031-d231-4c75-bcb2-b655ae6c1205?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e59407e7-7245-48c1-9ddd-4ead928fea15?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b1948031-d231-4c75-bcb2-b655ae6c1205" + "e59407e7-7245-48c1-9ddd-4ead928fea15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c9010aaf-49d6-4dd3-9acb-8429b2ae07ed" + "3e26f9ed-0d83-4ed1-b2b3-4e5d58fb3fe0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T014948Z:c9010aaf-49d6-4dd3-9acb-8429b2ae07ed" + "EASTUS2:20211117T042711Z:3e26f9ed-0d83-4ed1-b2b3-4e5d58fb3fe0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:49:47 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/b1948031-d231-4c75-bcb2-b655ae6c1205?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYjE5NDgwMzEtZDIzMS00Yzc1LWJjYjItYjY1NWFlNmMxMjA1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e59407e7-7245-48c1-9ddd-4ead928fea15?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZTU5NDA3ZTctNzI0NS00OGMxLTlkZGQtNGVhZDkyOGZlYTE1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:28 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e59407e7-7245-48c1-9ddd-4ead928fea15?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bdd2b8a1-1f7a-444c-8cde-fa02cccb120c" + "5b1f757d-4457-4e74-91ff-84bde1ee10ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "48d34a46-0db8-4204-a7c3-edce5db4aa70" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T042729Z:48d34a46-0db8-4204-a7c3-edce5db4aa70" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e59407e7-7245-48c1-9ddd-4ead928fea15?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZTU5NDA3ZTctNzI0NS00OGMxLTlkZGQtNGVhZDkyOGZlYTE1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 04:27:32 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "67581288-c014-4c02-a75d-18cb4b042cb1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "8ae486e8-41aa-4cb0-bf7e-1aa076985bb3" + "fc00ebbd-0e46-4bd4-adb4-52708ce03ceb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015005Z:8ae486e8-41aa-4cb0-bf7e-1aa076985bb3" + "EASTUS2:20211117T042732Z:fc00ebbd-0e46-4bd4-adb4-52708ce03ceb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:05 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac04a581-8575-4fc1-ba18-456cf776cef1" + "e0eea913-d0a8-4a38-a661-a4572f9207d2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "209c9973-fe0c-43af-abe1-561fcd1f20b6" + "8ab4d5cc-04f1-4a5c-84d1-d2b7c2120f1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "60db6bae-f6cb-42d4-861a-557a058c655d" + "69dcfb2a-fe51-468a-91e0-f5334a118918" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015016Z:60db6bae-f6cb-42d4-861a-557a058c655d" + "EASTUS2:20211117T042742Z:69dcfb2a-fe51-468a-91e0-f5334a118918" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:15 GMT" - ], "Content-Length": [ - "752" + "753" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Storage/storageAccounts/crptestar6167\",\r\n \"name\": \"crptestar6167\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:49:44.9386258Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6167.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6167.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6167.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6167.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Storage/storageAccounts/crptestar6557\",\r\n \"name\": \"crptestar6557\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:27:08.1936949Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6557.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6557.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6557.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6557.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Storage/storageAccounts/crptestar6167?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MTY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Storage/storageAccounts/crptestar6557?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjU1Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6204d7c7-c35d-4c82-8c4b-6760d8b092c6" + "f6787ec5-778b-4341-8999-a66a4fe2594d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6396c01c-58e3-47de-a63c-cdc20aacea2f" + "9b5040ea-324d-40ed-8ed6-09a8da61b879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "30edf529-6328-4e08-97d9-b3e0a6961078" + "98d380de-b859-4a47-a100-a3888b08bbc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015016Z:30edf529-6328-4e08-97d9-b3e0a6961078" + "EASTUS2:20211117T042742Z:98d380de-b859-4a47-a100-a3888b08bbc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:15 GMT" - ], "Content-Length": [ - "740" + "741" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Storage/storageAccounts/crptestar6167\",\r\n \"name\": \"crptestar6167\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:49:44.9386258Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6167.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6167.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6167.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6167.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Storage/storageAccounts/crptestar6557\",\r\n \"name\": \"crptestar6557\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:27:08.1936949Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6557.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6557.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6557.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6557.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/publicIPAddresses/pip8028?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgwMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/publicIPAddresses/pip581?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3104\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2627\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76b6b3a4-0cd3-4304-a9e9-a00f48c683bc" + "0c1031bb-cfb5-4d06-b86b-7b17eba5a639" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,48 +552,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7d808a57-5f6f-4a3e-b634-b91257ffc093" + "b68e9498-3b90-4ab6-bbcd-0ce6c2490a9a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7d808a57-5f6f-4a3e-b634-b91257ffc093?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b68e9498-3b90-4ab6-bbcd-0ce6c2490a9a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "04dec3e6-2b29-48b4-b609-d8792fa5808b" + "4ba78385-afcb-4175-8212-cabb7a5c1b83" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a4a18762-3afd-4e97-96e5-a4e40e473d72" + "54538beb-56aa-4bad-9d3b-3e33bdc5347b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015027Z:04dec3e6-2b29-48b4-b609-d8792fa5808b" + "EASTUS2:20211117T042753Z:4ba78385-afcb-4175-8212-cabb7a5c1b83" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:26 GMT" - ], "Content-Length": [ - "769" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8028\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/publicIPAddresses/pip8028\",\r\n \"etag\": \"W/\\\"c994e9b6-87f8-41f4-8026-dd927f4d59dd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8553417a-3ba7-4879-a691-5529806aec50\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3104\",\r\n \"fqdn\": \"dn3104.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/publicIPAddresses/pip581\",\r\n \"etag\": \"W/\\\"26c979d3-5c73-4a0c-911b-93d3b3729129\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9624fa93-1e93-491e-9eaf-116912dbf09d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2627\",\r\n \"fqdn\": \"dn2627.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7d808a57-5f6f-4a3e-b634-b91257ffc093?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdkODA4YTU3LTVmNmYtNGEzZS1iNjM0LWI5MTI1N2ZmYzA5Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b68e9498-3b90-4ab6-bbcd-0ce6c2490a9a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2OGU5NDk4LTNiOTAtNGFiNi1iYmNkLTBjZTZjMjQ5MGE5YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2583ae04-693b-46a7-9c7d-7747eaae2d60" + "f24ac521-f9df-4184-9a2e-03ad70b83c3c" ], "x-ms-correlation-request-id": [ - "f76ecc6a-c8d9-49fe-a7a2-029958169d6a" + "1ce33a57-dae3-465c-99d9-8c064e19d69e" ], "x-ms-arm-service-request-id": [ - "5531929c-73a4-4448-b632-17a82e72c955" + "a75eefbe-48bc-42ae-81ae-be83c9e09671" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015029Z:f76ecc6a-c8d9-49fe-a7a2-029958169d6a" + "EASTUS2:20211117T042754Z:1ce33a57-dae3-465c-99d9-8c064e19d69e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:28 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/publicIPAddresses/pip8028?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgwMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/publicIPAddresses/pip581?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"22a728f4-7e8f-4b5e-b7fc-be556d740127\"" + "W/\"930938a1-a763-4ae0-807e-94e77b1b8524\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "78684e8c-0512-4de4-b33e-eeb0764e81ae" + "ea691736-e983-4cb4-bcee-041a80b24cd6" ], "x-ms-correlation-request-id": [ - "0b8211e2-9a18-44ef-b1f1-f831993d2f59" + "670d37df-20e9-487b-a0f2-90a9ccd1d029" ], "x-ms-arm-service-request-id": [ - "2bebca9e-0c3c-4899-b6d3-9f3a1063ee67" + "283ece3f-71e1-41a5-9eab-2bb00e1b1826" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015029Z:0b8211e2-9a18-44ef-b1f1-f831993d2f59" + "EASTUS2:20211117T042754Z:670d37df-20e9-487b-a0f2-90a9ccd1d029" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:29 GMT" - ], "Content-Length": [ - "770" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8028\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/publicIPAddresses/pip8028\",\r\n \"etag\": \"W/\\\"22a728f4-7e8f-4b5e-b7fc-be556d740127\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8553417a-3ba7-4879-a691-5529806aec50\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3104\",\r\n \"fqdn\": \"dn3104.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/publicIPAddresses/pip581\",\r\n \"etag\": \"W/\\\"930938a1-a763-4ae0-807e-94e77b1b8524\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9624fa93-1e93-491e-9eaf-116912dbf09d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2627\",\r\n \"fqdn\": \"dn2627.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/publicIPAddresses/pip8028?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgwMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/publicIPAddresses/pip581?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e77bd10-3a6e-482d-9ced-69459ac8d7b7" + "fa8900ee-8747-4427-88b8-160688c29877" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"22a728f4-7e8f-4b5e-b7fc-be556d740127\"" + "W/\"930938a1-a763-4ae0-807e-94e77b1b8524\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3c02ed66-ad6b-4a21-98ee-1e3cabc8f2cf" + "b9f486d2-3e03-4861-9976-713410c47ac6" ], "x-ms-correlation-request-id": [ - "0073d2ab-8071-46b6-ab28-d2a3f1b6eedc" + "a4991f45-8dac-4305-840b-86e98f9317ba" ], "x-ms-arm-service-request-id": [ - "a953b7f7-ac46-42b8-b054-1e7fd11346de" + "1b4f432f-c68c-4160-99b2-3a1beac9b23b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015029Z:0073d2ab-8071-46b6-ab28-d2a3f1b6eedc" + "EASTUS2:20211117T042754Z:a4991f45-8dac-4305-840b-86e98f9317ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:29 GMT" - ], "Content-Length": [ - "770" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8028\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/publicIPAddresses/pip8028\",\r\n \"etag\": \"W/\\\"22a728f4-7e8f-4b5e-b7fc-be556d740127\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8553417a-3ba7-4879-a691-5529806aec50\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3104\",\r\n \"fqdn\": \"dn3104.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip581\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/publicIPAddresses/pip581\",\r\n \"etag\": \"W/\\\"930938a1-a763-4ae0-807e-94e77b1b8524\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9624fa93-1e93-491e-9eaf-116912dbf09d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2627\",\r\n \"fqdn\": \"dn2627.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYyOTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43Mjg3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn910\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn609\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c156e884-eba6-4fd6-9c77-21a80f0a433a" + "140d8881-550b-4a5a-a8a0-721a466b60aa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +829,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:27:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "421db21a-0849-484f-b795-f7885cc9260f" + "0f6a87c3-df65-4cb5-811e-e580bc1d137e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/421db21a-0849-484f-b795-f7885cc9260f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0f6a87c3-df65-4cb5-811e-e580bc1d137e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2d0fcd69-9a4f-4117-8c25-8720faa1259b" + "ccc3348d-9a82-4048-856d-4323bbf59bb0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a2150470-12e1-4691-89aa-7bfff507895c" + "80ad3dd1-358b-4aa8-9a29-f3fb0fbfa6ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015035Z:2d0fcd69-9a4f-4117-8c25-8720faa1259b" + "EASTUS2:20211117T042758Z:ccc3348d-9a82-4048-856d-4323bbf59bb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:34 GMT" - ], "Content-Length": [ - "1319" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299\",\r\n \"etag\": \"W/\\\"ae19cbac-2957-4785-92ab-bd978a868820\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ae0840cb-9edf-4e7b-bb22-8f33aeafef71\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn910\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\",\r\n \"etag\": \"W/\\\"ae19cbac-2957-4785-92ab-bd978a868820\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287\",\r\n \"etag\": \"W/\\\"3ef57f35-48d7-4856-a83d-60fae771981f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"680ae69b-baae-429b-ad03-a6ee22f7d1c3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\",\r\n \"etag\": \"W/\\\"3ef57f35-48d7-4856-a83d-60fae771981f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/421db21a-0849-484f-b795-f7885cc9260f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyMWRiMjFhLTA4NDktNDg0Zi1iNzk1LWY3ODg1Y2M5MjYwZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0f6a87c3-df65-4cb5-811e-e580bc1d137e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmNmE4N2MzLWRmNjUtNGNiNS04MTFlLWU1ODBiYzFkMTM3ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "194a85af-c75b-466e-95a7-64f354b5d8e6" + "c167fab3-3164-47f2-a9c6-1b02010388ba" ], "x-ms-correlation-request-id": [ - "5b5f70a1-15e5-4938-b42e-3828b73c6a78" + "e8945f78-bf80-4461-a076-bcd036e176bf" ], "x-ms-arm-service-request-id": [ - "11cae813-3e48-4ce2-9e6a-29c5cc76e88e" + "ca151c46-9fbd-423e-9406-f8679731d10e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015038Z:5b5f70a1-15e5-4938-b42e-3828b73c6a78" + "EASTUS2:20211117T042802Z:e8945f78-bf80-4461-a076-bcd036e176bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:37 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYyOTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43Mjg3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4c17db85-8e92-4f1c-933f-f80fcb666c57\"" + "W/\"8366c361-3595-464e-9b8b-11fa67786882\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b16019b6-7c16-42ef-86ca-ae79035fb915" + "993f7501-6bd7-4388-939c-990031db7447" ], "x-ms-correlation-request-id": [ - "45510068-daf6-4812-b688-94cf97e92a86" + "15eb86e4-d556-48e5-90ea-32c0b7f42187" ], "x-ms-arm-service-request-id": [ - "c19d2c72-a19a-43e4-b400-eff39d2b91c7" + "4070b517-d0cc-4ac6-a482-99135054eb46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015038Z:45510068-daf6-4812-b688-94cf97e92a86" + "EASTUS2:20211117T042802Z:15eb86e4-d556-48e5-90ea-32c0b7f42187" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:37 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299\",\r\n \"etag\": \"W/\\\"4c17db85-8e92-4f1c-933f-f80fcb666c57\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae0840cb-9edf-4e7b-bb22-8f33aeafef71\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn910\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\",\r\n \"etag\": \"W/\\\"4c17db85-8e92-4f1c-933f-f80fcb666c57\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287\",\r\n \"etag\": \"W/\\\"8366c361-3595-464e-9b8b-11fa67786882\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"680ae69b-baae-429b-ad03-a6ee22f7d1c3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\",\r\n \"etag\": \"W/\\\"8366c361-3595-464e-9b8b-11fa67786882\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYyOTkvc3VibmV0cy9zbjkxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43Mjg3L3N1Ym5ldHMvc242MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7083d16-e644-4bf3-a3a7-87606adcbc9c" + "bc1c3f95-13ae-4abb-ba07-a56d64706460" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4c17db85-8e92-4f1c-933f-f80fcb666c57\"" + "W/\"8366c361-3595-464e-9b8b-11fa67786882\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "762bcc7a-0dd1-4427-9ac2-2617b7615a0d" + "3e9d1c3b-3195-4190-9675-6de852208c11" ], "x-ms-correlation-request-id": [ - "9c0d23e1-0dfb-41ce-9680-47c9b2ff965b" + "c068d5f8-dd73-49ac-8f96-b80c1f52d181" ], "x-ms-arm-service-request-id": [ - "c18978a1-923c-483d-8903-476c0e7756fd" + "dec25b68-84ea-4d43-bcef-5958a2e82c2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015038Z:9c0d23e1-0dfb-41ce-9680-47c9b2ff965b" + "EASTUS2:20211117T042802Z:c068d5f8-dd73-49ac-8f96-b80c1f52d181" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:38 GMT" - ], "Content-Length": [ - "521" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn910\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\",\r\n \"etag\": \"W/\\\"4c17db85-8e92-4f1c-933f-f80fcb666c57\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\",\r\n \"etag\": \"W/\\\"8366c361-3595-464e-9b8b-11fa67786882\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NDI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn910\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\r\n }\r\n },\r\n \"name\": \"ip2206\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\r\n }\r\n },\r\n \"name\": \"ip5752\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69295255-231d-406c-9e94-9659884cc70e" + "02ac2315-1ae5-4738-98c3-dd89ee2bf070" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "746" + "747" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9fdf7591-4e3a-4fa7-8a78-f03aad624a80" + "c4cfd20a-587a-4e40-a93d-cbe0363ffabb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9fdf7591-4e3a-4fa7-8a78-f03aad624a80?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c4cfd20a-587a-4e40-a93d-cbe0363ffabb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "baa6617e-1bd5-41b8-887f-a671164fa110" + "3ba3ad38-0d59-4bf2-922a-edab3a9579d1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0fed5fb7-3455-4cc8-8921-86603e22f0ce" + "ad356f9f-1dd3-495c-b59a-fd3ca9fe25d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015043Z:baa6617e-1bd5-41b8-887f-a671164fa110" + "EASTUS2:20211117T042806Z:3ba3ad38-0d59-4bf2-922a-edab3a9579d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:42 GMT" - ], "Content-Length": [ - "1630" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5912\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912\",\r\n \"etag\": \"W/\\\"7552771a-8dee-429d-ad92-be9108424a7b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d3f215c-b11d-4039-b66d-776189d06e05\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912/ipConfigurations/ip2206\",\r\n \"etag\": \"W/\\\"7552771a-8dee-429d-ad92-be9108424a7b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\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\": \"znaarlw5tz3u3ozcr2z03l5pob.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7427\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427\",\r\n \"etag\": \"W/\\\"48e1654e-b0a0-4080-8779-dc96997ec0ce\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7aa38461-6af8-4a00-80c5-766d6d4484e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5752\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427/ipConfigurations/ip5752\",\r\n \"etag\": \"W/\\\"48e1654e-b0a0-4080-8779-dc96997ec0ce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\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\": \"tptau0foxknuflidu1xcf34ryd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NDI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7552771a-8dee-429d-ad92-be9108424a7b\"" + "W/\"48e1654e-b0a0-4080-8779-dc96997ec0ce\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bcd84e7e-4c8f-495a-ab16-8b796b4be703" + "c5c235fe-f766-4116-9c7e-d91a27bba08a" ], "x-ms-correlation-request-id": [ - "71d49aed-867c-4a7e-b9e5-c00dec1974d0" + "64cb00f0-03b0-4b6e-b9d1-2c6f2531deb7" ], "x-ms-arm-service-request-id": [ - "d08a2c0e-74c8-43b7-961e-df93f737eabd" + "6f76dd62-49fe-4dd7-ac8a-14d87474d20e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015043Z:71d49aed-867c-4a7e-b9e5-c00dec1974d0" + "EASTUS2:20211117T042806Z:64cb00f0-03b0-4b6e-b9d1-2c6f2531deb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:42 GMT" - ], "Content-Length": [ - "1630" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5912\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912\",\r\n \"etag\": \"W/\\\"7552771a-8dee-429d-ad92-be9108424a7b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d3f215c-b11d-4039-b66d-776189d06e05\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912/ipConfigurations/ip2206\",\r\n \"etag\": \"W/\\\"7552771a-8dee-429d-ad92-be9108424a7b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\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\": \"znaarlw5tz3u3ozcr2z03l5pob.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7427\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427\",\r\n \"etag\": \"W/\\\"48e1654e-b0a0-4080-8779-dc96997ec0ce\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7aa38461-6af8-4a00-80c5-766d6d4484e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5752\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427/ipConfigurations/ip5752\",\r\n \"etag\": \"W/\\\"48e1654e-b0a0-4080-8779-dc96997ec0ce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\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\": \"tptau0foxknuflidu1xcf34ryd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3NDI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc7ba90a-0be7-4b0a-9ec0-b64d4f3b905f" + "1065d664-7b89-4a19-86aa-47224e4aeb68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7552771a-8dee-429d-ad92-be9108424a7b\"" + "W/\"48e1654e-b0a0-4080-8779-dc96997ec0ce\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "33c49ef0-8a93-409d-8884-912506d01232" + "3fdbe775-c92d-4f21-9869-7790c7e29a1a" ], "x-ms-correlation-request-id": [ - "3bec4464-603b-427c-8d11-c979e840e412" + "c6985eb7-298d-4c69-8e73-ea02843b6376" ], "x-ms-arm-service-request-id": [ - "d397df31-6ffb-40a0-adf8-f69d9c6d4c60" + "81def0db-73eb-444b-9a12-c4571dc350e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015043Z:3bec4464-603b-427c-8d11-c979e840e412" + "EASTUS2:20211117T042806Z:c6985eb7-298d-4c69-8e73-ea02843b6376" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:43 GMT" - ], "Content-Length": [ - "1630" + "1633" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5912\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912\",\r\n \"etag\": \"W/\\\"7552771a-8dee-429d-ad92-be9108424a7b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d3f215c-b11d-4039-b66d-776189d06e05\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/networkInterfaces/nic5912/ipConfigurations/ip2206\",\r\n \"etag\": \"W/\\\"7552771a-8dee-429d-ad92-be9108424a7b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\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\": \"znaarlw5tz3u3ozcr2z03l5pob.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7427\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427\",\r\n \"etag\": \"W/\\\"48e1654e-b0a0-4080-8779-dc96997ec0ce\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7aa38461-6af8-4a00-80c5-766d6d4484e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5752\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/networkInterfaces/nic7427/ipConfigurations/ip5752\",\r\n \"etag\": \"W/\\\"48e1654e-b0a0-4080-8779-dc96997ec0ce\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\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\": \"tptau0foxknuflidu1xcf34ryd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTIxNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6710\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"singlePlacementGroup\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig416\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"singlePlacementGroup\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ef5036b-f21b-4ccf-9291-29d7a810a824" + "9af0ff66-ce1a-423a-94a0-e66ead6661fe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,14 +1319,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,29 +1348,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f7901b5-4678-48d1-8d96-852e30ca2e74" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1ebf664a-622d-4bb7-91b8-d08cc2094e73" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "7816fdfe-8ac0-4dfb-9442-3eaf3b883601" + "8797c428-2e97-4966-a404-3cdf18c41b58" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015054Z:7816fdfe-8ac0-4dfb-9442-3eaf3b883601" + "EASTUS2:20211117T042818Z:8797c428-2e97-4966-a404-3cdf18c41b58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:50:53 GMT" - ], "Content-Length": [ - "3423" + "3424" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,32 +1372,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6943\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6710\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8ad97fe-ba4f-4898-8c36-d1ed924e7711\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig416\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86d7bef4-c691-4049-a5ca-113213a39e0e\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmNzkwMWI1LTQ2NzgtNDhkMS04ZDk2LTg1MmUzMGNhMmU3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlYmY2NjRhLTYyMmQtNGJiNy05MWI4LWQwOGNjMjA5NGU3Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:28:28 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1342,27 +1412,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "873c3252-1f4b-4cd4-bc47-b0104b4c6851" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "19622fbd-3fc3-4910-b075-4fae62ae9c7e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "63407ac0-37fe-48e7-b206-5e1c92696fe8" + "a594b50c-93b3-41a9-995a-1bdadeaa0aef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015104Z:63407ac0-37fe-48e7-b206-5e1c92696fe8" + "EASTUS2:20211117T042829Z:a594b50c-93b3-41a9-995a-1bdadeaa0aef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:51:04 GMT" - ], "Content-Length": [ "134" ], @@ -1373,29 +1436,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:50:51.8930011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f7901b5-4678-48d1-8d96-852e30ca2e74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:28:16.1721387+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ebf664a-622d-4bb7-91b8-d08cc2094e73\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmNzkwMWI1LTQ2NzgtNDhkMS04ZDk2LTg1MmUzMGNhMmU3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlYmY2NjRhLTYyMmQtNGJiNy05MWI4LWQwOGNjMjA5NGU3Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:30:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1403,27 +1473,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e23514ea-727c-4220-9f76-a84966c96b38" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "399d49de-4129-4ce7-9028-a5f940f07c53" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "d6856beb-d7cb-4ace-8fda-3a2e7ca59579" + "ce5da826-de79-42c3-9f28-ca81887e066e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015242Z:d6856beb-d7cb-4ace-8fda-3a2e7ca59579" + "EASTUS2:20211117T043006Z:ce5da826-de79-42c3-9f28-ca81887e066e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:52:41 GMT" - ], "Content-Length": [ "134" ], @@ -1434,29 +1497,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:50:51.8930011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f7901b5-4678-48d1-8d96-852e30ca2e74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:28:16.1721387+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ebf664a-622d-4bb7-91b8-d08cc2094e73\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmNzkwMWI1LTQ2NzgtNDhkMS04ZDk2LTg1MmUzMGNhMmU3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlYmY2NjRhLTYyMmQtNGJiNy05MWI4LWQwOGNjMjA5NGU3Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:31:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1464,27 +1534,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e007fe55-a28e-4498-a28e-8587872030d6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e7959470-c27a-48bc-a85d-4052539faa54" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "1745f4b4-acb3-42f7-af46-99bda896de4a" + "a47f3550-f76c-4f29-bd4a-d216fdce875e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015419Z:1745f4b4-acb3-42f7-af46-99bda896de4a" + "EASTUS2:20211117T043143Z:a47f3550-f76c-4f29-bd4a-d216fdce875e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:54:19 GMT" - ], "Content-Length": [ "134" ], @@ -1495,29 +1558,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:50:51.8930011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f7901b5-4678-48d1-8d96-852e30ca2e74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:28:16.1721387+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ebf664a-622d-4bb7-91b8-d08cc2094e73\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmNzkwMWI1LTQ2NzgtNDhkMS04ZDk2LTg1MmUzMGNhMmU3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlYmY2NjRhLTYyMmQtNGJiNy05MWI4LWQwOGNjMjA5NGU3Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:33:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1525,27 +1595,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4d3494f-d99b-4fae-8933-f2e34d7f49a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e8f4866e-fa08-4ac4-8dbc-355f9f176b71" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "c5943acd-3887-49a1-831c-b4f066c52ee2" + "23b89afa-be8d-4275-881e-b35ca89a8d3a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015556Z:c5943acd-3887-49a1-831c-b4f066c52ee2" + "EASTUS2:20211117T043321Z:23b89afa-be8d-4275-881e-b35ca89a8d3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:55:56 GMT" - ], "Content-Length": [ "134" ], @@ -1556,29 +1619,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:50:51.8930011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f7901b5-4678-48d1-8d96-852e30ca2e74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:28:16.1721387+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ebf664a-622d-4bb7-91b8-d08cc2094e73\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmNzkwMWI1LTQ2NzgtNDhkMS04ZDk2LTg1MmUzMGNhMmU3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlYmY2NjRhLTYyMmQtNGJiNy05MWI4LWQwOGNjMjA5NGU3Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:34:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], @@ -1586,27 +1656,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1e412933-d741-4ca6-98fe-fdf21bb675d9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f7532a6d-0f02-4065-875e-655346259454" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-correlation-request-id": [ - "2f87b8ec-aee1-4419-8c24-1554edbac783" + "50b4d990-6cd8-44a9-9a77-ba00b00d1843" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015734Z:2f87b8ec-aee1-4419-8c24-1554edbac783" + "EASTUS2:20211117T043458Z:50b4d990-6cd8-44a9-9a77-ba00b00d1843" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:57:33 GMT" - ], "Content-Length": [ "134" ], @@ -1617,29 +1680,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:50:51.8930011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f7901b5-4678-48d1-8d96-852e30ca2e74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:28:16.1721387+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ebf664a-622d-4bb7-91b8-d08cc2094e73\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmNzkwMWI1LTQ2NzgtNDhkMS04ZDk2LTg1MmUzMGNhMmU3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlYmY2NjRhLTYyMmQtNGJiNy05MWI4LWQwOGNjMjA5NGU3Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:36:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1647,27 +1717,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b96d9d4-067d-4f03-a156-211c3624ec1d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6b7edf10-4b9a-436c-bc5e-10061675c1ac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "ae56f147-e0a7-4aa3-8d51-2932b2e732e9" + "b784c73f-7a6a-4cbf-9c3e-ea9c9576cf16" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T015911Z:ae56f147-e0a7-4aa3-8d51-2932b2e732e9" + "EASTUS2:20211117T043635Z:b784c73f-7a6a-4cbf-9c3e-ea9c9576cf16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:59:11 GMT" - ], "Content-Length": [ "134" ], @@ -1678,29 +1741,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:50:51.8930011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f7901b5-4678-48d1-8d96-852e30ca2e74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:28:16.1721387+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1ebf664a-622d-4bb7-91b8-d08cc2094e73\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4f7901b5-4678-48d1-8d96-852e30ca2e74?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRmNzkwMWI1LTQ2NzgtNDhkMS04ZDk2LTg1MmUzMGNhMmU3ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1ebf664a-622d-4bb7-91b8-d08cc2094e73?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlYmY2NjRhLTYyMmQtNGJiNy05MWI4LWQwOGNjMjA5NGU3Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" ], @@ -1708,27 +1778,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4048cdf2-29b9-47a7-9dae-0e9b75dce89b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6480cf5-6f4e-46a9-ac73-e4a90182dd2b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "c58dbc85-8a5d-4659-afd7-b5bab1391d18" + "54b5a537-01e2-487f-86da-0852db532b9d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020048Z:c58dbc85-8a5d-4659-afd7-b5bab1391d18" + "EASTUS2:20211117T043813Z:54b5a537-01e2-487f-86da-0852db532b9d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:00:48 GMT" - ], "Content-Length": [ "184" ], @@ -1739,59 +1802,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:50:51.8930011+00:00\",\r\n \"endTime\": \"2021-06-29T01:59:56.4547311+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4f7901b5-4678-48d1-8d96-852e30ca2e74\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:28:16.1721387+00:00\",\r\n \"endTime\": \"2021-11-17T04:37:12.5617048+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1ebf664a-622d-4bb7-91b8-d08cc2094e73\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTIxNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3bc0f451-c5a8-48eb-90fb-9adc352d74f8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ecc5ffd-4ac7-4617-b1de-86f207c4422a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "9a897d96-ee35-42de-84e5-829d6e7e2e1c" + "9e07ebb7-68a1-4c4b-ab40-e9b7d411ee3a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020048Z:9a897d96-ee35-42de-84e5-829d6e7e2e1c" + "EASTUS2:20211117T043813Z:9e07ebb7-68a1-4c4b-ab40-e9b7d411ee3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:00:48 GMT" - ], "Content-Length": [ - "3424" + "3425" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,65 +1863,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6943\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6710\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8ad97fe-ba4f-4898-8c36-d1ed924e7711\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig416\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86d7bef4-c691-4049-a5ca-113213a39e0e\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTIxNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f19663ed-1381-4783-b99c-41d4fea2178e" + "ae25e9ee-85db-42bb-847a-a80a401287d6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "738b6007-e189-4261-bda9-43741fa47366" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3cd3d80f-d837-4087-ae57-748f2aaf5495" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "85807730-c9c1-400b-af99-3ab343ca661c" + "67fb441e-b6da-4c12-b8b8-57b3ee60492d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020049Z:85807730-c9c1-400b-af99-3ab343ca661c" + "EASTUS2:20211117T043813Z:67fb441e-b6da-4c12-b8b8-57b3ee60492d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:00:48 GMT" - ], "Content-Length": [ - "3424" + "3425" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,65 +1930,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6943\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6710\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8ad97fe-ba4f-4898-8c36-d1ed924e7711\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig416\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86d7bef4-c691-4049-a5ca-113213a39e0e\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTIxNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ca48b6d-2d28-4b03-b49e-2b5a413a2672" + "eddf168b-0416-4d37-8ca1-d47617e2f2f5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "766f83ed-4afc-463c-ad4a-aa44d9127496" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c2cf41f9-4497-480f-acb5-5fba7c261ed6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "8dd93960-4694-4995-af43-0236607ea31d" + "10ec2c2c-27c5-4e70-82a2-6a9d72dd6ecb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020049Z:8dd93960-4694-4995-af43-0236607ea31d" + "EASTUS2:20211117T043814Z:10ec2c2c-27c5-4e70-82a2-6a9d72dd6ecb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:00:49 GMT" - ], "Content-Length": [ - "3423" + "3424" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1934,26 +1997,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6943\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2566\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6710\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Network/virtualNetworks/vn6299/subnets/sn910\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b8ad97fe-ba4f-4898-8c36-d1ed924e7711\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig416\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Network/virtualNetworks/vn7287/subnets/sn609\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86d7bef4-c691-4049-a5ca-113213a39e0e\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943/convertToSinglePlacementGroup?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTQzL2NvbnZlcnRUb1NpbmdsZVBsYWNlbWVudEdyb3VwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216/convertToSinglePlacementGroup?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTIxNi9jb252ZXJ0VG9TaW5nbGVQbGFjZW1lbnRHcm91cD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "{}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5fa1755-ce53-4dbd-94e9-78da2114d91d" + "62cbd6fb-8927-4dcc-81b5-84724bb105b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1966,9 +2029,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199" ], @@ -1976,71 +2046,71 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2fce30c-8a1f-4cbd-a2eb-f153d8c34f2c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8a043575-d83a-4dad-92a7-2023c563ffcf" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5bba82f3-36b6-40d3-ab55-4c5d3a57334e" + "5deaf158-d8bb-4e5a-acfb-aa61a8176c77" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020049Z:5bba82f3-36b6-40d3-ab55-4c5d3a57334e" + "EASTUS2:20211117T043814Z:5deaf158-d8bb-4e5a-acfb-aa61a8176c77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:00:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2111/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6943?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTQzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar15161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9216?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTIxNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13c6b0c9-8c92-4ca9-8c06-9cb6521e7252" + "4146ec69-edbf-49dd-a198-21db65bfda5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f089255d-fee3-47ef-9ecb-62228f261fa5?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96a16992-b6c0-4d80-af0a-9eecc63c727c?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f089255d-fee3-47ef-9ecb-62228f261fa5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96a16992-b6c0-4d80-af0a-9eecc63c727c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2055,60 +2125,60 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f089255d-fee3-47ef-9ecb-62228f261fa5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "96a16992-b6c0-4d80-af0a-9eecc63c727c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "31415745-05d4-4042-af39-011f978fb46b" + "f3384b74-42b4-492e-aa81-d425e7d09b9b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020051Z:31415745-05d4-4042-af39-011f978fb46b" + "EASTUS2:20211117T043815Z:f3384b74-42b4-492e-aa81-d425e7d09b9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:00:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f089255d-fee3-47ef-9ecb-62228f261fa5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YwODkyNTVkLWZlZTMtNDdlZi05ZWNiLTYyMjI4ZjI2MWZhNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96a16992-b6c0-4d80-af0a-9eecc63c727c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2YTE2OTkyLWI2YzAtNGQ4MC1hZjBhLTllZWNjNjNjNzI3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29987" ], @@ -2116,27 +2186,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7beaba54-b7c7-43e2-8aaa-1ebcea73718f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "60cea760-cbc9-4b86-88ff-3accd0052b78" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "de7ca78a-03d0-4ab7-b927-4f63475dc0ed" + "4bdd4386-731f-4fc3-aa53-d4f28a0fb7fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020101Z:de7ca78a-03d0-4ab7-b927-4f63475dc0ed" + "EASTUS2:20211117T043826Z:4bdd4386-731f-4fc3-aa53-d4f28a0fb7fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:01:00 GMT" - ], "Content-Length": [ "134" ], @@ -2147,29 +2210,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:00:50.8921982+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f089255d-fee3-47ef-9ecb-62228f261fa5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:38:15.7804163+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"96a16992-b6c0-4d80-af0a-9eecc63c727c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f089255d-fee3-47ef-9ecb-62228f261fa5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YwODkyNTVkLWZlZTMtNDdlZi05ZWNiLTYyMjI4ZjI2MWZhNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96a16992-b6c0-4d80-af0a-9eecc63c727c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2YTE2OTkyLWI2YzAtNGQ4MC1hZjBhLTllZWNjNjNjNzI3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" ], @@ -2177,27 +2247,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce85fecf-96e1-424e-bd2b-0993c4960f44" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a4880e06-b0c3-4fb3-ba8b-00510a97d9ea" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "5cfdd65c-4d08-4bcd-a416-1a59057495f5" + "14899108-3fc0-495f-96c7-1ffb03bfc27f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020112Z:5cfdd65c-4d08-4bcd-a416-1a59057495f5" + "EASTUS2:20211117T043838Z:14899108-3fc0-495f-96c7-1ffb03bfc27f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:01:11 GMT" - ], "Content-Length": [ "134" ], @@ -2208,29 +2271,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:00:50.8921982+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f089255d-fee3-47ef-9ecb-62228f261fa5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:38:15.7804163+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"96a16992-b6c0-4d80-af0a-9eecc63c727c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f089255d-fee3-47ef-9ecb-62228f261fa5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YwODkyNTVkLWZlZTMtNDdlZi05ZWNiLTYyMjI4ZjI2MWZhNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96a16992-b6c0-4d80-af0a-9eecc63c727c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2YTE2OTkyLWI2YzAtNGQ4MC1hZjBhLTllZWNjNjNjNzI3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:38:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" ], @@ -2238,27 +2308,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b036ed7-7add-4edf-b535-4719ee774ebe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8e11e1a0-ddb7-4d8c-a58d-e4b49a88743f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "16d5adfb-bcc7-400e-b562-0cb319c1562a" + "06c93403-db63-46b1-a555-4299039078f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020123Z:16d5adfb-bcc7-400e-b562-0cb319c1562a" + "EASTUS2:20211117T043849Z:06c93403-db63-46b1-a555-4299039078f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:01:22 GMT" - ], "Content-Length": [ "134" ], @@ -2269,57 +2332,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:00:50.8921982+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f089255d-fee3-47ef-9ecb-62228f261fa5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:38:15.7804163+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"96a16992-b6c0-4d80-af0a-9eecc63c727c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f089255d-fee3-47ef-9ecb-62228f261fa5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YwODkyNTVkLWZlZTMtNDdlZi05ZWNiLTYyMjI4ZjI2MWZhNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96a16992-b6c0-4d80-af0a-9eecc63c727c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2YTE2OTkyLWI2YzAtNGQ4MC1hZjBhLTllZWNjNjNjNzI3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:39:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e19ba743-36c6-49c7-8077-c0b1c77b3f9e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4fc440b0-203d-4faa-aa13-94e1e92734a2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "3df13724-1138-46da-8855-04dd1957a361" + "cfd903c3-17e2-4c65-b91a-1c7220ffed2b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020135Z:3df13724-1138-46da-8855-04dd1957a361" + "EASTUS2:20211117T043900Z:cfd903c3-17e2-4c65-b91a-1c7220ffed2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:01:34 GMT" - ], "Content-Length": [ "184" ], @@ -2330,83 +2393,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:00:50.8921982+00:00\",\r\n \"endTime\": \"2021-06-29T02:01:29.8608736+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f089255d-fee3-47ef-9ecb-62228f261fa5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:38:15.7804163+00:00\",\r\n \"endTime\": \"2021-11-17T04:38:53.1397272+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"96a16992-b6c0-4d80-af0a-9eecc63c727c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f089255d-fee3-47ef-9ecb-62228f261fa5?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YwODkyNTVkLWZlZTMtNDdlZi05ZWNiLTYyMjI4ZjI2MWZhNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/96a16992-b6c0-4d80-af0a-9eecc63c727c?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2YTE2OTkyLWI2YzAtNGQ4MC1hZjBhLTllZWNjNjNjNzI3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:39:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "502ec6ac-d22e-4c37-8911-18eaa97515ae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f247945c-ea5e-41ce-9255-4eb632c4a81c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "636247bf-da9e-4ccb-8fae-0a06e5ac88c6" + "6d88647c-aa05-4822-a525-9f2c27b233e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020135Z:636247bf-da9e-4ccb-8fae-0a06e5ac88c6" + "EASTUS2:20211117T043900Z:6d88647c-aa05-4822-a525-9f2c27b233e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:01:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2111?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIxMTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar15161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73d07c05-fc0c-4afe-8388-7ebf392bab4b" + "fcf1c814-6326-4ed2-941b-42c313e68c2f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2414,11 +2477,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:39:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2427,13 +2493,13 @@ "14999" ], "x-ms-request-id": [ - "9bc70b8a-f564-4c6f-b9d6-81654f659d1e" + "4deff7c4-3f25-4a8b-9014-5477dc2db051" ], "x-ms-correlation-request-id": [ - "9bc70b8a-f564-4c6f-b9d6-81654f659d1e" + "4deff7c4-3f25-4a8b-9014-5477dc2db051" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020140Z:9bc70b8a-f564-4c6f-b9d6-81654f659d1e" + "EASTUS2:20211117T043906Z:4deff7c4-3f25-4a8b-9014-5477dc2db051" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2441,29 +2507,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:01:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRFeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2471,26 +2534,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:39:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "c83cfa4e-782f-407b-a27e-83ea62ea215a" + "74ced7ba-a888-496e-8675-57b1e8bd3086" ], "x-ms-correlation-request-id": [ - "c83cfa4e-782f-407b-a27e-83ea62ea215a" + "74ced7ba-a888-496e-8675-57b1e8bd3086" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020156Z:c83cfa4e-782f-407b-a27e-83ea62ea215a" + "EASTUS2:20211117T043922Z:74ced7ba-a888-496e-8675-57b1e8bd3086" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2498,29 +2564,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:01:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRFeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2528,26 +2591,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:39:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-request-id": [ - "a2f767a3-3000-4252-b5bd-309e24b1da61" + "13d016de-72c4-4d2e-819e-c6e03638ae96" ], "x-ms-correlation-request-id": [ - "a2f767a3-3000-4252-b5bd-309e24b1da61" + "13d016de-72c4-4d2e-819e-c6e03638ae96" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020211Z:a2f767a3-3000-4252-b5bd-309e24b1da61" + "EASTUS2:20211117T043937Z:13d016de-72c4-4d2e-819e-c6e03638ae96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2555,29 +2621,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:02:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRFeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2585,26 +2648,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:39:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-request-id": [ - "2c693efa-35d6-4fe4-b9ba-2e4b983dc26a" + "6c9eb2b3-1853-41fd-bca5-2186484bb92f" ], "x-ms-correlation-request-id": [ - "2c693efa-35d6-4fe4-b9ba-2e4b983dc26a" + "6c9eb2b3-1853-41fd-bca5-2186484bb92f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020227Z:2c693efa-35d6-4fe4-b9ba-2e4b983dc26a" + "EASTUS2:20211117T043953Z:6c9eb2b3-1853-41fd-bca5-2186484bb92f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2612,29 +2678,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:02:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRFeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2642,26 +2705,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:40:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "c434af04-2f81-4c2b-a610-4684cc32eb51" + "b837e94f-c78a-4d98-82ec-6f31c6b94b23" ], "x-ms-correlation-request-id": [ - "c434af04-2f81-4c2b-a610-4684cc32eb51" + "b837e94f-c78a-4d98-82ec-6f31c6b94b23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020242Z:c434af04-2f81-4c2b-a610-4684cc32eb51" + "EASTUS2:20211117T044008Z:b837e94f-c78a-4d98-82ec-6f31c6b94b23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2669,29 +2735,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:02:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRFeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2699,26 +2762,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:40:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "e19e643a-6593-4dd8-8135-5f1d59cdec54" + "12c0aa71-79ae-4b51-b166-a3a65d421f8f" ], "x-ms-correlation-request-id": [ - "e19e643a-6593-4dd8-8135-5f1d59cdec54" + "12c0aa71-79ae-4b51-b166-a3a65d421f8f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020258Z:e19e643a-6593-4dd8-8135-5f1d59cdec54" + "EASTUS2:20211117T044023Z:12c0aa71-79ae-4b51-b166-a3a65d421f8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2726,29 +2792,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:02:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 04:40:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "59637dab-5e78-416d-9684-27a4092b643c" + ], + "x-ms-correlation-request-id": [ + "59637dab-5e78-416d-9684-27a4092b643c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T044039Z:59637dab-5e78-416d-9684-27a4092b643c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRFeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2756,20 +2876,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:40:54 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "08a7ad0a-8764-4fb3-b593-4f0b75e8df6a" + "14869bc6-7311-4945-94ff-1ac602d75a29" ], "x-ms-correlation-request-id": [ - "08a7ad0a-8764-4fb3-b593-4f0b75e8df6a" + "14869bc6-7311-4945-94ff-1ac602d75a29" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020313Z:08a7ad0a-8764-4fb3-b593-4f0b75e8df6a" + "EASTUS2:20211117T044054Z:14869bc6-7311-4945-94ff-1ac602d75a29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2777,29 +2906,77 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 04:41:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "70860e74-c644-4e3d-9bc0-18e3972f8ac5" + ], + "x-ms-correlation-request-id": [ + "70860e74-c644-4e3d-9bc0-18e3972f8ac5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T044110Z:70860e74-c644-4e3d-9bc0-18e3972f8ac5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTExLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRFeExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2807,20 +2984,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:09 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "e9231cc3-3b39-4298-948b-9c710872cc24" + "61b0492b-754b-4eb0-8bd1-0ebd6ea1f64e" ], "x-ms-correlation-request-id": [ - "e9231cc3-3b39-4298-948b-9c710872cc24" + "61b0492b-754b-4eb0-8bd1-0ebd6ea1f64e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020314Z:e9231cc3-3b39-4298-948b-9c710872cc24" + "EASTUS2:20211117T044110Z:61b0492b-754b-4eb0-8bd1-0ebd6ea1f64e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2828,14 +3008,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2844,27 +3021,27 @@ ], "Names": { "TestVMScaleSetOperations_ConvertToSinglePlacementGroup": [ - "crptestar211", - "vmss6943", - "crptestar6167" + "crptestar1516", + "vmss9216", + "crptestar6557" ], "CreatePublicIP": [ - "pip8028", - "dn3104" + "pip581", + "dn2627" ], "CreateVNET": [ - "vn6299", - "sn910" + "vn7287", + "sn609" ], "CreateNIC": [ - "nic5912", - "ip2206" + "nic7427", + "ip5752" ], "CreateDefaultVMScaleSetInput": [ - "crptestar6492", - "vmss2173", - "vmsstestnetconfig2566", - "vmsstestnetconfig6710" + "crptestar5975", + "vmss1154", + "vmsstestnetconfig9549", + "vmsstestnetconfig416" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ManagedDisks.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ManagedDisks.json index fdc5fed9c16fe..a7ac8f2ee668f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ManagedDisks.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_ManagedDisks.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5ed3d27-7baa-4868-921a-a80f749cbf05" + "3efe43df-b9a4-4c7d-a40e-0580339e3a2c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "1679b92a-a68c-4ea7-98bc-009584d11c9c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "61858ee9-4ebf-4c21-903c-297ec647d8c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e5bf5669-7556-4152-a7cf-66d3586b8a0e" + "4e25e53f-31be-447b-a6bd-46b808f7c851" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002950Z:e5bf5669-7556-4152-a7cf-66d3586b8a0e" + "EASTUS2:20211117T030305Z:4e25e53f-31be-447b-a6bd-46b808f7c851" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:29:50 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40491?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNDkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar73831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjczODMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar40491\": \"2021-06-29 00:29:50Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar73831\": \"2021-11-17 03:03:05Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "464541a4-659c-4629-a8d1-c3f923f0dcba" + "ea466170-7629-4a54-b453-93d34775a443" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:08 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "d5237ac4-66aa-4bf1-b83d-1d957f43bb0f" + "a27872b9-8ae6-43bd-9214-cc9a6276fe38" ], "x-ms-correlation-request-id": [ - "d5237ac4-66aa-4bf1-b83d-1d957f43bb0f" + "a27872b9-8ae6-43bd-9214-cc9a6276fe38" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T002953Z:d5237ac4-66aa-4bf1-b83d-1d957f43bb0f" + "EASTUS2:20211117T030309Z:a27872b9-8ae6-43bd-9214-cc9a6276fe38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:29:52 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491\",\r\n \"name\": \"crptestar40491\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar40491\": \"2021-06-29 00:29:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831\",\r\n \"name\": \"crptestar73831\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar73831\": \"2021-11-17 03:03:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40491?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNDkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar73831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjczODMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ef12759-dba5-447b-a220-13a7e91e410f" + "e171e3ff-26ee-49ae-abd5-20e824f6a218" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "83433376-3d99-4f3c-9123-227ab4c509da" + "e18f4ee1-4feb-42d1-9a67-93ead2f3e666" ], "x-ms-correlation-request-id": [ - "83433376-3d99-4f3c-9123-227ab4c509da" + "e18f4ee1-4feb-42d1-9a67-93ead2f3e666" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003035Z:83433376-3d99-4f3c-9123-227ab4c509da" + "EASTUS2:20211117T030350Z:e18f4ee1-4feb-42d1-9a67-93ead2f3e666" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:35 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491\",\r\n \"name\": \"crptestar40491\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831\",\r\n \"name\": \"crptestar73831\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Storage/storageAccounts/crptestar5104?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTEwND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Storage/storageAccounts/crptestar7764?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzc2ND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a40a7d67-be6b-469e-b9c4-25a4be576d65" + "00bbaf0e-5243-40dc-b38f-8517c33aa336" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ae7ac3d3-1d09-43de-b8d6-981ef76e8f79?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d98ec114-7e3c-49d7-85d0-7a1609d08945?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ae7ac3d3-1d09-43de-b8d6-981ef76e8f79" + "d98ec114-7e3c-49d7-85d0-7a1609d08945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "e3176006-9563-462f-99f4-635f521f8a4f" + "e59cce71-9c9d-476c-b966-cae12de3d0e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003003Z:e3176006-9563-462f-99f4-635f521f8a4f" + "EASTUS2:20211117T030318Z:e59cce71-9c9d-476c-b966-cae12de3d0e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:02 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ae7ac3d3-1d09-43de-b8d6-981ef76e8f79?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYWU3YWMzZDMtMWQwOS00M2RlLWI4ZDYtOTgxZWY3NmU4Zjc5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d98ec114-7e3c-49d7-85d0-7a1609d08945?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDk4ZWMxMTQtN2UzYy00OWQ3LTg1ZDAtN2ExNjA5ZDA4OTQ1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ae7ac3d3-1d09-43de-b8d6-981ef76e8f79?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d98ec114-7e3c-49d7-85d0-7a1609d08945?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2352c01f-36db-4fa8-8c5e-2f834b5d301a" + "84fc9693-72a2-4f68-97e0-a0d4d47fd62c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "a3e8fd2c-4e69-4119-8ec6-127569252859" + "9086623c-2ab9-490f-ae99-98da5e2ad81a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003020Z:a3e8fd2c-4e69-4119-8ec6-127569252859" + "EASTUS2:20211117T030336Z:9086623c-2ab9-490f-ae99-98da5e2ad81a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:19 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/ae7ac3d3-1d09-43de-b8d6-981ef76e8f79?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYWU3YWMzZDMtMWQwOS00M2RlLWI4ZDYtOTgxZWY3NmU4Zjc5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/d98ec114-7e3c-49d7-85d0-7a1609d08945?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZDk4ZWMxMTQtN2UzYy00OWQ3LTg1ZDAtN2ExNjA5ZDA4OTQ1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7c2e46e0-2fd7-445c-b7e0-1848b987f4e1" + "facaab0a-dd44-4c57-81e9-4a45b4b642d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-correlation-request-id": [ - "8e09140c-639c-4a3e-a40d-f67cccec18ad" + "b29cbc50-209c-4ab3-ab69-d6db7d9aec57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003023Z:8e09140c-639c-4a3e-a40d-f67cccec18ad" + "EASTUS2:20211117T030339Z:b29cbc50-209c-4ab3-ab69-d6db7d9aec57" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:23 GMT" - ], "Content-Length": [ "95" ], @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65ffe9aa-5b00-41b7-9c91-af6e1dd4de1c" + "d6da0cae-87f8-4e2e-9f9a-178ca756356d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b1ba5234-e86c-4454-8c50-586533b9b887" + "00ad0af4-a357-4aee-9465-4f0e54bd8e74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-correlation-request-id": [ - "a524cb8b-d300-49f0-b20f-8f50202c323c" + "89864cd9-bec9-4afb-b8ab-2e714b4bda48" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003033Z:a524cb8b-d300-49f0-b20f-8f50202c323c" + "EASTUS2:20211117T030349Z:89864cd9-bec9-4afb-b8ab-2e714b4bda48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:33 GMT" - ], "Content-Length": [ "753" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Storage/storageAccounts/crptestar5104\",\r\n \"name\": \"crptestar5104\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:29:59.4441313Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5104.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5104.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5104.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5104.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Storage/storageAccounts/crptestar7764\",\r\n \"name\": \"crptestar7764\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T03:03:15.2416824Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7764.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7764.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7764.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7764.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Storage/storageAccounts/crptestar5104?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTEwND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Storage/storageAccounts/crptestar7764?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzc2ND9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71943375-e978-491b-ac52-b1ba29b71673" + "e38d7e02-ad06-4d20-992e-9391dd642db1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "01a65a4a-432a-43d8-b6b9-403337a8271d" + "a4016001-1805-4143-bbb8-d02aa233ef41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-correlation-request-id": [ - "dba3f448-066c-4ee5-8a31-19bcb03aff53" + "b608f49b-4f7e-4822-8e4b-5ccdde13403d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003034Z:dba3f448-066c-4ee5-8a31-19bcb03aff53" + "EASTUS2:20211117T030349Z:b608f49b-4f7e-4822-8e4b-5ccdde13403d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:33 GMT" - ], "Content-Length": [ "741" ], @@ -520,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Storage/storageAccounts/crptestar5104\",\r\n \"name\": \"crptestar5104\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T00:29:59.4441313Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5104.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5104.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5104.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5104.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Storage/storageAccounts/crptestar7764\",\r\n \"name\": \"crptestar7764\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T03:03:15.2416824Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7764.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7764.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7764.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7764.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/publicIPAddresses/pip8680?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/publicIPAddresses/pip9757?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NzU3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6353\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9393\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fff47895-de4a-47dd-9acd-a02fd10e229a" + "26a76146-72d0-414d-a435-4cd9c32b02af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -552,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:03:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7d9220e8-308b-451d-9054-1e02a2eac0ff" + "2ac50bbe-711e-48ee-b3ee-2100d4cef22a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7d9220e8-308b-451d-9054-1e02a2eac0ff?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2ac50bbe-711e-48ee-b3ee-2100d4cef22a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "48a5015b-fd3a-404e-af07-3b247f02700d" + "b8e339b2-cc3d-4ab2-94dc-c6615e7fbda8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "488f4ba9-b303-40e0-8081-3262a14fb322" + "60c2062f-3b73-4748-a2da-577fd673c88a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003047Z:48a5015b-fd3a-404e-af07-3b247f02700d" + "EASTUS2:20211117T030359Z:b8e339b2-cc3d-4ab2-94dc-c6615e7fbda8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:46 GMT" - ], "Content-Length": [ "770" ], @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8680\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/publicIPAddresses/pip8680\",\r\n \"etag\": \"W/\\\"fa9a05bf-7336-4c09-88c8-cf729446c39a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"94161351-f2bc-4281-9448-b96d537fdd97\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6353\",\r\n \"fqdn\": \"dn6353.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/publicIPAddresses/pip9757\",\r\n \"etag\": \"W/\\\"402dcc7d-e68d-4689-957c-9a7e3efbee77\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf7859c6-5f74-4599-9b13-be752efbb6cc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9393\",\r\n \"fqdn\": \"dn9393.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7d9220e8-308b-451d-9054-1e02a2eac0ff?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdkOTIyMGU4LTMwOGItNDUxZC05MDU0LTFlMDJhMmVhYzBmZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2ac50bbe-711e-48ee-b3ee-2100d4cef22a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhYzUwYmJlLTcxMWUtNDhlZS1iM2VlLTIxMDBkNGNlZjIyYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "320c5008-b23a-4527-b512-6bd404834160" + "87d3a565-5836-4c9a-90dc-e51121a02481" ], "x-ms-correlation-request-id": [ - "529c9793-dbca-4ad3-9cbc-f074d098cf27" + "1479efe0-a59c-438d-9e4c-658198594dd2" ], "x-ms-arm-service-request-id": [ - "a454964a-b34a-4146-aae7-1d8717dd3720" + "0744eb0b-fc2c-4110-ba48-95ce3f747f1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003048Z:529c9793-dbca-4ad3-9cbc-f074d098cf27" + "EASTUS2:20211117T030401Z:1479efe0-a59c-438d-9e4c-658198594dd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:47 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/publicIPAddresses/pip8680?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/publicIPAddresses/pip9757?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NzU3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fb31bbbb-8b6e-485f-b0d9-acd4dd2a8ae3\"" + "W/\"8813862b-fe41-43d3-9649-8e3ac6bdcc9e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "459622f3-35da-40e6-9896-dae9d7371fda" + "7e1a159f-a6d7-4277-b8be-47b3ba92283c" ], "x-ms-correlation-request-id": [ - "1e1d4ed6-f02a-4fe1-901f-49f04e7b74b0" + "c473baf4-2705-429d-875a-17a5d7b46164" ], "x-ms-arm-service-request-id": [ - "01158888-52a9-4430-a809-aeae1eda4ac7" + "353a5d9c-d70b-4f7b-adfb-87fa0d636ff0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003048Z:1e1d4ed6-f02a-4fe1-901f-49f04e7b74b0" + "EASTUS2:20211117T030401Z:c473baf4-2705-429d-875a-17a5d7b46164" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:47 GMT" - ], "Content-Length": [ "771" ], @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8680\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/publicIPAddresses/pip8680\",\r\n \"etag\": \"W/\\\"fb31bbbb-8b6e-485f-b0d9-acd4dd2a8ae3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94161351-f2bc-4281-9448-b96d537fdd97\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6353\",\r\n \"fqdn\": \"dn6353.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/publicIPAddresses/pip9757\",\r\n \"etag\": \"W/\\\"8813862b-fe41-43d3-9649-8e3ac6bdcc9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf7859c6-5f74-4599-9b13-be752efbb6cc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9393\",\r\n \"fqdn\": \"dn9393.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/publicIPAddresses/pip8680?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/publicIPAddresses/pip9757?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NzU3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c95ee92-cfe5-45e1-9237-28993ea14e63" + "3168201b-1564-4188-a94c-dc574ebb4d71" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fb31bbbb-8b6e-485f-b0d9-acd4dd2a8ae3\"" + "W/\"8813862b-fe41-43d3-9649-8e3ac6bdcc9e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "995a3ff3-07cd-4433-9fd7-d85c2131bd30" + "f42fb373-518c-4dea-b1d6-4a07c0c6cbd6" ], "x-ms-correlation-request-id": [ - "93e2df80-39c6-4443-a145-feaaee638a11" + "257866f5-70bc-4a6b-8b40-fa07767daebf" ], "x-ms-arm-service-request-id": [ - "0f8cf0f6-b2d2-4487-860f-ee5b04fcf977" + "18cefbfa-263f-4952-9910-aa6de7d4e9d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003049Z:93e2df80-39c6-4443-a145-feaaee638a11" + "EASTUS2:20211117T030402Z:257866f5-70bc-4a6b-8b40-fa07767daebf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:48 GMT" - ], "Content-Length": [ "771" ], @@ -797,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8680\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/publicIPAddresses/pip8680\",\r\n \"etag\": \"W/\\\"fb31bbbb-8b6e-485f-b0d9-acd4dd2a8ae3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94161351-f2bc-4281-9448-b96d537fdd97\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6353\",\r\n \"fqdn\": \"dn6353.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/publicIPAddresses/pip9757\",\r\n \"etag\": \"W/\\\"8813862b-fe41-43d3-9649-8e3ac6bdcc9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf7859c6-5f74-4599-9b13-be752efbb6cc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9393\",\r\n \"fqdn\": \"dn9393.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDAxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42NTYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4886\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9796\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebd2042-39c0-4b2b-af0c-78737df25de3" + "b66ec4b6-9e12-481e-9f5b-eab504bd4f46" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -829,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "37246378-a2ec-4fd7-b9b8-a8a354523df6" + "decd522a-8012-4967-9c8f-1e436b58171f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/37246378-a2ec-4fd7-b9b8-a8a354523df6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/decd522a-8012-4967-9c8f-1e436b58171f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d69cce41-9f19-4399-becf-aa7c6a678855" + "c966fb86-42ae-41a1-bfa6-54d578cd27f3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d5d7835f-a619-45aa-8022-a91e9915dfba" + "ae94f05a-dbe4-4494-8ae1-d73ed94373f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003053Z:d69cce41-9f19-4399-becf-aa7c6a678855" + "EASTUS2:20211117T030406Z:c966fb86-42ae-41a1-bfa6-54d578cd27f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:53 GMT" - ], "Content-Length": [ "1323" ], @@ -879,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9001\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001\",\r\n \"etag\": \"W/\\\"a9b56379-1f82-41f5-b59d-6d99f6625700\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1f4f9a53-1f38-4ac6-a84e-d03951e1e885\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4886\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\",\r\n \"etag\": \"W/\\\"a9b56379-1f82-41f5-b59d-6d99f6625700\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6563\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563\",\r\n \"etag\": \"W/\\\"73493f45-e6d2-48f7-afe1-1d49189bdfee\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"735d7b0b-538e-4969-991b-793f43188051\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9796\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\",\r\n \"etag\": \"W/\\\"73493f45-e6d2-48f7-afe1-1d49189bdfee\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/37246378-a2ec-4fd7-b9b8-a8a354523df6?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM3MjQ2Mzc4LWEyZWMtNGZkNy1iOWI4LWE4YTM1NDUyM2RmNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/decd522a-8012-4967-9c8f-1e436b58171f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RlY2Q1MjJhLTgwMTItNDk2Ny05YzhmLTFlNDM2YjU4MTcxZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -899,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c9e1c980-ec29-4299-aa08-83f74272744f" + "b7ef34aa-8683-4367-a9a7-b3b2cfe478f4" ], "x-ms-correlation-request-id": [ - "2f70b72d-9601-413c-86b8-f39eecd0ec4c" + "65e50ba3-a31c-449f-bad2-4a057c6a4458" ], "x-ms-arm-service-request-id": [ - "8837daa3-b57a-489f-ac0c-f48879fd40a3" + "03354ab1-0d95-4b87-a8f4-0b1179bf62a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003057Z:2f70b72d-9601-413c-86b8-f39eecd0ec4c" + "EASTUS2:20211117T030409Z:65e50ba3-a31c-449f-bad2-4a057c6a4458" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:57 GMT" - ], "Content-Length": [ "29" ], @@ -944,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDAxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42NTYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c3b662bd-5c14-4b4d-9769-c891bd777659\"" + "W/\"6a71fc2d-749a-41b8-937b-8212c748887b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "908bb76c-72d0-40aa-8c40-0b4a63f9733a" + "e1fdfb2a-6cfe-43a1-a56b-b244524865bf" ], "x-ms-correlation-request-id": [ - "399307bd-e53f-4a32-a228-27f5a386a9f5" + "080f69c6-19d0-4c59-b0ef-9710a3b8f94e" ], "x-ms-arm-service-request-id": [ - "db6bddb0-f796-46b0-8947-99fd8bf768d4" + "d907c76d-f2c6-4d95-b92e-93b00c4fdd5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003057Z:399307bd-e53f-4a32-a228-27f5a386a9f5" + "EASTUS2:20211117T030410Z:080f69c6-19d0-4c59-b0ef-9710a3b8f94e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:57 GMT" - ], "Content-Length": [ "1325" ], @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9001\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001\",\r\n \"etag\": \"W/\\\"c3b662bd-5c14-4b4d-9769-c891bd777659\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1f4f9a53-1f38-4ac6-a84e-d03951e1e885\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4886\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\",\r\n \"etag\": \"W/\\\"c3b662bd-5c14-4b4d-9769-c891bd777659\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6563\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563\",\r\n \"etag\": \"W/\\\"6a71fc2d-749a-41b8-937b-8212c748887b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"735d7b0b-538e-4969-991b-793f43188051\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9796\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\",\r\n \"etag\": \"W/\\\"6a71fc2d-749a-41b8-937b-8212c748887b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MDAxL3N1Ym5ldHMvc240ODg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42NTYzL3N1Ym5ldHMvc245Nzk2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3d577c1-7952-4eb2-b411-c28e5babf48e" + "8e6dd77b-c1a5-47ab-b770-66977aa25fba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1030,40 +1030,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c3b662bd-5c14-4b4d-9769-c891bd777659\"" + "W/\"6a71fc2d-749a-41b8-937b-8212c748887b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bcb97682-4c4a-4a5d-b8df-0df548d88b08" + "8078ac90-64c7-42e2-b9f2-acd1c67c0804" ], "x-ms-correlation-request-id": [ - "509f5a9b-c566-49d4-bec8-8c820efd1e50" + "f5add369-8214-46d2-af13-2d35523a5299" ], "x-ms-arm-service-request-id": [ - "3b23f83b-fb84-439c-8220-a5bc93f2cc87" + "2b5546a0-09c7-465a-a98c-eb0e3aa67ff2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003057Z:509f5a9b-c566-49d4-bec8-8c820efd1e50" + "EASTUS2:20211117T030410Z:f5add369-8214-46d2-af13-2d35523a5299" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:30:57 GMT" - ], "Content-Length": [ "524" ], @@ -1074,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4886\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\",\r\n \"etag\": \"W/\\\"c3b662bd-5c14-4b4d-9769-c891bd777659\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn9796\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\",\r\n \"etag\": \"W/\\\"6a71fc2d-749a-41b8-937b-8212c748887b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MjE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NjgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4886\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\r\n }\r\n },\r\n \"name\": \"ip9169\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9796\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\r\n }\r\n },\r\n \"name\": \"ip2594\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8847d406-f1ce-4af4-8bf3-e2090cd368fa" + "77d2da15-9ee0-4b83-b7d5-4a98599e2260" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1106,43 +1106,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "58a2f436-cb15-4ab8-a7a6-0e48104f08d1" + "a8310253-1005-4d49-863c-69637edc3af9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/58a2f436-cb15-4ab8-a7a6-0e48104f08d1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a8310253-1005-4d49-863c-69637edc3af9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6f9f7673-2ed2-4d48-b5f4-cdda44f5d865" + "1e07a270-24c3-4fd6-b77d-011a152e84b4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ff07f92f-4d3c-49a3-83f2-e37431250cbf" + "04c6395d-8006-4ad0-ba2b-27bf4e8e621e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003102Z:6f9f7673-2ed2-4d48-b5f4-cdda44f5d865" + "EASTUS2:20211117T030414Z:1e07a270-24c3-4fd6-b77d-011a152e84b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:31:02 GMT" - ], "Content-Length": [ "1634" ], @@ -1153,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216\",\r\n \"etag\": \"W/\\\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"26d5035a-74b8-4a35-8091-893662e72151\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216/ipConfigurations/ip9169\",\r\n \"etag\": \"W/\\\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\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\": \"kone4hzyd5devkco0a2vdypiqf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6681\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681\",\r\n \"etag\": \"W/\\\"bce56863-1bb8-4891-8b71-0e241fa51262\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3ae65dfa-42c8-4bf3-b0fd-78011e2606af\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681/ipConfigurations/ip2594\",\r\n \"etag\": \"W/\\\"bce56863-1bb8-4891-8b71-0e241fa51262\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\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\": \"bn3v022oknuutgi1pe5uggeakb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MjE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NjgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,40 +1173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\"" + "W/\"bce56863-1bb8-4891-8b71-0e241fa51262\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "99142a6d-9905-426f-ab1f-734356454d03" + "6433a992-ea2c-4612-944f-18a383d2f598" ], "x-ms-correlation-request-id": [ - "fb125c3f-0f48-4c3a-b473-62ce826bf64f" + "0ab8a031-0ed3-4933-a252-118d3778d3a7" ], "x-ms-arm-service-request-id": [ - "79b73cde-2b66-479a-bc88-1cce87749f0c" + "1ae8d712-ed2d-470d-aed2-1bdc66adf745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003102Z:fb125c3f-0f48-4c3a-b473-62ce826bf64f" + "EASTUS2:20211117T030415Z:0ab8a031-0ed3-4933-a252-118d3778d3a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:31:02 GMT" - ], "Content-Length": [ "1634" ], @@ -1217,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216\",\r\n \"etag\": \"W/\\\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"26d5035a-74b8-4a35-8091-893662e72151\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216/ipConfigurations/ip9169\",\r\n \"etag\": \"W/\\\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\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\": \"kone4hzyd5devkco0a2vdypiqf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6681\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681\",\r\n \"etag\": \"W/\\\"bce56863-1bb8-4891-8b71-0e241fa51262\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3ae65dfa-42c8-4bf3-b0fd-78011e2606af\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681/ipConfigurations/ip2594\",\r\n \"etag\": \"W/\\\"bce56863-1bb8-4891-8b71-0e241fa51262\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\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\": \"bn3v022oknuutgi1pe5uggeakb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MjE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2NjgxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1bba577-2ab7-49af-a99f-b4d3ad3737d3" + "130d3896-2f9b-4a96-920d-a76fdb13190b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1243,40 +1243,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\"" + "W/\"bce56863-1bb8-4891-8b71-0e241fa51262\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0450094c-87e8-41d7-ac9d-a4c5266a0ef8" + "68acc129-cb04-4723-998d-4085a310bb52" ], "x-ms-correlation-request-id": [ - "cb498539-7f49-4572-9435-e48612559da2" + "fe94604a-8ebe-4e45-bbd0-3b607f46b900" ], "x-ms-arm-service-request-id": [ - "cd55343f-a4b5-4a12-b33d-21062ba79650" + "34209a9e-2a3a-4297-8e35-dcd9bfbd8489" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003102Z:cb498539-7f49-4572-9435-e48612559da2" + "EASTUS2:20211117T030415Z:fe94604a-8ebe-4e45-bbd0-3b607f46b900" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:31:02 GMT" - ], "Content-Length": [ "1634" ], @@ -1287,46 +1287,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216\",\r\n \"etag\": \"W/\\\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"26d5035a-74b8-4a35-8091-893662e72151\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/networkInterfaces/nic4216/ipConfigurations/ip9169\",\r\n \"etag\": \"W/\\\"417f2e9c-a49d-4c46-b29d-bfe18e9adb93\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\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\": \"kone4hzyd5devkco0a2vdypiqf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6681\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681\",\r\n \"etag\": \"W/\\\"bce56863-1bb8-4891-8b71-0e241fa51262\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3ae65dfa-42c8-4bf3-b0fd-78011e2606af\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/networkInterfaces/nic6681/ipConfigurations/ip2594\",\r\n \"etag\": \"W/\\\"bce56863-1bb8-4891-8b71-0e241fa51262\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\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\": \"bn3v022oknuutgi1pe5uggeakb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6d4cd538-712d-4f38-abc3-2ec47a4a4153" + "633a51c9-92d8-4f45-befc-1dc5c5d75521" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1641" + "1640" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1341,29 +1348,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2fbd87a-f355-4dbb-a32a-751f3d2dcb13" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "762caa1e-b217-4f2b-9bca-b0f8eff4e598" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f786dce1-b483-4a60-a976-30f099ef7f33" + "a6a9910e-aa95-4c50-a42d-cd99e7fa92e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003114Z:f786dce1-b483-4a60-a976-30f099ef7f33" + "EASTUS2:20211117T030426Z:a6a9910e-aa95-4c50-a42d-cd99e7fa92e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:31:14 GMT" - ], "Content-Length": [ - "3425" + "3424" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1372,62 +1372,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3067\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cb5427a5-697a-4b4f-af90-b49b65f3f69a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2412\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8a83f749-10c4-4926-85b2-5d40ffcdd588\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZmJkODdhLWYzNTUtNGRiYi1hMzJhLTc1MWYzZDJkY2IxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MmNhYTFlLWIyMTctNGYyYi05YmNhLWIwZjhlZmY0ZTU5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:04:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b817e00-0334-4b3c-8261-899b0d8032c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6c60328-cfd0-474e-869c-177fde87cbdf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "27f95624-0ac7-4e29-a928-57325cbcea6c" + "f0d26df8-4587-4151-b1eb-a94cd7cca401" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003124Z:27f95624-0ac7-4e29-a928-57325cbcea6c" + "EASTUS2:20211117T030436Z:f0d26df8-4587-4151-b1eb-a94cd7cca401" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:31:24 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1436,59 +1436,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:31:10.916806+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2fbd87a-f355-4dbb-a32a-751f3d2dcb13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:04:23.9124949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"762caa1e-b217-4f2b-9bca-b0f8eff4e598\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZmJkODdhLWYzNTUtNGRiYi1hMzJhLTc1MWYzZDJkY2IxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MmNhYTFlLWIyMTctNGYyYi05YmNhLWIwZjhlZmY0ZTU5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:06:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d7a8d1e-5b44-407a-a0a4-b24fbeabaee1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bba97b46-c5e8-4413-a052-fb37c8b13633" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "8b4c6ef1-4b5a-4303-8844-07b51e1e385c" + "f5928c0d-7e0f-456f-a4e0-282d26fe615e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003301Z:8b4c6ef1-4b5a-4303-8844-07b51e1e385c" + "EASTUS2:20211117T030614Z:f5928c0d-7e0f-456f-a4e0-282d26fe615e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:33:01 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1497,59 +1497,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:31:10.916806+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2fbd87a-f355-4dbb-a32a-751f3d2dcb13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:04:23.9124949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"762caa1e-b217-4f2b-9bca-b0f8eff4e598\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZmJkODdhLWYzNTUtNGRiYi1hMzJhLTc1MWYzZDJkY2IxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MmNhYTFlLWIyMTctNGYyYi05YmNhLWIwZjhlZmY0ZTU5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:07:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b0b17994-1e3e-4bcd-9565-9603ac296ab0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "79eaf1d5-da1d-442f-8789-eec58a99e5d0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "b8716ff3-9054-4957-baf2-0fac144704e1" + "a91bb04d-88a7-4a3b-a288-542027175d53" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003438Z:b8716ff3-9054-4957-baf2-0fac144704e1" + "EASTUS2:20211117T030751Z:a91bb04d-88a7-4a3b-a288-542027175d53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:34:38 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1558,59 +1558,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:31:10.916806+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2fbd87a-f355-4dbb-a32a-751f3d2dcb13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:04:23.9124949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"762caa1e-b217-4f2b-9bca-b0f8eff4e598\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZmJkODdhLWYzNTUtNGRiYi1hMzJhLTc1MWYzZDJkY2IxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MmNhYTFlLWIyMTctNGYyYi05YmNhLWIwZjhlZmY0ZTU5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:09:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ebf8898-510e-4fb0-86b8-80b0aab38f80" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "782799a7-2795-4ab0-bfd0-1204c4810513" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "14d59d13-c367-4fbe-a5fb-9130bcaf03df" + "25e41177-442a-40fe-a17a-4f3f0b5fc7a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003616Z:14d59d13-c367-4fbe-a5fb-9130bcaf03df" + "EASTUS2:20211117T030928Z:25e41177-442a-40fe-a17a-4f3f0b5fc7a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:36:16 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1619,59 +1619,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:31:10.916806+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2fbd87a-f355-4dbb-a32a-751f3d2dcb13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:04:23.9124949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"762caa1e-b217-4f2b-9bca-b0f8eff4e598\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZmJkODdhLWYzNTUtNGRiYi1hMzJhLTc1MWYzZDJkY2IxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MmNhYTFlLWIyMTctNGYyYi05YmNhLWIwZjhlZmY0ZTU5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:11:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db1d2a91-0046-4e32-a9da-6d6485b3df1a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a5f1e20-dfe7-4eca-b692-7e1e041abc7e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "a3d282ca-b780-445b-862c-782900be577d" + "6f524709-3d38-4f77-b570-e538b2b859a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003753Z:a3d282ca-b780-445b-862c-782900be577d" + "EASTUS2:20211117T031106Z:6f524709-3d38-4f77-b570-e538b2b859a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:37:53 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1680,59 +1680,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:31:10.916806+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2fbd87a-f355-4dbb-a32a-751f3d2dcb13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:04:23.9124949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"762caa1e-b217-4f2b-9bca-b0f8eff4e598\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZmJkODdhLWYzNTUtNGRiYi1hMzJhLTc1MWYzZDJkY2IxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MmNhYTFlLWIyMTctNGYyYi05YmNhLWIwZjhlZmY0ZTU5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:12:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "59ad8eb3-a2ac-42ce-97d3-6ad49a5b45f5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d36b85f7-8653-485d-a0ff-1af5ec7d89ae" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "77302709-3aeb-4da6-9df8-8428d14f4a22" + "cc62ddc5-e5d6-4ebe-88c1-ba5c99247e63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T003931Z:77302709-3aeb-4da6-9df8-8428d14f4a22" + "EASTUS2:20211117T031244Z:cc62ddc5-e5d6-4ebe-88c1-ba5c99247e63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:39:30 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1741,59 +1741,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:31:10.916806+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2fbd87a-f355-4dbb-a32a-751f3d2dcb13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:04:23.9124949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"762caa1e-b217-4f2b-9bca-b0f8eff4e598\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d2fbd87a-f355-4dbb-a32a-751f3d2dcb13?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QyZmJkODdhLWYzNTUtNGRiYi1hMzJhLTc1MWYzZDJkY2IxMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/762caa1e-b217-4f2b-9bca-b0f8eff4e598?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2MmNhYTFlLWIyMTctNGYyYi05YmNhLWIwZjhlZmY0ZTU5OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:14:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b8fb5c2-ea6e-4a76-badb-a8aeef91d9b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "08b3fc27-1f43-40a7-b117-d6a40a84adce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "6b8bc8f2-5a70-4870-8824-45d6a1b9ae59" + "133ae776-07d8-4124-9e8b-ffe2ffb885d2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004108Z:6b8bc8f2-5a70-4870-8824-45d6a1b9ae59" + "EASTUS2:20211117T031421Z:133ae776-07d8-4124-9e8b-ffe2ffb885d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:41:07 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1802,59 +1802,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:31:10.916806+00:00\",\r\n \"endTime\": \"2021-06-29T00:40:25.5242141+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d2fbd87a-f355-4dbb-a32a-751f3d2dcb13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:04:23.9124949+00:00\",\r\n \"endTime\": \"2021-11-17T03:13:33.7239692+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"762caa1e-b217-4f2b-9bca-b0f8eff4e598\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:14:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eec5c3cb-e73f-4e7b-9b86-23f153dfc31a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b5ea5fa8-2770-4011-9ff1-91706f7ca630" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "b6fe6ed8-0838-45f2-9cc8-6865861208b1" + "d2c04b93-4c42-4512-9007-cc922348d864" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004108Z:b6fe6ed8-0838-45f2-9cc8-6865861208b1" + "EASTUS2:20211117T031421Z:d2c04b93-4c42-4512-9007-cc922348d864" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:41:08 GMT" - ], "Content-Length": [ - "3426" + "3425" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1863,65 +1863,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3067\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cb5427a5-697a-4b4f-af90-b49b65f3f69a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2412\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8a83f749-10c4-4926-85b2-5d40ffcdd588\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be774920-4d92-42de-a6bc-3425f54831d1" + "8fbb7b6a-b5ad-4202-a6ba-973783c5a26b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:14:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6ff7972-a17e-4751-b010-0193bb3538d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51ae8bb8-bf6d-4984-938b-782743595614" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "e9274a9d-b13d-4986-a984-b9bbbd269310" + "2a111776-c41a-4ae4-8517-8427b593cb86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004109Z:e9274a9d-b13d-4986-a984-b9bbbd269310" + "EASTUS2:20211117T031421Z:2a111776-c41a-4ae4-8517-8427b593cb86" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:41:08 GMT" - ], "Content-Length": [ - "3426" + "3425" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1930,40 +1930,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3067\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3275\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Network/virtualNetworks/vn9001/subnets/sn4886\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cb5427a5-697a-4b4f-af90-b49b65f3f69a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2412\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig622\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Network/virtualNetworks/vn6563/subnets/sn9796\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8a83f749-10c4-4926-85b2-5d40ffcdd588\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Ny9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMi9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8333e626-12bc-40a5-adc2-03b1e4f4b5d4" + "891dff14-0f05-44f7-855b-92efaabd7866" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:14:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6071a50a-147b-46b3-b734-77f43d0558f2?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48f741a7-fea3-4364-b33b-b464e3a4b18d?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6071a50a-147b-46b3-b734-77f43d0558f2?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48f741a7-fea3-4364-b33b-b464e3a4b18d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1975,87 +1982,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6071a50a-147b-46b3-b734-77f43d0558f2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "48f741a7-fea3-4364-b33b-b464e3a4b18d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "e64ba1a5-d6b1-407a-aac4-a5e7ca524659" + "2ab4845b-9c32-4ed7-8e25-7c11b326ca79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004109Z:e64ba1a5-d6b1-407a-aac4-a5e7ca524659" + "EASTUS2:20211117T031422Z:2ab4845b-9c32-4ed7-8e25-7c11b326ca79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:41:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6071a50a-147b-46b3-b734-77f43d0558f2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYwNzFhNTBhLTE0N2ItNDZiMy1iNzM0LTc3ZjQzZDA1NThmMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48f741a7-fea3-4364-b33b-b464e3a4b18d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4Zjc0MWE3LWZlYTMtNDM2NC1iMzNiLWI0NjRlM2E0YjE4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:14:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "29642ef9-6b89-47a9-89dd-956610a2079e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6ff45ce-0678-4277-8e44-691d08768e64" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "7e352eb5-bb3e-4704-9b62-619b834ec8df" + "085e28e7-048e-4785-83cb-99c3d1324a4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004139Z:7e352eb5-bb3e-4704-9b62-619b834ec8df" + "EASTUS2:20211117T031452Z:085e28e7-048e-4785-83cb-99c3d1324a4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:41:39 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2064,98 +2064,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:09.3531566+00:00\",\r\n \"endTime\": \"2021-06-29T00:41:09.6812933+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6071a50a-147b-46b3-b734-77f43d0558f2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:22.005233+00:00\",\r\n \"endTime\": \"2021-11-17T03:14:22.3333329+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"48f741a7-fea3-4364-b33b-b464e3a4b18d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6071a50a-147b-46b3-b734-77f43d0558f2?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYwNzFhNTBhLTE0N2ItNDZiMy1iNzM0LTc3ZjQzZDA1NThmMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/48f741a7-fea3-4364-b33b-b464e3a4b18d?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4Zjc0MWE3LWZlYTMtNDM2NC1iMzNiLWI0NjRlM2E0YjE4ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:14:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "46ef21d3-5b77-4c46-a102-aa735b11a48f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "02b168fb-589a-4444-90e5-43da66f37653" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "511a89ad-1fda-4f0b-a3dc-ea165e57e82a" + "d1c6136d-8a25-473e-b7e6-5d2e03fe62aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004140Z:511a89ad-1fda-4f0b-a3dc-ea165e57e82a" + "EASTUS2:20211117T031452Z:d1c6136d-8a25-473e-b7e6-5d2e03fe62aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:41:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067/reimage?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Ny9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412/reimage?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMi9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1666bfc0-c019-4680-bba1-1ca3875142f2" + "ada1488f-7223-4cb6-bc31-5ac5a470373e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:14:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2167,85 +2174,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "529da0ef-a0c1-483a-b086-2b07c14b6619" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8e03e8f8-8cc1-498e-ad7c-b55428602d83" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "bea11c26-0eef-4f0b-9c18-f61bf8d332a2" + "42673326-a7c4-4c40-9974-7a3c79120512" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004140Z:bea11c26-0eef-4f0b-9c18-f61bf8d332a2" + "EASTUS2:20211117T031453Z:42673326-a7c4-4c40-9974-7a3c79120512" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:41:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:15:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94953a49-00ec-4408-8411-0ff028810c3a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e05b31d6-7f18-4ad3-b3e9-7111b0b679d1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "8fb6fbe0-8b92-46c5-bc9c-3e5e14d7dd37" + "ff5272ea-ffdb-405f-811a-eb0d7de09ce9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004210Z:8fb6fbe0-8b92-46c5-bc9c-3e5e14d7dd37" + "EASTUS2:20211117T031523Z:ff5272ea-ffdb-405f-811a-eb0d7de09ce9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:42:10 GMT" - ], "Content-Length": [ "134" ], @@ -2256,57 +2256,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:15:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "71e88279-9a0d-48d9-b586-0d105c1f8112" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "68daf843-7177-4cdb-9db1-73e7655a1f10" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "eb3fe4a8-1e26-4f41-9835-f8f05db6e09e" + "fae53bff-d1a0-4296-b5d4-c93da7aaacad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004241Z:eb3fe4a8-1e26-4f41-9835-f8f05db6e09e" + "EASTUS2:20211117T031553Z:fae53bff-d1a0-4296-b5d4-c93da7aaacad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:42:40 GMT" - ], "Content-Length": [ "134" ], @@ -2317,57 +2317,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:16:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86bde8ea-e9c0-4d4e-a3a5-7f1cda751d3d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "abc2f056-46e2-43c3-8f3f-facc1c9dd4d9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "1db4c14a-2dc8-4d79-bd1c-5aaa5cab97f5" + "273824d0-be71-4b3c-8701-687988aeb63f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004311Z:1db4c14a-2dc8-4d79-bd1c-5aaa5cab97f5" + "EASTUS2:20211117T031623Z:273824d0-be71-4b3c-8701-687988aeb63f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:43:10 GMT" - ], "Content-Length": [ "134" ], @@ -2378,57 +2378,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:16:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e9206cf2-75f5-437c-9295-d05fa6b51a2d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a64c96ee-4044-414e-9d32-8023d163500f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "d21664d0-dd02-430f-b621-cbb2559ead52" + "e21dc8ce-9ec7-46c6-a674-feec99a6d1d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004341Z:d21664d0-dd02-430f-b621-cbb2559ead52" + "EASTUS2:20211117T031654Z:e21dc8ce-9ec7-46c6-a674-feec99a6d1d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:43:40 GMT" - ], "Content-Length": [ "134" ], @@ -2439,57 +2439,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:17:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b1a8eae-6451-4344-8757-ef26f8b7649e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bf2d9c24-85af-48d5-bef9-3d8bf3601604" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "89ee53d3-0196-4ba7-be29-6df8cad46470" + "a70497ca-2d62-4382-af9b-72f6940d79d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004411Z:89ee53d3-0196-4ba7-be29-6df8cad46470" + "EASTUS2:20211117T031724Z:a70497ca-2d62-4382-af9b-72f6940d79d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:44:11 GMT" - ], "Content-Length": [ "134" ], @@ -2500,57 +2500,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:17:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "821a7a04-19d6-4075-b180-ac92f0d446ea" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d437287b-dae3-4ec8-a28a-ea9b00d05db3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "9142581f-8624-4dee-8f42-f096f1d285db" + "55dd0be8-4e9a-4170-8cfd-10724bd9ced8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004442Z:9142581f-8624-4dee-8f42-f096f1d285db" + "EASTUS2:20211117T031754Z:55dd0be8-4e9a-4170-8cfd-10724bd9ced8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:44:41 GMT" - ], "Content-Length": [ "134" ], @@ -2561,57 +2561,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:18:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01cb59ef-4b51-4c45-be99-c1771aea807c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "373a433e-d50e-47f1-ba73-d8036b85918e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-correlation-request-id": [ - "ab76f36d-dbfd-4a85-928a-526d81595a74" + "308c8ab4-efbe-4e38-8b5b-eb81e66e5f89" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004512Z:ab76f36d-dbfd-4a85-928a-526d81595a74" + "EASTUS2:20211117T031824Z:308c8ab4-efbe-4e38-8b5b-eb81e66e5f89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:45:11 GMT" - ], "Content-Length": [ "134" ], @@ -2622,57 +2622,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:18:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29946" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5c338ea0-7d18-4407-ae10-cbcf73c8d9a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6438de2a-e9b4-4833-9045-f4738d7b3ca8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11987" ], "x-ms-correlation-request-id": [ - "9a440cfd-f23b-4b08-8e32-e6d8eff7623b" + "f317c135-443c-4ffa-b031-c4d2b21e33c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004542Z:9a440cfd-f23b-4b08-8e32-e6d8eff7623b" + "EASTUS2:20211117T031855Z:f317c135-443c-4ffa-b031-c4d2b21e33c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:45:42 GMT" - ], "Content-Length": [ "134" ], @@ -2683,57 +2683,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:19:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80fd32dd-5fb0-4ac9-8fcb-47130596a0e5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4f629b8b-6568-4283-841b-3c0b0ee54bf6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11986" ], "x-ms-correlation-request-id": [ - "e4a41fad-db53-4634-9147-39a07064c065" + "5d810850-47e2-49bd-9f75-daaa1d769234" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004613Z:e4a41fad-db53-4634-9147-39a07064c065" + "EASTUS2:20211117T031925Z:5d810850-47e2-49bd-9f75-daaa1d769234" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:46:12 GMT" - ], "Content-Length": [ "134" ], @@ -2744,57 +2744,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:19:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29948" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29941" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a92b4b89-1a2c-4537-aac3-f4dc823b1daf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fe631a92-0fc3-456d-bcc1-381da2677e74" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11985" ], "x-ms-correlation-request-id": [ - "cba15a34-1f6e-4c70-b83a-ff671147c050" + "48cf5e8a-4048-4fca-bf13-4a8cb4e7eb47" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004643Z:cba15a34-1f6e-4c70-b83a-ff671147c050" + "EASTUS2:20211117T031955Z:48cf5e8a-4048-4fca-bf13-4a8cb4e7eb47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:46:42 GMT" - ], "Content-Length": [ "134" ], @@ -2805,57 +2805,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:20:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29946" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "653e661a-3bb6-45b4-a4fa-b624a45ea461" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9d7b57c2-6940-4ec1-9a47-80fd5ced0470" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11984" ], "x-ms-correlation-request-id": [ - "32ab2b61-aa07-455e-b15e-745753b5c77f" + "5b4972c9-3155-4aa8-ab61-9140c1f994f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004713Z:32ab2b61-aa07-455e-b15e-745753b5c77f" + "EASTUS2:20211117T032025Z:5b4972c9-3155-4aa8-ab61-9140c1f994f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:47:13 GMT" - ], "Content-Length": [ "134" ], @@ -2866,57 +2866,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:20:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29943" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86ef86c3-2293-49a4-a021-a0bc1c6ae081" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b11cd110-b6eb-4cd9-8eaf-13466ea6b4ed" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11983" ], "x-ms-correlation-request-id": [ - "2048fbac-eaea-4526-8a42-ac9b86bf6aa9" + "fd419db8-0ca4-4f37-8bbd-0893e89293af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004744Z:2048fbac-eaea-4526-8a42-ac9b86bf6aa9" + "EASTUS2:20211117T032056Z:fd419db8-0ca4-4f37-8bbd-0893e89293af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:47:43 GMT" - ], "Content-Length": [ "134" ], @@ -2927,57 +2927,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:21:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29938" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29946" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "951f0989-b2f6-4a9e-b016-e746aa46eb77" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "457d5576-69cb-494e-9620-1b7a695de819" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11982" ], "x-ms-correlation-request-id": [ - "9291b431-1183-4c98-a27e-7b1755353066" + "dc7e6e72-92ab-4051-940c-1966dccfd720" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004814Z:9291b431-1183-4c98-a27e-7b1755353066" + "EASTUS2:20211117T032126Z:dc7e6e72-92ab-4051-940c-1966dccfd720" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:48:13 GMT" - ], "Content-Length": [ "134" ], @@ -2988,57 +2988,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:21:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29935" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dab4e7f6-a5b9-4e66-977c-d9cad2715f84" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "974309d2-35ba-4ddf-b957-52d3c7f8db2f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11981" ], "x-ms-correlation-request-id": [ - "c2fd9eb3-bd44-49be-8d73-603af38563b0" + "d941b829-f5f2-42ba-ba5f-0d6234b35557" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004844Z:c2fd9eb3-bd44-49be-8d73-603af38563b0" + "EASTUS2:20211117T032156Z:d941b829-f5f2-42ba-ba5f-0d6234b35557" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:48:44 GMT" - ], "Content-Length": [ "134" ], @@ -3049,57 +3049,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:22:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29934" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1749283f-dcf6-4a49-8b18-6185ead4b891" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ffd5370b-93f1-4742-892d-2bc9627b359b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11980" ], "x-ms-correlation-request-id": [ - "6fa96cb3-6700-44aa-b721-602c209404ae" + "21e45480-894e-4aa4-aeb1-e5aa6e8b8e9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004915Z:6fa96cb3-6700-44aa-b721-602c209404ae" + "EASTUS2:20211117T032226Z:21e45480-894e-4aa4-aeb1-e5aa6e8b8e9e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:49:15 GMT" - ], "Content-Length": [ "134" ], @@ -3110,57 +3110,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:22:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29931" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "be082075-2f1a-4b55-b733-2a505d261f83" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9bf28e27-d69d-4ca1-9f3d-6a40e824fa6b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11979" ], "x-ms-correlation-request-id": [ - "eb934c68-eea0-4cc1-8220-d6ae9d19b290" + "9f51cdef-88f6-439b-9226-cb7a23356ff1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T004945Z:eb934c68-eea0-4cc1-8220-d6ae9d19b290" + "EASTUS2:20211117T032257Z:9f51cdef-88f6-439b-9226-cb7a23356ff1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:49:44 GMT" - ], "Content-Length": [ "134" ], @@ -3171,57 +3171,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:23:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29931" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fdb41d6-f3a5-4148-ac7d-e49790fad71c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "874eca28-ae1f-4be3-a0c2-fd7436d2636b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11978" ], "x-ms-correlation-request-id": [ - "6e7f55f3-29f7-4886-aa20-06a4919309a6" + "7c2af1b0-6203-4b89-8e1a-ba88d44edaf9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005015Z:6e7f55f3-29f7-4886-aa20-06a4919309a6" + "EASTUS2:20211117T032327Z:7c2af1b0-6203-4b89-8e1a-ba88d44edaf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:50:14 GMT" - ], "Content-Length": [ "134" ], @@ -3232,57 +3232,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:23:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29928" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29932" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a52eb48e-870a-415c-99dd-99983c8fcd23" + "d65fa254-0376-4679-ad09-0ab7f81acd73" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "c7dd6f03-4cb2-46ee-a537-6c3d664dfe0e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T032358Z:c7dd6f03-4cb2-46ee-a537-6c3d664dfe0e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:24:27 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29930" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8feff0e8-1550-4829-bb13-d8441483041b" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11976" ], "x-ms-correlation-request-id": [ - "ca9467d6-7195-4896-8fd5-94440cf66b32" + "9c75738d-46b9-4393-868b-25a13f106687" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005045Z:ca9467d6-7195-4896-8fd5-94440cf66b32" + "EASTUS2:20211117T032428Z:9c75738d-46b9-4393-868b-25a13f106687" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:50:45 GMT" - ], "Content-Length": [ "184" ], @@ -3293,98 +3354,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:41:40.1969726+00:00\",\r\n \"endTime\": \"2021-06-29T00:50:44.5710583+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"529da0ef-a0c1-483a-b086-2b07c14b6619\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:14:52.8333764+00:00\",\r\n \"endTime\": \"2021-11-17T03:23:59.7862563+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8e03e8f8-8cc1-498e-ad7c-b55428602d83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/529da0ef-a0c1-483a-b086-2b07c14b6619?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyOWRhMGVmLWEwYzEtNDgzYS1iMDg2LTJiMDdjMTRiNjYxOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8e03e8f8-8cc1-498e-ad7c-b55428602d83?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDNlOGY4LThjYzEtNDk4ZS1hZDdjLWI1NTQyODYwMmQ4Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:24:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29926" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12bf4f95-d2d2-4588-8653-7557acebb7cc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dd6f9ad2-a35c-4b15-baa8-ab5de3042c95" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11975" ], "x-ms-correlation-request-id": [ - "9cfd82e6-ae04-4bd1-a2ea-d4c837cfd332" + "7d75d7b8-efbf-4953-af19-99a6eb26bd7c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005046Z:9cfd82e6-ae04-4bd1-a2ea-d4c837cfd332" + "EASTUS2:20211117T032428Z:7d75d7b8-efbf-4953-af19-99a6eb26bd7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:50:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067/reimageall?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Ny9yZWltYWdlYWxsP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412/reimageall?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMi9yZWltYWdlYWxsP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8ed194c-d902-41ad-8d57-e234e2ab2126" + "2d2a109a-483d-4b8b-bc04-0c3617efacfe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:24:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -3396,85 +3464,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4f13903-979c-4ba2-897d-e44daf0b0526" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9700613a-bf2e-4c34-a1a7-ccba95392185" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "483e2c8b-cdc7-4f79-9c35-cb04a4b3bfef" + "174bb246-5d17-4122-b669-c97751d07daf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005046Z:483e2c8b-cdc7-4f79-9c35-cb04a4b3bfef" + "EASTUS2:20211117T032429Z:174bb246-5d17-4122-b669-c97751d07daf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:50:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:24:58 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29922" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "cff87be2-bd11-4682-9b4e-23604b3429f4" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29927" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "113c644f-f0b5-49ff-a5a5-fb7c605bef05" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11974" ], "x-ms-correlation-request-id": [ - "c12c0e2d-9b0a-4701-a65a-772977dacbd8" + "a4abde98-da3a-4883-897c-4636a36fbb93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005116Z:c12c0e2d-9b0a-4701-a65a-772977dacbd8" + "EASTUS2:20211117T032459Z:a4abde98-da3a-4883-897c-4636a36fbb93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:51:16 GMT" - ], "Content-Length": [ "134" ], @@ -3485,57 +3546,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:25:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29919" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "932f5653-7d22-473b-b320-f657a563e02a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4941c66f-50bd-491a-940b-954e1c88f976" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11973" ], "x-ms-correlation-request-id": [ - "dac28051-7bfa-4812-b338-2f93d9c100f0" + "dd66f47c-c260-4562-adca-c445b5026a9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005147Z:dac28051-7bfa-4812-b338-2f93d9c100f0" + "EASTUS2:20211117T032529Z:dd66f47c-c260-4562-adca-c445b5026a9c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:51:46 GMT" - ], "Content-Length": [ "134" ], @@ -3546,57 +3607,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:25:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29916" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ebd5bb52-ebfc-458e-9903-d5425276942a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "63987ff2-ac8d-4ae9-9cb5-747d659dffcf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11972" ], "x-ms-correlation-request-id": [ - "07cba447-b78f-468f-8a83-1ca65f42c45b" + "2455ea90-e92e-4caa-bc34-21d96c33d5ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005217Z:07cba447-b78f-468f-8a83-1ca65f42c45b" + "EASTUS2:20211117T032559Z:2455ea90-e92e-4caa-bc34-21d96c33d5ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:52:16 GMT" - ], "Content-Length": [ "134" ], @@ -3607,57 +3668,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:26:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29913" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29920" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60690d96-75a5-4305-850e-6405b23d4eb3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e2c9cc05-1759-47a9-b67e-892d79f66831" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11971" ], "x-ms-correlation-request-id": [ - "e29efade-ae6b-40d5-b937-b7e34354319d" + "edc31534-2f84-418b-b3ae-ebe7b50cefbd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005247Z:e29efade-ae6b-40d5-b937-b7e34354319d" + "EASTUS2:20211117T032630Z:edc31534-2f84-418b-b3ae-ebe7b50cefbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:52:47 GMT" - ], "Content-Length": [ "134" ], @@ -3668,57 +3729,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:27:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29909" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8b5a4ef-8f64-4ef5-af30-a793d8ed9676" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8f74e403-6f07-4ce4-9bf1-464b5f53202e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11970" ], "x-ms-correlation-request-id": [ - "100d34a7-e2e9-4a27-86cc-c80ab0fe8393" + "b86d066f-3be8-4e34-bf36-c5a87de48f2e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005317Z:100d34a7-e2e9-4a27-86cc-c80ab0fe8393" + "EASTUS2:20211117T032700Z:b86d066f-3be8-4e34-bf36-c5a87de48f2e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:53:17 GMT" - ], "Content-Length": [ "134" ], @@ -3729,57 +3790,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:27:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29914" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7503acf4-8b37-4d99-b802-573a12ebcaea" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed5a2b12-a612-4514-b40c-5d00c818d667" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11969" ], "x-ms-correlation-request-id": [ - "3b04888f-60f6-4acc-b02d-34f61b6736fe" + "76ec8275-dd9c-4ba2-b142-6ab4cbf74e29" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005348Z:3b04888f-60f6-4acc-b02d-34f61b6736fe" + "EASTUS2:20211117T032730Z:76ec8275-dd9c-4ba2-b142-6ab4cbf74e29" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:53:47 GMT" - ], "Content-Length": [ "134" ], @@ -3790,57 +3851,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:28:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29904" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "34149858-1f49-4c83-8201-58beb218717a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "793f7a3f-666a-4033-a6a7-da6d1339b096" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11968" ], "x-ms-correlation-request-id": [ - "3bfaa3f7-79e1-40d8-ae8d-e31ffbf62dd8" + "6f12c371-9dcb-4b14-aac6-733d6596a157" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005418Z:3bfaa3f7-79e1-40d8-ae8d-e31ffbf62dd8" + "EASTUS2:20211117T032800Z:6f12c371-9dcb-4b14-aac6-733d6596a157" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:54:18 GMT" - ], "Content-Length": [ "134" ], @@ -3851,57 +3912,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:28:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a480ba37-3631-4bfe-9812-32cacccc119a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "085bcee4-7936-459a-a972-9c667fdc278f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11967" ], "x-ms-correlation-request-id": [ - "4fa68147-6180-4e61-993b-ffb56b1de804" + "804eea6f-1940-4a27-b4e9-f56fa49c6aa5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005448Z:4fa68147-6180-4e61-993b-ffb56b1de804" + "EASTUS2:20211117T032831Z:804eea6f-1940-4a27-b4e9-f56fa49c6aa5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:54:48 GMT" - ], "Content-Length": [ "134" ], @@ -3912,57 +3973,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:29:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f456bcb-efff-4b63-95a7-8d3e8c679534" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3ffb92b4-43f9-48c7-8d58-636c72b5008f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11966" ], "x-ms-correlation-request-id": [ - "590be673-020a-4a31-834e-6c6cb052dfc4" + "fe4fa999-8bfb-4277-97ee-cd985f6dc2f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005518Z:590be673-020a-4a31-834e-6c6cb052dfc4" + "EASTUS2:20211117T032901Z:fe4fa999-8bfb-4277-97ee-cd985f6dc2f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:55:17 GMT" - ], "Content-Length": [ "134" ], @@ -3973,57 +4034,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:29:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29896" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5a488fd-2f7e-4a4a-aa95-e02f98bfd1cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8631a05f-08f4-4258-8cb0-72203f2f9182" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11965" ], "x-ms-correlation-request-id": [ - "76c7e614-54a2-4fd2-99c2-5308534c168f" + "97b09d13-0ac5-41da-9bed-115821ba608c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005549Z:76c7e614-54a2-4fd2-99c2-5308534c168f" + "EASTUS2:20211117T032931Z:97b09d13-0ac5-41da-9bed-115821ba608c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:55:48 GMT" - ], "Content-Length": [ "134" ], @@ -4034,57 +4095,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:30:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29893" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e6441ed-34c4-45e6-9a8b-2ec3a5ee34a4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9dc441c-7bcb-435f-aff9-7c60b0369980" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11964" ], "x-ms-correlation-request-id": [ - "dfc8bd7c-90bc-4a14-9bf6-3e878ba036aa" + "3118ad24-edea-4f12-8d94-dec44b8de47e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005619Z:dfc8bd7c-90bc-4a14-9bf6-3e878ba036aa" + "EASTUS2:20211117T033001Z:3118ad24-edea-4f12-8d94-dec44b8de47e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:56:18 GMT" - ], "Content-Length": [ "134" ], @@ -4095,57 +4156,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:30:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29891" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "250a954f-52fe-4494-877b-ac344ab98c4b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1bb8e6ca-e52a-4d9e-9dbd-2cb523d6b974" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11963" ], "x-ms-correlation-request-id": [ - "57a74e4e-3082-4c0d-986e-c35f9e9f5306" + "80318f9b-f574-4c08-abd4-1266caf39308" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005649Z:57a74e4e-3082-4c0d-986e-c35f9e9f5306" + "EASTUS2:20211117T033032Z:80318f9b-f574-4c08-abd4-1266caf39308" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:56:48 GMT" - ], "Content-Length": [ "134" ], @@ -4156,57 +4217,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:31:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29887" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ab33c29-88cb-4627-b8a5-bac75907e6d9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "643c39a5-dcba-4cf6-8283-e552b85aed7f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11962" ], "x-ms-correlation-request-id": [ - "302efc31-485c-42e9-bb5a-27bed9cad820" + "6fa6e6c8-0a0c-435f-a28c-cc0bef4add61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005719Z:302efc31-485c-42e9-bb5a-27bed9cad820" + "EASTUS2:20211117T033102Z:6fa6e6c8-0a0c-435f-a28c-cc0bef4add61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:57:19 GMT" - ], "Content-Length": [ "134" ], @@ -4217,57 +4278,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:31:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29884" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "27d6fc4d-c737-4585-832e-d26e7e1c8a6b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9bece6a6-76ab-4ddf-a211-89c8a731e8bc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11961" ], "x-ms-correlation-request-id": [ - "dbb5cf69-0569-45c1-910f-b28574695b63" + "9dbb8506-1e6f-43a9-b0a4-02ddf6a7f5e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005750Z:dbb5cf69-0569-45c1-910f-b28574695b63" + "EASTUS2:20211117T033132Z:9dbb8506-1e6f-43a9-b0a4-02ddf6a7f5e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:57:49 GMT" - ], "Content-Length": [ "134" ], @@ -4278,57 +4339,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:32:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29882" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29889" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "268aacfe-012a-413d-b7d3-3a7726785ffb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c334989-99ba-4ce5-86ac-b1e8031e8053" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11960" ], "x-ms-correlation-request-id": [ - "198af8a9-b861-41bb-a8b6-07a9a229f595" + "5b1a171c-0d1e-4919-bbe7-1705a230976f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005820Z:198af8a9-b861-41bb-a8b6-07a9a229f595" + "EASTUS2:20211117T033202Z:5b1a171c-0d1e-4919-bbe7-1705a230976f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:58:20 GMT" - ], "Content-Length": [ "134" ], @@ -4339,57 +4400,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:32:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29880" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "904ee2d7-6d8e-4ebd-9526-711106203eeb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "477a5bda-8922-4ad3-bca1-10654a89d29d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11959" ], "x-ms-correlation-request-id": [ - "7dcc7bcd-4985-4888-8afb-a6bf56ea913e" + "41cd850a-4a98-40c0-bb50-7360f8b10eae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005850Z:7dcc7bcd-4985-4888-8afb-a6bf56ea913e" + "EASTUS2:20211117T033233Z:41cd850a-4a98-40c0-bb50-7360f8b10eae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:58:50 GMT" - ], "Content-Length": [ "134" ], @@ -4400,57 +4461,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:33:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29876" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "75c1bee9-7923-4538-a7d7-f477f8f96809" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6f986b3-376f-47e5-9c5f-fd26a7ebc64a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11958" ], "x-ms-correlation-request-id": [ - "cc7a58c2-43ac-440e-8b34-bd15315786ad" + "011004c2-ebe2-4fd1-aca4-93646815706c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005920Z:cc7a58c2-43ac-440e-8b34-bd15315786ad" + "EASTUS2:20211117T033303Z:011004c2-ebe2-4fd1-aca4-93646815706c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:59:20 GMT" - ], "Content-Length": [ "134" ], @@ -4461,59 +4522,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:33:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29873" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29881" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e3254b65-ac29-4c83-b9df-17fd3448c576" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5d9f5817-e06f-41e7-8148-5988cce50c3e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11957" ], "x-ms-correlation-request-id": [ - "7162bbf9-c203-4b27-a2ad-9201121e85a1" + "42032b09-d57c-40bc-a9dc-ba4828171885" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005951Z:7162bbf9-c203-4b27-a2ad-9201121e85a1" + "EASTUS2:20211117T033333Z:42032b09-d57c-40bc-a9dc-ba4828171885" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:59:51 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4522,98 +4583,166 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:50:46.2586305+00:00\",\r\n \"endTime\": \"2021-06-29T00:59:48.7107966+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d4f13903-979c-4ba2-897d-e44daf0b0526\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d4f13903-979c-4ba2-897d-e44daf0b0526?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0ZjEzOTAzLTk3OWMtNGJhMi04OTdkLWU0NGRhZjBiMDUyNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:34:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29872" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a475129a-182f-42a5-80cd-fe7140ffb858" + "406d62fa-676c-4a57-967d-0a985ca06d30" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-correlation-request-id": [ + "33ffecf6-e588-49e2-a0f2-1d5b865269af" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T033403Z:33ffecf6-e588-49e2-a0f2-1d5b865269af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:24:28.8018295+00:00\",\r\n \"endTime\": \"2021-11-17T03:33:51.5508519+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9700613a-bf2e-4c34-a1a7-ccba95392185\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9700613a-bf2e-4c34-a1a7-ccba95392185?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3MDA2MTNhLWJmMmUtNGMzNC1hMWE3LWNjYmE5NTM5MjE4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:34:03 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29877" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d1b927c3-fc07-4751-9889-cece4989ef5c" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11955" ], "x-ms-correlation-request-id": [ - "c3fef9d4-0ad6-43bf-9358-28309df2a15e" + "dc61eb77-c279-49ba-a178-e9d9c894ef6a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005951Z:c3fef9d4-0ad6-43bf-9358-28309df2a15e" + "EASTUS2:20211117T033404Z:dc61eb77-c279-49ba-a178-e9d9c894ef6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:59:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067/restart?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Ny9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412/restart?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMi9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa7de463-3f03-4099-b72a-085c37899e0a" + "369ea473-f101-4aae-a362-1f0fc1878916" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:34:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06dd7a4d-c8b2-42f3-8860-7d2c0a7a82cf?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/18228aac-0eee-4e6f-8194-0f37f8689170?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06dd7a4d-c8b2-42f3-8860-7d2c0a7a82cf?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/18228aac-0eee-4e6f-8194-0f37f8689170?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -4625,85 +4754,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06dd7a4d-c8b2-42f3-8860-7d2c0a7a82cf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "18228aac-0eee-4e6f-8194-0f37f8689170" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "f3f8393e-211c-4b69-8ad7-87dc17e3c969" + "1f7a1cdd-ea31-4d0f-9fbc-532364c995f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T005951Z:f3f8393e-211c-4b69-8ad7-87dc17e3c969" + "EASTUS2:20211117T033404Z:1f7a1cdd-ea31-4d0f-9fbc-532364c995f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 00:59:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06dd7a4d-c8b2-42f3-8860-7d2c0a7a82cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2ZGQ3YTRkLWM4YjItNDJmMy04ODYwLTdkMmMwYTdhODJjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/18228aac-0eee-4e6f-8194-0f37f8689170?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE4MjI4YWFjLTBlZWUtNGU2Zi04MTk0LTBmMzdmODY4OTE3MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:34:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29873" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d0e147ce-3b86-4b23-97ec-77d0469799e3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3862b3d6-b5c6-4fc8-8d42-a79aab8b7c5c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11954" ], "x-ms-correlation-request-id": [ - "9b638fd4-9f83-4a6b-97c3-b3a49983d1e1" + "212c060c-7080-47d9-ba4d-05f812ca2c14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010022Z:9b638fd4-9f83-4a6b-97c3-b3a49983d1e1" + "EASTUS2:20211117T033435Z:212c060c-7080-47d9-ba4d-05f812ca2c14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:00:21 GMT" - ], "Content-Length": [ "184" ], @@ -4714,98 +4836,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T00:59:51.6325401+00:00\",\r\n \"endTime\": \"2021-06-29T00:59:53.1169233+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"06dd7a4d-c8b2-42f3-8860-7d2c0a7a82cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:34:04.2695779+00:00\",\r\n \"endTime\": \"2021-11-17T03:34:24.2539406+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"18228aac-0eee-4e6f-8194-0f37f8689170\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06dd7a4d-c8b2-42f3-8860-7d2c0a7a82cf?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2ZGQ3YTRkLWM4YjItNDJmMy04ODYwLTdkMmMwYTdhODJjZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/18228aac-0eee-4e6f-8194-0f37f8689170?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE4MjI4YWFjLTBlZWUtNGU2Zi04MTk0LTBmMzdmODY4OTE3MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:34:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29872" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29874" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12546c0a-b3c6-476f-9e31-3b558acb9c27" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d8189115-5631-420d-9a4f-9dd3c536bf67" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11953" ], "x-ms-correlation-request-id": [ - "c7dc6806-00b9-48b4-9a36-eae2080c2a1a" + "6e65b58c-f01a-4ec6-8341-8d26d331c9f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010022Z:c7dc6806-00b9-48b4-9a36-eae2080c2a1a" + "EASTUS2:20211117T033435Z:6e65b58c-f01a-4ec6-8341-8d26d331c9f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:00:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067/poweroff?skipShutdown=false&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Ny9wb3dlcm9mZj9za2lwU2h1dGRvd249ZmFsc2UmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412/poweroff?skipShutdown=false&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMi9wb3dlcm9mZj9za2lwU2h1dGRvd249ZmFsc2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b63e7ba-ff42-49c7-8c11-05af91986035" + "14a2d732-91ec-454f-8d40-66b3dbacd163" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:34:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a18a27f6-7e65-4716-bdd5-3433dc3f592f?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/84c4a1bc-afd6-42c6-aa8f-f621cc982be9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a18a27f6-7e65-4716-bdd5-3433dc3f592f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/84c4a1bc-afd6-42c6-aa8f-f621cc982be9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -4817,85 +4946,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a18a27f6-7e65-4716-bdd5-3433dc3f592f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "84c4a1bc-afd6-42c6-aa8f-f621cc982be9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "124aa90f-47c6-482b-bf67-e42df5049739" + "884d9d02-4fb6-4f90-af2e-3d2dcd428078" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010022Z:124aa90f-47c6-482b-bf67-e42df5049739" + "EASTUS2:20211117T033435Z:884d9d02-4fb6-4f90-af2e-3d2dcd428078" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:00:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a18a27f6-7e65-4716-bdd5-3433dc3f592f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExOGEyN2Y2LTdlNjUtNDcxNi1iZGQ1LTM0MzNkYzNmNTkyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/84c4a1bc-afd6-42c6-aa8f-f621cc982be9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg0YzRhMWJjLWFmZDYtNDJjNi1hYThmLWY2MjFjYzk4MmJlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:35:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29870" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65dc146b-987f-41a1-8b23-7060912a6483" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c3680190-f136-4a6d-b7ff-3d5a184fc854" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11952" ], "x-ms-correlation-request-id": [ - "461ee867-a8a8-4d0f-94ba-1accb4e74c97" + "ab960259-7fd2-41ba-b4f4-58b6bc1e0244" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010052Z:461ee867-a8a8-4d0f-94ba-1accb4e74c97" + "EASTUS2:20211117T033506Z:ab960259-7fd2-41ba-b4f4-58b6bc1e0244" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:00:52 GMT" - ], "Content-Length": [ "184" ], @@ -4906,98 +5028,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:00:22.5075075+00:00\",\r\n \"endTime\": \"2021-06-29T01:00:36.0699923+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a18a27f6-7e65-4716-bdd5-3433dc3f592f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:34:35.8008092+00:00\",\r\n \"endTime\": \"2021-11-17T03:34:41.3789257+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"84c4a1bc-afd6-42c6-aa8f-f621cc982be9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a18a27f6-7e65-4716-bdd5-3433dc3f592f?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExOGEyN2Y2LTdlNjUtNDcxNi1iZGQ1LTM0MzNkYzNmNTkyZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/84c4a1bc-afd6-42c6-aa8f-f621cc982be9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg0YzRhMWJjLWFmZDYtNDJjNi1hYThmLWY2MjFjYzk4MmJlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:35:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29869" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb2c13e0-b9d4-4f8b-91c1-245328d7f442" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a68f70bd-8e13-42cc-b590-50abee40c43d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11951" ], "x-ms-correlation-request-id": [ - "4076fd67-0819-416f-a791-51fc4d58f670" + "f909bebb-810d-4eba-9d80-13c4c3531c5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010053Z:4076fd67-0819-416f-a791-51fc4d58f670" + "EASTUS2:20211117T033506Z:f909bebb-810d-4eba-9d80-13c4c3531c5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:00:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067/deallocate?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Ny9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412/deallocate?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMi9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3710aeb3-5402-4bea-ad91-efc46ef9f9dc" + "594ce085-e10c-4c21-ae88-a208a172bccd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:35:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/450ddea5-95aa-431e-b6df-08af2617053c?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/450ddea5-95aa-431e-b6df-08af2617053c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -5009,87 +5138,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "450ddea5-95aa-431e-b6df-08af2617053c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-correlation-request-id": [ - "a34e4060-b0b0-4b76-8f6b-757468a4cbb2" + "e597f49d-3ecd-44c7-a343-31982ac31934" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010053Z:a34e4060-b0b0-4b76-8f6b-757468a4cbb2" + "EASTUS2:20211117T033506Z:e597f49d-3ecd-44c7-a343-31982ac31934" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:00:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/450ddea5-95aa-431e-b6df-08af2617053c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ1MGRkZWE1LTk1YWEtNDMxZS1iNmRmLTA4YWYyNjE3MDUzYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdlZDFhNTBkLWZlZWYtNDNhMS1iZjVkLWVlNDJmNDBjM2Y1ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:35:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29866" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c2ad037-b8b3-4a73-90c0-860385a6a7a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d40c959a-ad67-410d-addd-e1aab836d0b0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11950" ], "x-ms-correlation-request-id": [ - "7ea18755-dee1-4e77-b0c4-022463934a7f" + "40148c61-1c5d-4932-b1ee-53503ce2dbc7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010123Z:7ea18755-dee1-4e77-b0c4-022463934a7f" + "EASTUS2:20211117T033537Z:40148c61-1c5d-4932-b1ee-53503ce2dbc7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:01:23 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5098,59 +5220,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:00:53.288703+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"450ddea5-95aa-431e-b6df-08af2617053c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:35:06.6758381+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/450ddea5-95aa-431e-b6df-08af2617053c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ1MGRkZWE1LTk1YWEtNDMxZS1iNmRmLTA4YWYyNjE3MDUzYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdlZDFhNTBkLWZlZWYtNDNhMS1iZjVkLWVlNDJmNDBjM2Y1ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29863" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29870" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a85f42c5-4bb0-43b5-8c03-99982dce6a17" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "560183e8-c9bc-4971-8e1d-9b983290a3ad" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11949" ], "x-ms-correlation-request-id": [ - "c3e93a3b-1124-49c8-b154-de42ab2f7729" + "97a36a48-ebca-4f80-bccd-beba296a563b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010153Z:c3e93a3b-1124-49c8-b154-de42ab2f7729" + "EASTUS2:20211117T033607Z:97a36a48-ebca-4f80-bccd-beba296a563b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:01:53 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5159,101 +5281,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:00:53.288703+00:00\",\r\n \"endTime\": \"2021-06-29T01:01:29.7887591+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"450ddea5-95aa-431e-b6df-08af2617053c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:35:06.6758381+00:00\",\r\n \"endTime\": \"2021-11-17T03:35:43.4101646+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/450ddea5-95aa-431e-b6df-08af2617053c?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ1MGRkZWE1LTk1YWEtNDMxZS1iNmRmLTA4YWYyNjE3MDUzYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7ed1a50d-feef-43a1-bf5d-ee42f40c3f5d?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdlZDFhNTBkLWZlZWYtNDNhMS1iZjVkLWVlNDJmNDBjM2Y1ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29862" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29869" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "951b8ec0-9d7d-4750-a125-071f604a30a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c5402978-af86-4b06-bfa0-b315c5c10427" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11948" ], "x-ms-correlation-request-id": [ - "a8f2f68c-3ffb-49a6-a84a-b319a356821d" + "977eadbd-e0fc-448e-8571-87f394c49410" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010154Z:a8f2f68c-3ffb-49a6-a84a-b319a356821d" + "EASTUS2:20211117T033607Z:977eadbd-e0fc-448e-8571-87f394c49410" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:01:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar40491/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3067?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwNDkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzA2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar73831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2412?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjczODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjQxMj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24b1f938-55ab-437a-8609-e05b9d85bd32" + "c1a517ec-107d-4eba-8f8e-eeed960f8e8e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81f03c92-01d3-4a01-9bb1-1e6a6caa2ad0?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f8f33f8-7366-41f4-a855-05063a431cdf?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81f03c92-01d3-4a01-9bb1-1e6a6caa2ad0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f8f33f8-7366-41f4-a855-05063a431cdf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -5268,87 +5397,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "81f03c92-01d3-4a01-9bb1-1e6a6caa2ad0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f8f33f8-7366-41f4-a855-05063a431cdf" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "cc280ada-5df0-40e1-a5d1-95e6dfb23c65" + "414fdecc-ac7d-438e-b561-769a43d3ce8d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010155Z:cc280ada-5df0-40e1-a5d1-95e6dfb23c65" + "EASTUS2:20211117T033610Z:414fdecc-ac7d-438e-b561-769a43d3ce8d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:01:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81f03c92-01d3-4a01-9bb1-1e6a6caa2ad0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZjAzYzkyLTAxZDMtNGEwMS05YmIxLTFlNmE2Y2FhMmFkMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f8f33f8-7366-41f4-a855-05063a431cdf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmOGYzM2Y4LTczNjYtNDFmNC1hODU1LTA1MDYzYTQzMWNkZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29860" + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29867" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb6abe90-0b0d-4861-af2b-c6afdd23cde6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ce0929fd-076f-4a33-83f1-8d011034e53b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11947" ], "x-ms-correlation-request-id": [ - "f0152886-40a6-4aa6-a8e1-91761ad959cf" + "662f9427-a20d-4387-8461-aa862000062b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010205Z:f0152886-40a6-4aa6-a8e1-91761ad959cf" + "EASTUS2:20211117T033620Z:662f9427-a20d-4387-8461-aa862000062b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:02:05 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5357,83 +5479,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:01:55.3200099+00:00\",\r\n \"endTime\": \"2021-06-29T01:01:57.976204+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"81f03c92-01d3-4a01-9bb1-1e6a6caa2ad0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:36:09.9101477+00:00\",\r\n \"endTime\": \"2021-11-17T03:36:13.2539138+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1f8f33f8-7366-41f4-a855-05063a431cdf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81f03c92-01d3-4a01-9bb1-1e6a6caa2ad0?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZjAzYzkyLTAxZDMtNGEwMS05YmIxLTFlNmE2Y2FhMmFkMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f8f33f8-7366-41f4-a855-05063a431cdf?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmOGYzM2Y4LTczNjYtNDFmNC1hODU1LTA1MDYzYTQzMWNkZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29859" + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6661222e-b147-4933-a8a4-ae96918cf2ff" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e1cd2011-eefc-42e2-859b-1d1d1ddcd51b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11946" ], "x-ms-correlation-request-id": [ - "c1a6293a-6167-490f-b314-13e61b39744b" + "aa23cf1c-4369-426f-be85-ecf912643a56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010205Z:c1a6293a-6167-490f-b314-13e61b39744b" + "EASTUS2:20211117T033620Z:aa23cf1c-4369-426f-be85-ecf912643a56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:02:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar40491?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwNDkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar73831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjczODMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b177d239-ac21-4b91-b062-8e77358278a7" + "9d5d4f95-f376-4ee4-9360-57e972d1c4a2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5441,11 +5563,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5454,13 +5579,13 @@ "14999" ], "x-ms-request-id": [ - "9ca212ee-c2d2-4e6b-92ed-2ae89512a99c" + "22109322-2bfd-46b2-baa3-436031a98fa0" ], "x-ms-correlation-request-id": [ - "9ca212ee-c2d2-4e6b-92ed-2ae89512a99c" + "22109322-2bfd-46b2-baa3-436031a98fa0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010210Z:9ca212ee-c2d2-4e6b-92ed-2ae89512a99c" + "EASTUS2:20211117T033625Z:22109322-2bfd-46b2-baa3-436031a98fa0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5468,29 +5593,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:02:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5498,11 +5620,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5511,13 +5636,13 @@ "11999" ], "x-ms-request-id": [ - "abc90e89-2513-412e-82ef-bdb4931b42e7" + "509068e5-bbb2-458d-8f14-9b2ff94ca3c8" ], "x-ms-correlation-request-id": [ - "abc90e89-2513-412e-82ef-bdb4931b42e7" + "509068e5-bbb2-458d-8f14-9b2ff94ca3c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010226Z:abc90e89-2513-412e-82ef-bdb4931b42e7" + "EASTUS2:20211117T033641Z:509068e5-bbb2-458d-8f14-9b2ff94ca3c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5525,29 +5650,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:02:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5555,11 +5677,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:36:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5568,13 +5693,13 @@ "11998" ], "x-ms-request-id": [ - "f5b00592-9e4c-4392-aec4-6b18431b569c" + "c9c014ce-e33e-40b8-bbd1-6d8f72bc0166" ], "x-ms-correlation-request-id": [ - "f5b00592-9e4c-4392-aec4-6b18431b569c" + "c9c014ce-e33e-40b8-bbd1-6d8f72bc0166" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010241Z:f5b00592-9e4c-4392-aec4-6b18431b569c" + "EASTUS2:20211117T033656Z:c9c014ce-e33e-40b8-bbd1-6d8f72bc0166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5582,29 +5707,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:02:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5612,11 +5734,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:37:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5625,13 +5750,13 @@ "11997" ], "x-ms-request-id": [ - "2153c627-3546-42c5-b421-4faafadd3e91" + "c0b270f5-c47a-40db-ba75-e7bc43106814" ], "x-ms-correlation-request-id": [ - "2153c627-3546-42c5-b421-4faafadd3e91" + "c0b270f5-c47a-40db-ba75-e7bc43106814" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010257Z:2153c627-3546-42c5-b421-4faafadd3e91" + "EASTUS2:20211117T033711Z:c0b270f5-c47a-40db-ba75-e7bc43106814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5639,29 +5764,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:02:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5669,11 +5791,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:37:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5682,13 +5807,13 @@ "11996" ], "x-ms-request-id": [ - "d4798614-5460-4ceb-9893-2fba0275bf66" + "d5f218ab-1d07-4d69-9948-f029654dad74" ], "x-ms-correlation-request-id": [ - "d4798614-5460-4ceb-9893-2fba0275bf66" + "d5f218ab-1d07-4d69-9948-f029654dad74" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010312Z:d4798614-5460-4ceb-9893-2fba0275bf66" + "EASTUS2:20211117T033727Z:d5f218ab-1d07-4d69-9948-f029654dad74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5696,29 +5821,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:03:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5726,11 +5848,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:37:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5739,13 +5864,13 @@ "11995" ], "x-ms-request-id": [ - "b6260b02-62f3-4299-ab6c-1fa8dd512d0b" + "7a7e880d-7f04-443d-b784-88e42999f966" ], "x-ms-correlation-request-id": [ - "b6260b02-62f3-4299-ab6c-1fa8dd512d0b" + "7a7e880d-7f04-443d-b784-88e42999f966" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010328Z:b6260b02-62f3-4299-ab6c-1fa8dd512d0b" + "EASTUS2:20211117T033742Z:7a7e880d-7f04-443d-b784-88e42999f966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5753,29 +5878,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:03:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:37:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "3b156d27-2d42-4c1a-a3a4-16330c305caa" + ], + "x-ms-correlation-request-id": [ + "3b156d27-2d42-4c1a-a3a4-16330c305caa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T033758Z:3b156d27-2d42-4c1a-a3a4-16330c305caa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5783,20 +5962,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:38:13 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-request-id": [ - "f640dc2f-d2d5-4a83-a1f0-d4082dab05a7" + "a7a5163d-e090-421e-9189-7019ed606727" ], "x-ms-correlation-request-id": [ - "f640dc2f-d2d5-4a83-a1f0-d4082dab05a7" + "a7a5163d-e090-421e-9189-7019ed606727" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010343Z:f640dc2f-d2d5-4a83-a1f0-d4082dab05a7" + "EASTUS2:20211117T033813Z:a7a5163d-e090-421e-9189-7019ed606727" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5804,29 +5992,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:03:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:38:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "280131c7-582d-4f33-a001-0f69a6277471" + ], + "x-ms-correlation-request-id": [ + "280131c7-582d-4f33-a001-0f69a6277471" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T033829Z:280131c7-582d-4f33-a001-0f69a6277471" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDQ5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURRNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5834,20 +6076,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:38:43 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "fd6c7d73-5774-4c82-a3da-160ab59e141d" + "a6ba41d8-ca81-4cb8-a26e-5aca08fbf6ad" ], "x-ms-correlation-request-id": [ - "fd6c7d73-5774-4c82-a3da-160ab59e141d" + "a6ba41d8-ca81-4cb8-a26e-5aca08fbf6ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010344Z:fd6c7d73-5774-4c82-a3da-160ab59e141d" + "EASTUS2:20211117T033844Z:a6ba41d8-ca81-4cb8-a26e-5aca08fbf6ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5855,14 +6106,683 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:03:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:39:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "c473c479-01b9-4f1f-b856-1b86b28db98f" + ], + "x-ms-correlation-request-id": [ + "c473c479-01b9-4f1f-b856-1b86b28db98f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T033900Z:c473c479-01b9-4f1f-b856-1b86b28db98f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:39:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "9d78a0eb-4e11-474c-a6f7-088c6d003c33" + ], + "x-ms-correlation-request-id": [ + "9d78a0eb-4e11-474c-a6f7-088c6d003c33" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T033915Z:9d78a0eb-4e11-474c-a6f7-088c6d003c33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:39:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "bf9d0ac2-70bf-4319-a9a4-dfd8fcc4964a" + ], + "x-ms-correlation-request-id": [ + "bf9d0ac2-70bf-4319-a9a4-dfd8fcc4964a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T033931Z:bf9d0ac2-70bf-4319-a9a4-dfd8fcc4964a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:39:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "ca43e2ee-a0dc-45bb-bb88-cbf803545976" + ], + "x-ms-correlation-request-id": [ + "ca43e2ee-a0dc-45bb-bb88-cbf803545976" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T033946Z:ca43e2ee-a0dc-45bb-bb88-cbf803545976" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:40:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "c9f5e834-d6d2-4eb0-954c-de096dabcca4" + ], + "x-ms-correlation-request-id": [ + "c9f5e834-d6d2-4eb0-954c-de096dabcca4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034002Z:c9f5e834-d6d2-4eb0-954c-de096dabcca4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:40:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "f0b76b7a-bcd2-439a-830d-b5e79304e87b" + ], + "x-ms-correlation-request-id": [ + "f0b76b7a-bcd2-439a-830d-b5e79304e87b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034017Z:f0b76b7a-bcd2-439a-830d-b5e79304e87b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:40:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "a8731884-b136-4c5e-bf0c-183d5e874f22" + ], + "x-ms-correlation-request-id": [ + "a8731884-b136-4c5e-bf0c-183d5e874f22" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034033Z:a8731884-b136-4c5e-bf0c-183d5e874f22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:40:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "6578e7f6-2b3f-4484-abd2-aee3f825105b" + ], + "x-ms-correlation-request-id": [ + "6578e7f6-2b3f-4484-abd2-aee3f825105b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034048Z:6578e7f6-2b3f-4484-abd2-aee3f825105b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:41:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "1d127370-e8a4-465e-a0b8-13b3da6d741a" + ], + "x-ms-correlation-request-id": [ + "1d127370-e8a4-465e-a0b8-13b3da6d741a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034104Z:1d127370-e8a4-465e-a0b8-13b3da6d741a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:41:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "520732a4-2854-41ba-ab79-71518ea25467" + ], + "x-ms-correlation-request-id": [ + "520732a4-2854-41ba-ab79-71518ea25467" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034119Z:520732a4-2854-41ba-ab79-71518ea25467" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:41:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "bebf446b-890d-4e8a-98e1-89bc9effa2fa" + ], + "x-ms-correlation-request-id": [ + "bebf446b-890d-4e8a-98e1-89bc9effa2fa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034135Z:bebf446b-890d-4e8a-98e1-89bc9effa2fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MzgzMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTXpnek1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 03:41:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "1d479c96-0041-43a6-af13-7fbd7079b416" + ], + "x-ms-correlation-request-id": [ + "1d479c96-0041-43a6-af13-7fbd7079b416" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T034136Z:1d479c96-0041-43a6-af13-7fbd7079b416" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -5871,27 +6791,27 @@ ], "Names": { "TestVMScaleSetOperationsInternal": [ - "crptestar4049", - "vmss3067", - "crptestar5104" + "crptestar7383", + "vmss2412", + "crptestar7764" ], "CreatePublicIP": [ - "pip8680", - "dn6353" + "pip9757", + "dn9393" ], "CreateVNET": [ - "vn9001", - "sn4886" + "vn6563", + "sn9796" ], "CreateNIC": [ - "nic4216", - "ip9169" + "nic6681", + "ip2594" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8419", - "vmss7220", - "vmsstestnetconfig3275", - "vmsstestnetconfig6622" + "crptestar7820", + "vmss5676", + "vmsstestnetconfig7873", + "vmsstestnetconfig622" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PerformMaintenance.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PerformMaintenance.json index 9fad7bffa4b88..54e2181c377ea 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PerformMaintenance.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PerformMaintenance.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cdf4d8f-ab80-4cf9-ae4b-d087a0696253" + "9b290614-2cf6-4138-aa28-bee36bf0e961" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:41:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "baf20dea-0015-44bd-8e33-f935154e5469" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "309b38a0-71e1-4b1a-abf7-d54cd07b586b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "da41e8b9-49b7-400d-9861-a9fb2afcd8ec" + "161cf9f0-14b9-4565-a462-fa838a25d144" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010344Z:da41e8b9-49b7-400d-9861-a9fb2afcd8ec" + "EASTUS2:20211117T034136Z:161cf9f0-14b9-4565-a462-fa838a25d144" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:03:44 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94191?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0MTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar34291?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0MjkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar94191\": \"2021-06-29 01:03:44Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar34291\": \"2021-11-17 03:41:36Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e8c4895-12f6-47b6-8eda-115d64a0f026" + "eff375b2-4aab-4bf8-b093-52b288944ca7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:41:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "47db4191-1880-49d1-bf0f-8c548f0793e1" + "883fd3b2-788b-4f21-8426-88fe76c5e75d" ], "x-ms-correlation-request-id": [ - "47db4191-1880-49d1-bf0f-8c548f0793e1" + "883fd3b2-788b-4f21-8426-88fe76c5e75d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010345Z:47db4191-1880-49d1-bf0f-8c548f0793e1" + "EASTUS2:20211117T034136Z:883fd3b2-788b-4f21-8426-88fe76c5e75d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:03:45 GMT" - ], "Content-Length": [ "231" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191\",\r\n \"name\": \"crptestar94191\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar94191\": \"2021-06-29 01:03:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291\",\r\n \"name\": \"crptestar34291\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar34291\": \"2021-11-17 03:41:36Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94191?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0MTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar34291?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0MjkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d9242b8a-3594-461e-9d94-5e6492278192" + "f90ac2ed-a247-4790-bc0d-6781c1d29446" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "39330c0b-358a-4d8e-bc3c-0d2c78e2eec5" + "f838c221-64d8-4878-b03f-4a94e5374cc1" ], "x-ms-correlation-request-id": [ - "39330c0b-358a-4d8e-bc3c-0d2c78e2eec5" + "f838c221-64d8-4878-b03f-4a94e5374cc1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010414Z:39330c0b-358a-4d8e-bc3c-0d2c78e2eec5" + "EASTUS2:20211117T034205Z:f838c221-64d8-4878-b03f-4a94e5374cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:14 GMT" - ], "Content-Length": [ "182" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191\",\r\n \"name\": \"crptestar94191\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291\",\r\n \"name\": \"crptestar34291\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Storage/storageAccounts/crptestar9203?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTIwMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Storage/storageAccounts/crptestar4602?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDYwMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7ec5e4b-60b2-458f-bf62-1fc348715cb8" + "885d98fd-882c-44a3-a17e-829d8b1a0b8a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:41:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e1386882-b02c-46aa-832d-8f1bc57aff7e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536155d2-16b7-474d-895c-83789fe91fdf?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e1386882-b02c-46aa-832d-8f1bc57aff7e" + "536155d2-16b7-474d-895c-83789fe91fdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "be5a1a18-e07b-4c88-ab66-fbd5fe313721" + "4527dd8f-bda2-4052-a1c9-5d49039f5d6a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010347Z:be5a1a18-e07b-4c88-ab66-fbd5fe313721" + "EASTUS2:20211117T034138Z:4527dd8f-bda2-4052-a1c9-5d49039f5d6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:03:47 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e1386882-b02c-46aa-832d-8f1bc57aff7e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvZTEzODY4ODItYjAyYy00NmFhLTgzMmQtOGYxYmM1N2FmZjdlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536155d2-16b7-474d-895c-83789fe91fdf?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNTM2MTU1ZDItMTZiNy00NzRkLTg5NWMtODM3ODlmZTkxZmRmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:41:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7939864f-b7a5-4637-9dec-17aee234716b" + "f19ebf52-e12e-4c87-a374-eeac354f333d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "9d1e5523-917e-4b43-82ff-084a7bb164f9" + "306335d3-52cd-49b5-ad78-d8bc2675a8bf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010404Z:9d1e5523-917e-4b43-82ff-084a7bb164f9" + "EASTUS2:20211117T034155Z:306335d3-52cd-49b5-ad78-d8bc2675a8bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:04 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "822bfbd2-c03c-4df0-8fbb-3b55da010577" + "7c68b1fa-68d2-42bf-8e06-0afc46151f58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1a711013-da31-4159-8103-82b4c720e1cf" + "59e2cd5e-0295-42e5-bfcb-80dfd0b78d3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-correlation-request-id": [ - "ee00abc5-736c-44ca-b0e1-f5c16054973c" + "8c0f5b1e-4058-42c8-9065-18d9da1da262" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010414Z:ee00abc5-736c-44ca-b0e1-f5c16054973c" + "EASTUS2:20211117T034205Z:8c0f5b1e-4058-42c8-9065-18d9da1da262" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:14 GMT" - ], "Content-Length": [ "742" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Storage/storageAccounts/crptestar9203\",\r\n \"name\": \"crptestar9203\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:03:45.8661197Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9203.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9203.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9203.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9203.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Storage/storageAccounts/crptestar4602\",\r\n \"name\": \"crptestar4602\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T03:41:37.0784164Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4602.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4602.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4602.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4602.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Storage/storageAccounts/crptestar9203?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTIwMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Storage/storageAccounts/crptestar4602?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDYwMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d3b0d61-d518-4f66-a289-c83d63d22bcb" + "680680eb-dd84-454a-8137-ad03dadd6158" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "40462a1c-8c88-4674-b4a4-9f435d9162db" + "cc73570c-38cd-439b-8f04-c13f873d323f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-correlation-request-id": [ - "a955153d-afc7-4ff0-a668-f7810ab29ad3" + "79ce007a-217a-4cdb-a8af-5abcc9576d1b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010414Z:a955153d-afc7-4ff0-a668-f7810ab29ad3" + "EASTUS2:20211117T034205Z:79ce007a-217a-4cdb-a8af-5abcc9576d1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:14 GMT" - ], "Content-Length": [ "730" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Storage/storageAccounts/crptestar9203\",\r\n \"name\": \"crptestar9203\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T01:03:45.8661197Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9203.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9203.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9203.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9203.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Storage/storageAccounts/crptestar4602\",\r\n \"name\": \"crptestar4602\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T03:41:37.0784164Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4602.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4602.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4602.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4602.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/publicIPAddresses/pip8208?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MjA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/publicIPAddresses/pip1116?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4013\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7664\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9cc6a8e0-7db8-4cb6-a942-8a9a852a8a3a" + "321f7f93-757f-4e49-a949-25e4d9a72cc0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:06 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7ff771ce-a207-4be7-8bc0-70c68f2c965c" + "66ebfc41-c2e8-481c-b2f6-8b5a1d69d6fc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7ff771ce-a207-4be7-8bc0-70c68f2c965c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/66ebfc41-c2e8-481c-b2f6-8b5a1d69d6fc?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9b2568a2-2a4c-47aa-b568-ecf5bcba0569" + "67330701-07fd-4270-8172-c87b992b2f98" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8a693425-2764-48d7-b24d-44602565f961" + "b867b28e-16f8-46f6-825b-0792ac67313c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010415Z:9b2568a2-2a4c-47aa-b568-ecf5bcba0569" + "EASTUS2:20211117T034206Z:67330701-07fd-4270-8172-c87b992b2f98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:15 GMT" - ], "Content-Length": [ "758" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/publicIPAddresses/pip8208\",\r\n \"etag\": \"W/\\\"11f07456-5590-48d3-a537-91aa269bbbb3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ff48f4d6-51e0-4bc6-ae0e-515e06d0f8bd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4013\",\r\n \"fqdn\": \"dn4013.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/publicIPAddresses/pip1116\",\r\n \"etag\": \"W/\\\"be2cd92f-6647-4e1c-bad2-951a311c2aad\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"918feef1-0b94-4a6e-b071-e34bae01cfa8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7664\",\r\n \"fqdn\": \"dn7664.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7ff771ce-a207-4be7-8bc0-70c68f2c965c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdmZjc3MWNlLWEyMDctNGJlNy04YmMwLTcwYzY4ZjJjOTY1Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/66ebfc41-c2e8-481c-b2f6-8b5a1d69d6fc?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY2ZWJmYzQxLWMyZTgtNDgxYy1iMmY2LThiNWExZDY5ZDZmYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fb34133e-2354-4081-80c3-13e8ccd0150a" + "0b164f55-c443-4d1a-a5f6-01f96c0a7084" ], "x-ms-correlation-request-id": [ - "959388ea-2458-4af2-affb-d325a2de7a49" + "70e68bb6-6b0b-4393-83e1-934308f09cbb" ], "x-ms-arm-service-request-id": [ - "ed688fed-4f4e-4a3f-96a3-47a5807ea8bb" + "bf2a7d34-b550-494a-b2ea-b3a71f09a900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010416Z:959388ea-2458-4af2-affb-d325a2de7a49" + "EASTUS2:20211117T034207Z:70e68bb6-6b0b-4393-83e1-934308f09cbb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:16 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/publicIPAddresses/pip8208?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MjA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/publicIPAddresses/pip1116?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7dc61f3f-8997-4c65-ac85-39684275d86a\"" + "W/\"989a5779-973e-4266-a457-8921c6be51ed\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f622dd9f-1a06-4223-8b36-c9b5be555c33" + "8fcc8021-eeeb-442e-a5c4-d5c5c6cd2157" ], "x-ms-correlation-request-id": [ - "dcdafd2c-3a42-4ed0-ab7e-74f5fb4b4045" + "ccd245af-daee-4c9c-a77e-a67a713ef04f" ], "x-ms-arm-service-request-id": [ - "d186f8a8-c2ae-43b3-9301-bd1af1bd8871" + "2bbc67df-9b95-4452-aa3e-80b8e4c1c860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010416Z:dcdafd2c-3a42-4ed0-ab7e-74f5fb4b4045" + "EASTUS2:20211117T034207Z:ccd245af-daee-4c9c-a77e-a67a713ef04f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:16 GMT" - ], "Content-Length": [ "759" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/publicIPAddresses/pip8208\",\r\n \"etag\": \"W/\\\"7dc61f3f-8997-4c65-ac85-39684275d86a\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff48f4d6-51e0-4bc6-ae0e-515e06d0f8bd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4013\",\r\n \"fqdn\": \"dn4013.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/publicIPAddresses/pip1116\",\r\n \"etag\": \"W/\\\"989a5779-973e-4266-a457-8921c6be51ed\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"918feef1-0b94-4a6e-b071-e34bae01cfa8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7664\",\r\n \"fqdn\": \"dn7664.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/publicIPAddresses/pip8208?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MjA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/publicIPAddresses/pip1116?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d89652f-ba66-4657-b3cf-53df99a4094f" + "918064b5-0510-4e1e-8d6e-603dce41da1f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7dc61f3f-8997-4c65-ac85-39684275d86a\"" + "W/\"989a5779-973e-4266-a457-8921c6be51ed\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "aec76239-8264-4482-8568-3b2bdddec7a8" + "b7a1f3dd-63dd-4497-a3e1-8877c2530f4d" ], "x-ms-correlation-request-id": [ - "94debbe5-2fae-4787-ae41-95741bbfe142" + "ad871e29-2dab-45f2-8223-110bbf272356" ], "x-ms-arm-service-request-id": [ - "181d89b2-20af-4422-abfd-f48da5cb23de" + "b84a9d39-3405-4e55-889d-e17efffdecf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010416Z:94debbe5-2fae-4787-ae41-95741bbfe142" + "EASTUS2:20211117T034207Z:ad871e29-2dab-45f2-8223-110bbf272356" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:16 GMT" - ], "Content-Length": [ "759" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/publicIPAddresses/pip8208\",\r\n \"etag\": \"W/\\\"7dc61f3f-8997-4c65-ac85-39684275d86a\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff48f4d6-51e0-4bc6-ae0e-515e06d0f8bd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4013\",\r\n \"fqdn\": \"dn4013.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/publicIPAddresses/pip1116\",\r\n \"etag\": \"W/\\\"989a5779-973e-4266-a457-8921c6be51ed\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"918feef1-0b94-4a6e-b071-e34bae01cfa8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7664\",\r\n \"fqdn\": \"dn7664.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNDA2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NjQ5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1124\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1083\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6d382e28-9b30-4f12-a88c-4150ba24c84f" + "40a9f1ba-1bcc-4787-8dfe-a11befabbcb8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:07 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "081c45f9-f9e1-4dc2-a002-ba11f719c9a3" + "88b6333c-3db8-446c-a33d-bcbc357ebf97" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/081c45f9-f9e1-4dc2-a002-ba11f719c9a3?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/88b6333c-3db8-446c-a33d-bcbc357ebf97?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "63633cb7-9e91-4df3-9500-35f02e1c6829" + "91c530d1-84e3-48fe-9c2c-e538a3341a13" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "93c68599-62b0-4da9-9b95-0760e9ca40e3" + "800b2beb-30ad-4381-a6b3-3e0a446aa536" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010417Z:63633cb7-9e91-4df3-9500-35f02e1c6829" + "EASTUS2:20211117T034207Z:91c530d1-84e3-48fe-9c2c-e538a3341a13" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:16 GMT" - ], "Content-Length": [ "1317" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406\",\r\n \"etag\": \"W/\\\"db6a2150-fdcf-4a67-be58-8bb37286416c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5ec1e4ff-c4e9-4d66-a605-fb59e6ec106a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\",\r\n \"etag\": \"W/\\\"db6a2150-fdcf-4a67-be58-8bb37286416c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649\",\r\n \"etag\": \"W/\\\"4ae2000a-4d70-4107-85ec-f1b03d2b3d03\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"678f2c1e-417a-425d-a25c-ff9ee3b663d4\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\",\r\n \"etag\": \"W/\\\"4ae2000a-4d70-4107-85ec-f1b03d2b3d03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/081c45f9-f9e1-4dc2-a002-ba11f719c9a3?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzA4MWM0NWY5LWY5ZTEtNGRjMi1hMDAyLWJhMTFmNzE5YzlhMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/88b6333c-3db8-446c-a33d-bcbc357ebf97?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4YjYzMzNjLTNkYjgtNDQ2Yy1hMzNkLWJjYmMzNTdlYmY5Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7b59ebc9-85d8-4a6e-8120-c6b13e01f341" + "f2bcdd5c-29f6-4a59-b008-8284ac00d651" ], "x-ms-correlation-request-id": [ - "9709675b-b54b-4a33-b8f6-ddd8a5ce6c1b" + "fcbfd78d-15b0-44f5-a3d5-c92a71f14971" ], "x-ms-arm-service-request-id": [ - "c249470c-e6a0-409f-bee2-4a19c962c78c" + "45b45187-5e2b-4952-a1cd-3b824205d40b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010420Z:9709675b-b54b-4a33-b8f6-ddd8a5ce6c1b" + "EASTUS2:20211117T034211Z:fcbfd78d-15b0-44f5-a3d5-c92a71f14971" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:19 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNDA2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NjQ5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7134cc95-4c72-420c-98e1-65f7fa07b1d6\"" + "W/\"264fe7f3-ff5d-48f4-98c3-9e167f734acd\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "60e20cf8-f22e-426e-8c43-ad5733e13b82" + "00213827-c55c-4540-bfdf-f23736480677" ], "x-ms-correlation-request-id": [ - "9abd10f6-d9e9-42b8-9c4d-3b6a842e24af" + "95c2d4e3-87ba-4075-a361-018b9218fb68" ], "x-ms-arm-service-request-id": [ - "a64122c0-d359-47a4-a810-eabb0ef462c5" + "86351873-286c-4dd6-b9d7-869c81455481" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010420Z:9abd10f6-d9e9-42b8-9c4d-3b6a842e24af" + "EASTUS2:20211117T034211Z:95c2d4e3-87ba-4075-a361-018b9218fb68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:20 GMT" - ], "Content-Length": [ "1319" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406\",\r\n \"etag\": \"W/\\\"7134cc95-4c72-420c-98e1-65f7fa07b1d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ec1e4ff-c4e9-4d66-a605-fb59e6ec106a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\",\r\n \"etag\": \"W/\\\"7134cc95-4c72-420c-98e1-65f7fa07b1d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649\",\r\n \"etag\": \"W/\\\"264fe7f3-ff5d-48f4-98c3-9e167f734acd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"678f2c1e-417a-425d-a25c-ff9ee3b663d4\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\",\r\n \"etag\": \"W/\\\"264fe7f3-ff5d-48f4-98c3-9e167f734acd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNDA2L3N1Ym5ldHMvc24xMTI0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NjQ5L3N1Ym5ldHMvc24xMDgzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35873e18-2c4d-42c4-809b-404845eb9a7d" + "f6d8c232-45ee-489b-8c8f-e2513cbac424" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7134cc95-4c72-420c-98e1-65f7fa07b1d6\"" + "W/\"264fe7f3-ff5d-48f4-98c3-9e167f734acd\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1e3e559d-39d6-4efc-94e8-4b3558b66b85" + "b1f7fcbd-f7e7-4ff0-9e06-078bec479370" ], "x-ms-correlation-request-id": [ - "6d536e2a-8c8f-4b58-b639-e603fb65b628" + "ea24343b-14c6-4aa9-8f1c-ac648941f627" ], "x-ms-arm-service-request-id": [ - "a82e17f6-d3d5-459c-97c4-4b50cc23fe48" + "ef3deddd-d60f-4d7f-8536-c42b2f67506e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010420Z:6d536e2a-8c8f-4b58-b639-e603fb65b628" + "EASTUS2:20211117T034211Z:ea24343b-14c6-4aa9-8f1c-ac648941f627" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:20 GMT" - ], "Content-Length": [ "524" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\",\r\n \"etag\": \"W/\\\"7134cc95-4c72-420c-98e1-65f7fa07b1d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\",\r\n \"etag\": \"W/\\\"264fe7f3-ff5d-48f4-98c3-9e167f734acd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNjAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NDcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\r\n }\r\n },\r\n \"name\": \"ip6019\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\r\n }\r\n },\r\n \"name\": \"ip6801\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d40b5941-9545-4046-8227-744b62878e6f" + "40c9cc6c-27fc-412d-923b-319c054154a2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1043,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4e1d9808-42b9-44d7-a5ab-5d0ad364ce39" + "fc977197-6a60-4a1c-a5d1-b4fcc340dd91" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4e1d9808-42b9-44d7-a5ab-5d0ad364ce39?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/fc977197-6a60-4a1c-a5d1-b4fcc340dd91?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4481e73d-c120-4e5e-bcb9-56a7001f9b13" + "2504d577-5702-4b30-b144-35f309d9335c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8471056c-7e40-4019-9177-0b8b0a1632cb" + "2444cd51-ae29-4bb3-b7ab-2abe67e2b371" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010421Z:4481e73d-c120-4e5e-bcb9-56a7001f9b13" + "EASTUS2:20211117T034211Z:2504d577-5702-4b30-b144-35f309d9335c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:20 GMT" - ], "Content-Length": [ "1628" ], @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602\",\r\n \"etag\": \"W/\\\"eb8a1b1a-27d6-46d2-80ee-725195871281\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d7ba0d3-b0d6-40cf-b545-207609f5b40c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6019\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602/ipConfigurations/ip6019\",\r\n \"etag\": \"W/\\\"eb8a1b1a-27d6-46d2-80ee-725195871281\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\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\": \"55smcxxjyrte1jqf5nm4n1aqnc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5472\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472\",\r\n \"etag\": \"W/\\\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94c8709f-07fe-40e8-a019-224e34172bc6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472/ipConfigurations/ip6801\",\r\n \"etag\": \"W/\\\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\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\": \"dywi4z10ifoufis254pohntd0e.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNjAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NDcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1110,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"eb8a1b1a-27d6-46d2-80ee-725195871281\"" + "W/\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "834e68d9-139e-47c1-a84b-c69970e78921" + "689bcac0-303e-4e9e-8fde-aa8262c67b81" ], "x-ms-correlation-request-id": [ - "b8a82801-f12d-4f54-8a25-26fe1651aad8" + "be01865a-6dec-4e6b-8a9a-fecf02d11786" ], "x-ms-arm-service-request-id": [ - "a8ef9192-bb70-4635-8b50-b6f269b2374e" + "270e0ff2-8278-45dd-8882-c734b4014d0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010421Z:b8a82801-f12d-4f54-8a25-26fe1651aad8" + "EASTUS2:20211117T034211Z:be01865a-6dec-4e6b-8a9a-fecf02d11786" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:20 GMT" - ], "Content-Length": [ "1628" ], @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602\",\r\n \"etag\": \"W/\\\"eb8a1b1a-27d6-46d2-80ee-725195871281\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d7ba0d3-b0d6-40cf-b545-207609f5b40c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6019\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602/ipConfigurations/ip6019\",\r\n \"etag\": \"W/\\\"eb8a1b1a-27d6-46d2-80ee-725195871281\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\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\": \"55smcxxjyrte1jqf5nm4n1aqnc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5472\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472\",\r\n \"etag\": \"W/\\\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94c8709f-07fe-40e8-a019-224e34172bc6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472/ipConfigurations/ip6801\",\r\n \"etag\": \"W/\\\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\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\": \"dywi4z10ifoufis254pohntd0e.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzNjAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NDcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91a25c2e-7c03-470a-87b0-f2da254a5aa0" + "f3df9ac4-4e24-4b5a-a8f7-5a16ab6f418b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1180,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"eb8a1b1a-27d6-46d2-80ee-725195871281\"" + "W/\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "04dc0821-23f7-44cd-8697-a4dadf00a0d7" + "e7e31ae6-49fb-42ca-b1a1-af1bc4b31cb7" ], "x-ms-correlation-request-id": [ - "81ad30e6-fb9a-4b87-8022-ea707439a6c8" + "52b0fd72-7179-4330-b3f9-4d1ec2fd19a6" ], "x-ms-arm-service-request-id": [ - "b621879c-7987-4fcf-8bc5-412bb0edc6c7" + "28cfb81f-9867-4902-aed2-cf5030bf1be1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010421Z:81ad30e6-fb9a-4b87-8022-ea707439a6c8" + "EASTUS2:20211117T034211Z:52b0fd72-7179-4330-b3f9-4d1ec2fd19a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:20 GMT" - ], "Content-Length": [ "1628" ], @@ -1224,46 +1224,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3602\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602\",\r\n \"etag\": \"W/\\\"eb8a1b1a-27d6-46d2-80ee-725195871281\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d7ba0d3-b0d6-40cf-b545-207609f5b40c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6019\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/networkInterfaces/nic3602/ipConfigurations/ip6019\",\r\n \"etag\": \"W/\\\"eb8a1b1a-27d6-46d2-80ee-725195871281\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\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\": \"55smcxxjyrte1jqf5nm4n1aqnc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5472\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472\",\r\n \"etag\": \"W/\\\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94c8709f-07fe-40e8-a019-224e34172bc6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/networkInterfaces/nic5472/ipConfigurations/ip6801\",\r\n \"etag\": \"W/\\\"0c7a5bb0-90a7-4da0-aba9-3ec6e6367bf0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\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\": \"dywi4z10ifoufis254pohntd0e.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4233?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDIzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9984?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk4ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7769\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig440\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9148\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1966\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "04e00adf-33e4-4539-99ca-1756319afe07" + "ed5d828f-7409-4651-b119-5c03c12205f4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1634" + "1635" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,29 +1285,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d375f9b-1603-48b9-89b8-67726fc3b6df" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0252359d-ffd8-4777-b7b1-cf13ad56d29e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8cde4298-e2de-4f86-9143-7dcee802d07e" + "b06acd47-e6a4-4588-87d0-380264ec4d75" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010422Z:8cde4298-e2de-4f86-9143-7dcee802d07e" + "EASTUS2:20211117T034212Z:b06acd47-e6a4-4588-87d0-380264ec4d75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:21 GMT" - ], "Content-Length": [ - "3418" + "3419" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,32 +1309,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4233\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4233\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7769\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig440\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"414d6612-34cc-491b-8d69-e59dd6ca3cef\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9984\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9148\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1966\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"d15f3f3b-23f3-43bf-a03f-7fd7ea972868\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFkMzc1ZjliLTE2MDMtNDhiOS04OWI4LTY3NzI2ZmMzYjZkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAyNTIzNTlkLWZmZDgtNDc3Ny1iN2IxLWNmMTNhZDU2ZDI5ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:42:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1342,27 +1349,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20d07cb9-3d2d-45ca-87fc-cec2a3a0e185" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0a6ba4a0-9c25-4d89-9485-b97d7f93e056" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "5d847bec-fac1-4f12-94bd-088cd6a82169" + "e5eec334-b30b-48d5-8b00-3ce7c706e84f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010432Z:5d847bec-fac1-4f12-94bd-088cd6a82169" + "EASTUS2:20211117T034222Z:e5eec334-b30b-48d5-8b00-3ce7c706e84f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:04:31 GMT" - ], "Content-Length": [ "134" ], @@ -1373,29 +1373,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:04:21.8219431+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d375f9b-1603-48b9-89b8-67726fc3b6df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:42:11.8952069+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0252359d-ffd8-4777-b7b1-cf13ad56d29e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFkMzc1ZjliLTE2MDMtNDhiOS04OWI4LTY3NzI2ZmMzYjZkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAyNTIzNTlkLWZmZDgtNDc3Ny1iN2IxLWNmMTNhZDU2ZDI5ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:43:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1403,27 +1410,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d7f0cb2-ff00-4d70-b534-9acf3f532225" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "83a47997-de86-4b7d-9627-0d2ea91639bd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "10091b62-2b23-4f93-9166-00790bda17c4" + "adc73f9f-ebd4-4fce-b89e-c09fb077d585" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010609Z:10091b62-2b23-4f93-9166-00790bda17c4" + "EASTUS2:20211117T034359Z:adc73f9f-ebd4-4fce-b89e-c09fb077d585" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:06:09 GMT" - ], "Content-Length": [ "134" ], @@ -1434,29 +1434,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:04:21.8219431+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d375f9b-1603-48b9-89b8-67726fc3b6df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:42:11.8952069+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0252359d-ffd8-4777-b7b1-cf13ad56d29e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFkMzc1ZjliLTE2MDMtNDhiOS04OWI4LTY3NzI2ZmMzYjZkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAyNTIzNTlkLWZmZDgtNDc3Ny1iN2IxLWNmMTNhZDU2ZDI5ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:45:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1464,27 +1471,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ccd48cc-a2c0-40ed-b08d-2f655bd581f4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "540e8df6-86b0-430e-b475-faf11d1e20a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "34c084cb-cebb-4db5-ab28-36a1014f802a" + "fe9186e2-2bce-49af-89ba-454181648eda" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010746Z:34c084cb-cebb-4db5-ab28-36a1014f802a" + "EASTUS2:20211117T034537Z:fe9186e2-2bce-49af-89ba-454181648eda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:07:46 GMT" - ], "Content-Length": [ "134" ], @@ -1495,29 +1495,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:04:21.8219431+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d375f9b-1603-48b9-89b8-67726fc3b6df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:42:11.8952069+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0252359d-ffd8-4777-b7b1-cf13ad56d29e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFkMzc1ZjliLTE2MDMtNDhiOS04OWI4LTY3NzI2ZmMzYjZkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAyNTIzNTlkLWZmZDgtNDc3Ny1iN2IxLWNmMTNhZDU2ZDI5ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:47:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1525,27 +1532,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a13b7388-4a9f-442f-9b6e-bc48d94bda16" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "42e9953e-bc86-4e56-b07b-8cda4be748c5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "1fda92f8-6551-4e13-b54f-55ea7b1a26ab" + "a62b6d5d-6db5-45f3-ba0c-0e096489fc3b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T010923Z:1fda92f8-6551-4e13-b54f-55ea7b1a26ab" + "EASTUS2:20211117T034714Z:a62b6d5d-6db5-45f3-ba0c-0e096489fc3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:09:22 GMT" - ], "Content-Length": [ "134" ], @@ -1556,57 +1556,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:04:21.8219431+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d375f9b-1603-48b9-89b8-67726fc3b6df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:42:11.8952069+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0252359d-ffd8-4777-b7b1-cf13ad56d29e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFkMzc1ZjliLTE2MDMtNDhiOS04OWI4LTY3NzI2ZmMzYjZkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAyNTIzNTlkLWZmZDgtNDc3Ny1iN2IxLWNmMTNhZDU2ZDI5ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:48:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba4ea9ec-527b-4aa6-913d-f3a4a480e7ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d2ec176d-2116-4597-aa4f-1e3a44eb1fdd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "b3df9e51-1a5a-4399-bd86-690939e46bd6" + "5568bdf4-db1d-4dd4-bf91-111f905a2845" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011100Z:b3df9e51-1a5a-4399-bd86-690939e46bd6" + "EASTUS2:20211117T034851Z:5568bdf4-db1d-4dd4-bf91-111f905a2845" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:11:00 GMT" - ], "Content-Length": [ "134" ], @@ -1617,29 +1617,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:04:21.8219431+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d375f9b-1603-48b9-89b8-67726fc3b6df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:42:11.8952069+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0252359d-ffd8-4777-b7b1-cf13ad56d29e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFkMzc1ZjliLTE2MDMtNDhiOS04OWI4LTY3NzI2ZmMzYjZkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAyNTIzNTlkLWZmZDgtNDc3Ny1iN2IxLWNmMTNhZDU2ZDI5ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:50:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1647,27 +1654,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7caf93af-2953-44d6-b86c-9cfcdfd50561" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "99f9c64e-baf6-4174-9290-49bf5cad7cfe" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "62f9e7d9-740e-476f-bd9f-191c348d5661" + "cb663773-c010-40ed-ac58-77e9f065ce0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011237Z:62f9e7d9-740e-476f-bd9f-191c348d5661" + "EASTUS2:20211117T035028Z:cb663773-c010-40ed-ac58-77e9f065ce0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:12:37 GMT" - ], "Content-Length": [ "134" ], @@ -1678,29 +1678,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:04:21.8219431+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1d375f9b-1603-48b9-89b8-67726fc3b6df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:42:11.8952069+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0252359d-ffd8-4777-b7b1-cf13ad56d29e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1d375f9b-1603-48b9-89b8-67726fc3b6df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFkMzc1ZjliLTE2MDMtNDhiOS04OWI4LTY3NzI2ZmMzYjZkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0252359d-ffd8-4777-b7b1-cf13ad56d29e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAyNTIzNTlkLWZmZDgtNDc3Ny1iN2IxLWNmMTNhZDU2ZDI5ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" ], @@ -1708,29 +1715,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6cc71407-655c-4bc4-b8bb-a1f95df3e4dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "397d5e1e-6971-4b18-bffa-7bb1526c197e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-correlation-request-id": [ - "c21e370a-1750-4683-91f1-22daffd745e0" + "9a127df8-d159-4cbc-b104-63fb2f671ceb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011415Z:c21e370a-1750-4683-91f1-22daffd745e0" + "EASTUS2:20211117T035205Z:9a127df8-d159-4cbc-b104-63fb2f671ceb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:14 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,59 +1739,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T01:04:21.8219431+00:00\",\r\n \"endTime\": \"2021-06-29T01:12:39.261541+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1d375f9b-1603-48b9-89b8-67726fc3b6df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T03:42:11.8952069+00:00\",\r\n \"endTime\": \"2021-11-17T03:50:45.7249436+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0252359d-ffd8-4777-b7b1-cf13ad56d29e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4233?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDIzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9984?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk4ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eaa22974-9497-4601-a57b-b2ee3d42c347" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51e343a2-df69-4a8c-9e3f-94971189cbe8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-correlation-request-id": [ - "ae96396b-ec65-43fc-9c0c-7187ac44b92a" + "248091db-256d-42e8-8fb2-2fb76f066b0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011415Z:ae96396b-ec65-43fc-9c0c-7187ac44b92a" + "EASTUS2:20211117T035205Z:248091db-256d-42e8-8fb2-2fb76f066b0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:14 GMT" - ], "Content-Length": [ - "3419" + "3420" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,65 +1800,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4233\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4233\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7769\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig440\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"414d6612-34cc-491b-8d69-e59dd6ca3cef\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9984\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9148\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1966\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"d15f3f3b-23f3-43bf-a03f-7fd7ea972868\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4233?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDIzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9984?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk4ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4cb65a9-e5df-4652-a65b-5f2fcedfbd48" + "c63c8f90-0873-483c-a9d4-cf83a4c0f64f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ca35f13-b9cf-49ff-9b32-0d27bc6dec3f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f68bff9-3d59-4067-8e71-eb66c1b01502" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-correlation-request-id": [ - "3f7c572d-b089-4401-862a-b178f5ade97d" + "640e3223-b690-4cc6-bed1-c9f85d47f318" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011415Z:3f7c572d-b089-4401-862a-b178f5ade97d" + "EASTUS2:20211117T035205Z:640e3223-b690-4cc6-bed1-c9f85d47f318" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:14 GMT" - ], "Content-Length": [ - "3419" + "3420" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,35 +1867,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4233\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4233\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7769\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig440\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Network/virtualNetworks/vn1406/subnets/sn1124\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"414d6612-34cc-491b-8d69-e59dd6ca3cef\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9984\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9148\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1966\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Network/virtualNetworks/vn7649/subnets/sn1083\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"d15f3f3b-23f3-43bf-a03f-7fd7ea972868\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar94191/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4233/performMaintenance?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDIzMy9wZXJmb3JtTWFpbnRlbmFuY2U/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar34291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9984/performMaintenance?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk4NC9wZXJmb3JtTWFpbnRlbmFuY2U/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35f0291b-9ffb-43c5-91cf-112cf23f1c3a" + "92b04af5-e25f-4b28-b421-2251b304a48c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199" ], @@ -1903,27 +1910,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10a37f43-0140-4fda-8f43-ce10c90b5802" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4274f2eb-774b-4b05-811e-4916aebbb897" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "273007b6-21c4-49b3-b42b-4b50bdf5e84a" + "7623813d-8488-4958-b09b-5f7fe85ae705" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011415Z:273007b6-21c4-49b3-b42b-4b50bdf5e84a" + "EASTUS2:20211117T035205Z:7623813d-8488-4958-b09b-5f7fe85ae705" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:14 GMT" - ], "Content-Length": [ "193" ], @@ -1934,25 +1934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vmss4233_0' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vmss9984_0' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", "StatusCode": 409 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar94191?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0MTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar34291?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0MjkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7d2c284-73f6-498e-b266-3c5a893e7037" + "181d1c06-fe75-4785-9d2e-0a515ab3ab4f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1960,11 +1960,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1973,13 +1976,13 @@ "14999" ], "x-ms-request-id": [ - "57fe92f8-a39a-4fb1-8f60-ad3df8de6122" + "085216c0-4623-46ce-9997-d9c8863c9808" ], "x-ms-correlation-request-id": [ - "57fe92f8-a39a-4fb1-8f60-ad3df8de6122" + "085216c0-4623-46ce-9997-d9c8863c9808" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011415Z:57fe92f8-a39a-4fb1-8f60-ad3df8de6122" + "EASTUS2:20211117T035205Z:085216c0-4623-46ce-9997-d9c8863c9808" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1987,29 +1990,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2017,11 +2017,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2030,13 +2033,13 @@ "11999" ], "x-ms-request-id": [ - "ca46a6cb-83b9-4bf8-ad3f-d64eae02c2cc" + "7bb8bbea-32c7-43d8-8941-dc0bab56743d" ], "x-ms-correlation-request-id": [ - "ca46a6cb-83b9-4bf8-ad3f-d64eae02c2cc" + "7bb8bbea-32c7-43d8-8941-dc0bab56743d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011430Z:ca46a6cb-83b9-4bf8-ad3f-d64eae02c2cc" + "EASTUS2:20211117T035220Z:7bb8bbea-32c7-43d8-8941-dc0bab56743d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2044,29 +2047,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2074,11 +2074,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2087,13 +2090,13 @@ "11998" ], "x-ms-request-id": [ - "629ed84f-fdc7-4c11-ac11-81f364b8907a" + "da0b6246-2b4d-4c6b-90e2-50b11ee2dd2c" ], "x-ms-correlation-request-id": [ - "629ed84f-fdc7-4c11-ac11-81f364b8907a" + "da0b6246-2b4d-4c6b-90e2-50b11ee2dd2c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011445Z:629ed84f-fdc7-4c11-ac11-81f364b8907a" + "EASTUS2:20211117T035235Z:da0b6246-2b4d-4c6b-90e2-50b11ee2dd2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2101,29 +2104,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2131,11 +2131,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:52:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2144,13 +2147,13 @@ "11997" ], "x-ms-request-id": [ - "62f42978-0f25-446a-acdf-7fa8dfc6f8f7" + "dfd7eb90-c601-490b-90c1-6f2b4efe7722" ], "x-ms-correlation-request-id": [ - "62f42978-0f25-446a-acdf-7fa8dfc6f8f7" + "dfd7eb90-c601-490b-90c1-6f2b4efe7722" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011500Z:62f42978-0f25-446a-acdf-7fa8dfc6f8f7" + "EASTUS2:20211117T035250Z:dfd7eb90-c601-490b-90c1-6f2b4efe7722" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2158,29 +2161,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:14:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2188,11 +2188,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:53:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2201,13 +2204,13 @@ "11996" ], "x-ms-request-id": [ - "18027ecb-65fc-47a3-b758-fca0ef820d22" + "abb25f12-b8e4-4eae-b251-deb9967f2135" ], "x-ms-correlation-request-id": [ - "18027ecb-65fc-47a3-b758-fca0ef820d22" + "abb25f12-b8e4-4eae-b251-deb9967f2135" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011515Z:18027ecb-65fc-47a3-b758-fca0ef820d22" + "EASTUS2:20211117T035305Z:abb25f12-b8e4-4eae-b251-deb9967f2135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2215,29 +2218,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:15:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2245,11 +2245,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:53:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2258,13 +2261,13 @@ "11995" ], "x-ms-request-id": [ - "92e98798-b9f0-424a-a770-6c65190e15d5" + "53bf1e44-9330-4800-a512-eebeaa0362fd" ], "x-ms-correlation-request-id": [ - "92e98798-b9f0-424a-a770-6c65190e15d5" + "53bf1e44-9330-4800-a512-eebeaa0362fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011530Z:92e98798-b9f0-424a-a770-6c65190e15d5" + "EASTUS2:20211117T035320Z:53bf1e44-9330-4800-a512-eebeaa0362fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2272,29 +2275,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:15:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2302,11 +2302,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:53:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2315,13 +2318,13 @@ "11994" ], "x-ms-request-id": [ - "d5714828-7ff6-4a50-aa1b-aa2cadb61685" + "cd93d7a7-30f4-4419-9f8b-c57871841d19" ], "x-ms-correlation-request-id": [ - "d5714828-7ff6-4a50-aa1b-aa2cadb61685" + "cd93d7a7-30f4-4419-9f8b-c57871841d19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011545Z:d5714828-7ff6-4a50-aa1b-aa2cadb61685" + "EASTUS2:20211117T035335Z:cd93d7a7-30f4-4419-9f8b-c57871841d19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2329,29 +2332,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:15:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2359,11 +2359,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:53:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2372,13 +2375,13 @@ "11993" ], "x-ms-request-id": [ - "08adc215-b606-475b-b016-e2916b5e53bd" + "ebc9a456-742f-4842-82d7-8f6994a5fd27" ], "x-ms-correlation-request-id": [ - "08adc215-b606-475b-b016-e2916b5e53bd" + "ebc9a456-742f-4842-82d7-8f6994a5fd27" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011600Z:08adc215-b606-475b-b016-e2916b5e53bd" + "EASTUS2:20211117T035350Z:ebc9a456-742f-4842-82d7-8f6994a5fd27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2386,29 +2389,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:16:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2416,11 +2416,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:54:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2429,13 +2432,13 @@ "11992" ], "x-ms-request-id": [ - "309a85bf-610d-4f04-865b-e35babc5be12" + "4e54b760-8b43-41f0-923a-aa1f1d691b12" ], "x-ms-correlation-request-id": [ - "309a85bf-610d-4f04-865b-e35babc5be12" + "4e54b760-8b43-41f0-923a-aa1f1d691b12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011615Z:309a85bf-610d-4f04-865b-e35babc5be12" + "EASTUS2:20211117T035405Z:4e54b760-8b43-41f0-923a-aa1f1d691b12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2443,29 +2446,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:16:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2473,11 +2473,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:54:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2486,13 +2489,13 @@ "11991" ], "x-ms-request-id": [ - "fbc99345-22df-4974-a047-cab5a3a654e7" + "a1d87749-1f62-4f37-9fbd-b0fbdbf4743f" ], "x-ms-correlation-request-id": [ - "fbc99345-22df-4974-a047-cab5a3a654e7" + "a1d87749-1f62-4f37-9fbd-b0fbdbf4743f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011630Z:fbc99345-22df-4974-a047-cab5a3a654e7" + "EASTUS2:20211117T035420Z:a1d87749-1f62-4f37-9fbd-b0fbdbf4743f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2500,29 +2503,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:16:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2530,11 +2530,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:54:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2543,13 +2546,13 @@ "11990" ], "x-ms-request-id": [ - "c812be89-566f-4674-b178-72ebf71cf23d" + "8733400f-6404-4ef2-970e-ff3925e45b2b" ], "x-ms-correlation-request-id": [ - "c812be89-566f-4674-b178-72ebf71cf23d" + "8733400f-6404-4ef2-970e-ff3925e45b2b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011645Z:c812be89-566f-4674-b178-72ebf71cf23d" + "EASTUS2:20211117T035435Z:8733400f-6404-4ef2-970e-ff3925e45b2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2557,29 +2560,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:16:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2587,11 +2587,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:54:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2600,13 +2603,13 @@ "11989" ], "x-ms-request-id": [ - "fc2f6ce7-08d7-4129-a777-1dabf66071d6" + "087e6425-7439-4476-9133-27bd43d2aff8" ], "x-ms-correlation-request-id": [ - "fc2f6ce7-08d7-4129-a777-1dabf66071d6" + "087e6425-7439-4476-9133-27bd43d2aff8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011700Z:fc2f6ce7-08d7-4129-a777-1dabf66071d6" + "EASTUS2:20211117T035450Z:087e6425-7439-4476-9133-27bd43d2aff8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2614,29 +2617,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:16:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2644,11 +2644,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2657,13 +2660,13 @@ "11988" ], "x-ms-request-id": [ - "c238e2de-ed60-4856-908c-94413bc4d59a" + "f24282f5-a06a-4121-b4d8-44851bcaa0cd" ], "x-ms-correlation-request-id": [ - "c238e2de-ed60-4856-908c-94413bc4d59a" + "f24282f5-a06a-4121-b4d8-44851bcaa0cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011715Z:c238e2de-ed60-4856-908c-94413bc4d59a" + "EASTUS2:20211117T035505Z:f24282f5-a06a-4121-b4d8-44851bcaa0cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2671,86 +2674,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:17:14 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "c38edc21-8ade-4107-ade5-2894dffe0d92" - ], - "x-ms-correlation-request-id": [ - "c38edc21-8ade-4107-ade5-2894dffe0d92" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T011730Z:c38edc21-8ade-4107-ade5-2894dffe0d92" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 01:17:29 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2758,77 +2701,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "f9f5d63c-9388-4d99-b752-ca3d68aba486" - ], - "x-ms-correlation-request-id": [ - "f9f5d63c-9388-4d99-b752-ca3d68aba486" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T011745Z:f9f5d63c-9388-4d99-b752-ca3d68aba486" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 01:17:44 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 03:55:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "873c6d4f-0ff6-485b-8aea-d8cba2781861" + "622034d1-487f-49cf-a952-45cd6da287ee" ], "x-ms-correlation-request-id": [ - "873c6d4f-0ff6-485b-8aea-d8cba2781861" + "622034d1-487f-49cf-a952-45cd6da287ee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011800Z:873c6d4f-0ff6-485b-8aea-d8cba2781861" + "EASTUS2:20211117T035520Z:622034d1-487f-49cf-a952-45cd6da287ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2836,29 +2725,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDE5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRFNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDI5MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJNU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2866,20 +2752,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 03:55:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-request-id": [ - "f07f3f1b-3409-42b7-b5e8-d3c90795a65f" + "eae66a5b-9102-430c-b3f6-3172ec11d817" ], "x-ms-correlation-request-id": [ - "f07f3f1b-3409-42b7-b5e8-d3c90795a65f" + "eae66a5b-9102-430c-b3f6-3172ec11d817" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T011800Z:f07f3f1b-3409-42b7-b5e8-d3c90795a65f" + "EASTUS2:20211117T035520Z:eae66a5b-9102-430c-b3f6-3172ec11d817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2887,14 +2776,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 01:18:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2903,27 +2789,27 @@ ], "Names": { "TestVMScaleSetOperations_PerformMaintenance": [ - "crptestar9419", - "vmss4233", - "crptestar9203" + "crptestar3429", + "vmss9984", + "crptestar4602" ], "CreatePublicIP": [ - "pip8208", - "dn4013" + "pip1116", + "dn7664" ], "CreateVNET": [ - "vn1406", - "sn1124" + "vn7649", + "sn1083" ], "CreateNIC": [ - "nic3602", - "ip6019" + "nic5472", + "ip6801" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9962", - "vmss8803", - "vmsstestnetconfig7769", - "vmsstestnetconfig440" + "crptestar9784", + "vmss477", + "vmsstestnetconfig9148", + "vmsstestnetconfig1966" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PowerOffWithSkipShutdown.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PowerOffWithSkipShutdown.json index c6a575556c5fa..71f1097be6caa 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PowerOffWithSkipShutdown.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_PowerOffWithSkipShutdown.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "addc080c-d205-4d56-ac42-7f228d40c4d4" + "b0737db2-a317-488f-9887-290d3019865f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:54:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "465d10ed-4224-4343-a5b8-bcf5c6e15549" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "662bcbcc-a35c-48d0-bc48-1b83a47259d0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "2fb9c0d9-15d4-4e07-8c5e-cebbe7ba4f99" + "a82447bd-b08b-4167-94da-ef2ac1327f54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021825Z:2fb9c0d9-15d4-4e07-8c5e-cebbe7ba4f99" + "EASTUS2:20211117T045450Z:a82447bd-b08b-4167-94da-ef2ac1327f54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:18:24 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar82901?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyOTAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar30841?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar82901\": \"2021-06-29 02:18:25Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar30841\": \"2021-11-17 04:54:50Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2475f3f5-ad9f-42dc-bf66-7894516349fb" + "fbe43844-f388-4112-8d9e-29f7a89ab32d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:54:52 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "23b463f0-51ad-449a-9944-20174eb09e97" + "8e1d9733-156f-44f7-848d-9d838924a903" ], "x-ms-correlation-request-id": [ - "23b463f0-51ad-449a-9944-20174eb09e97" + "8e1d9733-156f-44f7-848d-9d838924a903" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021827Z:23b463f0-51ad-449a-9944-20174eb09e97" + "EASTUS2:20211117T045452Z:8e1d9733-156f-44f7-848d-9d838924a903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:18:27 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901\",\r\n \"name\": \"crptestar82901\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar82901\": \"2021-06-29 02:18:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841\",\r\n \"name\": \"crptestar30841\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar30841\": \"2021-11-17 04:54:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar82901?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyOTAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar30841?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "535b88b3-f3a2-4e36-a419-545ae4034918" + "60f12c93-e5ba-410e-9dc3-36c217ef859e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:37 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "1064f657-b28f-4051-bba4-748d38b3bddd" + "0a6f0e03-5902-43cf-8f98-2bfccf81744c" ], "x-ms-correlation-request-id": [ - "1064f657-b28f-4051-bba4-748d38b3bddd" + "0a6f0e03-5902-43cf-8f98-2bfccf81744c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021905Z:1064f657-b28f-4051-bba4-748d38b3bddd" + "EASTUS2:20211117T045537Z:0a6f0e03-5902-43cf-8f98-2bfccf81744c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:05 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901\",\r\n \"name\": \"crptestar82901\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841\",\r\n \"name\": \"crptestar30841\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Storage/storageAccounts/crptestar9530?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTUzMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Storage/storageAccounts/crptestar7175?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzE3NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3a62aea-8543-4b86-9edb-fae60f7e1cc7" + "6bfef225-44fa-4e30-a609-4e808b77b927" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/bbbc50a0-e157-4e5c-ba80-0926ece95b85?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c5fe636c-c835-4641-a1ae-690afc1e3202?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bbbc50a0-e157-4e5c-ba80-0926ece95b85" + "c5fe636c-c835-4641-a1ae-690afc1e3202" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f35a4ee3-5a24-4193-b72e-cf50b4f1f57a" + "4e295a92-be8b-44eb-a726-6c6e6549636b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021836Z:f35a4ee3-5a24-4193-b72e-cf50b4f1f57a" + "EASTUS2:20211117T045505Z:4e295a92-be8b-44eb-a726-6c6e6549636b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:18:36 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/bbbc50a0-e157-4e5c-ba80-0926ece95b85?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYmJiYzUwYTAtZTE1Ny00ZTVjLWJhODAtMDkyNmVjZTk1Yjg1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c5fe636c-c835-4641-a1ae-690afc1e3202?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzVmZTYzNmMtYzgzNS00NjQxLWExYWUtNjkwYWZjMWUzMjAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:21 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "fe458797-41e1-4f32-80fd-f5c5128d81f2" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c5fe636c-c835-4641-a1ae-690afc1e3202?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "f74d07d0-1cdf-4dea-b53d-090912c9137c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "1098e122-c6f1-4128-a38d-f3105513b784" + "37e78595-69ba-4e25-bede-2e05accd4f41" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021853Z:1098e122-c6f1-4128-a38d-f3105513b784" + "EASTUS2:20211117T045522Z:37e78595-69ba-4e25-bede-2e05accd4f41" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c5fe636c-c835-4641-a1ae-690afc1e3202?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzVmZTYzNmMtYzgzNS00NjQxLWExYWUtNjkwYWZjMWUzMjAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 02:18:53 GMT" + "Wed, 17 Nov 2021 04:55:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e7b87367-256d-40b3-be0a-4894ebf0d855" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a7ac2e5f-c86b-4ee3-84ee-f1d9c80c923d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T045525Z:a7ac2e5f-c86b-4ee3-84ee-f1d9c80c923d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9da2780d-767b-46ed-8cf9-fc2765d2c3c8" + "fd9f0c7a-cb22-4f93-8985-8be686e7b9e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bed67c0b-7d0b-47f3-800a-70eec373865e" + "bebe8f8e-d63b-4ce6-8e78-d273390e60aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "01397d56-2748-4bb1-b709-721f030573b0" + "273d23e8-eb41-4b26-bc74-b0bfd36ea0ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021904Z:01397d56-2748-4bb1-b709-721f030573b0" + "EASTUS2:20211117T045536Z:273d23e8-eb41-4b26-bc74-b0bfd36ea0ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:03 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Storage/storageAccounts/crptestar9530\",\r\n \"name\": \"crptestar9530\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T02:18:33.2277041Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9530.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9530.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9530.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9530.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Storage/storageAccounts/crptestar7175\",\r\n \"name\": \"crptestar7175\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:55:01.8531037Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7175.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7175.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7175.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7175.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Storage/storageAccounts/crptestar9530?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTUzMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Storage/storageAccounts/crptestar7175?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzE3NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e594a47-18ee-4d56-af77-f70e3e58e376" + "690ab05b-926c-44a2-90bc-43b1dc38aaa8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "719713ee-399c-4584-b331-305b309ae771" + "bdbc89ac-3b0e-44d2-a526-bd6b32a7f827" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "ad73bf37-f142-4773-8f09-fe4cc8367dcb" + "805c1b60-59a8-4e89-bcf3-e182331bee3d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021904Z:ad73bf37-f142-4773-8f09-fe4cc8367dcb" + "EASTUS2:20211117T045536Z:805c1b60-59a8-4e89-bcf3-e182331bee3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:03 GMT" - ], "Content-Length": [ "741" ], @@ -457,78 +520,78 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Storage/storageAccounts/crptestar9530\",\r\n \"name\": \"crptestar9530\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T02:18:33.2277041Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9530.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9530.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9530.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9530.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Storage/storageAccounts/crptestar7175\",\r\n \"name\": \"crptestar7175\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:55:01.8531037Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7175.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7175.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7175.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7175.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/publicIPAddresses/pip8727?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NzI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/publicIPAddresses/pip328?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn869\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4497\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "afcf372a-5a7b-4498-8870-69805c412eca" + "871745ca-5633-4765-8ae5-c26cba03a562" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "206" + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:47 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "26e3717c-d039-40f9-8e34-3dfe6457ba6e" + "b112013a-b6ee-4a30-8b4c-666cf8610dcd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/26e3717c-d039-40f9-8e34-3dfe6457ba6e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b112013a-b6ee-4a30-8b4c-666cf8610dcd?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2d58565e-65cf-46e0-8098-0df1be811871" + "21345bd2-2fc0-4fff-a885-f30ed09454ca" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "23ab6f93-aa50-4748-8c7e-486123a6cd1c" + "b1511869-99b8-40da-8e7f-5970b58b9dab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021914Z:2d58565e-65cf-46e0-8098-0df1be811871" + "EASTUS2:20211117T045548Z:21345bd2-2fc0-4fff-a885-f30ed09454ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:13 GMT" - ], "Content-Length": [ "768" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/publicIPAddresses/pip8727\",\r\n \"etag\": \"W/\\\"2031ab81-6ed9-4aae-b68d-349e76dec7ef\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3b769021-57cb-43b2-816e-bbab692447f3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn869\",\r\n \"fqdn\": \"dn869.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/publicIPAddresses/pip328\",\r\n \"etag\": \"W/\\\"9cd209b6-a19e-473f-8539-9d53420662d3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"38530a0f-f75f-432c-be6c-27c84c626835\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4497\",\r\n \"fqdn\": \"dn4497.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/26e3717c-d039-40f9-8e34-3dfe6457ba6e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI2ZTM3MTdjLWQwMzktNDBmOS04ZTM0LTNkZmU2NDU3YmE2ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b112013a-b6ee-4a30-8b4c-666cf8610dcd?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IxMTIwMTNhLWI2ZWUtNGEzMC04YjRjLTY2NmNmODYxMGRjZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:48 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b63247cb-4ef8-4ffb-b9f1-42a421bb543b" + "2e43e513-00c2-4cbf-8475-6fcc6a373cd2" ], "x-ms-correlation-request-id": [ - "68e94ec1-461c-4efd-be2f-d4d403c40b9d" + "e9ed54e7-7760-4638-83eb-08f88935c979" ], "x-ms-arm-service-request-id": [ - "297e0333-0ffd-4b8a-9cc7-9b17986aab84" + "3ea3c295-4d3b-4792-9ff6-24df64653cf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T045549Z:e9ed54e7-7760-4638-83eb-08f88935c979" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b112013a-b6ee-4a30-8b4c-666cf8610dcd?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IxMTIwMTNhLWI2ZWUtNGEzMC04YjRjLTY2NmNmODYxMGRjZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 04:55:50 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "91814589-b4ac-4e78-b9e1-fd16b9ab1175" + ], + "x-ms-correlation-request-id": [ + "222b6031-5c86-4805-969b-0f1d647d0ede" + ], + "x-ms-arm-service-request-id": [ + "b76305ca-53e8-40a1-9570-39fd2387ac61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021916Z:68e94ec1-461c-4efd-be2f-d4d403c40b9d" + "EASTUS2:20211117T045551Z:222b6031-5c86-4805-969b-0f1d647d0ede" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:16 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +731,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/publicIPAddresses/pip8727?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NzI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/publicIPAddresses/pip328?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +747,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b916fd9c-bafe-4530-9f6e-e58bebaa05a6\"" + "W/\"8fec04e7-a08e-4746-bbd3-567452acb272\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6e625469-8d22-4dc2-aa55-056fb035d4ee" + "34d9ee4e-9755-4a45-a795-a42219b0b784" ], "x-ms-correlation-request-id": [ - "0bb411dd-d5c9-4204-9243-af0a38e93a86" + "73f8da8c-b139-459f-be7e-c6f321352349" ], "x-ms-arm-service-request-id": [ - "7b3652e1-42f7-4dfb-a0a2-41756bb11efc" + "b968684f-c0a1-445f-b0db-7384931c0b05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021916Z:0bb411dd-d5c9-4204-9243-af0a38e93a86" + "EASTUS2:20211117T045551Z:73f8da8c-b139-459f-be7e-c6f321352349" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:16 GMT" - ], "Content-Length": [ "769" ], @@ -664,25 +791,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/publicIPAddresses/pip8727\",\r\n \"etag\": \"W/\\\"b916fd9c-bafe-4530-9f6e-e58bebaa05a6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3b769021-57cb-43b2-816e-bbab692447f3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn869\",\r\n \"fqdn\": \"dn869.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/publicIPAddresses/pip328\",\r\n \"etag\": \"W/\\\"8fec04e7-a08e-4746-bbd3-567452acb272\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38530a0f-f75f-432c-be6c-27c84c626835\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4497\",\r\n \"fqdn\": \"dn4497.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/publicIPAddresses/pip8727?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NzI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/publicIPAddresses/pip328?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05c89943-718d-470f-864b-59d00751693f" + "07e1e455-16c1-4072-b0fd-2b99dc82877e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +817,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b916fd9c-bafe-4530-9f6e-e58bebaa05a6\"" + "W/\"8fec04e7-a08e-4746-bbd3-567452acb272\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "dbea9b4e-15db-4db4-a38d-a018355c4d60" + "12799076-023e-4518-a10b-e5f4ecd35631" ], "x-ms-correlation-request-id": [ - "1f8e68bb-0112-4ebf-9575-aafd12854ec2" + "2d2161e6-9f97-4188-b0b6-8e429d06a943" ], "x-ms-arm-service-request-id": [ - "e9e4a2bc-fbfd-4def-b475-85ada3b0681e" + "76eeb0f2-9c92-4c55-bd76-97d293d0f26c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021916Z:1f8e68bb-0112-4ebf-9575-aafd12854ec2" + "EASTUS2:20211117T045552Z:2d2161e6-9f97-4188-b0b6-8e429d06a943" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:16 GMT" - ], "Content-Length": [ "769" ], @@ -734,80 +861,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/publicIPAddresses/pip8727\",\r\n \"etag\": \"W/\\\"b916fd9c-bafe-4530-9f6e-e58bebaa05a6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3b769021-57cb-43b2-816e-bbab692447f3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn869\",\r\n \"fqdn\": \"dn869.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/publicIPAddresses/pip328\",\r\n \"etag\": \"W/\\\"8fec04e7-a08e-4746-bbd3-567452acb272\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38530a0f-f75f-432c-be6c-27c84c626835\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4497\",\r\n \"fqdn\": \"dn4497.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn484\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2840\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "99eed38a-b6fe-4c19-9b03-801224e2a754" + "d5518a00-02d2-4455-9950-006874eb56ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a720e600-3d9a-475d-886b-61824f2b9ca5" + "f5f2bcdd-d32b-4a8a-b844-af1d77889bba" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a720e600-3d9a-475d-886b-61824f2b9ca5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f5f2bcdd-d32b-4a8a-b844-af1d77889bba?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7f210868-b361-43f7-9761-e71a7850593f" + "90bf6ce1-b0f8-40e1-bc7a-1d4c7cf7bf7d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "67a30aa1-ed1d-4737-a283-56748d932c98" + "7e19d0db-3b57-45f1-90ef-a735f6fee9b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021920Z:7f210868-b361-43f7-9761-e71a7850593f" + "EASTUS2:20211117T045556Z:90bf6ce1-b0f8-40e1-bc7a-1d4c7cf7bf7d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:20 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +943,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908\",\r\n \"etag\": \"W/\\\"64522923-0565-4eec-a00c-416d325567c7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"282aae80-9942-4313-bdfd-971b521af966\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn484\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\",\r\n \"etag\": \"W/\\\"64522923-0565-4eec-a00c-416d325567c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4944\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944\",\r\n \"etag\": \"W/\\\"87ee034e-ea28-42a8-8a07-c90be969ab74\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"baff990c-b9b5-4931-a9ff-9bbd78f9967b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\",\r\n \"etag\": \"W/\\\"87ee034e-ea28-42a8-8a07-c90be969ab74\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a720e600-3d9a-475d-886b-61824f2b9ca5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E3MjBlNjAwLTNkOWEtNDc1ZC04ODZiLTYxODI0ZjJiOWNhNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f5f2bcdd-d32b-4a8a-b844-af1d77889bba?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1ZjJiY2RkLWQzMmItNGE4YS1iODQ0LWFmMWQ3Nzg4OWJiYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +963,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7ffb8f44-0e90-4a9a-a37f-9785db6eafd0" + "4cb34e81-103f-4edc-a714-7b20117eb8a6" ], "x-ms-correlation-request-id": [ - "e9db62dc-27cd-4f1f-afaf-983740a51d43" + "2eb92617-c850-48b5-89d6-4956073d683e" ], "x-ms-arm-service-request-id": [ - "11582943-7927-4d59-910d-7ddd53836ac7" + "b3b67718-5a18-4cee-bd91-056bfc581f0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021924Z:e9db62dc-27cd-4f1f-afaf-983740a51d43" + "EASTUS2:20211117T045559Z:2eb92617-c850-48b5-89d6-4956073d683e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:24 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +1008,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTA4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +1024,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"723d86f8-0e38-4201-896d-9f8b2fd7b037\"" + "W/\"660d8007-339d-4147-8e1a-ad17ea54f3d5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5e86d455-4b62-44ae-b2c1-4ec8323a2193" + "854aac4b-ce72-410e-b0bd-556b1bc7e59c" ], "x-ms-correlation-request-id": [ - "0f783e53-6839-4d51-b0ad-e60b195903f3" + "4d4ebdd4-a421-4add-b2d5-687239295860" ], "x-ms-arm-service-request-id": [ - "19d64a9d-6160-4117-aa62-dbdbdac239aa" + "3d52a6d3-b571-4356-b0c6-165a11b10355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021924Z:0f783e53-6839-4d51-b0ad-e60b195903f3" + "EASTUS2:20211117T045559Z:4d4ebdd4-a421-4add-b2d5-687239295860" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:24 GMT" - ], "Content-Length": [ - "1323" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1068,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908\",\r\n \"etag\": \"W/\\\"723d86f8-0e38-4201-896d-9f8b2fd7b037\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"282aae80-9942-4313-bdfd-971b521af966\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn484\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\",\r\n \"etag\": \"W/\\\"723d86f8-0e38-4201-896d-9f8b2fd7b037\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4944\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944\",\r\n \"etag\": \"W/\\\"660d8007-339d-4147-8e1a-ad17ea54f3d5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"baff990c-b9b5-4931-a9ff-9bbd78f9967b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\",\r\n \"etag\": \"W/\\\"660d8007-339d-4147-8e1a-ad17ea54f3d5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTA4L3N1Ym5ldHMvc240ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40OTQ0L3N1Ym5ldHMvc24yODQwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37375ce7-f6f9-4ea6-95ae-26ce6c5548db" + "5d4e769a-9ab6-4a6d-97dc-4a382300ab6d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1094,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:55:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"723d86f8-0e38-4201-896d-9f8b2fd7b037\"" + "W/\"660d8007-339d-4147-8e1a-ad17ea54f3d5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "981df967-8b62-48ed-a16c-23af309999c0" + "d2eb3f78-1217-4ae3-8c21-96f98f7fc61e" ], "x-ms-correlation-request-id": [ - "99ed582e-ff27-4c64-adb1-627fe55a4f17" + "a5356b1d-ea10-4724-9690-6387aee57501" ], "x-ms-arm-service-request-id": [ - "de86135d-b85d-498d-a3ec-622a7970970b" + "cb95111c-02c4-4848-a1d8-f6182bdc691f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021925Z:99ed582e-ff27-4c64-adb1-627fe55a4f17" + "EASTUS2:20211117T045600Z:a5356b1d-ea10-4724-9690-6387aee57501" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:25 GMT" - ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1138,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn484\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\",\r\n \"etag\": \"W/\\\"723d86f8-0e38-4201-896d-9f8b2fd7b037\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\",\r\n \"etag\": \"W/\\\"660d8007-339d-4147-8e1a-ad17ea54f3d5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NjkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3ODE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn484\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\r\n }\r\n },\r\n \"name\": \"ip8584\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\r\n }\r\n },\r\n \"name\": \"ip950\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f7372a46-175a-4e41-8f18-b419e205e656" + "e078762e-6ee1-4c95-9ee2-3ac6620661b9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:56:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "44f4c56f-9481-44e3-853d-ece6afca7e8c" + "c12b9119-efc9-4651-8029-b1165465ee84" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/44f4c56f-9481-44e3-853d-ece6afca7e8c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c12b9119-efc9-4651-8029-b1165465ee84?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0b47994b-92e9-42c1-b893-0bc94c0a551d" + "8d3c4a57-8098-4240-b279-559158ecb3b9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "58905c57-f7df-4641-8462-9c3db0c33044" + "88b3311f-36ee-499c-8050-4bfe02f15f36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021930Z:0b47994b-92e9-42c1-b893-0bc94c0a551d" + "EASTUS2:20211117T045604Z:8d3c4a57-8098-4240-b279-559158ecb3b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:30 GMT" - ], "Content-Length": [ - "1633" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1217,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692\",\r\n \"etag\": \"W/\\\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3b6a7476-4451-4d30-a630-0cea69da655c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692/ipConfigurations/ip8584\",\r\n \"etag\": \"W/\\\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\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\": \"qcxcukcctejuhpp3s2nvegxzmg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7815\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815\",\r\n \"etag\": \"W/\\\"7abdd0d8-ef51-45b0-a748-bc064d659034\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da3ea80b-cc8e-4c7f-b64d-4dda08c94664\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815/ipConfigurations/ip950\",\r\n \"etag\": \"W/\\\"7abdd0d8-ef51-45b0-a748-bc064d659034\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\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\": \"bsm55ovvxeyutkp5to4xr4mwpd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NjkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3ODE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1237,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:56:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\"" + "W/\"7abdd0d8-ef51-45b0-a748-bc064d659034\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "08816cef-8492-474d-bd20-8c1da5b99032" + "301b5e6c-ff5f-473e-a102-4ef8e5c6e932" ], "x-ms-correlation-request-id": [ - "b139c838-7e71-42ea-9d32-b344f51c7d96" + "d700b876-376f-4697-9684-e899fe085d1c" ], "x-ms-arm-service-request-id": [ - "00132b89-c492-4e5a-a006-690d018a7ec5" + "ffd07f88-50b5-4fa6-9c42-6ca7e4cae6eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021930Z:b139c838-7e71-42ea-9d32-b344f51c7d96" + "EASTUS2:20211117T045604Z:d700b876-376f-4697-9684-e899fe085d1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:30 GMT" - ], "Content-Length": [ - "1633" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1281,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692\",\r\n \"etag\": \"W/\\\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3b6a7476-4451-4d30-a630-0cea69da655c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692/ipConfigurations/ip8584\",\r\n \"etag\": \"W/\\\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\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\": \"qcxcukcctejuhpp3s2nvegxzmg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7815\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815\",\r\n \"etag\": \"W/\\\"7abdd0d8-ef51-45b0-a748-bc064d659034\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da3ea80b-cc8e-4c7f-b64d-4dda08c94664\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815/ipConfigurations/ip950\",\r\n \"etag\": \"W/\\\"7abdd0d8-ef51-45b0-a748-bc064d659034\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\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\": \"bsm55ovvxeyutkp5to4xr4mwpd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0NjkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3ODE1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a815dfd5-4468-4b5c-9c29-affc82ec44e1" + "8e27d9bd-b425-4c33-a3ea-9acd80339c78" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1307,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:56:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\"" + "W/\"7abdd0d8-ef51-45b0-a748-bc064d659034\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8c3ae378-5a4b-4d23-a76f-15ae54e28a6c" + "5d49f2c6-ebb2-4220-b9ee-28c1e80a5df0" ], "x-ms-correlation-request-id": [ - "7d2b24c9-da1c-4558-8804-2d8cd93cc17d" + "fca540b3-5dba-40ba-a06a-30ba6887f0aa" ], "x-ms-arm-service-request-id": [ - "a7df1733-4c2c-417b-895a-854369977d21" + "34be422f-b344-422a-88b2-4d0fa549278e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021930Z:7d2b24c9-da1c-4558-8804-2d8cd93cc17d" + "EASTUS2:20211117T045604Z:fca540b3-5dba-40ba-a06a-30ba6887f0aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:30 GMT" - ], "Content-Length": [ - "1633" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,52 +1351,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4692\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692\",\r\n \"etag\": \"W/\\\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3b6a7476-4451-4d30-a630-0cea69da655c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/networkInterfaces/nic4692/ipConfigurations/ip8584\",\r\n \"etag\": \"W/\\\"00bbfb1a-55ad-4c18-8173-9387d0d0d857\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\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\": \"qcxcukcctejuhpp3s2nvegxzmg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7815\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815\",\r\n \"etag\": \"W/\\\"7abdd0d8-ef51-45b0-a748-bc064d659034\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da3ea80b-cc8e-4c7f-b64d-4dda08c94664\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/networkInterfaces/nic7815/ipConfigurations/ip950\",\r\n \"etag\": \"W/\\\"7abdd0d8-ef51-45b0-a748-bc064d659034\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\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\": \"bsm55ovvxeyutkp5to4xr4mwpd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTE2NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDI0OT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3206\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4345\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7673\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4417\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8417923-5812-4a57-9828-45d0352e95d2" + "f9dcd227-1995-47f9-bf50-541b1740c60d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1640" + "1641" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:56:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1278,29 +1412,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88f69e92-9443-4757-9072-b9a7ebf7687b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9abe7133-d3ec-45e6-8c72-b5688564a72b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "00005594-120a-4cd8-a450-0c9b78bdf5bf" + "bb28bcd9-1194-41a8-ad31-aa347726614e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021942Z:00005594-120a-4cd8-a450-0c9b78bdf5bf" + "EASTUS2:20211117T045615Z:bb28bcd9-1194-41a8-ad31-aa347726614e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:41 GMT" - ], "Content-Length": [ - "3424" + "3425" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,62 +1436,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3206\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4345\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f65a8d96-203b-447d-b7cd-9a5e03b86c3d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4249\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7673\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4417\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7ce6bd0d-c603-4c07-b2bc-5721d1d9c479\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4ZjY5ZTkyLTk0NDMtNDc1Ny05MDcyLWI5YTdlYmY3Njg3Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhYmU3MTMzLWQzZWMtNDVlNi04YzcyLWI1Njg4NTY0YTcyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:56:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "44deff30-5c6b-4499-b2ac-b4d1b2cf7e47" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "622f475a-4cdc-4233-badc-2e298608add7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "3b8c3443-da93-4578-b350-55db5329e449" + "7070c913-1638-4498-a691-2babdeb13c01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021952Z:3b8c3443-da93-4578-b350-55db5329e449" + "EASTUS2:20211117T045625Z:7070c913-1638-4498-a691-2babdeb13c01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:19:52 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1373,59 +1500,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:19:39.1715249+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88f69e92-9443-4757-9072-b9a7ebf7687b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:56:12.685394+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9abe7133-d3ec-45e6-8c72-b5688564a72b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4ZjY5ZTkyLTk0NDMtNDc1Ny05MDcyLWI5YTdlYmY3Njg3Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhYmU3MTMzLWQzZWMtNDVlNi04YzcyLWI1Njg4NTY0YTcyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:58:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "908a8547-db28-4508-b8e7-858fe4117eb5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1527bb7d-9410-419d-b51a-e2dc3073a272" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "e8a692cc-932e-473f-9694-ded9af918a94" + "e1af2ee7-e01c-4317-9f14-c2e26c7ad139" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022129Z:e8a692cc-932e-473f-9694-ded9af918a94" + "EASTUS2:20211117T045802Z:e1af2ee7-e01c-4317-9f14-c2e26c7ad139" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:21:28 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1434,59 +1561,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:19:39.1715249+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88f69e92-9443-4757-9072-b9a7ebf7687b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:56:12.685394+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9abe7133-d3ec-45e6-8c72-b5688564a72b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4ZjY5ZTkyLTk0NDMtNDc1Ny05MDcyLWI5YTdlYmY3Njg3Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhYmU3MTMzLWQzZWMtNDVlNi04YzcyLWI1Njg4NTY0YTcyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:59:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55930023-ecea-49ea-9cd6-9032db213945" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6cd3094d-a951-4106-a620-79f2e819b83f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "f6304454-f6b2-4a4f-a6db-500cb49136d6" + "c9467438-c917-4e01-9573-b07284cc314a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022306Z:f6304454-f6b2-4a4f-a6db-500cb49136d6" + "EASTUS2:20211117T045940Z:c9467438-c917-4e01-9573-b07284cc314a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:23:06 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1495,59 +1622,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:19:39.1715249+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88f69e92-9443-4757-9072-b9a7ebf7687b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:56:12.685394+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9abe7133-d3ec-45e6-8c72-b5688564a72b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4ZjY5ZTkyLTk0NDMtNDc1Ny05MDcyLWI5YTdlYmY3Njg3Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhYmU3MTMzLWQzZWMtNDVlNi04YzcyLWI1Njg4NTY0YTcyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:01:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a36035fb-21f2-48f9-b414-8b6a1820242b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "13736b55-ef05-401e-b3e6-35e167154a93" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "7a555e01-99c2-44c0-8852-cee626be810d" + "2b8a88b9-4530-4c99-b1da-42500a648869" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022444Z:7a555e01-99c2-44c0-8852-cee626be810d" + "EASTUS2:20211117T050117Z:2b8a88b9-4530-4c99-b1da-42500a648869" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:24:44 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1556,59 +1683,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:19:39.1715249+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88f69e92-9443-4757-9072-b9a7ebf7687b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:56:12.685394+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9abe7133-d3ec-45e6-8c72-b5688564a72b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4ZjY5ZTkyLTk0NDMtNDc1Ny05MDcyLWI5YTdlYmY3Njg3Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhYmU3MTMzLWQzZWMtNDVlNi04YzcyLWI1Njg4NTY0YTcyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:02:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6eff91d-bf56-46f7-9d24-7e1789e3e5f3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ae44a1d0-5e3c-48a6-ab25-0033865ea7ff" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "1a36bba1-a852-4b0a-8aa5-abdbbbe4858f" + "23394193-4b90-4702-91aa-ae9ff21ce902" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022621Z:1a36bba1-a852-4b0a-8aa5-abdbbbe4858f" + "EASTUS2:20211117T050254Z:23394193-4b90-4702-91aa-ae9ff21ce902" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:26:21 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1617,59 +1744,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:19:39.1715249+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88f69e92-9443-4757-9072-b9a7ebf7687b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:56:12.685394+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9abe7133-d3ec-45e6-8c72-b5688564a72b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4ZjY5ZTkyLTk0NDMtNDc1Ny05MDcyLWI5YTdlYmY3Njg3Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhYmU3MTMzLWQzZWMtNDVlNi04YzcyLWI1Njg4NTY0YTcyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:04:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4c888ae-84e7-4ede-a8b5-d227afa94b3b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2fc87f85-18fb-4d76-9e66-26f8c984a90b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "e9e59e11-d959-4d06-a64a-fc257ea7aeaf" + "12a3dbd6-a96c-473d-bb37-1c884d7fde6a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022758Z:e9e59e11-d959-4d06-a64a-fc257ea7aeaf" + "EASTUS2:20211117T050432Z:12a3dbd6-a96c-473d-bb37-1c884d7fde6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:27:57 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1678,59 +1805,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:19:39.1715249+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88f69e92-9443-4757-9072-b9a7ebf7687b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:56:12.685394+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9abe7133-d3ec-45e6-8c72-b5688564a72b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/88f69e92-9443-4757-9072-b9a7ebf7687b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4ZjY5ZTkyLTk0NDMtNDc1Ny05MDcyLWI5YTdlYmY3Njg3Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/9abe7133-d3ec-45e6-8c72-b5688564a72b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhYmU3MTMzLWQzZWMtNDVlNi04YzcyLWI1Njg4NTY0YTcyYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66b599a4-245c-4e97-b0cd-bbe15d6c6c6f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "70a5baf6-f33c-48f2-b92f-7af158eed260" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "7c3f9106-0993-405b-a01e-a06125fa1657" + "804cf526-2559-4ee4-8d4a-3c1b21e5dc9b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022936Z:7c3f9106-0993-405b-a01e-a06125fa1657" + "EASTUS2:20211117T050609Z:804cf526-2559-4ee4-8d4a-3c1b21e5dc9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:29:36 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,59 +1866,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:19:39.1715249+00:00\",\r\n \"endTime\": \"2021-06-29T02:28:50.7330814+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"88f69e92-9443-4757-9072-b9a7ebf7687b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:56:12.685394+00:00\",\r\n \"endTime\": \"2021-11-17T05:05:32.4819599+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9abe7133-d3ec-45e6-8c72-b5688564a72b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTE2NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDI0OT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2585" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60b79dca-c594-4532-bd09-d332da80e600" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "be09e273-9442-4640-b60c-e6f94a565eda" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "94d0e985-38aa-4ea1-a5f2-e5358f3b0c94" + "55385e57-995a-454e-9f63-d1ef69ab9677" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022936Z:94d0e985-38aa-4ea1-a5f2-e5358f3b0c94" + "EASTUS2:20211117T050609Z:55385e57-995a-454e-9f63-d1ef69ab9677" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:29:36 GMT" - ], "Content-Length": [ - "3425" + "3426" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,65 +1927,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3206\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4345\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f65a8d96-203b-447d-b7cd-9a5e03b86c3d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4249\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7673\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4417\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7ce6bd0d-c603-4c07-b2bc-5721d1d9c479\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTE2NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDI0OT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b548b0e7-d42f-48ef-8fc8-08865720587d" + "33ee3027-b461-4192-8b48-283e1d329b7d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2584" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04397e1a-aa3d-4ce8-9924-1b66bf5bb364" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14000949-93e1-4cf2-a23b-b92e4d8caeb6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "14ed8714-e496-4f9d-82a3-957c25fc0795" + "c52c7809-873f-47df-86b6-500923916384" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022936Z:14ed8714-e496-4f9d-82a3-957c25fc0795" + "EASTUS2:20211117T050609Z:c52c7809-873f-47df-86b6-500923916384" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:29:36 GMT" - ], "Content-Length": [ - "3425" + "3426" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,43 +1994,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1165\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3206\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4345\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Network/virtualNetworks/vn4908/subnets/sn484\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f65a8d96-203b-447d-b7cd-9a5e03b86c3d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4249\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7673\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4417\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Network/virtualNetworks/vn4944/subnets/sn2840\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7ce6bd0d-c603-4c07-b2bc-5721d1d9c479\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTE2NS9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDI0OS9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0588e142-50e2-4677-b875-c4d204534c2e" + "ca5e6eae-dc26-4b64-ba10-36caf781e2bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8f6be620-f30d-4071-9920-43ca5fd1f47c?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab000b4-49da-4187-b2b2-e46109accfe9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8f6be620-f30d-4071-9920-43ca5fd1f47c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab000b4-49da-4187-b2b2-e46109accfe9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1912,57 +2046,57 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f6be620-f30d-4071-9920-43ca5fd1f47c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ab000b4-49da-4187-b2b2-e46109accfe9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "ab4093fd-a7d2-483d-8cf0-f62f10491810" + "5238c78a-c5e9-49dc-8fb4-938fa492b3b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T022936Z:ab4093fd-a7d2-483d-8cf0-f62f10491810" + "EASTUS2:20211117T050610Z:5238c78a-c5e9-49dc-8fb4-938fa492b3b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:29:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8f6be620-f30d-4071-9920-43ca5fd1f47c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmNmJlNjIwLWYzMGQtNDA3MS05OTIwLTQzY2E1ZmQxZjQ3Yz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab000b4-49da-4187-b2b2-e46109accfe9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhYjAwMGI0LTQ5ZGEtNDE4Ny1iMmIyLWU0NjEwOWFjY2ZlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" ], @@ -1970,27 +2104,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1bb946ef-f5d3-421b-a5f0-5c7fd9b5daa0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "97724b41-a551-4b39-be96-a3757175fa10" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "beba12af-71b2-4dea-abc3-abb0eb835a7a" + "ea1c3485-5964-42f8-a618-694534698b00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023007Z:beba12af-71b2-4dea-abc3-abb0eb835a7a" + "EASTUS2:20211117T050640Z:ea1c3485-5964-42f8-a618-694534698b00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:06 GMT" - ], "Content-Length": [ "184" ], @@ -2001,29 +2128,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:29:36.7329947+00:00\",\r\n \"endTime\": \"2021-06-29T02:29:37.0454772+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8f6be620-f30d-4071-9920-43ca5fd1f47c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:06:10.0131762+00:00\",\r\n \"endTime\": \"2021-11-17T05:06:10.4351027+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5ab000b4-49da-4187-b2b2-e46109accfe9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8f6be620-f30d-4071-9920-43ca5fd1f47c?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmNmJlNjIwLWYzMGQtNDA3MS05OTIwLTQzY2E1ZmQxZjQ3Yz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5ab000b4-49da-4187-b2b2-e46109accfe9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhYjAwMGI0LTQ5ZGEtNDE4Ny1iMmIyLWU0NjEwOWFjY2ZlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" ], @@ -2031,71 +2165,71 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "832aa755-bcdc-4f97-ba1d-53672a0367a1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a5ed5d17-ee3c-445d-a3b1-ca1a2d5fd9a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "4b55b8ea-3101-43f6-aa81-a7039035d25c" + "89dd9af8-3580-4529-9118-314aad978c39" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023007Z:4b55b8ea-3101-43f6-aa81-a7039035d25c" + "EASTUS2:20211117T050640Z:89dd9af8-3580-4529-9118-314aad978c39" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar82901/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1165/poweroff?skipShutdown=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyOTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTE2NS9wb3dlcm9mZj9za2lwU2h1dGRvd249dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar30841/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4249/poweroff?skipShutdown=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwODQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDI0OS9wb3dlcm9mZj9za2lwU2h1dGRvd249dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f333fe1-401c-44fe-b590-acc535292e36" + "184b94a3-1474-4eda-b038-0f8b2b9ce9f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c87addb5-0231-4f20-8367-eaed9497d9e8?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/839a7d8b-4aba-45c2-8c48-3a053f95c275?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "5" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c87addb5-0231-4f20-8367-eaed9497d9e8?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/839a7d8b-4aba-45c2-8c48-3a053f95c275?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2107,60 +2241,60 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c87addb5-0231-4f20-8367-eaed9497d9e8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "839a7d8b-4aba-45c2-8c48-3a053f95c275" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "e9b17e41-8b64-49b8-a37f-cc981ec5940e" + "945b0842-34fc-4915-9c53-f315f243d191" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023007Z:e9b17e41-8b64-49b8-a37f-cc981ec5940e" + "EASTUS2:20211117T050640Z:945b0842-34fc-4915-9c53-f315f243d191" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c87addb5-0231-4f20-8367-eaed9497d9e8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M4N2FkZGI1LTAyMzEtNGYyMC04MzY3LWVhZWQ5NDk3ZDllOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/839a7d8b-4aba-45c2-8c48-3a053f95c275?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzOWE3ZDhiLTRhYmEtNDVjMi04YzQ4LTNhMDUzZjk1YzI3NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:06:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "5" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" ], @@ -2168,29 +2302,144 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b839076-b4fa-44d6-8a16-7f363461eadc" + "fbeb77cc-1865-49f3-9e56-c0d17912495b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "7845f818-48b8-4d03-ab66-af1f45c2dab6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T050646Z:7845f818-48b8-4d03-ab66-af1f45c2dab6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:06:40.8256233+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"839a7d8b-4aba-45c2-8c48-3a053f95c275\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/839a7d8b-4aba-45c2-8c48-3a053f95c275?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzOWE3ZDhiLTRhYmEtNDVjMi04YzQ4LTNhMDUzZjk1YzI3NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:06:50 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ad188489-cd33-4307-bb72-b488c8fc6c77" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-correlation-request-id": [ - "b143302f-226b-46ab-beac-a023f9373297" + "7163ef76-b43f-4f8c-9591-0ff9e0fa5e57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023012Z:b143302f-226b-46ab-beac-a023f9373297" + "EASTUS2:20211117T050651Z:7163ef76-b43f-4f8c-9591-0ff9e0fa5e57" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:06:40.8256233+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"839a7d8b-4aba-45c2-8c48-3a053f95c275\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/839a7d8b-4aba-45c2-8c48-3a053f95c275?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzOWE3ZDhiLTRhYmEtNDVjMi04YzQ4LTNhMDUzZjk1YzI3NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 02:30:12 GMT" + "Wed, 17 Nov 2021 05:06:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29981" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b0b0927e-bbdb-48e6-8933-2875d5bc5220" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "5397e6cd-ef4b-401e-b135-b6f61c9e8916" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T050656Z:5397e6cd-ef4b-401e-b135-b6f61c9e8916" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2199,205 +2448,425 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:30:07.5140166+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c87addb5-0231-4f20-8367-eaed9497d9e8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T05:06:40.8256233+00:00\",\r\n \"endTime\": \"2021-11-17T05:06:51.7162679+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"839a7d8b-4aba-45c2-8c48-3a053f95c275\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/839a7d8b-4aba-45c2-8c48-3a053f95c275?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzOWE3ZDhiLTRhYmEtNDVjMi04YzQ4LTNhMDUzZjk1YzI3NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:06:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3f7d1ab9-5de7-4f11-a63b-088a2ed0350b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "d6c7aa36-0fcd-4597-bafe-79a4b859df83" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T050656Z:d6c7aa36-0fcd-4597-bafe-79a4b859df83" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c87addb5-0231-4f20-8367-eaed9497d9e8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M4N2FkZGI1LTAyMzEtNGYyMC04MzY3LWVhZWQ5NDk3ZDllOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar30841?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwODQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3212acd8-8401-4581-9190-1d762b31b13c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:07:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "e7b34672-c53d-4e9b-b139-25b1f666a210" + ], + "x-ms-correlation-request-id": [ + "e7b34672-c53d-4e9b-b139-25b1f666a210" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T050702Z:e7b34672-c53d-4e9b-b139-25b1f666a210" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:07:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "292e8130-a387-4e58-af86-f688a4c7ff5c" + ], + "x-ms-correlation-request-id": [ + "292e8130-a387-4e58-af86-f688a4c7ff5c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T050718Z:292e8130-a387-4e58-af86-f688a4c7ff5c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:07:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "3e8dfb59-f154-4c5c-96d7-2cd59ecdd7b0" + ], + "x-ms-correlation-request-id": [ + "3e8dfb59-f154-4c5c-96d7-2cd59ecdd7b0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T050733Z:3e8dfb59-f154-4c5c-96d7-2cd59ecdd7b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 05:07:48 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4e007771-f9ff-4ca8-b50e-1bceb97346a9" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11997" + ], + "x-ms-request-id": [ + "2ed0c664-9095-4f09-9f96-c1823c038e7e" ], "x-ms-correlation-request-id": [ - "6184f1be-812e-49dc-b49a-b45e9ff3b566" + "2ed0c664-9095-4f09-9f96-c1823c038e7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023018Z:6184f1be-812e-49dc-b49a-b45e9ff3b566" + "EASTUS2:20211117T050749Z:2ed0c664-9095-4f09-9f96-c1823c038e7e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:17 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:30:07.5140166+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c87addb5-0231-4f20-8367-eaed9497d9e8\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c87addb5-0231-4f20-8367-eaed9497d9e8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M4N2FkZGI1LTAyMzEtNGYyMC04MzY3LWVhZWQ5NDk3ZDllOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:08:04 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29981" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e220bd5e-778d-4ac5-b9b9-f844f8e9a4c1" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11996" + ], + "x-ms-request-id": [ + "2406fd18-e371-4b2d-8638-3fbd7fa344a8" ], "x-ms-correlation-request-id": [ - "cf47b67a-9500-4a8c-929d-b4d4ff2c703a" + "2406fd18-e371-4b2d-8638-3fbd7fa344a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023023Z:cf47b67a-9500-4a8c-929d-b4d4ff2c703a" + "EASTUS2:20211117T050804Z:2406fd18-e371-4b2d-8638-3fbd7fa344a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:22 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:30:07.5140166+00:00\",\r\n \"endTime\": \"2021-06-29T02:30:18.9827723+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c87addb5-0231-4f20-8367-eaed9497d9e8\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c87addb5-0231-4f20-8367-eaed9497d9e8?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M4N2FkZGI1LTAyMzEtNGYyMC04MzY3LWVhZWQ5NDk3ZDllOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:08:19 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29980" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "ef3f3c83-2a96-4890-a962-c6a8ba955391" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11995" + ], + "x-ms-request-id": [ + "a37b8a06-609d-499f-81e9-11c665116173" ], "x-ms-correlation-request-id": [ - "e23ba216-20b1-4d51-850b-07217ec67f71" + "a37b8a06-609d-499f-81e9-11c665116173" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023023Z:e23ba216-20b1-4d51-850b-07217ec67f71" + "EASTUS2:20211117T050820Z:a37b8a06-609d-499f-81e9-11c665116173" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar82901?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyOTAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "63909ddc-7b3a-4974-8d32-a4e4755f97e8" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2405,26 +2874,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:08:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-request-id": [ - "ab590fe0-80cc-4f41-bf57-b41a1299ba1e" + "bcf3e431-f8ea-4722-8c02-0ecb98b0db82" ], "x-ms-correlation-request-id": [ - "ab590fe0-80cc-4f41-bf57-b41a1299ba1e" + "bcf3e431-f8ea-4722-8c02-0ecb98b0db82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023028Z:ab590fe0-80cc-4f41-bf57-b41a1299ba1e" + "EASTUS2:20211117T050835Z:bcf3e431-f8ea-4722-8c02-0ecb98b0db82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2432,29 +2904,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2462,26 +2931,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:08:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-request-id": [ - "5d2a7000-e37f-4d4b-9c67-2042785770b7" + "2c7a8596-6e63-4678-8e47-68ed03d2d1ad" ], "x-ms-correlation-request-id": [ - "5d2a7000-e37f-4d4b-9c67-2042785770b7" + "2c7a8596-6e63-4678-8e47-68ed03d2d1ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023043Z:5d2a7000-e37f-4d4b-9c67-2042785770b7" + "EASTUS2:20211117T050850Z:2c7a8596-6e63-4678-8e47-68ed03d2d1ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2489,29 +2961,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2519,26 +2988,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:09:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "2ff6e3ed-6c10-4487-92d0-6fae00d34d91" + "a144279f-f55f-4108-90ed-9d0a32de665f" ], "x-ms-correlation-request-id": [ - "2ff6e3ed-6c10-4487-92d0-6fae00d34d91" + "a144279f-f55f-4108-90ed-9d0a32de665f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023059Z:2ff6e3ed-6c10-4487-92d0-6fae00d34d91" + "EASTUS2:20211117T050906Z:a144279f-f55f-4108-90ed-9d0a32de665f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2546,29 +3018,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:30:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2576,26 +3045,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:09:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "76cbfed8-4ea8-4941-aaea-ea38fb4411f2" + "d04f7f64-823b-470f-b0bf-5a2348130b4a" ], "x-ms-correlation-request-id": [ - "76cbfed8-4ea8-4941-aaea-ea38fb4411f2" + "d04f7f64-823b-470f-b0bf-5a2348130b4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023114Z:76cbfed8-4ea8-4941-aaea-ea38fb4411f2" + "EASTUS2:20211117T050921Z:d04f7f64-823b-470f-b0bf-5a2348130b4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2603,29 +3075,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:31:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2633,26 +3102,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:09:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "02cdf657-efde-494e-a471-6e7b61548c84" + "7c556658-2c6f-4c07-bbe5-a345c03b6a24" ], "x-ms-correlation-request-id": [ - "02cdf657-efde-494e-a471-6e7b61548c84" + "7c556658-2c6f-4c07-bbe5-a345c03b6a24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023130Z:02cdf657-efde-494e-a471-6e7b61548c84" + "EASTUS2:20211117T050937Z:7c556658-2c6f-4c07-bbe5-a345c03b6a24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2660,29 +3132,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:31:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2690,26 +3159,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:09:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "7487fbad-8653-4357-9ba7-7a0807492ca3" + "2ec132b3-e43b-4cee-922d-e4e3b0e0c38c" ], "x-ms-correlation-request-id": [ - "7487fbad-8653-4357-9ba7-7a0807492ca3" + "2ec132b3-e43b-4cee-922d-e4e3b0e0c38c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023145Z:7487fbad-8653-4357-9ba7-7a0807492ca3" + "EASTUS2:20211117T050952Z:2ec132b3-e43b-4cee-922d-e4e3b0e0c38c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2717,29 +3189,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:31:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2747,26 +3216,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:10:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "a21ab3da-defa-4563-ac5d-3d41db315c74" + "29fd7d52-fa0b-4dea-bf10-5118879242fa" ], "x-ms-correlation-request-id": [ - "a21ab3da-defa-4563-ac5d-3d41db315c74" + "29fd7d52-fa0b-4dea-bf10-5118879242fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023201Z:a21ab3da-defa-4563-ac5d-3d41db315c74" + "EASTUS2:20211117T051008Z:29fd7d52-fa0b-4dea-bf10-5118879242fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2774,29 +3246,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:32:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2804,26 +3273,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:10:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11987" ], "x-ms-request-id": [ - "bb331e31-41ff-4223-b39b-7581d7999463" + "7500d3a9-df67-443f-b4d7-51b67e13a962" ], "x-ms-correlation-request-id": [ - "bb331e31-41ff-4223-b39b-7581d7999463" + "7500d3a9-df67-443f-b4d7-51b67e13a962" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023216Z:bb331e31-41ff-4223-b39b-7581d7999463" + "EASTUS2:20211117T051023Z:7500d3a9-df67-443f-b4d7-51b67e13a962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2831,29 +3303,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:32:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2861,26 +3330,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:10:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11986" ], "x-ms-request-id": [ - "dfd4856f-8e11-4181-9305-25b06433ac17" + "37c8775c-a866-4315-a96d-4794f7957e3b" ], "x-ms-correlation-request-id": [ - "dfd4856f-8e11-4181-9305-25b06433ac17" + "37c8775c-a866-4315-a96d-4794f7957e3b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023232Z:dfd4856f-8e11-4181-9305-25b06433ac17" + "EASTUS2:20211117T051039Z:37c8775c-a866-4315-a96d-4794f7957e3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2888,29 +3360,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:32:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2918,26 +3387,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:10:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11985" ], "x-ms-request-id": [ - "06cd43b6-7e08-417a-b594-7b7745f6e31d" + "154f48b9-376c-458a-ada6-9c7f96cf068a" ], "x-ms-correlation-request-id": [ - "06cd43b6-7e08-417a-b594-7b7745f6e31d" + "154f48b9-376c-458a-ada6-9c7f96cf068a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023247Z:06cd43b6-7e08-417a-b594-7b7745f6e31d" + "EASTUS2:20211117T051054Z:154f48b9-376c-458a-ada6-9c7f96cf068a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2945,29 +3417,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:32:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2975,26 +3444,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:11:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11984" ], "x-ms-request-id": [ - "efe4c37b-d5d1-4683-a1f3-810522e362c9" + "d3f334a2-064a-4818-b81f-8a01cd517d32" ], "x-ms-correlation-request-id": [ - "efe4c37b-d5d1-4683-a1f3-810522e362c9" + "d3f334a2-064a-4818-b81f-8a01cd517d32" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023302Z:efe4c37b-d5d1-4683-a1f3-810522e362c9" + "EASTUS2:20211117T051110Z:d3f334a2-064a-4818-b81f-8a01cd517d32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3002,29 +3474,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:33:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3032,26 +3501,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:11:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11983" ], "x-ms-request-id": [ - "74c65a4c-89e2-48eb-9527-57049f6eee86" + "92cd765c-a6aa-44e0-802d-84766bb63ed5" ], "x-ms-correlation-request-id": [ - "74c65a4c-89e2-48eb-9527-57049f6eee86" + "92cd765c-a6aa-44e0-802d-84766bb63ed5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023318Z:74c65a4c-89e2-48eb-9527-57049f6eee86" + "EASTUS2:20211117T051125Z:92cd765c-a6aa-44e0-802d-84766bb63ed5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3059,29 +3531,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:33:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3089,26 +3558,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:11:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11982" ], "x-ms-request-id": [ - "8c2fba7a-eaba-4e02-a0f3-6ea8ca853a6a" + "16ab9c64-d5cc-4027-96b6-e1ad8df66b92" ], "x-ms-correlation-request-id": [ - "8c2fba7a-eaba-4e02-a0f3-6ea8ca853a6a" + "16ab9c64-d5cc-4027-96b6-e1ad8df66b92" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023334Z:8c2fba7a-eaba-4e02-a0f3-6ea8ca853a6a" + "EASTUS2:20211117T051140Z:16ab9c64-d5cc-4027-96b6-e1ad8df66b92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3116,29 +3588,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:33:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3146,26 +3615,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:11:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11981" ], "x-ms-request-id": [ - "8819348d-7f0a-4b64-9da9-e4ca0d4b99b1" + "46de61e5-b450-4871-9086-720f2d2938e8" ], "x-ms-correlation-request-id": [ - "8819348d-7f0a-4b64-9da9-e4ca0d4b99b1" + "46de61e5-b450-4871-9086-720f2d2938e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023349Z:8819348d-7f0a-4b64-9da9-e4ca0d4b99b1" + "EASTUS2:20211117T051157Z:46de61e5-b450-4871-9086-720f2d2938e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3173,29 +3645,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:33:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3203,20 +3672,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:12:11 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11980" ], "x-ms-request-id": [ - "c4f70c6d-b5ea-4d43-824b-c97f34db7dac" + "c2c462d0-5cf9-4d07-a82e-1707e93058cb" ], "x-ms-correlation-request-id": [ - "c4f70c6d-b5ea-4d43-824b-c97f34db7dac" + "c2c462d0-5cf9-4d07-a82e-1707e93058cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023405Z:c4f70c6d-b5ea-4d43-824b-c97f34db7dac" + "EASTUS2:20211117T051212Z:c2c462d0-5cf9-4d07-a82e-1707e93058cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3224,29 +3696,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjkwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWprd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDg0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TURnME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3254,20 +3723,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 05:12:12 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11979" ], "x-ms-request-id": [ - "0086db1f-eaf3-432d-a01b-e100e82caa2c" + "ae58016d-8b01-496a-ba1f-7ec6e13a4a4e" ], "x-ms-correlation-request-id": [ - "0086db1f-eaf3-432d-a01b-e100e82caa2c" + "ae58016d-8b01-496a-ba1f-7ec6e13a4a4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T023405Z:0086db1f-eaf3-432d-a01b-e100e82caa2c" + "EASTUS2:20211117T051213Z:ae58016d-8b01-496a-ba1f-7ec6e13a4a4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3275,14 +3747,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:34:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3291,27 +3760,27 @@ ], "Names": { "TestVMScaleSetOperations_PowerOffWithSkipShutdown": [ - "crptestar8290", - "vmss1165", - "crptestar9530" + "crptestar3084", + "vmss4249", + "crptestar7175" ], "CreatePublicIP": [ - "pip8727", - "dn869" + "pip328", + "dn4497" ], "CreateVNET": [ - "vn4908", - "sn484" + "vn4944", + "sn2840" ], "CreateNIC": [ - "nic4692", - "ip8584" + "nic7815", + "ip950" ], "CreateDefaultVMScaleSetInput": [ - "crptestar4234", - "vmss725", - "vmsstestnetconfig3206", - "vmsstestnetconfig4345" + "crptestar8809", + "vmss4721", + "vmsstestnetconfig7673", + "vmsstestnetconfig4417" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_Redeploy.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_Redeploy.json index 17f6156b99c6b..c70ab7e64ed2f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_Redeploy.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetOperationalTests/TestVMScaleSetOperations_Redeploy.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09f62985-93e4-4a73-a986-cbca888c48c7" + "ff4b3ba8-d5d5-4c9c-a485-361b21148e85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "c0cbd4bd-56cd-43e0-915a-b4aaa62dab4a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "55791028-5054-46af-a4cf-eb6fa56c63bb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "d7494351-b149-411b-a031-940ad67d0f36" + "74e77629-b396-4b1c-bb7c-2184a3157207" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020314Z:d7494351-b149-411b-a031-940ad67d0f36" + "EASTUS2:20211117T044111Z:74e77629-b396-4b1c-bb7c-2184a3157207" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:14 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84231?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0MjMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar32081?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar84231\": \"2021-06-29 02:03:14Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar32081\": \"2021-11-17 04:41:11Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3efb856-e90e-42ca-b597-d3b8efe0f29d" + "0b2b0c98-b5d9-4222-a229-a3bd97901841" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "742ed62c-dd49-48fd-b0aa-631ca0b3c13b" + "fd85b99a-c302-42af-bf31-993303b53a7f" ], "x-ms-correlation-request-id": [ - "742ed62c-dd49-48fd-b0aa-631ca0b3c13b" + "fd85b99a-c302-42af-bf31-993303b53a7f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020314Z:742ed62c-dd49-48fd-b0aa-631ca0b3c13b" + "EASTUS2:20211117T044111Z:fd85b99a-c302-42af-bf31-993303b53a7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:14 GMT" - ], "Content-Length": [ "231" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231\",\r\n \"name\": \"crptestar84231\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar84231\": \"2021-06-29 02:03:14Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081\",\r\n \"name\": \"crptestar32081\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar32081\": \"2021-11-17 04:41:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84231?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0MjMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar32081?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3720a96a-3230-4645-94f5-fb041bf2b121" + "5587d43c-695d-4fb5-a769-2965f938b5d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:39 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "fb7cb06a-0e28-466c-8169-daf13e6da453" + "e91f500d-2b82-4ced-b05b-a1f73b878a9d" ], "x-ms-correlation-request-id": [ - "fb7cb06a-0e28-466c-8169-daf13e6da453" + "e91f500d-2b82-4ced-b05b-a1f73b878a9d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020344Z:fb7cb06a-0e28-466c-8169-daf13e6da453" + "EASTUS2:20211117T044140Z:e91f500d-2b82-4ced-b05b-a1f73b878a9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:43 GMT" - ], "Content-Length": [ "182" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231\",\r\n \"name\": \"crptestar84231\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081\",\r\n \"name\": \"crptestar32081\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Storage/storageAccounts/crptestar9729?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTcyOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Storage/storageAccounts/crptestar9341?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTM0MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0f2f9f7-78af-4f77-8382-8d92d483cb70" + "c61d423d-269a-4988-931a-c9f2d4260572" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d085858-4f20-4a42-99df-64c120f0ebea?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/943dcfbb-27bc-4e76-b930-440c49b2fa50?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1d085858-4f20-4a42-99df-64c120f0ebea" + "943dcfbb-27bc-4e76-b930-440c49b2fa50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "9d6db6b1-51ff-4c18-b185-5eb30e2203a2" + "71f55b41-5fd7-46c5-a273-d9fa5a9c5d00" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020316Z:9d6db6b1-51ff-4c18-b185-5eb30e2203a2" + "EASTUS2:20211117T044113Z:71f55b41-5fd7-46c5-a273-d9fa5a9c5d00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:16 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d085858-4f20-4a42-99df-64c120f0ebea?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMWQwODU4NTgtNGYyMC00YTQyLTk5ZGYtNjRjMTIwZjBlYmVhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/943dcfbb-27bc-4e76-b930-440c49b2fa50?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvOTQzZGNmYmItMjdiYy00ZTc2LWI5MzAtNDQwYzQ5YjJmYTUwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b972b009-649e-4e50-bc98-789e528836fd" + "395bcbd7-3404-4be7-b285-5d44ae90cc92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "676650e3-af3a-4632-8840-463bab6ef6e7" + "00b85c4b-d6df-435c-a26d-ca65203ada5a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020333Z:676650e3-af3a-4632-8840-463bab6ef6e7" + "EASTUS2:20211117T044130Z:00b85c4b-d6df-435c-a26d-ca65203ada5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:33 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e38f4adf-dccd-49e5-8c55-8ac742520f87" + "e9234215-7575-4ed2-991f-fe4b0b7cedb6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "665f109a-5941-431f-a297-2599de17f880" + "31620ebb-08b9-4a03-8f15-176506f12756" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "e1a86b06-4d72-41e0-9558-f4029bb42f30" + "35878b29-2564-4e3c-96a7-0b601b83092c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020343Z:e1a86b06-4d72-41e0-9558-f4029bb42f30" + "EASTUS2:20211117T044140Z:35878b29-2564-4e3c-96a7-0b601b83092c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:43 GMT" - ], "Content-Length": [ "742" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Storage/storageAccounts/crptestar9729\",\r\n \"name\": \"crptestar9729\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T02:03:15.0801008Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9729.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9729.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9729.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9729.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Storage/storageAccounts/crptestar9341\",\r\n \"name\": \"crptestar9341\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:41:11.6446296Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9341.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9341.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9341.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9341.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Storage/storageAccounts/crptestar9729?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTcyOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Storage/storageAccounts/crptestar9341?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTM0MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6497e589-5a66-4bee-9428-7dd9ffbb12fd" + "e78ea9cd-5db5-48f4-8d64-ce0688c0a438" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6e73909c-be6d-461f-b325-6419b16bcb3c" + "a50d9d1c-45bf-4c90-8941-3f4c81922312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "21c6d009-41cc-491c-b263-35ee66ec6e82" + "998ba5a3-d5f3-4831-979f-73096c9072ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020343Z:21c6d009-41cc-491c-b263-35ee66ec6e82" + "EASTUS2:20211117T044140Z:998ba5a3-d5f3-4831-979f-73096c9072ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:43 GMT" - ], "Content-Length": [ "730" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Storage/storageAccounts/crptestar9729\",\r\n \"name\": \"crptestar9729\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T02:03:15.0801008Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9729.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9729.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9729.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9729.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Storage/storageAccounts/crptestar9341\",\r\n \"name\": \"crptestar9341\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T04:41:11.6446296Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9341.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9341.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9341.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9341.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/publicIPAddresses/pip8183?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MTgzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/publicIPAddresses/pip5173?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6783\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2939\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39b0c0e8-c538-42a2-b9b9-58a5647fb6ab" + "f991996d-2b53-43f6-8385-d487ca0197c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "17026ca8-ff3b-4e5c-bd21-c4153e6b49ed" + "380a66dd-0e58-47c4-a941-71fdead5eec7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/17026ca8-ff3b-4e5c-bd21-c4153e6b49ed?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/380a66dd-0e58-47c4-a941-71fdead5eec7?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c9e9eb9b-95dc-4d24-ba0f-b52d6a89a40e" + "ea5947a3-c224-4b28-bc9c-0ff54632e704" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bcd25ff1-d60f-4942-9a9f-944746d37f39" + "8f0fb6d4-095c-4467-a476-0de02be10dc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020344Z:c9e9eb9b-95dc-4d24-ba0f-b52d6a89a40e" + "EASTUS2:20211117T044141Z:ea5947a3-c224-4b28-bc9c-0ff54632e704" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:44 GMT" - ], "Content-Length": [ "758" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8183\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/publicIPAddresses/pip8183\",\r\n \"etag\": \"W/\\\"10849489-7228-4bd3-a60b-19dbf7633e2f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a287ca59-0152-45f5-b18e-fdb928d77088\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6783\",\r\n \"fqdn\": \"dn6783.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/publicIPAddresses/pip5173\",\r\n \"etag\": \"W/\\\"6b05c5da-42a0-4b14-baca-eff521dfc39e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2d76c577-aa12-4008-8625-9eedf81e5354\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2939\",\r\n \"fqdn\": \"dn2939.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/17026ca8-ff3b-4e5c-bd21-c4153e6b49ed?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE3MDI2Y2E4LWZmM2ItNGU1Yy1iZDIxLWM0MTUzZTZiNDllZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/380a66dd-0e58-47c4-a941-71fdead5eec7?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM4MGE2NmRkLTBlNTgtNDdjNC1hOTQxLTcxZmRlYWQ1ZWVjNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "12562599-ee1b-4624-b698-5e576ea8bf83" + "c924d74f-a979-489d-9c6d-391015cd45bc" ], "x-ms-correlation-request-id": [ - "dd300d2d-2b20-4827-a6ef-6a1f96f4367c" + "f67fd1bd-1c59-4866-bcac-6582f300c319" ], "x-ms-arm-service-request-id": [ - "82fac2f7-6515-43c0-a2bd-08d8dfd73f07" + "d3c6a53e-ac7c-4b5d-acb1-c7148cf6fb11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020346Z:dd300d2d-2b20-4827-a6ef-6a1f96f4367c" + "EASTUS2:20211117T044142Z:f67fd1bd-1c59-4866-bcac-6582f300c319" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:45 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/publicIPAddresses/pip8183?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MTgzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/publicIPAddresses/pip5173?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"014d0c7f-f879-49fc-af88-55640f1cb940\"" + "W/\"5f082d15-cfba-4983-b6a0-4821a7541daa\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d3ee4b81-f75b-46a9-b728-cc1e7aec99e1" + "d7627c96-f942-427d-800c-c2a9a5f06174" ], "x-ms-correlation-request-id": [ - "80292994-fe62-4c70-b8fc-a2d884a9f1f7" + "cd2b4ed4-28b9-446d-8c9b-dca764f4cff3" ], "x-ms-arm-service-request-id": [ - "cc78f8ff-c248-469c-b785-28dfb9b46042" + "a894ba33-e836-477e-9c96-81b7dbcd8471" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020346Z:80292994-fe62-4c70-b8fc-a2d884a9f1f7" + "EASTUS2:20211117T044142Z:cd2b4ed4-28b9-446d-8c9b-dca764f4cff3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:45 GMT" - ], "Content-Length": [ "759" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8183\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/publicIPAddresses/pip8183\",\r\n \"etag\": \"W/\\\"014d0c7f-f879-49fc-af88-55640f1cb940\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a287ca59-0152-45f5-b18e-fdb928d77088\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6783\",\r\n \"fqdn\": \"dn6783.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/publicIPAddresses/pip5173\",\r\n \"etag\": \"W/\\\"5f082d15-cfba-4983-b6a0-4821a7541daa\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d76c577-aa12-4008-8625-9eedf81e5354\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2939\",\r\n \"fqdn\": \"dn2939.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/publicIPAddresses/pip8183?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4MTgzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/publicIPAddresses/pip5173?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a851ab3-88a1-4434-ae7c-1626c6da4b24" + "a99c526a-d261-4d6f-ac0f-8f93d8f6312b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"014d0c7f-f879-49fc-af88-55640f1cb940\"" + "W/\"5f082d15-cfba-4983-b6a0-4821a7541daa\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3bec8fe5-cb27-442e-bd69-0a11fb981394" + "351568a4-ff8a-46c5-96af-18fcad286af6" ], "x-ms-correlation-request-id": [ - "37f2400d-2143-4662-a42b-567a0c02e187" + "ae06a576-57e9-4d94-b38e-176b347d3baa" ], "x-ms-arm-service-request-id": [ - "036f7e78-4909-4fe9-b6da-d111a16708dd" + "824f821b-0f35-40bf-b451-33210774060a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020346Z:37f2400d-2143-4662-a42b-567a0c02e187" + "EASTUS2:20211117T044142Z:ae06a576-57e9-4d94-b38e-176b347d3baa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:45 GMT" - ], "Content-Length": [ "759" ], @@ -734,80 +734,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8183\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/publicIPAddresses/pip8183\",\r\n \"etag\": \"W/\\\"014d0c7f-f879-49fc-af88-55640f1cb940\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a287ca59-0152-45f5-b18e-fdb928d77088\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6783\",\r\n \"fqdn\": \"dn6783.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/publicIPAddresses/pip5173\",\r\n \"etag\": \"W/\\\"5f082d15-cfba-4983-b6a0-4821a7541daa\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d76c577-aa12-4008-8625-9eedf81e5354\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2939\",\r\n \"fqdn\": \"dn2939.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NzY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn932\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6866\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5bf99c85-27d5-4ef8-99b3-a76fdeb53bfa" + "c36797b6-aaee-434f-b2e0-042715f2e173" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "395" + "396" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "111feacb-3707-460a-a000-18a93a52bebd" + "6634166e-fe9b-41c8-8d19-91d82200a8ac" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/111feacb-3707-460a-a000-18a93a52bebd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6634166e-fe9b-41c8-8d19-91d82200a8ac?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "37f2347b-3f68-4df3-9189-4b02798015d4" + "a054a97d-b6e7-47a9-93bc-ee43868d052d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5ccd5072-e937-46a0-b4ba-9005e8f51a9f" + "4f50593d-ff0a-4592-b04d-fbf4477ff044" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020346Z:37f2347b-3f68-4df3-9189-4b02798015d4" + "EASTUS2:20211117T044142Z:a054a97d-b6e7-47a9-93bc-ee43868d052d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:45 GMT" - ], "Content-Length": [ - "1315" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764\",\r\n \"etag\": \"W/\\\"86897456-fec7-4cbf-b242-a74da583e313\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c298eee8-fb1d-4681-b5fb-8ad8863f280d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\",\r\n \"etag\": \"W/\\\"86897456-fec7-4cbf-b242-a74da583e313\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136\",\r\n \"etag\": \"W/\\\"98a87294-6d86-446e-9de2-da28c74e7ad5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5a653cd2-d783-4867-8d24-38d046292a46\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\",\r\n \"etag\": \"W/\\\"98a87294-6d86-446e-9de2-da28c74e7ad5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/111feacb-3707-460a-a000-18a93a52bebd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzExMWZlYWNiLTM3MDctNDYwYS1hMDAwLTE4YTkzYTUyYmViZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6634166e-fe9b-41c8-8d19-91d82200a8ac?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY2MzQxNjZlLWZlOWItNDFjOC04ZDE5LTkxZDgyMjAwYThhYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ff70b9bf-7267-4d1c-aa04-978e629210ca" + "c55d0d9b-ad23-45d4-ae0f-c35928bf191e" ], "x-ms-correlation-request-id": [ - "3b510432-3bfe-4e41-bf44-dcbe35fa03d3" + "ded00287-69b8-4438-9711-635665377c17" ], "x-ms-arm-service-request-id": [ - "ef691b3d-1ed9-44f2-8e15-45f7ef026654" + "77aa8d42-169b-4ec2-a630-8b5ce79ca742" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020349Z:3b510432-3bfe-4e41-bf44-dcbe35fa03d3" + "EASTUS2:20211117T044145Z:ded00287-69b8-4438-9711-635665377c17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:48 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NzY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f3e2e963-9f63-4178-91a6-143bb977bba2\"" + "W/\"e92a6df1-eaa5-4632-839b-61b7782c2d06\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "739e174b-ebc5-4820-bafa-562a45742789" + "a68221df-b4e1-4f62-9e7b-52309f360bd9" ], "x-ms-correlation-request-id": [ - "501d4d82-619b-4990-a735-7b61383f3188" + "ab5f572d-8bad-47dc-969e-edbc20b79d67" ], "x-ms-arm-service-request-id": [ - "46e8e1ac-d983-436f-8012-638101bb7a85" + "a116cbe0-e3a0-4563-8238-baf3507a271f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020349Z:501d4d82-619b-4990-a735-7b61383f3188" + "EASTUS2:20211117T044145Z:ab5f572d-8bad-47dc-969e-edbc20b79d67" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:48 GMT" - ], "Content-Length": [ - "1317" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764\",\r\n \"etag\": \"W/\\\"f3e2e963-9f63-4178-91a6-143bb977bba2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c298eee8-fb1d-4681-b5fb-8ad8863f280d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\",\r\n \"etag\": \"W/\\\"f3e2e963-9f63-4178-91a6-143bb977bba2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136\",\r\n \"etag\": \"W/\\\"e92a6df1-eaa5-4632-839b-61b7782c2d06\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a653cd2-d783-4867-8d24-38d046292a46\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\",\r\n \"etag\": \"W/\\\"e92a6df1-eaa5-4632-839b-61b7782c2d06\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NzY0L3N1Ym5ldHMvc245MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MTM2L3N1Ym5ldHMvc242ODY2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "332f430e-ef32-43aa-9fee-a3414d2bf444" + "6140f71e-1282-4637-b069-70e0c0aeec5a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f3e2e963-9f63-4178-91a6-143bb977bba2\"" + "W/\"e92a6df1-eaa5-4632-839b-61b7782c2d06\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f8eda67e-20dc-4436-a4fe-189735375bf8" + "46bb220f-eeba-4d27-a4a3-b6493c667c02" ], "x-ms-correlation-request-id": [ - "73cf9022-8206-471b-859f-d7c431c84973" + "bbb28c50-d773-4b8b-bfab-57d9124c7595" ], "x-ms-arm-service-request-id": [ - "e2ea3f95-7371-48b6-8664-9793de5a5db9" + "d106dfd1-7e50-4646-aede-4d718d0da276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020349Z:73cf9022-8206-471b-859f-d7c431c84973" + "EASTUS2:20211117T044145Z:bbb28c50-d773-4b8b-bfab-57d9124c7595" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:48 GMT" - ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\",\r\n \"etag\": \"W/\\\"f3e2e963-9f63-4178-91a6-143bb977bba2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\",\r\n \"etag\": \"W/\\\"e92a6df1-eaa5-4632-839b-61b7782c2d06\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NzI4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NjEyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn932\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\r\n }\r\n },\r\n \"name\": \"ip1729\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6866\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\r\n }\r\n },\r\n \"name\": \"ip68\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69d8a04a-ba50-4490-a1ea-24c075345b59" + "1b614388-c943-4f81-8553-00793f310f3d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,45 +1043,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ebd081ad-6fa9-49b7-8c64-caacd9d91a38" + "eb3b7687-f73f-44f7-9c36-01c40cdf0af9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ebd081ad-6fa9-49b7-8c64-caacd9d91a38?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/eb3b7687-f73f-44f7-9c36-01c40cdf0af9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "49696d4e-3570-4316-8415-08935d95235d" + "f60e35b7-b749-45b8-8b7c-18975f18c1b5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ca95699a-4ace-4714-a304-b7fd33fabec8" + "a35ea4ee-568b-4c3d-af65-5656b99d2c41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020350Z:49696d4e-3570-4316-8415-08935d95235d" + "EASTUS2:20211117T044146Z:f60e35b7-b749-45b8-8b7c-18975f18c1b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:49 GMT" - ], "Content-Length": [ - "1627" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8728\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728\",\r\n \"etag\": \"W/\\\"a665f3df-4166-46c1-a2cc-35e0317e8816\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"06834d8f-075a-41ae-9de8-e65c7a1e1268\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728/ipConfigurations/ip1729\",\r\n \"etag\": \"W/\\\"a665f3df-4166-46c1-a2cc-35e0317e8816\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\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\": \"3dxjrqq35oaunnp1rlmimpzibf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8612\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612\",\r\n \"etag\": \"W/\\\"1f67bdd3-74b9-4767-8276-23f8af3b0992\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e850a3d0-934a-4603-8278-f8af93c2f127\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip68\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612/ipConfigurations/ip68\",\r\n \"etag\": \"W/\\\"1f67bdd3-74b9-4767-8276-23f8af3b0992\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\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\": \"0i4gkwud03turdjehdiemkjkig.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NzI4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NjEyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a665f3df-4166-46c1-a2cc-35e0317e8816\"" + "W/\"1f67bdd3-74b9-4767-8276-23f8af3b0992\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0bcf9d14-259c-4305-a8d6-99f2fe44fa23" + "9fb02a31-2f0e-45b3-950f-ed2ce1788f0c" ], "x-ms-correlation-request-id": [ - "b171e950-4e9c-4ef3-9bcf-b75998f96e87" + "79a1202e-f261-44a5-b8f8-ef8c249324fb" ], "x-ms-arm-service-request-id": [ - "161fd65e-a1f5-4105-9cd3-fa08e7c517ac" + "911311e5-9925-428c-84fa-89d1e635cf32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020350Z:b171e950-4e9c-4ef3-9bcf-b75998f96e87" + "EASTUS2:20211117T044146Z:79a1202e-f261-44a5-b8f8-ef8c249324fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:49 GMT" - ], "Content-Length": [ - "1627" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8728\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728\",\r\n \"etag\": \"W/\\\"a665f3df-4166-46c1-a2cc-35e0317e8816\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"06834d8f-075a-41ae-9de8-e65c7a1e1268\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728/ipConfigurations/ip1729\",\r\n \"etag\": \"W/\\\"a665f3df-4166-46c1-a2cc-35e0317e8816\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\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\": \"3dxjrqq35oaunnp1rlmimpzibf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8612\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612\",\r\n \"etag\": \"W/\\\"1f67bdd3-74b9-4767-8276-23f8af3b0992\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e850a3d0-934a-4603-8278-f8af93c2f127\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip68\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612/ipConfigurations/ip68\",\r\n \"etag\": \"W/\\\"1f67bdd3-74b9-4767-8276-23f8af3b0992\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\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\": \"0i4gkwud03turdjehdiemkjkig.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NzI4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NjEyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83746075-ea6b-4677-abd3-1b3e8d498fd0" + "10c4b696-89cb-4c66-af22-60646bc95ab3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a665f3df-4166-46c1-a2cc-35e0317e8816\"" + "W/\"1f67bdd3-74b9-4767-8276-23f8af3b0992\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "87767d85-2cc5-4578-83bc-1137ac843ec5" + "5ffeb04a-2e88-4bf6-85ba-2e65e1d5a5b0" ], "x-ms-correlation-request-id": [ - "0177c3f7-b228-4e0c-92eb-13e469f6d925" + "3d8e41cf-3a6d-44dd-8bbb-7b1bee318fc3" ], "x-ms-arm-service-request-id": [ - "f5472f25-6cb6-4c1b-9e1e-5c00147856a8" + "b9911b23-ebc3-4629-aa21-fe58a35dd43e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020350Z:0177c3f7-b228-4e0c-92eb-13e469f6d925" + "EASTUS2:20211117T044146Z:3d8e41cf-3a6d-44dd-8bbb-7b1bee318fc3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:49 GMT" - ], "Content-Length": [ - "1627" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,52 +1224,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8728\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728\",\r\n \"etag\": \"W/\\\"a665f3df-4166-46c1-a2cc-35e0317e8816\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"06834d8f-075a-41ae-9de8-e65c7a1e1268\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/networkInterfaces/nic8728/ipConfigurations/ip1729\",\r\n \"etag\": \"W/\\\"a665f3df-4166-46c1-a2cc-35e0317e8816\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\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\": \"3dxjrqq35oaunnp1rlmimpzibf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8612\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612\",\r\n \"etag\": \"W/\\\"1f67bdd3-74b9-4767-8276-23f8af3b0992\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e850a3d0-934a-4603-8278-f8af93c2f127\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip68\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/networkInterfaces/nic8612/ipConfigurations/ip68\",\r\n \"etag\": \"W/\\\"1f67bdd3-74b9-4767-8276-23f8af3b0992\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\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\": \"0i4gkwud03turdjehdiemkjkig.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2096?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjA5Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9845?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTg0NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9042\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5062\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2313\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7343\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8c3b3916-bc81-4704-a837-f6ded27310af" + "fdd19b51-b411-4b3f-a3f4-5c73fb18d119" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1634" + "1635" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:47 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28098224-b0d5-4b79-9ba1-bc33ee82a46e?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/52d2faa6-426b-4c56-9a8e-561dc5c5ef10?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1278,29 +1285,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "28098224-b0d5-4b79-9ba1-bc33ee82a46e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "52d2faa6-426b-4c56-9a8e-561dc5c5ef10" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "879318e4-f8f3-466f-827c-6f37f255d0b7" + "717ff252-151f-4b66-88b4-b4b4b57ca43d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020351Z:879318e4-f8f3-466f-827c-6f37f255d0b7" + "EASTUS2:20211117T044147Z:717ff252-151f-4b66-88b4-b4b4b57ca43d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:03:50 GMT" - ], "Content-Length": [ - "3418" + "3419" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,62 +1309,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2096\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9042\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5062\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"71f2e6ef-c318-40d1-acf0-f7649842c6c9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9845\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9845\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2313\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7343\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5b42d232-ba96-4f95-81d2-8742a7cf87ea\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28098224-b0d5-4b79-9ba1-bc33ee82a46e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MDk4MjI0LWIwZDUtNGI3OS05YmExLWJjMzNlZTgyYTQ2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/52d2faa6-426b-4c56-9a8e-561dc5c5ef10?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUyZDJmYWE2LTQyNmItNGM1Ni05YThlLTU2MWRjNWM1ZWYxMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:41:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc179725-0106-4a9a-8d47-a2633fefeef7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1958ab3a-9f81-4797-85e1-19f6c9131de9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "bfb369f6-00ee-43fb-9917-5e0410b4d275" + "ace35773-42c4-4076-8d8f-ab4155063313" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020401Z:bfb369f6-00ee-43fb-9917-5e0410b4d275" + "EASTUS2:20211117T044157Z:ace35773-42c4-4076-8d8f-ab4155063313" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:04:00 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1373,59 +1373,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:03:50.7435715+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28098224-b0d5-4b79-9ba1-bc33ee82a46e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:41:46.9817+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"52d2faa6-426b-4c56-9a8e-561dc5c5ef10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28098224-b0d5-4b79-9ba1-bc33ee82a46e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MDk4MjI0LWIwZDUtNGI3OS05YmExLWJjMzNlZTgyYTQ2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/52d2faa6-426b-4c56-9a8e-561dc5c5ef10?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUyZDJmYWE2LTQyNmItNGM1Ni05YThlLTU2MWRjNWM1ZWYxMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:43:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b5454d4-ccdb-481e-9da6-5ade232879ec" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "985d6ea4-a473-4baa-abea-177d01376a4b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "197c054a-e480-45fe-94c0-8eb60ca72469" + "3b308803-67c5-4932-a3ba-02b3cf73b97a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020538Z:197c054a-e480-45fe-94c0-8eb60ca72469" + "EASTUS2:20211117T044334Z:3b308803-67c5-4932-a3ba-02b3cf73b97a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:05:38 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1434,59 +1434,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:03:50.7435715+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28098224-b0d5-4b79-9ba1-bc33ee82a46e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:41:46.9817+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"52d2faa6-426b-4c56-9a8e-561dc5c5ef10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28098224-b0d5-4b79-9ba1-bc33ee82a46e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MDk4MjI0LWIwZDUtNGI3OS05YmExLWJjMzNlZTgyYTQ2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/52d2faa6-426b-4c56-9a8e-561dc5c5ef10?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUyZDJmYWE2LTQyNmItNGM1Ni05YThlLTU2MWRjNWM1ZWYxMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:45:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2628ba3-321e-4baa-8c68-224a39adc79b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7625c6d9-cb3e-44a0-b330-0cd00f740d61" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "50eaac78-928c-45d5-a20a-496120ec9fd4" + "0b619ccd-9a5b-4c85-b10e-622e29a897dc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020715Z:50eaac78-928c-45d5-a20a-496120ec9fd4" + "EASTUS2:20211117T044511Z:0b619ccd-9a5b-4c85-b10e-622e29a897dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:07:14 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1495,59 +1495,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:03:50.7435715+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28098224-b0d5-4b79-9ba1-bc33ee82a46e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:41:46.9817+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"52d2faa6-426b-4c56-9a8e-561dc5c5ef10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28098224-b0d5-4b79-9ba1-bc33ee82a46e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MDk4MjI0LWIwZDUtNGI3OS05YmExLWJjMzNlZTgyYTQ2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/52d2faa6-426b-4c56-9a8e-561dc5c5ef10?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUyZDJmYWE2LTQyNmItNGM1Ni05YThlLTU2MWRjNWM1ZWYxMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:46:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6cb39dff-5af8-4a97-9aec-aac8d2074586" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "93cdebae-60aa-49d2-9c9f-9382053fd763" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "465710e7-8c62-4dd6-b3be-138de17f239e" + "cc2bbeb1-69ae-4fbd-85b9-07583b824434" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T020852Z:465710e7-8c62-4dd6-b3be-138de17f239e" + "EASTUS2:20211117T044649Z:cc2bbeb1-69ae-4fbd-85b9-07583b824434" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:08:51 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1556,59 +1556,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:03:50.7435715+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28098224-b0d5-4b79-9ba1-bc33ee82a46e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:41:46.9817+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"52d2faa6-426b-4c56-9a8e-561dc5c5ef10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28098224-b0d5-4b79-9ba1-bc33ee82a46e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MDk4MjI0LWIwZDUtNGI3OS05YmExLWJjMzNlZTgyYTQ2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/52d2faa6-426b-4c56-9a8e-561dc5c5ef10?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUyZDJmYWE2LTQyNmItNGM1Ni05YThlLTU2MWRjNWM1ZWYxMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:48:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fed5604e-67d3-4c77-af80-b17fe304f062" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e56b73b6-60c6-4f40-aa8c-3b1187fbd8c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "6c7a28c4-fde9-4aa0-91e3-5325f1f92ddb" + "40140225-cf05-4f99-ad70-afe4ebe122b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021029Z:6c7a28c4-fde9-4aa0-91e3-5325f1f92ddb" + "EASTUS2:20211117T044826Z:40140225-cf05-4f99-ad70-afe4ebe122b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:10:29 GMT" - ], "Content-Length": [ - "134" + "131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1617,59 +1617,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:03:50.7435715+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"28098224-b0d5-4b79-9ba1-bc33ee82a46e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:41:46.9817+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"52d2faa6-426b-4c56-9a8e-561dc5c5ef10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/28098224-b0d5-4b79-9ba1-bc33ee82a46e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4MDk4MjI0LWIwZDUtNGI3OS05YmExLWJjMzNlZTgyYTQ2ZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/52d2faa6-426b-4c56-9a8e-561dc5c5ef10?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUyZDJmYWE2LTQyNmItNGM1Ni05YThlLTU2MWRjNWM1ZWYxMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:50:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa7fee35-505e-418c-8e00-10fcbc536bfb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7ddf88aa-27f6-4650-b673-99e1a79ae00b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "7757e5be-9d54-4c29-975b-42b4cad9d935" + "ad057152-62ea-421d-bf0e-b33bfba60d2a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021206Z:7757e5be-9d54-4c29-975b-42b4cad9d935" + "EASTUS2:20211117T045003Z:ad057152-62ea-421d-bf0e-b33bfba60d2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:12:06 GMT" - ], "Content-Length": [ - "184" + "181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1678,59 +1678,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:03:50.7435715+00:00\",\r\n \"endTime\": \"2021-06-29T02:11:55.6968327+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"28098224-b0d5-4b79-9ba1-bc33ee82a46e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:41:46.9817+00:00\",\r\n \"endTime\": \"2021-11-17T04:49:53.7792883+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"52d2faa6-426b-4c56-9a8e-561dc5c5ef10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2096?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjA5Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9845?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTg0NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:50:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2592" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6e7ffb0-5a4a-42ab-ae31-7ad20ca32a4d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e72a3b99-f28c-4c43-8674-047871369638" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "136af90f-947e-4821-a2d5-4bf0a9ab1fd8" + "aa4279a7-dd66-4459-a652-ab9cf8cbcd54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021206Z:136af90f-947e-4821-a2d5-4bf0a9ab1fd8" + "EASTUS2:20211117T045003Z:aa4279a7-dd66-4459-a652-ab9cf8cbcd54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:12:06 GMT" - ], "Content-Length": [ - "3419" + "3420" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,65 +1739,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2096\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9042\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5062\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"71f2e6ef-c318-40d1-acf0-f7649842c6c9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9845\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9845\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2313\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7343\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5b42d232-ba96-4f95-81d2-8742a7cf87ea\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2096?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjA5Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9845?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTg0NT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a314a410-102b-4baf-a520-6637afec473d" + "ff0e511d-cbaa-44f8-a0fe-d7be7566213f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:50:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cb3df429-ebab-44d6-aa11-04fed1f70af9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "78f3cfb8-88e3-48a1-96ab-2ecb92ad423e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "4db5929a-4116-4712-83cb-49612b3dde14" + "adb17911-7fb2-4e49-a09f-9a2d2851fa4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021206Z:4db5929a-4116-4712-83cb-49612b3dde14" + "EASTUS2:20211117T045003Z:adb17911-7fb2-4e49-a09f-9a2d2851fa4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:12:06 GMT" - ], "Content-Length": [ - "3419" + "3420" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1806,43 +1806,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2096\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9042\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5062\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Network/virtualNetworks/vn7764/subnets/sn932\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"71f2e6ef-c318-40d1-acf0-f7649842c6c9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9845\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9845\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2313\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7343\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Network/virtualNetworks/vn4136/subnets/sn6866\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5b42d232-ba96-4f95-81d2-8742a7cf87ea\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar84231/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2096/redeploy?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MjMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjA5Ni9yZWRlcGxveT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar32081/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9845/redeploy?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyMDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTg0NS9yZWRlcGxveT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a2987ae-30ba-4b23-b92a-8c121e7913fd" + "25216411-6e64-4a35-9e64-98829f999fca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:50:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1146b0ec-6cbf-45a2-ab04-8f683534de5f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1146b0ec-6cbf-45a2-ab04-8f683534de5f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1851,146 +1858,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3000e01e-0608-42f0-a705-303957902153" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1146b0ec-6cbf-45a2-ab04-8f683534de5f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c1d8c734-c220-40ea-b7d3-584db3c0ad10" + "1a847efe-efed-4561-a31a-302216dadecc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021206Z:c1d8c734-c220-40ea-b7d3-584db3c0ad10" + "EASTUS2:20211117T045003Z:1a847efe-efed-4561-a31a-302216dadecc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:12:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMwMDBlMDFlLTA2MDgtNDJmMC1hNzA1LTMwMzk1NzkwMjE1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1146b0ec-6cbf-45a2-ab04-8f683534de5f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzExNDZiMGVjLTZjYmYtNDVhMi1hYjA0LThmNjgzNTM0ZGU1Zj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:50:32 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29983" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4eddb57c-da69-464b-aa43-fe3a0ca7e707" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "5899a32b-f87c-4426-b4b2-d0cdf39b4164" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T021236Z:5899a32b-f87c-4426-b4b2-d0cdf39b4164" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 02:12:36 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:12:06.8855727+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3000e01e-0608-42f0-a705-303957902153\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMwMDBlMDFlLTA2MDgtNDJmMC1hNzA1LTMwMzk1NzkwMjE1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "078cfc8a-fe0b-4dc1-9964-56198d20dde2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "84767748-7785-4f98-8f0a-8bb71dc8f038" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "9ca8d944-1257-4b22-b6cb-2f6422a9f04c" + "7512f59d-f1c1-4fd8-8703-ec7a9245e8e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021306Z:9ca8d944-1257-4b22-b6cb-2f6422a9f04c" + "EASTUS2:20211117T045033Z:7512f59d-f1c1-4fd8-8703-ec7a9245e8e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:13:06 GMT" - ], "Content-Length": [ "134" ], @@ -2001,118 +1940,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:12:06.8855727+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3000e01e-0608-42f0-a705-303957902153\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:50:03.3268211+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1146b0ec-6cbf-45a2-ab04-8f683534de5f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMwMDBlMDFlLTA2MDgtNDJmMC1hNzA1LTMwMzk1NzkwMjE1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1146b0ec-6cbf-45a2-ab04-8f683534de5f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzExNDZiMGVjLTZjYmYtNDVhMi1hYjA0LThmNjgzNTM0ZGU1Zj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:51:03 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29977" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "174698c7-ab2c-4703-8505-1ecfef911fc1" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "41338c27-d249-4b0b-b6be-2cec8a16c587" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T021337Z:41338c27-d249-4b0b-b6be-2cec8a16c587" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 02:13:36 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:12:06.8855727+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3000e01e-0608-42f0-a705-303957902153\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMwMDBlMDFlLTA2MDgtNDJmMC1hNzA1LTMwMzk1NzkwMjE1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b410cf3-d6df-4887-8830-3273b53b7f39" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "698f20f8-edf1-47d5-9408-ac30700b87dd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11995" ], "x-ms-correlation-request-id": [ - "aff93a4b-65ac-450d-b270-368738f77b7b" + "a69b4571-95b7-4b90-8ef2-2df5043b6a72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021407Z:aff93a4b-65ac-450d-b270-368738f77b7b" + "EASTUS2:20211117T045103Z:a69b4571-95b7-4b90-8ef2-2df5043b6a72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:14:06 GMT" - ], "Content-Length": [ "134" ], @@ -2123,57 +2001,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:12:06.8855727+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3000e01e-0608-42f0-a705-303957902153\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:50:03.3268211+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1146b0ec-6cbf-45a2-ab04-8f683534de5f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMwMDBlMDFlLTA2MDgtNDJmMC1hNzA1LTMwMzk1NzkwMjE1Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1146b0ec-6cbf-45a2-ab04-8f683534de5f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzExNDZiMGVjLTZjYmYtNDVhMi1hYjA0LThmNjgzNTM0ZGU1Zj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:51:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f5bdddf4-2d29-4eb5-a6e8-03a31e91bc3a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4989f700-1adc-4d43-87b6-9ea7de3d6a9b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-correlation-request-id": [ - "be5c1366-81bf-4cc4-90e8-55b1ae157e72" + "00f43998-4773-49b3-bbe2-2aad8e33d364" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021437Z:be5c1366-81bf-4cc4-90e8-55b1ae157e72" + "EASTUS2:20211117T045133Z:00f43998-4773-49b3-bbe2-2aad8e33d364" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:14:36 GMT" - ], "Content-Length": [ "184" ], @@ -2184,83 +2062,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T02:12:06.8855727+00:00\",\r\n \"endTime\": \"2021-06-29T02:14:10.6215472+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3000e01e-0608-42f0-a705-303957902153\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T04:50:03.3268211+00:00\",\r\n \"endTime\": \"2021-11-17T04:51:18.6597775+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1146b0ec-6cbf-45a2-ab04-8f683534de5f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3000e01e-0608-42f0-a705-303957902153?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMwMDBlMDFlLTA2MDgtNDJmMC1hNzA1LTMwMzk1NzkwMjE1Mz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1146b0ec-6cbf-45a2-ab04-8f683534de5f?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzExNDZiMGVjLTZjYmYtNDVhMi1hYjA0LThmNjgzNTM0ZGU1Zj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:51:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5f892fa8-f9d6-4f88-a19e-11e4c22b987b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "633a5382-da94-4a36-9a06-618992654bd3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-correlation-request-id": [ - "a687da44-4b25-4979-b086-79485f372a30" + "515c2f1b-3661-4bcb-9fab-468532622e6e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021437Z:a687da44-4b25-4979-b086-79485f372a30" + "EASTUS2:20211117T045133Z:515c2f1b-3661-4bcb-9fab-468532622e6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:14:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar84231?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0MjMxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar32081?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyMDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6bb6332d-fb8f-46ee-8c62-f7a113dd3ee1" + "84498c20-c74e-4e82-a23b-4c1b2f9d9dea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2268,11 +2146,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:51:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2281,13 +2162,13 @@ "14999" ], "x-ms-request-id": [ - "f2ae3cc6-3a30-4aea-9d12-a17a5f74a82c" + "13cf5aee-d8ef-4304-966a-2db4d831a5a8" ], "x-ms-correlation-request-id": [ - "f2ae3cc6-3a30-4aea-9d12-a17a5f74a82c" + "13cf5aee-d8ef-4304-966a-2db4d831a5a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021437Z:f2ae3cc6-3a30-4aea-9d12-a17a5f74a82c" + "EASTUS2:20211117T045133Z:13cf5aee-d8ef-4304-966a-2db4d831a5a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2295,29 +2176,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:14:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2325,11 +2203,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:51:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2338,13 +2219,13 @@ "11999" ], "x-ms-request-id": [ - "14b155f9-d43e-4be0-875a-7ecb44d88988" + "8ad47f6b-b08f-4083-9aac-5095b8e63459" ], "x-ms-correlation-request-id": [ - "14b155f9-d43e-4be0-875a-7ecb44d88988" + "8ad47f6b-b08f-4083-9aac-5095b8e63459" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021452Z:14b155f9-d43e-4be0-875a-7ecb44d88988" + "EASTUS2:20211117T045148Z:8ad47f6b-b08f-4083-9aac-5095b8e63459" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2352,29 +2233,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:14:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2382,11 +2260,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:52:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2395,13 +2276,13 @@ "11998" ], "x-ms-request-id": [ - "be2f1a0d-ace0-4b3f-84fc-cd0bcfd7309b" + "f5fccba3-6882-4512-bac1-683a154fe5af" ], "x-ms-correlation-request-id": [ - "be2f1a0d-ace0-4b3f-84fc-cd0bcfd7309b" + "f5fccba3-6882-4512-bac1-683a154fe5af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021507Z:be2f1a0d-ace0-4b3f-84fc-cd0bcfd7309b" + "EASTUS2:20211117T045203Z:f5fccba3-6882-4512-bac1-683a154fe5af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2409,29 +2290,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:15:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2439,11 +2317,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:52:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2452,13 +2333,13 @@ "11997" ], "x-ms-request-id": [ - "0a240409-f1fa-47c6-8c98-fc0e978fb31e" + "cebca644-863e-42df-a305-469714d1054f" ], "x-ms-correlation-request-id": [ - "0a240409-f1fa-47c6-8c98-fc0e978fb31e" + "cebca644-863e-42df-a305-469714d1054f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021522Z:0a240409-f1fa-47c6-8c98-fc0e978fb31e" + "EASTUS2:20211117T045218Z:cebca644-863e-42df-a305-469714d1054f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2466,29 +2347,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:15:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2496,11 +2374,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:52:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2509,13 +2390,13 @@ "11996" ], "x-ms-request-id": [ - "d23b4d81-dce5-4ec3-aac7-bca83e358fc0" + "6bc15b40-4255-4acf-bc2e-1f717741a45d" ], "x-ms-correlation-request-id": [ - "d23b4d81-dce5-4ec3-aac7-bca83e358fc0" + "6bc15b40-4255-4acf-bc2e-1f717741a45d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021537Z:d23b4d81-dce5-4ec3-aac7-bca83e358fc0" + "EASTUS2:20211117T045233Z:6bc15b40-4255-4acf-bc2e-1f717741a45d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2523,29 +2404,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:15:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2553,11 +2431,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:52:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2566,13 +2447,13 @@ "11995" ], "x-ms-request-id": [ - "f4c00b29-01d3-496b-8b06-16ad75b71c18" + "988b73d7-8f6e-4e65-b25a-a3313221fbb1" ], "x-ms-correlation-request-id": [ - "f4c00b29-01d3-496b-8b06-16ad75b71c18" + "988b73d7-8f6e-4e65-b25a-a3313221fbb1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021552Z:f4c00b29-01d3-496b-8b06-16ad75b71c18" + "EASTUS2:20211117T045248Z:988b73d7-8f6e-4e65-b25a-a3313221fbb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2580,29 +2461,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:15:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2610,11 +2488,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:53:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2623,13 +2504,13 @@ "11994" ], "x-ms-request-id": [ - "82acb6b9-7671-4c96-9ede-0c13f227a755" + "58c66e64-3e46-405d-b5aa-87cb663f4989" ], "x-ms-correlation-request-id": [ - "82acb6b9-7671-4c96-9ede-0c13f227a755" + "58c66e64-3e46-405d-b5aa-87cb663f4989" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021607Z:82acb6b9-7671-4c96-9ede-0c13f227a755" + "EASTUS2:20211117T045303Z:58c66e64-3e46-405d-b5aa-87cb663f4989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2637,29 +2518,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:16:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2667,11 +2545,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:53:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2680,13 +2561,13 @@ "11993" ], "x-ms-request-id": [ - "330604b7-9c3e-45da-be6d-413819828fe2" + "ca17670f-5612-4c5b-b934-6ecd9da6a26a" ], "x-ms-correlation-request-id": [ - "330604b7-9c3e-45da-be6d-413819828fe2" + "ca17670f-5612-4c5b-b934-6ecd9da6a26a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021622Z:330604b7-9c3e-45da-be6d-413819828fe2" + "EASTUS2:20211117T045318Z:ca17670f-5612-4c5b-b934-6ecd9da6a26a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2694,29 +2575,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:16:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2724,11 +2602,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:53:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2737,13 +2618,13 @@ "11992" ], "x-ms-request-id": [ - "e859a3df-e5dc-4f85-a75f-c185e6b58d6b" + "c3fac461-ccb7-48d4-b25a-5733f0fa715d" ], "x-ms-correlation-request-id": [ - "e859a3df-e5dc-4f85-a75f-c185e6b58d6b" + "c3fac461-ccb7-48d4-b25a-5733f0fa715d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021637Z:e859a3df-e5dc-4f85-a75f-c185e6b58d6b" + "EASTUS2:20211117T045333Z:c3fac461-ccb7-48d4-b25a-5733f0fa715d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2751,29 +2632,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:16:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2781,11 +2659,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:53:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2794,13 +2675,13 @@ "11991" ], "x-ms-request-id": [ - "be01ba97-2670-4261-9b6d-7bafcac2bda9" + "5bea3733-ce94-4773-809a-6b5740beae82" ], "x-ms-correlation-request-id": [ - "be01ba97-2670-4261-9b6d-7bafcac2bda9" + "5bea3733-ce94-4773-809a-6b5740beae82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021652Z:be01ba97-2670-4261-9b6d-7bafcac2bda9" + "EASTUS2:20211117T045348Z:5bea3733-ce94-4773-809a-6b5740beae82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2808,29 +2689,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:16:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2838,11 +2716,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:54:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2851,13 +2732,13 @@ "11990" ], "x-ms-request-id": [ - "676e1174-526c-4a93-8311-39e77ecd7458" + "056e20ee-5d7d-41a1-be04-afb40ad4965f" ], "x-ms-correlation-request-id": [ - "676e1174-526c-4a93-8311-39e77ecd7458" + "056e20ee-5d7d-41a1-be04-afb40ad4965f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021707Z:676e1174-526c-4a93-8311-39e77ecd7458" + "EASTUS2:20211117T045403Z:056e20ee-5d7d-41a1-be04-afb40ad4965f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2865,29 +2746,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:17:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2895,11 +2773,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:54:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2908,13 +2789,13 @@ "11989" ], "x-ms-request-id": [ - "4f53558a-be76-473f-8d82-460ad1cc65b1" + "25e5e711-aa56-452b-8219-ec138153c063" ], "x-ms-correlation-request-id": [ - "4f53558a-be76-473f-8d82-460ad1cc65b1" + "25e5e711-aa56-452b-8219-ec138153c063" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021722Z:4f53558a-be76-473f-8d82-460ad1cc65b1" + "EASTUS2:20211117T045418Z:25e5e711-aa56-452b-8219-ec138153c063" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2922,29 +2803,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:17:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2952,11 +2830,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:54:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2965,13 +2846,13 @@ "11988" ], "x-ms-request-id": [ - "4c5f5bcb-0e1d-446d-b7c4-62177f5a8c09" + "9b094590-fabf-4ff0-aae7-c95e651a36b5" ], "x-ms-correlation-request-id": [ - "4c5f5bcb-0e1d-446d-b7c4-62177f5a8c09" + "9b094590-fabf-4ff0-aae7-c95e651a36b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021737Z:4c5f5bcb-0e1d-446d-b7c4-62177f5a8c09" + "EASTUS2:20211117T045433Z:9b094590-fabf-4ff0-aae7-c95e651a36b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2979,86 +2860,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:17:37 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "262879e8-6f7a-4e78-bc4c-06506ae87826" - ], - "x-ms-correlation-request-id": [ - "262879e8-6f7a-4e78-bc4c-06506ae87826" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T021752Z:262879e8-6f7a-4e78-bc4c-06506ae87826" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 02:17:52 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3066,77 +2887,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "4aaf128e-e091-4c5a-bdb3-3b0df9ff0fae" - ], - "x-ms-correlation-request-id": [ - "4aaf128e-e091-4c5a-bdb3-3b0df9ff0fae" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T021807Z:4aaf128e-e091-4c5a-bdb3-3b0df9ff0fae" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 02:18:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 04:54:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "fcba3438-8827-4c2f-8f48-d985ee772554" + "61062763-1b73-471f-9176-1b350b778c2f" ], "x-ms-correlation-request-id": [ - "fcba3438-8827-4c2f-8f48-d985ee772554" + "61062763-1b73-471f-9176-1b350b778c2f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021822Z:fcba3438-8827-4c2f-8f48-d985ee772554" + "EASTUS2:20211117T045448Z:61062763-1b73-471f-9176-1b350b778c2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3144,29 +2911,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:18:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDIzMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TkRJek1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjA4MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpBNE1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3174,20 +2938,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 04:54:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-request-id": [ - "7876200a-bb04-42e9-b472-72192daf933a" + "63e4490a-e260-426d-b78d-da775cb6e59e" ], "x-ms-correlation-request-id": [ - "7876200a-bb04-42e9-b472-72192daf933a" + "63e4490a-e260-426d-b78d-da775cb6e59e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T021822Z:7876200a-bb04-42e9-b472-72192daf933a" + "EASTUS2:20211117T045449Z:63e4490a-e260-426d-b78d-da775cb6e59e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3195,14 +2962,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 02:18:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3211,27 +2975,27 @@ ], "Names": { "TestVMScaleSetOperations_Redeploy": [ - "crptestar8423", - "vmss2096", - "crptestar9729" + "crptestar3208", + "vmss9845", + "crptestar9341" ], "CreatePublicIP": [ - "pip8183", - "dn6783" + "pip5173", + "dn2939" ], "CreateVNET": [ - "vn7764", - "sn932" + "vn4136", + "sn6866" ], "CreateNIC": [ - "nic8728", - "ip1729" + "nic8612", + "ip68" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8586", - "vmss144", - "vmsstestnetconfig9042", - "vmsstestnetconfig5062" + "crptestar1477", + "vmss3461", + "vmsstestnetconfig2313", + "vmsstestnetconfig7343" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetEvictionPolicyOperations_Accept_DeleteEvictionPolicy.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetEvictionPolicyOperations_Accept_DeleteEvictionPolicy.json index f907d74f50c84..6899167764c4e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetEvictionPolicyOperations_Accept_DeleteEvictionPolicy.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetEvictionPolicyOperations_Accept_DeleteEvictionPolicy.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6b62cb1-d250-4b51-987c-d5a9c8cdeba6" + "98e7f16d-8ec0-4213-aba8-63dcb3907c4f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "ba249858-6110-4e11-b0d5-3d034fd4c2da" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbdaa0fd-562d-474e-8cf2-2793d002017e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6233d7ef-127d-4a25-90dc-dc4951fe1359" + "7c67e797-38dc-429a-afbc-cee9c21b0c14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173720Z:6233d7ef-127d-4a25-90dc-dc4951fe1359" + "EASTUS2:20211116T192611Z:7c67e797-38dc-429a-afbc-cee9c21b0c14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:19 GMT" - ], "Content-Length": [ "307" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9967?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1436?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar9967\": \"2021-06-29 17:37:20Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1436\": \"2021-11-16 19:26:11Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "df08b13c-dcf0-4ec0-af56-55a1679680e8" + "ad7564be-f0f4-4e2d-bfa4-e92c06e4454e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "2b71c405-a954-48c0-978b-78ec897adf3c" + "4474142a-ae85-41a5-b86f-a3376bc56d85" ], "x-ms-correlation-request-id": [ - "2b71c405-a954-48c0-978b-78ec897adf3c" + "4474142a-ae85-41a5-b86f-a3376bc56d85" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173720Z:2b71c405-a954-48c0-978b-78ec897adf3c" + "EASTUS2:20211116T192612Z:4474142a-ae85-41a5-b86f-a3376bc56d85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:20 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967\",\r\n \"name\": \"crptestar9967\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar9967\": \"2021-06-29 17:37:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436\",\r\n \"name\": \"crptestar1436\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1436\": \"2021-11-16 19:26:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9967?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1436?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d07b44d7-f8b7-4b4a-a1ab-5bee68807e4d" + "f7b62d94-9b56-47c3-8e5c-f0a3823dd129" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:41 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "566e2427-4989-4b55-b199-3bf2592f55a5" + "a0c5c134-4d9a-4017-acd5-2fe6fcde2311" ], "x-ms-correlation-request-id": [ - "566e2427-4989-4b55-b199-3bf2592f55a5" + "a0c5c134-4d9a-4017-acd5-2fe6fcde2311" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173751Z:566e2427-4989-4b55-b199-3bf2592f55a5" + "EASTUS2:20211116T192641Z:a0c5c134-4d9a-4017-acd5-2fe6fcde2311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:50 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967\",\r\n \"name\": \"crptestar9967\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436\",\r\n \"name\": \"crptestar1436\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Storage/storageAccounts/crptestar8628?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NjI4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Storage/storageAccounts/crptestar6887?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2ODg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71bf303c-a9f4-453e-81a2-932be76209d6" + "cec50865-d379-4403-bde5-d385f4cc79f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/99e72077-43eb-4c5b-8b20-ef294498b971?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/b2246125-1167-4381-a94a-ccff1e59bc99?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "99e72077-43eb-4c5b-8b20-ef294498b971" + "b2246125-1167-4381-a94a-ccff1e59bc99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "27ee3056-94ae-4c68-a4fc-59ae51fd9071" + "87e6f5f8-0ba6-4ad9-b1ff-90d30dc4051e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173723Z:27ee3056-94ae-4c68-a4fc-59ae51fd9071" + "EASTUS2:20211116T192614Z:87e6f5f8-0ba6-4ad9-b1ff-90d30dc4051e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:22 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/99e72077-43eb-4c5b-8b20-ef294498b971?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy85OWU3MjA3Ny00M2ViLTRjNWItOGIyMC1lZjI5NDQ5OGI5NzE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/b2246125-1167-4381-a94a-ccff1e59bc99?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy9iMjI0NjEyNS0xMTY3LTQzODEtYTk0YS1jY2ZmMWU1OWJjOTk/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b25abe2-0bf5-4442-972d-be86dfd2a44a" + "e0b2ebcc-cb44-4e59-b60c-d6f8372021c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "0e22474d-abcb-4643-a0e7-3113023f20e7" + "551672ab-4748-47ba-afb3-271ac052d991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173740Z:0e22474d-abcb-4643-a0e7-3113023f20e7" + "EASTUS2:20211116T192631Z:551672ab-4748-47ba-afb3-271ac052d991" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:39 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a49e2b06-ec41-4e5b-b22e-d4d2dcef9b50" + "2e3fb58a-b1f1-4a5b-a301-4c1382159885" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "550e7fe3-6106-4fd1-9ee5-97e3868cb6cc" + "7408d4d6-f072-43b3-8d76-c5f4427596e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "bdabd8a2-38c7-4831-bd17-db39d6e5cec5" + "e377f74b-e002-4c78-8877-7fbd544240b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173750Z:bdabd8a2-38c7-4831-bd17-db39d6e5cec5" + "EASTUS2:20211116T192641Z:e377f74b-e002-4c78-8877-7fbd544240b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:49 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Storage/storageAccounts/crptestar8628\",\r\n \"name\": \"crptestar8628\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:37:21.3244439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8628.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8628.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8628.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8628.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Storage/storageAccounts/crptestar6887\",\r\n \"name\": \"crptestar6887\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:26:12.8449334Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6887.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6887.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6887.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6887.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Storage/storageAccounts/crptestar8628?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NjI4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Storage/storageAccounts/crptestar6887?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2ODg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a46dc8ed-9999-47be-8933-e07dbb4687db" + "d28c0759-a220-40d4-b749-02ffb38fac0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2f43bf44-72d6-4757-a4db-c6c651849702" + "f0a35509-a613-44f7-96fc-914d0dc903fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "ea60393f-6800-4f29-a03e-c2780c214049" + "9ce69476-285f-46db-8d44-42e419bea018" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173750Z:ea60393f-6800-4f29-a03e-c2780c214049" + "EASTUS2:20211116T192641Z:9ce69476-285f-46db-8d44-42e419bea018" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:49 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Storage/storageAccounts/crptestar8628\",\r\n \"name\": \"crptestar8628\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:37:21.3244439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8628.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8628.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8628.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8628.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Storage/storageAccounts/crptestar6887\",\r\n \"name\": \"crptestar6887\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:26:12.8449334Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6887.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6887.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6887.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6887.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23f4b3a3-ecf6-4d19-86d2-8ff840dbb883" + "e4b66975-471d-465b-8a70-fe13dda87ecd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:40 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "e2e2b94b-65f7-48fe-8fb0-3f396027911e" + "6a087dfa-04b1-488a-9189-49bc646f438b" ], "x-ms-correlation-request-id": [ - "e2e2b94b-65f7-48fe-8fb0-3f396027911e" + "6a087dfa-04b1-488a-9189-49bc646f438b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173750Z:e2e2b94b-65f7-48fe-8fb0-3f396027911e" + "EASTUS2:20211116T192641Z:6a087dfa-04b1-488a-9189-49bc646f438b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:50 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/publicIPAddresses/pip7473?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc0NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/publicIPAddresses/pip294?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1016\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1769\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1177cfd8-9f3b-4180-8247-3f23babb9558" + "42f475a2-cbbc-47cd-939a-85cb3370a834" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,48 +543,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3cdc2034-d04b-4b5f-9315-f19015d41949" + "22798b60-cfab-4854-ab7a-65350bfd2064" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/3cdc2034-d04b-4b5f-9315-f19015d41949?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/22798b60-cfab-4854-ab7a-65350bfd2064?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4134f94b-a6fb-455e-8cab-eeb26941b0a4" + "2058c875-519b-446d-8462-630f5876d6e2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7c331962-bfd3-459b-b5da-9ac724cee733" + "5bffaf83-f4d5-418e-ab41-61a2eed15e64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173752Z:4134f94b-a6fb-455e-8cab-eeb26941b0a4" + "EASTUS2:20211116T192642Z:2058c875-519b-446d-8462-630f5876d6e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:52 GMT" - ], "Content-Length": [ - "755" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/publicIPAddresses/pip7473\",\r\n \"etag\": \"W/\\\"98dad218-f434-4097-9ae2-2500bf9fcf09\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"990a285e-c063-405f-aa37-731b9bad71b1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1016\",\r\n \"fqdn\": \"dn1016.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/publicIPAddresses/pip294\",\r\n \"etag\": \"W/\\\"f26d0469-a862-4917-8280-d08924313c1d\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f2485e04-358c-47f4-bd61-eeb1fc05526e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1769\",\r\n \"fqdn\": \"dn1769.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/3cdc2034-d04b-4b5f-9315-f19015d41949?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2NkYzIwMzQtZDA0Yi00YjVmLTkzMTUtZjE5MDE1ZDQxOTQ5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/22798b60-cfab-4854-ab7a-65350bfd2064?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjI3OThiNjAtY2ZhYi00ODU0LWFiN2EtNjUzNTBiZmQyMDY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8e0d0fd4-9f21-4d77-acaf-b33e36d9f6cf" + "08ae7191-df82-4f23-8870-8d9036d68296" ], "x-ms-correlation-request-id": [ - "9a155714-14b5-4047-ae2f-b0d474b4bc0f" + "b83930ef-052c-430e-9df3-1ae201f3c08e" ], "x-ms-arm-service-request-id": [ - "d88efebc-baa5-49a0-bb91-04a116f3a91c" + "592e6518-f05b-4e7e-b7e9-b9dacfe8a7e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173753Z:9a155714-14b5-4047-ae2f-b0d474b4bc0f" + "EASTUS2:20211116T192643Z:b83930ef-052c-430e-9df3-1ae201f3c08e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:53 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/publicIPAddresses/pip7473?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc0NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/publicIPAddresses/pip294?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a01c0e43-9817-4d98-b3fd-f60763c5e57a\"" + "W/\"3e1e67ee-2735-4b92-afb9-af3caa4bdd9e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e47da5a0-acf8-4b1f-8440-9c606f79d30c" + "32f11130-3b1c-4ee1-9c0b-9515e2222a79" ], "x-ms-correlation-request-id": [ - "e0695ef7-2b52-4189-93d8-8672339d002d" + "18c3b83a-06db-4b5f-9dce-e0a979b5fae6" ], "x-ms-arm-service-request-id": [ - "9918cc5e-a185-48a3-9c1a-cb470d0b5b00" + "dac05b4d-170c-4601-85b3-3cc3dfea6076" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173753Z:e0695ef7-2b52-4189-93d8-8672339d002d" + "EASTUS2:20211116T192643Z:18c3b83a-06db-4b5f-9dce-e0a979b5fae6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:53 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/publicIPAddresses/pip7473\",\r\n \"etag\": \"W/\\\"a01c0e43-9817-4d98-b3fd-f60763c5e57a\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"990a285e-c063-405f-aa37-731b9bad71b1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1016\",\r\n \"fqdn\": \"dn1016.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/publicIPAddresses/pip294\",\r\n \"etag\": \"W/\\\"3e1e67ee-2735-4b92-afb9-af3caa4bdd9e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2485e04-358c-47f4-bd61-eeb1fc05526e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1769\",\r\n \"fqdn\": \"dn1769.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/publicIPAddresses/pip7473?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc0NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/publicIPAddresses/pip294?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e7b02a3-0745-4783-be25-4d06da4f4880" + "bf96126c-f8cb-4789-8a71-ad58591e2ad1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a01c0e43-9817-4d98-b3fd-f60763c5e57a\"" + "W/\"3e1e67ee-2735-4b92-afb9-af3caa4bdd9e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f2099c96-1c73-4b09-b217-aad2e15d6141" + "30c7aef5-3d4e-4637-8ca5-db5419ae7060" ], "x-ms-correlation-request-id": [ - "566d7965-36e7-44f8-ac2c-1d6bb7822163" + "4f807657-2ced-4e39-b7e2-68a87755751e" ], "x-ms-arm-service-request-id": [ - "4c2ccde3-aaf4-44ad-a34c-9be0280ac322" + "edb73e20-0f55-4416-b263-9c7a325be2b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173753Z:566d7965-36e7-44f8-ac2c-1d6bb7822163" + "EASTUS2:20211116T192643Z:4f807657-2ced-4e39-b7e2-68a87755751e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:53 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/publicIPAddresses/pip7473\",\r\n \"etag\": \"W/\\\"a01c0e43-9817-4d98-b3fd-f60763c5e57a\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"990a285e-c063-405f-aa37-731b9bad71b1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1016\",\r\n \"fqdn\": \"dn1016.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/publicIPAddresses/pip294\",\r\n \"etag\": \"W/\\\"3e1e67ee-2735-4b92-afb9-af3caa4bdd9e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2485e04-358c-47f4-bd61-eeb1fc05526e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1769\",\r\n \"fqdn\": \"dn1769.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6983\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7066\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aa6a8db4-b395-4e81-af44-8f6707db916d" + "8cba3ecb-0425-4643-bbc4-f55033bc81ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,46 +820,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:44 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0f13cf65-5716-470d-a395-57a96f98b514" + "c3102f6a-9970-4558-bc9e-5db50ad7b52e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/0f13cf65-5716-470d-a395-57a96f98b514?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/c3102f6a-9970-4558-bc9e-5db50ad7b52e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8a6263d3-cf7a-4f81-8be0-a0a2a1b4c24e" + "3d00bb5d-a877-4a93-be09-719934fccbd4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e275a143-6596-46c1-bc90-13f8f9dee6be" + "94c07adf-04e2-4219-8703-2ee5f71051c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173754Z:8a6263d3-cf7a-4f81-8be0-a0a2a1b4c24e" + "EASTUS2:20211116T192644Z:3d00bb5d-a877-4a93-be09-719934fccbd4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:54 GMT" - ], "Content-Length": [ "1314" ], @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766\",\r\n \"etag\": \"W/\\\"b19e023a-ebd4-4d85-87f3-a48d5a61b086\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"abe76992-b841-40f0-9717-9184a7778f5b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\",\r\n \"etag\": \"W/\\\"b19e023a-ebd4-4d85-87f3-a48d5a61b086\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4183\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183\",\r\n \"etag\": \"W/\\\"1d5f0efd-a5bf-475d-9bd9-ee118b34763a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5507a583-0856-4811-bfe6-7e7b10e10026\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\",\r\n \"etag\": \"W/\\\"1d5f0efd-a5bf-475d-9bd9-ee118b34763a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/0f13cf65-5716-470d-a395-57a96f98b514?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGYxM2NmNjUtNTcxNi00NzBkLWEzOTUtNTdhOTZmOThiNTE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/c3102f6a-9970-4558-bc9e-5db50ad7b52e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzMxMDJmNmEtOTk3MC00NTU4LWJjOWUtNWRiNTBhZDdiNTJlP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8c78539d-3a36-4e7a-b286-800fb31120a6" + "91fef045-9360-4b02-bc76-e064215bda63" ], "x-ms-correlation-request-id": [ - "a0a99a68-6a38-4e81-88b6-2e384781e688" + "f197ecb9-a848-4cbb-8b0f-200414cca3d2" ], "x-ms-arm-service-request-id": [ - "6d5a6cfe-d8a8-47e3-9b7a-f5f17169626c" + "88a13766-369f-412e-b272-084e85f0ee26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173757Z:a0a99a68-6a38-4e81-88b6-2e384781e688" + "EASTUS2:20211116T192647Z:f197ecb9-a848-4cbb-8b0f-200414cca3d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:57 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,40 +951,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"190dc97d-66e3-460c-b54a-8b6987e2a0d1\"" + "W/\"714be732-1592-4b06-8edd-5a72427abf1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "73525c9a-c6d7-4129-8a77-f2374679b3cb" + "32419c4f-f5a3-4e37-9b89-e536c53c0f14" ], "x-ms-correlation-request-id": [ - "b4db2f62-7e80-4473-8fe1-7e479dc17d68" + "0a0d98ea-cf7c-4265-8112-4af8c221d523" ], "x-ms-arm-service-request-id": [ - "0838e97d-386b-4964-ac5e-5dde3ab4d879" + "1f717e28-1df3-4a75-afba-8a2eae9b3d3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173757Z:b4db2f62-7e80-4473-8fe1-7e479dc17d68" + "EASTUS2:20211116T192647Z:0a0d98ea-cf7c-4265-8112-4af8c221d523" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:57 GMT" - ], "Content-Length": [ "1316" ], @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766\",\r\n \"etag\": \"W/\\\"190dc97d-66e3-460c-b54a-8b6987e2a0d1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abe76992-b841-40f0-9717-9184a7778f5b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\",\r\n \"etag\": \"W/\\\"190dc97d-66e3-460c-b54a-8b6987e2a0d1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4183\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183\",\r\n \"etag\": \"W/\\\"714be732-1592-4b06-8edd-5a72427abf1e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5507a583-0856-4811-bfe6-7e7b10e10026\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\",\r\n \"etag\": \"W/\\\"714be732-1592-4b06-8edd-5a72427abf1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NjYvc3VibmV0cy9zbjY5ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxODMvc3VibmV0cy9zbjcwNjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d3475e7-c91d-4ec1-b272-5dab4c0a8e72" + "81155d77-828e-426a-a6e6-ac8d305effe1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,40 +1021,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"190dc97d-66e3-460c-b54a-8b6987e2a0d1\"" + "W/\"714be732-1592-4b06-8edd-5a72427abf1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "438afc0d-1e5e-4a7b-b68e-f9837291e9ae" + "44ea5a57-2342-45ed-a65d-46a6d29c0429" ], "x-ms-correlation-request-id": [ - "b3eb474a-7bb9-4b34-aac2-3a63acdd2b49" + "7f2a9ebb-f54e-4264-b50c-35137c9fd227" ], "x-ms-arm-service-request-id": [ - "215e6ae1-c646-44ad-a1f7-86df2c73a791" + "496b0e9e-a021-4c6d-a342-887d1a25ebda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173757Z:b3eb474a-7bb9-4b34-aac2-3a63acdd2b49" + "EASTUS2:20211116T192647Z:7f2a9ebb-f54e-4264-b50c-35137c9fd227" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:57 GMT" - ], "Content-Length": [ "523" ], @@ -1065,25 +1065,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\",\r\n \"etag\": \"W/\\\"190dc97d-66e3-460c-b54a-8b6987e2a0d1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\",\r\n \"etag\": \"W/\\\"714be732-1592-4b06-8edd-5a72427abf1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyMjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMzMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\r\n }\r\n },\r\n \"name\": \"ip4347\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\r\n }\r\n },\r\n \"name\": \"ip6096\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47359c5f-a847-4f02-9915-5a1e72176807" + "50b37fca-9547-4826-8653-197a86b0d403" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1097,43 +1097,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6450cea6-a1d7-47de-ba6a-6083fb3f9cf5" + "67b2862c-7380-405a-ba41-8bbe52992e14" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/6450cea6-a1d7-47de-ba6a-6083fb3f9cf5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/67b2862c-7380-405a-ba41-8bbe52992e14?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ed498d60-22c8-4c27-8ea1-8e1e2e361aba" + "160dad3d-9e78-4a69-8191-e0835fd64b9f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "67b46ae1-da64-4089-b7e3-c39497da2404" + "482ec666-e6c3-4e53-ac68-71b9f6453958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173758Z:ed498d60-22c8-4c27-8ea1-8e1e2e361aba" + "EASTUS2:20211116T192648Z:160dad3d-9e78-4a69-8191-e0835fd64b9f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:58 GMT" - ], "Content-Length": [ "1624" ], @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8225\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225\",\r\n \"etag\": \"W/\\\"6bb70708-2d77-4f24-9b57-613924ef51fb\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"45c91b20-110a-458b-985d-c6d3bfdc31ff\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4347\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225/ipConfigurations/ip4347\",\r\n \"etag\": \"W/\\\"6bb70708-2d77-4f24-9b57-613924ef51fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\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\": \"sju4pk0bxdyebfyxsgcko32pld.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338\",\r\n \"etag\": \"W/\\\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"97d40c9f-b2af-4ac0-b1f2-a30ce9216760\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338/ipConfigurations/ip6096\",\r\n \"etag\": \"W/\\\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\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\": \"qosqovkwbaiurp5gpz3rbyiaeg.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyMjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMzMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,40 +1164,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6bb70708-2d77-4f24-9b57-613924ef51fb\"" + "W/\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "74231b44-778f-4c0c-991a-a1cba448b1df" + "bd3cdc0b-5284-4fe0-8c95-4e6660e24f17" ], "x-ms-correlation-request-id": [ - "da99ea76-0ac6-467c-8c27-a2ade66cd36f" + "b82920b4-3e04-4eaf-9690-785c283e1b2b" ], "x-ms-arm-service-request-id": [ - "a28b2e4c-60e2-409c-a403-4f8afea13f4a" + "d37787aa-9e9a-43be-a660-7d0730d01c41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173758Z:da99ea76-0ac6-467c-8c27-a2ade66cd36f" + "EASTUS2:20211116T192648Z:b82920b4-3e04-4eaf-9690-785c283e1b2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:58 GMT" - ], "Content-Length": [ "1624" ], @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8225\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225\",\r\n \"etag\": \"W/\\\"6bb70708-2d77-4f24-9b57-613924ef51fb\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"45c91b20-110a-458b-985d-c6d3bfdc31ff\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4347\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225/ipConfigurations/ip4347\",\r\n \"etag\": \"W/\\\"6bb70708-2d77-4f24-9b57-613924ef51fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\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\": \"sju4pk0bxdyebfyxsgcko32pld.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338\",\r\n \"etag\": \"W/\\\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"97d40c9f-b2af-4ac0-b1f2-a30ce9216760\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338/ipConfigurations/ip6096\",\r\n \"etag\": \"W/\\\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\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\": \"qosqovkwbaiurp5gpz3rbyiaeg.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyMjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMzMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de51a699-58e6-41d8-9623-457d9ef1e363" + "5cffbb03-78bb-4b8c-ac1a-79938a96c5c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,40 +1234,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6bb70708-2d77-4f24-9b57-613924ef51fb\"" + "W/\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5d7587ac-47c5-48fb-b884-c1d14f331942" + "6bdf8d3c-9191-4885-ae52-d8facb710af1" ], "x-ms-correlation-request-id": [ - "cf086891-a1f1-4549-9e8b-6f673cf3c069" + "94047254-964d-4489-8c9a-1ff8c67faa53" ], "x-ms-arm-service-request-id": [ - "16f2639d-0ac8-4c48-b7b3-c9a28fa1e366" + "d72e4fed-9cee-45dd-828d-e746a7c1737c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173758Z:cf086891-a1f1-4549-9e8b-6f673cf3c069" + "EASTUS2:20211116T192648Z:94047254-964d-4489-8c9a-1ff8c67faa53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:58 GMT" - ], "Content-Length": [ "1624" ], @@ -1278,26 +1278,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8225\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225\",\r\n \"etag\": \"W/\\\"6bb70708-2d77-4f24-9b57-613924ef51fb\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"45c91b20-110a-458b-985d-c6d3bfdc31ff\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4347\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/networkInterfaces/nic8225/ipConfigurations/ip4347\",\r\n \"etag\": \"W/\\\"6bb70708-2d77-4f24-9b57-613924ef51fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\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\": \"sju4pk0bxdyebfyxsgcko32pld.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338\",\r\n \"etag\": \"W/\\\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"97d40c9f-b2af-4ac0-b1f2-a30ce9216760\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/networkInterfaces/nic3338/ipConfigurations/ip6096\",\r\n \"etag\": \"W/\\\"8aa68668-e9a4-402e-a906-86fb9e9c6f87\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\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\": \"qosqovkwbaiurp5gpz3rbyiaeg.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2ODc3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7342\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5825\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3135\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6095\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ed3f4e30-6b42-4568-9e40-6925508d04fb" + "bb7bbeac-d02f-4133-9871-fe1b0d64ccba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1310,20 +1310,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/a9af7127-caf7-48ed-80f8-33e8ec627644?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1332,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,27 +1339,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a9af7127-caf7-48ed-80f8-33e8ec627644" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a1e80812-8939-46d5-85e7-942bf1ba83b1" + "a0b27bcd-1447-4063-be0a-01cbe1661826" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173800Z:a1e80812-8939-46d5-85e7-942bf1ba83b1" + "EASTUS2:20211116T192649Z:a0b27bcd-1447-4063-be0a-01cbe1661826" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:37:59 GMT" - ], "Content-Length": [ "3669" ], @@ -1363,32 +1363,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7342\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5825\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e12990a6-10f5-47ca-825a-816cd85a2c91\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6877\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3135\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6095\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"12231247-f635-449a-a2ee-1e382542b840\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/a9af7127-caf7-48ed-80f8-33e8ec627644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTlhZjcxMjctY2FmNy00OGVkLTgwZjgtMzNlOGVjNjI3NjQ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2UyYWEwZjctMGFkYy00ZWViLWIwNjQtZTBlYzBkMTNmMzNkP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1396,27 +1403,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "753f67e1-6ebc-4e11-a1f9-faa57d260a8f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "37dd7470-0477-4a4a-aef8-f864f244dc9d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "3d394b6b-b340-41e9-a595-0fbfad45be85" + "4565a7a4-0724-409c-b6d0-34a0914517f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173810Z:3d394b6b-b340-41e9-a595-0fbfad45be85" + "EASTUS2:20211116T192659Z:4565a7a4-0724-409c-b6d0-34a0914517f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:38:09 GMT" - ], "Content-Length": [ "134" ], @@ -1427,29 +1427,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:37:59.0876181+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a9af7127-caf7-48ed-80f8-33e8ec627644\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:26:48.9900226+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/a9af7127-caf7-48ed-80f8-33e8ec627644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTlhZjcxMjctY2FmNy00OGVkLTgwZjgtMzNlOGVjNjI3NjQ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2UyYWEwZjctMGFkYy00ZWViLWIwNjQtZTBlYzBkMTNmMzNkP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:28:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1457,27 +1464,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5c679209-376a-4898-a1f0-1aa297d58acc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bd826849-3e14-484a-96c0-35e62a95be8f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "3dedf19b-d513-49fe-810b-0b9456b40a13" + "2a3a2c95-9f36-4f30-99d2-c9716833cdce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T173947Z:3dedf19b-d513-49fe-810b-0b9456b40a13" + "EASTUS2:20211116T192837Z:2a3a2c95-9f36-4f30-99d2-c9716833cdce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:39:46 GMT" - ], "Content-Length": [ "134" ], @@ -1488,29 +1488,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:37:59.0876181+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a9af7127-caf7-48ed-80f8-33e8ec627644\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:26:48.9900226+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/a9af7127-caf7-48ed-80f8-33e8ec627644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTlhZjcxMjctY2FmNy00OGVkLTgwZjgtMzNlOGVjNjI3NjQ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2UyYWEwZjctMGFkYy00ZWViLWIwNjQtZTBlYzBkMTNmMzNkP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:30:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1518,27 +1525,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a3a4e84-de0e-48b8-91c5-37581a65cab9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "27de2381-9a12-4d59-b3b4-83b3cecd800f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "9192444c-b0f4-4e91-927e-84de243e6ece" + "75368931-e516-43e9-82c4-276c8cc94628" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174124Z:9192444c-b0f4-4e91-927e-84de243e6ece" + "EASTUS2:20211116T193014Z:75368931-e516-43e9-82c4-276c8cc94628" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:41:24 GMT" - ], "Content-Length": [ "134" ], @@ -1549,57 +1549,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:37:59.0876181+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a9af7127-caf7-48ed-80f8-33e8ec627644\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:26:48.9900226+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/a9af7127-caf7-48ed-80f8-33e8ec627644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTlhZjcxMjctY2FmNy00OGVkLTgwZjgtMzNlOGVjNjI3NjQ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2UyYWEwZjctMGFkYy00ZWViLWIwNjQtZTBlYzBkMTNmMzNkP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:31:50 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "adbf61b2-ee1b-4e72-b03d-fe746132d00b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "293705c9-f3ad-4907-9ecc-8de9d426ff2e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "821f4978-dbd7-4d44-a817-756289440c6f" + "1bab0c6a-c86d-4775-aa89-a1f0564d0e01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174301Z:821f4978-dbd7-4d44-a817-756289440c6f" + "EASTUS2:20211116T193151Z:1bab0c6a-c86d-4775-aa89-a1f0564d0e01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:43:00 GMT" - ], "Content-Length": [ "134" ], @@ -1610,29 +1610,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:37:59.0876181+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a9af7127-caf7-48ed-80f8-33e8ec627644\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:26:48.9900226+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/a9af7127-caf7-48ed-80f8-33e8ec627644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTlhZjcxMjctY2FmNy00OGVkLTgwZjgtMzNlOGVjNjI3NjQ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2UyYWEwZjctMGFkYy00ZWViLWIwNjQtZTBlYzBkMTNmMzNkP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:33:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], @@ -1640,27 +1647,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d5406c6-a1cd-4b5d-b1a2-88a933731413" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "869fd196-d648-49f0-8c03-b92e5dbbf0e7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "e380472b-7162-4b01-ac5d-2f5ca2c64f04" + "3c44e80c-b744-4ce0-bd79-950e97a4a102" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174438Z:e380472b-7162-4b01-ac5d-2f5ca2c64f04" + "EASTUS2:20211116T193328Z:3c44e80c-b744-4ce0-bd79-950e97a4a102" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:44:37 GMT" - ], "Content-Length": [ "134" ], @@ -1671,59 +1671,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:37:59.0876181+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a9af7127-caf7-48ed-80f8-33e8ec627644\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:26:48.9900226+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/a9af7127-caf7-48ed-80f8-33e8ec627644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTlhZjcxMjctY2FmNy00OGVkLTgwZjgtMzNlOGVjNjI3NjQ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2UyYWEwZjctMGFkYy00ZWViLWIwNjQtZTBlYzBkMTNmMzNkP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:35:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1aa3d917-1941-4727-a365-5484cc5466fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2af3343f-ebee-4249-b7f0-e87d7a703bc7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "cff0674f-2333-46b9-b9a9-73c892d41e70" + "820ec31e-f5ac-43eb-82fc-06e8c7545fb1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174615Z:cff0674f-2333-46b9-b9a9-73c892d41e70" + "EASTUS2:20211116T193505Z:820ec31e-f5ac-43eb-82fc-06e8c7545fb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:14 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1732,59 +1732,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:37:59.0876181+00:00\",\r\n \"endTime\": \"2021-06-29T17:46:08.0784864+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a9af7127-caf7-48ed-80f8-33e8ec627644\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:26:48.9900226+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2UyYWEwZjctMGFkYy00ZWViLWIwNjQtZTBlYzBkMTNmMzNkP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "848723b4-ff40-4c53-a6b0-e7be54c46b70" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "beeae19d-4ee3-4090-bef1-f88d9fa56ab6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "a6bbbb7e-bc01-41b1-811a-93d9fc8d29ea" + "91a97df3-a0bc-47bb-972c-9426cffa1baa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174615Z:a6bbbb7e-bc01-41b1-811a-93d9fc8d29ea" + "EASTUS2:20211116T193642Z:91a97df3-a0bc-47bb-972c-9426cffa1baa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:14 GMT" - ], "Content-Length": [ - "3670" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1793,35 +1793,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7342\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5825\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e12990a6-10f5-47ca-825a-816cd85a2c91\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:26:48.9900226+00:00\",\r\n \"endTime\": \"2021-11-16T19:35:16.9915084+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7e2aa0f7-0adc-4eeb-b064-e0ec0d13f33d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2ODc3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "06682bdf-b501-4f90-aebb-88bedd18ad88" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], @@ -1829,27 +1830,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2264248b-b201-487d-ab41-4acaf4bbf070" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9719178e-7618-4ffa-85d3-d512340e218b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "bb1132bb-2983-41c3-bedb-808ec2f002ee" + "8c950c28-1b3a-473e-a16a-8a38dcc77e24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174615Z:bb1132bb-2983-41c3-bedb-808ec2f002ee" + "EASTUS2:20211116T193642Z:8c950c28-1b3a-473e-a16a-8a38dcc77e24" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:14 GMT" - ], "Content-Length": [ "3670" ], @@ -1860,65 +1854,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7342\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5825\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e12990a6-10f5-47ca-825a-816cd85a2c91\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6877\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3135\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6095\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"12231247-f635-449a-a2ee-1e382542b840\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MDk4L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2ODc3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab3d9c68-f33a-4776-9e8c-5f24b59749df" + "26912ce0-878c-4134-996d-541be008870f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbfee925-b92f-4708-b71d-fc3c5fa55319" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4be7c624-f7ab-46c2-b790-a82fa5d9441f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "ba6bb251-63bb-4242-8a8d-37461561b4b6" + "b10ab7a9-259e-4a6e-a517-dbdbb434750d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174615Z:ba6bb251-63bb-4242-8a8d-37461561b4b6" + "EASTUS2:20211116T193642Z:b10ab7a9-259e-4a6e-a517-dbdbb434750d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:14 GMT" - ], "Content-Length": [ - "1096" + "3670" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1927,35 +1921,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T17:46:08.0469854+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6877\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3135\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6095\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"12231247-f635-449a-a2ee-1e382542b840\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2ODc3L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7041965-4a14-4cd1-a56d-407c5ef486c9" + "009bfec5-eff7-45c2-9695-660bcdbbf40f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" ], @@ -1963,29 +1964,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49930c14-ed47-4637-be4a-a54f50646a6e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4e6e64a8-e9b4-4f31-9cc0-d1aa8a4a1304" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "38d5de29-6566-4ece-ab55-ff6d5db5a404" + "cce26889-156d-4dc7-bf0a-8d6c8bad2e20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174615Z:38d5de29-6566-4ece-ab55-ff6d5db5a404" + "EASTUS2:20211116T193642Z:cce26889-156d-4dc7-bf0a-8d6c8bad2e20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:14 GMT" - ], "Content-Length": [ - "4115" + "822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1994,65 +1988,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7342\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5825\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Network/virtualNetworks/vn9766/subnets/sn6983\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e12990a6-10f5-47ca-825a-816cd85a2c91\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T19:35:49.7728739+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MDk4L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19a6846f-28ad-40e8-846d-69c35dc9c8f2" + "57e87d13-1cd7-4f69-94f9-4304a8ff882e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "028f8110-aa31-450b-8843-542f15266e92" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6192134b-7372-4b30-b592-c4aa774d4299" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "4fb5d7e2-7591-471f-991a-db69641454b7" + "8bdd579b-10b0-4d02-af3e-1faacd142f2a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174616Z:4fb5d7e2-7591-471f-991a-db69641454b7" + "EASTUS2:20211116T193642Z:8bdd579b-10b0-4d02-af3e-1faacd142f2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:15 GMT" - ], "Content-Length": [ - "15169" + "4115" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2061,141 +2055,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6877\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3135\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6095\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Network/virtualNetworks/vn4183/subnets/sn7066\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Delete\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"12231247-f635-449a-a2ee-1e382542b840\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9967/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8098?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MDk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2ODc3L3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fd82234-a8d1-4b3d-ab84-2dbdfe9ea422" + "2eca5d59-e01c-4b66-b352-0a32d61ad070" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:41 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?monitor=true&api-version=2021-07-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1332,Microsoft.Compute/VmssQueuedVMOperations;0" - ], - "x-ms-request-charge": [ - "4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "b232ab8c-2fc9-4107-997e-8b6f0f207d49" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "6eaa565b-881c-4dd2-9885-2722131b5507" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T174616Z:6eaa565b-881c-4dd2-9885-2722131b5507" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 17:46:15 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "11" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "02e0e111-7209-4881-a455-ad6d5c7c426d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4ac3246b-583c-49c2-b7d3-8bff7d30caf0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "9fa333cb-99b5-4236-a2af-801529fe2b12" + "3d253f05-c639-4f7c-862e-2ab80ba55d71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174626Z:9fa333cb-99b5-4236-a2af-801529fe2b12" + "EASTUS2:20211116T193642Z:3d253f05-c639-4f7c-862e-2ab80ba55d71" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:26 GMT" - ], "Content-Length": [ - "134" + "29481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2204,118 +2122,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1436/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6877?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2ODc3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "2009a910-6f14-498e-a2de-35c284991bce" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:42 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/59a3c0bb-307c-491b-b932-708d8fcee445?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/59a3c0bb-307c-491b-b932-708d8fcee445?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "978f2d39-2d2d-4c82-bffd-ef90ace9f6b1" + "59a3c0bb-307c-491b-b932-708d8fcee445" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "2ae5ece7-00e4-4716-8895-97d810a58389" + "3713c7d7-6687-43a6-9b62-7f8956472a65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174637Z:2ae5ece7-00e4-4716-8895-97d810a58389" + "EASTUS2:20211116T193642Z:3713c7d7-6687-43a6-9b62-7f8956472a65" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:37 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/59a3c0bb-307c-491b-b932-708d8fcee445?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTlhM2MwYmItMzA3Yy00OTFiLWI5MzItNzA4ZDhmY2VlNDQ1P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:36:52 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "11" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0a7bb530-9758-4f95-b9f3-4379a1d3aa09" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "97952771-d1a6-4e7f-bc38-56c9ec13401b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-correlation-request-id": [ - "d1bc08be-eb94-4ead-8f9b-026e37a0b1ec" + "ba384c4d-71f7-4626-90ad-3e1a193797ac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174648Z:d1bc08be-eb94-4ead-8f9b-026e37a0b1ec" + "EASTUS2:20211116T193653Z:ba384c4d-71f7-4626-90ad-3e1a193797ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:48 GMT" - ], "Content-Length": [ "134" ], @@ -2326,57 +2265,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:36:42.9291808+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59a3c0bb-307c-491b-b932-708d8fcee445\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/59a3c0bb-307c-491b-b932-708d8fcee445?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTlhM2MwYmItMzA3Yy00OTFiLWI5MzItNzA4ZDhmY2VlNDQ1P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:37:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "216e83ce-e735-4d8f-afea-70c0e03ef497" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c307a516-ac49-48ac-9b82-b33baac3f56c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-correlation-request-id": [ - "d2694b50-21d6-441e-b943-e897b3dc3398" + "db50b40b-46c9-4b88-80b5-5cc189ffef65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174659Z:d2694b50-21d6-441e-b943-e897b3dc3398" + "EASTUS2:20211116T193704Z:db50b40b-46c9-4b88-80b5-5cc189ffef65" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:46:59 GMT" - ], "Content-Length": [ "134" ], @@ -2387,57 +2326,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:36:42.9291808+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59a3c0bb-307c-491b-b932-708d8fcee445\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/59a3c0bb-307c-491b-b932-708d8fcee445?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTlhM2MwYmItMzA3Yy00OTFiLWI5MzItNzA4ZDhmY2VlNDQ1P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:37:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4e2132a1-b22c-4e65-a050-e756decef9e0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9edef310-fff4-4722-ad53-44c85c729650" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11991" ], "x-ms-correlation-request-id": [ - "5dbd3f1c-a76c-462d-8dba-6763525991cb" + "989e4a38-7fb3-4e9f-ad8f-fd090534ef96" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174710Z:5dbd3f1c-a76c-462d-8dba-6763525991cb" + "EASTUS2:20211116T193715Z:989e4a38-7fb3-4e9f-ad8f-fd090534ef96" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:47:10 GMT" - ], "Content-Length": [ "134" ], @@ -2448,59 +2387,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:36:42.9291808+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"59a3c0bb-307c-491b-b932-708d8fcee445\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/59a3c0bb-307c-491b-b932-708d8fcee445?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTlhM2MwYmItMzA3Yy00OTFiLWI5MzItNzA4ZDhmY2VlNDQ1P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:37:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "72ca0a37-fb4a-4e2c-bb08-2c59bc6e7e83" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "49172039-206f-473f-81a8-c43b32676ef0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11990" ], "x-ms-correlation-request-id": [ - "19f43848-6ce6-44cd-98ce-e5f82dfd0955" + "5d888643-9972-47c6-ba3e-3d0930f936cf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174721Z:19f43848-6ce6-44cd-98ce-e5f82dfd0955" + "EASTUS2:20211116T193726Z:5d888643-9972-47c6-ba3e-3d0930f936cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:47:21 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2509,29 +2448,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:36:42.9291808+00:00\",\r\n \"endTime\": \"2021-11-16T19:37:21.2730503+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"59a3c0bb-307c-491b-b932-708d8fcee445\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/59a3c0bb-307c-491b-b932-708d8fcee445?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTlhM2MwYmItMzA3Yy00OTFiLWI5MzItNzA4ZDhmY2VlNDQ1P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:37:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" ], @@ -2539,175 +2485,160 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66b8042d-7cc7-4e5b-ac88-1653f72f14d4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d816ab40-b69b-4891-8b95-6e1fd1b80f62" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11989" ], "x-ms-correlation-request-id": [ - "e08f8e5f-4aa8-4ba0-9ad3-1a7b9efe70b9" + "c83521e5-6834-4749-a700-a839f7ea9771" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174732Z:e08f8e5f-4aa8-4ba0-9ad3-1a7b9efe70b9" + "EASTUS2:20211116T193726Z:c83521e5-6834-4749-a700-a839f7ea9771" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:47:32 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1436?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "142ab4d8-384c-44b4-861c-81f4be4a586b" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:37:26 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29980" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], - "x-ms-request-id": [ - "304fa1ae-142d-4d0d-be21-0ad58985f85e" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "x-ms-request-id": [ + "0dd340cc-7e7a-4d5a-b6dd-39b27b8c9ea2" ], "x-ms-correlation-request-id": [ - "dbcc14ad-44d0-43ba-98cb-da96fddb5fea" + "0dd340cc-7e7a-4d5a-b6dd-39b27b8c9ea2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174743Z:dbcc14ad-44d0-43ba-98cb-da96fddb5fea" + "EASTUS2:20211116T193726Z:0dd340cc-7e7a-4d5a-b6dd-39b27b8c9ea2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:47:43 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:46:16.1252337+00:00\",\r\n \"endTime\": \"2021-06-29T17:47:39.7512934+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b232ab8c-2fc9-4107-997e-8b6f0f207d49\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b232ab8c-2fc9-4107-997e-8b6f0f207d49?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjIzMmFiOGMtMmZjOS00MTA3LTk5N2UtOGI2ZjBmMjA3ZDQ5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:37:40 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29979" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "f9a45581-21b5-4366-9393-8eec514f6e1b" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11999" + ], + "x-ms-request-id": [ + "fa07883f-5173-414a-908f-30e55ba45671" ], "x-ms-correlation-request-id": [ - "7bf77d98-f5a8-43f2-9f60-dcba71248811" + "fa07883f-5173-414a-908f-30e55ba45671" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174743Z:7bf77d98-f5a8-43f2-9f60-dcba71248811" + "EASTUS2:20211116T193741Z:fa07883f-5173-414a-908f-30e55ba45671" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:47:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9967?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "05adfb00-cbdb-44f9-8ea4-985d3f3610da" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2715,26 +2646,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:37:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "17edc3f8-0631-4c5f-a806-f358feeadd42" + "7a1b529b-5941-41a1-a55d-5a3241a58f22" ], "x-ms-correlation-request-id": [ - "17edc3f8-0631-4c5f-a806-f358feeadd42" + "7a1b529b-5941-41a1-a55d-5a3241a58f22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174744Z:17edc3f8-0631-4c5f-a806-f358feeadd42" + "EASTUS2:20211116T193756Z:7a1b529b-5941-41a1-a55d-5a3241a58f22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2742,29 +2676,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:47:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2772,26 +2703,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:38:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "d65b956f-a492-46ca-a6e6-cec73679e3dd" + "4d641817-e660-4db7-9c90-85988c69d116" ], "x-ms-correlation-request-id": [ - "d65b956f-a492-46ca-a6e6-cec73679e3dd" + "4d641817-e660-4db7-9c90-85988c69d116" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174759Z:d65b956f-a492-46ca-a6e6-cec73679e3dd" + "EASTUS2:20211116T193811Z:4d641817-e660-4db7-9c90-85988c69d116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2799,29 +2733,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:47:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2829,26 +2760,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:38:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "0d22f622-5ee8-4fd0-af3b-b7ea965de8a9" + "f3dcbd42-f805-405f-b186-80d1c43c1731" ], "x-ms-correlation-request-id": [ - "0d22f622-5ee8-4fd0-af3b-b7ea965de8a9" + "f3dcbd42-f805-405f-b186-80d1c43c1731" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174814Z:0d22f622-5ee8-4fd0-af3b-b7ea965de8a9" + "EASTUS2:20211116T193826Z:f3dcbd42-f805-405f-b186-80d1c43c1731" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2856,29 +2790,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:48:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2886,26 +2817,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:38:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-request-id": [ - "9d84f3ee-13e3-4b90-82d3-2dfc4b48801f" + "a9bdbbb0-e5b7-4d71-9ee0-7cba77dcf50d" ], "x-ms-correlation-request-id": [ - "9d84f3ee-13e3-4b90-82d3-2dfc4b48801f" + "a9bdbbb0-e5b7-4d71-9ee0-7cba77dcf50d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174829Z:9d84f3ee-13e3-4b90-82d3-2dfc4b48801f" + "EASTUS2:20211116T193841Z:a9bdbbb0-e5b7-4d71-9ee0-7cba77dcf50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2913,29 +2847,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:48:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2943,26 +2874,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:38:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "3628e22c-332a-498c-8376-7db3bbe491fa" + "823b9f1a-1608-436f-958a-ef070c8f89dd" ], "x-ms-correlation-request-id": [ - "3628e22c-332a-498c-8376-7db3bbe491fa" + "823b9f1a-1608-436f-958a-ef070c8f89dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174844Z:3628e22c-332a-498c-8376-7db3bbe491fa" + "EASTUS2:20211116T193856Z:823b9f1a-1608-436f-958a-ef070c8f89dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2970,29 +2904,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:48:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3000,26 +2931,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:39:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "add9bb68-6d5d-4038-94cc-720bfee85822" + "afeeedda-4866-4008-ac61-8687ca288dcb" ], "x-ms-correlation-request-id": [ - "add9bb68-6d5d-4038-94cc-720bfee85822" + "afeeedda-4866-4008-ac61-8687ca288dcb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174859Z:add9bb68-6d5d-4038-94cc-720bfee85822" + "EASTUS2:20211116T193911Z:afeeedda-4866-4008-ac61-8687ca288dcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3027,29 +2961,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:48:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3057,26 +2988,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:39:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "7c22b61c-c4d3-4392-a433-6abbfe30e597" + "2cc1e5ca-6323-4b7d-a5ee-3625ce71e5a9" ], "x-ms-correlation-request-id": [ - "7c22b61c-c4d3-4392-a433-6abbfe30e597" + "2cc1e5ca-6323-4b7d-a5ee-3625ce71e5a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174914Z:7c22b61c-c4d3-4392-a433-6abbfe30e597" + "EASTUS2:20211116T193926Z:2cc1e5ca-6323-4b7d-a5ee-3625ce71e5a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3084,29 +3018,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3114,20 +3045,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:39:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "ef2f4440-1efd-46ce-9442-b8c244afdc55" + "17cdcbbb-a61e-4ffb-b701-d22504b632bd" ], "x-ms-correlation-request-id": [ - "ef2f4440-1efd-46ce-9442-b8c244afdc55" + "17cdcbbb-a61e-4ffb-b701-d22504b632bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174929Z:ef2f4440-1efd-46ce-9442-b8c244afdc55" + "EASTUS2:20211116T193941Z:17cdcbbb-a61e-4ffb-b701-d22504b632bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3135,29 +3069,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1RZM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDM2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRNMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3165,20 +3096,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:39:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-request-id": [ - "5cb02a3a-b09d-4f15-a8a3-eed0043885f1" + "528e687e-7146-4381-bb05-cb1173766fe1" ], "x-ms-correlation-request-id": [ - "5cb02a3a-b09d-4f15-a8a3-eed0043885f1" + "528e687e-7146-4381-bb05-cb1173766fe1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174929Z:5cb02a3a-b09d-4f15-a8a3-eed0043885f1" + "EASTUS2:20211116T193941Z:528e687e-7146-4381-bb05-cb1173766fe1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3186,14 +3120,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3202,27 +3133,27 @@ ], "Names": { "TestVMScaleSetPriorityOperationsInternal": [ - "crptestar9967", - "vmss8098", - "crptestar8628" + "crptestar1436", + "vmss6877", + "crptestar6887" ], "CreatePublicIP": [ - "pip7473", - "dn1016" + "pip294", + "dn1769" ], "CreateVNET": [ - "vn9766", - "sn6983" + "vn4183", + "sn7066" ], "CreateNIC": [ - "nic8225", - "ip4347" + "nic3338", + "ip6096" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9359", - "vmss6557", - "vmsstestnetconfig7342", - "vmsstestnetconfig5825" + "crptestar5671", + "vmss4253", + "vmsstestnetconfig3135", + "vmsstestnetconfig6095" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Low.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Low.json index 2fe0bbdde56dc..45ebd0651aa39 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Low.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Low.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b8d08f9-9397-47be-bb0d-be0b54507310" + "d7033ec1-81b5-456e-8b58-f8ea5a93d633" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:39:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "7e6fe369-dd76-4610-bf7e-6a789cbfba35" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ab151355-7ee8-4911-a066-ef7bef1e2870" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "06993621-d4e4-4cf1-8737-a136ad3fb80f" + "dec8aaeb-0116-484e-a3ff-e6bf6a5f7032" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174929Z:06993621-d4e4-4cf1-8737-a136ad3fb80f" + "EASTUS2:20211116T193942Z:dec8aaeb-0116-484e-a3ff-e6bf6a5f7032" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:29 GMT" - ], "Content-Length": [ "307" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1374?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2271?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyNzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1374\": \"2021-06-29 17:49:29Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar2271\": \"2021-11-16 19:39:42Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a658e3c-b8cd-41eb-93a8-a06ea796d0e7" + "0c4bb7d7-4535-4627-a383-6dee01b71281" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:39:42 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "54ed4c07-5e2d-4e37-a0b7-2d9c8840befb" + "f5f76530-9bae-4844-97b4-2677218b1782" ], "x-ms-correlation-request-id": [ - "54ed4c07-5e2d-4e37-a0b7-2d9c8840befb" + "f5f76530-9bae-4844-97b4-2677218b1782" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174930Z:54ed4c07-5e2d-4e37-a0b7-2d9c8840befb" + "EASTUS2:20211116T193942Z:f5f76530-9bae-4844-97b4-2677218b1782" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:29 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374\",\r\n \"name\": \"crptestar1374\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1374\": \"2021-06-29 17:49:29Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271\",\r\n \"name\": \"crptestar2271\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar2271\": \"2021-11-16 19:39:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1374?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2271?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyNzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab20d079-3163-44dd-8915-a4e6b6689bb2" + "664acd28-e5e2-46de-aeac-d6c9802d50ec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "97541c4d-a3f2-4d22-8d19-349db52e9b2c" + "4eda6af8-6ad8-4d02-a76a-ee9f6f718571" ], "x-ms-correlation-request-id": [ - "97541c4d-a3f2-4d22-8d19-349db52e9b2c" + "4eda6af8-6ad8-4d02-a76a-ee9f6f718571" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175000Z:97541c4d-a3f2-4d22-8d19-349db52e9b2c" + "EASTUS2:20211116T194012Z:4eda6af8-6ad8-4d02-a76a-ee9f6f718571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:59 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374\",\r\n \"name\": \"crptestar1374\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271\",\r\n \"name\": \"crptestar2271\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Storage/storageAccounts/crptestar8908?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4OTA4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Storage/storageAccounts/crptestar5059?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MDU5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "32d20804-5e4f-43cc-b022-d26f2d17c770" + "94a0ee4d-8960-4582-b055-84ce95ada86e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:39:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/f2c42231-3de1-4d43-9111-c1b7367f7693?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/848d418e-fc70-4954-885c-be30862877fd?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f2c42231-3de1-4d43-9111-c1b7367f7693" + "848d418e-fc70-4954-885c-be30862877fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "165f2e2d-692d-4f7b-a28e-16c29748912c" + "e3969468-4460-4e2a-927e-dc9dbb47c898" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174932Z:165f2e2d-692d-4f7b-a28e-16c29748912c" + "EASTUS2:20211116T193945Z:e3969468-4460-4e2a-927e-dc9dbb47c898" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:31 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/f2c42231-3de1-4d43-9111-c1b7367f7693?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy9mMmM0MjIzMS0zZGUxLTRkNDMtOTExMS1jMWI3MzY3Zjc2OTM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/848d418e-fc70-4954-885c-be30862877fd?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy84NDhkNDE4ZS1mYzcwLTQ5NTQtODg1Yy1iZTMwODYyODc3ZmQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f9df2d6b-2e36-4681-acd8-76722e36164e" + "7804cd30-9da8-4a26-aa30-3339ca66efee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11999" ], "x-ms-correlation-request-id": [ - "85cadb5c-52dd-4eb6-9195-67c8c7917d49" + "eb9a1d5f-98ac-46f1-ada8-371af5caebf0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174949Z:85cadb5c-52dd-4eb6-9195-67c8c7917d49" + "EASTUS2:20211116T194002Z:eb9a1d5f-98ac-46f1-ada8-371af5caebf0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:48 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7c6a8fe-9ecc-4c4d-b31d-c5c437f285a6" + "39550416-e2cf-4717-ac53-befbf8392e2f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "41752590-bfe3-457f-8487-f936d7b4991e" + "273afbe5-59d4-4f9e-9f57-04a8bd5afd92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11998" ], "x-ms-correlation-request-id": [ - "46e21735-4bc2-4bbf-b9cc-682b66eaf715" + "438ac58d-3602-45d6-8f77-96eaae9d01c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174959Z:46e21735-4bc2-4bbf-b9cc-682b66eaf715" + "EASTUS2:20211116T194012Z:438ac58d-3602-45d6-8f77-96eaae9d01c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:58 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Storage/storageAccounts/crptestar8908\",\r\n \"name\": \"crptestar8908\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:49:31.088009Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8908.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8908.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8908.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8908.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Storage/storageAccounts/crptestar5059\",\r\n \"name\": \"crptestar5059\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:39:43.4454017Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5059.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5059.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5059.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5059.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Storage/storageAccounts/crptestar8908?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4OTA4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Storage/storageAccounts/crptestar5059?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MDU5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c2c1dcf-1add-49a8-9504-b346ff4128bd" + "7131ad7c-c6d2-41d3-aba4-a80a97055a05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "94aa17c5-b004-4635-915f-e4b359eea5b5" + "e03cc189-d2b0-4d3c-b0a0-0469ba46e0c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11997" ], "x-ms-correlation-request-id": [ - "de0ec3a3-0bc7-4813-b90b-f1d6297ae12e" + "9f28946e-801e-4d5c-b876-07b175eeb136" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174959Z:de0ec3a3-0bc7-4813-b90b-f1d6297ae12e" + "EASTUS2:20211116T194012Z:9f28946e-801e-4d5c-b876-07b175eeb136" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:59 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Storage/storageAccounts/crptestar8908\",\r\n \"name\": \"crptestar8908\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T17:49:31.088009Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8908.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8908.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8908.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8908.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Storage/storageAccounts/crptestar5059\",\r\n \"name\": \"crptestar5059\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:39:43.4454017Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5059.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5059.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5059.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5059.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0db47c5a-8611-4061-b64b-344cbb04e7df" + "d8d8275a-9942-4af1-85f0-2efa61258ace" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "e27f3d63-f60d-4d65-9b6d-0f46e2e13201" + "cba565a3-b834-4461-bed4-68313e93c9d1" ], "x-ms-correlation-request-id": [ - "e27f3d63-f60d-4d65-9b6d-0f46e2e13201" + "cba565a3-b834-4461-bed4-68313e93c9d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T174959Z:e27f3d63-f60d-4d65-9b6d-0f46e2e13201" + "EASTUS2:20211116T194012Z:cba565a3-b834-4461-bed4-68313e93c9d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:49:59 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/publicIPAddresses/pip1320?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/publicIPAddresses/pip6620?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY2MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8559\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2724\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3ba4a51e-336d-46ae-8402-f7fb381fb5e3" + "c047e2d3-7cc4-4568-a38d-4562e406d939" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "19fac383-f7b6-403e-a1f0-aae1fc216e0f" + "feadd1df-6a7f-4dfc-b31b-d6e760dea2ce" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/19fac383-f7b6-403e-a1f0-aae1fc216e0f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/feadd1df-6a7f-4dfc-b31b-d6e760dea2ce?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e358a0b4-c823-4b85-9c0f-f7dc5212b349" + "7b954e66-c773-40fb-bc03-e1f28f010cf5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2eaf1527-f476-43cf-aa35-8f42bbe3650a" + "ca7c0f46-3d43-4f0b-8f70-67e15376015a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175001Z:e358a0b4-c823-4b85-9c0f-f7dc5212b349" + "EASTUS2:20211116T194013Z:7b954e66-c773-40fb-bc03-e1f28f010cf5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:00 GMT" - ], "Content-Length": [ "755" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1320\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/publicIPAddresses/pip1320\",\r\n \"etag\": \"W/\\\"8de032d1-7a37-417c-829c-847508821020\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6633fba0-acbc-4f0e-b261-20dd322ff71e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8559\",\r\n \"fqdn\": \"dn8559.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6620\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/publicIPAddresses/pip6620\",\r\n \"etag\": \"W/\\\"1435af0d-bb36-48bc-a5cf-54695f2b0bc7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"98d3580d-6cd3-4c72-bbd4-adde60876cee\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2724\",\r\n \"fqdn\": \"dn2724.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/19fac383-f7b6-403e-a1f0-aae1fc216e0f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTlmYWMzODMtZjdiNi00MDNlLWExZjAtYWFlMWZjMjE2ZTBmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/feadd1df-6a7f-4dfc-b31b-d6e760dea2ce?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVhZGQxZGYtNmE3Zi00ZGZjLWIzMWItZDZlNzYwZGVhMmNlP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3752276d-324c-4af3-b280-84d0295fcb15" + "367567f5-0756-4760-b55b-3b623b013c2e" ], "x-ms-correlation-request-id": [ - "48780229-8d21-4cec-a83c-c60098640da5" + "9de249ae-a15d-4a4d-9e3e-243e68be48b2" ], "x-ms-arm-service-request-id": [ - "47d62f2a-9d1f-4a9e-ad44-c0faf4513860" + "887dfebf-a175-43b7-9ba8-15a6ce190009" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175002Z:48780229-8d21-4cec-a83c-c60098640da5" + "EASTUS2:20211116T194014Z:9de249ae-a15d-4a4d-9e3e-243e68be48b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:02 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/publicIPAddresses/pip1320?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/publicIPAddresses/pip6620?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY2MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +674,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f4327f5d-374f-4520-954d-d35ad44d86b9\"" + "W/\"f2e0b9ad-d62a-4325-9c3c-31f89377b747\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "81e461c7-d90c-44af-b4e4-d2c704187af2" + "c29a92aa-b2d2-4155-ab5f-73a48fa4b575" ], "x-ms-correlation-request-id": [ - "3e027ae0-7a14-49a3-830e-0aec34c0e83a" + "7b2ade09-a24b-4aa1-afa3-4335f143ea2b" ], "x-ms-arm-service-request-id": [ - "2a732335-00f2-475c-9419-d90e526eade9" + "638fb410-50a6-4ac4-af7f-21d5a592c04b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175002Z:3e027ae0-7a14-49a3-830e-0aec34c0e83a" + "EASTUS2:20211116T194014Z:7b2ade09-a24b-4aa1-afa3-4335f143ea2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:02 GMT" - ], "Content-Length": [ "756" ], @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1320\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/publicIPAddresses/pip1320\",\r\n \"etag\": \"W/\\\"f4327f5d-374f-4520-954d-d35ad44d86b9\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6633fba0-acbc-4f0e-b261-20dd322ff71e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8559\",\r\n \"fqdn\": \"dn8559.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6620\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/publicIPAddresses/pip6620\",\r\n \"etag\": \"W/\\\"f2e0b9ad-d62a-4325-9c3c-31f89377b747\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"98d3580d-6cd3-4c72-bbd4-adde60876cee\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2724\",\r\n \"fqdn\": \"dn2724.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/publicIPAddresses/pip1320?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/publicIPAddresses/pip6620?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY2MjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a549209b-f2e5-4b31-b647-f8e6a8a1b89e" + "550977e4-f174-4690-8cd7-8a77a83fe37c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +744,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f4327f5d-374f-4520-954d-d35ad44d86b9\"" + "W/\"f2e0b9ad-d62a-4325-9c3c-31f89377b747\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fa1e55e5-af81-46a1-a141-d27619e70f73" + "6c07766c-e66d-4bd1-92d2-fed20d9d58f1" ], "x-ms-correlation-request-id": [ - "61bf6982-ea3f-4ed4-a294-5fb5f0c4613c" + "58e214f6-dbb5-41fd-a118-9a5d060c49b0" ], "x-ms-arm-service-request-id": [ - "b986eda0-f0f8-46b2-90be-5bc1bd7e9a4f" + "070eeda7-71b6-4f7f-82e2-bf6adb2c279a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175002Z:61bf6982-ea3f-4ed4-a294-5fb5f0c4613c" + "EASTUS2:20211116T194014Z:58e214f6-dbb5-41fd-a118-9a5d060c49b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:02 GMT" - ], "Content-Length": [ "756" ], @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1320\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/publicIPAddresses/pip1320\",\r\n \"etag\": \"W/\\\"f4327f5d-374f-4520-954d-d35ad44d86b9\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6633fba0-acbc-4f0e-b261-20dd322ff71e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8559\",\r\n \"fqdn\": \"dn8559.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6620\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/publicIPAddresses/pip6620\",\r\n \"etag\": \"W/\\\"f2e0b9ad-d62a-4325-9c3c-31f89377b747\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"98d3580d-6cd3-4c72-bbd4-adde60876cee\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2724\",\r\n \"fqdn\": \"dn2724.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU3NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgwND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9663\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8909\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cf8940aa-efff-400d-a722-f4406f57f63f" + "9eef72f4-2a1a-48dc-a56d-8cfff46aef92" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,48 +820,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1ba2f3a9-046c-40ce-bc7d-c9aa25cec353" + "54bcf681-bb58-4ae1-bf79-715ed2309fd3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/1ba2f3a9-046c-40ce-bc7d-c9aa25cec353?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/54bcf681-bb58-4ae1-bf79-715ed2309fd3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d54d5770-6dde-499f-b1b0-0236eb57da1a" + "1219a31e-2fc6-4d15-95d3-67d8057b09ba" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8f3b7cf8-3377-4460-b33e-2d2724425ec2" + "5ab35d49-6b0a-49d0-bf3c-13a4dc240c26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175003Z:d54d5770-6dde-499f-b1b0-0236eb57da1a" + "EASTUS2:20211116T194015Z:1219a31e-2fc6-4d15-95d3-67d8057b09ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:02 GMT" - ], "Content-Length": [ - "1314" + "1311" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764\",\r\n \"etag\": \"W/\\\"7fafcfbc-ee00-4370-b947-a0153de8db33\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"56e11247-7bd8-421c-8814-2ac78bd0752f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\",\r\n \"etag\": \"W/\\\"7fafcfbc-ee00-4370-b947-a0153de8db33\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn804\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804\",\r\n \"etag\": \"W/\\\"170fd668-e2d1-442a-b27a-388d8dda8f65\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"840c2569-6441-4eba-8d2a-114f2b4d3368\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\",\r\n \"etag\": \"W/\\\"170fd668-e2d1-442a-b27a-388d8dda8f65\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/1ba2f3a9-046c-40ce-bc7d-c9aa25cec353?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWJhMmYzYTktMDQ2Yy00MGNlLWJjN2QtYzlhYTI1Y2VjMzUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/54bcf681-bb58-4ae1-bf79-715ed2309fd3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTRiY2Y2ODEtYmI1OC00YWUxLWJmNzktNzE1ZWQyMzA5ZmQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5d46b017-fcc5-471d-b426-12d40beeac40" + "61faa9d6-3bf4-4edb-96db-8b441a59db4a" ], "x-ms-correlation-request-id": [ - "dd7903b9-c046-42dc-ba23-1fae009b9022" + "af5b2ad4-4286-4702-af89-7bd2e5acaec1" ], "x-ms-arm-service-request-id": [ - "4d6c4b11-323a-497c-8604-3fd1babfd5f3" + "208784f3-4ca0-49c9-b9ee-e99a4aa0d2c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175006Z:dd7903b9-c046-42dc-ba23-1fae009b9022" + "EASTUS2:20211116T194018Z:af5b2ad4-4286-4702-af89-7bd2e5acaec1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:05 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU3NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgwND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9bca1053-e6c9-41bf-b024-b1dd969400f7\"" + "W/\"e4bbc895-5b7f-4ba7-9c6f-5f626a5525d1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "74bc12cf-bd8e-4fba-8a1a-063af5789bc0" + "b44421fb-770d-44c8-9769-5338410fb91a" ], "x-ms-correlation-request-id": [ - "ad8fc50d-5ff7-4fa6-abfd-5e1b9671d8db" + "e53a8537-00c5-4c19-a331-f5bbbc08b7cc" ], "x-ms-arm-service-request-id": [ - "98c2db0c-b245-4385-bd83-38a9f54b6e0a" + "f5a45466-ddf9-438d-ba2e-00b283b48cfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175006Z:ad8fc50d-5ff7-4fa6-abfd-5e1b9671d8db" + "EASTUS2:20211116T194018Z:e53a8537-00c5-4c19-a331-f5bbbc08b7cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:05 GMT" - ], "Content-Length": [ - "1316" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764\",\r\n \"etag\": \"W/\\\"9bca1053-e6c9-41bf-b024-b1dd969400f7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"56e11247-7bd8-421c-8814-2ac78bd0752f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\",\r\n \"etag\": \"W/\\\"9bca1053-e6c9-41bf-b024-b1dd969400f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn804\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804\",\r\n \"etag\": \"W/\\\"e4bbc895-5b7f-4ba7-9c6f-5f626a5525d1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"840c2569-6441-4eba-8d2a-114f2b4d3368\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\",\r\n \"etag\": \"W/\\\"e4bbc895-5b7f-4ba7-9c6f-5f626a5525d1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU3NjQvc3VibmV0cy9zbjk2NjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgwNC9zdWJuZXRzL3NuODkwOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ce29747-7820-43d4-9820-b28f92a1d97d" + "347d575b-9d46-4551-b696-078423fb976c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9bca1053-e6c9-41bf-b024-b1dd969400f7\"" + "W/\"e4bbc895-5b7f-4ba7-9c6f-5f626a5525d1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2b8c7e6e-8e44-41d5-a4c8-ab42351a2088" + "d2ce5843-e136-419c-a1f2-e96e96f0548e" ], "x-ms-correlation-request-id": [ - "ff059afb-7e83-456c-96d9-bff50b55b595" + "bdd3171b-17f9-40e1-90cf-28f8951159af" ], "x-ms-arm-service-request-id": [ - "1ebfc46b-999f-4b7f-b26e-84e0d52baea0" + "cc18ac73-6c23-4907-adad-2c518ae71396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175006Z:ff059afb-7e83-456c-96d9-bff50b55b595" + "EASTUS2:20211116T194018Z:bdd3171b-17f9-40e1-90cf-28f8951159af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:05 GMT" - ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\",\r\n \"etag\": \"W/\\\"9bca1053-e6c9-41bf-b024-b1dd969400f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn8909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\",\r\n \"etag\": \"W/\\\"e4bbc895-5b7f-4ba7-9c6f-5f626a5525d1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9663\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\r\n }\r\n },\r\n \"name\": \"ip6763\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\r\n }\r\n },\r\n \"name\": \"ip2378\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0e355595-56d3-4808-9702-555fff4be772" + "3405da4e-32a4-4208-aae1-3c55f86b6a09" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "741" + "740" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "96d764b8-a17d-4bde-8d52-f4a15d3efd57" + "d80275bc-175d-46fa-a5d7-0d03995c57cc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/96d764b8-a17d-4bde-8d52-f4a15d3efd57?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/d80275bc-175d-46fa-a5d7-0d03995c57cc?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2c230f4a-6e8f-42bc-8346-318cbce99292" + "65461f1d-0cea-4a81-80fa-eb4343c099fa" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "44f9d489-af7f-42ed-9d82-1e611a2aced2" + "80caff43-d055-4752-894b-dbb5872bd470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175007Z:2c230f4a-6e8f-42bc-8346-318cbce99292" + "EASTUS2:20211116T194018Z:65461f1d-0cea-4a81-80fa-eb4343c099fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:06 GMT" - ], "Content-Length": [ - "1624" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146\",\r\n \"etag\": \"W/\\\"482a06e8-0a63-42f1-a785-e09b29007c8b\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"258f8471-acdc-4595-8d03-81d2ca08279d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6763\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146/ipConfigurations/ip6763\",\r\n \"etag\": \"W/\\\"482a06e8-0a63-42f1-a785-e09b29007c8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\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\": \"i2jocvwypmoefcaufldyxudvfh.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6090\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090\",\r\n \"etag\": \"W/\\\"bf633688-edd6-441d-a668-ab4cfe0f9c71\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0d3ed960-c3e2-49a2-9c4e-7bca4966b852\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090/ipConfigurations/ip2378\",\r\n \"etag\": \"W/\\\"bf633688-edd6-441d-a668-ab4cfe0f9c71\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\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\": \"nesqzbcbms3e3djkcfhswtjtna.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"482a06e8-0a63-42f1-a785-e09b29007c8b\"" + "W/\"bf633688-edd6-441d-a668-ab4cfe0f9c71\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "20888cdd-2928-4866-a645-8dd64c39fc5d" + "e8b3696b-e37a-4122-899a-3a99801ef1c7" ], "x-ms-correlation-request-id": [ - "6a8ad264-dbf1-4b20-b6f9-e91cd4b9db6d" + "586347f3-dcb5-41cc-997b-2ecc4341dd2b" ], "x-ms-arm-service-request-id": [ - "bf358b08-d375-4f00-8194-b2f77074e4db" + "715ab9a1-966a-45fc-ab67-daad828b94d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175007Z:6a8ad264-dbf1-4b20-b6f9-e91cd4b9db6d" + "EASTUS2:20211116T194018Z:586347f3-dcb5-41cc-997b-2ecc4341dd2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:06 GMT" - ], "Content-Length": [ - "1624" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146\",\r\n \"etag\": \"W/\\\"482a06e8-0a63-42f1-a785-e09b29007c8b\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"258f8471-acdc-4595-8d03-81d2ca08279d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6763\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146/ipConfigurations/ip6763\",\r\n \"etag\": \"W/\\\"482a06e8-0a63-42f1-a785-e09b29007c8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\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\": \"i2jocvwypmoefcaufldyxudvfh.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6090\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090\",\r\n \"etag\": \"W/\\\"bf633688-edd6-441d-a668-ab4cfe0f9c71\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0d3ed960-c3e2-49a2-9c4e-7bca4966b852\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090/ipConfigurations/ip2378\",\r\n \"etag\": \"W/\\\"bf633688-edd6-441d-a668-ab4cfe0f9c71\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\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\": \"nesqzbcbms3e3djkcfhswtjtna.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwOTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2ed77df-2ece-4fcd-a773-6c7ac10b9fbf" + "94b71f52-8274-40f3-9f71-2bd373033ebc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"482a06e8-0a63-42f1-a785-e09b29007c8b\"" + "W/\"bf633688-edd6-441d-a668-ab4cfe0f9c71\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ed80e430-9c71-490f-a1e8-5f079c1bc3bd" + "3475aeaa-ecf8-4366-9c49-292f5c32d33a" ], "x-ms-correlation-request-id": [ - "4dd82c5a-23e8-4783-8cca-ba27e58e45dc" + "d9f1dd78-e3e2-4a38-8127-cc4feb7267ca" ], "x-ms-arm-service-request-id": [ - "47020dd7-26e6-4d41-a710-a1d9ad6bda03" + "ff05bcac-98a7-4b7d-8f7f-1b093db54d0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175007Z:4dd82c5a-23e8-4783-8cca-ba27e58e45dc" + "EASTUS2:20211116T194019Z:d9f1dd78-e3e2-4a38-8127-cc4feb7267ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:06 GMT" - ], "Content-Length": [ - "1624" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,52 +1278,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7146\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146\",\r\n \"etag\": \"W/\\\"482a06e8-0a63-42f1-a785-e09b29007c8b\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"258f8471-acdc-4595-8d03-81d2ca08279d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6763\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/networkInterfaces/nic7146/ipConfigurations/ip6763\",\r\n \"etag\": \"W/\\\"482a06e8-0a63-42f1-a785-e09b29007c8b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\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\": \"i2jocvwypmoefcaufldyxudvfh.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6090\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090\",\r\n \"etag\": \"W/\\\"bf633688-edd6-441d-a668-ab4cfe0f9c71\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0d3ed960-c3e2-49a2-9c4e-7bca4966b852\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/networkInterfaces/nic6090/ipConfigurations/ip2378\",\r\n \"etag\": \"W/\\\"bf633688-edd6-441d-a668-ab4cfe0f9c71\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\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\": \"nesqzbcbms3e3djkcfhswtjtna.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDE0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMjI5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7405\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3038\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3210\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8203\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "41c4ea40-c801-43c7-8d94-50070cc8df96" + "740b6f04-a469-40e4-bf0f-d609e96db107" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1683" + "1682" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:19 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2063cd51-939e-41ed-8b48-ea8561abfbf9?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/44989e0f-85e3-421c-883a-c40129486d7a?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1328,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2063cd51-939e-41ed-8b48-ea8561abfbf9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "44989e0f-85e3-421c-883a-c40129486d7a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "def8668d-1e21-4608-bad7-85edecc8b222" + "e9a438f1-de3e-4532-8bf8-72df4b000658" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175009Z:def8668d-1e21-4608-bad7-85edecc8b222" + "EASTUS2:20211116T194020Z:e9a438f1-de3e-4532-8bf8-72df4b000658" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:09 GMT" - ], "Content-Length": [ - "3673" + "3672" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,62 +1363,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7405\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3038\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"865f266c-d4b2-49f3-869d-8f9d4ee1cfa0\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3210\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8203\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"115e894f-7fc3-4c83-a902-5ede5785a5d8\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2063cd51-939e-41ed-8b48-ea8561abfbf9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjA2M2NkNTEtOTM5ZS00MWVkLThiNDgtZWE4NTYxYWJmYmY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/44989e0f-85e3-421c-883a-c40129486d7a?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5ODllMGYtODVlMy00MjFjLTg4M2EtYzQwMTI5NDg2ZDdhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:40:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "357c28fc-7db8-4e89-83a1-b9894864e98c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f4ff95cc-7e5b-4c7d-b6bf-96f6b4d769aa" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "51a2f693-4a64-4e67-acc2-13823209e5a9" + "6ac525f9-76b1-468f-8765-691adfcf0966" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175019Z:51a2f693-4a64-4e67-acc2-13823209e5a9" + "EASTUS2:20211116T194030Z:6ac525f9-76b1-468f-8765-691adfcf0966" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:50:19 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1427,59 +1427,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:50:08.456158+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2063cd51-939e-41ed-8b48-ea8561abfbf9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:40:19.5703129+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44989e0f-85e3-421c-883a-c40129486d7a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2063cd51-939e-41ed-8b48-ea8561abfbf9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjA2M2NkNTEtOTM5ZS00MWVkLThiNDgtZWE4NTYxYWJmYmY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/44989e0f-85e3-421c-883a-c40129486d7a?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5ODllMGYtODVlMy00MjFjLTg4M2EtYzQwMTI5NDg2ZDdhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:42:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a92df017-09b1-415e-8bf5-7ae8c8084b7b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6d7dbe09-2d46-4def-8c2e-de47e200c326" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "f8829231-e164-452f-b842-d355ff4d7053" + "7431f5c4-f727-4186-9b68-ff5da97a616f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175156Z:f8829231-e164-452f-b842-d355ff4d7053" + "EASTUS2:20211116T194207Z:7431f5c4-f727-4186-9b68-ff5da97a616f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:51:56 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,59 +1488,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:50:08.456158+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2063cd51-939e-41ed-8b48-ea8561abfbf9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:40:19.5703129+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44989e0f-85e3-421c-883a-c40129486d7a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2063cd51-939e-41ed-8b48-ea8561abfbf9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjA2M2NkNTEtOTM5ZS00MWVkLThiNDgtZWE4NTYxYWJmYmY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/44989e0f-85e3-421c-883a-c40129486d7a?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5ODllMGYtODVlMy00MjFjLTg4M2EtYzQwMTI5NDg2ZDdhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:43:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74418c9f-28c0-4fcf-a884-4fbb15c77016" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f20ffc2a-9efd-478a-b5fa-73d1920fcc82" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "d2726b8a-d3b0-4225-a797-8a72058bc7fa" + "413c3ece-7195-4b8e-95b3-e44c523c41da" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175333Z:d2726b8a-d3b0-4225-a797-8a72058bc7fa" + "EASTUS2:20211116T194344Z:413c3ece-7195-4b8e-95b3-e44c523c41da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:53:33 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1549,59 +1549,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:50:08.456158+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2063cd51-939e-41ed-8b48-ea8561abfbf9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:40:19.5703129+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44989e0f-85e3-421c-883a-c40129486d7a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2063cd51-939e-41ed-8b48-ea8561abfbf9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjA2M2NkNTEtOTM5ZS00MWVkLThiNDgtZWE4NTYxYWJmYmY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/44989e0f-85e3-421c-883a-c40129486d7a?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5ODllMGYtODVlMy00MjFjLTg4M2EtYzQwMTI5NDg2ZDdhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:45:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "79de970d-7575-42e6-9155-0b785823a322" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "31f235e9-9033-42e4-85e7-6e28b84dbf45" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "8fb114bb-17aa-402d-8b13-2fcd68152916" + "d99cb800-afcf-4f19-8308-e8434af48eb7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175510Z:8fb114bb-17aa-402d-8b13-2fcd68152916" + "EASTUS2:20211116T194521Z:d99cb800-afcf-4f19-8308-e8434af48eb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:55:09 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1610,59 +1610,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:50:08.456158+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2063cd51-939e-41ed-8b48-ea8561abfbf9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:40:19.5703129+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44989e0f-85e3-421c-883a-c40129486d7a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2063cd51-939e-41ed-8b48-ea8561abfbf9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjA2M2NkNTEtOTM5ZS00MWVkLThiNDgtZWE4NTYxYWJmYmY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/44989e0f-85e3-421c-883a-c40129486d7a?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5ODllMGYtODVlMy00MjFjLTg4M2EtYzQwMTI5NDg2ZDdhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:46:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04654818-d18d-43c9-ac97-e984e39ff37f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb712ace-4c3e-4d4a-97ad-a7d22af64145" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "20164b45-92c2-4961-8925-a61f740f996f" + "e80001a2-577b-4a72-9f78-17f3c4a1aca7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175647Z:20164b45-92c2-4961-8925-a61f740f996f" + "EASTUS2:20211116T194658Z:e80001a2-577b-4a72-9f78-17f3c4a1aca7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:56:47 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1671,59 +1671,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:50:08.456158+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2063cd51-939e-41ed-8b48-ea8561abfbf9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:40:19.5703129+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44989e0f-85e3-421c-883a-c40129486d7a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2063cd51-939e-41ed-8b48-ea8561abfbf9?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjA2M2NkNTEtOTM5ZS00MWVkLThiNDgtZWE4NTYxYWJmYmY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/44989e0f-85e3-421c-883a-c40129486d7a?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5ODllMGYtODVlMy00MjFjLTg4M2EtYzQwMTI5NDg2ZDdhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96ebaa6c-cc03-4b08-8449-976023ee17d7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fed070b2-e64d-41c6-8a27-8291d4688e79" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "81856bd4-b527-4b84-aa9d-9a3397c0c516" + "4ef60f62-b930-41ab-b330-091eed89096d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175824Z:81856bd4-b527-4b84-aa9d-9a3397c0c516" + "EASTUS2:20211116T194835Z:4ef60f62-b930-41ab-b330-091eed89096d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:24 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1732,29 +1732,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:50:08.456158+00:00\",\r\n \"endTime\": \"2021-06-29T17:58:19.7280454+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2063cd51-939e-41ed-8b48-ea8561abfbf9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:40:19.5703129+00:00\",\r\n \"endTime\": \"2021-11-16T19:48:27.1650688+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"44989e0f-85e3-421c-883a-c40129486d7a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDE0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMjI5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2588" ], @@ -1762,29 +1769,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "238fb0fb-b2ed-4836-bed6-b5e50a00b50f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "014ffbe8-fb1c-4ad2-8153-e8c98dd3bc16" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "28684d05-11a9-4936-8e87-93db93ad9c4b" + "be323936-9660-4e5f-8bb7-90e516d557da" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175824Z:28684d05-11a9-4936-8e87-93db93ad9c4b" + "EASTUS2:20211116T194835Z:be323936-9660-4e5f-8bb7-90e516d557da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:24 GMT" - ], "Content-Length": [ - "3674" + "3673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1793,35 +1793,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7405\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3038\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"865f266c-d4b2-49f3-869d-8f9d4ee1cfa0\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3210\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8203\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"115e894f-7fc3-4c83-a902-5ede5785a5d8\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDE0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMjI5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b72d37e5-4d70-44f6-9ec0-a0640c638700" + "9d2caf36-7617-4ba9-92e7-6453d7742f35" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2587" ], @@ -1829,29 +1836,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e7cbb94-493a-4831-aaab-6d56b083dd2c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "934dc36b-f04c-4098-8648-6ccd16746aea" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "14d6f9e5-c4c5-42bd-885f-1ea3c96552a5" + "d5b070e0-5d4f-4a00-9885-8551676d1b90" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175824Z:14d6f9e5-c4c5-42bd-885f-1ea3c96552a5" + "EASTUS2:20211116T194835Z:d5b070e0-5d4f-4a00-9885-8551676d1b90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:24 GMT" - ], "Content-Length": [ - "3674" + "3673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1860,65 +1860,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7405\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3038\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"865f266c-d4b2-49f3-869d-8f9d4ee1cfa0\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3210\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8203\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"115e894f-7fc3-4c83-a902-5ede5785a5d8\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDE0L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMjI5L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c13e22a-cc33-442c-aae7-845a4848fcec" + "bda6daa4-d169-4e2e-bbef-11e1e4f91b88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0621315a-25a6-4060-b416-f0a3f0b4cc94" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "13f16a7f-0a5e-476e-925b-71cf51bb5291" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "2ec130d0-9731-4037-81df-04ee6f48d32f" + "eb8e1bbb-e713-4304-b8ab-666d55209154" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175824Z:2ec130d0-9731-4037-81df-04ee6f48d32f" + "EASTUS2:20211116T194835Z:eb8e1bbb-e713-4304-b8ab-666d55209154" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:24 GMT" - ], "Content-Length": [ - "822" + "1096" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1927,65 +1927,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T17:58:19.7124313+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T19:48:27.1338166+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6c12e98-1a4c-41a8-b39d-5abfb6cf525d" + "a8ea60ae-2b43-46b6-b8e0-2300db1412c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f99fae61-80c6-42ef-b8ca-e3bd6d2039d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "adb857b3-1262-4834-bce4-c9fbc945d375" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-correlation-request-id": [ - "2e7a435a-242e-4f9b-8392-3b44abb1dfae" + "31e215b0-d949-4499-af0b-d957b22fc858" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175825Z:2e7a435a-242e-4f9b-8392-3b44abb1dfae" + "EASTUS2:20211116T194836Z:31e215b0-d949-4499-af0b-d957b22fc858" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:24 GMT" - ], "Content-Length": [ - "4119" + "4118" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1994,35 +1994,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7405\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3038\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Network/virtualNetworks/vn5764/subnets/sn9663\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"865f266c-d4b2-49f3-869d-8f9d4ee1cfa0\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss3229\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3210\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8203\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Network/virtualNetworks/vn804/subnets/sn8909\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"115e894f-7fc3-4c83-a902-5ede5785a5d8\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDE0L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMjI5L3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "056f5716-fdc0-4b66-926e-58c7ee4ace9f" + "680c914c-0e54-4548-81b3-02975884a41d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2586" ], @@ -2030,29 +2037,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e22f240-a9fa-4c22-94d2-c67ddfd552b4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ebb2fce7-0047-4b17-892a-9a1a62351759" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "8bf48674-d3af-4426-bda8-37c791878795" + "2aa669e4-e5d8-4ae3-a2a7-608df541214b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175825Z:8bf48674-d3af-4426-bda8-37c791878795" + "EASTUS2:20211116T194836Z:2aa669e4-e5d8-4ae3-a2a7-608df541214b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:24 GMT" - ], "Content-Length": [ - "13587" + "29481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2061,49 +2061,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1374/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8414?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjEzNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDE0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2271/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3229?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMjI5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1df07c3-24fe-46ce-8683-9df3c0539902" + "345a21ac-c26f-4fbc-9d65-15f2ef46151e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1332,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -2112,88 +2119,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "82f01627-405b-43e0-abde-c4e11df8b53f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "da10b5f3-6924-42a5-9db1-73825505865c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "a5fdc5b9-14c5-43b9-abf6-a4967a91e680" + "6f935ebd-d649-45dd-ab18-a34a5ef7ba04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175825Z:a5fdc5b9-14c5-43b9-abf6-a4967a91e680" + "EASTUS2:20211116T194836Z:6f935ebd-d649-45dd-ab18-a34a5ef7ba04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODJmMDE2MjctNDA1Yi00M2UwLWFiZGUtYzRlMTFkZjhiNTNmP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGExMGI1ZjMtNjkyNC00MmE1LTlkYjEtNzM4MjU1MDU4NjVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "53fb6b71-f436-43b0-a53e-28cb7d6c9533" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "320e3c0f-7abd-467c-8e21-c345e856c541" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-correlation-request-id": [ - "d6d852f0-dbd8-4c5a-b4c1-5193c855079e" + "5e026ec2-9651-4937-816a-543b2a576058" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175835Z:d6d852f0-dbd8-4c5a-b4c1-5193c855079e" + "EASTUS2:20211116T194846Z:5e026ec2-9651-4937-816a-543b2a576058" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:35 GMT" - ], "Content-Length": [ "134" ], @@ -2204,57 +2204,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:58:25.1812191+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82f01627-405b-43e0-abde-c4e11df8b53f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:48:36.2900656+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da10b5f3-6924-42a5-9db1-73825505865c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODJmMDE2MjctNDA1Yi00M2UwLWFiZGUtYzRlMTFkZjhiNTNmP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGExMGI1ZjMtNjkyNC00MmE1LTlkYjEtNzM4MjU1MDU4NjVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:48:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c25a9931-779e-4432-b067-81c0af482701" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f855390c-ceed-480d-81f4-89ed45e2d7c9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11992" ], "x-ms-correlation-request-id": [ - "4baa8bef-9798-4152-8d2f-4a4728eb9152" + "c5402b71-bd5d-4567-a26f-8faa86eb3e76" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175846Z:4baa8bef-9798-4152-8d2f-4a4728eb9152" + "EASTUS2:20211116T194857Z:c5402b71-bd5d-4567-a26f-8faa86eb3e76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:46 GMT" - ], "Content-Length": [ "134" ], @@ -2265,57 +2265,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:58:25.1812191+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82f01627-405b-43e0-abde-c4e11df8b53f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:48:36.2900656+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da10b5f3-6924-42a5-9db1-73825505865c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODJmMDE2MjctNDA1Yi00M2UwLWFiZGUtYzRlMTFkZjhiNTNmP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGExMGI1ZjMtNjkyNC00MmE1LTlkYjEtNzM4MjU1MDU4NjVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:49:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ea05ee7c-764c-4c19-8b37-922d7a38c718" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5a5dbd82-3a22-457c-83d4-da08872aab9d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11991" ], "x-ms-correlation-request-id": [ - "dc61a0ad-4249-40da-b871-a24527431124" + "dc3c5f83-d295-4534-beef-26644541782d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175857Z:dc61a0ad-4249-40da-b871-a24527431124" + "EASTUS2:20211116T194908Z:dc3c5f83-d295-4534-beef-26644541782d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:58:57 GMT" - ], "Content-Length": [ "134" ], @@ -2326,57 +2326,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:58:25.1812191+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82f01627-405b-43e0-abde-c4e11df8b53f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:48:36.2900656+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da10b5f3-6924-42a5-9db1-73825505865c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODJmMDE2MjctNDA1Yi00M2UwLWFiZGUtYzRlMTFkZjhiNTNmP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGExMGI1ZjMtNjkyNC00MmE1LTlkYjEtNzM4MjU1MDU4NjVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:49:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b56bdaa-8086-48e4-8a4d-67653e29f8f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c18ace19-78d6-404c-a31d-10b04d9b8b39" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11990" ], "x-ms-correlation-request-id": [ - "e530b2d2-76a0-4044-8dea-78b92c511603" + "74893c05-352f-421a-bf1d-f1bea24b0d05" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175908Z:e530b2d2-76a0-4044-8dea-78b92c511603" + "EASTUS2:20211116T194919Z:74893c05-352f-421a-bf1d-f1bea24b0d05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:59:07 GMT" - ], "Content-Length": [ "134" ], @@ -2387,59 +2387,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:58:25.1812191+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82f01627-405b-43e0-abde-c4e11df8b53f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:48:36.2900656+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da10b5f3-6924-42a5-9db1-73825505865c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODJmMDE2MjctNDA1Yi00M2UwLWFiZGUtYzRlMTFkZjhiNTNmP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGExMGI1ZjMtNjkyNC00MmE1LTlkYjEtNzM4MjU1MDU4NjVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:49:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac110a64-b380-421b-8e46-1da52a6f7562" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "60dce6aa-88b8-4d17-90f3-16231159e721" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11989" ], "x-ms-correlation-request-id": [ - "1f36b2ef-55c6-46da-9c79-78cfe668513b" + "3add8406-c685-430b-9154-1b7c8e0c561c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175919Z:1f36b2ef-55c6-46da-9c79-78cfe668513b" + "EASTUS2:20211116T194930Z:3add8406-c685-430b-9154-1b7c8e0c561c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:59:18 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2448,83 +2448,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T17:58:25.1812191+00:00\",\r\n \"endTime\": \"2021-06-29T17:59:08.8067768+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"82f01627-405b-43e0-abde-c4e11df8b53f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:48:36.2900656+00:00\",\r\n \"endTime\": \"2021-11-16T19:49:21.837202+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"da10b5f3-6924-42a5-9db1-73825505865c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82f01627-405b-43e0-abde-c4e11df8b53f?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODJmMDE2MjctNDA1Yi00M2UwLWFiZGUtYzRlMTFkZjhiNTNmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da10b5f3-6924-42a5-9db1-73825505865c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGExMGI1ZjMtNjkyNC00MmE1LTlkYjEtNzM4MjU1MDU4NjVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:49:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "df7524e2-3d3d-4d6b-99d2-dc1219414a96" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c8060596-f67d-4225-8dfe-2595179acaa1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11988" ], "x-ms-correlation-request-id": [ - "e93e3eab-1d18-4838-9129-02cf61bf4086" + "ccbf2646-e5bf-4e73-a193-4e09d85b87e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175919Z:e93e3eab-1d18-4838-9129-02cf61bf4086" + "EASTUS2:20211116T194930Z:ccbf2646-e5bf-4e73-a193-4e09d85b87e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:59:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1374?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjEzNzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2271?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyNzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c84b765-5e64-4d2c-aad8-6e977aff2b21" + "6ea67d50-6b94-4cce-8366-8fb8a47ded2d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2532,11 +2532,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:49:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2545,13 +2548,13 @@ "14999" ], "x-ms-request-id": [ - "826a78aa-a1c6-481f-bf28-16f5a3988e8f" + "1ea05cbb-1ab7-462a-9f85-5d3e497bc80b" ], "x-ms-correlation-request-id": [ - "826a78aa-a1c6-481f-bf28-16f5a3988e8f" + "1ea05cbb-1ab7-462a-9f85-5d3e497bc80b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175919Z:826a78aa-a1c6-481f-bf28-16f5a3988e8f" + "EASTUS2:20211116T194931Z:1ea05cbb-1ab7-462a-9f85-5d3e497bc80b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2559,86 +2562,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:59:19 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "eb9ba3ea-7e6c-4913-998a-920a565e73da" - ], - "x-ms-correlation-request-id": [ - "eb9ba3ea-7e6c-4913-998a-920a565e73da" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T175934Z:eb9ba3ea-7e6c-4913-998a-920a565e73da" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 17:59:34 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpjeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2646,11 +2589,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:49:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2659,13 +2605,13 @@ "11998" ], "x-ms-request-id": [ - "33593e79-565c-48c7-b379-16645b5461ef" + "b299daab-a366-403e-a69e-1460d4fb3f82" ], "x-ms-correlation-request-id": [ - "33593e79-565c-48c7-b379-16645b5461ef" + "b299daab-a366-403e-a69e-1460d4fb3f82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T175949Z:33593e79-565c-48c7-b379-16645b5461ef" + "EASTUS2:20211116T194946Z:b299daab-a366-403e-a69e-1460d4fb3f82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2673,29 +2619,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 17:59:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpjeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2703,11 +2646,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2716,13 +2662,13 @@ "11997" ], "x-ms-request-id": [ - "dbefc4dd-2683-49e8-b474-7f67e6026d16" + "ba479b26-e4d9-4344-8f3a-5d8a362aa18f" ], "x-ms-correlation-request-id": [ - "dbefc4dd-2683-49e8-b474-7f67e6026d16" + "ba479b26-e4d9-4344-8f3a-5d8a362aa18f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180004Z:dbefc4dd-2683-49e8-b474-7f67e6026d16" + "EASTUS2:20211116T195001Z:ba479b26-e4d9-4344-8f3a-5d8a362aa18f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2730,29 +2676,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:00:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpjeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2760,11 +2703,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2773,13 +2719,13 @@ "11996" ], "x-ms-request-id": [ - "0e67c9b5-058e-4c2c-87ca-8f0f3a7fdc60" + "7d9408fd-9cb8-4006-9417-18b72918afbc" ], "x-ms-correlation-request-id": [ - "0e67c9b5-058e-4c2c-87ca-8f0f3a7fdc60" + "7d9408fd-9cb8-4006-9417-18b72918afbc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180019Z:0e67c9b5-058e-4c2c-87ca-8f0f3a7fdc60" + "EASTUS2:20211116T195016Z:7d9408fd-9cb8-4006-9417-18b72918afbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2787,29 +2733,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:00:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpjeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2817,11 +2760,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2830,13 +2776,13 @@ "11995" ], "x-ms-request-id": [ - "4a86b0d7-0176-4717-bdfe-f4bc5ae5d532" + "c651e694-a1e3-4017-8c05-c2342eac3c6f" ], "x-ms-correlation-request-id": [ - "4a86b0d7-0176-4717-bdfe-f4bc5ae5d532" + "c651e694-a1e3-4017-8c05-c2342eac3c6f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180034Z:4a86b0d7-0176-4717-bdfe-f4bc5ae5d532" + "EASTUS2:20211116T195031Z:c651e694-a1e3-4017-8c05-c2342eac3c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2844,29 +2790,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:00:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpjeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2874,26 +2817,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:46 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-request-id": [ - "60ddf488-905d-44f1-ac1d-67a979d70d34" + "5059e349-7fda-40bb-b2c1-fefd326d0d38" ], "x-ms-correlation-request-id": [ - "60ddf488-905d-44f1-ac1d-67a979d70d34" + "5059e349-7fda-40bb-b2c1-fefd326d0d38" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180050Z:60ddf488-905d-44f1-ac1d-67a979d70d34" + "EASTUS2:20211116T195046Z:5059e349-7fda-40bb-b2c1-fefd326d0d38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2901,80 +2841,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:00:49 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "781c5bc5-0635-4dcd-94e8-e7e763816978" - ], - "x-ms-correlation-request-id": [ - "781c5bc5-0635-4dcd-94e8-e7e763816978" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T180105Z:781c5bc5-0635-4dcd-94e8-e7e763816978" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 18:01:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxMzc0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TXpjMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjcxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWpjeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2982,20 +2868,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:46 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-request-id": [ - "1650fc0e-b97e-4641-855d-b4c857133969" + "7eaf4dfe-482c-4c84-a905-f7cd6ddb6b93" ], "x-ms-correlation-request-id": [ - "1650fc0e-b97e-4641-855d-b4c857133969" + "7eaf4dfe-482c-4c84-a905-f7cd6ddb6b93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180105Z:1650fc0e-b97e-4641-855d-b4c857133969" + "EASTUS2:20211116T195046Z:7eaf4dfe-482c-4c84-a905-f7cd6ddb6b93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3003,14 +2892,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3019,27 +2905,27 @@ ], "Names": { "TestVMScaleSetPriorityOperationsInternal": [ - "crptestar1374", - "vmss8414", - "crptestar8908" + "crptestar2271", + "vmss3229", + "crptestar5059" ], "CreatePublicIP": [ - "pip1320", - "dn8559" + "pip6620", + "dn2724" ], "CreateVNET": [ - "vn5764", - "sn9663" + "vn804", + "sn8909" ], "CreateNIC": [ - "nic7146", - "ip6763" + "nic6090", + "ip2378" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8164", - "vmss7089", - "vmsstestnetconfig7405", - "vmsstestnetconfig3038" + "crptestar1196", + "vmss2840", + "vmsstestnetconfig3210", + "vmsstestnetconfig8203" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Regular.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Regular.json index 6b55de6d2117d..b828d85ce5c5f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Regular.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetPriorityOperations_Accept_Regular.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8bfa34d-0792-46dc-8ed8-97b0877015c2" + "41d280d7-e60e-402a-aa9d-9ab350253256" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:37:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "0e708129-51f5-42bd-a4bf-ede22d960815" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a60c084c-0cc8-434b-b6e0-a32822b79b84" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "bb4fb673-5372-4337-ba33-d9ca4a762974" + "e4ed6e06-3c3f-4756-819e-af70391d02fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183730Z:bb4fb673-5372-4337-ba33-d9ca4a762974" + "EASTUS2:20211116T203743Z:e4ed6e06-3c3f-4756-819e-af70391d02fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:37:29 GMT" - ], "Content-Length": [ "307" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2732?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3MzI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1486?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar2732\": \"2021-06-29 18:37:30Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1486\": \"2021-11-16 20:37:43Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "055af3e9-7b43-4ed6-bff9-e157c94677a0" + "59b6ea39-25fb-4fff-8d49-af22a61c8a06" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:37:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "eac253bf-acf5-4630-a0dc-85c5e6816c19" + "1ce9c9ee-2c6d-4914-857f-ce04055f7307" ], "x-ms-correlation-request-id": [ - "eac253bf-acf5-4630-a0dc-85c5e6816c19" + "1ce9c9ee-2c6d-4914-857f-ce04055f7307" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183731Z:eac253bf-acf5-4630-a0dc-85c5e6816c19" + "EASTUS2:20211116T203743Z:1ce9c9ee-2c6d-4914-857f-ce04055f7307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:37:30 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732\",\r\n \"name\": \"crptestar2732\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar2732\": \"2021-06-29 18:37:30Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486\",\r\n \"name\": \"crptestar1486\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1486\": \"2021-11-16 20:37:43Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2732?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3MzI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1486?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7977d89-84a2-426b-b6f5-ebb2d284bcdd" + "bce1595f-2e2b-494d-81da-0a3a09ae871b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:13 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "fc91f490-efce-41fe-8e31-3cbc567baf33" + "689cfb69-1454-41f8-ba06-1855ccdce7f6" ], "x-ms-correlation-request-id": [ - "fc91f490-efce-41fe-8e31-3cbc567baf33" + "689cfb69-1454-41f8-ba06-1855ccdce7f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183801Z:fc91f490-efce-41fe-8e31-3cbc567baf33" + "EASTUS2:20211116T203813Z:689cfb69-1454-41f8-ba06-1855ccdce7f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:00 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732\",\r\n \"name\": \"crptestar2732\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486\",\r\n \"name\": \"crptestar1486\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Storage/storageAccounts/crptestar4312?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MzEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Storage/storageAccounts/crptestar2111?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMTExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "91b3a6a9-35b5-4196-a3d4-444af6af153d" + "efd35fb2-23f4-4139-ae08-ea9555c3e670" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:37:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/972f9043-4869-4d5b-8d7b-5ef9bb0e04e6?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/3a182750-3c24-4a69-b92e-dc126ea914bd?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "972f9043-4869-4d5b-8d7b-5ef9bb0e04e6" + "3a182750-3c24-4a69-b92e-dc126ea914bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a5ba1283-4bd7-403c-85d4-0fb663d0cded" + "270aae31-b8fd-4818-8896-ed1fddcaf07a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183733Z:a5ba1283-4bd7-403c-85d4-0fb663d0cded" + "EASTUS2:20211116T203746Z:270aae31-b8fd-4818-8896-ed1fddcaf07a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:37:33 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/972f9043-4869-4d5b-8d7b-5ef9bb0e04e6?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy85NzJmOTA0My00ODY5LTRkNWItOGQ3Yi01ZWY5YmIwZTA0ZTY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/3a182750-3c24-4a69-b92e-dc126ea914bd?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8zYTE4Mjc1MC0zYzI0LTRhNjktYjkyZS1kYzEyNmVhOTE0YmQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e50626a9-b04d-4952-90b1-4464a75355da" + "7bc88d7c-8b46-4cf4-90a6-81c5f592793c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "593da44b-7e95-4d30-8820-ab859e653240" + "0c3f64f8-f241-4f91-853e-f3279f373246" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183750Z:593da44b-7e95-4d30-8820-ab859e653240" + "EASTUS2:20211116T203803Z:0c3f64f8-f241-4f91-853e-f3279f373246" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:37:50 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58c438c6-857e-4701-8f66-bb0fcd0a2aa6" + "3bb1fcaa-b676-4560-acc9-dac0b0d3b62d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5a5810ad-5d7b-4f2b-959c-51730765e65e" + "7e16d2b0-d577-40b1-9378-6ee5080b678a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "d34863e0-1f8e-4d86-8cd7-881419f33510" + "124610a9-bd0e-4ba3-b5ce-e68eb79527f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183800Z:d34863e0-1f8e-4d86-8cd7-881419f33510" + "EASTUS2:20211116T203813Z:124610a9-bd0e-4ba3-b5ce-e68eb79527f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:00 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Storage/storageAccounts/crptestar4312\",\r\n \"name\": \"crptestar4312\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:37:31.8571084Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4312.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4312.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4312.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4312.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Storage/storageAccounts/crptestar2111\",\r\n \"name\": \"crptestar2111\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:37:44.4870628Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2111.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2111.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2111.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2111.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Storage/storageAccounts/crptestar4312?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MzEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Storage/storageAccounts/crptestar2111?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyMTExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1f8a8c8-460e-4404-8707-0bbd6a618e88" + "5c61e1f7-4ed2-4246-85d1-ed07495e7e03" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "29d9a58b-ca15-4f25-9bd0-59edaa596646" + "5cdde888-0daf-45a2-9205-b8b2af38be1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "4685971e-19ff-4582-b7cc-4661472bc295" + "be7f8e54-3234-4ef5-8424-ca296ea45317" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183800Z:4685971e-19ff-4582-b7cc-4661472bc295" + "EASTUS2:20211116T203813Z:be7f8e54-3234-4ef5-8424-ca296ea45317" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:00 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Storage/storageAccounts/crptestar4312\",\r\n \"name\": \"crptestar4312\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:37:31.8571084Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4312.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4312.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4312.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4312.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Storage/storageAccounts/crptestar2111\",\r\n \"name\": \"crptestar2111\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:37:44.4870628Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2111.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2111.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2111.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2111.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7e099f3-55cc-4f95-aa41-ae5bf132b923" + "620a41b6-69af-474f-b69d-76caa474d39a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:12 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "e2aa431e-10f8-4a90-9f8d-01ba286b2ba3" + "ca74cd74-4f18-4ab8-b8ec-8bca243ac24d" ], "x-ms-correlation-request-id": [ - "e2aa431e-10f8-4a90-9f8d-01ba286b2ba3" + "ca74cd74-4f18-4ab8-b8ec-8bca243ac24d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183800Z:e2aa431e-10f8-4a90-9f8d-01ba286b2ba3" + "EASTUS2:20211116T203813Z:ca74cd74-4f18-4ab8-b8ec-8bca243ac24d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:00 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/publicIPAddresses/pip7192?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxOTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/publicIPAddresses/pip2514?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI1MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3972\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2746\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d9fdb234-4b05-479d-be7d-c10748a58255" + "2704aa28-307d-4633-84e7-d9a566d4af84" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ae72533b-e898-4412-b6f4-66fea9550747" + "f404a5ed-2869-47e4-b4c4-d4eeed3f3db5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/ae72533b-e898-4412-b6f4-66fea9550747?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f404a5ed-2869-47e4-b4c4-d4eeed3f3db5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4eeefb79-6fcb-4091-afda-924e875c904f" + "e5b57064-bf91-48cd-94af-9b6f1e955f93" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "07dfd0e7-2a68-4b41-a97b-dcdc1895a6b5" + "f0e69881-ed8a-4cec-b757-9ad1ed0e44d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183802Z:4eeefb79-6fcb-4091-afda-924e875c904f" + "EASTUS2:20211116T203815Z:e5b57064-bf91-48cd-94af-9b6f1e955f93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:01 GMT" - ], "Content-Length": [ "755" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/publicIPAddresses/pip7192\",\r\n \"etag\": \"W/\\\"97e38156-24ec-49dc-b7be-ae7d182ffb0e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c7579aa5-07b8-449b-b861-244e2b1ed2d9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3972\",\r\n \"fqdn\": \"dn3972.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2514\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/publicIPAddresses/pip2514\",\r\n \"etag\": \"W/\\\"e792e6ff-a243-4fd7-affe-f91092c58da5\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a6526690-8b95-4834-ba75-b8d90de8b3d5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2746\",\r\n \"fqdn\": \"dn2746.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/ae72533b-e898-4412-b6f4-66fea9550747?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWU3MjUzM2ItZTg5OC00NDEyLWI2ZjQtNjZmZWE5NTUwNzQ3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f404a5ed-2869-47e4-b4c4-d4eeed3f3db5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjQwNGE1ZWQtMjg2OS00N2U0LWI0YzQtZDRlZWVkM2YzZGI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:15 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "435ea91f-8c0a-46c8-b9a3-a805707e4c92" + "29ab4dc9-f4af-4bb6-a7fc-c2fd9a0ee25a" ], "x-ms-correlation-request-id": [ - "aace7d8f-64e5-4ab9-8292-fcaab380b616" + "26693a6f-d338-4544-abc9-1bbf01046986" ], "x-ms-arm-service-request-id": [ - "13dd4340-798e-4785-8912-b9d000569d90" + "583be10d-1945-4cc4-9dfc-4fee9186dbb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203816Z:26693a6f-d338-4544-abc9-1bbf01046986" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f404a5ed-2869-47e4-b4c4-d4eeed3f3db5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjQwNGE1ZWQtMjg2OS00N2U0LWI0YzQtZDRlZWVkM2YzZGI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:38:17 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "25f552bc-945e-4b16-967a-04f009ef4018" + ], + "x-ms-correlation-request-id": [ + "f02d009d-0df0-4eae-a747-27fe7876c8b5" + ], + "x-ms-arm-service-request-id": [ + "aa9e2644-8c9a-4b4d-a586-0e3b08c6c8c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183803Z:aace7d8f-64e5-4ab9-8292-fcaab380b616" + "EASTUS2:20211116T203818Z:f02d009d-0df0-4eae-a747-27fe7876c8b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:02 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +722,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/publicIPAddresses/pip7192?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxOTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/publicIPAddresses/pip2514?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI1MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +738,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"eef8a005-58b7-4504-9788-8dd625057032\"" + "W/\"a915d0e3-e924-4ba5-bf2a-914cdc9b7068\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1e4690d3-957d-47c6-a918-90bae9b0df13" + "ad72f4ad-2a24-49ee-9f48-613a07633911" ], "x-ms-correlation-request-id": [ - "07009f9f-1ac9-4017-bcef-2c3e81020c2e" + "f899577d-bd29-4a3a-a196-a9297f9a5bd3" ], "x-ms-arm-service-request-id": [ - "4e4f0c39-23d5-4da2-8923-a169e5070d79" + "69e2cb69-9d2b-40dd-8a42-22a0be52c822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183803Z:07009f9f-1ac9-4017-bcef-2c3e81020c2e" + "EASTUS2:20211116T203818Z:f899577d-bd29-4a3a-a196-a9297f9a5bd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:02 GMT" - ], "Content-Length": [ "756" ], @@ -718,25 +782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/publicIPAddresses/pip7192\",\r\n \"etag\": \"W/\\\"eef8a005-58b7-4504-9788-8dd625057032\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c7579aa5-07b8-449b-b861-244e2b1ed2d9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3972\",\r\n \"fqdn\": \"dn3972.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2514\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/publicIPAddresses/pip2514\",\r\n \"etag\": \"W/\\\"a915d0e3-e924-4ba5-bf2a-914cdc9b7068\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6526690-8b95-4834-ba75-b8d90de8b3d5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2746\",\r\n \"fqdn\": \"dn2746.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/publicIPAddresses/pip7192?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxOTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/publicIPAddresses/pip2514?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI1MTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3191f6d2-94a6-49cc-a8df-7fb8fdb031be" + "7b42bb6b-64e6-490d-b7eb-759865982d09" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +808,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"eef8a005-58b7-4504-9788-8dd625057032\"" + "W/\"a915d0e3-e924-4ba5-bf2a-914cdc9b7068\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1e36c241-7fc8-4835-950b-4f820890f591" + "eaa84c72-6b3c-4bee-8129-31aa5d2da169" ], "x-ms-correlation-request-id": [ - "96b30225-10eb-4896-96ab-2b6f7973b7cf" + "068313b7-05c4-4234-90b9-0f234d5bb415" ], "x-ms-arm-service-request-id": [ - "f3485174-65ba-448d-b388-fa37f019774d" + "bff9c75c-7d0e-4a16-bc7f-7d71f77ed951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183803Z:96b30225-10eb-4896-96ab-2b6f7973b7cf" + "EASTUS2:20211116T203818Z:068313b7-05c4-4234-90b9-0f234d5bb415" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:02 GMT" - ], "Content-Length": [ "756" ], @@ -788,25 +852,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/publicIPAddresses/pip7192\",\r\n \"etag\": \"W/\\\"eef8a005-58b7-4504-9788-8dd625057032\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c7579aa5-07b8-449b-b861-244e2b1ed2d9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3972\",\r\n \"fqdn\": \"dn3972.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip2514\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/publicIPAddresses/pip2514\",\r\n \"etag\": \"W/\\\"a915d0e3-e924-4ba5-bf2a-914cdc9b7068\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6526690-8b95-4834-ba75-b8d90de8b3d5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2746\",\r\n \"fqdn\": \"dn2746.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5Njg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4496\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7492\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "de6700bd-7ab7-4647-81eb-d965b654029b" + "667248da-0803-461f-83d3-6e5b080e31ae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,46 +884,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3653ced8-0166-4ea7-878a-f767606f892b" + "83b78711-4083-4073-82b1-4deeb23771c9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/3653ced8-0166-4ea7-878a-f767606f892b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/83b78711-4083-4073-82b1-4deeb23771c9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0cc58035-0d96-48d1-94b7-64aed21f848b" + "647a3fac-4ac9-44c7-85c3-3ed5eea04ee6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "555dc697-c756-489e-8c4f-08847a8c628e" + "e54792a3-56ce-499b-a9a6-1bd5334c21b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183804Z:0cc58035-0d96-48d1-94b7-64aed21f848b" + "EASTUS2:20211116T203819Z:647a3fac-4ac9-44c7-85c3-3ed5eea04ee6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:03 GMT" - ], "Content-Length": [ "1314" ], @@ -870,19 +934,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9069\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069\",\r\n \"etag\": \"W/\\\"a6613d8a-c588-418e-8551-d46d29394ac4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf23e417-07a4-490d-bac0-3f870b1073de\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4496\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\",\r\n \"etag\": \"W/\\\"a6613d8a-c588-418e-8551-d46d29394ac4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968\",\r\n \"etag\": \"W/\\\"1d628806-1568-4531-b194-58609f988ff8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3da98308-0605-4ef2-82b7-f7d079e18897\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\",\r\n \"etag\": \"W/\\\"1d628806-1568-4531-b194-58609f988ff8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/3653ced8-0166-4ea7-878a-f767606f892b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzY1M2NlZDgtMDE2Ni00ZWE3LTg3OGEtZjc2NzYwNmY4OTJiP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/83b78711-4083-4073-82b1-4deeb23771c9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODNiNzg3MTEtNDA4My00MDczLTgyYjEtNGRlZWIyMzc3MWM5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +954,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5eda2b26-bf2e-46f9-a733-792acf11a07b" + "602686de-7b12-4371-8304-b80451fe3f62" ], "x-ms-correlation-request-id": [ - "33af76d3-2187-412a-a8e1-74218bd15d81" + "9a649f0f-56f5-4c5c-a851-0e91ae911ef5" ], "x-ms-arm-service-request-id": [ - "b6cc7f08-21a1-42c0-aa0b-aa9414cf69d6" + "0e4e2890-a688-4bca-9860-91abda91457b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183807Z:33af76d3-2187-412a-a8e1-74218bd15d81" + "EASTUS2:20211116T203822Z:9a649f0f-56f5-4c5c-a851-0e91ae911ef5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:06 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +999,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5Njg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,40 +1015,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d557f68c-7ded-42ca-89b7-00353054fdf4\"" + "W/\"365e053c-8e35-4b1b-b661-feb55d02f6e5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5622889e-2ceb-4c1f-af5f-f0ef8d26f718" + "3b2d1777-0b64-47a4-a9bf-d19399a888c3" ], "x-ms-correlation-request-id": [ - "7a75f116-87d3-4869-88b3-1282c6f7ec8f" + "a5539998-d6de-415a-a6b9-f021a4906ffe" ], "x-ms-arm-service-request-id": [ - "d114efca-3efe-429e-87b8-3abd56b8bcb4" + "9da9e49a-1ead-4d77-8e3f-6f00e4b093f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183807Z:7a75f116-87d3-4869-88b3-1282c6f7ec8f" + "EASTUS2:20211116T203822Z:a5539998-d6de-415a-a6b9-f021a4906ffe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:06 GMT" - ], "Content-Length": [ "1316" ], @@ -995,25 +1059,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9069\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069\",\r\n \"etag\": \"W/\\\"d557f68c-7ded-42ca-89b7-00353054fdf4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf23e417-07a4-490d-bac0-3f870b1073de\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4496\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\",\r\n \"etag\": \"W/\\\"d557f68c-7ded-42ca-89b7-00353054fdf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968\",\r\n \"etag\": \"W/\\\"365e053c-8e35-4b1b-b661-feb55d02f6e5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3da98308-0605-4ef2-82b7-f7d079e18897\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\",\r\n \"etag\": \"W/\\\"365e053c-8e35-4b1b-b661-feb55d02f6e5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwNjkvc3VibmV0cy9zbjQ0OTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5Njgvc3VibmV0cy9zbjc0OTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f19cefcc-1412-4823-a134-760e44a185bd" + "7790ff83-c3a9-4f1b-9e18-a7592698a80a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,40 +1085,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d557f68c-7ded-42ca-89b7-00353054fdf4\"" + "W/\"365e053c-8e35-4b1b-b661-feb55d02f6e5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "da2fab75-9351-4e07-9214-3eeb3350e3a5" + "dac7d56b-58be-4f13-8e05-d56a7157b49d" ], "x-ms-correlation-request-id": [ - "64154596-288d-4d6f-bcbd-fead6cbd8425" + "0aef141b-0e88-425d-83ea-c50e7c76a57a" ], "x-ms-arm-service-request-id": [ - "f2cb86ff-c245-4afc-8473-d7b34432bd27" + "6f691181-7758-4866-9a45-eee415621e29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183807Z:64154596-288d-4d6f-bcbd-fead6cbd8425" + "EASTUS2:20211116T203822Z:0aef141b-0e88-425d-83ea-c50e7c76a57a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:06 GMT" - ], "Content-Length": [ "523" ], @@ -1065,25 +1129,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4496\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\",\r\n \"etag\": \"W/\\\"d557f68c-7ded-42ca-89b7-00353054fdf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\",\r\n \"etag\": \"W/\\\"365e053c-8e35-4b1b-b661-feb55d02f6e5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5NjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4496\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\r\n }\r\n },\r\n \"name\": \"ip6628\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7492\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\r\n }\r\n },\r\n \"name\": \"ip7184\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "978bb7f4-3fba-432e-8efd-b08966e0d8d7" + "f0c566d2-0a43-4f82-9b30-0c64f1654c0a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1097,43 +1161,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "81313768-7c48-47ca-8553-4c97ec00d6a6" + "21a7eb20-c586-4772-a4c5-4b401a00174c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/81313768-7c48-47ca-8553-4c97ec00d6a6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/21a7eb20-c586-4772-a4c5-4b401a00174c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "48b2d479-363d-40a3-a82d-fa2faf25b63e" + "9a1931ef-7ae8-477f-9181-4e0cd1882ec4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d658a319-73f6-4377-97c6-4dea44dbb18c" + "28bcf0b3-d816-4858-b242-26b78f81bd04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183808Z:48b2d479-363d-40a3-a82d-fa2faf25b63e" + "EASTUS2:20211116T203828Z:9a1931ef-7ae8-477f-9181-4e0cd1882ec4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:07 GMT" - ], "Content-Length": [ "1624" ], @@ -1144,19 +1208,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285\",\r\n \"etag\": \"W/\\\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d215ac98-b1c4-4acd-887e-b2146ea210a1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6628\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285/ipConfigurations/ip6628\",\r\n \"etag\": \"W/\\\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\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\": \"c5scht3ea2gutowah4dqwedt1g.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6962\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962\",\r\n \"etag\": \"W/\\\"a199acdb-a9f4-495e-aa9b-089922ae518e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d00e61d-0e58-4214-9965-df842e80f11b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962/ipConfigurations/ip7184\",\r\n \"etag\": \"W/\\\"a199acdb-a9f4-495e-aa9b-089922ae518e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\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\": \"bcb0spifa1ze3avx45ihtymish.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5NjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,40 +1228,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\"" + "W/\"a199acdb-a9f4-495e-aa9b-089922ae518e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d64caf6b-31cc-423f-a736-07a08b4d48ba" + "b5f917ea-e47c-4289-a11b-2b1e2a3f53ea" ], "x-ms-correlation-request-id": [ - "7e83e17b-1dcb-42c7-8e6a-a1e2177243e7" + "530d6b4f-33c5-4cb6-a6fb-5fa41461d043" ], "x-ms-arm-service-request-id": [ - "a2c75cf7-f80b-4dca-bc13-6056e667b3fd" + "11eda625-99a1-4ed4-9ee3-5a4d353e026f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183808Z:7e83e17b-1dcb-42c7-8e6a-a1e2177243e7" + "EASTUS2:20211116T203828Z:530d6b4f-33c5-4cb6-a6fb-5fa41461d043" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:07 GMT" - ], "Content-Length": [ "1624" ], @@ -1208,25 +1272,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285\",\r\n \"etag\": \"W/\\\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d215ac98-b1c4-4acd-887e-b2146ea210a1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6628\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285/ipConfigurations/ip6628\",\r\n \"etag\": \"W/\\\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\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\": \"c5scht3ea2gutowah4dqwedt1g.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6962\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962\",\r\n \"etag\": \"W/\\\"a199acdb-a9f4-495e-aa9b-089922ae518e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d00e61d-0e58-4214-9965-df842e80f11b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962/ipConfigurations/ip7184\",\r\n \"etag\": \"W/\\\"a199acdb-a9f4-495e-aa9b-089922ae518e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\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\": \"bcb0spifa1ze3avx45ihtymish.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5NjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66c229db-da02-44b8-ace5-cde65351396b" + "aa08c301-220a-4cf1-a923-406167caf6ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,40 +1298,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\"" + "W/\"a199acdb-a9f4-495e-aa9b-089922ae518e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "85df8707-5ec4-4e50-9aea-97bd6ca063f2" + "b411d56d-7fce-4daf-8e53-ba98492580b6" ], "x-ms-correlation-request-id": [ - "55e6f069-a69e-48ed-aa69-efcbcd08e47e" + "0a5e1e24-83bc-4558-b82f-28452cc84309" ], "x-ms-arm-service-request-id": [ - "6a998e59-5f09-4efb-a291-a676b180902a" + "982ca811-f758-49fa-8125-5ff6f9537b7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183808Z:55e6f069-a69e-48ed-aa69-efcbcd08e47e" + "EASTUS2:20211116T203828Z:0a5e1e24-83bc-4558-b82f-28452cc84309" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:07 GMT" - ], "Content-Length": [ "1624" ], @@ -1278,26 +1342,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5285\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285\",\r\n \"etag\": \"W/\\\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d215ac98-b1c4-4acd-887e-b2146ea210a1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6628\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/networkInterfaces/nic5285/ipConfigurations/ip6628\",\r\n \"etag\": \"W/\\\"a4ca071c-c14b-4dab-ab1c-ff3a56e41655\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\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\": \"c5scht3ea2gutowah4dqwedt1g.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6962\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962\",\r\n \"etag\": \"W/\\\"a199acdb-a9f4-495e-aa9b-089922ae518e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d00e61d-0e58-4214-9965-df842e80f11b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/networkInterfaces/nic6962/ipConfigurations/ip7184\",\r\n \"etag\": \"W/\\\"a199acdb-a9f4-495e-aa9b-089922ae518e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\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\": \"bcb0spifa1ze3avx45ihtymish.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MDEyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar4312.blob.core.windows.net/crptestar2652\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8768\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4385\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar2111.blob.core.windows.net/crptestar8793\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1872\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1842\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "50142bf6-98d5-4d5e-a832-95acb1e872dc" + "197986ce-0c8b-4f4a-808f-79748bb91a9e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1310,20 +1374,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,27 +1403,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b7d574d-2e98-40bb-8517-348504bd8947" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d65f57de-b412-4d3d-8f96-a6f987513ae2" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8432f863-e8d7-488b-aad6-681bef9aff2d" + "b0a1f23b-f5a4-4df8-9669-0b04edc57703" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183809Z:8432f863-e8d7-488b-aad6-681bef9aff2d" + "EASTUS2:20211116T203830Z:b0a1f23b-f5a4-4df8-9669-0b04edc57703" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:09 GMT" - ], "Content-Length": [ "3183" ], @@ -1363,60 +1427,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4312.blob.core.windows.net/crptestar2652\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8768\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4385\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2f010055-4be0-4112-9606-d166dafdbba7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5509\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2111.blob.core.windows.net/crptestar8793\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1872\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1842\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"73c640c0-1095-45f0-9f9f-bda7f19781da\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2I3ZDU3NGQtMmU5OC00MGJiLTg1MTctMzQ4NTA0YmQ4OTQ3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:38:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14dc7126-64b7-4b70-8572-47951242b002" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9597f983-4fa5-4e21-be84-ddc7a977c056" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "a6bcd7e1-e17f-4302-9f2c-8081aa5a6e56" + "d51d14ca-e1f1-4fda-b3a1-f45b552b1cc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183819Z:a6bcd7e1-e17f-4302-9f2c-8081aa5a6e56" + "EASTUS2:20211116T203840Z:d51d14ca-e1f1-4fda-b3a1-f45b552b1cc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:38:19 GMT" - ], "Content-Length": [ "134" ], @@ -1427,57 +1491,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:38:08.9306891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b7d574d-2e98-40bb-8517-348504bd8947\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2I3ZDU3NGQtMmU5OC00MGJiLTg1MTctMzQ4NTA0YmQ4OTQ3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:40:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bde801ba-04c2-4bc1-8852-34624f26c848" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "013b55a8-0a99-4190-b6f4-c63baea9d444" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "d80ba6db-ff21-4aaa-99e1-0c16af1b2d73" + "fff83253-c49a-4772-ad30-cae898ac96e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183957Z:d80ba6db-ff21-4aaa-99e1-0c16af1b2d73" + "EASTUS2:20211116T204017Z:fff83253-c49a-4772-ad30-cae898ac96e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:39:56 GMT" - ], "Content-Length": [ "134" ], @@ -1488,57 +1552,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:38:08.9306891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b7d574d-2e98-40bb-8517-348504bd8947\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2I3ZDU3NGQtMmU5OC00MGJiLTg1MTctMzQ4NTA0YmQ4OTQ3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:41:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "be4da845-96da-47dd-b95b-bc8b8a34ccb7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "710ba7c5-48fb-4545-b452-ac04e5e63f1c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "5fd3b6ca-4330-4501-a354-8abda4eca26c" + "f0e9380e-9e64-45d8-90e7-346070a3e4f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184134Z:5fd3b6ca-4330-4501-a354-8abda4eca26c" + "EASTUS2:20211116T204154Z:f0e9380e-9e64-45d8-90e7-346070a3e4f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:41:33 GMT" - ], "Content-Length": [ "134" ], @@ -1549,57 +1613,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:38:08.9306891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b7d574d-2e98-40bb-8517-348504bd8947\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2I3ZDU3NGQtMmU5OC00MGJiLTg1MTctMzQ4NTA0YmQ4OTQ3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:43:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5ddcee2-c265-456b-a20d-b68a5f8f06e9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d8dcd6ad-ab6e-4daa-bece-796f04f209d7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-correlation-request-id": [ - "c38b93d6-4ae4-4988-9fb4-99c15a687ea8" + "765541c6-86f3-455c-95e3-ce2223079bd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184311Z:c38b93d6-4ae4-4988-9fb4-99c15a687ea8" + "EASTUS2:20211116T204331Z:765541c6-86f3-455c-95e3-ce2223079bd9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:43:10 GMT" - ], "Content-Length": [ "134" ], @@ -1610,57 +1674,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:38:08.9306891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b7d574d-2e98-40bb-8517-348504bd8947\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2I3ZDU3NGQtMmU5OC00MGJiLTg1MTctMzQ4NTA0YmQ4OTQ3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:45:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2bcc3cf6-4c0c-48c7-a885-11d5e2d00d8a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c2f77062-c877-4032-a223-0522f192e84c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "e3fd5532-1d41-45bf-8e68-8a1f72439ba1" + "5294feee-d933-4b79-acef-b6b9e86ec361" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184448Z:e3fd5532-1d41-45bf-8e68-8a1f72439ba1" + "EASTUS2:20211116T204508Z:5294feee-d933-4b79-acef-b6b9e86ec361" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:44:47 GMT" - ], "Content-Length": [ "134" ], @@ -1671,57 +1735,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:38:08.9306891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b7d574d-2e98-40bb-8517-348504bd8947\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2I3ZDU3NGQtMmU5OC00MGJiLTg1MTctMzQ4NTA0YmQ4OTQ3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:46:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc3e7461-c613-4e20-b2bf-ecdb49706a55" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b7cd7275-8a36-4f97-b640-4ec9df51830a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "942b20a4-9e21-4c7a-a2d4-be33158e1f74" + "0fd8ce66-7646-47e4-9335-c47375d0d7eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184625Z:942b20a4-9e21-4c7a-a2d4-be33158e1f74" + "EASTUS2:20211116T204646Z:0fd8ce66-7646-47e4-9335-c47375d0d7eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:46:24 GMT" - ], "Content-Length": [ "134" ], @@ -1732,57 +1796,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:38:08.9306891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3b7d574d-2e98-40bb-8517-348504bd8947\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3b7d574d-2e98-40bb-8517-348504bd8947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2I3ZDU3NGQtMmU5OC00MGJiLTg1MTctMzQ4NTA0YmQ4OTQ3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:48:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "62fd5ac7-26d5-401f-9ab6-a37376c910f3" + "cde306ce-23a6-439d-acff-f4067d0da7a9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "4baf4eb6-c341-4dcc-bf3a-dd1bc80e9307" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T204823Z:4baf4eb6-c341-4dcc-bf3a-dd1bc80e9307" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d65f57de-b412-4d3d-8f96-a6f987513ae2?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY1ZjU3ZGUtYjQxMi00ZDNkLThmOTYtYTZmOTg3NTEzYWUyP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:50:00 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29953" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2a98e0a7-8354-4e40-beca-cf6e055338ef" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "97e7b995-09b7-4b04-be59-11d21af4a809" + "b44efa97-5bba-4477-8092-bcba56e7a045" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184802Z:97e7b995-09b7-4b04-be59-11d21af4a809" + "EASTUS2:20211116T205000Z:b44efa97-5bba-4477-8092-bcba56e7a045" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:01 GMT" - ], "Content-Length": [ "184" ], @@ -1793,57 +1918,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:38:08.9306891+00:00\",\r\n \"endTime\": \"2021-06-29T18:46:45.3749677+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3b7d574d-2e98-40bb-8517-348504bd8947\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:38:29.5629174+00:00\",\r\n \"endTime\": \"2021-11-16T20:49:58.3628784+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d65f57de-b412-4d3d-8f96-a6f987513ae2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MDEyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:50:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2572" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce7c82d2-a388-4cd4-9572-ac2bf86b298a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8ccb10db-b619-4bb9-8114-8d14f7f6178e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "5ce07bc5-02ce-48e5-b0b5-7ca980b00aed" + "c3e357b3-7f96-426f-9790-25dd1dd658a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184802Z:5ce07bc5-02ce-48e5-b0b5-7ca980b00aed" + "EASTUS2:20211116T205000Z:c3e357b3-7f96-426f-9790-25dd1dd658a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:01 GMT" - ], "Content-Length": [ "3184" ], @@ -1854,63 +1979,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4312.blob.core.windows.net/crptestar2652\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8768\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4385\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2f010055-4be0-4112-9606-d166dafdbba7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5509\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2111.blob.core.windows.net/crptestar8793\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1872\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1842\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"73c640c0-1095-45f0-9f9f-bda7f19781da\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MDEyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "681b4274-8bcd-4c8f-b575-5191544e7f0d" + "87a82cbe-b0d4-44c9-9a15-55fda0517152" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:50:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2571" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b0dafc6e-e661-476d-9282-f60df3984f83" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c1d8c0f6-95c0-4188-a5a5-6820a6e9cc49" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "2c6f6b25-b910-422d-b337-db570e3b88e2" + "a1347fd6-0100-4a44-93f8-e081e46ec475" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184802Z:2c6f6b25-b910-422d-b337-db570e3b88e2" + "EASTUS2:20211116T205000Z:a1347fd6-0100-4a44-93f8-e081e46ec475" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:01 GMT" - ], "Content-Length": [ "3184" ], @@ -1921,63 +2046,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4312.blob.core.windows.net/crptestar2652\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8768\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4385\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2f010055-4be0-4112-9606-d166dafdbba7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5509\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2111.blob.core.windows.net/crptestar8793\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1872\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1842\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"73c640c0-1095-45f0-9f9f-bda7f19781da\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MDEyL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTA5L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "248b3527-390e-4b0c-94dc-8c6d921309dd" + "3eb671f6-f327-499f-8b9f-b41c8a1e0b94" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:50:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c1c404b2-6a77-414a-999c-accd5de041ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bdda4ef7-dea4-4aa4-8214-1f980e87113e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "e1df7f51-2ce4-49b2-8e6a-0bc262a2de01" + "a5ab3fe6-3927-4c68-861e-25a892d55389" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184802Z:e1df7f51-2ce4-49b2-8e6a-0bc262a2de01" + "EASTUS2:20211116T205000Z:a5ab3fe6-3927-4c68-861e-25a892d55389" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:01 GMT" - ], "Content-Length": [ "822" ], @@ -1988,63 +2113,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T18:47:39.4069322+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:49:58.3317003+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20751b57-f8c2-46e8-9c85-b0795d35497f" + "68b701bc-8cef-4596-9fd1-9022d6011a8d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:50:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;893" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a200c4b0-4887-4a5e-9c5a-b740eb32cb5e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ba49fab-1dcc-427b-b199-33b4ee71f3f8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "8c4c5b3f-4709-45e6-ba8f-3658ae92a466" + "5ddb5e85-7876-41ed-8a24-0e29da95243c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184802Z:8c4c5b3f-4709-45e6-ba8f-3658ae92a466" + "EASTUS2:20211116T205000Z:5ddb5e85-7876-41ed-8a24-0e29da95243c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:01 GMT" - ], "Content-Length": [ "3549" ], @@ -2055,65 +2180,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss5012\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4312.blob.core.windows.net/crptestar2652\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8768\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4385\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Network/virtualNetworks/vn9069/subnets/sn4496\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2f010055-4be0-4112-9606-d166dafdbba7\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss5509\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2111.blob.core.windows.net/crptestar8793\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1872\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1842\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Network/virtualNetworks/vn2968/subnets/sn7492\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Regular\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"73c640c0-1095-45f0-9f9f-bda7f19781da\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MDEyL3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTA5L3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5088b18-10ed-4784-bd4b-168d9bcf41e1" + "2e262f4e-00aa-4f43-834d-6533759464ec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:50:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2570" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3e054ca-bc45-4f5e-8ae5-eeef8e72978f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "04693496-b2a2-4ff5-bba4-f35e011edb36" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "33fe9548-b429-4e1d-b29c-6c7d83a00459" + "2a851879-f429-4397-abe0-859ecd063379" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184802Z:33fe9548-b429-4e1d-b29c-6c7d83a00459" + "EASTUS2:20211116T205000Z:2a851879-f429-4397-abe0-859ecd063379" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:01 GMT" - ], "Content-Length": [ - "86175" + "135001" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2122,138 +2247,626 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96ads_v5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2732/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5012?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3MzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MDEyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1486/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5509?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1NTA5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e899b67a-82a3-48c4-93ba-eccedeb59042" + "8692120a-a2da-4ae6-9f5d-2eaa7ccb3b52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:50:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "2" + "4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8fb3425e-476b-42d6-919a-0c9a2b9459d0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "da5dc4b8-aa16-45ef-b678-07413e8f8f5b" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "0bc2a60c-b5e5-426c-a465-f8acfd89ea9e" + "e2ab0146-e46f-4f72-af02-2216776bf0a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184802Z:0bc2a60c-b5e5-426c-a465-f8acfd89ea9e" + "EASTUS2:20211116T205000Z:e2ab0146-e46f-4f72-af02-2216776bf0a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGZiMzQyNWUtNDc2Yi00MmQ2LTkxOWEtMGM5YTJiOTQ1OWQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:50:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7ed8829-1647-4042-8ec8-78f8ae55af69" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6d7504ee-952d-49bd-9266-0eb116702acc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "18b19026-82e9-4cbf-b4fe-717452e0cece" + "b4858c6a-a64c-4ca9-94eb-66b4b7699e8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184812Z:18b19026-82e9-4cbf-b4fe-717452e0cece" + "EASTUS2:20211116T205010Z:b4858c6a-a64c-4ca9-94eb-66b4b7699e8e" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:50:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29951" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7bd81bf1-4f4a-461e-8c60-6a10dbd1d934" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "94d74df1-fd5e-440a-bc45-99d4e5fd9e58" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205021Z:94d74df1-fd5e-440a-bc45-99d4e5fd9e58" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:50:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29950" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b715f596-6f67-4c79-907c-9c26422f6c69" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "9b93a560-8d07-491f-9ac4-f53925e609de" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205032Z:9b93a560-8d07-491f-9ac4-f53925e609de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:50:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29949" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e6a70344-9a48-4f96-818e-1460db25dbdf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "9864b419-0250-46f9-8c3d-effc378a5898" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205043Z:9864b419-0250-46f9-8c3d-effc378a5898" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:50:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29948" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "84c531b2-98d5-4b7e-a03a-5d9538879a84" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "7de5b5ac-52cb-4f68-8ef8-68df817678f7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205054Z:7de5b5ac-52cb-4f68-8ef8-68df817678f7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:51:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29947" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "651f0d1c-5cd8-43a2-8ae9-f61f669c2b08" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "84eb4e49-576f-438e-b831-804c866ce553" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205105Z:84eb4e49-576f-438e-b831-804c866ce553" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 18:48:12 GMT" + "Tue, 16 Nov 2021 20:51:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "27e30fb2-43ac-4ff1-982d-8bb10e55593e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "3b6fd3c3-21ac-4b90-a6fa-858c03a736c7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205116Z:3b6fd3c3-21ac-4b90-a6fa-858c03a736c7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:51:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29945" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4a88b431-e229-41eb-89cc-3645115bfa97" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "0ccab003-b008-49a0-bf18-c001b80f6783" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205127Z:0ccab003-b008-49a0-bf18-c001b80f6783" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:51:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29944" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f7b7024b-0707-4b12-b0af-bca8eac2132e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "f735deac-0298-49c3-bd21-fdf7c7036b34" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205138Z:f735deac-0298-49c3-bd21-fdf7c7036b34" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "134" @@ -2265,57 +2878,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:48:02.5322506+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fb3425e-476b-42d6-919a-0c9a2b9459d0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGZiMzQyNWUtNDc2Yi00MmQ2LTkxOWEtMGM5YTJiOTQ1OWQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:51:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c76efb14-65cc-40e0-a977-c6e86662103d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0be7b94a-f242-44ee-a09e-57edb7a971ef" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-correlation-request-id": [ - "9af3e3c2-2edb-4e13-9b95-47d2ed08ec52" + "fa11d62a-6a32-446c-8b59-b4b5aca002f8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184823Z:9af3e3c2-2edb-4e13-9b95-47d2ed08ec52" + "EASTUS2:20211116T205149Z:fa11d62a-6a32-446c-8b59-b4b5aca002f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:23 GMT" - ], "Content-Length": [ "134" ], @@ -2326,57 +2939,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:48:02.5322506+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fb3425e-476b-42d6-919a-0c9a2b9459d0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGZiMzQyNWUtNDc2Yi00MmQ2LTkxOWEtMGM5YTJiOTQ1OWQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:52:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29941" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b96190c-4339-4b97-8105-b0016411d8fa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8bcd7219-16c8-4c8e-8a47-bff275c035fc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-correlation-request-id": [ - "61d30f6e-3ee9-45ab-8960-9f903296bb3f" + "0b5c78bc-2f9c-4e17-b368-52d96954f59c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184834Z:61d30f6e-3ee9-45ab-8960-9f903296bb3f" + "EASTUS2:20211116T205201Z:0b5c78bc-2f9c-4e17-b368-52d96954f59c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:34 GMT" - ], "Content-Length": [ "134" ], @@ -2387,57 +3000,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:48:02.5322506+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fb3425e-476b-42d6-919a-0c9a2b9459d0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGZiMzQyNWUtNDc2Yi00MmQ2LTkxOWEtMGM5YTJiOTQ1OWQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:52:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cb34ee72-42c2-4a73-820c-a322545c17c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4d8e3934-98b7-48e5-9333-cbe38deecab2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11982" ], "x-ms-correlation-request-id": [ - "8c61c05d-6a98-4e9b-abfe-f7630a6e4303" + "3a946806-a044-43f6-82df-2d456c1d4609" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184845Z:8c61c05d-6a98-4e9b-abfe-f7630a6e4303" + "EASTUS2:20211116T205212Z:3a946806-a044-43f6-82df-2d456c1d4609" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:45 GMT" - ], "Content-Length": [ "134" ], @@ -2448,57 +3061,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:48:02.5322506+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8fb3425e-476b-42d6-919a-0c9a2b9459d0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGZiMzQyNWUtNDc2Yi00MmQ2LTkxOWEtMGM5YTJiOTQ1OWQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:52:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29939" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1b5e41b0-ea5f-40fb-9b12-2292e8ab6887" + "d8b269e6-0e6d-493c-9e97-60b501d6d1ea" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "02d6a86b-83e0-4a94-832e-77a85304101e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205223Z:02d6a86b-83e0-4a94-832e-77a85304101e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:52:33 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29937" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4c5c502b-68ba-44d7-b090-018cbeac1c69" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11980" ], "x-ms-correlation-request-id": [ - "5e59122d-6b5b-41fd-a01e-e4c94f31bd31" + "a609305e-3cea-4a77-9209-4eeb3ad8b479" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184856Z:5e59122d-6b5b-41fd-a01e-e4c94f31bd31" + "EASTUS2:20211116T205234Z:a609305e-3cea-4a77-9209-4eeb3ad8b479" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:56 GMT" - ], "Content-Length": [ "184" ], @@ -2509,83 +3183,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:48:02.5322506+00:00\",\r\n \"endTime\": \"2021-06-29T18:48:51.8766548+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8fb3425e-476b-42d6-919a-0c9a2b9459d0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:50:00.5972626+00:00\",\r\n \"endTime\": \"2021-11-16T20:52:25.4727309+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"da5dc4b8-aa16-45ef-b678-07413e8f8f5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8fb3425e-476b-42d6-919a-0c9a2b9459d0?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGZiMzQyNWUtNDc2Yi00MmQ2LTkxOWEtMGM5YTJiOTQ1OWQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/da5dc4b8-aa16-45ef-b678-07413e8f8f5b?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGE1ZGM0YjgtYWExNi00NWVmLWI2NzgtMDc0MTNlOGY4ZjViP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:52:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29952" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "81ec992b-6225-46da-b1db-111e97c5da54" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f933e64e-cfa1-4f45-92be-834821bf86d1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11979" ], "x-ms-correlation-request-id": [ - "a70d8b53-6d20-4282-aaf5-e7063ece111a" + "a8101d96-90e7-49ad-948c-98291b727ea0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184856Z:a70d8b53-6d20-4282-aaf5-e7063ece111a" + "EASTUS2:20211116T205234Z:a8101d96-90e7-49ad-948c-98291b727ea0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2732?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3MzI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1486?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fe4a714-3ef5-4d07-8724-d5a91aa68520" + "2657b387-bccf-4486-a084-f58361b5f2f0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2593,26 +3267,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:52:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "c1ff4a10-650d-4b22-a8dc-9396cad733dd" + "d1ee3908-71b5-44f3-82dc-5d08c9870fb7" ], "x-ms-correlation-request-id": [ - "c1ff4a10-650d-4b22-a8dc-9396cad733dd" + "d1ee3908-71b5-44f3-82dc-5d08c9870fb7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184857Z:c1ff4a10-650d-4b22-a8dc-9396cad733dd" + "EASTUS2:20211116T205234Z:d1ee3908-71b5-44f3-82dc-5d08c9870fb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2620,29 +3297,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:48:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2650,26 +3324,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:52:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11998" ], "x-ms-request-id": [ - "2a4acd04-eac7-42e8-ba55-775ba9e0884d" + "2431f5f5-6faa-4b74-8bb7-363c1dc58309" ], "x-ms-correlation-request-id": [ - "2a4acd04-eac7-42e8-ba55-775ba9e0884d" + "2431f5f5-6faa-4b74-8bb7-363c1dc58309" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184912Z:2a4acd04-eac7-42e8-ba55-775ba9e0884d" + "EASTUS2:20211116T205249Z:2431f5f5-6faa-4b74-8bb7-363c1dc58309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2677,29 +3354,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:49:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2707,26 +3381,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:53:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11997" ], "x-ms-request-id": [ - "9a896923-f4d9-48a2-9870-af9b9370a896" + "d2cc7faf-0d01-4f37-a370-42a7e056826f" ], "x-ms-correlation-request-id": [ - "9a896923-f4d9-48a2-9870-af9b9370a896" + "d2cc7faf-0d01-4f37-a370-42a7e056826f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184927Z:9a896923-f4d9-48a2-9870-af9b9370a896" + "EASTUS2:20211116T205304Z:d2cc7faf-0d01-4f37-a370-42a7e056826f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2734,29 +3411,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:49:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2764,26 +3438,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:53:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11996" ], "x-ms-request-id": [ - "298b0057-8f1c-41db-bf0c-6eadd9661a43" + "b6d4c21b-12d2-4544-a5f7-160049dc6c83" ], "x-ms-correlation-request-id": [ - "298b0057-8f1c-41db-bf0c-6eadd9661a43" + "b6d4c21b-12d2-4544-a5f7-160049dc6c83" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184942Z:298b0057-8f1c-41db-bf0c-6eadd9661a43" + "EASTUS2:20211116T205319Z:b6d4c21b-12d2-4544-a5f7-160049dc6c83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2791,29 +3468,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:49:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2821,26 +3495,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:53:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11995" ], "x-ms-request-id": [ - "6969e795-4361-47ef-bb66-3d4746ad75cd" + "6567f146-655d-4e47-a562-a48c67f3b39f" ], "x-ms-correlation-request-id": [ - "6969e795-4361-47ef-bb66-3d4746ad75cd" + "6567f146-655d-4e47-a562-a48c67f3b39f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T184957Z:6969e795-4361-47ef-bb66-3d4746ad75cd" + "EASTUS2:20211116T205334Z:6567f146-655d-4e47-a562-a48c67f3b39f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2848,29 +3525,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:49:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2878,26 +3552,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:53:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11994" ], "x-ms-request-id": [ - "6aa76a5c-1ea9-4e99-ba6f-7889a914f511" + "30653ff0-aae0-4bfe-9891-8fe0f3f76bc7" ], "x-ms-correlation-request-id": [ - "6aa76a5c-1ea9-4e99-ba6f-7889a914f511" + "30653ff0-aae0-4bfe-9891-8fe0f3f76bc7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185012Z:6aa76a5c-1ea9-4e99-ba6f-7889a914f511" + "EASTUS2:20211116T205349Z:30653ff0-aae0-4bfe-9891-8fe0f3f76bc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2905,29 +3582,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2935,26 +3609,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11993" ], "x-ms-request-id": [ - "6ff46c00-6e49-4c55-9221-882fe0486f90" + "4e7426f4-17ef-4a1e-b9e8-66933bdb7a60" ], "x-ms-correlation-request-id": [ - "6ff46c00-6e49-4c55-9221-882fe0486f90" + "4e7426f4-17ef-4a1e-b9e8-66933bdb7a60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185027Z:6ff46c00-6e49-4c55-9221-882fe0486f90" + "EASTUS2:20211116T205404Z:4e7426f4-17ef-4a1e-b9e8-66933bdb7a60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2962,29 +3639,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2992,26 +3666,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11992" ], "x-ms-request-id": [ - "3821105c-0a78-42a9-838a-b4cae06569ec" + "783ca2fa-fa71-4f8b-9b01-4549bfc57a1d" ], "x-ms-correlation-request-id": [ - "3821105c-0a78-42a9-838a-b4cae06569ec" + "783ca2fa-fa71-4f8b-9b01-4549bfc57a1d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185042Z:3821105c-0a78-42a9-838a-b4cae06569ec" + "EASTUS2:20211116T205419Z:783ca2fa-fa71-4f8b-9b01-4549bfc57a1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3019,29 +3696,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3049,20 +3723,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:34 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11991" ], "x-ms-request-id": [ - "b9dca594-0581-4195-8cdc-f4dd095cdf10" + "c4aabb40-fd17-48c3-a17c-8e490840e34a" ], "x-ms-correlation-request-id": [ - "b9dca594-0581-4195-8cdc-f4dd095cdf10" + "c4aabb40-fd17-48c3-a17c-8e490840e34a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185057Z:b9dca594-0581-4195-8cdc-f4dd095cdf10" + "EASTUS2:20211116T205434Z:c4aabb40-fd17-48c3-a17c-8e490840e34a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3070,29 +3753,77 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:54:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "23a83b08-2ba6-4e97-9d93-717978a944c0" + ], + "x-ms-correlation-request-id": [ + "23a83b08-2ba6-4e97-9d93-717978a944c0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T205449Z:23a83b08-2ba6-4e97-9d93-717978a944c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3100,20 +3831,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11989" ], "x-ms-request-id": [ - "cb627fea-19de-4765-9166-dcdf601cd343" + "f544ec89-b288-43ea-a169-b891ba3233ce" ], "x-ms-correlation-request-id": [ - "cb627fea-19de-4765-9166-dcdf601cd343" + "f544ec89-b288-43ea-a169-b891ba3233ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T185057Z:cb627fea-19de-4765-9166-dcdf601cd343" + "EASTUS2:20211116T205449Z:f544ec89-b288-43ea-a169-b891ba3233ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3121,14 +3855,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:50:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3137,27 +3868,27 @@ ], "Names": { "TestVMScaleSetPriorityOperationsInternal": [ - "crptestar2732", - "vmss5012", - "crptestar4312" + "crptestar1486", + "vmss5509", + "crptestar2111" ], "CreatePublicIP": [ - "pip7192", - "dn3972" + "pip2514", + "dn2746" ], "CreateVNET": [ - "vn9069", - "sn4496" + "vn2968", + "sn7492" ], "CreateNIC": [ - "nic5285", - "ip6628" + "nic6962", + "ip7184" ], "CreateDefaultVMScaleSetInput": [ - "crptestar2652", - "vmss3811", - "vmsstestnetconfig8768", - "vmsstestnetconfig4385" + "crptestar8793", + "vmss742", + "vmsstestnetconfig1872", + "vmsstestnetconfig1842" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetScenarioOperations_Accept_Spot.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetScenarioOperations_Accept_Spot.json index 0026abbbd35b1..90f8cd6a763bb 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetScenarioOperations_Accept_Spot.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetScenarioOperations_Accept_Spot.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "618bb4ac-c1b1-4075-b369-0dd735f7564f" + "9316bc01-657a-453d-84bc-7622f520917f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "a54573cc-4aba-4406-98de-685dcaf5d334" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dd9e7183-cfaf-4693-9776-93d1aca30dfa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11987" ], "x-ms-correlation-request-id": [ - "5bc3ea1f-1c43-4b1e-b2cb-840a101764c2" + "25e54707-f0ea-45de-bbe4-b361e3b85eb3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180105Z:5bc3ea1f-1c43-4b1e-b2cb-840a101764c2" + "EASTUS2:20211116T195046Z:25e54707-f0ea-45de-bbe4-b361e3b85eb3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:04 GMT" - ], "Content-Length": [ "307" ], @@ -71,48 +71,51 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar539?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6080?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwODA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar539\": \"2021-06-29 18:01:05Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar6080\": \"2021-11-16 19:50:46Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "df997f17-6fc2-4b7c-89d6-3c4df6504143" + "4609074a-10bb-4fb4-bbec-ce5bdd819f2f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "91" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:46 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "bae96f89-ae32-40f8-8f07-8511b467ff77" + "3439a52d-ae9a-49d1-b2de-19c0951f4ec6" ], "x-ms-correlation-request-id": [ - "bae96f89-ae32-40f8-8f07-8511b467ff77" + "3439a52d-ae9a-49d1-b2de-19c0951f4ec6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180106Z:bae96f89-ae32-40f8-8f07-8511b467ff77" + "EASTUS2:20211116T195047Z:3439a52d-ae9a-49d1-b2de-19c0951f4ec6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:05 GMT" - ], "Content-Length": [ - "224" + "227" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539\",\r\n \"name\": \"crptestar539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar539\": \"2021-06-29 18:01:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080\",\r\n \"name\": \"crptestar6080\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar6080\": \"2021-11-16 19:50:46Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar539?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6080?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwODA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1fbaea5b-8c56-4e2d-b790-ebe6a9132b7e" + "e6456062-b745-4c1c-bc84-7db35503407a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:16 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-request-id": [ - "a3453bc4-e548-41d7-b50d-f60e73dc45df" + "ef4dc32c-691b-42f3-8842-41c87687303a" ], "x-ms-correlation-request-id": [ - "a3453bc4-e548-41d7-b50d-f60e73dc45df" + "ef4dc32c-691b-42f3-8842-41c87687303a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180136Z:a3453bc4-e548-41d7-b50d-f60e73dc45df" + "EASTUS2:20211116T195116Z:ef4dc32c-691b-42f3-8842-41c87687303a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:35 GMT" - ], "Content-Length": [ - "177" + "179" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539\",\r\n \"name\": \"crptestar539\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080\",\r\n \"name\": \"crptestar6080\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Storage/storageAccounts/crptestar3707?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjM3MDc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Storage/storageAccounts/crptestar6717?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2NzE3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e45ae518-8d58-45a9-963c-3aa08e772e3e" + "9a36f050-7b6d-4e03-a2aa-eead1f7d56a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:50:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/6b17cd4a-cae8-4326-b103-d0054461fcba?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/5b7a13c5-35b6-44b0-b8ff-f87457203c2b?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6b17cd4a-cae8-4326-b103-d0054461fcba" + "5b7a13c5-35b6-44b0-b8ff-f87457203c2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "8427622d-4be2-4b58-8b9b-55b37d6abadc" + "87b61fca-7de9-4bc4-9405-3978ec66d64f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180108Z:8427622d-4be2-4b58-8b9b-55b37d6abadc" + "EASTUS2:20211116T195049Z:87b61fca-7de9-4bc4-9405-3978ec66d64f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:07 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/6b17cd4a-cae8-4326-b103-d0054461fcba?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy82YjE3Y2Q0YS1jYWU4LTQzMjYtYjEwMy1kMDA1NDQ2MWZjYmE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/5b7a13c5-35b6-44b0-b8ff-f87457203c2b?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy81YjdhMTNjNS0zNWI2LTQ0YjAtYjhmZi1mODc0NTcyMDNjMmI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b0abf1d0-fa2f-4769-9101-73c632cd9899" + "4760e4ce-ce1e-4def-9692-76e09a35ed66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "26a49604-e7d8-4eb4-89a4-15a56df86bf5" + "e4538612-1bae-4f17-a0ed-cfe5a3691f7c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180125Z:26a49604-e7d8-4eb4-89a4-15a56df86bf5" + "EASTUS2:20211116T195106Z:e4538612-1bae-4f17-a0ed-cfe5a3691f7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:24 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e62daf7-fe66-4372-9630-a704f915d66a" + "6505eaeb-93d0-432c-9758-1edfa8a7350b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "38bbabdd-5c87-446d-a1fd-8e9ed4ec34a9" + "aa1f0f2b-812d-482d-ad4f-7894dffe5663" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "61c2c15b-fffa-4397-862c-bba46b7d1751" + "4a472161-74ab-4820-92ff-79548766fe86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180135Z:61c2c15b-fffa-4397-862c-bba46b7d1751" + "EASTUS2:20211116T195116Z:4a472161-74ab-4820-92ff-79548766fe86" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:34 GMT" - ], "Content-Length": [ - "735" + "736" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Storage/storageAccounts/crptestar3707\",\r\n \"name\": \"crptestar3707\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:01:06.8452087Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3707.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3707.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3707.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3707.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Storage/storageAccounts/crptestar6717\",\r\n \"name\": \"crptestar6717\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:50:47.7116696Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6717.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6717.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6717.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6717.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Storage/storageAccounts/crptestar3707?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjM3MDc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Storage/storageAccounts/crptestar6717?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2NzE3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1050489d-5869-4910-8b3a-261c8e3de48e" + "418fda24-6ecf-41ad-9b63-d920b6a651b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2866991b-7b47-45c5-bfd3-5458726c0aa2" + "767e18bb-a07b-48af-a7de-f14170e493ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "b202377e-46d2-4248-ae2a-63c56e507447" + "ff915af6-9a92-47e4-934f-0c9d636c467e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180135Z:b202377e-46d2-4248-ae2a-63c56e507447" + "EASTUS2:20211116T195116Z:ff915af6-9a92-47e4-934f-0c9d636c467e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:34 GMT" - ], "Content-Length": [ - "723" + "724" ], "Content-Type": [ "application/json" @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Storage/storageAccounts/crptestar3707\",\r\n \"name\": \"crptestar3707\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:01:06.8452087Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3707.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3707.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3707.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3707.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Storage/storageAccounts/crptestar6717\",\r\n \"name\": \"crptestar6717\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:50:47.7116696Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6717.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6717.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6717.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6717.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvVk1TY2FsZVNldERvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b787056a-2365-4b02-9dbc-77ccafcd2832" + "87a9c936-4ca2-4530-ace3-fd01f12c803e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "f834cde6-9111-4c88-885c-d20bfba532c6" + "29e51c02-b2af-4488-bd09-7a694a2d0f63" ], "x-ms-correlation-request-id": [ - "f834cde6-9111-4c88-885c-d20bfba532c6" + "29e51c02-b2af-4488-bd09-7a694a2d0f63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180135Z:f834cde6-9111-4c88-885c-d20bfba532c6" + "EASTUS2:20211116T195116Z:29e51c02-b2af-4488-bd09-7a694a2d0f63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:34 GMT" - ], "Expires": [ "-1" ] @@ -515,76 +515,76 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/publicIPAddresses/pip1813?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTgxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/publicIPAddresses/pip4469?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ0Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9849\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn882\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76e0f31b-4333-428a-90b6-32ae453dd8cd" + "db79117d-a63b-4403-87b6-9c28a21e07cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "200" + "199" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9f514c54-4022-40a7-b587-c3b7e8c20285" + "95c7357d-dd05-4b13-9947-125eb885b7e0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/9f514c54-4022-40a7-b587-c3b7e8c20285?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/95c7357d-dd05-4b13-9947-125eb885b7e0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c873537a-84e2-403d-8804-97b09ed6aa86" + "fe7f8849-425a-4ddd-9107-0b0ece6cd7d5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4eea1c77-43e3-4354-a580-0cf5f04552e8" + "f0553fe0-9786-4f1f-8ef1-f301721266a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180137Z:c873537a-84e2-403d-8804-97b09ed6aa86" + "EASTUS2:20211116T195117Z:fe7f8849-425a-4ddd-9107-0b0ece6cd7d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:37 GMT" - ], "Content-Length": [ - "754" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/publicIPAddresses/pip1813\",\r\n \"etag\": \"W/\\\"f8273fa3-6822-4f3d-b3c8-ac93271987a9\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"22f2248c-e4de-4328-a37c-f834c34ec861\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9849\",\r\n \"fqdn\": \"dn9849.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/publicIPAddresses/pip4469\",\r\n \"etag\": \"W/\\\"71167e87-45e8-400d-a84d-763810f69d0d\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"361310ad-5b86-46b6-85c7-7591b0a61593\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn882\",\r\n \"fqdn\": \"dn882.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/9f514c54-4022-40a7-b587-c3b7e8c20285?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY1MTRjNTQtNDAyMi00MGE3LWI1ODctYzNiN2U4YzIwMjg1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/95c7357d-dd05-4b13-9947-125eb885b7e0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTVjNzM1N2QtZGQwNS00YjEzLTk5NDctMTI1ZWI4ODViN2UwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "68d6eb71-3916-4eea-9ff0-c12b4fdc9be6" + "27429561-6b53-4f01-8df3-1b97ff00cda9" ], "x-ms-correlation-request-id": [ - "944af13f-7f03-4eda-8d8e-eeb270578f98" + "d3d4401e-073c-495d-8b6e-76d7b5dd3ea1" ], "x-ms-arm-service-request-id": [ - "d962a4c7-2e46-4055-ba6d-e942c8e2dfc7" + "359a97f4-5d9a-41b9-91da-7688f75ea7cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180139Z:944af13f-7f03-4eda-8d8e-eeb270578f98" + "EASTUS2:20211116T195118Z:d3d4401e-073c-495d-8b6e-76d7b5dd3ea1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:38 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/publicIPAddresses/pip1813?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTgxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/publicIPAddresses/pip4469?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ0Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e3c792b2-e2c0-4bf2-b991-bcf3c633e764\"" + "W/\"41a1f28a-610f-4bc1-9ceb-8f53dc7469ad\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e9ac7902-fa28-470a-bd1e-4445783a1607" + "49fec396-c2db-4dde-9a9b-9d100a08a216" ], "x-ms-correlation-request-id": [ - "0bd2d153-4075-465d-bcac-cd3c62e0e9bd" + "d9b5c631-9b75-4c2d-9f08-bf981704eae4" ], "x-ms-arm-service-request-id": [ - "bc81e588-b6b8-4d63-8df5-086aeb48e0fb" + "733b7db6-118e-40f4-b415-e9c8ce87eb3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180139Z:0bd2d153-4075-465d-bcac-cd3c62e0e9bd" + "EASTUS2:20211116T195118Z:d9b5c631-9b75-4c2d-9f08-bf981704eae4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:38 GMT" - ], "Content-Length": [ - "755" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/publicIPAddresses/pip1813\",\r\n \"etag\": \"W/\\\"e3c792b2-e2c0-4bf2-b991-bcf3c633e764\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"22f2248c-e4de-4328-a37c-f834c34ec861\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9849\",\r\n \"fqdn\": \"dn9849.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/publicIPAddresses/pip4469\",\r\n \"etag\": \"W/\\\"41a1f28a-610f-4bc1-9ceb-8f53dc7469ad\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"361310ad-5b86-46b6-85c7-7591b0a61593\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn882\",\r\n \"fqdn\": \"dn882.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/publicIPAddresses/pip1813?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTgxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/publicIPAddresses/pip4469?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ0Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b09310dd-69a4-4eeb-94f8-9b3025241443" + "f770c981-576c-4345-866d-858233f4f683" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e3c792b2-e2c0-4bf2-b991-bcf3c633e764\"" + "W/\"41a1f28a-610f-4bc1-9ceb-8f53dc7469ad\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0b7e5900-a24f-4429-b226-bd76e94bc41e" + "7f1c7960-7a3f-4369-8cce-05aa64d9b554" ], "x-ms-correlation-request-id": [ - "45cf2df9-467e-474b-b273-29a0b8024536" + "7f814410-34f3-452d-a10e-e7359804ae5c" ], "x-ms-arm-service-request-id": [ - "2b4b110a-88bc-4dad-93cc-55fb734a2227" + "a93bc4ac-533b-412e-b26d-769ffed48d5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180139Z:45cf2df9-467e-474b-b273-29a0b8024536" + "EASTUS2:20211116T195118Z:7f814410-34f3-452d-a10e-e7359804ae5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:38 GMT" - ], "Content-Length": [ - "755" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1813\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/publicIPAddresses/pip1813\",\r\n \"etag\": \"W/\\\"e3c792b2-e2c0-4bf2-b991-bcf3c633e764\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"22f2248c-e4de-4328-a37c-f834c34ec861\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9849\",\r\n \"fqdn\": \"dn9849.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4469\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/publicIPAddresses/pip4469\",\r\n \"etag\": \"W/\\\"41a1f28a-610f-4bc1-9ceb-8f53dc7469ad\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"361310ad-5b86-46b6-85c7-7591b0a61593\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn882\",\r\n \"fqdn\": \"dn882.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzgyNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2329\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7624\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f868d1c5-f175-4683-a0aa-6fc6ac2d3e50" + "9a1cf3e2-78d1-4109-9b61-d7ae24a8c1d0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,48 +820,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:19 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "001c1cf9-781d-42ef-9603-5db957b1dad6" + "8476aa7d-4575-4f88-bece-a046ce7c5f29" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/001c1cf9-781d-42ef-9603-5db957b1dad6?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/8476aa7d-4575-4f88-bece-a046ce7c5f29?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a7eebe50-6a0f-42aa-b951-0a8e78c93e4f" + "43257b7b-80b7-4b50-8012-23dba55746d9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "101f9d5d-a7d2-4f41-be48-c9ce1e7750e0" + "463ec3a0-eec0-4c5d-8b46-77bd9fe4c220" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180140Z:a7eebe50-6a0f-42aa-b951-0a8e78c93e4f" + "EASTUS2:20211116T195119Z:43257b7b-80b7-4b50-8012-23dba55746d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:39 GMT" - ], "Content-Length": [ - "1312" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3825\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825\",\r\n \"etag\": \"W/\\\"4bc60681-97e0-4772-ac69-85402134187c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7ea8bc68-a4f7-4d3d-bdd1-828033110432\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\",\r\n \"etag\": \"W/\\\"4bc60681-97e0-4772-ac69-85402134187c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2767\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767\",\r\n \"etag\": \"W/\\\"be5c6f33-e319-4733-ad79-923fde86608b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a4e6ad17-5a8c-48ed-ae4e-a1c5df3d74c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\",\r\n \"etag\": \"W/\\\"be5c6f33-e319-4733-ad79-923fde86608b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/001c1cf9-781d-42ef-9603-5db957b1dad6?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDAxYzFjZjktNzgxZC00MmVmLTk2MDMtNWRiOTU3YjFkYWQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/8476aa7d-4575-4f88-bece-a046ce7c5f29?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NmFhN2QtNDU3NS00Zjg4LWJlY2UtYTA0NmNlN2M1ZjI5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "56f3b8ad-58be-4444-af04-d58453fc7ca2" + "48ccb95d-005b-41b2-9418-e300bb707406" ], "x-ms-correlation-request-id": [ - "cdb2b264-cb36-4e13-abcc-e9435e163599" + "b22d71be-06a5-4054-bfa9-d9a368e5cc6b" ], "x-ms-arm-service-request-id": [ - "85db1eaf-1ca7-475f-a90d-f99c2876586a" + "4a0dca8c-6fd5-4cb2-9bda-049228514b29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180143Z:cdb2b264-cb36-4e13-abcc-e9435e163599" + "EASTUS2:20211116T195122Z:b22d71be-06a5-4054-bfa9-d9a368e5cc6b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:43 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzgyNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"576ffd13-2573-4146-b96c-691f5ef3eec9\"" + "W/\"5112daed-abf1-4aa3-a1c3-392aedfffa92\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "03ecdc0b-468b-4dd4-b257-aa0942c8bd82" + "bcabbcac-ea9e-4491-a672-07c137b5f70b" ], "x-ms-correlation-request-id": [ - "fecb412d-547b-445b-b9dc-7fa54a723bf9" + "ce62dfaa-6844-4346-9a26-ed3991c5de1d" ], "x-ms-arm-service-request-id": [ - "c611ae3b-3495-403c-9559-e8a3a8f0b7ae" + "4eb9bdc5-0dbb-42d6-843e-7d516167e4ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180143Z:fecb412d-547b-445b-b9dc-7fa54a723bf9" + "EASTUS2:20211116T195122Z:ce62dfaa-6844-4346-9a26-ed3991c5de1d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:43 GMT" - ], "Content-Length": [ - "1314" + "1316" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3825\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825\",\r\n \"etag\": \"W/\\\"576ffd13-2573-4146-b96c-691f5ef3eec9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7ea8bc68-a4f7-4d3d-bdd1-828033110432\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\",\r\n \"etag\": \"W/\\\"576ffd13-2573-4146-b96c-691f5ef3eec9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2767\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767\",\r\n \"etag\": \"W/\\\"5112daed-abf1-4aa3-a1c3-392aedfffa92\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a4e6ad17-5a8c-48ed-ae4e-a1c5df3d74c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\",\r\n \"etag\": \"W/\\\"5112daed-abf1-4aa3-a1c3-392aedfffa92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzgyNS9zdWJuZXRzL3NuMjMyOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3Njcvc3VibmV0cy9zbjc2MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e57893f-dcb6-4d8d-932d-d466e90fa636" + "d718287e-4c28-4ea1-ab81-5abc4ff95e30" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"576ffd13-2573-4146-b96c-691f5ef3eec9\"" + "W/\"5112daed-abf1-4aa3-a1c3-392aedfffa92\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4b34a12d-b392-46d0-9bf6-6acd9cb7769b" + "a24c922d-8133-48ce-984e-0632fd90905c" ], "x-ms-correlation-request-id": [ - "3a1bb40b-8d83-4629-b2df-58985e0be917" + "1e88a520-dc36-4796-870f-fc498a44bb48" ], "x-ms-arm-service-request-id": [ - "7c119ecc-3e1b-4954-b74d-dc4874b508e9" + "424dc295-1db7-4ca1-b120-87fb4a0a2361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180143Z:3a1bb40b-8d83-4629-b2df-58985e0be917" + "EASTUS2:20211116T195122Z:1e88a520-dc36-4796-870f-fc498a44bb48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:43 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn2329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\",\r\n \"etag\": \"W/\\\"576ffd13-2573-4146-b96c-691f5ef3eec9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\",\r\n \"etag\": \"W/\\\"5112daed-abf1-4aa3-a1c3-392aedfffa92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMTUxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM5ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\r\n }\r\n },\r\n \"name\": \"ip4181\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7624\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\r\n }\r\n },\r\n \"name\": \"ip9756\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f575d9af-a6ea-4a2e-9aa5-bc3d8de21828" + "60f674b5-6633-43a6-93b3-485d88553ebf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "740" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c660e283-aeb1-4737-b1ae-95aa136b8f54" + "0e9e465d-ceb2-4622-8666-da47dcad40d2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/c660e283-aeb1-4737-b1ae-95aa136b8f54?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/0e9e465d-ceb2-4622-8666-da47dcad40d2?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f954e3ed-329e-4b95-a271-6356047b4ac2" + "411888ff-9ef9-4b65-b42a-2337a3ed6b0b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f31d7f1a-5d52-4c46-be33-1bc7eb0f6be2" + "fc4b44f8-f2e8-4b9f-ba50-3c8469231f42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180143Z:f954e3ed-329e-4b95-a271-6356047b4ac2" + "EASTUS2:20211116T195123Z:411888ff-9ef9-4b65-b42a-2337a3ed6b0b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:43 GMT" - ], "Content-Length": [ - "1621" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513\",\r\n \"etag\": \"W/\\\"961fe1a3-cf26-468f-8545-762972d3d901\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e41399ee-3063-4bcd-ade7-928e1baa41a7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4181\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513/ipConfigurations/ip4181\",\r\n \"etag\": \"W/\\\"961fe1a3-cf26-468f-8545-762972d3d901\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\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\": \"nc4kq5xxuq4u1porqkadgeiegc.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984\",\r\n \"etag\": \"W/\\\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c26406-e5a8-4fbd-b2ca-d88381506e2e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984/ipConfigurations/ip9756\",\r\n \"etag\": \"W/\\\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\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\": \"c4w4njemllwurlsouhc34pluza.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMTUxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM5ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"961fe1a3-cf26-468f-8545-762972d3d901\"" + "W/\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4514a8f9-7760-4eec-8341-3eae451ffa41" + "d9b3910c-bcfc-4c0e-8fe7-7b0bcb8c14a2" ], "x-ms-correlation-request-id": [ - "c365a5a0-b212-4514-a9cc-d74283707b2b" + "54b20c77-280b-492a-a3c5-fecfb72c7841" ], "x-ms-arm-service-request-id": [ - "40ad4f3f-11bb-4f41-8890-68dc89376d20" + "4cc407a5-ed7d-456e-a3be-bc25ad7735c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180144Z:c365a5a0-b212-4514-a9cc-d74283707b2b" + "EASTUS2:20211116T195123Z:54b20c77-280b-492a-a3c5-fecfb72c7841" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:44 GMT" - ], "Content-Length": [ - "1621" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513\",\r\n \"etag\": \"W/\\\"961fe1a3-cf26-468f-8545-762972d3d901\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e41399ee-3063-4bcd-ade7-928e1baa41a7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4181\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513/ipConfigurations/ip4181\",\r\n \"etag\": \"W/\\\"961fe1a3-cf26-468f-8545-762972d3d901\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\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\": \"nc4kq5xxuq4u1porqkadgeiegc.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984\",\r\n \"etag\": \"W/\\\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c26406-e5a8-4fbd-b2ca-d88381506e2e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984/ipConfigurations/ip9756\",\r\n \"etag\": \"W/\\\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\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\": \"c4w4njemllwurlsouhc34pluza.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMTUxMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM5ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0953c7ce-24a1-483b-9170-3b22176bea9a" + "5837cded-7784-409f-a25d-d503a8523948" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"961fe1a3-cf26-468f-8545-762972d3d901\"" + "W/\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6c27f86c-72c5-40da-b612-7186b5adad36" + "e0889768-5324-418f-977a-0b295fa9fa3e" ], "x-ms-correlation-request-id": [ - "512a59cc-95b4-4a66-b587-c0037bf4ae4f" + "af61af90-e665-4f84-b53a-996281e7b5f2" ], "x-ms-arm-service-request-id": [ - "9e3b96c0-06c5-4f03-9359-d96d8a5eb961" + "4cee778a-d819-4489-86b9-bb7548615ebf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180144Z:512a59cc-95b4-4a66-b587-c0037bf4ae4f" + "EASTUS2:20211116T195123Z:af61af90-e665-4f84-b53a-996281e7b5f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:44 GMT" - ], "Content-Length": [ - "1621" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,52 +1278,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513\",\r\n \"etag\": \"W/\\\"961fe1a3-cf26-468f-8545-762972d3d901\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e41399ee-3063-4bcd-ade7-928e1baa41a7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4181\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/networkInterfaces/nic1513/ipConfigurations/ip4181\",\r\n \"etag\": \"W/\\\"961fe1a3-cf26-468f-8545-762972d3d901\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\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\": \"nc4kq5xxuq4u1porqkadgeiegc.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984\",\r\n \"etag\": \"W/\\\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c0c26406-e5a8-4fbd-b2ca-d88381506e2e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/networkInterfaces/nic3984/ipConfigurations/ip9756\",\r\n \"etag\": \"W/\\\"04e569fd-8f9c-4a9a-9ef1-acda2ae06185\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\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\": \"c4w4njemllwurlsouhc34pluza.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0Nzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6822\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3274\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9126\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5760\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\"\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b1fbd733-ac5f-4f86-94d3-3675a3f94d06" + "505a6342-87b5-48dd-aace-157f5b03e214" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1683" + "1684" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:24 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/aa57452c-971b-4592-8982-8952ddac8bcb?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1328,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,27 +1339,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aa57452c-971b-4592-8982-8952ddac8bcb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d2a85f1e-70d5-49c2-96f5-192483480778" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "ab502ffa-58ff-45aa-95e6-44cc64c9aec4" + "3eb36841-a2f7-47b1-accb-c7c333e38dca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180146Z:ab502ffa-58ff-45aa-95e6-44cc64c9aec4" + "EASTUS2:20211116T195124Z:3eb36841-a2f7-47b1-accb-c7c333e38dca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:45 GMT" - ], "Content-Length": [ "3672" ], @@ -1363,60 +1363,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6822\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3274\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8ce59485-65f2-4403-a01f-3c7a4097d4d5\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss477\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9126\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5760\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2121fb65-56f0-40cb-a565-e74a37f23f23\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/aa57452c-971b-4592-8982-8952ddac8bcb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWE1NzQ1MmMtOTcxYi00NTkyLTg5ODItODk1MmRkYWM4YmNiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJhODVmMWUtNzBkNS00OWMyLTk2ZjUtMTkyNDgzNDgwNzc4P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:51:34 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7cedca1b-41fb-49e6-8715-7bea59840523" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c503510d-bf92-47c2-9b15-428861ea93a7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11986" ], "x-ms-correlation-request-id": [ - "de4da762-9aae-40a4-8612-5ea9aedcf36c" + "25ccbf01-2ff1-4401-8678-a0d2d1efe729" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180156Z:de4da762-9aae-40a4-8612-5ea9aedcf36c" + "EASTUS2:20211116T195134Z:25ccbf01-2ff1-4401-8678-a0d2d1efe729" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:01:55 GMT" - ], "Content-Length": [ "134" ], @@ -1427,57 +1427,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:01:45.7775041+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aa57452c-971b-4592-8982-8952ddac8bcb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:51:24.0723311+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a85f1e-70d5-49c2-96f5-192483480778\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/aa57452c-971b-4592-8982-8952ddac8bcb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWE1NzQ1MmMtOTcxYi00NTkyLTg5ODItODk1MmRkYWM4YmNiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJhODVmMWUtNzBkNS00OWMyLTk2ZjUtMTkyNDgzNDgwNzc4P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:53:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad820f5c-6a15-44d7-825f-1b8835061df0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e479f1a3-95fd-484b-bb05-acf86f9b97d5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "6198c675-d09e-4f02-b440-e519134b615c" + "e9786014-5b22-420a-854c-116543ba75ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180333Z:6198c675-d09e-4f02-b440-e519134b615c" + "EASTUS2:20211116T195312Z:e9786014-5b22-420a-854c-116543ba75ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:03:33 GMT" - ], "Content-Length": [ "134" ], @@ -1488,29 +1488,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:01:45.7775041+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aa57452c-971b-4592-8982-8952ddac8bcb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:51:24.0723311+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a85f1e-70d5-49c2-96f5-192483480778\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/aa57452c-971b-4592-8982-8952ddac8bcb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWE1NzQ1MmMtOTcxYi00NTkyLTg5ODItODk1MmRkYWM4YmNiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJhODVmMWUtNzBkNS00OWMyLTk2ZjUtMTkyNDgzNDgwNzc4P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:54:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29960" ], @@ -1518,27 +1525,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d91fa33a-6d0d-442d-b2fb-e9f3a621e935" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0a8e1b17-c5b3-4abf-a837-aa62ab83c4e2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "9bc926bd-0086-4a2b-b7b7-134be2dcfb72" + "8d46f621-a592-4f8f-b925-c41c2a1c7265" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180510Z:9bc926bd-0086-4a2b-b7b7-134be2dcfb72" + "EASTUS2:20211116T195449Z:8d46f621-a592-4f8f-b925-c41c2a1c7265" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:05:10 GMT" - ], "Content-Length": [ "134" ], @@ -1549,57 +1549,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:01:45.7775041+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aa57452c-971b-4592-8982-8952ddac8bcb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:51:24.0723311+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a85f1e-70d5-49c2-96f5-192483480778\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/aa57452c-971b-4592-8982-8952ddac8bcb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWE1NzQ1MmMtOTcxYi00NTkyLTg5ODItODk1MmRkYWM4YmNiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJhODVmMWUtNzBkNS00OWMyLTk2ZjUtMTkyNDgzNDgwNzc4P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:56:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b50630ff-5274-4589-9ee8-6fd9406ab216" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "01d4ddaa-1980-4bc5-98f7-b50a587b1440" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "523f6f52-416d-4b42-82ad-dd281255d5c1" + "e8597c52-2fa5-4ef3-ac1e-db643870e091" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180647Z:523f6f52-416d-4b42-82ad-dd281255d5c1" + "EASTUS2:20211116T195626Z:e8597c52-2fa5-4ef3-ac1e-db643870e091" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:06:47 GMT" - ], "Content-Length": [ "134" ], @@ -1610,57 +1610,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:01:45.7775041+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aa57452c-971b-4592-8982-8952ddac8bcb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:51:24.0723311+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a85f1e-70d5-49c2-96f5-192483480778\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/aa57452c-971b-4592-8982-8952ddac8bcb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWE1NzQ1MmMtOTcxYi00NTkyLTg5ODItODk1MmRkYWM4YmNiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJhODVmMWUtNzBkNS00OWMyLTk2ZjUtMTkyNDgzNDgwNzc4P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:58:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db6a22c3-e89a-4592-995c-4120d110ca9e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c2f98314-e0c2-4efc-8f5c-5f19f0d2bb9f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "e89d6eda-bcb8-4b9c-96e9-6f2263564c1c" + "be303a47-214f-4ed4-a9b2-edbba047816b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T180824Z:e89d6eda-bcb8-4b9c-96e9-6f2263564c1c" + "EASTUS2:20211116T195803Z:be303a47-214f-4ed4-a9b2-edbba047816b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:08:24 GMT" - ], "Content-Length": [ "134" ], @@ -1671,57 +1671,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:01:45.7775041+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aa57452c-971b-4592-8982-8952ddac8bcb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:51:24.0723311+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a85f1e-70d5-49c2-96f5-192483480778\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/aa57452c-971b-4592-8982-8952ddac8bcb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWE1NzQ1MmMtOTcxYi00NTkyLTg5ODItODk1MmRkYWM4YmNiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJhODVmMWUtNzBkNS00OWMyLTk2ZjUtMTkyNDgzNDgwNzc4P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:59:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e3ead6d-c0e6-4691-84d2-19fa96cd92d9" + "ae0d9d0d-948c-4e79-a58b-2ed7909b0bff" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "478ab55c-3638-43a2-9fd2-ef0e6226aea7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T195940Z:478ab55c-3638-43a2-9fd2-ef0e6226aea7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:51:24.0723311+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d2a85f1e-70d5-49c2-96f5-192483480778\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d2a85f1e-70d5-49c2-96f5-192483480778?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJhODVmMWUtNzBkNS00OWMyLTk2ZjUtMTkyNDgzNDgwNzc4P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:01:17 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29961" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5be90aec-b52b-4298-a944-c39b0f5dcb74" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11986" ], "x-ms-correlation-request-id": [ - "a5b45a36-25d6-40d9-b574-5739db17f690" + "8c5d18a4-9c3b-46ab-a57d-18d1f8e53556" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181001Z:a5b45a36-25d6-40d9-b574-5739db17f690" + "EASTUS2:20211116T200117Z:8c5d18a4-9c3b-46ab-a57d-18d1f8e53556" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:01 GMT" - ], "Content-Length": [ "184" ], @@ -1732,57 +1793,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:01:45.7775041+00:00\",\r\n \"endTime\": \"2021-06-29T18:09:19.9235289+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aa57452c-971b-4592-8982-8952ddac8bcb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:51:24.0723311+00:00\",\r\n \"endTime\": \"2021-11-16T19:59:40.7453042+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d2a85f1e-70d5-49c2-96f5-192483480778\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0Nzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16b1e780-231e-4c38-8270-0747083f9584" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3c94fc6e-35c1-4ca5-91aa-8f4959cc7952" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11985" ], "x-ms-correlation-request-id": [ - "c8ade408-d441-43a3-8655-8d3322bcc57b" + "5d0f4961-614f-4ca1-b736-8ccfe25a6732" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181002Z:c8ade408-d441-43a3-8655-8d3322bcc57b" + "EASTUS2:20211116T200117Z:5d0f4961-614f-4ca1-b736-8ccfe25a6732" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:01 GMT" - ], "Content-Length": [ "3673" ], @@ -1793,63 +1854,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6822\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3274\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8ce59485-65f2-4403-a01f-3c7a4097d4d5\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss477\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9126\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5760\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2121fb65-56f0-40cb-a565-e74a37f23f23\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0Nzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89eab453-408b-41d1-93f5-09ab98a709e0" + "d0881ac9-5511-472c-b7cb-e57176b1a50e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2577" + "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66f3b0c9-ec91-4d78-8697-9ca037b2abd4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "53bcd04b-1a6d-4798-9aef-a8fc1c15d0bc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11984" ], "x-ms-correlation-request-id": [ - "5e0f5c54-c4b1-498a-ad9f-bfab7ed43deb" + "1df42a96-97f6-440f-8916-eff06085392b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181002Z:5e0f5c54-c4b1-498a-ad9f-bfab7ed43deb" + "EASTUS2:20211116T200117Z:1df42a96-97f6-440f-8916-eff06085392b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:01 GMT" - ], "Content-Length": [ "3673" ], @@ -1860,65 +1921,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6822\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3274\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8ce59485-65f2-4403-a01f-3c7a4097d4d5\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss477\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9126\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5760\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2121fb65-56f0-40cb-a565-e74a37f23f23\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMTMvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzcvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1121e8ab-81bc-483c-b9c1-0280bbee2be0" + "455c16b1-db61-4464-9964-b29dbf3f98dc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc341515-dba8-4840-8d7a-b2ea14984cca" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a200d7aa-9b45-43e5-a4ad-c86d4f609e1f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11983" ], "x-ms-correlation-request-id": [ - "eebc0dbd-65dd-45a9-8bfc-9b0672cacebe" + "1810b8c6-84fa-4fa6-be77-8d8e93363fce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181002Z:eebc0dbd-65dd-45a9-8bfc-9b0672cacebe" + "EASTUS2:20211116T200117Z:1810b8c6-84fa-4fa6-be77-8d8e93363fce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:01 GMT" - ], "Content-Length": [ - "819" + "822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1927,63 +1988,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T18:09:19.8766714+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:00:14.8860435+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a8e1aa0-3697-4b9f-ad74-cfb6328c07a5" + "1f7fef70-350c-4752-a86f-0fdff8b357c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;893" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88f82f7f-561d-4152-9082-b03c0a671c63" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d8e7bf5f-00e1-45ec-a5f0-95850c62fd53" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11982" ], "x-ms-correlation-request-id": [ - "42b6fe7d-4794-416d-83aa-c94133020af9" + "1384a4e5-31c1-4009-8c2f-4ebeb76da25d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181002Z:42b6fe7d-4794-416d-83aa-c94133020af9" + "EASTUS2:20211116T200117Z:1384a4e5-31c1-4009-8c2f-4ebeb76da25d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:01 GMT" - ], "Content-Length": [ "4118" ], @@ -1994,65 +2055,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8213\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6822\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3274\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Network/virtualNetworks/vn3825/subnets/sn2329\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8ce59485-65f2-4403-a01f-3c7a4097d4d5\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss477\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9126\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5760\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Network/virtualNetworks/vn2767/subnets/sn7624\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2121fb65-56f0-40cb-a565-e74a37f23f23\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMTMvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0Nzcvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1090fca-29f9-4bbf-9591-0c068b09434f" + "10c1249f-d713-467b-b4a7-0269787c7b9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2576" + "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2577" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "25df6ddd-d18b-4b5c-bd1f-d427a30b9f5b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ac70fa80-24ec-4bb3-9fb5-5c14c0a67fb5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11981" ], "x-ms-correlation-request-id": [ - "25eba54a-b376-41ed-9cd1-33eb68e14893" + "ac11b9ca-1d7e-4c0f-9ce0-61889b52c44f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181002Z:25eba54a-b376-41ed-9cd1-33eb68e14893" + "EASTUS2:20211116T200117Z:ac11b9ca-1d7e-4c0f-9ce0-61889b52c44f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:01 GMT" - ], "Content-Length": [ - "86721" + "29481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2061,139 +2122,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar539/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8213?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMTM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6080/providers/Microsoft.Compute/virtualMachineScaleSets/vmss477?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwODAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0Nzc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bae9aea3-a00c-4918-8702-d2a826f4e9db" + "1732893b-51e7-4b6d-a027-a65525d37288" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3986c3d3-fc1e-4b10-85be-fcf5173d44e3?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/ea2ad27d-0246-479a-9a07-a05a212a4343?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3986c3d3-fc1e-4b10-85be-fcf5173d44e3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/ea2ad27d-0246-479a-9a07-a05a212a4343?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1332,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "4" + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3986c3d3-fc1e-4b10-85be-fcf5173d44e3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ea2ad27d-0246-479a-9a07-a05a212a4343" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "6a75e98e-d412-44c7-9557-54dd372b9f07" + "88a8fdc4-fe68-4f3d-b4af-14ecfb157a94" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181002Z:6a75e98e-d412-44c7-9557-54dd372b9f07" + "EASTUS2:20211116T200117Z:88a8fdc4-fe68-4f3d-b4af-14ecfb157a94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3986c3d3-fc1e-4b10-85be-fcf5173d44e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzk4NmMzZDMtZmMxZS00YjEwLTg1YmUtZmNmNTE3M2Q0NGUzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/ea2ad27d-0246-479a-9a07-a05a212a4343?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWEyYWQyN2QtMDI0Ni00NzlhLTlhMDctYTA1YTIxMmE0MzQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f68b9ee8-4ac2-4dd0-8c49-9931d262d094" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "186826c4-6d9a-4480-9756-fb7dccead9b9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11980" ], "x-ms-correlation-request-id": [ - "ec60370d-0c32-4f0f-9e1f-a5ed0b23f39d" + "9191db0b-1b69-41f1-adfe-669a84a393b7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181012Z:ec60370d-0c32-4f0f-9e1f-a5ed0b23f39d" + "EASTUS2:20211116T200127Z:9191db0b-1b69-41f1-adfe-669a84a393b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:11 GMT" - ], "Content-Length": [ "134" ], @@ -2204,57 +2265,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:10:02.4396556+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3986c3d3-fc1e-4b10-85be-fcf5173d44e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:01:17.8079811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea2ad27d-0246-479a-9a07-a05a212a4343\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3986c3d3-fc1e-4b10-85be-fcf5173d44e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzk4NmMzZDMtZmMxZS00YjEwLTg1YmUtZmNmNTE3M2Q0NGUzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/ea2ad27d-0246-479a-9a07-a05a212a4343?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWEyYWQyN2QtMDI0Ni00NzlhLTlhMDctYTA1YTIxMmE0MzQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "acc53cf4-7afe-4489-92b9-5b29079b4420" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7a49c91f-4848-4908-b422-b5be85668d50" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11979" ], "x-ms-correlation-request-id": [ - "e14a3ba9-c775-45de-9bb1-640cebd97e53" + "431e8e0d-c12c-45db-8fca-1f59b7a6f793" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181023Z:e14a3ba9-c775-45de-9bb1-640cebd97e53" + "EASTUS2:20211116T200138Z:431e8e0d-c12c-45db-8fca-1f59b7a6f793" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:22 GMT" - ], "Content-Length": [ "134" ], @@ -2265,57 +2326,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:10:02.4396556+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3986c3d3-fc1e-4b10-85be-fcf5173d44e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:01:17.8079811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea2ad27d-0246-479a-9a07-a05a212a4343\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3986c3d3-fc1e-4b10-85be-fcf5173d44e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzk4NmMzZDMtZmMxZS00YjEwLTg1YmUtZmNmNTE3M2Q0NGUzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/ea2ad27d-0246-479a-9a07-a05a212a4343?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWEyYWQyN2QtMDI0Ni00NzlhLTlhMDctYTA1YTIxMmE0MzQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:01:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24681217-29da-40ee-9364-eb5ecb48b5a8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5f10eca1-dcc3-4417-9dcd-2e71b8b45fed" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11978" ], "x-ms-correlation-request-id": [ - "94891b5a-a74d-4c0f-98be-6c3f75227be2" + "f5440d7d-701e-4427-978c-4af986135177" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181034Z:94891b5a-a74d-4c0f-98be-6c3f75227be2" + "EASTUS2:20211116T200149Z:f5440d7d-701e-4427-978c-4af986135177" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:33 GMT" - ], "Content-Length": [ "134" ], @@ -2326,59 +2387,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:10:02.4396556+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3986c3d3-fc1e-4b10-85be-fcf5173d44e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:01:17.8079811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea2ad27d-0246-479a-9a07-a05a212a4343\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3986c3d3-fc1e-4b10-85be-fcf5173d44e3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzk4NmMzZDMtZmMxZS00YjEwLTg1YmUtZmNmNTE3M2Q0NGUzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/ea2ad27d-0246-479a-9a07-a05a212a4343?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWEyYWQyN2QtMDI0Ni00NzlhLTlhMDctYTA1YTIxMmE0MzQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:02:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01ffff6c-3a26-4086-b21c-9a949a75738b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e5870a63-0b7c-4ab4-8e1e-c17285973a4c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11977" ], "x-ms-correlation-request-id": [ - "65eda55c-a4a1-4500-85d2-0c8cac886a24" + "e09d39d8-96ab-4430-82ac-41bbf634d8df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181045Z:65eda55c-a4a1-4500-85d2-0c8cac886a24" + "EASTUS2:20211116T200201Z:e09d39d8-96ab-4430-82ac-41bbf634d8df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:44 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2387,83 +2448,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:10:02.4396556+00:00\",\r\n \"endTime\": \"2021-06-29T18:10:42.4245465+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3986c3d3-fc1e-4b10-85be-fcf5173d44e3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:01:17.8079811+00:00\",\r\n \"endTime\": \"2021-11-16T20:01:53.964277+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ea2ad27d-0246-479a-9a07-a05a212a4343\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/3986c3d3-fc1e-4b10-85be-fcf5173d44e3?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzk4NmMzZDMtZmMxZS00YjEwLTg1YmUtZmNmNTE3M2Q0NGUzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/ea2ad27d-0246-479a-9a07-a05a212a4343?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWEyYWQyN2QtMDI0Ni00NzlhLTlhMDctYTA1YTIxMmE0MzQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:02:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "325046fa-4326-4280-b15b-6f2f5edc7377" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc82c6f8-6b3f-425f-937f-30047a4b9a92" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11976" ], "x-ms-correlation-request-id": [ - "0e0ddb28-0cb7-4e0e-916d-be8d093c8211" + "22f02f3a-be61-4c58-be4f-39696c839b39" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181045Z:0e0ddb28-0cb7-4e0e-916d-be8d093c8211" + "EASTUS2:20211116T200201Z:22f02f3a-be61-4c58-be4f-39696c839b39" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar539?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6080?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwODA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b8d78ef-065b-4f3e-8f71-4041dc30b74c" + "64f15e64-4107-4b2c-949b-3a3e9eda6940" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2471,11 +2532,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:02:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2484,13 +2548,13 @@ "14999" ], "x-ms-request-id": [ - "fdf42978-8ef1-448b-ab46-2dacc79e3b61" + "d48af6ca-f296-4153-9792-212e765bcfe5" ], "x-ms-correlation-request-id": [ - "fdf42978-8ef1-448b-ab46-2dacc79e3b61" + "d48af6ca-f296-4153-9792-212e765bcfe5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181046Z:fdf42978-8ef1-448b-ab46-2dacc79e3b61" + "EASTUS2:20211116T200201Z:d48af6ca-f296-4153-9792-212e765bcfe5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2498,29 +2562,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:10:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2528,11 +2589,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:02:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2541,13 +2605,13 @@ "11999" ], "x-ms-request-id": [ - "88ae85eb-b5ca-448f-b707-c842b0f2c673" + "bdd54453-8e9c-45b3-8637-95344ee86180" ], "x-ms-correlation-request-id": [ - "88ae85eb-b5ca-448f-b707-c842b0f2c673" + "bdd54453-8e9c-45b3-8637-95344ee86180" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181101Z:88ae85eb-b5ca-448f-b707-c842b0f2c673" + "EASTUS2:20211116T200216Z:bdd54453-8e9c-45b3-8637-95344ee86180" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2555,29 +2619,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:11:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2585,11 +2646,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:02:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2598,13 +2662,13 @@ "11998" ], "x-ms-request-id": [ - "200bf4a1-c25e-4c78-94f5-24481111178d" + "cf3008de-110b-4ae1-a0ce-d5f20fc74817" ], "x-ms-correlation-request-id": [ - "200bf4a1-c25e-4c78-94f5-24481111178d" + "cf3008de-110b-4ae1-a0ce-d5f20fc74817" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181116Z:200bf4a1-c25e-4c78-94f5-24481111178d" + "EASTUS2:20211116T200231Z:cf3008de-110b-4ae1-a0ce-d5f20fc74817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2612,29 +2676,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:11:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2642,11 +2703,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:02:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2655,13 +2719,13 @@ "11997" ], "x-ms-request-id": [ - "12443f24-ca46-40d4-ab78-bdcca7cfafcb" + "1aa8462e-8676-4a6d-a2d8-67809531a764" ], "x-ms-correlation-request-id": [ - "12443f24-ca46-40d4-ab78-bdcca7cfafcb" + "1aa8462e-8676-4a6d-a2d8-67809531a764" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181131Z:12443f24-ca46-40d4-ab78-bdcca7cfafcb" + "EASTUS2:20211116T200246Z:1aa8462e-8676-4a6d-a2d8-67809531a764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2669,29 +2733,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:11:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2699,11 +2760,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:03:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2712,13 +2776,13 @@ "11996" ], "x-ms-request-id": [ - "31aba939-0e8a-4c44-ba50-6639d878b506" + "ecefc3be-8bc6-4ea7-bf80-a5e7e1c92737" ], "x-ms-correlation-request-id": [ - "31aba939-0e8a-4c44-ba50-6639d878b506" + "ecefc3be-8bc6-4ea7-bf80-a5e7e1c92737" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181146Z:31aba939-0e8a-4c44-ba50-6639d878b506" + "EASTUS2:20211116T200301Z:ecefc3be-8bc6-4ea7-bf80-a5e7e1c92737" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2726,29 +2790,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:11:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2756,11 +2817,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:03:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2769,13 +2833,13 @@ "11995" ], "x-ms-request-id": [ - "09bf8739-2af4-4af9-b373-a04fa253c92a" + "059e2abe-a0d6-4c8d-bdda-b41f3496fc3b" ], "x-ms-correlation-request-id": [ - "09bf8739-2af4-4af9-b373-a04fa253c92a" + "059e2abe-a0d6-4c8d-bdda-b41f3496fc3b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181201Z:09bf8739-2af4-4af9-b373-a04fa253c92a" + "EASTUS2:20211116T200316Z:059e2abe-a0d6-4c8d-bdda-b41f3496fc3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2783,29 +2847,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2813,11 +2874,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:03:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2826,13 +2890,13 @@ "11994" ], "x-ms-request-id": [ - "61c2401d-dfbc-496d-a386-63dc4949d123" + "39a4a79c-4fe7-42c7-8486-99f57d1468f9" ], "x-ms-correlation-request-id": [ - "61c2401d-dfbc-496d-a386-63dc4949d123" + "39a4a79c-4fe7-42c7-8486-99f57d1468f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181216Z:61c2401d-dfbc-496d-a386-63dc4949d123" + "EASTUS2:20211116T200331Z:39a4a79c-4fe7-42c7-8486-99f57d1468f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2840,29 +2904,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2870,20 +2931,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:03:46 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "7fb8422a-8734-495a-8d17-ebf96567ee5b" + "73671cb0-dcc8-46e5-9c30-2d18ecfca96d" ], "x-ms-correlation-request-id": [ - "7fb8422a-8734-495a-8d17-ebf96567ee5b" + "73671cb0-dcc8-46e5-9c30-2d18ecfca96d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181231Z:7fb8422a-8734-495a-8d17-ebf96567ee5b" + "EASTUS2:20211116T200346Z:73671cb0-dcc8-46e5-9c30-2d18ecfca96d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2891,29 +2961,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:04:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "861f0d37-b0a8-470d-a651-4c58077ddf98" + ], + "x-ms-correlation-request-id": [ + "861f0d37-b0a8-470d-a651-4c58077ddf98" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T200401Z:861f0d37-b0a8-470d-a651-4c58077ddf98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTXprdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2921,20 +3045,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:15 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-request-id": [ - "6b3de1c7-d1cf-477c-8cb7-4e31327177fd" + "f07ab23d-ec4f-4c50-8d34-e37753038a1c" ], "x-ms-correlation-request-id": [ - "6b3de1c7-d1cf-477c-8cb7-4e31327177fd" + "f07ab23d-ec4f-4c50-8d34-e37753038a1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181231Z:6b3de1c7-d1cf-477c-8cb7-4e31327177fd" + "EASTUS2:20211116T200416Z:f07ab23d-ec4f-4c50-8d34-e37753038a1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2942,14 +3069,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDgwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURnd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:04:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "9c74912a-1706-473a-97fa-32df3463e6ad" + ], + "x-ms-correlation-request-id": [ + "9c74912a-1706-473a-97fa-32df3463e6ad" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T200416Z:9c74912a-1706-473a-97fa-32df3463e6ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -2958,27 +3133,27 @@ ], "Names": { "TestVMScaleSetPriorityOperationsInternal": [ - "crptestar539", - "vmss8213", - "crptestar3707" + "crptestar6080", + "vmss477", + "crptestar6717" ], "CreatePublicIP": [ - "pip1813", - "dn9849" + "pip4469", + "dn882" ], "CreateVNET": [ - "vn3825", - "sn2329" + "vn2767", + "sn7624" ], "CreateNIC": [ - "nic1513", - "ip4181" + "nic3984", + "ip9756" ], "CreateDefaultVMScaleSetInput": [ - "crptestar4442", - "vmss9838", - "vmsstestnetconfig6822", - "vmsstestnetconfig3274" + "crptestar483", + "vmss2090", + "vmsstestnetconfig9126", + "vmsstestnetconfig5760" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_DefaultMaxPrice.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_DefaultMaxPrice.json index ed3b71acbfa8b..d58c8d04af94a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_DefaultMaxPrice.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_DefaultMaxPrice.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e2d19c5-7641-4daa-a6b3-8bf329359c99" + "aed92122-0174-4644-861a-0becb41feb2d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "c74fb99e-9e0a-436f-8234-5af576561f8f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d3733324-505e-4216-8e99-3db350fabe49" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e6927623-3802-4cc8-8a76-76eba051768a" + "5a6a103c-2768-4951-890c-f61bb918cde8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181231Z:e6927623-3802-4cc8-8a76-76eba051768a" + "EASTUS2:20211116T200417Z:5a6a103c-2768-4951-890c-f61bb918cde8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:31 GMT" - ], "Content-Length": [ "307" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9134?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3618?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2MTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar9134\": \"2021-06-29 18:12:31Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3618\": \"2021-11-16 20:04:17Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e3d07c40-e864-450e-971c-d1887442f9d4" + "7e371c22-6f09-4f05-b253-2ebe2a71c371" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "e2bdc7d7-dd73-44f0-8732-b09a0a8bff70" + "7f66c097-9fe9-491c-a05a-95541e980821" ], "x-ms-correlation-request-id": [ - "e2bdc7d7-dd73-44f0-8732-b09a0a8bff70" + "7f66c097-9fe9-491c-a05a-95541e980821" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181232Z:e2bdc7d7-dd73-44f0-8732-b09a0a8bff70" + "EASTUS2:20211116T200417Z:7f66c097-9fe9-491c-a05a-95541e980821" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:31 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134\",\r\n \"name\": \"crptestar9134\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar9134\": \"2021-06-29 18:12:31Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618\",\r\n \"name\": \"crptestar3618\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3618\": \"2021-11-16 20:04:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9134?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3618?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2MTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7f8be548-a63f-4961-976a-9ce42533e1e5" + "d9c392c7-549b-45ee-9c5c-a1555bd5ae38" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:47 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "53f1762f-99c6-48db-9614-e86e976bde57" + "87442001-6eda-4454-a4a9-237f4fbb1788" ], "x-ms-correlation-request-id": [ - "53f1762f-99c6-48db-9614-e86e976bde57" + "87442001-6eda-4454-a4a9-237f4fbb1788" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181302Z:53f1762f-99c6-48db-9614-e86e976bde57" + "EASTUS2:20211116T200447Z:87442001-6eda-4454-a4a9-237f4fbb1788" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:01 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134\",\r\n \"name\": \"crptestar9134\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618\",\r\n \"name\": \"crptestar3618\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Storage/storageAccounts/crptestar3334?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzMzM0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Storage/storageAccounts/crptestar5348?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MzQ4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ccd56444-cded-4a9f-a763-8359d36415d9" + "b5e0bcc7-e7da-45be-b41a-753df3bdf0e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/0e360cd2-3cda-45de-967e-a52c78f69d27?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/1dd85ded-c090-452e-8e76-4c2ace12e69c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0e360cd2-3cda-45de-967e-a52c78f69d27" + "1dd85ded-c090-452e-8e76-4c2ace12e69c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c56bbe18-2012-4b16-b431-90d27d12dc10" + "35d66357-e4f1-411f-8cbc-3287194440c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181234Z:c56bbe18-2012-4b16-b431-90d27d12dc10" + "EASTUS2:20211116T200419Z:35d66357-e4f1-411f-8cbc-3287194440c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:33 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/0e360cd2-3cda-45de-967e-a52c78f69d27?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8wZTM2MGNkMi0zY2RhLTQ1ZGUtOTY3ZS1hNTJjNzhmNjlkMjc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/1dd85ded-c090-452e-8e76-4c2ace12e69c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8xZGQ4NWRlZC1jMDkwLTQ1MmUtOGU3Ni00YzJhY2UxMmU2OWM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fa3365cc-0701-4f40-a9b9-3737bbba83b9" + "df31f1bc-8748-4e0e-9665-4064eaf09726" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "b7be443b-c87f-4303-b155-703cadd00a22" + "50a7ab54-a3f5-4cb4-b668-f1facf592672" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181251Z:b7be443b-c87f-4303-b155-703cadd00a22" + "EASTUS2:20211116T200436Z:50a7ab54-a3f5-4cb4-b668-f1facf592672" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:12:50 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca986f76-93f8-4afb-958a-1d0e302c06b0" + "3b093934-03cf-4dca-a79e-78d49ff6733f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d50d4fa5-0919-4cd9-ad2f-87fe1e1c5b4f" + "54c8a399-052d-4856-8396-db6d5903bb47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "3e98d427-1671-4013-a613-d147b9f09fcf" + "e7ee49cd-d34f-416d-82d2-2d22d9dc00d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181301Z:3e98d427-1671-4013-a613-d147b9f09fcf" + "EASTUS2:20211116T200447Z:e7ee49cd-d34f-416d-82d2-2d22d9dc00d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:00 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Storage/storageAccounts/crptestar3334\",\r\n \"name\": \"crptestar3334\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:12:32.7897862Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3334.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3334.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3334.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3334.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Storage/storageAccounts/crptestar5348\",\r\n \"name\": \"crptestar5348\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:04:18.1378341Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5348.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5348.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5348.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5348.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Storage/storageAccounts/crptestar3334?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzMzM0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Storage/storageAccounts/crptestar5348?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MzQ4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc0baf65-52cf-48c0-b53f-acde066a11ea" + "6f33e010-4ce4-4288-87d7-28706eb10a86" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "20f73f55-e755-41cd-9391-8dfab2f139aa" + "e201018a-e94b-44ba-9fc6-aef378bd79d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "07074be6-0dde-4dc3-ad11-079c66f7ddd1" + "21c35f6f-f896-47bc-a12b-1382d6ba2642" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181301Z:07074be6-0dde-4dc3-ad11-079c66f7ddd1" + "EASTUS2:20211116T200447Z:21c35f6f-f896-47bc-a12b-1382d6ba2642" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:00 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Storage/storageAccounts/crptestar3334\",\r\n \"name\": \"crptestar3334\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:12:32.7897862Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3334.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3334.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3334.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3334.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Storage/storageAccounts/crptestar5348\",\r\n \"name\": \"crptestar5348\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:04:18.1378341Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5348.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5348.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5348.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5348.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "176abf2e-05c8-4fec-aaa1-07a3871aa8f8" + "d8c7b293-65c9-4ccd-b28f-3ba5109b25eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:46 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "7e5aa59f-2ee9-4c79-93d7-2154bd66708e" + "1199f77d-efb5-4508-b4aa-022ec164c929" ], "x-ms-correlation-request-id": [ - "7e5aa59f-2ee9-4c79-93d7-2154bd66708e" + "1199f77d-efb5-4508-b4aa-022ec164c929" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181301Z:7e5aa59f-2ee9-4c79-93d7-2154bd66708e" + "EASTUS2:20211116T200447Z:1199f77d-efb5-4508-b4aa-022ec164c929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:01 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/publicIPAddresses/pip7994?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc5OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/publicIPAddresses/pip505?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3779\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9353\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2826fcb3-39cb-47a1-9fbf-89e1bacfc278" + "7792a3a0-13af-498a-86e3-4458f714cf9f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,48 +543,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b9c5e87-a03f-4692-acc8-2bf1306aa48c" + "09fc18a1-423b-48c4-8a8c-6f1e03182d84" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/1b9c5e87-a03f-4692-acc8-2bf1306aa48c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/09fc18a1-423b-48c4-8a8c-6f1e03182d84?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4d406d8d-6eb8-47c0-bc27-8a1595483dbf" + "3bc1caad-3d38-4a6c-8fa9-21195006cd78" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "dd203026-4441-4c98-b258-f23a17dd70a7" + "9a6e1b01-4263-4729-a992-201eb40aebc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181303Z:4d406d8d-6eb8-47c0-bc27-8a1595483dbf" + "EASTUS2:20211116T200448Z:3bc1caad-3d38-4a6c-8fa9-21195006cd78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:03 GMT" - ], "Content-Length": [ - "755" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7994\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/publicIPAddresses/pip7994\",\r\n \"etag\": \"W/\\\"e0f8e4c8-4750-4708-84f2-bec807f99f2f\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fa4eef88-02ba-4eee-88ac-ac5df700a0ec\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3779\",\r\n \"fqdn\": \"dn3779.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip505\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/publicIPAddresses/pip505\",\r\n \"etag\": \"W/\\\"d573e64d-6951-4704-8a73-2ecbb5ae0afa\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"27a5085e-9be7-481d-b366-fc8c550ce457\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9353\",\r\n \"fqdn\": \"dn9353.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/1b9c5e87-a03f-4692-acc8-2bf1306aa48c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWI5YzVlODctYTAzZi00NjkyLWFjYzgtMmJmMTMwNmFhNDhjP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/09fc18a1-423b-48c4-8a8c-6f1e03182d84?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDlmYzE4YTEtNDIzYi00OGM0LThhOGMtNmYxZTAzMTgyZDg0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "db05fa7c-8e33-4bde-af5d-442ca9f1a172" + "34153bc5-4acf-48cc-8a84-1988c24a54a5" ], "x-ms-correlation-request-id": [ - "05b2764d-bf85-4bf9-b115-42de928c496a" + "830b6104-b8f3-4d3a-ba43-e3f7d568979b" ], "x-ms-arm-service-request-id": [ - "cac27470-0af0-42e1-9bae-1c969462d104" + "fc2fd628-fb08-40ff-b882-25a83b5bd836" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181304Z:05b2764d-bf85-4bf9-b115-42de928c496a" + "EASTUS2:20211116T200449Z:830b6104-b8f3-4d3a-ba43-e3f7d568979b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:04 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/publicIPAddresses/pip7994?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc5OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/publicIPAddresses/pip505?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"369f6031-0006-4d57-9735-e8d7b9e88e7a\"" + "W/\"60a16b93-522f-4d4a-b60a-27c4590659a2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "292f0e8f-c922-4f41-b296-845f522f43b5" + "2d141705-d815-4221-b0d3-802ae6c0be77" ], "x-ms-correlation-request-id": [ - "a25251e1-2bf2-4e68-92f6-9e261f1c662b" + "d754b01d-e690-4532-87c0-69295cf6ad7d" ], "x-ms-arm-service-request-id": [ - "9c7693cf-beb8-4e72-87be-b148756ca51a" + "dac31bcd-6676-4e0a-ab79-d885bbc61e85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181304Z:a25251e1-2bf2-4e68-92f6-9e261f1c662b" + "EASTUS2:20211116T200449Z:d754b01d-e690-4532-87c0-69295cf6ad7d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:04 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7994\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/publicIPAddresses/pip7994\",\r\n \"etag\": \"W/\\\"369f6031-0006-4d57-9735-e8d7b9e88e7a\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa4eef88-02ba-4eee-88ac-ac5df700a0ec\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3779\",\r\n \"fqdn\": \"dn3779.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip505\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/publicIPAddresses/pip505\",\r\n \"etag\": \"W/\\\"60a16b93-522f-4d4a-b60a-27c4590659a2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"27a5085e-9be7-481d-b366-fc8c550ce457\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9353\",\r\n \"fqdn\": \"dn9353.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/publicIPAddresses/pip7994?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc5OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/publicIPAddresses/pip505?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf7b2365-bbf6-475e-8be5-8dfd0e6da71a" + "167607f5-154d-443a-b2ca-43f0fe0f058e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"369f6031-0006-4d57-9735-e8d7b9e88e7a\"" + "W/\"60a16b93-522f-4d4a-b60a-27c4590659a2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fc03a7da-25b0-49d5-a981-0fdeae396479" + "8e33dff3-23e0-4ba8-8b74-eb3c54156ab9" ], "x-ms-correlation-request-id": [ - "0648aaf9-b594-456b-925d-9af7870f85b3" + "6fed836f-8fc7-4c99-8dc5-afaf027ad71a" ], "x-ms-arm-service-request-id": [ - "3567627f-174e-4a22-af3d-f02cef521e68" + "174c92d6-3048-49a3-aa52-eaa14916476a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181304Z:0648aaf9-b594-456b-925d-9af7870f85b3" + "EASTUS2:20211116T200449Z:6fed836f-8fc7-4c99-8dc5-afaf027ad71a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:04 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,80 +788,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7994\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/publicIPAddresses/pip7994\",\r\n \"etag\": \"W/\\\"369f6031-0006-4d57-9735-e8d7b9e88e7a\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa4eef88-02ba-4eee-88ac-ac5df700a0ec\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3779\",\r\n \"fqdn\": \"dn3779.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip505\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/publicIPAddresses/pip505\",\r\n \"etag\": \"W/\\\"60a16b93-522f-4d4a-b60a-27c4590659a2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"27a5085e-9be7-481d-b366-fc8c550ce457\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9353\",\r\n \"fqdn\": \"dn9353.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzMDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn194\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3358\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5164efa2-9857-4256-b4d6-377a4029c176" + "06db4bae-3d63-4d3f-b357-bf3b5d25b692" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "394" + "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "12ed3eca-9c6a-4ec8-9da3-c0bc46fc9500" + "3931b4e8-8f6e-41da-8b19-2e90f1721a80" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/12ed3eca-9c6a-4ec8-9da3-c0bc46fc9500?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/3931b4e8-8f6e-41da-8b19-2e90f1721a80?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ff3c0e0c-8610-43e7-a91a-d381d8aa6671" + "7a60cd6b-d000-4298-a154-745769a28dee" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a3e7efe6-e57c-4097-83a2-48f92a732bfc" + "ebb7c24c-7757-4960-b442-6010558770a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181305Z:ff3c0e0c-8610-43e7-a91a-d381d8aa6671" + "EASTUS2:20211116T200450Z:7a60cd6b-d000-4298-a154-745769a28dee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:04 GMT" - ], "Content-Length": [ - "1312" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1301\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301\",\r\n \"etag\": \"W/\\\"a04ad792-52cf-4de3-a840-f60417d59c80\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7f03821e-a917-44cd-9763-4a53febd93a3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\",\r\n \"etag\": \"W/\\\"a04ad792-52cf-4de3-a840-f60417d59c80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909\",\r\n \"etag\": \"W/\\\"0430146d-0f69-4827-b4b8-dc7d940b0195\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"44d7db5b-c5f6-475f-a4ec-b8b25593153d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3358\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\",\r\n \"etag\": \"W/\\\"0430146d-0f69-4827-b4b8-dc7d940b0195\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/12ed3eca-9c6a-4ec8-9da3-c0bc46fc9500?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTJlZDNlY2EtOWM2YS00ZWM4LTlkYTMtYzBiYzQ2ZmM5NTAwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/3931b4e8-8f6e-41da-8b19-2e90f1721a80?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzkzMWI0ZTgtOGY2ZS00MWRhLThiMTktMmU5MGYxNzIxYTgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4c246e70-a635-4db8-a543-2a743895b4eb" + "4d065278-92b8-49d5-a3e2-02ec72780204" ], "x-ms-correlation-request-id": [ - "63c8c3a3-fa56-4102-8bfa-fcf528320a9e" + "829dc635-3570-4dc1-bfec-b43088b713d6" ], "x-ms-arm-service-request-id": [ - "56f92266-051e-4716-b0ff-88da0781558b" + "f2cd10d6-8249-477c-8757-f0f1ad17ba24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181308Z:63c8c3a3-fa56-4102-8bfa-fcf528320a9e" + "EASTUS2:20211116T200453Z:829dc635-3570-4dc1-bfec-b43088b713d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:08 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzMDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5MDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e5dd0dd-349d-4823-b642-36262b234d83\"" + "W/\"9c0a4f30-f5a0-4227-a282-76dc21ea94fe\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "93db10b2-d3c0-4502-af8a-36e2197aec1e" + "2dcaa3d4-7db3-44ae-9f75-7e8552642f4b" ], "x-ms-correlation-request-id": [ - "03638049-836f-43ed-b63f-d7535ed122f4" + "162ee203-f3f4-4c7c-8c2c-0399ed90aa41" ], "x-ms-arm-service-request-id": [ - "af67c1b4-80ce-43b1-ad74-d8e6250efe12" + "c3439e16-3173-422a-8b0e-2af085c33178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181308Z:03638049-836f-43ed-b63f-d7535ed122f4" + "EASTUS2:20211116T200453Z:162ee203-f3f4-4c7c-8c2c-0399ed90aa41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:08 GMT" - ], "Content-Length": [ - "1314" + "1316" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1301\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301\",\r\n \"etag\": \"W/\\\"6e5dd0dd-349d-4823-b642-36262b234d83\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f03821e-a917-44cd-9763-4a53febd93a3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\",\r\n \"etag\": \"W/\\\"6e5dd0dd-349d-4823-b642-36262b234d83\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2909\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909\",\r\n \"etag\": \"W/\\\"9c0a4f30-f5a0-4227-a282-76dc21ea94fe\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"44d7db5b-c5f6-475f-a4ec-b8b25593153d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3358\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\",\r\n \"etag\": \"W/\\\"9c0a4f30-f5a0-4227-a282-76dc21ea94fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzMDEvc3VibmV0cy9zbjE5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI5MDkvc3VibmV0cy9zbjMzNTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3569d833-a6b9-41fe-abff-3cd69e0979af" + "403e6b4b-20bf-473f-bba9-3a5d9b51bb91" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e5dd0dd-349d-4823-b642-36262b234d83\"" + "W/\"9c0a4f30-f5a0-4227-a282-76dc21ea94fe\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "85f6aa83-2418-4593-ad9a-32756f9a9520" + "8e2f34ae-d2df-4837-b581-2baca6616b42" ], "x-ms-correlation-request-id": [ - "0f1b7769-aff5-413e-90ce-7ea0bf63fb5a" + "aa396c5c-f9f3-427a-9e5e-db7fcf440049" ], "x-ms-arm-service-request-id": [ - "5474203c-4b5d-4a9d-8ec0-ea18fff4015c" + "79d69c15-a11a-4ceb-a88f-fa6414efc61e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181308Z:0f1b7769-aff5-413e-90ce-7ea0bf63fb5a" + "EASTUS2:20211116T200453Z:aa396c5c-f9f3-427a-9e5e-db7fcf440049" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:08 GMT" - ], "Content-Length": [ - "521" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\",\r\n \"etag\": \"W/\\\"6e5dd0dd-349d-4823-b642-36262b234d83\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3358\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\",\r\n \"etag\": \"W/\\\"9c0a4f30-f5a0-4227-a282-76dc21ea94fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE0MzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc3NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\r\n }\r\n },\r\n \"name\": \"ip5237\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3358\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\r\n }\r\n },\r\n \"name\": \"ip1156\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58535a9f-862d-44b3-9878-832014402930" + "6ef05418-877f-4bb6-adc4-42f20dcf5f38" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "739" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5b41a36c-43ca-493a-850c-4ccd6774321b" + "e3d95442-5f2b-4522-8e36-1ad55a57b343" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/5b41a36c-43ca-493a-850c-4ccd6774321b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/e3d95442-5f2b-4522-8e36-1ad55a57b343?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b7d7e04c-f5ef-49c6-a221-ed4de283ffa6" + "3450312f-e108-472e-ba36-a37e1e8dd051" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4ea1b334-c8c7-4494-9edf-7d5a934b719b" + "e5006ffa-d047-4d72-aee2-9e67d1351e48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181309Z:b7d7e04c-f5ef-49c6-a221-ed4de283ffa6" + "EASTUS2:20211116T200454Z:3450312f-e108-472e-ba36-a37e1e8dd051" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:08 GMT" - ], "Content-Length": [ - "1623" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1436\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436\",\r\n \"etag\": \"W/\\\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b4e5a70-107d-4df5-85dc-b68d380d4695\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5237\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436/ipConfigurations/ip5237\",\r\n \"etag\": \"W/\\\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\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\": \"d0bag5yxvhgujf1djjj53pmtud.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7760\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760\",\r\n \"etag\": \"W/\\\"028d1ae4-9b52-439c-ab6a-892194f1643b\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28331ed2-eea6-4072-9a01-a7615deadbb0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1156\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760/ipConfigurations/ip1156\",\r\n \"etag\": \"W/\\\"028d1ae4-9b52-439c-ab6a-892194f1643b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\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\": \"lpn3orhwyvpupjhmxczfleyvhf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE0MzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc3NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\"" + "W/\"028d1ae4-9b52-439c-ab6a-892194f1643b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "dc8b90e7-3d84-476c-85b0-39c337f5b2fc" + "361fb3bd-8c2c-4438-b230-4f86f6e70133" ], "x-ms-correlation-request-id": [ - "aafca281-6eec-4b32-a7db-59ce9dbb2eba" + "bb7672ad-6d4d-44c9-b902-f7ffc1f8b3d7" ], "x-ms-arm-service-request-id": [ - "90260742-d5b5-4a5c-83d5-c72886269630" + "04487eea-317a-4d09-ac1b-35ce5d970c0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181309Z:aafca281-6eec-4b32-a7db-59ce9dbb2eba" + "EASTUS2:20211116T200454Z:bb7672ad-6d4d-44c9-b902-f7ffc1f8b3d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:08 GMT" - ], "Content-Length": [ - "1623" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1436\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436\",\r\n \"etag\": \"W/\\\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b4e5a70-107d-4df5-85dc-b68d380d4695\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5237\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436/ipConfigurations/ip5237\",\r\n \"etag\": \"W/\\\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\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\": \"d0bag5yxvhgujf1djjj53pmtud.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7760\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760\",\r\n \"etag\": \"W/\\\"028d1ae4-9b52-439c-ab6a-892194f1643b\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28331ed2-eea6-4072-9a01-a7615deadbb0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1156\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760/ipConfigurations/ip1156\",\r\n \"etag\": \"W/\\\"028d1ae4-9b52-439c-ab6a-892194f1643b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\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\": \"lpn3orhwyvpupjhmxczfleyvhf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE0MzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc3NjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1935036c-7224-4358-a7ea-efe2eb90fa86" + "888b9a95-ce06-4ebd-8ea5-57664fa5bb63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\"" + "W/\"028d1ae4-9b52-439c-ab6a-892194f1643b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0c727f2e-9e11-42ff-9174-686f1f72db96" + "e117b94d-05b9-493a-93a9-87d508221173" ], "x-ms-correlation-request-id": [ - "8a863089-00e7-40b5-85d1-4f8267aeb910" + "862e62ff-942a-431f-83c8-044d0202bd46" ], "x-ms-arm-service-request-id": [ - "fcf8c89b-49d3-40e6-966a-5cd5ac44fd96" + "f960f540-76e9-4f24-a2b5-e293c5eae465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181309Z:8a863089-00e7-40b5-85d1-4f8267aeb910" + "EASTUS2:20211116T200454Z:862e62ff-942a-431f-83c8-044d0202bd46" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:09 GMT" - ], "Content-Length": [ - "1623" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,52 +1278,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1436\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436\",\r\n \"etag\": \"W/\\\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b4e5a70-107d-4df5-85dc-b68d380d4695\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5237\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/networkInterfaces/nic1436/ipConfigurations/ip5237\",\r\n \"etag\": \"W/\\\"a6a3dac5-7f89-40f3-a2bd-0e6687f729c2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\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\": \"d0bag5yxvhgujf1djjj53pmtud.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7760\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760\",\r\n \"etag\": \"W/\\\"028d1ae4-9b52-439c-ab6a-892194f1643b\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28331ed2-eea6-4072-9a01-a7615deadbb0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1156\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/networkInterfaces/nic7760/ipConfigurations/ip1156\",\r\n \"etag\": \"W/\\\"028d1ae4-9b52-439c-ab6a-892194f1643b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\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\": \"lpn3orhwyvpupjhmxczfleyvhf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MDExP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMTY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4632\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1795\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8348\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9987\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2fcbae29-b78a-4bf1-b4c4-6212a4700f7a" + "f4fc3d80-0c46-4080-8f12-15d8c03772c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1745" + "1746" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1328,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "82529f71-c3cf-4dd3-9276-c398921930b8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "595e023f-b03c-4849-97f1-5bc6adceacbb" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b9e0d774-1ae9-40f3-9f6c-a288ed929a6a" + "cb22a4fc-40f0-4354-8f54-ab44b3c476fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181310Z:b9e0d774-1ae9-40f3-9f6c-a288ed929a6a" + "EASTUS2:20211116T200455Z:cb22a4fc-40f0-4354-8f54-ab44b3c476fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:10 GMT" - ], "Content-Length": [ - "3672" + "3671" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,60 +1363,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7011\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4632\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1795\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"dd76c123-86b3-4903-98f2-a522fab01047\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8348\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9987\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"269d4459-d097-446e-9be7-972fd86c7f08\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODI1MjlmNzEtYzNjZi00ZGQzLTkyNzYtYzM5ODkyMTkzMGI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk1ZTAyM2YtYjAzYy00ODQ5LTk3ZjEtNWJjNmFkY2VhY2JiP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29952" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a1ca9abe-6904-47ff-9770-2c6dc2cc5d7a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "31ebbdd3-614c-4c4e-94f5-0dee2ceec5f6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c1830359-d93a-4ce1-9265-b98fbb0e598a" + "36bee070-6f8b-4872-ae9e-feffdb24000a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181321Z:c1830359-d93a-4ce1-9265-b98fbb0e598a" + "EASTUS2:20211116T200505Z:36bee070-6f8b-4872-ae9e-feffdb24000a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:13:20 GMT" - ], "Content-Length": [ "134" ], @@ -1427,57 +1427,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:13:10.0045237+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82529f71-c3cf-4dd3-9276-c398921930b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:04:55.0114385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"595e023f-b03c-4849-97f1-5bc6adceacbb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODI1MjlmNzEtYzNjZi00ZGQzLTkyNzYtYzM5ODkyMTkzMGI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk1ZTAyM2YtYjAzYy00ODQ5LTk3ZjEtNWJjNmFkY2VhY2JiP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:06:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9bf5c8c6-35c5-4326-b130-b232eb0f8453" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65558a01-7dac-416b-a917-be84a573e18f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "2b672bd8-e2d8-4dbc-b27c-584c8ebb8e85" + "40862ff0-e2e0-402f-87bb-f410d3629749" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181458Z:2b672bd8-e2d8-4dbc-b27c-584c8ebb8e85" + "EASTUS2:20211116T200643Z:40862ff0-e2e0-402f-87bb-f410d3629749" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:14:58 GMT" - ], "Content-Length": [ "134" ], @@ -1488,57 +1488,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:13:10.0045237+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82529f71-c3cf-4dd3-9276-c398921930b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:04:55.0114385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"595e023f-b03c-4849-97f1-5bc6adceacbb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODI1MjlmNzEtYzNjZi00ZGQzLTkyNzYtYzM5ODkyMTkzMGI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk1ZTAyM2YtYjAzYy00ODQ5LTk3ZjEtNWJjNmFkY2VhY2JiP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:08:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b984037f-786b-4116-9c94-79e0bb581a28" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "21c5460a-7beb-4798-a993-c145b3bb4827" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "e2c2cb58-dfdc-4daa-82a3-29d12f96d0ce" + "5099add3-ec1a-4a47-a07f-d434a8d32bd2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181635Z:e2c2cb58-dfdc-4daa-82a3-29d12f96d0ce" + "EASTUS2:20211116T200820Z:5099add3-ec1a-4a47-a07f-d434a8d32bd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:16:34 GMT" - ], "Content-Length": [ "134" ], @@ -1549,57 +1549,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:13:10.0045237+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82529f71-c3cf-4dd3-9276-c398921930b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:04:55.0114385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"595e023f-b03c-4849-97f1-5bc6adceacbb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODI1MjlmNzEtYzNjZi00ZGQzLTkyNzYtYzM5ODkyMTkzMGI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk1ZTAyM2YtYjAzYy00ODQ5LTk3ZjEtNWJjNmFkY2VhY2JiP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:09:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "971be55b-5dd7-4cbe-bb1d-32f70c71d202" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eba6f56c-cf7c-45f6-b9b0-6f7e7349fb4e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "f0c53c1d-fc68-4c61-a87b-f02d8f401f1d" + "11707717-b79d-49b4-a9da-0e6c4c839c52" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181812Z:f0c53c1d-fc68-4c61-a87b-f02d8f401f1d" + "EASTUS2:20211116T200957Z:11707717-b79d-49b4-a9da-0e6c4c839c52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:18:11 GMT" - ], "Content-Length": [ "134" ], @@ -1610,57 +1610,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:13:10.0045237+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82529f71-c3cf-4dd3-9276-c398921930b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:04:55.0114385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"595e023f-b03c-4849-97f1-5bc6adceacbb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODI1MjlmNzEtYzNjZi00ZGQzLTkyNzYtYzM5ODkyMTkzMGI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk1ZTAyM2YtYjAzYy00ODQ5LTk3ZjEtNWJjNmFkY2VhY2JiP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:11:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32be6a3d-e4ce-4b22-a1c5-68af13f83e46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a450bd05-d4bc-426b-85e7-fa3bfc2c4643" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "2c642578-7b0d-44d9-b825-a77b0b44dd67" + "73b84f2a-d43a-4929-b690-b0d4ba51c912" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T181949Z:2c642578-7b0d-44d9-b825-a77b0b44dd67" + "EASTUS2:20211116T201134Z:73b84f2a-d43a-4929-b690-b0d4ba51c912" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:19:48 GMT" - ], "Content-Length": [ "134" ], @@ -1671,57 +1671,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:13:10.0045237+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82529f71-c3cf-4dd3-9276-c398921930b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:04:55.0114385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"595e023f-b03c-4849-97f1-5bc6adceacbb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODI1MjlmNzEtYzNjZi00ZGQzLTkyNzYtYzM5ODkyMTkzMGI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk1ZTAyM2YtYjAzYy00ODQ5LTk3ZjEtNWJjNmFkY2VhY2JiP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:13:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb5989a3-1130-43cf-b33a-f32b2c55d6f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "df2c815d-e2ce-44dc-8d38-33c40e0edc18" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "f6250051-e10a-451d-a9a0-ef4ce06c5fbf" + "18dbdcee-191a-4242-a36d-90334c8d6e42" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182126Z:f6250051-e10a-451d-a9a0-ef4ce06c5fbf" + "EASTUS2:20211116T201311Z:18dbdcee-191a-4242-a36d-90334c8d6e42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:21:25 GMT" - ], "Content-Length": [ "134" ], @@ -1732,57 +1732,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:13:10.0045237+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82529f71-c3cf-4dd3-9276-c398921930b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:04:55.0114385+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"595e023f-b03c-4849-97f1-5bc6adceacbb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/82529f71-c3cf-4dd3-9276-c398921930b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODI1MjlmNzEtYzNjZi00ZGQzLTkyNzYtYzM5ODkyMTkzMGI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/595e023f-b03c-4849-97f1-5bc6adceacbb?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk1ZTAyM2YtYjAzYy00ODQ5LTk3ZjEtNWJjNmFkY2VhY2JiP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2126336-322f-4561-b981-dbc5d473ae3e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6aaf3a8e-7cea-4edd-9b61-009c9784d1f4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "be484619-ff26-462b-b5c1-66fe408819c2" + "3d502782-c6c6-496b-8daa-097b23017ca8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182303Z:be484619-ff26-462b-b5c1-66fe408819c2" + "EASTUS2:20211116T201448Z:3d502782-c6c6-496b-8daa-097b23017ca8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:03 GMT" - ], "Content-Length": [ "184" ], @@ -1793,59 +1793,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:13:10.0045237+00:00\",\r\n \"endTime\": \"2021-06-29T18:21:37.6515277+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"82529f71-c3cf-4dd3-9276-c398921930b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:04:55.0114385+00:00\",\r\n \"endTime\": \"2021-11-16T20:13:57.0445357+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"595e023f-b03c-4849-97f1-5bc6adceacbb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MDExP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMTY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2575" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1836b39a-aff9-4a0b-a13f-243f9342d0be" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c28038eb-8988-47c9-a661-5fe1ee290377" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "672461be-6a6c-42ef-a0e6-b459826d58ee" + "896ffa44-aa1e-4d84-8432-6505e04dfa63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182303Z:672461be-6a6c-42ef-a0e6-b459826d58ee" + "EASTUS2:20211116T201448Z:896ffa44-aa1e-4d84-8432-6505e04dfa63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:03 GMT" - ], "Content-Length": [ - "3673" + "3672" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1854,65 +1854,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7011\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4632\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1795\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"dd76c123-86b3-4903-98f2-a522fab01047\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8348\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9987\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"269d4459-d097-446e-9be7-972fd86c7f08\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MDExP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMTY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edec7b91-b4c7-4eab-a1fd-8987995e137e" + "539d89c6-a305-4e5a-806f-45481b8193f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2574" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a215cfb1-98c2-40b1-bcdb-e63097f8b5dc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d9d23e8a-bda4-485b-a69f-005f05c467ec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "e5175774-0024-4fb2-b74a-71d02563b8da" + "9287593a-b451-4f0c-9d5c-02cb5589ec02" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182303Z:e5175774-0024-4fb2-b74a-71d02563b8da" + "EASTUS2:20211116T201448Z:9287593a-b451-4f0c-9d5c-02cb5589ec02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:03 GMT" - ], "Content-Length": [ - "3673" + "3672" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1921,35 +1921,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7011\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4632\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1795\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"dd76c123-86b3-4903-98f2-a522fab01047\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8348\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9987\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"269d4459-d097-446e-9be7-972fd86c7f08\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MDExL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMTYvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90ba2a09-d3ee-404d-8993-df6fa4610dd8" + "043e324f-0b06-45e6-847c-628d96007d22" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" ], @@ -1957,29 +1964,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8cbdbba2-b6b5-479d-9043-7209d71115cf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "957b2492-a1dd-447b-9f05-006907841bee" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "84631a8a-9331-479a-ba86-6a9ae8984747" + "a71c91f0-77e6-428e-bdfa-503408e9d235" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182303Z:84631a8a-9331-479a-ba86-6a9ae8984747" + "EASTUS2:20211116T201448Z:a71c91f0-77e6-428e-bdfa-503408e9d235" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:03 GMT" - ], "Content-Length": [ - "822" + "821" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1988,35 +1988,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T18:22:05.6674962+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:13:57.013356+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10027afb-e899-4c3f-9d56-dcca47b9fb9f" + "854f060c-0f42-46f0-8d3d-5e2485087401" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" ], @@ -2024,29 +2031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba1b5145-1fbb-4293-8a79-69a0fca50dcc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "08c4b6e1-4d34-4201-894a-02db7bf182f0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "61eb0a99-f0de-4524-a619-cf62cc6efbb6" + "395805a9-5bc0-47f3-9de1-fbb590ac59ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182303Z:61eb0a99-f0de-4524-a619-cf62cc6efbb6" + "EASTUS2:20211116T201448Z:395805a9-5bc0-47f3-9de1-fbb590ac59ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:03 GMT" - ], "Content-Length": [ - "4118" + "4117" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2055,65 +2055,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7011\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4632\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1795\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Network/virtualNetworks/vn1301/subnets/sn194\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"dd76c123-86b3-4903-98f2-a522fab01047\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8348\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9987\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Network/virtualNetworks/vn2909/subnets/sn3358\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"269d4459-d097-446e-9be7-972fd86c7f08\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MDExL3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMTYvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95956029-6143-4b74-abe7-eea2a87a0c95" + "42a3ebff-a50a-4aa0-8306-593cdf1be6dc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2573" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2574" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6d73ae73-914a-4801-a45a-6a2ff245b5c7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "98161fe3-1ac8-4c61-9e7c-9fd90f6d9c92" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "4e7e0711-6501-40a9-80e1-878e187cbab1" + "96f23ab2-ad77-4b9a-a1b8-36e624ca65b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182303Z:4e7e0711-6501-40a9-80e1-878e187cbab1" + "EASTUS2:20211116T201448Z:96f23ab2-ad77-4b9a-a1b8-36e624ca65b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:03 GMT" - ], "Content-Length": [ - "29481" + "15169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2122,139 +2122,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9134/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7011?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MDExP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3618/providers/Microsoft.Compute/virtualMachineScaleSets/vmss116?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMTY/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d5f81e7-dc06-4b9c-9137-c052e0c4a4c7" + "ac7c74f2-8129-4a2e-ba03-3429f9dab28c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5973c0d2-aff7-4843-b09f-370121d55523?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5973c0d2-aff7-4843-b09f-370121d55523?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1334,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "2" + "4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5973c0d2-aff7-4843-b09f-370121d55523" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "1cea638f-b396-4e9e-a117-1e04078d850b" + "3086aa01-b25e-498c-b51e-7747520a57c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182303Z:1cea638f-b396-4e9e-a117-1e04078d850b" + "EASTUS2:20211116T201448Z:3086aa01-b25e-498c-b51e-7747520a57c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5973c0d2-aff7-4843-b09f-370121d55523?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk3M2MwZDItYWZmNy00ODQzLWIwOWYtMzcwMTIxZDU1NTIzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzc1NWRjMmItZGQ4Ni00YTJmLWEzMWEtN2M2ZDcwYmQ5MmQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:14:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ee633a9-011c-4d7b-bf78-a88d18afbbba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "297f3b32-632a-4c37-95d3-9c929610df74" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "26691442-365d-415d-aa63-313ed24e6f73" + "d1ac2fcc-22dd-46a8-8156-f96f8f250a7f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182313Z:26691442-365d-415d-aa63-313ed24e6f73" + "EASTUS2:20211116T201458Z:d1ac2fcc-22dd-46a8-8156-f96f8f250a7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:13 GMT" - ], "Content-Length": [ "134" ], @@ -2265,57 +2265,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:23:03.5906389+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5973c0d2-aff7-4843-b09f-370121d55523\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:14:48.8258561+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5973c0d2-aff7-4843-b09f-370121d55523?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk3M2MwZDItYWZmNy00ODQzLWIwOWYtMzcwMTIxZDU1NTIzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzc1NWRjMmItZGQ4Ni00YTJmLWEzMWEtN2M2ZDcwYmQ5MmQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4a707236-5fda-40d6-ade6-3430bce34b87" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8d33604d-c4c0-4511-9c76-d45e82a9aaa1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "d5afba55-ab37-4b73-8ae1-ae1688859869" + "390848ab-b00f-4bbf-9a88-cd92660b5a12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182324Z:d5afba55-ab37-4b73-8ae1-ae1688859869" + "EASTUS2:20211116T201510Z:390848ab-b00f-4bbf-9a88-cd92660b5a12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:24 GMT" - ], "Content-Length": [ "134" ], @@ -2326,57 +2326,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:23:03.5906389+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5973c0d2-aff7-4843-b09f-370121d55523\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:14:48.8258561+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5973c0d2-aff7-4843-b09f-370121d55523?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk3M2MwZDItYWZmNy00ODQzLWIwOWYtMzcwMTIxZDU1NTIzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzc1NWRjMmItZGQ4Ni00YTJmLWEzMWEtN2M2ZDcwYmQ5MmQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "28b8a68f-bfbe-4fe7-bedc-738211e81333" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "42de6d1d-83bc-4b87-ba51-0f21bc0bcd2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "3f4cce81-bfa9-4a84-833b-4d9930c2d96c" + "5bf58a75-9952-4511-9a13-2d0268130bf4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182335Z:3f4cce81-bfa9-4a84-833b-4d9930c2d96c" + "EASTUS2:20211116T201521Z:5bf58a75-9952-4511-9a13-2d0268130bf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:35 GMT" - ], "Content-Length": [ "134" ], @@ -2387,57 +2387,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:23:03.5906389+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5973c0d2-aff7-4843-b09f-370121d55523\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:14:48.8258561+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5973c0d2-aff7-4843-b09f-370121d55523?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk3M2MwZDItYWZmNy00ODQzLWIwOWYtMzcwMTIxZDU1NTIzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzc1NWRjMmItZGQ4Ni00YTJmLWEzMWEtN2M2ZDcwYmQ5MmQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8c91997-73c6-40bf-be6e-84aa6b2b622d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "89876bb7-f952-4481-9c77-be5d48e99105" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "3020c150-479c-4fa5-a8d8-61cdd2eadd2a" + "f01c57cf-e58a-4b4b-b8d1-1bf22f21e1e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182346Z:3020c150-479c-4fa5-a8d8-61cdd2eadd2a" + "EASTUS2:20211116T201532Z:f01c57cf-e58a-4b4b-b8d1-1bf22f21e1e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:46 GMT" - ], "Content-Length": [ "184" ], @@ -2448,83 +2448,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:23:03.5906389+00:00\",\r\n \"endTime\": \"2021-06-29T18:23:38.7631577+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5973c0d2-aff7-4843-b09f-370121d55523\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:14:48.8258561+00:00\",\r\n \"endTime\": \"2021-11-16T20:15:29.3103207+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5973c0d2-aff7-4843-b09f-370121d55523?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTk3M2MwZDItYWZmNy00ODQzLWIwOWYtMzcwMTIxZDU1NTIzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c755dc2b-dd86-4a2f-a31a-7c6d70bd92d3?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzc1NWRjMmItZGQ4Ni00YTJmLWEzMWEtN2M2ZDcwYmQ5MmQzP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "365c62ef-95cc-4e84-8d2b-bd664fb9c14c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "301d63e0-90c0-4ab9-9242-1d8387207baf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "7679c44c-f2e6-46e1-b42f-a2b3049bf5de" + "627800d1-8c43-4889-9947-d10b585c66cc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182346Z:7679c44c-f2e6-46e1-b42f-a2b3049bf5de" + "EASTUS2:20211116T201532Z:627800d1-8c43-4889-9947-d10b585c66cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9134?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3618?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2MTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a66d84-20fa-484b-97da-7ef7ba28001b" + "a6d8a92d-a954-411a-bcfd-9f650d1f7358" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2532,11 +2532,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2545,13 +2548,13 @@ "14999" ], "x-ms-request-id": [ - "c8312fb2-c4ff-4bc6-97f2-f48acbadcb23" + "bd1c6a2b-cc1f-4cb8-ad19-eaea02c7d1c6" ], "x-ms-correlation-request-id": [ - "c8312fb2-c4ff-4bc6-97f2-f48acbadcb23" + "bd1c6a2b-cc1f-4cb8-ad19-eaea02c7d1c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182347Z:c8312fb2-c4ff-4bc6-97f2-f48acbadcb23" + "EASTUS2:20211116T201532Z:bd1c6a2b-cc1f-4cb8-ad19-eaea02c7d1c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2559,29 +2562,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:23:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2589,26 +2589,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "5c95bf39-548c-4b26-b685-256a7e978e84" + "0583ca0c-4b0d-4426-aa0f-9f821d7adc6f" ], "x-ms-correlation-request-id": [ - "5c95bf39-548c-4b26-b685-256a7e978e84" + "0583ca0c-4b0d-4426-aa0f-9f821d7adc6f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182402Z:5c95bf39-548c-4b26-b685-256a7e978e84" + "EASTUS2:20211116T201547Z:0583ca0c-4b0d-4426-aa0f-9f821d7adc6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2616,29 +2619,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:24:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2646,26 +2646,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "c06bd54c-0e78-4a6a-89c5-aacfacf12381" + "6ef29eae-bd42-4a45-88a8-91041e187c19" ], "x-ms-correlation-request-id": [ - "c06bd54c-0e78-4a6a-89c5-aacfacf12381" + "6ef29eae-bd42-4a45-88a8-91041e187c19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182417Z:c06bd54c-0e78-4a6a-89c5-aacfacf12381" + "EASTUS2:20211116T201602Z:6ef29eae-bd42-4a45-88a8-91041e187c19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2673,29 +2676,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:24:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2703,26 +2703,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-request-id": [ - "5ab72f96-8c7e-4e98-b1ee-813f862380f9" + "baa3ec0c-d510-464d-aca2-1ab1cb67c401" ], "x-ms-correlation-request-id": [ - "5ab72f96-8c7e-4e98-b1ee-813f862380f9" + "baa3ec0c-d510-464d-aca2-1ab1cb67c401" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182432Z:5ab72f96-8c7e-4e98-b1ee-813f862380f9" + "EASTUS2:20211116T201617Z:baa3ec0c-d510-464d-aca2-1ab1cb67c401" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2730,29 +2733,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:24:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2760,26 +2760,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "50952888-2e5a-41b2-967b-fe33faeb0d24" + "f88f09a5-86bd-46d3-9c33-a435ba27e371" ], "x-ms-correlation-request-id": [ - "50952888-2e5a-41b2-967b-fe33faeb0d24" + "f88f09a5-86bd-46d3-9c33-a435ba27e371" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182447Z:50952888-2e5a-41b2-967b-fe33faeb0d24" + "EASTUS2:20211116T201632Z:f88f09a5-86bd-46d3-9c33-a435ba27e371" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2787,29 +2790,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:24:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2817,26 +2817,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-request-id": [ - "deceb78f-d592-47c7-8c72-9d7d1a5f3b49" + "bb0e7b41-92f5-4635-a279-064cd1d42d1d" ], "x-ms-correlation-request-id": [ - "deceb78f-d592-47c7-8c72-9d7d1a5f3b49" + "bb0e7b41-92f5-4635-a279-064cd1d42d1d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182502Z:deceb78f-d592-47c7-8c72-9d7d1a5f3b49" + "EASTUS2:20211116T201647Z:bb0e7b41-92f5-4635-a279-064cd1d42d1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2844,29 +2847,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2874,26 +2874,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-request-id": [ - "06277603-1d81-47e7-929e-609180ef0115" + "d6290bb8-b89a-4a2b-8e00-7b3b6dd2b1a2" ], "x-ms-correlation-request-id": [ - "06277603-1d81-47e7-929e-609180ef0115" + "d6290bb8-b89a-4a2b-8e00-7b3b6dd2b1a2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182517Z:06277603-1d81-47e7-929e-609180ef0115" + "EASTUS2:20211116T201702Z:d6290bb8-b89a-4a2b-8e00-7b3b6dd2b1a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2901,29 +2904,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:17:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "e41d3b51-87dd-42a2-b444-39103df58b69" + ], + "x-ms-correlation-request-id": [ + "e41d3b51-87dd-42a2-b444-39103df58b69" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T201717Z:e41d3b51-87dd-42a2-b444-39103df58b69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2931,20 +2988,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:32 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "7637f05f-392e-4a8f-a425-bc5c82a02705" + "d191e480-e4a4-419d-9396-f1dd52abc07b" ], "x-ms-correlation-request-id": [ - "7637f05f-392e-4a8f-a425-bc5c82a02705" + "d191e480-e4a4-419d-9396-f1dd52abc07b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182532Z:7637f05f-392e-4a8f-a425-bc5c82a02705" + "EASTUS2:20211116T201732Z:d191e480-e4a4-419d-9396-f1dd52abc07b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2952,29 +3018,77 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:17:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "2a283675-4d60-41ca-91cb-5b38f05b8443" + ], + "x-ms-correlation-request-id": [ + "2a283675-4d60-41ca-91cb-5b38f05b8443" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T201747Z:2a283675-4d60-41ca-91cb-5b38f05b8443" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TVRNMExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpFNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2982,20 +3096,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "93e36524-8259-4beb-a5d0-cd95c4fdbe49" + "bdde40df-450f-47ff-8090-3c6fb798f081" ], "x-ms-correlation-request-id": [ - "93e36524-8259-4beb-a5d0-cd95c4fdbe49" + "bdde40df-450f-47ff-8090-3c6fb798f081" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182532Z:93e36524-8259-4beb-a5d0-cd95c4fdbe49" + "EASTUS2:20211116T201747Z:bdde40df-450f-47ff-8090-3c6fb798f081" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3003,14 +3120,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3019,27 +3133,27 @@ ], "Names": { "TestVMScaleSetPriorityOperationsInternal": [ - "crptestar9134", - "vmss7011", - "crptestar3334" + "crptestar3618", + "vmss116", + "crptestar5348" ], "CreatePublicIP": [ - "pip7994", - "dn3779" + "pip505", + "dn9353" ], "CreateVNET": [ - "vn1301", - "sn194" + "vn2909", + "sn3358" ], "CreateNIC": [ - "nic1436", - "ip5237" + "nic7760", + "ip1156" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9708", - "vmss5893", - "vmsstestnetconfig4632", - "vmsstestnetconfig1795" + "crptestar3081", + "vmss909", + "vmsstestnetconfig8348", + "vmsstestnetconfig9987" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_UserSpecifiedMaxPrice.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_UserSpecifiedMaxPrice.json index 51125f6af575e..72e468fbe6440 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_UserSpecifiedMaxPrice.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetPriorityTests/TestVMScaleSetVariablePricedLowPriorityVM_Accept_UserSpecifiedMaxPrice.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bedba69-b252-4956-a28c-b0f963016ac8" + "10075cfb-a4b6-4701-93db-25a1cf7b8366" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "bd45fda2-f8b5-4975-a8e5-bb8118d6b43e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1eee8f7c-ca4d-4d1c-9891-964706ed2b5c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "af3cb677-4189-4673-b1b3-85a33e228d23" + "22949d68-7a73-4325-b5e0-1b4bb4410774" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182533Z:af3cb677-4189-4673-b1b3-85a33e228d23" + "EASTUS2:20211116T201748Z:22949d68-7a73-4325-b5e0-1b4bb4410774" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:32 GMT" - ], "Content-Length": [ "307" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1508?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8232?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMzI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1508\": \"2021-06-29 18:25:33Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8232\": \"2021-11-16 20:17:48Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "debbabd7-a193-41af-b696-5412c56839fa" + "eb61169b-eb46-4c2a-bcbb-4d346f928a7d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:48 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5b093b16-7995-48a8-96cd-a793c0a17853" + "4b0c5b03-db12-472f-acc1-79dc38ebefac" ], "x-ms-correlation-request-id": [ - "5b093b16-7995-48a8-96cd-a793c0a17853" + "4b0c5b03-db12-472f-acc1-79dc38ebefac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182533Z:5b093b16-7995-48a8-96cd-a793c0a17853" + "EASTUS2:20211116T201748Z:4b0c5b03-db12-472f-acc1-79dc38ebefac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:33 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508\",\r\n \"name\": \"crptestar1508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1508\": \"2021-06-29 18:25:33Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232\",\r\n \"name\": \"crptestar8232\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8232\": \"2021-11-16 20:17:48Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1508?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8232?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMzI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "49bc7828-aff0-4b0e-9d33-df0983ba21a3" + "ddbffe9a-f937-49fe-9f0d-f79bc171c264" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:18 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "ce28929f-9e6e-4797-8752-91909e936182" + "d7745054-94d9-452d-b3bb-090bd1c1f3bb" ], "x-ms-correlation-request-id": [ - "ce28929f-9e6e-4797-8752-91909e936182" + "d7745054-94d9-452d-b3bb-090bd1c1f3bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182603Z:ce28929f-9e6e-4797-8752-91909e936182" + "EASTUS2:20211116T201819Z:d7745054-94d9-452d-b3bb-090bd1c1f3bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:02 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508\",\r\n \"name\": \"crptestar1508\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232\",\r\n \"name\": \"crptestar8232\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Storage/storageAccounts/crptestar6054?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MDU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Storage/storageAccounts/crptestar9596?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NTk2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f358876c-5ebd-465b-9029-825ff8584d90" + "ab3041bf-7176-4917-b8d1-c394aa74ab0a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/3c397b82-74e1-450a-a93b-4266711a903b?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/28ffc7db-aabb-481d-bca7-632b4c691084?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3c397b82-74e1-450a-a93b-4266711a903b" + "28ffc7db-aabb-481d-bca7-632b4c691084" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "82114bd9-74ee-417b-b8e5-6724fe5ffc01" + "7bc5747c-2f55-486a-aad7-a9b080d357e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182535Z:82114bd9-74ee-417b-b8e5-6724fe5ffc01" + "EASTUS2:20211116T201751Z:7bc5747c-2f55-486a-aad7-a9b080d357e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:34 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/3c397b82-74e1-450a-a93b-4266711a903b?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8zYzM5N2I4Mi03NGUxLTQ1MGEtYTkzYi00MjY2NzExYTkwM2I/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/28ffc7db-aabb-481d-bca7-632b4c691084?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8yOGZmYzdkYi1hYWJiLTQ4MWQtYmNhNy02MzJiNGM2OTEwODQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "06037154-cc35-41b1-9af8-a94642b6e00d" + "9696c5a1-f2c6-4937-8329-d0229c8621cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "93739806-dc6d-4783-b6d6-3b709914cb01" + "1341421f-f676-4657-b219-414acc4449a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182552Z:93739806-dc6d-4783-b6d6-3b709914cb01" + "EASTUS2:20211116T201808Z:1341421f-f676-4657-b219-414acc4449a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:25:51 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a36be9ac-26b2-46b7-924e-28f3d9eed97b" + "b3d0c948-8971-4a2f-81de-015ae30fbe44" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aa092c2f-d9d0-428b-967c-1c98a40a27ed" + "2db69fb3-eb69-45e3-abb9-e4f7f3a13cec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "778a1e66-f4d4-48b5-9f3c-c82047cdf591" + "5166ddc8-71e7-4891-9967-371306052ae5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182602Z:778a1e66-f4d4-48b5-9f3c-c82047cdf591" + "EASTUS2:20211116T201818Z:5166ddc8-71e7-4891-9967-371306052ae5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:01 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Storage/storageAccounts/crptestar6054\",\r\n \"name\": \"crptestar6054\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:25:34.0948939Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6054.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6054.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6054.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6054.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Storage/storageAccounts/crptestar9596\",\r\n \"name\": \"crptestar9596\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:17:49.4552995Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9596.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9596.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9596.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9596.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Storage/storageAccounts/crptestar6054?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MDU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Storage/storageAccounts/crptestar9596?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NTk2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34715a85-6fcc-48a3-a41d-4eca96ba38ab" + "ec1b6b42-fd23-467e-b306-7ed645f9f195" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b2c98181-f6be-42c9-9ba5-ab712158f8d0" + "1de7f678-eba4-47d6-8269-2dc80cfb20f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "5e9d9504-086c-46eb-b173-3743641a5f09" + "e3f6222f-39d9-4b85-99ae-1fd8d3c49b8f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182602Z:5e9d9504-086c-46eb-b173-3743641a5f09" + "EASTUS2:20211116T201818Z:e3f6222f-39d9-4b85-99ae-1fd8d3c49b8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:01 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Storage/storageAccounts/crptestar6054\",\r\n \"name\": \"crptestar6054\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T18:25:34.0948939Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6054.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6054.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6054.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6054.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Storage/storageAccounts/crptestar9596\",\r\n \"name\": \"crptestar9596\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:17:49.4552995Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9596.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9596.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9596.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9596.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86eb84eb-ed5c-4302-b52b-83b52a3f1a49" + "7f2ea3d5-29e7-4d6a-83b7-11b13b8849c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:18 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "930bd282-4820-4404-91af-11ec1f3e75e5" + "1cc379f2-bdec-485a-bef7-e753c142f088" ], "x-ms-correlation-request-id": [ - "930bd282-4820-4404-91af-11ec1f3e75e5" + "1cc379f2-bdec-485a-bef7-e753c142f088" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182602Z:930bd282-4820-4404-91af-11ec1f3e75e5" + "EASTUS2:20211116T201818Z:1cc379f2-bdec-485a-bef7-e753c142f088" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:02 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/publicIPAddresses/pip3203?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/publicIPAddresses/pip9056?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwNTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9932\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5680\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1f9f149-97ff-4f4a-a760-39f18965c88d" + "fed7f906-4159-4304-86f0-2410f480b47d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:19 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4eb6aa3b-f636-47a5-9250-f64d48ddbeb5" + "f0b15249-966a-4354-9913-65ac92a9ac1b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/4eb6aa3b-f636-47a5-9250-f64d48ddbeb5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f0b15249-966a-4354-9913-65ac92a9ac1b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "38e48161-86f1-4c6c-9cf8-5059e33a18c5" + "66083372-3aef-4fa3-8640-deb5dcb399a7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "082a1637-a270-4783-b20d-c9dd6110898f" + "88058d43-a82d-4198-b2ed-47b6a1216bd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182604Z:38e48161-86f1-4c6c-9cf8-5059e33a18c5" + "EASTUS2:20211116T201820Z:66083372-3aef-4fa3-8640-deb5dcb399a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:04 GMT" - ], "Content-Length": [ "755" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/publicIPAddresses/pip3203\",\r\n \"etag\": \"W/\\\"b6e0cc53-ac87-476e-bbe8-a0869738b097\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"735af687-d0af-4669-aae4-1e18923699e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9932\",\r\n \"fqdn\": \"dn9932.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9056\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/publicIPAddresses/pip9056\",\r\n \"etag\": \"W/\\\"a6b969de-3655-4910-af52-678ebcc5ee4f\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"710d1846-3057-47b5-97b3-2319447828d9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5680\",\r\n \"fqdn\": \"dn5680.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/4eb6aa3b-f636-47a5-9250-f64d48ddbeb5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNGViNmFhM2ItZjYzNi00N2E1LTkyNTAtZjY0ZDQ4ZGRiZWI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f0b15249-966a-4354-9913-65ac92a9ac1b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjBiMTUyNDktOTY2YS00MzU0LTk5MTMtNjVhYzkyYTlhYzFiP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "36b13cff-09b1-460c-9d1a-770e7b1a294b" + "4d1c896c-fe5e-42f8-93c2-c4fa66d56626" ], "x-ms-correlation-request-id": [ - "fe68e68c-e88a-433b-b4ef-4be667c2e12e" + "c1ce7da9-7b26-42ee-96a5-b0cae35a876f" ], "x-ms-arm-service-request-id": [ - "d08a5ff4-b59b-4398-8291-5016f6709e90" + "027909e1-6d09-433a-a474-01a004a8596e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182605Z:fe68e68c-e88a-433b-b4ef-4be667c2e12e" + "EASTUS2:20211116T201821Z:c1ce7da9-7b26-42ee-96a5-b0cae35a876f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:05 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/publicIPAddresses/pip3203?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/publicIPAddresses/pip9056?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwNTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +674,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2ba5d5a6-a32b-4880-838c-25f3e4f8316a\"" + "W/\"8aefd437-9655-42cd-8359-ac224fa4b44e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "223bb8a0-ce7c-4a2c-ad9b-1c123e9f22c1" + "49b9bc7b-15ae-4663-a29c-de1719c72671" ], "x-ms-correlation-request-id": [ - "d1b8522d-e659-429d-9084-26d77260c890" + "81d951c6-f466-4579-ac24-c59996d68d4c" ], "x-ms-arm-service-request-id": [ - "653ced0f-7873-4b23-b155-49cb2a6b08f0" + "a5e4d81d-355e-4b56-933e-5e0c81842abc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182605Z:d1b8522d-e659-429d-9084-26d77260c890" + "EASTUS2:20211116T201821Z:81d951c6-f466-4579-ac24-c59996d68d4c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:05 GMT" - ], "Content-Length": [ "756" ], @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/publicIPAddresses/pip3203\",\r\n \"etag\": \"W/\\\"2ba5d5a6-a32b-4880-838c-25f3e4f8316a\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"735af687-d0af-4669-aae4-1e18923699e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9932\",\r\n \"fqdn\": \"dn9932.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9056\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/publicIPAddresses/pip9056\",\r\n \"etag\": \"W/\\\"8aefd437-9655-42cd-8359-ac224fa4b44e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"710d1846-3057-47b5-97b3-2319447828d9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5680\",\r\n \"fqdn\": \"dn5680.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/publicIPAddresses/pip3203?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/publicIPAddresses/pip9056?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwNTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "212eb702-1558-4e9a-9ae5-c6ba80a98814" + "25e0962f-d3f8-4451-89c8-885fdeed1b49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +744,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2ba5d5a6-a32b-4880-838c-25f3e4f8316a\"" + "W/\"8aefd437-9655-42cd-8359-ac224fa4b44e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "de3156ca-e398-453a-9110-c092be06dc83" + "bec35527-ab2b-4e93-b5d7-99575b290a44" ], "x-ms-correlation-request-id": [ - "91b4feb1-59fe-4e38-b46f-1beeb56f2276" + "fe7bd8a0-2653-4f50-812d-77c5af41a4fd" ], "x-ms-arm-service-request-id": [ - "13c98456-3aad-43e7-bfd1-e046dd24007f" + "e53cf5ca-c11a-4c6d-9490-8f56c1a44445" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182605Z:91b4feb1-59fe-4e38-b46f-1beeb56f2276" + "EASTUS2:20211116T201821Z:fe7bd8a0-2653-4f50-812d-77c5af41a4fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:05 GMT" - ], "Content-Length": [ "756" ], @@ -788,80 +788,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3203\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/publicIPAddresses/pip3203\",\r\n \"etag\": \"W/\\\"2ba5d5a6-a32b-4880-838c-25f3e4f8316a\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"735af687-d0af-4669-aae4-1e18923699e7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9932\",\r\n \"fqdn\": \"dn9932.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9056\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/publicIPAddresses/pip9056\",\r\n \"etag\": \"W/\\\"8aefd437-9655-42cd-8359-ac224fa4b44e\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"710d1846-3057-47b5-97b3-2319447828d9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5680\",\r\n \"fqdn\": \"dn5680.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE1Mzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn67\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7083\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "135c89a8-1e6f-4d15-bea3-5838eb883ce7" + "131dc757-ad59-4191-a3c0-06f97aa8c93c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "393" + "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f262adee-58d4-4ba8-827f-b52a07b76a18" + "1f998791-3542-4171-b415-90fc9290167f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f262adee-58d4-4ba8-827f-b52a07b76a18?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/1f998791-3542-4171-b415-90fc9290167f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "85af66f0-d834-4381-ad6b-da8d90e5ee59" + "3bd61c0e-632c-4a27-b51a-5fa4bf410294" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "81e63a29-e56c-47c3-b314-9b3a8476d444" + "1169a42d-3b29-4318-8a73-e0ad33f2477b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182606Z:85af66f0-d834-4381-ad6b-da8d90e5ee59" + "EASTUS2:20211116T201822Z:3bd61c0e-632c-4a27-b51a-5fa4bf410294" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:06 GMT" - ], "Content-Length": [ - "1310" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1539\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539\",\r\n \"etag\": \"W/\\\"f979b729-60e5-4f4b-80d2-feba375c5d5d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"72fce1ab-7c62-4fa0-a370-1a6da9eada64\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\",\r\n \"etag\": \"W/\\\"f979b729-60e5-4f4b-80d2-feba375c5d5d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046\",\r\n \"etag\": \"W/\\\"010a4bce-47a2-4a43-bc7f-fcd5476c0cab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"51975f75-8a4b-43c5-bec2-c180022e37c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\",\r\n \"etag\": \"W/\\\"010a4bce-47a2-4a43-bc7f-fcd5476c0cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f262adee-58d4-4ba8-827f-b52a07b76a18?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjI2MmFkZWUtNThkNC00YmE4LTgyN2YtYjUyYTA3Yjc2YTE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/1f998791-3542-4171-b415-90fc9290167f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWY5OTg3OTEtMzU0Mi00MTcxLWI0MTUtOTBmYzkyOTAxNjdmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "74b14837-435b-45e2-80cb-10036f0eed98" + "9b61ed32-b26a-4c0b-917c-d66cba58309d" ], "x-ms-correlation-request-id": [ - "c6bc8449-253c-421a-858d-6e7f228ab19a" + "dd0bc3cf-70f0-4f06-814d-52ad5023fec6" ], "x-ms-arm-service-request-id": [ - "6899b6ca-c0de-4d61-b297-9aaad49f5bce" + "e070d4c6-ed06-4ab4-a719-0062c41a54e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182609Z:c6bc8449-253c-421a-858d-6e7f228ab19a" + "EASTUS2:20211116T201825Z:dd0bc3cf-70f0-4f06-814d-52ad5023fec6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:09 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE1Mzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"74ad2a90-6f9a-4139-bff0-59d67af3e689\"" + "W/\"825c030c-5b66-48bd-bb86-499553518bef\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c0fed2eb-cf49-436a-becb-45c1a1b96e6d" + "80bfa52e-b9ee-442c-a838-f815d0cfed6e" ], "x-ms-correlation-request-id": [ - "e93ffae9-d07f-4260-9ea9-ec554a0dd797" + "ba7d4163-9a27-4b22-a50d-97b32d169bf8" ], "x-ms-arm-service-request-id": [ - "b67c89b2-614b-4831-8ba0-7dfd2c782361" + "56de5342-32de-4b37-899e-10d7f2d09220" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182609Z:e93ffae9-d07f-4260-9ea9-ec554a0dd797" + "EASTUS2:20211116T201825Z:ba7d4163-9a27-4b22-a50d-97b32d169bf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:09 GMT" - ], "Content-Length": [ - "1312" + "1316" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1539\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539\",\r\n \"etag\": \"W/\\\"74ad2a90-6f9a-4139-bff0-59d67af3e689\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"72fce1ab-7c62-4fa0-a370-1a6da9eada64\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\",\r\n \"etag\": \"W/\\\"74ad2a90-6f9a-4139-bff0-59d67af3e689\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046\",\r\n \"etag\": \"W/\\\"825c030c-5b66-48bd-bb86-499553518bef\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"51975f75-8a4b-43c5-bec2-c180022e37c8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\",\r\n \"etag\": \"W/\\\"825c030c-5b66-48bd-bb86-499553518bef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE1Mzkvc3VibmV0cy9zbjY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwNDYvc3VibmV0cy9zbjcwODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cc9e43e-e4cc-41e6-823f-d6607ffaa55d" + "89f65bca-29a7-4caf-9e7c-c5e029408c4d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"74ad2a90-6f9a-4139-bff0-59d67af3e689\"" + "W/\"825c030c-5b66-48bd-bb86-499553518bef\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bf938f9e-39cd-42bf-acad-4841ce90ba62" + "ac3757bd-85fa-43d1-8b93-b6379d03c159" ], "x-ms-correlation-request-id": [ - "f3c49e8f-3ce2-477d-89d5-9cd12cf7260c" + "af0317c5-e6bf-4d22-bc01-448bb11a5faf" ], "x-ms-arm-service-request-id": [ - "e8aa67ba-aafa-4245-9d7e-bd00e0bc8e7c" + "de32b666-b1f5-4d4e-a52d-2e384c421cbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182609Z:f3c49e8f-3ce2-477d-89d5-9cd12cf7260c" + "EASTUS2:20211116T201825Z:af0317c5-e6bf-4d22-bc01-448bb11a5faf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:09 GMT" - ], "Content-Length": [ - "519" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\",\r\n \"etag\": \"W/\\\"74ad2a90-6f9a-4139-bff0-59d67af3e689\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\",\r\n \"etag\": \"W/\\\"825c030c-5b66-48bd-bb86-499553518bef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5Nzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\r\n }\r\n },\r\n \"name\": \"ip9226\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\r\n }\r\n },\r\n \"name\": \"ip8102\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "65dd3890-97f6-4489-bfab-0f952bf90fa7" + "e73645d3-e300-4b59-bf4c-dd309dbfc37a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "737" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bfb71b2e-3866-4a8c-b4eb-dc36194e0494" + "ac7540fe-c8bf-49cc-ac13-5aec00a05e2a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/bfb71b2e-3866-4a8c-b4eb-dc36194e0494?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/ac7540fe-c8bf-49cc-ac13-5aec00a05e2a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4369dc54-7bc2-4cdd-917a-729f6f826242" + "7bd262ad-8f7c-49cc-8052-317e63e392a4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "aadefb01-56c4-4aeb-9053-78c25e3e919d" + "8fcd30d1-b11c-4c08-8162-4528f360a89c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182610Z:4369dc54-7bc2-4cdd-917a-729f6f826242" + "EASTUS2:20211116T201825Z:7bd262ad-8f7c-49cc-8052-317e63e392a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:10 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977\",\r\n \"etag\": \"W/\\\"78ac05e1-f2e9-4523-b856-1741481c4686\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1b709a5f-e642-47d9-aa30-66a740e81626\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9226\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977/ipConfigurations/ip9226\",\r\n \"etag\": \"W/\\\"78ac05e1-f2e9-4523-b856-1741481c4686\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\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\": \"vpq5y2tcpsqe5i1qdjw0t0w0me.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564\",\r\n \"etag\": \"W/\\\"0abbfe6f-6a59-4381-bd94-e6da4130610d\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc4de7c7-6129-42c9-aa4c-cd21d48782df\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564/ipConfigurations/ip8102\",\r\n \"etag\": \"W/\\\"0abbfe6f-6a59-4381-bd94-e6da4130610d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\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\": \"ovpzouklrlcuhpwcygaaelrxza.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5Nzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"78ac05e1-f2e9-4523-b856-1741481c4686\"" + "W/\"0abbfe6f-6a59-4381-bd94-e6da4130610d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6bdccdda-4754-4348-aae7-79cf0e9544d5" + "4de9ba17-e1a8-459e-8e90-9395672c50eb" ], "x-ms-correlation-request-id": [ - "284923fb-1d67-4554-9ada-b6bac8e08304" + "9fda0ae7-c5ef-4289-a9e3-c7a6cd8069d3" ], "x-ms-arm-service-request-id": [ - "8fa0556b-7a8e-4884-aa59-8e2c5674c16e" + "081b326f-a1d6-44a1-aaeb-6d38be684a2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182610Z:284923fb-1d67-4554-9ada-b6bac8e08304" + "EASTUS2:20211116T201825Z:9fda0ae7-c5ef-4289-a9e3-c7a6cd8069d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:10 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977\",\r\n \"etag\": \"W/\\\"78ac05e1-f2e9-4523-b856-1741481c4686\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1b709a5f-e642-47d9-aa30-66a740e81626\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9226\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977/ipConfigurations/ip9226\",\r\n \"etag\": \"W/\\\"78ac05e1-f2e9-4523-b856-1741481c4686\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\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\": \"vpq5y2tcpsqe5i1qdjw0t0w0me.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564\",\r\n \"etag\": \"W/\\\"0abbfe6f-6a59-4381-bd94-e6da4130610d\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc4de7c7-6129-42c9-aa4c-cd21d48782df\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564/ipConfigurations/ip8102\",\r\n \"etag\": \"W/\\\"0abbfe6f-6a59-4381-bd94-e6da4130610d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\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\": \"ovpzouklrlcuhpwcygaaelrxza.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5Nzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9b3bfa3-8f8f-4f81-8eae-b29ae03ae2f6" + "7d601ba8-6cef-44d2-99f4-37e3acdff6f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"78ac05e1-f2e9-4523-b856-1741481c4686\"" + "W/\"0abbfe6f-6a59-4381-bd94-e6da4130610d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6d0fab63-be90-4436-ae9a-d4ebc8327119" + "d2c5a156-e0b0-4d43-b775-419a22da6df0" ], "x-ms-correlation-request-id": [ - "c33da47c-21f7-43ed-81ff-5a868cd53a67" + "099528de-9dc7-4331-a286-60899c046e19" ], "x-ms-arm-service-request-id": [ - "a4b30979-3cc2-4d10-ad0b-db0efee24f7e" + "d2011618-6803-4237-88df-898e6a177fa8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182610Z:c33da47c-21f7-43ed-81ff-5a868cd53a67" + "EASTUS2:20211116T201825Z:099528de-9dc7-4331-a286-60899c046e19" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:10 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,52 +1278,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7977\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977\",\r\n \"etag\": \"W/\\\"78ac05e1-f2e9-4523-b856-1741481c4686\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1b709a5f-e642-47d9-aa30-66a740e81626\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9226\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/networkInterfaces/nic7977/ipConfigurations/ip9226\",\r\n \"etag\": \"W/\\\"78ac05e1-f2e9-4523-b856-1741481c4686\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\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\": \"vpq5y2tcpsqe5i1qdjw0t0w0me.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564\",\r\n \"etag\": \"W/\\\"0abbfe6f-6a59-4381-bd94-e6da4130610d\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc4de7c7-6129-42c9-aa4c-cd21d48782df\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/networkInterfaces/nic3564/ipConfigurations/ip8102\",\r\n \"etag\": \"W/\\\"0abbfe6f-6a59-4381-bd94-e6da4130610d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\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\": \"ovpzouklrlcuhpwcygaaelrxza.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzQ2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDExP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2533\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9508\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1627\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4788\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94b460e6-9101-4576-a99e-671827c11f09" + "9c5a9a15-2313-4d5b-b3db-5f6618f31bff" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1745" + "1747" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c2fad985-83d7-43f1-9dea-12897a6f3b85?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1330,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2fad985-83d7-43f1-9dea-12897a6f3b85" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f663058d-a892-459c-995f-8b37f6729eec" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8738af63-b614-4811-9a3c-e893cb7eb409" + "16d35a2d-bb41-4526-81dd-d7c4b1736718" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182612Z:8738af63-b614-4811-9a3c-e893cb7eb409" + "EASTUS2:20211116T201827Z:16d35a2d-bb41-4526-81dd-d7c4b1736718" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:11 GMT" - ], "Content-Length": [ - "3672" + "3674" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,60 +1363,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4746\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2533\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9508\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2f3fe67-b2fa-4c93-8c74-811307733ba7\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8411\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1627\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4788\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c445ed38-4f4d-4ba9-8d1b-2204ae3011e3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c2fad985-83d7-43f1-9dea-12897a6f3b85?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzJmYWQ5ODUtODNkNy00M2YxLTlkZWEtMTI4OTdhNmYzYjg1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:37 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "256d8178-5b54-46b3-b884-8229ec066a55" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f16d5397-08a8-479c-825b-d3cf80d74f4b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "8bb91ea9-42f3-4e6a-963e-cd239b674384" + "7d216344-ee17-4efe-aa02-50ec5436c82f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182622Z:8bb91ea9-42f3-4e6a-963e-cd239b674384" + "EASTUS2:20211116T201837Z:7d216344-ee17-4efe-aa02-50ec5436c82f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:26:21 GMT" - ], "Content-Length": [ "134" ], @@ -1427,57 +1427,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:26:11.0776252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2fad985-83d7-43f1-9dea-12897a6f3b85\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c2fad985-83d7-43f1-9dea-12897a6f3b85?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzJmYWQ5ODUtODNkNy00M2YxLTlkZWEtMTI4OTdhNmYzYjg1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:20:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11caf9e6-adae-4a3a-a5a4-0a2f3fc98d86" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "937fbf62-7764-46db-b410-5f348b8909cf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "d5b199d3-d169-4c04-865b-a08e57b398dd" + "33efc0b2-845a-40ce-8ae0-0de838efc5ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182759Z:d5b199d3-d169-4c04-865b-a08e57b398dd" + "EASTUS2:20211116T202014Z:33efc0b2-845a-40ce-8ae0-0de838efc5ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:27:58 GMT" - ], "Content-Length": [ "134" ], @@ -1488,57 +1488,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:26:11.0776252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2fad985-83d7-43f1-9dea-12897a6f3b85\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c2fad985-83d7-43f1-9dea-12897a6f3b85?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzJmYWQ5ODUtODNkNy00M2YxLTlkZWEtMTI4OTdhNmYzYjg1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:21:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b2ee162-d801-4e82-9daa-de4496dc5401" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "de5fb852-d2f4-4786-9d98-d0783f690fb0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "a9e7b7bc-6e81-41cd-8205-1a23ff9d9073" + "fe8e4726-c47a-4560-9ac6-2e5dff4c844a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T182936Z:a9e7b7bc-6e81-41cd-8205-1a23ff9d9073" + "EASTUS2:20211116T202151Z:fe8e4726-c47a-4560-9ac6-2e5dff4c844a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:29:35 GMT" - ], "Content-Length": [ "134" ], @@ -1549,57 +1549,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:26:11.0776252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2fad985-83d7-43f1-9dea-12897a6f3b85\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c2fad985-83d7-43f1-9dea-12897a6f3b85?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzJmYWQ5ODUtODNkNy00M2YxLTlkZWEtMTI4OTdhNmYzYjg1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:23:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05186e5b-c67c-4ec9-b7c9-a029c707955d" + "aa21f6fd-efcc-4049-b977-ba2aeade9d11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "574143b7-ee38-421d-baf1-66c18d9f9d59" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T202328Z:574143b7-ee38-421d-baf1-66c18d9f9d59" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:25:05 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29967" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "22f53230-fa36-4f36-bd1e-21685d49d061" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "cb4ed018-3801-4028-80e4-b153dfd7d167" + "deaad9f4-63b2-4b8b-94d4-43b065fb3c31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183113Z:cb4ed018-3801-4028-80e4-b153dfd7d167" + "EASTUS2:20211116T202506Z:deaad9f4-63b2-4b8b-94d4-43b065fb3c31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:31:12 GMT" - ], "Content-Length": [ "134" ], @@ -1610,57 +1671,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:26:11.0776252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2fad985-83d7-43f1-9dea-12897a6f3b85\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c2fad985-83d7-43f1-9dea-12897a6f3b85?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzJmYWQ5ODUtODNkNy00M2YxLTlkZWEtMTI4OTdhNmYzYjg1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:26:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "662807a8-87b0-4913-9731-fd2ad9b369ac" + "24974398-33a4-4670-bf26-49eda0554f2d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "3fd19eb4-f966-4e91-9ea5-b569b91f3cdf" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T202643Z:3fd19eb4-f966-4e91-9ea5-b569b91f3cdf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:28:20 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7896908e-78d6-4654-a6bc-8a33939d32b9" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "f39eff73-4ae7-4a8f-8bca-cf34ce95b5a3" + "6a5a29cf-4c6b-4af8-bd2b-c769583677b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183250Z:f39eff73-4ae7-4a8f-8bca-cf34ce95b5a3" + "EASTUS2:20211116T202820Z:6a5a29cf-4c6b-4af8-bd2b-c769583677b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:32:50 GMT" - ], "Content-Length": [ "134" ], @@ -1671,57 +1793,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:26:11.0776252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2fad985-83d7-43f1-9dea-12897a6f3b85\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c2fad985-83d7-43f1-9dea-12897a6f3b85?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzJmYWQ5ODUtODNkNy00M2YxLTlkZWEtMTI4OTdhNmYzYjg1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:29:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "769d58e3-11f8-466e-8742-26ecc042457b" + "c7ecb45f-711e-4f2e-963e-08ca62d787cb" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "8535df46-cf58-4abd-b842-33564ae2c839" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T202957Z:8535df46-cf58-4abd-b842-33564ae2c839" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/f663058d-a892-459c-995f-8b37f6729eec?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjY2MzA1OGQtYTg5Mi00NTljLTk5NWYtOGIzN2Y2NzI5ZWVjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:31:33 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29966" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "56498de7-a56d-402a-ad70-9b7ddfab533e" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "a0a15aea-ff80-4c1e-a0b6-b4699419adae" + "68ef6024-a338-4c29-8599-9461a92107b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183427Z:a0a15aea-ff80-4c1e-a0b6-b4699419adae" + "EASTUS2:20211116T203134Z:68ef6024-a338-4c29-8599-9461a92107b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:27 GMT" - ], "Content-Length": [ "184" ], @@ -1732,59 +1915,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:26:11.0776252+00:00\",\r\n \"endTime\": \"2021-06-29T18:34:07.3337674+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c2fad985-83d7-43f1-9dea-12897a6f3b85\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:18:26.4982849+00:00\",\r\n \"endTime\": \"2021-11-16T20:31:32.4848841+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f663058d-a892-459c-995f-8b37f6729eec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzQ2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDExP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:31:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2574" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6c782321-6d04-43c8-ae9b-6102d20b3f71" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2c7ba6a9-7de1-4a9a-9e0e-f85eb5e302a3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "63067c87-f151-4f95-b432-08e2a922c27f" + "3eee687f-7b18-40b9-96a3-b11854c8455a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183427Z:63067c87-f151-4f95-b432-08e2a922c27f" + "EASTUS2:20211116T203134Z:3eee687f-7b18-40b9-96a3-b11854c8455a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:27 GMT" - ], "Content-Length": [ - "3673" + "3675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1793,65 +1976,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4746\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2533\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9508\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2f3fe67-b2fa-4c93-8c74-811307733ba7\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8411\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1627\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4788\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c445ed38-4f4d-4ba9-8d1b-2204ae3011e3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzQ2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDExP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0792473b-cc09-4c28-98e6-119e9bccef72" + "dffe9760-61a8-486e-8759-da0c6bb207f3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:31:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2573" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2580" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "834cfb12-78c7-456e-abf0-201a6a5b7cda" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2ce97839-2e1c-4afd-878e-0fb55dd290dd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "3ccbe0af-00b9-4ce0-a4ca-a791d0b9669a" + "95ac3104-8afc-42de-b521-b8806f5cbea4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183427Z:3ccbe0af-00b9-4ce0-a4ca-a791d0b9669a" + "EASTUS2:20211116T203134Z:95ac3104-8afc-42de-b521-b8806f5cbea4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:27 GMT" - ], "Content-Length": [ - "3673" + "3675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1860,65 +2043,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4746\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2533\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9508\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2f3fe67-b2fa-4c93-8c74-811307733ba7\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8411\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1627\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4788\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c445ed38-4f4d-4ba9-8d1b-2204ae3011e3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzQ2L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDExL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05bc20cc-9bda-42d0-bed0-bd07f57304cc" + "1a96cd02-bbd5-4e9c-9d8e-ba21cd45c7e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:31:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;887" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69ec9574-c4f9-4353-beb0-89ee7e28018f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "71dd0d48-0241-49ef-a6f8-f08cec5f2cbd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "854fea0a-dfe8-41fb-ab7e-553103f7d0d1" + "ec73278e-3ca1-44c3-a7ba-94c670cdf6dc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183427Z:854fea0a-dfe8-41fb-ab7e-553103f7d0d1" + "EASTUS2:20211116T203134Z:ec73278e-3ca1-44c3-a7ba-94c670cdf6dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:27 GMT" - ], "Content-Length": [ - "819" + "1096" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1927,65 +2110,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T18:34:07.2868968+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:31:32.4536484+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e4a0368-181d-4a63-bfa0-2664dbebe99f" + "dc42bc81-6a87-4868-9110-e0cdca0ee198" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:31:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8612131e-bd14-499e-b34a-cb4c873ca5a4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "46836919-c6b2-4a87-8fbd-18c45e2cf480" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-correlation-request-id": [ - "43a19ff9-f673-4295-825e-6e4fc51e6178" + "b2ea4c9b-f0be-4368-bcfa-4a05fa863abf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183427Z:43a19ff9-f673-4295-825e-6e4fc51e6178" + "EASTUS2:20211116T203134Z:b2ea4c9b-f0be-4368-bcfa-4a05fa863abf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:27 GMT" - ], "Content-Length": [ - "4118" + "4120" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1994,65 +2177,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss4746\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2533\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9508\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Network/virtualNetworks/vn1539/subnets/sn67\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2f3fe67-b2fa-4c93-8c74-811307733ba7\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8411\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1627\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4788\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Network/virtualNetworks/vn4046/subnets/sn7083\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Low\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": 100.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c445ed38-4f4d-4ba9-8d1b-2204ae3011e3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": false,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzQ2L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDExL3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f1ee3a9-16a1-4526-b9de-3ee675995e39" + "ef01746d-f4a2-434c-b785-0c28fe819452" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:31:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2572" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7bee99b-260b-489e-8fab-6a4595e578b3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9acc2087-ddf2-483a-a490-2936e7f89e24" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "e39f5836-ddb8-43f8-8e1c-0d4400ed49dc" + "a4d35844-6ad4-4263-8102-7bb51b0c037e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183427Z:e39f5836-ddb8-43f8-8e1c-0d4400ed49dc" + "EASTUS2:20211116T203134Z:a4d35844-6ad4-4263-8102-7bb51b0c037e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:27 GMT" - ], "Content-Length": [ - "15169" + "29481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2061,49 +2244,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1508/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4746?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzQ2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8232/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8411?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDExP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "018693fb-1e51-4e05-9ac2-a59e7ac21b56" + "736faff4-ad36-4dcc-ad38-c3b2f17335c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:31:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1332,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -2112,87 +2302,934 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dabb44fb-d1af-4fa0-afb2-b6583e0ec50b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0ba79fff-1102-4771-bf10-7caf31f251c7" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "c606749b-a8b5-4a33-b374-268e13745c53" + "a8f14fb7-a12b-4e09-b65d-86e302d1233d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183427Z:c606749b-a8b5-4a33-b374-268e13745c53" + "EASTUS2:20211116T203135Z:a8f14fb7-a12b-4e09-b65d-86e302d1233d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ + "Date": [ + "Tue, 16 Nov 2021 20:31:44 GMT" + ], + "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d25081d4-7d13-4542-8bbe-1501857ee5f9" + "6cbe88b3-ed7b-4e6a-a450-3ac2c6be955b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "ed05dae4-54b1-4dd4-88c8-97a5bfe71324" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203145Z:ed05dae4-54b1-4dd4-88c8-97a5bfe71324" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:31:55 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29964" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "db3b6f32-bc5d-4a48-80a4-4f23a8055997" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" + ], + "x-ms-correlation-request-id": [ + "f9d28a83-0e42-4aa0-b0b3-d9ad4d472933" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203156Z:f9d28a83-0e42-4aa0-b0b3-d9ad4d472933" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:32:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29963" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6d4413c5-3137-483c-afd0-413f8bfc805b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "59e9e06a-9a07-4ea5-80fc-91fcb8fa548e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203207Z:59e9e06a-9a07-4ea5-80fc-91fcb8fa548e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:32:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29962" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "561df1f4-a7c6-46a7-a79a-8eef1cd64c5e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "1720003a-077d-433a-817a-ec0199d357c1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203218Z:1720003a-077d-433a-817a-ec0199d357c1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:32:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29961" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "66a7ba5a-229c-4e5d-b433-3e5a1a0096ac" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "x-ms-correlation-request-id": [ - "24d27c13-9c1e-4747-b1fd-c074de540c68" + "50f1656c-87ba-4369-b60d-3c4b1eb4eceb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183437Z:24d27c13-9c1e-4747-b1fd-c074de540c68" + "EASTUS2:20211116T203229Z:50f1656c-87ba-4369-b60d-3c4b1eb4eceb" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 18:34:37 GMT" + "Tue, 16 Nov 2021 20:32:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b3f30ad7-42a7-46c2-ab6a-955fa377728f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "33a4a825-bc13-4bbf-9891-97d953517ac4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203240Z:33a4a825-bc13-4bbf-9891-97d953517ac4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:32:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "78d92b34-8f40-41d3-90f4-1f63cd1f1a11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "f2e0609f-e938-4723-95d6-952f6f42f847" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203251Z:f2e0609f-e938-4723-95d6-952f6f42f847" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:33:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29958" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "650b489a-c232-49ab-b1ad-9d5bc4d23206" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "72545e22-948c-4595-853f-0d062a398fe6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203302Z:72545e22-948c-4595-853f-0d062a398fe6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:33:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29957" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4014d4dc-893f-4b71-9c9c-8be7009f7a26" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "5a47b9f9-3558-48e5-9941-a44506b44305" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203313Z:5a47b9f9-3558-48e5-9941-a44506b44305" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:33:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29956" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8107ef64-fa98-4d49-8367-41f3119effe9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "661675a2-3f18-47b6-a1b3-54e0b97f9ade" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203324Z:661675a2-3f18-47b6-a1b3-54e0b97f9ade" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:33:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29954" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2229b648-ebf5-4cc8-a12c-0b23df9b4dd0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "6cfade57-4a1d-4707-9cf8-d2968515d29f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203335Z:6cfade57-4a1d-4707-9cf8-d2968515d29f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:33:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29953" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "130832cc-631d-41e7-af96-b0763924b004" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "90744af6-3aff-4dbd-96f8-2c259a39dd64" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203346Z:90744af6-3aff-4dbd-96f8-2c259a39dd64" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:33:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29952" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "47ad655d-95b6-44ed-80df-52d2f88170c7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "9df20a7b-de2f-4b99-b011-9f391fddf632" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203357Z:9df20a7b-de2f-4b99-b011-9f391fddf632" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:34:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29951" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7e539d52-fb53-4f00-9183-477bf8853933" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "e6e8b05a-576b-43af-9b19-6e5115fa853f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203408Z:e6e8b05a-576b-43af-9b19-6e5115fa853f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:34:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29950" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "73664a64-69fd-44ab-b7db-72efd8d4da30" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "3a8922ad-0ed2-4b0a-a21b-35f7983fad40" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203419Z:3a8922ad-0ed2-4b0a-a21b-35f7983fad40" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "134" @@ -2204,57 +3241,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:34:27.7559284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dabb44fb-d1af-4fa0-afb2-b6583e0ec50b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:34:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "836e1d67-b79a-48d8-9c70-2fe358cc19d9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07e15769-6e31-4864-845d-e4964773f44e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11978" ], "x-ms-correlation-request-id": [ - "085af8f2-d2c9-4900-a430-48d4814049c8" + "e12ad6e8-350d-4561-b7f7-f0e67d878ea1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183448Z:085af8f2-d2c9-4900-a430-48d4814049c8" + "EASTUS2:20211116T203431Z:e12ad6e8-350d-4561-b7f7-f0e67d878ea1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:48 GMT" - ], "Content-Length": [ "134" ], @@ -2265,57 +3302,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:34:27.7559284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dabb44fb-d1af-4fa0-afb2-b6583e0ec50b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:34:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "34de90d8-c76e-4411-8233-d802ea46b354" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "52917f23-53ab-4ade-83ef-167852fa558f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11977" ], "x-ms-correlation-request-id": [ - "58e41fa8-aaf5-4371-8bc6-7cb03e134833" + "2fd89df1-01a1-437a-b5bd-da38c3bda8f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183459Z:58e41fa8-aaf5-4371-8bc6-7cb03e134833" + "EASTUS2:20211116T203442Z:2fd89df1-01a1-437a-b5bd-da38c3bda8f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:34:59 GMT" - ], "Content-Length": [ "134" ], @@ -2326,57 +3363,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:34:27.7559284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dabb44fb-d1af-4fa0-afb2-b6583e0ec50b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:34:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "97792595-dbff-4f15-8700-91b73b495100" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9bfe8a7b-a218-4782-83a3-2f12a93ad0cc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11976" ], "x-ms-correlation-request-id": [ - "73ea7236-1101-4452-89b9-4c2a13e499d8" + "c494b0e1-66c2-4a24-9958-415fbdea3f4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183510Z:73ea7236-1101-4452-89b9-4c2a13e499d8" + "EASTUS2:20211116T203453Z:c494b0e1-66c2-4a24-9958-415fbdea3f4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:35:10 GMT" - ], "Content-Length": [ "134" ], @@ -2387,57 +3424,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:34:27.7559284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dabb44fb-d1af-4fa0-afb2-b6583e0ec50b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:35:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e282c364-b79a-492b-9808-e43cc3438b92" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4b33eb01-46c8-4123-bd82-291ebb03118f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11975" ], "x-ms-correlation-request-id": [ - "03370b84-f0d0-4b68-b467-b411f0181238" + "ca8a15a2-1057-433d-8315-7214421e547c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183521Z:03370b84-f0d0-4b68-b467-b411f0181238" + "EASTUS2:20211116T203504Z:ca8a15a2-1057-433d-8315-7214421e547c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:35:21 GMT" - ], "Content-Length": [ "134" ], @@ -2448,57 +3485,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:34:27.7559284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dabb44fb-d1af-4fa0-afb2-b6583e0ec50b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:35:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e29570f-699b-4554-a21c-b9d6de233f4b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "12c282ec-1132-4aa8-ab15-086a187d80f9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11974" ], "x-ms-correlation-request-id": [ - "50e5a450-619c-40ca-bffd-b1b923eb3188" + "48cd97eb-f94d-4ef1-9bcd-96cbcea8d446" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183533Z:50e5a450-619c-40ca-bffd-b1b923eb3188" + "EASTUS2:20211116T203515Z:48cd97eb-f94d-4ef1-9bcd-96cbcea8d446" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:35:32 GMT" - ], "Content-Length": [ "134" ], @@ -2509,59 +3546,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:34:27.7559284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dabb44fb-d1af-4fa0-afb2-b6583e0ec50b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:35:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aac5bb8a-af45-47a8-90ae-af32760ea612" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e0215f67-0be7-4af2-a9c6-cdfd449c3442" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11973" ], "x-ms-correlation-request-id": [ - "cfe65561-6645-4db8-aeff-72033ddbf032" + "4a9ebbe3-9f81-4fc5-80ba-3a52eb04a743" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183544Z:cfe65561-6645-4db8-aeff-72033ddbf032" + "EASTUS2:20211116T203526Z:4a9ebbe3-9f81-4fc5-80ba-3a52eb04a743" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:35:43 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2570,83 +3607,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T18:34:27.7559284+00:00\",\r\n \"endTime\": \"2021-06-29T18:35:33.819283+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dabb44fb-d1af-4fa0-afb2-b6583e0ec50b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:31:35.0005113+00:00\",\r\n \"endTime\": \"2021-11-16T20:35:26.1105357+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0ba79fff-1102-4771-bf10-7caf31f251c7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/dabb44fb-d1af-4fa0-afb2-b6583e0ec50b?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGFiYjQ0ZmItZDFhZi00ZmEwLWFmYjItYjY1ODNlMGVjNTBiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/0ba79fff-1102-4771-bf10-7caf31f251c7?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGJhNzlmZmYtMTEwMi00NzcxLWJmMTAtN2NhZjMxZjI1MWM3P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:35:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e2513fd-20c7-4229-b13a-b1835c80d919" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f8e08ffe-76d4-4fda-81fd-2a8777104b5e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11972" ], "x-ms-correlation-request-id": [ - "75ad749f-4839-489b-889f-a271796b1683" + "ba4ea97d-e179-4193-8811-cd66e5ca8429" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183544Z:75ad749f-4839-489b-889f-a271796b1683" + "EASTUS2:20211116T203526Z:ba4ea97d-e179-4193-8811-cd66e5ca8429" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:35:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1508?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8232?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMzI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd6e9750-2be9-4f74-acba-f8f3df1c8bb4" + "23da5de4-6d8d-4975-b3b3-1c2140a9ecf0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2654,11 +3691,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:35:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2667,13 +3707,13 @@ "14999" ], "x-ms-request-id": [ - "f934a633-0887-410f-96cf-18980a86a698" + "f25417a8-dfd5-4810-b90c-9e00269f78ce" ], "x-ms-correlation-request-id": [ - "f934a633-0887-410f-96cf-18980a86a698" + "f25417a8-dfd5-4810-b90c-9e00269f78ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183544Z:f934a633-0887-410f-96cf-18980a86a698" + "EASTUS2:20211116T203527Z:f25417a8-dfd5-4810-b90c-9e00269f78ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2681,29 +3721,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:35:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2711,11 +3748,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:35:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2724,13 +3764,13 @@ "11999" ], "x-ms-request-id": [ - "31e0e607-9faa-4eb7-b877-b271e2dddf23" + "7a020836-88df-49a0-b4c4-35269396f99c" ], "x-ms-correlation-request-id": [ - "31e0e607-9faa-4eb7-b877-b271e2dddf23" + "7a020836-88df-49a0-b4c4-35269396f99c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183559Z:31e0e607-9faa-4eb7-b877-b271e2dddf23" + "EASTUS2:20211116T203542Z:7a020836-88df-49a0-b4c4-35269396f99c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2738,29 +3778,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:35:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2768,11 +3805,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:35:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2781,13 +3821,13 @@ "11998" ], "x-ms-request-id": [ - "38005906-5ec1-4d4d-84b6-45a198e4ac93" + "1721bada-121e-44cd-9975-58eb9a736e21" ], "x-ms-correlation-request-id": [ - "38005906-5ec1-4d4d-84b6-45a198e4ac93" + "1721bada-121e-44cd-9975-58eb9a736e21" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183614Z:38005906-5ec1-4d4d-84b6-45a198e4ac93" + "EASTUS2:20211116T203557Z:1721bada-121e-44cd-9975-58eb9a736e21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2795,29 +3835,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:36:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2825,11 +3862,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:36:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2838,13 +3878,13 @@ "11997" ], "x-ms-request-id": [ - "15513419-b11f-4bdb-aeca-fec387d344ac" + "84983065-1fd9-4983-8ed2-8ecec92963c0" ], "x-ms-correlation-request-id": [ - "15513419-b11f-4bdb-aeca-fec387d344ac" + "84983065-1fd9-4983-8ed2-8ecec92963c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183629Z:15513419-b11f-4bdb-aeca-fec387d344ac" + "EASTUS2:20211116T203612Z:84983065-1fd9-4983-8ed2-8ecec92963c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2852,29 +3892,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:36:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2882,11 +3919,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:36:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2895,13 +3935,13 @@ "11996" ], "x-ms-request-id": [ - "fb82a19d-bb12-4938-91e2-a0e428c753ea" + "8760bea5-1b4f-46a1-aa57-3cc60b0be47f" ], "x-ms-correlation-request-id": [ - "fb82a19d-bb12-4938-91e2-a0e428c753ea" + "8760bea5-1b4f-46a1-aa57-3cc60b0be47f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183644Z:fb82a19d-bb12-4938-91e2-a0e428c753ea" + "EASTUS2:20211116T203627Z:8760bea5-1b4f-46a1-aa57-3cc60b0be47f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2909,29 +3949,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:36:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2939,11 +3976,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:36:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2952,13 +3992,13 @@ "11995" ], "x-ms-request-id": [ - "e7f3f915-5567-4ac5-b48f-7d425b90250f" + "fe7b3c8f-0696-443f-903e-dbff985220b9" ], "x-ms-correlation-request-id": [ - "e7f3f915-5567-4ac5-b48f-7d425b90250f" + "fe7b3c8f-0696-443f-903e-dbff985220b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183659Z:e7f3f915-5567-4ac5-b48f-7d425b90250f" + "EASTUS2:20211116T203642Z:fe7b3c8f-0696-443f-903e-dbff985220b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2966,29 +4006,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:36:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2996,11 +4033,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:36:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3009,13 +4049,13 @@ "11994" ], "x-ms-request-id": [ - "8a8aebad-a8b8-403b-b521-971fc4c0fb8e" + "30e3eefc-5dc5-4ae0-9e29-520285b3cd4e" ], "x-ms-correlation-request-id": [ - "8a8aebad-a8b8-403b-b521-971fc4c0fb8e" + "30e3eefc-5dc5-4ae0-9e29-520285b3cd4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183714Z:8a8aebad-a8b8-403b-b521-971fc4c0fb8e" + "EASTUS2:20211116T203657Z:30e3eefc-5dc5-4ae0-9e29-520285b3cd4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3023,29 +4063,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:37:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3053,20 +4090,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:37:12 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "ad40d14d-b167-49ce-9eae-8b60fbb516ba" + "134df10f-6d5b-4446-ac69-a4516d552905" ], "x-ms-correlation-request-id": [ - "ad40d14d-b167-49ce-9eae-8b60fbb516ba" + "134df10f-6d5b-4446-ac69-a4516d552905" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183729Z:ad40d14d-b167-49ce-9eae-8b60fbb516ba" + "EASTUS2:20211116T203712Z:134df10f-6d5b-4446-ac69-a4516d552905" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3074,29 +4120,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:37:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:37:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "ce12b52d-b2e5-4e89-ba43-e3313bfba67a" + ], + "x-ms-correlation-request-id": [ + "ce12b52d-b2e5-4e89-ba43-e3313bfba67a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203727Z:ce12b52d-b2e5-4e89-ba43-e3313bfba67a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTA4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRBNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3104,20 +4204,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:37:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-request-id": [ - "b5ed28b3-0c19-4d22-afef-9710838ae19b" + "a2f065f8-b8cf-46a1-979c-21659fa8d300" ], "x-ms-correlation-request-id": [ - "b5ed28b3-0c19-4d22-afef-9710838ae19b" + "a2f065f8-b8cf-46a1-979c-21659fa8d300" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T183729Z:b5ed28b3-0c19-4d22-afef-9710838ae19b" + "EASTUS2:20211116T203743Z:a2f065f8-b8cf-46a1-979c-21659fa8d300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3125,14 +4228,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 18:37:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjMyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpNeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:37:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "cd6f4759-6575-4542-8e5b-bd96e65af43d" + ], + "x-ms-correlation-request-id": [ + "cd6f4759-6575-4542-8e5b-bd96e65af43d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T203743Z:cd6f4759-6575-4542-8e5b-bd96e65af43d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -3141,27 +4292,27 @@ ], "Names": { "TestVMScaleSetPriorityOperationsInternal": [ - "crptestar1508", - "vmss4746", - "crptestar6054" + "crptestar8232", + "vmss8411", + "crptestar9596" ], "CreatePublicIP": [ - "pip3203", - "dn9932" + "pip9056", + "dn5680" ], "CreateVNET": [ - "vn1539", - "sn67" + "vn4046", + "sn7083" ], "CreateNIC": [ - "nic7977", - "ip9226" + "nic3564", + "ip8102" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8769", - "vmss4517", - "vmsstestnetconfig2533", - "vmsstestnetconfig9508" + "crptestar6588", + "vmss6620", + "vmsstestnetconfig1627", + "vmsstestnetconfig4788" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetAutomaticOSUpgradePolicies.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetAutomaticOSUpgradePolicies.json index 14785a41a89f7..6eaf8b1ff912b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetAutomaticOSUpgradePolicies.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetAutomaticOSUpgradePolicies.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1df9696-d5c5-4677-be23-13db2875e96e" + "a3ffc0b7-4ef8-43a8-aac0-084367e703c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:27:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "799e7f06-8b19-465a-8f9e-dcb3877a2e34" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d3bf5c39-170e-4f9d-88ff-f3764f8d6bec" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "42b76f6b-fcb9-4a01-8983-7324579f1135" + "ff97a97b-07e6-4695-a337-c4f1fd057d4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210652Z:42b76f6b-fcb9-4a01-8983-7324579f1135" + "EASTUS2:20211116T232741Z:ff97a97b-07e6-4695-a337-c4f1fd057d4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:51 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar233?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIzMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7996?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5OTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar233\": \"2021-06-28 21:06:52Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar7996\": \"2021-11-16 23:27:41Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cc900b28-cf1f-48b5-ab44-2db621f95aed" + "a1a23b7d-6130-45a8-8dbb-b2bd7d08c8da" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "92" + "93" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:27:41 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "2cd0d98f-f1fc-4443-a974-4ea4e3dae9d3" + "4e0d0ed4-e148-4240-a6fd-de982a12a5ef" ], "x-ms-correlation-request-id": [ - "2cd0d98f-f1fc-4443-a974-4ea4e3dae9d3" + "4e0d0ed4-e148-4240-a6fd-de982a12a5ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210652Z:2cd0d98f-f1fc-4443-a974-4ea4e3dae9d3" + "EASTUS2:20211116T232741Z:4e0d0ed4-e148-4240-a6fd-de982a12a5ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:52 GMT" - ], "Content-Length": [ - "225" + "228" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233\",\r\n \"name\": \"crptestar233\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar233\": \"2021-06-28 21:06:52Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996\",\r\n \"name\": \"crptestar7996\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar7996\": \"2021-11-16 23:27:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar233?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIzMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7996?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5OTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "29d4e3e0-f495-40a2-9ee1-6eb50d3bcf0e" + "73e9b5a3-b207-4885-8a41-f451cfdfecc2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "fcfc63cb-a2da-4e94-b383-e8ad1e27d932" + "5fdccc8c-b914-4b5e-8a43-b9f6569c4e85" ], "x-ms-correlation-request-id": [ - "fcfc63cb-a2da-4e94-b383-e8ad1e27d932" + "5fdccc8c-b914-4b5e-8a43-b9f6569c4e85" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210722Z:fcfc63cb-a2da-4e94-b383-e8ad1e27d932" + "EASTUS2:20211116T232811Z:5fdccc8c-b914-4b5e-8a43-b9f6569c4e85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:21 GMT" - ], "Content-Length": [ - "178" + "180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233\",\r\n \"name\": \"crptestar233\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996\",\r\n \"name\": \"crptestar7996\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Storage/storageAccounts/crptestar421?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjQyMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Storage/storageAccounts/crptestar9179?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5MTc5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d857dc7e-622b-48a1-8bc6-11f6602fbe66" + "40cfa31a-e345-4a51-895e-54e2543484e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:27:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3cbdfac-108c-4885-a715-fd7727ac5a55?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbeaf716-cd18-4b38-9cfa-7f4a1f248bc5?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b3cbdfac-108c-4885-a715-fd7727ac5a55" + "bbeaf716-cd18-4b38-9cfa-7f4a1f248bc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "867c5522-878e-44ce-8085-249ec868b2cc" + "dd46559c-4c7d-4b25-98d0-190bb803abf8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210654Z:867c5522-878e-44ce-8085-249ec868b2cc" + "EASTUS2:20211116T232743Z:dd46559c-4c7d-4b25-98d0-190bb803abf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:53 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3cbdfac-108c-4885-a715-fd7727ac5a55?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYjNjYmRmYWMtMTA4Yy00ODg1LWE3MTUtZmQ3NzI3YWM1YTU1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbeaf716-cd18-4b38-9cfa-7f4a1f248bc5?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYmJlYWY3MTYtY2QxOC00YjM4LTljZmEtN2Y0YTFmMjQ4YmM1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "75aad52c-3a47-40cd-b1f9-1aeac1e22308" + "bebb84e7-c1f6-483e-957c-2296361bcc2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "7cdd51ff-930f-49f4-8491-e11ff4668d6f" + "44ff0248-113d-4fb6-b305-ad7ac3167289" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210711Z:7cdd51ff-930f-49f4-8491-e11ff4668d6f" + "EASTUS2:20211116T232800Z:44ff0248-113d-4fb6-b305-ad7ac3167289" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:11 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d99f4c6-e996-4e71-89f2-144d17daff5d" + "e1f8ac99-4c9e-4ca2-9fee-d1a2e85755aa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "28c46800-3c78-4c5f-b99f-d9c13a958c85" + "ae52b143-aec1-47e0-9aef-471ebba63f7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c3039789-3be5-4670-9d12-7df4b663991c" + "7189dc5b-dbf2-470b-b67d-1f4bc3ae0d42" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210721Z:c3039789-3be5-4670-9d12-7df4b663991c" + "EASTUS2:20211116T232810Z:7189dc5b-dbf2-470b-b67d-1f4bc3ae0d42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:21 GMT" - ], "Content-Length": [ - "734" + "741" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Storage/storageAccounts/crptestar421\",\r\n \"name\": \"crptestar421\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T21:06:53.2391797Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar421.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar421.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar421.table.core.windows.net/\",\r\n \"file\": \"https://crptestar421.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Storage/storageAccounts/crptestar9179\",\r\n \"name\": \"crptestar9179\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T23:27:42.2837312Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9179.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9179.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9179.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9179.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Storage/storageAccounts/crptestar421?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjQyMT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Storage/storageAccounts/crptestar9179?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5MTc5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0ecccc0-cf18-4cd3-9600-8f7831d4df91" + "643e462a-1995-40d1-93d0-a6e5425b64a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fa05b676-bbbe-4918-bd2d-94f3c5566d2e" + "1a0fd3f6-ac8c-479c-9de2-bd9b45e4aeb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "52f9d664-3599-4615-97de-0f7f8517fddb" + "fb695b2e-f795-42d1-8d12-ceca170349ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210721Z:52f9d664-3599-4615-97de-0f7f8517fddb" + "EASTUS2:20211116T232811Z:fb695b2e-f795-42d1-8d12-ceca170349ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:21 GMT" - ], "Content-Length": [ - "722" + "729" ], "Content-Type": [ "application/json" @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Storage/storageAccounts/crptestar421\",\r\n \"name\": \"crptestar421\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T21:06:53.2391797Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar421.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar421.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar421.table.core.windows.net/\",\r\n \"file\": \"https://crptestar421.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Storage/storageAccounts/crptestar9179\",\r\n \"name\": \"crptestar9179\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T23:27:42.2837312Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9179.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9179.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9179.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9179.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvVk1TY2FsZVNldERvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "931b98e1-8749-490d-a21b-1e3c947811b0" + "b16d9777-d7a0-4607-9435-11583be1c965" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:10 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "5b05a8d4-b73c-4b1f-9e34-9bf021b0c2bc" + "5dbe827b-fc4a-4814-b9fd-fe06544922f5" ], "x-ms-correlation-request-id": [ - "5b05a8d4-b73c-4b1f-9e34-9bf021b0c2bc" + "5dbe827b-fc4a-4814-b9fd-fe06544922f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210721Z:5b05a8d4-b73c-4b1f-9e34-9bf021b0c2bc" + "EASTUS2:20211116T232811Z:5dbe827b-fc4a-4814-b9fd-fe06544922f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:21 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjgwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMxOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5509\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6514\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "134a160e-854c-4859-a4ea-f63afa143d78" + "9375fd14-233a-4f1b-afdc-95b35c36bc28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,48 +543,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:11 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5429a335-bde1-4a0f-bb9c-8905e2c20f4e" + "a7f25569-f45d-4912-a0cd-b116eb761a9b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5429a335-bde1-4a0f-bb9c-8905e2c20f4e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a7f25569-f45d-4912-a0cd-b116eb761a9b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "80cd0926-c6d2-41d5-9255-572dfd10cb25" + "590d2089-e71f-4ded-bf47-661e00610834" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0fd92794-03f9-456e-949c-a1cd03a32ebe" + "fbe39fdb-4815-46b8-bd69-6fd9e6395ab9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210723Z:80cd0926-c6d2-41d5-9255-572dfd10cb25" + "EASTUS2:20211116T232812Z:590d2089-e71f-4ded-bf47-661e00610834" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:22 GMT" - ], "Content-Length": [ - "756" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2806\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806\",\r\n \"etag\": \"W/\\\"85a0f6ee-218a-4769-b7e6-09c1f9de2109\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e8dca8a2-4aac-4bc0-a9ad-6e2ee4ac900e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5509\",\r\n \"fqdn\": \"dn5509.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319\",\r\n \"etag\": \"W/\\\"df355d2a-56f5-4fbd-bc69-1d9465b4821b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"03a74f2f-1863-4455-91f9-10cbf356888d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6514\",\r\n \"fqdn\": \"dn6514.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5429a335-bde1-4a0f-bb9c-8905e2c20f4e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MjlhMzM1LWJkZTEtNGEwZi1iYjljLTg5MDVlMmMyMGY0ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a7f25569-f45d-4912-a0cd-b116eb761a9b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E3ZjI1NTY5LWY0NWQtNDkxMi1hMGNkLWIxMTZlYjc2MWE5Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "226b5220-bd18-406a-809b-6de6ed3b45aa" + "b65e5e65-f835-4be8-bb98-774587585518" ], "x-ms-correlation-request-id": [ - "4a7886fc-1183-4629-8ba7-2c81e37a9980" + "6e2e98e9-49e0-4aaf-ae3a-492c385a4ccd" ], "x-ms-arm-service-request-id": [ - "de15ff92-fb7c-438c-9e82-658c7eef683d" + "0b6d714e-580c-46b4-b506-04a9d9b03dbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210724Z:4a7886fc-1183-4629-8ba7-2c81e37a9980" + "EASTUS2:20211116T232813Z:6e2e98e9-49e0-4aaf-ae3a-492c385a4ccd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:23 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjgwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMxOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e0ddbd96-8c5c-4b8d-a077-b0a0634d2073\"" + "W/\"7c0d40ea-2fae-4446-9401-0202b1ae4e04\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0ce6decc-2047-4ab9-8518-31dcaa66b85e" + "b68f651d-de07-44ac-bd9d-36ef3e0f5259" ], "x-ms-correlation-request-id": [ - "e9d8bd81-3182-409d-883a-628b2d1425d5" + "72180898-5fb6-4656-a006-8cf38002c469" ], "x-ms-arm-service-request-id": [ - "69ff8796-9f73-4bf9-aa69-e738f7b467fc" + "92b3d4d7-c175-4d55-8843-ec7b39c427bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210724Z:e9d8bd81-3182-409d-883a-628b2d1425d5" + "EASTUS2:20211116T232813Z:72180898-5fb6-4656-a006-8cf38002c469" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:23 GMT" - ], "Content-Length": [ - "757" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2806\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806\",\r\n \"etag\": \"W/\\\"e0ddbd96-8c5c-4b8d-a077-b0a0634d2073\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8dca8a2-4aac-4bc0-a9ad-6e2ee4ac900e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5509\",\r\n \"fqdn\": \"dn5509.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319\",\r\n \"etag\": \"W/\\\"7c0d40ea-2fae-4446-9401-0202b1ae4e04\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03a74f2f-1863-4455-91f9-10cbf356888d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6514\",\r\n \"fqdn\": \"dn6514.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjgwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMxOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcaa4c61-7765-4b34-8ce8-7d73c7549b92" + "1e6f031e-794e-483f-a771-27faca79c878" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e0ddbd96-8c5c-4b8d-a077-b0a0634d2073\"" + "W/\"7c0d40ea-2fae-4446-9401-0202b1ae4e04\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "58839b3d-da98-4fc5-a4e7-a15416a2375b" + "7e1d5447-9f46-496e-9082-7e7c2c26be54" ], "x-ms-correlation-request-id": [ - "7ffbd8d5-0908-48cf-b6a8-3df1e4d7d497" + "d5f7d06c-1ef5-48f7-9ede-0f63ad84adf4" ], "x-ms-arm-service-request-id": [ - "826141f6-baeb-4cf9-8920-e5528e226e9e" + "5d9e82fe-0f95-490d-a51e-7f38a30290ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210724Z:7ffbd8d5-0908-48cf-b6a8-3df1e4d7d497" + "EASTUS2:20211116T232813Z:d5f7d06c-1ef5-48f7-9ede-0f63ad84adf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:23 GMT" - ], "Content-Length": [ - "757" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2806\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806\",\r\n \"etag\": \"W/\\\"e0ddbd96-8c5c-4b8d-a077-b0a0634d2073\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8dca8a2-4aac-4bc0-a9ad-6e2ee4ac900e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5509\",\r\n \"fqdn\": \"dn5509.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip319\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319\",\r\n \"etag\": \"W/\\\"7c0d40ea-2fae-4446-9401-0202b1ae4e04\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03a74f2f-1863-4455-91f9-10cbf356888d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6514\",\r\n \"fqdn\": \"dn6514.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTY0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3537\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5258\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a6ab013-bf7c-4c14-a5d3-9773a9046ced" + "f36dfebf-9920-4841-81cf-e1d3d2911485" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,48 +820,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f8e85842-f819-485f-b9c3-3e04b0f9d29b" + "ba255997-de2f-482b-bf16-e4575a21f350" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f8e85842-f819-485f-b9c3-3e04b0f9d29b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ba255997-de2f-482b-bf16-e4575a21f350?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a5773a09-9d33-408d-b2b8-ff10c9fdff27" + "c2936ed1-f388-40b9-8c8d-1a816a130220" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "af062cbe-ae1f-4c3d-832d-e1c5ec76c594" + "1cc14c8f-f0a1-4412-800c-917bcd08ef7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210724Z:a5773a09-9d33-408d-b2b8-ff10c9fdff27" + "EASTUS2:20211116T232813Z:c2936ed1-f388-40b9-8c8d-1a816a130220" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:23 GMT" - ], "Content-Length": [ - "1313" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9647\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647\",\r\n \"etag\": \"W/\\\"16c78cea-9445-4706-9aef-34989b8044b4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f7ff429a-d989-478c-953f-764a8972d764\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\",\r\n \"etag\": \"W/\\\"16c78cea-9445-4706-9aef-34989b8044b4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8205\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205\",\r\n \"etag\": \"W/\\\"8f0f1fbb-079f-4004-99ae-28942d5cacd6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b3c09c7a-7400-474c-a01e-2491ff3e3e90\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\",\r\n \"etag\": \"W/\\\"8f0f1fbb-079f-4004-99ae-28942d5cacd6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f8e85842-f819-485f-b9c3-3e04b0f9d29b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y4ZTg1ODQyLWY4MTktNDg1Zi1iOWMzLTNlMDRiMGY5ZDI5Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ba255997-de2f-482b-bf16-e4575a21f350?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JhMjU1OTk3LWRlMmYtNDgyYi1iZjE2LWU0NTc1YTIxZjM1MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2978fd9a-c6ec-4986-8cd4-261495125972" + "d7a771c2-63cf-4f61-8d2d-0098738f8116" ], "x-ms-correlation-request-id": [ - "a0f0bbb5-2675-4835-9ce1-69711d8b5260" + "219cccf7-4d36-4c49-a6cd-4b73f7762d22" ], "x-ms-arm-service-request-id": [ - "c379dbf6-5322-4187-88af-f2cdcff4ce3f" + "3fd847d8-783b-4a5d-a564-f542485d9425" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210727Z:a0f0bbb5-2675-4835-9ce1-69711d8b5260" + "EASTUS2:20211116T232816Z:219cccf7-4d36-4c49-a6cd-4b73f7762d22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:26 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTY0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"132b461e-f99e-4096-be02-1b1ee74ca006\"" + "W/\"f2e54b46-dda4-470a-8eed-ec9ebe9dc7a1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b2b1ec18-4ce3-4f91-bedb-ea9b2d98a6d1" + "3a75c038-ebe0-41aa-a936-5bc7f37fb2f9" ], "x-ms-correlation-request-id": [ - "0e27b694-4fde-4571-9ed5-4afb25eec1de" + "4ac92053-b15f-4b1f-ac03-ca6ffc0c594d" ], "x-ms-arm-service-request-id": [ - "72bd5d81-1985-4d0f-853c-252f87f170de" + "4bb2bda8-8b6e-4a2f-81a5-487b8c6d6896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210727Z:0e27b694-4fde-4571-9ed5-4afb25eec1de" + "EASTUS2:20211116T232816Z:4ac92053-b15f-4b1f-ac03-ca6ffc0c594d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:26 GMT" - ], "Content-Length": [ - "1315" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9647\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647\",\r\n \"etag\": \"W/\\\"132b461e-f99e-4096-be02-1b1ee74ca006\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f7ff429a-d989-478c-953f-764a8972d764\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\",\r\n \"etag\": \"W/\\\"132b461e-f99e-4096-be02-1b1ee74ca006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8205\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205\",\r\n \"etag\": \"W/\\\"f2e54b46-dda4-470a-8eed-ec9ebe9dc7a1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b3c09c7a-7400-474c-a01e-2491ff3e3e90\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\",\r\n \"etag\": \"W/\\\"f2e54b46-dda4-470a-8eed-ec9ebe9dc7a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuOTY0Ny9zdWJuZXRzL3NuMzUzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjgyMDUvc3VibmV0cy9zbjUyNTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58a5536a-4df6-486a-8e21-cee8ebc3eda6" + "d37e18ac-a5c9-4578-bed0-dceaaa0ab04f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"132b461e-f99e-4096-be02-1b1ee74ca006\"" + "W/\"f2e54b46-dda4-470a-8eed-ec9ebe9dc7a1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6b228ade-8a22-4c3b-9a66-42982ee06149" + "aa759a21-0be0-4984-a8bc-2ccc1979c23c" ], "x-ms-correlation-request-id": [ - "130a274c-59ce-4d93-a900-0ed9ae78031a" + "03670966-d0b5-45b4-9339-0420329bf812" ], "x-ms-arm-service-request-id": [ - "d52255e8-b922-4661-bb88-79e47916fb59" + "074111e9-3d57-49ff-9e3f-354875b5b019" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210727Z:130a274c-59ce-4d93-a900-0ed9ae78031a" + "EASTUS2:20211116T232816Z:03670966-d0b5-45b4-9339-0420329bf812" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:26 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\",\r\n \"etag\": \"W/\\\"132b461e-f99e-4096-be02-1b1ee74ca006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\",\r\n \"etag\": \"W/\\\"f2e54b46-dda4-470a-8eed-ec9ebe9dc7a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3537\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n }\r\n },\r\n \"name\": \"ip3173\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5258\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n }\r\n },\r\n \"name\": \"ip9369\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39510800-f818-4f87-99e0-bcd045520179" + "04c42b87-c10a-4e7e-bede-bbcbe2c008d2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "741" + "742" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a90ebea7-8d5c-4c7b-b187-8d75cc2f053c" + "f437da76-f05d-4356-a61d-0ed85b5be4fe" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a90ebea7-8d5c-4c7b-b187-8d75cc2f053c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f437da76-f05d-4356-a61d-0ed85b5be4fe?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "12bd21df-92dd-485e-a3bb-290188f13144" + "677a73e9-7dd9-4796-9df3-d7b6b9b5f0c9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0ac00b2a-fef5-4433-9d0d-dffb7b0eec62" + "1699ba29-d956-466c-b5d7-8cbfa83846fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210728Z:12bd21df-92dd-485e-a3bb-290188f13144" + "EASTUS2:20211116T232817Z:677a73e9-7dd9-4796-9df3-d7b6b9b5f0c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:27 GMT" - ], "Content-Length": [ - "1619" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic220\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220\",\r\n \"etag\": \"W/\\\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"845b6a1f-c211-476b-a43a-423222b3f572\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220/ipConfigurations/ip3173\",\r\n \"etag\": \"W/\\\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\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\": \"tjbp532j1ggepfj5ozfis2wxme.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287\",\r\n \"etag\": \"W/\\\"a18a5688-6435-4bbb-9f07-04069e4bd5de\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38abb6e4-be1d-43c8-aaeb-981180bcbcc3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287/ipConfigurations/ip9369\",\r\n \"etag\": \"W/\\\"a18a5688-6435-4bbb-9f07-04069e4bd5de\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\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\": \"pkombmyaorgepia4esi54pr4sa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\"" + "W/\"a18a5688-6435-4bbb-9f07-04069e4bd5de\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1ae1b0cc-3321-4317-b530-05e37282e920" + "7c57251d-305b-4146-8134-6f84add662c3" ], "x-ms-correlation-request-id": [ - "49a84960-067d-47a0-b21a-0be73c4cc9e6" + "39fd0de9-3c51-42f7-9933-c1326662b6a9" ], "x-ms-arm-service-request-id": [ - "e3754742-f52e-4eaa-aca6-6b62f6278f93" + "ab8d4ef1-60d3-463f-a92f-ccef0e83d5c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210728Z:49a84960-067d-47a0-b21a-0be73c4cc9e6" + "EASTUS2:20211116T232817Z:39fd0de9-3c51-42f7-9933-c1326662b6a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:27 GMT" - ], "Content-Length": [ - "1619" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic220\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220\",\r\n \"etag\": \"W/\\\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"845b6a1f-c211-476b-a43a-423222b3f572\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220/ipConfigurations/ip3173\",\r\n \"etag\": \"W/\\\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\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\": \"tjbp532j1ggepfj5ozfis2wxme.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287\",\r\n \"etag\": \"W/\\\"a18a5688-6435-4bbb-9f07-04069e4bd5de\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38abb6e4-be1d-43c8-aaeb-981180bcbcc3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287/ipConfigurations/ip9369\",\r\n \"etag\": \"W/\\\"a18a5688-6435-4bbb-9f07-04069e4bd5de\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\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\": \"pkombmyaorgepia4esi54pr4sa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMjIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e45dec1-0db1-4455-a564-8a71b1288a5a" + "269794fb-11e9-4b2a-a828-13bcfc4f5680" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\"" + "W/\"a18a5688-6435-4bbb-9f07-04069e4bd5de\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7820c477-f000-4a99-89a2-b3d622eff11d" + "0d015874-df2a-4e08-baf5-ac2d923710de" ], "x-ms-correlation-request-id": [ - "31860034-c91b-4048-93fc-cca7f6a89673" + "ae8fb180-5493-48a1-b0b7-7855d55f24df" ], "x-ms-arm-service-request-id": [ - "f3d21ca8-0510-453c-b47f-aa2072409b3f" + "7d117d7e-5f49-4685-8162-565f1e4cfe7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210728Z:31860034-c91b-4048-93fc-cca7f6a89673" + "EASTUS2:20211116T232817Z:ae8fb180-5493-48a1-b0b7-7855d55f24df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:27 GMT" - ], "Content-Length": [ - "1619" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,77 +1278,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic220\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220\",\r\n \"etag\": \"W/\\\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"845b6a1f-c211-476b-a43a-423222b3f572\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/networkInterfaces/nic220/ipConfigurations/ip3173\",\r\n \"etag\": \"W/\\\"d7b2e0ed-b3e6-47d1-bc6c-af74203fa439\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\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\": \"tjbp532j1ggepfj5ozfis2wxme.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5287\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287\",\r\n \"etag\": \"W/\\\"a18a5688-6435-4bbb-9f07-04069e4bd5de\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38abb6e4-be1d-43c8-aaeb-981180bcbcc3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/networkInterfaces/nic5287/ipConfigurations/ip9369\",\r\n \"etag\": \"W/\\\"a18a5688-6435-4bbb-9f07-04069e4bd5de\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\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\": \"pkombmyaorgepia4esi54pr4sa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9hZEJhbGFuY2Vycy9sYjM4MjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI1MzAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5509\",\r\n \"fqdn\": \"dn5509.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip8631\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap4218\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/frontendIPConfigurations/feip8631\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr1895\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp7504\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6514\",\r\n \"fqdn\": \"dn6514.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip9629\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7553\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/frontendIPConfigurations/feip9629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr4222\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp8134\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1ae5bc0-bf8e-4db6-ae96-1418d0724fca" + "e471084d-89f4-42cd-86f5-a7e23fe1fbcc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2234" + "2237" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b13af2ef-6ff3-46ea-bc31-cdd04f2f5304" + "516d5b8d-ae1a-4182-90e0-5aac0b046832" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b13af2ef-6ff3-46ea-bc31-cdd04f2f5304?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/516d5b8d-ae1a-4182-90e0-5aac0b046832?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5b1edb90-4ee1-4a6b-abb7-3d4f86c76456" + "4738213d-ac5a-4251-a409-30b8effb1525" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ed04fbd5-2bf5-473f-b6db-aaf116610876" + "ff494abd-88a7-44aa-b90a-142817376315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210728Z:5b1edb90-4ee1-4a6b-abb7-3d4f86c76456" + "EASTUS2:20211116T232817Z:4738213d-ac5a-4251-a409-30b8effb1525" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:27 GMT" - ], "Content-Length": [ - "4546" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1357,19 +1357,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb3821\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0672fe6-8165-4bc4-bbce-3cef19159814\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip8631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/frontendIPConfigurations/feip8631\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap4218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr1895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/frontendIPConfigurations/feip8631\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp7504\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb5302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a775c1f-b922-421d-b564-f567b217d923\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9629\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/frontendIPConfigurations/feip9629\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7553\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr4222\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/frontendIPConfigurations/feip9629\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp8134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9hZEJhbGFuY2Vycy9sYjM4MjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI1MzAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1377,42 +1377,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\"" + "W/\"66814142-3285-4935-b8fc-23b9062268f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8f6d0bc7-aa12-40c0-8ee7-bea56f321e95" + "81339e39-0dc8-41c3-939e-f30f20f66096" ], "x-ms-correlation-request-id": [ - "fa0c60b5-f348-44ea-8321-16ad7d143c68" + "c829b8ba-2b0d-4d13-abc2-d6f0cc6fbe53" ], "x-ms-arm-service-request-id": [ - "01aed128-c06b-4607-a873-bf068e26f1c3" + "89242a65-b982-4d4e-90fc-fd7bdeaa3bb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210728Z:fa0c60b5-f348-44ea-8321-16ad7d143c68" + "EASTUS2:20211116T232817Z:c829b8ba-2b0d-4d13-abc2-d6f0cc6fbe53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:28 GMT" - ], "Content-Length": [ - "4546" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1421,25 +1421,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb3821\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0672fe6-8165-4bc4-bbce-3cef19159814\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip8631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/frontendIPConfigurations/feip8631\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap4218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr1895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/frontendIPConfigurations/feip8631\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp7504\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb5302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a775c1f-b922-421d-b564-f567b217d923\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9629\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/frontendIPConfigurations/feip9629\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7553\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr4222\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/frontendIPConfigurations/feip9629\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp8134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9hZEJhbGFuY2Vycy9sYjM4MjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI1MzAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46ab742d-53e4-4fc6-88f4-268d450b2c55" + "fb658749-3b0a-42bd-8318-4b2cc2a0cac9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1447,42 +1447,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\"" + "W/\"66814142-3285-4935-b8fc-23b9062268f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "666007a7-446d-4c47-a252-19e5443b6851" + "b84beaf1-5142-428a-a2bd-2ed47244b067" ], "x-ms-correlation-request-id": [ - "6ee600e3-8647-49c3-b0fd-3c56ca4a9930" + "06eefaee-38fb-4c7d-8f08-54f3db131922" ], "x-ms-arm-service-request-id": [ - "96b2cea0-d105-4c23-a00b-cba31890f39d" + "392d4789-205a-413b-bd97-625a8b578261" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210728Z:6ee600e3-8647-49c3-b0fd-3c56ca4a9930" + "EASTUS2:20211116T232817Z:06eefaee-38fb-4c7d-8f08-54f3db131922" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:28 GMT" - ], "Content-Length": [ - "4546" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,52 +1491,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb3821\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0672fe6-8165-4bc4-bbce-3cef19159814\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip8631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/frontendIPConfigurations/feip8631\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/publicIPAddresses/pip2806\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap4218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr1895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/frontendIPConfigurations/feip8631\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp7504\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\",\r\n \"etag\": \"W/\\\"94eb01c8-12f9-4a85-a6de-b34bda1823e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/loadBalancingRules/lbr1895\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb5302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a775c1f-b922-421d-b564-f567b217d923\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9629\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/frontendIPConfigurations/feip9629\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/publicIPAddresses/pip319\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7553\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr4222\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/frontendIPConfigurations/feip9629\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp8134\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\",\r\n \"etag\": \"W/\\\"66814142-3285-4935-b8fc-23b9062268f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/loadBalancingRules/lbr4222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3460b6d-5f72-43e3-bb2a-b2d703212138" + "5cb5c4cb-58ac-431c-93a2-9b72ea50c3ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2239" + "2242" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/24ded1e5-46bb-4dc7-a1aa-1697385e68bf?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1545,29 +1552,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24ded1e5-46bb-4dc7-a1aa-1697385e68bf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "add63733-83c0-4d3c-a880-8de9867a48d8" + "05fa921c-724e-4846-b040-8fe301d2784b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210730Z:add63733-83c0-4d3c-a880-8de9867a48d8" + "EASTUS2:20211116T232818Z:05fa921c-724e-4846-b040-8fe301d2784b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:30 GMT" - ], "Content-Length": [ - "3954" + "3958" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1576,46 +1576,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4cce8551-abf5-48fe-ad23-d5e4baeaaf06" + "5fa2b01f-03ec-4bfd-ba0a-2293901d759c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2282" + "2285" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ + "Date": [ + "Tue, 16 Nov 2021 23:36:35 GMT" + ], + "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3e4304a8-4524-4d9b-8843-50d2959902b8?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4dd61921-0dce-4bc6-a2b4-566e8d0d1d02?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1630,29 +1637,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e4304a8-4524-4d9b-8843-50d2959902b8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4dd61921-0dce-4bc6-a2b4-566e8d0d1d02" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "428cd913-a4a7-4d76-b97b-0a72507cdca7" + "d6d12ca6-eb18-4cf1-afaa-d02ca9ff80d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211547Z:428cd913-a4a7-4d76-b97b-0a72507cdca7" + "EASTUS2:20211116T233635Z:d6d12ca6-eb18-4cf1-afaa-d02ca9ff80d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:46 GMT" - ], "Content-Length": [ - "4176" + "4180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1661,46 +1661,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "818b2041-89db-4dfd-8699-5727ae36b6d5" + "b79284b9-8852-4988-9267-1d650f90f075" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2149" + "2152" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/afa136d1-c813-4078-a5d7-1d5615130db4?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/711aa6f9-8343-4b9a-b904-ddcc3f2d068e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1715,29 +1722,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afa136d1-c813-4078-a5d7-1d5615130db4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "711aa6f9-8343-4b9a-b904-ddcc3f2d068e" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "344f0d2e-22b5-4bd5-a164-cb55593bfd50" + "c63f8424-ab37-46a5-aee9-46ef09f834fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211557Z:344f0d2e-22b5-4bd5-a164-cb55593bfd50" + "EASTUS2:20211116T233646Z:c63f8424-ab37-46a5-aee9-46ef09f834fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:57 GMT" - ], "Content-Length": [ - "4176" + "4180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,46 +1746,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cc42e312-590d-4f64-b1ba-af5916cf272d" + "71677d02-8073-4528-890a-73ff11ac6097" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2282" + "2285" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/da177a9c-6f00-41b8-911d-7d799cc4c8f2?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc68e8eb-ec36-4100-8b88-fcf3a1c6e690?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1800,29 +1807,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da177a9c-6f00-41b8-911d-7d799cc4c8f2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc68e8eb-ec36-4100-8b88-fcf3a1c6e690" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "a7373ff0-922a-4104-ab3b-cf20d716061a" + "8f233b18-3a99-4ae0-9abc-2bafafcf95fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211608Z:a7373ff0-922a-4104-ab3b-cf20d716061a" + "EASTUS2:20211116T233657Z:8f233b18-3a99-4ae0-9abc-2bafafcf95fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:08 GMT" - ], "Content-Length": [ - "4176" + "4180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1831,60 +1831,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/24ded1e5-46bb-4dc7-a1aa-1697385e68bf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI0ZGVkMWU1LTQ2YmItNGRjNy1hMWFhLTE2OTczODVlNjhiZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiNDljNTMzLThiYjktNDU2Yy05ZDRmLWZjOWY0YmQxZWQ1ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:28:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29870" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29851" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6a83e594-331a-411a-80b1-25be6bc4075b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "55ca3bee-0840-4863-9948-c627cafd8a49" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "41038083-31a0-4046-963f-0f379cc5cbe9" + "c826b047-e0ff-4d22-b8d3-5e2f1caa1c61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210740Z:41038083-31a0-4046-963f-0f379cc5cbe9" + "EASTUS2:20211116T232828Z:c826b047-e0ff-4d22-b8d3-5e2f1caa1c61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:07:40 GMT" - ], "Content-Length": [ "134" ], @@ -1895,57 +1895,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:07:29.4941789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"24ded1e5-46bb-4dc7-a1aa-1697385e68bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:28:18.0152673+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/24ded1e5-46bb-4dc7-a1aa-1697385e68bf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI0ZGVkMWU1LTQ2YmItNGRjNy1hMWFhLTE2OTczODVlNjhiZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiNDljNTMzLThiYjktNDU2Yy05ZDRmLWZjOWY0YmQxZWQ1ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:30:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29869" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8967133-5b5f-4d90-8d10-3657b003401b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0b285ddd-ce85-4783-9652-71112bf880fe" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "7414072e-2553-4eca-8213-a9a3a024c583" + "0b71e34b-41d7-42cd-a77b-16db1c9d1a79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210917Z:7414072e-2553-4eca-8213-a9a3a024c583" + "EASTUS2:20211116T233005Z:0b71e34b-41d7-42cd-a77b-16db1c9d1a79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:09:17 GMT" - ], "Content-Length": [ "134" ], @@ -1956,57 +1956,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:07:29.4941789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"24ded1e5-46bb-4dc7-a1aa-1697385e68bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:28:18.0152673+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/24ded1e5-46bb-4dc7-a1aa-1697385e68bf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI0ZGVkMWU1LTQ2YmItNGRjNy1hMWFhLTE2OTczODVlNjhiZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiNDljNTMzLThiYjktNDU2Yy05ZDRmLWZjOWY0YmQxZWQ1ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:31:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29881" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29877" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f2cc5b09-aa3a-4340-9739-639bf77007b0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b8d2d47b-227e-4c82-b46c-450cafe4a63f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "a164c178-691b-49a7-852f-3ea1b468844d" + "15020ab3-43ce-4f5d-9e5a-b09f63d7d9af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211054Z:a164c178-691b-49a7-852f-3ea1b468844d" + "EASTUS2:20211116T233143Z:15020ab3-43ce-4f5d-9e5a-b09f63d7d9af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:10:53 GMT" - ], "Content-Length": [ "134" ], @@ -2017,57 +2017,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:07:29.4941789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"24ded1e5-46bb-4dc7-a1aa-1697385e68bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:28:18.0152673+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/24ded1e5-46bb-4dc7-a1aa-1697385e68bf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI0ZGVkMWU1LTQ2YmItNGRjNy1hMWFhLTE2OTczODVlNjhiZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiNDljNTMzLThiYjktNDU2Yy05ZDRmLWZjOWY0YmQxZWQ1ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:33:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29879" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fe4e6136-34c8-41ad-8b02-f49e63d1fb29" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "94258727-8d47-454a-8748-3e0cf50c36c5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "06db50cd-58c1-4124-9e7e-571c693a8adc" + "18979db6-9b02-423b-b227-2b5e2460589e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211231Z:06db50cd-58c1-4124-9e7e-571c693a8adc" + "EASTUS2:20211116T233320Z:18979db6-9b02-423b-b227-2b5e2460589e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:12:30 GMT" - ], "Content-Length": [ "134" ], @@ -2078,57 +2078,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:07:29.4941789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"24ded1e5-46bb-4dc7-a1aa-1697385e68bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:28:18.0152673+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/24ded1e5-46bb-4dc7-a1aa-1697385e68bf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI0ZGVkMWU1LTQ2YmItNGRjNy1hMWFhLTE2OTczODVlNjhiZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiNDljNTMzLThiYjktNDU2Yy05ZDRmLWZjOWY0YmQxZWQ1ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:34:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29877" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9319a08b-9a88-4608-826a-9ed71a22c320" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e7c0f9fd-5a42-4144-b17e-fd6fb026b8ac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "2876c9c5-5bcd-46a9-ae30-35236bf66042" + "dfb6999d-b578-4b2c-b7c7-3dac79ee78ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211408Z:2876c9c5-5bcd-46a9-ae30-35236bf66042" + "EASTUS2:20211116T233457Z:dfb6999d-b578-4b2c-b7c7-3dac79ee78ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:14:07 GMT" - ], "Content-Length": [ "134" ], @@ -2139,57 +2139,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:07:29.4941789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"24ded1e5-46bb-4dc7-a1aa-1697385e68bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:28:18.0152673+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/24ded1e5-46bb-4dc7-a1aa-1697385e68bf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI0ZGVkMWU1LTQ2YmItNGRjNy1hMWFhLTE2OTczODVlNjhiZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiNDljNTMzLThiYjktNDU2Yy05ZDRmLWZjOWY0YmQxZWQ1ZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b380ea7-2141-4cdb-999f-3f9d6b4d3373" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3d579427-6f7b-4176-9e04-208feee66c19" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-correlation-request-id": [ - "62903c74-9579-47b0-85c2-99ba4a74b7d2" + "157be66b-7a75-4b13-b062-272cd60aef61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211545Z:62903c74-9579-47b0-85c2-99ba4a74b7d2" + "EASTUS2:20211116T233634Z:157be66b-7a75-4b13-b062-272cd60aef61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:45 GMT" - ], "Content-Length": [ "184" ], @@ -2200,59 +2200,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:07:29.4941789+00:00\",\r\n \"endTime\": \"2021-06-28T21:15:16.5430262+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"24ded1e5-46bb-4dc7-a1aa-1697385e68bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:28:18.0152673+00:00\",\r\n \"endTime\": \"2021-11-16T23:35:57.3727279+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ab49c533-8bb9-456c-9d4f-fc9f4bd1ed5d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7fe28c2-4217-4270-89ec-0df8f31844f1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fd15a929-0ffb-4188-be12-b75b395f4a84" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-correlation-request-id": [ - "6d5fa80b-5031-491f-aaf3-d57c933049bb" + "f61b56a8-cd89-4f91-8207-c68f2eab1223" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211545Z:6d5fa80b-5031-491f-aaf3-d57c933049bb" + "EASTUS2:20211116T233634Z:f61b56a8-cd89-4f91-8207-c68f2eab1223" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:45 GMT" - ], "Content-Length": [ - "3955" + "3959" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2261,65 +2261,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad7ca9d9-edf1-4213-b1e5-99353a75f6fd" + "40f58d67-ce59-491a-93a3-fee70e49ea7b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2593" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6f656b04-1ed9-49ec-b17b-3d63e071ca05" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "efa11a1f-4f5b-442f-8e5f-2251d06e71e7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-correlation-request-id": [ - "d2271af1-f913-419e-b446-5be165f8512a" + "5da43ba1-3928-4406-8ab9-3d6672bc63f7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211545Z:d2271af1-f913-419e-b446-5be165f8512a" + "EASTUS2:20211116T233634Z:5da43ba1-3928-4406-8ab9-3d6672bc63f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:45 GMT" - ], "Content-Length": [ - "3955" + "3959" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2328,59 +2328,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1cdac654-d7bf-4c9e-9a54-fcf4b1c740ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6727e196-3c5e-45c2-b3c5-bb20ad126347" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-correlation-request-id": [ - "c3521da8-6c0d-49ae-9679-11060ed2bce5" + "7279ba8c-fb8a-460e-8dde-ac673d55cf3b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211557Z:c3521da8-6c0d-49ae-9679-11060ed2bce5" + "EASTUS2:20211116T233646Z:7279ba8c-fb8a-460e-8dde-ac673d55cf3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:56 GMT" - ], "Content-Length": [ - "4177" + "4181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2389,65 +2389,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aaa594ba-d629-40de-a5ad-757802763ba8" + "4cedeeff-8c45-4d95-bf9b-f1af3e362fdb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2588" + "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a4e9835-be22-4570-b588-39b9b5c5a3ab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cd27700e-cfc8-4311-ae15-7aeeadb746c7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-correlation-request-id": [ - "9c01d2de-b6e2-4f4d-9bba-5c80a74c7f8d" + "5b5db999-fcd8-42d2-8984-8bb9087b3a96" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211557Z:9c01d2de-b6e2-4f4d-9bba-5c80a74c7f8d" + "EASTUS2:20211116T233646Z:5b5db999-fcd8-42d2-8984-8bb9087b3a96" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:56 GMT" - ], "Content-Length": [ - "4177" + "4181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2456,59 +2456,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2584" + "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "417a44a1-49e4-4f5f-b168-132e857da47e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dd408758-5d0f-45f4-aed7-dcd781ab3115" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11991" ], "x-ms-correlation-request-id": [ - "d11b7e92-ea75-45d8-a4f8-70992be9bf77" + "1786459b-eb6d-49c4-823c-0457e1e2990c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211608Z:d11b7e92-ea75-45d8-a4f8-70992be9bf77" + "EASTUS2:20211116T233656Z:1786459b-eb6d-49c4-823c-0457e1e2990c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:07 GMT" - ], "Content-Length": [ - "4177" + "4181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2517,65 +2517,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d4c09c8-ce46-4265-80bf-02b9ad14a2c3" + "4591f3e8-a074-42a9-bf48-e7ad9635ea91" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2583" + "Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc8a32b5-ff7a-424f-92ce-0fff71c70818" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b5cbdec9-b7bb-4312-abd3-dbfc37794087" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11990" ], "x-ms-correlation-request-id": [ - "54d64529-92af-4e7a-a9ed-65a553b2b87c" + "dac63196-8fab-4d19-9f58-d5a30b536184" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211608Z:54d64529-92af-4e7a-a9ed-65a553b2b87c" + "EASTUS2:20211116T233656Z:dac63196-8fab-4d19-9f58-d5a30b536184" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:07 GMT" - ], "Content-Length": [ - "4177" + "4181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2584,59 +2584,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:37:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;383,Microsoft.Compute/GetVMScaleSet30Min;2579" + "Microsoft.Compute/GetVMScaleSet3Min;383,Microsoft.Compute/GetVMScaleSet30Min;2582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8bfc14ef-8731-4d31-8dba-4c7d264fba74" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d06e7b37-8c62-4073-9a12-854cbe57be36" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11988" ], "x-ms-correlation-request-id": [ - "06948fe4-8283-4681-bd5c-4babf450f01a" + "e24b4dc5-9679-4d46-b5cb-a2f41fcb1554" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211618Z:06948fe4-8283-4681-bd5c-4babf450f01a" + "EASTUS2:20211116T233707Z:e24b4dc5-9679-4d46-b5cb-a2f41fcb1554" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:18 GMT" - ], "Content-Length": [ - "4177" + "4181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2645,65 +2645,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczgyMjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b2c1d00-4c95-44b4-9700-7966d7da7aed" + "2088e84c-412f-47ef-8c5c-65eb091d7e83" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:37:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;382,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetVMScaleSet3Min;382,Microsoft.Compute/GetVMScaleSet30Min;2581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2e947f2-88b8-4c55-a7b0-d4bacc789c10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "46f334f9-0141-477b-9082-e1259072b54c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11987" ], "x-ms-correlation-request-id": [ - "344126d3-6cd5-45bc-a88a-708909d75138" + "b1a15ad9-a020-47d9-8e5f-a216c7c41fc3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211618Z:344126d3-6cd5-45bc-a88a-708909d75138" + "EASTUS2:20211116T233707Z:b1a15ad9-a020-47d9-8e5f-a216c7c41fc3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:18 GMT" - ], "Content-Length": [ - "4177" + "4181" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2712,59 +2712,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8221\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8221\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/probes/lbp7504\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4977\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3387\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/virtualNetworks/vn9647/subnets/sn3537\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar233/providers/Microsoft.Network/loadBalancers/lb3821/backendAddressPools/beap4218\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0f4b535d-18c3-4d70-b5c7-4125bd71fa25\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": true\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/probes/lbp8134\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5661\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5896\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/virtualNetworks/vn8205/subnets/sn5258\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7996/providers/Microsoft.Network/loadBalancers/lb5302/backendAddressPools/beap7553\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c33d3ecb-2ddf-48db-95b2-dc7b89707478\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3e4304a8-4524-4d9b-8843-50d2959902b8?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNlNDMwNGE4LTQ1MjQtNGQ5Yi04ODQzLTUwZDI5NTk5MDJiOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4dd61921-0dce-4bc6-a2b4-566e8d0d1d02?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRkZDYxOTIxLTBkY2UtNGJjNi1hMmI0LTU2NmU4ZDBkMWQwMj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29905" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc4455bd-4948-4c2e-96b7-340049021205" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b4f2b3c6-78e6-4970-af8f-e048f5a3f6a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-correlation-request-id": [ - "923ab1b4-2c33-4b0e-bf7b-ca360f0d0672" + "338efc0a-d2ed-4fcc-8a8f-389e42dd7fea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211557Z:923ab1b4-2c33-4b0e-bf7b-ca360f0d0672" + "EASTUS2:20211116T233646Z:338efc0a-d2ed-4fcc-8a8f-389e42dd7fea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:15:56 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2773,57 +2773,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:15:46.589971+00:00\",\r\n \"endTime\": \"2021-06-28T21:15:47.2774667+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3e4304a8-4524-4d9b-8843-50d2959902b8\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:36:35.5470462+00:00\",\r\n \"endTime\": \"2021-11-16T23:36:36.2502174+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4dd61921-0dce-4bc6-a2b4-566e8d0d1d02\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/afa136d1-c813-4078-a5d7-1d5615130db4?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FmYTEzNmQxLWM4MTMtNDA3OC1hNWQ3LTFkNTYxNTEzMGRiND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/711aa6f9-8343-4b9a-b904-ddcc3f2d068e?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcxMWFhNmY5LTgzNDMtNGI5YS1iOTA0LWRkY2MzZjJkMDY4ZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:36:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29903" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "673acde2-94fd-4aff-aae4-8d01ebc86cae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ec3acc59-b7d3-4939-83cd-36222989b9f8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-correlation-request-id": [ - "4167a4d4-9baf-4a1d-8fa9-7b2ce62fbed8" + "dc445435-7004-4a6f-9bd6-043b5238bfd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211607Z:4167a4d4-9baf-4a1d-8fa9-7b2ce62fbed8" + "EASTUS2:20211116T233656Z:dc445435-7004-4a6f-9bd6-043b5238bfd9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:07 GMT" - ], "Content-Length": [ "184" ], @@ -2834,57 +2834,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:15:57.5743977+00:00\",\r\n \"endTime\": \"2021-06-28T21:15:57.7618651+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"afa136d1-c813-4078-a5d7-1d5615130db4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:36:46.3446067+00:00\",\r\n \"endTime\": \"2021-11-16T23:36:46.5321183+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"711aa6f9-8343-4b9a-b904-ddcc3f2d068e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/da177a9c-6f00-41b8-911d-7d799cc4c8f2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RhMTc3YTljLTZmMDAtNDFiOC05MTFkLTdkNzk5Y2M0YzhmMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc68e8eb-ec36-4100-8b88-fcf3a1c6e690?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjNjhlOGViLWVjMzYtNDEwMC04Yjg4LWZjZjNhMWM2ZTY5MD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:37:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29901" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1bd49825-ab97-49d8-bb37-2c5af58fd795" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eb73d791-2ebe-44a2-933d-0c3899c4af44" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11989" ], "x-ms-correlation-request-id": [ - "8e284c89-f09c-4bc3-9d4e-a9d259b9e931" + "76eb4a57-5421-4164-a7a9-ec99f38df339" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211618Z:8e284c89-f09c-4bc3-9d4e-a9d259b9e931" + "EASTUS2:20211116T233707Z:76eb4a57-5421-4164-a7a9-ec99f38df339" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:18 GMT" - ], "Content-Length": [ "184" ], @@ -2895,25 +2895,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:16:08.3869368+00:00\",\r\n \"endTime\": \"2021-06-28T21:16:08.5588192+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"da177a9c-6f00-41b8-911d-7d799cc4c8f2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T23:36:57.0171846+00:00\",\r\n \"endTime\": \"2021-11-16T23:36:57.2203404+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dc68e8eb-ec36-4100-8b88-fcf3a1c6e690\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar233?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIzMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7996?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5OTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8772fe8b-b94c-49d9-af7b-c4c591cbf2db" + "20127fec-7782-46eb-86ac-44b75c7fbf22" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2921,11 +2921,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:37:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2934,13 +2937,13 @@ "14999" ], "x-ms-request-id": [ - "e180fff8-5fe6-4dff-9cf1-176cc42c044b" + "1a234e56-bb2a-4d64-9fdf-4e6a19837c89" ], "x-ms-correlation-request-id": [ - "e180fff8-5fe6-4dff-9cf1-176cc42c044b" + "1a234e56-bb2a-4d64-9fdf-4e6a19837c89" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211620Z:e180fff8-5fe6-4dff-9cf1-176cc42c044b" + "EASTUS2:20211116T233707Z:1a234e56-bb2a-4d64-9fdf-4e6a19837c89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2948,86 +2951,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:20 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "54c4bf34-cd46-46ed-a10f-33d73725712a" - ], - "x-ms-correlation-request-id": [ - "54c4bf34-cd46-46ed-a10f-33d73725712a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T211635Z:54c4bf34-cd46-46ed-a10f-33d73725712a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 21:16:35 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3035,11 +2978,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:37:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3048,13 +2994,13 @@ "11998" ], "x-ms-request-id": [ - "b66b4587-7986-463f-9e5d-0dcb41895f04" + "51a9f754-f061-4f68-8d0c-0e6942630b9b" ], "x-ms-correlation-request-id": [ - "b66b4587-7986-463f-9e5d-0dcb41895f04" + "51a9f754-f061-4f68-8d0c-0e6942630b9b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211650Z:b66b4587-7986-463f-9e5d-0dcb41895f04" + "EASTUS2:20211116T233722Z:51a9f754-f061-4f68-8d0c-0e6942630b9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3062,29 +3008,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:16:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3092,11 +3035,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:37:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3105,13 +3051,13 @@ "11997" ], "x-ms-request-id": [ - "c68586f6-88fe-4c1d-883d-cddec12eb066" + "239f6fa5-cfd3-47d5-943a-fe9b8a02ca77" ], "x-ms-correlation-request-id": [ - "c68586f6-88fe-4c1d-883d-cddec12eb066" + "239f6fa5-cfd3-47d5-943a-fe9b8a02ca77" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211705Z:c68586f6-88fe-4c1d-883d-cddec12eb066" + "EASTUS2:20211116T233737Z:239f6fa5-cfd3-47d5-943a-fe9b8a02ca77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3119,29 +3065,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:17:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3149,11 +3092,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:37:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3162,13 +3108,13 @@ "11996" ], "x-ms-request-id": [ - "af083ca0-0001-462e-beb9-04038d789ab7" + "15308f1d-51ee-45c0-b2cd-f67d10444dc6" ], "x-ms-correlation-request-id": [ - "af083ca0-0001-462e-beb9-04038d789ab7" + "15308f1d-51ee-45c0-b2cd-f67d10444dc6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211720Z:af083ca0-0001-462e-beb9-04038d789ab7" + "EASTUS2:20211116T233752Z:15308f1d-51ee-45c0-b2cd-f67d10444dc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3176,29 +3122,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:17:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3206,11 +3149,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:38:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3219,13 +3165,13 @@ "11995" ], "x-ms-request-id": [ - "eb802145-91b2-4662-818d-04a91a7a1939" + "91d5f2a4-c43e-4759-91ba-8c623dd84688" ], "x-ms-correlation-request-id": [ - "eb802145-91b2-4662-818d-04a91a7a1939" + "91d5f2a4-c43e-4759-91ba-8c623dd84688" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211735Z:eb802145-91b2-4662-818d-04a91a7a1939" + "EASTUS2:20211116T233807Z:91d5f2a4-c43e-4759-91ba-8c623dd84688" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3233,29 +3179,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:17:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3263,11 +3206,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:38:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3276,13 +3222,13 @@ "11994" ], "x-ms-request-id": [ - "7bf278c9-62f6-4ba5-b881-8602028176c3" + "03e1477c-8b1f-44cb-935f-161cd2fa32b3" ], "x-ms-correlation-request-id": [ - "7bf278c9-62f6-4ba5-b881-8602028176c3" + "03e1477c-8b1f-44cb-935f-161cd2fa32b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211750Z:7bf278c9-62f6-4ba5-b881-8602028176c3" + "EASTUS2:20211116T233822Z:03e1477c-8b1f-44cb-935f-161cd2fa32b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3290,29 +3236,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:17:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3320,11 +3263,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:38:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3333,13 +3279,13 @@ "11993" ], "x-ms-request-id": [ - "0263865d-b10e-4f77-b753-5304d2b7ff77" + "0821eff7-8fb7-45ba-be65-9b1fcaf39a91" ], "x-ms-correlation-request-id": [ - "0263865d-b10e-4f77-b753-5304d2b7ff77" + "0821eff7-8fb7-45ba-be65-9b1fcaf39a91" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211805Z:0263865d-b10e-4f77-b753-5304d2b7ff77" + "EASTUS2:20211116T233837Z:0821eff7-8fb7-45ba-be65-9b1fcaf39a91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3347,29 +3293,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:18:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3377,11 +3320,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:38:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3390,13 +3336,13 @@ "11992" ], "x-ms-request-id": [ - "fb882322-b72b-4174-a29b-cbd469d83f72" + "3b1f663a-e574-42e8-aa3b-80e75b5a8051" ], "x-ms-correlation-request-id": [ - "fb882322-b72b-4174-a29b-cbd469d83f72" + "3b1f663a-e574-42e8-aa3b-80e75b5a8051" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211820Z:fb882322-b72b-4174-a29b-cbd469d83f72" + "EASTUS2:20211116T233852Z:3b1f663a-e574-42e8-aa3b-80e75b5a8051" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3404,29 +3350,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:18:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3434,11 +3377,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:39:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3447,13 +3393,13 @@ "11991" ], "x-ms-request-id": [ - "2b37c6a0-49f2-4f4d-b791-6a2df2a8f343" + "beb63e15-6090-45df-994b-fb6ff09b998a" ], "x-ms-correlation-request-id": [ - "2b37c6a0-49f2-4f4d-b791-6a2df2a8f343" + "beb63e15-6090-45df-994b-fb6ff09b998a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211835Z:2b37c6a0-49f2-4f4d-b791-6a2df2a8f343" + "EASTUS2:20211116T233907Z:beb63e15-6090-45df-994b-fb6ff09b998a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3461,29 +3407,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:18:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3491,11 +3434,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:39:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3504,13 +3450,13 @@ "11990" ], "x-ms-request-id": [ - "08ea93ee-b1d2-43a6-8ea2-48586beae6f5" + "dd4c2da7-87b6-49cb-a155-cc1f4068a0e6" ], "x-ms-correlation-request-id": [ - "08ea93ee-b1d2-43a6-8ea2-48586beae6f5" + "dd4c2da7-87b6-49cb-a155-cc1f4068a0e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211850Z:08ea93ee-b1d2-43a6-8ea2-48586beae6f5" + "EASTUS2:20211116T233922Z:dd4c2da7-87b6-49cb-a155-cc1f4068a0e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3518,29 +3464,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:18:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3548,11 +3491,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:39:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3561,13 +3507,13 @@ "11989" ], "x-ms-request-id": [ - "f71e6982-4a47-460f-9d64-ef14c97f33b6" + "33865fd9-780a-4f6a-b911-27a4a6e71628" ], "x-ms-correlation-request-id": [ - "f71e6982-4a47-460f-9d64-ef14c97f33b6" + "33865fd9-780a-4f6a-b911-27a4a6e71628" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211905Z:f71e6982-4a47-460f-9d64-ef14c97f33b6" + "EASTUS2:20211116T233937Z:33865fd9-780a-4f6a-b911-27a4a6e71628" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3575,29 +3521,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:19:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3605,11 +3548,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:39:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3618,13 +3564,13 @@ "11988" ], "x-ms-request-id": [ - "c3e7626c-cdef-40d6-9ddc-5080257e35f0" + "2aa35356-bd26-44b4-b71b-91a2d5a3c797" ], "x-ms-correlation-request-id": [ - "c3e7626c-cdef-40d6-9ddc-5080257e35f0" + "2aa35356-bd26-44b4-b71b-91a2d5a3c797" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211920Z:c3e7626c-cdef-40d6-9ddc-5080257e35f0" + "EASTUS2:20211116T233952Z:2aa35356-bd26-44b4-b71b-91a2d5a3c797" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3632,29 +3578,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:19:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3662,11 +3605,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:40:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3675,13 +3621,13 @@ "11987" ], "x-ms-request-id": [ - "30ce2f1b-7c9e-4869-b586-1013d8f0fdee" + "fbab72fd-20a8-49dd-a339-da170620f9fc" ], "x-ms-correlation-request-id": [ - "30ce2f1b-7c9e-4869-b586-1013d8f0fdee" + "fbab72fd-20a8-49dd-a339-da170620f9fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211935Z:30ce2f1b-7c9e-4869-b586-1013d8f0fdee" + "EASTUS2:20211116T234007Z:fbab72fd-20a8-49dd-a339-da170620f9fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3689,29 +3635,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:19:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3719,26 +3662,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:40:22 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-request-id": [ - "ea8b1441-f0b9-4e28-a192-cb1771638cc5" + "fa12a464-fa37-455b-b653-79b16f2ef8e6" ], "x-ms-correlation-request-id": [ - "ea8b1441-f0b9-4e28-a192-cb1771638cc5" + "fa12a464-fa37-455b-b653-79b16f2ef8e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T211950Z:ea8b1441-f0b9-4e28-a192-cb1771638cc5" + "EASTUS2:20211116T234023Z:fa12a464-fa37-455b-b653-79b16f2ef8e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3746,80 +3686,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:19:49 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "190d0b10-69f4-4809-a114-e0f6081b8978" - ], - "x-ms-correlation-request-id": [ - "190d0b10-69f4-4809-a114-e0f6081b8978" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T212005Z:190d0b10-69f4-4809-a114-e0f6081b8978" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 21:20:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TXpNdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTk2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RrMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3827,20 +3713,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 23:40:22 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-request-id": [ - "e3d7736b-460f-47bd-b555-cada6128c7e5" + "d7c40d3c-6f7d-48c6-997f-9ae7ee26366a" ], "x-ms-correlation-request-id": [ - "e3d7736b-460f-47bd-b555-cada6128c7e5" + "d7c40d3c-6f7d-48c6-997f-9ae7ee26366a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212005Z:e3d7736b-460f-47bd-b555-cada6128c7e5" + "EASTUS2:20211116T234023Z:d7c40d3c-6f7d-48c6-997f-9ae7ee26366a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3848,14 +3737,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3864,34 +3750,34 @@ ], "Names": { "TestVMScaleSetAutomaticOSUpgradePolicies": [ - "crptestar233", - "vmss8221", - "crptestar421" + "crptestar7996", + "vmss8538", + "crptestar9179" ], "CreatePublicIP": [ - "pip2806", - "dn5509" + "pip319", + "dn6514" ], "CreateVNET": [ - "vn9647", - "sn3537" + "vn8205", + "sn5258" ], "CreateNIC": [ - "nic220", - "ip3173" + "nic5287", + "ip9369" ], "CreatePublicLoadBalancerWithProbe": [ - "lb3821", - "feip8631", - "beap4218", - "lbr1895", - "lbp7504" + "lb5302", + "feip9629", + "beap7553", + "lbr4222", + "lbp8134" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8402", - "vmss8457", - "vmsstestnetconfig4977", - "vmsstestnetconfig3387" + "crptestar5935", + "vmss6259", + "vmsstestnetconfig5661", + "vmsstestnetconfig5896" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetExtensionUpgradeAPIs.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetExtensionUpgradeAPIs.json index 81c4fa0b96c5f..d70bb715db672 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetExtensionUpgradeAPIs.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetExtensionUpgradeAPIs.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b35a275-dc20-43d9-b014-678dd982f53f" + "b1795529-7021-407d-9d99-20ca07d14521" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:23:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "a6e58f28-a2ac-415c-b035-aa976bcf4547" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1043f182-f187-4f8e-9c01-543a8fbf1e85" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11931" ], "x-ms-correlation-request-id": [ - "f0c022e6-752b-4b36-8d97-792be5855682" + "726a1a98-9df8-4c10-a053-d28cc6e2d4f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203410Z:f0c022e6-752b-4b36-8d97-792be5855682" + "FRANCECENTRAL:20211202T182352Z:726a1a98-9df8-4c10-a053-d28cc6e2d4f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:09 GMT" - ], "Content-Length": [ "309" ], @@ -71,48 +71,51 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar99?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2751?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar99\": \"2021-06-28 20:34:10Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2751\": \"2021-12-02 18:23:52Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8bb3b464-0bb3-475a-935d-565bc36a27dc" + "c6862bd0-4332-4a65-89e2-b1c8aa0ec129" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "91" + "93" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:23:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-request-id": [ - "09dc798f-1552-4af5-ba5f-249a06fa65da" + "ef7b7527-0d6c-4106-be30-45a92e407d06" ], "x-ms-correlation-request-id": [ - "09dc798f-1552-4af5-ba5f-249a06fa65da" + "ef7b7527-0d6c-4106-be30-45a92e407d06" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203410Z:09dc798f-1552-4af5-ba5f-249a06fa65da" + "FRANCECENTRAL:20211202T182353Z:ef7b7527-0d6c-4106-be30-45a92e407d06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:10 GMT" - ], "Content-Length": [ - "222" + "228" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99\",\r\n \"name\": \"crptestar99\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar99\": \"2021-06-28 20:34:10Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751\",\r\n \"name\": \"crptestar2751\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2751\": \"2021-12-02 18:23:52Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar99?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2751?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "95d5bf58-08c3-4fc3-aa34-3f9e2b8b222c" + "21613249-4b94-4579-accd-d62f932ab382" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:26 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1193" ], "x-ms-request-id": [ - "7ed50a47-31ed-450a-a1d1-8c1fc2ee2e33" + "98ed806c-fdb4-4d11-816b-17a54f440a55" ], "x-ms-correlation-request-id": [ - "7ed50a47-31ed-450a-a1d1-8c1fc2ee2e33" + "98ed806c-fdb4-4d11-816b-17a54f440a55" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203440Z:7ed50a47-31ed-450a-a1d1-8c1fc2ee2e33" + "FRANCECENTRAL:20211202T182426Z:98ed806c-fdb4-4d11-816b-17a54f440a55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:39 GMT" - ], "Content-Length": [ - "176" + "180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99\",\r\n \"name\": \"crptestar99\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751\",\r\n \"name\": \"crptestar2751\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Storage/storageAccounts/crptestar8249?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODI0OT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Storage/storageAccounts/crptestar2842?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyODQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "52a24d48-0c9e-4ed5-a2a8-9c5200cf7faa" + "20b9ab30-81b6-4b92-ad7f-7c2f90279f8e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:23:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc3b65a-2193-4cd4-98fc-9677cc16812a?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95b2fde1-da38-4c0c-ad48-ca30f72ee503?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1fc3b65a-2193-4cd4-98fc-9677cc16812a" + "95b2fde1-da38-4c0c-ad48-ca30f72ee503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "10e232ed-177e-41c7-9f81-ab046f8f7a11" + "f47e8fc4-5ff4-45cb-b5cd-e9540e09ffd6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203412Z:10e232ed-177e-41c7-9f81-ab046f8f7a11" + "FRANCECENTRAL:20211202T182358Z:f47e8fc4-5ff4-45cb-b5cd-e9540e09ffd6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:12 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc3b65a-2193-4cd4-98fc-9677cc16812a?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMWZjM2I2NWEtMjE5My00Y2Q0LTk4ZmMtOTY3N2NjMTY4MTJhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95b2fde1-da38-4c0c-ad48-ca30f72ee503?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvOTViMmZkZTEtZGEzOC00YzBjLWFkNDgtY2EzMGY3MmVlNTAzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "54b40cb1-15aa-4c06-a7a9-ca3c4c785e38" + "235d21ee-3bff-442d-afc4-d93a4ae3dc9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2eeddce7-7a31-4336-b17f-39af81155ea9" + "d5f09588-1646-480b-9932-beea1a6d7c0e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203429Z:2eeddce7-7a31-4336-b17f-39af81155ea9" + "FRANCECENTRAL:20211202T182415Z:d5f09588-1646-480b-9932-beea1a6d7c0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:29 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2cbdaba5-8db3-4c2d-917a-646e27e11758" + "83596c9f-0164-4e21-a756-d2e58d55c8a1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bb55ba42-ae73-4fa8-b14e-06a0e6d8bd70" + "95a65481-5b3d-4844-8047-de51cb27f5f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "0520fd30-315d-49ff-b3fc-e8274e8240b7" + "dc0ce61c-ef34-46dc-9d6d-9bb48b39049b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203439Z:0520fd30-315d-49ff-b3fc-e8274e8240b7" + "FRANCECENTRAL:20211202T182426Z:dc0ce61c-ef34-46dc-9d6d-9bb48b39049b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:39 GMT" - ], "Content-Length": [ - "739" + "741" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Storage/storageAccounts/crptestar8249\",\r\n \"name\": \"crptestar8249\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T20:34:11.1946214Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8249.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8249.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8249.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8249.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Storage/storageAccounts/crptestar2842\",\r\n \"name\": \"crptestar2842\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-02T18:23:57.1116166Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2842.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2842.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2842.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2842.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Storage/storageAccounts/crptestar8249?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODI0OT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Storage/storageAccounts/crptestar2842?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyODQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce280fd8-3d5e-475f-b3e6-c8f39a7cb126" + "b7116bdf-b25f-4854-84c3-c39fa70d3172" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "35fa5fe6-9b46-4e1a-806a-2da155fce308" + "78666c38-b8ba-488c-a0f0-6ee583d86218" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "85016a16-80a1-4b82-bbd0-6edf2edb8837" + "c3a8a392-0159-448f-b49e-97824da7feb3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203439Z:85016a16-80a1-4b82-bbd0-6edf2edb8837" + "FRANCECENTRAL:20211202T182426Z:c3a8a392-0159-448f-b49e-97824da7feb3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:39 GMT" - ], "Content-Length": [ - "727" + "729" ], "Content-Type": [ "application/json" @@ -457,134 +457,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Storage/storageAccounts/crptestar8249\",\r\n \"name\": \"crptestar8249\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T20:34:11.1946214Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8249.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8249.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8249.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8249.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Storage/storageAccounts/crptestar2842\",\r\n \"name\": \"crptestar2842\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-02T18:23:57.1116166Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2842.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2842.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2842.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2842.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy9WTVNjYWxlU2V0RG9lc05vdEV4aXN0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00a62783-1734-4808-9338-b1a56220b09a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "747a004a-b528-4764-8e46-d92985333a65" - ], - "x-ms-correlation-request-id": [ - "747a004a-b528-4764-8e46-d92985333a65" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T203440Z:747a004a-b528-4764-8e46-d92985333a65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:34:39 GMT" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MDY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6942\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn75\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b97fa0e2-e28e-4ddf-a93c-d7455bde324d" + "3f2cb580-7dc3-4f83-87f7-3b2ef4b7621e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "201" + "199" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "207c8c88-f7f8-4adb-ac60-a039a3182aff" + "4af5c036-f997-4072-a6f5-5c5f8506dc94" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/207c8c88-f7f8-4adb-ac60-a039a3182aff?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4af5c036-f997-4072-a6f5-5c5f8506dc94?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "86da09b0-cd3e-472c-964b-8888c39a4a36" + "710c9928-f831-47ea-bf20-5650ece3477e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e88cd828-65ba-4338-9f4b-ae9fb831fc55" + "3cee374c-8ce0-4a43-bf04-873525146062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203441Z:86da09b0-cd3e-472c-964b-8888c39a4a36" + "FRANCECENTRAL:20211202T182431Z:710c9928-f831-47ea-bf20-5650ece3477e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:40 GMT" - ], "Content-Length": [ - "755" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4069\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069\",\r\n \"etag\": \"W/\\\"87916d37-fcd8-4b46-b404-cb26cfd63685\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"571bf6aa-e41a-4fcb-badb-abe1ad2afa1d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6942\",\r\n \"fqdn\": \"dn6942.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5959\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959\",\r\n \"etag\": \"W/\\\"772e30ac-2696-4d87-963c-56417942937e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6304dbfd-8088-4382-933f-92c5e876f3d8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn75\",\r\n \"fqdn\": \"dn75.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/207c8c88-f7f8-4adb-ac60-a039a3182aff?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzIwN2M4Yzg4LWY3ZjgtNGFkYi1hYzYwLWEwMzlhMzE4MmFmZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4af5c036-f997-4072-a6f5-5c5f8506dc94?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRhZjVjMDM2LWY5OTctNDA3Mi1hNmY1LTVjNWY4NTA2ZGM5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "99036c96-98e0-46a0-a58c-6d8c38723de7" + "fa14d2b9-8306-4804-9942-7be5f5511c63" ], "x-ms-correlation-request-id": [ - "1e9a47e7-6376-4311-af7d-2b7aa0227cab" + "4c04e47c-32f8-4282-b1de-cf0f9086e5a9" ], "x-ms-arm-service-request-id": [ - "3cceacb8-2c91-4eaa-9011-619e8332394d" + "5fad6901-6097-41b5-baee-efb4c8b74bfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203442Z:1e9a47e7-6376-4311-af7d-2b7aa0227cab" + "FRANCECENTRAL:20211202T182433Z:4c04e47c-32f8-4282-b1de-cf0f9086e5a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:41 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MDY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c415741f-6442-43fa-bee8-1013e6950f25\"" + "W/\"e51cd95c-4f71-4ed0-87f0-bfa032d9d43c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "69188c3f-1ab8-4c2e-b87b-aae1e801d509" + "95787b49-fb4d-4d51-9310-10dd10870497" ], "x-ms-correlation-request-id": [ - "a4631c75-bf9f-4fdc-88a1-3c3ff8456bac" + "f05e9ba2-8281-4f67-a4bb-48d15cbbb3a3" ], "x-ms-arm-service-request-id": [ - "f9960a69-b4b9-4a7b-bd78-a98381f45bb2" + "c59dca3c-2514-4d37-b0aa-f5b53b51b4f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203442Z:a4631c75-bf9f-4fdc-88a1-3c3ff8456bac" + "FRANCECENTRAL:20211202T182433Z:f05e9ba2-8281-4f67-a4bb-48d15cbbb3a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:41 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4069\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069\",\r\n \"etag\": \"W/\\\"c415741f-6442-43fa-bee8-1013e6950f25\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"571bf6aa-e41a-4fcb-badb-abe1ad2afa1d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6942\",\r\n \"fqdn\": \"dn6942.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5959\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959\",\r\n \"etag\": \"W/\\\"e51cd95c-4f71-4ed0-87f0-bfa032d9d43c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6304dbfd-8088-4382-933f-92c5e876f3d8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn75\",\r\n \"fqdn\": \"dn75.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MDY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b1b68f4-2adf-4d73-9d9b-6a2922aaeaf6" + "0699729d-bcc3-4b98-b712-83cdd80f9ee4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +690,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c415741f-6442-43fa-bee8-1013e6950f25\"" + "W/\"e51cd95c-4f71-4ed0-87f0-bfa032d9d43c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e8084fad-3c73-4d35-9ec8-d5297a09c07f" + "3afed734-6f36-47ac-824e-b06de7fb0fb1" ], "x-ms-correlation-request-id": [ - "554be801-b88e-4f26-921e-4c222aa4d317" + "ae291afd-dca0-4844-97c6-e6ec1343bd29" ], "x-ms-arm-service-request-id": [ - "2020f80c-109b-4b03-83f7-bbb67ea516fc" + "defb6943-3d71-4e98-8b34-c6fca5019b12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203442Z:554be801-b88e-4f26-921e-4c222aa4d317" + "FRANCECENTRAL:20211202T182433Z:ae291afd-dca0-4844-97c6-e6ec1343bd29" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:41 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,80 +734,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4069\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069\",\r\n \"etag\": \"W/\\\"c415741f-6442-43fa-bee8-1013e6950f25\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"571bf6aa-e41a-4fcb-badb-abe1ad2afa1d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6942\",\r\n \"fqdn\": \"dn6942.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5959\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959\",\r\n \"etag\": \"W/\\\"e51cd95c-4f71-4ed0-87f0-bfa032d9d43c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6304dbfd-8088-4382-933f-92c5e876f3d8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn75\",\r\n \"fqdn\": \"dn75.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yODgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjczMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn145\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5404\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1760839-f322-4663-8f6b-df582e076081" + "96e2afa6-0211-4713-af84-4b162f21843e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "395" + "396" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:34 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "cb1d0788-6a45-49c1-a1df-08aead115743" + "1836b6d2-c517-497e-ab5c-da3babd41e5a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/cb1d0788-6a45-49c1-a1df-08aead115743?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/1836b6d2-c517-497e-ab5c-da3babd41e5a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "45677e37-5a19-4947-bfc4-044638746131" + "132436d3-4a05-4bcf-96dc-473ac7496938" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b50857c9-b9cf-49cc-a6f7-263bd2df45df" + "7503c42d-8a20-433e-9cf5-491f58bd7bdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203442Z:45677e37-5a19-4947-bfc4-044638746131" + "FRANCECENTRAL:20211202T182435Z:132436d3-4a05-4bcf-96dc-473ac7496938" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:42 GMT" - ], "Content-Length": [ - "1309" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2880\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880\",\r\n \"etag\": \"W/\\\"94ac6335-125a-4fc3-861c-34c4a0ea3fd0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ab252d8b-208a-477e-ac7a-c60ae5790478\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn145\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\",\r\n \"etag\": \"W/\\\"94ac6335-125a-4fc3-861c-34c4a0ea3fd0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321\",\r\n \"etag\": \"W/\\\"2cb3dea0-bb6a-416e-bf38-c743049e3d01\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0cfaed00-42ce-4d70-af69-735bb41f5ef5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\",\r\n \"etag\": \"W/\\\"2cb3dea0-bb6a-416e-bf38-c743049e3d01\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/cb1d0788-6a45-49c1-a1df-08aead115743?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NiMWQwNzg4LTZhNDUtNDljMS1hMWRmLTA4YWVhZDExNTc0Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/1836b6d2-c517-497e-ab5c-da3babd41e5a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE4MzZiNmQyLWM1MTctNDk3ZS1hYjVjLWRhM2JhYmQ0MWU1YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2c2914a0-483c-453e-8473-eb7db2656f07" + "b37761f2-0eb4-4662-a7ac-f4c7e8de430b" ], "x-ms-correlation-request-id": [ - "151b828b-38d5-4b06-94a0-49e5cee69c31" + "91bdf56f-6949-48df-87de-f86c50f1df05" ], "x-ms-arm-service-request-id": [ - "e3280041-5239-4d5f-9c85-926363aeb351" + "9b143246-ab60-498a-879e-ab10d0998342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203445Z:151b828b-38d5-4b06-94a0-49e5cee69c31" + "FRANCECENTRAL:20211202T182438Z:91bdf56f-6949-48df-87de-f86c50f1df05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:45 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yODgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjczMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"60843893-3f65-49a8-9f43-8c497064959e\"" + "W/\"a9349f68-fe78-4733-9247-3a69059a753c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c85deade-6a90-4536-95da-33c16c8b5fe5" + "cf352ef6-590f-468e-8ee4-a9ace996d353" ], "x-ms-correlation-request-id": [ - "87e1355e-8dc2-4042-966f-2d5b02455dad" + "a02096e2-8905-493b-9665-5c6e4c923c62" ], "x-ms-arm-service-request-id": [ - "73336ce7-523e-42c4-8817-16a2d4f53cf8" + "9776c7cc-291e-4773-8aa3-66e9ef949583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203445Z:87e1355e-8dc2-4042-966f-2d5b02455dad" + "FRANCECENTRAL:20211202T182439Z:a02096e2-8905-493b-9665-5c6e4c923c62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:45 GMT" - ], "Content-Length": [ - "1311" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2880\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880\",\r\n \"etag\": \"W/\\\"60843893-3f65-49a8-9f43-8c497064959e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ab252d8b-208a-477e-ac7a-c60ae5790478\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn145\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\",\r\n \"etag\": \"W/\\\"60843893-3f65-49a8-9f43-8c497064959e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7321\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321\",\r\n \"etag\": \"W/\\\"a9349f68-fe78-4733-9247-3a69059a753c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0cfaed00-42ce-4d70-af69-735bb41f5ef5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\",\r\n \"etag\": \"W/\\\"a9349f68-fe78-4733-9247-3a69059a753c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yODgwL3N1Ym5ldHMvc24xNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjczMjEvc3VibmV0cy9zbjU0MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "426be14a-8158-4a02-af85-3aaeab249894" + "27a3c76b-02fd-4f03-8ef1-7c07d863456d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"60843893-3f65-49a8-9f43-8c497064959e\"" + "W/\"a9349f68-fe78-4733-9247-3a69059a753c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "dcccb701-8f26-460f-af35-eabd845a7c8a" + "342d471c-6b11-41fd-9e5f-37bdbd68e255" ], "x-ms-correlation-request-id": [ - "37239a10-140f-4450-9e6b-0b72e9aac01c" + "6034f3ba-e26e-4cc1-ab3c-989ab47f7fba" ], "x-ms-arm-service-request-id": [ - "8e71b91b-0f0a-4ab7-a326-7871909d91eb" + "4617a300-880b-43f4-919a-cd1621904b92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203445Z:37239a10-140f-4450-9e6b-0b72e9aac01c" + "FRANCECENTRAL:20211202T182439Z:6034f3ba-e26e-4cc1-ab3c-989ab47f7fba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:45 GMT" - ], "Content-Length": [ - "519" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn145\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\",\r\n \"etag\": \"W/\\\"60843893-3f65-49a8-9f43-8c497064959e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\",\r\n \"etag\": \"W/\\\"a9349f68-fe78-4733-9247-3a69059a753c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn145\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\r\n }\r\n },\r\n \"name\": \"ip9968\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\r\n }\r\n },\r\n \"name\": \"ip2150\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1c8d1b14-eb8f-496e-9b9b-b95e9dd7aeb2" + "186608e3-b95e-4904-ac08-e2cdc25e1013" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "738" + "742" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "761f4a71-f918-47e0-aad3-0f7dff0650db" + "4ce4e893-0fd7-4dd6-a7af-49c8c2411441" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/761f4a71-f918-47e0-aad3-0f7dff0650db?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4ce4e893-0fd7-4dd6-a7af-49c8c2411441?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6bef6e73-cf20-48a4-8d9e-e3f1a99ad9b7" + "c0a0d058-757f-4ff6-a6df-2915d7dfe677" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4ca1bab3-6c38-4f0c-820f-d23471e0418b" + "8ba8523c-126f-4c87-9b16-55dd444225c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203446Z:6bef6e73-cf20-48a4-8d9e-e3f1a99ad9b7" + "FRANCECENTRAL:20211202T182441Z:c0a0d058-757f-4ff6-a6df-2915d7dfe677" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:45 GMT" - ], "Content-Length": [ - "1618" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3126\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126\",\r\n \"etag\": \"W/\\\"344c5d30-a011-43c8-8a8e-dc80e496be82\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6adc53a5-5d34-49cd-8a7d-15ce959336b6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126/ipConfigurations/ip9968\",\r\n \"etag\": \"W/\\\"344c5d30-a011-43c8-8a8e-dc80e496be82\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\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\": \"rmwslk2keb5epld0yyfok4iepa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3572\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572\",\r\n \"etag\": \"W/\\\"351e4306-27f5-4aa1-9482-85508f08f2b4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5eb1bb0c-04d2-4e72-bcad-ee1e4e9932d7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572/ipConfigurations/ip2150\",\r\n \"etag\": \"W/\\\"351e4306-27f5-4aa1-9482-85508f08f2b4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\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\": \"adw5udgoijye1l1jonn1ih044f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"344c5d30-a011-43c8-8a8e-dc80e496be82\"" + "W/\"351e4306-27f5-4aa1-9482-85508f08f2b4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a4dc08b0-11cb-48a0-809a-631ae5dc3da1" + "d669c82e-aabf-4c4c-81ec-c97bf86deec4" ], "x-ms-correlation-request-id": [ - "d4555cea-2f30-458d-8c4c-40aa6553a57a" + "23d72e96-618e-4b92-a172-61cf64cb755f" ], "x-ms-arm-service-request-id": [ - "4d7194ab-9c34-4751-b85c-0d64068dc44f" + "22ec920e-07de-4a47-a1f9-d08a53397dea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203446Z:d4555cea-2f30-458d-8c4c-40aa6553a57a" + "FRANCECENTRAL:20211202T182441Z:23d72e96-618e-4b92-a172-61cf64cb755f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:45 GMT" - ], "Content-Length": [ - "1618" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3126\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126\",\r\n \"etag\": \"W/\\\"344c5d30-a011-43c8-8a8e-dc80e496be82\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6adc53a5-5d34-49cd-8a7d-15ce959336b6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126/ipConfigurations/ip9968\",\r\n \"etag\": \"W/\\\"344c5d30-a011-43c8-8a8e-dc80e496be82\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\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\": \"rmwslk2keb5epld0yyfok4iepa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3572\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572\",\r\n \"etag\": \"W/\\\"351e4306-27f5-4aa1-9482-85508f08f2b4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5eb1bb0c-04d2-4e72-bcad-ee1e4e9932d7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572/ipConfigurations/ip2150\",\r\n \"etag\": \"W/\\\"351e4306-27f5-4aa1-9482-85508f08f2b4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\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\": \"adw5udgoijye1l1jonn1ih044f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMzMTI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM1NzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f978990e-486a-4c71-9b5a-cb59dca90d8e" + "3f7e865e-6c13-4fed-9cb5-9329f8a3bc70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"344c5d30-a011-43c8-8a8e-dc80e496be82\"" + "W/\"351e4306-27f5-4aa1-9482-85508f08f2b4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "790cdbd3-d435-419a-a3e4-a0d3d3e6b8a1" + "1713d995-3219-46af-8fdb-824f224f8a11" ], "x-ms-correlation-request-id": [ - "f233a086-e631-4339-94f1-81596ed85214" + "b0051ef8-7087-4fc3-a944-2ad5ad84eafb" ], "x-ms-arm-service-request-id": [ - "39f89cf3-f262-4bfc-92d7-96e924664549" + "0c68c7cf-f0e5-4d4a-a4c6-9afd2439ac15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203446Z:f233a086-e631-4339-94f1-81596ed85214" + "FRANCECENTRAL:20211202T182441Z:b0051ef8-7087-4fc3-a944-2ad5ad84eafb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:45 GMT" - ], "Content-Length": [ - "1618" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,77 +1224,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3126\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126\",\r\n \"etag\": \"W/\\\"344c5d30-a011-43c8-8a8e-dc80e496be82\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6adc53a5-5d34-49cd-8a7d-15ce959336b6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9968\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/networkInterfaces/nic3126/ipConfigurations/ip9968\",\r\n \"etag\": \"W/\\\"344c5d30-a011-43c8-8a8e-dc80e496be82\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\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\": \"rmwslk2keb5epld0yyfok4iepa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3572\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572\",\r\n \"etag\": \"W/\\\"351e4306-27f5-4aa1-9482-85508f08f2b4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5eb1bb0c-04d2-4e72-bcad-ee1e4e9932d7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/networkInterfaces/nic3572/ipConfigurations/ip2150\",\r\n \"etag\": \"W/\\\"351e4306-27f5-4aa1-9482-85508f08f2b4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\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\": \"adw5udgoijye1l1jonn1ih044f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2FkQmFsYW5jZXJzL2xiNzQzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3NzMyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6942\",\r\n \"fqdn\": \"dn6942.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip9788\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5212\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/frontendIPConfigurations/feip9788\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr693\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp3704\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn75\",\r\n \"fqdn\": \"dn75.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip7284\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap8541\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/frontendIPConfigurations/feip7284\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr5696\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp3798\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "79ed0e09-5372-43da-aac3-590db4961bb5" + "a3659150-0dfd-47d5-b789-421fe47c41c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2229" + "2234" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "79483507-adf6-46c1-b957-4140c9e714dc" + "8c2a64ae-df72-49ac-be60-08c456ee0fc5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/79483507-adf6-46c1-b957-4140c9e714dc?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8c2a64ae-df72-49ac-be60-08c456ee0fc5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7c67da33-06c2-44ee-8d9a-1ce9e6923f5d" + "1e071826-9f53-44ee-9d69-dcf93b9d15c0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e9f580ad-2562-458a-b2e5-84985d8e51ef" + "6a570f10-5e64-4971-8199-bb89f6958aa5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203446Z:7c67da33-06c2-44ee-8d9a-1ce9e6923f5d" + "FRANCECENTRAL:20211202T182442Z:1e071826-9f53-44ee-9d69-dcf93b9d15c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:46 GMT" - ], "Content-Length": [ - "4529" + "4558" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1357,19 +1303,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb7437\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8c264c52-9743-45ea-b8d7-e7c3b4dcfcb4\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9788\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/frontendIPConfigurations/feip9788\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5212\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/frontendIPConfigurations/feip9788\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp3704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb7732\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"85e4f3aa-a615-45e1-9ccd-afc39106d53e\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7284\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/frontendIPConfigurations/feip7284\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap8541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5696\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/frontendIPConfigurations/feip7284\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp3798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2FkQmFsYW5jZXJzL2xiNzQzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3NzMyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1377,42 +1323,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ + "Date": [ + "Thu, 02 Dec 2021 18:24:42 GMT" + ], + "Pragma": [ "no-cache" ], "ETag": [ - "W/\"12be36ca-f178-489b-b734-35b0775542d3\"" + "W/\"06ac8137-58d9-4ef2-a091-43c905850995\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a414042e-b95d-44fd-9979-cd032bc0a82a" + "27078175-811d-4c5c-8437-deae4133efeb" ], "x-ms-correlation-request-id": [ - "82d5ba06-d9c6-4f67-98af-f6d6921fd0fc" + "29967327-a225-475c-b27e-9f7876e9b23f" ], "x-ms-arm-service-request-id": [ - "cf384af7-192f-473a-911f-b36611ea9d47" + "68eff74b-660d-40d4-a6aa-0a56fac61452" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203447Z:82d5ba06-d9c6-4f67-98af-f6d6921fd0fc" + "FRANCECENTRAL:20211202T182443Z:29967327-a225-475c-b27e-9f7876e9b23f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:46 GMT" - ], "Content-Length": [ - "4529" + "4558" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1421,25 +1367,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb7437\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8c264c52-9743-45ea-b8d7-e7c3b4dcfcb4\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9788\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/frontendIPConfigurations/feip9788\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5212\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/frontendIPConfigurations/feip9788\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp3704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb7732\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"85e4f3aa-a615-45e1-9ccd-afc39106d53e\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7284\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/frontendIPConfigurations/feip7284\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap8541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5696\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/frontendIPConfigurations/feip7284\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp3798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2FkQmFsYW5jZXJzL2xiNzQzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3NzMyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97198880-c1f6-4258-8210-24d7e3e356cf" + "38b45fff-4465-41c6-93ba-4f21562f9f61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1447,42 +1393,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"12be36ca-f178-489b-b734-35b0775542d3\"" + "W/\"06ac8137-58d9-4ef2-a091-43c905850995\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "93b9e240-b5e6-4a66-85b7-b5a38400bc60" + "e1be5360-8c15-4237-b1ca-f6b15e6babd7" ], "x-ms-correlation-request-id": [ - "a2cad06a-1c6f-4c41-a904-8041b66cfd7b" + "a33ec81e-32f8-496a-9dbd-84600d941050" ], "x-ms-arm-service-request-id": [ - "c99d3758-8b01-4c6a-8a94-3d5c9252b3a6" + "e9f09d92-3cd2-4d0f-b913-c8318e40c36c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203447Z:a2cad06a-1c6f-4c41-a904-8041b66cfd7b" + "FRANCECENTRAL:20211202T182443Z:a33ec81e-32f8-496a-9dbd-84600d941050" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:46 GMT" - ], "Content-Length": [ - "4529" + "4558" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,46 +1437,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb7437\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8c264c52-9743-45ea-b8d7-e7c3b4dcfcb4\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9788\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/frontendIPConfigurations/feip9788\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/publicIPAddresses/pip4069\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5212\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/frontendIPConfigurations/feip9788\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp3704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\",\r\n \"etag\": \"W/\\\"12be36ca-f178-489b-b734-35b0775542d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/loadBalancingRules/lbr693\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb7732\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"85e4f3aa-a615-45e1-9ccd-afc39106d53e\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7284\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/frontendIPConfigurations/feip7284\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/publicIPAddresses/pip5959\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap8541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5696\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/frontendIPConfigurations/feip7284\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp3798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\",\r\n \"etag\": \"W/\\\"06ac8137-58d9-4ef2-a091-43c905850995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/loadBalancingRules/lbr5696\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk0Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4046?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDQ2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7942\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1329\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig776\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1327\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cf2aa61e-d0b7-42f0-ad70-f0f37eb9d19c" + "312e3277-fbca-48d4-9804-bbdd014ba84f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2580" + "2586" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8cde4f6e-baff-42cb-8485-559822f4ad9a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3460af41-8530-47fd-ae4e-2181d014c1c3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1545,29 +1498,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8cde4f6e-baff-42cb-8485-559822f4ad9a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3460af41-8530-47fd-ae4e-2181d014c1c3" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "9b645399-73b7-4721-a5ea-d113c6c120fc" + "411f6df9-47f4-4576-8402-ab646855f9da" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203448Z:9b645399-73b7-4721-a5ea-d113c6c120fc" + "FRANCECENTRAL:20211202T182450Z:411f6df9-47f4-4576-8402-ab646855f9da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:48 GMT" - ], "Content-Length": [ - "4091" + "4155" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1576,123 +1522,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2947\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7942\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1329\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"efd17478-99f3-4b71-97df-1cb05ec10c12\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4046\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig776\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1327\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4bf3fe6b-8e90-48f3-ab94-06b30b98c985\",\r\n \"timeCreated\": \"2021-12-02T18:24:47.565668+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8cde4f6e-baff-42cb-8485-559822f4ad9a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhjZGU0ZjZlLWJhZmYtNDJjYi04NDg1LTU1OTgyMmY0YWQ5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3460af41-8530-47fd-ae4e-2181d014c1c3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0NjBhZjQxLTg1MzAtNDdmZC1hZTRlLTIxODFkMDE0YzFjMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:24:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "01000218-0764-4030-9daa-7cac16325dab" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "29124a87-6f54-4517-8158-5935d59940a2" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T203459Z:29124a87-6f54-4517-8158-5935d59940a2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:34:58 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:34:47.7511779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8cde4f6e-baff-42cb-8485-559822f4ad9a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8cde4f6e-baff-42cb-8485-559822f4ad9a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhjZGU0ZjZlLWJhZmYtNDJjYi04NDg1LTU1OTgyMmY0YWQ5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.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;29902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4ec09472-a5e5-44c4-b6f7-7bd4dc54a518" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8a73039b-24f4-43a4-b9d9-c89ab708c57e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11932" ], "x-ms-correlation-request-id": [ - "cdd29bb0-f631-4584-9c54-5fcec724f147" + "032ca81c-7051-4c38-a428-b01ff8419fb9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203636Z:cdd29bb0-f631-4584-9c54-5fcec724f147" + "FRANCECENTRAL:20211202T182500Z:032ca81c-7051-4c38-a428-b01ff8419fb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:36:35 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1701,181 +1586,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:34:47.7511779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8cde4f6e-baff-42cb-8485-559822f4ad9a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T18:24:47.565668+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3460af41-8530-47fd-ae4e-2181d014c1c3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8cde4f6e-baff-42cb-8485-559822f4ad9a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhjZGU0ZjZlLWJhZmYtNDJjYi04NDg1LTU1OTgyMmY0YWQ5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3460af41-8530-47fd-ae4e-2181d014c1c3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0NjBhZjQxLTg1MzAtNDdmZC1hZTRlLTIxODFkMDE0YzFjMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "bffcc254-9087-4446-babc-988a38bf93c7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "c0d27400-38ba-4dc6-8c67-fd455f6bde43" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T203813Z:c0d27400-38ba-4dc6-8c67-fd455f6bde43" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Mon, 28 Jun 2021 20:38:12 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:34:47.7511779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8cde4f6e-baff-42cb-8485-559822f4ad9a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8cde4f6e-baff-42cb-8485-559822f4ad9a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhjZGU0ZjZlLWJhZmYtNDJjYi04NDg1LTU1OTgyMmY0YWQ5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 02 Dec 2021 18:26:37 GMT" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "1c8bf9a3-ca2e-46ba-a225-92b86a7fca37" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "3ff47324-2864-426a-975a-a8f9db34b701" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T203950Z:3ff47324-2864-426a-975a-a8f9db34b701" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:39:49 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:34:47.7511779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8cde4f6e-baff-42cb-8485-559822f4ad9a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8cde4f6e-baff-42cb-8485-559822f4ad9a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhjZGU0ZjZlLWJhZmYtNDJjYi04NDg1LTU1OTgyMmY0YWQ5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec9f7e1f-6539-4a08-a856-5d70c91b66ae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cf0b296c-23f7-4a63-b7cc-61a7333af489" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "d94ff20c-d323-4183-a413-7a1c3a71564a" + "76b95735-ea82-4475-bbe6-3b1c2ba847b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T204127Z:d94ff20c-d323-4183-a413-7a1c3a71564a" + "FRANCECENTRAL:20211202T182637Z:76b95735-ea82-4475-bbe6-3b1c2ba847b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:41:26 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1884,2515 +1647,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:34:47.7511779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8cde4f6e-baff-42cb-8485-559822f4ad9a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T18:24:47.565668+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3460af41-8530-47fd-ae4e-2181d014c1c3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/8cde4f6e-baff-42cb-8485-559822f4ad9a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhjZGU0ZjZlLWJhZmYtNDJjYi04NDg1LTU1OTgyMmY0YWQ5YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3460af41-8530-47fd-ae4e-2181d014c1c3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0NjBhZjQxLTg1MzAtNDdmZC1hZTRlLTIxODFkMDE0YzFjMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:28:14 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "599921e4-b0e2-45a8-b010-325926a47e14" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "a6aca0e9-c523-459b-a8a4-45950b983a7b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204304Z:a6aca0e9-c523-459b-a8a4-45950b983a7b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:43:03 GMT" - ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:34:47.7511779+00:00\",\r\n \"endTime\": \"2021-06-28T20:42:10.1279212+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8cde4f6e-baff-42cb-8485-559822f4ad9a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk0Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "288af06f-480d-46f6-bff7-bca37d7cbeaa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "5d8cb2a3-b40b-4af2-ba3f-a589800504dd" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204304Z:5d8cb2a3-b40b-4af2-ba3f-a589800504dd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:43:03 GMT" - ], - "Content-Length": [ - "4092" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"vmss2947\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7942\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1329\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"efd17478-99f3-4b71-97df-1cb05ec10c12\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk0Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "41ba93e7-85e6-4eaf-8c7c-ad0d9d234b43" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "86f4d8cc-7550-4448-a5bd-73b600b298c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "45a3fa24-2a01-4f72-9d0e-49b87b5a6986" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204304Z:45a3fa24-2a01-4f72-9d0e-49b87b5a6986" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:43:03 GMT" - ], - "Content-Length": [ - "4092" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"vmss2947\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/probes/lbp3704\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7942\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1329\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/virtualNetworks/vn2880/subnets/sn145\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Network/loadBalancers/lb7437/backendAddressPools/beap5212\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"efd17478-99f3-4b71-97df-1cb05ec10c12\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947/extensionRollingUpgrade?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk0Ny9leHRlbnNpb25Sb2xsaW5nVXBncmFkZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "88fd1df3-b266-4784-80cb-6e9fcefd63eb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?monitor=true&api-version=2021-07-01" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" - ], - "x-ms-request-charge": [ - "0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a449c09a-d968-4cfb-899b-5fa60fa9d88a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "ee98d16b-c5db-4fba-bc77-fb5c6694cbcf" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204304Z:ee98d16b-c5db-4fba-bc77-fb5c6694cbcf" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:43:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29988" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "28840261-227b-4adb-b02b-79c765916cc5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "4d8041df-1f12-475d-a877-47978b0da712" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204334Z:4d8041df-1f12-475d-a877-47978b0da712" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:43:33 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2b076257-87f1-414a-9a68-53b4d1eda717" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "d9a76bca-686c-4900-9a8f-cc8d879562db" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204404Z:d9a76bca-686c-4900-9a8f-cc8d879562db" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:44:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9a7591bc-b774-4398-87b6-9e0c56031112" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "c16fc1b9-dd29-499f-a269-489c14a2e89a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204434Z:c16fc1b9-dd29-499f-a269-489c14a2e89a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:44:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29979" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "afa9b817-848c-4c5e-84bb-72c0f1a4ecc7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "0e936b83-2f5c-497d-b0a8-ce7a240c69c6" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204504Z:0e936b83-2f5c-497d-b0a8-ce7a240c69c6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:45:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29974" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7a3b05d2-3a33-4566-af6f-e18579484518" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "865d7f45-d6ae-4018-8072-b2cb60e5441b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204534Z:865d7f45-d6ae-4018-8072-b2cb60e5441b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:45:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29971" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "8113e4ed-e015-4d25-b35b-04c51f3ca9a0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-correlation-request-id": [ - "9b1a6cee-3253-416e-9396-01b699148f21" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204604Z:9b1a6cee-3253-416e-9396-01b699148f21" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:46:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29968" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "1aab03f8-e208-4d23-b5bf-a81ef74f733e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "87621f19-637d-467f-85cf-7a7c145e2a8f" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204634Z:87621f19-637d-467f-85cf-7a7c145e2a8f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:46:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29965" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9eac78c9-fa81-4246-9c0c-3bb07ae22107" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "a536962f-0b99-4cee-b226-2c45237be830" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204704Z:a536962f-0b99-4cee-b226-2c45237be830" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:47:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29962" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "235ec59c-5b06-49f1-9145-94af60c7a687" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "a7b114c3-2e19-4f8e-801a-9d837ac5c5a3" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204734Z:a7b114c3-2e19-4f8e-801a-9d837ac5c5a3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:47:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29959" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e2fef2ad-5d17-45a8-af1e-04f9369de788" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "23067638-2189-4f0d-8d35-e0ea9b13964d" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204804Z:23067638-2189-4f0d-8d35-e0ea9b13964d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:48:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29956" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "14071b1e-d8d7-4efb-9207-050b9bd57a5e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "db6ad6f7-83ef-43b6-b839-67cc678adda7" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204834Z:db6ad6f7-83ef-43b6-b839-67cc678adda7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:48:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29953" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7ca4094f-3dd7-4cc4-a67a-9fcc947bbfee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "ee39a555-34d3-4319-8658-5fd0d18f5e81" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204904Z:ee39a555-34d3-4319-8658-5fd0d18f5e81" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:49:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29950" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0052db4a-c7e5-4c92-804c-ee1cd7e9b417" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "87b08699-7fc4-4cae-a667-2227593e9c0c" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T204935Z:87b08699-7fc4-4cae-a667-2227593e9c0c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:49:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29947" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "ba163bd1-f966-4d40-be23-180cbc50c7cd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-correlation-request-id": [ - "b2a374cd-f4f0-4924-8f5a-80a8d50cc46b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205005Z:b2a374cd-f4f0-4924-8f5a-80a8d50cc46b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:50:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29944" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c0e86d94-7df7-4fa4-8e55-9d61c54a7a77" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-correlation-request-id": [ - "527c4b95-cf93-4d28-bc83-cb15426699a7" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205035Z:527c4b95-cf93-4d28-bc83-cb15426699a7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:50:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29941" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "28e5d84a-3239-4f55-972b-337f239b2354" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "a48d70a5-1b12-493c-985d-2d8ec5be8b5b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205105Z:a48d70a5-1b12-493c-985d-2d8ec5be8b5b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:51:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29938" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "398617e7-d5cf-40ee-acb1-dcaceffea6ff" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-correlation-request-id": [ - "ab7b95ac-1a94-44eb-8b23-e8e10a8763bd" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205135Z:ab7b95ac-1a94-44eb-8b23-e8e10a8763bd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:51:35 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29935" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0bbe22c4-4283-412c-a291-7f64e73c8584" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-correlation-request-id": [ - "29e12f1e-1372-4999-ad16-42e45d5bd405" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205205Z:29e12f1e-1372-4999-ad16-42e45d5bd405" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:52:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29932" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7c9b14a9-de57-4939-983e-53ee75af511c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-correlation-request-id": [ - "f253bea9-cc55-46d8-ba5c-eb94955bce6d" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205235Z:f253bea9-cc55-46d8-ba5c-eb94955bce6d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:52:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29929" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9a7efb8a-98dc-406e-931b-916db610db9e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-correlation-request-id": [ - "07dcec32-06cb-4465-8ef4-d95a11980915" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205305Z:07dcec32-06cb-4465-8ef4-d95a11980915" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:53:05 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29926" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "56641a25-6334-42ca-adcc-2d99b11c2508" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], - "x-ms-correlation-request-id": [ - "61802a2b-0403-42b1-bcd9-2e546107289a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205335Z:61802a2b-0403-42b1-bcd9-2e546107289a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:53:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29923" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "67ae15a8-1ce6-4198-9693-4b64457e1d06" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-correlation-request-id": [ - "6b312a4f-be87-48ee-8a30-fd56dbb7c66a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205405Z:6b312a4f-be87-48ee-8a30-fd56dbb7c66a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:54:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29920" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "aea580b8-d752-43e8-8f33-fd0d3d0f07ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-correlation-request-id": [ - "2b4a5bc0-b538-4d98-8863-a3c0d7435076" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205435Z:2b4a5bc0-b538-4d98-8863-a3c0d7435076" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:54:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29917" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "14453390-3d58-4f09-be49-5179eb6e30dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-correlation-request-id": [ - "7ed114e6-a58d-4427-b7bc-8d05a93ffbd5" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205505Z:7ed114e6-a58d-4427-b7bc-8d05a93ffbd5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:55:05 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29914" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "3fa4f880-818c-4569-b847-e6315b866274" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], - "x-ms-correlation-request-id": [ - "e5635f30-2987-4540-a7d2-dae3b8745e15" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205535Z:e5635f30-2987-4540-a7d2-dae3b8745e15" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:55:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29911" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "033c9a2d-f3e5-49f2-99f2-c04ba8ec07a3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "x-ms-correlation-request-id": [ - "729c147e-ef89-4469-bcd7-fbe87fa4ff20" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205605Z:729c147e-ef89-4469-bcd7-fbe87fa4ff20" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:56:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29909" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "52578407-9a03-4a37-b77c-bb062dcde40e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], - "x-ms-correlation-request-id": [ - "96fce7d7-3820-46b0-aa57-536146a6a4be" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205635Z:96fce7d7-3820-46b0-aa57-536146a6a4be" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:56:35 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29906" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c722404e-71e7-48c0-9db4-176a57bddea5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], - "x-ms-correlation-request-id": [ - "7892bf54-8334-423a-b0ab-3606f21b4b7c" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205705Z:7892bf54-8334-423a-b0ab-3606f21b4b7c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:57:05 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29903" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "30b62b34-8abc-440f-a798-5b777bed00b3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" - ], - "x-ms-correlation-request-id": [ - "b1b357b8-9742-49cd-9614-6d53f88a87fc" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205735Z:b1b357b8-9742-49cd-9614-6d53f88a87fc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:57:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29900" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "55f80d4d-2b35-4338-9766-2852812b176d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "x-ms-correlation-request-id": [ - "6ec02837-83b8-41a5-ace3-dd91ec4fc643" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205805Z:6ec02837-83b8-41a5-ace3-dd91ec4fc643" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:58:05 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29897" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "b3864395-80a9-47ee-ad0b-98b8576b7d15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" - ], - "x-ms-correlation-request-id": [ - "436cb264-7394-4978-8c2b-268d74eb8791" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205835Z:436cb264-7394-4978-8c2b-268d74eb8791" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:58:35 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29894" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "ffb6fe47-3955-45fc-b233-6cee1e725613" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], - "x-ms-correlation-request-id": [ - "cd662878-b123-4ed7-8d57-497ce3bf7b5d" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205905Z:cd662878-b123-4ed7-8d57-497ce3bf7b5d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:59:04 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29891" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4a482bcf-454d-4c5b-b447-099a92d5433b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" - ], - "x-ms-correlation-request-id": [ - "e3166fcf-5b7b-4dc1-96e3-72c5bb67866f" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T205935Z:e3166fcf-5b7b-4dc1-96e3-72c5bb67866f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:59:35 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29889" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7045b145-a90b-484c-9459-2d9aa58e0c9d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], - "x-ms-correlation-request-id": [ - "9b25693d-1588-4419-b9e7-148abdbb9346" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T210005Z:9b25693d-1588-4419-b9e7-148abdbb9346" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 21:00:05 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29886" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2926313c-1423-464b-966b-095b4abed0c6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], - "x-ms-correlation-request-id": [ - "7153c8ee-d07d-4a8c-b4af-3f7511440a96" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T210035Z:7153c8ee-d07d-4a8c-b4af-3f7511440a96" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 21:00:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29883" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "81aa2558-e092-4002-ad2a-787dc83328dc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "x-ms-correlation-request-id": [ - "89280a16-a48c-44a1-8f13-7a72576fadac" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T210105Z:89280a16-a48c-44a1-8f13-7a72576fadac" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 21:01:05 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29880" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "83fb1455-917c-4822-8258-8d6ffff0cc02" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-request-id": [ + "8aabe498-9a35-476b-ad21-db1581aa17f1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11999" ], "x-ms-correlation-request-id": [ - "a73289e0-dfe1-48bd-a38e-09a0659e5466" + "3ca88073-7e4b-4c36-893d-4296b9ad7a4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210135Z:a73289e0-dfe1-48bd-a38e-09a0659e5466" + "FRANCECENTRAL:20211202T182815Z:3ca88073-7e4b-4c36-893d-4296b9ad7a4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:01:35 GMT" - ], "Content-Length": [ "133" ], @@ -4403,57 +1708,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T18:24:47.565668+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3460af41-8530-47fd-ae4e-2181d014c1c3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3460af41-8530-47fd-ae4e-2181d014c1c3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0NjBhZjQxLTg1MzAtNDdmZC1hZTRlLTIxODFkMDE0YzFjMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:29:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29877" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e3f845e-219d-4fdc-a03f-bf2df440e5ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "56d72550-1c9b-4e6e-a959-f9e68f8301c4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11998" ], "x-ms-correlation-request-id": [ - "f57759af-7af0-49c6-9c0d-3fe76804899b" + "5c4c6458-01ab-47a4-93e9-b3150ce66d7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210205Z:f57759af-7af0-49c6-9c0d-3fe76804899b" + "FRANCECENTRAL:20211202T182952Z:5c4c6458-01ab-47a4-93e9-b3150ce66d7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:02:05 GMT" - ], "Content-Length": [ "133" ], @@ -4464,57 +1769,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T18:24:47.565668+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3460af41-8530-47fd-ae4e-2181d014c1c3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3460af41-8530-47fd-ae4e-2181d014c1c3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0NjBhZjQxLTg1MzAtNDdmZC1hZTRlLTIxODFkMDE0YzFjMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:31:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29874" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "82f9a48a-c6a8-40d5-a2ef-7b63ec1074b2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cdad16ef-495e-4d89-bc59-d13192eacd33" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11989" ], "x-ms-correlation-request-id": [ - "628bbd88-3b2b-443a-937c-820d00aef7e8" + "ba0dbe4e-d8e2-4e6c-95e2-b83f594f43b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210235Z:628bbd88-3b2b-443a-937c-820d00aef7e8" + "FRANCECENTRAL:20211202T183130Z:ba0dbe4e-d8e2-4e6c-95e2-b83f594f43b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:02:35 GMT" - ], "Content-Length": [ "133" ], @@ -4525,59 +1830,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T18:24:47.565668+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3460af41-8530-47fd-ae4e-2181d014c1c3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3460af41-8530-47fd-ae4e-2181d014c1c3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0NjBhZjQxLTg1MzAtNDdmZC1hZTRlLTIxODFkMDE0YzFjMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:33:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29871" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cbf55551-1c7e-4df6-a7a6-dba0ef6c2d8d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "862a5a13-a75a-4043-869f-5ec41306c0e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11996" ], "x-ms-correlation-request-id": [ - "d5406988-0118-4bf5-9620-c6c5607c056b" + "da580b32-49f1-4e8d-9e42-1b759d6f3ba3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210305Z:d5406988-0118-4bf5-9620-c6c5607c056b" + "FRANCECENTRAL:20211202T183307Z:da580b32-49f1-4e8d-9e42-1b759d6f3ba3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:03:05 GMT" - ], "Content-Length": [ - "183" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4586,123 +1891,126 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:43:04.393818+00:00\",\r\n \"endTime\": \"2021-06-28T21:03:05.3366819+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a449c09a-d968-4cfb-899b-5fa60fa9d88a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T18:24:47.565668+00:00\",\r\n \"endTime\": \"2021-12-02T18:31:56.267209+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3460af41-8530-47fd-ae4e-2181d014c1c3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a449c09a-d968-4cfb-899b-5fa60fa9d88a?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E0NDljMDlhLWQ5NjgtNGNmYi04OTliLTVmYTYwZmE5ZDg4YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4046?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDQ2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:33:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29870" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c594e3ec-107c-49a9-9491-183c0e9ad5f4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f40822fa-ebed-4625-b244-8c0bc52d3949" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11995" ], "x-ms-correlation-request-id": [ - "0a9ebd2f-528d-4888-9037-adbed88b36ac" + "87ccadfd-c819-4859-89fc-76f6cfa8aeb1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210305Z:0a9ebd2f-528d-4888-9037-adbed88b36ac" + "FRANCECENTRAL:20211202T183307Z:87ccadfd-c819-4859-89fc-76f6cfa8aeb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:03:05 GMT" + "Content-Length": [ + "4156" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"name\": \"vmss4046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4046\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig776\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1327\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4bf3fe6b-8e90-48f3-ab94-06b30b98c985\",\r\n \"timeCreated\": \"2021-12-02T18:24:47.565668+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar99/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2947/rollingUpgrades/latest?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk0Ny9yb2xsaW5nVXBncmFkZXMvbGF0ZXN0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4046?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDQ2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fecf4f4-83f7-4c34-84fe-59d294b648b2" + "ccad8eed-0ce5-4dbe-a1cd-e842f5d53d86" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:33:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2588" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "21af753a-40f6-4409-bf84-e4e8a4b28cca" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "80578334-cd5b-47e9-b5a7-0504d80d01f6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11994" ], "x-ms-correlation-request-id": [ - "17fcbe92-7316-48da-924f-8f805c793624" + "851ae013-2d68-4a13-808f-8a7bf9123545" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210305Z:17fcbe92-7316-48da-924f-8f805c793624" + "FRANCECENTRAL:20211202T183308Z:851ae013-2d68-4a13-808f-8a7bf9123545" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:03:05 GMT" - ], "Content-Length": [ - "696" + "4156" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4711,25 +2019,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"policy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"runningStatus\": {\r\n \"lastAction\": \"Start\",\r\n \"lastActionTime\": \"2021-06-28T20:43:04.5032112+00:00\",\r\n \"code\": \"Completed\",\r\n \"startTime\": \"2021-06-28T20:43:04.6594452+00:00\"\r\n },\r\n \"progress\": {\r\n \"successfulInstanceCount\": 2,\r\n \"failedInstanceCount\": 0,\r\n \"inProgressInstanceCount\": 0,\r\n \"pendingInstanceCount\": 0\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4046\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/probes/lbp3798\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig776\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1327\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/virtualNetworks/vn7321/subnets/sn5404\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2751/providers/Microsoft.Network/loadBalancers/lb7732/backendAddressPools/beap8541\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4bf3fe6b-8e90-48f3-ab94-06b30b98c985\",\r\n \"timeCreated\": \"2021-12-02T18:24:47.565668+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar99?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2751?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3NTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b84f268-9284-45fa-827d-03cf142ddf5c" + "7b00753b-08da-443a-8c5d-6433db546935" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4737,11 +2045,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:33:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4750,13 +2061,13 @@ "14999" ], "x-ms-request-id": [ - "cf2ef367-824a-4c51-8f02-55de3f1988b6" + "a3b8345a-9e7a-4c3b-874b-c116b9d1e127" ], "x-ms-correlation-request-id": [ - "cf2ef367-824a-4c51-8f02-55de3f1988b6" + "a3b8345a-9e7a-4c3b-874b-c116b9d1e127" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210306Z:cf2ef367-824a-4c51-8f02-55de3f1988b6" + "FRANCECENTRAL:20211202T183310Z:a3b8345a-9e7a-4c3b-874b-c116b9d1e127" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4764,29 +2075,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:03:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4794,11 +2102,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:33:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4807,13 +2118,13 @@ "11999" ], "x-ms-request-id": [ - "fc50ef03-c3be-48c3-9c62-b939c4f505ce" + "64884a07-529f-4a26-b698-e8783815ecf4" ], "x-ms-correlation-request-id": [ - "fc50ef03-c3be-48c3-9c62-b939c4f505ce" + "64884a07-529f-4a26-b698-e8783815ecf4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210321Z:fc50ef03-c3be-48c3-9c62-b939c4f505ce" + "FRANCECENTRAL:20211202T183325Z:64884a07-529f-4a26-b698-e8783815ecf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4821,29 +2132,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:03:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4851,11 +2159,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:33:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4864,13 +2175,13 @@ "11998" ], "x-ms-request-id": [ - "a8fbc537-c957-477c-bff2-ca10b47e3cd9" + "1e682b90-3c92-40bc-af08-88e655b9323f" ], "x-ms-correlation-request-id": [ - "a8fbc537-c957-477c-bff2-ca10b47e3cd9" + "1e682b90-3c92-40bc-af08-88e655b9323f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210336Z:a8fbc537-c957-477c-bff2-ca10b47e3cd9" + "FRANCECENTRAL:20211202T183340Z:1e682b90-3c92-40bc-af08-88e655b9323f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4878,29 +2189,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:03:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4908,11 +2216,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:33:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4921,13 +2232,13 @@ "11997" ], "x-ms-request-id": [ - "13120752-e847-4f3c-b919-5b50debbcf7b" + "a2946338-ae81-4360-82ce-f1a72c0c3a23" ], "x-ms-correlation-request-id": [ - "13120752-e847-4f3c-b919-5b50debbcf7b" + "a2946338-ae81-4360-82ce-f1a72c0c3a23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210351Z:13120752-e847-4f3c-b919-5b50debbcf7b" + "FRANCECENTRAL:20211202T183356Z:a2946338-ae81-4360-82ce-f1a72c0c3a23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4935,29 +2246,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:03:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4965,11 +2273,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:34:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4978,13 +2289,13 @@ "11996" ], "x-ms-request-id": [ - "f543d618-a4c5-4167-8a32-9c6c3f312283" + "6de74b96-4847-4f3e-bdc0-19ff3b1cad8b" ], "x-ms-correlation-request-id": [ - "f543d618-a4c5-4167-8a32-9c6c3f312283" + "6de74b96-4847-4f3e-bdc0-19ff3b1cad8b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210406Z:f543d618-a4c5-4167-8a32-9c6c3f312283" + "FRANCECENTRAL:20211202T183411Z:6de74b96-4847-4f3e-bdc0-19ff3b1cad8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4992,29 +2303,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:04:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5022,11 +2330,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:34:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5035,13 +2346,13 @@ "11995" ], "x-ms-request-id": [ - "fa6bdf92-65ce-4127-a435-2ee4d35c5df6" + "e096e3ac-cfe0-45ee-a51f-58433eb36c0c" ], "x-ms-correlation-request-id": [ - "fa6bdf92-65ce-4127-a435-2ee4d35c5df6" + "e096e3ac-cfe0-45ee-a51f-58433eb36c0c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210421Z:fa6bdf92-65ce-4127-a435-2ee4d35c5df6" + "FRANCECENTRAL:20211202T183426Z:e096e3ac-cfe0-45ee-a51f-58433eb36c0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5049,29 +2360,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:04:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5079,11 +2387,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:34:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5092,13 +2403,13 @@ "11994" ], "x-ms-request-id": [ - "2f2f50ba-eb25-4efd-913b-bab8f45f56a2" + "605274f9-4bc6-4fa1-8b78-6b69666225d5" ], "x-ms-correlation-request-id": [ - "2f2f50ba-eb25-4efd-913b-bab8f45f56a2" + "605274f9-4bc6-4fa1-8b78-6b69666225d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210436Z:2f2f50ba-eb25-4efd-913b-bab8f45f56a2" + "FRANCECENTRAL:20211202T183441Z:605274f9-4bc6-4fa1-8b78-6b69666225d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5106,29 +2417,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:04:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5136,11 +2444,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:34:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5149,13 +2460,13 @@ "11993" ], "x-ms-request-id": [ - "f363147b-91ba-46c2-beff-570dc91f8489" + "3ba811e8-685d-4d6d-babf-978f4dfa5e60" ], "x-ms-correlation-request-id": [ - "f363147b-91ba-46c2-beff-570dc91f8489" + "3ba811e8-685d-4d6d-babf-978f4dfa5e60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210451Z:f363147b-91ba-46c2-beff-570dc91f8489" + "FRANCECENTRAL:20211202T183457Z:3ba811e8-685d-4d6d-babf-978f4dfa5e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5163,29 +2474,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:04:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5193,11 +2501,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:35:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5206,13 +2517,13 @@ "11992" ], "x-ms-request-id": [ - "b112bac8-2405-4d84-a7e1-00b1cc19d3ab" + "c9f73f2c-7d09-42e0-8f04-7835d2c39c42" ], "x-ms-correlation-request-id": [ - "b112bac8-2405-4d84-a7e1-00b1cc19d3ab" + "c9f73f2c-7d09-42e0-8f04-7835d2c39c42" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210506Z:b112bac8-2405-4d84-a7e1-00b1cc19d3ab" + "FRANCECENTRAL:20211202T183512Z:c9f73f2c-7d09-42e0-8f04-7835d2c39c42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5220,29 +2531,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:05:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5250,11 +2558,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:35:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5263,13 +2574,13 @@ "11991" ], "x-ms-request-id": [ - "1b016a67-23b4-4be4-9b26-a68aee803898" + "e93de378-90cf-428a-966b-30cad429fdbc" ], "x-ms-correlation-request-id": [ - "1b016a67-23b4-4be4-9b26-a68aee803898" + "e93de378-90cf-428a-966b-30cad429fdbc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210521Z:1b016a67-23b4-4be4-9b26-a68aee803898" + "FRANCECENTRAL:20211202T183527Z:e93de378-90cf-428a-966b-30cad429fdbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5277,29 +2588,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:05:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5307,11 +2615,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:35:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5320,13 +2631,13 @@ "11990" ], "x-ms-request-id": [ - "a3ef1089-d311-4c9e-835e-6ed9cb4817c5" + "0eed3f25-8b68-4900-9abe-7a5671f6b4ce" ], "x-ms-correlation-request-id": [ - "a3ef1089-d311-4c9e-835e-6ed9cb4817c5" + "0eed3f25-8b68-4900-9abe-7a5671f6b4ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210536Z:a3ef1089-d311-4c9e-835e-6ed9cb4817c5" + "FRANCECENTRAL:20211202T183542Z:0eed3f25-8b68-4900-9abe-7a5671f6b4ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5334,29 +2645,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:05:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5364,11 +2672,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:35:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5377,13 +2688,13 @@ "11989" ], "x-ms-request-id": [ - "1ed63a1a-d535-473b-9ee6-405161ccba40" + "e2517b49-ad0e-4f64-8029-a9e2e59881ba" ], "x-ms-correlation-request-id": [ - "1ed63a1a-d535-473b-9ee6-405161ccba40" + "e2517b49-ad0e-4f64-8029-a9e2e59881ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210551Z:1ed63a1a-d535-473b-9ee6-405161ccba40" + "FRANCECENTRAL:20211202T183557Z:e2517b49-ad0e-4f64-8029-a9e2e59881ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5391,29 +2702,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:05:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5421,11 +2729,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:36:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5434,13 +2745,13 @@ "11988" ], "x-ms-request-id": [ - "6b0007f3-bc7e-4f9d-b906-a2e8441086c0" + "9e5c6925-8b55-4781-9b0b-396db3286660" ], "x-ms-correlation-request-id": [ - "6b0007f3-bc7e-4f9d-b906-a2e8441086c0" + "9e5c6925-8b55-4781-9b0b-396db3286660" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210606Z:6b0007f3-bc7e-4f9d-b906-a2e8441086c0" + "FRANCECENTRAL:20211202T183613Z:9e5c6925-8b55-4781-9b0b-396db3286660" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5448,29 +2759,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5478,11 +2786,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:36:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5491,13 +2802,13 @@ "11987" ], "x-ms-request-id": [ - "b0ce5353-4cb2-4c39-8764-bd6444433eb6" + "b5ab383d-5285-41be-b5f1-233e9fc562e7" ], "x-ms-correlation-request-id": [ - "b0ce5353-4cb2-4c39-8764-bd6444433eb6" + "b5ab383d-5285-41be-b5f1-233e9fc562e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210621Z:b0ce5353-4cb2-4c39-8764-bd6444433eb6" + "FRANCECENTRAL:20211202T183628Z:b5ab383d-5285-41be-b5f1-233e9fc562e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5505,29 +2816,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5535,11 +2843,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:36:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -5548,13 +2859,13 @@ "11986" ], "x-ms-request-id": [ - "56238961-7b1a-48e3-abaf-f16330c75db4" + "6608f9df-c44c-494c-8f36-07a042fb3530" ], "x-ms-correlation-request-id": [ - "56238961-7b1a-48e3-abaf-f16330c75db4" + "6608f9df-c44c-494c-8f36-07a042fb3530" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210636Z:56238961-7b1a-48e3-abaf-f16330c75db4" + "FRANCECENTRAL:20211202T183643Z:6608f9df-c44c-494c-8f36-07a042fb3530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5562,29 +2873,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5592,20 +2900,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:36:58 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-request-id": [ - "3925d779-f16e-472b-9cd1-a44ef4c20054" + "4725ea15-894b-41ed-bc70-421b8b740cd9" ], "x-ms-correlation-request-id": [ - "3925d779-f16e-472b-9cd1-a44ef4c20054" + "4725ea15-894b-41ed-bc70-421b8b740cd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210651Z:3925d779-f16e-472b-9cd1-a44ef4c20054" + "FRANCECENTRAL:20211202T183658Z:4725ea15-894b-41ed-bc70-421b8b740cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5613,29 +2930,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5643,6 +2957,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 02 Dec 2021 18:37:13 GMT" + ], "Pragma": [ "no-cache" ], @@ -5650,13 +2967,13 @@ "11984" ], "x-ms-request-id": [ - "d0b943a1-30be-48aa-950d-15c5525d448b" + "f8813c05-1b1d-4faa-bbd4-950314bb4c70" ], "x-ms-correlation-request-id": [ - "d0b943a1-30be-48aa-950d-15c5525d448b" + "f8813c05-1b1d-4faa-bbd4-950314bb4c70" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T210651Z:d0b943a1-30be-48aa-950d-15c5525d448b" + "FRANCECENTRAL:20211202T183714Z:f8813c05-1b1d-4faa-bbd4-950314bb4c70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5664,14 +2981,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:06:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzUxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TnpVeExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 02 Dec 2021 18:37:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "38504cc2-0add-47bf-83c1-e2d71bc77967" + ], + "x-ms-correlation-request-id": [ + "38504cc2-0add-47bf-83c1-e2d71bc77967" + ], + "x-ms-routing-request-id": [ + "FRANCECENTRAL:20211202T183714Z:38504cc2-0add-47bf-83c1-e2d71bc77967" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -5680,34 +3045,34 @@ ], "Names": { "TestVMScaleSetExtensionUpgradeAPIs": [ - "crptestar99", - "vmss2947", - "crptestar8249" + "crptestar2751", + "vmss4046", + "crptestar2842" ], "CreatePublicIP": [ - "pip4069", - "dn6942" + "pip5959", + "dn75" ], "CreateVNET": [ - "vn2880", - "sn145" + "vn7321", + "sn5404" ], "CreateNIC": [ - "nic3126", - "ip9968" + "nic3572", + "ip2150" ], "CreatePublicLoadBalancerWithProbe": [ - "lb7437", - "feip9788", - "beap5212", - "lbr693", - "lbp3704" + "lb7732", + "feip7284", + "beap8541", + "lbr5696", + "lbp3798" ], "CreateDefaultVMScaleSetInput": [ - "crptestar52", - "vmss5819", - "vmsstestnetconfig7942", - "vmsstestnetconfig1329" + "crptestar1194", + "vmss9645", + "vmsstestnetconfig776", + "vmsstestnetconfig1327" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgrade.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgrade.json index 77716ec622c89..6b3f599022076 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgrade.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgrade.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92855e46-c5e2-4b96-bfc6-e1d5dedd1916" + "f07421f2-d600-4833-965e-06a3f21aec94" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -36,27 +43,20 @@ "4b8fed99-582f-4b07-8383-e5f0e4544f2c_132671172172448883" ], "x-ms-request-id": [ - "d4dc15f3-6327-480d-ac67-faa44bc879a3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d773bb39-df64-467e-a8cf-9e59bcd2a173" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f485cebe-6505-484c-868b-57b3a444bd62" + "98760e41-3837-42f3-b903-c853eca97d52" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200012Z:f485cebe-6505-484c-868b-57b3a444bd62" + "EASTUS2:20211129T184120Z:98760e41-3837-42f3-b903-c853eca97d52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:12 GMT" - ], "Content-Length": [ "323" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8136?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgxMzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5464?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU0NjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar8136\": \"2021-06-28 20:00:12Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar5464\": \"2021-11-29 18:41:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "495da0d9-6731-4ce5-8458-5170015f4ec0" + "3aa614dc-d7e4-45ff-86e8-c881ca01a91f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:20 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "1189f40b-d283-42d5-9bc6-a583b620a7bf" + "ee85b7c6-ebeb-4c87-937c-055ec7bfa52d" ], "x-ms-correlation-request-id": [ - "1189f40b-d283-42d5-9bc6-a583b620a7bf" + "ee85b7c6-ebeb-4c87-937c-055ec7bfa52d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200013Z:1189f40b-d283-42d5-9bc6-a583b620a7bf" + "EASTUS2:20211129T184121Z:ee85b7c6-ebeb-4c87-937c-055ec7bfa52d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:12 GMT" - ], "Content-Length": [ "235" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136\",\r\n \"name\": \"crptestar8136\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar8136\": \"2021-06-28 20:00:12Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464\",\r\n \"name\": \"crptestar5464\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar5464\": \"2021-11-29 18:41:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8136?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgxMzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5464?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU0NjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "659b4b06-03f4-47ca-8d8b-928f9a666d25" + "bff27be8-c15c-4bc4-9393-644420c4f94a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:51 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "d5e9b3f4-60ac-48a9-84fb-b2a53409e3ae" + "c61bf2ac-f9bf-4a52-8cee-dc3ba2ca1122" ], "x-ms-correlation-request-id": [ - "d5e9b3f4-60ac-48a9-84fb-b2a53409e3ae" + "c61bf2ac-f9bf-4a52-8cee-dc3ba2ca1122" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200046Z:d5e9b3f4-60ac-48a9-84fb-b2a53409e3ae" + "EASTUS2:20211129T184152Z:c61bf2ac-f9bf-4a52-8cee-dc3ba2ca1122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:45 GMT" - ], "Content-Length": [ "187" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136\",\r\n \"name\": \"crptestar8136\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464\",\r\n \"name\": \"crptestar5464\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Storage/storageAccounts/crptestar1483?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNDgzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Storage/storageAccounts/crptestar6888?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2ODg4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2087479-baeb-46cd-b6c1-e99d077b6d6c" + "a16019de-840c-4bea-93d0-4fa1914154ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/17dd6959-be68-4ec9-85ef-38709a621a45?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/692da2e4-5dd7-4e5b-b598-fb6fc7c36fe6?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "17dd6959-be68-4ec9-85ef-38709a621a45" + "692da2e4-5dd7-4e5b-b598-fb6fc7c36fe6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "afa39de6-970d-4576-a59d-429e8483e3a5" + "fdf9c78a-b565-40d2-96b9-43622d797df9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200018Z:afa39de6-970d-4576-a59d-429e8483e3a5" + "EASTUS2:20211129T184124Z:fdf9c78a-b565-40d2-96b9-43622d797df9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:17 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/17dd6959-be68-4ec9-85ef-38709a621a45?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvYXN5bmNvcGVyYXRpb25zLzE3ZGQ2OTU5LWJlNjgtNGVjOS04NWVmLTM4NzA5YTYyMWE0NT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/692da2e4-5dd7-4e5b-b598-fb6fc7c36fe6?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvYXN5bmNvcGVyYXRpb25zLzY5MmRhMmU0LTVkZDctNGU1Yi1iNTk4LWZiNmZjN2MzNmZlNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2112058d-8e39-4f01-96bf-2de1f429dafe" + "d03cf339-8a42-450f-a6f2-ca3705159800" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "21ca1aad-4a47-47c2-8980-8df60fe11b44" + "e60e0c53-1e8c-4351-a432-cd5cbce20d2f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200035Z:21ca1aad-4a47-47c2-8980-8df60fe11b44" + "EASTUS2:20211129T184141Z:e60e0c53-1e8c-4351-a432-cd5cbce20d2f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:35 GMT" - ], "Content-Length": [ "96" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46ca5bf9-b0f7-42c0-990e-ed8af8fe5934" + "d76e956b-977d-4083-b310-bde01d9d465e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f1822e41-4237-4810-870e-5ace1ce638b9" + "d0bb9f5e-2d41-44ca-aaac-d5ddd108eeb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "0e7c632c-b35c-43b9-8d9c-32ee8b8ec241" + "e0126fec-7596-4d8a-976d-5efa84ef1854" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200045Z:0e7c632c-b35c-43b9-8d9c-32ee8b8ec241" + "EASTUS2:20211129T184151Z:e0126fec-7596-4d8a-976d-5efa84ef1854" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:45 GMT" - ], "Content-Length": [ "760" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Storage/storageAccounts/crptestar1483\",\r\n \"name\": \"crptestar1483\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T20:00:15.2269283Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1483.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1483.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1483.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1483.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Storage/storageAccounts/crptestar6888\",\r\n \"name\": \"crptestar6888\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-29T18:41:22.7288211Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6888.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6888.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6888.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6888.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Storage/storageAccounts/crptestar1483?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNDgzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Storage/storageAccounts/crptestar6888?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2ODg4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a570e92f-e6ef-45f4-bcec-d9bd3628d2be" + "7f159774-0944-41e0-bd0a-bed3d8c8c137" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b96409c0-4845-46de-bdba-43e336f3f30b" + "a1a6ac23-08cd-4158-962d-e643665e93fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "0f0c5d30-09e4-420b-8f3a-58732f71cf5d" + "52a1a48e-2f77-409d-9c55-c260cad76378" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200045Z:0f0c5d30-09e4-420b-8f3a-58732f71cf5d" + "EASTUS2:20211129T184151Z:52a1a48e-2f77-409d-9c55-c260cad76378" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:45 GMT" - ], "Content-Length": [ "748" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Storage/storageAccounts/crptestar1483\",\r\n \"name\": \"crptestar1483\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T20:00:15.2269283Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1483.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1483.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1483.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1483.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Storage/storageAccounts/crptestar6888\",\r\n \"name\": \"crptestar6888\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-29T18:41:22.7288211Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6888.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6888.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6888.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6888.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5670a6e9-8d00-47e8-8647-c3c99c87f52a" + "62de3a1b-91ab-4efc-aa3d-563438f9ae66" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:51 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "762405d0-80f2-4361-b968-709e37566602" + "24b96f76-67ce-4733-bbca-d77b67f4a6db" ], "x-ms-correlation-request-id": [ - "762405d0-80f2-4361-b968-709e37566602" + "24b96f76-67ce-4733-bbca-d77b67f4a6db" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200045Z:762405d0-80f2-4361-b968-709e37566602" + "EASTUS2:20211129T184152Z:24b96f76-67ce-4733-bbca-d77b67f4a6db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:44 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIxMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1569\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9706\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bca47324-6f34-44dd-ab97-d5c5149c3839" + "f2931c65-2725-4abf-a97d-ad5f9ad4b9a7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,48 +543,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:53 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ee9c291d-67a0-4b63-94cf-2253ac8a0f05" + "8d6b2fc7-72b7-475e-95f2-698be3522961" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/ee9c291d-67a0-4b63-94cf-2253ac8a0f05?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/8d6b2fc7-72b7-475e-95f2-698be3522961?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1afbd34f-b67a-4a0d-a735-5f228a4fc3b6" + "13e54f94-835c-4583-ab3d-7f91ed43ef10" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3ceaaa4f-5d27-476e-878f-625eebdaa219" + "00befde6-7eb2-4a86-b52c-081ba24b4ff6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200048Z:1afbd34f-b67a-4a0d-a735-5f228a4fc3b6" + "EASTUS2:20211129T184154Z:13e54f94-835c-4583-ab3d-7f91ed43ef10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:47 GMT" - ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100\",\r\n \"etag\": \"W/\\\"be5a017f-deb5-4918-9503-51a9398a5c69\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e973521d-6e1f-459e-b6f1-39799f7b2d34\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1569\",\r\n \"fqdn\": \"dn1569.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip592\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592\",\r\n \"etag\": \"W/\\\"6783b408-ac08-4101-9c32-4f8f9f5c3e91\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4119b1da-7794-4b44-958a-5311d288efa6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9706\",\r\n \"fqdn\": \"dn9706.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/ee9c291d-67a0-4b63-94cf-2253ac8a0f05?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lZTljMjkxZC02N2EwLTRiNjMtOTRjZi0yMjUzYWM4YTBmMDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/8d6b2fc7-72b7-475e-95f2-698be3522961?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84ZDZiMmZjNy03MmI3LTQ3NWUtOTVmMi02OThiZTM1MjI5NjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "26ad8fc3-c865-460d-a964-babb329c18ac" + "f74abfba-fa10-4167-a537-db61808c1957" ], "x-ms-correlation-request-id": [ - "338022b9-c04e-4d79-9679-1a19161b3da9" + "0db4d645-af57-4e2d-908b-143eb18f6af0" ], "x-ms-arm-service-request-id": [ - "28b6fd34-f20f-46bc-87ab-e32b28032664" + "797a653b-16d2-49da-aab5-024781c229c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11985" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200049Z:338022b9-c04e-4d79-9679-1a19161b3da9" + "EASTUS2:20211129T184155Z:0db4d645-af57-4e2d-908b-143eb18f6af0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:48 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIxMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"85da996e-09f8-4705-af4c-a39f3475e52e\"" + "W/\"e2db647a-aaa3-4e02-9993-b86577630b14\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8ff8f5e0-0ac6-4132-8323-0232b31ad901" + "32b31cc6-5539-42ef-9208-116a19d1c928" ], "x-ms-correlation-request-id": [ - "b018cfb8-e0d8-4baa-a62e-ff8e660250d9" + "c2fea7fa-6edb-471c-8f85-ced2bf6ed4ef" ], "x-ms-arm-service-request-id": [ - "c23d6fe8-64a2-410c-8b8e-d84bba4103ba" + "57c2b45d-4309-4f79-ad00-3314805a74db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11984" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200049Z:b018cfb8-e0d8-4baa-a62e-ff8e660250d9" + "EASTUS2:20211129T184155Z:c2fea7fa-6edb-471c-8f85-ced2bf6ed4ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:48 GMT" - ], "Content-Length": [ - "772" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100\",\r\n \"etag\": \"W/\\\"85da996e-09f8-4705-af4c-a39f3475e52e\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e973521d-6e1f-459e-b6f1-39799f7b2d34\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1569\",\r\n \"fqdn\": \"dn1569.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip592\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592\",\r\n \"etag\": \"W/\\\"e2db647a-aaa3-4e02-9993-b86577630b14\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4119b1da-7794-4b44-958a-5311d288efa6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9706\",\r\n \"fqdn\": \"dn9706.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIxMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75ab83c9-c087-4b6f-b4a4-b34a165ac180" + "7d4759f3-09ec-43d7-9bd9-c611ed51b925" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"85da996e-09f8-4705-af4c-a39f3475e52e\"" + "W/\"e2db647a-aaa3-4e02-9993-b86577630b14\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "abdb70c9-0e9b-4c04-ad92-0db081b8798a" + "04ca416c-ff3c-4e79-8b32-2fa286d83b6f" ], "x-ms-correlation-request-id": [ - "3f37455f-94aa-4ca8-a743-1c5e28dfce65" + "743c5877-df4d-41a7-a310-b2037e223870" ], "x-ms-arm-service-request-id": [ - "27a03e6d-19e4-4158-b5ae-4c6a07283cc5" + "b158563d-3313-40a4-81dd-b2fc9face4e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11983" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200049Z:3f37455f-94aa-4ca8-a743-1c5e28dfce65" + "EASTUS2:20211129T184155Z:743c5877-df4d-41a7-a310-b2037e223870" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:48 GMT" - ], "Content-Length": [ - "772" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100\",\r\n \"etag\": \"W/\\\"85da996e-09f8-4705-af4c-a39f3475e52e\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e973521d-6e1f-459e-b6f1-39799f7b2d34\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1569\",\r\n \"fqdn\": \"dn1569.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip592\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592\",\r\n \"etag\": \"W/\\\"e2db647a-aaa3-4e02-9993-b86577630b14\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4119b1da-7794-4b44-958a-5311d288efa6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9706\",\r\n \"fqdn\": \"dn9706.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3075\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5883\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ba48b20c-d408-47cb-ac46-bd642c17db2d" + "3c7fb1ef-a20f-4886-915b-ad242db1c23c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,48 +820,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "15285c69-aa06-4a38-8c5a-7c2d87a5d6ba" + "cfd4be3b-f159-4cb2-824d-da0c5248fee3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/15285c69-aa06-4a38-8c5a-7c2d87a5d6ba?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/cfd4be3b-f159-4cb2-824d-da0c5248fee3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a51412a4-4041-4e2f-a165-3d5034022ca3" + "dd1217af-88cd-4493-a977-2abffaadeff1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a80d653d-5128-4924-adb9-bf28654196db" + "431b16b6-76e4-48af-983c-3c02e9ac42f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200050Z:a51412a4-4041-4e2f-a165-3d5034022ca3" + "EASTUS2:20211129T184156Z:dd1217af-88cd-4493-a977-2abffaadeff1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:50 GMT" - ], "Content-Length": [ - "1316" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn51\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51\",\r\n \"etag\": \"W/\\\"50ac6c9b-3d87-4b93-90b7-9d7572bbff67\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4617bc69-439d-4053-a5c8-031866194453\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3075\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\",\r\n \"etag\": \"W/\\\"50ac6c9b-3d87-4b93-90b7-9d7572bbff67\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn462\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462\",\r\n \"etag\": \"W/\\\"d662ec5e-ff34-4c2c-9399-d8d97abdcf0b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f67c4e8e-6b37-4a40-a3ac-3ba77300dff6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5883\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\",\r\n \"etag\": \"W/\\\"d662ec5e-ff34-4c2c-9399-d8d97abdcf0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/15285c69-aa06-4a38-8c5a-7c2d87a5d6ba?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xNTI4NWM2OS1hYTA2LTRhMzgtOGM1YS03YzJkODdhNWQ2YmE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/cfd4be3b-f159-4cb2-824d-da0c5248fee3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9jZmQ0YmUzYi1mMTU5LTRjYjItODI0ZC1kYTBjNTI0OGZlZTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ebc9b4ae-cbba-4dc2-9ca5-782ea804efbb" + "bde40275-4491-460e-bcb9-347167ae1fbe" ], "x-ms-correlation-request-id": [ - "2a55d2c8-f6e6-422f-b621-a76d536acd46" + "3da3a02a-87f9-46fe-a5eb-a95709e2c364" ], "x-ms-arm-service-request-id": [ - "f3752954-5fa4-4bf0-b2d9-474ffcbd39bb" + "1d4524eb-a061-458b-a6ef-890b70e9e887" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11982" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200054Z:2a55d2c8-f6e6-422f-b621-a76d536acd46" + "EASTUS2:20211129T184159Z:3da3a02a-87f9-46fe-a5eb-a95709e2c364" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:53 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ2Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b72614a6-3a5d-4073-88c3-69ea7555df5d\"" + "W/\"32faf2eb-65d0-44b3-9bea-30c303ec2506\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e27d9707-a78c-4b25-be3c-40f2917e36c3" + "d96932b3-f9ea-4bf9-b6fa-629bd606cc53" ], "x-ms-correlation-request-id": [ - "eb67143d-237e-456f-be15-bed9b6dacb0b" + "ef1ade34-8288-46f9-8deb-2d300a23e5db" ], "x-ms-arm-service-request-id": [ - "c06d49ec-5533-4751-bcdd-20626d3ccdf9" + "5d17223d-3444-4936-8077-1d5092c7914b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11981" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200054Z:eb67143d-237e-456f-be15-bed9b6dacb0b" + "EASTUS2:20211129T184159Z:ef1ade34-8288-46f9-8deb-2d300a23e5db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:53 GMT" - ], "Content-Length": [ - "1318" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn51\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51\",\r\n \"etag\": \"W/\\\"b72614a6-3a5d-4073-88c3-69ea7555df5d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4617bc69-439d-4053-a5c8-031866194453\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3075\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\",\r\n \"etag\": \"W/\\\"b72614a6-3a5d-4073-88c3-69ea7555df5d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn462\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462\",\r\n \"etag\": \"W/\\\"32faf2eb-65d0-44b3-9bea-30c303ec2506\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f67c4e8e-6b37-4a40-a3ac-3ba77300dff6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5883\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\",\r\n \"etag\": \"W/\\\"32faf2eb-65d0-44b3-9bea-30c303ec2506\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxL3N1Ym5ldHMvc24zMDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ2Mi9zdWJuZXRzL3NuNTg4Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d3f5468-487e-455a-a967-272036a9de84" + "15cb0b43-68ff-4046-9eed-a03cd13b47da" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:41:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b72614a6-3a5d-4073-88c3-69ea7555df5d\"" + "W/\"32faf2eb-65d0-44b3-9bea-30c303ec2506\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5cf81df9-042b-44ae-beae-2a49dffd2638" + "91ddc2c6-9237-4c91-883f-7169dacb44a8" ], "x-ms-correlation-request-id": [ - "1e9fe63a-4960-4c1d-b540-33bbadc619e6" + "6cad185b-d8e4-4092-9e10-dc40e808c965" ], "x-ms-arm-service-request-id": [ - "c7b6da60-2de3-45f3-b11a-414760a2cecf" + "78e13c75-cdb3-44bb-93e2-2d69a553a767" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11980" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200054Z:1e9fe63a-4960-4c1d-b540-33bbadc619e6" + "EASTUS2:20211129T184159Z:6cad185b-d8e4-4092-9e10-dc40e808c965" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:53 GMT" - ], "Content-Length": [ - "521" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3075\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\",\r\n \"etag\": \"W/\\\"b72614a6-3a5d-4073-88c3-69ea7555df5d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5883\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\",\r\n \"etag\": \"W/\\\"32faf2eb-65d0-44b3-9bea-30c303ec2506\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3075\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n }\r\n },\r\n \"name\": \"ip4250\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5883\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n }\r\n },\r\n \"name\": \"ip7790\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "29d8d4ac-d2af-449a-9220-d390f8814145" + "9673a878-cea5-40dd-8b5e-501907f28141" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:42:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2c66ba1a-20e8-415a-9f26-060e8791bf10" + "bcd0e773-e9e3-4378-81a8-62a60c8fb1ee" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/2c66ba1a-20e8-415a-9f26-060e8791bf10?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/bcd0e773-e9e3-4378-81a8-62a60c8fb1ee?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3a61372f-f19e-422d-9243-3f21313ce820" + "986c3474-e585-4b54-b2c1-2baaaa8d5ffc" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2f510716-df87-4e0c-8c6e-8ef2237a769e" + "b827402b-5ad5-4078-9e80-198151ab1bc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200055Z:3a61372f-f19e-422d-9243-3f21313ce820" + "EASTUS2:20211129T184200Z:986c3474-e585-4b54-b2c1-2baaaa8d5ffc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:54 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5297\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297\",\r\n \"etag\": \"W/\\\"7cea24dd-4771-41d8-be47-413b31a2dc3f\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dda4eeb9-3ef2-47c8-9543-7054f12b91ba\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297/ipConfigurations/ip4250\",\r\n \"etag\": \"W/\\\"7cea24dd-4771-41d8-be47-413b31a2dc3f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\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\": \"ng4boru3injubjoiammgmgkekd.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5120\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120\",\r\n \"etag\": \"W/\\\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f186744d-b4cb-45ec-80f2-dc474481676b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120/ipConfigurations/ip7790\",\r\n \"etag\": \"W/\\\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\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\": \"rzhhz3rxnnaevi3mhotxgag54g.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:42:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7cea24dd-4771-41d8-be47-413b31a2dc3f\"" + "W/\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ff0cb0ad-501e-4c10-b3b3-9aafc20acfcc" + "3d8e0ab4-0535-42cd-99b6-2a989993b753" ], "x-ms-correlation-request-id": [ - "467cedd8-3ee0-46ee-ad2c-dbd5916e6794" + "e20f0f27-de9b-4f0f-aa2c-be809584c448" ], "x-ms-arm-service-request-id": [ - "6b5a4c21-7f5a-4609-bb83-aa089a3744c5" + "a3b5f0e0-4e80-4af7-8faa-28959ffe5b4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11979" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200055Z:467cedd8-3ee0-46ee-ad2c-dbd5916e6794" + "EASTUS2:20211129T184200Z:e20f0f27-de9b-4f0f-aa2c-be809584c448" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:54 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5297\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297\",\r\n \"etag\": \"W/\\\"7cea24dd-4771-41d8-be47-413b31a2dc3f\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dda4eeb9-3ef2-47c8-9543-7054f12b91ba\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297/ipConfigurations/ip4250\",\r\n \"etag\": \"W/\\\"7cea24dd-4771-41d8-be47-413b31a2dc3f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\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\": \"ng4boru3injubjoiammgmgkekd.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5120\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120\",\r\n \"etag\": \"W/\\\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f186744d-b4cb-45ec-80f2-dc474481676b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120/ipConfigurations/ip7790\",\r\n \"etag\": \"W/\\\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\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\": \"rzhhz3rxnnaevi3mhotxgag54g.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f307414-601c-4aa6-ba7e-e19979ab1da4" + "e11191b1-102e-43e1-9d05-da877102dab6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:42:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7cea24dd-4771-41d8-be47-413b31a2dc3f\"" + "W/\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1e3315f2-20e2-4f9c-95ec-8b7d974c14b9" + "0c18e9f8-0dc4-4fe3-9dd0-1680fd1c024f" ], "x-ms-correlation-request-id": [ - "1d631271-1ac4-4e16-89b6-eb8a93194bdb" + "59efa3c5-5ccf-472d-bc0e-d2df8809c2f2" ], "x-ms-arm-service-request-id": [ - "e255d6ed-f7a3-446d-8295-21911f9227d5" + "66a77424-c3d4-4612-a8c2-235fbde7be54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11978" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200055Z:1d631271-1ac4-4e16-89b6-eb8a93194bdb" + "EASTUS2:20211129T184200Z:59efa3c5-5ccf-472d-bc0e-d2df8809c2f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:54 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,77 +1278,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5297\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297\",\r\n \"etag\": \"W/\\\"7cea24dd-4771-41d8-be47-413b31a2dc3f\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dda4eeb9-3ef2-47c8-9543-7054f12b91ba\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4250\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/networkInterfaces/nic5297/ipConfigurations/ip4250\",\r\n \"etag\": \"W/\\\"7cea24dd-4771-41d8-be47-413b31a2dc3f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\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\": \"ng4boru3injubjoiammgmgkekd.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5120\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120\",\r\n \"etag\": \"W/\\\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f186744d-b4cb-45ec-80f2-dc474481676b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/networkInterfaces/nic5120/ipConfigurations/ip7790\",\r\n \"etag\": \"W/\\\"76bec077-e06d-49b0-bcc6-b21c6e61b7e1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\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\": \"rzhhz3rxnnaevi3mhotxgag54g.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3ODg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI0NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1569\",\r\n \"fqdn\": \"dn1569.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip4011\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5442\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/frontendIPConfigurations/feip4011\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr5549\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp5709\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9706\",\r\n \"fqdn\": \"dn9706.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip7757\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9764\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/frontendIPConfigurations/feip7757\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr8195\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp122\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "802e63ee-051e-4816-827f-c2ee5d0e9a9b" + "e50f6792-8ca2-438c-bd25-928b295cb51b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2259" + "2253" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:42:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7cad87eb-493b-4a14-8421-be7c8b884949" + "e88449d3-5622-443c-8beb-5539cd01fe89" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/7cad87eb-493b-4a14-8421-be7c8b884949?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/e88449d3-5622-443c-8beb-5539cd01fe89?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d3afc5d9-f844-42a3-b6bb-06cb26a6133c" + "0b9a188e-7746-4482-a68b-e2916ed22aff" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "07a216a4-3658-491d-957b-55a3a39a1b3e" + "1e535b81-7ab3-473c-82b9-59a7279b7304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200056Z:d3afc5d9-f844-42a3-b6bb-06cb26a6133c" + "EASTUS2:20211129T184201Z:0b9a188e-7746-4482-a68b-e2916ed22aff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:55 GMT" - ], "Content-Length": [ - "4565" + "4549" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1357,19 +1357,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb7888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a20936fb-e710-4ae6-b978-e2ff9403e50e\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4011\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/frontendIPConfigurations/feip4011\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/frontendIPConfigurations/feip4011\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp5709\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb455\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2dd997b-09ac-4291-8643-50b76e0a4ad7\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/frontendIPConfigurations/feip7757\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/frontendIPConfigurations/feip7757\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3ODg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI0NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1377,42 +1377,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:42:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5995f5cc-5cff-423d-9873-e83681ecf68a\"" + "W/\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "31597c69-f17f-4dab-80ad-fa0f4a22915c" + "a94763ca-9b17-4975-8b14-da4e697ebae4" ], "x-ms-correlation-request-id": [ - "334a38d9-529e-4f20-9100-0925b6612be0" + "7b3da2a0-da66-46e2-875b-7c98b752da4a" ], "x-ms-arm-service-request-id": [ - "2d9577a1-3c00-4a05-a1cf-e08231939c5b" + "bba744a0-9e9c-4acb-9eeb-f40cb981391c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11977" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200056Z:334a38d9-529e-4f20-9100-0925b6612be0" + "EASTUS2:20211129T184202Z:7b3da2a0-da66-46e2-875b-7c98b752da4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:55 GMT" - ], "Content-Length": [ - "4565" + "4549" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1421,25 +1421,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb7888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a20936fb-e710-4ae6-b978-e2ff9403e50e\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4011\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/frontendIPConfigurations/feip4011\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/frontendIPConfigurations/feip4011\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp5709\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb455\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2dd997b-09ac-4291-8643-50b76e0a4ad7\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/frontendIPConfigurations/feip7757\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/frontendIPConfigurations/feip7757\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3ODg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI0NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d92fb5a2-71a7-4486-ba03-7579ab7e6bee" + "b9bea0af-c4b6-4e52-9b41-663ffa28ebd1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1447,42 +1447,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:42:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5995f5cc-5cff-423d-9873-e83681ecf68a\"" + "W/\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8409d5ca-e84d-46ba-93a7-12f5678f5887" + "4c23917a-e874-4f6d-961b-5034ac8f2dc1" ], "x-ms-correlation-request-id": [ - "a18327f5-1f28-4e44-ae4b-d8ff7a570a86" + "4218c0d7-9a44-43d3-b2f2-d9e4a028e161" ], "x-ms-arm-service-request-id": [ - "8b7d29a7-ba5c-46bd-a8af-5a1a3cd487bf" + "a01fda60-1591-47bc-9aa5-2aedbdb042e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11976" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200056Z:a18327f5-1f28-4e44-ae4b-d8ff7a570a86" + "EASTUS2:20211129T184202Z:4218c0d7-9a44-43d3-b2f2-d9e4a028e161" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:55 GMT" - ], "Content-Length": [ - "4565" + "4549" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,46 +1491,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb7888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a20936fb-e710-4ae6-b978-e2ff9403e50e\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4011\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/frontendIPConfigurations/feip4011\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/publicIPAddresses/pip2100\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/frontendIPConfigurations/feip4011\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp5709\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\",\r\n \"etag\": \"W/\\\"5995f5cc-5cff-423d-9873-e83681ecf68a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/loadBalancingRules/lbr5549\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb455\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2dd997b-09ac-4291-8643-50b76e0a4ad7\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/frontendIPConfigurations/feip7757\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/publicIPAddresses/pip592\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/frontendIPConfigurations/feip7757\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\",\r\n \"etag\": \"W/\\\"8cca5cc2-0d8e-4ba5-977c-b545ded6fc2c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/loadBalancingRules/lbr8195\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bbffd59a-7c9d-4c7b-a7ad-b5e4231ab717" + "203014e7-323a-4a5b-a9ab-892534665258" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2163" + "2161" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ + "Date": [ + "Mon, 29 Nov 2021 18:42:04 GMT" + ], + "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/645cd42a-c7c1-4caa-b81d-11ce92a675f5?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1545,29 +1552,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6ed0282-d0f0-4c26-b836-057603ec3416" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "645cd42a-c7c1-4caa-b81d-11ce92a675f5" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "1e1e367a-68f2-43d8-941b-4cd24c15ca0c" + "aa0b341c-49b6-4782-9a43-d30164eca6ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200059Z:1e1e367a-68f2-43d8-941b-4cd24c15ca0c" + "EASTUS2:20211129T184204Z:aa0b341c-49b6-4782-9a43-d30164eca6ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:00:58 GMT" - ], "Content-Length": [ - "4014" + "4069" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1576,52 +1576,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c23617c6-1fcd-4b57-84da-d13f180cdd8f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4703\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29005efa-aebe-4790-88a0-367ed24dbf55\",\r\n \"timeCreated\": \"2021-11-29T18:42:03.5175962+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "792ccc98-5a8b-475c-8674-d024a16ee48a" + "47d230d6-ed32-4f39-9108-08c163ae6408" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2598" + "2596" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:00:23 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ab8084eb-198b-4f1a-8881-63b05764c131?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -1630,29 +1637,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7c93d085-14f0-4234-a6dd-dc4fc86ae601" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ab8084eb-198b-4f1a-8881-63b05764c131" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3a3d0134-a7cb-4418-b497-3c9f81468d54" + "dcfe1f69-4d2c-4aab-8ca5-dd7403140dc9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T202056Z:3a3d0134-a7cb-4418-b497-3c9f81468d54" + "EASTUS2:20211129T190024Z:dcfe1f69-4d2c-4aab-8ca5-dd7403140dc9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:20:55 GMT" - ], "Content-Length": [ - "4623" + "4388" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1661,32 +1661,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southcentralus\": {}\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c23617c6-1fcd-4b57-84da-d13f180cdd8f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4703\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29005efa-aebe-4790-88a0-367ed24dbf55\",\r\n \"timeCreated\": \"2021-11-29T18:42:03.5175962+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNmVkMDI4Mi1kMGYwLTRjMjYtYjgzNi0wNTc2MDNlYzM0MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/645cd42a-c7c1-4caa-b81d-11ce92a675f5?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NDVjZDQyYS1jN2MxLTRjYWEtYjgxZC0xMWNlOTJhNjc1ZjU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:42:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1694,27 +1701,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5fc4238e-3bc0-4a48-a14e-85948976d43d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d73a3f0b-44ef-4c5a-8772-12147229e561" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "62c7bd20-5944-476d-a77e-3eb0790298bf" + "c4deffa9-79b8-4d80-82aa-0b1f765a31a5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200109Z:62c7bd20-5944-476d-a77e-3eb0790298bf" + "EASTUS2:20211129T184214Z:c4deffa9-79b8-4d80-82aa-0b1f765a31a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:01:08 GMT" - ], "Content-Length": [ "134" ], @@ -1725,29 +1725,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:00:58.4368884+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e6ed0282-d0f0-4c26-b836-057603ec3416\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:42:03.5175962+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"645cd42a-c7c1-4caa-b81d-11ce92a675f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNmVkMDI4Mi1kMGYwLTRjMjYtYjgzNi0wNTc2MDNlYzM0MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/645cd42a-c7c1-4caa-b81d-11ce92a675f5?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NDVjZDQyYS1jN2MxLTRjYWEtYjgxZC0xMWNlOTJhNjc1ZjU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:43:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1755,27 +1762,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5d8ed54a-6a58-4f2e-bf7a-04101734bbad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ffeafa10-bb1f-4153-af08-28d2b29f20a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "1d3074e5-b8f4-4663-bb97-d30b9fa4ad24" + "82d7f08d-9433-40a6-9d18-336750fd8f30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200246Z:1d3074e5-b8f4-4663-bb97-d30b9fa4ad24" + "EASTUS2:20211129T184352Z:82d7f08d-9433-40a6-9d18-336750fd8f30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:02:46 GMT" - ], "Content-Length": [ "134" ], @@ -1786,29 +1786,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:00:58.4368884+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e6ed0282-d0f0-4c26-b836-057603ec3416\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:42:03.5175962+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"645cd42a-c7c1-4caa-b81d-11ce92a675f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNmVkMDI4Mi1kMGYwLTRjMjYtYjgzNi0wNTc2MDNlYzM0MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/645cd42a-c7c1-4caa-b81d-11ce92a675f5?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NDVjZDQyYS1jN2MxLTRjYWEtYjgxZC0xMWNlOTJhNjc1ZjU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:45:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1816,27 +1823,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "084f8826-10e0-410e-829c-73731ae0a088" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65e25af8-9218-40e7-8414-0fa1155c77d3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "f0ac44f0-91da-4731-95f5-e386e94ac8fb" + "5ca9780b-e585-4bed-92c7-1614ef5bb9d2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200423Z:f0ac44f0-91da-4731-95f5-e386e94ac8fb" + "EASTUS2:20211129T184529Z:5ca9780b-e585-4bed-92c7-1614ef5bb9d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:04:23 GMT" - ], "Content-Length": [ "134" ], @@ -1847,29 +1847,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:00:58.4368884+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e6ed0282-d0f0-4c26-b836-057603ec3416\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:42:03.5175962+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"645cd42a-c7c1-4caa-b81d-11ce92a675f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNmVkMDI4Mi1kMGYwLTRjMjYtYjgzNi0wNTc2MDNlYzM0MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/645cd42a-c7c1-4caa-b81d-11ce92a675f5?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NDVjZDQyYS1jN2MxLTRjYWEtYjgxZC0xMWNlOTJhNjc1ZjU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:47:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1877,27 +1884,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "662e9713-32fd-4612-bff7-484010b94695" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2b4a5503-5043-4bcb-91a8-59523d24378b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "05c302ca-0318-4ebb-9448-f5aacdd05b74" + "ca00a5e9-d968-4f58-b0f0-7c866802861b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200600Z:05c302ca-0318-4ebb-9448-f5aacdd05b74" + "EASTUS2:20211129T184706Z:ca00a5e9-d968-4f58-b0f0-7c866802861b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:06:00 GMT" - ], "Content-Length": [ "134" ], @@ -1908,57 +1908,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:00:58.4368884+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e6ed0282-d0f0-4c26-b836-057603ec3416\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:42:03.5175962+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"645cd42a-c7c1-4caa-b81d-11ce92a675f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNmVkMDI4Mi1kMGYwLTRjMjYtYjgzNi0wNTc2MDNlYzM0MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/645cd42a-c7c1-4caa-b81d-11ce92a675f5?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NDVjZDQyYS1jN2MxLTRjYWEtYjgxZC0xMWNlOTJhNjc1ZjU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:48:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c523daa2-14c5-4efd-b16b-0bee4b8d8ef1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ea5f19cc-2208-4a02-9df0-ab6d98a05fa5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "845fff53-42a3-4068-9699-498adf0f8843" + "74ed5dc6-931b-418b-93ad-34a307f19fcf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200738Z:845fff53-42a3-4068-9699-498adf0f8843" + "EASTUS2:20211129T184843Z:74ed5dc6-931b-418b-93ad-34a307f19fcf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:07:37 GMT" - ], "Content-Length": [ "134" ], @@ -1969,29 +1969,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:00:58.4368884+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e6ed0282-d0f0-4c26-b836-057603ec3416\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:42:03.5175962+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"645cd42a-c7c1-4caa-b81d-11ce92a675f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNmVkMDI4Mi1kMGYwLTRjMjYtYjgzNi0wNTc2MDNlYzM0MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/645cd42a-c7c1-4caa-b81d-11ce92a675f5?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NDVjZDQyYS1jN2MxLTRjYWEtYjgxZC0xMWNlOTJhNjc1ZjU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:50:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1999,29 +2006,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0141fad6-9d27-4ed6-ad7a-696d768fe195" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e0fd9bec-94fd-4207-ac37-9cfe281eec8e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "0ab90f98-6a38-4ce4-b365-de12ce6360b3" + "e7edf559-ed46-4117-88e3-4f6228002446" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T200915Z:0ab90f98-6a38-4ce4-b365-de12ce6360b3" + "EASTUS2:20211129T185020Z:e7edf559-ed46-4117-88e3-4f6228002446" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:09:14 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2030,59 +2030,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:00:58.4368884+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e6ed0282-d0f0-4c26-b836-057603ec3416\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T18:42:03.5175962+00:00\",\r\n \"endTime\": \"2021-11-29T18:49:55.1449249+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"645cd42a-c7c1-4caa-b81d-11ce92a675f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e6ed0282-d0f0-4c26-b836-057603ec3416?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNmVkMDI4Mi1kMGYwLTRjMjYtYjgzNi0wNTc2MDNlYzM0MTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:50:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5489ae43-bf1d-4bef-afb7-fa27c799044d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8dbfee60-1742-4763-a463-01184ee56a3e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "93757507-6c8f-44e8-92e6-10454c6bd18a" + "7bbb90d9-3729-4765-97f3-895775b7c37c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T201052Z:93757507-6c8f-44e8-92e6-10454c6bd18a" + "EASTUS2:20211129T185020Z:7bbb90d9-3729-4765-97f3-895775b7c37c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:10:51 GMT" - ], "Content-Length": [ - "183" + "4070" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2091,59 +2091,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:00:58.4368884+00:00\",\r\n \"endTime\": \"2021-06-28T20:10:25.811588+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e6ed0282-d0f0-4c26-b836-057603ec3416\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4703\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29005efa-aebe-4790-88a0-367ed24dbf55\",\r\n \"timeCreated\": \"2021-11-29T18:42:03.5175962+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "3e8d2ec5-d5cb-4e97-b098-9328390065c1" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:50:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ea3a998-ab2e-4412-80ba-dda0ddc40cb6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ef1b5f51-db13-460a-add9-36c068300e32" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "71360b05-23e7-437f-beeb-7f9fe08c4856" + "58a1fc9b-b212-48da-9ef1-92f82e3a1deb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T201052Z:71360b05-23e7-437f-beeb-7f9fe08c4856" + "EASTUS2:20211129T185020Z:58a1fc9b-b212-48da-9ef1-92f82e3a1deb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:10:51 GMT" - ], "Content-Length": [ - "4015" + "4070" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2152,65 +2158,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c23617c6-1fcd-4b57-84da-d13f180cdd8f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4703\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29005efa-aebe-4790-88a0-367ed24dbf55\",\r\n \"timeCreated\": \"2021-11-29T18:42:03.5175962+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3e73669e-0edf-4a3b-bbe3-849f7587b2c1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:02:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2588" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "301b5bbd-90bc-4aba-b5be-39ef79f078f7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3d30c77e-bdee-4bfa-9892-9fca204aedcc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-correlation-request-id": [ - "9809eed9-887c-4e5f-b131-2705639f4782" + "9e43a668-a602-4c11-b377-74ad58bd6de5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T201052Z:9809eed9-887c-4e5f-b131-2705639f4782" + "EASTUS2:20211129T190216Z:9e43a668-a602-4c11-b377-74ad58bd6de5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:10:51 GMT" - ], "Content-Length": [ - "4015" + "4389" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2219,59 +2219,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c23617c6-1fcd-4b57-84da-d13f180cdd8f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4703\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29005efa-aebe-4790-88a0-367ed24dbf55\",\r\n \"timeCreated\": \"2021-11-29T18:42:03.5175962+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "6fd9384d-6d5c-4689-8de5-97a55a6a7e19" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:02:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2580" + "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16b4a8a0-5551-42cd-9e24-e3ab1bd38b75" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f50cf206-ef7f-41cf-b40f-75b55845d83d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-correlation-request-id": [ - "2cfb2f10-2bc9-4ac8-b65d-8bb576069137" + "ac316b7f-858d-4abd-8073-40b0c9b14de6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203028Z:2cfb2f10-2bc9-4ac8-b65d-8bb576069137" + "EASTUS2:20211129T190216Z:ac316b7f-858d-4abd-8073-40b0c9b14de6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:30:27 GMT" - ], "Content-Length": [ - "4756" + "4389" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2280,65 +2286,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southcentralus\": {\r\n \"principalId\": \"86e6e543-4546-40de-9c6b-f10aeb93f7eb\",\r\n \"clientId\": \"89b09462-ed5c-48a9-877d-a6844bbeb66b\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c23617c6-1fcd-4b57-84da-d13f180cdd8f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4703\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/probes/lbp122\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8963\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1670\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/virtualNetworks/vn462/subnets/sn5883\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Network/loadBalancers/lb455/backendAddressPools/beap9764\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29005efa-aebe-4790-88a0-367ed24dbf55\",\r\n \"timeCreated\": \"2021-11-29T18:42:03.5175962+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e380454a-e8c7-47a6-beb5-27b2c1d050f2" + "ba85c42d-4e3e-4b17-9913-4b2a10a50ee3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:50:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2579" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6f7b53b-7141-44e5-8104-fa3382a6175c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3a7d1915-331d-423f-b970-1ce08c027663" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11996" ], "x-ms-correlation-request-id": [ - "f74bf53b-ae78-4227-a8ec-4d149a3937d1" + "c7bb1477-6e12-48e6-b69d-27c9bb720dc1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203028Z:f74bf53b-ae78-4227-a8ec-4d149a3937d1" + "EASTUS2:20211129T185020Z:c7bb1477-6e12-48e6-b69d-27c9bb720dc1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:30:27 GMT" - ], "Content-Length": [ - "4756" + "822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2347,63 +2353,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southcentralus\": {\r\n \"principalId\": \"86e6e543-4546-40de-9c6b-f10aeb93f7eb\",\r\n \"clientId\": \"89b09462-ed5c-48a9-877d-a6844bbeb66b\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/probes/lbp5709\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2914\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4294\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/virtualNetworks/vn51/subnets/sn3075\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Network/loadBalancers/lb7888/backendAddressPools/beap5442\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c23617c6-1fcd-4b57-84da-d13f180cdd8f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T18:49:55.1292768+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5de62a4b-3fe0-4b30-9d34-cadef60ce7c2" + "dc492e00-c890-4ca8-acd4-7ab69dfcd507" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:00:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d6e57828-63a3-4d4a-bab7-168ab2370b49" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "842d250d-3864-4bdd-aef2-8b6440dfae64" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-correlation-request-id": [ - "7dadd67f-9619-4f6f-ba31-48eebb7daa1c" + "dfd67cd0-a557-40a8-a2e8-ccb85345e669" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T201052Z:7dadd67f-9619-4f6f-ba31-48eebb7daa1c" + "EASTUS2:20211129T190021Z:dfd67cd0-a557-40a8-a2e8-ccb85345e669" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:10:51 GMT" - ], "Content-Length": [ "822" ], @@ -2414,65 +2420,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T20:10:25.7959592+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T18:49:55.1292768+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32a74e44-214b-43df-abb6-40221ed5e3aa" + "ca6a77d9-d606-4ab1-944f-4ae0b5423d16" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:02:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;893" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1c504f0-b082-464f-87f5-63e04d2c5569" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "607b2b69-3528-424a-ad21-3ed4aae74963" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-correlation-request-id": [ - "ad21ee67-ae83-43d7-8a77-fceff842c5ec" + "3110c29b-fd6c-4de8-b05e-5a887a7827a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T202052Z:ad21ee67-ae83-43d7-8a77-fceff842c5ec" + "EASTUS2:20211129T190216Z:3110c29b-fd6c-4de8-b05e-5a887a7827a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:20:51 GMT" - ], "Content-Length": [ - "822" + "996" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2481,65 +2487,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T20:11:46.3338553+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T19:01:55.0387896+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5464/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4703/virtualMachines/0/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NzAzL3ZpcnR1YWxNYWNoaW5lcy8wL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fa22413-3d97-4674-9150-3ca59ce9cb38" + "27ae7a53-d413-4646-8682-9f35b51f77a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 18:50:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;893" + "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" + ], + "x-ms-request-charge": [ + "1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2982d24f-18b2-4df7-b875-51cd1ba3733a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "715e330d-a1dc-4e1e-953a-2812c6ca9d24" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11995" ], "x-ms-correlation-request-id": [ - "cff428a1-3d00-47f2-9bec-544393be044d" + "25a1aa3a-4959-4542-8bc9-f2a09e1355b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203028Z:cff428a1-3d00-47f2-9bec-544393be044d" + "EASTUS2:20211129T185020Z:25a1aa3a-4959-4542-8bc9-f2a09e1355b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:30:27 GMT" - ], "Content-Length": [ - "996" + "3495" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2548,620 +2557,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T20:29:17.8723479+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"placementGroupId\": \"9401ff8f-68ac-46c0-b4e1-9f4541d6118d\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-29T18:49:21+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss4703_vmss4703_0_OsDisk_1_fc3c048beabd45ac82da198c9d782181\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T18:42:07.7522733+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss4703_vmss4703_0_disk2_199184beed8643549fb4cd0f9f2f1da9\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T18:42:07.7522733+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-29T18:49:14+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"vmHealth\": {\r\n \"status\": {\r\n \"code\": \"HealthState/healthy\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"The VM is reporting itself as healthy\",\r\n \"time\": \"2021-11-29T18:49:56+00:00\"\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-29T18:49:25.9709078+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642/virtualmachines/0/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyL3ZpcnR1YWxtYWNoaW5lcy8wL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ab8084eb-198b-4f1a-8881-63b05764c131?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hYjgwODRlYi0xOThiLTRmMWEtODg4MS02M2IwNTc2NGMxMzE/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "ed1a5d89-2c63-4483-8db7-d0d8bea69c20" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" - ], - "x-ms-request-charge": [ - "1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a20b23e6-6da2-4968-afa2-0e8e11f71c64" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "6f77f5b4-2b60-427e-8f10-e58ad635a9b2" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T201052Z:6f77f5b4-2b60-427e-8f10-e58ad635a9b2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:10:51 GMT" - ], - "Content-Length": [ - "3495" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"placementGroupId\": \"253c2089-994e-4885-af98-f6bc6bf62d8e\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-28T20:10:09+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss7642_vmss7642_0_OsDisk_1_af99f4409bd943a0b5b66c3b2b5ee846\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T20:01:03.9529306+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss7642_vmss7642_0_disk2_2ef028dc06ee4cca80c1a5fa567c6553\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T20:01:03.9529306+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-28T20:09:57+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"vmHealth\": {\r\n \"status\": {\r\n \"code\": \"HealthState/healthy\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"The VM is reporting itself as healthy\",\r\n \"time\": \"2021-06-28T20:10:40+00:00\"\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T20:10:15.4045578+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:00:33 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ - "51" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9c8582cc-9122-447d-9b59-b1a51523fd8a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "5807965a-bc83-42b2-92af-3e0a550e6fe1" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202106Z:5807965a-bc83-42b2-92af-3e0a550e6fe1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:21:06 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29984" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "20e79d53-08c2-4eb9-8cb5-7e465f140384" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "44de2d4f-6b16-454e-926c-64c3d834a1f6" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202157Z:44de2d4f-6b16-454e-926c-64c3d834a1f6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:21:56 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29983" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c54e050e-08ff-4458-a3d4-45b62f7fcd85" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "1630c530-d263-4578-8aec-9c125c8ade01" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202248Z:1630c530-d263-4578-8aec-9c125c8ade01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:22:47 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29981" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9f2d2055-62af-4553-9076-0960a20b5015" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "e7de4cb8-c1aa-464a-852f-c2d2da59387d" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202339Z:e7de4cb8-c1aa-464a-852f-c2d2da59387d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:23:39 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "6eca18bc-077e-44cf-a65d-aeaabab776e4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-correlation-request-id": [ - "fa4b0cf3-f78a-4eb4-8408-740e655d83ec" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202430Z:fa4b0cf3-f78a-4eb4-8408-740e655d83ec" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:24:29 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29978" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "810053cc-5f27-400f-8417-01b7c09b1454" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "3964cee6-9095-4ad6-a1a7-bcc50e5f4a83" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202521Z:3964cee6-9095-4ad6-a1a7-bcc50e5f4a83" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:25:20 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0d5afa0d-d536-428d-bb01-ca9636d1183d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "69655668-9183-4a69-805b-670d73d545eb" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202612Z:69655668-9183-4a69-805b-670d73d545eb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:26:12 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "8887bc82-8857-4b3d-bf09-f0565f901fd6" + "51" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "b0d7dbf5-7791-478a-afba-aeb46adda19b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202703Z:b0d7dbf5-7791-478a-afba-aeb46adda19b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:27:03 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f31bb2a8-1c36-493d-9344-b9ac23126c5c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a476c25a-b592-4818-9429-33c2cc479674" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-correlation-request-id": [ - "df4f015f-7796-473d-a1e0-56f02a91352f" + "f2fe1c17-fcd9-461d-b5cf-c4b74328193a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T202754Z:df4f015f-7796-473d-a1e0-56f02a91352f" + "EASTUS2:20211129T190034Z:f2fe1c17-fcd9-461d-b5cf-c4b74328193a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:27:54 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3170,120 +2621,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T19:00:23.0324961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab8084eb-198b-4f1a-8881-63b05764c131\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ab8084eb-198b-4f1a-8881-63b05764c131?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hYjgwODRlYi0xOThiLTRmMWEtODg4MS02M2IwNTc2NGMxMzE/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:01:24 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29973" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c0bad3ad-45dc-4131-bf95-e624a10ccd8d" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "1728a4a5-1c63-412e-974c-914745e164d5" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T202845Z:1728a4a5-1c63-412e-974c-914745e164d5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:28:45 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fa51acf-dcd0-40a7-b108-9d7bf1d04f8c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "74679332-3af5-4704-864d-81dc039bef70" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11997" ], "x-ms-correlation-request-id": [ - "c4c53e34-25ac-4347-a019-c41c40fd74f6" + "21443332-44bb-4e28-8e4a-8457d7bf915a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T202937Z:c4c53e34-25ac-4347-a019-c41c40fd74f6" + "EASTUS2:20211129T190125Z:21443332-44bb-4e28-8e4a-8457d7bf915a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:29:36 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3292,59 +2682,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T19:00:23.0324961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab8084eb-198b-4f1a-8881-63b05764c131\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/7c93d085-14f0-4234-a6dd-dc4fc86ae601?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83YzkzZDA4NS0xNGYwLTQyMzQtYTZkZC1kYzRmYzg2YWU2MDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ab8084eb-198b-4f1a-8881-63b05764c131?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hYjgwODRlYi0xOThiLTRmMWEtODg4MS02M2IwNTc2NGMxMzE/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:02:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "00dfb4ae-c819-4c9b-a15f-ba365177b7c9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9bc4a7be-ce1b-48b6-b8af-d7d4c52bdfb9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11996" ], "x-ms-correlation-request-id": [ - "457cead6-6b25-4f4f-b97a-4985f67f796b" + "edf01ad7-66ee-49ba-b2cc-afa3f0680098" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203028Z:457cead6-6b25-4f4f-b97a-4985f67f796b" + "EASTUS2:20211129T190216Z:edf01ad7-66ee-49ba-b2cc-afa3f0680098" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:30:27 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3353,470 +2743,310 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:20:54.784521+00:00\",\r\n \"endTime\": \"2021-06-28T20:29:37.9833987+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7c93d085-14f0-4234-a6dd-dc4fc86ae601\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-29T19:00:23.0324961+00:00\",\r\n \"endTime\": \"2021-11-29T19:02:15.2589337+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ab8084eb-198b-4f1a-8881-63b05764c131\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8136/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7642?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgxMzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5464?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU0NjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "227328ec-7019-4887-afdf-096c31302265" + "65bf5bb2-ef5b-462a-b66a-a77fbfdb11d7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:02:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" - ], - "x-ms-request-charge": [ - "2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d5c67b68-ff27-430b-bf61-55cc8f89fb34" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ - "65111a18-d5c7-4de4-b28f-bad715e3bfb6" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T203028Z:65111a18-d5c7-4de4-b28f-bad715e3bfb6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:30:27 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNWM2N2I2OC1mZjI3LTQzMGItYmY2MS01NWNjOGY4OWZiMzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "11" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29973" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-request-id": [ - "732389ab-802a-4eb3-b086-1f5cce12da7c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "ff09589a-f255-4f7a-897a-f036597e5639" ], "x-ms-correlation-request-id": [ - "eed04fef-1f33-46ed-afa9-34b3cfbc7808" + "ff09589a-f255-4f7a-897a-f036597e5639" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203038Z:eed04fef-1f33-46ed-afa9-34b3cfbc7808" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 20:30:37 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:30:28.5496513+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d5c67b68-ff27-430b-bf61-55cc8f89fb34\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNWM2N2I2OC1mZjI3LTQzMGItYmY2MS01NWNjOGY4OWZiMzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29972" + "EASTUS2:20211129T190217Z:ff09589a-f255-4f7a-897a-f036597e5639" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "cbdf891a-9b51-4bb4-b94f-397be1bffefd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "396a9ed8-5253-419b-8909-5b590c2ec6fe" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T203049Z:396a9ed8-5253-419b-8909-5b590c2ec6fe" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:30:49 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:30:28.5496513+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d5c67b68-ff27-430b-bf61-55cc8f89fb34\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNWM2N2I2OC1mZjI3LTQzMGItYmY2MS01NWNjOGY4OWZiMzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:02:31 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29971" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "aaf232e6-8764-457b-b9cd-bb49dc979cf2" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11999" + ], + "x-ms-request-id": [ + "fab0eae6-a705-4e79-b4b1-cabfb3150f53" ], "x-ms-correlation-request-id": [ - "db4d6fc0-266b-4926-a817-0f8dffaf20e3" + "fab0eae6-a705-4e79-b4b1-cabfb3150f53" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203100Z:db4d6fc0-266b-4926-a817-0f8dffaf20e3" + "EASTUS2:20211129T190232Z:fab0eae6-a705-4e79-b4b1-cabfb3150f53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:31:00 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:30:28.5496513+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d5c67b68-ff27-430b-bf61-55cc8f89fb34\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNWM2N2I2OC1mZjI3LTQzMGItYmY2MS01NWNjOGY4OWZiMzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:02:47 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29970" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0c57a62c-7cf9-46de-b9ea-c649f0456309" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11998" + ], + "x-ms-request-id": [ + "17b6575a-6fd4-4edd-8e5d-25520d64fd4a" ], "x-ms-correlation-request-id": [ - "0277b24f-00a5-4d6b-9da4-00372852a06c" + "17b6575a-6fd4-4edd-8e5d-25520d64fd4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203111Z:0277b24f-00a5-4d6b-9da4-00372852a06c" + "EASTUS2:20211129T190247Z:17b6575a-6fd4-4edd-8e5d-25520d64fd4a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:31:11 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:30:28.5496513+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d5c67b68-ff27-430b-bf61-55cc8f89fb34\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNWM2N2I2OC1mZjI3LTQzMGItYmY2MS01NWNjOGY4OWZiMzQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:03:02 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29968" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "71c930e3-7ec6-4660-9467-b8142c15f7ba" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11997" + ], + "x-ms-request-id": [ + "6bb39a00-e126-41b1-a622-2692157de564" ], "x-ms-correlation-request-id": [ - "84c335f4-c04f-4e9e-bfd5-80d31619ef18" + "6bb39a00-e126-41b1-a622-2692157de564" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203122Z:84c335f4-c04f-4e9e-bfd5-80d31619ef18" + "EASTUS2:20211129T190302Z:6bb39a00-e126-41b1-a622-2692157de564" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:31:22 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T20:30:28.5496513+00:00\",\r\n \"endTime\": \"2021-06-28T20:31:15.1470384+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d5c67b68-ff27-430b-bf61-55cc8f89fb34\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d5c67b68-ff27-430b-bf61-55cc8f89fb34?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNWM2N2I2OC1mZjI3LTQzMGItYmY2MS01NWNjOGY4OWZiMzQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:03:17 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29967" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c27d031d-4809-4b41-a9da-cdf6600ced85" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11996" + ], + "x-ms-request-id": [ + "e9fe1ceb-3afc-4b33-8a1d-92357cbef6e0" ], "x-ms-correlation-request-id": [ - "98d8ac77-a515-412c-afcc-48e1dc7734c4" + "e9fe1ceb-3afc-4b33-8a1d-92357cbef6e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203122Z:98d8ac77-a515-412c-afcc-48e1dc7734c4" + "EASTUS2:20211129T190317Z:e9fe1ceb-3afc-4b33-8a1d-92357cbef6e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:31:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8136?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgxMzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "e0d39cba-3831-431b-bccd-5631d8ecffe0" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3824,26 +3054,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:03:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-request-id": [ - "ea3c61ef-bfa5-40b8-bf18-9111faa17607" + "76ed12c4-4a90-401e-88e5-fc3caa81ead0" ], "x-ms-correlation-request-id": [ - "ea3c61ef-bfa5-40b8-bf18-9111faa17607" + "76ed12c4-4a90-401e-88e5-fc3caa81ead0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203123Z:ea3c61ef-bfa5-40b8-bf18-9111faa17607" + "EASTUS2:20211129T190333Z:76ed12c4-4a90-401e-88e5-fc3caa81ead0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3851,29 +3084,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:31:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3881,26 +3111,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:03:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "679a18b2-5269-4a52-9fa2-db6f6057a921" + "ae72202e-5f6d-46f5-a2a3-cfb770243f11" ], "x-ms-correlation-request-id": [ - "679a18b2-5269-4a52-9fa2-db6f6057a921" + "ae72202e-5f6d-46f5-a2a3-cfb770243f11" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203138Z:679a18b2-5269-4a52-9fa2-db6f6057a921" + "EASTUS2:20211129T190348Z:ae72202e-5f6d-46f5-a2a3-cfb770243f11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3908,29 +3141,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:31:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3938,26 +3168,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:04:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "ba69cee3-6799-4001-9232-c067881be20e" + "0f7efde7-381c-46ef-a8d6-8d34059e4dad" ], "x-ms-correlation-request-id": [ - "ba69cee3-6799-4001-9232-c067881be20e" + "0f7efde7-381c-46ef-a8d6-8d34059e4dad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203154Z:ba69cee3-6799-4001-9232-c067881be20e" + "EASTUS2:20211129T190403Z:0f7efde7-381c-46ef-a8d6-8d34059e4dad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3965,29 +3198,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:31:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3995,26 +3225,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:04:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "3b32b331-9cbe-4707-86d2-56aa3eb8fa59" + "5ad2487f-93b3-4a81-b774-56794e758c1f" ], "x-ms-correlation-request-id": [ - "3b32b331-9cbe-4707-86d2-56aa3eb8fa59" + "5ad2487f-93b3-4a81-b774-56794e758c1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203209Z:3b32b331-9cbe-4707-86d2-56aa3eb8fa59" + "EASTUS2:20211129T190418Z:5ad2487f-93b3-4a81-b774-56794e758c1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4022,29 +3255,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:32:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4052,26 +3282,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:04:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-request-id": [ - "6dfd0d5b-64b5-42b1-a076-10f8ecf5fb1d" + "4ec1cc47-487f-4263-9185-72e67407e831" ], "x-ms-correlation-request-id": [ - "6dfd0d5b-64b5-42b1-a076-10f8ecf5fb1d" + "4ec1cc47-487f-4263-9185-72e67407e831" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203224Z:6dfd0d5b-64b5-42b1-a076-10f8ecf5fb1d" + "EASTUS2:20211129T190433Z:4ec1cc47-487f-4263-9185-72e67407e831" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4079,29 +3312,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:32:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4109,26 +3339,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:04:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "706a1364-211f-4b78-a9a7-4e157fc5ad07" + "e77b06f1-1b18-4aa3-9885-284210480d5f" ], "x-ms-correlation-request-id": [ - "706a1364-211f-4b78-a9a7-4e157fc5ad07" + "e77b06f1-1b18-4aa3-9885-284210480d5f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203239Z:706a1364-211f-4b78-a9a7-4e157fc5ad07" + "EASTUS2:20211129T190448Z:e77b06f1-1b18-4aa3-9885-284210480d5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4136,29 +3369,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:32:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4166,26 +3396,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:05:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "fd9d3d5f-122f-4ac0-9eb1-efd50ae35b2d" + "4ac2d0e8-7686-4bee-9dfb-dbf87e52a117" ], "x-ms-correlation-request-id": [ - "fd9d3d5f-122f-4ac0-9eb1-efd50ae35b2d" + "4ac2d0e8-7686-4bee-9dfb-dbf87e52a117" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203254Z:fd9d3d5f-122f-4ac0-9eb1-efd50ae35b2d" + "EASTUS2:20211129T190503Z:4ac2d0e8-7686-4bee-9dfb-dbf87e52a117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4193,29 +3426,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:32:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4223,26 +3453,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:05:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "5cbc1a73-ad18-4a07-adb0-3e35a6b46461" + "8c40eb84-4209-4c3b-8e24-c70d3a716ac2" ], "x-ms-correlation-request-id": [ - "5cbc1a73-ad18-4a07-adb0-3e35a6b46461" + "8c40eb84-4209-4c3b-8e24-c70d3a716ac2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203309Z:5cbc1a73-ad18-4a07-adb0-3e35a6b46461" + "EASTUS2:20211129T190518Z:8c40eb84-4209-4c3b-8e24-c70d3a716ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4250,29 +3483,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:33:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4280,26 +3510,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:05:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "8b66fc05-ca19-49c6-87db-1ad03bad7fc3" + "0e6455f3-5db9-4c63-aaf4-eb023e7a103d" ], "x-ms-correlation-request-id": [ - "8b66fc05-ca19-49c6-87db-1ad03bad7fc3" + "0e6455f3-5db9-4c63-aaf4-eb023e7a103d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203324Z:8b66fc05-ca19-49c6-87db-1ad03bad7fc3" + "EASTUS2:20211129T190533Z:0e6455f3-5db9-4c63-aaf4-eb023e7a103d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4307,29 +3540,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:33:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4337,26 +3567,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:05:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11986" ], "x-ms-request-id": [ - "6fbe46a7-f282-435c-8e72-3bd0c2954c58" + "be682afa-dc77-4dfc-8856-f51083e24c1d" ], "x-ms-correlation-request-id": [ - "6fbe46a7-f282-435c-8e72-3bd0c2954c58" + "be682afa-dc77-4dfc-8856-f51083e24c1d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203339Z:6fbe46a7-f282-435c-8e72-3bd0c2954c58" + "EASTUS2:20211129T190548Z:be682afa-dc77-4dfc-8856-f51083e24c1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4364,29 +3597,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:33:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4394,26 +3624,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:06:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11985" ], "x-ms-request-id": [ - "0386c6dd-9ce6-4226-a030-37bf6fa4311d" + "a87b2b57-566b-4d97-a45e-acd2945dc939" ], "x-ms-correlation-request-id": [ - "0386c6dd-9ce6-4226-a030-37bf6fa4311d" + "a87b2b57-566b-4d97-a45e-acd2945dc939" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203354Z:0386c6dd-9ce6-4226-a030-37bf6fa4311d" + "EASTUS2:20211129T190603Z:a87b2b57-566b-4d97-a45e-acd2945dc939" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4421,29 +3654,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:33:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4451,20 +3681,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:06:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-request-id": [ - "7ed4c3cc-e54c-43c9-8a0b-b7c5d09b0d48" + "8903708d-36cb-4bd6-ad4f-bbe2aa59117e" ], "x-ms-correlation-request-id": [ - "7ed4c3cc-e54c-43c9-8a0b-b7c5d09b0d48" + "8903708d-36cb-4bd6-ad4f-bbe2aa59117e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203409Z:7ed4c3cc-e54c-43c9-8a0b-b7c5d09b0d48" + "EASTUS2:20211129T190618Z:8903708d-36cb-4bd6-ad4f-bbe2aa59117e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4472,29 +3705,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MTM2LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TVRNMkxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDY0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRZMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4502,20 +3732,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Mon, 29 Nov 2021 19:06:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-request-id": [ - "245cd958-ad94-4538-8fd5-513c05c11cde" + "be597fa9-fc4d-4176-b868-0e77c61229b2" ], "x-ms-correlation-request-id": [ - "245cd958-ad94-4538-8fd5-513c05c11cde" + "be597fa9-fc4d-4176-b868-0e77c61229b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T203409Z:245cd958-ad94-4538-8fd5-513c05c11cde" + "EASTUS2:20211129T190619Z:be597fa9-fc4d-4176-b868-0e77c61229b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4523,14 +3756,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 20:34:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -4539,34 +3769,34 @@ ], "Names": { "TestVMScaleSetRollingUpgrade": [ - "crptestar8136", - "vmss7642", - "crptestar1483" + "crptestar5464", + "vmss4703", + "crptestar6888" ], "CreatePublicIP": [ - "pip2100", - "dn1569" + "pip592", + "dn9706" ], "CreateVNET": [ - "vn51", - "sn3075" + "vn462", + "sn5883" ], "CreateNIC": [ - "nic5297", - "ip4250" + "nic5120", + "ip7790" ], "CreatePublicLoadBalancerWithProbe": [ - "lb7888", - "feip4011", - "beap5442", - "lbr5549", - "lbp5709" + "lb455", + "feip7757", + "beap9764", + "lbr8195", + "lbp122" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8754", - "vmss460", - "vmsstestnetconfig2914", - "vmsstestnetconfig4294" + "crptestar5515", + "vmss5824", + "vmsstestnetconfig8963", + "vmsstestnetconfig1670" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeAPIs.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeAPIs.json index 7d7cc7850824c..16ce588b916aa 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeAPIs.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeAPIs.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c6f348b-e9cc-4fb5-b697-4ec138758ff7" + "da098c27-ad93-4dd3-af11-9c26d03c0302" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15998,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "4b8fed99-582f-4b07-8383-e5f0e4544f2c_132663619596808533" + "4b8fed99-582f-4b07-8383-e5f0e4544f2c_132671172172448883" ], "x-ms-request-id": [ - "31353dc6-fddd-4b9c-b32d-5da282b09243" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "072d93c8-ae59-4638-9254-a1691ba71c44" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-correlation-request-id": [ - "5efd4701-ea6a-439d-a3fa-ea05b203f677" + "8c49af85-7d26-424c-9868-b0668dec22ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211003Z:5efd4701-ea6a-439d-a3fa-ea05b203f677" + "EASTUS2:20211117T200120Z:8c49af85-7d26-424c-9868-b0668dec22ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:03 GMT" - ], "Content-Length": [ "323" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2104?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIxMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5869?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU4Njk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar2104\": \"2021-07-08 21:10:03Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar5869\": \"2021-11-17 20:01:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7df43d72-3ed0-438f-8f54-91aa8c51754a" + "aa9b8ae3-8d6c-4883-9fbc-a53ed70aaacd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:20 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5ed1f20f-3cf8-4634-82c7-efbfacfb16d5" + "a9079a83-67c5-4d28-a6c6-dd74fcca2ea0" ], "x-ms-correlation-request-id": [ - "5ed1f20f-3cf8-4634-82c7-efbfacfb16d5" + "a9079a83-67c5-4d28-a6c6-dd74fcca2ea0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211005Z:5ed1f20f-3cf8-4634-82c7-efbfacfb16d5" + "EASTUS2:20211117T200120Z:a9079a83-67c5-4d28-a6c6-dd74fcca2ea0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:05 GMT" - ], "Content-Length": [ "235" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104\",\r\n \"name\": \"crptestar2104\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar2104\": \"2021-07-08 21:10:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869\",\r\n \"name\": \"crptestar5869\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar5869\": \"2021-11-17 20:01:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2104?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIxMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5869?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU4Njk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ee50dd1e-2f62-4d93-8507-2310e487ab45" + "a1e2090a-df27-4a56-a894-2d924ac84fcd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:52 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "e7b40eab-d57b-4dd2-8ad8-41b67f80b48e" + "6b24b3ab-604e-45aa-8150-95ab876bb40d" ], "x-ms-correlation-request-id": [ - "e7b40eab-d57b-4dd2-8ad8-41b67f80b48e" + "6b24b3ab-604e-45aa-8150-95ab876bb40d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211038Z:e7b40eab-d57b-4dd2-8ad8-41b67f80b48e" + "EASTUS2:20211117T200153Z:6b24b3ab-604e-45aa-8150-95ab876bb40d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:37 GMT" - ], "Content-Length": [ "187" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104\",\r\n \"name\": \"crptestar2104\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869\",\r\n \"name\": \"crptestar5869\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Storage/storageAccounts/crptestar4121?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MTIxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Storage/storageAccounts/crptestar5839?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1ODM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "959e9469-9ae0-4555-960f-6252cb8962bd" + "1e4ef737-df4c-41b7-ad86-a1ee652a3494" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/27dbf066-b264-43ef-bdc3-7073030e41f1?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/2f19f081-8a92-40c7-b765-427f408315f6?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "27dbf066-b264-43ef-bdc3-7073030e41f1" + "2f19f081-8a92-40c7-b765-427f408315f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "1f1b58e9-5c06-4d68-acd5-1339d6f2a222" + "1edd3a14-79ad-4f62-ad28-0f2daff792c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211009Z:1f1b58e9-5c06-4d68-acd5-1339d6f2a222" + "EASTUS2:20211117T200125Z:1edd3a14-79ad-4f62-ad28-0f2daff792c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:09 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/27dbf066-b264-43ef-bdc3-7073030e41f1?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvYXN5bmNvcGVyYXRpb25zLzI3ZGJmMDY2LWIyNjQtNDNlZi1iZGMzLTcwNzMwMzBlNDFmMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/2f19f081-8a92-40c7-b765-427f408315f6?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvYXN5bmNvcGVyYXRpb25zLzJmMTlmMDgxLThhOTItNDBjNy1iNzY1LTQyN2Y0MDgzMTVmNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2aa2a4bd-3caa-451d-9c5e-5df213a8ec99" + "6b0d5583-d1e9-4df8-a144-e3b8a65a28c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "b39fcaba-9b10-4391-8e1c-1ea10e668b48" + "857431c6-e673-400f-bb90-a607f85cce7a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211026Z:b39fcaba-9b10-4391-8e1c-1ea10e668b48" + "EASTUS2:20211117T200142Z:857431c6-e673-400f-bb90-a607f85cce7a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:26 GMT" - ], "Content-Length": [ "96" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "976d1bdd-e9a1-43a7-8825-7ebec9ee867c" + "f070e7f9-cd92-464d-acab-b58ebd12754c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6cc6a10e-b50c-4046-b259-fc5e3844dac5" + "a7aa3a8f-e23d-4148-b840-7edc229e1de0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "fc86c2e7-cc40-400c-9483-05b4ca293e67" + "5c9e8bea-42f7-4fcf-9d61-a09014489d25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211037Z:fc86c2e7-cc40-400c-9483-05b4ca293e67" + "EASTUS2:20211117T200152Z:5c9e8bea-42f7-4fcf-9d61-a09014489d25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:36 GMT" - ], "Content-Length": [ - "754" + "760" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Storage/storageAccounts/crptestar4121\",\r\n \"name\": \"crptestar4121\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-08T21:10:07.8558225Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4121.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4121.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4121.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4121.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Storage/storageAccounts/crptestar5839\",\r\n \"name\": \"crptestar5839\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T20:01:22.0964946Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5839.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5839.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5839.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5839.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Storage/storageAccounts/crptestar4121?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0MTIxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Storage/storageAccounts/crptestar5839?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1ODM5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7eaa50dd-3830-435a-94bf-1c620ab2a6c3" + "cf99a40c-da80-464e-998d-1aa1b2b7d24a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4e0db428-9d25-4571-a33e-f0a4e942ce9c" + "74fa08e4-0301-465e-9078-8bb29e07463a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "36d2ca45-0818-4428-8849-b9fa9dd464e1" + "b4fd105b-1d10-4f2c-8e6e-adbaf6be943c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211037Z:36d2ca45-0818-4428-8849-b9fa9dd464e1" + "EASTUS2:20211117T200152Z:b4fd105b-1d10-4f2c-8e6e-adbaf6be943c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:36 GMT" - ], "Content-Length": [ - "742" + "748" ], "Content-Type": [ "application/json" @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Storage/storageAccounts/crptestar4121\",\r\n \"name\": \"crptestar4121\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-08T21:10:07.8558225Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4121.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4121.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4121.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4121.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Storage/storageAccounts/crptestar5839\",\r\n \"name\": \"crptestar5839\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T20:01:22.0964946Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5839.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5839.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5839.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5839.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bde5f0d6-5063-4195-a493-a85d08d9ea6e" + "7be9b1ba-b1fb-4322-b7ef-ae11ac91ec97" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:52 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "37fc4ec9-3bf9-45a2-af5c-23f17e3eb19d" + "88d7c1d5-63fe-4085-ba7a-afe232681c79" ], "x-ms-correlation-request-id": [ - "37fc4ec9-3bf9-45a2-af5c-23f17e3eb19d" + "88d7c1d5-63fe-4085-ba7a-afe232681c79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211037Z:37fc4ec9-3bf9-45a2-af5c-23f17e3eb19d" + "EASTUS2:20211117T200152Z:88d7c1d5-63fe-4085-ba7a-afe232681c79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:36 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0MTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU3NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1893\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3070\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "97310f49-3262-4874-a135-a032d1342a73" + "7d9c2673-8d89-41de-94a6-bd612628fdc5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6a93e117-ed8e-4219-9b4d-39b106601187" + "fe59f446-16d5-4b1a-8c77-372e75f9cd6e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/6a93e117-ed8e-4219-9b4d-39b106601187?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/fe59f446-16d5-4b1a-8c77-372e75f9cd6e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d62290c7-b923-4ffc-97a0-ff1e0d6528f6" + "859fb025-350b-4b5c-8857-b342468cc1d7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ec80cd18-991c-435b-b9c5-265c00b004bb" + "66072648-4b8c-4b22-bbec-c3dcd1f77f12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211040Z:d62290c7-b923-4ffc-97a0-ff1e0d6528f6" + "EASTUS2:20211117T200155Z:859fb025-350b-4b5c-8857-b342468cc1d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:39 GMT" - ], "Content-Length": [ "771" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3417\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417\",\r\n \"etag\": \"W/\\\"6c8a768b-8462-42d9-9306-dddfbd96a0f7\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c5e1b0a9-c4f1-4e8d-b130-9d545a73feff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1893\",\r\n \"fqdn\": \"dn1893.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765\",\r\n \"etag\": \"W/\\\"b60eedc3-eca4-4b22-beb9-eb68db1a9109\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"665b8dc0-b1f7-4efe-981b-1a6494bfb863\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3070\",\r\n \"fqdn\": \"dn3070.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/6a93e117-ed8e-4219-9b4d-39b106601187?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82YTkzZTExNy1lZDhlLTQyMTktOWI0ZC0zOWIxMDY2MDExODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/fe59f446-16d5-4b1a-8c77-372e75f9cd6e?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9mZTU5ZjQ0Ni0xNmQ1LTRiMWEtOGM3Ny0zNzJlNzVmOWNkNmU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "537cc719-82c9-441e-b68c-f6b80b2002a2" + "e7d1d107-c134-4697-8f5e-e1db907865f2" ], "x-ms-correlation-request-id": [ - "e64018f6-293a-4f08-9a5f-2f6f6b181f89" + "8d887fd8-488a-47b5-9349-c1527240b6bc" ], "x-ms-arm-service-request-id": [ - "fcadf536-33d6-417b-a86e-bdfa70791ba4" + "1d73b0e9-c65a-4bcd-aaa4-7003ee996215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211041Z:e64018f6-293a-4f08-9a5f-2f6f6b181f89" + "EASTUS2:20211117T200156Z:8d887fd8-488a-47b5-9349-c1527240b6bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:40 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0MTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU3NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +674,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4b571eb7-6f51-42cd-ad9e-5b226714f7e4\"" + "W/\"dca4d57c-1fd4-4805-a771-d834c8ee7098\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7b6e084f-0f00-4518-80e6-701f79e5a78c" + "2a512fa8-90c1-4e44-8812-ebdec4ae2fd7" ], "x-ms-correlation-request-id": [ - "c297fc47-ce0a-479f-bebc-1824a5ed6f30" + "35b41266-bfd7-4fd2-8bf0-09993c52eca5" ], "x-ms-arm-service-request-id": [ - "cdf1b5c7-6c64-4dea-b6d4-87af19c4d9c2" + "e68f3497-36f6-433b-a434-7f4f42675ec7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211041Z:c297fc47-ce0a-479f-bebc-1824a5ed6f30" + "EASTUS2:20211117T200156Z:35b41266-bfd7-4fd2-8bf0-09993c52eca5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:40 GMT" - ], "Content-Length": [ "772" ], @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3417\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417\",\r\n \"etag\": \"W/\\\"4b571eb7-6f51-42cd-ad9e-5b226714f7e4\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c5e1b0a9-c4f1-4e8d-b130-9d545a73feff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1893\",\r\n \"fqdn\": \"dn1893.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765\",\r\n \"etag\": \"W/\\\"dca4d57c-1fd4-4805-a771-d834c8ee7098\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"665b8dc0-b1f7-4efe-981b-1a6494bfb863\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3070\",\r\n \"fqdn\": \"dn3070.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0MTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU3NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8caf0dfe-7653-422e-973a-81dae27639cb" + "ce423cc3-cba5-407f-9456-c6a08cb76a6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +744,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4b571eb7-6f51-42cd-ad9e-5b226714f7e4\"" + "W/\"dca4d57c-1fd4-4805-a771-d834c8ee7098\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5be69f8f-d6e4-4892-9243-d6c63a646234" + "0aa5ca6b-9546-48df-88c8-0970044b005e" ], "x-ms-correlation-request-id": [ - "d337e5a8-dedb-4a96-bf52-219062b514ed" + "0acb7460-170e-470d-93c6-bc23a4da75d5" ], "x-ms-arm-service-request-id": [ - "bf6dde46-3f15-4684-99da-74c7a5a8c46e" + "02f465f1-adae-4b8b-8c60-5716197549a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211041Z:d337e5a8-dedb-4a96-bf52-219062b514ed" + "EASTUS2:20211117T200156Z:0acb7460-170e-470d-93c6-bc23a4da75d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:40 GMT" - ], "Content-Length": [ "772" ], @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3417\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417\",\r\n \"etag\": \"W/\\\"4b571eb7-6f51-42cd-ad9e-5b226714f7e4\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c5e1b0a9-c4f1-4e8d-b130-9d545a73feff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1893\",\r\n \"fqdn\": \"dn1893.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765\",\r\n \"etag\": \"W/\\\"dca4d57c-1fd4-4805-a771-d834c8ee7098\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"665b8dc0-b1f7-4efe-981b-1a6494bfb863\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3070\",\r\n \"fqdn\": \"dn3070.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxNzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY3NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1679\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9260\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3d4a23c-46ed-46d7-9d9e-cccfb3737d77" + "9db4ae07-012c-4c4a-b403-97f0fe467917" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,46 +820,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d925b54b-605f-4017-965a-1b790a3b278c" + "23c5f4be-3c63-4aad-a412-81b894fcfa45" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/d925b54b-605f-4017-965a-1b790a3b278c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/23c5f4be-3c63-4aad-a412-81b894fcfa45?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ed5a7196-38f6-4df7-8952-6d9282e220e8" + "adcb48dd-6161-42e6-8ca4-c5c75c1d88a4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8b77c545-89ac-473a-91e1-7ac4de7a5cb5" + "d16cf0df-db9c-4939-b90e-a838b4b3c206" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211042Z:ed5a7196-38f6-4df7-8952-6d9282e220e8" + "EASTUS2:20211117T200158Z:adcb48dd-6161-42e6-8ca4-c5c75c1d88a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:42 GMT" - ], "Content-Length": [ "1322" ], @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173\",\r\n \"etag\": \"W/\\\"ba4cbc19-84de-4444-a842-d82835f2bdc1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1c0d2a42-f7e6-42d6-8488-71fe0a56f99b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1679\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\",\r\n \"etag\": \"W/\\\"ba4cbc19-84de-4444-a842-d82835f2bdc1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6773\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773\",\r\n \"etag\": \"W/\\\"e05bfae3-abe7-4019-9535-7362d8e7b18e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4941f35d-ecf8-42cd-94ac-348a2752da6c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9260\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\",\r\n \"etag\": \"W/\\\"e05bfae3-abe7-4019-9535-7362d8e7b18e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/d925b54b-605f-4017-965a-1b790a3b278c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kOTI1YjU0Yi02MDVmLTQwMTctOTY1YS0xYjc5MGEzYjI3OGM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/23c5f4be-3c63-4aad-a412-81b894fcfa45?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yM2M1ZjRiZS0zYzYzLTRhYWQtYTQxMi04MWI4OTRmY2ZhNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "96d8a871-3db7-4e36-a20c-9fa83b7d9b6e" + "651b4abd-442a-45fe-88e1-38801b6ddfb4" ], "x-ms-correlation-request-id": [ - "7056c605-31b3-4189-9808-72aba0a2ba98" + "b25511d3-8f6c-4415-9911-bc35a828c8e6" ], "x-ms-arm-service-request-id": [ - "235b41ac-f4c8-4df1-83ec-09b751c438f0" + "4a451ce8-b9ce-48d6-9973-9be87b7459fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211046Z:7056c605-31b3-4189-9808-72aba0a2ba98" + "EASTUS2:20211117T200201Z:b25511d3-8f6c-4415-9911-bc35a828c8e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:45 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxNzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY3NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,40 +951,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e10849ec-23fb-4f49-83d9-88fe03bf6775\"" + "W/\"7933a542-5f58-4303-869c-b70c83881b56\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3c0e1544-2c13-491b-8908-9e39e30aba92" + "72f5090e-6983-438f-966f-601d6ff88bef" ], "x-ms-correlation-request-id": [ - "78c84560-17c9-4360-9196-b95574e383cf" + "ba2fac12-a58f-4344-a117-c4a8650a5195" ], "x-ms-arm-service-request-id": [ - "490760ff-5828-4986-81a5-414549991703" + "dd53005e-edb3-45af-83e0-799de78a5a17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211046Z:78c84560-17c9-4360-9196-b95574e383cf" + "EASTUS2:20211117T200201Z:ba2fac12-a58f-4344-a117-c4a8650a5195" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:45 GMT" - ], "Content-Length": [ "1324" ], @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5173\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173\",\r\n \"etag\": \"W/\\\"e10849ec-23fb-4f49-83d9-88fe03bf6775\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c0d2a42-f7e6-42d6-8488-71fe0a56f99b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1679\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\",\r\n \"etag\": \"W/\\\"e10849ec-23fb-4f49-83d9-88fe03bf6775\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6773\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773\",\r\n \"etag\": \"W/\\\"7933a542-5f58-4303-869c-b70c83881b56\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4941f35d-ecf8-42cd-94ac-348a2752da6c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9260\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\",\r\n \"etag\": \"W/\\\"7933a542-5f58-4303-869c-b70c83881b56\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxNzMvc3VibmV0cy9zbjE2Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY3NzMvc3VibmV0cy9zbjkyNjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58aa82d3-80f5-4386-8c1b-4b823586400e" + "c00831b9-aaf1-41cf-84a9-5f3006d69806" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,40 +1021,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e10849ec-23fb-4f49-83d9-88fe03bf6775\"" + "W/\"7933a542-5f58-4303-869c-b70c83881b56\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9dc6edbd-906d-4c1f-8c10-18083c347bf3" + "27f73c56-5e54-446f-be54-40e2a6449ab2" ], "x-ms-correlation-request-id": [ - "1f84031b-7e37-41d9-9f13-cfbf13ef7699" + "7d0859c3-d32c-4e34-a9ae-65b3eb7fab3f" ], "x-ms-arm-service-request-id": [ - "8d867b75-9e99-4469-98a9-f3c3db90180a" + "e31e6830-97c5-4356-8154-c97bbd05295d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211046Z:1f84031b-7e37-41d9-9f13-cfbf13ef7699" + "EASTUS2:20211117T200201Z:7d0859c3-d32c-4e34-a9ae-65b3eb7fab3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:45 GMT" - ], "Content-Length": [ "523" ], @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1679\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\",\r\n \"etag\": \"W/\\\"e10849ec-23fb-4f49-83d9-88fe03bf6775\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn9260\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\",\r\n \"etag\": \"W/\\\"7933a542-5f58-4303-869c-b70c83881b56\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1679\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\r\n }\r\n },\r\n \"name\": \"ip300\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9260\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\r\n }\r\n },\r\n \"name\": \"ip3212\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d38f0e21-47b4-4e5e-b5ad-acccbb986e1f" + "420c1f2d-af70-4be9-a2e2-7e368d528426" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c84c5737-7b4a-420a-9347-9711d0c54a8a" + "86200a57-0305-4e53-8d1e-1b8162154ab5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/c84c5737-7b4a-420a-9347-9711d0c54a8a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/86200a57-0305-4e53-8d1e-1b8162154ab5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "66e1d638-7fec-4eae-a89d-b1c8bab5e805" + "c922cb6e-3243-4837-8adc-7a4c32119acb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ad184ad6-f203-47c0-af55-18cfe479f560" + "df8db5fb-6eb6-42c7-b781-0244f034d009" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211047Z:66e1d638-7fec-4eae-a89d-b1c8bab5e805" + "EASTUS2:20211117T200202Z:c922cb6e-3243-4837-8adc-7a4c32119acb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:46 GMT" - ], "Content-Length": [ - "1630" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152\",\r\n \"etag\": \"W/\\\"a4599432-9059-4398-b055-13e374ba426f\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bc6aca87-6042-4b8a-a678-6c64a14524ae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip300\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152/ipConfigurations/ip300\",\r\n \"etag\": \"W/\\\"a4599432-9059-4398-b055-13e374ba426f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\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\": \"iiva0hhg45lefbeioh5auvxztd.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9971\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971\",\r\n \"etag\": \"W/\\\"0b457bba-0db6-43eb-9156-e496b6ae5597\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bb23b2ec-ecb0-4630-aefe-05195541435b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3212\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971/ipConfigurations/ip3212\",\r\n \"etag\": \"W/\\\"0b457bba-0db6-43eb-9156-e496b6ae5597\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\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\": \"lxzucspy3tgufffmgsfcouw0ne.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a4599432-9059-4398-b055-13e374ba426f\"" + "W/\"0b457bba-0db6-43eb-9156-e496b6ae5597\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "69f1eb92-c2d7-4d10-8c20-bc2854f01643" + "ee6bfe4e-92c3-4a5b-b0a2-1a5382813dd6" ], "x-ms-correlation-request-id": [ - "105b53be-3620-480e-aee9-03c4c7786134" + "e859e26d-3106-490c-bcc6-b596a8e9debe" ], "x-ms-arm-service-request-id": [ - "5908ee1e-b00f-41a8-a56f-3a2fbe72a05f" + "1d6fb6c4-2ee5-4b9e-b644-a794134d45d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211047Z:105b53be-3620-480e-aee9-03c4c7786134" + "EASTUS2:20211117T200202Z:e859e26d-3106-490c-bcc6-b596a8e9debe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:46 GMT" - ], "Content-Length": [ - "1630" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152\",\r\n \"etag\": \"W/\\\"a4599432-9059-4398-b055-13e374ba426f\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bc6aca87-6042-4b8a-a678-6c64a14524ae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip300\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152/ipConfigurations/ip300\",\r\n \"etag\": \"W/\\\"a4599432-9059-4398-b055-13e374ba426f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\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\": \"iiva0hhg45lefbeioh5auvxztd.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9971\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971\",\r\n \"etag\": \"W/\\\"0b457bba-0db6-43eb-9156-e496b6ae5597\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bb23b2ec-ecb0-4630-aefe-05195541435b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3212\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971/ipConfigurations/ip3212\",\r\n \"etag\": \"W/\\\"0b457bba-0db6-43eb-9156-e496b6ae5597\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\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\": \"lxzucspy3tgufffmgsfcouw0ne.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxNTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk5NzE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f78a6414-1e22-4ee2-b9eb-71658f85fae8" + "5e00c697-a6d1-4b70-be87-3ca404d22d0c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a4599432-9059-4398-b055-13e374ba426f\"" + "W/\"0b457bba-0db6-43eb-9156-e496b6ae5597\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c127639a-6281-4d7c-bcb0-1086fd66b572" + "2e356046-1e9d-45ce-a6bd-efea7e01d552" ], "x-ms-correlation-request-id": [ - "4b1e79c3-36b0-4877-ae3c-a3f219a76dae" + "65cf31c2-6c0c-4a8e-bd70-e2dd5f9a7f50" ], "x-ms-arm-service-request-id": [ - "fa5408a0-8408-4342-8493-50eb9fe579e7" + "4307fcc3-8b59-4752-94cb-34d4b65fafff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211047Z:4b1e79c3-36b0-4877-ae3c-a3f219a76dae" + "EASTUS2:20211117T200202Z:65cf31c2-6c0c-4a8e-bd70-e2dd5f9a7f50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:46 GMT" - ], "Content-Length": [ - "1630" + "1632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152\",\r\n \"etag\": \"W/\\\"a4599432-9059-4398-b055-13e374ba426f\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bc6aca87-6042-4b8a-a678-6c64a14524ae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip300\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/networkInterfaces/nic4152/ipConfigurations/ip300\",\r\n \"etag\": \"W/\\\"a4599432-9059-4398-b055-13e374ba426f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\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\": \"iiva0hhg45lefbeioh5auvxztd.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9971\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971\",\r\n \"etag\": \"W/\\\"0b457bba-0db6-43eb-9156-e496b6ae5597\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bb23b2ec-ecb0-4630-aefe-05195541435b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3212\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/networkInterfaces/nic9971/ipConfigurations/ip3212\",\r\n \"etag\": \"W/\\\"0b457bba-0db6-43eb-9156-e496b6ae5597\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\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\": \"lxzucspy3tgufffmgsfcouw0ne.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI0NjMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIxMzg5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1893\",\r\n \"fqdn\": \"dn1893.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip9389\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7786\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/frontendIPConfigurations/feip9389\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr8136\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp9717\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3070\",\r\n \"fqdn\": \"dn3070.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip4070\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap1298\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/frontendIPConfigurations/feip4070\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr3735\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp7501\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "575c3df1-849e-4319-a00c-cc761c300374" + "34bc5842-d801-43af-be9a-092c0fcce389" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1310,43 +1310,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "446b0a6a-bf53-4066-9db6-24eed9932ee4" + "684fbf84-24d3-4cf6-b8f2-289ca9b4426c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/446b0a6a-bf53-4066-9db6-24eed9932ee4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/684fbf84-24d3-4cf6-b8f2-289ca9b4426c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "98e259f3-a5b3-401b-8831-6996d806ea9c" + "4881aeaf-9c6b-4c83-9ca2-87ec8d8ca512" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "520c6dcf-3aaf-49ee-9bbc-cbb16e665297" + "ff3872df-0b06-42bf-97b9-a51257159af0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211048Z:98e259f3-a5b3-401b-8831-6996d806ea9c" + "EASTUS2:20211117T200203Z:4881aeaf-9c6b-4c83-9ca2-87ec8d8ca512" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:47 GMT" - ], "Content-Length": [ "4565" ], @@ -1357,19 +1357,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb4630\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f5a8e9b-a575-4de0-9546-83f48e530604\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/frontendIPConfigurations/feip9389\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7786\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/frontendIPConfigurations/feip9389\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp9717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb1389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04d718e4-e705-4255-9cfe-512044068545\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4070\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/frontendIPConfigurations/feip4070\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap1298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr3735\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/frontendIPConfigurations/feip4070\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp7501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI0NjMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIxMzg5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1377,40 +1377,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5def57c4-2a53-4ae9-84be-aca2c0b12097\"" + "W/\"271f09a8-c5f8-4805-935f-e45ed7258d76\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9e6b1fc5-796b-407f-bf9c-5ee958f2e1c7" + "e8d4f963-724f-4f40-8107-7cc20f635fd3" ], "x-ms-correlation-request-id": [ - "b998d840-af48-4666-b08b-f2138dde9c5e" + "11c60922-c58b-4c76-9cb0-19b2694aacec" ], "x-ms-arm-service-request-id": [ - "4cac18da-3832-45d0-9302-21dda643b9f9" + "a3619cf0-0fe2-42f0-a0d6-819d3a5addee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211048Z:b998d840-af48-4666-b08b-f2138dde9c5e" + "EASTUS2:20211117T200203Z:11c60922-c58b-4c76-9cb0-19b2694aacec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:47 GMT" - ], "Content-Length": [ "4565" ], @@ -1421,25 +1421,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb4630\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f5a8e9b-a575-4de0-9546-83f48e530604\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/frontendIPConfigurations/feip9389\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7786\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/frontendIPConfigurations/feip9389\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp9717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb1389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04d718e4-e705-4255-9cfe-512044068545\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4070\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/frontendIPConfigurations/feip4070\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap1298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr3735\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/frontendIPConfigurations/feip4070\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp7501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI0NjMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIxMzg5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe1e3d7e-402b-469a-9fb0-f693645b7ae1" + "0d146168-2f66-473f-8cf1-71a8fa457149" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1447,40 +1447,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5def57c4-2a53-4ae9-84be-aca2c0b12097\"" + "W/\"271f09a8-c5f8-4805-935f-e45ed7258d76\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6f6220da-6cc0-433b-8e94-ca10a48dbbbf" + "9a6d0c79-81dc-4f0e-a674-a002051a656a" ], "x-ms-correlation-request-id": [ - "cb6975ce-a1d4-43b1-8a17-6525056ca51b" + "4cd92550-a353-443b-8885-d6e901d5c904" ], "x-ms-arm-service-request-id": [ - "074235f2-6bcb-4a3e-be07-a6c32c7af032" + "5658658c-a065-44d5-be8e-e44216f07645" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211048Z:cb6975ce-a1d4-43b1-8a17-6525056ca51b" + "EASTUS2:20211117T200203Z:4cd92550-a353-443b-8885-d6e901d5c904" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:48 GMT" - ], "Content-Length": [ "4565" ], @@ -1491,26 +1491,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb4630\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f5a8e9b-a575-4de0-9546-83f48e530604\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/frontendIPConfigurations/feip9389\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/publicIPAddresses/pip3417\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7786\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/frontendIPConfigurations/feip9389\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp9717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\",\r\n \"etag\": \"W/\\\"5def57c4-2a53-4ae9-84be-aca2c0b12097\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/loadBalancingRules/lbr8136\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb1389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04d718e4-e705-4255-9cfe-512044068545\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4070\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/frontendIPConfigurations/feip4070\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/publicIPAddresses/pip5765\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap1298\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr3735\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/frontendIPConfigurations/feip4070\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp7501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\",\r\n \"etag\": \"W/\\\"271f09a8-c5f8-4805-935f-e45ed7258d76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/loadBalancingRules/lbr3735\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig612\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig267\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89a39100-5d05-48bc-8c68-bc1be10749e2" + "e1661e92-10b4-4eb4-8c5a-7cd629f06e26" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1523,20 +1523,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/1fcb9718-339b-45d1-ae3e-5a943f4e150f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1545,29 +1552,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64ced586-0462-43f6-a4a8-487d74752985" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1fcb9718-339b-45d1-ae3e-5a943f4e150f" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "587ff818-3ac4-4ddf-ad1d-22fd72815f8a" + "74c477c9-2f97-40eb-9c8b-7883fa66041a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211051Z:587ff818-3ac4-4ddf-ad1d-22fd72815f8a" + "EASTUS2:20211117T200205Z:74c477c9-2f97-40eb-9c8b-7883fa66041a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:10:50 GMT" - ], "Content-Length": [ - "4184" + "4241" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1576,121 +1576,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6155\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig612\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5a8f1e2d-243f-4b94-94ad-989ec4fe0436\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig267\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eaabe9e7-e2d4-49e3-afb6-e6a5356847fb\",\r\n \"timeCreated\": \"2021-11-17T20:02:04.8440383+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NGNlZDU4Ni0wNDYyLTQzZjYtYTRhOC00ODdkNzQ3NTI5ODU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/1fcb9718-339b-45d1-ae3e-5a943f4e150f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xZmNiOTcxOC0zMzliLTQ1ZDEtYWUzZS01YTk0M2Y0ZTE1MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:02:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29996" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "abf86dd7-0681-429a-bb04-b349687e659c" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "c2b4418a-bf4a-493d-8a88-8d776038b8d7" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T211102Z:c2b4418a-bf4a-493d-8a88-8d776038b8d7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:11:02 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:10:50.5987961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64ced586-0462-43f6-a4a8-487d74752985\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NGNlZDU4Ni0wNDYyLTQzZjYtYTRhOC00ODdkNzQ3NTI5ODU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "171f3968-afc0-41d8-987f-a6b7c56c39ca" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d296a22c-92eb-4d8a-bb5c-0cdd59afd60e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11998" ], "x-ms-correlation-request-id": [ - "4762f25a-8973-4764-8551-b08a811a0eed" + "68722658-dc6d-49d8-97c6-4bf942dda48d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211239Z:4762f25a-8973-4764-8551-b08a811a0eed" + "EASTUS2:20211117T200215Z:68722658-dc6d-49d8-97c6-4bf942dda48d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:12:39 GMT" - ], "Content-Length": [ "134" ], @@ -1701,57 +1640,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:10:50.5987961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64ced586-0462-43f6-a4a8-487d74752985\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:02:04.8440383+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1fcb9718-339b-45d1-ae3e-5a943f4e150f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NGNlZDU4Ni0wNDYyLTQzZjYtYTRhOC00ODdkNzQ3NTI5ODU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/1fcb9718-339b-45d1-ae3e-5a943f4e150f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xZmNiOTcxOC0zMzliLTQ1ZDEtYWUzZS01YTk0M2Y0ZTE1MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:03:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1177a90e-1b2e-4db1-9f26-b3df3a7f5bbb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0614f982-ae9f-4698-b66a-706caa13acdb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11999" ], "x-ms-correlation-request-id": [ - "2b4de3f3-6572-4e8e-881f-b361b9f09bc0" + "5cb62018-21ea-4735-b97a-bd8d1d965497" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211416Z:2b4de3f3-6572-4e8e-881f-b361b9f09bc0" + "EASTUS2:20211117T200353Z:5cb62018-21ea-4735-b97a-bd8d1d965497" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:14:16 GMT" - ], "Content-Length": [ "134" ], @@ -1762,57 +1701,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:10:50.5987961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64ced586-0462-43f6-a4a8-487d74752985\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:02:04.8440383+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1fcb9718-339b-45d1-ae3e-5a943f4e150f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NGNlZDU4Ni0wNDYyLTQzZjYtYTRhOC00ODdkNzQ3NTI5ODU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/1fcb9718-339b-45d1-ae3e-5a943f4e150f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xZmNiOTcxOC0zMzliLTQ1ZDEtYWUzZS01YTk0M2Y0ZTE1MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:05:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aabb740c-2227-42aa-a07b-f7ad6476a377" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "765c2ced-f888-4d90-a39f-488f4b641b46" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11999" ], "x-ms-correlation-request-id": [ - "b548ff9a-1a83-4792-b2f2-6e1057c2a10e" + "be4d4a0a-0f96-491f-a3fc-80c456b1e9e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211553Z:b548ff9a-1a83-4792-b2f2-6e1057c2a10e" + "EASTUS2:20211117T200530Z:be4d4a0a-0f96-491f-a3fc-80c456b1e9e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:15:53 GMT" - ], "Content-Length": [ "134" ], @@ -1823,57 +1762,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:10:50.5987961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64ced586-0462-43f6-a4a8-487d74752985\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:02:04.8440383+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1fcb9718-339b-45d1-ae3e-5a943f4e150f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NGNlZDU4Ni0wNDYyLTQzZjYtYTRhOC00ODdkNzQ3NTI5ODU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/1fcb9718-339b-45d1-ae3e-5a943f4e150f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xZmNiOTcxOC0zMzliLTQ1ZDEtYWUzZS01YTk0M2Y0ZTE1MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:07:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "733fa1ac-edce-4e71-90ea-5ee1b8e1f9fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5deae4c7-7b8f-4393-873d-c97f72b4e19a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11999" ], "x-ms-correlation-request-id": [ - "ed6dd31f-147e-4b78-b92c-9779c0eca9b4" + "96d94e76-69a5-42f4-829e-17b9e4ceec46" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211730Z:ed6dd31f-147e-4b78-b92c-9779c0eca9b4" + "EASTUS2:20211117T200707Z:96d94e76-69a5-42f4-829e-17b9e4ceec46" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:17:30 GMT" - ], "Content-Length": [ "134" ], @@ -1884,57 +1823,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:10:50.5987961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64ced586-0462-43f6-a4a8-487d74752985\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:02:04.8440383+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1fcb9718-339b-45d1-ae3e-5a943f4e150f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NGNlZDU4Ni0wNDYyLTQzZjYtYTRhOC00ODdkNzQ3NTI5ODU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/1fcb9718-339b-45d1-ae3e-5a943f4e150f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xZmNiOTcxOC0zMzliLTQ1ZDEtYWUzZS01YTk0M2Y0ZTE1MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:08:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7d3edbf-11fc-403d-b92f-d536fc641832" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4b0b73a8-3893-4244-81f4-422e8ee01b35" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11999" ], "x-ms-correlation-request-id": [ - "9a3b52f6-b1e0-4bc6-b41e-a3f48bca0df0" + "c6db778a-07c5-48d7-a5e2-8c4383762035" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T211907Z:9a3b52f6-b1e0-4bc6-b41e-a3f48bca0df0" + "EASTUS2:20211117T200844Z:c6db778a-07c5-48d7-a5e2-8c4383762035" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:19:06 GMT" - ], "Content-Length": [ "134" ], @@ -1945,57 +1884,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:10:50.5987961+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"64ced586-0462-43f6-a4a8-487d74752985\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:02:04.8440383+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1fcb9718-339b-45d1-ae3e-5a943f4e150f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/64ced586-0462-43f6-a4a8-487d74752985?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82NGNlZDU4Ni0wNDYyLTQzZjYtYTRhOC00ODdkNzQ3NTI5ODU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/1fcb9718-339b-45d1-ae3e-5a943f4e150f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8xZmNiOTcxOC0zMzliLTQ1ZDEtYWUzZS01YTk0M2Y0ZTE1MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:10:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4a9ae705-eb84-48ea-b96e-7fc683b7c0f2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "411e49f5-f5ba-4570-b7ba-4f3801b3ca17" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11999" ], "x-ms-correlation-request-id": [ - "55d871d2-bca3-469b-a7f1-7deb86478a61" + "e4aa1783-020c-404c-b17e-fca6fae255e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T212044Z:55d871d2-bca3-469b-a7f1-7deb86478a61" + "EASTUS2:20211117T201021Z:e4aa1783-020c-404c-b17e-fca6fae255e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:20:43 GMT" - ], "Content-Length": [ "184" ], @@ -2006,59 +1945,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:10:50.5987961+00:00\",\r\n \"endTime\": \"2021-07-08T21:19:17.0385144+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"64ced586-0462-43f6-a4a8-487d74752985\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:02:04.8440383+00:00\",\r\n \"endTime\": \"2021-11-17T20:09:50.9249571+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1fcb9718-339b-45d1-ae3e-5a943f4e150f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:10:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2595" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a60ec49-aed5-4af0-9044-2ba4bffbb6a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "130b47cd-5851-45f5-b86e-4433497e4809" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "e4473f38-f03e-40a8-9ff2-3c9214b739ae" + "34bbc539-1d45-477a-8dad-190690c8dac9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T212044Z:e4473f38-f03e-40a8-9ff2-3c9214b739ae" + "EASTUS2:20211117T201021Z:34bbc539-1d45-477a-8dad-190690c8dac9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:20:43 GMT" - ], "Content-Length": [ - "4185" + "4242" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2067,65 +2006,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6155\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig612\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5a8f1e2d-243f-4b94-94ad-989ec4fe0436\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig267\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eaabe9e7-e2d4-49e3-afb6-e6a5356847fb\",\r\n \"timeCreated\": \"2021-11-17T20:02:04.8440383+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "876f8c25-838c-45a6-9a6d-a6735c85225b" + "52e98581-0b2a-4b49-9b0a-e4c86e86f4eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:10:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67ee2fd8-af00-4777-ace5-8505203f61a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a2514493-7c9d-4e64-a475-d6ace5779be4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "ed4d84c5-f1f6-4957-bfb4-8db92717e050" + "b2dc38ad-3048-4b2f-a1b6-7f0e2718c5ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T212044Z:ed4d84c5-f1f6-4957-bfb4-8db92717e050" + "EASTUS2:20211117T201021Z:b2dc38ad-3048-4b2f-a1b6-7f0e2718c5ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:20:43 GMT" - ], "Content-Length": [ - "4185" + "4242" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2134,63 +2073,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6155\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/probes/lbp9717\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig612\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/virtualNetworks/vn5173/subnets/sn1679\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Network/loadBalancers/lb4630/backendAddressPools/beap7786\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5a8f1e2d-243f-4b94-94ad-989ec4fe0436\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"automaticOSUpgradePolicy\": {\r\n \"enableAutomaticOSUpgrade\": false,\r\n \"useRollingUpgradePolicy\": false,\r\n \"disableAutomaticRollback\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/probes/lbp7501\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig267\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5586\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/virtualNetworks/vn6773/subnets/sn9260\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Network/loadBalancers/lb1389/backendAddressPools/beap1298\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eaabe9e7-e2d4-49e3-afb6-e6a5356847fb\",\r\n \"timeCreated\": \"2021-11-17T20:02:04.8440383+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0062a8e-2a55-46f7-9c96-aad58d671aef" + "212b9c94-7101-4bfb-b6b8-34ad278038ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:20:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bdfcb1d8-e286-4ba3-87bd-cca31232b0ed" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "870b481e-445d-4225-8ccb-433cdabd149e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "8bf7204f-5fd4-473b-82ce-34187f76cb68" + "78517d9b-31fa-42ad-bf8a-00ca09cdef02" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213044Z:8bf7204f-5fd4-473b-82ce-34187f76cb68" + "EASTUS2:20211117T202022Z:78517d9b-31fa-42ad-bf8a-00ca09cdef02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:30:43 GMT" - ], "Content-Length": [ "822" ], @@ -2201,65 +2140,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-08T21:21:32.8049004+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T20:09:50.9093226+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fd1f583-fe2e-48f8-a5ad-b3e7aea491c6" + "da4db929-a5be-4883-8bba-0d245ce016c1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;176,Microsoft.Compute/HighCostGetVMScaleSet30Min;893" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ac022d0-f12b-41c7-96f5-e796fa68d046" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b7415273-743d-4d12-8d4d-9a6626d2b53f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "9a8e6664-8545-41eb-a3cb-f4501bb52d7c" + "884884a6-47b5-4abc-b1d7-acebf81afdb0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213145Z:9a8e6664-8545-41eb-a3cb-f4501bb52d7c" + "EASTUS2:20211117T202122Z:884884a6-47b5-4abc-b1d7-acebf81afdb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:31:44 GMT" - ], "Content-Length": [ - "755" + "822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2268,43 +2207,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Updating\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T20:20:43.0062799+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155/osRollingUpgrade?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1L29zUm9sbGluZ1VwZ3JhZGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749/osRollingUpgrade?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5L29zUm9sbGluZ1VwZ3JhZGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e5d15b6-b0a2-419d-a5aa-af25c548fc0f" + "315f0d98-c3f9-49fc-b2f3-7595c240b31f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:20:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3d5bc8d0-5311-4221-8ddb-f6bcc22590aa?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2671bc58-b5e2-4657-94f6-e3b5be7114ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3d5bc8d0-5311-4221-8ddb-f6bcc22590aa?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2671bc58-b5e2-4657-94f6-e3b5be7114ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -2313,71 +2259,71 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3d5bc8d0-5311-4221-8ddb-f6bcc22590aa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2671bc58-b5e2-4657-94f6-e3b5be7114ff" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "2afeec9e-46fd-4060-908e-bac57aab22ed" + "7958e5a6-0a6d-4947-a91e-cd0818f5d69f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213045Z:2afeec9e-46fd-4060-908e-bac57aab22ed" + "EASTUS2:20211117T202022Z:7958e5a6-0a6d-4947-a91e-cd0818f5d69f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:30:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155/osRollingUpgrade?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1L29zUm9sbGluZ1VwZ3JhZGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749/osRollingUpgrade?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5L29zUm9sbGluZ1VwZ3JhZGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ef6bece-c18a-47c9-930c-fcecd5817753" + "e70f289c-ae34-4148-bdda-cf2d782e14c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/c5caf2dd-ea10-41d1-ad3d-d7c375d01bd0?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/6bc5da4d-2e3a-4acc-9d0b-78cdf3cc16d3?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/c5caf2dd-ea10-41d1-ad3d-d7c375d01bd0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/6bc5da4d-2e3a-4acc-9d0b-78cdf3cc16d3?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -2386,85 +2332,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5caf2dd-ea10-41d1-ad3d-d7c375d01bd0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6bc5da4d-2e3a-4acc-9d0b-78cdf3cc16d3" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "b7401f11-eabb-4a99-add0-227becee28de" + "57da13d2-cb8a-4b1e-b029-ecd3f0d76712" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213145Z:b7401f11-eabb-4a99-add0-227becee28de" + "EASTUS2:20211117T202122Z:57da13d2-cb8a-4b1e-b029-ecd3f0d76712" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:31:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3d5bc8d0-5311-4221-8ddb-f6bcc22590aa?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zZDViYzhkMC01MzExLTQyMjEtOGRkYi1mNmJjYzIyNTkwYWE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2671bc58-b5e2-4657-94f6-e3b5be7114ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yNjcxYmM1OC1iNWUyLTQ2NTctOTRmNi1lM2I1YmU3MTE0ZmY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:20:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d8a0c8e-c7be-4c8f-bac6-cdf50f4aa6ab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bdc86ac8-6f96-46ff-bd25-733232671e75" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "090d6b59-1f9e-4daa-be14-675f8b2459b7" + "f0c9cfd0-3274-402a-870a-b8507a3baa3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213115Z:090d6b59-1f9e-4daa-be14-675f8b2459b7" + "EASTUS2:20211117T202052Z:f0c9cfd0-3274-402a-870a-b8507a3baa3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:31:15 GMT" - ], "Content-Length": [ "134" ], @@ -2475,57 +2414,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:30:44.8695139+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3d5bc8d0-5311-4221-8ddb-f6bcc22590aa\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:20:22.1155527+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2671bc58-b5e2-4657-94f6-e3b5be7114ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3d5bc8d0-5311-4221-8ddb-f6bcc22590aa?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zZDViYzhkMC01MzExLTQyMjEtOGRkYi1mNmJjYzIyNTkwYWE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2671bc58-b5e2-4657-94f6-e3b5be7114ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yNjcxYmM1OC1iNWUyLTQ2NTctOTRmNi1lM2I1YmU3MTE0ZmY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "50a63c25-8792-44be-b9f6-d101be202211" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7999455e-359b-4c3d-b061-25381997b43d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "41ff3167-26e4-42c7-9241-6c3b85a9ff89" + "6462164c-5741-4d88-ab72-422d84dab28f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213145Z:41ff3167-26e4-42c7-9241-6c3b85a9ff89" + "EASTUS2:20211117T202122Z:6462164c-5741-4d88-ab72-422d84dab28f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:31:44 GMT" - ], "Content-Length": [ "184" ], @@ -2536,123 +2475,123 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:30:44.8695139+00:00\",\r\n \"endTime\": \"2021-07-08T21:31:25.9165144+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3d5bc8d0-5311-4221-8ddb-f6bcc22590aa\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:20:22.1155527+00:00\",\r\n \"endTime\": \"2021-11-17T20:21:03.0689036+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2671bc58-b5e2-4657-94f6-e3b5be7114ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3d5bc8d0-5311-4221-8ddb-f6bcc22590aa?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zZDViYzhkMC01MzExLTQyMjEtOGRkYi1mNmJjYzIyNTkwYWE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2671bc58-b5e2-4657-94f6-e3b5be7114ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yNjcxYmM1OC1iNWUyLTQ2NTctOTRmNi1lM2I1YmU3MTE0ZmY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "257d8c86-270d-466c-9c8b-25c99265688a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07cf1541-b0dc-40fa-bf04-209413703134" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "d9a1845e-0b56-457b-a37b-43a235522c53" + "9effd0bc-2484-4497-9abd-551acc5a8051" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213145Z:d9a1845e-0b56-457b-a37b-43a235522c53" + "EASTUS2:20211117T202122Z:9effd0bc-2484-4497-9abd-551acc5a8051" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:31:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155/rollingUpgrades/latest?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1L3JvbGxpbmdVcGdyYWRlcy9sYXRlc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749/rollingUpgrades/latest?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5L3JvbGxpbmdVcGdyYWRlcy9sYXRlc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81d8c239-1d16-454e-a75f-ba741efba36d" + "b6a67e3b-aef3-441b-9a3a-4bd5d20d6378" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2582" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9788b55e-dfca-4a2c-b7be-f0b409fd7ed7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a6e1cc9a-7ee5-4988-8c3b-49102d9796b8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "3a9a5d10-cc46-4c5f-83fc-67561c14ae02" + "d44b1ba7-a2fd-4149-bc35-2fbaf66a13de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213145Z:3a9a5d10-cc46-4c5f-83fc-67561c14ae02" + "EASTUS2:20211117T202122Z:d44b1ba7-a2fd-4149-bc35-2fbaf66a13de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:31:44 GMT" - ], "Content-Length": [ - "702" + "703" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2661,65 +2600,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"policy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"runningStatus\": {\r\n \"lastAction\": \"Start\",\r\n \"lastActionTime\": \"2021-07-08T21:30:44.9320463+00:00\",\r\n \"code\": \"Completed\",\r\n \"startTime\": \"2021-07-08T21:30:45.0415242+00:00\"\r\n },\r\n \"progress\": {\r\n \"successfulInstanceCount\": 2,\r\n \"failedInstanceCount\": 0,\r\n \"inProgressInstanceCount\": 0,\r\n \"pendingInstanceCount\": 0\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"policy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"runningStatus\": {\r\n \"lastAction\": \"Start\",\r\n \"lastActionTime\": \"2021-11-17T20:20:22.1624115+00:00\",\r\n \"code\": \"Completed\",\r\n \"startTime\": \"2021-11-17T20:20:22.2249271+00:00\"\r\n },\r\n \"progress\": {\r\n \"successfulInstanceCount\": 2,\r\n \"failedInstanceCount\": 0,\r\n \"inProgressInstanceCount\": 0,\r\n \"pendingInstanceCount\": 0\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155/rollingUpgrades/latest?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1L3JvbGxpbmdVcGdyYWRlcy9sYXRlc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749/rollingUpgrades/latest?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5L3JvbGxpbmdVcGdyYWRlcy9sYXRlc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f35b9199-58b3-4836-bb69-52be2b25bb1c" + "b1bb40b7-bac0-4d4a-bbf0-bcc2f0f658fa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ + "Date": [ + "Wed, 17 Nov 2021 20:21:53 GMT" + ], + "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2581" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2588" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03677af1-c4f3-4c37-aced-25dae2436b8c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a5a3e010-1d74-4781-8780-8ac010e3a952" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-correlation-request-id": [ - "c77e7d74-e347-47bd-861f-13600777d0a4" + "b5b50160-c247-4401-85ea-a882b85e068b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213215Z:c77e7d74-e347-47bd-861f-13600777d0a4" + "EASTUS2:20211117T202153Z:b5b50160-c247-4401-85ea-a882b85e068b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:32:15 GMT" - ], "Content-Length": [ - "1107" + "1106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2728,43 +2667,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"policy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"runningStatus\": {\r\n \"lastAction\": \"Cancel\",\r\n \"lastActionTime\": \"2021-07-08T21:31:45.7291352+00:00\",\r\n \"code\": \"Cancelled\",\r\n \"startTime\": \"2021-07-08T21:31:45.5260008+00:00\"\r\n },\r\n \"progress\": {\r\n \"successfulInstanceCount\": 0,\r\n \"failedInstanceCount\": 1,\r\n \"inProgressInstanceCount\": 0,\r\n \"pendingInstanceCount\": 1\r\n },\r\n \"error\": {\r\n \"details\": [\r\n {\r\n \"code\": \"RollingUpgradeCanceled\",\r\n \"message\": \"Rolling Upgrade failed as upgrade was canceled while it was in progress.\",\r\n \"target\": \"vmss6155/virtualMachines/0\"\r\n }\r\n ],\r\n \"code\": \"RollingUpgradeCanceled\",\r\n \"message\": \"Rolling Upgrade failed as upgrade was canceled while it was in progress.\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"policy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n },\r\n \"runningStatus\": {\r\n \"lastAction\": \"Cancel\",\r\n \"lastActionTime\": \"2021-11-17T20:21:22.725224+00:00\",\r\n \"code\": \"Cancelled\",\r\n \"startTime\": \"2021-11-17T20:21:22.6158476+00:00\"\r\n },\r\n \"progress\": {\r\n \"successfulInstanceCount\": 0,\r\n \"failedInstanceCount\": 1,\r\n \"inProgressInstanceCount\": 0,\r\n \"pendingInstanceCount\": 1\r\n },\r\n \"error\": {\r\n \"details\": [\r\n {\r\n \"code\": \"RollingUpgradeCanceled\",\r\n \"message\": \"Rolling Upgrade failed as upgrade was canceled while it was in progress.\",\r\n \"target\": \"vmss2749/virtualMachines/0\"\r\n }\r\n ],\r\n \"code\": \"RollingUpgradeCanceled\",\r\n \"message\": \"Rolling Upgrade failed as upgrade was canceled while it was in progress.\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2104/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6155/rollingUpgrades/cancel?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIxMDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTU1L3JvbGxpbmdVcGdyYWRlcy9jYW5jZWw/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5869/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2749/rollingUpgrades/cancel?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU4NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQ5L3JvbGxpbmdVcGdyYWRlcy9jYW5jZWw/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "351fd95b-e896-40f2-a783-5d38a33c09a9" + "291debe0-dae4-424b-bf18-01fd29a84369" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/809dd110-97d4-4386-a45a-1cf00d3c54f5?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/dc039aad-5187-42ca-ab4f-68e16b149c8b?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/809dd110-97d4-4386-a45a-1cf00d3c54f5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/dc039aad-5187-42ca-ab4f-68e16b149c8b?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -2773,87 +2719,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "809dd110-97d4-4386-a45a-1cf00d3c54f5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc039aad-5187-42ca-ab4f-68e16b149c8b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "83395811-27f0-4df7-b669-49da18c11b07" + "d2f41261-54f2-493e-8a86-a2fbb4cc4aec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213145Z:83395811-27f0-4df7-b669-49da18c11b07" + "EASTUS2:20211117T202122Z:d2f41261-54f2-493e-8a86-a2fbb4cc4aec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:31:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/809dd110-97d4-4386-a45a-1cf00d3c54f5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84MDlkZDExMC05N2Q0LTQzODYtYTQ1YS0xY2YwMGQzYzU0ZjU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/dc039aad-5187-42ca-ab4f-68e16b149c8b?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kYzAzOWFhZC01MTg3LTQyY2EtYWI0Zi02OGUxNmIxNDljOGI/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40688bc0-105f-4644-ab1a-10ea46fc1465" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7efdc1f7-d5f1-4e33-ae86-59198e731878" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-correlation-request-id": [ - "d2707b30-bd59-4368-91e1-29c9d390d5fc" + "c974dfc3-0aa9-447c-a195-52160f8414a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213215Z:d2707b30-bd59-4368-91e1-29c9d390d5fc" + "EASTUS2:20211117T202152Z:c974dfc3-0aa9-447c-a195-52160f8414a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:32:15 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2862,83 +2801,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-08T21:31:45.7291352+00:00\",\r\n \"endTime\": \"2021-07-08T21:31:45.8072795+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"809dd110-97d4-4386-a45a-1cf00d3c54f5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T20:21:22.725224+00:00\",\r\n \"endTime\": \"2021-11-17T20:21:22.8190057+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dc039aad-5187-42ca-ab4f-68e16b149c8b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/809dd110-97d4-4386-a45a-1cf00d3c54f5?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84MDlkZDExMC05N2Q0LTQzODYtYTQ1YS0xY2YwMGQzYzU0ZjU/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/dc039aad-5187-42ca-ab4f-68e16b149c8b?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kYzAzOWFhZC01MTg3LTQyY2EtYWI0Zi02OGUxNmIxNDljOGI/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7716e746-d00a-4aa2-a24c-a372975f220e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7a36fdca-8a94-463f-870a-2f12aa605d14" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "fa5b4e39-ca4c-4463-92cc-2329df05c6e5" + "6ced9797-856d-4c22-b85d-17796dd9c30d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213215Z:fa5b4e39-ca4c-4463-92cc-2329df05c6e5" + "EASTUS2:20211117T202152Z:6ced9797-856d-4c22-b85d-17796dd9c30d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:32:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2104?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIxMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5869?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU4Njk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e64b135-e512-4c7c-887e-b08abac5b8cc" + "39127d90-d0f8-4c8e-a70c-04a6765f5382" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2946,11 +2885,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:21:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2959,13 +2901,13 @@ "14999" ], "x-ms-request-id": [ - "b3d3f76f-63a3-461a-899a-dd56025576c7" + "b684be34-0210-4b75-80a6-08fbeec35708" ], "x-ms-correlation-request-id": [ - "b3d3f76f-63a3-461a-899a-dd56025576c7" + "b684be34-0210-4b75-80a6-08fbeec35708" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213217Z:b3d3f76f-63a3-461a-899a-dd56025576c7" + "EASTUS2:20211117T202153Z:b684be34-0210-4b75-80a6-08fbeec35708" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2973,86 +2915,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:32:16 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "15ea21a5-f9f7-41ec-b1c8-77e7233c2ace" - ], - "x-ms-correlation-request-id": [ - "15ea21a5-f9f7-41ec-b1c8-77e7233c2ace" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213232Z:15ea21a5-f9f7-41ec-b1c8-77e7233c2ace" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:32:31 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3060,26 +2942,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:22:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-request-id": [ - "dd90a07a-1a2d-40a8-8910-a69ea9b36847" + "63a15d52-6624-4ba6-b325-3eb6f3b18be6" ], "x-ms-correlation-request-id": [ - "dd90a07a-1a2d-40a8-8910-a69ea9b36847" + "63a15d52-6624-4ba6-b325-3eb6f3b18be6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213247Z:dd90a07a-1a2d-40a8-8910-a69ea9b36847" + "EASTUS2:20211117T202209Z:63a15d52-6624-4ba6-b325-3eb6f3b18be6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3087,29 +2972,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:32:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3117,26 +2999,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:22:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-request-id": [ - "a227d122-bcc5-4251-aa15-aa0d8e4d9f5c" + "d977e76a-88a0-4156-8b14-98564b27a5e2" ], "x-ms-correlation-request-id": [ - "a227d122-bcc5-4251-aa15-aa0d8e4d9f5c" + "d977e76a-88a0-4156-8b14-98564b27a5e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213302Z:a227d122-bcc5-4251-aa15-aa0d8e4d9f5c" + "EASTUS2:20211117T202224Z:d977e76a-88a0-4156-8b14-98564b27a5e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3144,29 +3029,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:33:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3174,26 +3056,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:22:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-request-id": [ - "9ecbae86-5842-4cb8-ae2b-95d5993ec105" + "851190eb-5ffe-4045-be14-a5a126281c74" ], "x-ms-correlation-request-id": [ - "9ecbae86-5842-4cb8-ae2b-95d5993ec105" + "851190eb-5ffe-4045-be14-a5a126281c74" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213317Z:9ecbae86-5842-4cb8-ae2b-95d5993ec105" + "EASTUS2:20211117T202239Z:851190eb-5ffe-4045-be14-a5a126281c74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3201,29 +3086,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:33:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3231,26 +3113,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:22:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-request-id": [ - "83fceed0-74b4-448c-af66-09b72db7edd1" + "8dfbf81c-02c6-42c3-89bc-33c90eb0573e" ], "x-ms-correlation-request-id": [ - "83fceed0-74b4-448c-af66-09b72db7edd1" + "8dfbf81c-02c6-42c3-89bc-33c90eb0573e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213332Z:83fceed0-74b4-448c-af66-09b72db7edd1" + "EASTUS2:20211117T202254Z:8dfbf81c-02c6-42c3-89bc-33c90eb0573e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3258,29 +3143,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:33:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3288,26 +3170,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:23:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11995" ], "x-ms-request-id": [ - "55f7d1d5-0db5-4c31-b1b6-6f2c86d12f0d" + "cbaf039b-d7ef-491a-9449-25280e38c270" ], "x-ms-correlation-request-id": [ - "55f7d1d5-0db5-4c31-b1b6-6f2c86d12f0d" + "cbaf039b-d7ef-491a-9449-25280e38c270" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213347Z:55f7d1d5-0db5-4c31-b1b6-6f2c86d12f0d" + "EASTUS2:20211117T202309Z:cbaf039b-d7ef-491a-9449-25280e38c270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3315,29 +3200,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:33:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3345,26 +3227,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:23:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-request-id": [ - "f30dc298-06ca-4e2b-90ea-0f919aded987" + "baf6a831-6758-4ad2-814e-4f89ed9c548c" ], "x-ms-correlation-request-id": [ - "f30dc298-06ca-4e2b-90ea-0f919aded987" + "baf6a831-6758-4ad2-814e-4f89ed9c548c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213402Z:f30dc298-06ca-4e2b-90ea-0f919aded987" + "EASTUS2:20211117T202324Z:baf6a831-6758-4ad2-814e-4f89ed9c548c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3372,29 +3257,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:34:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3402,26 +3284,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:23:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-request-id": [ - "150c0ba7-047d-4436-aa3e-753a7d921d1a" + "2933e7ca-b45b-454a-a189-d9c100d98a8e" ], "x-ms-correlation-request-id": [ - "150c0ba7-047d-4436-aa3e-753a7d921d1a" + "2933e7ca-b45b-454a-a189-d9c100d98a8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213417Z:150c0ba7-047d-4436-aa3e-753a7d921d1a" + "EASTUS2:20211117T202339Z:2933e7ca-b45b-454a-a189-d9c100d98a8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3429,29 +3314,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:34:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3459,26 +3341,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:23:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-request-id": [ - "277de0fb-715d-4ce6-8762-a27d48dc8f29" + "8627325f-6567-439b-8833-5924969841cf" ], "x-ms-correlation-request-id": [ - "277de0fb-715d-4ce6-8762-a27d48dc8f29" + "8627325f-6567-439b-8833-5924969841cf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213432Z:277de0fb-715d-4ce6-8762-a27d48dc8f29" + "EASTUS2:20211117T202354Z:8627325f-6567-439b-8833-5924969841cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3486,29 +3371,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:34:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3516,26 +3398,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:24:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11991" ], "x-ms-request-id": [ - "f37ee6b9-6aa4-4f5a-bec5-89f25aaf30eb" + "93248686-82f2-4040-b01e-18cdd805ba1f" ], "x-ms-correlation-request-id": [ - "f37ee6b9-6aa4-4f5a-bec5-89f25aaf30eb" + "93248686-82f2-4040-b01e-18cdd805ba1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213447Z:f37ee6b9-6aa4-4f5a-bec5-89f25aaf30eb" + "EASTUS2:20211117T202409Z:93248686-82f2-4040-b01e-18cdd805ba1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3543,29 +3428,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:34:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3573,26 +3455,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:24:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11990" ], "x-ms-request-id": [ - "b63b3ecb-9eab-455a-970a-3413b880c6a9" + "976c8159-dd56-4303-9064-7f3c7358e9b3" ], "x-ms-correlation-request-id": [ - "b63b3ecb-9eab-455a-970a-3413b880c6a9" + "976c8159-dd56-4303-9064-7f3c7358e9b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213502Z:b63b3ecb-9eab-455a-970a-3413b880c6a9" + "EASTUS2:20211117T202424Z:976c8159-dd56-4303-9064-7f3c7358e9b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3600,29 +3485,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:35:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3630,26 +3512,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:24:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11989" ], "x-ms-request-id": [ - "2105a124-4ba3-4884-aaf7-7606f644fb68" + "e4121049-830e-44bc-9fd7-d568e6894826" ], "x-ms-correlation-request-id": [ - "2105a124-4ba3-4884-aaf7-7606f644fb68" + "e4121049-830e-44bc-9fd7-d568e6894826" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213518Z:2105a124-4ba3-4884-aaf7-7606f644fb68" + "EASTUS2:20211117T202439Z:e4121049-830e-44bc-9fd7-d568e6894826" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3657,29 +3542,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:35:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3687,26 +3569,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:24:54 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11988" ], "x-ms-request-id": [ - "abc1dc80-5aeb-4294-aca0-c1bd004bab58" + "7c9282b8-f8cc-4040-877e-18fac7b2165a" ], "x-ms-correlation-request-id": [ - "abc1dc80-5aeb-4294-aca0-c1bd004bab58" + "7c9282b8-f8cc-4040-877e-18fac7b2165a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213533Z:abc1dc80-5aeb-4294-aca0-c1bd004bab58" + "EASTUS2:20211117T202454Z:7c9282b8-f8cc-4040-877e-18fac7b2165a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3714,29 +3593,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:35:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1ODY5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxT0RZNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3744,26 +3620,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:24:54 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11987" ], "x-ms-request-id": [ - "50a5a646-e002-401f-988d-70f18bd4c930" + "880b655c-1927-4cc3-82a1-f2d53af98dbc" ], "x-ms-correlation-request-id": [ - "50a5a646-e002-401f-988d-70f18bd4c930" + "880b655c-1927-4cc3-82a1-f2d53af98dbc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210708T213548Z:50a5a646-e002-401f-988d-70f18bd4c930" + "EASTUS2:20211117T202454Z:880b655c-1927-4cc3-82a1-f2d53af98dbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3771,629 +3644,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 08 Jul 2021 21:35:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "110c7a0a-299a-4e6d-8845-ad45f358e51d" - ], - "x-ms-correlation-request-id": [ - "110c7a0a-299a-4e6d-8845-ad45f358e51d" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213603Z:110c7a0a-299a-4e6d-8845-ad45f358e51d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:36:02 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "129e78fa-8122-4a01-b399-2413e69f4897" - ], - "x-ms-correlation-request-id": [ - "129e78fa-8122-4a01-b399-2413e69f4897" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213618Z:129e78fa-8122-4a01-b399-2413e69f4897" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:36:17 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "ecd6fc2e-d477-4b76-8d8f-9245878168d3" - ], - "x-ms-correlation-request-id": [ - "ecd6fc2e-d477-4b76-8d8f-9245878168d3" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213633Z:ecd6fc2e-d477-4b76-8d8f-9245878168d3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:36:32 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "81e48303-9421-4fbc-bdb0-dc26921523f3" - ], - "x-ms-correlation-request-id": [ - "81e48303-9421-4fbc-bdb0-dc26921523f3" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213648Z:81e48303-9421-4fbc-bdb0-dc26921523f3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:36:48 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "e06c7033-4f1d-4b93-9227-145955ca2ca0" - ], - "x-ms-correlation-request-id": [ - "e06c7033-4f1d-4b93-9227-145955ca2ca0" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213703Z:e06c7033-4f1d-4b93-9227-145955ca2ca0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:37:03 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "4fc24f39-e766-4e1c-abbd-90640219c1e0" - ], - "x-ms-correlation-request-id": [ - "4fc24f39-e766-4e1c-abbd-90640219c1e0" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213718Z:4fc24f39-e766-4e1c-abbd-90640219c1e0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:37:18 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-request-id": [ - "ccd22561-4f49-4697-beea-8c33e9426496" - ], - "x-ms-correlation-request-id": [ - "ccd22561-4f49-4697-beea-8c33e9426496" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213733Z:ccd22561-4f49-4697-beea-8c33e9426496" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:37:33 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "99e6c752-4ad2-46df-b57b-321398e3c466" - ], - "x-ms-correlation-request-id": [ - "99e6c752-4ad2-46df-b57b-321398e3c466" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213749Z:99e6c752-4ad2-46df-b57b-321398e3c466" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:37:48 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-request-id": [ - "775fcb7a-a7d3-4cfc-8cfc-7ab44c83de6d" - ], - "x-ms-correlation-request-id": [ - "775fcb7a-a7d3-4cfc-8cfc-7ab44c83de6d" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213804Z:775fcb7a-a7d3-4cfc-8cfc-7ab44c83de6d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:38:03 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "44714363-e83e-4e4f-a0c0-d16314ccf541" - ], - "x-ms-correlation-request-id": [ - "44714363-e83e-4e4f-a0c0-d16314ccf541" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213819Z:44714363-e83e-4e4f-a0c0-d16314ccf541" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:38:18 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMTA0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TVRBMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-request-id": [ - "d052eec1-591b-49fe-80b7-931e5b46578a" - ], - "x-ms-correlation-request-id": [ - "d052eec1-591b-49fe-80b7-931e5b46578a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210708T213819Z:d052eec1-591b-49fe-80b7-931e5b46578a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 08 Jul 2021 21:38:18 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -4402,34 +3657,34 @@ ], "Names": { "TestVMScaleSetRollingUpgradeAPIs": [ - "crptestar2104", - "vmss6155", - "crptestar4121" + "crptestar5869", + "vmss2749", + "crptestar5839" ], "CreatePublicIP": [ - "pip3417", - "dn1893" + "pip5765", + "dn3070" ], "CreateVNET": [ - "vn5173", - "sn1679" + "vn6773", + "sn9260" ], "CreateNIC": [ - "nic4152", - "ip300" + "nic9971", + "ip3212" ], "CreatePublicLoadBalancerWithProbe": [ - "lb4630", - "feip9389", - "beap7786", - "lbr8136", - "lbp9717" + "lb1389", + "feip4070", + "beap1298", + "lbr3735", + "lbp7501" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8239", - "vmss5274", - "vmsstestnetconfig5953", - "vmsstestnetconfig612" + "crptestar9751", + "vmss4890", + "vmsstestnetconfig267", + "vmsstestnetconfig5586" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeHistory.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeHistory.json index ef074d6b20e33..9ccfc816db774 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeHistory.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRollingUpgradeTests/TestVMScaleSetRollingUpgradeHistory.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6028828-b9e9-4460-a874-a1c3c61dc406" + "eb53b71d-e15d-46c5-9143-7631db985b9a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -36,27 +43,20 @@ "4b8fed99-582f-4b07-8383-e5f0e4544f2c_132671172172448883" ], "x-ms-request-id": [ - "0d71dea0-91b1-45b3-ae02-cd39cffddd6c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d49a058b-7147-4864-8dc8-7d2a0756f73d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ead0cf36-92ef-4c9c-94a7-23aa2efa28be" + "6a9f8978-dc84-4269-b9db-2eee394b0ce9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212006Z:ead0cf36-92ef-4c9c-94a7-23aa2efa28be" + "EASTUS2:20211117T193801Z:6a9f8978-dc84-4269-b9db-2eee394b0ce9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:05 GMT" - ], "Content-Length": [ "323" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3854?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4NTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9749?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk3NDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar3854\": \"2021-06-28 21:20:06Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9749\": \"2021-11-17 19:38:01Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "27e04f6f-a0ba-4d09-beeb-a24a22dcf12b" + "942cc83b-656a-4057-a162-0aaa58cd47ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "d3e5a860-54f7-459e-aaec-cff786b3c49a" + "1879b010-b067-477b-bb20-06f196fd2f68" ], "x-ms-correlation-request-id": [ - "d3e5a860-54f7-459e-aaec-cff786b3c49a" + "1879b010-b067-477b-bb20-06f196fd2f68" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212007Z:d3e5a860-54f7-459e-aaec-cff786b3c49a" + "EASTUS2:20211117T193802Z:1879b010-b067-477b-bb20-06f196fd2f68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:06 GMT" - ], "Content-Length": [ "235" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854\",\r\n \"name\": \"crptestar3854\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar3854\": \"2021-06-28 21:20:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749\",\r\n \"name\": \"crptestar9749\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9749\": \"2021-11-17 19:38:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3854?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4NTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9749?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk3NDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "01849863-ab2b-4dc5-82d7-38269588348b" + "4b0923a8-f7ec-45d4-8d83-fb74c00d8446" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:33 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "09998f5f-2659-4829-a979-0d14bdd0a069" + "c70f6fda-000f-4a39-a935-5a7104cd7b05" ], "x-ms-correlation-request-id": [ - "09998f5f-2659-4829-a979-0d14bdd0a069" + "c70f6fda-000f-4a39-a935-5a7104cd7b05" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212038Z:09998f5f-2659-4829-a979-0d14bdd0a069" + "EASTUS2:20211117T193833Z:c70f6fda-000f-4a39-a935-5a7104cd7b05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:37 GMT" - ], "Content-Length": [ "187" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854\",\r\n \"name\": \"crptestar3854\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749\",\r\n \"name\": \"crptestar9749\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Storage/storageAccounts/crptestar700?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MDA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Storage/storageAccounts/crptestar480?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0ODA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b1545f29-e120-4feb-bbf5-fc67a5587658" + "4ba91940-039c-4b3e-bcbd-07e8e4605207" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/ac9ce6fa-d70c-4a13-888c-d7c359acb6e3?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/b9c6bf20-c47e-47a3-88a0-3e7dcfac909b?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ac9ce6fa-d70c-4a13-888c-d7c359acb6e3" + "b9c6bf20-c47e-47a3-88a0-3e7dcfac909b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "0143175f-36f1-4f81-98d3-1b1d7ef95cb0" + "03be530a-51a9-4b66-a072-f568ae3f4786" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212009Z:0143175f-36f1-4f81-98d3-1b1d7ef95cb0" + "EASTUS2:20211117T193805Z:03be530a-51a9-4b66-a072-f568ae3f4786" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:09 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/ac9ce6fa-d70c-4a13-888c-d7c359acb6e3?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvYXN5bmNvcGVyYXRpb25zL2FjOWNlNmZhLWQ3MGMtNGExMy04ODhjLWQ3YzM1OWFjYjZlMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/b9c6bf20-c47e-47a3-88a0-3e7dcfac909b?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvYXN5bmNvcGVyYXRpb25zL2I5YzZiZjIwLWM0N2UtNDdhMy04OGEwLTNlN2RjZmFjOTA5Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f4f462ce-d09c-497d-a01a-703acca06de6" + "bee123f6-41a1-4166-873d-5bba77a4bc71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "584038cc-c6e0-49be-a2ef-5856c8a47a9a" + "ff1f42e9-9776-4931-9096-69806940e684" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212027Z:584038cc-c6e0-49be-a2ef-5856c8a47a9a" + "EASTUS2:20211117T193823Z:ff1f42e9-9776-4931-9096-69806940e684" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:26 GMT" - ], "Content-Length": [ "96" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78163e84-2268-4ca4-9029-d2421ac20e12" + "3d76fde8-6619-439d-8942-db16dce43fba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fad62fcf-f3e1-4cfc-8e48-c65f18533339" + "21f909f1-ce8a-47a8-ae7e-940501789068" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "4e492b98-fa0c-441b-a65a-39e678ea581d" + "da5f55ec-fbd1-4108-94a6-398361aa06d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212037Z:4e492b98-fa0c-441b-a65a-39e678ea581d" + "EASTUS2:20211117T193833Z:da5f55ec-fbd1-4108-94a6-398361aa06d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:37 GMT" - ], "Content-Length": [ "754" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Storage/storageAccounts/crptestar700\",\r\n \"name\": \"crptestar700\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T21:20:08.207852Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar700.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar700.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar700.table.core.windows.net/\",\r\n \"file\": \"https://crptestar700.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Storage/storageAccounts/crptestar480\",\r\n \"name\": \"crptestar480\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T19:38:04.2474524Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar480.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar480.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar480.table.core.windows.net/\",\r\n \"file\": \"https://crptestar480.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Storage/storageAccounts/crptestar700?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MDA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Storage/storageAccounts/crptestar480?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0ODA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "762783d1-54ba-41e7-b13a-3e322d6e2012" + "d99189d9-6cd1-4c53-810a-e85c29ee80f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5f305e58-ecf2-4633-a971-46d032a0fa2f" + "5e1c4809-7db2-465b-ae31-94a55dc27519" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "359c6e51-65f6-4e67-8b9c-f1cd97dcbee0" + "4dc8adb2-37d5-476b-919e-e5c9d7782a1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212037Z:359c6e51-65f6-4e67-8b9c-f1cd97dcbee0" + "EASTUS2:20211117T193833Z:4dc8adb2-37d5-476b-919e-e5c9d7782a1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:37 GMT" - ], "Content-Length": [ "742" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Storage/storageAccounts/crptestar700\",\r\n \"name\": \"crptestar700\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-28T21:20:08.207852Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar700.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar700.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar700.table.core.windows.net/\",\r\n \"file\": \"https://crptestar700.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Storage/storageAccounts/crptestar480\",\r\n \"name\": \"crptestar480\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T19:38:04.2474524Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar480.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar480.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar480.table.core.windows.net/\",\r\n \"file\": \"https://crptestar480.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04e53645-754e-496b-84fe-99a049f621c1" + "bc9f720c-d80b-4ba6-a760-a332f15ab8e0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "659c62c7-8939-4f34-8f06-42d6622cfd4b" + "55c82721-a939-4e61-a45a-6866b203b6b6" ], "x-ms-correlation-request-id": [ - "659c62c7-8939-4f34-8f06-42d6622cfd4b" + "55c82721-a939-4e61-a45a-6866b203b6b6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212037Z:659c62c7-8939-4f34-8f06-42d6622cfd4b" + "EASTUS2:20211117T193833Z:55c82721-a939-4e61-a45a-6866b203b6b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:37 GMT" - ], "Expires": [ "-1" ] @@ -515,76 +515,76 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg2MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE1NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1954\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn934\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0b1872c4-8e80-402c-9a70-3b4bfeff2b73" + "1157ce9d-d2eb-47cd-b03d-94dcf24bdf8a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "208" + "207" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7f455a15-bf47-4879-aa8e-ee3514fdf916" + "b0d118ec-92a3-418a-b770-7955fb239eb1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/7f455a15-bf47-4879-aa8e-ee3514fdf916?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/b0d118ec-92a3-418a-b770-7955fb239eb1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6c569709-bb69-45ff-8a04-166c9e86bcaa" + "28979316-a791-4e98-82df-111be8c503a5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "73c02054-838a-4c06-865c-719fcd04bb64" + "6dece425-f0ba-4935-903a-5fb67f312382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212040Z:6c569709-bb69-45ff-8a04-166c9e86bcaa" + "EASTUS2:20211117T193835Z:28979316-a791-4e98-82df-111be8c503a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:39 GMT" - ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8601\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601\",\r\n \"etag\": \"W/\\\"614a6bbb-8422-41ac-8e87-ebbd4bab5979\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ed0059d1-b274-4089-9916-1e48335c43ec\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1954\",\r\n \"fqdn\": \"dn1954.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565\",\r\n \"etag\": \"W/\\\"e9d47e56-80c3-43b8-b675-4d5269325586\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a2312eb2-5f83-4fc4-bf10-c61f9b02ed8e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn934\",\r\n \"fqdn\": \"dn934.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/7f455a15-bf47-4879-aa8e-ee3514fdf916?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83ZjQ1NWExNS1iZjQ3LTQ4NzktYWE4ZS1lZTM1MTRmZGY5MTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/b0d118ec-92a3-418a-b770-7955fb239eb1?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iMGQxMThlYy05MmEzLTQxOGEtYjc3MC03OTU1ZmIyMzllYjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c0e6b2a0-4686-4b90-8f74-38d29572c13a" + "16db51ed-fe2a-40d8-b5fe-9dc62186f8c9" ], "x-ms-correlation-request-id": [ - "3ed35d05-d5d4-484c-8157-51d751f7ca79" + "880f5036-94aa-4252-9bc5-664db164a53c" ], "x-ms-arm-service-request-id": [ - "e28c50b9-d951-41aa-aebc-ded10aa4e4ef" + "6f835276-0b65-4db5-b486-580460650da8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212041Z:3ed35d05-d5d4-484c-8157-51d751f7ca79" + "EASTUS2:20211117T193836Z:880f5036-94aa-4252-9bc5-664db164a53c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:40 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg2MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE1NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2ca87f62-fda5-40bb-a609-2b9fd2fc56fd\"" + "W/\"1067fc9c-120b-4379-beb8-19d025890495\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3ccd0a80-2bce-40a0-8f27-f869c3c8ea4f" + "c237cc26-22b5-43bc-aec7-401b5955c02b" ], "x-ms-correlation-request-id": [ - "9cca6114-4027-4fae-aab0-dc22a0653395" + "917b0e85-0a60-49d8-bb19-e1bb1baa71e3" ], "x-ms-arm-service-request-id": [ - "293c1e91-941a-4262-9358-bf28e7b2f7e2" + "505d8789-8761-4cd6-8634-2a98450f2d0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212041Z:9cca6114-4027-4fae-aab0-dc22a0653395" + "EASTUS2:20211117T193837Z:917b0e85-0a60-49d8-bb19-e1bb1baa71e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:40 GMT" - ], "Content-Length": [ - "772" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8601\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601\",\r\n \"etag\": \"W/\\\"2ca87f62-fda5-40bb-a609-2b9fd2fc56fd\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ed0059d1-b274-4089-9916-1e48335c43ec\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1954\",\r\n \"fqdn\": \"dn1954.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565\",\r\n \"etag\": \"W/\\\"1067fc9c-120b-4379-beb8-19d025890495\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2312eb2-5f83-4fc4-bf10-c61f9b02ed8e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn934\",\r\n \"fqdn\": \"dn934.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg2MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE1NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8287a2f9-6cf2-474e-9615-e0342fe19884" + "bdef7e4e-cfd3-4d39-9b95-b02f6db366a2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2ca87f62-fda5-40bb-a609-2b9fd2fc56fd\"" + "W/\"1067fc9c-120b-4379-beb8-19d025890495\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "426ca1ff-97e5-4dac-a464-9439ff5b4e98" + "87866d76-8361-4594-86ae-f29d5818c6c4" ], "x-ms-correlation-request-id": [ - "21bbb4b8-1f41-4b36-a76d-fdc973b5d698" + "f3e1241d-72f7-415a-aed0-b5b22b707f0e" ], "x-ms-arm-service-request-id": [ - "f558c34b-164f-4251-aeac-1de836998aea" + "d7fd10f0-6e92-4369-b6c1-a947042baf8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212041Z:21bbb4b8-1f41-4b36-a76d-fdc973b5d698" + "EASTUS2:20211117T193837Z:f3e1241d-72f7-415a-aed0-b5b22b707f0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:40 GMT" - ], "Content-Length": [ - "772" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,80 +788,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8601\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601\",\r\n \"etag\": \"W/\\\"2ca87f62-fda5-40bb-a609-2b9fd2fc56fd\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ed0059d1-b274-4089-9916-1e48335c43ec\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1954\",\r\n \"fqdn\": \"dn1954.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565\",\r\n \"etag\": \"W/\\\"1067fc9c-120b-4379-beb8-19d025890495\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2312eb2-5f83-4fc4-bf10-c61f9b02ed8e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn934\",\r\n \"fqdn\": \"dn934.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg0NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn82\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7459\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9fa6aeac-d3c3-4fca-88ea-acddd15217bf" + "bb8883c0-ec28-4222-b56a-80d24f82860d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "403" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:37 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f00c13f1-6cbe-42ae-9f1f-8892518ed4f1" + "fc8db4e2-f80e-4bd9-a7cd-9fa2669643ff" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/f00c13f1-6cbe-42ae-9f1f-8892518ed4f1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/fc8db4e2-f80e-4bd9-a7cd-9fa2669643ff?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "646461b6-42f6-4de8-9b5d-7e46bec48684" + "640f32ae-ea1a-4f3d-bab8-a0cbd3d51c07" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a53816fa-83e6-42ea-9ed2-0bcfa91e78c8" + "a8678c2b-1c70-42a2-8a6f-aec2cf333e2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212042Z:646461b6-42f6-4de8-9b5d-7e46bec48684" + "EASTUS2:20211117T193837Z:640f32ae-ea1a-4f3d-bab8-a0cbd3d51c07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:41 GMT" - ], "Content-Length": [ - "1318" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8441\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441\",\r\n \"etag\": \"W/\\\"c01173fb-893b-493c-938e-e62df6d9d0cd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"02ed1357-55df-4141-a1be-5bec69f38e85\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\",\r\n \"etag\": \"W/\\\"c01173fb-893b-493c-938e-e62df6d9d0cd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn531\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531\",\r\n \"etag\": \"W/\\\"84b68c0b-bdca-4677-8f3c-4f0d714c9bcb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ae1f61c7-debd-45fc-a33a-e93005b54eaa\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7459\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\",\r\n \"etag\": \"W/\\\"84b68c0b-bdca-4677-8f3c-4f0d714c9bcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/f00c13f1-6cbe-42ae-9f1f-8892518ed4f1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9mMDBjMTNmMS02Y2JlLTQyYWUtOWYxZi04ODkyNTE4ZWQ0ZjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/fc8db4e2-f80e-4bd9-a7cd-9fa2669643ff?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9mYzhkYjRlMi1mODBlLTRiZDktYTdjZC05ZmEyNjY5NjQzZmY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2bcc6b76-d9c8-4054-b8ad-4df6c941c555" + "9d7b63e4-9146-4370-96d6-9225d6bd257b" ], "x-ms-correlation-request-id": [ - "13def8c4-475c-4697-8197-f4f390d5537f" + "ab8e15ee-7a97-4128-9bd3-081349073423" ], "x-ms-arm-service-request-id": [ - "f8b744fb-89ba-4381-a235-e6f99d57be73" + "1bd348b0-2129-42cf-9f81-7ddb48ddf11a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212045Z:13def8c4-475c-4697-8197-f4f390d5537f" + "EASTUS2:20211117T193841Z:ab8e15ee-7a97-4128-9bd3-081349073423" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:44 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg0NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a4d037e1-ccff-4971-ab99-eac4c1561340\"" + "W/\"1dacd58d-e067-4a5f-bdb4-80fc7fe8cc2a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d7fa4145-436e-4239-857b-36126db9fc59" + "1ccf1b64-146f-4b01-ac93-775b13893071" ], "x-ms-correlation-request-id": [ - "33e8b97b-cf7a-4a3d-98d9-d09d0624f26d" + "7f4238c2-c613-442b-b7b6-89db8c87f41d" ], "x-ms-arm-service-request-id": [ - "aa174cca-1d4e-4d96-9dc3-168d00f5defc" + "f99bc948-3c71-4dc1-8c8b-a5bed7d22dab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212045Z:33e8b97b-cf7a-4a3d-98d9-d09d0624f26d" + "EASTUS2:20211117T193841Z:7f4238c2-c613-442b-b7b6-89db8c87f41d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:44 GMT" - ], "Content-Length": [ - "1320" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8441\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441\",\r\n \"etag\": \"W/\\\"a4d037e1-ccff-4971-ab99-eac4c1561340\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"02ed1357-55df-4141-a1be-5bec69f38e85\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\",\r\n \"etag\": \"W/\\\"a4d037e1-ccff-4971-ab99-eac4c1561340\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn531\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531\",\r\n \"etag\": \"W/\\\"1dacd58d-e067-4a5f-bdb4-80fc7fe8cc2a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae1f61c7-debd-45fc-a33a-e93005b54eaa\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7459\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\",\r\n \"etag\": \"W/\\\"1dacd58d-e067-4a5f-bdb4-80fc7fe8cc2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg0NDEvc3VibmV0cy9zbjgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzMS9zdWJuZXRzL3NuNzQ1OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a791673-10c7-4bac-b7a3-9d4902e7c428" + "c225fccf-2978-4732-ae7e-094e4d2e2f25" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a4d037e1-ccff-4971-ab99-eac4c1561340\"" + "W/\"1dacd58d-e067-4a5f-bdb4-80fc7fe8cc2a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "17f68aa6-1905-4062-884e-7c748d9ade4b" + "372f4ba0-d67a-471c-b41a-2e0388ca370e" ], "x-ms-correlation-request-id": [ - "0cd30507-af67-4ef0-ba1b-3ef521936c71" + "2ba16a21-677f-4bfc-ad3c-88bf210cb005" ], "x-ms-arm-service-request-id": [ - "6e29b6af-bcee-431f-a22b-5a98d13066e0" + "c8913161-ac9f-49a8-a41a-cd5ae92e2846" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212045Z:0cd30507-af67-4ef0-ba1b-3ef521936c71" + "EASTUS2:20211117T193841Z:2ba16a21-677f-4bfc-ad3c-88bf210cb005" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:45 GMT" - ], "Content-Length": [ - "519" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\",\r\n \"etag\": \"W/\\\"a4d037e1-ccff-4971-ab99-eac4c1561340\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7459\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\",\r\n \"etag\": \"W/\\\"1dacd58d-e067-4a5f-bdb4-80fc7fe8cc2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn82\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\r\n }\r\n },\r\n \"name\": \"ip5508\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7459\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\r\n }\r\n },\r\n \"name\": \"ip8623\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a139ecab-caed-4afb-96e4-e8ca6935c448" + "34e0cf99-2946-40a7-84b9-45f826a22f08" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "745" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3973131f-a537-498e-b13b-d83108a49c48" + "15e390ca-377b-4110-b062-12302e452270" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/3973131f-a537-498e-b13b-d83108a49c48?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/15e390ca-377b-4110-b062-12302e452270?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3b64db26-d314-42f1-b855-ed7819845b10" + "f52a791a-59d8-4ced-9c94-dbc6c4ceb3d2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "27020fc8-5eb0-4905-87a2-be46eb20abad" + "24c1aea9-5839-4abb-bfd1-8bd43b4cb425" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212046Z:3b64db26-d314-42f1-b855-ed7819845b10" + "EASTUS2:20211117T193842Z:f52a791a-59d8-4ced-9c94-dbc6c4ceb3d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:46 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5637\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637\",\r\n \"etag\": \"W/\\\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8ac00b31-d7fc-40b4-998f-191878db1ed8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637/ipConfigurations/ip5508\",\r\n \"etag\": \"W/\\\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\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\": \"k2j40aw5kvaudin4lpwgt22oqf.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187\",\r\n \"etag\": \"W/\\\"583a51ce-bbd8-4bf1-a689-6e555072b686\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8d836959-5562-4b29-bf2f-2c978f330284\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187/ipConfigurations/ip8623\",\r\n \"etag\": \"W/\\\"583a51ce-bbd8-4bf1-a689-6e555072b686\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\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\": \"y3qr5lv3114eliz03eyalnkovc.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\"" + "W/\"583a51ce-bbd8-4bf1-a689-6e555072b686\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a49bb9d9-6498-4ea4-a049-1ba7f9dfa6fe" + "86be1dbc-ca0f-47bd-b911-6e949eb6a4e5" ], "x-ms-correlation-request-id": [ - "580ed9d2-6e29-4ad5-a292-54c5d4ea6f66" + "4ab2b2e0-4b58-4e86-9bfe-b68019023ff4" ], "x-ms-arm-service-request-id": [ - "4fee8f04-0183-4a9e-b757-d22701a4e20b" + "a8bda46f-7471-45bb-86df-37529ec9abe9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212046Z:580ed9d2-6e29-4ad5-a292-54c5d4ea6f66" + "EASTUS2:20211117T193842Z:4ab2b2e0-4b58-4e86-9bfe-b68019023ff4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:46 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5637\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637\",\r\n \"etag\": \"W/\\\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8ac00b31-d7fc-40b4-998f-191878db1ed8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637/ipConfigurations/ip5508\",\r\n \"etag\": \"W/\\\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\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\": \"k2j40aw5kvaudin4lpwgt22oqf.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187\",\r\n \"etag\": \"W/\\\"583a51ce-bbd8-4bf1-a689-6e555072b686\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8d836959-5562-4b29-bf2f-2c978f330284\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187/ipConfigurations/ip8623\",\r\n \"etag\": \"W/\\\"583a51ce-bbd8-4bf1-a689-6e555072b686\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\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\": \"y3qr5lv3114eliz03eyalnkovc.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQxODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c12d603-4f5a-4739-b5e7-88a6489b9128" + "a39d3e60-92e8-48c9-9da3-bb529d39486b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\"" + "W/\"583a51ce-bbd8-4bf1-a689-6e555072b686\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5e97697e-7ffc-44bf-a5a3-fc412b6b08ac" + "b036d260-86cd-4195-9929-1ae04fa01b3c" ], "x-ms-correlation-request-id": [ - "623d45a4-090d-4467-ae9c-98dbd63025c1" + "3903d9f9-57e6-4ee9-9cd6-cb1fe10e9624" ], "x-ms-arm-service-request-id": [ - "e4b654bb-2c9d-4998-b87b-5a452a415ecf" + "37f1445b-91e1-4d24-bb21-b4f039202ea9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212047Z:623d45a4-090d-4467-ae9c-98dbd63025c1" + "EASTUS2:20211117T193842Z:3903d9f9-57e6-4ee9-9cd6-cb1fe10e9624" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:46 GMT" - ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5637\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637\",\r\n \"etag\": \"W/\\\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8ac00b31-d7fc-40b4-998f-191878db1ed8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5508\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/networkInterfaces/nic5637/ipConfigurations/ip5508\",\r\n \"etag\": \"W/\\\"0b02cae9-ccf1-4d45-ad78-11360f51bcfb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\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\": \"k2j40aw5kvaudin4lpwgt22oqf.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4187\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187\",\r\n \"etag\": \"W/\\\"583a51ce-bbd8-4bf1-a689-6e555072b686\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8d836959-5562-4b29-bf2f-2c978f330284\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8623\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/networkInterfaces/nic4187/ipConfigurations/ip8623\",\r\n \"etag\": \"W/\\\"583a51ce-bbd8-4bf1-a689-6e555072b686\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\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\": \"y3qr5lv3114eliz03eyalnkovc.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI5MDM3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIyOTc5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1954\",\r\n \"fqdn\": \"dn1954.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip7195\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap306\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/frontendIPConfigurations/feip7195\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr5389\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp9729\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn934\",\r\n \"fqdn\": \"dn934.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip6579\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5659\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/frontendIPConfigurations/feip6579\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr8320\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp2605\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d4d101a9-e6bc-4724-9252-13f426499ee1" + "f4d42f0a-46d9-4db2-aa3a-1ff424f28fa6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1310,45 +1310,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a96a3d82-7ac4-4a22-99b1-7d0bae023495" + "7edeb4b0-ae0a-428a-8cd4-aa17cf7aed7e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/a96a3d82-7ac4-4a22-99b1-7d0bae023495?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/7edeb4b0-ae0a-428a-8cd4-aa17cf7aed7e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ccf536fa-7199-4632-a6d5-668d4ef38a72" + "0be045d5-c8c7-4770-a14c-317a32c5fe04" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1f75bb71-296c-4bfc-99be-00f0b9eac49c" + "15f5e951-46ee-4b17-8946-3bea17485643" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212048Z:ccf536fa-7199-4632-a6d5-668d4ef38a72" + "EASTUS2:20211117T193843Z:0be045d5-c8c7-4770-a14c-317a32c5fe04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:47 GMT" - ], "Content-Length": [ - "4562" + "4565" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1357,19 +1357,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb9037\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"39c7106c-e36c-4084-b7ea-5787bc74f9df\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/frontendIPConfigurations/feip7195\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap306\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/frontendIPConfigurations/feip7195\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp9729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb2979\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b92ad85-5499-4968-a203-d4dad364dd71\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip6579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/frontendIPConfigurations/feip6579\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5659\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8320\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/frontendIPConfigurations/feip6579\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI5MDM3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIyOTc5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1377,42 +1377,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"43710138-e580-4212-b59e-f2f870b1d2bf\"" + "W/\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2c3919df-d1ad-4369-9095-7f94dc8320ab" + "aa32fb31-f6c2-44b4-a267-cf3ebe3a1bfb" ], "x-ms-correlation-request-id": [ - "849e1cc5-7301-41ce-b34e-80ea5d5c0f91" + "1890f899-3a2e-4630-b7e2-1771ea66d09d" ], "x-ms-arm-service-request-id": [ - "6bc37f12-2333-4886-9d75-2289b76dca2b" + "9fdb2af1-26d5-4d8f-b983-877f184698a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212048Z:849e1cc5-7301-41ce-b34e-80ea5d5c0f91" + "EASTUS2:20211117T193843Z:1890f899-3a2e-4630-b7e2-1771ea66d09d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:47 GMT" - ], "Content-Length": [ - "4562" + "4565" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1421,25 +1421,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb9037\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"39c7106c-e36c-4084-b7ea-5787bc74f9df\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/frontendIPConfigurations/feip7195\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap306\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/frontendIPConfigurations/feip7195\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp9729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb2979\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b92ad85-5499-4968-a203-d4dad364dd71\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip6579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/frontendIPConfigurations/feip6579\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5659\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8320\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/frontendIPConfigurations/feip6579\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI5MDM3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIyOTc5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21bffdfc-d101-4cf3-90eb-b3cccbff092d" + "c192e3fe-4534-47e5-b3c1-144a46ca148b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1447,42 +1447,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"43710138-e580-4212-b59e-f2f870b1d2bf\"" + "W/\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "17d4ce2f-d8ba-4d6d-9873-bd424ca49b98" + "92b2a392-93f6-4cee-ac95-176f28ce950b" ], "x-ms-correlation-request-id": [ - "8cfe6588-a050-4b2e-881e-2abdafdd40fe" + "ebcf007b-178d-47ff-b69d-bbaf5f8fd536" ], "x-ms-arm-service-request-id": [ - "26f4df98-3325-47eb-86fa-e8349988f91f" + "fed6d809-b084-4695-b168-883d455b3577" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212048Z:8cfe6588-a050-4b2e-881e-2abdafdd40fe" + "EASTUS2:20211117T193843Z:ebcf007b-178d-47ff-b69d-bbaf5f8fd536" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:47 GMT" - ], "Content-Length": [ - "4562" + "4565" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,46 +1491,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb9037\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"39c7106c-e36c-4084-b7ea-5787bc74f9df\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7195\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/frontendIPConfigurations/feip7195\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/publicIPAddresses/pip8601\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap306\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr5389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/frontendIPConfigurations/feip7195\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp9729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\",\r\n \"etag\": \"W/\\\"43710138-e580-4212-b59e-f2f870b1d2bf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/loadBalancingRules/lbr5389\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb2979\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b92ad85-5499-4968-a203-d4dad364dd71\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip6579\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/frontendIPConfigurations/feip6579\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/publicIPAddresses/pip1565\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap5659\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr8320\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/frontendIPConfigurations/feip6579\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\",\r\n \"etag\": \"W/\\\"2ac28ca0-a590-4caf-ade2-d5d1c9818dfb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/loadBalancingRules/lbr8320\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDY2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDM0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4692\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8557\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4802\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3b1ca17c-eb6e-4339-aecc-1bd5199111d2" + "383e0f72-f1aa-44e5-a5a4-84cb672c8bee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2153" + "2156" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/b7fa14ea-ca55-4b78-920d-e735b0645ae6?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5c000ae0-c563-478b-99b4-7cbae4c27b98?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1545,29 +1552,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7fa14ea-ca55-4b78-920d-e735b0645ae6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5c000ae0-c563-478b-99b4-7cbae4c27b98" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cd7125a6-a33d-46e8-800f-26a29276dc04" + "ac226cc4-f16e-4556-ab9a-4a4084f4edce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212052Z:cd7125a6-a33d-46e8-800f-26a29276dc04" + "EASTUS2:20211117T193845Z:ac226cc4-f16e-4556-ab9a-4a4084f4edce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:20:52 GMT" - ], "Content-Length": [ - "4004" + "4064" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1576,32 +1576,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4692\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f493641b-608a-47be-9dba-1fbe8fe97fc3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1034\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8557\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4802\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8dab206a-b613-446f-96b3-2fed2d4ad100\",\r\n \"timeCreated\": \"2021-11-17T19:38:44.6647637+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/b7fa14ea-ca55-4b78-920d-e735b0645ae6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iN2ZhMTRlYS1jYTU1LTRiNzgtOTIwZC1lNzM1YjA2NDVhZTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5c000ae0-c563-478b-99b4-7cbae4c27b98?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81YzAwMGFlMC1jNTYzLTQ3OGItOTliNC03Y2JhZTRjMjdiOTg/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:38:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1609,27 +1616,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c4bf923c-517e-412d-94dc-806b74f8bf50" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "05ccec4a-d0b2-4599-9f69-32346f390f06" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c34179fd-0b65-4381-99a7-ef965b0773ed" + "62c3bfe7-e3bc-4ae9-ae24-5232f6080924" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212102Z:c34179fd-0b65-4381-99a7-ef965b0773ed" + "EASTUS2:20211117T193855Z:62c3bfe7-e3bc-4ae9-ae24-5232f6080924" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:21:02 GMT" - ], "Content-Length": [ "134" ], @@ -1640,29 +1640,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:20:51.1228262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7fa14ea-ca55-4b78-920d-e735b0645ae6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:38:44.6647637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c000ae0-c563-478b-99b4-7cbae4c27b98\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/b7fa14ea-ca55-4b78-920d-e735b0645ae6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iN2ZhMTRlYS1jYTU1LTRiNzgtOTIwZC1lNzM1YjA2NDVhZTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5c000ae0-c563-478b-99b4-7cbae4c27b98?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81YzAwMGFlMC1jNTYzLTQ3OGItOTliNC03Y2JhZTRjMjdiOTg/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:40:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1670,27 +1677,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1101655a-895f-4039-8b6f-49daa7f67c8c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0f2ac1dc-ad74-4d42-bd6a-449cc20329d9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "15a15d19-7f7b-4cc7-863e-fc820f860695" + "c99abcbf-30b9-46aa-9eb0-f0d1bdbbdbef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212239Z:15a15d19-7f7b-4cc7-863e-fc820f860695" + "EASTUS2:20211117T194033Z:c99abcbf-30b9-46aa-9eb0-f0d1bdbbdbef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:22:38 GMT" - ], "Content-Length": [ "134" ], @@ -1701,29 +1701,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:20:51.1228262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7fa14ea-ca55-4b78-920d-e735b0645ae6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:38:44.6647637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c000ae0-c563-478b-99b4-7cbae4c27b98\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/b7fa14ea-ca55-4b78-920d-e735b0645ae6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iN2ZhMTRlYS1jYTU1LTRiNzgtOTIwZC1lNzM1YjA2NDVhZTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5c000ae0-c563-478b-99b4-7cbae4c27b98?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81YzAwMGFlMC1jNTYzLTQ3OGItOTliNC03Y2JhZTRjMjdiOTg/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:42:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1731,27 +1738,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e7288318-2f24-4a15-8b0e-ab5b02c4e45a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b3aa1427-0ee6-4845-8bcb-c512d79f1f45" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "db430780-22bb-4b6c-8976-24475a1aea30" + "aabe93c3-6638-4fa9-a9a0-16d36db3b2af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212416Z:db430780-22bb-4b6c-8976-24475a1aea30" + "EASTUS2:20211117T194210Z:aabe93c3-6638-4fa9-a9a0-16d36db3b2af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:24:16 GMT" - ], "Content-Length": [ "134" ], @@ -1762,29 +1762,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:20:51.1228262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7fa14ea-ca55-4b78-920d-e735b0645ae6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:38:44.6647637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c000ae0-c563-478b-99b4-7cbae4c27b98\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/b7fa14ea-ca55-4b78-920d-e735b0645ae6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iN2ZhMTRlYS1jYTU1LTRiNzgtOTIwZC1lNzM1YjA2NDVhZTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5c000ae0-c563-478b-99b4-7cbae4c27b98?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81YzAwMGFlMC1jNTYzLTQ3OGItOTliNC03Y2JhZTRjMjdiOTg/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:43:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1792,27 +1799,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8d6e4c2-cd11-41fd-930c-12faa0c8ccd7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a238dbb8-fd78-4ad5-9513-bef32bd08acc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "379642e5-9b30-4ebe-92bd-0f1ec5ef2bac" + "7cfa7471-56fe-4be5-b0c5-fae6e8eade93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212553Z:379642e5-9b30-4ebe-92bd-0f1ec5ef2bac" + "EASTUS2:20211117T194347Z:7cfa7471-56fe-4be5-b0c5-fae6e8eade93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:25:53 GMT" - ], "Content-Length": [ "134" ], @@ -1823,57 +1823,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:20:51.1228262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7fa14ea-ca55-4b78-920d-e735b0645ae6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:38:44.6647637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c000ae0-c563-478b-99b4-7cbae4c27b98\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/b7fa14ea-ca55-4b78-920d-e735b0645ae6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iN2ZhMTRlYS1jYTU1LTRiNzgtOTIwZC1lNzM1YjA2NDVhZTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5c000ae0-c563-478b-99b4-7cbae4c27b98?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81YzAwMGFlMC1jNTYzLTQ3OGItOTliNC03Y2JhZTRjMjdiOTg/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:45:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06befc08-08aa-45be-b326-c14a814fe70b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6891d0b7-0ea5-4709-be5e-0a9fc3f4eb2f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "bdc40b21-6393-4045-bbb6-a521bce1270c" + "8d86272d-f3fd-4619-97d0-1255d6f72fd5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212730Z:bdc40b21-6393-4045-bbb6-a521bce1270c" + "EASTUS2:20211117T194524Z:8d86272d-f3fd-4619-97d0-1255d6f72fd5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:27:30 GMT" - ], "Content-Length": [ "134" ], @@ -1884,57 +1884,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:20:51.1228262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7fa14ea-ca55-4b78-920d-e735b0645ae6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:38:44.6647637+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c000ae0-c563-478b-99b4-7cbae4c27b98\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/b7fa14ea-ca55-4b78-920d-e735b0645ae6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iN2ZhMTRlYS1jYTU1LTRiNzgtOTIwZC1lNzM1YjA2NDVhZTY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/5c000ae0-c563-478b-99b4-7cbae4c27b98?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81YzAwMGFlMC1jNTYzLTQ3OGItOTliNC03Y2JhZTRjMjdiOTg/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:47:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05dfe15a-96df-45e5-a605-811df56b291a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1803bc09-e549-4fc3-83c4-8ed4afa4d888" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "c66d4a03-0085-46a6-b8b0-68f16fcdbc09" + "95b4ed56-4acb-499d-8431-ed662a5a4cf4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212908Z:c66d4a03-0085-46a6-b8b0-68f16fcdbc09" + "EASTUS2:20211117T194701Z:95b4ed56-4acb-499d-8431-ed662a5a4cf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:29:07 GMT" - ], "Content-Length": [ "184" ], @@ -1945,59 +1945,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:20:51.1228262+00:00\",\r\n \"endTime\": \"2021-06-28T21:28:53.3179749+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b7fa14ea-ca55-4b78-920d-e735b0645ae6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:38:44.6647637+00:00\",\r\n \"endTime\": \"2021-11-17T19:46:34.1675358+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5c000ae0-c563-478b-99b4-7cbae4c27b98\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDY2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDM0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:47:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77639c3c-a96d-46da-b5bd-e5796d44de46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "18510b9f-7f2c-400a-88c0-fa73f412acb8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "872ff77c-e1af-49e4-9492-d9cd9600dbc9" + "8110fbef-8b41-4e04-9d9e-90356d69b291" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212908Z:872ff77c-e1af-49e4-9492-d9cd9600dbc9" + "EASTUS2:20211117T194701Z:8110fbef-8b41-4e04-9d9e-90356d69b291" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:29:07 GMT" - ], "Content-Length": [ - "4005" + "4065" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2006,65 +2006,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4692\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f493641b-608a-47be-9dba-1fbe8fe97fc3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1034\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8557\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4802\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8dab206a-b613-446f-96b3-2fed2d4ad100\",\r\n \"timeCreated\": \"2021-11-17T19:38:44.6647637+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDY2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDM0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c1dd0cd-26cc-4f10-bd24-8032ab9f895c" + "5a9505b5-ca9c-4ca6-8730-ae98fd4fe9c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:47:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cccddb2b-f886-46e5-8188-806ded8c9dbc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "77416775-d367-4f1b-9823-c3559603592d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "9857d4d7-a7f0-4692-861d-580ef82553b2" + "f118c1e2-9718-4a25-a21f-0997f56571ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T212908Z:9857d4d7-a7f0-4692-861d-580ef82553b2" + "EASTUS2:20211117T194701Z:f118c1e2-9718-4a25-a21f-0997f56571ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:29:07 GMT" - ], "Content-Length": [ - "4005" + "4065" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2073,35 +2073,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4066\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/probes/lbp9729\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig227\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4692\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/virtualNetworks/vn8441/subnets/sn82\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Network/loadBalancers/lb9037/backendAddressPools/beap306\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f493641b-608a-47be-9dba-1fbe8fe97fc3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1034\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Rolling\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/probes/lbp2605\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8557\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4802\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/virtualNetworks/vn531/subnets/sn7459\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Network/loadBalancers/lb2979/backendAddressPools/beap5659\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8dab206a-b613-446f-96b3-2fed2d4ad100\",\r\n \"timeCreated\": \"2021-11-17T19:38:44.6647637+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDY2L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDM0L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "836da0b0-b098-4dc7-9cc6-237bc47110d6" + "f2841e6f-b493-4aaf-8686-2b33f8638156" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:57:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], @@ -2109,27 +2116,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "042b28ce-fed7-4ee4-b6f8-2cf16749fa89" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e75280b2-107d-43ac-8d48-55cb6af827f9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f8dcd25c-9852-4f40-8a4f-6e2972c2b3dd" + "e384ef25-6f11-4e4f-9d07-7dfada695992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T213908Z:f8dcd25c-9852-4f40-8a4f-6e2972c2b3dd" + "EASTUS2:20211117T195702Z:e384ef25-6f11-4e4f-9d07-7dfada695992" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:39:08 GMT" - ], "Content-Length": [ "822" ], @@ -2140,40 +2140,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-28T21:31:37.7376788+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T19:46:34.1519169+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066/osRollingUpgrade?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDY2L29zUm9sbGluZ1VwZ3JhZGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034/osRollingUpgrade?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDM0L29zUm9sbGluZ1VwZ3JhZGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0034631b-2751-4f3c-8ba1-a451191b0c07" + "db9883ab-9ec1-4bd3-8d18-deadce6b80a2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:57:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d49a0225-4f34-47a9-9586-63fcf126dfc1?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ee1807cb-1d69-4976-a9c8-0eb52642a3ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d49a0225-4f34-47a9-9586-63fcf126dfc1?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ee1807cb-1d69-4976-a9c8-0eb52642a3ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2185,85 +2192,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d49a0225-4f34-47a9-9586-63fcf126dfc1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ee1807cb-1d69-4976-a9c8-0eb52642a3ff" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "0abee8d9-ca4e-4fca-89a9-f7aedf3252ff" + "fb46317f-a23f-4f9d-825b-5cc742b1e2b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T213908Z:0abee8d9-ca4e-4fca-89a9-f7aedf3252ff" + "EASTUS2:20211117T195702Z:fb46317f-a23f-4f9d-825b-5cc742b1e2b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:39:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d49a0225-4f34-47a9-9586-63fcf126dfc1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNDlhMDIyNS00ZjM0LTQ3YTktOTU4Ni02M2ZjZjEyNmRmYzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ee1807cb-1d69-4976-a9c8-0eb52642a3ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lZTE4MDdjYi0xZDY5LTQ5NzYtYTljOC0wZWI1MjY0MmEzZmY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:57:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f0f5223-25b9-420f-a0d3-49c53286bfcc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a4b179e-8730-4f27-8434-797d343e1363" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c67cdbf8-96ba-4609-bf0e-5ae7a130f22b" + "b44a5a7d-d1b5-463a-99ed-7a943443bc37" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T213938Z:c67cdbf8-96ba-4609-bf0e-5ae7a130f22b" + "EASTUS2:20211117T195732Z:b44a5a7d-d1b5-463a-99ed-7a943443bc37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:39:38 GMT" - ], "Content-Length": [ "134" ], @@ -2274,57 +2274,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:39:08.4617678+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d49a0225-4f34-47a9-9586-63fcf126dfc1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:57:02.0766455+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ee1807cb-1d69-4976-a9c8-0eb52642a3ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d49a0225-4f34-47a9-9586-63fcf126dfc1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNDlhMDIyNS00ZjM0LTQ3YTktOTU4Ni02M2ZjZjEyNmRmYzE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ee1807cb-1d69-4976-a9c8-0eb52642a3ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lZTE4MDdjYi0xZDY5LTQ5NzYtYTljOC0wZWI1MjY0MmEzZmY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:58:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db0878d3-cb7e-43d8-abd0-af7a1513ded7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b36e9879-1c54-406a-b7f6-270e0b1bff60" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "f2a05662-8d70-4381-b103-8af1dd5e668e" + "51fc2788-64cf-42f6-ae89-333d13dd90f7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214008Z:f2a05662-8d70-4381-b103-8af1dd5e668e" + "EASTUS2:20211117T195802Z:51fc2788-64cf-42f6-ae89-333d13dd90f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:40:08 GMT" - ], "Content-Length": [ "184" ], @@ -2335,121 +2335,121 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-28T21:39:08.4617678+00:00\",\r\n \"endTime\": \"2021-06-28T21:39:49.5430044+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d49a0225-4f34-47a9-9586-63fcf126dfc1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T19:57:02.0766455+00:00\",\r\n \"endTime\": \"2021-11-17T19:57:43.0144132+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ee1807cb-1d69-4976-a9c8-0eb52642a3ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/d49a0225-4f34-47a9-9586-63fcf126dfc1?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNDlhMDIyNS00ZjM0LTQ3YTktOTU4Ni02M2ZjZjEyNmRmYzE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ee1807cb-1d69-4976-a9c8-0eb52642a3ff?p=96b7e86d-7056-423e-a064-1fbfd3987e66&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lZTE4MDdjYi0xZDY5LTQ5NzYtYTljOC0wZWI1MjY0MmEzZmY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:58:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "995a8033-8443-4101-85ec-2478f77ba059" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "46816495-52c6-4c58-9f4e-1c78eb7b6c30" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "6179db0f-6d3c-42cc-af86-e7773c2080e7" + "c41e76e6-280d-4a8d-a005-526d98fc2fc1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214008Z:6179db0f-6d3c-42cc-af86-e7773c2080e7" + "EASTUS2:20211117T195802Z:c41e76e6-280d-4a8d-a005-526d98fc2fc1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:40:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3854/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4066/osUpgradeHistory?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MDY2L29zVXBncmFkZUhpc3Rvcnk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9749/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1034/osUpgradeHistory?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDM0L29zVXBncmFkZUhpc3Rvcnk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f05424d-571f-47ea-b300-915e4499f4a2" + "81268347-7020-492a-a18c-b4b1bcbbb9da" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:58:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2586" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20fecb05-ba90-4746-a1da-0d40cc75dfea" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "98ad9202-64bc-46c2-af27-3cc31f3dfbc2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "fde0122a-92ad-45cd-94fd-e36d9e6168dc" + "31139ee7-7b78-4bdc-b35c-dee0a34ea04a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214008Z:fde0122a-92ad-45cd-94fd-e36d9e6168dc" + "EASTUS2:20211117T195802Z:31139ee7-7b78-4bdc-b35c-dee0a34ea04a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:40:08 GMT" - ], "Content-Length": [ "957" ], @@ -2460,25 +2460,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"runningStatus\": {\r\n \"code\": \"Completed\",\r\n \"startTime\": \"2021-06-28T21:39:08.6336039+00:00\",\r\n \"completedTime\": \"2021-06-28T21:39:49.5274075+00:00\"\r\n },\r\n \"progress\": {\r\n \"successfulInstanceCount\": 2,\r\n \"failedInstanceCount\": 0,\r\n \"inProgressInstanceCount\": 0,\r\n \"pendingInstanceCount\": 0\r\n },\r\n \"startedBy\": \"User\",\r\n \"targetImageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"9600.20045.2106071005\"\r\n },\r\n \"rollbackInfo\": {\r\n \"successfullyRolledbackInstanceCount\": 0,\r\n \"failedRolledbackInstanceCount\": 0\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"runningStatus\": {\r\n \"code\": \"Completed\",\r\n \"startTime\": \"2021-11-17T19:57:02.1860401+00:00\",\r\n \"completedTime\": \"2021-11-17T19:57:42.9987441+00:00\"\r\n },\r\n \"progress\": {\r\n \"successfulInstanceCount\": 2,\r\n \"failedInstanceCount\": 0,\r\n \"inProgressInstanceCount\": 0,\r\n \"pendingInstanceCount\": 0\r\n },\r\n \"startedBy\": \"User\",\r\n \"targetImageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"9600.20174.2111051038\"\r\n },\r\n \"rollbackInfo\": {\r\n \"successfullyRolledbackInstanceCount\": 0,\r\n \"failedRolledbackInstanceCount\": 0\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3854?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4NTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9749?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk3NDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02cf0b6b-451e-4037-bed0-0befe906e044" + "ac64df99-3211-4178-8c2e-eeb5888d31ee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2486,11 +2486,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:58:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2499,13 +2502,13 @@ "14999" ], "x-ms-request-id": [ - "53607b22-294e-49be-a24e-0a91d5075ddd" + "ea5ff744-634e-4447-8655-41aa606c818a" ], "x-ms-correlation-request-id": [ - "53607b22-294e-49be-a24e-0a91d5075ddd" + "ea5ff744-634e-4447-8655-41aa606c818a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214009Z:53607b22-294e-49be-a24e-0a91d5075ddd" + "EASTUS2:20211117T195803Z:ea5ff744-634e-4447-8655-41aa606c818a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2513,86 +2516,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:40:09 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "afaef426-8fb3-4ece-ad7d-edf2f1d2baad" - ], - "x-ms-correlation-request-id": [ - "afaef426-8fb3-4ece-ad7d-edf2f1d2baad" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210628T214024Z:afaef426-8fb3-4ece-ad7d-edf2f1d2baad" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 28 Jun 2021 21:40:24 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2600,26 +2543,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:58:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11945" ], "x-ms-request-id": [ - "b67f6c2a-a065-460a-8383-495f1e6e466f" + "cc3ca9da-56b2-42d1-905e-e1b941b1a2ed" ], "x-ms-correlation-request-id": [ - "b67f6c2a-a065-460a-8383-495f1e6e466f" + "cc3ca9da-56b2-42d1-905e-e1b941b1a2ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214040Z:b67f6c2a-a065-460a-8383-495f1e6e466f" + "EASTUS2:20211117T195818Z:cc3ca9da-56b2-42d1-905e-e1b941b1a2ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2627,29 +2573,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:40:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2657,26 +2600,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:58:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11944" ], "x-ms-request-id": [ - "93622fbe-d26b-4d14-8555-79ba841922f6" + "86bfa576-b2c6-4f58-b1f5-d13b285e3333" ], "x-ms-correlation-request-id": [ - "93622fbe-d26b-4d14-8555-79ba841922f6" + "86bfa576-b2c6-4f58-b1f5-d13b285e3333" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214055Z:93622fbe-d26b-4d14-8555-79ba841922f6" + "EASTUS2:20211117T195833Z:86bfa576-b2c6-4f58-b1f5-d13b285e3333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2684,29 +2630,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:40:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2714,26 +2657,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:58:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11943" ], "x-ms-request-id": [ - "ed28d679-b683-4fbc-b933-d167c37214af" + "55a6edae-d5dd-4656-8ca9-1724b6ee7929" ], "x-ms-correlation-request-id": [ - "ed28d679-b683-4fbc-b933-d167c37214af" + "55a6edae-d5dd-4656-8ca9-1724b6ee7929" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214110Z:ed28d679-b683-4fbc-b933-d167c37214af" + "EASTUS2:20211117T195848Z:55a6edae-d5dd-4656-8ca9-1724b6ee7929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2741,29 +2687,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:41:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2771,26 +2714,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:59:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11942" ], "x-ms-request-id": [ - "74353eab-4826-4433-90f4-59becd0d9965" + "37a51552-e11c-46d5-ae5c-462c3dbd0186" ], "x-ms-correlation-request-id": [ - "74353eab-4826-4433-90f4-59becd0d9965" + "37a51552-e11c-46d5-ae5c-462c3dbd0186" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214125Z:74353eab-4826-4433-90f4-59becd0d9965" + "EASTUS2:20211117T195903Z:37a51552-e11c-46d5-ae5c-462c3dbd0186" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2798,29 +2744,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:41:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2828,26 +2771,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:59:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11941" ], "x-ms-request-id": [ - "e5e9da84-cab2-4b17-b0a6-60588d8e9028" + "e1ab0b54-cee7-4b06-b596-251a3af8c226" ], "x-ms-correlation-request-id": [ - "e5e9da84-cab2-4b17-b0a6-60588d8e9028" + "e1ab0b54-cee7-4b06-b596-251a3af8c226" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214140Z:e5e9da84-cab2-4b17-b0a6-60588d8e9028" + "EASTUS2:20211117T195918Z:e1ab0b54-cee7-4b06-b596-251a3af8c226" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2855,29 +2801,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:41:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2885,26 +2828,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:59:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11940" ], "x-ms-request-id": [ - "99e22ca8-0f5d-4d8a-a71b-8369e86b045a" + "d3207e5d-05d6-4fd1-84db-84416fe64d7d" ], "x-ms-correlation-request-id": [ - "99e22ca8-0f5d-4d8a-a71b-8369e86b045a" + "d3207e5d-05d6-4fd1-84db-84416fe64d7d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214155Z:99e22ca8-0f5d-4d8a-a71b-8369e86b045a" + "EASTUS2:20211117T195933Z:d3207e5d-05d6-4fd1-84db-84416fe64d7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2912,29 +2858,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:41:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2942,26 +2885,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 19:59:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11939" ], "x-ms-request-id": [ - "5f232c94-90bd-4c44-b58f-ba3ff6629cbd" + "9fa7b10c-c64f-4b95-b7e3-137b645b57ad" ], "x-ms-correlation-request-id": [ - "5f232c94-90bd-4c44-b58f-ba3ff6629cbd" + "9fa7b10c-c64f-4b95-b7e3-137b645b57ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214210Z:5f232c94-90bd-4c44-b58f-ba3ff6629cbd" + "EASTUS2:20211117T195949Z:9fa7b10c-c64f-4b95-b7e3-137b645b57ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2969,29 +2915,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:42:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2999,26 +2942,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:00:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11938" ], "x-ms-request-id": [ - "fe381569-6a02-4295-bce7-582a8ca22a88" + "38675002-70b8-4fe8-9a00-6f0f6eeca469" ], "x-ms-correlation-request-id": [ - "fe381569-6a02-4295-bce7-582a8ca22a88" + "38675002-70b8-4fe8-9a00-6f0f6eeca469" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214225Z:fe381569-6a02-4295-bce7-582a8ca22a88" + "EASTUS2:20211117T200004Z:38675002-70b8-4fe8-9a00-6f0f6eeca469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3026,29 +2972,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:42:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3056,26 +2999,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:00:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11937" ], "x-ms-request-id": [ - "f2aba526-0a1f-4e3f-93b9-476a85be1166" + "d22af993-b0c1-40a4-b444-fd4a903f456d" ], "x-ms-correlation-request-id": [ - "f2aba526-0a1f-4e3f-93b9-476a85be1166" + "d22af993-b0c1-40a4-b444-fd4a903f456d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214240Z:f2aba526-0a1f-4e3f-93b9-476a85be1166" + "EASTUS2:20211117T200019Z:d22af993-b0c1-40a4-b444-fd4a903f456d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3083,29 +3029,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:42:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3113,26 +3056,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:00:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11936" ], "x-ms-request-id": [ - "68352ca4-dbf6-4d3b-95b5-63b8a8ffdfcd" + "c07e4a08-96a9-4ed6-aa6e-f3771f19f453" ], "x-ms-correlation-request-id": [ - "68352ca4-dbf6-4d3b-95b5-63b8a8ffdfcd" + "c07e4a08-96a9-4ed6-aa6e-f3771f19f453" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214255Z:68352ca4-dbf6-4d3b-95b5-63b8a8ffdfcd" + "EASTUS2:20211117T200034Z:c07e4a08-96a9-4ed6-aa6e-f3771f19f453" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3140,29 +3086,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:42:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3170,26 +3113,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:00:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11935" ], "x-ms-request-id": [ - "24fd0406-2628-45ba-b136-bc37536fb4fb" + "69cefec5-ee7d-49b1-91fd-383bc395775b" ], "x-ms-correlation-request-id": [ - "24fd0406-2628-45ba-b136-bc37536fb4fb" + "69cefec5-ee7d-49b1-91fd-383bc395775b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214310Z:24fd0406-2628-45ba-b136-bc37536fb4fb" + "EASTUS2:20211117T200049Z:69cefec5-ee7d-49b1-91fd-383bc395775b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3197,29 +3143,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:43:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3227,26 +3170,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11934" ], "x-ms-request-id": [ - "34439473-81ca-47e8-a2bc-987a9e015c02" + "87138838-617e-4f71-81ab-295ec58ad7cb" ], "x-ms-correlation-request-id": [ - "34439473-81ca-47e8-a2bc-987a9e015c02" + "87138838-617e-4f71-81ab-295ec58ad7cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214326Z:34439473-81ca-47e8-a2bc-987a9e015c02" + "EASTUS2:20211117T200104Z:87138838-617e-4f71-81ab-295ec58ad7cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3254,29 +3200,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:43:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3284,20 +3227,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11933" ], "x-ms-request-id": [ - "47d8fc0f-fd65-4b0b-a0d2-4d6afe7c97e2" + "72d84808-9cd4-4f7f-ba21-99a511df644b" ], "x-ms-correlation-request-id": [ - "47d8fc0f-fd65-4b0b-a0d2-4d6afe7c97e2" + "72d84808-9cd4-4f7f-ba21-99a511df644b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214341Z:47d8fc0f-fd65-4b0b-a0d2-4d6afe7c97e2" + "EASTUS2:20211117T200119Z:72d84808-9cd4-4f7f-ba21-99a511df644b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3305,29 +3251,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:43:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODU0LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RVMExWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzQ5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpRNUxWTlBWVlJJUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3335,20 +3278,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 20:01:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11932" ], "x-ms-request-id": [ - "96311e46-d5e2-4488-a14c-7b0e81eb5f61" + "f5b5c602-cbaa-4306-a0e1-3c1f7f1fac71" ], "x-ms-correlation-request-id": [ - "96311e46-d5e2-4488-a14c-7b0e81eb5f61" + "f5b5c602-cbaa-4306-a0e1-3c1f7f1fac71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210628T214341Z:96311e46-d5e2-4488-a14c-7b0e81eb5f61" + "EASTUS2:20211117T200119Z:f5b5c602-cbaa-4306-a0e1-3c1f7f1fac71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3356,14 +3302,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Mon, 28 Jun 2021 21:43:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3372,34 +3315,34 @@ ], "Names": { "TestVMScaleSetRollingUpgradeHistory": [ - "crptestar3854", - "vmss4066", - "crptestar700" + "crptestar9749", + "vmss1034", + "crptestar480" ], "CreatePublicIP": [ - "pip8601", - "dn1954" + "pip1565", + "dn934" ], "CreateVNET": [ - "vn8441", - "sn82" + "vn531", + "sn7459" ], "CreateNIC": [ - "nic5637", - "ip5508" + "nic4187", + "ip8623" ], "CreatePublicLoadBalancerWithProbe": [ - "lb9037", - "feip7195", - "beap306", - "lbr5389", - "lbp9729" + "lb2979", + "feip6579", + "beap5659", + "lbr8320", + "lbp2605" ], "CreateDefaultVMScaleSetInput": [ - "crptestar7765", - "vmss7424", - "vmsstestnetconfig227", - "vmsstestnetconfig4692" + "crptestar3739", + "vmss6067", + "vmsstestnetconfig8557", + "vmsstestnetconfig4802" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRunCommandTests/TestVMScaleSetRunCommands.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRunCommandTests/TestVMScaleSetRunCommands.json index c166a8d63c4f0..99fbc87ace41e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRunCommandTests/TestVMScaleSetRunCommands.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetRunCommandTests/TestVMScaleSetRunCommands.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2605b2d-bddb-433d-9d5e-afdbc40b61f0" + "7ea625c7-3d54-4f29-81ac-9948cdb25962" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:06:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43995" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "468fb245-f75d-4acf-a6b9-e4c7c04ca91e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "74741253-a8db-43d0-9f21-93ea269fa70a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "dccbe495-72cb-4bc3-9396-8804b2a46bcd" + "c467f968-c648-4a09-95cf-35752270bdf8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230507Z:dccbe495-72cb-4bc3-9396-8804b2a46bcd" + "EASTUS2:20211116T190646Z:c467f968-c648-4a09-95cf-35752270bdf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:07 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar42751?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQyNzUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar66021?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2MDIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar42751\": \"2021-06-29 23:05:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar66021\": \"2021-11-16 19:06:46Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7d284e3-4ff5-4c2f-baff-c3a5ab1d52d7" + "8a7d0a01-9967-4008-8e3c-20c5749f36a8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:06:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "f88a0699-0006-4b48-8a0f-9bbe8ccb393b" + "7ac4208a-f3e8-4217-a0fe-c99f42ce30fb" ], "x-ms-correlation-request-id": [ - "f88a0699-0006-4b48-8a0f-9bbe8ccb393b" + "7ac4208a-f3e8-4217-a0fe-c99f42ce30fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230509Z:f88a0699-0006-4b48-8a0f-9bbe8ccb393b" + "EASTUS2:20211116T190650Z:7ac4208a-f3e8-4217-a0fe-c99f42ce30fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:08 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751\",\r\n \"name\": \"crptestar42751\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar42751\": \"2021-06-29 23:05:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021\",\r\n \"name\": \"crptestar66021\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar66021\": \"2021-11-16 19:06:46Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar42751?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQyNzUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar66021?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2MDIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a6aa4e7-ca60-4801-ab04-f4bd94231404" + "33ff7275-0a9e-4c42-b721-2dfe4b6196a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "a880a0fc-f004-483e-a7d3-9ac7dede6ab1" + "64e9cd8d-7e43-4abc-baf0-41d8b61ac219" ], "x-ms-correlation-request-id": [ - "a880a0fc-f004-483e-a7d3-9ac7dede6ab1" + "64e9cd8d-7e43-4abc-baf0-41d8b61ac219" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230547Z:a880a0fc-f004-483e-a7d3-9ac7dede6ab1" + "EASTUS2:20211116T190732Z:64e9cd8d-7e43-4abc-baf0-41d8b61ac219" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:46 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751\",\r\n \"name\": \"crptestar42751\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021\",\r\n \"name\": \"crptestar66021\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Storage/storageAccounts/crptestar923?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTIzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Storage/storageAccounts/crptestar7162?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzE2Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f22706ec-a709-4567-afc2-4117836c5c25" + "b20dde10-8b67-4906-bbe6-4582614f0e49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/08f31f9f-58fb-4d15-ad49-b16cf7602cb9?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c71a69ee-3afa-4d69-8f77-959f82402e03?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "08f31f9f-58fb-4d15-ad49-b16cf7602cb9" + "c71a69ee-3afa-4d69-8f77-959f82402e03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "29f745cf-ec75-4394-906b-25a86e98c9a8" + "bf206e70-28b8-4177-9a9b-888edaf3ddf8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230518Z:29f745cf-ec75-4394-906b-25a86e98c9a8" + "EASTUS2:20211116T190700Z:bf206e70-28b8-4177-9a9b-888edaf3ddf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:17 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/08f31f9f-58fb-4d15-ad49-b16cf7602cb9?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDhmMzFmOWYtNThmYi00ZDE1LWFkNDktYjE2Y2Y3NjAyY2I5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c71a69ee-3afa-4d69-8f77-959f82402e03?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzcxYTY5ZWUtM2FmYS00ZDY5LThmNzctOTU5ZjgyNDAyZTAzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:17 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "c0219499-26c2-48ca-b454-ef0b00f624cb" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c71a69ee-3afa-4d69-8f77-959f82402e03?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "4af8f745-b08f-42fc-9896-c829348a8ce3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d6fa5a64-4ed0-4a75-9881-80ae68fd0b93" + "c755b39f-9da2-46d5-ba93-d99ec3e05991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230535Z:d6fa5a64-4ed0-4a75-9881-80ae68fd0b93" + "EASTUS2:20211116T190717Z:c755b39f-9da2-46d5-ba93-d99ec3e05991" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c71a69ee-3afa-4d69-8f77-959f82402e03?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzcxYTY5ZWUtM2FmYS00ZDY5LThmNzctOTU5ZjgyNDAyZTAzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 23:05:34 GMT" + "Tue, 16 Nov 2021 19:07:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "15a1bf70-d981-4b0e-baaa-2ebc9af93be0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "0be541cc-21d3-46ab-b5a7-54c1cbccc97c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T190720Z:0be541cc-21d3-46ab-b5a7-54c1cbccc97c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8cbbbf6-6400-4215-9ce3-4fa62003d9dd" + "13708736-5ddc-4719-9674-f37c6bf05d14" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0c21a19c-7d51-4686-a823-30210009a089" + "57ea7e24-c75f-4afa-a17b-30e2bbad0df8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "defaa1dc-0f6a-4965-b8b9-3b29b9574d5d" + "f883bc3b-09b2-4839-af38-8b550bd68505" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230545Z:defaa1dc-0f6a-4965-b8b9-3b29b9574d5d" + "EASTUS2:20211116T190731Z:f883bc3b-09b2-4839-af38-8b550bd68505" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:44 GMT" - ], "Content-Length": [ - "747" + "753" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Storage/storageAccounts/crptestar923\",\r\n \"name\": \"crptestar923\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T23:05:14.6273019Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar923.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar923.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar923.table.core.windows.net/\",\r\n \"file\": \"https://crptestar923.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Storage/storageAccounts/crptestar7162\",\r\n \"name\": \"crptestar7162\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:06:56.8778398Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7162.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7162.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7162.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7162.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Storage/storageAccounts/crptestar923?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTIzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Storage/storageAccounts/crptestar7162?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzE2Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e471641d-19a5-4dec-94f9-60eeb2061882" + "b57f69f4-7686-4ada-b4f2-dc8f0e4c549b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1e8a1a22-1d93-4c99-89f4-63033fbbee71" + "9d342954-1eed-475c-b130-59f399276d80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "40e7be4e-65f0-47a8-83e5-e84e32fa6306" + "ebea41a7-0d81-4658-beb8-7fb74b82a0d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230546Z:40e7be4e-65f0-47a8-83e5-e84e32fa6306" + "EASTUS2:20211116T190731Z:ebea41a7-0d81-4658-beb8-7fb74b82a0d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:45 GMT" - ], "Content-Length": [ - "735" + "741" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Storage/storageAccounts/crptestar923\",\r\n \"name\": \"crptestar923\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T23:05:14.6273019Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar923.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar923.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar923.table.core.windows.net/\",\r\n \"file\": \"https://crptestar923.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Storage/storageAccounts/crptestar7162\",\r\n \"name\": \"crptestar7162\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T19:06:56.8778398Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7162.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7162.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7162.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7162.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/publicIPAddresses/pip8668?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/publicIPAddresses/pip6493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NDkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7119\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3857\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7c68d084-91cc-4ba9-aab7-03a7f6f228d5" + "84764c18-bf01-4126-9da6-63c419e83dcd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "84040e58-9fdf-434d-a98f-1b9739e7841b" + "5a8b6537-5a7c-4f64-a6f6-b4617e807976" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/84040e58-9fdf-434d-a98f-1b9739e7841b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5a8b6537-5a7c-4f64-a6f6-b4617e807976?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d21149f6-e3e6-4ae7-b90c-a4a48471e2a8" + "309e432d-a2d4-4d11-bed1-0aa8faa7e5f2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "da14843b-ec6f-4d6f-9305-f3dd26c51c65" + "281b875f-539c-4860-8411-fd1826cc672e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230557Z:d21149f6-e3e6-4ae7-b90c-a4a48471e2a8" + "EASTUS2:20211116T190743Z:309e432d-a2d4-4d11-bed1-0aa8faa7e5f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:57 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/publicIPAddresses/pip8668\",\r\n \"etag\": \"W/\\\"d0552066-e5f0-4b26-a20c-973b20975aa2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"34589dc9-98e3-44f7-b562-4ffa5e365fd4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7119\",\r\n \"fqdn\": \"dn7119.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/publicIPAddresses/pip6493\",\r\n \"etag\": \"W/\\\"6df6900a-f1bb-4871-ad88-9ea5db86f371\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"680b1f67-f331-44fb-84cf-5911a0961930\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3857\",\r\n \"fqdn\": \"dn3857.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/84040e58-9fdf-434d-a98f-1b9739e7841b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg0MDQwZTU4LTlmZGYtNDM0ZC1hOThmLTFiOTczOWU3ODQxYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5a8b6537-5a7c-4f64-a6f6-b4617e807976?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhOGI2NTM3LTVhN2MtNGY2NC1hNmY2LWI0NjE3ZTgwNzk3Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:44 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "eccac8a6-f3fd-481a-902b-d909cf19249e" + "b74e2d28-d8ba-4f89-8849-768ab06cc779" ], "x-ms-correlation-request-id": [ - "8847049c-fd86-4813-9ea0-5a7ab0a97ef4" + "fb614a4a-4efb-45f8-bde9-53061d9ab00a" ], "x-ms-arm-service-request-id": [ - "d72f9f6b-ca76-418d-bf1e-681d208b860d" + "36b40e76-3f88-4005-890d-0616f836f573" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T190744Z:fb614a4a-4efb-45f8-bde9-53061d9ab00a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5a8b6537-5a7c-4f64-a6f6-b4617e807976?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhOGI2NTM3LTVhN2MtNGY2NC1hNmY2LWI0NjE3ZTgwNzk3Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 19:07:46 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "df5cac5b-9f9f-4108-baba-40641ad95951" + ], + "x-ms-correlation-request-id": [ + "46a07efc-9da2-4e8f-9cdf-fd43c2728df2" + ], + "x-ms-arm-service-request-id": [ + "3ac02406-1a5d-4122-b810-378617cdda2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230559Z:8847049c-fd86-4813-9ea0-5a7ab0a97ef4" + "EASTUS2:20211116T190746Z:46a07efc-9da2-4e8f-9cdf-fd43c2728df2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:58 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +731,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/publicIPAddresses/pip8668?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/publicIPAddresses/pip6493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NDkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +747,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"35920a02-d665-494d-b7c4-497479486d21\"" + "W/\"970164eb-4492-4de9-8f2e-392aba4c3de1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "557c6189-ced1-4ea6-a231-f7d853c8682d" + "9b95e5c3-6595-4eaa-a68a-cb71691c1391" ], "x-ms-correlation-request-id": [ - "b5fa5f2e-8b16-43bd-9444-8b8f29cbc154" + "b008892d-385e-4fe7-8deb-4327ddc9ffef" ], "x-ms-arm-service-request-id": [ - "5892c7d9-23f8-4c6f-8e3e-e1e1d70e9306" + "626742e7-49fc-4332-8ec0-4b94a8254042" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230559Z:b5fa5f2e-8b16-43bd-9444-8b8f29cbc154" + "EASTUS2:20211116T190746Z:b008892d-385e-4fe7-8deb-4327ddc9ffef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:58 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +791,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/publicIPAddresses/pip8668\",\r\n \"etag\": \"W/\\\"35920a02-d665-494d-b7c4-497479486d21\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"34589dc9-98e3-44f7-b562-4ffa5e365fd4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7119\",\r\n \"fqdn\": \"dn7119.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/publicIPAddresses/pip6493\",\r\n \"etag\": \"W/\\\"970164eb-4492-4de9-8f2e-392aba4c3de1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"680b1f67-f331-44fb-84cf-5911a0961930\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3857\",\r\n \"fqdn\": \"dn3857.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/publicIPAddresses/pip8668?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4NjY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/publicIPAddresses/pip6493?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA2NDkzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a4a05d9-4ffa-4b68-b677-5e90d2baa5f8" + "7e99c3ac-6bf7-41c0-9688-9e3017c98a5b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +817,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"35920a02-d665-494d-b7c4-497479486d21\"" + "W/\"970164eb-4492-4de9-8f2e-392aba4c3de1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "921eaa4d-a352-4bd1-9f67-730ba8dc3864" + "ac0aab2d-0107-42ed-96de-a750d48b2a39" ], "x-ms-correlation-request-id": [ - "e084cad0-efa8-403e-a1f6-1154567b5727" + "c8e6e81b-dc1c-4b62-a4c2-2a0414883ab8" ], "x-ms-arm-service-request-id": [ - "603f3aa2-e1d4-4780-b1d0-4f0068432ec2" + "9322aacf-07fa-4122-b247-32120acaccb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230559Z:e084cad0-efa8-403e-a1f6-1154567b5727" + "EASTUS2:20211116T190747Z:c8e6e81b-dc1c-4b62-a4c2-2a0414883ab8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:05:59 GMT" - ], "Content-Length": [ "771" ], @@ -734,25 +861,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/publicIPAddresses/pip8668\",\r\n \"etag\": \"W/\\\"35920a02-d665-494d-b7c4-497479486d21\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"34589dc9-98e3-44f7-b562-4ffa5e365fd4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7119\",\r\n \"fqdn\": \"dn7119.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6493\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/publicIPAddresses/pip6493\",\r\n \"etag\": \"W/\\\"970164eb-4492-4de9-8f2e-392aba4c3de1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"680b1f67-f331-44fb-84cf-5911a0961930\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3857\",\r\n \"fqdn\": \"dn3857.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNDI4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5451\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6311\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dad0fc91-544c-40c2-8765-25ce8ed4f4a6" + "d1998683-d2f8-4738-b0b0-f7f00be08c01" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +893,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "66e7ba5e-ae37-4357-82a1-a7fb1201baaa" + "4900ca62-7f49-4c60-9193-50bb5a326bcc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/66e7ba5e-ae37-4357-82a1-a7fb1201baaa?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4900ca62-7f49-4c60-9193-50bb5a326bcc?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "60fa0798-d792-41df-b510-07fc725e30bc" + "b27aea55-8600-4fa7-bb44-06258db4cf6c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9319c083-50d1-417f-984b-19215be7f3eb" + "1ecc6fa5-9f77-467b-bfdb-e1a98f591164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230603Z:60fa0798-d792-41df-b510-07fc725e30bc" + "EASTUS2:20211116T190750Z:b27aea55-8600-4fa7-bb44-06258db4cf6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:02 GMT" - ], "Content-Length": [ - "1320" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +943,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn629\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629\",\r\n \"etag\": \"W/\\\"27af428c-2b21-4b08-9898-38ff73bc1c2e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b6205e53-dfe1-45dc-ac0c-5bf3aac1a727\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\",\r\n \"etag\": \"W/\\\"27af428c-2b21-4b08-9898-38ff73bc1c2e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3428\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428\",\r\n \"etag\": \"W/\\\"b557dee8-2948-4763-840c-a93470f9e029\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"90ef9d17-7b8f-4ab0-b8d9-c5a9c42fd74a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\",\r\n \"etag\": \"W/\\\"b557dee8-2948-4763-840c-a93470f9e029\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/66e7ba5e-ae37-4357-82a1-a7fb1201baaa?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2ZTdiYTVlLWFlMzctNDM1Ny04MmExLWE3ZmIxMjAxYmFhYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4900ca62-7f49-4c60-9193-50bb5a326bcc?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MDBjYTYyLTdmNDktNGM2MC05MTkzLTUwYmI1YTMyNmJjYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +963,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "387f93ed-1248-46d1-9ed7-e9cae08e1350" + "a2d427bd-e24c-4a66-8184-a6b31c876cb1" ], "x-ms-correlation-request-id": [ - "1e36e16f-0f3d-49cc-8626-d414e40d4451" + "2dce798e-7b6e-4c6a-b013-d2dc9574d0da" ], "x-ms-arm-service-request-id": [ - "e0d4c03b-4f86-4489-9b1f-61bd9d7c73b7" + "0e68599d-e6e9-4a3e-9119-31e149de9b89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230606Z:1e36e16f-0f3d-49cc-8626-d414e40d4451" + "EASTUS2:20211116T190753Z:2dce798e-7b6e-4c6a-b013-d2dc9574d0da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:06 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +1008,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNDI4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +1024,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"85fe8db0-c530-491f-b859-1e2de0f60360\"" + "W/\"74fdb178-b074-438c-b8d3-1d4fd415cbb6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cf936720-9041-45d2-95ba-646996e04d0a" + "237195b2-31ee-4570-92c9-d3dcf60b59fc" ], "x-ms-correlation-request-id": [ - "4fda60e7-6208-493e-8f2e-0a0b68f99fbf" + "5bf24879-4909-4b48-8a2a-8f42908b6da5" ], "x-ms-arm-service-request-id": [ - "94bc0ab8-e74a-4d2a-9704-0c3b79bf1f5d" + "6f00872a-3db8-4c61-9abc-52e64a8f2576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230607Z:4fda60e7-6208-493e-8f2e-0a0b68f99fbf" + "EASTUS2:20211116T190754Z:5bf24879-4909-4b48-8a2a-8f42908b6da5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:06 GMT" - ], "Content-Length": [ - "1322" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1068,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn629\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629\",\r\n \"etag\": \"W/\\\"85fe8db0-c530-491f-b859-1e2de0f60360\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b6205e53-dfe1-45dc-ac0c-5bf3aac1a727\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\",\r\n \"etag\": \"W/\\\"85fe8db0-c530-491f-b859-1e2de0f60360\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3428\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428\",\r\n \"etag\": \"W/\\\"74fdb178-b074-438c-b8d3-1d4fd415cbb6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"90ef9d17-7b8f-4ab0-b8d9-c5a9c42fd74a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\",\r\n \"etag\": \"W/\\\"74fdb178-b074-438c-b8d3-1d4fd415cbb6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42Mjkvc3VibmV0cy9zbjU0NTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zNDI4L3N1Ym5ldHMvc242MzExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84ac5744-714b-4891-8637-d0ed1d9b4fd8" + "d1e48231-8953-49eb-8c2f-9021389ab8ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1094,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"85fe8db0-c530-491f-b859-1e2de0f60360\"" + "W/\"74fdb178-b074-438c-b8d3-1d4fd415cbb6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4a9f9f76-9104-4404-931b-c19a8ad51871" + "e47f89b1-b0ef-41de-ac81-b7ad63fdce36" ], "x-ms-correlation-request-id": [ - "ec7aad36-4a45-49ca-b2a1-67df5c8a16ff" + "aa1dfc47-0c63-4d23-8a42-e1926fb3fc20" ], "x-ms-arm-service-request-id": [ - "e5db94ff-76ef-4eb2-bed2-95e6245400fb" + "3b54702a-e687-41e4-ad12-ef8e96ad7b0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230607Z:ec7aad36-4a45-49ca-b2a1-67df5c8a16ff" + "EASTUS2:20211116T190754Z:aa1dfc47-0c63-4d23-8a42-e1926fb3fc20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:06 GMT" - ], "Content-Length": [ - "523" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1138,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\",\r\n \"etag\": \"W/\\\"85fe8db0-c530-491f-b859-1e2de0f60360\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\",\r\n \"etag\": \"W/\\\"74fdb178-b074-438c-b8d3-1d4fd415cbb6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NjE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1OTY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\r\n }\r\n },\r\n \"name\": \"ip1949\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\r\n }\r\n },\r\n \"name\": \"ip4970\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fdb463f4-7a4a-4307-8e65-14527192c977" + "27956adc-ccc4-4b59-b7f5-d73e88091969" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "11c99198-4e0c-44da-bac1-b7128d80cffa" + "8d6267c4-9307-4376-be3b-eba2142890af" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/11c99198-4e0c-44da-bac1-b7128d80cffa?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8d6267c4-9307-4376-be3b-eba2142890af?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d581d00f-67e0-4280-88ba-a43c1cc8f3b8" + "610050e2-e919-41b1-bf99-655323b4903e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f9efb95a-426d-4b2c-9e98-1e39a84d6721" + "29ec13eb-241e-44db-8b9d-8d6f2eb695bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230613Z:d581d00f-67e0-4280-88ba-a43c1cc8f3b8" + "EASTUS2:20211116T190758Z:610050e2-e919-41b1-bf99-655323b4903e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:12 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1217,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8614\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614\",\r\n \"etag\": \"W/\\\"50743d9c-d630-487d-b4a9-ef8a333fac04\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e525d9e-239c-472b-ac1e-da09b34554b9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1949\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614/ipConfigurations/ip1949\",\r\n \"etag\": \"W/\\\"50743d9c-d630-487d-b4a9-ef8a333fac04\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\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\": \"knpcbnxb15oellamlpz0vqnheh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5969\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969\",\r\n \"etag\": \"W/\\\"2468d232-5eb4-4a73-ad8f-e79507ac135a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"071bf456-4797-42f9-a129-b629ad1becfa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4970\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969/ipConfigurations/ip4970\",\r\n \"etag\": \"W/\\\"2468d232-5eb4-4a73-ad8f-e79507ac135a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\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\": \"c4o45eeppoyevogzywu2il4xjc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NjE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1OTY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1237,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"50743d9c-d630-487d-b4a9-ef8a333fac04\"" + "W/\"2468d232-5eb4-4a73-ad8f-e79507ac135a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b9fbb910-5953-4b84-a67d-1421e382e1b9" + "cc22c9f4-5057-422c-8163-01638514446f" ], "x-ms-correlation-request-id": [ - "a53d8c4e-9560-4371-a3f3-0c027ea54f9e" + "805b8acc-c713-4358-b3c1-c7d2b05f8a6c" ], "x-ms-arm-service-request-id": [ - "94a8be65-22c0-4c1a-b435-d26b169bf09d" + "35a99342-eb86-4f42-b69d-df567fed4fb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230613Z:a53d8c4e-9560-4371-a3f3-0c027ea54f9e" + "EASTUS2:20211116T190758Z:805b8acc-c713-4358-b3c1-c7d2b05f8a6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:12 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1281,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8614\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614\",\r\n \"etag\": \"W/\\\"50743d9c-d630-487d-b4a9-ef8a333fac04\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e525d9e-239c-472b-ac1e-da09b34554b9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1949\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614/ipConfigurations/ip1949\",\r\n \"etag\": \"W/\\\"50743d9c-d630-487d-b4a9-ef8a333fac04\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\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\": \"knpcbnxb15oellamlpz0vqnheh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5969\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969\",\r\n \"etag\": \"W/\\\"2468d232-5eb4-4a73-ad8f-e79507ac135a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"071bf456-4797-42f9-a129-b629ad1becfa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4970\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969/ipConfigurations/ip4970\",\r\n \"etag\": \"W/\\\"2468d232-5eb4-4a73-ad8f-e79507ac135a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\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\": \"c4o45eeppoyevogzywu2il4xjc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4NjE0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1OTY5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9aeb12e-02c8-4657-bafc-bb38d06820d8" + "77d3e4e7-017f-47f0-91a5-fd2c6fe97d1d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1307,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:07:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"50743d9c-d630-487d-b4a9-ef8a333fac04\"" + "W/\"2468d232-5eb4-4a73-ad8f-e79507ac135a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f9d623ae-e106-4ab9-8a60-60a06b61cf2e" + "e7723f29-b7ae-4a39-97a5-133575bc2800" ], "x-ms-correlation-request-id": [ - "da2e700a-4a22-47b9-ac1b-dfa929a197b6" + "165b6220-e450-495c-a68c-86962b607c53" ], "x-ms-arm-service-request-id": [ - "e46d171d-7955-42a6-a9d8-2332fbd8061e" + "7850506a-bbb8-4dd9-8eb0-b0f6c3a9c979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230613Z:da2e700a-4a22-47b9-ac1b-dfa929a197b6" + "EASTUS2:20211116T190758Z:165b6220-e450-495c-a68c-86962b607c53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:12 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,46 +1351,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8614\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614\",\r\n \"etag\": \"W/\\\"50743d9c-d630-487d-b4a9-ef8a333fac04\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e525d9e-239c-472b-ac1e-da09b34554b9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1949\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/networkInterfaces/nic8614/ipConfigurations/ip1949\",\r\n \"etag\": \"W/\\\"50743d9c-d630-487d-b4a9-ef8a333fac04\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\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\": \"knpcbnxb15oellamlpz0vqnheh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5969\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969\",\r\n \"etag\": \"W/\\\"2468d232-5eb4-4a73-ad8f-e79507ac135a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"071bf456-4797-42f9-a129-b629ad1becfa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4970\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/networkInterfaces/nic5969/ipConfigurations/ip4970\",\r\n \"etag\": \"W/\\\"2468d232-5eb4-4a73-ad8f-e79507ac135a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\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\": \"c4o45eeppoyevogzywu2il4xjc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar923.blob.core.windows.net/crptestar9139\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1037\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6815\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar7162.blob.core.windows.net/crptestar2712\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7322\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5688\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5ddbb52-228b-464d-afe5-1c8a51c23d43" + "c0d6b0c1-aa99-4c7f-ad48-3b196f29b109" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1736" + "1738" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:08:09 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,29 +1412,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0cbd47b7-0e8b-4d11-aea4-c420911e50a2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a785c50-268a-4233-81fa-05e07a7a6854" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "1a8f1953-9059-4a27-bf08-3a1b2b481ee6" + "a7e38613-835c-4197-98a5-72699eb3af88" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230628Z:1a8f1953-9059-4a27-bf08-3a1b2b481ee6" + "EASTUS2:20211116T190810Z:a7e38613-835c-4197-98a5-72699eb3af88" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:28 GMT" - ], "Content-Length": [ - "3166" + "3168" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,60 +1436,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar923.blob.core.windows.net/crptestar9139\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1037\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6815\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0c9961bf-8757-498a-94ca-5a45510d1013\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7162.blob.core.windows.net/crptestar2712\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7322\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5688\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6c3650f4-ee8c-481e-bc3f-29449950c747\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYmQ0N2I3LTBlOGItNGQxMS1hZWE0LWM0MjA5MTFlNTBhMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzg1YzUwLTI2OGEtNDIzMy04MWZhLTA1ZTA3YTdhNjg1ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:08:20 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ad06a01-a654-4e81-ac26-a6b261d1fb62" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fbfba987-32c3-4847-a6d2-4903ad15e0d9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "4379d10e-531e-4fb7-91bf-2c2f722c6712" + "a5630124-9515-48af-b027-af762da41bf1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230638Z:4379d10e-531e-4fb7-91bf-2c2f722c6712" + "EASTUS2:20211116T190820Z:a5630124-9515-48af-b027-af762da41bf1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:06:38 GMT" - ], "Content-Length": [ "134" ], @@ -1373,57 +1500,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:06:25.4405195+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cbd47b7-0e8b-4d11-aea4-c420911e50a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:08:07.6804572+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a785c50-268a-4233-81fa-05e07a7a6854\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYmQ0N2I3LTBlOGItNGQxMS1hZWE0LWM0MjA5MTFlNTBhMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzg1YzUwLTI2OGEtNDIzMy04MWZhLTA1ZTA3YTdhNjg1ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:09:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dffd3100-877f-43c7-a990-6dae6ee16802" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fbd70ef1-6c86-4a49-8f47-2a5637d7a180" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "f632a1d3-cdf8-4b6f-870e-bf58155dff08" + "036128a4-f6f2-44ae-8a40-e9e8c14034b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230815Z:f632a1d3-cdf8-4b6f-870e-bf58155dff08" + "EASTUS2:20211116T190957Z:036128a4-f6f2-44ae-8a40-e9e8c14034b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:08:14 GMT" - ], "Content-Length": [ "134" ], @@ -1434,57 +1561,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:06:25.4405195+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cbd47b7-0e8b-4d11-aea4-c420911e50a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:08:07.6804572+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a785c50-268a-4233-81fa-05e07a7a6854\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYmQ0N2I3LTBlOGItNGQxMS1hZWE0LWM0MjA5MTFlNTBhMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzg1YzUwLTI2OGEtNDIzMy04MWZhLTA1ZTA3YTdhNjg1ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:11:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "424dcec1-8185-4c0c-abac-57ec8d5577cd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5180c649-8bc0-4d5a-ab90-682bf0a76f12" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "6474149d-40d1-4a81-b38b-939562982428" + "76612677-1bdf-4d65-962f-5b267d368928" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T230953Z:6474149d-40d1-4a81-b38b-939562982428" + "EASTUS2:20211116T191135Z:76612677-1bdf-4d65-962f-5b267d368928" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:09:52 GMT" - ], "Content-Length": [ "134" ], @@ -1495,57 +1622,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:06:25.4405195+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cbd47b7-0e8b-4d11-aea4-c420911e50a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:08:07.6804572+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a785c50-268a-4233-81fa-05e07a7a6854\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYmQ0N2I3LTBlOGItNGQxMS1hZWE0LWM0MjA5MTFlNTBhMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzg1YzUwLTI2OGEtNDIzMy04MWZhLTA1ZTA3YTdhNjg1ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:13:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84793782-b176-4e5e-b2e9-da634a977261" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "972e7399-d558-4774-af50-433ced9b5946" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "0e8cc6f4-4b05-4f2f-977d-60ff082dc572" + "842e1431-0c49-4b36-ab6f-f43341e9ea4c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231130Z:0e8cc6f4-4b05-4f2f-977d-60ff082dc572" + "EASTUS2:20211116T191313Z:842e1431-0c49-4b36-ab6f-f43341e9ea4c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:11:30 GMT" - ], "Content-Length": [ "134" ], @@ -1556,57 +1683,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:06:25.4405195+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cbd47b7-0e8b-4d11-aea4-c420911e50a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:08:07.6804572+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a785c50-268a-4233-81fa-05e07a7a6854\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYmQ0N2I3LTBlOGItNGQxMS1hZWE0LWM0MjA5MTFlNTBhMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzg1YzUwLTI2OGEtNDIzMy04MWZhLTA1ZTA3YTdhNjg1ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:14:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "72a4c365-5eae-403a-9c96-7793a2fbf119" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4ab6d81e-7114-409d-95d6-f189b572dfa1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "81109c41-6032-4ff7-ace6-64616778d7be" + "3eb9a105-0545-473f-9a0e-c8a238356ec8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231307Z:81109c41-6032-4ff7-ace6-64616778d7be" + "EASTUS2:20211116T191450Z:3eb9a105-0545-473f-9a0e-c8a238356ec8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:13:07 GMT" - ], "Content-Length": [ "134" ], @@ -1617,57 +1744,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:06:25.4405195+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cbd47b7-0e8b-4d11-aea4-c420911e50a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:08:07.6804572+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a785c50-268a-4233-81fa-05e07a7a6854\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYmQ0N2I3LTBlOGItNGQxMS1hZWE0LWM0MjA5MTFlNTBhMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzg1YzUwLTI2OGEtNDIzMy04MWZhLTA1ZTA3YTdhNjg1ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:16:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac806ee1-0b42-441d-be90-5931711663e3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4dcab93b-84d5-4056-a40e-f6e751778183" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "62bc2582-1368-4e49-b5fa-82d2437bf587" + "c7e400c9-db92-4c2d-8f32-412c52c71f57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231444Z:62bc2582-1368-4e49-b5fa-82d2437bf587" + "EASTUS2:20211116T191627Z:c7e400c9-db92-4c2d-8f32-412c52c71f57" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:14:44 GMT" - ], "Content-Length": [ "134" ], @@ -1678,57 +1805,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:06:25.4405195+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cbd47b7-0e8b-4d11-aea4-c420911e50a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:08:07.6804572+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a785c50-268a-4233-81fa-05e07a7a6854\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0cbd47b7-0e8b-4d11-aea4-c420911e50a2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjYmQ0N2I3LTBlOGItNGQxMS1hZWE0LWM0MjA5MTFlNTBhMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a785c50-268a-4233-81fa-05e07a7a6854?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNzg1YzUwLTI2OGEtNDIzMy04MWZhLTA1ZTA3YTdhNjg1ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:18:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "26f7686f-9a02-430e-84d9-bd57b7437071" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cb0afd5b-f7ca-42ab-b532-805583e4ebcd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "449e4adb-9de8-45af-89f0-d6e3b051b233" + "b424b034-a7ad-4a5e-ae35-30ec3ca1f77e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231622Z:449e4adb-9de8-45af-89f0-d6e3b051b233" + "EASTUS2:20211116T191805Z:b424b034-a7ad-4a5e-ae35-30ec3ca1f77e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:16:21 GMT" - ], "Content-Length": [ "184" ], @@ -1739,59 +1866,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:06:25.4405195+00:00\",\r\n \"endTime\": \"2021-06-29T23:14:53.7094191+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0cbd47b7-0e8b-4d11-aea4-c420911e50a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:08:07.6804572+00:00\",\r\n \"endTime\": \"2021-11-16T19:17:09.9764419+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2a785c50-268a-4233-81fa-05e07a7a6854\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:18:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a2a2fe5-d51a-4758-b3f2-54098994a877" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "837e462f-a414-483f-8c4a-39be7eae9c06" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "8d656233-21e0-45ca-ab98-e762281dcc83" + "c3547bc1-e702-4cb3-9714-faee6a4ea3c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231622Z:8d656233-21e0-45ca-ab98-e762281dcc83" + "EASTUS2:20211116T191805Z:c3547bc1-e702-4cb3-9714-faee6a4ea3c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:16:22 GMT" - ], "Content-Length": [ - "3167" + "3169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,65 +1927,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar923.blob.core.windows.net/crptestar9139\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1037\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6815\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0c9961bf-8757-498a-94ca-5a45510d1013\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7162.blob.core.windows.net/crptestar2712\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7322\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5688\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6c3650f4-ee8c-481e-bc3f-29449950c747\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed439ae8-5cf9-484b-8ee7-0e731c70e360" + "4f9eba0f-047b-4701-98bf-b4b43bcbb52b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:18:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2593" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "370cea1b-360e-4cf8-8fa1-64eb23243d99" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a0840e01-4054-49a2-8c49-fcc609763aaf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "0dd8c6ff-9fb3-4fdd-9e4f-245d7457a61b" + "8b96e497-d225-4b2b-aa12-f023b7b68d03" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231622Z:0dd8c6ff-9fb3-4fdd-9e4f-245d7457a61b" + "EASTUS2:20211116T191805Z:8b96e497-d225-4b2b-aa12-f023b7b68d03" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:16:22 GMT" - ], "Content-Length": [ - "3167" + "3169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,26 +1994,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3766\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar923.blob.core.windows.net/crptestar9139\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1037\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6815\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Network/virtualNetworks/vn629/subnets/sn5451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0c9961bf-8757-498a-94ca-5a45510d1013\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"supportsMultipleExtensions\": \"true\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7162.blob.core.windows.net/crptestar2712\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7322\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5688\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Network/virtualNetworks/vn3428/subnets/sn6311\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6c3650f4-ee8c-481e-bc3f-29449950c747\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Ni92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNS92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"protectedParameters\": [\r\n {\r\n \"name\": \"secret\",\r\n \"value\": \"protectedSecret\"\r\n }\r\n ],\r\n \"asyncExecution\": false,\r\n \"timeoutInSeconds\": 3600\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c1061c45-4ffb-4825-9031-15c7cdcdddb6" + "e93e084f-bf38-400a-8bc0-179b7232aacd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1899,11 +2026,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:18:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6d898223-144a-4321-a164-65ac864ce671?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1915,27 +2049,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1f486b76-4afe-494c-a34a-53c38be51b10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6d898223-144a-4321-a164-65ac864ce671" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "cc7dc8ae-38fc-4c28-8b10-1aca43d86564" + "8220f9ee-a564-456c-b1e1-4f8db3142e39" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231623Z:cc7dc8ae-38fc-4c28-8b10-1aca43d86564" + "EASTUS2:20211116T191806Z:8220f9ee-a564-456c-b1e1-4f8db3142e39" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:16:23 GMT" - ], "Content-Length": [ "751" ], @@ -1946,57 +2073,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Creating\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Creating\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6d898223-144a-4321-a164-65ac864ce671?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZkODk4MjIzLTE0NGEtNDMyMS1hMTY0LTY1YWM4NjRjZTY3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:18:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b8537309-1f0b-4d97-b033-288f5a70923c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d434529-2141-4d2a-b754-442bf17a0747" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "ccfce6fd-d533-40ab-a985-8873e0d56391" + "46101716-9fe2-4c0b-80ea-d1c6e7050e22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231653Z:ccfce6fd-d533-40ab-a985-8873e0d56391" + "EASTUS2:20211116T191836Z:46101716-9fe2-4c0b-80ea-d1c6e7050e22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:16:53 GMT" - ], "Content-Length": [ "134" ], @@ -2007,57 +2134,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:18:06.0701554+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d898223-144a-4321-a164-65ac864ce671\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6d898223-144a-4321-a164-65ac864ce671?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZkODk4MjIzLTE0NGEtNDMyMS1hMTY0LTY1YWM4NjRjZTY3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:19:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4918859d-f6aa-4bc7-b983-a94d2e8238fc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a5fbcf70-1b4b-477e-b6ff-b2fd58c22f03" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-correlation-request-id": [ - "49f62691-f1ea-4e87-bef4-8d995bb44c7d" + "83fdfbee-4983-434c-8027-e802447969ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231724Z:49f62691-f1ea-4e87-bef4-8d995bb44c7d" + "EASTUS2:20211116T191906Z:83fdfbee-4983-434c-8027-e802447969ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:17:23 GMT" - ], "Content-Length": [ "134" ], @@ -2068,59 +2195,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:18:06.0701554+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6d898223-144a-4321-a164-65ac864ce671\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6d898223-144a-4321-a164-65ac864ce671?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZkODk4MjIzLTE0NGEtNDMyMS1hMTY0LTY1YWM4NjRjZTY3MT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:19:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "820632ce-ff21-40df-8560-8f96e6ec8cc2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fcf3928d-4e67-4d68-9975-fbc2b5294492" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-correlation-request-id": [ - "07358d05-4207-4756-b0ed-87e99fba52bd" + "4ea0e281-3357-4971-bd82-97bc318803aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231754Z:07358d05-4207-4756-b0ed-87e99fba52bd" + "EASTUS2:20211116T191937Z:4ea0e281-3357-4971-bd82-97bc318803aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:17:54 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2129,120 +2256,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:18:06.0701554+00:00\",\r\n \"endTime\": \"2021-11-16T19:19:06.7888229+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6d898223-144a-4321-a164-65ac864ce671\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNS92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:19:37 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29957" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6dd6f8e6-f220-4bde-92b9-67fe93aa6bbe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "3dfb80d6-5eab-44f9-a6b4-7d9bc8e7f897" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T231824Z:3dfb80d6-5eab-44f9-a6b4-7d9bc8e7f897" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 23:18:24 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29954" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "75fda1d2-1f7e-4673-bdb0-bf0dce0c38a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f91021bb-0aa9-494f-9788-fea8bf291fa3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-correlation-request-id": [ - "691096ad-fb02-453f-a5ba-31c5d2137cc4" + "c3b70fd1-7ae6-4c10-9afa-538336744dc6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T231854Z:691096ad-fb02-453f-a5ba-31c5d2137cc4" + "EASTUS2:20211116T191937Z:c3b70fd1-7ae6-4c10-9afa-538336744dc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:18:54 GMT" - ], "Content-Length": [ - "134" + "752" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2251,237 +2314,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNS92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29952" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "450bfd00-905e-48e0-beda-27abf9c5bba9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "ff04798a-2964-4e8d-bde1-cf98298ab093" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T231924Z:ff04798a-2964-4e8d-bde1-cf98298ab093" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 23:19:24 GMT" - ], - "Content-Length": [ - "134" + "x-ms-client-request-id": [ + "c4b71153-16f8-47af-8b9e-565cd2900baa" ], - "Content-Type": [ - "application/json; charset=utf-8" + "accept-language": [ + "en-US" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29949" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "058e5c62-1ea1-4418-9107-c772fa31f0a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "3fb00416-ca0f-43f1-9a55-0e4734b8fd84" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T231955Z:3fb00416-ca0f-43f1-9a55-0e4734b8fd84" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 23:19:54 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1f486b76-4afe-494c-a34a-53c38be51b10?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFmNDg2Yjc2LTRhZmUtNDk0Yy1hMzRhLTUzYzM4YmU1MWIxMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 19:19:37 GMT" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29952" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e91445f8-f54b-47b3-a66c-d9c6ec51b3d6" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "75f239e5-1978-4965-ba8b-5d08b24bb356" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T232026Z:75f239e5-1978-4965-ba8b-5d08b24bb356" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 23:20:26 GMT" - ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:16:23.1631174+00:00\",\r\n \"endTime\": \"2021-06-29T23:20:04.1021378+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1f486b76-4afe-494c-a34a-53c38be51b10\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Ni92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a5225ffb-0297-42b4-959a-95fa5bd32769" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "54b8f006-2258-4dc9-a4db-1528426b51f1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11984" ], "x-ms-correlation-request-id": [ - "f1609589-8827-4700-8d3d-a801ee625620" + "306e4214-0e5a-415d-99d1-779f7124c4b6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232026Z:f1609589-8827-4700-8d3d-a801ee625620" + "EASTUS2:20211116T191937Z:306e4214-0e5a-415d-99d1-779f7124c4b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:20:26 GMT" - ], "Content-Length": [ "752" ], @@ -2492,126 +2378,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Ni92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNS92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a052ce45-603f-4744-a6f7-b8eeea86b476" + "332a5e25-9add-44d8-ac94-a8de5a2fc3b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:19:37 GMT" + ], "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "04cf766c-9c2b-4aa3-a46c-7c7f1bd61109" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "de569e65-e993-4fd4-a237-b4431babefa6" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T232026Z:de569e65-e993-4fd4-a237-b4431babefa6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 23:20:26 GMT" - ], - "Content-Length": [ - "752" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Ni92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "639d19f0-6d06-45fe-be89-0c172f8549e9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dd29bd81-09e5-45f1-947a-593b2c2f33fa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c760550-7e6e-496f-b491-b4bd363c3e57" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11983" ], "x-ms-correlation-request-id": [ - "9a196205-14e0-41ff-a639-c001512a48bd" + "03a7dcad-7929-4e1c-9173-4cba1cdcad18" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232027Z:9a196205-14e0-41ff-a639-c001512a48bd" + "EASTUS2:20211116T191937Z:03a7dcad-7929-4e1c-9173-4cba1cdcad18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:20:26 GMT" - ], "Content-Length": [ - "987" + "986" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2620,60 +2442,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false,\r\n \"instanceView\": {\r\n \"exitCode\": 0,\r\n \"executionState\": \"Succeeded\",\r\n \"output\": \"Hello World!\",\r\n \"startTime\": \"2021-06-29T23:19:44.5994992+00:00\",\r\n \"endTime\": \"2021-06-29T23:19:55.1000856+00:00\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false,\r\n \"instanceView\": {\r\n \"exitCode\": 0,\r\n \"executionState\": \"Succeeded\",\r\n \"output\": \"Hello World!\",\r\n \"startTime\": \"2021-11-16T19:18:38.6736525+00:00\",\r\n \"endTime\": \"2021-11-16T19:18:48.651465+00:00\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Ni92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNS92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "463de872-2b2b-4d4e-8d41-e00c9dab8ffa" + "23105460-3fe4-4acb-83bb-73160abee174" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:19:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e3e6ec5-b6d9-44ea-8bc0-84943508b451" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e43db3a4-b7e6-4020-9950-b16924d94e9b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11982" ], "x-ms-correlation-request-id": [ - "045a0dbf-8047-43e0-87f1-3abc1b4762e3" + "bfc495fd-5711-412e-a5b8-9f718775bf46" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232027Z:045a0dbf-8047-43e0-87f1-3abc1b4762e3" + "EASTUS2:20211116T191938Z:bfc495fd-5711-412e-a5b8-9f718775bf46" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:20:27 GMT" - ], "Content-Length": [ "885" ], @@ -2684,40 +2506,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"firstRunCommand\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Tag1\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"script\": \"Write-Host Hello World!\"\r\n },\r\n \"parameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"timeoutInSeconds\": 3600,\r\n \"provisioningState\": \"Succeeded\",\r\n \"asyncExecution\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar42751/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3766/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQyNzUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2Ni92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar66021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5025/virtualMachines/0/runCommands/firstRunCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNTAyNS92aXJ0dWFsTWFjaGluZXMvMC9ydW5Db21tYW5kcy9maXJzdFJ1bkNvbW1hbmQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78b96df3-3c47-47f0-8c29-ce03bdbbdf70" + "550b84d5-8bef-4b87-9ecb-0b120bd9e93c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:19:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bae505bb-4179-4d8c-a249-f9d98fd06234?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bae505bb-4179-4d8c-a249-f9d98fd06234?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2729,146 +2558,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6833e38a-ec47-420b-b617-63224249336a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bae505bb-4179-4d8c-a249-f9d98fd06234" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "575be126-0d0a-4e67-a393-622d8c51cb8f" + "6c57d2a9-b0ea-44b5-9b34-eb01110f08c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232027Z:575be126-0d0a-4e67-a393-622d8c51cb8f" + "EASTUS2:20211116T191938Z:6c57d2a9-b0ea-44b5-9b34-eb01110f08c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:20:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bae505bb-4179-4d8c-a249-f9d98fd06234?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhZTUwNWJiLTQxNzktNGQ4Yy1hMjQ5LWY5ZDk4ZmQwNjIzND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:20:08 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29950" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e66545b6-972c-4803-80b9-7f50ee2c54e8" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-correlation-request-id": [ - "d5dae0a8-fe24-4d9d-b78f-9fb86d4692a0" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T232057Z:d5dae0a8-fe24-4d9d-b78f-9fb86d4692a0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 23:20:57 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:20:27.5241017+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6833e38a-ec47-420b-b617-63224249336a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29947" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "293553c1-e674-48bb-b65a-01327cff1e7c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc54ce5c-bf79-4fe0-854b-3650e80de845" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11981" ], "x-ms-correlation-request-id": [ - "f696e3f6-6412-4c1d-bc1a-98cfcb41d7f1" + "267b3334-9f95-4508-b5e3-fbe95d1cff1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232128Z:f696e3f6-6412-4c1d-bc1a-98cfcb41d7f1" + "EASTUS2:20211116T192008Z:267b3334-9f95-4508-b5e3-fbe95d1cff1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:21:27 GMT" - ], "Content-Length": [ "134" ], @@ -2879,120 +2640,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:20:27.5241017+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6833e38a-ec47-420b-b617-63224249336a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:19:38.4451092+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bae505bb-4179-4d8c-a249-f9d98fd06234\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bae505bb-4179-4d8c-a249-f9d98fd06234?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhZTUwNWJiLTQxNzktNGQ4Yy1hMjQ5LWY5ZDk4ZmQwNjIzND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:20:38 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29944" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "235dfd14-2852-45e0-856b-7fa71e59d4ea" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "6c004863-267e-46c7-b0d7-5f1705437b9e" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T232158Z:6c004863-267e-46c7-b0d7-5f1705437b9e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 23:21:57 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:20:27.5241017+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6833e38a-ec47-420b-b617-63224249336a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29942" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fc73ad08-a4b5-4a71-b7c7-8f39be2fd208" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cc98fa77-97a4-4acc-942a-980835b40b05" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11980" ], "x-ms-correlation-request-id": [ - "ccec1252-aadd-49d5-a1b1-e80d06277556" + "5433e44e-2385-4cf7-92b0-43b7a0e2c523" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232228Z:ccec1252-aadd-49d5-a1b1-e80d06277556" + "EASTUS2:20211116T192039Z:5433e44e-2385-4cf7-92b0-43b7a0e2c523" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:22:28 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3001,266 +2701,254 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:20:27.5241017+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6833e38a-ec47-420b-b617-63224249336a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T19:19:38.4451092+00:00\",\r\n \"endTime\": \"2021-11-16T19:20:28.9763015+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bae505bb-4179-4d8c-a249-f9d98fd06234\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bae505bb-4179-4d8c-a249-f9d98fd06234?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhZTUwNWJiLTQxNzktNGQ4Yy1hMjQ5LWY5ZDk4ZmQwNjIzND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:20:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9587d86f-4923-436f-bbed-49db24677508" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "452c1266-736b-4129-a1b9-7714b4b742e1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11979" ], "x-ms-correlation-request-id": [ - "ac0add60-9343-4ac8-8a70-69000ec6bfb3" + "774ba00b-be2f-47f0-abcc-a55fd653b6f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232259Z:ac0add60-9343-4ac8-8a70-69000ec6bfb3" + "EASTUS2:20211116T192039Z:774ba00b-be2f-47f0-abcc-a55fd653b6f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:22:58 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:20:27.5241017+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6833e38a-ec47-420b-b617-63224249336a\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar66021?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2MDIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "eb895e48-65ef-4111-86d9-e20596c0884f" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:20:45 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29934" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "x-ms-request-id": [ - "a894629d-6e15-41f9-9b55-4ea4af913252" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "x-ms-request-id": [ + "4d1eceb6-a75a-4fd9-a806-8d0b77fda2d0" ], "x-ms-correlation-request-id": [ - "3ccfaa7f-616c-473a-80d9-3875a98b40c0" + "4d1eceb6-a75a-4fd9-a806-8d0b77fda2d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232329Z:3ccfaa7f-616c-473a-80d9-3875a98b40c0" + "EASTUS2:20211116T192045Z:4d1eceb6-a75a-4fd9-a806-8d0b77fda2d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:23:28 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:20:27.5241017+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6833e38a-ec47-420b-b617-63224249336a\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:21:00 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29929" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9f7e13e1-5923-48ef-a33a-7f06de0c9d2e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11999" + ], + "x-ms-request-id": [ + "74393c6b-43f0-4087-a492-b21edfb51fae" ], "x-ms-correlation-request-id": [ - "0740aa65-9923-4b0b-9209-22a9d2ee2904" + "74393c6b-43f0-4087-a492-b21edfb51fae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232359Z:0740aa65-9923-4b0b-9209-22a9d2ee2904" + "EASTUS2:20211116T192100Z:74393c6b-43f0-4087-a492-b21edfb51fae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:23:58 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T23:20:27.5241017+00:00\",\r\n \"endTime\": \"2021-06-29T23:23:49.5566948+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6833e38a-ec47-420b-b617-63224249336a\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6833e38a-ec47-420b-b617-63224249336a?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4MzNlMzhhLWVjNDctNDIwYi1iNjE3LTYzMjI0MjQ5MzM2YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:21:15 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29928" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "07144953-26d2-493b-9ddf-98bb52204a46" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11998" + ], + "x-ms-request-id": [ + "692f46c3-650e-4a9d-8ae7-aadd9b2c19bf" ], "x-ms-correlation-request-id": [ - "89836ae0-838a-4d8d-a554-caacdf1c600e" + "692f46c3-650e-4a9d-8ae7-aadd9b2c19bf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232359Z:89836ae0-838a-4d8d-a554-caacdf1c600e" + "EASTUS2:20211116T192116Z:692f46c3-650e-4a9d-8ae7-aadd9b2c19bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:23:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar42751?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQyNzUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "94080a3a-21c5-43fa-a7f0-a0b324f95d7a" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3268,26 +2956,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:21:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "adea710f-cb21-405e-b3f7-a8e091569b24" + "abea54f7-4c24-417f-9b80-6fe16cea5fad" ], "x-ms-correlation-request-id": [ - "adea710f-cb21-405e-b3f7-a8e091569b24" + "abea54f7-4c24-417f-9b80-6fe16cea5fad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232404Z:adea710f-cb21-405e-b3f7-a8e091569b24" + "EASTUS2:20211116T192131Z:abea54f7-4c24-417f-9b80-6fe16cea5fad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3295,29 +2986,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:24:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3325,26 +3013,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:21:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "21b50291-3947-4a36-990f-5be21faedfa8" + "379d4df3-976a-4c62-ad8c-1f743533bd8b" ], "x-ms-correlation-request-id": [ - "21b50291-3947-4a36-990f-5be21faedfa8" + "379d4df3-976a-4c62-ad8c-1f743533bd8b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232419Z:21b50291-3947-4a36-990f-5be21faedfa8" + "EASTUS2:20211116T192147Z:379d4df3-976a-4c62-ad8c-1f743533bd8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3352,29 +3043,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:24:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3382,26 +3070,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:22:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-request-id": [ - "4b87bf97-3d10-499e-b9a6-a5854501bbb8" + "0fcb83bb-7484-4072-8cfc-7fd123ef5b51" ], "x-ms-correlation-request-id": [ - "4b87bf97-3d10-499e-b9a6-a5854501bbb8" + "0fcb83bb-7484-4072-8cfc-7fd123ef5b51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232435Z:4b87bf97-3d10-499e-b9a6-a5854501bbb8" + "EASTUS2:20211116T192202Z:0fcb83bb-7484-4072-8cfc-7fd123ef5b51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3409,29 +3100,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:24:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3439,26 +3127,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:22:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-request-id": [ - "2ad7ae6b-e32d-415c-b58f-d9ccb9c949b3" + "f951cd0b-6718-4c6f-bca7-13dd658a4dfb" ], "x-ms-correlation-request-id": [ - "2ad7ae6b-e32d-415c-b58f-d9ccb9c949b3" + "f951cd0b-6718-4c6f-bca7-13dd658a4dfb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232450Z:2ad7ae6b-e32d-415c-b58f-d9ccb9c949b3" + "EASTUS2:20211116T192218Z:f951cd0b-6718-4c6f-bca7-13dd658a4dfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3466,29 +3157,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:24:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3496,26 +3184,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:22:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "10963fea-ce0e-4219-ab2a-3f64fcdd8768" + "d66cdd31-c1fb-4646-b909-6db5a769935e" ], "x-ms-correlation-request-id": [ - "10963fea-ce0e-4219-ab2a-3f64fcdd8768" + "d66cdd31-c1fb-4646-b909-6db5a769935e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232506Z:10963fea-ce0e-4219-ab2a-3f64fcdd8768" + "EASTUS2:20211116T192233Z:d66cdd31-c1fb-4646-b909-6db5a769935e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3523,29 +3214,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:25:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3553,26 +3241,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:22:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "cba2b598-eee6-4406-ad2b-6cde6a0aab42" + "84f821c7-e56a-4b8e-9f67-f1628d3b8ab3" ], "x-ms-correlation-request-id": [ - "cba2b598-eee6-4406-ad2b-6cde6a0aab42" + "84f821c7-e56a-4b8e-9f67-f1628d3b8ab3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232521Z:cba2b598-eee6-4406-ad2b-6cde6a0aab42" + "EASTUS2:20211116T192249Z:84f821c7-e56a-4b8e-9f67-f1628d3b8ab3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3580,29 +3271,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:25:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3610,26 +3298,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:23:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "54ee7998-5542-4d0b-a663-b13fb039c455" + "70e3bfff-d730-40df-a815-e7598074724c" ], "x-ms-correlation-request-id": [ - "54ee7998-5542-4d0b-a663-b13fb039c455" + "70e3bfff-d730-40df-a815-e7598074724c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232537Z:54ee7998-5542-4d0b-a663-b13fb039c455" + "EASTUS2:20211116T192304Z:70e3bfff-d730-40df-a815-e7598074724c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3637,29 +3328,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:25:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3667,26 +3355,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:23:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-request-id": [ - "b8acd0f8-b93c-47d8-9975-91da08ddd23b" + "101fa2d0-8ca4-48ce-a4b1-df55cbd056eb" ], "x-ms-correlation-request-id": [ - "b8acd0f8-b93c-47d8-9975-91da08ddd23b" + "101fa2d0-8ca4-48ce-a4b1-df55cbd056eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232552Z:b8acd0f8-b93c-47d8-9975-91da08ddd23b" + "EASTUS2:20211116T192320Z:101fa2d0-8ca4-48ce-a4b1-df55cbd056eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3694,29 +3385,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:25:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3724,26 +3412,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:23:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "50b10b16-0a31-4d38-806d-6d740426a90a" + "f5db0c7c-b86b-4f68-be46-6085bd5237cd" ], "x-ms-correlation-request-id": [ - "50b10b16-0a31-4d38-806d-6d740426a90a" + "f5db0c7c-b86b-4f68-be46-6085bd5237cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232607Z:50b10b16-0a31-4d38-806d-6d740426a90a" + "EASTUS2:20211116T192335Z:f5db0c7c-b86b-4f68-be46-6085bd5237cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3751,29 +3442,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:26:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3781,26 +3469,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:23:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-request-id": [ - "cd9b47cc-2545-45dd-8c3a-9d155581fe4d" + "3ee2f80c-f6fd-4f2f-a43e-20035eb2c540" ], "x-ms-correlation-request-id": [ - "cd9b47cc-2545-45dd-8c3a-9d155581fe4d" + "3ee2f80c-f6fd-4f2f-a43e-20035eb2c540" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232623Z:cd9b47cc-2545-45dd-8c3a-9d155581fe4d" + "EASTUS2:20211116T192350Z:3ee2f80c-f6fd-4f2f-a43e-20035eb2c540" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3808,29 +3499,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:26:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3838,26 +3526,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:24:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-request-id": [ - "58492931-0087-4da2-a540-5ee81d097d1a" + "30a5f4d7-dccc-4990-8c95-3c57d08d2d82" ], "x-ms-correlation-request-id": [ - "58492931-0087-4da2-a540-5ee81d097d1a" + "30a5f4d7-dccc-4990-8c95-3c57d08d2d82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232638Z:58492931-0087-4da2-a540-5ee81d097d1a" + "EASTUS2:20211116T192406Z:30a5f4d7-dccc-4990-8c95-3c57d08d2d82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3865,29 +3556,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:26:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3895,26 +3583,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:24:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" ], "x-ms-request-id": [ - "f41b7dbf-0eb7-4452-bfee-ca448e3c5a45" + "489049a4-550e-4a3a-9bf4-e2ac7f05490d" ], "x-ms-correlation-request-id": [ - "f41b7dbf-0eb7-4452-bfee-ca448e3c5a45" + "489049a4-550e-4a3a-9bf4-e2ac7f05490d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232654Z:f41b7dbf-0eb7-4452-bfee-ca448e3c5a45" + "EASTUS2:20211116T192421Z:489049a4-550e-4a3a-9bf4-e2ac7f05490d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3922,29 +3613,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:26:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3952,26 +3640,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:24:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11985" ], "x-ms-request-id": [ - "64d06855-d62d-438e-a84d-5bacfb1a3936" + "3572a2f3-cff8-40ea-8233-d4b125cd53b3" ], "x-ms-correlation-request-id": [ - "64d06855-d62d-438e-a84d-5bacfb1a3936" + "3572a2f3-cff8-40ea-8233-d4b125cd53b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232709Z:64d06855-d62d-438e-a84d-5bacfb1a3936" + "EASTUS2:20211116T192437Z:3572a2f3-cff8-40ea-8233-d4b125cd53b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3979,29 +3670,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:27:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4009,26 +3697,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:24:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11984" ], "x-ms-request-id": [ - "1e0d6d60-dc04-4d9a-9b71-cba6ef30a92a" + "eb26eb58-c942-4e8a-9c57-1eec3feb9748" ], "x-ms-correlation-request-id": [ - "1e0d6d60-dc04-4d9a-9b71-cba6ef30a92a" + "eb26eb58-c942-4e8a-9c57-1eec3feb9748" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232725Z:1e0d6d60-dc04-4d9a-9b71-cba6ef30a92a" + "EASTUS2:20211116T192452Z:eb26eb58-c942-4e8a-9c57-1eec3feb9748" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4036,29 +3727,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:27:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4066,26 +3754,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:25:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11983" ], "x-ms-request-id": [ - "deac140a-0d8e-486d-8bb6-f2c32f2026cc" + "40928ec8-5874-42f9-9db6-4b318898dcb1" ], "x-ms-correlation-request-id": [ - "deac140a-0d8e-486d-8bb6-f2c32f2026cc" + "40928ec8-5874-42f9-9db6-4b318898dcb1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232740Z:deac140a-0d8e-486d-8bb6-f2c32f2026cc" + "EASTUS2:20211116T192508Z:40928ec8-5874-42f9-9db6-4b318898dcb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4093,29 +3784,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:27:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4123,26 +3811,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:25:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11982" ], "x-ms-request-id": [ - "e14bc4ee-d294-418d-af60-af58ff9ef4f8" + "a5a09635-5228-4d2b-a710-e78f73fc6234" ], "x-ms-correlation-request-id": [ - "e14bc4ee-d294-418d-af60-af58ff9ef4f8" + "a5a09635-5228-4d2b-a710-e78f73fc6234" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232756Z:e14bc4ee-d294-418d-af60-af58ff9ef4f8" + "EASTUS2:20211116T192523Z:a5a09635-5228-4d2b-a710-e78f73fc6234" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4150,29 +3841,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:27:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4180,26 +3868,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:25:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11981" ], "x-ms-request-id": [ - "364f84b0-b06a-4991-a69d-50daacd503c4" + "8a028e95-3edf-4108-9c3f-4cdb80ec462b" ], "x-ms-correlation-request-id": [ - "364f84b0-b06a-4991-a69d-50daacd503c4" + "8a028e95-3edf-4108-9c3f-4cdb80ec462b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232811Z:364f84b0-b06a-4991-a69d-50daacd503c4" + "EASTUS2:20211116T192539Z:8a028e95-3edf-4108-9c3f-4cdb80ec462b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4207,29 +3898,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:28:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4237,26 +3925,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:25:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11980" ], "x-ms-request-id": [ - "0cf14a3e-dd9c-4da1-8370-5772e8c07770" + "ee8f94bd-b53f-4fd5-a3cc-00cb2d60d2a5" ], "x-ms-correlation-request-id": [ - "0cf14a3e-dd9c-4da1-8370-5772e8c07770" + "ee8f94bd-b53f-4fd5-a3cc-00cb2d60d2a5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232827Z:0cf14a3e-dd9c-4da1-8370-5772e8c07770" + "EASTUS2:20211116T192555Z:ee8f94bd-b53f-4fd5-a3cc-00cb2d60d2a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4264,29 +3955,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:28:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4294,20 +3982,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:10 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11979" ], "x-ms-request-id": [ - "50b0ce55-47c9-4eeb-a54e-7407a92ef5a6" + "e9ad2371-5c61-4243-aec0-2d41c34084fe" ], "x-ms-correlation-request-id": [ - "50b0ce55-47c9-4eeb-a54e-7407a92ef5a6" + "e9ad2371-5c61-4243-aec0-2d41c34084fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232843Z:50b0ce55-47c9-4eeb-a54e-7407a92ef5a6" + "EASTUS2:20211116T192610Z:e9ad2371-5c61-4243-aec0-2d41c34084fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4315,29 +4006,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:28:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Mjc1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTWpjMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTmpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4345,20 +4033,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 19:26:11 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11978" ], "x-ms-request-id": [ - "dbd6925f-a654-46d8-adb1-abcabbde9627" + "bb4f5a02-df3a-4a86-b374-107ab962a878" ], "x-ms-correlation-request-id": [ - "dbd6925f-a654-46d8-adb1-abcabbde9627" + "bb4f5a02-df3a-4a86-b374-107ab962a878" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T232843Z:dbd6925f-a654-46d8-adb1-abcabbde9627" + "EASTUS2:20211116T192611Z:bb4f5a02-df3a-4a86-b374-107ab962a878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4366,14 +4057,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 23:28:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -4382,27 +4070,27 @@ ], "Names": { "TestVMScaleSetRunCommands": [ - "crptestar4275", - "vmss3766", - "crptestar923" + "crptestar6602", + "vmss5025", + "crptestar7162" ], "CreatePublicIP": [ - "pip8668", - "dn7119" + "pip6493", + "dn3857" ], "CreateVNET": [ - "vn629", - "sn5451" + "vn3428", + "sn6311" ], "CreateNIC": [ - "nic8614", - "ip1949" + "nic5969", + "ip4970" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9139", - "vmss7173", - "vmsstestnetconfig1037", - "vmsstestnetconfig6815" + "crptestar2712", + "vmss9036", + "vmsstestnetconfig7322", + "vmsstestnetconfig5688" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations.json index fa57ab12500a2..da12672e95682 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bef3cb6c-6036-4d4c-8b65-6230f5ac314d" + "df86ee8a-da34-425a-980c-b80e86079138" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "63ef5c23-e9df-41f4-bdca-4ab738979658" + "1fbeac83-d983-40fd-8238-e05f37da0ff1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "6f52fe98-a067-4e62-ae4c-e4539ff3cadf" + "8c1a9b73-96f1-4f05-b99d-5622b902c347" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075929Z:6f52fe98-a067-4e62-ae4c-e4539ff3cadf" + "SOUTHCENTRALUS:20220126T110127Z:8c1a9b73-96f1-4f05-b99d-5622b902c347" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 07:59:29 GMT" + "Wed, 26 Jan 2022 11:01:27 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3194?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxOTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6369?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3194\": \"2021-06-29 07:59:30Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6369\": \"2022-01-26 11:01:28Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "de362433-49a2-4171-b8e4-021b8392713a" + "4747fae0-00ba-48b7-95c0-152bd12f43aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -103,16 +103,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-request-id": [ - "4061e0c3-5ec1-4c5c-9143-3d427f565e45" + "c2c748c6-fb47-49cd-9ac9-f4b2cef90e63" ], "x-ms-correlation-request-id": [ - "4061e0c3-5ec1-4c5c-9143-3d427f565e45" + "c2c748c6-fb47-49cd-9ac9-f4b2cef90e63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075932Z:4061e0c3-5ec1-4c5c-9143-3d427f565e45" + "SOUTHCENTRALUS:20220126T110130Z:c2c748c6-fb47-49cd-9ac9-f4b2cef90e63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 07:59:31 GMT" + "Wed, 26 Jan 2022 11:01:30 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194\",\r\n \"name\": \"crptestar3194\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3194\": \"2021-06-29 07:59:30Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369\",\r\n \"name\": \"crptestar6369\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6369\": \"2022-01-26 11:01:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3194?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxOTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6369?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a9c4b1c-a432-4517-89cb-74a3d35afe9f" + "396bf8af-6ee4-4607-9160-d7d4287d42a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -169,16 +169,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-request-id": [ - "83c1f5c0-fbdc-47dc-add9-93419e6f9857" + "ec86214a-d406-47cc-a173-7326d0af671b" ], "x-ms-correlation-request-id": [ - "83c1f5c0-fbdc-47dc-add9-93419e6f9857" + "ec86214a-d406-47cc-a173-7326d0af671b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080016Z:83c1f5c0-fbdc-47dc-add9-93419e6f9857" + "SOUTHCENTRALUS:20220126T110216Z:ec86214a-d406-47cc-a173-7326d0af671b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:15 GMT" + "Wed, 26 Jan 2022 11:02:15 GMT" ], "Content-Length": [ "186" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194\",\r\n \"name\": \"crptestar3194\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369\",\r\n \"name\": \"crptestar6369\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Storage/storageAccounts/crptestar1713?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNzEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Storage/storageAccounts/crptestar2976?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyOTc2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1fcdd6f-d411-4e6c-afb5-4b6655cfd256" + "c4577a5f-1308-409c-8e40-e2e604aff44d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5fc0660b-009a-4fb6-a8cd-e8fc98da4d8f?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9c23bba2-e0e8-4231-bb1d-6253d5b1f42f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "5fc0660b-009a-4fb6-a8cd-e8fc98da4d8f" + "9c23bba2-e0e8-4231-bb1d-6253d5b1f42f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "57be3f86-0425-4bdf-9ec4-7b8a157a8cdc" + "3cc85d6e-7d7f-4acf-ad05-5e53be451486" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075943Z:57be3f86-0425-4bdf-9ec4-7b8a157a8cdc" + "SOUTHCENTRALUS:20220126T110141Z:3cc85d6e-7d7f-4acf-ad05-5e53be451486" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 07:59:42 GMT" + "Wed, 26 Jan 2022 11:01:40 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5fc0660b-009a-4fb6-a8cd-e8fc98da4d8f?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNWZjMDY2MGItMDA5YS00ZmI2LWE4Y2QtZThmYzk4ZGE0ZDhmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9c23bba2-e0e8-4231-bb1d-6253d5b1f42f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOWMyM2JiYTItZTBlOC00MjMxLWJiMWQtNjI1M2Q1YjFmNDJmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -298,13 +298,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5fc0660b-009a-4fb6-a8cd-e8fc98da4d8f?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9c23bba2-e0e8-4231-bb1d-6253d5b1f42f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], "x-ms-request-id": [ - "dce45e53-5957-479b-8c35-271ee4b79b2d" + "0118fda0-0025-4dc9-b791-3b5fd7ac8163" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -316,16 +316,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "52cd7f7c-38b3-4e97-b624-082437f2297b" + "b5e0dfc8-2ebf-41b0-9755-e9348a8bf370" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080000Z:52cd7f7c-38b3-4e97-b624-082437f2297b" + "SOUTHCENTRALUS:20220126T110158Z:b5e0dfc8-2ebf-41b0-9755-e9348a8bf370" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 07:59:59 GMT" + "Wed, 26 Jan 2022 11:01:58 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -341,15 +341,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5fc0660b-009a-4fb6-a8cd-e8fc98da4d8f?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNWZjMDY2MGItMDA5YS00ZmI2LWE4Y2QtZThmYzk4ZGE0ZDhmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9c23bba2-e0e8-4231-bb1d-6253d5b1f42f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOWMyM2JiYTItZTBlOC00MjMxLWJiMWQtNjI1M2Q1YjFmNDJmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "57499131-c299-4b6f-97b2-294cc5514afa" + "c54a3512-1d6c-4ac0-af8d-96d5e8ea1cec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -373,16 +373,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "533735bb-dfb4-44b3-915e-c601da258489" + "56964079-d420-41a6-86bb-2cc444c9bfa7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080003Z:533735bb-dfb4-44b3-915e-c601da258489" + "SOUTHCENTRALUS:20220126T110201Z:56964079-d420-41a6-86bb-2cc444c9bfa7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:03 GMT" + "Wed, 26 Jan 2022 11:02:01 GMT" ], "Content-Length": [ "95" @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "106bdcf5-a52e-4fb4-8222-80b34735cfa7" + "da15bd58-c133-42d9-a37e-16868bf42db7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "27e85e70-d583-455d-ae03-77bb6b9676dc" + "46ec1c3a-3fc0-4cf0-80ce-bf808070dc00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,16 +436,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "7864d1e5-8765-468a-9c51-6b5e0b695959" + "0b7c3825-ce1e-4f3f-b231-4f20db23d523" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080013Z:7864d1e5-8765-468a-9c51-6b5e0b695959" + "SOUTHCENTRALUS:20220126T110211Z:0b7c3825-ce1e-4f3f-b231-4f20db23d523" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:13 GMT" + "Wed, 26 Jan 2022 11:02:11 GMT" ], "Content-Length": [ "752" @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Storage/storageAccounts/crptestar1713\",\r\n \"name\": \"crptestar1713\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:59:39.7235664Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1713.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1713.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1713.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1713.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Storage/storageAccounts/crptestar2976\",\r\n \"name\": \"crptestar2976\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T11:01:37.48042Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2976.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2976.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2976.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2976.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Storage/storageAccounts/crptestar1713?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNzEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Storage/storageAccounts/crptestar2976?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyOTc2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c3de9c6-400c-44e1-984d-3818b2441dc1" + "206de25f-5bb2-43df-b65f-f08c9d390474" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -487,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "22306cdb-d72c-4480-a445-0f0deedea2dd" + "fda6be7d-86e9-4637-96d0-9b621b5d12ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -499,16 +499,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "63835864-98bd-44f2-8559-cc47f922adcf" + "7b9829b8-89d8-442c-b471-8bab18796697" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080014Z:63835864-98bd-44f2-8559-cc47f922adcf" + "SOUTHCENTRALUS:20220126T110212Z:7b9829b8-89d8-442c-b471-8bab18796697" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:13 GMT" + "Wed, 26 Jan 2022 11:02:12 GMT" ], "Content-Length": [ "740" @@ -520,26 +520,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Storage/storageAccounts/crptestar1713\",\r\n \"name\": \"crptestar1713\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:59:39.7235664Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1713.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1713.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1713.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1713.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Storage/storageAccounts/crptestar2976\",\r\n \"name\": \"crptestar2976\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T11:01:37.48042Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2976.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2976.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2976.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2976.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54b9bbbe-8a65-4c36-8a8f-441da1ca9d6b" + "8664b44b-5161-4d84-bc67-2e2717066799" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -553,13 +553,13 @@ "14999" ], "x-ms-request-id": [ - "3bf4db42-a058-4cae-a7c7-ba20f252b491" + "3065ab5d-3a34-4c5e-99d8-8ddaf0f9e6a8" ], "x-ms-correlation-request-id": [ - "3bf4db42-a058-4cae-a7c7-ba20f252b491" + "3065ab5d-3a34-4c5e-99d8-8ddaf0f9e6a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080015Z:3bf4db42-a058-4cae-a7c7-ba20f252b491" + "SOUTHCENTRALUS:20220126T110214Z:3065ab5d-3a34-4c5e-99d8-8ddaf0f9e6a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,7 +568,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:14 GMT" + "Wed, 26 Jan 2022 11:02:14 GMT" ], "Expires": [ "-1" @@ -578,21 +578,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/publicIPAddresses/pip5109?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/publicIPAddresses/pip5594?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7012\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2381\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c95d60c5-e06e-4666-8da4-4f2e7d7b9735" + "c6667645-960b-4929-bff9-b3873ae374e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -613,19 +613,19 @@ "1" ], "x-ms-request-id": [ - "002d0a9a-a14b-4f84-8ec5-0d1d5738e484" + "aa41d638-6a61-456d-97db-115ecfd7e7f3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/002d0a9a-a14b-4f84-8ec5-0d1d5738e484?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aa41d638-6a61-456d-97db-115ecfd7e7f3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e387c319-9ec7-4567-80cd-8254da7dac85" + "11826b28-2900-4bac-a0a5-f4ab11c3ea4a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d4a7d9b0-4fa3-4ddf-8c32-19c84a5ff1ca" + "2b8ee6ea-74e7-4d0a-8d39-081a9648be5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -638,13 +638,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080026Z:e387c319-9ec7-4567-80cd-8254da7dac85" + "SOUTHCENTRALUS:20220126T110225Z:11826b28-2900-4bac-a0a5-f4ab11c3ea4a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:25 GMT" + "Wed, 26 Jan 2022 11:02:25 GMT" ], "Content-Length": [ "769" @@ -656,19 +656,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/publicIPAddresses/pip5109\",\r\n \"etag\": \"W/\\\"c61bc96e-bca8-40ac-8e90-82ff0782482a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b814b025-becc-4d37-a2ed-fa4da35c77fb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7012\",\r\n \"fqdn\": \"dn7012.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/publicIPAddresses/pip5594\",\r\n \"etag\": \"W/\\\"dc601fae-3abf-4065-b573-deef75e44737\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3d6fa218-6594-409d-8e17-a8f0bb7839bf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2381\",\r\n \"fqdn\": \"dn2381.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/002d0a9a-a14b-4f84-8ec5-0d1d5738e484?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwMmQwYTlhLWExNGItNGY4NC04ZWM1LTBkMWQ1NzM4ZTQ4ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/aa41d638-6a61-456d-97db-115ecfd7e7f3?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhNDFkNjM4LTZhNjEtNDU2ZC05N2RiLTExNWVjZmQ3ZTdmMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -680,13 +680,13 @@ "no-cache" ], "x-ms-request-id": [ - "db8824e2-0090-40ad-a6ae-660e0cb756e5" + "329ea183-c844-473a-b387-1af73a6b114a" ], "x-ms-correlation-request-id": [ - "512b66be-4cdd-4ec3-82c4-ea6e52009511" + "4639e79e-5c80-4dca-a09d-a7c39ff65191" ], "x-ms-arm-service-request-id": [ - "f00ae435-f544-4831-ad7a-c845dd4a7d0a" + "0f78bece-4599-43f5-84f7-cb4739ae7653" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,13 +699,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080027Z:512b66be-4cdd-4ec3-82c4-ea6e52009511" + "SOUTHCENTRALUS:20220126T110227Z:4639e79e-5c80-4dca-a09d-a7c39ff65191" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:26 GMT" + "Wed, 26 Jan 2022 11:02:27 GMT" ], "Content-Length": [ "29" @@ -721,15 +721,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/publicIPAddresses/pip5109?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/publicIPAddresses/pip5594?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -741,16 +741,16 @@ "no-cache" ], "ETag": [ - "W/\"f95ee706-a2ca-48a8-a825-4b4f4d626f08\"" + "W/\"2887e414-b9b6-490c-8839-78edb1f23413\"" ], "x-ms-request-id": [ - "3091c8e6-ed14-4453-96f9-4bb2e8867e75" + "6701aae7-9e04-4f5e-8683-e4b2dd30a40b" ], "x-ms-correlation-request-id": [ - "f4466d32-2760-4b8d-89a9-1982c51119d6" + "2021d558-93b5-451d-b7b6-2cf1bcd2a7e2" ], "x-ms-arm-service-request-id": [ - "441b8bbd-c00e-4c36-ad73-593fa6042765" + "b7d18057-a091-4f7b-89f1-bf92935f2b98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -763,13 +763,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080027Z:f4466d32-2760-4b8d-89a9-1982c51119d6" + "SOUTHCENTRALUS:20220126T110227Z:2021d558-93b5-451d-b7b6-2cf1bcd2a7e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:27 GMT" + "Wed, 26 Jan 2022 11:02:27 GMT" ], "Content-Length": [ "770" @@ -781,25 +781,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/publicIPAddresses/pip5109\",\r\n \"etag\": \"W/\\\"f95ee706-a2ca-48a8-a825-4b4f4d626f08\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b814b025-becc-4d37-a2ed-fa4da35c77fb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7012\",\r\n \"fqdn\": \"dn7012.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/publicIPAddresses/pip5594\",\r\n \"etag\": \"W/\\\"2887e414-b9b6-490c-8839-78edb1f23413\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d6fa218-6594-409d-8e17-a8f0bb7839bf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2381\",\r\n \"fqdn\": \"dn2381.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/publicIPAddresses/pip5109?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/publicIPAddresses/pip5594?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef362ced-3fee-4230-9ff1-3bf2ab92c0c3" + "2e643812-8bf9-46b3-8f1b-4e349f71bcac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -811,16 +811,16 @@ "no-cache" ], "ETag": [ - "W/\"f95ee706-a2ca-48a8-a825-4b4f4d626f08\"" + "W/\"2887e414-b9b6-490c-8839-78edb1f23413\"" ], "x-ms-request-id": [ - "ba7c8c97-f301-4cec-a53a-c727828721ff" + "9f61d03b-5a87-49da-b4e4-38c0ea210d4e" ], "x-ms-correlation-request-id": [ - "38f0e8f6-1135-4474-b462-89d4e34bdf31" + "c077f8a6-4a75-46bf-929c-b01defc9af6e" ], "x-ms-arm-service-request-id": [ - "7701b905-ad2f-4e15-8b30-0317dc8ccace" + "4d2adcf0-94a7-4a2e-b2d6-72c41cc82863" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -833,13 +833,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080028Z:38f0e8f6-1135-4474-b462-89d4e34bdf31" + "SOUTHCENTRALUS:20220126T110228Z:c077f8a6-4a75-46bf-929c-b01defc9af6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:27 GMT" + "Wed, 26 Jan 2022 11:02:28 GMT" ], "Content-Length": [ "770" @@ -851,25 +851,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5109\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/publicIPAddresses/pip5109\",\r\n \"etag\": \"W/\\\"f95ee706-a2ca-48a8-a825-4b4f4d626f08\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b814b025-becc-4d37-a2ed-fa4da35c77fb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7012\",\r\n \"fqdn\": \"dn7012.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/publicIPAddresses/pip5594\",\r\n \"etag\": \"W/\\\"2887e414-b9b6-490c-8839-78edb1f23413\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d6fa218-6594-409d-8e17-a8f0bb7839bf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2381\",\r\n \"fqdn\": \"dn2381.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3684\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2930\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3ad59ee8-c5cc-4f31-8290-350d32a6df24" + "3725cbe8-6790-42e8-8da2-8b2150e4e795" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -890,19 +890,19 @@ "3" ], "x-ms-request-id": [ - "e695de3e-98b3-45cc-8469-745cc5a99b4e" + "e7079160-6741-4573-a15a-245f7282a26d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e695de3e-98b3-45cc-8469-745cc5a99b4e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e7079160-6741-4573-a15a-245f7282a26d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1f52afdc-961a-4d90-b98d-a5a2c03c6666" + "ac2c9bdb-6e97-4f3e-be61-f7cffb7dc9b1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1686e771-46ad-41c2-a38c-5b2aa9158bb5" + "facefefe-7515-4d02-9691-d795539aec48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,13 +915,13 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080031Z:1f52afdc-961a-4d90-b98d-a5a2c03c6666" + "SOUTHCENTRALUS:20220126T110234Z:ac2c9bdb-6e97-4f3e-be61-f7cffb7dc9b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:31 GMT" + "Wed, 26 Jan 2022 11:02:34 GMT" ], "Content-Length": [ "1321" @@ -933,19 +933,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756\",\r\n \"etag\": \"W/\\\"17957849-f453-4463-a1c8-14689edf9b6a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"76da44dc-2888-42d5-b2a5-2527398a7192\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\",\r\n \"etag\": \"W/\\\"17957849-f453-4463-a1c8-14689edf9b6a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9700\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700\",\r\n \"etag\": \"W/\\\"e2d2a98a-d68f-4635-9c94-da7a2ac20d39\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"29eab237-1bb6-4e59-a048-2741d15dce61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\",\r\n \"etag\": \"W/\\\"e2d2a98a-d68f-4635-9c94-da7a2ac20d39\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e695de3e-98b3-45cc-8469-745cc5a99b4e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U2OTVkZTNlLTk4YjMtNDVjYy04NDY5LTc0NWNjNWE5OWI0ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e7079160-6741-4573-a15a-245f7282a26d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3MDc5MTYwLTY3NDEtNDU3My1hMTVhLTI0NWY3MjgyYTI2ZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -957,13 +957,13 @@ "no-cache" ], "x-ms-request-id": [ - "81c1704e-6e1a-4388-b85b-d48e23b2bbab" + "0406f5f6-6d79-44ba-9b37-be0458dd5ab3" ], "x-ms-correlation-request-id": [ - "90bfa7e9-4f51-43ea-91ec-424daa34c4a2" + "42d9f8f9-963f-40db-a45a-ebc5b7a28bc9" ], "x-ms-arm-service-request-id": [ - "300c600d-dc1a-41d9-94ad-635e7ea82a57" + "ab9e53f4-9acb-41a4-aed5-47633c08ad07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -976,13 +976,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080035Z:90bfa7e9-4f51-43ea-91ec-424daa34c4a2" + "SOUTHCENTRALUS:20220126T110238Z:42d9f8f9-963f-40db-a45a-ebc5b7a28bc9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:34 GMT" + "Wed, 26 Jan 2022 11:02:38 GMT" ], "Content-Length": [ "29" @@ -998,15 +998,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1018,16 +1018,16 @@ "no-cache" ], "ETag": [ - "W/\"3ff129f8-916b-44c3-92c3-34f06d9b23f6\"" + "W/\"0bac469a-b11e-4b2f-962d-5cd191ff1bb0\"" ], "x-ms-request-id": [ - "7182061d-5791-4569-b5b3-ba2bae1a12a1" + "8ce97359-ee04-4336-b4ec-56034dace659" ], "x-ms-correlation-request-id": [ - "cf81317c-b1b6-48f4-9662-7bb2c260872b" + "34fd2331-ec22-46a4-a88a-3013aa3329ea" ], "x-ms-arm-service-request-id": [ - "9c49f937-a538-4a83-8f6c-cb479c9f0423" + "a01517f1-fa45-465c-a891-6ffb461d9002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1040,13 +1040,13 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080035Z:cf81317c-b1b6-48f4-9662-7bb2c260872b" + "SOUTHCENTRALUS:20220126T110238Z:34fd2331-ec22-46a4-a88a-3013aa3329ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:34 GMT" + "Wed, 26 Jan 2022 11:02:38 GMT" ], "Content-Length": [ "1323" @@ -1058,25 +1058,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756\",\r\n \"etag\": \"W/\\\"3ff129f8-916b-44c3-92c3-34f06d9b23f6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76da44dc-2888-42d5-b2a5-2527398a7192\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\",\r\n \"etag\": \"W/\\\"3ff129f8-916b-44c3-92c3-34f06d9b23f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9700\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700\",\r\n \"etag\": \"W/\\\"0bac469a-b11e-4b2f-962d-5cd191ff1bb0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"29eab237-1bb6-4e59-a048-2741d15dce61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\",\r\n \"etag\": \"W/\\\"0bac469a-b11e-4b2f-962d-5cd191ff1bb0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NTYvc3VibmV0cy9zbjM2ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3MDAvc3VibmV0cy9zbjI5MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a180c0e8-51be-4e87-a514-da566984f16d" + "a6257442-20bc-4623-a64e-68cbe6708a1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1088,16 +1088,16 @@ "no-cache" ], "ETag": [ - "W/\"3ff129f8-916b-44c3-92c3-34f06d9b23f6\"" + "W/\"0bac469a-b11e-4b2f-962d-5cd191ff1bb0\"" ], "x-ms-request-id": [ - "55c9bedb-461a-431b-9c23-a934aaad7e28" + "40d0a458-ca18-4b0b-99b7-28b1bc6ee6ab" ], "x-ms-correlation-request-id": [ - "11b189d0-5b78-4938-bbf3-3d2b0b37c932" + "106a3c66-a2e7-431c-a4e4-2f4bd3881d89" ], "x-ms-arm-service-request-id": [ - "b18aa95f-a991-4d3e-9e22-090475806831" + "12412ead-0aa7-4c2a-8271-a58080e8f764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1110,13 +1110,13 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080035Z:11b189d0-5b78-4938-bbf3-3d2b0b37c932" + "SOUTHCENTRALUS:20220126T110238Z:106a3c66-a2e7-431c-a4e4-2f4bd3881d89" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:34 GMT" + "Wed, 26 Jan 2022 11:02:38 GMT" ], "Content-Length": [ "523" @@ -1128,25 +1128,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\",\r\n \"etag\": \"W/\\\"3ff129f8-916b-44c3-92c3-34f06d9b23f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\",\r\n \"etag\": \"W/\\\"0bac469a-b11e-4b2f-962d-5cd191ff1bb0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE1MDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQzMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3684\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\r\n }\r\n },\r\n \"name\": \"ip3408\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\r\n }\r\n },\r\n \"name\": \"ip8118\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ae9e6282-69e8-4575-8c59-3ef9e3c05618" + "6caa447c-5efd-4a5d-851b-d92839175684" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1164,19 +1164,19 @@ "no-cache" ], "x-ms-request-id": [ - "785c2e30-9e7e-4555-b24a-41749df3142b" + "32119048-88c4-4232-81af-886bac83edb0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/785c2e30-9e7e-4555-b24a-41749df3142b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/32119048-88c4-4232-81af-886bac83edb0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8680faab-d8e2-4bf8-b494-0d71b2134d9f" + "082cab5d-3a7c-457b-a850-c222066e3705" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3fe77008-e81a-45f8-92c9-a774b0b232f3" + "aa93e6ff-4840-4652-8a83-902918d8d8c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1189,13 +1189,13 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080040Z:8680faab-d8e2-4bf8-b494-0d71b2134d9f" + "SOUTHCENTRALUS:20220126T110243Z:082cab5d-3a7c-457b-a850-c222066e3705" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:39 GMT" + "Wed, 26 Jan 2022 11:02:43 GMT" ], "Content-Length": [ "1631" @@ -1207,19 +1207,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503\",\r\n \"etag\": \"W/\\\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e51b6dfa-f620-4f04-951b-9b116d39e969\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3408\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503/ipConfigurations/ip3408\",\r\n \"etag\": \"W/\\\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\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\": \"1rcnu3uifdkufmvfeutttctrsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302\",\r\n \"etag\": \"W/\\\"099b8840-b42b-4ffb-9317-c573207ab2f5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e47abd3-13c5-43b1-a9b8-203c4a5b9841\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8118\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302/ipConfigurations/ip8118\",\r\n \"etag\": \"W/\\\"099b8840-b42b-4ffb-9317-c573207ab2f5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\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\": \"g4zouknwdnmu3icie3a3cxoomb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE1MDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQzMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1231,16 +1231,16 @@ "no-cache" ], "ETag": [ - "W/\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\"" + "W/\"099b8840-b42b-4ffb-9317-c573207ab2f5\"" ], "x-ms-request-id": [ - "869e02bc-f42d-486d-bf5b-afc8964a3d65" + "06001fdc-fb3b-4312-94ba-5e16b1e8de7d" ], "x-ms-correlation-request-id": [ - "b5a9ef5d-46c8-4d90-b0d1-f4b51d2d4969" + "b4d7f9ab-5b01-45f9-9454-7e190b8799e1" ], "x-ms-arm-service-request-id": [ - "8f175c3a-c49e-4b61-bddb-112dee37b29e" + "9ea02bc7-092a-4ddb-a903-290991c8a13f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1253,13 +1253,13 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080040Z:b5a9ef5d-46c8-4d90-b0d1-f4b51d2d4969" + "SOUTHCENTRALUS:20220126T110243Z:b4d7f9ab-5b01-45f9-9454-7e190b8799e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:40 GMT" + "Wed, 26 Jan 2022 11:02:43 GMT" ], "Content-Length": [ "1631" @@ -1271,25 +1271,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503\",\r\n \"etag\": \"W/\\\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e51b6dfa-f620-4f04-951b-9b116d39e969\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3408\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503/ipConfigurations/ip3408\",\r\n \"etag\": \"W/\\\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\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\": \"1rcnu3uifdkufmvfeutttctrsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302\",\r\n \"etag\": \"W/\\\"099b8840-b42b-4ffb-9317-c573207ab2f5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e47abd3-13c5-43b1-a9b8-203c4a5b9841\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8118\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302/ipConfigurations/ip8118\",\r\n \"etag\": \"W/\\\"099b8840-b42b-4ffb-9317-c573207ab2f5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\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\": \"g4zouknwdnmu3icie3a3cxoomb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE1MDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQzMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "133a749e-86de-4004-9dfd-4a8760c49ec8" + "580024a2-b12d-4448-acf4-d499ca72015a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1301,16 +1301,16 @@ "no-cache" ], "ETag": [ - "W/\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\"" + "W/\"099b8840-b42b-4ffb-9317-c573207ab2f5\"" ], "x-ms-request-id": [ - "3bbe8a05-13bc-40a4-b0b7-72a8d34b2285" + "2c9cc9c1-e35e-41de-94af-7b3bdd56f7d5" ], "x-ms-correlation-request-id": [ - "32098677-27e4-4457-969f-f602887f8e06" + "9634f664-775f-420f-8311-9b2eb727f2c2" ], "x-ms-arm-service-request-id": [ - "f57c84c1-32db-453b-8982-a2536514c4bc" + "b81731e4-cf4c-4614-8aa9-2bad7b7551e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1323,13 +1323,13 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080041Z:32098677-27e4-4457-969f-f602887f8e06" + "SOUTHCENTRALUS:20220126T110244Z:9634f664-775f-420f-8311-9b2eb727f2c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:40 GMT" + "Wed, 26 Jan 2022 11:02:43 GMT" ], "Content-Length": [ "1631" @@ -1341,26 +1341,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503\",\r\n \"etag\": \"W/\\\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e51b6dfa-f620-4f04-951b-9b116d39e969\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3408\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/networkInterfaces/nic1503/ipConfigurations/ip3408\",\r\n \"etag\": \"W/\\\"69c2925a-f0c5-4f2e-9ea6-798146ecee51\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\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\": \"1rcnu3uifdkufmvfeutttctrsc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302\",\r\n \"etag\": \"W/\\\"099b8840-b42b-4ffb-9317-c573207ab2f5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e47abd3-13c5-43b1-a9b8-203c4a5b9841\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8118\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/networkInterfaces/nic4302/ipConfigurations/ip8118\",\r\n \"etag\": \"W/\\\"099b8840-b42b-4ffb-9317-c573207ab2f5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\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\": \"g4zouknwdnmu3icie3a3cxoomb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1713.blob.core.windows.net/crptestar9680\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar2976.blob.core.windows.net/crptestar9898\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3528\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "caf9ab44-0fc5-43af-8402-dd5e2185f565" + "611b31d7-bf3f-4dc8-9979-a5fa69813b4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1380,13 +1380,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1395,7 +1395,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3c3bceb0-255a-4201-8364-e6c0ccff3994" + "986d5e85-ad81-4963-a904-4d3d7b7915ad" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1405,19 +1405,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "24da6b87-0c58-4677-9d1e-b62166dd569c" + "ca2f75dc-d2d9-4782-851c-1cea6dd4a60f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080053Z:24da6b87-0c58-4677-9d1e-b62166dd569c" + "SOUTHCENTRALUS:20220126T110252Z:ca2f75dc-d2d9-4782-851c-1cea6dd4a60f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:00:52 GMT" + "Wed, 26 Jan 2022 11:02:51 GMT" ], "Content-Length": [ - "3479" + "3536" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1426,20 +1426,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3398\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1713.blob.core.windows.net/crptestar9680\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eef5aa49-8ca5-4a3e-9b24-312150fdefa0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2976.blob.core.windows.net/crptestar9898\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3528\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86efcad6-b9b6-4d8d-ac10-de58ea49ffd9\",\r\n \"timeCreated\": \"2022-01-26T05:02:49.8171123-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNjM2JjZWIwLTI1NWEtNDIwMS04MzY0LWU2YzBjY2ZmMzk5ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NmQ1ZTg1LWFkODEtNDk2My1hOTA0LTRkM2Q3Yjc5MTVhZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1453,13 +1453,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d932ddcc-58ab-47e5-a3bf-9cf8ec467c32" + "674fae25-0123-47e7-b9e3-4f3151059cb8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1469,19 +1469,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "cca459f2-a61c-4240-aae9-3c2e98e748c7" + "936f2f09-5b94-4171-bf54-389584431926" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080103Z:cca459f2-a61c-4240-aae9-3c2e98e748c7" + "SOUTHCENTRALUS:20220126T110302Z:936f2f09-5b94-4171-bf54-389584431926" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:01:03 GMT" + "Wed, 26 Jan 2022 11:03:02 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1490,20 +1490,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:00:50.254411+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3c3bceb0-255a-4201-8364-e6c0ccff3994\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:02:49.8171123-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986d5e85-ad81-4963-a904-4d3d7b7915ad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNjM2JjZWIwLTI1NWEtNDIwMS04MzY0LWU2YzBjY2ZmMzk5ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NmQ1ZTg1LWFkODEtNDk2My1hOTA0LTRkM2Q3Yjc5MTVhZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1514,13 +1514,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "075133e6-17aa-46fe-ba28-7a39fe4b0117" + "85670393-855e-4829-8356-b00a2d7ecbcf" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1530,19 +1530,19 @@ "11997" ], "x-ms-correlation-request-id": [ - "9bd8b5a5-c603-4cf7-80da-c7a8c7ff22b2" + "cdee5f20-1ae9-42f2-9078-06a4cd323783" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080241Z:9bd8b5a5-c603-4cf7-80da-c7a8c7ff22b2" + "SOUTHCENTRALUS:20220126T110440Z:cdee5f20-1ae9-42f2-9078-06a4cd323783" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:02:40 GMT" + "Wed, 26 Jan 2022 11:04:39 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1551,20 +1551,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:00:50.254411+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3c3bceb0-255a-4201-8364-e6c0ccff3994\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:02:49.8171123-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986d5e85-ad81-4963-a904-4d3d7b7915ad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNjM2JjZWIwLTI1NWEtNDIwMS04MzY0LWU2YzBjY2ZmMzk5ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NmQ1ZTg1LWFkODEtNDk2My1hOTA0LTRkM2Q3Yjc5MTVhZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1575,13 +1575,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6d8ac81c-27c3-4885-9389-761a034c41de" + "ce3830d0-77a2-49d7-ae97-cd0f7573ffba" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1591,19 +1591,19 @@ "11996" ], "x-ms-correlation-request-id": [ - "ebfef2b1-79d6-4a47-84b6-2305f7f37159" + "cdaa3db6-8a43-4a78-9db9-1cd2a0539f60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080418Z:ebfef2b1-79d6-4a47-84b6-2305f7f37159" + "SOUTHCENTRALUS:20220126T110617Z:cdaa3db6-8a43-4a78-9db9-1cd2a0539f60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:04:18 GMT" + "Wed, 26 Jan 2022 11:06:16 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1612,20 +1612,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:00:50.254411+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3c3bceb0-255a-4201-8364-e6c0ccff3994\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:02:49.8171123-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986d5e85-ad81-4963-a904-4d3d7b7915ad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNjM2JjZWIwLTI1NWEtNDIwMS04MzY0LWU2YzBjY2ZmMzk5ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NmQ1ZTg1LWFkODEtNDk2My1hOTA0LTRkM2Q3Yjc5MTVhZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1636,13 +1636,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c7baeaf-3f2c-47da-aaaf-50513b0e32eb" + "ba201fe9-2ffd-409f-916c-77d8c3762c47" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1652,19 +1652,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "f9e28560-45ce-4a04-b9d8-44e4b9feab83" + "1e0b7383-f210-4129-b8a1-5ffdf7515f65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080555Z:f9e28560-45ce-4a04-b9d8-44e4b9feab83" + "SOUTHCENTRALUS:20220126T110754Z:1e0b7383-f210-4129-b8a1-5ffdf7515f65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:05:54 GMT" + "Wed, 26 Jan 2022 11:07:54 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1673,20 +1673,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:00:50.254411+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3c3bceb0-255a-4201-8364-e6c0ccff3994\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:02:49.8171123-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986d5e85-ad81-4963-a904-4d3d7b7915ad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNjM2JjZWIwLTI1NWEtNDIwMS04MzY0LWU2YzBjY2ZmMzk5ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NmQ1ZTg1LWFkODEtNDk2My1hOTA0LTRkM2Q3Yjc5MTVhZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1697,13 +1697,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bfe54524-1bce-446b-a970-dce622e9b88f" + "3270ff6f-6e35-41a0-88da-53ea5f1efa72" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1713,19 +1713,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "7e1c4b52-0a86-4a5e-9f5a-7998d5dacfcc" + "11d72694-ce85-4390-a375-5edc5c86f590" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080732Z:7e1c4b52-0a86-4a5e-9f5a-7998d5dacfcc" + "SOUTHCENTRALUS:20220126T110932Z:11d72694-ce85-4390-a375-5edc5c86f590" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:07:32 GMT" + "Wed, 26 Jan 2022 11:09:32 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1734,20 +1734,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:00:50.254411+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3c3bceb0-255a-4201-8364-e6c0ccff3994\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:02:49.8171123-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986d5e85-ad81-4963-a904-4d3d7b7915ad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNjM2JjZWIwLTI1NWEtNDIwMS04MzY0LWU2YzBjY2ZmMzk5ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NmQ1ZTg1LWFkODEtNDk2My1hOTA0LTRkM2Q3Yjc5MTVhZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1758,13 +1758,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7a73e7a-3ed7-4479-9908-30b271d160a7" + "70444513-93c9-4fb5-8e6a-65ae41eef306" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1774,19 +1774,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "aed6874f-c7ab-4fb5-979b-5cd5712c41b4" + "642eed90-eb64-422c-9268-74204f7e70cc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T080910Z:aed6874f-c7ab-4fb5-979b-5cd5712c41b4" + "SOUTHCENTRALUS:20220126T111109Z:642eed90-eb64-422c-9268-74204f7e70cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:09:09 GMT" + "Wed, 26 Jan 2022 11:11:08 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1795,20 +1795,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:00:50.254411+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3c3bceb0-255a-4201-8364-e6c0ccff3994\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:02:49.8171123-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"986d5e85-ad81-4963-a904-4d3d7b7915ad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3c3bceb0-255a-4201-8364-e6c0ccff3994?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNjM2JjZWIwLTI1NWEtNDIwMS04MzY0LWU2YzBjY2ZmMzk5ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/986d5e85-ad81-4963-a904-4d3d7b7915ad?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk4NmQ1ZTg1LWFkODEtNDk2My1hOTA0LTRkM2Q3Yjc5MTVhZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1819,13 +1819,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04f898eb-4038-4f98-8f4d-0c23a326fb5e" + "0c04f0b3-5cf5-4287-ba69-f5f4b66a376b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1835,19 +1835,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "602c0bf4-ad06-4937-ae28-2cbc38235e12" + "7ef262b8-e182-40a5-b9d5-f720d008c005" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081047Z:602c0bf4-ad06-4937-ae28-2cbc38235e12" + "SOUTHCENTRALUS:20220126T111246Z:7ef262b8-e182-40a5-b9d5-f720d008c005" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:46 GMT" + "Wed, 26 Jan 2022 11:12:46 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1856,20 +1856,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:00:50.254411+00:00\",\r\n \"endTime\": \"2021-06-29T08:09:38.8204518+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3c3bceb0-255a-4201-8364-e6c0ccff3994\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:02:49.8171123-06:00\",\r\n \"endTime\": \"2022-01-26T05:11:32.4889432-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"986d5e85-ad81-4963-a904-4d3d7b7915ad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1880,13 +1880,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2595" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dfaa1bf-595a-4e09-a9d9-746967920dd1" + "57ebce11-d1b4-4c61-b0f1-1d13c196276f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1896,19 +1896,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "e146f6a7-f8d9-41e3-af55-7170ec1562f4" + "43e7340b-f49e-43a7-bef7-f5486314c288" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081047Z:e146f6a7-f8d9-41e3-af55-7170ec1562f4" + "SOUTHCENTRALUS:20220126T111247Z:43e7340b-f49e-43a7-bef7-f5486314c288" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:47 GMT" + "Wed, 26 Jan 2022 11:12:46 GMT" ], "Content-Length": [ - "3480" + "3537" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1917,26 +1917,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3398\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1713.blob.core.windows.net/crptestar9680\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eef5aa49-8ca5-4a3e-9b24-312150fdefa0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2976.blob.core.windows.net/crptestar9898\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3528\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86efcad6-b9b6-4d8d-ac10-de58ea49ffd9\",\r\n \"timeCreated\": \"2022-01-26T05:02:49.8171123-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3b284e4-f567-4dcb-a394-2853aaab4ec6" + "ddbe4bcb-2ed7-4c23-9ab1-20ef7fd9dd87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1947,13 +1947,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2580" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6fc5cd6d-10ba-42ac-b089-b9bb4a5bbb27" + "a2ce9671-ac36-4a8d-93d7-6eb459ea5776" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1963,19 +1963,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "e5e96e31-b898-4522-9110-4f50dffcd78a" + "b18307e4-6855-4c4f-95f0-577156ad63fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081048Z:e5e96e31-b898-4522-9110-4f50dffcd78a" + "SOUTHCENTRALUS:20220126T111247Z:b18307e4-6855-4c4f-95f0-577156ad63fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:47 GMT" + "Wed, 26 Jan 2022 11:12:46 GMT" ], "Content-Length": [ - "3480" + "3537" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1984,26 +1984,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3398\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1713.blob.core.windows.net/crptestar9680\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eef5aa49-8ca5-4a3e-9b24-312150fdefa0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2976.blob.core.windows.net/crptestar9898\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3528\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86efcad6-b9b6-4d8d-ac10-de58ea49ffd9\",\r\n \"timeCreated\": \"2022-01-26T05:02:49.8171123-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzk4L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MzcwL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f13a25f-d558-448f-9059-1a7ca49b9906" + "9be285d7-8141-477a-b43a-9c6503f778f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2014,13 +2014,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b6d7e022-c252-4d99-a57b-436738ac9ec7" + "01c9b6d7-76af-45c4-b162-111510635ad3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2030,16 +2030,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "d19566ae-69e5-4d83-a3c1-9f98049c1f90" + "464a9812-b299-41bb-9501-960d2878e46f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081048Z:d19566ae-69e5-4d83-a3c1-9f98049c1f90" + "SOUTHCENTRALUS:20220126T111247Z:464a9812-b299-41bb-9501-960d2878e46f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:47 GMT" + "Wed, 26 Jan 2022 11:12:47 GMT" ], "Content-Length": [ "996" @@ -2051,26 +2051,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:10:11.7112451+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-26T05:12:14.4420917-06:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a352c0a-6289-4cb3-b499-d71eeeae6eef" + "2a5e3b9e-2b67-44f3-aa46-cc0efc275c4c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2081,13 +2081,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "785782ec-4dc8-44ca-81e6-4c6a707d35df" + "6a739e30-da40-43c2-9b51-0281da6d1e9c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2097,19 +2097,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "3d248d0c-b50b-4c43-ab98-ca440d78e5ec" + "3faaccf9-e4ad-4dc1-bc7d-53f823a1a0c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081048Z:3d248d0c-b50b-4c43-ab98-ca440d78e5ec" + "SOUTHCENTRALUS:20220126T111248Z:3faaccf9-e4ad-4dc1-bc7d-53f823a1a0c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:48 GMT" + "Wed, 26 Jan 2022 11:12:47 GMT" ], "Content-Length": [ - "3881" + "3942" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2118,26 +2118,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss3398\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1713.blob.core.windows.net/crptestar9680\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Network/virtualNetworks/vn9756/subnets/sn3684\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"eef5aa49-8ca5-4a3e-9b24-312150fdefa0\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar2976.blob.core.windows.net/crptestar9898\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3528\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2041\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Network/virtualNetworks/vn9700/subnets/sn2930\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"86efcad6-b9b6-4d8d-ac10-de58ea49ffd9\",\r\n \"timeCreated\": \"2022-01-26T05:02:49.8171123-06:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzk4L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MzcwL3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8742f6e-a088-4e0d-9c08-e92f75237832" + "f2b80186-0d3a-49cf-8527-d65c68125290" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2148,13 +2148,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2592" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d719116-afd4-41fd-833f-6fe4180a2192" + "e7acce81-5756-48d5-8c2d-159f94860506" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2164,19 +2164,19 @@ "11987" ], "x-ms-correlation-request-id": [ - "77e39ab8-255e-4e98-b914-d8a2ba5ac0dc" + "6c26556d-4c73-4ed9-999e-729b1fa81c95" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081048Z:77e39ab8-255e-4e98-b914-d8a2ba5ac0dc" + "SOUTHCENTRALUS:20220126T111248Z:6c26556d-4c73-4ed9-999e-729b1fa81c95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:48 GMT" + "Wed, 26 Jan 2022 11:12:47 GMT" ], "Content-Length": [ - "8728" + "86493" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2185,26 +2185,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96ias_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3194/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3398?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzk4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6369/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7370?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYzNjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MzcwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d344c91f-ea15-4f35-9249-d515912eb89a" + "03fffcef-5a51-4fc2-921c-556744842e72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2215,19 +2215,19 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dba1d8c7-0e34-495c-b752-94b232235703?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dba1d8c7-0e34-495c-b752-94b232235703?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -2236,7 +2236,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dba1d8c7-0e34-495c-b752-94b232235703" + "27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2246,16 +2246,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "cedf5ab8-7203-4f1e-b1bd-fb3230ac4c84" + "3c67b0f1-19b3-436d-a712-b344b041a6c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081050Z:cedf5ab8-7203-4f1e-b1bd-fb3230ac4c84" + "SOUTHCENTRALUS:20220126T111249Z:3c67b0f1-19b3-436d-a712-b344b041a6c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:49 GMT" + "Wed, 26 Jan 2022 11:12:49 GMT" ], "Expires": [ "-1" @@ -2268,16 +2268,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dba1d8c7-0e34-495c-b752-94b232235703?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RiYTFkOGM3LTBlMzQtNDk1Yy1iNzUyLTk0YjIzMjIzNTcwMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3YjRjNWIzLTZkYzktNGFlOS1hOTRjLWJjOTI2NmNkNjg4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2291,13 +2291,13 @@ "11" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "489d6e1c-5038-425e-90db-735bdcdb6194" + "aae6f28c-39fe-4082-8ad5-bcd84986be6d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2307,16 +2307,16 @@ "11986" ], "x-ms-correlation-request-id": [ - "d494414b-20f4-40a8-8095-45fc9ed6cbbf" + "c72c53ea-84c9-49e5-8cc2-8051592e0ca8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081100Z:d494414b-20f4-40a8-8095-45fc9ed6cbbf" + "SOUTHCENTRALUS:20220126T111259Z:c72c53ea-84c9-49e5-8cc2-8051592e0ca8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:10:59 GMT" + "Wed, 26 Jan 2022 11:12:59 GMT" ], "Content-Length": [ "134" @@ -2328,20 +2328,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:10:50.0240984+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dba1d8c7-0e34-495c-b752-94b232235703\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:12:49.5358199-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dba1d8c7-0e34-495c-b752-94b232235703?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RiYTFkOGM3LTBlMzQtNDk1Yy1iNzUyLTk0YjIzMjIzNTcwMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3YjRjNWIzLTZkYzktNGFlOS1hOTRjLWJjOTI2NmNkNjg4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2352,13 +2352,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd97a0df-902b-4c44-9484-f0f112eaea5f" + "67db38a6-713b-4170-a0f3-6d5f273e6d01" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2368,16 +2368,16 @@ "11985" ], "x-ms-correlation-request-id": [ - "33fa313d-475c-4e40-aa89-1227194c6943" + "c229a020-547f-4f20-aa74-2f85362c9f6b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081111Z:33fa313d-475c-4e40-aa89-1227194c6943" + "SOUTHCENTRALUS:20220126T111311Z:c229a020-547f-4f20-aa74-2f85362c9f6b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:11:11 GMT" + "Wed, 26 Jan 2022 11:13:10 GMT" ], "Content-Length": [ "134" @@ -2389,20 +2389,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:10:50.0240984+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dba1d8c7-0e34-495c-b752-94b232235703\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:12:49.5358199-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dba1d8c7-0e34-495c-b752-94b232235703?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RiYTFkOGM3LTBlMzQtNDk1Yy1iNzUyLTk0YjIzMjIzNTcwMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3YjRjNWIzLTZkYzktNGFlOS1hOTRjLWJjOTI2NmNkNjg4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2413,13 +2413,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "518a9808-c5a3-437b-9dc3-7e2150c6bb5d" + "7cd79935-74da-454f-9714-2f35e0105880" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2429,19 +2429,19 @@ "11984" ], "x-ms-correlation-request-id": [ - "d471af98-f020-4496-9f51-0d97b91c72d6" + "34412263-710b-40dd-bee2-1ef7bb96e1b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081123Z:d471af98-f020-4496-9f51-0d97b91c72d6" + "SOUTHCENTRALUS:20220126T111322Z:34412263-710b-40dd-bee2-1ef7bb96e1b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:11:22 GMT" + "Wed, 26 Jan 2022 11:13:22 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2450,20 +2450,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:10:50.0240984+00:00\",\r\n \"endTime\": \"2021-06-29T08:11:19.5085888+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dba1d8c7-0e34-495c-b752-94b232235703\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:12:49.5358199-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dba1d8c7-0e34-495c-b752-94b232235703?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RiYTFkOGM3LTBlMzQtNDk1Yy1iNzUyLTk0YjIzMjIzNTcwMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3YjRjNWIzLTZkYzktNGFlOS1hOTRjLWJjOTI2NmNkNjg4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2474,13 +2474,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "583cf4a3-ac91-4465-96d5-9da9672f7efd" + "905d5cf8-d980-4b3c-9da5-0705ed8cfa65" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2490,16 +2490,138 @@ "11983" ], "x-ms-correlation-request-id": [ - "90601cb1-84ab-4b14-b00c-5526efd73900" + "3e93a8c6-f71b-4e97-a454-96a5533a6bea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081123Z:90601cb1-84ab-4b14-b00c-5526efd73900" + "SOUTHCENTRALUS:20220126T111333Z:3e93a8c6-f71b-4e97-a454-96a5533a6bea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:11:22 GMT" + "Wed, 26 Jan 2022 11:13:33 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:12:49.5358199-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3YjRjNWIzLTZkYzktNGFlOS1hOTRjLWJjOTI2NmNkNjg4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29964" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "621df0bb-14e9-4ffe-affd-705eabd5b12a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "ef19a20e-d403-491d-b47e-e768d48c9016" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T111345Z:ef19a20e-d403-491d-b47e-e768d48c9016" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:13:44 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T05:12:49.5358199-06:00\",\r\n \"endTime\": \"2022-01-26T05:13:34.4420761-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/27b4c5b3-6dc9-4ae9-a94c-bc9266cd6885?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI3YjRjNWIzLTZkYzktNGFlOS1hOTRjLWJjOTI2NmNkNjg4NT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29963" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "06531e21-9e1b-4621-8b2a-3ed39d11824c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "b62f18c8-024f-491b-a713-4f14d28e1321" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T111345Z:b62f18c8-024f-491b-a713-4f14d28e1321" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:13:45 GMT" ], "Expires": [ "-1" @@ -2512,21 +2634,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3194?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxOTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6369?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYzNjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a88b1ecd-6bbc-4f5b-9593-1a931559d5e3" + "be446258-61ab-465e-b73c-f63858859827" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2538,7 +2660,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2547,13 +2669,13 @@ "14999" ], "x-ms-request-id": [ - "662d0054-09b1-43b6-b573-937647f05c33" + "7c2873da-83de-474e-aa18-2bd9e3125ded" ], "x-ms-correlation-request-id": [ - "662d0054-09b1-43b6-b573-937647f05c33" + "7c2873da-83de-474e-aa18-2bd9e3125ded" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081128Z:662d0054-09b1-43b6-b573-937647f05c33" + "SOUTHCENTRALUS:20220126T111350Z:7c2873da-83de-474e-aa18-2bd9e3125ded" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2562,7 +2684,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:11:27 GMT" + "Wed, 26 Jan 2022 11:13:49 GMT" ], "Expires": [ "-1" @@ -2575,15 +2697,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2595,7 +2717,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2604,13 +2726,13 @@ "11999" ], "x-ms-request-id": [ - "fc025e1c-9e8e-44e5-9d7b-8c7eff2bd441" + "aac5ffba-4963-4307-85c8-7e827a2440fa" ], "x-ms-correlation-request-id": [ - "fc025e1c-9e8e-44e5-9d7b-8c7eff2bd441" + "aac5ffba-4963-4307-85c8-7e827a2440fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081144Z:fc025e1c-9e8e-44e5-9d7b-8c7eff2bd441" + "SOUTHCENTRALUS:20220126T111405Z:aac5ffba-4963-4307-85c8-7e827a2440fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2619,7 +2741,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:11:44 GMT" + "Wed, 26 Jan 2022 11:14:05 GMT" ], "Expires": [ "-1" @@ -2632,15 +2754,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2652,7 +2774,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2661,13 +2783,13 @@ "11998" ], "x-ms-request-id": [ - "f695a780-30d3-4527-a916-5c1ad9cc7f60" + "8b0d28ee-cbcd-4dd6-8304-0a9468ba5daf" ], "x-ms-correlation-request-id": [ - "f695a780-30d3-4527-a916-5c1ad9cc7f60" + "8b0d28ee-cbcd-4dd6-8304-0a9468ba5daf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081159Z:f695a780-30d3-4527-a916-5c1ad9cc7f60" + "SOUTHCENTRALUS:20220126T111421Z:8b0d28ee-cbcd-4dd6-8304-0a9468ba5daf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2676,7 +2798,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:11:59 GMT" + "Wed, 26 Jan 2022 11:14:21 GMT" ], "Expires": [ "-1" @@ -2689,15 +2811,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2709,7 +2831,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2718,13 +2840,13 @@ "11997" ], "x-ms-request-id": [ - "9a03926b-631c-4f61-a2ef-3751f35fec16" + "6b3ea7a4-34a5-49b7-a7cf-f3b28e5dc4eb" ], "x-ms-correlation-request-id": [ - "9a03926b-631c-4f61-a2ef-3751f35fec16" + "6b3ea7a4-34a5-49b7-a7cf-f3b28e5dc4eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081215Z:9a03926b-631c-4f61-a2ef-3751f35fec16" + "SOUTHCENTRALUS:20220126T111436Z:6b3ea7a4-34a5-49b7-a7cf-f3b28e5dc4eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2733,7 +2855,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:12:15 GMT" + "Wed, 26 Jan 2022 11:14:36 GMT" ], "Expires": [ "-1" @@ -2746,15 +2868,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2766,7 +2888,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2775,13 +2897,13 @@ "11996" ], "x-ms-request-id": [ - "a07ee4a7-68ad-4e44-ad48-294fb16e8363" + "d3e5deab-b405-487b-af64-5378de5312ba" ], "x-ms-correlation-request-id": [ - "a07ee4a7-68ad-4e44-ad48-294fb16e8363" + "d3e5deab-b405-487b-af64-5378de5312ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081230Z:a07ee4a7-68ad-4e44-ad48-294fb16e8363" + "SOUTHCENTRALUS:20220126T111452Z:d3e5deab-b405-487b-af64-5378de5312ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2790,7 +2912,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:12:30 GMT" + "Wed, 26 Jan 2022 11:14:51 GMT" ], "Expires": [ "-1" @@ -2803,15 +2925,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2823,7 +2945,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2832,13 +2954,13 @@ "11995" ], "x-ms-request-id": [ - "5042a5cc-185a-41b6-a6f5-eb828ba5643a" + "21fdcc48-54a5-4af1-b4cc-6590e1a92f74" ], "x-ms-correlation-request-id": [ - "5042a5cc-185a-41b6-a6f5-eb828ba5643a" + "21fdcc48-54a5-4af1-b4cc-6590e1a92f74" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081246Z:5042a5cc-185a-41b6-a6f5-eb828ba5643a" + "SOUTHCENTRALUS:20220126T111507Z:21fdcc48-54a5-4af1-b4cc-6590e1a92f74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2847,7 +2969,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:12:45 GMT" + "Wed, 26 Jan 2022 11:15:07 GMT" ], "Expires": [ "-1" @@ -2860,15 +2982,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2880,7 +3002,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2889,13 +3011,13 @@ "11994" ], "x-ms-request-id": [ - "2dbebcc8-b0ab-4203-8e14-8ceb8e933678" + "91bfaa5c-88d0-41f1-b501-d7765ac4f3b4" ], "x-ms-correlation-request-id": [ - "2dbebcc8-b0ab-4203-8e14-8ceb8e933678" + "91bfaa5c-88d0-41f1-b501-d7765ac4f3b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081301Z:2dbebcc8-b0ab-4203-8e14-8ceb8e933678" + "SOUTHCENTRALUS:20220126T111523Z:91bfaa5c-88d0-41f1-b501-d7765ac4f3b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2904,7 +3026,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:13:01 GMT" + "Wed, 26 Jan 2022 11:15:22 GMT" ], "Expires": [ "-1" @@ -2917,15 +3039,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2936,17 +3058,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "9cfdca4a-4f4c-4bd6-aaf2-c99762af3641" + "585a3614-f17c-448c-94b9-56c609fcfaa5" ], "x-ms-correlation-request-id": [ - "9cfdca4a-4f4c-4bd6-aaf2-c99762af3641" + "585a3614-f17c-448c-94b9-56c609fcfaa5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081317Z:9cfdca4a-4f4c-4bd6-aaf2-c99762af3641" + "SOUTHCENTRALUS:20220126T111538Z:585a3614-f17c-448c-94b9-56c609fcfaa5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2955,7 +3083,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:13:16 GMT" + "Wed, 26 Jan 2022 11:15:38 GMT" ], "Expires": [ "-1" @@ -2965,18 +3093,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTk0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRrMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2991,13 +3119,64 @@ "11992" ], "x-ms-request-id": [ - "b495806d-8acf-4917-bd7a-9beb4ecb1f0c" + "7f2a0758-a018-4551-b414-9aa406ab30fd" + ], + "x-ms-correlation-request-id": [ + "7f2a0758-a018-4551-b414-9aa406ab30fd" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T111554Z:7f2a0758-a018-4551-b414-9aa406ab30fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:15:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MzY5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTXpZNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "6172ed76-faa0-4727-946a-0bebe07776fe" ], "x-ms-correlation-request-id": [ - "b495806d-8acf-4917-bd7a-9beb4ecb1f0c" + "6172ed76-faa0-4727-946a-0bebe07776fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081317Z:b495806d-8acf-4917-bd7a-9beb4ecb1f0c" + "SOUTHCENTRALUS:20220126T111554Z:6172ed76-faa0-4727-946a-0bebe07776fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3006,7 +3185,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 08:13:17 GMT" + "Wed, 26 Jan 2022 11:15:53 GMT" ], "Expires": [ "-1" @@ -3021,27 +3200,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar3194", - "vmss3398", - "crptestar1713" + "crptestar6369", + "vmss7370", + "crptestar2976" ], "CreatePublicIP": [ - "pip5109", - "dn7012" + "pip5594", + "dn2381" ], "CreateVNET": [ - "vn9756", - "sn3684" + "vn9700", + "sn2930" ], "CreateNIC": [ - "nic1503", - "ip3408" + "nic4302", + "ip8118" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9680", - "vmss2871", - "vmsstestnetconfig6708", - "vmsstestnetconfig3041" + "crptestar9898", + "vmss1043", + "vmsstestnetconfig3528", + "vmsstestnetconfig2041" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json index b2ffd4914cbfa..39c2618056b23 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f1d42bf-bd12-4a42-a521-3584e0e0dd26" + "201ef26f-8855-46ec-9df4-e4deac5342ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "eca0fe22-ab92-4db7-a585-bd32db41f83c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "926a3f9a-c488-4b1a-a15b-2484264d7fcf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "c8822ef3-e858-4ce6-a6c8-0a7d7cca2789" + "e3737be8-f7ee-4892-ae51-6b991676c439" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065939Z:c8822ef3-e858-4ce6-a6c8-0a7d7cca2789" + "EASTUS2:20211117T133211Z:e3737be8-f7ee-4892-ae51-6b991676c439" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:59:38 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3168?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9521?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk1MjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3168\": \"2021-06-29 06:59:39Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9521\": \"2021-11-17 13:32:11Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e98fe73-a1ba-4c9e-8145-3a6d5d51d1f4" + "01f3886d-933f-4fc1-a420-de1689a5fd3d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5d3370cc-d64f-483b-8fc2-d60f0210a48b" + "df41c3bc-9371-4ec7-952b-9a1646434a5e" ], "x-ms-correlation-request-id": [ - "5d3370cc-d64f-483b-8fc2-d60f0210a48b" + "df41c3bc-9371-4ec7-952b-9a1646434a5e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065939Z:5d3370cc-d64f-483b-8fc2-d60f0210a48b" + "EASTUS2:20211117T133211Z:df41c3bc-9371-4ec7-952b-9a1646434a5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:59:39 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168\",\r\n \"name\": \"crptestar3168\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3168\": \"2021-06-29 06:59:39Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521\",\r\n \"name\": \"crptestar9521\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9521\": \"2021-11-17 13:32:11Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3168?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9521?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk1MjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ed0b517b-f1f9-4af9-ac1f-e2126f13dd2c" + "751409fa-a6c4-40b1-9a3f-76138e55b3a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:40 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "802c93be-109f-41a9-b8ae-2f0fff91450d" + "65523685-9291-47e2-9427-1925d699eedb" ], "x-ms-correlation-request-id": [ - "802c93be-109f-41a9-b8ae-2f0fff91450d" + "65523685-9291-47e2-9427-1925d699eedb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070008Z:802c93be-109f-41a9-b8ae-2f0fff91450d" + "EASTUS2:20211117T133240Z:65523685-9291-47e2-9427-1925d699eedb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:08 GMT" - ], "Content-Length": [ "180" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168\",\r\n \"name\": \"crptestar3168\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521\",\r\n \"name\": \"crptestar9521\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3168?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9521?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk1MjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3168\": \"2021-06-29 07:00:15Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9521\": \"2021-11-17 13:32:49Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3b507d7b-a818-48fa-a76c-ae68d1ed031e" + "79dcecc2-f7f2-4899-b780-a273477039a8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -231,6 +231,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:48 GMT" + ], "Pragma": [ "no-cache" ], @@ -238,13 +241,13 @@ "1197" ], "x-ms-request-id": [ - "0e0711a9-5e50-4d0c-b297-696b4a777fc5" + "43194c63-96e4-465a-bf98-e3b829b5c6d9" ], "x-ms-correlation-request-id": [ - "0e0711a9-5e50-4d0c-b297-696b4a777fc5" + "43194c63-96e4-465a-bf98-e3b829b5c6d9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070015Z:0e0711a9-5e50-4d0c-b297-696b4a777fc5" + "EASTUS2:20211117T133249Z:43194c63-96e4-465a-bf98-e3b829b5c6d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,9 +255,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:14 GMT" - ], "Content-Length": [ "228" ], @@ -265,25 +265,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168\",\r\n \"name\": \"crptestar3168\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3168\": \"2021-06-29 07:00:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521\",\r\n \"name\": \"crptestar9521\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9521\": \"2021-11-17 13:32:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Storage/storageAccounts/crptestar7715?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzE1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Storage/storageAccounts/crptestar6045?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MDQ1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3ab224dd-1f3d-402f-9574-ec1bb32e61ba" + "baefacac-9c47-4f13-ad6d-545192ce5410" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -297,62 +297,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/470cea3a-5800-4088-b32a-0d8ddaa80fb2?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ba123d2-9a13-4f0d-b74c-602dbf64860f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "470cea3a-5800-4088-b32a-0d8ddaa80fb2" + "5ba123d2-9a13-4f0d-b74c-602dbf64860f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f8618031-6ddb-4f4b-8dde-dec002ad833c" + "dfac40fc-dcb5-42f4-9ce2-bdb63dab0101" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065941Z:f8618031-6ddb-4f4b-8dde-dec002ad833c" + "EASTUS2:20211117T133213Z:dfac40fc-dcb5-42f4-9ce2-bdb63dab0101" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:59:41 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/470cea3a-5800-4088-b32a-0d8ddaa80fb2?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNDcwY2VhM2EtNTgwMC00MDg4LWIzMmEtMGQ4ZGRhYTgwZmIyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ba123d2-9a13-4f0d-b74c-602dbf64860f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNWJhMTIzZDItOWExMy00ZjBkLWI3NGMtNjAyZGJmNjQ4NjBmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -360,33 +360,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4f5c0d98-2658-40a9-a33d-46718da7d468" + "98a410e0-538a-4a2b-a699-49d1d8e07746" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ea094809-c1f5-4991-98c2-d3c2a46e06d5" + "fe5f51e2-dff0-4508-b98a-71ff4282454b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065958Z:ea094809-c1f5-4991-98c2-d3c2a46e06d5" + "EASTUS2:20211117T133230Z:fe5f51e2-dff0-4508-b98a-71ff4282454b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:59:57 GMT" - ], "Content-Length": [ "89" ], @@ -401,21 +401,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "580526b6-1955-43bf-b70f-0e1a5f09d5fd" + "d250c388-1c20-4cc9-8374-c97d075f7c22" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -423,33 +423,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0aa15524-21ed-483e-a843-adb85d5e8044" + "28faf8bd-ae45-4eb3-a760-d41b54efad49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c21e140a-c847-4c36-b7cb-822c30772edf" + "97fa191e-9fb7-45d8-81e1-d8d94a4cc6a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070008Z:c21e140a-c847-4c36-b7cb-822c30772edf" + "EASTUS2:20211117T133240Z:97fa191e-9fb7-45d8-81e1-d8d94a4cc6a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:07 GMT" - ], "Content-Length": [ "741" ], @@ -460,25 +460,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Storage/storageAccounts/crptestar7715\",\r\n \"name\": \"crptestar7715\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:59:39.7077916Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7715.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7715.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7715.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7715.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Storage/storageAccounts/crptestar6045\",\r\n \"name\": \"crptestar6045\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T13:32:11.6543344Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6045.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6045.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6045.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6045.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Storage/storageAccounts/crptestar7715?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzE1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Storage/storageAccounts/crptestar6045?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MDQ1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c10adaa-0d33-446b-8ead-5b0ab4e8ee60" + "98bbf536-27c2-4052-8da6-aa8c81b98d78" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -486,33 +486,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b65f515c-5041-4fce-a068-34705c9079fa" + "226c846f-8d1a-44fa-b0e2-74ac187a417b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "2c3b586c-26c7-444d-b37d-5191ce137e00" + "50de714e-9f60-4b40-8ba4-52df6ac66052" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070008Z:2c3b586c-26c7-444d-b37d-5191ce137e00" + "EASTUS2:20211117T133240Z:50de714e-9f60-4b40-8ba4-52df6ac66052" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:07 GMT" - ], "Content-Length": [ "729" ], @@ -523,32 +523,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Storage/storageAccounts/crptestar7715\",\r\n \"name\": \"crptestar7715\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:59:39.7077916Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7715.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7715.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7715.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7715.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Storage/storageAccounts/crptestar6045\",\r\n \"name\": \"crptestar6045\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T13:32:11.6543344Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6045.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6045.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6045.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6045.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67e64743-3656-4b45-a29e-c34adf9efbee" + "ee22f34c-d0cc-4bf7-9cff-151ccfc3c74e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:40 GMT" + ], "Pragma": [ "no-cache" ], @@ -556,13 +559,13 @@ "14999" ], "x-ms-request-id": [ - "9af6d0a3-8600-4eb9-9e0b-db65ed04b2da" + "93ce60e3-9224-444c-8bfb-3b3951714230" ], "x-ms-correlation-request-id": [ - "9af6d0a3-8600-4eb9-9e0b-db65ed04b2da" + "93ce60e3-9224-444c-8bfb-3b3951714230" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070008Z:9af6d0a3-8600-4eb9-9e0b-db65ed04b2da" + "EASTUS2:20211117T133240Z:93ce60e3-9224-444c-8bfb-3b3951714230" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,9 +573,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:07 GMT" - ], "Expires": [ "-1" ] @@ -581,21 +581,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/publicIPAddresses/pip7196?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxOTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/publicIPAddresses/pip1434?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE0MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6528\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7687\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61341a4e-cd8a-4118-a8a8-84428da28b88" + "b46d606b-4e28-490c-b2d7-aa35ee9d5943" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -609,46 +609,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1eb6a5e2-cde5-4c54-8ae3-77454a457612" + "dde3f852-0a8a-4b34-9af4-a2925c6a02f8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/1eb6a5e2-cde5-4c54-8ae3-77454a457612?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/dde3f852-0a8a-4b34-9af4-a2925c6a02f8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e8e70100-d22e-49e0-b08d-f377a1d1ed0a" + "71bb2e1e-9678-482b-b8a0-a04216991e92" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9ded24ad-ac63-48b5-a74c-83f9ab01f8ad" + "1b1d044b-968a-4ae4-800f-0363f413ebf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070009Z:e8e70100-d22e-49e0-b08d-f377a1d1ed0a" + "EASTUS2:20211117T133242Z:71bb2e1e-9678-482b-b8a0-a04216991e92" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:08 GMT" - ], "Content-Length": [ "757" ], @@ -659,19 +659,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7196\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/publicIPAddresses/pip7196\",\r\n \"etag\": \"W/\\\"d66c071e-42cd-4fce-b60a-cfad0b7a7d3f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1be00d9b-0ad4-4f28-ab82-bcefce23e57b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6528\",\r\n \"fqdn\": \"dn6528.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1434\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/publicIPAddresses/pip1434\",\r\n \"etag\": \"W/\\\"92c9e16f-3696-4878-bbb3-1cfbddd20889\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2f02f7c0-1474-4875-8f33-8c3bb62cafee\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7687\",\r\n \"fqdn\": \"dn7687.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/1eb6a5e2-cde5-4c54-8ae3-77454a457612?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzFlYjZhNWUyLWNkZTUtNGM1NC04YWUzLTc3NDU0YTQ1NzYxMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/dde3f852-0a8a-4b34-9af4-a2925c6a02f8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RkZTNmODUyLTBhOGEtNGIzNC05YWY0LWEyOTI1YzZhMDJmOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -679,37 +679,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:42 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "da8b276a-b849-4ce3-8e2a-069d904d87d2" + "f8977c9c-38b7-4aa9-a3e6-ab09e7a5ecba" ], "x-ms-correlation-request-id": [ - "03676aa3-02cb-495c-a443-20542e7418d6" + "db337e9c-47d9-4ee0-81e8-59f1e272e4b5" ], "x-ms-arm-service-request-id": [ - "5a99fd55-96f6-4c0c-a44b-25a146a72a72" + "2bd48beb-7599-4c06-bc3d-eb0029b7f85a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T133243Z:db337e9c-47d9-4ee0-81e8-59f1e272e4b5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/dde3f852-0a8a-4b34-9af4-a2925c6a02f8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RkZTNmODUyLTBhOGEtNGIzNC05YWY0LWEyOTI1YzZhMDJmOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 13:32:44 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "34f17e84-5991-484b-b738-3411f9140261" + ], + "x-ms-correlation-request-id": [ + "fba4e57d-c88d-4b08-89c1-7bb9c030ae3e" + ], + "x-ms-arm-service-request-id": [ + "38232969-be24-484c-8ef7-0d0daade4c47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070010Z:03676aa3-02cb-495c-a443-20542e7418d6" + "EASTUS2:20211117T133245Z:fba4e57d-c88d-4b08-89c1-7bb9c030ae3e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:09 GMT" - ], "Content-Length": [ "29" ], @@ -724,15 +788,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/publicIPAddresses/pip7196?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxOTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/publicIPAddresses/pip1434?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE0MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -740,40 +804,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7a46e4fe-a0d1-4c9f-9746-2d3928cc544f\"" + "W/\"31e2eb90-7a7e-4ce3-adfa-59f64d35e9af\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e0e08896-c0bc-4684-80b5-a038415801f0" + "1bf3fef7-bcd4-400d-878b-cfb3fad2fc83" ], "x-ms-correlation-request-id": [ - "48a7dba7-a6e7-4d77-abf8-ce5a605980ac" + "83aa74f4-356f-47db-b33e-490471c24e05" ], "x-ms-arm-service-request-id": [ - "c64d4222-9394-48fe-bc13-e25f5a171fdb" + "aa83240e-1735-4af1-8895-7ee2d27cdbfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070010Z:48a7dba7-a6e7-4d77-abf8-ce5a605980ac" + "EASTUS2:20211117T133245Z:83aa74f4-356f-47db-b33e-490471c24e05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:10 GMT" - ], "Content-Length": [ "758" ], @@ -784,25 +848,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7196\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/publicIPAddresses/pip7196\",\r\n \"etag\": \"W/\\\"7a46e4fe-a0d1-4c9f-9746-2d3928cc544f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1be00d9b-0ad4-4f28-ab82-bcefce23e57b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6528\",\r\n \"fqdn\": \"dn6528.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1434\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/publicIPAddresses/pip1434\",\r\n \"etag\": \"W/\\\"31e2eb90-7a7e-4ce3-adfa-59f64d35e9af\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2f02f7c0-1474-4875-8f33-8c3bb62cafee\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7687\",\r\n \"fqdn\": \"dn7687.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/publicIPAddresses/pip7196?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxOTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/publicIPAddresses/pip1434?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE0MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63ace65f-5d48-4b37-98a5-2c6fed2bd95d" + "3b381403-f7d5-412d-8c0f-5a4b2097f838" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -810,40 +874,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7a46e4fe-a0d1-4c9f-9746-2d3928cc544f\"" + "W/\"31e2eb90-7a7e-4ce3-adfa-59f64d35e9af\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e2a6ed15-2d12-4ceb-81f3-b912f0913a06" + "19b3ede4-d684-4b7d-9f5a-21f59f3b825b" ], "x-ms-correlation-request-id": [ - "07b1e15c-c50b-4217-a6eb-546b8857ee1d" + "8c31c536-1299-4f9e-91ee-d80d1e12a30b" ], "x-ms-arm-service-request-id": [ - "97b87db5-9c40-489e-8727-b00983811961" + "86743303-459a-4dfd-8e3d-0764413e5bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070010Z:07b1e15c-c50b-4217-a6eb-546b8857ee1d" + "EASTUS2:20211117T133245Z:8c31c536-1299-4f9e-91ee-d80d1e12a30b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:10 GMT" - ], "Content-Length": [ "758" ], @@ -854,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7196\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/publicIPAddresses/pip7196\",\r\n \"etag\": \"W/\\\"7a46e4fe-a0d1-4c9f-9746-2d3928cc544f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1be00d9b-0ad4-4f28-ab82-bcefce23e57b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6528\",\r\n \"fqdn\": \"dn6528.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1434\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/publicIPAddresses/pip1434\",\r\n \"etag\": \"W/\\\"31e2eb90-7a7e-4ce3-adfa-59f64d35e9af\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2f02f7c0-1474-4875-8f33-8c3bb62cafee\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7687\",\r\n \"fqdn\": \"dn7687.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg0ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6483\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6915\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "45252744-2973-4802-bf42-0dfa05367d2d" + "c9407920-9e25-4f7a-8a83-2348dedd18b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -886,46 +950,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d55dc237-c782-4f38-afa2-2566d899a58c" + "6c877fc2-476d-4908-8841-311bdde1b571" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d55dc237-c782-4f38-afa2-2566d899a58c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6c877fc2-476d-4908-8841-311bdde1b571?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "49c43c14-8a00-40d1-8730-c3bd4df70b34" + "8f00df5b-d3b3-49ee-98f4-1a9544452159" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e1074154-0d36-4ac8-af16-7f9889bad4f7" + "e070005a-714d-4ddc-bff0-324646e14ae7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070011Z:49c43c14-8a00-40d1-8730-c3bd4df70b34" + "EASTUS2:20211117T133245Z:8f00df5b-d3b3-49ee-98f4-1a9544452159" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:10 GMT" - ], "Content-Length": [ "1315" ], @@ -936,19 +1000,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8482\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482\",\r\n \"etag\": \"W/\\\"ff39c15e-d1ef-468e-9339-e6fdf186e051\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"029a6d91-bee4-4777-bf66-1ce7c0a43f12\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6483\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\",\r\n \"etag\": \"W/\\\"ff39c15e-d1ef-468e-9339-e6fdf186e051\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544\",\r\n \"etag\": \"W/\\\"7ca8e7c6-cf22-461f-a133-6df0d4221f27\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fa4a01dc-33e3-4cbc-94c3-104ad8bf44e5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\",\r\n \"etag\": \"W/\\\"7ca8e7c6-cf22-461f-a133-6df0d4221f27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d55dc237-c782-4f38-afa2-2566d899a58c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q1NWRjMjM3LWM3ODItNGYzOC1hZmEyLTI1NjZkODk5YTU4Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6c877fc2-476d-4908-8841-311bdde1b571?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZjODc3ZmMyLTQ3NmQtNDkwOC04ODQxLTMxMWJkZGUxYjU3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -956,37 +1020,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2b6f5313-bc4b-403a-aab7-b3e9cb9bd893" + "d6ec2cae-d44d-4d68-af6f-529c4466c8b2" ], "x-ms-correlation-request-id": [ - "cd4291a4-5fa2-4851-8c70-d4e12b12ceea" + "1c521e74-52da-4ae2-bae0-5e49635063de" ], "x-ms-arm-service-request-id": [ - "86e4c487-bbf3-40a4-91c0-3b8e68e29720" + "62f8deee-31cd-409b-9b51-db6669074f49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11989" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070014Z:cd4291a4-5fa2-4851-8c70-d4e12b12ceea" + "EASTUS2:20211117T133248Z:1c521e74-52da-4ae2-bae0-5e49635063de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:13 GMT" - ], "Content-Length": [ "29" ], @@ -1001,15 +1065,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg0ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1017,40 +1081,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"61c21d3a-f3f0-493c-be69-771466f1c9db\"" + "W/\"92eda364-4f5e-4744-bf51-def2c7b23547\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2ede625f-f2dc-4b75-8a4d-3f5a1159caa5" + "e4ac0579-f505-4b20-af0c-b1d7f9fec7a2" ], "x-ms-correlation-request-id": [ - "fadd764a-5b7e-4fa3-8032-243abc193363" + "9cca2380-633a-481f-9477-8d4a9f658322" ], "x-ms-arm-service-request-id": [ - "ce59bbd5-a6fd-4594-bc01-df66aad56f86" + "3d543ebf-abc9-4a39-b20c-a876947b7cf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11988" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070014Z:fadd764a-5b7e-4fa3-8032-243abc193363" + "EASTUS2:20211117T133248Z:9cca2380-633a-481f-9477-8d4a9f658322" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:13 GMT" - ], "Content-Length": [ "1317" ], @@ -1061,25 +1125,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8482\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482\",\r\n \"etag\": \"W/\\\"61c21d3a-f3f0-493c-be69-771466f1c9db\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"029a6d91-bee4-4777-bf66-1ce7c0a43f12\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6483\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\",\r\n \"etag\": \"W/\\\"61c21d3a-f3f0-493c-be69-771466f1c9db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544\",\r\n \"etag\": \"W/\\\"92eda364-4f5e-4744-bf51-def2c7b23547\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa4a01dc-33e3-4cbc-94c3-104ad8bf44e5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\",\r\n \"etag\": \"W/\\\"92eda364-4f5e-4744-bf51-def2c7b23547\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg0ODIvc3VibmV0cy9zbjY0ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg1NDQvc3VibmV0cy9zbjY5MTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3efda1c7-179a-4a0d-8737-1167dbf7d7ef" + "862c3710-aabc-4ab9-a0bd-72d1e80b87ec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1087,40 +1151,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"61c21d3a-f3f0-493c-be69-771466f1c9db\"" + "W/\"92eda364-4f5e-4744-bf51-def2c7b23547\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "628496bc-4dd1-4f4f-aab2-0caa4f912997" + "6bc484a7-15b2-48d2-b90d-7a8b0a1cd02c" ], "x-ms-correlation-request-id": [ - "81ddfb55-2018-4a8c-aa43-14ac0487f618" + "64d629fe-f694-482e-b082-276b0fcb6ced" ], "x-ms-arm-service-request-id": [ - "44dd58da-40f3-49ee-910a-c9e733c99de6" + "544f8304-976c-4e4b-8fa6-a935232cf0a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11987" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070014Z:81ddfb55-2018-4a8c-aa43-14ac0487f618" + "EASTUS2:20211117T133248Z:64d629fe-f694-482e-b082-276b0fcb6ced" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:13 GMT" - ], "Content-Length": [ "523" ], @@ -1131,25 +1195,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6483\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\",\r\n \"etag\": \"W/\\\"61c21d3a-f3f0-493c-be69-771466f1c9db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\",\r\n \"etag\": \"W/\\\"92eda364-4f5e-4744-bf51-def2c7b23547\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3NTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6483\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\r\n }\r\n },\r\n \"name\": \"ip3764\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6915\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\r\n }\r\n },\r\n \"name\": \"ip2979\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7a24415a-b546-4a54-b092-035f32c69a6d" + "e0348d19-bfbf-41d0-940d-1a1dbabc810e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1163,43 +1227,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7e2bdd20-57fe-4757-bbb9-e336aa99626e" + "7847d556-c3da-4731-a5d1-44f739f14953" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7e2bdd20-57fe-4757-bbb9-e336aa99626e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7847d556-c3da-4731-a5d1-44f739f14953?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b73381cd-6301-48dc-9cef-4dc6a7c3a00b" + "fe898603-a0c7-4eb1-93cd-8d3dd2211de2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6b65769d-6464-4c80-b291-f418bf134021" + "41f98ba7-f7af-4f88-a7d5-941682c47415" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070015Z:b73381cd-6301-48dc-9cef-4dc6a7c3a00b" + "EASTUS2:20211117T133249Z:fe898603-a0c7-4eb1-93cd-8d3dd2211de2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:14 GMT" - ], "Content-Length": [ "1625" ], @@ -1210,19 +1274,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3758\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758\",\r\n \"etag\": \"W/\\\"4d71df4e-5948-475a-9980-9d76b1ecd910\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f481a726-c05d-4ca3-a18e-f46374933a79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758/ipConfigurations/ip3764\",\r\n \"etag\": \"W/\\\"4d71df4e-5948-475a-9980-9d76b1ecd910\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\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\": \"sfwzuaxexz1upp1gdtt2bjb5cc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558\",\r\n \"etag\": \"W/\\\"724a66bb-644d-462d-b4c3-b20633eec547\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7e703a92-803c-415f-8d68-95abb39bdddd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2979\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558/ipConfigurations/ip2979\",\r\n \"etag\": \"W/\\\"724a66bb-644d-462d-b4c3-b20633eec547\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\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\": \"1qauv4xdgo4ezfgdcbfnrp0e2f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3NTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1230,40 +1294,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4d71df4e-5948-475a-9980-9d76b1ecd910\"" + "W/\"724a66bb-644d-462d-b4c3-b20633eec547\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "81511f80-58fd-4984-9036-a9f546e3df0d" + "26641c12-6959-49b8-a730-4c74aca2f134" ], "x-ms-correlation-request-id": [ - "835646b2-67f3-4057-8fe6-14227cbe08eb" + "1bd1c970-d3b0-4c4f-9cde-c96de0e286b7" ], "x-ms-arm-service-request-id": [ - "3f18fc81-d8a8-43a2-a2ca-72d66b5f0f39" + "e24ba1f4-ed88-463d-9693-bd92aaa54199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11986" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070015Z:835646b2-67f3-4057-8fe6-14227cbe08eb" + "EASTUS2:20211117T133249Z:1bd1c970-d3b0-4c4f-9cde-c96de0e286b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:14 GMT" - ], "Content-Length": [ "1625" ], @@ -1274,25 +1338,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3758\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758\",\r\n \"etag\": \"W/\\\"4d71df4e-5948-475a-9980-9d76b1ecd910\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f481a726-c05d-4ca3-a18e-f46374933a79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758/ipConfigurations/ip3764\",\r\n \"etag\": \"W/\\\"4d71df4e-5948-475a-9980-9d76b1ecd910\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\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\": \"sfwzuaxexz1upp1gdtt2bjb5cc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558\",\r\n \"etag\": \"W/\\\"724a66bb-644d-462d-b4c3-b20633eec547\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7e703a92-803c-415f-8d68-95abb39bdddd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2979\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558/ipConfigurations/ip2979\",\r\n \"etag\": \"W/\\\"724a66bb-644d-462d-b4c3-b20633eec547\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\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\": \"1qauv4xdgo4ezfgdcbfnrp0e2f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3NTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47f29011-8fe2-415c-895d-e02ebcdbd6c2" + "8ca21e55-6b40-4432-b9cd-03509689c7a8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1300,40 +1364,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4d71df4e-5948-475a-9980-9d76b1ecd910\"" + "W/\"724a66bb-644d-462d-b4c3-b20633eec547\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b9341c5d-f3b8-4734-aa86-896e3f1ea2b6" + "caff7992-378a-4a22-b3de-5f650a3ec6a8" ], "x-ms-correlation-request-id": [ - "bf3658e2-d4f9-4b67-8a88-7cd64220310b" + "99ef603d-e660-4c35-b449-96d232695144" ], "x-ms-arm-service-request-id": [ - "41eb09db-b491-4630-b824-9360a36b25f9" + "37f5ab00-4dd4-434f-90fe-dc44885cd3ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11985" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070015Z:bf3658e2-d4f9-4b67-8a88-7cd64220310b" + "EASTUS2:20211117T133249Z:99ef603d-e660-4c35-b449-96d232695144" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:14 GMT" - ], "Content-Length": [ "1625" ], @@ -1344,26 +1408,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3758\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758\",\r\n \"etag\": \"W/\\\"4d71df4e-5948-475a-9980-9d76b1ecd910\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f481a726-c05d-4ca3-a18e-f46374933a79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/networkInterfaces/nic3758/ipConfigurations/ip3764\",\r\n \"etag\": \"W/\\\"4d71df4e-5948-475a-9980-9d76b1ecd910\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\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\": \"sfwzuaxexz1upp1gdtt2bjb5cc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558\",\r\n \"etag\": \"W/\\\"724a66bb-644d-462d-b4c3-b20633eec547\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7e703a92-803c-415f-8d68-95abb39bdddd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2979\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/networkInterfaces/nic5558/ipConfigurations/ip2979\",\r\n \"etag\": \"W/\\\"724a66bb-644d-462d-b4c3-b20633eec547\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\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\": \"1qauv4xdgo4ezfgdcbfnrp0e2f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/hostGroups/dhgtest2783?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDI3ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/hostGroups/dhgtest588?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDU4OD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd44c101-f3c6-49c7-b7eb-198e3bd5eb8f" + "c5e849d8-d038-4bd8-b571-e9ac41af22c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1376,9 +1440,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeleteDedicatedHost3Min;119,Microsoft.Compute/PutDeleteDedicatedHost30Min;599" ], @@ -1386,29 +1457,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b4af2c8c-092e-4f2d-89d5-4029d53bbc89" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2e8221c1-f228-492a-8d0d-629125a9567e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "2bd5aefd-222a-49a6-ada7-3e10bed54b4e" + "685a7f41-92b7-4d8d-8b2e-6cfa86230e2d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070016Z:2bd5aefd-222a-49a6-ada7-3e10bed54b4e" + "EASTUS2:20211117T133249Z:685a7f41-92b7-4d8d-8b2e-6cfa86230e2d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:16 GMT" - ], "Content-Length": [ - "342" + "340" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1417,35 +1481,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhgtest2783\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3168/providers/Microsoft.Compute/hostGroups/dhgtest2783\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhgtest588\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9521/providers/Microsoft.Compute/hostGroups/dhgtest588\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/hostGroups/dhgtest2783?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDI3ODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/hostGroups/dhgtest588?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDU4OD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bece0fd-8dca-4bb0-b316-0ea17f37f115" + "da3ad411-8b3a-4e45-97e6-afcf4e80dc16" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost30Min;999" ], @@ -1453,29 +1524,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc286e8d-976d-42cf-b213-b4b44614dd08" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "082b8804-52bb-485f-9667-61615354112a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "79dfbe96-74bd-4bd8-98fa-4446c96578dd" + "f3711a03-9150-4aff-9ee0-bf9dbbf253de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070016Z:79dfbe96-74bd-4bd8-98fa-4446c96578dd" + "EASTUS2:20211117T133249Z:f3711a03-9150-4aff-9ee0-bf9dbbf253de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:16 GMT" - ], "Content-Length": [ - "342" + "340" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1484,26 +1548,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhgtest2783\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3168/providers/Microsoft.Compute/hostGroups/dhgtest2783\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhgtest588\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9521/providers/Microsoft.Compute/hostGroups/dhgtest588\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/hostGroups/dhgtest2783/hosts/dhtest2606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDI3ODMvaG9zdHMvZGh0ZXN0MjYwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/hostGroups/dhgtest588/hosts/dhtest7389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDU4OC9ob3N0cy9kaHRlc3Q3Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3168\": \"2021-06-29 07:00:16Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9521\": \"2021-11-17 13:32:49Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9bfc1d3e-c6fd-44a0-8912-0cf59140e88f" + "0d5ae847-9e16-44ae-9b05-7ad253ab9f41" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1516,11 +1580,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:32:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/baf5856d-2831-4235-8202-3c6135de3e59?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/55718efc-0280-421d-ac9b-adb427163610?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1532,29 +1603,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "baf5856d-2831-4235-8202-3c6135de3e59" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "55718efc-0280-421d-ac9b-adb427163610" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "dc53613f-5e54-42b4-9275-a2b1410126c3" + "3ebab5fe-0233-4dbb-827d-6ec584285276" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070016Z:dc53613f-5e54-42b4-9275-a2b1410126c3" + "EASTUS2:20211117T133250Z:3ebab5fe-0233-4dbb-827d-6ec584285276" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:16 GMT" - ], "Content-Length": [ - "555" + "554" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1563,57 +1627,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhtest2606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/hostGroups/dhgtest2783/hosts/dhtest2606\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3168\": \"2021-06-29 07:00:16Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"98a9968b-63e1-4770-b2ef-95eee8743084\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhtest7389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/hostGroups/dhgtest588/hosts/dhtest7389\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9521\": \"2021-11-17 13:32:49Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"5d3baee6-1c9d-48c0-bc37-bfab36894015\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/baf5856d-2831-4235-8202-3c6135de3e59?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JhZjU4NTZkLTI4MzEtNDIzNS04MjAyLTNjNjEzNWRlM2U1OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/55718efc-0280-421d-ac9b-adb427163610?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU1NzE4ZWZjLTAyODAtNDIxZC1hYzliLWFkYjQyNzE2MzYxMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:33:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "296ca2a3-fd01-467a-896d-0745aef03c90" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aa504650-5d32-4b0e-a623-00252819c76d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "30e08a70-b694-48d3-88de-6b68bb9ebc56" + "8c500393-c415-4047-b5ec-49f92c6f0901" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070046Z:30e08a70-b694-48d3-88de-6b68bb9ebc56" + "EASTUS2:20211117T133320Z:8c500393-c415-4047-b5ec-49f92c6f0901" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:46 GMT" - ], "Content-Length": [ "184" ], @@ -1624,29 +1688,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:00:16.4465081+00:00\",\r\n \"endTime\": \"2021-06-29T07:00:21.0246859+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"baf5856d-2831-4235-8202-3c6135de3e59\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:32:50.0650139+00:00\",\r\n \"endTime\": \"2021-11-17T13:32:54.0808962+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"55718efc-0280-421d-ac9b-adb427163610\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/hostGroups/dhgtest2783/hosts/dhtest2606?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDI3ODMvaG9zdHMvZGh0ZXN0MjYwNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/hostGroups/dhgtest588/hosts/dhtest7389?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDU4OC9ob3N0cy9kaHRlc3Q3Mzg5P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:33:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;198,Microsoft.Compute/GetDedicatedHost30Min;997" ], @@ -1654,29 +1725,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e31be707-a653-4032-bd3d-5272a2db982f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2ce59804-6b89-49e2-888f-65b6b664258e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "8b2f4e7e-c90e-4ed3-9092-015f7b386c1f" + "14b195a6-3456-4d3e-82cb-36079fa9b248" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070046Z:8b2f4e7e-c90e-4ed3-9092-015f7b386c1f" + "EASTUS2:20211117T133320Z:14b195a6-3456-4d3e-82cb-36079fa9b248" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:46 GMT" - ], "Content-Length": [ - "646" + "645" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1685,46 +1749,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhtest2606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/hostGroups/dhgtest2783/hosts/dhtest2606\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3168\": \"2021-06-29 07:00:16Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"98a9968b-63e1-4770-b2ef-95eee8743084\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-06-29T07:00:20.8214969+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhtest7389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/hostGroups/dhgtest588/hosts/dhtest7389\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9521\": \"2021-11-17 13:32:49Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"5d3baee6-1c9d-48c0-bc37-bfab36894015\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-11-17T13:32:53.8621563+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzI1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5419\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2544\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/hostGroups/dhgtest2783\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6323\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5873\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/hostGroups/dhgtest588\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7ede6d7d-6ca6-4328-993a-baf293fa3e6c" + "d48bf403-3a2f-4c73-b943-2e08e9be5a90" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1846" + "1845" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:33:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6ebcbdaa-e8da-43af-b9d6-3827ef0c8183?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1739,29 +1810,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6ebcbdaa-e8da-43af-b9d6-3827ef0c8183" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "f6e60e26-fe2c-4211-8d28-c423c7c8d55d" + "074a98b8-a934-47b9-bf80-95a0fc90d296" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070048Z:f6e60e26-fe2c-4211-8d28-c423c7c8d55d" + "EASTUS2:20211117T133321Z:074a98b8-a934-47b9-bf80-95a0fc90d296" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:48 GMT" - ], "Content-Length": [ - "3627" + "3624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1770,62 +1834,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3325\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5419\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2544\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e8431633-9691-4656-9346-ab7cb96d92bc\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3168/providers/Microsoft.Compute/hostGroups/dhgtest2783\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6323\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5873\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"74059220-4421-42ea-a393-d7404b8c348d\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9521/providers/Microsoft.Compute/hostGroups/dhgtest588\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZTE3ZmE5LTE4ZjEtNGIyMy05ZjljLWZkZDZmZWNiYzdmZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6ebcbdaa-e8da-43af-b9d6-3827ef0c8183?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZlYmNiZGFhLWU4ZGEtNDNhZi1iOWQ2LTM4MjdlZjBjODE4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:33:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a5fb4b2-3689-4e89-8270-56ddcff6a530" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d212bd8e-53d3-4fa4-b9e0-fef89eb77dbc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "54311c93-2fdf-4580-92f2-900c574266d4" + "5a8958a0-9afe-4046-a9d0-2fc1f24b9268" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070058Z:54311c93-2fdf-4580-92f2-900c574266d4" + "EASTUS2:20211117T133331Z:5a8958a0-9afe-4046-a9d0-2fc1f24b9268" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:00:58 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1834,59 +1898,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:00:47.306011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:33:20.7857357+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6ebcbdaa-e8da-43af-b9d6-3827ef0c8183\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZTE3ZmE5LTE4ZjEtNGIyMy05ZjljLWZkZDZmZWNiYzdmZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6ebcbdaa-e8da-43af-b9d6-3827ef0c8183?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZlYmNiZGFhLWU4ZGEtNDNhZi1iOWQ2LTM4MjdlZjBjODE4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:35:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6577ed55-8374-4a38-9d89-a9fa9202e5ed" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a4346a74-c126-44b5-9d90-0d002e398740" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "e9ff8cbd-3b2d-4d64-8d17-4a273808f107" + "b2104ffb-17be-4c9a-807c-b0d772a90da7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070235Z:e9ff8cbd-3b2d-4d64-8d17-4a273808f107" + "EASTUS2:20211117T133508Z:b2104ffb-17be-4c9a-807c-b0d772a90da7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:02:34 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1895,59 +1959,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:00:47.306011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:33:20.7857357+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6ebcbdaa-e8da-43af-b9d6-3827ef0c8183\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZTE3ZmE5LTE4ZjEtNGIyMy05ZjljLWZkZDZmZWNiYzdmZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/6ebcbdaa-e8da-43af-b9d6-3827ef0c8183?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZlYmNiZGFhLWU4ZGEtNDNhZi1iOWQ2LTM4MjdlZjBjODE4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e328eddb-1112-4f7f-9046-7c4c792c31e3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "29209908-cf82-42d3-b853-911872eeb589" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "a4e21878-a7a4-4ee5-94a0-db9bd966403e" + "4dc1b9fc-451a-4271-87c6-0a5e1921fd0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070412Z:a4e21878-a7a4-4ee5-94a0-db9bd966403e" + "EASTUS2:20211117T133645Z:4dc1b9fc-451a-4271-87c6-0a5e1921fd0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:04:12 GMT" - ], "Content-Length": [ - "133" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1956,120 +2020,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:00:47.306011+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:33:20.7857357+00:00\",\r\n \"endTime\": \"2021-11-17T13:36:24.3402314+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6ebcbdaa-e8da-43af-b9d6-3827ef0c8183\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZTE3ZmE5LTE4ZjEtNGIyMy05ZjljLWZkZDZmZWNiYzdmZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:36:45 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29983" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "86672e7f-1ca1-432a-8495-8907bcae7055" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "9322ad60-c198-4ec7-891b-c3e26bb2b156" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T070549Z:9322ad60-c198-4ec7-891b-c3e26bb2b156" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 07:05:48 GMT" - ], - "Content-Length": [ - "183" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:00:47.306011+00:00\",\r\n \"endTime\": \"2021-06-29T07:04:32.6196076+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"74e17fa9-18f1-4b23-9f9c-fdd6fecbc7fd\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzI1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2587" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "082260b4-72a7-4872-b584-26f48735ba0e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ee06bb99-865b-48f8-92ed-17f06547f867" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "ce72f294-a156-43df-879b-8c1a6db53d14" + "b0440b77-ad69-4d43-8399-261f30361999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070549Z:ce72f294-a156-43df-879b-8c1a6db53d14" + "EASTUS2:20211117T133645Z:b0440b77-ad69-4d43-8399-261f30361999" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:48 GMT" - ], "Content-Length": [ - "3628" + "3625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2078,65 +2081,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3325\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5419\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2544\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e8431633-9691-4656-9346-ab7cb96d92bc\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3168/providers/Microsoft.Compute/hostGroups/dhgtest2783\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6323\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5873\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"74059220-4421-42ea-a393-d7404b8c348d\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9521/providers/Microsoft.Compute/hostGroups/dhgtest588\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzI1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b0af5ff-5ec5-42b7-b42a-c90c7466cf11" + "c282be79-be58-4afe-9259-0de4e0492138" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2586" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bf4db9f1-e44d-4044-ac56-e4e6de22e64b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "732066fe-f2dc-45d5-99c7-e4317626d80e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "3b3812a8-1728-4d30-8669-fd0dfa901dd4" + "6b0638c1-7db5-4859-8a71-b43d5f33ac1a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070549Z:3b3812a8-1728-4d30-8669-fd0dfa901dd4" + "EASTUS2:20211117T133645Z:6b0638c1-7db5-4859-8a71-b43d5f33ac1a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:48 GMT" - ], "Content-Length": [ - "3628" + "3625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2145,63 +2148,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3325\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5419\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2544\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e8431633-9691-4656-9346-ab7cb96d92bc\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3168/providers/Microsoft.Compute/hostGroups/dhgtest2783\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6323\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5873\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"74059220-4421-42ea-a393-d7404b8c348d\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9521/providers/Microsoft.Compute/hostGroups/dhgtest588\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzI1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzEvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "598b897d-a3e2-417e-bbcc-d208026e7a85" + "ae91316c-da39-4f27-87aa-4715cadf2dc2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "945b87e4-d7e7-4837-bb3e-d4122ea0cc9a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "64a16bcd-450b-46e6-b218-8a4a9ac5999b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "46cdae6a-f07b-4998-abdf-50dfd9f245ec" + "f62c1a3f-8d21-4478-889a-c6393dae66f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070549Z:46cdae6a-f07b-4998-abdf-50dfd9f245ec" + "EASTUS2:20211117T133645Z:f62c1a3f-8d21-4478-889a-c6393dae66f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:48 GMT" - ], "Content-Length": [ "822" ], @@ -2212,65 +2215,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:04:32.6196076+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T13:36:24.3245748+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e296056a-c67c-492b-a626-3a13512f9b2a" + "22d4f8ff-e2bf-43e8-8f41-24453dec63db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;176,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4dd9e5f7-15cf-4344-96cf-bfd14ad801e5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "776d3723-f1ba-4def-b650-dd30fabfabe4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-correlation-request-id": [ - "6588ff34-be2a-4703-a4ac-1888a16e39a2" + "06c02db1-c109-49fb-984b-2e0a8500efe3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070549Z:6588ff34-be2a-4703-a4ac-1888a16e39a2" + "EASTUS2:20211117T133645Z:06c02db1-c109-49fb-984b-2e0a8500efe3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:48 GMT" - ], "Content-Length": [ - "4049" + "4046" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2279,37 +2282,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss3325\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5419\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2544\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Network/virtualNetworks/vn8482/subnets/sn6483\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e8431633-9691-4656-9346-ab7cb96d92bc\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3168/providers/Microsoft.Compute/hostGroups/dhgtest2783\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6323\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5873\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Network/virtualNetworks/vn8544/subnets/sn6915\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"74059220-4421-42ea-a393-d7404b8c348d\",\r\n \"platformFaultDomainCount\": 1,\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9521/providers/Microsoft.Compute/hostGroups/dhgtest588\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3168/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3325/virtualmachines/0/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzMzI1L3ZpcnR1YWxtYWNoaW5lcy8wL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9521/providers/Microsoft.Compute/virtualMachineScaleSets/vmss631/virtualMachines/0/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk1MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzEvdmlydHVhbE1hY2hpbmVzLzAvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d2b01a2-013b-417d-b175-b6ecb288821b" + "209d907c-c146-4ddc-97cb-731f47d9efeb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:36:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" + "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4998" ], "x-ms-request-charge": [ "1" @@ -2318,29 +2328,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1f7f10c8-ea5a-487e-acf1-c05014eea75d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c8a695dc-8b81-42d1-941e-29a6c62a975b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "1bd52b55-f3dc-4071-ae8a-09d148f8d8fd" + "e7150af7-6602-4eeb-8752-0e473de4ca80" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070549Z:1bd52b55-f3dc-4071-ae8a-09d148f8d8fd" + "EASTUS2:20211117T133645Z:e7150af7-6602-4eeb-8752-0e473de4ca80" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:48 GMT" - ], "Content-Length": [ - "3449" + "3531" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2349,25 +2352,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"placementGroupId\": \"3e42194d-434f-45cd-a043-73926751556f\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"assignedHost\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3168/providers/Microsoft.Compute/hostGroups/dhgtest2783/hosts/dhtest2606\",\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T07:05:47+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss3325_vmss3325_0_OsDisk_1_4d8c37034e2a41cd9109cec1fe3a0e2d\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:00:50.3997803+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss3325_vmss3325_0_disk2_d878d0bfff19473aa53f6ba638901807\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:00:50.3997803+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T07:05:31+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:04:32.6039277+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"placementGroupId\": \"7f5c103f-695d-4eb3-b57a-b4f82a00b9c7\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"assignedHost\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9521/providers/Microsoft.Compute/hostGroups/dhgtest588/hosts/dhtest7389\",\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"rdpThumbPrint\": \"E6A0EB1A57B361B0248E44DBE3B104FCB678DA7E\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T13:36:20+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss631_vmss631_0_OsDisk_1_1cc0640444d0408abcc742cda1482235\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T13:33:23.567156+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss631_vmss631_0_disk2_e062025c5ed344a8b1303953a9bc1095\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T13:33:23.567156+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T13:36:13+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded/osProvisioningComplete\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"OS provisioning complete\",\r\n \"time\": \"2021-11-17T13:36:24.3245748+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3168?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9521?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk1MjE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec55d6e9-2060-4edd-ae6b-aca14e9dfd96" + "fe785bbb-91d9-4b10-8871-695a5ebf0f70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2375,11 +2378,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:36:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTY4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NTIxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2388,13 +2394,13 @@ "14999" ], "x-ms-request-id": [ - "7ffee3de-efc6-489b-bed2-b55e9f80359a" + "68267a23-4828-4c18-a374-379bf2ed7b19" ], "x-ms-correlation-request-id": [ - "7ffee3de-efc6-489b-bed2-b55e9f80359a" + "68267a23-4828-4c18-a374-379bf2ed7b19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070549Z:7ffee3de-efc6-489b-bed2-b55e9f80359a" + "EASTUS2:20211117T133646Z:68267a23-4828-4c18-a374-379bf2ed7b19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2402,14 +2408,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2418,29 +2421,29 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar3168", - "vmss3325", - "crptestar7715", - "dhgtest2783", - "dhtest2606" + "crptestar9521", + "vmss631", + "crptestar6045", + "dhgtest588", + "dhtest7389" ], "CreatePublicIP": [ - "pip7196", - "dn6528" + "pip1434", + "dn7687" ], "CreateVNET": [ - "vn8482", - "sn6483" + "vn8544", + "sn6915" ], "CreateNIC": [ - "nic3758", - "ip3764" + "nic5558", + "ip2979" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8879", - "vmss9869", - "vmsstestnetconfig5419", - "vmsstestnetconfig2544" + "crptestar356", + "vmss7462", + "vmsstestnetconfig6323", + "vmsstestnetconfig5873" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticRepairsPolicyTest.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticRepairsPolicyTest.json index 5d32c9d2ef035..f1f1a006e0718 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticRepairsPolicyTest.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_AutomaticRepairsPolicyTest.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3571ee0b-7fad-4227-be17-210b6bf5ac68" + "22c648c8-2db4-427a-ab70-036ffd13bc6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "c31ec757-642f-4bbc-86a2-0bc87b58c7c2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "554ab847-6d29-41da-b957-e1e3b7d4ffcd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "43708f82-d5a4-4e50-8bbc-126770178541" + "758c5db2-73a4-465f-88aa-cda943752bbe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064347Z:43708f82-d5a4-4e50-8bbc-126770178541" + "WESTUS2:20211116T200418Z:758c5db2-73a4-465f-88aa-cda943752bbe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:46 GMT" - ], "Content-Length": [ "307" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6412?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0MTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar3831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar6412\": \"2021-06-29 06:43:47Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3831\": \"2021-11-16 20:04:18Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5fcb76d-1948-42a7-b175-6da1b17b325f" + "5d262086-f6ea-4926-b224-72e25af9bd0e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:19 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "fd33e0d8-0c0c-45b4-80a8-344cd9735e88" + "414fb4b5-e7b8-4663-a39f-e6746c97ec41" ], "x-ms-correlation-request-id": [ - "fd33e0d8-0c0c-45b4-80a8-344cd9735e88" + "414fb4b5-e7b8-4663-a39f-e6746c97ec41" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064347Z:fd33e0d8-0c0c-45b4-80a8-344cd9735e88" + "WESTUS2:20211116T200419Z:414fb4b5-e7b8-4663-a39f-e6746c97ec41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:47 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412\",\r\n \"name\": \"crptestar6412\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar6412\": \"2021-06-29 06:43:47Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831\",\r\n \"name\": \"crptestar3831\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3831\": \"2021-11-16 20:04:18Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6412?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0MTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar3831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e194cd96-611b-4409-b5b8-ead1d7188b8b" + "7144021f-f29c-4646-bda7-a2c6d6a29987" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:51 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "72d40499-a99c-489c-8684-1a8ca293b59c" + "49bde96d-e8ec-44b2-8040-6ec76ee37773" ], "x-ms-correlation-request-id": [ - "72d40499-a99c-489c-8684-1a8ca293b59c" + "49bde96d-e8ec-44b2-8040-6ec76ee37773" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064418Z:72d40499-a99c-489c-8684-1a8ca293b59c" + "WESTUS2:20211116T200452Z:49bde96d-e8ec-44b2-8040-6ec76ee37773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:18 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412\",\r\n \"name\": \"crptestar6412\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831\",\r\n \"name\": \"crptestar3831\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Storage/storageAccounts/crptestar3552?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNTUyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Storage/storageAccounts/crptestar7705?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzA1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cf70efd5-efab-4f8f-b074-c7e58f19fa60" + "1ab03e06-bac9-4aeb-b896-e062f886fdce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/99653d72-4019-44a2-9723-ae186ef92b7d?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus/asyncoperations/5ae1c674-e8a3-49cc-886a-ee8791ce3c3f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "99653d72-4019-44a2-9723-ae186ef92b7d" + "5ae1c674-e8a3-49cc-886a-ee8791ce3c3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "0e860654-4bb0-413a-b422-a4d4ce896cc2" + "67f82356-dba3-4c86-904e-32199d8c8f5e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064351Z:0e860654-4bb0-413a-b422-a4d4ce896cc2" + "WESTUS2:20211116T200423Z:67f82356-dba3-4c86-904e-32199d8c8f5e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:50 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/99653d72-4019-44a2-9723-ae186ef92b7d?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy85OTY1M2Q3Mi00MDE5LTQ0YTItOTcyMy1hZTE4NmVmOTJiN2Q/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus/asyncoperations/5ae1c674-e8a3-49cc-886a-ee8791ce3c3f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy81YWUxYzY3NC1lOGEzLTQ5Y2MtODg2YS1lZTg3OTFjZTNjM2Y/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "65bc0fa9-9c0b-4697-a464-5cbd47ee28f5" + "25b53e00-e5bb-4259-892c-75a68ecb11b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11987" ], "x-ms-correlation-request-id": [ - "5eb7703c-b1d9-44de-be3a-a8bef33798e5" + "6a5d82d5-d1f1-4d55-8771-a87a3adbfb6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064408Z:5eb7703c-b1d9-44de-be3a-a8bef33798e5" + "WESTUS2:20211116T200440Z:6a5d82d5-d1f1-4d55-8771-a87a3adbfb6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:07 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea7f5f27-c0ad-4f3a-ab93-01f0e056d3df" + "4c57e6da-ffae-43db-8c77-9ece68f11394" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "653b8179-a5aa-441b-969d-2732563af166" + "7152abe0-1606-4fe3-9701-173eccf4531e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11986" ], "x-ms-correlation-request-id": [ - "816697a9-0005-475f-a1c7-a04f09503af3" + "4af75bf7-2eaf-4bf8-9864-5e0bcd127283" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064418Z:816697a9-0005-475f-a1c7-a04f09503af3" + "WESTUS2:20211116T200450Z:4af75bf7-2eaf-4bf8-9864-5e0bcd127283" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:17 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Storage/storageAccounts/crptestar3552\",\r\n \"name\": \"crptestar3552\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:43:48.1995037Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3552.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3552.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3552.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3552.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Storage/storageAccounts/crptestar7705\",\r\n \"name\": \"crptestar7705\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:04:21.6395128Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7705.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7705.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7705.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7705.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Storage/storageAccounts/crptestar3552?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNTUyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Storage/storageAccounts/crptestar7705?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NzA1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca21f0e5-6692-44ef-8a7d-809d173af30f" + "2f829aac-7915-4f2e-bdad-d7871477b384" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "881841df-e1aa-407d-908d-a30364ffddc3" + "0df748f6-61c0-4fc4-82d9-7a475eb448ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11985" ], "x-ms-correlation-request-id": [ - "01c83426-cbd5-42e8-88ed-51f4741ef9c0" + "fc8c83ec-3bf8-4362-bba6-4001430426de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064418Z:01c83426-cbd5-42e8-88ed-51f4741ef9c0" + "WESTUS2:20211116T200451Z:fc8c83ec-3bf8-4362-bba6-4001430426de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:17 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Storage/storageAccounts/crptestar3552\",\r\n \"name\": \"crptestar3552\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:43:48.1995037Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3552.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3552.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3552.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3552.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Storage/storageAccounts/crptestar7705\",\r\n \"name\": \"crptestar7705\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T20:04:21.6395128Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7705.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7705.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7705.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7705.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc71ba0e-bf23-4163-b05c-88d3ca10d177" + "7457054b-0886-4136-a89c-e0907791dc42" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:50 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "037e1f20-5b0d-42e7-8c9a-7109210ba350" + "f0131769-3c7e-466b-9c2b-9d4132c1b2b5" ], "x-ms-correlation-request-id": [ - "037e1f20-5b0d-42e7-8c9a-7109210ba350" + "f0131769-3c7e-466b-9c2b-9d4132c1b2b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064418Z:037e1f20-5b0d-42e7-8c9a-7109210ba350" + "WESTUS2:20211116T200451Z:f0131769-3c7e-466b-9c2b-9d4132c1b2b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:18 GMT" - ], "Expires": [ "-1" ] @@ -515,74 +515,74 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg5OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4012\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn487\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cabfe172-65fb-4d06-8021-fffe22b8dbbe" + "1647d4f3-2ab6-4a2c-857c-99524bb67417" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "200" + "199" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "84711500-69e7-428d-882e-23bc576a5ee0" + "a3cd3992-96c7-44b0-adeb-25acb3fe0f86" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/84711500-69e7-428d-882e-23bc576a5ee0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/a3cd3992-96c7-44b0-adeb-25acb3fe0f86?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0516e586-1488-4fc0-b01c-088928114fd7" + "ce63fabd-982c-49f7-8ae4-ba8d937c10ac" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d6a69996-08a5-41d0-8dd8-fc80da4d00ae" + "34333151-555d-45dc-9f79-b8792f316ad0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064420Z:0516e586-1488-4fc0-b01c-088928114fd7" + "WESTUS2:20211116T200455Z:ce63fabd-982c-49f7-8ae4-ba8d937c10ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:20 GMT" - ], "Content-Length": [ "753" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip899\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899\",\r\n \"etag\": \"W/\\\"282c50fa-11b7-41dd-8bcf-17775cb8fe4f\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"72b419ff-f80d-4d09-a895-c0e235bba148\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4012\",\r\n \"fqdn\": \"dn4012.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6979\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979\",\r\n \"etag\": \"W/\\\"bcbf5e86-676f-4538-bf69-c804202239f9\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5d4944d4-a5ea-4700-acc8-920743387f02\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn487\",\r\n \"fqdn\": \"dn487.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/84711500-69e7-428d-882e-23bc576a5ee0?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3MTE1MDAtNjllNy00MjhkLTg4MmUtMjNiYzU3NmE1ZWUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/a3cd3992-96c7-44b0-adeb-25acb3fe0f86?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTNjZDM5OTItOTZjNy00NGIwLWFkZWItMjVhY2IzZmUwZjg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f599c294-0135-4d0b-a717-51b2fd66d26e" + "7bead1ee-07c2-454d-9ac7-ec34bb2012c8" ], "x-ms-correlation-request-id": [ - "6da00dac-f512-4cd8-9c26-5f5ed50cf275" + "100a33b6-bd67-45ac-9ed4-f8f12e8e791f" ], "x-ms-arm-service-request-id": [ - "61813d52-9085-4f45-bca1-7a92f734f833" + "fbe8d5fd-3d53-4a6d-85fa-79dd9dd8438e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064421Z:6da00dac-f512-4cd8-9c26-5f5ed50cf275" + "WESTUS2:20211116T200457Z:100a33b6-bd67-45ac-9ed4-f8f12e8e791f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:21 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg5OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +674,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a6f4e443-964e-4021-8140-88db72640ec7\"" + "W/\"239c44a2-a6b4-4cc2-a15b-beba4a311f5f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5103a7c5-48d9-40cf-b4f4-dd15b42c45b4" + "bc529337-87d4-46cd-9180-e4671f6dd05d" ], "x-ms-correlation-request-id": [ - "627922db-05fc-4f46-9e66-f6d0cd3a4a7d" + "8d32450e-c3ed-4d7b-8687-03e7a140fc61" ], "x-ms-arm-service-request-id": [ - "261d1ad7-33e0-476c-afc8-3637246bcfe8" + "127b6665-2937-4dc5-aac1-eb592aed82be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064421Z:627922db-05fc-4f46-9e66-f6d0cd3a4a7d" + "WESTUS2:20211116T200457Z:8d32450e-c3ed-4d7b-8687-03e7a140fc61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:21 GMT" - ], "Content-Length": [ "754" ], @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip899\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899\",\r\n \"etag\": \"W/\\\"a6f4e443-964e-4021-8140-88db72640ec7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"72b419ff-f80d-4d09-a895-c0e235bba148\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4012\",\r\n \"fqdn\": \"dn4012.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6979\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979\",\r\n \"etag\": \"W/\\\"239c44a2-a6b4-4cc2-a15b-beba4a311f5f\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5d4944d4-a5ea-4700-acc8-920743387f02\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn487\",\r\n \"fqdn\": \"dn487.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg5OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01160b7c-fb72-4ab2-b0a3-12aad979fc8b" + "70c96f7a-6e98-4d1b-a7fc-3a110075ee23" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +744,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a6f4e443-964e-4021-8140-88db72640ec7\"" + "W/\"239c44a2-a6b4-4cc2-a15b-beba4a311f5f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fa0ec131-7b20-474f-95c6-cfcda0f7af84" + "6dda5cab-280d-4048-aee2-a2c4e97c694b" ], "x-ms-correlation-request-id": [ - "986e7cec-ad6c-4dbc-b8bb-2d699811f65c" + "426fcccd-05f0-4530-8532-9627dbec4d6c" ], "x-ms-arm-service-request-id": [ - "c276c800-d772-47cf-9142-cfb5dabbe4e8" + "2429f94f-ce72-4067-afed-a0b7f7e26201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064421Z:986e7cec-ad6c-4dbc-b8bb-2d699811f65c" + "WESTUS2:20211116T200457Z:426fcccd-05f0-4530-8532-9627dbec4d6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:21 GMT" - ], "Content-Length": [ "754" ], @@ -788,80 +788,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip899\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899\",\r\n \"etag\": \"W/\\\"a6f4e443-964e-4021-8140-88db72640ec7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"72b419ff-f80d-4d09-a895-c0e235bba148\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4012\",\r\n \"fqdn\": \"dn4012.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6979\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979\",\r\n \"etag\": \"W/\\\"239c44a2-a6b4-4cc2-a15b-beba4a311f5f\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5d4944d4-a5ea-4700-acc8-920743387f02\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn487\",\r\n \"fqdn\": \"dn487.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzNzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUyMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn92\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6419\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a454705e-67f6-47ac-b982-33c276efe4bd" + "764cb00f-b2e0-46c9-b674-fb35c2d9a93c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "393" + "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:04:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "caac09b8-ab29-4c1e-b374-93c27794a8ad" + "b0ffa138-ecd1-4fae-8308-16e08446b8c8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/caac09b8-ab29-4c1e-b374-93c27794a8ad?api-version=2019-09-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/b0ffa138-ecd1-4fae-8308-16e08446b8c8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "affee006-5649-4508-bbdf-31948707634d" + "88b4cb1c-0a34-484f-bd00-35378c6a4221" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "03463e1d-0b20-4db0-befa-ce7a4e0bd252" + "a18c89ea-6967-4981-ae78-c7d1fc5d3310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064422Z:affee006-5649-4508-bbdf-31948707634d" + "WESTUS2:20211116T200459Z:88b4cb1c-0a34-484f-bd00-35378c6a4221" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:22 GMT" - ], "Content-Length": [ - "1310" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5372\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372\",\r\n \"etag\": \"W/\\\"4bded8c0-75c1-4b28-b465-30fa71cc12d9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d245b7f5-0d82-4356-9506-2519cd3bb0f6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn92\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\",\r\n \"etag\": \"W/\\\"4bded8c0-75c1-4b28-b465-30fa71cc12d9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5227\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227\",\r\n \"etag\": \"W/\\\"270152eb-369f-4847-943e-602ad6b4d89d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8d5822e1-81dd-43ca-9f5c-a49ae264dfe0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6419\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\",\r\n \"etag\": \"W/\\\"270152eb-369f-4847-943e-602ad6b4d89d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/caac09b8-ab29-4c1e-b374-93c27794a8ad?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvY2FhYzA5YjgtYWIyOS00YzFlLWIzNzQtOTNjMjc3OTRhOGFkP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/b0ffa138-ecd1-4fae-8308-16e08446b8c8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjBmZmExMzgtZWNkMS00ZmFlLTgzMDgtMTZlMDg0NDZiOGM4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "836d8a48-8f1f-4b15-af87-06a0a8c69b02" + "62650f48-556e-4eca-b623-e031e0d3c6a0" ], "x-ms-correlation-request-id": [ - "62d7323b-3475-47cd-8b5d-b6eb3ffaef0f" + "4ca72417-a99c-4805-a9b5-d65f7c99b489" ], "x-ms-arm-service-request-id": [ - "c43f28fd-8fd2-4f0b-8424-c60dc040e760" + "b6374f4f-1d84-42da-bd86-7949b571a25c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064425Z:62d7323b-3475-47cd-8b5d-b6eb3ffaef0f" + "WESTUS2:20211116T200502Z:4ca72417-a99c-4805-a9b5-d65f7c99b489" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:25 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzNzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUyMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1bf0285c-a8c3-4707-af49-bbd0c0c7ade1\"" + "W/\"387e90de-3760-4dfe-9b8a-ac6c16a1c6e4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0ae26df9-e25b-4ccb-9f2a-5c3e6fe1c1bc" + "8e8b5379-272a-4c7f-8ed0-cc89fe1bfa4a" ], "x-ms-correlation-request-id": [ - "4ec732cd-1fc8-4c0b-8141-da1bb55162c4" + "44cb1320-9870-4e9b-a51a-af40d12d294a" ], "x-ms-arm-service-request-id": [ - "66a59b37-e544-41b3-84d0-9b92ad44ba39" + "18d6c197-1866-473c-903b-a151cf4e9be7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064425Z:4ec732cd-1fc8-4c0b-8141-da1bb55162c4" + "WESTUS2:20211116T200502Z:44cb1320-9870-4e9b-a51a-af40d12d294a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:25 GMT" - ], "Content-Length": [ - "1312" + "1316" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5372\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372\",\r\n \"etag\": \"W/\\\"1bf0285c-a8c3-4707-af49-bbd0c0c7ade1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d245b7f5-0d82-4356-9506-2519cd3bb0f6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn92\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\",\r\n \"etag\": \"W/\\\"1bf0285c-a8c3-4707-af49-bbd0c0c7ade1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5227\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227\",\r\n \"etag\": \"W/\\\"387e90de-3760-4dfe-9b8a-ac6c16a1c6e4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8d5822e1-81dd-43ca-9f5c-a49ae264dfe0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6419\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\",\r\n \"etag\": \"W/\\\"387e90de-3760-4dfe-9b8a-ac6c16a1c6e4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUzNzIvc3VibmV0cy9zbjkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUyMjcvc3VibmV0cy9zbjY0MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "011d2e7d-f445-4038-bb57-b90596e1a0eb" + "f762952e-f6e0-4e41-bf7f-7d7594e6dfa7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1bf0285c-a8c3-4707-af49-bbd0c0c7ade1\"" + "W/\"387e90de-3760-4dfe-9b8a-ac6c16a1c6e4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "268d9787-b8de-4539-aca7-6ede2a760047" + "52e626a9-ea77-4262-aa44-c39bfdcb303d" ], "x-ms-correlation-request-id": [ - "22fae1d6-5ac8-4f2f-9d45-64e230dd4bd9" + "659a16a7-bce4-4c92-a04f-5b834c6bc683" ], "x-ms-arm-service-request-id": [ - "1efc4a51-1f50-4898-b11b-c475b829aa47" + "90538677-8766-40dd-aa19-c36d6937d704" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064425Z:22fae1d6-5ac8-4f2f-9d45-64e230dd4bd9" + "WESTUS2:20211116T200503Z:659a16a7-bce4-4c92-a04f-5b834c6bc683" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:25 GMT" - ], "Content-Length": [ - "519" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn92\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\",\r\n \"etag\": \"W/\\\"1bf0285c-a8c3-4707-af49-bbd0c0c7ade1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6419\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\",\r\n \"etag\": \"W/\\\"387e90de-3760-4dfe-9b8a-ac6c16a1c6e4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMyMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn92\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n }\r\n },\r\n \"name\": \"ip1926\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6419\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n }\r\n },\r\n \"name\": \"ip2078\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "29dd517d-4b80-4335-9acd-3e95ee4782b7" + "10081eb7-37b2-44b9-a45e-c524eb7217e9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "737" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2c35fae0-7f36-46bf-9153-d22dbfbe5e59" + "6d4d0b51-39bc-4c22-9881-61b6d81eb73b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/2c35fae0-7f36-46bf-9153-d22dbfbe5e59?api-version=2019-09-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/6d4d0b51-39bc-4c22-9881-61b6d81eb73b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b47906ac-33e2-42b5-9a40-533816243899" + "a512611d-0431-455c-b019-8bbd87e3cb68" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ba4f3327-382c-4cc7-9f01-fe92131b2ae3" + "7aa92bc6-95fd-4a21-8fc2-668ad33d3cb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064426Z:b47906ac-33e2-42b5-9a40-533816243899" + "WESTUS2:20211116T200505Z:a512611d-0431-455c-b019-8bbd87e3cb68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:25 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216\",\r\n \"etag\": \"W/\\\"25710142-6890-42bf-bed0-9e95ee51cfb5\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ce155f6-279e-46d5-874c-28fdea2d9808\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216/ipConfigurations/ip1926\",\r\n \"etag\": \"W/\\\"25710142-6890-42bf-bed0-9e95ee51cfb5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\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\": \"4w1uluucbvlehfigeum20o3q4g.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5541\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541\",\r\n \"etag\": \"W/\\\"d8db6adb-8916-4224-9b6a-d8e078803553\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cdafb0f7-23e7-4568-a2cf-04ae55042bf7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2078\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541/ipConfigurations/ip2078\",\r\n \"etag\": \"W/\\\"d8db6adb-8916-4224-9b6a-d8e078803553\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\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\": \"2erfrdo3qhfehh02usnoezg52a.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMyMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"25710142-6890-42bf-bed0-9e95ee51cfb5\"" + "W/\"d8db6adb-8916-4224-9b6a-d8e078803553\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "18e32cac-474a-498f-9840-1c6818f17e29" + "95cfe40c-7ac5-4fa4-a40c-d53a742f70bc" ], "x-ms-correlation-request-id": [ - "0c64e976-5bc1-4d05-b145-d9fe634a64a0" + "2423a44c-9aae-4891-8622-0a76d1a577d6" ], "x-ms-arm-service-request-id": [ - "b8aad47a-3884-49e6-be8d-56e5b1e7d00d" + "5b9eeb31-954a-445c-8e80-3fadbd21592e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064426Z:0c64e976-5bc1-4d05-b145-d9fe634a64a0" + "WESTUS2:20211116T200505Z:2423a44c-9aae-4891-8622-0a76d1a577d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:26 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216\",\r\n \"etag\": \"W/\\\"25710142-6890-42bf-bed0-9e95ee51cfb5\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ce155f6-279e-46d5-874c-28fdea2d9808\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216/ipConfigurations/ip1926\",\r\n \"etag\": \"W/\\\"25710142-6890-42bf-bed0-9e95ee51cfb5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\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\": \"4w1uluucbvlehfigeum20o3q4g.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5541\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541\",\r\n \"etag\": \"W/\\\"d8db6adb-8916-4224-9b6a-d8e078803553\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cdafb0f7-23e7-4568-a2cf-04ae55042bf7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2078\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541/ipConfigurations/ip2078\",\r\n \"etag\": \"W/\\\"d8db6adb-8916-4224-9b6a-d8e078803553\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\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\": \"2erfrdo3qhfehh02usnoezg52a.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMyMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c4d5dcc-5b2c-4125-8641-fee79750ade8" + "dc45de8b-141a-4d5a-99a4-dbf0a13f5ad8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"25710142-6890-42bf-bed0-9e95ee51cfb5\"" + "W/\"d8db6adb-8916-4224-9b6a-d8e078803553\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0b902186-25c3-4f7e-9ecd-db4c3a553254" + "27f56334-cd15-4cf7-9211-d83910e3d961" ], "x-ms-correlation-request-id": [ - "7d737592-cc9b-453c-bb41-ebfdb803f871" + "81a60cff-ba7f-43cb-9a5b-c54873b2b6c1" ], "x-ms-arm-service-request-id": [ - "7c1db92d-edb0-49a8-b508-0f25ac5fcb75" + "33bb9ff2-6a7f-4bce-a275-954d032295c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064426Z:7d737592-cc9b-453c-bb41-ebfdb803f871" + "WESTUS2:20211116T200505Z:81a60cff-ba7f-43cb-9a5b-c54873b2b6c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:26 GMT" - ], "Content-Length": [ - "1622" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,77 +1278,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216\",\r\n \"etag\": \"W/\\\"25710142-6890-42bf-bed0-9e95ee51cfb5\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ce155f6-279e-46d5-874c-28fdea2d9808\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/networkInterfaces/nic3216/ipConfigurations/ip1926\",\r\n \"etag\": \"W/\\\"25710142-6890-42bf-bed0-9e95ee51cfb5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\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\": \"4w1uluucbvlehfigeum20o3q4g.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5541\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541\",\r\n \"etag\": \"W/\\\"d8db6adb-8916-4224-9b6a-d8e078803553\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cdafb0f7-23e7-4568-a2cf-04ae55042bf7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2078\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/networkInterfaces/nic5541/ipConfigurations/ip2078\",\r\n \"etag\": \"W/\\\"d8db6adb-8916-4224-9b6a-d8e078803553\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\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\": \"2erfrdo3qhfehh02usnoezg52a.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI1NTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3MDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4012\",\r\n \"fqdn\": \"dn4012.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip1558\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap3062\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/frontendIPConfigurations/feip1558\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr6324\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp2707\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn487\",\r\n \"fqdn\": \"dn487.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip4467\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7239\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/frontendIPConfigurations/feip4467\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr3457\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp2803\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8a5b3a0d-5d63-4c51-9cb0-a12ebaa01793" + "d1319015-fe0d-4b21-ae7c-32b106e059bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2234" + "2233" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "76ca19df-589d-4a8f-a05e-50f233f19fd9" + "47138454-f4e3-4f9e-8bb7-52186bb58fa3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/76ca19df-589d-4a8f-a05e-50f233f19fd9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/47138454-f4e3-4f9e-8bb7-52186bb58fa3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f0f46007-3a5d-4eeb-9b07-9c75de5de155" + "72d4923a-4970-451b-bde2-4182a6e0fc17" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "372f9792-1203-4d4b-bd94-c2e0093fdebf" + "b79e0e3d-99a9-4566-b725-831c1a238d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064427Z:f0f46007-3a5d-4eeb-9b07-9c75de5de155" + "WESTUS2:20211116T200507Z:72d4923a-4970-451b-bde2-4182a6e0fc17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:26 GMT" - ], "Content-Length": [ - "4556" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1357,19 +1357,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb5552\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a8f74c4-68bc-4626-9398-de282867836c\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip1558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/frontendIPConfigurations/feip1558\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap3062\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr6324\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/frontendIPConfigurations/feip1558\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2707\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb7075\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d5b0550-d980-4472-a861-1394bf741918\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4467\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/frontendIPConfigurations/feip4467\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7239\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr3457\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/frontendIPConfigurations/feip4467\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2803\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI1NTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3MDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1377,42 +1377,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1839a49e-ace3-42be-a937-91ec60bbd5b5\"" + "W/\"cea674c0-82f5-40cd-9bd3-44efb938f50d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ae2e5f1e-0d11-4abd-a00f-a538db75f38f" + "d8ee6966-51e4-4080-af70-58bcfcc58207" ], "x-ms-correlation-request-id": [ - "45c80c56-c1ea-4bca-a5e8-1fbbfdcd9d55" + "8a6fe06e-52ab-45cd-b324-4102a2fe05fc" ], "x-ms-arm-service-request-id": [ - "889b8e6b-5a3b-4195-8409-d71f7e80945e" + "14a6d33e-602f-4727-bc29-62a0fe0e62ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064427Z:45c80c56-c1ea-4bca-a5e8-1fbbfdcd9d55" + "WESTUS2:20211116T200507Z:8a6fe06e-52ab-45cd-b324-4102a2fe05fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:26 GMT" - ], "Content-Length": [ - "4556" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1421,25 +1421,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb5552\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a8f74c4-68bc-4626-9398-de282867836c\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip1558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/frontendIPConfigurations/feip1558\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap3062\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr6324\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/frontendIPConfigurations/feip1558\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2707\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb7075\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d5b0550-d980-4472-a861-1394bf741918\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4467\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/frontendIPConfigurations/feip4467\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7239\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr3457\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/frontendIPConfigurations/feip4467\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2803\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI1NTUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI3MDc1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fd30660-4b33-4bb1-af13-78ff3402e27e" + "c5061f6b-e1d1-4904-b937-a2a4642e192a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1447,42 +1447,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1839a49e-ace3-42be-a937-91ec60bbd5b5\"" + "W/\"cea674c0-82f5-40cd-9bd3-44efb938f50d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4a8141bc-099f-49bb-ae46-fa9d6b256d7e" + "01ecf439-ccbb-4aa4-aa67-f2fa21471fd4" ], "x-ms-correlation-request-id": [ - "6d45b052-ed1d-4f4e-bcc0-f82c17ed8e37" + "5c097e4a-294d-4122-aaf6-02545d96ac53" ], "x-ms-arm-service-request-id": [ - "2abead8f-2ab4-4bf3-baa4-3396cf30852f" + "4667b479-a76e-4e46-b268-b59319e56dc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064427Z:6d45b052-ed1d-4f4e-bcc0-f82c17ed8e37" + "WESTUS2:20211116T200508Z:5c097e4a-294d-4122-aaf6-02545d96ac53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:26 GMT" - ], "Content-Length": [ - "4556" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,46 +1491,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb5552\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5a8f74c4-68bc-4626-9398-de282867836c\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip1558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/frontendIPConfigurations/feip1558\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/publicIPAddresses/pip899\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap3062\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr6324\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/frontendIPConfigurations/feip1558\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2707\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\",\r\n \"etag\": \"W/\\\"1839a49e-ace3-42be-a937-91ec60bbd5b5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/loadBalancingRules/lbr6324\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb7075\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d5b0550-d980-4472-a861-1394bf741918\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip4467\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/frontendIPConfigurations/feip4467\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/publicIPAddresses/pip6979\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap7239\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr3457\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/frontendIPConfigurations/feip4467\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp2803\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\",\r\n \"etag\": \"W/\\\"cea674c0-82f5-40cd-9bd3-44efb938f50d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/loadBalancingRules/lbr3457\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3251da6a-1d3d-4614-afa3-7ebc2117f5af" + "06bbf85e-3cde-4545-9573-727dc8b2b8a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2157" + "2158" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1545,29 +1552,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fefd033e-98d2-4907-af10-02707a7a3cec" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "372bdfe8-97e9-40a2-b202-6c0dbb868955" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "367af5ae-fb8e-4b3d-9d50-967e081a56fa" + "9583ed45-c5d0-497d-ae00-302f66c652e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064429Z:367af5ae-fb8e-4b3d-9d50-967e081a56fa" + "WESTUS2:20211116T200511Z:9583ed45-c5d0-497d-ae00-302f66c652e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:29 GMT" - ], "Content-Length": [ - "3786" + "3787" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1576,52 +1576,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d7fb0e5e-1f58-4c10-a139-6c0e534af376" + "44bdac38-2da1-45c5-a5f1-98a4dddcdeb8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2221" + "2222" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:08 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/e672efd7-f19a-4c40-8c4f-99483f35232f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/10c69c83-6280-4c3f-b1a6-f0da401bdd57?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -1630,29 +1637,107 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e672efd7-f19a-4c40-8c4f-99483f35232f" + "10c69c83-6280-4c3f-b1a6-f0da401bdd57" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "278372cf-f660-43d2-b609-2656fcc7e44e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201508Z:278372cf-f660-43d2-b609-2656fcc7e44e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3916" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"replace\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5f683bed-c37d-4685-8b41-cfc7f9be2e3c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2287" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/419af161-e14f-4d67-abd8-3136d57c8256?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "419af161-e14f-4d67-abd8-3136d57c8256" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "878dff5d-15f2-4aac-845b-fad7fa61fae0" + "c2076944-1baf-432c-bc9d-fbc0145bac61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065424Z:878dff5d-15f2-4aac-845b-fad7fa61fae0" + "WESTUS2:20211116T201521Z:c2076944-1baf-432c-bc9d-fbc0145bac61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:23 GMT" - ], "Content-Length": [ - "3881" + "3916" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1661,52 +1746,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e81d5f29-f9df-4241-9220-cb47969efd61" + "ccad8530-ba2d-4d74-8b79-67f18d368e6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2252" + "2158" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:32 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8578f6dc-7646-4a27-acd1-3c552e243c09?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/07a386a6-6899-418a-add6-d85f635b1cfe?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;57,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -1715,29 +1807,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8578f6dc-7646-4a27-acd1-3c552e243c09" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07a386a6-6899-418a-add6-d85f635b1cfe" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "f435e8f1-0819-40c0-a736-43e6fa1d51ed" + "326097c9-3533-40ab-9292-a7371a5319bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065435Z:f435e8f1-0819-40c0-a736-43e6fa1d51ed" + "WESTUS2:20211116T201533Z:326097c9-3533-40ab-9292-a7371a5319bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:35 GMT" - ], "Content-Length": [ - "3881" + "3916" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,52 +1831,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "44f3b9b4-f9a9-45a5-9820-0b5cfaee35be" + "91768ad9-2f9d-4230-a347-0691f772fbd7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2157" + "2223" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fdc23175-9a62-42b0-8096-e9e394d6cc6a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/0fa2bd3d-254f-4eb1-b21b-dd77970a7aa3?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;57,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;56,Microsoft.Compute/CreateVMScaleSet30Min;295,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -1800,29 +1892,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fdc23175-9a62-42b0-8096-e9e394d6cc6a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0fa2bd3d-254f-4eb1-b21b-dd77970a7aa3" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "f461d433-d042-4f22-88bc-ff9387648074" + "d2d3f3ee-e123-494f-b0a6-fa3dd3546c31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065446Z:f461d433-d042-4f22-88bc-ff9387648074" + "WESTUS2:20211116T201545Z:d2d3f3ee-e123-494f-b0a6-fa3dd3546c31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:46 GMT" - ], "Content-Length": [ - "3881" + "3917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1831,52 +1916,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"restart\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "93d99fa1-0396-4377-85f0-522c7d84d59c" + "d60f47e8-3210-4bb5-9fb3-bd2085c8e2ee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2222" + "2287" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/e1406e0c-3516-490c-b64a-d46d1a63e6a4?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/a069f51e-fbd8-4a14-ae1f-ad34e19bb502?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;56,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;55,Microsoft.Compute/CreateVMScaleSet30Min;294,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -1885,29 +1977,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1406e0c-3516-490c-b64a-d46d1a63e6a4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a069f51e-fbd8-4a14-ae1f-ad34e19bb502" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "17f497f0-76ed-4cc7-ae08-ed52ec0e98a4" + "a0053215-1a2d-4c73-bd97-55e4a62c16fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065457Z:17f497f0-76ed-4cc7-ae08-ed52ec0e98a4" + "WESTUS2:20211116T201557Z:a0053215-1a2d-4c73-bd97-55e4a62c16fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:57 GMT" - ], "Content-Length": [ - "3882" + "3916" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1916,62 +2001,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Restart\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVmZDAzM2UtOThkMi00OTA3LWFmMTAtMDI3MDdhN2EzY2VjP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "cb4a1e92-0267-46fb-882c-6ec8e0daa8b7" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2223" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:09 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ - "97" + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/ee72699b-6fa0-4174-81d8-77d716fc0505?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/CreateVMScaleSet3Min;54,Microsoft.Compute/CreateVMScaleSet30Min;293,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7611e816-496c-4fce-9172-e916ca4a2217" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ee72699b-6fa0-4174-81d8-77d716fc0505" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" ], "x-ms-correlation-request-id": [ - "a20e32eb-7fa8-497a-8027-33c918e49eea" + "288715fa-e6de-4040-b026-bb6a6c3b714e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064439Z:a20e32eb-7fa8-497a-8027-33c918e49eea" + "WESTUS2:20211116T201610Z:288715fa-e6de-4040-b026-bb6a6c3b714e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:44:39 GMT" - ], "Content-Length": [ - "134" + "3917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1980,59 +2086,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:44:27.8951284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fefd033e-98d2-4907-af10-02707a7a3cec\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Restart\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVmZDAzM2UtOThkMi00OTA3LWFmMTAtMDI3MDdhN2EzY2VjP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"reimage\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "c1c8fbf5-7b6d-4902-afe5-8eba245f43da" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2287" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:21 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/7cb17d34-b039-4df6-a188-dfd707de42ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/CreateVMScaleSet3Min;53,Microsoft.Compute/CreateVMScaleSet30Min;292,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f8e4c6e8-c7ed-4f9f-8aac-13e7cbd2fe0f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7cb17d34-b039-4df6-a188-dfd707de42ff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" ], "x-ms-correlation-request-id": [ - "4cb32488-fafe-472e-ba6a-f1cc41a3c8bd" + "d8274de2-dfd6-4352-9ea6-f86d6904f658" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064616Z:4cb32488-fafe-472e-ba6a-f1cc41a3c8bd" + "WESTUS2:20211116T201621Z:d8274de2-dfd6-4352-9ea6-f86d6904f658" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:46:16 GMT" - ], "Content-Length": [ - "134" + "3916" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2041,59 +2171,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:44:27.8951284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fefd033e-98d2-4907-af10-02707a7a3cec\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Reimage\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVmZDAzM2UtOThkMi00OTA3LWFmMTAtMDI3MDdhN2EzY2VjP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "370b1b7b-a3cc-4183-9bb8-34cd2ce23c06" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2223" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:33 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/d2eba10c-e362-46f7-80ce-2d6667dceacd?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/CreateVMScaleSet3Min;52,Microsoft.Compute/CreateVMScaleSet30Min;291,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "81b8ae86-86ab-43ed-9d18-8bab6fd20156" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d2eba10c-e362-46f7-80ce-2d6667dceacd" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" ], "x-ms-correlation-request-id": [ - "62be4966-ef9e-4d72-9bbf-edf929f9d5f9" + "12ee31de-6920-4af8-9484-f6dc5aff0f79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064753Z:62be4966-ef9e-4d72-9bbf-edf929f9d5f9" + "WESTUS2:20211116T201633Z:12ee31de-6920-4af8-9484-f6dc5aff0f79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:47:53 GMT" - ], "Content-Length": [ - "134" + "3917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2102,59 +2256,1001 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:44:27.8951284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fefd033e-98d2-4907-af10-02707a7a3cec\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Reimage\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVmZDAzM2UtOThkMi00OTA3LWFmMTAtMDI3MDdhN2EzY2VjP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzcyYmRmZTgtOTdlOS00MGEyLWIyMDItNmMwZGJiODY4OTU1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:05:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "97" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3fd541e9-49d4-424e-bef1-d75e78829e94" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a0a58f59-cc4e-4aed-8f36-6e59d22e98f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T200521Z:a0a58f59-cc4e-4aed-8f36-6e59d22e98f6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:05:10.0565599-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"372bdfe8-97e9-40a2-b202-6c0dbb868955\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzcyYmRmZTgtOTdlOS00MGEyLWIyMDItNmMwZGJiODY4OTU1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:06:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b7ec0e31-ce8e-46ff-82f8-03803f36d740" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "e216b5f4-83cd-4f2c-a19c-84b40545d0a9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T200658Z:e216b5f4-83cd-4f2c-a19c-84b40545d0a9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:05:10.0565599-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"372bdfe8-97e9-40a2-b202-6c0dbb868955\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzcyYmRmZTgtOTdlOS00MGEyLWIyMDItNmMwZGJiODY4OTU1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:08:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "48491815-8389-448b-b4ea-5eaefac42997" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "dca137c8-43d6-424b-a8b1-c6b8c27d46b0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T200836Z:dca137c8-43d6-424b-a8b1-c6b8c27d46b0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:05:10.0565599-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"372bdfe8-97e9-40a2-b202-6c0dbb868955\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzcyYmRmZTgtOTdlOS00MGEyLWIyMDItNmMwZGJiODY4OTU1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:10:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a7d0cc92-827c-464f-96b0-afc3fe98367a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "144ad528-0aaf-4af3-a830-29de2ca783e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201013Z:144ad528-0aaf-4af3-a830-29de2ca783e4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:05:10.0565599-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"372bdfe8-97e9-40a2-b202-6c0dbb868955\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzcyYmRmZTgtOTdlOS00MGEyLWIyMDItNmMwZGJiODY4OTU1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:11:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "82d130ac-b6ae-45ef-94f9-f4c576225f50" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "819482ff-bf82-434c-ac6d-483b140282a1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201150Z:819482ff-bf82-434c-ac6d-483b140282a1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:05:10.0565599-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"372bdfe8-97e9-40a2-b202-6c0dbb868955\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzcyYmRmZTgtOTdlOS00MGEyLWIyMDItNmMwZGJiODY4OTU1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:13:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e546ba8a-03e5-4f27-af11-0af20164629a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "deb49e3f-04e6-4b2e-a998-0e5a25769d5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201327Z:deb49e3f-04e6-4b2e-a998-0e5a25769d5a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:05:10.0565599-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"372bdfe8-97e9-40a2-b202-6c0dbb868955\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/372bdfe8-97e9-40a2-b202-6c0dbb868955?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzcyYmRmZTgtOTdlOS00MGEyLWIyMDItNmMwZGJiODY4OTU1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a1f5abb4-b509-4902-af44-6099654d61fd" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "f04f0c90-d378-4101-a979-e809ee49121f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201505Z:f04f0c90-d378-4101-a979-e809ee49121f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:05:10.0565599-08:00\",\r\n \"endTime\": \"2021-11-16T12:14:21.2760711-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"372bdfe8-97e9-40a2-b202-6c0dbb868955\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2596" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1947720a-542c-4d1a-8e00-f36108daa24e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "31aedd15-9034-418a-8f4b-8d075a9112cb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201505Z:31aedd15-9034-418a-8f4b-8d075a9112cb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3788" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bed18f0a-6f39-4b6b-bcdb-0927f0d03d8d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2595" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a2784f29-bf4f-4644-8a77-52cfd8289a18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "088b302d-69b6-4fb8-9281-d9eb3744e940" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201505Z:088b302d-69b6-4fb8-9281-d9eb3744e940" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3788" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2590" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "aed0bc75-de5b-4a23-bd50-575bf7742c28" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "4792dcc5-47df-4b95-81d8-53beebc05124" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201519Z:4792dcc5-47df-4b95-81d8-53beebc05124" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29105b51-c96a-4ae9-ac8e-316fc9361d82" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;391,Microsoft.Compute/GetVMScaleSet30Min;2589" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "90fa88e0-1083-426c-b21c-4382eb1e7f03" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "299b5c81-c516-4611-bdad-c2dd74b7b491" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201519Z:299b5c81-c516-4611-bdad-c2dd74b7b491" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2586" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "550d6d18-b858-4b56-8a74-b60f97bec370" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "2d22d49e-e433-4300-83c4-489db86dc25f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201531Z:2d22d49e-e433-4300-83c4-489db86dc25f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4a021e50-bd96-4529-a441-212fec81169a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2585" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ca43e065-ce62-48d0-b83a-e26e47d1b014" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "66dc1b87-7c14-4f34-b984-7ba745aeb0cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201531Z:66dc1b87-7c14-4f34-b984-7ba745aeb0cd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;382,Microsoft.Compute/GetVMScaleSet30Min;2580" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "39339054-b6f4-4ef7-9402-ade74007ed78" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "196e2c67-7aaa-4e59-9831-1f09c2a1623a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201543Z:196e2c67-7aaa-4e59-9831-1f09c2a1623a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c061e0ee-747c-4f2b-a705-624a04017a3c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;381,Microsoft.Compute/GetVMScaleSet30Min;2579" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d344b63b-049d-4e17-8df9-3c27a90b5d63" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "f1447c91-e0b3-46c1-8b63-6ec3a490b15a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211116T201543Z:f1447c91-e0b3-46c1-8b63-6ec3a490b15a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 20:15:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetVMScaleSet3Min;377,Microsoft.Compute/GetVMScaleSet30Min;2575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61fda25e-e96b-4525-8aec-1467dbddca8e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6e925bd3-caef-4350-b2a6-e50e046132d2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-correlation-request-id": [ - "d36ad912-b835-45ef-ae8e-956aab642215" + "544ab72e-8a20-428b-99da-46745f1e4d4d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064931Z:d36ad912-b835-45ef-ae8e-956aab642215" + "WESTUS2:20211116T201555Z:544ab72e-8a20-428b-99da-46745f1e4d4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:49:30 GMT" - ], "Content-Length": [ - "134" + "3918" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2163,59 +3259,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:44:27.8951284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fefd033e-98d2-4907-af10-02707a7a3cec\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVmZDAzM2UtOThkMi00OTA3LWFmMTAtMDI3MDdhN2EzY2VjP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a178507f-b5d0-41af-ae80-c43b8a12b1e6" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetVMScaleSet3Min;376,Microsoft.Compute/GetVMScaleSet30Min;2574" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec2a15fd-be71-4645-ab70-79226816658b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "de4051dd-0cb4-4201-8535-7a58e1a74a7c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-correlation-request-id": [ - "0e567916-db76-4e69-832a-4e518b815495" + "ffd8ac8a-cc83-447d-a807-6473464426dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065108Z:0e567916-db76-4e69-832a-4e518b815495" + "WESTUS2:20211116T201555Z:ffd8ac8a-cc83-447d-a807-6473464426dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:51:07 GMT" - ], "Content-Length": [ - "134" + "3918" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2224,59 +3326,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:44:27.8951284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fefd033e-98d2-4907-af10-02707a7a3cec\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Replace\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVmZDAzM2UtOThkMi00OTA3LWFmMTAtMDI3MDdhN2EzY2VjP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetVMScaleSet3Min;372,Microsoft.Compute/GetVMScaleSet30Min;2570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "102ec602-0e73-4cd0-962b-8d5566164a22" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "450a387f-69df-4570-90dd-9d98bac76ec4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11983" ], "x-ms-correlation-request-id": [ - "709b8626-db6d-488a-92d8-8f4479a6fac7" + "f7621090-becf-4df5-a840-5abae75b877c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065245Z:709b8626-db6d-488a-92d8-8f4479a6fac7" + "WESTUS2:20211116T201607Z:f7621090-becf-4df5-a840-5abae75b877c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:52:44 GMT" - ], "Content-Length": [ - "134" + "3917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2285,59 +3387,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:44:27.8951284+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fefd033e-98d2-4907-af10-02707a7a3cec\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Restart\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fefd033e-98d2-4907-af10-02707a7a3cec?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmVmZDAzM2UtOThkMi00OTA3LWFmMTAtMDI3MDdhN2EzY2VjP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "566178fa-8e34-46aa-a8b8-34923ab4b2e4" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetVMScaleSet3Min;371,Microsoft.Compute/GetVMScaleSet30Min;2569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4a5bc244-8d46-47cf-8285-42bbf56caa62" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e0601a98-4e8c-4eeb-945f-b7bbd826aa61" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-correlation-request-id": [ - "c66e26af-9346-4a87-81e4-f84b8d167652" + "05f98930-77b8-4818-a956-45da07a3c4dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065422Z:c66e26af-9346-4a87-81e4-f84b8d167652" + "WESTUS2:20211116T201607Z:05f98930-77b8-4818-a956-45da07a3c4dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:21 GMT" - ], "Content-Length": [ - "184" + "3917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2346,59 +3454,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:44:27.8951284+00:00\",\r\n \"endTime\": \"2021-06-29T06:53:40.7899688+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fefd033e-98d2-4907-af10-02707a7a3cec\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Restart\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;367,Microsoft.Compute/GetVMScaleSet30Min;2565" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86714aa3-7ba2-48c1-9848-a12036b4272e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc36c0e8-206f-4f03-8a39-d75a21468185" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11980" ], "x-ms-correlation-request-id": [ - "dda5f8e0-127a-46d9-8602-1755b836500d" + "13b4a6d4-a979-4789-bea0-37880f6c64f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065422Z:dda5f8e0-127a-46d9-8602-1755b836500d" + "WESTUS2:20211116T201620Z:13b4a6d4-a979-4789-bea0-37880f6c64f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:21 GMT" - ], "Content-Length": [ - "3787" + "3918" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2407,65 +3515,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Restart\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14210ce1-03d0-40dc-b5fd-9ab2a266c269" + "e8e44bf4-747a-4c9e-be82-4787bcbc05f4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;366,Microsoft.Compute/GetVMScaleSet30Min;2564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5589160-0ba7-4d17-8c0c-42efeaf5ad69" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2835628a-6578-41b3-952a-017d5951e208" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11979" ], "x-ms-correlation-request-id": [ - "afd0e848-2dec-4709-a7a8-ec6e9bb060f6" + "9b3b0ec9-30b8-433e-99a2-e25e7a82a0a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065422Z:afd0e848-2dec-4709-a7a8-ec6e9bb060f6" + "WESTUS2:20211116T201620Z:9b3b0ec9-30b8-433e-99a2-e25e7a82a0a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:21 GMT" - ], "Content-Length": [ - "3787" + "3918" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2474,59 +3582,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Restart\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2593" + "Microsoft.Compute/GetVMScaleSet3Min;362,Microsoft.Compute/GetVMScaleSet30Min;2560" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8658a0e7-ad33-40b2-b2e6-1ec0c39defe1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "53e3b766-0e56-41f9-af34-0f8ae3bc9da0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11977" ], "x-ms-correlation-request-id": [ - "edc4aa27-6827-40d1-8ebb-dd477178d4c0" + "8975ba01-fc55-4dcb-afc5-617fbc35d913" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065434Z:edc4aa27-6827-40d1-8ebb-dd477178d4c0" + "WESTUS2:20211116T201632Z:8975ba01-fc55-4dcb-afc5-617fbc35d913" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:34 GMT" - ], "Content-Length": [ - "3882" + "3917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2535,65 +3643,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Reimage\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9792e20b-da93-4304-90c5-0e4265d0d41c" + "7c789509-bef2-4b2a-b85c-f10c3f3cbd8a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2592" + "Microsoft.Compute/GetVMScaleSet3Min;361,Microsoft.Compute/GetVMScaleSet30Min;2559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "373a03e6-29fa-4c02-bc18-a8639067db43" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "44449a18-16e6-4904-93c3-4f04a7a8120a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11976" ], "x-ms-correlation-request-id": [ - "407ba63e-946b-4d36-9d5f-ab9f75cf999f" + "17c1f37a-6fb8-421d-8a40-65fb95cced0d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065434Z:407ba63e-946b-4d36-9d5f-ab9f75cf999f" + "WESTUS2:20211116T201632Z:17c1f37a-6fb8-421d-8a40-65fb95cced0d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:34 GMT" - ], "Content-Length": [ - "3882" + "3917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2602,59 +3710,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Reimage\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2588" + "Microsoft.Compute/GetVMScaleSet3Min;357,Microsoft.Compute/GetVMScaleSet30Min;2555" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "514266e0-29d3-4a50-9944-e55a64d82419" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8737a4a5-8143-49d3-852a-af322c8c07d9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11974" ], "x-ms-correlation-request-id": [ - "af04e834-0d86-4735-befd-c46069331db2" + "d0e63f82-20ee-4d6b-a429-c4c8b8777d89" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065445Z:af04e834-0d86-4735-befd-c46069331db2" + "WESTUS2:20211116T201644Z:d0e63f82-20ee-4d6b-a429-c4c8b8777d89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:45 GMT" - ], "Content-Length": [ - "3882" + "3918" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2663,65 +3771,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Reimage\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzUwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e34168f-0873-4377-adca-1220745c59c0" + "bf512212-da84-417f-9bf1-95628cab1be4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2587" + "Microsoft.Compute/GetVMScaleSet3Min;356,Microsoft.Compute/GetVMScaleSet30Min;2554" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afab19c9-8248-4d4d-b796-f1f63320a95f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0db3e1f8-5a80-49b5-97c8-39d02f7b9bbf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11973" ], "x-ms-correlation-request-id": [ - "590246a6-c53d-4449-a986-9b19711a24e4" + "8c531d2e-31aa-49b7-ab25-356a01cc0fe9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065445Z:590246a6-c53d-4449-a986-9b19711a24e4" + "WESTUS2:20211116T201644Z:8c531d2e-31aa-49b7-ab25-356a01cc0fe9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:45 GMT" - ], "Content-Length": [ - "3882" + "3918" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2730,59 +3838,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6350\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6350\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/probes/lbp2803\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5030\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig661\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/virtualNetworks/vn5227/subnets/sn6419\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3831/providers/Microsoft.Network/loadBalancers/lb7075/backendAddressPools/beap7239\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90500a4a-13e5-4ee6-b9fe-d7c12ad5add1\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\",\r\n \"repairAction\": \"Reimage\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/10c69c83-6280-4c3f-b1a6-f0da401bdd57?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTBjNjljODMtNjI4MC00YzNmLWIxYTYtZjBkYTQwMWJkZDU3P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;383,Microsoft.Compute/GetVMScaleSet30Min;2583" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b8f4055d-3df4-466c-a714-77ba9f967e1b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "86b1c3cd-69b9-4ebc-aea7-b9282cf4b751" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11996" ], "x-ms-correlation-request-id": [ - "10ba7b2b-10cc-4fe4-8c48-89fc176ca2b1" + "083ce52a-8924-443b-b483-61ea24ba1bf8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065456Z:10ba7b2b-10cc-4fe4-8c48-89fc176ca2b1" + "WESTUS2:20211116T201519Z:083ce52a-8924-443b-b483-61ea24ba1bf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:56 GMT" - ], "Content-Length": [ - "3882" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2791,65 +3899,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:15:07.6824171-08:00\",\r\n \"endTime\": \"2021-11-16T12:15:07.8386234-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"10c69c83-6280-4c3f-b1a6-f0da401bdd57\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/419af161-e14f-4d67-abd8-3136d57c8256?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDE5YWYxNjEtZTE0Zi00ZDY3LWFiZDgtMzEzNmQ1N2M4MjU2P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "e37a084f-b6f6-4561-9d27-1fa197060783" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;382,Microsoft.Compute/GetVMScaleSet30Min;2582" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d22eb995-4bb5-4a9b-a24f-63133d587f19" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d05c3394-0625-44ca-9de7-03bee1b1e354" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11993" ], "x-ms-correlation-request-id": [ - "f7a79863-f22a-4f38-8a4d-e425d0cad20c" + "55706564-5260-4cf4-b85e-3147dbb7b71a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065456Z:f7a79863-f22a-4f38-8a4d-e425d0cad20c" + "WESTUS2:20211116T201531Z:55706564-5260-4cf4-b85e-3147dbb7b71a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:56 GMT" - ], "Content-Length": [ - "3882" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2858,59 +3960,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:15:20.1355196-08:00\",\r\n \"endTime\": \"2021-11-16T12:15:20.291767-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"419af161-e14f-4d67-abd8-3136d57c8256\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/07a386a6-6899-418a-add6-d85f635b1cfe?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDdhMzg2YTYtNjg5OS00MThhLWFkZDYtZDg1ZjYzNWIxY2ZlP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;378,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7c04779e-a91d-4914-9a1b-29fd44f38afd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3e64f32f-acdd-4dea-88b5-69b2a869dc6d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11990" ], "x-ms-correlation-request-id": [ - "e1a00144-9677-4598-a5c6-62bd04e347a7" + "76d91cc4-7f40-45ee-90b1-54200bfde92d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065507Z:e1a00144-9677-4598-a5c6-62bd04e347a7" + "WESTUS2:20211116T201543Z:76d91cc4-7f40-45ee-90b1-54200bfde92d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:55:07 GMT" - ], "Content-Length": [ - "3883" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2919,65 +4021,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:15:32.4324041-08:00\",\r\n \"endTime\": \"2021-11-16T12:15:32.5886473-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"07a386a6-6899-418a-add6-d85f635b1cfe\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NzMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/0fa2bd3d-254f-4eb1-b21b-dd77970a7aa3?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMGZhMmJkM2QtMjU0Zi00ZWIxLWIyMWItZGQ3Nzk3MGE3YWEzP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "fecb571b-dd58-4e79-bbe4-17cf07b8352d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:15:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;377,Microsoft.Compute/GetVMScaleSet30Min;2577" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "26fe40fc-dc2d-4bca-86d8-cdd879ef4bb5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b6ffb470-3b0c-4eb6-a7c6-60c9a6ad5099" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11987" ], "x-ms-correlation-request-id": [ - "cdbddcef-7838-4978-884d-ea77aef2a189" + "a4737449-fc6d-4f3f-b59e-ef5f49f509b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065507Z:cdbddcef-7838-4978-884d-ea77aef2a189" + "WESTUS2:20211116T201555Z:a4737449-fc6d-4f3f-b59e-ef5f49f509b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:55:07 GMT" - ], "Content-Length": [ - "3883" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2986,57 +4082,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7731\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7731\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/probes/lbp2707\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2236\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5937\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/virtualNetworks/vn5372/subnets/sn92\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6412/providers/Microsoft.Network/loadBalancers/lb5552/backendAddressPools/beap3062\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"50ae9b94-306d-428e-8aec-626a35a0c908\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": false,\r\n \"gracePeriod\": \"PT35M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:15:44.2761648-08:00\",\r\n \"endTime\": \"2021-11-16T12:15:44.4324167-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0fa2bd3d-254f-4eb1-b21b-dd77970a7aa3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/e672efd7-f19a-4c40-8c4f-99483f35232f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTY3MmVmZDctZjE5YS00YzQwLThjNGYtOTk0ODNmMzUyMzJmP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/a069f51e-fbd8-4a14-ae1f-ad34e19bb502?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTA2OWY1MWUtZmJkOC00YTE0LWFlMWYtYWQzNGUxOWJiNTAyP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2a78aaa-cc80-4bed-a4b5-c2e60acf2d03" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4014791b-40c5-4017-9075-4c9b19a720c1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-correlation-request-id": [ - "7745a49d-e614-4d8b-a9b5-2c83522f5a48" + "edd98144-b2dd-45a3-971f-b2fb94a35403" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065434Z:7745a49d-e614-4d8b-a9b5-2c83522f5a48" + "WESTUS2:20211116T201607Z:edd98144-b2dd-45a3-971f-b2fb94a35403" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:34 GMT" - ], "Content-Length": [ "184" ], @@ -3047,57 +4143,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:54:23.7433531+00:00\",\r\n \"endTime\": \"2021-06-29T06:54:24.2433472+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e672efd7-f19a-4c40-8c4f-99483f35232f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:15:56.5262251-08:00\",\r\n \"endTime\": \"2021-11-16T12:15:56.6667927-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a069f51e-fbd8-4a14-ae1f-ad34e19bb502\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/8578f6dc-7646-4a27-acd1-3c552e243c09?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODU3OGY2ZGMtNzY0Ni00YTI3LWFjZDEtM2M1NTJlMjQzYzA5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/ee72699b-6fa0-4174-81d8-77d716fc0505?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWU3MjY5OWItNmZhMC00MTc0LTgxZDgtNzdkNzE2ZmMwNTA1P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6546c58b-52a1-448c-8d89-295f8e205a70" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "21419670-0dde-4c42-8d0d-5ecb7e43cc53" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-correlation-request-id": [ - "bab10576-84fb-48af-bab4-27164f477704" + "c55ca847-034a-43a9-932b-c169cdbf683a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065445Z:bab10576-84fb-48af-bab4-27164f477704" + "WESTUS2:20211116T201620Z:c55ca847-034a-43a9-932b-c169cdbf683a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:45 GMT" - ], "Content-Length": [ "184" ], @@ -3108,57 +4204,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:54:35.1028012+00:00\",\r\n \"endTime\": \"2021-06-29T06:54:35.2434124+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8578f6dc-7646-4a27-acd1-3c552e243c09\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:16:08.8855793-08:00\",\r\n \"endTime\": \"2021-11-16T12:16:09.0418207-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ee72699b-6fa0-4174-81d8-77d716fc0505\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fdc23175-9a62-42b0-8096-e9e394d6cc6a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmRjMjMxNzUtOWE2Mi00MmIwLTgwOTYtZTllMzk0ZDZjYzZhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/7cb17d34-b039-4df6-a188-dfd707de42ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvN2NiMTdkMzQtYjAzOS00ZGY2LWExODgtZGZkNzA3ZGU0MmZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:31 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29987" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2fd3b085-6620-4afb-b7f4-0cf82de82001" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29974" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9b7d35e6-f352-4055-a3e2-f6068eb003aa" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11978" ], "x-ms-correlation-request-id": [ - "50548399-064e-4c27-90c6-64d2d268395b" + "1a46f93d-6149-4fd0-aa99-36aa281b6af9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065456Z:50548399-064e-4c27-90c6-64d2d268395b" + "WESTUS2:20211116T201632Z:1a46f93d-6149-4fd0-aa99-36aa281b6af9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:54:56 GMT" - ], "Content-Length": [ "184" ], @@ -3169,57 +4265,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:54:46.0403437+00:00\",\r\n \"endTime\": \"2021-06-29T06:54:46.2434569+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fdc23175-9a62-42b0-8096-e9e394d6cc6a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:16:21.3230996-08:00\",\r\n \"endTime\": \"2021-11-16T12:16:21.4637025-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7cb17d34-b039-4df6-a188-dfd707de42ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/e1406e0c-3516-490c-b64a-d46d1a63e6a4?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTE0MDZlMGMtMzUxNi00OTBjLWI2NGEtZDQ2ZDFhNjNlNmE0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/d2eba10c-e362-46f7-80ce-2d6667dceacd?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDJlYmExMGMtZTM2Mi00NmY3LTgwY2UtMmQ2NjY3ZGNlYWNkP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa59c368-4164-4908-b0f5-1a8b002585e0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4c2878ec-8381-4fcd-8b6f-f87748d50e6e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11975" ], "x-ms-correlation-request-id": [ - "923c87de-e258-45aa-a50e-e5072e835ee0" + "370fab1d-cae4-4b55-a28a-624797d6992d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065507Z:923c87de-e258-45aa-a50e-e5072e835ee0" + "WESTUS2:20211116T201644Z:370fab1d-cae4-4b55-a28a-624797d6992d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:55:07 GMT" - ], "Content-Length": [ "184" ], @@ -3230,25 +4326,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:54:57.0092021+00:00\",\r\n \"endTime\": \"2021-06-29T06:54:57.1498214+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e1406e0c-3516-490c-b64a-d46d1a63e6a4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T12:16:33.1512555-08:00\",\r\n \"endTime\": \"2021-11-16T12:16:33.3231005-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d2eba10c-e362-46f7-80ce-2d6667dceacd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6412?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0MTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar3831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM4MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a85c7f6-bef0-45c3-b553-15d36edb6cd8" + "9d84bd87-5175-48ca-8c81-015a21001e8d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3256,11 +4352,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:16:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3269,13 +4368,13 @@ "14999" ], "x-ms-request-id": [ - "1aa99a57-1414-47b5-ad8f-1333b4a62624" + "f35bd2ab-a7af-4472-bfba-f7b1e0bcdb55" ], "x-ms-correlation-request-id": [ - "1aa99a57-1414-47b5-ad8f-1333b4a62624" + "f35bd2ab-a7af-4472-bfba-f7b1e0bcdb55" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065507Z:1aa99a57-1414-47b5-ad8f-1333b4a62624" + "WESTUS2:20211116T201645Z:f35bd2ab-a7af-4472-bfba-f7b1e0bcdb55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3283,29 +4382,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:55:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3313,11 +4409,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3326,13 +4425,13 @@ "11999" ], "x-ms-request-id": [ - "9e49289b-7a05-4e00-bd17-0f1285d94705" + "b29a02f2-f347-4937-a925-ac1b6749cb42" ], "x-ms-correlation-request-id": [ - "9e49289b-7a05-4e00-bd17-0f1285d94705" + "b29a02f2-f347-4937-a925-ac1b6749cb42" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065522Z:9e49289b-7a05-4e00-bd17-0f1285d94705" + "WESTUS2:20211116T201701Z:b29a02f2-f347-4937-a925-ac1b6749cb42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3340,29 +4439,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:55:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3370,11 +4466,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3383,13 +4482,13 @@ "11998" ], "x-ms-request-id": [ - "7271cea4-8943-456d-9636-d21c76f19a6f" + "39e4d5ef-ea7e-43db-8af1-82329b11fa28" ], "x-ms-correlation-request-id": [ - "7271cea4-8943-456d-9636-d21c76f19a6f" + "39e4d5ef-ea7e-43db-8af1-82329b11fa28" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065538Z:7271cea4-8943-456d-9636-d21c76f19a6f" + "WESTUS2:20211116T201716Z:39e4d5ef-ea7e-43db-8af1-82329b11fa28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3397,29 +4496,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:55:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3427,11 +4523,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3440,13 +4539,13 @@ "11997" ], "x-ms-request-id": [ - "da5cdc3e-0c2b-474a-b0db-c7f790fa7f5f" + "69076c1b-718b-4234-bc52-23a2dd584bb6" ], "x-ms-correlation-request-id": [ - "da5cdc3e-0c2b-474a-b0db-c7f790fa7f5f" + "69076c1b-718b-4234-bc52-23a2dd584bb6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065553Z:da5cdc3e-0c2b-474a-b0db-c7f790fa7f5f" + "WESTUS2:20211116T201731Z:69076c1b-718b-4234-bc52-23a2dd584bb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3454,29 +4553,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:55:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3484,11 +4580,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:17:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3497,13 +4596,13 @@ "11996" ], "x-ms-request-id": [ - "f1536523-ab2a-42dd-9f49-eb73ffef2f8c" + "f29e0287-fc8a-4c3e-a732-51fc76a92103" ], "x-ms-correlation-request-id": [ - "f1536523-ab2a-42dd-9f49-eb73ffef2f8c" + "f29e0287-fc8a-4c3e-a732-51fc76a92103" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065608Z:f1536523-ab2a-42dd-9f49-eb73ffef2f8c" + "WESTUS2:20211116T201746Z:f29e0287-fc8a-4c3e-a732-51fc76a92103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3511,29 +4610,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:56:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3541,11 +4637,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3554,13 +4653,13 @@ "11995" ], "x-ms-request-id": [ - "224106d1-4aa4-41a8-9f2b-6aeeffc7f19c" + "14b17d53-3aa4-43e9-898d-cdb8611cd06c" ], "x-ms-correlation-request-id": [ - "224106d1-4aa4-41a8-9f2b-6aeeffc7f19c" + "14b17d53-3aa4-43e9-898d-cdb8611cd06c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065623Z:224106d1-4aa4-41a8-9f2b-6aeeffc7f19c" + "WESTUS2:20211116T201801Z:14b17d53-3aa4-43e9-898d-cdb8611cd06c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3568,29 +4667,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:56:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3598,11 +4694,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3611,13 +4710,13 @@ "11994" ], "x-ms-request-id": [ - "3e07a6f3-685d-4569-ab31-edf6e2726459" + "a43cccdf-99a5-416d-81d5-688f3dc0a79b" ], "x-ms-correlation-request-id": [ - "3e07a6f3-685d-4569-ab31-edf6e2726459" + "a43cccdf-99a5-416d-81d5-688f3dc0a79b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065638Z:3e07a6f3-685d-4569-ab31-edf6e2726459" + "WESTUS2:20211116T201816Z:a43cccdf-99a5-416d-81d5-688f3dc0a79b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3625,29 +4724,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:56:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3655,11 +4751,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3668,13 +4767,13 @@ "11993" ], "x-ms-request-id": [ - "6c6eef3e-3ee3-48c2-854a-23a21297409b" + "56557645-3085-4552-aca8-2a94b9229e77" ], "x-ms-correlation-request-id": [ - "6c6eef3e-3ee3-48c2-854a-23a21297409b" + "56557645-3085-4552-aca8-2a94b9229e77" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065653Z:6c6eef3e-3ee3-48c2-854a-23a21297409b" + "WESTUS2:20211116T201832Z:56557645-3085-4552-aca8-2a94b9229e77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3682,29 +4781,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:56:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3712,11 +4808,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:18:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3725,13 +4824,13 @@ "11992" ], "x-ms-request-id": [ - "09312925-7470-46bb-a729-61276ffb67d4" + "e7f5541f-7da1-4e22-aadd-d57a73827454" ], "x-ms-correlation-request-id": [ - "09312925-7470-46bb-a729-61276ffb67d4" + "e7f5541f-7da1-4e22-aadd-d57a73827454" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065708Z:09312925-7470-46bb-a729-61276ffb67d4" + "WESTUS2:20211116T201847Z:e7f5541f-7da1-4e22-aadd-d57a73827454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3739,29 +4838,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:57:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3769,11 +4865,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:19:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3782,13 +4881,13 @@ "11991" ], "x-ms-request-id": [ - "90205548-a5f2-4555-8237-bb3eff214b73" + "f3dbb4e5-96f5-42f0-b327-dba67a4a911d" ], "x-ms-correlation-request-id": [ - "90205548-a5f2-4555-8237-bb3eff214b73" + "f3dbb4e5-96f5-42f0-b327-dba67a4a911d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065723Z:90205548-a5f2-4555-8237-bb3eff214b73" + "WESTUS2:20211116T201902Z:f3dbb4e5-96f5-42f0-b327-dba67a4a911d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3796,29 +4895,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:57:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3826,11 +4922,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:19:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3839,13 +4938,13 @@ "11990" ], "x-ms-request-id": [ - "af934c14-9ed9-4395-ae34-25a360480527" + "72c8b695-ba1f-4fb8-89c6-0816f330d18b" ], "x-ms-correlation-request-id": [ - "af934c14-9ed9-4395-ae34-25a360480527" + "72c8b695-ba1f-4fb8-89c6-0816f330d18b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065738Z:af934c14-9ed9-4395-ae34-25a360480527" + "WESTUS2:20211116T201917Z:72c8b695-ba1f-4fb8-89c6-0816f330d18b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3853,29 +4952,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:57:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3883,11 +4979,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:19:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3896,13 +4995,13 @@ "11989" ], "x-ms-request-id": [ - "bdd70591-3fed-4d69-aee1-2ee1e240ddc5" + "50026052-9cf3-40b4-b1ad-b0b136bb17b0" ], "x-ms-correlation-request-id": [ - "bdd70591-3fed-4d69-aee1-2ee1e240ddc5" + "50026052-9cf3-40b4-b1ad-b0b136bb17b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065753Z:bdd70591-3fed-4d69-aee1-2ee1e240ddc5" + "WESTUS2:20211116T201932Z:50026052-9cf3-40b4-b1ad-b0b136bb17b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3910,29 +5009,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:57:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3940,11 +5036,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:19:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3953,13 +5052,13 @@ "11988" ], "x-ms-request-id": [ - "d5488df6-a07c-4944-a38f-1b9712d222ea" + "d4e29c32-daee-463f-9daf-f99bfcb17326" ], "x-ms-correlation-request-id": [ - "d5488df6-a07c-4944-a38f-1b9712d222ea" + "d4e29c32-daee-463f-9daf-f99bfcb17326" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065808Z:d5488df6-a07c-4944-a38f-1b9712d222ea" + "WESTUS2:20211116T201947Z:d4e29c32-daee-463f-9daf-f99bfcb17326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3967,29 +5066,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:58:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3997,11 +5093,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:20:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4010,13 +5109,13 @@ "11987" ], "x-ms-request-id": [ - "54b3b6f2-12df-4207-825e-e6ecebb6d981" + "63d4bf59-45bb-433c-a932-ef93f5918eab" ], "x-ms-correlation-request-id": [ - "54b3b6f2-12df-4207-825e-e6ecebb6d981" + "63d4bf59-45bb-433c-a932-ef93f5918eab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065823Z:54b3b6f2-12df-4207-825e-e6ecebb6d981" + "WESTUS2:20211116T202003Z:63d4bf59-45bb-433c-a932-ef93f5918eab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4024,29 +5123,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:58:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4054,11 +5150,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:20:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4067,13 +5166,13 @@ "11986" ], "x-ms-request-id": [ - "d385592c-3b7c-4f58-9a7d-534df03340f5" + "37d841eb-5a34-4914-8b44-566a82b171df" ], "x-ms-correlation-request-id": [ - "d385592c-3b7c-4f58-9a7d-534df03340f5" + "37d841eb-5a34-4914-8b44-566a82b171df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065838Z:d385592c-3b7c-4f58-9a7d-534df03340f5" + "WESTUS2:20211116T202018Z:37d841eb-5a34-4914-8b44-566a82b171df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4081,29 +5180,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:58:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4111,11 +5207,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:20:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4124,13 +5223,13 @@ "11985" ], "x-ms-request-id": [ - "18595f00-88e9-490d-958e-65c3bd71abef" + "7be68bcc-d911-42d4-8a81-d2cb08a4cf25" ], "x-ms-correlation-request-id": [ - "18595f00-88e9-490d-958e-65c3bd71abef" + "7be68bcc-d911-42d4-8a81-d2cb08a4cf25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065853Z:18595f00-88e9-490d-958e-65c3bd71abef" + "WESTUS2:20211116T202033Z:7be68bcc-d911-42d4-8a81-d2cb08a4cf25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4138,86 +5237,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:58:52 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "1c4a0400-2358-4228-8d81-4d845f0c0578" - ], - "x-ms-correlation-request-id": [ - "1c4a0400-2358-4228-8d81-4d845f0c0578" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T065908Z:1c4a0400-2358-4228-8d81-4d845f0c0578" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:59:07 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4225,77 +5264,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "3eaa4a9a-e649-49eb-80f5-63f9ba5cb341" - ], - "x-ms-correlation-request-id": [ - "3eaa4a9a-e649-49eb-80f5-63f9ba5cb341" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T065923Z:3eaa4a9a-e649-49eb-80f5-63f9ba5cb341" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 06:59:23 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Tue, 16 Nov 2021 20:20:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11984" ], "x-ms-request-id": [ - "90c40460-d6d0-4699-aa69-503f0dfde386" + "8a24bf13-ef03-4b28-8d6b-80eee0b62272" ], "x-ms-correlation-request-id": [ - "90c40460-d6d0-4699-aa69-503f0dfde386" + "8a24bf13-ef03-4b28-8d6b-80eee0b62272" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065938Z:90c40460-d6d0-4699-aa69-503f0dfde386" + "WESTUS2:20211116T202048Z:8a24bf13-ef03-4b28-8d6b-80eee0b62272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4303,29 +5288,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:59:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDEyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRFeUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzODMxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6T0RNeExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4333,20 +5315,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:20:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11983" ], "x-ms-request-id": [ - "0a51f8bc-35f4-4461-a1bd-4414b982dc7c" + "4426c304-bbf3-47d3-98ce-5b959c9a0922" ], "x-ms-correlation-request-id": [ - "0a51f8bc-35f4-4461-a1bd-4414b982dc7c" + "4426c304-bbf3-47d3-98ce-5b959c9a0922" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T065938Z:0a51f8bc-35f4-4461-a1bd-4414b982dc7c" + "WESTUS2:20211116T202048Z:4426c304-bbf3-47d3-98ce-5b959c9a0922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4354,14 +5339,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:59:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -4370,37 +5352,37 @@ ], "Names": { "TestVMScaleSetScenarioOperations_AutomaticRepairsPolicyTest": [ - "crptestar6412", - "vmss7731", - "crptestar3552" + "crptestar3831", + "vmss6350", + "crptestar7705" ], "CreatePublicIP": [ - "pip899", - "dn4012" + "pip6979", + "dn487" ], "CreateVNET": [ - "vn5372", - "sn92" + "vn5227", + "sn6419" ], "CreateNIC": [ - "nic3216", - "ip1926" + "nic5541", + "ip2078" ], "CreatePublicLoadBalancerWithProbe": [ - "lb5552", - "feip1558", - "beap3062", - "lbr6324", - "lbp2707" + "lb7075", + "feip4467", + "beap7239", + "lbr3457", + "lbp2803" ], "CreateDefaultVMScaleSetInput": [ - "crptestar3964", - "vmss8306", - "vmsstestnetconfig2236", - "vmsstestnetconfig5937" + "crptestar4339", + "vmss8291", + "vmsstestnetconfig5030", + "vmsstestnetconfig661" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DiffDisks.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DiffDisks.json index 5c7e40fb2a934..2041d7e29e1f8 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DiffDisks.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DiffDisks.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2c3b2e5-0b79-4b8e-a43f-7d11cf3fb19e" + "5496e52c-d331-4ff8-b414-ec601130fc78" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "e3e9bfdb-86a8-451a-80e1-4f842f765ffa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6e50f75a-256b-48a6-989b-c396c0f61035" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "dda80bd4-ff1c-4538-a1b1-ead9608ea754" + "ff386a1a-d0ce-494d-bdd4-32caacf251fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060215Z:dda80bd4-ff1c-4538-a1b1-ead9608ea754" + "EASTUS2:20211117T123804Z:ff386a1a-d0ce-494d-bdd4-32caacf251fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:15 GMT" - ], "Content-Length": [ "307" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar691?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY5MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar281?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar691\": \"2021-06-29 06:02:15Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar281\": \"2021-11-17 12:38:04Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66d7db4e-4a32-4326-ba84-11d9a0a1e861" + "9e7076f0-e5f4-4e36-8d60-08e13e0d7047" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:04 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "982bebb9-80fb-4281-bde0-aa788dddb688" + "349f7bca-65e6-41ca-af8d-fc436527520f" ], "x-ms-correlation-request-id": [ - "982bebb9-80fb-4281-bde0-aa788dddb688" + "349f7bca-65e6-41ca-af8d-fc436527520f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060216Z:982bebb9-80fb-4281-bde0-aa788dddb688" + "EASTUS2:20211117T123804Z:349f7bca-65e6-41ca-af8d-fc436527520f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:16 GMT" - ], "Content-Length": [ "224" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691\",\r\n \"name\": \"crptestar691\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar691\": \"2021-06-29 06:02:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281\",\r\n \"name\": \"crptestar281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar281\": \"2021-11-17 12:38:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar691?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY5MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar281?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c936ab19-02d5-4751-bdc9-3a79791c1807" + "b090b36a-eb4b-4eca-9753-795d1b0a766f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:33 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "a06ed760-45f0-43cc-bd07-bfafda8f18ed" + "a9b6ef9a-fc30-4451-b43b-98b35a0e3da4" ], "x-ms-correlation-request-id": [ - "a06ed760-45f0-43cc-bd07-bfafda8f18ed" + "a9b6ef9a-fc30-4451-b43b-98b35a0e3da4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060246Z:a06ed760-45f0-43cc-bd07-bfafda8f18ed" + "EASTUS2:20211117T123834Z:a9b6ef9a-fc30-4451-b43b-98b35a0e3da4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:45 GMT" - ], "Content-Length": [ "177" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691\",\r\n \"name\": \"crptestar691\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281\",\r\n \"name\": \"crptestar281\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Storage/storageAccounts/crptestar2925?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjI5MjU/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Storage/storageAccounts/crptestar8331?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjgzMzE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a43699dd-f105-4c23-8b61-eb299964862b" + "2d22d334-dac7-40df-b5c1-a36e1f36c171" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/3415c88c-d4d6-4f36-9ab8-944bbae13b5c?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/75a715cb-7a72-4c1e-aabe-e2e948fd1d8e?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3415c88c-d4d6-4f36-9ab8-944bbae13b5c" + "75a715cb-7a72-4c1e-aabe-e2e948fd1d8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "394bac62-62e7-4aa2-a92d-8bf53679bd82" + "aa6b4a78-3640-403b-aaa1-bd3a9319c7cc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060218Z:394bac62-62e7-4aa2-a92d-8bf53679bd82" + "EASTUS2:20211117T123806Z:aa6b4a78-3640-403b-aaa1-bd3a9319c7cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:17 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/3415c88c-d4d6-4f36-9ab8-944bbae13b5c?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8zNDE1Yzg4Yy1kNGQ2LTRmMzYtOWFiOC05NDRiYmFlMTNiNWM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/75a715cb-7a72-4c1e-aabe-e2e948fd1d8e?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy83NWE3MTVjYi03YTcyLTRjMWUtYWFiZS1lMmU5NDhmZDFkOGU/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "faef8625-c121-4c54-a3af-2155f282e46c" + "c6756e8a-dfd5-4a60-868a-348b48d40772" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-correlation-request-id": [ - "34ddb108-b994-43b3-83b5-3d439eb730aa" + "0d767aad-f365-47c1-b103-98edbfd823af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060235Z:34ddb108-b994-43b3-83b5-3d439eb730aa" + "EASTUS2:20211117T123823Z:0d767aad-f365-47c1-b103-98edbfd823af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:34 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57fe7843-d5d0-4cba-8151-44b7f5efa414" + "32eb5def-1998-4b25-a8b4-dae28d3154e5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "396689fc-44a9-467b-99e5-7a5ea7097897" + "30bea175-958b-4bd1-9467-d7afce8ceeb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-correlation-request-id": [ - "6d7e2637-cffe-491d-855b-e470bfbc55f1" + "9eeeb782-0f68-4b97-bbb9-ab138b2a1f54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060245Z:6d7e2637-cffe-491d-855b-e470bfbc55f1" + "EASTUS2:20211117T123833Z:9eeeb782-0f68-4b97-bbb9-ab138b2a1f54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:44 GMT" - ], "Content-Length": [ "735" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Storage/storageAccounts/crptestar2925\",\r\n \"name\": \"crptestar2925\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:02:16.9116078Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2925.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2925.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2925.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2925.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Storage/storageAccounts/crptestar8331\",\r\n \"name\": \"crptestar8331\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:38:05.0912941Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8331.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8331.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8331.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8331.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Storage/storageAccounts/crptestar2925?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjI5MjU/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Storage/storageAccounts/crptestar8331?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjgzMzE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8bb579c-16f6-4cf8-8dc2-5410420f014b" + "eaa8230b-1dbf-4133-be08-5cb698b7c557" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "795b5ef3-3cd7-4726-8857-139514a2a35b" + "28bf4044-ab04-403b-a6f2-8c7ee07c0afc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-correlation-request-id": [ - "4d9a5108-0ce8-4e43-a1dd-9a9784401610" + "22c92d59-7c06-475f-a9df-a04da6e43af5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060245Z:4d9a5108-0ce8-4e43-a1dd-9a9784401610" + "EASTUS2:20211117T123833Z:22c92d59-7c06-475f-a9df-a04da6e43af5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:45 GMT" - ], "Content-Length": [ "723" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Storage/storageAccounts/crptestar2925\",\r\n \"name\": \"crptestar2925\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:02:16.9116078Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2925.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2925.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2925.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2925.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Storage/storageAccounts/crptestar8331\",\r\n \"name\": \"crptestar8331\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:38:05.0912941Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8331.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8331.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8331.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8331.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvVk1TY2FsZVNldERvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvVk1TY2FsZVNldERvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35f4c946-e7e9-41b9-9954-b80a8f972cb3" + "c2e6e481-5145-42d8-af9f-e938a22b1dd0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:33 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "d0c6388f-640e-4baf-ac95-3ca67dcfc844" + "67e1369b-07a2-4338-8ac6-3e4a411a4126" ], "x-ms-correlation-request-id": [ - "d0c6388f-640e-4baf-ac95-3ca67dcfc844" + "67e1369b-07a2-4338-8ac6-3e4a411a4126" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060245Z:d0c6388f-640e-4baf-ac95-3ca67dcfc844" + "EASTUS2:20211117T123833Z:67e1369b-07a2-4338-8ac6-3e4a411a4126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:45 GMT" - ], "Expires": [ "-1" ] @@ -515,76 +515,76 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/publicIPAddresses/pip2103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjEwMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/publicIPAddresses/pip8164?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwODE2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8132\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn592\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d008ea09-f02c-4f47-a94b-2f59cb0a77db" + "6e61f736-a4a1-4ffa-8655-87c7ca7d60f0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "200" + "199" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:34 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "84d9e91e-7cad-43df-90d1-99efed879d53" + "a6301d6c-bc09-4d42-98ad-5ba505bdc43a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/84d9e91e-7cad-43df-90d1-99efed879d53?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/a6301d6c-bc09-4d42-98ad-5ba505bdc43a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ef4a31cd-b290-43f8-920a-e21a76ff4b8d" + "37bd747e-c334-4b0d-9c93-4e5e71356ec2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f7f09b1e-8065-45de-b674-58403f51e149" + "277c5bb2-01ae-4aec-9db0-fe557bcf5542" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060247Z:ef4a31cd-b290-43f8-920a-e21a76ff4b8d" + "EASTUS2:20211117T123835Z:37bd747e-c334-4b0d-9c93-4e5e71356ec2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:46 GMT" - ], "Content-Length": [ - "754" + "752" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2103\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/publicIPAddresses/pip2103\",\r\n \"etag\": \"W/\\\"b7d87b60-d1fe-4201-b3ed-f7c614ba7cf2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2a591572-f267-4e81-b79a-e8ebdc58c4e0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8132\",\r\n \"fqdn\": \"dn8132.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/publicIPAddresses/pip8164\",\r\n \"etag\": \"W/\\\"05f7de5e-cb90-43f0-bce1-559f1834b0d2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ef7cb24f-d679-4f21-bb30-839a47247e73\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn592\",\r\n \"fqdn\": \"dn592.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/84d9e91e-7cad-43df-90d1-99efed879d53?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODRkOWU5MWUtN2NhZC00M2RmLTkwZDEtOTllZmVkODc5ZDUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/a6301d6c-bc09-4d42-98ad-5ba505bdc43a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzMDFkNmMtYmMwOS00ZDQyLTk4YWQtNWJhNTA1YmRjNDNhP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5025a3d4-26b6-46f4-9852-bf30f3eb60ab" + "a6ca928c-50df-4f5c-8645-63de2268a0f3" ], "x-ms-correlation-request-id": [ - "0d3dba6f-0fe8-4b95-8f5b-c9fbb69580cd" + "19d3a1d2-89c7-4d54-8c32-32001130d1e3" ], "x-ms-arm-service-request-id": [ - "0a47bd94-4f86-4f44-b2ed-25ae5d30ecc2" + "3a1869cd-66ac-4ac5-acb1-381763c0767b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060248Z:0d3dba6f-0fe8-4b95-8f5b-c9fbb69580cd" + "EASTUS2:20211117T123836Z:19d3a1d2-89c7-4d54-8c32-32001130d1e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:48 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/publicIPAddresses/pip2103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjEwMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/publicIPAddresses/pip8164?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwODE2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9a08874f-64b5-4b7e-9202-c864b347f32c\"" + "W/\"d783ff61-6c7d-425b-ab18-b5eaa7887594\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b0f8faad-7b40-4392-b31a-6c77133e6b9c" + "58df0159-2c25-4e4f-a7db-8f05ddc2dd23" ], "x-ms-correlation-request-id": [ - "9d704a77-d1c4-426d-8156-825d1519f57e" + "546c972e-2e07-46c4-b9d2-1bdd7ee31a18" ], "x-ms-arm-service-request-id": [ - "6c35e6d4-b80e-4d92-a114-3769476dee89" + "a8f0378a-a6a2-4e52-983d-e9176e876d57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060248Z:9d704a77-d1c4-426d-8156-825d1519f57e" + "EASTUS2:20211117T123836Z:546c972e-2e07-46c4-b9d2-1bdd7ee31a18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:48 GMT" - ], "Content-Length": [ - "755" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2103\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/publicIPAddresses/pip2103\",\r\n \"etag\": \"W/\\\"9a08874f-64b5-4b7e-9202-c864b347f32c\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a591572-f267-4e81-b79a-e8ebdc58c4e0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8132\",\r\n \"fqdn\": \"dn8132.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/publicIPAddresses/pip8164\",\r\n \"etag\": \"W/\\\"d783ff61-6c7d-425b-ab18-b5eaa7887594\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ef7cb24f-d679-4f21-bb30-839a47247e73\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn592\",\r\n \"fqdn\": \"dn592.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/publicIPAddresses/pip2103?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjEwMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/publicIPAddresses/pip8164?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwODE2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "764700d3-2fcb-4134-b26b-f7a25206ada5" + "1cfa2f6f-1866-468c-8e6f-ed8c27b79692" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9a08874f-64b5-4b7e-9202-c864b347f32c\"" + "W/\"d783ff61-6c7d-425b-ab18-b5eaa7887594\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a90b659e-1891-4206-8fc7-c6d0d102a5b8" + "34a09efa-80ce-454b-90b0-2623f7548d9e" ], "x-ms-correlation-request-id": [ - "cae462bd-5c6b-4449-933f-eb0e245ac5b2" + "e53b6207-3673-4b43-944e-1ac0c766c69a" ], "x-ms-arm-service-request-id": [ - "5864664b-ea69-464e-8cfa-dfa42b03d2a2" + "f44291ed-506b-488a-b1fc-cadad9f3a58a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060248Z:cae462bd-5c6b-4449-933f-eb0e245ac5b2" + "EASTUS2:20211117T123836Z:e53b6207-3673-4b43-944e-1ac0c766c69a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:48 GMT" - ], "Content-Length": [ - "755" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2103\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/publicIPAddresses/pip2103\",\r\n \"etag\": \"W/\\\"9a08874f-64b5-4b7e-9202-c864b347f32c\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a591572-f267-4e81-b79a-e8ebdc58c4e0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8132\",\r\n \"fqdn\": \"dn8132.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/publicIPAddresses/pip8164\",\r\n \"etag\": \"W/\\\"d783ff61-6c7d-425b-ab18-b5eaa7887594\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ef7cb24f-d679-4f21-bb30-839a47247e73\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn592\",\r\n \"fqdn\": \"dn592.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzg1ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzc1NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1921\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3755\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e261d91-705e-4baf-a53b-9b9ade1e753f" + "e1084917-a883-4729-a148-0390070afb11" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,46 +820,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f954a79d-bd84-46f0-9be2-4690b1739486" + "d84027c3-ca4a-4e70-a04f-1371b8ab88c4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f954a79d-bd84-46f0-9be2-4690b1739486?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/d84027c3-ca4a-4e70-a04f-1371b8ab88c4?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7dfbe461-7a83-4acd-bb4d-89947a754c78" + "fa13fd8a-0532-45a5-846b-e4b1ec3845a6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "17cac2ac-0739-434f-95ab-f08d4d261e0f" + "ea053d43-a792-46a0-af82-0752da202033" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060249Z:7dfbe461-7a83-4acd-bb4d-89947a754c78" + "EASTUS2:20211117T123836Z:fa13fd8a-0532-45a5-846b-e4b1ec3845a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:48 GMT" - ], "Content-Length": [ "1312" ], @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854\",\r\n \"etag\": \"W/\\\"2d1fff9b-0971-495e-a962-ae5683ef35ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f67e7fa5-2efc-4a0e-85c3-d316853fffe0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1921\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\",\r\n \"etag\": \"W/\\\"2d1fff9b-0971-495e-a962-ae5683ef35ab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755\",\r\n \"etag\": \"W/\\\"b66fd250-8613-4c73-a614-ec729ccf1202\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"49d5e06a-fb31-46a0-b278-8a510f45a356\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\",\r\n \"etag\": \"W/\\\"b66fd250-8613-4c73-a614-ec729ccf1202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f954a79d-bd84-46f0-9be2-4690b1739486?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjk1NGE3OWQtYmQ4NC00NmYwLTliZTItNDY5MGIxNzM5NDg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/d84027c3-ca4a-4e70-a04f-1371b8ab88c4?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg0MDI3YzMtY2E0YS00ZTcwLWEwNGYtMTM3MWI4YWI4OGM0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "166fb471-8f2b-42e3-905c-99c298a26641" + "03fc9954-6be6-4433-9fb4-4fc6c131c23f" ], "x-ms-correlation-request-id": [ - "1a94f4c1-9f2f-47fc-8aa0-501900547f4e" + "d7a92b0d-5d3e-49d4-ba53-bb697be77f29" ], "x-ms-arm-service-request-id": [ - "94f83ee3-5322-49dd-aae7-05247ba9ad81" + "2182200f-31d8-457c-bca5-1d5269ab31d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060252Z:1a94f4c1-9f2f-47fc-8aa0-501900547f4e" + "EASTUS2:20211117T123839Z:d7a92b0d-5d3e-49d4-ba53-bb697be77f29" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:51 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzg1ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzc1NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,40 +951,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"134c389c-1125-4269-97ed-7b696a97e2a7\"" + "W/\"69d8d09f-f617-4ceb-a40c-ed9fcf9b5c9f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ee5a366b-b2b4-4538-9762-1cb8488f39d7" + "0d82ef12-6ed1-485f-a9ca-c0511ab6fe62" ], "x-ms-correlation-request-id": [ - "1f6bcaac-2631-4ee7-a7df-ab3a3c691e77" + "92a61af3-cda5-418a-82c2-6e1b797d212f" ], "x-ms-arm-service-request-id": [ - "48088683-b622-422e-b558-3b802162d528" + "6761aa58-6a78-4ddf-99eb-fa6de77a4b18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060252Z:1f6bcaac-2631-4ee7-a7df-ab3a3c691e77" + "EASTUS2:20211117T123840Z:92a61af3-cda5-418a-82c2-6e1b797d212f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:52 GMT" - ], "Content-Length": [ "1314" ], @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854\",\r\n \"etag\": \"W/\\\"134c389c-1125-4269-97ed-7b696a97e2a7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f67e7fa5-2efc-4a0e-85c3-d316853fffe0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1921\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\",\r\n \"etag\": \"W/\\\"134c389c-1125-4269-97ed-7b696a97e2a7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755\",\r\n \"etag\": \"W/\\\"69d8d09f-f617-4ceb-a40c-ed9fcf9b5c9f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"49d5e06a-fb31-46a0-b278-8a510f45a356\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\",\r\n \"etag\": \"W/\\\"69d8d09f-f617-4ceb-a40c-ed9fcf9b5c9f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzg1NC9zdWJuZXRzL3NuMTkyMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMzc1NS9zdWJuZXRzL3NuMzc1NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7e9be9e-62eb-435a-b8c2-8272d2793e09" + "dfda549b-fda5-4223-9164-5d836d00346f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,40 +1021,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"134c389c-1125-4269-97ed-7b696a97e2a7\"" + "W/\"69d8d09f-f617-4ceb-a40c-ed9fcf9b5c9f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "db4f4131-264e-4356-b9a5-4d7ee6b58455" + "325ba227-1043-4362-97b6-caf3fa3f5504" ], "x-ms-correlation-request-id": [ - "3f1a9be8-5518-4ae5-ba6f-d36efbb4429d" + "4bccb2b8-b502-42f5-96d8-52b4048320cd" ], "x-ms-arm-service-request-id": [ - "fa09a5d8-f055-46b9-8489-01139d1a9333" + "27848643-7968-4b2b-addc-b6eadf4226e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060252Z:3f1a9be8-5518-4ae5-ba6f-d36efbb4429d" + "EASTUS2:20211117T123840Z:4bccb2b8-b502-42f5-96d8-52b4048320cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:52 GMT" - ], "Content-Length": [ "522" ], @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1921\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\",\r\n \"etag\": \"W/\\\"134c389c-1125-4269-97ed-7b696a97e2a7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\",\r\n \"etag\": \"W/\\\"69d8d09f-f617-4ceb-a40c-ed9fcf9b5c9f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNjc2NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTc5OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1921\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\r\n }\r\n },\r\n \"name\": \"ip887\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\r\n }\r\n },\r\n \"name\": \"ip4676\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7f5afde3-f284-4051-8850-7cc2277af217" + "d29ad26e-dcf5-47de-8e82-0dfaaeb695c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "739" + "740" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2bdb0006-c2eb-44a6-b446-9e90155b3ab2" + "588e66aa-c26a-48a0-9205-acc2d9249f2f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/2bdb0006-c2eb-44a6-b446-9e90155b3ab2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/588e66aa-c26a-48a0-9205-acc2d9249f2f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "599b8992-f453-4724-ae49-1995ea30addb" + "bf8c16cc-57c3-4e25-a215-de38e4f08f08" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3e25cc43-7c25-4c56-a933-156ef26e3ce6" + "a9e08655-8adc-4bdd-812e-b02d1dfe6c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060253Z:599b8992-f453-4724-ae49-1995ea30addb" + "EASTUS2:20211117T123840Z:bf8c16cc-57c3-4e25-a215-de38e4f08f08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:52 GMT" - ], "Content-Length": [ - "1619" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765\",\r\n \"etag\": \"W/\\\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6cfe60a9-4fc9-4f31-8456-26c8fe05c07f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip887\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765/ipConfigurations/ip887\",\r\n \"etag\": \"W/\\\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\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\": \"uv5x33x2fyhevbod0mlikp552a.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798\",\r\n \"etag\": \"W/\\\"602073a3-7166-4b58-b340-6e1af744a7c7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a9fac0f9-dd63-41cf-b20a-08fbd2e95702\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4676\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798/ipConfigurations/ip4676\",\r\n \"etag\": \"W/\\\"602073a3-7166-4b58-b340-6e1af744a7c7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\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\": \"nlqnksjr5oqenmtyrjiq4rndkg.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNjc2NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTc5OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\"" + "W/\"602073a3-7166-4b58-b340-6e1af744a7c7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5ee54a08-2c65-41e1-ab9e-d791930d94f2" + "0515e773-2f7b-48c0-8cd5-0910ce2ffef7" ], "x-ms-correlation-request-id": [ - "d1b6d9c2-e443-403c-91a3-ba5478bacc09" + "be984baf-2732-490a-9edb-d52c3ccba830" ], "x-ms-arm-service-request-id": [ - "e7a6d33b-536e-4ff3-80e3-4440ac063183" + "6776b926-c7df-44c7-a666-1319189d9955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060253Z:d1b6d9c2-e443-403c-91a3-ba5478bacc09" + "EASTUS2:20211117T123840Z:be984baf-2732-490a-9edb-d52c3ccba830" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:52 GMT" - ], "Content-Length": [ - "1619" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765\",\r\n \"etag\": \"W/\\\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6cfe60a9-4fc9-4f31-8456-26c8fe05c07f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip887\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765/ipConfigurations/ip887\",\r\n \"etag\": \"W/\\\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\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\": \"uv5x33x2fyhevbod0mlikp552a.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798\",\r\n \"etag\": \"W/\\\"602073a3-7166-4b58-b340-6e1af744a7c7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a9fac0f9-dd63-41cf-b20a-08fbd2e95702\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4676\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798/ipConfigurations/ip4676\",\r\n \"etag\": \"W/\\\"602073a3-7166-4b58-b340-6e1af744a7c7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\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\": \"nlqnksjr5oqenmtyrjiq4rndkg.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNjc2NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTc5OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a82cbce-5ece-449a-8960-68a79837deb6" + "5c3dc71b-465e-4e86-a7d9-7d71e1b9c563" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\"" + "W/\"602073a3-7166-4b58-b340-6e1af744a7c7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9bc4a0db-aa4e-46ee-828a-fb72d242f02d" + "014c8b5a-43de-494a-ae3a-4625f4c4d9f0" ], "x-ms-correlation-request-id": [ - "7e1dfcaf-0491-4908-8613-e028ccc0432d" + "220d43fc-2a3c-453a-b92a-100d49848636" ], "x-ms-arm-service-request-id": [ - "9d85e714-001f-42b7-9d0a-d3c8046ea0cc" + "004b0b75-56fe-453f-8f8f-1c6eae1fb847" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060253Z:7e1dfcaf-0491-4908-8613-e028ccc0432d" + "EASTUS2:20211117T123840Z:220d43fc-2a3c-453a-b92a-100d49848636" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:52 GMT" - ], "Content-Length": [ - "1619" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,26 +1278,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6765\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765\",\r\n \"etag\": \"W/\\\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6cfe60a9-4fc9-4f31-8456-26c8fe05c07f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip887\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/networkInterfaces/nic6765/ipConfigurations/ip887\",\r\n \"etag\": \"W/\\\"615efc5b-aef8-4ff7-b2e5-43e679d2c5d7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\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\": \"uv5x33x2fyhevbod0mlikp552a.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798\",\r\n \"etag\": \"W/\\\"602073a3-7166-4b58-b340-6e1af744a7c7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a9fac0f9-dd63-41cf-b20a-08fbd2e95702\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4676\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/networkInterfaces/nic5798/ipConfigurations/ip4676\",\r\n \"etag\": \"W/\\\"602073a3-7166-4b58-b340-6e1af744a7c7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\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\": \"nlqnksjr5oqenmtyrjiq4rndkg.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczM2Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0MjQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"FromImage\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4416\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1409\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"FromImage\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9093\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8539\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aea8ecb0-d784-446a-8d3b-b602cd3f4fef" + "5934bf94-d607-4dcf-b450-4e412ae6be54" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1310,14 +1310,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/97362904-5a89-48dd-a0e0-905b80821516?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5706ab79-859b-4c13-978e-00e7c3d24a60?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1332,27 +1339,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "97362904-5a89-48dd-a0e0-905b80821516" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5706ab79-859b-4c13-978e-00e7c3d24a60" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "7c8e6dc6-1d15-4161-a917-31ad60cd2905" + "a50150f6-ee46-40ba-b1b0-5625fdceb439" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060255Z:7c8e6dc6-1d15-4161-a917-31ad60cd2905" + "EASTUS2:20211117T123842Z:a50150f6-ee46-40ba-b1b0-5625fdceb439" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:02:54 GMT" - ], "Content-Length": [ "3854" ], @@ -1363,32 +1363,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4416\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1409\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"9e0d090e-efa3-4d8b-a20e-ba610b0b9dab\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9093\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8539\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"77048aa4-13fe-4127-ba36-ab49b4ced44b\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/97362904-5a89-48dd-a0e0-905b80821516?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTczNjI5MDQtNWE4OS00OGRkLWEwZTAtOTA1YjgwODIxNTE2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5706ab79-859b-4c13-978e-00e7c3d24a60?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTcwNmFiNzktODU5Yi00YzEzLTk3OGUtMDBlN2MzZDI0YTYwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:38:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1396,27 +1403,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2a6d1840-4ad9-40ff-a1f0-fcab3ea7b594" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51ebce97-b3f8-4868-b77d-75769a524c6a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "07e35bf0-caa2-4e08-807e-aa05d94dd35a" + "4e10cc2f-8df1-43e1-b564-9b9ac1839272" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060305Z:07e35bf0-caa2-4e08-807e-aa05d94dd35a" + "EASTUS2:20211117T123852Z:4e10cc2f-8df1-43e1-b564-9b9ac1839272" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:03:04 GMT" - ], "Content-Length": [ "134" ], @@ -1427,29 +1427,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:02:54.0949949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97362904-5a89-48dd-a0e0-905b80821516\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:38:41.2021478+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5706ab79-859b-4c13-978e-00e7c3d24a60\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/97362904-5a89-48dd-a0e0-905b80821516?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTczNjI5MDQtNWE4OS00OGRkLWEwZTAtOTA1YjgwODIxNTE2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5706ab79-859b-4c13-978e-00e7c3d24a60?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTcwNmFiNzktODU5Yi00YzEzLTk3OGUtMDBlN2MzZDI0YTYwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:40:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1457,27 +1464,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c44e258e-50ad-47ea-ac3a-29550b794fda" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9efc67a-37e9-4d85-88bc-79e2323e04f3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "f9a14dd6-70f1-4a83-adee-469afa87c7eb" + "6d2146eb-0a3a-4090-b932-36cd55641005" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060442Z:f9a14dd6-70f1-4a83-adee-469afa87c7eb" + "EASTUS2:20211117T124029Z:6d2146eb-0a3a-4090-b932-36cd55641005" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:04:42 GMT" - ], "Content-Length": [ "134" ], @@ -1488,57 +1488,118 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:02:54.0949949+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"97362904-5a89-48dd-a0e0-905b80821516\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:38:41.2021478+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5706ab79-859b-4c13-978e-00e7c3d24a60\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/97362904-5a89-48dd-a0e0-905b80821516?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTczNjI5MDQtNWE4OS00OGRkLWEwZTAtOTA1YjgwODIxNTE2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5706ab79-859b-4c13-978e-00e7c3d24a60?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTcwNmFiNzktODU5Yi00YzEzLTk3OGUtMDBlN2MzZDI0YTYwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:42:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c1a8f09-8654-4d43-9e21-44a8949be650" + "b2a1ff6b-1bcb-453f-a5d3-8e629322c100" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "c399f94b-a0fa-4c13-a876-2e31e628391e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T124206Z:c399f94b-a0fa-4c13-a876-2e31e628391e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:38:41.2021478+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5706ab79-859b-4c13-978e-00e7c3d24a60\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5706ab79-859b-4c13-978e-00e7c3d24a60?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTcwNmFiNzktODU5Yi00YzEzLTk3OGUtMDBlN2MzZDI0YTYwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 12:43:43 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1c979f1d-2b27-4ff5-9858-2529cf471858" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "1c6aab3d-7774-48d8-bbde-5232bcccd282" + "aa8c2736-112b-4d59-8d31-89e447b059c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060619Z:1c6aab3d-7774-48d8-bbde-5232bcccd282" + "EASTUS2:20211117T124343Z:aa8c2736-112b-4d59-8d31-89e447b059c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:18 GMT" - ], "Content-Length": [ "184" ], @@ -1549,57 +1610,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:02:54.0949949+00:00\",\r\n \"endTime\": \"2021-06-29T06:06:12.5194999+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"97362904-5a89-48dd-a0e0-905b80821516\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:38:41.2021478+00:00\",\r\n \"endTime\": \"2021-11-17T12:42:28.9995121+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5706ab79-859b-4c13-978e-00e7c3d24a60\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczM2Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0MjQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:43:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86525018-5c1e-4f7a-9b88-8c3b65574506" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7423c7d4-20b5-40ef-95b2-6b708a91eb2e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "668533a2-be0d-4e35-bc3f-2dd8e1327711" + "9aa0beda-89af-437e-9cce-043c936c77e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060619Z:668533a2-be0d-4e35-bc3f-2dd8e1327711" + "EASTUS2:20211117T124343Z:9aa0beda-89af-437e-9cce-043c936c77e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:18 GMT" - ], "Content-Length": [ "3855" ], @@ -1610,63 +1671,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4416\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1409\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"9e0d090e-efa3-4d8b-a20e-ba610b0b9dab\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9093\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8539\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"77048aa4-13fe-4127-ba36-ab49b4ced44b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczM2Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0MjQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c608a59-9452-4fb1-96f5-336f9ccbbaa1" + "2d4d2274-b448-47e3-90d6-132ab4aca910" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:43:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4901799b-4f01-4ee1-bacb-419652a4835b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f66e7ccf-ba8a-475d-b96b-f9bdc3d5e5b0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "084011c0-1123-4bff-a900-8feac7c611f1" + "228f3ec5-1977-4466-a315-8a490c717991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060619Z:084011c0-1123-4bff-a900-8feac7c611f1" + "EASTUS2:20211117T124343Z:228f3ec5-1977-4466-a315-8a490c717991" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:18 GMT" - ], "Content-Length": [ "3855" ], @@ -1677,65 +1738,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4416\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1409\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"9e0d090e-efa3-4d8b-a20e-ba610b0b9dab\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9093\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8539\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"77048aa4-13fe-4127-ba36-ab49b4ced44b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczM2NjgvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0MjQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80ca66f7-8cc4-45c7-b97f-afda81475439" + "22bf8825-a24d-466f-be7f-27685ced816b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:43:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70aad2f0-a39a-4151-824e-dfbe3617a78d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d47eb90d-42aa-4680-9de6-6f9b7a156e05" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "3023d603-b8a5-41f8-9707-153476c85c1c" + "fac8af22-67fd-4856-99a8-3178ce8e79cc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060619Z:3023d603-b8a5-41f8-9707-153476c85c1c" + "EASTUS2:20211117T124343Z:fac8af22-67fd-4856-99a8-3178ce8e79cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:18 GMT" - ], "Content-Length": [ - "1363" + "996" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1744,63 +1805,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T06:06:12.488254+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:43:21.9526993+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39a0f34d-4e5a-4849-8d66-134aa280d227" + "2b56c74f-fa37-4f05-90db-50bf6600e302" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:43:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c46d488a-d6d1-42c2-ba1c-e3a56c6dd7cc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "791d99bd-434a-4ad0-b05a-f2cabf4c20d9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "aefcaed7-e652-4a33-a392-7e938acc56e9" + "3f786b88-2563-4cb3-85a2-3b37067c9dd0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060619Z:aefcaed7-e652-4a33-a392-7e938acc56e9" + "EASTUS2:20211117T124343Z:3f786b88-2563-4cb3-85a2-3b37067c9dd0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:18 GMT" - ], "Content-Length": [ "4316" ], @@ -1811,65 +1872,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss3668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4416\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1409\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Network/virtualNetworks/vn3854/subnets/sn1921\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"9e0d090e-efa3-4d8b-a20e-ba610b0b9dab\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8424\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"CacheDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9093\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8539\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Network/virtualNetworks/vn3755/subnets/sn3755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"77048aa4-13fe-4127-ba36-ab49b4ced44b\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczM2Njgvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0MjQvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18af25e7-3e3e-4313-922a-3517033e161f" + "92dfc2ea-c88d-401f-b5d8-20d845e61926" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:43:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9c0777e3-20cd-4b7f-9032-d977339da63e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "90493cf1-f798-497a-971c-82fc569a60d3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "9f0c030a-ebf8-4194-bf98-44f577c7dab5" + "9d46790f-f27c-4615-9acc-b35eed426911" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060619Z:9f0c030a-ebf8-4194-bf98-44f577c7dab5" + "EASTUS2:20211117T124343Z:9d46790f-f27c-4615-9acc-b35eed426911" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:18 GMT" - ], "Content-Length": [ - "32651" + "78681" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1878,139 +1939,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar691/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3668?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczM2Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8424?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0MjQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae3b63f1-2c14-4d2a-8bd5-fd252310dcbe" + "5f735845-11b9-4973-a03e-2518d8faab56" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:43:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c681b11f-68ad-4cfb-bc59-ee7df370c11e?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c681b11f-68ad-4cfb-bc59-ee7df370c11e?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "4" + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c681b11f-68ad-4cfb-bc59-ee7df370c11e" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "9d5ec5c0-2482-4ae5-8041-58f4572222c7" + "b3d078de-4445-4141-bffa-6cd831804f44" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060620Z:9d5ec5c0-2482-4ae5-8041-58f4572222c7" + "EASTUS2:20211117T124344Z:b3d078de-4445-4141-bffa-6cd831804f44" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c681b11f-68ad-4cfb-bc59-ee7df370c11e?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzY4MWIxMWYtNjhhZC00Y2ZiLWJjNTktZWU3ZGYzNzBjMTFlP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:43:54 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f8deeb8-4581-4993-babb-7be5fae1ebfa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d13d884e-392f-4fcc-a9da-c01ff8faa7a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "d598938c-7fd2-497d-8930-a98b4a2fa94e" + "fdf4fa0d-a437-445a-bdbd-34cc263d57a5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060630Z:d598938c-7fd2-497d-8930-a98b4a2fa94e" + "EASTUS2:20211117T124354Z:fdf4fa0d-a437-445a-bdbd-34cc263d57a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:29 GMT" - ], "Content-Length": [ "134" ], @@ -2021,57 +2082,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:43:44.3121162+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c681b11f-68ad-4cfb-bc59-ee7df370c11e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c681b11f-68ad-4cfb-bc59-ee7df370c11e?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzY4MWIxMWYtNjhhZC00Y2ZiLWJjNTktZWU3ZGYzNzBjMTFlP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:44:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6304fc7b-e64a-4ae1-8b85-f6d908cc8da5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9ea7c673-7f2f-43ed-986e-7990a86cb875" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "a1eb6d6c-de46-4c21-aedd-659bbde38571" + "3050c42e-867a-4c6d-a976-ef77906a7cfd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060641Z:a1eb6d6c-de46-4c21-aedd-659bbde38571" + "EASTUS2:20211117T124405Z:3050c42e-867a-4c6d-a976-ef77906a7cfd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:40 GMT" - ], "Content-Length": [ "134" ], @@ -2082,57 +2143,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:43:44.3121162+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c681b11f-68ad-4cfb-bc59-ee7df370c11e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c681b11f-68ad-4cfb-bc59-ee7df370c11e?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzY4MWIxMWYtNjhhZC00Y2ZiLWJjNTktZWU3ZGYzNzBjMTFlP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:44:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "968b5d1e-0262-4a21-ac1d-4076d6be26ad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "72e8083f-361a-4782-a238-32a60e17fbaa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "0c995db9-3947-4cbf-917f-b45a559e7314" + "fd9c1bc4-5296-498e-a746-e866c85ef00c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060652Z:0c995db9-3947-4cbf-917f-b45a559e7314" + "EASTUS2:20211117T124416Z:fd9c1bc4-5296-498e-a746-e866c85ef00c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:06:52 GMT" - ], "Content-Length": [ "134" ], @@ -2143,59 +2204,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:43:44.3121162+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c681b11f-68ad-4cfb-bc59-ee7df370c11e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c681b11f-68ad-4cfb-bc59-ee7df370c11e?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzY4MWIxMWYtNjhhZC00Y2ZiLWJjNTktZWU3ZGYzNzBjMTFlP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:44:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cf93caba-a98d-4c4a-bcb5-093a8fadb7b0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f8ce80ab-ef68-4c5d-ba40-94dccb5cf0a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-correlation-request-id": [ - "4048e352-7afe-43f3-9c8d-4c77a8d3cb9e" + "fdd3f44e-108c-408d-af7d-2a77ec98f4fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060703Z:4048e352-7afe-43f3-9c8d-4c77a8d3cb9e" + "EASTUS2:20211117T124427Z:fdd3f44e-108c-408d-af7d-2a77ec98f4fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:07:03 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2204,529 +2265,113 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:43:44.3121162+00:00\",\r\n \"endTime\": \"2021-11-17T12:44:26.6080584+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c681b11f-68ad-4cfb-bc59-ee7df370c11e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c681b11f-68ad-4cfb-bc59-ee7df370c11e?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzY4MWIxMWYtNjhhZC00Y2ZiLWJjNTktZWU3ZGYzNzBjMTFlP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:44:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f251d150-3f02-41d9-a84a-a4491b8063e8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b7d6ee24-ee92-472a-a2e3-307ee97cc35c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-correlation-request-id": [ - "37eba4b1-876c-439f-a426-5d410a8d6a80" + "32a13120-fb37-4aee-9bf9-3cf8126594b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060714Z:37eba4b1-876c-439f-a426-5d410a8d6a80" + "EASTUS2:20211117T124427Z:32a13120-fb37-4aee-9bf9-3cf8126594b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:07:14 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar281?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "fc194ec3-dd34-4946-8715-08975c7250e5" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:44:27 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29989" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" ], - "x-ms-request-id": [ - "bfa9069d-e2c6-4d4d-b1ab-0b9c5f596afc" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "x-ms-request-id": [ + "7ceb81c6-53c1-422a-b34d-9c095e98f3b4" ], "x-ms-correlation-request-id": [ - "6763122a-b60e-4e9a-b976-bdbd66aeb5fc" + "7ceb81c6-53c1-422a-b34d-9c095e98f3b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060725Z:6763122a-b60e-4e9a-b976-bdbd66aeb5fc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:07:24 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29988" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9da00d51-b147-4f85-8b9f-c2c0a29574ca" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "bd644c0c-cd62-4f57-8380-23dfa5c7941e" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060736Z:bd644c0c-cd62-4f57-8380-23dfa5c7941e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:07:35 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29987" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "41bfd728-adf5-4a54-957b-0275d5dc4cbe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "3fbec9ba-99b5-4874-981f-97809beab7a2" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060747Z:3fbec9ba-99b5-4874-981f-97809beab7a2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:07:46 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "96041acd-8d0b-4a00-af5c-6b200eda898a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "a9d2611f-cb43-42ff-a104-619578e6b5e1" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060758Z:a9d2611f-cb43-42ff-a104-619578e6b5e1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:07:57 GMT" - ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:06:19.9726989+00:00\",\r\n \"endTime\": \"2021-06-29T06:07:51.0051657+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2a8e25cf-1fa0-42c1-b5e1-74089ff9ac8a?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmE4ZTI1Y2YtMWZhMC00MmMxLWI1ZTEtNzQwODlmZjlhYzhhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29984" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "027b41ed-8045-4832-a329-ff79fd338ceb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "1ec98977-c670-464c-b3f3-861c75822455" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060758Z:1ec98977-c670-464c-b3f3-861c75822455" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:07:57 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar691?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY5MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c5d25c82-5b99-474b-9a36-8b5b0c30c40a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "531f9eb6-dc8c-4871-8ff8-45c0c80b0dde" - ], - "x-ms-correlation-request-id": [ - "531f9eb6-dc8c-4871-8ff8-45c0c80b0dde" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060758Z:531f9eb6-dc8c-4871-8ff8-45c0c80b0dde" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:07:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "0faf6a9d-79f4-4d9a-9c8a-ec2ad9c03ac3" - ], - "x-ms-correlation-request-id": [ - "0faf6a9d-79f4-4d9a-9c8a-ec2ad9c03ac3" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060813Z:0faf6a9d-79f4-4d9a-9c8a-ec2ad9c03ac3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:08:13 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "bb0bcd2a-78f4-465c-b5fa-5a32b2d6781b" - ], - "x-ms-correlation-request-id": [ - "bb0bcd2a-78f4-465c-b5fa-5a32b2d6781b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060828Z:bb0bcd2a-78f4-465c-b5fa-5a32b2d6781b" + "EASTUS2:20211117T124427Z:7ceb81c6-53c1-422a-b34d-9c095e98f3b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2734,86 +2379,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:08:28 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "c4397ff8-73d4-4455-be19-3d3100deca0b" - ], - "x-ms-correlation-request-id": [ - "c4397ff8-73d4-4455-be19-3d3100deca0b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060843Z:c4397ff8-73d4-4455-be19-3d3100deca0b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:08:43 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2821,83 +2406,29 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "3cf74771-82c6-4231-9a1d-991410e0840a" - ], - "x-ms-correlation-request-id": [ - "3cf74771-82c6-4231-9a1d-991410e0840a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060858Z:3cf74771-82c6-4231-9a1d-991410e0840a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 06:08:57 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 12:44:42 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-request-id": [ - "d456855c-ddc6-404d-8b95-a162996bc146" + "f37428b5-b4e0-41a2-88e8-bdc3a46c9618" ], "x-ms-correlation-request-id": [ - "d456855c-ddc6-404d-8b95-a162996bc146" + "f37428b5-b4e0-41a2-88e8-bdc3a46c9618" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060913Z:d456855c-ddc6-404d-8b95-a162996bc146" + "EASTUS2:20211117T124442Z:f37428b5-b4e0-41a2-88e8-bdc3a46c9618" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2905,86 +2436,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:09:13 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "1eb85a13-9059-4714-b098-3290d02aaec9" - ], - "x-ms-correlation-request-id": [ - "1eb85a13-9059-4714-b098-3290d02aaec9" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060928Z:1eb85a13-9059-4714-b098-3290d02aaec9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:09:28 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2992,83 +2463,29 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "6f887bb3-cdcf-4e7a-a84c-9e3bc4f09053" - ], - "x-ms-correlation-request-id": [ - "6f887bb3-cdcf-4e7a-a84c-9e3bc4f09053" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T060943Z:6f887bb3-cdcf-4e7a-a84c-9e3bc4f09053" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 06:09:43 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 12:44:57 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-request-id": [ - "6dbf1eb6-6e5d-4909-b3ba-576d4a483388" + "7636e5d2-b6f9-4af9-b9fc-8b92f7270e3f" ], "x-ms-correlation-request-id": [ - "6dbf1eb6-6e5d-4909-b3ba-576d4a483388" + "7636e5d2-b6f9-4af9-b9fc-8b92f7270e3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060958Z:6dbf1eb6-6e5d-4909-b3ba-576d4a483388" + "EASTUS2:20211117T124457Z:7636e5d2-b6f9-4af9-b9fc-8b92f7270e3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3076,29 +2493,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:09:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3106,26 +2520,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:45:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-request-id": [ - "680f1ef2-c9de-4f66-9410-1a50ee18bfe0" + "e1f1685a-7064-45a6-9e73-b6bb83f241ff" ], "x-ms-correlation-request-id": [ - "680f1ef2-c9de-4f66-9410-1a50ee18bfe0" + "e1f1685a-7064-45a6-9e73-b6bb83f241ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061014Z:680f1ef2-c9de-4f66-9410-1a50ee18bfe0" + "EASTUS2:20211117T124513Z:e1f1685a-7064-45a6-9e73-b6bb83f241ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3133,29 +2550,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:10:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3163,26 +2577,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:45:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-request-id": [ - "f1fd0c7e-4aff-427b-be35-29f1d2d1aed5" + "d6b4bf23-37df-418b-8e69-01e936d569ae" ], "x-ms-correlation-request-id": [ - "f1fd0c7e-4aff-427b-be35-29f1d2d1aed5" + "d6b4bf23-37df-418b-8e69-01e936d569ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061029Z:f1fd0c7e-4aff-427b-be35-29f1d2d1aed5" + "EASTUS2:20211117T124528Z:d6b4bf23-37df-418b-8e69-01e936d569ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3190,29 +2607,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:10:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3220,20 +2634,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:45:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-request-id": [ - "3ec7cf62-43fb-4fd2-b837-bc48e30d2f2f" + "1d08d2f7-5085-4003-9974-eda51677c3bf" ], "x-ms-correlation-request-id": [ - "3ec7cf62-43fb-4fd2-b837-bc48e30d2f2f" + "1d08d2f7-5085-4003-9974-eda51677c3bf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061044Z:3ec7cf62-43fb-4fd2-b837-bc48e30d2f2f" + "EASTUS2:20211117T124543Z:1d08d2f7-5085-4003-9974-eda51677c3bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3241,29 +2658,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:10:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RFdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3271,20 +2685,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:45:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-request-id": [ - "37fa4f83-ebe0-485e-bb39-ea09e0b7c6dd" + "fa902013-517a-4033-9dbc-057371f92d29" ], "x-ms-correlation-request-id": [ - "37fa4f83-ebe0-485e-bb39-ea09e0b7c6dd" + "fa902013-517a-4033-9dbc-057371f92d29" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061044Z:37fa4f83-ebe0-485e-bb39-ea09e0b7c6dd" + "EASTUS2:20211117T124543Z:fa902013-517a-4033-9dbc-057371f92d29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3292,14 +2709,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:10:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3308,27 +2722,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar691", - "vmss3668", - "crptestar2925" + "crptestar281", + "vmss8424", + "crptestar8331" ], "CreatePublicIP": [ - "pip2103", - "dn8132" + "pip8164", + "dn592" ], "CreateVNET": [ - "vn3854", - "sn1921" + "vn3755", + "sn3755" ], "CreateNIC": [ - "nic6765", - "ip887" + "nic5798", + "ip4676" ], "CreateDefaultVMScaleSetInput": [ - "crptestar996", - "vmss175", - "vmsstestnetconfig4416", - "vmsstestnetconfig1409" + "crptestar2457", + "vmss8586", + "vmsstestnetconfig9093", + "vmsstestnetconfig8539" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DisablingHyperthreadingAndConstrainedvCPUsScenario.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DisablingHyperthreadingAndConstrainedvCPUsScenario.json new file mode 100644 index 0000000000000..5d1c88433367c --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_DisablingHyperthreadingAndConstrainedvCPUsScenario.json @@ -0,0 +1,3268 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fd227569-1584-44a4-931e-d6321f1031af" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "3707be56-376d-4281-af6f-306af28cbf16_132798600845191147" + ], + "x-ms-request-id": [ + "c48f23d7-5b2b-421f-b93f-338708402a51" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "ba80f3e8-59a0-4bfc-a9db-96c43ec9183d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200315Z:ba80f3e8-59a0-4bfc-a9db-96c43ec9183d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:14 GMT" + ], + "Content-Length": [ + "317" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "[\r\n {\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar6431?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar6431\": \"2021-12-07 20:03:15Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c7d87d3-2e1a-4d74-9355-7045cd049f3e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "97" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "a607a818-2c6a-46ff-a056-20e3a6de087d" + ], + "x-ms-correlation-request-id": [ + "a607a818-2c6a-46ff-a056-20e3a6de087d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200316Z:a607a818-2c6a-46ff-a056-20e3a6de087d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:16 GMT" + ], + "Content-Length": [ + "232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431\",\r\n \"name\": \"crptestar6431\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar6431\": \"2021-12-07 20:03:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar6431?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a35e874-da8a-4cac-a6d5-cb0eecc5b846" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "33" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "4a30dcbb-f574-47dc-8082-cb6d2ff37935" + ], + "x-ms-correlation-request-id": [ + "4a30dcbb-f574-47dc-8082-cb6d2ff37935" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200349Z:4a30dcbb-f574-47dc-8082-cb6d2ff37935" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:49 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431\",\r\n \"name\": \"crptestar6431\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Storage/storageAccounts/crptestar7648?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NjQ4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e802df0c-4a12-4f22-bffd-e17ed43fe169" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "93" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/00a09c99-3f33-4077-b862-6136c15b241e?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "00a09c99-3f33-4077-b862-6136c15b241e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "91bf9419-352b-4d03-9a60-4fb00adb5e40" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200320Z:91bf9419-352b-4d03-9a60-4fb00adb5e40" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:20 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/00a09c99-3f33-4077-b862-6136c15b241e?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzAwYTA5Yzk5LTNmMzMtNDA3Ny1iODYyLTYxMzZjMTViMjQxZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e3d6c64a-de80-4936-95bb-d9907d322799" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "53fcf0dd-1bd6-463b-a276-79d0c993cfb0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200338Z:53fcf0dd-1bd6-463b-a276-79d0c993cfb0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:37 GMT" + ], + "Content-Length": [ + "93" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4bc35d1c-93bb-4f05-abee-388884b3b795" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b299eac2-284c-4551-bffa-0d1669984170" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "753e5118-2615-4d46-b480-513897f7c536" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200348Z:753e5118-2615-4d46-b480-513897f7c536" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:47 GMT" + ], + "Content-Length": [ + "753" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Storage/storageAccounts/crptestar7648\",\r\n \"name\": \"crptestar7648\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-07T20:03:19.2421683Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7648.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7648.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7648.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7648.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Storage/storageAccounts/crptestar7648?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NjQ4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d2a49113-8a0a-40c8-ba98-863dbaa9dab9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4222b483-39ab-4d13-846b-69426018c62e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "68b62705-4f2f-40af-aaf2-b570d75c2707" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200348Z:68b62705-4f2f-40af-aaf2-b570d75c2707" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:47 GMT" + ], + "Content-Length": [ + "741" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Storage/storageAccounts/crptestar7648\",\r\n \"name\": \"crptestar7648\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-07T20:03:19.2421683Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7648.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7648.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7648.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7648.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b5746e9-d2d2-44da-8a5e-6e76355a773a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "76020ce4-a5a1-4fb6-8689-4354158ef5a0" + ], + "x-ms-correlation-request-id": [ + "76020ce4-a5a1-4fb6-8689-4354158ef5a0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200349Z:76020ce4-a5a1-4fb6-8689-4354158ef5a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:48 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/publicIPAddresses/pip9019?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1654\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f22849e0-b289-4e8a-9e0d-b7c3c02d8b03" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "205" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "d66e0304-f50c-4d5e-8251-b198c3e37fc9" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/d66e0304-f50c-4d5e-8251-b198c3e37fc9?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "9ebeb549-6822-4fee-ab40-041cd020a0b7" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "86bae300-81d1-495a-ad38-a0446cdf6334" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200353Z:9ebeb549-6822-4fee-ab40-041cd020a0b7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:53 GMT" + ], + "Content-Length": [ + "765" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip9019\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/publicIPAddresses/pip9019\",\r\n \"etag\": \"W/\\\"d98060e5-0321-408d-aaf5-d883861866e6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3da63e86-33e5-421a-836c-0c62a39afc18\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1654\",\r\n \"fqdn\": \"dn1654.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/d66e0304-f50c-4d5e-8251-b198c3e37fc9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9kNjZlMDMwNC1mNTBjLTRkNWUtODI1MS1iMTk4YzNlMzdmYzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2aefac30-a77b-45e8-8034-d197784e22d9" + ], + "x-ms-correlation-request-id": [ + "3cb64d17-29a2-44f8-b1a6-b4668456044c" + ], + "x-ms-arm-service-request-id": [ + "b63d73e9-1c98-4087-91ec-577210a21fe2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200354Z:3cb64d17-29a2-44f8-b1a6-b4668456044c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:54 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/publicIPAddresses/pip9019?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"717040f3-c972-48ba-94a8-cfec69ac49fe\"" + ], + "x-ms-request-id": [ + "53e2409b-24a3-4dc3-99e6-386c86a77bcb" + ], + "x-ms-correlation-request-id": [ + "5d191cac-6c0a-490c-95fe-5aa7285b4974" + ], + "x-ms-arm-service-request-id": [ + "17edfc5a-507f-4b09-8f0b-047b07cf61be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200354Z:5d191cac-6c0a-490c-95fe-5aa7285b4974" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:54 GMT" + ], + "Content-Length": [ + "766" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip9019\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/publicIPAddresses/pip9019\",\r\n \"etag\": \"W/\\\"717040f3-c972-48ba-94a8-cfec69ac49fe\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3da63e86-33e5-421a-836c-0c62a39afc18\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1654\",\r\n \"fqdn\": \"dn1654.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/publicIPAddresses/pip9019?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03e53902-e665-4640-bbd4-6f7885f4d337" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"717040f3-c972-48ba-94a8-cfec69ac49fe\"" + ], + "x-ms-request-id": [ + "4dca3700-5fcf-4350-a2ad-283a79e60634" + ], + "x-ms-correlation-request-id": [ + "fd76c44c-9337-417a-bbb6-bef31fefb24e" + ], + "x-ms-arm-service-request-id": [ + "16ec2152-1de2-4e44-ab09-477187eade34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200354Z:fd76c44c-9337-417a-bbb6-bef31fefb24e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:54 GMT" + ], + "Content-Length": [ + "766" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip9019\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/publicIPAddresses/pip9019\",\r\n \"etag\": \"W/\\\"717040f3-c972-48ba-94a8-cfec69ac49fe\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3da63e86-33e5-421a-836c-0c62a39afc18\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1654\",\r\n \"fqdn\": \"dn1654.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2NzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2905\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d4e430b-616b-40b1-bcfd-75f014df09a4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "400" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "9d997b90-eaca-4180-880c-290395beaca1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/9d997b90-eaca-4180-880c-290395beaca1?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "1a0d4ced-8885-4add-a9c3-c66f24e5cff3" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "8f73a572-9f2d-49c8-803b-7c4d1045d300" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200356Z:1a0d4ced-8885-4add-a9c3-c66f24e5cff3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:56 GMT" + ], + "Content-Length": [ + "1319" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn9670\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670\",\r\n \"etag\": \"W/\\\"5853a4fa-a763-4f47-8c1f-99852062362e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2ffdd32f-9c44-4933-bf20-450fc73224b6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2905\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\",\r\n \"etag\": \"W/\\\"5853a4fa-a763-4f47-8c1f-99852062362e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/9d997b90-eaca-4180-880c-290395beaca1?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy85ZDk5N2I5MC1lYWNhLTQxODAtODgwYy0yOTAzOTViZWFjYTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "999e3185-87a9-465f-ac51-aba8f424f08f" + ], + "x-ms-correlation-request-id": [ + "dca96f2e-39d3-47a9-9d18-7b5cf926e697" + ], + "x-ms-arm-service-request-id": [ + "afeccd5f-2cd8-45e8-8f65-10111aaac5af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200359Z:dca96f2e-39d3-47a9-9d18-7b5cf926e697" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:59 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2NzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"00cc2b01-eb0f-43b9-b5c8-6c37f160c8b4\"" + ], + "x-ms-request-id": [ + "8221939a-7557-4eb7-8e62-e4572f3d68fe" + ], + "x-ms-correlation-request-id": [ + "e641fef8-1c9e-401e-86bc-c09da5cbf79f" + ], + "x-ms-arm-service-request-id": [ + "96b857a2-9310-401d-a4ba-e5d577737b8c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200359Z:e641fef8-1c9e-401e-86bc-c09da5cbf79f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:59 GMT" + ], + "Content-Length": [ + "1321" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn9670\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670\",\r\n \"etag\": \"W/\\\"00cc2b01-eb0f-43b9-b5c8-6c37f160c8b4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2ffdd32f-9c44-4933-bf20-450fc73224b6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2905\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\",\r\n \"etag\": \"W/\\\"00cc2b01-eb0f-43b9-b5c8-6c37f160c8b4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2NzAvc3VibmV0cy9zbjI5MDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f27ffc4c-219d-4fd1-98fa-aa6748e19931" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"00cc2b01-eb0f-43b9-b5c8-6c37f160c8b4\"" + ], + "x-ms-request-id": [ + "58c7ae27-e075-40b6-afb8-fdf320b4f3c1" + ], + "x-ms-correlation-request-id": [ + "ad45f1f6-ae5d-493f-9f14-09258543ce33" + ], + "x-ms-arm-service-request-id": [ + "f64e963e-7ae7-4c8b-9962-16d5d41c2d74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200359Z:ad45f1f6-ae5d-493f-9f14-09258543ce33" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:03:59 GMT" + ], + "Content-Length": [ + "523" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sn2905\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\",\r\n \"etag\": \"W/\\\"00cc2b01-eb0f-43b9-b5c8-6c37f160c8b4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ5ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2905\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\r\n }\r\n },\r\n \"name\": \"ip4016\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b27a605b-8e5f-4b31-b35e-529ebd3452fc" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "746" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c603793d-b75c-4d6e-9c76-7f24bdcc9726" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus2euap/operations/c603793d-b75c-4d6e-9c76-7f24bdcc9726?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "718b7063-9833-41b5-b80a-c0d69089b3fa" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "062b8572-ab02-4741-99c5-9eed5fbd0506" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200401Z:718b7063-9833-41b5-b80a-c0d69089b3fa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:04:00 GMT" + ], + "Content-Length": [ + "1588" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic4982\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982\",\r\n \"etag\": \"W/\\\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"873a59ae-365b-40b6-828f-94f297ba2b48\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4016\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982/ipConfigurations/ip4016\",\r\n \"etag\": \"W/\\\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\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\": \"f5j50l0etqzutpzaiuh2omrewg.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ5ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\"" + ], + "x-ms-request-id": [ + "0874cbe4-32e7-4df3-8fb2-63a587f2f616" + ], + "x-ms-correlation-request-id": [ + "e4200c37-2b5f-406d-9146-d2a437755d9d" + ], + "x-ms-arm-service-request-id": [ + "28b2583a-54cb-4a25-959d-c1b8ed694e05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200401Z:e4200c37-2b5f-406d-9146-d2a437755d9d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:04:01 GMT" + ], + "Content-Length": [ + "1588" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic4982\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982\",\r\n \"etag\": \"W/\\\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"873a59ae-365b-40b6-828f-94f297ba2b48\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4016\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982/ipConfigurations/ip4016\",\r\n \"etag\": \"W/\\\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\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\": \"f5j50l0etqzutpzaiuh2omrewg.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ5ODI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00daff9f-d1a9-449f-a44c-3b8681919a55" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\"" + ], + "x-ms-request-id": [ + "c07b931c-75df-4f96-b4f9-a63d58749dbb" + ], + "x-ms-correlation-request-id": [ + "a0c58548-30ac-46ae-bea5-a04d358e7254" + ], + "x-ms-arm-service-request-id": [ + "00626b49-5a55-47e2-aab2-c51603f48295" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20211207T200401Z:a0c58548-30ac-46ae-bea5-a04d358e7254" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:04:01 GMT" + ], + "Content-Length": [ + "1588" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic4982\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982\",\r\n \"etag\": \"W/\\\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"873a59ae-365b-40b6-828f-94f297ba2b48\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4016\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/networkInterfaces/nic4982/ipConfigurations/ip4016\",\r\n \"etag\": \"W/\\\"7feabeb7-f24d-42c5-9b9e-e4f89abb6288\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\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\": \"f5j50l0etqzutpzaiuh2omrewg.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NTg0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar7648.blob.core.windows.net/crptestar5073\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3226\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2119\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e9edca5-3845-4a78-adbc-f9d191a5728b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2305" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6e0f6321-3502-498b-824c-eb5ac656c337?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6e0f6321-3502-498b-824c-eb5ac656c337" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "fa031eb2-df45-4ca1-bc62-4a0c0026466a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200406Z:fa031eb2-df45-4ca1-bc62-4a0c0026466a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:04:05 GMT" + ], + "Content-Length": [ + "3639" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss4584\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"hardwareProfile\": {\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7648.blob.core.windows.net/crptestar5073\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3226\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2119\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5003cad4-fbe1-46b5-bd7c-906c742b6b12\",\r\n \"timeCreated\": \"2021-12-07T12:04:04.5271654-08:00\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6e0f6321-3502-498b-824c-eb5ac656c337?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82ZTBmNjMyMS0zNTAyLTQ5OGItODI0Yy1lYjVhYzY1NmMzMzc/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "97" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "db019304-63ff-4c58-8a44-a4dd8b0a8e12" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "2ed967a1-ce95-4aa0-b9ff-ea9e0e7e1d09" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200416Z:2ed967a1-ce95-4aa0-b9ff-ea9e0e7e1d09" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:04:16 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:04:04.5115645-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6e0f6321-3502-498b-824c-eb5ac656c337\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6e0f6321-3502-498b-824c-eb5ac656c337?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82ZTBmNjMyMS0zNTAyLTQ5OGItODI0Yy1lYjVhYzY1NmMzMzc/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "870d076d-2661-4f20-9706-a7844dd2f6e3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "fe45826b-4896-4f7b-a120-37fdf6da4ba5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200553Z:fe45826b-4896-4f7b-a120-37fdf6da4ba5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:05:52 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:04:04.5115645-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6e0f6321-3502-498b-824c-eb5ac656c337\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6e0f6321-3502-498b-824c-eb5ac656c337?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82ZTBmNjMyMS0zNTAyLTQ5OGItODI0Yy1lYjVhYzY1NmMzMzc/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "33dc0cd8-e44c-49b1-8fe1-2aea7457d5cb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "cec87461-ba16-423d-b4cc-5ed74313e276" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200730Z:cec87461-ba16-423d-b4cc-5ed74313e276" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:07:29 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:04:04.5115645-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6e0f6321-3502-498b-824c-eb5ac656c337\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6e0f6321-3502-498b-824c-eb5ac656c337?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82ZTBmNjMyMS0zNTAyLTQ5OGItODI0Yy1lYjVhYzY1NmMzMzc/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29993" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cef1723d-7f1d-4f6d-ab05-539d3e766a5c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "a9c0c6a2-c2d4-41d2-9ab5-0c3af93736e9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T200907Z:a9c0c6a2-c2d4-41d2-9ab5-0c3af93736e9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:09:07 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:04:04.5115645-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6e0f6321-3502-498b-824c-eb5ac656c337\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6e0f6321-3502-498b-824c-eb5ac656c337?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82ZTBmNjMyMS0zNTAyLTQ5OGItODI0Yy1lYjVhYzY1NmMzMzc/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4bc24cf2-c451-4bbc-a31b-e670d3b61fab" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "36f70280-756c-4f03-9966-455ee6709524" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201045Z:36f70280-756c-4f03-9966-455ee6709524" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:44 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:04:04.5115645-08:00\",\r\n \"endTime\": \"2021-12-07T12:09:50.4500891-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6e0f6321-3502-498b-824c-eb5ac656c337\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NTg0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2596" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "47a8c8a8-0460-4b1c-915f-f84e08562008" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "4c7fed54-2b6f-4a9d-9888-544af7b89937" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201045Z:4c7fed54-2b6f-4a9d-9888-544af7b89937" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:44 GMT" + ], + "Content-Length": [ + "3640" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss4584\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"hardwareProfile\": {\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7648.blob.core.windows.net/crptestar5073\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3226\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2119\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5003cad4-fbe1-46b5-bd7c-906c742b6b12\",\r\n \"timeCreated\": \"2021-12-07T12:04:04.5271654-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NTg0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5247f2fc-b539-4bcf-8d7f-6ba6d86280b9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2595" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "df83b018-c56d-486b-91ed-7aebe3ebaffa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "4f21beee-c058-4817-b199-2908b81add84" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201045Z:4f21beee-c058-4817-b199-2908b81add84" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:44 GMT" + ], + "Content-Length": [ + "3640" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss4584\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"hardwareProfile\": {\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7648.blob.core.windows.net/crptestar5073\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3226\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2119\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5003cad4-fbe1-46b5-bd7c-906c742b6b12\",\r\n \"timeCreated\": \"2021-12-07T12:04:04.5271654-08:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NTg0L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e778b7ca-0694-4384-9c36-81ecd6c93b65" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7ea2f08a-f3d4-4f2d-871b-17d6bf0ec4fa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "1f299230-7364-46e6-944d-bd0eba945f63" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201045Z:1f299230-7364-46e6-944d-bd0eba945f63" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:44 GMT" + ], + "Content-Length": [ + "17805" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"internalData\": {\r\n \"propertyValueSettings\": [\r\n {\r\n \"Key\": \"AllowSoCRepairAsImpactTypeEnum\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowPublishingNodeIdHash\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateOnMultiTenantNodes\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockMigrationToAzPEForTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedGuestUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableWhitelistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableBlacklistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForTenantDeletion\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OpportunisticPendingUpdatePublishingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ForceTenantRdssdToAbcMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastAttachDetachForDataDisks\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OptInForHostUpdatesDuringUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStopLast\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStartFirst\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"AzSMTenantSliceLocation\",\r\n \"Value\": \"useast2euap-prod-a.azcp.fc.core.windows.net/debug/Manual/AzLifecycle-Slice3-P1\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpannable\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpanned\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzPEEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzsmServiceHealingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultDetailsForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultInfoForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowMRTenantLiveMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AutoUnprotectNodes\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDedicatedHostPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDNGPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableOptimisticRoleConnectionOnScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipEnforcedStabilizationWaitTimeForRebootForMRTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowSeparateUdsDownForRootHEAndUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionAllJobTrustedTenant\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"DisableDedicatedNodeGroupOverride\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SuspendAlertedParallelJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsWorkloadTypeHardwareRepairValidation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTargetMachinePoolForAllocation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionUpdateJobUntrustedTenant\",\r\n \"Value\": \"Approve\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUdCleanupApprovalRequired\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateInPFMigrationMode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PFMigrationModeEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TipNodeSessionId\",\r\n \"Value\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionSupportForScalingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseQuorumCheckUdWalkPolicy\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OverrideNetworkOperationUsingNsmWithRegionalResource\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLeaseOperationsOnNodeAtTenantLevel\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableTenantLeaseOperationsOnNode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"LeaseManagerUseRootLeaseForScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecovery\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableServiceHealing\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecoveryForForServiceHealingAllocationFailure\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InPlaceRecoveryBudgetInMinutes\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"NodeFlightingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"GuestOSOverrideForTenantUpdate\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"RdfeIsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"WaitOnFshDuringTenantUpdateJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"RoleConfigGenerationStrategy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowDistributedRcfGenerationService\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseAllConnectedRoleInstancesAsOutputEndpointTargetInRcf\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseConnectedRoleInstanceInRCFGeneration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyBlastEnabledForPortConfigurationChange\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyChangeDiscovery\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"HealingThresholdForMaintenanceInSeconds\",\r\n \"Value\": \"900\"\r\n },\r\n {\r\n \"Key\": \"JobParallelismEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"JobTimeoutWarningThresholdInMilliseconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"UseDifferentAlertBehaviorForTimeoutAndSignalError\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantSuspendedJobWaitTimeoutInMinutes\",\r\n \"Value\": \"15\"\r\n },\r\n {\r\n \"Key\": \"TreatCertificateUpdateAsConfigUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationEndTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationStartTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSessionCreationRetryCountThreshold\",\r\n \"Value\": \"1\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMinIntervalBetweenLMTriggerInSeconds\",\r\n \"Value\": \"300\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMaxLMExcecutionCountPerDay\",\r\n \"Value\": \"200\"\r\n },\r\n {\r\n \"Key\": \"TimeSchedulerForLiveMigration\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureCustomizedLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableCustomerInitiatedStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableVMFaultInjectorForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForTenantLMReadinessValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForClusterValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForNSMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForLMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForCustomerInitiatedStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowLiveMigrationForTenant\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"BootstrapTenantSubscriptionIdValue\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableAllocatorSplitTransactionWorkflow\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MonitorConditionCheckerDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UdWalkAvailabilityPolicyForTenant\",\r\n \"Value\": \"RequireAllRoleInstancesInCurrentAndPreviousUDsToBeUp\"\r\n },\r\n {\r\n \"Key\": \"PartialUdWalkEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ContainerProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantRoleInstanceStartupTimeoutInMilliseconds\",\r\n \"Value\": \"1800000\"\r\n },\r\n {\r\n \"Key\": \"PreferRestartDuringInfrastructureUpdates\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"CrpLowPriorityPreemptionPolicy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CrpCallbackUrl\",\r\n \"Value\": \"https://eastus2euap.compute.azure.com:10010/internal/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/fabricCallback/tenants/93f8e4ce-43e5-45dd-996f-dbe3bd2290a9\"\r\n },\r\n {\r\n \"Key\": \"CrpAuthMetadataUrl\",\r\n \"Value\": \"https://eastus2euap.compute.azure.com:10011/AuthenticationMetadata\"\r\n },\r\n {\r\n \"Key\": \"TenantOwners\",\r\n \"Value\": \"System.Collections.Generic.List`1[RD.Fabric.Controller.ClientType]\"\r\n },\r\n {\r\n \"Key\": \"EnableSkipFSHQuorumValidationCheck\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MaxTimeToLiveInMinutesForLowPriority\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"FaultPointType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"FaultPointPlacementType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableUnrestrictedLowPriority\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantCreatedBy\",\r\n \"Value\": \"CRP\"\r\n },\r\n {\r\n \"Key\": \"TenantOverridableSettingSupportedRepairVerbsRegExpression\",\r\n \"Value\": \".*(Reboot$|Heal$|GuestUpdate$|HostUpdate$|GuestAndHostUpdate$)\"\r\n },\r\n {\r\n \"Key\": \"EnableSMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealing\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ActionTakenOnPolicyAgentHealRequest\",\r\n \"Value\": \"RelocateInstance\"\r\n },\r\n {\r\n \"Key\": \"OptedOutFromHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairAlertOnTimeout\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutInMilliseconds\",\r\n \"Value\": \"600000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"ContainerLiveMigrationWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"ManagedTenantType\",\r\n \"Value\": \"Unprivileged\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingTenantUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantJobIncarnationRequiredForApproval\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"AllowContainerProtectionWithoutPolicyAgent\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableDeleteRoleInstanceJob\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EvictionPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUnmanagedRollingUpgradePolicyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdatePrepareApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreNotificationRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealingWithDeadline\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsMREnabledForAllRoles\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForUpdateNodeToCurrentHE\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MachinePoolMismatchMigrationStartTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"BlockNextRollingUpgradeTillDateTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"FailUpdateTenantDuringRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SupportRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantInitiatedRepairThrottlingIntervalInSeconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampAzPEtoFcPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampFcPEtoAzPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PublicMRUserEventsEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"PublicMROptinForceDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusRenewalPeriodInMinutes\",\r\n \"Value\": \"1440\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusExpirationTimeInUTC\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"CoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"VMImpactCoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EscalationId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateFeatureInternallyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairInitiationJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairCompletionJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PolicyAgentDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TestVMHostRebootRepairJobTimeoutInSec\",\r\n \"Value\": \"600\"\r\n }\r\n ]\r\n },\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-12-07T12:10:31.4970439-08:00\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7e12692a-14e5-4189-bcac-9364d39886f9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9f18dd7e-17b3-4ff2-9318-5d6cc2c2d063" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "6444f2d4-c567-4c8e-b846-6ab2e8e51c3b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201045Z:6444f2d4-c567-4c8e-b846-6ab2e8e51c3b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:45 GMT" + ], + "Content-Length": [ + "4069" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss4584\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"hardwareProfile\": {\r\n \"vmSizeProperties\": {\r\n \"vCPUsAvailable\": 1,\r\n \"vCPUsPerCore\": 1\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar7648.blob.core.windows.net/crptestar5073\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3226\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2119\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Network/virtualNetworks/vn9670/subnets/sn2905\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5003cad4-fbe1-46b5-bd7c-906c742b6b12\",\r\n \"timeCreated\": \"2021-12-07T12:04:04.5271654-08:00\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NTg0L3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e08ec5d-8362-4fe7-af77-190fce3d5f18" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2594" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "aea3f761-1bb7-48b3-aba5-907494404d01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "f60758fa-2c94-4986-9930-55c2e0c9e411" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201045Z:f60758fa-2c94-4986-9930-55c2e0c9e411" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:45 GMT" + ], + "Content-Length": [ + "66923" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 40,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar6431/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4584?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0NTg0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7159bad7-00d5-4204-8233-db32b707ff67" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/85b741bb-6fc9-486b-b2ca-a065d6cc8046?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&monitor=true&api-version=2021-11-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/85b741bb-6fc9-486b-b2ca-a065d6cc8046?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "85b741bb-6fc9-486b-b2ca-a065d6cc8046" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "8fa60805-ca26-43b7-9107-4b8a60583642" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201046Z:8fa60805-ca26-43b7-9107-4b8a60583642" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:45 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/85b741bb-6fc9-486b-b2ca-a065d6cc8046?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84NWI3NDFiYi02ZmM5LTQ4NmItYjJjYS1hMDY1ZDZjYzgwNDY/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29991" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "83a5875d-a822-4821-838b-99b80bc71ed8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "e8859c15-c4bd-4281-832e-d081d40cd91b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201056Z:e8859c15-c4bd-4281-832e-d081d40cd91b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:10:55 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:10:46.3096301-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"85b741bb-6fc9-486b-b2ca-a065d6cc8046\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/85b741bb-6fc9-486b-b2ca-a065d6cc8046?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84NWI3NDFiYi02ZmM5LTQ4NmItYjJjYS1hMDY1ZDZjYzgwNDY/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29990" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8dff639b-09d5-4cfa-9931-7a9d5f283733" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "1eaa3504-515a-450f-a69e-704138e568f7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201107Z:1eaa3504-515a-450f-a69e-704138e568f7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:11:06 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:10:46.3096301-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"85b741bb-6fc9-486b-b2ca-a065d6cc8046\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/85b741bb-6fc9-486b-b2ca-a065d6cc8046?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84NWI3NDFiYi02ZmM5LTQ4NmItYjJjYS1hMDY1ZDZjYzgwNDY/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29989" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2d62de3e-840e-4195-b010-f62483f52bff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "c26ef20b-5cbb-4ad0-9cf9-da119ed59a6c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201118Z:c26ef20b-5cbb-4ad0-9cf9-da119ed59a6c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:11:18 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:10:46.3096301-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"85b741bb-6fc9-486b-b2ca-a065d6cc8046\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/85b741bb-6fc9-486b-b2ca-a065d6cc8046?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84NWI3NDFiYi02ZmM5LTQ4NmItYjJjYS1hMDY1ZDZjYzgwNDY/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29988" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d573390a-8fb0-4ef7-92b2-eaa4011de9f1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "cc7e2972-8ae8-4a0c-990c-b5fc1d224743" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201129Z:cc7e2972-8ae8-4a0c-990c-b5fc1d224743" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:11:29 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-07T12:10:46.3096301-08:00\",\r\n \"endTime\": \"2021-12-07T12:11:28.6848083-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"85b741bb-6fc9-486b-b2ca-a065d6cc8046\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/85b741bb-6fc9-486b-b2ca-a065d6cc8046?p=fe1e09d4-f7b7-4066-96ed-9ac26f424134&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy84NWI3NDFiYi02ZmM5LTQ4NmItYjJjYS1hMDY1ZDZjYzgwNDY/cD1mZTFlMDlkNC1mN2I3LTQwNjYtOTZlZC05YWMyNmY0MjQxMzQmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29987" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f72a79a5-4b5e-4b74-a03d-572e5ccd991d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "71b7e7cc-8531-4328-b5e7-540f29a1230c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201129Z:71b7e7cc-8531-4328-b5e7-540f29a1230c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:11:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar6431?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1e53d96-d19a-4798-af88-fe82408734c1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "3be047d9-0938-45f0-84e5-a3afc91d5440" + ], + "x-ms-correlation-request-id": [ + "3be047d9-0938-45f0-84e5-a3afc91d5440" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201131Z:3be047d9-0938-45f0-84e5-a3afc91d5440" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:11:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "7e8095f2-2b95-4110-9d94-e30c2f5325e3" + ], + "x-ms-correlation-request-id": [ + "7e8095f2-2b95-4110-9d94-e30c2f5325e3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201146Z:7e8095f2-2b95-4110-9d94-e30c2f5325e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:11:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "8ece0684-c03d-4f0d-ae2b-cd6ffb664baf" + ], + "x-ms-correlation-request-id": [ + "8ece0684-c03d-4f0d-ae2b-cd6ffb664baf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201201Z:8ece0684-c03d-4f0d-ae2b-cd6ffb664baf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:12:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "0e951cd1-c529-4d4f-b2c4-e4b27f5b1270" + ], + "x-ms-correlation-request-id": [ + "0e951cd1-c529-4d4f-b2c4-e4b27f5b1270" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201217Z:0e951cd1-c529-4d4f-b2c4-e4b27f5b1270" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:12:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "98c050ba-7057-4f5e-96d0-b24d2d8e017b" + ], + "x-ms-correlation-request-id": [ + "98c050ba-7057-4f5e-96d0-b24d2d8e017b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201232Z:98c050ba-7057-4f5e-96d0-b24d2d8e017b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:12:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "1fc05504-9039-4b5b-91db-f47f5f8ae503" + ], + "x-ms-correlation-request-id": [ + "1fc05504-9039-4b5b-91db-f47f5f8ae503" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201247Z:1fc05504-9039-4b5b-91db-f47f5f8ae503" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:12:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "1e12ee6b-b502-439b-bf32-4cff8cc3f563" + ], + "x-ms-correlation-request-id": [ + "1e12ee6b-b502-439b-bf32-4cff8cc3f563" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201302Z:1e12ee6b-b502-439b-bf32-4cff8cc3f563" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:13:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "fcef6915-2d7a-4c71-adb1-d0188cbe2a1a" + ], + "x-ms-correlation-request-id": [ + "fcef6915-2d7a-4c71-adb1-d0188cbe2a1a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201317Z:fcef6915-2d7a-4c71-adb1-d0188cbe2a1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:13:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "2c33cf47-c214-46c9-b616-713d7b55ecd5" + ], + "x-ms-correlation-request-id": [ + "2c33cf47-c214-46c9-b616-713d7b55ecd5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201332Z:2c33cf47-c214-46c9-b616-713d7b55ecd5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:13:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "0485a24e-ee2a-4012-8109-10a676a41539" + ], + "x-ms-correlation-request-id": [ + "0485a24e-ee2a-4012-8109-10a676a41539" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201348Z:0485a24e-ee2a-4012-8109-10a676a41539" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:13:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "2e63125a-ed28-469b-a616-ddcd81098cdc" + ], + "x-ms-correlation-request-id": [ + "2e63125a-ed28-469b-a616-ddcd81098cdc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201403Z:2e63125a-ed28-469b-a616-ddcd81098cdc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:14:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "27dce4a1-670a-4110-8bbc-d011f03d0893" + ], + "x-ms-correlation-request-id": [ + "27dce4a1-670a-4110-8bbc-d011f03d0893" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201418Z:27dce4a1-670a-4110-8bbc-d011f03d0893" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:14:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "326b5ee6-caf5-4c9b-95ed-536d9b8a2a0a" + ], + "x-ms-correlation-request-id": [ + "326b5ee6-caf5-4c9b-95ed-536d9b8a2a0a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201433Z:326b5ee6-caf5-4c9b-95ed-536d9b8a2a0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:14:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "c2d822fc-2dd7-40c4-a43a-789c361df990" + ], + "x-ms-correlation-request-id": [ + "c2d822fc-2dd7-40c4-a43a-789c361df990" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201448Z:c2d822fc-2dd7-40c4-a43a-789c361df990" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:14:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30411.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "cd0aa9e6-4b2f-45e6-9dbf-5ed77bf9003c" + ], + "x-ms-correlation-request-id": [ + "cd0aa9e6-4b2f-45e6-9dbf-5ed77bf9003c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20211207T201448Z:cd0aa9e6-4b2f-45e6-9dbf-5ed77bf9003c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 07 Dec 2021 20:14:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "TestScaleSetOperationsInternal": [ + "crptestar6431", + "vmss4584", + "crptestar7648" + ], + "CreatePublicIP": [ + "pip9019", + "dn1654" + ], + "CreateVNET": [ + "vn9670", + "sn2905" + ], + "CreateNIC": [ + "nic4982", + "ip4016" + ], + "CreateDefaultVMScaleSetInput": [ + "crptestar5073", + "vmss8673", + "vmsstestnetconfig3226", + "vmsstestnetconfig2119" + ] + }, + "Variables": { + "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_EncryptionAtHost.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_EncryptionAtHost.json index 649782a168d27..4a76b4e2cfd58 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_EncryptionAtHost.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_EncryptionAtHost.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6ade728-394d-4587-ba99-1bb56935f29e" + "e3f5c740-6906-4d51-9de4-fcd963269096" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "a41fbddb-2e24-4f1c-9433-4115ab1f666a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ad0c6992-646e-4391-9997-beb7303002ac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11999" ], "x-ms-correlation-request-id": [ - "51b22889-37b9-49e5-983c-be4759713c29" + "88977ff9-4dd5-4126-8570-bcb2828b55c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081317Z:51b22889-37b9-49e5-983c-be4759713c29" + "EASTUS2:20211117T144813Z:88977ff9-4dd5-4126-8570-bcb2828b55c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:17 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4086?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwODY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3774?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar4086\": \"2021-06-29 08:13:17Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3774\": \"2021-11-17 14:48:13Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a66a1af0-2606-4e96-9e50-4075bb8090c7" + "f5522802-a252-4d98-afca-06a7ce4a7310" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:12 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "5be7243b-e573-47d3-a7ec-7fc11625ad03" + "2523c39b-eb50-44a8-9664-8fd768ab403b" ], "x-ms-correlation-request-id": [ - "5be7243b-e573-47d3-a7ec-7fc11625ad03" + "2523c39b-eb50-44a8-9664-8fd768ab403b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081318Z:5be7243b-e573-47d3-a7ec-7fc11625ad03" + "EASTUS2:20211117T144813Z:2523c39b-eb50-44a8-9664-8fd768ab403b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:17 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086\",\r\n \"name\": \"crptestar4086\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar4086\": \"2021-06-29 08:13:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774\",\r\n \"name\": \"crptestar3774\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3774\": \"2021-11-17 14:48:13Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4086?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwODY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3774?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "43b016c9-2da2-4d74-8700-c30abc1d6a7c" + "bdcb9521-03cc-4d47-9ee0-48c51511ae4c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,20 +165,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-request-id": [ - "40d4d5a2-cb0a-4c5f-acb0-d2a67768ffa4" + "cccdebe4-e58e-4102-a97e-3483ef75244b" ], "x-ms-correlation-request-id": [ - "40d4d5a2-cb0a-4c5f-acb0-d2a67768ffa4" + "cccdebe4-e58e-4102-a97e-3483ef75244b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081347Z:40d4d5a2-cb0a-4c5f-acb0-d2a67768ffa4" + "EASTUS2:20211117T144842Z:cccdebe4-e58e-4102-a97e-3483ef75244b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:46 GMT" - ], "Content-Length": [ "180" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086\",\r\n \"name\": \"crptestar4086\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774\",\r\n \"name\": \"crptestar3774\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Storage/storageAccounts/crptestar1865?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxODY1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Storage/storageAccounts/crptestar1732?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNzMyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1ea9341b-da24-437f-aa74-7d25124069d8" + "b1b541ef-b15d-4b16-b982-7c2bc5c4d8ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca5ba971-80fc-4fb0-a2c5-d3323e0d3d25?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b7e060b6-b6bb-427c-82de-570bca798054?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ca5ba971-80fc-4fb0-a2c5-d3323e0d3d25" + "b7e060b6-b6bb-427c-82de-570bca798054" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "4732889e-45bd-40c3-8b32-66cb8d403c4a" + "b8e780dc-8193-4dca-b872-8a0c0cb762f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081320Z:4732889e-45bd-40c3-8b32-66cb8d403c4a" + "EASTUS2:20211117T144815Z:b8e780dc-8193-4dca-b872-8a0c0cb762f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:20 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca5ba971-80fc-4fb0-a2c5-d3323e0d3d25?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvY2E1YmE5NzEtODBmYy00ZmIwLWEyYzUtZDMzMjNlMGQzZDI1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b7e060b6-b6bb-427c-82de-570bca798054?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYjdlMDYwYjYtYjZiYi00MjdjLTgyZGUtNTcwYmNhNzk4MDU0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dcde8806-fee8-4f41-8e65-e85245242d81" + "58843bd7-d97c-408f-924c-ca1c4e1df7b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-correlation-request-id": [ - "e14090ef-545e-4a7d-a504-e662364e0c89" + "bd40aaf5-3bbc-4c0a-b31c-a0044b0841d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081337Z:e14090ef-545e-4a7d-a504-e662364e0c89" + "EASTUS2:20211117T144832Z:bd40aaf5-3bbc-4c0a-b31c-a0044b0841d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:37 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ff74990-0818-4372-9409-1f11e356693d" + "e0e03561-6f44-4a3f-94b4-5ed5bf96afcb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "197a4b4c-c216-4c5b-ba16-7d4d1a2975cb" + "9c2712a3-4f35-4614-9e3f-3329e7566af6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11987" ], "x-ms-correlation-request-id": [ - "62c4fd0a-df61-4b6b-a34f-ef9b4ec1c07d" + "e56e7c39-428b-4d07-a745-97e73d95adda" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081347Z:62c4fd0a-df61-4b6b-a34f-ef9b4ec1c07d" + "EASTUS2:20211117T144842Z:e56e7c39-428b-4d07-a745-97e73d95adda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:46 GMT" - ], "Content-Length": [ "741" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Storage/storageAccounts/crptestar1865\",\r\n \"name\": \"crptestar1865\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T08:13:18.592938Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1865.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1865.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1865.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1865.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Storage/storageAccounts/crptestar1732\",\r\n \"name\": \"crptestar1732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:48:13.6555067Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1732.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1732.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1732.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Storage/storageAccounts/crptestar1865?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxODY1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Storage/storageAccounts/crptestar1732?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNzMyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17e06118-8f27-47da-8f3d-11f1c3c69b12" + "712e0969-5544-4a76-8939-99d7e6d401bb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "91845eed-f98a-4a8a-98fe-cc4f169e7033" + "eeb08197-2bcc-4155-879a-4c5984b2d2f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11986" ], "x-ms-correlation-request-id": [ - "d4f0b362-1601-47f7-a381-ce8ed6c371e3" + "277751e3-81fb-4e43-8686-5ec7d5f28cef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081347Z:d4f0b362-1601-47f7-a381-ce8ed6c371e3" + "EASTUS2:20211117T144842Z:277751e3-81fb-4e43-8686-5ec7d5f28cef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:46 GMT" - ], "Content-Length": [ "729" ], @@ -457,46 +457,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Storage/storageAccounts/crptestar1865\",\r\n \"name\": \"crptestar1865\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T08:13:18.592938Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1865.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1865.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1865.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1865.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Storage/storageAccounts/crptestar1732\",\r\n \"name\": \"crptestar1732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:48:13.6555067Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1732.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1732.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1732.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d0e8043-8c1c-467b-9f97-d45eac4302e6" + "3f63d1b7-8821-43bb-9eaf-9f182d7b07fe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "6e517030-d79d-47fb-8346-06687b40ed7c" + "86e1f49b-4c8e-48e8-ba2d-bb138ad7d7cd" ], "x-ms-correlation-request-id": [ - "6e517030-d79d-47fb-8346-06687b40ed7c" + "86e1f49b-4c8e-48e8-ba2d-bb138ad7d7cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081347Z:6e517030-d79d-47fb-8346-06687b40ed7c" + "EASTUS2:20211117T144842Z:86e1f49b-4c8e-48e8-ba2d-bb138ad7d7cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:47 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/publicIPAddresses/pip7448?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc0NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/publicIPAddresses/pip1342?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzNDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1975\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dbc7179d-061b-4cf3-97c2-cbe136b21580" + "9b0499b8-6212-42b7-aef9-fb1b593cfd61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "eebd9bea-c167-4ff9-b842-6c95bd70ff57" + "bf802723-6403-4e2c-803b-78df18a9c208" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/eebd9bea-c167-4ff9-b842-6c95bd70ff57?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/bf802723-6403-4e2c-803b-78df18a9c208?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "876c6bc1-e763-4ce1-a795-78fc6203cd65" + "c6bd540a-8582-4e9e-9bb2-34b7a35f0918" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "03306363-4e20-4dd3-a078-8596343fc10d" + "17a19165-ff0d-427c-84ad-cb08c0fa7f57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081348Z:876c6bc1-e763-4ce1-a795-78fc6203cd65" + "EASTUS2:20211117T144843Z:c6bd540a-8582-4e9e-9bb2-34b7a35f0918" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:47 GMT" - ], "Content-Length": [ "757" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7448\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/publicIPAddresses/pip7448\",\r\n \"etag\": \"W/\\\"1171f5e7-7afd-411f-a7a2-6c1343e37596\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0e4f1789-4c32-4e8b-b651-7188a1106062\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1975\",\r\n \"fqdn\": \"dn1975.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1342\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/publicIPAddresses/pip1342\",\r\n \"etag\": \"W/\\\"fe606084-8c74-48db-8928-9d92766eea01\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c5c3f65b-17ed-49c0-9705-56c5528c51fc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\",\r\n \"fqdn\": \"dn6843.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/eebd9bea-c167-4ff9-b842-6c95bd70ff57?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VlYmQ5YmVhLWMxNjctNGZmOS1iODQyLTZjOTViZDcwZmY1Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/bf802723-6403-4e2c-803b-78df18a9c208?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JmODAyNzIzLTY0MDMtNGUyYy04MDNiLTc4ZGYxOGE5YzIwOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6ccbf23e-9078-4a27-9d6c-f402f98448dd" + "7229f150-e14d-4804-8607-2c3948508b36" ], "x-ms-correlation-request-id": [ - "f75d038b-9139-4305-aea2-e5472f738d3e" + "bef86156-f5d0-4cf5-928a-09145cfc0abf" ], "x-ms-arm-service-request-id": [ - "6fd01db6-1d42-4ddd-824d-1c77ff564d3b" + "278b7c79-93be-42ee-ac72-b14207ab9b9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081349Z:f75d038b-9139-4305-aea2-e5472f738d3e" + "EASTUS2:20211117T144844Z:bef86156-f5d0-4cf5-928a-09145cfc0abf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:48 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/publicIPAddresses/pip7448?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc0NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/publicIPAddresses/pip1342?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzNDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +674,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fbebdd2d-bb49-4ccb-a986-91207bab9745\"" + "W/\"3ee781f9-c88c-4e2c-a0e1-241c7f73ca8a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3db47689-6b06-4f45-a41d-e74e2f1e4d07" + "0de79b9a-6d97-4ad7-b89c-8ff5944773a2" ], "x-ms-correlation-request-id": [ - "3ff3e08f-84c0-43c0-b89c-e16a96281966" + "8b9f59f7-9324-4b56-ab73-6a948d846fc7" ], "x-ms-arm-service-request-id": [ - "121c1c99-affa-4b4c-8f62-accd3a38682b" + "1ef96c03-a618-4c56-bc07-a790db3b4ce8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081349Z:3ff3e08f-84c0-43c0-b89c-e16a96281966" + "EASTUS2:20211117T144844Z:8b9f59f7-9324-4b56-ab73-6a948d846fc7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:48 GMT" - ], "Content-Length": [ "758" ], @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7448\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/publicIPAddresses/pip7448\",\r\n \"etag\": \"W/\\\"fbebdd2d-bb49-4ccb-a986-91207bab9745\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4f1789-4c32-4e8b-b651-7188a1106062\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1975\",\r\n \"fqdn\": \"dn1975.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1342\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/publicIPAddresses/pip1342\",\r\n \"etag\": \"W/\\\"3ee781f9-c88c-4e2c-a0e1-241c7f73ca8a\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c5c3f65b-17ed-49c0-9705-56c5528c51fc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\",\r\n \"fqdn\": \"dn6843.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/publicIPAddresses/pip7448?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc0NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/publicIPAddresses/pip1342?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzNDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42b50487-e354-4865-9e03-ebc9fbdc8181" + "83a10a5a-ef09-47d8-a458-c5b1654b2cc4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +744,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fbebdd2d-bb49-4ccb-a986-91207bab9745\"" + "W/\"3ee781f9-c88c-4e2c-a0e1-241c7f73ca8a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "95512762-c85d-4e81-b8b6-43b0b3dd6820" + "bab00cdf-7e36-4e86-ad9d-c5a7e753c2f1" ], "x-ms-correlation-request-id": [ - "5c249929-210e-4bb6-8d15-c80651f0eb2e" + "a5a0795f-81db-4214-b582-07daad99c3bb" ], "x-ms-arm-service-request-id": [ - "bcf4bb69-8a48-42a6-bb63-a667757124c6" + "206d85e2-f720-41ad-bd01-45fcaa1680ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081349Z:5c249929-210e-4bb6-8d15-c80651f0eb2e" + "EASTUS2:20211117T144844Z:a5a0795f-81db-4214-b582-07daad99c3bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:48 GMT" - ], "Content-Length": [ "758" ], @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7448\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/publicIPAddresses/pip7448\",\r\n \"etag\": \"W/\\\"fbebdd2d-bb49-4ccb-a986-91207bab9745\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4f1789-4c32-4e8b-b651-7188a1106062\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1975\",\r\n \"fqdn\": \"dn1975.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1342\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/publicIPAddresses/pip1342\",\r\n \"etag\": \"W/\\\"3ee781f9-c88c-4e2c-a0e1-241c7f73ca8a\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c5c3f65b-17ed-49c0-9705-56c5528c51fc\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6843\",\r\n \"fqdn\": \"dn6843.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYwMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7575\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2262\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "af98d100-9ce9-4b2c-a163-3625284d66ab" + "2d3ea9b3-fdad-4c8b-9c95-8bc57f880f04" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,46 +820,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:44 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4d96e986-8763-4d14-9c93-47b419b20a58" + "c9158dd5-e2e9-442e-9304-5f5d859c1f10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4d96e986-8763-4d14-9c93-47b419b20a58?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c9158dd5-e2e9-442e-9304-5f5d859c1f10?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0dce4782-ab0e-4b1c-8eab-0d149e4555a8" + "9613db10-716a-4360-90b2-2c15be32ba3a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e6c6b084-48cb-4a1d-bb9c-65285880cb18" + "fd32a2d5-145e-4fcd-8c37-01213185995c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081350Z:0dce4782-ab0e-4b1c-8eab-0d149e4555a8" + "EASTUS2:20211117T144844Z:9613db10-716a-4360-90b2-2c15be32ba3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:49 GMT" - ], "Content-Length": [ "1315" ], @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4097\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097\",\r\n \"etag\": \"W/\\\"062b4874-641f-4a61-b93e-9919b7a63ef4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0f6ce687-64cb-4f57-834d-a7bb9bed54a3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\",\r\n \"etag\": \"W/\\\"062b4874-641f-4a61-b93e-9919b7a63ef4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021\",\r\n \"etag\": \"W/\\\"53eafe9f-9a19-46e3-bd64-6e3336c3f03f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ad05bc46-fb9a-484e-b373-50b67446e212\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2262\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\",\r\n \"etag\": \"W/\\\"53eafe9f-9a19-46e3-bd64-6e3336c3f03f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4d96e986-8763-4d14-9c93-47b419b20a58?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRkOTZlOTg2LTg3NjMtNGQxNC05YzkzLTQ3YjQxOWIyMGE1OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c9158dd5-e2e9-442e-9304-5f5d859c1f10?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2M5MTU4ZGQ1LWUyZTktNDQyZS05MzA0LTVmNWQ4NTljMWYxMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "caf74ee9-69bb-4f70-a519-b5efda5f8eea" + "57485054-25ed-4946-b9f7-d1e76ab6cbfc" ], "x-ms-correlation-request-id": [ - "a23585ea-e304-42ea-afab-1a235006e7ba" + "29850e44-768b-4ab7-af9f-a13b63e9e019" ], "x-ms-arm-service-request-id": [ - "e84eaa38-5299-467c-b6eb-814c907d4bd1" + "0eaf5686-57ba-423c-ad6e-22906182b2d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081353Z:a23585ea-e304-42ea-afab-1a235006e7ba" + "EASTUS2:20211117T144847Z:29850e44-768b-4ab7-af9f-a13b63e9e019" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:52 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwOTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYwMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,40 +951,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c154b383-19f4-4c33-970a-125bf76f5df3\"" + "W/\"12dfb4ba-e7d4-4e94-8cc0-5370d72eb85b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "611238ab-a8e6-4454-9e9d-06879b6ed84e" + "7737b47c-e640-4e06-8dfd-05d79fefa94d" ], "x-ms-correlation-request-id": [ - "eaa536fb-fe68-4059-a7fc-2fdf8b69bab6" + "358f782e-1239-4ae7-9af3-d9b6034f4f98" ], "x-ms-arm-service-request-id": [ - "e2077296-4d2b-462c-9e9d-f5af1cee7632" + "b77eeb2e-3bee-4245-8865-ff500f861f3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081353Z:eaa536fb-fe68-4059-a7fc-2fdf8b69bab6" + "EASTUS2:20211117T144847Z:358f782e-1239-4ae7-9af3-d9b6034f4f98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:52 GMT" - ], "Content-Length": [ "1317" ], @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4097\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097\",\r\n \"etag\": \"W/\\\"c154b383-19f4-4c33-970a-125bf76f5df3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0f6ce687-64cb-4f57-834d-a7bb9bed54a3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\",\r\n \"etag\": \"W/\\\"c154b383-19f4-4c33-970a-125bf76f5df3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6021\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021\",\r\n \"etag\": \"W/\\\"12dfb4ba-e7d4-4e94-8cc0-5370d72eb85b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad05bc46-fb9a-484e-b373-50b67446e212\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2262\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\",\r\n \"etag\": \"W/\\\"12dfb4ba-e7d4-4e94-8cc0-5370d72eb85b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwOTcvc3VibmV0cy9zbjc1NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYwMjEvc3VibmV0cy9zbjIyNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83661ca9-8e0f-4a91-86a3-94ca0ed2d453" + "8b17b6d5-03ba-4fb5-af30-9234abf1d9ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,40 +1021,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c154b383-19f4-4c33-970a-125bf76f5df3\"" + "W/\"12dfb4ba-e7d4-4e94-8cc0-5370d72eb85b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c061ea5c-1755-437f-ad8f-f2e5bf27c90c" + "f1e83e50-8591-48b0-a0de-8f37d714843f" ], "x-ms-correlation-request-id": [ - "4acb15ab-fdca-47f1-855e-f51ff0614e83" + "f66d1e81-20c3-4915-920f-cfbf3d292b41" ], "x-ms-arm-service-request-id": [ - "08b13a0c-29a1-4287-990d-7a8844789422" + "eb91cdc3-90e0-427e-9fe0-6647a6c55272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081353Z:4acb15ab-fdca-47f1-855e-f51ff0614e83" + "EASTUS2:20211117T144847Z:f66d1e81-20c3-4915-920f-cfbf3d292b41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:52 GMT" - ], "Content-Length": [ "523" ], @@ -1065,25 +1065,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\",\r\n \"etag\": \"W/\\\"c154b383-19f4-4c33-970a-125bf76f5df3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2262\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\",\r\n \"etag\": \"W/\\\"12dfb4ba-e7d4-4e94-8cc0-5370d72eb85b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk3MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzMjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\r\n }\r\n },\r\n \"name\": \"ip8704\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2262\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\r\n }\r\n },\r\n \"name\": \"ip3184\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "843a7bd4-c3cb-46d2-8467-9dbe8e11b69f" + "c2512284-98a8-4bfd-b6e5-94173bb747c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1097,43 +1097,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "30a9676b-097a-4a64-bbae-fc272d018b61" + "a697f8c3-61e0-4f84-ae1e-f6728b8cf409" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/30a9676b-097a-4a64-bbae-fc272d018b61?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a697f8c3-61e0-4f84-ae1e-f6728b8cf409?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1babb7d0-de80-4af8-ba64-a19e963f35ea" + "88daabaf-f40b-4d1a-8e8f-fa70131ab9e7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3f510b82-b612-4d2d-8d01-294911da2059" + "f7ee083f-649b-4bdc-a4a4-ea8e3b08ba73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081353Z:1babb7d0-de80-4af8-ba64-a19e963f35ea" + "EASTUS2:20211117T144848Z:88daabaf-f40b-4d1a-8e8f-fa70131ab9e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:52 GMT" - ], "Content-Length": [ "1625" ], @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704\",\r\n \"etag\": \"W/\\\"df61d296-114b-4c66-aa11-70d75800ce20\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9e075ca5-a622-4bb3-b98a-ccf4daa58b4e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704/ipConfigurations/ip8704\",\r\n \"etag\": \"W/\\\"df61d296-114b-4c66-aa11-70d75800ce20\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\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\": \"q5tgyd4lmrlu5a0nu43zx1kuud.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2323\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323\",\r\n \"etag\": \"W/\\\"2c5dad2e-1dd1-468d-a190-aee0ce622260\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad935664-8eaa-46d2-8bfc-e503a8d649af\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323/ipConfigurations/ip3184\",\r\n \"etag\": \"W/\\\"2c5dad2e-1dd1-468d-a190-aee0ce622260\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\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\": \"i04allm05nherm1tkc1hirxccc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk3MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzMjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,40 +1164,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"df61d296-114b-4c66-aa11-70d75800ce20\"" + "W/\"2c5dad2e-1dd1-468d-a190-aee0ce622260\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a76a71c5-1002-492c-80cf-087821482544" + "e41e51a2-d5a9-4bac-961b-cefee608817d" ], "x-ms-correlation-request-id": [ - "4bc6833e-7d99-4fc7-826b-4b9a71c2581a" + "3cf3c42e-e1e4-4a91-ae16-dea54fc5ecde" ], "x-ms-arm-service-request-id": [ - "f8832a71-807e-4103-84b5-b6ef945fc1fb" + "577929a7-6f46-4ae2-9788-22026aa8fb54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081353Z:4bc6833e-7d99-4fc7-826b-4b9a71c2581a" + "EASTUS2:20211117T144848Z:3cf3c42e-e1e4-4a91-ae16-dea54fc5ecde" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:53 GMT" - ], "Content-Length": [ "1625" ], @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704\",\r\n \"etag\": \"W/\\\"df61d296-114b-4c66-aa11-70d75800ce20\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9e075ca5-a622-4bb3-b98a-ccf4daa58b4e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704/ipConfigurations/ip8704\",\r\n \"etag\": \"W/\\\"df61d296-114b-4c66-aa11-70d75800ce20\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\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\": \"q5tgyd4lmrlu5a0nu43zx1kuud.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2323\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323\",\r\n \"etag\": \"W/\\\"2c5dad2e-1dd1-468d-a190-aee0ce622260\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad935664-8eaa-46d2-8bfc-e503a8d649af\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323/ipConfigurations/ip3184\",\r\n \"etag\": \"W/\\\"2c5dad2e-1dd1-468d-a190-aee0ce622260\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\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\": \"i04allm05nherm1tkc1hirxccc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk3MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzMjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2502b64-b877-4620-84f0-35e3d558555b" + "ae5034ef-abd2-453d-8d88-9da1dd50e29c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,40 +1234,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"df61d296-114b-4c66-aa11-70d75800ce20\"" + "W/\"2c5dad2e-1dd1-468d-a190-aee0ce622260\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "605f4c51-0723-4be8-886b-6f8ea2b0489d" + "95c516bc-d60f-4b1f-aeab-999abcb525a4" ], "x-ms-correlation-request-id": [ - "1342bb40-5562-481e-a3c9-a4810e74a185" + "5124ae96-4d01-40da-9dc8-b56c876fad8e" ], "x-ms-arm-service-request-id": [ - "92023997-fc5f-4a8c-ab39-1fa0cd0ce684" + "c4ade514-d307-4865-8c11-6c4b058c5078" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081353Z:1342bb40-5562-481e-a3c9-a4810e74a185" + "EASTUS2:20211117T144848Z:5124ae96-4d01-40da-9dc8-b56c876fad8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:53 GMT" - ], "Content-Length": [ "1625" ], @@ -1278,52 +1278,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704\",\r\n \"etag\": \"W/\\\"df61d296-114b-4c66-aa11-70d75800ce20\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9e075ca5-a622-4bb3-b98a-ccf4daa58b4e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8704\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/networkInterfaces/nic9704/ipConfigurations/ip8704\",\r\n \"etag\": \"W/\\\"df61d296-114b-4c66-aa11-70d75800ce20\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\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\": \"q5tgyd4lmrlu5a0nu43zx1kuud.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2323\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323\",\r\n \"etag\": \"W/\\\"2c5dad2e-1dd1-468d-a190-aee0ce622260\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad935664-8eaa-46d2-8bfc-e503a8d649af\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/networkInterfaces/nic2323/ipConfigurations/ip3184\",\r\n \"etag\": \"W/\\\"2c5dad2e-1dd1-468d-a190-aee0ce622260\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\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\": \"i04allm05nherm1tkc1hirxccc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NjUxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig765\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6860\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7303\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6420\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c00836dc-5b91-4b47-aa6b-605049b49467" + "73d2a2d9-3957-4d96-b140-182739c106aa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2140" + "2141" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/54077a40-56d3-40ce-b903-4a1ef9418f87?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/768075a5-487d-4807-9aee-5a6f828d3264?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54077a40-56d3-40ce-b903-4a1ef9418f87" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "768075a5-487d-4807-9aee-5a6f828d3264" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "18ee38a8-a220-4293-9133-5b0cc2e6af51" + "ec6bca28-7567-45d2-9f1c-2f4865c72676" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081355Z:18ee38a8-a220-4293-9133-5b0cc2e6af51" + "EASTUS2:20211117T144849Z:ec6bca28-7567-45d2-9f1c-2f4865c72676" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:13:55 GMT" - ], "Content-Length": [ - "3805" + "3806" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,60 +1363,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6341\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig765\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6860\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"20138a5d-e2b9-49dd-905c-15c376d90608\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7303\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6420\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"49928c14-74dd-4f9f-8119-3cd77fbcd0d6\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/54077a40-56d3-40ce-b903-4a1ef9418f87?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MDc3YTQwLTU2ZDMtNDBjZS1iOTAzLTRhMWVmOTQxOGY4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/768075a5-487d-4807-9aee-5a6f828d3264?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc2ODA3NWE1LTQ4N2QtNDgwNy05YWVlLTVhNmY4MjhkMzI2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:59 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "23a74c32-30b0-4b0f-adda-bc8c62c4303b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "86d2a778-82f9-4e57-8699-52b9de11141d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11998" ], "x-ms-correlation-request-id": [ - "4080b038-db38-445a-b510-183eb5154e2b" + "548e69d3-893a-421e-beb0-b3b9c7c772be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081405Z:4080b038-db38-445a-b510-183eb5154e2b" + "EASTUS2:20211117T144859Z:548e69d3-893a-421e-beb0-b3b9c7c772be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:14:05 GMT" - ], "Content-Length": [ "134" ], @@ -1427,57 +1427,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:13:54.2941429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"54077a40-56d3-40ce-b903-4a1ef9418f87\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:48:48.9032085+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"768075a5-487d-4807-9aee-5a6f828d3264\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/54077a40-56d3-40ce-b903-4a1ef9418f87?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MDc3YTQwLTU2ZDMtNDBjZS1iOTAzLTRhMWVmOTQxOGY4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/768075a5-487d-4807-9aee-5a6f828d3264?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc2ODA3NWE1LTQ4N2QtNDgwNy05YWVlLTVhNmY4MjhkMzI2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:50:36 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ff69e4a2-b787-4481-88c4-76de17de1d46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "41c4262d-8554-44f0-8c21-edb46a07b92c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11999" ], "x-ms-correlation-request-id": [ - "ab3cf3a4-c238-4904-a5af-3f2bd4b4e1e3" + "489c86d8-216d-41c7-808e-3f341273a825" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081542Z:ab3cf3a4-c238-4904-a5af-3f2bd4b4e1e3" + "EASTUS2:20211117T145037Z:489c86d8-216d-41c7-808e-3f341273a825" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:15:42 GMT" - ], "Content-Length": [ "134" ], @@ -1488,57 +1488,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:13:54.2941429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"54077a40-56d3-40ce-b903-4a1ef9418f87\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:48:48.9032085+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"768075a5-487d-4807-9aee-5a6f828d3264\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/54077a40-56d3-40ce-b903-4a1ef9418f87?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MDc3YTQwLTU2ZDMtNDBjZS1iOTAzLTRhMWVmOTQxOGY4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/768075a5-487d-4807-9aee-5a6f828d3264?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc2ODA3NWE1LTQ4N2QtNDgwNy05YWVlLTVhNmY4MjhkMzI2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:52:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5a7adee-5fd2-41b4-a8ec-e9a677ea48e0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ae1fc90-15df-4737-a55b-2de14f59c163" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11999" ], "x-ms-correlation-request-id": [ - "1243ce2e-0c7b-4809-8abb-3eec4465bcdd" + "d784b5a3-7da2-42c5-89b0-e81f1a441e9a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081719Z:1243ce2e-0c7b-4809-8abb-3eec4465bcdd" + "EASTUS2:20211117T145214Z:d784b5a3-7da2-42c5-89b0-e81f1a441e9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:17:19 GMT" - ], "Content-Length": [ "134" ], @@ -1549,57 +1549,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:13:54.2941429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"54077a40-56d3-40ce-b903-4a1ef9418f87\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:48:48.9032085+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"768075a5-487d-4807-9aee-5a6f828d3264\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/54077a40-56d3-40ce-b903-4a1ef9418f87?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MDc3YTQwLTU2ZDMtNDBjZS1iOTAzLTRhMWVmOTQxOGY4Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/768075a5-487d-4807-9aee-5a6f828d3264?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc2ODA3NWE1LTQ4N2QtNDgwNy05YWVlLTVhNmY4MjhkMzI2ND9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:53:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6339d7f3-03c4-46fd-9bd3-96885e64c467" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14b7439d-1f78-4efe-a1e9-cb1b334e224d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11999" ], "x-ms-correlation-request-id": [ - "339a0395-d5f3-4bc4-af04-075a2a4eaee9" + "a277a8b5-6bd3-4f22-b306-7e156a72d300" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081856Z:339a0395-d5f3-4bc4-af04-075a2a4eaee9" + "EASTUS2:20211117T145351Z:a277a8b5-6bd3-4f22-b306-7e156a72d300" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:18:56 GMT" - ], "Content-Length": [ "184" ], @@ -1610,59 +1610,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:13:54.2941429+00:00\",\r\n \"endTime\": \"2021-06-29T08:18:37.5611246+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"54077a40-56d3-40ce-b903-4a1ef9418f87\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:48:48.9032085+00:00\",\r\n \"endTime\": \"2021-11-17T14:52:51.1999631+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"768075a5-487d-4807-9aee-5a6f828d3264\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NjUxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:53:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2583" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "089e43cb-5c13-48b6-9f22-b3fcfd50a912" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "306239a0-d070-4d45-9f9b-3de9c09652a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11998" ], "x-ms-correlation-request-id": [ - "1742215f-2694-4992-a0de-d107df4e6703" + "957e24e0-9295-41c4-9b28-718537c68af6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081856Z:1742215f-2694-4992-a0de-d107df4e6703" + "EASTUS2:20211117T145351Z:957e24e0-9295-41c4-9b28-718537c68af6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:18:56 GMT" - ], "Content-Length": [ - "3806" + "3807" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1671,65 +1671,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6341\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig765\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6860\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"20138a5d-e2b9-49dd-905c-15c376d90608\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7303\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6420\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"49928c14-74dd-4f9f-8119-3cd77fbcd0d6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NjUxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "640fe7bc-8f44-4504-b48f-5a16b899bcbf" + "aeef04d4-4343-4529-9bd8-ea1f321f7f6b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:53:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2582" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74a761e3-e8e0-44a4-9c2e-8cfe7e75c9e2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "19e71d06-ed05-4e61-9f7b-d93b5ea5bac8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11997" ], "x-ms-correlation-request-id": [ - "ad9927aa-b1ba-4188-8fc4-b63efde22d35" + "11831e66-74f5-4622-9ff2-cbe7a7c165f3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081856Z:ad9927aa-b1ba-4188-8fc4-b63efde22d35" + "EASTUS2:20211117T145351Z:11831e66-74f5-4622-9ff2-cbe7a7c165f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:18:56 GMT" - ], "Content-Length": [ - "3806" + "3807" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1738,65 +1738,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6341\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig765\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6860\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"20138a5d-e2b9-49dd-905c-15c376d90608\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7303\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6420\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"49928c14-74dd-4f9f-8119-3cd77fbcd0d6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzQxL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NjUxL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c68412d-e819-43f0-b92b-947e0657cef3" + "a9ca4d98-28ce-4a35-b753-6e85adacec85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:53:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e979308-4ee9-4b24-b50c-ca886c0e2796" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bcbbb9d1-ec28-4032-b2f4-cca124d9fbf1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11996" ], "x-ms-correlation-request-id": [ - "144a04e3-3003-421c-973c-779232a18c9c" + "ebb4d2c4-2d23-48dd-8346-5e797a525922" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081856Z:144a04e3-3003-421c-973c-779232a18c9c" + "EASTUS2:20211117T145351Z:ebb4d2c4-2d23-48dd-8346-5e797a525922" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:18:56 GMT" - ], "Content-Length": [ - "992" + "996" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1805,65 +1805,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:18:37.5299018+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T14:53:19.5611272+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30a63ea5-4366-4235-94c9-4c57e9507e4f" + "d3f3818d-0fd7-4025-9ade-2f70a926c998" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:53:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d01401e-2f61-4a2b-ac8c-d8a8fce5af7d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c3551638-ae5b-4e70-9037-64f2717af71f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11995" ], "x-ms-correlation-request-id": [ - "e1068e47-1857-4e3d-9533-c9673e3fea42" + "7f089f5b-92bd-48de-b460-aa97a87a7ba6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081856Z:e1068e47-1857-4e3d-9533-c9673e3fea42" + "EASTUS2:20211117T145351Z:7f089f5b-92bd-48de-b460-aa97a87a7ba6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:18:56 GMT" - ], "Content-Length": [ - "4263" + "4264" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1872,65 +1872,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6341\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig765\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6860\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Network/virtualNetworks/vn4097/subnets/sn7575\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"20138a5d-e2b9-49dd-905c-15c376d90608\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6651\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7303\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6420\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Network/virtualNetworks/vn6021/subnets/sn2262\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"49928c14-74dd-4f9f-8119-3cd77fbcd0d6\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzQxL3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NjUxL3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68d5f6e2-6002-4896-9827-9e1414d95291" + "b2325802-caf1-4a5f-ad1e-1f050a765b61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:53:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2581" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2588" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "acb9ff79-271e-40b4-bf50-59aecad35715" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cc9b5b85-1ad5-482c-a4bf-de2b205e5608" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11994" ], "x-ms-correlation-request-id": [ - "9c5cd866-d725-49f1-8e2d-40f872a21a10" + "f476c277-7117-4ba3-b67d-d77b1a9eea83" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081856Z:9c5cd866-d725-49f1-8e2d-40f872a21a10" + "EASTUS2:20211117T145351Z:f476c277-7117-4ba3-b67d-d77b1a9eea83" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:18:56 GMT" - ], "Content-Length": [ - "86448" + "14289" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1939,139 +1939,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4086/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6341?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQwODYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3774/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6651?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NjUxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f814de3-2f63-462e-b11b-87fe99642792" + "ce4f4482-6ded-4f04-9c0f-f7177c8317c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:53:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2c009f4e-0138-4583-89ef-910a659563c5?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a075fc-1b7f-4325-96fd-f8e125a141f3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2c009f4e-0138-4583-89ef-910a659563c5?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a075fc-1b7f-4325-96fd-f8e125a141f3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "4" + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2c009f4e-0138-4583-89ef-910a659563c5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "34a075fc-1b7f-4325-96fd-f8e125a141f3" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "bc494f82-1c58-4d53-a661-3ae80e4aaeb6" + "041d9ffc-f562-48aa-966f-03e7d56d488d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081856Z:bc494f82-1c58-4d53-a661-3ae80e4aaeb6" + "EASTUS2:20211117T145351Z:041d9ffc-f562-48aa-966f-03e7d56d488d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:18:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2c009f4e-0138-4583-89ef-910a659563c5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJjMDA5ZjRlLTAxMzgtNDU4My04OWVmLTkxMGE2NTk1NjNjNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a075fc-1b7f-4325-96fd-f8e125a141f3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0YTA3NWZjLTFiN2YtNDMyNS05NmZkLWY4ZTEyNWExNDFmMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:54:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6fcc674f-cdfa-4494-9f59-3de235d02109" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8cd19346-b9d7-41ed-8b1c-7d230bf4cf96" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11993" ], "x-ms-correlation-request-id": [ - "c928759c-7889-4d02-a9a2-e3051de1d101" + "c3bc16c0-24b6-4681-90e4-f411ab835715" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081906Z:c928759c-7889-4d02-a9a2-e3051de1d101" + "EASTUS2:20211117T145401Z:c3bc16c0-24b6-4681-90e4-f411ab835715" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:19:06 GMT" - ], "Content-Length": [ "133" ], @@ -2082,57 +2082,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:18:56.858111+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2c009f4e-0138-4583-89ef-910a659563c5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:53:51.547604+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"34a075fc-1b7f-4325-96fd-f8e125a141f3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2c009f4e-0138-4583-89ef-910a659563c5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJjMDA5ZjRlLTAxMzgtNDU4My04OWVmLTkxMGE2NTk1NjNjNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a075fc-1b7f-4325-96fd-f8e125a141f3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0YTA3NWZjLTFiN2YtNDMyNS05NmZkLWY4ZTEyNWExNDFmMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:54:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7e93257-7286-4ba6-a4b3-9fbe35010723" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "05dba3ad-ffc7-4619-8935-924e5c8e7dd2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11992" ], "x-ms-correlation-request-id": [ - "b27ae4e6-e7ed-423c-9449-35c67e74c821" + "6701b591-c636-4b05-abd0-4603635075ac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081917Z:b27ae4e6-e7ed-423c-9449-35c67e74c821" + "EASTUS2:20211117T145412Z:6701b591-c636-4b05-abd0-4603635075ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:19:17 GMT" - ], "Content-Length": [ "133" ], @@ -2143,57 +2143,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:18:56.858111+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2c009f4e-0138-4583-89ef-910a659563c5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:53:51.547604+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"34a075fc-1b7f-4325-96fd-f8e125a141f3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2c009f4e-0138-4583-89ef-910a659563c5?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJjMDA5ZjRlLTAxMzgtNDU4My04OWVmLTkxMGE2NTk1NjNjNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a075fc-1b7f-4325-96fd-f8e125a141f3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0YTA3NWZjLTFiN2YtNDMyNS05NmZkLWY4ZTEyNWExNDFmMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:54:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "227a6c79-e3dd-4820-a747-8d65546fff2f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14442b37-b241-4eae-beb8-ca48e5aebcf7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11991" ], "x-ms-correlation-request-id": [ - "5e084154-ed41-4b22-bfbb-0ec95f0de0af" + "f54eaed7-8168-4c28-8b97-d08c82bb05e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081928Z:5e084154-ed41-4b22-bfbb-0ec95f0de0af" + "EASTUS2:20211117T145423Z:f54eaed7-8168-4c28-8b97-d08c82bb05e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:19:28 GMT" - ], "Content-Length": [ "183" ], @@ -2204,83 +2204,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:18:56.858111+00:00\",\r\n \"endTime\": \"2021-06-29T08:19:26.9832615+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2c009f4e-0138-4583-89ef-910a659563c5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:53:51.547604+00:00\",\r\n \"endTime\": \"2021-11-17T14:54:19.0337192+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"34a075fc-1b7f-4325-96fd-f8e125a141f3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2c009f4e-0138-4583-89ef-910a659563c5?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzJjMDA5ZjRlLTAxMzgtNDU4My04OWVmLTkxMGE2NTk1NjNjNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/34a075fc-1b7f-4325-96fd-f8e125a141f3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0YTA3NWZjLTFiN2YtNDMyNS05NmZkLWY4ZTEyNWExNDFmMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:54:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b18d846-97a1-4927-9333-670212dbe792" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3abbbb10-ff97-4de1-b79a-8b9798eebdb1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11990" ], "x-ms-correlation-request-id": [ - "5622a641-f343-4ace-b1c1-6f4d30ed86ea" + "a80b5b78-9092-4965-ad29-c191cc8f65b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081929Z:5622a641-f343-4ace-b1c1-6f4d30ed86ea" + "EASTUS2:20211117T145423Z:a80b5b78-9092-4965-ad29-c191cc8f65b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:19:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4086?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQwODY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3774?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM3NzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c13806b-e3b9-47b0-a493-814465ae15be" + "46681b48-98e3-49bc-9a1c-0ff965fe1f52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2288,11 +2288,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:54:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2301,13 +2304,13 @@ "14999" ], "x-ms-request-id": [ - "6b446131-003a-40c7-827a-e030f4c7a10e" + "2ef8e62c-809c-435b-ba93-dd75668bec6e" ], "x-ms-correlation-request-id": [ - "6b446131-003a-40c7-827a-e030f4c7a10e" + "2ef8e62c-809c-435b-ba93-dd75668bec6e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081929Z:6b446131-003a-40c7-827a-e030f4c7a10e" + "EASTUS2:20211117T145424Z:2ef8e62c-809c-435b-ba93-dd75668bec6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2315,29 +2318,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:19:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2345,11 +2345,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:54:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2358,13 +2361,13 @@ "11999" ], "x-ms-request-id": [ - "a2e159dd-533b-423c-bfe7-ba89a90f326d" + "9d13e07e-1501-4c53-87af-f37b37f0d44e" ], "x-ms-correlation-request-id": [ - "a2e159dd-533b-423c-bfe7-ba89a90f326d" + "9d13e07e-1501-4c53-87af-f37b37f0d44e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081944Z:a2e159dd-533b-423c-bfe7-ba89a90f326d" + "EASTUS2:20211117T145439Z:9d13e07e-1501-4c53-87af-f37b37f0d44e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2372,29 +2375,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:19:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2402,11 +2402,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:54:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2415,13 +2418,13 @@ "11998" ], "x-ms-request-id": [ - "309044b3-6da9-4dc7-b6e8-d994535e0c3f" + "dd9e7858-6c24-481c-97b4-ad8dde1d57ff" ], "x-ms-correlation-request-id": [ - "309044b3-6da9-4dc7-b6e8-d994535e0c3f" + "dd9e7858-6c24-481c-97b4-ad8dde1d57ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T081959Z:309044b3-6da9-4dc7-b6e8-d994535e0c3f" + "EASTUS2:20211117T145454Z:dd9e7858-6c24-481c-97b4-ad8dde1d57ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2429,29 +2432,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:19:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2459,11 +2459,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:55:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2472,13 +2475,13 @@ "11997" ], "x-ms-request-id": [ - "87af269f-4c69-48bc-a2a8-b2fba4c41556" + "fb3dbbed-7756-4e8f-a20b-4c020e12d664" ], "x-ms-correlation-request-id": [ - "87af269f-4c69-48bc-a2a8-b2fba4c41556" + "fb3dbbed-7756-4e8f-a20b-4c020e12d664" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082014Z:87af269f-4c69-48bc-a2a8-b2fba4c41556" + "EASTUS2:20211117T145509Z:fb3dbbed-7756-4e8f-a20b-4c020e12d664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2486,29 +2489,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:20:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2516,11 +2516,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:55:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2529,13 +2532,13 @@ "11996" ], "x-ms-request-id": [ - "8cc80f75-a9a1-4e85-95d1-1dd8f97f665e" + "cafa333a-cbe0-41a4-8ff0-37c920f99982" ], "x-ms-correlation-request-id": [ - "8cc80f75-a9a1-4e85-95d1-1dd8f97f665e" + "cafa333a-cbe0-41a4-8ff0-37c920f99982" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082029Z:8cc80f75-a9a1-4e85-95d1-1dd8f97f665e" + "EASTUS2:20211117T145524Z:cafa333a-cbe0-41a4-8ff0-37c920f99982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2543,86 +2546,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:20:29 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "89617d9a-405d-410a-818a-ef96503c8ab0" - ], - "x-ms-correlation-request-id": [ - "89617d9a-405d-410a-818a-ef96503c8ab0" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T082044Z:89617d9a-405d-410a-818a-ef96503c8ab0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 08:20:44 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2630,77 +2573,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "7de364c6-180b-4207-a4a4-fdd8e3459973" - ], - "x-ms-correlation-request-id": [ - "7de364c6-180b-4207-a4a4-fdd8e3459973" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T082059Z:7de364c6-180b-4207-a4a4-fdd8e3459973" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 08:20:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 14:55:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "55fc1098-e9fc-4ea2-bf44-2824e8f154d9" + "2ed876cb-e0ab-45ef-aa98-6f982f383533" ], "x-ms-correlation-request-id": [ - "55fc1098-e9fc-4ea2-bf44-2824e8f154d9" + "2ed876cb-e0ab-45ef-aa98-6f982f383533" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082114Z:55fc1098-e9fc-4ea2-bf44-2824e8f154d9" + "EASTUS2:20211117T145539Z:2ed876cb-e0ab-45ef-aa98-6f982f383533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2708,29 +2597,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MDg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTURnMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNzc0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TnpjMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2738,20 +2624,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:55:38 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "86e5ada6-29d6-4f0e-aaee-cb3607f76fde" + "c0150279-cda1-41a9-b479-3b16e7e3328f" ], "x-ms-correlation-request-id": [ - "86e5ada6-29d6-4f0e-aaee-cb3607f76fde" + "c0150279-cda1-41a9-b479-3b16e7e3328f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T082114Z:86e5ada6-29d6-4f0e-aaee-cb3607f76fde" + "EASTUS2:20211117T145539Z:c0150279-cda1-41a9-b479-3b16e7e3328f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2759,14 +2648,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:21:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2775,27 +2661,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar4086", - "vmss6341", - "crptestar1865" + "crptestar3774", + "vmss6651", + "crptestar1732" ], "CreatePublicIP": [ - "pip7448", - "dn1975" + "pip1342", + "dn6843" ], "CreateVNET": [ - "vn4097", - "sn7575" + "vn6021", + "sn2262" ], "CreateNIC": [ - "nic9704", - "ip8704" + "nic2323", + "ip3184" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8039", - "vmss1894", - "vmsstestnetconfig765", - "vmsstestnetconfig6860" + "crptestar9253", + "vmss1232", + "vmsstestnetconfig7303", + "vmsstestnetconfig6420" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage.json index beb35d851e630..fd57559064a98 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "464c6b11-d6cc-497e-9577-9ea27d36cf13" + "63311f30-e784-4310-bd5f-fded2f8b919b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -33,10 +33,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "0befc6fd-5fab-4682-a1e3-823ac24762c5" + "424c1ecc-01b9-4a05-b120-8cdfe1a2a8b7" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "ae35d59d-9110-4a9a-9ad1-ed35dbfd8bd1" + "d25397cf-8176-47c9-a6f4-0d312c592acb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T054941Z:ae35d59d-9110-4a9a-9ad1-ed35dbfd8bd1" + "SOUTHCENTRALUS:20220126T104556Z:d25397cf-8176-47c9-a6f4-0d312c592acb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:49:41 GMT" + "Wed, 26 Jan 2022 10:45:56 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4148?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQxNDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7516?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1MTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar4148\": \"2021-06-29 05:49:41Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7516\": \"2022-01-26 10:45:57Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a31dc02a-5681-433c-bb23-97f9a7e3aba0" + "b8799ea4-8ef7-4e44-b013-01a5bd38fa31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "909f5340-79fd-4ebe-bad3-f8a7184e098b" + "d155e935-e59c-4742-b05a-7fe5e5a858c3" ], "x-ms-correlation-request-id": [ - "909f5340-79fd-4ebe-bad3-f8a7184e098b" + "d155e935-e59c-4742-b05a-7fe5e5a858c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T054944Z:909f5340-79fd-4ebe-bad3-f8a7184e098b" + "SOUTHCENTRALUS:20220126T104600Z:d155e935-e59c-4742-b05a-7fe5e5a858c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:49:43 GMT" + "Wed, 26 Jan 2022 10:46:00 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148\",\r\n \"name\": \"crptestar4148\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar4148\": \"2021-06-29 05:49:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516\",\r\n \"name\": \"crptestar7516\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7516\": \"2022-01-26 10:45:57Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4148?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQxNDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7516?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1MTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "002b24af-b6b5-4c7e-bb80-afa7742d3b1c" + "9c040a62-86fc-45ee-97b1-1196ca81bb9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "8d7e3009-8b39-4d95-8f17-d858faf5667d" + "05f23cf8-6554-4d27-a6cb-1d9db00d56ef" ], "x-ms-correlation-request-id": [ - "8d7e3009-8b39-4d95-8f17-d858faf5667d" + "05f23cf8-6554-4d27-a6cb-1d9db00d56ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055029Z:8d7e3009-8b39-4d95-8f17-d858faf5667d" + "SOUTHCENTRALUS:20220126T104643Z:05f23cf8-6554-4d27-a6cb-1d9db00d56ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:29 GMT" + "Wed, 26 Jan 2022 10:46:42 GMT" ], "Content-Length": [ "186" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148\",\r\n \"name\": \"crptestar4148\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516\",\r\n \"name\": \"crptestar7516\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Storage/storageAccounts/crptestar1244?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMjQ0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Storage/storageAccounts/crptestar2648?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNjQ4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "605af8df-7497-4c5d-85f7-0b7e5aa3f9ce" + "58b96ac1-4321-4cc4-bd3d-f1059d2bc1ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27006385-273b-41bd-bdb2-38696084d9ee?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/da03ad9a-ec25-43c2-b055-2363228f20f7?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "27006385-273b-41bd-bdb2-38696084d9ee" + "da03ad9a-ec25-43c2-b055-2363228f20f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "71f93a69-0af2-40b7-b578-8cc771c4edf3" + "83a5b86e-583c-41a7-bc86-9c73784ee79c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T054956Z:71f93a69-0af2-40b7-b578-8cc771c4edf3" + "SOUTHCENTRALUS:20220126T104612Z:83a5b86e-583c-41a7-bc86-9c73784ee79c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:49:55 GMT" + "Wed, 26 Jan 2022 10:46:11 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27006385-273b-41bd-bdb2-38696084d9ee?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjcwMDYzODUtMjczYi00MWJkLWJkYjItMzg2OTYwODRkOWVlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/da03ad9a-ec25-43c2-b055-2363228f20f7?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZGEwM2FkOWEtZWMyNS00M2MyLWIwNTUtMjM2MzIyOGYyMGY3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,14 +297,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27006385-273b-41bd-bdb2-38696084d9ee?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], "x-ms-request-id": [ - "3d04eb59-bcd2-4a64-ab05-e1d04ad08860" + "046d4b97-4917-4aa1-b5c0-524400ff6dfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -316,73 +310,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "a4a680c6-a506-4036-bb16-15af02d0542f" + "64dee506-51d0-4f67-941d-91bc2c2ade54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055013Z:a4a680c6-a506-4036-bb16-15af02d0542f" + "SOUTHCENTRALUS:20220126T104629Z:64dee506-51d0-4f67-941d-91bc2c2ade54" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:13 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/27006385-273b-41bd-bdb2-38696084d9ee?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjcwMDYzODUtMjczYi00MWJkLWJkYjItMzg2OTYwODRkOWVlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e421139a-b65e-4533-964f-c5099eb6ac19" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "f3b4e53b-f530-47e4-980c-1f1f7c7e2a4f" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T055016Z:f3b4e53b-f530-47e4-980c-1f1f7c7e2a4f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 05:50:16 GMT" + "Wed, 26 Jan 2022 10:46:28 GMT" ], "Content-Length": [ "95" @@ -398,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5a6e899-5605-471e-880a-b7b1f9de93d0" + "9b32cbae-69a2-4133-88bd-6436530caad8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +361,7 @@ "no-cache" ], "x-ms-request-id": [ - "f1d38ac7-d9d4-4b20-b6de-fcc26fef8cd8" + "e28af301-33f0-451f-8a8e-07688031cd9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +370,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "c908c85e-142f-4954-b9a9-f8fe20bf0f6f" + "e4b4457f-52cf-4514-a180-6cc242eac1ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055027Z:c908c85e-142f-4954-b9a9-f8fe20bf0f6f" + "SOUTHCENTRALUS:20220126T104639Z:e4b4457f-52cf-4514-a180-6cc242eac1ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:26 GMT" + "Wed, 26 Jan 2022 10:46:38 GMT" ], "Content-Length": [ "752" @@ -457,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Storage/storageAccounts/crptestar1244\",\r\n \"name\": \"crptestar1244\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T05:49:51.9534553Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1244.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1244.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1244.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1244.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Storage/storageAccounts/crptestar2648\",\r\n \"name\": \"crptestar2648\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T10:46:08.5663998Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2648.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2648.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2648.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2648.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Storage/storageAccounts/crptestar1244?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMjQ0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Storage/storageAccounts/crptestar2648?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNjQ4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "180032c4-3c47-461e-850c-e424ca6d7592" + "84ab4466-1562-4354-8cf0-6abfb8700b72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -487,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "fb26128a-eb94-4154-8b5a-ba047515ee14" + "aad2f3c2-872b-4606-8dad-0c1977532d56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "df6b050b-9bc3-4669-bc2a-88e4d9c3fb25" + "bd4531ac-1425-488b-81b8-0cecbe1381c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055027Z:df6b050b-9bc3-4669-bc2a-88e4d9c3fb25" + "SOUTHCENTRALUS:20220126T104639Z:bd4531ac-1425-488b-81b8-0cecbe1381c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:27 GMT" + "Wed, 26 Jan 2022 10:46:39 GMT" ], "Content-Length": [ "740" @@ -520,26 +457,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Storage/storageAccounts/crptestar1244\",\r\n \"name\": \"crptestar1244\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T05:49:51.9534553Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1244.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1244.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1244.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1244.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Storage/storageAccounts/crptestar2648\",\r\n \"name\": \"crptestar2648\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T10:46:08.5663998Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2648.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2648.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2648.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2648.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93e579f9-88c6-463b-ae53-7eedd11533d4" + "96d06af6-e130-4b65-a09e-772c23e11954" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -550,16 +487,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "f80a8bf2-6c19-48ca-ba39-1760174b3120" + "56767ca9-6e0d-41da-b3d4-83308b994797" ], "x-ms-correlation-request-id": [ - "f80a8bf2-6c19-48ca-ba39-1760174b3120" + "56767ca9-6e0d-41da-b3d4-83308b994797" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055029Z:f80a8bf2-6c19-48ca-ba39-1760174b3120" + "SOUTHCENTRALUS:20220126T104642Z:56767ca9-6e0d-41da-b3d4-83308b994797" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,7 +505,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:28 GMT" + "Wed, 26 Jan 2022 10:46:41 GMT" ], "Expires": [ "-1" @@ -578,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/publicIPAddresses/pip2669?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI2Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/publicIPAddresses/pip9322?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkzMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2560\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7526\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "105ffba7-ad81-45ae-a1db-0a1f481ecab3" + "6581e88a-e34a-47ef-ae8a-3747e35ff1e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -613,19 +550,19 @@ "1" ], "x-ms-request-id": [ - "6fef951d-083f-4265-b4ee-e1b10a9495e2" + "6ce05f39-a62e-4585-af2b-9562bcc02205" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6fef951d-083f-4265-b4ee-e1b10a9495e2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6ce05f39-a62e-4585-af2b-9562bcc02205?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e54a6392-a25b-4866-8230-80cc9680d773" + "b33e3d78-eba5-41e9-82c7-e2e339de96de" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a8e3ccb7-66ed-4daa-aa9e-f94ac3252514" + "4b2b1979-b766-4edf-9d22-89a80b7ca816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -638,13 +575,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055039Z:e54a6392-a25b-4866-8230-80cc9680d773" + "SOUTHCENTRALUS:20220126T104654Z:b33e3d78-eba5-41e9-82c7-e2e339de96de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:39 GMT" + "Wed, 26 Jan 2022 10:46:54 GMT" ], "Content-Length": [ "769" @@ -656,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2669\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/publicIPAddresses/pip2669\",\r\n \"etag\": \"W/\\\"835c461c-2732-4a6c-883b-9ebc30e4661e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bdc74ef2-781a-480f-84cd-afbdf9a6c4ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2560\",\r\n \"fqdn\": \"dn2560.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/publicIPAddresses/pip9322\",\r\n \"etag\": \"W/\\\"91c1c79e-17ad-4927-bd77-be0f05d4e9d3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5dfc2275-acbb-4be6-b039-472d00211f45\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7526\",\r\n \"fqdn\": \"dn7526.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6fef951d-083f-4265-b4ee-e1b10a9495e2?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZmZWY5NTFkLTA4M2YtNDI2NS1iNGVlLWUxYjEwYTk0OTVlMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6ce05f39-a62e-4585-af2b-9562bcc02205?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZjZTA1ZjM5LWE2MmUtNDU4NS1hZjJiLTk1NjJiY2MwMjIwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -680,13 +617,13 @@ "no-cache" ], "x-ms-request-id": [ - "05364441-5e0a-4418-b73f-e196e4b35e85" + "06fae000-e231-45ee-adfa-c75f3d6704c2" ], "x-ms-correlation-request-id": [ - "186eb030-90e5-48c9-8c9e-412fe2a41fca" + "2a389af2-cecf-4f45-a819-d745d2b7c3dc" ], "x-ms-arm-service-request-id": [ - "49742ddd-52d9-4f0f-97eb-6876ec9ce7f0" + "cd616289-2096-4088-a3ec-cf5970f77a12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,13 +636,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055041Z:186eb030-90e5-48c9-8c9e-412fe2a41fca" + "SOUTHCENTRALUS:20220126T104655Z:2a389af2-cecf-4f45-a819-d745d2b7c3dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:40 GMT" + "Wed, 26 Jan 2022 10:46:55 GMT" ], "Content-Length": [ "29" @@ -721,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/publicIPAddresses/pip2669?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI2Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/publicIPAddresses/pip9322?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkzMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -741,16 +678,16 @@ "no-cache" ], "ETag": [ - "W/\"7d010a1d-4cc7-42ce-86a6-84dbd973bd20\"" + "W/\"61845592-1ceb-4e55-bffd-fb75efb55aee\"" ], "x-ms-request-id": [ - "daa0b817-9f98-4cc5-9636-47cbabf3bf04" + "bae46183-d35b-4fc2-a036-e1e8717f9f63" ], "x-ms-correlation-request-id": [ - "40cc0bad-e834-475b-af91-d8a6c36d3911" + "e867e5ab-70d3-4ea9-80d1-4e5456c9ea00" ], "x-ms-arm-service-request-id": [ - "0e9c39e0-e14f-4dbe-8682-05c355de0e21" + "1cde181b-c9be-456b-9509-45d2fb8913c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -763,13 +700,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055041Z:40cc0bad-e834-475b-af91-d8a6c36d3911" + "SOUTHCENTRALUS:20220126T104656Z:e867e5ab-70d3-4ea9-80d1-4e5456c9ea00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:40 GMT" + "Wed, 26 Jan 2022 10:46:55 GMT" ], "Content-Length": [ "770" @@ -781,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2669\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/publicIPAddresses/pip2669\",\r\n \"etag\": \"W/\\\"7d010a1d-4cc7-42ce-86a6-84dbd973bd20\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bdc74ef2-781a-480f-84cd-afbdf9a6c4ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2560\",\r\n \"fqdn\": \"dn2560.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/publicIPAddresses/pip9322\",\r\n \"etag\": \"W/\\\"61845592-1ceb-4e55-bffd-fb75efb55aee\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5dfc2275-acbb-4be6-b039-472d00211f45\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7526\",\r\n \"fqdn\": \"dn7526.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/publicIPAddresses/pip2669?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI2Njk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/publicIPAddresses/pip9322?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkzMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d4ba68-e0ae-4f81-bf09-a4c7b2329ce9" + "d7742e1d-2184-4247-9ab6-b74492f3298a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -811,16 +748,16 @@ "no-cache" ], "ETag": [ - "W/\"7d010a1d-4cc7-42ce-86a6-84dbd973bd20\"" + "W/\"61845592-1ceb-4e55-bffd-fb75efb55aee\"" ], "x-ms-request-id": [ - "3fe6d4a9-f0fc-4226-b7bd-05834563cfc4" + "99eca803-c7a3-4b6b-ab9c-e4369391daeb" ], "x-ms-correlation-request-id": [ - "afb8bc92-80b4-4e0e-86ab-4811006f2937" + "adc5d667-0693-4df1-b577-02dce2d7e935" ], "x-ms-arm-service-request-id": [ - "8cd4ce90-a429-41db-8dfe-38f383734e5e" + "31cea402-7feb-4d9b-ac0a-9eaa39264329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -833,13 +770,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055041Z:afb8bc92-80b4-4e0e-86ab-4811006f2937" + "SOUTHCENTRALUS:20220126T104657Z:adc5d667-0693-4df1-b577-02dce2d7e935" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:41 GMT" + "Wed, 26 Jan 2022 10:46:56 GMT" ], "Content-Length": [ "770" @@ -851,32 +788,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2669\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/publicIPAddresses/pip2669\",\r\n \"etag\": \"W/\\\"7d010a1d-4cc7-42ce-86a6-84dbd973bd20\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bdc74ef2-781a-480f-84cd-afbdf9a6c4ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2560\",\r\n \"fqdn\": \"dn2560.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9322\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/publicIPAddresses/pip9322\",\r\n \"etag\": \"W/\\\"61845592-1ceb-4e55-bffd-fb75efb55aee\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5dfc2275-acbb-4be6-b039-472d00211f45\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7526\",\r\n \"fqdn\": \"dn7526.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM5NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3693\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn967\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4a74953-8bfa-4545-9d3e-c539ac2199f8" + "b720fa61-b701-4b49-9dc8-93f1602ee08b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "401" ] }, "ResponseHeaders": { @@ -890,19 +827,19 @@ "3" ], "x-ms-request-id": [ - "7c04eb56-5d39-4d81-9c48-78c134c185db" + "2c0325e9-e754-4a5c-a533-4ba986285515" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7c04eb56-5d39-4d81-9c48-78c134c185db?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2c0325e9-e754-4a5c-a533-4ba986285515?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3f5def10-a817-4669-8015-aee646d5b824" + "04aa1f99-558b-4a2f-904e-f1a262e145c5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2cd0c4e3-af78-40bd-b9bc-0c7076240464" + "3f712e24-4da8-4579-b8ef-c05ae24a3ff3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,16 +852,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055046Z:3f5def10-a817-4669-8015-aee646d5b824" + "SOUTHCENTRALUS:20220126T104700Z:04aa1f99-558b-4a2f-904e-f1a262e145c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:46 GMT" + "Wed, 26 Jan 2022 10:47:00 GMT" ], "Content-Length": [ - "1321" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -933,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953\",\r\n \"etag\": \"W/\\\"41ee6eb5-8397-4f64-bb28-d77969aad5fa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"44bebe37-8e4a-41b1-85fd-365101f46bd5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\",\r\n \"etag\": \"W/\\\"41ee6eb5-8397-4f64-bb28-d77969aad5fa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100\",\r\n \"etag\": \"W/\\\"acf80f1d-1399-4ef9-8920-7f84f1583ab5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cd6ace04-3a60-4735-af34-13c1fc349ae9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\",\r\n \"etag\": \"W/\\\"acf80f1d-1399-4ef9-8920-7f84f1583ab5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7c04eb56-5d39-4d81-9c48-78c134c185db?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMDRlYjU2LTVkMzktNGQ4MS05YzQ4LTc4YzEzNGMxODVkYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2c0325e9-e754-4a5c-a533-4ba986285515?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJjMDMyNWU5LWU3NTQtNGE1Yy1hNTMzLTRiYTk4NjI4NTUxNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -957,13 +894,13 @@ "no-cache" ], "x-ms-request-id": [ - "5604527b-3fdc-442f-97ad-e676ccc2c1ac" + "78825b93-9e38-4178-8417-5c296be58f3f" ], "x-ms-correlation-request-id": [ - "a9c022f4-f4c6-4a87-bdd6-17b057294a1b" + "2ac5a282-b2b1-4ec6-8ef7-a6c5e95b7243" ], "x-ms-arm-service-request-id": [ - "c45b2175-5621-4aab-bc2f-cdff59999b18" + "3ea52fbd-1895-4b3f-89b8-4194d31d998e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -976,13 +913,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055049Z:a9c022f4-f4c6-4a87-bdd6-17b057294a1b" + "SOUTHCENTRALUS:20220126T104704Z:2ac5a282-b2b1-4ec6-8ef7-a6c5e95b7243" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:49 GMT" + "Wed, 26 Jan 2022 10:47:03 GMT" ], "Content-Length": [ "29" @@ -998,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM5NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1018,16 +955,16 @@ "no-cache" ], "ETag": [ - "W/\"074d6582-549a-4fb7-836f-d37935be8390\"" + "W/\"9bde7f9a-bc05-474b-befd-44a098c047d3\"" ], "x-ms-request-id": [ - "8130a5a6-78e1-451b-96a5-e87557247bd6" + "a01c9a1b-27cd-4188-bb60-786c84f729ad" ], "x-ms-correlation-request-id": [ - "e7fabef5-61df-4d82-ad98-75e8d934e1bb" + "0bff02a6-3f40-403c-8da6-f4d79c491e4b" ], "x-ms-arm-service-request-id": [ - "41c6a2e0-127a-493d-8026-32820a261bf5" + "357b6947-b5c8-4824-b9cf-1e63b8a2ef00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1040,16 +977,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055050Z:e7fabef5-61df-4d82-ad98-75e8d934e1bb" + "SOUTHCENTRALUS:20220126T104704Z:0bff02a6-3f40-403c-8da6-f4d79c491e4b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:49 GMT" + "Wed, 26 Jan 2022 10:47:04 GMT" ], "Content-Length": [ - "1323" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1058,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953\",\r\n \"etag\": \"W/\\\"074d6582-549a-4fb7-836f-d37935be8390\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"44bebe37-8e4a-41b1-85fd-365101f46bd5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\",\r\n \"etag\": \"W/\\\"074d6582-549a-4fb7-836f-d37935be8390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5100\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100\",\r\n \"etag\": \"W/\\\"9bde7f9a-bc05-474b-befd-44a098c047d3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cd6ace04-3a60-4735-af34-13c1fc349ae9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\",\r\n \"etag\": \"W/\\\"9bde7f9a-bc05-474b-befd-44a098c047d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM5NTMvc3VibmV0cy9zbjM2OTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxMDAvc3VibmV0cy9zbjk2Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "364d48d0-f77e-465f-9976-a11b37166299" + "911fecd9-ccd8-4aab-94ee-34c0d478f0b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1088,16 +1025,16 @@ "no-cache" ], "ETag": [ - "W/\"074d6582-549a-4fb7-836f-d37935be8390\"" + "W/\"9bde7f9a-bc05-474b-befd-44a098c047d3\"" ], "x-ms-request-id": [ - "dd7c7df3-1806-4a3e-86e1-04fa540ea01f" + "ed562ad0-8b4f-40b1-98ba-f1d4151b50a7" ], "x-ms-correlation-request-id": [ - "9f3d252c-d95f-44eb-8bee-088faca6ab2c" + "7eafb372-2f6a-491d-ba30-9dc433e7b7f3" ], "x-ms-arm-service-request-id": [ - "9297df43-34ce-4322-b920-c61fcdaad6c5" + "b1505d96-0394-43dd-abe2-baa541d13212" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1110,16 +1047,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055050Z:9f3d252c-d95f-44eb-8bee-088faca6ab2c" + "SOUTHCENTRALUS:20220126T104704Z:7eafb372-2f6a-491d-ba30-9dc433e7b7f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:49 GMT" + "Wed, 26 Jan 2022 10:47:04 GMT" ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1128,32 +1065,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\",\r\n \"etag\": \"W/\\\"074d6582-549a-4fb7-836f-d37935be8390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\",\r\n \"etag\": \"W/\\\"9bde7f9a-bc05-474b-befd-44a098c047d3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\r\n }\r\n },\r\n \"name\": \"ip2044\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\r\n }\r\n },\r\n \"name\": \"ip3480\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e86438d7-2543-4782-b5cf-8ffc0f642678" + "9f5a6b6f-1f8c-4590-83a1-a95f4670762f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "746" ] }, "ResponseHeaders": { @@ -1164,19 +1101,19 @@ "no-cache" ], "x-ms-request-id": [ - "bf1f1902-6f53-4d85-88fa-808814d099e9" + "0bfef166-633f-48b4-8e02-a173f83b960d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bf1f1902-6f53-4d85-88fa-808814d099e9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0bfef166-633f-48b4-8e02-a173f83b960d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3d296a9f-9e7a-41cb-8ca4-d1ec69e109a9" + "a7faf78d-fdac-49d0-b1f5-d3c2738c57da" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ebdf7df7-7f6d-4b03-9d65-aff971260a64" + "28ac40b1-d3da-4868-a788-8ddb08f92b01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1189,16 +1126,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055054Z:3d296a9f-9e7a-41cb-8ca4-d1ec69e109a9" + "SOUTHCENTRALUS:20220126T104709Z:a7faf78d-fdac-49d0-b1f5-d3c2738c57da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:53 GMT" + "Wed, 26 Jan 2022 10:47:09 GMT" ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1207,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2327\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327\",\r\n \"etag\": \"W/\\\"748d4399-650d-451e-bb5a-3cfecd5e1169\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dabe0baa-f37e-4809-b7af-ad193eb2a855\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2044\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327/ipConfigurations/ip2044\",\r\n \"etag\": \"W/\\\"748d4399-650d-451e-bb5a-3cfecd5e1169\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\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\": \"g45l2rckr0yudbp3gziqd3dl0f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953\",\r\n \"etag\": \"W/\\\"1774cdce-9d78-48f6-9000-7f1ef868eafd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"982990f6-5b84-4646-8317-77443e9b899f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3480\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953/ipConfigurations/ip3480\",\r\n \"etag\": \"W/\\\"1774cdce-9d78-48f6-9000-7f1ef868eafd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\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\": \"athgvtlahi0uplzucpa5yne03b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1231,16 +1168,16 @@ "no-cache" ], "ETag": [ - "W/\"748d4399-650d-451e-bb5a-3cfecd5e1169\"" + "W/\"1774cdce-9d78-48f6-9000-7f1ef868eafd\"" ], "x-ms-request-id": [ - "d227b3c7-a9e7-49e5-a127-3a3b1a4e25a3" + "231e1f44-2e2f-41ef-9b32-e637fe360175" ], "x-ms-correlation-request-id": [ - "f9d8e3b0-729b-4d5e-9d1a-097e6ccfbfd2" + "10b07eaf-3171-4053-b63f-fac67958e35d" ], "x-ms-arm-service-request-id": [ - "80edf4cd-5c74-4fed-bad4-703b74637473" + "d53fbabe-2911-4a03-8c2b-381e2a3bca00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1253,16 +1190,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055054Z:f9d8e3b0-729b-4d5e-9d1a-097e6ccfbfd2" + "SOUTHCENTRALUS:20220126T104710Z:10b07eaf-3171-4053-b63f-fac67958e35d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:53 GMT" + "Wed, 26 Jan 2022 10:47:09 GMT" ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1271,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2327\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327\",\r\n \"etag\": \"W/\\\"748d4399-650d-451e-bb5a-3cfecd5e1169\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dabe0baa-f37e-4809-b7af-ad193eb2a855\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2044\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327/ipConfigurations/ip2044\",\r\n \"etag\": \"W/\\\"748d4399-650d-451e-bb5a-3cfecd5e1169\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\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\": \"g45l2rckr0yudbp3gziqd3dl0f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953\",\r\n \"etag\": \"W/\\\"1774cdce-9d78-48f6-9000-7f1ef868eafd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"982990f6-5b84-4646-8317-77443e9b899f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3480\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953/ipConfigurations/ip3480\",\r\n \"etag\": \"W/\\\"1774cdce-9d78-48f6-9000-7f1ef868eafd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\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\": \"athgvtlahi0uplzucpa5yne03b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU5NTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdd72137-288e-4a42-9410-7ccbb04bd0a6" + "8dd49d8e-b5b7-4bdb-81c3-6dd0a233f610" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1301,16 +1238,16 @@ "no-cache" ], "ETag": [ - "W/\"748d4399-650d-451e-bb5a-3cfecd5e1169\"" + "W/\"1774cdce-9d78-48f6-9000-7f1ef868eafd\"" ], "x-ms-request-id": [ - "f5bfb6a1-dccf-4507-a929-24ecaa0e6a8a" + "10ecf237-8721-400d-879b-e491aa8b72d6" ], "x-ms-correlation-request-id": [ - "a796a47e-0079-4719-bab0-e4fbd98f214b" + "1ec56089-35df-4774-b381-43ccfc0ea913" ], "x-ms-arm-service-request-id": [ - "5a6a9f9c-91f8-4e1c-9a84-b93cf4da55f5" + "a961fe53-12d5-4637-b484-44512d9006e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1323,16 +1260,16 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055054Z:a796a47e-0079-4719-bab0-e4fbd98f214b" + "SOUTHCENTRALUS:20220126T104710Z:1ec56089-35df-4774-b381-43ccfc0ea913" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:50:54 GMT" + "Wed, 26 Jan 2022 10:47:09 GMT" ], "Content-Length": [ - "1631" + "1630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1341,32 +1278,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2327\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327\",\r\n \"etag\": \"W/\\\"748d4399-650d-451e-bb5a-3cfecd5e1169\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dabe0baa-f37e-4809-b7af-ad193eb2a855\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2044\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/networkInterfaces/nic2327/ipConfigurations/ip2044\",\r\n \"etag\": \"W/\\\"748d4399-650d-451e-bb5a-3cfecd5e1169\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\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\": \"g45l2rckr0yudbp3gziqd3dl0f.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953\",\r\n \"etag\": \"W/\\\"1774cdce-9d78-48f6-9000-7f1ef868eafd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"982990f6-5b84-4646-8317-77443e9b899f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3480\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/networkInterfaces/nic5953/ipConfigurations/ip3480\",\r\n \"etag\": \"W/\\\"1774cdce-9d78-48f6-9000-7f1ef868eafd\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\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\": \"athgvtlahi0uplzucpa5yne03b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyMTY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MjIzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3078\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1855\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9505\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9073\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "48717c4d-4518-48c1-94d4-40bf3d03340d" + "6744edd8-280c-4010-841a-154620f80a6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1639" + "1638" ] }, "ResponseHeaders": { @@ -1380,13 +1317,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8683089c-06d4-4264-a9d1-c979020aa3a0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1395,7 +1332,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8683089c-06d4-4264-a9d1-c979020aa3a0" + "80a56d15-6d98-476a-82b3-9c025e8b248a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1405,19 +1342,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "f30141a0-dc9a-41a9-b24e-2f6d7ce6c2ab" + "0d9a4f5b-7b09-4825-af87-73043e096f91" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055106Z:f30141a0-dc9a-41a9-b24e-2f6d7ce6c2ab" + "SOUTHCENTRALUS:20220126T104720Z:0d9a4f5b-7b09-4825-af87-73043e096f91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:51:06 GMT" + "Wed, 26 Jan 2022 10:47:20 GMT" ], "Content-Length": [ - "3422" + "3478" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1426,20 +1363,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3078\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1855\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f1fc8d51-e324-497e-b1cb-60cb315f5cb5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7223\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9505\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9073\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0dd400fe-63ae-4c20-b4d1-72dfb1161554\",\r\n \"timeCreated\": \"2022-01-26T04:47:17.3486541-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8683089c-06d4-4264-a9d1-c979020aa3a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg2ODMwODljLTA2ZDQtNDI2NC1hOWQxLWM5NzkwMjBhYTNhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYTU2ZDE1LTZkOTgtNDc2YS04MmIzLTljMDI1ZThiMjQ4YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1453,13 +1390,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "134dbd78-429e-4440-af43-8878eae95947" + "61a12bf8-b15c-4ac5-831f-545516ba1d5d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1469,16 +1406,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "1a6a40d6-953b-4b7a-b4e3-098ef8497cbe" + "5c3f6139-4ed2-44a2-90b0-94f95090866d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055117Z:1a6a40d6-953b-4b7a-b4e3-098ef8497cbe" + "SOUTHCENTRALUS:20220126T104730Z:5c3f6139-4ed2-44a2-90b0-94f95090866d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:51:16 GMT" + "Wed, 26 Jan 2022 10:47:30 GMT" ], "Content-Length": [ "134" @@ -1490,20 +1427,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:51:03.6033351+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8683089c-06d4-4264-a9d1-c979020aa3a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:47:17.3486541-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"80a56d15-6d98-476a-82b3-9c025e8b248a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8683089c-06d4-4264-a9d1-c979020aa3a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg2ODMwODljLTA2ZDQtNDI2NC1hOWQxLWM5NzkwMjBhYTNhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYTU2ZDE1LTZkOTgtNDc2YS04MmIzLTljMDI1ZThiMjQ4YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1514,13 +1451,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7edd80ee-ad40-49b6-8ded-ce6ebaa468d9" + "e54a154d-d471-47dc-bee0-fa2a0b1871eb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1530,16 +1467,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "2d23b057-5345-4234-8afa-8837dc4df49b" + "b95b75dd-ed28-41cd-a42f-77c03c3a7b93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055254Z:2d23b057-5345-4234-8afa-8837dc4df49b" + "SOUTHCENTRALUS:20220126T104907Z:b95b75dd-ed28-41cd-a42f-77c03c3a7b93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:52:54 GMT" + "Wed, 26 Jan 2022 10:49:06 GMT" ], "Content-Length": [ "134" @@ -1551,20 +1488,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:51:03.6033351+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8683089c-06d4-4264-a9d1-c979020aa3a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:47:17.3486541-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"80a56d15-6d98-476a-82b3-9c025e8b248a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8683089c-06d4-4264-a9d1-c979020aa3a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg2ODMwODljLTA2ZDQtNDI2NC1hOWQxLWM5NzkwMjBhYTNhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYTU2ZDE1LTZkOTgtNDc2YS04MmIzLTljMDI1ZThiMjQ4YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1575,13 +1512,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a593fe48-1463-4856-94a2-de2090f154b0" + "3b9339c7-e07b-41c5-bd3f-a6d296da280a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1591,16 +1528,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "f72f877e-801b-4f92-8d3d-a02c1068edfc" + "8f607be4-4547-43de-afae-6797f361a293" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055431Z:f72f877e-801b-4f92-8d3d-a02c1068edfc" + "SOUTHCENTRALUS:20220126T105045Z:8f607be4-4547-43de-afae-6797f361a293" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:54:30 GMT" + "Wed, 26 Jan 2022 10:50:44 GMT" ], "Content-Length": [ "134" @@ -1612,20 +1549,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:51:03.6033351+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8683089c-06d4-4264-a9d1-c979020aa3a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:47:17.3486541-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"80a56d15-6d98-476a-82b3-9c025e8b248a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8683089c-06d4-4264-a9d1-c979020aa3a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg2ODMwODljLTA2ZDQtNDI2NC1hOWQxLWM5NzkwMjBhYTNhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYTU2ZDE1LTZkOTgtNDc2YS04MmIzLTljMDI1ZThiMjQ4YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1636,13 +1573,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e26de346-6ea2-4dde-92ed-681adae6890a" + "2ae41e3f-2456-4855-9d1a-e2c17e7086b4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1652,16 +1589,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "23688241-3a3b-4e42-a071-f117502d9d43" + "dbd6496f-9b44-4035-929a-7424febc18b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055609Z:23688241-3a3b-4e42-a071-f117502d9d43" + "SOUTHCENTRALUS:20220126T105222Z:dbd6496f-9b44-4035-929a-7424febc18b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:56:08 GMT" + "Wed, 26 Jan 2022 10:52:22 GMT" ], "Content-Length": [ "134" @@ -1673,20 +1610,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:51:03.6033351+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8683089c-06d4-4264-a9d1-c979020aa3a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:47:17.3486541-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"80a56d15-6d98-476a-82b3-9c025e8b248a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8683089c-06d4-4264-a9d1-c979020aa3a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg2ODMwODljLTA2ZDQtNDI2NC1hOWQxLWM5NzkwMjBhYTNhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYTU2ZDE1LTZkOTgtNDc2YS04MmIzLTljMDI1ZThiMjQ4YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1697,13 +1634,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54a939f7-3526-4e83-ae16-0550eb8b0f28" + "1e549a61-31a9-47cf-8297-c9be104118ff" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1713,16 +1650,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "68468a84-be9a-434a-9638-01970a284142" + "88c16bde-f2f8-4ba8-bf2e-c4eb61e17e4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055746Z:68468a84-be9a-434a-9638-01970a284142" + "SOUTHCENTRALUS:20220126T105359Z:88c16bde-f2f8-4ba8-bf2e-c4eb61e17e4e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:57:46 GMT" + "Wed, 26 Jan 2022 10:53:58 GMT" ], "Content-Length": [ "134" @@ -1734,20 +1671,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:51:03.6033351+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8683089c-06d4-4264-a9d1-c979020aa3a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:47:17.3486541-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"80a56d15-6d98-476a-82b3-9c025e8b248a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8683089c-06d4-4264-a9d1-c979020aa3a0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg2ODMwODljLTA2ZDQtNDI2NC1hOWQxLWM5NzkwMjBhYTNhMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYTU2ZDE1LTZkOTgtNDc2YS04MmIzLTljMDI1ZThiMjQ4YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1758,13 +1695,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41f8c7de-e6c3-4a19-9d8d-fd5514f1dbcc" + "0be259e3-1fe4-4946-8a78-9837fea5fa78" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1774,19 +1711,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "972efff4-9c0e-4316-81c0-aee156d56746" + "2ece503f-85a9-4254-9d4c-19adc5f08c51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055924Z:972efff4-9c0e-4316-81c0-aee156d56746" + "SOUTHCENTRALUS:20220126T105537Z:2ece503f-85a9-4254-9d4c-19adc5f08c51" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:24 GMT" + "Wed, 26 Jan 2022 10:55:36 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1795,20 +1732,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:51:03.6033351+00:00\",\r\n \"endTime\": \"2021-06-29T05:59:18.7745419+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8683089c-06d4-4264-a9d1-c979020aa3a0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:47:17.3486541-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"80a56d15-6d98-476a-82b3-9c025e8b248a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyMTY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/80a56d15-6d98-476a-82b3-9c025e8b248a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgwYTU2ZDE1LTZkOTgtNDc2YS04MmIzLTljMDI1ZThiMjQ4YT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1819,13 +1756,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2595" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4faf0b32-30de-4d3b-bc86-d73677ef4b22" + "6fe0aec4-7867-4ccb-a40b-2702606a0a74" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1835,19 +1772,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "20e3f0f2-3a57-4707-9b72-7a299e28848d" + "3ef5ea91-f60c-40b4-98ac-8ea91bc8178a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055924Z:20e3f0f2-3a57-4707-9b72-7a299e28848d" + "SOUTHCENTRALUS:20220126T105714Z:3ef5ea91-f60c-40b4-98ac-8ea91bc8178a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:24 GMT" + "Wed, 26 Jan 2022 10:57:13 GMT" ], "Content-Length": [ - "3423" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1856,26 +1793,87 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3078\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1855\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f1fc8d51-e324-497e-b1cb-60cb315f5cb5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:47:17.3486541-06:00\",\r\n \"endTime\": \"2022-01-26T04:56:04.6298949-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"80a56d15-6d98-476a-82b3-9c025e8b248a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyMTY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MjIzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2569" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cf594f16-e9ad-4b9a-b4c7-649868fc62f9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "955d73a1-9246-44fb-b7d0-a68b99e33ed8" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T105714Z:955d73a1-9246-44fb-b7d0-a68b99e33ed8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:57:14 GMT" + ], + "Content-Length": [ + "3479" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss7223\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9505\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9073\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0dd400fe-63ae-4c20-b4d1-72dfb1161554\",\r\n \"timeCreated\": \"2022-01-26T04:47:17.3486541-06:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MjIzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a32146a9-f815-41d5-92ac-c969f54be27f" + "f01b738b-e90c-4a5f-88be-f4ecd26f7c49" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1886,35 +1884,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e08ce62-9442-4fd6-8f27-d30349cb9a25" + "5824a66e-278c-4471-ab16-9e2531340c95" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "ef8f0306-f9e5-49d5-879f-5cd97b4bc992" + "ecf4e275-76b9-4740-af2f-543abbabd977" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055924Z:ef8f0306-f9e5-49d5-879f-5cd97b4bc992" + "SOUTHCENTRALUS:20220126T105714Z:ecf4e275-76b9-4740-af2f-543abbabd977" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:24 GMT" + "Wed, 26 Jan 2022 10:57:14 GMT" ], "Content-Length": [ - "3423" + "3479" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1923,26 +1921,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3078\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1855\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f1fc8d51-e324-497e-b1cb-60cb315f5cb5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7223\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9505\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9073\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0dd400fe-63ae-4c20-b4d1-72dfb1161554\",\r\n \"timeCreated\": \"2022-01-26T04:47:17.3486541-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyMTY5L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MjIzL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "856a8a67-d8f4-4f41-bd39-f654313c372b" + "f87ec5e3-21a1-40e2-a3e2-e991eb79f035" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1953,35 +1951,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "df754370-3470-4909-9bdd-0ce1c27fe3a9" + "dd190e90-7776-4245-bc85-2f1006b63be7" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "b45d3f6c-8ca2-43c8-b424-f4f688934e77" + "e573ca30-4bfb-49d7-86ac-7f7fc6eaad05" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055924Z:b45d3f6c-8ca2-43c8-b424-f4f688934e77" + "SOUTHCENTRALUS:20220126T105715Z:e573ca30-4bfb-49d7-86ac-7f7fc6eaad05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:24 GMT" + "Wed, 26 Jan 2022 10:57:14 GMT" ], "Content-Length": [ - "1096" + "822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1990,26 +1988,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T05:59:18.7433156+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-26T04:56:58.9892609-06:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b3a2533-2166-439e-938e-a2d489897a57" + "0dda7110-2194-4e60-b75e-4052c1bea0cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2020,35 +2018,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11af852e-b151-40c6-9ca6-2d400f143da1" + "b0e8ea84-67dc-4e06-b41a-44cd063182af" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "8979599f-7597-42b6-929a-d19f3ef0581d" + "5c29e221-3d0f-4d91-90eb-0dc98eb1c08d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055925Z:8979599f-7597-42b6-929a-d19f3ef0581d" + "SOUTHCENTRALUS:20220126T105715Z:5c29e221-3d0f-4d91-90eb-0dc98eb1c08d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:25 GMT" + "Wed, 26 Jan 2022 10:57:15 GMT" ], "Content-Length": [ - "3828" + "3888" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2057,26 +2055,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss2169\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3078\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1855\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Network/virtualNetworks/vn3953/subnets/sn3693\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f1fc8d51-e324-497e-b1cb-60cb315f5cb5\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7223\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9505\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9073\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Network/virtualNetworks/vn5100/subnets/sn967\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0dd400fe-63ae-4c20-b4d1-72dfb1161554\",\r\n \"timeCreated\": \"2022-01-26T04:47:17.3486541-06:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyMTY5L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MjIzL3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85fa161d-ad50-42f0-800f-110b8516a332" + "cb193262-bb78-44c5-b40b-cdbb89dfc9c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2087,35 +2085,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2593" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2567" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "357e4f9e-47fa-4d2f-9b88-2ddfef87c4f3" + "7760409a-4ebf-4857-9546-52be3d49383f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-correlation-request-id": [ - "c85f8b5a-e30e-410e-90f0-f7540efbc588" + "f43cfc31-440f-45ad-9e6a-2940849d2a29" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055925Z:c85f8b5a-e30e-410e-90f0-f7540efbc588" + "SOUTHCENTRALUS:20220126T105716Z:f43cfc31-440f-45ad-9e6a-2940849d2a29" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:25 GMT" + "Wed, 26 Jan 2022 10:57:15 GMT" ], "Content-Length": [ - "86448" + "86767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2124,26 +2122,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96ias_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4148/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2169?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyMTY5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7516/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7223?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc1MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3MjIzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ec279c1-95bc-4a82-83d9-37285bbc8ff1" + "5cd6a329-667e-4614-bd68-2570222a784e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2154,47 +2152,47 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "4" + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "81e593d7-0551-4502-aac5-4d3126183c9f" + "c2040803-72e2-49de-be90-fd4623a19046" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "e6e0f29d-6be6-4de3-a005-5bce1c6d5338" + "c77b262b-67ea-40d5-ab69-3b24e22ee966" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055926Z:e6e0f29d-6be6-4de3-a005-5bce1c6d5338" + "SOUTHCENTRALUS:20220126T105716Z:c77b262b-67ea-40d5-ab69-3b24e22ee966" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:26 GMT" + "Wed, 26 Jan 2022 10:57:16 GMT" ], "Expires": [ "-1" @@ -2207,16 +2205,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZTU5M2Q3LTA1NTEtNDUwMi1hYWM1LTRkMzEyNjE4M2M5Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyMDQwODAzLTcyZTItNDlkZS1iZTkwLWZkNDYyM2ExOTA0Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2230,32 +2228,32 @@ "11" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7eb8121-0599-4912-a1a8-2f99cb24c018" + "dd69aec2-9b19-436b-91d0-83b2efeb40fb" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-correlation-request-id": [ - "09b789a5-43df-44b2-a15f-0d0c17bb6709" + "d24f16a7-57fa-4494-8d2e-28d2ac6180a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055937Z:09b789a5-43df-44b2-a15f-0d0c17bb6709" + "SOUTHCENTRALUS:20220126T105727Z:d24f16a7-57fa-4494-8d2e-28d2ac6180a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:36 GMT" + "Wed, 26 Jan 2022 10:57:26 GMT" ], "Content-Length": [ "134" @@ -2267,20 +2265,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:59:26.7276522+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"81e593d7-0551-4502-aac5-4d3126183c9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:57:16.6767686-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2040803-72e2-49de-be90-fd4623a19046\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZTU5M2Q3LTA1NTEtNDUwMi1hYWM1LTRkMzEyNjE4M2M5Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyMDQwODAzLTcyZTItNDlkZS1iZTkwLWZkNDYyM2ExOTA0Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2291,32 +2289,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e57ecd5c-6f3e-49b8-8749-a24b0fb8df6e" + "24dd9b29-bce3-44b9-a8f2-df8b3913f470" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-correlation-request-id": [ - "fc8d8886-717f-4387-9ac1-313c4a243101" + "bf7c3176-1d45-4773-9b70-62e18ce55241" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055948Z:fc8d8886-717f-4387-9ac1-313c4a243101" + "SOUTHCENTRALUS:20220126T105738Z:bf7c3176-1d45-4773-9b70-62e18ce55241" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:48 GMT" + "Wed, 26 Jan 2022 10:57:37 GMT" ], "Content-Length": [ "134" @@ -2328,20 +2326,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:59:26.7276522+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"81e593d7-0551-4502-aac5-4d3126183c9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:57:16.6767686-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2040803-72e2-49de-be90-fd4623a19046\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZTU5M2Q3LTA1NTEtNDUwMi1hYWM1LTRkMzEyNjE4M2M5Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyMDQwODAzLTcyZTItNDlkZS1iZTkwLWZkNDYyM2ExOTA0Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2352,32 +2350,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "985107e0-56f2-4663-9307-5a2e2dcb5519" + "222c437d-92bf-4dca-8fc5-7588d537cca1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-correlation-request-id": [ - "67ed5131-b62e-45b3-ac18-fc581b504133" + "41d71a20-5550-4b89-b2a3-badfdaa2c557" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T055959Z:67ed5131-b62e-45b3-ac18-fc581b504133" + "SOUTHCENTRALUS:20220126T105749Z:41d71a20-5550-4b89-b2a3-badfdaa2c557" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:59:59 GMT" + "Wed, 26 Jan 2022 10:57:49 GMT" ], "Content-Length": [ "134" @@ -2389,20 +2387,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:59:26.7276522+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"81e593d7-0551-4502-aac5-4d3126183c9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:57:16.6767686-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2040803-72e2-49de-be90-fd4623a19046\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZTU5M2Q3LTA1NTEtNDUwMi1hYWM1LTRkMzEyNjE4M2M5Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyMDQwODAzLTcyZTItNDlkZS1iZTkwLWZkNDYyM2ExOTA0Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2413,32 +2411,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5d19aca1-2bf4-4b1f-83f4-43b1334cb152" + "0de6674f-e4a1-4d0d-a040-cd02392fbc55" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-correlation-request-id": [ - "96ba34c6-48e9-4713-a042-869085974fdc" + "3d9f35e4-6f57-4ae0-ab12-303e8f958c4c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060010Z:96ba34c6-48e9-4713-a042-869085974fdc" + "SOUTHCENTRALUS:20220126T105800Z:3d9f35e4-6f57-4ae0-ab12-303e8f958c4c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:00:10 GMT" + "Wed, 26 Jan 2022 10:58:00 GMT" ], "Content-Length": [ "134" @@ -2450,20 +2448,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:59:26.7276522+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"81e593d7-0551-4502-aac5-4d3126183c9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:57:16.6767686-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c2040803-72e2-49de-be90-fd4623a19046\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZTU5M2Q3LTA1NTEtNDUwMi1hYWM1LTRkMzEyNjE4M2M5Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyMDQwODAzLTcyZTItNDlkZS1iZTkwLWZkNDYyM2ExOTA0Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2474,32 +2472,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "75ef35ca-e9ab-4d36-afb1-421819d60d50" + "a8975d91-5500-4cab-807f-4c5c5640925e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11982" ], "x-ms-correlation-request-id": [ - "1b349679-1b78-4275-9a41-9d4be128a7b7" + "e6523f46-96ef-4450-860d-2afad95c17a2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060022Z:1b349679-1b78-4275-9a41-9d4be128a7b7" + "SOUTHCENTRALUS:20220126T105812Z:e6523f46-96ef-4450-860d-2afad95c17a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:00:21 GMT" + "Wed, 26 Jan 2022 10:58:11 GMT" ], "Content-Length": [ "184" @@ -2511,20 +2509,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T05:59:26.7276522+00:00\",\r\n \"endTime\": \"2021-06-29T06:00:21.4776499+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"81e593d7-0551-4502-aac5-4d3126183c9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:57:16.6767686-06:00\",\r\n \"endTime\": \"2022-01-26T04:58:03.1141666-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c2040803-72e2-49de-be90-fd4623a19046\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81e593d7-0551-4502-aac5-4d3126183c9f?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZTU5M2Q3LTA1NTEtNDUwMi1hYWM1LTRkMzEyNjE4M2M5Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c2040803-72e2-49de-be90-fd4623a19046?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyMDQwODAzLTcyZTItNDlkZS1iZTkwLWZkNDYyM2ExOTA0Nj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2535,32 +2533,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9079d966-9d0f-473d-b98e-cfe663fd1619" + "21545115-b957-41dc-a66b-53b429b9c2a1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11981" ], "x-ms-correlation-request-id": [ - "c69dc778-2dea-4e75-bcf6-7e65e7e9b1c8" + "4949c136-a9b3-4e69-a3ce-66cd89a692a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060022Z:c69dc778-2dea-4e75-bcf6-7e65e7e9b1c8" + "SOUTHCENTRALUS:20220126T105812Z:4949c136-a9b3-4e69-a3ce-66cd89a692a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:00:21 GMT" + "Wed, 26 Jan 2022 10:58:11 GMT" ], "Expires": [ "-1" @@ -2573,21 +2571,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4148?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQxNDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7516?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc1MTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7e3ab95-7940-4108-927e-0cce5714afe6" + "d036a13b-0d48-47bc-9fd3-cc01d06fd5ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2599,7 +2597,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2608,13 +2606,13 @@ "14999" ], "x-ms-request-id": [ - "b9080678-5183-4c03-b02a-29b6a2130923" + "36b7cede-dc8c-43e3-9401-2a1a28c8b772" ], "x-ms-correlation-request-id": [ - "b9080678-5183-4c03-b02a-29b6a2130923" + "36b7cede-dc8c-43e3-9401-2a1a28c8b772" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060026Z:b9080678-5183-4c03-b02a-29b6a2130923" + "SOUTHCENTRALUS:20220126T105818Z:36b7cede-dc8c-43e3-9401-2a1a28c8b772" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2623,7 +2621,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:00:26 GMT" + "Wed, 26 Jan 2022 10:58:18 GMT" ], "Expires": [ "-1" @@ -2636,15 +2634,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2656,7 +2654,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2665,13 +2663,13 @@ "11999" ], "x-ms-request-id": [ - "e749e87a-8025-41bf-b130-3b89672038f4" + "2bd89f8e-b0f1-42ea-8ca7-6695757623db" ], "x-ms-correlation-request-id": [ - "e749e87a-8025-41bf-b130-3b89672038f4" + "2bd89f8e-b0f1-42ea-8ca7-6695757623db" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060042Z:e749e87a-8025-41bf-b130-3b89672038f4" + "SOUTHCENTRALUS:20220126T105834Z:2bd89f8e-b0f1-42ea-8ca7-6695757623db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2680,7 +2678,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:00:41 GMT" + "Wed, 26 Jan 2022 10:58:34 GMT" ], "Expires": [ "-1" @@ -2693,15 +2691,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2713,7 +2711,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2722,13 +2720,13 @@ "11998" ], "x-ms-request-id": [ - "d8e21651-e558-4305-904d-618d0a491f96" + "1d8b2b55-b143-48f6-9605-1c4ff0210993" ], "x-ms-correlation-request-id": [ - "d8e21651-e558-4305-904d-618d0a491f96" + "1d8b2b55-b143-48f6-9605-1c4ff0210993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060057Z:d8e21651-e558-4305-904d-618d0a491f96" + "SOUTHCENTRALUS:20220126T105849Z:1d8b2b55-b143-48f6-9605-1c4ff0210993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2737,7 +2735,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:00:57 GMT" + "Wed, 26 Jan 2022 10:58:49 GMT" ], "Expires": [ "-1" @@ -2750,15 +2748,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2770,7 +2768,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2779,13 +2777,13 @@ "11997" ], "x-ms-request-id": [ - "97f0bff2-b21d-4313-aa1d-71892a9ae250" + "b2f7dc86-dda3-4fab-9214-c82967171656" ], "x-ms-correlation-request-id": [ - "97f0bff2-b21d-4313-aa1d-71892a9ae250" + "b2f7dc86-dda3-4fab-9214-c82967171656" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060113Z:97f0bff2-b21d-4313-aa1d-71892a9ae250" + "SOUTHCENTRALUS:20220126T105905Z:b2f7dc86-dda3-4fab-9214-c82967171656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2794,7 +2792,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:01:12 GMT" + "Wed, 26 Jan 2022 10:59:04 GMT" ], "Expires": [ "-1" @@ -2807,15 +2805,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2827,7 +2825,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2836,13 +2834,13 @@ "11996" ], "x-ms-request-id": [ - "92bf6f7f-88bc-4d49-8c3b-345a5637b00f" + "13aa6806-4a4e-4171-a2bb-59ac0212fb2b" ], "x-ms-correlation-request-id": [ - "92bf6f7f-88bc-4d49-8c3b-345a5637b00f" + "13aa6806-4a4e-4171-a2bb-59ac0212fb2b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060128Z:92bf6f7f-88bc-4d49-8c3b-345a5637b00f" + "SOUTHCENTRALUS:20220126T105920Z:13aa6806-4a4e-4171-a2bb-59ac0212fb2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2851,7 +2849,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:01:27 GMT" + "Wed, 26 Jan 2022 10:59:19 GMT" ], "Expires": [ "-1" @@ -2864,15 +2862,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2884,7 +2882,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2893,13 +2891,13 @@ "11995" ], "x-ms-request-id": [ - "f9aa643f-c441-4d9f-912d-8130e5a400ef" + "1acc58b0-9bc6-47d0-a15d-f85bb45dc0c9" ], "x-ms-correlation-request-id": [ - "f9aa643f-c441-4d9f-912d-8130e5a400ef" + "1acc58b0-9bc6-47d0-a15d-f85bb45dc0c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060144Z:f9aa643f-c441-4d9f-912d-8130e5a400ef" + "SOUTHCENTRALUS:20220126T105936Z:1acc58b0-9bc6-47d0-a15d-f85bb45dc0c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2908,7 +2906,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:01:43 GMT" + "Wed, 26 Jan 2022 10:59:35 GMT" ], "Expires": [ "-1" @@ -2921,15 +2919,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2941,7 +2939,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2950,13 +2948,13 @@ "11994" ], "x-ms-request-id": [ - "f90374da-775d-4ea0-88b0-18064d8e2fe1" + "581729da-5af7-4563-9aac-1508f20f9cdb" ], "x-ms-correlation-request-id": [ - "f90374da-775d-4ea0-88b0-18064d8e2fe1" + "581729da-5af7-4563-9aac-1508f20f9cdb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060159Z:f90374da-775d-4ea0-88b0-18064d8e2fe1" + "SOUTHCENTRALUS:20220126T105951Z:581729da-5af7-4563-9aac-1508f20f9cdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2965,7 +2963,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:01:58 GMT" + "Wed, 26 Jan 2022 10:59:51 GMT" ], "Expires": [ "-1" @@ -2978,15 +2976,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2997,17 +2995,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "0fe0ba6a-ce0b-4ac2-85fb-dfb595d5d25d" + "37b5ebd1-5e97-42ac-9127-2e9b973f5bb5" ], "x-ms-correlation-request-id": [ - "0fe0ba6a-ce0b-4ac2-85fb-dfb595d5d25d" + "37b5ebd1-5e97-42ac-9127-2e9b973f5bb5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060215Z:0fe0ba6a-ce0b-4ac2-85fb-dfb595d5d25d" + "SOUTHCENTRALUS:20220126T110007Z:37b5ebd1-5e97-42ac-9127-2e9b973f5bb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3016,7 +3020,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:02:15 GMT" + "Wed, 26 Jan 2022 11:00:06 GMT" ], "Expires": [ "-1" @@ -3026,18 +3030,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MTQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTVRRNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3048,17 +3052,296 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-request-id": [ - "3673949d-58ab-41a1-8ccc-9fa5015d434c" + "8f902705-3bef-48ba-b7e9-ca4945280def" + ], + "x-ms-correlation-request-id": [ + "8f902705-3bef-48ba-b7e9-ca4945280def" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T110022Z:8f902705-3bef-48ba-b7e9-ca4945280def" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:00:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "910f17ad-3cf8-49f3-8866-efc7ee19e4a4" + ], + "x-ms-correlation-request-id": [ + "910f17ad-3cf8-49f3-8866-efc7ee19e4a4" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T110038Z:910f17ad-3cf8-49f3-8866-efc7ee19e4a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:00:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "7676ace4-738e-4e64-aece-afd84cdb6a5b" + ], + "x-ms-correlation-request-id": [ + "7676ace4-738e-4e64-aece-afd84cdb6a5b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T110053Z:7676ace4-738e-4e64-aece-afd84cdb6a5b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:00:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "81a538e5-26c4-4d7e-adc9-aee17b05beff" + ], + "x-ms-correlation-request-id": [ + "81a538e5-26c4-4d7e-adc9-aee17b05beff" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T110108Z:81a538e5-26c4-4d7e-adc9-aee17b05beff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:01:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "c9d8ae68-2a46-4d94-88a9-aa7b82ca08d4" + ], + "x-ms-correlation-request-id": [ + "c9d8ae68-2a46-4d94-88a9-aa7b82ca08d4" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T110124Z:c9d8ae68-2a46-4d94-88a9-aa7b82ca08d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 11:01:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NTE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTlRFMkxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "6fcff775-639f-4432-a0f3-040bb68337fa" ], "x-ms-correlation-request-id": [ - "3673949d-58ab-41a1-8ccc-9fa5015d434c" + "6fcff775-639f-4432-a0f3-040bb68337fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T060215Z:3673949d-58ab-41a1-8ccc-9fa5015d434c" + "SOUTHCENTRALUS:20220126T110124Z:6fcff775-639f-4432-a0f3-040bb68337fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3067,7 +3350,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 06:02:15 GMT" + "Wed, 26 Jan 2022 11:01:23 GMT" ], "Expires": [ "-1" @@ -3082,27 +3365,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar4148", - "vmss2169", - "crptestar1244" + "crptestar7516", + "vmss7223", + "crptestar2648" ], "CreatePublicIP": [ - "pip2669", - "dn2560" + "pip9322", + "dn7526" ], "CreateVNET": [ - "vn3953", - "sn3693" + "vn5100", + "sn967" ], "CreateNIC": [ - "nic2327", - "ip2044" + "nic5953", + "ip3480" ], "CreateDefaultVMScaleSetInput": [ - "crptestar464", - "vmss7852", - "vmsstestnetconfig3078", - "vmsstestnetconfig1855" + "crptestar5624", + "vmss608", + "vmsstestnetconfig9505", + "vmsstestnetconfig9073" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_SingleZone.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_SingleZone.json index ab6acdc0824b0..8718bd5d16498 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_SingleZone.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_SingleZone.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0eee3c08-b882-480f-b95c-d7566c9efec1" + "ff157643-1c48-465f-a79a-cbe970e6697a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "fe2b03da-5afc-4c6b-8edb-3419dfbe38b3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b3e3bf62-7de7-4526-ac4d-7012bb4a6ee8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d80cf3de-5acd-4c54-be4f-35db55c29f93" + "cc362eb9-d52c-4261-a38b-08a94c20fa37" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061737Z:d80cf3de-5acd-4c54-be4f-35db55c29f93" + "EASTUS2:20211117T125228Z:cc362eb9-d52c-4261-a38b-08a94c20fa37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:37 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1927?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE5Mjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9473?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1927\": \"2021-06-29 06:17:37Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9473\": \"2021-11-17 12:52:28Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "99b4b2d1-699d-4862-9e73-9786361c8636" + "b6049574-a6a7-4212-b2d1-2a5e5b07b4b4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:27 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "17c7c1fe-1930-44a4-9189-8446e18f2f09" + "0390dd7f-c144-45f6-9d30-a19ca99c89de" ], "x-ms-correlation-request-id": [ - "17c7c1fe-1930-44a4-9189-8446e18f2f09" + "0390dd7f-c144-45f6-9d30-a19ca99c89de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061737Z:17c7c1fe-1930-44a4-9189-8446e18f2f09" + "EASTUS2:20211117T125228Z:0390dd7f-c144-45f6-9d30-a19ca99c89de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:37 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927\",\r\n \"name\": \"crptestar1927\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar1927\": \"2021-06-29 06:17:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473\",\r\n \"name\": \"crptestar9473\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9473\": \"2021-11-17 12:52:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1927?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE5Mjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9473?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e183021-cb8f-43e8-9e76-9ae56e097509" + "9a98d031-f955-4fb6-8601-4a82a54bccea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:57 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "a2f8b875-94f5-412f-9de2-f11ff7ff6a88" + "e1ade125-e81f-41d0-8bc0-38cf733c350d" ], "x-ms-correlation-request-id": [ - "a2f8b875-94f5-412f-9de2-f11ff7ff6a88" + "e1ade125-e81f-41d0-8bc0-38cf733c350d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061807Z:a2f8b875-94f5-412f-9de2-f11ff7ff6a88" + "EASTUS2:20211117T125258Z:e1ade125-e81f-41d0-8bc0-38cf733c350d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:06 GMT" - ], "Content-Length": [ "180" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927\",\r\n \"name\": \"crptestar1927\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473\",\r\n \"name\": \"crptestar9473\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Storage/storageAccounts/crptestar5207?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MjA3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Storage/storageAccounts/crptestar3389?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzMzg5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3c25f598-684e-4c4b-b9be-93e6b513662c" + "05c53ce8-c528-4116-baea-d49a826cf73c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/af1af5eb-2783-419f-a611-adbd1c5ff44e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e0b042fd-cce9-4271-b467-d6c9f372e9a2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "af1af5eb-2783-419f-a611-adbd1c5ff44e" + "e0b042fd-cce9-4271-b467-d6c9f372e9a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "d889bb37-6a18-4392-bd07-c10858c102c4" + "aa925060-6540-4e6e-bce3-49f10a985ec4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061739Z:d889bb37-6a18-4392-bd07-c10858c102c4" + "EASTUS2:20211117T125230Z:aa925060-6540-4e6e-bce3-49f10a985ec4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:39 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/af1af5eb-2783-419f-a611-adbd1c5ff44e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYWYxYWY1ZWItMjc4My00MTlmLWE2MTEtYWRiZDFjNWZmNDRlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e0b042fd-cce9-4271-b467-d6c9f372e9a2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvZTBiMDQyZmQtY2NlOS00MjcxLWI0NjctZDZjOWYzNzJlOWEyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dde300a6-83a0-416b-a352-a8560b933199" + "a5aa44e7-ffdc-4a75-bd06-5c5ae5a52895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ab56cfe0-b918-43ea-91de-e728f8b89433" + "28604bd1-1603-4d24-b0bf-209044d80593" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061756Z:ab56cfe0-b918-43ea-91de-e728f8b89433" + "EASTUS2:20211117T125247Z:28604bd1-1603-4d24-b0bf-209044d80593" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:56 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3a6b4d0-e0fd-4bfe-b58a-3ca000da8712" + "864d6823-6951-4c3d-b0a4-149e221f528a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "eaae30d0-fcb8-4a69-aa2e-b0309519c26d" + "6a5c2a57-fb5a-42d6-94e7-0dcf98f45a61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "ef0af2bd-43d6-44a1-9736-2faa17b583ac" + "11f2a910-0479-4298-b56c-1b215df754b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061806Z:ef0af2bd-43d6-44a1-9736-2faa17b583ac" + "EASTUS2:20211117T125257Z:11f2a910-0479-4298-b56c-1b215df754b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:06 GMT" - ], "Content-Length": [ "741" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Storage/storageAccounts/crptestar5207\",\r\n \"name\": \"crptestar5207\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:17:38.1857769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5207.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5207.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5207.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5207.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Storage/storageAccounts/crptestar3389\",\r\n \"name\": \"crptestar3389\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:52:28.5282889Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3389.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3389.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3389.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3389.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Storage/storageAccounts/crptestar5207?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MjA3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Storage/storageAccounts/crptestar3389?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzMzg5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76afa346-4a47-428e-95c5-b43d5e3adfcc" + "229ec392-ec96-45c5-99da-bec7ba2b5969" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e6b4dbbb-77dd-475e-a1a8-e8b9fb6c5c18" + "29b3fa86-a156-44ae-b89f-acf53a60151c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "c187ae76-73d1-44ea-a18f-c90beaea63be" + "bfabdde1-d043-4cb4-b74b-0852d52cc1f6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061806Z:c187ae76-73d1-44ea-a18f-c90beaea63be" + "EASTUS2:20211117T125257Z:bfabdde1-d043-4cb4-b74b-0852d52cc1f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:06 GMT" - ], "Content-Length": [ "729" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Storage/storageAccounts/crptestar5207\",\r\n \"name\": \"crptestar5207\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:17:38.1857769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5207.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5207.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5207.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5207.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Storage/storageAccounts/crptestar3389\",\r\n \"name\": \"crptestar3389\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:52:28.5282889Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3389.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3389.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3389.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3389.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bed00aa-71c1-4b4a-b9af-c1a7dd9d30af" + "6e634798-840d-4047-93ea-9196e5cdcdf0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:57 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "4193a8fd-c415-4962-b6b1-4dd2e7534fd0" + "a5fafdd3-0234-4cad-818d-3c7b12319069" ], "x-ms-correlation-request-id": [ - "4193a8fd-c415-4962-b6b1-4dd2e7534fd0" + "a5fafdd3-0234-4cad-818d-3c7b12319069" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061807Z:4193a8fd-c415-4962-b6b1-4dd2e7534fd0" + "EASTUS2:20211117T125258Z:a5fafdd3-0234-4cad-818d-3c7b12319069" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:06 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/publicIPAddresses/pip7823?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc4MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/publicIPAddresses/pip4302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4671\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5689\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7867c031-3601-410b-b9ee-8bf09de8319e" + "f1d604ee-3921-43b5-892f-0c30942f3841" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aa91e260-b2ab-4992-84c6-48cded73d456" + "359bd23f-c3f9-4e56-a934-a7fc746c3706" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/aa91e260-b2ab-4992-84c6-48cded73d456?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/359bd23f-c3f9-4e56-a934-a7fc746c3706?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "978c8bd9-7d46-45ce-aba8-3e4bcb8003ca" + "39489278-c45b-43df-b13a-6a78bf44231e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eb9da663-d968-4dd4-af04-3950d1752e87" + "e1f149ba-7757-48a6-be5d-c648e5a8851e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061808Z:978c8bd9-7d46-45ce-aba8-3e4bcb8003ca" + "EASTUS2:20211117T125258Z:39489278-c45b-43df-b13a-6a78bf44231e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:08 GMT" - ], "Content-Length": [ "757" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7823\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/publicIPAddresses/pip7823\",\r\n \"etag\": \"W/\\\"ac4fde8f-75af-416c-a511-aa9f04dab9b0\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8b1c887f-ac6c-47d2-930d-31c47b037cca\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4671\",\r\n \"fqdn\": \"dn4671.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/publicIPAddresses/pip4302\",\r\n \"etag\": \"W/\\\"8bed6188-5477-41c4-8dc1-2a1ef31de34b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d06d9a31-ac4c-478a-8074-175d5b4d3653\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5689\",\r\n \"fqdn\": \"dn5689.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/aa91e260-b2ab-4992-84c6-48cded73d456?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FhOTFlMjYwLWIyYWItNDk5Mi04NGM2LTQ4Y2RlZDczZDQ1Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/359bd23f-c3f9-4e56-a934-a7fc746c3706?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM1OWJkMjNmLWMzZjktNGU1Ni1hOTM0LWE3ZmM3NDZjMzcwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c7201def-4c46-40ed-98c7-67696ed4f796" + "12d3ed4f-b148-4c35-95f2-2f8a649ebefb" ], "x-ms-correlation-request-id": [ - "3052c31d-1876-429e-91fd-487991cbed98" + "c5074015-6996-437a-9ed5-a35dbc89ecb5" ], "x-ms-arm-service-request-id": [ - "8af35fa1-7ade-4801-b44b-1d1f52d0fee8" + "4e7582f7-59ed-4664-b83e-5bf8f3bb5798" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061809Z:3052c31d-1876-429e-91fd-487991cbed98" + "EASTUS2:20211117T125259Z:c5074015-6996-437a-9ed5-a35dbc89ecb5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:09 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/publicIPAddresses/pip7823?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc4MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/publicIPAddresses/pip4302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +674,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"11ee3d5b-dbd6-4379-809f-c811f93d1689\"" + "W/\"5b9abab7-7361-4d82-98b1-a9a71e0304f6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d31eb517-a3a9-4cf9-a88e-04e352afd0df" + "e8bc4e77-ee19-4a93-942b-042781bc86f9" ], "x-ms-correlation-request-id": [ - "78fff703-67a6-4447-88cc-50301c509afa" + "f213ab29-c85e-4eb7-8781-a44378761659" ], "x-ms-arm-service-request-id": [ - "17efad43-3f79-4faa-9a85-85f203e54828" + "da8496c7-619b-48ca-ba7c-33aa62d17677" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061809Z:78fff703-67a6-4447-88cc-50301c509afa" + "EASTUS2:20211117T125259Z:f213ab29-c85e-4eb7-8781-a44378761659" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:09 GMT" - ], "Content-Length": [ "758" ], @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7823\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/publicIPAddresses/pip7823\",\r\n \"etag\": \"W/\\\"11ee3d5b-dbd6-4379-809f-c811f93d1689\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8b1c887f-ac6c-47d2-930d-31c47b037cca\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4671\",\r\n \"fqdn\": \"dn4671.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/publicIPAddresses/pip4302\",\r\n \"etag\": \"W/\\\"5b9abab7-7361-4d82-98b1-a9a71e0304f6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d06d9a31-ac4c-478a-8074-175d5b4d3653\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5689\",\r\n \"fqdn\": \"dn5689.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/publicIPAddresses/pip7823?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc4MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/publicIPAddresses/pip4302?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5595fabf-82e9-4d26-86d8-5712870f3ed7" + "f0dd1c67-b947-4c3c-a93c-5aa983c3956b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +744,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"11ee3d5b-dbd6-4379-809f-c811f93d1689\"" + "W/\"5b9abab7-7361-4d82-98b1-a9a71e0304f6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ca31d117-8e02-4ab3-bdf2-ca432bf15cca" + "f7ab0fbe-a2e6-4078-a8d8-ff754131710b" ], "x-ms-correlation-request-id": [ - "99763be8-2a44-49f2-aaeb-46e62858761f" + "554399a8-6d37-4752-a546-ddb614d9cdbe" ], "x-ms-arm-service-request-id": [ - "92ce302b-1012-4fb1-8fe0-d1ff6f837b88" + "13d5abfa-05c4-4f60-8d5b-5b59e2f9a3be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061809Z:99763be8-2a44-49f2-aaeb-46e62858761f" + "EASTUS2:20211117T125259Z:554399a8-6d37-4752-a546-ddb614d9cdbe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:09 GMT" - ], "Content-Length": [ "758" ], @@ -788,80 +788,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7823\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/publicIPAddresses/pip7823\",\r\n \"etag\": \"W/\\\"11ee3d5b-dbd6-4379-809f-c811f93d1689\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8b1c887f-ac6c-47d2-930d-31c47b037cca\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4671\",\r\n \"fqdn\": \"dn4671.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/publicIPAddresses/pip4302\",\r\n \"etag\": \"W/\\\"5b9abab7-7361-4d82-98b1-a9a71e0304f6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d06d9a31-ac4c-478a-8074-175d5b4d3653\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5689\",\r\n \"fqdn\": \"dn5689.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMyNjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn451\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9927\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a0f4ebb-03ea-4428-93e1-735d89c4804c" + "3047ada4-a4a8-4308-bcdd-3dac192b104b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "395" + "396" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b12a86b9-e3be-4077-80b4-7198865caccf" + "853d34ee-9017-4c5e-b280-d5d34b87e65b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b12a86b9-e3be-4077-80b4-7198865caccf?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/853d34ee-9017-4c5e-b280-d5d34b87e65b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bd5d106c-0315-4662-8094-e9e5399ee970" + "fc14a30e-35b1-44ba-9b19-3c33fd2ccd3c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "90298704-9c49-481f-91c5-ee6348990e53" + "9d2debe4-328f-4986-94fc-53ba2bdbb8ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061809Z:bd5d106c-0315-4662-8094-e9e5399ee970" + "EASTUS2:20211117T125300Z:fc14a30e-35b1-44ba-9b19-3c33fd2ccd3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:09 GMT" - ], "Content-Length": [ - "1313" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467\",\r\n \"etag\": \"W/\\\"ea147563-90a1-4196-9a1c-426178f5d780\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cd384665-e539-4023-981d-10a7ab2b3393\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\",\r\n \"etag\": \"W/\\\"ea147563-90a1-4196-9a1c-426178f5d780\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265\",\r\n \"etag\": \"W/\\\"4b1e935d-e5c5-4822-b686-f3e3f8a862b9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"50cae1fd-ccb7-45ff-a357-3cad651c83c6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\",\r\n \"etag\": \"W/\\\"4b1e935d-e5c5-4822-b686-f3e3f8a862b9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b12a86b9-e3be-4077-80b4-7198865caccf?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IxMmE4NmI5LWUzYmUtNDA3Ny04MGI0LTcxOTg4NjVjYWNjZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/853d34ee-9017-4c5e-b280-d5d34b87e65b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg1M2QzNGVlLTkwMTctNGM1ZS1iMjgwLWQ1ZDM0Yjg3ZTY1Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d652c0ee-53fc-463c-b524-1f90a0ce55a2" + "c6f9327d-c2c8-4880-a2bd-97d9c409bdff" ], "x-ms-correlation-request-id": [ - "96b21adc-c7c3-4e16-91b9-5daa96617d00" + "397487e6-6677-452c-853a-d8f587fda971" ], "x-ms-arm-service-request-id": [ - "fdfdc6b8-fd84-4e18-9424-65071539ce18" + "5aefae79-f01a-4951-8f60-eeae6b5d59d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061812Z:96b21adc-c7c3-4e16-91b9-5daa96617d00" + "EASTUS2:20211117T125303Z:397487e6-6677-452c-853a-d8f587fda971" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:12 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMyNjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1e736b10-5d1b-43bd-8cb2-2bb41285113b\"" + "W/\"31a7a247-d105-4965-98d5-df276b4d0c22\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "83b9564b-7b3f-4bf9-a472-4ee07cae1419" + "e882d67d-3894-4822-a425-08d0d80e6cfa" ], "x-ms-correlation-request-id": [ - "648fd9d7-2aaf-4100-bbae-1c7a1c00a83a" + "521d8d5f-f12b-4832-a271-fabc558a8292" ], "x-ms-arm-service-request-id": [ - "16b3d649-969c-48dd-8c69-5485927072db" + "fa4b4540-bd4d-4832-b45e-6b70130a7773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061812Z:648fd9d7-2aaf-4100-bbae-1c7a1c00a83a" + "EASTUS2:20211117T125303Z:521d8d5f-f12b-4832-a271-fabc558a8292" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:12 GMT" - ], "Content-Length": [ - "1315" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467\",\r\n \"etag\": \"W/\\\"1e736b10-5d1b-43bd-8cb2-2bb41285113b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cd384665-e539-4023-981d-10a7ab2b3393\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\",\r\n \"etag\": \"W/\\\"1e736b10-5d1b-43bd-8cb2-2bb41285113b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3265\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265\",\r\n \"etag\": \"W/\\\"31a7a247-d105-4965-98d5-df276b4d0c22\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"50cae1fd-ccb7-45ff-a357-3cad651c83c6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\",\r\n \"etag\": \"W/\\\"31a7a247-d105-4965-98d5-df276b4d0c22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0Njcvc3VibmV0cy9zbjQ1MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMyNjUvc3VibmV0cy9zbjk5Mjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4404eccd-673d-4374-97f0-ae6804b79279" + "b4f0e615-cbfe-4ea2-a9f3-38de78c0871b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1e736b10-5d1b-43bd-8cb2-2bb41285113b\"" + "W/\"31a7a247-d105-4965-98d5-df276b4d0c22\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e9a6c427-f095-4c8f-9129-73b42d494938" + "eed8b122-f13b-4467-9b87-26c04316fc1d" ], "x-ms-correlation-request-id": [ - "03d1d81c-2d4a-4007-8da9-2246d1314ba2" + "0a040740-06a5-46b0-b807-b5101164aede" ], "x-ms-arm-service-request-id": [ - "57e06266-2e3b-4d4c-ad4e-00c043fa2a17" + "a7c29ddd-45e4-4775-98f5-da872ca5fa29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061812Z:03d1d81c-2d4a-4007-8da9-2246d1314ba2" + "EASTUS2:20211117T125303Z:0a040740-06a5-46b0-b807-b5101164aede" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:12 GMT" - ], "Content-Length": [ - "521" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\",\r\n \"etag\": \"W/\\\"1e736b10-5d1b-43bd-8cb2-2bb41285113b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\",\r\n \"etag\": \"W/\\\"31a7a247-d105-4965-98d5-df276b4d0c22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn451\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n }\r\n },\r\n \"name\": \"ip8668\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n }\r\n },\r\n \"name\": \"ip9192\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f4a62e24-a3c9-4941-8259-13675cdb36b7" + "d1f26020-6d1f-43ed-a558-69583ae870f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "740" + "742" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b2cc38e4-f49a-4bee-91a0-1a1ce02266bf" + "699f6f75-5078-4924-aacc-f1666d35b203" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b2cc38e4-f49a-4bee-91a0-1a1ce02266bf?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/699f6f75-5078-4924-aacc-f1666d35b203?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9bd4095d-fffc-44ac-aed0-18794437b385" + "8414a1c3-4b26-4931-a3db-26eb32b2bc87" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "fdc2c08b-9e90-42d6-bbf1-e4a452477569" + "00a3a357-e889-4e9d-83ed-68684a38977c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061813Z:9bd4095d-fffc-44ac-aed0-18794437b385" + "EASTUS2:20211117T125303Z:8414a1c3-4b26-4931-a3db-26eb32b2bc87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:13 GMT" - ], "Content-Length": [ - "1624" + "1619" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102\",\r\n \"etag\": \"W/\\\"68e45f67-d285-486d-834d-7ed421891298\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4fadf0b-827f-44b3-9f0b-d14c0d0335d0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102/ipConfigurations/ip8668\",\r\n \"etag\": \"W/\\\"68e45f67-d285-486d-834d-7ed421891298\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\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\": \"mvddrtjz2urubga3cct0wkztsd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic71\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71\",\r\n \"etag\": \"W/\\\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dea1e13a-3f32-4c73-a74b-8d88de22975f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71/ipConfigurations/ip9192\",\r\n \"etag\": \"W/\\\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\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\": \"5xq2uufxzt5uli0xhswwkhedyg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"68e45f67-d285-486d-834d-7ed421891298\"" + "W/\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7ec26835-37c5-4f28-a70e-5b92f2bb6b5e" + "28bdd891-401a-415a-b4db-b518e22fdaf6" ], "x-ms-correlation-request-id": [ - "180dc70b-f08e-429b-a055-ae8e55e3ff57" + "54be378c-25b0-49ab-af00-315cc84af273" ], "x-ms-arm-service-request-id": [ - "94021880-4915-4842-93f4-565ddef8d3f2" + "feacc71d-128b-4b9d-ba9c-1cf451dcb512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061813Z:180dc70b-f08e-429b-a055-ae8e55e3ff57" + "EASTUS2:20211117T125303Z:54be378c-25b0-49ab-af00-315cc84af273" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:13 GMT" - ], "Content-Length": [ - "1624" + "1619" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102\",\r\n \"etag\": \"W/\\\"68e45f67-d285-486d-834d-7ed421891298\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4fadf0b-827f-44b3-9f0b-d14c0d0335d0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102/ipConfigurations/ip8668\",\r\n \"etag\": \"W/\\\"68e45f67-d285-486d-834d-7ed421891298\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\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\": \"mvddrtjz2urubga3cct0wkztsd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic71\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71\",\r\n \"etag\": \"W/\\\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dea1e13a-3f32-4c73-a74b-8d88de22975f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71/ipConfigurations/ip9192\",\r\n \"etag\": \"W/\\\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\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\": \"5xq2uufxzt5uli0xhswwkhedyg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzcxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3045c205-5267-42bb-a1e8-5da97eac9059" + "62343c3b-abbb-4f7d-abe5-a38be5a07f96" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"68e45f67-d285-486d-834d-7ed421891298\"" + "W/\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "445753f9-2f89-4c60-b3ec-176208aa5efe" + "30de06c1-9daf-4397-ac76-8013fa486284" ], "x-ms-correlation-request-id": [ - "6e308419-1918-487d-a063-76692b333699" + "5f07d77e-9a89-4050-be2c-752ca6108fae" ], "x-ms-arm-service-request-id": [ - "6c8da0bb-2306-4321-953a-8300d01684a5" + "416c957b-e73e-4c83-997e-84dae3739c88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061813Z:6e308419-1918-487d-a063-76692b333699" + "EASTUS2:20211117T125303Z:5f07d77e-9a89-4050-be2c-752ca6108fae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:13 GMT" - ], "Content-Length": [ - "1624" + "1619" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,46 +1278,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3102\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102\",\r\n \"etag\": \"W/\\\"68e45f67-d285-486d-834d-7ed421891298\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4fadf0b-827f-44b3-9f0b-d14c0d0335d0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/networkInterfaces/nic3102/ipConfigurations/ip8668\",\r\n \"etag\": \"W/\\\"68e45f67-d285-486d-834d-7ed421891298\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\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\": \"mvddrtjz2urubga3cct0wkztsd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic71\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71\",\r\n \"etag\": \"W/\\\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dea1e13a-3f32-4c73-a74b-8d88de22975f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9192\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/networkInterfaces/nic71/ipConfigurations/ip9192\",\r\n \"etag\": \"W/\\\"eb232af7-84cd-49ae-92f8-70b8ff037d1c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\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\": \"5xq2uufxzt5uli0xhswwkhedyg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61ee50ba-e419-421d-b496-fe8d84208579" + "971e4a0d-32c2-45b2-9dea-ad74634af542" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1661" + "1660" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:04 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "70ae617d-d33e-4e70-9681-144d29b48887" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4d1c4118-b600-40a1-8a46-bdd2f74933b4" + "59be0c45-979e-4022-8e27-fe77246eccee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061814Z:4d1c4118-b600-40a1-8a46-bdd2f74933b4" + "EASTUS2:20211117T125305Z:59be0c45-979e-4022-8e27-fe77246eccee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:14 GMT" - ], "Content-Length": [ - "3481" + "3480" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,62 +1363,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6368\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90bfdc88-1ac7-46b6-84ce-cc47b51603f0\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"ca6b08f3-eb81-48a7-af02-0d047c41b169\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiNmY5ZDhmLWZiYjItNDdhMC1iZTQzLTk2NTdhYjRiNDdlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwYWU2MTdkLWQzM2UtNGU3MC05NjgxLTE0NGQyOWI0ODg4Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:53:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "091e2742-8722-411c-add5-791f91d2407b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f46bc20-3a4b-4fe4-b136-8bef9bc69107" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c314fc21-4926-43b4-839b-60b94e7688c4" + "7f472036-9c49-47a5-a6c2-b26a8efb60b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061825Z:c314fc21-4926-43b4-839b-60b94e7688c4" + "EASTUS2:20211117T125315Z:7f472036-9c49-47a5-a6c2-b26a8efb60b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:18:24 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1427,59 +1427,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:18:14.029444+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:53:04.3031429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"70ae617d-d33e-4e70-9681-144d29b48887\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiNmY5ZDhmLWZiYjItNDdhMC1iZTQzLTk2NTdhYjRiNDdlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwYWU2MTdkLWQzM2UtNGU3MC05NjgxLTE0NGQyOWI0ODg4Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:54:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c7ee34e7-d83f-4b9d-b7e5-08514b90b0d7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7b7ba3be-b648-4b75-ba36-db4d852f7f27" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "832763d8-3127-4914-ae68-1c5b074cdc17" + "07a5e018-0f5b-4e7b-b159-d6fe019b2d79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062002Z:832763d8-3127-4914-ae68-1c5b074cdc17" + "EASTUS2:20211117T125452Z:07a5e018-0f5b-4e7b-b159-d6fe019b2d79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:20:01 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,59 +1488,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:18:14.029444+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:53:04.3031429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"70ae617d-d33e-4e70-9681-144d29b48887\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiNmY5ZDhmLWZiYjItNDdhMC1iZTQzLTk2NTdhYjRiNDdlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwYWU2MTdkLWQzM2UtNGU3MC05NjgxLTE0NGQyOWI0ODg4Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:56:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1cb8ad7-38a3-481f-bfad-42b1d94b4c02" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ca7d561c-8726-4456-95f9-f9de47158e3f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "1fa24ad8-ec41-410b-a32b-1511a0823bf5" + "dea6e667-0c92-4db9-9c10-5fb9c77e1f72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062139Z:1fa24ad8-ec41-410b-a32b-1511a0823bf5" + "EASTUS2:20211117T125629Z:dea6e667-0c92-4db9-9c10-5fb9c77e1f72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:21:38 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1549,59 +1549,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:18:14.029444+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:53:04.3031429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"70ae617d-d33e-4e70-9681-144d29b48887\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiNmY5ZDhmLWZiYjItNDdhMC1iZTQzLTk2NTdhYjRiNDdlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwYWU2MTdkLWQzM2UtNGU3MC05NjgxLTE0NGQyOWI0ODg4Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:58:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4dd16f1f-258c-4a3b-af92-506dfd16a8db" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "57ce8f47-8b9d-48ce-abab-d1abc4c558d9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "f920c51c-dc7c-49c1-932e-666fd9546a3f" + "8b482e20-90ed-43c7-bedd-5b721212593b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062316Z:f920c51c-dc7c-49c1-932e-666fd9546a3f" + "EASTUS2:20211117T125806Z:8b482e20-90ed-43c7-bedd-5b721212593b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:23:15 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1610,59 +1610,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:18:14.029444+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:53:04.3031429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"70ae617d-d33e-4e70-9681-144d29b48887\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiNmY5ZDhmLWZiYjItNDdhMC1iZTQzLTk2NTdhYjRiNDdlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwYWU2MTdkLWQzM2UtNGU3MC05NjgxLTE0NGQyOWI0ODg4Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:59:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e4f1d82-6bc6-4abf-9e1c-d309d06de89a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ff5954b9-66c9-4757-8ef6-0d576db58dc7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "afcf3db1-c493-4453-9298-eb07bfd04984" + "55c4763b-02b5-4329-8477-f7227d0a16fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062453Z:afcf3db1-c493-4453-9298-eb07bfd04984" + "EASTUS2:20211117T125943Z:55c4763b-02b5-4329-8477-f7227d0a16fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:24:53 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1671,59 +1671,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:18:14.029444+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:53:04.3031429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"70ae617d-d33e-4e70-9681-144d29b48887\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiNmY5ZDhmLWZiYjItNDdhMC1iZTQzLTk2NTdhYjRiNDdlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwYWU2MTdkLWQzM2UtNGU3MC05NjgxLTE0NGQyOWI0ODg4Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:01:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "90b4ab25-fa90-4e3c-a15a-a53479773036" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed25b5e6-e3f2-4941-9893-b68ed0e3d349" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "0bd1e2eb-6834-403c-b956-4b3ca3d87d32" + "d965658a-a489-4705-b5b6-3c17dfab9a45" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062630Z:0bd1e2eb-6834-403c-b956-4b3ca3d87d32" + "EASTUS2:20211117T130120Z:d965658a-a489-4705-b5b6-3c17dfab9a45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:26:29 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1732,59 +1732,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:18:14.029444+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:53:04.3031429+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"70ae617d-d33e-4e70-9681-144d29b48887\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRiNmY5ZDhmLWZiYjItNDdhMC1iZTQzLTk2NTdhYjRiNDdlZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/70ae617d-d33e-4e70-9681-144d29b48887?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcwYWU2MTdkLWQzM2UtNGU3MC05NjgxLTE0NGQyOWI0ODg4Nz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "befd5872-4d79-4861-97c0-6a3cb8a1d6a6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c997f300-650e-4578-9ba1-62ef0af09a7f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "21339147-3b1f-480e-9a24-d3f258bcae4e" + "93950f5b-ed58-41bf-b0f1-50c5caa8664c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:21339147-3b1f-480e-9a24-d3f258bcae4e" + "EASTUS2:20211117T130257Z:93950f5b-ed58-41bf-b0f1-50c5caa8664c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1793,59 +1793,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:18:14.029444+00:00\",\r\n \"endTime\": \"2021-06-29T06:27:40.0005799+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4b6f9d8f-fbb2-47a0-be43-9657ab4b47ee\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:53:04.3031429+00:00\",\r\n \"endTime\": \"2021-11-17T13:01:46.8210189+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"70ae617d-d33e-4e70-9681-144d29b48887\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d207a94c-faef-4b48-95c8-6d6fc6a3b319" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d154daf7-7526-46d1-8204-d19e8d28cc88" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "7e4acbb2-79a4-4781-ba94-22b73d1fe0d0" + "11e773db-e1e4-4bb5-81b4-b1645d0ea973" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:7e4acbb2-79a4-4781-ba94-22b73d1fe0d0" + "EASTUS2:20211117T130257Z:11e773db-e1e4-4bb5-81b4-b1645d0ea973" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "3482" + "3481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1854,65 +1854,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6368\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90bfdc88-1ac7-46b6-84ce-cc47b51603f0\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"ca6b08f3-eb81-48a7-af02-0d047c41b169\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76c9ef43-2166-447e-b20e-6a21b2bf6540" + "702458a2-117b-49ab-acd0-f189fd452079" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2588" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0be96b1-2619-40b8-8f4a-a702486ce8a1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5774fb63-d121-47f6-bf61-fe994be91d05" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "8abbbcfb-9555-431f-a1db-ea9bb29e5734" + "4031c784-42da-48e8-b3a1-0daa6365cca5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:8abbbcfb-9555-431f-a1db-ea9bb29e5734" + "EASTUS2:20211117T130257Z:4031c784-42da-48e8-b3a1-0daa6365cca5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "3482" + "3481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1921,35 +1921,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6368\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90bfdc88-1ac7-46b6-84ce-cc47b51603f0\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"ca6b08f3-eb81-48a7-af02-0d047c41b169\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b8f3227-eafd-4666-9619-88f5979769f2" + "6ed433d2-4670-4f3d-8657-465efb180e52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], @@ -1957,29 +1964,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb409c11-a695-493c-8dc1-45d33d3bb95b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "11bdde22-81ce-4550-a5c6-1168779f5cb5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "6f742be8-185d-4985-8e23-963f123c4292" + "a52cda86-e1bb-46a9-995a-226414aef6f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:6f742be8-185d-4985-8e23-963f123c4292" + "EASTUS2:20211117T130257Z:a52cda86-e1bb-46a9-995a-226414aef6f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "1096" + "819" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1988,35 +1988,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T06:27:39.9693283+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T13:01:46.7897661+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db14b047-694f-4419-833f-9511da2cd18c" + "2d2e2cb0-d970-4ff4-964e-e4ad9e7aed06" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" ], @@ -2024,29 +2031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1519d9e1-bee3-4295-88a0-7cc6f66b884b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eaf7c6f0-356c-46db-b224-acbe6b8f271b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "5fdce2e6-2d35-438e-87ce-b9fc971ef698" + "909ffcc9-21be-4f81-8f29-f8f984017e04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:5fdce2e6-2d35-438e-87ce-b9fc971ef698" + "EASTUS2:20211117T130257Z:909ffcc9-21be-4f81-8f29-f8f984017e04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "3903" + "3902" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2055,65 +2055,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6368\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"90bfdc88-1ac7-46b6-84ce-cc47b51603f0\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss5948\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"ca6b08f3-eb81-48a7-af02-0d047c41b169\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4L3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a49b39ba-4c06-4995-a811-25ce60b585bb" + "e96fcc5a-0bca-4a60-94a2-2294a584c997" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2587" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f61c885a-1c98-405e-a9d0-339c1385cd9a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4dbc34f1-d198-4929-9e4c-f7546728481e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "2ad2b24b-b6ff-43aa-98ab-43270b3e33be" + "bd798daf-fead-4f13-8f31-8c8a91faeecf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:2ad2b24b-b6ff-43aa-98ab-43270b3e33be" + "EASTUS2:20211117T130257Z:bd798daf-fead-4f13-8f31-8c8a91faeecf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "32754" + "81697" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2122,35 +2122,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4L3ZpcnR1YWxNYWNoaW5lcz8kZmlsdGVyPXByb3BlcnRpZXMvbGF0ZXN0TW9kZWxBcHBsaWVkJTIwZXElMjB0cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4L3ZpcnR1YWxNYWNoaW5lcz8kZmlsdGVyPXByb3BlcnRpZXMvbGF0ZXN0TW9kZWxBcHBsaWVkJTIwZXElMjB0cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4a0ed90-46e8-4074-b603-790be7e51c12" + "4f41dbbe-0a57-4d6a-b56d-3a08cffc2ae7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;894,Microsoft.Compute/VMScaleSetVMViews3Min;4996" ], @@ -2161,29 +2168,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b1059fb6-629d-4c31-b199-0f05df68750a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c122a018-d045-4689-a1d8-fc610b0e0f5b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "df7684de-5b02-4c5e-961e-9103438c2ea4" + "434419a1-484c-483a-a03c-35be882059ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:df7684de-5b02-4c5e-961e-9103438c2ea4" + "EASTUS2:20211117T130257Z:434419a1-484c-483a-a03c-35be882059ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "10335" + "10326" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2192,35 +2192,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6368_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"d49f7c9e-633c-49a1-b8e8-3d9353b72e91\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6368_vmss6368_0_OsDisk_1_dde70f1e0e83427d81044eee3c653ed2\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_0_OsDisk_1_dde70f1e0e83427d81044eee3c653ed2\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6368_vmss6368_0_disk2_ede69a1bf85042f4a73d9f56b431ed87\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_0_disk2_ede69a1bf85042f4a73d9f56b431ed87\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/0/networkInterfaces/vmsstestnetconfig3438\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss6368_3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"3\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"3a7d53ae-c30e-4293-b632-16e65d3159cf\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6368_vmss6368_3_OsDisk_1_d822f4ebcdec454a8b0c96c4fc046576\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_3_OsDisk_1_d822f4ebcdec454a8b0c96c4fc046576\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6368_vmss6368_3_disk2_2430d1ef99414cd2b38117eb1b4c09bd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_3_disk2_2430d1ef99414cd2b38117eb1b4c09bd\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000003\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/3/networkInterfaces/vmsstestnetconfig3438\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss5948_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"5c320acb-663e-49ee-8510-e62911ad39b3\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss5948_vmss5948_0_OsDisk_1_bef100a40f4f47568eb40eaa7bcf707f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_0_OsDisk_1_bef100a40f4f47568eb40eaa7bcf707f\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss5948_vmss5948_0_disk2_4ca325e5afe1461b957bb4e2f24533f9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_0_disk2_4ca325e5afe1461b957bb4e2f24533f9\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/0/networkInterfaces/vmsstestnetconfig85\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss5948_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"863615a4-472d-4996-ba65-1dd3e8cf2349\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss5948_vmss5948_1_OsDisk_1_a267414ff46749c1ba868b3f322bc106\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_1_OsDisk_1_a267414ff46749c1ba868b3f322bc106\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss5948_vmss5948_1_disk2_794875edb12d4356beca2ba80513ee1a\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_1_disk2_794875edb12d4356beca2ba80513ee1a\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/1/networkInterfaces/vmsstestnetconfig85\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4L3ZpcnR1YWxtYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4L3ZpcnR1YWxNYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "beaacb6c-ab67-4946-a7d3-15ecbdfadbf0" + "51ea91a5-0b4c-4b1c-b80f-c962c993e7b9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4997,Microsoft.Compute/VMScaleSetVMViews3Min;4995" ], @@ -2231,29 +2238,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4ba24e86-6607-44b0-af09-a97f2d00d563" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "53805210-2623-4f1e-95a0-95a8bc4846e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "23feaee6-19b0-4f90-b8ee-79b5b40855ff" + "9b434884-3a2c-4ff7-b2f6-0c7301c84400" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:23feaee6-19b0-4f90-b8ee-79b5b40855ff" + "EASTUS2:20211117T130257Z:9b434884-3a2c-4ff7-b2f6-0c7301c84400" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "4728" + "4725" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2262,35 +2262,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6368_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"d49f7c9e-633c-49a1-b8e8-3d9353b72e91\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6368_vmss6368_0_OsDisk_1_dde70f1e0e83427d81044eee3c653ed2\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_0_OsDisk_1_dde70f1e0e83427d81044eee3c653ed2\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6368_vmss6368_0_disk2_ede69a1bf85042f4a73d9f56b431ed87\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_0_disk2_ede69a1bf85042f4a73d9f56b431ed87\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/0/networkInterfaces/vmsstestnetconfig3438\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5948_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"5c320acb-663e-49ee-8510-e62911ad39b3\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss5948_vmss5948_0_OsDisk_1_bef100a40f4f47568eb40eaa7bcf707f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_0_OsDisk_1_bef100a40f4f47568eb40eaa7bcf707f\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss5948_vmss5948_0_disk2_4ca325e5afe1461b957bb4e2f24533f9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_0_disk2_4ca325e5afe1461b957bb4e2f24533f9\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/0/networkInterfaces/vmsstestnetconfig85\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualmachines/3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4L3ZpcnR1YWxtYWNoaW5lcy8zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4L3ZpcnR1YWxNYWNoaW5lcy8xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23cff5e9-3ebf-4085-a5e5-e8bce895a023" + "5065c335-985c-4a9a-b0e1-be146fe49be3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4996,Microsoft.Compute/VMScaleSetVMViews3Min;4994" ], @@ -2301,29 +2308,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db3ffea2-c1da-48a7-8840-24f2fdfe95a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b65df8b2-88d4-414c-9e55-3a5f7f9d7e31" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "5bdafa14-0918-4a23-a045-84f17ea229a0" + "907eac59-500c-4c10-82f9-3c4857681ea8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:5bdafa14-0918-4a23-a045-84f17ea229a0" + "EASTUS2:20211117T130257Z:907eac59-500c-4c10-82f9-3c4857681ea8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:06 GMT" - ], "Content-Length": [ - "4731" + "4725" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2332,43 +2332,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6368_3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"3\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3438\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2426\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Network/virtualNetworks/vn7467/subnets/sn451\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"3a7d53ae-c30e-4293-b632-16e65d3159cf\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6368_vmss6368_3_OsDisk_1_d822f4ebcdec454a8b0c96c4fc046576\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_3_OsDisk_1_d822f4ebcdec454a8b0c96c4fc046576\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6368_vmss6368_3_disk2_2430d1ef99414cd2b38117eb1b4c09bd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/disks/vmss6368_vmss6368_3_disk2_2430d1ef99414cd2b38117eb1b4c09bd\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000003\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368/virtualMachines/3/networkInterfaces/vmsstestnetconfig3438\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachines/vmss6368_3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5948_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig85\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9875\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Network/virtualNetworks/vn3265/subnets/sn9927\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"863615a4-472d-4996-ba65-1dd3e8cf2349\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss5948_vmss5948_1_OsDisk_1_a267414ff46749c1ba868b3f322bc106\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_1_OsDisk_1_a267414ff46749c1ba868b3f322bc106\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss5948_vmss5948_1_disk2_794875edb12d4356beca2ba80513ee1a\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/disks/vmss5948_vmss5948_1_disk2_794875edb12d4356beca2ba80513ee1a\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948/virtualMachines/1/networkInterfaces/vmsstestnetconfig85\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachines/vmss5948_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1927/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6368?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE5MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MzY4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9473/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5948?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk0NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1OTQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f7833f1-7624-406e-b933-4357fbe8465f" + "d1bbefb7-3df7-474c-9121-be75a16da7bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:02:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/17d8387a-dcfd-49a6-9086-622ff3e865b6?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/17d8387a-dcfd-49a6-9086-622ff3e865b6?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2383,88 +2390,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "17d8387a-dcfd-49a6-9086-622ff3e865b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed3f2cf1-0aba-4984-bca2-c40759a6c4b5" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "0efbd2b1-2ba7-4316-a95a-9a68336cfe74" + "8d205516-6ae2-40e7-80b3-9b40d80ce545" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062807Z:0efbd2b1-2ba7-4316-a95a-9a68336cfe74" + "EASTUS2:20211117T130258Z:8d205516-6ae2-40e7-80b3-9b40d80ce545" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/17d8387a-dcfd-49a6-9086-622ff3e865b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE3ZDgzODdhLWRjZmQtNDlhNi05MDg2LTYyMmZmM2U4NjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkM2YyY2YxLTBhYmEtNDk4NC1iY2EyLWM0MDc1OWE2YzRiNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:03:07 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8aae4be8-4d8d-458c-84b5-39a759e160d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f44b53a7-4d65-48e3-a02d-30319beb1508" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "cf33c497-5ea2-4d30-b4ed-54eac9fcae00" + "584c8622-2652-436d-b90e-e838b6154f7c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062817Z:cf33c497-5ea2-4d30-b4ed-54eac9fcae00" + "EASTUS2:20211117T130308Z:584c8622-2652-436d-b90e-e838b6154f7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:16 GMT" - ], "Content-Length": [ "134" ], @@ -2475,57 +2475,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:28:07.6569863+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"17d8387a-dcfd-49a6-9086-622ff3e865b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:02:58.0599407+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ed3f2cf1-0aba-4984-bca2-c40759a6c4b5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/17d8387a-dcfd-49a6-9086-622ff3e865b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE3ZDgzODdhLWRjZmQtNDlhNi05MDg2LTYyMmZmM2U4NjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkM2YyY2YxLTBhYmEtNDk4NC1iY2EyLWM0MDc1OWE2YzRiNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:03:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d04ded3-1f8b-40b8-8a6e-064d0e43c404" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "be49dd0c-c577-43f0-88fa-9780f1e00b54" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "9d5f7588-4caf-4149-a69a-dca9943b6f72" + "d68ff4dc-9bbe-4306-b3c1-0508aca6f060" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062828Z:9d5f7588-4caf-4149-a69a-dca9943b6f72" + "EASTUS2:20211117T130319Z:d68ff4dc-9bbe-4306-b3c1-0508aca6f060" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:27 GMT" - ], "Content-Length": [ "134" ], @@ -2536,57 +2536,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:28:07.6569863+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"17d8387a-dcfd-49a6-9086-622ff3e865b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:02:58.0599407+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ed3f2cf1-0aba-4984-bca2-c40759a6c4b5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/17d8387a-dcfd-49a6-9086-622ff3e865b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE3ZDgzODdhLWRjZmQtNDlhNi05MDg2LTYyMmZmM2U4NjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkM2YyY2YxLTBhYmEtNDk4NC1iY2EyLWM0MDc1OWE2YzRiNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:03:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98a3bafe-af57-4fcf-8b4c-69963a5e4c74" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5171f81b-6b23-4076-8406-630c1d0c9989" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-correlation-request-id": [ - "930b53e7-be19-4122-9cc9-eee1020c5261" + "bac69b0d-8cc4-43af-a0ed-aad2676ed111" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062839Z:930b53e7-be19-4122-9cc9-eee1020c5261" + "EASTUS2:20211117T130330Z:bac69b0d-8cc4-43af-a0ed-aad2676ed111" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:38 GMT" - ], "Content-Length": [ "134" ], @@ -2597,59 +2597,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:28:07.6569863+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"17d8387a-dcfd-49a6-9086-622ff3e865b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:02:58.0599407+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ed3f2cf1-0aba-4984-bca2-c40759a6c4b5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/17d8387a-dcfd-49a6-9086-622ff3e865b6?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE3ZDgzODdhLWRjZmQtNDlhNi05MDg2LTYyMmZmM2U4NjViNj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkM2YyY2YxLTBhYmEtNDk4NC1iY2EyLWM0MDc1OWE2YzRiNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:03:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a0f4a04c-3430-49d6-8bcb-0e8a41a4a424" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8fa7b1b1-f602-421f-b760-20ec14bf5a72" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11987" ], "x-ms-correlation-request-id": [ - "066db47a-c146-4d3f-bd7c-cdefe5534f63" + "a0ec308a-f71a-4fcd-8ed0-c6d6f3f60cc7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062850Z:066db47a-c146-4d3f-bd7c-cdefe5534f63" + "EASTUS2:20211117T130341Z:a0ec308a-f71a-4fcd-8ed0-c6d6f3f60cc7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:50 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2658,197 +2658,205 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:28:07.6569863+00:00\",\r\n \"endTime\": \"2021-06-29T06:28:49.0009197+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"17d8387a-dcfd-49a6-9086-622ff3e865b6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:02:58.0599407+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ed3f2cf1-0aba-4984-bca2-c40759a6c4b5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/17d8387a-dcfd-49a6-9086-622ff3e865b6?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE3ZDgzODdhLWRjZmQtNDlhNi05MDg2LTYyMmZmM2U4NjViNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkM2YyY2YxLTBhYmEtNDk4NC1iY2EyLWM0MDc1OWE2YzRiNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:03:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dbfd3603-0b80-4519-bace-6f826dbdf178" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ae5bddd1-750d-4e74-bdf3-d5f7ef2e8144" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11986" ], "x-ms-correlation-request-id": [ - "17af5dad-30cc-4ed3-8025-3ce7ad853773" + "1b20bdc4-f459-4c42-a6f4-e61f04844801" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062850Z:17af5dad-30cc-4ed3-8025-3ce7ad853773" + "EASTUS2:20211117T130352Z:1b20bdc4-f459-4c42-a6f4-e61f04844801" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:50 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:02:58.0599407+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ed3f2cf1-0aba-4984-bca2-c40759a6c4b5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1927?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE5Mjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkM2YyY2YxLTBhYmEtNDk4NC1iY2EyLWM0MDc1OWE2YzRiNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5c539191-cd8b-4763-80f7-418c63ee1037" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:04:02 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29960" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b71dde3b-2c70-4cc6-9338-6560d2338bcc" + "ade41085-3a44-407c-af17-b11611a4d75b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "x-ms-correlation-request-id": [ - "b71dde3b-2c70-4cc6-9338-6560d2338bcc" + "2e9b7a2b-0c3b-4a10-8f49-77bafbc639ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062850Z:b71dde3b-2c70-4cc6-9338-6560d2338bcc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T130403Z:2e9b7a2b-0c3b-4a10-8f49-77bafbc639ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:28:50 GMT" + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:02:58.0599407+00:00\",\r\n \"endTime\": \"2021-11-17T13:03:54.1729143+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ed3f2cf1-0aba-4984-bca2-c40759a6c4b5\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ed3f2cf1-0aba-4984-bca2-c40759a6c4b5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkM2YyY2YxLTBhYmEtNDk4NC1iY2EyLWM0MDc1OWE2YzRiNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:04:02 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29959" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bcd2203d-635f-468c-85cd-897a457f98ac" + "d3a72cbf-43d3-43bf-9213-6989900df58f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "x-ms-correlation-request-id": [ - "bcd2203d-635f-468c-85cd-897a457f98ac" + "cd9de8e8-bcd5-48cb-9d78-4407b247af17" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062905Z:bcd2203d-635f-468c-85cd-897a457f98ac" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T130403Z:cd9de8e8-bcd5-48cb-9d78-4407b247af17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:29:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9473?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk0NzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a03af59b-5694-46bd-8d22-3f1f0e6119a1" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2856,26 +2864,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:04:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "7103dfc0-95ca-4a96-b455-827421e13b81" + "b1f3ea6d-7a41-45a8-87af-00088b43de20" ], "x-ms-correlation-request-id": [ - "7103dfc0-95ca-4a96-b455-827421e13b81" + "b1f3ea6d-7a41-45a8-87af-00088b43de20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062920Z:7103dfc0-95ca-4a96-b455-827421e13b81" + "EASTUS2:20211117T130403Z:b1f3ea6d-7a41-45a8-87af-00088b43de20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2883,29 +2894,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:29:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRjekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2913,26 +2921,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:04:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "8dd30f86-c390-4a03-9003-e1d1060a2623" + "67666e8f-06c1-41b2-a94c-77578caf073b" ], "x-ms-correlation-request-id": [ - "8dd30f86-c390-4a03-9003-e1d1060a2623" + "67666e8f-06c1-41b2-a94c-77578caf073b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062935Z:8dd30f86-c390-4a03-9003-e1d1060a2623" + "EASTUS2:20211117T130418Z:67666e8f-06c1-41b2-a94c-77578caf073b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2940,29 +2951,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:29:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRjekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2970,26 +2978,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:04:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "96481769-50c5-4ca7-89d4-73065bbc4c79" + "6963588a-fc47-4b69-9bcd-f29dcb229d5b" ], "x-ms-correlation-request-id": [ - "96481769-50c5-4ca7-89d4-73065bbc4c79" + "6963588a-fc47-4b69-9bcd-f29dcb229d5b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T062951Z:96481769-50c5-4ca7-89d4-73065bbc4c79" + "EASTUS2:20211117T130433Z:6963588a-fc47-4b69-9bcd-f29dcb229d5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2997,29 +3008,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:29:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRjekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3027,26 +3035,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:04:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "8ec6a2f5-a53c-4025-825a-6090206435d6" + "53a09f1f-17d4-49a7-8b67-192b18d73434" ], "x-ms-correlation-request-id": [ - "8ec6a2f5-a53c-4025-825a-6090206435d6" + "53a09f1f-17d4-49a7-8b67-192b18d73434" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063006Z:8ec6a2f5-a53c-4025-825a-6090206435d6" + "EASTUS2:20211117T130448Z:53a09f1f-17d4-49a7-8b67-192b18d73434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3054,29 +3065,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRjekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3084,26 +3092,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "37c328b2-0c3d-4b31-9103-5c7b898d9b5a" + "f7732119-ec37-4f4d-aada-8ba7b21e7190" ], "x-ms-correlation-request-id": [ - "37c328b2-0c3d-4b31-9103-5c7b898d9b5a" + "f7732119-ec37-4f4d-aada-8ba7b21e7190" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063021Z:37c328b2-0c3d-4b31-9103-5c7b898d9b5a" + "EASTUS2:20211117T130503Z:f7732119-ec37-4f4d-aada-8ba7b21e7190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3111,29 +3122,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRjekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3141,20 +3149,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:17 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "e71b56ba-1e4e-4744-b3fe-25091b24ab89" + "dd8647ee-2e03-46fe-92b7-a027dfa00f9d" ], "x-ms-correlation-request-id": [ - "e71b56ba-1e4e-4744-b3fe-25091b24ab89" + "dd8647ee-2e03-46fe-92b7-a027dfa00f9d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063036Z:e71b56ba-1e4e-4744-b3fe-25091b24ab89" + "EASTUS2:20211117T130518Z:dd8647ee-2e03-46fe-92b7-a027dfa00f9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3162,29 +3173,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxOTI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T1RJM0xVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NDczLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TkRjekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3192,20 +3200,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:17 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "81aa9049-f536-4c6f-ac7f-755129bfd89e" + "7e234ce7-47f2-4deb-a66a-69f68f79761c" ], "x-ms-correlation-request-id": [ - "81aa9049-f536-4c6f-ac7f-755129bfd89e" + "7e234ce7-47f2-4deb-a66a-69f68f79761c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063036Z:81aa9049-f536-4c6f-ac7f-755129bfd89e" + "EASTUS2:20211117T130518Z:7e234ce7-47f2-4deb-a66a-69f68f79761c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3213,14 +3224,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3229,27 +3237,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar1927", - "vmss6368", - "crptestar5207" + "crptestar9473", + "vmss5948", + "crptestar3389" ], "CreatePublicIP": [ - "pip7823", - "dn4671" + "pip4302", + "dn5689" ], "CreateVNET": [ - "vn7467", - "sn451" + "vn3265", + "sn9927" ], "CreateNIC": [ - "nic3102", - "ip8668" + "nic71", + "ip9192" ], "CreateDefaultVMScaleSetInput": [ - "crptestar1256", - "vmss9370", - "vmsstestnetconfig3438", - "vmsstestnetconfig2426" + "crptestar8311", + "vmss5544", + "vmsstestnetconfig85", + "vmsstestnetconfig9875" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_Zones.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_Zones.json index 589c7ef9fbe9d..74283908378c2 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_Zones.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ManagedDisks_PirImage_Zones.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ff9d76f-2f1f-4241-8b66-d7a5ef900d37" + "109c1202-58cc-4b70-8c8b-59778c2fe705" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "06d45df9-01c9-41dc-a9a0-44e19c45e5c6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "22fb6e62-4274-4067-99c5-e4f6db63822e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11999" ], "x-ms-correlation-request-id": [ - "db84d80a-a025-49ef-b161-d5cf0b19954e" + "08842918-c843-4a9c-8748-f26958cb538f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073316Z:db84d80a-a025-49ef-b161-d5cf0b19954e" + "EASTUS2:20211117T140415Z:08842918-c843-4a9c-8748-f26958cb538f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:16 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5682?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2ODI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar342?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5682\": \"2021-06-29 07:33:16Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar342\": \"2021-11-17 14:04:15Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0491f882-f012-4827-9d0e-bdccd807b8f0" + "5efe52df-7e1f-4d13-9feb-b97807fe4be5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "93" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:15 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "0b76caf8-3cac-4429-b0b5-8c67352ce51d" + "acd1c680-05ed-4b4d-82fa-8ad0ff9082af" ], "x-ms-correlation-request-id": [ - "0b76caf8-3cac-4429-b0b5-8c67352ce51d" + "acd1c680-05ed-4b4d-82fa-8ad0ff9082af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073316Z:0b76caf8-3cac-4429-b0b5-8c67352ce51d" + "EASTUS2:20211117T140415Z:acd1c680-05ed-4b4d-82fa-8ad0ff9082af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:16 GMT" - ], "Content-Length": [ - "228" + "225" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682\",\r\n \"name\": \"crptestar5682\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5682\": \"2021-06-29 07:33:16Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342\",\r\n \"name\": \"crptestar342\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar342\": \"2021-11-17 14:04:15Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5682?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2ODI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar342?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e642b7f-6377-4f08-ada1-7d9d6e936ab4" + "0a163c46-64b8-4bce-8416-3629c4caaede" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "3e644980-8cfa-4c86-ac71-462e3058a27c" + "86642835-7c95-4bae-a289-045db878d0ad" ], "x-ms-correlation-request-id": [ - "3e644980-8cfa-4c86-ac71-462e3058a27c" + "86642835-7c95-4bae-a289-045db878d0ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073346Z:3e644980-8cfa-4c86-ac71-462e3058a27c" + "EASTUS2:20211117T140444Z:86642835-7c95-4bae-a289-045db878d0ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:46 GMT" - ], "Content-Length": [ - "180" + "178" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682\",\r\n \"name\": \"crptestar5682\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342\",\r\n \"name\": \"crptestar342\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Storage/storageAccounts/crptestar517?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MTc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Storage/storageAccounts/crptestar4499?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjQ0OTk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5b765703-bc95-42ed-b494-279f7a4dba60" + "4d17aac5-1da7-4556-ae15-cd86ec5dea2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9391a412-0408-4e58-833b-2b56ec837553?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/99695f39-448c-4367-b6dd-d5dfe29dfc3c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9391a412-0408-4e58-833b-2b56ec837553" + "99695f39-448c-4367-b6dd-d5dfe29dfc3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "f5a911e4-b648-4eea-801a-0eb5d361113a" + "02c7464e-7a5d-4a9e-b342-486a01fc6fbe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073319Z:f5a911e4-b648-4eea-801a-0eb5d361113a" + "EASTUS2:20211117T140417Z:02c7464e-7a5d-4a9e-b342-486a01fc6fbe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:18 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9391a412-0408-4e58-833b-2b56ec837553?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvOTM5MWE0MTItMDQwOC00ZTU4LTgzM2ItMmI1NmVjODM3NTUzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/99695f39-448c-4367-b6dd-d5dfe29dfc3c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvOTk2OTVmMzktNDQ4Yy00MzY3LWI2ZGQtZDVkZmUyOWRmYzNjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "908270f5-73c3-4c59-a439-678c3caf9bed" + "f0453110-b949-4cca-a84c-5dcb1b3e7df5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "6eefa628-ef3f-4e54-a7da-2a958d2fcbb1" + "573d78c5-1130-4961-a08a-4b0a0edd9253" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073336Z:6eefa628-ef3f-4e54-a7da-2a958d2fcbb1" + "EASTUS2:20211117T140434Z:573d78c5-1130-4961-a08a-4b0a0edd9253" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:35 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53c6c5ca-db3e-4af7-b025-fafbaeb0208c" + "5cf87fdc-2422-4aa9-ad88-a4bae4208227" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "93e1f8b5-df70-410d-b51d-16419551f675" + "ca4b1e40-848a-4cd8-a310-1bd1af27f5a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-correlation-request-id": [ - "ad0b55db-1040-446b-8fb5-31aae03ad7ed" + "fdb967ff-c52c-449c-bae3-f44d1e3f7e92" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073346Z:ad0b55db-1040-446b-8fb5-31aae03ad7ed" + "EASTUS2:20211117T140444Z:fdb967ff-c52c-449c-bae3-f44d1e3f7e92" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:45 GMT" - ], "Content-Length": [ - "735" + "740" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Storage/storageAccounts/crptestar517\",\r\n \"name\": \"crptestar517\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:33:17.3656618Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar517.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar517.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar517.table.core.windows.net/\",\r\n \"file\": \"https://crptestar517.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Storage/storageAccounts/crptestar4499\",\r\n \"name\": \"crptestar4499\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:04:15.9014128Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4499.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4499.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4499.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4499.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Storage/storageAccounts/crptestar517?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MTc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Storage/storageAccounts/crptestar4499?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjQ0OTk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cf381de-f9de-4e0f-8c05-abf96d9dd333" + "e82cea04-6ab8-48b6-8015-79b1292ff6d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a0878e80-093f-431f-a6df-1b11bf54445c" + "c99c3b5d-6a95-448c-8623-11783c1508dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-correlation-request-id": [ - "a0ec1fe6-2175-4558-8df9-6d45370219b0" + "c50d5d21-2334-401d-87fe-fab688bb62ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073346Z:a0ec1fe6-2175-4558-8df9-6d45370219b0" + "EASTUS2:20211117T140444Z:c50d5d21-2334-401d-87fe-fab688bb62ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:45 GMT" - ], "Content-Length": [ - "723" + "728" ], "Content-Type": [ "application/json" @@ -457,46 +457,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Storage/storageAccounts/crptestar517\",\r\n \"name\": \"crptestar517\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:33:17.3656618Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar517.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar517.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar517.table.core.windows.net/\",\r\n \"file\": \"https://crptestar517.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Storage/storageAccounts/crptestar4499\",\r\n \"name\": \"crptestar4499\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:04:15.9014128Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4499.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4499.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4499.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4499.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvVk1TY2FsZVNldERvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b90bc50f-17d0-4412-88fd-6f07d21a88b2" + "01620919-7229-488a-9e9f-e589e3222417" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:44 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "a6741226-8461-4462-8a72-3993a57806c8" + "96454ec5-bd2a-4659-a073-24882c760b01" ], "x-ms-correlation-request-id": [ - "a6741226-8461-4462-8a72-3993a57806c8" + "96454ec5-bd2a-4659-a073-24882c760b01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073346Z:a6741226-8461-4462-8a72-3993a57806c8" + "EASTUS2:20211117T140444Z:96454ec5-bd2a-4659-a073-24882c760b01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:45 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/publicIPAddresses/pip1975?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/publicIPAddresses/pip1771?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTc3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1652\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7708\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8de4d2c2-bf98-45e7-b0a1-070c871eec78" + "04fccb36-bc1a-4b9b-95a3-fffef6501cbd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,48 +543,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:44 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "65c77f10-5703-44a6-9958-3ed1fe33c880" + "4a2544fd-5a3a-4dab-a114-07d178852c28" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/65c77f10-5703-44a6-9958-3ed1fe33c880?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4a2544fd-5a3a-4dab-a114-07d178852c28?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1ce4194a-9b49-43d6-8dcb-fb80c1a5f2a1" + "b41dfdb1-709b-4b97-92c4-951cd933e800" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eb841b55-aa91-433f-8aef-d2d7e7344045" + "eaab2442-deb2-4a09-9190-d2e3d4730238" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073347Z:1ce4194a-9b49-43d6-8dcb-fb80c1a5f2a1" + "EASTUS2:20211117T140445Z:b41dfdb1-709b-4b97-92c4-951cd933e800" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:47 GMT" - ], "Content-Length": [ - "757" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/publicIPAddresses/pip1975\",\r\n \"etag\": \"W/\\\"25d36749-51b3-486c-9329-5b3343f62683\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e84047d-d884-419e-be05-3bf8d15279bf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1652\",\r\n \"fqdn\": \"dn1652.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1771\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/publicIPAddresses/pip1771\",\r\n \"etag\": \"W/\\\"ee2ee073-c02c-44de-a921-411182fa701f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"dc1ae2bc-4b27-48ca-a955-49f7879ed95c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7708\",\r\n \"fqdn\": \"dn7708.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/65c77f10-5703-44a6-9958-3ed1fe33c880?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY1Yzc3ZjEwLTU3MDMtNDRhNi05OTU4LTNlZDFmZTMzYzg4MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4a2544fd-5a3a-4dab-a114-07d178852c28?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRhMjU0NGZkLTVhM2EtNGRhYi1hMTE0LTA3ZDE3ODg1MmMyOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f1736ca0-916d-49a9-970e-14c456e17cc3" + "29bbd915-6d36-4ace-817c-49813a7188a2" ], "x-ms-correlation-request-id": [ - "c70b109c-98ff-4b59-86c1-01fbe68158a3" + "d42669fc-b999-4418-a08c-3034f8c2ba1c" ], "x-ms-arm-service-request-id": [ - "bb31422a-1335-4620-aebc-59f3d42ec087" + "dbb759fa-d765-4ba9-bcd9-eb6f927bc749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073348Z:c70b109c-98ff-4b59-86c1-01fbe68158a3" + "EASTUS2:20211117T140446Z:d42669fc-b999-4418-a08c-3034f8c2ba1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:48 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/publicIPAddresses/pip1975?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/publicIPAddresses/pip1771?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTc3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cfbd3b36-ebf3-4072-80cb-ffda48c477b6\"" + "W/\"f7004e7c-958d-46b9-94ab-55aa6a2ce643\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6e413765-1aaa-450b-a25a-96f85266d464" + "3a264cbb-5d66-4c2d-af79-edc2a5e6f5ec" ], "x-ms-correlation-request-id": [ - "4ef93bc4-104f-408c-99c9-42c4074fd808" + "519ab980-4803-4b13-85d1-7f0b42cf35c2" ], "x-ms-arm-service-request-id": [ - "a80c9e63-24bb-44ba-9fe2-4f492e9fb35a" + "04c7eaa9-5c01-4f74-9824-a481d78bb0d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073348Z:4ef93bc4-104f-408c-99c9-42c4074fd808" + "EASTUS2:20211117T140446Z:519ab980-4803-4b13-85d1-7f0b42cf35c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:48 GMT" - ], "Content-Length": [ - "758" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/publicIPAddresses/pip1975\",\r\n \"etag\": \"W/\\\"cfbd3b36-ebf3-4072-80cb-ffda48c477b6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e84047d-d884-419e-be05-3bf8d15279bf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1652\",\r\n \"fqdn\": \"dn1652.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1771\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/publicIPAddresses/pip1771\",\r\n \"etag\": \"W/\\\"f7004e7c-958d-46b9-94ab-55aa6a2ce643\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dc1ae2bc-4b27-48ca-a955-49f7879ed95c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7708\",\r\n \"fqdn\": \"dn7708.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/publicIPAddresses/pip1975?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/publicIPAddresses/pip1771?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMTc3MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dbb3080-ecdc-423c-b5c3-589170807d7d" + "511d8e78-9b8c-4fbc-b9d3-100addacaee9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cfbd3b36-ebf3-4072-80cb-ffda48c477b6\"" + "W/\"f7004e7c-958d-46b9-94ab-55aa6a2ce643\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8af2ebe8-21d4-4a5d-8f9a-eb6f5208ab79" + "4fc52408-f01e-4a71-853b-e2fd5eb27e8c" ], "x-ms-correlation-request-id": [ - "912edb1f-a86e-4f4a-b316-d003b1a235b1" + "d9021c15-a43f-43fc-9528-7b07a198bbac" ], "x-ms-arm-service-request-id": [ - "1729dc2c-6abc-4f36-bfd0-9dd139bce726" + "fcaf2fea-b1db-4a8e-a387-5311ac2881c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073348Z:912edb1f-a86e-4f4a-b316-d003b1a235b1" + "EASTUS2:20211117T140446Z:d9021c15-a43f-43fc-9528-7b07a198bbac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:48 GMT" - ], "Content-Length": [ - "758" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/publicIPAddresses/pip1975\",\r\n \"etag\": \"W/\\\"cfbd3b36-ebf3-4072-80cb-ffda48c477b6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e84047d-d884-419e-be05-3bf8d15279bf\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1652\",\r\n \"fqdn\": \"dn1652.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1771\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/publicIPAddresses/pip1771\",\r\n \"etag\": \"W/\\\"f7004e7c-958d-46b9-94ab-55aa6a2ce643\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dc1ae2bc-4b27-48ca-a955-49f7879ed95c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7708\",\r\n \"fqdn\": \"dn7708.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNjYxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8756\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1344\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f99170bf-d1d4-4e4f-bccd-0729f23b02bc" + "a9c8c07a-12c7-4e9d-8aab-78f96d89a9bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,48 +820,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "37511618-9ca4-4333-a2ea-64f97ec8fe23" + "42d9a0af-bc63-4b37-ac0f-a656059a2cd2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/37511618-9ca4-4333-a2ea-64f97ec8fe23?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/42d9a0af-bc63-4b37-ac0f-a656059a2cd2?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2b3fb670-1376-4e32-be2d-1129e387f6f7" + "9e9a4c75-7e2e-4ca2-9bf6-d61c0a4b4155" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8a233dc4-49e4-43ea-a0e4-9f6bd759d9ae" + "ba567889-8694-425f-8b5c-564b1379320f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073349Z:2b3fb670-1376-4e32-be2d-1129e387f6f7" + "EASTUS2:20211117T140446Z:9e9a4c75-7e2e-4ca2-9bf6-d61c0a4b4155" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:49 GMT" - ], "Content-Length": [ - "1315" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245\",\r\n \"etag\": \"W/\\\"3fdd2204-c526-4f9d-b23f-e9fb171d4a45\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"228bab6f-4446-4403-854c-0c8bc0146457\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\",\r\n \"etag\": \"W/\\\"3fdd2204-c526-4f9d-b23f-e9fb171d4a45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617\",\r\n \"etag\": \"W/\\\"c5d4588c-f9c9-42c8-aeef-b85bc24ab908\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bde2e44-f340-43c6-b74f-4006e99cc095\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1344\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\",\r\n \"etag\": \"W/\\\"c5d4588c-f9c9-42c8-aeef-b85bc24ab908\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/37511618-9ca4-4333-a2ea-64f97ec8fe23?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM3NTExNjE4LTljYTQtNDMzMy1hMmVhLTY0Zjk3ZWM4ZmUyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/42d9a0af-bc63-4b37-ac0f-a656059a2cd2?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQyZDlhMGFmLWJjNjMtNGIzNy1hYzBmLWE2NTYwNTlhMmNkMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8a1bcad3-9e57-4d0e-b595-94bb22f013dd" + "143f0e3e-d511-446b-95f6-2d43aa5f7282" ], "x-ms-correlation-request-id": [ - "dae2df95-600a-48bf-9dfc-26a593795daa" + "9dbf7af1-576b-46e1-b8ec-35c349dc3245" ], "x-ms-arm-service-request-id": [ - "8a162cd2-e482-4cfe-8239-97966136917b" + "77ac11b3-0670-4d08-b500-e4984a78da01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073352Z:dae2df95-600a-48bf-9dfc-26a593795daa" + "EASTUS2:20211117T140450Z:9dbf7af1-576b-46e1-b8ec-35c349dc3245" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:52 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNjYxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"488d46f1-86a7-4f78-a5f1-875987c0a101\"" + "W/\"429c41a4-ceac-4cb1-9222-02e2b36ec3be\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f3596a50-92c4-4fd2-95d2-4b3d20caf2ff" + "7c7d6503-1848-4bdf-aa87-8ae41efe7831" ], "x-ms-correlation-request-id": [ - "830ab71e-44c5-426b-afdc-15eac977c9d5" + "e6d8a9f8-2922-48fc-b3c4-3dd1171269eb" ], "x-ms-arm-service-request-id": [ - "16cc08c9-6433-4179-bf58-e62435b93a92" + "ee898543-b59e-417d-b70c-6d24ceef5e9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073352Z:830ab71e-44c5-426b-afdc-15eac977c9d5" + "EASTUS2:20211117T140450Z:e6d8a9f8-2922-48fc-b3c4-3dd1171269eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:52 GMT" - ], "Content-Length": [ - "1317" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245\",\r\n \"etag\": \"W/\\\"488d46f1-86a7-4f78-a5f1-875987c0a101\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"228bab6f-4446-4403-854c-0c8bc0146457\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\",\r\n \"etag\": \"W/\\\"488d46f1-86a7-4f78-a5f1-875987c0a101\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617\",\r\n \"etag\": \"W/\\\"429c41a4-ceac-4cb1-9222-02e2b36ec3be\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bde2e44-f340-43c6-b74f-4006e99cc095\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1344\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\",\r\n \"etag\": \"W/\\\"429c41a4-ceac-4cb1-9222-02e2b36ec3be\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEyNDUvc3VibmV0cy9zbjg3NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNjYxNy9zdWJuZXRzL3NuMTM0ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4aa23d7e-d780-4266-bb9e-1c9a728068eb" + "389027c3-e042-412b-bf75-403f6c5b92d0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"488d46f1-86a7-4f78-a5f1-875987c0a101\"" + "W/\"429c41a4-ceac-4cb1-9222-02e2b36ec3be\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d987d040-a2b6-4cbd-a3f8-cf518d844527" + "939f0f98-3a88-402a-8d84-03c5fc74bf19" ], "x-ms-correlation-request-id": [ - "4fa41dcd-dd3a-4425-bf57-08f52739997b" + "34eaceed-421b-42a8-97a8-35c5ba684fbf" ], "x-ms-arm-service-request-id": [ - "dc9db2cb-a573-4caf-9add-ba0bad6d6d7f" + "7e3367c9-9c8d-49e9-8fe5-f77cb2e836de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073352Z:4fa41dcd-dd3a-4425-bf57-08f52739997b" + "EASTUS2:20211117T140450Z:34eaceed-421b-42a8-97a8-35c5ba684fbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:52 GMT" - ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\",\r\n \"etag\": \"W/\\\"488d46f1-86a7-4f78-a5f1-875987c0a101\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1344\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\",\r\n \"etag\": \"W/\\\"429c41a4-ceac-4cb1-9222-02e2b36ec3be\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMTE4OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n }\r\n },\r\n \"name\": \"ip8693\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1344\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n }\r\n },\r\n \"name\": \"ip5290\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d4041286-a341-42d3-9f36-396a5ad78031" + "8545d38b-f930-4c26-834c-6db6533db174" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "742" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "722ea337-b41a-448b-a078-ffda4881cdb4" + "1a86475d-0b81-4810-ac95-5c65234d0079" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/722ea337-b41a-448b-a078-ffda4881cdb4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/1a86475d-0b81-4810-ac95-5c65234d0079?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "547b13aa-0e97-471b-bd83-370899236cc4" + "d31b81da-d21d-4a35-bb45-cfd7633e2e96" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3efe3224-1ca6-4f84-9e5d-599c57c14901" + "7fefb165-c097-4a04-b4b9-6437ea98a9ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073353Z:547b13aa-0e97-471b-bd83-370899236cc4" + "EASTUS2:20211117T140450Z:d31b81da-d21d-4a35-bb45-cfd7633e2e96" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:52 GMT" - ], "Content-Length": [ - "1625" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467\",\r\n \"etag\": \"W/\\\"1d3aeeea-0706-4910-a7e2-8186683c24da\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e9a2814-e760-491d-8fd2-f014dd0fcc11\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467/ipConfigurations/ip8693\",\r\n \"etag\": \"W/\\\"1d3aeeea-0706-4910-a7e2-8186683c24da\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\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\": \"n4vywisgiqbujbkmbsf2afdekh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1188\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188\",\r\n \"etag\": \"W/\\\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbf95ab6-c5d9-4be2-9ea4-28ecd99f1a4d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188/ipConfigurations/ip5290\",\r\n \"etag\": \"W/\\\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\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\": \"iqxn240a4pdehn0piadothgasf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMTE4OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1d3aeeea-0706-4910-a7e2-8186683c24da\"" + "W/\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "27d2ae8f-cb58-48fe-b921-c7f21ef4178b" + "c7c3f791-fad6-42e6-821a-7475218ac458" ], "x-ms-correlation-request-id": [ - "0d264b4e-873b-4955-8668-a696e8874568" + "8c679c46-5096-415a-9559-a8b7bc996dbe" ], "x-ms-arm-service-request-id": [ - "7266e82c-c42b-4d66-b28f-1a5e78e888fe" + "7a33316e-f619-4ea2-ae54-c053efa681cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073353Z:0d264b4e-873b-4955-8668-a696e8874568" + "EASTUS2:20211117T140450Z:8c679c46-5096-415a-9559-a8b7bc996dbe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:52 GMT" - ], "Content-Length": [ - "1625" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467\",\r\n \"etag\": \"W/\\\"1d3aeeea-0706-4910-a7e2-8186683c24da\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e9a2814-e760-491d-8fd2-f014dd0fcc11\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467/ipConfigurations/ip8693\",\r\n \"etag\": \"W/\\\"1d3aeeea-0706-4910-a7e2-8186683c24da\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\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\": \"n4vywisgiqbujbkmbsf2afdekh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1188\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188\",\r\n \"etag\": \"W/\\\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbf95ab6-c5d9-4be2-9ea4-28ecd99f1a4d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188/ipConfigurations/ip5290\",\r\n \"etag\": \"W/\\\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\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\": \"iqxn240a4pdehn0piadothgasf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljMTE4OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "116adfdf-8511-41af-b99c-ddceab276b2b" + "6bcb3ca1-15ad-4d9e-a502-1f6205b5743c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1d3aeeea-0706-4910-a7e2-8186683c24da\"" + "W/\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3a3698a8-3191-4aed-8d38-ca1811531fce" + "9c2684d7-21a7-4aa5-bf32-231c48758ce6" ], "x-ms-correlation-request-id": [ - "19d29735-c818-4bbe-b907-1a535ee0c8a3" + "603bf9e1-1d3d-434c-b79f-f310c9a0b32a" ], "x-ms-arm-service-request-id": [ - "f2d9a503-f451-48ab-a18a-6e7364386a3e" + "b03e93ab-187a-4964-b1dd-9dc4b0b9d84f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073353Z:19d29735-c818-4bbe-b907-1a535ee0c8a3" + "EASTUS2:20211117T140450Z:603bf9e1-1d3d-434c-b79f-f310c9a0b32a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:53 GMT" - ], "Content-Length": [ - "1625" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,52 +1278,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467\",\r\n \"etag\": \"W/\\\"1d3aeeea-0706-4910-a7e2-8186683c24da\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e9a2814-e760-491d-8fd2-f014dd0fcc11\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/networkInterfaces/nic4467/ipConfigurations/ip8693\",\r\n \"etag\": \"W/\\\"1d3aeeea-0706-4910-a7e2-8186683c24da\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\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\": \"n4vywisgiqbujbkmbsf2afdekh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1188\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188\",\r\n \"etag\": \"W/\\\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbf95ab6-c5d9-4be2-9ea4-28ecd99f1a4d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5290\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/networkInterfaces/nic1188/ipConfigurations/ip5290\",\r\n \"etag\": \"W/\\\"da319b52-dc59-41c0-8b4c-53cc4efb40aa\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\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\": \"iqxn240a4pdehn0piadothgasf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ae25a2f-8789-473b-b2f8-cf16488fcb0e" + "1455a706-9d64-4975-93ad-5c02609da368" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1804" + "1802" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:51 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f51b213d-2b92-40e9-9db7-fb9be9796367" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ff2df0e1-ca21-4d09-b61c-e96df8076796" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "765d73bb-c224-4d96-9856-21f62da47ab2" + "f5cf6611-d43f-4372-97c7-433eba3af9c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073354Z:765d73bb-c224-4d96-9856-21f62da47ab2" + "EASTUS2:20211117T140451Z:f5cf6611-d43f-4372-97c7-433eba3af9c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:53 GMT" - ], "Content-Length": [ - "3519" + "3516" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,62 +1363,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"71da4d47-028f-4523-ae31-1f6b8ea55dbe\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3028941b-786e-47a6-bb3a-93956bd3e4d6\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1MWIyMTNkLTJiOTItNDBlOS05ZGI3LWZiOWJlOTc5NjM2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZmMmRmMGUxLWNhMjEtNGQwOS1iNjFjLWU5NmRmODA3Njc5Nj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:05:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e3d18be6-973a-4ef7-a54a-0185ed2861f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06c721bf-48ff-400b-afa5-e4d0767ad10b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11998" ], "x-ms-correlation-request-id": [ - "8c6b3f83-60a4-4123-803f-93e6eabb53a7" + "f681102c-0462-4367-a6dd-b3aaf2f7226f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073404Z:8c6b3f83-60a4-4123-803f-93e6eabb53a7" + "EASTUS2:20211117T140501Z:f681102c-0462-4367-a6dd-b3aaf2f7226f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:34:03 GMT" - ], "Content-Length": [ - "132" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1427,59 +1427,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:33:53.65854+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f51b213d-2b92-40e9-9db7-fb9be9796367\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:04:50.8599462+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ff2df0e1-ca21-4d09-b61c-e96df8076796\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1MWIyMTNkLTJiOTItNDBlOS05ZGI3LWZiOWJlOTc5NjM2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZmMmRmMGUxLWNhMjEtNGQwOS1iNjFjLWU5NmRmODA3Njc5Nj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:06:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc7bc485-d674-4c55-9fd8-676a338329e3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "10345521-b241-4ff2-b150-1c4a7631a240" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11996" ], "x-ms-correlation-request-id": [ - "1f8210f9-9735-4640-91b5-b6d47a2f7184" + "83f0fc7c-f56d-4954-b486-75bb43f348dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073541Z:1f8210f9-9735-4640-91b5-b6d47a2f7184" + "EASTUS2:20211117T140638Z:83f0fc7c-f56d-4954-b486-75bb43f348dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:35:41 GMT" - ], "Content-Length": [ - "132" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,59 +1488,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:33:53.65854+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f51b213d-2b92-40e9-9db7-fb9be9796367\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:04:50.8599462+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ff2df0e1-ca21-4d09-b61c-e96df8076796\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1MWIyMTNkLTJiOTItNDBlOS05ZGI3LWZiOWJlOTc5NjM2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZmMmRmMGUxLWNhMjEtNGQwOS1iNjFjLWU5NmRmODA3Njc5Nj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:08:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f7605b5-097d-472f-9ad9-c3d996e568d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8288988d-8aa9-4ffe-8394-6c22de675b61" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11987" ], "x-ms-correlation-request-id": [ - "0cda5f25-184a-490d-93f9-c1ec80117eda" + "4cd2a323-af28-4f95-ae77-0ffa5381c972" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073718Z:0cda5f25-184a-490d-93f9-c1ec80117eda" + "EASTUS2:20211117T140815Z:4cd2a323-af28-4f95-ae77-0ffa5381c972" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:37:17 GMT" - ], "Content-Length": [ - "132" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1549,59 +1549,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:33:53.65854+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f51b213d-2b92-40e9-9db7-fb9be9796367\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:04:50.8599462+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ff2df0e1-ca21-4d09-b61c-e96df8076796\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1MWIyMTNkLTJiOTItNDBlOS05ZGI3LWZiOWJlOTc5NjM2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZmMmRmMGUxLWNhMjEtNGQwOS1iNjFjLWU5NmRmODA3Njc5Nj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:09:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "02ca7df1-dbc8-4c14-adad-3b03e165bb28" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "49adbe42-3487-4552-b597-312336d3b88d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11999" ], "x-ms-correlation-request-id": [ - "15d3a5dc-20c6-4532-b0ad-f5523c4eb08d" + "cd52b7d7-689b-4c28-9211-5032005a995a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073855Z:15d3a5dc-20c6-4532-b0ad-f5523c4eb08d" + "EASTUS2:20211117T140952Z:cd52b7d7-689b-4c28-9211-5032005a995a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:38:54 GMT" - ], "Content-Length": [ - "132" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1610,59 +1610,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:33:53.65854+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f51b213d-2b92-40e9-9db7-fb9be9796367\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:04:50.8599462+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ff2df0e1-ca21-4d09-b61c-e96df8076796\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1MWIyMTNkLTJiOTItNDBlOS05ZGI3LWZiOWJlOTc5NjM2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZmMmRmMGUxLWNhMjEtNGQwOS1iNjFjLWU5NmRmODA3Njc5Nj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:11:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07fb34f9-ffbe-43c8-9791-4532a86c5f6b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3dad80cc-115f-433f-a787-ae8564b23c88" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11999" ], "x-ms-correlation-request-id": [ - "776ee47e-5583-471b-80b6-6cddb7cf1fd7" + "36397ddc-995b-475b-b474-541188175c2c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074032Z:776ee47e-5583-471b-80b6-6cddb7cf1fd7" + "EASTUS2:20211117T141129Z:36397ddc-995b-475b-b474-541188175c2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:40:32 GMT" - ], "Content-Length": [ - "132" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1671,59 +1671,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:33:53.65854+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f51b213d-2b92-40e9-9db7-fb9be9796367\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:04:50.8599462+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ff2df0e1-ca21-4d09-b61c-e96df8076796\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1MWIyMTNkLTJiOTItNDBlOS05ZGI3LWZiOWJlOTc5NjM2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZmMmRmMGUxLWNhMjEtNGQwOS1iNjFjLWU5NmRmODA3Njc5Nj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:13:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86a131eb-0dde-418e-bb0c-d9b851ebf1e4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e8fb9427-65f9-480f-9dd8-09e506806da8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11999" ], "x-ms-correlation-request-id": [ - "85689a82-f207-4150-a4b0-41f0e516e770" + "c318343c-510f-4017-bf1c-48ac98db0eab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074209Z:85689a82-f207-4150-a4b0-41f0e516e770" + "EASTUS2:20211117T141307Z:c318343c-510f-4017-bf1c-48ac98db0eab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:42:09 GMT" - ], "Content-Length": [ - "132" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1732,59 +1732,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:33:53.65854+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f51b213d-2b92-40e9-9db7-fb9be9796367\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:04:50.8599462+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ff2df0e1-ca21-4d09-b61c-e96df8076796\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f51b213d-2b92-40e9-9db7-fb9be9796367?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y1MWIyMTNkLTJiOTItNDBlOS05ZGI3LWZiOWJlOTc5NjM2Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ff2df0e1-ca21-4d09-b61c-e96df8076796?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZmMmRmMGUxLWNhMjEtNGQwOS1iNjFjLWU5NmRmODA3Njc5Nj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3305b163-03d7-4524-878b-aa3edc4c2043" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "36dc6db4-f5bc-41b7-83ee-ebb00f1ad19b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11999" ], "x-ms-correlation-request-id": [ - "bc3939b4-683c-49b1-b4d1-1ddfd5509c8c" + "547484c1-8104-4d85-be68-0af6ce719811" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074346Z:bc3939b4-683c-49b1-b4d1-1ddfd5509c8c" + "EASTUS2:20211117T141444Z:547484c1-8104-4d85-be68-0af6ce719811" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1793,59 +1793,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:33:53.65854+00:00\",\r\n \"endTime\": \"2021-06-29T07:42:44.5828483+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f51b213d-2b92-40e9-9db7-fb9be9796367\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:04:50.8599462+00:00\",\r\n \"endTime\": \"2021-11-17T14:13:55.3322166+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ff2df0e1-ca21-4d09-b61c-e96df8076796\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2592" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1296cb9-6d58-4562-8d2e-0be967980a3d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f4acc276-6f9f-40be-bea0-6d130fd9c4ec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11998" ], "x-ms-correlation-request-id": [ - "ce74db64-a9e8-44cc-8d1c-3b3ba744484b" + "2b8dc706-c7ba-4140-baef-f5ca05baeeda" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074346Z:ce74db64-a9e8-44cc-8d1c-3b3ba744484b" + "EASTUS2:20211117T141444Z:2b8dc706-c7ba-4140-baef-f5ca05baeeda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "3520" + "3517" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1854,65 +1854,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"71da4d47-028f-4523-ae31-1f6b8ea55dbe\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3028941b-786e-47a6-bb3a-93956bd3e4d6\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7e56450-6709-4254-ade8-737279bf4027" + "33f484f3-c151-4e2b-a01e-fc926be2498c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2591" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3965c39b-2933-4a1d-82ff-20d429fdbc46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "60d485a6-f2a8-49e5-a48f-38bcb53accb8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11997" ], "x-ms-correlation-request-id": [ - "ca181f42-dff2-4c77-938e-9a5fc725e73f" + "80f7ee48-e1e6-4140-832f-17d237f2b018" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074346Z:ca181f42-dff2-4c77-938e-9a5fc725e73f" + "EASTUS2:20211117T141444Z:80f7ee48-e1e6-4140-832f-17d237f2b018" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "3520" + "3517" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1921,35 +1921,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"71da4d47-028f-4523-ae31-1f6b8ea55dbe\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3028941b-786e-47a6-bb3a-93956bd3e4d6\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c85366d9-c158-47fe-b044-5492376285b5" + "7d6ffd62-9a22-426b-9203-167c8a3f7ea0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], @@ -1957,27 +1964,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c3d1d428-f40f-4525-af29-8d9b5a1db810" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fdfc4468-feb8-450e-92a9-354b5d12bc60" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11996" ], "x-ms-correlation-request-id": [ - "eb6f5dad-b0e9-4ffe-a528-eb8cd6d66fad" + "27ee14cc-033c-4a70-82ed-2053f0027e2a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074346Z:eb6f5dad-b0e9-4ffe-a528-eb8cd6d66fad" + "EASTUS2:20211117T141444Z:27ee14cc-033c-4a70-82ed-2053f0027e2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ "822" ], @@ -1988,35 +1988,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:43:27.3017906+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T14:14:35.3816506+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "726d2c96-d6b3-46d7-82f5-61c454d8d037" + "a5479fc7-4fa1-415e-a9ad-b3e2e83cccf1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], @@ -2024,29 +2031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "71bf4512-b4dc-4750-850a-adfc16a487d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1311a74d-a556-4b18-91bc-b1cc9b0453e5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11995" ], "x-ms-correlation-request-id": [ - "2035a91d-cd0e-458a-a75b-8d8f2220faa5" + "6f6a0590-fc11-4875-add5-a856adf324c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074346Z:2035a91d-cd0e-458a-a75b-8d8f2220faa5" + "EASTUS2:20211117T141444Z:6f6a0590-fc11-4875-add5-a856adf324c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "3949" + "3946" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2055,65 +2055,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"71da4d47-028f-4523-ae31-1f6b8ea55dbe\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6084\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3028941b-786e-47a6-bb3a-93956bd3e4d6\",\r\n \"zoneBalance\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"3\"\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85e292db-6714-408a-be6e-7a2cd8a42884" + "bf24e787-ad7a-4d0d-b0aa-cea7cffb5cc5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "485c4205-2316-4154-ae52-970bdc6dad8e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f146bf3c-bd99-4097-a010-34307dc187f5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11994" ], "x-ms-correlation-request-id": [ - "dcfe22f3-c3a1-4dec-9358-b52ae9a1dfe3" + "1520c453-c564-441d-a79f-697d93f106f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074346Z:dcfe22f3-c3a1-4dec-9358-b52ae9a1dfe3" + "EASTUS2:20211117T141444Z:1520c453-c564-441d-a79f-697d93f106f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "81697" + "13587" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2122,35 +2122,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4L3ZpcnR1YWxNYWNoaW5lcz8kZmlsdGVyPXByb3BlcnRpZXMvbGF0ZXN0TW9kZWxBcHBsaWVkJTIwZXElMjB0cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQvdmlydHVhbE1hY2hpbmVzPyRmaWx0ZXI9cHJvcGVydGllcy9sYXRlc3RNb2RlbEFwcGxpZWQlMjBlcSUyMHRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c4a1027-c5ef-42f2-a09e-c821ac6568fd" + "9ce7f747-9d96-4ba8-a02a-2f5a131005d3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;895,Microsoft.Compute/VMScaleSetVMViews3Min;4998" ], @@ -2161,29 +2168,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "320b0ad2-e1d5-4b17-9c03-e681fd677cb3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d5e5013d-e2f7-424e-acfe-7994fa28bf65" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11993" ], "x-ms-correlation-request-id": [ - "2a44e526-d22a-4898-8c3c-cfdf48ae92c1" + "6185899f-ebba-45c7-881a-6ec4e5c11d2c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074347Z:2a44e526-d22a-4898-8c3c-cfdf48ae92c1" + "EASTUS2:20211117T141444Z:6185899f-ebba-45c7-881a-6ec4e5c11d2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "10340" + "10322" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2192,35 +2192,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6138_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"2\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"5faa91c6-9be0-437d-a2ec-b71d556b7f33\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6138_vmss6138_2_OsDisk_1_4767be761bb647c690aabeee72a996f2\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_2_OsDisk_1_4767be761bb647c690aabeee72a996f2\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6138_vmss6138_2_disk2_378c62520d4d45fabb6ea572c3324d31\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_2_disk2_378c62520d4d45fabb6ea572c3324d31\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000002\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/2/networkInterfaces/vmsstestnetconfig8506\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss6138_3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"3\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"a2ca315d-ff27-45d1-9700-4e22da0e7ef8\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6138_vmss6138_3_OsDisk_1_3f54f9fc75b7415babb1b69a05091ad3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_3_OsDisk_1_3f54f9fc75b7415babb1b69a05091ad3\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6138_vmss6138_3_disk2_c6631709240548b093f7a6e268ba0d7c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_3_disk2_c6631709240548b093f7a6e268ba0d7c\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000003\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/3/networkInterfaces/vmsstestnetconfig8506\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"3\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6084_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"2\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"cfa9550c-6160-4512-a58f-46ecb1b76246\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6084_vmss6084_2_OsDisk_1_0a0a8d367d1743a18313ded5867b87ef\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_2_OsDisk_1_0a0a8d367d1743a18313ded5867b87ef\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6084_vmss6084_2_disk2_111e14a6ad8a4a76bfd3019a43156b4e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_2_disk2_111e14a6ad8a4a76bfd3019a43156b4e\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000002\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/2/networkInterfaces/vmsstestnetconfig873\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss6084_3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"3\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"752e6687-a71e-45c0-b3fb-ba58d4f59c9d\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6084_vmss6084_3_OsDisk_1_45d9872be01a472db6f541b0ccfee95d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_3_OsDisk_1_45d9872be01a472db6f541b0ccfee95d\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6084_vmss6084_3_disk2_ab075d8b88144dac913828eb39884cd2\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_3_disk2_ab075d8b88144dac913828eb39884cd2\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000003\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/3/networkInterfaces/vmsstestnetconfig873\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"3\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualmachines/2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4L3ZpcnR1YWxtYWNoaW5lcy8yP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/2?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQvdmlydHVhbE1hY2hpbmVzLzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "563ec29c-0c4f-4303-83ed-cda357505e5e" + "fb0bf320-0516-4c94-8a17-28d6defd4d22" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4997" ], @@ -2231,29 +2238,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0bfbe54a-39bf-4f91-8edd-3cd27d8a925d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a3b5cb0-2828-41f7-9660-559a2bba7f10" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11992" ], "x-ms-correlation-request-id": [ - "6aca28b7-06b1-4fd9-b775-c5aa11ce2749" + "fdd6758b-2f33-45b0-9949-3fad91eb9689" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074347Z:6aca28b7-06b1-4fd9-b775-c5aa11ce2749" + "EASTUS2:20211117T141444Z:fdd6758b-2f33-45b0-9949-3fad91eb9689" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "4732" + "4723" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2262,35 +2262,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6138_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"2\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"5faa91c6-9be0-437d-a2ec-b71d556b7f33\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6138_vmss6138_2_OsDisk_1_4767be761bb647c690aabeee72a996f2\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_2_OsDisk_1_4767be761bb647c690aabeee72a996f2\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6138_vmss6138_2_disk2_378c62520d4d45fabb6ea572c3324d31\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_2_disk2_378c62520d4d45fabb6ea572c3324d31\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000002\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/2/networkInterfaces/vmsstestnetconfig8506\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6084_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"2\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"cfa9550c-6160-4512-a58f-46ecb1b76246\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6084_vmss6084_2_OsDisk_1_0a0a8d367d1743a18313ded5867b87ef\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_2_OsDisk_1_0a0a8d367d1743a18313ded5867b87ef\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6084_vmss6084_2_disk2_111e14a6ad8a4a76bfd3019a43156b4e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_2_disk2_111e14a6ad8a4a76bfd3019a43156b4e\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000002\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/2/networkInterfaces/vmsstestnetconfig873\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualmachines/3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4L3ZpcnR1YWxtYWNoaW5lcy8zP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/3?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQvdmlydHVhbE1hY2hpbmVzLzM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3df0243f-8b3f-486d-85f6-46cf9f2e74eb" + "a2100a18-2db5-4ac6-9d0a-362249373f9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4996" ], @@ -2301,29 +2308,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84caf436-8821-46a7-9896-d3ef6fec76ff" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "023c4149-c901-4fd0-a698-b416eef73f50" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11991" ], "x-ms-correlation-request-id": [ - "f77be69a-b7b0-4d84-9782-4a7b1b02be85" + "155ed809-dd75-4ba9-99af-3c157200ec14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074347Z:f77be69a-b7b0-4d84-9782-4a7b1b02be85" + "EASTUS2:20211117T141444Z:155ed809-dd75-4ba9-99af-3c157200ec14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" - ], "Content-Length": [ - "4732" + "4723" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2332,43 +2332,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6138_3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"3\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8506\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6052\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Network/virtualNetworks/vn1245/subnets/sn8756\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"a2ca315d-ff27-45d1-9700-4e22da0e7ef8\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6138_vmss6138_3_OsDisk_1_3f54f9fc75b7415babb1b69a05091ad3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_3_OsDisk_1_3f54f9fc75b7415babb1b69a05091ad3\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6138_vmss6138_3_disk2_c6631709240548b093f7a6e268ba0d7c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/disks/vmss6138_vmss6138_3_disk2_c6631709240548b093f7a6e268ba0d7c\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000003\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138/virtualMachines/3/networkInterfaces/vmsstestnetconfig8506\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"3\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachines/vmss6138_3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6084_3\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/3\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"3\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig873\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8413\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Network/virtualNetworks/vn6617/subnets/sn1344\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"752e6687-a71e-45c0-b3fb-ba58d4f59c9d\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6084_vmss6084_3_OsDisk_1_45d9872be01a472db6f541b0ccfee95d\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_3_OsDisk_1_45d9872be01a472db6f541b0ccfee95d\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6084_vmss6084_3_disk2_ab075d8b88144dac913828eb39884cd2\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/disks/vmss6084_vmss6084_3_disk2_ab075d8b88144dac913828eb39884cd2\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000003\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084/virtualMachines/3/networkInterfaces/vmsstestnetconfig873\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"3\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_3/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachines/vmss6084_3/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5682/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6138?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2MTM4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar342/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6084?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczYwODQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a71520e2-8aa4-4359-ab87-46a461768c5f" + "969f391f-b4e3-4c70-8e9a-698975656076" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2383,88 +2390,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd0b4cad-e8d5-4b65-bbe6-007030bf7479" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "74d46493-4e0c-4fcb-8362-e12ca6531518" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "9d786348-a5b3-4ea0-9eba-547dcacf7a4a" + "56439a9a-4ed4-4ba1-8001-cf7a2bdff9a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074347Z:9d786348-a5b3-4ea0-9eba-547dcacf7a4a" + "EASTUS2:20211117T141444Z:56439a9a-4ed4-4ba1-8001-cf7a2bdff9a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JkMGI0Y2FkLWU4ZDUtNGI2NS1iYmU2LTAwNzAzMGJmNzQ3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:14:53 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ec4ae94-3900-4fc4-9e76-37d0fd56b1df" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6cea51da-f0f7-4fbe-b1a4-39be08bac867" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11990" ], "x-ms-correlation-request-id": [ - "57f79b5a-c284-4478-b7e9-89966b36c7f5" + "2ba0cb04-525d-4486-9aed-fc1df8e4e38d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074357Z:57f79b5a-c284-4478-b7e9-89966b36c7f5" + "EASTUS2:20211117T141454Z:2ba0cb04-525d-4486-9aed-fc1df8e4e38d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:43:56 GMT" - ], "Content-Length": [ "134" ], @@ -2475,57 +2475,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:43:47.2081494+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd0b4cad-e8d5-4b65-bbe6-007030bf7479\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JkMGI0Y2FkLWU4ZDUtNGI2NS1iYmU2LTAwNzAzMGJmNzQ3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:15:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "90b0b06e-0b46-4aba-bc35-20905892e26b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e29d7c27-1f8e-4481-8ec2-3c43e810c785" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11989" ], "x-ms-correlation-request-id": [ - "71bf47aa-1b0b-424a-a6a1-efa3341141ef" + "f49f86e3-ea53-43b0-98e2-8f6488099f30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074408Z:71bf47aa-1b0b-424a-a6a1-efa3341141ef" + "EASTUS2:20211117T141505Z:f49f86e3-ea53-43b0-98e2-8f6488099f30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:44:07 GMT" - ], "Content-Length": [ "134" ], @@ -2536,57 +2536,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:43:47.2081494+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd0b4cad-e8d5-4b65-bbe6-007030bf7479\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JkMGI0Y2FkLWU4ZDUtNGI2NS1iYmU2LTAwNzAzMGJmNzQ3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:15:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77209c69-af5b-4c54-a53e-9414e2f96dca" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4a715259-0da8-4ea6-aea4-332b2d605239" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11988" ], "x-ms-correlation-request-id": [ - "b32cb070-ae1c-4bd0-a5d8-b3debaf28834" + "871fb9bc-f75b-4364-9af9-017b4dfda759" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074419Z:b32cb070-ae1c-4bd0-a5d8-b3debaf28834" + "EASTUS2:20211117T141517Z:871fb9bc-f75b-4364-9af9-017b4dfda759" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:44:18 GMT" - ], "Content-Length": [ "134" ], @@ -2597,57 +2597,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:43:47.2081494+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd0b4cad-e8d5-4b65-bbe6-007030bf7479\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JkMGI0Y2FkLWU4ZDUtNGI2NS1iYmU2LTAwNzAzMGJmNzQ3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:15:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0d1e961-af4c-4d69-81f9-3ff406b1592e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d19f39fc-6c1f-47ad-b993-42dd8e978a81" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11987" ], "x-ms-correlation-request-id": [ - "4b217195-8d77-491f-bce4-073cc779c3c1" + "6f63f9fb-a95f-4cbc-a74d-bf3a9351b01a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074430Z:4b217195-8d77-491f-bce4-073cc779c3c1" + "EASTUS2:20211117T141528Z:6f63f9fb-a95f-4cbc-a74d-bf3a9351b01a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:44:29 GMT" - ], "Content-Length": [ "134" ], @@ -2658,59 +2658,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:43:47.2081494+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd0b4cad-e8d5-4b65-bbe6-007030bf7479\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JkMGI0Y2FkLWU4ZDUtNGI2NS1iYmU2LTAwNzAzMGJmNzQ3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:15:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0751f42d-f21d-476a-994e-71434b41118d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9fb88478-6085-45c1-b49a-1c2595a814da" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11986" ], "x-ms-correlation-request-id": [ - "bd0813f9-6fb1-4bc1-9b01-9208ea337ed6" + "f540295f-9a29-43e6-982f-5d814cd8b9dc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074441Z:bd0813f9-6fb1-4bc1-9b01-9208ea337ed6" + "EASTUS2:20211117T141539Z:f540295f-9a29-43e6-982f-5d814cd8b9dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:44:40 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2719,197 +2719,266 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:43:47.2081494+00:00\",\r\n \"endTime\": \"2021-06-29T07:44:36.1458775+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bd0b4cad-e8d5-4b65-bbe6-007030bf7479\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bd0b4cad-e8d5-4b65-bbe6-007030bf7479?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JkMGI0Y2FkLWU4ZDUtNGI2NS1iYmU2LTAwNzAzMGJmNzQ3OT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:15:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc74a445-3149-408f-8f60-c843430f7f35" + "8356f73c-61e3-4441-88e8-f35b7a7d2772" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "27b1424f-2631-4675-bc72-046263532101" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T141550Z:27b1424f-2631-4675-bc72-046263532101" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:16:00 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29962" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "30f39c66-d625-40cd-9269-7ba0327e5605" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11984" ], "x-ms-correlation-request-id": [ - "4e082396-a205-4803-aac5-fe50c8661986" + "987e80ed-ac67-4cf9-bf15-7832016e4593" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074441Z:4e082396-a205-4803-aac5-fe50c8661986" + "EASTUS2:20211117T141601Z:987e80ed-ac67-4cf9-bf15-7832016e4593" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:44:40 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5682?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2ODI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "be3971c8-35d7-456a-b291-aab1fee6ed6b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:16:11 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29960" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78b77942-2e1c-4ebc-8863-f5b23b843f39" + "a6ba744e-d84b-4491-95b0-744b34cec0d6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "x-ms-correlation-request-id": [ - "78b77942-2e1c-4ebc-8863-f5b23b843f39" + "b272c0b9-73eb-40ce-800c-8acd44ba9a18" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074441Z:78b77942-2e1c-4ebc-8863-f5b23b843f39" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T141612Z:b272c0b9-73eb-40ce-800c-8acd44ba9a18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:44:40 GMT" + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:14:44.7416192+00:00\",\r\n \"endTime\": \"2021-11-17T14:16:04.8092275+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"74d46493-4e0c-4fcb-8362-e12ca6531518\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/74d46493-4e0c-4fcb-8362-e12ca6531518?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc0ZDQ2NDkzLTRlMGMtNGZjYi04MzYyLWUxMmNhNjUzMTUxOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:16:11 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29959" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11dca1c5-6f4c-4f41-bcdc-23d59147ed1f" + "baab3697-4dba-4d13-b215-1d6113a13c50" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "x-ms-correlation-request-id": [ - "11dca1c5-6f4c-4f41-bcdc-23d59147ed1f" + "ba553404-0e7d-4093-9c36-1af0597049a1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074456Z:11dca1c5-6f4c-4f41-bcdc-23d59147ed1f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTUS2:20211117T141612Z:ba553404-0e7d-4093-9c36-1af0597049a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:44:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar342?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a3460ef3-6bf0-4deb-a979-ebbf42d7275c" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2917,26 +2986,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:16:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "1b2dbcd6-2dad-48f9-a09c-77d0a3861438" + "6ccc24a3-6b3c-4d80-a0fd-4f635c17289c" ], "x-ms-correlation-request-id": [ - "1b2dbcd6-2dad-48f9-a09c-77d0a3861438" + "6ccc24a3-6b3c-4d80-a0fd-4f635c17289c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074511Z:1b2dbcd6-2dad-48f9-a09c-77d0a3861438" + "EASTUS2:20211117T141612Z:6ccc24a3-6b3c-4d80-a0fd-4f635c17289c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2944,29 +3016,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:45:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2974,26 +3043,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:16:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "d143df3a-4d9d-47c8-b697-838530459778" + "31bac775-36bb-43ef-a95d-aac3309f48dd" ], "x-ms-correlation-request-id": [ - "d143df3a-4d9d-47c8-b697-838530459778" + "31bac775-36bb-43ef-a95d-aac3309f48dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074526Z:d143df3a-4d9d-47c8-b697-838530459778" + "EASTUS2:20211117T141627Z:31bac775-36bb-43ef-a95d-aac3309f48dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3001,29 +3073,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:45:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3031,26 +3100,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:16:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "3113dc01-670d-46c5-9388-f8270c31d8f6" + "3c5bf028-c632-410f-a883-cd61db01721b" ], "x-ms-correlation-request-id": [ - "3113dc01-670d-46c5-9388-f8270c31d8f6" + "3c5bf028-c632-410f-a883-cd61db01721b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074541Z:3113dc01-670d-46c5-9388-f8270c31d8f6" + "EASTUS2:20211117T141642Z:3c5bf028-c632-410f-a883-cd61db01721b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3058,29 +3130,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:45:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3088,26 +3157,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:16:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "fd492569-3d67-4199-b631-a80cd698cc55" + "e1ea9de0-eccb-42bf-9086-cfa29667490d" ], "x-ms-correlation-request-id": [ - "fd492569-3d67-4199-b631-a80cd698cc55" + "e1ea9de0-eccb-42bf-9086-cfa29667490d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074556Z:fd492569-3d67-4199-b631-a80cd698cc55" + "EASTUS2:20211117T141657Z:e1ea9de0-eccb-42bf-9086-cfa29667490d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3115,29 +3187,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:45:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3145,26 +3214,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:17:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "ff2e3da8-2ab1-4e7d-9abc-3bee4aad61bf" + "593c22a5-763e-45b9-b943-45a2ba11b856" ], "x-ms-correlation-request-id": [ - "ff2e3da8-2ab1-4e7d-9abc-3bee4aad61bf" + "593c22a5-763e-45b9-b943-45a2ba11b856" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074611Z:ff2e3da8-2ab1-4e7d-9abc-3bee4aad61bf" + "EASTUS2:20211117T141712Z:593c22a5-763e-45b9-b943-45a2ba11b856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3172,29 +3244,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3202,20 +3271,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:17:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "f4c476e6-ff6f-469e-b4a9-6661b9b30fcf" + "5b78362f-fd82-4d47-89c1-3a250789fb60" ], "x-ms-correlation-request-id": [ - "f4c476e6-ff6f-469e-b4a9-6661b9b30fcf" + "5b78362f-fd82-4d47-89c1-3a250789fb60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074626Z:f4c476e6-ff6f-469e-b4a9-6661b9b30fcf" + "EASTUS2:20211117T141727Z:5b78362f-fd82-4d47-89c1-3a250789fb60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3223,29 +3295,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjgyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpneUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRJdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3253,20 +3322,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:17:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "ecb3af39-00fb-411e-8ca5-37032d597ee0" + "0db8dee1-c942-43cb-bc2f-85bbb7ba75f5" ], "x-ms-correlation-request-id": [ - "ecb3af39-00fb-411e-8ca5-37032d597ee0" + "0db8dee1-c942-43cb-bc2f-85bbb7ba75f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074626Z:ecb3af39-00fb-411e-8ca5-37032d597ee0" + "EASTUS2:20211117T141727Z:0db8dee1-c942-43cb-bc2f-85bbb7ba75f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3274,14 +3346,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3290,27 +3359,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar5682", - "vmss6138", - "crptestar517" + "crptestar342", + "vmss6084", + "crptestar4499" ], "CreatePublicIP": [ - "pip1975", - "dn1652" + "pip1771", + "dn7708" ], "CreateVNET": [ - "vn1245", - "sn8756" + "vn6617", + "sn1344" ], "CreateNIC": [ - "nic4467", - "ip8693" + "nic1188", + "ip5290" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9169", - "vmss9977", - "vmsstestnetconfig8506", - "vmsstestnetconfig6052" + "crptestar1816", + "vmss1712", + "vmsstestnetconfig873", + "vmsstestnetconfig8413" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_OrchestrationService.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_OrchestrationService.json index f1930cf08741c..f95e94788e8b3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_OrchestrationService.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_OrchestrationService.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b7d155e-b244-4d68-b267-20fab5c17826" + "e8fda735-41d8-4120-b715-9fadfddeb7b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132499059682896546" + "e91047d6-10df-436c-bd78-94e832a89049_132701550497636793" ], "x-ms-request-id": [ - "b9a37c33-db8a-40e2-98e7-4399ce61dadf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f28ff5e3-ecbb-4ad4-8379-65a42cf27ae9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "30f31186-96f3-41cc-8e4b-9fb98faed093" + "4d59cfce-ef72-43ff-a674-015162fb71e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070550Z:30f31186-96f3-41cc-8e4b-9fb98faed093" + "WESTUS2:20211203T032601Z:4d59cfce-ef72-43ff-a674-015162fb71e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:50 GMT" - ], "Content-Length": [ "307" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4349?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzNDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar3158?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar4349\": \"2021-06-29 07:05:50Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3158\": \"2021-12-03 03:26:02Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f4f0c30e-f712-41ca-9ee0-44d03c41e9ce" + "0c56c5f2-39c6-4fcb-926e-c5ead06f4497" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "89bd61cf-b5da-46b0-a1cb-911e020a138a" + "1a5a213f-1471-4092-9ef3-dcd651a3dbba" ], "x-ms-correlation-request-id": [ - "89bd61cf-b5da-46b0-a1cb-911e020a138a" + "1a5a213f-1471-4092-9ef3-dcd651a3dbba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070550Z:89bd61cf-b5da-46b0-a1cb-911e020a138a" + "WESTUS2:20211203T032602Z:1a5a213f-1471-4092-9ef3-dcd651a3dbba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:50 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349\",\r\n \"name\": \"crptestar4349\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar4349\": \"2021-06-29 07:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158\",\r\n \"name\": \"crptestar3158\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3158\": \"2021-12-03 03:26:02Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4349?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzNDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar3158?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2aa1699-bdf5-4539-8251-e9881b886e3d" + "d5396526-1f79-4fc1-b21e-d980ea267731" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "0a1b9ae5-c9cc-46e1-becf-e189254da62d" + "d8612bbc-3f23-4cb2-9fac-4d8ceb904811" ], "x-ms-correlation-request-id": [ - "0a1b9ae5-c9cc-46e1-becf-e189254da62d" + "d8612bbc-3f23-4cb2-9fac-4d8ceb904811" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070620Z:0a1b9ae5-c9cc-46e1-becf-e189254da62d" + "WESTUS2:20211203T032636Z:d8612bbc-3f23-4cb2-9fac-4d8ceb904811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:20 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349\",\r\n \"name\": \"crptestar4349\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158\",\r\n \"name\": \"crptestar3158\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Storage/storageAccounts/crptestar2719?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNzE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Storage/storageAccounts/crptestar3012?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzMDEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "efbfec32-dc79-46c8-b7f8-6ebcdc64ce00" + "d24ff7ef-a035-4822-b97c-33646e7b3125" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/b781009b-b2a5-44a1-bddd-9a21cc030bcc?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus/asyncoperations/42ebc756-55fb-4c15-bac4-c3783d384dc2?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b781009b-b2a5-44a1-bddd-9a21cc030bcc" + "42ebc756-55fb-4c15-bac4-c3783d384dc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cbfd3ecb-bd33-45cf-8f46-2ac3d6bba6d1" + "4ededea4-d0a9-4c4b-8b32-73722dfa20aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070552Z:cbfd3ecb-bd33-45cf-8f46-2ac3d6bba6d1" + "WESTUS2:20211203T032607Z:4ededea4-d0a9-4c4b-8b32-73722dfa20aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:05:52 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/b781009b-b2a5-44a1-bddd-9a21cc030bcc?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy9iNzgxMDA5Yi1iMmE1LTQ0YTEtYmRkZC05YTIxY2MwMzBiY2M/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/eastus/asyncoperations/42ebc756-55fb-4c15-bac4-c3783d384dc2?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy80MmViYzc1Ni01NWZiLTRjMTUtYmFjNC1jMzc4M2QzODRkYzI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4fc2ff5a-1ab6-4e9a-a9db-23f07c733879" + "4da60622-60a1-4ea9-bf26-63a3f845fdfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-correlation-request-id": [ - "cd8dbd44-243a-4607-a0ce-5cad46f8c47d" + "e3a725a5-5d43-4a2b-9462-30bd07a5fa8f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070609Z:cd8dbd44-243a-4607-a0ce-5cad46f8c47d" + "WESTUS2:20211203T032624Z:e3a725a5-5d43-4a2b-9462-30bd07a5fa8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:09 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8551767-da6b-4302-b1ad-e823a71e93ee" + "3659b7e6-f792-4b78-9154-88526bbc4372" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7586ea6f-fb9d-42d6-9adf-e3b997b7e59d" + "210bacd7-5c83-4973-a998-1bad4036a73c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-correlation-request-id": [ - "8d0c69c7-eb88-4723-85eb-069d3928e271" + "f6b915ec-45b6-4861-a41a-91694fcb0b42" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070620Z:8d0c69c7-eb88-4723-85eb-069d3928e271" + "WESTUS2:20211203T032635Z:f6b915ec-45b6-4861-a41a-91694fcb0b42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:19 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Storage/storageAccounts/crptestar2719\",\r\n \"name\": \"crptestar2719\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:05:51.3403732Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2719.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2719.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2719.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2719.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Storage/storageAccounts/crptestar3012\",\r\n \"name\": \"crptestar3012\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-03T03:26:05.6193261Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3012.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3012.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3012.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3012.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Storage/storageAccounts/crptestar2719?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIyNzE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Storage/storageAccounts/crptestar3012?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzMDEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55446c0c-1660-4cdc-94f7-ee1b7a2ac3a8" + "fb803eac-87c4-4a5e-b01d-ae5fc75106e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d312c028-689e-448a-83a4-6a1106a8c506" + "01d80873-7ff7-4b4b-b710-f63e6e0dbc37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-correlation-request-id": [ - "c20855a2-c082-4359-ab06-e88464ca2bb4" + "808ed098-3cff-49db-8af0-f6b1512ee4dc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070620Z:c20855a2-c082-4359-ab06-e88464ca2bb4" + "WESTUS2:20211203T032635Z:808ed098-3cff-49db-8af0-f6b1512ee4dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:19 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Storage/storageAccounts/crptestar2719\",\r\n \"name\": \"crptestar2719\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:05:51.3403732Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2719.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2719.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2719.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2719.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Storage/storageAccounts/crptestar3012\",\r\n \"name\": \"crptestar3012\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-03T03:26:05.6193261Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3012.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3012.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3012.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3012.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7336c7ca-1e3f-41da-8578-ce4dcfef3103" + "f37afb82-d93f-4f0c-a178-5c00ea47690a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:35 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "d86a0e7f-8e84-4c67-91b2-a3643556e534" + "571fe948-24d6-4ef3-b005-d85ee7014c78" ], "x-ms-correlation-request-id": [ - "d86a0e7f-8e84-4c67-91b2-a3643556e534" + "571fe948-24d6-4ef3-b005-d85ee7014c78" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070620Z:d86a0e7f-8e84-4c67-91b2-a3643556e534" + "WESTUS2:20211203T032636Z:571fe948-24d6-4ef3-b005-d85ee7014c78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:19 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk1NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYxMTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7768\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2280\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "53c12483-9908-4bbd-b80b-ade2ed3b1b81" + "451dda89-72c4-4f88-b35c-a98e30648dda" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:41 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "89cb4d27-8360-44d3-85cd-21c386d1ea20" + "50e5d6c4-a2cf-45b7-8271-0a1415dd4b2f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/89cb4d27-8360-44d3-85cd-21c386d1ea20?api-version=2019-09-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/50e5d6c4-a2cf-45b7-8271-0a1415dd4b2f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3991dee3-81aa-45e7-9d54-aca666e96858" + "6252d947-a345-4552-bdc1-018e512009a8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9b323f25-ea51-4d23-b55a-5213c40d504e" + "5dd31ffc-3b40-463c-aa91-da75db64513e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070621Z:3991dee3-81aa-45e7-9d54-aca666e96858" + "WESTUS2:20211203T032641Z:6252d947-a345-4552-bdc1-018e512009a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:21 GMT" - ], "Content-Length": [ "755" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549\",\r\n \"etag\": \"W/\\\"262249de-c9bf-49e2-972a-6ed2e8dab668\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"df8e6023-9e14-423d-af6a-212024d47171\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7768\",\r\n \"fqdn\": \"dn7768.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6113\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113\",\r\n \"etag\": \"W/\\\"60dd2cff-68fc-4657-baaf-c6c111e2a143\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1e2c85ba-7eb1-41db-a0c4-3fa01d2ee5af\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2280\",\r\n \"fqdn\": \"dn2280.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/89cb4d27-8360-44d3-85cd-21c386d1ea20?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODljYjRkMjctODM2MC00NGQzLTg1Y2QtMjFjMzg2ZDFlYTIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/50e5d6c4-a2cf-45b7-8271-0a1415dd4b2f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTBlNWQ2YzQtYTJjZi00NWI3LTgyNzEtMGExNDE1ZGQ0YjJmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,39 +613,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:42 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8f8faa30-4ada-4642-b72e-87cbdda33ea7" + "def6c5df-8051-4185-9bbe-a2edcc683635" ], "x-ms-correlation-request-id": [ - "88811796-e495-41f7-b0bb-f3c58e744d7c" + "fceaa072-3dc2-4fa9-90b3-a2ed87e3dfa1" ], "x-ms-arm-service-request-id": [ - "e3f93aed-f400-4b6f-bdc9-3b5eab0418a0" + "1dd5ec23-298b-4dac-99c6-e993fe7edf2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070622Z:88811796-e495-41f7-b0bb-f3c58e744d7c" + "WESTUS2:20211203T032642Z:fceaa072-3dc2-4fa9-90b3-a2ed87e3dfa1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:22 GMT" - ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -654,19 +657,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk1NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/50e5d6c4-a2cf-45b7-8271-0a1415dd4b2f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTBlNWQ2YzQtYTJjZi00NWI3LTgyNzEtMGExNDE1ZGQ0YjJmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +677,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:44 GMT" + ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"12b30deb-ff76-41a3-8180-47fa90cf7097\"" + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fce8652e-4980-436a-9cb5-2371c4b33765" + "c1f65cc5-7b55-4604-95ea-33171d486482" ], "x-ms-correlation-request-id": [ - "0a6a8e94-c72e-46bf-96d8-3f732b687370" + "676bbc7a-b121-480f-b3cd-5c7f35bbf4a9" ], "x-ms-arm-service-request-id": [ - "1b23d9b4-cca2-44ea-9625-9e102cf9ecf2" + "40691b59-18b8-4f7b-ba4f-fe2eb3922b8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070622Z:0a6a8e94-c72e-46bf-96d8-3f732b687370" + "WESTUS2:20211203T032644Z:676bbc7a-b121-480f-b3cd-5c7f35bbf4a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:22 GMT" - ], "Content-Length": [ - "756" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +721,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549\",\r\n \"etag\": \"W/\\\"12b30deb-ff76-41a3-8180-47fa90cf7097\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"df8e6023-9e14-423d-af6a-212024d47171\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7768\",\r\n \"fqdn\": \"dn7768.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk1NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/50e5d6c4-a2cf-45b7-8271-0a1415dd4b2f?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTBlNWQ2YzQtYTJjZi00NWI3LTgyNzEtMGExNDE1ZGQ0YjJmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "26940698-acde-4c47-b4df-9ccbdeefbe7d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +741,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:46 GMT" + ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"12b30deb-ff76-41a3-8180-47fa90cf7097\"" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3e60b5d2-914c-42dd-9267-8d2274ba0de0" + "1877732d-9616-4520-ba17-a220f1835460" ], "x-ms-correlation-request-id": [ - "e5f8665f-15a9-4d64-a618-c822217fbfc1" + "0e3b8afd-11f0-4a90-89e6-bdd12f0c5f29" ], "x-ms-arm-service-request-id": [ - "8dff941c-7f8e-4f86-8a3b-bb47e02e0e6f" + "c66ce4f7-22d0-424d-9c33-5c97d59b45e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070622Z:e5f8665f-15a9-4d64-a618-c822217fbfc1" + "WESTUS2:20211203T032646Z:0e3b8afd-11f0-4a90-89e6-bdd12f0c5f29" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:22 GMT" - ], "Content-Length": [ - "756" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,80 +782,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9549\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549\",\r\n \"etag\": \"W/\\\"12b30deb-ff76-41a3-8180-47fa90cf7097\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"df8e6023-9e14-423d-af6a-212024d47171\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7768\",\r\n \"fqdn\": \"dn7768.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyNDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3997\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYxMTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "f41a3dcf-8828-4c47-9026-a10ebb0ed992" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:46 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "3" + "ETag": [ + "W/\"d10ea97c-b632-455a-8ad5-89c89cc476b2\"" ], - "x-ms-request-id": [ - "952b48eb-de4d-404e-9bb3-9ab6d78b6110" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/952b48eb-de4d-404e-9bb3-9ab6d78b6110?api-version=2019-09-01" + "x-ms-request-id": [ + "8babf323-bd11-44a0-8c9b-ed52c9ad7b25" ], "x-ms-correlation-request-id": [ - "3031cc6d-b1c7-4ed1-9e0d-3f2e7c006781" - ], - "Azure-AsyncNotification": [ - "Enabled" + "07266141-1199-456f-8ab3-1ef05d349bdc" ], "x-ms-arm-service-request-id": [ - "394f5e82-907b-41d7-a0e5-7d3883e81c03" + "fd4426cc-58d2-4ab4-a586-5ec4b335937d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070623Z:3031cc6d-b1c7-4ed1-9e0d-3f2e7c006781" + "WESTUS2:20211203T032646Z:07266141-1199-456f-8ab3-1ef05d349bdc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:23 GMT" - ], "Content-Length": [ - "1314" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7242\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242\",\r\n \"etag\": \"W/\\\"0cce9738-fffa-4da7-a4c5-a885427a32d2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9683fc4e-1ffa-4834-9fa4-f4ba4cfad14d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3997\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\",\r\n \"etag\": \"W/\\\"0cce9738-fffa-4da7-a4c5-a885427a32d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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 + "ResponseBody": "{\r\n \"name\": \"pip6113\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113\",\r\n \"etag\": \"W/\\\"d10ea97c-b632-455a-8ad5-89c89cc476b2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1e2c85ba-7eb1-41db-a0c4-3fa01d2ee5af\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2280\",\r\n \"fqdn\": \"dn2280.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/952b48eb-de4d-404e-9bb3-9ab6d78b6110?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUyYjQ4ZWItZGU0ZC00MDRlLTliYjMtOWFiNmQ3OGI2MTEwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYxMTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "3f50ce09-06c4-4258-a154-77a90a923dcb" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,39 +872,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:46 GMT" + ], "Pragma": [ "no-cache" ], + "ETag": [ + "W/\"d10ea97c-b632-455a-8ad5-89c89cc476b2\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4bdd0797-6309-4540-a671-83270dde4d03" + "4929d03c-ae66-4626-ac0d-e23a22340a3a" ], "x-ms-correlation-request-id": [ - "715f438d-9ceb-4b63-8025-0fe57d6f6a4b" + "b5d8fad1-a92c-4e10-9965-a6dfcb88dd31" ], "x-ms-arm-service-request-id": [ - "799d4622-68c0-4480-9de1-bd8af5addf43" + "0fe105f2-344c-4913-8b79-ddbc92e6fb6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070626Z:715f438d-9ceb-4b63-8025-0fe57d6f6a4b" + "WESTUS2:20211203T032646Z:b5d8fad1-a92c-4e10-9965-a6dfcb88dd31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:26 GMT" - ], "Content-Length": [ - "29" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -931,62 +916,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6113\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113\",\r\n \"etag\": \"W/\\\"d10ea97c-b632-455a-8ad5-89c89cc476b2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1e2c85ba-7eb1-41db-a0c4-3fa01d2ee5af\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2280\",\r\n \"fqdn\": \"dn2280.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyNDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU5ODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7310\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "409d2c54-bbf7-414c-bd60-fab545b46dad" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:48 GMT" + ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"3d674cba-19ec-4ebb-ba85-ec1817dc4930\"" + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ca9e3641-9187-4a48-a505-af4bddd31dbc" + "c01bc1ba-a36f-4ff9-ace8-f03717c40cff" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/c01bc1ba-a36f-4ff9-ace8-f03717c40cff?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8aceb079-b78a-4240-acf7-ece831701c3e" + "bf58f05e-5896-4013-b5b8-7b7f2bb44e1b" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "32a4f1e2-f7dc-4824-99e2-4d1986c732a8" + "d527759e-75c3-4121-9857-fddb6bebfbc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070626Z:8aceb079-b78a-4240-acf7-ece831701c3e" + "WESTUS2:20211203T032648Z:bf58f05e-5896-4013-b5b8-7b7f2bb44e1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:26 GMT" - ], "Content-Length": [ - "1316" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +998,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7242\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242\",\r\n \"etag\": \"W/\\\"3d674cba-19ec-4ebb-ba85-ec1817dc4930\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9683fc4e-1ffa-4834-9fa4-f4ba4cfad14d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3997\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\",\r\n \"etag\": \"W/\\\"3d674cba-19ec-4ebb-ba85-ec1817dc4930\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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 + "ResponseBody": "{\r\n \"name\": \"vn5986\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986\",\r\n \"etag\": \"W/\\\"fb7697d1-5ec2-46a7-b449-5338ec333c31\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bee01537-d23e-4ef7-b84c-e77d55fc21e3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\",\r\n \"etag\": \"W/\\\"fb7697d1-5ec2-46a7-b449-5338ec333c31\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcyNDIvc3VibmV0cy9zbjM5OTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/c01bc1ba-a36f-4ff9-ace8-f03717c40cff?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzAxYmMxYmEtYTM2Zi00ZmY5LWFjZTgtZjAzNzE3YzQwY2ZmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "f34c10ca-fbea-43de-be69-2d279039dc6e" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,39 +1018,170 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:51 GMT" + ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"3d674cba-19ec-4ebb-ba85-ec1817dc4930\"" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c9f8da28-385e-48ee-a5db-821d964ba710" + "91ee2c44-4390-4922-9d7f-a00bfd642449" ], "x-ms-correlation-request-id": [ - "ab422056-f7f0-4f2a-a49f-9af606a05f21" + "becaaeaf-f6c2-4eca-ad1e-15067646c0b3" ], "x-ms-arm-service-request-id": [ - "4a581ca1-f3f5-4830-bac9-bfd2d463b77f" + "0e683668-0ba2-4ba9-a06e-e0d4e149096a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070626Z:ab422056-f7f0-4f2a-a49f-9af606a05f21" + "WESTUS2:20211203T032651Z:becaaeaf-f6c2-4eca-ad1e-15067646c0b3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU5ODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 03 Dec 2021 03:26:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"de45360b-e0d1-4f70-a2f0-7da465aac6ea\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b813d77e-c241-4722-9490-8bc565fed7a1" + ], + "x-ms-correlation-request-id": [ + "bc6cc5fd-92ce-4854-9588-c516cf6d9589" + ], + "x-ms-arm-service-request-id": [ + "48ea7e54-83aa-4311-a8c3-049bce7be060" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211203T032651Z:bc6cc5fd-92ce-4854-9588-c516cf6d9589" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "1316" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn5986\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986\",\r\n \"etag\": \"W/\\\"de45360b-e0d1-4f70-a2f0-7da465aac6ea\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bee01537-d23e-4ef7-b84c-e77d55fc21e3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\",\r\n \"etag\": \"W/\\\"de45360b-e0d1-4f70-a2f0-7da465aac6ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU5ODYvc3VibmV0cy9zbjczMTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b393436f-6733-49b8-a365-8326e40af353" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 07:06:26 GMT" + "Fri, 03 Dec 2021 03:26:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"de45360b-e0d1-4f70-a2f0-7da465aac6ea\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8b7adbb0-227d-4e6d-8938-cde597b7bde2" + ], + "x-ms-correlation-request-id": [ + "a398438e-7fb2-45db-ac5c-3b419533c39b" + ], + "x-ms-arm-service-request-id": [ + "9f6d761c-7500-4ec1-9df6-edec576beadc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211203T032651Z:a398438e-7fb2-45db-ac5c-3b419533c39b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "523" @@ -1065,25 +1193,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3997\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\",\r\n \"etag\": \"W/\\\"3d674cba-19ec-4ebb-ba85-ec1817dc4930\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\",\r\n \"etag\": \"W/\\\"de45360b-e0d1-4f70-a2f0-7da465aac6ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMzNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3997\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\r\n }\r\n },\r\n \"name\": \"ip9208\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7310\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\r\n }\r\n },\r\n \"name\": \"ip2381\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a0dea3f-9abb-4b35-9ab8-9e02fe3c77ca" + "760e13a9-8317-4782-a6b7-c1f8d14e1616" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1097,45 +1225,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9ed9fd2f-3b31-42bd-8ce1-978edd5e9ab1" + "af73191d-def3-4cae-a15f-aa68b71d4371" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/9ed9fd2f-3b31-42bd-8ce1-978edd5e9ab1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/af73191d-def3-4cae-a15f-aa68b71d4371?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "59a5f003-ee21-47da-a64e-239f82f4caae" + "32dbec01-4023-4e87-802f-b0b37ddbf672" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "29acec9b-4ab4-4419-818f-3a9ba64c34b2" + "8f449b9d-4aca-4951-94bf-c7b646eea1e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070627Z:59a5f003-ee21-47da-a64e-239f82f4caae" + "WESTUS2:20211203T032653Z:32dbec01-4023-4e87-802f-b0b37ddbf672" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:26 GMT" - ], "Content-Length": [ - "1624" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1272,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346\",\r\n \"etag\": \"W/\\\"bf13e554-29b4-4eba-9728-c992b4f4d204\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3425e8b0-75df-4f6e-89c3-adfd5a2cdef2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346/ipConfigurations/ip9208\",\r\n \"etag\": \"W/\\\"bf13e554-29b4-4eba-9728-c992b4f4d204\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\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\": \"j14ihfx0d20erh3e4s3ez4wrjf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic206\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206\",\r\n \"etag\": \"W/\\\"3fae7582-85da-4611-aed9-9477cac90db5\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"165bb151-6125-4b7b-be53-178140a56c47\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2381\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206/ipConfigurations/ip2381\",\r\n \"etag\": \"W/\\\"3fae7582-85da-4611-aed9-9477cac90db5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\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\": \"g2k4bpr40l1u3ocm234vl5bb2d.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMzNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1292,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bf13e554-29b4-4eba-9728-c992b4f4d204\"" + "W/\"3fae7582-85da-4611-aed9-9477cac90db5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fc48c8f2-07d7-44db-bfce-c87bcc0cd891" + "8b969a31-db90-40a8-a8e9-c5157db5bfc7" ], "x-ms-correlation-request-id": [ - "775e262d-440b-42d3-b728-02303dce5c36" + "ed54859a-d754-4947-92b8-d1b9226223d6" ], "x-ms-arm-service-request-id": [ - "fd90213d-79b6-42dd-92fb-b26f80369fcd" + "4822db86-9fe8-40b2-b0e3-ab357e52fcd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070627Z:775e262d-440b-42d3-b728-02303dce5c36" + "WESTUS2:20211203T032653Z:ed54859a-d754-4947-92b8-d1b9226223d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:26 GMT" - ], "Content-Length": [ - "1624" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346\",\r\n \"etag\": \"W/\\\"bf13e554-29b4-4eba-9728-c992b4f4d204\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3425e8b0-75df-4f6e-89c3-adfd5a2cdef2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346/ipConfigurations/ip9208\",\r\n \"etag\": \"W/\\\"bf13e554-29b4-4eba-9728-c992b4f4d204\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\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\": \"j14ihfx0d20erh3e4s3ez4wrjf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic206\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206\",\r\n \"etag\": \"W/\\\"3fae7582-85da-4611-aed9-9477cac90db5\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"165bb151-6125-4b7b-be53-178140a56c47\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2381\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206/ipConfigurations/ip2381\",\r\n \"etag\": \"W/\\\"3fae7582-85da-4611-aed9-9477cac90db5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\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\": \"g2k4bpr40l1u3ocm234vl5bb2d.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMzNDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67590f46-8f37-49dc-aaf2-097aa6e21dda" + "cacfa5ea-249e-4de9-a10f-f39a7a2e552b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1362,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bf13e554-29b4-4eba-9728-c992b4f4d204\"" + "W/\"3fae7582-85da-4611-aed9-9477cac90db5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4676ff8d-69a9-4fa2-ae2c-94a8ac3458a3" + "4525d0aa-e320-483c-8a00-b4df4a835121" ], "x-ms-correlation-request-id": [ - "7c815f0f-54b0-4029-981e-14561007a4db" + "c460b412-1a0b-4cb2-967c-c32ebc4c0111" ], "x-ms-arm-service-request-id": [ - "b9ead5b2-7d86-454b-b113-606e3caedc0f" + "e68f937d-fc00-4d22-bcfd-c4dc3021a9d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070627Z:7c815f0f-54b0-4029-981e-14561007a4db" + "WESTUS2:20211203T032653Z:c460b412-1a0b-4cb2-967c-c32ebc4c0111" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:27 GMT" - ], "Content-Length": [ - "1624" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,77 +1406,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346\",\r\n \"etag\": \"W/\\\"bf13e554-29b4-4eba-9728-c992b4f4d204\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3425e8b0-75df-4f6e-89c3-adfd5a2cdef2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/networkInterfaces/nic3346/ipConfigurations/ip9208\",\r\n \"etag\": \"W/\\\"bf13e554-29b4-4eba-9728-c992b4f4d204\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\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\": \"j14ihfx0d20erh3e4s3ez4wrjf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic206\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206\",\r\n \"etag\": \"W/\\\"3fae7582-85da-4611-aed9-9477cac90db5\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"165bb151-6125-4b7b-be53-178140a56c47\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2381\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/networkInterfaces/nic206/ipConfigurations/ip2381\",\r\n \"etag\": \"W/\\\"3fae7582-85da-4611-aed9-9477cac90db5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\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\": \"g2k4bpr40l1u3ocm234vl5bb2d.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI2NzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIzODE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7768\",\r\n \"fqdn\": \"dn7768.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip7186\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9546\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/frontendIPConfigurations/feip7186\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr199\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp4847\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2280\",\r\n \"fqdn\": \"dn2280.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n }\r\n },\r\n \"name\": \"feip9077\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap6869\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/frontendIPConfigurations/feip9077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n },\r\n \"protocol\": \"Tcp\",\r\n \"loadDistribution\": \"Default\",\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"enableFloatingIP\": false\r\n },\r\n \"name\": \"lbr7639\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2\r\n },\r\n \"name\": \"lbp8567\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21f5fa88-956f-4d64-ab21-d0539002f2d2" + "280a9b35-0509-407f-b47b-44633f773a89" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2234" + "2235" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7c3416cb-a05b-4c91-b9d0-cf0f45d63d32" + "4da14ce8-bca2-4dd2-abc0-e80c51f824d1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/7c3416cb-a05b-4c91-b9d0-cf0f45d63d32?api-version=2019-09-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/eastus/operations/4da14ce8-bca2-4dd2-abc0-e80c51f824d1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "cb5327db-b936-4eaa-aa71-bc8fdf8e9351" + "003ff680-d546-4e14-b82c-5f41ac832b94" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9ce6b770-3c84-4748-8248-d426676bd095" + "c378b120-2d95-4dc8-84e0-7f88ce2a0ad1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070628Z:cb5327db-b936-4eaa-aa71-bc8fdf8e9351" + "WESTUS2:20211203T032655Z:003ff680-d546-4e14-b82c-5f41ac832b94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:27 GMT" - ], "Content-Length": [ - "4552" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1357,19 +1485,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb6730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"84264b86-64be-42ff-9de6-3fdd409ac27b\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/frontendIPConfigurations/feip7186\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9546\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr199\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/frontendIPConfigurations/feip7186\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp4847\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb3818\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae41222b-c9b9-4865-9cf4-484a266af92c\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9077\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/frontendIPConfigurations/feip9077\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap6869\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr7639\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/frontendIPConfigurations/feip9077\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp8567\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI2NzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIzODE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1377,42 +1505,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\"" + "W/\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a1dd1eb4-00d6-4943-8449-ec412faa8def" + "6e5aaabb-4fa1-4c36-bca9-b1f162699e90" ], "x-ms-correlation-request-id": [ - "707b5460-09c1-46f1-8385-1eb028f7036f" + "be9794d3-7f8c-48fb-9c4d-8117cdef69b1" ], "x-ms-arm-service-request-id": [ - "bfffd7b5-1c5d-4ca3-ab47-743d501f0db1" + "0c0e6d2c-4506-4673-90d8-eb2f1d0bd542" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070628Z:707b5460-09c1-46f1-8385-1eb028f7036f" + "WESTUS2:20211203T032655Z:be9794d3-7f8c-48fb-9c4d-8117cdef69b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:27 GMT" - ], "Content-Length": [ - "4552" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1421,25 +1549,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb6730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"84264b86-64be-42ff-9de6-3fdd409ac27b\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/frontendIPConfigurations/feip7186\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9546\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr199\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/frontendIPConfigurations/feip7186\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp4847\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb3818\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae41222b-c9b9-4865-9cf4-484a266af92c\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9077\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/frontendIPConfigurations/feip9077\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap6869\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr7639\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/frontendIPConfigurations/feip9077\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp8567\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGI2NzMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2xvYWRCYWxhbmNlcnMvbGIzODE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a421afe-c73f-437b-8ead-bef5804074ff" + "cb27a75f-216e-42bb-8fe8-d263d42bc6de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1447,42 +1575,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\"" + "W/\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8c8ad110-4cbd-4be9-8545-f98ed11a7aae" + "07a29b05-52e9-420a-b8a2-c8eb535538be" ], "x-ms-correlation-request-id": [ - "bce4cc32-48c9-451e-96fa-ad4d4b63842e" + "40db0d93-1637-4903-9256-caaac910610c" ], "x-ms-arm-service-request-id": [ - "6fb7b850-27d0-41c9-a33d-e0cb98f51eb6" + "6a8c4229-248d-4757-8a7b-4790d5bbf242" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070628Z:bce4cc32-48c9-451e-96fa-ad4d4b63842e" + "WESTUS2:20211203T032655Z:40db0d93-1637-4903-9256-caaac910610c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:27 GMT" - ], "Content-Length": [ - "4552" + "4557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,52 +1619,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"lb6730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"84264b86-64be-42ff-9de6-3fdd409ac27b\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip7186\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/frontendIPConfigurations/feip7186\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/publicIPAddresses/pip9549\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap9546\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr199\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/frontendIPConfigurations/feip7186\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp4847\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\",\r\n \"etag\": \"W/\\\"600e4cf2-3724-4cbb-a387-7cbe2d1639d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/loadBalancingRules/lbr199\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"lb3818\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae41222b-c9b9-4865-9cf4-484a266af92c\",\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"feip9077\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/frontendIPConfigurations/feip9077\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/publicIPAddresses/pip6113\"\r\n },\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"beap6869\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \"name\": \"lbr7639\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/frontendIPConfigurations/feip9077\"\r\n },\r\n \"frontendPort\": 80,\r\n \"backendPort\": 80,\r\n \"enableFloatingIP\": false,\r\n \"idleTimeoutInMinutes\": 5,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\": false,\r\n \"loadDistribution\": \"Default\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n },\r\n \"probe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"lbp8567\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\",\r\n \"etag\": \"W/\\\"5eb4a8ef-2d89-4069-9a50-ac4c6f3c3f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"port\": 3389,\r\n \"intervalInSeconds\": 5,\r\n \"numberOfProbes\": 2,\r\n \"loadBalancingRules\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/loadBalancingRules/lbr7639\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n ],\r\n \"inboundNatRules\": [],\r\n \"inboundNatPools\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2843\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig809\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4926\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c88f2c93-e8fd-49fa-800f-3e46aaf7b7d8" + "908d1662-d45b-4dbe-b54e-c5b20fdada8d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2222" + "2223" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:26:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;295,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;291,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1545,29 +1680,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fe48a31e-c623-4471-a98e-e5190dec3f8d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "83642945-746e-4eff-ae9f-e105ab8819ff" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "288212ee-3fc8-4d8d-a151-8ffed4937f9e" + "a4201bdd-ff52-4dd5-86b9-58c7747de31a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070630Z:288212ee-3fc8-4d8d-a151-8ffed4937f9e" + "WESTUS2:20211203T032658Z:a4201bdd-ff52-4dd5-86b9-58c7747de31a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:30 GMT" - ], "Content-Length": [ - "3882" + "3974" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1576,60 +1704,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1055\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2843\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig809\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"af9fdcc4-bb26-40f9-8c12-87fe5655c626\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3490\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4926\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2e98c073-56eb-4244-be6f-1492ea4a0a4a\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\",\r\n \"repairAction\": \"Replace\"\r\n },\r\n \"timeCreated\": \"2021-12-02T19:26:57.1760494-08:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmU0OGEzMWUtYzYyMy00NDcxLWE5OGUtZTUxOTBkZWMzZjhkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODM2NDI5NDUtNzQ2ZS00ZWZmLWFlOWYtZTEwNWFiODgxOWZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:27:07 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d86c9e48-2f60-4b85-9e26-d62851f206b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1a8b66a9-ac50-42df-a828-3327d33424ba" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "7276e43d-d579-4669-ab50-81d6524c2aaa" + "c2961445-6384-447e-bed5-75a5e88e2d8a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070640Z:7276e43d-d579-4669-ab50-81d6524c2aaa" + "WESTUS2:20211203T032708Z:c2961445-6384-447e-bed5-75a5e88e2d8a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:06:40 GMT" - ], "Content-Length": [ "134" ], @@ -1640,57 +1768,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:06:29.2161124+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fe48a31e-c623-4471-a98e-e5190dec3f8d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:26:57.1760494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"83642945-746e-4eff-ae9f-e105ab8819ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmU0OGEzMWUtYzYyMy00NDcxLWE5OGUtZTUxOTBkZWMzZjhkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODM2NDI5NDUtNzQ2ZS00ZWZmLWFlOWYtZTEwNWFiODgxOWZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:28:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0300039-cfaf-4a91-a397-60ecfe6d05be" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d9e35e41-157e-4176-b7c3-c8c1d633b0d3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "51a1747f-c00b-4c56-a50c-e1c5fdceed18" + "7e0d34e8-b7e6-411c-ae3d-6a024eddd8b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070817Z:51a1747f-c00b-4c56-a50c-e1c5fdceed18" + "WESTUS2:20211203T032845Z:7e0d34e8-b7e6-411c-ae3d-6a024eddd8b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:08:17 GMT" - ], "Content-Length": [ "134" ], @@ -1701,57 +1829,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:06:29.2161124+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fe48a31e-c623-4471-a98e-e5190dec3f8d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:26:57.1760494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"83642945-746e-4eff-ae9f-e105ab8819ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmU0OGEzMWUtYzYyMy00NDcxLWE5OGUtZTUxOTBkZWMzZjhkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODM2NDI5NDUtNzQ2ZS00ZWZmLWFlOWYtZTEwNWFiODgxOWZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:30:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "668ffd71-331f-470d-b6c3-4fb4b4e0616c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba704d8d-cca2-4674-afc3-adf9691a93d0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "f76b7abf-e680-47d8-95d5-fc0ae5e5630a" + "a8ba8a7c-8908-4652-a4fb-fc9c573e12b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T070954Z:f76b7abf-e680-47d8-95d5-fc0ae5e5630a" + "WESTUS2:20211203T033023Z:a8ba8a7c-8908-4652-a4fb-fc9c573e12b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:09:53 GMT" - ], "Content-Length": [ "134" ], @@ -1762,57 +1890,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:06:29.2161124+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fe48a31e-c623-4471-a98e-e5190dec3f8d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:26:57.1760494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"83642945-746e-4eff-ae9f-e105ab8819ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmU0OGEzMWUtYzYyMy00NDcxLWE5OGUtZTUxOTBkZWMzZjhkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODM2NDI5NDUtNzQ2ZS00ZWZmLWFlOWYtZTEwNWFiODgxOWZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:32:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "30a55d97-e53b-4658-b7d1-54f28df304a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba571cda-bfea-4a6a-bb4f-146d103261f0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "dfa16708-a5be-4052-b93c-5ef7335533bb" + "39cb0d05-33ac-4a4a-a4c0-872ac0291fa9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071131Z:dfa16708-a5be-4052-b93c-5ef7335533bb" + "WESTUS2:20211203T033200Z:39cb0d05-33ac-4a4a-a4c0-872ac0291fa9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:11:31 GMT" - ], "Content-Length": [ "134" ], @@ -1823,57 +1951,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:06:29.2161124+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fe48a31e-c623-4471-a98e-e5190dec3f8d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:26:57.1760494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"83642945-746e-4eff-ae9f-e105ab8819ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmU0OGEzMWUtYzYyMy00NDcxLWE5OGUtZTUxOTBkZWMzZjhkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODM2NDI5NDUtNzQ2ZS00ZWZmLWFlOWYtZTEwNWFiODgxOWZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:33:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78e1c5a1-8126-4742-bd8b-85c6c8e1d097" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4cfbd42d-6bbc-4950-9ffb-0285bc067c0c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "7882dfe8-292f-4bcf-a9dc-949eedcf270b" + "0e624b4b-073b-4d85-bc0e-a0eee6197551" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071308Z:7882dfe8-292f-4bcf-a9dc-949eedcf270b" + "WESTUS2:20211203T033337Z:0e624b4b-073b-4d85-bc0e-a0eee6197551" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:13:08 GMT" - ], "Content-Length": [ "134" ], @@ -1884,57 +2012,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:06:29.2161124+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fe48a31e-c623-4471-a98e-e5190dec3f8d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:26:57.1760494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"83642945-746e-4eff-ae9f-e105ab8819ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmU0OGEzMWUtYzYyMy00NDcxLWE5OGUtZTUxOTBkZWMzZjhkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODM2NDI5NDUtNzQ2ZS00ZWZmLWFlOWYtZTEwNWFiODgxOWZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:35:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fb10b78-37df-4e34-8c14-db12b98a5590" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a7e0c46b-3d47-450a-a2e4-ad6138273e24" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11997" ], "x-ms-correlation-request-id": [ - "a6828716-1693-4bf7-b0b4-7ba2af2814e5" + "0d865d06-519c-409d-92c7-5e3d6a6d6e12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071445Z:a6828716-1693-4bf7-b0b4-7ba2af2814e5" + "WESTUS2:20211203T033514Z:0d865d06-519c-409d-92c7-5e3d6a6d6e12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:14:45 GMT" - ], "Content-Length": [ "134" ], @@ -1945,57 +2073,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:06:29.2161124+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fe48a31e-c623-4471-a98e-e5190dec3f8d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:26:57.1760494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"83642945-746e-4eff-ae9f-e105ab8819ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fe48a31e-c623-4471-a98e-e5190dec3f8d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmU0OGEzMWUtYzYyMy00NDcxLWE5OGUtZTUxOTBkZWMzZjhkP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/83642945-746e-4eff-ae9f-e105ab8819ff?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODM2NDI5NDUtNzQ2ZS00ZWZmLWFlOWYtZTEwNWFiODgxOWZmP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:36:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "13318365-3e3e-4cbd-be6c-08535c723948" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d93ab5e9-05d7-4ee2-80fc-bcb38ba12048" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "4c750ea4-cb76-45f4-baba-b2ac1f83a85d" + "ae1e2045-78b5-4cb3-9571-f0c28c45ac0c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071622Z:4c750ea4-cb76-45f4-baba-b2ac1f83a85d" + "WESTUS2:20211203T033652Z:ae1e2045-78b5-4cb3-9571-f0c28c45ac0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:22 GMT" - ], "Content-Length": [ "184" ], @@ -2006,59 +2134,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:06:29.2161124+00:00\",\r\n \"endTime\": \"2021-06-29T07:15:19.2499981+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fe48a31e-c623-4471-a98e-e5190dec3f8d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:26:57.1760494-08:00\",\r\n \"endTime\": \"2021-12-02T19:35:59.1941539-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"83642945-746e-4eff-ae9f-e105ab8819ff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:36:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2570" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c503dec4-5eda-438a-9b67-ad953bdbfadc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "769e219e-ac2e-4c00-8135-11c39b2311e0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "47862864-3dc0-4fa9-afb2-953397f78d26" + "b838cacb-5805-44de-a968-b9565a7ca8e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071622Z:47862864-3dc0-4fa9-afb2-953397f78d26" + "WESTUS2:20211203T033652Z:b838cacb-5805-44de-a968-b9565a7ca8e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:22 GMT" - ], "Content-Length": [ - "3883" + "3975" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2067,65 +2195,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1055\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2843\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig809\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"af9fdcc4-bb26-40f9-8c12-87fe5655c626\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3490\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4926\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2e98c073-56eb-4244-be6f-1492ea4a0a4a\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\",\r\n \"repairAction\": \"Replace\"\r\n },\r\n \"timeCreated\": \"2021-12-02T19:26:57.1760494-08:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f9ddfee-6db6-47b5-8d50-0a6b7cb78e6d" + "6199bd34-97c7-4d91-8530-ccfa8d933c70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:36:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2569" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a00411c-cdc2-46b1-a49f-1b2a0ca1da56" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "919e4a8e-bfa6-4355-9dbc-b08de0d1a206" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "94238977-0142-4d07-b8eb-9e11a58be88e" + "f4c570c2-ed63-4f50-bd07-13a167892a5f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071622Z:94238977-0142-4d07-b8eb-9e11a58be88e" + "WESTUS2:20211203T033652Z:f4c570c2-ed63-4f50-bd07-13a167892a5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:22 GMT" - ], "Content-Length": [ - "3883" + "3975" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2134,65 +2262,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1055\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/probes/lbp4847\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2843\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig809\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/virtualNetworks/vn7242/subnets/sn3997\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Network/loadBalancers/lb6730/backendAddressPools/beap9546\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"af9fdcc4-bb26-40f9-8c12-87fe5655c626\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss3490\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"healthProbe\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/probes/lbp8567\"\r\n },\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4926\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/virtualNetworks/vn5986/subnets/sn7310\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"loadBalancerBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Network/loadBalancers/lb3818/backendAddressPools/beap6869\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2e98c073-56eb-4244-be6f-1492ea4a0a4a\",\r\n \"automaticRepairsPolicy\": {\r\n \"enabled\": true,\r\n \"gracePeriod\": \"PT10M\",\r\n \"repairAction\": \"Replace\"\r\n },\r\n \"timeCreated\": \"2021-12-02T19:26:57.1760494-08:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1391718a-b4ea-4623-b989-0c4ca704663a" + "e1f8d3a5-2cba-4e5f-af9b-83d8bbf7f93d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:36:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4dffc458-304f-419f-b375-2c584040385c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7abdd955-09a0-434a-bb43-04f8cbadf21f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "84f850e7-7e71-40be-88fc-d77255ff9d5a" + "e35af55f-0306-4144-bdfa-6f21eb22b8f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071622Z:84f850e7-7e71-40be-88fc-d77255ff9d5a" + "WESTUS2:20211203T033652Z:e35af55f-0306-4144-bdfa-6f21eb22b8f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:22 GMT" - ], "Content-Length": [ - "947" + "17741" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2201,65 +2329,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"orchestrationServices\": [\r\n {\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"serviceState\": \"Running\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:15:19.2343726+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"internalData\": {\r\n \"propertyValueSettings\": [\r\n {\r\n \"Key\": \"AllowSoCRepairAsImpactTypeEnum\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowPublishingNodeIdHash\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateOnMultiTenantNodes\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockMigrationToAzPEForTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedGuestUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableWhitelistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableBlacklistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForTenantDeletion\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OpportunisticPendingUpdatePublishingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ForceTenantRdssdToAbcMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastAttachDetachForDataDisks\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OptInForHostUpdatesDuringUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStopLast\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStartFirst\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"AzSMTenantSliceLocation\",\r\n \"Value\": \"useast-prod-c.azcp.fc.core.windows.net/debug/Manual/AzLifecycle-Slice3-P4\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpannable\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpanned\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzPEEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzsmServiceHealingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultDetailsForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultInfoForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowMRTenantLiveMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AutoUnprotectNodes\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDedicatedHostPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDNGPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableOptimisticRoleConnectionOnScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipEnforcedStabilizationWaitTimeForRebootForMRTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowSeparateUdsDownForRootHEAndUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionAllJobTrustedTenant\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"DisableDedicatedNodeGroupOverride\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SuspendAlertedParallelJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsWorkloadTypeHardwareRepairValidation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTargetMachinePoolForAllocation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionUpdateJobUntrustedTenant\",\r\n \"Value\": \"Approve\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUdCleanupApprovalRequired\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateInPFMigrationMode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PFMigrationModeEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TipNodeSessionId\",\r\n \"Value\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionSupportForScalingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseQuorumCheckUdWalkPolicy\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OverrideNetworkOperationUsingNsmWithRegionalResource\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLeaseOperationsOnNodeAtTenantLevel\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableTenantLeaseOperationsOnNode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"LeaseManagerUseRootLeaseForScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecovery\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableServiceHealing\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecoveryForForServiceHealingAllocationFailure\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InPlaceRecoveryBudgetInMinutes\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"NodeFlightingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"GuestOSOverrideForTenantUpdate\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"RdfeIsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"WaitOnFshDuringTenantUpdateJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"RoleConfigGenerationStrategy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowDistributedRcfGenerationService\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseAllConnectedRoleInstancesAsOutputEndpointTargetInRcf\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseConnectedRoleInstanceInRCFGeneration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyBlastEnabledForPortConfigurationChange\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyChangeDiscovery\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"HealingThresholdForMaintenanceInSeconds\",\r\n \"Value\": \"900\"\r\n },\r\n {\r\n \"Key\": \"JobParallelismEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"JobTimeoutWarningThresholdInMilliseconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"UseDifferentAlertBehaviorForTimeoutAndSignalError\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantSuspendedJobWaitTimeoutInMinutes\",\r\n \"Value\": \"15\"\r\n },\r\n {\r\n \"Key\": \"TreatCertificateUpdateAsConfigUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationEndTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationStartTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSessionCreationRetryCountThreshold\",\r\n \"Value\": \"1\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMinIntervalBetweenLMTriggerInSeconds\",\r\n \"Value\": \"300\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMaxLMExcecutionCountPerDay\",\r\n \"Value\": \"200\"\r\n },\r\n {\r\n \"Key\": \"TimeSchedulerForLiveMigration\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureCustomizedLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableCustomerInitiatedStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableVMFaultInjectorForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForTenantLMReadinessValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForClusterValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForNSMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForLMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForCustomerInitiatedStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowLiveMigrationForTenant\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"BootstrapTenantSubscriptionIdValue\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableAllocatorSplitTransactionWorkflow\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MonitorConditionCheckerDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UdWalkAvailabilityPolicyForTenant\",\r\n \"Value\": \"RequireAllRoleInstancesInCurrentAndPreviousUDsToBeUp\"\r\n },\r\n {\r\n \"Key\": \"PartialUdWalkEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ContainerProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantRoleInstanceStartupTimeoutInMilliseconds\",\r\n \"Value\": \"1800000\"\r\n },\r\n {\r\n \"Key\": \"PreferRestartDuringInfrastructureUpdates\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"CrpLowPriorityPreemptionPolicy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CrpCallbackUrl\",\r\n \"Value\": \"https://eastus.compute.azure.com:10010/internal/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/fabricCallback/tenants/4d69f7ae-d60a-43d1-ba32-b0d7b18bde48\"\r\n },\r\n {\r\n \"Key\": \"CrpAuthMetadataUrl\",\r\n \"Value\": \"https://eastus.compute.azure.com:10011/AuthenticationMetadata\"\r\n },\r\n {\r\n \"Key\": \"TenantOwners\",\r\n \"Value\": \"System.Collections.Generic.List`1[RD.Fabric.Controller.ClientType]\"\r\n },\r\n {\r\n \"Key\": \"EnableSkipFSHQuorumValidationCheck\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MaxTimeToLiveInMinutesForLowPriority\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"FaultPointType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"FaultPointPlacementType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableUnrestrictedLowPriority\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantCreatedBy\",\r\n \"Value\": \"CRP\"\r\n },\r\n {\r\n \"Key\": \"TenantOverridableSettingSupportedRepairVerbsRegExpression\",\r\n \"Value\": \".*(Reboot$|Heal$|GuestUpdate$|HostUpdate$|GuestAndHostUpdate$)\"\r\n },\r\n {\r\n \"Key\": \"EnableSMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealing\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ActionTakenOnPolicyAgentHealRequest\",\r\n \"Value\": \"RelocateInstance\"\r\n },\r\n {\r\n \"Key\": \"OptedOutFromHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairAlertOnTimeout\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutInMilliseconds\",\r\n \"Value\": \"600000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"ContainerLiveMigrationWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"ManagedTenantType\",\r\n \"Value\": \"Unprivileged\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingTenantUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantJobIncarnationRequiredForApproval\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"AllowContainerProtectionWithoutPolicyAgent\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableDeleteRoleInstanceJob\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EvictionPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUnmanagedRollingUpgradePolicyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdatePrepareApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreNotificationRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealingWithDeadline\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsMREnabledForAllRoles\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForUpdateNodeToCurrentHE\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MachinePoolMismatchMigrationStartTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"BlockNextRollingUpgradeTillDateTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"FailUpdateTenantDuringRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SupportRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantInitiatedRepairThrottlingIntervalInSeconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampAzPEtoFcPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampFcPEtoAzPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PublicMRUserEventsEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"PublicMROptinForceDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusRenewalPeriodInMinutes\",\r\n \"Value\": \"1440\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusExpirationTimeInUTC\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"CoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"VMImpactCoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EscalationId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateFeatureInternallyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairInitiationJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairCompletionJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PolicyAgentDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TestVMHostRebootRepairJobTimeoutInSec\",\r\n \"Value\": \"600\"\r\n }\r\n ]\r\n },\r\n \"orchestrationServices\": [\r\n {\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"serviceState\": \"Running\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-12-02T19:35:59.1785137-08:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8660088d-715e-4aeb-adf2-1b526db526b3" + "4f2699c9-558b-45ee-9ed8-75ddcd8b926f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:37:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee5cb928-e861-46da-8863-2af407d9bdcf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06feeaf1-8745-41d9-9874-3f8d74d61faa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "982f45cc-2697-4c30-9051-76a226c7109b" + "1e42c373-8f18-4f1e-ace7-d233525892d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071653Z:982f45cc-2697-4c30-9051-76a226c7109b" + "WESTUS2:20211203T033723Z:1e42c373-8f18-4f1e-ace7-d233525892d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:52 GMT" - ], "Content-Length": [ - "949" + "17743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2268,65 +2396,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"orchestrationServices\": [\r\n {\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"serviceState\": \"Suspended\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:16:23.1409994+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"internalData\": {\r\n \"propertyValueSettings\": [\r\n {\r\n \"Key\": \"AllowSoCRepairAsImpactTypeEnum\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowPublishingNodeIdHash\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateOnMultiTenantNodes\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockMigrationToAzPEForTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedGuestUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableWhitelistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableBlacklistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForTenantDeletion\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OpportunisticPendingUpdatePublishingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ForceTenantRdssdToAbcMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastAttachDetachForDataDisks\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OptInForHostUpdatesDuringUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStopLast\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStartFirst\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"AzSMTenantSliceLocation\",\r\n \"Value\": \"useast-prod-c.azcp.fc.core.windows.net/debug/Manual/AzLifecycle-Slice3-P4\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpannable\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpanned\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzPEEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzsmServiceHealingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultDetailsForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultInfoForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowMRTenantLiveMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AutoUnprotectNodes\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDedicatedHostPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDNGPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableOptimisticRoleConnectionOnScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipEnforcedStabilizationWaitTimeForRebootForMRTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowSeparateUdsDownForRootHEAndUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionAllJobTrustedTenant\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"DisableDedicatedNodeGroupOverride\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SuspendAlertedParallelJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsWorkloadTypeHardwareRepairValidation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTargetMachinePoolForAllocation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionUpdateJobUntrustedTenant\",\r\n \"Value\": \"Approve\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUdCleanupApprovalRequired\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateInPFMigrationMode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PFMigrationModeEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TipNodeSessionId\",\r\n \"Value\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionSupportForScalingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseQuorumCheckUdWalkPolicy\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OverrideNetworkOperationUsingNsmWithRegionalResource\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLeaseOperationsOnNodeAtTenantLevel\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableTenantLeaseOperationsOnNode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"LeaseManagerUseRootLeaseForScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecovery\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableServiceHealing\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecoveryForForServiceHealingAllocationFailure\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InPlaceRecoveryBudgetInMinutes\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"NodeFlightingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"GuestOSOverrideForTenantUpdate\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"RdfeIsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"WaitOnFshDuringTenantUpdateJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"RoleConfigGenerationStrategy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowDistributedRcfGenerationService\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseAllConnectedRoleInstancesAsOutputEndpointTargetInRcf\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseConnectedRoleInstanceInRCFGeneration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyBlastEnabledForPortConfigurationChange\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyChangeDiscovery\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"HealingThresholdForMaintenanceInSeconds\",\r\n \"Value\": \"900\"\r\n },\r\n {\r\n \"Key\": \"JobParallelismEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"JobTimeoutWarningThresholdInMilliseconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"UseDifferentAlertBehaviorForTimeoutAndSignalError\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantSuspendedJobWaitTimeoutInMinutes\",\r\n \"Value\": \"15\"\r\n },\r\n {\r\n \"Key\": \"TreatCertificateUpdateAsConfigUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationEndTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationStartTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSessionCreationRetryCountThreshold\",\r\n \"Value\": \"1\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMinIntervalBetweenLMTriggerInSeconds\",\r\n \"Value\": \"300\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMaxLMExcecutionCountPerDay\",\r\n \"Value\": \"200\"\r\n },\r\n {\r\n \"Key\": \"TimeSchedulerForLiveMigration\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureCustomizedLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableCustomerInitiatedStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableVMFaultInjectorForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForTenantLMReadinessValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForClusterValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForNSMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForLMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForCustomerInitiatedStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowLiveMigrationForTenant\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"BootstrapTenantSubscriptionIdValue\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableAllocatorSplitTransactionWorkflow\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MonitorConditionCheckerDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UdWalkAvailabilityPolicyForTenant\",\r\n \"Value\": \"RequireAllRoleInstancesInCurrentAndPreviousUDsToBeUp\"\r\n },\r\n {\r\n \"Key\": \"PartialUdWalkEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ContainerProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantRoleInstanceStartupTimeoutInMilliseconds\",\r\n \"Value\": \"1800000\"\r\n },\r\n {\r\n \"Key\": \"PreferRestartDuringInfrastructureUpdates\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"CrpLowPriorityPreemptionPolicy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CrpCallbackUrl\",\r\n \"Value\": \"https://eastus.compute.azure.com:10010/internal/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/fabricCallback/tenants/4d69f7ae-d60a-43d1-ba32-b0d7b18bde48\"\r\n },\r\n {\r\n \"Key\": \"CrpAuthMetadataUrl\",\r\n \"Value\": \"https://eastus.compute.azure.com:10011/AuthenticationMetadata\"\r\n },\r\n {\r\n \"Key\": \"TenantOwners\",\r\n \"Value\": \"System.Collections.Generic.List`1[RD.Fabric.Controller.ClientType]\"\r\n },\r\n {\r\n \"Key\": \"EnableSkipFSHQuorumValidationCheck\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MaxTimeToLiveInMinutesForLowPriority\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"FaultPointType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"FaultPointPlacementType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableUnrestrictedLowPriority\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantCreatedBy\",\r\n \"Value\": \"CRP\"\r\n },\r\n {\r\n \"Key\": \"TenantOverridableSettingSupportedRepairVerbsRegExpression\",\r\n \"Value\": \".*(Reboot$|Heal$|GuestUpdate$|HostUpdate$|GuestAndHostUpdate$)\"\r\n },\r\n {\r\n \"Key\": \"EnableSMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealing\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ActionTakenOnPolicyAgentHealRequest\",\r\n \"Value\": \"RelocateInstance\"\r\n },\r\n {\r\n \"Key\": \"OptedOutFromHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairAlertOnTimeout\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutInMilliseconds\",\r\n \"Value\": \"600000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"ContainerLiveMigrationWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"ManagedTenantType\",\r\n \"Value\": \"Unprivileged\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingTenantUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantJobIncarnationRequiredForApproval\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"AllowContainerProtectionWithoutPolicyAgent\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableDeleteRoleInstanceJob\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EvictionPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUnmanagedRollingUpgradePolicyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdatePrepareApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreNotificationRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealingWithDeadline\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsMREnabledForAllRoles\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForUpdateNodeToCurrentHE\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MachinePoolMismatchMigrationStartTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"BlockNextRollingUpgradeTillDateTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"FailUpdateTenantDuringRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SupportRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantInitiatedRepairThrottlingIntervalInSeconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampAzPEtoFcPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampFcPEtoAzPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PublicMRUserEventsEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"PublicMROptinForceDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusRenewalPeriodInMinutes\",\r\n \"Value\": \"1440\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusExpirationTimeInUTC\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"CoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"VMImpactCoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EscalationId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateFeatureInternallyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairInitiationJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairCompletionJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PolicyAgentDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TestVMHostRebootRepairJobTimeoutInSec\",\r\n \"Value\": \"600\"\r\n }\r\n ]\r\n },\r\n \"orchestrationServices\": [\r\n {\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"serviceState\": \"Suspended\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-12-02T19:36:53.0067554-08:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df50b783-ee8a-4dee-845b-358adb1012c7" + "36fff82f-582c-45f4-888a-51136d83397d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:37:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;176,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;176,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2e9ff75-98be-4bbd-8879-d9c0b69533fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a35d424-8697-45f4-bc26-30d1e4127046" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "248aee9e-94d5-4a87-99be-7e794ca457cd" + "74cf39df-2233-430b-9046-de07e58a06a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071723Z:248aee9e-94d5-4a87-99be-7e794ca457cd" + "WESTUS2:20211203T033753Z:74cf39df-2233-430b-9046-de07e58a06a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:17:23 GMT" - ], "Content-Length": [ - "947" + "17741" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2335,26 +2463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"orchestrationServices\": [\r\n {\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"serviceState\": \"Running\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:16:53.3442944+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"internalData\": {\r\n \"propertyValueSettings\": [\r\n {\r\n \"Key\": \"AllowSoCRepairAsImpactTypeEnum\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowPublishingNodeIdHash\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateOnMultiTenantNodes\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockMigrationToAzPEForTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedHostUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowTenantInitiatedGuestUpdateWithRepairs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableWhitelistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableBlacklistResourceGroupFeatureForLM\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForTenantDeletion\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OpportunisticPendingUpdatePublishingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ForceTenantRdssdToAbcMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastAttachDetachForDataDisks\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OptInForHostUpdatesDuringUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStopLast\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PreferredRolesToStartFirst\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"AzSMTenantSliceLocation\",\r\n \"Value\": \"useast-prod-c.azcp.fc.core.windows.net/debug/Manual/AzLifecycle-Slice3-P4\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpannable\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsTenantSpanned\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzPEEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"IsAzsmServiceHealingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultDetailsForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTenantProvidedFaultInfoForVendorRepairBegin\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowMRTenantLiveMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AutoUnprotectNodes\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDedicatedHostPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantEnabledForDNGPublicMRTimeouts\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableOptimisticRoleConnectionOnScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipEnforcedStabilizationWaitTimeForRebootForMRTenant\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingOMUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowSeparateUdsDownForRootHEAndUDWalk\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionAllJobTrustedTenant\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"DisableDedicatedNodeGroupOverride\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SuspendAlertedParallelJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsWorkloadTypeHardwareRepairValidation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseTargetMachinePoolForAllocation\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ApprovalUnavailableActionUpdateJobUntrustedTenant\",\r\n \"Value\": \"Approve\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUdCleanupApprovalRequired\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateInPFMigrationMode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PFMigrationModeEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TipNodeSessionId\",\r\n \"Value\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionSupportForScalingEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"UseQuorumCheckUdWalkPolicy\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"OverrideNetworkOperationUsingNsmWithRegionalResource\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLeaseOperationsOnNodeAtTenantLevel\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableTenantLeaseOperationsOnNode\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"LeaseManagerUseRootLeaseForScaleUp\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecovery\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableServiceHealing\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowNodeDiagnosingOrRecoveryForForServiceHealingAllocationFailure\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InPlaceRecoveryBudgetInMinutes\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"NodeFlightingEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"GuestOSOverrideForTenantUpdate\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"RdfeIsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsPinnedToCluster\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"WaitOnFshDuringTenantUpdateJobs\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"RoleConfigGenerationStrategy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"AllowDistributedRcfGenerationService\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseAllConnectedRoleInstancesAsOutputEndpointTargetInRcf\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UseConnectedRoleInstanceInRCFGeneration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyBlastEnabledForPortConfigurationChange\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TopologyChangeDiscovery\",\r\n \"Value\": \"Unknown\"\r\n },\r\n {\r\n \"Key\": \"HealingThresholdForMaintenanceInSeconds\",\r\n \"Value\": \"900\"\r\n },\r\n {\r\n \"Key\": \"JobParallelismEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"JobTimeoutWarningThresholdInMilliseconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"UseDifferentAlertBehaviorForTimeoutAndSignalError\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"TenantSuspendedJobWaitTimeoutInMinutes\",\r\n \"Value\": \"15\"\r\n },\r\n {\r\n \"Key\": \"TreatCertificateUpdateAsConfigUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationEndTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"DisableLiveMigrationStartTimeUtc\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateEnableResourceDiskPostCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"StopMigrateSkipDiskCopyForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CustomerInitiatedStopMigrateSessionCreationRetryCountThreshold\",\r\n \"Value\": \"1\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMinIntervalBetweenLMTriggerInSeconds\",\r\n \"Value\": \"300\"\r\n },\r\n {\r\n \"Key\": \"CustomizedLmGenMaxLMExcecutionCountPerDay\",\r\n \"Value\": \"200\"\r\n },\r\n {\r\n \"Key\": \"TimeSchedulerForLiveMigration\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureCustomizedLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableCustomerInitiatedStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableStopMigrateForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"EnableVMFaultInjectorForTenant\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForTenantLMReadinessValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForClusterValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForNSMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForLMRequestValidatorforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SkipValidationForCustomerInitiatedStopMigrateforTipSession\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"AllowLiveMigrationForTenant\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ProductionFeatureLmGenEnabled\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"BootstrapTenantSubscriptionIdValue\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableAllocatorSplitTransactionWorkflow\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MonitorConditionCheckerDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"UdWalkAvailabilityPolicyForTenant\",\r\n \"Value\": \"RequireAllRoleInstancesInCurrentAndPreviousUDsToBeUp\"\r\n },\r\n {\r\n \"Key\": \"PartialUdWalkEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"ContainerProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"NodeProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantProtectionEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantRoleInstanceStartupTimeoutInMilliseconds\",\r\n \"Value\": \"1800000\"\r\n },\r\n {\r\n \"Key\": \"PreferRestartDuringInfrastructureUpdates\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"CrpLowPriorityPreemptionPolicy\",\r\n \"Value\": \"None\"\r\n },\r\n {\r\n \"Key\": \"CrpCallbackUrl\",\r\n \"Value\": \"https://eastus.compute.azure.com:10010/internal/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/fabricCallback/tenants/4d69f7ae-d60a-43d1-ba32-b0d7b18bde48\"\r\n },\r\n {\r\n \"Key\": \"CrpAuthMetadataUrl\",\r\n \"Value\": \"https://eastus.compute.azure.com:10011/AuthenticationMetadata\"\r\n },\r\n {\r\n \"Key\": \"TenantOwners\",\r\n \"Value\": \"System.Collections.Generic.List`1[RD.Fabric.Controller.ClientType]\"\r\n },\r\n {\r\n \"Key\": \"EnableSkipFSHQuorumValidationCheck\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MaxTimeToLiveInMinutesForLowPriority\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"FaultPointType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"FaultPointPlacementType\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EnableUnrestrictedLowPriority\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantCreatedBy\",\r\n \"Value\": \"CRP\"\r\n },\r\n {\r\n \"Key\": \"TenantOverridableSettingSupportedRepairVerbsRegExpression\",\r\n \"Value\": \".*(Reboot$|Heal$|GuestUpdate$|HostUpdate$|GuestAndHostUpdate$)\"\r\n },\r\n {\r\n \"Key\": \"EnableSMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableLMForCustomerInitiatedMigration\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealing\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"ActionTakenOnPolicyAgentHealRequest\",\r\n \"Value\": \"RelocateInstance\"\r\n },\r\n {\r\n \"Key\": \"OptedOutFromHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairAlertOnTimeoutPerTenantType\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairAlertOnTimeout\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"HealingInfraRepairWaitTimeoutInMilliseconds\",\r\n \"Value\": \"600000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"ContainerLiveMigrationWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureRepairWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"InfrastructureUpdateWaitTimeoutMilliseconds\",\r\n \"Value\": \"900000\"\r\n },\r\n {\r\n \"Key\": \"ManagedTenantType\",\r\n \"Value\": \"Unprivileged\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingTenantUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithImpactfulOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"BlockTenantUpdateWithAnyOngoingFDHEUpdate\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantJobIncarnationRequiredForApproval\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"AllowContainerProtectionWithoutPolicyAgent\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EnableDeleteRoleInstanceJob\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"EvictionPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMillisecondsPublicMRFullNode\",\r\n \"Value\": \"7200000\"\r\n },\r\n {\r\n \"Key\": \"TenantRepairPrepareWaitTimeoutMilliseconds\",\r\n \"Value\": \"9223372036854775807\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdateUnmanagedRollingUpgradePolicyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantUpdatePrepareApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreNotificationRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"RestoreApprovalRequired\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"EnableFastServiceHealingWithDeadline\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"IsMREnabledForAllRoles\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MREnabledForUpdateNodeToCurrentHE\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"MachinePoolMismatchMigrationStartTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"BlockNextRollingUpgradeTillDateTimeInUtc\",\r\n \"Value\": \"12-30-0001 12:00:00 AM\"\r\n },\r\n {\r\n \"Key\": \"FailUpdateTenantDuringRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"SupportRollback\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantInitiatedRepairThrottlingIntervalInSeconds\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampAzPEtoFcPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PEMigrationTimestampFcPEtoAzPE\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"PublicMRUserEventsEnabled\",\r\n \"Value\": \"True\"\r\n },\r\n {\r\n \"Key\": \"PublicMROptinForceDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusRenewalPeriodInMinutes\",\r\n \"Value\": \"1440\"\r\n },\r\n {\r\n \"Key\": \"PublicMRStatusExpirationTimeInUTC\",\r\n \"Value\": \"<null>\"\r\n },\r\n {\r\n \"Key\": \"CoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"VMImpactCoordinationGroupId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"EscalationId\",\r\n \"Value\": \"\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateFeatureInternallyEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TenantManagedHEUpdateEnabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairInitiationJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"VendorRepairCompletionJobSupported\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"PolicyAgentDisabled\",\r\n \"Value\": \"False\"\r\n },\r\n {\r\n \"Key\": \"TestVMHostRebootRepairJobTimeoutInSec\",\r\n \"Value\": \"600\"\r\n }\r\n ]\r\n },\r\n \"orchestrationServices\": [\r\n {\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"serviceState\": \"Running\"\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-12-02T19:37:23.5381184-08:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055/setOrchestrationServiceState?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1L3NldE9yY2hlc3RyYXRpb25TZXJ2aWNlU3RhdGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490/setOrchestrationServiceState?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwL3NldE9yY2hlc3RyYXRpb25TZXJ2aWNlU3RhdGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"action\": \"Suspend\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "079fb88e-7cac-40c9-94d7-6ccc8e9a5aca" + "19383133-4859-41be-97fa-c988d5768ae2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2367,17 +2495,24 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:36:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/10aa3855-ca3a-458a-96d9-1c46df27d86a?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/51f4131c-af80-41fe-91dd-e04bbbbea067?p=799c10d1-f919-4eb4-827b-120ac358c015&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/10aa3855-ca3a-458a-96d9-1c46df27d86a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/51f4131c-af80-41fe-91dd-e04bbbbea067?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -2386,54 +2521,47 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10aa3855-ca3a-458a-96d9-1c46df27d86a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51f4131c-af80-41fe-91dd-e04bbbbea067" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "62d03116-50e5-43a3-9263-9de42c5f0d41" + "a5f5470b-33cc-49cf-a58a-4ca5cf8be055" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071623Z:62d03116-50e5-43a3-9263-9de42c5f0d41" + "WESTUS2:20211203T033653Z:a5f5470b-33cc-49cf-a58a-4ca5cf8be055" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4349/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1055/setOrchestrationServiceState?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMDU1L3NldE9yY2hlc3RyYXRpb25TZXJ2aWNlU3RhdGU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar3158/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3490/setOrchestrationServiceState?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMxNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzNDkwL3NldE9yY2hlc3RyYXRpb25TZXJ2aWNlU3RhdGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"serviceName\": \"AutomaticRepairs\",\r\n \"action\": \"Resume\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c59ea203-86a6-4ff7-b8e9-3cfc6f6ea064" + "60349652-0a25-4a2a-97ce-e0266752132b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2446,17 +2574,24 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:37:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5e237264-e060-4457-ac67-5c0bd5a03e3b?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/edc49977-3ce7-4624-9435-c5025c4df6e0?p=799c10d1-f919-4eb4-827b-120ac358c015&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5e237264-e060-4457-ac67-5c0bd5a03e3b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/edc49977-3ce7-4624-9435-c5025c4df6e0?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "0" @@ -2465,84 +2600,196 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e237264-e060-4457-ac67-5c0bd5a03e3b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "edc49977-3ce7-4624-9435-c5025c4df6e0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "48e7531b-ab1b-4d0d-b5d3-9a431ff14c58" + "5938d4d9-b26d-4b2f-a9d6-833f3881512e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071653Z:48e7531b-ab1b-4d0d-b5d3-9a431ff14c58" + "WESTUS2:20211203T033723Z:5938d4d9-b26d-4b2f-a9d6-833f3881512e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/10aa3855-ca3a-458a-96d9-1c46df27d86a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTBhYTM4NTUtY2EzYS00NThhLTk2ZDktMWM0NmRmMjdkODZhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/51f4131c-af80-41fe-91dd-e04bbbbea067?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTFmNDEzMWMtYWY4MC00MWZlLTkxZGQtZTA0YmJiYmVhMDY3P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:37:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24caffac-487b-4ef6-b7ab-99fa12e8d09f" + "9ad8116a-fa91-4193-9733-8407b9217540" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b9d5ef5f-70ef-40b1-988a-9355d668d0b4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211203T033723Z:b9d5ef5f-70ef-40b1-988a-9355d668d0b4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:36:52.8661548-08:00\",\r\n \"endTime\": \"2021-12-02T19:36:53.0224198-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"51f4131c-af80-41fe-91dd-e04bbbbea067\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/51f4131c-af80-41fe-91dd-e04bbbbea067?p=799c10d1-f919-4eb4-827b-120ac358c015&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTFmNDEzMWMtYWY4MC00MWZlLTkxZGQtZTA0YmJiYmVhMDY3P3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 03 Dec 2021 03:37:22 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29972" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e3971109-2a57-4cf2-910c-a16845eadf52" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "25b27f46-fdaa-4543-ac69-3d75350b1d22" + "a4d82a88-2e97-4030-8945-7fd069368050" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071653Z:25b27f46-fdaa-4543-ac69-3d75350b1d22" + "WESTUS2:20211203T033723Z:a4d82a88-2e97-4030-8945-7fd069368050" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/edc49977-3ce7-4624-9435-c5025c4df6e0?p=799c10d1-f919-4eb4-827b-120ac358c015&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWRjNDk5NzctM2NlNy00NjI0LTk0MzUtYzUwMjVjNGRmNmUwP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 07:16:52 GMT" + "Fri, 03 Dec 2021 03:37:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29970" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fcaa2978-1273-421e-940e-879a06c6888c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "87dcafab-2f98-49f8-9904-d5baac5627bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211203T033753Z:87dcafab-2f98-49f8-9904-d5baac5627bc" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "184" @@ -2554,202 +2801,254 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:16:23.0159988+00:00\",\r\n \"endTime\": \"2021-06-29T07:16:23.1409994+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"10aa3855-ca3a-458a-96d9-1c46df27d86a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-12-02T19:37:23.4443467-08:00\",\r\n \"endTime\": \"2021-12-02T19:37:23.5537485-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"edc49977-3ce7-4624-9435-c5025c4df6e0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/10aa3855-ca3a-458a-96d9-1c46df27d86a?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTBhYTM4NTUtY2EzYS00NThhLTk2ZDktMWM0NmRmMjdkODZhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus/operations/edc49977-3ce7-4624-9435-c5025c4df6e0?p=799c10d1-f919-4eb4-827b-120ac358c015&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWRjNDk5NzctM2NlNy00NjI0LTk0MzUtYzUwMjVjNGRmNmUwP3A9Nzk5YzEwZDEtZjkxOS00ZWI0LTgyN2ItMTIwYWMzNThjMDE1Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:37:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f8ab8b4-71ee-4c1a-8fb3-db2b15d72a1e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ecd772be-1bc5-4ce9-8a65-24037855bf6a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11991" ], "x-ms-correlation-request-id": [ - "efe4bfca-7e53-46ab-9a4b-231a8274cbde" + "ee060c26-f75e-43b4-b096-56d2b830c7be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071653Z:efe4bfca-7e53-46ab-9a4b-231a8274cbde" + "WESTUS2:20211203T033753Z:ee060c26-f75e-43b4-b096-56d2b830c7be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:16:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar3158?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMxNTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c98e6c72-c2b4-4764-984c-7fe5f702dd6f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 03 Dec 2021 03:37:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "db197d3a-cf08-46bf-80bb-41eb85946c8a" + ], + "x-ms-correlation-request-id": [ + "db197d3a-cf08-46bf-80bb-41eb85946c8a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20211203T033755Z:db197d3a-cf08-46bf-80bb-41eb85946c8a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5e237264-e060-4457-ac67-5c0bd5a03e3b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNWUyMzcyNjQtZTA2MC00NDU3LWFjNjctNWMwYmQ1YTAzZTNiP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:38:10 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29966" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7bdeb972-9d6a-4ee4-96d2-41312b94be0d" + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11999" + ], + "x-ms-request-id": [ + "bc802dc9-2f26-47df-96dc-ffd7533cc991" ], "x-ms-correlation-request-id": [ - "99bb3cbb-1b19-4536-963b-ebf794698b3b" + "bc802dc9-2f26-47df-96dc-ffd7533cc991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071723Z:99bb3cbb-1b19-4536-963b-ebf794698b3b" + "WESTUS2:20211203T033811Z:bc802dc9-2f26-47df-96dc-ffd7533cc991" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:17:23 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:16:53.2505708+00:00\",\r\n \"endTime\": \"2021-06-29T07:16:53.3442944+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5e237264-e060-4457-ac67-5c0bd5a03e3b\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/5e237264-e060-4457-ac67-5c0bd5a03e3b?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNWUyMzcyNjQtZTA2MC00NDU3LWFjNjctNWMwYmQ1YTAzZTNiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:38:26 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29965" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d38f8c6c-66e1-4632-a895-8bc9e1dd0474" + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11998" + ], + "x-ms-request-id": [ + "8516b777-cdf8-4f3e-8ea2-b6e575da82e4" ], "x-ms-correlation-request-id": [ - "825bd9b5-6460-4246-b429-49a099ac1380" + "8516b777-cdf8-4f3e-8ea2-b6e575da82e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071723Z:825bd9b5-6460-4246-b429-49a099ac1380" + "WESTUS2:20211203T033826Z:8516b777-cdf8-4f3e-8ea2-b6e575da82e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:17:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4349?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzNDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "dd0d7b10-5a5f-444b-9580-4bb0e4c3f292" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2757,26 +3056,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:38:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "c4469e7e-ab89-45f5-a64d-3328f6f017df" + "da19c561-5bc0-4969-bfd8-81324318a68e" ], "x-ms-correlation-request-id": [ - "c4469e7e-ab89-45f5-a64d-3328f6f017df" + "da19c561-5bc0-4969-bfd8-81324318a68e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071724Z:c4469e7e-ab89-45f5-a64d-3328f6f017df" + "WESTUS2:20211203T033842Z:da19c561-5bc0-4969-bfd8-81324318a68e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2784,29 +3086,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:17:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2814,26 +3113,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:38:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "2bf02e0b-9864-402a-bfee-8adf6dd0c854" + "aaa7247f-b029-4ae6-a817-20f6d7dbab0e" ], "x-ms-correlation-request-id": [ - "2bf02e0b-9864-402a-bfee-8adf6dd0c854" + "aaa7247f-b029-4ae6-a817-20f6d7dbab0e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071739Z:2bf02e0b-9864-402a-bfee-8adf6dd0c854" + "WESTUS2:20211203T033857Z:aaa7247f-b029-4ae6-a817-20f6d7dbab0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2841,29 +3143,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:17:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2871,26 +3170,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:39:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-request-id": [ - "9bb65fc2-36fe-4122-9307-023e7f2d33ac" + "6c80172d-594a-445c-9b53-e33580492e33" ], "x-ms-correlation-request-id": [ - "9bb65fc2-36fe-4122-9307-023e7f2d33ac" + "6c80172d-594a-445c-9b53-e33580492e33" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071754Z:9bb65fc2-36fe-4122-9307-023e7f2d33ac" + "WESTUS2:20211203T033912Z:6c80172d-594a-445c-9b53-e33580492e33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2898,29 +3200,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:17:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2928,26 +3227,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:39:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-request-id": [ - "2d73549f-bbb0-469f-81ca-6741969793dc" + "c4691eab-d478-40c8-ad44-78b8569204e0" ], "x-ms-correlation-request-id": [ - "2d73549f-bbb0-469f-81ca-6741969793dc" + "c4691eab-d478-40c8-ad44-78b8569204e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071809Z:2d73549f-bbb0-469f-81ca-6741969793dc" + "WESTUS2:20211203T033927Z:c4691eab-d478-40c8-ad44-78b8569204e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2955,29 +3257,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:18:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2985,26 +3284,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:39:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "34dfac96-cb21-4966-a31f-41939468aea2" + "56bc1dc2-ab7a-493b-93b2-9f92ddef545d" ], "x-ms-correlation-request-id": [ - "34dfac96-cb21-4966-a31f-41939468aea2" + "56bc1dc2-ab7a-493b-93b2-9f92ddef545d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071824Z:34dfac96-cb21-4966-a31f-41939468aea2" + "WESTUS2:20211203T033942Z:56bc1dc2-ab7a-493b-93b2-9f92ddef545d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3012,29 +3314,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:18:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3042,26 +3341,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:39:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "17b44387-2226-4fd7-b21c-ad0e075ba576" + "877afc2f-6e28-4eab-bbe7-3aa7cf59c70d" ], "x-ms-correlation-request-id": [ - "17b44387-2226-4fd7-b21c-ad0e075ba576" + "877afc2f-6e28-4eab-bbe7-3aa7cf59c70d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071839Z:17b44387-2226-4fd7-b21c-ad0e075ba576" + "WESTUS2:20211203T033957Z:877afc2f-6e28-4eab-bbe7-3aa7cf59c70d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3069,29 +3371,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:18:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3099,26 +3398,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:40:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "6ddcb2fb-d66e-4714-b538-759e5159bdd1" + "6715ecb8-b034-453a-ab4d-68a93db303d0" ], "x-ms-correlation-request-id": [ - "6ddcb2fb-d66e-4714-b538-759e5159bdd1" + "6715ecb8-b034-453a-ab4d-68a93db303d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071854Z:6ddcb2fb-d66e-4714-b538-759e5159bdd1" + "WESTUS2:20211203T034013Z:6715ecb8-b034-453a-ab4d-68a93db303d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3126,29 +3428,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:18:53 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3156,26 +3455,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:40:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-request-id": [ - "708c57d8-3254-4180-a1d1-67633b5a7688" + "bc3c0820-0382-49a0-b21a-b5aa7ac8d3a8" ], "x-ms-correlation-request-id": [ - "708c57d8-3254-4180-a1d1-67633b5a7688" + "bc3c0820-0382-49a0-b21a-b5aa7ac8d3a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071909Z:708c57d8-3254-4180-a1d1-67633b5a7688" + "WESTUS2:20211203T034028Z:bc3c0820-0382-49a0-b21a-b5aa7ac8d3a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3183,29 +3485,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:19:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3213,26 +3512,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:40:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "f8d973c4-6dc5-4d7e-bec8-8a6cbc6a9b50" + "3207d256-72b6-435b-8ca0-d5c574fa3e3f" ], "x-ms-correlation-request-id": [ - "f8d973c4-6dc5-4d7e-bec8-8a6cbc6a9b50" + "3207d256-72b6-435b-8ca0-d5c574fa3e3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071924Z:f8d973c4-6dc5-4d7e-bec8-8a6cbc6a9b50" + "WESTUS2:20211203T034043Z:3207d256-72b6-435b-8ca0-d5c574fa3e3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3240,29 +3542,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:19:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3270,26 +3569,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:40:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-request-id": [ - "2f08d7e3-a36d-4195-ad66-eae96b02e0b6" + "898f0f1d-4a19-4feb-9ce0-a36af8527513" ], "x-ms-correlation-request-id": [ - "2f08d7e3-a36d-4195-ad66-eae96b02e0b6" + "898f0f1d-4a19-4feb-9ce0-a36af8527513" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071939Z:2f08d7e3-a36d-4195-ad66-eae96b02e0b6" + "WESTUS2:20211203T034058Z:898f0f1d-4a19-4feb-9ce0-a36af8527513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3297,29 +3599,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:19:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3327,26 +3626,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:41:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-request-id": [ - "ab6c1b7b-a418-42f7-aad4-54af5c8838d3" + "3c7e6c3f-a697-4c2b-a66c-03d2f002d595" ], "x-ms-correlation-request-id": [ - "ab6c1b7b-a418-42f7-aad4-54af5c8838d3" + "3c7e6c3f-a697-4c2b-a66c-03d2f002d595" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T071954Z:ab6c1b7b-a418-42f7-aad4-54af5c8838d3" + "WESTUS2:20211203T034113Z:3c7e6c3f-a697-4c2b-a66c-03d2f002d595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3354,29 +3656,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:19:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3384,26 +3683,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:41:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" ], "x-ms-request-id": [ - "a93d563e-e032-4cc5-984c-7b7cde6890aa" + "eba95f31-c8cf-4834-9b15-400c3f87e546" ], "x-ms-correlation-request-id": [ - "a93d563e-e032-4cc5-984c-7b7cde6890aa" + "eba95f31-c8cf-4834-9b15-400c3f87e546" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072009Z:a93d563e-e032-4cc5-984c-7b7cde6890aa" + "WESTUS2:20211203T034128Z:eba95f31-c8cf-4834-9b15-400c3f87e546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3411,29 +3713,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:20:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3441,26 +3740,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:41:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11985" ], "x-ms-request-id": [ - "275af81e-4b5b-46a3-b631-10833aeea343" + "3e16b2fc-e9a5-4280-b03e-9b243d383bef" ], "x-ms-correlation-request-id": [ - "275af81e-4b5b-46a3-b631-10833aeea343" + "3e16b2fc-e9a5-4280-b03e-9b243d383bef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072024Z:275af81e-4b5b-46a3-b631-10833aeea343" + "WESTUS2:20211203T034144Z:3e16b2fc-e9a5-4280-b03e-9b243d383bef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3468,29 +3770,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:20:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3498,26 +3797,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:41:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11984" ], "x-ms-request-id": [ - "7321afa5-6863-4c65-be69-37b685b588cb" + "06633c11-af0e-47ec-a313-d3428032e911" ], "x-ms-correlation-request-id": [ - "7321afa5-6863-4c65-be69-37b685b588cb" + "06633c11-af0e-47ec-a313-d3428032e911" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072039Z:7321afa5-6863-4c65-be69-37b685b588cb" + "WESTUS2:20211203T034159Z:06633c11-af0e-47ec-a313-d3428032e911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3525,29 +3827,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:20:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3555,26 +3854,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:42:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11983" ], "x-ms-request-id": [ - "a94e5ccf-8524-425b-ba47-b7585f54ae56" + "5c3b856f-8054-4d82-8365-6a7ad7984ec9" ], "x-ms-correlation-request-id": [ - "a94e5ccf-8524-425b-ba47-b7585f54ae56" + "5c3b856f-8054-4d82-8365-6a7ad7984ec9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072054Z:a94e5ccf-8524-425b-ba47-b7585f54ae56" + "WESTUS2:20211203T034214Z:5c3b856f-8054-4d82-8365-6a7ad7984ec9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3582,29 +3884,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:20:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3612,26 +3911,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:42:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11982" ], "x-ms-request-id": [ - "93f4bf31-7d85-4471-b6ec-7fa9223851d4" + "0328d018-a242-4107-b061-4ad47f3e7d58" ], "x-ms-correlation-request-id": [ - "93f4bf31-7d85-4471-b6ec-7fa9223851d4" + "0328d018-a242-4107-b061-4ad47f3e7d58" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072109Z:93f4bf31-7d85-4471-b6ec-7fa9223851d4" + "WESTUS2:20211203T034229Z:0328d018-a242-4107-b061-4ad47f3e7d58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3639,29 +3941,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:21:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3669,26 +3968,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:42:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11981" ], "x-ms-request-id": [ - "7a81e074-0061-4dc3-abd4-149255280574" + "b4188ca3-f5a4-4b25-a264-c8ef5d9274e0" ], "x-ms-correlation-request-id": [ - "7a81e074-0061-4dc3-abd4-149255280574" + "b4188ca3-f5a4-4b25-a264-c8ef5d9274e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072124Z:7a81e074-0061-4dc3-abd4-149255280574" + "WESTUS2:20211203T034244Z:b4188ca3-f5a4-4b25-a264-c8ef5d9274e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3696,29 +3998,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:21:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3726,20 +4025,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:42:59 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11980" ], "x-ms-request-id": [ - "0422bfef-2785-4713-9605-1f15894d3320" + "af5f1240-2983-4967-bc1e-2d03f04c8822" ], "x-ms-correlation-request-id": [ - "0422bfef-2785-4713-9605-1f15894d3320" + "af5f1240-2983-4967-bc1e-2d03f04c8822" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072139Z:0422bfef-2785-4713-9605-1f15894d3320" + "WESTUS2:20211203T034259Z:af5f1240-2983-4967-bc1e-2d03f04c8822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3747,29 +4049,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:21:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzQ5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpRNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMTU4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TVRVNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3777,20 +4076,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 03 Dec 2021 03:42:59 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11979" ], "x-ms-request-id": [ - "1b51155c-8a4e-4305-9448-dea8fdb0e514" + "11520bf1-1c1b-4a2a-b381-8c472ab1689c" ], "x-ms-correlation-request-id": [ - "1b51155c-8a4e-4305-9448-dea8fdb0e514" + "11520bf1-1c1b-4a2a-b381-8c472ab1689c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072139Z:1b51155c-8a4e-4305-9448-dea8fdb0e514" + "WESTUS2:20211203T034300Z:11520bf1-1c1b-4a2a-b381-8c472ab1689c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3798,14 +4100,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:21:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3814,37 +4113,37 @@ ], "Names": { "TestVMScaleSetScenarioOperations_OrchestrationService": [ - "crptestar4349", - "vmss1055", - "crptestar2719" + "crptestar3158", + "vmss3490", + "crptestar3012" ], "CreatePublicIP": [ - "pip9549", - "dn7768" + "pip6113", + "dn2280" ], "CreateVNET": [ - "vn7242", - "sn3997" + "vn5986", + "sn7310" ], "CreateNIC": [ - "nic3346", - "ip9208" + "nic206", + "ip2381" ], "CreatePublicLoadBalancerWithProbe": [ - "lb6730", - "feip7186", - "beap9546", - "lbr199", - "lbp4847" + "lb3818", + "feip9077", + "beap6869", + "lbr7639", + "lbp8567" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8360", - "vmss4286", - "vmsstestnetconfig2843", - "vmsstestnetconfig809" + "crptestar8517", + "vmss8727", + "vmsstestnetconfig8849", + "vmsstestnetconfig4926" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" } -} \ No newline at end of file +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_PpgScenario.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_PpgScenario.json index 7f3d3fa981709..0027ef260599c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_PpgScenario.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_PpgScenario.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2400863b-b0b5-4aa4-aa27-6759b7e52447" + "04d4c256-71af-469a-83dc-c86dcad0c967" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "9f6a9bab-fcdb-481b-ba5c-4761dbd8d79e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0076cafd-fbfb-4561-a6b9-7eb031d24a99" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11999" ], "x-ms-correlation-request-id": [ - "d1fa3d81-a8f7-4b3b-b4a0-2c0c7d625f46" + "392997fe-898c-47ce-9655-4e5b80cacc24" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074628Z:d1fa3d81-a8f7-4b3b-b4a0-2c0c7d625f46" + "EASTUS2:20211117T141804Z:392997fe-898c-47ce-9655-4e5b80cacc24" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:28 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5419?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU0MTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3283?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyODM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5419\": \"2021-06-29 07:46:28Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3283\": \"2021-11-17 14:18:04Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c5adaf48-e9bc-4380-bb76-bc04c7cb599c" + "8658991b-4401-4897-b5d9-8340850747de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:04 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "05515bc8-274e-4a68-b363-cc16a3af36e3" + "e1c101a2-aaf1-43b8-ad93-f2d0c80d3dbb" ], "x-ms-correlation-request-id": [ - "05515bc8-274e-4a68-b363-cc16a3af36e3" + "e1c101a2-aaf1-43b8-ad93-f2d0c80d3dbb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074629Z:05515bc8-274e-4a68-b363-cc16a3af36e3" + "EASTUS2:20211117T141804Z:e1c101a2-aaf1-43b8-ad93-f2d0c80d3dbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:28 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419\",\r\n \"name\": \"crptestar5419\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5419\": \"2021-06-29 07:46:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283\",\r\n \"name\": \"crptestar3283\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3283\": \"2021-11-17 14:18:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5419?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU0MTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3283?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyODM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3c14912a-cca0-4f74-8b73-f82f6977e6b5" + "869a447a-1f72-4a78-8436-29af0f1af361" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:35 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "a5c398dc-dccf-4b33-8c70-a7a4dc425def" + "f31fba84-ffd4-428a-839c-c402502081cb" ], "x-ms-correlation-request-id": [ - "a5c398dc-dccf-4b33-8c70-a7a4dc425def" + "f31fba84-ffd4-428a-839c-c402502081cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074659Z:a5c398dc-dccf-4b33-8c70-a7a4dc425def" + "EASTUS2:20211117T141836Z:f31fba84-ffd4-428a-839c-c402502081cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:58 GMT" - ], "Content-Length": [ "180" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419\",\r\n \"name\": \"crptestar5419\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283\",\r\n \"name\": \"crptestar3283\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Storage/storageAccounts/crptestar6329?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzI5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Storage/storageAccounts/crptestar4669?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NjY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6cf16b26-751c-4bb2-aef2-0bef3ee60c9e" + "f42e7ece-700d-4986-ae1d-0241b92fdbe9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/081197d7-ddcb-4b8a-8b05-8fa27b15c74e?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c01ec88-45fa-44c3-bf2f-13f66cae13fd?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "081197d7-ddcb-4b8a-8b05-8fa27b15c74e" + "4c01ec88-45fa-44c3-bf2f-13f66cae13fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "27876ab9-f373-4b8e-ac7f-46afa6fd472e" + "d8f3b7b5-54a2-412b-9443-09f8e6798987" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074631Z:27876ab9-f373-4b8e-ac7f-46afa6fd472e" + "EASTUS2:20211117T141808Z:d8f3b7b5-54a2-412b-9443-09f8e6798987" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:30 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/081197d7-ddcb-4b8a-8b05-8fa27b15c74e?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMDgxMTk3ZDctZGRjYi00YjhhLThiMDUtOGZhMjdiMTVjNzRlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c01ec88-45fa-44c3-bf2f-13f66cae13fd?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNGMwMWVjODgtNDVmYS00NGMzLWJmMmYtMTNmNjZjYWUxM2ZkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3d00be94-8237-4631-8c33-6ff0b1ebb12e" + "640de227-da29-4c12-80be-58e709856c21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "a1695aff-d64e-4710-9644-2d2a2f423d9d" + "919912a3-e435-4651-9425-f013bcada52b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074648Z:a1695aff-d64e-4710-9644-2d2a2f423d9d" + "EASTUS2:20211117T141825Z:919912a3-e435-4651-9425-f013bcada52b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:48 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f234744e-0183-41c3-b3c8-09acd6573d9d" + "7cd62406-f6b3-41b1-974d-ea3e8647e540" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "56145549-f4d9-4688-9ae5-19936843bd2b" + "cd188d5d-0d30-45e1-935c-d07aaafbbe34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "c0317e69-eb0c-46d2-a80f-629ca51b0c8f" + "5f8c3560-1870-4e9b-baf6-43e76717d8ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074658Z:c0317e69-eb0c-46d2-a80f-629ca51b0c8f" + "EASTUS2:20211117T141835Z:5f8c3560-1870-4e9b-baf6-43e76717d8ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:58 GMT" - ], "Content-Length": [ "741" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Storage/storageAccounts/crptestar6329\",\r\n \"name\": \"crptestar6329\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:46:29.4618159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6329.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6329.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6329.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6329.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Storage/storageAccounts/crptestar4669\",\r\n \"name\": \"crptestar4669\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:18:05.1001928Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4669.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4669.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4669.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4669.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Storage/storageAccounts/crptestar6329?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzI5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Storage/storageAccounts/crptestar4669?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI0NjY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28704de8-0942-4b9f-ac15-d04205d80f64" + "775b89df-2fe7-46cf-a747-291beb8bd2a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "97ae271b-c0c4-4fe0-ba12-b792f1154f8d" + "953461f0-6063-4e9a-aa63-48e9b4890470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "4f0a0a57-54d2-4eec-9426-0b53c2c16ec4" + "d84d2d5a-7e95-438a-8700-21af212b4619" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074658Z:4f0a0a57-54d2-4eec-9426-0b53c2c16ec4" + "EASTUS2:20211117T141835Z:d84d2d5a-7e95-438a-8700-21af212b4619" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:58 GMT" - ], "Content-Length": [ "729" ], @@ -457,46 +457,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Storage/storageAccounts/crptestar6329\",\r\n \"name\": \"crptestar6329\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:46:29.4618159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6329.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6329.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6329.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6329.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Storage/storageAccounts/crptestar4669\",\r\n \"name\": \"crptestar4669\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:18:05.1001928Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4669.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4669.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4669.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4669.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cfbab5d-aca6-4403-bad3-b8b99a0975e0" + "2478323d-c48b-4c4a-b408-70b15d246455" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:34 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "99adf5c8-de65-47ae-abdd-34a27f46f8d4" + "8a201f3d-3d75-4977-83c7-53a9b9455880" ], "x-ms-correlation-request-id": [ - "99adf5c8-de65-47ae-abdd-34a27f46f8d4" + "8a201f3d-3d75-4977-83c7-53a9b9455880" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074658Z:99adf5c8-de65-47ae-abdd-34a27f46f8d4" + "EASTUS2:20211117T141835Z:8a201f3d-3d75-4977-83c7-53a9b9455880" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:57 GMT" - ], "Expires": [ "-1" ] @@ -515,22 +515,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0MzYzNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0OTEwOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4142c636-bc97-4199-97aa-285c2fc5af13" + "4dce346a-5d57-4a93-be0a-d7ac5f651102" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -543,9 +543,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;499" ], @@ -553,27 +560,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49372109-079a-4b76-8274-f5f09bbf0955" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aa0cfdc5-f066-4da0-b0c1-bf2234f6006b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8193822c-1b7a-42b6-86aa-700e176b6691" + "cbbcac3c-2900-4e6f-909c-26f04a7b325e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074658Z:8193822c-1b7a-42b6-86aa-700e176b6691" + "EASTUS2:20211117T141835Z:cbbcac3c-2900-4e6f-909c-26f04a7b325e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:58 GMT" - ], "Content-Length": [ "398" ], @@ -584,25 +584,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ppgtest3635\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ppgtest9108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/publicIPAddresses/pip8122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgxMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/publicIPAddresses/pip8779?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg3Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9471\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8077\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bff13f5e-6599-4358-be2d-cf283aa15d01" + "52052bb5-7ca9-4fd7-aa67-e2da4c26e47c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -616,46 +616,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:36 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "33b06721-66a1-4046-972c-7ad63a71bda1" + "7f99ec04-aaad-4b7e-a46b-664949c66fe5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/33b06721-66a1-4046-972c-7ad63a71bda1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7f99ec04-aaad-4b7e-a46b-664949c66fe5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0b120d6d-6bf7-48d0-8dff-271ff4e210db" + "5d59024b-5c3a-4a92-b413-b660d81842b7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a2e4bb85-ed35-48c9-b72d-f89866b913c8" + "d2454c3c-cd09-4c4d-8a64-1a333facf013" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074659Z:0b120d6d-6bf7-48d0-8dff-271ff4e210db" + "EASTUS2:20211117T141836Z:5d59024b-5c3a-4a92-b413-b660d81842b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:46:59 GMT" - ], "Content-Length": [ "757" ], @@ -666,19 +666,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/publicIPAddresses/pip8122\",\r\n \"etag\": \"W/\\\"7a214c2e-42a9-46f1-bc02-9ab66817c0c3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6abf8187-5fb1-49a4-8d96-7b9c4b4b5476\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9471\",\r\n \"fqdn\": \"dn9471.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8779\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/publicIPAddresses/pip8779\",\r\n \"etag\": \"W/\\\"e4b7b2e8-fb36-4068-8890-b56b132844e1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"af078874-e0eb-4ade-a420-8ecbb027c025\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8077\",\r\n \"fqdn\": \"dn8077.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/33b06721-66a1-4046-972c-7ad63a71bda1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMzYjA2NzIxLTY2YTEtNDA0Ni05NzJjLTdhZDYzYTcxYmRhMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7f99ec04-aaad-4b7e-a46b-664949c66fe5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdmOTllYzA0LWFhYWQtNGI3ZS1hNDZiLTY2NDk0OWM2NmZlNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -686,37 +686,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "04d541eb-5d42-4d31-90e9-8d6ff2e237a2" + "3d2dabf2-ba7b-41ae-a957-a9db9bf704e4" ], "x-ms-correlation-request-id": [ - "3a43aa86-b487-4400-9547-d6f1a75691a8" + "9ccc763e-e7b0-4b74-a11b-5716782486f0" ], "x-ms-arm-service-request-id": [ - "34ac0610-d6d9-4f36-a4f2-2cb156151e2c" + "f187d2fb-bd9f-4c68-b636-e58b89807b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074700Z:3a43aa86-b487-4400-9547-d6f1a75691a8" + "EASTUS2:20211117T141837Z:9ccc763e-e7b0-4b74-a11b-5716782486f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:00 GMT" - ], "Content-Length": [ "29" ], @@ -731,15 +731,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/publicIPAddresses/pip8122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgxMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/publicIPAddresses/pip8779?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg3Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -747,40 +747,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c9a3606a-5583-41cc-a8eb-e05dd14c6c8d\"" + "W/\"e8cb5c66-4aa3-4a2f-8ad6-6161a0974ce9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4bb86aac-0d57-403f-a11a-f2c6b7c02c16" + "9176f77b-5af5-4355-a96b-2dc0b9273b87" ], "x-ms-correlation-request-id": [ - "3d43be31-b2af-4ab2-8ffa-9b18d48aa175" + "6661b44b-f919-48ab-b88c-d93d664d6ae0" ], "x-ms-arm-service-request-id": [ - "04c3feb4-e00c-4663-b08d-0b24f163e319" + "8365501f-a324-4fc3-a9ed-e0a3916fdfc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074701Z:3d43be31-b2af-4ab2-8ffa-9b18d48aa175" + "EASTUS2:20211117T141837Z:6661b44b-f919-48ab-b88c-d93d664d6ae0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:00 GMT" - ], "Content-Length": [ "758" ], @@ -791,25 +791,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/publicIPAddresses/pip8122\",\r\n \"etag\": \"W/\\\"c9a3606a-5583-41cc-a8eb-e05dd14c6c8d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6abf8187-5fb1-49a4-8d96-7b9c4b4b5476\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9471\",\r\n \"fqdn\": \"dn9471.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8779\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/publicIPAddresses/pip8779\",\r\n \"etag\": \"W/\\\"e8cb5c66-4aa3-4a2f-8ad6-6161a0974ce9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"af078874-e0eb-4ade-a420-8ecbb027c025\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8077\",\r\n \"fqdn\": \"dn8077.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/publicIPAddresses/pip8122?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgxMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/publicIPAddresses/pip8779?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg3Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b0c145c-b05d-4d6b-8d57-0bd84421e9ca" + "c57bd785-a883-48ba-a6a8-df7b107bbdd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -817,40 +817,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c9a3606a-5583-41cc-a8eb-e05dd14c6c8d\"" + "W/\"e8cb5c66-4aa3-4a2f-8ad6-6161a0974ce9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "64ea9ff6-e7cc-4036-a063-7dcbd79de9f0" + "8534a8a7-50a7-4405-a7b9-d06487c17a91" ], "x-ms-correlation-request-id": [ - "8eab0fd5-8ff9-4a32-8442-abcbd3da1ebb" + "d824396f-002d-4cbe-bfee-2fa90d16ee2c" ], "x-ms-arm-service-request-id": [ - "63a212bf-0273-48b1-8075-33c717640aff" + "791bed63-95ae-48bd-b17c-3d2e7a03635d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074701Z:8eab0fd5-8ff9-4a32-8442-abcbd3da1ebb" + "EASTUS2:20211117T141838Z:d824396f-002d-4cbe-bfee-2fa90d16ee2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:00 GMT" - ], "Content-Length": [ "758" ], @@ -861,25 +861,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8122\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/publicIPAddresses/pip8122\",\r\n \"etag\": \"W/\\\"c9a3606a-5583-41cc-a8eb-e05dd14c6c8d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6abf8187-5fb1-49a4-8d96-7b9c4b4b5476\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9471\",\r\n \"fqdn\": \"dn9471.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8779\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/publicIPAddresses/pip8779\",\r\n \"etag\": \"W/\\\"e8cb5c66-4aa3-4a2f-8ad6-6161a0974ce9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"af078874-e0eb-4ade-a420-8ecbb027c025\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8077\",\r\n \"fqdn\": \"dn8077.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkyMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8070\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2544\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f64f38c5-5839-4dcf-b536-9717ea5d4228" + "92569735-2f07-4e95-b246-c281bf34b94c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -893,46 +893,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:37 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f82896da-751e-4aa8-9915-a9548b285f7b" + "dc7a02a1-5a8a-431d-851d-50aa6d3a7bb6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f82896da-751e-4aa8-9915-a9548b285f7b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/dc7a02a1-5a8a-431d-851d-50aa6d3a7bb6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4fbc620c-11f4-4738-8017-d28280dd7c4c" + "ade203c5-9428-4954-9deb-8d735480dccf" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "57e948f4-2daa-405d-aebb-93640e27781c" + "5e66b765-eed9-41f9-a6ad-8b400e0fb8cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074701Z:4fbc620c-11f4-4738-8017-d28280dd7c4c" + "EASTUS2:20211117T141838Z:ade203c5-9428-4954-9deb-8d735480dccf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:01 GMT" - ], "Content-Length": [ "1312" ], @@ -943,19 +943,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920\",\r\n \"etag\": \"W/\\\"39480cdc-c997-44c2-a576-eb1c74f112ff\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5f85be74-d6be-4068-9d0f-a5ab4a0077d2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8070\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\",\r\n \"etag\": \"W/\\\"39480cdc-c997-44c2-a576-eb1c74f112ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn347\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347\",\r\n \"etag\": \"W/\\\"f9aa6927-e24d-4e47-80d4-949b4994cad5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7c50c10c-2148-43b2-b7a3-09dca7e2f610\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\",\r\n \"etag\": \"W/\\\"f9aa6927-e24d-4e47-80d4-949b4994cad5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f82896da-751e-4aa8-9915-a9548b285f7b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y4Mjg5NmRhLTc1MWUtNGFhOC05OTE1LWE5NTQ4YjI4NWY3Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/dc7a02a1-5a8a-431d-851d-50aa6d3a7bb6?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjN2EwMmExLTVhOGEtNDMxZC04NTFkLTUwYWE2ZDNhN2JiNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -963,37 +963,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "734cacf4-4f7e-41c7-8fdf-bd61735838de" + "67d7564c-9b5b-4999-9b4e-17e68a8519ea" ], "x-ms-correlation-request-id": [ - "f6f6b2e3-1a6e-4c41-aa7f-87fac9aff185" + "3e1c6cd9-2ff5-44dc-ae63-7d2b6beefef9" ], "x-ms-arm-service-request-id": [ - "15af824d-0cc7-4cbb-9383-747ddfead3b6" + "eb9a6b20-8832-4de3-a76d-505fbfbf11ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074704Z:f6f6b2e3-1a6e-4c41-aa7f-87fac9aff185" + "EASTUS2:20211117T141841Z:3e1c6cd9-2ff5-44dc-ae63-7d2b6beefef9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:04 GMT" - ], "Content-Length": [ "29" ], @@ -1008,15 +1008,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkyMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1024,40 +1024,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ce334c03-4fed-4443-9769-a220528361ef\"" + "W/\"128f4524-f71a-45b5-b891-d7e46f22b7b4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "df13cd1a-ab93-47f7-a76b-8fe6630231cf" + "8c374ad8-fc6a-4d66-b20c-936b7deee805" ], "x-ms-correlation-request-id": [ - "7a3dd0a0-3f86-4cc8-8b25-db02b535e707" + "1b5f3595-9f4e-43ff-ba0c-a0f2848eb18c" ], "x-ms-arm-service-request-id": [ - "ea2e6724-7607-4d27-887c-235b98c68b0a" + "170ab64f-49d5-4f98-9429-b33028a91e86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074704Z:7a3dd0a0-3f86-4cc8-8b25-db02b535e707" + "EASTUS2:20211117T141841Z:1b5f3595-9f4e-43ff-ba0c-a0f2848eb18c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:04 GMT" - ], "Content-Length": [ "1314" ], @@ -1068,25 +1068,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn920\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920\",\r\n \"etag\": \"W/\\\"ce334c03-4fed-4443-9769-a220528361ef\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5f85be74-d6be-4068-9d0f-a5ab4a0077d2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8070\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\",\r\n \"etag\": \"W/\\\"ce334c03-4fed-4443-9769-a220528361ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn347\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347\",\r\n \"etag\": \"W/\\\"128f4524-f71a-45b5-b891-d7e46f22b7b4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7c50c10c-2148-43b2-b7a3-09dca7e2f610\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\",\r\n \"etag\": \"W/\\\"128f4524-f71a-45b5-b891-d7e46f22b7b4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkyMC9zdWJuZXRzL3NuODA3MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0Ny9zdWJuZXRzL3NuMjU0ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94ec9698-c6bf-47c2-a886-0ac546f9eeaf" + "ef7270dd-e46d-4493-bac2-92d8e144ba8a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1094,40 +1094,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ce334c03-4fed-4443-9769-a220528361ef\"" + "W/\"128f4524-f71a-45b5-b891-d7e46f22b7b4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "81db2b65-992a-4304-aec3-5b243e8e62f5" + "5807eaf7-9b7e-4c33-9191-34f3cf62aad6" ], "x-ms-correlation-request-id": [ - "d82f8d34-dc61-4329-8f9f-3d44f27d643d" + "580260a5-43e8-48ca-9144-54a4ebd7d360" ], "x-ms-arm-service-request-id": [ - "51561a97-fe2b-4f17-bf84-11dd2bd2c879" + "fb8ba709-5421-44a4-83d6-a7f710cf3ae5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074704Z:d82f8d34-dc61-4329-8f9f-3d44f27d643d" + "EASTUS2:20211117T141841Z:580260a5-43e8-48ca-9144-54a4ebd7d360" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:04 GMT" - ], "Content-Length": [ "522" ], @@ -1138,25 +1138,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8070\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\",\r\n \"etag\": \"W/\\\"ce334c03-4fed-4443-9769-a220528361ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\",\r\n \"etag\": \"W/\\\"128f4524-f71a-45b5-b891-d7e46f22b7b4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI1NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8070\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\r\n }\r\n },\r\n \"name\": \"ip8798\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2544\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\r\n }\r\n },\r\n \"name\": \"ip5609\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea845e89-ab40-40c0-8030-d293a486603a" + "93f3c5b6-5080-4d74-8c87-7d1856e9dece" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1170,43 +1170,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8fd13b9c-107a-4040-891a-9679370a07f5" + "6c849dc6-b74a-413c-b14d-b1b6312e1d87" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8fd13b9c-107a-4040-891a-9679370a07f5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6c849dc6-b74a-413c-b14d-b1b6312e1d87?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d766de6e-16bc-46b5-b6f3-826d24079e78" + "e986cb5b-5b33-454d-bdee-970f0ff6a859" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d39f1534-bf2b-4e7d-8e5d-9d0aea8efcf8" + "789d9996-b6ff-440f-a869-9e3db6ebbf52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074705Z:d766de6e-16bc-46b5-b6f3-826d24079e78" + "EASTUS2:20211117T141841Z:e986cb5b-5b33-454d-bdee-970f0ff6a859" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:04 GMT" - ], "Content-Length": [ "1624" ], @@ -1217,19 +1217,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308\",\r\n \"etag\": \"W/\\\"6557795f-47ed-4e5a-8c31-c6e925f77e56\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"863e6d37-b42e-4eca-bb04-3e6e4a1dab5d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308/ipConfigurations/ip8798\",\r\n \"etag\": \"W/\\\"6557795f-47ed-4e5a-8c31-c6e925f77e56\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\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\": \"os5ikx340zuebhipuwvuuadx0c.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2555\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555\",\r\n \"etag\": \"W/\\\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4acc528b-a30f-460f-a205-5bc2265987b0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555/ipConfigurations/ip5609\",\r\n \"etag\": \"W/\\\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\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\": \"btava5ciegzehn3dbhokpyxwca.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI1NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1237,40 +1237,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6557795f-47ed-4e5a-8c31-c6e925f77e56\"" + "W/\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7acdcd15-ac04-4e03-9449-1b0c83a8eabb" + "3a6b2156-b0f7-4e61-9ac0-ac501b3ec9e3" ], "x-ms-correlation-request-id": [ - "b8a9bfa3-e235-4e96-ba29-40a479221138" + "a4e4b11a-f70e-4e3b-8b11-e20926822c3c" ], "x-ms-arm-service-request-id": [ - "ded5198b-fa5f-49b5-b26a-07a496fb0230" + "ef61d4cd-d314-416e-8210-97dce28a0780" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074705Z:b8a9bfa3-e235-4e96-ba29-40a479221138" + "EASTUS2:20211117T141841Z:a4e4b11a-f70e-4e3b-8b11-e20926822c3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:04 GMT" - ], "Content-Length": [ "1624" ], @@ -1281,25 +1281,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308\",\r\n \"etag\": \"W/\\\"6557795f-47ed-4e5a-8c31-c6e925f77e56\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"863e6d37-b42e-4eca-bb04-3e6e4a1dab5d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308/ipConfigurations/ip8798\",\r\n \"etag\": \"W/\\\"6557795f-47ed-4e5a-8c31-c6e925f77e56\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\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\": \"os5ikx340zuebhipuwvuuadx0c.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2555\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555\",\r\n \"etag\": \"W/\\\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4acc528b-a30f-460f-a205-5bc2265987b0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555/ipConfigurations/ip5609\",\r\n \"etag\": \"W/\\\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\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\": \"btava5ciegzehn3dbhokpyxwca.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkzMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI1NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a507d85-eaa1-47f4-9edf-93d60403d69b" + "d222e0f9-e562-4f11-bb90-d1edfd5585db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1307,40 +1307,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6557795f-47ed-4e5a-8c31-c6e925f77e56\"" + "W/\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7068de55-b6d9-4fd6-838a-2a67f4f5986d" + "bb2d101a-5a5e-4651-ade7-8408670c8234" ], "x-ms-correlation-request-id": [ - "8ae5bd9d-d8b0-45f2-bda9-04b5d70d4c47" + "064dbed3-d012-4db4-bd7c-77c6c8e55c99" ], "x-ms-arm-service-request-id": [ - "13f08957-3130-4565-924f-46b97a4ba5de" + "2ddfafed-80f9-4bc9-8b01-1296792593d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074705Z:8ae5bd9d-d8b0-45f2-bda9-04b5d70d4c47" + "EASTUS2:20211117T141841Z:064dbed3-d012-4db4-bd7c-77c6c8e55c99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:04 GMT" - ], "Content-Length": [ "1624" ], @@ -1351,26 +1351,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308\",\r\n \"etag\": \"W/\\\"6557795f-47ed-4e5a-8c31-c6e925f77e56\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"863e6d37-b42e-4eca-bb04-3e6e4a1dab5d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8798\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/networkInterfaces/nic9308/ipConfigurations/ip8798\",\r\n \"etag\": \"W/\\\"6557795f-47ed-4e5a-8c31-c6e925f77e56\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\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\": \"os5ikx340zuebhipuwvuuadx0c.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2555\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555\",\r\n \"etag\": \"W/\\\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4acc528b-a30f-460f-a205-5bc2265987b0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5609\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/networkInterfaces/nic2555/ipConfigurations/ip5609\",\r\n \"etag\": \"W/\\\"8a0f7c48-fbfa-4e21-8180-bf3f31d16956\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\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\": \"btava5ciegzehn3dbhokpyxwca.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7425\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7594\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6783\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3311\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90546558-692b-4dab-b82a-1684abf74016" + "62427ee6-8431-4590-90fc-2a9b7f8e941b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1383,20 +1383,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1405,27 +1412,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d1bac73c-83f3-4c94-a36d-f0837ffc9fe0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "4b77866b-a0f8-47ef-b070-b0cefd61c29d" + "eed83b48-c92f-43ec-8599-eff0922f2533" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074706Z:4b77866b-a0f8-47ef-b070-b0cefd61c29d" + "EASTUS2:20211117T141843Z:eed83b48-c92f-43ec-8599-eff0922f2533" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:05 GMT" - ], "Content-Length": [ "3618" ], @@ -1436,60 +1436,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7425\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7594\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce1b0e9-4b03-4157-aa6d-98cbdf8d6830\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6783\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3311\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7601f9a6-f896-4cbe-b46d-5a20f2b1a3a9\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QxYmFjNzNjLTgzZjMtNGM5NC1hMzZkLWYwODM3ZmZjOWZlMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0MmRkNTBjLTM4ZjItNGIxYi05YmJlLWUwZDFkZGE3ZTYwOT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:18:53 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "53dc18de-26c9-44d1-8e49-d75ea19e2fd7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "843e586d-1e01-484c-bd52-c2ed36446903" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11998" ], "x-ms-correlation-request-id": [ - "c83fbcdc-b967-4951-b787-35c9fc00e1c8" + "27a6c3b9-87e9-4151-b17e-ebe069d4a749" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074716Z:c83fbcdc-b967-4951-b787-35c9fc00e1c8" + "EASTUS2:20211117T141853Z:27a6c3b9-87e9-4151-b17e-ebe069d4a749" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:47:15 GMT" - ], "Content-Length": [ "134" ], @@ -1500,57 +1500,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:47:05.7403553+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1bac73c-83f3-4c94-a36d-f0837ffc9fe0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:18:42.2724379+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QxYmFjNzNjLTgzZjMtNGM5NC1hMzZkLWYwODM3ZmZjOWZlMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0MmRkNTBjLTM4ZjItNGIxYi05YmJlLWUwZDFkZGE3ZTYwOT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:20:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da8d5e85-347b-4dd1-99e0-e278432a1270" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ffba90b9-586a-486e-a9a9-fb83baa1e31d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11998" ], "x-ms-correlation-request-id": [ - "0059c01d-613d-4018-80a3-01ada70e1ea6" + "e81ad0d6-ee1e-4ae3-87b4-f411863033f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T074853Z:0059c01d-613d-4018-80a3-01ada70e1ea6" + "EASTUS2:20211117T142030Z:e81ad0d6-ee1e-4ae3-87b4-f411863033f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:48:52 GMT" - ], "Content-Length": [ "134" ], @@ -1561,57 +1561,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:47:05.7403553+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1bac73c-83f3-4c94-a36d-f0837ffc9fe0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:18:42.2724379+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QxYmFjNzNjLTgzZjMtNGM5NC1hMzZkLWYwODM3ZmZjOWZlMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0MmRkNTBjLTM4ZjItNGIxYi05YmJlLWUwZDFkZGE3ZTYwOT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:22:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14494407-4b67-4af8-bdaf-323a29631cf2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "38af82ee-06a4-4153-85a7-0125486ddfc3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11999" ], "x-ms-correlation-request-id": [ - "126ea6a7-cc90-4d30-bbb4-55c45fb2a8ca" + "863e6f0b-7838-46e0-95d3-659522a6e962" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075030Z:126ea6a7-cc90-4d30-bbb4-55c45fb2a8ca" + "EASTUS2:20211117T142207Z:863e6f0b-7838-46e0-95d3-659522a6e962" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:50:29 GMT" - ], "Content-Length": [ "134" ], @@ -1622,57 +1622,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:47:05.7403553+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1bac73c-83f3-4c94-a36d-f0837ffc9fe0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:18:42.2724379+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QxYmFjNzNjLTgzZjMtNGM5NC1hMzZkLWYwODM3ZmZjOWZlMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0MmRkNTBjLTM4ZjItNGIxYi05YmJlLWUwZDFkZGE3ZTYwOT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:23:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5dfa5fd-a4d6-40a9-8241-6174c0e9fae2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0c676f96-878f-470c-8dc3-f30a076921b7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11999" ], "x-ms-correlation-request-id": [ - "9390e04d-4ab9-4f68-ad37-f8745790539c" + "1b386a2b-dc58-4a8f-9332-4dd7886ab481" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075207Z:9390e04d-4ab9-4f68-ad37-f8745790539c" + "EASTUS2:20211117T142344Z:1b386a2b-dc58-4a8f-9332-4dd7886ab481" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:52:06 GMT" - ], "Content-Length": [ "134" ], @@ -1683,29 +1683,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:47:05.7403553+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1bac73c-83f3-4c94-a36d-f0837ffc9fe0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:18:42.2724379+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QxYmFjNzNjLTgzZjMtNGM5NC1hMzZkLWYwODM3ZmZjOWZlMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0MmRkNTBjLTM4ZjItNGIxYi05YmJlLWUwZDFkZGE3ZTYwOT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:25:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" ], @@ -1713,27 +1720,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f9f148d9-a477-4a6a-9020-4c97156dee39" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3fc36361-2872-453d-86a1-9165092f8f4c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11996" ], "x-ms-correlation-request-id": [ - "cc4868e6-a603-4dce-b822-9f6138169dcf" + "22503392-8847-4092-818a-9373f888c360" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075344Z:cc4868e6-a603-4dce-b822-9f6138169dcf" + "EASTUS2:20211117T142521Z:22503392-8847-4092-818a-9373f888c360" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:53:44 GMT" - ], "Content-Length": [ "134" ], @@ -1744,57 +1744,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:47:05.7403553+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1bac73c-83f3-4c94-a36d-f0837ffc9fe0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:18:42.2724379+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QxYmFjNzNjLTgzZjMtNGM5NC1hMzZkLWYwODM3ZmZjOWZlMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0MmRkNTBjLTM4ZjItNGIxYi05YmJlLWUwZDFkZGE3ZTYwOT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:26:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e0fa1a0-4ba8-4634-bd03-3611d72b5f98" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "31df59b4-0eaf-44e4-b33b-2422883a4d0f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11999" ], "x-ms-correlation-request-id": [ - "e8545690-ff24-4225-9870-051aa89e248e" + "49d23f93-a2f4-408d-bd83-a1583ec978fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075521Z:e8545690-ff24-4225-9870-051aa89e248e" + "EASTUS2:20211117T142658Z:49d23f93-a2f4-408d-bd83-a1583ec978fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:55:21 GMT" - ], "Content-Length": [ "134" ], @@ -1805,57 +1805,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:47:05.7403553+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1bac73c-83f3-4c94-a36d-f0837ffc9fe0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:18:42.2724379+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d1bac73c-83f3-4c94-a36d-f0837ffc9fe0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QxYmFjNzNjLTgzZjMtNGM5NC1hMzZkLWYwODM3ZmZjOWZlMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y0MmRkNTBjLTM4ZjItNGIxYi05YmJlLWUwZDFkZGE3ZTYwOT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4e5a0296-f227-498c-bc5f-89a2dbb7db54" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "40ccee27-f2ff-4195-a06e-d68ca1f1949a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11999" ], "x-ms-correlation-request-id": [ - "9d427ede-4de9-4b8c-b66a-8d231f49ceb6" + "c505db8c-0e65-48d0-a363-f1babc66c31d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075658Z:9d427ede-4de9-4b8c-b66a-8d231f49ceb6" + "EASTUS2:20211117T142836Z:c505db8c-0e65-48d0-a363-f1babc66c31d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" - ], "Content-Length": [ "184" ], @@ -1866,57 +1866,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:47:05.7403553+00:00\",\r\n \"endTime\": \"2021-06-29T07:56:39.4459655+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d1bac73c-83f3-4c94-a36d-f0837ffc9fe0\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:18:42.2724379+00:00\",\r\n \"endTime\": \"2021-11-17T14:28:02.8071584+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f42dd50c-38f2-4b1b-9bbe-e0d1dda7e609\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2580" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ee5699d-fff6-453b-a661-4954268651fe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8dd42597-7d20-4dcd-8b9f-b349f45b423e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11998" ], "x-ms-correlation-request-id": [ - "d2dc4184-759c-4078-b806-0022e57f9d38" + "c45bc574-14ca-4239-a186-df1c26388914" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075658Z:d2dc4184-759c-4078-b806-0022e57f9d38" + "EASTUS2:20211117T142836Z:c45bc574-14ca-4239-a186-df1c26388914" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" - ], "Content-Length": [ "3619" ], @@ -1927,63 +1927,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7425\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7594\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce1b0e9-4b03-4157-aa6d-98cbdf8d6830\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6783\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3311\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7601f9a6-f896-4cbe-b46d-5a20f2b1a3a9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3611a02a-bf23-4657-a366-37fc674dae8e" + "c022ebb1-d469-4192-b87b-cead537b4849" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2579" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58cf864a-fc7c-4066-874e-8bdcef68be0e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9b524467-94f3-4f1f-bd1c-dbd6c7534ab4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11997" ], "x-ms-correlation-request-id": [ - "e17a342f-4637-49ce-a3db-f33d20e451c9" + "c04811e1-830a-4ec4-b7d0-e6de91d49bcb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075658Z:e17a342f-4637-49ce-a3db-f33d20e451c9" + "EASTUS2:20211117T142836Z:c04811e1-830a-4ec4-b7d0-e6de91d49bcb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" - ], "Content-Length": [ "3619" ], @@ -1994,65 +1994,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7425\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7594\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce1b0e9-4b03-4157-aa6d-98cbdf8d6830\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6783\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3311\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7601f9a6-f896-4cbe-b46d-5a20f2b1a3a9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQ5L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "305b326c-de65-4786-a94e-a6b76ae18a72" + "0af8e6bd-c5b5-4b96-a81c-0306d848acec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;892" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9bb76c4e-88ec-4f3c-8941-a20fb0457abd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1649572b-166f-4bc9-aa90-b5bd148d8e28" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11996" ], "x-ms-correlation-request-id": [ - "678af28a-0e53-4a11-9a3f-7e8acb19ef3d" + "4d3c909b-d8b4-4d94-b0c1-730a2139c9ce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075659Z:678af28a-0e53-4a11-9a3f-7e8acb19ef3d" + "EASTUS2:20211117T142836Z:4d3c909b-d8b4-4d94-b0c1-730a2139c9ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" - ], "Content-Length": [ - "819" + "1096" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2061,63 +2061,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:56:39.4303233+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T14:28:02.7602758+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0MzYzNT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0OTEwOD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92a0d6fc-be16-42b4-b1e7-e6bd8814693c" + "afff0387-8173-4740-8345-6f33d2096ffc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" + "Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d76ba3f-b407-494c-a5ac-ce56b3f19ba4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fbd84b03-783b-4466-9412-d3186c79e488" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11995" ], "x-ms-correlation-request-id": [ - "feac610b-82cc-470c-81ec-065e85ddcb01" + "1dc30c4c-2bf9-4c65-b87f-456bc5ff21eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075659Z:feac610b-82cc-470c-81ec-065e85ddcb01" + "EASTUS2:20211117T142836Z:1dc30c4c-2bf9-4c65-b87f-456bc5ff21eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" - ], "Content-Length": [ "674" ], @@ -2128,63 +2128,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ppgtest3635\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5419/providers/Microsoft.Compute/virtualMachineScaleSets/VMSS7649\"\r\n }\r\n ],\r\n \"availabilitySets\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ppgtest9108\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [],\r\n \"virtualMachineScaleSets\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3283/providers/Microsoft.Compute/virtualMachineScaleSets/VMSS8538\"\r\n }\r\n ],\r\n \"availabilitySets\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89889f84-1acb-4dc4-99fc-75fd4ae67d93" + "6aa7bc2d-69e5-4b72-a291-b338d860b60d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;891" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;893" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ccdf4fcc-e2c1-4d3c-818a-328bf3dfa2f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6ea0fb75-6fa2-4e60-ac6c-407d4da84650" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11994" ], "x-ms-correlation-request-id": [ - "2798fd6f-64f0-4fe2-a694-480d2e662c7c" + "1deae2d0-be3d-4d1f-bdfe-352e80d2aed8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075659Z:2798fd6f-64f0-4fe2-a694-480d2e662c7c" + "EASTUS2:20211117T142836Z:1deae2d0-be3d-4d1f-bdfe-352e80d2aed8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" - ], "Content-Length": [ "4036" ], @@ -2195,65 +2195,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7649\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5419/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest3635\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7425\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7594\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Network/virtualNetworks/vn920/subnets/sn8070\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"6ce1b0e9-4b03-4157-aa6d-98cbdf8d6830\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8538\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3283/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9108\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6783\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3311\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Network/virtualNetworks/vn347/subnets/sn2544\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"7601f9a6-f896-4cbe-b46d-5a20f2b1a3a9\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQ5L3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4L3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d09d579-4bdb-4fc4-a7dc-b8eed21981bd" + "e563ead6-6326-412c-a344-695a9eea1f94" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c930666d-9586-4333-b0c7-85c9306bb245" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9eaae326-071d-4300-8681-b6e39163c07b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11993" ], "x-ms-correlation-request-id": [ - "281c631c-857e-4028-b137-5e0a70a7e9d8" + "c42de81b-0839-47fe-b5a1-c021c66cc261" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075659Z:281c631c-857e-4028-b137-5e0a70a7e9d8" + "EASTUS2:20211117T142836Z:c42de81b-0839-47fe-b5a1-c021c66cc261" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" - ], "Content-Length": [ - "81440" + "86448" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2262,43 +2262,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5419/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7649?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NjQ5P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3283/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8538?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyODMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NTM4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "368d74d8-f784-49cf-9431-e160ef0c1c17" + "43ccd161-5d4f-486e-a81e-cfc923d8f5e7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ceea9f85-175a-4484-a402-a572991f793b?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3d9699e4-2470-412f-b45c-1e3d6549ebe5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ceea9f85-175a-4484-a402-a572991f793b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3d9699e4-2470-412f-b45c-1e3d6549ebe5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2313,88 +2320,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ceea9f85-175a-4484-a402-a572991f793b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3d9699e4-2470-412f-b45c-1e3d6549ebe5" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "fa49ed7b-a259-4466-928c-ba483aeae427" + "cb7483be-fcca-4c73-bb65-fd961290941a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075659Z:fa49ed7b-a259-4466-928c-ba483aeae427" + "EASTUS2:20211117T142836Z:cb7483be-fcca-4c73-bb65-fd961290941a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:56:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ceea9f85-175a-4484-a402-a572991f793b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWE5Zjg1LTE3NWEtNDQ4NC1hNDAyLWE1NzI5OTFmNzkzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3d9699e4-2470-412f-b45c-1e3d6549ebe5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNkOTY5OWU0LTI0NzAtNDEyZi1iNDVjLTFlM2Q2NTQ5ZWJlNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7de976ef-a4f8-4460-a03e-351ecc35d723" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5918ed1b-bdd0-444b-9b55-3dce58814f89" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11992" ], "x-ms-correlation-request-id": [ - "c2a638c0-603c-44b4-ba07-1b41f642759f" + "9d9a500a-e45e-4586-8810-f320f631c660" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075709Z:c2a638c0-603c-44b4-ba07-1b41f642759f" + "EASTUS2:20211117T142846Z:9d9a500a-e45e-4586-8810-f320f631c660" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:57:08 GMT" - ], "Content-Length": [ "134" ], @@ -2405,57 +2405,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:56:59.2117252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ceea9f85-175a-4484-a402-a572991f793b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:28:36.4198209+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3d9699e4-2470-412f-b45c-1e3d6549ebe5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ceea9f85-175a-4484-a402-a572991f793b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWE5Zjg1LTE3NWEtNDQ4NC1hNDAyLWE1NzI5OTFmNzkzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3d9699e4-2470-412f-b45c-1e3d6549ebe5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNkOTY5OWU0LTI0NzAtNDEyZi1iNDVjLTFlM2Q2NTQ5ZWJlNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:28:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f1ad1f8-f078-4a3b-bdbd-2ad15ca5ccf5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cbcaffe7-1f8b-47c8-8c02-647624cc4c72" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11991" ], "x-ms-correlation-request-id": [ - "14e11d75-fbf9-4f7e-8988-7a8a4eb8bbe7" + "320f7bcc-76f8-44f7-89c3-7e07bf8208c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075720Z:14e11d75-fbf9-4f7e-8988-7a8a4eb8bbe7" + "EASTUS2:20211117T142858Z:320f7bcc-76f8-44f7-89c3-7e07bf8208c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:57:19 GMT" - ], "Content-Length": [ "134" ], @@ -2466,57 +2466,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:56:59.2117252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ceea9f85-175a-4484-a402-a572991f793b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:28:36.4198209+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3d9699e4-2470-412f-b45c-1e3d6549ebe5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ceea9f85-175a-4484-a402-a572991f793b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWE5Zjg1LTE3NWEtNDQ4NC1hNDAyLWE1NzI5OTFmNzkzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3d9699e4-2470-412f-b45c-1e3d6549ebe5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNkOTY5OWU0LTI0NzAtNDEyZi1iNDVjLTFlM2Q2NTQ5ZWJlNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:29:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6d26685f-04b3-460b-9e27-4ab0db493950" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "96345183-8086-4ce4-bb55-7724781e7b23" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11990" ], "x-ms-correlation-request-id": [ - "0a838bf9-d3d9-4f42-b580-63ada548ce2c" + "eb179244-8106-4929-bd6c-63ce6a43ee30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075731Z:0a838bf9-d3d9-4f42-b580-63ada548ce2c" + "EASTUS2:20211117T142909Z:eb179244-8106-4929-bd6c-63ce6a43ee30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:57:31 GMT" - ], "Content-Length": [ "134" ], @@ -2527,59 +2527,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:56:59.2117252+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ceea9f85-175a-4484-a402-a572991f793b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:28:36.4198209+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3d9699e4-2470-412f-b45c-1e3d6549ebe5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ceea9f85-175a-4484-a402-a572991f793b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWE5Zjg1LTE3NWEtNDQ4NC1hNDAyLWE1NzI5OTFmNzkzYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3d9699e4-2470-412f-b45c-1e3d6549ebe5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNkOTY5OWU0LTI0NzAtNDEyZi1iNDVjLTFlM2Q2NTQ5ZWJlNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:29:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2035e1b-a389-432d-a30a-8fb3d04ece8f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "deba5930-32d4-4a53-8a98-4c92c88d2f80" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11989" ], "x-ms-correlation-request-id": [ - "052b686c-9e8e-48af-bec2-9a8e173a60da" + "e228023b-eb01-4174-ae47-f056638ed860" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075742Z:052b686c-9e8e-48af-bec2-9a8e173a60da" + "EASTUS2:20211117T142920Z:e228023b-eb01-4174-ae47-f056638ed860" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:57:42 GMT" - ], "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2588,83 +2588,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:56:59.2117252+00:00\",\r\n \"endTime\": \"2021-06-29T07:57:35.68062+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ceea9f85-175a-4484-a402-a572991f793b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:28:36.4198209+00:00\",\r\n \"endTime\": \"2021-11-17T14:29:17.0162326+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3d9699e4-2470-412f-b45c-1e3d6549ebe5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/ceea9f85-175a-4484-a402-a572991f793b?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2NlZWE5Zjg1LTE3NWEtNDQ4NC1hNDAyLWE1NzI5OTFmNzkzYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3d9699e4-2470-412f-b45c-1e3d6549ebe5?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNkOTY5OWU0LTI0NzAtNDEyZi1iNDVjLTFlM2Q2NTQ5ZWJlNT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:29:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bc1c7145-2d43-4ac1-bf90-fea6ad87f635" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c81344f9-4f72-4254-9cb8-56932ad6f636" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11988" ], "x-ms-correlation-request-id": [ - "57560a51-a4e7-45d9-b38d-beeb8facc933" + "d2e6daf8-23e5-40ae-b914-22d75b3f556d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075742Z:57560a51-a4e7-45d9-b38d-beeb8facc933" + "EASTUS2:20211117T142920Z:d2e6daf8-23e5-40ae-b914-22d75b3f556d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:57:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5419?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU0MTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3283?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyODM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86a64662-f009-492c-bcf6-5baa5c978945" + "b52b1d12-0b14-4eaf-8641-713549008019" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2672,11 +2672,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:29:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2685,13 +2688,13 @@ "14999" ], "x-ms-request-id": [ - "3a408462-d7af-4d36-a634-4f7f2dabf386" + "b753f3b2-c86b-42f2-9016-a046a86a22ff" ], "x-ms-correlation-request-id": [ - "3a408462-d7af-4d36-a634-4f7f2dabf386" + "b753f3b2-c86b-42f2-9016-a046a86a22ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075742Z:3a408462-d7af-4d36-a634-4f7f2dabf386" + "EASTUS2:20211117T142920Z:b753f3b2-c86b-42f2-9016-a046a86a22ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2699,29 +2702,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:57:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2729,26 +2729,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:29:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "a5e96485-09ad-4e7f-a551-73debdd6391b" + "7c4603e7-4173-4626-b26a-fa4792285495" ], "x-ms-correlation-request-id": [ - "a5e96485-09ad-4e7f-a551-73debdd6391b" + "7c4603e7-4173-4626-b26a-fa4792285495" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075757Z:a5e96485-09ad-4e7f-a551-73debdd6391b" + "EASTUS2:20211117T142935Z:7c4603e7-4173-4626-b26a-fa4792285495" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2756,29 +2759,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:57:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2786,26 +2786,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:29:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "b28bc5fb-e4ad-4275-b52d-f1eab5b9df0f" + "2810df06-f926-4382-9f50-0015c5588dab" ], "x-ms-correlation-request-id": [ - "b28bc5fb-e4ad-4275-b52d-f1eab5b9df0f" + "2810df06-f926-4382-9f50-0015c5588dab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075812Z:b28bc5fb-e4ad-4275-b52d-f1eab5b9df0f" + "EASTUS2:20211117T142950Z:2810df06-f926-4382-9f50-0015c5588dab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2813,29 +2816,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:58:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2843,26 +2843,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:30:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-request-id": [ - "1a6d113c-be2b-4eb9-a21f-ad2418b4b15b" + "ceefdc90-6b92-4b35-92d5-a0c674ca5c23" ], "x-ms-correlation-request-id": [ - "1a6d113c-be2b-4eb9-a21f-ad2418b4b15b" + "ceefdc90-6b92-4b35-92d5-a0c674ca5c23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075827Z:1a6d113c-be2b-4eb9-a21f-ad2418b4b15b" + "EASTUS2:20211117T143005Z:ceefdc90-6b92-4b35-92d5-a0c674ca5c23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2870,29 +2873,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:58:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2900,26 +2900,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:30:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "a4ce1e77-033c-47b4-a6cd-418eedc34829" + "667d37f5-5aa3-4108-b696-df9760015041" ], "x-ms-correlation-request-id": [ - "a4ce1e77-033c-47b4-a6cd-418eedc34829" + "667d37f5-5aa3-4108-b696-df9760015041" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075842Z:a4ce1e77-033c-47b4-a6cd-418eedc34829" + "EASTUS2:20211117T143020Z:667d37f5-5aa3-4108-b696-df9760015041" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2927,29 +2930,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:58:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2957,26 +2957,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:30:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-request-id": [ - "aaf68e8a-186a-4969-a860-edd5cceb0893" + "b87de2e6-cab1-4d6d-96ba-8b71a13c3258" ], "x-ms-correlation-request-id": [ - "aaf68e8a-186a-4969-a860-edd5cceb0893" + "b87de2e6-cab1-4d6d-96ba-8b71a13c3258" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075857Z:aaf68e8a-186a-4969-a860-edd5cceb0893" + "EASTUS2:20211117T143035Z:b87de2e6-cab1-4d6d-96ba-8b71a13c3258" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2984,29 +2987,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:58:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3014,26 +3014,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:30:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-request-id": [ - "c22c9c4c-fc91-4eba-b3a4-3c8c1c27db5b" + "da724ff9-3f1d-483a-8c83-c0b31ff23b68" ], "x-ms-correlation-request-id": [ - "c22c9c4c-fc91-4eba-b3a4-3c8c1c27db5b" + "da724ff9-3f1d-483a-8c83-c0b31ff23b68" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075912Z:c22c9c4c-fc91-4eba-b3a4-3c8c1c27db5b" + "EASTUS2:20211117T143050Z:da724ff9-3f1d-483a-8c83-c0b31ff23b68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3041,29 +3044,83 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:59:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:31:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "a9fdb4ad-ef4e-44e9-bc4c-e23c532a3c88" + ], + "x-ms-correlation-request-id": [ + "a9fdb4ad-ef4e-44e9-bc4c-e23c532a3c88" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T143105Z:a9fdb4ad-ef4e-44e9-bc4c-e23c532a3c88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3071,20 +3128,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:31:20 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "7b0149fd-d2b7-4437-b761-a2f249a23dc7" + "98bd2854-df03-4c07-b144-5dfc86440e81" ], "x-ms-correlation-request-id": [ - "7b0149fd-d2b7-4437-b761-a2f249a23dc7" + "98bd2854-df03-4c07-b144-5dfc86440e81" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075927Z:7b0149fd-d2b7-4437-b761-a2f249a23dc7" + "EASTUS2:20211117T143120Z:98bd2854-df03-4c07-b144-5dfc86440e81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3092,29 +3158,77 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:59:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:31:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "6ac6bacc-25ce-4da5-8067-8e9dc2c87a79" + ], + "x-ms-correlation-request-id": [ + "6ac6bacc-25ce-4da5-8067-8e9dc2c87a79" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T143135Z:6ac6bacc-25ce-4da5-8067-8e9dc2c87a79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NDE5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTkRFNUxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjgzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TWpnekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3122,20 +3236,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:31:35 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "07e4f949-a0c8-4d15-b72d-9271d69000d8" + "a631e460-b8d0-4c2c-b025-508ce6684e54" ], "x-ms-correlation-request-id": [ - "07e4f949-a0c8-4d15-b72d-9271d69000d8" + "a631e460-b8d0-4c2c-b025-508ce6684e54" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T075927Z:07e4f949-a0c8-4d15-b72d-9271d69000d8" + "EASTUS2:20211117T143135Z:a631e460-b8d0-4c2c-b025-508ce6684e54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3143,14 +3260,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:59:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3159,28 +3273,28 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar5419", - "vmss7649", - "crptestar6329", - "ppgtest3635" + "crptestar3283", + "vmss8538", + "crptestar4669", + "ppgtest9108" ], "CreatePublicIP": [ - "pip8122", - "dn9471" + "pip8779", + "dn8077" ], "CreateVNET": [ - "vn920", - "sn8070" + "vn347", + "sn2544" ], "CreateNIC": [ - "nic9308", - "ip8798" + "nic2555", + "ip5609" ], "CreateDefaultVMScaleSetInput": [ - "crptestar590", - "vmss1744", - "vmsstestnetconfig7425", - "vmsstestnetconfig7594" + "crptestar2979", + "vmss9912", + "vmsstestnetconfig6783", + "vmsstestnetconfig3311" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ScheduledEvents.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ScheduledEvents.json index 5955d566800fe..d55f2dcab9375 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ScheduledEvents.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_ScheduledEvents.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee4be9c2-3f29-4a9f-85a0-3c1d633f0598" + "a4c44f99-bb26-4a0c-b2c2-1572a8557c83" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "d1862665-9d61-444f-a92a-8a047b576836" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f570d382-93b0-4529-9ae9-6acb85514bdb" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ca20ff12-bece-4b70-8d0e-83ccf62c4963" + "801e4306-11c0-4a8f-89e8-61d569b194d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063036Z:ca20ff12-bece-4b70-8d0e-83ccf62c4963" + "EASTUS2:20211117T130519Z:801e4306-11c0-4a8f-89e8-61d569b194d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:36 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8656?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6453?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0NTM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8656\": \"2021-06-29 06:30:36Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6453\": \"2021-11-17 13:05:19Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6d20b44-e1ec-4bf2-80d9-61c97ac376e5" + "4cae4a56-2af1-43e6-9da4-aa9d6e41a92c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:18 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "429a9e1f-6752-4960-a201-b95b418e4949" + "67a9a396-7d2a-459d-84a6-3a325c8b4e10" ], "x-ms-correlation-request-id": [ - "429a9e1f-6752-4960-a201-b95b418e4949" + "67a9a396-7d2a-459d-84a6-3a325c8b4e10" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063036Z:429a9e1f-6752-4960-a201-b95b418e4949" + "EASTUS2:20211117T130519Z:67a9a396-7d2a-459d-84a6-3a325c8b4e10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:35 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656\",\r\n \"name\": \"crptestar8656\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8656\": \"2021-06-29 06:30:36Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453\",\r\n \"name\": \"crptestar6453\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6453\": \"2021-11-17 13:05:19Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8656?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6453?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0NTM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9b3b3d30-da62-41b3-863a-cde8b284164e" + "dd9e77b1-c745-42d5-a28f-a1efdc312336" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:47 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "9ef0136d-5512-42dc-929d-9f82b4b62d8b" + "ded3efdb-3e2d-4275-aabc-77ed868e0c9a" ], "x-ms-correlation-request-id": [ - "9ef0136d-5512-42dc-929d-9f82b4b62d8b" + "ded3efdb-3e2d-4275-aabc-77ed868e0c9a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063106Z:9ef0136d-5512-42dc-929d-9f82b4b62d8b" + "EASTUS2:20211117T130548Z:ded3efdb-3e2d-4275-aabc-77ed868e0c9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:05 GMT" - ], "Content-Length": [ "180" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656\",\r\n \"name\": \"crptestar8656\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453\",\r\n \"name\": \"crptestar6453\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Storage/storageAccounts/crptestar1105?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMTA1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Storage/storageAccounts/crptestar3672?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNjcyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23c32609-9a9f-4437-9014-df97725d38f4" + "a7ac8d6e-5e40-4582-836d-965205f1e98d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a61d1bc4-fc1c-4dd3-a629-a8d339f12133?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1d581a9-8d5c-43fe-8821-6e15633353b9?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a61d1bc4-fc1c-4dd3-a629-a8d339f12133" + "b1d581a9-8d5c-43fe-8821-6e15633353b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "d4aacd49-39fd-42c2-90b3-c205f63ba606" + "d3305e47-4af6-494e-b01b-b55c61afe6c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063038Z:d4aacd49-39fd-42c2-90b3-c205f63ba606" + "EASTUS2:20211117T130521Z:d3305e47-4af6-494e-b01b-b55c61afe6c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:37 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a61d1bc4-fc1c-4dd3-a629-a8d339f12133?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYTYxZDFiYzQtZmMxYy00ZGQzLWE2MjktYThkMzM5ZjEyMTMzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1d581a9-8d5c-43fe-8821-6e15633353b9?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYjFkNTgxYTktOGQ1Yy00M2ZlLTg4MjEtNmUxNTYzMzM1M2I5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "04b1c5a9-f24c-4692-8d76-1de31731817d" + "cbcf0e8c-4efb-4bbe-bcbf-5405b5fc238b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f35311a7-addd-4af2-ad97-2ac18e52227c" + "d451c0c3-cca6-41c4-b9ef-18a6d0cf8027" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063055Z:f35311a7-addd-4af2-ad97-2ac18e52227c" + "EASTUS2:20211117T130538Z:d451c0c3-cca6-41c4-b9ef-18a6d0cf8027" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:30:54 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cabf8e44-af9f-40c7-9b8d-c16d79dea2b6" + "8821975f-4f1c-4711-8895-2a1c249e8e52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "66fb1b5b-fc71-43da-9ba1-658f5fbc87d4" + "6dd2f82b-a084-4a97-bc83-b48946b63952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "b76ebe67-b316-47c5-9a18-0e8eb9abcb6d" + "513e7771-9bcd-4aa7-bc90-eb7303294014" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063105Z:b76ebe67-b316-47c5-9a18-0e8eb9abcb6d" + "EASTUS2:20211117T130548Z:513e7771-9bcd-4aa7-bc90-eb7303294014" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:04 GMT" - ], "Content-Length": [ "741" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Storage/storageAccounts/crptestar1105\",\r\n \"name\": \"crptestar1105\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:30:37.1727006Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1105.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1105.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1105.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1105.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Storage/storageAccounts/crptestar3672\",\r\n \"name\": \"crptestar3672\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T13:05:19.8172363Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3672.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3672.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3672.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3672.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Storage/storageAccounts/crptestar1105?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMTA1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Storage/storageAccounts/crptestar3672?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzNjcyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47ee3434-ea39-4c99-91c0-7b17f5e13831" + "5470b03d-969d-48b5-a92e-8dd7ebdf7057" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2055c40b-0b64-4dc4-b707-2782ac8733f7" + "24069a1a-b15d-44a8-8951-4900bd7b936c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "0a6a5171-24ee-499e-b1ca-e19c0409d4ca" + "926efd22-4bbb-4c41-9e4f-4b62593b3e3d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063105Z:0a6a5171-24ee-499e-b1ca-e19c0409d4ca" + "EASTUS2:20211117T130548Z:926efd22-4bbb-4c41-9e4f-4b62593b3e3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:04 GMT" - ], "Content-Length": [ "729" ], @@ -457,46 +457,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Storage/storageAccounts/crptestar1105\",\r\n \"name\": \"crptestar1105\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:30:37.1727006Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1105.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1105.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1105.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1105.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Storage/storageAccounts/crptestar3672\",\r\n \"name\": \"crptestar3672\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T13:05:19.8172363Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3672.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3672.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3672.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3672.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a74763aa-1a90-4f1a-aa84-3a17e5bea30c" + "b92b85c5-4b4a-4727-967c-275ce2d54982" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "26379499-bad7-46ec-a713-4192179f83c1" + "f9916706-aaf2-4ce0-ba8c-fd600f96b9f8" ], "x-ms-correlation-request-id": [ - "26379499-bad7-46ec-a713-4192179f83c1" + "f9916706-aaf2-4ce0-ba8c-fd600f96b9f8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063105Z:26379499-bad7-46ec-a713-4192179f83c1" + "EASTUS2:20211117T130548Z:f9916706-aaf2-4ce0-ba8c-fd600f96b9f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:05 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/publicIPAddresses/pip3261?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyNjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/publicIPAddresses/pip5642?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU2NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1172\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6407\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "53495671-b93d-4ebf-bea6-0b5e31d1df03" + "19f86198-98dc-4e96-b6b6-e6396404188c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,46 +543,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c7b6f1b9-d3dc-4ce4-9813-1da9c04767eb" + "5566529d-5a1f-4d9f-93b3-5128bd2b2597" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c7b6f1b9-d3dc-4ce4-9813-1da9c04767eb?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5566529d-5a1f-4d9f-93b3-5128bd2b2597?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "616ab0bc-0261-4324-8efc-0669f9301029" + "30c6ae3d-6de1-4722-ab27-3c696da602a6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3fdbefd7-d2fb-46bd-985a-a50ffeb0fa77" + "437f4df6-56c9-4c12-ab38-dd7071efaa2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063106Z:616ab0bc-0261-4324-8efc-0669f9301029" + "EASTUS2:20211117T130549Z:30c6ae3d-6de1-4722-ab27-3c696da602a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:06 GMT" - ], "Content-Length": [ "757" ], @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/publicIPAddresses/pip3261\",\r\n \"etag\": \"W/\\\"39254b65-dec4-4f57-b089-5470db616447\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"38569493-9a9c-4442-baee-881a482c816c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1172\",\r\n \"fqdn\": \"dn1172.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/publicIPAddresses/pip5642\",\r\n \"etag\": \"W/\\\"2ad485f8-d6e0-4b30-ad31-5cb7c5c45838\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d278c517-3da1-4b66-8b9d-ba874e7c88f4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6407\",\r\n \"fqdn\": \"dn6407.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c7b6f1b9-d3dc-4ce4-9813-1da9c04767eb?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2M3YjZmMWI5LWQzZGMtNGNlNC05ODEzLTFkYTljMDQ3NjdlYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5566529d-5a1f-4d9f-93b3-5128bd2b2597?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU1NjY1MjlkLTVhMWYtNGQ5Zi05M2IzLTUxMjhiZDJiMjU5Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a0506c18-b2e8-4387-8413-31216fca7905" + "c634ae62-2821-4cf2-9ac0-16b88c55ec3e" ], "x-ms-correlation-request-id": [ - "49786be8-040e-4fd0-b4be-674cca63dbf4" + "4e81c1da-4238-4a8c-a14d-25ba19b996d2" ], "x-ms-arm-service-request-id": [ - "75da93bd-a2fd-48b9-9871-e7f68458264e" + "2760ddd4-943b-478e-8da1-6f7f5635c350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063108Z:49786be8-040e-4fd0-b4be-674cca63dbf4" + "EASTUS2:20211117T130550Z:4e81c1da-4238-4a8c-a14d-25ba19b996d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:07 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/publicIPAddresses/pip3261?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyNjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/publicIPAddresses/pip5642?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU2NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,40 +674,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"714d54d0-8621-422a-8005-b62436af2c55\"" + "W/\"c78faf0e-f752-4c83-a37d-c484510de0cc\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eee95638-0743-4a22-b208-b4516253f9a2" + "5c461cce-0e37-4e8f-97fb-93b3844f808d" ], "x-ms-correlation-request-id": [ - "e1ee10f4-30ef-459e-abaf-105292a18cca" + "8c3d44e1-b267-461c-8f08-38c9adea7f6a" ], "x-ms-arm-service-request-id": [ - "08d4e983-030e-4ab6-87c5-ced703c61fcf" + "dba5c4d8-1e8d-498a-9104-e68c014819c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063108Z:e1ee10f4-30ef-459e-abaf-105292a18cca" + "EASTUS2:20211117T130550Z:8c3d44e1-b267-461c-8f08-38c9adea7f6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:07 GMT" - ], "Content-Length": [ "758" ], @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/publicIPAddresses/pip3261\",\r\n \"etag\": \"W/\\\"714d54d0-8621-422a-8005-b62436af2c55\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38569493-9a9c-4442-baee-881a482c816c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1172\",\r\n \"fqdn\": \"dn1172.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/publicIPAddresses/pip5642\",\r\n \"etag\": \"W/\\\"c78faf0e-f752-4c83-a37d-c484510de0cc\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d278c517-3da1-4b66-8b9d-ba874e7c88f4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6407\",\r\n \"fqdn\": \"dn6407.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/publicIPAddresses/pip3261?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMyNjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/publicIPAddresses/pip5642?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU2NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54b92825-953e-4494-a25c-6bd4a642d8ee" + "57d4a805-6f24-48ab-927c-5579063c8b3d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,40 +744,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"714d54d0-8621-422a-8005-b62436af2c55\"" + "W/\"c78faf0e-f752-4c83-a37d-c484510de0cc\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6f2067ed-4e7b-4a37-9727-5623fa930a96" + "1c85bd89-77c3-471f-a983-f3ed449fa433" ], "x-ms-correlation-request-id": [ - "afabc2da-5b59-410e-b642-a75fcf5cfe7e" + "5cb27be7-b5f1-486d-98f1-6c701f1be950" ], "x-ms-arm-service-request-id": [ - "df9787f8-4484-4b7f-8c99-7661bc2f2c0f" + "cff3ee64-eadd-4428-88f2-3bf4fd505baf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063108Z:afabc2da-5b59-410e-b642-a75fcf5cfe7e" + "EASTUS2:20211117T130550Z:5cb27be7-b5f1-486d-98f1-6c701f1be950" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:07 GMT" - ], "Content-Length": [ "758" ], @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/publicIPAddresses/pip3261\",\r\n \"etag\": \"W/\\\"714d54d0-8621-422a-8005-b62436af2c55\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38569493-9a9c-4442-baee-881a482c816c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1172\",\r\n \"fqdn\": \"dn1172.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5642\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/publicIPAddresses/pip5642\",\r\n \"etag\": \"W/\\\"c78faf0e-f752-4c83-a37d-c484510de0cc\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d278c517-3da1-4b66-8b9d-ba874e7c88f4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6407\",\r\n \"fqdn\": \"dn6407.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEwNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8251\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1440\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da6e64c5-ee46-48c2-9900-0b465d3fdb59" + "d81cf0a7-f708-4480-8237-c9bcf7fc7278" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,46 +820,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "17480046-ff62-4396-80cb-00b97ed51b26" + "299a34f5-7a25-48e6-8c90-8b69bee7b583" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/17480046-ff62-4396-80cb-00b97ed51b26?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/299a34f5-7a25-48e6-8c90-8b69bee7b583?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ce42736f-242a-4efe-a7ed-3c38988c2443" + "0224fba8-111c-4dde-a57b-86436d735ec3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5dd97e81-575f-4fe0-b820-af4f34764f5b" + "773d1b7f-9cda-44f6-b90a-a3d38e5cbeed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063108Z:ce42736f-242a-4efe-a7ed-3c38988c2443" + "EASTUS2:20211117T130550Z:0224fba8-111c-4dde-a57b-86436d735ec3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:07 GMT" - ], "Content-Length": [ "1315" ], @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068\",\r\n \"etag\": \"W/\\\"cfae9c8c-894e-47c4-8428-9efe85c7f48e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"11e1a4f0-eb33-4055-9c6d-5d948ebbde73\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\",\r\n \"etag\": \"W/\\\"cfae9c8c-894e-47c4-8428-9efe85c7f48e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3576\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576\",\r\n \"etag\": \"W/\\\"9dbfacd2-46f4-489d-be87-5c96d2e1e0f0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9c7e84f1-e060-4166-84aa-9d1b54724722\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1440\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\",\r\n \"etag\": \"W/\\\"9dbfacd2-46f4-489d-be87-5c96d2e1e0f0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/17480046-ff62-4396-80cb-00b97ed51b26?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzE3NDgwMDQ2LWZmNjItNDM5Ni04MGNiLTAwYjk3ZWQ1MWIyNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/299a34f5-7a25-48e6-8c90-8b69bee7b583?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI5OWEzNGY1LTdhMjUtNDhlNi04YzkwLThiNjliZWU3YjU4Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "817cfc8e-c32c-4728-8f54-de59ca7c8d8c" + "833c2f91-4bf7-49c8-bdc1-e2550c143760" ], "x-ms-correlation-request-id": [ - "c1c3bdb5-a9a1-4e0c-a0e7-8ab907956ba1" + "d4dcc5e2-89ab-498b-bb91-a2073e17c5c4" ], "x-ms-arm-service-request-id": [ - "366ccb0a-cfcf-4c28-951c-0dab12ab9855" + "c4bb905c-c887-4eea-aa6e-9bf34222603a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063111Z:c1c3bdb5-a9a1-4e0c-a0e7-8ab907956ba1" + "EASTUS2:20211117T130553Z:d4dcc5e2-89ab-498b-bb91-a2073e17c5c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:10 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEwNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,40 +951,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"48079a69-331a-4fc6-a3f7-af64481d0ec0\"" + "W/\"695de8a5-01c6-4c5d-b9cb-096eac6b6265\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eba9f675-b3cd-4b25-a736-7607110ff56e" + "09663a59-8894-4ec2-9c06-bed4e4585dd7" ], "x-ms-correlation-request-id": [ - "bf25dba0-383f-4c8b-a552-d919680c6dba" + "97895673-24de-46b4-9ae6-3e6b4d9a373c" ], "x-ms-arm-service-request-id": [ - "af302998-384a-4b1d-824c-b762aa68df34" + "c07720a0-34bb-47f2-a1fb-8e2fd163b317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063111Z:bf25dba0-383f-4c8b-a552-d919680c6dba" + "EASTUS2:20211117T130553Z:97895673-24de-46b4-9ae6-3e6b4d9a373c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:10 GMT" - ], "Content-Length": [ "1317" ], @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068\",\r\n \"etag\": \"W/\\\"48079a69-331a-4fc6-a3f7-af64481d0ec0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"11e1a4f0-eb33-4055-9c6d-5d948ebbde73\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\",\r\n \"etag\": \"W/\\\"48079a69-331a-4fc6-a3f7-af64481d0ec0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3576\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576\",\r\n \"etag\": \"W/\\\"695de8a5-01c6-4c5d-b9cb-096eac6b6265\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9c7e84f1-e060-4166-84aa-9d1b54724722\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1440\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\",\r\n \"etag\": \"W/\\\"695de8a5-01c6-4c5d-b9cb-096eac6b6265\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEwNjgvc3VibmV0cy9zbjgyNTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM1NzYvc3VibmV0cy9zbjE0NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f61fa474-50af-4314-adaf-dee46d397141" + "0a3ce677-43dd-432a-9ae6-148875a0fe38" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,40 +1021,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"48079a69-331a-4fc6-a3f7-af64481d0ec0\"" + "W/\"695de8a5-01c6-4c5d-b9cb-096eac6b6265\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2d749c6d-b5e8-4252-a555-6dbd42a8ee4f" + "ed618357-646b-48fc-9106-7436ba23298f" ], "x-ms-correlation-request-id": [ - "a013bbc9-971d-4877-af0b-447b0a13df4d" + "98e4dbeb-b3d6-4caf-a8dd-3bf6c47701a0" ], "x-ms-arm-service-request-id": [ - "aa1a3d94-322c-49dd-a18d-70195e7b1791" + "68ed4ec5-bc0e-46fa-9226-949f13cfd04f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063111Z:a013bbc9-971d-4877-af0b-447b0a13df4d" + "EASTUS2:20211117T130553Z:98e4dbeb-b3d6-4caf-a8dd-3bf6c47701a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:10 GMT" - ], "Content-Length": [ "523" ], @@ -1065,25 +1065,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\",\r\n \"etag\": \"W/\\\"48079a69-331a-4fc6-a3f7-af64481d0ec0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1440\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\",\r\n \"etag\": \"W/\\\"695de8a5-01c6-4c5d-b9cb-096eac6b6265\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzExNTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8251\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\r\n }\r\n },\r\n \"name\": \"ip3046\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1440\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\r\n }\r\n },\r\n \"name\": \"ip9117\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eeedd775-0504-4b5a-b503-57ac88b73124" + "9f70ae9c-8580-4067-885b-5f4f3a1b9719" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1097,43 +1097,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4104c425-2e2c-4f5d-9c5c-9c210f35d086" + "56fd34a3-1bc4-4a5a-b6c9-243b39973a18" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4104c425-2e2c-4f5d-9c5c-9c210f35d086?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/56fd34a3-1bc4-4a5a-b6c9-243b39973a18?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "185188f6-04f6-4850-8f77-8e78bccd8605" + "990c2666-d82f-4b75-986b-d58247a710ed" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c6ea3975-2af1-4fea-947b-0c32d57dcd99" + "46d0d5a1-6639-4c02-8773-44d0fc3866f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063112Z:185188f6-04f6-4850-8f77-8e78bccd8605" + "EASTUS2:20211117T130554Z:990c2666-d82f-4b75-986b-d58247a710ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:11 GMT" - ], "Content-Length": [ "1625" ], @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1151\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151\",\r\n \"etag\": \"W/\\\"46a03c8e-0db4-446d-84f2-25e4dd01d812\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"de06d823-509a-4dbb-8719-db447a436bf3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151/ipConfigurations/ip3046\",\r\n \"etag\": \"W/\\\"46a03c8e-0db4-446d-84f2-25e4dd01d812\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\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\": \"4csocejt3nkubhdnlwki3o44od.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908\",\r\n \"etag\": \"W/\\\"050d131a-2ebc-4d14-9855-d77c9b1ee608\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c94ee829-3c4b-4a73-8a35-67eaae4a8974\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908/ipConfigurations/ip9117\",\r\n \"etag\": \"W/\\\"050d131a-2ebc-4d14-9855-d77c9b1ee608\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\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\": \"4gch3hda2btedbfktunvi2shec.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzExNTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,40 +1164,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"46a03c8e-0db4-446d-84f2-25e4dd01d812\"" + "W/\"050d131a-2ebc-4d14-9855-d77c9b1ee608\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0b265dff-b9ea-448e-a783-d858138496f2" + "c944b8ae-e03f-4dfb-99a5-b4e60b56eb0f" ], "x-ms-correlation-request-id": [ - "d7f78d60-df2b-4207-a2af-6322cce1f933" + "4c73f228-83c7-43c5-b66b-195d78dc89d2" ], "x-ms-arm-service-request-id": [ - "94e9691e-f92a-4911-a315-8525dda5fc5b" + "02425a6e-23b1-4bca-995e-bdc886a8c83b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063112Z:d7f78d60-df2b-4207-a2af-6322cce1f933" + "EASTUS2:20211117T130554Z:4c73f228-83c7-43c5-b66b-195d78dc89d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:11 GMT" - ], "Content-Length": [ "1625" ], @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1151\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151\",\r\n \"etag\": \"W/\\\"46a03c8e-0db4-446d-84f2-25e4dd01d812\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"de06d823-509a-4dbb-8719-db447a436bf3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151/ipConfigurations/ip3046\",\r\n \"etag\": \"W/\\\"46a03c8e-0db4-446d-84f2-25e4dd01d812\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\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\": \"4csocejt3nkubhdnlwki3o44od.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908\",\r\n \"etag\": \"W/\\\"050d131a-2ebc-4d14-9855-d77c9b1ee608\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c94ee829-3c4b-4a73-8a35-67eaae4a8974\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908/ipConfigurations/ip9117\",\r\n \"etag\": \"W/\\\"050d131a-2ebc-4d14-9855-d77c9b1ee608\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\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\": \"4gch3hda2btedbfktunvi2shec.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzExNTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI5MDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4affce52-b903-4dc1-bf08-d7d726c33103" + "fb83d766-7272-45e4-8b89-a84b6a3e4dab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,40 +1234,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"46a03c8e-0db4-446d-84f2-25e4dd01d812\"" + "W/\"050d131a-2ebc-4d14-9855-d77c9b1ee608\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "306a6183-9ec9-4e14-b6e3-dc80f209cbae" + "22bf2e1f-9784-44d2-a78a-4b035e42ade8" ], "x-ms-correlation-request-id": [ - "a4514e91-ffdf-4767-a9c7-0b986dbec939" + "0677f201-4e39-4ff3-8026-9c67c883f449" ], "x-ms-arm-service-request-id": [ - "10e88958-cfc0-4db1-ab7b-effad8796777" + "b00927dc-02b1-401f-a831-2844656ebb46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063112Z:a4514e91-ffdf-4767-a9c7-0b986dbec939" + "EASTUS2:20211117T130554Z:0677f201-4e39-4ff3-8026-9c67c883f449" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:11 GMT" - ], "Content-Length": [ "1625" ], @@ -1278,26 +1278,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1151\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151\",\r\n \"etag\": \"W/\\\"46a03c8e-0db4-446d-84f2-25e4dd01d812\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"de06d823-509a-4dbb-8719-db447a436bf3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3046\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/networkInterfaces/nic1151/ipConfigurations/ip3046\",\r\n \"etag\": \"W/\\\"46a03c8e-0db4-446d-84f2-25e4dd01d812\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\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\": \"4csocejt3nkubhdnlwki3o44od.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2908\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908\",\r\n \"etag\": \"W/\\\"050d131a-2ebc-4d14-9855-d77c9b1ee608\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c94ee829-3c4b-4a73-8a35-67eaae4a8974\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/networkInterfaces/nic2908/ipConfigurations/ip9117\",\r\n \"etag\": \"W/\\\"050d131a-2ebc-4d14-9855-d77c9b1ee608\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\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\": \"4gch3hda2btedbfktunvi2shec.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTM2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5279\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig322\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8427\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig694\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "195b44b7-cb1b-4a05-8c81-92553dbc7aa2" + "4133c629-9262-4074-a9d5-4fe656a99153" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1310,20 +1310,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:05:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0040069-d64c-456d-92a2-24f2144ed8bd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "4" @@ -1332,27 +1339,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa10c55d-b234-4653-9f5a-7fbb1c284556" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a0040069-d64c-456d-92a2-24f2144ed8bd" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "327c05df-9d49-4007-945e-9ad6b6b98037" + "20978ab8-0ac9-4e4f-9881-58bdfcfa92ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063114Z:327c05df-9d49-4007-945e-9ad6b6b98037" + "EASTUS2:20211117T130555Z:20978ab8-0ac9-4e4f-9881-58bdfcfa92ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:14 GMT" - ], "Content-Length": [ "3579" ], @@ -1363,60 +1363,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5279\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig322\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2728f2bc-6b58-41fd-8789-18c6317259b0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6936\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8427\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig694\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4550a522-a816-4b9a-b0aa-4e4452184038\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhMTBjNTVkLWIyMzQtNDY1My05ZjVhLTdmYmIxYzI4NDU1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0040069-d64c-456d-92a2-24f2144ed8bd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwMDQwMDY5LWQ2NGMtNDU2ZC05MmEyLTI0ZjIxNDRlZDhiZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:06:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32193222-ce6d-4e29-b48f-2fe7773a11ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "18d5580e-df21-4215-bd58-772542648afe" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "283ccd4c-e1ed-43ca-a442-a728894e192a" + "1c42b5fd-33cd-4771-823e-9eafe2b58caf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063124Z:283ccd4c-e1ed-43ca-a442-a728894e192a" + "EASTUS2:20211117T130605Z:1c42b5fd-33cd-4771-823e-9eafe2b58caf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:31:24 GMT" - ], "Content-Length": [ "134" ], @@ -1427,57 +1427,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:31:13.8765335+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa10c55d-b234-4653-9f5a-7fbb1c284556\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:05:54.8837976+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a0040069-d64c-456d-92a2-24f2144ed8bd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhMTBjNTVkLWIyMzQtNDY1My05ZjVhLTdmYmIxYzI4NDU1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0040069-d64c-456d-92a2-24f2144ed8bd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwMDQwMDY5LWQ2NGMtNDU2ZC05MmEyLTI0ZjIxNDRlZDhiZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:07:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "90f61a01-dabf-40b9-adf7-ef3666add9dc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1c58cac1-c7e7-4225-b963-f4a1729ca5ac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "2a3d3083-8047-4613-9a00-1a4931490d82" + "33b3e098-6c1d-4b2a-bc55-50ac0b634daa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063301Z:2a3d3083-8047-4613-9a00-1a4931490d82" + "EASTUS2:20211117T130742Z:33b3e098-6c1d-4b2a-bc55-50ac0b634daa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:33:01 GMT" - ], "Content-Length": [ "134" ], @@ -1488,57 +1488,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:31:13.8765335+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa10c55d-b234-4653-9f5a-7fbb1c284556\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:05:54.8837976+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a0040069-d64c-456d-92a2-24f2144ed8bd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhMTBjNTVkLWIyMzQtNDY1My05ZjVhLTdmYmIxYzI4NDU1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0040069-d64c-456d-92a2-24f2144ed8bd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwMDQwMDY5LWQ2NGMtNDU2ZC05MmEyLTI0ZjIxNDRlZDhiZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:09:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "25c929a0-f4f0-4e51-8f61-624bcbc003f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "835a73f7-423a-4139-887f-f523f9c200ef" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-correlation-request-id": [ - "6729bc2f-92b7-431a-8e6c-627b931645d8" + "e6e825a5-5013-493f-b869-cae1373500f4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063438Z:6729bc2f-92b7-431a-8e6c-627b931645d8" + "EASTUS2:20211117T130919Z:e6e825a5-5013-493f-b869-cae1373500f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:34:38 GMT" - ], "Content-Length": [ "134" ], @@ -1549,118 +1549,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:31:13.8765335+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa10c55d-b234-4653-9f5a-7fbb1c284556\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:05:54.8837976+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a0040069-d64c-456d-92a2-24f2144ed8bd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhMTBjNTVkLWIyMzQtNDY1My05ZjVhLTdmYmIxYzI4NDU1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0040069-d64c-456d-92a2-24f2144ed8bd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwMDQwMDY5LWQ2NGMtNDU2ZC05MmEyLTI0ZjIxNDRlZDhiZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:10:56 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29963" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "60b92533-1839-4a30-a316-f4add472a5ce" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "01746541-51dd-44fd-965e-44ca9e8da3ff" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T063615Z:01746541-51dd-44fd-965e-44ca9e8da3ff" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:36:15 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:31:13.8765335+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa10c55d-b234-4653-9f5a-7fbb1c284556\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhMTBjNTVkLWIyMzQtNDY1My05ZjVhLTdmYmIxYzI4NDU1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6bc1fe55-f765-4071-bbf5-377667f56e14" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbe54f0c-7619-4050-ac0c-e96ad9f32e89" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "b4619ecb-d6b8-4e32-8d3b-415f92296700" + "5b5412ee-0f82-4406-8347-2d6eb220eba9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063752Z:b4619ecb-d6b8-4e32-8d3b-415f92296700" + "EASTUS2:20211117T131056Z:5b5412ee-0f82-4406-8347-2d6eb220eba9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:37:52 GMT" - ], "Content-Length": [ "134" ], @@ -1671,57 +1610,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:31:13.8765335+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa10c55d-b234-4653-9f5a-7fbb1c284556\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:05:54.8837976+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a0040069-d64c-456d-92a2-24f2144ed8bd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhMTBjNTVkLWIyMzQtNDY1My05ZjVhLTdmYmIxYzI4NDU1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0040069-d64c-456d-92a2-24f2144ed8bd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwMDQwMDY5LWQ2NGMtNDU2ZC05MmEyLTI0ZjIxNDRlZDhiZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:12:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f51713cd-e479-4da6-8536-4be33085964f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "37a62356-5f7e-4483-810a-6f1ed9f25fe7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "a82c64cc-35c9-4910-9858-43766dece876" + "4f6a4133-a7b8-42eb-aaac-b3d7a233991e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T063930Z:a82c64cc-35c9-4910-9858-43766dece876" + "EASTUS2:20211117T131234Z:4f6a4133-a7b8-42eb-aaac-b3d7a233991e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:39:29 GMT" - ], "Content-Length": [ "134" ], @@ -1732,57 +1671,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:31:13.8765335+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa10c55d-b234-4653-9f5a-7fbb1c284556\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:05:54.8837976+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a0040069-d64c-456d-92a2-24f2144ed8bd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa10c55d-b234-4653-9f5a-7fbb1c284556?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhMTBjNTVkLWIyMzQtNDY1My05ZjVhLTdmYmIxYzI4NDU1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0040069-d64c-456d-92a2-24f2144ed8bd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwMDQwMDY5LWQ2NGMtNDU2ZC05MmEyLTI0ZjIxNDRlZDhiZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77397048-4373-454e-8da4-26fdb844abac" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5c803371-0e7c-46e2-a6dd-160f8a9db910" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "7ebae048-18b1-4c8d-b3f3-e61625284417" + "5e498f0e-2dad-436f-ad4f-c315ada278c5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064107Z:7ebae048-18b1-4c8d-b3f3-e61625284417" + "EASTUS2:20211117T131411Z:5e498f0e-2dad-436f-ad4f-c315ada278c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:06 GMT" - ], "Content-Length": [ "183" ], @@ -1793,57 +1732,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:31:13.8765335+00:00\",\r\n \"endTime\": \"2021-06-29T06:40:29.097414+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fa10c55d-b234-4653-9f5a-7fbb1c284556\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:05:54.8837976+00:00\",\r\n \"endTime\": \"2021-11-17T13:13:44.257496+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a0040069-d64c-456d-92a2-24f2144ed8bd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTM2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2582" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2586" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "46fd9344-94d9-400f-8321-eba3697b4b38" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fd8cfaf4-ba09-4caf-bbe3-7ffc0695a208" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "75b55def-0394-42c6-8102-624afbb64aeb" + "f35c8ff7-cc7b-4521-8c70-3fa811282fbb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064107Z:75b55def-0394-42c6-8102-624afbb64aeb" + "EASTUS2:20211117T131411Z:f35c8ff7-cc7b-4521-8c70-3fa811282fbb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:06 GMT" - ], "Content-Length": [ "3580" ], @@ -1854,63 +1793,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5279\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig322\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2728f2bc-6b58-41fd-8789-18c6317259b0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6936\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8427\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig694\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4550a522-a816-4b9a-b0aa-4e4452184038\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTM2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "310dab56-e4aa-4967-b269-cd5c6bdc420f" + "d6bd8e93-c902-42a5-8965-3df5e7b480cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2581" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "43fb12e5-2508-42d6-9941-7d80409cacdf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "96a1777b-ad06-4cfe-b66f-8c332a47c743" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "b55a956d-942f-4760-b157-8da7e870293d" + "49617064-3e96-4dfd-8b1c-f184e7b6933a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064107Z:b55a956d-942f-4760-b157-8da7e870293d" + "EASTUS2:20211117T131411Z:49617064-3e96-4dfd-8b1c-f184e7b6933a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:06 GMT" - ], "Content-Length": [ "3580" ], @@ -1921,65 +1860,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5279\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig322\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2728f2bc-6b58-41fd-8789-18c6317259b0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6936\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8427\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig694\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4550a522-a816-4b9a-b0aa-4e4452184038\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQwL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTM2L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37795bd1-1b9e-4a56-ab97-8a6c9f7399a5" + "60b810fb-c14d-4e29-9494-66fadea90c82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;893" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "794f97b9-64cd-4d08-8241-37602f931c63" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d471bc83-d997-4d95-bef4-5a19222f1930" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "dc910069-72a0-49a2-91e5-1d3d4e14f62e" + "04731e50-3236-444a-83c8-3d48f30aaed5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064107Z:dc910069-72a0-49a2-91e5-1d3d4e14f62e" + "EASTUS2:20211117T131411Z:04731e50-3236-444a-83c8-3d48f30aaed5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:06 GMT" - ], "Content-Length": [ - "822" + "1096" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1988,63 +1927,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T06:41:00.5194468+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T13:13:44.2262438+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c82ce8d-f32b-4970-a490-1469c2385b53" + "5ed94510-3e30-40dd-88a8-e3c00f64fe10" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07254070-38ea-4f66-8806-1c580b93ecf5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ed045430-fd14-4397-99f4-2477362e36a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "f5333559-d748-4843-868b-b528858c0eef" + "279167f7-e8f1-4262-93cb-76221281fff8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064107Z:f5333559-d748-4843-868b-b528858c0eef" + "EASTUS2:20211117T131411Z:279167f7-e8f1-4262-93cb-76221281fff8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:06 GMT" - ], "Content-Length": [ "4009" ], @@ -2055,65 +1994,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss2740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5279\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig322\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Network/virtualNetworks/vn1068/subnets/sn8251\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2728f2bc-6b58-41fd-8789-18c6317259b0\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6936\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8427\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig694\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Network/virtualNetworks/vn3576/subnets/sn1440\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"scheduledEventsProfile\": {\r\n \"terminateNotificationProfile\": {\r\n \"notBeforeTimeout\": \"PT6M\",\r\n \"enable\": true\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4550a522-a816-4b9a-b0aa-4e4452184038\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQwL3NrdXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTM2L3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9af4a90d-cadb-4ae7-82a9-8290372645f0" + "6b05ee77-1e5c-45a0-bb10-c9aa3b0f5274" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2580" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "82b7631f-6be9-48bc-9f75-36776a89853b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "08c6c9a5-44f0-4d84-8ac9-fb2b7fc8c6a7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "de3f3cd0-984d-4f6b-9f31-dbb8206ac934" + "a42161b2-1a7f-4bf1-aa80-6f21f8d4e449" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064107Z:de3f3cd0-984d-4f6b-9f31-dbb8206ac934" + "EASTUS2:20211117T131411Z:a42161b2-1a7f-4bf1-aa80-6f21f8d4e449" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:07 GMT" - ], "Content-Length": [ - "11264" + "86448" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2122,139 +2061,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8656/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2740?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MyNzQwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6453/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6936?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY0NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2OTM2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19d8492b-2879-468f-b28e-85543a23032d" + "97dcb8bb-f128-4f15-bcdd-78a520cbfa02" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "2" + "4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b264f1f0-cdf2-4d64-a154-f88a34d8bf01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "90e777f2-b295-458a-b68c-68066bc219cd" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "47f45cd7-bd86-4185-b3b5-360b83f2a8c3" + "11000239-506c-4013-86e6-f86eb0e83f31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064107Z:47f45cd7-bd86-4185-b3b5-360b83f2a8c3" + "EASTUS2:20211117T131411Z:11000239-506c-4013-86e6-f86eb0e83f31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IyNjRmMWYwLWNkZjItNGQ2NC1hMTU0LWY4OGEzNGQ4YmYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c94f03a5-da1a-4c04-acc8-d028885fad71" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4dfb10c8-ee1b-4734-9855-09616de6c9f5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "cbfd4493-29c4-48cd-8c84-4c7f0878308a" + "31ff1980-1c5d-497c-b50e-f0e0d90d6635" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064117Z:cbfd4493-29c4-48cd-8c84-4c7f0878308a" + "EASTUS2:20211117T131421Z:31ff1980-1c5d-497c-b50e-f0e0d90d6635" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:16 GMT" - ], "Content-Length": [ "134" ], @@ -2265,57 +2204,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:41:07.3007192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b264f1f0-cdf2-4d64-a154-f88a34d8bf01\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IyNjRmMWYwLWNkZjItNGQ2NC1hMTU0LWY4OGEzNGQ4YmYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a6a8c25-1f30-457d-806b-f3514196724a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "39f5ba64-0265-4e49-a575-7debe6ed43ba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "d702eb46-0ee7-4ad8-85a6-25f7cca5826c" + "16ff853a-b323-4b56-adb7-e106db68c149" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064128Z:d702eb46-0ee7-4ad8-85a6-25f7cca5826c" + "EASTUS2:20211117T131432Z:16ff853a-b323-4b56-adb7-e106db68c149" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:27 GMT" - ], "Content-Length": [ "134" ], @@ -2326,57 +2265,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:41:07.3007192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b264f1f0-cdf2-4d64-a154-f88a34d8bf01\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IyNjRmMWYwLWNkZjItNGQ2NC1hMTU0LWY4OGEzNGQ4YmYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6919d3f-e53f-4a9f-b284-e82abbf0d567" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ec911de8-f9f6-4f4b-b26a-b489d310d931" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "6cbc0562-9316-468f-a182-629b6aabb21a" + "e237ef6c-2a46-4b57-bbb9-823db36e27ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064139Z:6cbc0562-9316-468f-a182-629b6aabb21a" + "EASTUS2:20211117T131443Z:e237ef6c-2a46-4b57-bbb9-823db36e27ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:38 GMT" - ], "Content-Length": [ "134" ], @@ -2387,57 +2326,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:41:07.3007192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b264f1f0-cdf2-4d64-a154-f88a34d8bf01\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IyNjRmMWYwLWNkZjItNGQ2NC1hMTU0LWY4OGEzNGQ4YmYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:14:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9f1cb86b-ebf7-4fd1-b6ef-2fb71a9ceadb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e317f6f5-bb2f-49ea-933d-bfad00a371c9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "37842d83-66c5-487e-842e-877a7bd7e6c1" + "f86d14d2-3f55-4b0c-acfc-7f20f9a692c2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064150Z:37842d83-66c5-487e-842e-877a7bd7e6c1" + "EASTUS2:20211117T131454Z:f86d14d2-3f55-4b0c-acfc-7f20f9a692c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:41:49 GMT" - ], "Content-Length": [ "134" ], @@ -2448,59 +2387,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:41:07.3007192+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b264f1f0-cdf2-4d64-a154-f88a34d8bf01\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IyNjRmMWYwLWNkZjItNGQ2NC1hMTU0LWY4OGEzNGQ4YmYwMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:15:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9470169c-d4c3-4673-96d0-a01d440d9a8e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c7d8617f-e274-41e6-87e0-067e1fc59611" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "4192d066-d4a7-4d48-bf5d-e1381f77d7d0" + "2508c7c0-0bb0-4c34-8016-14c5a4f89883" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064201Z:4192d066-d4a7-4d48-bf5d-e1381f77d7d0" + "EASTUS2:20211117T131505Z:2508c7c0-0bb0-4c34-8016-14c5a4f89883" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:42:00 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2509,197 +2448,510 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:41:07.3007192+00:00\",\r\n \"endTime\": \"2021-06-29T06:41:56.2385385+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b264f1f0-cdf2-4d64-a154-f88a34d8bf01\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b264f1f0-cdf2-4d64-a154-f88a34d8bf01?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IyNjRmMWYwLWNkZjItNGQ2NC1hMTU0LWY4OGEzNGQ4YmYwMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:15:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab816b7d-f568-40e1-a841-4b72c12cd70d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d469e39b-f5b7-4859-9ab1-9b82fe3fe7dd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-correlation-request-id": [ - "a5ecac0e-c57e-4a2a-ab92-b5ea9141f80d" + "56ce369b-3d13-438b-8e85-66f0b0bd6aef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064201Z:a5ecac0e-c57e-4a2a-ab92-b5ea9141f80d" + "EASTUS2:20211117T131516Z:56ce369b-3d13-438b-8e85-66f0b0bd6aef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:42:00 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8656?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "ce25565e-afc9-46aa-a89a-d9d0e613c443" + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Accept-Language": [ - "en-US" + "Date": [ + "Wed, 17 Nov 2021 13:15:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29954" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a0fb5561-05ea-4fdd-a04f-d7cf03a64f88" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "bf17941a-cece-4e46-b72b-5cc262f67b70" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T131527Z:bf17941a-cece-4e46-b72b-5cc262f67b70" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:15:38 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29953" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "02bfaf1e-8e62-43a7-bf9b-c5f428b13676" + "b599d6f4-f66f-4821-aa26-52d031a1e4e0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "x-ms-correlation-request-id": [ - "02bfaf1e-8e62-43a7-bf9b-c5f428b13676" + "080475b4-4b92-4173-ad68-dd9537cf6d7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064201Z:02bfaf1e-8e62-43a7-bf9b-c5f428b13676" + "EASTUS2:20211117T131538Z:080475b4-4b92-4173-ad68-dd9537cf6d7e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 13:15:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "75c5b02c-e2e3-4cbf-b7b3-ee4489cfd2b0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "0d7c194c-04e8-4d5c-9f9f-37ae6cc97f57" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T131549Z:0d7c194c-04e8-4d5c-9f9f-37ae6cc97f57" + ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:42:01 GMT" + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 13:16:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29951" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "dd16c73f-b204-45d1-b9c2-9a22c45aae40" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "22342c0d-398a-4291-a27b-adc42530e0b4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T131600Z:22342c0d-398a-4291-a27b-adc42530e0b4" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ - "0" + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:16:11 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "15" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29950" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ec39798-e4c1-44a3-9ec1-f86112a75e97" + "7ff9170f-300d-45ec-8475-70afeaadb04f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "x-ms-correlation-request-id": [ - "2ec39798-e4c1-44a3-9ec1-f86112a75e97" + "f4ebf00e-6344-4b8c-b3a8-33b9e1c4b6bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064216Z:2ec39798-e4c1-44a3-9ec1-f86112a75e97" + "EASTUS2:20211117T131611Z:f4ebf00e-6344-4b8c-b3a8-33b9e1c4b6bb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 13:16:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "de16dc6b-85f5-440b-a42b-b06cb57ae5f1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "884bda65-f273-4249-9274-c318388ff48b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T131622Z:884bda65-f273-4249-9274-c318388ff48b" + ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:42:16 GMT" + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:14:11.5405045+00:00\",\r\n \"endTime\": \"2021-11-17T13:16:18.8142351+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"90e777f2-b295-458a-b68c-68066bc219cd\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90e777f2-b295-458a-b68c-68066bc219cd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwZTc3N2YyLWIyOTUtNDU4YS1iNjhjLTY4MDY2YmMyMTljZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 13:16:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3f968ccb-a7da-460d-9047-def72e2868a4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "1401573a-55ac-4782-9ac5-91738bc80a82" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T131623Z:1401573a-55ac-4782-9ac5-91738bc80a82" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6453?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY0NTM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "d7bf1cae-f218-4a69-8e42-3477a912d221" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2707,26 +2959,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:16:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "c658d9fd-4bbe-452c-9346-580f7411cae6" + "9daff15b-d9f6-4a37-abea-5e9dc7fee85f" ], "x-ms-correlation-request-id": [ - "c658d9fd-4bbe-452c-9346-580f7411cae6" + "9daff15b-d9f6-4a37-abea-5e9dc7fee85f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064231Z:c658d9fd-4bbe-452c-9346-580f7411cae6" + "EASTUS2:20211117T131623Z:9daff15b-d9f6-4a37-abea-5e9dc7fee85f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2734,29 +2989,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:42:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2764,26 +3016,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:16:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "b5d9775e-1a4f-4026-b08f-826e17fc4275" + "8efb22a7-6d4b-4628-a8a6-e6cd63e0e288" ], "x-ms-correlation-request-id": [ - "b5d9775e-1a4f-4026-b08f-826e17fc4275" + "8efb22a7-6d4b-4628-a8a6-e6cd63e0e288" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064246Z:b5d9775e-1a4f-4026-b08f-826e17fc4275" + "EASTUS2:20211117T131638Z:8efb22a7-6d4b-4628-a8a6-e6cd63e0e288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2791,29 +3046,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:42:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2821,26 +3073,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:16:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "4e207b10-01d3-4dbb-af14-9b2ac0459e0f" + "1cdb1f34-2843-4d9d-ac48-f568c7a041a0" ], "x-ms-correlation-request-id": [ - "4e207b10-01d3-4dbb-af14-9b2ac0459e0f" + "1cdb1f34-2843-4d9d-ac48-f568c7a041a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064301Z:4e207b10-01d3-4dbb-af14-9b2ac0459e0f" + "EASTUS2:20211117T131653Z:1cdb1f34-2843-4d9d-ac48-f568c7a041a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2848,29 +3103,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2878,26 +3130,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:17:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "f2dfaf2d-2f26-49ad-b78b-eb95047ab1c1" + "b7e3e2e5-0556-408e-b295-dbad49f34c37" ], "x-ms-correlation-request-id": [ - "f2dfaf2d-2f26-49ad-b78b-eb95047ab1c1" + "b7e3e2e5-0556-408e-b295-dbad49f34c37" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064316Z:f2dfaf2d-2f26-49ad-b78b-eb95047ab1c1" + "EASTUS2:20211117T131708Z:b7e3e2e5-0556-408e-b295-dbad49f34c37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2905,29 +3160,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2935,26 +3187,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:17:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "f50573c9-c7c4-4c30-8f46-a098a6eccad1" + "b47ce556-7a8f-4e67-a275-964a946a67ec" ], "x-ms-correlation-request-id": [ - "f50573c9-c7c4-4c30-8f46-a098a6eccad1" + "b47ce556-7a8f-4e67-a275-964a946a67ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064331Z:f50573c9-c7c4-4c30-8f46-a098a6eccad1" + "EASTUS2:20211117T131723Z:b47ce556-7a8f-4e67-a275-964a946a67ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2962,29 +3217,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2992,20 +3244,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:17:37 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "7554ff04-4aab-4fe8-8e13-d4af197755ff" + "bffb3b9b-466d-4e15-ab82-59cf1d00899c" ], "x-ms-correlation-request-id": [ - "7554ff04-4aab-4fe8-8e13-d4af197755ff" + "bffb3b9b-466d-4e15-ab82-59cf1d00899c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064346Z:7554ff04-4aab-4fe8-8e13-d4af197755ff" + "EASTUS2:20211117T131738Z:bffb3b9b-466d-4e15-ab82-59cf1d00899c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3013,29 +3268,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NjU2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpVMkxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NDUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTkRVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3043,20 +3295,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:17:37 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "eb33c7a5-44fa-4704-bc4e-00bc6f2f2fb1" + "1fc9c6d7-e8d5-4f46-aa26-d53e2b1c3902" ], "x-ms-correlation-request-id": [ - "eb33c7a5-44fa-4704-bc4e-00bc6f2f2fb1" + "1fc9c6d7-e8d5-4f46-aa26-d53e2b1c3902" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T064346Z:eb33c7a5-44fa-4704-bc4e-00bc6f2f2fb1" + "EASTUS2:20211117T131738Z:1fc9c6d7-e8d5-4f46-aa26-d53e2b1c3902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3064,14 +3319,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:43:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3080,27 +3332,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar8656", - "vmss2740", - "crptestar1105" + "crptestar6453", + "vmss6936", + "crptestar3672" ], "CreatePublicIP": [ - "pip3261", - "dn1172" + "pip5642", + "dn6407" ], "CreateVNET": [ - "vn1068", - "sn8251" + "vn3576", + "sn1440" ], "CreateNIC": [ - "nic1151", - "ip3046" + "nic2908", + "ip9117" ], "CreateDefaultVMScaleSetInput": [ - "crptestar6497", - "vmss9787", - "vmsstestnetconfig5279", - "vmsstestnetconfig322" + "crptestar8485", + "vmss7065", + "vmsstestnetconfig8427", + "vmsstestnetconfig694" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_SpotTryRestorePolicy.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_SpotTryRestorePolicy.json index 76b131f3ec536..28efcc84de3fa 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_SpotTryRestorePolicy.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_SpotTryRestorePolicy.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d945b12-b479-4406-8ee0-db34e77ace2a" + "4239c54e-f18c-4829-a4f7-ac0865c35d03" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:31:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "e91047d6-10df-436c-bd78-94e832a89049_132683095909531461" + "e91047d6-10df-436c-bd78-94e832a89049_132772652677024070" ], "x-ms-request-id": [ - "1ee4a479-c36f-4163-bc8c-ae8cbd978a04" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "00a80e70-1420-4bb5-a2f1-e4c1a27f4776" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e1913d9c-6a34-4f97-960a-7d5ec509dd18" + "3cf7a045-8dcb-4ce6-82a1-8b77d9c60fbe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042725Z:e1913d9c-6a34-4f97-960a-7d5ec509dd18" + "EASTUS2:20211117T143136Z:3cf7a045-8dcb-4ce6-82a1-8b77d9c60fbe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:24 GMT" - ], "Content-Length": [ "307" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8689?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2ODk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3447?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0NDc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8689\": \"2021-07-27 04:27:25Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3447\": \"2021-11-17 14:31:36Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1988147f-d54e-475c-9c6f-a962d2831e24" + "c908400c-2d01-4bd0-884b-23e3f7d96cce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:31:35 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "333ea3e9-8480-483e-aae0-931f2cd3e3f8" + "64766f9f-1f9f-4afd-8ac8-d733c52f5c8d" ], "x-ms-correlation-request-id": [ - "333ea3e9-8480-483e-aae0-931f2cd3e3f8" + "64766f9f-1f9f-4afd-8ac8-d733c52f5c8d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042725Z:333ea3e9-8480-483e-aae0-931f2cd3e3f8" + "EASTUS2:20211117T143136Z:64766f9f-1f9f-4afd-8ac8-d733c52f5c8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:25 GMT" - ], "Content-Length": [ "227" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689\",\r\n \"name\": \"crptestar8689\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar8689\": \"2021-07-27 04:27:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447\",\r\n \"name\": \"crptestar3447\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3447\": \"2021-11-17 14:31:36Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8689?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2ODk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3447?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0NDc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6d68c715-ec40-48d8-93be-3b5e527461f5" + "f560c362-f527-472b-8ef1-2336fb5ca975" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:06 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "f4dd51ad-4981-4dc4-910a-a7af2ac23a5c" + "31f15bb2-9b15-4461-b915-8eb53fff230d" ], "x-ms-correlation-request-id": [ - "f4dd51ad-4981-4dc4-910a-a7af2ac23a5c" + "31f15bb2-9b15-4461-b915-8eb53fff230d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042756Z:f4dd51ad-4981-4dc4-910a-a7af2ac23a5c" + "EASTUS2:20211117T143206Z:31f15bb2-9b15-4461-b915-8eb53fff230d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:55 GMT" - ], "Content-Length": [ "179" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689\",\r\n \"name\": \"crptestar8689\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447\",\r\n \"name\": \"crptestar3447\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Storage/storageAccounts/crptestar3954?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzOTU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Storage/storageAccounts/crptestar8787?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4Nzg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fad64cb4-9c2a-4eb6-8066-7cd871d6981f" + "0314292a-15ef-4c4a-9ee3-4a6f7d7299ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:31:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/572e5edf-3b87-4259-9c54-63530598284f?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/ba54a4c0-ec39-4532-ac78-757444293fb4?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "572e5edf-3b87-4259-9c54-63530598284f" + "ba54a4c0-ec39-4532-ac78-757444293fb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b7d17c0f-9ac8-49ba-80ba-7260b3bded12" + "0e2dccf2-1ebe-4fd1-bcc6-abfee4c18134" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042727Z:b7d17c0f-9ac8-49ba-80ba-7260b3bded12" + "EASTUS2:20211117T143139Z:0e2dccf2-1ebe-4fd1-bcc6-abfee4c18134" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:27 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/572e5edf-3b87-4259-9c54-63530598284f?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy81NzJlNWVkZi0zYjg3LTQyNTktOWM1NC02MzUzMDU5ODI4NGY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/ba54a4c0-ec39-4532-ac78-757444293fb4?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy9iYTU0YTRjMC1lYzM5LTQ1MzItYWM3OC03NTc0NDQyOTNmYjQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:31:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1853e33b-8fcf-4997-954b-c3723c9c12b7" + "48667491-7637-4ea3-bb48-a555a10e4640" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4493a707-0b44-4b87-9788-50abf4af46c1" + "277e9e97-8b01-4777-aca5-b290f827662c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042744Z:4493a707-0b44-4b87-9788-50abf4af46c1" + "EASTUS2:20211117T143156Z:277e9e97-8b01-4777-aca5-b290f827662c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:44 GMT" - ], "Content-Length": [ "88" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7038deac-9c69-4cae-93a5-3eca3c213ef1" + "0a96a81b-50ba-4a4b-a270-323f5d28a991" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "44b6a6f5-e0f7-4ce0-b594-c72ebfa4846b" + "6ccfbfdd-4e0e-4602-9e1b-ab946a19a669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "efd7f0f5-9db0-4893-b024-9b1250200992" + "3955a5d5-a9b6-40d8-843f-e5091c87562f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042755Z:efd7f0f5-9db0-4893-b024-9b1250200992" + "EASTUS2:20211117T143206Z:3955a5d5-a9b6-40d8-843f-e5091c87562f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:54 GMT" - ], "Content-Length": [ "736" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Storage/storageAccounts/crptestar3954\",\r\n \"name\": \"crptestar3954\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-27T04:27:26.3365584Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3954.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3954.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3954.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3954.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Storage/storageAccounts/crptestar8787\",\r\n \"name\": \"crptestar8787\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:31:37.4539355Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8787.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8787.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8787.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8787.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Storage/storageAccounts/crptestar3954?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIzOTU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Storage/storageAccounts/crptestar8787?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4Nzg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8e397a3-6e4a-46e9-8b32-f9c0edc902c8" + "62fa6115-e262-4dd0-b484-81dd1e030e53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "38e36606-c07d-48a4-ac57-4f5664d86346" + "83ef266d-43e5-4719-bada-6152d1e81981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "6b98356d-1586-4e78-b38d-2028bd204d85" + "bbab505d-9ed0-429f-ad81-cee61d8f7b2b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042755Z:6b98356d-1586-4e78-b38d-2028bd204d85" + "EASTUS2:20211117T143206Z:bbab505d-9ed0-429f-ad81-cee61d8f7b2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:54 GMT" - ], "Content-Length": [ "724" ], @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Storage/storageAccounts/crptestar3954\",\r\n \"name\": \"crptestar3954\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-27T04:27:26.3365584Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3954.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3954.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3954.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3954.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Storage/storageAccounts/crptestar8787\",\r\n \"name\": \"crptestar8787\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T14:31:37.4539355Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8787.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8787.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8787.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8787.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6057f6ba-992c-43e7-81bf-88eed3113b3a" + "808d6333-efa8-48ba-a577-89fe0fc19755" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:06 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "3f756e80-2221-4f90-b7ab-c07a6daf7a92" + "4cbe66e8-e264-44b9-b612-132b592a7504" ], "x-ms-correlation-request-id": [ - "3f756e80-2221-4f90-b7ab-c07a6daf7a92" + "4cbe66e8-e264-44b9-b612-132b592a7504" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042755Z:3f756e80-2221-4f90-b7ab-c07a6daf7a92" + "EASTUS2:20211117T143206Z:4cbe66e8-e264-44b9-b612-132b592a7504" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:54 GMT" - ], "Expires": [ "-1" ] @@ -515,76 +515,76 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip3444?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/publicIPAddresses/pip5177?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxNzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3698\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn769\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "79eb6088-a791-468a-a4de-9a680eeda523" + "a6f7f266-369c-41dc-894c-21f6a009e8cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "200" + "199" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:07 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f3c78629-a9ac-4806-a1b2-2bff1223b61f" + "debb806d-5353-418b-8239-3457d6c1ec52" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f3c78629-a9ac-4806-a1b2-2bff1223b61f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/debb806d-5353-418b-8239-3457d6c1ec52?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9c07a71b-eb40-4f77-8787-afb9fd569fb9" + "361dd5ab-55e4-47ff-b56c-eb3fa6216635" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c90f7785-4e32-4559-9892-e4f551f0e2a7" + "60057d4b-9d9b-4f4b-a9b2-85682a6d4ad5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042757Z:9c07a71b-eb40-4f77-8787-afb9fd569fb9" + "EASTUS2:20211117T143207Z:361dd5ab-55e4-47ff-b56c-eb3fa6216635" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:56 GMT" - ], "Content-Length": [ - "755" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3444\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip3444\",\r\n \"etag\": \"W/\\\"8514e62c-9e2e-4d86-badb-9acc1ee8bd01\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"59835c11-260f-4971-8239-54deb3ce9c1d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3698\",\r\n \"fqdn\": \"dn3698.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5177\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/publicIPAddresses/pip5177\",\r\n \"etag\": \"W/\\\"08c42c6f-535f-4548-a4d5-514b19ac3af0\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"021a0f9d-33a6-4734-bc9b-83eab1b11653\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn769\",\r\n \"fqdn\": \"dn769.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f3c78629-a9ac-4806-a1b2-2bff1223b61f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjNjNzg2MjktYTlhYy00ODA2LWExYjItMmJmZjEyMjNiNjFmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/debb806d-5353-418b-8239-3457d6c1ec52?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGViYjgwNmQtNTM1My00MThiLTgyMzktMzQ1N2Q2YzFlYzUyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c4e5419b-1d84-4844-b2f9-bf81bf3d0f6a" + "3ea33181-8f8e-4d3d-9f4e-9705ee8ac39f" ], "x-ms-correlation-request-id": [ - "98f16d28-c860-4785-ac61-9633127d7c5e" + "edcad3e6-1ba7-4e5c-844f-8a1900111536" ], "x-ms-arm-service-request-id": [ - "f673ccb8-3e69-49af-b8e6-3bad7469f194" + "89d867f0-9716-428c-adf9-4a7c43944535" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042758Z:98f16d28-c860-4785-ac61-9633127d7c5e" + "EASTUS2:20211117T143208Z:edcad3e6-1ba7-4e5c-844f-8a1900111536" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:57 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip3444?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/publicIPAddresses/pip5177?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxNzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6b3f91b6-ea41-4ab6-91e7-5e9a64fe4ec3\"" + "W/\"3720e0a4-9285-4b3b-84a9-91fe89f26912\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6f4703a7-f07a-4ab8-aa16-fa4d7ec219e9" + "09780553-b202-42a3-b7f9-f261ea7ffc79" ], "x-ms-correlation-request-id": [ - "3d2bf1fd-b1b6-4fda-b1f3-27391b6708c4" + "478763e4-dc10-4834-998d-5a00a28034c3" ], "x-ms-arm-service-request-id": [ - "8de974a8-f8d6-4733-9ba5-b99c0cd5d9d9" + "c1886a42-ff35-4ccc-a224-2757c251280a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042758Z:3d2bf1fd-b1b6-4fda-b1f3-27391b6708c4" + "EASTUS2:20211117T143209Z:478763e4-dc10-4834-998d-5a00a28034c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:57 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3444\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip3444\",\r\n \"etag\": \"W/\\\"6b3f91b6-ea41-4ab6-91e7-5e9a64fe4ec3\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"59835c11-260f-4971-8239-54deb3ce9c1d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3698\",\r\n \"fqdn\": \"dn3698.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5177\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/publicIPAddresses/pip5177\",\r\n \"etag\": \"W/\\\"3720e0a4-9285-4b3b-84a9-91fe89f26912\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"021a0f9d-33a6-4734-bc9b-83eab1b11653\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn769\",\r\n \"fqdn\": \"dn769.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip3444?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0NDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/publicIPAddresses/pip5177?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUxNzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa649dd4-74b5-4c97-9c6a-d3d8ce053398" + "9b9c45c7-5eac-4c9b-b6e4-22399975db20" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6b3f91b6-ea41-4ab6-91e7-5e9a64fe4ec3\"" + "W/\"3720e0a4-9285-4b3b-84a9-91fe89f26912\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b8075a40-568e-4a8e-b764-aeb34a9da898" + "1946fc4f-04eb-4d2d-a427-34a27f148fca" ], "x-ms-correlation-request-id": [ - "73357a12-0a02-4a3d-806b-45280779c2dc" + "41e34753-0fe5-479a-99b7-aa9ee98ffc11" ], "x-ms-arm-service-request-id": [ - "52d05f7b-505d-4609-a6e7-504b159750a1" + "39f1cc8b-b511-4bb1-aada-fe4b9c153f08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042758Z:73357a12-0a02-4a3d-806b-45280779c2dc" + "EASTUS2:20211117T143209Z:41e34753-0fe5-479a-99b7-aa9ee98ffc11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:57 GMT" - ], "Content-Length": [ - "756" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,80 +788,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3444\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip3444\",\r\n \"etag\": \"W/\\\"6b3f91b6-ea41-4ab6-91e7-5e9a64fe4ec3\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"59835c11-260f-4971-8239-54deb3ce9c1d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3698\",\r\n \"fqdn\": \"dn3698.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5177\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/publicIPAddresses/pip5177\",\r\n \"etag\": \"W/\\\"3720e0a4-9285-4b3b-84a9-91fe89f26912\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"021a0f9d-33a6-4734-bc9b-83eab1b11653\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn769\",\r\n \"fqdn\": \"dn769.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU2Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4Njg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5384\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn547\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9bde111-71d0-44ce-8ee4-2794603821c8" + "d72df50e-c528-433d-8b6e-6d5454d80f98" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "395" + "394" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:08 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f456423c-461c-4ee2-81eb-1e5b6d5cbb12" + "d66136dd-3523-413c-9e07-c6b9bc8d3810" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f456423c-461c-4ee2-81eb-1e5b6d5cbb12?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/d66136dd-3523-413c-9e07-c6b9bc8d3810?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "faffa629-90d6-4145-8e0f-038c8b80c02c" + "dc15637d-6717-4fa8-84b9-5c8cc09730bf" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "fa4993e8-208f-40ca-9b43-9a04d10ad4d7" + "b16744a1-5b78-4f97-b642-d176974258eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042759Z:faffa629-90d6-4145-8e0f-038c8b80c02c" + "EASTUS2:20211117T143209Z:dc15637d-6717-4fa8-84b9-5c8cc09730bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:27:58 GMT" - ], "Content-Length": [ - "1314" + "1312" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5679\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679\",\r\n \"etag\": \"W/\\\"54d9be4c-f423-4db2-9887-25080b8186ff\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7ea50c84-874a-46b4-bb82-d4ec4b81a482\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5384\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\",\r\n \"etag\": \"W/\\\"54d9be4c-f423-4db2-9887-25080b8186ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7868\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868\",\r\n \"etag\": \"W/\\\"3b4b0b18-0624-4598-9d55-64a688cc30d0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"34a16ab2-ac7a-4153-9052-fb0c0c480c35\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\",\r\n \"etag\": \"W/\\\"3b4b0b18-0624-4598-9d55-64a688cc30d0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/f456423c-461c-4ee2-81eb-1e5b6d5cbb12?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjQ1NjQyM2MtNDYxYy00ZWUyLTgxZWItMWU1YjZkNWNiYjEyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/d66136dd-3523-413c-9e07-c6b9bc8d3810?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDY2MTM2ZGQtMzUyMy00MTNjLTllMDctYzZiOWJjOGQzODEwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "495fc4c8-5f70-4ecc-926d-3b407d06d2bd" + "3121c9be-37bf-421b-bfb1-8475eed54990" ], "x-ms-correlation-request-id": [ - "37d25b7e-eb10-403b-9c41-455b362c905a" + "6a86e3c9-bd6f-41ae-85aa-3ad736d8477a" ], "x-ms-arm-service-request-id": [ - "a79306d3-9492-4286-80dc-03e692dd7b71" + "1ee037c3-8029-4c6d-b07a-1632f39746f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042802Z:37d25b7e-eb10-403b-9c41-455b362c905a" + "EASTUS2:20211117T143212Z:6a86e3c9-bd6f-41ae-85aa-3ad736d8477a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:01 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU2Nzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4Njg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cff793e4-2c77-41b4-9119-2b3d76e5792d\"" + "W/\"6b137175-48e2-417e-9c00-227f7407dc60\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1b52f636-a4e9-4934-b82d-891bfab2d2ce" + "2516fbd3-fa5a-4468-96dd-9dde4e45e520" ], "x-ms-correlation-request-id": [ - "14d7d7c5-de31-4d99-a1a8-427b91fe7efd" + "8fbe5f22-6d16-4ee4-b4b9-4a81122ca78b" ], "x-ms-arm-service-request-id": [ - "8c51571e-f0c0-49b5-8d7b-5cb66d3bc579" + "de945b03-1f9e-49c9-b4a9-5f9074fcbab9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11985" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042802Z:14d7d7c5-de31-4d99-a1a8-427b91fe7efd" + "EASTUS2:20211117T143212Z:8fbe5f22-6d16-4ee4-b4b9-4a81122ca78b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:01 GMT" - ], "Content-Length": [ - "1316" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5679\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679\",\r\n \"etag\": \"W/\\\"cff793e4-2c77-41b4-9119-2b3d76e5792d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7ea50c84-874a-46b4-bb82-d4ec4b81a482\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5384\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\",\r\n \"etag\": \"W/\\\"cff793e4-2c77-41b4-9119-2b3d76e5792d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7868\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868\",\r\n \"etag\": \"W/\\\"6b137175-48e2-417e-9c00-227f7407dc60\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"34a16ab2-ac7a-4153-9052-fb0c0c480c35\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\",\r\n \"etag\": \"W/\\\"6b137175-48e2-417e-9c00-227f7407dc60\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU2Nzkvc3VibmV0cy9zbjUzODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4Njgvc3VibmV0cy9zbjU0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4505947c-072c-470d-b821-f221017177b1" + "77c4e9d4-9d1d-441c-8588-01587b7b8d2a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cff793e4-2c77-41b4-9119-2b3d76e5792d\"" + "W/\"6b137175-48e2-417e-9c00-227f7407dc60\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bfb9b787-aa36-45a7-8ee8-ddd5d034848d" + "4ec424aa-00f0-4c1b-a3af-d1dbd027d018" ], "x-ms-correlation-request-id": [ - "7f77eb5e-a447-49a4-ad95-eab612deb5ad" + "9f4d3a11-b6fd-4b9f-b323-5fabaf46b320" ], "x-ms-arm-service-request-id": [ - "683c7d15-6e29-4831-98bc-1f8bc2210e04" + "fc3236d1-258a-49d7-9887-a455b1a4dfdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11984" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042802Z:7f77eb5e-a447-49a4-ad95-eab612deb5ad" + "EASTUS2:20211117T143212Z:9f4d3a11-b6fd-4b9f-b323-5fabaf46b320" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:01 GMT" - ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5384\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\",\r\n \"etag\": \"W/\\\"cff793e4-2c77-41b4-9119-2b3d76e5792d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\",\r\n \"etag\": \"W/\\\"6b137175-48e2-417e-9c00-227f7407dc60\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5384\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\r\n }\r\n },\r\n \"name\": \"ip4473\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn547\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\r\n }\r\n },\r\n \"name\": \"ip3094\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e083e18-a9f5-4117-8b51-cc0cda305962" + "5ed89be2-9a2f-4f59-b2cb-6c04cfe4876b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "741" + "739" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3b225367-3b2f-42b6-8c57-618c4d5bc583" + "33eb34c9-b665-4fb8-bbbf-02d1742ff522" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/3b225367-3b2f-42b6-8c57-618c4d5bc583?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/33eb34c9-b665-4fb8-bbbf-02d1742ff522?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e5082b15-69e6-4bae-92f8-f17fe2276754" + "2c5bc5fc-da53-40f3-9cf0-f11c2be1f7be" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ea598bff-5ff1-4a77-b61d-5573b512c2ff" + "6591cae1-d1d3-45ca-a671-942e31cb368e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042803Z:e5082b15-69e6-4bae-92f8-f17fe2276754" + "EASTUS2:20211117T143213Z:2c5bc5fc-da53-40f3-9cf0-f11c2be1f7be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:02 GMT" - ], "Content-Length": [ - "1624" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1700\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700\",\r\n \"etag\": \"W/\\\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"27875e3a-e09b-4b7f-b010-fb44d66f33a8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700/ipConfigurations/ip4473\",\r\n \"etag\": \"W/\\\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\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\": \"qqgkk5skq40eno2c0twexaneqc.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5656\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656\",\r\n \"etag\": \"W/\\\"85154d78-b1fb-4f26-9649-82ecaa981fd7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5077f60d-c9e8-47a6-96ab-a27b2af5b0c0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3094\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656/ipConfigurations/ip3094\",\r\n \"etag\": \"W/\\\"85154d78-b1fb-4f26-9649-82ecaa981fd7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\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\": \"wjvkcnd0vrjudecs5mgaysamgf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\"" + "W/\"85154d78-b1fb-4f26-9649-82ecaa981fd7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c486c967-2c05-489a-a918-825cc71d179c" + "b5be11e5-8426-49a3-9210-cc8563cb89ed" ], "x-ms-correlation-request-id": [ - "476c937e-b46a-488b-8577-c992cd67ba47" + "1be6794a-c2ad-476c-9ad9-50b65ac78ce2" ], "x-ms-arm-service-request-id": [ - "dc699d90-c0dd-427a-a0f9-9804900ac33a" + "19935558-eef0-4c72-b2e9-b61119177431" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11983" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042803Z:476c937e-b46a-488b-8577-c992cd67ba47" + "EASTUS2:20211117T143213Z:1be6794a-c2ad-476c-9ad9-50b65ac78ce2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:02 GMT" - ], "Content-Length": [ - "1624" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1700\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700\",\r\n \"etag\": \"W/\\\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"27875e3a-e09b-4b7f-b010-fb44d66f33a8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700/ipConfigurations/ip4473\",\r\n \"etag\": \"W/\\\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\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\": \"qqgkk5skq40eno2c0twexaneqc.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5656\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656\",\r\n \"etag\": \"W/\\\"85154d78-b1fb-4f26-9649-82ecaa981fd7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5077f60d-c9e8-47a6-96ab-a27b2af5b0c0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3094\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656/ipConfigurations/ip3094\",\r\n \"etag\": \"W/\\\"85154d78-b1fb-4f26-9649-82ecaa981fd7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\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\": \"wjvkcnd0vrjudecs5mgaysamgf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3MDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU2NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "832c239b-ee48-4cc0-a07b-d5e51a00dbbd" + "407b0b18-91e6-4f58-ae5c-ee8346e89605" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\"" + "W/\"85154d78-b1fb-4f26-9649-82ecaa981fd7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "716a951b-d4af-4f16-a10e-3d213260cfeb" + "e1f3bef5-f376-4060-b568-e4498d7ea21d" ], "x-ms-correlation-request-id": [ - "9465aafa-b374-49e7-bbc6-d6c618ffe023" + "81ecbfff-124c-4b6b-8e6e-f62579f30d49" ], "x-ms-arm-service-request-id": [ - "e8424d2e-860c-4bb4-8188-d93be94ead1e" + "9a1604a1-f4f0-4dc5-92c9-c60215fa4598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042803Z:9465aafa-b374-49e7-bbc6-d6c618ffe023" + "EASTUS2:20211117T143213Z:81ecbfff-124c-4b6b-8e6e-f62579f30d49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:02 GMT" - ], "Content-Length": [ - "1624" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,46 +1278,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1700\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700\",\r\n \"etag\": \"W/\\\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"27875e3a-e09b-4b7f-b010-fb44d66f33a8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic1700/ipConfigurations/ip4473\",\r\n \"etag\": \"W/\\\"7109c7fa-e2b6-4d40-a943-a2ae620a34a4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\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\": \"qqgkk5skq40eno2c0twexaneqc.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5656\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656\",\r\n \"etag\": \"W/\\\"85154d78-b1fb-4f26-9649-82ecaa981fd7\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5077f60d-c9e8-47a6-96ab-a27b2af5b0c0\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3094\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/networkInterfaces/nic5656/ipConfigurations/ip3094\",\r\n \"etag\": \"W/\\\"85154d78-b1fb-4f26-9649-82ecaa981fd7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\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\": \"wjvkcnd0vrjudecs5mgaysamgf.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTc1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2619\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\"\r\n },\r\n \"overprovision\": true,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6083\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\"\r\n },\r\n \"overprovision\": true,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "907b90cb-fd48-41b0-9b40-26b70300504e" + "a8f56461-c1a1-4b1a-ab7b-d44f5fce3db7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1815" + "1814" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c90cb963-ea4f-4fb9-8332-cb4673586a5a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c90cb963-ea4f-4fb9-8332-cb4673586a5a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d1f072ac-5a75-4d24-82fd-f2f2c451fc2c" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "fe00c925-0c54-45dc-bb33-175b507cb47f" + "6b58a5c6-ec3a-43af-9da8-3858cf0222d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042804Z:fe00c925-0c54-45dc-bb33-175b507cb47f" + "EASTUS2:20211117T143214Z:6b58a5c6-ec3a-43af-9da8-3858cf0222d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:04 GMT" - ], "Content-Length": [ - "3673" + "3672" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,32 +1363,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2619\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2cc0e64-d18e-46f2-8822-2d15ef0615e2\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8248\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6083\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"1aa62935-f3b6-4b5e-a3c6-db6fcf3b2d30\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c90cb963-ea4f-4fb9-8332-cb4673586a5a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzkwY2I5NjMtZWE0Zi00ZmI5LTgzMzItY2I0NjczNTg2YTVhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:32:24 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1396,29 +1403,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7fb62fb9-75ff-4e1e-bb95-2276194dab32" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e318c8c8-129b-4362-ab91-0bf2b5dea632" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "ff5d6795-52df-480f-8f35-a37f74fabd3f" + "1a534627-bc97-4102-b768-310e0397dc9f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042814Z:ff5d6795-52df-480f-8f35-a37f74fabd3f" + "EASTUS2:20211117T143224Z:1a534627-bc97-4102-b768-310e0397dc9f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:28:14 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1427,29 +1427,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:28:03.9796705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c90cb963-ea4f-4fb9-8332-cb4673586a5a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c90cb963-ea4f-4fb9-8332-cb4673586a5a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzkwY2I5NjMtZWE0Zi00ZmI5LTgzMzItY2I0NjczNTg2YTVhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:34:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1457,29 +1464,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bebc28fc-be69-4da5-b3a5-577b92bff19b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4590d536-b262-4bad-980c-66015f5cde94" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "f016d994-890d-41ab-86df-7974c50da7bf" + "e93251a2-b8a5-4518-896c-f75cc1ad9889" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T042951Z:f016d994-890d-41ab-86df-7974c50da7bf" + "EASTUS2:20211117T143402Z:e93251a2-b8a5-4518-896c-f75cc1ad9889" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:29:51 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,29 +1488,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:28:03.9796705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c90cb963-ea4f-4fb9-8332-cb4673586a5a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c90cb963-ea4f-4fb9-8332-cb4673586a5a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzkwY2I5NjMtZWE0Zi00ZmI5LTgzMzItY2I0NjczNTg2YTVhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:35:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1518,29 +1525,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4ecca9bf-23f4-41fe-bc50-a14f8c081ed0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "60d8888b-ad33-4680-95fb-68111ef7bf05" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "0773aa7a-90bf-4032-bbae-ad79aa547fab" + "707ed8c7-d0e6-4aff-83dc-1b973170ef17" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043128Z:0773aa7a-90bf-4032-bbae-ad79aa547fab" + "EASTUS2:20211117T143539Z:707ed8c7-d0e6-4aff-83dc-1b973170ef17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:31:28 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1549,29 +1549,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:28:03.9796705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c90cb963-ea4f-4fb9-8332-cb4673586a5a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c90cb963-ea4f-4fb9-8332-cb4673586a5a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzkwY2I5NjMtZWE0Zi00ZmI5LTgzMzItY2I0NjczNTg2YTVhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:37:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1579,29 +1586,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5fee6f8-baae-4c6a-b3d6-15b11b1a0b9c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba3f42ea-fbbf-4b8c-96a8-b75ced2a331c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "3463a527-e46d-45a6-9c75-6a764c87585b" + "34a81d21-4bd5-493f-aa74-3d886420f992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043305Z:3463a527-e46d-45a6-9c75-6a764c87585b" + "EASTUS2:20211117T143716Z:34a81d21-4bd5-493f-aa74-3d886420f992" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:33:05 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1610,29 +1610,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:28:03.9796705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c90cb963-ea4f-4fb9-8332-cb4673586a5a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c90cb963-ea4f-4fb9-8332-cb4673586a5a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzkwY2I5NjMtZWE0Zi00ZmI5LTgzMzItY2I0NjczNTg2YTVhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:38:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], @@ -1640,29 +1647,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a457cd17-6b73-4ef7-a29b-130d3148c1c7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9d0d4ca-504f-4713-8bff-04c3dd301376" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "99448091-27ee-458b-84de-1a948c7c721e" + "9006c423-8d32-4168-93fa-ed0a0b991120" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043443Z:99448091-27ee-458b-84de-1a948c7c721e" + "EASTUS2:20211117T143853Z:9006c423-8d32-4168-93fa-ed0a0b991120" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:34:42 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1671,29 +1671,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:28:03.9796705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c90cb963-ea4f-4fb9-8332-cb4673586a5a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/c90cb963-ea4f-4fb9-8332-cb4673586a5a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzkwY2I5NjMtZWE0Zi00ZmI5LTgzMzItY2I0NjczNTg2YTVhP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:40:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1701,29 +1708,83 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a61036e7-7616-40d9-bb3b-5d7d7b7c5a95" + "733014ff-c553-4a1b-80e2-9ac7577be9b5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "6717a7fa-063b-4ed9-883d-cec9c96037ac" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144030Z:6717a7fa-063b-4ed9-883d-cec9c96037ac" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "133" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:42:06 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29989" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0964153d-77fa-4cab-a3e4-2ab156d32686" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "d397c253-31e7-42ee-b774-55088a0323b2" + "0b57e035-e3a8-4c96-b10a-586ec4bfc293" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043620Z:d397c253-31e7-42ee-b774-55088a0323b2" + "EASTUS2:20211117T144207Z:0b57e035-e3a8-4c96-b10a-586ec4bfc293" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:36:19 GMT" - ], "Content-Length": [ - "184" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1732,59 +1793,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:28:03.9796705+00:00\",\r\n \"endTime\": \"2021-07-27T04:35:52.2773525+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c90cb963-ea4f-4fb9-8332-cb4673586a5a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTc1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d1f072ac-5a75-4d24-82fd-f2f2c451fc2c?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDFmMDcyYWMtNWE3NS00ZDI0LTgyZmQtZjJmMmM0NTFmYzJjP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:43:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2592" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4fef8147-b949-4af7-8175-261194cab84b" + "dc9f6e4b-9f86-4726-ad75-729032cc338a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "d536eb9f-d46e-4b84-a6b0-d76c09db0ae6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144344Z:d536eb9f-d46e-4b84-a6b0-d76c09db0ae6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "183" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:32:14.079605+00:00\",\r\n \"endTime\": \"2021-11-17T14:43:25.1752861+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d1f072ac-5a75-4d24-82fd-f2f2c451fc2c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:43:44 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2596" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "398e6a7a-eea1-4914-8964-d7b066ff656a" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "5f10b061-6727-4bc8-876a-b2f674aa7b4b" + "fd9a893a-3a72-478c-942d-8046fdb872d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043620Z:5f10b061-6727-4bc8-876a-b2f674aa7b4b" + "EASTUS2:20211117T144344Z:fd9a893a-3a72-478c-942d-8046fdb872d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:36:19 GMT" - ], "Content-Length": [ - "3674" + "3673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1793,65 +1915,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2619\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2cc0e64-d18e-46f2-8822-2d15ef0615e2\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8248\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6083\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"1aa62935-f3b6-4b5e-a3c6-db6fcf3b2d30\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTc1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4286408c-f175-4268-9129-399bf2da6bad" + "771c6b1f-8e25-4634-ae0e-6c7e6c2e7642" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:43:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19a83ab1-114e-4423-9485-7115f8c339fb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0fe736e2-0b24-4c3f-a6c2-05f1ab03fcf9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "abda81a0-dad6-4aa9-a6ca-7c49e98621f7" + "a045f746-3fc4-475c-b553-25ad588a5428" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043620Z:abda81a0-dad6-4aa9-a6ca-7c49e98621f7" + "EASTUS2:20211117T144344Z:a045f746-3fc4-475c-b553-25ad588a5428" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:36:19 GMT" - ], "Content-Length": [ - "3674" + "3673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1860,65 +1982,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2619\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2cc0e64-d18e-46f2-8822-2d15ef0615e2\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8248\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6083\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"1aa62935-f3b6-4b5e-a3c6-db6fcf3b2d30\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTc1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74f4be46-f61f-456a-9639-ed9eba1cd3ed" + "e20862a8-0236-4023-818c-5a089159e51b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:43:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7e280a1-3611-4a4a-8781-67cd2febba46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9d94219f-796a-448d-9d91-2cede27ce21d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "f4891378-a789-405f-b1c4-65fe1810a735" + "a20bcb3b-0051-4330-b2a3-2f6d9f07cae8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043620Z:f4891378-a789-405f-b1c4-65fe1810a735" + "EASTUS2:20211117T144344Z:a20bcb3b-0051-4330-b2a3-2f6d9f07cae8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:36:19 GMT" - ], "Content-Length": [ - "3674" + "3673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1927,43 +2049,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9575\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7249\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2619\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn5679/subnets/sn5384\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f2cc0e64-d18e-46f2-8822-2d15ef0615e2\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8248\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5725\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6083\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Network/virtualNetworks/vn7868/subnets/sn547\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"priority\": \"Spot\",\r\n \"evictionPolicy\": \"Deallocate\",\r\n \"billingProfile\": {\r\n \"maxPrice\": -1.0\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"1aa62935-f3b6-4b5e-a3c6-db6fcf3b2d30\",\r\n \"platformFaultDomainCount\": 1,\r\n \"spotRestorePolicy\": {\r\n \"enabled\": true,\r\n \"restoreTimeout\": \"PT1H\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9575?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTc1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3447/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8248?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e272052d-31ee-46a2-b90a-426da414c2eb" + "b8d5f5bc-1a6a-436e-bdd1-e9ca00bb69e4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:43:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1978,88 +2107,447 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "00640e76-7e2f-41bf-873a-d5d151a8a88e" + "d86438de-2e88-4beb-ac2e-726b5c4fbbfa" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "546570d0-5216-4dff-bc6f-ee3da44dc4f8" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144344Z:546570d0-5216-4dff-bc6f-ee3da44dc4f8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:43:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "88e55683-c39c-4a62-803e-c039921bdf5f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-correlation-request-id": [ - "84bb258a-c235-4e10-ae04-3d8f53cdccb0" + "2a459bb6-6bff-41d7-9fa9-e7644d218897" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043620Z:84bb258a-c235-4e10-ae04-3d8f53cdccb0" + "EASTUS2:20211117T144354Z:2a459bb6-6bff-41d7-9fa9-e7644d218897" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 27 Jul 2021 04:36:19 GMT" + "Wed, 17 Nov 2021 14:44:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29984" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f30fda2c-59ed-4530-8926-73a0ad75c842" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "673bbfd6-4591-440e-8f7a-ebd61cc5ef60" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144405Z:673bbfd6-4591-440e-8f7a-ebd61cc5ef60" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:44:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29983" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1af38a85-a248-464b-8b2d-c832651429d9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "24488b0f-03a2-4468-b71a-350cc41011f1" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144417Z:24488b0f-03a2-4468-b71a-350cc41011f1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ - "0" + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:44:27 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "11" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29982" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6b3ab965-6f89-4558-b397-e0d2bdf03fd4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "1771ef24-a7cb-4c87-8420-9ccac8733f6e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144428Z:1771ef24-a7cb-4c87-8420-9ccac8733f6e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:44:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29981" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8c8a136f-4f48-4e3c-a999-bfbf530950d7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "cb44bedb-d4c0-4bba-8192-3a4e21906044" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144439Z:cb44bedb-d4c0-4bba-8192-3a4e21906044" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:44:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c750f373-b3b6-4f44-8ed3-9d805da66bcb" + "1bb72697-a593-4979-b2b1-0786eb389c1e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "7119f105-c714-4ef8-b860-69887eee8806" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144450Z:7119f105-c714-4ef8-b860-69887eee8806" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:45:00 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "aca354b7-e79c-4d53-9474-b8f72d4ddbd2" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "61b7ff7f-0a61-4d5c-b444-77a528c83523" + "61abe020-1f8a-4988-9aa1-b00d566f6505" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043630Z:61b7ff7f-0a61-4d5c-b444-77a528c83523" + "EASTUS2:20211117T144501Z:61abe020-1f8a-4988-9aa1-b00d566f6505" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:36:29 GMT" - ], "Content-Length": [ "134" ], @@ -2070,57 +2558,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:36:20.3554987+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00640e76-7e2f-41bf-873a-d5d151a8a88e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:45:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b01a78ad-c678-4b60-b7b2-b8af6d6c7799" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7bf834d1-44d3-4c87-9d30-6a77d298f727" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "6e8788ac-12f5-47f6-a487-fb5d3bb72edd" + "abda9e58-e34c-4f97-955e-1cb56196c8f8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043641Z:6e8788ac-12f5-47f6-a487-fb5d3bb72edd" + "EASTUS2:20211117T144512Z:abda9e58-e34c-4f97-955e-1cb56196c8f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:36:40 GMT" - ], "Content-Length": [ "134" ], @@ -2131,57 +2619,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:36:20.3554987+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00640e76-7e2f-41bf-873a-d5d151a8a88e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:45:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8791b807-5ec6-48b1-b85d-001b2cb5685c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b67309cf-786d-49b2-b0d2-b83492b05df9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "24f4209c-7926-4a51-8f48-4dbe0d10ab26" + "b31408fb-a478-40fc-8ac7-6547aaf529c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043652Z:24f4209c-7926-4a51-8f48-4dbe0d10ab26" + "EASTUS2:20211117T144523Z:b31408fb-a478-40fc-8ac7-6547aaf529c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:36:51 GMT" - ], "Content-Length": [ "134" ], @@ -2192,57 +2680,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:36:20.3554987+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00640e76-7e2f-41bf-873a-d5d151a8a88e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:45:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "97f79727-533a-4693-a395-606ae212bb2f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "db45ca1f-1baf-4ba2-9149-4d7c5be55b84" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "83258d13-7db3-4bed-a4a6-220c61cae7ea" + "c89cb76e-41ec-4d4c-a817-d3613d97c585" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043703Z:83258d13-7db3-4bed-a4a6-220c61cae7ea" + "EASTUS2:20211117T144534Z:c89cb76e-41ec-4d4c-a817-d3613d97c585" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:37:02 GMT" - ], "Content-Length": [ "134" ], @@ -2253,57 +2741,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:36:20.3554987+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00640e76-7e2f-41bf-873a-d5d151a8a88e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:45:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3897f768-7a32-4181-a051-787c2eb08015" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7aaa1eef-0963-4acf-bed1-3859820ec45c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-correlation-request-id": [ - "9327696f-a6a7-46e6-8144-ac5afe1d3a82" + "f744f5bf-7bfe-4a88-ba16-7a0718fd5d4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043714Z:9327696f-a6a7-46e6-8144-ac5afe1d3a82" + "EASTUS2:20211117T144545Z:f744f5bf-7bfe-4a88-ba16-7a0718fd5d4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:37:13 GMT" - ], "Content-Length": [ "134" ], @@ -2314,59 +2802,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:36:20.3554987+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00640e76-7e2f-41bf-873a-d5d151a8a88e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:45:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b3df213d-3cc9-4450-98f3-878fffff5e3c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "506b848c-2189-4b6c-ae7f-545b7ba4a9ad" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], "x-ms-correlation-request-id": [ - "19307912-492e-4e0c-9402-fc095376bd07" + "3bcdf5c2-9040-4d69-b429-86d66e148080" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043725Z:19307912-492e-4e0c-9402-fc095376bd07" + "EASTUS2:20211117T144556Z:3bcdf5c2-9040-4d69-b429-86d66e148080" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:37:25 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2375,144 +2863,197 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:36:20.3554987+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00640e76-7e2f-41bf-873a-d5d151a8a88e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:43:44.8315775+00:00\",\r\n \"endTime\": \"2021-11-17T14:45:47.2848394+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d86438de-2e88-4beb-ac2e-726b5c4fbbfa\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/d86438de-2e88-4beb-ac2e-726b5c4fbbfa?p=4bed644a-a596-4634-b1fa-8009f92f8b59&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg2NDM4ZGUtMmU4OC00YmViLWFjMmUtNzI2YjVjNGZiYmZhP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5Jm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:45:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66948830-aceb-42dc-a3d6-01d826c06781" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cb04edbb-569b-4c0f-9524-645e23c5359c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], "x-ms-correlation-request-id": [ - "ffffd5e8-87ea-4533-a245-1c583b1750f7" + "f06a3595-0374-40f8-be9e-5e2fc2a98ea6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043736Z:ffffd5e8-87ea-4533-a245-1c583b1750f7" + "EASTUS2:20211117T144556Z:f06a3595-0374-40f8-be9e-5e2fc2a98ea6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:37:36 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-27T04:36:20.3554987+00:00\",\r\n \"endTime\": \"2021-07-27T04:37:33.4961783+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"00640e76-7e2f-41bf-873a-d5d151a8a88e\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/00640e76-7e2f-41bf-873a-d5d151a8a88e?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDA2NDBlNzYtN2UyZi00MWJmLTg3M2EtZDVkMTUxYThhODhlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3447?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM0NDc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a1f707d4-8a9a-4a63-b89d-555f94e5885f" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:45:56 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29981" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "7994d71f-6ed8-4151-92c6-83c559b65956" + ], + "x-ms-correlation-request-id": [ + "7994d71f-6ed8-4151-92c6-83c559b65956" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T144556Z:7994d71f-6ed8-4151-92c6-83c559b65956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "92040c04-4e3f-413c-9b8d-ea063f326dbd" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:46:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11999" + ], + "x-ms-request-id": [ + "dd316c18-0afa-4847-8685-9d6a8d71eb94" ], "x-ms-correlation-request-id": [ - "5544ae76-575c-47af-89b3-182383059be4" + "dd316c18-0afa-4847-8685-9d6a8d71eb94" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043736Z:5544ae76-575c-47af-89b3-182383059be4" + "EASTUS2:20211117T144611Z:dd316c18-0afa-4847-8685-9d6a8d71eb94" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:37:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8689?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2ODk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "b5341927-6952-441a-806a-b6b0a2c4872a" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2520,26 +3061,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:46:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "7d7fc0ab-71bc-47f6-8b09-39f41ab649c9" + "c96b7ebb-283f-47dc-903a-0bd4f0c1193a" ], "x-ms-correlation-request-id": [ - "7d7fc0ab-71bc-47f6-8b09-39f41ab649c9" + "c96b7ebb-283f-47dc-903a-0bd4f0c1193a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043737Z:7d7fc0ab-71bc-47f6-8b09-39f41ab649c9" + "EASTUS2:20211117T144626Z:c96b7ebb-283f-47dc-903a-0bd4f0c1193a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2547,29 +3091,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:37:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2577,26 +3118,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:46:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "f100cef0-98d2-442d-ba85-3cd073463123" + "8b97cf65-0225-4e3f-bd7f-2e16d2f79451" ], "x-ms-correlation-request-id": [ - "f100cef0-98d2-442d-ba85-3cd073463123" + "8b97cf65-0225-4e3f-bd7f-2e16d2f79451" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043752Z:f100cef0-98d2-442d-ba85-3cd073463123" + "EASTUS2:20211117T144641Z:8b97cf65-0225-4e3f-bd7f-2e16d2f79451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2604,29 +3148,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:37:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2634,26 +3175,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:46:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "c94595b7-7d36-44aa-8823-f069c92676b4" + "d88a0d65-ccdd-4c9d-9851-0872c3cb48e2" ], "x-ms-correlation-request-id": [ - "c94595b7-7d36-44aa-8823-f069c92676b4" + "d88a0d65-ccdd-4c9d-9851-0872c3cb48e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043807Z:c94595b7-7d36-44aa-8823-f069c92676b4" + "EASTUS2:20211117T144656Z:d88a0d65-ccdd-4c9d-9851-0872c3cb48e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2661,29 +3205,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:38:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2691,26 +3232,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:47:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-request-id": [ - "4883f4be-4717-44b6-b922-afad373f7f45" + "24de5598-92b1-42e7-bffe-37fe281b9e97" ], "x-ms-correlation-request-id": [ - "4883f4be-4717-44b6-b922-afad373f7f45" + "24de5598-92b1-42e7-bffe-37fe281b9e97" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043822Z:4883f4be-4717-44b6-b922-afad373f7f45" + "EASTUS2:20211117T144711Z:24de5598-92b1-42e7-bffe-37fe281b9e97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2718,29 +3262,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:38:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2748,26 +3289,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:47:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "a0544179-d675-4572-9aed-256244efde7b" + "cc4fc8a8-9e7d-4bb9-83fc-e734369219d2" ], "x-ms-correlation-request-id": [ - "a0544179-d675-4572-9aed-256244efde7b" + "cc4fc8a8-9e7d-4bb9-83fc-e734369219d2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043837Z:a0544179-d675-4572-9aed-256244efde7b" + "EASTUS2:20211117T144727Z:cc4fc8a8-9e7d-4bb9-83fc-e734369219d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2775,29 +3319,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:38:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2805,26 +3346,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:47:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "e6ad4b16-ad90-4004-85d2-90d2fbcbc9a4" + "da10174c-7016-4083-8b46-d853dac55014" ], "x-ms-correlation-request-id": [ - "e6ad4b16-ad90-4004-85d2-90d2fbcbc9a4" + "da10174c-7016-4083-8b46-d853dac55014" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043852Z:e6ad4b16-ad90-4004-85d2-90d2fbcbc9a4" + "EASTUS2:20211117T144742Z:da10174c-7016-4083-8b46-d853dac55014" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2832,29 +3376,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:38:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2862,26 +3403,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:47:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "b8382e3e-c798-40d5-9ca1-b25770cab4d0" + "7a31a16b-824b-4223-8522-9fefdd408ef9" ], "x-ms-correlation-request-id": [ - "b8382e3e-c798-40d5-9ca1-b25770cab4d0" + "7a31a16b-824b-4223-8522-9fefdd408ef9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043907Z:b8382e3e-c798-40d5-9ca1-b25770cab4d0" + "EASTUS2:20211117T144757Z:7a31a16b-824b-4223-8522-9fefdd408ef9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2889,29 +3433,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:39:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2919,20 +3460,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:11 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "56f6bf8a-2a8a-4899-918f-c2b3b9b6518e" + "ec30faac-dd48-4ace-acb5-c615467a3e4f" ], "x-ms-correlation-request-id": [ - "56f6bf8a-2a8a-4899-918f-c2b3b9b6518e" + "ec30faac-dd48-4ace-acb5-c615467a3e4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043922Z:56f6bf8a-2a8a-4899-918f-c2b3b9b6518e" + "EASTUS2:20211117T144812Z:ec30faac-dd48-4ace-acb5-c615467a3e4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2940,29 +3484,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:39:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TmpnNUxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNDQ3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TkRRM0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2970,20 +3511,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:48:11 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-request-id": [ - "ae9b929b-7efe-4a49-bee3-421c8ff740b2" + "c95cfe2b-7065-49b7-93f5-a364b6d940ed" ], "x-ms-correlation-request-id": [ - "ae9b929b-7efe-4a49-bee3-421c8ff740b2" + "c95cfe2b-7065-49b7-93f5-a364b6d940ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210727T043922Z:ae9b929b-7efe-4a49-bee3-421c8ff740b2" + "EASTUS2:20211117T144812Z:c95cfe2b-7065-49b7-93f5-a364b6d940ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2991,14 +3535,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 27 Jul 2021 04:39:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3007,27 +3548,27 @@ ], "Names": { "TestVMScaleSetScenarioOperations_SpotTryRestorePolicy": [ - "crptestar8689", - "vmss9575", - "crptestar3954" + "crptestar3447", + "vmss8248", + "crptestar8787" ], "CreatePublicIP": [ - "pip3444", - "dn3698" + "pip5177", + "dn769" ], "CreateVNET": [ - "vn5679", - "sn5384" + "vn7868", + "sn547" ], "CreateNIC": [ - "nic1700", - "ip4473" + "nic5656", + "ip3094" ], "CreateDefaultVMScaleSetInput": [ - "crptestar3186", - "vmss3551", - "vmsstestnetconfig7249", - "vmsstestnetconfig2619" + "crptestar4497", + "vmss3062", + "vmsstestnetconfig5725", + "vmsstestnetconfig6083" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UltraSSD.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UltraSSD.json index 3d7cc2fcec001..67ceacdf8f14e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UltraSSD.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UltraSSD.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75e49982-25cb-48ab-ab42-7b9045d5eaad" + "92d78275-4000-473c-98c2-680f0ba49819" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:45:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "e324a777-fc67-48d4-b290-a137835180dd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f16ca787-6eb2-4588-8160-c327c01d5191" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "3e7dd27f-4644-4567-82eb-dbb77b33a4c4" + "08eb388b-0d1e-4d0c-b8fc-5fc8d131a2d3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061044Z:3e7dd27f-4644-4567-82eb-dbb77b33a4c4" + "EASTUS2:20211117T124543Z:08eb388b-0d1e-4d0c-b8fc-5fc8d131a2d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:10:43 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar906?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwNj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2624?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2MjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar906\": \"2021-06-29 06:10:44Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2624\": \"2021-11-17 12:45:43Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23879219-d8ac-4b42-b907-7ed0581f70b9" + "ec1d330a-5e5c-4703-8a4e-626e509d42ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "92" + "93" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:45:42 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "e55b86d4-77cc-4960-ba03-4c80576da7e0" + "683db402-25b2-4068-b0b3-7e15ef34f62f" ], "x-ms-correlation-request-id": [ - "e55b86d4-77cc-4960-ba03-4c80576da7e0" + "683db402-25b2-4068-b0b3-7e15ef34f62f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061044Z:e55b86d4-77cc-4960-ba03-4c80576da7e0" + "EASTUS2:20211117T124543Z:683db402-25b2-4068-b0b3-7e15ef34f62f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:10:43 GMT" - ], "Content-Length": [ - "225" + "228" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906\",\r\n \"name\": \"crptestar906\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar906\": \"2021-06-29 06:10:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624\",\r\n \"name\": \"crptestar2624\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar2624\": \"2021-11-17 12:45:43Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar906?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwNj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2624?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2MjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5547201a-f1d6-4d62-a04f-032f08139535" + "b1eb4fa7-643e-4eaf-a66d-4cd3eda7d176" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:12 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "c27597d6-8f0b-4d92-869a-3f730426606d" + "9fea7af1-81b2-4199-a9f0-508efa7e4c9c" ], "x-ms-correlation-request-id": [ - "c27597d6-8f0b-4d92-869a-3f730426606d" + "9fea7af1-81b2-4199-a9f0-508efa7e4c9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061114Z:c27597d6-8f0b-4d92-869a-3f730426606d" + "EASTUS2:20211117T124612Z:9fea7af1-81b2-4199-a9f0-508efa7e4c9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:14 GMT" - ], "Content-Length": [ - "178" + "180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906\",\r\n \"name\": \"crptestar906\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624\",\r\n \"name\": \"crptestar2624\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Storage/storageAccounts/crptestar2539?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjI1Mzk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Storage/storageAccounts/crptestar5067?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MDY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a947a74d-2d02-47b3-b7c9-f6ebbc55699c" + "70fbc43a-a4fa-4515-a1e7-d9b03d8fc389" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:45:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0adc97e3-4414-4e0b-850e-fe25061eb72f?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a0cb5bb6-3441-4634-bcb4-19e22622d23e?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0adc97e3-4414-4e0b-850e-fe25061eb72f" + "a0cb5bb6-3441-4634-bcb4-19e22622d23e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "2648265a-b111-4350-920a-1b5ce0e7ee0c" + "6a24a3d4-5724-4625-a82c-f751919cccbd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061046Z:2648265a-b111-4350-920a-1b5ce0e7ee0c" + "EASTUS2:20211117T124545Z:6a24a3d4-5724-4625-a82c-f751919cccbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:10:46 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0adc97e3-4414-4e0b-850e-fe25061eb72f?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMGFkYzk3ZTMtNDQxNC00ZTBiLTg1MGUtZmUyNTA2MWViNzJmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a0cb5bb6-3441-4634-bcb4-19e22622d23e?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYTBjYjViYjYtMzQ0MS00NjM0LWJjYjQtMTllMjI2MjJkMjNlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b0faffb-edbd-426a-a488-b54cee8b8e4a" + "f03bc8df-93fc-4eb6-8fb5-09066037a095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "a9353556-963c-4149-8340-d4b14fa2b46c" + "94104a5e-b1a9-4cba-ad30-6b7387a3a4c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061103Z:a9353556-963c-4149-8340-d4b14fa2b46c" + "EASTUS2:20211117T124602Z:94104a5e-b1a9-4cba-ad30-6b7387a3a4c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:03 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2165649a-4b4d-4e42-b128-13ebd2886ee5" + "f9ef1b8f-92e8-4c82-a400-4eb3c1eb75dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5bcf5899-b868-4454-b1c4-92488fba1527" + "9e3c7138-ea9c-4404-a842-7f93a9e61fa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "75469ebd-854a-4c11-b35c-091f0afdfdac" + "7902f6bd-5311-44d7-829c-c0909e798b67" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061113Z:75469ebd-854a-4c11-b35c-091f0afdfdac" + "EASTUS2:20211117T124612Z:7902f6bd-5311-44d7-829c-c0909e798b67" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:13 GMT" - ], "Content-Length": [ - "740" + "741" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Storage/storageAccounts/crptestar2539\",\r\n \"name\": \"crptestar2539\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:10:45.1520774Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2539.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2539.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2539.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2539.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Storage/storageAccounts/crptestar5067\",\r\n \"name\": \"crptestar5067\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:45:44.1826709Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5067.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5067.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5067.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5067.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Storage/storageAccounts/crptestar2539?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjI1Mzk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Storage/storageAccounts/crptestar5067?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MDY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7697acb4-fbe0-425b-8202-a4f2b7c1aaeb" + "5347e2a7-0294-4dfe-bbe2-0699d2e41e2a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a28e058e-d69d-43cd-8177-26694350a4f3" + "860d401e-cd17-46db-8476-fbfccf9a0b88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "c2ecabb6-79b8-4c15-9717-74cdec981e7f" + "d1ea4a48-30d7-4585-8e4f-def69a68d46c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061113Z:c2ecabb6-79b8-4c15-9717-74cdec981e7f" + "EASTUS2:20211117T124612Z:d1ea4a48-30d7-4585-8e4f-def69a68d46c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:13 GMT" - ], "Content-Length": [ - "728" + "729" ], "Content-Type": [ "application/json" @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Storage/storageAccounts/crptestar2539\",\r\n \"name\": \"crptestar2539\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T06:10:45.1520774Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2539.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2539.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2539.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2539.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Storage/storageAccounts/crptestar5067\",\r\n \"name\": \"crptestar5067\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T12:45:44.1826709Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5067.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5067.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5067.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5067.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvVk1TY2FsZVNldERvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0ffb975-37b6-4950-8720-41309761ad12" + "ab3d9b09-48eb-422e-af82-80d67be4c6d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:12 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "db1b0e1a-7cb5-4813-8144-23e17e5ea24b" + "a44b35f0-b207-498c-be1b-af4960da3c12" ], "x-ms-correlation-request-id": [ - "db1b0e1a-7cb5-4813-8144-23e17e5ea24b" + "a44b35f0-b207-498c-be1b-af4960da3c12" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061113Z:db1b0e1a-7cb5-4813-8144-23e17e5ea24b" + "EASTUS2:20211117T124612Z:a44b35f0-b207-498c-be1b-af4960da3c12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:13 GMT" - ], "Expires": [ "-1" ] @@ -515,76 +515,76 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/publicIPAddresses/pip6764?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjc2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/publicIPAddresses/pip717?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn142\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5921\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0903f996-7f67-4f63-8465-396751ed2ff5" + "7063963d-0d51-4541-bd06-8549249ea30e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "200" + "201" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d3cae722-5915-42b1-8a89-884d556d5a72" + "5c920f46-cc6e-468c-b243-7c06b2561a2c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d3cae722-5915-42b1-8a89-884d556d5a72?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5c920f46-cc6e-468c-b243-7c06b2561a2c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b2c37577-ed0f-4b08-880a-810350bd1a22" + "8467ccbb-b448-4139-bdf4-4392660a1978" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d9ff6ee2-7ee9-4453-940b-60115eb30ca7" + "638d939c-e82e-48b5-b321-eac65551143d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061115Z:b2c37577-ed0f-4b08-880a-810350bd1a22" + "EASTUS2:20211117T124647Z:8467ccbb-b448-4139-bdf4-4392660a1978" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:14 GMT" - ], "Content-Length": [ - "754" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/publicIPAddresses/pip6764\",\r\n \"etag\": \"W/\\\"d86689cc-44f6-4dfd-b347-3b90f40216f1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fe3087ac-c7ee-4c51-92b4-619beeab4cf6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn142\",\r\n \"fqdn\": \"dn142.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/publicIPAddresses/pip717\",\r\n \"etag\": \"W/\\\"00201319-7166-4c63-aa0b-0b2a682dd195\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"34542c67-f6fa-4a8d-9684-aa0711d0ce6c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5921\",\r\n \"fqdn\": \"dn5921.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d3cae722-5915-42b1-8a89-884d556d5a72?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QzY2FlNzIyLTU5MTUtNDJiMS04YTg5LTg4NGQ1NTZkNWE3Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5c920f46-cc6e-468c-b243-7c06b2561a2c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVjOTIwZjQ2LWNjNmUtNDY4Yy1iMjQzLTdjMDZiMjU2MWEyYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "53b58097-26a7-4225-85a2-95e251428c87" + "ae8d0bf6-d7eb-4122-b43a-3f6ce5cbc782" ], "x-ms-correlation-request-id": [ - "1282852e-9fd6-44db-854c-675c956c0dc8" + "28a7d8cf-9abb-4370-98f3-9ee95ddda674" ], "x-ms-arm-service-request-id": [ - "b77f3ac2-d1ec-44fa-8f61-6da484a2dd76" + "6486ff45-aba2-48cc-a949-d4ce722b6b3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061116Z:1282852e-9fd6-44db-854c-675c956c0dc8" + "EASTUS2:20211117T124648Z:28a7d8cf-9abb-4370-98f3-9ee95ddda674" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:15 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/publicIPAddresses/pip6764?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjc2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/publicIPAddresses/pip717?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c6dab006-bda7-43ef-9c63-f5712c3f0ad4\"" + "W/\"bd30ced4-a08d-4542-a4f5-8e3aeabdc989\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8465c836-e1d7-4582-ab80-59fa4ea74537" + "53e603d5-7fdb-4e79-94a9-3ad085f396e6" ], "x-ms-correlation-request-id": [ - "9fa05d69-530f-4cb8-8532-516005e9920d" + "ae8ee3b6-910b-40a7-8144-05e538dd5078" ], "x-ms-arm-service-request-id": [ - "7b7d5d91-5a9c-4faa-a71d-aefdf856dc84" + "9cc5ab48-45d0-470c-8103-ec79d4be5548" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061116Z:9fa05d69-530f-4cb8-8532-516005e9920d" + "EASTUS2:20211117T124648Z:ae8ee3b6-910b-40a7-8144-05e538dd5078" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:15 GMT" - ], "Content-Length": [ - "755" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/publicIPAddresses/pip6764\",\r\n \"etag\": \"W/\\\"c6dab006-bda7-43ef-9c63-f5712c3f0ad4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fe3087ac-c7ee-4c51-92b4-619beeab4cf6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn142\",\r\n \"fqdn\": \"dn142.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/publicIPAddresses/pip717\",\r\n \"etag\": \"W/\\\"bd30ced4-a08d-4542-a4f5-8e3aeabdc989\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"34542c67-f6fa-4a8d-9684-aa0711d0ce6c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5921\",\r\n \"fqdn\": \"dn5921.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/publicIPAddresses/pip6764?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjc2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/publicIPAddresses/pip717?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "758b3487-eec7-4ecb-9832-b024498883e6" + "f92ac1ce-3209-4fa8-8590-8d2159f05fb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c6dab006-bda7-43ef-9c63-f5712c3f0ad4\"" + "W/\"bd30ced4-a08d-4542-a4f5-8e3aeabdc989\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0727e194-7bf1-4af2-8cd5-0d5a855c6168" + "cee5b1f2-9f3e-43a7-8448-6e267ed04852" ], "x-ms-correlation-request-id": [ - "da4335d0-0f01-46b0-8595-fc33a574f22f" + "c2f1e042-3193-4412-89d0-078ca3302553" ], "x-ms-arm-service-request-id": [ - "6be99f3a-5ee1-439a-a1a0-bd7ebadeee4c" + "94f0fa70-22bb-43bd-a517-d1f83b069f8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061116Z:da4335d0-0f01-46b0-8595-fc33a574f22f" + "EASTUS2:20211117T124648Z:c2f1e042-3193-4412-89d0-078ca3302553" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:15 GMT" - ], "Content-Length": [ - "755" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/publicIPAddresses/pip6764\",\r\n \"etag\": \"W/\\\"c6dab006-bda7-43ef-9c63-f5712c3f0ad4\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fe3087ac-c7ee-4c51-92b4-619beeab4cf6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn142\",\r\n \"fqdn\": \"dn142.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip717\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/publicIPAddresses/pip717\",\r\n \"etag\": \"W/\\\"bd30ced4-a08d-4542-a4f5-8e3aeabdc989\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"34542c67-f6fa-4a8d-9684-aa0711d0ce6c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5921\",\r\n \"fqdn\": \"dn5921.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTQ0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcwNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5346\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4326\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b8a1886-5848-4942-94e3-7679230feb8e" + "03fd30ff-c6a0-4fca-88c9-03559e2fb228" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,48 +820,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0e66fca0-a800-41ad-a45a-8566903fec97" + "7b568894-4f33-4f2e-85e6-5932190cbeb9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0e66fca0-a800-41ad-a45a-8566903fec97?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7b568894-4f33-4f2e-85e6-5932190cbeb9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0ba5f84c-04d2-462e-b29a-3b6632119b85" + "84e213fa-0760-43eb-ac2e-ea780d4f7257" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2f101e59-3748-49b6-abb8-2f687521fa27" + "dbf4eb5e-1272-4614-95ba-02ab71fb4306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061116Z:0ba5f84c-04d2-462e-b29a-3b6632119b85" + "EASTUS2:20211117T124648Z:84e213fa-0760-43eb-ac2e-ea780d4f7257" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:16 GMT" - ], "Content-Length": [ - "1313" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1440\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440\",\r\n \"etag\": \"W/\\\"8440d1c0-692a-4076-bd1b-aabfa29c918c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6c1c32e9-94c8-4ef5-ab17-e83d60df1c3a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\",\r\n \"etag\": \"W/\\\"8440d1c0-692a-4076-bd1b-aabfa29c918c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7041\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041\",\r\n \"etag\": \"W/\\\"1c860488-48aa-48d4-8e9c-c03999f7e4db\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"318ef69c-e6e7-4483-a47a-292bd267ecec\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\",\r\n \"etag\": \"W/\\\"1c860488-48aa-48d4-8e9c-c03999f7e4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0e66fca0-a800-41ad-a45a-8566903fec97?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBlNjZmY2EwLWE4MDAtNDFhZC1hNDVhLTg1NjY5MDNmZWM5Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7b568894-4f33-4f2e-85e6-5932190cbeb9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdiNTY4ODk0LTRmMzMtNGYyZS04NWU2LTU5MzIxOTBjYmViOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2121f7d8-5458-4113-970b-bb562a66ee4f" + "e2c97883-4a83-47a4-84be-8d785accc9f8" ], "x-ms-correlation-request-id": [ - "bdec4777-9b06-40d3-b0ba-18a6c3781b2f" + "5cb87ced-765d-4ebb-b364-f22a0d9e8bd9" ], "x-ms-arm-service-request-id": [ - "0b50d885-b7d7-46cc-bdb0-31ba78da3a5f" + "ef3151db-b081-4cfa-a2a4-56295584175a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061119Z:bdec4777-9b06-40d3-b0ba-18a6c3781b2f" + "EASTUS2:20211117T124651Z:5cb87ced-765d-4ebb-b364-f22a0d9e8bd9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:19 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTQ0MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcwNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b6bf893e-4b73-4802-bde6-a79bf76be16b\"" + "W/\"3f0a66a5-8817-4008-a87b-176d6495f22e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "60626b24-6bc1-40bf-8bf5-705743b934ca" + "333ada5f-da98-41db-b962-641b713399f4" ], "x-ms-correlation-request-id": [ - "9daecc33-40b8-4391-b588-08c3cf4ff8c6" + "1dff7cd7-ceed-4b21-8aca-01d57594f7d3" ], "x-ms-arm-service-request-id": [ - "f2ca0a59-d4bf-4810-b165-e71c807f08dd" + "5ccc543d-239f-431a-920c-382d5b53e768" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061119Z:9daecc33-40b8-4391-b588-08c3cf4ff8c6" + "EASTUS2:20211117T124651Z:1dff7cd7-ceed-4b21-8aca-01d57594f7d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:19 GMT" - ], "Content-Length": [ - "1315" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1440\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440\",\r\n \"etag\": \"W/\\\"b6bf893e-4b73-4802-bde6-a79bf76be16b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6c1c32e9-94c8-4ef5-ab17-e83d60df1c3a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\",\r\n \"etag\": \"W/\\\"b6bf893e-4b73-4802-bde6-a79bf76be16b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7041\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041\",\r\n \"etag\": \"W/\\\"3f0a66a5-8817-4008-a87b-176d6495f22e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"318ef69c-e6e7-4483-a47a-292bd267ecec\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\",\r\n \"etag\": \"W/\\\"3f0a66a5-8817-4008-a87b-176d6495f22e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMTQ0MC9zdWJuZXRzL3NuNTM0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjcwNDEvc3VibmV0cy9zbjQzMjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50214e9e-c60e-40ba-bc3f-2e481980faaf" + "ddea65b3-d630-4bed-b2f0-b18ff9aee1a8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b6bf893e-4b73-4802-bde6-a79bf76be16b\"" + "W/\"3f0a66a5-8817-4008-a87b-176d6495f22e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "23181e9d-9ed4-44ed-8334-a17e47139de0" + "04b0ef3d-461e-45ea-82c3-5503abf7401c" ], "x-ms-correlation-request-id": [ - "5cf1cc0f-a051-4740-871f-62c270acc672" + "b5c1f72c-63f0-4092-9ea2-62ffdcb6eae7" ], "x-ms-arm-service-request-id": [ - "158baea1-b2d9-470f-91ba-90eb86cb97c7" + "4e2b416d-9a78-4cb9-92b7-0b2ca9a07bad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061119Z:5cf1cc0f-a051-4740-871f-62c270acc672" + "EASTUS2:20211117T124651Z:b5c1f72c-63f0-4092-9ea2-62ffdcb6eae7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:19 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\",\r\n \"etag\": \"W/\\\"b6bf893e-4b73-4802-bde6-a79bf76be16b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\",\r\n \"etag\": \"W/\\\"3f0a66a5-8817-4008-a87b-176d6495f22e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljODMwMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n }\r\n },\r\n \"name\": \"ip9790\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n }\r\n },\r\n \"name\": \"ip3330\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea6d0ece-6ffb-44e7-a5d0-e99dc0e828aa" + "9feea333-da81-4552-8d38-392931303731" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "741" + "742" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6f1fdc4a-bee1-4a34-b9d5-4ce2a73f72fc" + "f290f60c-7c0e-40eb-986c-4aefb4ad0f68" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6f1fdc4a-bee1-4a34-b9d5-4ce2a73f72fc?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f290f60c-7c0e-40eb-986c-4aefb4ad0f68?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ee427d04-33b0-4393-b499-ded1935ab0bf" + "09c4fd7a-0fbc-40ef-aa31-89421a389306" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0350a3d9-e04d-4d3d-91a4-39c232cecd88" + "eb0f35e1-0c4c-40c2-89db-44e898de0797" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061120Z:ee427d04-33b0-4393-b499-ded1935ab0bf" + "EASTUS2:20211117T124652Z:09c4fd7a-0fbc-40ef-aa31-89421a389306" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:19 GMT" - ], "Content-Length": [ - "1622" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302\",\r\n \"etag\": \"W/\\\"5d3aded0-2ac6-45da-ac20-df173f222399\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8ad22b9b-bec7-4066-98ed-234db171151e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302/ipConfigurations/ip9790\",\r\n \"etag\": \"W/\\\"5d3aded0-2ac6-45da-ac20-df173f222399\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\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\": \"3ezby1gist0u3kyx3a4wbxy2hc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106\",\r\n \"etag\": \"W/\\\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dcfa1443-75b7-4e8d-9b52-3f70a505d597\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3330\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106/ipConfigurations/ip3330\",\r\n \"etag\": \"W/\\\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\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\": \"tt1i2mph20bujjd0fev3ez5m3e.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljODMwMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5d3aded0-2ac6-45da-ac20-df173f222399\"" + "W/\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fb4663f2-ebdc-4914-91c1-e82f2a2b080b" + "07c05ae8-0f18-4bde-90ee-1fd6d80f331b" ], "x-ms-correlation-request-id": [ - "a8955e3b-97bc-46fa-8817-f9d3af134dee" + "7a2fe2a5-d10c-409c-8e0f-23ced4ef855b" ], "x-ms-arm-service-request-id": [ - "d982e873-10d0-4cca-8f50-65b5e2acdf7a" + "f4cf9634-9283-480b-8165-99ba1fc3384a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061120Z:a8955e3b-97bc-46fa-8817-f9d3af134dee" + "EASTUS2:20211117T124652Z:7a2fe2a5-d10c-409c-8e0f-23ced4ef855b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:19 GMT" - ], "Content-Length": [ - "1622" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302\",\r\n \"etag\": \"W/\\\"5d3aded0-2ac6-45da-ac20-df173f222399\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8ad22b9b-bec7-4066-98ed-234db171151e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302/ipConfigurations/ip9790\",\r\n \"etag\": \"W/\\\"5d3aded0-2ac6-45da-ac20-df173f222399\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\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\": \"3ezby1gist0u3kyx3a4wbxy2hc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106\",\r\n \"etag\": \"W/\\\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dcfa1443-75b7-4e8d-9b52-3f70a505d597\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3330\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106/ipConfigurations/ip3330\",\r\n \"etag\": \"W/\\\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\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\": \"tt1i2mph20bujjd0fev3ez5m3e.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljODMwMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUxMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e4e75a6-eff8-43be-9907-2fa490857ba7" + "ef563ca8-fedf-47b4-bbd1-33ab2c42ff76" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5d3aded0-2ac6-45da-ac20-df173f222399\"" + "W/\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1030eb0e-3b68-49f8-9a06-f3dac98a4a5a" + "e2675f06-c472-4ce1-8683-6949d5b9f515" ], "x-ms-correlation-request-id": [ - "b576a32f-219b-472a-94e6-2ad977fcf0fd" + "9aedb0d0-2ef6-47e5-87b2-1c36c1d9ab85" ], "x-ms-arm-service-request-id": [ - "7c5f9af9-2704-410d-9316-36a7c8f34fe9" + "996a55d4-207d-4908-815a-2513e0877be4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061120Z:b576a32f-219b-472a-94e6-2ad977fcf0fd" + "EASTUS2:20211117T124652Z:9aedb0d0-2ef6-47e5-87b2-1c36c1d9ab85" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:20 GMT" - ], "Content-Length": [ - "1622" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,46 +1278,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8302\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302\",\r\n \"etag\": \"W/\\\"5d3aded0-2ac6-45da-ac20-df173f222399\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8ad22b9b-bec7-4066-98ed-234db171151e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9790\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/networkInterfaces/nic8302/ipConfigurations/ip9790\",\r\n \"etag\": \"W/\\\"5d3aded0-2ac6-45da-ac20-df173f222399\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\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\": \"3ezby1gist0u3kyx3a4wbxy2hc.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106\",\r\n \"etag\": \"W/\\\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dcfa1443-75b7-4e8d-9b52-3f70a505d597\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3330\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/networkInterfaces/nic5106/ipConfigurations/ip3330\",\r\n \"etag\": \"W/\\\"f3b72b2d-6d37-47bc-a03b-b6099a7cee70\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\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\": \"tt1i2mph20bujjd0fev3ez5m3e.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 175,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true,\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 175,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true,\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f398906f-88ca-4df1-adbc-27dfb679b079" + "3a0fef73-88bb-472f-b483-40a34f86e026" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2055" + "2056" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:46:52 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/47643cb4-95db-47b9-bf49-0074ffb34dbc?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/032ed29e-8d96-49fc-8609-286a1675f34a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "47643cb4-95db-47b9-bf49-0074ffb34dbc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "032ed29e-8d96-49fc-8609-286a1675f34a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "57877742-7b76-48d4-9b9e-46465b3b1d38" + "3c2b34e5-dfc2-4849-9304-50906890b70c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061121Z:57877742-7b76-48d4-9b9e-46465b3b1d38" + "EASTUS2:20211117T124653Z:3c2b34e5-dfc2-4849-9304-50906890b70c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:21 GMT" - ], "Content-Length": [ - "3633" + "3635" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,62 +1363,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"69a25501-3d89-43d2-909c-85463060cedb\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"21c714c2-2fb3-4fe1-89a2-306940ebfc87\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/47643cb4-95db-47b9-bf49-0074ffb34dbc?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ3NjQzY2I0LTk1ZGItNDdiOS1iZjQ5LTAwNzRmZmIzNGRiYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/032ed29e-8d96-49fc-8609-286a1675f34a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAzMmVkMjllLThkOTYtNDlmYy04NjA5LTI4NmExNjc1ZjM0YT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:47:03 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "454ab9a3-1128-4f45-a2e4-c53e0d789704" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "550aa923-450b-4ede-b591-4dc0856d49c5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "e6d4852e-4228-4930-b046-d464b6d5c7e4" + "c5c3862d-8bc8-4623-be85-8ede19bd078f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061131Z:e6d4852e-4228-4930-b046-d464b6d5c7e4" + "EASTUS2:20211117T124703Z:c5c3862d-8bc8-4623-be85-8ede19bd078f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:11:31 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1427,59 +1427,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:11:20.8402024+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"47643cb4-95db-47b9-bf49-0074ffb34dbc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:46:52.466891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"032ed29e-8d96-49fc-8609-286a1675f34a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/47643cb4-95db-47b9-bf49-0074ffb34dbc?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ3NjQzY2I0LTk1ZGItNDdiOS1iZjQ5LTAwNzRmZmIzNGRiYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/032ed29e-8d96-49fc-8609-286a1675f34a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAzMmVkMjllLThkOTYtNDlmYy04NjA5LTI4NmExNjc1ZjM0YT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:48:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b892645c-1ef1-4122-a09b-fc4324e2f3ae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0904d917-8e64-4a73-8544-8f68f46d5572" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-correlation-request-id": [ - "9f71b1da-bb27-4a87-931d-9aa139bd1515" + "a378d412-c9ac-472b-a65a-78a4f61516ec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061308Z:9f71b1da-bb27-4a87-931d-9aa139bd1515" + "EASTUS2:20211117T124840Z:a378d412-c9ac-472b-a65a-78a4f61516ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:13:08 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,59 +1488,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:11:20.8402024+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"47643cb4-95db-47b9-bf49-0074ffb34dbc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:46:52.466891+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"032ed29e-8d96-49fc-8609-286a1675f34a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/47643cb4-95db-47b9-bf49-0074ffb34dbc?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ3NjQzY2I0LTk1ZGItNDdiOS1iZjQ5LTAwNzRmZmIzNGRiYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/032ed29e-8d96-49fc-8609-286a1675f34a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzAzMmVkMjllLThkOTYtNDlmYy04NjA5LTI4NmExNjc1ZjM0YT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f25eeff3-5f2e-4424-baba-a05e5326cb4c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c9d27c26-a6e6-49b7-b92a-8bc4fd19e526" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "101c33ae-af93-47ad-b34d-5ba250191d3b" + "93eca96d-eea4-4a14-baa4-c33d2632e28b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061445Z:101c33ae-af93-47ad-b34d-5ba250191d3b" + "EASTUS2:20211117T125017Z:93eca96d-eea4-4a14-baa4-c33d2632e28b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:45 GMT" - ], "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1549,59 +1549,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:11:20.8402024+00:00\",\r\n \"endTime\": \"2021-06-29T06:14:38.0129504+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"47643cb4-95db-47b9-bf49-0074ffb34dbc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:46:52.466891+00:00\",\r\n \"endTime\": \"2021-11-17T12:50:12.651563+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"032ed29e-8d96-49fc-8609-286a1675f34a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "901189a3-54e9-4bac-ad95-b7b7ed0d4831" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "504bc424-7644-4d31-bf56-8faaf5102551" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-correlation-request-id": [ - "63049171-e11e-44d0-a9e9-acf72339474b" + "16655bc6-370a-4a1a-add2-cbd7a7d388ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061445Z:63049171-e11e-44d0-a9e9-acf72339474b" + "EASTUS2:20211117T125017Z:16655bc6-370a-4a1a-add2-cbd7a7d388ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:45 GMT" - ], "Content-Length": [ - "3634" + "3636" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1610,65 +1610,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"69a25501-3d89-43d2-909c-85463060cedb\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"21c714c2-2fb3-4fe1-89a2-306940ebfc87\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6a69f55-4435-4701-8323-908efc6a03b9" + "4758e9ef-c1e8-4e3d-8a99-94d5a9f46a11" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d31e1d1a-ec5b-4f82-9358-115da03e2e13" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b2985401-203f-4852-90c1-39060fd7255e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-correlation-request-id": [ - "4529cdb7-1aa2-4529-b5e0-275f05081a42" + "48dfcf33-8c72-456d-9553-31dbb6d7fc16" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061445Z:4529cdb7-1aa2-4529-b5e0-275f05081a42" + "EASTUS2:20211117T125017Z:48dfcf33-8c72-456d-9553-31dbb6d7fc16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:45 GMT" - ], "Content-Length": [ - "3634" + "3636" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1677,35 +1677,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"69a25501-3d89-43d2-909c-85463060cedb\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"21c714c2-2fb3-4fe1-89a2-306940ebfc87\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fe6a2e4-68de-43a4-8c2e-5687aedb2323" + "55e9adab-ec9e-4ec0-87b9-5ab0b204a548" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899" ], @@ -1713,29 +1720,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba2d7569-e781-474e-9266-163853b528e8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb0a235e-2a28-4f67-883a-c1a135da4ab3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-correlation-request-id": [ - "1677cb5e-bb19-41f0-a734-4f429b6e878a" + "82264a54-1da2-43c9-b7f8-a3d88f0126e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061446Z:1677cb5e-bb19-41f0-a734-4f429b6e878a" + "EASTUS2:20211117T125017Z:82264a54-1da2-43c9-b7f8-a3d88f0126e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:45 GMT" - ], "Content-Length": [ - "1096" + "819" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1744,35 +1744,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 1\r\n },\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T06:14:37.9816971+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T12:50:12.6203098+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "279f6fad-e60e-42d3-a0ca-661543466b6a" + "5770182b-864f-4f93-8b4d-e26cbca26d9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" ], @@ -1780,29 +1787,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35a7b37a-3ba8-44e5-ab1b-375d6ae74953" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4507aed2-0e5e-40f1-b134-37376b88d9d7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11995" ], "x-ms-correlation-request-id": [ - "3d3f5a21-40c2-4658-a750-57226d5440cb" + "6dddf5ab-9eeb-44d7-8b73-c32d5dd46816" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061446Z:3d3f5a21-40c2-4658-a750-57226d5440cb" + "EASTUS2:20211117T125017Z:6dddf5ab-9eeb-44d7-8b73-c32d5dd46816" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:45 GMT" - ], "Content-Length": [ - "4075" + "4077" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1811,63 +1811,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7194\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"69a25501-3d89-43d2-909c-85463060cedb\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8443\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"21c714c2-2fb3-4fe1-89a2-306940ebfc87\",\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzL3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c89a339f-fa2f-48ad-9ce5-235ee9fc31f2" + "17cb6f85-1564-4d3b-a2b6-25d5dc0a5da9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2595" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb601e98-22ed-4b2c-8e11-793accc6cf60" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "58c0b76e-f5f4-4e4c-88c2-94e38ba7ef49" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-correlation-request-id": [ - "927107aa-37fe-4d47-acba-a7ddaec213fb" + "e7b56512-2e8e-48ca-94bb-0969917f102a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061446Z:927107aa-37fe-4d47-acba-a7ddaec213fb" + "EASTUS2:20211117T125017Z:e7b56512-2e8e-48ca-94bb-0969917f102a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:46 GMT" - ], "Content-Length": [ "81697" ], @@ -1878,35 +1878,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 1000,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQvdmlydHVhbE1hY2hpbmVzPyRmaWx0ZXI9cHJvcGVydGllcy9sYXRlc3RNb2RlbEFwcGxpZWQlMjBlcSUyMHRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzL3ZpcnR1YWxNYWNoaW5lcz8kZmlsdGVyPXByb3BlcnRpZXMvbGF0ZXN0TW9kZWxBcHBsaWVkJTIwZXElMjB0cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34123164-38a9-47b9-81fa-d6723ea09c4c" + "6ac143db-91d4-4284-8248-48876def94a6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897,Microsoft.Compute/VMScaleSetVMViews3Min;4996" ], @@ -1917,29 +1924,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "262db5d8-9d63-462b-aefa-bab017f50eef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "01be1612-87fe-448a-a8f1-9236a93cc052" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-correlation-request-id": [ - "e114f414-81e5-412a-85cb-b7b51b0df68e" + "52f9bf03-dfad-4954-b1d0-9a430954ba56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061446Z:e114f414-81e5-412a-85cb-b7b51b0df68e" + "EASTUS2:20211117T125017Z:52f9bf03-dfad-4954-b1d0-9a430954ba56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:46 GMT" - ], "Content-Length": [ - "10661" + "10672" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1948,35 +1948,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7194_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"ddc9f30f-72ed-4ea0-be06-ffbf39bd4386\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss7194_vmss7194_0_OsDisk_1_83950cc5f54b4b7d9c19a35193be783b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_0_OsDisk_1_83950cc5f54b4b7d9c19a35193be783b\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss7194_vmss7194_0_disk2_54ae795f914140d88410edc58f153d90\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_0_disk2_54ae795f914140d88410edc58f153d90\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/0/networkInterfaces/vmsstestnetconfig2011\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss7194_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"2\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"ae274047-a99d-47f5-bcb6-3d66a19e8217\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss7194_vmss7194_2_OsDisk_1_e3ce38b5ce9a47b687c7e8908c777f72\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_2_OsDisk_1_e3ce38b5ce9a47b687c7e8908c777f72\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss7194_vmss7194_2_disk2_ed807ea436cf4e4eaca206193399f3ee\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_2_disk2_ed807ea436cf4e4eaca206193399f3ee\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000002\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/2/networkInterfaces/vmsstestnetconfig2011\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss8443_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"89899b3e-3b08-4b9a-8447-486902be004d\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8443_vmss8443_0_OsDisk_1_c9ad15a75a8d4660a07df7440ffcb84f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_0_OsDisk_1_c9ad15a75a8d4660a07df7440ffcb84f\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss8443_vmss8443_0_disk2_f5969b075c874c9f86359d38ea11f781\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_0_disk2_f5969b075c874c9f86359d38ea11f781\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/0/networkInterfaces/vmsstestnetconfig6998\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss8443_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"ca1ea57a-bc08-4805-9bbc-b121b99f9aaa\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8443_vmss8443_1_OsDisk_1_3d4eeb28c56e4a12ad9f6ab68e1a1e87\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_1_OsDisk_1_3d4eeb28c56e4a12ad9f6ab68e1a1e87\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss8443_vmss8443_1_disk2_a89b33b206194884941cdac7c77d53d2\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_1_disk2_a89b33b206194884941cdac7c77d53d2\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/1/networkInterfaces/vmsstestnetconfig6998\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQvdmlydHVhbG1hY2hpbmVzLzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzL3ZpcnR1YWxNYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7b88345-8ea0-4742-8ef0-29bfbad5a3a5" + "63765321-ff37-4614-bdb6-6e4467d7b245" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4995" ], @@ -1987,29 +1994,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8010ef16-cf78-484c-900c-fb65024766a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d5dcb0d4-e48e-4e12-be17-49a1c2e267f5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11992" ], "x-ms-correlation-request-id": [ - "9e186563-6380-4794-ac4c-6dcbef606be7" + "067959b2-133a-42d6-aa0e-d3cdba741bd3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061446Z:9e186563-6380-4794-ac4c-6dcbef606be7" + "EASTUS2:20211117T125017Z:067959b2-133a-42d6-aa0e-d3cdba741bd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:46 GMT" - ], "Content-Length": [ - "4871" + "4878" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2018,35 +2018,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7194_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"ddc9f30f-72ed-4ea0-be06-ffbf39bd4386\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss7194_vmss7194_0_OsDisk_1_83950cc5f54b4b7d9c19a35193be783b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_0_OsDisk_1_83950cc5f54b4b7d9c19a35193be783b\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss7194_vmss7194_0_disk2_54ae795f914140d88410edc58f153d90\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_0_disk2_54ae795f914140d88410edc58f153d90\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/0/networkInterfaces/vmsstestnetconfig2011\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8443_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"89899b3e-3b08-4b9a-8447-486902be004d\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8443_vmss8443_0_OsDisk_1_c9ad15a75a8d4660a07df7440ffcb84f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_0_OsDisk_1_c9ad15a75a8d4660a07df7440ffcb84f\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss8443_vmss8443_0_disk2_f5969b075c874c9f86359d38ea11f781\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_0_disk2_f5969b075c874c9f86359d38ea11f781\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/0/networkInterfaces/vmsstestnetconfig6998\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualmachines/2?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQvdmlydHVhbG1hY2hpbmVzLzI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/1?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzL3ZpcnR1YWxNYWNoaW5lcy8xP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79f925d0-30c8-4f8a-a51d-c46e5f2cba86" + "f8870839-5c2a-4c93-b1ce-39463a8e66d1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4994" ], @@ -2057,29 +2064,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e702f3f-473b-406d-9f3c-a77a45b9440b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "de41b4ba-2dbe-4595-b343-3196b94f358f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11991" ], "x-ms-correlation-request-id": [ - "6d3957c9-eb2c-40ee-ba54-74968daa42db" + "193ffe1e-363e-4748-a91e-46232204492c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061446Z:6d3957c9-eb2c-40ee-ba54-74968daa42db" + "EASTUS2:20211117T125017Z:193ffe1e-363e-4748-a91e-46232204492c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:46 GMT" - ], "Content-Length": [ - "4874" + "4878" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2088,43 +2088,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7194_2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/2\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"2\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2011\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4915\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Network/virtualNetworks/vn1440/subnets/sn5346\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"ae274047-a99d-47f5-bcb6-3d66a19e8217\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss7194_vmss7194_2_OsDisk_1_e3ce38b5ce9a47b687c7e8908c777f72\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_2_OsDisk_1_e3ce38b5ce9a47b687c7e8908c777f72\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss7194_vmss7194_2_disk2_ed807ea436cf4e4eaca206193399f3ee\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/disks/vmss7194_vmss7194_2_disk2_ed807ea436cf4e4eaca206193399f3ee\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000002\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194/virtualMachines/2/networkInterfaces/vmsstestnetconfig2011\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_2/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachines/vmss7194_2/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss8443_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6998\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5887\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Network/virtualNetworks/vn7041/subnets/sn4326\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"ca1ea57a-bc08-4805-9bbc-b121b99f9aaa\",\r\n \"hardwareProfile\": {},\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8443_vmss8443_1_OsDisk_1_3d4eeb28c56e4a12ad9f6ab68e1a1e87\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_1_OsDisk_1_3d4eeb28c56e4a12ad9f6ab68e1a1e87\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"diskIOPSReadWrite\": 19328,\r\n \"diskMBpsReadWrite\": 1038,\r\n \"name\": \"vmss8443_vmss8443_1_disk2_a89b33b206194884941cdac7c77d53d2\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/disks/vmss8443_vmss8443_1_disk2_a89b33b206194884941cdac7c77d53d2\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443/virtualMachines/1/networkInterfaces/vmsstestnetconfig6998\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachines/vmss8443_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar906/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7194?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczcxOTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2624/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8443?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M4NDQzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51972eec-d046-436e-8c76-ce9de0f2069e" + "419c7ecd-c00e-4e85-9ccc-0722cef652b7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2139,149 +2146,81 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1072747a-f887-4fea-b376-2c03c7e071cf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "90afc8e4-be33-4a7d-8530-7756af1854a8" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "1e7c5b33-3298-44d4-811f-cf6efffac690" + "fee64681-9ac2-4b63-92ec-824405a0b108" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061446Z:1e7c5b33-3298-44d4-811f-cf6efffac690" + "EASTUS2:20211117T125018Z:fee64681-9ac2-4b63-92ec-824405a0b108" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:14:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwNzI3NDdhLWY4ODctNGZlYS1iMzc2LTJjMDNjN2UwNzFjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwYWZjOGU0LWJlMzMtNGE3ZC04NTMwLTc3NTZhZjE4NTRhOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "00b43465-55f9-498d-b506-a0e65f87108a" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "27d40c62-e113-42fc-9b2c-9af3f66150b3" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T061456Z:27d40c62-e113-42fc-9b2c-9af3f66150b3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:14:56 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:14:46.5911111+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1072747a-f887-4fea-b376-2c03c7e071cf\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwNzI3NDdhLWY4ODctNGZlYS1iMzc2LTJjMDNjN2UwNzFjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7c565165-9092-41f5-951b-94deae0d6af1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "79449da0-5ed4-4d8d-9ebe-6f3803576763" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11990" ], "x-ms-correlation-request-id": [ - "8d055ba7-046f-4d44-a3d7-f360e4344842" + "99b9a8e2-45fe-4eda-b110-882628fb20ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061507Z:8d055ba7-046f-4d44-a3d7-f360e4344842" + "EASTUS2:20211117T125028Z:99b9a8e2-45fe-4eda-b110-882628fb20ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:15:07 GMT" - ], "Content-Length": [ "134" ], @@ -2292,57 +2231,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:14:46.5911111+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1072747a-f887-4fea-b376-2c03c7e071cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:50:18.0737794+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90afc8e4-be33-4a7d-8530-7756af1854a8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwNzI3NDdhLWY4ODctNGZlYS1iMzc2LTJjMDNjN2UwNzFjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwYWZjOGU0LWJlMzMtNGE3ZC04NTMwLTc3NTZhZjE4NTRhOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9b24ba57-d42d-41f0-8f03-6d7fdf14e34e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5627e4e2-a4e0-4ec4-8272-3f7160d3e7dc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11989" ], "x-ms-correlation-request-id": [ - "c58b518f-f5ee-4a86-9e19-0b4f0cf0b11f" + "43ce27ed-4d95-47b9-b83e-15a41be663fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061518Z:c58b518f-f5ee-4a86-9e19-0b4f0cf0b11f" + "EASTUS2:20211117T125039Z:43ce27ed-4d95-47b9-b83e-15a41be663fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:15:18 GMT" - ], "Content-Length": [ "134" ], @@ -2353,57 +2292,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:14:46.5911111+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1072747a-f887-4fea-b376-2c03c7e071cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:50:18.0737794+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90afc8e4-be33-4a7d-8530-7756af1854a8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwNzI3NDdhLWY4ODctNGZlYS1iMzc2LTJjMDNjN2UwNzFjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwYWZjOGU0LWJlMzMtNGE3ZC04NTMwLTc3NTZhZjE4NTRhOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:50:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc1a71ce-2d5d-49d7-9576-7b9af4ad7f9a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "20157e26-2c25-426a-aa03-b391c49c091d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11988" ], "x-ms-correlation-request-id": [ - "11e11ae9-f8ff-4f8b-8c0d-ea7a84868a30" + "3104fbf7-690c-40cd-9d15-1b36f5a5d4ad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061529Z:11e11ae9-f8ff-4f8b-8c0d-ea7a84868a30" + "EASTUS2:20211117T125050Z:3104fbf7-690c-40cd-9d15-1b36f5a5d4ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:15:29 GMT" - ], "Content-Length": [ "134" ], @@ -2414,57 +2353,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:14:46.5911111+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1072747a-f887-4fea-b376-2c03c7e071cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:50:18.0737794+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90afc8e4-be33-4a7d-8530-7756af1854a8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwNzI3NDdhLWY4ODctNGZlYS1iMzc2LTJjMDNjN2UwNzFjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwYWZjOGU0LWJlMzMtNGE3ZC04NTMwLTc3NTZhZjE4NTRhOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:51:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12340474-95b3-4fcd-ac3b-97de65092ebd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f42630a1-52b5-4628-be4c-81cd276b64fa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11987" ], "x-ms-correlation-request-id": [ - "7545c6cf-ce39-41ac-b285-6e7e5f1361f8" + "01a420ff-6253-4d56-99ab-b974861c0b8a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061540Z:7545c6cf-ce39-41ac-b285-6e7e5f1361f8" + "EASTUS2:20211117T125101Z:01a420ff-6253-4d56-99ab-b974861c0b8a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:15:40 GMT" - ], "Content-Length": [ "134" ], @@ -2475,57 +2414,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:14:46.5911111+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1072747a-f887-4fea-b376-2c03c7e071cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:50:18.0737794+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"90afc8e4-be33-4a7d-8530-7756af1854a8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwNzI3NDdhLWY4ODctNGZlYS1iMzc2LTJjMDNjN2UwNzFjZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwYWZjOGU0LWJlMzMtNGE3ZC04NTMwLTc3NTZhZjE4NTRhOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:51:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "75a26b41-43cd-4f32-8d50-a2e493885680" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "171d82cb-eedf-4a7d-ab71-ba1d9ce5cb52" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11986" ], "x-ms-correlation-request-id": [ - "b5f2d5c7-49a5-4484-afef-289582168e7d" + "e58ba5f0-9ea3-4799-a35f-7b65c2ab8378" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061551Z:b5f2d5c7-49a5-4484-afef-289582168e7d" + "EASTUS2:20211117T125112Z:e58ba5f0-9ea3-4799-a35f-7b65c2ab8378" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:15:51 GMT" - ], "Content-Length": [ "184" ], @@ -2536,83 +2475,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T06:14:46.5911111+00:00\",\r\n \"endTime\": \"2021-06-29T06:15:42.0601553+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1072747a-f887-4fea-b376-2c03c7e071cf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T12:50:18.0737794+00:00\",\r\n \"endTime\": \"2021-11-17T12:51:02.1703268+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"90afc8e4-be33-4a7d-8530-7756af1854a8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/1072747a-f887-4fea-b376-2c03c7e071cf?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwNzI3NDdhLWY4ODctNGZlYS1iMzc2LTJjMDNjN2UwNzFjZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/90afc8e4-be33-4a7d-8530-7756af1854a8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkwYWZjOGU0LWJlMzMtNGE3ZC04NTMwLTc3NTZhZjE4NTRhOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:51:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98046b71-2add-4df7-bc38-8097ffca3573" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "00a674e1-fd89-49ed-91cd-c9e5834efa6f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11985" ], "x-ms-correlation-request-id": [ - "68080708-b45c-4f5a-91fe-e71e78f9f469" + "0a42ba20-4d49-4e61-a91c-70c928268291" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061551Z:68080708-b45c-4f5a-91fe-e71e78f9f469" + "EASTUS2:20211117T125112Z:0a42ba20-4d49-4e61-a91c-70c928268291" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:15:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar906?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwNj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2624?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2MjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29ccf50f-7916-4d81-9de9-aaf74f5dd5d8" + "297733a6-6bbd-4d1a-9ed3-2c6d78f4cd8e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2620,11 +2559,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:51:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2633,13 +2575,13 @@ "14999" ], "x-ms-request-id": [ - "dcb4caf4-1127-4f80-8fad-e5b882004e71" + "d34ade49-ca42-4ba7-9c51-26d1dde607c8" ], "x-ms-correlation-request-id": [ - "dcb4caf4-1127-4f80-8fad-e5b882004e71" + "d34ade49-ca42-4ba7-9c51-26d1dde607c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061551Z:dcb4caf4-1127-4f80-8fad-e5b882004e71" + "EASTUS2:20211117T125112Z:d34ade49-ca42-4ba7-9c51-26d1dde607c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2647,86 +2589,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:15:51 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "bfeaf17a-1d39-4ebf-bc77-73559d74bbf7" - ], - "x-ms-correlation-request-id": [ - "bfeaf17a-1d39-4ebf-bc77-73559d74bbf7" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T061607Z:bfeaf17a-1d39-4ebf-bc77-73559d74bbf7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 06:16:06 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpJMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2734,83 +2616,29 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "4af3a2b2-592d-49bc-a33b-c9a6d63d52ca" - ], - "x-ms-correlation-request-id": [ - "4af3a2b2-592d-49bc-a33b-c9a6d63d52ca" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T061622Z:4af3a2b2-592d-49bc-a33b-c9a6d63d52ca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 06:16:21 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 12:51:26 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-request-id": [ - "bc2879f6-998c-4b79-bbfd-7ae97bd29508" + "998e02df-bc5c-47dc-a771-808d72f18db5" ], "x-ms-correlation-request-id": [ - "bc2879f6-998c-4b79-bbfd-7ae97bd29508" + "998e02df-bc5c-47dc-a771-808d72f18db5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061637Z:bc2879f6-998c-4b79-bbfd-7ae97bd29508" + "EASTUS2:20211117T125127Z:998e02df-bc5c-47dc-a771-808d72f18db5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2818,29 +2646,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:16:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpJMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2848,26 +2673,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:51:41 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-request-id": [ - "09bde35c-7486-4e4a-895b-25db4f698ac2" + "b829b2cb-026f-4be0-860a-deb7dac563a6" ], "x-ms-correlation-request-id": [ - "09bde35c-7486-4e4a-895b-25db4f698ac2" + "b829b2cb-026f-4be0-860a-deb7dac563a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061652Z:09bde35c-7486-4e4a-895b-25db4f698ac2" + "EASTUS2:20211117T125142Z:b829b2cb-026f-4be0-860a-deb7dac563a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2875,29 +2703,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:16:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpJMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2905,26 +2730,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:51:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-request-id": [ - "4af647b9-c02e-4158-b56a-9a13c417978b" + "143e11a9-0704-4b52-a6c3-930d772c886a" ], "x-ms-correlation-request-id": [ - "4af647b9-c02e-4158-b56a-9a13c417978b" + "143e11a9-0704-4b52-a6c3-930d772c886a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061707Z:4af647b9-c02e-4158-b56a-9a13c417978b" + "EASTUS2:20211117T125157Z:143e11a9-0704-4b52-a6c3-930d772c886a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2932,29 +2760,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpJMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2962,26 +2787,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-request-id": [ - "6ae5e727-be70-470f-82d5-c634f3ec9312" + "f28044c5-affc-4707-bfa7-64baac1bdd87" ], "x-ms-correlation-request-id": [ - "6ae5e727-be70-470f-82d5-c634f3ec9312" + "f28044c5-affc-4707-bfa7-64baac1bdd87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061722Z:6ae5e727-be70-470f-82d5-c634f3ec9312" + "EASTUS2:20211117T125212Z:f28044c5-affc-4707-bfa7-64baac1bdd87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2989,29 +2817,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpJMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3019,20 +2844,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-request-id": [ - "b7ac832a-175b-4d7c-b098-3fdd6b4d0ba4" + "f9d432f6-f0a2-4d87-bccf-5057aba4d8ee" ], "x-ms-correlation-request-id": [ - "b7ac832a-175b-4d7c-b098-3fdd6b4d0ba4" + "f9d432f6-f0a2-4d87-bccf-5057aba4d8ee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061737Z:b7ac832a-175b-4d7c-b098-3fdd6b4d0ba4" + "EASTUS2:20211117T125227Z:f9d432f6-f0a2-4d87-bccf-5057aba4d8ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3040,29 +2868,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TURZdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpJMExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3070,20 +2895,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 12:52:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-request-id": [ - "cd3b85ff-1355-46d5-a0a4-fa0a08c83c65" + "538ee03c-e4c8-4952-9c37-e853c0196db7" ], "x-ms-correlation-request-id": [ - "cd3b85ff-1355-46d5-a0a4-fa0a08c83c65" + "538ee03c-e4c8-4952-9c37-e853c0196db7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T061737Z:cd3b85ff-1355-46d5-a0a4-fa0a08c83c65" + "EASTUS2:20211117T125227Z:538ee03c-e4c8-4952-9c37-e853c0196db7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3091,14 +2919,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 06:17:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3107,27 +2932,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar906", - "vmss7194", - "crptestar2539" + "crptestar2624", + "vmss8443", + "crptestar5067" ], "CreatePublicIP": [ - "pip6764", - "dn142" + "pip717", + "dn5921" ], "CreateVNET": [ - "vn1440", - "sn5346" + "vn7041", + "sn4326" ], "CreateNIC": [ - "nic8302", - "ip9790" + "nic5106", + "ip3330" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9655", - "vmss7552", - "vmsstestnetconfig2011", - "vmsstestnetconfig4915" + "crptestar4952", + "vmss493", + "vmsstestnetconfig6998", + "vmsstestnetconfig5887" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UsingCapacityReservationGroup.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UsingCapacityReservationGroup.json index 5bf5e748cf83f..b29e275169acb 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UsingCapacityReservationGroup.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_UsingCapacityReservationGroup.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29bfcfed-3839-4ff6-9867-c1c68b3f5543" + "08c2db10-20bc-4472-883a-4b7b54cdbc0f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,32 +40,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "4b8fed99-582f-4b07-8383-e5f0e4544f2c_132638612868558585" + "e91047d6-10df-436c-bd78-94e832a89049_132701550497636793" ], "x-ms-request-id": [ - "3a3065a4-8435-4285-9612-9c982d9c6029" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "880eeb1d-f138-4ee2-be25-3d161d077db3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e2c31b57-b8be-4120-b0a9-82bbf008359b" + "7f77f028-e0a7-4880-b228-f1597f68ca95" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213649Z:e2c31b57-b8be-4120-b0a9-82bbf008359b" + "EASTUS2:20211130T204006Z:7f77f028-e0a7-4880-b228-f1597f68ca95" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:49 GMT" - ], "Content-Length": [ - "323" + "307" ], "Content-Type": [ "application/json; charset=utf-8" @@ -67,52 +67,55 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southcentralus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southcentralus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9109?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1867?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:36:49Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:06Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "df838c14-4179-4716-847d-4f529613d42e" + "fb0bd0a4-d985-40a9-ae2d-758ae2ebebf7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "100" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:06 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "5e17761c-98ee-473d-a026-a82e141da785" + "9c2624c8-4cc0-4a0e-8eb2-2d73ce03846b" ], "x-ms-correlation-request-id": [ - "5e17761c-98ee-473d-a026-a82e141da785" + "9c2624c8-4cc0-4a0e-8eb2-2d73ce03846b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213650Z:5e17761c-98ee-473d-a026-a82e141da785" + "EASTUS2:20211130T204006Z:9c2624c8-4cc0-4a0e-8eb2-2d73ce03846b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:49 GMT" - ], "Content-Length": [ - "235" + "227" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,52 +133,55 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109\",\r\n \"name\": \"crptestar9109\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:36:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867\",\r\n \"name\": \"crptestar1867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9109?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1867?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:37:20Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:37Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8837bf5e-bebc-4869-8273-000d2a4ce6ac" + "879915e3-fc36-419b-958d-da1ac18ef2ae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "100" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:37 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-request-id": [ - "9c9557b0-0e6a-4400-8db2-674f6f069c0d" + "b7d6f0da-e494-4738-b252-ea28cf8f3f03" ], "x-ms-correlation-request-id": [ - "9c9557b0-0e6a-4400-8db2-674f6f069c0d" + "b7d6f0da-e494-4738-b252-ea28cf8f3f03" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213720Z:9c9557b0-0e6a-4400-8db2-674f6f069c0d" + "EASTUS2:20211130T204038Z:b7d6f0da-e494-4738-b252-ea28cf8f3f03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:20 GMT" - ], "Content-Length": [ - "235" + "227" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,52 +199,55 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109\",\r\n \"name\": \"crptestar9109\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:37:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867\",\r\n \"name\": \"crptestar1867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9109?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1867?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5fc1a797-aef1-482f-8ea0-c3697be56fde" + "65dbaa02-9ae8-4fc2-ba79-462a2a3b1979" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "36" + "28" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:09 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-request-id": [ - "2f4fdbde-b620-40d9-af21-133caaf8be03" + "0870c78f-a526-4c6e-8542-07cf3cc47f63" ], "x-ms-correlation-request-id": [ - "2f4fdbde-b620-40d9-af21-133caaf8be03" + "0870c78f-a526-4c6e-8542-07cf3cc47f63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213753Z:2f4fdbde-b620-40d9-af21-133caaf8be03" + "EASTUS2:20211130T204109Z:0870c78f-a526-4c6e-8542-07cf3cc47f63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,11 +255,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:53 GMT" - ], "Content-Length": [ - "187" + "179" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,94 +265,94 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109\",\r\n \"name\": \"crptestar9109\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867\",\r\n \"name\": \"crptestar1867\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Storage/storageAccounts/crptestar7567?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NTY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Storage/storageAccounts/crptestar6066?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MDY2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc94357e-75cb-4872-a1d8-f38565c1dda8" + "0d13f888-87f0-4658-88ad-ce85d61f6779" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "96" + "88" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/642c14d0-ee3f-4bd4-b3e8-1121f76137fd?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/1a84244c-97dd-406d-91ba-11524843fcff?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "642c14d0-ee3f-4bd4-b3e8-1121f76137fd" + "1a84244c-97dd-406d-91ba-11524843fcff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "f1d9befc-706c-4cd2-9393-dd6b944c8155" + "2e5354b9-86b7-4158-9198-9d8bccf308d9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213652Z:f1d9befc-706c-4cd2-9393-dd6b944c8155" + "EASTUS2:20211130T204010Z:2e5354b9-86b7-4158-9198-9d8bccf308d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:52 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southcentralus/asyncoperations/642c14d0-ee3f-4bd4-b3e8-1121f76137fd?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvYXN5bmNvcGVyYXRpb25zLzY0MmMxNGQwLWVlM2YtNGJkNC1iM2U4LTExMjFmNzYxMzdmZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus/asyncoperations/1a84244c-97dd-406d-91ba-11524843fcff?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8xYTg0MjQ0Yy05N2RkLTQwNmQtOTFiYS0xMTUyNDg0M2ZjZmY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -360,35 +360,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7ca42fcc-7495-46f9-bfca-c915ed44af9a" + "f696dbca-0ead-498e-afba-ad60303e9adc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "dd3e1257-7c35-4a8e-b70c-6313f6646aa6" + "d0f1949d-6383-467b-aaa3-8c788a9a030a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213710Z:dd3e1257-7c35-4a8e-b70c-6313f6646aa6" + "EASTUS2:20211130T204027Z:d0f1949d-6383-467b-aaa3-8c788a9a030a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:09 GMT" - ], "Content-Length": [ - "96" + "88" ], "Content-Type": [ "application/json" @@ -397,25 +397,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d30a0776-1c48-4759-8e62-6e2b39b752ba" + "ba5a16e6-b904-42d0-a7ea-3238308d5cc7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -423,35 +423,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7b8430b9-f3c0-43f8-a48f-606d870aa0d2" + "690f8d07-6c13-46e1-aa70-5c3a95a41906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "6da286b1-db5c-4982-b605-dcee036ef987" + "98e9237a-994a-46d4-8f50-8554099aecd7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213720Z:6da286b1-db5c-4982-b605-dcee036ef987" + "EASTUS2:20211130T204037Z:98e9237a-994a-46d4-8f50-8554099aecd7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:19 GMT" - ], "Content-Length": [ - "760" + "736" ], "Content-Type": [ "application/json" @@ -460,25 +460,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Storage/storageAccounts/crptestar7567\",\r\n \"name\": \"crptestar7567\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-23T21:36:51.4181386Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7567.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7567.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7567.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7567.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Storage/storageAccounts/crptestar6066\",\r\n \"name\": \"crptestar6066\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-30T20:40:07.4056893Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6066.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6066.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6066.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6066.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Storage/storageAccounts/crptestar7567?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NTY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Storage/storageAccounts/crptestar6066?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MDY2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7c88a0d-4932-41eb-856c-0c35cb8aad34" + "63925e39-ee04-4b8a-a512-e279dcf590fe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -486,35 +486,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e2983a9f-8d1d-4688-b0ab-61925936250b" + "fc87358b-c35a-44a3-a8a6-7932cf83713a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "e53dce03-9fd3-42f5-8fbb-2e93a53cf0d0" + "520e22e6-0559-4b14-8905-fad96d0eb328" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213720Z:e53dce03-9fd3-42f5-8fbb-2e93a53cf0d0" + "EASTUS2:20211130T204037Z:520e22e6-0559-4b14-8905-fad96d0eb328" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:19 GMT" - ], "Content-Length": [ - "748" + "724" ], "Content-Type": [ "application/json" @@ -523,32 +523,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Storage/storageAccounts/crptestar7567\",\r\n \"name\": \"crptestar7567\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-23T21:36:51.4181386Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7567.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7567.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7567.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7567.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Storage/storageAccounts/crptestar6066\",\r\n \"name\": \"crptestar6066\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-30T20:40:07.4056893Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6066.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6066.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6066.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6066.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78434077-89e0-48cd-9375-cd19a5baa8dd" + "7c9b1ca6-6b7a-4e28-899f-2b0043c7a864" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -556,13 +559,13 @@ "14999" ], "x-ms-request-id": [ - "93b0877f-a3ae-486d-918b-75354739b3f1" + "f78a4550-4976-4361-a899-5b6e2a95a625" ], "x-ms-correlation-request-id": [ - "93b0877f-a3ae-486d-918b-75354739b3f1" + "f78a4550-4976-4361-a899-5b6e2a95a625" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213720Z:93b0877f-a3ae-486d-918b-75354739b3f1" + "EASTUS2:20211130T204037Z:f78a4550-4976-4361-a899-5b6e2a95a625" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,9 +573,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:19 GMT" - ], "Expires": [ "-1" ] @@ -581,64 +581,64 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDU0MDU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk0NjM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0032d24a-18f2-4441-945f-e079b89bf6ea" + "244c5c6d-9995-455a-92da-d18d85ccbe1e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "36" + "28" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a78b71be-fce2-4cae-a4d4-34ecb717f2b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8882dd45-1aa8-4535-902e-b3774eb6cc0b" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "d1e46fb3-156b-4bc3-9845-50448bf90eb2" + "ae91c0e5-20ee-4d74-bb61-59d3852fdc02" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213722Z:d1e46fb3-156b-4bc3-9845-50448bf90eb2" + "EASTUS2:20211130T204038Z:ae91c0e5-20ee-4d74-bb61-59d3852fdc02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:21 GMT" - ], "Content-Length": [ - "279" + "271" ], "Content-Type": [ "application/json; charset=utf-8" @@ -647,62 +647,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crgtest5405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"crgtest9463\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDU0MDU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk0NjM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10901a16-71f5-48b9-ab2a-b1c100cf367c" + "887f4e2e-02b3-4b6e-82f8-45233d5dfc2f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f588866-de0a-4fdc-8779-5860f7ce3eef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "50b828fd-c602-476c-9710-b4eb3b68353a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "17d22107-f93b-4b5b-a6c3-b0bebae7b6be" + "60a14935-a9f2-4f74-9d1c-0b508cbbd3e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213722Z:17d22107-f93b-4b5b-a6c3-b0bebae7b6be" + "EASTUS2:20211130T204038Z:60a14935-a9f2-4f74-9d1c-0b508cbbd3e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:21 GMT" - ], "Content-Length": [ - "279" + "271" ], "Content-Type": [ "application/json; charset=utf-8" @@ -711,43 +711,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crgtest5405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"crgtest9463\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405/capacityReservations/crtest9148?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDU0MDUvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0OTE0OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463/capacityReservations/crtest7356?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk0NjMvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NzM1Nj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:37:22Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:38Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a3dae559-0fa1-4320-85ac-d06f99554324" + "a7ab7488-3c96-4117-b6d5-21a1fa5e09da" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "169" + "161" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e4e34aa8-327d-4ca3-8633-4a476c01aa83?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/353340dc-a038-4c83-9a73-7537824ea1d5?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -756,29 +763,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4e34aa8-327d-4ca3-8633-4a476c01aa83" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "353340dc-a038-4c83-9a73-7537824ea1d5" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "fa27bf2e-bff1-446f-b81e-ab041e03ab1b" + "8fef8a0f-269b-415f-a87c-cd2b3da38f1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213723Z:fa27bf2e-bff1-446f-b81e-ab041e03ab1b" + "EASTUS2:20211130T204039Z:8fef8a0f-269b-415f-a87c-cd2b3da38f1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:22 GMT" - ], "Content-Length": [ - "588" + "637" ], "Content-Type": [ "application/json; charset=utf-8" @@ -787,57 +787,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crtest9148\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405/capacityReservations/crtest9148\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:37:22Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"cf360f96-1fdb-4a26-80e4-df6a83f7ff05\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crtest7356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463/capacityReservations/crtest7356\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:38Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"68cdf389-682f-462f-80c3-09cf153c8273\",\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-30T20:40:38.9931891+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/e4e34aa8-327d-4ca3-8633-4a476c01aa83?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lNGUzNGFhOC0zMjdkLTRjYTMtODYzMy00YTQ3NmMwMWFhODM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/353340dc-a038-4c83-9a73-7537824ea1d5?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUzMzQwZGMtYTAzOC00YzgzLTlhNzMtNzUzNzgyNGVhMWQ1P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "135146fb-7bbe-42be-a260-baefae64e90b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f203ecc-f29b-4ab2-9c00-fdf12b5c92b0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "02dfd51f-3f90-498e-9d36-30bd0795d429" + "91ebada0-ac30-4cd3-ae4d-b2cf983751b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213753Z:02dfd51f-3f90-498e-9d36-30bd0795d429" + "EASTUS2:20211130T204109Z:91ebada0-ac30-4cd3-ae4d-b2cf983751b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:53 GMT" - ], "Content-Length": [ "184" ], @@ -848,56 +848,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:37:22.7934431+00:00\",\r\n \"endTime\": \"2021-07-23T21:37:25.9184607+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e4e34aa8-327d-4ca3-8633-4a476c01aa83\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:40:38.9931891+00:00\",\r\n \"endTime\": \"2021-11-30T20:40:42.1181977+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"353340dc-a038-4c83-9a73-7537824ea1d5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405/capacityReservations/crtest9148?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDU0MDUvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0OTE0OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463/capacityReservations/crtest7356?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk0NjMvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NzM1Nj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc3f7126-f6ea-49fa-9d0a-f2ba75498819" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d4aa094-5a72-4b5b-b085-c96924f9fdc7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "5c2cfeae-8a94-40b8-992d-2a787f9b5157" + "f15c2054-347c-4dde-b6fb-68ebd93290fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213753Z:5c2cfeae-8a94-40b8-992d-2a787f9b5157" + "EASTUS2:20211130T204109Z:f15c2054-347c-4dde-b6fb-68ebd93290fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:53 GMT" - ], "Content-Length": [ - "651" + "700" ], "Content-Type": [ "application/json; charset=utf-8" @@ -906,80 +906,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crtest9148\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405/capacityReservations/crtest9148\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:37:22Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"cf360f96-1fdb-4a26-80e4-df6a83f7ff05\",\r\n \"provisioningTime\": \"2021-07-23T21:37:25.8872154+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crtest7356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463/capacityReservations/crtest7356\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:38Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"68cdf389-682f-462f-80c3-09cf153c8273\",\r\n \"provisioningTime\": \"2021-11-30T20:40:42.1025809+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:40:38.9931891+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/publicIPAddresses/pip6157?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYxNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/publicIPAddresses/pip4014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQwMTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6412\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn760\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2fb04701-4d17-4a80-9f42-5af6b825f25b" + "22ef10c1-6043-4c46-9383-339bd9a4b16d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "208" + "199" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "748622dc-333b-4671-8fd5-a9c7711a98cb" + "788e2686-0528-474a-b5d0-b9dfa3e677e6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/748622dc-333b-4671-8fd5-a9c7711a98cb?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/788e2686-0528-474a-b5d0-b9dfa3e677e6?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a774f60f-1bf1-4593-ad5f-019b903fabd7" + "682e1821-1386-4372-8b03-090caad13f1e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b85df6ed-477b-401f-a786-014ed0e82398" + "cfaa2e3e-a3d3-4070-9d6a-8d8992e20f2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213755Z:a774f60f-1bf1-4593-ad5f-019b903fabd7" + "EASTUS2:20211130T204110Z:682e1821-1386-4372-8b03-090caad13f1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:54 GMT" - ], "Content-Length": [ - "771" + "753" ], "Content-Type": [ "application/json; charset=utf-8" @@ -988,19 +988,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6157\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/publicIPAddresses/pip6157\",\r\n \"etag\": \"W/\\\"c51864f8-f992-46cf-aae0-0bd3590c9f4f\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8137bd94-afc9-497d-8ce7-6d26bac0fac3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6412\",\r\n \"fqdn\": \"dn6412.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/publicIPAddresses/pip4014\",\r\n \"etag\": \"W/\\\"68a0e322-49a9-4f13-9481-330194db7283\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"50a5d4db-6b53-400e-a4e2-15bec2266165\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn760\",\r\n \"fqdn\": \"dn760.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/748622dc-333b-4671-8fd5-a9c7711a98cb?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy83NDg2MjJkYy0zMzNiLTQ2NzEtOGZkNS1hOWM3NzExYTk4Y2I/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/788e2686-0528-474a-b5d0-b9dfa3e677e6?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNzg4ZTI2ODYtMDUyOC00NzRhLWI1ZDAtYjlkZmEzZTY3N2U2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1008,37 +1008,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "14dfee49-c177-4015-a64c-403938ba50cd" + "9106ab73-6e69-42c7-a050-d216b0c9d533" ], "x-ms-correlation-request-id": [ - "b7f4ba19-caa1-4e02-887b-87db1a7901ee" + "9921af42-25ac-4751-9169-c15e179c4f5c" ], "x-ms-arm-service-request-id": [ - "b83566af-c0c7-4a68-a857-99fa61474b6b" + "62034e11-45fc-48b2-9937-a2da2fe348c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213756Z:b7f4ba19-caa1-4e02-887b-87db1a7901ee" + "EASTUS2:20211130T204111Z:9921af42-25ac-4751-9169-c15e179c4f5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:56 GMT" - ], "Content-Length": [ "29" ], @@ -1053,15 +1053,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/publicIPAddresses/pip6157?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYxNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/publicIPAddresses/pip4014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQwMTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1069,42 +1069,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cc3ac168-3477-4d23-8b1a-2085dd873f85\"" + "W/\"df015175-e1ab-46b8-905d-72ba269b1c81\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bb6c61eb-4fe8-4d2b-9982-23f9221a97bc" + "1ba9db89-8fee-4469-a008-4d22f8e718a5" ], "x-ms-correlation-request-id": [ - "e230f5a6-6f11-4fcd-9514-e7beb0475a55" + "47808b5f-9921-4bfc-bfc8-2f9f8eebf989" ], "x-ms-arm-service-request-id": [ - "e21a807b-25fc-4a3d-888e-7d7117ad9a90" + "5a471070-3983-4332-b7be-1ab1a1e26a97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213756Z:e230f5a6-6f11-4fcd-9514-e7beb0475a55" + "EASTUS2:20211130T204111Z:47808b5f-9921-4bfc-bfc8-2f9f8eebf989" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:56 GMT" - ], "Content-Length": [ - "772" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1113,25 +1113,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6157\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/publicIPAddresses/pip6157\",\r\n \"etag\": \"W/\\\"cc3ac168-3477-4d23-8b1a-2085dd873f85\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8137bd94-afc9-497d-8ce7-6d26bac0fac3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6412\",\r\n \"fqdn\": \"dn6412.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/publicIPAddresses/pip4014\",\r\n \"etag\": \"W/\\\"df015175-e1ab-46b8-905d-72ba269b1c81\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"50a5d4db-6b53-400e-a4e2-15bec2266165\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn760\",\r\n \"fqdn\": \"dn760.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/publicIPAddresses/pip6157?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDYxNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/publicIPAddresses/pip4014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQwMTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39bff4d2-6ed6-466b-a267-984cb0adbb7e" + "3073ba6c-286e-488f-8af9-94844b94791e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1139,42 +1139,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cc3ac168-3477-4d23-8b1a-2085dd873f85\"" + "W/\"df015175-e1ab-46b8-905d-72ba269b1c81\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d6b271bb-7e3c-4b11-a69b-f485446aa45e" + "09a96ffd-d554-49a2-8003-8b70c47f629b" ], "x-ms-correlation-request-id": [ - "e8d97ab1-f028-4920-b411-710ff8ea6233" + "98c6fe1a-1851-4649-ae69-5b28f6cb2530" ], "x-ms-arm-service-request-id": [ - "05295e6e-b846-46fd-8315-de1ba47e963b" + "82e52d40-1927-4671-b25a-b8cfa1ab1810" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213756Z:e8d97ab1-f028-4920-b411-710ff8ea6233" + "EASTUS2:20211130T204111Z:98c6fe1a-1851-4649-ae69-5b28f6cb2530" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:56 GMT" - ], "Content-Length": [ - "772" + "754" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1183,80 +1183,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip6157\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/publicIPAddresses/pip6157\",\r\n \"etag\": \"W/\\\"cc3ac168-3477-4d23-8b1a-2085dd873f85\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8137bd94-afc9-497d-8ce7-6d26bac0fac3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6412\",\r\n \"fqdn\": \"dn6412.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/publicIPAddresses/pip4014\",\r\n \"etag\": \"W/\\\"df015175-e1ab-46b8-905d-72ba269b1c81\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"50a5d4db-6b53-400e-a4e2-15bec2266165\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn760\",\r\n \"fqdn\": \"dn760.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM3NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn328\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4247\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "402a47c4-bd86-4528-9fda-725d17a7bef4" + "73bba629-471e-4348-83ac-50c0262cde27" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "395" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "29381160-f392-4e8e-8476-8bbc813a4e3d" + "010ee7d1-6cb9-48b2-8d17-ec5787b570ef" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/29381160-f392-4e8e-8476-8bbc813a4e3d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/010ee7d1-6cb9-48b2-8d17-ec5787b570ef?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "45bf50fa-9d3e-4586-8704-c0677996ef70" + "8799d242-7e2f-412b-bdd1-baf34f74bdb9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "48b37b47-a838-489d-b0df-fb94ef049352" + "6dc4cfbc-d343-45df-98ff-e7a52571abcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213757Z:45bf50fa-9d3e-4586-8704-c0677996ef70" + "EASTUS2:20211130T204112Z:8799d242-7e2f-412b-bdd1-baf34f74bdb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:37:57 GMT" - ], "Content-Length": [ - "1320" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1265,19 +1265,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068\",\r\n \"etag\": \"W/\\\"84e8e81d-0c68-4959-bb7b-f98fdba98763\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d2e7a600-0f29-4391-a947-a2ae47ce3ee1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\",\r\n \"etag\": \"W/\\\"84e8e81d-0c68-4959-bb7b-f98fdba98763\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3742\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742\",\r\n \"etag\": \"W/\\\"51dba604-0cb6-4077-b9b9-77e8c1eddfed\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b692f322-fcf7-415e-8b18-6eb9a8993dc3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\",\r\n \"etag\": \"W/\\\"51dba604-0cb6-4077-b9b9-77e8c1eddfed\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/29381160-f392-4e8e-8476-8bbc813a4e3d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yOTM4MTE2MC1mMzkyLTRlOGUtODQ3Ni04YmJjODEzYTRlM2Q/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/010ee7d1-6cb9-48b2-8d17-ec5787b570ef?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMDEwZWU3ZDEtNmNiOS00OGIyLThkMTctZWM1Nzg3YjU3MGVmP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1285,37 +1285,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c0aa1e66-f0b5-455f-a7c3-4cd98d473625" + "0c4850f9-6514-4e1e-876a-233dd89685f7" ], "x-ms-correlation-request-id": [ - "36aba0be-2051-40ca-832f-b3235021342e" + "e1c44c1e-f57a-4c36-88b1-0179a3308716" ], "x-ms-arm-service-request-id": [ - "148bddd9-9165-467d-a775-77cbea8bc027" + "7a377a76-224c-4cd3-a4ac-64681226d708" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213801Z:36aba0be-2051-40ca-832f-b3235021342e" + "EASTUS2:20211130T204115Z:e1c44c1e-f57a-4c36-88b1-0179a3308716" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:00 GMT" - ], "Content-Length": [ "29" ], @@ -1330,15 +1330,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwNjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM3NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1346,42 +1346,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6a5ffe1e-1b82-4d3c-97fc-c1e2948cadf4\"" + "W/\"28bb9e23-1f0a-4d85-ad54-f8557926797f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "81cd01e8-e310-4943-900e-3f6d60a0f283" + "315e8f8c-a463-4f6c-baa2-f2009c614350" ], "x-ms-correlation-request-id": [ - "dca2aa62-bd89-4f09-8293-fbd3899f6683" + "625b6493-8b18-4f14-a1a3-30e418334b13" ], "x-ms-arm-service-request-id": [ - "834e9aae-cfa0-4878-860b-d665466b7946" + "c446dda6-1c4e-43e3-bfc3-a8b550e2068e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213801Z:dca2aa62-bd89-4f09-8293-fbd3899f6683" + "EASTUS2:20211130T204115Z:625b6493-8b18-4f14-a1a3-30e418334b13" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:00 GMT" - ], "Content-Length": [ - "1322" + "1316" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1390,25 +1390,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4068\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068\",\r\n \"etag\": \"W/\\\"6a5ffe1e-1b82-4d3c-97fc-c1e2948cadf4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d2e7a600-0f29-4391-a947-a2ae47ce3ee1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\",\r\n \"etag\": \"W/\\\"6a5ffe1e-1b82-4d3c-97fc-c1e2948cadf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3742\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742\",\r\n \"etag\": \"W/\\\"28bb9e23-1f0a-4d85-ad54-f8557926797f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b692f322-fcf7-415e-8b18-6eb9a8993dc3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\",\r\n \"etag\": \"W/\\\"28bb9e23-1f0a-4d85-ad54-f8557926797f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQwNjgvc3VibmV0cy9zbjMyOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM3NDIvc3VibmV0cy9zbjQyNDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef73458a-4690-4cbe-926d-ef36212de156" + "90343aa5-4ca4-4af5-9a12-2047acfc46cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1416,42 +1416,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6a5ffe1e-1b82-4d3c-97fc-c1e2948cadf4\"" + "W/\"28bb9e23-1f0a-4d85-ad54-f8557926797f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "36eb5a29-b1ab-4a0c-b5e5-50912e12062c" + "0c7970c2-81dc-43f6-ae73-bc87b8287e34" ], "x-ms-correlation-request-id": [ - "89bd57cf-7c1b-46aa-96c1-bd7ed0361319" + "b570ac0b-6bac-4ad0-9455-b2632c842516" ], "x-ms-arm-service-request-id": [ - "be0a6d04-5993-433d-964e-f277ba949530" + "c7db9b8f-5443-4578-8c98-e47e9f735630" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213801Z:89bd57cf-7c1b-46aa-96c1-bd7ed0361319" + "EASTUS2:20211130T204115Z:b570ac0b-6bac-4ad0-9455-b2632c842516" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:00 GMT" - ], "Content-Length": [ - "521" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1460,77 +1460,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\",\r\n \"etag\": \"W/\\\"6a5ffe1e-1b82-4d3c-97fc-c1e2948cadf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\",\r\n \"etag\": \"W/\\\"28bb9e23-1f0a-4d85-ad54-f8557926797f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUzNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYzOTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn328\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\r\n }\r\n },\r\n \"name\": \"ip1646\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\r\n }\r\n },\r\n \"name\": \"ip1025\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5f184591-7c9f-4710-bb1b-9227f7e4cce5" + "450acd83-636d-44aa-94ab-921ca749409b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b98672d-8878-495a-8dd5-61eec12c7071" + "9589ddba-74bd-40f9-be56-ac8f92b6a4e1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/1b98672d-8878-495a-8dd5-61eec12c7071?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/9589ddba-74bd-40f9-be56-ac8f92b6a4e1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "20b5c61d-9c3a-4e96-b903-00d1a36296c4" + "8909e147-4a07-4c0f-8b5a-cde6a19b4a78" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a9e17da2-102c-4507-864b-865bae393508" + "d7027f4f-66f2-4066-9923-3bae8622b47f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213802Z:20b5c61d-9c3a-4e96-b903-00d1a36296c4" + "EASTUS2:20211130T204116Z:8909e147-4a07-4c0f-8b5a-cde6a19b4a78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:01 GMT" - ], "Content-Length": [ - "1631" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1539,19 +1539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5341\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341\",\r\n \"etag\": \"W/\\\"13542108-ec93-478a-82d8-6e233088cd03\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81fa4905-60b2-4077-b41d-c0c162acec4b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1646\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341/ipConfigurations/ip1646\",\r\n \"etag\": \"W/\\\"13542108-ec93-478a-82d8-6e233088cd03\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\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\": \"actopurjb4iuhkkhukxeptr42b.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6392\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392\",\r\n \"etag\": \"W/\\\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32e090c5-ddc1-4073-bd92-eae784c883eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392/ipConfigurations/ip1025\",\r\n \"etag\": \"W/\\\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\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\": \"elzzfnxx5rpedcyyn020rgj3yd.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUzNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYzOTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1559,42 +1559,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"13542108-ec93-478a-82d8-6e233088cd03\"" + "W/\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "31c74461-5cc0-4e68-874d-b8ad33d6713a" + "faec33fe-c896-4ab8-94fa-c3cdffd144b0" ], "x-ms-correlation-request-id": [ - "3cb150d0-9cde-4c40-bcce-17d4ae05fda4" + "7849072e-1497-4d86-8127-5be7c56cc736" ], "x-ms-arm-service-request-id": [ - "e675fbef-27d0-4f40-b078-b17d84e66406" + "4d9057c3-9425-4e3d-87b1-51ed034bd8f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213802Z:3cb150d0-9cde-4c40-bcce-17d4ae05fda4" + "EASTUS2:20211130T204116Z:7849072e-1497-4d86-8127-5be7c56cc736" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:01 GMT" - ], "Content-Length": [ - "1631" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1603,25 +1603,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5341\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341\",\r\n \"etag\": \"W/\\\"13542108-ec93-478a-82d8-6e233088cd03\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81fa4905-60b2-4077-b41d-c0c162acec4b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1646\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341/ipConfigurations/ip1646\",\r\n \"etag\": \"W/\\\"13542108-ec93-478a-82d8-6e233088cd03\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\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\": \"actopurjb4iuhkkhukxeptr42b.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6392\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392\",\r\n \"etag\": \"W/\\\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32e090c5-ddc1-4073-bd92-eae784c883eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392/ipConfigurations/ip1025\",\r\n \"etag\": \"W/\\\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\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\": \"elzzfnxx5rpedcyyn020rgj3yd.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUzNDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYzOTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81d7fd22-aa16-4eb6-8c97-3cd54190b89f" + "8f73e247-672e-4025-a426-29b0bbb9b72e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1629,42 +1629,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"13542108-ec93-478a-82d8-6e233088cd03\"" + "W/\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e575d8f9-a351-4ce9-8bd7-3861afac85d3" + "35ad8766-4fdd-414c-8d8f-a3fc8e434bb0" ], "x-ms-correlation-request-id": [ - "8c13f4e2-50ce-4a7d-99b1-e224947c102c" + "8e1c0936-2a16-462e-9072-1592d2946738" ], "x-ms-arm-service-request-id": [ - "d9ae7ed7-3f07-4f57-8ed0-c8ba0fe08d81" + "ac3e658f-be04-4381-9786-9c4d09c6ea3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213802Z:8c13f4e2-50ce-4a7d-99b1-e224947c102c" + "EASTUS2:20211130T204116Z:8e1c0936-2a16-462e-9072-1592d2946738" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:01 GMT" - ], "Content-Length": [ - "1631" + "1624" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1673,46 +1673,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5341\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341\",\r\n \"etag\": \"W/\\\"13542108-ec93-478a-82d8-6e233088cd03\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81fa4905-60b2-4077-b41d-c0c162acec4b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1646\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/networkInterfaces/nic5341/ipConfigurations/ip1646\",\r\n \"etag\": \"W/\\\"13542108-ec93-478a-82d8-6e233088cd03\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\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\": \"actopurjb4iuhkkhukxeptr42b.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic6392\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392\",\r\n \"etag\": \"W/\\\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32e090c5-ddc1-4073-bd92-eae784c883eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/networkInterfaces/nic6392/ipConfigurations/ip1025\",\r\n \"etag\": \"W/\\\"99888b9b-9187-4a34-ba5c-6fa371ac0a57\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\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\": \"elzzfnxx5rpedcyyn020rgj3yd.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MTM2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjE4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9096\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/CapacityReservationGroups/crgtest5405\"\r\n }\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"singlePlacementGroup\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9087\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3837\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/CapacityReservationGroups/crgtest9463\"\r\n }\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"singlePlacementGroup\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "803e0e9b-c473-4328-8e82-ea5af0132ea2" + "90233c69-57d0-46e8-802f-00c0cc7ad8cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1971" + "1964" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:17 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ce7290b5-2f6d-426b-be9a-f10498d7bc30?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b4308df1-eb36-43f7-9f84-8499aea1a0b4?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1727,29 +1734,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce7290b5-2f6d-426b-be9a-f10498d7bc30" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b4308df1-eb36-43f7-9f84-8499aea1a0b4" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-correlation-request-id": [ - "9245bf0a-107e-4dc4-97b8-4d5951365821" + "7f0fd806-4902-4ec3-9a38-ce4645681119" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213804Z:9245bf0a-107e-4dc4-97b8-4d5951365821" + "EASTUS2:20211130T204117Z:7f0fd806-4902-4ec3-9a38-ce4645681119" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:04 GMT" - ], "Content-Length": [ - "3717" + "3767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1758,60 +1758,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9096\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4ca8c1f7-0cfd-4308-a8d7-9c4cbbdb92fc\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9087\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3837\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"daf379a3-6a92-4850-99d2-be8c965eacf3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-30T20:41:16.7120207+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ce7290b5-2f6d-426b-be9a-f10498d7bc30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9jZTcyOTBiNS0yZjZkLTQyNmItYmU5YS1mMTA0OThkN2JjMzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b4308df1-eb36-43f7-9f84-8499aea1a0b4?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjQzMDhkZjEtZWIzNi00M2Y3LTlmODQtODQ5OWFlYTFhMGI0P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:41:27 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a910d2f6-49cc-4424-bc2c-7dda6ac1038c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f868cbc4-14df-44c6-8d57-ae1510c815fe" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "b383ed52-7455-4610-b476-d369252c5bbc" + "b0d49d3d-b644-4c20-8521-ef81f56bacf7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213814Z:b383ed52-7455-4610-b476-d369252c5bbc" + "EASTUS2:20211130T204127Z:b0d49d3d-b644-4c20-8521-ef81f56bacf7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:38:14 GMT" - ], "Content-Length": [ "134" ], @@ -1822,57 +1822,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:38:03.0904567+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ce7290b5-2f6d-426b-be9a-f10498d7bc30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:41:16.6963958+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4308df1-eb36-43f7-9f84-8499aea1a0b4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ce7290b5-2f6d-426b-be9a-f10498d7bc30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9jZTcyOTBiNS0yZjZkLTQyNmItYmU5YS1mMTA0OThkN2JjMzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b4308df1-eb36-43f7-9f84-8499aea1a0b4?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjQzMDhkZjEtZWIzNi00M2Y3LTlmODQtODQ5OWFlYTFhMGI0P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:43:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad710f49-80e2-4b65-8a1e-01537dfaab7c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ba5d7883-90d9-4e52-b990-5911f0f49ee3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "cd8684f4-04e2-4e12-afbe-43a9d8bf7034" + "73092607-7520-4290-9820-a8236651e059" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213951Z:cd8684f4-04e2-4e12-afbe-43a9d8bf7034" + "EASTUS2:20211130T204304Z:73092607-7520-4290-9820-a8236651e059" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:39:50 GMT" - ], "Content-Length": [ "134" ], @@ -1883,57 +1883,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:38:03.0904567+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ce7290b5-2f6d-426b-be9a-f10498d7bc30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:41:16.6963958+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4308df1-eb36-43f7-9f84-8499aea1a0b4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ce7290b5-2f6d-426b-be9a-f10498d7bc30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9jZTcyOTBiNS0yZjZkLTQyNmItYmU5YS1mMTA0OThkN2JjMzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b4308df1-eb36-43f7-9f84-8499aea1a0b4?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjQzMDhkZjEtZWIzNi00M2Y3LTlmODQtODQ5OWFlYTFhMGI0P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:44:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b925ce9-480e-4261-8d2a-b29c21a3337b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c27a4aa5-315e-44de-b563-3e7fd185e9b1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "2edaa3ca-60a4-4efc-9507-59f8cc0d0419" + "d812c302-ab53-4935-bafb-58712d21bcae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214128Z:2edaa3ca-60a4-4efc-9507-59f8cc0d0419" + "EASTUS2:20211130T204441Z:d812c302-ab53-4935-bafb-58712d21bcae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:41:28 GMT" - ], "Content-Length": [ "134" ], @@ -1944,59 +1944,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:38:03.0904567+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ce7290b5-2f6d-426b-be9a-f10498d7bc30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:41:16.6963958+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4308df1-eb36-43f7-9f84-8499aea1a0b4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/ce7290b5-2f6d-426b-be9a-f10498d7bc30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9jZTcyOTBiNS0yZjZkLTQyNmItYmU5YS1mMTA0OThkN2JjMzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/b4308df1-eb36-43f7-9f84-8499aea1a0b4?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjQzMDhkZjEtZWIzNi00M2Y3LTlmODQtODQ5OWFlYTFhMGI0P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cb512b35-9c4f-4c7d-b4fe-e5827d54516b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "61b0f9a3-b194-4849-87e6-e31039e93e03" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "2aca55f0-98a4-4cf3-8f26-fd11a6ee0cc0" + "27bb1edd-9e17-4d1b-93a9-afd5d1fe3865" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214305Z:2aca55f0-98a4-4cf3-8f26-fd11a6ee0cc0" + "EASTUS2:20211130T204618Z:27bb1edd-9e17-4d1b-93a9-afd5d1fe3865" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2005,29 +2005,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:38:03.0904567+00:00\",\r\n \"endTime\": \"2021-07-23T21:42:25.8726599+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ce7290b5-2f6d-426b-be9a-f10498d7bc30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:41:16.6963958+00:00\",\r\n \"endTime\": \"2021-11-30T20:45:11.571728+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b4308df1-eb36-43f7-9f84-8499aea1a0b4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MTM2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjE4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], @@ -2035,29 +2042,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9baf9560-e216-4875-9288-bc2b64158068" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "031a4643-e8a2-4c8c-ab33-c7a020dd4ff7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "d3aea270-4acf-4889-b254-115fd380aede" + "48288feb-3d6d-467b-a199-5ac53429eec2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214305Z:d3aea270-4acf-4889-b254-115fd380aede" + "EASTUS2:20211130T204618Z:48288feb-3d6d-467b-a199-5ac53429eec2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ - "3718" + "3768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2066,35 +2066,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9096\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4ca8c1f7-0cfd-4308-a8d7-9c4cbbdb92fc\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9087\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3837\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"daf379a3-6a92-4850-99d2-be8c965eacf3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-30T20:41:16.7120207+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MTM2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjE4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d48f4d1-8fe8-48a7-befc-ba32a1a4616c" + "920d65b8-a23d-4af0-ba9a-e0d681552872" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], @@ -2102,29 +2109,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "809c36c9-a917-4958-b03d-810ed0129ad0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "37f5ccad-163a-4473-91f6-38209f6497f3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "4db4234f-04af-4a7c-a602-ae57ed69fec6" + "09f7f2f3-5665-4e7f-8e63-79c2a12fece5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214305Z:4db4234f-04af-4a7c-a602-ae57ed69fec6" + "EASTUS2:20211130T204619Z:09f7f2f3-5665-4e7f-8e63-79c2a12fece5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ - "3718" + "3768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2133,62 +2133,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss5136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9096\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4ca8c1f7-0cfd-4308-a8d7-9c4cbbdb92fc\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9087\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3837\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"daf379a3-6a92-4850-99d2-be8c965eacf3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-30T20:41:16.7120207+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405/capacityReservations/crtest9148?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDU0MDUvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0OTE0OD8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463/capacityReservations/crtest7356?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk0NjMvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NzM1Nj8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3799ef47-add0-4299-aa67-fa4bf45ef06f" + "503fac15-3b0a-40f4-af05-66b167307996" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a58c9a33-9cab-463b-88d8-cc16d97a8533" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ef8e8a7f-6838-47cc-ba7e-700f95868159" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "57eed148-1eef-4af1-9c2e-06b37b62a035" + "1070a626-8497-4d43-9dc2-bd555409c8b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214305Z:57eed148-1eef-4af1-9c2e-06b37b62a035" + "EASTUS2:20211130T204619Z:1070a626-8497-4d43-9dc2-bd555409c8b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ - "1190" + "1504" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2197,35 +2197,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crtest9148\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405/capacityReservations/crtest9148\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9109\": \"2021-07-23 21:37:22Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"virtualMachinesAssociated\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9109/providers/Microsoft.Compute/virtualMachineScaleSets/VMSS5136/virtualMachines/0\"\r\n }\r\n ],\r\n \"reservationId\": \"cf360f96-1fdb-4a26-80e4-df6a83f7ff05\",\r\n \"provisioningTime\": \"2021-07-23T21:37:25.8872154+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"utilizationInfo\": {},\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:37:25.8872154+00:00\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crtest7356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463/capacityReservations/crtest7356\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar1867\": \"2021-11-30 20:40:38Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"virtualMachinesAssociated\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1867/providers/Microsoft.Compute/virtualMachineScaleSets/VMSS4218/virtualMachines/0\"\r\n }\r\n ],\r\n \"reservationId\": \"68cdf389-682f-462f-80c3-09cf153c8273\",\r\n \"provisioningTime\": \"2021-11-30T20:40:42.1025809+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"utilizationInfo\": {\r\n \"virtualMachinesAllocated\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218/virtualMachines/0\"\r\n }\r\n ]\r\n },\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:40:42.1025809+00:00\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-30T20:40:38.9931891+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MTM2L3ZpcnR1YWxNYWNoaW5lcz8kZmlsdGVyPXByb3BlcnRpZXMvbGF0ZXN0TW9kZWxBcHBsaWVkJTIwZXElMjB0cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjE4L3ZpcnR1YWxNYWNoaW5lcz8kZmlsdGVyPXByb3BlcnRpZXMvbGF0ZXN0TW9kZWxBcHBsaWVkJTIwZXElMjB0cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34c52e3b-f3da-4e70-a86c-95a1a9498e88" + "45fcd345-f566-4893-a62c-6b4d9c19de60" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899,Microsoft.Compute/VMScaleSetVMViews3Min;4999" ], @@ -2236,29 +2243,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94c191d9-e984-47f4-a941-7cd0db9960f5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0725669d-cc51-4edf-9595-0f9ba91d0629" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "6f129abe-d8ba-4481-8cee-00bb4872e836" + "68961c86-ea05-4da4-9d4b-c7b053e83825" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214305Z:6f129abe-d8ba-4481-8cee-00bb4872e836" + "EASTUS2:20211130T204619Z:68961c86-ea05-4da4-9d4b-c7b053e83825" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ - "5427" + "5465" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2267,35 +2267,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss5136_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9096\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"e75603d0-373d-482b-9393-509220bd4c10\",\r\n \"hardwareProfile\": {},\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss5136_vmss5136_0_OsDisk_1_9d3478cfa7c2441d8c80a5280f66bece\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/disks/vmss5136_vmss5136_0_OsDisk_1_9d3478cfa7c2441d8c80a5280f66bece\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss5136_vmss5136_0_disk2_e6706977076e4e40b11c415b1d108755\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/disks/vmss5136_vmss5136_0_disk2_e6706977076e4e40b11c415b1d108755\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136/virtualMachines/0/networkInterfaces/vmsstestnetconfig9096\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachines/vmss5136_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachines/vmss5136_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss4218_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9087\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3837\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"93e59a1e-4eb3-431b-9204-6565b171d21b\",\r\n \"hardwareProfile\": {},\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss4218_vmss4218_0_OsDisk_1_df23270b7bc149a7a36d536bd4715d36\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/disks/vmss4218_vmss4218_0_OsDisk_1_df23270b7bc149a7a36d536bd4715d36\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss4218_vmss4218_0_disk2_46db564b0ce04fd9a62f85e336e46492\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/disks/vmss4218_vmss4218_0_disk2_46db564b0ce04fd9a62f85e336e46492\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218/virtualMachines/0/networkInterfaces/vmsstestnetconfig9087\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:41:16.8838745+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachines/vmss4218_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachines/vmss4218_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MTM2L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjE4L2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139e1e6e-94db-493e-ab76-0757224c070e" + "04774fab-d757-45e0-b277-00326c8d8213" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898" ], @@ -2303,27 +2310,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "73b68bd8-3ded-44ca-ace4-2ae8de1e7999" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7171cf3b-1497-4a35-87b6-6e5dc01625a6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "5999db4e-a358-4ee6-b617-8e11bea345df" + "72d37eae-7c72-4c49-a7da-43601723e094" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214305Z:5999db4e-a358-4ee6-b617-8e11bea345df" + "EASTUS2:20211130T204619Z:72d37eae-7c72-4c49-a7da-43601723e094" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ "822" ], @@ -2334,35 +2334,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:42:25.8570975+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 1\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:45:11.5562231+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9442206f-80da-4635-832c-e6ba0a78b7e7" + "60162ecd-f13f-4f39-a6e4-96f8de4d8f70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" ], @@ -2370,29 +2377,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16f56b9b-d679-4de9-a58e-68a46d6b6b62" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d5621a3e-6a32-4b0e-acbe-0cd4e9cacd71" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "e418de83-9f54-4561-b9e1-18bd0726708e" + "2bd3f366-961d-43e9-8e0b-9aec06ac5818" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214306Z:e418de83-9f54-4561-b9e1-18bd0726708e" + "EASTUS2:20211130T204619Z:2bd3f366-961d-43e9-8e0b-9aec06ac5818" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ - "4147" + "4201" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2401,35 +2401,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss5136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9096\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3740\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Network/virtualNetworks/vn4068/subnets/sn328\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/capacityReservationGroups/crgtest5405\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"4ca8c1f7-0cfd-4308-a8d7-9c4cbbdb92fc\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss4218\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9087\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3837\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Network/virtualNetworks/vn3742/subnets/sn4247\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/capacityReservationGroups/crgtest9463\"\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"daf379a3-6a92-4850-99d2-be8c965eacf3\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-30T20:41:16.7120207+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9109/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5136/virtualmachines/0/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkxMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1MTM2L3ZpcnR1YWxtYWNoaW5lcy8wL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1867/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4218/virtualMachines/0/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjE4L3ZpcnR1YWxNYWNoaW5lcy8wL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "045f3d8b-1592-42e9-a836-e26979b93456" + "741acae0-8ce6-4ea0-973e-ca2ed2215047" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4998" ], @@ -2440,27 +2447,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "102de820-ad74-4d51-bf0d-9cc7226dc092" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e575353b-629a-4bb1-90a3-6ae473ba6065" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "ff06e5db-9dae-4210-abce-5abc4c49f4ed" + "b8c839b9-09e7-40e1-8fe9-47ff3193f2ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214306Z:ff06e5db-9dae-4210-abce-5abc4c49f4ed" + "EASTUS2:20211130T204619Z:b8c839b9-09e7-40e1-8fe9-47ff3193f2ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:05 GMT" - ], "Content-Length": [ "3278" ], @@ -2471,25 +2471,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"placementGroupId\": \"8928a36d-b7ec-4c8a-a4a1-86227ff64736\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-07-23T21:42:17+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.15\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss5136_vmss5136_0_OsDisk_1_9d3478cfa7c2441d8c80a5280f66bece\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:38:07.2779561+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss5136_vmss5136_0_disk2_e6706977076e4e40b11c415b1d108755\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:38:07.2779561+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.15\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-07-23T21:42:09+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:42:25.8414111+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"placementGroupId\": \"dc062902-5379-4cf5-b0ea-6e72dd76407e\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-30T20:46:10+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss4218_vmss4218_0_OsDisk_1_df23270b7bc149a7a36d536bd4715d36\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:41:19.6963776+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss4218_vmss4218_0_disk2_46db564b0ce04fd9a62f85e336e46492\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:41:19.6963776+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-30T20:46:05+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:45:11.5404677+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9109?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkxMDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1867?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e05b63c-8ff5-4acc-95e5-e3e81d10c58b" + "9dd65a48-b74a-4ea0-9fcb-6dae1c323674" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2497,11 +2497,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:46:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MTA5LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2510,13 +2513,13 @@ "14999" ], "x-ms-request-id": [ - "3cbabd97-8851-41d1-8c3c-dc3a9d368de9" + "32deaaec-8846-4a70-8d34-837b9ccd67c7" ], "x-ms-correlation-request-id": [ - "3cbabd97-8851-41d1-8c3c-dc3a9d368de9" + "32deaaec-8846-4a70-8d34-837b9ccd67c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T214307Z:3cbabd97-8851-41d1-8c3c-dc3a9d368de9" + "EASTUS2:20211130T204619Z:32deaaec-8846-4a70-8d34-837b9ccd67c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2524,14 +2527,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:43:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2540,29 +2540,29 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar9109", - "vmss5136", - "crptestar7567", - "crgtest5405", - "crtest9148" + "crptestar1867", + "vmss4218", + "crptestar6066", + "crgtest9463", + "crtest7356" ], "CreatePublicIP": [ - "pip6157", - "dn6412" + "pip4014", + "dn760" ], "CreateVNET": [ - "vn4068", - "sn328" + "vn3742", + "sn4247" ], "CreateNIC": [ - "nic5341", - "ip1646" + "nic6392", + "ip1025" ], "CreateDefaultVMScaleSetInput": [ - "crptestar2498", - "vmss1564", - "vmsstestnetconfig9096", - "vmsstestnetconfig3740" + "crptestar1867", + "vmss4818", + "vmsstestnetconfig9087", + "vmsstestnetconfig3837" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_With_DiskEncryptionSet.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_With_DiskEncryptionSet.json index ce760bf81ea09..9bf266ecbaa0b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_With_DiskEncryptionSet.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetScenarioTests/TestVMScaleSetScenarioOperations_With_DiskEncryptionSet.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d669c53d-9388-483f-a173-933766e4de1d" + "5a46f2d8-a6ab-438a-95d8-9fcc286ed7cb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:51:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "cf965b9f-5cb8-444c-b490-52b9c946550c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65e80308-f2eb-469d-a3c6-59d86da8be98" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "fd8a2cfd-e168-4a98-ab8d-a356793b2305" + "52e0c28d-d4c7-4e08-b65b-aca1a133c2a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072140Z:fd8a2cfd-e168-4a98-ab8d-a356793b2305" + "EASTUS2:20211117T135135Z:52e0c28d-d4c7-4e08-b65b-aca1a133c2a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:21:40 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar560?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2MD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8353?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzNTM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar560\": \"2021-06-29 07:21:40Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8353\": \"2021-11-17 13:51:35Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "822251df-41d8-408e-a30d-d6d0afc23276" + "5a524400-9740-41b8-8e3e-cf5f3ee47b69" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "92" + "93" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:51:35 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "3631e98c-d4f5-4125-8c72-7142a7597c78" + "f5463f89-b1f7-4cfa-ad25-afc9912d952f" ], "x-ms-correlation-request-id": [ - "3631e98c-d4f5-4125-8c72-7142a7597c78" + "f5463f89-b1f7-4cfa-ad25-afc9912d952f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072140Z:3631e98c-d4f5-4125-8c72-7142a7597c78" + "EASTUS2:20211117T135136Z:f5463f89-b1f7-4cfa-ad25-afc9912d952f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:21:40 GMT" - ], "Content-Length": [ - "225" + "228" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560\",\r\n \"name\": \"crptestar560\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar560\": \"2021-06-29 07:21:40Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353\",\r\n \"name\": \"crptestar8353\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8353\": \"2021-11-17 13:51:35Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar560?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2MD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8353?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzNTM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c69a0ec-2b72-4778-953b-f5c4a73d2e7a" + "f3be3ba6-8270-46af-b616-69a33303cb06" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "4770cc70-864a-44a8-9319-db2d2a1fb2ad" + "2223d085-ae9b-4bf3-aa2e-210570bcf0d9" ], "x-ms-correlation-request-id": [ - "4770cc70-864a-44a8-9319-db2d2a1fb2ad" + "2223d085-ae9b-4bf3-aa2e-210570bcf0d9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072212Z:4770cc70-864a-44a8-9319-db2d2a1fb2ad" + "EASTUS2:20211117T135205Z:2223d085-ae9b-4bf3-aa2e-210570bcf0d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:11 GMT" - ], "Content-Length": [ - "178" + "180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560\",\r\n \"name\": \"crptestar560\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353\",\r\n \"name\": \"crptestar8353\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Storage/storageAccounts/crptestar1953?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjE5NTM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Storage/storageAccounts/crptestar7795?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3Nzk1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d0681af2-b06f-42c6-bd65-9a7058a5780d" + "def8f7b4-3d22-4dc6-9724-ced39177d1d1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:51:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84b47ef8-0f0e-4024-99e0-3fa7f6a255cc?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bfd96c0-9cf1-4a5e-9c82-39be64af0861?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "84b47ef8-0f0e-4024-99e0-3fa7f6a255cc" + "7bfd96c0-9cf1-4a5e-9c82-39be64af0861" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4471c914-3c4f-456c-961a-1b70c9fd53fd" + "b43aa5b7-ba79-44e7-9df6-ac69bbaa0360" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072144Z:4471c914-3c4f-456c-961a-1b70c9fd53fd" + "EASTUS2:20211117T135138Z:b43aa5b7-ba79-44e7-9df6-ac69bbaa0360" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:21:43 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84b47ef8-0f0e-4024-99e0-3fa7f6a255cc?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvODRiNDdlZjgtMGYwZS00MDI0LTk5ZTAtM2ZhN2Y2YTI1NWNjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bfd96c0-9cf1-4a5e-9c82-39be64af0861?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvN2JmZDk2YzAtOWNmMS00YTVlLTljODItMzliZTY0YWYwODYxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:51:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9b0c4122-64a9-4a54-bae9-78bf78dadcf5" + "0dc7206f-92e1-499e-b7fa-ccf59fc34f7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "adfd851a-269b-4ec6-a284-d450ef5343c2" + "481aef5f-cde4-4551-af22-b1b1b8320db5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072201Z:adfd851a-269b-4ec6-a284-d450ef5343c2" + "EASTUS2:20211117T135155Z:481aef5f-cde4-4551-af22-b1b1b8320db5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:00 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d8801d7-3c0d-4bcb-ae19-c243d582861a" + "6029b59a-5ffb-4bc7-8498-09cfca20acad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d9067878-7013-4f63-b51a-7dac849bb1de" + "abb55ee1-8e64-4106-be38-71c963f18a0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "391c9460-449f-4e1c-b9ef-5df22346ffcb" + "e50109d5-82ef-4518-b3c9-bdb3bbaa290f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072211Z:391c9460-449f-4e1c-b9ef-5df22346ffcb" + "EASTUS2:20211117T135205Z:e50109d5-82ef-4518-b3c9-bdb3bbaa290f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:10 GMT" - ], "Content-Length": [ - "740" + "741" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Storage/storageAccounts/crptestar1953\",\r\n \"name\": \"crptestar1953\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:21:41.1953182Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1953.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1953.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1953.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1953.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Storage/storageAccounts/crptestar7795\",\r\n \"name\": \"crptestar7795\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T13:51:36.3769235Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7795.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7795.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7795.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7795.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Storage/storageAccounts/crptestar1953?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjE5NTM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Storage/storageAccounts/crptestar7795?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3Nzk1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc9a5f50-f340-4843-829e-e6a4ba597ce6" + "4c675710-27a0-4a5a-a67d-d013cc73ec67" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c9657f70-063c-49b8-992e-ac0d6f0b21c9" + "e3069cc4-783b-450b-abc6-fa962f01b590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "77f062f3-e5bc-477e-a5ac-d333d7ac9ddf" + "537476b2-4da6-4c07-8eb2-9568f1954b47" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072211Z:77f062f3-e5bc-477e-a5ac-d333d7ac9ddf" + "EASTUS2:20211117T135205Z:537476b2-4da6-4c07-8eb2-9568f1954b47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:11 GMT" - ], "Content-Length": [ - "728" + "729" ], "Content-Type": [ "application/json" @@ -457,32 +457,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Storage/storageAccounts/crptestar1953\",\r\n \"name\": \"crptestar1953\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T07:21:41.1953182Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1953.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1953.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1953.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1953.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Storage/storageAccounts/crptestar7795\",\r\n \"name\": \"crptestar7795\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T13:51:36.3769235Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7795.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7795.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7795.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7795.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvVk1TY2FsZVNldERvZXNOb3RFeGlzdD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b44ea14-d2f7-43e3-9367-f844eafb6de7" + "d2ff7bef-870f-4582-9b40-a58fb1566d45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:04 GMT" + ], "Pragma": [ "no-cache" ], @@ -490,13 +493,13 @@ "14999" ], "x-ms-request-id": [ - "26b6997b-4509-4e67-8487-236f4c664030" + "44d8a7d1-e327-4eb7-954c-b4f65597fe28" ], "x-ms-correlation-request-id": [ - "26b6997b-4509-4e67-8487-236f4c664030" + "44d8a7d1-e327-4eb7-954c-b4f65597fe28" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072211Z:26b6997b-4509-4e67-8487-236f4c664030" + "EASTUS2:20211117T135205Z:44d8a7d1-e327-4eb7-954c-b4f65597fe28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,9 +507,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:11 GMT" - ], "Expires": [ "-1" ] @@ -515,21 +515,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/publicIPAddresses/pip2605?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjYwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/publicIPAddresses/pip4647?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ2NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3628\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5065\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1fd027e0-2680-4c1a-8897-5611de977fff" + "90b79213-1dd8-4fa0-b826-dbfd479bbf0b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -543,48 +543,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a879fe6c-5bdf-4132-a62f-9702ab2e4e3a" + "78fd0e39-51b6-4a2c-a3a7-21d778e641bb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a879fe6c-5bdf-4132-a62f-9702ab2e4e3a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/78fd0e39-51b6-4a2c-a3a7-21d778e641bb?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3d80ccf7-c669-47b5-a57d-32df93385b02" + "f377b75f-d9ae-4c73-b1f0-43def4b3d565" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "258c2f39-2955-4ab1-8d9f-48b80b79eb3c" + "af9f14cc-d0f8-47a9-8b2b-8e457220912f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072212Z:3d80ccf7-c669-47b5-a57d-32df93385b02" + "EASTUS2:20211117T135205Z:f377b75f-d9ae-4c73-b1f0-43def4b3d565" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:12 GMT" - ], "Content-Length": [ - "756" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +593,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/publicIPAddresses/pip2605\",\r\n \"etag\": \"W/\\\"3ad662d8-9b43-49b6-89cd-2d6cc4cd8949\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b0f6bf80-b4c8-4be7-8c53-c55f795f9e4a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3628\",\r\n \"fqdn\": \"dn3628.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4647\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/publicIPAddresses/pip4647\",\r\n \"etag\": \"W/\\\"41161f88-164b-48d2-8019-3f056da4b931\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4a1f9f89-3ba7-4522-8a05-20f9e0242459\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5065\",\r\n \"fqdn\": \"dn5065.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a879fe6c-5bdf-4132-a62f-9702ab2e4e3a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2E4NzlmZTZjLTViZGYtNDEzMi1hNjJmLTk3MDJhYjJlNGUzYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/78fd0e39-51b6-4a2c-a3a7-21d778e641bb?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc4ZmQwZTM5LTUxYjYtNGEyYy1hM2E3LTIxZDc3OGU2NDFiYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -613,37 +613,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9e2a44b1-ff0c-44b3-8543-4c6acafdef24" + "f340b8bc-d6db-4bb1-98fb-cbd3a30f9571" ], "x-ms-correlation-request-id": [ - "d76c1dcf-6671-4444-8e11-89791f4a3536" + "3c96cb8c-7598-47c1-a117-73eb16d1b76a" ], "x-ms-arm-service-request-id": [ - "3dd33d8e-9836-4afb-8c82-64ee0e66b98d" + "2b62689e-f560-4203-a74d-d55f9b669e9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072214Z:d76c1dcf-6671-4444-8e11-89791f4a3536" + "EASTUS2:20211117T135207Z:3c96cb8c-7598-47c1-a117-73eb16d1b76a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:13 GMT" - ], "Content-Length": [ "29" ], @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/publicIPAddresses/pip2605?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjYwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/publicIPAddresses/pip4647?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ2NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b9d769f7-774c-47a3-9cd0-20cf0718d0ca\"" + "W/\"fcaf58fa-f831-4309-b0b8-e8a23e1871e6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "444853d7-b9f7-4d63-9a4e-859dbc8d5363" + "0bbaabc8-152f-449f-b645-8971a7e30aab" ], "x-ms-correlation-request-id": [ - "d5ba3438-96f7-46f8-8153-ad0e57cb58d9" + "a2d22a46-1834-4131-bb33-21ad075934a6" ], "x-ms-arm-service-request-id": [ - "0c724f25-83ef-4f8b-b7dc-3f9db8b1e9e9" + "702d5e0a-7d65-4c7a-acb7-065ea2a9b0eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072214Z:d5ba3438-96f7-46f8-8153-ad0e57cb58d9" + "EASTUS2:20211117T135207Z:a2d22a46-1834-4131-bb33-21ad075934a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:13 GMT" - ], "Content-Length": [ - "757" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/publicIPAddresses/pip2605\",\r\n \"etag\": \"W/\\\"b9d769f7-774c-47a3-9cd0-20cf0718d0ca\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0f6bf80-b4c8-4be7-8c53-c55f795f9e4a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3628\",\r\n \"fqdn\": \"dn3628.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4647\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/publicIPAddresses/pip4647\",\r\n \"etag\": \"W/\\\"fcaf58fa-f831-4309-b0b8-e8a23e1871e6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a1f9f89-3ba7-4522-8a05-20f9e0242459\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5065\",\r\n \"fqdn\": \"dn5065.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/publicIPAddresses/pip2605?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwMjYwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/publicIPAddresses/pip4647?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ2NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe3d4452-a80c-4427-b69f-457763bd5be2" + "7cb0fee1-89f8-4d4e-8b7e-32b6f4f88d15" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -744,42 +744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b9d769f7-774c-47a3-9cd0-20cf0718d0ca\"" + "W/\"fcaf58fa-f831-4309-b0b8-e8a23e1871e6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "28f5b2d1-2d19-4c34-ab8e-50e0ef63896e" + "014123c5-3456-499c-88df-c2c81a694e44" ], "x-ms-correlation-request-id": [ - "5594b3a0-ae47-46eb-ae7b-e26c3a3b2eec" + "9aee5870-5367-4d27-b6db-f403bfaf72a1" ], "x-ms-arm-service-request-id": [ - "8fbe9062-f1e2-45f7-b5da-9b6d6be5f7ab" + "30403312-8805-43c8-860e-057d78e8b8d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072214Z:5594b3a0-ae47-46eb-ae7b-e26c3a3b2eec" + "EASTUS2:20211117T135207Z:9aee5870-5367-4d27-b6db-f403bfaf72a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:13 GMT" - ], "Content-Length": [ - "757" + "758" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,25 +788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip2605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/publicIPAddresses/pip2605\",\r\n \"etag\": \"W/\\\"b9d769f7-774c-47a3-9cd0-20cf0718d0ca\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b0f6bf80-b4c8-4be7-8c53-c55f795f9e4a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3628\",\r\n \"fqdn\": \"dn3628.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4647\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/publicIPAddresses/pip4647\",\r\n \"etag\": \"W/\\\"fcaf58fa-f831-4309-b0b8-e8a23e1871e6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a1f9f89-3ba7-4522-8a05-20f9e0242459\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5065\",\r\n \"fqdn\": \"dn5065.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNTEyND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk5OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6354\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1513\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "189d1745-eb26-4347-8949-87225071273a" + "6a6be50a-7969-4076-a3b6-5e5b05ffbc22" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -820,48 +820,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:07 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "285b660f-e1f6-43b2-94d3-df9488dc895d" + "204df345-9f91-4bcc-9884-c83e7632df96" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/285b660f-e1f6-43b2-94d3-df9488dc895d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/204df345-9f91-4bcc-9884-c83e7632df96?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4fc45a5c-bf66-4a72-afd9-f77b38bedd90" + "7951097d-7c4c-460e-a2f3-db07a059a2f1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4bf29490-4aa1-42c2-8874-6c7baa736941" + "c9a36a68-682b-4d33-a940-57386214512b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072214Z:4fc45a5c-bf66-4a72-afd9-f77b38bedd90" + "EASTUS2:20211117T135207Z:7951097d-7c4c-460e-a2f3-db07a059a2f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:13 GMT" - ], "Content-Length": [ - "1313" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124\",\r\n \"etag\": \"W/\\\"b8b4a75b-7ddb-4ef6-8a8f-fb8d1ff150b3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"43b03681-d4cc-4272-8818-7390360ba5b5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\",\r\n \"etag\": \"W/\\\"b8b4a75b-7ddb-4ef6-8a8f-fb8d1ff150b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9990\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990\",\r\n \"etag\": \"W/\\\"9e689b75-9c68-402c-aecf-8d8246d1d935\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d12ccd5c-67ca-4581-86b5-369168697c39\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\",\r\n \"etag\": \"W/\\\"9e689b75-9c68-402c-aecf-8d8246d1d935\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/285b660f-e1f6-43b2-94d3-df9488dc895d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI4NWI2NjBmLWUxZjYtNDNiMi05NGQzLWRmOTQ4OGRjODk1ZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/204df345-9f91-4bcc-9884-c83e7632df96?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzIwNGRmMzQ1LTlmOTEtNGJjYy05ODg0LWM4M2U3NjMyZGY5Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -890,37 +890,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "636d93e4-9204-44f5-a5f7-cf4526303270" + "7c87b656-b5fa-46f2-9568-c68744a6321c" ], "x-ms-correlation-request-id": [ - "fe279b25-0ecb-4cd1-a0d1-178ba0ff96a6" + "85a47ec6-d741-46ed-95b2-892aa9eabcef" ], "x-ms-arm-service-request-id": [ - "eb701d5e-2e40-49de-90b6-6d53dd32f1e8" + "0af33d03-f163-418c-a095-fd99abff0714" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072218Z:fe279b25-0ecb-4cd1-a0d1-178ba0ff96a6" + "EASTUS2:20211117T135210Z:85a47ec6-d741-46ed-95b2-892aa9eabcef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:18 GMT" - ], "Content-Length": [ "29" ], @@ -935,15 +935,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNTEyND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk5OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,42 +951,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1c241ebb-907a-4471-904b-9cdba676922c\"" + "W/\"b64390ab-d34a-4ded-89cd-aefb81d43db5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bcaa902d-c761-4842-aac0-4ff4f749a506" + "349e73fe-72c0-4c7b-8cb8-34f4f1ee10dd" ], "x-ms-correlation-request-id": [ - "fdc4e7ce-e482-4f86-9c14-f03a70e178a4" + "88841aaf-1250-4de1-86d4-d3cf1682f6e3" ], "x-ms-arm-service-request-id": [ - "183c9ab2-bc99-4969-996a-36bdbb94d25d" + "8ad1acbb-0bd4-4eec-b7bd-35d1af40eec4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072218Z:fdc4e7ce-e482-4f86-9c14-f03a70e178a4" + "EASTUS2:20211117T135210Z:88841aaf-1250-4de1-86d4-d3cf1682f6e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:18 GMT" - ], "Content-Length": [ - "1315" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5124\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124\",\r\n \"etag\": \"W/\\\"1c241ebb-907a-4471-904b-9cdba676922c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"43b03681-d4cc-4272-8818-7390360ba5b5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\",\r\n \"etag\": \"W/\\\"1c241ebb-907a-4471-904b-9cdba676922c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9990\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990\",\r\n \"etag\": \"W/\\\"b64390ab-d34a-4ded-89cd-aefb81d43db5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d12ccd5c-67ca-4581-86b5-369168697c39\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\",\r\n \"etag\": \"W/\\\"b64390ab-d34a-4ded-89cd-aefb81d43db5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNTEyNC9zdWJuZXRzL3NuNjM1ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk5OTAvc3VibmV0cy9zbjE1MTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23b64b39-1e3f-43d3-a612-21da96e64036" + "efb6b907-c5b5-4aa7-a95c-19ca0e39cdaa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1021,42 +1021,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1c241ebb-907a-4471-904b-9cdba676922c\"" + "W/\"b64390ab-d34a-4ded-89cd-aefb81d43db5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ae0b26e0-e2f0-4261-a23f-79c3e9148498" + "440c8dc4-6086-41fc-ac1c-8bb4ef2cc5b5" ], "x-ms-correlation-request-id": [ - "daaf3a2d-d655-4018-b45d-4dc82c67fc42" + "103f29ca-7b86-424f-8010-a8f930a3973c" ], "x-ms-arm-service-request-id": [ - "f9eae7e1-a956-43e1-b09a-d54114d7005d" + "b4958ed1-f511-4e1f-980c-4c9890e427aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072218Z:daaf3a2d-d655-4018-b45d-4dc82c67fc42" + "EASTUS2:20211117T135210Z:103f29ca-7b86-424f-8010-a8f930a3973c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:18 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,77 +1065,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\",\r\n \"etag\": \"W/\\\"1c241ebb-907a-4471-904b-9cdba676922c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\",\r\n \"etag\": \"W/\\\"b64390ab-d34a-4ded-89cd-aefb81d43db5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNDM2OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkyNjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6354\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\r\n }\r\n },\r\n \"name\": \"ip5529\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1513\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\r\n }\r\n },\r\n \"name\": \"ip4926\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d2949034-ea6a-44bc-bc51-f5aacc26ac39" + "6c8fd002-a929-4fa3-935b-38a048b37831" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "741" + "742" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3241bfe8-2744-4967-98c0-9742a2ec236e" + "d5329b97-9bf0-4083-a39e-c219a7a04a18" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3241bfe8-2744-4967-98c0-9742a2ec236e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d5329b97-9bf0-4083-a39e-c219a7a04a18?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "71d3e600-a016-4fbf-8565-62681e9d0002" + "e83e44ab-9883-4899-8e18-4fbfea952829" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "07496da4-688d-4d15-bc52-a34940196389" + "f19ea863-3653-4ffd-960c-5c7fccb14f28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072219Z:71d3e600-a016-4fbf-8565-62681e9d0002" + "EASTUS2:20211117T135210Z:e83e44ab-9883-4899-8e18-4fbfea952829" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:18 GMT" - ], "Content-Length": [ - "1622" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1144,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369\",\r\n \"etag\": \"W/\\\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f1a68a4-2a8b-492d-b9a1-d0a48e6f574e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369/ipConfigurations/ip5529\",\r\n \"etag\": \"W/\\\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\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\": \"qe1laq4m0rzefcayooidmc3fwf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261\",\r\n \"etag\": \"W/\\\"70f33caf-e840-4481-8be8-88412c816045\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e9dd8471-5153-4045-9196-0c11c54249fa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261/ipConfigurations/ip4926\",\r\n \"etag\": \"W/\\\"70f33caf-e840-4481-8be8-88412c816045\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\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\": \"ltgszuokm4aulbvvg0iwq0l2hb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNDM2OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkyNjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\"" + "W/\"70f33caf-e840-4481-8be8-88412c816045\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8d17b4f0-f52b-4c44-b328-83bd54a03fa1" + "7d7a6a22-1b81-41eb-81d3-db5362cf6b1a" ], "x-ms-correlation-request-id": [ - "8704b296-6a38-4d4e-b8ed-9800c0756cdd" + "6846d1b2-effe-4a89-8a78-d0d2ce4371a6" ], "x-ms-arm-service-request-id": [ - "c1a5f6fa-32a2-4a9d-8bbb-f41e997ef13a" + "8b0f3da0-784e-4402-bf42-16f147f535f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072219Z:8704b296-6a38-4d4e-b8ed-9800c0756cdd" + "EASTUS2:20211117T135210Z:6846d1b2-effe-4a89-8a78-d0d2ce4371a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:18 GMT" - ], "Content-Length": [ - "1622" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369\",\r\n \"etag\": \"W/\\\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f1a68a4-2a8b-492d-b9a1-d0a48e6f574e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369/ipConfigurations/ip5529\",\r\n \"etag\": \"W/\\\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\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\": \"qe1laq4m0rzefcayooidmc3fwf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261\",\r\n \"etag\": \"W/\\\"70f33caf-e840-4481-8be8-88412c816045\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e9dd8471-5153-4045-9196-0c11c54249fa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261/ipConfigurations/ip4926\",\r\n \"etag\": \"W/\\\"70f33caf-e840-4481-8be8-88412c816045\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\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\": \"ltgszuokm4aulbvvg0iwq0l2hb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNDM2OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkyNjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2782fba7-a7cd-4154-a23d-cb030cdc14c0" + "44f5b069-4f32-4376-886c-d5c6041f0cec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1234,42 +1234,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\"" + "W/\"70f33caf-e840-4481-8be8-88412c816045\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9328b798-5fe5-4667-9707-4d6ba4b273a6" + "6c23a387-043b-4a3e-b014-a83858b1e221" ], "x-ms-correlation-request-id": [ - "8ac4049c-8a42-45e5-a75c-c5991d66189b" + "eb726e54-c0cf-4c45-a686-006b2a0817f1" ], "x-ms-arm-service-request-id": [ - "ab1636f8-ecc7-4672-a19c-c35d718761fe" + "c6916818-32f4-4bad-bd82-15ea21e50cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072219Z:8ac4049c-8a42-45e5-a75c-c5991d66189b" + "EASTUS2:20211117T135211Z:eb726e54-c0cf-4c45-a686-006b2a0817f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:18 GMT" - ], "Content-Length": [ - "1622" + "1625" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,46 +1278,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic4369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369\",\r\n \"etag\": \"W/\\\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f1a68a4-2a8b-492d-b9a1-d0a48e6f574e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5529\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/networkInterfaces/nic4369/ipConfigurations/ip5529\",\r\n \"etag\": \"W/\\\"9e6ac61d-84f1-4c3e-85d8-7940fda81ac6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\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\": \"qe1laq4m0rzefcayooidmc3fwf.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9261\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261\",\r\n \"etag\": \"W/\\\"70f33caf-e840-4481-8be8-88412c816045\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e9dd8471-5153-4045-9196-0c11c54249fa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/networkInterfaces/nic9261/ipConfigurations/ip4926\",\r\n \"etag\": \"W/\\\"70f33caf-e840-4481-8be8-88412c816045\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\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\": \"ltgszuokm4aulbvvg0iwq0l2hb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczY2MTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NTQyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 175,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9451\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3045\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 175,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1724\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3923\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": true\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a62dc6-c3b8-4343-aa5f-0b870bed44c5" + "3eb1bb9a-dcdf-4466-8b6d-5efb900abf40" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2839" + "2840" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:11 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/31d1e703-3626-4e9b-989f-ba779f8e3f21?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1332,29 +1339,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31d1e703-3626-4e9b-989f-ba779f8e3f21" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "e0c38387-643a-474a-b360-d562c049af7e" + "661d1e57-2ef6-43b7-a985-6fbc2f4bd94a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072220Z:e0c38387-643a-474a-b360-d562c049af7e" + "EASTUS2:20211117T135212Z:661d1e57-2ef6-43b7-a985-6fbc2f4bd94a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:20 GMT" - ], "Content-Length": [ - "4183" + "4185" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,62 +1363,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9451\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3045\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bc49e09c-b0c2-4746-9cc3-5115ed48d3c8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1724\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3923\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f91d2585-f9ef-4a0d-9fa3-29786f1bc09d\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/31d1e703-3626-4e9b-989f-ba779f8e3f21?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMxZDFlNzAzLTM2MjYtNGU5Yi05ODlmLWJhNzc5ZjhlM2YyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JiYWUyZjNkLTJlMWEtNGI5Mi05ZjRkLTU5YWJiOGVhZGNlYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:52:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "870b9373-df7e-40c6-8d86-b3b41ae9ad43" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bfcb2a08-c350-4d8e-aa76-dc5fbc9568a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "44a2734b-2260-4744-a22b-81863176f420" + "0e556abf-7fc4-40ca-9373-fcbdb681c9ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072231Z:44a2734b-2260-4744-a22b-81863176f420" + "EASTUS2:20211117T135222Z:0e556abf-7fc4-40ca-9373-fcbdb681c9ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:22:30 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1427,59 +1427,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:22:19.655878+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"31d1e703-3626-4e9b-989f-ba779f8e3f21\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:52:11.3895202+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/31d1e703-3626-4e9b-989f-ba779f8e3f21?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMxZDFlNzAzLTM2MjYtNGU5Yi05ODlmLWJhNzc5ZjhlM2YyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JiYWUyZjNkLTJlMWEtNGI5Mi05ZjRkLTU5YWJiOGVhZGNlYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:53:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6c445672-b2f2-4b8e-813b-32ebe112cc27" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b6d61fef-6cf1-49db-9170-f49697fd0da7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11984" ], "x-ms-correlation-request-id": [ - "7c276086-48d4-4f9c-a880-5472b16ad75f" + "eec0f96f-4219-45c9-930d-2a0b36f6cd82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072408Z:7c276086-48d4-4f9c-a880-5472b16ad75f" + "EASTUS2:20211117T135359Z:eec0f96f-4219-45c9-930d-2a0b36f6cd82" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:24:07 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,59 +1488,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:22:19.655878+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"31d1e703-3626-4e9b-989f-ba779f8e3f21\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:52:11.3895202+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/31d1e703-3626-4e9b-989f-ba779f8e3f21?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMxZDFlNzAzLTM2MjYtNGU5Yi05ODlmLWJhNzc5ZjhlM2YyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JiYWUyZjNkLTJlMWEtNGI5Mi05ZjRkLTU5YWJiOGVhZGNlYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:55:36 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29984" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "02d4c90b-6b46-4e84-ad1f-b4ceec089210" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e10c943e-66cb-40e3-9b92-38e08424c9f0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "1f68ac83-35b0-4920-8d00-7c60b609bd97" + "cbc367f4-3615-448c-b346-5b0206f32b25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072545Z:1f68ac83-35b0-4920-8d00-7c60b609bd97" + "EASTUS2:20211117T135536Z:cbc367f4-3615-448c-b346-5b0206f32b25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:25:44 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1549,59 +1549,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:22:19.655878+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"31d1e703-3626-4e9b-989f-ba779f8e3f21\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:52:11.3895202+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/31d1e703-3626-4e9b-989f-ba779f8e3f21?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMxZDFlNzAzLTM2MjYtNGU5Yi05ODlmLWJhNzc5ZjhlM2YyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JiYWUyZjNkLTJlMWEtNGI5Mi05ZjRkLTU5YWJiOGVhZGNlYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:57:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7174550-1159-48b1-a7f1-b7c064f617c4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b8753b50-0ad3-4c86-80d8-9f9f39c738b8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "02c0efee-cb1b-4394-8cc3-3abbdf5f2230" + "c6d624d3-c4ef-44ab-a8ef-61d9146ad0a8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072722Z:02c0efee-cb1b-4394-8cc3-3abbdf5f2230" + "EASTUS2:20211117T135713Z:c6d624d3-c4ef-44ab-a8ef-61d9146ad0a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:27:21 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1610,59 +1610,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:22:19.655878+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"31d1e703-3626-4e9b-989f-ba779f8e3f21\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:52:11.3895202+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/31d1e703-3626-4e9b-989f-ba779f8e3f21?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMxZDFlNzAzLTM2MjYtNGU5Yi05ODlmLWJhNzc5ZjhlM2YyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JiYWUyZjNkLTJlMWEtNGI5Mi05ZjRkLTU5YWJiOGVhZGNlYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 13:58:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cd9ec456-692b-4a84-8a27-559fab7e362f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "edb0412c-c65a-4500-839c-42cd74ff7f2b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "95586fba-0c0b-42e5-ab9d-4e9662eaa279" + "1fe457ce-c97e-441f-a809-65eba20f1751" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T072859Z:95586fba-0c0b-42e5-ab9d-4e9662eaa279" + "EASTUS2:20211117T135850Z:1fe457ce-c97e-441f-a809-65eba20f1751" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:28:59 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1671,59 +1671,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:22:19.655878+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"31d1e703-3626-4e9b-989f-ba779f8e3f21\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:52:11.3895202+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/31d1e703-3626-4e9b-989f-ba779f8e3f21?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMxZDFlNzAzLTM2MjYtNGU5Yi05ODlmLWJhNzc5ZjhlM2YyMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JiYWUyZjNkLTJlMWEtNGI5Mi05ZjRkLTU5YWJiOGVhZGNlYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:00:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5229fded-18a4-453e-9b54-5e048a14ec67" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "482224e1-bdaa-4c09-a6b4-b2acb52e77c7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "5a6a2762-60c0-4ac2-85ae-609961dfad6a" + "494b4cf3-b610-428e-b9b3-cbc986ffabf3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073036Z:5a6a2762-60c0-4ac2-85ae-609961dfad6a" + "EASTUS2:20211117T140027Z:494b4cf3-b610-428e-b9b3-cbc986ffabf3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:35 GMT" - ], "Content-Length": [ - "183" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1732,59 +1732,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:22:19.655878+00:00\",\r\n \"endTime\": \"2021-06-29T07:30:03.4390874+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"31d1e703-3626-4e9b-989f-ba779f8e3f21\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:52:11.3895202+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczY2MTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JiYWUyZjNkLTJlMWEtNGI5Mi05ZjRkLTU5YWJiOGVhZGNlYz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f79d663f-06e4-4347-a5f3-8362bf15b430" + "0fdcc791-1a9e-43bc-be00-314848990a2b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "c4429f95-ea18-45b8-9464-b0da4eeafc44" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T140205Z:c4429f95-ea18-45b8-9464-b0da4eeafc44" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T13:52:11.3895202+00:00\",\r\n \"endTime\": \"2021-11-17T14:01:42.6135647+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bbae2f3d-2e1a-4b92-9f4d-59abb8eadcec\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NTQyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 14:02:04 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2592" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "13938677-09f4-4bf8-818d-0e136584382e" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-correlation-request-id": [ - "2194402b-ffb0-45b1-8147-af4af51bd648" + "61f67d6c-7989-43a2-9637-ab98e5aa1311" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073036Z:2194402b-ffb0-45b1-8147-af4af51bd648" + "EASTUS2:20211117T140205Z:61f67d6c-7989-43a2-9637-ab98e5aa1311" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:35 GMT" - ], "Content-Length": [ - "4184" + "4186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1793,65 +1854,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9451\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3045\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bc49e09c-b0c2-4746-9cc3-5115ed48d3c8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1724\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3923\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f91d2585-f9ef-4a0d-9fa3-29786f1bc09d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczY2MTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NTQyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "099420f3-329a-4260-a92e-d31c7bc02f69" + "a3461886-968c-4dfa-8871-a0ef0e7b9d82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2593" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e4607e3-50b0-4190-9007-36cdbbf45654" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cac516b1-fffd-4b02-8a3f-6f8c83584101" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-correlation-request-id": [ - "1bf3850c-6cd6-48c7-bb2c-5eb4b674de4a" + "b88d95ff-c851-40ac-98e8-bb7baaf79e55" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073036Z:1bf3850c-6cd6-48c7-bb2c-5eb4b674de4a" + "EASTUS2:20211117T140205Z:b88d95ff-c851-40ac-98e8-bb7baaf79e55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:35 GMT" - ], "Content-Length": [ - "4184" + "4186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1860,65 +1921,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9451\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3045\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bc49e09c-b0c2-4746-9cc3-5115ed48d3c8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1724\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3923\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f91d2585-f9ef-4a0d-9fa3-29786f1bc09d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczY2MTkvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NTQyL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b504f9a-ee45-4dfe-ba18-296737e65eb6" + "ec077269-4185-4355-bd46-af67ac2936e0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;897" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b8c57437-1cb5-4566-85f3-c25283a70a85" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b3e4189c-9e5f-4ffe-8b4c-d5a40e19c6fd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-correlation-request-id": [ - "8e711ff3-0ca3-4d62-a996-529d1220891e" + "d8f26671-f093-4dd8-bcf1-5383ee7992cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073036Z:8e711ff3-0ca3-4d62-a996-529d1220891e" + "EASTUS2:20211117T140205Z:d8f26671-f093-4dd8-bcf1-5383ee7992cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:35 GMT" - ], "Content-Length": [ - "996" + "992" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1927,65 +1988,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T07:30:35.3140858+00:00\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"virtualMachine\": {\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"statusesSummary\": [\r\n {\r\n \"code\": \"ProvisioningState/updating\",\r\n \"count\": 2\r\n }\r\n ]\r\n }\r\n ],\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T14:01:42.5822836+00:00\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7aa3d22d-5041-461f-a3c7-61dd8346a69d" + "5bad34f2-5867-4b5a-9519-de9630a129ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9b261ed6-4dd9-40d2-a6a5-f3024c2439c4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "988843ec-b4df-4285-8a1c-a37c9fe33586" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-correlation-request-id": [ - "ac843517-df1e-4c9d-949c-cabcfc410ffc" + "853346bb-84b0-40d4-bc2b-3fb8a62a3a72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073036Z:ac843517-df1e-4c9d-949c-cabcfc410ffc" + "EASTUS2:20211117T140205Z:853346bb-84b0-40d4-bc2b-3fb8a62a3a72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:35 GMT" - ], "Content-Length": [ - "4653" + "4655" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1994,65 +2055,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss6619\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9451\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3045\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Network/virtualNetworks/vn5124/subnets/sn6354\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bc49e09c-b0c2-4746-9cc3-5115ed48d3c8\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 175\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1724\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3923\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Network/virtualNetworks/vn9990/subnets/sn1513\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f91d2585-f9ef-4a0d-9fa3-29786f1bc09d\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619/skus?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczY2MTkvc2t1cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542/skus?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NTQyL3NrdXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c93b2b04-6eed-4e1d-a4d9-0b83869a8700" + "242e5bb1-14e8-4927-a4c1-576a6d973d5a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2592" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ed0f86b5-395f-4255-80e2-7b74e619e3e4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c766a92e-7b0d-42c7-8566-7e74cd03d28e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-correlation-request-id": [ - "76111b22-8185-4591-a7ea-7c2374143262" + "28d34c0c-c7e1-4465-a003-f68d3b020c27" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073036Z:76111b22-8185-4591-a7ea-7c2374143262" + "EASTUS2:20211117T140205Z:28d34c0c-c7e1-4465-a003-f68d3b020c27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:35 GMT" - ], "Content-Length": [ - "86448" + "11264" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2061,139 +2122,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ls\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B4ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B8ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B12ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B16ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_B20ms\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F1s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A5\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A6\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A7\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A0\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Basic_A4\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_D14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A2_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A4_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_A8_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS4\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS11\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS12\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS13\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS14\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 100,\r\n \"defaultCapacity\": 1,\r\n \"scaleType\": \"Automatic\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar560/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6619?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczY2MTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8353/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7542?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3NTQyP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6add05ee-c726-4b19-9ea3-afb379c61c89" + "7b10ffd6-ca8c-4753-a33e-80b642dc7848" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "2" + "4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e9c00cda-73c4-49e8-9a77-ccadd84c762f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc87a088-f593-4873-b6a8-3a6998f1a983" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "1dbd0100-cc7e-4c4b-afb6-0c5051cb997a" + "9ab92830-8290-45ac-909e-74dd177c351c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073036Z:1dbd0100-cc7e-4c4b-afb6-0c5051cb997a" + "EASTUS2:20211117T140205Z:9ab92830-8290-45ac-909e-74dd177c351c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U5YzAwY2RhLTczYzQtNDllOC05YTc3LWNjYWRkODRjNzYyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjODdhMDg4LWY1OTMtNDg3My1iNmE4LTNhNjk5OGYxYTk4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "11" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6226e6a2-05ef-4fa8-9e93-d561711bfd27" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4173daef-a941-4b52-b76c-877ee2af9880" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-correlation-request-id": [ - "f424eaf6-ff82-4405-b3c5-9e49b2aa2650" + "7fd5bb78-961a-443a-9b95-2b576d7e3568" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073046Z:f424eaf6-ff82-4405-b3c5-9e49b2aa2650" + "EASTUS2:20211117T140215Z:7fd5bb78-961a-443a-9b95-2b576d7e3568" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:45 GMT" - ], "Content-Length": [ "134" ], @@ -2204,57 +2265,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:30:36.4703359+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e9c00cda-73c4-49e8-9a77-ccadd84c762f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:02:05.4431145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc87a088-f593-4873-b6a8-3a6998f1a983\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U5YzAwY2RhLTczYzQtNDllOC05YTc3LWNjYWRkODRjNzYyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjODdhMDg4LWY1OTMtNDg3My1iNmE4LTNhNjk5OGYxYTk4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "52cf7161-fc71-428c-a772-4358dd3a48db" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3da58866-799a-47e1-9492-9ce62a7ae612" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-correlation-request-id": [ - "81c24dc7-775d-485d-9d77-e83cc1b4380b" + "57654c64-5463-431c-87c4-5c5f599f8e5c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073057Z:81c24dc7-775d-485d-9d77-e83cc1b4380b" + "EASTUS2:20211117T140226Z:57654c64-5463-431c-87c4-5c5f599f8e5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:30:57 GMT" - ], "Content-Length": [ "134" ], @@ -2265,57 +2326,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:30:36.4703359+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e9c00cda-73c4-49e8-9a77-ccadd84c762f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:02:05.4431145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc87a088-f593-4873-b6a8-3a6998f1a983\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U5YzAwY2RhLTczYzQtNDllOC05YTc3LWNjYWRkODRjNzYyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjODdhMDg4LWY1OTMtNDg3My1iNmE4LTNhNjk5OGYxYTk4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b262c668-619c-48a4-bac0-924e2b7c1df2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3614a3d5-e0dc-440e-8893-9e04d9c9fd6c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-correlation-request-id": [ - "a188c27c-6319-4468-a7b5-09798b449060" + "ff694abd-f82e-415f-a33a-53adcdb54986" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073108Z:a188c27c-6319-4468-a7b5-09798b449060" + "EASTUS2:20211117T140237Z:ff694abd-f82e-415f-a33a-53adcdb54986" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:31:08 GMT" - ], "Content-Length": [ "134" ], @@ -2326,57 +2387,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:30:36.4703359+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e9c00cda-73c4-49e8-9a77-ccadd84c762f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:02:05.4431145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc87a088-f593-4873-b6a8-3a6998f1a983\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U5YzAwY2RhLTczYzQtNDllOC05YTc3LWNjYWRkODRjNzYyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjODdhMDg4LWY1OTMtNDg3My1iNmE4LTNhNjk5OGYxYTk4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20e035bb-79ca-49fe-9891-dd1d0058e5f6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e44c78cd-0c25-4cd5-a544-0beba7358e1e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-correlation-request-id": [ - "9bce6905-01bd-41bb-8d61-6703d5ba117e" + "ce361a31-9f9c-487c-8484-72138c63decb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073119Z:9bce6905-01bd-41bb-8d61-6703d5ba117e" + "EASTUS2:20211117T140248Z:ce361a31-9f9c-487c-8484-72138c63decb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:31:19 GMT" - ], "Content-Length": [ "134" ], @@ -2387,59 +2448,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:30:36.4703359+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e9c00cda-73c4-49e8-9a77-ccadd84c762f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:02:05.4431145+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc87a088-f593-4873-b6a8-3a6998f1a983\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U5YzAwY2RhLTczYzQtNDllOC05YTc3LWNjYWRkODRjNzYyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjODdhMDg4LWY1OTMtNDg3My1iNmE4LTNhNjk5OGYxYTk4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ef7addee-1a5a-41d3-88ff-7df94de97341" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ac3be004-3056-4c75-a441-b50e884a5f99" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-correlation-request-id": [ - "a76c4655-58e4-469b-a8cc-e75ded7f316f" + "f4d859f1-ca19-4571-b418-e7e94eeee639" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073130Z:a76c4655-58e4-469b-a8cc-e75ded7f316f" + "EASTUS2:20211117T140259Z:f4d859f1-ca19-4571-b418-e7e94eeee639" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:31:30 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2448,83 +2509,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T07:30:36.4703359+00:00\",\r\n \"endTime\": \"2021-06-29T07:31:20.0168141+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e9c00cda-73c4-49e8-9a77-ccadd84c762f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T14:02:05.4431145+00:00\",\r\n \"endTime\": \"2021-11-17T14:02:48.820923+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dc87a088-f593-4873-b6a8-3a6998f1a983\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e9c00cda-73c4-49e8-9a77-ccadd84c762f?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U5YzAwY2RhLTczYzQtNDllOC05YTc3LWNjYWRkODRjNzYyZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/dc87a088-f593-4873-b6a8-3a6998f1a983?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2RjODdhMDg4LWY1OTMtNDg3My1iNmE4LTNhNjk5OGYxYTk4Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "802d5da5-e4df-43b0-8ef1-cabb437eae22" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e7a2b3a9-bac7-45f8-a4a1-641568c58ea9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-correlation-request-id": [ - "74bbdee9-ee33-42bc-9cf1-e075674952f9" + "d414378c-dac9-4cdf-833e-ab5630dfbc0e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073130Z:74bbdee9-ee33-42bc-9cf1-e075674952f9" + "EASTUS2:20211117T140259Z:d414378c-dac9-4cdf-833e-ab5630dfbc0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:31:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar560?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2MD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8353?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgzNTM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b883ac6-5fec-46ac-a12a-f1d795fabaeb" + "6619c39d-be5c-4930-802b-326e4643e552" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2532,11 +2593,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:02:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2545,13 +2609,13 @@ "14999" ], "x-ms-request-id": [ - "70be6a4d-b551-4e3e-ad83-e05679279e17" + "559745f2-8f23-40e2-984f-0ba126246f07" ], "x-ms-correlation-request-id": [ - "70be6a4d-b551-4e3e-ad83-e05679279e17" + "559745f2-8f23-40e2-984f-0ba126246f07" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073130Z:70be6a4d-b551-4e3e-ad83-e05679279e17" + "EASTUS2:20211117T140259Z:559745f2-8f23-40e2-984f-0ba126246f07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2559,29 +2623,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:31:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2589,11 +2650,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:03:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2602,13 +2666,13 @@ "11999" ], "x-ms-request-id": [ - "567ed571-c6ae-4836-bf0c-2bf30738bc46" + "8a1a1e2d-2f6c-49e2-801f-168c36dfcbac" ], "x-ms-correlation-request-id": [ - "567ed571-c6ae-4836-bf0c-2bf30738bc46" + "8a1a1e2d-2f6c-49e2-801f-168c36dfcbac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073145Z:567ed571-c6ae-4836-bf0c-2bf30738bc46" + "EASTUS2:20211117T140314Z:8a1a1e2d-2f6c-49e2-801f-168c36dfcbac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2616,29 +2680,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:31:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2646,11 +2707,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:03:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2659,13 +2723,13 @@ "11998" ], "x-ms-request-id": [ - "55c6c0c4-1f99-4d00-86e9-d61d03697fd1" + "e27b60ad-2b1e-4fe8-84da-2a7fb961c6a7" ], "x-ms-correlation-request-id": [ - "55c6c0c4-1f99-4d00-86e9-d61d03697fd1" + "e27b60ad-2b1e-4fe8-84da-2a7fb961c6a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073200Z:55c6c0c4-1f99-4d00-86e9-d61d03697fd1" + "EASTUS2:20211117T140329Z:e27b60ad-2b1e-4fe8-84da-2a7fb961c6a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2673,29 +2737,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:32:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2703,11 +2764,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:03:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2716,13 +2780,13 @@ "11997" ], "x-ms-request-id": [ - "84eca976-3a5c-4485-80a6-86692d8212dd" + "977b65e5-d7d6-48f5-a420-a47f624c4974" ], "x-ms-correlation-request-id": [ - "84eca976-3a5c-4485-80a6-86692d8212dd" + "977b65e5-d7d6-48f5-a420-a47f624c4974" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073215Z:84eca976-3a5c-4485-80a6-86692d8212dd" + "EASTUS2:20211117T140344Z:977b65e5-d7d6-48f5-a420-a47f624c4974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2730,29 +2794,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:32:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2760,11 +2821,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:03:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2773,13 +2837,13 @@ "11996" ], "x-ms-request-id": [ - "dbbbea7e-2f2e-4125-b6fd-35d77b90ee7f" + "5a134166-4f67-4750-ae7e-a3d2518aeb02" ], "x-ms-correlation-request-id": [ - "dbbbea7e-2f2e-4125-b6fd-35d77b90ee7f" + "5a134166-4f67-4750-ae7e-a3d2518aeb02" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073230Z:dbbbea7e-2f2e-4125-b6fd-35d77b90ee7f" + "EASTUS2:20211117T140359Z:5a134166-4f67-4750-ae7e-a3d2518aeb02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2787,86 +2851,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:32:30 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "25b20f96-0eba-4b7b-bb62-8a374da0d794" - ], - "x-ms-correlation-request-id": [ - "25b20f96-0eba-4b7b-bb62-8a374da0d794" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T073245Z:25b20f96-0eba-4b7b-bb62-8a374da0d794" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 07:32:45 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2874,77 +2878,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "be6ec6a8-986d-4b4f-95b0-c5f76993af83" - ], - "x-ms-correlation-request-id": [ - "be6ec6a8-986d-4b4f-95b0-c5f76993af83" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T073301Z:be6ec6a8-986d-4b4f-95b0-c5f76993af83" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 07:33:00 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 14:04:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "d5b6607e-40dc-4ea3-85f1-0706c15bce1e" + "c9c9b87a-cd2f-4db8-82b2-3b368b997dd1" ], "x-ms-correlation-request-id": [ - "d5b6607e-40dc-4ea3-85f1-0706c15bce1e" + "c9c9b87a-cd2f-4db8-82b2-3b368b997dd1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073316Z:d5b6607e-40dc-4ea3-85f1-0706c15bce1e" + "EASTUS2:20211117T140414Z:c9c9b87a-cd2f-4db8-82b2-3b368b997dd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2952,29 +2902,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MzUzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TXpVekxVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2982,20 +2929,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 14:04:14 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "3322ff8b-1c71-421b-a61c-5a46a2494735" + "9e588d8b-b150-4496-8230-b398488b3575" ], "x-ms-correlation-request-id": [ - "3322ff8b-1c71-421b-a61c-5a46a2494735" + "9e588d8b-b150-4496-8230-b398488b3575" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T073316Z:3322ff8b-1c71-421b-a61c-5a46a2494735" + "EASTUS2:20211117T140414Z:9e588d8b-b150-4496-8230-b398488b3575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3003,14 +2953,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 07:33:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3019,27 +2966,27 @@ ], "Names": { "TestScaleSetOperationsInternal": [ - "crptestar560", - "vmss6619", - "crptestar1953" + "crptestar8353", + "vmss7542", + "crptestar7795" ], "CreatePublicIP": [ - "pip2605", - "dn3628" + "pip4647", + "dn5065" ], "CreateVNET": [ - "vn5124", - "sn6354" + "vn9990", + "sn1513" ], "CreateNIC": [ - "nic4369", - "ip5529" + "nic9261", + "ip4926" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8887", - "vmss6332", - "vmsstestnetconfig9451", - "vmsstestnetconfig3045" + "crptestar922", + "vmss5607", + "vmsstestnetconfig1724", + "vmsstestnetconfig3923" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetForceScaleinOperation.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetForceScaleinOperation.json index 65c7e3a3b9029..c8a192b2ae57f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetForceScaleinOperation.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetForceScaleinOperation.json @@ -1,34 +1,37 @@ { "Entries": [ { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourcegroups/crptestar7469?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0Njk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1576?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"tags\": {\r\n \"crptestar7469\": \"2021-07-15 22:09:09Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar1576\": \"2021-11-30 18:47:08Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3339851-a8ab-47ae-a0d3-acda8bc2239b" + "c397c70b-2c40-4a50-ac17-e632065eb406" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "103" + "97" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:08 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "90604414-ae7a-4b85-a0cb-92eb8c5b7325" + "897e1d6c-646a-4fcd-b71b-1c0e8fad02a7" ], "x-ms-correlation-request-id": [ - "90604414-ae7a-4b85-a0cb-92eb8c5b7325" + "897e1d6c-646a-4fcd-b71b-1c0e8fad02a7" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220910Z:90604414-ae7a-4b85-a0cb-92eb8c5b7325" + "EASTUS2:20211130T184708Z:897e1d6c-646a-4fcd-b71b-1c0e8fad02a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,11 +53,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:09 GMT" - ], "Content-Length": [ - "238" + "232" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,38 +63,41 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469\",\r\n \"name\": \"crptestar7469\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"crptestar7469\": \"2021-07-15 22:09:09Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576\",\r\n \"name\": \"crptestar1576\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar1576\": \"2021-11-30 18:47:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourcegroups/crptestar7469?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0Njk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1576?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SouthCentralUSSTG\"\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b703c6b-722b-444e-acc8-97eb8efa899a" + "9b84da1c-bd3b-419e-b6a9-884cfab2ec7b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "39" + "33" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:39 GMT" + ], "Pragma": [ "no-cache" ], @@ -102,13 +105,13 @@ "1198" ], "x-ms-request-id": [ - "083987ec-6cce-4826-87b9-38265ba6b9e0" + "c72b87b0-730c-4047-919b-4651cb673af7" ], "x-ms-correlation-request-id": [ - "083987ec-6cce-4826-87b9-38265ba6b9e0" + "c72b87b0-730c-4047-919b-4651cb673af7" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220942Z:083987ec-6cce-4826-87b9-38265ba6b9e0" + "EASTUS2:20211130T184739Z:c72b87b0-730c-4047-919b-4651cb673af7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -116,11 +119,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:41 GMT" - ], "Content-Length": [ - "190" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -129,94 +129,94 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469\",\r\n \"name\": \"crptestar7469\",\r\n \"location\": \"southcentralusstg\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576\",\r\n \"name\": \"crptestar1576\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Storage/storageAccounts/crptestar8185?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MTg1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Storage/storageAccounts/crptestar7409?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NDA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d6a0359-f920-44b1-bb08-fb9c1dfb1a6e" + "f2d9a440-5517-48ef-9aea-f5c4da62c1e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "99" + "93" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Storage/locations/southcentralusstg/asyncoperations/e424704f-a8ba-45c0-8645-b8330650a1b5?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/00aa7a37-54b6-4776-bea1-4d5559bce721?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e424704f-a8ba-45c0-8645-b8330650a1b5" + "00aa7a37-54b6-4776-bea1-4d5559bce721" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "0b97e5ed-b06e-4047-a0ae-fbfd12ed8655" + "118b335a-65fa-4ffd-a8b4-e360fd62784f" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220914Z:0b97e5ed-b06e-4047-a0ae-fbfd12ed8655" + "EASTUS2:20211130T184710Z:118b335a-65fa-4ffd-a8b4-e360fd62784f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:13 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Storage/locations/southcentralusstg/asyncoperations/e424704f-a8ba-45c0-8645-b8330650a1b5?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXNzdGcvYXN5bmNvcGVyYXRpb25zL2U0MjQ3MDRmLWE4YmEtNDVjMC04NjQ1LWI4MzMwNjUwYTFiNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/00aa7a37-54b6-4776-bea1-4d5559bce721?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzAwYWE3YTM3LTU0YjYtNDc3Ni1iZWExLTRkNTU1OWJjZTcyMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -224,35 +224,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e2d1464f-15b3-4f5b-9bfe-4d486e6c08a8" + "d06fe650-d007-4bc2-9e1d-768a5c197174" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "a9922ddb-5f5e-490e-bc28-d18214447f29" + "c877627b-c7ba-4111-8ee0-cd336fdd7747" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220931Z:a9922ddb-5f5e-490e-bc28-d18214447f29" + "EASTUS2:20211130T184727Z:c877627b-c7ba-4111-8ee0-cd336fdd7747" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:30 GMT" - ], "Content-Length": [ - "99" + "93" ], "Content-Type": [ "application/json" @@ -261,25 +261,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e92302f-08d9-4cc2-8dfc-a5822f75243b" + "7253a6e4-d2d9-4690-8312-3d307c3ac65b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -287,35 +287,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "16ff23ed-e7e2-488c-93f5-0b26374d57f9" + "4f6bede1-2c14-4182-a159-8b6dba0c1e7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "e646b879-efdd-4c30-8a87-fb1047e8c01c" + "e0a940af-ee08-4164-bc37-66513259e664" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220941Z:e646b879-efdd-4c30-8a87-fb1047e8c01c" + "EASTUS2:20211130T184737Z:e0a940af-ee08-4164-bc37-66513259e664" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:40 GMT" - ], "Content-Length": [ - "761" + "753" ], "Content-Type": [ "application/json" @@ -324,25 +324,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Storage/storageAccounts/crptestar8185\",\r\n \"name\": \"crptestar8185\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-15T22:09:12.2589522Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8185.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8185.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8185.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8185.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralusstg\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastusstg\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Storage/storageAccounts/crptestar7409\",\r\n \"name\": \"crptestar7409\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-30T18:47:09.2711484Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7409.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7409.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7409.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7409.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Storage/storageAccounts/crptestar8185?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MTg1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Storage/storageAccounts/crptestar7409?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3NDA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afea0398-d13b-4375-a773-b15a8b1175c7" + "dc112780-c9a3-4224-8c35-0cb4e7ac154c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -350,35 +350,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7daeb693-c3c2-4217-aa55-e99f97823834" + "ce11edbf-4015-4833-867b-b6d23759ed4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "537b8e94-bcd9-497e-ab4f-7a46742f72f8" + "abedf8a0-0d29-46b5-a3ea-5630f2383086" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220941Z:537b8e94-bcd9-497e-ab4f-7a46742f72f8" + "EASTUS2:20211130T184738Z:abedf8a0-0d29-46b5-a3ea-5630f2383086" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:40 GMT" - ], "Content-Length": [ - "749" + "741" ], "Content-Type": [ "application/json" @@ -387,32 +387,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Storage/storageAccounts/crptestar8185\",\r\n \"name\": \"crptestar8185\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-15T22:09:12.2589522Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8185.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8185.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8185.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8185.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralusstg\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastusstg\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Storage/storageAccounts/crptestar7409\",\r\n \"name\": \"crptestar7409\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-30T18:47:09.2711484Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7409.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7409.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7409.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7409.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ed988db-ceb4-424a-bd78-028b561e0541" + "dc4f192c-9e1a-4961-9b7a-2569a36ee9f4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:38 GMT" + ], "Pragma": [ "no-cache" ], @@ -420,13 +423,13 @@ "14999" ], "x-ms-request-id": [ - "4fc9077c-d08d-4989-ba78-75a6dfdf1149" + "7b1dc888-a023-4bff-b291-9b2dbe550824" ], "x-ms-correlation-request-id": [ - "4fc9077c-d08d-4989-ba78-75a6dfdf1149" + "7b1dc888-a023-4bff-b291-9b2dbe550824" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220941Z:4fc9077c-d08d-4989-ba78-75a6dfdf1149" + "EASTUS2:20211130T184739Z:7b1dc888-a023-4bff-b291-9b2dbe550824" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -434,9 +437,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:41 GMT" - ], "Expires": [ "-1" ] @@ -445,76 +445,76 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/publicIPAddresses/pip7037?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcwMzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/publicIPAddresses/pip3840?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn919\"\r\n }\r\n },\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1756\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bdbddaa6-705a-48b5-94c9-d4eb75fd1784" + "76049ba0-8cda-46bd-a2f3-1536b75f96dc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "210" + "205" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a3cdf6d9-94ba-4bf4-b881-3bbfe7b57eab" + "749aa0c3-5b2d-42b9-8f7a-f619e17a157c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Network/locations/southcentralusstg/operations/a3cdf6d9-94ba-4bf4-b881-3bbfe7b57eab?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/749aa0c3-5b2d-42b9-8f7a-f619e17a157c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bdb23b85-0ece-487a-a97d-ff6b52853373" + "d620b843-57ae-4b4d-8015-e81b42a4652c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a3f492ff-a7c6-4661-bc0d-8c681077c085" + "86ad6f6c-a5bb-4376-afb4-19d57a6b61f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220945Z:bdb23b85-0ece-487a-a97d-ff6b52853373" + "EASTUS2:20211130T184741Z:d620b843-57ae-4b4d-8015-e81b42a4652c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:45 GMT" - ], "Content-Length": [ - "775" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -523,19 +523,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7037\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/publicIPAddresses/pip7037\",\r\n \"etag\": \"W/\\\"a45f0586-1087-4ad0-a3fc-17ad1436b847\\\"\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4c881a7f-d415-42a7-acda-6f264eab339b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn919\",\r\n \"fqdn\": \"dn919.southcentralusstg.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/publicIPAddresses/pip3840\",\r\n \"etag\": \"W/\\\"18e19b09-26ad-4ee3-9b25-c240be468bc6\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4d8b447f-e136-4b52-ae33-85842b86f93a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1756\",\r\n \"fqdn\": \"dn1756.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Network/locations/southcentralusstg/operations/a3cdf6d9-94ba-4bf4-b881-3bbfe7b57eab?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXNzdGcvb3BlcmF0aW9ucy9hM2NkZjZkOS05NGJhLTRiZjQtYjg4MS0zYmJmZTdiNTdlYWI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/749aa0c3-5b2d-42b9-8f7a-f619e17a157c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy83NDlhYTBjMy01YjJkLTQyYjktOGY3YS1mNjE5ZTE3YTE1N2M/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -543,37 +543,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3f9432e1-46e9-4bc9-81fa-5ca740b5c8b6" + "f52c4882-0f0a-40bc-a2f8-dc2adc40360f" ], "x-ms-correlation-request-id": [ - "95229e81-4251-4828-a457-6081c5ce0a75" + "6746ca70-d604-4c40-9050-51fa5371a6c0" ], "x-ms-arm-service-request-id": [ - "c0a563d1-b37f-4abf-9559-47c8cbe0bcd4" + "a8ff9cdf-990d-4a0b-95e8-099c3f755307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220946Z:95229e81-4251-4828-a457-6081c5ce0a75" + "EASTUS2:20211130T184742Z:6746ca70-d604-4c40-9050-51fa5371a6c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:46 GMT" - ], "Content-Length": [ "29" ], @@ -588,15 +588,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/publicIPAddresses/pip7037?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcwMzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/publicIPAddresses/pip3840?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -604,42 +604,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e92eeaae-62bd-4348-9e93-b8c43b33b943\"" + "W/\"53983b12-c0a2-4c0d-a79a-8d01d7d96448\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cd3ca7d1-57f1-45f7-b753-792ea634b972" + "d3f0d2aa-1776-4dea-8f74-d6e4589ff762" ], "x-ms-correlation-request-id": [ - "c9e37980-d7ab-440f-a45c-dcdd1d793b93" + "95dd95c2-9dda-4580-becb-11b43f0ee20d" ], "x-ms-arm-service-request-id": [ - "9a3dd126-a19f-41ee-8e81-1d0d85be8bc0" + "4eff5971-8c5f-482d-8994-0a6b7610482c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220946Z:c9e37980-d7ab-440f-a45c-dcdd1d793b93" + "EASTUS2:20211130T184742Z:95dd95c2-9dda-4580-becb-11b43f0ee20d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:46 GMT" - ], "Content-Length": [ - "776" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -648,25 +648,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7037\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/publicIPAddresses/pip7037\",\r\n \"etag\": \"W/\\\"e92eeaae-62bd-4348-9e93-b8c43b33b943\\\"\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4c881a7f-d415-42a7-acda-6f264eab339b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn919\",\r\n \"fqdn\": \"dn919.southcentralusstg.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/publicIPAddresses/pip3840\",\r\n \"etag\": \"W/\\\"53983b12-c0a2-4c0d-a79a-8d01d7d96448\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d8b447f-e136-4b52-ae33-85842b86f93a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1756\",\r\n \"fqdn\": \"dn1756.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/publicIPAddresses/pip7037?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcwMzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/publicIPAddresses/pip3840?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0031b25e-5c81-4c0b-ac6d-2b6d61469865" + "01e770e4-e858-48ef-b989-f73efbb60f91" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -674,42 +674,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e92eeaae-62bd-4348-9e93-b8c43b33b943\"" + "W/\"53983b12-c0a2-4c0d-a79a-8d01d7d96448\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0c624f42-5219-4650-89f4-06514f97e132" + "5aefab70-432f-4f6c-9ff3-cfda9067201a" ], "x-ms-correlation-request-id": [ - "cdd3aa25-e82c-4808-ac71-6aec4b6e7f95" + "ca35ea1f-547d-472a-b718-f8e0f39c2296" ], "x-ms-arm-service-request-id": [ - "0ca165e3-5062-4ee1-ac19-d422563efbb6" + "a5e2305f-109d-4024-972f-ca2d0db20083" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220946Z:cdd3aa25-e82c-4808-ac71-6aec4b6e7f95" + "EASTUS2:20211130T184743Z:ca35ea1f-547d-472a-b718-f8e0f39c2296" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:46 GMT" - ], "Content-Length": [ - "776" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,80 +718,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7037\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/publicIPAddresses/pip7037\",\r\n \"etag\": \"W/\\\"e92eeaae-62bd-4348-9e93-b8c43b33b943\\\"\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4c881a7f-d415-42a7-acda-6f264eab339b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn919\",\r\n \"fqdn\": \"dn919.southcentralusstg.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3840\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/publicIPAddresses/pip3840\",\r\n \"etag\": \"W/\\\"53983b12-c0a2-4c0d-a79a-8d01d7d96448\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d8b447f-e136-4b52-ae33-85842b86f93a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1756\",\r\n \"fqdn\": \"dn1756.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE5MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ3Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9430\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SouthCentralUSSTG\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4745\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b0ac26-b4da-47b1-b741-3f4f70baee75" + "b4416b55-19b2-4cc9-9fe1-cf0d0be8b0ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "406" + "400" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:44 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "525bf73f-d2e4-4bb4-b3b6-756db63a327a" + "cffc3dc4-5061-4ab2-b40e-f698c15f5c51" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Network/locations/southcentralusstg/operations/525bf73f-d2e4-4bb4-b3b6-756db63a327a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/cffc3dc4-5061-4ab2-b40e-f698c15f5c51?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "090d4ffd-0bc7-47cb-8827-d9939be91a33" + "ca1cd7a4-9dde-4c80-801f-d4880fbd3ff5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "89142025-85a8-4473-a926-09014bd004ba" + "0026e4f9-4b56-4bd3-8861-20be4e7129b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220949Z:090d4ffd-0bc7-47cb-8827-d9939be91a33" + "EASTUS2:20211130T184744Z:ca1cd7a4-9dde-4c80-801f-d4880fbd3ff5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:48 GMT" - ], "Content-Length": [ - "1325" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -800,19 +800,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1924\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924\",\r\n \"etag\": \"W/\\\"bad8dd47-7690-4d10-b57a-889a0fa728df\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralusstg\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"afc36828-8fd3-4e3b-8964-2fb85b470e07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9430\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\",\r\n \"etag\": \"W/\\\"bad8dd47-7690-4d10-b57a-889a0fa728df\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737\",\r\n \"etag\": \"W/\\\"ef8c9426-ac2a-4c61-b07e-83cd56ee06b0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b258fa1e-3b7e-43ee-88a6-449636059180\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4745\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\",\r\n \"etag\": \"W/\\\"ef8c9426-ac2a-4c61-b07e-83cd56ee06b0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Network/locations/southcentralusstg/operations/525bf73f-d2e4-4bb4-b3b6-756db63a327a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXNzdGcvb3BlcmF0aW9ucy81MjViZjczZi1kMmU0LTRiYjQtYjNiNi03NTZkYjYzYTMyN2E/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/cffc3dc4-5061-4ab2-b40e-f698c15f5c51?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9jZmZjM2RjNC01MDYxLTRhYjItYjQwZS1mNjk4YzE1ZjVjNTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -820,37 +820,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ffac8342-2a94-4483-a499-aa0c3e9054a7" + "0add8238-bcb5-4785-96b4-bac55343f1be" ], "x-ms-correlation-request-id": [ - "a4b104b4-632d-432a-a873-2b197c14213a" + "547deff7-d263-4dd6-9c66-f94cb34bea44" ], "x-ms-arm-service-request-id": [ - "7b73cf63-45eb-44fd-9955-d0cbec2ca929" + "d998cf71-3046-4125-bbaf-ba6035b1c858" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220952Z:a4b104b4-632d-432a-a873-2b197c14213a" + "EASTUS2:20211130T184747Z:547deff7-d263-4dd6-9c66-f94cb34bea44" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:51 GMT" - ], "Content-Length": [ "29" ], @@ -865,15 +865,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE5MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ3Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -881,42 +881,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"32daeed4-e843-4cd2-8a07-c0918183aa05\"" + "W/\"97877311-8156-43fb-954d-6a34745caf65\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1d2bb4ed-f96d-4331-b046-9245cfba217a" + "b9536093-15fe-4675-a323-837ff71eb150" ], "x-ms-correlation-request-id": [ - "97d0a45a-92d6-445e-88c1-446d8003b631" + "f399f84e-1f26-43b9-856d-ad05609c2e2e" ], "x-ms-arm-service-request-id": [ - "4fff3d78-6c59-4d05-89e0-91b3d9a6157d" + "5fc45d0c-c7ae-4a10-a881-6cc034d00441" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220952Z:97d0a45a-92d6-445e-88c1-446d8003b631" + "EASTUS2:20211130T184748Z:f399f84e-1f26-43b9-856d-ad05609c2e2e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:51 GMT" - ], "Content-Length": [ - "1327" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -925,25 +925,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1924\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924\",\r\n \"etag\": \"W/\\\"32daeed4-e843-4cd2-8a07-c0918183aa05\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralusstg\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"afc36828-8fd3-4e3b-8964-2fb85b470e07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9430\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\",\r\n \"etag\": \"W/\\\"32daeed4-e843-4cd2-8a07-c0918183aa05\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737\",\r\n \"etag\": \"W/\\\"97877311-8156-43fb-954d-6a34745caf65\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b258fa1e-3b7e-43ee-88a6-449636059180\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4745\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\",\r\n \"etag\": \"W/\\\"97877311-8156-43fb-954d-6a34745caf65\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE5MjQvc3VibmV0cy9zbjk0MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ3Mzcvc3VibmV0cy9zbjQ3NDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65836b87-c4e4-4ab9-b365-eed3d95f1b92" + "2103cf66-dc23-4c21-8ed8-d9b85e42b7ac" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -951,40 +951,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"32daeed4-e843-4cd2-8a07-c0918183aa05\"" + "W/\"97877311-8156-43fb-954d-6a34745caf65\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a4f8d82c-5e63-4ba1-b276-c620038e81e2" + "3469be3e-b350-4936-84e8-7855b1ed0667" ], "x-ms-correlation-request-id": [ - "0995edf2-7d94-4f57-b9a0-5fca79067f10" + "89fb966f-8fc5-42e3-8457-7668d605375c" ], "x-ms-arm-service-request-id": [ - "72ec4217-7e0a-4590-b2b0-f9698e775707" + "ce4caa3f-02e6-46c9-8437-bfa079f04922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220952Z:0995edf2-7d94-4f57-b9a0-5fca79067f10" + "EASTUS2:20211130T184748Z:89fb966f-8fc5-42e3-8457-7668d605375c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:52 GMT" - ], "Content-Length": [ "523" ], @@ -995,77 +995,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9430\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\",\r\n \"etag\": \"W/\\\"32daeed4-e843-4cd2-8a07-c0918183aa05\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4745\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\",\r\n \"etag\": \"W/\\\"97877311-8156-43fb-954d-6a34745caf65\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5MTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9430\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n }\r\n },\r\n \"name\": \"ip8841\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4745\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n }\r\n },\r\n \"name\": \"ip3135\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "19e49ac3-325d-4b05-9e54-bde77c45136c" + "01f6ce22-3dcd-4e57-ac39-02e5be85feba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "752" + "746" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3a9273c4-7517-4519-a124-7be5cea2e4df" + "999db5f0-a48f-4552-bab8-c3936db77c0e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Network/locations/southcentralusstg/operations/3a9273c4-7517-4519-a124-7be5cea2e4df?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/999db5f0-a48f-4552-bab8-c3936db77c0e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0b09f503-4a62-40af-9a5d-96e0eef571fd" + "a6069343-d0c7-4884-8af0-57feafca442d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ebbb3207-0aa2-4802-8ad4-53bba4aab570" + "239958cf-947f-411b-b371-6652b6957d6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220953Z:0b09f503-4a62-40af-9a5d-96e0eef571fd" + "EASTUS2:20211130T184748Z:a6069343-d0c7-4884-8af0-57feafca442d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:53 GMT" - ], "Content-Length": [ - "1637" + "1585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1074,19 +1074,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7911\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911\",\r\n \"etag\": \"W/\\\"0157e77f-d9df-4c4d-a365-db1cd565a6da\\\"\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9cf14e5e-c0eb-42e6-acff-93b2d336809a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8841\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911/ipConfigurations/ip8841\",\r\n \"etag\": \"W/\\\"0157e77f-d9df-4c4d-a365-db1cd565a6da\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\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\": \"fbumhl4tr23u3clef42fwryoah.stgx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606\",\r\n \"etag\": \"W/\\\"64826da1-9c2a-4999-aafe-d1152b5b7c94\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58d7f4eb-17de-4a00-9a26-e5be6ab29ac2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606/ipConfigurations/ip3135\",\r\n \"etag\": \"W/\\\"64826da1-9c2a-4999-aafe-d1152b5b7c94\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\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\": \"d13frmt4hpxehcfgisldmbmrqa.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5MTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1094,42 +1094,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0157e77f-d9df-4c4d-a365-db1cd565a6da\"" + "W/\"64826da1-9c2a-4999-aafe-d1152b5b7c94\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9e6f5219-e88f-4fc2-8c29-6289f086e3fd" + "25d388b5-a6d0-45ba-aaae-17c26845dc75" ], "x-ms-correlation-request-id": [ - "2051807d-04f7-4fd8-9504-54223ab06c3a" + "ed911499-fff2-4e8b-84da-1b7249d2f946" ], "x-ms-arm-service-request-id": [ - "cc009b38-e6a6-4cca-b82c-853a05d836d2" + "6e501c99-508b-4dd1-b4a9-283e20fa7e5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220953Z:2051807d-04f7-4fd8-9504-54223ab06c3a" + "EASTUS2:20211130T184748Z:ed911499-fff2-4e8b-84da-1b7249d2f946" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:53 GMT" - ], "Content-Length": [ - "1637" + "1585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1138,25 +1138,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7911\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911\",\r\n \"etag\": \"W/\\\"0157e77f-d9df-4c4d-a365-db1cd565a6da\\\"\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9cf14e5e-c0eb-42e6-acff-93b2d336809a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8841\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911/ipConfigurations/ip8841\",\r\n \"etag\": \"W/\\\"0157e77f-d9df-4c4d-a365-db1cd565a6da\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\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\": \"fbumhl4tr23u3clef42fwryoah.stgx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606\",\r\n \"etag\": \"W/\\\"64826da1-9c2a-4999-aafe-d1152b5b7c94\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58d7f4eb-17de-4a00-9a26-e5be6ab29ac2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606/ipConfigurations/ip3135\",\r\n \"etag\": \"W/\\\"64826da1-9c2a-4999-aafe-d1152b5b7c94\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\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\": \"d13frmt4hpxehcfgisldmbmrqa.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5MTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzYwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec7bd243-07f7-49c2-a3eb-94a50e93128b" + "7fc91bac-0863-4d2e-aded-e32b93cb8796" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1164,42 +1164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0157e77f-d9df-4c4d-a365-db1cd565a6da\"" + "W/\"64826da1-9c2a-4999-aafe-d1152b5b7c94\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fe45db38-8390-4538-829d-5459d04b005d" + "5af10afb-784e-48dc-8033-830ab41ff1d9" ], "x-ms-correlation-request-id": [ - "6cf0f14e-89c5-4430-958f-54d353cec5fd" + "cb50334f-4fc1-4770-8e21-c7fc188f1a40" ], "x-ms-arm-service-request-id": [ - "e573d2df-1025-458a-a20c-c9acba32ea6e" + "f47156ae-8284-4cea-b598-4170284510ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220953Z:6cf0f14e-89c5-4430-958f-54d353cec5fd" + "EASTUS2:20211130T184748Z:cb50334f-4fc1-4770-8e21-c7fc188f1a40" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:53 GMT" - ], "Content-Length": [ - "1637" + "1585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,52 +1208,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7911\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911\",\r\n \"etag\": \"W/\\\"0157e77f-d9df-4c4d-a365-db1cd565a6da\\\"\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9cf14e5e-c0eb-42e6-acff-93b2d336809a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8841\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/networkInterfaces/nic7911/ipConfigurations/ip8841\",\r\n \"etag\": \"W/\\\"0157e77f-d9df-4c4d-a365-db1cd565a6da\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\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\": \"fbumhl4tr23u3clef42fwryoah.stgx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606\",\r\n \"etag\": \"W/\\\"64826da1-9c2a-4999-aafe-d1152b5b7c94\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58d7f4eb-17de-4a00-9a26-e5be6ab29ac2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3135\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/networkInterfaces/nic606/ipConfigurations/ip3135\",\r\n \"etag\": \"W/\\\"64826da1-9c2a-4999-aafe-d1152b5b7c94\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\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\": \"d13frmt4hpxehcfgisldmbmrqa.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\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 \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e665cb7-5949-410b-87bc-756662655ba6" + "a400a72e-bb43-434a-8d51-8ab260f1373e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1631" + "1627" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:47:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/ab9883fa-4d62-4622-987a-eb3db4c1c9f9?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;129,Microsoft.Compute/CreateVMScaleSet30Min;650,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2595,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1262,29 +1269,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab9883fa-4d62-4622-987a-eb3db4c1c9f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bc280748-935e-4bde-9c3d-518962b68f4d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b5e294f5-79f3-4ad5-8c37-ce7a94476da2" + "f73456b1-ceb2-49c8-8390-6400704358ab" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T220957Z:b5e294f5-79f3-4ad5-8c37-ce7a94476da2" + "EASTUS2:20211130T184750Z:f73456b1-ceb2-49c8-8390-6400704358ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:09:56 GMT" - ], "Content-Length": [ - "2361" + "3431" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1293,52 +1293,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n }\r\n },\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\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 \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb6145bc-d1da-4246-9a44-1487907f913b" + "aa3ce112-dab6-4423-9ef1-717a0ee2e53e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1692" + "1688" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:59:21 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/3a826ee6-27c6-4928-9e79-c9fd9ac6d4a7?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/32c5a71f-7116-4632-984e-fa64fb878929?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;127,Microsoft.Compute/CreateVMScaleSet30Min;647,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2594,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -1347,29 +1354,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a826ee6-27c6-4928-9e79-c9fd9ac6d4a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "32c5a71f-7116-4632-984e-fa64fb878929" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "43534919-467b-4287-845f-f28e078ef3f8" + "ac6db786-1f9a-4f5f-b08e-4608429cb9a3" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221111Z:43534919-467b-4287-845f-f28e078ef3f8" + "EASTUS2:20211130T185922Z:ac6db786-1f9a-4f5f-b08e-4608429cb9a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:10 GMT" - ], "Content-Length": [ - "2422" + "3492" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1378,52 +1378,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n }\r\n },\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\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 \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9123a69-94e4-4af6-a4fd-9b11a7de12bc" + "e1d66e38-57a5-478c-a7c2-d92068e0cbdb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1692" + "1688" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:00:23 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/f7614fbf-76df-49c5-b618-942d128a9656?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;127,Microsoft.Compute/CreateVMScaleSet30Min;647,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2588,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1432,29 +1439,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7614fbf-76df-49c5-b618-942d128a9656" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "467b8086-f65c-4205-b12a-a51b32096526" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "6f776674-0fcb-475a-bef8-639e5f2c867a" + "f27d69cb-4aee-47a7-9673-acc906fa97e3" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221200Z:6f776674-0fcb-475a-bef8-639e5f2c867a" + "EASTUS2:20211130T190024Z:f27d69cb-4aee-47a7-9673-acc906fa97e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:59 GMT" - ], "Content-Length": [ - "2422" + "3492" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1463,52 +1463,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n }\r\n },\r\n \"location\": \"SouthCentralUSSTG\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\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 \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d5abf72a-b4a0-478b-9fda-1346f865fc49" + "bf96245d-06cc-4881-9768-18f513b3652f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1693" + "1689" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:11:39 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/ea40fa5a-e3c6-4739-ad91-40503eea1097?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/c653f544-2806-4054-b9e3-00b2edea388c?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;126,Microsoft.Compute/CreateVMScaleSet30Min;644,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2586,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1517,29 +1524,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ea40fa5a-e3c6-4739-ad91-40503eea1097" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c653f544-2806-4054-b9e3-00b2edea388c" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "caf13389-64c5-43b0-b983-d745f2982fef" + "141ea135-f265-4944-9503-cb91c2baa194" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221326Z:caf13389-64c5-43b0-b983-d745f2982fef" + "EASTUS2:20211130T191139Z:141ea135-f265-4944-9503-cb91c2baa194" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:13:25 GMT" - ], "Content-Length": [ - "2423" + "3493" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1548,31 +1548,38 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/ab9883fa-4d62-4622-987a-eb3db4c1c9f9?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy9hYjk4ODNmYS00ZDYyLTQ2MjItOTg3YS1lYjNkYjRjMWM5Zjk/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:48:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ - "61" + "97" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" @@ -1581,27 +1588,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c85c7fdf-1fed-4261-bf71-ec6111b76f6f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8c37f6cc-b4a8-486c-aa92-7f889afa14c0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "9b0ab968-8896-46cc-9e06-f3821c840f5f" + "8e6af13b-9c3f-4f90-85b3-6477bc1499b3" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221007Z:9b0ab968-8896-46cc-9e06-f3821c840f5f" + "EASTUS2:20211130T184800Z:8e6af13b-9c3f-4f90-85b3-6477bc1499b3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:10:06 GMT" - ], "Content-Length": [ "134" ], @@ -1612,59 +1612,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:09:56.2826268-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab9883fa-4d62-4622-987a-eb3db4c1c9f9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/ab9883fa-4d62-4622-987a-eb3db4c1c9f9?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy9hYjk4ODNmYS00ZDYyLTQ2MjItOTg3YS1lYjNkYjRjMWM5Zjk/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:49:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e9c1d3d2-7d7a-469d-a3c0-b40749f6a20c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c3dd3113-0583-402c-98c9-0c0f0352d8de" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "965c57df-144f-438a-86f7-f393c08994a4" + "92a06306-7fbc-471a-87fb-ad9f5a2eb614" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221108Z:965c57df-144f-438a-86f7-f393c08994a4" + "EASTUS2:20211130T184938Z:92a06306-7fbc-471a-87fb-ad9f5a2eb614" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:07 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1673,59 +1673,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:09:56.2826268-07:00\",\r\n \"endTime\": \"2021-07-15T15:11:03.2829454-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ab9883fa-4d62-4622-987a-eb3db4c1c9f9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:51:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cbfeb045-dce6-4d60-8402-c11a69f9d9d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "17d38947-cf63-4565-bb1f-bc974a1527ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "79866bfe-253c-4ff1-95f2-299a549ceab5" + "964cccfb-0ee3-49a8-88fc-b56e1b2730da" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221108Z:79866bfe-253c-4ff1-95f2-299a549ceab5" + "EASTUS2:20211130T185115Z:964cccfb-0ee3-49a8-88fc-b56e1b2730da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:07 GMT" - ], "Content-Length": [ - "2362" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1734,65 +1734,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "1b3c2603-1d6d-4824-bba5-d92b763b50a6" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:52:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fcd88d3f-c56d-436d-bd52-dc724649ca59" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "15b472a3-d0d9-4e37-870f-c5655d3ecc33" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "126782bb-249e-4387-af0d-11f2c4be55b4" + "49d550bf-9667-40c8-921f-8660d4346160" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221108Z:126782bb-249e-4387-af0d-11f2c4be55b4" + "EASTUS2:20211130T185252Z:49d550bf-9667-40c8-921f-8660d4346160" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:07 GMT" - ], "Content-Length": [ - "2362" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1801,65 +1795,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5eaa8028-0d9d-40b7-9474-eed25ab2363b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:54:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2588" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "52149106-2674-4838-9b5e-50a8026d2c56" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a226a325-6d22-441e-b7f6-aa0601071601" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "c14b342b-4caa-4f7b-8a12-71719b381fef" + "de10cbdd-05d4-4b7d-b05a-ce88d9d7e848" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221108Z:c14b342b-4caa-4f7b-8a12-71719b381fef" + "EASTUS2:20211130T185429Z:de10cbdd-05d4-4b7d-b05a-ce88d9d7e848" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:07 GMT" - ], "Content-Length": [ - "2362" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1868,59 +1856,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:56:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2584" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77bf991f-c300-4fbb-8cec-bebb4a52d2d4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6c15443e-c74d-4bf8-8053-54577a3cadc6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "64212935-abe8-407b-ab0b-5cace4e004b0" + "f9040d87-4401-4b9c-a11d-d1780d121a6e" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221158Z:64212935-abe8-407b-ab0b-5cace4e004b0" + "EASTUS2:20211130T185606Z:f9040d87-4401-4b9c-a11d-d1780d121a6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:58 GMT" - ], "Content-Length": [ - "2423" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1929,65 +1917,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "32ddd920-9941-44d8-9424-c4490eb9ad2d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:57:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;391,Microsoft.Compute/GetVMScaleSet30Min;2583" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6645ee4-69f8-42ad-948c-8b254135d12c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aa9706b3-d5fe-4efd-b4bf-1e6eada6b004" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-correlation-request-id": [ - "b8823f22-98af-4f63-bfa8-99c2629610da" + "72b72211-3f56-4b82-985d-699558344dd3" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221158Z:b8823f22-98af-4f63-bfa8-99c2629610da" + "EASTUS2:20211130T185743Z:72b72211-3f56-4b82-985d-699558344dd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:58 GMT" - ], "Content-Length": [ - "2423" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1996,59 +1978,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/bc280748-935e-4bde-9c3d-518962b68f4d?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9iYzI4MDc0OC05MzVlLTRiZGUtOWMzZC01MTg5NjJiNjhmNGQ/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:59:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;386,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f6b240f8-37a0-4023-9467-1013120598c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "acb3d415-9c9b-4695-aa1a-931c34071a20" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11999" ], "x-ms-correlation-request-id": [ - "b1811cb4-5bb4-4fc3-9ec8-4fd0bc2a322c" + "e9670d90-8724-482d-8e23-e3bfeb41af8e" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221324Z:b1811cb4-5bb4-4fc3-9ec8-4fd0bc2a322c" + "EASTUS2:20211130T185920Z:e9670d90-8724-482d-8e23-e3bfeb41af8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:13:23 GMT" - ], "Content-Length": [ - "2423" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2057,65 +2039,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:47:49.7309495+00:00\",\r\n \"endTime\": \"2021-11-30T18:58:33.6410256+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bc280748-935e-4bde-9c3d-518962b68f4d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "def1b983-4570-4f80-bcef-14918b3c8a89" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:59:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;385,Microsoft.Compute/GetVMScaleSet30Min;2577" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f7ee100-ec15-4b4d-ae9d-37210797b8cc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "724e0cfc-2dc0-4235-9ac7-fdc3a5b4bad6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11998" ], "x-ms-correlation-request-id": [ - "68ad39bd-a754-4ec4-8fae-19d363e37dd7" + "55425441-a8ee-4c06-a95d-9a1920754bd2" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221324Z:68ad39bd-a754-4ec4-8fae-19d363e37dd7" + "EASTUS2:20211130T185920Z:55425441-a8ee-4c06-a95d-9a1920754bd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:13:23 GMT" - ], "Content-Length": [ - "2423" + "3432" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2124,59 +2100,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "b750c87a-bd9f-45f0-8fb0-133b1f4199a4" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:59:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;386,Microsoft.Compute/GetVMScaleSet30Min;2572" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d38e4237-2494-48c4-9091-8c1bc3507b88" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6a0db2ac-da69-4ed9-9bde-19e2c4214775" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11997" ], "x-ms-correlation-request-id": [ - "bf688cbd-b77a-4446-bfaa-76f2d0e10dd3" + "aa4d4024-8c69-48e7-9002-a81e9e25db04" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221413Z:bf688cbd-b77a-4446-bfaa-76f2d0e10dd3" + "EASTUS2:20211130T185920Z:aa4d4024-8c69-48e7-9002-a81e9e25db04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:12 GMT" - ], "Content-Length": [ - "2424" + "3432" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2185,65 +2167,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e5371ce-67ba-4b1a-9fb4-654175b20e59" + "1a7a6010-74e2-450c-950b-83b7b0d208a7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 18:59:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;385,Microsoft.Compute/GetVMScaleSet30Min;2571" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2aebb678-3385-4516-ae6e-8a2989acb523" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ec1e6adc-5fae-44e2-88ee-97c98874da43" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11996" ], "x-ms-correlation-request-id": [ - "4db9d81f-a495-4556-a150-2756f33fa77d" + "7e4b0060-a1b4-4233-a341-3156da31b81b" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221413Z:4db9d81f-a495-4556-a150-2756f33fa77d" + "EASTUS2:20211130T185920Z:7e4b0060-a1b4-4233-a341-3156da31b81b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:12 GMT" - ], "Content-Length": [ - "2424" + "3432" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2252,62 +2234,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4902\",\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southcentralusstg\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"AzureRT.PIRCore.TestWAStage\",\r\n \"offer\": \"TestUbuntuServer\",\r\n \"sku\": \"16.04\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5793\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9460\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Network/virtualNetworks/vn1924/subnets/sn9430\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"665075de-983b-4184-8fef-840fb232b958\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/3a826ee6-27c6-4928-9e79-c9fd9ac6d4a7?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy8zYTgyNmVlNi0yN2M2LTQ5MjgtOWU3OS1jOWZkOWFjNmQ0YTc/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:00:22 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "37" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetVMScaleSet3Min;391,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5f414d41-53ec-4aa4-8b36-31032b3187c3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3f336eaa-63ae-470e-948a-bd65843d87b5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "dfce336f-72c9-4b82-ba0a-90285dd05914" + "c60b8819-b114-43a2-8b4d-40fc28a7769d" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221121Z:dfce336f-72c9-4b82-ba0a-90285dd05914" + "EASTUS2:20211130T190023Z:c60b8819-b114-43a2-8b4d-40fc28a7769d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:20 GMT" - ], "Content-Length": [ - "134" + "3493" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2316,59 +2295,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:11:10.6110424-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3a826ee6-27c6-4928-9e79-c9fd9ac6d4a7\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/3a826ee6-27c6-4928-9e79-c9fd9ac6d4a7?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy8zYTgyNmVlNi0yN2M2LTQ5MjgtOWU3OS1jOWZkOWFjNmQ0YTc/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "d40f1854-f842-4631-9a6e-899b1133299b" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:00:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80669ffd-5b91-492e-87ae-84053ea2af80" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d6d1884-00ff-49f8-a772-1d568bca9a02" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "491a99ff-38e6-4259-81c8-89e3a758cb9b" + "cc5a8531-3cfd-4937-8a18-f2c0e5ae5cad" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221158Z:491a99ff-38e6-4259-81c8-89e3a758cb9b" + "EASTUS2:20211130T190023Z:cc5a8531-3cfd-4937-8a18-f2c0e5ae5cad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:11:58 GMT" - ], "Content-Length": [ - "184" + "3493" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2377,62 +2362,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:11:10.6110424-07:00\",\r\n \"endTime\": \"2021-07-15T15:11:46.5483601-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3a826ee6-27c6-4928-9e79-c9fd9ac6d4a7\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/f7614fbf-76df-49c5-b618-942d128a9656?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy9mNzYxNGZiZi03NmRmLTQ5YzUtYjYxOC05NDJkMTI4YTk2NTY/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:11:37 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "37" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6faffa92-ffba-46dd-a27f-dd1759d7bc28" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b9f8e95d-e342-490f-98c2-17fef414cf2e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11977" ], "x-ms-correlation-request-id": [ - "57fec5c3-8070-400d-bfc8-74369f63fe56" + "e9beef2f-c910-450c-bce3-a0f7d5727641" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221210Z:57fec5c3-8070-400d-bfc8-74369f63fe56" + "EASTUS2:20211130T191137Z:e9beef2f-c910-450c-bce3-a0f7d5727641" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:12:09 GMT" - ], "Content-Length": [ - "134" + "3493" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2441,59 +2423,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:11:59.3764043-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f7614fbf-76df-49c5-b618-942d128a9656\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/f7614fbf-76df-49c5-b618-942d128a9656?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy9mNzYxNGZiZi03NmRmLTQ5YzUtYjYxOC05NDJkMTI4YTk2NTY/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "83f1aa75-1a70-47b3-ab8e-af581ac4f293" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:11:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b22107f-9b05-4295-8162-e389a1d0438d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e44bcb9f-c9a3-4b9d-99c9-d77402b3ef26" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11976" ], "x-ms-correlation-request-id": [ - "f5c8e9ba-c1dc-43a5-b5e3-bd5215136ebd" + "c9dcb5af-e0ee-4496-86c0-0f0f7c4cd2a3" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221247Z:f5c8e9ba-c1dc-43a5-b5e3-bd5215136ebd" + "EASTUS2:20211130T191137Z:c9dcb5af-e0ee-4496-86c0-0f0f7c4cd2a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:12:46 GMT" - ], "Content-Length": [ - "134" + "3493" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2502,59 +2490,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:11:59.3764043-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f7614fbf-76df-49c5-b618-942d128a9656\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": true\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/f7614fbf-76df-49c5-b618-942d128a9656?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy9mNzYxNGZiZi03NmRmLTQ5YzUtYjYxOC05NDJkMTI4YTk2NTY/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:12:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0fcc0b2-9e72-4940-bb02-071af5985bf2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fea7b382-995d-4a3c-b63d-bcbfcb7655d8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11973" ], "x-ms-correlation-request-id": [ - "fb224b67-90df-4f18-9e3e-9219f3a9604e" + "5e11e4f4-8468-4a05-948f-33f7df2cf526" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221324Z:fb224b67-90df-4f18-9e3e-9219f3a9604e" + "EASTUS2:20211130T191240Z:5e11e4f4-8468-4a05-948f-33f7df2cf526" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:13:23 GMT" - ], "Content-Length": [ - "183" + "3494" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2563,59 +2551,983 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:11:59.3764043-07:00\",\r\n \"endTime\": \"2021-07-15T15:12:49.876058-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f7614fbf-76df-49c5-b618-942d128a9656\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/ea40fa5a-e3c6-4739-ad91-40503eea1097?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy9lYTQwZmE1YS1lM2M2LTQ3MzktYWQ5MS00MDUwM2VlYTEwOTc/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M1Mjc2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a4b6d24b-77ab-47de-9572-36133bf3bd7c" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:12:39 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "37" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetVMScaleSet3Min;391,Microsoft.Compute/GetVMScaleSet30Min;2578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41189851-25a7-4b55-a2e7-affe1376b68a" + "322315ee-2522-4bc4-bcf5-5c4664041c8c" ], - "Server": [ + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "7afa4813-5e54-4982-bafd-64b487f91e9b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T191240Z:7afa4813-5e54-4982-bafd-64b487f91e9b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3494" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Compute/virtualMachineScaleSets/vmss5276\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"scaleInPolicy\": {\r\n \"forceDeletion\": false\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3531\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3251\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar1576/providers/Microsoft.Network/virtualNetworks/vn4737/subnets/sn4745\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"b84c3ff5-1f6c-4881-9938-0c1da9084ce4\",\r\n \"timeCreated\": \"2021-11-30T18:47:49.7309495+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/32c5a71f-7116-4632-984e-fa64fb878929?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8zMmM1YTcxZi03MTE2LTQ2MzItOTg0ZS1mYTY0ZmI4Nzg5Mjk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 18:59:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3bd80877-bdf9-40d0-86d5-a352163959c2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "89eafbb5-0f19-47d0-a552-b9ddcac5854b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T185932Z:89eafbb5-0f19-47d0-a552-b9ddcac5854b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:59:21.8756504+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"32c5a71f-7116-4632-984e-fa64fb878929\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/32c5a71f-7116-4632-984e-fa64fb878929?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8zMmM1YTcxZi03MTE2LTQ2MzItOTg0ZS1mYTY0ZmI4Nzg5Mjk/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:00:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29983" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "df8aaf2f-d554-46fb-af10-0b69fe867079" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "950b1342-1719-412d-bfd9-021c80c57b54" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190023Z:950b1342-1719-412d-bfd9-021c80c57b54" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T18:59:21.8756504+00:00\",\r\n \"endTime\": \"2021-11-30T18:59:37.4538789+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"32c5a71f-7116-4632-984e-fa64fb878929\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:00:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a8046731-b9ae-4148-ac16-1d8e9ab4a2ba" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "6a9c0828-b5a5-4a1c-acab-ecec956a3152" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190034Z:6a9c0828-b5a5-4a1c-acab-ecec956a3152" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:01:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29981" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "565ee9f3-c477-4450-bfeb-4e0d6b05ed25" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "b8bb628b-4cf4-411e-a767-6da75a953c26" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190125Z:b8bb628b-4cf4-411e-a767-6da75a953c26" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:02:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bbe4165d-0cd0-4f34-8111-f290fefdda0c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "a21c7272-c667-4c06-ba71-677bf8df89aa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190216Z:a21c7272-c667-4c06-ba71-677bf8df89aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:03:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29978" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e5a20b64-083e-4459-9a2d-ba415eba58dc" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "81ff97db-6819-42ee-b957-54d84e43ed9b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190307Z:81ff97db-6819-42ee-b957-54d84e43ed9b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:03:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1b8af440-be36-4a18-9f40-64b4161be503" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "59e4a446-ea31-46a0-ac78-8e190696161a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190358Z:59e4a446-ea31-46a0-ac78-8e190696161a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:04:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "21d463d9-8fdf-4725-b953-a78875aaeec9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "40be9122-8765-4483-b4cc-c03f70c0d25f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190449Z:40be9122-8765-4483-b4cc-c03f70c0d25f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:05:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b69e68f0-2f8c-4596-bc21-1cabf1f720e4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "5d8e49be-38a8-4529-bdf5-80062d0bbe45" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190540Z:5d8e49be-38a8-4529-bdf5-80062d0bbe45" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:06:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29972" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a552aaa3-21ad-4d56-a39b-76860a4bd881" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "1a371084-e1ef-44f9-9d21-abf9747bbfb0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190631Z:1a371084-e1ef-44f9-9d21-abf9747bbfb0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:07:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29971" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e3b22f8c-535c-402a-86d4-c6ea433f9136" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "d63cd2ee-1360-4a5f-9457-aa294ec5fd51" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190722Z:d63cd2ee-1360-4a5f-9457-aa294ec5fd51" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:08:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3b346cce-508a-449d-b78a-336e637edd45" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "fcc652f4-fe3e-4d3f-94b3-0de7381b0d9d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190813Z:fcc652f4-fe3e-4d3f-94b3-0de7381b0d9d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:09:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d67f0472-82f4-4fa3-85bb-60a9c587b502" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "3a7d2e3e-5d7d-4f02-a6be-3b56988a1d65" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T190904Z:3a7d2e3e-5d7d-4f02-a6be-3b56988a1d65" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:09:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29967" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2dc93eb8-4b1d-4a16-a28b-c334373c2089" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" ], "x-ms-correlation-request-id": [ - "57bf1b06-82e9-4814-beba-95af85c1a0aa" + "16f0ebf9-df32-4f99-b4af-bf5b5a1d27ce" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221336Z:57bf1b06-82e9-4814-beba-95af85c1a0aa" + "EASTUS2:20211130T190955Z:16f0ebf9-df32-4f99-b4af-bf5b5a1d27ce" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Thu, 15 Jul 2021 22:13:35 GMT" + "Tue, 30 Nov 2021 19:10:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29965" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "80c32390-2bc9-4338-86c5-1647d75723fa" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "b6952e84-f86a-4171-9e02-7169f54ae032" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T191046Z:b6952e84-f86a-4171-9e02-7169f54ae032" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "134" @@ -2627,56 +3539,181 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:13:25.5634384-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea40fa5a-e3c6-4739-ad91-40503eea1097\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/ea40fa5a-e3c6-4739-ad91-40503eea1097?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy9lYTQwZmE1YS1lM2M2LTQ3MzktYWQ5MS00MDUwM2VlYTEwOTc/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/467b8086-f65c-4205-b12a-a51b32096526?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy80NjdiODA4Ni1mNjVjLTQyMDUtYjEyYS1hNTFiMzIwOTY1MjY/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:11:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94b53d6e-d62e-4f04-9a62-42fc9a6ea291" + "845101f3-492e-48a6-82c9-0e3f28896875" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "69f4b176-d3cc-4801-9934-41b13a939ec0" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T191137Z:69f4b176-d3cc-4801-9934-41b13a939ec0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:00:23.7354796+00:00\",\r\n \"endTime\": \"2021-11-30T19:11:14.9731419+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"467b8086-f65c-4205-b12a-a51b32096526\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/c653f544-2806-4054-b9e3-00b2edea388c?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9jNjUzZjU0NC0yODA2LTQwNTQtYjllMy0wMGIyZWRlYTM4OGM/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:11:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29962" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "836b051d-78cd-442d-902c-8572986b223f" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11975" ], "x-ms-correlation-request-id": [ - "b71e9c34-0c44-4c34-b719-fee332fc52de" + "0ff196af-d49c-4eeb-b677-1ae3eb33504e" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221413Z:b71e9c34-0c44-4c34-b719-fee332fc52de" + "EASTUS2:20211130T191149Z:0ff196af-d49c-4eeb-b677-1ae3eb33504e" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:11:38.8326796+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c653f544-2806-4054-b9e3-00b2edea388c\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/c653f544-2806-4054-b9e3-00b2edea388c?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9jNjUzZjU0NC0yODA2LTQwNTQtYjllMy0wMGIyZWRlYTM4OGM/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Thu, 15 Jul 2021 22:14:12 GMT" + "Tue, 30 Nov 2021 19:12:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "46a57b3d-57e6-4512-8dc9-0f5c9b22e2bb" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "b369ebc8-a180-4417-bffe-4157ec9f0a7b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T191240Z:b369ebc8-a180-4417-bffe-4157ec9f0a7b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "184" @@ -2688,348 +3725,367 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:13:25.5634384-07:00\",\r\n \"endTime\": \"2021-07-15T15:13:59.5007481-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ea40fa5a-e3c6-4739-ad91-40503eea1097\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T19:11:38.8326796+00:00\",\r\n \"endTime\": \"2021-11-30T19:12:18.8797914+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c653f544-2806-4054-b9e3-00b2edea388c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourceGroups/crptestar7469/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4902?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0OTAyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar1576?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3f841de-8300-4851-af0c-3b325b30461c" + "3b27abe1-1b63-47a1-84eb-bb15eef26faa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 30 Nov 2021 19:12:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "7b34aded-5306-440b-8c9d-5ba8cb59d24f" + ], + "x-ms-correlation-request-id": [ + "7b34aded-5306-440b-8c9d-5ba8cb59d24f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211130T191240Z:7b34aded-5306-440b-8c9d-5ba8cb59d24f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:12:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/8b2cf343-330b-4af6-a3f3-a35f76ce756e?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/8b2cf343-330b-4af6-a3f3-a35f76ce756e?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2594,Microsoft.Compute/VmssQueuedVMOperations;0" - ], - "x-ms-request-charge": [ - "1" + "15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "8b2cf343-330b-4af6-a3f3-a35f76ce756e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "9ccb0c78-d6cb-47a7-b72b-a1175aed15b7" ], "x-ms-correlation-request-id": [ - "0cbe63f9-3afa-4b13-bf8f-297cb6bdd26a" + "9ccb0c78-d6cb-47a7-b72b-a1175aed15b7" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221413Z:0cbe63f9-3afa-4b13-bf8f-297cb6bdd26a" + "EASTUS2:20211130T191255Z:9ccb0c78-d6cb-47a7-b72b-a1175aed15b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/8b2cf343-330b-4af6-a3f3-a35f76ce756e?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy84YjJjZjM0My0zMzBiLTRhZjYtYTNmMy1hMzVmNzZjZTc1NmU/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:13:10 GMT" + ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29986" + "Retry-After": [ + "15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "a3ca507b-ef70-496c-838a-63f8d55c2efa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "09d7a204-c965-43e9-b36b-b006fbf537c8" ], "x-ms-correlation-request-id": [ - "316be8cd-4a52-4ed4-9279-30b224db5dca" + "09d7a204-c965-43e9-b36b-b006fbf537c8" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221423Z:316be8cd-4a52-4ed4-9279-30b224db5dca" + "EASTUS2:20211130T191310Z:09d7a204-c965-43e9-b36b-b006fbf537c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:23 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:14:13.8600502-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8b2cf343-330b-4af6-a3f3-a35f76ce756e\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/8b2cf343-330b-4af6-a3f3-a35f76ce756e?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy84YjJjZjM0My0zMzBiLTRhZjYtYTNmMy1hMzVmNzZjZTc1NmU/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:13:24 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "1008c792-613f-4c59-a86c-357c50ccbd26" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11997" + ], + "x-ms-request-id": [ + "1d34466e-a838-4118-ab71-0c4ca6966405" ], "x-ms-correlation-request-id": [ - "eeb4b2e6-95f4-4e7e-86d3-d847a4e0bf48" + "1d34466e-a838-4118-ab71-0c4ca6966405" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221434Z:eeb4b2e6-95f4-4e7e-86d3-d847a4e0bf48" + "EASTUS2:20211130T191325Z:1d34466e-a838-4118-ab71-0c4ca6966405" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:33 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:14:13.8600502-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8b2cf343-330b-4af6-a3f3-a35f76ce756e\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/8b2cf343-330b-4af6-a3f3-a35f76ce756e?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy84YjJjZjM0My0zMzBiLTRhZjYtYTNmMy1hMzVmNzZjZTc1NmU/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:13:39 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29983" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "93cc29f6-82bd-4bd2-a9cf-43296b53b26c" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11996" + ], + "x-ms-request-id": [ + "2d2c1f43-12a8-4cfd-9149-47abe99b9d86" ], "x-ms-correlation-request-id": [ - "379664f3-1631-48be-b8e0-13b71651d3de" + "2d2c1f43-12a8-4cfd-9149-47abe99b9d86" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221444Z:379664f3-1631-48be-b8e0-13b71651d3de" + "EASTUS2:20211130T191340Z:2d2c1f43-12a8-4cfd-9149-47abe99b9d86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:43 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-15T15:14:13.8600502-07:00\",\r\n \"endTime\": \"2021-07-15T15:14:41.7036064-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8b2cf343-330b-4af6-a3f3-a35f76ce756e\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/providers/Microsoft.Compute/locations/SouthCentralUSSTG/operations/8b2cf343-330b-4af6-a3f3-a35f76ce756e?p=0f0a2c5a-336f-4bd3-b1e1-9a9ee8ea6707&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhDZW50cmFsVVNTVEcvb3BlcmF0aW9ucy84YjJjZjM0My0zMzBiLTRhZjYtYTNmMy1hMzVmNzZjZTc1NmU/cD0wZjBhMmM1YS0zMzZmLTRiZDMtYjFlMS05YTllZThlYTY3MDcmbW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:13:55 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29982" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "65b51fac-a905-4ffe-a2b0-036f0191e346" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11995" + ], + "x-ms-request-id": [ + "c87b1243-2f3a-4997-9698-fc40a7d3e553" ], "x-ms-correlation-request-id": [ - "a9bf7bb7-9b1c-4aa4-bd36-f6e5c0faf878" + "c87b1243-2f3a-4997-9698-fc40a7d3e553" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221444Z:a9bf7bb7-9b1c-4aa4-bd36-f6e5c0faf878" + "EASTUS2:20211130T191355Z:c87b1243-2f3a-4997-9698-fc40a7d3e553" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/resourcegroups/crptestar7469?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0Njk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "aee2a730-1db1-48d4-9aeb-644690d8ea35" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3037,26 +4093,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:14:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-request-id": [ - "e4b0a2da-7e40-47a3-9b7f-65831b0a4adc" + "d540518f-0e0b-4fcc-98eb-26893d9dab01" ], "x-ms-correlation-request-id": [ - "e4b0a2da-7e40-47a3-9b7f-65831b0a4adc" + "d540518f-0e0b-4fcc-98eb-26893d9dab01" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221445Z:e4b0a2da-7e40-47a3-9b7f-65831b0a4adc" + "EASTUS2:20211130T191410Z:d540518f-0e0b-4fcc-98eb-26893d9dab01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3064,29 +4123,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3094,26 +4150,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:14:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-request-id": [ - "1bbea582-a0fe-4443-9e42-479c42904306" + "2e58d63c-ea06-455c-b50b-38b1117cda4d" ], "x-ms-correlation-request-id": [ - "1bbea582-a0fe-4443-9e42-479c42904306" + "2e58d63c-ea06-455c-b50b-38b1117cda4d" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221500Z:1bbea582-a0fe-4443-9e42-479c42904306" + "EASTUS2:20211130T191425Z:2e58d63c-ea06-455c-b50b-38b1117cda4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3121,29 +4180,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:14:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3151,26 +4207,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:14:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "3c30ae44-1627-411e-bcf4-9ba4aab854d9" + "c94d7938-8e5b-4e02-bb4a-55645c7a2764" ], "x-ms-correlation-request-id": [ - "3c30ae44-1627-411e-bcf4-9ba4aab854d9" + "c94d7938-8e5b-4e02-bb4a-55645c7a2764" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221515Z:3c30ae44-1627-411e-bcf4-9ba4aab854d9" + "EASTUS2:20211130T191440Z:c94d7938-8e5b-4e02-bb4a-55645c7a2764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3178,29 +4237,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:15:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3208,26 +4264,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:14:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "2b2b8128-2e8c-48de-a041-20d4742392b7" + "f31ad1b4-1252-4e18-9cfa-0ac56fd8767c" ], "x-ms-correlation-request-id": [ - "2b2b8128-2e8c-48de-a041-20d4742392b7" + "f31ad1b4-1252-4e18-9cfa-0ac56fd8767c" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221530Z:2b2b8128-2e8c-48de-a041-20d4742392b7" + "EASTUS2:20211130T191455Z:f31ad1b4-1252-4e18-9cfa-0ac56fd8767c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3235,29 +4294,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:15:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3265,26 +4321,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:15:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "063a1ad9-de87-4c9b-b559-20cd6c8f7145" + "d9b2373f-b1ce-40f0-9f9e-bf7468120f75" ], "x-ms-correlation-request-id": [ - "063a1ad9-de87-4c9b-b559-20cd6c8f7145" + "d9b2373f-b1ce-40f0-9f9e-bf7468120f75" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221545Z:063a1ad9-de87-4c9b-b559-20cd6c8f7145" + "EASTUS2:20211130T191510Z:d9b2373f-b1ce-40f0-9f9e-bf7468120f75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3292,29 +4351,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:15:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3322,26 +4378,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:15:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "7a4f0075-d13f-4e85-8b79-1dcf2a770471" + "20773635-d39c-4d3b-a75d-7f5bc01260ee" ], "x-ms-correlation-request-id": [ - "7a4f0075-d13f-4e85-8b79-1dcf2a770471" + "20773635-d39c-4d3b-a75d-7f5bc01260ee" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221600Z:7a4f0075-d13f-4e85-8b79-1dcf2a770471" + "EASTUS2:20211130T191525Z:20773635-d39c-4d3b-a75d-7f5bc01260ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3349,29 +4408,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:15:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3379,26 +4435,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:15:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "57eb3e27-5217-4546-a894-998d93cf681d" + "5b290dda-bf16-4050-8647-991ad6c01166" ], "x-ms-correlation-request-id": [ - "57eb3e27-5217-4546-a894-998d93cf681d" + "5b290dda-bf16-4050-8647-991ad6c01166" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221616Z:57eb3e27-5217-4546-a894-998d93cf681d" + "EASTUS2:20211130T191540Z:5b290dda-bf16-4050-8647-991ad6c01166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3406,29 +4465,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:16:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3436,20 +4492,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:15:54 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11987" ], "x-ms-request-id": [ - "3cd32aa3-cce8-4ca2-8fae-2cbae2815744" + "354ee949-4b5b-4843-a2ba-eb499430a4a0" ], "x-ms-correlation-request-id": [ - "3cd32aa3-cce8-4ca2-8fae-2cbae2815744" + "354ee949-4b5b-4843-a2ba-eb499430a4a0" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221631Z:3cd32aa3-cce8-4ca2-8fae-2cbae2815744" + "EASTUS2:20211130T191555Z:354ee949-4b5b-4843-a2ba-eb499430a4a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3457,29 +4516,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:16:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c2902e31-7250-41b6-9bda-4bd3af792d35/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDY5LVNPVVRIQ0VOVFJBTFVTU1RHIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1c3N0ZyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzI5MDJlMzEtNzI1MC00MWI2LTliZGEtNGJkM2FmNzkyZDM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTkRZNUxWTlBWVlJJUTBWT1ZGSkJURlZUVTFSSElpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR05sYm5SeVlXeDFjM04wWnlKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTc2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRjMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3487,20 +4543,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 19:15:54 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11986" ], "x-ms-request-id": [ - "325770ba-ca39-4d19-99d7-62d33ca8554b" + "ad4cbf0d-c70f-4d1f-a773-a7bb0c784642" ], "x-ms-correlation-request-id": [ - "325770ba-ca39-4d19-99d7-62d33ca8554b" + "ad4cbf0d-c70f-4d1f-a773-a7bb0c784642" ], "x-ms-routing-request-id": [ - "WESTUS:20210715T221631Z:325770ba-ca39-4d19-99d7-62d33ca8554b" + "EASTUS2:20211130T191555Z:ad4cbf0d-c70f-4d1f-a773-a7bb0c784642" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3508,14 +4567,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 15 Jul 2021 22:16:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3524,30 +4580,30 @@ ], "Names": { "TestVMScaleSetForceScaleinOperation": [ - "crptestar7469", - "vmss4902", - "crptestar8185" + "crptestar1576", + "vmss5276", + "crptestar7409" ], "CreatePublicIP": [ - "pip7037", - "dn919" + "pip3840", + "dn1756" ], "CreateVNET": [ - "vn1924", - "sn9430" + "vn4737", + "sn4745" ], "CreateNIC": [ - "nic7911", - "ip8841" + "nic606", + "ip3135" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8983", - "vmss5123", - "vmsstestnetconfig5793", - "vmsstestnetconfig9460" + "crptestar1203", + "vmss4434", + "vmsstestnetconfig3531", + "vmsstestnetconfig3251" ] }, "Variables": { - "SubscriptionId": "c2902e31-7250-41b6-9bda-4bd3af792d35" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetPatchOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetPatchOperations.json index f69014f9d113b..fea40858a5360 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetPatchOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetPatchOperations.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "529ba500-04cb-44b0-a7a6-a688cd397222" + "c7fab456-6016-44bc-a763-6179970d98d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -33,10 +33,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "d71c1646-d06c-46fe-bec5-a6f9d792d7be" + "4ee3d5ef-dacb-4647-a9e6-f10d36c2634a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "50f9d041-34b5-4813-8bc5-f2026a600976" + "bdfdf45d-1370-4cf0-8bb0-9edd3e9d340c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134517Z:50f9d041-34b5-4813-8bc5-f2026a600976" + "SOUTHCENTRALUS:20220126T101844Z:bdfdf45d-1370-4cf0-8bb0-9edd3e9d340c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:16 GMT" + "Wed, 26 Jan 2022 10:18:43 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6928?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY5Mjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5209?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar6928\": \"2021-06-29 13:45:17Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar5209\": \"2022-01-26 10:18:45Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0880022d-4e77-46e6-ac56-87790606a150" + "1ab32eec-9495-4c7f-832e-d9b1b02506db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "265dae54-90a7-4894-84f4-e4f7635b96f0" + "8fbf106d-2b62-4a19-af67-fdf9a60f362d" ], "x-ms-correlation-request-id": [ - "265dae54-90a7-4894-84f4-e4f7635b96f0" + "8fbf106d-2b62-4a19-af67-fdf9a60f362d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134519Z:265dae54-90a7-4894-84f4-e4f7635b96f0" + "SOUTHCENTRALUS:20220126T101848Z:8fbf106d-2b62-4a19-af67-fdf9a60f362d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:19 GMT" + "Wed, 26 Jan 2022 10:18:47 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928\",\r\n \"name\": \"crptestar6928\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar6928\": \"2021-06-29 13:45:17Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209\",\r\n \"name\": \"crptestar5209\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar5209\": \"2022-01-26 10:18:45Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6928?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY5Mjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5209?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a7df5ee-25e6-4919-a5d8-c34945ba157c" + "a4570348-3b20-4531-ac6f-bec150446c2f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "01976a96-a1f0-41b2-8e25-2ace41140926" + "431138af-b089-41cf-a251-e756b65a2fe8" ], "x-ms-correlation-request-id": [ - "01976a96-a1f0-41b2-8e25-2ace41140926" + "431138af-b089-41cf-a251-e756b65a2fe8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134603Z:01976a96-a1f0-41b2-8e25-2ace41140926" + "SOUTHCENTRALUS:20220126T101933Z:431138af-b089-41cf-a251-e756b65a2fe8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:02 GMT" + "Wed, 26 Jan 2022 10:19:33 GMT" ], "Content-Length": [ "186" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928\",\r\n \"name\": \"crptestar6928\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209\",\r\n \"name\": \"crptestar5209\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Storage/storageAccounts/crptestar6309?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Storage/storageAccounts/crptestar9479?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDc5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8ccf76d3-7de3-4fae-b0a9-f5048c87d8d7" + "a8b4276e-c105-4ba7-a84b-c9d83e7cf5e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2b9bb52e-acd7-4d6b-af60-aa5deac1df2b?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a94435a8-fea7-4fd9-88b6-62fdcbc11bb5?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "2b9bb52e-acd7-4d6b-af60-aa5deac1df2b" + "a94435a8-fea7-4fd9-88b6-62fdcbc11bb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "1fd5c163-0ac7-4a03-a08b-2d17039e1f77" + "ee3b65a1-61a9-4d21-8d2d-4dce038de27e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134531Z:1fd5c163-0ac7-4a03-a08b-2d17039e1f77" + "SOUTHCENTRALUS:20220126T101858Z:ee3b65a1-61a9-4d21-8d2d-4dce038de27e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:31 GMT" + "Wed, 26 Jan 2022 10:18:58 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2b9bb52e-acd7-4d6b-af60-aa5deac1df2b?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmI5YmI1MmUtYWNkNy00ZDZiLWFmNjAtYWE1ZGVhYzFkZjJiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a94435a8-fea7-4fd9-88b6-62fdcbc11bb5?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTk0NDM1YTgtZmVhNy00ZmQ5LTg4YjYtNjJmZGNiYzExYmI1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a94435a8-fea7-4fd9-88b6-62fdcbc11bb5?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "eb4cd56b-33a9-4636-8bd0-2588d4879e6f" + "8f10e987-2a30-4643-89dd-a56316e04c80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +316,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "b8455a04-1b59-4993-bee1-e6f025dd7366" + "e8cc4fdf-7384-4b04-bad7-8c4e026daea1" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T101915Z:e8cc4fdf-7384-4b04-bad7-8c4e026daea1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:19:15 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/a94435a8-fea7-4fd9-88b6-62fdcbc11bb5?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYTk0NDM1YTgtZmVhNy00ZmQ5LTg4YjYtNjJmZGNiYzExYmI1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d4e736b3-c25b-4244-9f44-f090ddec64c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a8719331-bf97-4994-a814-d78c36ef1067" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134549Z:b8455a04-1b59-4993-bee1-e6f025dd7366" + "SOUTHCENTRALUS:20220126T101919Z:a8719331-bf97-4994-a814-d78c36ef1067" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:48 GMT" + "Wed, 26 Jan 2022 10:19:18 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70376a1e-8751-4bac-8d76-1a24c1ac00f5" + "fa25e86a-cc39-495e-8736-c6f7e962bfda" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "8c94c75a-144a-41ba-87f0-289c924102df" + "527897ad-6038-488a-909f-4c8bac636626" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "2d1b9dc6-0017-4b94-b799-e03808ff8fe3" + "e9f4cdd6-600f-4b06-828a-0e5236e3ae14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134559Z:2d1b9dc6-0017-4b94-b799-e03808ff8fe3" + "SOUTHCENTRALUS:20220126T101929Z:e9f4cdd6-600f-4b06-828a-0e5236e3ae14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:59 GMT" + "Wed, 26 Jan 2022 10:19:28 GMT" ], "Content-Length": [ "752" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Storage/storageAccounts/crptestar6309\",\r\n \"name\": \"crptestar6309\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:45:28.3061809Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6309.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6309.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6309.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6309.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Storage/storageAccounts/crptestar9479\",\r\n \"name\": \"crptestar9479\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T10:18:55.3044909Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9479.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9479.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9479.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9479.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Storage/storageAccounts/crptestar6309?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI2MzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Storage/storageAccounts/crptestar9479?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI5NDc5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f673ae23-d72e-4515-a3d2-2e221e8f78c2" + "3324a076-8f24-415b-9fad-898b29ab5d22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "6f9b5c93-11b0-4874-b6ad-b78ead5e4f78" + "e5ce501e-542d-4d37-84db-98058ff9522d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +496,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "96f131bb-35b0-4a99-a1a0-58d1f82eccd8" + "4f0449ca-b97d-4bd8-9082-b74d14137432" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134559Z:96f131bb-35b0-4a99-a1a0-58d1f82eccd8" + "SOUTHCENTRALUS:20220126T101929Z:4f0449ca-b97d-4bd8-9082-b74d14137432" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:59 GMT" + "Wed, 26 Jan 2022 10:19:29 GMT" ], "Content-Length": [ "740" @@ -457,26 +520,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Storage/storageAccounts/crptestar6309\",\r\n \"name\": \"crptestar6309\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:45:28.3061809Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6309.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6309.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6309.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6309.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Storage/storageAccounts/crptestar9479\",\r\n \"name\": \"crptestar9479\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T10:18:55.3044909Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9479.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9479.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9479.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9479.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1feebde-a791-41dc-bf65-e9cba3cc0f17" + "b0ca2f79-102f-465a-b8cd-c6cf5991646d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -490,13 +553,13 @@ "14999" ], "x-ms-request-id": [ - "a7caaa32-4171-444a-a04b-d45d52680a9e" + "0e734dbf-06f9-48bd-bd54-b4b8e7f07100" ], "x-ms-correlation-request-id": [ - "a7caaa32-4171-444a-a04b-d45d52680a9e" + "0e734dbf-06f9-48bd-bd54-b4b8e7f07100" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134601Z:a7caaa32-4171-444a-a04b-d45d52680a9e" + "SOUTHCENTRALUS:20220126T101932Z:0e734dbf-06f9-48bd-bd54-b4b8e7f07100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -505,7 +568,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:01 GMT" + "Wed, 26 Jan 2022 10:19:32 GMT" ], "Expires": [ "-1" @@ -515,21 +578,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/publicIPAddresses/pip5303?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUzMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/publicIPAddresses/pip1834?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7041\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9756\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ae95266-d254-445b-ba19-70845f83ece6" + "b60b8031-3812-4780-beda-edb89e5bde92" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -550,19 +613,19 @@ "1" ], "x-ms-request-id": [ - "816b0891-9a38-4d29-a547-d451f0046ec9" + "423e3d1c-d6b6-4e48-bf66-eaa0c5f7fb0a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/816b0891-9a38-4d29-a547-d451f0046ec9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/423e3d1c-d6b6-4e48-bf66-eaa0c5f7fb0a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "99466bf5-4093-4085-b753-f9b0be204b67" + "9392c0d3-71b4-4738-9556-84816edb83a9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7e4d63cd-9c9d-4598-920d-ef5760457de8" + "fddc7aa7-88ea-4846-985d-327f9dc4081a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,13 +638,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134612Z:99466bf5-4093-4085-b753-f9b0be204b67" + "SOUTHCENTRALUS:20220126T101942Z:9392c0d3-71b4-4738-9556-84816edb83a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:11 GMT" + "Wed, 26 Jan 2022 10:19:41 GMT" ], "Content-Length": [ "769" @@ -593,19 +656,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5303\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/publicIPAddresses/pip5303\",\r\n \"etag\": \"W/\\\"176c0a80-5baf-47ba-b5b5-9e404d41acd4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3b5f4608-f212-4bd3-b7ee-f30fa94ea5ff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7041\",\r\n \"fqdn\": \"dn7041.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1834\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/publicIPAddresses/pip1834\",\r\n \"etag\": \"W/\\\"9445e9e9-0473-4faf-b509-f095f214e44c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9a82de17-41c9-44eb-80ea-997b800bcc64\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9756\",\r\n \"fqdn\": \"dn9756.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/816b0891-9a38-4d29-a547-d451f0046ec9?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxNmIwODkxLTlhMzgtNGQyOS1hNTQ3LWQ0NTFmMDA0NmVjOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/423e3d1c-d6b6-4e48-bf66-eaa0c5f7fb0a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyM2UzZDFjLWQ2YjYtNGU0OC1iZjY2LWVhYTBjNWY3ZmIwYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -617,13 +680,13 @@ "no-cache" ], "x-ms-request-id": [ - "ddcfb76c-2115-49ee-82dc-d12799f303f1" + "b49dcb97-d60c-4fe6-8523-5da52d9da5da" ], "x-ms-correlation-request-id": [ - "559a09b7-e6dc-4793-9c2b-bd5fd78befc8" + "57b7f421-da1a-48c3-8313-0966f8b24728" ], "x-ms-arm-service-request-id": [ - "ba5f6959-6738-4cfa-8319-b41575b9b9f5" + "8ce48aa0-364e-4dcf-ac5f-3b8db1229436" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,16 +696,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134613Z:559a09b7-e6dc-4793-9c2b-bd5fd78befc8" + "SOUTHCENTRALUS:20220126T101943Z:57b7f421-da1a-48c3-8313-0966f8b24728" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:12 GMT" + "Wed, 26 Jan 2022 10:19:43 GMT" ], "Content-Length": [ "29" @@ -658,15 +721,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/publicIPAddresses/pip5303?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUzMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/publicIPAddresses/pip1834?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -678,16 +741,16 @@ "no-cache" ], "ETag": [ - "W/\"8994c1d3-728d-4c76-aef0-cb7c34009064\"" + "W/\"c0cc6b32-518b-4848-ad0f-06d1309c1464\"" ], "x-ms-request-id": [ - "5460d115-faf6-4651-b51d-a008501ebecb" + "25160c11-c455-4380-bebb-8bfc04586a7c" ], "x-ms-correlation-request-id": [ - "c0ec54a0-3021-4cb3-ba96-ab32d52da593" + "3c027f22-36c5-4c06-a23a-12bcc02fdf91" ], "x-ms-arm-service-request-id": [ - "5cc18cc8-c821-455e-b0a7-9c9a771bc064" + "385677e3-09db-403b-a23e-312a4a7c856b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -697,16 +760,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134613Z:c0ec54a0-3021-4cb3-ba96-ab32d52da593" + "SOUTHCENTRALUS:20220126T101943Z:3c027f22-36c5-4c06-a23a-12bcc02fdf91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:13 GMT" + "Wed, 26 Jan 2022 10:19:43 GMT" ], "Content-Length": [ "770" @@ -718,25 +781,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5303\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/publicIPAddresses/pip5303\",\r\n \"etag\": \"W/\\\"8994c1d3-728d-4c76-aef0-cb7c34009064\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3b5f4608-f212-4bd3-b7ee-f30fa94ea5ff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7041\",\r\n \"fqdn\": \"dn7041.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1834\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/publicIPAddresses/pip1834\",\r\n \"etag\": \"W/\\\"c0cc6b32-518b-4848-ad0f-06d1309c1464\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a82de17-41c9-44eb-80ea-997b800bcc64\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9756\",\r\n \"fqdn\": \"dn9756.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/publicIPAddresses/pip5303?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUzMDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/publicIPAddresses/pip1834?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4MzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf4f3c83-a65c-4c1a-8c3e-681471d27969" + "a8a18a31-55bf-42eb-b16a-e494a21ed0d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -748,16 +811,16 @@ "no-cache" ], "ETag": [ - "W/\"8994c1d3-728d-4c76-aef0-cb7c34009064\"" + "W/\"c0cc6b32-518b-4848-ad0f-06d1309c1464\"" ], "x-ms-request-id": [ - "d1deb813-3853-4e86-b543-741fe1283e9a" + "9ed7bf05-c3b4-42e7-8b4a-6920806b511b" ], "x-ms-correlation-request-id": [ - "81d8cca5-cc03-427c-9bad-fd206ace0cc0" + "ecf2c5ba-25c3-4916-b7b3-8457e8ee2fc4" ], "x-ms-arm-service-request-id": [ - "4b1ae44c-486c-4598-be11-83b2f3d71a19" + "6b52cd46-b015-4d1e-9b67-0b3c327fe0ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -767,16 +830,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134614Z:81d8cca5-cc03-427c-9bad-fd206ace0cc0" + "SOUTHCENTRALUS:20220126T101944Z:ecf2c5ba-25c3-4916-b7b3-8457e8ee2fc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:13 GMT" + "Wed, 26 Jan 2022 10:19:43 GMT" ], "Content-Length": [ "770" @@ -788,25 +851,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5303\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/publicIPAddresses/pip5303\",\r\n \"etag\": \"W/\\\"8994c1d3-728d-4c76-aef0-cb7c34009064\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3b5f4608-f212-4bd3-b7ee-f30fa94ea5ff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7041\",\r\n \"fqdn\": \"dn7041.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1834\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/publicIPAddresses/pip1834\",\r\n \"etag\": \"W/\\\"c0cc6b32-518b-4848-ad0f-06d1309c1464\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a82de17-41c9-44eb-80ea-997b800bcc64\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9756\",\r\n \"fqdn\": \"dn9756.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIyOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY0MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5073\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1811\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1d16616-f7e0-4bd3-90b9-eaa5eb7b39b7" + "5c987c3a-7733-4517-b116-30159f57dfad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -827,19 +890,19 @@ "3" ], "x-ms-request-id": [ - "6cb5bc6d-7cfc-446c-a971-52baec2832cd" + "231fc1d7-92f2-4ba4-937c-450f2c30750c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6cb5bc6d-7cfc-446c-a971-52baec2832cd?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/231fc1d7-92f2-4ba4-937c-450f2c30750c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6f04c9a9-8a9d-4fc9-95ec-bbcdb215d171" + "fe664fce-fe54-48f1-a6af-2a4b24cd8276" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d9eaf829-fdf2-4650-983a-1c0938df2cb2" + "fc11cf14-5483-4aca-9c5a-31d0ad290126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,16 +915,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134618Z:6f04c9a9-8a9d-4fc9-95ec-bbcdb215d171" + "SOUTHCENTRALUS:20220126T101948Z:fe664fce-fe54-48f1-a6af-2a4b24cd8276" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:17 GMT" + "Wed, 26 Jan 2022 10:19:48 GMT" ], "Content-Length": [ - "1318" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +933,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn228\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228\",\r\n \"etag\": \"W/\\\"b4fc81b7-20b3-4af8-9645-c8432d253fc9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a5410029-8516-40f0-a5c9-e884fd6f536c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5073\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\",\r\n \"etag\": \"W/\\\"b4fc81b7-20b3-4af8-9645-c8432d253fc9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404\",\r\n \"etag\": \"W/\\\"726d8922-6909-41c2-8553-06765f084dad\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5d40613d-21f8-418f-8519-c0a6035e7d65\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1811\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\",\r\n \"etag\": \"W/\\\"726d8922-6909-41c2-8553-06765f084dad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6cb5bc6d-7cfc-446c-a971-52baec2832cd?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZjYjViYzZkLTdjZmMtNDQ2Yy1hOTcxLTUyYmFlYzI4MzJjZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/231fc1d7-92f2-4ba4-937c-450f2c30750c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzMWZjMWQ3LTkyZjItNGJhNC05MzdjLTQ1MGYyYzMwNzUwYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -894,13 +957,13 @@ "no-cache" ], "x-ms-request-id": [ - "d55b91d7-38cb-4f97-abb1-cebb76ba6fef" + "30d6c13b-7251-4fa2-ba55-632d3fbdd2d8" ], "x-ms-correlation-request-id": [ - "3bbd7ff5-faf7-4380-9293-025b2232f27b" + "ddca8106-864a-456c-84db-d8508643542b" ], "x-ms-arm-service-request-id": [ - "21a109b1-5c8d-4f69-b134-7617817f45b9" + "1d2e7a6c-35bc-4df1-bea8-662e4ad1030e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -910,16 +973,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134621Z:3bbd7ff5-faf7-4380-9293-025b2232f27b" + "SOUTHCENTRALUS:20220126T101952Z:ddca8106-864a-456c-84db-d8508643542b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:20 GMT" + "Wed, 26 Jan 2022 10:19:51 GMT" ], "Content-Length": [ "29" @@ -935,15 +998,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIyOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY0MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -955,16 +1018,16 @@ "no-cache" ], "ETag": [ - "W/\"98d84242-08c9-4f73-b280-9397bafb1854\"" + "W/\"56205831-1653-4c53-b61b-76b8ea00ebf0\"" ], "x-ms-request-id": [ - "392edc07-d345-4419-bba2-06a607cdec7f" + "9b408c39-d90c-4632-8a39-044924f5c791" ], "x-ms-correlation-request-id": [ - "b1c244b7-cbf3-444e-8d37-e819e08e2796" + "f4064299-5975-45c7-8a21-0565e5c8dc6e" ], "x-ms-arm-service-request-id": [ - "c62b2ac5-8f7b-4729-a229-64702379a54e" + "ef48612a-bd41-4d87-aa14-e9b3784a2773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -974,19 +1037,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134622Z:b1c244b7-cbf3-444e-8d37-e819e08e2796" + "SOUTHCENTRALUS:20220126T101952Z:f4064299-5975-45c7-8a21-0565e5c8dc6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:21 GMT" + "Wed, 26 Jan 2022 10:19:52 GMT" ], "Content-Length": [ - "1320" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +1058,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn228\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228\",\r\n \"etag\": \"W/\\\"98d84242-08c9-4f73-b280-9397bafb1854\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a5410029-8516-40f0-a5c9-e884fd6f536c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5073\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\",\r\n \"etag\": \"W/\\\"98d84242-08c9-4f73-b280-9397bafb1854\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn6404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404\",\r\n \"etag\": \"W/\\\"56205831-1653-4c53-b61b-76b8ea00ebf0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5d40613d-21f8-418f-8519-c0a6035e7d65\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1811\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\",\r\n \"etag\": \"W/\\\"56205831-1653-4c53-b61b-76b8ea00ebf0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIyOC9zdWJuZXRzL3NuNTA3Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY0MDQvc3VibmV0cy9zbjE4MTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98e0182c-0967-4a37-b2ab-4301a33583d9" + "f2fafadc-07b5-4dbf-8a55-98de94f3dc72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1025,16 +1088,16 @@ "no-cache" ], "ETag": [ - "W/\"98d84242-08c9-4f73-b280-9397bafb1854\"" + "W/\"56205831-1653-4c53-b61b-76b8ea00ebf0\"" ], "x-ms-request-id": [ - "9b4a4591-dfba-4caf-acf5-4e21542a46a0" + "d8db9f3c-579f-4a4e-bf2c-0f461af62a89" ], "x-ms-correlation-request-id": [ - "c5052cbb-a34c-4d96-b472-791071ade74b" + "7f9e8033-bf6a-4d84-9f22-3cc0186d1b7b" ], "x-ms-arm-service-request-id": [ - "417e2fdc-a936-4485-940c-22fe4eb897aa" + "ed01c8c3-97a4-4127-b6b4-4fd8732326f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1044,19 +1107,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134622Z:c5052cbb-a34c-4d96-b472-791071ade74b" + "SOUTHCENTRALUS:20220126T101952Z:7f9e8033-bf6a-4d84-9f22-3cc0186d1b7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:21 GMT" + "Wed, 26 Jan 2022 10:19:52 GMT" ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,32 +1128,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5073\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\",\r\n \"etag\": \"W/\\\"98d84242-08c9-4f73-b280-9397bafb1854\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1811\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\",\r\n \"etag\": \"W/\\\"56205831-1653-4c53-b61b-76b8ea00ebf0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY2MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk3ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5073\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n }\r\n },\r\n \"name\": \"ip8219\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1811\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n }\r\n },\r\n \"name\": \"ip9603\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61491478-2f13-433a-835c-2f42166326bc" + "d5e88d46-7793-47dc-986e-1210345f5cc2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "748" ] }, "ResponseHeaders": { @@ -1101,19 +1164,19 @@ "no-cache" ], "x-ms-request-id": [ - "f9788f3f-f1a2-4cdf-86da-ddd05c4aeabe" + "0f0089a3-fcba-4912-abad-1b14d97799da" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f9788f3f-f1a2-4cdf-86da-ddd05c4aeabe?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0f0089a3-fcba-4912-abad-1b14d97799da?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "efc16823-21dc-4a9e-b033-4e6aeb67f0da" + "921f1f4d-98a6-43df-9dc7-91cf2a4efa52" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7517ee8e-8d1c-4748-95d5-70323f049d1b" + "10e7bb92-e4a4-4c98-a1a7-a3e7bb8906f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1126,16 +1189,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134626Z:efc16823-21dc-4a9e-b033-4e6aeb67f0da" + "SOUTHCENTRALUS:20220126T101956Z:921f1f4d-98a6-43df-9dc7-91cf2a4efa52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:25 GMT" + "Wed, 26 Jan 2022 10:19:55 GMT" ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1207,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606\",\r\n \"etag\": \"W/\\\"190d19da-2e28-4eee-bc02-3bafb189eeae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c139f1f-4ec1-460a-acd5-312353d51422\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606/ipConfigurations/ip8219\",\r\n \"etag\": \"W/\\\"190d19da-2e28-4eee-bc02-3bafb189eeae\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\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\": \"feaedjiwqxyebjoj3ccp010tne.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9781\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781\",\r\n \"etag\": \"W/\\\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"66a71ae1-cf7d-494d-bc9b-dd23023a150e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9603\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781/ipConfigurations/ip9603\",\r\n \"etag\": \"W/\\\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\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\": \"hvquaxpyeghudbizyctagxt3mf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY2MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk3ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1168,16 +1231,16 @@ "no-cache" ], "ETag": [ - "W/\"190d19da-2e28-4eee-bc02-3bafb189eeae\"" + "W/\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\"" ], "x-ms-request-id": [ - "391ae4dd-dd07-49a7-abf8-1399d482b8fd" + "004f270c-fb3b-4c5b-b4a5-2d635d4123be" ], "x-ms-correlation-request-id": [ - "2dd9cf82-d2a1-4c3f-9209-06b628930b82" + "8b090168-1d90-4b21-8ab9-afc73cd4fbe2" ], "x-ms-arm-service-request-id": [ - "998f3382-68ca-431e-b893-419941e25798" + "5b375c23-79fd-4dab-8648-ff362a44f07c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1187,19 +1250,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134626Z:2dd9cf82-d2a1-4c3f-9209-06b628930b82" + "SOUTHCENTRALUS:20220126T101956Z:8b090168-1d90-4b21-8ab9-afc73cd4fbe2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:25 GMT" + "Wed, 26 Jan 2022 10:19:56 GMT" ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1271,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606\",\r\n \"etag\": \"W/\\\"190d19da-2e28-4eee-bc02-3bafb189eeae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c139f1f-4ec1-460a-acd5-312353d51422\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606/ipConfigurations/ip8219\",\r\n \"etag\": \"W/\\\"190d19da-2e28-4eee-bc02-3bafb189eeae\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\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\": \"feaedjiwqxyebjoj3ccp010tne.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9781\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781\",\r\n \"etag\": \"W/\\\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"66a71ae1-cf7d-494d-bc9b-dd23023a150e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9603\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781/ipConfigurations/ip9603\",\r\n \"etag\": \"W/\\\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\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\": \"hvquaxpyeghudbizyctagxt3mf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY2MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk3ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "929f7497-75b5-4d95-95b6-8d35c9d0f245" + "bac32c22-7089-45d6-bd92-393eab2a5114" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1238,16 +1301,16 @@ "no-cache" ], "ETag": [ - "W/\"190d19da-2e28-4eee-bc02-3bafb189eeae\"" + "W/\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\"" ], "x-ms-request-id": [ - "a2d1b4eb-1b06-4a32-b5b8-c9849da54824" + "179c3fd8-b06b-4df0-8284-70cd88e6751f" ], "x-ms-correlation-request-id": [ - "5347d8c6-d5c3-4ab9-a6ff-47819075824b" + "e1a2aa43-ccc3-4ca9-a30e-1a707d95d31f" ], "x-ms-arm-service-request-id": [ - "95eee646-28bf-424f-b19a-82e1339ac80f" + "514c209b-33c1-428d-bed0-489a96c0f7da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,19 +1320,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134626Z:5347d8c6-d5c3-4ab9-a6ff-47819075824b" + "SOUTHCENTRALUS:20220126T101956Z:e1a2aa43-ccc3-4ca9-a30e-1a707d95d31f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:25 GMT" + "Wed, 26 Jan 2022 10:19:56 GMT" ], "Content-Length": [ - "1630" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,32 +1341,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6606\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606\",\r\n \"etag\": \"W/\\\"190d19da-2e28-4eee-bc02-3bafb189eeae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c139f1f-4ec1-460a-acd5-312353d51422\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/networkInterfaces/nic6606/ipConfigurations/ip8219\",\r\n \"etag\": \"W/\\\"190d19da-2e28-4eee-bc02-3bafb189eeae\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\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\": \"feaedjiwqxyebjoj3ccp010tne.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9781\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781\",\r\n \"etag\": \"W/\\\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"66a71ae1-cf7d-494d-bc9b-dd23023a150e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9603\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/networkInterfaces/nic9781/ipConfigurations/ip9603\",\r\n \"etag\": \"W/\\\"8ae8391a-565d-4e4d-b7f4-63c37beacfb5\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\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\": \"hvquaxpyeghudbizyctagxt3mf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3282b27-c58f-4c79-9775-e0b7bcd12acb" + "72fc7dc5-bcf5-4db5-b2c6-365141a60be4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1730" + "1731" ] }, "ResponseHeaders": { @@ -1317,13 +1380,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;295,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1332,7 +1395,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e" + "a6b5abc0-82f7-4357-9e70-420702b8027b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1342,19 +1405,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "bd65e280-78d7-4c04-b8d7-38aab6d31e96" + "4908263d-be88-49fb-b89c-f02585589620" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134637Z:bd65e280-78d7-4c04-b8d7-38aab6d31e96" + "SOUTHCENTRALUS:20220126T102007Z:4908263d-be88-49fb-b89c-f02585589620" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:36 GMT" + "Wed, 26 Jan 2022 10:20:07 GMT" ], "Content-Length": [ - "3159" + "3217" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,20 +1426,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiOWU3M2MyLWFmOWMtNDhlNi1hZmNkLWZiZmQ0YTZhMGUxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YjVhYmMwLTgyZjctNDM1Ny05ZTcwLTQyMDcwMmI4MDI3Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1390,13 +1453,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b0feb63-115d-4c83-aff6-06b5510b4be4" + "fa4befc4-742f-4c99-8741-79cfca0389fd" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1406,16 +1469,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "fe3af6f5-d7a9-41a1-a96c-4f833eadac4a" + "326929b8-ecef-4ea7-a0ed-53d9af5c395e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134647Z:fe3af6f5-d7a9-41a1-a96c-4f833eadac4a" + "SOUTHCENTRALUS:20220126T102017Z:326929b8-ecef-4ea7-a0ed-53d9af5c395e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:46:47 GMT" + "Wed, 26 Jan 2022 10:20:17 GMT" ], "Content-Length": [ "134" @@ -1427,20 +1490,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:46:34.2038837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:20:04.6771933-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6b5abc0-82f7-4357-9e70-420702b8027b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiOWU3M2MyLWFmOWMtNDhlNi1hZmNkLWZiZmQ0YTZhMGUxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YjVhYmMwLTgyZjctNDM1Ny05ZTcwLTQyMDcwMmI4MDI3Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1451,13 +1514,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29952" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1557e901-ddbb-4706-b1e6-4b1b5eda8911" + "7ea87dd7-4e69-413c-badd-4e2bbefdb1e3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1467,16 +1530,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "a4a88345-db41-4507-9b2c-1774315243c9" + "1b847f1a-1902-4c5a-880b-3d80f60d2579" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134824Z:a4a88345-db41-4507-9b2c-1774315243c9" + "SOUTHCENTRALUS:20220126T102155Z:1b847f1a-1902-4c5a-880b-3d80f60d2579" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:48:23 GMT" + "Wed, 26 Jan 2022 10:21:55 GMT" ], "Content-Length": [ "134" @@ -1488,20 +1551,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:46:34.2038837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:20:04.6771933-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6b5abc0-82f7-4357-9e70-420702b8027b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiOWU3M2MyLWFmOWMtNDhlNi1hZmNkLWZiZmQ0YTZhMGUxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YjVhYmMwLTgyZjctNDM1Ny05ZTcwLTQyMDcwMmI4MDI3Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1512,13 +1575,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20877927-6c98-45e9-b771-eea8936c0b57" + "a0f1bada-7c96-4d25-982b-c36a39c73ece" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1528,16 +1591,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "42c0be28-2740-4b34-a167-3ce12151fc08" + "8e741753-cc6c-464a-a393-ae9344e3fd5c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135001Z:42c0be28-2740-4b34-a167-3ce12151fc08" + "SOUTHCENTRALUS:20220126T102332Z:8e741753-cc6c-464a-a393-ae9344e3fd5c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:50:01 GMT" + "Wed, 26 Jan 2022 10:23:32 GMT" ], "Content-Length": [ "134" @@ -1549,20 +1612,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:46:34.2038837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:20:04.6771933-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6b5abc0-82f7-4357-9e70-420702b8027b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiOWU3M2MyLWFmOWMtNDhlNi1hZmNkLWZiZmQ0YTZhMGUxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YjVhYmMwLTgyZjctNDM1Ny05ZTcwLTQyMDcwMmI4MDI3Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1573,13 +1636,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70c51bbe-a173-4823-958a-0ddaf04d4b5a" + "78da3080-5d3b-46c1-863f-2b7a88500cbc" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1589,16 +1652,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "256e9b4e-965d-43ce-956a-0d64a1208971" + "396e5f2f-4cbf-4bdd-9f93-94828b42806a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135139Z:256e9b4e-965d-43ce-956a-0d64a1208971" + "SOUTHCENTRALUS:20220126T102509Z:396e5f2f-4cbf-4bdd-9f93-94828b42806a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:51:38 GMT" + "Wed, 26 Jan 2022 10:25:08 GMT" ], "Content-Length": [ "134" @@ -1610,20 +1673,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:46:34.2038837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:20:04.6771933-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6b5abc0-82f7-4357-9e70-420702b8027b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiOWU3M2MyLWFmOWMtNDhlNi1hZmNkLWZiZmQ0YTZhMGUxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YjVhYmMwLTgyZjctNDM1Ny05ZTcwLTQyMDcwMmI4MDI3Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1634,13 +1697,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9c600457-b5ab-4a45-98c4-af177a2e0931" + "6479d3e8-ebeb-4dab-bc5c-c60f9cf85d33" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1650,16 +1713,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "99d9ab8b-f17c-4324-b7e7-b4f40eabcd32" + "7364c34d-df89-4821-8489-aa2f43980d57" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135316Z:99d9ab8b-f17c-4324-b7e7-b4f40eabcd32" + "SOUTHCENTRALUS:20220126T102647Z:7364c34d-df89-4821-8489-aa2f43980d57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:53:16 GMT" + "Wed, 26 Jan 2022 10:26:46 GMT" ], "Content-Length": [ "134" @@ -1671,20 +1734,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:46:34.2038837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:20:04.6771933-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6b5abc0-82f7-4357-9e70-420702b8027b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiOWU3M2MyLWFmOWMtNDhlNi1hZmNkLWZiZmQ0YTZhMGUxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YjVhYmMwLTgyZjctNDM1Ny05ZTcwLTQyMDcwMmI4MDI3Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1695,13 +1758,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fffd7eef-edb5-4e2f-bc8f-49f75283bf57" + "99373508-fa3c-4452-ada7-8282b35a2a62" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1711,16 +1774,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "11195574-400e-421c-9dd0-df2fef8902b6" + "749ef209-d363-4c3e-b09d-fa2546dea96a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135453Z:11195574-400e-421c-9dd0-df2fef8902b6" + "SOUTHCENTRALUS:20220126T102824Z:749ef209-d363-4c3e-b09d-fa2546dea96a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:54:53 GMT" + "Wed, 26 Jan 2022 10:28:24 GMT" ], "Content-Length": [ "134" @@ -1732,20 +1795,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:46:34.2038837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:20:04.6771933-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a6b5abc0-82f7-4357-9e70-420702b8027b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiOWU3M2MyLWFmOWMtNDhlNi1hZmNkLWZiZmQ0YTZhMGUxZT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6b5abc0-82f7-4357-9e70-420702b8027b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2YjVhYmMwLTgyZjctNDM1Ny05ZTcwLTQyMDcwMmI4MDI3Yj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1756,13 +1819,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b1e2ff4a-aa0b-432a-8b2a-86330107d008" + "9a6d91e2-ecbc-442a-b3b5-d8584248f160" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1772,16 +1835,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "d5facb90-dcc9-44bb-bcdc-3de60040bcb1" + "7ea70355-fc43-46a1-93f8-2826bfa8c3e9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135630Z:d5facb90-dcc9-44bb-bcdc-3de60040bcb1" + "SOUTHCENTRALUS:20220126T103001Z:7ea70355-fc43-46a1-93f8-2826bfa8c3e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:56:30 GMT" + "Wed, 26 Jan 2022 10:30:00 GMT" ], "Content-Length": [ "184" @@ -1793,20 +1856,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:46:34.2038837+00:00\",\r\n \"endTime\": \"2021-06-29T13:55:21.8791625+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6b9e73c2-af9c-48e6-afcd-fbfd4a6a0e1e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:20:04.6771933-06:00\",\r\n \"endTime\": \"2022-01-26T04:28:58.9270142-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a6b5abc0-82f7-4357-9e70-420702b8027b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1817,13 +1880,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2557" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7de3fbb-ab67-4ff8-a24c-ae38e069b444" + "03f0cb43-3b1d-41cd-a4d3-21a536c13a7b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1833,19 +1896,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "08110b7a-7532-4571-8cc9-e0111ee10dbb" + "17f13a81-9a9e-4c5c-b502-862936444674" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135631Z:08110b7a-7532-4571-8cc9-e0111ee10dbb" + "SOUTHCENTRALUS:20220126T103002Z:17f13a81-9a9e-4c5c-b502-862936444674" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:56:30 GMT" + "Wed, 26 Jan 2022 10:30:01 GMT" ], "Content-Length": [ - "3160" + "3218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1854,26 +1917,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6fdde9ac-44c1-419e-a58b-e8f97286346f" + "a2dc4954-9048-4e1a-af13-f42312114ba8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1884,13 +1947,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2556" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a224fcdb-43ef-4460-a0a1-29e6e1485a3d" + "94f866af-ceaa-4e2e-b149-04cc778158b5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1900,19 +1963,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "bd7c4b6d-fd9a-4a06-befd-20df3b2f88db" + "cfc73613-d5bf-4b49-b8d8-12c3a8d60568" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135631Z:bd7c4b6d-fd9a-4a06-befd-20df3b2f88db" + "SOUTHCENTRALUS:20220126T103002Z:cfc73613-d5bf-4b49-b8d8-12c3a8d60568" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:56:30 GMT" + "Wed, 26 Jan 2022 10:30:01 GMT" ], "Content-Length": [ - "3160" + "3218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1921,26 +1984,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28b4441b-e94b-4ee6-8856-cc2ac6f0c9f1" + "54d5d15f-53a8-41f5-b620-a076a9ea4541" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1951,13 +2014,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2555" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5c73c70-adc5-4b18-b59f-3bfea7b018c7" + "d54fe1ef-09e4-42cd-bf8d-2364fa6293f9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1967,19 +2030,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "4109914a-e545-4902-ba82-9d213ae6988d" + "867e54d6-109e-4eb0-865a-7fa8f1456e87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135631Z:4109914a-e545-4902-ba82-9d213ae6988d" + "SOUTHCENTRALUS:20220126T103002Z:867e54d6-109e-4eb0-865a-7fa8f1456e87" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:56:31 GMT" + "Wed, 26 Jan 2022 10:30:01 GMT" ], "Content-Length": [ - "3160" + "3218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1988,20 +2051,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2012,35 +2075,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2540" + "Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2565" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "590a826b-f00e-4e61-b44c-3f68194d4d18" + "be0a0d85-9bd5-4ddc-b385-96b886d64cac" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11986" ], "x-ms-correlation-request-id": [ - "69900236-10a4-417e-a4eb-50fec8de4b73" + "16067da9-bc65-401c-9b76-bc3f3e75a608" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140019Z:69900236-10a4-417e-a4eb-50fec8de4b73" + "SOUTHCENTRALUS:20220126T103113Z:16067da9-bc65-401c-9b76-bc3f3e75a608" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:00:19 GMT" + "Wed, 26 Jan 2022 10:31:12 GMT" ], "Content-Length": [ - "3479" + "3537" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2049,26 +2112,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bde9b8ef-e111-43ef-9489-020b3688dae7" + "62cfe93e-f822-4667-a7c3-4742f8e69265" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2079,35 +2142,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2539" + "Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "009e1c1d-291e-485b-8ee9-199f6f3545a6" + "7b2866c5-034f-459b-b3ae-f8b7ade31e54" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11985" ], "x-ms-correlation-request-id": [ - "a09440a7-1784-4a93-9844-221d09dd1834" + "8e4c2053-7510-4304-a4d4-82829e8decfd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140019Z:a09440a7-1784-4a93-9844-221d09dd1834" + "SOUTHCENTRALUS:20220126T103113Z:8e4c2053-7510-4304-a4d4-82829e8decfd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:00:19 GMT" + "Wed, 26 Jan 2022 10:31:12 GMT" ], "Content-Length": [ - "3479" + "3537" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2116,20 +2179,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2140,35 +2203,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2542" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c91ac7f-e371-4736-98ba-36fd2513ff30" + "da8b0c39-e560-40ac-b366-b1e8b2714abe" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11972" ], "x-ms-correlation-request-id": [ - "80fbc311-62ce-4f9e-bf9f-ed6bdda37849" + "720347d7-f20d-4fcf-851c-f69ec1b03761" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140915Z:80fbc311-62ce-4f9e-bf9f-ed6bdda37849" + "SOUTHCENTRALUS:20220126T104054Z:720347d7-f20d-4fcf-851c-f69ec1b03761" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:09:15 GMT" + "Wed, 26 Jan 2022 10:40:54 GMT" ], "Content-Length": [ - "3900" + "3537" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2177,26 +2240,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33c55a1a-435c-4168-b9d3-a6e9666db569" + "63d9652c-65ce-4dbb-be25-e4b04a88a3b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2207,35 +2270,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2541" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60c3c128-37c8-4793-94a4-2a998de8d5f9" + "df62298a-3400-4b8c-83df-a2195042f04b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11971" ], "x-ms-correlation-request-id": [ - "b64acd08-db11-43d0-a7e4-5ada36ce3288" + "ae3c204f-9935-4d0d-80cb-d833463d49ba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140916Z:b64acd08-db11-43d0-a7e4-5ada36ce3288" + "SOUTHCENTRALUS:20220126T104054Z:ae3c204f-9935-4d0d-80cb-d833463d49ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:09:15 GMT" + "Wed, 26 Jan 2022 10:40:54 GMT" ], "Content-Length": [ - "3900" + "3537" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2244,26 +2307,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"virtualMachineProfile\": {\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4dc01fd-3d4c-47a2-b960-4030bb30eccc" + "f15549c0-7c3b-4779-8071-4006b0f49898" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2283,7 +2346,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/41c29a67-a157-42d0-b8e0-e4d775c65e30?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/11ac0409-8217-48b7-8a24-9a3240cc21fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2298,7 +2361,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41c29a67-a157-42d0-b8e0-e4d775c65e30" + "11ac0409-8217-48b7-8a24-9a3240cc21fb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2308,19 +2371,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "412953cb-dbd0-4542-b4c5-0f33af06bbd9" + "fefa02be-f041-4de6-a98f-a732459f85c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135641Z:412953cb-dbd0-4542-b4c5-0f33af06bbd9" + "SOUTHCENTRALUS:20220126T103011Z:fefa02be-f041-4de6-a98f-a732459f85c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:56:40 GMT" + "Wed, 26 Jan 2022 10:30:10 GMT" ], "Content-Length": [ - "3478" + "3536" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2329,26 +2392,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"sku\": {\r\n \"capacity\": 3\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a4e5b5c-be20-4da1-822c-fe7e353acaaa" + "9297b1d3-5ecf-4a82-9805-5b0b64115323" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2368,13 +2431,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -2383,7 +2446,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a34969cd-3a16-495f-a66f-b1199b42a38f" + "91507166-8c73-4506-b32f-e1d147b3bb40" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2393,19 +2456,19 @@ "1197" ], "x-ms-correlation-request-id": [ - "695ad828-d6d0-4f46-ae2c-76f48c3d75e5" + "1bde6e03-fa57-4363-ba8e-87942ac76956" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140032Z:695ad828-d6d0-4f46-ae2c-76f48c3d75e5" + "SOUTHCENTRALUS:20220126T103119Z:1bde6e03-fa57-4363-ba8e-87942ac76956" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:00:31 GMT" + "Wed, 26 Jan 2022 10:31:19 GMT" ], "Content-Length": [ - "3478" + "3536" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2414,20 +2477,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss6426\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar6309.blob.core.windows.net/crptestar765\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6024\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4636\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Network/virtualNetworks/vn228/subnets/sn5073\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"29f076dd-7b4d-4d8b-a5fb-b0a6b616b042\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1365\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar9479.blob.core.windows.net/crptestar846\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3849\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5829\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Network/virtualNetworks/vn6404/subnets/sn1811\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"3d6b721b-4570-49ba-8255-c5b4730cef81\",\r\n \"timeCreated\": \"2022-01-26T04:20:04.6771933-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/41c29a67-a157-42d0-b8e0-e4d775c65e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYzI5YTY3LWExNTctNDJkMC1iOGUwLWU0ZDc3NWM2NWUzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/11ac0409-8217-48b7-8a24-9a3240cc21fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExYWMwNDA5LTgyMTctNDhiNy04YTI0LTlhMzI0MGNjMjFmYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2441,13 +2504,13 @@ "51" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "672fbeda-463b-43df-b9f1-f850670e4f07" + "d0b4e935-9dd2-4fe9-8655-fc09759a9e66" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2457,16 +2520,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "2b571190-ad62-45d3-abc5-84f8cf97a915" + "45e8e521-2cb9-4130-bb61-bb7431ccec82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135652Z:2b571190-ad62-45d3-abc5-84f8cf97a915" + "SOUTHCENTRALUS:20220126T103021Z:45e8e521-2cb9-4130-bb61-bb7431ccec82" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:56:51 GMT" + "Wed, 26 Jan 2022 10:30:21 GMT" ], "Content-Length": [ "134" @@ -2478,20 +2541,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:56:36.9264829+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c29a67-a157-42d0-b8e0-e4d775c65e30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:30:07.8488757-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"11ac0409-8217-48b7-8a24-9a3240cc21fb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/41c29a67-a157-42d0-b8e0-e4d775c65e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYzI5YTY3LWExNTctNDJkMC1iOGUwLWU0ZDc3NWM2NWUzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/11ac0409-8217-48b7-8a24-9a3240cc21fb?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExYWMwNDA5LTgyMTctNDhiNy04YTI0LTlhMzI0MGNjMjFmYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2502,13 +2565,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b6198ada-30f9-4de4-863f-2637cac35182" + "2a04fc52-6c86-4141-a8c5-bba8c2e97e9c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2518,19 +2581,19 @@ "11987" ], "x-ms-correlation-request-id": [ - "2d087679-8c4d-49b5-94ec-b92de56c7cce" + "993634e1-1cee-4c04-bb1f-c15cef4768d3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135743Z:2d087679-8c4d-49b5-94ec-b92de56c7cce" + "SOUTHCENTRALUS:20220126T103112Z:993634e1-1cee-4c04-bb1f-c15cef4768d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:57:43 GMT" + "Wed, 26 Jan 2022 10:31:12 GMT" ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2539,20 +2602,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:56:36.9264829+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c29a67-a157-42d0-b8e0-e4d775c65e30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:30:07.8488757-06:00\",\r\n \"endTime\": \"2022-01-26T04:30:29.1145021-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"11ac0409-8217-48b7-8a24-9a3240cc21fb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/41c29a67-a157-42d0-b8e0-e4d775c65e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYzI5YTY3LWExNTctNDJkMC1iOGUwLWU0ZDc3NWM2NWUzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2562,33 +2625,36 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "51" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8eac558-3782-44fb-803a-f9086abe2dfe" + "d4e522c6-d219-40ab-a951-d47b1170deb1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-correlation-request-id": [ - "06773c17-295b-4533-ac97-cafc2dad245d" + "73b70eb0-f0eb-4f61-b865-b3a641858fac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135835Z:06773c17-295b-4533-ac97-cafc2dad245d" + "SOUTHCENTRALUS:20220126T103130Z:73b70eb0-f0eb-4f61-b865-b3a641858fac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:58:34 GMT" + "Wed, 26 Jan 2022 10:31:29 GMT" ], "Content-Length": [ "134" @@ -2600,20 +2666,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:56:36.9264829+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c29a67-a157-42d0-b8e0-e4d775c65e30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/41c29a67-a157-42d0-b8e0-e4d775c65e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYzI5YTY3LWExNTctNDJkMC1iOGUwLWU0ZDc3NWM2NWUzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2624,32 +2690,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4109fdd1-22a5-47b7-ae47-87f90dbb041e" + "261e13f4-f77a-4ffe-9463-ac811d3cf68c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-correlation-request-id": [ - "085db25e-3688-4b6a-9378-ed6afe3bcba8" + "33e91caf-fcad-4501-97bd-d48423924fbb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T135927Z:085db25e-3688-4b6a-9378-ed6afe3bcba8" + "SOUTHCENTRALUS:20220126T103221Z:33e91caf-fcad-4501-97bd-d48423924fbb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:59:26 GMT" + "Wed, 26 Jan 2022 10:32:21 GMT" ], "Content-Length": [ "134" @@ -2661,20 +2727,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:56:36.9264829+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"41c29a67-a157-42d0-b8e0-e4d775c65e30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/41c29a67-a157-42d0-b8e0-e4d775c65e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYzI5YTY3LWExNTctNDJkMC1iOGUwLWU0ZDc3NWM2NWUzMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2685,35 +2751,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2dc0ece-26cb-4cfb-aef2-756b67dee120" + "80f2022a-ba7e-436e-8633-126d2cfab266" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11982" ], "x-ms-correlation-request-id": [ - "064e3688-4270-4917-8d9f-0cd69c0ec0e4" + "2214e2e4-567e-44dd-b655-a5015bb211c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140019Z:064e3688-4270-4917-8d9f-0cd69c0ec0e4" + "SOUTHCENTRALUS:20220126T103312Z:2214e2e4-567e-44dd-b655-a5015bb211c6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:00:18 GMT" + "Wed, 26 Jan 2022 10:33:12 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2722,20 +2788,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:56:36.9264829+00:00\",\r\n \"endTime\": \"2021-06-29T14:00:18.4123799+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"41c29a67-a157-42d0-b8e0-e4d775c65e30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2745,17 +2811,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "51" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "320986ce-6665-4f0f-8e7d-a59b56aea324" + "6d172b13-1df2-4316-8823-316b975b7dfb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2765,19 +2828,19 @@ "11981" ], "x-ms-correlation-request-id": [ - "6f432415-1d95-47ff-b3db-dd10f5618630" + "067e9dff-edf5-4a53-9325-6e0b09052916" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140043Z:6f432415-1d95-47ff-b3db-dd10f5618630" + "SOUTHCENTRALUS:20220126T103403Z:067e9dff-edf5-4a53-9325-6e0b09052916" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:00:42 GMT" + "Wed, 26 Jan 2022 10:34:02 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2786,20 +2849,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2810,13 +2873,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "979f20b4-81f6-4938-a28b-1b0dba20a1a9" + "613536de-90cf-4208-a69a-a550c135d9fa" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2826,19 +2889,19 @@ "11980" ], "x-ms-correlation-request-id": [ - "fe62a448-10e3-4c68-aa26-55591b5930cd" + "39e82abf-7fd0-4ee4-a976-5bda3f1f9419" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140134Z:fe62a448-10e3-4c68-aa26-55591b5930cd" + "SOUTHCENTRALUS:20220126T103455Z:39e82abf-7fd0-4ee4-a976-5bda3f1f9419" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:01:34 GMT" + "Wed, 26 Jan 2022 10:34:54 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2847,20 +2910,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2871,13 +2934,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a6a6ebc-8595-4694-9ba3-81840ad0cad7" + "98b2c49b-ac7e-455a-9e7f-467c0edd71b0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2887,19 +2950,19 @@ "11979" ], "x-ms-correlation-request-id": [ - "e7b572c0-955e-4dc7-aee8-d4a96428c3b9" + "5818ab7c-752a-48f8-ba6d-520b9a70457e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140225Z:e7b572c0-955e-4dc7-aee8-d4a96428c3b9" + "SOUTHCENTRALUS:20220126T103546Z:5818ab7c-752a-48f8-ba6d-520b9a70457e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:02:25 GMT" + "Wed, 26 Jan 2022 10:35:45 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2908,20 +2971,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2932,13 +2995,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ab24e14-7a36-40c3-a645-5af1c5b93432" + "f651297f-7494-4bde-a22e-ee7f56022f7f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2948,19 +3011,19 @@ "11978" ], "x-ms-correlation-request-id": [ - "d0a551f3-266c-45ef-b7be-5d381bda4c87" + "64c723d9-0cf8-47e1-86ed-d59408b44f0d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140316Z:d0a551f3-266c-45ef-b7be-5d381bda4c87" + "SOUTHCENTRALUS:20220126T103637Z:64c723d9-0cf8-47e1-86ed-d59408b44f0d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:03:16 GMT" + "Wed, 26 Jan 2022 10:36:37 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2969,20 +3032,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2993,13 +3056,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5f22313-540f-4db9-b654-c0f062828706" + "110af570-72dc-4026-9cb2-590eee89ec26" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3009,19 +3072,19 @@ "11977" ], "x-ms-correlation-request-id": [ - "171709bb-a7b1-4a92-90a0-3a823e4b6fa1" + "c33d5916-36ba-4477-8ef5-a27fbad9026d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140408Z:171709bb-a7b1-4a92-90a0-3a823e4b6fa1" + "SOUTHCENTRALUS:20220126T103728Z:c33d5916-36ba-4477-8ef5-a27fbad9026d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:04:07 GMT" + "Wed, 26 Jan 2022 10:37:28 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3030,20 +3093,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3054,13 +3117,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29949" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8ab97dfc-4a39-4cec-a1b3-90d8c1ac4a09" + "ab7db7e6-c4eb-4ca2-a893-7835da3792b7" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3070,19 +3133,19 @@ "11976" ], "x-ms-correlation-request-id": [ - "dafb228f-4e37-4723-9937-2d77c01cee5f" + "0f5486f8-3d9c-40ae-a815-9d53dac713da" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140459Z:dafb228f-4e37-4723-9937-2d77c01cee5f" + "SOUTHCENTRALUS:20220126T103820Z:0f5486f8-3d9c-40ae-a815-9d53dac713da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:04:59 GMT" + "Wed, 26 Jan 2022 10:38:19 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3091,20 +3154,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3115,13 +3178,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d75a3f75-ea75-4078-b477-b92495a52471" + "46311395-ae13-4f1c-a5e0-ef472c39c38d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3131,19 +3194,19 @@ "11975" ], "x-ms-correlation-request-id": [ - "d89e12f8-5ee4-4ae7-81f7-4f63c19e16d2" + "99163346-a2bd-4d0f-ba28-16cacabeb3af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140550Z:d89e12f8-5ee4-4ae7-81f7-4f63c19e16d2" + "SOUTHCENTRALUS:20220126T103911Z:99163346-a2bd-4d0f-ba28-16cacabeb3af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:05:50 GMT" + "Wed, 26 Jan 2022 10:39:10 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3152,20 +3215,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3176,13 +3239,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b311de91-07cc-4934-a204-86cd30e34d5f" + "110b2b5b-8fd5-4ca2-bf2c-fc39056e386d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3192,19 +3255,19 @@ "11974" ], "x-ms-correlation-request-id": [ - "bfc70fc3-eb00-4fd5-9d8e-95ca2e131767" + "04a2f715-b258-4c50-8aa5-37cb3f642d39" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140641Z:bfc70fc3-eb00-4fd5-9d8e-95ca2e131767" + "SOUTHCENTRALUS:20220126T104002Z:04a2f715-b258-4c50-8aa5-37cb3f642d39" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:06:41 GMT" + "Wed, 26 Jan 2022 10:40:01 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3213,20 +3276,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/91507166-8c73-4506-b32f-e1d147b3bb40?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxNTA3MTY2LThjNzMtNDUwNi1iMzJmLWUxZDE0N2IzYmI0MD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3237,13 +3300,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d990b793-db33-4fe3-87b7-d939a22632ec" + "4ae4386e-dc6b-40be-bfa8-722379c0799b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3253,141 +3316,19 @@ "11973" ], "x-ms-correlation-request-id": [ - "01b03ed6-3f19-4068-b625-ae310d6a7037" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T140733Z:01b03ed6-3f19-4068-b625-ae310d6a7037" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 14:07:33 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29950" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "22889c6a-e75f-4793-8ae3-2e0d44ab25ab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-correlation-request-id": [ - "411556b4-4f3b-4218-99cb-ee39f42c995a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T140824Z:411556b4-4f3b-4218-99cb-ee39f42c995a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 14:08:23 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a34969cd-3a16-495f-a66f-b1199b42a38f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzNDk2OWNkLTNhMTYtNDk1Zi1hNjZmLWIxMTk5YjQyYTM4Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29946" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0c8604a3-cec5-4ef2-b34a-72a7e0fa4ac4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-correlation-request-id": [ - "18c24776-f102-4b4d-a4f4-1e5b7c5d269e" + "bad5b39f-74b1-4fac-a472-ded63a2e74fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140915Z:18c24776-f102-4b4d-a4f4-1e5b7c5d269e" + "SOUTHCENTRALUS:20220126T104054Z:bad5b39f-74b1-4fac-a472-ded63a2e74fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:09:14 GMT" + "Wed, 26 Jan 2022 10:40:53 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3396,26 +3337,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:00:26.068667+00:00\",\r\n \"endTime\": \"2021-06-29T14:08:33.5562449+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a34969cd-3a16-495f-a66f-b1199b42a38f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:31:16.6613926-06:00\",\r\n \"endTime\": \"2022-01-26T04:40:21.9894293-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"91507166-8c73-4506-b32f-e1d147b3bb40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6928/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6426?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY5MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M2NDI2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5209/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1365?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxMzY1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1100de97-5426-4572-8d59-2d6e965d7003" + "1d9b45f9-82af-4c5b-9dfe-e67e1258b667" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3426,19 +3367,19 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4b3b3e1c-54a5-41c2-af0d-8427dfbb920f?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4b3b3e1c-54a5-41c2-af0d-8427dfbb920f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "3" @@ -3447,7 +3388,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b" + "4b3b3e1c-54a5-41c2-af0d-8427dfbb920f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3457,16 +3398,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "367b8692-5248-44ea-b499-688230ab1681" + "29200fb5-1240-4f95-9d22-bc9bd7d3a6c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140918Z:367b8692-5248-44ea-b499-688230ab1681" + "SOUTHCENTRALUS:20220126T104055Z:29200fb5-1240-4f95-9d22-bc9bd7d3a6c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:09:17 GMT" + "Wed, 26 Jan 2022 10:40:55 GMT" ], "Expires": [ "-1" @@ -3479,16 +3420,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNmQxYjg0LTNkZDEtNGI3ZS04Y2NlLTljZjY1MTBmN2I0Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4b3b3e1c-54a5-41c2-af0d-8427dfbb920f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiM2IzZTFjLTU0YTUtNDFjMi1hZjBkLTg0MjdkZmJiOTIwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3502,32 +3443,32 @@ "11" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29945" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e48a7048-4158-43eb-a296-4b9968b67561" + "a5cd720c-4c27-431d-8f8f-918516563b43" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11970" ], "x-ms-correlation-request-id": [ - "e0640aa9-3f1d-4e35-b863-cffd6e8e4391" + "a3aa34f1-0d23-41c0-9cd4-7f49724ca1b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140928Z:e0640aa9-3f1d-4e35-b863-cffd6e8e4391" + "SOUTHCENTRALUS:20220126T104105Z:a3aa34f1-0d23-41c0-9cd4-7f49724ca1b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:09:27 GMT" + "Wed, 26 Jan 2022 10:41:05 GMT" ], "Content-Length": [ "134" @@ -3539,20 +3480,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:09:18.2127665+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:40:55.1768466-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b3b3e1c-54a5-41c2-af0d-8427dfbb920f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNmQxYjg0LTNkZDEtNGI3ZS04Y2NlLTljZjY1MTBmN2I0Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4b3b3e1c-54a5-41c2-af0d-8427dfbb920f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiM2IzZTFjLTU0YTUtNDFjMi1hZjBkLTg0MjdkZmJiOTIwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3563,32 +3504,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29944" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e516091c-5c15-4070-822a-1570dbcab387" + "822b1ef7-3c43-4725-9d70-1d230b2ef890" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11969" ], "x-ms-correlation-request-id": [ - "1d5c667b-a691-4b9c-b087-7cd16b190241" + "88eac514-31df-4764-adcb-0f3d28da8d0b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140939Z:1d5c667b-a691-4b9c-b087-7cd16b190241" + "SOUTHCENTRALUS:20220126T104116Z:88eac514-31df-4764-adcb-0f3d28da8d0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:09:39 GMT" + "Wed, 26 Jan 2022 10:41:16 GMT" ], "Content-Length": [ "134" @@ -3600,20 +3541,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:09:18.2127665+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:40:55.1768466-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b3b3e1c-54a5-41c2-af0d-8427dfbb920f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNmQxYjg0LTNkZDEtNGI3ZS04Y2NlLTljZjY1MTBmN2I0Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4b3b3e1c-54a5-41c2-af0d-8427dfbb920f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiM2IzZTFjLTU0YTUtNDFjMi1hZjBkLTg0MjdkZmJiOTIwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3624,32 +3565,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29943" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "23a57dd8-e35d-44d2-8b2c-7486723aeb02" + "b37541ef-edb6-4d9c-996c-b98fc4817c04" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11968" ], "x-ms-correlation-request-id": [ - "90217223-824a-4c73-a0d4-756245990453" + "9f78cf41-3fc7-475f-8e78-c0b712d3cb63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T140951Z:90217223-824a-4c73-a0d4-756245990453" + "SOUTHCENTRALUS:20220126T104128Z:9f78cf41-3fc7-475f-8e78-c0b712d3cb63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:09:50 GMT" + "Wed, 26 Jan 2022 10:41:27 GMT" ], "Content-Length": [ "134" @@ -3661,20 +3602,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:09:18.2127665+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:40:55.1768466-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4b3b3e1c-54a5-41c2-af0d-8427dfbb920f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNmQxYjg0LTNkZDEtNGI3ZS04Y2NlLTljZjY1MTBmN2I0Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4b3b3e1c-54a5-41c2-af0d-8427dfbb920f?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiM2IzZTFjLTU0YTUtNDFjMi1hZjBkLTg0MjdkZmJiOTIwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3685,32 +3626,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4d15b53-5a97-40ff-9339-a624caa0e6fb" + "5de5d4e1-5ebd-462d-ab3e-28738c76ca8d" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11967" ], "x-ms-correlation-request-id": [ - "4eac19dd-58b2-482c-b384-a9735541c02a" + "84613dd1-6cd1-4cdb-8830-59089e2d27ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141003Z:4eac19dd-58b2-482c-b384-a9735541c02a" + "SOUTHCENTRALUS:20220126T104139Z:84613dd1-6cd1-4cdb-8830-59089e2d27ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:10:03 GMT" + "Wed, 26 Jan 2022 10:41:38 GMT" ], "Content-Length": [ "184" @@ -3722,20 +3663,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T14:09:18.2127665+00:00\",\r\n \"endTime\": \"2021-06-29T14:10:01.7911454+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:40:55.1768466-06:00\",\r\n \"endTime\": \"2022-01-26T04:41:37.4737083-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4b3b3e1c-54a5-41c2-af0d-8427dfbb920f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3f6d1b84-3dd1-4b7e-8cce-9cf6510f7b4b?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNmQxYjg0LTNkZDEtNGI3ZS04Y2NlLTljZjY1MTBmN2I0Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4b3b3e1c-54a5-41c2-af0d-8427dfbb920f?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiM2IzZTFjLTU0YTUtNDFjMi1hZjBkLTg0MjdkZmJiOTIwZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3746,32 +3687,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ec4e9dd-1ec2-4c3d-81be-35e244d38f4e" + "9f9f4b9c-b346-4eda-a254-0c81a5460d27" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11966" ], "x-ms-correlation-request-id": [ - "0d431714-6fd2-418a-962c-6dc986c7c9b2" + "3be7a1a7-93fb-4f3d-a8b5-019d7d03983c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141003Z:0d431714-6fd2-418a-962c-6dc986c7c9b2" + "SOUTHCENTRALUS:20220126T104139Z:3be7a1a7-93fb-4f3d-a8b5-019d7d03983c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:10:03 GMT" + "Wed, 26 Jan 2022 10:41:39 GMT" ], "Expires": [ "-1" @@ -3784,21 +3725,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6928?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY5Mjg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5209?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a19ccb56-96c7-479d-9792-907632ff879e" + "f81354cf-c9f2-4166-a36d-271d8c3fb041" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3810,7 +3751,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3819,13 +3760,13 @@ "14999" ], "x-ms-request-id": [ - "45c1aa1f-a087-4c99-b417-2a5d237ee94a" + "594d7203-130b-4ab9-8e51-fb3280cc9676" ], "x-ms-correlation-request-id": [ - "45c1aa1f-a087-4c99-b417-2a5d237ee94a" + "594d7203-130b-4ab9-8e51-fb3280cc9676" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141007Z:45c1aa1f-a087-4c99-b417-2a5d237ee94a" + "SOUTHCENTRALUS:20220126T104145Z:594d7203-130b-4ab9-8e51-fb3280cc9676" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3834,7 +3775,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:10:07 GMT" + "Wed, 26 Jan 2022 10:41:45 GMT" ], "Expires": [ "-1" @@ -3847,15 +3788,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RJNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3867,7 +3808,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3876,13 +3817,13 @@ "11999" ], "x-ms-request-id": [ - "b3802223-12e7-4f4d-97e8-d29e0a0de0a3" + "34fb6e41-a2a1-43bc-9512-710f72371e7e" ], "x-ms-correlation-request-id": [ - "b3802223-12e7-4f4d-97e8-d29e0a0de0a3" + "34fb6e41-a2a1-43bc-9512-710f72371e7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141023Z:b3802223-12e7-4f4d-97e8-d29e0a0de0a3" + "SOUTHCENTRALUS:20220126T104201Z:34fb6e41-a2a1-43bc-9512-710f72371e7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3891,7 +3832,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:10:22 GMT" + "Wed, 26 Jan 2022 10:42:01 GMT" ], "Expires": [ "-1" @@ -3904,15 +3845,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RJNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3924,7 +3865,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3933,13 +3874,13 @@ "11998" ], "x-ms-request-id": [ - "92ab7143-3ae3-4ad1-955b-6a7ea46d90c6" + "3790dd0c-1991-4885-befe-2212268c6700" ], "x-ms-correlation-request-id": [ - "92ab7143-3ae3-4ad1-955b-6a7ea46d90c6" + "3790dd0c-1991-4885-befe-2212268c6700" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141038Z:92ab7143-3ae3-4ad1-955b-6a7ea46d90c6" + "SOUTHCENTRALUS:20220126T104216Z:3790dd0c-1991-4885-befe-2212268c6700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3948,7 +3889,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:10:38 GMT" + "Wed, 26 Jan 2022 10:42:16 GMT" ], "Expires": [ "-1" @@ -3961,15 +3902,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RJNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3981,7 +3922,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3990,13 +3931,13 @@ "11997" ], "x-ms-request-id": [ - "d3bcdbdb-c340-4029-81af-0001f7a0058a" + "abd223a4-aed1-4445-ae91-24d729a133e7" ], "x-ms-correlation-request-id": [ - "d3bcdbdb-c340-4029-81af-0001f7a0058a" + "abd223a4-aed1-4445-ae91-24d729a133e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141054Z:d3bcdbdb-c340-4029-81af-0001f7a0058a" + "SOUTHCENTRALUS:20220126T104232Z:abd223a4-aed1-4445-ae91-24d729a133e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4005,7 +3946,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:10:53 GMT" + "Wed, 26 Jan 2022 10:42:31 GMT" ], "Expires": [ "-1" @@ -4018,15 +3959,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RJNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4038,7 +3979,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4047,13 +3988,13 @@ "11996" ], "x-ms-request-id": [ - "30fb40bb-3222-4d45-bd14-e4186330bdd7" + "32c1cf13-f48c-47ce-b083-8545af5d5a16" ], "x-ms-correlation-request-id": [ - "30fb40bb-3222-4d45-bd14-e4186330bdd7" + "32c1cf13-f48c-47ce-b083-8545af5d5a16" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141109Z:30fb40bb-3222-4d45-bd14-e4186330bdd7" + "SOUTHCENTRALUS:20220126T104248Z:32c1cf13-f48c-47ce-b083-8545af5d5a16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4062,7 +4003,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:11:08 GMT" + "Wed, 26 Jan 2022 10:42:47 GMT" ], "Expires": [ "-1" @@ -4075,15 +4016,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RJNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4095,7 +4036,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -4104,13 +4045,13 @@ "11995" ], "x-ms-request-id": [ - "0c37eaff-04dc-4704-8bca-26cc0ff530c5" + "1d5b9e46-e9e6-412c-8bed-434bb09f6951" ], "x-ms-correlation-request-id": [ - "0c37eaff-04dc-4704-8bca-26cc0ff530c5" + "1d5b9e46-e9e6-412c-8bed-434bb09f6951" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141125Z:0c37eaff-04dc-4704-8bca-26cc0ff530c5" + "SOUTHCENTRALUS:20220126T104303Z:1d5b9e46-e9e6-412c-8bed-434bb09f6951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4119,7 +4060,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:11:24 GMT" + "Wed, 26 Jan 2022 10:43:02 GMT" ], "Expires": [ "-1" @@ -4132,15 +4073,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RJNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4151,17 +4092,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-request-id": [ - "c3b3e7d6-e874-4661-9e28-6b49157a110a" + "ab8fe8f0-de37-4982-8049-89ec78e79f78" ], "x-ms-correlation-request-id": [ - "c3b3e7d6-e874-4661-9e28-6b49157a110a" + "ab8fe8f0-de37-4982-8049-89ec78e79f78" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141140Z:c3b3e7d6-e874-4661-9e28-6b49157a110a" + "SOUTHCENTRALUS:20220126T104319Z:ab8fe8f0-de37-4982-8049-89ec78e79f78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4170,7 +4117,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:11:40 GMT" + "Wed, 26 Jan 2022 10:43:18 GMT" ], "Expires": [ "-1" @@ -4180,18 +4127,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2OTI4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyT1RJNExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4202,17 +4149,581 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-request-id": [ - "a13a9af8-ef97-42df-866c-cd4a00856328" + "236d3222-7752-404f-b665-fb4599dde2fc" + ], + "x-ms-correlation-request-id": [ + "236d3222-7752-404f-b665-fb4599dde2fc" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104334Z:236d3222-7752-404f-b665-fb4599dde2fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:43:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "63e4e912-ece3-4c61-845a-89767c465ea2" + ], + "x-ms-correlation-request-id": [ + "63e4e912-ece3-4c61-845a-89767c465ea2" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104350Z:63e4e912-ece3-4c61-845a-89767c465ea2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:43:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "39253310-4307-41a3-b6ca-e4deddecae4d" + ], + "x-ms-correlation-request-id": [ + "39253310-4307-41a3-b6ca-e4deddecae4d" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104405Z:39253310-4307-41a3-b6ca-e4deddecae4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:44:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "706ee3ef-528e-4bb6-9c42-32beb18f8ca7" + ], + "x-ms-correlation-request-id": [ + "706ee3ef-528e-4bb6-9c42-32beb18f8ca7" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104421Z:706ee3ef-528e-4bb6-9c42-32beb18f8ca7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:44:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "8f773308-9631-443f-916c-b7e14361a424" + ], + "x-ms-correlation-request-id": [ + "8f773308-9631-443f-916c-b7e14361a424" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104436Z:8f773308-9631-443f-916c-b7e14361a424" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:44:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "023f7e3d-94bd-44f0-b1df-7d6b808b7817" + ], + "x-ms-correlation-request-id": [ + "023f7e3d-94bd-44f0-b1df-7d6b808b7817" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104452Z:023f7e3d-94bd-44f0-b1df-7d6b808b7817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:44:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "8476eef6-f64e-4f7e-b67e-9524a58f0c41" + ], + "x-ms-correlation-request-id": [ + "8476eef6-f64e-4f7e-b67e-9524a58f0c41" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104507Z:8476eef6-f64e-4f7e-b67e-9524a58f0c41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:45:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "792bb238-7db4-4283-b874-7d66a70b1b05" + ], + "x-ms-correlation-request-id": [ + "792bb238-7db4-4283-b874-7d66a70b1b05" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104523Z:792bb238-7db4-4283-b874-7d66a70b1b05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:45:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "228ca906-f2db-49d5-af16-847071e0092d" + ], + "x-ms-correlation-request-id": [ + "228ca906-f2db-49d5-af16-847071e0092d" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104538Z:228ca906-f2db-49d5-af16-847071e0092d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:45:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "842efc7a-955a-48f4-9ff3-37c53e8acf29" + ], + "x-ms-correlation-request-id": [ + "842efc7a-955a-48f4-9ff3-37c53e8acf29" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T104554Z:842efc7a-955a-48f4-9ff3-37c53e8acf29" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:45:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjA5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTWpBNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "a43eec30-0dd6-480c-b37d-9121f89738b9" ], "x-ms-correlation-request-id": [ - "a13a9af8-ef97-42df-866c-cd4a00856328" + "a43eec30-0dd6-480c-b37d-9121f89738b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T141141Z:a13a9af8-ef97-42df-866c-cd4a00856328" + "SOUTHCENTRALUS:20220126T104554Z:a43eec30-0dd6-480c-b37d-9121f89738b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4221,7 +4732,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 14:11:40 GMT" + "Wed, 26 Jan 2022 10:45:53 GMT" ], "Expires": [ "-1" @@ -4236,27 +4747,27 @@ ], "Names": { "TestVMScaleSetPatchOperations": [ - "crptestar6928", - "vmss6426", - "crptestar6309" + "crptestar5209", + "vmss1365", + "crptestar9479" ], "CreatePublicIP": [ - "pip5303", - "dn7041" + "pip1834", + "dn9756" ], "CreateVNET": [ - "vn228", - "sn5073" + "vn6404", + "sn1811" ], "CreateNIC": [ - "nic6606", - "ip8219" + "nic9781", + "ip9603" ], "CreateDefaultVMScaleSetInput": [ - "crptestar765", - "vmss497", - "vmsstestnetconfig6024", - "vmsstestnetconfig4636" + "crptestar846", + "vmss5866", + "vmsstestnetconfig3849", + "vmsstestnetconfig5829" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetScalingOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetScalingOperations.json index e9df5e7c26b45..8d8d7388db0d8 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetScalingOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetScalingOperations.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da98bb03-c7a0-48cc-a5e7-5cfcd01fc195" + "1e6455ea-d1fa-4893-8be1-a5176618ce0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -33,10 +33,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "155f9322-cdb5-4c31-ac6f-7fc4007b2ebe" + "28c09862-5e69-47b0-8de7-bd45a32f94ce" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -46,16 +46,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "f3064632-3238-49eb-b19a-f26ca5fc23c9" + "6ff7c34e-c5d6-4222-a59e-91cac1d851a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130320Z:f3064632-3238-49eb-b19a-f26ca5fc23c9" + "SOUTHCENTRALUS:20220126T093624Z:6ff7c34e-c5d6-4222-a59e-91cac1d851a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:03:19 GMT" + "Wed, 26 Jan 2022 09:36:24 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2839?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4Mzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7822?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4MjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2839\": \"2021-06-29 13:03:20Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7822\": \"2022-01-26 09:36:25Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "321eabfc-d1d0-42b7-a85a-6e2aba47d2f4" + "489dea11-c1bd-4d06-90a6-d89c99622747" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "d2ffd79c-83db-4046-997e-9bbced37d3ff" + "9c3c7457-d4ff-4685-9060-f3f1c6842ac8" ], "x-ms-correlation-request-id": [ - "d2ffd79c-83db-4046-997e-9bbced37d3ff" + "9c3c7457-d4ff-4685-9060-f3f1c6842ac8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130323Z:d2ffd79c-83db-4046-997e-9bbced37d3ff" + "SOUTHCENTRALUS:20220126T093628Z:9c3c7457-d4ff-4685-9060-f3f1c6842ac8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:03:23 GMT" + "Wed, 26 Jan 2022 09:36:28 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839\",\r\n \"name\": \"crptestar2839\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2839\": \"2021-06-29 13:03:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822\",\r\n \"name\": \"crptestar7822\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7822\": \"2022-01-26 09:36:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2839?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4Mzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7822?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4MjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2496f7ce-74fe-45dd-94a5-adb168d77706" + "55131dc9-51b5-48a4-9ae0-8f1fe8a424a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "13cb34ba-08bc-4303-8b27-4c6d0d220c00" + "1622cd27-e6cb-4407-b7bb-33e469614a9e" ], "x-ms-correlation-request-id": [ - "13cb34ba-08bc-4303-8b27-4c6d0d220c00" + "1622cd27-e6cb-4407-b7bb-33e469614a9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130404Z:13cb34ba-08bc-4303-8b27-4c6d0d220c00" + "SOUTHCENTRALUS:20220126T093714Z:1622cd27-e6cb-4407-b7bb-33e469614a9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:03 GMT" + "Wed, 26 Jan 2022 09:37:13 GMT" ], "Content-Length": [ "186" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839\",\r\n \"name\": \"crptestar2839\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822\",\r\n \"name\": \"crptestar7822\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Storage/storageAccounts/crptestar5909?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1OTA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Storage/storageAccounts/crptestar1487?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNDg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "88b3e4b3-7246-4d44-8e06-6c274f2b4812" + "7bfa4248-42ab-4f71-abd1-5c3f0314936d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9b145fe4-d47e-4b2d-972a-886a1eff689b?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5920bca6-f594-4263-8b78-24fe65a09c80?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "9b145fe4-d47e-4b2d-972a-886a1eff689b" + "5920bca6-f594-4263-8b78-24fe65a09c80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "1a7b54ea-3fea-45b7-bd14-81b2a706f89b" + "a611b18a-f1db-4aad-8537-13961b3ebe73" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130334Z:1a7b54ea-3fea-45b7-bd14-81b2a706f89b" + "SOUTHCENTRALUS:20220126T093639Z:a611b18a-f1db-4aad-8537-13961b3ebe73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:03:34 GMT" + "Wed, 26 Jan 2022 09:36:38 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/9b145fe4-d47e-4b2d-972a-886a1eff689b?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOWIxNDVmZTQtZDQ3ZS00YjJkLTk3MmEtODg2YTFlZmY2ODliP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5920bca6-f594-4263-8b78-24fe65a09c80?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTkyMGJjYTYtZjU5NC00MjYzLThiNzgtMjRmZTY1YTA5YzgwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5920bca6-f594-4263-8b78-24fe65a09c80?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "6002409f-3090-4a33-ab0e-688677fbc165" + "28e53174-6cd4-4dc7-b1c0-df00863194e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +316,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "23acf139-c527-4c54-a16a-518205faa264" + "0e82d910-7830-4316-8774-a52b0d4124c3" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T093656Z:0e82d910-7830-4316-8774-a52b0d4124c3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:36:56 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5920bca6-f594-4263-8b78-24fe65a09c80?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTkyMGJjYTYtZjU5NC00MjYzLThiNzgtMjRmZTY1YTA5YzgwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "88918207-b59d-4f67-b5e3-a96690fb2461" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f422f6de-0b9f-4e52-8fbd-ed110bde2e7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130351Z:23acf139-c527-4c54-a16a-518205faa264" + "SOUTHCENTRALUS:20220126T093659Z:f422f6de-0b9f-4e52-8fbd-ed110bde2e7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:03:51 GMT" + "Wed, 26 Jan 2022 09:36:59 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ffb20b5-4094-4ceb-97e1-54731264bb23" + "9ca429df-c803-4cab-a58e-83ec97e98479" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "f0e0f257-88fa-4875-a85d-54e42eb8c0b0" + "d1445833-4efd-4f5e-af1c-28a5053df10c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "75c37057-7977-4a2d-a86f-89d371d569c8" + "834678ca-3fdb-403e-b361-1d2851a54de8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130401Z:75c37057-7977-4a2d-a86f-89d371d569c8" + "SOUTHCENTRALUS:20220126T093710Z:834678ca-3fdb-403e-b361-1d2851a54de8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:01 GMT" + "Wed, 26 Jan 2022 09:37:09 GMT" ], "Content-Length": [ "752" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Storage/storageAccounts/crptestar5909\",\r\n \"name\": \"crptestar5909\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:03:30.2673867Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5909.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5909.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5909.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5909.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Storage/storageAccounts/crptestar1487\",\r\n \"name\": \"crptestar1487\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T09:36:35.5587239Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1487.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1487.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1487.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1487.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Storage/storageAccounts/crptestar5909?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1OTA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Storage/storageAccounts/crptestar1487?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNDg3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7137880c-3bcb-44df-941d-6fd595adcd33" + "2d871a4e-c520-41c6-a4e8-dcc933af3514" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "78d11417-693a-49e2-bcae-d1cb93e070b1" + "7a5e5156-2a78-47ec-b011-d1d711be8d9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +496,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "1a756340-95c5-4a81-a7e3-45643f1b01d7" + "15685c73-083a-4206-9345-dba4f7815886" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130401Z:1a756340-95c5-4a81-a7e3-45643f1b01d7" + "SOUTHCENTRALUS:20220126T093710Z:15685c73-083a-4206-9345-dba4f7815886" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:01 GMT" + "Wed, 26 Jan 2022 09:37:10 GMT" ], "Content-Length": [ "740" @@ -457,26 +520,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Storage/storageAccounts/crptestar5909\",\r\n \"name\": \"crptestar5909\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:03:30.2673867Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5909.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5909.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5909.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5909.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Storage/storageAccounts/crptestar1487\",\r\n \"name\": \"crptestar1487\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T09:36:35.5587239Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1487.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1487.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1487.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1487.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4d2a50a-ea07-47ff-88af-537874907a3f" + "8cde27e0-cefc-41ad-845d-81f8fe6619f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -487,16 +550,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "1968a330-b322-4962-a23c-0d65744ad009" + "281d44b1-3d59-4ca0-828c-e57eb8620962" ], "x-ms-correlation-request-id": [ - "1968a330-b322-4962-a23c-0d65744ad009" + "281d44b1-3d59-4ca0-828c-e57eb8620962" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130403Z:1968a330-b322-4962-a23c-0d65744ad009" + "SOUTHCENTRALUS:20220126T093712Z:281d44b1-3d59-4ca0-828c-e57eb8620962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -505,7 +568,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:03 GMT" + "Wed, 26 Jan 2022 09:37:11 GMT" ], "Expires": [ "-1" @@ -515,21 +578,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/publicIPAddresses/pip8494?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg0OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/publicIPAddresses/pip7533?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8064\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7581\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "020a7b7f-4b04-4706-8a16-d8130fafd5e1" + "6117de3f-368e-45a3-b9c5-dfd7f60f12ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -550,19 +613,19 @@ "1" ], "x-ms-request-id": [ - "a5e8fec7-a299-46bf-9982-864c6c68e4c4" + "1d72ebfb-6776-4868-aa2c-d9ea119879b9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a5e8fec7-a299-46bf-9982-864c6c68e4c4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1d72ebfb-6776-4868-aa2c-d9ea119879b9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ede961b1-75b1-4a39-8d01-656fbdfaecf5" + "d5a3c244-8738-419b-ae65-cb6d2ae29985" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "69b87e28-cde0-43e2-b2c2-0ba3f95c0bd5" + "53c83736-ed8f-447e-a67c-bd2742f3580f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,13 +638,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130415Z:ede961b1-75b1-4a39-8d01-656fbdfaecf5" + "SOUTHCENTRALUS:20220126T093724Z:d5a3c244-8738-419b-ae65-cb6d2ae29985" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:14 GMT" + "Wed, 26 Jan 2022 09:37:23 GMT" ], "Content-Length": [ "769" @@ -593,19 +656,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/publicIPAddresses/pip8494\",\r\n \"etag\": \"W/\\\"8b80f90d-f9b7-464d-9728-6ca0b03b6656\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6c514df8-8219-4ae4-88cb-9995a7cacf52\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8064\",\r\n \"fqdn\": \"dn8064.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7533\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/publicIPAddresses/pip7533\",\r\n \"etag\": \"W/\\\"c8dfd0a8-ea8a-4b86-9afa-32d06e952165\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5ad2b155-2864-423e-ab4b-5f3b80c91e2c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7581\",\r\n \"fqdn\": \"dn7581.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a5e8fec7-a299-46bf-9982-864c6c68e4c4?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E1ZThmZWM3LWEyOTktNDZiZi05OTgyLTg2NGM2YzY4ZTRjND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1d72ebfb-6776-4868-aa2c-d9ea119879b9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkNzJlYmZiLTY3NzYtNDg2OC1hYTJjLWQ5ZWExMTk4NzliOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -617,13 +680,13 @@ "no-cache" ], "x-ms-request-id": [ - "fcc18973-5498-4bc1-bfe2-be0324e1f5f1" + "fe2795ba-536f-4fbe-8a32-5a4f5eee7f85" ], "x-ms-correlation-request-id": [ - "ecf6d77f-37af-4612-aacd-83d09f8bfaac" + "3e4bcfb6-b617-43a9-8a57-20f2b78914a3" ], "x-ms-arm-service-request-id": [ - "14139ec6-2ffd-4d4a-8a72-0f6960966e6f" + "92743873-c783-46ee-a5c7-9523313628ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -636,13 +699,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130416Z:ecf6d77f-37af-4612-aacd-83d09f8bfaac" + "SOUTHCENTRALUS:20220126T093725Z:3e4bcfb6-b617-43a9-8a57-20f2b78914a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:16 GMT" + "Wed, 26 Jan 2022 09:37:24 GMT" ], "Content-Length": [ "29" @@ -658,15 +721,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/publicIPAddresses/pip8494?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg0OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/publicIPAddresses/pip7533?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -678,16 +741,16 @@ "no-cache" ], "ETag": [ - "W/\"b99f4440-62b0-4eb4-9c19-495da6ae4c78\"" + "W/\"fabbc983-eea6-4f07-b07c-30ba03a480f0\"" ], "x-ms-request-id": [ - "c1a81745-5af7-42d4-bb31-11d90cd466f6" + "bb8164be-9349-4dae-963b-c5c371f3e3a6" ], "x-ms-correlation-request-id": [ - "e1d54807-0ee3-4e15-b5ca-399920082d23" + "c26f002a-6c36-48f6-83ef-13ec76381080" ], "x-ms-arm-service-request-id": [ - "6dc5778c-1f20-4823-8e80-eb6be2bf2bf0" + "98e07f05-0430-476d-9e50-67f46d9804d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -700,13 +763,13 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130416Z:e1d54807-0ee3-4e15-b5ca-399920082d23" + "SOUTHCENTRALUS:20220126T093725Z:c26f002a-6c36-48f6-83ef-13ec76381080" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:16 GMT" + "Wed, 26 Jan 2022 09:37:25 GMT" ], "Content-Length": [ "770" @@ -718,25 +781,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/publicIPAddresses/pip8494\",\r\n \"etag\": \"W/\\\"b99f4440-62b0-4eb4-9c19-495da6ae4c78\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6c514df8-8219-4ae4-88cb-9995a7cacf52\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8064\",\r\n \"fqdn\": \"dn8064.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7533\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/publicIPAddresses/pip7533\",\r\n \"etag\": \"W/\\\"fabbc983-eea6-4f07-b07c-30ba03a480f0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ad2b155-2864-423e-ab4b-5f3b80c91e2c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7581\",\r\n \"fqdn\": \"dn7581.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/publicIPAddresses/pip8494?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg0OTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/publicIPAddresses/pip7533?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3b19e04-8adb-410f-aba8-9c92ffab0a4c" + "a99d092e-12b7-4c68-a4b9-fe180b6b1b06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -748,16 +811,16 @@ "no-cache" ], "ETag": [ - "W/\"b99f4440-62b0-4eb4-9c19-495da6ae4c78\"" + "W/\"fabbc983-eea6-4f07-b07c-30ba03a480f0\"" ], "x-ms-request-id": [ - "64c425ef-126c-4dd1-b29c-5dd480350f4e" + "36186205-d3ed-44c6-9359-7176116c3f4b" ], "x-ms-correlation-request-id": [ - "77678467-f00d-4973-9c17-a16f0cb13fd1" + "7fba6f9e-8a83-495e-96ed-c9d57673163b" ], "x-ms-arm-service-request-id": [ - "b7fbaa4c-93a6-45a1-b6c2-f7e6655a31fd" + "a297d54c-f6a5-450f-97e5-291f3ece8b7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -770,13 +833,13 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130417Z:77678467-f00d-4973-9c17-a16f0cb13fd1" + "SOUTHCENTRALUS:20220126T093726Z:7fba6f9e-8a83-495e-96ed-c9d57673163b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:16 GMT" + "Wed, 26 Jan 2022 09:37:25 GMT" ], "Content-Length": [ "770" @@ -788,25 +851,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/publicIPAddresses/pip8494\",\r\n \"etag\": \"W/\\\"b99f4440-62b0-4eb4-9c19-495da6ae4c78\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6c514df8-8219-4ae4-88cb-9995a7cacf52\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8064\",\r\n \"fqdn\": \"dn8064.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7533\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/publicIPAddresses/pip7533\",\r\n \"etag\": \"W/\\\"fabbc983-eea6-4f07-b07c-30ba03a480f0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5ad2b155-2864-423e-ab4b-5f3b80c91e2c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7581\",\r\n \"fqdn\": \"dn7581.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY4MTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMzMjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4740\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1264\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "70d682b0-dac9-469b-bfdf-2a7b3e6f2ff9" + "466c283c-0da8-4ee6-8adf-196efe18baca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -827,19 +890,19 @@ "3" ], "x-ms-request-id": [ - "56d1fe7e-d58e-44bd-be51-c9f466bff984" + "7050ae6f-dc27-4a35-92fb-41b80e526258" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/56d1fe7e-d58e-44bd-be51-c9f466bff984?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7050ae6f-dc27-4a35-92fb-41b80e526258?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2a25432e-b143-48f1-9ded-6d8c03c841e2" + "5d9c66b3-fd2b-4c5f-a2da-348223b0209b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6e451cf6-b574-4a79-a270-50e36b0904f9" + "069304fe-7a35-4dd5-bb02-3b545c5a6599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,13 +915,13 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130423Z:2a25432e-b143-48f1-9ded-6d8c03c841e2" + "SOUTHCENTRALUS:20220126T093731Z:5d9c66b3-fd2b-4c5f-a2da-348223b0209b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:22 GMT" + "Wed, 26 Jan 2022 09:37:30 GMT" ], "Content-Length": [ "1321" @@ -870,19 +933,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6816\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816\",\r\n \"etag\": \"W/\\\"e436c2fb-8ed2-4612-9ca9-095608762091\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bd04b0d6-a055-46f3-9a07-6a78443fb898\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\",\r\n \"etag\": \"W/\\\"e436c2fb-8ed2-4612-9ca9-095608762091\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329\",\r\n \"etag\": \"W/\\\"887439b4-de30-45cc-9c35-7f8e69503823\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7570a855-b9f7-4952-8ee0-96b88f56b04f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\",\r\n \"etag\": \"W/\\\"887439b4-de30-45cc-9c35-7f8e69503823\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/56d1fe7e-d58e-44bd-be51-c9f466bff984?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU2ZDFmZTdlLWQ1OGUtNDRiZC1iZTUxLWM5ZjQ2NmJmZjk4ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7050ae6f-dc27-4a35-92fb-41b80e526258?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwNTBhZTZmLWRjMjctNGEzNS05MmZiLTQxYjgwZTUyNjI1OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -894,13 +957,13 @@ "no-cache" ], "x-ms-request-id": [ - "17181c20-ec91-4591-846e-77a6f4894c23" + "c2438d43-44f1-48c2-9cf3-5e3b80b4bb37" ], "x-ms-correlation-request-id": [ - "e95629ba-ab96-47e2-8ac6-f964e2b85bf2" + "5222a58f-d11d-4b79-8184-ade26c69b15e" ], "x-ms-arm-service-request-id": [ - "085e425e-d226-4a92-91ef-a9000623a069" + "79184286-a376-44f0-8c66-0ffae48a21b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -913,13 +976,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130427Z:e95629ba-ab96-47e2-8ac6-f964e2b85bf2" + "SOUTHCENTRALUS:20220126T093735Z:5222a58f-d11d-4b79-8184-ade26c69b15e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:26 GMT" + "Wed, 26 Jan 2022 09:37:34 GMT" ], "Content-Length": [ "29" @@ -935,15 +998,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY4MTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMzMjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -955,16 +1018,16 @@ "no-cache" ], "ETag": [ - "W/\"5161ed91-bf70-4562-b166-7da8b50aecfa\"" + "W/\"7c59ea5d-29ac-4201-84ba-a6bca700921d\"" ], "x-ms-request-id": [ - "07ac0eac-6986-4349-a19b-23956ba131fd" + "8eb67f12-a640-4de6-8812-5241c7a51344" ], "x-ms-correlation-request-id": [ - "f8ec0a15-30b7-424b-b4ef-b4d9e5e6a5a6" + "f10d25b1-0aa3-4ce9-8bef-f16937139e82" ], "x-ms-arm-service-request-id": [ - "1ac21db4-67b7-4360-9756-f19ac5c87a1d" + "1072c4a4-8efe-4c70-9c42-5ce154dabba9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -977,13 +1040,13 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130427Z:f8ec0a15-30b7-424b-b4ef-b4d9e5e6a5a6" + "SOUTHCENTRALUS:20220126T093735Z:f10d25b1-0aa3-4ce9-8bef-f16937139e82" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:26 GMT" + "Wed, 26 Jan 2022 09:37:34 GMT" ], "Content-Length": [ "1323" @@ -995,25 +1058,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6816\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816\",\r\n \"etag\": \"W/\\\"5161ed91-bf70-4562-b166-7da8b50aecfa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd04b0d6-a055-46f3-9a07-6a78443fb898\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\",\r\n \"etag\": \"W/\\\"5161ed91-bf70-4562-b166-7da8b50aecfa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3329\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329\",\r\n \"etag\": \"W/\\\"7c59ea5d-29ac-4201-84ba-a6bca700921d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7570a855-b9f7-4952-8ee0-96b88f56b04f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\",\r\n \"etag\": \"W/\\\"7c59ea5d-29ac-4201-84ba-a6bca700921d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY4MTYvc3VibmV0cy9zbjQ3NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMzMjkvc3VibmV0cy9zbjEyNjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc849bb0-a3ca-4b54-ade4-010a497d4f06" + "83542ab8-1010-4c43-9b56-4aa8e9a25de0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1025,16 +1088,16 @@ "no-cache" ], "ETag": [ - "W/\"5161ed91-bf70-4562-b166-7da8b50aecfa\"" + "W/\"7c59ea5d-29ac-4201-84ba-a6bca700921d\"" ], "x-ms-request-id": [ - "293e50e1-e0e8-46fe-b753-7932d38fdc81" + "c4fd3bc9-025d-4a14-95c7-ddbdf6fb93c4" ], "x-ms-correlation-request-id": [ - "a2fa80df-418c-4666-aae1-4f55f2a7a1a6" + "7580e505-e682-494e-9892-2444f824ef0f" ], "x-ms-arm-service-request-id": [ - "3b4a6b5e-186a-438c-8897-3adc1732e097" + "7a2af47d-d791-49b2-8766-cacf17c33c3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1047,13 +1110,13 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130427Z:a2fa80df-418c-4666-aae1-4f55f2a7a1a6" + "SOUTHCENTRALUS:20220126T093735Z:7580e505-e682-494e-9892-2444f824ef0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:27 GMT" + "Wed, 26 Jan 2022 09:37:34 GMT" ], "Content-Length": [ "523" @@ -1065,25 +1128,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\",\r\n \"etag\": \"W/\\\"5161ed91-bf70-4562-b166-7da8b50aecfa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\",\r\n \"etag\": \"W/\\\"7c59ea5d-29ac-4201-84ba-a6bca700921d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI4OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n }\r\n },\r\n \"name\": \"ip8029\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1264\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n }\r\n },\r\n \"name\": \"ip5363\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "46c195f3-edea-4b8f-96f6-f5847091a360" + "ea7cad5e-0413-4725-b39d-084bee0f20da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1101,19 +1164,19 @@ "no-cache" ], "x-ms-request-id": [ - "5eac1fc9-379a-4587-869e-c04f4ad31678" + "fd410ebf-f0f8-45ba-9921-728482671af7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5eac1fc9-379a-4587-869e-c04f4ad31678?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/fd410ebf-f0f8-45ba-9921-728482671af7?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2eaf516d-ef29-479d-9d09-14b129f4b714" + "1f2ceb9b-85cf-43eb-b931-4178a5f50508" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bab8d514-22ac-4d9e-a85d-d5dc6a9418c8" + "36e3aba9-5094-4f46-beec-020cb1e1bbdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1126,16 +1189,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130432Z:2eaf516d-ef29-479d-9d09-14b129f4b714" + "SOUTHCENTRALUS:20220126T093739Z:1f2ceb9b-85cf-43eb-b931-4178a5f50508" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:31 GMT" + "Wed, 26 Jan 2022 09:37:38 GMT" ], "Content-Length": [ - "1631" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1207,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898\",\r\n \"etag\": \"W/\\\"2b6c048e-c866-49cc-a5db-7273054768e8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81761c32-7704-41ae-aadb-e08ce1cf7c2e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8029\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898/ipConfigurations/ip8029\",\r\n \"etag\": \"W/\\\"2b6c048e-c866-49cc-a5db-7273054768e8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\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\": \"00yajpkvudzungqhnj2eip3yta.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic524\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524\",\r\n \"etag\": \"W/\\\"048bafa0-90a9-42f9-8f56-e0a411c267fc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dae41ade-11fc-41a5-8da7-cfea63e871d8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5363\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524/ipConfigurations/ip5363\",\r\n \"etag\": \"W/\\\"048bafa0-90a9-42f9-8f56-e0a411c267fc\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\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\": \"kwuha3pxxfjetdxas02i4vvqjh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI4OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1168,16 +1231,16 @@ "no-cache" ], "ETag": [ - "W/\"2b6c048e-c866-49cc-a5db-7273054768e8\"" + "W/\"048bafa0-90a9-42f9-8f56-e0a411c267fc\"" ], "x-ms-request-id": [ - "b41add58-1a67-4683-9955-9d6d9b447ec4" + "e403854f-c021-4a55-816e-e132dea3d117" ], "x-ms-correlation-request-id": [ - "1001a6a9-f6fa-4a19-94a6-3fdaebe87be2" + "c63dd5ef-514e-4895-a099-c8c8baa5e594" ], "x-ms-arm-service-request-id": [ - "3eedbf5b-fbf5-44cf-b82a-c6820aeb8eff" + "008ab866-801c-47f0-9ff8-c95e00f3139c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1190,16 +1253,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130432Z:1001a6a9-f6fa-4a19-94a6-3fdaebe87be2" + "SOUTHCENTRALUS:20220126T093740Z:c63dd5ef-514e-4895-a099-c8c8baa5e594" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:32 GMT" + "Wed, 26 Jan 2022 09:37:39 GMT" ], "Content-Length": [ - "1631" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,25 +1271,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898\",\r\n \"etag\": \"W/\\\"2b6c048e-c866-49cc-a5db-7273054768e8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81761c32-7704-41ae-aadb-e08ce1cf7c2e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8029\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898/ipConfigurations/ip8029\",\r\n \"etag\": \"W/\\\"2b6c048e-c866-49cc-a5db-7273054768e8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\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\": \"00yajpkvudzungqhnj2eip3yta.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic524\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524\",\r\n \"etag\": \"W/\\\"048bafa0-90a9-42f9-8f56-e0a411c267fc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dae41ade-11fc-41a5-8da7-cfea63e871d8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5363\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524/ipConfigurations/ip5363\",\r\n \"etag\": \"W/\\\"048bafa0-90a9-42f9-8f56-e0a411c267fc\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\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\": \"kwuha3pxxfjetdxas02i4vvqjh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI4OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzUyND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdc6686a-77dc-45a5-b4c6-b44769a614c5" + "0a2ca65f-db08-4a79-9677-4104a4d1ef8b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1238,16 +1301,16 @@ "no-cache" ], "ETag": [ - "W/\"2b6c048e-c866-49cc-a5db-7273054768e8\"" + "W/\"048bafa0-90a9-42f9-8f56-e0a411c267fc\"" ], "x-ms-request-id": [ - "a5f95431-0a0d-4520-9143-4930c7074e0c" + "f338b330-61f2-4ffd-8c05-5e5a87f47499" ], "x-ms-correlation-request-id": [ - "87eeda75-0e2d-40bb-badd-6c55ab769af4" + "dfd43758-cda2-4885-b8a7-a8fa42ca16b3" ], "x-ms-arm-service-request-id": [ - "4610d4f3-7659-415c-99e6-1cfc55178bd0" + "288182dd-1240-4180-93dc-03e5d3ba0794" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1260,16 +1323,16 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130432Z:87eeda75-0e2d-40bb-badd-6c55ab769af4" + "SOUTHCENTRALUS:20220126T093740Z:dfd43758-cda2-4885-b8a7-a8fa42ca16b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:32 GMT" + "Wed, 26 Jan 2022 09:37:39 GMT" ], "Content-Length": [ - "1631" + "1628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,26 +1341,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898\",\r\n \"etag\": \"W/\\\"2b6c048e-c866-49cc-a5db-7273054768e8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81761c32-7704-41ae-aadb-e08ce1cf7c2e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8029\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/networkInterfaces/nic2898/ipConfigurations/ip8029\",\r\n \"etag\": \"W/\\\"2b6c048e-c866-49cc-a5db-7273054768e8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\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\": \"00yajpkvudzungqhnj2eip3yta.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic524\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524\",\r\n \"etag\": \"W/\\\"048bafa0-90a9-42f9-8f56-e0a411c267fc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dae41ade-11fc-41a5-8da7-cfea63e871d8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5363\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/networkInterfaces/nic524/ipConfigurations/ip5363\",\r\n \"etag\": \"W/\\\"048bafa0-90a9-42f9-8f56-e0a411c267fc\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\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\": \"kwuha3pxxfjetdxas02i4vvqjh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ed2b8cd3-812a-487c-a0b5-95a92feefafb" + "322749ec-e2e0-4362-bd55-6d6687706d49" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1317,13 +1380,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1332,7 +1395,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "345b2456-cb18-4fcf-bf12-396aeda53579" + "5220eedd-3af2-445d-aea2-e2e6cbddac7c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1342,19 +1405,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "b81040f0-e1a6-444b-836a-cb2aa0cf8703" + "4a38a741-4e35-425a-9453-9e2d1543851c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130442Z:b81040f0-e1a6-444b-836a-cb2aa0cf8703" + "SOUTHCENTRALUS:20220126T093749Z:4a38a741-4e35-425a-9453-9e2d1543851c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:42 GMT" + "Wed, 26 Jan 2022 09:37:48 GMT" ], "Content-Length": [ - "3161" + "3218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,26 +1426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb5122be-ba70-4276-87a3-60702c4ead90" + "b0ec9689-22a7-4831-858e-15112351d500" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1402,13 +1465,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -1417,7 +1480,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd4378fd-190e-4246-bb0b-6689e0963bca" + "6a8667ac-b168-4629-852d-7ae59fd13b7d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1427,19 +1490,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "105d979f-6ae0-4e40-97da-406b680f9f45" + "de641992-0d2e-4622-959b-7527de0a5766" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131447Z:105d979f-6ae0-4e40-97da-406b680f9f45" + "SOUTHCENTRALUS:20220126T094750Z:de641992-0d2e-4622-959b-7527de0a5766" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:14:47 GMT" + "Wed, 26 Jan 2022 09:47:50 GMT" ], "Content-Length": [ - "3161" + "3218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1448,26 +1511,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "79213058-a571-4f35-9e58-30e5210ffa6a" + "d347f064-0ad2-4b30-af4b-89c7c5e33d54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1487,7 +1550,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1690261d-deab-47bc-9b87-4de1d3715dcc?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fafe216b-939d-4398-b290-e243fe09dd39?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1502,7 +1565,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1690261d-deab-47bc-9b87-4de1d3715dcc" + "fafe216b-939d-4398-b290-e243fe09dd39" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1512,19 +1575,19 @@ "1197" ], "x-ms-correlation-request-id": [ - "46938ddd-227c-46ea-bb03-90f109d11a74" + "e9d6ed1b-bc66-4842-bce0-f2873bc60d72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132249Z:46938ddd-227c-46ea-bb03-90f109d11a74" + "SOUTHCENTRALUS:20220126T095642Z:e9d6ed1b-bc66-4842-bce0-f2873bc60d72" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:22:48 GMT" + "Wed, 26 Jan 2022 09:56:42 GMT" ], "Content-Length": [ - "3161" + "3218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1533,20 +1596,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NWIyNDU2LWNiMTgtNGZjZi1iZjEyLTM5NmFlZGE1MzU3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyMjBlZWRkLTNhZjItNDQ1ZC1hZWEyLWUyZTZjYmRkYWM3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1560,13 +1623,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29948" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad029750-2b85-48b8-aec6-d32d6bcb802a" + "9dbfc853-ff17-4bba-bb87-b2baaf7caade" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1576,16 +1639,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "e5e9417f-a24b-4bd2-bf38-d0674c8a16f2" + "5b2336b5-bb85-4fbd-aed3-33d8c3241cd3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130453Z:e5e9417f-a24b-4bd2-bf38-d0674c8a16f2" + "SOUTHCENTRALUS:20220126T093759Z:5b2336b5-bb85-4fbd-aed3-33d8c3241cd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:04:53 GMT" + "Wed, 26 Jan 2022 09:37:59 GMT" ], "Content-Length": [ "134" @@ -1597,20 +1660,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:04:40.0309658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"345b2456-cb18-4fcf-bf12-396aeda53579\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:37:46.3339882-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5220eedd-3af2-445d-aea2-e2e6cbddac7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NWIyNDU2LWNiMTgtNGZjZi1iZjEyLTM5NmFlZGE1MzU3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyMjBlZWRkLTNhZjItNDQ1ZC1hZWEyLWUyZTZjYmRkYWM3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1621,13 +1684,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e515ee9e-ee43-462d-9bd0-99389f6429cd" + "410a1e51-c063-4152-83a8-3a1632a99b13" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1637,16 +1700,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "ac1d31e4-4d63-4588-af33-52cb63dcee16" + "4a3e09c4-1073-4148-b212-b0e4081d3400" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130631Z:ac1d31e4-4d63-4588-af33-52cb63dcee16" + "SOUTHCENTRALUS:20220126T093936Z:4a3e09c4-1073-4148-b212-b0e4081d3400" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:06:31 GMT" + "Wed, 26 Jan 2022 09:39:36 GMT" ], "Content-Length": [ "134" @@ -1658,20 +1721,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:04:40.0309658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"345b2456-cb18-4fcf-bf12-396aeda53579\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:37:46.3339882-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5220eedd-3af2-445d-aea2-e2e6cbddac7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NWIyNDU2LWNiMTgtNGZjZi1iZjEyLTM5NmFlZGE1MzU3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyMjBlZWRkLTNhZjItNDQ1ZC1hZWEyLWUyZTZjYmRkYWM3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1682,13 +1745,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bc666a8d-712b-433d-a88f-b660a086c3e3" + "b4d974d0-d7a2-4c81-909a-cefa11405dde" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1698,16 +1761,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "5f9e9206-26bb-4476-a65e-127f2fc6ddb4" + "f106eba2-9dca-4e9f-9319-49b8736bb2cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130808Z:5f9e9206-26bb-4476-a65e-127f2fc6ddb4" + "SOUTHCENTRALUS:20220126T094114Z:f106eba2-9dca-4e9f-9319-49b8736bb2cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:08:07 GMT" + "Wed, 26 Jan 2022 09:41:13 GMT" ], "Content-Length": [ "134" @@ -1719,20 +1782,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:04:40.0309658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"345b2456-cb18-4fcf-bf12-396aeda53579\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:37:46.3339882-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5220eedd-3af2-445d-aea2-e2e6cbddac7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NWIyNDU2LWNiMTgtNGZjZi1iZjEyLTM5NmFlZGE1MzU3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyMjBlZWRkLTNhZjItNDQ1ZC1hZWEyLWUyZTZjYmRkYWM3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1743,13 +1806,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4b3b4d3-b715-4eef-8def-a9c12dc6b047" + "489ef811-5d0d-4b06-913d-f4633accb3b0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1759,16 +1822,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "475d6114-4002-4891-a736-0e32a6c2ea0c" + "469cddad-1ede-418a-9504-f6a93db0559c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T130945Z:475d6114-4002-4891-a736-0e32a6c2ea0c" + "SOUTHCENTRALUS:20220126T094251Z:469cddad-1ede-418a-9504-f6a93db0559c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:09:45 GMT" + "Wed, 26 Jan 2022 09:42:50 GMT" ], "Content-Length": [ "134" @@ -1780,20 +1843,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:04:40.0309658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"345b2456-cb18-4fcf-bf12-396aeda53579\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:37:46.3339882-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5220eedd-3af2-445d-aea2-e2e6cbddac7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NWIyNDU2LWNiMTgtNGZjZi1iZjEyLTM5NmFlZGE1MzU3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyMjBlZWRkLTNhZjItNDQ1ZC1hZWEyLWUyZTZjYmRkYWM3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1804,13 +1867,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec6b44ad-6a94-46a0-a59a-663d06589cdb" + "03ffda37-cc2a-46a7-841c-cfdd07d7b45d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1820,16 +1883,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "569580d5-f69a-400d-a296-f9304e50fa63" + "12c4a4dc-d627-42b2-a262-9157232c36dc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131122Z:569580d5-f69a-400d-a296-f9304e50fa63" + "SOUTHCENTRALUS:20220126T094428Z:12c4a4dc-d627-42b2-a262-9157232c36dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:11:22 GMT" + "Wed, 26 Jan 2022 09:44:28 GMT" ], "Content-Length": [ "134" @@ -1841,20 +1904,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:04:40.0309658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"345b2456-cb18-4fcf-bf12-396aeda53579\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:37:46.3339882-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5220eedd-3af2-445d-aea2-e2e6cbddac7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NWIyNDU2LWNiMTgtNGZjZi1iZjEyLTM5NmFlZGE1MzU3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyMjBlZWRkLTNhZjItNDQ1ZC1hZWEyLWUyZTZjYmRkYWM3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1865,13 +1928,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5bfd4c4c-eb12-4a57-967c-82a57c30c014" + "1c7999e9-2036-41e7-84b9-cbdd7c592b7d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1881,16 +1944,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "ce26c24c-db4b-4477-8d2b-07649b5e1758" + "b0b8b5a6-667d-4807-a902-fdfbb4dde95d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131300Z:ce26c24c-db4b-4477-8d2b-07649b5e1758" + "SOUTHCENTRALUS:20220126T094606Z:b0b8b5a6-667d-4807-a902-fdfbb4dde95d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:12:59 GMT" + "Wed, 26 Jan 2022 09:46:05 GMT" ], "Content-Length": [ "134" @@ -1902,20 +1965,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:04:40.0309658+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"345b2456-cb18-4fcf-bf12-396aeda53579\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:37:46.3339882-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5220eedd-3af2-445d-aea2-e2e6cbddac7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/345b2456-cb18-4fcf-bf12-396aeda53579?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM0NWIyNDU2LWNiMTgtNGZjZi1iZjEyLTM5NmFlZGE1MzU3OT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/5220eedd-3af2-445d-aea2-e2e6cbddac7c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyMjBlZWRkLTNhZjItNDQ1ZC1hZWEyLWUyZTZjYmRkYWM3Yz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1926,13 +1989,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "817da4c5-959a-4ee4-8181-a1023adc2eb4" + "db6da735-ef30-41bc-af37-e88401c709ee" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1942,16 +2005,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "0ec92f14-b900-4d2a-aba8-7c19b73214d4" + "3e60ab1d-fb71-4baa-a4f8-293f2d8edfdf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131437Z:0ec92f14-b900-4d2a-aba8-7c19b73214d4" + "SOUTHCENTRALUS:20220126T094743Z:3e60ab1d-fb71-4baa-a4f8-293f2d8edfdf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:14:37 GMT" + "Wed, 26 Jan 2022 09:47:42 GMT" ], "Content-Length": [ "184" @@ -1963,20 +2026,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:04:40.0309658+00:00\",\r\n \"endTime\": \"2021-06-29T13:13:45.0815221+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"345b2456-cb18-4fcf-bf12-396aeda53579\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:37:46.3339882-06:00\",\r\n \"endTime\": \"2022-01-26T03:46:42.5995819-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5220eedd-3af2-445d-aea2-e2e6cbddac7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1987,13 +2050,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a11a23a4-d548-47a0-8f2a-31b774881cf4" + "789684c6-15e9-45e3-87d0-7b5d85d169a4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2003,19 +2066,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "fc83a070-872f-49df-a803-7748d2ce9ac7" + "ecb529bd-1f56-4935-83d5-164263cc9f31" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131437Z:fc83a070-872f-49df-a803-7748d2ce9ac7" + "SOUTHCENTRALUS:20220126T094743Z:ecb529bd-1f56-4935-83d5-164263cc9f31" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:14:37 GMT" + "Wed, 26 Jan 2022 09:47:43 GMT" ], "Content-Length": [ - "3162" + "3219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2024,26 +2087,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25ecbc6f-b66a-483e-8deb-c01713c624c1" + "5931a8c8-0cee-4ec6-af68-39a82970f635" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2054,13 +2117,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d95d49ec-dff0-4492-b364-63c4b2e28609" + "1ffba198-ca18-4d5b-982a-45a8a503e4b3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2070,19 +2133,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "9066d85c-3853-4018-8ed5-1478e3d19b8b" + "ab5aed38-29b7-4315-94bf-243c696b6c20" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131437Z:9066d85c-3853-4018-8ed5-1478e3d19b8b" + "SOUTHCENTRALUS:20220126T094744Z:ab5aed38-29b7-4315-94bf-243c696b6c20" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:14:37 GMT" + "Wed, 26 Jan 2022 09:47:43 GMT" ], "Content-Length": [ - "3162" + "3219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2091,26 +2154,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27a592e1-ab34-43e2-ad97-801ec90d778c" + "92920845-dcfe-4d8d-a8d5-7f8607e1d51e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2121,13 +2184,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5ae6cad0-5e7b-4676-a2eb-ac853643000a" + "9f8d8485-6e0e-4261-8087-ab9740c5a567" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2137,19 +2200,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "24b5e078-591b-48be-b0b8-b047e6e8c470" + "73a74c63-0e41-455b-92e5-3a212443d03d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131438Z:24b5e078-591b-48be-b0b8-b047e6e8c470" + "SOUTHCENTRALUS:20220126T094744Z:73a74c63-0e41-455b-92e5-3a212443d03d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:14:37 GMT" + "Wed, 26 Jan 2022 09:47:43 GMT" ], "Content-Length": [ - "3162" + "3219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2158,20 +2221,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2182,35 +2245,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2557" + "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa3c4911-d17e-4e34-ae8c-c196fc2a9574" + "d26a26f8-d311-43a7-8c93-5134e2d208f6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11977" ], "x-ms-correlation-request-id": [ - "71b1576e-a3d2-4eb8-9e88-b61d7264ea2c" + "606ac8b0-c66c-4828-8245-dcac405b6ee4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132239Z:71b1576e-a3d2-4eb8-9e88-b61d7264ea2c" + "SOUTHCENTRALUS:20220126T095634Z:606ac8b0-c66c-4828-8245-dcac405b6ee4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:22:39 GMT" + "Wed, 26 Jan 2022 09:56:34 GMT" ], "Content-Length": [ - "3162" + "3219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2219,26 +2282,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97d9db01-ab52-4876-80ad-246109015de5" + "f91b84ff-3ea4-4875-9ac9-d41e26ca77a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2249,35 +2312,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2556" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2577" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "822e9d92-279a-4f3b-ba2f-6191c44282f2" + "1e917263-133e-4010-9d2a-516c81bca2ed" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11976" ], "x-ms-correlation-request-id": [ - "68259611-7007-4d73-9ba3-d05e4f06bbda" + "6b2e1dfe-73f2-414f-8edb-a6b3ff88e4be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132239Z:68259611-7007-4d73-9ba3-d05e4f06bbda" + "SOUTHCENTRALUS:20220126T095635Z:6b2e1dfe-73f2-414f-8edb-a6b3ff88e4be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:22:39 GMT" + "Wed, 26 Jan 2022 09:56:34 GMT" ], "Content-Length": [ - "3162" + "3219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2286,20 +2349,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2310,35 +2373,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;381,Microsoft.Compute/GetVMScaleSet30Min;2546" + "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2573" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fafbbf35-0d9f-4c8f-8481-22364fef3e01" + "2dc1f6c2-9838-4c56-ba31-0d1dc6aed440" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11973" ], "x-ms-correlation-request-id": [ - "29e5e2c2-3db1-4aec-a272-e3d09454207f" + "575b6e87-79fe-4425-aaa5-2d2ad175a3a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132350Z:29e5e2c2-3db1-4aec-a272-e3d09454207f" + "SOUTHCENTRALUS:20220126T095744Z:575b6e87-79fe-4425-aaa5-2d2ad175a3a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:23:49 GMT" + "Wed, 26 Jan 2022 09:57:43 GMT" ], "Content-Length": [ - "3583" + "3219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2347,26 +2410,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e5d6e81-63e3-44d4-8872-999f3da756ab" + "1e167c24-c08e-44b8-8c1f-ebe27a9e3f27" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2377,35 +2440,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;380,Microsoft.Compute/GetVMScaleSet30Min;2545" + "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e325078-8381-4950-8751-a2bbb79b53ab" + "dca1accf-ac17-462d-9f49-5d42c30c6a28" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11972" ], "x-ms-correlation-request-id": [ - "6450c357-1a96-4f70-bc91-4a9a82d14db1" + "068a073a-1659-4c2d-a25a-bb3426e6ea98" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132351Z:6450c357-1a96-4f70-bc91-4a9a82d14db1" + "SOUTHCENTRALUS:20220126T095744Z:068a073a-1659-4c2d-a25a-bb3426e6ea98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:23:50 GMT" + "Wed, 26 Jan 2022 09:57:43 GMT" ], "Content-Length": [ - "3583" + "3219" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2414,20 +2477,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5909.blob.core.windows.net/crptestar6931\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1833\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8942\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Network/virtualNetworks/vn6816/subnets/sn4740\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"0ff746e7-1bad-49cd-a10a-ba5702cfb614\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1694\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1487.blob.core.windows.net/crptestar1799\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9997\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8134\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Network/virtualNetworks/vn3329/subnets/sn1264\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5d104428-4b10-45b0-ad0f-fd75dbf737c3\",\r\n \"timeCreated\": \"2022-01-26T03:37:46.3339882-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2441,13 +2504,13 @@ "51" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6bad39c2-8057-41eb-a113-8160842ccdf9" + "cdb1792d-2081-46f3-99b5-01068c7b80b1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2457,16 +2520,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "6c2b5286-e2aa-41e1-a8ee-25c97fe52811" + "26195b14-a8ce-4e9a-8601-a807a6950250" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131457Z:6c2b5286-e2aa-41e1-a8ee-25c97fe52811" + "SOUTHCENTRALUS:20220126T094801Z:26195b14-a8ce-4e9a-8601-a807a6950250" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:14:57 GMT" + "Wed, 26 Jan 2022 09:48:00 GMT" ], "Content-Length": [ "134" @@ -2478,20 +2541,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2502,13 +2565,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b405fea-ed0a-4b08-b576-cb8a6ad4522c" + "cd9ef630-3d5b-461b-98c1-6578d5a37eae" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2518,16 +2581,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "93bee910-6bae-4d04-81cb-ecbcb45142a9" + "038c963b-b6bf-4b09-830f-d523b7221b7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131549Z:93bee910-6bae-4d04-81cb-ecbcb45142a9" + "SOUTHCENTRALUS:20220126T094852Z:038c963b-b6bf-4b09-830f-d523b7221b7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:15:48 GMT" + "Wed, 26 Jan 2022 09:48:52 GMT" ], "Content-Length": [ "134" @@ -2539,20 +2602,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2563,13 +2626,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "285bf57a-ccca-4e79-9b3f-adb6916dd0c9" + "6c553f12-f19a-4095-ad97-cf80c91f49af" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2579,16 +2642,16 @@ "11986" ], "x-ms-correlation-request-id": [ - "e3f4901d-dd20-44da-9c5a-bdbad9986b7e" + "201f6676-5e3b-44d5-8a12-f37ce4f792e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131640Z:e3f4901d-dd20-44da-9c5a-bdbad9986b7e" + "SOUTHCENTRALUS:20220126T094943Z:201f6676-5e3b-44d5-8a12-f37ce4f792e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:16:39 GMT" + "Wed, 26 Jan 2022 09:49:43 GMT" ], "Content-Length": [ "134" @@ -2600,20 +2663,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2624,13 +2687,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7c76abe-b58b-440b-af15-80e9e0cccdb2" + "f71fc753-9be1-4adb-a4ff-fa79f2a5b6e0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2640,16 +2703,16 @@ "11985" ], "x-ms-correlation-request-id": [ - "0538c075-765b-4c3e-bb42-d2cccf04cdbc" + "3510e43d-e658-466a-80db-704fd45e48a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131731Z:0538c075-765b-4c3e-bb42-d2cccf04cdbc" + "SOUTHCENTRALUS:20220126T095035Z:3510e43d-e658-466a-80db-704fd45e48a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:17:31 GMT" + "Wed, 26 Jan 2022 09:50:34 GMT" ], "Content-Length": [ "134" @@ -2661,20 +2724,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2685,13 +2748,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69395679-7a60-49c6-930f-08689650f0c5" + "16df2116-a7e6-48e6-b839-f7d6441c2a29" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2701,16 +2764,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "6b6c76fc-f836-481f-b0ba-f880207bfa83" + "1439c840-0ca4-4c59-90bf-2e535b38f721" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131822Z:6b6c76fc-f836-481f-b0ba-f880207bfa83" + "SOUTHCENTRALUS:20220126T095126Z:1439c840-0ca4-4c59-90bf-2e535b38f721" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:18:22 GMT" + "Wed, 26 Jan 2022 09:51:26 GMT" ], "Content-Length": [ "134" @@ -2722,20 +2785,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2746,13 +2809,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "580a8dd3-5f36-4ad9-af26-1a9d135c1e92" + "2ab383ca-4a5d-4057-9aed-0b67df23cf8e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2762,16 +2825,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "4d029407-e994-4d7b-9c8c-a29a85d16b75" + "a2e67509-c039-42f4-97fd-7bf5a936858a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T131914Z:4d029407-e994-4d7b-9c8c-a29a85d16b75" + "SOUTHCENTRALUS:20220126T095217Z:a2e67509-c039-42f4-97fd-7bf5a936858a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:19:13 GMT" + "Wed, 26 Jan 2022 09:52:17 GMT" ], "Content-Length": [ "134" @@ -2783,20 +2846,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2807,13 +2870,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e5aeac8b-bf0f-46b1-9f3e-1866d2c26460" + "726b4e7a-9980-4db2-a8ae-6a9dcd35f97b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2823,16 +2886,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "5cb00e6c-967d-489d-809c-74fe75933f17" + "8e807fc2-3578-4c31-bdff-115b02162e2a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132005Z:5cb00e6c-967d-489d-809c-74fe75933f17" + "SOUTHCENTRALUS:20220126T095309Z:8e807fc2-3578-4c31-bdff-115b02162e2a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:20:04 GMT" + "Wed, 26 Jan 2022 09:53:08 GMT" ], "Content-Length": [ "134" @@ -2844,20 +2907,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2868,13 +2931,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d453526b-46c0-4c7f-8dbc-fb3b93cddd1c" + "0ff76db8-0f7e-4be7-91ef-e114f2b41a5d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2884,16 +2947,16 @@ "11981" ], "x-ms-correlation-request-id": [ - "bdf4b9b5-8d08-4d79-a11e-e7ee6d68ec92" + "4cf3690c-0b5e-406c-9663-ad77be7097fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132056Z:bdf4b9b5-8d08-4d79-a11e-e7ee6d68ec92" + "SOUTHCENTRALUS:20220126T095400Z:4cf3690c-0b5e-406c-9663-ad77be7097fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:20:55 GMT" + "Wed, 26 Jan 2022 09:54:00 GMT" ], "Content-Length": [ "134" @@ -2905,20 +2968,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2929,13 +2992,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec3b375b-97a9-4f74-b4a5-365585c9b6be" + "a1014d75-c80d-4185-8be1-3bfdeb46cdbf" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2945,16 +3008,16 @@ "11980" ], "x-ms-correlation-request-id": [ - "8532f12d-d1f2-4a70-be0f-56e0c8522631" + "54b1835a-ada7-459e-bee3-1d877dca67fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132147Z:8532f12d-d1f2-4a70-be0f-56e0c8522631" + "SOUTHCENTRALUS:20220126T095451Z:54b1835a-ada7-459e-bee3-1d877dca67fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:21:46 GMT" + "Wed, 26 Jan 2022 09:54:51 GMT" ], "Content-Length": [ "134" @@ -2966,20 +3029,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/bd4378fd-190e-4246-bb0b-6689e0963bca?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkNDM3OGZkLTE5MGUtNDI0Ni1iYjBiLTY2ODllMDk2M2JjYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2990,13 +3053,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0bf84059-95a2-43b0-abf2-4865325bc971" + "f0aea104-26aa-45ab-aa43-f977a0e50d30" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3006,19 +3069,80 @@ "11979" ], "x-ms-correlation-request-id": [ - "a4bd9a4c-928e-4a4a-b187-522769868a17" + "b3053498-8710-45ce-b88a-ebc45d6dd354" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T095543Z:b3053498-8710-45ce-b88a-ebc45d6dd354" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:55:42 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6a8667ac-b168-4629-852d-7ae59fd13b7d?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhODY2N2FjLWIxNjgtNDYyOS04NTJkLTdhZTU5ZmQxM2I3ZD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29966" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b1be4288-1384-493c-8ca6-03b9e31ca23c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "0bf98f13-842e-4fb5-813e-74e166220618" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132239Z:a4bd9a4c-928e-4a4a-b187-522769868a17" + "SOUTHCENTRALUS:20220126T095634Z:0bf98f13-842e-4fb5-813e-74e166220618" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:22:38 GMT" + "Wed, 26 Jan 2022 09:56:34 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3027,20 +3151,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:14:43.1600403+00:00\",\r\n \"endTime\": \"2021-06-29T13:22:30.396415+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bd4378fd-190e-4246-bb0b-6689e0963bca\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:47:48.6620511-06:00\",\r\n \"endTime\": \"2022-01-26T03:56:29.7867881-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6a8667ac-b168-4629-852d-7ae59fd13b7d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1690261d-deab-47bc-9b87-4de1d3715dcc?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2OTAyNjFkLWRlYWItNDdiYy05Yjg3LTRkZTFkMzcxNWRjYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fafe216b-939d-4398-b290-e243fe09dd39?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhZmUyMTZiLTkzOWQtNDM5OC1iMjkwLWUyNDNmZTA5ZGQzOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3054,32 +3178,32 @@ "51" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a18b549c-ebdc-49af-a8a4-b1e9fb56a285" + "d21f1539-396a-4c0d-8a47-3ffbae5e8549" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11975" ], "x-ms-correlation-request-id": [ - "1355c658-1e64-4549-8858-0d07bb8daafb" + "2584cbe8-c81e-45a7-b855-88539be21f11" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132259Z:1355c658-1e64-4549-8858-0d07bb8daafb" + "SOUTHCENTRALUS:20220126T095652Z:2584cbe8-c81e-45a7-b855-88539be21f11" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:22:58 GMT" + "Wed, 26 Jan 2022 09:56:52 GMT" ], "Content-Length": [ "134" @@ -3091,20 +3215,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:22:45.5532573+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1690261d-deab-47bc-9b87-4de1d3715dcc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:56:39.6930041-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fafe216b-939d-4398-b290-e243fe09dd39\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/1690261d-deab-47bc-9b87-4de1d3715dcc?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2OTAyNjFkLWRlYWItNDdiYy05Yjg3LTRkZTFkMzcxNWRjYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/fafe216b-939d-4398-b290-e243fe09dd39?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhZmUyMTZiLTkzOWQtNDM5OC1iMjkwLWUyNDNmZTA5ZGQzOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3115,32 +3239,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b90d454-023d-4fbb-bc35-edbd8b9b18da" + "50445004-08f5-4286-893f-384b46366747" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11974" ], "x-ms-correlation-request-id": [ - "21cb42dc-672d-4a07-88ab-80aa1367a2b2" + "77df20fc-9e60-4b9f-8d82-b7b5cf56ba65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132350Z:21cb42dc-672d-4a07-88ab-80aa1367a2b2" + "SOUTHCENTRALUS:20220126T095744Z:77df20fc-9e60-4b9f-8d82-b7b5cf56ba65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:23:49 GMT" + "Wed, 26 Jan 2022 09:57:43 GMT" ], "Content-Length": [ "184" @@ -3152,26 +3276,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:22:45.5532573+00:00\",\r\n \"endTime\": \"2021-06-29T13:23:42.9603991+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1690261d-deab-47bc-9b87-4de1d3715dcc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:56:39.6930041-06:00\",\r\n \"endTime\": \"2022-01-26T03:57:30.5679956-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fafe216b-939d-4398-b290-e243fe09dd39\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2839/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1541?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNTQxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7822/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1694?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNjk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd413df8-34c5-4672-9d9a-307b11a935bc" + "f70ea3b2-7de2-4199-9fe5-f49b2cd89f1e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3182,19 +3306,19 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -3203,26 +3327,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b87e373-1044-4537-bc74-88a996213124" + "7c31739f-f734-43a4-892a-68f30b3b66e1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "709fe339-f249-47ae-844b-c7a60737839a" + "7edcdda8-913c-45e6-ac51-2268bb432eb8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132352Z:709fe339-f249-47ae-844b-c7a60737839a" + "SOUTHCENTRALUS:20220126T095745Z:7edcdda8-913c-45e6-ac51-2268bb432eb8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:23:51 GMT" + "Wed, 26 Jan 2022 09:57:44 GMT" ], "Expires": [ "-1" @@ -3235,16 +3359,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiODdlMzczLTEwNDQtNDUzNy1iYzc0LTg4YTk5NjIxMzEyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzE3MzlmLWY3MzQtNDNhNC04OTJhLTY4ZjMwYjNiNjZlMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3258,32 +3382,32 @@ "11" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "91efbce9-e1c1-4797-9548-8dd0964d2f9f" + "081ec88e-9455-4d36-8a27-26f6fc631ed3" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11971" ], "x-ms-correlation-request-id": [ - "7b5860a7-7900-4c3d-8c68-01be8aaba609" + "31ce1150-061e-4827-b8e6-ca033d0cb868" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132402Z:7b5860a7-7900-4c3d-8c68-01be8aaba609" + "SOUTHCENTRALUS:20220126T095755Z:31ce1150-061e-4827-b8e6-ca033d0cb868" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:24:01 GMT" + "Wed, 26 Jan 2022 09:57:54 GMT" ], "Content-Length": [ "134" @@ -3295,20 +3419,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:23:52.2104549+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b87e373-1044-4537-bc74-88a996213124\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:57:45.0679735-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c31739f-f734-43a4-892a-68f30b3b66e1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiODdlMzczLTEwNDQtNDUzNy1iYzc0LTg4YTk5NjIxMzEyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzE3MzlmLWY3MzQtNDNhNC04OTJhLTY4ZjMwYjNiNjZlMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3319,32 +3443,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b20eaa4-638a-4135-8870-6fd067711022" + "002e99c5-7fa6-4e9d-a4e0-79a71cd8d21b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11970" ], "x-ms-correlation-request-id": [ - "0802787a-18bb-4bd2-8a6a-c1d2a2cedc95" + "77e646c4-7e47-4bd4-b6e7-3c91e00910d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132413Z:0802787a-18bb-4bd2-8a6a-c1d2a2cedc95" + "SOUTHCENTRALUS:20220126T095806Z:77e646c4-7e47-4bd4-b6e7-3c91e00910d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:24:13 GMT" + "Wed, 26 Jan 2022 09:58:06 GMT" ], "Content-Length": [ "134" @@ -3356,20 +3480,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:23:52.2104549+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b87e373-1044-4537-bc74-88a996213124\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:57:45.0679735-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c31739f-f734-43a4-892a-68f30b3b66e1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiODdlMzczLTEwNDQtNDUzNy1iYzc0LTg4YTk5NjIxMzEyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzE3MzlmLWY3MzQtNDNhNC04OTJhLTY4ZjMwYjNiNjZlMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3380,32 +3504,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "548f5833-912f-4a86-ad2d-ce251ffbf6c1" + "ace0182d-3808-4d67-8ef6-b573f35bba73" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11969" ], "x-ms-correlation-request-id": [ - "559e4936-37ae-4bf2-ab35-f0c5cd59746e" + "9e11cfeb-e9c0-4306-ac9b-785b467d0d88" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132425Z:559e4936-37ae-4bf2-ab35-f0c5cd59746e" + "SOUTHCENTRALUS:20220126T095818Z:9e11cfeb-e9c0-4306-ac9b-785b467d0d88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:24:24 GMT" + "Wed, 26 Jan 2022 09:58:17 GMT" ], "Content-Length": [ "134" @@ -3417,20 +3541,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:23:52.2104549+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b87e373-1044-4537-bc74-88a996213124\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:57:45.0679735-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c31739f-f734-43a4-892a-68f30b3b66e1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiODdlMzczLTEwNDQtNDUzNy1iYzc0LTg4YTk5NjIxMzEyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzE3MzlmLWY3MzQtNDNhNC04OTJhLTY4ZjMwYjNiNjZlMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3441,32 +3565,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "52aa4d5b-5675-4de8-a9bb-0db341c7e78d" + "3d40d726-fd15-4647-8ba4-48485e857360" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11968" ], "x-ms-correlation-request-id": [ - "13600f00-ebb1-4189-a398-6d198303f4db" + "adc68578-af61-4201-97d1-e674f68b0894" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132437Z:13600f00-ebb1-4189-a398-6d198303f4db" + "SOUTHCENTRALUS:20220126T095829Z:adc68578-af61-4201-97d1-e674f68b0894" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:24:36 GMT" + "Wed, 26 Jan 2022 09:58:28 GMT" ], "Content-Length": [ "134" @@ -3478,20 +3602,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:23:52.2104549+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b87e373-1044-4537-bc74-88a996213124\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:57:45.0679735-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7c31739f-f734-43a4-892a-68f30b3b66e1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiODdlMzczLTEwNDQtNDUzNy1iYzc0LTg4YTk5NjIxMzEyND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzE3MzlmLWY3MzQtNDNhNC04OTJhLTY4ZjMwYjNiNjZlMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3502,32 +3626,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b87ce5e6-5b99-49c0-a2ce-61905a129f2e" + "d945163d-d6e7-40fe-84ff-a145629d15a1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11967" ], "x-ms-correlation-request-id": [ - "dcac6fb3-9c8e-4da7-b37b-686f911de7ca" + "32f54510-40b6-45c4-a8ab-585947130a97" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132448Z:dcac6fb3-9c8e-4da7-b37b-686f911de7ca" + "SOUTHCENTRALUS:20220126T095840Z:32f54510-40b6-45c4-a8ab-585947130a97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:24:48 GMT" + "Wed, 26 Jan 2022 09:58:40 GMT" ], "Content-Length": [ "184" @@ -3539,20 +3663,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:23:52.2104549+00:00\",\r\n \"endTime\": \"2021-06-29T13:24:37.3982127+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0b87e373-1044-4537-bc74-88a996213124\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:57:45.0679735-06:00\",\r\n \"endTime\": \"2022-01-26T03:58:31.1617293-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7c31739f-f734-43a4-892a-68f30b3b66e1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0b87e373-1044-4537-bc74-88a996213124?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiODdlMzczLTEwNDQtNDUzNy1iYzc0LTg4YTk5NjIxMzEyND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7c31739f-f734-43a4-892a-68f30b3b66e1?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjMzE3MzlmLWY3MzQtNDNhNC04OTJhLTY4ZjMwYjNiNjZlMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -3563,32 +3687,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dad9211-d59d-4bed-8a31-69ebbd3a3b78" + "f6c026b4-3882-40dd-a4a9-7f91d0aed518" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11966" ], "x-ms-correlation-request-id": [ - "5e2bcb76-a139-4b03-9acf-d935b0836c3e" + "56d0fbeb-d5ab-49d9-b611-b320d35bc241" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132448Z:5e2bcb76-a139-4b03-9acf-d935b0836c3e" + "SOUTHCENTRALUS:20220126T095840Z:56d0fbeb-d5ab-49d9-b611-b320d35bc241" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:24:48 GMT" + "Wed, 26 Jan 2022 09:58:40 GMT" ], "Expires": [ "-1" @@ -3601,21 +3725,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2839?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4Mzk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7822?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4MjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc39d9fd-857e-46f5-bed6-651a1ad90afc" + "09ed1896-f30f-4ef5-a8c8-de9dace6c27e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3627,7 +3751,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3636,13 +3760,13 @@ "14999" ], "x-ms-request-id": [ - "435ac163-e446-4415-8222-01b0ffe19519" + "19f56fec-1364-4736-a638-ae418af3edb2" ], "x-ms-correlation-request-id": [ - "435ac163-e446-4415-8222-01b0ffe19519" + "19f56fec-1364-4736-a638-ae418af3edb2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132453Z:435ac163-e446-4415-8222-01b0ffe19519" + "SOUTHCENTRALUS:20220126T095845Z:19f56fec-1364-4736-a638-ae418af3edb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3651,7 +3775,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:24:53 GMT" + "Wed, 26 Jan 2022 09:58:45 GMT" ], "Expires": [ "-1" @@ -3664,15 +3788,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RNNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3684,22 +3808,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "ff1d90b2-9452-4397-8be6-76b829996197" + "d1bd2af0-4296-45bd-b158-a1f980a7ccf8" ], "x-ms-correlation-request-id": [ - "ff1d90b2-9452-4397-8be6-76b829996197" + "d1bd2af0-4296-45bd-b158-a1f980a7ccf8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132509Z:ff1d90b2-9452-4397-8be6-76b829996197" + "SOUTHCENTRALUS:20220126T095901Z:d1bd2af0-4296-45bd-b158-a1f980a7ccf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3708,7 +3832,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:25:08 GMT" + "Wed, 26 Jan 2022 09:59:00 GMT" ], "Expires": [ "-1" @@ -3721,15 +3845,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RNNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3741,22 +3865,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "f8187442-c7d8-4338-a72d-d5a2858b0a5b" + "5388a577-910c-4241-af80-b95f62d05f87" ], "x-ms-correlation-request-id": [ - "f8187442-c7d8-4338-a72d-d5a2858b0a5b" + "5388a577-910c-4241-af80-b95f62d05f87" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132524Z:f8187442-c7d8-4338-a72d-d5a2858b0a5b" + "SOUTHCENTRALUS:20220126T095916Z:5388a577-910c-4241-af80-b95f62d05f87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3765,7 +3889,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:25:23 GMT" + "Wed, 26 Jan 2022 09:59:15 GMT" ], "Expires": [ "-1" @@ -3778,15 +3902,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RNNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3798,22 +3922,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "001131ef-c345-4613-91d4-0b82b9d3c946" + "8e7e2696-6c61-4628-a3fa-29a740a97e44" ], "x-ms-correlation-request-id": [ - "001131ef-c345-4613-91d4-0b82b9d3c946" + "8e7e2696-6c61-4628-a3fa-29a740a97e44" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132540Z:001131ef-c345-4613-91d4-0b82b9d3c946" + "SOUTHCENTRALUS:20220126T095932Z:8e7e2696-6c61-4628-a3fa-29a740a97e44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3822,7 +3946,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:25:40 GMT" + "Wed, 26 Jan 2022 09:59:31 GMT" ], "Expires": [ "-1" @@ -3835,15 +3959,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RNNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3855,22 +3979,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "6d85fd8d-59c1-4723-9a39-892b8aa8eb66" + "5225394a-05b9-4cd3-9ebc-00818ba88005" ], "x-ms-correlation-request-id": [ - "6d85fd8d-59c1-4723-9a39-892b8aa8eb66" + "5225394a-05b9-4cd3-9ebc-00818ba88005" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132555Z:6d85fd8d-59c1-4723-9a39-892b8aa8eb66" + "SOUTHCENTRALUS:20220126T095947Z:5225394a-05b9-4cd3-9ebc-00818ba88005" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3879,7 +4003,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:25:55 GMT" + "Wed, 26 Jan 2022 09:59:47 GMT" ], "Expires": [ "-1" @@ -3892,15 +4016,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RNNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3912,22 +4036,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "2d378247-571e-495f-8d76-a0865c957a8a" + "020fac8f-3d5a-48e4-a2d0-29ee2604a546" ], "x-ms-correlation-request-id": [ - "2d378247-571e-495f-8d76-a0865c957a8a" + "020fac8f-3d5a-48e4-a2d0-29ee2604a546" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132611Z:2d378247-571e-495f-8d76-a0865c957a8a" + "SOUTHCENTRALUS:20220126T100003Z:020fac8f-3d5a-48e4-a2d0-29ee2604a546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3936,7 +4060,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:26:11 GMT" + "Wed, 26 Jan 2022 10:00:02 GMT" ], "Expires": [ "-1" @@ -3949,15 +4073,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RNNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3968,17 +4092,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "6f48a65c-816d-4bc1-b748-fb52b30f7395" + "0e0519c2-5814-46f4-bfa3-7694a937ea82" ], "x-ms-correlation-request-id": [ - "6f48a65c-816d-4bc1-b748-fb52b30f7395" + "0e0519c2-5814-46f4-bfa3-7694a937ea82" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132626Z:6f48a65c-816d-4bc1-b748-fb52b30f7395" + "SOUTHCENTRALUS:20220126T100018Z:0e0519c2-5814-46f4-bfa3-7694a937ea82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3987,7 +4117,343 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:26:26 GMT" + "Wed, 26 Jan 2022 10:00:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "c0b5956f-c67d-443b-a102-ef3955894796" + ], + "x-ms-correlation-request-id": [ + "c0b5956f-c67d-443b-a102-ef3955894796" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T100034Z:c0b5956f-c67d-443b-a102-ef3955894796" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:00:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "7f96fce1-d798-4f00-af0e-74867ef55137" + ], + "x-ms-correlation-request-id": [ + "7f96fce1-d798-4f00-af0e-74867ef55137" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T100049Z:7f96fce1-d798-4f00-af0e-74867ef55137" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:00:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "0872c375-97b7-44a2-91da-d4742e3a618f" + ], + "x-ms-correlation-request-id": [ + "0872c375-97b7-44a2-91da-d4742e3a618f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T100105Z:0872c375-97b7-44a2-91da-d4742e3a618f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:01:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "c4b274b2-842b-46a8-9076-196bab17b479" + ], + "x-ms-correlation-request-id": [ + "c4b274b2-842b-46a8-9076-196bab17b479" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T100120Z:c4b274b2-842b-46a8-9076-196bab17b479" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:01:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "6eaedaf4-cb5c-48ab-a406-0416506bb4e4" + ], + "x-ms-correlation-request-id": [ + "6eaedaf4-cb5c-48ab-a406-0416506bb4e4" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T100135Z:6eaedaf4-cb5c-48ab-a406-0416506bb4e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:01:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "388b4687-c9db-42d0-9d71-d29633e77772" + ], + "x-ms-correlation-request-id": [ + "388b4687-c9db-42d0-9d71-d29633e77772" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T100151Z:388b4687-c9db-42d0-9d71-d29633e77772" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:01:51 GMT" ], "Expires": [ "-1" @@ -4000,15 +4466,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODM5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RNNUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODIyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT0RJeUxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4020,16 +4486,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11983" ], "x-ms-request-id": [ - "ac1d55a4-ebb0-47c5-b2f6-9e8a3a6fd2c7" + "efd9a7c0-6545-42b9-9333-f4afbbb8d4af" ], "x-ms-correlation-request-id": [ - "ac1d55a4-ebb0-47c5-b2f6-9e8a3a6fd2c7" + "efd9a7c0-6545-42b9-9333-f4afbbb8d4af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132627Z:ac1d55a4-ebb0-47c5-b2f6-9e8a3a6fd2c7" + "SOUTHCENTRALUS:20220126T100151Z:efd9a7c0-6545-42b9-9333-f4afbbb8d4af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4038,7 +4504,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:26:26 GMT" + "Wed, 26 Jan 2022 10:01:51 GMT" ], "Expires": [ "-1" @@ -4053,27 +4519,27 @@ ], "Names": { "TestVMScaleSetScalingOperations": [ - "crptestar2839", - "vmss1541", - "crptestar5909" + "crptestar7822", + "vmss1694", + "crptestar1487" ], "CreatePublicIP": [ - "pip8494", - "dn8064" + "pip7533", + "dn7581" ], "CreateVNET": [ - "vn6816", - "sn4740" + "vn3329", + "sn1264" ], "CreateNIC": [ - "nic2898", - "ip8029" + "nic524", + "ip5363" ], "CreateDefaultVMScaleSetInput": [ - "crptestar6931", - "vmss2852", - "vmsstestnetconfig1833", - "vmsstestnetconfig8942" + "crptestar1799", + "vmss1495", + "vmsstestnetconfig9997", + "vmsstestnetconfig8134" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetUpdateOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetUpdateOperations.json index f7b962897ac4e..65230b75cfb87 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetUpdateOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetUpdateTests/TestVMScaleSetUpdateOperations.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c89c3220-cf64-435e-addd-a5b7b147409e" + "808a821f-e7b3-499b-8fb5-64d6fe8aefb5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -27,35 +27,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "7ce2cce8-a386-45bc-b43d-19c4d6165c04" + "1b99c1dc-0f6c-4cfc-9f56-729595955de9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-correlation-request-id": [ - "52d3f577-60e7-45c5-82be-3e9ea71fbb7c" + "9929fcaa-e8b8-43be-b0b8-1f2a8f342e2e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132629Z:52d3f577-60e7-45c5-82be-3e9ea71fbb7c" + "SOUTHCENTRALUS:20220126T100154Z:9929fcaa-e8b8-43be-b0b8-1f2a8f342e2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:26:29 GMT" + "Wed, 26 Jan 2022 10:01:54 GMT" ], "Content-Length": [ "321" @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8023?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2297?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyOTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar8023\": \"2021-06-29 13:26:29Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar2297\": \"2022-01-26 10:01:55Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14dd053f-d304-494f-939f-db9dd2f6143a" + "61b26c3f-1385-4257-80fa-dee03663ab93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -106,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "ec0222dc-397c-4466-a9cf-197f357efc3b" + "5453162e-3869-44f1-b692-e7eb54a83b74" ], "x-ms-correlation-request-id": [ - "ec0222dc-397c-4466-a9cf-197f357efc3b" + "5453162e-3869-44f1-b692-e7eb54a83b74" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132632Z:ec0222dc-397c-4466-a9cf-197f357efc3b" + "SOUTHCENTRALUS:20220126T100157Z:5453162e-3869-44f1-b692-e7eb54a83b74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,7 +121,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:26:32 GMT" + "Wed, 26 Jan 2022 10:01:57 GMT" ], "Content-Length": [ "234" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023\",\r\n \"name\": \"crptestar8023\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar8023\": \"2021-06-29 13:26:29Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297\",\r\n \"name\": \"crptestar2297\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar2297\": \"2022-01-26 10:01:55Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8023?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2297?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyOTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2cda7c44-6c53-48c7-b8ff-a06fa36911f2" + "7556ee26-cea3-4fa8-bf15-1c90cff1ce27" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -172,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "00ca10ac-324b-4c69-af07-18fd0b6f86c5" + "59902f76-cce6-4cf2-b165-a8d796cd5b7e" ], "x-ms-correlation-request-id": [ - "00ca10ac-324b-4c69-af07-18fd0b6f86c5" + "59902f76-cce6-4cf2-b165-a8d796cd5b7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132716Z:00ca10ac-324b-4c69-af07-18fd0b6f86c5" + "SOUTHCENTRALUS:20220126T100243Z:59902f76-cce6-4cf2-b165-a8d796cd5b7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,7 +187,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:15 GMT" + "Wed, 26 Jan 2022 10:02:42 GMT" ], "Content-Length": [ "186" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023\",\r\n \"name\": \"crptestar8023\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297\",\r\n \"name\": \"crptestar2297\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Storage/storageAccounts/crptestar1435?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNDM1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Storage/storageAccounts/crptestar1135?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMTM1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "44628f11-3860-4602-ae86-eebecc7aaed3" + "03634cab-53e7-4eae-ad1c-c2fc2914bd40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -235,13 +235,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4b871b1a-a14f-487f-874d-c9a570361529?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57ac69c6-5f9e-4e1f-bddf-73520dc08546?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "4b871b1a-a14f-487f-874d-c9a570361529" + "57ac69c6-5f9e-4e1f-bddf-73520dc08546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,16 +253,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "88c4d56a-5f12-4d8d-94ed-f94805da47a8" + "1b26a6b4-29b4-4381-badb-90e6bf9a0272" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132644Z:88c4d56a-5f12-4d8d-94ed-f94805da47a8" + "SOUTHCENTRALUS:20220126T100209Z:1b26a6b4-29b4-4381-badb-90e6bf9a0272" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:26:44 GMT" + "Wed, 26 Jan 2022 10:02:09 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +278,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4b871b1a-a14f-487f-874d-c9a570361529?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGI4NzFiMWEtYTE0Zi00ODdmLTg3NGQtYzlhNTcwMzYxNTI5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57ac69c6-5f9e-4e1f-bddf-73520dc08546?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTdhYzY5YzYtNWY5ZS00ZTFmLWJkZGYtNzM1MjBkYzA4NTQ2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -297,8 +297,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57ac69c6-5f9e-4e1f-bddf-73520dc08546?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "d0f040ab-7efe-4519-bed9-4ac8a30a9cc5" + "9c6ae71a-3864-41ff-857b-88992c44e588" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -310,16 +316,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "a9e0b9d8-f8e4-4e86-a374-a7f4f2c991f6" + "3d67d401-e32a-425e-aa52-b2beaa7ccb0c" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T100226Z:3d67d401-e32a-425e-aa52-b2beaa7ccb0c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 10:02:26 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/57ac69c6-5f9e-4e1f-bddf-73520dc08546?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTdhYzY5YzYtNWY5ZS00ZTFmLWJkZGYtNzM1MjBkYzA4NTQ2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "664ff2a9-ae7a-4293-b7ac-9326df01c553" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "c34548f0-b7d2-460c-8b42-c4eadb2dbaec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132702Z:a9e0b9d8-f8e4-4e86-a374-a7f4f2c991f6" + "SOUTHCENTRALUS:20220126T100230Z:c34548f0-b7d2-460c-8b42-c4eadb2dbaec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:01 GMT" + "Wed, 26 Jan 2022 10:02:29 GMT" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01658666-f6d1-4370-bc04-9a3cc9ad9bc8" + "11535577-5f25-4ffd-880c-6721bec5a279" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -361,7 +424,7 @@ "no-cache" ], "x-ms-request-id": [ - "36ff7134-60b7-4b8b-8da5-129d8a3b791c" + "2c4e0144-15d9-48d0-acb7-155dd3ede0aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,19 +433,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "7a3304e5-7dbc-4247-9241-08e79a165017" + "b9ca1519-aa80-4658-8c95-50a0373dd5bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132712Z:7a3304e5-7dbc-4247-9241-08e79a165017" + "SOUTHCENTRALUS:20220126T100240Z:b9ca1519-aa80-4658-8c95-50a0373dd5bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:11 GMT" + "Wed, 26 Jan 2022 10:02:40 GMT" ], "Content-Length": [ "752" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Storage/storageAccounts/crptestar1435\",\r\n \"name\": \"crptestar1435\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:26:40.4183889Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1435.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1435.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1435.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1435.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Storage/storageAccounts/crptestar1135\",\r\n \"name\": \"crptestar1135\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T10:02:05.7867645Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1135.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1135.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1135.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1135.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Storage/storageAccounts/crptestar1435?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxNDM1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Storage/storageAccounts/crptestar1135?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXIxMTM1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "334c71a0-f9bf-4ac0-a1a0-b3f7acde25cc" + "14559800-3458-4e12-97da-a357b0aacbad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -424,7 +487,7 @@ "no-cache" ], "x-ms-request-id": [ - "370eb613-3e6d-4c23-9ba5-42ee8bfe0797" + "8ac93916-7f02-4767-ae8b-063ab1ac61a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -433,19 +496,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "ceb488ee-03a0-4822-a724-07a82ef9e292" + "e13ebbdd-66e7-414b-a4b6-3812b4dbdb3c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132712Z:ceb488ee-03a0-4822-a724-07a82ef9e292" + "SOUTHCENTRALUS:20220126T100240Z:e13ebbdd-66e7-414b-a4b6-3812b4dbdb3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:11 GMT" + "Wed, 26 Jan 2022 10:02:40 GMT" ], "Content-Length": [ "740" @@ -457,26 +520,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Storage/storageAccounts/crptestar1435\",\r\n \"name\": \"crptestar1435\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T13:26:40.4183889Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1435.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1435.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1435.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1435.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Storage/storageAccounts/crptestar1135\",\r\n \"name\": \"crptestar1135\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T10:02:05.7867645Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1135.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1135.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1135.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1135.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/VMScaleSetDoesNotExist?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL1ZNU2NhbGVTZXREb2VzTm90RXhpc3Q/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b37cca3-c0cb-40ad-b3a0-b947832aad69" + "b8c20605-e619-45e9-934c-c99fcb3c89b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -490,13 +553,13 @@ "14999" ], "x-ms-request-id": [ - "96ef5b50-3ba6-4d94-ba6f-214bac6483e9" + "66d7bdcb-3974-48ff-84ee-731aeb8fb68f" ], "x-ms-correlation-request-id": [ - "96ef5b50-3ba6-4d94-ba6f-214bac6483e9" + "66d7bdcb-3974-48ff-84ee-731aeb8fb68f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132714Z:96ef5b50-3ba6-4d94-ba6f-214bac6483e9" + "SOUTHCENTRALUS:20220126T100241Z:66d7bdcb-3974-48ff-84ee-731aeb8fb68f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -505,7 +568,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:14 GMT" + "Wed, 26 Jan 2022 10:02:41 GMT" ], "Expires": [ "-1" @@ -515,21 +578,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/publicIPAddresses/pip5276?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUyNzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/publicIPAddresses/pip139?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2840\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4151\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6303539-b45e-496a-a30c-80546e051db4" + "63a0ab9a-a21c-4c80-9756-be599661da2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -550,19 +613,19 @@ "1" ], "x-ms-request-id": [ - "1c721538-b803-4c7f-9b0b-3b52bfe109e5" + "1c4f6a3e-db1f-4c2f-98ed-51d1fd5fdf27" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1c721538-b803-4c7f-9b0b-3b52bfe109e5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1c4f6a3e-db1f-4c2f-98ed-51d1fd5fdf27?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f2bbf636-006c-45d4-9ba1-2b89bb71be52" + "54a127ff-b406-4580-be01-0aee7583f3a1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d5772336-d0d9-4e1c-9247-468cb81c4117" + "b8c6e258-3397-4071-b83d-f7ce699b682a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -572,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132724Z:f2bbf636-006c-45d4-9ba1-2b89bb71be52" + "SOUTHCENTRALUS:20220126T100252Z:54a127ff-b406-4580-be01-0aee7583f3a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:23 GMT" + "Wed, 26 Jan 2022 10:02:51 GMT" ], "Content-Length": [ - "769" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -593,19 +656,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/publicIPAddresses/pip5276\",\r\n \"etag\": \"W/\\\"5e95aade-aaa6-4f06-a57f-38f27347b2c0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4211953e-94a9-430c-924a-0741b9eb9576\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2840\",\r\n \"fqdn\": \"dn2840.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip139\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/publicIPAddresses/pip139\",\r\n \"etag\": \"W/\\\"17120562-8da4-4cab-a072-5656546f2a5d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"882624c3-2c9f-4c9c-b8df-e86ef010d20f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4151\",\r\n \"fqdn\": \"dn4151.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1c721538-b803-4c7f-9b0b-3b52bfe109e5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjNzIxNTM4LWI4MDMtNGM3Zi05YjBiLTNiNTJiZmUxMDllNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1c4f6a3e-db1f-4c2f-98ed-51d1fd5fdf27?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFjNGY2YTNlLWRiMWYtNGMyZi05OGVkLTUxZDFmZDVmZGYyNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -617,13 +680,13 @@ "no-cache" ], "x-ms-request-id": [ - "bc01baed-2167-42cc-a508-79af4f7a3bbf" + "6d650874-0cd1-40d8-aece-9296430a4006" ], "x-ms-correlation-request-id": [ - "e15b3fcb-d647-4fec-8864-1efa8357ff5e" + "6ac8461a-f6a2-42fb-9a61-d142c616f659" ], "x-ms-arm-service-request-id": [ - "d1d05648-151d-4a5f-9bdf-670c603f5704" + "af18ef60-de1e-4871-af49-eef8d6981b23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,16 +696,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132726Z:e15b3fcb-d647-4fec-8864-1efa8357ff5e" + "SOUTHCENTRALUS:20220126T100253Z:6ac8461a-f6a2-42fb-9a61-d142c616f659" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:25 GMT" + "Wed, 26 Jan 2022 10:02:53 GMT" ], "Content-Length": [ "29" @@ -658,15 +721,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/publicIPAddresses/pip5276?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUyNzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/publicIPAddresses/pip139?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -678,16 +741,16 @@ "no-cache" ], "ETag": [ - "W/\"98d35e6a-2285-462e-ae6e-1d02e1126e53\"" + "W/\"764f6578-19c7-428f-a7fd-cfaf779af978\"" ], "x-ms-request-id": [ - "395c1769-02b9-41f9-ba6c-e4329333292c" + "a0654e16-69b6-44f0-9180-2639a83b725f" ], "x-ms-correlation-request-id": [ - "792cc057-b860-4056-bc80-bb4e51428549" + "bb4f9580-9293-4181-a156-77846896d319" ], "x-ms-arm-service-request-id": [ - "358c1944-7045-4357-9902-eba440091ddc" + "09fc5e20-9e43-46d9-b0e0-7faa8b715208" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -697,19 +760,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132726Z:792cc057-b860-4056-bc80-bb4e51428549" + "SOUTHCENTRALUS:20220126T100253Z:bb4f9580-9293-4181-a156-77846896d319" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:25 GMT" + "Wed, 26 Jan 2022 10:02:53 GMT" ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,25 +781,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/publicIPAddresses/pip5276\",\r\n \"etag\": \"W/\\\"98d35e6a-2285-462e-ae6e-1d02e1126e53\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4211953e-94a9-430c-924a-0741b9eb9576\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2840\",\r\n \"fqdn\": \"dn2840.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip139\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/publicIPAddresses/pip139\",\r\n \"etag\": \"W/\\\"764f6578-19c7-428f-a7fd-cfaf779af978\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"882624c3-2c9f-4c9c-b8df-e86ef010d20f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4151\",\r\n \"fqdn\": \"dn4151.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/publicIPAddresses/pip5276?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDUyNzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/publicIPAddresses/pip139?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDEzOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c01b826c-fefb-4bc6-b49d-c1368d7d5aec" + "c32f6e17-4fc7-4a23-ace4-213b575191b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -748,16 +811,16 @@ "no-cache" ], "ETag": [ - "W/\"98d35e6a-2285-462e-ae6e-1d02e1126e53\"" + "W/\"764f6578-19c7-428f-a7fd-cfaf779af978\"" ], "x-ms-request-id": [ - "d7018803-2154-4983-b9fc-d4fa344e8330" + "4ee9ca00-7665-401b-8e6e-9dbe9cf122f6" ], "x-ms-correlation-request-id": [ - "277b0774-064f-4b67-bfba-522b285b59cf" + "7b43963f-ab01-47de-b185-9d04b3c12b07" ], "x-ms-arm-service-request-id": [ - "12eb7af0-fa68-4d47-b368-f494b6853f3e" + "a8eb3105-9e07-4fcf-a417-c732d477e4be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -767,19 +830,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132726Z:277b0774-064f-4b67-bfba-522b285b59cf" + "SOUTHCENTRALUS:20220126T100253Z:7b43963f-ab01-47de-b185-9d04b3c12b07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:25 GMT" + "Wed, 26 Jan 2022 10:02:53 GMT" ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,32 +851,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5276\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/publicIPAddresses/pip5276\",\r\n \"etag\": \"W/\\\"98d35e6a-2285-462e-ae6e-1d02e1126e53\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4211953e-94a9-430c-924a-0741b9eb9576\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2840\",\r\n \"fqdn\": \"dn2840.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip139\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/publicIPAddresses/pip139\",\r\n \"etag\": \"W/\\\"764f6578-19c7-428f-a7fd-cfaf779af978\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"882624c3-2c9f-4c9c-b8df-e86ef010d20f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4151\",\r\n \"fqdn\": \"dn4151.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwMTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5532\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn106\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea9ed246-cb1c-4a9e-ac03-a81fbed8107a" + "12533215-f853-459f-971a-5416dc347e22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "402" + "401" ] }, "ResponseHeaders": { @@ -827,19 +890,19 @@ "3" ], "x-ms-request-id": [ - "78bcc2a9-0945-4c07-b122-f5fca77bb36e" + "194041e3-999d-43a1-8560-93669e1176ad" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/78bcc2a9-0945-4c07-b122-f5fca77bb36e?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/194041e3-999d-43a1-8560-93669e1176ad?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3e83f2b3-1e02-432d-96dc-40a3a149aa5a" + "95de8913-7f25-4889-996f-1770d54ea057" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "10d3c102-c26f-4482-9a63-c2b28fe273b9" + "cd87a04e-55f4-401e-a195-20132b0af0dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -849,19 +912,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132729Z:3e83f2b3-1e02-432d-96dc-40a3a149aa5a" + "SOUTHCENTRALUS:20220126T100258Z:95de8913-7f25-4889-996f-1770d54ea057" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:29 GMT" + "Wed, 26 Jan 2022 10:02:57 GMT" ], "Content-Length": [ - "1318" + "1319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,19 +933,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605\",\r\n \"etag\": \"W/\\\"b5f7eacb-44aa-4bb4-b34a-5582b00ee422\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3d915426-d2fd-4879-865b-30bfcc2f7d05\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\",\r\n \"etag\": \"W/\\\"b5f7eacb-44aa-4bb4-b34a-5582b00ee422\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9015\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015\",\r\n \"etag\": \"W/\\\"b69613fc-3e0d-4040-82e7-202bfd316f9d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7c88f8f9-9cf4-4686-a44e-77490960ae91\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\",\r\n \"etag\": \"W/\\\"b69613fc-3e0d-4040-82e7-202bfd316f9d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/78bcc2a9-0945-4c07-b122-f5fca77bb36e?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc4YmNjMmE5LTA5NDUtNGMwNy1iMTIyLWY1ZmNhNzdiYjM2ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/194041e3-999d-43a1-8560-93669e1176ad?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE5NDA0MWUzLTk5OWQtNDNhMS04NTYwLTkzNjY5ZTExNzZhZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -894,13 +957,13 @@ "no-cache" ], "x-ms-request-id": [ - "cddf34f0-37aa-4d78-98c6-893368081820" + "521bbd55-d1ee-4b2b-8baa-ec0d51a1f357" ], "x-ms-correlation-request-id": [ - "4e28e3dc-21a0-4919-969a-1286025ed74d" + "07584f37-b9c3-4810-8729-25b2031e97b9" ], "x-ms-arm-service-request-id": [ - "891befe0-e464-42cb-be63-04f9c4279aed" + "c1c8c242-a710-4fd1-9071-a30ad05ac8b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -910,16 +973,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132733Z:4e28e3dc-21a0-4919-969a-1286025ed74d" + "SOUTHCENTRALUS:20220126T100301Z:07584f37-b9c3-4810-8729-25b2031e97b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:32 GMT" + "Wed, 26 Jan 2022 10:03:01 GMT" ], "Content-Length": [ "29" @@ -935,15 +998,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwMTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -955,16 +1018,16 @@ "no-cache" ], "ETag": [ - "W/\"bed422e0-1ec8-4a5d-aa52-6b3dc01edb9d\"" + "W/\"07fd8426-476a-4702-b9d5-9f3de4942278\"" ], "x-ms-request-id": [ - "c506f06c-2606-4b98-88e4-d633056b6b5b" + "9dca8d5a-0eab-4f03-9cd2-76f95319aeab" ], "x-ms-correlation-request-id": [ - "b4c0b00f-1196-47b0-8538-aeaa3d6bf19d" + "4cd22d69-6403-448b-adc6-eae3265a3d90" ], "x-ms-arm-service-request-id": [ - "978fe6a2-9be9-4a24-b36d-07bb075997be" + "fbe35982-f3db-4ef2-9e3b-9c24cad5be96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -974,19 +1037,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132733Z:b4c0b00f-1196-47b0-8538-aeaa3d6bf19d" + "SOUTHCENTRALUS:20220126T100301Z:4cd22d69-6403-448b-adc6-eae3265a3d90" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:32 GMT" + "Wed, 26 Jan 2022 10:03:01 GMT" ], "Content-Length": [ - "1320" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,25 +1058,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn605\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605\",\r\n \"etag\": \"W/\\\"bed422e0-1ec8-4a5d-aa52-6b3dc01edb9d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d915426-d2fd-4879-865b-30bfcc2f7d05\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\",\r\n \"etag\": \"W/\\\"bed422e0-1ec8-4a5d-aa52-6b3dc01edb9d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9015\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015\",\r\n \"etag\": \"W/\\\"07fd8426-476a-4702-b9d5-9f3de4942278\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7c88f8f9-9cf4-4686-a44e-77490960ae91\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\",\r\n \"etag\": \"W/\\\"07fd8426-476a-4702-b9d5-9f3de4942278\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjYwNS9zdWJuZXRzL3NuNTUzMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjkwMTUvc3VibmV0cy9zbjEwNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a605185c-2fe4-4531-820d-1104ffcbc9b1" + "a6e3091e-b161-4fae-81b5-126685c454a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1025,16 +1088,16 @@ "no-cache" ], "ETag": [ - "W/\"bed422e0-1ec8-4a5d-aa52-6b3dc01edb9d\"" + "W/\"07fd8426-476a-4702-b9d5-9f3de4942278\"" ], "x-ms-request-id": [ - "4b88f86f-847b-42d4-8ac6-6c17ba412323" + "227b4c8d-8cac-4e29-89c7-5ae342157337" ], "x-ms-correlation-request-id": [ - "fa4195c1-91d0-467c-b12e-e014678c983a" + "bfb25d26-7dcd-479e-9409-05b7ad6ebbe3" ], "x-ms-arm-service-request-id": [ - "3cb25e82-f0c1-4ebb-8af4-519dcb97cd30" + "3e990bfb-e847-4e6d-ad72-046428fc14bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1044,19 +1107,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132733Z:fa4195c1-91d0-467c-b12e-e014678c983a" + "SOUTHCENTRALUS:20220126T100302Z:bfb25d26-7dcd-479e-9409-05b7ad6ebbe3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:32 GMT" + "Wed, 26 Jan 2022 10:03:01 GMT" ], "Content-Length": [ - "522" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1065,32 +1128,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\",\r\n \"etag\": \"W/\\\"bed422e0-1ec8-4a5d-aa52-6b3dc01edb9d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\",\r\n \"etag\": \"W/\\\"07fd8426-476a-4702-b9d5-9f3de4942278\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgwMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3OTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n }\r\n },\r\n \"name\": \"ip6390\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn106\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n }\r\n },\r\n \"name\": \"ip2228\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "68ffbb73-29c1-4130-beec-e416284d90e1" + "6912fd1b-207e-4fd7-b109-969883c3ba36" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "746" ] }, "ResponseHeaders": { @@ -1101,19 +1164,19 @@ "no-cache" ], "x-ms-request-id": [ - "581a391b-c012-4b94-9421-2d4aaf2ca669" + "11bc0241-c0e6-4d11-a560-a62cb6c427f5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/581a391b-c012-4b94-9421-2d4aaf2ca669?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/11bc0241-c0e6-4d11-a560-a62cb6c427f5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "91920981-9625-4c93-9a1c-ff32fb3bf669" + "d9129dd0-6ec7-48a9-bb85-c7f314a1c090" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "88943f2b-87ca-4eaa-a8e3-326ae38a3f37" + "cd42278a-1bc8-46b4-8cb1-2ff090115828" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1123,16 +1186,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132739Z:91920981-9625-4c93-9a1c-ff32fb3bf669" + "SOUTHCENTRALUS:20220126T100305Z:d9129dd0-6ec7-48a9-bb85-c7f314a1c090" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:38 GMT" + "Wed, 26 Jan 2022 10:03:05 GMT" ], "Content-Length": [ "1630" @@ -1144,19 +1207,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8034\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034\",\r\n \"etag\": \"W/\\\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8c9ec506-c60d-496c-af87-05ded22b8920\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6390\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034/ipConfigurations/ip6390\",\r\n \"etag\": \"W/\\\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\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\": \"ezkjcpp30j2urbs1gc52yl13af.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3796\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796\",\r\n \"etag\": \"W/\\\"9bcd0a42-aea5-4581-bb48-363eebb84e96\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c5f8d07-d3e2-4ede-9129-4072a48bdc62\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2228\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796/ipConfigurations/ip2228\",\r\n \"etag\": \"W/\\\"9bcd0a42-aea5-4581-bb48-363eebb84e96\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\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\": \"5h2iq5hutsdenjcoo3eqsyfosb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgwMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3OTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1168,16 +1231,16 @@ "no-cache" ], "ETag": [ - "W/\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\"" + "W/\"9bcd0a42-aea5-4581-bb48-363eebb84e96\"" ], "x-ms-request-id": [ - "61194402-dc3e-466f-b33e-5f48bc030151" + "aee9ce3c-331c-4fd5-8e71-385fedad4b98" ], "x-ms-correlation-request-id": [ - "5dac4082-60c4-4de0-bb8e-6ccf8ce0a2dd" + "0cf77917-6a3f-4c0e-89b7-e8d78371b1b7" ], "x-ms-arm-service-request-id": [ - "75d82dda-58bf-4be2-803f-73ef083d216d" + "f826b4ef-1e04-42aa-8bb2-277489572701" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1187,16 +1250,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132739Z:5dac4082-60c4-4de0-bb8e-6ccf8ce0a2dd" + "SOUTHCENTRALUS:20220126T100306Z:0cf77917-6a3f-4c0e-89b7-e8d78371b1b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:38 GMT" + "Wed, 26 Jan 2022 10:03:06 GMT" ], "Content-Length": [ "1630" @@ -1208,25 +1271,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8034\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034\",\r\n \"etag\": \"W/\\\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8c9ec506-c60d-496c-af87-05ded22b8920\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6390\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034/ipConfigurations/ip6390\",\r\n \"etag\": \"W/\\\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\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\": \"ezkjcpp30j2urbs1gc52yl13af.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3796\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796\",\r\n \"etag\": \"W/\\\"9bcd0a42-aea5-4581-bb48-363eebb84e96\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c5f8d07-d3e2-4ede-9129-4072a48bdc62\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2228\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796/ipConfigurations/ip2228\",\r\n \"etag\": \"W/\\\"9bcd0a42-aea5-4581-bb48-363eebb84e96\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\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\": \"5h2iq5hutsdenjcoo3eqsyfosb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgwMzQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3OTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39250ef7-611e-4874-acb6-cc4533e0fb15" + "f7529045-687f-4ed2-b76c-7a110e8d9c78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1238,16 +1301,16 @@ "no-cache" ], "ETag": [ - "W/\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\"" + "W/\"9bcd0a42-aea5-4581-bb48-363eebb84e96\"" ], "x-ms-request-id": [ - "4d006931-7a94-49c3-8cbb-9f0670dd2380" + "3ba4ac4a-ca99-41d2-aa23-033b3c571576" ], "x-ms-correlation-request-id": [ - "63ea9885-9612-4e14-8eef-3365c7f83459" + "89c804ef-b54f-4419-b6d9-06ceb18c81b4" ], "x-ms-arm-service-request-id": [ - "45302261-b877-4c73-b8e7-9588680d0dad" + "1e92becc-2b1d-4927-a16a-5e770e631446" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,16 +1320,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132739Z:63ea9885-9612-4e14-8eef-3365c7f83459" + "SOUTHCENTRALUS:20220126T100306Z:89c804ef-b54f-4419-b6d9-06ceb18c81b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:38 GMT" + "Wed, 26 Jan 2022 10:03:06 GMT" ], "Content-Length": [ "1630" @@ -1278,26 +1341,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8034\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034\",\r\n \"etag\": \"W/\\\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8c9ec506-c60d-496c-af87-05ded22b8920\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip6390\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/networkInterfaces/nic8034/ipConfigurations/ip6390\",\r\n \"etag\": \"W/\\\"4806c5b8-90ed-4b8c-8351-76f76c8acea6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\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\": \"ezkjcpp30j2urbs1gc52yl13af.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3796\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796\",\r\n \"etag\": \"W/\\\"9bcd0a42-aea5-4581-bb48-363eebb84e96\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3c5f8d07-d3e2-4ede-9129-4072a48bdc62\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2228\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/networkInterfaces/nic3796/ipConfigurations/ip2228\",\r\n \"etag\": \"W/\\\"9bcd0a42-aea5-4581-bb48-363eebb84e96\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\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\": \"5h2iq5hutsdenjcoo3eqsyfosb.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "316ba65f-d172-4913-8b3a-d85ac276c78f" + "f7e22c66-c5a5-40b2-b4f0-7c266fa533f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1317,13 +1380,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;295,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1332,29 +1395,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f557da26-c8d0-4817-adeb-45688b8c7f14" + "3a6f9a67-3bda-4ea4-9529-23dab7ca92ce" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "9596b473-9cde-4f83-a11d-4bf7920d0a4f" + "9181e59c-b605-4909-a4c7-34f943849783" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132751Z:9596b473-9cde-4f83-a11d-4bf7920d0a4f" + "SOUTHCENTRALUS:20220126T100314Z:9181e59c-b605-4909-a4c7-34f943849783" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:27:51 GMT" + "Wed, 26 Jan 2022 10:03:14 GMT" ], "Content-Length": [ - "3160" + "3215" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,26 +1426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1784\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2578caac-2646-4267-84fb-76bb9f8b9b5c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2929badc-2038-4930-b68a-be55e064ba4a\",\r\n \"timeCreated\": \"2022-01-26T04:03:11.9117112-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": false,\r\n \"settings\": \"{}\",\r\n \"protectedSettings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81e41358-7108-44cd-a18f-55cdfb75ab8a" + "b7ddb1e8-324b-438e-91de-d1e1344cd714" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1402,13 +1465,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00f99b05-2508-45a5-9923-726d12948a8b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ad53b4ee-0794-4eca-9a08-288d979c352c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;295,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1417,7 +1480,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "00f99b05-2508-45a5-9923-726d12948a8b" + "ad53b4ee-0794-4eca-9a08-288d979c352c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1427,19 +1490,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "190bc871-001a-4348-8a50-ee24897ef51a" + "63efc010-7fc3-4421-b89e-309029fe7cf6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133756Z:190bc871-001a-4348-8a50-ee24897ef51a" + "SOUTHCENTRALUS:20220126T101318Z:63efc010-7fc3-4421-b89e-309029fe7cf6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:37:56 GMT" + "Wed, 26 Jan 2022 10:13:17 GMT" ], "Content-Length": [ - "3479" + "3534" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1448,20 +1511,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1784\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2578caac-2646-4267-84fb-76bb9f8b9b5c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2929badc-2038-4930-b68a-be55e064ba4a\",\r\n \"timeCreated\": \"2022-01-26T04:03:11.9117112-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1NTdkYTI2LWM4ZDAtNDgxNy1hZGViLTQ1Njg4YjhjN2YxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhNmY5YTY3LTNiZGEtNGVhNC05NTI5LTIzZGFiN2NhOTJjZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1481,26 +1544,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0a4b171c-e6d6-4584-b841-466eb36d6100" + "fdbc51cf-2891-4dac-8c56-197ceb3fde7f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-correlation-request-id": [ - "94804ed9-e39a-4a26-944b-91211daaa5e1" + "926352cb-ca75-48c3-9def-0da337f2ccb4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132802Z:94804ed9-e39a-4a26-944b-91211daaa5e1" + "SOUTHCENTRALUS:20220126T100324Z:926352cb-ca75-48c3-9def-0da337f2ccb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:28:01 GMT" + "Wed, 26 Jan 2022 10:03:24 GMT" ], "Content-Length": [ "134" @@ -1512,20 +1575,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:27:49.1026511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f557da26-c8d0-4817-adeb-45688b8c7f14\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:03:11.8960854-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3a6f9a67-3bda-4ea4-9529-23dab7ca92ce\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1NTdkYTI2LWM4ZDAtNDgxNy1hZGViLTQ1Njg4YjhjN2YxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhNmY5YTY3LTNiZGEtNGVhNC05NTI5LTIzZGFiN2NhOTJjZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1536,13 +1599,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ca2f93e-1506-41ff-a409-4647444dec76" + "35ac60f5-1db3-496e-9ad0-45ee14831a0a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1552,16 +1615,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "a079fe73-84f1-428f-b9b8-cedcdca7957b" + "de574307-4fcd-4655-8207-f57c1290b43c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T132939Z:a079fe73-84f1-428f-b9b8-cedcdca7957b" + "SOUTHCENTRALUS:20220126T100501Z:de574307-4fcd-4655-8207-f57c1290b43c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:29:38 GMT" + "Wed, 26 Jan 2022 10:05:01 GMT" ], "Content-Length": [ "134" @@ -1573,20 +1636,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:27:49.1026511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f557da26-c8d0-4817-adeb-45688b8c7f14\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:03:11.8960854-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3a6f9a67-3bda-4ea4-9529-23dab7ca92ce\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1NTdkYTI2LWM4ZDAtNDgxNy1hZGViLTQ1Njg4YjhjN2YxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhNmY5YTY3LTNiZGEtNGVhNC05NTI5LTIzZGFiN2NhOTJjZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1597,13 +1660,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98a2c027-ded3-4f73-9602-e668daad7589" + "6955c015-9037-4224-8e74-d78f823dcd3b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1613,16 +1676,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "140a357d-8017-498f-9a96-2c5c67ed3bb7" + "5002a595-6cf7-4e90-98d8-bbba20467759" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133116Z:140a357d-8017-498f-9a96-2c5c67ed3bb7" + "SOUTHCENTRALUS:20220126T100639Z:5002a595-6cf7-4e90-98d8-bbba20467759" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:31:15 GMT" + "Wed, 26 Jan 2022 10:06:38 GMT" ], "Content-Length": [ "134" @@ -1634,20 +1697,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:27:49.1026511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f557da26-c8d0-4817-adeb-45688b8c7f14\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:03:11.8960854-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3a6f9a67-3bda-4ea4-9529-23dab7ca92ce\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1NTdkYTI2LWM4ZDAtNDgxNy1hZGViLTQ1Njg4YjhjN2YxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhNmY5YTY3LTNiZGEtNGVhNC05NTI5LTIzZGFiN2NhOTJjZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1658,13 +1721,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54ba5423-0263-41cf-9a6c-9918a7f9b76a" + "72e5c5d8-7416-4252-8ae2-5024683eb6b8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1674,16 +1737,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "1952c895-2572-4792-b7d0-8d8d8a268940" + "1bae7ef6-d6c3-429f-8fd4-20bfd134f730" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133253Z:1952c895-2572-4792-b7d0-8d8d8a268940" + "SOUTHCENTRALUS:20220126T100816Z:1bae7ef6-d6c3-429f-8fd4-20bfd134f730" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:32:53 GMT" + "Wed, 26 Jan 2022 10:08:16 GMT" ], "Content-Length": [ "134" @@ -1695,20 +1758,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:27:49.1026511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f557da26-c8d0-4817-adeb-45688b8c7f14\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:03:11.8960854-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3a6f9a67-3bda-4ea4-9529-23dab7ca92ce\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1NTdkYTI2LWM4ZDAtNDgxNy1hZGViLTQ1Njg4YjhjN2YxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhNmY5YTY3LTNiZGEtNGVhNC05NTI5LTIzZGFiN2NhOTJjZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1719,13 +1782,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "39e5c4a7-e9a8-47a8-84da-1a5d1bf2e0fc" + "84fedad2-481f-47df-8617-2d17448683cd" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1735,16 +1798,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "382cf14e-37f7-4197-80f3-7726534035f9" + "af03717d-127c-46b2-8837-83747035d996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133431Z:382cf14e-37f7-4197-80f3-7726534035f9" + "SOUTHCENTRALUS:20220126T100953Z:af03717d-127c-46b2-8837-83747035d996" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:34:30 GMT" + "Wed, 26 Jan 2022 10:09:53 GMT" ], "Content-Length": [ "134" @@ -1756,20 +1819,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:27:49.1026511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f557da26-c8d0-4817-adeb-45688b8c7f14\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:03:11.8960854-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3a6f9a67-3bda-4ea4-9529-23dab7ca92ce\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1NTdkYTI2LWM4ZDAtNDgxNy1hZGViLTQ1Njg4YjhjN2YxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhNmY5YTY3LTNiZGEtNGVhNC05NTI5LTIzZGFiN2NhOTJjZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1780,13 +1843,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e5786a1e-5b1d-4644-9060-f73b57c92f39" + "0675943a-fa25-4610-971d-5dec014b4697" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1796,16 +1859,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "020f1461-3801-4395-b5ae-279c1556dae3" + "43c33bd5-f893-4901-a5a1-9bcedd6ae565" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133608Z:020f1461-3801-4395-b5ae-279c1556dae3" + "SOUTHCENTRALUS:20220126T101131Z:43c33bd5-f893-4901-a5a1-9bcedd6ae565" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:36:07 GMT" + "Wed, 26 Jan 2022 10:11:30 GMT" ], "Content-Length": [ "134" @@ -1817,20 +1880,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:27:49.1026511+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f557da26-c8d0-4817-adeb-45688b8c7f14\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:03:11.8960854-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3a6f9a67-3bda-4ea4-9529-23dab7ca92ce\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f557da26-c8d0-4817-adeb-45688b8c7f14?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y1NTdkYTI2LWM4ZDAtNDgxNy1hZGViLTQ1Njg4YjhjN2YxND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/3a6f9a67-3bda-4ea4-9529-23dab7ca92ce?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNhNmY5YTY3LTNiZGEtNGVhNC05NTI5LTIzZGFiN2NhOTJjZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1841,13 +1904,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c3e008bb-e04a-4b37-9e49-3281b46f75e9" + "13184929-617d-4bb6-a82a-ab76850a49bc" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1857,16 +1920,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "0b30745f-3403-43c5-b3af-bdee1319c6ef" + "355c540d-e565-4796-b070-8b852190898f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133745Z:0b30745f-3403-43c5-b3af-bdee1319c6ef" + "SOUTHCENTRALUS:20220126T101309Z:355c540d-e565-4796-b070-8b852190898f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:37:45 GMT" + "Wed, 26 Jan 2022 10:13:08 GMT" ], "Content-Length": [ "184" @@ -1878,20 +1941,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:27:49.1026511+00:00\",\r\n \"endTime\": \"2021-06-29T13:37:02.1843871+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f557da26-c8d0-4817-adeb-45688b8c7f14\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:03:11.8960854-06:00\",\r\n \"endTime\": \"2022-01-26T04:12:18.7084673-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3a6f9a67-3bda-4ea4-9529-23dab7ca92ce\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1902,13 +1965,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2536" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2573" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1f879ef0-5ac3-4920-91b1-1facef924fa2" + "7319c15c-f508-4c19-8a4b-6947d7ef6699" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1918,19 +1981,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "e644d803-87b5-4f42-9caf-afbc36499e16" + "89a1e8d6-9453-4bc9-ab13-14e564cd4292" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133745Z:e644d803-87b5-4f42-9caf-afbc36499e16" + "SOUTHCENTRALUS:20220126T101309Z:89a1e8d6-9453-4bc9-ab13-14e564cd4292" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:37:45 GMT" + "Wed, 26 Jan 2022 10:13:08 GMT" ], "Content-Length": [ - "3161" + "3216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1939,26 +2002,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1784\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2578caac-2646-4267-84fb-76bb9f8b9b5c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2929badc-2038-4930-b68a-be55e064ba4a\",\r\n \"timeCreated\": \"2022-01-26T04:03:11.9117112-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0bd6e31-7e6c-4031-a289-9cbb5eb3ef59" + "f6f48b34-0af0-4905-80ee-ed6c1d67f3fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1969,13 +2032,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2535" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "540cd2cc-c248-4e5a-9b82-4192c4b0cec5" + "148a6234-db0b-49f5-b97f-101b23db48c5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1985,19 +2048,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "f3df7ec6-d89b-4f50-b42d-c91150a90ed2" + "f66c276b-1078-4b67-b73f-65d083f057d2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133746Z:f3df7ec6-d89b-4f50-b42d-c91150a90ed2" + "SOUTHCENTRALUS:20220126T101309Z:f66c276b-1078-4b67-b73f-65d083f057d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:37:45 GMT" + "Wed, 26 Jan 2022 10:13:09 GMT" ], "Content-Length": [ - "3161" + "3216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2006,26 +2069,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1784\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2578caac-2646-4267-84fb-76bb9f8b9b5c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2929badc-2038-4930-b68a-be55e064ba4a\",\r\n \"timeCreated\": \"2022-01-26T04:03:11.9117112-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7477cca7-f5d4-4d46-952d-5df0ae509799" + "2c28ea21-fb0c-45e0-a5b2-30e8907d38c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2036,13 +2099,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2534" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ecaa9b0-cb8e-4393-8dbf-170db6e5e55f" + "70c074fe-a7b0-4eb7-8f36-a0f55a9880be" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2052,19 +2115,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "61e6673a-43cc-461d-a596-704535976cd7" + "8ce5d74b-a5d6-463c-931c-9b07f00034ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133746Z:61e6673a-43cc-461d-a596-704535976cd7" + "SOUTHCENTRALUS:20220126T101310Z:8ce5d74b-a5d6-463c-931c-9b07f00034ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:37:46 GMT" + "Wed, 26 Jan 2022 10:13:09 GMT" ], "Content-Length": [ - "3161" + "3216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2073,20 +2136,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1784\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2578caac-2646-4267-84fb-76bb9f8b9b5c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2929badc-2038-4930-b68a-be55e064ba4a\",\r\n \"timeCreated\": \"2022-01-26T04:03:11.9117112-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2097,35 +2160,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2524" + "Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2565" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e311052-8f6d-4789-9661-fee34c002cde" + "e08310b0-0170-46cc-9af2-0f75f2d53b76" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11986" ], "x-ms-correlation-request-id": [ - "4f0979c3-d207-4243-a77b-f91aa4d3fa8c" + "01e5b8ff-8911-4bc9-9e50-ff1eaa38ae5a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134223Z:4f0979c3-d207-4243-a77b-f91aa4d3fa8c" + "SOUTHCENTRALUS:20220126T101420Z:01e5b8ff-8911-4bc9-9e50-ff1eaa38ae5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:42:23 GMT" + "Wed, 26 Jan 2022 10:14:19 GMT" ], "Content-Length": [ - "3480" + "3535" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2134,26 +2197,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1784\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2578caac-2646-4267-84fb-76bb9f8b9b5c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2929badc-2038-4930-b68a-be55e064ba4a\",\r\n \"timeCreated\": \"2022-01-26T04:03:11.9117112-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "799a61e7-2b8c-4ca6-bb59-9df7a5cd9048" + "3ac38871-32d0-4429-99f7-051e7a1c3ccc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2164,35 +2227,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2523" + "Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8c7951a-531c-4973-9f32-62d719e3d898" + "e95d0f18-6784-4817-9273-e309288ca5c5" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11985" ], "x-ms-correlation-request-id": [ - "3995c4f3-9ce1-4714-a970-78f56fb4f135" + "c1d8285b-d1a4-4191-a563-702367bec3a2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134223Z:3995c4f3-9ce1-4714-a970-78f56fb4f135" + "SOUTHCENTRALUS:20220126T101420Z:c1d8285b-d1a4-4191-a563-702367bec3a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:42:23 GMT" + "Wed, 26 Jan 2022 10:14:20 GMT" ], "Content-Length": [ - "3480" + "3535" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2201,20 +2264,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss1784\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1435.blob.core.windows.net/crptestar8302\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4680\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8895\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Network/virtualNetworks/vn605/subnets/sn5532\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2578caac-2646-4267-84fb-76bb9f8b9b5c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss953\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar1135.blob.core.windows.net/crptestar9312\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4602\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3279\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Network/virtualNetworks/vn9015/subnets/sn106\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"vmssext01\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": false,\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"VMAccessAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": \"{}\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2929badc-2038-4930-b68a-be55e064ba4a\",\r\n \"timeCreated\": \"2022-01-26T04:03:11.9117112-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00f99b05-2508-45a5-9923-726d12948a8b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZjk5YjA1LTI1MDgtNDVhNS05OTIzLTcyNmQxMjk0OGE4Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ad53b4ee-0794-4eca-9a08-288d979c352c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FkNTNiNGVlLTA3OTQtNGVjYS05YTA4LTI4OGQ5NzljMzUyYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2228,13 +2291,13 @@ "51" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "526a9207-8858-494c-aaee-b34aa382b18a" + "04d822bb-ac3e-4176-94c2-6fb0fb06fea9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2244,16 +2307,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "e4b145c3-037b-42c2-8663-26f88c72af4a" + "aefcfff1-eea4-4769-9dd2-79800ca41e1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133807Z:e4b145c3-037b-42c2-8663-26f88c72af4a" + "SOUTHCENTRALUS:20220126T101328Z:aefcfff1-eea4-4769-9dd2-79800ca41e1e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:38:06 GMT" + "Wed, 26 Jan 2022 10:13:27 GMT" ], "Content-Length": [ "134" @@ -2265,20 +2328,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:37:52.6221694+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00f99b05-2508-45a5-9923-726d12948a8b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:13:15.5522306-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ad53b4ee-0794-4eca-9a08-288d979c352c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00f99b05-2508-45a5-9923-726d12948a8b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZjk5YjA1LTI1MDgtNDVhNS05OTIzLTcyNmQxMjk0OGE4Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ad53b4ee-0794-4eca-9a08-288d979c352c?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FkNTNiNGVlLTA3OTQtNGVjYS05YTA4LTI4OGQ5NzljMzUyYz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2289,13 +2352,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9c42e5e5-30a3-4387-b99a-9777b7644a24" + "24c48d20-c9e3-465a-8c66-9f66a8c7d219" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2305,19 +2368,19 @@ "11987" ], "x-ms-correlation-request-id": [ - "68dee312-983e-4b6b-a887-9ed3c1aa8e50" + "123cfd8b-be6b-4595-895f-845be293aa6a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133858Z:68dee312-983e-4b6b-a887-9ed3c1aa8e50" + "SOUTHCENTRALUS:20220126T101419Z:123cfd8b-be6b-4595-895f-845be293aa6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:38:57 GMT" + "Wed, 26 Jan 2022 10:14:19 GMT" ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2326,20 +2389,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:37:52.6221694+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00f99b05-2508-45a5-9923-726d12948a8b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:13:15.5522306-06:00\",\r\n \"endTime\": \"2022-01-26T04:14:07.0522289-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ad53b4ee-0794-4eca-9a08-288d979c352c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00f99b05-2508-45a5-9923-726d12948a8b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZjk5YjA1LTI1MDgtNDVhNS05OTIzLTcyNmQxMjk0OGE4Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2297/providers/Microsoft.Compute/virtualMachineScaleSets/vmss953?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIyOTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M5NTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "ab230ecd-cc78-4eb8-b887-a9414d29abba" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2349,58 +2418,70 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e187390-5e91-4a8a-989c-afb374d6933c" + "6361806b-023f-4d39-bcc3-1eff62d82ee9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "83e457d1-0121-4302-aa59-27df3993a609" + "6ec3880f-a20f-4eda-aa5d-a6fbcb772ffe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T133949Z:83e457d1-0121-4302-aa59-27df3993a609" + "SOUTHCENTRALUS:20220126T101421Z:6ec3880f-a20f-4eda-aa5d-a6fbcb772ffe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:39:49 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 10:14:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:37:52.6221694+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00f99b05-2508-45a5-9923-726d12948a8b\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00f99b05-2508-45a5-9923-726d12948a8b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZjk5YjA1LTI1MDgtNDVhNS05OTIzLTcyNmQxMjk0OGE4Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzNjE4MDZiLTAyM2YtNGQzOS1iY2MzLTFlZmY2MmQ4MmVlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2410,33 +2491,36 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "11" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67e1dfbd-2281-4a07-a030-6bab74b05eec" + "57f1a85c-a67a-42c0-9b9d-55396afdfe77" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-correlation-request-id": [ - "bf048e7c-7dc7-4dac-a8b2-9794cae1099f" + "bb75b0bc-e2d0-46b5-a13b-732826eda787" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134040Z:bf048e7c-7dc7-4dac-a8b2-9794cae1099f" + "SOUTHCENTRALUS:20220126T101431Z:bb75b0bc-e2d0-46b5-a13b-732826eda787" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:40:40 GMT" + "Wed, 26 Jan 2022 10:14:31 GMT" ], "Content-Length": [ "134" @@ -2448,20 +2532,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:37:52.6221694+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00f99b05-2508-45a5-9923-726d12948a8b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:14:20.9585005-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6361806b-023f-4d39-bcc3-1eff62d82ee9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00f99b05-2508-45a5-9923-726d12948a8b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZjk5YjA1LTI1MDgtNDVhNS05OTIzLTcyNmQxMjk0OGE4Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzNjE4MDZiLTAyM2YtNGQzOS1iY2MzLTFlZmY2MmQ4MmVlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2472,32 +2556,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16cc8d3d-05f0-4630-bb26-807ab650b169" + "d923ef8c-c13d-4211-829c-f2b23fcc47db" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-correlation-request-id": [ - "4d7b1c01-7482-46d4-b6b7-ed1715fc0815" + "66c4850c-c715-4242-8f79-91b5c12867e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134132Z:4d7b1c01-7482-46d4-b6b7-ed1715fc0815" + "SOUTHCENTRALUS:20220126T101442Z:66c4850c-c715-4242-8f79-91b5c12867e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:41:31 GMT" + "Wed, 26 Jan 2022 10:14:42 GMT" ], "Content-Length": [ "134" @@ -2509,20 +2593,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:37:52.6221694+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"00f99b05-2508-45a5-9923-726d12948a8b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:14:20.9585005-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6361806b-023f-4d39-bcc3-1eff62d82ee9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/00f99b05-2508-45a5-9923-726d12948a8b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwZjk5YjA1LTI1MDgtNDVhNS05OTIzLTcyNmQxMjk0OGE4Yj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzNjE4MDZiLTAyM2YtNGQzOS1iY2MzLTFlZmY2MmQ4MmVlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2533,35 +2617,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29954" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dd91716-8ffa-486e-821a-3a807c79a4ed" + "6162bdd5-974f-4f20-b6fa-cf6f870d00b3" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11982" ], "x-ms-correlation-request-id": [ - "88568653-8d91-427a-bbc2-e44d7311df64" + "ecd131dd-3f1f-4fd0-bf5a-6f7f9f316258" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134223Z:88568653-8d91-427a-bbc2-e44d7311df64" + "SOUTHCENTRALUS:20220126T101453Z:ecd131dd-3f1f-4fd0-bf5a-6f7f9f316258" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:42:23 GMT" + "Wed, 26 Jan 2022 10:14:53 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2570,26 +2654,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:37:52.6221694+00:00\",\r\n \"endTime\": \"2021-06-29T13:42:14.6396152+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"00f99b05-2508-45a5-9923-726d12948a8b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:14:20.9585005-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6361806b-023f-4d39-bcc3-1eff62d82ee9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8023/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1784?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MxNzg0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzNjE4MDZiLTAyM2YtNGQzOS1iY2MzLTFlZmY2MmQ4MmVlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "8a8475d0-d12d-4df3-b438-3054444b603f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2599,70 +2677,58 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?monitor=true&api-version=2021-07-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" - ], - "x-ms-request-charge": [ - "2" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b66a0ad1-2110-44c6-9181-92ae150257da" + "bf762c65-2787-4fc3-bba4-6453b72683d4" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" ], "x-ms-correlation-request-id": [ - "c5f97cda-83dd-41f1-989f-ccf0b559534d" + "50d65353-750d-4923-a2cc-084f4750e17a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134225Z:c5f97cda-83dd-41f1-989f-ccf0b559534d" + "SOUTHCENTRALUS:20220126T101505Z:50d65353-750d-4923-a2cc-084f4750e17a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:42:24 GMT" + "Wed, 26 Jan 2022 10:15:04 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:14:20.9585005-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6361806b-023f-4d39-bcc3-1eff62d82ee9\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2NmEwYWQxLTIxMTAtNDRjNi05MTgxLTkyYWUxNTAyNTdkYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzNjE4MDZiLTAyM2YtNGQzOS1iY2MzLTFlZmY2MmQ4MmVlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2672,17 +2738,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "11" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "23fb0cb3-527d-4ebb-b980-4d6514e46108" + "e9517601-b7f0-4bf5-bc9c-8dd3555ca983" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2692,16 +2755,16 @@ "11980" ], "x-ms-correlation-request-id": [ - "42e18d71-b93d-48d8-9756-8d2c2827ce1c" + "e117ef43-695b-4cfe-9878-de87d73b7cc2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134235Z:42e18d71-b93d-48d8-9756-8d2c2827ce1c" + "SOUTHCENTRALUS:20220126T101516Z:e117ef43-695b-4cfe-9878-de87d73b7cc2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:42:35 GMT" + "Wed, 26 Jan 2022 10:15:15 GMT" ], "Content-Length": [ "134" @@ -2713,20 +2776,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:42:25.0459671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b66a0ad1-2110-44c6-9181-92ae150257da\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:14:20.9585005-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6361806b-023f-4d39-bcc3-1eff62d82ee9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2NmEwYWQxLTIxMTAtNDRjNi05MTgxLTkyYWUxNTAyNTdkYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzNjE4MDZiLTAyM2YtNGQzOS1iY2MzLTFlZmY2MmQ4MmVlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2737,13 +2800,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29952" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c78016c3-4929-4a4e-9537-67acbe12f02f" + "45232d5e-1eba-4049-ba85-93ac7739ce20" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2753,19 +2816,19 @@ "11979" ], "x-ms-correlation-request-id": [ - "0523bebc-b2ca-4c8f-a0c3-012fa1653e95" + "b667ef8c-72f0-4b86-9dcc-8b9816d9b364" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134246Z:0523bebc-b2ca-4c8f-a0c3-012fa1653e95" + "SOUTHCENTRALUS:20220126T101528Z:b667ef8c-72f0-4b86-9dcc-8b9816d9b364" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:42:46 GMT" + "Wed, 26 Jan 2022 10:15:27 GMT" ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2774,20 +2837,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:42:25.0459671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b66a0ad1-2110-44c6-9181-92ae150257da\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T04:14:20.9585005-06:00\",\r\n \"endTime\": \"2022-01-26T04:15:26.0053572-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6361806b-023f-4d39-bcc3-1eff62d82ee9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2NmEwYWQxLTIxMTAtNDRjNi05MTgxLTkyYWUxNTAyNTdkYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/6361806b-023f-4d39-bcc3-1eff62d82ee9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzYzNjE4MDZiLTAyM2YtNGQzOS1iY2MzLTFlZmY2MmQ4MmVlOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -2798,13 +2861,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29951" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "776c6a68-85c7-4228-980c-385ae195bc8a" + "e7e1c053-5287-4386-9403-d5336499e86a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2814,41 +2877,44 @@ "11978" ], "x-ms-correlation-request-id": [ - "36263a5b-36ed-40eb-9b75-4ac5a7fba28a" + "2bbbc156-1ab7-4e44-8489-168aaa24b314" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134257Z:36263a5b-36ed-40eb-9b75-4ac5a7fba28a" + "SOUTHCENTRALUS:20220126T101528Z:2bbbc156-1ab7-4e44-8489-168aaa24b314" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:42:57 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 10:15:27 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:42:25.0459671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b66a0ad1-2110-44c6-9181-92ae150257da\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2NmEwYWQxLTIxMTAtNDRjNi05MTgxLTkyYWUxNTAyNTdkYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2297?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIyOTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7240c492-202c-4e07-866e-7f01f13a525a" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2858,58 +2924,54 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29950" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], - "x-ms-request-id": [ - "cbd2e726-b949-4bf9-b953-a32fe84bde00" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "x-ms-request-id": [ + "bbf9ac9e-631b-4f72-b6d6-8dc0a24db9e1" ], "x-ms-correlation-request-id": [ - "44d25f76-fc8c-4cd6-83ee-16bd4c445aae" + "bbf9ac9e-631b-4f72-b6d6-8dc0a24db9e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134309Z:44d25f76-fc8c-4cd6-83ee-16bd4c445aae" + "SOUTHCENTRALUS:20220126T101533Z:bbf9ac9e-631b-4f72-b6d6-8dc0a24db9e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:43:08 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 10:15:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:42:25.0459671+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b66a0ad1-2110-44c6-9181-92ae150257da\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2NmEwYWQxLTIxMTAtNDRjNi05MTgxLTkyYWUxNTAyNTdkYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2919,58 +2981,111 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29948" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "52c58f5f-d1f0-4da2-8be7-10d2fc27ae2f" + ], + "x-ms-correlation-request-id": [ + "52c58f5f-d1f0-4da2-8be7-10d2fc27ae2f" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T101549Z:52c58f5f-d1f0-4da2-8be7-10d2fc27ae2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "ba67c5dc-6ec3-4397-93c3-eab63aec3683" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Wed, 26 Jan 2022 10:15:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11998" + ], + "x-ms-request-id": [ + "02b31012-bbce-4ddf-ba84-c667558cb1d0" ], "x-ms-correlation-request-id": [ - "2c6cf148-c5ab-4194-a56b-4d90d719034e" + "02b31012-bbce-4ddf-ba84-c667558cb1d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134320Z:2c6cf148-c5ab-4194-a56b-4d90d719034e" + "SOUTHCENTRALUS:20220126T101604Z:02b31012-bbce-4ddf-ba84-c667558cb1d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:43:19 GMT" - ], - "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 26 Jan 2022 10:16:04 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T13:42:25.0459671+00:00\",\r\n \"endTime\": \"2021-06-29T13:43:10.0142398+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b66a0ad1-2110-44c6-9181-92ae150257da\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b66a0ad1-2110-44c6-9181-92ae150257da?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I2NmEwYWQxLTIxMTAtNDRjNi05MTgxLTkyYWUxNTAyNTdkYT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2980,33 +3095,89 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29947" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "c00db341-b750-4640-9d47-6c4073b89bdf" + ], + "x-ms-correlation-request-id": [ + "c00db341-b750-4640-9d47-6c4073b89bdf" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T101620Z:c00db341-b750-4640-9d47-6c4073b89bdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "2898477d-a698-417a-819a-8ba6705fd4b5" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Wed, 26 Jan 2022 10:16:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11996" + ], + "x-ms-request-id": [ + "7b248845-ef59-4beb-b82d-0b45e3eb9da0" ], "x-ms-correlation-request-id": [ - "49a08762-3fc9-4a03-81b8-75ccc735ce61" + "7b248845-ef59-4beb-b82d-0b45e3eb9da0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134320Z:49a08762-3fc9-4a03-81b8-75ccc735ce61" + "SOUTHCENTRALUS:20220126T101635Z:7b248845-ef59-4beb-b82d-0b45e3eb9da0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:43:20 GMT" + "Wed, 26 Jan 2022 10:16:35 GMT" ], "Expires": [ "-1" @@ -3016,24 +3187,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8023?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "e8830861-c2bf-4afe-87a3-1c34f81c7158" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3045,22 +3210,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-request-id": [ - "a3c3b1f2-cbfa-48b2-a135-6e9b48ed982b" + "6f944cd8-b38e-47d2-94b3-cc3bddb00e64" ], "x-ms-correlation-request-id": [ - "a3c3b1f2-cbfa-48b2-a135-6e9b48ed982b" + "6f944cd8-b38e-47d2-94b3-cc3bddb00e64" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134326Z:a3c3b1f2-cbfa-48b2-a135-6e9b48ed982b" + "SOUTHCENTRALUS:20220126T101650Z:6f944cd8-b38e-47d2-94b3-cc3bddb00e64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3069,7 +3234,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:43:25 GMT" + "Wed, 26 Jan 2022 10:16:50 GMT" ], "Expires": [ "-1" @@ -3082,15 +3247,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3102,22 +3267,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "80b6fd31-4e7f-4c11-9006-c3a546451803" + "7261ef93-f9bd-422f-ae1d-ef0ceb458231" ], "x-ms-correlation-request-id": [ - "80b6fd31-4e7f-4c11-9006-c3a546451803" + "7261ef93-f9bd-422f-ae1d-ef0ceb458231" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134341Z:80b6fd31-4e7f-4c11-9006-c3a546451803" + "SOUTHCENTRALUS:20220126T101706Z:7261ef93-f9bd-422f-ae1d-ef0ceb458231" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3126,7 +3291,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:43:41 GMT" + "Wed, 26 Jan 2022 10:17:05 GMT" ], "Expires": [ "-1" @@ -3139,15 +3304,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3159,22 +3324,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "4f052d0d-110f-46c7-9907-2c160a897b96" + "819fd68e-a63f-4880-8e25-e32a9755de61" ], "x-ms-correlation-request-id": [ - "4f052d0d-110f-46c7-9907-2c160a897b96" + "819fd68e-a63f-4880-8e25-e32a9755de61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134357Z:4f052d0d-110f-46c7-9907-2c160a897b96" + "SOUTHCENTRALUS:20220126T101721Z:819fd68e-a63f-4880-8e25-e32a9755de61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3183,7 +3348,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:43:56 GMT" + "Wed, 26 Jan 2022 10:17:21 GMT" ], "Expires": [ "-1" @@ -3196,15 +3361,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3216,22 +3381,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "478abf3c-787d-4771-b503-4c71ad351844" + "a8aeb7ae-ea68-4c00-8766-55b5e9fcdbea" ], "x-ms-correlation-request-id": [ - "478abf3c-787d-4771-b503-4c71ad351844" + "a8aeb7ae-ea68-4c00-8766-55b5e9fcdbea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134412Z:478abf3c-787d-4771-b503-4c71ad351844" + "SOUTHCENTRALUS:20220126T101737Z:a8aeb7ae-ea68-4c00-8766-55b5e9fcdbea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3240,7 +3405,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:44:11 GMT" + "Wed, 26 Jan 2022 10:17:36 GMT" ], "Expires": [ "-1" @@ -3253,15 +3418,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3273,22 +3438,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-request-id": [ - "ddc66237-2bd6-4efb-9544-83213dded824" + "054d0434-ba3f-4ec8-93a9-e1833c44952d" ], "x-ms-correlation-request-id": [ - "ddc66237-2bd6-4efb-9544-83213dded824" + "054d0434-ba3f-4ec8-93a9-e1833c44952d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134428Z:ddc66237-2bd6-4efb-9544-83213dded824" + "SOUTHCENTRALUS:20220126T101752Z:054d0434-ba3f-4ec8-93a9-e1833c44952d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3297,7 +3462,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:44:28 GMT" + "Wed, 26 Jan 2022 10:17:52 GMT" ], "Expires": [ "-1" @@ -3310,15 +3475,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3330,22 +3495,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "c066a409-a8a5-4979-aefa-3f9557a83f1b" + "ef41e761-1649-46b0-9cfc-af29c54e875d" ], "x-ms-correlation-request-id": [ - "c066a409-a8a5-4979-aefa-3f9557a83f1b" + "ef41e761-1649-46b0-9cfc-af29c54e875d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134443Z:c066a409-a8a5-4979-aefa-3f9557a83f1b" + "SOUTHCENTRALUS:20220126T101808Z:ef41e761-1649-46b0-9cfc-af29c54e875d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3354,7 +3519,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:44:43 GMT" + "Wed, 26 Jan 2022 10:18:07 GMT" ], "Expires": [ "-1" @@ -3367,15 +3532,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3387,22 +3552,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "1aeaa68d-01b6-4cb0-8096-aecc5f2caaf8" + "d9343307-8138-439e-a4d2-4982678795e2" ], "x-ms-correlation-request-id": [ - "1aeaa68d-01b6-4cb0-8096-aecc5f2caaf8" + "d9343307-8138-439e-a4d2-4982678795e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134459Z:1aeaa68d-01b6-4cb0-8096-aecc5f2caaf8" + "SOUTHCENTRALUS:20220126T101823Z:d9343307-8138-439e-a4d2-4982678795e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3411,7 +3576,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:44:58 GMT" + "Wed, 26 Jan 2022 10:18:23 GMT" ], "Expires": [ "-1" @@ -3424,15 +3589,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3444,16 +3609,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "6f0d676c-db98-4f0e-a8b1-62c3c6c84a8c" + "075697f8-cac0-4690-a526-c3819882f4ac" ], "x-ms-correlation-request-id": [ - "6f0d676c-db98-4f0e-a8b1-62c3c6c84a8c" + "075697f8-cac0-4690-a526-c3819882f4ac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134514Z:6f0d676c-db98-4f0e-a8b1-62c3c6c84a8c" + "SOUTHCENTRALUS:20220126T101839Z:075697f8-cac0-4690-a526-c3819882f4ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3462,7 +3627,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:14 GMT" + "Wed, 26 Jan 2022 10:18:39 GMT" ], "Expires": [ "-1" @@ -3475,15 +3640,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDIzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURJekxWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMjk3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TWprM0xWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3495,16 +3660,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "a6dcce1a-ee4c-4662-9709-7c537a6abc01" + "836245e1-d376-4f09-b480-06be36e4c2c5" ], "x-ms-correlation-request-id": [ - "a6dcce1a-ee4c-4662-9709-7c537a6abc01" + "836245e1-d376-4f09-b480-06be36e4c2c5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T134514Z:a6dcce1a-ee4c-4662-9709-7c537a6abc01" + "SOUTHCENTRALUS:20220126T101839Z:836245e1-d376-4f09-b480-06be36e4c2c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3513,7 +3678,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 13:45:14 GMT" + "Wed, 26 Jan 2022 10:18:39 GMT" ], "Expires": [ "-1" @@ -3528,27 +3693,27 @@ ], "Names": { "TestVMScaleSetUpdateOperations": [ - "crptestar8023", - "vmss1784", - "crptestar1435" + "crptestar2297", + "vmss953", + "crptestar1135" ], "CreatePublicIP": [ - "pip5276", - "dn2840" + "pip139", + "dn4151" ], "CreateVNET": [ - "vn605", - "sn5532" + "vn9015", + "sn106" ], "CreateNIC": [ - "nic8034", - "ip6390" + "nic3796", + "ip2228" ], "CreateDefaultVMScaleSetInput": [ - "crptestar8302", - "vmss3829", - "vmsstestnetconfig4680", - "vmsstestnetconfig8895" + "crptestar9312", + "vmss1786", + "vmsstestnetconfig4602", + "vmsstestnetconfig3279" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations.json index d12d53c5751c4..c2c17689147ea 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "365b97cd-1e86-4c6e-abff-575980b71ad6" + "4ecc58e2-f4bc-4596-8101-f1db4f229109" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "0cfd25f4-a920-4ce6-917c-b7356911d1a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aba257a3-1bc5-4dd6-bd63-2fec6f12a6df" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "51173f10-2166-43d8-9a93-d07edea6a3bc" + "bc4a9aaf-9e1d-4863-bf6c-9ae43a0e21d5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084536Z:51173f10-2166-43d8-9a93-d07edea6a3bc" + "EASTUS2:20211117T063502Z:bc4a9aaf-9e1d-4863-bf6c-9ae43a0e21d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:45:36 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar98481?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4NDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar26051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2MDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar98481\": \"2021-06-29 08:45:36Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar26051\": \"2021-11-17 06:35:02Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0cec6f25-bb84-449f-8bb4-61fa0848d614" + "0b612b73-5804-47b7-949e-6ce7ad4acc3a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:04 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "c2593a8f-f4e4-475b-aa78-6e3e74f2a801" + "52482ae6-8b8f-402a-bfe0-afd574f2c7c6" ], "x-ms-correlation-request-id": [ - "c2593a8f-f4e4-475b-aa78-6e3e74f2a801" + "52482ae6-8b8f-402a-bfe0-afd574f2c7c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084539Z:c2593a8f-f4e4-475b-aa78-6e3e74f2a801" + "EASTUS2:20211117T063505Z:52482ae6-8b8f-402a-bfe0-afd574f2c7c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:45:39 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481\",\r\n \"name\": \"crptestar98481\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar98481\": \"2021-06-29 08:45:36Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051\",\r\n \"name\": \"crptestar26051\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar26051\": \"2021-11-17 06:35:02Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar98481?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4NDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar26051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2MDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0c2c541e-d586-40f9-952a-eff966c4b7e9" + "8606eef9-74be-4512-87e0-252db2ff236a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:48 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "80d8300f-a223-43f9-bf48-032705f8b504" + "f48bbed9-6af4-4eac-ab7d-23c8010b65e5" ], "x-ms-correlation-request-id": [ - "80d8300f-a223-43f9-bf48-032705f8b504" + "f48bbed9-6af4-4eac-ab7d-23c8010b65e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084619Z:80d8300f-a223-43f9-bf48-032705f8b504" + "EASTUS2:20211117T063548Z:f48bbed9-6af4-4eac-ab7d-23c8010b65e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:18 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481\",\r\n \"name\": \"crptestar98481\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051\",\r\n \"name\": \"crptestar26051\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Storage/storageAccounts/crptestar4488?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDQ4OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Storage/storageAccounts/crptestar5319?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTMxOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e184a27-5236-41d4-847c-246cff6a8655" + "48ba7a15-10d9-4d65-8465-722b76ec0e7b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/226d97fa-06e6-48d4-8e64-79aa40ff59ec?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/12cbe54f-9fb5-44ac-a321-8b3cb83b1e40?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "226d97fa-06e6-48d4-8e64-79aa40ff59ec" + "12cbe54f-9fb5-44ac-a321-8b3cb83b1e40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "be17a041-b528-476b-969f-e1c61447aa04" + "e9622418-60bd-404d-ad56-963f1e2f4062" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084549Z:be17a041-b528-476b-969f-e1c61447aa04" + "EASTUS2:20211117T063515Z:e9622418-60bd-404d-ad56-963f1e2f4062" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:45:49 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/226d97fa-06e6-48d4-8e64-79aa40ff59ec?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjI2ZDk3ZmEtMDZlNi00OGQ0LThlNjQtNzlhYTQwZmY1OWVjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/12cbe54f-9fb5-44ac-a321-8b3cb83b1e40?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTJjYmU1NGYtOWZiNS00NGFjLWEzMjEtOGIzY2I4M2IxZTQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,32 +294,95 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:32 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "f6acd021-7ead-49f2-93b3-d70efe74517c" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/12cbe54f-9fb5-44ac-a321-8b3cb83b1e40?monitor=true&api-version=2015-06-15" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "3" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "61c91f20-6aec-4702-8191-955fa81b99af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4c6c8b87-5cb4-402f-b1fd-318b08b60c65" + "144ffdff-bda7-4d1d-b554-af9f018befe4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084606Z:4c6c8b87-5cb4-402f-b1fd-318b08b60c65" + "EASTUS2:20211117T063533Z:144ffdff-bda7-4d1d-b554-af9f018befe4" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/12cbe54f-9fb5-44ac-a321-8b3cb83b1e40?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTJjYmU1NGYtOWZiNS00NGFjLWEzMjEtOGIzY2I4M2IxZTQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 08:46:06 GMT" + "Wed, 17 Nov 2021 06:35:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "014f96a8-19b3-4bce-94d1-7ecae4001826" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "2da2986c-2505-45e5-94f4-a173deaad00f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T063536Z:2da2986c-2505-45e5-94f4-a173deaad00f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "95" @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6984c8eb-6afa-45f7-9373-8ce112119b2e" + "041858d3-5a38-44c4-b08d-59c86dcecfc8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "95a8faaf-5105-4bca-906a-37be7f594688" + "81408d48-8a91-4860-9a0d-cce2eea917f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "0f80fc10-b9e0-472c-a948-61af0dd29bef" + "51fe43f9-9a92-43a6-ad31-039e0ed27002" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084617Z:0f80fc10-b9e0-472c-a948-61af0dd29bef" + "EASTUS2:20211117T063546Z:51fe43f9-9a92-43a6-ad31-039e0ed27002" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:16 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Storage/storageAccounts/crptestar4488\",\r\n \"name\": \"crptestar4488\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T08:45:46.239943Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4488.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4488.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4488.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4488.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Storage/storageAccounts/crptestar5319\",\r\n \"name\": \"crptestar5319\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T06:35:12.2259914Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5319.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5319.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5319.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5319.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Storage/storageAccounts/crptestar4488?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDQ4OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Storage/storageAccounts/crptestar5319?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTMxOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be1a260b-cbed-49ae-8565-6978f3e8a5fc" + "7bc8dcb6-9125-40d2-bad3-76d09920b241" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e592516c-30f1-4ad2-baff-0e7da6b0e05d" + "06c09b32-9dfc-46b9-9a72-71df36ee1f1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "ece9c02a-c1a2-4a10-8677-8da85c04024b" + "2dc7525b-5b19-4b90-8af5-da2e7bb15d98" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084617Z:ece9c02a-c1a2-4a10-8677-8da85c04024b" + "EASTUS2:20211117T063546Z:2dc7525b-5b19-4b90-8af5-da2e7bb15d98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:16 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Storage/storageAccounts/crptestar4488\",\r\n \"name\": \"crptestar4488\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T08:45:46.239943Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4488.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4488.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4488.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4488.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Storage/storageAccounts/crptestar5319\",\r\n \"name\": \"crptestar5319\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T06:35:12.2259914Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5319.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5319.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5319.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5319.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/publicIPAddresses/pip5358?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MzU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/publicIPAddresses/pip8900?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4OTAwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9817\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9195\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3bc282e0-12fc-4998-bbe2-74b7920d53e9" + "1f383715-47b7-4173-8a6c-c1b5923e062a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:35:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a954ae1e-db6a-4cb5-9feb-d190727ec230" + "c6f5bcbb-0f21-4204-bbcd-f7f80b188904" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a954ae1e-db6a-4cb5-9feb-d190727ec230?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c6f5bcbb-0f21-4204-bbcd-f7f80b188904?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "dff8c3b7-c163-48d7-8887-7d8f01dc3438" + "32eefa0e-f256-4c20-a67d-4a939534a228" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "98bf3030-083f-4d09-94d0-3252d545dafe" + "3bb0e52a-42b5-4fd3-a6e0-c2714f1f7470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084631Z:dff8c3b7-c163-48d7-8887-7d8f01dc3438" + "EASTUS2:20211117T063559Z:32eefa0e-f256-4c20-a67d-4a939534a228" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:30 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5358\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/publicIPAddresses/pip5358\",\r\n \"etag\": \"W/\\\"153679d1-2b14-4eb4-9280-f2d1e0abf75a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9ecffe7f-308e-4051-be38-493a051e8d5b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9817\",\r\n \"fqdn\": \"dn9817.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8900\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/publicIPAddresses/pip8900\",\r\n \"etag\": \"W/\\\"21e36fdc-d246-46e1-a40a-878e8e5926d3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7620fe51-ad29-4759-b99b-205f4f15d134\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9195\",\r\n \"fqdn\": \"dn9195.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a954ae1e-db6a-4cb5-9feb-d190727ec230?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E5NTRhZTFlLWRiNmEtNGNiNS05ZmViLWQxOTA3MjdlYzIzMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c6f5bcbb-0f21-4204-bbcd-f7f80b188904?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M2ZjViY2JiLTBmMjEtNDIwNC1iYmNkLWY3ZjgwYjE4ODkwND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "013a14f2-cf05-45e7-aedd-fbe5d6953228" + "6542aa81-a9ae-416b-9a2e-9d47181083f8" ], "x-ms-correlation-request-id": [ - "361aff20-5497-4e53-8b28-01737a1bddde" + "440ef03c-d2af-405a-a0bf-ec652d2138a8" ], "x-ms-arm-service-request-id": [ - "61d42556-4def-4372-b2c6-23c68dcddb60" + "19a1e64e-cfa6-4ebd-9aa9-9d3bc0be2c8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084632Z:361aff20-5497-4e53-8b28-01737a1bddde" + "EASTUS2:20211117T063600Z:440ef03c-d2af-405a-a0bf-ec652d2138a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:31 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/publicIPAddresses/pip5358?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MzU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/publicIPAddresses/pip8900?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4OTAwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +683,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5321df27-38c8-4eda-bb0a-be0f075f62e2\"" + "W/\"4b161a73-095f-46c9-9648-1a84e0880c0d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c4cc4b3f-73ff-4232-8d17-879c9b737103" + "c7143f06-11c8-424b-926c-1b12bcda76b8" ], "x-ms-correlation-request-id": [ - "f3bc4c66-7c73-4b0a-b0ed-1be9da8500a7" + "06195f20-f7a3-4b27-a860-40abd3cc7ba9" ], "x-ms-arm-service-request-id": [ - "ccf26397-d9fe-4766-869f-42771dc2016a" + "9fc0380c-6c4e-4c8d-9caf-0559ed16047f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084632Z:f3bc4c66-7c73-4b0a-b0ed-1be9da8500a7" + "EASTUS2:20211117T063600Z:06195f20-f7a3-4b27-a860-40abd3cc7ba9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:32 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5358\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/publicIPAddresses/pip5358\",\r\n \"etag\": \"W/\\\"5321df27-38c8-4eda-bb0a-be0f075f62e2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ecffe7f-308e-4051-be38-493a051e8d5b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9817\",\r\n \"fqdn\": \"dn9817.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8900\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/publicIPAddresses/pip8900\",\r\n \"etag\": \"W/\\\"4b161a73-095f-46c9-9648-1a84e0880c0d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7620fe51-ad29-4759-b99b-205f4f15d134\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9195\",\r\n \"fqdn\": \"dn9195.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/publicIPAddresses/pip5358?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MzU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/publicIPAddresses/pip8900?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4OTAwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caa4101d-f904-4a0f-be11-d3688beb8464" + "0bae086f-34e1-4b97-a306-f5e405cb76a7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +753,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5321df27-38c8-4eda-bb0a-be0f075f62e2\"" + "W/\"4b161a73-095f-46c9-9648-1a84e0880c0d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eec5e019-db08-439d-93e9-3e842064f2b5" + "236791c7-33ac-435f-a939-e46fefcd3a58" ], "x-ms-correlation-request-id": [ - "db8ebfe2-9a73-43d4-ab26-c8721dee62cd" + "7f804c25-6d86-4b1c-b8ca-ce051e88b2e8" ], "x-ms-arm-service-request-id": [ - "092c6490-39ec-422a-8e2d-71f7083dbe61" + "07bb4795-623e-4c23-b3c3-bc0cfadb857f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084632Z:db8ebfe2-9a73-43d4-ab26-c8721dee62cd" + "EASTUS2:20211117T063601Z:7f804c25-6d86-4b1c-b8ca-ce051e88b2e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:32 GMT" - ], "Content-Length": [ "771" ], @@ -734,80 +797,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5358\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/publicIPAddresses/pip5358\",\r\n \"etag\": \"W/\\\"5321df27-38c8-4eda-bb0a-be0f075f62e2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ecffe7f-308e-4051-be38-493a051e8d5b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9817\",\r\n \"fqdn\": \"dn9817.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8900\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/publicIPAddresses/pip8900\",\r\n \"etag\": \"W/\\\"4b161a73-095f-46c9-9648-1a84e0880c0d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7620fe51-ad29-4759-b99b-205f4f15d134\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9195\",\r\n \"fqdn\": \"dn9195.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNzI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn152\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5018\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fb76827b-2c77-4afd-b1a8-9db7372a1536" + "ef0a7f62-1b45-4053-b572-b7e5f7d3bff1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:03 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "003a0607-a77d-4859-9a97-ceddf50862e7" + "7c85d3c6-15d0-4abc-aa83-87a774c5e020" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/003a0607-a77d-4859-9a97-ceddf50862e7?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7c85d3c6-15d0-4abc-aa83-87a774c5e020?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0f72aaa6-10bf-47a1-bcd4-abcff20231b2" + "782bf1db-b9b8-46d4-ae4e-b69fd9ced882" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0f7b3cca-0efb-4239-8d7c-6edf81fa6c94" + "3b0cc35a-3846-4318-9766-7447a63b4afb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084636Z:0f72aaa6-10bf-47a1-bcd4-abcff20231b2" + "EASTUS2:20211117T063604Z:782bf1db-b9b8-46d4-ae4e-b69fd9ced882" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:36 GMT" - ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343\",\r\n \"etag\": \"W/\\\"c4951ad4-af7d-43a6-b3db-e8d57e31ab59\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7a507c28-082c-4937-a979-d71396ed5e9f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\",\r\n \"etag\": \"W/\\\"c4951ad4-af7d-43a6-b3db-e8d57e31ab59\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727\",\r\n \"etag\": \"W/\\\"f6d0cc74-a506-4e76-a207-c21053cc0c8b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a992c561-583a-4b92-8df3-116eea12f0e1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\",\r\n \"etag\": \"W/\\\"f6d0cc74-a506-4e76-a207-c21053cc0c8b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/003a0607-a77d-4859-9a97-ceddf50862e7?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAwM2EwNjA3LWE3N2QtNDg1OS05YTk3LWNlZGRmNTA4NjJlNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7c85d3c6-15d0-4abc-aa83-87a774c5e020?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdjODVkM2M2LTE1ZDAtNGFiYy1hYTgzLTg3YTc3NGM1ZTAyMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8f0a8fef-abaa-4956-a9f5-4f9d83475fe5" + "6d5e3be3-c2b3-49b6-be4c-25a504e0ae9c" ], "x-ms-correlation-request-id": [ - "22a8b6cd-1101-4c21-9f89-ab76f345c861" + "8e9589c9-2c7f-4a88-b6c3-b8c3567038bd" ], "x-ms-arm-service-request-id": [ - "1653bf71-de19-46fc-a122-f8f1b21d105a" + "3ad8560e-16ec-488a-8a0a-5948ea0eb116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084640Z:22a8b6cd-1101-4c21-9f89-ab76f345c861" + "EASTUS2:20211117T063607Z:8e9589c9-2c7f-4a88-b6c3-b8c3567038bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:40 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNzI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9b2b57d3-2495-491d-9287-3f56d4176673\"" + "W/\"becde699-9cec-4bc7-9739-8d7f1f7d087e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5e172727-c4bd-4c62-84ff-d56d70f35660" + "826deb17-8c47-4f75-8713-a0c888b0ec51" ], "x-ms-correlation-request-id": [ - "8366e17d-95d5-4ea5-9172-d882313db472" + "d6fdd9d6-bb28-4db7-96f0-ee621084ce43" ], "x-ms-arm-service-request-id": [ - "488edd6c-606d-47f4-89ad-bfb943e270b3" + "3e18763e-4a48-4dff-8b65-8c42e2b0fa25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084641Z:8366e17d-95d5-4ea5-9172-d882313db472" + "EASTUS2:20211117T063607Z:d6fdd9d6-bb28-4db7-96f0-ee621084ce43" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:40 GMT" - ], "Content-Length": [ - "1323" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343\",\r\n \"etag\": \"W/\\\"9b2b57d3-2495-491d-9287-3f56d4176673\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a507c28-082c-4937-a979-d71396ed5e9f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\",\r\n \"etag\": \"W/\\\"9b2b57d3-2495-491d-9287-3f56d4176673\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1727\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727\",\r\n \"etag\": \"W/\\\"becde699-9cec-4bc7-9739-8d7f1f7d087e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a992c561-583a-4b92-8df3-116eea12f0e1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\",\r\n \"etag\": \"W/\\\"becde699-9cec-4bc7-9739-8d7f1f7d087e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm40MzQzL3N1Ym5ldHMvc24xNTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xNzI3L3N1Ym5ldHMvc241MDE4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bc898e5-3a27-4977-9900-7e9298ed6370" + "a9635ac5-9e86-4afb-be99-2cd797f1b468" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1030,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9b2b57d3-2495-491d-9287-3f56d4176673\"" + "W/\"becde699-9cec-4bc7-9739-8d7f1f7d087e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "76a8ce77-d021-426e-b540-18134fa6c3d8" + "617fcb29-c5bc-4836-aefd-6b896082be6c" ], "x-ms-correlation-request-id": [ - "529db25b-fdb1-40cc-b941-db8772a19468" + "54b584de-caa2-4453-9c8d-a9845f9b9bb9" ], "x-ms-arm-service-request-id": [ - "7aadb9f2-4313-49e2-865e-530a6eb2986c" + "2f6849d5-5297-4991-9aea-07a2d480aa74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084641Z:529db25b-fdb1-40cc-b941-db8772a19468" + "EASTUS2:20211117T063608Z:54b584de-caa2-4453-9c8d-a9845f9b9bb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:40 GMT" - ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1074,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\",\r\n \"etag\": \"W/\\\"9b2b57d3-2495-491d-9287-3f56d4176673\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\",\r\n \"etag\": \"W/\\\"becde699-9cec-4bc7-9739-8d7f1f7d087e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMjI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn152\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n }\r\n },\r\n \"name\": \"ip8708\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n }\r\n },\r\n \"name\": \"ip8498\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb8c39-80ae-4388-a8dd-9d7c1ebe02c1" + "1331b40f-f055-451a-b03b-09db7f1fc52b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b594a9b5-0d3f-479c-8f32-b1b6a2a37120" + "1a740b04-eb60-4b2e-8433-9b0f7b7d0253" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b594a9b5-0d3f-479c-8f32-b1b6a2a37120?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/1a740b04-eb60-4b2e-8433-9b0f7b7d0253?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5ac69878-93d8-4c45-b218-afa4a9a694b2" + "1c4a2fca-bfb5-4b4a-bb27-f4c21067580a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d70b63d0-0a7f-41be-9cc2-7845e93d1209" + "21ba8d9d-eaa9-46d6-a237-d288a6a3e38d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084646Z:5ac69878-93d8-4c45-b218-afa4a9a694b2" + "EASTUS2:20211117T063611Z:1c4a2fca-bfb5-4b4a-bb27-f4c21067580a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:45 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1226\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226\",\r\n \"etag\": \"W/\\\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f4e067f8-c49d-425c-bf31-a9c59f6e1728\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8708\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226/ipConfigurations/ip8708\",\r\n \"etag\": \"W/\\\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\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\": \"fb4fa4rmba1utklz02jzn1k4th.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8113\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113\",\r\n \"etag\": \"W/\\\"26ebadd1-e483-4645-8ba8-551e94edff45\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9958c4e3-a80c-45a7-aab0-d457f9a487f7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8498\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113/ipConfigurations/ip8498\",\r\n \"etag\": \"W/\\\"26ebadd1-e483-4645-8ba8-551e94edff45\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\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\": \"mhczfkj0lcjexdptcfxouexq2b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMjI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1173,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\"" + "W/\"26ebadd1-e483-4645-8ba8-551e94edff45\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8cfc7dfe-ff9b-4ad2-aca1-0f6568021c7d" + "9c3c6c27-3fcc-4e30-8c98-ebd9cb704577" ], "x-ms-correlation-request-id": [ - "1631c049-501d-4f32-b7f8-37114ce79588" + "48fc5ef3-c3d8-4496-9a5b-1af5c28c8ecf" ], "x-ms-arm-service-request-id": [ - "8f2f36e3-13df-4094-8d2c-a528ccbbf6e2" + "ca5f8db6-7566-4108-976e-0b0f3ad9a493" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084647Z:1631c049-501d-4f32-b7f8-37114ce79588" + "EASTUS2:20211117T063612Z:48fc5ef3-c3d8-4496-9a5b-1af5c28c8ecf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:46 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1226\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226\",\r\n \"etag\": \"W/\\\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f4e067f8-c49d-425c-bf31-a9c59f6e1728\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8708\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226/ipConfigurations/ip8708\",\r\n \"etag\": \"W/\\\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\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\": \"fb4fa4rmba1utklz02jzn1k4th.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8113\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113\",\r\n \"etag\": \"W/\\\"26ebadd1-e483-4645-8ba8-551e94edff45\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9958c4e3-a80c-45a7-aab0-d457f9a487f7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8498\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113/ipConfigurations/ip8498\",\r\n \"etag\": \"W/\\\"26ebadd1-e483-4645-8ba8-551e94edff45\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\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\": \"mhczfkj0lcjexdptcfxouexq2b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMjI2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTEzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "110d5a36-10c5-4a87-8756-a35b90b4bf74" + "91a7e941-09cc-441d-aa9d-cd949f45f325" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1243,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\"" + "W/\"26ebadd1-e483-4645-8ba8-551e94edff45\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "535a4973-d878-4cc7-a44e-3a1a1e2e99b4" + "a7f998c4-e14d-4f30-af28-6c9a90f04310" ], "x-ms-correlation-request-id": [ - "5bd87088-7a25-4be2-9a9e-52c42a80a58a" + "9c1f10d5-b4ca-4bda-ac40-c4cc4966a5f6" ], "x-ms-arm-service-request-id": [ - "a95002b9-69d7-4a7e-92ea-f629d54c75d2" + "4e9156ab-1342-4e36-9d0b-81305b1789c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084647Z:5bd87088-7a25-4be2-9a9e-52c42a80a58a" + "EASTUS2:20211117T063612Z:9c1f10d5-b4ca-4bda-ac40-c4cc4966a5f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:47 GMT" - ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,52 +1287,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1226\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226\",\r\n \"etag\": \"W/\\\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f4e067f8-c49d-425c-bf31-a9c59f6e1728\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8708\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/networkInterfaces/nic1226/ipConfigurations/ip8708\",\r\n \"etag\": \"W/\\\"d85df16e-1c7a-4318-9497-1069fcdb2ed3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\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\": \"fb4fa4rmba1utklz02jzn1k4th.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8113\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113\",\r\n \"etag\": \"W/\\\"26ebadd1-e483-4645-8ba8-551e94edff45\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9958c4e3-a80c-45a7-aab0-d457f9a487f7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8498\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/networkInterfaces/nic8113/ipConfigurations/ip8498\",\r\n \"etag\": \"W/\\\"26ebadd1-e483-4645-8ba8-551e94edff45\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\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\": \"mhczfkj0lcjexdptcfxouexq2b.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar4488.blob.core.windows.net/crptestar5129\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9754\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2640\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar5319.blob.core.windows.net/crptestar9502\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9501\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1070\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ae843f48-f673-4b40-9a43-e57a3cc351b6" + "488fa5d8-f80e-4c98-863b-f96d7b7a929c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1732" + "1733" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:23 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01" - ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1278,29 +1348,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "42a4445e-2c83-487e-9278-712eddf95d2f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c5424e22-5c84-492c-8ad4-52c851cefd10" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "78c92f70-2e0e-48b8-bbca-151f9a7715fa" + "ec2fb1b9-8843-4cf4-93eb-671a6fa21ac9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084659Z:78c92f70-2e0e-48b8-bbca-151f9a7715fa" + "EASTUS2:20211117T063623Z:ec2fb1b9-8843-4cf4-93eb-671a6fa21ac9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:46:58 GMT" - ], "Content-Length": [ - "3162" + "3163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,60 +1372,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4488.blob.core.windows.net/crptestar5129\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9754\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2640\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"38eabeba-8d90-4e45-a8e9-c8017a6af577\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7374\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5319.blob.core.windows.net/crptestar9502\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9501\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1070\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5f23a05a-deb6-4f1a-81bd-44c6ae14b3ab\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyYTQ0NDVlLTJjODMtNDg3ZS05Mjc4LTcxMmVkZGY5NWQyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1NDI0ZTIyLTVjODQtNDkyYy04YWQ0LTUyYzg1MWNlZmQxMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:36:33 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bae9e4a1-5b59-4a9f-af9c-a61bf789c7a0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1ea85991-ca7e-4964-938b-576d7bfa442a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "7bcd80c5-2293-4370-a9e2-8260aebcf774" + "1dd1e8de-5984-410b-b462-79b839ab58f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084709Z:7bcd80c5-2293-4370-a9e2-8260aebcf774" + "EASTUS2:20211117T063633Z:1dd1e8de-5984-410b-b462-79b839ab58f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:47:09 GMT" - ], "Content-Length": [ "134" ], @@ -1373,57 +1436,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:46:56.5225789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42a4445e-2c83-487e-9278-712eddf95d2f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:36:20.9280906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c5424e22-5c84-492c-8ad4-52c851cefd10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyYTQ0NDVlLTJjODMtNDg3ZS05Mjc4LTcxMmVkZGY5NWQyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1NDI0ZTIyLTVjODQtNDkyYy04YWQ0LTUyYzg1MWNlZmQxMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:38:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2e47a2c-b48d-4e75-9218-cf88022ce8a3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a554c549-621a-406a-a17e-33f250462afd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "fbc7192f-1774-471c-89bd-95aa6a6d029a" + "2d7438b1-a4d2-4cb6-9ec4-2b59fcae1b53" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T084846Z:fbc7192f-1774-471c-89bd-95aa6a6d029a" + "EASTUS2:20211117T063811Z:2d7438b1-a4d2-4cb6-9ec4-2b59fcae1b53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:48:46 GMT" - ], "Content-Length": [ "134" ], @@ -1434,57 +1497,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:46:56.5225789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42a4445e-2c83-487e-9278-712eddf95d2f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:36:20.9280906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c5424e22-5c84-492c-8ad4-52c851cefd10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyYTQ0NDVlLTJjODMtNDg3ZS05Mjc4LTcxMmVkZGY5NWQyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1NDI0ZTIyLTVjODQtNDkyYy04YWQ0LTUyYzg1MWNlZmQxMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:39:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "617e70e4-84e1-4a74-97d7-b3fc8e6dbcf7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a51ba07d-aa60-47d3-afb1-ca76e83205d7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "924bda89-e09c-46b3-9a00-38e6ee44b576" + "218ef983-a53c-4a71-8498-cd1a556caba5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085024Z:924bda89-e09c-46b3-9a00-38e6ee44b576" + "EASTUS2:20211117T063949Z:218ef983-a53c-4a71-8498-cd1a556caba5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:50:23 GMT" - ], "Content-Length": [ "134" ], @@ -1495,57 +1558,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:46:56.5225789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42a4445e-2c83-487e-9278-712eddf95d2f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:36:20.9280906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c5424e22-5c84-492c-8ad4-52c851cefd10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyYTQ0NDVlLTJjODMtNDg3ZS05Mjc4LTcxMmVkZGY5NWQyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1NDI0ZTIyLTVjODQtNDkyYy04YWQ0LTUyYzg1MWNlZmQxMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:41:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bcd5cb50-03c5-494c-994b-b82728e4cef2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "29eac353-2a69-45df-970b-8026b1790c6e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "778b1728-5221-4dec-a61e-adbf3127a4a2" + "d0effd63-6114-4ff1-afc3-f547c7bb1d02" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085201Z:778b1728-5221-4dec-a61e-adbf3127a4a2" + "EASTUS2:20211117T064126Z:d0effd63-6114-4ff1-afc3-f547c7bb1d02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:52:00 GMT" - ], "Content-Length": [ "134" ], @@ -1556,57 +1619,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:46:56.5225789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42a4445e-2c83-487e-9278-712eddf95d2f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:36:20.9280906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c5424e22-5c84-492c-8ad4-52c851cefd10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyYTQ0NDVlLTJjODMtNDg3ZS05Mjc4LTcxMmVkZGY5NWQyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1NDI0ZTIyLTVjODQtNDkyYy04YWQ0LTUyYzg1MWNlZmQxMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:43:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b28fc6fa-54d6-4bee-b141-67e7b57b8016" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9c101316-3186-4a6f-a730-52335f369de6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "7a12247a-59d0-43f6-9484-9f7d0daa831c" + "73e15247-38d7-4eb1-99c5-97ce3dfd3a79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085338Z:7a12247a-59d0-43f6-9484-9f7d0daa831c" + "EASTUS2:20211117T064303Z:73e15247-38d7-4eb1-99c5-97ce3dfd3a79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:53:38 GMT" - ], "Content-Length": [ "134" ], @@ -1617,57 +1680,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:46:56.5225789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42a4445e-2c83-487e-9278-712eddf95d2f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:36:20.9280906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c5424e22-5c84-492c-8ad4-52c851cefd10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyYTQ0NDVlLTJjODMtNDg3ZS05Mjc4LTcxMmVkZGY5NWQyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1NDI0ZTIyLTVjODQtNDkyYy04YWQ0LTUyYzg1MWNlZmQxMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:44:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9fc6cf94-f8aa-46f6-95f3-45a9edc7ed97" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9ccc21dc-0dd2-4008-89d5-bb10d579fa53" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "7b624585-8e53-46e1-a963-4ba6c5521078" + "c058cad9-0896-49d5-82cd-e242a9cf0b30" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085515Z:7b624585-8e53-46e1-a963-4ba6c5521078" + "EASTUS2:20211117T064441Z:c058cad9-0896-49d5-82cd-e242a9cf0b30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:55:14 GMT" - ], "Content-Length": [ "134" ], @@ -1678,57 +1741,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:46:56.5225789+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"42a4445e-2c83-487e-9278-712eddf95d2f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:36:20.9280906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c5424e22-5c84-492c-8ad4-52c851cefd10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/42a4445e-2c83-487e-9278-712eddf95d2f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyYTQ0NDVlLTJjODMtNDg3ZS05Mjc4LTcxMmVkZGY5NWQyZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c5424e22-5c84-492c-8ad4-52c851cefd10?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1NDI0ZTIyLTVjODQtNDkyYy04YWQ0LTUyYzg1MWNlZmQxMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1b870f48-0fc7-49fc-8ff5-6c7f69384686" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "382c5793-8f3e-411a-ab80-85ef27866e79" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "b7221b15-b7a0-4460-9264-755923f8b17c" + "c64da422-c3ae-4de2-9f21-8b5347cff9e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085653Z:b7221b15-b7a0-4460-9264-755923f8b17c" + "EASTUS2:20211117T064618Z:c64da422-c3ae-4de2-9f21-8b5347cff9e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:52 GMT" - ], "Content-Length": [ "184" ], @@ -1739,59 +1802,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:46:56.5225789+00:00\",\r\n \"endTime\": \"2021-06-29T08:55:55.6668534+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"42a4445e-2c83-487e-9278-712eddf95d2f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:36:20.9280906+00:00\",\r\n \"endTime\": \"2021-11-17T06:44:57.1935081+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c5424e22-5c84-492c-8ad4-52c851cefd10\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2578" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f67d4602-ae03-4206-b7b0-4b143338bb5c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aa594801-d471-4bb2-9ca3-2fcb301aff47" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "cd682f53-79c5-4bb0-9c3e-c1d89f06020a" + "c5e0c5f1-a096-4fc1-990f-c318ec97d73d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085653Z:cd682f53-79c5-4bb0-9c3e-c1d89f06020a" + "EASTUS2:20211117T064618Z:c5e0c5f1-a096-4fc1-990f-c318ec97d73d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:52 GMT" - ], "Content-Length": [ - "3163" + "3164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,65 +1863,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4488.blob.core.windows.net/crptestar5129\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9754\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2640\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"38eabeba-8d90-4e45-a8e9-c8017a6af577\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7374\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5319.blob.core.windows.net/crptestar9502\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9501\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1070\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5f23a05a-deb6-4f1a-81bd-44c6ae14b3ab\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5b158b1-be29-49e1-a038-786dbaa25814" + "6d8d1bd8-af89-4f6a-8cf7-eb2bdb7d9aaa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2577" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60de92bb-1c54-486e-ace6-54c9ff7e8459" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8aae9131-a81c-4cfd-9edb-b2aa84b79dfa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "fe1ce1a7-8390-4950-912d-adf8750d9d48" + "a1c4d972-229f-4ced-b8d7-0910c9d904a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085653Z:fe1ce1a7-8390-4950-912d-adf8750d9d48" + "EASTUS2:20211117T064618Z:a1c4d972-229f-4ced-b8d7-0910c9d904a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:52 GMT" - ], "Content-Length": [ - "3163" + "3164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,35 +1930,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7888\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar4488.blob.core.windows.net/crptestar5129\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9754\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2640\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"38eabeba-8d90-4e45-a8e9-c8017a6af577\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7374\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"vhdContainers\": [\r\n \"https://crptestar5319.blob.core.windows.net/crptestar9502\"\r\n ],\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9501\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1070\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"5f23a05a-deb6-4f1a-81bd-44c6ae14b3ab\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsTWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99943093-e82b-4ed2-9ed4-e0579d4cc3fe" + "7f0afa6a-52a1-43e9-809c-883d13d21b3e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4997,Microsoft.Compute/VMScaleSetVMViews3Min;4999" ], @@ -1906,29 +1976,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a45aecb-f7b0-4748-8805-26e3686f5df4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ef456178-6bb9-419e-93f2-c282d560355a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "aa72e27c-e7a3-4d68-9767-f88308f112fd" + "57c11b4a-ac4e-4912-a5e2-f9935544ed7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085653Z:aa72e27c-e7a3-4d68-9767-f88308f112fd" + "EASTUS2:20211117T064619Z:57c11b4a-ac4e-4912-a5e2-f9935544ed7e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:53 GMT" - ], "Content-Length": [ - "3977" + "3978" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,35 +2000,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss7888_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9754\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2640\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"25c2c078-0c40-4f25-8f44-684adb1a3df4\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test-os-0-0149655c0f794945af84b84735041115\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4488.blob.core.windows.net/crptestar5129/test-os-0-0149655c0f794945af84b84735041115.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/0/networkInterfaces/vmsstestnetconfig9754\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachines/vmss7888_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachines/vmss7888_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7374_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9501\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1070\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"66fb23ce-c75a-4802-8f7d-9beebd9c3c80\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test-os-0-e4dd03111b2a49bfabe97f96176f617e\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5319.blob.core.windows.net/crptestar9502/test-os-0-e4dd03111b2a49bfabe97f96176f617e.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0/networkInterfaces/vmsstestnetconfig9501\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachines/vmss7374_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachines/vmss7374_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMC9pbnN0YW5jZVZpZXc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsTWFjaGluZXMvMC9pbnN0YW5jZVZpZXc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f94458e3-a7f5-41c4-9b51-27578c9e5410" + "be72c73b-b436-473e-8689-6a0a403cb53d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4996,Microsoft.Compute/VMScaleSetVMViews3Min;4998" ], @@ -1976,29 +2046,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb678042-073c-4600-9956-18ca6223af3e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e591e65c-1ea3-4731-a12e-6f701eac2ab1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "1798b3c3-db4e-4ea3-9b77-1c745fbd262e" + "c5464c57-cd6e-432f-bb72-e601cb38a85d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085654Z:1798b3c3-db4e-4ea3-9b77-1c745fbd262e" + "EASTUS2:20211117T064619Z:c5464c57-cd6e-432f-bb72-e601cb38a85d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:53 GMT" - ], "Content-Length": [ - "2927" + "2928" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2007,37 +2070,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"placementGroupId\": \"cf2c0d81-f12a-4bf6-b24f-34ee3ebb5906\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T08:56:53+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test-os-0-0149655c0f794945af84b84735041115\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:46:59.522644+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T08:56:48+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:55:55.6356076+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"placementGroupId\": \"2d8eef05-49f9-4fca-8049-ecb3c62a4eab\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T06:46:10+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test-os-0-e4dd03111b2a49bfabe97f96176f617e\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T06:36:23.4593807+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T06:45:53+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T06:44:57.1778889+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsTWFjaGluZXM/JGZpbHRlcj1wcm9wZXJ0aWVzL2xhdGVzdE1vZGVsQXBwbGllZCUyMGVxJTIwdHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsTWFjaGluZXM/JGZpbHRlcj1wcm9wZXJ0aWVzL2xhdGVzdE1vZGVsQXBwbGllZCUyMGVxJTIwdHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66b20f0c-282e-41db-afc3-4cd0bfc352c3" + "97836630-9f38-49ac-8c37-13d59b01e088" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;898,Microsoft.Compute/VMScaleSetVMViews3Min;4996" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898,Microsoft.Compute/VMScaleSetVMViews3Min;4996" ], "x-ms-request-charge": [ "2" @@ -2046,29 +2116,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9cf911f9-696d-4947-9421-82894c608a3c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aac9746e-b180-45c6-ba92-206f9c62eec9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "8d8bd2a5-6b9e-4a1a-993d-a32a358fca5c" + "c7f9cde3-aa8a-40a1-8054-91c0cb27c930" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085654Z:8d8bd2a5-6b9e-4a1a-993d-a32a358fca5c" + "EASTUS2:20211117T064619Z:c7f9cde3-aa8a-40a1-8054-91c0cb27c930" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:53 GMT" - ], "Content-Length": [ - "8678" + "8680" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2077,37 +2140,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7888_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9754\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2640\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"25c2c078-0c40-4f25-8f44-684adb1a3df4\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test-os-0-0149655c0f794945af84b84735041115\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4488.blob.core.windows.net/crptestar5129/test-os-0-0149655c0f794945af84b84735041115.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/0/networkInterfaces/vmsstestnetconfig9754\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachines/vmss7888_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachines/vmss7888_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss7888_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9754\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2640\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Network/virtualNetworks/vn4343/subnets/sn152\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"a04a45fd-c476-4e84-ab57-e3c90d8da156\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test-os-1-71628b58ec514181aa3633287419070c\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar4488.blob.core.windows.net/crptestar5129/test-os-1-71628b58ec514181aa3633287419070c.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/1/networkInterfaces/vmsstestnetconfig9754\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachines/vmss7888_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachines/vmss7888_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss7374_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9501\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1070\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"66fb23ce-c75a-4802-8f7d-9beebd9c3c80\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test-os-0-e4dd03111b2a49bfabe97f96176f617e\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5319.blob.core.windows.net/crptestar9502/test-os-0-e4dd03111b2a49bfabe97f96176f617e.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0/networkInterfaces/vmsstestnetconfig9501\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachines/vmss7374_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachines/vmss7374_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss7374_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9501\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1070\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Network/virtualNetworks/vn1727/subnets/sn5018\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"d5a7871a-eb31-4ef2-b192-15940b44b2af\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test-os-1-cd7211dec7654946a0227f5e57cdd08b\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar5319.blob.core.windows.net/crptestar9502/test-os-1-cd7211dec7654946a0227f5e57cdd08b.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/1/networkInterfaces/vmsstestnetconfig9501\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachines/vmss7374_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachines/vmss7374_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines?$expand=instanceView&$select=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsTWFjaGluZXM/JGV4cGFuZD1pbnN0YW5jZVZpZXcmJHNlbGVjdD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines?$expand=instanceView&$select=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsTWFjaGluZXM/JGV4cGFuZD1pbnN0YW5jZVZpZXcmJHNlbGVjdD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8cf400b-69c5-4b55-a007-2df21cd65815" + "95d9ebae-7103-47e0-ac87-9ff238f5b881" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;897,Microsoft.Compute/VMScaleSetVMViews3Min;4994" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897,Microsoft.Compute/VMScaleSetVMViews3Min;4994" ], "x-ms-request-charge": [ "2" @@ -2116,29 +2186,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c30afab3-1633-4783-904a-f28e1365cabb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a8b5efb5-affc-4225-89f4-a4d0e67992a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "f119621d-c4bf-4122-be40-68cab4afa266" + "be22db3b-8136-454b-87c6-00a672702706" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085654Z:f119621d-c4bf-4122-be40-68cab4afa266" + "EASTUS2:20211117T064620Z:be22db3b-8136-454b-87c6-00a672702706" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:53 GMT" - ], "Content-Length": [ - "8191" + "8192" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2147,40 +2210,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/0\",\r\n \"instanceId\": \"0\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"cf2c0d81-f12a-4bf6-b24f-34ee3ebb5906\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T08:56:53+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test-os-0-0149655c0f794945af84b84735041115\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:46:59.522644+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T08:56:48+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:55:55.6356076+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualMachines/1\",\r\n \"instanceId\": \"1\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"cf2c0d81-f12a-4bf6-b24f-34ee3ebb5906\",\r\n \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": \"test000001\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T08:56:49+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test-os-1-71628b58ec514181aa3633287419070c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:46:59.5382526+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T08:56:39+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T08:55:49.9949697+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0\",\r\n \"instanceId\": \"0\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"2d8eef05-49f9-4fca-8049-ecb3c62a4eab\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T06:46:10+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test-os-0-e4dd03111b2a49bfabe97f96176f617e\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T06:36:23.4593807+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T06:45:53+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T06:44:57.1778889+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/1\",\r\n \"instanceId\": \"1\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"2d8eef05-49f9-4fca-8049-ecb3c62a4eab\",\r\n \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": \"test000001\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T06:45:48+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test-os-1-cd7211dec7654946a0227f5e57cdd08b\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T06:36:22.9750039+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T06:45:39+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T06:44:48.8966513+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMC9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualmachines/0/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsbWFjaGluZXMvMC9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98be8830-7002-4aef-a5d7-7ce49864b3c9" + "0fa843de-03c2-4a4c-ae8b-b54d5533da23" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b512164-cd7e-40e1-94f7-97b9248a7b81?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a553241-be7f-4d2f-b5f1-dc90796d49f9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b512164-cd7e-40e1-94f7-97b9248a7b81?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a553241-be7f-4d2f-b5f1-dc90796d49f9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;999,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2192,85 +2262,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b512164-cd7e-40e1-94f7-97b9248a7b81" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a553241-be7f-4d2f-b5f1-dc90796d49f9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "69d29574-9ae1-46e5-b507-059fd66f1080" + "ed85e8cb-902b-4113-83ac-b616335c530b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085655Z:69d29574-9ae1-46e5-b507-059fd66f1080" + "EASTUS2:20211117T064620Z:ed85e8cb-902b-4113-83ac-b616335c530b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:56:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b512164-cd7e-40e1-94f7-97b9248a7b81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiNTEyMTY0LWNkN2UtNDBlMS05NGY3LTk3YjkyNDhhN2I4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a553241-be7f-4d2f-b5f1-dc90796d49f9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNTUzMjQxLWJlN2YtNGQyZi1iNWYxLWRjOTA3OTZkNDlmOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c795f651-5c9f-4ff1-ae2c-5525df2e0b25" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "03356bb5-b426-4795-9579-19ab5e140feb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "09569ddb-23e9-4915-bca9-172d0b319be6" + "2eb2c84c-1726-4879-a1f1-1aa1fd3c90b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085725Z:09569ddb-23e9-4915-bca9-172d0b319be6" + "EASTUS2:20211117T064650Z:2eb2c84c-1726-4879-a1f1-1aa1fd3c90b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:57:25 GMT" - ], "Content-Length": [ "184" ], @@ -2281,98 +2344,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:56:55.0266137+00:00\",\r\n \"endTime\": \"2021-06-29T08:56:55.2766064+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2b512164-cd7e-40e1-94f7-97b9248a7b81\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:20.2715895+00:00\",\r\n \"endTime\": \"2021-11-17T06:46:20.6153552+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2a553241-be7f-4d2f-b5f1-dc90796d49f9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2b512164-cd7e-40e1-94f7-97b9248a7b81?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiNTEyMTY0LWNkN2UtNDBlMS05NGY3LTk3YjkyNDhhN2I4MT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/2a553241-be7f-4d2f-b5f1-dc90796d49f9?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJhNTUzMjQxLWJlN2YtNGQyZi1iNWYxLWRjOTA3OTZkNDlmOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7302eac1-d174-4766-ab94-d48b8d18960c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dc3aa308-d0fe-4554-b979-77d7ade74353" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "286d26ff-2496-49c2-a0a0-c58e51df03dd" + "8d80e1dd-a3bd-4f41-ac0f-b26d8f36f6b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085725Z:286d26ff-2496-49c2-a0a0-c58e51df03dd" + "EASTUS2:20211117T064650Z:8d80e1dd-a3bd-4f41-ac0f-b26d8f36f6b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:57:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0/reimage?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMC9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0/reimage?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsTWFjaGluZXMvMC9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dad13ab-c203-4304-bd56-670d29778d30" + "038b1d39-79f0-4a55-be9e-1fdf522295bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:46:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetVMActions3Min;198,Microsoft.Compute/VMScaleSetVMActions30Min;998,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2384,87 +2454,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d3708dac-7b5d-4809-a2e3-57b5840b2263" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "586bd2e0-f505-42b1-a485-dc94a13c3b15" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "40992389-1482-45ae-be43-2dd15c798f5d" + "1a18074f-ae10-4013-9e99-d9e406fdfdf9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085726Z:40992389-1482-45ae-be43-2dd15c798f5d" + "EASTUS2:20211117T064651Z:1a18074f-ae10-4013-9e99-d9e406fdfdf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:57:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:47:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14e55240-b5b1-426a-bca3-a3a801f96d2e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6923fc0-4e48-4a9e-9d40-ccac81953920" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "95c0844c-3b74-4019-b54e-d2e62e141e24" + "8d2a3d45-5dc8-4896-80be-89c98700f3d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085756Z:95c0844c-3b74-4019-b54e-d2e62e141e24" + "EASTUS2:20211117T064721Z:8d2a3d45-5dc8-4896-80be-89c98700f3d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:57:56 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2473,59 +2536,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:47:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad513b8d-dfc6-44b6-94e8-16bb03c05a22" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7b96cbdb-5642-47d0-8a29-f04b147467d8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "4e769241-a12b-4cc6-b8ba-c118f290a776" + "a7c863d8-f9b3-4001-bd7c-d7a108f47bf4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085826Z:4e769241-a12b-4cc6-b8ba-c118f290a776" + "EASTUS2:20211117T064751Z:a7c863d8-f9b3-4001-bd7c-d7a108f47bf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:58:26 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2534,59 +2597,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:48:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05919386-26eb-496e-992d-2ba1345750c0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f17189cf-a682-47bb-851b-b5708b2b6bcd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-correlation-request-id": [ - "9f89bf12-b4cb-4ff2-be8f-749e0947db73" + "fac66f35-f375-4281-92b8-8e31b9a2eabd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085857Z:9f89bf12-b4cb-4ff2-be8f-749e0947db73" + "EASTUS2:20211117T064822Z:fac66f35-f375-4281-92b8-8e31b9a2eabd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:58:56 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2595,59 +2658,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:48:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c87147e2-794f-469d-8110-0fafa3c28e85" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6669ffb-0a17-49ca-8b6d-4befeb2cbea8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11987" ], "x-ms-correlation-request-id": [ - "509356ac-128d-46b8-a054-68498dc229ee" + "a1177f97-1431-4806-9c2f-476f4f558a86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085927Z:509356ac-128d-46b8-a054-68498dc229ee" + "EASTUS2:20211117T064852Z:a1177f97-1431-4806-9c2f-476f4f558a86" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:59:26 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2656,59 +2719,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:49:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac30538f-a9fe-4155-9ed4-4eaf6ac049d2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dd928e92-147e-4a5e-b083-3bb636703226" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11986" ], "x-ms-correlation-request-id": [ - "0ef659b7-589b-4d58-8594-cf2ef4de2332" + "52c22573-f045-4b43-bb07-6e81f6f583d7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T085957Z:0ef659b7-589b-4d58-8594-cf2ef4de2332" + "EASTUS2:20211117T064922Z:52c22573-f045-4b43-bb07-6e81f6f583d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 08:59:57 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2717,59 +2780,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:49:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2b06cc8-dd05-4a8b-ab99-7d7e1287eee8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "89dbe21d-39de-4fd0-8066-734784c37229" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11985" ], "x-ms-correlation-request-id": [ - "25b49045-1ba8-4a55-b16f-e8e138f3515c" + "1d83f0bd-6d29-4b3e-8354-45bde93d4b3e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090027Z:25b49045-1ba8-4a55-b16f-e8e138f3515c" + "EASTUS2:20211117T064952Z:1d83f0bd-6d29-4b3e-8354-45bde93d4b3e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:00:27 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2778,59 +2841,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:50:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29950" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "893f7a74-0a51-4eef-b6ba-e6c8c834526b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e3bd656b-bc8f-48b6-9517-805c1e375c9a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11984" ], "x-ms-correlation-request-id": [ - "9eae9a12-6651-4ce0-9474-470ec058583e" + "6a5ddc9a-c905-42d4-8ac2-170be23b9fae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090058Z:9eae9a12-6651-4ce0-9474-470ec058583e" + "EASTUS2:20211117T065023Z:6a5ddc9a-c905-42d4-8ac2-170be23b9fae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:00:57 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2839,59 +2902,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:50:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29948" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6191d1f-3edf-4cd3-94c7-dcd0d25ffd58" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "15029787-d5db-4e1f-8a7b-ef54aa15c958" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11983" ], "x-ms-correlation-request-id": [ - "28a7dc7a-1c19-4f02-b34e-ab30e1892bf4" + "8e0cf591-97de-45cb-8ebe-b3516e4d4f7d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090128Z:28a7dc7a-1c19-4f02-b34e-ab30e1892bf4" + "EASTUS2:20211117T065053Z:8e0cf591-97de-45cb-8ebe-b3516e4d4f7d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:01:28 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2900,59 +2963,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:51:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29945" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29951" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7ef3aac7-5a80-497f-abaf-c09d4ca9f03c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c078bd7d-588f-4e3d-af3c-bc6b40640857" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11982" ], "x-ms-correlation-request-id": [ - "b8a0ba76-bcc0-4344-a66e-ad93e89bd946" + "e2a49a97-5970-498c-96ff-5f7f1990c9e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090158Z:b8a0ba76-bcc0-4344-a66e-ad93e89bd946" + "EASTUS2:20211117T065123Z:e2a49a97-5970-498c-96ff-5f7f1990c9e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:01:58 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2961,59 +3024,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:51:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29940" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b8478c8f-0fc5-43ac-a16a-4be0c06274a2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "58e51b13-b467-4a8c-8bdd-83cb068ac8a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11981" ], "x-ms-correlation-request-id": [ - "9bbecb09-c6f9-40fc-88a6-1182efd499a3" + "c4e02935-02eb-48a1-ab9f-4db62a114b36" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090228Z:9bbecb09-c6f9-40fc-88a6-1182efd499a3" + "EASTUS2:20211117T065153Z:c4e02935-02eb-48a1-ab9f-4db62a114b36" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:02:28 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3022,59 +3085,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:52:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35f6414e-a4d5-4860-aa37-f8dc00c340c7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc9e4a0c-9dac-48fe-b2ec-f686aa59bb83" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11980" ], "x-ms-correlation-request-id": [ - "485da8bb-f5bf-42b1-a564-1ac9ce54f020" + "1bd84747-0f06-46f8-94ea-f5078344103d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090259Z:485da8bb-f5bf-42b1-a564-1ac9ce54f020" + "EASTUS2:20211117T065224Z:1bd84747-0f06-46f8-94ea-f5078344103d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:02:58 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3083,59 +3146,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:52:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29935" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29942" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10c4a5a4-957b-4e1d-9e39-a6a6a98ad348" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6221cd68-dac3-4393-aa4c-98fd07b8403f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11979" ], "x-ms-correlation-request-id": [ - "12b5acb5-0e96-4fac-98f5-74050de04016" + "f33d53ee-b69f-46f6-87e5-b18f53195d99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090329Z:12b5acb5-0e96-4fac-98f5-74050de04016" + "EASTUS2:20211117T065254Z:f33d53ee-b69f-46f6-87e5-b18f53195d99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:03:28 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3144,59 +3207,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:53:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29932" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29939" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "17c461ec-02df-490c-aa78-a1e352b287de" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dae58e3c-2c60-4c87-8bd3-4ddd1eac1199" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11978" ], "x-ms-correlation-request-id": [ - "8f6adfe1-41a6-49cd-a3b5-4cbe7615aa89" + "6e937a38-08eb-4cdd-9621-565f0e4ef68b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090359Z:8f6adfe1-41a6-49cd-a3b5-4cbe7615aa89" + "EASTUS2:20211117T065324Z:6e937a38-08eb-4cdd-9621-565f0e4ef68b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:03:59 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3205,59 +3268,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:53:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29927" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10e3fa4d-8e9b-4d94-9f7c-8a07cc71788d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "35d1a140-235c-4545-b510-9a9b4f1b90e7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11977" ], "x-ms-correlation-request-id": [ - "d053752b-e14b-4b20-bae1-6e201aa023dd" + "5bd142b7-6427-4956-a77e-1e2573377166" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090429Z:d053752b-e14b-4b20-bae1-6e201aa023dd" + "EASTUS2:20211117T065354Z:5bd142b7-6427-4956-a77e-1e2573377166" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:04:29 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3266,59 +3329,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:54:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29930" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31abdd50-6540-4245-b66d-ffe9bfd18469" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "658b74e8-4e7c-4054-8cd0-c8efcfe6a16a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11976" ], "x-ms-correlation-request-id": [ - "00d09e31-caf2-4597-afea-8dde34a7abd0" + "9cb0bba2-8034-4def-bd02-cb02f1f750df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090500Z:00d09e31-caf2-4597-afea-8dde34a7abd0" + "EASTUS2:20211117T065425Z:9cb0bba2-8034-4def-bd02-cb02f1f750df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:04:59 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3327,59 +3390,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:54:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29927" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29931" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae32438b-f538-4550-b1bf-f6a90a4aa766" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a4ce3b04-3f83-4eb1-b02c-63a77da56f69" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11975" ], "x-ms-correlation-request-id": [ - "59f06255-57e1-4684-bbd9-35bc322642f6" + "e43201a1-1238-422c-ad8c-c228049b78bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090530Z:59f06255-57e1-4684-bbd9-35bc322642f6" + "EASTUS2:20211117T065455Z:e43201a1-1238-422c-ad8c-c228049b78bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:05:29 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3388,59 +3451,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:55:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29924" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d81cc1db-c1f2-4ca4-bad1-531eb9cf4701" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fa1abf4f-9a4b-4014-89d7-0ed3c778240b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11974" ], "x-ms-correlation-request-id": [ - "eb945287-e3aa-4df4-93b8-4c0e281d608f" + "50b8dd60-3811-4dec-871c-d512ea528b66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090600Z:eb945287-e3aa-4df4-93b8-4c0e281d608f" + "EASTUS2:20211117T065525Z:50b8dd60-3811-4dec-871c-d512ea528b66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:06:00 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3449,59 +3512,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:55:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29919" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29931" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "422c1951-9ba5-45b4-b51a-b63eea89d25a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e5e8facb-64b4-4110-8978-8d1af77066e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11973" ], "x-ms-correlation-request-id": [ - "24c31f43-9467-4777-9ea9-da3a467f95eb" + "fad9814f-6de7-43a6-8958-8ffabaa6aec6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090630Z:24c31f43-9467-4777-9ea9-da3a467f95eb" + "EASTUS2:20211117T065555Z:fad9814f-6de7-43a6-8958-8ffabaa6aec6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:06:30 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3510,59 +3573,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:56:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29915" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29928" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c3a65f6b-609b-45f9-9c72-7de2dbd5e6a3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "83ee1c2f-7cd6-4018-889b-07f5bd12075c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11972" ], "x-ms-correlation-request-id": [ - "8bd0c458-ca44-48ff-b13c-ef2d3fedb44f" + "c888550e-fa08-478b-b132-48c9b1583c8f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090701Z:8bd0c458-ca44-48ff-b13c-ef2d3fedb44f" + "EASTUS2:20211117T065626Z:c888550e-fa08-478b-b132-48c9b1583c8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:07:00 GMT" - ], "Content-Length": [ - "184" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3571,188 +3634,179 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T08:57:25.9330328+00:00\",\r\n \"endTime\": \"2021-06-29T09:06:46.5929457+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d3708dac-7b5d-4809-a2e3-57b5840b2263\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d3708dac-7b5d-4809-a2e3-57b5840b2263?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzNzA4ZGFjLTdiNWQtNDgwOS1hMmUzLTU3YjU4NDBiMjI2Mz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:56:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29914" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29925" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e9e8dac7-a9b7-45bf-bf54-d327a54cf4f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "62897b5b-b86f-4b7f-af91-0096b5598f68" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11971" ], "x-ms-correlation-request-id": [ - "3f5dd4e6-0c88-4e45-a003-1c6ee4016eec" + "24557562-6c13-4067-adde-b8e94be7ba8e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090701Z:3f5dd4e6-0c88-4e45-a003-1c6ee4016eec" + "EASTUS2:20211117T065656Z:24557562-6c13-4067-adde-b8e94be7ba8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:07:00 GMT" + "Content-Length": [ + "133" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0/restart?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMC9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "9006c2b0-54e5-4be3-9a48-776fd2bfec75" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:57:26 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/525334a0-9666-4bb3-b9a9-c7e932f3a602?monitor=true&api-version=2021-07-01" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/525334a0-9666-4bb3-b9a9-c7e932f3a602?api-version=2021-07-01" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;997,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" - ], - "x-ms-request-charge": [ - "1" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "525334a0-9666-4bb3-b9a9-c7e932f3a602" + "1bc82f64-d8a0-4929-bae5-99b1d903f127" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "x-ms-correlation-request-id": [ - "0fbcccf9-5849-43d2-b834-f28b9b39dab6" + "349aebcc-d44b-4475-a4c7-fbe55010a3f7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090701Z:0fbcccf9-5849-43d2-b834-f28b9b39dab6" + "EASTUS2:20211117T065726Z:349aebcc-d44b-4475-a4c7-fbe55010a3f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:07:01 GMT" + "Content-Length": [ + "133" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/525334a0-9666-4bb3-b9a9-c7e932f3a602?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyNTMzNGEwLTk2NjYtNGJiMy1iOWE5LWM3ZTkzMmYzYTYwMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:57:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29912" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29920" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cb4b8221-884c-4065-929a-e9f7cb2fce7e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14986d9b-75b3-4f8e-b5c3-0e5d5b50e328" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11969" ], "x-ms-correlation-request-id": [ - "3b1b08b5-3ca1-4bf2-8822-dec329a91c1a" + "bfddd0a9-2fc1-4429-a26b-f34e28d22748" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090732Z:3b1b08b5-3ca1-4bf2-8822-dec329a91c1a" + "EASTUS2:20211117T065756Z:bfddd0a9-2fc1-4429-a26b-f34e28d22748" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:07:31 GMT" - ], "Content-Length": [ "183" ], @@ -3763,101 +3817,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:07:01.5461279+00:00\",\r\n \"endTime\": \"2021-06-29T09:07:02.952386+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"525334a0-9666-4bb3-b9a9-c7e932f3a602\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:46:51.130927+00:00\",\r\n \"endTime\": \"2021-11-17T06:57:39.7548931+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"586bd2e0-f505-42b1-a485-dc94a13c3b15\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/525334a0-9666-4bb3-b9a9-c7e932f3a602?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUyNTMzNGEwLTk2NjYtNGJiMy1iOWE5LWM3ZTkzMmYzYTYwMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/586bd2e0-f505-42b1-a485-dc94a13c3b15?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4NmJkMmUwLWY1MDUtNDJiMS1hNDg1LWRjOTRhMTNjM2IxNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:57:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29911" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "45192708-d3db-4bc0-80cd-4153eee45b78" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5c7777e9-3db8-4497-81ca-f1e76b437bff" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11968" ], "x-ms-correlation-request-id": [ - "2abd57e7-f9f0-4ade-a09b-55f0f0913590" + "2617bf8b-f02f-4819-afa0-fdc316d22db4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090732Z:2abd57e7-f9f0-4ade-a09b-55f0f0913590" + "EASTUS2:20211117T065757Z:2617bf8b-f02f-4819-afa0-fdc316d22db4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:07:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0/poweroff?skipShutdown=false&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMC9wb3dlcm9mZj9za2lwU2h1dGRvd249ZmFsc2UmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualmachines/0/restart?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsbWFjaGluZXMvMC9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6c86b16-5533-443b-acc9-822b8c531472" + "f329a434-c013-4f03-8f31-8bfb4343a9a2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:57:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4c0b9cde-169d-4bdf-8bc1-d41af9da08eb?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7e221861-c9f8-4030-92e9-2e4ca7b45d16?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4c0b9cde-169d-4bdf-8bc1-d41af9da08eb?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7e221861-c9f8-4030-92e9-2e4ca7b45d16?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;997,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -3866,85 +3927,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c0b9cde-169d-4bdf-8bc1-d41af9da08eb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7e221861-c9f8-4030-92e9-2e4ca7b45d16" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "edcf2449-0b51-4a9e-999d-475d375b6bf3" + "15a6cb05-f70d-4a28-a578-63c91e7fa900" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090732Z:edcf2449-0b51-4a9e-999d-475d375b6bf3" + "EASTUS2:20211117T065757Z:15a6cb05-f70d-4a28-a578-63c91e7fa900" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:07:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4c0b9cde-169d-4bdf-8bc1-d41af9da08eb?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRjMGI5Y2RlLTE2OWQtNGJkZi04YmMxLWQ0MWFmOWRhMDhlYj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7e221861-c9f8-4030-92e9-2e4ca7b45d16?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdlMjIxODYxLWM5ZjgtNDAzMC05MmU5LTJlNGNhN2I0NWQxNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:58:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29909" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2caf078-facf-46ea-b6ec-188bd2b85478" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c3262314-f12a-415f-8def-a26410f4c9fa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11967" ], "x-ms-correlation-request-id": [ - "81ab2914-96c2-4a7b-a7c9-9340acb2150c" + "79f9a665-103a-4d2a-bd05-1ea782067046" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090802Z:81ab2914-96c2-4a7b-a7c9-9340acb2150c" + "EASTUS2:20211117T065828Z:79f9a665-103a-4d2a-bd05-1ea782067046" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:08:02 GMT" - ], "Content-Length": [ "184" ], @@ -3955,101 +4009,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:07:32.4057295+00:00\",\r\n \"endTime\": \"2021-06-29T09:07:34.7651132+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4c0b9cde-169d-4bdf-8bc1-d41af9da08eb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:57:57.3799065+00:00\",\r\n \"endTime\": \"2021-11-17T06:57:58.7548779+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7e221861-c9f8-4030-92e9-2e4ca7b45d16\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4c0b9cde-169d-4bdf-8bc1-d41af9da08eb?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRjMGI5Y2RlLTE2OWQtNGJkZi04YmMxLWQ0MWFmOWRhMDhlYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7e221861-c9f8-4030-92e9-2e4ca7b45d16?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdlMjIxODYxLWM5ZjgtNDAzMC05MmU5LTJlNGNhN2I0NWQxNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:58:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29908" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cdd50aa3-c300-436b-a0f1-9f602602d042" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4604905e-926f-4598-b2b8-895d7f1f19e9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11966" ], "x-ms-correlation-request-id": [ - "1e257107-663d-422a-8ce4-9af8cafbe309" + "d212b66b-5459-4967-ad84-4d7559742979" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090803Z:1e257107-663d-422a-8ce4-9af8cafbe309" + "EASTUS2:20211117T065828Z:d212b66b-5459-4967-ad84-4d7559742979" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:08:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0/deallocate?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMC9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualmachines/0/poweroff?skipShutdown=false&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsbWFjaGluZXMvMC9wb3dlcm9mZj9za2lwU2h1dGRvd249ZmFsc2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43e39009-7cd8-47e2-b35d-4bf52e043331" + "cfa66f58-50cc-499e-87bd-2f96b89b5cae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:58:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aadae322-2f77-43f2-849e-717024ea5a93?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81576730-92ac-41f8-9bc4-fb186b2bf3a2?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aadae322-2f77-43f2-849e-717024ea5a93?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81576730-92ac-41f8-9bc4-fb186b2bf3a2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSetVM3Min;238,Microsoft.Compute/DeleteVMScaleSetVM30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -4058,85 +4119,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aadae322-2f77-43f2-849e-717024ea5a93" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "81576730-92ac-41f8-9bc4-fb186b2bf3a2" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "27fdbe3f-e354-40ec-a752-ba7a18a5343d" + "28c49dd0-119d-4835-a530-875e940d1275" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090803Z:27fdbe3f-e354-40ec-a752-ba7a18a5343d" + "EASTUS2:20211117T065829Z:28c49dd0-119d-4835-a530-875e940d1275" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:08:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aadae322-2f77-43f2-849e-717024ea5a93?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGFlMzIyLTJmNzctNDNmMi04NDllLTcxNzAyNGVhNWE5Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81576730-92ac-41f8-9bc4-fb186b2bf3a2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxNTc2NzMwLTkyYWMtNDFmOC05YmM0LWZiMTg2YjJiZjNhMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:58:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29906" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29914" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7ea58e71-5918-4cb4-8bf6-9b70d6b278e6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9f6e8b54-cb77-4ce3-8f2f-b2d25f84ce15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11965" ], "x-ms-correlation-request-id": [ - "dd6107a3-840f-471c-8090-bda5b415bcc8" + "c8f105bf-e1f8-40cc-96f0-b832726e69c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090833Z:dd6107a3-840f-471c-8090-bda5b415bcc8" + "EASTUS2:20211117T065859Z:c8f105bf-e1f8-40cc-96f0-b832726e69c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:08:33 GMT" - ], "Content-Length": [ "184" ], @@ -4147,275 +4201,1037 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:08:03.2496742+00:00\",\r\n \"endTime\": \"2021-06-29T09:08:16.8279211+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aadae322-2f77-43f2-849e-717024ea5a93\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:58:28.9424106+00:00\",\r\n \"endTime\": \"2021-11-17T06:58:56.1142631+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"81576730-92ac-41f8-9bc4-fb186b2bf3a2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/aadae322-2f77-43f2-849e-717024ea5a93?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZGFlMzIyLTJmNzctNDNmMi04NDllLTcxNzAyNGVhNWE5Mz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/81576730-92ac-41f8-9bc4-fb186b2bf3a2?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxNTc2NzMwLTkyYWMtNDFmOC05YmM0LWZiMTg2YjJiZjNhMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:58:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29905" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c3b8ab5d-42c2-4405-8585-f4fe7f4cc695" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "caf734c6-922d-43ab-b89e-f019e814c9c3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11964" ], "x-ms-correlation-request-id": [ - "81022bd5-5c1c-4bce-9c82-e0267506827a" + "7768d10a-90f2-4e54-8098-c9f165b5d64d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090833Z:81022bd5-5c1c-4bce-9c82-e0267506827a" + "EASTUS2:20211117T065859Z:7768d10a-90f2-4e54-8098-c9f165b5d64d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:08:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar98481/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7888/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4NDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzg4OC92aXJ0dWFsbWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0/deallocate?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsTWFjaGluZXMvMC9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b7ba978-8648-4784-9ac6-281f863383dc" + "afa455a0-a83f-48c4-ba10-af527aeb9f4a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 06:58:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c3e701d9-b40a-4221-84db-84a29ef5c9f7?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882b538f-bb91-4fe9-89b4-8d499f38aaf6?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c3e701d9-b40a-4221-84db-84a29ef5c9f7?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882b538f-bb91-4fe9-89b4-8d499f38aaf6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSetVM3Min;237,Microsoft.Compute/DeleteVMScaleSetVM30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSetVM3Min;238,Microsoft.Compute/DeleteVMScaleSetVM30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "882b538f-bb91-4fe9-89b4-8d499f38aaf6" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "950e7182-c026-4c6a-84a7-15b4babeb314" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T065859Z:950e7182-c026-4c6a-84a7-15b4babeb314" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882b538f-bb91-4fe9-89b4-8d499f38aaf6?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MmI1MzhmLWJiOTEtNGZlOS04OWI0LThkNDk5ZjM4YWFmNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 06:59:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29910" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ae783971-458b-4094-8f03-cbb0866e65f7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-correlation-request-id": [ + "cf589586-ab5b-454c-91c2-facb47985bb3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T065930Z:cf589586-ab5b-454c-91c2-facb47985bb3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:58:59.7548926+00:00\",\r\n \"endTime\": \"2021-11-17T06:59:19.1611275+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"882b538f-bb91-4fe9-89b4-8d499f38aaf6\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/882b538f-bb91-4fe9-89b4-8d499f38aaf6?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MmI1MzhmLWJiOTEtNGZlOS04OWI0LThkNDk5ZjM4YWFmNj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 06:59:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29909" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a2988ab2-45fd-4bad-9cc3-c27a41eb7468" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-correlation-request-id": [ + "2d832ba7-cb7f-4e2c-9667-6afe14651d5b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T065930Z:2d832ba7-cb7f-4e2c-9667-6afe14651d5b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar26051/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7374/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI2MDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzM3NC92aXJ0dWFsTWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "16c47fde-a525-4ab7-b38c-561cea2f4d3b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 06:59:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a542eba6-6400-44df-b360-060f687fbc3b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a542eba6-6400-44df-b360-060f687fbc3b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteVMScaleSetVM3Min;237,Microsoft.Compute/DeleteVMScaleSetVM30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a542eba6-6400-44df-b360-060f687fbc3b" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "9cab6635-715f-4028-8cd8-d8962706184b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T065930Z:9cab6635-715f-4028-8cd8-d8962706184b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a542eba6-6400-44df-b360-060f687fbc3b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E1NDJlYmE2LTY0MDAtNDRkZi1iMzYwLTA2MGY2ODdmYmMzYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:00:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29909" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "94785b28-1477-4c50-b85b-605f3e1bba36" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-correlation-request-id": [ + "98ae0191-61c7-4bff-bade-9d5ba6059518" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070001Z:98ae0191-61c7-4bff-bade-9d5ba6059518" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T06:59:30.7548564+00:00\",\r\n \"endTime\": \"2021-11-17T06:59:34.9423591+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a542eba6-6400-44df-b360-060f687fbc3b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a542eba6-6400-44df-b360-060f687fbc3b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E1NDJlYmE2LTY0MDAtNDRkZi1iMzYwLTA2MGY2ODdmYmMzYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:00:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29908" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4293434a-d2ad-4dfe-b798-9daba2c8f3cf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-correlation-request-id": [ + "bc64e379-e696-43b0-9692-da37b1fb4c02" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070001Z:bc64e379-e696-43b0-9692-da37b1fb4c02" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar26051?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI2MDUxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8aee29bc-0c38-4ccf-9493-55dcad4c966c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:00:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "9e9463b3-585d-4d91-b891-03cee550b123" + ], + "x-ms-correlation-request-id": [ + "9e9463b3-585d-4d91-b891-03cee550b123" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070006Z:9e9463b3-585d-4d91-b891-03cee550b123" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:00:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "7544c0f7-beea-4cde-842a-7f94cb055dda" + ], + "x-ms-correlation-request-id": [ + "7544c0f7-beea-4cde-842a-7f94cb055dda" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070021Z:7544c0f7-beea-4cde-842a-7f94cb055dda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:00:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "d10b65e0-6bca-44d6-a990-8ab7b2d10fd6" + ], + "x-ms-correlation-request-id": [ + "d10b65e0-6bca-44d6-a990-8ab7b2d10fd6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070037Z:d10b65e0-6bca-44d6-a990-8ab7b2d10fd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:00:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "3cb44d48-9a80-4964-8daa-71f8bfb139e7" + ], + "x-ms-correlation-request-id": [ + "3cb44d48-9a80-4964-8daa-71f8bfb139e7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070052Z:3cb44d48-9a80-4964-8daa-71f8bfb139e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:01:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "07fc6e7c-b7dd-4dd6-bdc2-1cbb475b4227" + ], + "x-ms-correlation-request-id": [ + "07fc6e7c-b7dd-4dd6-bdc2-1cbb475b4227" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070108Z:07fc6e7c-b7dd-4dd6-bdc2-1cbb475b4227" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:01:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "961e7c06-0f59-48ab-b8b1-3e3cb1d9d16a" + ], + "x-ms-correlation-request-id": [ + "961e7c06-0f59-48ab-b8b1-3e3cb1d9d16a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070123Z:961e7c06-0f59-48ab-b8b1-3e3cb1d9d16a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:01:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "2523494e-7ac7-4905-b70d-114147f8cf50" + ], + "x-ms-correlation-request-id": [ + "2523494e-7ac7-4905-b70d-114147f8cf50" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T070139Z:2523494e-7ac7-4905-b70d-114147f8cf50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:01:53 GMT" ], - "x-ms-request-charge": [ - "1" + "Pragma": [ + "no-cache" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "x-ms-request-id": [ - "c3e701d9-b40a-4221-84db-84a29ef5c9f7" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-request-id": [ + "ecfb1e47-0cce-4523-ae7f-5d3785aebd69" ], "x-ms-correlation-request-id": [ - "7adc0f42-be50-4b33-9d91-39e9ee084aa2" + "ecfb1e47-0cce-4523-ae7f-5d3785aebd69" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090834Z:7adc0f42-be50-4b33-9d91-39e9ee084aa2" + "EASTUS2:20211117T070154Z:ecfb1e47-0cce-4523-ae7f-5d3785aebd69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:08:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c3e701d9-b40a-4221-84db-84a29ef5c9f7?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MzZTcwMWQ5LWI0MGEtNDIyMS04NGRiLTg0YTI5ZWY1YzlmNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:02:09 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29903" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d9bbd714-ad78-4183-97f9-4096bb7f4981" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11992" + ], + "x-ms-request-id": [ + "abf6732d-18b0-4bbb-8608-f30a64a68456" ], "x-ms-correlation-request-id": [ - "9536236e-9641-40d2-8764-bc0489a6c383" + "abf6732d-18b0-4bbb-8608-f30a64a68456" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090904Z:9536236e-9641-40d2-8764-bc0489a6c383" + "EASTUS2:20211117T070210Z:abf6732d-18b0-4bbb-8608-f30a64a68456" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:09:04 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:08:34.0780455+00:00\",\r\n \"endTime\": \"2021-06-29T09:08:39.4061832+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c3e701d9-b40a-4221-84db-84a29ef5c9f7\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/c3e701d9-b40a-4221-84db-84a29ef5c9f7?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MzZTcwMWQ5LWI0MGEtNDIyMS04NGRiLTg0YTI5ZWY1YzlmNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:02:25 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29902" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d5f83bdc-f395-42d7-9286-12c332421aaa" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11991" + ], + "x-ms-request-id": [ + "91340eb2-31d6-4f1b-8c65-42afc6246b9e" ], "x-ms-correlation-request-id": [ - "a727a272-52af-493c-9d2a-34ecbc88fd93" + "91340eb2-31d6-4f1b-8c65-42afc6246b9e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090904Z:a727a272-52af-493c-9d2a-34ecbc88fd93" + "EASTUS2:20211117T070225Z:91340eb2-31d6-4f1b-8c65-42afc6246b9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:09:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar98481?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4NDgxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "98b2d58b-2341-4de9-801d-c46faf856cd9" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4423,26 +5239,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:02:40 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-request-id": [ - "86407d6a-44a5-402b-9d96-0df070503bad" + "5ba54501-6adf-4e99-95d2-169574fc334a" ], "x-ms-correlation-request-id": [ - "86407d6a-44a5-402b-9d96-0df070503bad" + "5ba54501-6adf-4e99-95d2-169574fc334a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090910Z:86407d6a-44a5-402b-9d96-0df070503bad" + "EASTUS2:20211117T070240Z:5ba54501-6adf-4e99-95d2-169574fc334a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4450,29 +5269,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:09:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4480,26 +5296,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:02:55 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "afe5f7ff-e210-41de-bf33-8465bf7d24f5" + "bc7fcf9f-9cce-413f-8cf6-f78ffde6762f" ], "x-ms-correlation-request-id": [ - "afe5f7ff-e210-41de-bf33-8465bf7d24f5" + "bc7fcf9f-9cce-413f-8cf6-f78ffde6762f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090925Z:afe5f7ff-e210-41de-bf33-8465bf7d24f5" + "EASTUS2:20211117T070256Z:bc7fcf9f-9cce-413f-8cf6-f78ffde6762f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4507,29 +5326,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:09:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4537,26 +5353,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:03:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "76146d26-29b9-42b3-9236-ad9906e8e0d4" + "2f53dcb9-ed1b-4328-a6e8-b04d9960d1e7" ], "x-ms-correlation-request-id": [ - "76146d26-29b9-42b3-9236-ad9906e8e0d4" + "2f53dcb9-ed1b-4328-a6e8-b04d9960d1e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090941Z:76146d26-29b9-42b3-9236-ad9906e8e0d4" + "EASTUS2:20211117T070311Z:2f53dcb9-ed1b-4328-a6e8-b04d9960d1e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4564,29 +5383,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:09:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4594,26 +5410,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:03:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-request-id": [ - "1d25f71d-c31a-4b2f-b3ea-de645bc99c6c" + "a6d35988-1c6b-45d3-a237-872b3a9747b7" ], "x-ms-correlation-request-id": [ - "1d25f71d-c31a-4b2f-b3ea-de645bc99c6c" + "a6d35988-1c6b-45d3-a237-872b3a9747b7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T090956Z:1d25f71d-c31a-4b2f-b3ea-de645bc99c6c" + "EASTUS2:20211117T070327Z:a6d35988-1c6b-45d3-a237-872b3a9747b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4621,29 +5440,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:09:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4651,26 +5467,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:03:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-request-id": [ - "27c07aa2-9de3-40b7-a607-0ef526be4313" + "546fb9cc-5d35-41cc-9fbb-994298297c3f" ], "x-ms-correlation-request-id": [ - "27c07aa2-9de3-40b7-a607-0ef526be4313" + "546fb9cc-5d35-41cc-9fbb-994298297c3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091012Z:27c07aa2-9de3-40b7-a607-0ef526be4313" + "EASTUS2:20211117T070342Z:546fb9cc-5d35-41cc-9fbb-994298297c3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4678,29 +5497,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:10:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4708,26 +5524,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:03:57 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11985" ], "x-ms-request-id": [ - "85e960de-34c7-4fb4-be10-a4c9ea58ed06" + "9ad69232-28d7-442e-8115-74e68b54f9d9" ], "x-ms-correlation-request-id": [ - "85e960de-34c7-4fb4-be10-a4c9ea58ed06" + "9ad69232-28d7-442e-8115-74e68b54f9d9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091027Z:85e960de-34c7-4fb4-be10-a4c9ea58ed06" + "EASTUS2:20211117T070358Z:9ad69232-28d7-442e-8115-74e68b54f9d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4735,29 +5554,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:10:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4765,26 +5581,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:04:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11984" ], "x-ms-request-id": [ - "a2a8de17-34d6-4771-92b8-a4fa1287c5fc" + "fbfaddde-5f64-4f8a-ad98-a0e289ea8e76" ], "x-ms-correlation-request-id": [ - "a2a8de17-34d6-4771-92b8-a4fa1287c5fc" + "fbfaddde-5f64-4f8a-ad98-a0e289ea8e76" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091043Z:a2a8de17-34d6-4771-92b8-a4fa1287c5fc" + "EASTUS2:20211117T070413Z:fbfaddde-5f64-4f8a-ad98-a0e289ea8e76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4792,29 +5611,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:10:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4822,26 +5638,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:04:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11983" ], "x-ms-request-id": [ - "8adacd4d-55ac-4748-9c1f-91e1fc522885" + "301b7c2e-18b5-46d7-99d4-eb6cfaba1e8c" ], "x-ms-correlation-request-id": [ - "8adacd4d-55ac-4748-9c1f-91e1fc522885" + "301b7c2e-18b5-46d7-99d4-eb6cfaba1e8c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091058Z:8adacd4d-55ac-4748-9c1f-91e1fc522885" + "EASTUS2:20211117T070429Z:301b7c2e-18b5-46d7-99d4-eb6cfaba1e8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4849,29 +5668,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:10:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4879,26 +5695,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:04:45 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-request-id": [ - "092db2af-8876-4cdb-8868-486ca89cdaf7" + "cc106e07-08b5-4210-b149-c535cdc4c0d4" ], "x-ms-correlation-request-id": [ - "092db2af-8876-4cdb-8868-486ca89cdaf7" + "cc106e07-08b5-4210-b149-c535cdc4c0d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091114Z:092db2af-8876-4cdb-8868-486ca89cdaf7" + "EASTUS2:20211117T070445Z:cc106e07-08b5-4210-b149-c535cdc4c0d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4906,29 +5725,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:11:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4936,26 +5752,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:05:00 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11981" ], "x-ms-request-id": [ - "88d300d2-59c6-44bb-b153-e6e4b202ac15" + "ea116c4c-cc6b-46d0-8bc4-4f6d28b8cf1c" ], "x-ms-correlation-request-id": [ - "88d300d2-59c6-44bb-b153-e6e4b202ac15" + "ea116c4c-cc6b-46d0-8bc4-4f6d28b8cf1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091129Z:88d300d2-59c6-44bb-b153-e6e4b202ac15" + "EASTUS2:20211117T070500Z:ea116c4c-cc6b-46d0-8bc4-4f6d28b8cf1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4963,29 +5782,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:11:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -4993,26 +5809,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:05:15 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11980" ], "x-ms-request-id": [ - "2c25794c-b32b-48ba-bdae-9adeb507f67a" + "2b11e3d1-166c-4f7c-abbe-ebf453c12667" ], "x-ms-correlation-request-id": [ - "2c25794c-b32b-48ba-bdae-9adeb507f67a" + "2b11e3d1-166c-4f7c-abbe-ebf453c12667" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091145Z:2c25794c-b32b-48ba-bdae-9adeb507f67a" + "EASTUS2:20211117T070516Z:2b11e3d1-166c-4f7c-abbe-ebf453c12667" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5020,29 +5839,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:11:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5050,26 +5866,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:05:30 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11979" ], "x-ms-request-id": [ - "3017567f-a672-4e64-bb20-22860d6880a8" + "ad19e513-f530-4b78-a5b9-a49b73c400f9" ], "x-ms-correlation-request-id": [ - "3017567f-a672-4e64-bb20-22860d6880a8" + "ad19e513-f530-4b78-a5b9-a49b73c400f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091200Z:3017567f-a672-4e64-bb20-22860d6880a8" + "EASTUS2:20211117T070531Z:ad19e513-f530-4b78-a5b9-a49b73c400f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5077,29 +5896,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:11:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5107,26 +5923,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:05:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11978" ], "x-ms-request-id": [ - "beedc8e8-3208-4c34-ac19-42afb607f672" + "35661e64-d87b-4b75-8436-c5446964685b" ], "x-ms-correlation-request-id": [ - "beedc8e8-3208-4c34-ac19-42afb607f672" + "35661e64-d87b-4b75-8436-c5446964685b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091216Z:beedc8e8-3208-4c34-ac19-42afb607f672" + "EASTUS2:20211117T070547Z:35661e64-d87b-4b75-8436-c5446964685b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5134,29 +5953,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:12:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5164,26 +5980,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11977" ], "x-ms-request-id": [ - "77ad00b6-004b-4c5e-a758-a940ea6358fa" + "76b5f1ad-1951-4ecb-b88a-50c67bb5f877" ], "x-ms-correlation-request-id": [ - "77ad00b6-004b-4c5e-a758-a940ea6358fa" + "76b5f1ad-1951-4ecb-b88a-50c67bb5f877" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091231Z:77ad00b6-004b-4c5e-a758-a940ea6358fa" + "EASTUS2:20211117T070602Z:76b5f1ad-1951-4ecb-b88a-50c67bb5f877" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5191,29 +6010,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:12:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5221,20 +6037,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:17 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11976" ], "x-ms-request-id": [ - "ac835005-5fcb-4809-b77f-9031acff8467" + "72d6d0af-85eb-4978-91ed-6d0cd8abfe69" ], "x-ms-correlation-request-id": [ - "ac835005-5fcb-4809-b77f-9031acff8467" + "72d6d0af-85eb-4978-91ed-6d0cd8abfe69" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091247Z:ac835005-5fcb-4809-b77f-9031acff8467" + "EASTUS2:20211117T070618Z:72d6d0af-85eb-4978-91ed-6d0cd8abfe69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5242,29 +6061,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:12:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODQ4MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1T0RRNE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNjA1MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TmpBMU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5272,20 +6088,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11975" ], "x-ms-request-id": [ - "53c72bc9-6a2f-414a-a9de-97daf0bd00cb" + "9280a498-de83-4c2f-8993-48153d8b752c" ], "x-ms-correlation-request-id": [ - "53c72bc9-6a2f-414a-a9de-97daf0bd00cb" + "9280a498-de83-4c2f-8993-48153d8b752c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091247Z:53c72bc9-6a2f-414a-a9de-97daf0bd00cb" + "EASTUS2:20211117T070618Z:9280a498-de83-4c2f-8993-48153d8b752c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5293,14 +6112,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:12:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5309,27 +6125,27 @@ ], "Names": { "InitializeCommon": [ - "crptestar9848", - "vmss7888", - "crptestar4488" + "crptestar2605", + "vmss7374", + "crptestar5319" ], "CreatePublicIP": [ - "pip5358", - "dn9817" + "pip8900", + "dn9195" ], "CreateVNET": [ - "vn4343", - "sn152" + "vn1727", + "sn5018" ], "CreateNIC": [ - "nic1226", - "ip8708" + "nic8113", + "ip8498" ], "CreateDefaultVMScaleSetInput": [ - "crptestar5129", - "vmss6068", - "vmsstestnetconfig9754", - "vmsstestnetconfig2640" + "crptestar9502", + "vmss6841", + "vmsstestnetconfig9501", + "vmsstestnetconfig1070" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedBootDiagnostics.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedBootDiagnostics.json index 34f5a15a330bb..07e6c9a5fa73b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedBootDiagnostics.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedBootDiagnostics.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "225c445a-dc64-4d32-a9cb-029ff83ee64f" + "7cafab16-ff8e-4a57-aff2-a3b358af86d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132689763091654268" + "3707be56-376d-4281-af6f-306af28cbf16_132804548105402048" ], "x-ms-request-id": [ - "bc8441f7-b3ae-4ac7-8bc6-e1da0653d3ce" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "820d97ea-a081-4da9-92c3-f70e016bfd9c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "c10886b4-ea16-47aa-b9fc-f3f6b33bb71a" + "6f6b0e2f-b652-4e65-8f43-381f352c5f2c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102007Z:c10886b4-ea16-47aa-b9fc-f3f6b33bb71a" + "EASTUS2:20211117T081041Z:6f6b0e2f-b652-4e65-8f43-381f352c5f2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:06 GMT" - ], "Content-Length": [ "317" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar79591?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5NTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar56161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2MTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar79591\": \"2021-06-29 10:20:07Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar56161\": \"2021-11-17 08:10:41Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3f8bf7e3-f9f5-4376-a8e2-c3df91dd639b" + "f6bc6bf4-7ada-46ce-8cf5-f36e2a032d83" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:40 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "5a8c41e0-d61d-44e4-a0a8-57ea7230b16b" + "d5b8f0e7-f161-42e7-af7f-693e49fb231c" ], "x-ms-correlation-request-id": [ - "5a8c41e0-d61d-44e4-a0a8-57ea7230b16b" + "d5b8f0e7-f161-42e7-af7f-693e49fb231c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102007Z:5a8c41e0-d61d-44e4-a0a8-57ea7230b16b" + "EASTUS2:20211117T081041Z:d5b8f0e7-f161-42e7-af7f-693e49fb231c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:07 GMT" - ], "Content-Length": [ "235" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591\",\r\n \"name\": \"crptestar79591\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar79591\": \"2021-06-29 10:20:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161\",\r\n \"name\": \"crptestar56161\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar56161\": \"2021-11-17 08:10:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar79591?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5NTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar56161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2MTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f8784ec-4d84-4727-bb53-0f9ec3cd8cee" + "6ebf9d3b-9391-4c8c-9a0b-bc5c6817d183" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:10 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "4ee942cc-c2ee-40e7-b3f2-ce9e6367ca97" + "c3a7daea-8e80-4540-a52b-3d215a4e6ede" ], "x-ms-correlation-request-id": [ - "4ee942cc-c2ee-40e7-b3f2-ce9e6367ca97" + "c3a7daea-8e80-4540-a52b-3d215a4e6ede" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102036Z:4ee942cc-c2ee-40e7-b3f2-ce9e6367ca97" + "EASTUS2:20211117T081110Z:c3a7daea-8e80-4540-a52b-3d215a4e6ede" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:36 GMT" - ], "Content-Length": [ "186" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591\",\r\n \"name\": \"crptestar79591\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161\",\r\n \"name\": \"crptestar56161\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Storage/storageAccounts/crptestar2298?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjI5OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Storage/storageAccounts/crptestar5697?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTY5Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "135c6b93-7ede-4d95-9418-fd74268f283c" + "8b726961-5e75-4a39-83d8-543071c2ab65" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/c539f69e-1807-4d17-8614-0425f82340cd?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/1c6635eb-c15f-426a-a0ae-20ea00cfa7e5?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c539f69e-1807-4d17-8614-0425f82340cd" + "1c6635eb-c15f-426a-a0ae-20ea00cfa7e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "25e03781-31be-4a6f-b648-2aa87ffb242c" + "3001fdd3-0e85-46ab-bdea-83347535f6b9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102009Z:25e03781-31be-4a6f-b648-2aa87ffb242c" + "EASTUS2:20211117T081043Z:3001fdd3-0e85-46ab-bdea-83347535f6b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:08 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/c539f69e-1807-4d17-8614-0425f82340cd?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2M1MzlmNjllLTE4MDctNGQxNy04NjE0LTA0MjVmODIzNDBjZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/1c6635eb-c15f-426a-a0ae-20ea00cfa7e5?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzFjNjYzNWViLWMxNWYtNDI2YS1hMGFlLTIwZWEwMGNmYTdlNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a433b9ea-81ba-4fed-b0e3-85be21258789" + "6381f930-0e20-4fa3-98aa-6c4fb08179a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ddfeea6a-08a7-445c-89f3-9833fca4bdf5" + "19ba4ba4-cbae-41f0-a0b5-754372c790a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102026Z:ddfeea6a-08a7-445c-89f3-9833fca4bdf5" + "EASTUS2:20211117T081100Z:19ba4ba4-cbae-41f0-a0b5-754372c790a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:25 GMT" - ], "Content-Length": [ "93" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3cc0235-def7-4a46-b1e8-ddfe03a3f21a" + "e16ca5bf-8c50-4147-8df1-1a5b85491796" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "774897dc-dd21-48a8-8265-9d3f6318a9d6" + "d391d553-3c18-4f67-b3e9-d6fed01929dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "e0c9d586-f493-4f0f-a0c0-545899f2b475" + "b7f3f6a8-393c-43c8-86b1-70ef0c1a3778" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102036Z:e0c9d586-f493-4f0f-a0c0-545899f2b475" + "EASTUS2:20211117T081110Z:b7f3f6a8-393c-43c8-86b1-70ef0c1a3778" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:35 GMT" - ], "Content-Length": [ "754" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Storage/storageAccounts/crptestar2298\",\r\n \"name\": \"crptestar2298\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T10:20:08.0481727Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2298.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2298.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2298.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2298.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Storage/storageAccounts/crptestar5697\",\r\n \"name\": \"crptestar5697\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T08:10:41.7945826Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5697.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5697.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5697.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5697.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Storage/storageAccounts/crptestar2298?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMjI5OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Storage/storageAccounts/crptestar5697?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNTY5Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f282328-da3e-4758-9b4d-964012d57ba9" + "2f92fd3a-9cf6-433d-9a26-053dd6c4ed39" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "533a2ba3-9510-4c91-807f-80a8c679e10d" + "d61029aa-b049-4122-9c35-d05112eb4373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "eccfcc68-48fa-4746-a27b-2ec7db94cee3" + "940cc52c-6a54-4c69-be82-3854a7011ad9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102036Z:eccfcc68-48fa-4746-a27b-2ec7db94cee3" + "EASTUS2:20211117T081110Z:940cc52c-6a54-4c69-be82-3854a7011ad9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:35 GMT" - ], "Content-Length": [ "742" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Storage/storageAccounts/crptestar2298\",\r\n \"name\": \"crptestar2298\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T10:20:08.0481727Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar2298.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar2298.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar2298.table.core.windows.net/\",\r\n \"file\": \"https://crptestar2298.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Storage/storageAccounts/crptestar5697\",\r\n \"name\": \"crptestar5697\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T08:10:41.7945826Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5697.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5697.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5697.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5697.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/publicIPAddresses/pip4640?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NjQwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/publicIPAddresses/pip7958?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3OTU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2100\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9146\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "12a132a9-44e1-428d-82d0-1ba97997df6f" + "1413b539-d3a5-4915-8923-eb02d11ef76f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "97f364f7-60cf-4421-b3b2-f7144af8c2cb" + "7d9e8191-a6ff-4df5-bee2-d9668e2051b0" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/97f364f7-60cf-4421-b3b2-f7144af8c2cb?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/7d9e8191-a6ff-4df5-bee2-d9668e2051b0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a1845a22-f95f-471c-8c38-22453c82458c" + "a40f2020-15e9-48df-9a9c-7ec0245f30cc" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0df4607f-21be-4b56-b84f-f10aa6beadea" + "300d0fa6-8351-4770-b15c-17df4dc3ab36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102039Z:a1845a22-f95f-471c-8c38-22453c82458c" + "EASTUS2:20211117T081111Z:a40f2020-15e9-48df-9a9c-7ec0245f30cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:39 GMT" - ], "Content-Length": [ "766" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4640\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/publicIPAddresses/pip4640\",\r\n \"etag\": \"W/\\\"343b1505-e126-4651-b149-4c088ed23689\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"833db383-9588-46bd-9f4b-6ab8b509033b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2100\",\r\n \"fqdn\": \"dn2100.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7958\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/publicIPAddresses/pip7958\",\r\n \"etag\": \"W/\\\"d1505d81-0915-46f2-8456-0234e9679b2b\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"72c32c79-5e4a-4dd3-9aaf-4167e913fb88\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9146\",\r\n \"fqdn\": \"dn9146.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/97f364f7-60cf-4421-b3b2-f7144af8c2cb?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy85N2YzNjRmNy02MGNmLTQ0MjEtYjNiMi1mNzE0NGFmOGMyY2I/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/7d9e8191-a6ff-4df5-bee2-d9668e2051b0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy83ZDllODE5MS1hNmZmLTRkZjUtYmVlMi1kOTY2OGUyMDUxYjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7e87e998-9620-432f-a921-31eac4599aa7" + "8e59076b-38f3-4c53-9e3b-ce3ea0f657b0" ], "x-ms-correlation-request-id": [ - "9556cd17-faa2-4aa3-8ec9-b77d60cf7ed2" + "0cbb0321-a89e-4c27-bda4-58b4b186a946" ], "x-ms-arm-service-request-id": [ - "190e9f2f-7c03-4ac4-884a-0bfe41a4cecf" + "cbe317b9-3694-4edf-a4c2-2bd356497449" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102040Z:9556cd17-faa2-4aa3-8ec9-b77d60cf7ed2" + "EASTUS2:20211117T081112Z:0cbb0321-a89e-4c27-bda4-58b4b186a946" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:40 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/publicIPAddresses/pip4640?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NjQwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/publicIPAddresses/pip7958?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3OTU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a419ffb5-4943-448e-ae4a-f669218c4bec\"" + "W/\"c643e259-999b-4c3c-be43-106df42ec130\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bfec1f5c-6daf-46cd-9a31-099bdb619d12" + "dd3b4f95-e6b4-408d-8141-357e05ea2151" ], "x-ms-correlation-request-id": [ - "a655ad79-5dfd-48cc-ab86-ad4a5a2a496d" + "5ae77510-bd0e-462d-aa6f-3daa88a38720" ], "x-ms-arm-service-request-id": [ - "b570b87b-5278-4983-ae93-f62cbba8f704" + "b22b8539-9a85-4ae0-8e08-9c25d47c230f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102040Z:a655ad79-5dfd-48cc-ab86-ad4a5a2a496d" + "EASTUS2:20211117T081112Z:5ae77510-bd0e-462d-aa6f-3daa88a38720" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:40 GMT" - ], "Content-Length": [ "767" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4640\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/publicIPAddresses/pip4640\",\r\n \"etag\": \"W/\\\"a419ffb5-4943-448e-ae4a-f669218c4bec\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"833db383-9588-46bd-9f4b-6ab8b509033b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2100\",\r\n \"fqdn\": \"dn2100.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7958\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/publicIPAddresses/pip7958\",\r\n \"etag\": \"W/\\\"c643e259-999b-4c3c-be43-106df42ec130\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"72c32c79-5e4a-4dd3-9aaf-4167e913fb88\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9146\",\r\n \"fqdn\": \"dn9146.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/publicIPAddresses/pip4640?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NjQwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/publicIPAddresses/pip7958?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3OTU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a89b2d71-e314-4892-a8c0-4073b61f6ec7" + "c54a16d8-400b-4e35-9d4e-c8ecc2fb5879" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"a419ffb5-4943-448e-ae4a-f669218c4bec\"" + "W/\"c643e259-999b-4c3c-be43-106df42ec130\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c6400967-6744-4718-8ade-5e30f9610457" + "3cc82863-5b7e-45fb-a330-34b37f927ffb" ], "x-ms-correlation-request-id": [ - "c915a089-8179-4bb3-a14e-bf3727fa8bbe" + "b0a4a73c-4658-4fe5-b6aa-58fab6d3b417" ], "x-ms-arm-service-request-id": [ - "c5d22280-363a-486b-8df5-733c62f167a7" + "fa7396ef-39d3-4731-ac53-80efa12e08c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102040Z:c915a089-8179-4bb3-a14e-bf3727fa8bbe" + "EASTUS2:20211117T081112Z:b0a4a73c-4658-4fe5-b6aa-58fab6d3b417" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:40 GMT" - ], "Content-Length": [ "767" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4640\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/publicIPAddresses/pip4640\",\r\n \"etag\": \"W/\\\"a419ffb5-4943-448e-ae4a-f669218c4bec\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"833db383-9588-46bd-9f4b-6ab8b509033b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2100\",\r\n \"fqdn\": \"dn2100.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7958\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/publicIPAddresses/pip7958\",\r\n \"etag\": \"W/\\\"c643e259-999b-4c3c-be43-106df42ec130\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"72c32c79-5e4a-4dd3-9aaf-4167e913fb88\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9146\",\r\n \"fqdn\": \"dn9146.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41ODk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3966\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6976\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "11cab3c4-23fc-409a-9b41-d24d3da64696" + "c2640d4d-7b54-4d7e-999e-c775db636312" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +766,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "22801347-bf95-43ff-824a-d54ff18d9d91" + "284d5ec3-9124-48f0-b89d-1f50946aad7c" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/22801347-bf95-43ff-824a-d54ff18d9d91?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/284d5ec3-9124-48f0-b89d-1f50946aad7c?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6d7130e1-cef1-4298-9ebd-e8df250f5c5c" + "5813ce13-0d2d-4f05-8c8b-90170c0d2198" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a65c4cb7-4cd1-4b69-8ce1-8601d2ecf36f" + "56ab8341-ef83-491d-937d-9470bd3f44c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102041Z:6d7130e1-cef1-4298-9ebd-e8df250f5c5c" + "EASTUS2:20211117T081112Z:5813ce13-0d2d-4f05-8c8b-90170c0d2198" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:40 GMT" - ], "Content-Length": [ - "1315" + "1321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn24\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24\",\r\n \"etag\": \"W/\\\"b8b93256-712b-4210-b47e-038c2fa3e0ef\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"78cefcbb-ae84-4f5b-949f-8d78d2d10c21\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3966\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\",\r\n \"etag\": \"W/\\\"b8b93256-712b-4210-b47e-038c2fa3e0ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895\",\r\n \"etag\": \"W/\\\"5eba7dfc-b50a-4306-880d-0d7a963546f3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e7f692a6-baf9-45ba-94bf-97201c0f1dd6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\",\r\n \"etag\": \"W/\\\"5eba7dfc-b50a-4306-880d-0d7a963546f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/22801347-bf95-43ff-824a-d54ff18d9d91?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8yMjgwMTM0Ny1iZjk1LTQzZmYtODI0YS1kNTRmZjE4ZDlkOTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/284d5ec3-9124-48f0-b89d-1f50946aad7c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8yODRkNWVjMy05MTI0LTQ4ZjAtYjg5ZC0xZjUwOTQ2YWFkN2M/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f585cb63-e89c-45ae-b2a1-5200ec6d0235" + "586b27f7-9436-4a26-85a8-b918b9f239c8" ], "x-ms-correlation-request-id": [ - "d75f805a-39c4-4bd3-a202-f62408b46475" + "3cafb5f9-9469-41f0-b285-b9502bc6f321" ], "x-ms-arm-service-request-id": [ - "b9b09101-2231-4075-aaea-dea892163787" + "bebf9378-e9cd-4173-9902-d58674e655ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102044Z:d75f805a-39c4-4bd3-a202-f62408b46475" + "EASTUS2:20211117T081115Z:3cafb5f9-9469-41f0-b285-b9502bc6f321" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:44 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41ODk1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b67229d8-5dd3-4cdb-9659-2ae4d9a20b77\"" + "W/\"cf3297a4-3535-48e2-b2ad-4b12e220c309\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d37331b2-72c0-49be-bb68-c9ff87a344cb" + "60bce89e-6f98-4511-bb66-8114eafc7f86" ], "x-ms-correlation-request-id": [ - "29e70680-d92e-411a-b410-212c8e621c5a" + "0b431b2c-c5a5-46eb-a5d7-e99f7cf2e990" ], "x-ms-arm-service-request-id": [ - "ac809bf9-bc8d-4f60-b186-b373a9f03624" + "f833fcbc-14f2-4a53-9772-15aad6f02198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102044Z:29e70680-d92e-411a-b410-212c8e621c5a" + "EASTUS2:20211117T081115Z:0b431b2c-c5a5-46eb-a5d7-e99f7cf2e990" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:44 GMT" - ], "Content-Length": [ - "1317" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn24\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24\",\r\n \"etag\": \"W/\\\"b67229d8-5dd3-4cdb-9659-2ae4d9a20b77\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78cefcbb-ae84-4f5b-949f-8d78d2d10c21\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3966\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\",\r\n \"etag\": \"W/\\\"b67229d8-5dd3-4cdb-9659-2ae4d9a20b77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5895\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895\",\r\n \"etag\": \"W/\\\"cf3297a4-3535-48e2-b2ad-4b12e220c309\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e7f692a6-baf9-45ba-94bf-97201c0f1dd6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\",\r\n \"etag\": \"W/\\\"cf3297a4-3535-48e2-b2ad-4b12e220c309\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4yNC9zdWJuZXRzL3NuMzk2Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41ODk1L3N1Ym5ldHMvc242OTc2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac953ab9-e866-4cb8-8510-7edd5a21c83a" + "4f8fd229-9b22-4296-898b-6f15f908f360" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b67229d8-5dd3-4cdb-9659-2ae4d9a20b77\"" + "W/\"cf3297a4-3535-48e2-b2ad-4b12e220c309\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "208501ef-2b3f-4649-b306-c84e07158104" + "de9cf23b-7d24-4748-a93a-e4a86ce23eaa" ], "x-ms-correlation-request-id": [ - "0a5e86d2-c2c1-409b-bdcc-46f1362c8541" + "68a1ab8f-7977-4f04-b375-eb22e97a34b6" ], "x-ms-arm-service-request-id": [ - "e24a1529-d61d-4fe6-9bad-f83a0af73f34" + "a9e3dfa3-5054-4851-bdf0-61007716949d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102044Z:0a5e86d2-c2c1-409b-bdcc-46f1362c8541" + "EASTUS2:20211117T081115Z:68a1ab8f-7977-4f04-b375-eb22e97a34b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:44 GMT" - ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3966\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\",\r\n \"etag\": \"W/\\\"b67229d8-5dd3-4cdb-9659-2ae4d9a20b77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\",\r\n \"etag\": \"W/\\\"cf3297a4-3535-48e2-b2ad-4b12e220c309\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4Njg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MTc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3966\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\r\n }\r\n },\r\n \"name\": \"ip4992\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\r\n }\r\n },\r\n \"name\": \"ip898\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0bb378a7-ea5e-4ee2-a900-3269155dac99" + "f7d356ad-4c02-41f4-aa7a-8c6b00d3ee85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "745" + "746" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b324de53-bcb0-4dd9-af85-cef3242538d5" + "29cab75a-b0e2-4e99-92d4-fab943dce791" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/b324de53-bcb0-4dd9-af85-cef3242538d5?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/29cab75a-b0e2-4e99-92d4-fab943dce791?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "22e6935f-03d3-4e65-b02f-eb5cc4c1557f" + "22e487d0-9850-4a8f-bb16-3e9480b49c75" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b8b05a88-d5e9-42c2-9d1f-cc59df4d904e" + "7456fa50-6ebd-40b5-8c0c-8f9522637843" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102045Z:22e6935f-03d3-4e65-b02f-eb5cc4c1557f" + "EASTUS2:20211117T081116Z:22e487d0-9850-4a8f-bb16-3e9480b49c75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:45 GMT" - ], "Content-Length": [ - "1632" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686\",\r\n \"etag\": \"W/\\\"e47bb844-24f0-4d63-809f-dd2a468e3c28\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff4e7fad-afef-414f-84aa-1b45701aeda9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4992\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686/ipConfigurations/ip4992\",\r\n \"etag\": \"W/\\\"e47bb844-24f0-4d63-809f-dd2a468e3c28\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\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\": \"xp4m24eevznu5fe5rv2nfuimeb.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178\",\r\n \"etag\": \"W/\\\"0c875b77-6b27-407f-9e22-006082575f74\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"375e9bdd-219b-476d-81cc-ff705c68ec14\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178/ipConfigurations/ip898\",\r\n \"etag\": \"W/\\\"0c875b77-6b27-407f-9e22-006082575f74\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\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\": \"u0jpnz5zxk3elff5s2qbydy30g.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4Njg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MTc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e47bb844-24f0-4d63-809f-dd2a468e3c28\"" + "W/\"0c875b77-6b27-407f-9e22-006082575f74\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e5147c7b-5426-4e6d-ab4a-9f1eda8116a0" + "220d9e98-9928-41a2-abeb-d5f1a6d6c810" ], "x-ms-correlation-request-id": [ - "4d588ebb-9f42-4916-b208-e2d71806e4bf" + "b6fdfc90-8fa4-4891-8284-0fa6d3d9dbaf" ], "x-ms-arm-service-request-id": [ - "d27a984b-ad80-4e6b-a310-b12f6c0be0f8" + "7c1a7d4a-8c3f-4437-8095-a3850df2542e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102045Z:4d588ebb-9f42-4916-b208-e2d71806e4bf" + "EASTUS2:20211117T081116Z:b6fdfc90-8fa4-4891-8284-0fa6d3d9dbaf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:45 GMT" - ], "Content-Length": [ - "1632" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686\",\r\n \"etag\": \"W/\\\"e47bb844-24f0-4d63-809f-dd2a468e3c28\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff4e7fad-afef-414f-84aa-1b45701aeda9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4992\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686/ipConfigurations/ip4992\",\r\n \"etag\": \"W/\\\"e47bb844-24f0-4d63-809f-dd2a468e3c28\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\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\": \"xp4m24eevznu5fe5rv2nfuimeb.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178\",\r\n \"etag\": \"W/\\\"0c875b77-6b27-407f-9e22-006082575f74\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"375e9bdd-219b-476d-81cc-ff705c68ec14\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178/ipConfigurations/ip898\",\r\n \"etag\": \"W/\\\"0c875b77-6b27-407f-9e22-006082575f74\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\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\": \"u0jpnz5zxk3elff5s2qbydy30g.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4Njg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MTc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4abc55a-7f64-47f1-882b-49df988ee3ba" + "8117eefc-cd81-410c-9f24-cc19439af4be" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e47bb844-24f0-4d63-809f-dd2a468e3c28\"" + "W/\"0c875b77-6b27-407f-9e22-006082575f74\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ade21feb-c033-46f1-aa19-fd9b585762bb" + "caa52a97-b4e9-4f9d-81f4-83e124b927d2" ], "x-ms-correlation-request-id": [ - "a0c65fff-e2d7-4e75-a16c-dfa047a2eec4" + "188dc2de-b589-43f6-b57a-d1666a9c10cb" ], "x-ms-arm-service-request-id": [ - "1d583c6a-779d-4362-b34a-4ab0ad76b22b" + "7535aef7-359a-4fe2-ad13-5e5778040795" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102045Z:a0c65fff-e2d7-4e75-a16c-dfa047a2eec4" + "EASTUS2:20211117T081116Z:188dc2de-b589-43f6-b57a-d1666a9c10cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:45 GMT" - ], "Content-Length": [ - "1632" + "1589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,46 +1224,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686\",\r\n \"etag\": \"W/\\\"e47bb844-24f0-4d63-809f-dd2a468e3c28\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff4e7fad-afef-414f-84aa-1b45701aeda9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4992\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/networkInterfaces/nic8686/ipConfigurations/ip4992\",\r\n \"etag\": \"W/\\\"e47bb844-24f0-4d63-809f-dd2a468e3c28\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\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\": \"xp4m24eevznu5fe5rv2nfuimeb.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178\",\r\n \"etag\": \"W/\\\"0c875b77-6b27-407f-9e22-006082575f74\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"375e9bdd-219b-476d-81cc-ff705c68ec14\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/networkInterfaces/nic5178/ipConfigurations/ip898\",\r\n \"etag\": \"W/\\\"0c875b77-6b27-407f-9e22-006082575f74\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\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\": \"u0jpnz5zxk3elff5s2qbydy30g.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTgzNz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5461\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6199\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3012\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9393\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n }\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d2a5443-4de4-4800-84c4-8dd720b67f44" + "6a72e0b1-e5cb-4608-9c83-44e14914d2b7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1782" + "1784" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/dd24844a-df38-4172-a131-bb1a1dbd0ab1?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/d7cee876-1fac-4b54-a1e2-99614fa7fc5e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,29 +1285,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dd24844a-df38-4172-a131-bb1a1dbd0ab1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d7cee876-1fac-4b54-a1e2-99614fa7fc5e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "076eb3d2-7308-40b1-9dd4-313cea538119" + "897a30b2-c94d-4df9-9fd3-bc37f749c54f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102047Z:076eb3d2-7308-40b1-9dd4-313cea538119" + "EASTUS2:20211117T081117Z:897a30b2-c94d-4df9-9fd3-bc37f749c54f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:46 GMT" - ], "Content-Length": [ - "3566" + "3589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,32 +1309,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9603\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5461\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6199\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"542ef264-11b6-4ed8-9f6a-93585abb4257\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3012\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9393\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c42eb69c-d5fc-4309-a518-083607d63b9f\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-17T08:11:16.8102761+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/dd24844a-df38-4172-a131-bb1a1dbd0ab1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kZDI0ODQ0YS1kZjM4LTQxNzItYTEzMS1iYjFhMWRiZDBhYjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/d7cee876-1fac-4b54-a1e2-99614fa7fc5e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kN2NlZTg3Ni0xZmFjLTRiNTQtYTFlMi05OTYxNGZhN2ZjNWU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:11:26 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1342,27 +1349,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4b3a688-c9e8-4664-8aa9-faf457a167b8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06e658a2-0996-49c9-baff-138011ff2d37" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "d945646a-92c9-40a5-bf78-d91c4356b257" + "b2bd0647-48cd-42ab-b710-de1ed312bc3f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102057Z:d945646a-92c9-40a5-bf78-d91c4356b257" + "EASTUS2:20211117T081127Z:b2bd0647-48cd-42ab-b710-de1ed312bc3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:56 GMT" - ], "Content-Length": [ "134" ], @@ -1373,29 +1373,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:20:46.0176647+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd24844a-df38-4172-a131-bb1a1dbd0ab1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:11:16.7946326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d7cee876-1fac-4b54-a1e2-99614fa7fc5e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/dd24844a-df38-4172-a131-bb1a1dbd0ab1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kZDI0ODQ0YS1kZjM4LTQxNzItYTEzMS1iYjFhMWRiZDBhYjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/d7cee876-1fac-4b54-a1e2-99614fa7fc5e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kN2NlZTg3Ni0xZmFjLTRiNTQtYTFlMi05OTYxNGZhN2ZjNWU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:13:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1403,27 +1410,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae309a3b-87b2-4108-9567-81565e6d0478" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "13553fce-fd70-4a0d-8e6b-5269d2222059" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "14df9617-bf60-4c74-baab-73852b710998" + "c16df0fc-00b6-4b6e-95d1-4d53afd3a543" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102234Z:14df9617-bf60-4c74-baab-73852b710998" + "EASTUS2:20211117T081304Z:c16df0fc-00b6-4b6e-95d1-4d53afd3a543" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:22:34 GMT" - ], "Content-Length": [ "134" ], @@ -1434,29 +1434,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:20:46.0176647+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd24844a-df38-4172-a131-bb1a1dbd0ab1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:11:16.7946326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d7cee876-1fac-4b54-a1e2-99614fa7fc5e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/dd24844a-df38-4172-a131-bb1a1dbd0ab1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kZDI0ODQ0YS1kZjM4LTQxNzItYTEzMS1iYjFhMWRiZDBhYjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/d7cee876-1fac-4b54-a1e2-99614fa7fc5e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kN2NlZTg3Ni0xZmFjLTRiNTQtYTFlMi05OTYxNGZhN2ZjNWU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:14:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1464,27 +1471,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9fddc72d-8b84-42c9-b07b-e7096728728f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2b35663c-a9b4-48ec-915d-7e69ff9075bd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "9b2c55bd-aecb-41e0-ad14-eb12576c309d" + "5caf9288-34ef-4a69-a21d-1808674d3a86" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102411Z:9b2c55bd-aecb-41e0-ad14-eb12576c309d" + "EASTUS2:20211117T081441Z:5caf9288-34ef-4a69-a21d-1808674d3a86" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:24:10 GMT" - ], "Content-Length": [ "134" ], @@ -1495,29 +1495,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:20:46.0176647+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd24844a-df38-4172-a131-bb1a1dbd0ab1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:11:16.7946326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d7cee876-1fac-4b54-a1e2-99614fa7fc5e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/dd24844a-df38-4172-a131-bb1a1dbd0ab1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kZDI0ODQ0YS1kZjM4LTQxNzItYTEzMS1iYjFhMWRiZDBhYjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/d7cee876-1fac-4b54-a1e2-99614fa7fc5e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kN2NlZTg3Ni0xZmFjLTRiNTQtYTFlMi05OTYxNGZhN2ZjNWU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:16:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1525,27 +1532,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c23da770-bf15-4779-9547-2622a1fb2d59" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f4af351-9201-48be-9750-cb814feebfdc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "7c775822-222c-4028-be3a-e5cb50f9f087" + "c37e9e8f-95db-4b9b-8241-3626c2471a10" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102548Z:7c775822-222c-4028-be3a-e5cb50f9f087" + "EASTUS2:20211117T081618Z:c37e9e8f-95db-4b9b-8241-3626c2471a10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:25:48 GMT" - ], "Content-Length": [ "134" ], @@ -1556,29 +1556,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:20:46.0176647+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd24844a-df38-4172-a131-bb1a1dbd0ab1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:11:16.7946326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d7cee876-1fac-4b54-a1e2-99614fa7fc5e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/dd24844a-df38-4172-a131-bb1a1dbd0ab1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kZDI0ODQ0YS1kZjM4LTQxNzItYTEzMS1iYjFhMWRiZDBhYjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/d7cee876-1fac-4b54-a1e2-99614fa7fc5e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kN2NlZTg3Ni0xZmFjLTRiNTQtYTFlMi05OTYxNGZhN2ZjNWU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:17:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], @@ -1586,27 +1593,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cd151306-4e6d-4391-b3f2-cfc5a3b3a6fe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b353bc78-d174-4b43-81bb-4360ca89378c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "1ade2cca-6206-4334-af06-53c568558189" + "19ce127b-40d5-4785-862a-3a24b5f0dd95" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102725Z:1ade2cca-6206-4334-af06-53c568558189" + "EASTUS2:20211117T081756Z:19ce127b-40d5-4785-862a-3a24b5f0dd95" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:27:25 GMT" - ], "Content-Length": [ "134" ], @@ -1617,29 +1617,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:20:46.0176647+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd24844a-df38-4172-a131-bb1a1dbd0ab1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:11:16.7946326+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d7cee876-1fac-4b54-a1e2-99614fa7fc5e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/dd24844a-df38-4172-a131-bb1a1dbd0ab1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kZDI0ODQ0YS1kZjM4LTQxNzItYTEzMS1iYjFhMWRiZDBhYjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/d7cee876-1fac-4b54-a1e2-99614fa7fc5e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9kN2NlZTg3Ni0xZmFjLTRiNTQtYTFlMi05OTYxNGZhN2ZjNWU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:19:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1647,27 +1654,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "00cbdcfb-5ef1-445e-84b8-21b54be82d5e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d90fc52-52d3-4f94-82c1-38a6d6054674" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "935131b1-8cb6-4f24-88ba-a8d99337abd6" + "b693a3ba-f02e-493e-bb81-1fb5f44fe4cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102902Z:935131b1-8cb6-4f24-88ba-a8d99337abd6" + "EASTUS2:20211117T081933Z:b693a3ba-f02e-493e-bb81-1fb5f44fe4cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:02 GMT" - ], "Content-Length": [ "184" ], @@ -1678,29 +1678,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:20:46.0176647+00:00\",\r\n \"endTime\": \"2021-06-29T10:28:27.0491511+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dd24844a-df38-4172-a131-bb1a1dbd0ab1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:11:16.7946326+00:00\",\r\n \"endTime\": \"2021-11-17T08:19:09.8135197+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d7cee876-1fac-4b54-a1e2-99614fa7fc5e\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTgzNz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:19:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], @@ -1708,29 +1715,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d3830914-54c9-4fc7-b4c7-33dc87503d07" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5ed6af6f-cd8b-4e8d-a3b1-89ce4c4ead49" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "3e5f6f44-a5ed-4290-8bba-f48ef7bb2922" + "01965464-3a76-41af-be42-5e2141b772a2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102902Z:3e5f6f44-a5ed-4290-8bba-f48ef7bb2922" + "EASTUS2:20211117T081933Z:01965464-3a76-41af-be42-5e2141b772a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:02 GMT" - ], "Content-Length": [ - "3567" + "3590" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,35 +1739,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9603\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5461\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6199\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"542ef264-11b6-4ed8-9f6a-93585abb4257\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3012\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9393\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c42eb69c-d5fc-4309-a518-083607d63b9f\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-17T08:11:16.8102761+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTgzNz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98653e81-c692-4d41-b5ec-1d700971a913" + "91d758ed-b769-4a1d-b609-798285237290" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:19:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], @@ -1775,29 +1782,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3968a123-685d-4a69-930c-89ed239c5f50" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3f101603-6ae9-4788-bb21-b4d273b8011c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "99c1319d-7d33-4728-8f0f-04779dbd8852" + "9c172138-ccb1-446d-a2de-574e729a5493" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102902Z:99c1319d-7d33-4728-8f0f-04779dbd8852" + "EASTUS2:20211117T081933Z:9c172138-ccb1-446d-a2de-574e729a5493" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:02 GMT" - ], "Content-Length": [ - "3567" + "3590" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1806,35 +1806,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9603\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5461\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6199\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Network/virtualNetworks/vn24/subnets/sn3966\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"542ef264-11b6-4ed8-9f6a-93585abb4257\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss1837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3012\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9393\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Network/virtualNetworks/vn5895/subnets/sn6976\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c42eb69c-d5fc-4309-a518-083607d63b9f\",\r\n \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2021-11-17T08:11:16.8102761+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603/virtualmachines/0/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwMy92aXJ0dWFsbWFjaGluZXMvMC9pbnN0YW5jZVZpZXc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837/virtualMachines/0/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTgzNy92aXJ0dWFsTWFjaGluZXMvMC9pbnN0YW5jZVZpZXc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50c8402f-aba0-4a8e-9770-99490ad5c62e" + "7e63a91b-45a8-465b-b6b9-2b7faa91ce7f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:19:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" ], @@ -1845,29 +1852,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9053c024-9404-4ed0-a4be-4deae33fae69" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "31b2afe3-b7ce-4782-b689-d06fac624981" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "20862b96-2358-4a38-96a8-1a57cf50d617" + "f18ce1d6-e605-414c-b5fe-e12256ec5dc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102902Z:20862b96-2358-4a38-96a8-1a57cf50d617" + "EASTUS2:20211117T081933Z:f18ce1d6-e605-414c-b5fe-e12256ec5dc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:02 GMT" - ], "Content-Length": [ - "3304" + "3302" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1876,35 +1876,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"placementGroupId\": \"d50797f8-93a9-4d99-ae82-65bacefca82f\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T10:28:53+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss9603_vmss9603_0_OsDisk_1_f6779314d81c4dc783bfca19cf79d787\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T10:20:50.2053151+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss9603_vmss9603_0_disk2_7c537b5a655541ec8d64c8374c111fea\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T10:20:50.2053151+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T10:28:39+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T10:27:54.5166738+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"placementGroupId\": \"fff8345c-88a8-41a6-839a-1fc2e870fe41\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T08:19:04+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss1837_vmss1837_0_OsDisk_1_0fc10cd73ed24da8aa0b44e4f4357fbe\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T08:11:22.951144+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss1837_vmss1837_0_disk2_c4614da104494c69a6393fd7aab711c3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T08:11:22.951144+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T08:18:56+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T08:19:09.7978947+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar79591/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9603/virtualmachines/0/retrieveBootDiagnosticsData?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc5NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTYwMy92aXJ0dWFsbWFjaGluZXMvMC9yZXRyaWV2ZUJvb3REaWFnbm9zdGljc0RhdGE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar56161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1837/virtualmachines/0/retrieveBootDiagnosticsData?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU2MTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMTgzNy92aXJ0dWFsbWFjaGluZXMvMC9yZXRyaWV2ZUJvb3REaWFnbm9zdGljc0RhdGE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ea8e56e-8f5a-43e4-897c-8cac0d1298e3" + "7f0c9857-cbf4-4ad4-922a-6033814a4f9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:19:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998" ], @@ -1912,29 +1919,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70bd795d-45ab-4dd8-81e4-705486c0521e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3b56f0a8-b46c-4fb2-a21b-2b2c3cd614cc" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "2023f13f-c813-43b4-9f4c-fd7f20745060" + "64d77eab-0f92-4291-a164-8436c415bcbf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102903Z:2023f13f-c813-43b4-9f4c-fd7f20745060" + "EASTUS2:20211117T081933Z:64d77eab-0f92-4291-a164-8436c415bcbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:02 GMT" - ], "Content-Length": [ - "603" + "607" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1943,25 +1943,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"consoleScreenshotBlobUri\": \"https://md-visidx3g2scn0sh0.z41.blob.storage.azure.net:443/d9d5500f-e2a2-4248-b6f5-b4a46b1730b3/vmss9603_0.5aed0634-9bf0-42e7-8e2e-014796ca6c85.screenshot.bmp?sv=2018-03-28&sr=b&sig=2OV5pZaR95stRkV1D6Ewk%2b9asR1z6N28C9Mtn8kJZS8%3d&se=2021-06-29T12%3a29%3a03Z&sp=r\",\r\n \"serialConsoleLogBlobUri\": \"https://md-visidx3g2scn0sh0.z41.blob.storage.azure.net:443/d9d5500f-e2a2-4248-b6f5-b4a46b1730b3/vmss9603_0.5aed0634-9bf0-42e7-8e2e-014796ca6c85.serialconsole.log?sv=2018-03-28&sr=b&sig=OYa7bXt%2bz%2bW82bASWybPr9DGStAOPen5NArsVaWu5Ns%3d&se=2021-06-29T12%3a29%3a03Z&sp=r\"\r\n}", + "ResponseBody": "{\r\n \"consoleScreenshotBlobUri\": \"https://md-visilq0hp1nwfzn2.z1.blob.storage.azure.net:443/cb3cbdf0-c110-4632-b515-782de1ffd353/vmss1837_0.8f9e3dd3-e220-479b-9cd2-98d63118ba01.screenshot.bmp?sv=2018-03-28&sr=b&sig=Piqm%2b7I%2bbZYlei87AwDc%2bfPXR70W%2bISYxp6bbVTkcmU%3d&se=2021-11-17T10%3a19%3a33Z&sp=r\",\r\n \"serialConsoleLogBlobUri\": \"https://md-visilq0hp1nwfzn2.z1.blob.storage.azure.net:443/cb3cbdf0-c110-4632-b515-782de1ffd353/vmss1837_0.8f9e3dd3-e220-479b-9cd2-98d63118ba01.serialconsole.log?sv=2018-03-28&sr=b&sig=Kg3ctVzrGPqC7p%2fyWo2E44jZFbsccEhwLuoOWn0QQ%2bI%3d&se=2021-11-17T10%3a19%3a33Z&sp=r\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar79591?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc5NTkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar56161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU2MTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "687f7e9f-f8a0-4603-a108-ff26ef1e18f4" + "f3edfb8a-70f3-4416-aa2e-f51f9a259b9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1969,11 +1969,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:19:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1982,13 +1985,13 @@ "14999" ], "x-ms-request-id": [ - "2abaef2a-504d-4a59-b711-86217ae9428d" + "3ea1ea1b-24cc-4874-90d4-dfca649eab61" ], "x-ms-correlation-request-id": [ - "2abaef2a-504d-4a59-b711-86217ae9428d" + "3ea1ea1b-24cc-4874-90d4-dfca649eab61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102903Z:2abaef2a-504d-4a59-b711-86217ae9428d" + "EASTUS2:20211117T081933Z:3ea1ea1b-24cc-4874-90d4-dfca649eab61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1996,29 +1999,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2026,11 +2026,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:19:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2039,13 +2042,13 @@ "11999" ], "x-ms-request-id": [ - "7fa7f38e-d046-4e05-8704-939cb9c06f79" + "d210d3c0-bcb1-4f33-89b4-678cf05872f1" ], "x-ms-correlation-request-id": [ - "7fa7f38e-d046-4e05-8704-939cb9c06f79" + "d210d3c0-bcb1-4f33-89b4-678cf05872f1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102918Z:7fa7f38e-d046-4e05-8704-939cb9c06f79" + "EASTUS2:20211117T081948Z:d210d3c0-bcb1-4f33-89b4-678cf05872f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2053,29 +2056,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2083,11 +2083,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:20:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2096,13 +2099,13 @@ "11998" ], "x-ms-request-id": [ - "1a465486-9442-4476-9417-3a2b04171080" + "94656bb9-4b2f-4e6f-b067-38e8a89a05c9" ], "x-ms-correlation-request-id": [ - "1a465486-9442-4476-9417-3a2b04171080" + "94656bb9-4b2f-4e6f-b067-38e8a89a05c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102933Z:1a465486-9442-4476-9417-3a2b04171080" + "EASTUS2:20211117T082003Z:94656bb9-4b2f-4e6f-b067-38e8a89a05c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2110,29 +2113,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2140,11 +2140,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:20:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2153,13 +2156,13 @@ "11997" ], "x-ms-request-id": [ - "36249508-df13-463a-9ea9-1fd5d68cbed3" + "dbeef799-3b62-4e48-852b-3514f95fad14" ], "x-ms-correlation-request-id": [ - "36249508-df13-463a-9ea9-1fd5d68cbed3" + "dbeef799-3b62-4e48-852b-3514f95fad14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102948Z:36249508-df13-463a-9ea9-1fd5d68cbed3" + "EASTUS2:20211117T082018Z:dbeef799-3b62-4e48-852b-3514f95fad14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2167,29 +2170,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:29:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2197,11 +2197,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:20:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2210,13 +2213,13 @@ "11996" ], "x-ms-request-id": [ - "d9dd8050-59a1-4b95-b195-bff00f1e78b2" + "31a16770-6e6a-402c-a62a-7480bb048834" ], "x-ms-correlation-request-id": [ - "d9dd8050-59a1-4b95-b195-bff00f1e78b2" + "31a16770-6e6a-402c-a62a-7480bb048834" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103003Z:d9dd8050-59a1-4b95-b195-bff00f1e78b2" + "EASTUS2:20211117T082033Z:31a16770-6e6a-402c-a62a-7480bb048834" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2224,29 +2227,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:30:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2254,11 +2254,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:20:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2267,13 +2270,13 @@ "11995" ], "x-ms-request-id": [ - "bc242953-8494-43bd-911f-963d178d1aa1" + "ed410277-e3c9-4363-b0a4-69423069d001" ], "x-ms-correlation-request-id": [ - "bc242953-8494-43bd-911f-963d178d1aa1" + "ed410277-e3c9-4363-b0a4-69423069d001" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103018Z:bc242953-8494-43bd-911f-963d178d1aa1" + "EASTUS2:20211117T082048Z:ed410277-e3c9-4363-b0a4-69423069d001" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2281,29 +2284,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:30:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2311,11 +2311,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:21:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2324,13 +2327,13 @@ "11994" ], "x-ms-request-id": [ - "23c81d11-188e-40cb-90b8-e9da988f966d" + "a7d63937-e81c-4e8e-80fc-a5648a51366e" ], "x-ms-correlation-request-id": [ - "23c81d11-188e-40cb-90b8-e9da988f966d" + "a7d63937-e81c-4e8e-80fc-a5648a51366e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103033Z:23c81d11-188e-40cb-90b8-e9da988f966d" + "EASTUS2:20211117T082103Z:a7d63937-e81c-4e8e-80fc-a5648a51366e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2338,29 +2341,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:30:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2368,11 +2368,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:21:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2381,13 +2384,13 @@ "11993" ], "x-ms-request-id": [ - "31a70349-b397-431e-b520-6d8b785ff88e" + "a093b422-550f-4126-9b9d-6d4b33a7e6ab" ], "x-ms-correlation-request-id": [ - "31a70349-b397-431e-b520-6d8b785ff88e" + "a093b422-550f-4126-9b9d-6d4b33a7e6ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103048Z:31a70349-b397-431e-b520-6d8b785ff88e" + "EASTUS2:20211117T082118Z:a093b422-550f-4126-9b9d-6d4b33a7e6ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2395,29 +2398,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:30:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2425,11 +2425,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:21:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2438,13 +2441,13 @@ "11992" ], "x-ms-request-id": [ - "f5b0f952-93e0-4f3b-b13e-43b992fedff5" + "12b01278-3e5d-4dc5-9113-022870b1e53d" ], "x-ms-correlation-request-id": [ - "f5b0f952-93e0-4f3b-b13e-43b992fedff5" + "12b01278-3e5d-4dc5-9113-022870b1e53d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103103Z:f5b0f952-93e0-4f3b-b13e-43b992fedff5" + "EASTUS2:20211117T082133Z:12b01278-3e5d-4dc5-9113-022870b1e53d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2452,29 +2455,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:31:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2482,11 +2482,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:21:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2495,13 +2498,13 @@ "11991" ], "x-ms-request-id": [ - "42c07da5-656d-4685-9b10-254a7ce3d7ff" + "a5c7040f-e93d-404e-832c-2dfde6ddf70f" ], "x-ms-correlation-request-id": [ - "42c07da5-656d-4685-9b10-254a7ce3d7ff" + "a5c7040f-e93d-404e-832c-2dfde6ddf70f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103118Z:42c07da5-656d-4685-9b10-254a7ce3d7ff" + "EASTUS2:20211117T082148Z:a5c7040f-e93d-404e-832c-2dfde6ddf70f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2509,29 +2512,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:31:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2539,11 +2539,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:22:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2552,13 +2555,13 @@ "11990" ], "x-ms-request-id": [ - "94d18ce6-5463-4eac-b966-0cd741d2c680" + "cc12819a-7575-4799-9379-54acb9fb8a3a" ], "x-ms-correlation-request-id": [ - "94d18ce6-5463-4eac-b966-0cd741d2c680" + "cc12819a-7575-4799-9379-54acb9fb8a3a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103133Z:94d18ce6-5463-4eac-b966-0cd741d2c680" + "EASTUS2:20211117T082203Z:cc12819a-7575-4799-9379-54acb9fb8a3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2566,29 +2569,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:31:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2596,11 +2596,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:22:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2609,13 +2612,13 @@ "11989" ], "x-ms-request-id": [ - "01240d31-867d-44ca-bd85-c1637fb89489" + "12ee344e-ec83-4bcb-af1d-5c1d412eb873" ], "x-ms-correlation-request-id": [ - "01240d31-867d-44ca-bd85-c1637fb89489" + "12ee344e-ec83-4bcb-af1d-5c1d412eb873" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103148Z:01240d31-867d-44ca-bd85-c1637fb89489" + "EASTUS2:20211117T082218Z:12ee344e-ec83-4bcb-af1d-5c1d412eb873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2623,29 +2626,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:31:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2653,11 +2653,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:22:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2666,13 +2669,13 @@ "11988" ], "x-ms-request-id": [ - "f3f0542e-6903-4b7f-b0e6-025a7b203739" + "7d5b9129-7d77-49c9-9b6b-f61e066ffe9c" ], "x-ms-correlation-request-id": [ - "f3f0542e-6903-4b7f-b0e6-025a7b203739" + "7d5b9129-7d77-49c9-9b6b-f61e066ffe9c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103203Z:f3f0542e-6903-4b7f-b0e6-025a7b203739" + "EASTUS2:20211117T082233Z:7d5b9129-7d77-49c9-9b6b-f61e066ffe9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2680,86 +2683,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:32:02 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "a603345d-29c7-4523-b504-71778a659729" - ], - "x-ms-correlation-request-id": [ - "a603345d-29c7-4523-b504-71778a659729" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T103218Z:a603345d-29c7-4523-b504-71778a659729" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 10:32:17 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2767,77 +2710,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "a53155e9-8d5a-4c77-9136-6d910734441a" - ], - "x-ms-correlation-request-id": [ - "a53155e9-8d5a-4c77-9136-6d910734441a" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T103233Z:a53155e9-8d5a-4c77-9136-6d910734441a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 10:32:32 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 08:22:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "fddd0fed-6659-4692-9c78-6e47736cb80a" + "7ce7ccd6-0e46-49f5-b784-84ff2d5a19a7" ], "x-ms-correlation-request-id": [ - "fddd0fed-6659-4692-9c78-6e47736cb80a" + "7ce7ccd6-0e46-49f5-b784-84ff2d5a19a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103248Z:fddd0fed-6659-4692-9c78-6e47736cb80a" + "EASTUS2:20211117T082248Z:7ce7ccd6-0e46-49f5-b784-84ff2d5a19a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2845,29 +2734,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:32:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3OTU5MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzT1RVNU1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1NjE2MS1FQVNUVVMyRVVBUCIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMmV1YXAifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkxTmpFMk1TMUZRVk5VVlZNeVJWVkJVQ0lzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1tVjFZWEFpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2875,20 +2761,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:22:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-request-id": [ - "5de04349-e29e-46a4-9f32-dc1cd2a71ea5" + "10676536-1750-4fa7-bae6-267f2a9c563c" ], "x-ms-correlation-request-id": [ - "5de04349-e29e-46a4-9f32-dc1cd2a71ea5" + "10676536-1750-4fa7-bae6-267f2a9c563c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103248Z:5de04349-e29e-46a4-9f32-dc1cd2a71ea5" + "EASTUS2:20211117T082248Z:10676536-1750-4fa7-bae6-267f2a9c563c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2896,14 +2785,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:32:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2912,27 +2798,27 @@ ], "Names": { "InitializeCommon": [ - "crptestar7959", - "vmss9603", - "crptestar2298" + "crptestar5616", + "vmss1837", + "crptestar5697" ], "CreatePublicIP": [ - "pip4640", - "dn2100" + "pip7958", + "dn9146" ], "CreateVNET": [ - "vn24", - "sn3966" + "vn5895", + "sn6976" ], "CreateNIC": [ - "nic8686", - "ip4992" + "nic5178", + "ip898" ], "CreateDefaultVMScaleSetInput": [ - "crptestar9720", - "vmss9528", - "vmsstestnetconfig5461", - "vmsstestnetconfig6199" + "crptestar7209", + "vmss252", + "vmsstestnetconfig3012", + "vmsstestnetconfig9393" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedDisks.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedDisks.json index 0021b9e64c89e..38e1363bcd5ba 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedDisks.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_ManagedDisks.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0dd47f59-a27c-46df-a92e-16abcc2fed10" + "d3942a5e-e1a8-42bd-9007-feb65de0aaf6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:35:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "dd25329f-4354-4224-afcd-11f1354f2add" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7eb33baa-4b4f-44c4-99d7-16491e51a1c9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "766429ae-b256-4376-b963-c6234f4c1867" + "8e7de092-f3ae-4bfc-9665-02764fff235b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094354Z:766429ae-b256-4376-b963-c6234f4c1867" + "EASTUS2:20211117T073520Z:8e7de092-f3ae-4bfc-9665-02764fff235b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:43:53 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar97141?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk3MTQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar85241?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MjQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar97141\": \"2021-06-29 09:43:54Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar85241\": \"2021-11-17 07:35:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db826152-140e-45e0-8ca4-b12fcc4c84f7" + "cbf8d862-df4c-4743-8503-047175a18dd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:35:22 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "3450a25a-fe23-4059-b39d-297833b8863e" + "e4fc7f6a-aec9-45a2-be51-a1e5badd4a3a" ], "x-ms-correlation-request-id": [ - "3450a25a-fe23-4059-b39d-297833b8863e" + "e4fc7f6a-aec9-45a2-be51-a1e5badd4a3a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094356Z:3450a25a-fe23-4059-b39d-297833b8863e" + "EASTUS2:20211117T073522Z:e4fc7f6a-aec9-45a2-be51-a1e5badd4a3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:43:55 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141\",\r\n \"name\": \"crptestar97141\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar97141\": \"2021-06-29 09:43:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241\",\r\n \"name\": \"crptestar85241\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar85241\": \"2021-11-17 07:35:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar97141?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk3MTQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar85241?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MjQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac418456-a1c0-42d0-b4ff-433e43da8213" + "ead60402-b11a-4be8-83cf-b7da6d66944d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:04 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "2cb2beb1-14af-45df-afd8-88786a5ad450" + "32454ff3-eed8-4aa7-a3f9-13b1be7f0f15" ], "x-ms-correlation-request-id": [ - "2cb2beb1-14af-45df-afd8-88786a5ad450" + "32454ff3-eed8-4aa7-a3f9-13b1be7f0f15" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094434Z:2cb2beb1-14af-45df-afd8-88786a5ad450" + "EASTUS2:20211117T073604Z:32454ff3-eed8-4aa7-a3f9-13b1be7f0f15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:34 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141\",\r\n \"name\": \"crptestar97141\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241\",\r\n \"name\": \"crptestar85241\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Storage/storageAccounts/crptestar7523?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzUyMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Storage/storageAccounts/crptestar3363?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzM2Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "304e13e1-f5b0-4515-9b43-a012979bee19" + "b8d95d13-218f-471b-9ed3-d6c87dfafc3e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:35:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/16587285-ab10-46cc-8f3a-0efebd4cf0d1?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/39e682f6-dac8-4b4d-971c-2ab6cbe59fcd?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "16587285-ab10-46cc-8f3a-0efebd4cf0d1" + "39e682f6-dac8-4b4d-971c-2ab6cbe59fcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "7445297a-977e-4c07-8173-1ca660f438b2" + "cc49daea-858a-4f0a-b5c9-0dae2252cf23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094405Z:7445297a-977e-4c07-8173-1ca660f438b2" + "EASTUS2:20211117T073532Z:cc49daea-858a-4f0a-b5c9-0dae2252cf23" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:04 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/16587285-ab10-46cc-8f3a-0efebd4cf0d1?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTY1ODcyODUtYWIxMC00NmNjLThmM2EtMGVmZWJkNGNmMGQxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/39e682f6-dac8-4b4d-971c-2ab6cbe59fcd?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMzllNjgyZjYtZGFjOC00YjRkLTk3MWMtMmFiNmNiZTU5ZmNkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:35:49 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/39e682f6-dac8-4b4d-971c-2ab6cbe59fcd?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fdb3e1f5-da3f-4fbf-95c9-b1cf171a8d2e" + "e44565c0-e115-42f6-af5e-51f0958796ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "de0fb35b-2d2f-4903-91fb-787cbd73bc41" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T073550Z:de0fb35b-2d2f-4903-91fb-787cbd73bc41" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/39e682f6-dac8-4b4d-971c-2ab6cbe59fcd?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMzllNjgyZjYtZGFjOC00YjRkLTk3MWMtMmFiNmNiZTU5ZmNkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:35:53 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "3418902d-d514-4d56-9fbd-7d5632bc3122" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "e39a1e1b-701c-42b1-9e30-261fb57d2349" + "c1b7ff96-6b7a-43d1-9daa-40ca8fe52940" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094422Z:e39a1e1b-701c-42b1-9e30-261fb57d2349" + "EASTUS2:20211117T073553Z:c1b7ff96-6b7a-43d1-9daa-40ca8fe52940" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:21 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3220537-85fe-457d-8dd3-bf8756239f65" + "444322cb-48f2-4618-9b80-580c332bbcf1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4feacbf7-efeb-4dff-ac8d-1cdf788824f4" + "d2c0affb-41ae-4629-aa4b-9944b66c57c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "2ec293f3-d220-4f47-ba1c-00f6f4e2c7d2" + "edfad003-f37e-4e55-be0a-cbbd6d9c0f37" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094432Z:2ec293f3-d220-4f47-ba1c-00f6f4e2c7d2" + "EASTUS2:20211117T073603Z:edfad003-f37e-4e55-be0a-cbbd6d9c0f37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:32 GMT" - ], "Content-Length": [ "753" ], @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Storage/storageAccounts/crptestar7523\",\r\n \"name\": \"crptestar7523\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T09:44:02.1918755Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7523.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7523.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7523.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7523.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Storage/storageAccounts/crptestar3363\",\r\n \"name\": \"crptestar3363\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T07:35:29.2740801Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3363.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3363.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3363.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3363.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Storage/storageAccounts/crptestar7523?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNzUyMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Storage/storageAccounts/crptestar3363?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzM2Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c449f741-af6f-488f-9163-5dd1640304d5" + "6efd80a2-c887-4239-b8da-caf011e8b90b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bf847c78-c792-4200-8cb4-dd6e88537b20" + "2f207e8d-c85c-49ed-9148-b0084b7bb144" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "5d4a1e01-1feb-4a3e-a31d-bb3d9d7fd93e" + "595e2134-7520-452c-aa84-30c15459ae04" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094433Z:5d4a1e01-1feb-4a3e-a31d-bb3d9d7fd93e" + "EASTUS2:20211117T073603Z:595e2134-7520-452c-aa84-30c15459ae04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:32 GMT" - ], "Content-Length": [ "741" ], @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Storage/storageAccounts/crptestar7523\",\r\n \"name\": \"crptestar7523\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T09:44:02.1918755Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7523.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7523.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7523.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7523.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Storage/storageAccounts/crptestar3363\",\r\n \"name\": \"crptestar3363\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T07:35:29.2740801Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3363.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3363.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3363.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3363.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/publicIPAddresses/pip3658?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNjU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/publicIPAddresses/pip7709?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NzA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8785\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7205\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bccb2090-5a21-45ff-8dd9-7a6aad4c4c26" + "48c1857d-e83a-4d75-b7b4-a4febc754552" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +552,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:13 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d6720211-f94a-4e52-b5e4-d190ced1237f" + "5347ee27-3e06-41d8-9395-c453994e9588" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d6720211-f94a-4e52-b5e4-d190ced1237f?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5347ee27-3e06-41d8-9395-c453994e9588?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e5063a57-1441-40a0-97b7-f4e9345aa622" + "3354d539-de9b-4d4d-a336-378da063f06d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "762a41bc-699b-4855-9830-ab84b632f7a7" + "d418e315-484d-4c8a-bef9-727e81fc04c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094443Z:e5063a57-1441-40a0-97b7-f4e9345aa622" + "EASTUS2:20211117T073614Z:3354d539-de9b-4d4d-a336-378da063f06d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:42 GMT" - ], "Content-Length": [ "770" ], @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3658\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/publicIPAddresses/pip3658\",\r\n \"etag\": \"W/\\\"f144a7f6-28a7-428d-b5bd-9b7eced9281b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"736de29e-1cf9-4414-ba67-5d8f4e6e8e88\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8785\",\r\n \"fqdn\": \"dn8785.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7709\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/publicIPAddresses/pip7709\",\r\n \"etag\": \"W/\\\"d0dfa4c1-14d6-4769-88c3-f2866ad6e65d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"633bdf58-c072-4d5b-8195-eb6c25531d81\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7205\",\r\n \"fqdn\": \"dn7205.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/d6720211-f94a-4e52-b5e4-d190ced1237f?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q2NzIwMjExLWY5NGEtNGU1Mi1iNWU0LWQxOTBjZWQxMjM3Zj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5347ee27-3e06-41d8-9395-c453994e9588?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzNDdlZTI3LTNlMDYtNDFkOC05Mzk1LWM0NTM5OTRlOTU4OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:14 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d3619996-8dde-4eeb-9cd0-0d59d48d880a" + "6512431d-793e-4754-96d8-44e5c360abf9" ], "x-ms-correlation-request-id": [ - "77118128-5876-4827-af63-8ce3929294a8" + "840e355d-9691-4c80-a824-a2e424162748" ], "x-ms-arm-service-request-id": [ - "0d022bea-239e-48fa-98d4-39150be3fed0" + "cd60a10b-4856-4145-af57-4ebb5cf30a64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T073615Z:840e355d-9691-4c80-a824-a2e424162748" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5347ee27-3e06-41d8-9395-c453994e9588?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzNDdlZTI3LTNlMDYtNDFkOC05Mzk1LWM0NTM5OTRlOTU4OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 07:36:16 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "56d0a10f-7f86-40ab-bdda-99265fa2e79d" + ], + "x-ms-correlation-request-id": [ + "5db6f542-22a5-43fd-9d3a-4f3176c33616" + ], + "x-ms-arm-service-request-id": [ + "9f9cf847-3281-4911-92e7-63f1cf90db7d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094444Z:77118128-5876-4827-af63-8ce3929294a8" + "EASTUS2:20211117T073617Z:5db6f542-22a5-43fd-9d3a-4f3176c33616" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:44 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +731,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/publicIPAddresses/pip3658?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNjU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/publicIPAddresses/pip7709?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NzA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +747,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"22ecaa76-ce05-437b-9bd1-6144a8645a19\"" + "W/\"c1ee464a-34e6-45de-afdb-07b9805b172a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5d607911-96e7-42fd-bf5f-9d7ded2b35b4" + "84386b4d-9769-4cee-b28e-5f5edadd4ef0" ], "x-ms-correlation-request-id": [ - "a3a19f17-defd-41be-ac6a-5c9c12b04f31" + "af21fc66-9287-47d4-8ac4-d64b5484481c" ], "x-ms-arm-service-request-id": [ - "5fd90eff-0ebb-4fa4-9d44-91884bef0843" + "465d6253-9813-4869-a062-99102b597af2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094445Z:a3a19f17-defd-41be-ac6a-5c9c12b04f31" + "EASTUS2:20211117T073618Z:af21fc66-9287-47d4-8ac4-d64b5484481c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:44 GMT" - ], "Content-Length": [ "771" ], @@ -664,25 +791,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3658\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/publicIPAddresses/pip3658\",\r\n \"etag\": \"W/\\\"22ecaa76-ce05-437b-9bd1-6144a8645a19\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"736de29e-1cf9-4414-ba67-5d8f4e6e8e88\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8785\",\r\n \"fqdn\": \"dn8785.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7709\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/publicIPAddresses/pip7709\",\r\n \"etag\": \"W/\\\"c1ee464a-34e6-45de-afdb-07b9805b172a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"633bdf58-c072-4d5b-8195-eb6c25531d81\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7205\",\r\n \"fqdn\": \"dn7205.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/publicIPAddresses/pip3658?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzNjU4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/publicIPAddresses/pip7709?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3NzA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6602618-a7a1-43d6-9a93-d9242d1eb4aa" + "74f5b452-7f34-43b0-8a38-1f54d682abee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +817,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"22ecaa76-ce05-437b-9bd1-6144a8645a19\"" + "W/\"c1ee464a-34e6-45de-afdb-07b9805b172a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "12d04f9b-a710-47d0-a13e-743c7794dbf8" + "853c26a5-ae43-454f-aa55-45da1fcd0fae" ], "x-ms-correlation-request-id": [ - "d63b588c-87de-4985-9603-2434bfe02040" + "aeb402d9-ddea-4c3f-9d27-4e3314126cf6" ], "x-ms-arm-service-request-id": [ - "8dc8b0a5-2549-4b58-9c72-82239f4fa36b" + "cafb2e26-c03e-4b81-85c4-a23003b8e247" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094445Z:d63b588c-87de-4985-9603-2434bfe02040" + "EASTUS2:20211117T073618Z:aeb402d9-ddea-4c3f-9d27-4e3314126cf6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:44 GMT" - ], "Content-Length": [ "771" ], @@ -734,25 +861,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3658\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/publicIPAddresses/pip3658\",\r\n \"etag\": \"W/\\\"22ecaa76-ce05-437b-9bd1-6144a8645a19\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"736de29e-1cf9-4414-ba67-5d8f4e6e8e88\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8785\",\r\n \"fqdn\": \"dn8785.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7709\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/publicIPAddresses/pip7709\",\r\n \"etag\": \"W/\\\"c1ee464a-34e6-45de-afdb-07b9805b172a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"633bdf58-c072-4d5b-8195-eb6c25531d81\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7205\",\r\n \"fqdn\": \"dn7205.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MTcxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NzU3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6892\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2755\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b51da8e-e591-44df-8bdc-262b448d9081" + "3387288a-1632-4e90-8803-972f536211b7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +893,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a0bb9f5c-f5de-4764-87ab-880d1f9cd623" + "6fa32fae-94ba-4770-a6a1-5330a5ae88f1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a0bb9f5c-f5de-4764-87ab-880d1f9cd623?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6fa32fae-94ba-4770-a6a1-5330a5ae88f1?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8b202b85-9b92-4568-8747-640111dd3ca2" + "4084d703-4605-4293-a9bd-bf456dbb1405" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c9eb39b3-f507-4c7d-865e-734c81cb39c6" + "ba721321-23fe-4bb2-a471-42039eaf396c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094450Z:8b202b85-9b92-4568-8747-640111dd3ca2" + "EASTUS2:20211117T073622Z:4084d703-4605-4293-a9bd-bf456dbb1405" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:49 GMT" - ], "Content-Length": [ "1323" ], @@ -816,19 +943,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8171\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171\",\r\n \"etag\": \"W/\\\"bf174340-b161-4f88-aed8-9d3a6fd93df3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e4a9769d-b797-4e56-b982-017f26b4768b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\",\r\n \"etag\": \"W/\\\"bf174340-b161-4f88-aed8-9d3a6fd93df3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757\",\r\n \"etag\": \"W/\\\"f9a1cf63-a49c-46a9-8802-a3562ef09429\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"32204758-80d7-4d3e-9391-55192479dbd4\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\",\r\n \"etag\": \"W/\\\"f9a1cf63-a49c-46a9-8802-a3562ef09429\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a0bb9f5c-f5de-4764-87ab-880d1f9cd623?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwYmI5ZjVjLWY1ZGUtNDc2NC04N2FiLTg4MGQxZjljZDYyMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6fa32fae-94ba-4770-a6a1-5330a5ae88f1?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZmYTMyZmFlLTk0YmEtNDc3MC1hNmExLTUzMzBhNWFlODhmMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +963,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "dbf765cf-5392-460b-9f6f-8461531ffb1f" + "c01c345f-7e77-4384-a034-65bbbc084099" ], "x-ms-correlation-request-id": [ - "96409890-a08d-4042-a0ad-ead9476fdf00" + "79979bb9-328c-49cf-aa8c-9b76d0d9250d" ], "x-ms-arm-service-request-id": [ - "31567528-1abf-4e59-b8d3-40a2b5bdc3f7" + "54046514-753f-412e-9769-04472cc45f93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094453Z:96409890-a08d-4042-a0ad-ead9476fdf00" + "EASTUS2:20211117T073625Z:79979bb9-328c-49cf-aa8c-9b76d0d9250d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:52 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +1008,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MTcxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NzU3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +1024,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2f640091-6686-4a57-bf68-05b260b446c2\"" + "W/\"4e165fd4-fc43-46f3-b3d3-480086212c21\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "de1ab2b6-cb36-4cb7-bf0f-3c3ac76574f2" + "7797ba67-2eba-4f5b-a02e-96d3ff13f7b6" ], "x-ms-correlation-request-id": [ - "fcf8f54d-9690-4374-ae5f-9a34b7083d8e" + "92d53bdf-d99f-42f1-824b-457053fb81d3" ], "x-ms-arm-service-request-id": [ - "32e8056b-058f-4a60-ab98-1d6d103a1ecc" + "6dbb9f2c-4046-456f-99c7-a60120548a28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094453Z:fcf8f54d-9690-4374-ae5f-9a34b7083d8e" + "EASTUS2:20211117T073626Z:92d53bdf-d99f-42f1-824b-457053fb81d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:52 GMT" - ], "Content-Length": [ "1325" ], @@ -941,25 +1068,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8171\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171\",\r\n \"etag\": \"W/\\\"2f640091-6686-4a57-bf68-05b260b446c2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e4a9769d-b797-4e56-b982-017f26b4768b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\",\r\n \"etag\": \"W/\\\"2f640091-6686-4a57-bf68-05b260b446c2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757\",\r\n \"etag\": \"W/\\\"4e165fd4-fc43-46f3-b3d3-480086212c21\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32204758-80d7-4d3e-9391-55192479dbd4\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\",\r\n \"etag\": \"W/\\\"4e165fd4-fc43-46f3-b3d3-480086212c21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MTcxL3N1Ym5ldHMvc242ODkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41NzU3L3N1Ym5ldHMvc24yNzU1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b51d170a-0551-4726-b8d5-73bd574dab23" + "5026ca8e-e3aa-433d-adab-49e062a9202f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +1094,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"2f640091-6686-4a57-bf68-05b260b446c2\"" + "W/\"4e165fd4-fc43-46f3-b3d3-480086212c21\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d7830551-61be-43c5-b58d-5f155d8a1d66" + "a0c51106-3c10-4ea7-96ac-8b5582ffd020" ], "x-ms-correlation-request-id": [ - "ce8f265e-6a85-42a7-9103-fb248981e1c1" + "538c390f-afca-4737-adac-1f5146cefca9" ], "x-ms-arm-service-request-id": [ - "12cd4dae-3c24-4590-b7e0-476ee69a6c7f" + "ea4e2e3f-dcfd-4421-bab2-20b8f5ab80a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094454Z:ce8f265e-6a85-42a7-9103-fb248981e1c1" + "EASTUS2:20211117T073626Z:538c390f-afca-4737-adac-1f5146cefca9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:53 GMT" - ], "Content-Length": [ "524" ], @@ -1011,25 +1138,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\",\r\n \"etag\": \"W/\\\"2f640091-6686-4a57-bf68-05b260b446c2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\",\r\n \"etag\": \"W/\\\"4e165fd4-fc43-46f3-b3d3-480086212c21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5OTY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n }\r\n },\r\n \"name\": \"ip8930\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n }\r\n },\r\n \"name\": \"ip2993\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4fcbd052-802a-4c06-9651-1bb9a906fd35" + "01e89461-d5c1-4062-a7f7-b70369eb8fd7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1170,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2397dbe3-fcdf-44a3-8d3a-fc88b962c869" + "a6fa8788-038c-4224-b70f-fa7b3eddcac5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/2397dbe3-fcdf-44a3-8d3a-fc88b962c869?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a6fa8788-038c-4224-b70f-fa7b3eddcac5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1b3205ce-30c8-4aa9-bed2-2d96629287b1" + "2d9e8bc0-d6c2-4111-b6d5-79f78bc72b8c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1b8e5add-457c-4d3f-8fdd-3300b4e92bdd" + "f2924675-8ef8-479b-839c-5b0e0aab14a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094458Z:1b3205ce-30c8-4aa9-bed2-2d96629287b1" + "EASTUS2:20211117T073630Z:2d9e8bc0-d6c2-4111-b6d5-79f78bc72b8c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:57 GMT" - ], "Content-Length": [ "1634" ], @@ -1090,19 +1217,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121\",\r\n \"etag\": \"W/\\\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2032d139-3e2b-48d2-bc01-abbfe81eb88e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121/ipConfigurations/ip8930\",\r\n \"etag\": \"W/\\\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\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\": \"tv1ktzexw3le3omcaf5snndwrd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964\",\r\n \"etag\": \"W/\\\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f1f878b9-9d90-4eda-b289-ad4a437533f2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964/ipConfigurations/ip2993\",\r\n \"etag\": \"W/\\\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\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\": \"lbdsamwxqa5e1e2rkumsi4o10e.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5OTY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1237,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\"" + "W/\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "344e543b-8782-45db-9c25-350831ec9baa" + "7127bbbc-5629-4884-a143-6a56eb1ad6fc" ], "x-ms-correlation-request-id": [ - "fd28f3ee-e023-4746-b20d-26d54c4b3ff1" + "ce02b24b-a8ad-4d74-b9f6-01cf83b23694" ], "x-ms-arm-service-request-id": [ - "1017125b-cd7a-42ca-adff-de958dda95b5" + "7abbc4b8-fe51-4918-848b-09c5a6ee649a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094458Z:fd28f3ee-e023-4746-b20d-26d54c4b3ff1" + "EASTUS2:20211117T073630Z:ce02b24b-a8ad-4d74-b9f6-01cf83b23694" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:57 GMT" - ], "Content-Length": [ "1634" ], @@ -1154,25 +1281,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121\",\r\n \"etag\": \"W/\\\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2032d139-3e2b-48d2-bc01-abbfe81eb88e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121/ipConfigurations/ip8930\",\r\n \"etag\": \"W/\\\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\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\": \"tv1ktzexw3le3omcaf5snndwrd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964\",\r\n \"etag\": \"W/\\\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f1f878b9-9d90-4eda-b289-ad4a437533f2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964/ipConfigurations/ip2993\",\r\n \"etag\": \"W/\\\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\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\": \"lbdsamwxqa5e1e2rkumsi4o10e.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM4MTIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM5OTY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97f88658-b2e6-40e0-b84a-fb74de1021e3" + "9a336f11-4aa4-433f-954a-aa5b121bd3fb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1307,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\"" + "W/\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "89ab8936-1c7a-416b-a37f-2f13952b2058" + "ac4e20f4-3356-4325-a66e-253fe30b1f68" ], "x-ms-correlation-request-id": [ - "8d86b160-f7e3-4e63-99ac-f2b5f2fa766b" + "80025902-c552-4ddc-9632-8b411628034e" ], "x-ms-arm-service-request-id": [ - "c6cb9cfd-b36d-46f4-924b-1c651942a952" + "d5f0245a-d618-4f38-973c-8557e224f01c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094458Z:8d86b160-f7e3-4e63-99ac-f2b5f2fa766b" + "EASTUS2:20211117T073630Z:80025902-c552-4ddc-9632-8b411628034e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:44:57 GMT" - ], "Content-Length": [ "1634" ], @@ -1224,26 +1351,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic8121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121\",\r\n \"etag\": \"W/\\\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2032d139-3e2b-48d2-bc01-abbfe81eb88e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/networkInterfaces/nic8121/ipConfigurations/ip8930\",\r\n \"etag\": \"W/\\\"55d1d5f8-b6dc-40bf-92a4-2acd48161c9e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\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\": \"tv1ktzexw3le3omcaf5snndwrd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964\",\r\n \"etag\": \"W/\\\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f1f878b9-9d90-4eda-b289-ad4a437533f2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2993\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/networkInterfaces/nic9964/ipConfigurations/ip2993\",\r\n \"etag\": \"W/\\\"144c55b2-a924-40d0-bcd4-f55f7ccdd6f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\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\": \"lbdsamwxqa5e1e2rkumsi4o10e.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6453\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2558\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5945\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3309dc50-a6a6-4f6a-b684-1ddcb45f3ff5" + "d7b02e7a-4e70-404d-b375-91249c9578b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,14 +1383,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dd578ffa-e282-4274-bde7-d2e7036f7d58?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,29 +1412,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "492d4f1d-1872-440c-9501-f27111fc0e63" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dd578ffa-e282-4274-bde7-d2e7036f7d58" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "88102c4e-6d2c-467d-804b-aae0d3074a64" + "a17231b2-f039-4820-bae2-d473f62cc0e8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094510Z:88102c4e-6d2c-467d-804b-aae0d3074a64" + "EASTUS2:20211117T073641Z:a17231b2-f039-4820-bae2-d473f62cc0e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:45:10 GMT" - ], "Content-Length": [ - "3425" + "3423" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,32 +1436,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2812\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6453\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2558\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"566d8512-f770-4849-8d93-cda3e0fd2ed1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5945\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"10f78edd-5813-49e6-92ac-56a61de2bd63\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MmQ0ZjFkLTE4NzItNDQwYy05NTAxLWYyNzExMWZjMGU2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dd578ffa-e282-4274-bde7-d2e7036f7d58?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkNTc4ZmZhLWUyODItNDI3NC1iZGU3LWQyZTcwMzZmN2Q1OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:36:51 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1342,27 +1476,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb62e7a8-efa9-498e-a372-5fa6b4f43bd3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07d17eb7-fb3b-4c0a-a39a-2f681565ee31" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "bd90264c-25cd-4390-a17b-b5775b82f914" + "7be03798-3435-4da4-bcc1-2b2b2f99e7a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094520Z:bd90264c-25cd-4390-a17b-b5775b82f914" + "EASTUS2:20211117T073652Z:7be03798-3435-4da4-bcc1-2b2b2f99e7a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:45:20 GMT" - ], "Content-Length": [ "134" ], @@ -1373,29 +1500,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:45:07.0769547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"492d4f1d-1872-440c-9501-f27111fc0e63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:36:39.1898344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd578ffa-e282-4274-bde7-d2e7036f7d58\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MmQ0ZjFkLTE4NzItNDQwYy05NTAxLWYyNzExMWZjMGU2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dd578ffa-e282-4274-bde7-d2e7036f7d58?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkNTc4ZmZhLWUyODItNDI3NC1iZGU3LWQyZTcwMzZmN2Q1OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:38:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1403,27 +1537,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "883774fa-5d67-4203-8aeb-58773a65094e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d17de143-ab8d-4033-99df-d9bb1dd447ee" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "8c24f6c1-91f2-4c02-8074-a1496836abf9" + "7a88808e-3910-4af6-9cb7-24319600ba1c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094658Z:8c24f6c1-91f2-4c02-8074-a1496836abf9" + "EASTUS2:20211117T073830Z:7a88808e-3910-4af6-9cb7-24319600ba1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:46:57 GMT" - ], "Content-Length": [ "134" ], @@ -1434,29 +1561,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:45:07.0769547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"492d4f1d-1872-440c-9501-f27111fc0e63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:36:39.1898344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd578ffa-e282-4274-bde7-d2e7036f7d58\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MmQ0ZjFkLTE4NzItNDQwYy05NTAxLWYyNzExMWZjMGU2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dd578ffa-e282-4274-bde7-d2e7036f7d58?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkNTc4ZmZhLWUyODItNDI3NC1iZGU3LWQyZTcwMzZmN2Q1OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:40:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1464,27 +1598,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b0e19a19-536f-4c92-8983-36aa5fda1d2c" + "c509e8df-d512-4771-a0a1-825f408b8de8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "11999" ], "x-ms-correlation-request-id": [ - "1204cde4-0340-4406-b871-5be20d53101f" + "9bfe7e07-907f-4140-a3b7-281d61e3a1fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094835Z:1204cde4-0340-4406-b871-5be20d53101f" + "EASTUS2:20211117T074007Z:9bfe7e07-907f-4140-a3b7-281d61e3a1fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:48:34 GMT" - ], "Content-Length": [ "134" ], @@ -1495,29 +1622,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:45:07.0769547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"492d4f1d-1872-440c-9501-f27111fc0e63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:36:39.1898344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd578ffa-e282-4274-bde7-d2e7036f7d58\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MmQ0ZjFkLTE4NzItNDQwYy05NTAxLWYyNzExMWZjMGU2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dd578ffa-e282-4274-bde7-d2e7036f7d58?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkNTc4ZmZhLWUyODItNDI3NC1iZGU3LWQyZTcwMzZmN2Q1OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:41:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1525,27 +1659,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d85ca6e-bbde-49b6-95c2-6494a6f49a4b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "929e06bf-a0e2-4ac5-b5d3-c45ceb0ba7c7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "905685bf-4d90-4e74-b907-519c0bd5e117" + "d5cbd542-d037-4de4-ae7d-311d5557f088" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095012Z:905685bf-4d90-4e74-b907-519c0bd5e117" + "EASTUS2:20211117T074144Z:d5cbd542-d037-4de4-ae7d-311d5557f088" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:50:12 GMT" - ], "Content-Length": [ "134" ], @@ -1556,29 +1683,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:45:07.0769547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"492d4f1d-1872-440c-9501-f27111fc0e63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:36:39.1898344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd578ffa-e282-4274-bde7-d2e7036f7d58\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MmQ0ZjFkLTE4NzItNDQwYy05NTAxLWYyNzExMWZjMGU2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dd578ffa-e282-4274-bde7-d2e7036f7d58?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkNTc4ZmZhLWUyODItNDI3NC1iZGU3LWQyZTcwMzZmN2Q1OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:43:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], @@ -1586,27 +1720,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4e7291bb-3633-413d-af81-4f9b77393f95" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "553210b3-5bce-4030-965f-b920122e8cb4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "c3d77eae-eff2-4d29-ac58-b4150d5b3201" + "ad5b83ab-368a-4da3-b091-e2afe48debce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095150Z:c3d77eae-eff2-4d29-ac58-b4150d5b3201" + "EASTUS2:20211117T074321Z:ad5b83ab-368a-4da3-b091-e2afe48debce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:51:49 GMT" - ], "Content-Length": [ "134" ], @@ -1617,29 +1744,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:45:07.0769547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"492d4f1d-1872-440c-9501-f27111fc0e63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:36:39.1898344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dd578ffa-e282-4274-bde7-d2e7036f7d58\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MmQ0ZjFkLTE4NzItNDQwYy05NTAxLWYyNzExMWZjMGU2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/dd578ffa-e282-4274-bde7-d2e7036f7d58?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RkNTc4ZmZhLWUyODItNDI3NC1iZGU3LWQyZTcwMzZmN2Q1OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:44:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1647,29 +1781,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab2fc6c1-6f23-4f76-b91e-f11a5149e3f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "91ae7da5-1593-45a7-8258-7186aa4fad6c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "571d32bb-6ea7-478c-8783-128404a4b918" + "24f46239-f187-4c65-abaa-51f64e5c3ea4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095327Z:571d32bb-6ea7-478c-8783-128404a4b918" + "EASTUS2:20211117T074459Z:24f46239-f187-4c65-abaa-51f64e5c3ea4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:53:27 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1678,59 +1805,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:45:07.0769547+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"492d4f1d-1872-440c-9501-f27111fc0e63\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:36:39.1898344+00:00\",\r\n \"endTime\": \"2021-11-17T07:44:35.9075978+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dd578ffa-e282-4274-bde7-d2e7036f7d58\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/492d4f1d-1872-440c-9501-f27111fc0e63?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5MmQ0ZjFkLTE4NzItNDQwYy05NTAxLWYyNzExMWZjMGU2Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:44:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fdc6ebe-2f3c-4b6e-a9a0-88ca28b8aa19" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "635e701b-8086-47ee-bcfc-2aa505a7aa37" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "9cf2f49b-035d-4409-9802-6dbf8385c501" + "fdd41715-7fe6-48b4-b6bf-839934540056" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095504Z:9cf2f49b-035d-4409-9802-6dbf8385c501" + "EASTUS2:20211117T074459Z:fdd41715-7fe6-48b4-b6bf-839934540056" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:03 GMT" - ], "Content-Length": [ - "184" + "3424" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,59 +1866,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:45:07.0769547+00:00\",\r\n \"endTime\": \"2021-06-29T09:53:35.2990859+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"492d4f1d-1872-440c-9501-f27111fc0e63\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5945\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"10f78edd-5813-49e6-92ac-56a61de2bd63\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "310d4647-6ba3-4776-9419-dcdfa43b126b" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:44:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2595" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e130296f-7e7e-4a2d-b0b9-79e13b88dc73" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "22c02416-53a4-46ef-b422-384e4002e9bf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "0b494391-a689-44cb-82d1-5286933a1203" + "031cdb64-d094-40de-a47a-1b09946a3470" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095504Z:0b494391-a689-44cb-82d1-5286933a1203" + "EASTUS2:20211117T074459Z:031cdb64-d094-40de-a47a-1b09946a3470" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:03 GMT" - ], "Content-Length": [ - "3426" + "3424" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,65 +1933,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2812\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6453\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2558\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"566d8512-f770-4849-8d93-cda3e0fd2ed1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5945\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"10f78edd-5813-49e6-92ac-56a61de2bd63\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f2df78c-7893-4470-a8b6-9de68d33a928" + "cb9ef363-aabb-4b65-a755-ca815d7da149" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:44:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" + ], + "x-ms-request-charge": [ + "1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ad2e586-9ba8-4342-bfab-cd0cbd81e544" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "74884568-a027-42f9-b6b3-45bd99769228" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "90a27777-c616-4b97-b1bc-c503363f28cb" + "2f920446-39bd-4e7f-8d41-6b0ed446137a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095504Z:90a27777-c616-4b97-b1bc-c503363f28cb" + "EASTUS2:20211117T074500Z:2f920446-39bd-4e7f-8d41-6b0ed446137a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:04 GMT" - ], "Content-Length": [ - "3426" + "4715" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,37 +2003,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2812\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6453\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2558\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"566d8512-f770-4849-8d93-cda3e0fd2ed1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss405_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5945\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"fa2f0eea-a6d8-40e3-9f44-4dc1be8b153e\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss405_vmss405_0_OsDisk_1_e24cff8b4cea4877bd09ee4a758a27ea\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/disks/vmss405_vmss405_0_OsDisk_1_e24cff8b4cea4877bd09ee4a758a27ea\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss405_vmss405_0_disk2_05e3331672104c43b359c5cfef623e97\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/disks/vmss405_vmss405_0_disk2_05e3331672104c43b359c5cfef623e97\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0/networkInterfaces/vmsstestnetconfig1984\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachines/vmss405_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachines/vmss405_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcy8wL2luc3RhbmNlVmlldz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a61cc5b6-0595-4ac1-af62-9a79b4a44aa4" + "147c8da1-5713-4cae-822d-9f455fc93b8c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:45:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" + "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4998" ], "x-ms-request-charge": [ "1" @@ -1906,29 +2049,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "85abab2b-0f02-4a6c-9d50-78fe1f3933cc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1c57dda7-bceb-4f68-8024-1a31950dfc5c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-correlation-request-id": [ - "f8108753-d96b-4e4a-90dd-784245868aef" + "f1f62995-51dd-46ae-aae7-def52dbf1fa1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095505Z:f8108753-d96b-4e4a-90dd-784245868aef" + "EASTUS2:20211117T074500Z:f1f62995-51dd-46ae-aae7-def52dbf1fa1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:04 GMT" - ], "Content-Length": [ - "4728" + "3273" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,68 +2073,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss2812_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6453\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2558\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"4409c370-1f9e-4902-8ae9-eecb4f18cd5f\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss2812_vmss2812_0_OsDisk_1_f5a9200f0b9841338feda1cfb4d32d96\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/disks/vmss2812_vmss2812_0_OsDisk_1_f5a9200f0b9841338feda1cfb4d32d96\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss2812_vmss2812_0_disk2_5ba357d468a64e0ab564f28f21fcf8a7\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/disks/vmss2812_vmss2812_0_disk2_5ba357d468a64e0ab564f28f21fcf8a7\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/0/networkInterfaces/vmsstestnetconfig6453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachines/vmss2812_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachines/vmss2812_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"placementGroupId\": \"91ef63df-f074-429f-9687-8b6788635f2b\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T07:44:26+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss405_vmss405_0_OsDisk_1_e24cff8b4cea4877bd09ee4a758a27ea\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:36:43.7366754+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss405_vmss405_0_disk2_05e3331672104c43b359c5cfef623e97\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:36:43.7366754+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T07:44:18+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:44:35.876362+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMC9pbnN0YW5jZVZpZXc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcz8kZmlsdGVyPXByb3BlcnRpZXMvbGF0ZXN0TW9kZWxBcHBsaWVkJTIwZXElMjB0cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8f3540b-26a6-4ed9-a0e6-953b95978e21" + "24818453-f757-4308-8848-46f95c7f0766" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:45:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4998" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899,Microsoft.Compute/VMScaleSetVMViews3Min;4996" ], "x-ms-request-charge": [ - "1" + "2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2c3593ab-6e16-4b66-84d4-838f0d8f80db" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "42b8d8ef-02d3-446e-9e53-8b1864ed2ed7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "dd65c4e1-be99-4a84-a000-24011c8f54fa" + "3acaa89d-2fa6-49ed-b735-e3cf42e6a5c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095505Z:dd65c4e1-be99-4a84-a000-24011c8f54fa" + "EASTUS2:20211117T074500Z:3acaa89d-2fa6-49ed-b735-e3cf42e6a5c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:04 GMT" - ], "Content-Length": [ - "3276" + "10282" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2007,37 +2143,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"placementGroupId\": \"f43a7eae-0f19-4aae-bb60-db93b37b3e64\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T09:54:26+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss2812_vmss2812_0_OsDisk_1_f5a9200f0b9841338feda1cfb4d32d96\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:45:12.905092+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss2812_vmss2812_0_disk2_5ba357d468a64e0ab564f28f21fcf8a7\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:45:12.905092+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T09:54:16+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:53:35.2834611+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss405_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5945\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"fa2f0eea-a6d8-40e3-9f44-4dc1be8b153e\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss405_vmss405_0_OsDisk_1_e24cff8b4cea4877bd09ee4a758a27ea\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/disks/vmss405_vmss405_0_OsDisk_1_e24cff8b4cea4877bd09ee4a758a27ea\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss405_vmss405_0_disk2_05e3331672104c43b359c5cfef623e97\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/disks/vmss405_vmss405_0_disk2_05e3331672104c43b359c5cfef623e97\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0/networkInterfaces/vmsstestnetconfig1984\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachines/vmss405_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachines/vmss405_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss405_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5945\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Network/virtualNetworks/vn5757/subnets/sn2755\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"b0fd52a7-4ff2-4bb5-be98-44c478573499\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss405_vmss405_1_OsDisk_1_c2bac028135a46139ef3aed90abcb632\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/disks/vmss405_vmss405_1_OsDisk_1_c2bac028135a46139ef3aed90abcb632\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss405_vmss405_1_disk2_e151505233b4429f9d4445e02e020bfa\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/disks/vmss405_vmss405_1_disk2_e151505233b4429f9d4445e02e020bfa\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/1/networkInterfaces/vmsstestnetconfig1984\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachines/vmss405_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachines/vmss405_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines?$filter=properties/latestModelApplied%20eq%20true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsTWFjaGluZXM/JGZpbHRlcj1wcm9wZXJ0aWVzL2xhdGVzdE1vZGVsQXBwbGllZCUyMGVxJTIwdHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines?$expand=instanceView&$select=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcz8kZXhwYW5kPWluc3RhbmNlVmlldyYkc2VsZWN0PWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "032cb374-c53d-4cfd-98ff-57555bd8fded" + "48277aa3-406c-4587-8dde-05d4ae3742a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:45:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898,Microsoft.Compute/VMScaleSetVMViews3Min;4996" + "Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898,Microsoft.Compute/VMScaleSetVMViews3Min;4994" ], "x-ms-request-charge": [ "2" @@ -2046,29 +2189,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14a1bc50-e1ba-42ab-907a-0d5dc85a9127" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "87df4421-6550-4e02-9c67-7a0dba5363d1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-correlation-request-id": [ - "f3e209e8-2fcc-4457-a1b7-45e04d8658db" + "ddbf6ee6-9d1a-457c-bbda-2c72cd6f6bcb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095505Z:f3e209e8-2fcc-4457-a1b7-45e04d8658db" + "EASTUS2:20211117T074501Z:ddbf6ee6-9d1a-457c-bbda-2c72cd6f6bcb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:04 GMT" - ], "Content-Length": [ - "10308" + "9057" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2077,110 +2213,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss2812_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6453\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2558\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"4409c370-1f9e-4902-8ae9-eecb4f18cd5f\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss2812_vmss2812_0_OsDisk_1_f5a9200f0b9841338feda1cfb4d32d96\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/disks/vmss2812_vmss2812_0_OsDisk_1_f5a9200f0b9841338feda1cfb4d32d96\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss2812_vmss2812_0_disk2_5ba357d468a64e0ab564f28f21fcf8a7\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/disks/vmss2812_vmss2812_0_disk2_5ba357d468a64e0ab564f28f21fcf8a7\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/0/networkInterfaces/vmsstestnetconfig6453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachines/vmss2812_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachines/vmss2812_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss2812_1\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/1\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6453\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2558\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Network/virtualNetworks/vn8171/subnets/sn6892\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"b528eda0-40e6-4084-b3ae-d1a199528d8d\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss2812_vmss2812_1_OsDisk_1_b6dd67585fc54efcb1800de3e7dfa74c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/disks/vmss2812_vmss2812_1_OsDisk_1_b6dd67585fc54efcb1800de3e7dfa74c\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss2812_vmss2812_1_disk2_45a01f722ee24b61ac0826c556b6aaf2\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/disks/vmss2812_vmss2812_1_disk2_45a01f722ee24b61ac0826c556b6aaf2\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000001\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/1/networkInterfaces/vmsstestnetconfig6453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachines/vmss2812_1/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachines/vmss2812_1/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0\",\r\n \"instanceId\": \"0\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"91ef63df-f074-429f-9687-8b6788635f2b\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T07:44:26+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss405_vmss405_0_OsDisk_1_e24cff8b4cea4877bd09ee4a758a27ea\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:36:43.7366754+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss405_vmss405_0_disk2_05e3331672104c43b359c5cfef623e97\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:36:43.7366754+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T07:44:18+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:44:35.876362+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/1\",\r\n \"instanceId\": \"1\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"91ef63df-f074-429f-9687-8b6788635f2b\",\r\n \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": \"test000001\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T07:44:26+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss405_vmss405_1_OsDisk_1_c2bac028135a46139ef3aed90abcb632\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:36:43.7366754+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss405_vmss405_1_disk2_e151505233b4429f9d4445e02e020bfa\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:36:43.7366754+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.22\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.32.0.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-11-17T07:44:09+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T07:44:13.6419854+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines?$expand=instanceView&$select=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsTWFjaGluZXM/JGV4cGFuZD1pbnN0YW5jZVZpZXcmJHNlbGVjdD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualmachines/0/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxtYWNoaW5lcy8wL3N0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "803ca29e-8f8b-44dd-9f80-700c5b2a7efe" + "b0beedc8-a388-4f37-8bf5-379bedcfb4de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:45:01 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGetVMScaleSet3Min;177,Microsoft.Compute/HighCostGetVMScaleSet30Min;897,Microsoft.Compute/VMScaleSetVMViews3Min;4994" - ], - "x-ms-request-charge": [ - "2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "deaa7235-0fcf-4d65-9850-708484d522f4" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06bb0305-56d3-492e-9213-9cbffe7f5bc4?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "c270adc2-bb67-4476-bf30-108e2d54e046" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T095506Z:c270adc2-bb67-4476-bf30-108e2d54e046" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 09:55:06 GMT" - ], - "Content-Length": [ - "9064" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/0\",\r\n \"instanceId\": \"0\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"f43a7eae-0f19-4aae-bb60-db93b37b3e64\",\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"test000000\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T09:54:26+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss2812_vmss2812_0_OsDisk_1_f5a9200f0b9841338feda1cfb4d32d96\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:45:12.905092+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss2812_vmss2812_0_disk2_5ba357d468a64e0ab564f28f21fcf8a7\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:45:12.905092+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T09:54:16+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:53:35.2834611+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualMachines/1\",\r\n \"instanceId\": \"1\",\r\n \"properties\": {\r\n \"latestModelApplied\": false,\r\n \"instanceView\": {\r\n \"placementGroupId\": \"f43a7eae-0f19-4aae-bb60-db93b37b3e64\",\r\n \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": \"test000001\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T09:54:30+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vmss2812_vmss2812_1_OsDisk_1_b6dd67585fc54efcb1800de3e7dfa74c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:45:12.905092+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vmss2812_vmss2812_1_disk2_45a01f722ee24b61ac0826c556b6aaf2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:45:12.905092+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T09:54:26+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T09:53:32.4397208+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"hardwareProfile\": {},\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMC9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b219e587-f46e-48ee-820f-d80429591b67" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/906d67c9-3953-4e5b-b602-d3dd294a1108?monitor=true&api-version=2021-07-01" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/906d67c9-3953-4e5b-b602-d3dd294a1108?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06bb0305-56d3-492e-9213-9cbffe7f5bc4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;999,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2192,87 +2265,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "906d67c9-3953-4e5b-b602-d3dd294a1108" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "06bb0305-56d3-492e-9213-9cbffe7f5bc4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "0c1f3170-e6d0-41db-879e-264812c65100" + "72a9e8cb-d147-4b30-bbd0-33df149f3661" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095506Z:0c1f3170-e6d0-41db-879e-264812c65100" + "EASTUS2:20211117T074501Z:72a9e8cb-d147-4b30-bbd0-33df149f3661" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/906d67c9-3953-4e5b-b602-d3dd294a1108?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkwNmQ2N2M5LTM5NTMtNGU1Yi1iNjAyLWQzZGQyOTRhMTEwOD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06bb0305-56d3-492e-9213-9cbffe7f5bc4?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2YmIwMzA1LTU2ZDMtNDkyZS05MjEzLTljYmZmZTdmNWJjND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:45:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "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": [ - "17982eba-3881-4fe9-b327-c84f594e2e7b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ff9543ab-a700-46e0-8f60-7c99c2c60e69" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "3a1afec3-9c40-4f76-a5fb-2cf4cd054215" + "5864cab0-4669-4759-b617-e45737f987cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095536Z:3a1afec3-9c40-4f76-a5fb-2cf4cd054215" + "EASTUS2:20211117T074531Z:5864cab0-4669-4759-b617-e45737f987cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:36 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2281,98 +2347,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:06.3309676+00:00\",\r\n \"endTime\": \"2021-06-29T09:55:06.6278445+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"906d67c9-3953-4e5b-b602-d3dd294a1108\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:01.1888353+00:00\",\r\n \"endTime\": \"2021-11-17T07:45:01.563835+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"06bb0305-56d3-492e-9213-9cbffe7f5bc4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/906d67c9-3953-4e5b-b602-d3dd294a1108?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkwNmQ2N2M5LTM5NTMtNGU1Yi1iNjAyLWQzZGQyOTRhMTEwOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/06bb0305-56d3-492e-9213-9cbffe7f5bc4?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA2YmIwMzA1LTU2ZDMtNDkyZS05MjEzLTljYmZmZTdmNWJjND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:45:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9f13650b-a121-4121-b98d-1448587c2484" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9bc05529-2de2-4d13-bcd9-a42681423cf8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "b6476dde-659a-40ab-b977-e518ada84e70" + "0c160c1f-67ac-427c-ad78-69fcd6c26ca8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095537Z:b6476dde-659a-40ab-b977-e518ada84e70" + "EASTUS2:20211117T074531Z:0c160c1f-67ac-427c-ad78-69fcd6c26ca8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0/reimage?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMC9yZWltYWdlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0/reimage?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcy8wL3JlaW1hZ2U/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0502dfa9-1e63-4d7c-873b-42288bb72e8e" + "132d763d-46a9-427f-9442-6fd4552da275" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:45:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetVMActions3Min;198,Microsoft.Compute/VMScaleSetVMActions30Min;998,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2384,87 +2457,80 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94f5e26c-ad06-445b-a7d7-42f7ca7eb154" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "12928766-61ae-4c69-9154-5c498f64cde5" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "72aadb39-b5aa-4e83-b230-0dc05d814440" + "53a8e553-7775-4558-8ae1-9c700d107353" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095537Z:72aadb39-b5aa-4e83-b230-0dc05d814440" + "EASTUS2:20211117T074532Z:53a8e553-7775-4558-8ae1-9c700d107353" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:55:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:46:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d5c1a11-410d-496c-8b90-49b7109481e7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b037e006-89e3-43f9-9ec8-0d54aef948f6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "8dd88a61-cb4a-4015-a655-7981613c1f1a" + "8e5fc558-5e5e-47d3-a4e7-887a88c44e99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095607Z:8dd88a61-cb4a-4015-a655-7981613c1f1a" + "EASTUS2:20211117T074602Z:8e5fc558-5e5e-47d3-a4e7-887a88c44e99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:56:07 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2473,59 +2539,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:46:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e3761a6-6a1b-4934-9d71-66e794e77180" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6b8b26b6-f1d6-4207-abb6-773d5e34786d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "77e5935d-a36a-446d-97a3-e65e1f7aca95" + "fb565c62-c6eb-44ed-bc9a-a3cc1629a4fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095637Z:77e5935d-a36a-446d-97a3-e65e1f7aca95" + "EASTUS2:20211117T074632Z:fb565c62-c6eb-44ed-bc9a-a3cc1629a4fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:56:37 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2534,59 +2600,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:47:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0028d1f4-df85-4879-adfb-66d90b3c5cb1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9b6610e8-6dc3-4c59-adbd-1a0bf83e2cac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-correlation-request-id": [ - "0619b866-54a9-4742-897a-4453bf59484a" + "bce39e9e-c76e-4e45-8b2f-b68c3a0d8738" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095708Z:0619b866-54a9-4742-897a-4453bf59484a" + "EASTUS2:20211117T074703Z:bce39e9e-c76e-4e45-8b2f-b68c3a0d8738" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:57:08 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2595,59 +2661,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:47:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2217fa8a-0a03-4edc-bfc1-4bb224b7ea38" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65406d8b-e67a-40e5-ae7e-26e7a3f31fc1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11987" ], "x-ms-correlation-request-id": [ - "c950433b-3852-4eac-86fb-683f87b45a52" + "babfdd7b-beb3-4cab-8ab8-f82de0a531ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095738Z:c950433b-3852-4eac-86fb-683f87b45a52" + "EASTUS2:20211117T074734Z:babfdd7b-beb3-4cab-8ab8-f82de0a531ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:57:38 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2656,59 +2722,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:48:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b5c8a8b-a4a3-486b-b287-3926b8acea2d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1f4c277b-725e-4853-a936-f8cbf3dcd299" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11986" ], "x-ms-correlation-request-id": [ - "55e03582-4d53-41ff-a431-a59193f27803" + "3c3daabb-dd18-40cd-a2ef-354dd6579ce9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095808Z:55e03582-4d53-41ff-a431-a59193f27803" + "EASTUS2:20211117T074805Z:3c3daabb-dd18-40cd-a2ef-354dd6579ce9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:58:08 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2717,59 +2783,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:48:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f740c608-e329-4a83-91b9-0ad5f8478fe0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7bff6783-a60d-4a2e-827f-3279aa594b63" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11985" ], "x-ms-correlation-request-id": [ - "054dde59-fd06-4032-a9f0-f8f5446488cb" + "cf01cae2-8877-4b48-9ef0-dbb3251632ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095838Z:054dde59-fd06-4032-a9f0-f8f5446488cb" + "EASTUS2:20211117T074836Z:cf01cae2-8877-4b48-9ef0-dbb3251632ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:58:38 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2778,59 +2844,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:49:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "005cb089-5fe0-4d17-b680-059164c616cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "76c08705-bea7-4cde-bbf4-900c7e5e35ef" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11984" ], "x-ms-correlation-request-id": [ - "7326b57c-2e8a-4ffb-b58a-f5b77864a14b" + "3d6626d0-fb26-46f7-a01f-22838eb13b43" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095909Z:7326b57c-2e8a-4ffb-b58a-f5b77864a14b" + "EASTUS2:20211117T074907Z:3d6626d0-fb26-46f7-a01f-22838eb13b43" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:59:09 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2839,59 +2905,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:49:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8350342-ef7e-464c-9877-b4d46702783d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "31b862a4-e849-4c72-b493-8339e9e9500e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11983" ], "x-ms-correlation-request-id": [ - "55362503-598f-474b-9930-7418abf79027" + "ebd457e7-bdf6-4f7b-a52a-258b5ccb633d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T095939Z:55362503-598f-474b-9930-7418abf79027" + "EASTUS2:20211117T074938Z:ebd457e7-bdf6-4f7b-a52a-258b5ccb633d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:59:39 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2900,59 +2966,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:50:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29956" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afaffddf-0342-4123-8e4f-6b9cd602ba09" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2c07698a-6894-4052-a356-82f36266427b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11982" ], "x-ms-correlation-request-id": [ - "8e78c640-9493-448b-8701-4fa8f4b65310" + "6130fb77-6c70-4a80-adc2-cbe10b4537e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100009Z:8e78c640-9493-448b-8701-4fa8f4b65310" + "EASTUS2:20211117T075008Z:6130fb77-6c70-4a80-adc2-cbe10b4537e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:00:08 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2961,59 +3027,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:50:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29953" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "473d760e-6f55-4bf7-a37a-1d071db5db0d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "adc7218b-9816-4630-9bad-1f1847154955" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11981" ], "x-ms-correlation-request-id": [ - "fef37277-05f5-48ae-a0d2-58f7cc72e043" + "84b31ba5-6ddc-483d-a945-195b2d89e64d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100040Z:fef37277-05f5-48ae-a0d2-58f7cc72e043" + "EASTUS2:20211117T075039Z:84b31ba5-6ddc-483d-a945-195b2d89e64d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:00:39 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3022,59 +3088,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:51:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29950" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bccd98d4-bf1d-4e2b-ac06-21193f3658a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aff3295d-acbb-43e2-8b5a-03da4c73fa84" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11980" ], "x-ms-correlation-request-id": [ - "2ab9bcab-3160-4bdc-8aa0-9bb3647e3804" + "062cb9ba-572d-472d-8b37-81413fe37701" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100110Z:2ab9bcab-3160-4bdc-8aa0-9bb3647e3804" + "EASTUS2:20211117T075109Z:062cb9ba-572d-472d-8b37-81413fe37701" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:01:09 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3083,59 +3149,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:51:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29947" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96a2ede4-ea2c-4d7b-9687-c6c71cf2d70f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b8e893b1-4ad4-48ec-b965-aa9a030e4a19" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11979" ], "x-ms-correlation-request-id": [ - "c03c10ea-40ca-4008-8586-dd4cd6612323" + "af9f1220-a1e3-4dbc-a0f4-e669b8f77904" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100140Z:c03c10ea-40ca-4008-8586-dd4cd6612323" + "EASTUS2:20211117T075140Z:af9f1220-a1e3-4dbc-a0f4-e669b8f77904" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:01:39 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3144,59 +3210,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:52:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29943" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "027658c9-1072-4580-9732-ce4fe4d87145" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "38e956f3-ffc4-4169-aac3-8e6c1f94fa33" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11978" ], "x-ms-correlation-request-id": [ - "34723d9f-b079-469a-823a-ddfc4cff1eb6" + "fec3725d-9119-4667-ba2c-36207eaf8ea6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100210Z:34723d9f-b079-469a-823a-ddfc4cff1eb6" + "EASTUS2:20211117T075210Z:fec3725d-9119-4667-ba2c-36207eaf8ea6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:02:09 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3205,59 +3271,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:52:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29940" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f26ff8e8-aa4f-4fa6-bedd-3482846caf05" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2e7fcaaf-01cf-42cd-ac7e-909fa63605b4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11977" ], "x-ms-correlation-request-id": [ - "065d8d20-89e5-4428-af16-6c1f8a003816" + "61633153-c7c7-4eb0-bbf8-acac243c9af5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100241Z:065d8d20-89e5-4428-af16-6c1f8a003816" + "EASTUS2:20211117T075240Z:61633153-c7c7-4eb0-bbf8-acac243c9af5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:02:40 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3266,59 +3332,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:53:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29937" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29944" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6df845e-e771-4fff-9b86-51b6d2f14931" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "50b5eeb1-3601-4fc1-ad5c-b410e9432b9f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11976" ], "x-ms-correlation-request-id": [ - "506239ec-315b-4000-81e0-c4103d33b6ca" + "12d32253-c41a-4bae-82f3-ad26269ca589" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100311Z:506239ec-315b-4000-81e0-c4103d33b6ca" + "EASTUS2:20211117T075310Z:12d32253-c41a-4bae-82f3-ad26269ca589" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:03:10 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3327,59 +3393,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:53:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29934" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29941" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ef056773-2631-4b8a-96d0-79732c12e1bf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d9f96c5a-36b0-459b-9f29-bda2dc829a8d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11975" ], "x-ms-correlation-request-id": [ - "a40593f0-af7d-4850-85d7-b149dc1a5838" + "3823d30d-ed2d-49d9-b177-555fdc17fee8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100341Z:a40593f0-af7d-4850-85d7-b149dc1a5838" + "EASTUS2:20211117T075341Z:3823d30d-ed2d-49d9-b177-555fdc17fee8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:03:40 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3388,59 +3454,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:54:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29928" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29939" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c1698829-dce4-4335-9191-0bf9e7c85ba8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cac51376-8ed0-4343-b184-7ebb54bfa21c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11974" ], "x-ms-correlation-request-id": [ - "a62f2446-df72-457b-bcae-2f9499266b14" + "ffb408e2-a079-4bf2-bcdb-3cac68682dac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100411Z:a62f2446-df72-457b-bcae-2f9499266b14" + "EASTUS2:20211117T075411Z:ffb408e2-a079-4bf2-bcdb-3cac68682dac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:04:10 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3449,98 +3515,105 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:55:37.174929+00:00\",\r\n \"endTime\": \"2021-06-29T10:04:06.5063418+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"94f5e26c-ad06-445b-a7d7-42f7ca7eb154\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:45:32.0169779+00:00\",\r\n \"endTime\": \"2021-11-17T07:53:42.6416626+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"12928766-61ae-4c69-9154-5c498f64cde5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/94f5e26c-ad06-445b-a7d7-42f7ca7eb154?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0ZjVlMjZjLWFkMDYtNDQ1Yi1hN2Q3LTQyZjdjYTdlYjE1ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/12928766-61ae-4c69-9154-5c498f64cde5?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEyOTI4NzY2LTYxYWUtNGM2OS05MTU0LTVjNDk4ZjY0Y2RlNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:54:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29927" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ae1ec56-b085-4420-ae30-1622e605bae8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "09cbe4bf-545c-4b72-bc80-d0d684074129" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11973" ], "x-ms-correlation-request-id": [ - "ef8283ae-c985-4f4d-9f3e-8586e05f1590" + "975afee2-b131-4a00-af20-830b3083efce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100412Z:ef8283ae-c985-4f4d-9f3e-8586e05f1590" + "EASTUS2:20211117T075411Z:975afee2-b131-4a00-af20-830b3083efce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:04:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0/reimageall?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMC9yZWltYWdlYWxsP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0/reimageall?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcy8wL3JlaW1hZ2VhbGw/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acf3952f-f1bc-44a8-b344-664015979693" + "44b5af51-149c-4ad0-afc7-bcd9aee15c7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:54:12 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;997,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -3552,85 +3625,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca9ba62f-715a-45fd-9da0-3ad5abf36c9d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "eb0db9b9-d81a-4151-a3ba-28b56347e854" + "5dc38c48-b655-4e23-a394-b07f131cdbc5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100412Z:eb0db9b9-d81a-4151-a3ba-28b56347e854" + "EASTUS2:20211117T075412Z:5dc38c48-b655-4e23-a394-b07f131cdbc5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:04:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:54:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29925" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "abaed114-fcb7-47c6-bbb1-ddd2c2d08b8f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1850690a-5f24-43c5-9fe4-aa6bb61d2c4c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11972" ], "x-ms-correlation-request-id": [ - "5a2f9877-2ec4-4290-a41e-7506669e7104" + "735c804e-1844-438f-8bb1-350d1a3f3388" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100442Z:5a2f9877-2ec4-4290-a41e-7506669e7104" + "EASTUS2:20211117T075442Z:735c804e-1844-438f-8bb1-350d1a3f3388" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:04:42 GMT" - ], "Content-Length": [ "134" ], @@ -3641,57 +3707,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:55:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29922" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29933" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "62556d9b-07be-4c58-84d0-5bec69b42a16" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6aae05d8-7b9a-4fd9-a17d-a63ae3a21e30" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11971" ], "x-ms-correlation-request-id": [ - "d16537ec-a086-4ab0-bff4-912887fb32b0" + "97f99035-fb07-470f-982a-08761d030776" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100513Z:d16537ec-a086-4ab0-bff4-912887fb32b0" + "EASTUS2:20211117T075512Z:97f99035-fb07-470f-982a-08761d030776" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:05:12 GMT" - ], "Content-Length": [ "134" ], @@ -3702,57 +3768,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:55:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29919" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29930" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e01ac76d-0642-461a-9cc0-9facf2ee1500" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "398ec1d0-4631-409c-ad60-35bc3ab74aa1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11970" ], "x-ms-correlation-request-id": [ - "47c9308d-721e-4b02-bde6-caa55e29b0ab" + "395864c9-76a7-4735-b0e7-739d7db44453" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100543Z:47c9308d-721e-4b02-bde6-caa55e29b0ab" + "EASTUS2:20211117T075543Z:395864c9-76a7-4735-b0e7-739d7db44453" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:05:42 GMT" - ], "Content-Length": [ "134" ], @@ -3763,57 +3829,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:56:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29916" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1b586fee-5614-4cfe-8223-11954b080c34" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "937f66e2-b26b-4c98-9769-19bbbdfa9b97" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11969" ], "x-ms-correlation-request-id": [ - "0400475e-7456-4c78-9ef5-e2a95265765a" + "52822c88-d13f-433c-a6d3-fa2249a4880e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100613Z:0400475e-7456-4c78-9ef5-e2a95265765a" + "EASTUS2:20211117T075613Z:52822c88-d13f-433c-a6d3-fa2249a4880e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:06:12 GMT" - ], "Content-Length": [ "134" ], @@ -3824,57 +3890,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:56:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29913" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e97ae613-86d6-4656-a248-9af0d02d3ab2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "343bdcf7-7477-49c0-bafe-208955e5f985" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11968" ], "x-ms-correlation-request-id": [ - "d2e98742-b7b2-4675-b395-e956de4eb864" + "9c216a0a-b17c-414e-9964-38cd48ba4a5e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100644Z:d2e98742-b7b2-4675-b395-e956de4eb864" + "EASTUS2:20211117T075644Z:9c216a0a-b17c-414e-9964-38cd48ba4a5e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:06:44 GMT" - ], "Content-Length": [ "134" ], @@ -3885,57 +3951,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:57:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29910" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f888aee2-d232-4370-8533-ea030a116aaf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "be7fb8d9-0250-475d-be82-d9cdcf870449" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11967" ], "x-ms-correlation-request-id": [ - "4d17f8aa-588d-46a2-a573-9a6d36b25d40" + "b302bff9-c2d3-400b-b797-b5a726f748d7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100714Z:4d17f8aa-588d-46a2-a573-9a6d36b25d40" + "EASTUS2:20211117T075714Z:b302bff9-c2d3-400b-b797-b5a726f748d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:07:14 GMT" - ], "Content-Length": [ "134" ], @@ -3946,57 +4012,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:57:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29907" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2d0a921e-bd79-4c3d-a54a-ce6e54936749" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f9c83386-30dc-4ad0-b178-0371eb326c5d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11966" ], "x-ms-correlation-request-id": [ - "51a39a59-e948-4082-be79-a3effa741ac5" + "d7e53c84-44a4-42cf-975f-303179deddb7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100745Z:51a39a59-e948-4082-be79-a3effa741ac5" + "EASTUS2:20211117T075744Z:d7e53c84-44a4-42cf-975f-303179deddb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:07:44 GMT" - ], "Content-Length": [ "134" ], @@ -4007,57 +4073,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:58:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29904" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ef1f762b-747d-471d-810e-09624d5c9b9b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "92cd413b-69be-4840-8400-00f989a10357" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11965" ], "x-ms-correlation-request-id": [ - "affd2c22-f2fa-47f3-8198-8629c9b07b72" + "4ba29bc1-df30-4b44-8748-2e381374eec4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100815Z:affd2c22-f2fa-47f3-8198-8629c9b07b72" + "EASTUS2:20211117T075814Z:4ba29bc1-df30-4b44-8748-2e381374eec4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:08:15 GMT" - ], "Content-Length": [ "134" ], @@ -4068,57 +4134,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:58:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29902" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07faa6a1-d975-4367-bc3f-8040235e0b10" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "51fd9ad3-ffe4-40f6-9bb1-43c808032585" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11964" ], "x-ms-correlation-request-id": [ - "a9dc2c17-c9a7-421a-b769-ca75b7e5f438" + "e234542f-53d6-4a40-85ae-cd34f6eeba1b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100845Z:a9dc2c17-c9a7-421a-b769-ca75b7e5f438" + "EASTUS2:20211117T075845Z:e234542f-53d6-4a40-85ae-cd34f6eeba1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:08:45 GMT" - ], "Content-Length": [ "134" ], @@ -4129,57 +4195,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:59:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29899" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b852980d-109f-4c6a-b891-cce294723e95" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "45382cfd-fb26-41fe-bc98-1213e32009e1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11963" ], "x-ms-correlation-request-id": [ - "8e7c9b82-4c06-4375-a23a-ea4914ed86e2" + "f77c4992-2d1c-4660-82c9-3bc44166587a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100915Z:8e7c9b82-4c06-4375-a23a-ea4914ed86e2" + "EASTUS2:20211117T075916Z:f77c4992-2d1c-4660-82c9-3bc44166587a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:09:15 GMT" - ], "Content-Length": [ "134" ], @@ -4190,57 +4256,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:59:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29896" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d4092c4-bcc1-4976-a0bc-9d5615393884" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6a8d3f16-3563-4966-a990-d981631fa4ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11962" ], "x-ms-correlation-request-id": [ - "ca0ba3dc-5280-47ec-8b51-45e6a56ecfab" + "5f47a718-32dd-4a43-8455-7fb207b65ad4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T100946Z:ca0ba3dc-5280-47ec-8b51-45e6a56ecfab" + "EASTUS2:20211117T075946Z:5f47a718-32dd-4a43-8455-7fb207b65ad4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:09:45 GMT" - ], "Content-Length": [ "134" ], @@ -4251,57 +4317,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:00:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29893" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5668af34-b4df-4a14-8bf4-5c413c34c5e3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6d1902ee-793f-46cd-919a-34c170bd216f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11961" ], "x-ms-correlation-request-id": [ - "ecd9dc9a-6efd-4dee-9d1e-dc8cc873e86b" + "db433366-1faa-45b1-9339-fb1bd00c58a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101017Z:ecd9dc9a-6efd-4dee-9d1e-dc8cc873e86b" + "EASTUS2:20211117T080017Z:db433366-1faa-45b1-9339-fb1bd00c58a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:10:16 GMT" - ], "Content-Length": [ "134" ], @@ -4312,57 +4378,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:00:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29890" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4e2f8e0e-c0ed-4ac9-9543-6f72e13d0bac" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8930a775-1ed6-45d1-a253-01c2c08ce2f1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11960" ], "x-ms-correlation-request-id": [ - "fc636fb3-a735-4b48-8253-73532676cbef" + "3388233d-3c6b-4fdb-9db1-21435699e398" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101047Z:fc636fb3-a735-4b48-8253-73532676cbef" + "EASTUS2:20211117T080048Z:3388233d-3c6b-4fdb-9db1-21435699e398" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:10:46 GMT" - ], "Content-Length": [ "134" ], @@ -4373,57 +4439,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:01:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29888" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5868192b-12ab-46e9-95b1-2da271bd8d1f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d754376b-0d75-48f6-8619-6d80e344c4fc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11959" ], "x-ms-correlation-request-id": [ - "698a5f3a-6a06-4be4-a934-887b08c744b5" + "d6cd1efa-b105-43cb-ad70-f1ae8d5da5da" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101117Z:698a5f3a-6a06-4be4-a934-887b08c744b5" + "EASTUS2:20211117T080118Z:d6cd1efa-b105-43cb-ad70-f1ae8d5da5da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:11:16 GMT" - ], "Content-Length": [ "134" ], @@ -4434,57 +4500,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:01:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29885" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60e2f504-ace3-41f2-94c6-4d71b17f8424" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "24573c16-25e5-4f5c-be09-2ed54e38a87b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11958" ], "x-ms-correlation-request-id": [ - "618eed3c-3e32-47c3-bc0a-a8958901e5c5" + "f9414f05-757e-41c8-a6af-89746e1a0146" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101147Z:618eed3c-3e32-47c3-bc0a-a8958901e5c5" + "EASTUS2:20211117T080148Z:f9414f05-757e-41c8-a6af-89746e1a0146" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:11:46 GMT" - ], "Content-Length": [ "134" ], @@ -4495,59 +4561,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:02:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29882" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "571576d1-a1b0-4d30-9513-1792b4bf9dfc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9cd4411a-9d89-4a73-a021-a1fddf1c5b7a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11957" ], "x-ms-correlation-request-id": [ - "5a4dca0a-54e5-4914-96a5-b4b0b43f9ce4" + "bf5f49fb-2ea4-44d1-8ffa-0464e2ea04e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101218Z:5a4dca0a-54e5-4914-96a5-b4b0b43f9ce4" + "EASTUS2:20211117T080218Z:bf5f49fb-2ea4-44d1-8ffa-0464e2ea04e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:12:17 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4556,118 +4622,188 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:54:11.7197941+00:00\",\r\n \"endTime\": \"2021-11-17T08:02:08.7344723+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d1e9e9eb-9354-4a06-b3f2-895ebd0e7d64?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxZTllOWViLTkzNTQtNGEwNi1iM2YyLTg5NWViZDBlN2Q2ND9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:02:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29879" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29891" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8668d9d2-9a33-4f87-bc58-732851134539" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0c95e7b5-4a9b-4fc0-ba8e-526ccf463b6d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11956" ], "x-ms-correlation-request-id": [ - "3f63b862-8449-4418-8112-9d6cb7f23734" + "e359f50d-f130-4aaa-893d-799a6cf1f36a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101248Z:3f63b862-8449-4418-8112-9d6cb7f23734" + "EASTUS2:20211117T080219Z:e359f50d-f130-4aaa-893d-799a6cf1f36a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:12:47 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualmachines/0/restart?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxtYWNoaW5lcy8wL3Jlc3RhcnQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "6c2ffe2a-194c-4cc5-a4cd-48cae010b20d" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:02:18 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/75bc1a39-bd42-4d1e-8910-bedd3d9eefd5?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/75bc1a39-bd42-4d1e-8910-bedd3d9eefd5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29876" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;996,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + ], + "x-ms-request-charge": [ + "1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "303d3a47-33de-420e-bdb8-72c31f735f88" + "75bc1a39-bd42-4d1e-8910-bedd3d9eefd5" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "bfa79bdf-f145-4eb7-95b5-e74c801825de" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T080219Z:bfa79bdf-f145-4eb7-95b5-e74c801825de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/75bc1a39-bd42-4d1e-8910-bedd3d9eefd5?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1YmMxYTM5LWJkNDItNGQxZS04OTEwLWJlZGQzZDllZWZkNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:02:49 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29889" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "70cf0ba6-4938-4023-bf4f-7fd790a7b100" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11955" ], "x-ms-correlation-request-id": [ - "ecb1d38f-0dec-4a7b-ad1a-70329e311a22" + "e9693c38-aec0-41f5-8c77-23c57e7e9c01" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101318Z:ecb1d38f-0dec-4a7b-ad1a-70329e311a22" + "EASTUS2:20211117T080249Z:e9693c38-aec0-41f5-8c77-23c57e7e9c01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:13:18 GMT" - ], "Content-Length": [ "184" ], @@ -4678,101 +4814,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:04:12.2720512+00:00\",\r\n \"endTime\": \"2021-06-29T10:13:13.8224667+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ca9ba62f-715a-45fd-9da0-3ad5abf36c9d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:02:19.3751235+00:00\",\r\n \"endTime\": \"2021-11-17T08:02:20.7813242+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"75bc1a39-bd42-4d1e-8910-bedd3d9eefd5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ca9ba62f-715a-45fd-9da0-3ad5abf36c9d?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NhOWJhNjJmLTcxNWEtNDVmZC05ZGEwLTNhZDVhYmYzNmM5ZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/75bc1a39-bd42-4d1e-8910-bedd3d9eefd5?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc1YmMxYTM5LWJkNDItNGQxZS04OTEwLWJlZGQzZDllZWZkNT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:02:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29875" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29888" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7bba986b-a2c6-455b-88d2-610439439032" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8922af61-a5e2-4773-8ebf-47c684f457b9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11954" ], "x-ms-correlation-request-id": [ - "8029f9d6-7c0d-4ea9-9c8f-46de78d17cd5" + "8125b1e4-0416-4c3a-8c37-dee01d926f34" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101318Z:8029f9d6-7c0d-4ea9-9c8f-46de78d17cd5" + "EASTUS2:20211117T080250Z:8125b1e4-0416-4c3a-8c37-dee01d926f34" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:13:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0/restart?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMC9yZXN0YXJ0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualmachines/0/poweroff?skipShutdown=false&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxtYWNoaW5lcy8wL3Bvd2Vyb2ZmP3NraXBTaHV0ZG93bj1mYWxzZSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e2b7b31-f5d0-4d1c-b6a7-df289f1479c1" + "8c323786-96fc-4fb1-ab6d-a888e31354f1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:02:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/54bf4495-b486-454e-8e24-f2dac12083ba?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/074494f6-df72-46c6-acc6-b64af2e543d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/54bf4495-b486-454e-8e24-f2dac12083ba?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/074494f6-df72-46c6-acc6-b64af2e543d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;996,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -4781,85 +4924,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54bf4495-b486-454e-8e24-f2dac12083ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "074494f6-df72-46c6-acc6-b64af2e543d2" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "23b29b15-9d40-466c-b4e0-b8aa9d2f6983" + "a4a6afff-b4f9-4391-852d-3dcc065d1189" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101319Z:23b29b15-9d40-466c-b4e0-b8aa9d2f6983" + "EASTUS2:20211117T080250Z:a4a6afff-b4f9-4391-852d-3dcc065d1189" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:13:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/54bf4495-b486-454e-8e24-f2dac12083ba?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0YmY0NDk1LWI0ODYtNDU0ZS04ZTI0LWYyZGFjMTIwODNiYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/074494f6-df72-46c6-acc6-b64af2e543d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA3NDQ5NGY2LWRmNzItNDZjNi1hY2M2LWI2NGFmMmU1NDNkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:03:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29873" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7d853e97-b1e5-47ed-9daa-fb8876183bc8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9b15218f-53e3-4b3b-bb06-d1252a375d26" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11953" ], "x-ms-correlation-request-id": [ - "e5f5f161-e4e2-4a85-b93d-0201d0075748" + "66c4a77b-3cfa-49f5-8980-6a265779a992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101349Z:e5f5f161-e4e2-4a85-b93d-0201d0075748" + "EASTUS2:20211117T080320Z:66c4a77b-3cfa-49f5-8980-6a265779a992" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:13:49 GMT" - ], "Content-Length": [ "184" ], @@ -4870,101 +5006,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:13:18.9161936+00:00\",\r\n \"endTime\": \"2021-06-29T10:13:20.4162156+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"54bf4495-b486-454e-8e24-f2dac12083ba\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:02:50.2344479+00:00\",\r\n \"endTime\": \"2021-11-17T08:02:59.5781923+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"074494f6-df72-46c6-acc6-b64af2e543d2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/54bf4495-b486-454e-8e24-f2dac12083ba?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0YmY0NDk1LWI0ODYtNDU0ZS04ZTI0LWYyZGFjMTIwODNiYT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/074494f6-df72-46c6-acc6-b64af2e543d2?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA3NDQ5NGY2LWRmNzItNDZjNi1hY2M2LWI2NGFmMmU1NDNkMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:03:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29872" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29885" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d6b6d4c4-9213-474d-9db0-9b9f6f8d16a6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "16e16675-6f75-4bf2-8adb-128cf1fef885" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11952" ], "x-ms-correlation-request-id": [ - "763f9f95-306c-462f-8ab6-5514ce965d61" + "9f1e4ae7-ac48-4e0e-bf2a-ef2248d3a42e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101349Z:763f9f95-306c-462f-8ab6-5514ce965d61" + "EASTUS2:20211117T080320Z:9f1e4ae7-ac48-4e0e-bf2a-ef2248d3a42e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:13:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0/poweroff?skipShutdown=false&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMC9wb3dlcm9mZj9za2lwU2h1dGRvd249ZmFsc2UmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0/deallocate?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcy8wL2RlYWxsb2NhdGU/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca822d0e-adf1-488f-b3e0-661efa6a1e9c" + "b7eca781-aabd-4133-9d63-61f100ffb6c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:03:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/08b9d396-012f-44d5-acd7-f1ffab39b9df?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/77585406-cbb8-499c-bb10-8e75ecd6a352?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/08b9d396-012f-44d5-acd7-f1ffab39b9df?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/77585406-cbb8-499c-bb10-8e75ecd6a352?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSetVM3Min;238,Microsoft.Compute/DeleteVMScaleSetVM30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -4973,85 +5116,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "08b9d396-012f-44d5-acd7-f1ffab39b9df" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "77585406-cbb8-499c-bb10-8e75ecd6a352" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "e7dff295-5c3c-41e4-88bc-a64f993ba636" + "986d40be-f56f-4b2b-924c-27735fc5748d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101349Z:e7dff295-5c3c-41e4-88bc-a64f993ba636" + "EASTUS2:20211117T080321Z:986d40be-f56f-4b2b-924c-27735fc5748d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:13:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/08b9d396-012f-44d5-acd7-f1ffab39b9df?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4YjlkMzk2LTAxMmYtNDRkNS1hY2Q3LWYxZmZhYjM5YjlkZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/77585406-cbb8-499c-bb10-8e75ecd6a352?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc3NTg1NDA2LWNiYjgtNDk5Yy1iYjEwLThlNzVlY2Q2YTM1Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:03:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29870" + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29883" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41e8f60c-1e09-4c02-b266-e7b4ed092bf6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b06c92df-8df7-4b7c-ad21-99b7f75e98b0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11951" ], "x-ms-correlation-request-id": [ - "4c43b5a8-82eb-48be-8a48-0d6ca7fbb24c" + "cbc482f5-22a2-457b-858a-cadbf822b144" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101420Z:4c43b5a8-82eb-48be-8a48-0d6ca7fbb24c" + "EASTUS2:20211117T080351Z:cbc482f5-22a2-457b-858a-cadbf822b144" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:14:19 GMT" - ], "Content-Length": [ "184" ], @@ -5062,101 +5198,108 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:13:49.7289191+00:00\",\r\n \"endTime\": \"2021-06-29T10:14:04.1196012+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"08b9d396-012f-44d5-acd7-f1ffab39b9df\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:03:21.0469466+00:00\",\r\n \"endTime\": \"2021-11-17T08:03:38.3281995+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"77585406-cbb8-499c-bb10-8e75ecd6a352\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/08b9d396-012f-44d5-acd7-f1ffab39b9df?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4YjlkMzk2LTAxMmYtNDRkNS1hY2Q3LWYxZmZhYjM5YjlkZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/77585406-cbb8-499c-bb10-8e75ecd6a352?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc3NTg1NDA2LWNiYjgtNDk5Yy1iYjEwLThlNzVlY2Q2YTM1Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:03:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29869" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29882" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5bc6306-ed09-477d-af9c-afc39e29049c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1ed689a8-2fd8-475e-8049-7b734ae2a8df" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11950" ], "x-ms-correlation-request-id": [ - "288a494b-cba7-47db-88cf-fff564c1c0df" + "bfc7a7a1-4422-4656-a336-15849239130e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101420Z:288a494b-cba7-47db-88cf-fff564c1c0df" + "EASTUS2:20211117T080351Z:bfc7a7a1-4422-4656-a336-15849239130e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:14:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0/deallocate?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMC9kZWFsbG9jYXRlP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar85241/providers/Microsoft.Compute/virtualMachineScaleSets/vmss405/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDA1L3ZpcnR1YWxNYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1561de8-96d4-4654-9d51-1c64ff0e9a89" + "b0004e1f-56a8-46fe-8cc6-3df5a7494b70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:03:51 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ea1f1148-6875-4fa4-8b0b-7f00f9a3be72?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d40eb82d-bf22-433b-8042-9b5c7104af1b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ea1f1148-6875-4fa4-8b0b-7f00f9a3be72?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d40eb82d-bf22-433b-8042-9b5c7104af1b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSetVM3Min;238,Microsoft.Compute/DeleteVMScaleSetVM30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/DeleteVMScaleSetVM3Min;237,Microsoft.Compute/DeleteVMScaleSetVM30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "1" @@ -5165,85 +5308,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ea1f1148-6875-4fa4-8b0b-7f00f9a3be72" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d40eb82d-bf22-433b-8042-9b5c7104af1b" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "0fa96b67-e158-477a-97b4-138b9be9a0e7" + "8086d62d-ab7e-4fd7-a46c-02e1fdcdc9f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101420Z:0fa96b67-e158-477a-97b4-138b9be9a0e7" + "EASTUS2:20211117T080352Z:8086d62d-ab7e-4fd7-a46c-02e1fdcdc9f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:14:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ea1f1148-6875-4fa4-8b0b-7f00f9a3be72?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VhMWYxMTQ4LTY4NzUtNGZhNC04YjBiLTdmMDBmOWEzYmU3Mj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d40eb82d-bf22-433b-8042-9b5c7104af1b?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0MGViODJkLWJmMjItNDMzYi04MDQyLTliNWM3MTA0YWYxYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:04:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29867" + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6df0f383-43a2-4e76-86b6-a347ed3885d0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3c709b3e-99a9-497d-a5ec-0793c5248e2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11949" ], "x-ms-correlation-request-id": [ - "8b151fc3-7aee-449f-aa5e-a411740f3a0e" + "d75d451d-de7a-4858-b7fd-ea36e72f705a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101450Z:8b151fc3-7aee-449f-aa5e-a411740f3a0e" + "EASTUS2:20211117T080422Z:d75d451d-de7a-4858-b7fd-ea36e72f705a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:14:50 GMT" - ], "Content-Length": [ "184" ], @@ -5254,275 +5390,425 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:14:20.5103184+00:00\",\r\n \"endTime\": \"2021-06-29T10:14:43.8542425+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ea1f1148-6875-4fa4-8b0b-7f00f9a3be72\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:03:51.8907178+00:00\",\r\n \"endTime\": \"2021-11-17T08:03:57.6719363+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d40eb82d-bf22-433b-8042-9b5c7104af1b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ea1f1148-6875-4fa4-8b0b-7f00f9a3be72?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VhMWYxMTQ4LTY4NzUtNGZhNC04YjBiLTdmMDBmOWEzYmU3Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/d40eb82d-bf22-433b-8042-9b5c7104af1b?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0MGViODJkLWJmMjItNDMzYi04MDQyLTliNWM3MTA0YWYxYj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:04:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29866" + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a40de2bc-8bbc-40c6-89d4-4faca1b2b9f5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f05faea9-f2f7-43d8-8d8e-d3c6579671f8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11948" ], "x-ms-correlation-request-id": [ - "f875d736-dc38-4abf-a97d-4fc7a2ea83c7" + "f8d56364-b285-43e2-8df1-479dd5d42257" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101451Z:f875d736-dc38-4abf-a97d-4fc7a2ea83c7" + "EASTUS2:20211117T080422Z:f8d56364-b285-43e2-8df1-479dd5d42257" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:14:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar97141/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2812/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk3MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjgxMi92aXJ0dWFsbWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar85241?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MjQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f4b5367-7032-4e7e-a978-7a7c0cde1471" + "be6e7a12-1ebd-4de4-805a-76cd46cba6bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:04:27 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4722bf4-d2d7-4043-a688-6490a45ebd31?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4722bf4-d2d7-4043-a688-6490a45ebd31?api-version=2021-07-01" + "Retry-After": [ + "15" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteVMScaleSetVM3Min;237,Microsoft.Compute/DeleteVMScaleSetVM30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "x-ms-request-charge": [ - "1" + "x-ms-request-id": [ + "78618812-a6cc-49df-8fdf-701a8f9d642b" + ], + "x-ms-correlation-request-id": [ + "78618812-a6cc-49df-8fdf-701a8f9d642b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T080428Z:78618812-a6cc-49df-8fdf-701a8f9d642b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "b4722bf4-d2d7-4043-a688-6490a45ebd31" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Content-Length": [ + "0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:04:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "7eb768c1-7791-4ae4-9035-24a69fbbe83d" ], "x-ms-correlation-request-id": [ - "c46f10bd-bd12-4408-b5b3-271024be06c2" + "7eb768c1-7791-4ae4-9035-24a69fbbe83d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101451Z:c46f10bd-bd12-4408-b5b3-271024be06c2" + "EASTUS2:20211117T080443Z:7eb768c1-7791-4ae4-9035-24a69fbbe83d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:14:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:04:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "e8fdb032-2f65-44c4-89f9-57795331029e" + ], + "x-ms-correlation-request-id": [ + "e8fdb032-2f65-44c4-89f9-57795331029e" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T080459Z:e8fdb032-2f65-44c4-89f9-57795331029e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4722bf4-d2d7-4043-a688-6490a45ebd31?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I0NzIyYmY0LWQyZDctNDA0My1hNjg4LTY0OTBhNDVlYmQzMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:05:14 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29868" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "21811c70-036f-4e06-a6d3-aeec88633ec6" + ], + "x-ms-correlation-request-id": [ + "21811c70-036f-4e06-a6d3-aeec88633ec6" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T080514Z:21811c70-036f-4e06-a6d3-aeec88633ec6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "056c778b-e58c-494c-93b1-50b96cb0e429" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:05:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11996" + ], + "x-ms-request-id": [ + "df02d287-0a57-4cad-b453-c59361f8a1b1" ], "x-ms-correlation-request-id": [ - "d953e932-2f70-4b0c-b4bc-888264e16835" + "df02d287-0a57-4cad-b453-c59361f8a1b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101521Z:d953e932-2f70-4b0c-b4bc-888264e16835" + "EASTUS2:20211117T080530Z:df02d287-0a57-4cad-b453-c59361f8a1b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:15:20 GMT" - ], "Content-Length": [ - "183" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:14:51.307442+00:00\",\r\n \"endTime\": \"2021-06-29T10:14:59.4011693+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b4722bf4-d2d7-4043-a688-6490a45ebd31\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4722bf4-d2d7-4043-a688-6490a45ebd31?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I0NzIyYmY0LWQyZDctNDA0My1hNjg4LTY0OTBhNDVlYmQzMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:05:44 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29867" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d4a1578c-0f64-49a1-9f50-7c945aa7872e" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11995" + ], + "x-ms-request-id": [ + "84386191-12a4-47e4-8077-dfc6a34dd228" ], "x-ms-correlation-request-id": [ - "dd537bfe-f763-409d-a119-ebe7f4449276" + "84386191-12a4-47e4-8077-dfc6a34dd228" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101521Z:dd537bfe-f763-409d-a119-ebe7f4449276" + "EASTUS2:20211117T080545Z:84386191-12a4-47e4-8077-dfc6a34dd228" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:15:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar97141?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk3MTQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "03fde523-b7ae-46cb-90a3-29b9032d007c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5530,26 +5816,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:06:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-request-id": [ - "d3baeeec-3667-4ba2-a93a-188b845e495e" + "239a80e3-ccee-45dd-a5d6-04e012f3a780" ], "x-ms-correlation-request-id": [ - "d3baeeec-3667-4ba2-a93a-188b845e495e" + "239a80e3-ccee-45dd-a5d6-04e012f3a780" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101527Z:d3baeeec-3667-4ba2-a93a-188b845e495e" + "EASTUS2:20211117T080601Z:239a80e3-ccee-45dd-a5d6-04e012f3a780" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5557,29 +5846,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:15:26 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5587,26 +5873,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:06:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-request-id": [ - "a5bbceb1-14b0-4b9c-a566-55be51d9a5d3" + "296b5116-5650-4986-9d97-0263aaef6a71" ], "x-ms-correlation-request-id": [ - "a5bbceb1-14b0-4b9c-a566-55be51d9a5d3" + "296b5116-5650-4986-9d97-0263aaef6a71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101542Z:a5bbceb1-14b0-4b9c-a566-55be51d9a5d3" + "EASTUS2:20211117T080616Z:296b5116-5650-4986-9d97-0263aaef6a71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5614,29 +5903,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:15:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5644,26 +5930,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:06:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "626784e2-3811-4e46-b302-8fcd70451da7" + "4d86b20b-d3bc-4590-806a-524ce55b0b09" ], "x-ms-correlation-request-id": [ - "626784e2-3811-4e46-b302-8fcd70451da7" + "4d86b20b-d3bc-4590-806a-524ce55b0b09" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101558Z:626784e2-3811-4e46-b302-8fcd70451da7" + "EASTUS2:20211117T080632Z:4d86b20b-d3bc-4590-806a-524ce55b0b09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5671,29 +5960,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:15:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5701,26 +5987,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:06:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "40da9f1b-66ce-48b2-9def-9af5ef325d4e" + "ac4dda9b-e809-48a5-bdda-2023efe7b0f5" ], "x-ms-correlation-request-id": [ - "40da9f1b-66ce-48b2-9def-9af5ef325d4e" + "ac4dda9b-e809-48a5-bdda-2023efe7b0f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101613Z:40da9f1b-66ce-48b2-9def-9af5ef325d4e" + "EASTUS2:20211117T080647Z:ac4dda9b-e809-48a5-bdda-2023efe7b0f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5728,29 +6017,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:16:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5758,26 +6044,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:07:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "ad851669-7843-47b0-9bbe-2c8d153f69fb" + "02e8aeb1-ef9f-4d51-b923-e9dd57c38a2d" ], "x-ms-correlation-request-id": [ - "ad851669-7843-47b0-9bbe-2c8d153f69fb" + "02e8aeb1-ef9f-4d51-b923-e9dd57c38a2d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101629Z:ad851669-7843-47b0-9bbe-2c8d153f69fb" + "EASTUS2:20211117T080703Z:02e8aeb1-ef9f-4d51-b923-e9dd57c38a2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5785,29 +6074,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:16:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5815,26 +6101,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:07:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "ba7d6092-f9b4-43dd-b555-962c690dbab0" + "d742bb2c-6505-4953-847d-650015c6f178" ], "x-ms-correlation-request-id": [ - "ba7d6092-f9b4-43dd-b555-962c690dbab0" + "d742bb2c-6505-4953-847d-650015c6f178" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101644Z:ba7d6092-f9b4-43dd-b555-962c690dbab0" + "EASTUS2:20211117T080718Z:d742bb2c-6505-4953-847d-650015c6f178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5842,29 +6131,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:16:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5872,26 +6158,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:07:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "64c1ad72-40dd-459a-b568-74dd392bc128" + "c42e6f1f-e164-4af4-96c0-d298c9648aa3" ], "x-ms-correlation-request-id": [ - "64c1ad72-40dd-459a-b568-74dd392bc128" + "c42e6f1f-e164-4af4-96c0-d298c9648aa3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101700Z:64c1ad72-40dd-459a-b568-74dd392bc128" + "EASTUS2:20211117T080733Z:c42e6f1f-e164-4af4-96c0-d298c9648aa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5899,29 +6188,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:17:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5929,26 +6215,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:07:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11987" ], "x-ms-request-id": [ - "008d4794-7a40-4f09-8d72-b97ea68503e4" + "532c23d8-6913-473c-a8ee-907dafe76c4c" ], "x-ms-correlation-request-id": [ - "008d4794-7a40-4f09-8d72-b97ea68503e4" + "532c23d8-6913-473c-a8ee-907dafe76c4c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101715Z:008d4794-7a40-4f09-8d72-b97ea68503e4" + "EASTUS2:20211117T080749Z:532c23d8-6913-473c-a8ee-907dafe76c4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5956,29 +6245,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:17:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -5986,26 +6272,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:08:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11986" ], "x-ms-request-id": [ - "6aa1cad1-ac67-4387-bf38-631c2df17465" + "5d0cf97c-ca84-49e3-a4ad-674ff94855f5" ], "x-ms-correlation-request-id": [ - "6aa1cad1-ac67-4387-bf38-631c2df17465" + "5d0cf97c-ca84-49e3-a4ad-674ff94855f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101730Z:6aa1cad1-ac67-4387-bf38-631c2df17465" + "EASTUS2:20211117T080804Z:5d0cf97c-ca84-49e3-a4ad-674ff94855f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6013,29 +6302,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:17:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6043,26 +6329,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:08:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11985" ], "x-ms-request-id": [ - "0b261d1a-3074-4c4f-813c-411cc1907367" + "e094b754-62c2-46a8-ba00-cb4e95294374" ], "x-ms-correlation-request-id": [ - "0b261d1a-3074-4c4f-813c-411cc1907367" + "e094b754-62c2-46a8-ba00-cb4e95294374" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101746Z:0b261d1a-3074-4c4f-813c-411cc1907367" + "EASTUS2:20211117T080820Z:e094b754-62c2-46a8-ba00-cb4e95294374" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6070,29 +6359,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:17:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6100,26 +6386,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:08:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11984" ], "x-ms-request-id": [ - "81647182-1163-4b9c-ac1c-d372b801e55c" + "933b5abc-dd34-41a1-bbac-9de54a63e58b" ], "x-ms-correlation-request-id": [ - "81647182-1163-4b9c-ac1c-d372b801e55c" + "933b5abc-dd34-41a1-bbac-9de54a63e58b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101801Z:81647182-1163-4b9c-ac1c-d372b801e55c" + "EASTUS2:20211117T080835Z:933b5abc-dd34-41a1-bbac-9de54a63e58b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6127,29 +6416,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:18:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6157,26 +6443,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:08:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11983" ], "x-ms-request-id": [ - "e9c38165-2df4-48d5-a6de-fc8a44190325" + "6156ccb0-74a6-4b3e-bfc5-4bc74b12b153" ], "x-ms-correlation-request-id": [ - "e9c38165-2df4-48d5-a6de-fc8a44190325" + "6156ccb0-74a6-4b3e-bfc5-4bc74b12b153" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101817Z:e9c38165-2df4-48d5-a6de-fc8a44190325" + "EASTUS2:20211117T080851Z:6156ccb0-74a6-4b3e-bfc5-4bc74b12b153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6184,29 +6473,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:18:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6214,26 +6500,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:09:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11982" ], "x-ms-request-id": [ - "5602175f-6252-4cc1-a97d-96c034340aad" + "c3adc075-259e-41d6-b230-c2436ede8b60" ], "x-ms-correlation-request-id": [ - "5602175f-6252-4cc1-a97d-96c034340aad" + "c3adc075-259e-41d6-b230-c2436ede8b60" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101832Z:5602175f-6252-4cc1-a97d-96c034340aad" + "EASTUS2:20211117T080907Z:c3adc075-259e-41d6-b230-c2436ede8b60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6241,29 +6530,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:18:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6271,26 +6557,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:09:22 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11981" ], "x-ms-request-id": [ - "f49e195b-1927-4a31-8aa3-8ea11ca59617" + "d5d54404-3540-4305-9b1e-3f91eeaf6654" ], "x-ms-correlation-request-id": [ - "f49e195b-1927-4a31-8aa3-8ea11ca59617" + "d5d54404-3540-4305-9b1e-3f91eeaf6654" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101848Z:f49e195b-1927-4a31-8aa3-8ea11ca59617" + "EASTUS2:20211117T080922Z:d5d54404-3540-4305-9b1e-3f91eeaf6654" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6298,29 +6587,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:18:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6328,26 +6614,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:09:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11980" ], "x-ms-request-id": [ - "60565033-4f9a-4cf4-a53b-6ae683a70ff9" + "f11593b0-998d-4321-b4e3-3babce786be1" ], "x-ms-correlation-request-id": [ - "60565033-4f9a-4cf4-a53b-6ae683a70ff9" + "f11593b0-998d-4321-b4e3-3babce786be1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101903Z:60565033-4f9a-4cf4-a53b-6ae683a70ff9" + "EASTUS2:20211117T080938Z:f11593b0-998d-4321-b4e3-3babce786be1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6355,29 +6644,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:19:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6385,26 +6671,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:09:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11979" ], "x-ms-request-id": [ - "b64dcaec-8ee6-4ac8-acbc-8cdb8cad8e5a" + "f6ec1d64-6d01-4e09-a991-cddfc38573be" ], "x-ms-correlation-request-id": [ - "b64dcaec-8ee6-4ac8-acbc-8cdb8cad8e5a" + "f6ec1d64-6d01-4e09-a991-cddfc38573be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101919Z:b64dcaec-8ee6-4ac8-acbc-8cdb8cad8e5a" + "EASTUS2:20211117T080953Z:f6ec1d64-6d01-4e09-a991-cddfc38573be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6412,29 +6701,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:19:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6442,26 +6728,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11978" ], "x-ms-request-id": [ - "06d9f547-b42c-44d4-9b83-0585d27505f4" + "44548b5f-3761-48eb-82a1-175ec552d16d" ], "x-ms-correlation-request-id": [ - "06d9f547-b42c-44d4-9b83-0585d27505f4" + "44548b5f-3761-48eb-82a1-175ec552d16d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101934Z:06d9f547-b42c-44d4-9b83-0585d27505f4" + "EASTUS2:20211117T081009Z:44548b5f-3761-48eb-82a1-175ec552d16d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6469,29 +6758,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:19:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6499,26 +6785,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11977" ], "x-ms-request-id": [ - "f89c51d2-3ad0-4cfe-96bf-a7eea8cc9f06" + "69ec90a0-9aea-4deb-a5f0-82949c212ce0" ], "x-ms-correlation-request-id": [ - "f89c51d2-3ad0-4cfe-96bf-a7eea8cc9f06" + "69ec90a0-9aea-4deb-a5f0-82949c212ce0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T101950Z:f89c51d2-3ad0-4cfe-96bf-a7eea8cc9f06" + "EASTUS2:20211117T081024Z:69ec90a0-9aea-4deb-a5f0-82949c212ce0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6526,29 +6815,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:19:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6556,20 +6842,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:39 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11976" ], "x-ms-request-id": [ - "56597f06-996a-4443-9e65-92749fa113fd" + "a3bfa41e-8cce-40b4-8ffe-a3b8b4fc4faf" ], "x-ms-correlation-request-id": [ - "56597f06-996a-4443-9e65-92749fa113fd" + "a3bfa41e-8cce-40b4-8ffe-a3b8b4fc4faf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102005Z:56597f06-996a-4443-9e65-92749fa113fd" + "EASTUS2:20211117T081040Z:a3bfa41e-8cce-40b4-8ffe-a3b8b4fc4faf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6577,29 +6866,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5NzE0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TnpFME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TlRJME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -6607,20 +6893,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:10:40 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11975" ], "x-ms-request-id": [ - "36d55c35-8f1e-4373-8a77-afa9abd5786e" + "0010921d-faa1-4c68-8f77-ad1568392354" ], "x-ms-correlation-request-id": [ - "36d55c35-8f1e-4373-8a77-afa9abd5786e" + "0010921d-faa1-4c68-8f77-ad1568392354" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T102006Z:36d55c35-8f1e-4373-8a77-afa9abd5786e" + "EASTUS2:20211117T081040Z:0010921d-faa1-4c68-8f77-ad1568392354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6628,14 +6917,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:20:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -6644,27 +6930,27 @@ ], "Names": { "InitializeCommon": [ - "crptestar9714", - "vmss2812", - "crptestar7523" + "crptestar8524", + "vmss405", + "crptestar3363" ], "CreatePublicIP": [ - "pip3658", - "dn8785" + "pip7709", + "dn7205" ], "CreateVNET": [ - "vn8171", - "sn6892" + "vn5757", + "sn2755" ], "CreateNIC": [ - "nic8121", - "ip8930" + "nic9964", + "ip2993" ], "CreateDefaultVMScaleSetInput": [ - "crptestar7038", - "vmss8308", - "vmsstestnetconfig6453", - "vmsstestnetconfig2558" + "crptestar8093", + "vmss9386", + "vmsstestnetconfig1984", + "vmsstestnetconfig5945" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_PerformMaintenance.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_PerformMaintenance.json index bd66d272fa50d..84bc5504d568b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_PerformMaintenance.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_PerformMaintenance.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c300e61f-3094-4aa2-a8ad-ec73ec612a9b" + "69be9fa9-bf98-49e5-8a33-3c6626618b43" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "8cc1fcfa-021c-4b30-a7bf-21d976fab18f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "66168c6a-ed76-4315-8dbb-495f3133e19e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "bffc12e5-c6ea-41b1-b06d-655f137c1c13" + "b6d1f985-72fb-4e95-ba02-973f5bedc400" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091248Z:bffc12e5-c6ea-41b1-b06d-655f137c1c13" + "EASTUS2:20211117T070619Z:b6d1f985-72fb-4e95-ba02-973f5bedc400" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:12:48 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar24821?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI0ODIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar16261?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2MjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar24821\": \"2021-06-29 09:12:48Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar16261\": \"2021-11-17 07:06:19Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06c5c7ee-b4bd-4947-acaf-93b2c72568c7" + "fa246986-993c-4959-b783-793459bbecb7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:19 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "0d135a3a-4fe7-497d-bd30-b51f72010262" + "07dc834a-410b-4b03-a6b2-656b63a10d0f" ], "x-ms-correlation-request-id": [ - "0d135a3a-4fe7-497d-bd30-b51f72010262" + "07dc834a-410b-4b03-a6b2-656b63a10d0f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091248Z:0d135a3a-4fe7-497d-bd30-b51f72010262" + "EASTUS2:20211117T070619Z:07dc834a-410b-4b03-a6b2-656b63a10d0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:12:48 GMT" - ], "Content-Length": [ "231" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821\",\r\n \"name\": \"crptestar24821\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar24821\": \"2021-06-29 09:12:48Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261\",\r\n \"name\": \"crptestar16261\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar16261\": \"2021-11-17 07:06:19Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar24821?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI0ODIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar16261?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2MjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db0367b0-ae64-47d9-ba8e-3c366a685dfd" + "00bc6184-850c-4026-9d76-7c826cf6a1fe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:47 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "00cdb14e-5a72-427a-99a8-743eb049d164" + "ac4d1763-08a3-41fa-997b-6cb0cc7b060b" ], "x-ms-correlation-request-id": [ - "00cdb14e-5a72-427a-99a8-743eb049d164" + "ac4d1763-08a3-41fa-997b-6cb0cc7b060b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091318Z:00cdb14e-5a72-427a-99a8-743eb049d164" + "EASTUS2:20211117T070648Z:ac4d1763-08a3-41fa-997b-6cb0cc7b060b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:17 GMT" - ], "Content-Length": [ "182" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821\",\r\n \"name\": \"crptestar24821\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261\",\r\n \"name\": \"crptestar16261\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Storage/storageAccounts/crptestar8523?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODUyMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Storage/storageAccounts/crptestar9133?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTEzMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc1600ef-986b-4c6b-a10d-40386539120f" + "f47aa7f5-1dd0-4c8a-a97b-22dfa0c5854e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/04355494-c9cb-4b79-b277-6fe81edbb3b5?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807ddd3d-0b80-4149-902a-c60796216f24?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "04355494-c9cb-4b79-b277-6fe81edbb3b5" + "807ddd3d-0b80-4149-902a-c60796216f24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "ccc5e7a6-27c2-437c-87fb-1bad742487db" + "9baee2bd-48c9-4c60-a274-e04bef1630ea" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091250Z:ccc5e7a6-27c2-437c-87fb-1bad742487db" + "EASTUS2:20211117T070621Z:9baee2bd-48c9-4c60-a274-e04bef1630ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:12:50 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/04355494-c9cb-4b79-b277-6fe81edbb3b5?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMDQzNTU0OTQtYzljYi00Yjc5LWIyNzctNmZlODFlZGJiM2I1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807ddd3d-0b80-4149-902a-c60796216f24?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvODA3ZGRkM2QtMGI4MC00MTQ5LTkwMmEtYzYwNzk2MjE2ZjI0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4f69cb35-4532-47a2-9286-1fec533f3af9" + "c8a0bc92-4f36-4f68-a661-7e95f3b449b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "74a77cb2-0317-4372-ab33-703f4b1a0941" + "68d382b2-572f-4596-97a2-e29c78e7a9bf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091307Z:74a77cb2-0317-4372-ab33-703f4b1a0941" + "EASTUS2:20211117T070638Z:68d382b2-572f-4596-97a2-e29c78e7a9bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:07 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e7b4cfe-c401-4ca8-97bb-c82e52937906" + "4a851b8e-a51f-41f5-9eb9-d0473e1c2248" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bcae1601-9a2e-483e-9214-5c58d2485424" + "652ac595-90a6-42af-a822-6f0260e53709" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "400794b9-bbda-498d-9917-26ab41dc2fbc" + "87c304f7-7bc2-487f-acdc-763905d7d45f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091317Z:400794b9-bbda-498d-9917-26ab41dc2fbc" + "EASTUS2:20211117T070648Z:87c304f7-7bc2-487f-acdc-763905d7d45f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:17 GMT" - ], "Content-Length": [ "742" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Storage/storageAccounts/crptestar8523\",\r\n \"name\": \"crptestar8523\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T09:12:48.9679591Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8523.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8523.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8523.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8523.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Storage/storageAccounts/crptestar9133\",\r\n \"name\": \"crptestar9133\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T07:06:19.6810964Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9133.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9133.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9133.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9133.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Storage/storageAccounts/crptestar8523?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyODUyMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Storage/storageAccounts/crptestar9133?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyOTEzMz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cfaeb9b-cb88-4508-9882-c9f999d06d1d" + "f75a9bd5-de4b-45e7-985a-9b029e8afff3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ea7cfa99-9db7-4a12-8174-437a079b3f0c" + "174bf6a9-4ce4-423f-9fce-9f965bcc4492" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "49c0b2da-1d0c-4e02-a989-51cb1b6b9e71" + "a4ce30b9-3ca8-4e11-90ef-6e7f3db19b8d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091318Z:49c0b2da-1d0c-4e02-a989-51cb1b6b9e71" + "EASTUS2:20211117T070648Z:a4ce30b9-3ca8-4e11-90ef-6e7f3db19b8d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:17 GMT" - ], "Content-Length": [ "730" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Storage/storageAccounts/crptestar8523\",\r\n \"name\": \"crptestar8523\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T09:12:48.9679591Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8523.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8523.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8523.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8523.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Storage/storageAccounts/crptestar9133\",\r\n \"name\": \"crptestar9133\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T07:06:19.6810964Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar9133.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar9133.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar9133.table.core.windows.net/\",\r\n \"file\": \"https://crptestar9133.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/publicIPAddresses/pip5273?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MjczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/publicIPAddresses/pip8973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4OTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4884\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7280\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3bed54b-b31e-4e94-98dd-5493eae0d5db" + "22a034ce-9290-4e57-98e2-cb8d9104c7c1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:48 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "528c9b9b-78fa-47fd-b37b-37ab12ebe839" + "a29235f8-957b-47c8-82b6-f40357a93073" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/528c9b9b-78fa-47fd-b37b-37ab12ebe839?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a29235f8-957b-47c8-82b6-f40357a93073?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f457e07e-ca59-48db-b91b-dc5895394233" + "389726d0-bafb-479b-9a77-1c875912aa07" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "dd34eada-e96a-4224-b7e2-1d84ddba4b92" + "a1aef201-b33d-4d6a-9b75-6e8776258983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091320Z:f457e07e-ca59-48db-b91b-dc5895394233" + "EASTUS2:20211117T070649Z:389726d0-bafb-479b-9a77-1c875912aa07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:20 GMT" - ], "Content-Length": [ "758" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5273\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/publicIPAddresses/pip5273\",\r\n \"etag\": \"W/\\\"3ed2f6e1-3b9e-4849-b830-acdcf64e67d5\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5842ab53-7226-4f31-9a11-bc8d5b8dca3d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4884\",\r\n \"fqdn\": \"dn4884.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/publicIPAddresses/pip8973\",\r\n \"etag\": \"W/\\\"628a1ffb-bb04-4f88-81bc-e4661327fd9d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6251496c-29ca-4282-bfa2-6ce36fd13034\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7280\",\r\n \"fqdn\": \"dn7280.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/528c9b9b-78fa-47fd-b37b-37ab12ebe839?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUyOGM5YjliLTc4ZmEtNDdmZC1iMzdiLTM3YWIxMmViZTgzOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a29235f8-957b-47c8-82b6-f40357a93073?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EyOTIzNWY4LTk1N2ItNDdjOC04MmI2LWY0MDM1N2E5MzA3Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c1acb83a-6008-4332-bf38-b3d787683feb" + "0222a8a8-8798-426a-bc94-d7c28e5f0cfb" ], "x-ms-correlation-request-id": [ - "029e78cd-2085-4e73-9061-b9e8747783dd" + "0f7377f8-6f5e-41e8-a669-9f70404f3415" ], "x-ms-arm-service-request-id": [ - "064b8860-136a-4598-9c1b-efddf19d4de1" + "f4202a00-ab67-417c-b1ee-951da51622cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091321Z:029e78cd-2085-4e73-9061-b9e8747783dd" + "EASTUS2:20211117T070650Z:0f7377f8-6f5e-41e8-a669-9f70404f3415" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:21 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/publicIPAddresses/pip5273?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MjczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/publicIPAddresses/pip8973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4OTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"26d602dd-f8ec-44cf-872d-9e118f1e54f1\"" + "W/\"e7953e38-860f-4753-b16b-d8cb1490581b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f72f06ba-a0d7-4afd-b4bc-52cddab97abb" + "7c7298b2-1ab3-4692-ae68-7519a3224942" ], "x-ms-correlation-request-id": [ - "85d6dbf8-49d3-4c4f-b52e-71c8390ce80d" + "fe47e476-dc2c-462e-aceb-90f7bf57da64" ], "x-ms-arm-service-request-id": [ - "49fc7959-4018-483e-9250-eaa0ab35a5b4" + "b7460efb-4d66-499d-bea1-99e0ae888308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091321Z:85d6dbf8-49d3-4c4f-b52e-71c8390ce80d" + "EASTUS2:20211117T070650Z:fe47e476-dc2c-462e-aceb-90f7bf57da64" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:21 GMT" - ], "Content-Length": [ "759" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5273\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/publicIPAddresses/pip5273\",\r\n \"etag\": \"W/\\\"26d602dd-f8ec-44cf-872d-9e118f1e54f1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5842ab53-7226-4f31-9a11-bc8d5b8dca3d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4884\",\r\n \"fqdn\": \"dn4884.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/publicIPAddresses/pip8973\",\r\n \"etag\": \"W/\\\"e7953e38-860f-4753-b16b-d8cb1490581b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6251496c-29ca-4282-bfa2-6ce36fd13034\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7280\",\r\n \"fqdn\": \"dn7280.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/publicIPAddresses/pip5273?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MjczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/publicIPAddresses/pip8973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA4OTczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1799973-fc7c-4587-bc06-a976329f7a31" + "e305ad15-376d-4159-80e0-1e90269b12af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"26d602dd-f8ec-44cf-872d-9e118f1e54f1\"" + "W/\"e7953e38-860f-4753-b16b-d8cb1490581b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d7f20665-07f7-4fb9-9f86-cf6bd26f781a" + "080398bb-52c5-4f91-ab5d-97a6df616b7b" ], "x-ms-correlation-request-id": [ - "c9812596-3d69-4625-aafd-4f03c2ea3e3d" + "924a2add-cfce-4b58-a9a9-2f76961b370a" ], "x-ms-arm-service-request-id": [ - "577ed8da-3a28-4077-b938-665f03309cd9" + "04b92564-7e9a-473e-b72e-bae1c554d6d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091321Z:c9812596-3d69-4625-aafd-4f03c2ea3e3d" + "EASTUS2:20211117T070650Z:924a2add-cfce-4b58-a9a9-2f76961b370a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:21 GMT" - ], "Content-Length": [ "759" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5273\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/publicIPAddresses/pip5273\",\r\n \"etag\": \"W/\\\"26d602dd-f8ec-44cf-872d-9e118f1e54f1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5842ab53-7226-4f31-9a11-bc8d5b8dca3d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4884\",\r\n \"fqdn\": \"dn4884.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/publicIPAddresses/pip8973\",\r\n \"etag\": \"W/\\\"e7953e38-860f-4753-b16b-d8cb1490581b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6251496c-29ca-4282-bfa2-6ce36fd13034\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7280\",\r\n \"fqdn\": \"dn7280.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzg5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMzcxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9009\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6402\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3d6df32-d5e7-47d2-886f-fddd55994f67" + "5983f370-0e81-4735-ad38-df3ffad2b4f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:50 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b1c690db-9735-4b5b-b4d8-674f7fc31436" + "3ba08618-4102-4389-89c8-83c16483d847" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b1c690db-9735-4b5b-b4d8-674f7fc31436?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3ba08618-4102-4389-89c8-83c16483d847?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "01c71219-022c-4a31-bbf1-556870eb666d" + "346615f7-5c19-4ce3-bef2-618efb41b1ea" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5fc09396-20d2-42d0-a5bc-4aa669305f67" + "8b76f6a8-c2f7-4243-aabf-c32a55cb98a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091321Z:01c71219-022c-4a31-bbf1-556870eb666d" + "EASTUS2:20211117T070650Z:346615f7-5c19-4ce3-bef2-618efb41b1ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:21 GMT" - ], "Content-Length": [ "1317" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389\",\r\n \"etag\": \"W/\\\"085bc96d-93ce-42ab-b004-ac5296734dd5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e3d56c66-6d7a-415a-a969-af5d0817e814\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\",\r\n \"etag\": \"W/\\\"085bc96d-93ce-42ab-b004-ac5296734dd5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371\",\r\n \"etag\": \"W/\\\"5d27d58b-7515-409d-9093-c7fbfdac4246\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"32ad44b5-77b7-4026-94b4-9e1646e4932b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6402\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\",\r\n \"etag\": \"W/\\\"5d27d58b-7515-409d-9093-c7fbfdac4246\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/b1c690db-9735-4b5b-b4d8-674f7fc31436?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IxYzY5MGRiLTk3MzUtNGI1Yi1iNGQ4LTY3NGY3ZmMzMTQzNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3ba08618-4102-4389-89c8-83c16483d847?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNiYTA4NjE4LTQxMDItNDM4OS04OWM4LTgzYzE2NDgzZDg0Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6a5e302f-6d84-474f-a088-933fa9f1bb20" + "35f78936-3386-47b3-9ac3-63ba9c74586b" ], "x-ms-correlation-request-id": [ - "bde3bce4-758f-48e5-a4b0-5ef4d171f3d4" + "84858285-a1f6-41e1-94e8-9cf11d9c3239" ], "x-ms-arm-service-request-id": [ - "ad140a27-e806-4ffc-bfdd-9aec3241ad65" + "db19fbc9-681b-410e-aafc-ec9ff49382a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091324Z:bde3bce4-758f-48e5-a4b0-5ef4d171f3d4" + "EASTUS2:20211117T070653Z:84858285-a1f6-41e1-94e8-9cf11d9c3239" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:24 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzg5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMzcxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"31af721e-fb7d-4696-b87e-f9e9f629af04\"" + "W/\"dcebe68e-3922-40c2-92a7-30c10cc5e904\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eb3aa476-01a1-4aaf-a3e8-3820594728bc" + "03763116-05e2-4d19-9c76-03fcc6b1bf55" ], "x-ms-correlation-request-id": [ - "8451b8e0-ecab-498d-b178-c1a8e33d6985" + "e98e5670-049b-4c8b-8af8-640852cce48b" ], "x-ms-arm-service-request-id": [ - "e3d308e7-f966-485c-9ae7-8699391b7db3" + "3797030b-07bc-4c90-afcf-8e64998bb5ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091324Z:8451b8e0-ecab-498d-b178-c1a8e33d6985" + "EASTUS2:20211117T070653Z:e98e5670-049b-4c8b-8af8-640852cce48b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:24 GMT" - ], "Content-Length": [ "1319" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3389\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389\",\r\n \"etag\": \"W/\\\"31af721e-fb7d-4696-b87e-f9e9f629af04\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e3d56c66-6d7a-415a-a969-af5d0817e814\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\",\r\n \"etag\": \"W/\\\"31af721e-fb7d-4696-b87e-f9e9f629af04\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371\",\r\n \"etag\": \"W/\\\"dcebe68e-3922-40c2-92a7-30c10cc5e904\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"32ad44b5-77b7-4026-94b4-9e1646e4932b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6402\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\",\r\n \"etag\": \"W/\\\"dcebe68e-3922-40c2-92a7-30c10cc5e904\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzg5L3N1Ym5ldHMvc245MDA5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4xMzcxL3N1Ym5ldHMvc242NDAyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e547d12-5fbf-458e-958e-96221b9ed36b" + "74c8cc43-ea3e-4bb4-82e0-c2ebe20c8245" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"31af721e-fb7d-4696-b87e-f9e9f629af04\"" + "W/\"dcebe68e-3922-40c2-92a7-30c10cc5e904\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a4992859-8feb-496a-8800-93b73de8973e" + "422cbaef-1d6f-4f73-85fb-52d0941f5304" ], "x-ms-correlation-request-id": [ - "e65e11b2-1185-491b-8b14-9c789ae08602" + "79070f04-b3e1-4078-a7f4-bd185f0c1f35" ], "x-ms-arm-service-request-id": [ - "2f7a9eb4-bbc4-460a-8e5c-a8ae7ffef411" + "d6d5fc15-f964-474f-9882-a9095349532b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091325Z:e65e11b2-1185-491b-8b14-9c789ae08602" + "EASTUS2:20211117T070653Z:79070f04-b3e1-4078-a7f4-bd185f0c1f35" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:24 GMT" - ], "Content-Length": [ "524" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\",\r\n \"etag\": \"W/\\\"31af721e-fb7d-4696-b87e-f9e9f629af04\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6402\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\",\r\n \"etag\": \"W/\\\"dcebe68e-3922-40c2-92a7-30c10cc5e904\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MzQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9009\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\r\n }\r\n },\r\n \"name\": \"ip5208\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6402\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\r\n }\r\n },\r\n \"name\": \"ip4645\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "df79db33-74e5-4af2-8f40-e32a043f5c2c" + "8735c9a7-49a8-4e86-aaec-df2891d4d651" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1043,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e535f9d5-ca02-4607-96b3-1c3ee8f098af" + "ed778762-987d-4dc4-a7ef-d5a68a188834" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e535f9d5-ca02-4607-96b3-1c3ee8f098af?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ed778762-987d-4dc4-a7ef-d5a68a188834?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5fa54633-104b-419a-901c-88529be2713a" + "0fda78c2-340c-4859-b898-71802b461706" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6ba80515-e5c3-4bc8-b8a8-609b10de753f" + "192cece5-12c8-4686-9d41-9d8cdd07f629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091325Z:5fa54633-104b-419a-901c-88529be2713a" + "EASTUS2:20211117T070654Z:0fda78c2-340c-4859-b898-71802b461706" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:25 GMT" - ], "Content-Length": [ "1628" ], @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346\",\r\n \"etag\": \"W/\\\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e095d166-ad3a-47ea-8dbc-7a194ffd30bc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346/ipConfigurations/ip5208\",\r\n \"etag\": \"W/\\\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\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\": \"mzwnly10nvnedkljv3oqqf5ice.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150\",\r\n \"etag\": \"W/\\\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3daae12e-5361-4499-92e9-efd1a73819c5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4645\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150/ipConfigurations/ip4645\",\r\n \"etag\": \"W/\\\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\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\": \"wvck0mvxo2tebffutylenzetfd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MzQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1110,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\"" + "W/\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f4a558b9-8730-4bc1-857a-1bd5f7a51215" + "7d83317f-7939-47d6-8a67-d430e8b54708" ], "x-ms-correlation-request-id": [ - "c4052328-3744-4e8a-9078-969c13646e0a" + "70d40f2b-dac4-465a-aa7c-52ee57f83e6f" ], "x-ms-arm-service-request-id": [ - "aed77f30-028b-4737-9e60-57743f54a4d6" + "9cffb347-3623-4fa7-bbd0-ace98e9e35f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091325Z:c4052328-3744-4e8a-9078-969c13646e0a" + "EASTUS2:20211117T070654Z:70d40f2b-dac4-465a-aa7c-52ee57f83e6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:25 GMT" - ], "Content-Length": [ "1628" ], @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346\",\r\n \"etag\": \"W/\\\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e095d166-ad3a-47ea-8dbc-7a194ffd30bc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346/ipConfigurations/ip5208\",\r\n \"etag\": \"W/\\\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\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\": \"mzwnly10nvnedkljv3oqqf5ice.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150\",\r\n \"etag\": \"W/\\\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3daae12e-5361-4499-92e9-efd1a73819c5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4645\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150/ipConfigurations/ip4645\",\r\n \"etag\": \"W/\\\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\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\": \"wvck0mvxo2tebffutylenzetfd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1MzQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c9324e1-5300-474b-b9ed-c5d64784b259" + "ee89569f-f7b2-4c62-8b14-c370d9815a70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1180,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\"" + "W/\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2d4021dc-00c0-4211-afe3-3cdeeed29899" + "cdc8f0ec-1786-4189-b084-5292fbb388ab" ], "x-ms-correlation-request-id": [ - "5639d798-9bb8-4d15-b0ca-8af74252fcc6" + "3873f1dd-2f98-41b2-b9ee-f05d8833b148" ], "x-ms-arm-service-request-id": [ - "acd5d513-a252-4ea5-b12c-197999673c41" + "6b2fb487-4172-40aa-8e21-da534f23ad0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091325Z:5639d798-9bb8-4d15-b0ca-8af74252fcc6" + "EASTUS2:20211117T070654Z:3873f1dd-2f98-41b2-b9ee-f05d8833b148" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:25 GMT" - ], "Content-Length": [ "1628" ], @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5346\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346\",\r\n \"etag\": \"W/\\\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e095d166-ad3a-47ea-8dbc-7a194ffd30bc\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5208\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/networkInterfaces/nic5346/ipConfigurations/ip5208\",\r\n \"etag\": \"W/\\\"ec4bc6f7-1ff3-49cd-999c-32d58b20e490\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\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\": \"mzwnly10nvnedkljv3oqqf5ice.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2150\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150\",\r\n \"etag\": \"W/\\\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3daae12e-5361-4499-92e9-efd1a73819c5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4645\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/networkInterfaces/nic2150/ipConfigurations/ip4645\",\r\n \"etag\": \"W/\\\"5c7d9aa0-3428-4469-a4d4-2961e46ff995\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\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\": \"wvck0mvxo2tebffutylenzetfd.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9390?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTM5MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9405?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTQwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1391\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1131\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1924\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4017\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "32bded4b-dddd-47c9-988a-87f9c54431bc" + "e673c973-8f43-415d-9ad3-dd85916f7a13" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,14 +1256,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:06:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,27 +1285,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "103373f3-48bc-4095-aeff-29a2be5bd729" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0d8bbf4c-5dbd-49c8-bd27-338c585bcb48" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "bbb692dd-2fb7-4fe8-9c3c-a675527cce3f" + "cda696f3-e6a2-4a46-abe5-75f7f0e2e5b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091326Z:bbb692dd-2fb7-4fe8-9c3c-a675527cce3f" + "EASTUS2:20211117T070655Z:cda696f3-e6a2-4a46-abe5-75f7f0e2e5b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:26 GMT" - ], "Content-Length": [ "3419" ], @@ -1309,32 +1309,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9390\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9390\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1391\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1131\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f6b5cbaa-fa09-40db-83a9-bd79321d5e4a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9405\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1924\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4017\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2d7f7e31-70e2-439c-8c7a-7448a29c3b69\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwMzM3M2YzLTQ4YmMtNDA5NS1hZWZmLTI5YTJiZTViZDcyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkOGJiZjRjLTVkYmQtNDljOC1iZDI3LTMzOGM1ODViY2I0OD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:07:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1342,29 +1349,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "580e1e59-129d-485d-bdd1-74eed56e0d21" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d32bef6-e2ee-4a64-9023-8a4f8425dedf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "85b35a42-a2be-4dd7-aa51-47e84593b1d6" + "b30a6615-b495-4d20-a8ef-4ef2cabe2d4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091336Z:85b35a42-a2be-4dd7-aa51-47e84593b1d6" + "EASTUS2:20211117T070705Z:b30a6615-b495-4d20-a8ef-4ef2cabe2d4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:13:36 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1373,59 +1373,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:13:26.0909895+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"103373f3-48bc-4095-aeff-29a2be5bd729\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:06:54.523174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0d8bbf4c-5dbd-49c8-bd27-338c585bcb48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwMzM3M2YzLTQ4YmMtNDA5NS1hZWZmLTI5YTJiZTViZDcyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkOGJiZjRjLTVkYmQtNDljOC1iZDI3LTMzOGM1ODViY2I0OD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:08:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "412dd37f-4130-40de-b8ff-c42a3a3a7603" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c6313741-553f-4dd3-a127-a911d2f28a16" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "1c0f83da-cd8b-459c-b85b-4c788dd94678" + "aff09c88-9a14-4b52-a721-4901e21b10b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091514Z:1c0f83da-cd8b-459c-b85b-4c788dd94678" + "EASTUS2:20211117T070842Z:aff09c88-9a14-4b52-a721-4901e21b10b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:15:13 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1434,59 +1434,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:13:26.0909895+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"103373f3-48bc-4095-aeff-29a2be5bd729\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:06:54.523174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0d8bbf4c-5dbd-49c8-bd27-338c585bcb48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwMzM3M2YzLTQ4YmMtNDA5NS1hZWZmLTI5YTJiZTViZDcyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkOGJiZjRjLTVkYmQtNDljOC1iZDI3LTMzOGM1ODViY2I0OD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:10:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af261f8b-4c94-4aad-9497-247160785f02" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "84cdaf7f-7b0c-448f-a3db-7facee799a4a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "17b6487e-966b-4ba8-a62f-193fa3eab29c" + "12a5ff50-e62f-452f-8c34-e06db20b0a1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091651Z:17b6487e-966b-4ba8-a62f-193fa3eab29c" + "EASTUS2:20211117T071019Z:12a5ff50-e62f-452f-8c34-e06db20b0a1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:16:50 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1495,59 +1495,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:13:26.0909895+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"103373f3-48bc-4095-aeff-29a2be5bd729\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:06:54.523174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0d8bbf4c-5dbd-49c8-bd27-338c585bcb48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwMzM3M2YzLTQ4YmMtNDA5NS1hZWZmLTI5YTJiZTViZDcyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkOGJiZjRjLTVkYmQtNDljOC1iZDI3LTMzOGM1ODViY2I0OD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:11:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74b04bde-d14b-436e-b438-2552f12cd246" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "28cfa5b9-9bbc-47aa-b406-56e4c4b40472" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "8c944908-3264-454b-9074-e9ff7435b819" + "75c4b8e5-40d1-40d6-b3cd-96b73400b39a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T091828Z:8c944908-3264-454b-9074-e9ff7435b819" + "EASTUS2:20211117T071156Z:75c4b8e5-40d1-40d6-b3cd-96b73400b39a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:18:28 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1556,59 +1556,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:13:26.0909895+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"103373f3-48bc-4095-aeff-29a2be5bd729\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:06:54.523174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0d8bbf4c-5dbd-49c8-bd27-338c585bcb48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwMzM3M2YzLTQ4YmMtNDA5NS1hZWZmLTI5YTJiZTViZDcyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkOGJiZjRjLTVkYmQtNDljOC1iZDI3LTMzOGM1ODViY2I0OD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:13:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f466e1d0-7d99-4590-96a8-511c0fb0a817" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "30e7ba00-88ad-448e-bf49-16020e3c8cb2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "0f1e347b-8f50-48cb-9f2a-d9e2150b79b6" + "da4dfa63-965b-4434-b3f8-bc679e642a9f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092005Z:0f1e347b-8f50-48cb-9f2a-d9e2150b79b6" + "EASTUS2:20211117T071333Z:da4dfa63-965b-4434-b3f8-bc679e642a9f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:20:04 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1617,59 +1617,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:13:26.0909895+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"103373f3-48bc-4095-aeff-29a2be5bd729\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:06:54.523174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0d8bbf4c-5dbd-49c8-bd27-338c585bcb48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwMzM3M2YzLTQ4YmMtNDA5NS1hZWZmLTI5YTJiZTViZDcyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkOGJiZjRjLTVkYmQtNDljOC1iZDI3LTMzOGM1ODViY2I0OD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:15:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b50c7e4-9656-4b73-91fc-7d4e17df04ed" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "62363e12-f22e-4396-b268-0bfcd340e3a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "6bd19724-3516-4aa0-97bb-6cf28abb0135" + "8d0cb2af-218e-4a04-a8c3-5a902bb87d66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092142Z:6bd19724-3516-4aa0-97bb-6cf28abb0135" + "EASTUS2:20211117T071510Z:8d0cb2af-218e-4a04-a8c3-5a902bb87d66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:21:41 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1678,59 +1678,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:13:26.0909895+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"103373f3-48bc-4095-aeff-29a2be5bd729\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:06:54.523174+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0d8bbf4c-5dbd-49c8-bd27-338c585bcb48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/103373f3-48bc-4095-aeff-29a2be5bd729?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzEwMzM3M2YzLTQ4YmMtNDA5NS1hZWZmLTI5YTJiZTViZDcyOT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/0d8bbf4c-5dbd-49c8-bd27-338c585bcb48?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBkOGJiZjRjLTVkYmQtNDljOC1iZDI3LTMzOGM1ODViY2I0OD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:16:47 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce4aeb50-da3c-4f92-84b1-09c81f6f05db" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9a9f663b-fccb-480e-bc7c-6c97c4b65386" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "987bc7a2-46eb-45b5-882c-b76588dbdae6" + "edd3baa7-b25f-4039-a490-b718b116325d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092319Z:987bc7a2-46eb-45b5-882c-b76588dbdae6" + "EASTUS2:20211117T071648Z:edd3baa7-b25f-4039-a490-b718b116325d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:23:18 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,57 +1739,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:13:26.0909895+00:00\",\r\n \"endTime\": \"2021-06-29T09:21:55.1402282+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"103373f3-48bc-4095-aeff-29a2be5bd729\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:06:54.523174+00:00\",\r\n \"endTime\": \"2021-11-17T07:15:20.5398702+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0d8bbf4c-5dbd-49c8-bd27-338c585bcb48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9390?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTM5MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9405?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTQwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:16:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2597" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9f8b2a0c-4b9f-4750-9c0d-33727cc7b7f4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "78c913f9-220d-4329-a046-d9774f996621" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "8b01d30d-9e38-4679-bb6e-3b1cdca57e18" + "f9380867-3ff8-470f-b0ee-634a172bf4cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092319Z:8b01d30d-9e38-4679-bb6e-3b1cdca57e18" + "EASTUS2:20211117T071648Z:f9380867-3ff8-470f-b0ee-634a172bf4cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:23:18 GMT" - ], "Content-Length": [ "3420" ], @@ -1800,63 +1800,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9390\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9390\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1391\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1131\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f6b5cbaa-fa09-40db-83a9-bd79321d5e4a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9405\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1924\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4017\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2d7f7e31-70e2-439c-8c7a-7448a29c3b69\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9390?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTM5MD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9405?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTQwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "273d72dd-8514-4346-a7f5-189ecb431c6c" + "eac7eecd-420c-435d-99dd-ccd2e23be73b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:16:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31228726-ff16-41e3-b707-c1d24f95ad1d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "86eea387-3653-4db7-b561-7e96c6dc76b0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "80b72bbd-09dd-4d84-b5a1-998b7724f109" + "5e5ce915-9e26-4d52-a67f-9b133ca5d0b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092319Z:80b72bbd-09dd-4d84-b5a1-998b7724f109" + "EASTUS2:20211117T071648Z:5e5ce915-9e26-4d52-a67f-9b133ca5d0b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:23:19 GMT" - ], "Content-Length": [ "3420" ], @@ -1867,35 +1867,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss9390\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9390\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1391\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1131\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Network/virtualNetworks/vn3389/subnets/sn9009\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f6b5cbaa-fa09-40db-83a9-bd79321d5e4a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9405\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9405\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1924\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4017\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Network/virtualNetworks/vn1371/subnets/sn6402\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"2d7f7e31-70e2-439c-8c7a-7448a29c3b69\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar24821/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9390/virtualmachines/0/performMaintenance?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI0ODIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTM5MC92aXJ0dWFsbWFjaGluZXMvMC9wZXJmb3JtTWFpbnRlbmFuY2U/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar16261/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9405/virtualmachines/0/performMaintenance?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE2MjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTQwNS92aXJ0dWFsbWFjaGluZXMvMC9wZXJmb3JtTWFpbnRlbmFuY2U/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8d91b83-3b3e-4df6-a758-c3973897e37a" + "e64546ae-40b0-449c-a19d-95889cb64c6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:16:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199" ], @@ -1903,27 +1910,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "75cf74cb-1165-4072-b927-ed2759aa362d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "899048c1-9ebd-4e9c-9a01-61ea074948e9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "d8f66c57-9a7d-4aaf-8215-292a57b1b03c" + "2bcb6d91-ce6f-49df-a329-e254306bb574" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092319Z:d8f66c57-9a7d-4aaf-8215-292a57b1b03c" + "EASTUS2:20211117T071648Z:2bcb6d91-ce6f-49df-a329-e254306bb574" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:23:19 GMT" - ], "Content-Length": [ "193" ], @@ -1934,25 +1934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vmss9390_0' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"OperationNotAllowed\",\r\n \"message\": \"Operation 'performMaintenance' is not allowed on VM 'vmss9405_0' since the Subscription of this VM is not eligible.\"\r\n }\r\n}", "StatusCode": 409 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar24821?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI0ODIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar16261?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE2MjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "243a6846-90ab-457b-8bab-9ae41adf4033" + "5f88c4d3-9594-46c8-b38e-7c54cec755d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1960,11 +1960,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:16:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1973,13 +1976,13 @@ "14999" ], "x-ms-request-id": [ - "3ba8b97a-9d5f-4cee-8624-8004d15890a6" + "0fb12bb5-b151-43aa-bb44-07e152527a10" ], "x-ms-correlation-request-id": [ - "3ba8b97a-9d5f-4cee-8624-8004d15890a6" + "0fb12bb5-b151-43aa-bb44-07e152527a10" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092319Z:3ba8b97a-9d5f-4cee-8624-8004d15890a6" + "EASTUS2:20211117T071648Z:0fb12bb5-b151-43aa-bb44-07e152527a10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1987,29 +1990,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:23:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2017,11 +2017,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:17:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2030,13 +2033,13 @@ "11999" ], "x-ms-request-id": [ - "d82a22a6-d7f7-402d-8ea2-9589d7e9e440" + "2d1af8f6-1659-46be-94fa-0f11e4012e25" ], "x-ms-correlation-request-id": [ - "d82a22a6-d7f7-402d-8ea2-9589d7e9e440" + "2d1af8f6-1659-46be-94fa-0f11e4012e25" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092334Z:d82a22a6-d7f7-402d-8ea2-9589d7e9e440" + "EASTUS2:20211117T071703Z:2d1af8f6-1659-46be-94fa-0f11e4012e25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2044,29 +2047,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:23:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2074,11 +2074,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:17:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2087,13 +2090,13 @@ "11998" ], "x-ms-request-id": [ - "9fc220d9-c3b3-4ca5-84af-55be1954f8d8" + "fa757596-6ef2-464b-a7df-15140af5c296" ], "x-ms-correlation-request-id": [ - "9fc220d9-c3b3-4ca5-84af-55be1954f8d8" + "fa757596-6ef2-464b-a7df-15140af5c296" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092349Z:9fc220d9-c3b3-4ca5-84af-55be1954f8d8" + "EASTUS2:20211117T071718Z:fa757596-6ef2-464b-a7df-15140af5c296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2101,29 +2104,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:23:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2131,11 +2131,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:17:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2144,13 +2147,13 @@ "11997" ], "x-ms-request-id": [ - "aa19e305-bdd9-4ddb-91cd-d7be8902d71c" + "5adb84f1-ffaa-4f04-a482-c4e7dff29a61" ], "x-ms-correlation-request-id": [ - "aa19e305-bdd9-4ddb-91cd-d7be8902d71c" + "5adb84f1-ffaa-4f04-a482-c4e7dff29a61" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092404Z:aa19e305-bdd9-4ddb-91cd-d7be8902d71c" + "EASTUS2:20211117T071733Z:5adb84f1-ffaa-4f04-a482-c4e7dff29a61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2158,29 +2161,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:24:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2188,11 +2188,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:17:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2201,13 +2204,13 @@ "11996" ], "x-ms-request-id": [ - "2e8ab2ef-8605-4e55-8c14-abaa0fd64a35" + "dbd4d970-11e8-47f1-b054-cdaaf82c64b2" ], "x-ms-correlation-request-id": [ - "2e8ab2ef-8605-4e55-8c14-abaa0fd64a35" + "dbd4d970-11e8-47f1-b054-cdaaf82c64b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092419Z:2e8ab2ef-8605-4e55-8c14-abaa0fd64a35" + "EASTUS2:20211117T071748Z:dbd4d970-11e8-47f1-b054-cdaaf82c64b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2215,29 +2218,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:24:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2245,11 +2245,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:18:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2258,13 +2261,13 @@ "11995" ], "x-ms-request-id": [ - "9bf19f82-861b-4f74-b6a7-3213085493c7" + "db77b59a-65f3-4259-8f54-336c486b633d" ], "x-ms-correlation-request-id": [ - "9bf19f82-861b-4f74-b6a7-3213085493c7" + "db77b59a-65f3-4259-8f54-336c486b633d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092434Z:9bf19f82-861b-4f74-b6a7-3213085493c7" + "EASTUS2:20211117T071803Z:db77b59a-65f3-4259-8f54-336c486b633d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2272,29 +2275,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:24:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2302,11 +2302,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:18:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2315,13 +2318,13 @@ "11994" ], "x-ms-request-id": [ - "e36c7b15-1969-4135-a9b2-b28d7281f6f8" + "8a37ca65-e598-49cf-ac42-e2a78e68a223" ], "x-ms-correlation-request-id": [ - "e36c7b15-1969-4135-a9b2-b28d7281f6f8" + "8a37ca65-e598-49cf-ac42-e2a78e68a223" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092449Z:e36c7b15-1969-4135-a9b2-b28d7281f6f8" + "EASTUS2:20211117T071818Z:8a37ca65-e598-49cf-ac42-e2a78e68a223" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2329,29 +2332,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:24:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2359,11 +2359,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:18:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2372,13 +2375,13 @@ "11993" ], "x-ms-request-id": [ - "1c0952b7-583b-41ce-b85a-e1fd6058c9e8" + "080eae28-d3a4-4e81-aa1f-8a937332bb4f" ], "x-ms-correlation-request-id": [ - "1c0952b7-583b-41ce-b85a-e1fd6058c9e8" + "080eae28-d3a4-4e81-aa1f-8a937332bb4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092504Z:1c0952b7-583b-41ce-b85a-e1fd6058c9e8" + "EASTUS2:20211117T071833Z:080eae28-d3a4-4e81-aa1f-8a937332bb4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2386,29 +2389,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:25:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2416,11 +2416,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:18:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2429,13 +2432,13 @@ "11992" ], "x-ms-request-id": [ - "c0d6e7bc-f44a-41bf-9076-c8161b9cdbb6" + "8c2199d8-9125-41c9-b2eb-3778ea2c93c0" ], "x-ms-correlation-request-id": [ - "c0d6e7bc-f44a-41bf-9076-c8161b9cdbb6" + "8c2199d8-9125-41c9-b2eb-3778ea2c93c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092519Z:c0d6e7bc-f44a-41bf-9076-c8161b9cdbb6" + "EASTUS2:20211117T071848Z:8c2199d8-9125-41c9-b2eb-3778ea2c93c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2443,29 +2446,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:25:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2473,11 +2473,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:19:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2486,13 +2489,13 @@ "11991" ], "x-ms-request-id": [ - "ac2c5ef5-bbee-463a-9420-4ea96182580f" + "dd15434e-da26-43c0-b818-58820e8115d6" ], "x-ms-correlation-request-id": [ - "ac2c5ef5-bbee-463a-9420-4ea96182580f" + "dd15434e-da26-43c0-b818-58820e8115d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092534Z:ac2c5ef5-bbee-463a-9420-4ea96182580f" + "EASTUS2:20211117T071903Z:dd15434e-da26-43c0-b818-58820e8115d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2500,29 +2503,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:25:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2530,11 +2530,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:19:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2543,13 +2546,13 @@ "11990" ], "x-ms-request-id": [ - "f3f6da94-d14d-4573-bea5-15d69055c37b" + "3d2e571d-a18d-4480-b683-175c55e71dce" ], "x-ms-correlation-request-id": [ - "f3f6da94-d14d-4573-bea5-15d69055c37b" + "3d2e571d-a18d-4480-b683-175c55e71dce" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092549Z:f3f6da94-d14d-4573-bea5-15d69055c37b" + "EASTUS2:20211117T071918Z:3d2e571d-a18d-4480-b683-175c55e71dce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2557,29 +2560,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:25:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2587,11 +2587,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:19:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2600,13 +2603,13 @@ "11989" ], "x-ms-request-id": [ - "3b65b1ab-a8ef-4821-87e7-f0f3948fd8dc" + "f472fc80-a089-4612-b77e-30c00b02e982" ], "x-ms-correlation-request-id": [ - "3b65b1ab-a8ef-4821-87e7-f0f3948fd8dc" + "f472fc80-a089-4612-b77e-30c00b02e982" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092604Z:3b65b1ab-a8ef-4821-87e7-f0f3948fd8dc" + "EASTUS2:20211117T071933Z:f472fc80-a089-4612-b77e-30c00b02e982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2614,29 +2617,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:26:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2644,11 +2644,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:19:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2657,13 +2660,13 @@ "11988" ], "x-ms-request-id": [ - "f03b68f0-07a8-409c-bb3a-fd99a8985e07" + "b5879c2d-24d4-406d-9ac9-cb91f642307a" ], "x-ms-correlation-request-id": [ - "f03b68f0-07a8-409c-bb3a-fd99a8985e07" + "b5879c2d-24d4-406d-9ac9-cb91f642307a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092619Z:f03b68f0-07a8-409c-bb3a-fd99a8985e07" + "EASTUS2:20211117T071948Z:b5879c2d-24d4-406d-9ac9-cb91f642307a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2671,86 +2674,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:26:18 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "b0a3aa78-124e-4f2c-b8c7-5b942ecc6f0b" - ], - "x-ms-correlation-request-id": [ - "b0a3aa78-124e-4f2c-b8c7-5b942ecc6f0b" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T092634Z:b0a3aa78-124e-4f2c-b8c7-5b942ecc6f0b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 09:26:34 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2758,77 +2701,23 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "327e6b00-1cba-4186-83ad-ef3dbd0ab4a0" - ], - "x-ms-correlation-request-id": [ - "327e6b00-1cba-4186-83ad-ef3dbd0ab4a0" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T092649Z:327e6b00-1cba-4186-83ad-ef3dbd0ab4a0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 09:26:49 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 07:20:03 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-request-id": [ - "a87e0e89-1173-4b72-b45d-a8931e559661" + "6869b453-ceaa-4fc8-a400-492c4bb8b193" ], "x-ms-correlation-request-id": [ - "a87e0e89-1173-4b72-b45d-a8931e559661" + "6869b453-ceaa-4fc8-a400-492c4bb8b193" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092704Z:a87e0e89-1173-4b72-b45d-a8931e559661" + "EASTUS2:20211117T072003Z:6869b453-ceaa-4fc8-a400-492c4bb8b193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2836,29 +2725,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNDgyMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5TkRneU1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNjI2MS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TmpJMk1TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2866,20 +2752,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-request-id": [ - "3df84d90-c3fa-4f85-bcd4-942bfc9b149f" + "d80ebe95-5af5-43ff-8783-96daf7eed47b" ], "x-ms-correlation-request-id": [ - "3df84d90-c3fa-4f85-bcd4-942bfc9b149f" + "d80ebe95-5af5-43ff-8783-96daf7eed47b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092704Z:3df84d90-c3fa-4f85-bcd4-942bfc9b149f" + "EASTUS2:20211117T072003Z:d80ebe95-5af5-43ff-8783-96daf7eed47b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2887,14 +2776,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2903,27 +2789,27 @@ ], "Names": { "InitializeCommon": [ - "crptestar2482", - "vmss9390", - "crptestar8523" + "crptestar1626", + "vmss9405", + "crptestar9133" ], "CreatePublicIP": [ - "pip5273", - "dn4884" + "pip8973", + "dn7280" ], "CreateVNET": [ - "vn3389", - "sn9009" + "vn1371", + "sn6402" ], "CreateNIC": [ - "nic5346", - "ip5208" + "nic2150", + "ip4645" ], "CreateDefaultVMScaleSetInput": [ - "crptestar5788", - "vmss4463", - "vmsstestnetconfig1391", - "vmsstestnetconfig1131" + "crptestar8226", + "vmss9423", + "vmsstestnetconfig1924", + "vmsstestnetconfig4017" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Put.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Put.json index 96dc07a5fa1cb..3ce0d52f9ddbd 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Put.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Put.json @@ -1,38 +1,31 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1818d2f-1c94-4dc3-829c-0ac11e685256" + "a1f53dd4-817b-49fc-89a5-6d8addb0d179" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:49:54 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -40,23 +33,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132790726278145838" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "854226d5-6f54-4c0f-881a-1cc174099e4d" + "02d29e10-a63a-4be4-b63c-d29eea86888b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "23c43f32-7687-4f4f-a49f-498fe6c2989c" + "d9075d9e-d81c-4fdd-aec2-c4c0f346902c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T184955Z:23c43f32-7687-4f4f-a49f-498fe6c2989c" + "EASTUS2:20220119T191434Z:d9075d9e-d81c-4fdd-aec2-c4c0f346902c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:14:34 GMT" + ], "Content-Length": [ "321" ], @@ -67,25 +67,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar18601?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4NjAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar60291?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwMjkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar18601\": \"2021-11-19 18:49:54Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar60291\": \"2022-01-19 19:14:34Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f14bbd83-cbe3-49a1-a412-9736b8cb54bc" + "d13f8a6d-9760-46f6-810c-16f5e57e9ee8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,9 +99,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:49:58 GMT" - ], "Pragma": [ "no-cache" ], @@ -109,13 +106,13 @@ "1199" ], "x-ms-request-id": [ - "138e8f0a-0ae7-4a17-9470-42f2cb1b8368" + "a82ac8db-3f6d-4ee9-aa23-43ed963477d8" ], "x-ms-correlation-request-id": [ - "138e8f0a-0ae7-4a17-9470-42f2cb1b8368" + "a82ac8db-3f6d-4ee9-aa23-43ed963477d8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T184959Z:138e8f0a-0ae7-4a17-9470-42f2cb1b8368" + "EASTUS2:20220119T191438Z:a82ac8db-3f6d-4ee9-aa23-43ed963477d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,6 +120,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:14:38 GMT" + ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601\",\r\n \"name\": \"crptestar18601\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar18601\": \"2021-11-19 18:49:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291\",\r\n \"name\": \"crptestar60291\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar60291\": \"2022-01-19 19:14:34Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar18601?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4NjAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar60291?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwMjkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ef7d5155-d0be-407d-9f16-cd48ec0d7952" + "50ac68f4-d639-47fc-a817-f0cc18fdf44d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,9 +165,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:41 GMT" - ], "Pragma": [ "no-cache" ], @@ -175,13 +172,13 @@ "1198" ], "x-ms-request-id": [ - "436bcded-e8c6-4271-b93b-39d6733d7439" + "e0bad350-e21c-417c-b08c-6930d0e32c0f" ], "x-ms-correlation-request-id": [ - "436bcded-e8c6-4271-b93b-39d6733d7439" + "e0bad350-e21c-417c-b08c-6930d0e32c0f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185042Z:436bcded-e8c6-4271-b93b-39d6733d7439" + "EASTUS2:20220119T191521Z:e0bad350-e21c-417c-b08c-6930d0e32c0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,6 +186,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:21 GMT" + ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601\",\r\n \"name\": \"crptestar18601\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291\",\r\n \"name\": \"crptestar60291\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Storage/storageAccounts/crptestar4309?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDMwOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Storage/storageAccounts/crptestar1543?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTU0Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "868b1f9a-f83e-4840-9fd1-26c47aafbe45" + "20b4d03d-5c05-469a-b5eb-55f4819e7735" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f9688387-4d51-40ac-8bdb-fb707441e7e9?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/bbfaeb3e-0984-4123-bf0c-ce25ed1f25ea?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "f9688387-4d51-40ac-8bdb-fb707441e7e9" + "bbfaeb3e-0984-4123-bf0c-ce25ed1f25ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5e4e1669-b45c-4b35-abe2-e7fa474ecf6a" + "3eda8267-b08d-49ed-9b3c-b36667c66319" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185012Z:5e4e1669-b45c-4b35-abe2-e7fa474ecf6a" + "EASTUS2:20220119T191452Z:3eda8267-b08d-49ed-9b3c-b36667c66319" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:14:51 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/f9688387-4d51-40ac-8bdb-fb707441e7e9?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZjk2ODgzODctNGQ1MS00MGFjLThiZGItZmI3MDc0NDFlN2U5P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/bbfaeb3e-0984-4123-bf0c-ce25ed1f25ea?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYmJmYWViM2UtMDk4NC00MTIzLWJmMGMtY2UyNWVkMWYyNWVhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "ba53f704-e4ab-4c5b-81d6-54b9cabe4751" + "b4177627-95f7-407b-9e65-ad0b167ab9dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ee2b8701-3d2e-4d06-be65-18f6e84ee098" + "1d5830cb-cf37-455b-bb7a-a3d5349caf12" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185029Z:ee2b8701-3d2e-4d06-be65-18f6e84ee098" + "EASTUS2:20220119T191509Z:1d5830cb-cf37-455b-bb7a-a3d5349caf12" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:08 GMT" + ], "Content-Length": [ "95" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b7b7ef4-1415-49c2-a4fb-2d2a01936f4b" + "94f14f47-3291-4416-956e-fc9fcdd0433c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:39 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "a3373d93-0460-41f7-9151-9b274c0395f8" + "a284d619-8416-4827-8f9b-22674204b29a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "48a9fe5b-b925-4e6a-ab8a-ec7cb6b1dcde" + "f062e02a-65ab-4cfa-9280-15d73713169a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185040Z:48a9fe5b-b925-4e6a-ab8a-ec7cb6b1dcde" + "EASTUS2:20220119T191519Z:f062e02a-65ab-4cfa-9280-15d73713169a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:18 GMT" + ], "Content-Length": [ "753" ], @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Storage/storageAccounts/crptestar4309\",\r\n \"name\": \"crptestar4309\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T18:50:09.0511628Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4309.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4309.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4309.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4309.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Storage/storageAccounts/crptestar1543\",\r\n \"name\": \"crptestar1543\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:14:47.8906507Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1543.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1543.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1543.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1543.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Storage/storageAccounts/crptestar4309?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDMwOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Storage/storageAccounts/crptestar1543?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTU0Mz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03eb3287-61cc-4a2f-b788-ffb69a25f6b1" + "c5341961-9edb-462e-992d-da36b1d39a07" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:40 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "965d6602-7107-4b86-bf7d-d6f2365105dd" + "23ea2938-9835-457b-9d1d-bbf9d0d7f524" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "05e4cc62-8147-4e93-8f82-af3626b85748" + "dcf8d8d4-6da9-4dfc-bb18-21d0c90fa879" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185040Z:05e4cc62-8147-4e93-8f82-af3626b85748" + "EASTUS2:20220119T191520Z:dcf8d8d4-6da9-4dfc-bb18-21d0c90fa879" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:19 GMT" + ], "Content-Length": [ "741" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Storage/storageAccounts/crptestar4309\",\r\n \"name\": \"crptestar4309\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-19T18:50:09.0511628Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4309.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4309.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4309.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4309.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Storage/storageAccounts/crptestar1543\",\r\n \"name\": \"crptestar1543\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-19T19:14:47.8906507Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1543.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1543.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1543.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1543.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/publicIPAddresses/pip4559?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NTU5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/publicIPAddresses/pip5044?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MDQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5575\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4574\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "218e3142-8a10-42b6-ba90-ab84797d91b4" + "b9818010-c428-4603-9e88-f77f98a60358" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:56 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "a572660e-43fd-4cc1-aad4-d413214c0683" + "54f76be4-41ce-41d8-bd5c-eb95c0d9bcb5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/a572660e-43fd-4cc1-aad4-d413214c0683?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/54f76be4-41ce-41d8-bd5c-eb95c0d9bcb5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9c7a3ca2-a93a-4e7a-bb4b-ff19d7af43ee" + "933b9815-e6e1-4e26-9207-04a9afdaad1a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ff87a48b-d0ac-4383-a0b3-cf16c4905d4a" + "7da491c6-5277-4908-ae44-a0211a0098eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185057Z:9c7a3ca2-a93a-4e7a-bb4b-ff19d7af43ee" + "EASTUS2:20220119T191532Z:933b9815-e6e1-4e26-9207-04a9afdaad1a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:31 GMT" + ], "Content-Length": [ "770" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4559\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/publicIPAddresses/pip4559\",\r\n \"etag\": \"W/\\\"85887b77-8955-40a9-8b54-287c0d55149b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c055be35-fa12-4355-b80d-9f8c05e37cac\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5575\",\r\n \"fqdn\": \"dn5575.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5044\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/publicIPAddresses/pip5044\",\r\n \"etag\": \"W/\\\"feb8aea3-220c-48a3-8b05-d13a8a5418a9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"861f7835-2433-47a4-bfef-c818a349b4ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4574\",\r\n \"fqdn\": \"dn4574.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/a572660e-43fd-4cc1-aad4-d413214c0683?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E1NzI2NjBlLTQzZmQtNGNjMS1hYWQ0LWQ0MTMyMTRjMDY4Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/54f76be4-41ce-41d8-bd5c-eb95c0d9bcb5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU0Zjc2YmU0LTQxY2UtNDFkOC1iZDVjLWViOTVjMGQ5YmNiNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:57 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "2199f97c-d6f4-44fa-9303-39b49e91a658" + "a98316b2-06c7-44bf-9107-062a7fcdc731" ], "x-ms-correlation-request-id": [ - "0c8d70c4-bcb9-4d63-877a-fd14b995c67c" + "51b69d2a-397d-4f75-b338-e82f39744acf" ], "x-ms-arm-service-request-id": [ - "fda70538-75d5-47b0-b5f4-7a1b1b7aff3d" + "ea4b608d-2411-48dd-b280-93a511e19b2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185058Z:0c8d70c4-bcb9-4d63-877a-fd14b995c67c" + "EASTUS2:20220119T191533Z:51b69d2a-397d-4f75-b338-e82f39744acf" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:32 GMT" + ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/publicIPAddresses/pip4559?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NTU5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/publicIPAddresses/pip5044?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MDQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:58 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9f2b7fee-2a8b-4979-bce4-fb8ae9aff172\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"e8a98686-084f-483b-903f-9e9a3ab22c35\"" ], "x-ms-request-id": [ - "f094da1a-e7e7-4774-8fea-deaab2b8ae80" + "93ff0c34-3943-4fcd-9365-bec9283f483c" ], "x-ms-correlation-request-id": [ - "98b85282-7670-48b7-923d-a9834c900023" + "d1d07be6-83a0-4c49-aa8f-236e0f9acbc2" ], "x-ms-arm-service-request-id": [ - "23b38517-31bc-4e44-bfa0-7232b684d9bb" + "a9534da1-046e-4f4d-b974-c0c463864eb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185059Z:98b85282-7670-48b7-923d-a9834c900023" + "EASTUS2:20220119T191533Z:d1d07be6-83a0-4c49-aa8f-236e0f9acbc2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:32 GMT" + ], "Content-Length": [ "771" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4559\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/publicIPAddresses/pip4559\",\r\n \"etag\": \"W/\\\"9f2b7fee-2a8b-4979-bce4-fb8ae9aff172\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c055be35-fa12-4355-b80d-9f8c05e37cac\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5575\",\r\n \"fqdn\": \"dn5575.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5044\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/publicIPAddresses/pip5044\",\r\n \"etag\": \"W/\\\"e8a98686-084f-483b-903f-9e9a3ab22c35\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"861f7835-2433-47a4-bfef-c818a349b4ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4574\",\r\n \"fqdn\": \"dn4574.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/publicIPAddresses/pip4559?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0NTU5P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/publicIPAddresses/pip5044?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1MDQ0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb8ca1cb-b25b-41d9-a49d-f8db3c7cc92d" + "22aac26c-4f34-41d5-a91b-517576784328" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:50:58 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"9f2b7fee-2a8b-4979-bce4-fb8ae9aff172\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"e8a98686-084f-483b-903f-9e9a3ab22c35\"" ], "x-ms-request-id": [ - "d9a5f8a9-6784-4fef-a900-3e588a02c866" + "d056a37d-937e-4263-8efc-0738a1af67f4" ], "x-ms-correlation-request-id": [ - "81d0acc7-faba-43a1-9247-20941231a670" + "4afa881e-a11e-4051-8c2c-2f422da196a7" ], "x-ms-arm-service-request-id": [ - "99c1b00b-b7e6-41a1-ad95-2779ca1654b2" + "4f065d64-4049-4bd8-959f-be01ff99c193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185059Z:81d0acc7-faba-43a1-9247-20941231a670" + "EASTUS2:20220119T191534Z:4afa881e-a11e-4051-8c2c-2f422da196a7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:33 GMT" + ], "Content-Length": [ "771" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4559\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/publicIPAddresses/pip4559\",\r\n \"etag\": \"W/\\\"9f2b7fee-2a8b-4979-bce4-fb8ae9aff172\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c055be35-fa12-4355-b80d-9f8c05e37cac\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5575\",\r\n \"fqdn\": \"dn5575.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5044\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/publicIPAddresses/pip5044\",\r\n \"etag\": \"W/\\\"e8a98686-084f-483b-903f-9e9a3ab22c35\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"861f7835-2433-47a4-bfef-c818a349b4ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4574\",\r\n \"fqdn\": \"dn4574.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Nzc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45OTgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7082\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5686\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dbff1d6b-095d-48db-91f5-f950179a98f0" + "f461bd3a-be46-4eb3-b2fb-cdc606be35d2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:03 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "d9a236c6-4571-45ae-97e7-a23a100d190d" + "24327e0b-7597-427e-8f30-a580ab0949a0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/d9a236c6-4571-45ae-97e7-a23a100d190d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/24327e0b-7597-427e-8f30-a580ab0949a0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6280c3ba-c0ea-4cbc-a1d7-f77539d299f6" + "d9b5d13b-6c37-48eb-9bf1-46d415921662" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e9f73e47-d23a-4bd1-a4ad-49295df104d6" + "d89d9973-f3f5-4a32-988e-c8286e7b6552" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185103Z:6280c3ba-c0ea-4cbc-a1d7-f77539d299f6" + "EASTUS2:20220119T191538Z:d9b5d13b-6c37-48eb-9bf1-46d415921662" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:38 GMT" + ], "Content-Length": [ "1323" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5778\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778\",\r\n \"etag\": \"W/\\\"40a39f69-3e35-4b33-98d7-08664fb47626\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bd6a51f6-9ec4-471f-8047-a534eb3345ba\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7082\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\",\r\n \"etag\": \"W/\\\"40a39f69-3e35-4b33-98d7-08664fb47626\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980\",\r\n \"etag\": \"W/\\\"3e025933-55d8-4df9-902e-4db2f976d6cc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"111dac2d-4d76-4590-9b2b-7845f0ce1a9d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\",\r\n \"etag\": \"W/\\\"3e025933-55d8-4df9-902e-4db2f976d6cc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/d9a236c6-4571-45ae-97e7-a23a100d190d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q5YTIzNmM2LTQ1NzEtNDVhZS05N2U3LWEyM2ExMDBkMTkwZD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/24327e0b-7597-427e-8f30-a580ab0949a0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI0MzI3ZTBiLTc1OTctNDI3ZS04ZjMwLWE1ODBhYjA5NDlhMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:07 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "5b137fb2-d33f-4beb-af00-42ad6528a14a" + "fb63d06f-b56b-498e-b27e-d94166934339" ], "x-ms-correlation-request-id": [ - "883a5470-2903-40c7-82e2-eb45f82bc95c" + "1b902c9e-7cc2-4e83-8935-9bee3777ecf6" ], "x-ms-arm-service-request-id": [ - "266c526e-c7a3-4f85-8011-2c27a23dcefa" + "67b2b783-e56a-47ed-a845-d3c0d317c4bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185107Z:883a5470-2903-40c7-82e2-eb45f82bc95c" + "EASTUS2:20220119T191542Z:1b902c9e-7cc2-4e83-8935-9bee3777ecf6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:42 GMT" + ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Nzc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45OTgwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:07 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4b46039b-0a63-4fc1-b9e1-874617bf8313\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"eb408cda-019f-4a6d-a195-5fcd0a1396f9\"" ], "x-ms-request-id": [ - "d067a20b-2c48-478c-ad0d-40eae8adcac4" + "df5f467b-f87c-4ec9-a3c9-6ac76f4b2bef" ], "x-ms-correlation-request-id": [ - "0da17413-c51c-43ad-a544-447324b6ccc7" + "6a467f7c-4cc1-4f51-9ba2-0b92aa46bcc5" ], "x-ms-arm-service-request-id": [ - "80c4d621-b356-495a-bf0e-4eb2f0d9485a" + "b7f5a355-bf7c-40a5-8e2b-e176239d90fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185107Z:0da17413-c51c-43ad-a544-447324b6ccc7" + "EASTUS2:20220119T191542Z:6a467f7c-4cc1-4f51-9ba2-0b92aa46bcc5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:42 GMT" + ], "Content-Length": [ "1325" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5778\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778\",\r\n \"etag\": \"W/\\\"4b46039b-0a63-4fc1-b9e1-874617bf8313\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd6a51f6-9ec4-471f-8047-a534eb3345ba\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7082\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\",\r\n \"etag\": \"W/\\\"4b46039b-0a63-4fc1-b9e1-874617bf8313\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980\",\r\n \"etag\": \"W/\\\"eb408cda-019f-4a6d-a195-5fcd0a1396f9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"111dac2d-4d76-4590-9b2b-7845f0ce1a9d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\",\r\n \"etag\": \"W/\\\"eb408cda-019f-4a6d-a195-5fcd0a1396f9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Nzc4L3N1Ym5ldHMvc243MDgyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45OTgwL3N1Ym5ldHMvc241Njg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05a18ab9-d9d0-4017-88e5-2ab165a04f1f" + "f5f03b5a-1c5a-4eff-9cf9-dfa5231910ff" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:07 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4b46039b-0a63-4fc1-b9e1-874617bf8313\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"eb408cda-019f-4a6d-a195-5fcd0a1396f9\"" ], "x-ms-request-id": [ - "b788582a-80c6-4021-b9aa-82d6fef3425e" + "b9c2ff73-15ef-4835-96fb-6c063f6d8a87" ], "x-ms-correlation-request-id": [ - "ed505519-0b51-4111-9d24-cb1c05d8e050" + "70bb3228-0ce7-412c-a0ee-a05c770aac6f" ], "x-ms-arm-service-request-id": [ - "a9bcea3c-61f9-4561-94bf-80ec0b4254b9" + "8b1757a5-2530-4d37-bd0f-9633c956bdd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185107Z:ed505519-0b51-4111-9d24-cb1c05d8e050" + "EASTUS2:20220119T191542Z:70bb3228-0ce7-412c-a0ee-a05c770aac6f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:42 GMT" + ], "Content-Length": [ "524" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7082\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\",\r\n \"etag\": \"W/\\\"4b46039b-0a63-4fc1-b9e1-874617bf8313\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\",\r\n \"etag\": \"W/\\\"eb408cda-019f-4a6d-a195-5fcd0a1396f9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MDIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MTY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7082\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n }\r\n },\r\n \"name\": \"ip4002\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5686\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n }\r\n },\r\n \"name\": \"ip7307\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b690fc4a-b604-42d8-b7cd-daaf58d444bf" + "c3e81ff5-7d2f-4690-a101-c7b455a1d9fe" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,43 +1043,43 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-request-id": [ - "af49eb5a-677e-4edd-9cfa-ab0d41614255" + "77b143a1-3296-4f91-8011-eca2b7d65390" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/af49eb5a-677e-4edd-9cfa-ab0d41614255?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/77b143a1-3296-4f91-8011-eca2b7d65390?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "914acfdb-19ec-435e-afe9-b73c475cdf88" + "f6bbcb8f-648c-40cc-994d-7e6301d83011" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4638f23d-5846-4c81-9038-09b0258fb772" + "3a4ef74b-a252-4f58-97ef-61b36e8f9fd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185111Z:914acfdb-19ec-435e-afe9-b73c475cdf88" + "EASTUS2:20220119T191546Z:f6bbcb8f-648c-40cc-994d-7e6301d83011" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:46 GMT" + ], "Content-Length": [ "1634" ], @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7020\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020\",\r\n \"etag\": \"W/\\\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"930c1b5b-affb-4c40-8410-91fd1262149f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4002\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020/ipConfigurations/ip4002\",\r\n \"etag\": \"W/\\\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\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\": \"4ziwvpoetypupachuu0owm0fxc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164\",\r\n \"etag\": \"W/\\\"f02e2685-c5c7-44fd-984f-38c878edcf2b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"077d0ee0-f35c-45e2-bfd5-2030e57e0d89\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164/ipConfigurations/ip7307\",\r\n \"etag\": \"W/\\\"f02e2685-c5c7-44fd-984f-38c878edcf2b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\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\": \"fwwb0elwjwielgzlpbc5btq0tf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MDIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MTY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,40 +1110,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:12 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"f02e2685-c5c7-44fd-984f-38c878edcf2b\"" ], "x-ms-request-id": [ - "1ab5db81-c7cc-40be-94c1-35182bbec19d" + "c0ff5b12-1c60-4fe6-bc9c-2a3b7b8478e5" ], "x-ms-correlation-request-id": [ - "b29000e8-9b66-4597-b4ce-f830effb036e" + "b9dee311-4404-4f99-a15b-4aae4d7a05d4" ], "x-ms-arm-service-request-id": [ - "162c8369-21e9-411f-a48a-9566a636a80a" + "8eec8412-9767-4553-bf9d-47313061b0e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185112Z:b29000e8-9b66-4597-b4ce-f830effb036e" + "EASTUS2:20220119T191546Z:b9dee311-4404-4f99-a15b-4aae4d7a05d4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:46 GMT" + ], "Content-Length": [ "1634" ], @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7020\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020\",\r\n \"etag\": \"W/\\\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"930c1b5b-affb-4c40-8410-91fd1262149f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4002\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020/ipConfigurations/ip4002\",\r\n \"etag\": \"W/\\\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\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\": \"4ziwvpoetypupachuu0owm0fxc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164\",\r\n \"etag\": \"W/\\\"f02e2685-c5c7-44fd-984f-38c878edcf2b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"077d0ee0-f35c-45e2-bfd5-2030e57e0d89\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164/ipConfigurations/ip7307\",\r\n \"etag\": \"W/\\\"f02e2685-c5c7-44fd-984f-38c878edcf2b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\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\": \"fwwb0elwjwielgzlpbc5btq0tf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MDIwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MTY0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb5d3301-fba9-4bed-846d-b64a14239f9c" + "a66e2b7a-326c-4af5-af77-39ca7b19836e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,40 +1180,40 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:12 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"f02e2685-c5c7-44fd-984f-38c878edcf2b\"" ], "x-ms-request-id": [ - "fed023e8-84d6-4343-8f91-d40e2f25792b" + "7212b241-bc34-444f-a3aa-8c05dcddb217" ], "x-ms-correlation-request-id": [ - "fb71be86-2edb-426c-9c66-6fc367b73d43" + "e2da688b-88bd-499f-89fb-b3ffcb1b8a4d" ], "x-ms-arm-service-request-id": [ - "9514a0a9-eb36-4776-85b2-0fa9eb9b4807" + "01f9ee13-850f-4e94-bbd3-c6f1a945a599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185112Z:fb71be86-2edb-426c-9c66-6fc367b73d43" + "EASTUS2:20220119T191547Z:e2da688b-88bd-499f-89fb-b3ffcb1b8a4d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:46 GMT" + ], "Content-Length": [ "1634" ], @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7020\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020\",\r\n \"etag\": \"W/\\\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"930c1b5b-affb-4c40-8410-91fd1262149f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4002\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/networkInterfaces/nic7020/ipConfigurations/ip4002\",\r\n \"etag\": \"W/\\\"c4416cd6-1ce7-47c7-9b83-62707a8ff878\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\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\": \"4ziwvpoetypupachuu0owm0fxc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164\",\r\n \"etag\": \"W/\\\"f02e2685-c5c7-44fd-984f-38c878edcf2b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"077d0ee0-f35c-45e2-bfd5-2030e57e0d89\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7307\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/networkInterfaces/nic7164/ipConfigurations/ip7307\",\r\n \"etag\": \"W/\\\"f02e2685-c5c7-44fd-984f-38c878edcf2b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\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\": \"fwwb0elwjwielgzlpbc5btq0tf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODI3Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f22909c3-8334-444a-8fad-a6e71c979438" + "a3ab8c23-a1d0-4c26-bfef-6e90e2e44014" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,21 +1256,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:25 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1285,22 +1278,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f39722c0-7235-41bb-a0eb-83e0a10e00e9" + "8ce70508-fb28-4d76-9434-03455820c6bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "01d68bed-7a00-4f9a-bb65-002f367b1cd4" + "51a83bfa-1619-4622-8eb9-702de8304ccc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185125Z:01d68bed-7a00-4f9a-bb65-002f367b1cd4" + "EASTUS2:20220119T191559Z:51a83bfa-1619-4622-8eb9-702de8304ccc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:15:58 GMT" + ], "Content-Length": [ - "3425" + "3480" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,39 +1309,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8277\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"9d1b7b88-da53-478d-a79e-7d6d3a28a74a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss997\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"28c17f4d-7b20-46e4-b449-9d57ee759d34\",\r\n \"timeCreated\": \"2022-01-19T19:15:55.6601429+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzOTcyMmMwLTcyMzUtNDFiYi1hMGViLTgzZTBhMTBlMDBlOT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjZTcwNTA4LWZiMjgtNGQ3Ni05NDM0LTAzNDU1ODIwYzZiZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:51:35 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1349,20 +1342,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5206e9fb-f6a2-4c87-900f-6f589b3a131c" + "fa742814-980b-42c0-97a9-ead1e8999dc4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "cbd5c7a2-f65e-4faf-8720-b9e4a6c0718e" + "5bd4207e-1d6f-4f75-a526-f36b435bc3f3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185135Z:cbd5c7a2-f65e-4faf-8720-b9e4a6c0718e" + "EASTUS2:20220119T191609Z:5bd4207e-1d6f-4f75-a526-f36b435bc3f3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:16:08 GMT" + ], "Content-Length": [ "134" ], @@ -1373,36 +1373,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T13:51:21.9116313-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f39722c0-7235-41bb-a0eb-83e0a10e00e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:15:55.6288811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ce70508-fb28-4d76-9434-03455820c6bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzOTcyMmMwLTcyMzUtNDFiYi1hMGViLTgzZTBhMTBlMDBlOT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjZTcwNTA4LWZiMjgtNGQ3Ni05NDM0LTAzNDU1ODIwYzZiZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:53:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1410,20 +1403,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2c28d642-9ee4-4dde-8e23-a99824b23c89" + "6f8379f2-2a4e-46a0-b3f5-a513852f21ed" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "140da9f5-6cbd-49a9-9f7d-a831c4848d5e" + "b0533877-0520-4a43-9f99-35db2e82e62a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185313Z:140da9f5-6cbd-49a9-9f7d-a831c4848d5e" + "EASTUS2:20220119T191746Z:b0533877-0520-4a43-9f99-35db2e82e62a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:17:46 GMT" + ], "Content-Length": [ "134" ], @@ -1434,36 +1434,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T13:51:21.9116313-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f39722c0-7235-41bb-a0eb-83e0a10e00e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:15:55.6288811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ce70508-fb28-4d76-9434-03455820c6bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzOTcyMmMwLTcyMzUtNDFiYi1hMGViLTgzZTBhMTBlMDBlOT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjZTcwNTA4LWZiMjgtNGQ3Ni05NDM0LTAzNDU1ODIwYzZiZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:54:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1471,20 +1464,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "abad3291-29c2-4f86-b97b-37434d0d9b82" + "1dd40d42-e5d6-48cf-bd4f-673f988d73fd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "645354b9-8c62-4e8b-a62d-7b6758f671f8" + "1f306eba-1f15-4a0e-a20e-ae40b28c7d8e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185450Z:645354b9-8c62-4e8b-a62d-7b6758f671f8" + "EASTUS2:20220119T191923Z:1f306eba-1f15-4a0e-a20e-ae40b28c7d8e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:19:23 GMT" + ], "Content-Length": [ "134" ], @@ -1495,36 +1495,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T13:51:21.9116313-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f39722c0-7235-41bb-a0eb-83e0a10e00e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:15:55.6288811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ce70508-fb28-4d76-9434-03455820c6bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzOTcyMmMwLTcyMzUtNDFiYi1hMGViLTgzZTBhMTBlMDBlOT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjZTcwNTA4LWZiMjgtNGQ3Ni05NDM0LTAzNDU1ODIwYzZiZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:56:27 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1532,20 +1525,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ff525b0-af5f-4a2d-8be1-23ec338293c7" + "4143b8c5-bd2e-40b6-8e26-a7bc52c2bb64" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "07cccb6a-7ada-426e-8a17-022805c0ef1c" + "eb68a8e9-475f-4226-83b3-1f9a95c0d259" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185628Z:07cccb6a-7ada-426e-8a17-022805c0ef1c" + "EASTUS2:20220119T192101Z:eb68a8e9-475f-4226-83b3-1f9a95c0d259" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:21:00 GMT" + ], "Content-Length": [ "134" ], @@ -1556,36 +1556,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T13:51:21.9116313-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f39722c0-7235-41bb-a0eb-83e0a10e00e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:15:55.6288811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ce70508-fb28-4d76-9434-03455820c6bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzOTcyMmMwLTcyMzUtNDFiYi1hMGViLTgzZTBhMTBlMDBlOT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjZTcwNTA4LWZiMjgtNGQ3Ni05NDM0LTAzNDU1ODIwYzZiZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:58:05 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992" ], @@ -1593,20 +1586,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e7eb2297-010f-4963-9a87-60ab436eeda3" + "04507fee-1352-4e78-b179-1204364f3036" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-correlation-request-id": [ - "9d2f1cf5-e54e-4d19-be36-ef47ef601e63" + "d74bb480-aefe-4a79-a6d2-b1713aef990d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185805Z:9d2f1cf5-e54e-4d19-be36-ef47ef601e63" + "EASTUS2:20220119T192238Z:d74bb480-aefe-4a79-a6d2-b1713aef990d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:22:37 GMT" + ], "Content-Length": [ "134" ], @@ -1617,36 +1617,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T13:51:21.9116313-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f39722c0-7235-41bb-a0eb-83e0a10e00e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:15:55.6288811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ce70508-fb28-4d76-9434-03455820c6bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzOTcyMmMwLTcyMzUtNDFiYi1hMGViLTgzZTBhMTBlMDBlOT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjZTcwNTA4LWZiMjgtNGQ3Ni05NDM0LTAzNDU1ODIwYzZiZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 18:59:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], @@ -1654,20 +1647,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8499455d-ecba-450e-8761-0fcebfeb3adb" + "974bc9bb-573e-44bd-a016-ea4f1c0f5f78" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-correlation-request-id": [ - "b163dfd7-1951-4b41-922f-a34cfe538e5b" + "f329d65a-a1c5-415b-87fc-9ee1b5e7a0dd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T185943Z:b163dfd7-1951-4b41-922f-a34cfe538e5b" + "EASTUS2:20220119T192415Z:f329d65a-a1c5-415b-87fc-9ee1b5e7a0dd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:24:14 GMT" + ], "Content-Length": [ "134" ], @@ -1678,57 +1678,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T13:51:21.9116313-05:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f39722c0-7235-41bb-a0eb-83e0a10e00e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:15:55.6288811+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8ce70508-fb28-4d76-9434-03455820c6bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/f39722c0-7235-41bb-a0eb-83e0a10e00e9?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzOTcyMmMwLTcyMzUtNDFiYi1hMGViLTgzZTBhMTBlMDBlOT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/8ce70508-fb28-4d76-9434-03455820c6bf?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhjZTcwNTA4LWZiMjgtNGQ3Ni05NDM0LTAzNDU1ODIwYzZiZj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "225a49c9-183c-45a3-9719-637d4b99e046" + "46ba9762-8438-410d-8a39-798a8308c25c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-correlation-request-id": [ - "ebce61ff-36bd-480d-ad3d-b6288e8a2352" + "f2275806-bf88-43c5-a2e7-778d20aec87e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190120Z:ebce61ff-36bd-480d-ad3d-b6288e8a2352" + "EASTUS2:20220119T192552Z:f2275806-bf88-43c5-a2e7-778d20aec87e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:25:52 GMT" + ], "Content-Length": [ "184" ], @@ -1739,36 +1739,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T13:51:21.9116313-05:00\",\r\n \"endTime\": \"2021-11-19T14:00:36.7775705-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f39722c0-7235-41bb-a0eb-83e0a10e00e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:15:55.6288811+00:00\",\r\n \"endTime\": \"2022-01-19T19:25:07.5192271+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8ce70508-fb28-4d76-9434-03455820c6bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODI3Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], @@ -1776,22 +1769,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b135e45-3631-4d60-86fd-99a0dd593340" + "bc2c65f7-f143-4968-ac89-cc7561ada15b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-correlation-request-id": [ - "a04d367d-8e72-4102-944c-2e4d67ebf8e1" + "d40e7fd8-d37f-4118-9a54-afe2e7494f41" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190121Z:a04d367d-8e72-4102-944c-2e4d67ebf8e1" + "EASTUS2:20220119T192553Z:d40e7fd8-d37f-4118-9a54-afe2e7494f41" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:25:52 GMT" + ], "Content-Length": [ - "3426" + "3481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,42 +1800,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8277\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"9d1b7b88-da53-478d-a79e-7d6d3a28a74a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss997\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"28c17f4d-7b20-46e4-b449-9d57ee759d34\",\r\n \"timeCreated\": \"2022-01-19T19:15:55.6601429+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODI3Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16bae16d-434e-4384-8233-8df27704bc35" + "2231ba06-835a-410e-83ba-8ad037abfca5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], @@ -1843,22 +1836,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "390bd2ff-a83c-4380-8a6a-bca63861b90e" + "47c41d4b-7eb4-4a3e-a71d-4c23f52938e1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11990" ], "x-ms-correlation-request-id": [ - "d396b845-1e35-40b1-8e0b-0951421e60ec" + "ce9f15f3-355b-4425-aa5a-65e11d32e85e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190121Z:d396b845-1e35-40b1-8e0b-0951421e60ec" + "EASTUS2:20220119T192553Z:ce9f15f3-355b-4425-aa5a-65e11d32e85e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:25:53 GMT" + ], "Content-Length": [ - "3426" + "3481" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,42 +1867,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8277\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"9d1b7b88-da53-478d-a79e-7d6d3a28a74a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss997\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"28c17f4d-7b20-46e4-b449-9d57ee759d34\",\r\n \"timeCreated\": \"2022-01-19T19:15:55.6601429+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODI3Ny92aXJ0dWFsbWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk3L3ZpcnR1YWxNYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1a7425c-0efa-4ecc-918c-854e6f083a98" + "bce74e12-fac6-4b5c-b176-5b5c77ced30a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" ], @@ -1913,22 +1906,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2d091e32-a3ba-4018-a13c-aa8fcde46732" + "a3314bb0-830f-4c20-9ab6-cb86e7450c48" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11989" ], "x-ms-correlation-request-id": [ - "ed852833-25ed-45f9-9513-6504021ce133" + "ef4a057e-2716-42a5-bad7-8b6ec7dffc2c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190121Z:ed852833-25ed-45f9-9513-6504021ce133" + "EASTUS2:20220119T192553Z:ef4a057e-2716-42a5-bad7-8b6ec7dffc2c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:25:53 GMT" + ], "Content-Length": [ - "4728" + "4772" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,35 +1937,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8277_0\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"3c46193f-349b-4a44-bf8a-ef53e47aa1b9\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualMachines/0/networkInterfaces/vmsstestnetconfig3128\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachines/vmss8277_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachines/vmss8277_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss997_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"6d448bdb-6db4-4d86-a608-53d70d8d7b25\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0/networkInterfaces/vmsstestnetconfig3116\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:15:55.8788536+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachines/vmss997_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachines/vmss997_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODI3Ny92aXJ0dWFsbWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk3L3ZpcnR1YWxNYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:02:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Pragma": [ + "no-cache" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4998" @@ -1977,22 +1970,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7466ce26-2896-4a26-9f27-1ca6a4689a2d" + "ae738751-0512-4489-b1f0-3fd01620e6e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11985" ], "x-ms-correlation-request-id": [ - "085f984d-4481-442f-93ae-6b3a361da44e" + "a03eb7c2-3392-4d68-aea0-ae3369ecdc89" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190206Z:085f984d-4481-442f-93ae-6b3a361da44e" + "EASTUS2:20220119T192632Z:a03eb7c2-3392-4d68-aea0-ae3369ecdc89" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:26:32 GMT" + ], "Content-Length": [ - "5191" + "5235" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2001,26 +2001,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8277_0\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"3c46193f-349b-4a44-bf8a-ef53e47aa1b9\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"crptestardataDisk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/crptestardataDisk2\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualMachines/0/networkInterfaces/vmsstestnetconfig3128\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachines/vmss8277_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachines/vmss8277_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss997_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"6d448bdb-6db4-4d86-a608-53d70d8d7b25\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"crptestardataDisk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/crptestardataDisk2\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0/networkInterfaces/vmsstestnetconfig3116\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-19T19:15:55.8788536+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachines/vmss997_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachines/vmss997_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/crptestardataDisk2?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9kaXNrcy9jcnB0ZXN0YXJkYXRhRGlzazI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/crptestardataDisk2?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9kaXNrcy9jcnB0ZXN0YXJkYXRhRGlzazI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "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\": 10\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c38387e3-16e8-4d1f-ac3e-8f252dbac157" + "64642009-ec25-49cc-8b2c-bae612d5eaf9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2033,24 +2033,17 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/3befc589-4067-4b7b-981c-ad5b10140f43?p=40b413c8-1c89-407c-9a87-4916243c3206&monitor=true&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/2c8f2981-efd2-469a-8369-f790f57098d4?p=bf22254a-89c5-4c2c-b03b-33e09f30cf73&monitor=true&api-version=2021-08-01" ], "Retry-After": [ "2" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/3befc589-4067-4b7b-981c-ad5b10140f43?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/2c8f2981-efd2-469a-8369-f790f57098d4?p=bf22254a-89c5-4c2c-b03b-33e09f30cf73&api-version=2021-08-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999" @@ -2059,23 +2052,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "bf22254a-89c5-4c2c-b03b-33e09f30cf73_132663661012465927" ], "x-ms-request-id": [ - "3befc589-4067-4b7b-981c-ad5b10140f43" + "2c8f2981-efd2-469a-8369-f790f57098d4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "7b8292c5-7fde-415e-947a-a5853ab42abc" + "8ba7d76a-e7f5-4bbd-8b6a-d503422291b7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190130Z:7b8292c5-7fde-415e-947a-a5853ab42abc" + "EASTUS2:20220119T192558Z:8ba7d76a-e7f5-4bbd-8b6a-d503422291b7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:25:58 GMT" + ], "Content-Length": [ "289" ], @@ -2090,32 +2090,25 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/3befc589-4067-4b7b-981c-ad5b10140f43?p=40b413c8-1c89-407c-9a87-4916243c3206&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8zYmVmYzU4OS00MDY3LTRiN2ItOTgxYy1hZDViMTAxNDBmNDM/cD00MGI0MTNjOC0xYzg5LTQwN2MtOWE4Ny00OTE2MjQzYzMyMDYmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/2c8f2981-efd2-469a-8369-f790f57098d4?p=bf22254a-89c5-4c2c-b03b-33e09f30cf73&api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8yYzhmMjk4MS1lZmQyLTQ2OWEtODM2OS1mNzkwZjU3MDk4ZDQ/cD1iZjIyMjU0YS04OWM1LTRjMmMtYjAzYi0zM2UwOWYzMGNmNzMmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:32 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399999" ], @@ -2123,23 +2116,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "bf22254a-89c5-4c2c-b03b-33e09f30cf73_132663661012465927" ], "x-ms-request-id": [ - "1103d2b5-4eb7-4fa5-bdf8-350993f22a8e" + "a03bdf54-8e03-4b7f-8883-acb819cf7ad8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11988" ], "x-ms-correlation-request-id": [ - "614d75a0-2657-4ac4-8262-cfe6bcc4236d" + "65679009-1651-448a-a916-eae08b9f74bf" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190133Z:614d75a0-2657-4ac4-8262-cfe6bcc4236d" + "EASTUS2:20220119T192600Z:65679009-1651-448a-a916-eae08b9f74bf" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:26:00 GMT" + ], "Content-Length": [ "1096" ], @@ -2150,60 +2150,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T14:01:30.6310931-05:00\",\r\n \"endTime\": \"2021-11-19T14:01:30.7092173-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"crptestardataDisk2\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/crptestardataDisk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\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\": 10,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T14:01:30.6310931-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 10737418240,\r\n \"uniqueId\": \"f83352a9-0fc9-4d8f-9e93-01327239300d\"\r\n }\r\n }\r\n },\r\n \"name\": \"3befc589-4067-4b7b-981c-ad5b10140f43\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:25:58.3933529+00:00\",\r\n \"endTime\": \"2022-01-19T19:25:58.5183147+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"crptestardataDisk2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/crptestardataDisk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\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\": 10,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-19T19:25:58.3933529+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 10737418240,\r\n \"uniqueId\": \"5352edc1-9b98-45eb-911a-c6fd9a1b2340\"\r\n }\r\n }\r\n },\r\n \"name\": \"2c8f2981-efd2-469a-8369-f790f57098d4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/crptestardataDisk2?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9kaXNrcy9jcnB0ZXN0YXJkYXRhRGlzazI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/crptestardataDisk2?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9kaXNrcy9jcnB0ZXN0YXJkYXRhRGlzazI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119975" + "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "40b413c8-1c89-407c-9a87-4916243c3206_132719066990632062" + "bf22254a-89c5-4c2c-b03b-33e09f30cf73_132663661012465927" ], "x-ms-request-id": [ - "ea23be94-c6f1-4f48-ae10-af8472976652" + "7d62132c-7159-4b97-a39b-ae82b91e8e9a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11987" ], "x-ms-correlation-request-id": [ - "3bda0e22-4bb8-4429-b6e7-8350bb28b205" + "977fce4e-e363-434a-9813-b00a7ca32dd1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190133Z:3bda0e22-4bb8-4429-b6e7-8350bb28b205" + "EASTUS2:20220119T192601Z:977fce4e-e363-434a-9813-b00a7ca32dd1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:26:00 GMT" + ], "Content-Length": [ "871" ], @@ -2214,50 +2214,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crptestardataDisk2\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/crptestardataDisk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\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\": 10,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2021-11-19T14:01:30.6310931-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 10737418240,\r\n \"uniqueId\": \"f83352a9-0fc9-4d8f-9e93-01327239300d\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crptestardataDisk2\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/crptestardataDisk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\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\": 10,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-01-19T19:25:58.3933529+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 10737418240,\r\n \"uniqueId\": \"5352edc1-9b98-45eb-911a-c6fd9a1b2340\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE4NjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzODI3Ny92aXJ0dWFsbWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwMjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTk3L3ZpcnR1YWxNYWNoaW5lcy8wP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\"\r\n },\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"crptestardataDisk2\",\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/crptestardataDisk2\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualMachines/0/networkInterfaces/vmsstestnetconfig3128\"\r\n }\r\n ]\r\n },\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"enableIPForwarding\": false\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\"\r\n },\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"crptestardataDisk2\",\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/crptestardataDisk2\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0/networkInterfaces/vmsstestnetconfig3116\"\r\n }\r\n ]\r\n },\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"enableIPForwarding\": false\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b43bf258-af7f-403a-93f5-6094b0fba78e" + "7934c253-37ab-43f6-90f9-8b49fae704c2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "3460" + "3451" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:01:34 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/8831d866-dcfb-48a8-a351-6158b11f8c1a?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f7ef0111-5af9-4685-80ab-50e3e79ec448?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2269,22 +2262,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8831d866-dcfb-48a8-a351-6158b11f8c1a" + "f7ef0111-5af9-4685-80ab-50e3e79ec448" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "329c8471-c96b-4cf6-8780-f24515d731b4" + "c4418c5d-254e-449e-b9dd-0a3c779e651e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190135Z:329c8471-c96b-4cf6-8780-f24515d731b4" + "EASTUS2:20220119T192602Z:c4418c5d-254e-449e-b9dd-0a3c779e651e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:26:01 GMT" + ], "Content-Length": [ - "5190" + "5234" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2293,36 +2293,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8277_0\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3128\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig4145\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn7082\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"3c46193f-349b-4a44-bf8a-ef53e47aa1b9\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_OsDisk_1_4338632b63c94bea851df3ca0e4535bb\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/vmss8277_vmss8277_0_disk2_d75d60c560894e98a83b6058db931b27\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"crptestardataDisk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/disks/crptestardataDisk2\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8277/virtualMachines/0/networkInterfaces/vmsstestnetconfig3128\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachines/vmss8277_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar18601/providers/Microsoft.Compute/virtualMachines/vmss8277_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss997_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3116\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6956\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Network/virtualNetworks/vn9980/subnets/sn5686\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"6d448bdb-6db4-4d86-a608-53d70d8d7b25\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_OsDisk_1_b88dad8ee83d41848b7819e0e6f0b4fd\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/vmss997_vmss997_0_disk2_11627329fc1c47aaa3b2963b202db02a\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"crptestardataDisk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/disks/crptestardataDisk2\"\r\n },\r\n \"diskSizeGB\": 10,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachineScaleSets/vmss997/virtualMachines/0/networkInterfaces/vmsstestnetconfig3116\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2022-01-19T19:15:55.8788536+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachines/vmss997_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar60291/providers/Microsoft.Compute/virtualMachines/vmss997_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/8831d866-dcfb-48a8-a351-6158b11f8c1a?p=50060168-a248-4086-ab60-3332e7087553&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MzFkODY2LWRjZmItNDhhOC1hMzUxLTYxNThiMTFmOGMxYT9wPTUwMDYwMTY4LWEyNDgtNDA4Ni1hYjYwLTMzMzJlNzA4NzU1MyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f7ef0111-5af9-4685-80ab-50e3e79ec448?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y3ZWYwMTExLTVhZjktNDY4NS04MGFiLTUwZTNlNzllYzQ0OD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:02:05 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29987" ], @@ -2330,20 +2323,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6f338bba-e494-4faf-b749-486040d84743" + "9a8f2240-69d4-40a5-9eef-d47df44abfe0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11986" ], "x-ms-correlation-request-id": [ - "b0aea9e4-7c0c-49ef-86d0-bd3b94df9ef6" + "eab8f0d1-ded7-415d-8823-c21b699a63b4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20211119T190205Z:b0aea9e4-7c0c-49ef-86d0-bd3b94df9ef6" + "EASTUS2:20220119T192632Z:eab8f0d1-ded7-415d-8823-c21b699a63b4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 19 Jan 2022 19:26:32 GMT" + ], "Content-Length": [ "184" ], @@ -2354,25 +2354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-11-19T14:01:34.2626993-05:00\",\r\n \"endTime\": \"2021-11-19T14:01:38.8720552-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8831d866-dcfb-48a8-a351-6158b11f8c1a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-19T19:26:01.3004654+00:00\",\r\n \"endTime\": \"2022-01-19T19:26:06.7067328+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f7ef0111-5af9-4685-80ab-50e3e79ec448\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar18601?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE4NjAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar60291?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwMjkxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f62495c0-c95b-46e4-bcbd-9208d4ba1080" + "20620246-83a3-466d-a621-46c1c16e3512" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2380,14 +2380,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:02:11 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2396,13 +2393,13 @@ "14999" ], "x-ms-request-id": [ - "3581a9e5-ad1e-4f46-90f0-60212c62df63" + "31f3969a-3796-4e9b-9d7f-479452127ad8" ], "x-ms-correlation-request-id": [ - "3581a9e5-ad1e-4f46-90f0-60212c62df63" + "31f3969a-3796-4e9b-9d7f-479452127ad8" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190212Z:3581a9e5-ad1e-4f46-90f0-60212c62df63" + "EASTUS2:20220119T192639Z:31f3969a-3796-4e9b-9d7f-479452127ad8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2410,26 +2407,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:26:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2437,14 +2437,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:02:27 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2453,13 +2450,13 @@ "11999" ], "x-ms-request-id": [ - "a205864b-1cbd-4c06-b662-d4ac40a94e96" + "89f9531d-5515-492f-997e-ed7db337dd78" ], "x-ms-correlation-request-id": [ - "a205864b-1cbd-4c06-b662-d4ac40a94e96" + "89f9531d-5515-492f-997e-ed7db337dd78" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190228Z:a205864b-1cbd-4c06-b662-d4ac40a94e96" + "EASTUS2:20220119T192654Z:89f9531d-5515-492f-997e-ed7db337dd78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2467,26 +2464,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:26:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2494,14 +2494,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:02:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2510,13 +2507,13 @@ "11998" ], "x-ms-request-id": [ - "fa9285db-f92a-4206-9bd9-ffb15dcd74b6" + "bee7293e-4a0c-464f-b130-84b9757c6a5a" ], "x-ms-correlation-request-id": [ - "fa9285db-f92a-4206-9bd9-ffb15dcd74b6" + "bee7293e-4a0c-464f-b130-84b9757c6a5a" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190243Z:fa9285db-f92a-4206-9bd9-ffb15dcd74b6" + "EASTUS2:20220119T192710Z:bee7293e-4a0c-464f-b130-84b9757c6a5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2524,26 +2521,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:27:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2551,14 +2551,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:02:59 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2567,13 +2564,13 @@ "11997" ], "x-ms-request-id": [ - "3cbcb9f8-e5e2-4583-9294-d11583ca5943" + "ade55fd3-6219-4a4b-8291-d90aeb099ece" ], "x-ms-correlation-request-id": [ - "3cbcb9f8-e5e2-4583-9294-d11583ca5943" + "ade55fd3-6219-4a4b-8291-d90aeb099ece" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190259Z:3cbcb9f8-e5e2-4583-9294-d11583ca5943" + "EASTUS2:20220119T192725Z:ade55fd3-6219-4a4b-8291-d90aeb099ece" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2581,26 +2578,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:27:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2608,14 +2608,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:03:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2624,13 +2621,13 @@ "11996" ], "x-ms-request-id": [ - "3d41f61b-ae17-45ee-a13b-0f51a76f0e4e" + "cb65962c-9fbf-4a70-b59c-2759ffb6e91a" ], "x-ms-correlation-request-id": [ - "3d41f61b-ae17-45ee-a13b-0f51a76f0e4e" + "cb65962c-9fbf-4a70-b59c-2759ffb6e91a" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190314Z:3d41f61b-ae17-45ee-a13b-0f51a76f0e4e" + "EASTUS2:20220119T192740Z:cb65962c-9fbf-4a70-b59c-2759ffb6e91a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2638,26 +2635,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:27:40 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2665,14 +2665,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:03:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2681,13 +2678,13 @@ "11995" ], "x-ms-request-id": [ - "258c93a7-ecb1-44b3-a329-b76394d9c2e8" + "14b1f6d6-4b76-4532-a63b-a8c65727d9e6" ], "x-ms-correlation-request-id": [ - "258c93a7-ecb1-44b3-a329-b76394d9c2e8" + "14b1f6d6-4b76-4532-a63b-a8c65727d9e6" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190330Z:258c93a7-ecb1-44b3-a329-b76394d9c2e8" + "EASTUS2:20220119T192756Z:14b1f6d6-4b76-4532-a63b-a8c65727d9e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2695,26 +2692,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:27:56 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2722,14 +2722,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:03:45 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2738,13 +2735,13 @@ "11994" ], "x-ms-request-id": [ - "e8ac0f14-69cf-4835-bec0-6ef268735bca" + "42e2d6b2-c1e1-4e06-8798-e78b303512ca" ], "x-ms-correlation-request-id": [ - "e8ac0f14-69cf-4835-bec0-6ef268735bca" + "42e2d6b2-c1e1-4e06-8798-e78b303512ca" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190345Z:e8ac0f14-69cf-4835-bec0-6ef268735bca" + "EASTUS2:20220119T192811Z:42e2d6b2-c1e1-4e06-8798-e78b303512ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2752,26 +2749,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:28:11 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2779,14 +2779,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:04:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2795,13 +2792,13 @@ "11993" ], "x-ms-request-id": [ - "cae5fe99-6994-41d3-81d1-d0c37942a402" + "cec4551a-7fae-447f-878f-7d1eef64ba1a" ], "x-ms-correlation-request-id": [ - "cae5fe99-6994-41d3-81d1-d0c37942a402" + "cec4551a-7fae-447f-878f-7d1eef64ba1a" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190401Z:cae5fe99-6994-41d3-81d1-d0c37942a402" + "EASTUS2:20220119T192827Z:cec4551a-7fae-447f-878f-7d1eef64ba1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2809,26 +2806,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:28:26 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2836,14 +2836,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:04:16 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2852,13 +2849,13 @@ "11992" ], "x-ms-request-id": [ - "b5b318e9-bc40-424d-9b1e-1db9fbb22ede" + "f68a89ee-7acb-4d9f-be23-55da627d6df4" ], "x-ms-correlation-request-id": [ - "b5b318e9-bc40-424d-9b1e-1db9fbb22ede" + "f68a89ee-7acb-4d9f-be23-55da627d6df4" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190416Z:b5b318e9-bc40-424d-9b1e-1db9fbb22ede" + "EASTUS2:20220119T192842Z:f68a89ee-7acb-4d9f-be23-55da627d6df4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2866,26 +2863,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:28:41 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2893,14 +2893,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:04:31 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2909,13 +2906,13 @@ "11991" ], "x-ms-request-id": [ - "b850e8ce-6211-4efc-b6ef-3aee01e67b92" + "5e42ba9e-79a6-43d8-8a1f-361d37073a6c" ], "x-ms-correlation-request-id": [ - "b850e8ce-6211-4efc-b6ef-3aee01e67b92" + "5e42ba9e-79a6-43d8-8a1f-361d37073a6c" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190432Z:b850e8ce-6211-4efc-b6ef-3aee01e67b92" + "EASTUS2:20220119T192858Z:5e42ba9e-79a6-43d8-8a1f-361d37073a6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2923,26 +2920,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:28:58 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2950,14 +2950,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:04:47 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2966,13 +2963,13 @@ "11990" ], "x-ms-request-id": [ - "d457fb80-5e1a-43ff-a07d-95c04b6c98c4" + "8718b6be-1ee2-4c87-a535-d1dd8ac128c5" ], "x-ms-correlation-request-id": [ - "d457fb80-5e1a-43ff-a07d-95c04b6c98c4" + "8718b6be-1ee2-4c87-a535-d1dd8ac128c5" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190447Z:d457fb80-5e1a-43ff-a07d-95c04b6c98c4" + "EASTUS2:20220119T192913Z:8718b6be-1ee2-4c87-a535-d1dd8ac128c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2980,26 +2977,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:29:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3007,14 +3007,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:05:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3023,13 +3020,13 @@ "11989" ], "x-ms-request-id": [ - "1d04a47b-fde1-4625-b068-cd45fe61bd8a" + "2fd07863-af64-4133-a76c-be9dbf14f04a" ], "x-ms-correlation-request-id": [ - "1d04a47b-fde1-4625-b068-cd45fe61bd8a" + "2fd07863-af64-4133-a76c-be9dbf14f04a" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190503Z:1d04a47b-fde1-4625-b068-cd45fe61bd8a" + "EASTUS2:20220119T192929Z:2fd07863-af64-4133-a76c-be9dbf14f04a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3037,26 +3034,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:29:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3064,14 +3064,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:05:17 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3080,13 +3077,13 @@ "11988" ], "x-ms-request-id": [ - "3bd1a3e4-0dda-4b57-8d0a-893260b4a11c" + "0effeb58-16c1-4a81-b7d4-a74ad2a44374" ], "x-ms-correlation-request-id": [ - "3bd1a3e4-0dda-4b57-8d0a-893260b4a11c" + "0effeb58-16c1-4a81-b7d4-a74ad2a44374" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190518Z:3bd1a3e4-0dda-4b57-8d0a-893260b4a11c" + "EASTUS2:20220119T192944Z:0effeb58-16c1-4a81-b7d4-a74ad2a44374" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3094,26 +3091,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:29:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3121,14 +3121,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:05:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3137,13 +3134,13 @@ "11987" ], "x-ms-request-id": [ - "bdc78c2d-160f-4915-9d78-74d931a93c5a" + "54f54df1-f270-4be5-88e4-47b987357b04" ], "x-ms-correlation-request-id": [ - "bdc78c2d-160f-4915-9d78-74d931a93c5a" + "54f54df1-f270-4be5-88e4-47b987357b04" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190534Z:bdc78c2d-160f-4915-9d78-74d931a93c5a" + "EASTUS2:20220119T193000Z:54f54df1-f270-4be5-88e4-47b987357b04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3151,26 +3148,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:29:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3178,14 +3178,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:05:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3194,13 +3191,13 @@ "11986" ], "x-ms-request-id": [ - "38664094-d14f-44ac-90b3-28d522bb9ce9" + "20761f17-3e7a-42aa-b945-eca899b65cf3" ], "x-ms-correlation-request-id": [ - "38664094-d14f-44ac-90b3-28d522bb9ce9" + "20761f17-3e7a-42aa-b945-eca899b65cf3" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190549Z:38664094-d14f-44ac-90b3-28d522bb9ce9" + "EASTUS2:20220119T193015Z:20761f17-3e7a-42aa-b945-eca899b65cf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3208,26 +3205,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:30:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3235,14 +3235,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:06:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3251,13 +3248,13 @@ "11985" ], "x-ms-request-id": [ - "3eb5c52b-5a4b-4d56-8c67-830d737ace61" + "8c517f88-bc1e-465a-b90b-471fe9871f32" ], "x-ms-correlation-request-id": [ - "3eb5c52b-5a4b-4d56-8c67-830d737ace61" + "8c517f88-bc1e-465a-b90b-471fe9871f32" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190605Z:3eb5c52b-5a4b-4d56-8c67-830d737ace61" + "EASTUS2:20220119T193030Z:8c517f88-bc1e-465a-b90b-471fe9871f32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3265,26 +3262,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:30:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3292,14 +3292,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:06:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3308,13 +3305,13 @@ "11984" ], "x-ms-request-id": [ - "32148b6d-fd6e-40df-aa41-475e4b50eaf3" + "5f13177c-f555-4868-a025-ed4ebc9ad01a" ], "x-ms-correlation-request-id": [ - "32148b6d-fd6e-40df-aa41-475e4b50eaf3" + "5f13177c-f555-4868-a025-ed4ebc9ad01a" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190620Z:32148b6d-fd6e-40df-aa41-475e4b50eaf3" + "EASTUS2:20220119T193046Z:5f13177c-f555-4868-a025-ed4ebc9ad01a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3322,26 +3319,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:30:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3349,14 +3349,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:06:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3365,13 +3362,13 @@ "11983" ], "x-ms-request-id": [ - "8200ef15-22fd-48d6-a389-48ae8a94d51a" + "16461670-797a-41ef-891a-30610d49ef30" ], "x-ms-correlation-request-id": [ - "8200ef15-22fd-48d6-a389-48ae8a94d51a" + "16461670-797a-41ef-891a-30610d49ef30" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190636Z:8200ef15-22fd-48d6-a389-48ae8a94d51a" + "EASTUS2:20220119T193101Z:16461670-797a-41ef-891a-30610d49ef30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3379,26 +3376,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:31:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3406,14 +3406,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:06:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3422,13 +3419,13 @@ "11982" ], "x-ms-request-id": [ - "a0067e45-df18-462f-bb5d-8440a1ccaf83" + "ebc396e9-61ed-4d58-9d86-e9c67dabbad8" ], "x-ms-correlation-request-id": [ - "a0067e45-df18-462f-bb5d-8440a1ccaf83" + "ebc396e9-61ed-4d58-9d86-e9c67dabbad8" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190651Z:a0067e45-df18-462f-bb5d-8440a1ccaf83" + "EASTUS2:20220119T193117Z:ebc396e9-61ed-4d58-9d86-e9c67dabbad8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3436,26 +3433,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:31:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3463,14 +3463,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:07:07 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3479,13 +3476,13 @@ "11981" ], "x-ms-request-id": [ - "37b0dfbc-bf49-4e24-91fe-1a67787aaf0a" + "7be21237-e9b7-4279-9687-4c3e8f72bd95" ], "x-ms-correlation-request-id": [ - "37b0dfbc-bf49-4e24-91fe-1a67787aaf0a" + "7be21237-e9b7-4279-9687-4c3e8f72bd95" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190707Z:37b0dfbc-bf49-4e24-91fe-1a67787aaf0a" + "EASTUS2:20220119T193132Z:7be21237-e9b7-4279-9687-4c3e8f72bd95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3493,26 +3490,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:31:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3520,9 +3520,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:07:22 GMT" - ], "Pragma": [ "no-cache" ], @@ -3530,13 +3527,13 @@ "11980" ], "x-ms-request-id": [ - "538a5dcf-9771-4430-9c56-a7ae0b0235b7" + "2c7e0daa-5361-4132-9175-cc75ca521fea" ], "x-ms-correlation-request-id": [ - "538a5dcf-9771-4430-9c56-a7ae0b0235b7" + "2c7e0daa-5361-4132-9175-cc75ca521fea" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190723Z:538a5dcf-9771-4430-9c56-a7ae0b0235b7" + "EASTUS2:20220119T193148Z:2c7e0daa-5361-4132-9175-cc75ca521fea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3544,26 +3541,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:31:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxODYwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4T0RZd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDI5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTURJNU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.700.21.47003", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", + "OSVersion/Microsoft.Windows.10.0.17763", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3571,9 +3571,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 19 Nov 2021 19:07:23 GMT" - ], "Pragma": [ "no-cache" ], @@ -3581,13 +3578,13 @@ "11979" ], "x-ms-request-id": [ - "87782528-3e80-4889-a0c6-2092e660dd01" + "32d14aaf-6ef7-4b6a-8c6c-3e81d4ced4d6" ], "x-ms-correlation-request-id": [ - "87782528-3e80-4889-a0c6-2092e660dd01" + "32d14aaf-6ef7-4b6a-8c6c-3e81d4ced4d6" ], "x-ms-routing-request-id": [ - "SOUTHCENTRALUS:20211119T190723Z:87782528-3e80-4889-a0c6-2092e660dd01" + "EASTUS2:20220119T193149Z:32d14aaf-6ef7-4b6a-8c6c-3e81d4ced4d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3595,11 +3592,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Wed, 19 Jan 2022 19:31:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -3608,30 +3608,30 @@ ], "Names": { "InitializeCommon": [ - "crptestar1860", - "vmss8277", - "crptestar4309" + "crptestar6029", + "vmss997", + "crptestar1543" ], "CreatePublicIP": [ - "pip4559", - "dn5575" + "pip5044", + "dn4574" ], "CreateVNET": [ - "vn5778", - "sn7082" + "vn9980", + "sn5686" ], "CreateNIC": [ - "nic7020", - "ip4002" + "nic7164", + "ip7307" ], "CreateDefaultVMScaleSetInput": [ - "crptestar1052", - "vmss4026", - "vmsstestnetconfig3128", - "vmsstestnetconfig4145" + "crptestar5434", + "vmss173", + "vmsstestnetconfig3116", + "vmsstestnetconfig6956" ] }, "Variables": { - "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Redeploy.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Redeploy.json index c328fce46c168..f5217f70dc9b7 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Redeploy.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_Redeploy.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53809a0b-f6c2-4405-8c0f-870bdff1777d" + "99da03b8-72aa-40b9-a829-002c7516a40e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "980fa687-c285-4503-bad1-e32ce34a5535" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "28f9d26d-781f-4582-abf6-7371ea0e5d2e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "a7d9d51e-94cd-4866-8002-375ef44bd60b" + "dc1ce2cb-e015-433c-a96d-cb68019707e4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092705Z:a7d9d51e-94cd-4866-8002-375ef44bd60b" + "EASTUS2:20211117T072004Z:dc1ce2cb-e015-433c-a96d-cb68019707e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:04 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar93501?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNTAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8281?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyODE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar93501\": \"2021-06-29 09:27:05Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"crptestar8281\": \"2021-11-17 07:20:04Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "918b1da7-532a-4dd9-9e07-4dd1b3b835c7" + "02e23d35-f23f-4daf-81c6-0033f8bf1812" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "94" + "93" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:03 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "8628a39e-ed85-4303-9cb1-c6aa12154ee0" + "bfb3caa4-974a-47c3-8708-0c69941615b1" ], "x-ms-correlation-request-id": [ - "8628a39e-ed85-4303-9cb1-c6aa12154ee0" + "bfb3caa4-974a-47c3-8708-0c69941615b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092705Z:8628a39e-ed85-4303-9cb1-c6aa12154ee0" + "EASTUS2:20211117T072004Z:bfb3caa4-974a-47c3-8708-0c69941615b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:04 GMT" - ], "Content-Length": [ - "231" + "228" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501\",\r\n \"name\": \"crptestar93501\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar93501\": \"2021-06-29 09:27:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281\",\r\n \"name\": \"crptestar8281\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8281\": \"2021-11-17 07:20:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar93501?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNTAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8281?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyODE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8ed477c-998b-4af0-b186-05a24359742d" + "f9f0c765-003e-4382-8fa5-19ee5d52909a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "fe0d048a-cfbe-4ad1-b637-5efcaf55852f" + "416ebae1-2047-49f0-b10d-cab493c8d1a5" ], "x-ms-correlation-request-id": [ - "fe0d048a-cfbe-4ad1-b637-5efcaf55852f" + "416ebae1-2047-49f0-b10d-cab493c8d1a5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092735Z:fe0d048a-cfbe-4ad1-b637-5efcaf55852f" + "EASTUS2:20211117T072033Z:416ebae1-2047-49f0-b10d-cab493c8d1a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:34 GMT" - ], "Content-Length": [ - "182" + "180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501\",\r\n \"name\": \"crptestar93501\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281\",\r\n \"name\": \"crptestar8281\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Storage/storageAccounts/crptestar1696?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTY5Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Storage/storageAccounts/crptestar7860?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3ODYwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"EastUS2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f133e035-bc58-465d-9294-297b44b12db6" + "aec67f09-a439-41db-a1eb-2c03c84942b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:06 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/41f2b619-2095-47ea-a260-c1daa12bbc4a?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4694e58-9ada-4a58-9ec4-68e3d5864105?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "41f2b619-2095-47ea-a260-c1daa12bbc4a" + "c4694e58-9ada-4a58-9ec4-68e3d5864105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "ec215ee3-fb25-4e12-96b1-5a8e01501a69" + "11b9f858-4796-407a-a1c8-efb9868acb7d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092707Z:ec215ee3-fb25-4e12-96b1-5a8e01501a69" + "EASTUS2:20211117T072006Z:11b9f858-4796-407a-a1c8-efb9868acb7d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:07 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/41f2b619-2095-47ea-a260-c1daa12bbc4a?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNDFmMmI2MTktMjA5NS00N2VhLWEyNjAtYzFkYWExMmJiYzRhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4694e58-9ada-4a58-9ec4-68e3d5864105?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYzQ2OTRlNTgtOWFkYS00YTU4LTllYzQtNjhlM2Q1ODY0MTA1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1877e628-6fa6-4554-8d40-8f0e472ea46d" + "a02eec3c-9dda-4ad1-b7f9-5dcaa6ecd320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "bba1c33c-e5a9-49e0-ad18-6ca455cbe023" + "d1ddcd1a-3bc0-4056-aa63-66ea86e7d7e0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092724Z:bba1c33c-e5a9-49e0-ad18-6ca455cbe023" + "EASTUS2:20211117T072023Z:d1ddcd1a-3bc0-4056-aa63-66ea86e7d7e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:24 GMT" - ], "Content-Length": [ "89" ], @@ -335,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebc896ba-6b4b-4698-b20b-b4271fc747aa" + "fd1ac846-8547-485a-ad8c-65fca5e842b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +357,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bfb08158-0610-4ff7-b634-30b621e75f7c" + "fca17a85-686b-4b8f-aa29-878cca8982ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "6f8a10e7-9d4d-40fb-aa16-bba590867049" + "ed72c567-89c2-4fd3-9844-fef1e3df2e4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092734Z:6f8a10e7-9d4d-40fb-aa16-bba590867049" + "EASTUS2:20211117T072033Z:ed72c567-89c2-4fd3-9844-fef1e3df2e4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:33 GMT" - ], "Content-Length": [ - "742" + "741" ], "Content-Type": [ "application/json" @@ -394,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Storage/storageAccounts/crptestar1696\",\r\n \"name\": \"crptestar1696\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T09:27:06.0219083Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1696.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1696.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1696.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1696.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Storage/storageAccounts/crptestar7860\",\r\n \"name\": \"crptestar7860\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T07:20:04.847065Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7860.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7860.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7860.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7860.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Storage/storageAccounts/crptestar1696?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTY5Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Storage/storageAccounts/crptestar7860?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3ODYwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67c511b8-3652-42f1-924f-3a6f617ab08e" + "ca209f32-2e27-4639-8ddd-32874a347404" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5a249e5e-220c-450d-b32d-c16c6cafcb10" + "74261478-b3f7-4326-80ea-e561e526159d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "a9b1c2c0-e8d7-4740-89b8-e53d12de7148" + "c02c52ae-67fe-4642-8bc1-f53c93f75d5c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092734Z:a9b1c2c0-e8d7-4740-89b8-e53d12de7148" + "EASTUS2:20211117T072033Z:c02c52ae-67fe-4642-8bc1-f53c93f75d5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:33 GMT" - ], "Content-Length": [ - "730" + "729" ], "Content-Type": [ "application/json" @@ -457,80 +457,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Storage/storageAccounts/crptestar1696\",\r\n \"name\": \"crptestar1696\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T09:27:06.0219083Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1696.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1696.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1696.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1696.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Storage/storageAccounts/crptestar7860\",\r\n \"name\": \"crptestar7860\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T07:20:04.847065Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7860.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7860.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7860.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7860.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/publicIPAddresses/pip3246?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMjQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/publicIPAddresses/pip5485?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0ODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8929\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn109\"\r\n }\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7ccf0921-c34e-4aae-b051-dd7ff14f0c5a" + "bbce6245-585d-49de-b110-ebf5da4aa97b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "201" + "200" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:33 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5cc49df5-b827-4996-a971-5b877dcdba9c" + "59ce17f1-472d-4ebd-bbe1-ce14622de543" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5cc49df5-b827-4996-a971-5b877dcdba9c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/59ce17f1-472d-4ebd-bbe1-ce14622de543?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0fd4637f-b87e-40d4-9e8e-0ccebe3908b5" + "c6f5c772-14f6-49c7-a672-9eb4a0498531" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a93afd68-3843-4aeb-891d-22238252ead5" + "7ffb1fe7-8a1a-4d4f-903d-517ae041800c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092736Z:0fd4637f-b87e-40d4-9e8e-0ccebe3908b5" + "EASTUS2:20211117T072034Z:c6f5c772-14f6-49c7-a672-9eb4a0498531" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:35 GMT" - ], "Content-Length": [ - "758" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3246\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/publicIPAddresses/pip3246\",\r\n \"etag\": \"W/\\\"aeead120-d113-4461-a20c-76a3cb9fc44c\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0a3e421c-2155-43a1-9b2b-2dd3bc81a11f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8929\",\r\n \"fqdn\": \"dn8929.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5485\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/publicIPAddresses/pip5485\",\r\n \"etag\": \"W/\\\"a1b695b3-dfec-47ec-b9a4-a92826eee329\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7b3eff79-c38d-48fe-80e0-7f0df67ac893\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn109\",\r\n \"fqdn\": \"dn109.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5cc49df5-b827-4996-a971-5b877dcdba9c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVjYzQ5ZGY1LWI4MjctNDk5Ni1hOTcxLTViODc3ZGNkYmE5Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/59ce17f1-472d-4ebd-bbe1-ce14622de543?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU5Y2UxN2YxLTQ3MmQtNGViZC1iYmUxLWNlMTQ2MjJkZTU0Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "de9e8fe3-cb6f-4d47-96f6-020c4aeb8dc6" + "ea228443-cbcd-48b3-b88d-cf2d0151d210" ], "x-ms-correlation-request-id": [ - "40826055-7e86-469a-92d1-a34977a860bb" + "57c28770-8874-45b6-9edd-1199510720b1" ], "x-ms-arm-service-request-id": [ - "e0d7bf93-ce91-477b-80f7-e55ba5d461f9" + "ebd3c48e-177e-42ae-9c8a-6f215dd7e08f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092737Z:40826055-7e86-469a-92d1-a34977a860bb" + "EASTUS2:20211117T072035Z:57c28770-8874-45b6-9edd-1199510720b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:36 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/publicIPAddresses/pip3246?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMjQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/publicIPAddresses/pip5485?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0ODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fcc0d590-6016-4218-9436-8d9811b685fa\"" + "W/\"d3082d60-8419-461a-a0b4-c21d3422b799\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e3f8ce66-dde1-499b-933f-bc51ecdb1656" + "c63c7008-dfc4-4863-a7d5-cf5c39a28762" ], "x-ms-correlation-request-id": [ - "74587374-b552-40f7-9ad0-40ab1dbf6277" + "b54b7da4-2797-4c46-89da-cf0544dc56dc" ], "x-ms-arm-service-request-id": [ - "253fb956-11be-45b8-b8d7-38d70fcd3398" + "4d302456-2591-44e5-9cf1-932fd5b390e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092737Z:74587374-b552-40f7-9ad0-40ab1dbf6277" + "EASTUS2:20211117T072035Z:b54b7da4-2797-4c46-89da-cf0544dc56dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:36 GMT" - ], "Content-Length": [ - "759" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3246\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/publicIPAddresses/pip3246\",\r\n \"etag\": \"W/\\\"fcc0d590-6016-4218-9436-8d9811b685fa\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a3e421c-2155-43a1-9b2b-2dd3bc81a11f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8929\",\r\n \"fqdn\": \"dn8929.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5485\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/publicIPAddresses/pip5485\",\r\n \"etag\": \"W/\\\"d3082d60-8419-461a-a0b4-c21d3422b799\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7b3eff79-c38d-48fe-80e0-7f0df67ac893\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn109\",\r\n \"fqdn\": \"dn109.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/publicIPAddresses/pip3246?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAzMjQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/publicIPAddresses/pip5485?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0ODU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6cc9cf8b-1215-4f1f-8256-789b99491b26" + "e18ff759-a167-4630-871f-70f8af05687d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +690,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"fcc0d590-6016-4218-9436-8d9811b685fa\"" + "W/\"d3082d60-8419-461a-a0b4-c21d3422b799\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "60ba5d3d-9562-4790-be72-78cb27a40430" + "4c89892a-621e-4433-bed9-6eeb39a2bbbc" ], "x-ms-correlation-request-id": [ - "bf61684c-a4a4-4f89-bd70-04e4f468958b" + "6d92c1b6-7f9d-462c-8f22-86efc097ddee" ], "x-ms-arm-service-request-id": [ - "e957e073-3325-4612-b3b2-aba7a0535df4" + "ee0a015f-92c2-4be1-b521-eb5a2e891d25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092737Z:bf61684c-a4a4-4f89-bd70-04e4f468958b" + "EASTUS2:20211117T072035Z:6d92c1b6-7f9d-462c-8f22-86efc097ddee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:36 GMT" - ], "Content-Length": [ - "759" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3246\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/publicIPAddresses/pip3246\",\r\n \"etag\": \"W/\\\"fcc0d590-6016-4218-9436-8d9811b685fa\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a3e421c-2155-43a1-9b2b-2dd3bc81a11f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8929\",\r\n \"fqdn\": \"dn8929.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5485\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/publicIPAddresses/pip5485\",\r\n \"etag\": \"W/\\\"d3082d60-8419-461a-a0b4-c21d3422b799\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7b3eff79-c38d-48fe-80e0-7f0df67ac893\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn109\",\r\n \"fqdn\": \"dn109.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41OTg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM5ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1311\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3206\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "728454cc-9c3e-4b48-9301-8db215161d51" + "15a847e5-9d6f-4485-b594-f7de98012834" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +766,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4ce97b73-45a3-4b17-b94d-eaccf27a7dbb" + "c46da430-4bf0-4009-ae7b-4dc9a2fb0ce8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4ce97b73-45a3-4b17-b94d-eaccf27a7dbb?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c46da430-4bf0-4009-ae7b-4dc9a2fb0ce8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5ed04349-cf42-4d63-b548-c604ffa4aeb6" + "6a54e0df-7e49-4602-894e-5fbac7366ef1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b2cc6c38-46f6-42e7-83a5-1bf3c36dffcc" + "5457b89e-1e2c-4731-8d4c-8ada7c4bd614" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092738Z:5ed04349-cf42-4d63-b548-c604ffa4aeb6" + "EASTUS2:20211117T072036Z:6a54e0df-7e49-4602-894e-5fbac7366ef1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:37 GMT" - ], "Content-Length": [ - "1317" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5988\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988\",\r\n \"etag\": \"W/\\\"dd08361f-0b00-4c8b-b5eb-43629e65e11c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3e467812-4a20-48f0-9040-02ad819ed508\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\",\r\n \"etag\": \"W/\\\"dd08361f-0b00-4c8b-b5eb-43629e65e11c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984\",\r\n \"etag\": \"W/\\\"dac8be64-1d3a-4aeb-a704-5d8ec5ef5abe\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1f65150f-58e0-4d62-830c-154893f4eb81\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\",\r\n \"etag\": \"W/\\\"dac8be64-1d3a-4aeb-a704-5d8ec5ef5abe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/4ce97b73-45a3-4b17-b94d-eaccf27a7dbb?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRjZTk3YjczLTQ1YTMtNGIxNy1iOTRkLWVhY2NmMjdhN2RiYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c46da430-4bf0-4009-ae7b-4dc9a2fb0ce8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2M0NmRhNDMwLTRiZjAtNDAwOS1hZTdiLTRkYzlhMmZiMGNlOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9b770c27-2e7d-414a-b4c7-eda55da30cb9" + "e408e092-54e8-415a-bd5b-bb0c285aa8f5" ], "x-ms-correlation-request-id": [ - "1143d4ee-75a9-4707-a90b-ad0d35269da8" + "7244e688-6903-4ea3-a809-95727cd97db0" ], "x-ms-arm-service-request-id": [ - "3c291fe5-ce0c-4fd0-b457-bb2351b18c51" + "93c35787-e79e-41f9-bfde-c52f10f8685c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092741Z:1143d4ee-75a9-4707-a90b-ad0d35269da8" + "EASTUS2:20211117T072039Z:7244e688-6903-4ea3-a809-95727cd97db0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:40 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41OTg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM5ODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +897,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e05e92e-83c3-4919-95cb-3f760c083b3f\"" + "W/\"d5bf5f95-ff33-4abd-8843-6f4162d9225a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e9877187-b483-46fd-9aa3-4fc09e7a3bf0" + "9e3fad37-59eb-4136-a681-82e1c9fef3c6" ], "x-ms-correlation-request-id": [ - "5a1f70cc-6976-4a12-a5d3-09e74d02e478" + "f7cdf668-1e3f-4b15-933b-cd0407c7cdb9" ], "x-ms-arm-service-request-id": [ - "4a02a885-4e8d-4f50-8908-bd498e7a92ae" + "3c74e795-44ea-42c5-a279-2c837d48ecec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092741Z:5a1f70cc-6976-4a12-a5d3-09e74d02e478" + "EASTUS2:20211117T072039Z:f7cdf668-1e3f-4b15-933b-cd0407c7cdb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:40 GMT" - ], "Content-Length": [ - "1319" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5988\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988\",\r\n \"etag\": \"W/\\\"6e05e92e-83c3-4919-95cb-3f760c083b3f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e467812-4a20-48f0-9040-02ad819ed508\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\",\r\n \"etag\": \"W/\\\"6e05e92e-83c3-4919-95cb-3f760c083b3f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3984\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984\",\r\n \"etag\": \"W/\\\"d5bf5f95-ff33-4abd-8843-6f4162d9225a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1f65150f-58e0-4d62-830c-154893f4eb81\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\",\r\n \"etag\": \"W/\\\"d5bf5f95-ff33-4abd-8843-6f4162d9225a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41OTg4L3N1Ym5ldHMvc24xMzExP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM5ODQvc3VibmV0cy9zbjMyMDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85a01889-ea3e-484d-98e5-71b32e16010e" + "76e50354-a760-4a41-b7cf-c3c0beef391e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +967,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e05e92e-83c3-4919-95cb-3f760c083b3f\"" + "W/\"d5bf5f95-ff33-4abd-8843-6f4162d9225a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a7a692fd-fa99-4324-b1f9-58e6505bce5a" + "c7026126-e5e0-4e4e-8483-2a258ee77407" ], "x-ms-correlation-request-id": [ - "e859fe05-178e-446b-9ead-53a5bcbdfe20" + "5933c80b-343a-402c-b7e1-8048168c1406" ], "x-ms-arm-service-request-id": [ - "f7da27ab-b9b8-4785-933b-e995347d953b" + "e28bddc6-81f1-4638-bd0e-fb2e97408130" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092741Z:e859fe05-178e-446b-9ead-53a5bcbdfe20" + "EASTUS2:20211117T072039Z:5933c80b-343a-402c-b7e1-8048168c1406" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:40 GMT" - ], "Content-Length": [ - "524" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1011,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\",\r\n \"etag\": \"W/\\\"6e05e92e-83c3-4919-95cb-3f760c083b3f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\",\r\n \"etag\": \"W/\\\"d5bf5f95-ff33-4abd-8843-6f4162d9225a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyNTg0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk4OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1311\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\r\n }\r\n },\r\n \"name\": \"ip4376\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3206\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\r\n }\r\n },\r\n \"name\": \"ip490\"\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a5c981c8-ac79-4d38-9eba-0ba8b7f267c1" + "9b0283f5-9724-4400-9f9b-8f7db9d81bf2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "743" + "741" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8e575f47-bbc1-47a1-9733-3753223e6e41" + "3b8bdf05-aa02-4229-bcbc-3bfd3c946cbf" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8e575f47-bbc1-47a1-9733-3753223e6e41?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/3b8bdf05-aa02-4229-bcbc-3bfd3c946cbf?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "0bc2cbb0-67c8-4961-841b-fd2abf83cd81" + "0705bf23-c845-4287-88e3-2ec6f3b892b3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f6c429cc-a873-48aa-89fd-83954491ee03" + "121461df-fbb9-4195-ae70-7162484c72b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092741Z:0bc2cbb0-67c8-4961-841b-fd2abf83cd81" + "EASTUS2:20211117T072039Z:0705bf23-c845-4287-88e3-2ec6f3b892b3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:41 GMT" - ], "Content-Length": [ - "1628" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584\",\r\n \"etag\": \"W/\\\"ed167b96-5787-48d8-9285-9cfdfc2851e3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"86b1b5d4-21d3-4ebf-a70a-c23aa89a2122\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4376\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584/ipConfigurations/ip4376\",\r\n \"etag\": \"W/\\\"ed167b96-5787-48d8-9285-9cfdfc2851e3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\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\": \"cj2emprajlyerecaakwydhwvba.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890\",\r\n \"etag\": \"W/\\\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c3c0348f-7414-40da-af0f-7bf43351606d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip490\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890/ipConfigurations/ip490\",\r\n \"etag\": \"W/\\\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\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\": \"b2kwkh5albre1aymcvejh3hlqb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyNTg0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk4OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ed167b96-5787-48d8-9285-9cfdfc2851e3\"" + "W/\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fbed66dc-5e61-4c2f-961c-2754a3b249a3" + "d738c505-65ab-416f-ad3d-921da6111c9c" ], "x-ms-correlation-request-id": [ - "0410aed2-850b-4c52-8ea1-97fb9901ddd5" + "11362152-be64-4081-a131-8b0d0c81d1ab" ], "x-ms-arm-service-request-id": [ - "3297ce5c-0753-430a-b462-d3e8c1c60910" + "4a3e2601-b5e7-4ba8-b395-5a4b1bd1d8c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092741Z:0410aed2-850b-4c52-8ea1-97fb9901ddd5" + "EASTUS2:20211117T072039Z:11362152-be64-4081-a131-8b0d0c81d1ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:41 GMT" - ], "Content-Length": [ - "1628" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584\",\r\n \"etag\": \"W/\\\"ed167b96-5787-48d8-9285-9cfdfc2851e3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"86b1b5d4-21d3-4ebf-a70a-c23aa89a2122\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4376\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584/ipConfigurations/ip4376\",\r\n \"etag\": \"W/\\\"ed167b96-5787-48d8-9285-9cfdfc2851e3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\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\": \"cj2emprajlyerecaakwydhwvba.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890\",\r\n \"etag\": \"W/\\\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c3c0348f-7414-40da-af0f-7bf43351606d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip490\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890/ipConfigurations/ip490\",\r\n \"etag\": \"W/\\\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\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\": \"b2kwkh5albre1aymcvejh3hlqb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyNTg0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzk4OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7713f7c2-6702-4802-82fe-5355ee336bcf" + "ccbe41ad-ce24-4d21-b794-31c9f6499bac" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ed167b96-5787-48d8-9285-9cfdfc2851e3\"" + "W/\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ebb92720-0db0-4bf6-8e95-2933db321c29" + "40b86612-c387-43f7-bbb1-98cc60a33aaf" ], "x-ms-correlation-request-id": [ - "033b98ef-9110-4ea5-ae65-417eeaa53614" + "a01848ff-a9f3-4b29-a7bc-a36ae2a0a3d6" ], "x-ms-arm-service-request-id": [ - "c7355ab3-6d09-4e27-9a5d-51ecf6943d28" + "9597d484-5372-4404-b3d7-56dcab16044b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092741Z:033b98ef-9110-4ea5-ae65-417eeaa53614" + "EASTUS2:20211117T072039Z:a01848ff-a9f3-4b29-a7bc-a36ae2a0a3d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:41 GMT" - ], "Content-Length": [ - "1628" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,46 +1224,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584\",\r\n \"etag\": \"W/\\\"ed167b96-5787-48d8-9285-9cfdfc2851e3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"86b1b5d4-21d3-4ebf-a70a-c23aa89a2122\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4376\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/networkInterfaces/nic2584/ipConfigurations/ip4376\",\r\n \"etag\": \"W/\\\"ed167b96-5787-48d8-9285-9cfdfc2851e3\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\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\": \"cj2emprajlyerecaakwydhwvba.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890\",\r\n \"etag\": \"W/\\\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c3c0348f-7414-40da-af0f-7bf43351606d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip490\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/networkInterfaces/nic9890/ipConfigurations/ip490\",\r\n \"etag\": \"W/\\\"f8d73cdc-3fe7-419e-b76f-6f8e20ba7ab6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\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\": \"b2kwkh5albre1aymcvejh3hlqb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Compute/virtualMachineScaleSets/vmss431?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7808?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3ODA4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7161\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5301\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7162\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"EastUS2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "96a07a60-9ad6-461b-a066-c7977dd23ec4" + "17ef0504-0444-4f4f-81b2-af1477c8293a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1635" + "1634" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:39 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,27 +1285,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57d3a10d-b5db-4416-b98f-df391650863f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f08b65a3-2261-4e8a-b719-41c06cdf8a5b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6910e627-41f7-4711-b09f-b212b18485c6" + "fde82e69-996e-4c9b-8cae-83710669d720" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092743Z:6910e627-41f7-4711-b09f-b212b18485c6" + "EASTUS2:20211117T072040Z:fde82e69-996e-4c9b-8cae-83710669d720" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:42 GMT" - ], "Content-Length": [ "3417" ], @@ -1309,60 +1309,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss431\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Compute/virtualMachineScaleSets/vmss431\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7161\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f57e6f8e-b240-47d5-96af-9f175912483e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7808\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7808\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5301\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7162\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cc3c8f07-dd00-4eb2-be70-c18d184fb40f\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU3ZDNhMTBkLWI1ZGItNDQxNi1iOThmLWRmMzkxNjUwODYzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YwOGI2NWEzLTIyNjEtNGU4YS1iNzE5LTQxYzA2Y2RmOGE1Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:20:49 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9eb2c438-65ac-4944-a8e5-c02513a0e3f4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "68d40302-80fc-4891-9b03-08b1d246ac45" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "7b6c410a-e4fc-4ea9-8a19-7a7807728af2" + "648ee308-7849-4f27-9d8c-a25fd91735c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092753Z:7b6c410a-e4fc-4ea9-8a19-7a7807728af2" + "EASTUS2:20211117T072050Z:648ee308-7849-4f27-9d8c-a25fd91735c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:27:52 GMT" - ], "Content-Length": [ "133" ], @@ -1373,57 +1373,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:27:42.282315+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"57d3a10d-b5db-4416-b98f-df391650863f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:20:39.919774+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f08b65a3-2261-4e8a-b719-41c06cdf8a5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU3ZDNhMTBkLWI1ZGItNDQxNi1iOThmLWRmMzkxNjUwODYzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YwOGI2NWEzLTIyNjEtNGU4YS1iNzE5LTQxYzA2Y2RmOGE1Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:22:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "75b09e06-bae2-4845-a18d-e54e832b1af4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "27e8da2f-81c7-4b28-b922-44f3b17af776" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "de7d63d3-d93f-4c4c-a724-610fd6744496" + "badfbbb0-609c-4780-8465-2842513f66e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T092930Z:de7d63d3-d93f-4c4c-a724-610fd6744496" + "EASTUS2:20211117T072227Z:badfbbb0-609c-4780-8465-2842513f66e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:29:29 GMT" - ], "Content-Length": [ "133" ], @@ -1434,57 +1434,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:27:42.282315+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"57d3a10d-b5db-4416-b98f-df391650863f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:20:39.919774+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f08b65a3-2261-4e8a-b719-41c06cdf8a5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU3ZDNhMTBkLWI1ZGItNDQxNi1iOThmLWRmMzkxNjUwODYzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YwOGI2NWEzLTIyNjEtNGU4YS1iNzE5LTQxYzA2Y2RmOGE1Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:24:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c3b780c-e34c-4e21-a4af-b895caeaec76" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "72128c41-eca8-43c1-b5d5-45abc93f6eca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "f43a0997-289f-4b03-a639-9142a1aac13e" + "eddfb8eb-c725-4e33-98ea-57a9e87309a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093107Z:f43a0997-289f-4b03-a639-9142a1aac13e" + "EASTUS2:20211117T072404Z:eddfb8eb-c725-4e33-98ea-57a9e87309a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:31:06 GMT" - ], "Content-Length": [ "133" ], @@ -1495,57 +1495,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:27:42.282315+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"57d3a10d-b5db-4416-b98f-df391650863f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:20:39.919774+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f08b65a3-2261-4e8a-b719-41c06cdf8a5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU3ZDNhMTBkLWI1ZGItNDQxNi1iOThmLWRmMzkxNjUwODYzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YwOGI2NWEzLTIyNjEtNGU4YS1iNzE5LTQxYzA2Y2RmOGE1Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:25:41 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29978" - ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04fbf86d-9f94-44a1-b77f-eadb8673eaf9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1cc3a1cc-043a-4696-b843-946e65ce6edd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "ad4e597b-ba0f-4079-a115-dbbe68c47fe9" + "79cba682-911d-4796-a521-99730063a3c7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093244Z:ad4e597b-ba0f-4079-a115-dbbe68c47fe9" + "EASTUS2:20211117T072541Z:79cba682-911d-4796-a521-99730063a3c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:32:44 GMT" - ], "Content-Length": [ "133" ], @@ -1556,57 +1556,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:27:42.282315+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"57d3a10d-b5db-4416-b98f-df391650863f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:20:39.919774+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f08b65a3-2261-4e8a-b719-41c06cdf8a5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU3ZDNhMTBkLWI1ZGItNDQxNi1iOThmLWRmMzkxNjUwODYzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YwOGI2NWEzLTIyNjEtNGU4YS1iNzE5LTQxYzA2Y2RmOGE1Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:27:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f25cedbd-8461-4ab0-bda4-063006e7bcd9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "05b25a5a-94c2-4148-b941-660791f9c9b2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-correlation-request-id": [ - "50e8dc7c-24ed-4247-8fd0-63723c59cea3" + "b3e4f191-cb4a-474b-b1b3-a49d05de52a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093421Z:50e8dc7c-24ed-4247-8fd0-63723c59cea3" + "EASTUS2:20211117T072719Z:b3e4f191-cb4a-474b-b1b3-a49d05de52a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:34:20 GMT" - ], "Content-Length": [ "133" ], @@ -1617,57 +1617,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:27:42.282315+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"57d3a10d-b5db-4416-b98f-df391650863f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:20:39.919774+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f08b65a3-2261-4e8a-b719-41c06cdf8a5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU3ZDNhMTBkLWI1ZGItNDQxNi1iOThmLWRmMzkxNjUwODYzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YwOGI2NWEzLTIyNjEtNGU4YS1iNzE5LTQxYzA2Y2RmOGE1Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:28:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29974" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "97cf99f1-46cc-407e-8b8e-82050fe49b5c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d53290b7-90f6-4c61-801a-89579305e685" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-correlation-request-id": [ - "ee9c969e-3186-40b6-b0ac-dec0a1a83bf4" + "e00cbb82-baec-44a9-9848-09f14a0e7384" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093558Z:ee9c969e-3186-40b6-b0ac-dec0a1a83bf4" + "EASTUS2:20211117T072856Z:e00cbb82-baec-44a9-9848-09f14a0e7384" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:35:58 GMT" - ], "Content-Length": [ "133" ], @@ -1678,57 +1678,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:27:42.282315+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"57d3a10d-b5db-4416-b98f-df391650863f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:20:39.919774+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f08b65a3-2261-4e8a-b719-41c06cdf8a5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/57d3a10d-b5db-4416-b98f-df391650863f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU3ZDNhMTBkLWI1ZGItNDQxNi1iOThmLWRmMzkxNjUwODYzZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f08b65a3-2261-4e8a-b719-41c06cdf8a5b?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YwOGI2NWEzLTIyNjEtNGU4YS1iNzE5LTQxYzA2Y2RmOGE1Yj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:30:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8cc8687e-6835-4f75-912c-3971bf4ac0f1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b034c576-81bd-45f7-84da-a4693ee6fcfd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "21b81154-c008-4d6d-8954-bc93d4cdb893" + "8d365ac7-fb48-4e3e-bf71-d4bde825e6cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093735Z:21b81154-c008-4d6d-8954-bc93d4cdb893" + "EASTUS2:20211117T073033Z:8d365ac7-fb48-4e3e-bf71-d4bde825e6cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:37:35 GMT" - ], "Content-Length": [ "183" ], @@ -1739,57 +1739,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:27:42.282315+00:00\",\r\n \"endTime\": \"2021-06-29T09:37:17.6445239+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"57d3a10d-b5db-4416-b98f-df391650863f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:20:39.919774+00:00\",\r\n \"endTime\": \"2021-11-17T07:29:03.6238913+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f08b65a3-2261-4e8a-b719-41c06cdf8a5b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Compute/virtualMachineScaleSets/vmss431?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7808?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3ODA4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:30:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb8186a9-7553-4a44-902e-9cc4bfd0f637" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "99460103-3e7d-418a-919d-f14eb3bcb343" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "39b11be4-dc51-4385-8277-7ef0f9b22e32" + "815a1eb9-aac1-44dd-9402-2028d768401e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093735Z:39b11be4-dc51-4385-8277-7ef0f9b22e32" + "EASTUS2:20211117T073033Z:815a1eb9-aac1-44dd-9402-2028d768401e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:37:35 GMT" - ], "Content-Length": [ "3418" ], @@ -1800,63 +1800,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss431\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Compute/virtualMachineScaleSets/vmss431\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7161\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f57e6f8e-b240-47d5-96af-9f175912483e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7808\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7808\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5301\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7162\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cc3c8f07-dd00-4eb2-be70-c18d184fb40f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Compute/virtualMachineScaleSets/vmss431?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDMxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7808?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3ODA4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7000d4c5-48bd-477e-bf1b-deb0ef4a5aaa" + "c9697908-7c23-4845-8162-9aef133f93d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:30:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e0cc531-1598-4a2b-99ba-96d80071bd00" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "98cd436f-463a-4ea7-ad79-45ead740cfd1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "14c684c1-3153-4e54-94a0-ce18464fc07b" + "bd7a30b8-d89d-4c22-8a87-9d3407d24657" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093735Z:14c684c1-3153-4e54-94a0-ce18464fc07b" + "EASTUS2:20211117T073033Z:bd7a30b8-d89d-4c22-8a87-9d3407d24657" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:37:35 GMT" - ], "Content-Length": [ "3418" ], @@ -1867,40 +1867,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss431\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Compute/virtualMachineScaleSets/vmss431\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5708\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7161\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Network/virtualNetworks/vn5988/subnets/sn1311\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"f57e6f8e-b240-47d5-96af-9f175912483e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss7808\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7808\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5301\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7162\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Network/virtualNetworks/vn3984/subnets/sn3206\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"cc3c8f07-dd00-4eb2-be70-c18d184fb40f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar93501/providers/Microsoft.Compute/virtualMachineScaleSets/vmss431/virtualmachines/0/redeploy?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzNTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDMxL3ZpcnR1YWxtYWNoaW5lcy8wL3JlZGVwbG95P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8281/providers/Microsoft.Compute/virtualMachineScaleSets/vmss7808/virtualmachines/0/redeploy?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyODEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M3ODA4L3ZpcnR1YWxtYWNoaW5lcy8wL3JlZGVwbG95P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2240a57-2a16-48d5-909e-f3611868bb7e" + "0e76a625-f917-4eb0-a88e-6d31c4c1ff24" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:30:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d878b259-fcb7-466a-a12a-f82e9ce28721?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d878b259-fcb7-466a-a12a-f82e9ce28721?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1912,146 +1919,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "46d53c3d-b4d5-45a8-9a96-a96083682d1c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d878b259-fcb7-466a-a12a-f82e9ce28721" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "6d487d3f-e1ed-4cbf-96f8-ffd39c5892c7" + "80a1d656-ec7a-4dc1-b806-bbc9eb7f0550" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093735Z:6d487d3f-e1ed-4cbf-96f8-ffd39c5892c7" + "EASTUS2:20211117T073033Z:80a1d656-ec7a-4dc1-b806-bbc9eb7f0550" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:37:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ2ZDUzYzNkLWI0ZDUtNDVhOC05YTk2LWE5NjA4MzY4MmQxYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d878b259-fcb7-466a-a12a-f82e9ce28721?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q4NzhiMjU5LWZjYjctNDY2YS1hMTJhLWY4MmU5Y2UyODcyMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:31:03 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29970" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "3c075dae-3d06-48d5-835f-1673a240aabd" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "1a5d33f8-ebba-482c-8e90-ccc299cc90ef" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T093805Z:1a5d33f8-ebba-482c-8e90-ccc299cc90ef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 09:38:05 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:37:35.5664948+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46d53c3d-b4d5-45a8-9a96-a96083682d1c\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ2ZDUzYzNkLWI0ZDUtNDVhOC05YTk2LWE5NjA4MzY4MmQxYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee53ddc7-c16c-42dd-ac46-b674c39bd87e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0d5cd837-bedc-4b75-8b9e-9af9cab71a86" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "348af975-80da-448e-8127-2d2203544122" + "885d1256-74bd-4428-9f75-78664ad10159" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093835Z:348af975-80da-448e-8127-2d2203544122" + "EASTUS2:20211117T073103Z:885d1256-74bd-4428-9f75-78664ad10159" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:38:35 GMT" - ], "Content-Length": [ "134" ], @@ -2062,118 +2001,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:37:35.5664948+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46d53c3d-b4d5-45a8-9a96-a96083682d1c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:30:33.3327565+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d878b259-fcb7-466a-a12a-f82e9ce28721\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ2ZDUzYzNkLWI0ZDUtNDVhOC05YTk2LWE5NjA4MzY4MmQxYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d878b259-fcb7-466a-a12a-f82e9ce28721?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q4NzhiMjU5LWZjYjctNDY2YS1hMTJhLWY4MmU5Y2UyODcyMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:31:32 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29964" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0c6fa7c6-a898-48a2-8652-fb144bc4226f" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "d0e5985d-76fe-4ba7-a653-67c8684933b0" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T093905Z:d0e5985d-76fe-4ba7-a653-67c8684933b0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 09:39:05 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:37:35.5664948+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46d53c3d-b4d5-45a8-9a96-a96083682d1c\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ2ZDUzYzNkLWI0ZDUtNDVhOC05YTk2LWE5NjA4MzY4MmQxYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "392ab00e-9565-4194-bf55-62f0f9cd3a7f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2a64f29c-6d47-4007-9ce0-55f891b06e52" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-correlation-request-id": [ - "13d6ff0c-3213-4e72-a986-65e0cc2a42f4" + "44293997-286a-4d6b-ac76-29531fac510d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T093935Z:13d6ff0c-3213-4e72-a986-65e0cc2a42f4" + "EASTUS2:20211117T073133Z:44293997-286a-4d6b-ac76-29531fac510d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:39:35 GMT" - ], "Content-Length": [ "134" ], @@ -2184,57 +2062,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:37:35.5664948+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"46d53c3d-b4d5-45a8-9a96-a96083682d1c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:30:33.3327565+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d878b259-fcb7-466a-a12a-f82e9ce28721\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ2ZDUzYzNkLWI0ZDUtNDVhOC05YTk2LWE5NjA4MzY4MmQxYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d878b259-fcb7-466a-a12a-f82e9ce28721?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q4NzhiMjU5LWZjYjctNDY2YS1hMTJhLWY4MmU5Y2UyODcyMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:32:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "15b3c53f-febd-401f-9f09-55fc4937e7fd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb60cba2-85d1-4362-a18f-898aef1faee8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-correlation-request-id": [ - "a63f1dd2-f7dc-4976-82d8-ec83ce2aa860" + "d5d7cbdb-2bc5-4ef9-8c8b-f5f81b24a214" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094005Z:a63f1dd2-f7dc-4976-82d8-ec83ce2aa860" + "EASTUS2:20211117T073203Z:d5d7cbdb-2bc5-4ef9-8c8b-f5f81b24a214" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:40:04 GMT" - ], "Content-Length": [ "184" ], @@ -2245,83 +2123,83 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T09:37:35.5664948+00:00\",\r\n \"endTime\": \"2021-06-29T09:39:50.4421682+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"46d53c3d-b4d5-45a8-9a96-a96083682d1c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T07:30:33.3327565+00:00\",\r\n \"endTime\": \"2021-11-17T07:31:33.8053082+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d878b259-fcb7-466a-a12a-f82e9ce28721\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/46d53c3d-b4d5-45a8-9a96-a96083682d1c?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzQ2ZDUzYzNkLWI0ZDUtNDVhOC05YTk2LWE5NjA4MzY4MmQxYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/d878b259-fcb7-466a-a12a-f82e9ce28721?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q4NzhiMjU5LWZjYjctNDY2YS1hMTJhLWY4MmU5Y2UyODcyMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:32:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2cc5dd6c-1eff-47e4-a7e9-97332e45ee2c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "062f8b7a-10f6-422a-af7e-c505ed5593a2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-correlation-request-id": [ - "f84b8874-11fb-4ed0-8aff-a67eee911613" + "d4fe23bd-84d4-4902-b6ba-0283f6740740" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094005Z:f84b8874-11fb-4ed0-8aff-a67eee911613" + "EASTUS2:20211117T073203Z:d4fe23bd-84d4-4902-b6ba-0283f6740740" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:40:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar93501?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzNTAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8281?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyODE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67d3c02f-841c-4106-8062-789c057a639b" + "5dd0c19f-3f23-4fbc-8876-9ea14aa5e0dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2329,26 +2207,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:32:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "31acfb49-e8b4-4fee-85fa-899d321107e0" + "7309b7ca-4f9d-42f4-978a-1146407f7ab2" ], "x-ms-correlation-request-id": [ - "31acfb49-e8b4-4fee-85fa-899d321107e0" + "7309b7ca-4f9d-42f4-978a-1146407f7ab2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094006Z:31acfb49-e8b4-4fee-85fa-899d321107e0" + "EASTUS2:20211117T073203Z:7309b7ca-4f9d-42f4-978a-1146407f7ab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2356,86 +2237,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:40:05 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "fa98e135-0014-42cf-9699-dca25033b3c3" - ], - "x-ms-correlation-request-id": [ - "fa98e135-0014-42cf-9699-dca25033b3c3" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T094021Z:fa98e135-0014-42cf-9699-dca25033b3c3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 09:40:20 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2443,83 +2264,29 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "0c3a3c28-ec7e-439c-87ef-108fee43389f" - ], - "x-ms-correlation-request-id": [ - "0c3a3c28-ec7e-439c-87ef-108fee43389f" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T094036Z:0c3a3c28-ec7e-439c-87ef-108fee43389f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Tue, 29 Jun 2021 09:40:35 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Wed, 17 Nov 2021 07:32:18 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11959" ], "x-ms-request-id": [ - "dd99a551-f0dc-4e50-a5c1-8587c8bea49d" + "41090a42-fba1-4fa2-9bed-bc64faab1c6c" ], "x-ms-correlation-request-id": [ - "dd99a551-f0dc-4e50-a5c1-8587c8bea49d" + "41090a42-fba1-4fa2-9bed-bc64faab1c6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094051Z:dd99a551-f0dc-4e50-a5c1-8587c8bea49d" + "EASTUS2:20211117T073218Z:41090a42-fba1-4fa2-9bed-bc64faab1c6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2527,29 +2294,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:40:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2557,26 +2321,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:32:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11958" ], "x-ms-request-id": [ - "fa84fa38-525a-48e3-8cd8-9a6f4bc4ae38" + "ecbcb9c5-9154-4912-8441-c92a40e69d13" ], "x-ms-correlation-request-id": [ - "fa84fa38-525a-48e3-8cd8-9a6f4bc4ae38" + "ecbcb9c5-9154-4912-8441-c92a40e69d13" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094106Z:fa84fa38-525a-48e3-8cd8-9a6f4bc4ae38" + "EASTUS2:20211117T073233Z:ecbcb9c5-9154-4912-8441-c92a40e69d13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2584,29 +2351,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:41:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2614,26 +2378,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:32:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11957" ], "x-ms-request-id": [ - "ff6211fb-b924-4959-aa2d-e433ab389ac4" + "0b5627e9-6268-43be-9930-f3e683477934" ], "x-ms-correlation-request-id": [ - "ff6211fb-b924-4959-aa2d-e433ab389ac4" + "0b5627e9-6268-43be-9930-f3e683477934" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094121Z:ff6211fb-b924-4959-aa2d-e433ab389ac4" + "EASTUS2:20211117T073248Z:0b5627e9-6268-43be-9930-f3e683477934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2641,29 +2408,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:41:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2671,26 +2435,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:33:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11956" ], "x-ms-request-id": [ - "fa11bf18-a118-4743-829b-a6be98a85af4" + "5e4abb3a-6973-4835-a8e8-207d31b67476" ], "x-ms-correlation-request-id": [ - "fa11bf18-a118-4743-829b-a6be98a85af4" + "5e4abb3a-6973-4835-a8e8-207d31b67476" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094136Z:fa11bf18-a118-4743-829b-a6be98a85af4" + "EASTUS2:20211117T073303Z:5e4abb3a-6973-4835-a8e8-207d31b67476" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2698,29 +2465,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:41:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2728,26 +2492,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:33:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11955" ], "x-ms-request-id": [ - "c8e4b423-5858-4b6a-904c-491139f0bd32" + "796bec32-199f-471c-98a2-fec7c0315c43" ], "x-ms-correlation-request-id": [ - "c8e4b423-5858-4b6a-904c-491139f0bd32" + "796bec32-199f-471c-98a2-fec7c0315c43" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094151Z:c8e4b423-5858-4b6a-904c-491139f0bd32" + "EASTUS2:20211117T073318Z:796bec32-199f-471c-98a2-fec7c0315c43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2755,29 +2522,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:41:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2785,26 +2549,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:33:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11954" ], "x-ms-request-id": [ - "3ad0f125-6e7f-4a04-8a07-1f920ede73f1" + "e9580aa6-e323-4fe3-892b-1a85188826ac" ], "x-ms-correlation-request-id": [ - "3ad0f125-6e7f-4a04-8a07-1f920ede73f1" + "e9580aa6-e323-4fe3-892b-1a85188826ac" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094206Z:3ad0f125-6e7f-4a04-8a07-1f920ede73f1" + "EASTUS2:20211117T073333Z:e9580aa6-e323-4fe3-892b-1a85188826ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2812,29 +2579,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:42:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2842,26 +2606,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:33:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11953" ], "x-ms-request-id": [ - "0758849f-8648-4db5-8cf1-5bccfdf4f4ea" + "5b5bd929-7d31-4189-9f59-0dea4689218f" ], "x-ms-correlation-request-id": [ - "0758849f-8648-4db5-8cf1-5bccfdf4f4ea" + "5b5bd929-7d31-4189-9f59-0dea4689218f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094221Z:0758849f-8648-4db5-8cf1-5bccfdf4f4ea" + "EASTUS2:20211117T073348Z:5b5bd929-7d31-4189-9f59-0dea4689218f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2869,29 +2636,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:42:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2899,26 +2663,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:34:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11952" ], "x-ms-request-id": [ - "5da37631-b458-402a-b90b-28fde030b001" + "1e60a3b2-8642-4277-ada7-45679f23453a" ], "x-ms-correlation-request-id": [ - "5da37631-b458-402a-b90b-28fde030b001" + "1e60a3b2-8642-4277-ada7-45679f23453a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094236Z:5da37631-b458-402a-b90b-28fde030b001" + "EASTUS2:20211117T073403Z:1e60a3b2-8642-4277-ada7-45679f23453a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2926,29 +2693,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:42:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2956,26 +2720,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:34:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11951" ], "x-ms-request-id": [ - "80752372-9063-4ea2-b20c-779cff0c7386" + "b2dc1610-19e7-488d-84ca-9fd85c6aadfe" ], "x-ms-correlation-request-id": [ - "80752372-9063-4ea2-b20c-779cff0c7386" + "b2dc1610-19e7-488d-84ca-9fd85c6aadfe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094251Z:80752372-9063-4ea2-b20c-779cff0c7386" + "EASTUS2:20211117T073418Z:b2dc1610-19e7-488d-84ca-9fd85c6aadfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2983,29 +2750,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:42:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3013,26 +2777,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:34:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11950" ], "x-ms-request-id": [ - "18b7dd77-e978-492c-a459-f7d54e15b45d" + "794cd8c0-5079-48d6-9211-7044560b7bb8" ], "x-ms-correlation-request-id": [ - "18b7dd77-e978-492c-a459-f7d54e15b45d" + "794cd8c0-5079-48d6-9211-7044560b7bb8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094306Z:18b7dd77-e978-492c-a459-f7d54e15b45d" + "EASTUS2:20211117T073433Z:794cd8c0-5079-48d6-9211-7044560b7bb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3040,29 +2807,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:43:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3070,26 +2834,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:34:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11949" ], "x-ms-request-id": [ - "6d2b6c8a-2855-4148-a987-47c477683d01" + "9088e622-b002-406a-ac7c-15e808131658" ], "x-ms-correlation-request-id": [ - "6d2b6c8a-2855-4148-a987-47c477683d01" + "9088e622-b002-406a-ac7c-15e808131658" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094321Z:6d2b6c8a-2855-4148-a987-47c477683d01" + "EASTUS2:20211117T073448Z:9088e622-b002-406a-ac7c-15e808131658" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3097,29 +2864,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:43:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3127,26 +2891,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:35:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11948" ], "x-ms-request-id": [ - "a96d7bf1-bd1e-44f0-8f5f-7b2d6c211f90" + "422005cb-a92e-4aa2-90db-b6a40968fc6d" ], "x-ms-correlation-request-id": [ - "a96d7bf1-bd1e-44f0-8f5f-7b2d6c211f90" + "422005cb-a92e-4aa2-90db-b6a40968fc6d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094336Z:a96d7bf1-bd1e-44f0-8f5f-7b2d6c211f90" + "EASTUS2:20211117T073504Z:422005cb-a92e-4aa2-90db-b6a40968fc6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3154,29 +2921,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:43:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3184,20 +2948,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:35:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11947" ], "x-ms-request-id": [ - "2235899c-aa6f-4e0d-b94c-3a6de1955316" + "5423fc70-de5a-41d8-8015-637e1a740d65" ], "x-ms-correlation-request-id": [ - "2235899c-aa6f-4e0d-b94c-3a6de1955316" + "5423fc70-de5a-41d8-8015-637e1a740d65" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094351Z:2235899c-aa6f-4e0d-b94c-3a6de1955316" + "EASTUS2:20211117T073519Z:5423fc70-de5a-41d8-8015-637e1a740d65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3205,29 +2972,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:43:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzUwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk1TXpVd01TMUZRVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKbFlYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjgxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TWpneExVVkJVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW1WaGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3235,20 +2999,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 07:35:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11946" ], "x-ms-request-id": [ - "1303dd26-1657-43c3-b245-afe818538507" + "9e1db9f0-d8ad-4205-becd-32c063871891" ], "x-ms-correlation-request-id": [ - "1303dd26-1657-43c3-b245-afe818538507" + "9e1db9f0-d8ad-4205-becd-32c063871891" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T094351Z:1303dd26-1657-43c3-b245-afe818538507" + "EASTUS2:20211117T073519Z:9e1db9f0-d8ad-4205-becd-32c063871891" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3256,14 +3023,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 09:43:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3272,27 +3036,27 @@ ], "Names": { "InitializeCommon": [ - "crptestar9350", - "vmss431", - "crptestar1696" + "crptestar828", + "vmss7808", + "crptestar7860" ], "CreatePublicIP": [ - "pip3246", - "dn8929" + "pip5485", + "dn109" ], "CreateVNET": [ - "vn5988", - "sn1311" + "vn3984", + "sn3206" ], "CreateNIC": [ - "nic2584", - "ip4376" + "nic9890", + "ip490" ], "CreateDefaultVMScaleSetInput": [ - "crptestar5760", - "vmss1073", - "vmsstestnetconfig5708", - "vmsstestnetconfig7161" + "crptestar892", + "vmss9962", + "vmsstestnetconfig5301", + "vmsstestnetconfig7162" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_RunCommand.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_RunCommand.json index 7b48a4ed7af13..6dbdbb02a2234 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_RunCommand.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_RunCommand.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa8524b0-4270-4ddb-a12d-4f5f4e9acfd5" + "8b9f62c0-852d-4348-9d7e-08d543f7ba22" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:40:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "2585916d-3de9-4790-afc5-ea5afc3dc83a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1e6b2a5a-bb98-4798-a17a-5934b78e5a2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6e48250a-8c4f-4505-8147-e326c9e6dd76" + "fb0fbe21-447a-4fec-9356-6436e8c895c5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104941Z:6e48250a-8c4f-4505-8147-e326c9e6dd76" + "EASTUS2:20211117T084044Z:fb0fbe21-447a-4fec-9356-6436e8c895c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:49:41 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62911?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyOTExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar36661?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2NjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar62911\": \"2021-06-29 10:49:41Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar36661\": \"2021-11-17 08:40:44Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76307822-0b52-45dc-9e65-49086155102f" + "e16d1c7f-9012-4d31-a806-a694d0d4faec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:40:47 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "bb1e5f35-786d-4bfb-af89-401db68eeffc" + "f2ceec73-0cb7-44ff-a39b-4ef0d3fff4c6" ], "x-ms-correlation-request-id": [ - "bb1e5f35-786d-4bfb-af89-401db68eeffc" + "f2ceec73-0cb7-44ff-a39b-4ef0d3fff4c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104944Z:bb1e5f35-786d-4bfb-af89-401db68eeffc" + "EASTUS2:20211117T084047Z:f2ceec73-0cb7-44ff-a39b-4ef0d3fff4c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:49:44 GMT" - ], "Content-Length": [ "237" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911\",\r\n \"name\": \"crptestar62911\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar62911\": \"2021-06-29 10:49:41Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661\",\r\n \"name\": \"crptestar36661\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar36661\": \"2021-11-17 08:40:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62911?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyOTExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar36661?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2NjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "477bcea7-d273-4f22-96bd-e100a312bede" + "1bbd0f7c-61e5-4cfa-b83e-175bb1cc2172" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:30 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "43987678-2c64-4a84-8699-1c489ae896ab" + "c9aab17e-49ae-4eb6-8f97-c71a1c76ff5c" ], "x-ms-correlation-request-id": [ - "43987678-2c64-4a84-8699-1c489ae896ab" + "c9aab17e-49ae-4eb6-8f97-c71a1c76ff5c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105028Z:43987678-2c64-4a84-8699-1c489ae896ab" + "EASTUS2:20211117T084131Z:c9aab17e-49ae-4eb6-8f97-c71a1c76ff5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:27 GMT" - ], "Content-Length": [ "188" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911\",\r\n \"name\": \"crptestar62911\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661\",\r\n \"name\": \"crptestar36661\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Storage/storageAccounts/crptestar3008?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzAwOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Storage/storageAccounts/crptestar4051?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDA1MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4584d032-b629-4f58-9849-3b32f71e90ec" + "5808a513-e906-4212-be40-5a206f34d0a7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:40:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/724b78b3-4bb3-4296-8061-6925fde5bb3f?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02174a59-a5d8-432d-b948-4db1f709e77c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "724b78b3-4bb3-4296-8061-6925fde5bb3f" + "02174a59-a5d8-432d-b948-4db1f709e77c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "86dea6e3-d82c-436e-9537-ad9911995ae6" + "6dc7d9d3-9d15-4e8f-bb2d-f26eed3c051d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104955Z:86dea6e3-d82c-436e-9537-ad9911995ae6" + "EASTUS2:20211117T084059Z:6dc7d9d3-9d15-4e8f-bb2d-f26eed3c051d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:49:55 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/724b78b3-4bb3-4296-8061-6925fde5bb3f?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNzI0Yjc4YjMtNGJiMy00Mjk2LTgwNjEtNjkyNWZkZTViYjNmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02174a59-a5d8-432d-b948-4db1f709e77c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDIxNzRhNTktYTVkOC00MzJkLWI5NDgtNGRiMWY3MDllNzdjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,62 +294,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/724b78b3-4bb3-4296-8061-6925fde5bb3f?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02174a59-a5d8-432d-b948-4db1f709e77c?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "21232b09-3c1a-4311-9603-28e28c3cc583" + "180f685a-c9da-40a8-af8b-0d31f1b50ac6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "147f6993-cab8-4689-959c-d9eb8335b0a1" + "a3ac4700-e6de-49bb-aefd-fc6875d6bab1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105013Z:147f6993-cab8-4689-959c-d9eb8335b0a1" + "EASTUS2:20211117T084116Z:a3ac4700-e6de-49bb-aefd-fc6875d6bab1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:12 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/724b78b3-4bb3-4296-8061-6925fde5bb3f?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNzI0Yjc4YjMtNGJiMy00Mjk2LTgwNjEtNjkyNWZkZTViYjNmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/02174a59-a5d8-432d-b948-4db1f709e77c?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMDIxNzRhNTktYTVkOC00MzJkLWI5NDgtNGRiMWY3MDllNzdjP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d651d110-6604-4033-85d0-e93f8e62e54a" + "62f7c64f-cd6c-40a9-9875-1ce9c1c7ba4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "455f4a98-3156-4b4b-abcb-15c740e2aaac" + "1c2060f3-e093-4753-a659-34e1d7c6fcc8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105016Z:455f4a98-3156-4b4b-abcb-15c740e2aaac" + "EASTUS2:20211117T084119Z:1c2060f3-e093-4753-a659-34e1d7c6fcc8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:15 GMT" - ], "Content-Length": [ "95" ], @@ -398,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "305c69c9-e91e-436e-be13-35578ada4bff" + "467e5252-9f86-4ad5-a733-98812fe8b8dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bfcc0fa4-7f88-4e82-9fac-da437341b595" + "022d871c-22a8-44f9-8bfc-e6b76f531eac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "d88f4fed-363b-4373-b213-38915ccfc80a" + "e380a14e-27e4-4f6c-9b43-4927f8560c78" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105026Z:d88f4fed-363b-4373-b213-38915ccfc80a" + "EASTUS2:20211117T084130Z:e380a14e-27e4-4f6c-9b43-4927f8560c78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:26 GMT" - ], "Content-Length": [ "753" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Storage/storageAccounts/crptestar3008\",\r\n \"name\": \"crptestar3008\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T10:49:52.358089Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3008.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3008.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3008.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3008.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Storage/storageAccounts/crptestar4051\",\r\n \"name\": \"crptestar4051\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T08:40:55.7533559Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4051.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4051.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4051.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4051.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Storage/storageAccounts/crptestar3008?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMzAwOD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Storage/storageAccounts/crptestar4051?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNDA1MT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec23649e-3b89-4609-9e43-63b6e4fa3ae7" + "5f3e316c-6e86-4278-a01c-0a29736a8dcb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +483,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b4ab11af-e92a-47af-9c73-1e3e1ec708a1" + "f01f6d39-87f2-46ab-ae04-f65e341550e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "a76b4eea-40dd-404f-a72d-6cf6456f2e4b" + "aee80c6d-b77e-49c7-b231-c5397fef3cb0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105026Z:a76b4eea-40dd-404f-a72d-6cf6456f2e4b" + "EASTUS2:20211117T084130Z:aee80c6d-b77e-49c7-b231-c5397fef3cb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:26 GMT" - ], "Content-Length": [ "741" ], @@ -520,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Storage/storageAccounts/crptestar3008\",\r\n \"name\": \"crptestar3008\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T10:49:52.358089Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar3008.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar3008.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar3008.table.core.windows.net/\",\r\n \"file\": \"https://crptestar3008.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Storage/storageAccounts/crptestar4051\",\r\n \"name\": \"crptestar4051\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T08:40:55.7533559Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar4051.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar4051.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar4051.table.core.windows.net/\",\r\n \"file\": \"https://crptestar4051.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/publicIPAddresses/pip419?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/publicIPAddresses/pip7833?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3ODMzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3392\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9714\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "164a1759-afe3-4571-a873-d56de90dba96" + "d2be23e1-a7ee-4fd1-95ea-d8cf7c280141" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -552,48 +552,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:39 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c080731e-1c30-4f42-9bcb-0e99b377f446" + "48c07f1e-50f9-4ddc-a34b-6d31d10c5317" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c080731e-1c30-4f42-9bcb-0e99b377f446?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/48c07f1e-50f9-4ddc-a34b-6d31d10c5317?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4d531209-b376-4ca7-ab4d-fd415853dffa" + "505aad4a-765d-4739-b1b0-a096c038ca6a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "458fc82d-8c64-4f0b-9f72-dc7cd3521b45" + "bc570dd2-9858-41ca-9c17-fcf71f47b750" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105038Z:4d531209-b376-4ca7-ab4d-fd415853dffa" + "EASTUS2:20211117T084139Z:505aad4a-765d-4739-b1b0-a096c038ca6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:37 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -602,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/publicIPAddresses/pip419\",\r\n \"etag\": \"W/\\\"63bca69a-5e0e-40a9-8066-f040613bb893\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f0e4d689-d217-4458-86b4-84012e817cfe\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3392\",\r\n \"fqdn\": \"dn3392.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7833\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/publicIPAddresses/pip7833\",\r\n \"etag\": \"W/\\\"85b6d979-aebd-47bc-b96a-1d7ac9c5a383\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ab6ce7ae-051b-440b-9b8f-93e6a9026a7a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9714\",\r\n \"fqdn\": \"dn9714.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c080731e-1c30-4f42-9bcb-0e99b377f446?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MwODA3MzFlLTFjMzAtNGY0Mi05YmNiLTBlOTliMzc3ZjQ0Nj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/48c07f1e-50f9-4ddc-a34b-6d31d10c5317?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4YzA3ZjFlLTUwZjktNGRkYy1hMzRiLTZkMzFkMTBjNTMxNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +622,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:40 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "72cf1dff-071b-4572-b716-e5b5792332fb" + "94f6cbf9-e019-470a-9eef-a82ef2029b04" ], "x-ms-correlation-request-id": [ - "ee5a0343-7b02-44e5-a52e-6814b156f6c2" + "afdcfcad-5599-4045-9481-7f91dfdca8c3" ], "x-ms-arm-service-request-id": [ - "d72b354f-dbc3-402f-b0cd-bd1f2030885c" + "df8c552c-59dd-4d5f-8339-73d8779264f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105040Z:ee5a0343-7b02-44e5-a52e-6814b156f6c2" + "EASTUS2:20211117T084141Z:afdcfcad-5599-4045-9481-7f91dfdca8c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:39 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +667,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/publicIPAddresses/pip419?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/publicIPAddresses/pip7833?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3ODMzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,42 +683,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b32d4ba4-4a0b-4c0c-bc7e-bb4de9d1cde9\"" + "W/\"59c0a458-bc0f-4126-923e-d704ebeb35d1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "68823ab3-6f20-45b9-8b11-7781240928e8" + "f26c9119-939d-4ea1-b588-54f6b0906a42" ], "x-ms-correlation-request-id": [ - "7bf07f40-7037-4bf2-b82f-58f85c3165a3" + "6cadbfa8-d3cc-43c3-b2d4-0ed9d99dee12" ], "x-ms-arm-service-request-id": [ - "62769b7d-d2d8-4379-82c7-07f5915a52f6" + "437163b1-8871-4d7f-8c99-2ee3df3dfff0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105040Z:7bf07f40-7037-4bf2-b82f-58f85c3165a3" + "EASTUS2:20211117T084141Z:6cadbfa8-d3cc-43c3-b2d4-0ed9d99dee12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:39 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,25 +727,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/publicIPAddresses/pip419\",\r\n \"etag\": \"W/\\\"b32d4ba4-4a0b-4c0c-bc7e-bb4de9d1cde9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0e4d689-d217-4458-86b4-84012e817cfe\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3392\",\r\n \"fqdn\": \"dn3392.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7833\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/publicIPAddresses/pip7833\",\r\n \"etag\": \"W/\\\"59c0a458-bc0f-4126-923e-d704ebeb35d1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ab6ce7ae-051b-440b-9b8f-93e6a9026a7a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9714\",\r\n \"fqdn\": \"dn9714.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/publicIPAddresses/pip419?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA0MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/publicIPAddresses/pip7833?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA3ODMzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2db3b445-5ff9-4603-86ba-0c5dbc2db19b" + "59cbb1ce-6172-43ef-946d-65c2af7fa1ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,42 +753,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"b32d4ba4-4a0b-4c0c-bc7e-bb4de9d1cde9\"" + "W/\"59c0a458-bc0f-4126-923e-d704ebeb35d1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "55fc3884-d689-4643-a2ff-a262d1831c9e" + "3e60d650-63e5-4c06-b3dc-ceee6626ad7e" ], "x-ms-correlation-request-id": [ - "c006bc2e-5918-4734-9b0d-b4254a74aa52" + "61c21aed-0c9c-4e79-bffa-8ae1c936175c" ], "x-ms-arm-service-request-id": [ - "00d1c4ab-fb0d-404d-b019-a178c1cfc221" + "db5a8fc6-68be-47b9-9c67-bf9e0c7cbd23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105040Z:c006bc2e-5918-4734-9b0d-b4254a74aa52" + "EASTUS2:20211117T084141Z:61c21aed-0c9c-4e79-bffa-8ae1c936175c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:39 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -797,25 +797,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/publicIPAddresses/pip419\",\r\n \"etag\": \"W/\\\"b32d4ba4-4a0b-4c0c-bc7e-bb4de9d1cde9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0e4d689-d217-4458-86b4-84012e817cfe\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3392\",\r\n \"fqdn\": \"dn3392.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7833\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/publicIPAddresses/pip7833\",\r\n \"etag\": \"W/\\\"59c0a458-bc0f-4126-923e-d704ebeb35d1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ab6ce7ae-051b-440b-9b8f-93e6a9026a7a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9714\",\r\n \"fqdn\": \"dn9714.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NDczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6792\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3501\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aa79ee28-030e-4764-ad71-1df078ae83ff" + "ac06d6b9-be6a-4b85-b567-05e44199ba61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -829,46 +829,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:45 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6cf042f1-cba6-4664-9361-4b1704ce3883" + "8457a5e7-2c12-4e5e-ae3b-6043ba5e01b5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6cf042f1-cba6-4664-9361-4b1704ce3883?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8457a5e7-2c12-4e5e-ae3b-6043ba5e01b5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b5216c40-1b62-416f-b293-a0a8d405245e" + "edfda0c2-5554-42dd-99fe-c79848bd70e9" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "46d0768f-4bdb-4efa-9479-3327ccb4265d" + "a49395b6-0fa7-4ba5-a5d2-4526956ddaf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105044Z:b5216c40-1b62-416f-b293-a0a8d405245e" + "EASTUS2:20211117T084145Z:edfda0c2-5554-42dd-99fe-c79848bd70e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:44 GMT" - ], "Content-Length": [ "1323" ], @@ -879,19 +879,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3386\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386\",\r\n \"etag\": \"W/\\\"386a40cd-e87b-44e8-86a3-d7a44cddd24d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"01cb2737-de0b-4b62-bc04-6d4f49878387\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6792\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\",\r\n \"etag\": \"W/\\\"386a40cd-e87b-44e8-86a3-d7a44cddd24d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473\",\r\n \"etag\": \"W/\\\"19434de6-1106-4c63-bbf8-8eb947b0682a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2ae05768-4c17-4bc9-9e41-2bd6c5483c96\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\",\r\n \"etag\": \"W/\\\"19434de6-1106-4c63-bbf8-8eb947b0682a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6cf042f1-cba6-4664-9361-4b1704ce3883?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZjZjA0MmYxLWNiYTYtNDY2NC05MzYxLTRiMTcwNGNlMzg4Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/8457a5e7-2c12-4e5e-ae3b-6043ba5e01b5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg0NTdhNWU3LTJjMTItNGU1ZS1hZTNiLTYwNDNiYTVlMDFiNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -899,37 +899,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:48 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "31836b5c-899f-4e40-9b2a-00ee1549ad26" + "3986ab11-29d7-431d-96de-95ecc3365773" ], "x-ms-correlation-request-id": [ - "4a7f18c8-1e96-468b-8c7a-7861e549ec6e" + "ea8a07d7-4f73-4ce9-b9f5-bc2ba70bba97" ], "x-ms-arm-service-request-id": [ - "412a8c5b-b023-427d-ba16-6b83aad0b684" + "26e58dc8-b694-466e-b2d9-f5becb8ce599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105048Z:4a7f18c8-1e96-468b-8c7a-7861e549ec6e" + "EASTUS2:20211117T084149Z:ea8a07d7-4f73-4ce9-b9f5-bc2ba70bba97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:47 GMT" - ], "Content-Length": [ "29" ], @@ -944,15 +944,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzg2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NDczP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,40 +960,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"465fa736-86cb-4900-8d59-629bd3439928\"" + "W/\"fca51145-69a7-4eb0-b8b3-d3d5c519f4fe\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b3be518d-28d9-468d-8513-86b525112815" + "dcd204ff-530c-426f-93fb-68c7038d556a" ], "x-ms-correlation-request-id": [ - "dad49846-1fc2-4311-a7dc-9ef0dcc812a2" + "4bcaf699-adc2-4bf9-ab3c-0eb39b853c9c" ], "x-ms-arm-service-request-id": [ - "11ea379b-d720-4a9b-a1c2-226006b53af7" + "ebc553eb-ce37-4ebd-99fb-a7e66a4aea69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105048Z:dad49846-1fc2-4311-a7dc-9ef0dcc812a2" + "EASTUS2:20211117T084149Z:4bcaf699-adc2-4bf9-ab3c-0eb39b853c9c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:47 GMT" - ], "Content-Length": [ "1325" ], @@ -1004,25 +1004,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3386\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386\",\r\n \"etag\": \"W/\\\"465fa736-86cb-4900-8d59-629bd3439928\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"01cb2737-de0b-4b62-bc04-6d4f49878387\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6792\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\",\r\n \"etag\": \"W/\\\"465fa736-86cb-4900-8d59-629bd3439928\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8473\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473\",\r\n \"etag\": \"W/\\\"fca51145-69a7-4eb0-b8b3-d3d5c519f4fe\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2ae05768-4c17-4bc9-9e41-2bd6c5483c96\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\",\r\n \"etag\": \"W/\\\"fca51145-69a7-4eb0-b8b3-d3d5c519f4fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm4zMzg2L3N1Ym5ldHMvc242NzkyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44NDczL3N1Ym5ldHMvc24zNTAxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6a15aa6-79d6-4d27-ad62-4a8d67ef6c01" + "13b739c3-e72e-4e84-8d39-a43e582e927c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1030,40 +1030,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"465fa736-86cb-4900-8d59-629bd3439928\"" + "W/\"fca51145-69a7-4eb0-b8b3-d3d5c519f4fe\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "434a1926-912e-446a-960a-34ca3a48935b" + "9899a935-558e-4b9c-b6b1-ecd886eac362" ], "x-ms-correlation-request-id": [ - "0fde6d8e-1949-4ad0-a3ab-39e688ebb6dd" + "7d71284b-c5be-4d40-bfa2-bcd0f820e7f5" ], "x-ms-arm-service-request-id": [ - "741f0393-460f-4cca-afec-14601231bac0" + "0c12b4a6-3d05-4aab-89fd-46b6166d11c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105048Z:0fde6d8e-1949-4ad0-a3ab-39e688ebb6dd" + "EASTUS2:20211117T084149Z:7d71284b-c5be-4d40-bfa2-bcd0f820e7f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:47 GMT" - ], "Content-Length": [ "524" ], @@ -1074,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6792\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\",\r\n \"etag\": \"W/\\\"465fa736-86cb-4900-8d59-629bd3439928\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\",\r\n \"etag\": \"W/\\\"fca51145-69a7-4eb0-b8b3-d3d5c519f4fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MzcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MTYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6792\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\r\n }\r\n },\r\n \"name\": \"ip8027\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3501\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\r\n }\r\n },\r\n \"name\": \"ip8366\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "485a7e3d-c7ee-4ea3-8c03-34796daa59f2" + "41c1be51-7676-4d77-9aaa-ef67d1e5afdd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1106,43 +1106,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "bbc57c1c-9a2c-43ab-905a-57949ab93ce2" + "ec5d942d-c0f5-4a9d-ac68-5e9487cae0cd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bbc57c1c-9a2c-43ab-905a-57949ab93ce2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ec5d942d-c0f5-4a9d-ac68-5e9487cae0cd?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "64a86ad0-289a-4b5e-a10a-20959f1ff480" + "757f42ca-964f-41ce-959c-b733556bdc40" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b8f970da-cbbf-47ed-806e-929738aa3b99" + "1c2687ce-fce6-493f-a805-15884d9fe440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105052Z:64a86ad0-289a-4b5e-a10a-20959f1ff480" + "EASTUS2:20211117T084152Z:757f42ca-964f-41ce-959c-b733556bdc40" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:52 GMT" - ], "Content-Length": [ "1634" ], @@ -1153,19 +1153,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370\",\r\n \"etag\": \"W/\\\"508c5142-130a-4489-9057-674a1dd49e75\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"db4998a4-5dcf-4edc-b469-38b7ea8e96eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370/ipConfigurations/ip8027\",\r\n \"etag\": \"W/\\\"508c5142-130a-4489-9057-674a1dd49e75\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\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\": \"g2t2wail1zrexpaenvhutb2dqh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163\",\r\n \"etag\": \"W/\\\"44ab3854-e74a-4aec-88d5-a0713bf22587\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95871d49-cd6d-4839-b2f7-1cb9f21f250c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8366\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163/ipConfigurations/ip8366\",\r\n \"etag\": \"W/\\\"44ab3854-e74a-4aec-88d5-a0713bf22587\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\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\": \"nbl4akqxjteuxhsbfplmksb2sg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MzcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MTYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,40 +1173,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"508c5142-130a-4489-9057-674a1dd49e75\"" + "W/\"44ab3854-e74a-4aec-88d5-a0713bf22587\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e1c667d9-3c19-4218-8413-ca33f4c305e2" + "a81017e6-a55d-4425-a8ed-67a6c505dc12" ], "x-ms-correlation-request-id": [ - "4a0ddbcb-8835-4c38-bbba-cd874163c292" + "1406e0ca-1689-404e-b32c-9bc6b3316975" ], "x-ms-arm-service-request-id": [ - "926b99f2-d4b6-4422-91d5-ab126d1ca172" + "e109f0e6-58c3-4d87-aaf2-5252e464644c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105053Z:4a0ddbcb-8835-4c38-bbba-cd874163c292" + "EASTUS2:20211117T084153Z:1406e0ca-1689-404e-b32c-9bc6b3316975" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:52 GMT" - ], "Content-Length": [ "1634" ], @@ -1217,25 +1217,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370\",\r\n \"etag\": \"W/\\\"508c5142-130a-4489-9057-674a1dd49e75\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"db4998a4-5dcf-4edc-b469-38b7ea8e96eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370/ipConfigurations/ip8027\",\r\n \"etag\": \"W/\\\"508c5142-130a-4489-9057-674a1dd49e75\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\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\": \"g2t2wail1zrexpaenvhutb2dqh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163\",\r\n \"etag\": \"W/\\\"44ab3854-e74a-4aec-88d5-a0713bf22587\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95871d49-cd6d-4839-b2f7-1cb9f21f250c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8366\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163/ipConfigurations/ip8366\",\r\n \"etag\": \"W/\\\"44ab3854-e74a-4aec-88d5-a0713bf22587\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\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\": \"nbl4akqxjteuxhsbfplmksb2sg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM2MzcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM0MTYzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60198dde-7017-473e-b728-0aa2b2f007c6" + "d8f479de-d0c7-447f-90fe-7fc096368a02" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1243,40 +1243,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:41:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"508c5142-130a-4489-9057-674a1dd49e75\"" + "W/\"44ab3854-e74a-4aec-88d5-a0713bf22587\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "626f17ab-efbb-4042-a1a9-48c452406949" + "93f619bd-2ef1-4449-982c-60394d5d5755" ], "x-ms-correlation-request-id": [ - "3df70a13-2e2a-4c44-94ff-5807b4fafef2" + "88f81c23-a201-48ce-bd22-e0b5ee8dd864" ], "x-ms-arm-service-request-id": [ - "27fae3a2-58ba-44e1-a596-7ff324de9bdf" + "f942549e-c873-4dfd-931c-692e8a3a90fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105053Z:3df70a13-2e2a-4c44-94ff-5807b4fafef2" + "EASTUS2:20211117T084153Z:88f81c23-a201-48ce-bd22-e0b5ee8dd864" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:50:52 GMT" - ], "Content-Length": [ "1634" ], @@ -1287,26 +1287,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6370\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370\",\r\n \"etag\": \"W/\\\"508c5142-130a-4489-9057-674a1dd49e75\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"db4998a4-5dcf-4edc-b469-38b7ea8e96eb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/networkInterfaces/nic6370/ipConfigurations/ip8027\",\r\n \"etag\": \"W/\\\"508c5142-130a-4489-9057-674a1dd49e75\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\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\": \"g2t2wail1zrexpaenvhutb2dqh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163\",\r\n \"etag\": \"W/\\\"44ab3854-e74a-4aec-88d5-a0713bf22587\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95871d49-cd6d-4839-b2f7-1cb9f21f250c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8366\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/networkInterfaces/nic4163/ipConfigurations/ip8366\",\r\n \"etag\": \"W/\\\"44ab3854-e74a-4aec-88d5-a0713bf22587\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\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\": \"nbl4akqxjteuxhsbfplmksb2sg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDQ5Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTE2Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9734\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3659\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2530\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1745\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6242c86b-3a39-450f-9627-77ea47e5901b" + "fc810d5b-94d5-4873-9566-1c9177da14f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1319,20 +1319,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:42:02 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7aaad2e0-53d4-406c-ae25-679a7b35a7b2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1341,27 +1348,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "99675f25-3dd4-491e-b6ee-b2053383ca81" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7aaad2e0-53d4-406c-ae25-679a7b35a7b2" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "d2558481-540f-451b-a80d-63c9912c5c7e" + "5953759f-1eb1-4c7b-92a5-2b58d28dcd06" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105104Z:d2558481-540f-451b-a80d-63c9912c5c7e" + "EASTUS2:20211117T084202Z:5953759f-1eb1-4c7b-92a5-2b58d28dcd06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:51:03 GMT" - ], "Content-Length": [ "3425" ], @@ -1372,60 +1372,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4497\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9734\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3659\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"63067b44-e4fd-4830-addc-75467e81dc32\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2530\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1745\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"edc4adec-9c7c-40cf-aa58-f3845c4673bb\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Njc1ZjI1LTNkZDQtNDkxZS1iNmVlLWIyMDUzMzgzY2E4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7aaad2e0-53d4-406c-ae25-679a7b35a7b2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdhYWFkMmUwLTUzZDQtNDA2Yy1hZTI1LTY3OWE3YjM1YTdiMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:42:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "090f8b52-fd68-4d77-872f-04894d45f8d6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "74c759c2-5996-4fdf-86bd-ddb53f5ff1a5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "503b676f-f86d-47f2-a91e-0e56d807c66c" + "5ba3ad14-2a32-4c06-b697-58eb230f9553" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105114Z:503b676f-f86d-47f2-a91e-0e56d807c66c" + "EASTUS2:20211117T084212Z:5ba3ad14-2a32-4c06-b697-58eb230f9553" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:51:14 GMT" - ], "Content-Length": [ "134" ], @@ -1436,57 +1436,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:51:01.3530073+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99675f25-3dd4-491e-b6ee-b2053383ca81\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:42:00.0443865+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7aaad2e0-53d4-406c-ae25-679a7b35a7b2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Njc1ZjI1LTNkZDQtNDkxZS1iNmVlLWIyMDUzMzgzY2E4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7aaad2e0-53d4-406c-ae25-679a7b35a7b2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdhYWFkMmUwLTUzZDQtNDA2Yy1hZTI1LTY3OWE3YjM1YTdiMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:43:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61589a02-d427-4132-9e71-e72b57c871ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2670ef61-460c-49d1-bd42-964fb2846ead" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "62c74aab-bb7e-4d6a-8167-2357fad47c26" + "b69210b7-6eaa-4893-88bc-4b212be1192f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105251Z:62c74aab-bb7e-4d6a-8167-2357fad47c26" + "EASTUS2:20211117T084350Z:b69210b7-6eaa-4893-88bc-4b212be1192f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:52:50 GMT" - ], "Content-Length": [ "134" ], @@ -1497,57 +1497,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:51:01.3530073+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99675f25-3dd4-491e-b6ee-b2053383ca81\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:42:00.0443865+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7aaad2e0-53d4-406c-ae25-679a7b35a7b2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Njc1ZjI1LTNkZDQtNDkxZS1iNmVlLWIyMDUzMzgzY2E4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7aaad2e0-53d4-406c-ae25-679a7b35a7b2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdhYWFkMmUwLTUzZDQtNDA2Yy1hZTI1LTY3OWE3YjM1YTdiMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:45:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce4213ed-2e95-4d7c-8d3a-11b4b06364c0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "61eaf903-c43a-473e-8224-b8bca61ba751" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "cfa4d9b8-51d6-418d-9cc3-b16c84ed5ffe" + "93fc4b1f-0cbd-4b4d-af4f-45cab3956af9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105428Z:cfa4d9b8-51d6-418d-9cc3-b16c84ed5ffe" + "EASTUS2:20211117T084527Z:93fc4b1f-0cbd-4b4d-af4f-45cab3956af9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:54:28 GMT" - ], "Content-Length": [ "134" ], @@ -1558,118 +1558,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:51:01.3530073+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99675f25-3dd4-491e-b6ee-b2053383ca81\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:42:00.0443865+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7aaad2e0-53d4-406c-ae25-679a7b35a7b2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Njc1ZjI1LTNkZDQtNDkxZS1iNmVlLWIyMDUzMzgzY2E4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7aaad2e0-53d4-406c-ae25-679a7b35a7b2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdhYWFkMmUwLTUzZDQtNDA2Yy1hZTI1LTY3OWE3YjM1YTdiMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:47:04 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29974" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e0116be6-005d-4795-b273-7f5a90ee63d4" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "a9d1ca2f-35f7-44fc-a843-6d426033fa88" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T105606Z:a9d1ca2f-35f7-44fc-a843-6d426033fa88" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 10:56:05 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:51:01.3530073+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99675f25-3dd4-491e-b6ee-b2053383ca81\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Njc1ZjI1LTNkZDQtNDkxZS1iNmVlLWIyMDUzMzgzY2E4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a58f4b81-e62d-42e4-8b2d-47220957c700" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4b936515-7986-4452-bd5a-57a5a5fafc8e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11974" ], "x-ms-correlation-request-id": [ - "9ebb54f6-fb49-47cd-a6ec-80f3604f9429" + "38813828-9c20-43a1-ab55-2800cb19316f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105743Z:9ebb54f6-fb49-47cd-a6ec-80f3604f9429" + "EASTUS2:20211117T084704Z:38813828-9c20-43a1-ab55-2800cb19316f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:57:42 GMT" - ], "Content-Length": [ "134" ], @@ -1680,57 +1619,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:51:01.3530073+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99675f25-3dd4-491e-b6ee-b2053383ca81\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:42:00.0443865+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7aaad2e0-53d4-406c-ae25-679a7b35a7b2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Njc1ZjI1LTNkZDQtNDkxZS1iNmVlLWIyMDUzMzgzY2E4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7aaad2e0-53d4-406c-ae25-679a7b35a7b2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdhYWFkMmUwLTUzZDQtNDA2Yy1hZTI1LTY3OWE3YjM1YTdiMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:48:41 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cac7e97f-e02e-4443-bf43-422612105238" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a67dedd3-ecf1-481d-8a64-6b9a95624f58" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "11bba129-b8f6-4373-b7a3-3ea0f02b21bb" + "2ee2541b-6ae8-4c2a-bfa8-07605abf6c5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T105920Z:11bba129-b8f6-4373-b7a3-3ea0f02b21bb" + "EASTUS2:20211117T084842Z:2ee2541b-6ae8-4c2a-bfa8-07605abf6c5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:59:19 GMT" - ], "Content-Length": [ "134" ], @@ -1741,57 +1680,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:51:01.3530073+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99675f25-3dd4-491e-b6ee-b2053383ca81\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:42:00.0443865+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7aaad2e0-53d4-406c-ae25-679a7b35a7b2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/99675f25-3dd4-491e-b6ee-b2053383ca81?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5Njc1ZjI1LTNkZDQtNDkxZS1iNmVlLWIyMDUzMzgzY2E4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/7aaad2e0-53d4-406c-ae25-679a7b35a7b2?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdhYWFkMmUwLTUzZDQtNDA2Yy1hZTI1LTY3OWE3YjM1YTdiMj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:50:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f38b4d48-53e2-45c8-a08c-420f7e69f201" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9f32e823-94fa-4cce-ad7f-1fb7d33846e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "127ea1d6-899a-4c5a-8994-9f4774229fd7" + "51782167-ba63-43fe-b6d0-4fe9568bffa8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110057Z:127ea1d6-899a-4c5a-8994-9f4774229fd7" + "EASTUS2:20211117T085019Z:51782167-ba63-43fe-b6d0-4fe9568bffa8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:00:57 GMT" - ], "Content-Length": [ "184" ], @@ -1802,57 +1741,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:51:01.3530073+00:00\",\r\n \"endTime\": \"2021-06-29T11:00:05.9191097+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"99675f25-3dd4-491e-b6ee-b2053383ca81\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:42:00.0443865+00:00\",\r\n \"endTime\": \"2021-11-17T08:50:04.5751468+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7aaad2e0-53d4-406c-ae25-679a7b35a7b2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDQ5Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTE2Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:50:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2572" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b036587c-731e-4bc1-a446-55e77cdd3191" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "753a1d12-dcf6-4d0e-aac7-68ca0c8168a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "6d930cb2-ffa3-4517-b604-0b0f54ef0393" + "f087233d-ba91-4333-81a4-9cc534575004" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110058Z:6d930cb2-ffa3-4517-b604-0b0f54ef0393" + "EASTUS2:20211117T085019Z:f087233d-ba91-4333-81a4-9cc534575004" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:00:57 GMT" - ], "Content-Length": [ "3426" ], @@ -1863,63 +1802,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4497\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9734\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3659\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"63067b44-e4fd-4830-addc-75467e81dc32\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2530\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1745\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"edc4adec-9c7c-40cf-aa58-f3845c4673bb\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDQ5Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTE2Nz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0752100b-e2d6-4bfd-bbe1-f22d3f3aed54" + "7404ba4e-aabb-4bb8-a6cd-f90ae90f705b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:50:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2571" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "093f7088-84b6-4cd3-a12d-8b9162d7889b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a090ffd1-7959-4bdf-b7db-6257f04f1d2d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "3dd69005-e136-475b-ac0e-7120ad3a9d6b" + "387b1762-dcb0-43f2-84b5-5f88227c159e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110058Z:3dd69005-e136-475b-ac0e-7120ad3a9d6b" + "EASTUS2:20211117T085019Z:387b1762-dcb0-43f2-84b5-5f88227c159e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:00:57 GMT" - ], "Content-Length": [ "3426" ], @@ -1930,40 +1869,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4497\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9734\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3659\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Network/virtualNetworks/vn3386/subnets/sn6792\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"63067b44-e4fd-4830-addc-75467e81dc32\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2530\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1745\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Network/virtualNetworks/vn8473/subnets/sn3501\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"edc4adec-9c7c-40cf-aa58-f3845c4673bb\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497/virtualmachines/0/start?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDQ5Ny92aXJ0dWFsbWFjaGluZXMvMC9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167/virtualmachines/0/start?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTE2Ny92aXJ0dWFsbWFjaGluZXMvMC9zdGFydD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f554591e-8855-4d23-b9bf-a0048da37253" + "66ff2454-9b2a-4a7b-97cf-c562c604acad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:50:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6332814-89cb-4372-b50f-7bbadf6158bf?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/af415fe5-4a70-4216-90d8-ea323d63d90a?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6332814-89cb-4372-b50f-7bbadf6158bf?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/af415fe5-4a70-4216-90d8-ea323d63d90a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;999,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -1975,85 +1921,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6332814-89cb-4372-b50f-7bbadf6158bf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "af415fe5-4a70-4216-90d8-ea323d63d90a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cd6b52e5-bb9b-43a7-bc2a-8dfab5fadf7c" + "bf565ecd-74b9-4eb5-b91e-6e188a3a23e6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110058Z:cd6b52e5-bb9b-43a7-bc2a-8dfab5fadf7c" + "EASTUS2:20211117T085020Z:bf565ecd-74b9-4eb5-b91e-6e188a3a23e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:00:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6332814-89cb-4372-b50f-7bbadf6158bf?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2MzMyODE0LTg5Y2ItNDM3Mi1iNTBmLTdiYmFkZjYxNThiZj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/af415fe5-4a70-4216-90d8-ea323d63d90a?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmNDE1ZmU1LTRhNzAtNDIxNi05MGQ4LWVhMzIzZDYzZDkwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:50:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e84b6945-a278-449d-b651-1a2b1967032d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d6188b1-7545-4308-8464-e1814a261e6f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "80e5a772-43f6-4d1e-b611-de6e772e748d" + "015318f5-abd1-4119-974a-d2b5fc3be4f7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110128Z:80e5a772-43f6-4d1e-b611-de6e772e748d" + "EASTUS2:20211117T085050Z:015318f5-abd1-4119-974a-d2b5fc3be4f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:01:28 GMT" - ], "Content-Length": [ "184" ], @@ -2064,84 +2003,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:00:58.4976146+00:00\",\r\n \"endTime\": \"2021-06-29T11:00:58.7788617+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a6332814-89cb-4372-b50f-7bbadf6158bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:50:20.1063314+00:00\",\r\n \"endTime\": \"2021-11-17T08:50:20.4501393+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"af415fe5-4a70-4216-90d8-ea323d63d90a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a6332814-89cb-4372-b50f-7bbadf6158bf?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E2MzMyODE0LTg5Y2ItNDM3Mi1iNTBmLTdiYmFkZjYxNThiZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/af415fe5-4a70-4216-90d8-ea323d63d90a?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FmNDE1ZmU1LTRhNzAtNDIxNi05MGQ4LWVhMzIzZDYzZDkwYT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:50:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "572d8388-1ca2-4c1b-92d7-128119d65bf5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8246f340-255c-4f31-9819-88619f392cb3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "9920cd74-7311-4d69-bc17-3987e4b43f8d" + "248b816d-dc41-4c25-820f-ecc16fe473d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110129Z:9920cd74-7311-4d69-bc17-3987e4b43f8d" + "EASTUS2:20211117T085050Z:248b816d-dc41-4c25-820f-ecc16fe473d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:01:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar62911/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4497/virtualmachines/0/runCommand?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyOTExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDQ5Ny92aXJ0dWFsbWFjaGluZXMvMC9ydW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar36661/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9167/virtualmachines/0/runCommand?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM2NjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTE2Ny92aXJ0dWFsbWFjaGluZXMvMC9ydW5Db21tYW5kP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"commandId\": \"ipconfig\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87c976b7-c63f-44c9-b4ac-a103ba00f124" + "70d2357a-631f-444c-afea-19b17abbc9d5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2154,14 +2093,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:50:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33fcd85d-29c1-48d1-aada-e01b5ef26508?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33fcd85d-29c1-48d1-aada-e01b5ef26508?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" @@ -2173,85 +2119,78 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a017d879-8ce3-4f33-b0ac-1e7b5be34976" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "33fcd85d-29c1-48d1-aada-e01b5ef26508" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "0b3d94cf-06ed-4746-8a7f-e8340481f97b" + "6d04ce2f-7f5f-47cf-b61b-ead15ac1fcca" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110129Z:0b3d94cf-06ed-4746-8a7f-e8340481f97b" + "EASTUS2:20211117T085051Z:6d04ce2f-7f5f-47cf-b61b-ead15ac1fcca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:01:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33fcd85d-29c1-48d1-aada-e01b5ef26508?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzZmNkODVkLTI5YzEtNDhkMS1hYWRhLWUwMWI1ZWYyNjUwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:51:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ecb0cf7-a0d5-4a91-8a57-fb80d5840fe7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e51175ae-d16a-4272-a119-1ee2598aef7d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "376fedeb-ce68-47b4-8a83-8880b2bdf418" + "6be9b9ae-cb48-4c1d-8ac9-22ab25b700b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110200Z:376fedeb-ce68-47b4-8a83-8880b2bdf418" + "EASTUS2:20211117T085121Z:6be9b9ae-cb48-4c1d-8ac9-22ab25b700b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:01:59 GMT" - ], "Content-Length": [ "134" ], @@ -2262,57 +2201,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:50:50.9499537+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33fcd85d-29c1-48d1-aada-e01b5ef26508\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33fcd85d-29c1-48d1-aada-e01b5ef26508?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzZmNkODVkLTI5YzEtNDhkMS1hYWRhLWUwMWI1ZWYyNjUwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:51:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c12fb92a-c661-4725-8dda-e6a3b588507a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f3896ef9-1e90-4dd8-94be-ab7e9400c516" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "d1f0f97e-ffc7-4a84-8e60-c1670103b5c6" + "ae5ccd4b-48b9-4481-9627-1f4f5adcf146" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110230Z:d1f0f97e-ffc7-4a84-8e60-c1670103b5c6" + "EASTUS2:20211117T085151Z:ae5ccd4b-48b9-4481-9627-1f4f5adcf146" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:02:30 GMT" - ], "Content-Length": [ "134" ], @@ -2323,59 +2262,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:50:50.9499537+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33fcd85d-29c1-48d1-aada-e01b5ef26508\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33fcd85d-29c1-48d1-aada-e01b5ef26508?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzZmNkODVkLTI5YzEtNDhkMS1hYWRhLWUwMWI1ZWYyNjUwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:52:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b02e275-1e39-4bd9-86a5-0d7afeeec0e9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a6e83cd1-4a33-46bc-bb69-4bdd73aa0eaa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "624b88f6-7d19-4a2e-bdc5-14b5671352f6" + "6914d00b-2964-4a7f-bcf8-ad10747810b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110300Z:624b88f6-7d19-4a2e-bdc5-14b5671352f6" + "EASTUS2:20211117T085221Z:6914d00b-2964-4a7f-bcf8-ad10747810b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:03:00 GMT" - ], "Content-Length": [ - "134" + "2213" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2384,59 +2323,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:50:50.9499537+00:00\",\r\n \"endTime\": \"2021-11-17T08:52:01.4964637+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"value\": [\r\n {\r\n \"code\": \"ComponentStatus/StdOut/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Windows IP Configuration\\n\\n Host Name . . . . . . . . . . . . : test000000\\n Primary Dns Suffix . . . . . . . : \\n Node Type . . . . . . . . . . . . : Hybrid\\n IP Routing Enabled. . . . . . . . : No\\n WINS Proxy Enabled. . . . . . . . : No\\n DNS Suffix Search List. . . . . . : reddog.microsoft.com\\n\\nEthernet adapter Ethernet 2:\\n\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #2\\n Physical Address. . . . . . . . . : 00-0D-3A-A3-2C-54\\n DHCP Enabled. . . . . . . . . . . : Yes\\n Autoconfiguration Enabled . . . . : Yes\\n Link-local IPv6 Address . . . . . : fe80::a86f:461f:874:80ec%19(Preferred) \\n IPv4 Address. . . . . . . . . . . : 10.0.0.5(Preferred) \\n Subnet Mask . . . . . . . . . . . : 255.255.255.0\\n Lease Obtained. . . . . . . . . . : Wednesday, November 17, 2021 12:43:21 AM\\n Lease Expires . . . . . . . . . . : Saturday, December 24, 2157 3:20:06 PM\\n Default Gateway . . . . . . . . . : 10.0.0.1\\n DHCP Server . . . . . . . . . . . : 168.63.129.16\\n DHCPv6 IAID . . . . . . . . . . . : 318770490\\n DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-29-26-08-81-00-15-5D-E6-CD-2D\\n DNS Servers . . . . . . . . . . . : 10.1.1.1\\n 10.1.2.4\\n NetBIOS over Tcpip. . . . . . . . : Enabled\\n\\nTunnel adapter isatap.reddog.microsoft.com:\\n\\n Media State . . . . . . . . . . . : Media disconnected\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft ISATAP Adapter\\n Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0\\n DHCP Enabled. . . . . . . . . . . : No\\n Autoconfiguration Enabled . . . . : Yes\"\r\n },\r\n {\r\n \"code\": \"ComponentStatus/StdErr/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"\"\r\n }\r\n ]\r\n }\r\n },\r\n \"name\": \"33fcd85d-29c1-48d1-aada-e01b5ef26508\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/33fcd85d-29c1-48d1-aada-e01b5ef26508?p=34dc709c-01b2-42c4-84a2-256a9734610d&monitor=true&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzZmNkODVkLTI5YzEtNDhkMS1hYWRhLWUwMWI1ZWYyNjUwOD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:52:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29955" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54debf5a-6d6c-4607-9827-fe7f792e3465" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "58c936a5-067c-40e1-81f4-6a4050337ca3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "f98e9fd4-1a14-4a5c-a80a-0c9aee7f0603" + "2be3fd2d-110e-4802-ac43-08e6f488d083" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110330Z:f98e9fd4-1a14-4a5c-a80a-0c9aee7f0603" + "EASTUS2:20211117T085222Z:2be3fd2d-110e-4802-ac43-08e6f488d083" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:03:30 GMT" - ], "Content-Length": [ - "134" + "1988" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2445,330 +2384,595 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"code\": \"ComponentStatus/StdOut/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Windows IP Configuration\\n\\n Host Name . . . . . . . . . . . . : test000000\\n Primary Dns Suffix . . . . . . . : \\n Node Type . . . . . . . . . . . . : Hybrid\\n IP Routing Enabled. . . . . . . . : No\\n WINS Proxy Enabled. . . . . . . . : No\\n DNS Suffix Search List. . . . . . : reddog.microsoft.com\\n\\nEthernet adapter Ethernet 2:\\n\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #2\\n Physical Address. . . . . . . . . : 00-0D-3A-A3-2C-54\\n DHCP Enabled. . . . . . . . . . . : Yes\\n Autoconfiguration Enabled . . . . : Yes\\n Link-local IPv6 Address . . . . . : fe80::a86f:461f:874:80ec%19(Preferred) \\n IPv4 Address. . . . . . . . . . . : 10.0.0.5(Preferred) \\n Subnet Mask . . . . . . . . . . . : 255.255.255.0\\n Lease Obtained. . . . . . . . . . : Wednesday, November 17, 2021 12:43:21 AM\\n Lease Expires . . . . . . . . . . : Saturday, December 24, 2157 3:20:06 PM\\n Default Gateway . . . . . . . . . : 10.0.0.1\\n DHCP Server . . . . . . . . . . . : 168.63.129.16\\n DHCPv6 IAID . . . . . . . . . . . : 318770490\\n DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-29-26-08-81-00-15-5D-E6-CD-2D\\n DNS Servers . . . . . . . . . . . : 10.1.1.1\\n 10.1.2.4\\n NetBIOS over Tcpip. . . . . . . . : Enabled\\n\\nTunnel adapter isatap.reddog.microsoft.com:\\n\\n Media State . . . . . . . . . . . : Media disconnected\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft ISATAP Adapter\\n Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0\\n DHCP Enabled. . . . . . . . . . . : No\\n Autoconfiguration Enabled . . . . : Yes\"\r\n },\r\n {\r\n \"code\": \"ComponentStatus/StdErr/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar36661?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM2NjYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "0fd975fc-4e50-455e-8c46-da0a68f3ddf8" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:52:26 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29950" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "938dd883-472f-46f3-9e51-99f36b5d742a" + "af33a302-4531-432d-8599-860e5979ab7f" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "x-ms-correlation-request-id": [ + "af33a302-4531-432d-8599-860e5979ab7f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T085227Z:af33a302-4531-432d-8599-860e5979ab7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:52:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11999" + ], + "x-ms-request-id": [ + "3a284ac2-7307-466b-8601-36bf178a49be" ], "x-ms-correlation-request-id": [ - "701a6653-9c0c-47e1-97af-0ab4d6daee7e" + "3a284ac2-7307-466b-8601-36bf178a49be" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110401Z:701a6653-9c0c-47e1-97af-0ab4d6daee7e" + "EASTUS2:20211117T085243Z:3a284ac2-7307-466b-8601-36bf178a49be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:04:00 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:52:58 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29947" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "ebc80bfa-01b6-418d-9a9b-99240509dcc5" + ], + "x-ms-correlation-request-id": [ + "ebc80bfa-01b6-418d-9a9b-99240509dcc5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T085258Z:ebc80bfa-01b6-418d-9a9b-99240509dcc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "f1d48390-9695-41e3-bbf1-2edbcdc88345" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:53:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11997" + ], + "x-ms-request-id": [ + "a94e7b1b-d214-43f5-a33a-271dc409d6e1" ], "x-ms-correlation-request-id": [ - "46487c31-b6c9-40b2-91eb-e4a6536fa2a7" + "a94e7b1b-d214-43f5-a33a-271dc409d6e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110431Z:46487c31-b6c9-40b2-91eb-e4a6536fa2a7" + "EASTUS2:20211117T085314Z:a94e7b1b-d214-43f5-a33a-271dc409d6e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:04:30 GMT" - ], "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:53:29 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29950" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "7a9947ef-43fc-4de0-a515-60612af008fa" + ], + "x-ms-correlation-request-id": [ + "7a9947ef-43fc-4de0-a515-60612af008fa" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T085329Z:7a9947ef-43fc-4de0-a515-60612af008fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "422b65c3-57fe-402a-a5c8-f89a9e932281" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:53:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11995" + ], + "x-ms-request-id": [ + "c00ef035-cade-426b-94b5-cdca6f04c84a" ], "x-ms-correlation-request-id": [ - "28b45d96-9123-4c79-80c7-705cbbe57a61" + "c00ef035-cade-426b-94b5-cdca6f04c84a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110501Z:28b45d96-9123-4c79-80c7-705cbbe57a61" + "EASTUS2:20211117T085345Z:c00ef035-cade-426b-94b5-cdca6f04c84a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Date": [ - "Tue, 29 Jun 2021 11:05:01 GMT" + "Wed, 17 Nov 2021 08:54:00 GMT" ], - "Content-Length": [ - "134" + "Pragma": [ + "no-cache" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "a989870b-6376-42e9-9bd4-20b9ceaf1f69" + ], + "x-ms-correlation-request-id": [ + "a989870b-6376-42e9-9bd4-20b9ceaf1f69" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T085400Z:a989870b-6376-42e9-9bd4-20b9ceaf1f69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:54:15 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29947" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "f7016453-4793-45de-b39c-1bba249a455d" + ], + "x-ms-correlation-request-id": [ + "f7016453-4793-45de-b39c-1bba249a455d" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T085416Z:f7016453-4793-45de-b39c-1bba249a455d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "b096c23d-b0e2-44aa-bd87-1f5459e30133" + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:54:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11992" + ], + "x-ms-request-id": [ + "55b9e5dd-ac5a-4855-bd39-9c6bb6452f99" ], "x-ms-correlation-request-id": [ - "a9cb1061-dc55-4bfa-b1ef-503703fc1679" + "55b9e5dd-ac5a-4855-bd39-9c6bb6452f99" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110531Z:a9cb1061-dc55-4bfa-b1ef-503703fc1679" + "EASTUS2:20211117T085431Z:55b9e5dd-ac5a-4855-bd39-9c6bb6452f99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:05:31 GMT" - ], "Content-Length": [ - "2309" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:01:29.5759262+00:00\",\r\n \"endTime\": \"2021-06-29T11:05:30.7962189+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"value\": [\r\n {\r\n \"code\": \"ComponentStatus/StdOut/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Windows IP Configuration\\n\\n Host Name . . . . . . . . . . . . : test000000\\n Primary Dns Suffix . . . . . . . : \\n Node Type . . . . . . . . . . . . : Hybrid\\n IP Routing Enabled. . . . . . . . : No\\n WINS Proxy Enabled. . . . . . . . : No\\n DNS Suffix Search List. . . . . . : reddog.microsoft.com\\n\\nEthernet adapter Ethernet 2:\\n\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #2\\n Physical Address. . . . . . . . . : 00-22-48-55-B8-30\\n DHCP Enabled. . . . . . . . . . . : Yes\\n Autoconfiguration Enabled . . . . : Yes\\n Link-local IPv6 Address . . . . . : fe80::ecfe:89d0:888e:c43f%19(Preferred) \\n IPv4 Address. . . . . . . . . . . : 10.0.0.5(Preferred) \\n Subnet Mask . . . . . . . . . . . : 255.255.255.0\\n Lease Obtained. . . . . . . . . . : Tuesday, June 29, 2021 3:53:34 AM\\n Lease Expires . . . . . . . . . . : Friday, August 5, 2157 5:33:32 PM\\n Default Gateway . . . . . . . . . : 10.0.0.1\\n DHCP Server . . . . . . . . . . . : 168.63.129.16\\n DHCPv6 IAID . . . . . . . . . . . : 318775880\\n DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-28-6C-51-96-00-15-5D-E6-CD-2D\\n DNS Servers . . . . . . . . . . . : 10.1.1.1\\n 10.1.2.4\\n NetBIOS over Tcpip. . . . . . . . : Enabled\\n\\nTunnel adapter isatap.reddog.microsoft.com:\\n\\n Media State . . . . . . . . . . . : Media disconnected\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft ISATAP Adapter\\n Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0\\n DHCP Enabled. . . . . . . . . . . : No\\n Autoconfiguration Enabled . . . . : Yes\"\r\n },\r\n {\r\n \"code\": \"ComponentStatus/StdErr/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"\"\r\n }\r\n ]\r\n }\r\n },\r\n \"name\": \"a017d879-8ce3-4f33-b0ac-1e7b5be34976\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a017d879-8ce3-4f33-b0ac-1e7b5be34976?monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EwMTdkODc5LThjZTMtNGYzMy1iMGFjLTFlN2I1YmUzNDk3Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:54:46 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29946" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "bc044388-89c8-4010-a119-1540963f54fd" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11991" + ], + "x-ms-request-id": [ + "99642b63-a981-45f0-8372-bcc4e6472f79" ], "x-ms-correlation-request-id": [ - "f87540d0-2258-458b-a7fc-a1e21e0b6cbf" + "99642b63-a981-45f0-8372-bcc4e6472f79" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110532Z:f87540d0-2258-458b-a7fc-a1e21e0b6cbf" + "EASTUS2:20211117T085446Z:99642b63-a981-45f0-8372-bcc4e6472f79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:05:31 GMT" - ], "Content-Length": [ - "1977" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"code\": \"ComponentStatus/StdOut/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"Windows IP Configuration\\n\\n Host Name . . . . . . . . . . . . : test000000\\n Primary Dns Suffix . . . . . . . : \\n Node Type . . . . . . . . . . . . : Hybrid\\n IP Routing Enabled. . . . . . . . : No\\n WINS Proxy Enabled. . . . . . . . : No\\n DNS Suffix Search List. . . . . . : reddog.microsoft.com\\n\\nEthernet adapter Ethernet 2:\\n\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #2\\n Physical Address. . . . . . . . . : 00-22-48-55-B8-30\\n DHCP Enabled. . . . . . . . . . . : Yes\\n Autoconfiguration Enabled . . . . : Yes\\n Link-local IPv6 Address . . . . . : fe80::ecfe:89d0:888e:c43f%19(Preferred) \\n IPv4 Address. . . . . . . . . . . : 10.0.0.5(Preferred) \\n Subnet Mask . . . . . . . . . . . : 255.255.255.0\\n Lease Obtained. . . . . . . . . . : Tuesday, June 29, 2021 3:53:34 AM\\n Lease Expires . . . . . . . . . . : Friday, August 5, 2157 5:33:32 PM\\n Default Gateway . . . . . . . . . : 10.0.0.1\\n DHCP Server . . . . . . . . . . . : 168.63.129.16\\n DHCPv6 IAID . . . . . . . . . . . : 318775880\\n DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-28-6C-51-96-00-15-5D-E6-CD-2D\\n DNS Servers . . . . . . . . . . . : 10.1.1.1\\n 10.1.2.4\\n NetBIOS over Tcpip. . . . . . . . : Enabled\\n\\nTunnel adapter isatap.reddog.microsoft.com:\\n\\n Media State . . . . . . . . . . . : Media disconnected\\n Connection-specific DNS Suffix . : reddog.microsoft.com\\n Description . . . . . . . . . . . : Microsoft ISATAP Adapter\\n Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0\\n DHCP Enabled. . . . . . . . . . . : No\\n Autoconfiguration Enabled . . . . : Yes\"\r\n },\r\n {\r\n \"code\": \"ComponentStatus/StdErr/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar62911?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyOTExP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "17346472-55f1-46f7-97f3-9da5306b1332" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2776,26 +2980,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:55:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-request-id": [ - "2d2c8841-bf6c-4174-b923-b625b0c19960" + "1ec194c5-91e9-46e8-afe0-58921c3752b0" ], "x-ms-correlation-request-id": [ - "2d2c8841-bf6c-4174-b923-b625b0c19960" + "1ec194c5-91e9-46e8-afe0-58921c3752b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110537Z:2d2c8841-bf6c-4174-b923-b625b0c19960" + "EASTUS2:20211117T085502Z:1ec194c5-91e9-46e8-afe0-58921c3752b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2803,29 +3010,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:05:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2833,26 +3037,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:55:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "f2ec369b-9f4f-48cd-83bc-387cdd88d52a" + "6954146f-78d1-4e48-9510-e04d0a192ab9" ], "x-ms-correlation-request-id": [ - "f2ec369b-9f4f-48cd-83bc-387cdd88d52a" + "6954146f-78d1-4e48-9510-e04d0a192ab9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110553Z:f2ec369b-9f4f-48cd-83bc-387cdd88d52a" + "EASTUS2:20211117T085517Z:6954146f-78d1-4e48-9510-e04d0a192ab9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2860,29 +3067,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:05:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2890,26 +3094,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:55:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "60152f39-e0be-4b26-b7d9-d09934af98d6" + "b77d460e-0384-44dc-8669-4bcea39a9a6c" ], "x-ms-correlation-request-id": [ - "60152f39-e0be-4b26-b7d9-d09934af98d6" + "b77d460e-0384-44dc-8669-4bcea39a9a6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110608Z:60152f39-e0be-4b26-b7d9-d09934af98d6" + "EASTUS2:20211117T085533Z:b77d460e-0384-44dc-8669-4bcea39a9a6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2917,29 +3124,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:06:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2947,26 +3151,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:55:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-request-id": [ - "b7952d3a-8c15-49b3-b829-486161effbfc" + "1893672f-86d5-4c58-a865-f1f0c173a413" ], "x-ms-correlation-request-id": [ - "b7952d3a-8c15-49b3-b829-486161effbfc" + "1893672f-86d5-4c58-a865-f1f0c173a413" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110624Z:b7952d3a-8c15-49b3-b829-486161effbfc" + "EASTUS2:20211117T085548Z:1893672f-86d5-4c58-a865-f1f0c173a413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2974,29 +3181,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:06:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3004,26 +3208,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:56:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-request-id": [ - "711e85b5-949d-43e8-b12f-8ff4b276c2fc" + "f7048d4e-40fe-4898-9ae3-cdfecfa960bc" ], "x-ms-correlation-request-id": [ - "711e85b5-949d-43e8-b12f-8ff4b276c2fc" + "f7048d4e-40fe-4898-9ae3-cdfecfa960bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110639Z:711e85b5-949d-43e8-b12f-8ff4b276c2fc" + "EASTUS2:20211117T085604Z:f7048d4e-40fe-4898-9ae3-cdfecfa960bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3031,29 +3238,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:06:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3061,26 +3265,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:56:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11985" ], "x-ms-request-id": [ - "ad7743c6-e71f-428a-808e-049962e1f68d" + "2eaad678-5840-4278-9978-5c9da4c3a340" ], "x-ms-correlation-request-id": [ - "ad7743c6-e71f-428a-808e-049962e1f68d" + "2eaad678-5840-4278-9978-5c9da4c3a340" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110654Z:ad7743c6-e71f-428a-808e-049962e1f68d" + "EASTUS2:20211117T085619Z:2eaad678-5840-4278-9978-5c9da4c3a340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3088,29 +3295,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:06:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3118,26 +3322,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:56:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11984" ], "x-ms-request-id": [ - "2561ab35-3069-4483-936d-ab5424df6e00" + "5451704f-fc7a-440c-aa0e-0c6cdf7ca983" ], "x-ms-correlation-request-id": [ - "2561ab35-3069-4483-936d-ab5424df6e00" + "5451704f-fc7a-440c-aa0e-0c6cdf7ca983" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110710Z:2561ab35-3069-4483-936d-ab5424df6e00" + "EASTUS2:20211117T085635Z:5451704f-fc7a-440c-aa0e-0c6cdf7ca983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3145,29 +3352,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:07:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3175,26 +3379,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:56:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11983" ], "x-ms-request-id": [ - "09417c7f-0d38-4be5-9dbf-4be8ff272947" + "cdc5242a-913c-43e0-a0f5-95958dc594bc" ], "x-ms-correlation-request-id": [ - "09417c7f-0d38-4be5-9dbf-4be8ff272947" + "cdc5242a-913c-43e0-a0f5-95958dc594bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110725Z:09417c7f-0d38-4be5-9dbf-4be8ff272947" + "EASTUS2:20211117T085650Z:cdc5242a-913c-43e0-a0f5-95958dc594bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3202,29 +3409,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:07:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3232,26 +3436,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:57:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-request-id": [ - "b407a8b3-9825-4fec-b036-adde63c17514" + "5ddacbb8-670a-4246-9228-59ac6aba28b5" ], "x-ms-correlation-request-id": [ - "b407a8b3-9825-4fec-b036-adde63c17514" + "5ddacbb8-670a-4246-9228-59ac6aba28b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110741Z:b407a8b3-9825-4fec-b036-adde63c17514" + "EASTUS2:20211117T085706Z:5ddacbb8-670a-4246-9228-59ac6aba28b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3259,29 +3466,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:07:41 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3289,26 +3493,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:57:21 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11981" ], "x-ms-request-id": [ - "ef05d77f-f1c9-4eb6-9480-1768de1eca9f" + "87e6b074-88ea-4117-bfe8-a912fdd240b5" ], "x-ms-correlation-request-id": [ - "ef05d77f-f1c9-4eb6-9480-1768de1eca9f" + "87e6b074-88ea-4117-bfe8-a912fdd240b5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110756Z:ef05d77f-f1c9-4eb6-9480-1768de1eca9f" + "EASTUS2:20211117T085722Z:87e6b074-88ea-4117-bfe8-a912fdd240b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3316,29 +3523,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:07:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3346,26 +3550,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:57:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11980" ], "x-ms-request-id": [ - "ffdf510e-dc48-45cb-901d-07897e1307c7" + "a4c06d93-49ad-413b-9d0e-910d3a8aca72" ], "x-ms-correlation-request-id": [ - "ffdf510e-dc48-45cb-901d-07897e1307c7" + "a4c06d93-49ad-413b-9d0e-910d3a8aca72" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110812Z:ffdf510e-dc48-45cb-901d-07897e1307c7" + "EASTUS2:20211117T085737Z:a4c06d93-49ad-413b-9d0e-910d3a8aca72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3373,29 +3580,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:08:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3403,26 +3607,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:57:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11979" ], "x-ms-request-id": [ - "a3f7abf9-5c5e-472c-9791-64ab4d5c37f9" + "3aa5f8dc-985b-4884-a494-ebbe53172904" ], "x-ms-correlation-request-id": [ - "a3f7abf9-5c5e-472c-9791-64ab4d5c37f9" + "3aa5f8dc-985b-4884-a494-ebbe53172904" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110827Z:a3f7abf9-5c5e-472c-9791-64ab4d5c37f9" + "EASTUS2:20211117T085753Z:3aa5f8dc-985b-4884-a494-ebbe53172904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3430,29 +3637,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:08:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3460,26 +3664,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:58:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11978" ], "x-ms-request-id": [ - "7102553f-3c18-44b8-b29a-9e70e8f0793e" + "9cfcd81d-3f22-4334-9d2a-5ea426ebe5fc" ], "x-ms-correlation-request-id": [ - "7102553f-3c18-44b8-b29a-9e70e8f0793e" + "9cfcd81d-3f22-4334-9d2a-5ea426ebe5fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110843Z:7102553f-3c18-44b8-b29a-9e70e8f0793e" + "EASTUS2:20211117T085808Z:9cfcd81d-3f22-4334-9d2a-5ea426ebe5fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3487,29 +3694,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:08:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3517,26 +3721,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:58:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11977" ], "x-ms-request-id": [ - "ea9c3733-6f83-439f-8a62-fb721ab61311" + "b364cd0f-0f9f-417c-af71-67806a5e6569" ], "x-ms-correlation-request-id": [ - "ea9c3733-6f83-439f-8a62-fb721ab61311" + "b364cd0f-0f9f-417c-af71-67806a5e6569" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110858Z:ea9c3733-6f83-439f-8a62-fb721ab61311" + "EASTUS2:20211117T085824Z:b364cd0f-0f9f-417c-af71-67806a5e6569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3544,29 +3751,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:08:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3574,26 +3778,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:58:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11976" ], "x-ms-request-id": [ - "147bedb4-bb65-480c-a88b-0c0ccd3cdb9b" + "c82c1acd-9e78-4c13-b9fc-0c332a295172" ], "x-ms-correlation-request-id": [ - "147bedb4-bb65-480c-a88b-0c0ccd3cdb9b" + "c82c1acd-9e78-4c13-b9fc-0c332a295172" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110914Z:147bedb4-bb65-480c-a88b-0c0ccd3cdb9b" + "EASTUS2:20211117T085839Z:c82c1acd-9e78-4c13-b9fc-0c332a295172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3601,29 +3808,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:09:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3631,26 +3835,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:58:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11975" ], "x-ms-request-id": [ - "fee125e8-f560-451b-aefd-e4efdf9a8a97" + "a3d2de52-6e96-4f11-96bd-cf7f455130eb" ], "x-ms-correlation-request-id": [ - "fee125e8-f560-451b-aefd-e4efdf9a8a97" + "a3d2de52-6e96-4f11-96bd-cf7f455130eb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110929Z:fee125e8-f560-451b-aefd-e4efdf9a8a97" + "EASTUS2:20211117T085855Z:a3d2de52-6e96-4f11-96bd-cf7f455130eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3658,29 +3865,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:09:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3688,26 +3892,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:59:10 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11974" ], "x-ms-request-id": [ - "5105ebbd-2112-49f5-a35a-95116e13a5bc" + "2401a0af-01fb-45b8-964a-62bce02dcd96" ], "x-ms-correlation-request-id": [ - "5105ebbd-2112-49f5-a35a-95116e13a5bc" + "2401a0af-01fb-45b8-964a-62bce02dcd96" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T110945Z:5105ebbd-2112-49f5-a35a-95116e13a5bc" + "EASTUS2:20211117T085910Z:2401a0af-01fb-45b8-964a-62bce02dcd96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3715,29 +3922,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:09:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3745,26 +3949,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:59:25 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11973" ], "x-ms-request-id": [ - "3f96249c-f063-42d3-b0dc-6a0ca67415ce" + "534ecdca-e7b6-4793-8cb0-32d71789cd06" ], "x-ms-correlation-request-id": [ - "3f96249c-f063-42d3-b0dc-6a0ca67415ce" + "534ecdca-e7b6-4793-8cb0-32d71789cd06" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111000Z:3f96249c-f063-42d3-b0dc-6a0ca67415ce" + "EASTUS2:20211117T085925Z:534ecdca-e7b6-4793-8cb0-32d71789cd06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3772,29 +3979,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3802,20 +4006,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:59:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11972" ], "x-ms-request-id": [ - "ca752e35-5719-477e-a0ae-955a783a6fd1" + "4be1dc46-b2be-4046-9c7b-f1ecc5eaca23" ], "x-ms-correlation-request-id": [ - "ca752e35-5719-477e-a0ae-955a783a6fd1" + "4be1dc46-b2be-4046-9c7b-f1ecc5eaca23" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111015Z:ca752e35-5719-477e-a0ae-955a783a6fd1" + "EASTUS2:20211117T085941Z:4be1dc46-b2be-4046-9c7b-f1ecc5eaca23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3823,29 +4030,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjkxMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpreE1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNjY2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl6TmpZMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3853,20 +4057,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:59:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11971" ], "x-ms-request-id": [ - "90d3cf6b-143e-4bc2-a8b1-fc91a5e6af6e" + "43cc7482-4015-415f-898c-47d727ae89d4" ], "x-ms-correlation-request-id": [ - "90d3cf6b-143e-4bc2-a8b1-fc91a5e6af6e" + "43cc7482-4015-415f-898c-47d727ae89d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111017Z:90d3cf6b-143e-4bc2-a8b1-fc91a5e6af6e" + "EASTUS2:20211117T085941Z:43cc7482-4015-415f-898c-47d727ae89d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3874,14 +4081,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:10:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3890,27 +4094,27 @@ ], "Names": { "InitializeCommon": [ - "crptestar6291", - "vmss4497", - "crptestar3008" + "crptestar3666", + "vmss9167", + "crptestar4051" ], "CreatePublicIP": [ - "pip419", - "dn3392" + "pip7833", + "dn9714" ], "CreateVNET": [ - "vn3386", - "sn6792" + "vn8473", + "sn3501" ], "CreateNIC": [ - "nic6370", - "ip8027" + "nic4163", + "ip8366" ], "CreateDefaultVMScaleSetInput": [ - "crptestar1706", - "vmss285", - "vmsstestnetconfig9734", - "vmsstestnetconfig3659" + "crptestar1369", + "vmss4193", + "vmsstestnetconfig2530", + "vmsstestnetconfig1745" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_UserData.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_UserData.json index ef71e7017f5e1..cf31f4bb3dbba 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_UserData.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMOperationalTests/TestVMScaleSetVMOperations_UserData.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91825844-46ff-4e1c-bd5a-34e98ca9f24f" + "b2a60ee0-b2df-4f7b-8931-ec11e1de08b7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:22:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "7b135709-09c3-4d76-8c50-d46fac147679" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ad5cc523-bf6b-4247-821e-97e656f31845" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "f490a807-bf4d-4e11-a618-5c28c7923b10" + "21ed6137-8b44-4fb9-a89b-1606dddcfcfe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103249Z:f490a807-bf4d-4e11-a618-5c28c7923b10" + "EASTUS2:20211117T082250Z:21ed6137-8b44-4fb9-a89b-1606dddcfcfe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:32:49 GMT" - ], "Content-Length": [ "321" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar801?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar28561?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4NTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar801\": \"2021-06-29 10:32:49Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar28561\": \"2021-11-17 08:22:50Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59366bfb-86f2-468e-858a-d8eeec30e902" + "e4e2885e-0f48-45b5-bb72-3a819607ef36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "100" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:22:52 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "4442449d-8440-4110-a52a-0d73883fa323" + "59645bae-cdf8-4344-aa81-75f21b6f2f93" ], "x-ms-correlation-request-id": [ - "4442449d-8440-4110-a52a-0d73883fa323" + "59645bae-cdf8-4344-aa81-75f21b6f2f93" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103252Z:4442449d-8440-4110-a52a-0d73883fa323" + "EASTUS2:20211117T082253Z:59645bae-cdf8-4344-aa81-75f21b6f2f93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:32:51 GMT" - ], "Content-Length": [ - "231" + "237" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801\",\r\n \"name\": \"crptestar801\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar801\": \"2021-06-29 10:32:49Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561\",\r\n \"name\": \"crptestar28561\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar28561\": \"2021-11-17 08:22:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar801?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar28561?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4NTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0699a70d-ec06-4ed0-95c9-9b1623df968f" + "7d99ab02-152f-4acb-bf6c-108451d87758" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "66e020a2-a427-4df9-a261-da46bf1c9558" + "b01af0b5-d184-4d2d-bd8a-c6a4f4c6ec39" ], "x-ms-correlation-request-id": [ - "66e020a2-a427-4df9-a261-da46bf1c9558" + "b01af0b5-d184-4d2d-bd8a-c6a4f4c6ec39" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103333Z:66e020a2-a427-4df9-a261-da46bf1c9558" + "EASTUS2:20211117T082336Z:b01af0b5-d184-4d2d-bd8a-c6a4f4c6ec39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:32 GMT" - ], "Content-Length": [ - "184" + "188" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801\",\r\n \"name\": \"crptestar801\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561\",\r\n \"name\": \"crptestar28561\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Storage/storageAccounts/crptestar55?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Storage/storageAccounts/crptestar1178?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTE3OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8dbd6cb5-466a-47bc-978d-20831a2699ad" + "3f8d9ce7-d64b-4e38-a90e-9bd459cca112" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,17 +231,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e1897aca-1458-4c30-adef-f94554afcd72?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/272db609-29df-4813-8012-3dd0dab9d120?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e1897aca-1458-4c30-adef-f94554afcd72" + "272db609-29df-4813-8012-3dd0dab9d120" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,44 +255,38 @@ "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-correlation-request-id": [ - "b7fe82e2-5f47-42f9-9e3f-151cf96fce2b" + "5bc4c328-e82f-474f-b935-2e564ce4c716" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103303Z:b7fe82e2-5f47-42f9-9e3f-151cf96fce2b" + "EASTUS2:20211117T082305Z:5bc4c328-e82f-474f-b935-2e564ce4c716" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:03 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e1897aca-1458-4c30-adef-f94554afcd72?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZTE4OTdhY2EtMTQ1OC00YzMwLWFkZWYtZjk0NTU0YWZjZDcyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/272db609-29df-4813-8012-3dd0dab9d120?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjcyZGI2MDktMjlkZi00ODEzLTgwMTItM2RkMGRhYjlkMTIwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,33 +294,96 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:21 GMT" + ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/272db609-29df-4813-8012-3dd0dab9d120?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7553efcb-aefd-447b-b2d6-60d522048312" + "b693c2b5-4cf9-4dd6-806c-35fd0c0b74df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "625d69a5-4a89-4d0d-9ea3-9fdae8f90067" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T082322Z:625d69a5-4a89-4d0d-9ea3-9fdae8f90067" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/272db609-29df-4813-8012-3dd0dab9d120?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjcyZGI2MDktMjlkZi00ODEzLTgwMTItM2RkMGRhYjlkMTIwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:23:25 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "9895bfbc-a14a-4c18-a631-54d4e98041a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "8bcb0d8b-eaed-466a-99b6-54ee96f39276" + "ccf3cf5b-e0a1-4dca-ad86-5993bf06dd47" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103321Z:8bcb0d8b-eaed-466a-99b6-54ee96f39276" + "EASTUS2:20211117T082325Z:ccf3cf5b-e0a1-4dca-ad86-5993bf06dd47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:20 GMT" - ], "Content-Length": [ "95" ], @@ -335,21 +398,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09532fe4-f4cd-46a4-97e1-614f016fef21" + "6437740f-50b0-4d38-aeed-622811be1489" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,35 +420,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "49bd1f6f-0613-4f3a-8d72-88728b1a2f60" + "75a32819-804b-488c-8290-fe2fa962d629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "c4239081-553c-44b6-aae4-98bc7dc0d337" + "9280ad18-37fc-4f31-8ebd-df616815f46d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103332Z:c4239081-553c-44b6-aae4-98bc7dc0d337" + "EASTUS2:20211117T082335Z:9280ad18-37fc-4f31-8ebd-df616815f46d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:31 GMT" - ], "Content-Length": [ - "739" + "753" ], "Content-Type": [ "application/json" @@ -394,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Storage/storageAccounts/crptestar55\",\r\n \"name\": \"crptestar55\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T10:33:00.211309Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar55.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar55.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar55.table.core.windows.net/\",\r\n \"file\": \"https://crptestar55.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Storage/storageAccounts/crptestar1178\",\r\n \"name\": \"crptestar1178\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T08:23:00.8002835Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1178.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1178.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1178.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1178.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Storage/storageAccounts/crptestar55?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2NycHRlc3RhcjU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Storage/storageAccounts/crptestar1178?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTE3OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3cbff3c-45b7-4478-8c8a-bd0d336378fc" + "c73b59b8-7f03-496d-af15-144e7f481c98" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,35 +483,35 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4876c2b6-2c20-4fdd-8e28-fb4ea1b6df9b" + "4fe2b19d-0a97-496d-8700-fba77738bd1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "c93b61ad-cc5d-4a64-8c32-d547f05aac3b" + "b14a4584-efcb-4472-82a4-563d1deded1e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103332Z:c93b61ad-cc5d-4a64-8c32-d547f05aac3b" + "EASTUS2:20211117T082336Z:b14a4584-efcb-4472-82a4-563d1deded1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:31 GMT" - ], "Content-Length": [ - "727" + "741" ], "Content-Type": [ "application/json" @@ -457,25 +520,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Storage/storageAccounts/crptestar55\",\r\n \"name\": \"crptestar55\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T10:33:00.211309Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar55.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar55.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar55.table.core.windows.net/\",\r\n \"file\": \"https://crptestar55.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Storage/storageAccounts/crptestar1178\",\r\n \"name\": \"crptestar1178\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T08:23:00.8002835Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1178.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1178.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1178.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1178.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/publicIPAddresses/pip8105?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwODEwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/publicIPAddresses/pip1136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3630\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8512\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ad7eb663-a8b1-4e48-8022-4b679df03b7e" + "45a16f9d-99ee-441c-8f6c-ae6e595d1b75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,48 +552,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b09e3d73-b450-4a36-b508-5beb1cb41c03" + "a1eee912-2b82-49b1-92d2-900665b84b0a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b09e3d73-b450-4a36-b508-5beb1cb41c03?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a1eee912-2b82-49b1-92d2-900665b84b0a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bc0ccf97-1e7b-4641-8b59-12170f9dd479" + "36dd5462-2985-4085-861b-0885e433e8bb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9caa4c97-9e91-4d57-affa-0c95b524eb38" + "460bea41-42e3-451a-b4cc-0fad692677ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103341Z:bc0ccf97-1e7b-4641-8b59-12170f9dd479" + "EASTUS2:20211117T082347Z:36dd5462-2985-4085-861b-0885e433e8bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:41 GMT" - ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/publicIPAddresses/pip8105\",\r\n \"etag\": \"W/\\\"799420df-92ef-4a17-ace4-160a1032c367\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"31c4a231-ffb3-44c4-9f1f-bddc32a85124\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3630\",\r\n \"fqdn\": \"dn3630.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/publicIPAddresses/pip1136\",\r\n \"etag\": \"W/\\\"95ea0139-5f67-466c-a31b-6b1d2104f8c9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"386437f1-79e8-4b27-a148-a5384dc89b6f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8512\",\r\n \"fqdn\": \"dn8512.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b09e3d73-b450-4a36-b508-5beb1cb41c03?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IwOWUzZDczLWI0NTAtNGEzNi1iNTA4LTViZWIxY2I0MWMwMz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a1eee912-2b82-49b1-92d2-900665b84b0a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExZWVlOTEyLTJiODItNDliMS05MmQyLTkwMDY2NWI4NGIwYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +622,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:48 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8ee5eedf-d90a-4150-88d9-8c87f07acd66" + "a28e3eea-1177-413d-a47d-a5e80b7be82a" ], "x-ms-correlation-request-id": [ - "629227a6-bbb6-4688-8a68-90ae420a6ac6" + "d1948ed4-e75c-45a3-9b3a-1f2afcc6a477" ], "x-ms-arm-service-request-id": [ - "4f8000e1-5717-4d61-8f1c-9d8d90ccf2e0" + "dc6e0670-b015-4119-b40b-e5f6e59e20f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T082348Z:d1948ed4-e75c-45a3-9b3a-1f2afcc6a477" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a1eee912-2b82-49b1-92d2-900665b84b0a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExZWVlOTEyLTJiODItNDliMS05MmQyLTkwMDY2NWI4NGIwYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:23:50 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "65ef169c-4538-485f-9553-2998b4e3292b" + ], + "x-ms-correlation-request-id": [ + "ca45d2aa-0b0b-459a-967b-febeeb9c0525" + ], + "x-ms-arm-service-request-id": [ + "b271ca31-b3c6-4759-8b45-cdee476f523a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103343Z:629227a6-bbb6-4688-8a68-90ae420a6ac6" + "EASTUS2:20211117T082351Z:ca45d2aa-0b0b-459a-967b-febeeb9c0525" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:43 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +731,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/publicIPAddresses/pip8105?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwODEwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/publicIPAddresses/pip1136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,42 +747,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e0b3dc9b-2d49-4c52-bf3f-651fbf0a2a59\"" + "W/\"9ab95e3e-17e1-4ee1-8dbd-fe8f0b3c9cdc\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bbd5787c-4980-419b-aae6-a74558743efc" + "da13eb7e-fbca-44b1-a66b-60ba17d11c15" ], "x-ms-correlation-request-id": [ - "eb192880-4878-4cb3-9549-eeff04ad487d" + "36e2e152-1fd0-4384-85e2-3d3d85bc1595" ], "x-ms-arm-service-request-id": [ - "22e7db4d-8aba-4575-8a93-f5c167ed6c88" + "d39d6820-a327-4487-8e9d-abb87bbd7e90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103343Z:eb192880-4878-4cb3-9549-eeff04ad487d" + "EASTUS2:20211117T082351Z:36e2e152-1fd0-4384-85e2-3d3d85bc1595" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:43 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,25 +791,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/publicIPAddresses/pip8105\",\r\n \"etag\": \"W/\\\"e0b3dc9b-2d49-4c52-bf3f-651fbf0a2a59\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31c4a231-ffb3-44c4-9f1f-bddc32a85124\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3630\",\r\n \"fqdn\": \"dn3630.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/publicIPAddresses/pip1136\",\r\n \"etag\": \"W/\\\"9ab95e3e-17e1-4ee1-8dbd-fe8f0b3c9cdc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"386437f1-79e8-4b27-a148-a5384dc89b6f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8512\",\r\n \"fqdn\": \"dn8512.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/publicIPAddresses/pip8105?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwODEwNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/publicIPAddresses/pip1136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxMTM2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a383f87-ea30-4e4a-92c0-9e47b429077d" + "a676ef7b-1a13-445a-89d3-e5330f9c5888" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,42 +817,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e0b3dc9b-2d49-4c52-bf3f-651fbf0a2a59\"" + "W/\"9ab95e3e-17e1-4ee1-8dbd-fe8f0b3c9cdc\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "aa452ae4-4702-4952-9eeb-6b09939860a0" + "f113eee7-5e78-46f1-bfa8-49ebd6d9240b" ], "x-ms-correlation-request-id": [ - "34eef99d-76bd-4700-86cd-69a93ff595b3" + "6c5e25e9-ee8b-414d-8a82-c65864b5e395" ], "x-ms-arm-service-request-id": [ - "36141244-5387-4229-9c25-7b2578ffff79" + "a95acaa5-d004-4489-961c-227bef5d9445" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103343Z:34eef99d-76bd-4700-86cd-69a93ff595b3" + "EASTUS2:20211117T082351Z:6c5e25e9-ee8b-414d-8a82-c65864b5e395" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:43 GMT" - ], "Content-Length": [ - "769" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,25 +861,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/publicIPAddresses/pip8105\",\r\n \"etag\": \"W/\\\"e0b3dc9b-2d49-4c52-bf3f-651fbf0a2a59\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31c4a231-ffb3-44c4-9f1f-bddc32a85124\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3630\",\r\n \"fqdn\": \"dn3630.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip1136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/publicIPAddresses/pip1136\",\r\n \"etag\": \"W/\\\"9ab95e3e-17e1-4ee1-8dbd-fe8f0b3c9cdc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"386437f1-79e8-4b27-a148-a5384dc89b6f\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8512\",\r\n \"fqdn\": \"dn8512.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNzQ1MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MTcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9564\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3672\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "75ec6386-d30b-4945-a245-aeeec1329b41" + "028fb557-6b38-4d57-8d59-3d3219d2a6bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,48 +893,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:55 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "df03c01b-af46-476e-bd30-f5b18541d6f2" + "a5a36282-4a06-4bdc-a409-76d591a0340b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/df03c01b-af46-476e-bd30-f5b18541d6f2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a5a36282-4a06-4bdc-a409-76d591a0340b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c13f80c2-058c-4ecc-9068-c8dc43b61ad8" + "802c8cf1-4362-4626-af9f-a069183d133f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "606f6144-2f04-44b8-9d6d-99ce09370e6f" + "9a105f4b-8cf4-41e1-b41d-4b0a2fabb502" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103347Z:c13f80c2-058c-4ecc-9068-c8dc43b61ad8" + "EASTUS2:20211117T082355Z:802c8cf1-4362-4626-af9f-a069183d133f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:47 GMT" - ], "Content-Length": [ - "1319" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,19 +943,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7450\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450\",\r\n \"etag\": \"W/\\\"2fbb4877-0db5-467a-84b0-e10d6ef79206\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a0329b72-248b-46ad-959a-a134ef83a4c2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\",\r\n \"etag\": \"W/\\\"2fbb4877-0db5-467a-84b0-e10d6ef79206\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9170\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170\",\r\n \"etag\": \"W/\\\"4d6e1318-4095-41a3-96d0-e894e8dd1d0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"756ddd69-3fe8-4957-870b-7b9834cda656\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\",\r\n \"etag\": \"W/\\\"4d6e1318-4095-41a3-96d0-e894e8dd1d0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/df03c01b-af46-476e-bd30-f5b18541d6f2?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmMDNjMDFiLWFmNDYtNDc2ZS1iZDMwLWY1YjE4NTQxZDZmMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/a5a36282-4a06-4bdc-a409-76d591a0340b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E1YTM2MjgyLTRhMDYtNGJkYy1hNDA5LTc2ZDU5MWEwMzQwYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +963,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "52d970e9-1795-45fa-bebd-65929c548274" + "a995a0ca-a197-42b3-aab3-0cbb2dc7a95b" ], "x-ms-correlation-request-id": [ - "cee89d46-b4f2-493d-b035-c32999dea8b7" + "905c04f5-da3b-4694-84c6-b044b19bbab8" ], "x-ms-arm-service-request-id": [ - "f3a8a4aa-deb5-4e18-8fb1-0080297c1922" + "f1f2459b-a7c8-4cc0-9500-82f44a1ef97b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103351Z:cee89d46-b4f2-493d-b035-c32999dea8b7" + "EASTUS2:20211117T082358Z:905c04f5-da3b-4694-84c6-b044b19bbab8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:50 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +1008,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNzQ1MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MTcwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,42 +1024,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"76c7c96b-a997-419a-909c-9b2b457c52b7\"" + "W/\"f37b5ced-3a3a-4fb8-b097-15860a2aa12b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4e2cf35d-795c-413c-960b-97130c3c183d" + "5bcec78f-1e4a-4ae4-bf54-865c7ba8bb36" ], "x-ms-correlation-request-id": [ - "134b96d8-5f2b-4a82-aa86-efe505ca46c2" + "49e7eaff-9623-4920-8a6e-d4402faf4634" ], "x-ms-arm-service-request-id": [ - "079cbc8b-2fee-4a65-b592-defa8aab394f" + "0c1f3271-660d-43a6-8af1-b25fa366b3ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103351Z:134b96d8-5f2b-4a82-aa86-efe505ca46c2" + "EASTUS2:20211117T082358Z:49e7eaff-9623-4920-8a6e-d4402faf4634" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:51 GMT" - ], "Content-Length": [ - "1321" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,25 +1068,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7450\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450\",\r\n \"etag\": \"W/\\\"76c7c96b-a997-419a-909c-9b2b457c52b7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a0329b72-248b-46ad-959a-a134ef83a4c2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\",\r\n \"etag\": \"W/\\\"76c7c96b-a997-419a-909c-9b2b457c52b7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9170\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170\",\r\n \"etag\": \"W/\\\"f37b5ced-3a3a-4fb8-b097-15860a2aa12b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"756ddd69-3fe8-4957-870b-7b9834cda656\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\",\r\n \"etag\": \"W/\\\"f37b5ced-3a3a-4fb8-b097-15860a2aa12b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNzQ1MC9zdWJuZXRzL3NuOTU2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45MTcwL3N1Ym5ldHMvc24zNjcyP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cd9d8d9-8374-480d-b21f-b2743e01cd06" + "6e2047f1-e42c-43bf-b762-202d28b44ae8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,42 +1094,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:23:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"76c7c96b-a997-419a-909c-9b2b457c52b7\"" + "W/\"f37b5ced-3a3a-4fb8-b097-15860a2aa12b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6f59c378-ea87-43b8-89ad-747e909582a8" + "e709ad42-0a35-47ab-beaa-c5e4a9de8509" ], "x-ms-correlation-request-id": [ - "33376f93-71c3-4639-a586-3694ed2691bd" + "533f54bb-251d-484e-b446-8c3f431ae4d6" ], "x-ms-arm-service-request-id": [ - "d7254ec9-148b-47d2-8d9f-5d6d54bc0060" + "dcefece5-b187-45c6-8606-df533d43c4ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103351Z:33376f93-71c3-4639-a586-3694ed2691bd" + "EASTUS2:20211117T082359Z:533f54bb-251d-484e-b446-8c3f431ae4d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:51 GMT" - ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,77 +1138,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\",\r\n \"etag\": \"W/\\\"76c7c96b-a997-419a-909c-9b2b457c52b7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\",\r\n \"etag\": \"W/\\\"f37b5ced-3a3a-4fb8-b097-15860a2aa12b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzcyMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9564\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n }\r\n },\r\n \"name\": \"ip3673\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3672\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n }\r\n },\r\n \"name\": \"ip2846\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd5ecfb5-bc09-4d3b-917e-5e3dbd68eb32" + "cf305251-6c09-4b9e-ab98-7098d5040e7c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "749" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:24:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5503b5b4-96f5-4661-809e-06f3d5e9cd30" + "996e1bc6-37b1-4039-a8d2-0451ebe1e440" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/5503b5b4-96f5-4661-809e-06f3d5e9cd30?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/996e1bc6-37b1-4039-a8d2-0451ebe1e440?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4dadf5ef-9feb-4ade-921d-8652c3084c6d" + "ca017209-a269-4970-8c56-7757a0adaf14" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "609b1690-d95e-47e0-832f-d9d8ad7021f1" + "26c014f4-893e-41d9-845e-2ce0e01efd8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103356Z:4dadf5ef-9feb-4ade-921d-8652c3084c6d" + "EASTUS2:20211117T082404Z:ca017209-a269-4970-8c56-7757a0adaf14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:55 GMT" - ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1217,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722\",\r\n \"etag\": \"W/\\\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0299b55f-99da-4b45-8363-e243906bc699\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3673\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722/ipConfigurations/ip3673\",\r\n \"etag\": \"W/\\\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\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\": \"okntfieleswunfm0ue0o5a3eyc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117\",\r\n \"etag\": \"W/\\\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d3243b66-7d25-4014-886d-f20ac257249f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2846\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117/ipConfigurations/ip2846\",\r\n \"etag\": \"W/\\\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\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\": \"nhow03pih3lutbylpomdjtngkg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzcyMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1237,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:24:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\"" + "W/\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "161ca555-d415-42ba-b282-2e05ec0f17dc" + "4881c090-413f-4995-a8ba-ebeee71611b4" ], "x-ms-correlation-request-id": [ - "ce2721d6-19b9-4040-8279-46646db98ecc" + "4d05ef59-d062-44ca-97c4-f6c86fc63268" ], "x-ms-arm-service-request-id": [ - "55003094-f55b-4852-8787-de84d67c1460" + "d8c356ee-8ee9-4847-b453-455a3c99877b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103356Z:ce2721d6-19b9-4040-8279-46646db98ecc" + "EASTUS2:20211117T082404Z:4d05ef59-d062-44ca-97c4-f6c86fc63268" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:56 GMT" - ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1281,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722\",\r\n \"etag\": \"W/\\\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0299b55f-99da-4b45-8363-e243906bc699\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3673\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722/ipConfigurations/ip3673\",\r\n \"etag\": \"W/\\\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\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\": \"okntfieleswunfm0ue0o5a3eyc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117\",\r\n \"etag\": \"W/\\\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d3243b66-7d25-4014-886d-f20ac257249f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2846\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117/ipConfigurations/ip2846\",\r\n \"etag\": \"W/\\\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\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\": \"nhow03pih3lutbylpomdjtngkg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNzcyMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxMTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28650fc3-0fc7-4868-abe5-eeb0cc3157f6" + "9bd7cdf8-f0ff-4986-bd92-58bd88f89279" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1307,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:24:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\"" + "W/\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7306152a-afbe-4f00-aa62-bf845e78f2d2" + "87e6a55c-56b6-4b09-8381-344190c7e4c6" ], "x-ms-correlation-request-id": [ - "9ef8ee7e-137d-4e72-8e28-a0e9b1ed1f81" + "2587a071-5acf-48ed-9663-f52365f8d04f" ], "x-ms-arm-service-request-id": [ - "6718578a-e1cc-44e9-9bbd-31a84c507efe" + "fe1c7333-e612-4991-a52f-f308c86b3766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103356Z:9ef8ee7e-137d-4e72-8e28-a0e9b1ed1f81" + "EASTUS2:20211117T082404Z:2587a071-5acf-48ed-9663-f52365f8d04f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:33:56 GMT" - ], "Content-Length": [ - "1628" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,46 +1351,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7722\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722\",\r\n \"etag\": \"W/\\\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0299b55f-99da-4b45-8363-e243906bc699\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3673\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/networkInterfaces/nic7722/ipConfigurations/ip3673\",\r\n \"etag\": \"W/\\\"e9bc537a-e1a7-4f58-a870-aa91fbc43426\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\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\": \"okntfieleswunfm0ue0o5a3eyc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic117\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117\",\r\n \"etag\": \"W/\\\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d3243b66-7d25-4014-886d-f20ac257249f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2846\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/networkInterfaces/nic117/ipConfigurations/ip2846\",\r\n \"etag\": \"W/\\\"92705411-4ad8-4f9a-aa79-d6e5a19719d6\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\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\": \"nhow03pih3lutbylpomdjtngkg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\"\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\"\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83e6606d-88a2-4b42-8708-1782920044c1" + "b5d36e32-54c3-47b7-bac8-49374ae46c9d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1827" + "1829" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:24:14 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55da40ef-e79e-4ee0-8ae5-d74e73ab0a11?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,29 +1412,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f2fd29e0-99bb-4489-9473-505d8332393a" + "55da40ef-e79e-4ee0-8ae5-d74e73ab0a11" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-correlation-request-id": [ - "449103fe-6e22-42c7-9af0-36fa5121f894" + "3bc17402-88b5-41e1-ad9f-8879f55f59bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103407Z:449103fe-6e22-42c7-9af0-36fa5121f894" + "EASTUS2:20211117T082415Z:3bc17402-88b5-41e1-ad9f-8879f55f59bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:34:06 GMT" - ], "Content-Length": [ - "3566" + "3570" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,46 +1436,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"53729871-6213-4f29-a3a1-c375df4084f0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"821458af-6fa9-4999-bcac-bd5e80952fb0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\"\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\"\r\n },\r\n \"overprovision\": false,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ca1d71d0-1c7f-4ec4-959e-d44ae7528565" + "be465106-6387-42fd-9021-143929bf3916" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1831" + "1833" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/094f9ab4-93d9-4554-a949-45363639ecb3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0f7c504b-cf17-4aa6-a9b7-23e8577755b0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1363,29 +1497,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "094f9ab4-93d9-4554-a949-45363639ecb3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0f7c504b-cf17-4aa6-a9b7-23e8577755b0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "7900d315-f371-4d07-b16f-b479a48386ff" + "830fafc5-ece7-40eb-9c05-d85bc07c707a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104412Z:7900d315-f371-4d07-b16f-b479a48386ff" + "EASTUS2:20211117T083241Z:830fafc5-ece7-40eb-9c05-d85bc07c707a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:11 GMT" - ], "Content-Length": [ - "3566" + "3570" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1394,60 +1521,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"53729871-6213-4f29-a3a1-c375df4084f0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"821458af-6fa9-4999-bcac-bd5e80952fb0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZmQyOWUwLTk5YmItNDQ4OS05NDczLTUwNWQ4MzMyMzkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55da40ef-e79e-4ee0-8ae5-d74e73ab0a11?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU1ZGE0MGVmLWU3OWUtNGVlMC04YWU1LWQ3NGU3M2FiMGExMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:24:24 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29934" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8769d4b-50e8-49a2-8ca0-cbd53a0aa6f6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14a1790a-bfaa-4105-866c-fb27f9b98430" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "1cf4d688-b877-4712-81e6-4c2b7b6586e7" + "f36821e7-b8c4-4568-ab69-134df11b3b09" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103417Z:1cf4d688-b877-4712-81e6-4c2b7b6586e7" + "EASTUS2:20211117T082425Z:f36821e7-b8c4-4568-ab69-134df11b3b09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:34:16 GMT" - ], "Content-Length": [ "134" ], @@ -1458,57 +1585,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:34:04.3619064+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2fd29e0-99bb-4489-9473-505d8332393a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:24:12.5143877+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"55da40ef-e79e-4ee0-8ae5-d74e73ab0a11\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZmQyOWUwLTk5YmItNDQ4OS05NDczLTUwNWQ4MzMyMzkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55da40ef-e79e-4ee0-8ae5-d74e73ab0a11?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU1ZGE0MGVmLWU3OWUtNGVlMC04YWU1LWQ3NGU3M2FiMGExMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:26:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29962" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c72197ae-d5c3-444d-b95f-b6cacb7e4325" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2c98110c-a841-4ec5-8a54-a8b57e9d088c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "e345c9a8-da4e-45bf-a3b5-6ddfcb86f41e" + "e63f6c87-64e4-40b1-9607-99e1721c8bda" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103554Z:e345c9a8-da4e-45bf-a3b5-6ddfcb86f41e" + "EASTUS2:20211117T082602Z:e63f6c87-64e4-40b1-9607-99e1721c8bda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:35:54 GMT" - ], "Content-Length": [ "134" ], @@ -1519,57 +1646,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:34:04.3619064+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2fd29e0-99bb-4489-9473-505d8332393a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:24:12.5143877+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"55da40ef-e79e-4ee0-8ae5-d74e73ab0a11\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZmQyOWUwLTk5YmItNDQ4OS05NDczLTUwNWQ4MzMyMzkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55da40ef-e79e-4ee0-8ae5-d74e73ab0a11?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU1ZGE0MGVmLWU3OWUtNGVlMC04YWU1LWQ3NGU3M2FiMGExMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:27:39 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b9a0b24-2807-42a5-acb8-4483aa1b7584" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "13f702a6-87cc-4085-bf32-79e8dedd62a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "97ea1e14-ad88-4ae1-ad69-19917961f7c4" + "b12b94b8-f40e-4ea0-adbb-e0e30aab4c03" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103731Z:97ea1e14-ad88-4ae1-ad69-19917961f7c4" + "EASTUS2:20211117T082740Z:b12b94b8-f40e-4ea0-adbb-e0e30aab4c03" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:37:31 GMT" - ], "Content-Length": [ "134" ], @@ -1580,57 +1707,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:34:04.3619064+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2fd29e0-99bb-4489-9473-505d8332393a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:24:12.5143877+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"55da40ef-e79e-4ee0-8ae5-d74e73ab0a11\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZmQyOWUwLTk5YmItNDQ4OS05NDczLTUwNWQ4MzMyMzkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55da40ef-e79e-4ee0-8ae5-d74e73ab0a11?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU1ZGE0MGVmLWU3OWUtNGVlMC04YWU1LWQ3NGU3M2FiMGExMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:29:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66b4fcfe-0bdf-4d23-a53a-6cb2720d5a35" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8631d669-a949-4e39-aabf-e84801f602e9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "49636f73-b182-40f8-b603-00fe19209c8b" + "8cab3b0a-6399-4258-a3e0-2903b57a0b7f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T103909Z:49636f73-b182-40f8-b603-00fe19209c8b" + "EASTUS2:20211117T082918Z:8cab3b0a-6399-4258-a3e0-2903b57a0b7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:39:08 GMT" - ], "Content-Length": [ "134" ], @@ -1641,57 +1768,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:34:04.3619064+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2fd29e0-99bb-4489-9473-505d8332393a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:24:12.5143877+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"55da40ef-e79e-4ee0-8ae5-d74e73ab0a11\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZmQyOWUwLTk5YmItNDQ4OS05NDczLTUwNWQ4MzMyMzkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55da40ef-e79e-4ee0-8ae5-d74e73ab0a11?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU1ZGE0MGVmLWU3OWUtNGVlMC04YWU1LWQ3NGU3M2FiMGExMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:30:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba85b7ef-6889-4960-b509-c418a9a7194c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "58f7e1fb-3b8d-4d5c-aeff-fb954be7c688" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "0f968f6c-2bf4-4d41-b804-8974d6fbd778" + "2035e75b-9435-4754-b622-1487d9482316" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104046Z:0f968f6c-2bf4-4d41-b804-8974d6fbd778" + "EASTUS2:20211117T083055Z:2035e75b-9435-4754-b622-1487d9482316" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:40:45 GMT" - ], "Content-Length": [ "134" ], @@ -1702,59 +1829,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:34:04.3619064+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2fd29e0-99bb-4489-9473-505d8332393a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:24:12.5143877+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"55da40ef-e79e-4ee0-8ae5-d74e73ab0a11\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZmQyOWUwLTk5YmItNDQ4OS05NDczLTUwNWQ4MzMyMzkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/55da40ef-e79e-4ee0-8ae5-d74e73ab0a11?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU1ZGE0MGVmLWU3OWUtNGVlMC04YWU1LWQ3NGU3M2FiMGExMT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40781c98-2fcf-4973-8873-e8c9f5147ab9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bf3631ea-0ea8-4551-a85b-8f61388a5b55" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "a9abfda3-bc55-4b3a-b1e8-48ac4e8f1b15" + "cd89f0c3-da6c-454f-bc4e-4a9587f5f460" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104224Z:a9abfda3-bc55-4b3a-b1e8-48ac4e8f1b15" + "EASTUS2:20211117T083232Z:cd89f0c3-da6c-454f-bc4e-4a9587f5f460" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:42:23 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1763,59 +1890,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:34:04.3619064+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2fd29e0-99bb-4489-9473-505d8332393a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:24:12.5143877+00:00\",\r\n \"endTime\": \"2021-11-17T08:31:59.4828763+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"55da40ef-e79e-4ee0-8ae5-d74e73ab0a11\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/f2fd29e0-99bb-4489-9473-505d8332393a?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyZmQyOWUwLTk5YmItNDQ4OS05NDczLTUwNWQ4MzMyMzkzYT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "633b3141-92b3-4d2b-b47f-1a50c3a1e80b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "698e949a-0687-45ad-947a-9e8537e57bba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "e5a546c5-333a-4135-9d18-0e8f5f62862a" + "829666b5-3a35-4e6e-8341-ad3c88b3c4bc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104401Z:e5a546c5-333a-4135-9d18-0e8f5f62862a" + "EASTUS2:20211117T083232Z:829666b5-3a35-4e6e-8341-ad3c88b3c4bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:01 GMT" - ], "Content-Length": [ - "184" + "3571" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1824,59 +1951,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:34:04.3619064+00:00\",\r\n \"endTime\": \"2021-06-29T10:43:25.0844585+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f2fd29e0-99bb-4489-9473-505d8332393a\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"821458af-6fa9-4999-bcac-bd5e80952fb0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "577f3cb6-326d-4220-9734-d173ef976a46" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2591" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba19daa4-2a8a-4f4d-87d0-cb9afd27e6f9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "987e9801-3bba-4ba4-bdb0-22e043ba3a02" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "7abcbdc1-6bd8-446a-86f3-80c056e77b67" + "129cdcd1-c4ce-4235-aaa5-fb60c2ae8869" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104401Z:7abcbdc1-6bd8-446a-86f3-80c056e77b67" + "EASTUS2:20211117T083233Z:129cdcd1-c4ce-4235-aaa5-fb60c2ae8869" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:01 GMT" - ], "Content-Length": [ - "3567" + "3571" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1885,65 +2018,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"53729871-6213-4f29-a3a1-c375df4084f0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"821458af-6fa9-4999-bcac-bd5e80952fb0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a2306914-ebe8-4aeb-9a18-5f2a892a91a3" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2590" + "Microsoft.Compute/GetVMScaleSet3Min;391,Microsoft.Compute/GetVMScaleSet30Min;2588" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "841f44cc-8ae9-42df-a4bb-d0670d7e56a5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "55409a88-2526-454b-8a49-879b53902693" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-correlation-request-id": [ - "973b09cb-15bd-466c-aac0-bbc6e7c5a4de" + "0056195f-c6d6-446a-b742-5115cb225bbb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104402Z:973b09cb-15bd-466c-aac0-bbc6e7c5a4de" + "EASTUS2:20211117T083252Z:0056195f-c6d6-446a-b742-5115cb225bbb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:01 GMT" - ], "Content-Length": [ - "3567" + "3571" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1952,59 +2079,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"53729871-6213-4f29-a3a1-c375df4084f0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"821458af-6fa9-4999-bcac-bd5e80952fb0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294?api-version=2021-11-01&$expand=userData", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5ND9hcGktdmVyc2lvbj0yMDIxLTExLTAxJiRleHBhbmQ9dXNlckRhdGE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7a7ebf42-5682-4392-a97b-2ca38bde9d9e" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2582" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "318e2a9d-c21f-43c6-9dd3-dd5a0ca838fe" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "092ccce6-47cc-42ba-9bbe-e9fe2c42827e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-correlation-request-id": [ - "d8a65e3a-228d-46fe-85b2-4a313a2b2fe1" + "b1d39b21-da3e-4f6f-922e-1b22f49a55c6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104422Z:d8a65e3a-228d-46fe-85b2-4a313a2b2fe1" + "EASTUS2:20211117T083233Z:b1d39b21-da3e-4f6f-922e-1b22f49a55c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:22 GMT" - ], "Content-Length": [ - "3567" + "3614" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2013,65 +2146,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"53729871-6213-4f29-a3a1-c375df4084f0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\",\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"821458af-6fa9-4999-bcac-bd5e80952fb0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442?api-version=2021-07-01&$expand=userData", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMSYkZXhwYW5kPXVzZXJEYXRh", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294?api-version=2021-11-01&$expand=userData", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5ND9hcGktdmVyc2lvbj0yMDIxLTExLTAxJiRleHBhbmQ9dXNlckRhdGE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b854581-933a-4831-9e9d-e2b78437f9cc" + "2618aa9a-5cd1-41e2-80ba-e9f5d2bef85b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2589" + "Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad1f21dd-70c4-4927-b6dd-1c201902dcd1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "abf8faa3-7af1-48b3-ad01-f1fdd4e4ac13" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11992" ], "x-ms-correlation-request-id": [ - "c0d188fb-f658-49ce-a68a-f54aaa6a2f6e" + "97c02e70-379e-49d7-9237-498c0132519c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104402Z:c0d188fb-f658-49ce-a68a-f54aaa6a2f6e" + "EASTUS2:20211117T083252Z:97c02e70-379e-49d7-9237-498c0132519c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:02 GMT" - ], "Content-Length": [ - "3610" + "3618" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2080,65 +2213,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\",\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"53729871-6213-4f29-a3a1-c375df4084f0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\",\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"821458af-6fa9-4999-bcac-bd5e80952fb0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442?api-version=2021-07-01&$expand=userData", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDI/YXBpLXZlcnNpb249MjAyMS0wNy0wMSYkZXhwYW5kPXVzZXJEYXRh", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0?$expand=userData&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5NC92aXJ0dWFsTWFjaGluZXMvMD8kZXhwYW5kPXVzZXJEYXRhJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9d3af69-17c7-40f8-8a9f-4ac5acb8d5fa" + "713336d3-6126-40f5-b447-748df6f028b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:33 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2581" - ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" + ], + "x-ms-request-charge": [ + "1" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "342dc570-2e7c-4086-a584-b6ca601e6531" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2ca90455-34ec-4492-8fd9-1cae36189e8c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-correlation-request-id": [ - "865ba364-5cc2-4a93-9dd5-24eeacaed00b" + "62a16211-f11b-4825-bd9a-f021ab534693" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104423Z:865ba364-5cc2-4a93-9dd5-24eeacaed00b" + "EASTUS2:20211117T083233Z:62a16211-f11b-4825-bd9a-f021ab534693" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:22 GMT" - ], "Content-Length": [ - "3614" + "4868" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2147,37 +2283,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\",\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"53729871-6213-4f29-a3a1-c375df4084f0\",\r\n \"platformFaultDomainCount\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"c851db38-0b11-41fa-9507-4d4b28d5fb83\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0/networkInterfaces/vmsstestnetconfig6935\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualmachines/0?$expand=userData&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDIvdmlydHVhbG1hY2hpbmVzLzA/JGV4cGFuZD11c2VyRGF0YSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0?$expand=userData&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5NC92aXJ0dWFsTWFjaGluZXMvMD8kZXhwYW5kPXVzZXJEYXRhJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbd2f836-952c-4787-824a-335e8e7ded26" + "efc3d16e-13fe-4eba-8b64-9a3d306a21bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:33:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999" + "Microsoft.Compute/GetVMScaleSetVM3Min;997,Microsoft.Compute/GetVMScaleSetVM30Min;4997,Microsoft.Compute/VMScaleSetVMViews3Min;4997" ], "x-ms-request-charge": [ "1" @@ -2186,29 +2329,83 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ede7aab7-9077-46cb-a005-af3f3a59f99d" + "61ee9206-5b9a-4079-b1c7-7552c83a4799" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "b6a514d5-27df-4bff-8dbd-1d3bb442b5b7" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083324Z:b6a514d5-27df-4bff-8dbd-1d3bb442b5b7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "4872" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6294_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"c851db38-0b11-41fa-9507-4d4b28d5fb83\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0/networkInterfaces/vmsstestnetconfig6935\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0f7c504b-cf17-4aa6-a9b7-23e8577755b0?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmN2M1MDRiLWNmMTctNGFhNi1hOWI3LTIzZTg1Nzc3NTViMD9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:32:50 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29985" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "22c7977b-6f18-4f6f-8995-18c1fd179e3e" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "59890d8f-3058-4416-9e09-6bd628d8a0ff" + "1fdaa34e-5ae1-40d3-a873-9131ac06f5a3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104402Z:59890d8f-3058-4416-9e09-6bd628d8a0ff" + "EASTUS2:20211117T083251Z:1fdaa34e-5ae1-40d3-a873-9131ac06f5a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:02 GMT" - ], "Content-Length": [ - "4854" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2217,68 +2414,138 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"f3ac1fa0-3907-4912-87f5-a4caa150ea8a\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBVc2VyIERhdGE=\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0/networkInterfaces/vmsstestnetconfig1549\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:32:39.1233574+00:00\",\r\n \"endTime\": \"2021-11-17T08:32:39.6546145+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0f7c504b-cf17-4aa6-a9b7-23e8577755b0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualmachines/0?$expand=userData&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDIvdmlydHVhbG1hY2hpbmVzLzA/JGV4cGFuZD11c2VyRGF0YSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5NC92aXJ0dWFsTWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0/networkInterfaces/vmsstestnetconfig6935\"\r\n }\r\n ]\r\n },\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"enableIPForwarding\": false\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6659c6c7-e652-4ed9-9506-3ad8ea2e623c" + "1318351c-2a3b-42a9-9757-2213f8603959" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "3234" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:32:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ba1ac95-5e3b-4a79-b6cc-bf6b128be453?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSetVM3Min;997,Microsoft.Compute/GetVMScaleSetVM30Min;4997,Microsoft.Compute/VMScaleSetVMViews3Min;4997" + "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ - "1" + "0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32556af7-4b95-4acb-9787-0a8f53faa0ab" + "4ba1ac95-5e3b-4a79-b6cc-bf6b128be453" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "7d2f13b1-bef1-45f7-84bf-7b9f857d4f23" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083253Z:7d2f13b1-bef1-45f7-84bf-7b9f857d4f23" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "4826" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vmss6294_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"c851db38-0b11-41fa-9507-4d4b28d5fb83\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0/networkInterfaces/vmsstestnetconfig6935\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/4ba1ac95-5e3b-4a79-b6cc-bf6b128be453?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiYTFhYzk1LTVlM2ItNGE3OS1iNmNjLWJmNmIxMjhiZTQ1Mz9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:33:23 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29984" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "535a5753-7a60-4d1f-9342-52d4b77ebb39" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11991" ], "x-ms-correlation-request-id": [ - "d60f7595-6a66-4e8e-97f2-984ce6bd47e9" + "59ad12ff-4904-41f1-924f-f2d886b047e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104454Z:d60f7595-6a66-4e8e-97f2-984ce6bd47e9" + "EASTUS2:20211117T083323Z:59ad12ff-4904-41f1-924f-f2d886b047e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:54 GMT" - ], "Content-Length": [ - "5279" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2287,59 +2554,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"f3ac1fa0-3907-4912-87f5-a4caa150ea8a\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\",\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0/networkInterfaces/vmsstestnetconfig1549\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T08:32:52.7326561+00:00\",\r\n \"endTime\": \"2021-11-17T08:32:52.8576296+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4ba1ac95-5e3b-4a79-b6cc-bf6b128be453\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/094f9ab4-93d9-4554-a949-45363639ecb3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA5NGY5YWI0LTkzZDktNDU1NC1hOTQ5LTQ1MzYzNjM5ZWNiMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI4NTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNjI5NC92aXJ0dWFsTWFjaGluZXMvMD9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:33:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4998" + ], + "x-ms-request-charge": [ + "1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4921926c-8257-4b48-8b97-82af2701584b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "545f1b51-3f6e-4313-949b-5374a590c9b1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-correlation-request-id": [ - "b683516d-ba4a-4c08-9706-ab20357dac86" + "9ad493c8-8774-4c85-a5e4-8dbe9cb4eafd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104422Z:b683516d-ba4a-4c08-9706-ab20357dac86" + "EASTUS2:20211117T083323Z:9ad493c8-8774-4c85-a5e4-8dbe9cb4eafd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:22 GMT" - ], "Content-Length": [ - "184" + "4827" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2348,229 +2618,595 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:44:09.1315627+00:00\",\r\n \"endTime\": \"2021-06-29T10:44:09.6941806+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"094f9ab4-93d9-4554-a949-45363639ecb3\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss6294_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6935\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1021\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Network/virtualNetworks/vn9170/subnets/sn3672\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"c851db38-0b11-41fa-9507-4d4b28d5fb83\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_OsDisk_1_f7597bb8b50b414d98085987c6230443\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/disks/vmss6294_vmss6294_0_disk2_259c83daca614920bbcef1bafb9b581f\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachineScaleSets/vmss6294/virtualMachines/0/networkInterfaces/vmsstestnetconfig6935\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar28561/providers/Microsoft.Compute/virtualMachines/vmss6294_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDIvdmlydHVhbG1hY2hpbmVzLzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\"\r\n },\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0/networkInterfaces/vmsstestnetconfig1549\"\r\n }\r\n ]\r\n },\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"enableIPForwarding\": false\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"userData\": \"U29tZSBuZXcgVXNlciBEYXRh\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n }\r\n}", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar28561?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI4NTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1626bea-7d8b-4461-9fa4-f0ae552ab72f" + "4b0f598f-cbdb-4adb-a833-1e643d88d6ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3226" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:33:28 GMT" + ], "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0f877fd9-b733-4dd8-8c57-0c0689a15393?api-version=2021-07-01" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0" + "Retry-After": [ + "15" ], - "x-ms-request-charge": [ - "0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "94c58e8d-575c-4120-baa3-5421aee1708a" + ], + "x-ms-correlation-request-id": [ + "94c58e8d-575c-4120-baa3-5421aee1708a" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083328Z:94c58e8d-575c-4120-baa3-5421aee1708a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "0f877fd9-b733-4dd8-8c57-0c0689a15393" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Content-Length": [ + "0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:33:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "7f1ed84b-14bb-4624-bada-d3abe68782dd" ], "x-ms-correlation-request-id": [ - "99234abd-ef8c-4cf7-9415-d87eb2bad2be" + "7f1ed84b-14bb-4624-bada-d3abe68782dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104424Z:99234abd-ef8c-4cf7-9415-d87eb2bad2be" + "EASTUS2:20211117T083344Z:7f1ed84b-14bb-4624-bada-d3abe68782dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:23 GMT" - ], "Content-Length": [ - "4812" + "0" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:33:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "ef8b2804-8b47-47a5-a082-44b34b1e92f4" + ], + "x-ms-correlation-request-id": [ + "ef8b2804-8b47-47a5-a082-44b34b1e92f4" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083359Z:ef8b2804-8b47-47a5-a082-44b34b1e92f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:34:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "005df3e4-9e6f-4306-925d-513e8a242a80" + ], + "x-ms-correlation-request-id": [ + "005df3e4-9e6f-4306-925d-513e8a242a80" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083415Z:005df3e4-9e6f-4306-925d-513e8a242a80" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:34:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "a8f424a5-197a-4017-9b2c-c9bff605fd68" + ], + "x-ms-correlation-request-id": [ + "a8f424a5-197a-4017-9b2c-c9bff605fd68" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083430Z:a8f424a5-197a-4017-9b2c-c9bff605fd68" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:34:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "68d012f1-6433-4736-85f6-d2d1980fa8a3" + ], + "x-ms-correlation-request-id": [ + "68d012f1-6433-4736-85f6-d2d1980fa8a3" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083446Z:68d012f1-6433-4736-85f6-d2d1980fa8a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:35:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "dfd42f55-eec8-45a6-b82c-ced4a163b67b" + ], + "x-ms-correlation-request-id": [ + "dfd42f55-eec8-45a6-b82c-ced4a163b67b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083501Z:dfd42f55-eec8-45a6-b82c-ced4a163b67b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 08:35:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "1508b658-3aaa-41c1-90b4-5af4635118dd" + ], + "x-ms-correlation-request-id": [ + "1508b658-3aaa-41c1-90b4-5af4635118dd" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T083517Z:1508b658-3aaa-41c1-90b4-5af4635118dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"f3ac1fa0-3907-4912-87f5-a4caa150ea8a\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0/networkInterfaces/vmsstestnetconfig1549\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/0f877fd9-b733-4dd8-8c57-0c0689a15393?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmODc3ZmQ5LWI3MzMtNGRkOC04YzU3LTBjMDY4OWExNTM5Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:35:32 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29977" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "fba03c7b-8179-4503-b1c8-1ad75d5eff20" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], + "x-ms-request-id": [ + "d15ad5e7-589a-4f9e-8265-2ca5d2368c70" + ], "x-ms-correlation-request-id": [ - "02a924d9-137e-44f4-8626-4eadf8908f0b" + "d15ad5e7-589a-4f9e-8265-2ca5d2368c70" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104454Z:02a924d9-137e-44f4-8626-4eadf8908f0b" + "EASTUS2:20211117T083532Z:d15ad5e7-589a-4f9e-8265-2ca5d2368c70" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:53 GMT" - ], "Content-Length": [ - "184" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T10:44:23.5535644+00:00\",\r\n \"endTime\": \"2021-06-29T10:44:23.6629352+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0f877fd9-b733-4dd8-8c57-0c0689a15393\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualmachines/0?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHMvdm1zczg0NDIvdmlydHVhbG1hY2hpbmVzLzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:35:47 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4998" - ], - "x-ms-request-charge": [ - "1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c0bec692-6b87-489e-ad43-880c73271d77" + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], + "x-ms-request-id": [ + "a9172fce-7670-4cb1-9df0-e2e0238d90a0" + ], "x-ms-correlation-request-id": [ - "ae7a0efc-f157-44a7-8406-78040ceb998a" + "a9172fce-7670-4cb1-9df0-e2e0238d90a0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104454Z:ae7a0efc-f157-44a7-8406-78040ceb998a" + "EASTUS2:20211117T083548Z:a9172fce-7670-4cb1-9df0-e2e0238d90a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:53 GMT" - ], "Content-Length": [ - "5234" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss8442_0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1549\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7001\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Network/virtualNetworks/vn7450/subnets/sn9564\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"vmId\": \"f3ac1fa0-3907-4912-87f5-a4caa150ea8a\",\r\n \"hardwareProfile\": {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_OsDisk_1_9d2ea15a3237421e9b6210a9490909fd\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/disks/vmss8442_vmss8442_0_disk2_1f0a14407fac4f32b79ad7f0c4147192\"\r\n },\r\n \"diskSizeGB\": 128,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test000000\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss8442/virtualMachines/0/networkInterfaces/vmsstestnetconfig1549\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar801/providers/Microsoft.Compute/virtualMachines/vmss8442_0/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar801?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgwMT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "76fec482-d5d8-4aaa-9e63-56ed4bcd8c0a" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2578,26 +3214,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:36:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "x-ms-request-id": [ - "74d4c967-6e5b-4f60-bd76-bef15268887f" + "6f227d74-20f0-4504-8b67-2e28ebbd6e36" ], "x-ms-correlation-request-id": [ - "74d4c967-6e5b-4f60-bd76-bef15268887f" + "6f227d74-20f0-4504-8b67-2e28ebbd6e36" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104500Z:74d4c967-6e5b-4f60-bd76-bef15268887f" + "EASTUS2:20211117T083603Z:6f227d74-20f0-4504-8b67-2e28ebbd6e36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2605,29 +3244,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:44:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2635,26 +3271,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:36:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11981" ], "x-ms-request-id": [ - "1d9cac4f-1be3-4a2a-8bf3-bd7b0a2b5d27" + "a835013a-37c9-4a6f-8b8d-fad67f78b696" ], "x-ms-correlation-request-id": [ - "1d9cac4f-1be3-4a2a-8bf3-bd7b0a2b5d27" + "a835013a-37c9-4a6f-8b8d-fad67f78b696" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104516Z:1d9cac4f-1be3-4a2a-8bf3-bd7b0a2b5d27" + "EASTUS2:20211117T083619Z:a835013a-37c9-4a6f-8b8d-fad67f78b696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2662,29 +3301,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:45:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2692,26 +3328,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:36:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11980" ], "x-ms-request-id": [ - "b5b474ed-2ba8-416b-8857-5ef2af627570" + "325475f2-bef3-450d-a234-c098b106fe2d" ], "x-ms-correlation-request-id": [ - "b5b474ed-2ba8-416b-8857-5ef2af627570" + "325475f2-bef3-450d-a234-c098b106fe2d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104531Z:b5b474ed-2ba8-416b-8857-5ef2af627570" + "EASTUS2:20211117T083634Z:325475f2-bef3-450d-a234-c098b106fe2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2719,29 +3358,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:45:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2749,26 +3385,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:36:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11979" ], "x-ms-request-id": [ - "b9bddcd4-de55-40c5-86e2-71e6d05df770" + "c102bbfa-f4e1-4bdd-aad1-06f2b1c0234b" ], "x-ms-correlation-request-id": [ - "b9bddcd4-de55-40c5-86e2-71e6d05df770" + "c102bbfa-f4e1-4bdd-aad1-06f2b1c0234b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104547Z:b9bddcd4-de55-40c5-86e2-71e6d05df770" + "EASTUS2:20211117T083650Z:c102bbfa-f4e1-4bdd-aad1-06f2b1c0234b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2776,29 +3415,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:45:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2806,26 +3442,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:37:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11978" ], "x-ms-request-id": [ - "18009de7-0ecf-4a5b-9721-ce7520d123d3" + "792164bd-23e7-48fd-b666-18e299cc7765" ], "x-ms-correlation-request-id": [ - "18009de7-0ecf-4a5b-9721-ce7520d123d3" + "792164bd-23e7-48fd-b666-18e299cc7765" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104602Z:18009de7-0ecf-4a5b-9721-ce7520d123d3" + "EASTUS2:20211117T083705Z:792164bd-23e7-48fd-b666-18e299cc7765" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2833,29 +3472,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:46:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2863,26 +3499,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:37:20 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11977" ], "x-ms-request-id": [ - "7430eeba-dae8-4810-acb7-4d8e558cbf62" + "46cf73e5-93d9-471f-8a9b-155b0d54390d" ], "x-ms-correlation-request-id": [ - "7430eeba-dae8-4810-acb7-4d8e558cbf62" + "46cf73e5-93d9-471f-8a9b-155b0d54390d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104618Z:7430eeba-dae8-4810-acb7-4d8e558cbf62" + "EASTUS2:20211117T083720Z:46cf73e5-93d9-471f-8a9b-155b0d54390d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2890,29 +3529,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:46:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2920,26 +3556,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:37:35 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11976" ], "x-ms-request-id": [ - "2db90df0-75d3-4295-b239-c78f322290aa" + "fe9d46b4-707a-44a6-aed2-6997d892b9f9" ], "x-ms-correlation-request-id": [ - "2db90df0-75d3-4295-b239-c78f322290aa" + "fe9d46b4-707a-44a6-aed2-6997d892b9f9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104633Z:2db90df0-75d3-4295-b239-c78f322290aa" + "EASTUS2:20211117T083736Z:fe9d46b4-707a-44a6-aed2-6997d892b9f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2947,29 +3586,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:46:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2977,26 +3613,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:37:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11975" ], "x-ms-request-id": [ - "1cba824d-3cef-40c9-a333-3b392e98ddfd" + "a686d855-6faa-4b91-b394-528f22d00210" ], "x-ms-correlation-request-id": [ - "1cba824d-3cef-40c9-a333-3b392e98ddfd" + "a686d855-6faa-4b91-b394-528f22d00210" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104649Z:1cba824d-3cef-40c9-a333-3b392e98ddfd" + "EASTUS2:20211117T083751Z:a686d855-6faa-4b91-b394-528f22d00210" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3004,29 +3643,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:46:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3034,26 +3670,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:38:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11974" ], "x-ms-request-id": [ - "b996254e-9862-44ff-87ee-b28be25380f6" + "4e2e1b03-961f-466d-9035-57814a139d1b" ], "x-ms-correlation-request-id": [ - "b996254e-9862-44ff-87ee-b28be25380f6" + "4e2e1b03-961f-466d-9035-57814a139d1b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104704Z:b996254e-9862-44ff-87ee-b28be25380f6" + "EASTUS2:20211117T083807Z:4e2e1b03-961f-466d-9035-57814a139d1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3061,29 +3700,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:47:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3091,26 +3727,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:38:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11973" ], "x-ms-request-id": [ - "332822a7-b917-4a57-bd0e-422df537eaa6" + "ca5779ff-bd90-494c-95b9-c14c8102095c" ], "x-ms-correlation-request-id": [ - "332822a7-b917-4a57-bd0e-422df537eaa6" + "ca5779ff-bd90-494c-95b9-c14c8102095c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104720Z:332822a7-b917-4a57-bd0e-422df537eaa6" + "EASTUS2:20211117T083823Z:ca5779ff-bd90-494c-95b9-c14c8102095c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3118,29 +3757,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:47:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3148,26 +3784,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:38:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11972" ], "x-ms-request-id": [ - "10c24741-b193-4503-8147-bbb61a8523c8" + "c05f603a-8d4e-4b2d-9d75-192f7cb5e904" ], "x-ms-correlation-request-id": [ - "10c24741-b193-4503-8147-bbb61a8523c8" + "c05f603a-8d4e-4b2d-9d75-192f7cb5e904" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104735Z:10c24741-b193-4503-8147-bbb61a8523c8" + "EASTUS2:20211117T083838Z:c05f603a-8d4e-4b2d-9d75-192f7cb5e904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3175,29 +3814,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:47:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3205,26 +3841,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:38:54 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11971" ], "x-ms-request-id": [ - "9d8095f0-ec7d-4d02-a948-470eef6d6e89" + "0986f0e8-4aaa-4899-99c7-d65406c3ebd3" ], "x-ms-correlation-request-id": [ - "9d8095f0-ec7d-4d02-a948-470eef6d6e89" + "0986f0e8-4aaa-4899-99c7-d65406c3ebd3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104751Z:9d8095f0-ec7d-4d02-a948-470eef6d6e89" + "EASTUS2:20211117T083854Z:0986f0e8-4aaa-4899-99c7-d65406c3ebd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3232,29 +3871,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:47:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3262,26 +3898,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:39:09 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11970" ], "x-ms-request-id": [ - "b2c01c98-3215-45d5-97b9-5b4b99dad7fd" + "796b6acf-9ea8-4927-80b2-91d3dd434e09" ], "x-ms-correlation-request-id": [ - "b2c01c98-3215-45d5-97b9-5b4b99dad7fd" + "796b6acf-9ea8-4927-80b2-91d3dd434e09" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104806Z:b2c01c98-3215-45d5-97b9-5b4b99dad7fd" + "EASTUS2:20211117T083909Z:796b6acf-9ea8-4927-80b2-91d3dd434e09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3289,29 +3928,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:48:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3319,26 +3955,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:39:24 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11969" ], "x-ms-request-id": [ - "9a28b3bb-ee93-456a-8c59-3f8ba93131ab" + "b369c6a2-3f9b-4919-9bd8-f9b1d307b643" ], "x-ms-correlation-request-id": [ - "9a28b3bb-ee93-456a-8c59-3f8ba93131ab" + "b369c6a2-3f9b-4919-9bd8-f9b1d307b643" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104822Z:9a28b3bb-ee93-456a-8c59-3f8ba93131ab" + "EASTUS2:20211117T083925Z:b369c6a2-3f9b-4919-9bd8-f9b1d307b643" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3346,29 +3985,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:48:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3376,26 +4012,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:39:39 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11968" ], "x-ms-request-id": [ - "7da5bf92-5534-4f62-a34e-0186eb283df9" + "c168b2bd-f071-4060-bff7-5455f6423512" ], "x-ms-correlation-request-id": [ - "7da5bf92-5534-4f62-a34e-0186eb283df9" + "c168b2bd-f071-4060-bff7-5455f6423512" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104837Z:7da5bf92-5534-4f62-a34e-0186eb283df9" + "EASTUS2:20211117T083940Z:c168b2bd-f071-4060-bff7-5455f6423512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3403,29 +4042,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:48:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3433,26 +4069,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:39:56 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11967" ], "x-ms-request-id": [ - "6f52cb01-6910-4835-a07f-e7be3c657d22" + "8b89c076-02a9-4f93-9513-4b3eba025de9" ], "x-ms-correlation-request-id": [ - "6f52cb01-6910-4835-a07f-e7be3c657d22" + "8b89c076-02a9-4f93-9513-4b3eba025de9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104853Z:6f52cb01-6910-4835-a07f-e7be3c657d22" + "EASTUS2:20211117T083956Z:8b89c076-02a9-4f93-9513-4b3eba025de9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3460,29 +4099,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:48:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3490,26 +4126,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:40:11 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11966" ], "x-ms-request-id": [ - "103a5a5d-7f55-4d9f-8bf2-e173c7a59d17" + "d1f77888-59b1-4a9a-8865-1bcd621fd3bb" ], "x-ms-correlation-request-id": [ - "103a5a5d-7f55-4d9f-8bf2-e173c7a59d17" + "d1f77888-59b1-4a9a-8865-1bcd621fd3bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104908Z:103a5a5d-7f55-4d9f-8bf2-e173c7a59d17" + "EASTUS2:20211117T084011Z:d1f77888-59b1-4a9a-8865-1bcd621fd3bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3517,29 +4156,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:49:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3547,26 +4183,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:40:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11965" ], "x-ms-request-id": [ - "d39456b8-7265-4b05-afcb-9ef55b2d6817" + "12df7988-5ac5-484f-a207-10ef1ae72c51" ], "x-ms-correlation-request-id": [ - "d39456b8-7265-4b05-afcb-9ef55b2d6817" + "12df7988-5ac5-484f-a207-10ef1ae72c51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104924Z:d39456b8-7265-4b05-afcb-9ef55b2d6817" + "EASTUS2:20211117T084027Z:12df7988-5ac5-484f-a207-10ef1ae72c51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3574,29 +4213,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:49:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3604,20 +4240,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:40:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11964" ], "x-ms-request-id": [ - "1f7cdcf7-066a-4bcf-acb7-984489574314" + "5ff67b7e-e770-4164-8018-691b3329a5b3" ], "x-ms-correlation-request-id": [ - "1f7cdcf7-066a-4bcf-acb7-984489574314" + "5ff67b7e-e770-4164-8018-691b3329a5b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104939Z:1f7cdcf7-066a-4bcf-acb7-984489574314" + "EASTUS2:20211117T084042Z:5ff67b7e-e770-4164-8018-691b3329a5b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3625,29 +4264,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:49:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MDEtU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TURFdFUwOVZWRWhGUVZOVVFWTkpRU0lzSW1wdllreHZZMkYwYVc5dUlqb2ljMjkxZEdobFlYTjBZWE5wWVNKOT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyODU2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl5T0RVMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3655,20 +4291,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 08:40:42 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11963" ], "x-ms-request-id": [ - "58dd7020-fe4f-4546-b539-6c6a1e92f4ae" + "537baae5-63b8-412b-af23-5956f3a1b51d" ], "x-ms-correlation-request-id": [ - "58dd7020-fe4f-4546-b539-6c6a1e92f4ae" + "537baae5-63b8-412b-af23-5956f3a1b51d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T104940Z:58dd7020-fe4f-4546-b539-6c6a1e92f4ae" + "EASTUS2:20211117T084043Z:537baae5-63b8-412b-af23-5956f3a1b51d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3676,14 +4315,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 10:49:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3692,27 +4328,27 @@ ], "Names": { "InitializeCommon": [ - "crptestar80", - "vmss8442", - "crptestar55" + "crptestar2856", + "vmss6294", + "crptestar1178" ], "CreatePublicIP": [ - "pip8105", - "dn3630" + "pip1136", + "dn8512" ], "CreateVNET": [ - "vn7450", - "sn9564" + "vn9170", + "sn3672" ], "CreateNIC": [ - "nic7722", - "ip3673" + "nic117", + "ip2846" ], "CreateDefaultVMScaleSetInput": [ - "crptestar6197", - "vmss7822", - "vmsstestnetconfig1549", - "vmsstestnetconfig7001" + "crptestar5996", + "vmss8786", + "vmsstestnetconfig6935", + "vmsstestnetconfig1021" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetApplicationProfile.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetApplicationProfile.json index adae2d0815aba..09c422ecc5077 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetApplicationProfile.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetApplicationProfile.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourcegroups/crptestar6706?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4331?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzMzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar6706\": \"2021-07-30 23:39:43Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar4331\": \"2021-11-17 00:39:00Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "26db9f2b-be61-4839-8982-4d3c6019a11c" + "6182a5d9-16d9-4937-a1bc-906b17e0df90" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:00 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "121f3582-6f45-4735-97e5-8eb21d8ecbe0" + "ca4752ff-d756-49d1-a805-3cf951f1ecbd" ], "x-ms-correlation-request-id": [ - "121f3582-6f45-4735-97e5-8eb21d8ecbe0" + "ca4752ff-d756-49d1-a805-3cf951f1ecbd" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T233943Z:121f3582-6f45-4735-97e5-8eb21d8ecbe0" + "EASTUS2:20211117T003900Z:ca4752ff-d756-49d1-a805-3cf951f1ecbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:39:43 GMT" - ], "Content-Length": [ "232" ], @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706\",\r\n \"name\": \"crptestar6706\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar6706\": \"2021-07-30 23:39:43Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331\",\r\n \"name\": \"crptestar4331\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"crptestar4331\": \"2021-11-17 00:39:00Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourcegroups/crptestar6706?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4331?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzMzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "191adfda-6ea0-4f25-8166-6b6810463079" + "e9c2189a-153a-4ef3-8cfe-90db1348e45f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -95,6 +95,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:29 GMT" + ], "Pragma": [ "no-cache" ], @@ -102,13 +105,13 @@ "1198" ], "x-ms-request-id": [ - "b9bb95df-88e8-4602-b447-9cea86a6fc35" + "97f55d0c-6ecb-4088-9676-7214b8551011" ], "x-ms-correlation-request-id": [ - "b9bb95df-88e8-4602-b447-9cea86a6fc35" + "97f55d0c-6ecb-4088-9676-7214b8551011" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234016Z:b9bb95df-88e8-4602-b447-9cea86a6fc35" + "EASTUS2:20211117T003930Z:97f55d0c-6ecb-4088-9676-7214b8551011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -116,9 +119,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:15 GMT" - ], "Content-Length": [ "184" ], @@ -129,25 +129,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706\",\r\n \"name\": \"crptestar6706\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331\",\r\n \"name\": \"crptestar4331\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Storage/storageAccounts/crptestar5381?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MzgxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Storage/storageAccounts/crptestar7146?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MTQ2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "99783e36-a5a3-4d59-affa-bbcf8031df5f" + "c203a0fd-6f68-4cef-a2ca-e48e971cf4f9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -161,62 +161,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/aba74c0b-c7a4-4769-a245-ca7a9aa12c71?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/ef11c740-9963-456f-88f6-05e43f5a94d9?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "aba74c0b-c7a4-4769-a245-ca7a9aa12c71" + "ef11c740-9963-456f-88f6-05e43f5a94d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b19cd36c-f04d-493e-adb9-96edbb83379f" + "e4ba83ac-3712-4e5a-ad72-ea237e58c444" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T233947Z:b19cd36c-f04d-493e-adb9-96edbb83379f" + "EASTUS2:20211117T003902Z:e4ba83ac-3712-4e5a-ad72-ea237e58c444" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:39:46 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/aba74c0b-c7a4-4769-a245-ca7a9aa12c71?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2FiYTc0YzBiLWM3YTQtNDc2OS1hMjQ1LWNhN2E5YWExMmM3MT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/ef11c740-9963-456f-88f6-05e43f5a94d9?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2VmMTFjNzQwLTk5NjMtNDU2Zi04OGY2LTA1ZTQzZjVhOTRkOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -224,33 +224,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5d93b485-6178-442d-9b7b-da85135f597b" + "213e373b-b94d-440f-be0b-2764b8470aa4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "a0d4e561-4399-4792-90e2-2249e666d6e5" + "eeb9d204-1ca8-4c23-9fcc-c4e6666cb526" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234004Z:a0d4e561-4399-4792-90e2-2249e666d6e5" + "EASTUS2:20211117T003919Z:eeb9d204-1ca8-4c23-9fcc-c4e6666cb526" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:03 GMT" - ], "Content-Length": [ "93" ], @@ -265,21 +265,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b187e2e9-5b0a-4c28-8fca-3f8112568397" + "51cd83f4-9634-4e24-b405-0d583a4f9a6d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -287,33 +287,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2a2b69db-7df2-4013-9560-64e92d16887d" + "935e7a65-adb5-49f7-8377-bca1775e0fcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "54fd77e1-c269-45ec-a42e-91dfbe3c6df5" + "1725434e-a65e-45fa-98ce-b13d05fcdacb" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234014Z:54fd77e1-c269-45ec-a42e-91dfbe3c6df5" + "EASTUS2:20211117T003929Z:1725434e-a65e-45fa-98ce-b13d05fcdacb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:14 GMT" - ], "Content-Length": [ "753" ], @@ -324,25 +324,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Storage/storageAccounts/crptestar5381\",\r\n \"name\": \"crptestar5381\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-30T23:39:45.8160991Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5381.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5381.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5381.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5381.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Storage/storageAccounts/crptestar7146\",\r\n \"name\": \"crptestar7146\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T00:39:01.1195466Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7146.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7146.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7146.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7146.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Storage/storageAccounts/crptestar5381?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI1MzgxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Storage/storageAccounts/crptestar7146?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MTQ2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82968fdb-1f96-4838-a1e2-b2a7d034340c" + "a3c8c554-3d15-4717-b5aa-e1c035691e86" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -350,33 +350,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "44ee52dd-0da8-43b8-9040-dc81a60d6c35" + "d4348001-cade-474f-944e-70a9df8965b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "7cd45f8e-0ee2-4f4c-9afc-5a92542cccd3" + "eaf45ab8-b067-45f6-b570-61e3a8383ce4" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234014Z:7cd45f8e-0ee2-4f4c-9afc-5a92542cccd3" + "EASTUS2:20211117T003929Z:eaf45ab8-b067-45f6-b570-61e3a8383ce4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:14 GMT" - ], "Content-Length": [ "741" ], @@ -387,35 +387,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Storage/storageAccounts/crptestar5381\",\r\n \"name\": \"crptestar5381\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-07-30T23:39:45.8160991Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar5381.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar5381.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar5381.table.core.windows.net/\",\r\n \"file\": \"https://crptestar5381.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Storage/storageAccounts/crptestar7146\",\r\n \"name\": \"crptestar7146\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-17T00:39:01.1195466Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7146.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7146.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7146.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7146.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2euap/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccf202d8-cc11-402a-98b6-f07effe669fa" + "9c545fad-3424-4c3f-9869-d892ce2a8312" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:29 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -423,30 +430,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "3707be56-376d-4281-af6f-306af28cbf16_132677270611671120" + "3707be56-376d-4281-af6f-306af28cbf16_132804548105402048" ], "x-ms-request-id": [ - "4a662f5c-8e1e-477b-9a6f-1d18fbfcf9bc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1a1a70b3-64d8-445d-80e0-a166284a8729" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "3ece4bfc-89b5-4d1a-a976-a5493b8ba58d" + "ca5e8c7b-7b2b-4a71-94b0-d4d79a3cee04" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234015Z:3ece4bfc-89b5-4d1a-a976-a5493b8ba58d" + "EASTUS2:20211117T003929Z:ca5e8c7b-7b2b-4a71-94b0-d4d79a3cee04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:15 GMT" - ], "Content-Length": [ "317" ], @@ -457,25 +457,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/EastUS2EUAP/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/publicIPAddresses/pip8537?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg1Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/publicIPAddresses/pip6973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6853\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1405\"\r\n }\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a47a522d-ed5e-4b82-9a20-9a9864d4da40" + "a321ba66-c136-4add-a255-161b049dc19c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -489,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6a5f4602-089a-4420-9fb4-05efb5aa7f50" + "c2bf434c-8a13-45e0-8c33-834854adb7ec" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/6a5f4602-089a-4420-9fb4-05efb5aa7f50?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/c2bf434c-8a13-45e0-8c33-834854adb7ec?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e95ae00a-086f-40f6-a685-73f08f5938b4" + "5797db5c-863f-477d-81cb-dd65e0f42cbf" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "33c13e11-e517-420d-8839-b689b607b9c9" + "7e48c851-42ed-496f-9fb7-b65055793a25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234019Z:e95ae00a-086f-40f6-a685-73f08f5938b4" + "EASTUS2:20211117T003930Z:5797db5c-863f-477d-81cb-dd65e0f42cbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:19 GMT" - ], "Content-Length": [ "765" ], @@ -539,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8537\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/publicIPAddresses/pip8537\",\r\n \"etag\": \"W/\\\"3369cb5a-89fb-447e-8ea0-593da4402399\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a740c9df-8f63-41fb-b7d4-cf5084bf7005\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6853\",\r\n \"fqdn\": \"dn6853.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/publicIPAddresses/pip6973\",\r\n \"etag\": \"W/\\\"d9484dd2-cd15-44a1-8bbf-a8e7f533d41a\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"44d97e2e-8cc2-49d2-afbe-beb01982b43a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1405\",\r\n \"fqdn\": \"dn1405.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/6a5f4602-089a-4420-9fb4-05efb5aa7f50?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy82YTVmNDYwMi0wODlhLTQ0MjAtOWZiNC0wNWVmYjVhYTdmNTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/c2bf434c-8a13-45e0-8c33-834854adb7ec?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy9jMmJmNDM0Yy04YTEzLTQ1ZTAtOGMzMy04MzQ4NTRhZGI3ZWM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -559,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "e2da0239-9fe5-4a56-9544-7b30bac4da9a" + "ef7d8ba0-675c-47f6-b843-ac4d7e8ddb70" ], "x-ms-correlation-request-id": [ - "dc1b655c-7eb6-4432-af26-9a05b2543df2" + "f6e47044-0317-42dd-b2a5-21f182bb2566" ], "x-ms-arm-service-request-id": [ - "fed600f9-5e13-4ee1-9e5c-e7a7e763ba72" + "47cde68d-0384-4e18-930e-d383d8e4b64f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234020Z:dc1b655c-7eb6-4432-af26-9a05b2543df2" + "EASTUS2:20211117T003932Z:f6e47044-0317-42dd-b2a5-21f182bb2566" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:20 GMT" - ], "Content-Length": [ "29" ], @@ -604,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/publicIPAddresses/pip8537?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg1Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/publicIPAddresses/pip6973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -620,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f81255d1-717a-43a3-ac20-2716be0b2541\"" + "W/\"78a22962-0971-4c79-a0aa-493c7549e016\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "06432038-9726-4c2e-9f48-a3f5f9632e7e" + "b8b705da-c598-4570-b5a8-71e16826183a" ], "x-ms-correlation-request-id": [ - "268db346-85d6-4986-b9c4-8de029c4ac65" + "c397effd-3df7-4ef7-ad3c-c21bb9ada543" ], "x-ms-arm-service-request-id": [ - "20b7cb28-ff51-4768-8f9d-bf5ff99f4dc2" + "41565fc3-a998-446d-9fbe-8a36e211106d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234020Z:268db346-85d6-4986-b9c4-8de029c4ac65" + "EASTUS2:20211117T003932Z:c397effd-3df7-4ef7-ad3c-c21bb9ada543" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:20 GMT" - ], "Content-Length": [ "766" ], @@ -664,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8537\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/publicIPAddresses/pip8537\",\r\n \"etag\": \"W/\\\"f81255d1-717a-43a3-ac20-2716be0b2541\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a740c9df-8f63-41fb-b7d4-cf5084bf7005\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6853\",\r\n \"fqdn\": \"dn6853.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/publicIPAddresses/pip6973\",\r\n \"etag\": \"W/\\\"78a22962-0971-4c79-a0aa-493c7549e016\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"44d97e2e-8cc2-49d2-afbe-beb01982b43a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1405\",\r\n \"fqdn\": \"dn1405.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/publicIPAddresses/pip8537?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDg1Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/publicIPAddresses/pip6973?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY5NzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7b5fda2-a338-4943-84d6-69d82de690eb" + "9fe96301-0f4e-47c2-8152-285bd9877c49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -690,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f81255d1-717a-43a3-ac20-2716be0b2541\"" + "W/\"78a22962-0971-4c79-a0aa-493c7549e016\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3a017021-fb1e-475a-8acb-e0244923f1b7" + "27742966-9025-41e5-ac8d-39b96db575c1" ], "x-ms-correlation-request-id": [ - "95b9d60a-08ae-4e7e-bc25-9e70085ba7eb" + "363e07d7-6540-40d5-9a98-4388181e31da" ], "x-ms-arm-service-request-id": [ - "faa6fb1a-d6c3-4651-a841-8d3577a512e0" + "b8a9d38f-652b-4b8a-a24f-ea99c2749e1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234021Z:95b9d60a-08ae-4e7e-bc25-9e70085ba7eb" + "EASTUS2:20211117T003932Z:363e07d7-6540-40d5-9a98-4388181e31da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:20 GMT" - ], "Content-Length": [ "766" ], @@ -734,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8537\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/publicIPAddresses/pip8537\",\r\n \"etag\": \"W/\\\"f81255d1-717a-43a3-ac20-2716be0b2541\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a740c9df-8f63-41fb-b7d4-cf5084bf7005\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6853\",\r\n \"fqdn\": \"dn6853.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6973\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/publicIPAddresses/pip6973\",\r\n \"etag\": \"W/\\\"78a22962-0971-4c79-a0aa-493c7549e016\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"44d97e2e-8cc2-49d2-afbe-beb01982b43a\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1405\",\r\n \"fqdn\": \"dn1405.eastus2euap.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE4NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxMzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8338\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1780\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4108ed64-b21a-484d-8c0c-278c311d1d39" + "bbab8398-250d-47bf-9a37-9804c85f42e7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -766,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:31 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5e6f2c80-8c2c-4918-8558-70e32f93c648" + "068ec1ff-6a59-4ff7-a1f6-624fc5618b91" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/5e6f2c80-8c2c-4918-8558-70e32f93c648?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/068ec1ff-6a59-4ff7-a1f6-624fc5618b91?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ccb5e42f-45e0-469c-a80c-73e50f63cb36" + "d99299fc-d712-42fb-b9da-5eedf83b66a5" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9bf95535-01cd-41d3-be1f-15b5048bb2a3" + "22d72646-a9a0-4e04-a613-9c55599ac909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234022Z:ccb5e42f-45e0-469c-a80c-73e50f63cb36" + "EASTUS2:20211117T003932Z:d99299fc-d712-42fb-b9da-5eedf83b66a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:22 GMT" - ], "Content-Length": [ "1319" ], @@ -816,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1866\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866\",\r\n \"etag\": \"W/\\\"d9828ccd-0a4d-4781-b6cb-fa992b73f368\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"73004fbd-11ae-4389-ae70-52e23a7e5dea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8338\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\",\r\n \"etag\": \"W/\\\"d9828ccd-0a4d-4781-b6cb-fa992b73f368\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136\",\r\n \"etag\": \"W/\\\"29ac5179-bf5c-4bb7-b944-f17b0803c3d2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0ec85adf-0b7d-4f78-96a1-7be844661761\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\",\r\n \"etag\": \"W/\\\"29ac5179-bf5c-4bb7-b944-f17b0803c3d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/5e6f2c80-8c2c-4918-8558-70e32f93c648?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy81ZTZmMmM4MC04YzJjLTQ5MTgtODU1OC03MGUzMmY5M2M2NDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/068ec1ff-6a59-4ff7-a1f6-624fc5618b91?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9ucy8wNjhlYzFmZi02YTU5LTRmZjctYTFmNi02MjRmYzU2MThiOTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -836,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9aa1f0c3-26b3-4126-a21d-5794727c8ff4" + "7fcfa5ec-c53d-4bc4-bee5-6cf98dbf27cf" ], "x-ms-correlation-request-id": [ - "4db69c31-0d80-4b27-b952-040caa98448e" + "32605b48-15a7-4b9d-bcea-90cde1632939" ], "x-ms-arm-service-request-id": [ - "3b4085df-207a-4114-b8dc-ca3a72003c0c" + "2ac811f8-2559-4ab2-bed5-0d0ab29d53a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234025Z:4db69c31-0d80-4b27-b952-040caa98448e" + "EASTUS2:20211117T003935Z:32605b48-15a7-4b9d-bcea-90cde1632939" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:25 GMT" - ], "Content-Length": [ "29" ], @@ -881,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE4NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxMzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -897,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"54336cdf-9969-49c6-b9e7-69c3fc7547a8\"" + "W/\"16a24c28-2b2d-498e-8b54-1bb976608485\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "aba32298-bbd1-4dda-8312-f33616ba5303" + "90252830-3638-4b8a-b994-7987793cb04d" ], "x-ms-correlation-request-id": [ - "76737766-0afa-4fcc-aa6d-be1613b1a685" + "1bbb34fd-3052-4593-a760-a8ccdc0ef5a2" ], "x-ms-arm-service-request-id": [ - "e90f1482-c89c-438a-b38d-01fd9ee316d2" + "ff630ecf-9489-48de-867b-bf950907fbf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234025Z:76737766-0afa-4fcc-aa6d-be1613b1a685" + "EASTUS2:20211117T003935Z:1bbb34fd-3052-4593-a760-a8ccdc0ef5a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:25 GMT" - ], "Content-Length": [ "1321" ], @@ -941,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn1866\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866\",\r\n \"etag\": \"W/\\\"54336cdf-9969-49c6-b9e7-69c3fc7547a8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"73004fbd-11ae-4389-ae70-52e23a7e5dea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8338\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\",\r\n \"etag\": \"W/\\\"54336cdf-9969-49c6-b9e7-69c3fc7547a8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5136\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136\",\r\n \"etag\": \"W/\\\"16a24c28-2b2d-498e-8b54-1bb976608485\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ec85adf-0b7d-4f78-96a1-7be844661761\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\",\r\n \"etag\": \"W/\\\"16a24c28-2b2d-498e-8b54-1bb976608485\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE4NjYvc3VibmV0cy9zbjgzMzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjUxMzYvc3VibmV0cy9zbjE3ODA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52188a52-34b0-4cee-add9-fb31cecb0123" + "69a490cb-daa0-40d7-a37b-bfb33968d96d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -967,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"54336cdf-9969-49c6-b9e7-69c3fc7547a8\"" + "W/\"16a24c28-2b2d-498e-8b54-1bb976608485\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a8b6b5e3-5b33-4fee-a567-c325ce435446" + "b7d1b6d0-8e62-4539-ab8c-3415b533c130" ], "x-ms-correlation-request-id": [ - "4f3d3d51-836c-4d7a-96d7-9c8b6f410da9" + "68fbebca-8232-43e9-97bd-4def5c4ca81b" ], "x-ms-arm-service-request-id": [ - "05f67c93-7935-4a70-afc1-eed0ed7d2d45" + "71f1c416-6730-4100-8339-8f74be0ac9d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234026Z:4f3d3d51-836c-4d7a-96d7-9c8b6f410da9" + "EASTUS2:20211117T003935Z:68fbebca-8232-43e9-97bd-4def5c4ca81b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:25 GMT" - ], "Content-Length": [ "523" ], @@ -1011,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn8338\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\",\r\n \"etag\": \"W/\\\"54336cdf-9969-49c6-b9e7-69c3fc7547a8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn1780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\",\r\n \"etag\": \"W/\\\"16a24c28-2b2d-498e-8b54-1bb976608485\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwMTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8338\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\r\n }\r\n },\r\n \"name\": \"ip8225\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1780\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\r\n }\r\n },\r\n \"name\": \"ip3898\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "68d42af1-d4fe-467d-8822-c3e4d39c6c3d" + "e1c931da-b97c-42f1-8c68-23669b615864" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1043,45 +1043,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "2592aae4-00d5-4be6-9c08-1404f8af2d08" + "d73ebc72-bbad-472b-ac17-4bb0defd9b05" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Network/locations/eastus2euap/operations/2592aae4-00d5-4be6-9c08-1404f8af2d08?api-version=2019-09-01" + "azure-asyncoperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2euap/operations/d73ebc72-bbad-472b-ac17-4bb0defd9b05?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6cc4d9ae-6398-44f6-9b93-d504da3970cc" + "23b34c7a-8fff-4d47-97ef-0eb21a0470c5" ], - "Azure-AsyncNotification": [ + "azure-asyncnotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "709e86a4-2ab3-47b8-bd98-b3431e4ba739" + "626bd0d0-ff7f-4863-afc3-6b3479e70fc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234027Z:6cc4d9ae-6398-44f6-9b93-d504da3970cc" + "EASTUS2:20211117T003935Z:23b34c7a-8fff-4d47-97ef-0eb21a0470c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:27 GMT" - ], "Content-Length": [ - "1631" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1090,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1018\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018\",\r\n \"etag\": \"W/\\\"02a6c6ec-131f-4159-b1f1-c029cc77158b\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"718782b6-3409-4356-a809-a70ef2c70081\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8225\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018/ipConfigurations/ip8225\",\r\n \"etag\": \"W/\\\"02a6c6ec-131f-4159-b1f1-c029cc77158b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\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\": \"xvhqa23ocgeuhltqklrdu5s33c.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759\",\r\n \"etag\": \"W/\\\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"98482f16-b9ed-4fa0-bd87-e7515b7d3774\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759/ipConfigurations/ip3898\",\r\n \"etag\": \"W/\\\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\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\": \"13nmqdt3bn2e5fvbppueizqxmb.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwMTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1110,42 +1110,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"02a6c6ec-131f-4159-b1f1-c029cc77158b\"" + "W/\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "868fea35-abf8-4dc0-a886-10a548dd3402" + "f6b1ecea-3921-40de-8cf0-f00e345d0068" ], "x-ms-correlation-request-id": [ - "a63bbae8-0fb0-47cc-b19b-5fc16a279b89" + "22d0f1c4-c071-47da-9499-74513ddacb76" ], "x-ms-arm-service-request-id": [ - "aa889eb7-8f18-4390-845e-ee4ef5a49637" + "6350a93b-eedd-41f2-83e1-957708c722e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234027Z:a63bbae8-0fb0-47cc-b19b-5fc16a279b89" + "EASTUS2:20211117T003935Z:22d0f1c4-c071-47da-9499-74513ddacb76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:27 GMT" - ], "Content-Length": [ - "1631" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1018\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018\",\r\n \"etag\": \"W/\\\"02a6c6ec-131f-4159-b1f1-c029cc77158b\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"718782b6-3409-4356-a809-a70ef2c70081\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8225\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018/ipConfigurations/ip8225\",\r\n \"etag\": \"W/\\\"02a6c6ec-131f-4159-b1f1-c029cc77158b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\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\": \"xvhqa23ocgeuhltqklrdu5s33c.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759\",\r\n \"etag\": \"W/\\\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"98482f16-b9ed-4fa0-bd87-e7515b7d3774\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759/ipConfigurations/ip3898\",\r\n \"etag\": \"W/\\\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\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\": \"13nmqdt3bn2e5fvbppueizqxmb.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEwMTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3NTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9edbfd8b-c7f5-4572-b27b-a83c8855ba37" + "8ff1e99b-b7ab-4efd-a6d0-fbc0ea44f21e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1180,42 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"02a6c6ec-131f-4159-b1f1-c029cc77158b\"" + "W/\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b349b12e-c3d5-4e78-8ece-82bd7065aa8b" + "cbdcec19-975e-4c22-b45f-9fc5e58b5e8c" ], "x-ms-correlation-request-id": [ - "017ea87c-33c9-4a32-bea0-b878edee1acd" + "7f475396-6375-4117-99f1-48e19257cb66" ], "x-ms-arm-service-request-id": [ - "e1dbaf65-1349-4a8b-a223-1f82dd459fa0" + "97d8e8e9-bdb4-4df1-861b-7ebc5d71a8ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234027Z:017ea87c-33c9-4a32-bea0-b878edee1acd" + "EASTUS2:20211117T003935Z:7f475396-6375-4117-99f1-48e19257cb66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:27 GMT" - ], "Content-Length": [ - "1631" + "1588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,26 +1224,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1018\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018\",\r\n \"etag\": \"W/\\\"02a6c6ec-131f-4159-b1f1-c029cc77158b\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"718782b6-3409-4356-a809-a70ef2c70081\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8225\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/networkInterfaces/nic1018/ipConfigurations/ip8225\",\r\n \"etag\": \"W/\\\"02a6c6ec-131f-4159-b1f1-c029cc77158b\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\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\": \"xvhqa23ocgeuhltqklrdu5s33c.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1759\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759\",\r\n \"etag\": \"W/\\\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\\\"\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"98482f16-b9ed-4fa0-bd87-e7515b7d3774\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3898\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/networkInterfaces/nic1759/ipConfigurations/ip3898\",\r\n \"etag\": \"W/\\\"b68252bb-3fde-4d0c-9564-2fe2ec4cf2b7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\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\": \"13nmqdt3bn2e5fvbppueizqxmb.cbnx.internal.cloudapp.net\"\r\n },\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzOTgxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjY2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3420\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2281\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2485\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5212\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "975ec536-b5bd-4e6f-bf33-d3313c8d71af" + "d8ed7da4-c1ae-457e-8290-4c4af2311e7b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1256,20 +1256,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:37 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9a160134-6f6a-4af9-912f-77687975c141?p=8d0f4f7b-48be-43af-827a-4b3f1eb25ac6&api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fc7d28a6-628e-4a65-a75d-955404079962?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;132,Microsoft.Compute/CreateVMScaleSet30Min;665,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2662,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1278,29 +1285,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a160134-6f6a-4af9-912f-77687975c141" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc7d28a6-628e-4a65-a75d-955404079962" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8522b6b6-6230-416b-b745-75d3f0c2d583" + "a7c5f816-b61f-49c6-bcef-1f7a63191d91" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234032Z:8522b6b6-6230-416b-b745-75d3f0c2d583" + "EASTUS2:20211117T003937Z:a7c5f816-b61f-49c6-bcef-1f7a63191d91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:31 GMT" - ], "Content-Length": [ - "4186" + "4258" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,32 +1309,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3981\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3420\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2281\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"fb27f1be-5c4d-4617-b2f8-7158740e1126\",\r\n \"publisher\": \"Microsoft.CPlat.Core.Edp\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"806aee03-997f-4ef3-9b0c-c5335a267300\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4266\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2485\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5212\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"c7f6bd10-c736-4ef0-8db7-b647515ca6ee\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8a863698-9a99-42c4-9dea-2061ebb1d623\",\r\n \"timeCreated\": \"2021-11-17T00:39:36.4249477+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9a160134-6f6a-4af9-912f-77687975c141?p=8d0f4f7b-48be-43af-827a-4b3f1eb25ac6&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85YTE2MDEzNC02ZjZhLTRhZjktOTEyZi03NzY4Nzk3NWMxNDE/cD04ZDBmNGY3Yi00OGJlLTQzYWYtODI3YS00YjNmMWViMjVhYzYmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fc7d28a6-628e-4a65-a75d-955404079962?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYzdkMjhhNi02MjhlLTRhNjUtYTc1ZC05NTU0MDQwNzk5NjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:39:47 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "97" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1342,27 +1349,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0941ed3-1d02-4068-bb64-4f49ac308a89" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3e7ec26b-3607-4ae3-ae4c-e184d827cf29" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "321c977b-4b7b-4b1c-b283-90cefcb6c39e" + "42d6e27c-b64f-4576-886a-f0f273d9a1ab" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234042Z:321c977b-4b7b-4b1c-b283-90cefcb6c39e" + "EASTUS2:20211117T003947Z:42d6e27c-b64f-4576-886a-f0f273d9a1ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:40:41 GMT" - ], "Content-Length": [ "134" ], @@ -1373,29 +1373,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-30T16:40:30.3067905-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a160134-6f6a-4af9-912f-77687975c141\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T00:39:36.4093705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc7d28a6-628e-4a65-a75d-955404079962\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9a160134-6f6a-4af9-912f-77687975c141?p=8d0f4f7b-48be-43af-827a-4b3f1eb25ac6&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85YTE2MDEzNC02ZjZhLTRhZjktOTEyZi03NzY4Nzk3NWMxNDE/cD04ZDBmNGY3Yi00OGJlLTQzYWYtODI3YS00YjNmMWViMjVhYzYmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fc7d28a6-628e-4a65-a75d-955404079962?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYzdkMjhhNi02MjhlLTRhNjUtYTc1ZC05NTU0MDQwNzk5NjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:41:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1403,27 +1410,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8d395e1-d469-4a60-8275-90e370f0d08d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d57716ee-d43a-4e42-b223-8bb55467604e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "11b48af2-0010-40b8-8f00-5c7429a51d55" + "575c3017-8e79-4e17-8807-3d3f5cd44bc6" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234219Z:11b48af2-0010-40b8-8f00-5c7429a51d55" + "EASTUS2:20211117T004124Z:575c3017-8e79-4e17-8807-3d3f5cd44bc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:42:19 GMT" - ], "Content-Length": [ "134" ], @@ -1434,29 +1434,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-30T16:40:30.3067905-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a160134-6f6a-4af9-912f-77687975c141\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T00:39:36.4093705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc7d28a6-628e-4a65-a75d-955404079962\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9a160134-6f6a-4af9-912f-77687975c141?p=8d0f4f7b-48be-43af-827a-4b3f1eb25ac6&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85YTE2MDEzNC02ZjZhLTRhZjktOTEyZi03NzY4Nzk3NWMxNDE/cD04ZDBmNGY3Yi00OGJlLTQzYWYtODI3YS00YjNmMWViMjVhYzYmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fc7d28a6-628e-4a65-a75d-955404079962?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYzdkMjhhNi02MjhlLTRhNjUtYTc1ZC05NTU0MDQwNzk5NjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:43:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" ], @@ -1464,27 +1471,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc49b822-3e90-429c-8a53-0238a7bd287d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a43832c9-8992-4a03-bfcc-2e87209ce41c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-correlation-request-id": [ - "7d222823-603e-48ee-b228-84739068737c" + "26e48945-edb0-4c95-84a9-ddebee9ae901" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234356Z:7d222823-603e-48ee-b228-84739068737c" + "EASTUS2:20211117T004301Z:26e48945-edb0-4c95-84a9-ddebee9ae901" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:43:56 GMT" - ], "Content-Length": [ "134" ], @@ -1495,29 +1495,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-30T16:40:30.3067905-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a160134-6f6a-4af9-912f-77687975c141\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T00:39:36.4093705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc7d28a6-628e-4a65-a75d-955404079962\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9a160134-6f6a-4af9-912f-77687975c141?p=8d0f4f7b-48be-43af-827a-4b3f1eb25ac6&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85YTE2MDEzNC02ZjZhLTRhZjktOTEyZi03NzY4Nzk3NWMxNDE/cD04ZDBmNGY3Yi00OGJlLTQzYWYtODI3YS00YjNmMWViMjVhYzYmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fc7d28a6-628e-4a65-a75d-955404079962?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYzdkMjhhNi02MjhlLTRhNjUtYTc1ZC05NTU0MDQwNzk5NjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:44:38 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" ], @@ -1525,27 +1532,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dda3356-a352-4359-90f4-7be327c52ea8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0a983d8e-4aa6-4b66-9555-1b8caf42442d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "b1804978-1fe0-46fd-8531-a593fdff0752" + "c56040b9-2bad-4174-8730-3ae4b0d46bfe" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234533Z:b1804978-1fe0-46fd-8531-a593fdff0752" + "EASTUS2:20211117T004439Z:c56040b9-2bad-4174-8730-3ae4b0d46bfe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:45:33 GMT" - ], "Content-Length": [ "134" ], @@ -1556,29 +1556,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-30T16:40:30.3067905-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a160134-6f6a-4af9-912f-77687975c141\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T00:39:36.4093705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc7d28a6-628e-4a65-a75d-955404079962\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9a160134-6f6a-4af9-912f-77687975c141?p=8d0f4f7b-48be-43af-827a-4b3f1eb25ac6&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85YTE2MDEzNC02ZjZhLTRhZjktOTEyZi03NzY4Nzk3NWMxNDE/cD04ZDBmNGY3Yi00OGJlLTQzYWYtODI3YS00YjNmMWViMjVhYzYmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fc7d28a6-628e-4a65-a75d-955404079962?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYzdkMjhhNi02MjhlLTRhNjUtYTc1ZC05NTU0MDQwNzk5NjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:46:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], @@ -1586,27 +1593,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "382bdbfd-7213-469e-b774-3660df3964b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "63079265-a926-44b1-ae14-90006291d6d5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "4fb125ff-cf39-46ae-a132-20a7171ea889" + "98405a78-3333-4c0a-a7e9-537573b44373" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234710Z:4fb125ff-cf39-46ae-a132-20a7171ea889" + "EASTUS2:20211117T004616Z:98405a78-3333-4c0a-a7e9-537573b44373" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:47:10 GMT" - ], "Content-Length": [ "134" ], @@ -1617,57 +1617,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-30T16:40:30.3067905-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a160134-6f6a-4af9-912f-77687975c141\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T00:39:36.4093705+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fc7d28a6-628e-4a65-a75d-955404079962\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/9a160134-6f6a-4af9-912f-77687975c141?p=8d0f4f7b-48be-43af-827a-4b3f1eb25ac6&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy85YTE2MDEzNC02ZjZhLTRhZjktOTEyZi03NzY4Nzk3NWMxNDE/cD04ZDBmNGY3Yi00OGJlLTQzYWYtODI3YS00YjNmMWViMjVhYzYmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/fc7d28a6-628e-4a65-a75d-955404079962?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy9mYzdkMjhhNi02MjhlLTRhNjUtYTc1ZC05NTU0MDQwNzk5NjI/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:47:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "738a573d-2576-493a-830b-fe0cf51401cf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2195176d-3c42-45cf-86c4-be11c1c797ad" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "b3ea9939-62f1-4bf8-bf7d-a05090be3cf4" + "be2726ef-42ae-4338-9af2-b984232c94db" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234848Z:b3ea9939-62f1-4bf8-bf7d-a05090be3cf4" + "EASTUS2:20211117T004753Z:be2726ef-42ae-4338-9af2-b984232c94db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:48:47 GMT" - ], "Content-Length": [ "184" ], @@ -1678,59 +1678,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-30T16:40:30.3067905-07:00\",\r\n \"endTime\": \"2021-07-30T16:48:37.2806554-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9a160134-6f6a-4af9-912f-77687975c141\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T00:39:36.4093705+00:00\",\r\n \"endTime\": \"2021-11-17T00:47:27.5872525+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fc7d28a6-628e-4a65-a75d-955404079962\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzOTgxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjY2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:47:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;514,Microsoft.Compute/GetVMScaleSet30Min;3412" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7c4b7aa-1ff5-42c5-a86f-96680c549928" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b6aec070-8e3c-4803-b1cb-c306e434d50f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "fe3669c3-3992-4679-8a05-d40b24a3ff93" + "ef62d00b-df6d-4e3b-bfc2-3145886e64ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234848Z:fe3669c3-3992-4679-8a05-d40b24a3ff93" + "EASTUS2:20211117T004753Z:ef62d00b-df6d-4e3b-bfc2-3145886e64ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:48:47 GMT" - ], "Content-Length": [ - "4187" + "4259" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,65 +1739,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3981\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3420\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2281\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"fb27f1be-5c4d-4617-b2f8-7158740e1126\",\r\n \"publisher\": \"Microsoft.CPlat.Core.Edp\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"806aee03-997f-4ef3-9b0c-c5335a267300\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4266\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2485\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5212\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"c7f6bd10-c736-4ef0-8db7-b647515ca6ee\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8a863698-9a99-42c4-9dea-2061ebb1d623\",\r\n \"timeCreated\": \"2021-11-17T00:39:36.4249477+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzOTgxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjY2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56242bee-452e-4ed5-a2c7-fdc3ee43b390" + "ada12caa-c8dd-401c-ac54-b376edf7df3e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:47:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;513,Microsoft.Compute/GetVMScaleSet30Min;3411" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d20d65cb-230b-48f1-912a-8a86a70aece4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1850e9a1-55e2-4f8f-8791-5b1415e25b5b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "b63b4c30-34d7-4566-8878-a8f2f59fa82e" + "2c2a281b-9eb6-4450-9fa9-52b4b520cc63" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234848Z:b63b4c30-34d7-4566-8878-a8f2f59fa82e" + "EASTUS2:20211117T004753Z:2c2a281b-9eb6-4450-9fa9-52b4b520cc63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:48:47 GMT" - ], "Content-Length": [ - "4187" + "4259" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1806,65 +1806,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3981\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3420\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2281\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"fb27f1be-5c4d-4617-b2f8-7158740e1126\",\r\n \"publisher\": \"Microsoft.CPlat.Core.Edp\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"806aee03-997f-4ef3-9b0c-c5335a267300\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4266\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2485\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5212\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"c7f6bd10-c736-4ef0-8db7-b647515ca6ee\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8a863698-9a99-42c4-9dea-2061ebb1d623\",\r\n \"timeCreated\": \"2021-11-17T00:39:36.4249477+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3MzOTgxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3M0MjY2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db9d2563-9c01-4436-952e-b12ff01e1ad0" + "46efc5e0-a1cb-4bc1-b82c-c07fc0f83b42" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:47:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;512,Microsoft.Compute/GetVMScaleSet30Min;3410" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19c7ca76-673b-450e-b57f-024beae682f8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "250f5502-2939-467c-87ac-8a17a840ba18" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "7b0b5f72-c174-4b79-b38b-b9235e8c43e2" + "3fcbaeac-7d6a-4a94-ae34-db92ae582cef" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234848Z:7b0b5f72-c174-4b79-b38b-b9235e8c43e2" + "EASTUS2:20211117T004753Z:3fcbaeac-7d6a-4a94-ae34-db92ae582cef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:48:48 GMT" - ], "Content-Length": [ - "4187" + "4259" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1873,25 +1873,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss3981\",\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Compute/virtualMachineScaleSets/vmss3981\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\"\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3420\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2281\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/crptestar6706/providers/Microsoft.Network/virtualNetworks/vn1866/subnets/sn8338\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"fb27f1be-5c4d-4617-b2f8-7158740e1126\",\r\n \"publisher\": \"Microsoft.CPlat.Core.Edp\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"806aee03-997f-4ef3-9b0c-c5335a267300\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss4266\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4266\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"applicationProfile\": {\r\n \"galleryApplications\": [\r\n {\r\n \"manuallyManaged\": false,\r\n \"packageReferenceId\": \"/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/bhbrahma/providers/Microsoft.Compute/galleries/bhbrahmaGallery/applications/go/versions/1.15.8\",\r\n \"treatFailureAsDeploymentFailure\": false\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig2485\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig5212\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4331/providers/Microsoft.Network/virtualNetworks/vn5136/subnets/sn1780\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"VMAppExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"forceUpdateTag\": \"c7f6bd10-c736-4ef0-8db7-b647515ca6ee\",\r\n \"publisher\": \"Microsoft.CPlat.Core\",\r\n \"type\": \"VMApplicationManagerWindows\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"8a863698-9a99-42c4-9dea-2061ebb1d623\",\r\n \"timeCreated\": \"2021-11-17T00:39:36.4249477+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourcegroups/crptestar6706?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY3MDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4331?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzMzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a131ae9-c44d-4927-8d45-279c757819b2" + "0828168c-6a9e-4036-8d3f-f5f28fa5eb75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1899,11 +1899,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:47:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1912,13 +1915,13 @@ "14999" ], "x-ms-request-id": [ - "de7a820f-ddb4-4838-9f5c-b723134d915c" + "ba74d9cb-7eb3-4a2e-bff4-45668d28a627" ], "x-ms-correlation-request-id": [ - "de7a820f-ddb4-4838-9f5c-b723134d915c" + "ba74d9cb-7eb3-4a2e-bff4-45668d28a627" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234850Z:de7a820f-ddb4-4838-9f5c-b723134d915c" + "EASTUS2:20211117T004753Z:ba74d9cb-7eb3-4a2e-bff4-45668d28a627" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1926,29 +1929,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:48:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1956,11 +1956,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:48:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1969,13 +1972,13 @@ "11999" ], "x-ms-request-id": [ - "82f24f1b-58f1-4f23-a99e-ef513805d6a8" + "fec3dbe9-2243-4e30-b1d9-86144267c118" ], "x-ms-correlation-request-id": [ - "82f24f1b-58f1-4f23-a99e-ef513805d6a8" + "fec3dbe9-2243-4e30-b1d9-86144267c118" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234905Z:82f24f1b-58f1-4f23-a99e-ef513805d6a8" + "EASTUS2:20211117T004808Z:fec3dbe9-2243-4e30-b1d9-86144267c118" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1983,29 +1986,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:49:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2013,11 +2013,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:48:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2026,13 +2029,13 @@ "11998" ], "x-ms-request-id": [ - "66d0daa9-a25a-4ea0-bcff-e695687bed25" + "e8bc927f-cde1-49ba-abea-a5fc83eede87" ], "x-ms-correlation-request-id": [ - "66d0daa9-a25a-4ea0-bcff-e695687bed25" + "e8bc927f-cde1-49ba-abea-a5fc83eede87" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234920Z:66d0daa9-a25a-4ea0-bcff-e695687bed25" + "EASTUS2:20211117T004823Z:e8bc927f-cde1-49ba-abea-a5fc83eede87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2040,29 +2043,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:49:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2070,11 +2070,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:48:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2083,13 +2086,13 @@ "11997" ], "x-ms-request-id": [ - "480b390d-80a1-491b-a58b-3a6de6450aef" + "0df5c67a-d82f-4932-bbae-5a0f9b22a57c" ], "x-ms-correlation-request-id": [ - "480b390d-80a1-491b-a58b-3a6de6450aef" + "0df5c67a-d82f-4932-bbae-5a0f9b22a57c" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234936Z:480b390d-80a1-491b-a58b-3a6de6450aef" + "EASTUS2:20211117T004838Z:0df5c67a-d82f-4932-bbae-5a0f9b22a57c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2097,29 +2100,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:49:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2127,11 +2127,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:48:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2140,13 +2143,13 @@ "11996" ], "x-ms-request-id": [ - "959a634a-d4f1-46fa-982b-d2293b2b0822" + "5a00f5af-ecd1-467f-86cb-1663c941735b" ], "x-ms-correlation-request-id": [ - "959a634a-d4f1-46fa-982b-d2293b2b0822" + "5a00f5af-ecd1-467f-86cb-1663c941735b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T234951Z:959a634a-d4f1-46fa-982b-d2293b2b0822" + "EASTUS2:20211117T004853Z:5a00f5af-ecd1-467f-86cb-1663c941735b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2154,29 +2157,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:49:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2184,11 +2184,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:49:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2197,13 +2200,13 @@ "11995" ], "x-ms-request-id": [ - "9cf99e5a-6b91-4cb8-b1c1-e9b4a8e486f3" + "2eefd5da-cb90-4ab0-892d-eac73e1a1194" ], "x-ms-correlation-request-id": [ - "9cf99e5a-6b91-4cb8-b1c1-e9b4a8e486f3" + "2eefd5da-cb90-4ab0-892d-eac73e1a1194" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235006Z:9cf99e5a-6b91-4cb8-b1c1-e9b4a8e486f3" + "EASTUS2:20211117T004908Z:2eefd5da-cb90-4ab0-892d-eac73e1a1194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2211,29 +2214,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:50:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2241,11 +2241,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:49:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2254,13 +2257,13 @@ "11994" ], "x-ms-request-id": [ - "0e826d05-2edd-47da-917c-7187e50bfc0d" + "a236d4cb-114d-4b25-a0f8-3e7214740b46" ], "x-ms-correlation-request-id": [ - "0e826d05-2edd-47da-917c-7187e50bfc0d" + "a236d4cb-114d-4b25-a0f8-3e7214740b46" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235021Z:0e826d05-2edd-47da-917c-7187e50bfc0d" + "EASTUS2:20211117T004923Z:a236d4cb-114d-4b25-a0f8-3e7214740b46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2268,29 +2271,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:50:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2298,11 +2298,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:49:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2311,13 +2314,13 @@ "11993" ], "x-ms-request-id": [ - "d540fa25-d9e7-44bf-be12-e6ef65cc5036" + "ada4bcbb-27cb-41d7-9d72-627cf84328ee" ], "x-ms-correlation-request-id": [ - "d540fa25-d9e7-44bf-be12-e6ef65cc5036" + "ada4bcbb-27cb-41d7-9d72-627cf84328ee" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235036Z:d540fa25-d9e7-44bf-be12-e6ef65cc5036" + "EASTUS2:20211117T004938Z:ada4bcbb-27cb-41d7-9d72-627cf84328ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2325,29 +2328,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:50:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2355,11 +2355,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:49:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2368,13 +2371,13 @@ "11992" ], "x-ms-request-id": [ - "516ab8b8-775d-4662-ad93-da89cac16aef" + "07e3ab59-ebd3-4c0b-be20-9629903f35d4" ], "x-ms-correlation-request-id": [ - "516ab8b8-775d-4662-ad93-da89cac16aef" + "07e3ab59-ebd3-4c0b-be20-9629903f35d4" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235051Z:516ab8b8-775d-4662-ad93-da89cac16aef" + "EASTUS2:20211117T004953Z:07e3ab59-ebd3-4c0b-be20-9629903f35d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2382,29 +2385,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:50:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2412,11 +2412,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:50:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2425,13 +2428,13 @@ "11991" ], "x-ms-request-id": [ - "189b4b48-a5b4-4c44-ae14-a50f545896f5" + "b66a0658-b98b-45a8-8800-ed09e9591053" ], "x-ms-correlation-request-id": [ - "189b4b48-a5b4-4c44-ae14-a50f545896f5" + "b66a0658-b98b-45a8-8800-ed09e9591053" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235107Z:189b4b48-a5b4-4c44-ae14-a50f545896f5" + "EASTUS2:20211117T005008Z:b66a0658-b98b-45a8-8800-ed09e9591053" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2439,29 +2442,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:51:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2469,11 +2469,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:50:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2482,13 +2485,13 @@ "11990" ], "x-ms-request-id": [ - "6876c5f4-3212-4730-87f6-e3899a4eed52" + "7f756c8c-9b13-45fb-ab43-2965ef25f9f3" ], "x-ms-correlation-request-id": [ - "6876c5f4-3212-4730-87f6-e3899a4eed52" + "7f756c8c-9b13-45fb-ab43-2965ef25f9f3" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235122Z:6876c5f4-3212-4730-87f6-e3899a4eed52" + "EASTUS2:20211117T005023Z:7f756c8c-9b13-45fb-ab43-2965ef25f9f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2496,29 +2499,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:51:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2526,11 +2526,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:50:38 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2539,13 +2542,13 @@ "11989" ], "x-ms-request-id": [ - "6dae14fe-5917-400e-aaa4-a52dda0207f3" + "1371d207-a84f-4e84-ab88-406aa85fa95d" ], "x-ms-correlation-request-id": [ - "6dae14fe-5917-400e-aaa4-a52dda0207f3" + "1371d207-a84f-4e84-ab88-406aa85fa95d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235137Z:6dae14fe-5917-400e-aaa4-a52dda0207f3" + "EASTUS2:20211117T005038Z:1371d207-a84f-4e84-ab88-406aa85fa95d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2553,29 +2556,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:51:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2583,11 +2583,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:50:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2596,13 +2599,13 @@ "11988" ], "x-ms-request-id": [ - "6b9471ce-1c1b-4c38-9a2e-1fae132a97b8" + "105d89a4-8c29-48d2-8027-51b260a13970" ], "x-ms-correlation-request-id": [ - "6b9471ce-1c1b-4c38-9a2e-1fae132a97b8" + "105d89a4-8c29-48d2-8027-51b260a13970" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235152Z:6b9471ce-1c1b-4c38-9a2e-1fae132a97b8" + "EASTUS2:20211117T005053Z:105d89a4-8c29-48d2-8027-51b260a13970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2610,29 +2613,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:51:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2640,26 +2640,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:51:08 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-request-id": [ - "6c06e4ef-71d4-4f73-810c-5dbe7d1f0e7b" + "e21432d0-7be4-42c1-9e69-45e5b7beae11" ], "x-ms-correlation-request-id": [ - "6c06e4ef-71d4-4f73-810c-5dbe7d1f0e7b" + "e21432d0-7be4-42c1-9e69-45e5b7beae11" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235207Z:6c06e4ef-71d4-4f73-810c-5dbe7d1f0e7b" + "EASTUS2:20211117T005108Z:e21432d0-7be4-42c1-9e69-45e5b7beae11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2667,80 +2664,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:52:07 GMT" - ], - "Expires": [ - "-1" - ], "Content-Length": [ "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.30015.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "88f3e544-6cf3-4d97-ab1e-651b7f889f55" - ], - "x-ms-correlation-request-id": [ - "88f3e544-6cf3-4d97-ab1e-651b7f889f55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210730T235222Z:88f3e544-6cf3-4d97-ab1e-651b7f889f55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 30 Jul 2021 23:52:22 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NzA2LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTM5M2Y5MTktYTY4YS00M2QwLTkwNjMtNGIyYmRhNmJmZmRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTnpBMkxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzMxLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpNeExVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30015.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2748,20 +2691,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 00:51:08 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-request-id": [ - "234fd30e-b99e-4596-829b-443901ee4c9e" + "6ca38583-da7f-4acc-8a86-5c41d686a31b" ], "x-ms-correlation-request-id": [ - "234fd30e-b99e-4596-829b-443901ee4c9e" + "6ca38583-da7f-4acc-8a86-5c41d686a31b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210730T235223Z:234fd30e-b99e-4596-829b-443901ee4c9e" + "EASTUS2:20211117T005108Z:6ca38583-da7f-4acc-8a86-5c41d686a31b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2769,14 +2715,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 30 Jul 2021 23:52:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2785,30 +2728,30 @@ ], "Names": { "TestVMScaleSetApplicationProfile": [ - "crptestar6706", - "vmss3981", - "crptestar5381" + "crptestar4331", + "vmss4266", + "crptestar7146" ], "CreatePublicIP": [ - "pip8537", - "dn6853" + "pip6973", + "dn1405" ], "CreateVNET": [ - "vn1866", - "sn8338" + "vn5136", + "sn1780" ], "CreateNIC": [ - "nic1018", - "ip8225" + "nic1759", + "ip3898" ], "CreateDefaultVMScaleSetInput": [ - "crptestar3940", - "vmss130", - "vmsstestnetconfig3420", - "vmsstestnetconfig2281" + "crptestar9940", + "vmss7394", + "vmsstestnetconfig2485", + "vmsstestnetconfig5212" ] }, "Variables": { - "SubscriptionId": "5393f919-a68a-43d0-9063-4b2bda6bffdf" + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetDiagnosticsProfile.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetDiagnosticsProfile.json index b8512fb0d1517..40bc017790839 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetDiagnosticsProfile.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetDiagnosticsProfile.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar71641?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNjQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar14801?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar71641\": \"2021-06-29 04:33:39Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar14801\": \"2022-01-26 08:59:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "84ebfeb0-7b4f-45c9-a903-8da2aed7af48" + "974ef495-9472-478c-a0e4-8ffd63370b9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "7f1d72fe-0d8b-4ffa-9f8c-2ac84bf8447a" + "e861f733-6c05-4ecb-ac50-5af2b0d631f5" ], "x-ms-correlation-request-id": [ - "7f1d72fe-0d8b-4ffa-9f8c-2ac84bf8447a" + "e861f733-6c05-4ecb-ac50-5af2b0d631f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043342Z:7f1d72fe-0d8b-4ffa-9f8c-2ac84bf8447a" + "SOUTHCENTRALUS:20220126T085923Z:e861f733-6c05-4ecb-ac50-5af2b0d631f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:33:41 GMT" + "Wed, 26 Jan 2022 08:59:23 GMT" ], "Content-Length": [ "237" @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641\",\r\n \"name\": \"crptestar71641\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar71641\": \"2021-06-29 04:33:39Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801\",\r\n \"name\": \"crptestar14801\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar14801\": \"2022-01-26 08:59:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar71641?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNjQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar14801?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0f022167-e45f-48a1-a71d-a9dfbd90f29f" + "e9434a6d-c7dc-4cd3-8d13-41c33525dd06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -102,13 +102,13 @@ "1198" ], "x-ms-request-id": [ - "d07395be-3570-4b38-a472-1bd084f8f913" + "1dfab109-1275-42d9-8cb7-9e67b15f3d6f" ], "x-ms-correlation-request-id": [ - "d07395be-3570-4b38-a472-1bd084f8f913" + "1dfab109-1275-42d9-8cb7-9e67b15f3d6f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043427Z:d07395be-3570-4b38-a472-1bd084f8f913" + "SOUTHCENTRALUS:20220126T090008Z:1dfab109-1275-42d9-8cb7-9e67b15f3d6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,7 +117,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:27 GMT" + "Wed, 26 Jan 2022 09:00:08 GMT" ], "Content-Length": [ "188" @@ -129,25 +129,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641\",\r\n \"name\": \"crptestar71641\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801\",\r\n \"name\": \"crptestar14801\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Storage/storageAccounts/crptestar1167?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTE2Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Storage/storageAccounts/crptestar1792?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTc5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5f7bba3e-8dbd-4e80-9a43-298232509320" + "c28d9548-2484-47ad-b342-608da64dee9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -165,13 +165,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fbcbdd26-2e16-48a0-897e-250ececba77b?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0aee9a0b-a410-4edc-b645-956c34e45547?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "fbcbdd26-2e16-48a0-897e-250ececba77b" + "0aee9a0b-a410-4edc-b645-956c34e45547" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,16 +183,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "b3550ff4-91ac-47d9-b056-f00319148c19" + "4b36b9f6-3b13-4898-8407-6dd23247a387" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043356Z:b3550ff4-91ac-47d9-b056-f00319148c19" + "SOUTHCENTRALUS:20220126T085935Z:4b36b9f6-3b13-4898-8407-6dd23247a387" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:33:56 GMT" + "Wed, 26 Jan 2022 08:59:34 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -208,15 +208,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/fbcbdd26-2e16-48a0-897e-250ececba77b?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZmJjYmRkMjYtMmUxNi00OGEwLTg5N2UtMjUwZWNlY2JhNzdiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0aee9a0b-a410-4edc-b645-956c34e45547?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMGFlZTlhMGItYTQxMC00ZWRjLWI2NDUtOTU2YzM0ZTQ1NTQ3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -227,8 +227,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0aee9a0b-a410-4edc-b645-956c34e45547?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "1a338845-7dd9-4d26-9f7c-7374ce93177f" + "b0b46c35-3cb4-4eb3-9ac3-2d350beb915c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,16 +246,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "a396f9de-7395-4a3a-a80b-645a4458fd33" + "bfed903f-d6cf-4196-ab1c-ca61a5a0ffc1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043414Z:a396f9de-7395-4a3a-a80b-645a4458fd33" + "SOUTHCENTRALUS:20220126T085952Z:bfed903f-d6cf-4196-ab1c-ca61a5a0ffc1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:13 GMT" + "Wed, 26 Jan 2022 08:59:51 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0aee9a0b-a410-4edc-b645-956c34e45547?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMGFlZTlhMGItYTQxMC00ZWRjLWI2NDUtOTU2YzM0ZTQ1NTQ3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "53cf3ce4-2599-4c0c-b870-11a923181ec6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "cb2ad7b5-858a-4127-8443-ab28032c6f8e" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T085955Z:cb2ad7b5-858a-4127-8443-ab28032c6f8e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 08:59:55 GMT" ], "Content-Length": [ "95" @@ -265,21 +328,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b81c77b7-c44d-4227-85ae-da903eb0bdf2" + "14493a40-7faf-4ea7-8b19-2589170a0b75" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -291,7 +354,7 @@ "no-cache" ], "x-ms-request-id": [ - "a35a7ad3-d552-499b-a405-552dbf55e376" + "8829fb50-30f9-43b9-9f2c-e18036d86ebe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -300,19 +363,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "166da99f-ec10-4de1-a495-4a54870a4ae2" + "113eb6af-85b6-4a95-ac28-1a4aafdbd473" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043424Z:166da99f-ec10-4de1-a495-4a54870a4ae2" + "SOUTHCENTRALUS:20220126T090005Z:113eb6af-85b6-4a95-ac28-1a4aafdbd473" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:23 GMT" + "Wed, 26 Jan 2022 09:00:05 GMT" ], "Content-Length": [ "753" @@ -324,25 +387,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Storage/storageAccounts/crptestar1167\",\r\n \"name\": \"crptestar1167\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T04:33:53.124536Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1167.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1167.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1167.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1167.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Storage/storageAccounts/crptestar1792\",\r\n \"name\": \"crptestar1792\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T08:59:31.702402Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1792.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1792.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1792.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1792.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Storage/storageAccounts/crptestar1167?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTE2Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Storage/storageAccounts/crptestar1792?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTc5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "829c3b3d-dfe8-4111-9674-166578005940" + "6e608d2b-695f-4331-93c1-7a8b300b776c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -354,7 +417,7 @@ "no-cache" ], "x-ms-request-id": [ - "85ec01d6-2213-4ed2-88be-0da246626d80" + "2f4c9e24-5c61-4d71-b18a-0c6b26d5071e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -363,19 +426,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "02686b6c-6123-4c15-951b-919d592a627c" + "6a20a671-ec14-48e6-953a-ded4c2b0801b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043424Z:02686b6c-6123-4c15-951b-919d592a627c" + "SOUTHCENTRALUS:20220126T090006Z:6a20a671-ec14-48e6-953a-ded4c2b0801b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:24 GMT" + "Wed, 26 Jan 2022 09:00:05 GMT" ], "Content-Length": [ "741" @@ -387,26 +450,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Storage/storageAccounts/crptestar1167\",\r\n \"name\": \"crptestar1167\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T04:33:53.124536Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1167.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1167.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1167.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1167.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Storage/storageAccounts/crptestar1792\",\r\n \"name\": \"crptestar1792\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T08:59:31.702402Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1792.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1792.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1792.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1792.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc1fa24c-7a2e-4fc9-899e-e9fa7e2fed67" + "714211c9-3be4-4a34-b0a2-3cbae002869d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -417,16 +480,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "df1da9ea-5b50-4a28-9ee0-00216b0b3cc7" + "e9a1b92f-c44b-465b-8e8c-f80a6c7331fa" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -436,16 +499,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "2a80bfaf-b44d-4c65-b3d7-0ff6bc80dd95" + "9cfa6c06-0151-48d1-818a-e149d43de3fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043425Z:2a80bfaf-b44d-4c65-b3d7-0ff6bc80dd95" + "SOUTHCENTRALUS:20220126T090007Z:9cfa6c06-0151-48d1-818a-e149d43de3fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:25 GMT" + "Wed, 26 Jan 2022 09:00:07 GMT" ], "Content-Length": [ "321" @@ -461,21 +524,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/publicIPAddresses/pip1807?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxODA3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/publicIPAddresses/pip9288?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5Mjg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3088\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6555\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ca889ce2-7614-45db-8334-e09d9cb55b82" + "324703c6-b0d9-4259-985c-cf284bb9327b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -496,19 +559,19 @@ "1" ], "x-ms-request-id": [ - "b06281a1-2e9b-49c9-a185-9587498c3bdc" + "7081856a-7861-4d25-bf4e-aa74dcd395e8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b06281a1-2e9b-49c9-a185-9587498c3bdc?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7081856a-7861-4d25-bf4e-aa74dcd395e8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "55cb9ede-94e1-4bd5-bbef-205b7a8c6b22" + "60ae3dd7-6fc4-48ce-b903-2e1b3be54610" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ff33bf13-d9b7-4855-bed4-c9b46e4be9d8" + "b8937f3c-2ceb-4428-81c1-357a337ee5a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -521,13 +584,13 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043436Z:55cb9ede-94e1-4bd5-bbef-205b7a8c6b22" + "SOUTHCENTRALUS:20220126T090019Z:60ae3dd7-6fc4-48ce-b903-2e1b3be54610" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:36 GMT" + "Wed, 26 Jan 2022 09:00:19 GMT" ], "Content-Length": [ "770" @@ -539,19 +602,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/publicIPAddresses/pip1807\",\r\n \"etag\": \"W/\\\"b682e3a4-28c3-4cb1-a814-cf31b92b6bf7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7638e27f-ec51-4057-8dbc-cf1a183b6f3c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3088\",\r\n \"fqdn\": \"dn3088.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9288\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/publicIPAddresses/pip9288\",\r\n \"etag\": \"W/\\\"39ea9b13-4897-482e-9ec2-434f0daa89be\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"35e3018f-a84c-4b28-8b10-fbf64f977a1e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6555\",\r\n \"fqdn\": \"dn6555.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/b06281a1-2e9b-49c9-a185-9587498c3bdc?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IwNjI4MWExLTJlOWItNDljOS1hMTg1LTk1ODc0OThjM2JkYz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7081856a-7861-4d25-bf4e-aa74dcd395e8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwODE4NTZhLTc4NjEtNGQyNS1iZjRlLWFhNzRkY2QzOTVlOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -562,14 +625,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], "x-ms-request-id": [ - "f9dda12d-d268-484c-952d-aa22e9cd025c" + "f1ca8c87-d820-46ee-bde9-c587fbcddfe0" ], "x-ms-correlation-request-id": [ - "fe3dd9a1-1aa7-45ca-94f8-657be287123c" + "10172d95-c33d-455d-8f88-eb8a18c0e58e" ], "x-ms-arm-service-request-id": [ - "a8cc8d3d-343e-4f51-98ba-bf4be128914d" + "8a4ca510-2b8e-48a1-8254-5f69f23f595c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,13 +648,74 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043437Z:fe3dd9a1-1aa7-45ca-94f8-657be287123c" + "SOUTHCENTRALUS:20220126T090021Z:10172d95-c33d-455d-8f88-eb8a18c0e58e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:00:20 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/7081856a-7861-4d25-bf4e-aa74dcd395e8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwODE4NTZhLTc4NjEtNGQyNS1iZjRlLWFhNzRkY2QzOTVlOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8fc97058-883b-4369-9024-8e052a7fd556" + ], + "x-ms-correlation-request-id": [ + "f14a575d-5bc9-4dd2-a09f-5407656a750b" + ], + "x-ms-arm-service-request-id": [ + "df1fe44c-1253-48f1-95bb-afe88cc59296" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T090023Z:f14a575d-5bc9-4dd2-a09f-5407656a750b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:37 GMT" + "Wed, 26 Jan 2022 09:00:23 GMT" ], "Content-Length": [ "29" @@ -604,15 +731,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/publicIPAddresses/pip1807?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxODA3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/publicIPAddresses/pip9288?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5Mjg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +751,16 @@ "no-cache" ], "ETag": [ - "W/\"6c41f2a8-ee79-4f26-abc7-971dd73778c4\"" + "W/\"1350e7aa-0134-4068-a285-415499cd714b\"" ], "x-ms-request-id": [ - "a5a10c00-740a-4f01-afc1-c7f2a71bb072" + "f30f2a8e-5978-441b-abb2-d7169e7262e8" ], "x-ms-correlation-request-id": [ - "4c48d697-6620-4532-9721-2a12c11a9eed" + "db3bae9a-2caa-4064-a7fe-175d61c3be2f" ], "x-ms-arm-service-request-id": [ - "c93ded3a-a439-46c1-8d32-f3607caabe74" + "13f97b13-a71c-4672-a70e-3d30806e104f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -643,16 +770,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043438Z:4c48d697-6620-4532-9721-2a12c11a9eed" + "SOUTHCENTRALUS:20220126T090023Z:db3bae9a-2caa-4064-a7fe-175d61c3be2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:37 GMT" + "Wed, 26 Jan 2022 09:00:23 GMT" ], "Content-Length": [ "771" @@ -664,25 +791,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/publicIPAddresses/pip1807\",\r\n \"etag\": \"W/\\\"6c41f2a8-ee79-4f26-abc7-971dd73778c4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7638e27f-ec51-4057-8dbc-cf1a183b6f3c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3088\",\r\n \"fqdn\": \"dn3088.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9288\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/publicIPAddresses/pip9288\",\r\n \"etag\": \"W/\\\"1350e7aa-0134-4068-a285-415499cd714b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"35e3018f-a84c-4b28-8b10-fbf64f977a1e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6555\",\r\n \"fqdn\": \"dn6555.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/publicIPAddresses/pip1807?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxODA3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/publicIPAddresses/pip9288?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5Mjg4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c94358e8-2ec6-440a-b3ea-90e0e9eeb8d4" + "344aa918-a159-4338-b0af-aa2360d708b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -694,16 +821,16 @@ "no-cache" ], "ETag": [ - "W/\"6c41f2a8-ee79-4f26-abc7-971dd73778c4\"" + "W/\"1350e7aa-0134-4068-a285-415499cd714b\"" ], "x-ms-request-id": [ - "7433b7a0-d88d-495f-aa5b-924a812cb46c" + "3c857795-ecf4-4aa9-aef2-220bb96840a7" ], "x-ms-correlation-request-id": [ - "af863ef3-228f-40bb-93c6-48b882b71e78" + "078c64a5-08af-46f0-a7ee-b4302b832c50" ], "x-ms-arm-service-request-id": [ - "4790e432-efa1-4c42-a142-7b7fd7dcc63d" + "6e45c6f5-4760-4ebe-bde3-61438ba5c5ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -713,16 +840,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043438Z:af863ef3-228f-40bb-93c6-48b882b71e78" + "SOUTHCENTRALUS:20220126T090023Z:078c64a5-08af-46f0-a7ee-b4302b832c50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:38 GMT" + "Wed, 26 Jan 2022 09:00:23 GMT" ], "Content-Length": [ "771" @@ -734,25 +861,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/publicIPAddresses/pip1807\",\r\n \"etag\": \"W/\\\"6c41f2a8-ee79-4f26-abc7-971dd73778c4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7638e27f-ec51-4057-8dbc-cf1a183b6f3c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3088\",\r\n \"fqdn\": \"dn3088.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip9288\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/publicIPAddresses/pip9288\",\r\n \"etag\": \"W/\\\"1350e7aa-0134-4068-a285-415499cd714b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"35e3018f-a84c-4b28-8b10-fbf64f977a1e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6555\",\r\n \"fqdn\": \"dn6555.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MDMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NDI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4631\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2541\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7fca27e-cbd2-45bc-a20f-41f7eeaaa823" + "792e4a30-b403-46f3-aeca-732c7f2bc0b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -773,19 +900,19 @@ "3" ], "x-ms-request-id": [ - "f2ae0b31-8de4-485a-856b-d6b0fb9d00f9" + "c515ebeb-cc87-44ba-b5ea-0aaf1f981220" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f2ae0b31-8de4-485a-856b-d6b0fb9d00f9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c515ebeb-cc87-44ba-b5ea-0aaf1f981220?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d98b2b8f-67b0-42cd-a1e6-3be0bc188622" + "608cdc43-8396-4ba6-843c-10dcc32f066a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9c5c011a-3051-4cc6-a3b0-ab8174a23e91" + "fd0591e2-611c-4bb5-bf7e-1f81320bb96a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,13 +925,13 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043442Z:d98b2b8f-67b0-42cd-a1e6-3be0bc188622" + "SOUTHCENTRALUS:20220126T090028Z:608cdc43-8396-4ba6-843c-10dcc32f066a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:42 GMT" + "Wed, 26 Jan 2022 09:00:27 GMT" ], "Content-Length": [ "1323" @@ -816,19 +943,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030\",\r\n \"etag\": \"W/\\\"255d6515-6b53-4ddb-a813-c370c059dd20\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e52bb44c-8aac-4822-a3c2-0193476410ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\",\r\n \"etag\": \"W/\\\"255d6515-6b53-4ddb-a813-c370c059dd20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7427\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427\",\r\n \"etag\": \"W/\\\"4ad3bc9a-68fc-418b-9d72-d7ef84ab2889\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c6f470d7-9a68-4386-b5ce-16f23a273db5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\",\r\n \"etag\": \"W/\\\"4ad3bc9a-68fc-418b-9d72-d7ef84ab2889\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f2ae0b31-8de4-485a-856b-d6b0fb9d00f9?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyYWUwYjMxLThkZTQtNDg1YS04NTZiLWQ2YjBmYjlkMDBmOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/c515ebeb-cc87-44ba-b5ea-0aaf1f981220?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M1MTVlYmViLWNjODctNDRiYS1iNWVhLTBhYWYxZjk4MTIyMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -840,13 +967,13 @@ "no-cache" ], "x-ms-request-id": [ - "166f0476-35fc-4466-88a1-e94645cd98c4" + "6015ff82-9f5d-484e-8d32-2e2d0529fafa" ], "x-ms-correlation-request-id": [ - "0706efff-c570-463d-9a49-f12c72362e82" + "9ba46380-35a5-42d3-8847-bdc2bf815f5a" ], "x-ms-arm-service-request-id": [ - "58fcbaa1-d801-4f58-a6bc-f68c4b58bf5e" + "1c1b291d-0a84-41f7-a117-117301905153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -856,16 +983,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043445Z:0706efff-c570-463d-9a49-f12c72362e82" + "SOUTHCENTRALUS:20220126T090031Z:9ba46380-35a5-42d3-8847-bdc2bf815f5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:45 GMT" + "Wed, 26 Jan 2022 09:00:31 GMT" ], "Content-Length": [ "29" @@ -881,15 +1008,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MDMwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NDI3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +1028,16 @@ "no-cache" ], "ETag": [ - "W/\"b19e105f-7ec7-40a6-aa1e-8887d79289a1\"" + "W/\"29617961-f76f-4244-960c-f453bbb64daa\"" ], "x-ms-request-id": [ - "f508b2cb-6cea-4a3c-9479-21f28480364f" + "5c252c5d-a783-4298-9039-39bb4a943620" ], "x-ms-correlation-request-id": [ - "50d8d701-96ef-44df-a5c7-cefc4875d8dd" + "06aeedd1-3526-41a1-acab-66bd1e15068c" ], "x-ms-arm-service-request-id": [ - "e4a89117-109a-484b-9c53-39d3823121d1" + "b098c414-5378-4626-ad62-e465da80dd52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,16 +1047,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043446Z:50d8d701-96ef-44df-a5c7-cefc4875d8dd" + "SOUTHCENTRALUS:20220126T090031Z:06aeedd1-3526-41a1-acab-66bd1e15068c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:45 GMT" + "Wed, 26 Jan 2022 09:00:31 GMT" ], "Content-Length": [ "1325" @@ -941,25 +1068,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8030\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030\",\r\n \"etag\": \"W/\\\"b19e105f-7ec7-40a6-aa1e-8887d79289a1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e52bb44c-8aac-4822-a3c2-0193476410ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\",\r\n \"etag\": \"W/\\\"b19e105f-7ec7-40a6-aa1e-8887d79289a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn7427\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427\",\r\n \"etag\": \"W/\\\"29617961-f76f-4244-960c-f453bbb64daa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c6f470d7-9a68-4386-b5ce-16f23a273db5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\",\r\n \"etag\": \"W/\\\"29617961-f76f-4244-960c-f453bbb64daa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm44MDMwL3N1Ym5ldHMvc240NjMxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm43NDI3L3N1Ym5ldHMvc24yNTQxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6af57b5a-058c-4610-826e-8c682cf7e4f8" + "3100b1b8-cae8-408c-983e-a8284f4e8ae3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -971,16 +1098,16 @@ "no-cache" ], "ETag": [ - "W/\"b19e105f-7ec7-40a6-aa1e-8887d79289a1\"" + "W/\"29617961-f76f-4244-960c-f453bbb64daa\"" ], "x-ms-request-id": [ - "3a74d0c8-8755-4658-91da-f10c10ec5d25" + "ed7c5679-d9b9-4261-bdf4-ff9e35c61d86" ], "x-ms-correlation-request-id": [ - "9bd932f4-7b4f-4be8-ad7b-c854154ed389" + "a3bdd0ac-f219-424b-a362-93bd9bf850dd" ], "x-ms-arm-service-request-id": [ - "0f5ebfb3-bbf2-4938-a878-adb37f63067d" + "cef5464a-a951-48b3-a776-419e2e02e066" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -990,16 +1117,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043446Z:9bd932f4-7b4f-4be8-ad7b-c854154ed389" + "SOUTHCENTRALUS:20220126T090032Z:a3bdd0ac-f219-424b-a362-93bd9bf850dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:45 GMT" + "Wed, 26 Jan 2022 09:00:31 GMT" ], "Content-Length": [ "524" @@ -1011,25 +1138,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn4631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\",\r\n \"etag\": \"W/\\\"b19e105f-7ec7-40a6-aa1e-8887d79289a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\",\r\n \"etag\": \"W/\\\"29617961-f76f-4244-960c-f453bbb64daa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NDk0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4631\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\r\n }\r\n },\r\n \"name\": \"ip1723\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2541\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\r\n }\r\n },\r\n \"name\": \"ip1383\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f5d72c51-0b21-489d-a234-8164d054baa7" + "de18fd2e-8076-4e43-9ce1-17f756216983" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1047,19 +1174,19 @@ "no-cache" ], "x-ms-request-id": [ - "ac1ba433-ad4d-4fb1-99a5-55db49d6607b" + "e718321e-f05b-4229-a56a-e13090f7e1b0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/ac1ba433-ad4d-4fb1-99a5-55db49d6607b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/e718321e-f05b-4229-a56a-e13090f7e1b0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "043ea087-7b3d-4b7e-9dc5-98ecf51e9a98" + "209200ab-aa99-4723-b83c-c4a8f5d159a5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8496171d-c72e-458d-bbd0-7f4c8bd65fb9" + "3bd6e360-dea6-4a83-8468-93828746228a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1072,13 +1199,13 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043450Z:043ea087-7b3d-4b7e-9dc5-98ecf51e9a98" + "SOUTHCENTRALUS:20220126T090035Z:209200ab-aa99-4723-b83c-c4a8f5d159a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:49 GMT" + "Wed, 26 Jan 2022 09:00:35 GMT" ], "Content-Length": [ "1634" @@ -1090,19 +1217,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494\",\r\n \"etag\": \"W/\\\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94bee4b3-dbe1-4423-bfc1-410e5b02bb90\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494/ipConfigurations/ip1723\",\r\n \"etag\": \"W/\\\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\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\": \"js0cxznmrireri4cagjuozaqzc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7353\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353\",\r\n \"etag\": \"W/\\\"bdeeec1b-48a3-4713-9abe-0f1b33759983\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9e84cdf-5c4c-4ea9-995f-4d69fba26a2a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1383\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353/ipConfigurations/ip1383\",\r\n \"etag\": \"W/\\\"bdeeec1b-48a3-4713-9abe-0f1b33759983\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\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\": \"03ypjrtitkdehnooc1zdujz3wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NDk0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1241,16 @@ "no-cache" ], "ETag": [ - "W/\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\"" + "W/\"bdeeec1b-48a3-4713-9abe-0f1b33759983\"" ], "x-ms-request-id": [ - "85d2e23e-3790-45bf-b962-a62b387efa63" + "33597d07-0790-462c-ad70-d274fd27c37d" ], "x-ms-correlation-request-id": [ - "6c72d0f1-2097-4d8e-afb2-0bbc1b860578" + "827ffd0b-5f0d-40fb-8553-37fa7350b385" ], "x-ms-arm-service-request-id": [ - "a49d64ec-c4a5-47e2-98ed-ee3fead6b124" + "37eb1ef5-80a7-4d18-8e22-7b9062efa75b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,16 +1260,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043450Z:6c72d0f1-2097-4d8e-afb2-0bbc1b860578" + "SOUTHCENTRALUS:20220126T090036Z:827ffd0b-5f0d-40fb-8553-37fa7350b385" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:50 GMT" + "Wed, 26 Jan 2022 09:00:35 GMT" ], "Content-Length": [ "1634" @@ -1154,25 +1281,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494\",\r\n \"etag\": \"W/\\\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94bee4b3-dbe1-4423-bfc1-410e5b02bb90\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494/ipConfigurations/ip1723\",\r\n \"etag\": \"W/\\\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\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\": \"js0cxznmrireri4cagjuozaqzc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7353\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353\",\r\n \"etag\": \"W/\\\"bdeeec1b-48a3-4713-9abe-0f1b33759983\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9e84cdf-5c4c-4ea9-995f-4d69fba26a2a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1383\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353/ipConfigurations/ip1383\",\r\n \"etag\": \"W/\\\"bdeeec1b-48a3-4713-9abe-0f1b33759983\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\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\": \"03ypjrtitkdehnooc1zdujz3wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM1NDk0P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWM3MzUzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d671e66e-1498-46e6-bddf-02be55e91905" + "81a5cd94-324b-4439-92d7-b5f69b551b43" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1184,16 +1311,16 @@ "no-cache" ], "ETag": [ - "W/\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\"" + "W/\"bdeeec1b-48a3-4713-9abe-0f1b33759983\"" ], "x-ms-request-id": [ - "26dc8704-e857-4bfa-bc9f-cb014f88f290" + "51f71118-b21e-40de-85b8-58edb385b3e0" ], "x-ms-correlation-request-id": [ - "e5e58f30-c948-4ba1-afcc-7e82a64d95ef" + "d1c83b1d-5165-4071-9eab-ba9ab0839710" ], "x-ms-arm-service-request-id": [ - "28a36696-3f18-4596-84a2-784a52bc82dd" + "075ae7e4-2b32-48b9-aa96-72bb211e4535" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1203,16 +1330,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043450Z:e5e58f30-c948-4ba1-afcc-7e82a64d95ef" + "SOUTHCENTRALUS:20220126T090036Z:d1c83b1d-5165-4071-9eab-ba9ab0839710" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:34:50 GMT" + "Wed, 26 Jan 2022 09:00:36 GMT" ], "Content-Length": [ "1634" @@ -1224,26 +1351,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5494\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494\",\r\n \"etag\": \"W/\\\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94bee4b3-dbe1-4423-bfc1-410e5b02bb90\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1723\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/networkInterfaces/nic5494/ipConfigurations/ip1723\",\r\n \"etag\": \"W/\\\"3f5dbc14-e845-4ed6-936f-c4793fc55ee7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\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\": \"js0cxznmrireri4cagjuozaqzc.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic7353\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353\",\r\n \"etag\": \"W/\\\"bdeeec1b-48a3-4713-9abe-0f1b33759983\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9e84cdf-5c4c-4ea9-995f-4d69fba26a2a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip1383\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/networkInterfaces/nic7353/ipConfigurations/ip1383\",\r\n \"etag\": \"W/\\\"bdeeec1b-48a3-4713-9abe-0f1b33759983\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\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\": \"03ypjrtitkdehnooc1zdujz3wf.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDM1MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk4Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9735\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1167.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8488\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3172\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1792.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "48f61cd9-4e5d-483b-873e-abaa7f7fb32e" + "c6786676-ba07-4e41-8d3b-2170e3ca19fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1263,13 +1390,13 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" + "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0" ], "x-ms-request-charge": [ "2" @@ -1278,7 +1405,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10b465f7-0ece-492b-9e00-4240a1ef5633" + "ab752e22-4448-4186-a1ca-6cbc3f4bbdb9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1288,19 +1415,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "f8c257ca-4300-48d8-9141-8b79d1d6ddc4" + "64981209-5c4d-45a1-983e-a4a8c8d28dec" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043501Z:f8c257ca-4300-48d8-9141-8b79d1d6ddc4" + "SOUTHCENTRALUS:20220126T090048Z:64981209-5c4d-45a1-983e-a4a8c8d28dec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:35:01 GMT" + "Wed, 26 Jan 2022 09:00:48 GMT" ], "Content-Length": [ - "3607" + "3664" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,20 +1436,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4351\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9735\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1167.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"75bd9f20-21ca-4f7e-90ed-e7f4a49e0b46\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8488\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3172\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1792.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bf20d8d7-b31f-4841-b1fd-9ebd1d349855\",\r\n \"timeCreated\": \"2022-01-26T03:00:46.0688502-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwYjQ2NWY3LTBlY2UtNDkyYi05ZTAwLTQyNDBhMWVmNTYzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1336,13 +1463,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3df32922-ee74-48af-82fe-0e73d6cb8a24" + "051bad0d-dc54-4df2-8d06-4293b6fe5d8a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1352,16 +1479,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "d0f63444-f0e6-440e-90f8-b79c357a49a1" + "1939a6e1-2293-46e1-a039-a6a727e0e7b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043511Z:d0f63444-f0e6-440e-90f8-b79c357a49a1" + "SOUTHCENTRALUS:20220126T090059Z:1939a6e1-2293-46e1-a039-a6a727e0e7b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:35:11 GMT" + "Wed, 26 Jan 2022 09:00:58 GMT" ], "Content-Length": [ "134" @@ -1373,20 +1500,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:34:58.6892838+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10b465f7-0ece-492b-9e00-4240a1ef5633\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwYjQ2NWY3LTBlY2UtNDkyYi05ZTAwLTQyNDBhMWVmNTYzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1397,13 +1524,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3eabea5d-64fb-4f8c-a1b6-7458fcf5e8e3" + "b7ebe1bd-286b-4199-9ff2-7de9aa757fb5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1413,16 +1540,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "fd536c86-4f8e-44af-899f-25cfa0d49e79" + "d80cae75-8a87-4975-8a96-587ef3d19169" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043649Z:fd536c86-4f8e-44af-899f-25cfa0d49e79" + "SOUTHCENTRALUS:20220126T090236Z:d80cae75-8a87-4975-8a96-587ef3d19169" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:36:48 GMT" + "Wed, 26 Jan 2022 09:02:36 GMT" ], "Content-Length": [ "134" @@ -1434,20 +1561,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:34:58.6892838+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10b465f7-0ece-492b-9e00-4240a1ef5633\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwYjQ2NWY3LTBlY2UtNDkyYi05ZTAwLTQyNDBhMWVmNTYzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1458,13 +1585,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5fbab8e6-89ec-4925-8129-bb2ff36e9540" + "3b3d6d71-00cd-4d03-8bcd-9fac96c0c6e7" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1474,16 +1601,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "a9204f38-aaab-4fa8-9fdd-d7a133818dfb" + "3be984bd-5f49-4db8-b935-0b91e30174e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T043827Z:a9204f38-aaab-4fa8-9fdd-d7a133818dfb" + "SOUTHCENTRALUS:20220126T090413Z:3be984bd-5f49-4db8-b935-0b91e30174e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:38:27 GMT" + "Wed, 26 Jan 2022 09:04:13 GMT" ], "Content-Length": [ "134" @@ -1495,20 +1622,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:34:58.6892838+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10b465f7-0ece-492b-9e00-4240a1ef5633\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwYjQ2NWY3LTBlY2UtNDkyYi05ZTAwLTQyNDBhMWVmNTYzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1519,13 +1646,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58d532dc-b8af-4cc4-a878-3b9f27bac500" + "8913f86a-9de0-44db-878f-779dc32556b8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1535,16 +1662,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "3edbc4ff-d926-4a93-91d8-68292346ef87" + "7869669c-95cf-4e1d-804c-3dc1b47aa493" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044005Z:3edbc4ff-d926-4a93-91d8-68292346ef87" + "SOUTHCENTRALUS:20220126T090551Z:7869669c-95cf-4e1d-804c-3dc1b47aa493" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:40:04 GMT" + "Wed, 26 Jan 2022 09:05:50 GMT" ], "Content-Length": [ "134" @@ -1556,20 +1683,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:34:58.6892838+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10b465f7-0ece-492b-9e00-4240a1ef5633\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwYjQ2NWY3LTBlY2UtNDkyYi05ZTAwLTQyNDBhMWVmNTYzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1580,13 +1707,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cd80213f-1d25-4940-a2ee-3b0765888013" + "473db3e8-d55f-41f3-81a2-87e6482cbc7e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1596,16 +1723,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "e2268f8c-d876-4f29-8580-1e73ab2e1028" + "9094c965-7071-480c-ba2b-12c5b97f1438" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044142Z:e2268f8c-d876-4f29-8580-1e73ab2e1028" + "SOUTHCENTRALUS:20220126T090728Z:9094c965-7071-480c-ba2b-12c5b97f1438" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:41:41 GMT" + "Wed, 26 Jan 2022 09:07:28 GMT" ], "Content-Length": [ "134" @@ -1617,20 +1744,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:34:58.6892838+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10b465f7-0ece-492b-9e00-4240a1ef5633\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwYjQ2NWY3LTBlY2UtNDkyYi05ZTAwLTQyNDBhMWVmNTYzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1641,13 +1768,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9f9b9224-adc4-49db-b394-30a1d30493f1" + "56c2e2f1-4764-46cf-9801-d0cb40add8c3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1657,16 +1784,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "1639adeb-b2ec-43a9-8ee0-2c5de35df9d4" + "9ec3ca27-9b7d-4f32-bb3d-dfdad8363c5d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044319Z:1639adeb-b2ec-43a9-8ee0-2c5de35df9d4" + "SOUTHCENTRALUS:20220126T090905Z:9ec3ca27-9b7d-4f32-bb3d-dfdad8363c5d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:43:19 GMT" + "Wed, 26 Jan 2022 09:09:05 GMT" ], "Content-Length": [ "134" @@ -1678,20 +1805,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:34:58.6892838+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"10b465f7-0ece-492b-9e00-4240a1ef5633\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/10b465f7-0ece-492b-9e00-4240a1ef5633?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwYjQ2NWY3LTBlY2UtNDkyYi05ZTAwLTQyNDBhMWVmNTYzMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1702,13 +1829,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d77b939-ae66-4d64-9448-f76f41a24498" + "92f37939-7f65-4ef1-bf71-b2383d6f5ee6" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1718,19 +1845,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "ecd2b579-5872-4a4c-817b-2896130e8880" + "cb2a8927-c735-40c8-bdd8-061158d1f1b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044456Z:ecd2b579-5872-4a4c-817b-2896130e8880" + "SOUTHCENTRALUS:20220126T091042Z:cb2a8927-c735-40c8-bdd8-061158d1f1b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:44:56 GMT" + "Wed, 26 Jan 2022 09:10:42 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,20 +1866,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:34:58.6892838+00:00\",\r\n \"endTime\": \"2021-06-29T04:43:53.7976093+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"10b465f7-0ece-492b-9e00-4240a1ef5633\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDM1MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/ab752e22-4448-4186-a1ca-6cbc3f4bbdb9?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNzUyZTIyLTQ0NDgtNDE4Ni1hMWNhLTZjYmMzZjRiYmRiOT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1763,13 +1890,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2596" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbfb6ea0-5784-4577-9fc5-b587e098cc32" + "51569d8b-e385-4440-bb2f-f329e1eed23a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1779,19 +1906,80 @@ "11991" ], "x-ms-correlation-request-id": [ - "7935551a-0e72-4808-bcad-32f58ea596db" + "cb91ba49-faaa-48e3-b1e3-28695ae11a09" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091220Z:cb91ba49-faaa-48e3-b1e3-28695ae11a09" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:12:19 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:00:46.0532143-06:00\",\r\n \"endTime\": \"2022-01-26T03:10:55.2875855-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ab752e22-4448-4186-a1ca-6cbc3f4bbdb9\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk4Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2583" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "17051711-f94e-4b85-8467-591ea37bc3a1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "86a055b4-d6f5-4d41-b849-1ae88c0844a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044457Z:7935551a-0e72-4808-bcad-32f58ea596db" + "SOUTHCENTRALUS:20220126T091220Z:86a055b4-d6f5-4d41-b849-1ae88c0844a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:44:56 GMT" + "Wed, 26 Jan 2022 09:12:19 GMT" ], "Content-Length": [ - "3608" + "3665" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,26 +1988,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4351\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9735\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1167.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"75bd9f20-21ca-4f7e-90ed-e7f4a49e0b46\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8488\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3172\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1792.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bf20d8d7-b31f-4841-b1fd-9ebd1d349855\",\r\n \"timeCreated\": \"2022-01-26T03:00:46.0688502-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDM1MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk4Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1b18e2d-c39c-4d79-8588-43cddf9a74ee" + "2015d60c-981b-4025-81b2-a838af8da868" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1830,35 +2018,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2594" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "945f1fca-2e24-4c22-a016-09d61b7f4f18" + "345f514e-0ce0-405e-883c-404efcddf2d0" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "64696eb1-b5bf-46f8-9b34-759b6ef9b21b" + "8b709770-1618-4d62-a3f0-4671c47a0676" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044457Z:64696eb1-b5bf-46f8-9b34-759b6ef9b21b" + "SOUTHCENTRALUS:20220126T091220Z:8b709770-1618-4d62-a3f0-4671c47a0676" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:44:56 GMT" + "Wed, 26 Jan 2022 09:12:19 GMT" ], "Content-Length": [ - "3608" + "3665" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,26 +2055,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4351\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9735\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1167.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"75bd9f20-21ca-4f7e-90ed-e7f4a49e0b46\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8488\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3172\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1792.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bf20d8d7-b31f-4841-b1fd-9ebd1d349855\",\r\n \"timeCreated\": \"2022-01-26T03:00:46.0688502-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjcxNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNDM1MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE0ODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMjk4Mz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a25e8116-4a3f-4b76-a0d9-5d8982b96d02" + "f7f69a31-9eef-47e7-b13f-5cd1e4beb1fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1897,35 +2085,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2593" + "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7780c786-b565-4b99-9166-abadebf28469" + "c56739b9-55c3-4395-9962-3d68d22f87f4" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "791927eb-f38c-45e8-980a-459d5c035eb0" + "5ab3026a-3d61-469e-b048-c40d5889cbda" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044457Z:791927eb-f38c-45e8-980a-459d5c035eb0" + "SOUTHCENTRALUS:20220126T091221Z:5ab3026a-3d61-469e-b048-c40d5889cbda" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:44:56 GMT" + "Wed, 26 Jan 2022 09:12:20 GMT" ], "Content-Length": [ - "3608" + "3665" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1934,25 +2122,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss4351\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Compute/virtualMachineScaleSets/vmss4351\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9735\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig1984\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar71641/providers/Microsoft.Network/virtualNetworks/vn8030/subnets/sn4631\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1167.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"75bd9f20-21ca-4f7e-90ed-e7f4a49e0b46\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss2983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2983\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig8488\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3172\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar14801/providers/Microsoft.Network/virtualNetworks/vn7427/subnets/sn2541\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://crptestar1792.blob.core.windows.net/\"\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"bf20d8d7-b31f-4841-b1fd-9ebd1d349855\",\r\n \"timeCreated\": \"2022-01-26T03:00:46.0688502-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar71641?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjcxNjQxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar14801?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE0ODAxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6807a0fc-01a9-40c0-a2f0-eeb924938b88" + "9f7ad737-7c4c-4681-8ae9-3e3a8eada19c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1964,7 +2152,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1973,13 +2161,13 @@ "14999" ], "x-ms-request-id": [ - "8eb9e4ae-1f2f-4454-b5cd-680baa645319" + "689da5e4-b757-4a34-bcfc-298fa1679370" ], "x-ms-correlation-request-id": [ - "8eb9e4ae-1f2f-4454-b5cd-680baa645319" + "689da5e4-b757-4a34-bcfc-298fa1679370" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044502Z:8eb9e4ae-1f2f-4454-b5cd-680baa645319" + "SOUTHCENTRALUS:20220126T091227Z:689da5e4-b757-4a34-bcfc-298fa1679370" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1988,7 +2176,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:45:01 GMT" + "Wed, 26 Jan 2022 09:12:27 GMT" ], "Expires": [ "-1" @@ -2001,15 +2189,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2021,7 +2209,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2030,13 +2218,13 @@ "11999" ], "x-ms-request-id": [ - "c231d3ac-7037-49bf-b2aa-ae93ed613264" + "7f1c116f-9d91-458f-9493-86a227720f1b" ], "x-ms-correlation-request-id": [ - "c231d3ac-7037-49bf-b2aa-ae93ed613264" + "7f1c116f-9d91-458f-9493-86a227720f1b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044517Z:c231d3ac-7037-49bf-b2aa-ae93ed613264" + "SOUTHCENTRALUS:20220126T091243Z:7f1c116f-9d91-458f-9493-86a227720f1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2045,7 +2233,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:45:17 GMT" + "Wed, 26 Jan 2022 09:12:42 GMT" ], "Expires": [ "-1" @@ -2058,15 +2246,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2078,7 +2266,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2087,13 +2275,13 @@ "11998" ], "x-ms-request-id": [ - "81a1c9b0-4c28-4b28-858f-c939a0908fa8" + "6a70529b-8931-42ed-8665-2a1e4c6453de" ], "x-ms-correlation-request-id": [ - "81a1c9b0-4c28-4b28-858f-c939a0908fa8" + "6a70529b-8931-42ed-8665-2a1e4c6453de" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044532Z:81a1c9b0-4c28-4b28-858f-c939a0908fa8" + "SOUTHCENTRALUS:20220126T091258Z:6a70529b-8931-42ed-8665-2a1e4c6453de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2102,7 +2290,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:45:32 GMT" + "Wed, 26 Jan 2022 09:12:57 GMT" ], "Expires": [ "-1" @@ -2115,15 +2303,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2135,7 +2323,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2144,13 +2332,13 @@ "11997" ], "x-ms-request-id": [ - "5ef05445-c1e7-42ea-8de2-78e9c7f19268" + "3650ba10-7296-4f1c-b2c3-30d76565348e" ], "x-ms-correlation-request-id": [ - "5ef05445-c1e7-42ea-8de2-78e9c7f19268" + "3650ba10-7296-4f1c-b2c3-30d76565348e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044548Z:5ef05445-c1e7-42ea-8de2-78e9c7f19268" + "SOUTHCENTRALUS:20220126T091314Z:3650ba10-7296-4f1c-b2c3-30d76565348e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2159,7 +2347,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:45:47 GMT" + "Wed, 26 Jan 2022 09:13:13 GMT" ], "Expires": [ "-1" @@ -2172,15 +2360,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2192,7 +2380,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2201,13 +2389,13 @@ "11996" ], "x-ms-request-id": [ - "b1874e48-f482-4f8b-a553-0ddf44115015" + "12b881a4-5cc4-444b-a74c-261ee7e5e0cd" ], "x-ms-correlation-request-id": [ - "b1874e48-f482-4f8b-a553-0ddf44115015" + "12b881a4-5cc4-444b-a74c-261ee7e5e0cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044603Z:b1874e48-f482-4f8b-a553-0ddf44115015" + "SOUTHCENTRALUS:20220126T091329Z:12b881a4-5cc4-444b-a74c-261ee7e5e0cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2216,7 +2404,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:46:03 GMT" + "Wed, 26 Jan 2022 09:13:28 GMT" ], "Expires": [ "-1" @@ -2229,15 +2417,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2249,7 +2437,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2258,13 +2446,13 @@ "11995" ], "x-ms-request-id": [ - "6ff107d4-2fae-471c-948d-91e955f5727b" + "71c1a13b-c4f7-4dcf-b7b7-81023733d204" ], "x-ms-correlation-request-id": [ - "6ff107d4-2fae-471c-948d-91e955f5727b" + "71c1a13b-c4f7-4dcf-b7b7-81023733d204" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044619Z:6ff107d4-2fae-471c-948d-91e955f5727b" + "SOUTHCENTRALUS:20220126T091345Z:71c1a13b-c4f7-4dcf-b7b7-81023733d204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2273,7 +2461,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:46:19 GMT" + "Wed, 26 Jan 2022 09:13:44 GMT" ], "Expires": [ "-1" @@ -2286,15 +2474,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2306,7 +2494,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2315,13 +2503,13 @@ "11994" ], "x-ms-request-id": [ - "191c3d5c-f35f-499e-b5e2-8cf07203c136" + "a4047588-e5f4-4a67-985a-aba4c83a55f0" ], "x-ms-correlation-request-id": [ - "191c3d5c-f35f-499e-b5e2-8cf07203c136" + "a4047588-e5f4-4a67-985a-aba4c83a55f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044634Z:191c3d5c-f35f-499e-b5e2-8cf07203c136" + "SOUTHCENTRALUS:20220126T091400Z:a4047588-e5f4-4a67-985a-aba4c83a55f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2330,7 +2518,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:46:34 GMT" + "Wed, 26 Jan 2022 09:13:59 GMT" ], "Expires": [ "-1" @@ -2343,15 +2531,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2363,7 +2551,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2372,13 +2560,13 @@ "11993" ], "x-ms-request-id": [ - "4680c937-fc6f-441f-ae21-b29aab9e291b" + "1bf02fc8-2be9-49f1-8081-da17f5b70ff1" ], "x-ms-correlation-request-id": [ - "4680c937-fc6f-441f-ae21-b29aab9e291b" + "1bf02fc8-2be9-49f1-8081-da17f5b70ff1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044650Z:4680c937-fc6f-441f-ae21-b29aab9e291b" + "SOUTHCENTRALUS:20220126T091416Z:1bf02fc8-2be9-49f1-8081-da17f5b70ff1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2387,7 +2575,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:46:49 GMT" + "Wed, 26 Jan 2022 09:14:16 GMT" ], "Expires": [ "-1" @@ -2400,15 +2588,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2420,7 +2608,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2429,13 +2617,13 @@ "11992" ], "x-ms-request-id": [ - "f0cd91a1-49d8-4c15-b2cd-5573f4bd1ba2" + "b32e9b02-24dd-4688-9582-6a1fed9be570" ], "x-ms-correlation-request-id": [ - "f0cd91a1-49d8-4c15-b2cd-5573f4bd1ba2" + "b32e9b02-24dd-4688-9582-6a1fed9be570" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044705Z:f0cd91a1-49d8-4c15-b2cd-5573f4bd1ba2" + "SOUTHCENTRALUS:20220126T091431Z:b32e9b02-24dd-4688-9582-6a1fed9be570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2444,7 +2632,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:47:05 GMT" + "Wed, 26 Jan 2022 09:14:31 GMT" ], "Expires": [ "-1" @@ -2457,15 +2645,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2477,7 +2665,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2486,13 +2674,13 @@ "11991" ], "x-ms-request-id": [ - "3facdac6-3178-4538-9ef0-ea8b95684ebc" + "ade03a4d-d9ea-4a9f-8453-b28ae6d0c5cd" ], "x-ms-correlation-request-id": [ - "3facdac6-3178-4538-9ef0-ea8b95684ebc" + "ade03a4d-d9ea-4a9f-8453-b28ae6d0c5cd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044721Z:3facdac6-3178-4538-9ef0-ea8b95684ebc" + "SOUTHCENTRALUS:20220126T091447Z:ade03a4d-d9ea-4a9f-8453-b28ae6d0c5cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2501,7 +2689,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:47:20 GMT" + "Wed, 26 Jan 2022 09:14:46 GMT" ], "Expires": [ "-1" @@ -2514,15 +2702,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2534,7 +2722,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2543,13 +2731,13 @@ "11990" ], "x-ms-request-id": [ - "1bfdefa9-9771-4149-9f08-f802c9110202" + "b3c48f6c-3f1b-444c-b2d1-e986da7d6d4f" ], "x-ms-correlation-request-id": [ - "1bfdefa9-9771-4149-9f08-f802c9110202" + "b3c48f6c-3f1b-444c-b2d1-e986da7d6d4f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044736Z:1bfdefa9-9771-4149-9f08-f802c9110202" + "SOUTHCENTRALUS:20220126T091502Z:b3c48f6c-3f1b-444c-b2d1-e986da7d6d4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2558,7 +2746,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:47:35 GMT" + "Wed, 26 Jan 2022 09:15:02 GMT" ], "Expires": [ "-1" @@ -2571,15 +2759,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2591,7 +2779,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2600,13 +2788,13 @@ "11989" ], "x-ms-request-id": [ - "656e3a36-4d85-49a0-8105-c95458b079fd" + "26cf76ba-03cb-458d-871f-d2f2bb73eba9" ], "x-ms-correlation-request-id": [ - "656e3a36-4d85-49a0-8105-c95458b079fd" + "26cf76ba-03cb-458d-871f-d2f2bb73eba9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044752Z:656e3a36-4d85-49a0-8105-c95458b079fd" + "SOUTHCENTRALUS:20220126T091518Z:26cf76ba-03cb-458d-871f-d2f2bb73eba9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2615,7 +2803,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:47:52 GMT" + "Wed, 26 Jan 2022 09:15:17 GMT" ], "Expires": [ "-1" @@ -2628,15 +2816,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2648,7 +2836,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2657,13 +2845,13 @@ "11988" ], "x-ms-request-id": [ - "384fa4e8-9de4-4fb0-beaf-684ac05fe343" + "4ee323a7-2a48-403a-9da0-cc3b09fded3a" ], "x-ms-correlation-request-id": [ - "384fa4e8-9de4-4fb0-beaf-684ac05fe343" + "4ee323a7-2a48-403a-9da0-cc3b09fded3a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044807Z:384fa4e8-9de4-4fb0-beaf-684ac05fe343" + "SOUTHCENTRALUS:20220126T091533Z:4ee323a7-2a48-403a-9da0-cc3b09fded3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2672,7 +2860,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:48:07 GMT" + "Wed, 26 Jan 2022 09:15:33 GMT" ], "Expires": [ "-1" @@ -2685,15 +2873,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2705,7 +2893,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2714,13 +2902,13 @@ "11987" ], "x-ms-request-id": [ - "bccb0d18-2a22-4b81-b07f-65f758337c5e" + "e0efd1e7-95a4-4485-ab65-0f242f660655" ], "x-ms-correlation-request-id": [ - "bccb0d18-2a22-4b81-b07f-65f758337c5e" + "e0efd1e7-95a4-4485-ab65-0f242f660655" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044823Z:bccb0d18-2a22-4b81-b07f-65f758337c5e" + "SOUTHCENTRALUS:20220126T091549Z:e0efd1e7-95a4-4485-ab65-0f242f660655" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2729,7 +2917,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:48:22 GMT" + "Wed, 26 Jan 2022 09:15:48 GMT" ], "Expires": [ "-1" @@ -2742,15 +2930,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2762,7 +2950,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2771,13 +2959,13 @@ "11986" ], "x-ms-request-id": [ - "f6861d36-397e-4d50-b1fe-7efb108c772a" + "e498f5fb-0438-49d6-bba1-44cbe42a32e1" ], "x-ms-correlation-request-id": [ - "f6861d36-397e-4d50-b1fe-7efb108c772a" + "e498f5fb-0438-49d6-bba1-44cbe42a32e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044838Z:f6861d36-397e-4d50-b1fe-7efb108c772a" + "SOUTHCENTRALUS:20220126T091604Z:e498f5fb-0438-49d6-bba1-44cbe42a32e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2786,7 +2974,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:48:37 GMT" + "Wed, 26 Jan 2022 09:16:03 GMT" ], "Expires": [ "-1" @@ -2799,15 +2987,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2819,7 +3007,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2828,13 +3016,13 @@ "11985" ], "x-ms-request-id": [ - "dbc445fc-fe6d-4bc6-8336-8f393686a375" + "c4c140d4-836f-4131-aae8-6295c198d86f" ], "x-ms-correlation-request-id": [ - "dbc445fc-fe6d-4bc6-8336-8f393686a375" + "c4c140d4-836f-4131-aae8-6295c198d86f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044854Z:dbc445fc-fe6d-4bc6-8336-8f393686a375" + "SOUTHCENTRALUS:20220126T091620Z:c4c140d4-836f-4131-aae8-6295c198d86f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2843,7 +3031,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:48:53 GMT" + "Wed, 26 Jan 2022 09:16:19 GMT" ], "Expires": [ "-1" @@ -2856,15 +3044,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2876,7 +3064,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2885,13 +3073,13 @@ "11984" ], "x-ms-request-id": [ - "bfb386cd-dce0-4174-9af2-338973bf5972" + "ad148906-4579-4195-84f0-d3008cbc3646" ], "x-ms-correlation-request-id": [ - "bfb386cd-dce0-4174-9af2-338973bf5972" + "ad148906-4579-4195-84f0-d3008cbc3646" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044909Z:bfb386cd-dce0-4174-9af2-338973bf5972" + "SOUTHCENTRALUS:20220126T091635Z:ad148906-4579-4195-84f0-d3008cbc3646" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2900,7 +3088,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:49:09 GMT" + "Wed, 26 Jan 2022 09:16:34 GMT" ], "Expires": [ "-1" @@ -2913,15 +3101,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2933,7 +3121,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2942,13 +3130,13 @@ "11983" ], "x-ms-request-id": [ - "ef416999-bcfa-4a13-afb0-a1c759c365f8" + "dbab8b6f-db44-4e8a-88df-5bd041ba4cad" ], "x-ms-correlation-request-id": [ - "ef416999-bcfa-4a13-afb0-a1c759c365f8" + "dbab8b6f-db44-4e8a-88df-5bd041ba4cad" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044925Z:ef416999-bcfa-4a13-afb0-a1c759c365f8" + "SOUTHCENTRALUS:20220126T091651Z:dbab8b6f-db44-4e8a-88df-5bd041ba4cad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2957,7 +3145,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:49:25 GMT" + "Wed, 26 Jan 2022 09:16:51 GMT" ], "Expires": [ "-1" @@ -2970,15 +3158,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2989,17 +3177,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-request-id": [ - "e5191c82-94c4-43ec-be76-42cde4cf0830" + "b0457c11-7189-4c44-973b-c1a5c34e7c56" ], "x-ms-correlation-request-id": [ - "e5191c82-94c4-43ec-be76-42cde4cf0830" + "b0457c11-7189-4c44-973b-c1a5c34e7c56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044941Z:e5191c82-94c4-43ec-be76-42cde4cf0830" + "SOUTHCENTRALUS:20220126T091707Z:b0457c11-7189-4c44-973b-c1a5c34e7c56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3008,7 +3202,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:49:40 GMT" + "Wed, 26 Jan 2022 09:17:06 GMT" ], "Expires": [ "-1" @@ -3018,18 +3212,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3MTY0MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkzTVRZME1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3040,17 +3234,353 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-request-id": [ - "8726a1ac-67e4-44af-8ddf-2ff1cea956d2" + "29cbfd9c-643c-447c-b42f-77cc3490bd20" + ], + "x-ms-correlation-request-id": [ + "29cbfd9c-643c-447c-b42f-77cc3490bd20" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091722Z:29cbfd9c-643c-447c-b42f-77cc3490bd20" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:17:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "b086b55e-e698-403d-b06a-7976ad36669b" + ], + "x-ms-correlation-request-id": [ + "b086b55e-e698-403d-b06a-7976ad36669b" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091738Z:b086b55e-e698-403d-b06a-7976ad36669b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:17:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "59b8b3fb-4bdb-4d73-b896-efe64c721a44" + ], + "x-ms-correlation-request-id": [ + "59b8b3fb-4bdb-4d73-b896-efe64c721a44" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091753Z:59b8b3fb-4bdb-4d73-b896-efe64c721a44" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:17:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "ea740af5-39d4-4354-ad42-c5f3588c7fee" + ], + "x-ms-correlation-request-id": [ + "ea740af5-39d4-4354-ad42-c5f3588c7fee" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091809Z:ea740af5-39d4-4354-ad42-c5f3588c7fee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:18:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "db2a58c5-cc50-498c-a8f4-0ce507268373" + ], + "x-ms-correlation-request-id": [ + "db2a58c5-cc50-498c-a8f4-0ce507268373" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091824Z:db2a58c5-cc50-498c-a8f4-0ce507268373" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:18:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "6dfce5f6-cc04-4fa5-99f5-d067fb1edbb7" + ], + "x-ms-correlation-request-id": [ + "6dfce5f6-cc04-4fa5-99f5-d067fb1edbb7" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091840Z:6dfce5f6-cc04-4fa5-99f5-d067fb1edbb7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:18:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNDgwMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TkRnd01TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-request-id": [ + "c5836d7e-7cbe-4016-8529-a892ffeb1737" ], "x-ms-correlation-request-id": [ - "8726a1ac-67e4-44af-8ddf-2ff1cea956d2" + "c5836d7e-7cbe-4016-8529-a892ffeb1737" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044941Z:8726a1ac-67e4-44af-8ddf-2ff1cea956d2" + "SOUTHCENTRALUS:20220126T091840Z:c5836d7e-7cbe-4016-8529-a892ffeb1737" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3059,7 +3589,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:49:41 GMT" + "Wed, 26 Jan 2022 09:18:39 GMT" ], "Expires": [ "-1" @@ -3074,27 +3604,27 @@ ], "Names": { "TestVMScaleSetDiagnosticsProfile": [ - "crptestar7164", - "vmss4351", - "crptestar1167" + "crptestar1480", + "vmss2983", + "crptestar1792" ], "CreatePublicIP": [ - "pip1807", - "dn3088" + "pip9288", + "dn6555" ], "CreateVNET": [ - "vn8030", - "sn4631" + "vn7427", + "sn2541" ], "CreateNIC": [ - "nic5494", - "ip1723" + "nic7353", + "ip1383" ], "CreateDefaultVMScaleSetInput": [ - "crptestar6783", - "vmss5610", - "vmsstestnetconfig9735", - "vmsstestnetconfig1984" + "crptestar3412", + "vmss846", + "vmsstestnetconfig8488", + "vmsstestnetconfig3172" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetWithLicenseType.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetWithLicenseType.json index 30a9b0c315fdb..d2b661631d260 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetWithLicenseType.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScaleSetVMProfileTests/TestVMScaleSetWithLicenseType.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar43021?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzMDIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar46861?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ2ODYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar43021\": \"2021-06-29 04:49:42Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar46861\": \"2022-01-26 09:18:43Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b126022-f7f7-48b4-a343-97d693d5217d" + "9f89216d-e037-45a6-a932-beae76bde4cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "7918e429-f6bb-4bf0-9983-0bf3ce417767" + "71c3da96-f128-45c0-88eb-be3f5d95045c" ], "x-ms-correlation-request-id": [ - "7918e429-f6bb-4bf0-9983-0bf3ce417767" + "71c3da96-f128-45c0-88eb-be3f5d95045c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044945Z:7918e429-f6bb-4bf0-9983-0bf3ce417767" + "SOUTHCENTRALUS:20220126T091846Z:71c3da96-f128-45c0-88eb-be3f5d95045c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:49:44 GMT" + "Wed, 26 Jan 2022 09:18:45 GMT" ], "Content-Length": [ "237" @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021\",\r\n \"name\": \"crptestar43021\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar43021\": \"2021-06-29 04:49:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861\",\r\n \"name\": \"crptestar46861\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar46861\": \"2022-01-26 09:18:43Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar43021?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzMDIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar46861?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ2ODYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21f860f5-736e-436b-a24d-6eb77b61ce81" + "691721b5-63b7-4eb1-ab47-594426536388" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -102,13 +102,13 @@ "1198" ], "x-ms-request-id": [ - "233a6b08-d82a-4be0-9b62-0f83656cd5d8" + "413fd266-45f5-459f-b105-2e20496166e7" ], "x-ms-correlation-request-id": [ - "233a6b08-d82a-4be0-9b62-0f83656cd5d8" + "413fd266-45f5-459f-b105-2e20496166e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045024Z:233a6b08-d82a-4be0-9b62-0f83656cd5d8" + "SOUTHCENTRALUS:20220126T091930Z:413fd266-45f5-459f-b105-2e20496166e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,7 +117,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:24 GMT" + "Wed, 26 Jan 2022 09:19:30 GMT" ], "Content-Length": [ "188" @@ -129,25 +129,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021\",\r\n \"name\": \"crptestar43021\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861\",\r\n \"name\": \"crptestar46861\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Storage/storageAccounts/crptestar6132?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjEzMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Storage/storageAccounts/crptestar6595?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjU5NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f9a4e402-1665-4ebc-bf21-d48d5eca3c42" + "3b3373ba-1e42-4b40-9ae6-d11bea07fb95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -165,13 +165,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e9c31dc4-70ef-44a9-aa4b-1fc936456843?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2d27156f-1eb7-41a7-858b-5d6f18e63ad7?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "e9c31dc4-70ef-44a9-aa4b-1fc936456843" + "2d27156f-1eb7-41a7-858b-5d6f18e63ad7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,16 +183,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "9359652c-898c-4e9d-a061-de8fe0b0534b" + "9e914e97-3a61-4995-91c3-ace2cd078986" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T044955Z:9359652c-898c-4e9d-a061-de8fe0b0534b" + "SOUTHCENTRALUS:20220126T091857Z:9e914e97-3a61-4995-91c3-ace2cd078986" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:49:55 GMT" + "Wed, 26 Jan 2022 09:18:57 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -208,15 +208,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/e9c31dc4-70ef-44a9-aa4b-1fc936456843?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZTljMzFkYzQtNzBlZi00NGE5LWFhNGItMWZjOTM2NDU2ODQzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2d27156f-1eb7-41a7-858b-5d6f18e63ad7?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmQyNzE1NmYtMWViNy00MWE3LTg1OGItNWQ2ZjE4ZTYzYWQ3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -227,8 +227,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2d27156f-1eb7-41a7-858b-5d6f18e63ad7?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "f690e96d-6309-4a4d-9f00-e2dbcbf3059c" + "1857d257-fdb3-4d0f-a54e-b4bbfa565902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,16 +246,73 @@ "11999" ], "x-ms-correlation-request-id": [ - "07207c83-6345-4a2c-89bb-87a6186901d8" + "de767a9f-7157-459c-a6df-cfe1efb96c88" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045012Z:07207c83-6345-4a2c-89bb-87a6186901d8" + "SOUTHCENTRALUS:20220126T091914Z:de767a9f-7157-459c-a6df-cfe1efb96c88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:12 GMT" + "Wed, 26 Jan 2022 09:19:14 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2d27156f-1eb7-41a7-858b-5d6f18e63ad7?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmQyNzE1NmYtMWViNy00MWE3LTg1OGItNWQ2ZjE4ZTYzYWQ3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ab686bcd-edb5-47f4-ab6b-f2c30bea7051" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "36cb5ed5-01dc-4854-92b2-26c380d69489" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T091918Z:36cb5ed5-01dc-4854-92b2-26c380d69489" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:19:17 GMT" ], "Content-Length": [ "95" @@ -265,21 +328,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00ab7e6c-87e3-4c59-9358-8d70cacfb959" + "9d87aac3-9f8a-4586-ae83-9b44debbb419" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -291,7 +354,7 @@ "no-cache" ], "x-ms-request-id": [ - "1c17ab7e-8944-481a-8fb8-2b6608765765" + "cede6679-5c5c-4c6f-9da9-4fbb71e56227" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -300,19 +363,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "d5f2eb93-b54b-43da-97ab-6e17af989b4e" + "018401e8-daec-4fb3-91d8-370162423f64" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045023Z:d5f2eb93-b54b-43da-97ab-6e17af989b4e" + "SOUTHCENTRALUS:20220126T091928Z:018401e8-daec-4fb3-91d8-370162423f64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:22 GMT" + "Wed, 26 Jan 2022 09:19:27 GMT" ], "Content-Length": [ "753" @@ -324,25 +387,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Storage/storageAccounts/crptestar6132\",\r\n \"name\": \"crptestar6132\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T04:49:51.8616004Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6132.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6132.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6132.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6132.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Storage/storageAccounts/crptestar6595\",\r\n \"name\": \"crptestar6595\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T09:18:53.4017995Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6595.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6595.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6595.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6595.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Storage/storageAccounts/crptestar6132?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjEzMj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Storage/storageAccounts/crptestar6595?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyNjU5NT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfeca15d-afb4-42ce-9184-b5946ead4dba" + "6126b937-d796-4ea1-be11-1dc049a43f2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -354,7 +417,7 @@ "no-cache" ], "x-ms-request-id": [ - "6bccca1c-3bc8-41e4-be24-e5ec9cb8451c" + "62fa9b19-69e2-4c92-9b4e-4f77bcb8c4a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -363,19 +426,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "3d1d3316-f8e1-4f7a-bcff-48f952761897" + "7a9668d2-54e1-4812-9dce-5bfa8966576a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045023Z:3d1d3316-f8e1-4f7a-bcff-48f952761897" + "SOUTHCENTRALUS:20220126T091928Z:7a9668d2-54e1-4812-9dce-5bfa8966576a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:22 GMT" + "Wed, 26 Jan 2022 09:19:28 GMT" ], "Content-Length": [ "741" @@ -387,25 +450,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Storage/storageAccounts/crptestar6132\",\r\n \"name\": \"crptestar6132\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T04:49:51.8616004Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6132.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6132.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6132.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6132.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Storage/storageAccounts/crptestar6595\",\r\n \"name\": \"crptestar6595\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-26T09:18:53.4017995Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar6595.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar6595.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar6595.table.core.windows.net/\",\r\n \"file\": \"https://crptestar6595.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/publicIPAddresses/pip5497?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NDk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/publicIPAddresses/pip965?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7947\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4088\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2f396532-1e57-4aa4-b3c4-eeb23681aac8" + "edd8ba66-c5e5-4749-8e8d-11a456cbb4e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -426,19 +489,19 @@ "1" ], "x-ms-request-id": [ - "81e2e26a-1ab7-41c3-a2f1-810ebc08cb38" + "f4823d02-fb41-40cc-8bc1-04ba3e18d98a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/81e2e26a-1ab7-41c3-a2f1-810ebc08cb38?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f4823d02-fb41-40cc-8bc1-04ba3e18d98a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "aca236af-97b8-4db4-bd5b-b27e3b8d2fac" + "289ac92c-3f92-4b16-83fe-3445f653af0a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9e62b6b4-a08f-4419-ba4f-2f621997973a" + "cf74ba2d-782c-4442-9540-2939306a5132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -451,16 +514,16 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045034Z:aca236af-97b8-4db4-bd5b-b27e3b8d2fac" + "SOUTHCENTRALUS:20220126T091941Z:289ac92c-3f92-4b16-83fe-3445f653af0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:34 GMT" + "Wed, 26 Jan 2022 09:19:41 GMT" ], "Content-Length": [ - "770" + "768" ], "Content-Type": [ "application/json; charset=utf-8" @@ -469,19 +532,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5497\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/publicIPAddresses/pip5497\",\r\n \"etag\": \"W/\\\"223df515-7e95-41cd-8d4a-e297c82304b2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ce06efe1-702a-4be1-b3c0-01a1d37cda48\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7947\",\r\n \"fqdn\": \"dn7947.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/publicIPAddresses/pip965\",\r\n \"etag\": \"W/\\\"e175ca1a-2520-4c6b-b3a6-84cdd4af3acc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"658f03f4-5422-41f1-87d4-4c6f54c28d37\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4088\",\r\n \"fqdn\": \"dn4088.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/81e2e26a-1ab7-41c3-a2f1-810ebc08cb38?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgxZTJlMjZhLTFhYjctNDFjMy1hMmYxLTgxMGViYzA4Y2IzOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/f4823d02-fb41-40cc-8bc1-04ba3e18d98a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y0ODIzZDAyLWZiNDEtNDBjYy04YmMxLTA0YmEzZTE4ZDk4YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -493,13 +556,13 @@ "no-cache" ], "x-ms-request-id": [ - "c1b42243-1ea4-49cd-b285-aeaa39277fad" + "fd7c63b3-25f6-4005-ab22-3e0c40bb758e" ], "x-ms-correlation-request-id": [ - "4da3508b-eda7-42a2-90de-e8e4ae22eece" + "37e10194-3476-4524-8043-211a2b38d933" ], "x-ms-arm-service-request-id": [ - "110b0593-951e-489f-a90f-052a115186bd" + "5f545da9-d645-4c6c-9fad-d5649c605581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,13 +575,13 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045036Z:4da3508b-eda7-42a2-90de-e8e4ae22eece" + "SOUTHCENTRALUS:20220126T091943Z:37e10194-3476-4524-8043-211a2b38d933" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:35 GMT" + "Wed, 26 Jan 2022 09:19:42 GMT" ], "Content-Length": [ "29" @@ -534,15 +597,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/publicIPAddresses/pip5497?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NDk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/publicIPAddresses/pip965?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -554,16 +617,16 @@ "no-cache" ], "ETag": [ - "W/\"1e50ae9a-e212-4877-97df-5012a140d13b\"" + "W/\"c5f2449f-e9ce-4078-9407-6c9acc47e22a\"" ], "x-ms-request-id": [ - "68d12984-370c-4cac-bc5f-6006f881097e" + "dc0718d4-56f0-4b9d-9d73-94424dcb34dd" ], "x-ms-correlation-request-id": [ - "3ff0fa55-5515-42f5-9134-1f2b98078b1e" + "b9a72d82-e454-476b-8065-db379933f89b" ], "x-ms-arm-service-request-id": [ - "a9741700-be0b-40da-a6c2-aba12d9ffab3" + "cc349305-b82d-4ec1-a0ed-94040b3acbcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,16 +639,16 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045036Z:3ff0fa55-5515-42f5-9134-1f2b98078b1e" + "SOUTHCENTRALUS:20220126T091943Z:b9a72d82-e454-476b-8065-db379933f89b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:35 GMT" + "Wed, 26 Jan 2022 09:19:42 GMT" ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -594,25 +657,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5497\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/publicIPAddresses/pip5497\",\r\n \"etag\": \"W/\\\"1e50ae9a-e212-4877-97df-5012a140d13b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce06efe1-702a-4be1-b3c0-01a1d37cda48\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7947\",\r\n \"fqdn\": \"dn7947.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/publicIPAddresses/pip965\",\r\n \"etag\": \"W/\\\"c5f2449f-e9ce-4078-9407-6c9acc47e22a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"658f03f4-5422-41f1-87d4-4c6f54c28d37\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4088\",\r\n \"fqdn\": \"dn4088.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/publicIPAddresses/pip5497?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA1NDk3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/publicIPAddresses/pip965?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXA5NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0145957f-b12d-46f2-81ba-e5fabdf14ae5" + "ac3de2cc-d0ac-4759-8464-93bfdfc95171" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -624,16 +687,16 @@ "no-cache" ], "ETag": [ - "W/\"1e50ae9a-e212-4877-97df-5012a140d13b\"" + "W/\"c5f2449f-e9ce-4078-9407-6c9acc47e22a\"" ], "x-ms-request-id": [ - "d33dc81f-e9f0-400d-90b2-99207e89655e" + "82f439f1-76aa-4f06-94f9-86e1093212cb" ], "x-ms-correlation-request-id": [ - "db2ae04f-d96a-4799-bdfa-d3990b61b411" + "1728c897-7010-452f-9b10-4daa113a7d8f" ], "x-ms-arm-service-request-id": [ - "94b4a71f-c9b9-4784-a85d-4100bc9b1b70" + "fa336cd8-5740-4309-a086-8a4f502a9dde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -646,16 +709,16 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045036Z:db2ae04f-d96a-4799-bdfa-d3990b61b411" + "SOUTHCENTRALUS:20220126T091943Z:1728c897-7010-452f-9b10-4daa113a7d8f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:35 GMT" + "Wed, 26 Jan 2022 09:19:43 GMT" ], "Content-Length": [ - "771" + "769" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,32 +727,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5497\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/publicIPAddresses/pip5497\",\r\n \"etag\": \"W/\\\"1e50ae9a-e212-4877-97df-5012a140d13b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce06efe1-702a-4be1-b3c0-01a1d37cda48\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7947\",\r\n \"fqdn\": \"dn7947.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip965\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/publicIPAddresses/pip965\",\r\n \"etag\": \"W/\\\"c5f2449f-e9ce-4078-9407-6c9acc47e22a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"658f03f4-5422-41f1-87d4-4c6f54c28d37\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4088\",\r\n \"fqdn\": \"dn4088.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MzY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Nzc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn267\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6578\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0636d4c-867e-4cbb-897f-4b751496e948" + "b68c1f26-cff8-4c15-a67a-f6b33de99a1e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "401" + "402" ] }, "ResponseHeaders": { @@ -703,19 +766,19 @@ "3" ], "x-ms-request-id": [ - "bdc4ff43-b659-450f-85e3-8babe6f686f2" + "96d6e596-6e01-4cea-bbbb-154d1e193622" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bdc4ff43-b659-450f-85e3-8babe6f686f2?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/96d6e596-6e01-4cea-bbbb-154d1e193622?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "39c91519-8aa2-42cd-aa0e-5cc0ccbdcbc4" + "9a2cd266-7f8c-4fec-9fb4-0a8dbc3a0c05" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "32123028-98fc-4455-97ce-29da7a1c6d2c" + "0280d8b8-ca48-4bb1-9f08-81136eb2c668" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -728,16 +791,16 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045040Z:39c91519-8aa2-42cd-aa0e-5cc0ccbdcbc4" + "SOUTHCENTRALUS:20220126T091947Z:9a2cd266-7f8c-4fec-9fb4-0a8dbc3a0c05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:39 GMT" + "Wed, 26 Jan 2022 09:19:46 GMT" ], "Content-Length": [ - "1321" + "1323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -746,19 +809,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6367\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367\",\r\n \"etag\": \"W/\\\"217f538a-6232-4fe3-aa8b-df3b99bc957d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c810fc4d-17c2-44c5-a411-9a9e85b36777\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\",\r\n \"etag\": \"W/\\\"217f538a-6232-4fe3-aa8b-df3b99bc957d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5778\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778\",\r\n \"etag\": \"W/\\\"165f1228-80c3-4db7-b2d0-16733c123273\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0946cbf6-c3e4-4ce3-8781-09e54a4409a8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\",\r\n \"etag\": \"W/\\\"165f1228-80c3-4db7-b2d0-16733c123273\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/bdc4ff43-b659-450f-85e3-8babe6f686f2?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkYzRmZjQzLWI2NTktNDUwZi04NWUzLThiYWJlNmY2ODZmMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/96d6e596-6e01-4cea-bbbb-154d1e193622?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk2ZDZlNTk2LTZlMDEtNGNlYS1iYmJiLTE1NGQxZTE5MzYyMj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -770,13 +833,13 @@ "no-cache" ], "x-ms-request-id": [ - "45ba6827-f365-414d-8795-49330f0199ab" + "6f90b3d1-bdcd-4b58-8fe0-a2bb096a7f75" ], "x-ms-correlation-request-id": [ - "af4af240-745c-47da-8c6f-c921862077fe" + "541dac36-6960-438e-accb-38bd68978370" ], "x-ms-arm-service-request-id": [ - "039724d1-a90e-464a-b3a7-d250ecb5c213" + "6536011d-ef66-48cb-8d02-736c83812c18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -789,13 +852,13 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045043Z:af4af240-745c-47da-8c6f-c921862077fe" + "SOUTHCENTRALUS:20220126T091950Z:541dac36-6960-438e-accb-38bd68978370" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:42 GMT" + "Wed, 26 Jan 2022 09:19:49 GMT" ], "Content-Length": [ "29" @@ -811,15 +874,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MzY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Nzc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -831,16 +894,16 @@ "no-cache" ], "ETag": [ - "W/\"e909effe-94c0-49e1-bdb2-8da4a7d08ccb\"" + "W/\"edb0f7db-c40f-4c0d-b2ed-8f10c1f99ee8\"" ], "x-ms-request-id": [ - "2dfcff27-1d9d-472a-beb4-4928d8ceb29f" + "8af2affb-509c-4620-9cfd-4ba46862220c" ], "x-ms-correlation-request-id": [ - "0ffd1cbf-e8d0-4702-9d0b-e56551e3bdf8" + "53fbf2ce-8540-4684-9cf8-4952fb602252" ], "x-ms-arm-service-request-id": [ - "55efe82d-954d-403c-95d1-aca5310225ad" + "6da8e23d-0d73-463f-8d46-e2c3f5612cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -853,16 +916,16 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045044Z:0ffd1cbf-e8d0-4702-9d0b-e56551e3bdf8" + "SOUTHCENTRALUS:20220126T091950Z:53fbf2ce-8540-4684-9cf8-4952fb602252" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:43 GMT" + "Wed, 26 Jan 2022 09:19:50 GMT" ], "Content-Length": [ - "1323" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -871,25 +934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6367\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367\",\r\n \"etag\": \"W/\\\"e909effe-94c0-49e1-bdb2-8da4a7d08ccb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c810fc4d-17c2-44c5-a411-9a9e85b36777\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\",\r\n \"etag\": \"W/\\\"e909effe-94c0-49e1-bdb2-8da4a7d08ccb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5778\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778\",\r\n \"etag\": \"W/\\\"edb0f7db-c40f-4c0d-b2ed-8f10c1f99ee8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0946cbf6-c3e4-4ce3-8781-09e54a4409a8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\",\r\n \"etag\": \"W/\\\"edb0f7db-c40f-4c0d-b2ed-8f10c1f99ee8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm42MzY3L3N1Ym5ldHMvc24yNjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm41Nzc4L3N1Ym5ldHMvc242NTc4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55ed6e50-7179-40a5-9f4a-1b6399c0dd7d" + "59f6754f-98eb-4504-899d-5b2b24b995fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -901,16 +964,16 @@ "no-cache" ], "ETag": [ - "W/\"e909effe-94c0-49e1-bdb2-8da4a7d08ccb\"" + "W/\"edb0f7db-c40f-4c0d-b2ed-8f10c1f99ee8\"" ], "x-ms-request-id": [ - "665d7040-2389-4d54-a7f5-cec1c52f4199" + "a7b26d25-18eb-4fba-a5f7-1e608e03e9f3" ], "x-ms-correlation-request-id": [ - "a1532773-a1f8-4898-aa75-d22fb336e972" + "31a9aa10-cbaa-44d6-953c-24105496dee3" ], "x-ms-arm-service-request-id": [ - "64bc4657-184f-46bb-ac04-f37b6b8c2f8e" + "db1bbd83-d9c1-4e77-a93a-6b21eb5b96a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -923,16 +986,16 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045044Z:a1532773-a1f8-4898-aa75-d22fb336e972" + "SOUTHCENTRALUS:20220126T091951Z:31a9aa10-cbaa-44d6-953c-24105496dee3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:43 GMT" + "Wed, 26 Jan 2022 09:19:50 GMT" ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -941,32 +1004,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\",\r\n \"etag\": \"W/\\\"e909effe-94c0-49e1-bdb2-8da4a7d08ccb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\",\r\n \"etag\": \"W/\\\"edb0f7db-c40f-4c0d-b2ed-8f10c1f99ee8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn267\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\r\n }\r\n },\r\n \"name\": \"ip4836\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\r\n }\r\n },\r\n \"name\": \"ip9645\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8a3d5078-294f-4509-a91a-02c76683c6cb" + "9099cc6e-9c5d-4814-b879-76a8cf982c59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "747" + "749" ] }, "ResponseHeaders": { @@ -977,19 +1040,19 @@ "no-cache" ], "x-ms-request-id": [ - "06f032f8-4daf-4fa1-83fe-fbce2570309a" + "234b6bb5-c04e-4bb7-b144-684720ff30b4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/06f032f8-4daf-4fa1-83fe-fbce2570309a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/234b6bb5-c04e-4bb7-b144-684720ff30b4?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c20b091b-b80d-4a54-a118-b7079431bf89" + "178abdfa-97dc-4844-b195-6926af2acace" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cf729cef-8b14-40be-ae5b-a495b45f8225" + "f6d58088-f505-482b-a4b9-61038f211b74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1002,16 +1065,16 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045049Z:c20b091b-b80d-4a54-a118-b7079431bf89" + "SOUTHCENTRALUS:20220126T091955Z:178abdfa-97dc-4844-b195-6926af2acace" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:48 GMT" + "Wed, 26 Jan 2022 09:19:55 GMT" ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1020,19 +1083,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121\",\r\n \"etag\": \"W/\\\"5dcd7e94-be5b-4b61-902a-3be8986b9296\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"529cf581-bd5e-4746-8034-1d7764770240\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4836\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121/ipConfigurations/ip4836\",\r\n \"etag\": \"W/\\\"5dcd7e94-be5b-4b61-902a-3be8986b9296\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\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\": \"jx4bbsgcc5cujjartkpilm1hoh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743\",\r\n \"etag\": \"W/\\\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4586c1b6-6582-4456-aa98-9c0da92d8e78\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9645\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743/ipConfigurations/ip9645\",\r\n \"etag\": \"W/\\\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\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\": \"41fumcpeypruzb2bbhsuurajva.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1044,16 +1107,16 @@ "no-cache" ], "ETag": [ - "W/\"5dcd7e94-be5b-4b61-902a-3be8986b9296\"" + "W/\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\"" ], "x-ms-request-id": [ - "a4b00a18-6419-45cb-a1cc-767da9d635fb" + "0c3c5116-d2bb-4bbd-ac02-1ac5e5b63d22" ], "x-ms-correlation-request-id": [ - "b4f51a47-7deb-4639-b001-1925faa7f6bf" + "1d33b632-3815-4890-a56b-ec8ab1d8c5b8" ], "x-ms-arm-service-request-id": [ - "86b34dc1-4e04-4154-ba49-f6edf76db3e6" + "4e2f70b5-c588-46b0-b0a3-55839015ab2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1066,16 +1129,16 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045049Z:b4f51a47-7deb-4639-b001-1925faa7f6bf" + "SOUTHCENTRALUS:20220126T091956Z:1d33b632-3815-4890-a56b-ec8ab1d8c5b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:48 GMT" + "Wed, 26 Jan 2022 09:19:55 GMT" ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1084,25 +1147,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121\",\r\n \"etag\": \"W/\\\"5dcd7e94-be5b-4b61-902a-3be8986b9296\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"529cf581-bd5e-4746-8034-1d7764770240\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4836\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121/ipConfigurations/ip4836\",\r\n \"etag\": \"W/\\\"5dcd7e94-be5b-4b61-902a-3be8986b9296\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\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\": \"jx4bbsgcc5cujjartkpilm1hoh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743\",\r\n \"etag\": \"W/\\\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4586c1b6-6582-4456-aa98-9c0da92d8e78\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9645\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743/ipConfigurations/ip9645\",\r\n \"etag\": \"W/\\\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\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\": \"41fumcpeypruzb2bbhsuurajva.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMyMTIxP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzQzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b4367a2-5fab-4a85-a822-c0d9cb21bd52" + "6e57c93c-5994-454d-b867-8390bb7330e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1114,16 +1177,16 @@ "no-cache" ], "ETag": [ - "W/\"5dcd7e94-be5b-4b61-902a-3be8986b9296\"" + "W/\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\"" ], "x-ms-request-id": [ - "b5595c63-d7e1-42fb-bb11-1c162a7ff7f2" + "65ded599-ce35-4a24-87bd-38c57e0bcf58" ], "x-ms-correlation-request-id": [ - "560b7627-cd8c-40e0-882a-a623268cafc8" + "8297893e-d8bb-42d8-8ff8-f2901d15ce67" ], "x-ms-arm-service-request-id": [ - "abcaf1a4-35bd-476a-82db-a737c15c4660" + "7b8d9d5e-5de1-43b1-bc59-d86bfc164d02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1136,16 +1199,16 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045049Z:560b7627-cd8c-40e0-882a-a623268cafc8" + "SOUTHCENTRALUS:20220126T091956Z:8297893e-d8bb-42d8-8ff8-f2901d15ce67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:48 GMT" + "Wed, 26 Jan 2022 09:19:55 GMT" ], "Content-Length": [ - "1633" + "1634" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1154,26 +1217,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121\",\r\n \"etag\": \"W/\\\"5dcd7e94-be5b-4b61-902a-3be8986b9296\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"529cf581-bd5e-4746-8034-1d7764770240\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4836\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/networkInterfaces/nic2121/ipConfigurations/ip4836\",\r\n \"etag\": \"W/\\\"5dcd7e94-be5b-4b61-902a-3be8986b9296\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\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\": \"jx4bbsgcc5cujjartkpilm1hoh.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1743\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743\",\r\n \"etag\": \"W/\\\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4586c1b6-6582-4456-aa98-9c0da92d8e78\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9645\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/networkInterfaces/nic1743/ipConfigurations/ip9645\",\r\n \"etag\": \"W/\\\"0adb9b42-3ab6-4e4f-96e7-7ee9ccf0ec8c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\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\": \"41fumcpeypruzb2bbhsuurajva.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41637a3f-6728-4a52-a0f5-9fea6a1ea723" + "d5e5c4d5-7ff4-4102-b5c6-25338a0549f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1190,10 +1253,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132761399005959231" ], "x-ms-request-id": [ - "fa5edd34-d155-4ee3-87c7-4241b8b77c38" + "831b9312-aeb5-47cf-bb85-7e75b4431029" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1203,16 +1266,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "833a0256-868a-4ead-98ac-c441258eaa88" + "9abec43b-205f-4da0-8a35-ec4ad14f12a4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045051Z:833a0256-868a-4ead-98ac-c441258eaa88" + "SOUTHCENTRALUS:20220126T091957Z:9abec43b-205f-4da0-8a35-ec4ad14f12a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:50:51 GMT" + "Wed, 26 Jan 2022 09:19:57 GMT" ], "Content-Length": [ "321" @@ -1228,28 +1291,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTMyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6772\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83c52d2a-bb46-4e8c-9d06-8cbd37f72175" + "65b8f881-dd05-4e3f-8037-51136b23d4c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1677" + "1681" ] }, "ResponseHeaders": { @@ -1263,7 +1326,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1278,7 +1341,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a1a05a23-54ad-4330-bb20-b36e8af544f1" + "71e01dfa-94fc-4309-aec0-38515e165f62" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1288,19 +1351,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "787cb2fd-ae34-4ace-bf2a-620bf68e1d69" + "f45f5b41-86c4-4928-ac2e-cfe18c21415d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045103Z:787cb2fd-ae34-4ace-bf2a-620bf68e1d69" + "SOUTHCENTRALUS:20220126T092008Z:f45f5b41-86c4-4928-ac2e-cfe18c21415d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:51:03 GMT" + "Wed, 26 Jan 2022 09:20:07 GMT" ], "Content-Length": [ - "3459" + "3522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1309,20 +1372,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e791e6bc-e006-496d-8b08-6af1b6daedab\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6772\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c4a2c0b5-0cb6-47c7-882a-ccd55ff4d380\",\r\n \"timeCreated\": \"2022-01-26T03:20:05.4122385-06:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExYTA1YTIzLTU0YWQtNDMzMC1iYjIwLWIzNmU4YWY1NDRmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZTAxZGZhLTk0ZmMtNDMwOS1hZWMwLTM4NTE1ZTE2NWY2Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1336,13 +1399,13 @@ "97" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "feeba22d-a1db-4559-8be4-27740b0d1540" + "add1c9da-6cda-400d-8b78-dd0fe66bb7f1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1352,16 +1415,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "77c9d1bb-5cf4-4d08-aea8-ad1837482376" + "f12ed2f1-0642-4061-ad7f-08fcfd7f3295" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045114Z:77c9d1bb-5cf4-4d08-aea8-ad1837482376" + "SOUTHCENTRALUS:20220126T092018Z:f12ed2f1-0642-4061-ad7f-08fcfd7f3295" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:51:13 GMT" + "Wed, 26 Jan 2022 09:20:17 GMT" ], "Content-Length": [ "134" @@ -1373,20 +1436,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:51:01.0313323+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a05a23-54ad-4330-bb20-b36e8af544f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:20:05.4122385-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71e01dfa-94fc-4309-aec0-38515e165f62\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExYTA1YTIzLTU0YWQtNDMzMC1iYjIwLWIzNmU4YWY1NDRmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZTAxZGZhLTk0ZmMtNDMwOS1hZWMwLTM4NTE1ZTE2NWY2Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1397,13 +1460,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e2f5142-8896-46ca-ae09-e1ae45046c8e" + "71d8fa61-6cef-4fa9-bcfc-2b78d5964a22" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1413,16 +1476,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "ca5f577b-4225-49c7-9f0b-f081fbd6f46e" + "b7dca9db-306f-4f8d-b6e9-d08e63970467" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045252Z:ca5f577b-4225-49c7-9f0b-f081fbd6f46e" + "SOUTHCENTRALUS:20220126T092155Z:b7dca9db-306f-4f8d-b6e9-d08e63970467" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:52:51 GMT" + "Wed, 26 Jan 2022 09:21:55 GMT" ], "Content-Length": [ "134" @@ -1434,20 +1497,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:51:01.0313323+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a05a23-54ad-4330-bb20-b36e8af544f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:20:05.4122385-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71e01dfa-94fc-4309-aec0-38515e165f62\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExYTA1YTIzLTU0YWQtNDMzMC1iYjIwLWIzNmU4YWY1NDRmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZTAxZGZhLTk0ZmMtNDMwOS1hZWMwLTM4NTE1ZTE2NWY2Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1458,13 +1521,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8582785-3cea-493a-91c9-a38920ca9167" + "f879515e-783e-481d-90d5-d547dc0aef5e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1474,16 +1537,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "93a92bb2-9284-4597-b26e-6d0bfd634c29" + "23b9b285-d4dc-4998-9847-274262f2fcc8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045429Z:93a92bb2-9284-4597-b26e-6d0bfd634c29" + "SOUTHCENTRALUS:20220126T092333Z:23b9b285-d4dc-4998-9847-274262f2fcc8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:54:28 GMT" + "Wed, 26 Jan 2022 09:23:33 GMT" ], "Content-Length": [ "134" @@ -1495,20 +1558,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:51:01.0313323+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a05a23-54ad-4330-bb20-b36e8af544f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:20:05.4122385-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71e01dfa-94fc-4309-aec0-38515e165f62\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExYTA1YTIzLTU0YWQtNDMzMC1iYjIwLWIzNmU4YWY1NDRmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZTAxZGZhLTk0ZmMtNDMwOS1hZWMwLTM4NTE1ZTE2NWY2Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1519,13 +1582,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2dc42c59-8881-401a-a4b1-6d0c539d7f7a" + "3c561985-2972-4d13-9cbd-070ab5191004" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1535,16 +1598,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "1304113c-50de-40cb-8704-c41bcd772baa" + "3ddcd624-1f7a-4bc2-a25d-c1ea846324aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045606Z:1304113c-50de-40cb-8704-c41bcd772baa" + "SOUTHCENTRALUS:20220126T092510Z:3ddcd624-1f7a-4bc2-a25d-c1ea846324aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:56:06 GMT" + "Wed, 26 Jan 2022 09:25:09 GMT" ], "Content-Length": [ "134" @@ -1556,20 +1619,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:51:01.0313323+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a05a23-54ad-4330-bb20-b36e8af544f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:20:05.4122385-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71e01dfa-94fc-4309-aec0-38515e165f62\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExYTA1YTIzLTU0YWQtNDMzMC1iYjIwLWIzNmU4YWY1NDRmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZTAxZGZhLTk0ZmMtNDMwOS1hZWMwLTM4NTE1ZTE2NWY2Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1580,13 +1643,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80929fc8-d241-489e-8eb6-c95ff09f4894" + "4d8fd30c-8a17-447e-a24b-3c5cba65f747" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1596,16 +1659,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "36db0c56-4dc8-498f-ba87-e4a743371b94" + "e031b099-7d3f-49b5-9269-a44a33f66825" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045743Z:36db0c56-4dc8-498f-ba87-e4a743371b94" + "SOUTHCENTRALUS:20220126T092647Z:e031b099-7d3f-49b5-9269-a44a33f66825" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:57:43 GMT" + "Wed, 26 Jan 2022 09:26:47 GMT" ], "Content-Length": [ "134" @@ -1617,20 +1680,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:51:01.0313323+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a05a23-54ad-4330-bb20-b36e8af544f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:20:05.4122385-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71e01dfa-94fc-4309-aec0-38515e165f62\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExYTA1YTIzLTU0YWQtNDMzMC1iYjIwLWIzNmU4YWY1NDRmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZTAxZGZhLTk0ZmMtNDMwOS1hZWMwLTM4NTE1ZTE2NWY2Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1641,13 +1704,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e02d71a0-18a6-4da4-8dcc-d3e7e4706cea" + "717832ed-bce4-43d7-85e4-07c25503ad97" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1657,16 +1720,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "920b1fac-4dda-4250-aa47-8c12a44eb2b1" + "2a923192-80eb-434e-9461-9eab5574c24c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T045921Z:920b1fac-4dda-4250-aa47-8c12a44eb2b1" + "SOUTHCENTRALUS:20220126T092824Z:2a923192-80eb-434e-9461-9eab5574c24c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 04:59:20 GMT" + "Wed, 26 Jan 2022 09:28:24 GMT" ], "Content-Length": [ "134" @@ -1678,20 +1741,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:51:01.0313323+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a05a23-54ad-4330-bb20-b36e8af544f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:20:05.4122385-06:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71e01dfa-94fc-4309-aec0-38515e165f62\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/a1a05a23-54ad-4330-bb20-b36e8af544f1?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExYTA1YTIzLTU0YWQtNDMzMC1iYjIwLWIzNmU4YWY1NDRmMT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/71e01dfa-94fc-4309-aec0-38515e165f62?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZTAxZGZhLTk0ZmMtNDMwOS1hZWMwLTM4NTE1ZTE2NWY2Mj9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1702,35 +1765,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d0399b76-eaf3-4ee6-8e9d-2397c7f96779" + "51926a6d-154a-49ed-b462-d13852d2a257" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "x-ms-correlation-request-id": [ - "9dc79233-5b39-4e7d-afa9-70a6e407bd1d" + "6fcafc05-3414-4d82-9a9d-25d4698ae50c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050058Z:9dc79233-5b39-4e7d-afa9-70a6e407bd1d" + "SOUTHCENTRALUS:20220126T093002Z:6fcafc05-3414-4d82-9a9d-25d4698ae50c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:00:57 GMT" + "Wed, 26 Jan 2022 09:30:02 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,20 +1802,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T04:51:01.0313323+00:00\",\r\n \"endTime\": \"2021-06-29T04:59:40.374005+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a1a05a23-54ad-4330-bb20-b36e8af544f1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-26T03:20:05.4122385-06:00\",\r\n \"endTime\": \"2022-01-26T03:29:26.2559466-06:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"71e01dfa-94fc-4309-aec0-38515e165f62\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTMyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1763,13 +1826,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2583" + "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f7dc8b4-a0f3-4c2e-abf9-16acdf361878" + "acd7b175-7138-4db0-9736-0f6abff34ea4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1779,19 +1842,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "19b06612-4a3d-4ab0-9f34-97a8e6e6c59d" + "befe5bc5-719e-4487-8aa7-4e4e8e119647" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050058Z:19b06612-4a3d-4ab0-9f34-97a8e6e6c59d" + "SOUTHCENTRALUS:20220126T093002Z:befe5bc5-719e-4487-8aa7-4e4e8e119647" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:00:58 GMT" + "Wed, 26 Jan 2022 09:30:02 GMT" ], "Content-Length": [ - "3460" + "3523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1800,26 +1863,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e791e6bc-e006-496d-8b08-6af1b6daedab\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6772\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c4a2c0b5-0cb6-47c7-882a-ccd55ff4d380\",\r\n \"timeCreated\": \"2022-01-26T03:20:05.4122385-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTMyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9f1e0cb-a01b-4d42-9d34-1c78e10780b0" + "617e4612-2559-4525-8c5d-44d363aa049e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1830,13 +1893,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2582" + "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "381e8d4e-338a-4fb0-8be0-fe753d8372f1" + "465e0959-8527-48e4-a4b1-432ea9d2f556" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1846,19 +1909,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "016d7689-b2b4-463e-b85c-9194b7c24c0f" + "bf35f71b-3afc-4a90-94c3-9025b0f64484" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050058Z:016d7689-b2b4-463e-b85c-9194b7c24c0f" + "SOUTHCENTRALUS:20220126T093002Z:bf35f71b-3afc-4a90-94c3-9025b0f64484" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:00:58 GMT" + "Wed, 26 Jan 2022 09:30:02 GMT" ], "Content-Length": [ - "3460" + "3523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,26 +1930,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e791e6bc-e006-496d-8b08-6af1b6daedab\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6772\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c4a2c0b5-0cb6-47c7-882a-ccd55ff4d380\",\r\n \"timeCreated\": \"2022-01-26T03:20:05.4122385-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQzMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzNzU2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ2ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzOTMyNj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf037ec3-108b-477a-8b6e-c00e41a0725f" + "9a6f8645-8d5a-4c98-a5b0-efc21105d8c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/52.0.0" ] }, "ResponseHeaders": { @@ -1897,13 +1960,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2581" + "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66298065-6e6e-4195-a668-94ffdeffafa7" + "1fccf202-85ac-402e-b360-bee338044913" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1913,19 +1976,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "90d25765-8bcb-4515-a606-d0fa256f0bce" + "335400f6-98d5-4835-9496-5d9b7107c8fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050059Z:90d25765-8bcb-4515-a606-d0fa256f0bce" + "SOUTHCENTRALUS:20220126T093003Z:335400f6-98d5-4835-9496-5d9b7107c8fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:00:58 GMT" + "Wed, 26 Jan 2022 09:30:03 GMT" ], "Content-Length": [ - "3460" + "3523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1934,25 +1997,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vmss756\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Compute/virtualMachineScaleSets/vmss756\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig3953\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig9\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar43021/providers/Microsoft.Network/virtualNetworks/vn6367/subnets/sn267\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"e791e6bc-e006-496d-8b08-6af1b6daedab\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vmss9326\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Compute/virtualMachineScaleSets/vmss9326\",\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_A1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7477\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6772\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar46861/providers/Microsoft.Network/virtualNetworks/vn5778/subnets/sn6578\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n },\r\n \"licenseType\": \"Windows_Server\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": false,\r\n \"uniqueId\": \"c4a2c0b5-0cb6-47c7-882a-ccd55ff4d380\",\r\n \"timeCreated\": \"2022-01-26T03:20:05.4122385-06:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar43021?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQzMDIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar46861?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ2ODYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03bd7080-294d-459e-9f4a-650a0d4e11ee" + "c27ac48c-4171-4316-a1c3-2ab8bb241bdb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1964,7 +2027,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1973,13 +2036,13 @@ "14999" ], "x-ms-request-id": [ - "0d81bb56-1a97-460e-9401-83502f6b8af2" + "528c159c-1a26-4b62-a82e-8b299fab9742" ], "x-ms-correlation-request-id": [ - "0d81bb56-1a97-460e-9401-83502f6b8af2" + "528c159c-1a26-4b62-a82e-8b299fab9742" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050104Z:0d81bb56-1a97-460e-9401-83502f6b8af2" + "SOUTHCENTRALUS:20220126T093009Z:528c159c-1a26-4b62-a82e-8b299fab9742" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1988,7 +2051,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:01:03 GMT" + "Wed, 26 Jan 2022 09:30:08 GMT" ], "Expires": [ "-1" @@ -2001,15 +2064,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2021,7 +2084,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2030,13 +2093,13 @@ "11999" ], "x-ms-request-id": [ - "99ba42d6-c6e6-4382-808c-0f7688ab9693" + "8fe2b4c8-e6fb-429f-a89f-3c3a1880a015" ], "x-ms-correlation-request-id": [ - "99ba42d6-c6e6-4382-808c-0f7688ab9693" + "8fe2b4c8-e6fb-429f-a89f-3c3a1880a015" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050120Z:99ba42d6-c6e6-4382-808c-0f7688ab9693" + "SOUTHCENTRALUS:20220126T093024Z:8fe2b4c8-e6fb-429f-a89f-3c3a1880a015" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2045,7 +2108,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:01:19 GMT" + "Wed, 26 Jan 2022 09:30:24 GMT" ], "Expires": [ "-1" @@ -2058,15 +2121,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2078,7 +2141,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2087,13 +2150,13 @@ "11998" ], "x-ms-request-id": [ - "847f0fa7-51af-4848-8792-938c7b43ca1c" + "a458d706-3283-4265-b414-f449e4afd3e2" ], "x-ms-correlation-request-id": [ - "847f0fa7-51af-4848-8792-938c7b43ca1c" + "a458d706-3283-4265-b414-f449e4afd3e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050135Z:847f0fa7-51af-4848-8792-938c7b43ca1c" + "SOUTHCENTRALUS:20220126T093040Z:a458d706-3283-4265-b414-f449e4afd3e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2102,7 +2165,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:01:35 GMT" + "Wed, 26 Jan 2022 09:30:40 GMT" ], "Expires": [ "-1" @@ -2115,15 +2178,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2135,7 +2198,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2144,13 +2207,13 @@ "11997" ], "x-ms-request-id": [ - "7e0097ae-80d6-4c31-a92a-35c99476880d" + "d1d6b9df-6351-4caf-845e-40b8d6af8ef5" ], "x-ms-correlation-request-id": [ - "7e0097ae-80d6-4c31-a92a-35c99476880d" + "d1d6b9df-6351-4caf-845e-40b8d6af8ef5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050151Z:7e0097ae-80d6-4c31-a92a-35c99476880d" + "SOUTHCENTRALUS:20220126T093055Z:d1d6b9df-6351-4caf-845e-40b8d6af8ef5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2159,7 +2222,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:01:51 GMT" + "Wed, 26 Jan 2022 09:30:55 GMT" ], "Expires": [ "-1" @@ -2172,15 +2235,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2192,7 +2255,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2201,13 +2264,13 @@ "11996" ], "x-ms-request-id": [ - "83b4b66b-0c52-43ae-92f2-1d49cc1806f2" + "e32499b9-5122-4c0a-b9c2-a8b60204e9af" ], "x-ms-correlation-request-id": [ - "83b4b66b-0c52-43ae-92f2-1d49cc1806f2" + "e32499b9-5122-4c0a-b9c2-a8b60204e9af" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050206Z:83b4b66b-0c52-43ae-92f2-1d49cc1806f2" + "SOUTHCENTRALUS:20220126T093111Z:e32499b9-5122-4c0a-b9c2-a8b60204e9af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2216,7 +2279,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:02:06 GMT" + "Wed, 26 Jan 2022 09:31:10 GMT" ], "Expires": [ "-1" @@ -2229,15 +2292,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2249,7 +2312,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2258,13 +2321,13 @@ "11995" ], "x-ms-request-id": [ - "990c60b7-029d-4e36-9719-bd754fc36edf" + "56218778-cd10-42db-a31c-654b9afd534d" ], "x-ms-correlation-request-id": [ - "990c60b7-029d-4e36-9719-bd754fc36edf" + "56218778-cd10-42db-a31c-654b9afd534d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050222Z:990c60b7-029d-4e36-9719-bd754fc36edf" + "SOUTHCENTRALUS:20220126T093126Z:56218778-cd10-42db-a31c-654b9afd534d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2273,7 +2336,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:02:21 GMT" + "Wed, 26 Jan 2022 09:31:26 GMT" ], "Expires": [ "-1" @@ -2286,15 +2349,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2306,7 +2369,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2315,13 +2378,13 @@ "11994" ], "x-ms-request-id": [ - "eb9c5498-e6d6-42d4-8af6-229eea2a76d2" + "822c2226-7e82-4892-aa6b-d6393b3dced8" ], "x-ms-correlation-request-id": [ - "eb9c5498-e6d6-42d4-8af6-229eea2a76d2" + "822c2226-7e82-4892-aa6b-d6393b3dced8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050237Z:eb9c5498-e6d6-42d4-8af6-229eea2a76d2" + "SOUTHCENTRALUS:20220126T093142Z:822c2226-7e82-4892-aa6b-d6393b3dced8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2330,7 +2393,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:02:37 GMT" + "Wed, 26 Jan 2022 09:31:41 GMT" ], "Expires": [ "-1" @@ -2343,15 +2406,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2363,7 +2426,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2372,13 +2435,13 @@ "11993" ], "x-ms-request-id": [ - "d9a6110b-9ff6-4c3c-8c90-34f71037408c" + "cabba6fa-6772-4138-ba93-a31e9dd02122" ], "x-ms-correlation-request-id": [ - "d9a6110b-9ff6-4c3c-8c90-34f71037408c" + "cabba6fa-6772-4138-ba93-a31e9dd02122" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050253Z:d9a6110b-9ff6-4c3c-8c90-34f71037408c" + "SOUTHCENTRALUS:20220126T093157Z:cabba6fa-6772-4138-ba93-a31e9dd02122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2387,7 +2450,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:02:52 GMT" + "Wed, 26 Jan 2022 09:31:56 GMT" ], "Expires": [ "-1" @@ -2400,15 +2463,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2420,7 +2483,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2429,13 +2492,13 @@ "11992" ], "x-ms-request-id": [ - "35b8e78d-b8a1-4d8a-b419-e12d56195261" + "90eec494-d54a-4598-b5c1-47a3e981ebe9" ], "x-ms-correlation-request-id": [ - "35b8e78d-b8a1-4d8a-b419-e12d56195261" + "90eec494-d54a-4598-b5c1-47a3e981ebe9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050308Z:35b8e78d-b8a1-4d8a-b419-e12d56195261" + "SOUTHCENTRALUS:20220126T093213Z:90eec494-d54a-4598-b5c1-47a3e981ebe9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2444,7 +2507,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:03:08 GMT" + "Wed, 26 Jan 2022 09:32:12 GMT" ], "Expires": [ "-1" @@ -2457,15 +2520,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2477,7 +2540,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2486,13 +2549,13 @@ "11991" ], "x-ms-request-id": [ - "7ef9b6f4-a034-41ce-bd5d-9d3b74a4d780" + "75beacc7-d037-4bab-b603-07b3d5edb020" ], "x-ms-correlation-request-id": [ - "7ef9b6f4-a034-41ce-bd5d-9d3b74a4d780" + "75beacc7-d037-4bab-b603-07b3d5edb020" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050324Z:7ef9b6f4-a034-41ce-bd5d-9d3b74a4d780" + "SOUTHCENTRALUS:20220126T093228Z:75beacc7-d037-4bab-b603-07b3d5edb020" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2501,7 +2564,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:03:23 GMT" + "Wed, 26 Jan 2022 09:32:27 GMT" ], "Expires": [ "-1" @@ -2514,15 +2577,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2534,7 +2597,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2543,13 +2606,13 @@ "11990" ], "x-ms-request-id": [ - "1f26657f-cf79-4231-b63e-0c143a603bf5" + "d936211e-f1ab-4528-b41f-89606032c91b" ], "x-ms-correlation-request-id": [ - "1f26657f-cf79-4231-b63e-0c143a603bf5" + "d936211e-f1ab-4528-b41f-89606032c91b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050339Z:1f26657f-cf79-4231-b63e-0c143a603bf5" + "SOUTHCENTRALUS:20220126T093244Z:d936211e-f1ab-4528-b41f-89606032c91b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2558,7 +2621,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:03:38 GMT" + "Wed, 26 Jan 2022 09:32:44 GMT" ], "Expires": [ "-1" @@ -2571,15 +2634,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2591,7 +2654,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2600,13 +2663,13 @@ "11989" ], "x-ms-request-id": [ - "32dd9ae2-1ebc-456d-80f9-eb60fd29b615" + "dffa7cbf-a8fd-41ca-b931-8c4e6e93b88c" ], "x-ms-correlation-request-id": [ - "32dd9ae2-1ebc-456d-80f9-eb60fd29b615" + "dffa7cbf-a8fd-41ca-b931-8c4e6e93b88c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050355Z:32dd9ae2-1ebc-456d-80f9-eb60fd29b615" + "SOUTHCENTRALUS:20220126T093259Z:dffa7cbf-a8fd-41ca-b931-8c4e6e93b88c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2615,7 +2678,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:03:55 GMT" + "Wed, 26 Jan 2022 09:32:59 GMT" ], "Expires": [ "-1" @@ -2628,15 +2691,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2648,7 +2711,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2657,13 +2720,13 @@ "11988" ], "x-ms-request-id": [ - "37c415b2-de68-46cf-8707-6f582647c703" + "254f357d-67ba-49d9-98c6-108144a27062" ], "x-ms-correlation-request-id": [ - "37c415b2-de68-46cf-8707-6f582647c703" + "254f357d-67ba-49d9-98c6-108144a27062" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050410Z:37c415b2-de68-46cf-8707-6f582647c703" + "SOUTHCENTRALUS:20220126T093315Z:254f357d-67ba-49d9-98c6-108144a27062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2672,7 +2735,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:04:10 GMT" + "Wed, 26 Jan 2022 09:33:14 GMT" ], "Expires": [ "-1" @@ -2685,15 +2748,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2705,7 +2768,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2714,13 +2777,13 @@ "11987" ], "x-ms-request-id": [ - "171ed8ee-9dd0-470d-b49f-a76621c3d9f9" + "f383bf5a-8a0b-4a98-8851-5c6af72c9541" ], "x-ms-correlation-request-id": [ - "171ed8ee-9dd0-470d-b49f-a76621c3d9f9" + "f383bf5a-8a0b-4a98-8851-5c6af72c9541" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050426Z:171ed8ee-9dd0-470d-b49f-a76621c3d9f9" + "SOUTHCENTRALUS:20220126T093330Z:f383bf5a-8a0b-4a98-8851-5c6af72c9541" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2729,7 +2792,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:04:25 GMT" + "Wed, 26 Jan 2022 09:33:30 GMT" ], "Expires": [ "-1" @@ -2742,15 +2805,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2762,7 +2825,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2771,13 +2834,13 @@ "11986" ], "x-ms-request-id": [ - "a284a23a-1222-4c0f-9284-3bfb722c978d" + "e7b0b921-1cdc-48bf-90ac-fa317f2dfc4e" ], "x-ms-correlation-request-id": [ - "a284a23a-1222-4c0f-9284-3bfb722c978d" + "e7b0b921-1cdc-48bf-90ac-fa317f2dfc4e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050441Z:a284a23a-1222-4c0f-9284-3bfb722c978d" + "SOUTHCENTRALUS:20220126T093346Z:e7b0b921-1cdc-48bf-90ac-fa317f2dfc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2786,7 +2849,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:04:41 GMT" + "Wed, 26 Jan 2022 09:33:45 GMT" ], "Expires": [ "-1" @@ -2799,15 +2862,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2819,7 +2882,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2828,13 +2891,13 @@ "11985" ], "x-ms-request-id": [ - "09a44abc-0b5b-4613-bebf-07b3f3b99771" + "d89e75f8-45b7-4bf1-8d96-65509410cec7" ], "x-ms-correlation-request-id": [ - "09a44abc-0b5b-4613-bebf-07b3f3b99771" + "d89e75f8-45b7-4bf1-8d96-65509410cec7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050457Z:09a44abc-0b5b-4613-bebf-07b3f3b99771" + "SOUTHCENTRALUS:20220126T093401Z:d89e75f8-45b7-4bf1-8d96-65509410cec7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2843,7 +2906,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:04:56 GMT" + "Wed, 26 Jan 2022 09:34:01 GMT" ], "Expires": [ "-1" @@ -2856,15 +2919,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2876,7 +2939,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2885,13 +2948,13 @@ "11984" ], "x-ms-request-id": [ - "e198fd85-003c-4e76-9f45-2342ce4cbe4f" + "2bf7785d-42f8-44b1-ba8c-79d39e9eb09e" ], "x-ms-correlation-request-id": [ - "e198fd85-003c-4e76-9f45-2342ce4cbe4f" + "2bf7785d-42f8-44b1-ba8c-79d39e9eb09e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050512Z:e198fd85-003c-4e76-9f45-2342ce4cbe4f" + "SOUTHCENTRALUS:20220126T093417Z:2bf7785d-42f8-44b1-ba8c-79d39e9eb09e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2900,7 +2963,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:05:12 GMT" + "Wed, 26 Jan 2022 09:34:16 GMT" ], "Expires": [ "-1" @@ -2913,15 +2976,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2933,7 +2996,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2942,13 +3005,13 @@ "11983" ], "x-ms-request-id": [ - "11985ada-d753-4760-8016-ad022256f8a8" + "07d0139a-7ca3-4bd0-a4e9-2e8e06595e50" ], "x-ms-correlation-request-id": [ - "11985ada-d753-4760-8016-ad022256f8a8" + "07d0139a-7ca3-4bd0-a4e9-2e8e06595e50" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050528Z:11985ada-d753-4760-8016-ad022256f8a8" + "SOUTHCENTRALUS:20220126T093433Z:07d0139a-7ca3-4bd0-a4e9-2e8e06595e50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2957,7 +3020,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:05:28 GMT" + "Wed, 26 Jan 2022 09:34:32 GMT" ], "Expires": [ "-1" @@ -2970,15 +3033,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2989,17 +3052,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-request-id": [ - "30b299f0-8609-4a4c-915f-85aa17e307c6" + "18d9c90e-7e30-4344-b8f7-195e21e7b81d" ], "x-ms-correlation-request-id": [ - "30b299f0-8609-4a4c-915f-85aa17e307c6" + "18d9c90e-7e30-4344-b8f7-195e21e7b81d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050544Z:30b299f0-8609-4a4c-915f-85aa17e307c6" + "SOUTHCENTRALUS:20220126T093448Z:18d9c90e-7e30-4344-b8f7-195e21e7b81d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3008,7 +3077,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:05:43 GMT" + "Wed, 26 Jan 2022 09:34:47 GMT" ], "Expires": [ "-1" @@ -3018,18 +3087,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0MzAyMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTXpBeU1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.700.21.56803", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.22000", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3040,17 +3109,353 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-request-id": [ - "6d11d70f-369d-4c20-a7bd-0fc25daefddb" + "36a87d67-9e63-411d-87eb-3bbadad88ce8" + ], + "x-ms-correlation-request-id": [ + "36a87d67-9e63-411d-87eb-3bbadad88ce8" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T093504Z:36a87d67-9e63-411d-87eb-3bbadad88ce8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:35:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "30b4918a-fabe-40c0-8308-1f3afc897677" + ], + "x-ms-correlation-request-id": [ + "30b4918a-fabe-40c0-8308-1f3afc897677" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T093519Z:30b4918a-fabe-40c0-8308-1f3afc897677" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:35:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "4f219226-e2ce-426d-b9af-03e6f864c15d" + ], + "x-ms-correlation-request-id": [ + "4f219226-e2ce-426d-b9af-03e6f864c15d" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T093534Z:4f219226-e2ce-426d-b9af-03e6f864c15d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:35:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "c2d256ec-8862-47b6-a278-379c6e97b799" + ], + "x-ms-correlation-request-id": [ + "c2d256ec-8862-47b6-a278-379c6e97b799" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T093550Z:c2d256ec-8862-47b6-a278-379c6e97b799" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:35:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "0c491b59-a669-49c5-ab69-52a0a09a4c38" + ], + "x-ms-correlation-request-id": [ + "0c491b59-a669-49c5-ab69-52a0a09a4c38" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T093605Z:0c491b59-a669-49c5-ab69-52a0a09a4c38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:36:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "37cdfb7b-947c-46dc-a6d2-2a066db48da4" + ], + "x-ms-correlation-request-id": [ + "37cdfb7b-947c-46dc-a6d2-2a066db48da4" + ], + "x-ms-routing-request-id": [ + "SOUTHCENTRALUS:20220126T093621Z:37cdfb7b-947c-46dc-a6d2-2a066db48da4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 26 Jan 2022 09:36:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0Njg2MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkwTmpnMk1TMVRUMVZVU0VWQlUxUkJVMGxCSWl3aWFtOWlURzlqWVhScGIyNGlPaUp6YjNWMGFHVmhjM1JoYzJsaEluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.56803", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-request-id": [ + "b10c58d2-10d4-440f-9ac2-a4cef9f984fe" ], "x-ms-correlation-request-id": [ - "6d11d70f-369d-4c20-a7bd-0fc25daefddb" + "b10c58d2-10d4-440f-9ac2-a4cef9f984fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T050544Z:6d11d70f-369d-4c20-a7bd-0fc25daefddb" + "SOUTHCENTRALUS:20220126T093621Z:b10c58d2-10d4-440f-9ac2-a4cef9f984fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3059,7 +3464,7 @@ "nosniff" ], "Date": [ - "Tue, 29 Jun 2021 05:05:44 GMT" + "Wed, 26 Jan 2022 09:36:21 GMT" ], "Expires": [ "-1" @@ -3074,27 +3479,27 @@ ], "Names": { "TestVMScaleSetWithLicenseType": [ - "crptestar4302", - "vmss756", - "crptestar6132" + "crptestar4686", + "vmss9326", + "crptestar6595" ], "CreatePublicIP": [ - "pip5497", - "dn7947" + "pip965", + "dn4088" ], "CreateVNET": [ - "vn6367", - "sn267" + "vn5778", + "sn6578" ], "CreateNIC": [ - "nic2121", - "ip4836" + "nic1743", + "ip9645" ], "CreateDefaultVMScaleSetInput": [ - "crptestar2307", - "vmss702", - "vmsstestnetconfig3953", - "vmsstestnetconfig9" + "crptestar3225", + "vmss5386", + "vmsstestnetconfig7477", + "vmsstestnetconfig6772" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations.json index 99aa21f4a0e19..b88f92c4b584e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a9f6e30-aa3e-4464-b762-1324dec4f9fe" + "4a3b4a3a-882c-4843-8d03-2cddd66039ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789" + "9fc414ea-410e-4600-9f7c-71bc36416f3f_132774714058972504" ], "x-ms-request-id": [ - "284c4494-ada9-4b90-876c-c8a380ba7b40" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "36ecc4df-a619-4040-9ef4-f7d58eac2e98" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "54e19af4-772f-42da-b93e-ec0db597db98" + "aa402c4b-1566-4dfc-a3b9-2dc1ef0e4e14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123312Z:54e19af4-772f-42da-b93e-ec0db597db98" + "EASTUS2:20211116T220837Z:aa402c4b-1566-4dfc-a3b9-2dc1ef0e4e14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:11 GMT" - ], "Content-Length": [ "321" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3531?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7463?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0NjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3531\": \"2021-06-29 12:33:12Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7463\": \"2021-11-16 22:08:37Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aa4a681c-9ebd-416f-a4de-9d6e4f417de6" + "fe104b8f-a1d8-4ace-8aff-63d8c786aa11" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:41 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "c74788d3-ff29-4026-b1bc-b5ff3595f46e" + "d7b28e79-4b9f-4129-8585-9439b6666dc8" ], "x-ms-correlation-request-id": [ - "c74788d3-ff29-4026-b1bc-b5ff3595f46e" + "d7b28e79-4b9f-4129-8585-9439b6666dc8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123315Z:c74788d3-ff29-4026-b1bc-b5ff3595f46e" + "EASTUS2:20211116T220841Z:d7b28e79-4b9f-4129-8585-9439b6666dc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:15 GMT" - ], "Content-Length": [ "234" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531\",\r\n \"name\": \"crptestar3531\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3531\": \"2021-06-29 12:33:12Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463\",\r\n \"name\": \"crptestar7463\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7463\": \"2021-11-16 22:08:37Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3531?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7463?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0NjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar3531\": \"2021-06-29 12:33:57Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar7463\": \"2021-11-16 22:09:20Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3eaef2b9-45ac-4e9b-b708-ec8ddda54487" + "885a7e62-0986-4944-97c6-7d92101d9d08" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:21 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "d21f37e0-e518-4e79-bcf7-d759defe6dd4" + "4c4dbc14-5121-4704-8ac8-8df5e849a34e" ], "x-ms-correlation-request-id": [ - "d21f37e0-e518-4e79-bcf7-d759defe6dd4" + "4c4dbc14-5121-4704-8ac8-8df5e849a34e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123358Z:d21f37e0-e518-4e79-bcf7-d759defe6dd4" + "EASTUS2:20211116T220922Z:4c4dbc14-5121-4704-8ac8-8df5e849a34e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:57 GMT" - ], "Content-Length": [ "234" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531\",\r\n \"name\": \"crptestar3531\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar3531\": \"2021-06-29 12:33:57Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463\",\r\n \"name\": \"crptestar7463\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar7463\": \"2021-11-16 22:09:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Storage/storageAccounts/crptestar7304?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MzA0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Storage/storageAccounts/crptestar8093?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MDkzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "16a4bfbc-24d6-480b-8779-40426b7a1156" + "06955dbb-4a35-4c11-943b-6efc54567629" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -231,62 +231,62 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7b1f59d6-dbdb-462c-bb37-bfadd181d057?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5821edfc-5e61-48ce-ab99-4aefeaa32e10?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7b1f59d6-dbdb-462c-bb37-bfadd181d057" + "5821edfc-5e61-48ce-ab99-4aefeaa32e10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b8ab172a-63c7-40ad-91e6-edbbe2830c3f" + "2ea7e274-7f3b-4232-9b9a-ea229954ed75" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123326Z:b8ab172a-63c7-40ad-91e6-edbbe2830c3f" + "EASTUS2:20211116T220852Z:2ea7e274-7f3b-4232-9b9a-ea229954ed75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:25 GMT" + "Content-Length": [ + "0" ], "Content-Type": [ "text/plain; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7b1f59d6-dbdb-462c-bb37-bfadd181d057?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvN2IxZjU5ZDYtZGJkYi00NjJjLWJiMzctYmZhZGQxODFkMDU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/5821edfc-5e61-48ce-ab99-4aefeaa32e10?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTgyMWVkZmMtNWU2MS00OGNlLWFiOTktNGFlZmVhYTMyZTEwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,96 +294,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:10 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7b1f59d6-dbdb-462c-bb37-bfadd181d057?monitor=true&api-version=2015-06-15" - ], - "Retry-After": [ - "3" - ], - "x-ms-request-id": [ - "9bbe5d04-8fb0-4f43-9daa-2d0dddb59bc6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "0524109d-563e-4f34-8ae5-1a1fa45c28d1" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123343Z:0524109d-563e-4f34-8ae5-1a1fa45c28d1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:33:42 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7b1f59d6-dbdb-462c-bb37-bfadd181d057?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvN2IxZjU5ZDYtZGJkYi00NjJjLWJiMzctYmZhZGQxODFkMDU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-request-id": [ - "c6fa38fc-a33b-401b-866a-f8267c09958d" + "bc260b1c-7911-466a-927c-ac2384b97274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "5f957e2e-a521-4f67-8629-5bfc58a8295f" + "cfcecfb0-c3b5-4f6c-95cc-521389af8189" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123347Z:5f957e2e-a521-4f67-8629-5bfc58a8295f" + "EASTUS2:20211116T220910Z:cfcecfb0-c3b5-4f6c-95cc-521389af8189" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:46 GMT" - ], "Content-Length": [ "95" ], @@ -398,21 +335,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c72aaf4-6bed-4dfa-b375-91833e78d977" + "a312db5c-9d15-43be-b9c7-a11942961083" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,33 +357,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "425dcd57-99e9-4c2e-a9be-35b06e087478" + "d0869aad-7092-468d-9924-e0c078d90259" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "cc8bd4a4-2262-4e78-95a8-ee8a3414da06" + "bd635362-ff72-4719-ba9b-4ef0bd29482b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123357Z:cc8bd4a4-2262-4e78-95a8-ee8a3414da06" + "EASTUS2:20211116T220920Z:bd635362-ff72-4719-ba9b-4ef0bd29482b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:56 GMT" - ], "Content-Length": [ "752" ], @@ -457,25 +394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Storage/storageAccounts/crptestar7304\",\r\n \"name\": \"crptestar7304\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T12:33:22.5954622Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7304.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7304.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7304.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7304.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Storage/storageAccounts/crptestar8093\",\r\n \"name\": \"crptestar8093\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T22:08:49.1720401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8093.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8093.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8093.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8093.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Storage/storageAccounts/crptestar7304?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI3MzA0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Storage/storageAccounts/crptestar8093?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4MDkzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "789e90a4-97c2-447c-8a23-0c6b5f2e1edd" + "4b7c363f-fa4b-4476-8b76-73bacce9551c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -483,33 +420,33 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "42bf466c-d2df-4e59-ae5f-d8f9e51033da" + "142a1647-1cf0-4c3f-b726-6573b5eb47f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "153215fc-d9f2-471e-8c03-a8794d16f031" + "9048d1dc-42d4-4478-a26b-106f227a4585" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123357Z:153215fc-d9f2-471e-8c03-a8794d16f031" + "EASTUS2:20211116T220920Z:9048d1dc-42d4-4478-a26b-106f227a4585" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:56 GMT" - ], "Content-Length": [ "740" ], @@ -520,25 +457,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Storage/storageAccounts/crptestar7304\",\r\n \"name\": \"crptestar7304\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T12:33:22.5954622Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar7304.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar7304.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar7304.table.core.windows.net/\",\r\n \"file\": \"https://crptestar7304.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Storage/storageAccounts/crptestar8093\",\r\n \"name\": \"crptestar8093\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-11-16T22:08:49.1720401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8093.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8093.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8093.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8093.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/publicIPAddresses/pip4393?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/publicIPAddresses/pip6415?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY0MTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3634\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9361\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "baeacd3a-c767-4c3c-879f-aaa36fb44c46" + "463c0c77-0f0e-474d-af53-1f5702cb224e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -552,46 +489,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:32 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4c75e065-d6a8-4c4b-975f-163a908ba125" + "6f1d1017-36e0-4aad-bf85-3043b404649b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4c75e065-d6a8-4c4b-975f-163a908ba125?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6f1d1017-36e0-4aad-bf85-3043b404649b?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5d629932-fd4d-45e4-aa93-79a63fa392b0" + "b0b823f3-d4ab-4e8d-9d9f-4aae09dff2a1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "91322915-f2ba-4b18-99a0-abddc0048283" + "ecee3022-f7eb-42c2-9ed5-ba0572a365a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123406Z:5d629932-fd4d-45e4-aa93-79a63fa392b0" + "EASTUS2:20211116T220933Z:b0b823f3-d4ab-4e8d-9d9f-4aae09dff2a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:06 GMT" - ], "Content-Length": [ "769" ], @@ -602,19 +539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/publicIPAddresses/pip4393\",\r\n \"etag\": \"W/\\\"53cc27ac-f54a-4a0d-aa60-152aa21ba9f1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"514bfaca-616f-488c-9649-5a68145149ce\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3634\",\r\n \"fqdn\": \"dn3634.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/publicIPAddresses/pip6415\",\r\n \"etag\": \"W/\\\"bdcd11d2-e734-4c67-b198-2d4fa0066bdb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4d46874b-e97d-4256-8047-d9d096428a21\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9361\",\r\n \"fqdn\": \"dn9361.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/4c75e065-d6a8-4c4b-975f-163a908ba125?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRjNzVlMDY1LWQ2YTgtNGM0Yi05NzVmLTE2M2E5MDhiYTEyNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/6f1d1017-36e0-4aad-bf85-3043b404649b?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZmMWQxMDE3LTM2ZTAtNGFhZC1iZjg1LTMwNDNiNDA0NjQ5Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -622,37 +559,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "9d7641f7-66f1-4789-b828-56679b1b381f" + "2d280c1b-b785-4ed1-bd04-908fc6420741" ], "x-ms-correlation-request-id": [ - "291c992a-4f31-409c-b37a-d674f71fd0fa" + "1cf1c831-8a64-47fc-8e29-1eaf97539ee2" ], "x-ms-arm-service-request-id": [ - "faa43b14-4ab6-4821-a20b-d0030e57239b" + "abf0bbd9-84a1-4ca7-975a-90bd9c9076c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123408Z:291c992a-4f31-409c-b37a-d674f71fd0fa" + "EASTUS2:20211116T220934Z:1cf1c831-8a64-47fc-8e29-1eaf97539ee2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:07 GMT" - ], "Content-Length": [ "29" ], @@ -667,15 +604,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/publicIPAddresses/pip4393?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/publicIPAddresses/pip6415?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY0MTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -683,40 +620,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d023a527-a6e6-4ff6-aca4-49a0a3027ccf\"" + "W/\"45b9bf6d-fb8c-4561-8ac5-9e34f10d3af1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "17666543-e7e7-482a-856d-a7f9ae012e38" + "a5517b41-936a-4448-a2f2-b68a5e57ec36" ], "x-ms-correlation-request-id": [ - "7cd1318b-5cad-4c16-b0a7-85fa650bc4b1" + "fbfffa89-a103-4765-9eb7-c817afbdce5b" ], "x-ms-arm-service-request-id": [ - "bf45dbf6-77f0-4643-8762-725d2aa6f5bb" + "233e9098-3a72-43c6-b56b-ed3cdcd75a16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123408Z:7cd1318b-5cad-4c16-b0a7-85fa650bc4b1" + "EASTUS2:20211116T220934Z:fbfffa89-a103-4765-9eb7-c817afbdce5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:08 GMT" - ], "Content-Length": [ "770" ], @@ -727,25 +664,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/publicIPAddresses/pip4393\",\r\n \"etag\": \"W/\\\"d023a527-a6e6-4ff6-aca4-49a0a3027ccf\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"514bfaca-616f-488c-9649-5a68145149ce\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3634\",\r\n \"fqdn\": \"dn3634.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/publicIPAddresses/pip6415\",\r\n \"etag\": \"W/\\\"45b9bf6d-fb8c-4561-8ac5-9e34f10d3af1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d46874b-e97d-4256-8047-d9d096428a21\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9361\",\r\n \"fqdn\": \"dn9361.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/publicIPAddresses/pip4393?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/publicIPAddresses/pip6415?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY0MTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa702191-03af-41bc-bcab-a79a9b15a9c8" + "cd4dca7f-4a49-4802-b872-599a1f0c5f2b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -753,40 +690,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d023a527-a6e6-4ff6-aca4-49a0a3027ccf\"" + "W/\"45b9bf6d-fb8c-4561-8ac5-9e34f10d3af1\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "133ae100-17e4-4a63-8fdc-84c0726f4e75" + "0148f7e9-858c-40b7-9c34-5d350a0a62a2" ], "x-ms-correlation-request-id": [ - "37b89e35-6184-4855-ac9b-27605f684296" + "14e00938-bd66-4ceb-bb55-cb0c54759dbe" ], "x-ms-arm-service-request-id": [ - "62d499ae-5932-471e-a06a-3dfe00d9337d" + "6e9ed711-434d-41ed-966c-766f4530dd0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123408Z:37b89e35-6184-4855-ac9b-27605f684296" + "EASTUS2:20211116T220934Z:14e00938-bd66-4ceb-bb55-cb0c54759dbe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:08 GMT" - ], "Content-Length": [ "770" ], @@ -797,25 +734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip4393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/publicIPAddresses/pip4393\",\r\n \"etag\": \"W/\\\"d023a527-a6e6-4ff6-aca4-49a0a3027ccf\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"514bfaca-616f-488c-9649-5a68145149ce\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3634\",\r\n \"fqdn\": \"dn3634.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6415\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/publicIPAddresses/pip6415\",\r\n \"etag\": \"W/\\\"45b9bf6d-fb8c-4561-8ac5-9e34f10d3af1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4d46874b-e97d-4256-8047-d9d096428a21\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9361\",\r\n \"fqdn\": \"dn9361.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU5MjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE0NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9737\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3503\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8a3daa26-2576-4e92-aa50-a2b7f1e9afe6" + "bbd84156-7499-414a-9bea-c9d6a7ac7e8d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -829,46 +766,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:39 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "07861915-51d8-40f6-8aa0-f991221146d9" + "9a699c96-967b-4da7-84f4-85e8b66d3f52" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/07861915-51d8-40f6-8aa0-f991221146d9?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9a699c96-967b-4da7-84f4-85e8b66d3f52?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c96e8c13-2776-46ce-960c-5171ace8c8e1" + "c5745acf-b526-4474-87a8-691a6d859daa" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4b8baeb1-9e08-45af-9565-7c451b55d474" + "329f46cd-29c2-4b45-988f-9decb8a9e3d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123413Z:c96e8c13-2776-46ce-960c-5171ace8c8e1" + "EASTUS2:20211116T220939Z:c5745acf-b526-4474-87a8-691a6d859daa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:12 GMT" - ], "Content-Length": [ "1321" ], @@ -879,19 +816,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5925\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925\",\r\n \"etag\": \"W/\\\"ccb8823e-6e03-41e8-9c07-b42340b85b89\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"444f6fb5-c029-4467-a0b0-39bd14c3c5bc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737\",\r\n \"etag\": \"W/\\\"ccb8823e-6e03-41e8-9c07-b42340b85b89\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1457\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457\",\r\n \"etag\": \"W/\\\"59d49655-1734-4738-b479-25473b5d65b8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f32fb19f-086f-473a-a625-2cbb41d16e46\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503\",\r\n \"etag\": \"W/\\\"59d49655-1734-4738-b479-25473b5d65b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/07861915-51d8-40f6-8aa0-f991221146d9?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA3ODYxOTE1LTUxZDgtNDBmNi04YWEwLWY5OTEyMjExNDZkOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/9a699c96-967b-4da7-84f4-85e8b66d3f52?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhNjk5Yzk2LTk2N2ItNGRhNy04NGY0LTg1ZThiNjZkM2Y1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -899,37 +836,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c6e30c19-e4d9-4d54-bc70-d127991385d0" + "fafbafb5-c423-4d5f-94f3-6e24bf940fdf" ], "x-ms-correlation-request-id": [ - "664663f3-707c-4685-9590-6edc78651973" + "df93933f-736d-4806-a69a-bcd811f7e53b" ], "x-ms-arm-service-request-id": [ - "a4555e71-6c4f-41c8-bb1f-4e790a62ae25" + "8e7b7f95-fd42-4789-97cf-4730d91eb9bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123416Z:664663f3-707c-4685-9590-6edc78651973" + "EASTUS2:20211116T220942Z:df93933f-736d-4806-a69a-bcd811f7e53b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:15 GMT" - ], "Content-Length": [ "29" ], @@ -944,15 +881,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU5MjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE0NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -960,40 +897,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5cf6eb50-4910-4305-86b5-0eebb958d784\"" + "W/\"7c87563f-cc98-4e13-9b2e-396961c7be11\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fa71c036-54f9-4657-9082-34d772fff895" + "7b6a36dc-e7e6-4d91-957e-ec5d4e0dc63f" ], "x-ms-correlation-request-id": [ - "094cfc64-1ac7-4308-92e6-29ff3cb05ab0" + "83345f79-088b-4e6d-a573-28ebfc850b12" ], "x-ms-arm-service-request-id": [ - "c2df04df-05ea-43bc-b288-36173fe42b47" + "fb9dd401-a446-421f-a2b1-247c7ea4ced3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123416Z:094cfc64-1ac7-4308-92e6-29ff3cb05ab0" + "EASTUS2:20211116T220942Z:83345f79-088b-4e6d-a573-28ebfc850b12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:16 GMT" - ], "Content-Length": [ "1323" ], @@ -1004,25 +941,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5925\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925\",\r\n \"etag\": \"W/\\\"5cf6eb50-4910-4305-86b5-0eebb958d784\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"444f6fb5-c029-4467-a0b0-39bd14c3c5bc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737\",\r\n \"etag\": \"W/\\\"5cf6eb50-4910-4305-86b5-0eebb958d784\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn1457\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457\",\r\n \"etag\": \"W/\\\"7c87563f-cc98-4e13-9b2e-396961c7be11\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f32fb19f-086f-473a-a625-2cbb41d16e46\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503\",\r\n \"etag\": \"W/\\\"7c87563f-cc98-4e13-9b2e-396961c7be11\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU5MjUvc3VibmV0cy9zbjk3Mzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE0NTcvc3VibmV0cy9zbjM1MDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c867a1a5-af81-4ef3-9982-f3d4ea31a96b" + "57c8b42f-43bb-46a9-aaf3-412f9867c3bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1030,40 +967,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"5cf6eb50-4910-4305-86b5-0eebb958d784\"" + "W/\"7c87563f-cc98-4e13-9b2e-396961c7be11\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "69bdff51-c540-42db-b09f-8ae77d3645ca" + "95715ee3-60fd-40e3-a4a2-2f980dd8d357" ], "x-ms-correlation-request-id": [ - "190ce06c-0640-4b88-af39-539599873833" + "33bdb9b7-44f5-491a-9f3d-f656d9461590" ], "x-ms-arm-service-request-id": [ - "6a7df71e-2ff8-4fc1-aa34-cdfb37819063" + "907215f6-9efb-4695-a7db-c153e59992f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123416Z:190ce06c-0640-4b88-af39-539599873833" + "EASTUS2:20211116T220943Z:33bdb9b7-44f5-491a-9f3d-f656d9461590" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:16 GMT" - ], "Content-Length": [ "523" ], @@ -1074,25 +1011,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737\",\r\n \"etag\": \"W/\\\"5cf6eb50-4910-4305-86b5-0eebb958d784\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503\",\r\n \"etag\": \"W/\\\"7c87563f-cc98-4e13-9b2e-396961c7be11\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMwNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg5NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9737\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737\"\r\n }\r\n },\r\n \"name\": \"ip7191\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3503\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503\"\r\n }\r\n },\r\n \"name\": \"ip2578\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6444a84-32ec-4457-87c4-8672335103fe" + "d69073f8-d83c-4b6e-b94b-5b7971002937" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1106,43 +1043,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "32f5e534-ddf3-43da-823e-8cf009a644ee" + "0275c987-2f1d-432d-ab9e-c6b5f0beb13f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/32f5e534-ddf3-43da-823e-8cf009a644ee?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southeastasia/operations/0275c987-2f1d-432d-ab9e-c6b5f0beb13f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1d33d690-a60e-475b-92d1-1b9344803204" + "8a51abb3-a05d-46af-93ee-ba8a7f104473" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "dd1454cc-49eb-44ab-8d19-62a5be5ec5d0" + "973b23db-23b4-4e95-8ae3-965aa6f4f68b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123420Z:1d33d690-a60e-475b-92d1-1b9344803204" + "EASTUS2:20211116T220947Z:8a51abb3-a05d-46af-93ee-ba8a7f104473" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:20 GMT" - ], "Content-Length": [ "1631" ], @@ -1153,19 +1090,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3062\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\",\r\n \"etag\": \"W/\\\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f8c51816-2915-4c25-a478-09f7b3528020\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7191\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062/ipConfigurations/ip7191\",\r\n \"etag\": \"W/\\\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737\"\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\": \"wvxu4rbjybtujifqhg4rjq4fxe.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\",\r\n \"etag\": \"W/\\\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"176b0d17-d989-446f-99f2-68a6d1d2da02\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976/ipConfigurations/ip2578\",\r\n \"etag\": \"W/\\\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503\"\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\": \"t4ys521pba3epjrffs3uduloig.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMwNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg5NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1173,40 +1110,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\"" + "W/\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6e570a7f-05d5-466a-9b9c-72d6aa907447" + "40ed9728-e8b8-4060-ad33-44ee1de3e335" ], "x-ms-correlation-request-id": [ - "49332fa8-83d9-4217-b0a4-cf5508fa958f" + "5bb0cd25-e731-42d2-8ada-37dee3c078ef" ], "x-ms-arm-service-request-id": [ - "f002750a-a2d8-4cdb-8443-4c20f31f4146" + "c7db8ec0-26ae-42c8-b12e-ecf9fcb0baf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123421Z:49332fa8-83d9-4217-b0a4-cf5508fa958f" + "EASTUS2:20211116T220947Z:5bb0cd25-e731-42d2-8ada-37dee3c078ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:34:20 GMT" - ], "Content-Length": [ "1631" ], @@ -1217,25 +1154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3062\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\",\r\n \"etag\": \"W/\\\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f8c51816-2915-4c25-a478-09f7b3528020\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7191\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062/ipConfigurations/ip7191\",\r\n \"etag\": \"W/\\\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737\"\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\": \"wvxu4rbjybtujifqhg4rjq4fxe.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\",\r\n \"etag\": \"W/\\\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"176b0d17-d989-446f-99f2-68a6d1d2da02\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976/ipConfigurations/ip2578\",\r\n \"etag\": \"W/\\\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503\"\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\": \"t4ys521pba3epjrffs3uduloig.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMwNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg5NzY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c05b3b8-7682-477f-8820-59eb870e902b" + "57435d12-8c47-4d59-aba2-5e5e98314924" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1243,1176 +1180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\"" + "W/\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f67b3d12-013f-4bcc-b344-4e3da85c89f2" + "c1c31a45-b98d-49b5-8a95-c85f420aaee7" ], "x-ms-correlation-request-id": [ - "30e81e19-06eb-49b2-825b-f36d775558f9" + "6c9b30b4-d20f-47b7-b0e5-76ed28681922" ], "x-ms-arm-service-request-id": [ - "2356d45b-f8b2-491f-b742-2a3a6cb07e89" + "fff38885-5961-42fd-b0b2-8b94da919c6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123421Z:30e81e19-06eb-49b2-825b-f36d775558f9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:34:20 GMT" - ], - "Content-Length": [ - "1631" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"nic3062\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\",\r\n \"etag\": \"W/\\\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f8c51816-2915-4c25-a478-09f7b3528020\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7191\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062/ipConfigurations/ip7191\",\r\n \"etag\": \"W/\\\"6dc542c8-fa21-4bb5-8429-933cd0a7c317\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/virtualNetworks/vn5925/subnets/sn9737\"\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\": \"wvxu4rbjybtujifqhg4rjq4fxe.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/as6697?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2Njk3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ac25aba9-3dce-4c18-b4a6-8bffab2c67c6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "229" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "8e8756d4-87e6-44e3-b923-8798a14a8144" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "0efdd933-696d-4ed4-b20d-e74fce1a28b2" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123430Z:0efdd933-696d-4ed4-b20d-e74fce1a28b2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:34:29 GMT" - ], - "Content-Length": [ - "444" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"as6697\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/as6697\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7304.blob.core.windows.net/crptestar4429/oscrptestar2306.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/as6697\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0dc623ff-115a-40cd-908f-712edf6828fb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1220" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "e42a8d4e-2e19-456e-8f9a-ab49960ff437" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "d0dca005-e5a0-475c-8866-2a14f205d26d" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123437Z:d0dca005-e5a0-475c-8866-2a14f205d26d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:34:37 GMT" - ], - "Content-Length": [ - "2026" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"vm6406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7dc7251d-6433-4994-9382-862306af1476\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/AS6697\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7304.blob.core.windows.net/crptestar4429/oscrptestar2306.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "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": [ - "1e7c9c7f-c2c9-4637-b9df-140b6620d95f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "1dd60b2b-25d9-4b3f-a2e2-75100a890249" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123447Z:1dd60b2b-25d9-4b3f-a2e2-75100a890249" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:34:47 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "80b066b0-49c6-4fa4-9656-e0bbcb9ba222" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "2e52432d-38e5-401f-95c6-2c9c62c298a1" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123538Z:2e52432d-38e5-401f-95c6-2c9c62c298a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:35:37 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9f506186-4132-4e24-8628-dcf0f2b1c8cd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "60efc8d3-d6ec-4fc0-a813-2aacf3ea64a3" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123628Z:60efc8d3-d6ec-4fc0-a813-2aacf3ea64a3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:36:28 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d314f684-7b18-4e13-a288-e633acd3dec1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "bf37b38b-8e39-48d1-a832-8bf3c7422957" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123718Z:bf37b38b-8e39-48d1-a832-8bf3c7422957" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:37:18 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2554aec8-410d-4114-8f67-9ccb6500b906" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-correlation-request-id": [ - "8f17b033-f061-4caf-aef2-37751a69abe5" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123808Z:8f17b033-f061-4caf-aef2-37751a69abe5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:38:08 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "5ba081e7-0a19-4c4e-b675-f92d351dd75f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "e33cd174-42df-4139-9bfe-78660843b1de" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123859Z:e33cd174-42df-4139-9bfe-78660843b1de" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:38:58 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "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-request-id": [ - "8ee40504-e17e-44bd-a1f5-8bbad1e10c9e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "e20d82dc-73ff-48e9-a955-e478ee750bee" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T123950Z:e20d82dc-73ff-48e9-a955-e478ee750bee" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:39:50 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29990" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "5f348d12-02fc-4b0f-b40b-d4d9b5d304a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "5387f37d-a1de-4b7a-8d1a-3ce8f4a4c690" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124041Z:5387f37d-a1de-4b7a-8d1a-3ce8f4a4c690" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:40:41 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29988" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7e32d927-9ead-4a14-88e9-6880db6e2bd2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "cbe0dce5-c9d7-430b-abfc-0246369c7cf1" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124132Z:cbe0dce5-c9d7-430b-abfc-0246369c7cf1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:41:32 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29987" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "8daba772-1dd9-4167-ba3a-c8b70339dc72" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "97373b1b-34af-4ca9-8e1e-51ab825440b5" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124223Z:97373b1b-34af-4ca9-8e1e-51ab825440b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:42:22 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "bebbde2d-f02e-4703-9dc0-914368f78820" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "e0587828-53d0-4ee1-be5e-ee5244f81e80" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124313Z:e0587828-53d0-4ee1-be5e-ee5244f81e80" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:43:12 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.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": [ - "e992e99c-f194-42c7-862b-d20f85c8526d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "21da8982-bd70-4818-96b3-3c5f26ea4609" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124403Z:21da8982-bd70-4818-96b3-3c5f26ea4609" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:44:02 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "344df16d-42f5-4799-a520-5834846b74be" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "78ad41ba-3dfd-484e-9830-eeebe38bbb9c" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124453Z:78ad41ba-3dfd-484e-9830-eeebe38bbb9c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:44:53 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29981" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "745bffc1-2698-4969-8f5b-223658f335db" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-correlation-request-id": [ - "08a99f09-8d47-4151-bada-5ec10c4f0d69" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124544Z:08a99f09-8d47-4151-bada-5ec10c4f0d69" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:45:43 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29980" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "73aeb9b6-5778-46e2-8e5c-59922f8be074" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "5e861b94-6149-4214-a969-7e5694384a2c" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124635Z:5e861b94-6149-4214-a969-7e5694384a2c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:46:34 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29974" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9642e202-0784-4ccc-89e7-86a1beff16c0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "2cf81aba-77b1-491d-95d7-0a18e2ad47d0" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T124726Z:2cf81aba-77b1-491d-95d7-0a18e2ad47d0" + "EASTUS2:20211116T220947Z:6c9b30b4-d20f-47b7-b0e5-76ed28681922" ], "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:47:25 GMT" + "nosniff" ], "Content-Length": [ - "133" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2421,59 +1224,71 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8976\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\",\r\n \"etag\": \"W/\\\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"176b0d17-d989-446f-99f2-68a6d1d2da02\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2578\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976/ipConfigurations/ip2578\",\r\n \"etag\": \"W/\\\"b8856945-6fd0-42f9-8766-3cc9e00bc71c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/virtualNetworks/vn1457/subnets/sn3503\"\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\": \"t4ys521pba3epjrffs3uduloig.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/as382?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "df24947a-0476-46b7-935a-cc9628eb824b" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "229" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:09:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e07c039-8c54-4971-a924-1764fc79a091" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6907af10-5970-4f33-9a14-ccba54d9a18d" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "e5532883-1fa5-4b86-915b-bdcddf3e66b5" + "59f956a0-2b57-406f-9c5d-ce9bbe9e5676" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T124816Z:e5532883-1fa5-4b86-915b-bdcddf3e66b5" + "EASTUS2:20211116T220957Z:59f956a0-2b57-406f-9c5d-ce9bbe9e5676" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:48:16 GMT" - ], "Content-Length": [ - "133" + "442" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2482,120 +1297,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"as382\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/as382\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8093.blob.core.windows.net/crptestar2680/oscrptestar4947.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/as382\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "ef44ddec-984c-4036-b4d1-d1944803a14d" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1219" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:10:01 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29967" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "6aab5971-8aba-40cb-a0bd-52bbecffeb08" + "Retry-After": [ + "10" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "0374bb9c-577c-44b0-800f-a3f94ee44ff0" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T124906Z:0374bb9c-577c-44b0-800f-a3f94ee44ff0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:49:06 GMT" - ], - "Content-Length": [ - "133" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4c51d83-af0f-4e92-98ce-2a951a49b9be?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01" ], - "Pragma": [ - "no-cache" + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70c8b5c2-2608-4cce-a6aa-c9302e7f8e8d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b4c51d83-af0f-4e92-98ce-2a951a49b9be" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "f841a6bd-3475-4da4-b12b-a3047774dcb8" + "00dce6a6-762f-4fb6-8d50-7801182c14b2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T124957Z:f841a6bd-3475-4da4-b12b-a3047774dcb8" + "EASTUS2:20211116T221002Z:00dce6a6-762f-4fb6-8d50-7801182c14b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:49:56 GMT" - ], "Content-Length": [ - "133" + "2025" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2604,59 +1379,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"vm3893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5622eb3f-a979-48f2-8bcf-49bd4d752474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/AS382\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8093.blob.core.windows.net/crptestar2680/oscrptestar4947.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4c51d83-af0f-4e92-98ce-2a951a49b9be?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I0YzUxZDgzLWFmMGYtNGU5Mi05OGNlLTJhOTUxYTQ5YjliZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:10:13 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "50" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae3af048-f79b-4fc9-b86a-e612ab891aea" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "85da932a-6b8a-4ecb-a229-aa37759fa020" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11999" ], "x-ms-correlation-request-id": [ - "2b2fd198-99b2-4f96-a3d6-3da0789c9096" + "e7137138-c50e-4a51-b92f-25d4b272ea0a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125047Z:2b2fd198-99b2-4f96-a3d6-3da0789c9096" + "EASTUS2:20211116T221013Z:e7137138-c50e-4a51-b92f-25d4b272ea0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:50:46 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2665,59 +1443,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T22:10:00.7301646+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4c51d83-af0f-4e92-98ce-2a951a49b9be\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4c51d83-af0f-4e92-98ce-2a951a49b9be?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I0YzUxZDgzLWFmMGYtNGU5Mi05OGNlLTJhOTUxYTQ5YjliZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:11:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6bd579e7-d357-4968-88c0-41c713dc8db9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cd2de9f4-90da-4158-bba5-33230c10e50f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11998" ], "x-ms-correlation-request-id": [ - "4bafd862-547a-4805-b055-74ca64f856e3" + "bc19c90e-e12c-484c-a8d5-fb473875b5f3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125137Z:4bafd862-547a-4805-b055-74ca64f856e3" + "EASTUS2:20211116T221103Z:bc19c90e-e12c-484c-a8d5-fb473875b5f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:51:37 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2726,59 +1504,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T22:10:00.7301646+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4c51d83-af0f-4e92-98ce-2a951a49b9be\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4c51d83-af0f-4e92-98ce-2a951a49b9be?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I0YzUxZDgzLWFmMGYtNGU5Mi05OGNlLTJhOTUxYTQ5YjliZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:11:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f662e06b-cf28-4812-a265-b7af3239e6bd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7a2fbe0f-2d51-47ae-aa9e-c1b5bb091a1a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11997" ], "x-ms-correlation-request-id": [ - "7f494a08-f8c9-4264-8248-45b9a8205fa2" + "7eadbee9-f393-4541-8e80-ac4d388d2765" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125228Z:7f494a08-f8c9-4264-8248-45b9a8205fa2" + "EASTUS2:20211116T221153Z:7eadbee9-f393-4541-8e80-ac4d388d2765" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:52:28 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2787,59 +1565,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T22:10:00.7301646+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4c51d83-af0f-4e92-98ce-2a951a49b9be\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/e42a8d4e-2e19-456e-8f9a-ab49960ff437?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U0MmE4ZDRlLTJlMTktNDU2ZS04ZjlhLWFiNDk5NjBmZjQzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/operations/b4c51d83-af0f-4e92-98ce-2a951a49b9be?p=34dc709c-01b2-42c4-84a2-256a9734610d&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I0YzUxZDgzLWFmMGYtNGU5Mi05OGNlLTJhOTUxYTQ5YjliZT9wPTM0ZGM3MDljLTAxYjItNDJjNC04NGEyLTI1NmE5NzM0NjEwZCZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:12:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29952" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b700293e-5dd7-4343-8fd1-f3dc1719871d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "395ed0ad-d3ad-4704-b349-28607be10edf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11996" ], "x-ms-correlation-request-id": [ - "c4dd51d9-9eb4-4edf-b70b-4625d2466844" + "60ede490-6949-4db5-8625-6555a81a5b56" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125318Z:c4dd51d9-9eb4-4edf-b70b-4625d2466844" + "EASTUS2:20211116T221243Z:60ede490-6949-4db5-8625-6555a81a5b56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:53:17 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2848,59 +1626,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:34:35.269039+00:00\",\r\n \"endTime\": \"2021-06-29T12:52:48.5885947+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e42a8d4e-2e19-456e-8f9a-ab49960ff437\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T22:10:00.7301646+00:00\",\r\n \"endTime\": \"2021-11-16T22:12:37.2926165+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b4c51d83-af0f-4e92-98ce-2a951a49b9be\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:12:43 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3983,Microsoft.Compute/LowCostGet30Min;31952" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0035c6a6-016f-461c-8555-b8f1203231b6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f104300d-c0d0-4a61-8870-0e8b1e8286d5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11995" ], "x-ms-correlation-request-id": [ - "a9f3c1df-2f1f-4f17-b8e7-fcec510855dd" + "e6541c82-cd73-4584-a344-9ba92214dcd2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125318Z:a9f3c1df-2f1f-4f17-b8e7-fcec510855dd" + "EASTUS2:20211116T221244Z:e6541c82-cd73-4584-a344-9ba92214dcd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:53:18 GMT" - ], "Content-Length": [ - "3941" + "2054" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2909,65 +1687,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7dc7251d-6433-4994-9382-862306af1476\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/AS6697\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7304.blob.core.windows.net/crptestar4429/oscrptestar2306.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5622eb3f-a979-48f2-8bcf-49bd4d752474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/AS382\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8093.blob.core.windows.net/crptestar2680/oscrptestar4947.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MDY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f8ad332-49ee-42c1-9223-61735ce3960f" + "8ca66cb7-9354-4a82-abc6-207151100ce7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:12:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3982,Microsoft.Compute/LowCostGet30Min;31951" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d1813234-adbc-47cb-b3b5-0fe3ca16ed16" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ff2bbc22-2cec-4170-8ceb-e5a306530055" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11994" ], "x-ms-correlation-request-id": [ - "0b1651dc-3cc2-4184-a0ec-a067445a0456" + "277b9865-c07f-44f6-895b-d4acbceb6c66" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125318Z:0b1651dc-3cc2-4184-a0ec-a067445a0456" + "EASTUS2:20211116T221245Z:277b9865-c07f-44f6-895b-d4acbceb6c66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:53:18 GMT" - ], "Content-Length": [ - "3941" + "2054" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2976,65 +1754,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7dc7251d-6433-4994-9382-862306af1476\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/AS6697\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7304.blob.core.windows.net/crptestar4429/oscrptestar2306.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5622eb3f-a979-48f2-8bcf-49bd4d752474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/AS382\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8093.blob.core.windows.net/crptestar2680/oscrptestar4947.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MDY/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTM/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4e841c1-70a7-4120-bcc2-469bfa7b6af9" + "f87a116c-03ad-4ef9-9ccc-83ca4f1e53b3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:17:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31945" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f55a32e-6f0f-457a-bb45-34908ff4cb83" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "964d23b1-7947-45e6-83b0-b0f590d10f5a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "13d08ec2-d1a9-444e-a704-fca6c4393876" + "119e71a3-3c36-4ae5-b61e-3a22024f1075" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125819Z:13d08ec2-d1a9-444e-a704-fca6c4393876" + "EASTUS2:20211116T221745Z:119e71a3-3c36-4ae5-b61e-3a22024f1075" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:58:18 GMT" - ], "Content-Length": [ - "7449" + "3430" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3043,65 +1821,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7dc7251d-6433-4994-9382-862306af1476\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/AS6697\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7304.blob.core.windows.net/crptestar4429/oscrptestar2306.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:58:00+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"maintenanceRedeployStatus\": {\r\n \"isCustomerInitiatedMaintenanceAllowed\": false,\r\n \"lastOperationResultCode\": \"MaintenanceCompleted\",\r\n \"lastOperationMessage\": \"Maintenance Redeploy operation on the Virtual Machine was successfully completed.\"\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:53:14.323156+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T12:57:35+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:53:19.2763707+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\",\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"type\": \"AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5622eb3f-a979-48f2-8bcf-49bd4d752474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/AS382\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8093.blob.core.windows.net/crptestar2680/oscrptestar4947.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T22:17:44+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:10:01.0113612+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:12:37.2614356+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MDYvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTMvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e1a6d39-d422-4d15-8ef8-108e8aba1c17" + "94f01f6f-092f-4fd8-8c36-5a04b3131a06" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:17:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31944" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69c75a9e-7c2a-4926-9e00-ad5b7f05cbaa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "423b07a1-88a2-4631-8034-bee9a4194863" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "a6419f59-b7c0-4952-8076-6cc8f85d80e3" + "e0dd8aec-4a18-4619-9693-1c85ea820f15" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125819Z:a6419f59-b7c0-4952-8076-6cc8f85d80e3" + "EASTUS2:20211116T221745Z:e0dd8aec-4a18-4619-9693-1c85ea820f15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:58:18 GMT" - ], "Content-Length": [ - "3082" + "1173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3110,35 +1888,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:58:00+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\r\n }\r\n }\r\n ]\r\n },\r\n \"maintenanceRedeployStatus\": {\r\n \"isCustomerInitiatedMaintenanceAllowed\": false,\r\n \"lastOperationResultCode\": \"MaintenanceCompleted\",\r\n \"lastOperationMessage\": \"Maintenance Redeploy operation on the Virtual Machine was successfully completed.\"\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:53:14.323156+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n \"typeHandlerVersion\": \"2.27.0.3\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable. Status:Success\",\r\n \"time\": \"2021-06-29T12:57:35+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"type\": \"Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\",\r\n \"typeHandlerVersion\": \"2.58.13\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"message\": \"AntimalwareNotInstalled, no action necessary\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:53:19.2763707+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T22:17:44+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:10:01.0113612+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:12:37.2614356+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5157fc9-17c6-43e9-a862-49d57de38d69" + "1cde4f47-08af-41f3-a295-3c77707a58cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:17:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" ], @@ -3146,29 +1931,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e73834f2-e8b3-452d-a41b-d98a60534509" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "554ba428-555c-4dbc-a36d-a67ed40fe6a8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "a310ef05-10a3-4d5f-a1a0-1e503d7a5861" + "4895b24d-7b25-4fc1-911b-6ad603a423f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125820Z:a310ef05-10a3-4d5f-a1a0-1e503d7a5861" + "EASTUS2:20211116T221746Z:4895b24d-7b25-4fc1-911b-6ad603a423f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:58:19 GMT" - ], "Content-Length": [ - "3285" + "2315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3177,65 +1955,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm6406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-southeastasia\": {\r\n \"principalId\": \"6fec3646-12ac-4cdf-a68b-7fc0bfe98815\",\r\n \"clientId\": \"3337b5d1-31a5-4464-bed9-8bf0a40cd9cb\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7dc7251d-6433-4994-9382-862306af1476\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/AS6697\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar7304.blob.core.windows.net/crptestar4429/oscrptestar2306.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Network/networkInterfaces/nic3062\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/extensions/Microsoft.Azure.Security.AntimalwareSignature.AntimalwareConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm3893\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5622eb3f-a979-48f2-8bcf-49bd4d752474\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/AS382\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://crptestar8093.blob.core.windows.net/crptestar2680/oscrptestar4947.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Network/networkInterfaces/nic8976\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/virtualMachines/vm6406/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0MDYvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/virtualMachines/vm3893/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTMvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0915262-dd16-406b-8fbc-819bd30039aa" + "51054e47-e6a6-481c-9746-815a50f5573d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:17:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31943" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4bab99ce-ec55-40ef-b60e-8d5898109e8d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "34e18d9a-9dec-4bd5-a54b-473106004577" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "a391ea78-9b99-4dfb-aa29-93e676cf0996" + "3bda1b90-cf53-45ee-b1d8-6828e554f6ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125820Z:a391ea78-9b99-4dfb-aa29-93e676cf0996" + "EASTUS2:20211116T221746Z:3bda1b90-cf53-45ee-b1d8-6828e554f6ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:58:19 GMT" - ], "Content-Length": [ - "56572" + "5675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3244,65 +2022,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3531/providers/Microsoft.Compute/availabilitySets/as6697/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjM1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2Njk3L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7463/providers/Microsoft.Compute/availabilitySets/as382/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzODIvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c29db49-89f0-44cb-8120-c3f5a059444a" + "45e87e29-3cf3-4d5e-9562-88f843a2532d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:17:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31942" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "048b5a3d-58f8-41b4-a436-9b74ce57842d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ce313744-9129-4110-a145-6f7c2c67f493" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "c9de7bab-86ab-4694-aabb-5d812ff99a77" + "de990022-e412-4c7a-8cb1-e29927586c10" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125820Z:c9de7bab-86ab-4694-aabb-5d812ff99a77" + "EASTUS2:20211116T221746Z:de990022-e412-4c7a-8cb1-e29927586c10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:58:19 GMT" - ], "Content-Length": [ - "56572" + "5675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3311,25 +2089,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3531?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjM1MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7463?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc0NjM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "614cb1c2-556b-45ec-a0f9-8cc0d7ca3215" + "0684d69a-d8eb-43f5-bb74-783e69b82c5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -3337,11 +2115,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:17:50 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzNTMxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3NDYzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -3350,13 +2131,13 @@ "14999" ], "x-ms-request-id": [ - "e1e6c687-52a6-4398-b9ae-4c231d1c1b5f" + "56c9ab04-5240-4228-b65f-d005a303fec1" ], "x-ms-correlation-request-id": [ - "e1e6c687-52a6-4398-b9ae-4c231d1c1b5f" + "56c9ab04-5240-4228-b65f-d005a303fec1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T125826Z:e1e6c687-52a6-4398-b9ae-4c231d1c1b5f" + "EASTUS2:20211116T221751Z:56c9ab04-5240-4228-b65f-d005a303fec1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3364,14 +2145,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:58:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3380,28 +2158,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar3531", - "crptestar7304", - "as6697" + "crptestar7463", + "crptestar8093", + "as382" ], "CreatePublicIP": [ - "pip4393", - "dn3634" + "pip6415", + "dn9361" ], "CreateVNET": [ - "vn5925", - "sn9737" + "vn1457", + "sn3503" ], "CreateNIC": [ - "nic3062", - "ip7191" + "nic8976", + "ip2578" ], "CreateDefaultVMInput": [ - "crptestar4429", + "crptestar2680", "crptestar1059", - "crptestar2306", - "vm6406", - "Microsoft.Compute/virtualMachines4519" + "crptestar4947", + "vm3893", + "Microsoft.Compute/virtualMachines8732" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json index c967c30800ee4..d4174b33c705f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_AutomaticPlacementOnDedicatedHostGroup.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd2b369b-0f04-4fa3-b52f-387c0f50c239" + "acf51095-3152-4b55-88cc-244723ba5543" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "d1949d93-60f2-483e-a2e6-e1169734549b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4639733f-b993-4815-91e1-e21add69aa3c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "1e57e108-588f-44a1-a57b-0f397ec1f89d" + "dc196e26-b048-48ff-8f87-220135222ee0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120053Z:1e57e108-588f-44a1-a57b-0f397ec1f89d" + "EASTUS2:20211116T213756Z:dc196e26-b048-48ff-8f87-220135222ee0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:52 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8435?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0MzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5229?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8435\": \"2021-06-29 12:00:53Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5229\": \"2021-11-16 21:37:56Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e782ca5e-5ed3-47b5-8c23-e90eb2b2122c" + "af147f34-c960-4153-8706-eac29e000dfe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:56 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "f423add9-5ea2-4072-8b91-a5b7c26de251" + "bc1d5e13-e3b4-4333-a84c-fba1d34f15ed" ], "x-ms-correlation-request-id": [ - "f423add9-5ea2-4072-8b91-a5b7c26de251" + "bc1d5e13-e3b4-4333-a84c-fba1d34f15ed" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120053Z:f423add9-5ea2-4072-8b91-a5b7c26de251" + "EASTUS2:20211116T213756Z:bc1d5e13-e3b4-4333-a84c-fba1d34f15ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:53 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435\",\r\n \"name\": \"crptestar8435\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8435\": \"2021-06-29 12:00:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229\",\r\n \"name\": \"crptestar5229\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5229\": \"2021-11-16 21:37:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8435?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0MzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5229?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8435\": \"2021-06-29 12:01:00Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5229\": \"2021-11-16 21:38:05Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fe952b34-ee46-4f07-b7a6-ce7856877eaf" + "4ea2a61a-642b-4009-8776-72155cc67195" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -165,6 +165,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:04 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "8d933f77-f215-420a-9854-ba5aa4494482" + "717a593b-34a2-4682-82c0-ff10803b8250" ], "x-ms-correlation-request-id": [ - "8d933f77-f215-420a-9854-ba5aa4494482" + "717a593b-34a2-4682-82c0-ff10803b8250" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120100Z:8d933f77-f215-420a-9854-ba5aa4494482" + "EASTUS2:20211116T213805Z:717a593b-34a2-4682-82c0-ff10803b8250" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,9 +189,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:00 GMT" - ], "Content-Length": [ "228" ], @@ -199,25 +199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435\",\r\n \"name\": \"crptestar8435\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8435\": \"2021-06-29 12:01:00Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229\",\r\n \"name\": \"crptestar5229\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5229\": \"2021-11-16 21:38:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/publicIPAddresses/pip5550?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/publicIPAddresses/pip241?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI0MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6451\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6025\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c37ed186-6f90-49ef-b4b0-64823ba47e6f" + "d0fdeb21-7844-4dae-bc1b-089689ce0ee8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -231,48 +231,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ede0080e-b44d-41ed-b54c-a455b77acc7b" + "5111a777-de2e-4090-a436-b41dff4032c7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ede0080e-b44d-41ed-b54c-a455b77acc7b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5111a777-de2e-4090-a436-b41dff4032c7?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "744634e1-fe06-4e6e-a987-3bc1506fc6ed" + "95cc99b0-5bf7-43e6-86f5-00b51a41f36b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c88cdb97-1001-45fa-b911-bf3e2ce82eb1" + "b1af9ffc-2e41-4fd1-b675-5c829c835d13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120054Z:744634e1-fe06-4e6e-a987-3bc1506fc6ed" + "EASTUS2:20211116T213757Z:95cc99b0-5bf7-43e6-86f5-00b51a41f36b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:53 GMT" - ], "Content-Length": [ - "757" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -281,19 +281,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5550\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/publicIPAddresses/pip5550\",\r\n \"etag\": \"W/\\\"fe9aa227-78b6-40b7-9e7b-4b576a313377\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"62a96fa8-885a-4617-8440-acfbd6287bd3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6451\",\r\n \"fqdn\": \"dn6451.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip241\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/publicIPAddresses/pip241\",\r\n \"etag\": \"W/\\\"ddd965aa-3635-46a4-a694-4d9a150ec2fe\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2d24832e-bc21-4e84-84e9-bc98a32dc248\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6025\",\r\n \"fqdn\": \"dn6025.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ede0080e-b44d-41ed-b54c-a455b77acc7b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2VkZTAwODBlLWI0NGQtNDFlZC1iNTRjLWE0NTViNzdhY2M3Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5111a777-de2e-4090-a436-b41dff4032c7?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUxMTFhNzc3LWRlMmUtNDA5MC1hNDM2LWI0MWRmZjQwMzJjNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -301,37 +301,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:58 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5cf5427c-ab1c-4213-b2f4-83d979afb639" + "ef0386f4-44ff-4ce2-a836-385b5e8f6c59" ], "x-ms-correlation-request-id": [ - "076a944c-d7b1-4f3c-9552-b3e3263d35ef" + "94897843-8743-4e79-b19f-5dd746ab2973" ], "x-ms-arm-service-request-id": [ - "145621cb-3fa2-4dcc-a899-c6c06232ab58" + "fca9fe76-26dd-4cff-9f9c-1d9167a9e4f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T213758Z:94897843-8743-4e79-b19f-5dd746ab2973" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5111a777-de2e-4090-a436-b41dff4032c7?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzUxMTFhNzc3LWRlMmUtNDA5MC1hNDM2LWI0MWRmZjQwMzJjNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 21:38:00 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "592e36af-099d-467f-93d3-f66ef8988fb6" + ], + "x-ms-correlation-request-id": [ + "4896875a-313f-4882-9a7e-65427dd75eca" + ], + "x-ms-arm-service-request-id": [ + "dff0752f-bd5f-4930-b229-ea30d6d1cb82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120055Z:076a944c-d7b1-4f3c-9552-b3e3263d35ef" + "EASTUS2:20211116T213800Z:4896875a-313f-4882-9a7e-65427dd75eca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:54 GMT" - ], "Content-Length": [ "29" ], @@ -346,15 +410,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/publicIPAddresses/pip5550?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/publicIPAddresses/pip241?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI0MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -362,42 +426,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"12bf0eb1-b3e7-41d7-aeef-8c7f79e26f42\"" + "W/\"73cb85d0-a3c8-4267-a948-652a0b226233\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "12d5fcdb-45f7-4fb3-bcb5-a3358d5d6743" + "707e275d-f6e0-412f-9121-bb0c08a60e68" ], "x-ms-correlation-request-id": [ - "04733a1e-dfaa-47da-8294-d4a3c71b08d1" + "7398ea7e-43be-4222-b86e-97244ba7d29e" ], "x-ms-arm-service-request-id": [ - "40e03c80-64b1-4612-80ee-efc2baaa726a" + "9a9b56cb-8dd2-4290-9527-78c84375380c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120055Z:04733a1e-dfaa-47da-8294-d4a3c71b08d1" + "EASTUS2:20211116T213800Z:7398ea7e-43be-4222-b86e-97244ba7d29e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:54 GMT" - ], "Content-Length": [ - "758" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -406,25 +470,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5550\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/publicIPAddresses/pip5550\",\r\n \"etag\": \"W/\\\"12bf0eb1-b3e7-41d7-aeef-8c7f79e26f42\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"62a96fa8-885a-4617-8440-acfbd6287bd3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6451\",\r\n \"fqdn\": \"dn6451.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip241\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/publicIPAddresses/pip241\",\r\n \"etag\": \"W/\\\"73cb85d0-a3c8-4267-a948-652a0b226233\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d24832e-bc21-4e84-84e9-bc98a32dc248\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6025\",\r\n \"fqdn\": \"dn6025.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/publicIPAddresses/pip5550?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/publicIPAddresses/pip241?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI0MT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "779c1a27-093a-4414-a0a6-e3a11e1f9bd6" + "a9825c35-a1c7-46ef-b6d4-4a4c887a5cca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -432,42 +496,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"12bf0eb1-b3e7-41d7-aeef-8c7f79e26f42\"" + "W/\"73cb85d0-a3c8-4267-a948-652a0b226233\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0838443a-7fda-424d-97e8-eb2c534fcaa1" + "c2acc9bb-a6a6-4df2-bafe-8b3526a8e8e4" ], "x-ms-correlation-request-id": [ - "ff9f4aed-2396-4716-b168-08ec473aba3c" + "2f2e4dfe-c2c3-4522-aef9-961b4df26821" ], "x-ms-arm-service-request-id": [ - "2a6d5447-4e70-403e-9e94-a200d41859bc" + "13e8d3b8-4435-4925-84dc-165ff1a950d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120055Z:ff9f4aed-2396-4716-b168-08ec473aba3c" + "EASTUS2:20211116T213800Z:2f2e4dfe-c2c3-4522-aef9-961b4df26821" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:54 GMT" - ], "Content-Length": [ - "758" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -476,25 +540,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5550\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/publicIPAddresses/pip5550\",\r\n \"etag\": \"W/\\\"12bf0eb1-b3e7-41d7-aeef-8c7f79e26f42\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"62a96fa8-885a-4617-8440-acfbd6287bd3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6451\",\r\n \"fqdn\": \"dn6451.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip241\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/publicIPAddresses/pip241\",\r\n \"etag\": \"W/\\\"73cb85d0-a3c8-4267-a948-652a0b226233\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d24832e-bc21-4e84-84e9-bc98a32dc248\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6025\",\r\n \"fqdn\": \"dn6025.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg4MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6343\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6701\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4cde8732-2700-4cc5-bfc2-5602e262afaa" + "4e7f2956-e7ab-43fe-8182-b715b26aaacc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -508,46 +572,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:01 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "29a9ce2a-80a6-4957-b5ae-1dee477832b0" + "38917a6d-5f6f-46c4-93b0-593e37fb02ca" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/29a9ce2a-80a6-4957-b5ae-1dee477832b0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/38917a6d-5f6f-46c4-93b0-593e37fb02ca?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "709b9d88-d298-4c4e-b1fd-c0c938dba290" + "6ede152f-2275-486c-b945-a6accd100b8f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0bf1614e-5ac8-4d17-af27-0c84630f57d5" + "85c7e785-be69-4569-9a21-9ee3d9a6acb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120056Z:709b9d88-d298-4c4e-b1fd-c0c938dba290" + "EASTUS2:20211116T213801Z:6ede152f-2275-486c-b945-a6accd100b8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:55 GMT" - ], "Content-Length": [ "1212" ], @@ -558,19 +622,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801\",\r\n \"etag\": \"W/\\\"d008c121-3335-4adc-b950-0f5861f23983\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3644d6bb-5395-4ba8-a36b-46e7e6625959\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343\",\r\n \"etag\": \"W/\\\"d008c121-3335-4adc-b950-0f5861f23983\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467\",\r\n \"etag\": \"W/\\\"ac3da93d-0923-460f-a6ee-3db1f805ae8b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"737e73c4-8e01-4ac7-9be4-7f61a252b7b9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701\",\r\n \"etag\": \"W/\\\"ac3da93d-0923-460f-a6ee-3db1f805ae8b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/29a9ce2a-80a6-4957-b5ae-1dee477832b0?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI5YTljZTJhLTgwYTYtNDk1Ny1iNWFlLTFkZWU0Nzc4MzJiMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/38917a6d-5f6f-46c4-93b0-593e37fb02ca?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM4OTE3YTZkLTVmNmYtNDZjNC05M2IwLTU5M2UzN2ZiMDJjYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -578,37 +642,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "357482e4-90b2-4d81-8c7c-991587184a0d" + "e14176af-d36f-416e-ab8a-ff51645f0891" ], "x-ms-correlation-request-id": [ - "26cec158-c5d9-46d8-9441-6f304d4c8708" + "1936e6c9-8d7e-45e4-863c-7d58f9108cf9" ], "x-ms-arm-service-request-id": [ - "ff286fe0-f787-4602-a200-3d49418f3d0e" + "72ffa421-dddf-4bb7-8ce7-54d4503a9558" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120059Z:26cec158-c5d9-46d8-9441-6f304d4c8708" + "EASTUS2:20211116T213804Z:1936e6c9-8d7e-45e4-863c-7d58f9108cf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:58 GMT" - ], "Content-Length": [ "29" ], @@ -623,15 +687,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg4MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0Njc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -639,40 +703,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"79bb5c04-6d62-4388-8f4e-f8b8a0bc954d\"" + "W/\"372c8f74-3b5c-4dfe-8040-d16e65a18db9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f49f7255-9000-4c95-a89c-57ae5c6d09dc" + "58488009-c1bc-4745-b7ca-51fe2e632829" ], "x-ms-correlation-request-id": [ - "1b9e93a7-1f2d-4d6b-aaa7-2bf2a9152d73" + "9b8d8af5-0b99-42d9-bbc4-b9a2a6890bf3" ], "x-ms-arm-service-request-id": [ - "874b5cd8-28d8-4c51-9765-e803d724ce39" + "a4cafa57-8633-4ae3-9a4b-db3bd4da7f53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120059Z:1b9e93a7-1f2d-4d6b-aaa7-2bf2a9152d73" + "EASTUS2:20211116T213804Z:9b8d8af5-0b99-42d9-bbc4-b9a2a6890bf3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:58 GMT" - ], "Content-Length": [ "1214" ], @@ -683,25 +747,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn8801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801\",\r\n \"etag\": \"W/\\\"79bb5c04-6d62-4388-8f4e-f8b8a0bc954d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3644d6bb-5395-4ba8-a36b-46e7e6625959\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343\",\r\n \"etag\": \"W/\\\"79bb5c04-6d62-4388-8f4e-f8b8a0bc954d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3467\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467\",\r\n \"etag\": \"W/\\\"372c8f74-3b5c-4dfe-8040-d16e65a18db9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"737e73c4-8e01-4ac7-9be4-7f61a252b7b9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701\",\r\n \"etag\": \"W/\\\"372c8f74-3b5c-4dfe-8040-d16e65a18db9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg4MDEvc3VibmV0cy9zbjYzNDM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM0Njcvc3VibmV0cy9zbjY3MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ae7a0dc-9661-4907-a4b5-50a2c78172fd" + "3cc93da4-640d-43d9-94d6-d041cc96b30e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -709,40 +773,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"79bb5c04-6d62-4388-8f4e-f8b8a0bc954d\"" + "W/\"372c8f74-3b5c-4dfe-8040-d16e65a18db9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f660cf00-918a-4db2-9084-1d6711ed7b4e" + "0525f4e5-54d6-485e-8bde-a87759ed891c" ], "x-ms-correlation-request-id": [ - "15034501-0f10-485d-8609-158f67edc9f8" + "617b18cb-60ee-4e8b-a055-09cb603c8a62" ], "x-ms-arm-service-request-id": [ - "bc0f438c-9b1b-4a1b-be68-1ccc634b9845" + "47e4d7ee-c2e3-4dfb-a717-67fba9f6401d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120059Z:15034501-0f10-485d-8609-158f67edc9f8" + "EASTUS2:20211116T213804Z:617b18cb-60ee-4e8b-a055-09cb603c8a62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:58 GMT" - ], "Content-Length": [ "523" ], @@ -753,25 +817,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343\",\r\n \"etag\": \"W/\\\"79bb5c04-6d62-4388-8f4e-f8b8a0bc954d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701\",\r\n \"etag\": \"W/\\\"372c8f74-3b5c-4dfe-8040-d16e65a18db9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIxOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6343\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343\"\r\n }\r\n },\r\n \"name\": \"ip3824\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6701\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701\"\r\n }\r\n },\r\n \"name\": \"ip8299\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d655f020-28cc-4ac1-aa11-0c1d2b8da2e0" + "e2884ea6-1de9-4a26-823e-f933706e3097" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -785,43 +849,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "10d2de7e-5d0a-4d70-ab1e-0eb18bdf27f1" + "a4d599bf-d310-4db2-9ab6-8fda700c48f3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/10d2de7e-5d0a-4d70-ab1e-0eb18bdf27f1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/a4d599bf-d310-4db2-9ab6-8fda700c48f3?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "8f01b858-c95e-495c-9dda-65605768eaf3" + "dffe1491-4a4f-477c-a76e-940238a88db0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c3037e3b-1494-4760-b0a0-d2b4745e516e" + "a5b4b5ba-d4b9-4921-9262-97c5139e4339" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120059Z:8f01b858-c95e-495c-9dda-65605768eaf3" + "EASTUS2:20211116T213804Z:dffe1491-4a4f-477c-a76e-940238a88db0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:59 GMT" - ], "Content-Length": [ "1625" ], @@ -832,19 +896,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\",\r\n \"etag\": \"W/\\\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c963c3ea-f619-407a-8cfc-94ccbf50da0f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975/ipConfigurations/ip3824\",\r\n \"etag\": \"W/\\\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343\"\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\": \"xpleinuvkouexi1li1t4myszlb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\",\r\n \"etag\": \"W/\\\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"868a67ef-259a-49c0-aac5-c01e9d16aea4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193/ipConfigurations/ip8299\",\r\n \"etag\": \"W/\\\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701\"\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\": \"yrzx22ybr1duvg5ep3q0euvxxb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIxOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -852,40 +916,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\"" + "W/\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b2aee8a4-3ffa-4132-8893-e93c9558d755" + "d5a6c976-1105-4e39-b286-e4232f5f55b9" ], "x-ms-correlation-request-id": [ - "8803d678-bcb9-4b39-88aa-dc2d06724b53" + "2f1310cb-2362-4a3d-8d3c-8f25bb075453" ], "x-ms-arm-service-request-id": [ - "cfff8c22-00be-49ca-b2fe-89e698db67c2" + "8347a928-e4a0-4f1a-b9fd-beeb6b4257ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120059Z:8803d678-bcb9-4b39-88aa-dc2d06724b53" + "EASTUS2:20211116T213804Z:2f1310cb-2362-4a3d-8d3c-8f25bb075453" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:59 GMT" - ], "Content-Length": [ "1625" ], @@ -896,25 +960,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\",\r\n \"etag\": \"W/\\\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c963c3ea-f619-407a-8cfc-94ccbf50da0f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975/ipConfigurations/ip3824\",\r\n \"etag\": \"W/\\\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343\"\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\": \"xpleinuvkouexi1li1t4myszlb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\",\r\n \"etag\": \"W/\\\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"868a67ef-259a-49c0-aac5-c01e9d16aea4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193/ipConfigurations/ip8299\",\r\n \"etag\": \"W/\\\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701\"\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\": \"yrzx22ybr1duvg5ep3q0euvxxb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc5NzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIxOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a7ca216-6518-4255-bbd7-91ec27bc3828" + "bea1cda6-8c58-424b-9641-5ebaa07c6165" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -922,40 +986,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\"" + "W/\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c0beaa2f-7159-403e-9c95-e6383dd4b23d" + "34913951-e6e4-4d06-9e69-34ec41343c93" ], "x-ms-correlation-request-id": [ - "3704ce5c-578e-4cd6-bb0c-3c69628a3bf5" + "0d68bf9a-66e8-4a99-a76c-7400208345e9" ], "x-ms-arm-service-request-id": [ - "d45b309b-a4f8-408d-9aa0-3d26292afd2b" + "623db29a-114d-4127-9423-ad6354a1de1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120100Z:3704ce5c-578e-4cd6-bb0c-3c69628a3bf5" + "EASTUS2:20211116T213804Z:0d68bf9a-66e8-4a99-a76c-7400208345e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:59 GMT" - ], "Content-Length": [ "1625" ], @@ -966,26 +1030,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\",\r\n \"etag\": \"W/\\\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c963c3ea-f619-407a-8cfc-94ccbf50da0f\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975/ipConfigurations/ip3824\",\r\n \"etag\": \"W/\\\"e26b489b-e248-4dcb-98e7-722b1e1bf3b1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/virtualNetworks/vn8801/subnets/sn6343\"\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\": \"xpleinuvkouexi1li1t4myszlb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2193\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\",\r\n \"etag\": \"W/\\\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"868a67ef-259a-49c0-aac5-c01e9d16aea4\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193/ipConfigurations/ip8299\",\r\n \"etag\": \"W/\\\"0ace58c6-57ad-4302-8c9b-7e4cb86f7b1e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/virtualNetworks/vn3467/subnets/sn6701\"\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\": \"yrzx22ybr1duvg5ep3q0euvxxb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/availabilitySets/as1725?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMxNzI1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/availabilitySets/as6896?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2ODk2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4024b2d7-eed8-4830-8aa9-c65537babd44" + "ca865b55-b3c6-416e-a7c9-c2a632a39cbf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -998,37 +1062,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb65d1f1-61c7-4913-be43-68788ed5889c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "26c3c320-c9a1-4144-b7c6-990c24700945" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "314b5812-bf6b-4aa2-9139-6163377d9823" + "149c00a6-a28e-4ef2-84ed-69da7ff25fe4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120100Z:314b5812-bf6b-4aa2-9139-6163377d9823" + "EASTUS2:20211116T213805Z:149c00a6-a28e-4ef2-84ed-69da7ff25fe4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:59 GMT" - ], "Content-Length": [ "438" ], @@ -1039,26 +1103,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as1725\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/availabilitySets/as1725\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as6896\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/availabilitySets/as6896\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/hostGroups/dhgtest1409?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDE0MDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/hostGroups/dhgtest2132?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDIxMzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "54bf43e7-86e9-487f-baa8-a2877d89c1fe" + "5cba634f-d766-4851-b2e7-119cf7a8a04f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1071,9 +1135,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeleteDedicatedHost3Min;119,Microsoft.Compute/PutDeleteDedicatedHost30Min;599" ], @@ -1081,27 +1152,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b5906ad-8360-43bd-81bf-a2b58d34d5c6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "08c71c05-c89c-431e-9b5f-452e0d97cd19" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "8bd02320-2016-42fd-bbf7-733944fc471e" + "e959bb41-dc6e-4673-8ae6-a442a3445c63" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120101Z:8bd02320-2016-42fd-bbf7-733944fc471e" + "EASTUS2:20211116T213805Z:e959bb41-dc6e-4673-8ae6-a442a3445c63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:00 GMT" - ], "Content-Length": [ "342" ], @@ -1112,35 +1176,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhgtest1409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhgtest2132\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/hostGroups/dhgtest1409?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDE0MDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/hostGroups/dhgtest2132?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDIxMzI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57c35f2e-0c77-43af-b631-a9d66e6a204b" + "1ce66eb9-f299-4c46-96dc-a5c8a1dd8a28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost30Min;999" ], @@ -1148,27 +1219,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7ef95584-f1a3-4581-995d-b3e1d9a9588f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "691a216a-0043-452e-91be-74496e472beb" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "4ab69ae2-6bb9-46fe-90bc-12518dae4832" + "6f67255a-a52b-47da-aa25-5b14e25e1ea9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120101Z:4ab69ae2-6bb9-46fe-90bc-12518dae4832" + "EASTUS2:20211116T213805Z:6f67255a-a52b-47da-aa25-5b14e25e1ea9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:00 GMT" - ], "Content-Length": [ "342" ], @@ -1179,26 +1243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhgtest1409\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhgtest2132\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/hostGroups/dhgtest1409/hosts/dhtest9085?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDE0MDkvaG9zdHMvZGh0ZXN0OTA4NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/hostGroups/dhgtest2132/hosts/dhtest2946?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDIxMzIvaG9zdHMvZGh0ZXN0Mjk0Nj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8435\": \"2021-06-29 12:01:01Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5229\": \"2021-11-16 21:38:05Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c92dafa7-da3a-4fae-a433-a997871c3899" + "1df7e2ba-19c0-4534-a488-012e58c37e57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1211,11 +1275,18 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/93c83df8-531b-4d9f-b9b8-96c39ca3282c?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/aadd6317-8631-42ea-97f7-cf2abe070631?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1227,27 +1298,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "93c83df8-531b-4d9f-b9b8-96c39ca3282c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "aadd6317-8631-42ea-97f7-cf2abe070631" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "3ced56e8-055b-46c8-b94f-284625426f5b" + "cd6f6eef-07f6-4fcf-bb1b-7475a6dfb2f5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120101Z:3ced56e8-055b-46c8-b94f-284625426f5b" + "EASTUS2:20211116T213806Z:cd6f6eef-07f6-4fcf-bb1b-7475a6dfb2f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:01 GMT" - ], "Content-Length": [ "555" ], @@ -1258,57 +1322,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhtest9085\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/hostGroups/dhgtest1409/hosts/dhtest9085\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8435\": \"2021-06-29 12:01:01Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"8ea6f853-e473-49ca-8c0d-84a131cfbfac\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhtest2946\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/hostGroups/dhgtest2132/hosts/dhtest2946\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5229\": \"2021-11-16 21:38:05Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"f090991a-a400-40aa-9d7e-b9cab8ed62d2\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/93c83df8-531b-4d9f-b9b8-96c39ca3282c?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzkzYzgzZGY4LTUzMWItNGQ5Zi1iOWI4LTk2YzM5Y2EzMjgyYz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/aadd6317-8631-42ea-97f7-cf2abe070631?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FhZGQ2MzE3LTg2MzEtNDJlYS05N2Y3LWNmMmFiZTA3MDYzMT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a83d81df-e81e-451f-aa9b-462ece986f29" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cbd74103-a284-4a84-950e-0a521e38f3d2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "97b96ecc-526d-4604-88d3-e777427cbeee" + "0e72ec1c-0e44-45f7-ba6e-1f74ecad1462" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120131Z:97b96ecc-526d-4604-88d3-e777427cbeee" + "EASTUS2:20211116T213836Z:0e72ec1c-0e44-45f7-ba6e-1f74ecad1462" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:30 GMT" - ], "Content-Length": [ "184" ], @@ -1319,29 +1383,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:01:01.6194171+00:00\",\r\n \"endTime\": \"2021-06-29T12:01:06.4193813+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"93c83df8-531b-4d9f-b9b8-96c39ca3282c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:38:06.0145336+00:00\",\r\n \"endTime\": \"2021-11-16T21:38:09.6397412+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aadd6317-8631-42ea-97f7-cf2abe070631\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/hostGroups/dhgtest1409/hosts/dhtest9085?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDE0MDkvaG9zdHMvZGh0ZXN0OTA4NT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/hostGroups/dhgtest2132/hosts/dhtest2946?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvZGhndGVzdDIxMzIvaG9zdHMvZGh0ZXN0Mjk0Nj9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetDedicatedHost3Min;198,Microsoft.Compute/GetDedicatedHost30Min;997" ], @@ -1349,27 +1420,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb9ff99d-540b-4377-8ad4-c4d05169fb93" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "350a7faa-1a9e-4f60-b205-58689301646e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "29f6b8b6-898e-42eb-b565-81e099b0b4dc" + "91013327-d6d8-4ea0-9666-db615a2b340f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120131Z:29f6b8b6-898e-42eb-b565-81e099b0b4dc" + "EASTUS2:20211116T213836Z:91013327-d6d8-4ea0-9666-db615a2b340f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:31 GMT" - ], "Content-Length": [ "646" ], @@ -1380,26 +1444,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"dhtest9085\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/hostGroups/dhgtest1409/hosts/dhtest9085\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8435\": \"2021-06-29 12:01:01Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"8ea6f853-e473-49ca-8c0d-84a131cfbfac\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-06-29T12:01:06.2912952+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"dhtest2946\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/hostGroups/dhgtest2132/hosts/dhtest2946\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5229\": \"2021-11-16 21:38:05Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DSv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"f090991a-a400-40aa-9d7e-b9cab8ed62d2\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2021-11-16T21:38:09.5616115+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY2NDQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU2OTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\"\r\n }\r\n ]\r\n },\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\"\r\n }\r\n ]\r\n },\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5239d8df-52bc-4637-ac81-7f69b98fa448" + "79e36d97-c495-4df8-bddc-95fd159cb8e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1412,46 +1476,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f2f1523e-d857-44c7-9ba8-83ac8cb47fa3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f2f1523e-d857-44c7-9ba8-83ac8cb47fa3" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "c1dd6f6b-aa6e-4b03-8761-053c6bdb599e" + "091ba1f9-6aae-4f5e-a2b3-9575c7e7dd46" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120132Z:c1dd6f6b-aa6e-4b03-8761-053c6bdb599e" + "EASTUS2:20211116T213836Z:091ba1f9-6aae-4f5e-a2b3-9575c7e7dd46" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:31 GMT" - ], "Content-Length": [ "2308" ], @@ -1462,60 +1526,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cfd3f913-c96f-4e3e-920a-03df29a0e1ea\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4d5e12be-e8c3-46f3-957c-2a54d7a3a965\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwZmIyYWFmLTcxMDAtNGMyNS05ZDNmLTliMzZkOTY5ZGM3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f2f1523e-d857-44c7-9ba8-83ac8cb47fa3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YyZjE1MjNlLWQ4NTctNDRjNy05YmE4LTgzYWM4Y2I0N2ZhMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:38:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03868cf7-ad3f-4e3d-bdf6-547686cd1ec9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2e62c2b5-a370-4849-be41-04f0a4d4ff69" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "8353f473-e2d0-418f-ad4b-2d679adc55be" + "d9df3bd5-e64e-4489-9952-15aec5637046" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120142Z:8353f473-e2d0-418f-ad4b-2d679adc55be" + "EASTUS2:20211116T213846Z:d9df3bd5-e64e-4489-9952-15aec5637046" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:01:41 GMT" - ], "Content-Length": [ "134" ], @@ -1526,57 +1590,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:01:32.3070661+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:38:36.4852095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2f1523e-d857-44c7-9ba8-83ac8cb47fa3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwZmIyYWFmLTcxMDAtNGMyNS05ZDNmLTliMzZkOTY5ZGM3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f2f1523e-d857-44c7-9ba8-83ac8cb47fa3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YyZjE1MjNlLWQ4NTctNDRjNy05YmE4LTgzYWM4Y2I0N2ZhMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:39:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04e740b0-be57-4ce4-99f3-764d4c57ce8c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14a9c152-2ee7-4e10-9632-985d6ebc97c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "1cd58a83-aaac-498e-8a31-9486478de08a" + "6ba614c3-bbc9-45c8-97fd-a46ca53cc687" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120232Z:1cd58a83-aaac-498e-8a31-9486478de08a" + "EASTUS2:20211116T213936Z:6ba614c3-bbc9-45c8-97fd-a46ca53cc687" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:02:32 GMT" - ], "Content-Length": [ "134" ], @@ -1587,57 +1651,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:01:32.3070661+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:38:36.4852095+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f2f1523e-d857-44c7-9ba8-83ac8cb47fa3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2EwZmIyYWFmLTcxMDAtNGMyNS05ZDNmLTliMzZkOTY5ZGM3Zj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/f2f1523e-d857-44c7-9ba8-83ac8cb47fa3?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2YyZjE1MjNlLWQ4NTctNDRjNy05YmE4LTgzYWM4Y2I0N2ZhMz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:40:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "76bf1b34-bfbb-4a5d-abec-8372212a0a62" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ac5f8884-d225-4b3f-a448-3753bb642ddf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "4113212e-6ce7-4258-ac98-56c9e1158213" + "771ac286-267b-4782-9019-cb3226c62095" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120322Z:4113212e-6ce7-4258-ac98-56c9e1158213" + "EASTUS2:20211116T214026Z:771ac286-267b-4782-9019-cb3226c62095" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:03:22 GMT" - ], "Content-Length": [ "184" ], @@ -1648,57 +1712,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:01:32.3070661+00:00\",\r\n \"endTime\": \"2021-06-29T12:03:21.4638729+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a0fb2aaf-7100-4c25-9d3f-9b36d969dc7f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:38:36.4852095+00:00\",\r\n \"endTime\": \"2021-11-16T21:40:06.3972144+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f2f1523e-d857-44c7-9ba8-83ac8cb47fa3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY2NDQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU2OTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:40:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31967" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9f1bfdc9-b43a-493b-9510-c7ffec7912fc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3fd127bc-c858-48b7-98a7-9fb2e07e7031" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "6e5cefc5-bd45-4439-b13c-13adb53409e3" + "a52dc60a-8042-4a3b-b40c-32fbd3e4f1df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120322Z:6e5cefc5-bd45-4439-b13c-13adb53409e3" + "EASTUS2:20211116T214026Z:a52dc60a-8042-4a3b-b40c-32fbd3e4f1df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:03:22 GMT" - ], "Content-Length": [ "2700" ], @@ -1709,63 +1773,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cfd3f913-c96f-4e3e-920a-03df29a0e1ea\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4d5e12be-e8c3-46f3-957c-2a54d7a3a965\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5693_disk2_17c08408260e483cac4f0503ad65dd73\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/vm5693_disk2_17c08408260e483cac4f0503ad65dd73\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY2NDQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU2OTM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b20e8856-a0be-46b0-84fc-ca9888e3e448" + "6ae842cd-8cc2-4361-997a-a13a67ac6298" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:40:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31966" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f32ed461-dde9-47f5-a2b2-585b2fb1f163" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b305409e-f6c6-4a63-990b-57e621379c34" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "13c5b0db-4294-435a-a8b3-d18dfdcf7107" + "076f714d-f177-4212-9dc6-c64c7a09cd4a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120322Z:13c5b0db-4294-435a-a8b3-d18dfdcf7107" + "EASTUS2:20211116T214026Z:076f714d-f177-4212-9dc6-c64c7a09cd4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:03:22 GMT" - ], "Content-Length": [ "2700" ], @@ -1776,65 +1840,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cfd3f913-c96f-4e3e-920a-03df29a0e1ea\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4d5e12be-e8c3-46f3-957c-2a54d7a3a965\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5693_disk2_17c08408260e483cac4f0503ad65dd73\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/vm5693_disk2_17c08408260e483cac4f0503ad65dd73\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY2NDQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU2OTM/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d4d8be5-fa20-4b2c-b12b-f3cb8fa03c96" + "ccff574a-1c66-47a1-a605-760bcbb76eb8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0076c944-c361-4d0c-a262-8d2d15e62468" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e2c8aaea-43d6-460c-ae18-ec0e667d7ff7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "e957c9bb-76b9-4c8c-99f6-f99355d804b0" + "10d09896-99af-430e-891c-c33e205335f8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120823Z:e957c9bb-76b9-4c8c-99f6-f99355d804b0" + "EASTUS2:20211116T214527Z:10d09896-99af-430e-891c-c33e205335f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:22 GMT" - ], "Content-Length": [ - "4544" + "4546" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1843,65 +1907,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cfd3f913-c96f-4e3e-920a-03df29a0e1ea\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"assignedHost\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409/hosts/dhtest9085\",\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:07:35+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:01:35.650837+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:01:35.650837+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:03:21.4169931+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm5693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4d5e12be-e8c3-46f3-957c-2a54d7a3a965\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5693_disk2_17c08408260e483cac4f0503ad65dd73\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/vm5693_disk2_17c08408260e483cac4f0503ad65dd73\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"assignedHost\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132/hosts/dhtest2946\",\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:44:30+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:38:41.4698961+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm5693_disk2_17c08408260e483cac4f0503ad65dd73\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:38:41.4698961+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:40:06.3815851+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY2NDQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU2OTMvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "652b4232-a46f-4d18-adcd-acdbebc2cf24" + "076be040-be3a-40cb-83d8-fd8598e3013f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc664031-8308-4c61-bfb8-95bc88688740" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fea17981-7f9c-408f-b228-83bd23339a77" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "78c29d30-240c-4eec-bc8a-818a902e8392" + "662da40c-04c2-4ab4-a977-51421bfeec10" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120823Z:78c29d30-240c-4eec-bc8a-818a902e8392" + "EASTUS2:20211116T214527Z:662da40c-04c2-4ab4-a977-51421bfeec10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:22 GMT" - ], "Content-Length": [ - "1601" + "1603" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1910,63 +1974,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"assignedHost\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409/hosts/dhtest9085\",\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:07:35+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:01:35.650837+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:01:35.650837+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:03:21.4169931+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"assignedHost\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132/hosts/dhtest2946\",\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:44:30+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:38:41.4698961+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm5693_disk2_17c08408260e483cac4f0503ad65dd73\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:38:41.4698961+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:40:06.3815851+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg0MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUyMjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "554d7e57-4045-4b69-be34-65b9ae39cfc9" + "dfc2205b-7190-4a6f-a652-ba4a34c5a781" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;698" + "Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;695" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "726f1f3f-07ad-4dbf-9af3-f0287c782dc1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e05d9060-a2f4-446b-9ef9-f533f50ac748" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "b89bcc2a-5c4e-4f0d-ac5e-d064c083340f" + "70b25840-068e-425b-bc56-23c2cea46ea2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120823Z:b89bcc2a-5c4e-4f0d-ac5e-d064c083340f" + "EASTUS2:20211116T214527Z:70b25840-068e-425b-bc56-23c2cea46ea2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:22 GMT" - ], "Content-Length": [ "3021" ], @@ -1977,25 +2041,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm6644\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/virtualMachines/vm6644\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cfd3f913-c96f-4e3e-920a-03df29a0e1ea\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR8435/providers/Microsoft.Compute/hostGroups/dhgtest1409\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Compute/disks/vm6644_disk2_252ec4cacc224386ba919542e9c02d1f\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8435/providers/Microsoft.Network/networkInterfaces/nic7975\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm5693\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/virtualMachines/vm5693\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4d5e12be-e8c3-46f3-957c-2a54d7a3a965\",\r\n \"hostGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR5229/providers/Microsoft.Compute/hostGroups/dhgtest2132\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5693_disk2_17c08408260e483cac4f0503ad65dd73\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Compute/disks/vm5693_disk2_17c08408260e483cac4f0503ad65dd73\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5229/providers/Microsoft.Network/networkInterfaces/nic2193\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8435?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg0MzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5229?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUyMjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "097810da-526e-4352-9a03-0d0cf9ab0c78" + "e45199ed-862e-44ee-8e72-6987811b3d9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2003,11 +2067,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:26 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NDM1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MjI5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2016,13 +2083,13 @@ "14999" ], "x-ms-request-id": [ - "749ad5e7-38ff-4d0f-9ef3-b19ad84491c4" + "0557bef1-79aa-45aa-b744-9530a4d60b9f" ], "x-ms-correlation-request-id": [ - "749ad5e7-38ff-4d0f-9ef3-b19ad84491c4" + "0557bef1-79aa-45aa-b744-9530a4d60b9f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120823Z:749ad5e7-38ff-4d0f-9ef3-b19ad84491c4" + "EASTUS2:20211116T214527Z:0557bef1-79aa-45aa-b744-9530a4d60b9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2030,14 +2097,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2046,30 +2110,30 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar8435", - "crptestar3958", - "as1725", - "dhgtest1409", - "dhtest9085" + "crptestar5229", + "crptestar8327", + "as6896", + "dhgtest2132", + "dhtest2946" ], "CreatePublicIP": [ - "pip5550", - "dn6451" + "pip241", + "dn6025" ], "CreateVNET": [ - "vn8801", - "sn6343" + "vn3467", + "sn6701" ], "CreateNIC": [ - "nic7975", - "ip3824" + "nic2193", + "ip8299" ], "CreateDefaultVMInput": [ - "crptestar1656", - "crptestar2159", - "crptestar4335", - "vm6644", - "Microsoft.Compute/virtualMachines7136" + "crptestar6979", + "crptestar998", + "crptestar639", + "vm5693", + "Microsoft.Compute/virtualMachines9332" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ConfidentialVM.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ConfidentialVM.json new file mode 100644 index 0000000000000..7fcdd26eb24f4 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ConfidentialVM.json @@ -0,0 +1,1599 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6126?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYxMjY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar6126\": \"2022-01-20 19:14:55Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "92679d29-282e-4f69-9db0-82f72195f7de" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "97" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "26192540-b610-40bc-86a7-4b2b344551ad" + ], + "x-ms-correlation-request-id": [ + "26192540-b610-40bc-86a7-4b2b344551ad" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191456Z:26192540-b610-40bc-86a7-4b2b344551ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:14:56 GMT" + ], + "Content-Length": [ + "232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126\",\r\n \"name\": \"crptestar6126\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar6126\": \"2022-01-20 19:14:55Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/publicIPAddresses/pip2590?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI1OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9330\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee011347-c82b-4ee1-b38b-dce60943aa1d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "205" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "21c9263c-80a4-467c-bb67-aaadabf4b587" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/21c9263c-80a4-467c-bb67-aaadabf4b587?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "79dd0dfb-3d34-4687-86c7-98e4342d4828" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "66eb7d07-5aec-471c-affd-5c8d4fc5810a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191500Z:79dd0dfb-3d34-4687-86c7-98e4342d4828" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:00 GMT" + ], + "Content-Length": [ + "765" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip2590\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/publicIPAddresses/pip2590\",\r\n \"etag\": \"W/\\\"e2e837d0-930c-4d20-bf92-c0b70fe5fbce\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6d56335d-693f-44d1-8585-368413a1b2f9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9330\",\r\n \"fqdn\": \"dn9330.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/21c9263c-80a4-467c-bb67-aaadabf4b587?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yMWM5MjYzYy04MGE0LTQ2N2MtYmI2Ny1hYWFkYWJmNGI1ODc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "79e1188c-a9b5-4de1-bc68-a604ce7ad95b" + ], + "x-ms-correlation-request-id": [ + "bd6a20f8-ea09-468f-98a1-c5629d4d318f" + ], + "x-ms-arm-service-request-id": [ + "fd38ed12-cfdd-4f7b-921c-2f62a90d5924" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191501Z:bd6a20f8-ea09-468f-98a1-c5629d4d318f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:01 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/publicIPAddresses/pip2590?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI1OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"e3955a9a-ddd6-445b-bbdd-11fa0619ed83\"" + ], + "x-ms-request-id": [ + "a243e31e-f5a5-4e51-9520-64364f9e7209" + ], + "x-ms-correlation-request-id": [ + "de522ce0-1d83-4b22-bdc7-38a1a648c3ff" + ], + "x-ms-arm-service-request-id": [ + "0271c082-4efc-4ec0-a6b3-81f600572cb5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191501Z:de522ce0-1d83-4b22-bdc7-38a1a648c3ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:01 GMT" + ], + "Content-Length": [ + "766" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip2590\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/publicIPAddresses/pip2590\",\r\n \"etag\": \"W/\\\"e3955a9a-ddd6-445b-bbdd-11fa0619ed83\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6d56335d-693f-44d1-8585-368413a1b2f9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9330\",\r\n \"fqdn\": \"dn9330.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/publicIPAddresses/pip2590?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI1OTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "63456747-6458-435a-b788-fad27c11f074" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"e3955a9a-ddd6-445b-bbdd-11fa0619ed83\"" + ], + "x-ms-request-id": [ + "01f870b3-a9a6-4fd2-852b-d32fe84f3b6c" + ], + "x-ms-correlation-request-id": [ + "19fb84be-192e-45c1-a210-9e1392a1e474" + ], + "x-ms-arm-service-request-id": [ + "c419a0ea-ad53-4c77-b5ec-51156bd01c98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191501Z:19fb84be-192e-45c1-a210-9e1392a1e474" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:01 GMT" + ], + "Content-Length": [ + "766" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip2590\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/publicIPAddresses/pip2590\",\r\n \"etag\": \"W/\\\"e3955a9a-ddd6-445b-bbdd-11fa0619ed83\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6d56335d-693f-44d1-8585-368413a1b2f9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9330\",\r\n \"fqdn\": \"dn9330.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzMTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn8617\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b2ec44b-4a06-4357-b7de-839d32a42be9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "297" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "574fd255-68ec-4fd2-a03c-1491693f899c" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/574fd255-68ec-4fd2-a03c-1491693f899c?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "bf9342e1-b68b-47dc-9656-220badff288e" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "0a4f2934-4f56-4e6a-9f3d-51def62634e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191503Z:bf9342e1-b68b-47dc-9656-220badff288e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:03 GMT" + ], + "Content-Length": [ + "1216" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn1313\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313\",\r\n \"etag\": \"W/\\\"927a0aa7-b2e5-4911-abcb-c8a366031ece\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b7789c2b-63ef-46ac-a8d9-a655491c0794\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617\",\r\n \"etag\": \"W/\\\"927a0aa7-b2e5-4911-abcb-c8a366031ece\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/574fd255-68ec-4fd2-a03c-1491693f899c?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81NzRmZDI1NS02OGVjLTRmZDItYTAzYy0xNDkxNjkzZjg5OWM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d8d6f836-10e3-42de-afa0-edeb9e0cf8eb" + ], + "x-ms-correlation-request-id": [ + "9b317455-0ff2-4691-bcf5-aa4777954083" + ], + "x-ms-arm-service-request-id": [ + "4388920e-103b-4078-9469-a4b1f784aec5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191506Z:9b317455-0ff2-4691-bcf5-aa4777954083" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:06 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzMTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"79f70e38-fcb2-49c4-a8af-ae0e16e31265\"" + ], + "x-ms-request-id": [ + "94f1aad7-5789-4912-87d4-7f9a3ae201cc" + ], + "x-ms-correlation-request-id": [ + "79bbf2be-1bb8-483f-a736-482f081e7ecb" + ], + "x-ms-arm-service-request-id": [ + "b1766d8b-745c-456d-8d20-d667f6425e1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191506Z:79bbf2be-1bb8-483f-a736-482f081e7ecb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:06 GMT" + ], + "Content-Length": [ + "1218" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn1313\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313\",\r\n \"etag\": \"W/\\\"79f70e38-fcb2-49c4-a8af-ae0e16e31265\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b7789c2b-63ef-46ac-a8d9-a655491c0794\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn8617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617\",\r\n \"etag\": \"W/\\\"79f70e38-fcb2-49c4-a8af-ae0e16e31265\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjEzMTMvc3VibmV0cy9zbjg2MTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0102b2ba-a98b-4965-b1a9-783ee42953a7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"79f70e38-fcb2-49c4-a8af-ae0e16e31265\"" + ], + "x-ms-request-id": [ + "d7c0bb7b-4246-433c-8b36-98316fe50a62" + ], + "x-ms-correlation-request-id": [ + "e9e024e1-a639-4049-87f3-a5a0917872c7" + ], + "x-ms-arm-service-request-id": [ + "34b7306d-3c46-4b50-be7d-e3b4861ae12f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191507Z:e9e024e1-a639-4049-87f3-a5a0917872c7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:06 GMT" + ], + "Content-Length": [ + "523" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sn8617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617\",\r\n \"etag\": \"W/\\\"79f70e38-fcb2-49c4-a8af-ae0e16e31265\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ5NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn8617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617\"\r\n }\r\n },\r\n \"name\": \"ip2032\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21441ad8-6ab4-48b1-bc9f-df7d14dc8ce3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "746" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "55bc5c42-9458-4aa5-8b3f-0114696c11e3" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/55bc5c42-9458-4aa5-8b3f-0114696c11e3?api-version=2019-09-01" + ], + "x-ms-correlation-request-id": [ + "accb9027-1034-42b7-a334-2df9b51f2d71" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "04b13578-c341-4e5a-a25c-ef8bddd67bca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191508Z:accb9027-1034-42b7-a334-2df9b51f2d71" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:08 GMT" + ], + "Content-Length": [ + "1629" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic4966\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\",\r\n \"etag\": \"W/\\\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2fb15223-b47d-4d16-86eb-1282696fc662\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2032\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966/ipConfigurations/ip2032\",\r\n \"etag\": \"W/\\\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617\"\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\": \"foohrn5pmowenkgzuzkushahse.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ5NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\"" + ], + "x-ms-request-id": [ + "96b1ddc3-adce-4a71-b1a1-76c157a83fcb" + ], + "x-ms-correlation-request-id": [ + "8a37a057-4612-4136-ae9d-6063b5866198" + ], + "x-ms-arm-service-request-id": [ + "72dd21ee-b9f5-4ee5-948c-cde71127e545" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191508Z:8a37a057-4612-4136-ae9d-6063b5866198" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:08 GMT" + ], + "Content-Length": [ + "1629" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic4966\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\",\r\n \"etag\": \"W/\\\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2fb15223-b47d-4d16-86eb-1282696fc662\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2032\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966/ipConfigurations/ip2032\",\r\n \"etag\": \"W/\\\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617\"\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\": \"foohrn5pmowenkgzuzkushahse.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ5NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d45c881-97f0-4f65-8b25-afff28bc9cc6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\"" + ], + "x-ms-request-id": [ + "6e716435-68b0-4bc9-8728-6766f6467efa" + ], + "x-ms-correlation-request-id": [ + "9ef02f8a-a6be-428b-8212-78ed063f71ae" + ], + "x-ms-arm-service-request-id": [ + "d066669f-59e5-42f6-847c-ef675c4684ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191509Z:9ef02f8a-a6be-428b-8212-78ed063f71ae" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:08 GMT" + ], + "Content-Length": [ + "1629" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic4966\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\",\r\n \"etag\": \"W/\\\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2fb15223-b47d-4d16-86eb-1282696fc662\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip2032\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966/ipConfigurations/ip2032\",\r\n \"etag\": \"W/\\\"bb95a9b8-70dc-4299-9d6f-65fb3914d998\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/virtualNetworks/vn1313/subnets/sn8617\"\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\": \"foohrn5pmowenkgzuzkushahse.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/as9408?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NDA4P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36719be0-65ac-40b2-8864-e1573a62e797" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "227" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f9e6c893-745c-477b-8668-e4bc707e90bb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "9045f4c1-006f-4207-9754-39338ddee67c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191512Z:9045f4c1-006f-4207-9754-39338ddee67c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:12 GMT" + ], + "Content-Length": [ + "442" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"as9408\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/as9408\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4OTA/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DC2as_v5\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSSERVER\",\r\n \"offer\": \"WINDOWS-CVM\",\r\n \"sku\": \"2022-DATACENTER-CVM\",\r\n \"version\": \"20348.230.2109130355\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"securityProfile\": {\r\n \"securityEncryptionType\": \"VMGuestStateOnly\"\r\n }\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\"\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"ConfidentialVM\"\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/as9408\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c59fcaf-ea02-47ef-bce8-16a03b4ec1eb" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1722" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/454aea31-5561-453b-86c5-90d407463a2b?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "454aea31-5561-453b-86c5-90d407463a2b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "636e14cb-04d6-4153-a9ba-a1afe9a79dd5" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191515Z:636e14cb-04d6-4153-a9ba-a1afe9a79dd5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:14 GMT" + ], + "Content-Length": [ + "2665" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vm6890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dfc92a33-e450-4214-923e-3fef9faf3ed9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/AS9408\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DC2as_v5\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSSERVER\",\r\n \"offer\": \"WINDOWS-CVM\",\r\n \"sku\": \"2022-DATACENTER-CVM\",\r\n \"version\": \"20348.230.2109130355\",\r\n \"exactVersion\": \"20348.230.2109130355\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"securityProfile\": {\r\n \"securityEncryptionType\": \"VMGuestStateOnly\"\r\n },\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"ConfidentialVM\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-01-20T19:15:14.1568278+00:00\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/454aea31-5561-453b-86c5-90d407463a2b?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy80NTRhZWEzMS01NTYxLTQ1M2ItODZjNS05MGQ0MDc0NjNhMmI/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "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": [ + "47e6e350-9ad0-4328-b5aa-3591b78fcd54" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "b6402d26-a64c-46b7-94f5-f47dfb3d9313" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191525Z:b6402d26-a64c-46b7-94f5-f47dfb3d9313" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:15:24 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:15:14.0630837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"454aea31-5561-453b-86c5-90d407463a2b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/454aea31-5561-453b-86c5-90d407463a2b?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy80NTRhZWEzMS01NTYxLTQ1M2ItODZjNS05MGQ0MDc0NjNhMmI/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4940254f-7650-4fae-b893-a89cc2065b78" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "37e272dd-7ab0-47e6-b95a-3297c63fd967" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191615Z:37e272dd-7ab0-47e6-b95a-3297c63fd967" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:16:15 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:15:14.0630837+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"454aea31-5561-453b-86c5-90d407463a2b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/454aea31-5561-453b-86c5-90d407463a2b?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy80NTRhZWEzMS01NTYxLTQ1M2ItODZjNS05MGQ0MDc0NjNhMmI/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cf97f059-a8d9-4035-8b78-44310f123280" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "22202a8c-771a-46e7-b010-8c93a4ac8a9f" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191705Z:22202a8c-771a-46e7-b010-8c93a4ac8a9f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:17:04 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:15:14.0630837+00:00\",\r\n \"endTime\": \"2022-01-20T19:16:15.7975136+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"454aea31-5561-453b-86c5-90d407463a2b\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4OTA/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ccfdfb3b-e005-472d-a5ce-7ca2fa446fb6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "1984dd1c-f661-4600-8f3e-f3953e424aef" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191705Z:1984dd1c-f661-4600-8f3e-f3953e424aef" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:17:04 GMT" + ], + "Content-Length": [ + "3057" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vm6890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dfc92a33-e450-4214-923e-3fef9faf3ed9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/AS9408\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DC2as_v5\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSSERVER\",\r\n \"offer\": \"WINDOWS-CVM\",\r\n \"sku\": \"2022-DATACENTER-CVM\",\r\n \"version\": \"20348.230.2109130355\",\r\n \"exactVersion\": \"20348.230.2109130355\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"securityProfile\": {\r\n \"securityEncryptionType\": \"VMGuestStateOnly\"\r\n },\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6890_disk2_07beab107f1743428a8eb59beb3753ac\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/vm6890_disk2_07beab107f1743428a8eb59beb3753ac\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"ConfidentialVM\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T19:15:14.1568278+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4OTA/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7986beb1-b315-4c3d-863f-2af2cb917c8b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9cc3e28f-0cfe-4fc5-999c-f40454967b22" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "2c47182a-276c-4734-a9e1-31e3e2d00c0c" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T191705Z:2c47182a-276c-4734-a9e1-31e3e2d00c0c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:17:04 GMT" + ], + "Content-Length": [ + "3057" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vm6890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dfc92a33-e450-4214-923e-3fef9faf3ed9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/AS9408\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DC2as_v5\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSSERVER\",\r\n \"offer\": \"WINDOWS-CVM\",\r\n \"sku\": \"2022-DATACENTER-CVM\",\r\n \"version\": \"20348.230.2109130355\",\r\n \"exactVersion\": \"20348.230.2109130355\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"securityProfile\": {\r\n \"securityEncryptionType\": \"VMGuestStateOnly\"\r\n },\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6890_disk2_07beab107f1743428a8eb59beb3753ac\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/vm6890_disk2_07beab107f1743428a8eb59beb3753ac\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"ConfidentialVM\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T19:15:14.1568278+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4OTA/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3edc3fa1-c4ed-4825-a140-8bc016ff0f71" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "eb60ad13-d2fc-4e3b-8bdf-064e97d57439" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "ab440edf-db4f-41c3-a0fa-bec26bf7e1ec" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T192205Z:ab440edf-db4f-41c3-a0fa-bec26bf7e1ec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:22:05 GMT" + ], + "Content-Length": [ + "4778" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vm6890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dfc92a33-e450-4214-923e-3fef9faf3ed9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/AS9408\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DC2as_v5\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSSERVER\",\r\n \"offer\": \"WINDOWS-CVM\",\r\n \"sku\": \"2022-DATACENTER-CVM\",\r\n \"version\": \"20348.230.2109130355\",\r\n \"exactVersion\": \"20348.230.2109130355\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"securityProfile\": {\r\n \"securityEncryptionType\": \"VMGuestStateOnly\"\r\n },\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6890_disk2_07beab107f1743428a8eb59beb3753ac\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/vm6890_disk2_07beab107f1743428a8eb59beb3753ac\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"ConfidentialVM\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2022 Datacenter\",\r\n \"osVersion\": \"10.0.20348.230\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1032\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2022-01-20T19:21:25.91+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:15:20.8443569+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6890_disk2_07beab107f1743428a8eb59beb3753ac\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:15:20.8443569+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:16:15.7041216+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-01-20T19:15:14.1568278+00:00\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY4OTAvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1e9788a5-10c3-4d83-89ae-47f0a6afe4b0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bce49a9f-86cc-450b-9769-295fcddb1380" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f1b86f94-5e57-4391-b711-95ffb206e41b" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T192206Z:f1b86f94-5e57-4391-b711-95ffb206e41b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:22:05 GMT" + ], + "Content-Length": [ + "1474" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2022 Datacenter\",\r\n \"osVersion\": \"10.0.20348.230\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1032\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2022-01-20T19:21:25.91+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:15:20.8443569+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6890_disk2_07beab107f1743428a8eb59beb3753ac\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:15:20.8443569+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2022-01-20T19:16:15.7041216+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYxMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b2fadd7c-db75-44e0-8b09-10d1c6103ca6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/51.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bfbba00f-eccc-4346-ba20-639b98828227" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "55792835-4e86-47a5-af95-f5b95214c201" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T192206Z:55792835-4e86-47a5-af95-f5b95214c201" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:22:05 GMT" + ], + "Content-Length": [ + "3422" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm6890\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/virtualMachines/vm6890\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dfc92a33-e450-4214-923e-3fef9faf3ed9\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/availabilitySets/AS9408\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DC2as_v5\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSSERVER\",\r\n \"offer\": \"WINDOWS-CVM\",\r\n \"sku\": \"2022-DATACENTER-CVM\",\r\n \"version\": \"20348.230.2109130355\",\r\n \"exactVersion\": \"20348.230.2109130355\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"securityProfile\": {\r\n \"securityEncryptionType\": \"VMGuestStateOnly\"\r\n },\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6890_disk2_07beab107f1743428a8eb59beb3753ac\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Compute/disks/vm6890_disk2_07beab107f1743428a8eb59beb3753ac\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"ConfidentialVM\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6126/providers/Microsoft.Network/networkInterfaces/nic4966\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-01-20T19:15:14.1568278+00:00\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6126?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYxMjY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14ee7cea-e3bf-4e57-a841-a1b3ad107aee" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.21.47003", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MTI2LU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "5f09b3a3-0438-489f-ac09-9698ecfee5ba" + ], + "x-ms-correlation-request-id": [ + "5f09b3a3-0438-489f-ac09-9698ecfee5ba" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20220120T192208Z:5f09b3a3-0438-489f-ac09-9698ecfee5ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 20 Jan 2022 19:22:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + } + ], + "Names": { + "TestVMScenarioOperationsInternal": [ + "crptestar6126", + "crptestar5360", + "as9408" + ], + "CreatePublicIP": [ + "pip2590", + "dn9330" + ], + "CreateVNET": [ + "vn1313", + "sn8617" + ], + "CreateNIC": [ + "nic4966", + "ip2032" + ], + "CreateDefaultVMInput": [ + "crptestar307", + "crptestar9179", + "crptestar4749", + "vm6890", + "Microsoft.Compute/virtualMachines6498" + ] + }, + "Variables": { + "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_DiffDisks.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_DiffDisks.json index c32b03870bddf..ea66d13ac6f77 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_DiffDisks.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_DiffDisks.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "263fb54a-7d85-418e-a21f-1e0ddea8cd54" + "58452be4-3b96-41f1-9817-fb0641ce9c16" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:37 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "57a6d3dd-3d0a-462e-94d4-4434fd069990_132593252165285927" + "57a6d3dd-3d0a-462e-94d4-4434fd069990_132546865085392512" ], "x-ms-request-id": [ - "07c418e9-3781-4054-a27c-ef95c645fcb0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a5336ce1-e795-451e-91be-736f55c6b7ba" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "79a619b2-14da-45fe-afdd-99da0309e124" + "a2f888fe-1780-4535-b699-93a82bc2f956" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121734Z:79a619b2-14da-45fe-afdd-99da0309e124" + "EASTUS2:20211116T215438Z:a2f888fe-1780-4535-b699-93a82bc2f956" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:34 GMT" - ], "Content-Length": [ "317" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8237?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMzc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8689?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2ODk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar8237\": \"2021-06-29 12:17:34Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar8689\": \"2021-11-16 21:54:38Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9f24e61e-1501-484d-894f-80dca77770ce" + "d83edf35-9751-4b20-93b9-4717613e1d70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:38 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "25f590d2-c354-42aa-9595-9d3e06f22968" + "3716f0d7-1305-4ad3-864a-b08d20d2a0bf" ], "x-ms-correlation-request-id": [ - "25f590d2-c354-42aa-9595-9d3e06f22968" + "3716f0d7-1305-4ad3-864a-b08d20d2a0bf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121736Z:25f590d2-c354-42aa-9595-9d3e06f22968" + "EASTUS2:20211116T215439Z:3716f0d7-1305-4ad3-864a-b08d20d2a0bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:35 GMT" - ], "Content-Length": [ "232" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237\",\r\n \"name\": \"crptestar8237\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar8237\": \"2021-06-29 12:17:34Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689\",\r\n \"name\": \"crptestar8689\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar8689\": \"2021-11-16 21:54:38Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/publicIPAddresses/pip7728?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip8316?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgzMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3275\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9579\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6adb8dc-02f2-4b4b-9104-d6dd256c48ef" + "1a3506cf-8c71-41b6-a0af-3e6c44ce8c88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,46 +165,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:42 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "77dfaf85-960a-4ace-959f-e0e9a0fe6506" + "c236485f-3269-488b-9977-e935f9519117" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/77dfaf85-960a-4ace-959f-e0e9a0fe6506?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/c236485f-3269-488b-9977-e935f9519117?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f9561905-1806-4ede-a855-bae51d50a114" + "a4aab241-6841-4730-a228-30830ed06b23" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bcef541a-8cbe-40b1-bf26-b4d673bf37ec" + "924e04a2-1c59-4f83-b9b5-69cf042c379e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121740Z:f9561905-1806-4ede-a855-bae51d50a114" + "EASTUS2:20211116T215443Z:a4aab241-6841-4730-a228-30830ed06b23" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:39 GMT" - ], "Content-Length": [ "765" ], @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7728\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/publicIPAddresses/pip7728\",\r\n \"etag\": \"W/\\\"bf310453-bf03-416c-b247-f61730509709\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d6dc5bf9-8dfb-4f52-bb0b-ecc53630b9b9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3275\",\r\n \"fqdn\": \"dn3275.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip8316\",\r\n \"etag\": \"W/\\\"ea9bd242-e92c-4b05-b80d-4bab70444b56\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"850ca260-bf5e-4346-961a-565d7b688e31\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9579\",\r\n \"fqdn\": \"dn9579.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/77dfaf85-960a-4ace-959f-e0e9a0fe6506?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy83N2RmYWY4NS05NjBhLTRhY2UtOTU5Zi1lMGU5YTBmZTY1MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/c236485f-3269-488b-9977-e935f9519117?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy9jMjM2NDg1Zi0zMjY5LTQ4OGItOTk3Ny1lOTM1Zjk1MTkxMTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:44 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5b668081-5121-4ec8-9790-6de3c133e2b1" + "a2f471da-e117-417f-a9d0-b52b6ab22512" ], "x-ms-correlation-request-id": [ - "625b158e-08d7-4f1c-83c4-b1bd6303d72f" + "c7a97302-1b5e-4407-a4c5-d4c024ce40c9" ], "x-ms-arm-service-request-id": [ - "1b146611-84be-4c29-88ea-894d86c42a65" + "4d6fbcf7-f5d6-4eb5-8e02-859313c59c8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121741Z:625b158e-08d7-4f1c-83c4-b1bd6303d72f" + "EASTUS2:20211116T215444Z:c7a97302-1b5e-4407-a4c5-d4c024ce40c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:40 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +280,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/publicIPAddresses/pip7728?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip8316?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgzMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +296,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d88ebba3-13ce-4e29-aea1-f51e7585aa90\"" + "W/\"56c92c3d-0dc4-48cf-ae49-e8754b15715a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e9fcaf49-8d5b-4dee-9df3-e6c9428c9701" + "38a023ae-a090-4772-a750-00b615fdad5a" ], "x-ms-correlation-request-id": [ - "355f9025-302f-4bfa-bc9c-45d8a5266aaa" + "0c052594-1abb-4ccd-b14b-9472c0a6d815" ], "x-ms-arm-service-request-id": [ - "d546ada1-73d2-43c9-b6ff-3a2591f40f30" + "662f4147-5322-439b-b000-dcb1ac2759a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121741Z:355f9025-302f-4bfa-bc9c-45d8a5266aaa" + "EASTUS2:20211116T215444Z:0c052594-1abb-4ccd-b14b-9472c0a6d815" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:41 GMT" - ], "Content-Length": [ "766" ], @@ -340,25 +340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7728\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/publicIPAddresses/pip7728\",\r\n \"etag\": \"W/\\\"d88ebba3-13ce-4e29-aea1-f51e7585aa90\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6dc5bf9-8dfb-4f52-bb0b-ecc53630b9b9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3275\",\r\n \"fqdn\": \"dn3275.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip8316\",\r\n \"etag\": \"W/\\\"56c92c3d-0dc4-48cf-ae49-e8754b15715a\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"850ca260-bf5e-4346-961a-565d7b688e31\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9579\",\r\n \"fqdn\": \"dn9579.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/publicIPAddresses/pip7728?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip8316?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgzMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21ae806a-187c-4f3c-b92c-aba52290b9b1" + "27987828-906e-4cf6-a805-35012eb25788" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,40 +366,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"d88ebba3-13ce-4e29-aea1-f51e7585aa90\"" + "W/\"56c92c3d-0dc4-48cf-ae49-e8754b15715a\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f3ad3f58-5be2-4569-9916-e61305ba77aa" + "4fb752b3-ef40-4d32-8cee-073898528704" ], "x-ms-correlation-request-id": [ - "15f1c933-cc26-4aac-b2f6-8f1d29649161" + "3866c91d-12f1-44e6-93b4-ab3558ee288d" ], "x-ms-arm-service-request-id": [ - "022613de-413e-4f79-859d-eaba1953e028" + "97842839-ed51-455c-ae33-855da9f928c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121742Z:15f1c933-cc26-4aac-b2f6-8f1d29649161" + "EASTUS2:20211116T215444Z:3866c91d-12f1-44e6-93b4-ab3558ee288d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:41 GMT" - ], "Content-Length": [ "766" ], @@ -410,80 +410,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7728\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/publicIPAddresses/pip7728\",\r\n \"etag\": \"W/\\\"d88ebba3-13ce-4e29-aea1-f51e7585aa90\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6dc5bf9-8dfb-4f52-bb0b-ecc53630b9b9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3275\",\r\n \"fqdn\": \"dn3275.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip8316\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/publicIPAddresses/pip8316\",\r\n \"etag\": \"W/\\\"56c92c3d-0dc4-48cf-ae49-e8754b15715a\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"850ca260-bf5e-4346-961a-565d7b688e31\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9579\",\r\n \"fqdn\": \"dn9579.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzMzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn730\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5438\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "231ac191-6b8c-4da2-9544-9702c9239fea" + "a9127398-4904-4053-a6ff-2bcc3da5e0dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "296" + "297" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:46 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "722d02e6-1a6e-4a6a-b11a-3ae35e7f155c" + "71a56320-ea3f-485f-8ed8-2caeebc023d0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/722d02e6-1a6e-4a6a-b11a-3ae35e7f155c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/71a56320-ea3f-485f-8ed8-2caeebc023d0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e644faa4-2ebc-42dd-a0bd-e20d1d5e22db" + "07db8d95-f7a3-4c4b-baa2-d99128f19089" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bc16a370-fe8b-4aa7-bfb1-854c18671f71" + "72f0d16e-6ba1-4b2a-9b0b-0eb3b6ba70d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121743Z:e644faa4-2ebc-42dd-a0bd-e20d1d5e22db" + "EASTUS2:20211116T215446Z:07db8d95-f7a3-4c4b-baa2-d99128f19089" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:42 GMT" - ], "Content-Length": [ - "1214" + "1213" ], "Content-Type": [ "application/json; charset=utf-8" @@ -492,19 +492,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4337\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337\",\r\n \"etag\": \"W/\\\"f28eb9df-5dc2-4a1f-93f8-2389cbf0dabb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"490f2760-47e8-4fd4-868e-c35db01ac71b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730\",\r\n \"etag\": \"W/\\\"f28eb9df-5dc2-4a1f-93f8-2389cbf0dabb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn745\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745\",\r\n \"etag\": \"W/\\\"33e05be2-f6ef-4afa-a250-976239fba4e6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"feb1e7b1-f4d1-4633-ace0-3838057c54cb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5438\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438\",\r\n \"etag\": \"W/\\\"33e05be2-f6ef-4afa-a250-976239fba4e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/722d02e6-1a6e-4a6a-b11a-3ae35e7f155c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy83MjJkMDJlNi0xYTZlLTRhNmEtYjExYS0zYWUzNWU3ZjE1NWM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/71a56320-ea3f-485f-8ed8-2caeebc023d0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy83MWE1NjMyMC1lYTNmLTQ4NWYtOGVkOC0yY2FlZWJjMDIzZDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +512,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:49 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "861b16f3-82d6-47ea-a882-d65a2196b26f" + "127bdaa3-29d3-473a-a4c6-9f9e126383c3" ], "x-ms-correlation-request-id": [ - "21edcdd9-0fa2-4178-8f01-14265a95bb0a" + "e7a78d38-3b99-457f-aae9-8a03a8841631" ], "x-ms-arm-service-request-id": [ - "e4234f36-4c3f-4331-8d19-da8a9d73db84" + "a248cbf4-1b7f-4a78-8764-98bed92d5390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121747Z:21edcdd9-0fa2-4178-8f01-14265a95bb0a" + "EASTUS2:20211116T215449Z:e7a78d38-3b99-457f-aae9-8a03a8841631" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:46 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +557,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzMzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0NT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,42 +573,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7d376038-e583-4fd7-bd3c-1b29bc601e9b\"" + "W/\"48c7f06f-0e1c-49dc-922d-e4c0909184d9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "03b12488-3d36-40c3-83c4-2e498fd82030" + "a8d697f5-abf9-4111-b105-885bc678d4a8" ], "x-ms-correlation-request-id": [ - "da1d18d2-2768-40cb-80be-52b203b48975" + "e27b3def-db50-43c3-bdce-cd1dc7053359" ], "x-ms-arm-service-request-id": [ - "d1c7e3dc-7b41-463a-9f4c-05a95b9625ae" + "60b08d6f-1ace-47b9-9a42-618e38ff3e89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121747Z:da1d18d2-2768-40cb-80be-52b203b48975" + "EASTUS2:20211116T215449Z:e27b3def-db50-43c3-bdce-cd1dc7053359" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:46 GMT" - ], "Content-Length": [ - "1216" + "1215" ], "Content-Type": [ "application/json; charset=utf-8" @@ -617,25 +617,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn4337\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337\",\r\n \"etag\": \"W/\\\"7d376038-e583-4fd7-bd3c-1b29bc601e9b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"490f2760-47e8-4fd4-868e-c35db01ac71b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730\",\r\n \"etag\": \"W/\\\"7d376038-e583-4fd7-bd3c-1b29bc601e9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn745\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745\",\r\n \"etag\": \"W/\\\"48c7f06f-0e1c-49dc-922d-e4c0909184d9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"feb1e7b1-f4d1-4633-ace0-3838057c54cb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5438\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438\",\r\n \"etag\": \"W/\\\"48c7f06f-0e1c-49dc-922d-e4c0909184d9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQzMzcvc3VibmV0cy9zbjczMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc0NS9zdWJuZXRzL3NuNTQzOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99688b4b-ac51-4e11-b526-e7190e21b770" + "cda67705-ac66-4c67-9f08-c39c47bf123d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,42 +643,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"7d376038-e583-4fd7-bd3c-1b29bc601e9b\"" + "W/\"48c7f06f-0e1c-49dc-922d-e4c0909184d9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3b99bf05-da24-495d-ad5e-3b2ee5b73bc8" + "2b6b6301-c8d0-4b53-b46c-87c7c303cf7f" ], "x-ms-correlation-request-id": [ - "c39e3331-3cee-4415-9e06-c827addd1713" + "7a03dda8-373c-43f5-bb57-cea0e2d72f73" ], "x-ms-arm-service-request-id": [ - "578d2088-3c4d-4dae-a4ac-320dfd25d4fb" + "ce7968fe-58ec-4431-a415-71aa7d10a374" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121747Z:c39e3331-3cee-4415-9e06-c827addd1713" + "EASTUS2:20211116T215450Z:7a03dda8-373c-43f5-bb57-cea0e2d72f73" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:46 GMT" - ], "Content-Length": [ - "521" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -687,75 +687,75 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730\",\r\n \"etag\": \"W/\\\"7d376038-e583-4fd7-bd3c-1b29bc601e9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5438\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438\",\r\n \"etag\": \"W/\\\"48c7f06f-0e1c-49dc-922d-e4c0909184d9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIyMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn730\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730\"\r\n }\r\n },\r\n \"name\": \"ip5369\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5438\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438\"\r\n }\r\n },\r\n \"name\": \"ip4967\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "05cd7ca5-95f5-4bd6-989d-3e19176d7e6b" + "0f544076-4902-4eb7-a979-9c36f5a7a97a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "744" + "745" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f8db04b6-5765-4d76-8754-255f9ebc9656" + "cefd4857-2e23-4dc5-ab49-5b464f4c3d24" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/f8db04b6-5765-4d76-8754-255f9ebc9656?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/cefd4857-2e23-4dc5-ab49-5b464f4c3d24?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "4db1946b-0c9f-490c-bff9-b93a6dd19fa6" + "b32fccbe-44fb-468e-bcf2-64eb0ca92435" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9734b6f7-e95b-403f-9141-fd9e6e4feefc" + "d30c75ec-d968-461f-a170-5fe15a7c0604" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121749Z:4db1946b-0c9f-490c-bff9-b93a6dd19fa6" + "EASTUS2:20211116T215451Z:b32fccbe-44fb-468e-bcf2-64eb0ca92435" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:48 GMT" - ], "Content-Length": [ "1628" ], @@ -766,19 +766,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\",\r\n \"etag\": \"W/\\\"0d62264a-5591-4540-a3e4-b141d4cd926e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e58a7035-e517-4d4e-ba40-a028a9326866\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027/ipConfigurations/ip5369\",\r\n \"etag\": \"W/\\\"0d62264a-5591-4540-a3e4-b141d4cd926e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730\"\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\": \"matq4spii5ke5buoyno1agwhdd.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2200\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\",\r\n \"etag\": \"W/\\\"4e077dda-d970-4932-a57b-a53a0301a22e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3363edf3-14e3-4420-9e2f-a2a5eb897c80\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200/ipConfigurations/ip4967\",\r\n \"etag\": \"W/\\\"4e077dda-d970-4932-a57b-a53a0301a22e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438\"\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\": \"wht1d5wr4qzunlhaha2ak5cuzd.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIyMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,40 +786,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0d62264a-5591-4540-a3e4-b141d4cd926e\"" + "W/\"4e077dda-d970-4932-a57b-a53a0301a22e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cb2cfeb0-87ce-4ea4-8ea4-3a338c5665bd" + "aa8e9a62-666d-4e8a-afa5-fa98c9de0431" ], "x-ms-correlation-request-id": [ - "89a82496-f625-4848-bbc3-2ecfff975e95" + "6563d4aa-491e-4047-9fe4-6d0b351949f2" ], "x-ms-arm-service-request-id": [ - "40f692d6-3a60-4f8b-ad45-cf5182ddb450" + "7c537f24-4668-4414-a2d2-521d9112233b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121749Z:89a82496-f625-4848-bbc3-2ecfff975e95" + "EASTUS2:20211116T215451Z:6563d4aa-491e-4047-9fe4-6d0b351949f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:48 GMT" - ], "Content-Length": [ "1628" ], @@ -830,25 +830,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\",\r\n \"etag\": \"W/\\\"0d62264a-5591-4540-a3e4-b141d4cd926e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e58a7035-e517-4d4e-ba40-a028a9326866\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027/ipConfigurations/ip5369\",\r\n \"etag\": \"W/\\\"0d62264a-5591-4540-a3e4-b141d4cd926e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730\"\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\": \"matq4spii5ke5buoyno1agwhdd.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2200\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\",\r\n \"etag\": \"W/\\\"4e077dda-d970-4932-a57b-a53a0301a22e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3363edf3-14e3-4420-9e2f-a2a5eb897c80\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200/ipConfigurations/ip4967\",\r\n \"etag\": \"W/\\\"4e077dda-d970-4932-a57b-a53a0301a22e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438\"\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\": \"wht1d5wr4qzunlhaha2ak5cuzd.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIwMjc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIyMDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08af6d56-7762-4069-a8d4-d542b6384761" + "15f1a644-0bb3-4de1-b25e-79554ed74482" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,40 +856,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"0d62264a-5591-4540-a3e4-b141d4cd926e\"" + "W/\"4e077dda-d970-4932-a57b-a53a0301a22e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e80777d9-3e09-4702-8644-baee9550b447" + "e026f248-8240-4f8b-9823-be7cd0e82b6f" ], "x-ms-correlation-request-id": [ - "fdaacc64-db01-4a82-b2a2-6863d29520ab" + "4742e8ce-10ea-4979-aa41-ae65ab903659" ], "x-ms-arm-service-request-id": [ - "98094c20-3094-4f5c-b89f-8298e5f34b93" + "15f1774b-8a9d-4dbc-8ccc-00854c8b093b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121749Z:fdaacc64-db01-4a82-b2a2-6863d29520ab" + "EASTUS2:20211116T215452Z:4742e8ce-10ea-4979-aa41-ae65ab903659" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:48 GMT" - ], "Content-Length": [ "1628" ], @@ -900,26 +900,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic2027\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\",\r\n \"etag\": \"W/\\\"0d62264a-5591-4540-a3e4-b141d4cd926e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e58a7035-e517-4d4e-ba40-a028a9326866\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027/ipConfigurations/ip5369\",\r\n \"etag\": \"W/\\\"0d62264a-5591-4540-a3e4-b141d4cd926e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/virtualNetworks/vn4337/subnets/sn730\"\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\": \"matq4spii5ke5buoyno1agwhdd.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2200\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\",\r\n \"etag\": \"W/\\\"4e077dda-d970-4932-a57b-a53a0301a22e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3363edf3-14e3-4420-9e2f-a2a5eb897c80\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4967\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200/ipConfigurations/ip4967\",\r\n \"etag\": \"W/\\\"4e077dda-d970-4932-a57b-a53a0301a22e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/virtualNetworks/vn745/subnets/sn5438\"\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\": \"wht1d5wr4qzunlhaha2ak5cuzd.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/as4464?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDY0P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/as4400?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDAwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dcefef69-5f44-41d4-9734-b7d543a17e06" + "dd9697e1-fe56-47c9-9851-40f4d2822b7e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,9 +932,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], @@ -942,27 +949,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7a0375f8-1511-40e1-96c3-46b79e1a3995" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f010dce9-6cd3-4caa-8b8e-0dfdf7439c5a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4722d99b-631d-4ad5-8b31-c6df6db403de" + "2a69e0ec-484b-48d6-bbd1-7e8b3b4a4ff4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121753Z:4722d99b-631d-4ad5-8b31-c6df6db403de" + "EASTUS2:20211116T215456Z:2a69e0ec-484b-48d6-bbd1-7e8b3b4a4ff4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:52 GMT" - ], "Content-Length": [ "442" ], @@ -973,26 +973,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as4464\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/as4464\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as4400\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/as4400\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM5NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4NDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"ReadOnly\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/as4464\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"ReadOnly\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/as4400\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b7d3d8e-8112-4e09-92f0-f3eaab80bbe8" + "d96bacb6-2e00-491a-a0f8-4f74fc03ff3e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,14 +1005,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:58 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/6216e1f5-bc84-40f4-b5e7-74cab6878e30?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/490ad7ac-e775-450a-ab7e-0beac11af6e2?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1024,29 +1031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6216e1f5-bc84-40f4-b5e7-74cab6878e30" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "490ad7ac-e775-450a-ab7e-0beac11af6e2" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "a4a683cb-af51-4100-9719-5a9cfe210013" + "3e5b6dd2-a12c-4a42-b4d0-2fd9bf6bc97c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121755Z:a4a683cb-af51-4100-9719-5a9cfe210013" + "EASTUS2:20211116T215458Z:3e5b6dd2-a12c-4a42-b4d0-2fd9bf6bc97c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:55 GMT" - ], "Content-Length": [ - "2438" + "2495" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,60 +1055,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3955\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"de9ecda3-6063-4dd6-bb4a-bf25c6ba6470\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/AS4464\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4849\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cbd888ed-8b28-46fb-adb8-f4150e517f27\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/AS4400\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-16T21:54:57.9230233+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/6216e1f5-bc84-40f4-b5e7-74cab6878e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy82MjE2ZTFmNS1iYzg0LTQwZjQtYjVlNy03NGNhYjY4NzhlMzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/490ad7ac-e775-450a-ab7e-0beac11af6e2?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy80OTBhZDdhYy1lNzc1LTQ1MGEtYWI3ZS0wYmVhYzExYWY2ZTI/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:55:08 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f8eadd32-c25e-4ade-a628-87bbcfec22ba" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7759edf2-2d51-4843-87ce-434fda07b637" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "0e8c6f60-f95c-433f-b99f-773fde84b2f1" + "27221c72-b8f9-45d2-b83f-db23a83caccf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121806Z:0e8c6f60-f95c-433f-b99f-773fde84b2f1" + "EASTUS2:20211116T215509Z:27221c72-b8f9-45d2-b83f-db23a83caccf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:18:05 GMT" - ], "Content-Length": [ "134" ], @@ -1119,118 +1119,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:17:54.8818992+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6216e1f5-bc84-40f4-b5e7-74cab6878e30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:54:57.8449109+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"490ad7ac-e775-450a-ab7e-0beac11af6e2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/6216e1f5-bc84-40f4-b5e7-74cab6878e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy82MjE2ZTFmNS1iYzg0LTQwZjQtYjVlNy03NGNhYjY4NzhlMzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/490ad7ac-e775-450a-ab7e-0beac11af6e2?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy80OTBhZDdhYy1lNzc1LTQ1MGEtYWI3ZS0wYmVhYzExYWY2ZTI/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:55:58 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29989" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "86a853ee-ca97-4f5f-8b27-25a209272cf5" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "a07c7bd1-4774-473a-ad2c-cec57343ae9f" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T121856Z:a07c7bd1-4774-473a-ad2c-cec57343ae9f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:18:55 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:17:54.8818992+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6216e1f5-bc84-40f4-b5e7-74cab6878e30\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/6216e1f5-bc84-40f4-b5e7-74cab6878e30?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy82MjE2ZTFmNS1iYzg0LTQwZjQtYjVlNy03NGNhYjY4NzhlMzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "abee4826-1745-4ce1-8e20-ec2d3c3c6f0a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d3f66057-eaf2-4db8-a146-7946d65a6235" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "b4e736d6-a5d2-49bd-9c5c-b0269e2a0e70" + "428e1f0e-04d4-408d-8f51-dda7a817df0f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121946Z:b4e736d6-a5d2-49bd-9c5c-b0269e2a0e70" + "EASTUS2:20211116T215559Z:428e1f0e-04d4-408d-8f51-dda7a817df0f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:19:45 GMT" - ], "Content-Length": [ "184" ], @@ -1241,59 +1180,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:17:54.8818992+00:00\",\r\n \"endTime\": \"2021-06-29T12:19:09.9780583+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6216e1f5-bc84-40f4-b5e7-74cab6878e30\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:54:57.8449109+00:00\",\r\n \"endTime\": \"2021-11-16T21:55:59.0030948+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"490ad7ac-e775-450a-ab7e-0beac11af6e2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM5NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4NDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:55:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31987" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c93c8951-0b32-4338-95c5-15d08f759cae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "727f273f-5c5a-42dd-bb90-3ebcc17f3191" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "da5478ce-e2c0-4e95-9f2e-21cfbe26564c" + "ec6f4cea-103e-46dc-9208-5ee31d14015e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121946Z:da5478ce-e2c0-4e95-9f2e-21cfbe26564c" + "EASTUS2:20211116T215559Z:ec6f4cea-103e-46dc-9208-5ee31d14015e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:19:45 GMT" - ], "Content-Length": [ - "2830" + "2887" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1302,65 +1241,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3955\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"de9ecda3-6063-4dd6-bb4a-bf25c6ba6470\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/AS4464\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4849\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cbd888ed-8b28-46fb-adb8-f4150e517f27\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/AS4400\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4849_disk2_7830522923c24a21aa40a9b062a5299c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/vm4849_disk2_7830522923c24a21aa40a9b062a5299c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:54:57.9230233+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM5NTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4NDk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "981dbbe5-8248-486b-8953-ba0d10a73a56" + "343f32b7-0d09-4c36-84b0-8768376ffd6d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:55:58 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31986" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aacff491-9940-4233-8850-a8afd167ce5d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "82649c84-e25c-4b88-8372-91cee5b59116" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "e876a5d8-7c15-4b49-8317-20fa06c0529b" + "5b7cf233-6005-4e66-b699-ad07baf043c5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121946Z:e876a5d8-7c15-4b49-8317-20fa06c0529b" + "EASTUS2:20211116T215559Z:5b7cf233-6005-4e66-b699-ad07baf043c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:19:45 GMT" - ], "Content-Length": [ - "2830" + "2887" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1369,65 +1308,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3955\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"de9ecda3-6063-4dd6-bb4a-bf25c6ba6470\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/AS4464\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4849\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cbd888ed-8b28-46fb-adb8-f4150e517f27\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/AS4400\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4849_disk2_7830522923c24a21aa40a9b062a5299c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/vm4849_disk2_7830522923c24a21aa40a9b062a5299c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:54:57.9230233+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM5NTU/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4NDk/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c21bfc9a-1269-45e5-8f4e-7bf654a1c96c" + "dc2be8c3-a5c6-4509-9ffb-8525c9d11f29" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:00:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fcd7cdb3-1fec-46d2-a9ad-3b52890ba56c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "21357966-b971-4190-86a1-886efaee8bec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-correlation-request-id": [ - "8922c434-b56c-479b-8023-914da7047f89" + "77e2c79b-d8df-4fa9-b7eb-c4803b17a8e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122446Z:8922c434-b56c-479b-8023-914da7047f89" + "EASTUS2:20211116T220059Z:77e2c79b-d8df-4fa9-b7eb-c4803b17a8e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:46 GMT" - ], "Content-Length": [ - "4568" + "4623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1436,65 +1375,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm3955\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"de9ecda3-6063-4dd6-bb4a-bf25c6ba6470\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/AS4464\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:24:10+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:18:00.1945542+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:18:00.2102024+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:19:09.9624374+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4849\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cbd888ed-8b28-46fb-adb8-f4150e517f27\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/AS4400\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4849_disk2_7830522923c24a21aa40a9b062a5299c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/vm4849_disk2_7830522923c24a21aa40a9b062a5299c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T22:00:04+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:55:03.845079+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4849_disk2_7830522923c24a21aa40a9b062a5299c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:55:03.845079+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:55:58.9874601+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-16T21:54:57.9230233+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM5NTUvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4NDkvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6965b07-4d85-4298-b7f7-d2fe61257b39" + "bdee89f3-83b8-41d1-a71d-be71b7df8753" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:00:59 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49940f80-01ec-475e-a3ae-bbc6bcd14df0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "29390b7b-283d-4fad-9f70-094c0a2add6f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-correlation-request-id": [ - "41f3491d-31d7-4d51-89c1-b9454832ffa8" + "099ac1d9-78ff-413c-813e-c768057e1698" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122446Z:41f3491d-31d7-4d51-89c1-b9454832ffa8" + "EASTUS2:20211116T220100Z:099ac1d9-78ff-413c-813e-c768057e1698" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:46 GMT" - ], "Content-Length": [ - "1491" + "1489" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1503,35 +1442,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:24:10+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:18:00.1945542+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:18:00.2102024+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:19:09.9624374+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T22:00:04+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:55:03.845079+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4849_disk2_7830522923c24a21aa40a9b062a5299c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:55:03.845079+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:55:58.9874601+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6522d445-b34a-4262-9209-f9c9e6505674" + "7b24df13-349a-451b-a3e2-4ad56322f66d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;698" ], @@ -1539,29 +1485,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b66b9b11-32a1-4efc-b083-df50f5891d71" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14a09a47-295b-4988-b0bd-9f8ce359bd8f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-correlation-request-id": [ - "8203b662-9548-4379-8dd3-b85b9c3130ee" + "401d5f52-45d3-4abc-8817-6d042de307fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122447Z:8203b662-9548-4379-8dd3-b85b9c3130ee" + "EASTUS2:20211116T220100Z:401d5f52-45d3-4abc-8817-6d042de307fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:46 GMT" - ], "Content-Length": [ - "3167" + "3228" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1570,65 +1509,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm3955\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"de9ecda3-6063-4dd6-bb4a-bf25c6ba6470\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/AS4464\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Delete\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/disks/vm3955_disk2_d0e2729565764b53a9b253107d2ef8b1\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Network/networkInterfaces/nic2027\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm4849\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"cbd888ed-8b28-46fb-adb8-f4150e517f27\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/AS4400\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS14-8_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"diffDiskSettings\": {\r\n \"option\": \"Local\",\r\n \"placement\": \"ResourceDisk\"\r\n },\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadOnly\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Delete\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4849_disk2_7830522923c24a21aa40a9b062a5299c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/disks/vm4849_disk2_7830522923c24a21aa40a9b062a5299c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Network/networkInterfaces/nic2200\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:54:57.9230233+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/virtualMachines/vm3955/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM5NTUvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/virtualMachines/vm4849/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4NDkvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4813bd0-3109-417c-9276-7f6155698cdd" + "727c705f-1c04-46d1-95f3-1858183fd56c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31980" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8106e492-5434-47a6-bb5a-a9097742286a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fde0ee88-4d64-46be-ab04-ec5bc8de7b7b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-correlation-request-id": [ - "07a079cf-5819-4ce1-9e9b-acc6068b9ecb" + "37473dc5-2f03-4484-aece-41c490cc02f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122447Z:07a079cf-5819-4ce1-9e9b-acc6068b9ecb" + "EASTUS2:20211116T220100Z:37473dc5-2f03-4484-aece-41c490cc02f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:46 GMT" - ], "Content-Length": [ - "53322" + "40021" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1637,65 +1576,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8237/providers/Microsoft.Compute/availabilitySets/as4464/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjgyMzcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDY0L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8689/providers/Microsoft.Compute/availabilitySets/as4400/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDAwL3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63852ca5-735d-432d-8748-dee9d8393251" + "78d68b66-f767-49e4-b2e4-ec98f1108470" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5a3ecdc4-d562-4c4b-9299-da954cc22c53" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9a1bf21c-6eae-414f-b627-b6bd3fb7dfec" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-correlation-request-id": [ - "f62ae7c1-ec9c-4f4a-92e3-e5575464e195" + "3e7a43e8-4a40-4f0b-ab0a-67f6dbb431ae" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122447Z:f62ae7c1-ec9c-4f4a-92e3-e5575464e195" + "EASTUS2:20211116T220100Z:3e7a43e8-4a40-4f0b-ab0a-67f6dbb431ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:46 GMT" - ], "Content-Length": [ - "53322" + "76058" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1704,25 +1643,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8237?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjgyMzc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8689?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg2ODk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9d95aad-45f0-4574-93f4-049845c26a2c" + "a8aa9e05-40bb-41ec-b946-493439f21058" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1730,26 +1669,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4MjM3LU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4Njg5LU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "02299647-167b-4c8b-be1c-351a83d17389" + "1e644811-d672-4db5-977d-2dcae0637f35" ], "x-ms-correlation-request-id": [ - "02299647-167b-4c8b-be1c-351a83d17389" + "1e644811-d672-4db5-977d-2dcae0637f35" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122449Z:02299647-167b-4c8b-be1c-351a83d17389" + "EASTUS2:20211116T220102Z:1e644811-d672-4db5-977d-2dcae0637f35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1757,14 +1699,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1773,28 +1712,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar8237", - "crptestar762", - "as4464" + "crptestar8689", + "crptestar9322", + "as4400" ], "CreatePublicIP": [ - "pip7728", - "dn3275" + "pip8316", + "dn9579" ], "CreateVNET": [ - "vn4337", - "sn730" + "vn745", + "sn5438" ], "CreateNIC": [ - "nic2027", - "ip5369" + "nic2200", + "ip4967" ], "CreateDefaultVMInput": [ - "crptestar3514", - "crptestar9134", - "crptestar6533", - "vm3955", - "Microsoft.Compute/virtualMachines6670" + "crptestar3129", + "crptestar4644", + "crptestar1002", + "vm4849", + "Microsoft.Compute/virtualMachines5729" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_EncryptionAtHost.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_EncryptionAtHost.json index 24b40c106ea5f..114f29647ca66 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_EncryptionAtHost.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_EncryptionAtHost.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72328e10-1ae5-456c-9525-640c133e10ec" + "6297f0f6-a1a1-4735-a7c7-4be1bc137cde" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "57a6d3dd-3d0a-462e-94d4-4434fd069990_132593252165285927" + "57a6d3dd-3d0a-462e-94d4-4434fd069990_132546865085392512" ], "x-ms-request-id": [ - "ba62859f-c78a-4449-bd2d-f3366f57b51b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8ea86260-e001-4617-99bb-7baa2e0f26d8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4d08d5e3-cc6d-4230-a1f0-9ac2b820e853" + "956e827c-6059-453f-a64c-7a2a5aff7ba2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213039Z:4d08d5e3-cc6d-4230-a1f0-9ac2b820e853" + "EASTUS2:20211116T205450Z:956e827c-6059-453f-a64c-7a2a5aff7ba2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:39 GMT" - ], "Content-Length": [ "317" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5989?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5ODk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9929?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5Mjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar5989\": \"2021-06-30 21:30:39Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar9929\": \"2021-11-16 20:54:50Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e79435e-3831-481b-a41d-fd71d815a928" + "24e1cf36-d74e-4d01-b3bc-77f5608efcc9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:51 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "c5bbd784-d4c7-4f07-81bc-f51e8988d43d" + "261f8519-d71d-44a8-9665-3616ad855106" ], "x-ms-correlation-request-id": [ - "c5bbd784-d4c7-4f07-81bc-f51e8988d43d" + "261f8519-d71d-44a8-9665-3616ad855106" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213041Z:c5bbd784-d4c7-4f07-81bc-f51e8988d43d" + "EASTUS2:20211116T205452Z:261f8519-d71d-44a8-9665-3616ad855106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:41 GMT" - ], "Content-Length": [ "232" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989\",\r\n \"name\": \"crptestar5989\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar5989\": \"2021-06-30 21:30:39Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929\",\r\n \"name\": \"crptestar9929\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar9929\": \"2021-11-16 20:54:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/publicIPAddresses/pip5929?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/publicIPAddresses/pip4923?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3544\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7395\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7dfd8c46-950f-4567-924a-97d56b953fc3" + "1239becf-7786-4118-bce3-b133f9e9820f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,46 +165,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:56 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ffeb0579-a627-4b67-aa2c-b58cf349dffc" + "d0c17160-5fdc-4f66-9376-a67d46e0eb62" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/ffeb0579-a627-4b67-aa2c-b58cf349dffc?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/d0c17160-5fdc-4f66-9376-a67d46e0eb62?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "3fb0e025-c30f-432d-9b2f-41827f20957d" + "23eaeca3-6b3d-44b0-95be-3ad5036f3a20" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "fa5ef004-9571-47fc-9b8a-91e867e970a2" + "ef2804d4-6f56-427b-b515-f88128565153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213045Z:3fb0e025-c30f-432d-9b2f-41827f20957d" + "EASTUS2:20211116T205456Z:23eaeca3-6b3d-44b0-95be-3ad5036f3a20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:45 GMT" - ], "Content-Length": [ "765" ], @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/publicIPAddresses/pip5929\",\r\n \"etag\": \"W/\\\"3f1d3ad6-dc28-42f7-826e-47d88b053948\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"91910aca-c105-4282-a36f-8d4ff5a661b2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3544\",\r\n \"fqdn\": \"dn3544.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4923\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/publicIPAddresses/pip4923\",\r\n \"etag\": \"W/\\\"dae3a246-94ec-4cb5-ab8d-00c627fa542e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c002d3b3-4a9b-44bb-a164-5be8ba214c09\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7395\",\r\n \"fqdn\": \"dn7395.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/ffeb0579-a627-4b67-aa2c-b58cf349dffc?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy9mZmViMDU3OS1hNjI3LTRiNjctYWEyYy1iNThjZjM0OWRmZmM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/d0c17160-5fdc-4f66-9376-a67d46e0eb62?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy9kMGMxNzE2MC01ZmRjLTRmNjYtOTM3Ni1hNjdkNDZlMGViNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "685fc51b-e634-4ead-b1cd-9b6ccd0230a9" + "863a68de-800b-452b-9434-fcc5e7882319" ], "x-ms-correlation-request-id": [ - "087ab091-1c31-41cf-b9ca-2be4ed7b34c6" + "332ca869-f308-428d-8e00-4db0051a7399" ], "x-ms-arm-service-request-id": [ - "1e9d9122-ba2d-4eeb-9647-d54181fac7d4" + "454b2a9e-b44d-4165-b057-8d0c96bc2cf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213047Z:087ab091-1c31-41cf-b9ca-2be4ed7b34c6" + "EASTUS2:20211116T205458Z:332ca869-f308-428d-8e00-4db0051a7399" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:46 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +280,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/publicIPAddresses/pip5929?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/publicIPAddresses/pip4923?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +296,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"36592427-233e-462f-a1d8-8b9b84dcf691\"" + "W/\"8a6441c6-9298-40a5-bb2b-7b72403719f0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "26fa1e56-994b-4816-b21c-4bc48b4b550e" + "a95e38eb-300c-43f3-906c-3341696fe5db" ], "x-ms-correlation-request-id": [ - "dffc7645-a1a8-4ad8-b324-c2b5ede967c8" + "ceb07f27-2c74-4a95-9149-8d16ea53c0fb" ], "x-ms-arm-service-request-id": [ - "43f86498-68c1-4312-a8e7-d1bdb89f31ac" + "88e2ddcb-7673-4962-b01c-e2e402dcfc81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213047Z:dffc7645-a1a8-4ad8-b324-c2b5ede967c8" + "EASTUS2:20211116T205458Z:ceb07f27-2c74-4a95-9149-8d16ea53c0fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:46 GMT" - ], "Content-Length": [ "766" ], @@ -340,25 +340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/publicIPAddresses/pip5929\",\r\n \"etag\": \"W/\\\"36592427-233e-462f-a1d8-8b9b84dcf691\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"91910aca-c105-4282-a36f-8d4ff5a661b2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3544\",\r\n \"fqdn\": \"dn3544.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4923\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/publicIPAddresses/pip4923\",\r\n \"etag\": \"W/\\\"8a6441c6-9298-40a5-bb2b-7b72403719f0\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c002d3b3-4a9b-44bb-a164-5be8ba214c09\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7395\",\r\n \"fqdn\": \"dn7395.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/publicIPAddresses/pip5929?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/publicIPAddresses/pip4923?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ5MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdbabb9f-d353-476e-9b58-0fc3df2f9cc5" + "605deff7-8f91-4dee-b9cc-8596de92e917" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,40 +366,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:54:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"36592427-233e-462f-a1d8-8b9b84dcf691\"" + "W/\"8a6441c6-9298-40a5-bb2b-7b72403719f0\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "94ddb9a1-c2df-493a-a88e-519c29c73eca" + "28a2188b-04bc-4b03-995f-7c6cc79f489b" ], "x-ms-correlation-request-id": [ - "2f06632c-302b-44c4-9faa-73fff6de47a4" + "ce8706c6-edf4-4a5a-a3ca-8c5adb071ecd" ], "x-ms-arm-service-request-id": [ - "ce33f8c6-4e5a-4ee1-b5ed-b57235b7c51c" + "8b3ed8a9-0724-49d9-9dd8-202a28c0943a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213047Z:2f06632c-302b-44c4-9faa-73fff6de47a4" + "EASTUS2:20211116T205458Z:ce8706c6-edf4-4a5a-a3ca-8c5adb071ecd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:47 GMT" - ], "Content-Length": [ "766" ], @@ -410,25 +410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/publicIPAddresses/pip5929\",\r\n \"etag\": \"W/\\\"36592427-233e-462f-a1d8-8b9b84dcf691\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"91910aca-c105-4282-a36f-8d4ff5a661b2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3544\",\r\n \"fqdn\": \"dn3544.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4923\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/publicIPAddresses/pip4923\",\r\n \"etag\": \"W/\\\"8a6441c6-9298-40a5-bb2b-7b72403719f0\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c002d3b3-4a9b-44bb-a164-5be8ba214c09\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7395\",\r\n \"fqdn\": \"dn7395.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI2NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU4MDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1149\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6119\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0975f93-af09-4a24-9d93-40b46b72376f" + "563310c7-da7e-400c-b42e-29a7534dbfa0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -442,46 +442,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:00 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ebb2ab60-9610-4422-b7c3-fd84c6a0c0e7" + "f4d8a232-75cd-4fd7-a7e4-9428b02d9aea" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/ebb2ab60-9610-4422-b7c3-fd84c6a0c0e7?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/f4d8a232-75cd-4fd7-a7e4-9428b02d9aea?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b8806348-aa23-4d77-88da-a5892c00b178" + "b7f5e78e-c303-4eea-848f-284d77b5e084" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "735c86a9-b0ba-48cf-b1ed-2793db3743ac" + "c23f8b90-3579-43ab-9cab-841909112949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213049Z:b8806348-aa23-4d77-88da-a5892c00b178" + "EASTUS2:20211116T205500Z:b7f5e78e-c303-4eea-848f-284d77b5e084" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:49 GMT" - ], "Content-Length": [ "1216" ], @@ -492,19 +492,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2666\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666\",\r\n \"etag\": \"W/\\\"c6cc75a1-99e1-4ca2-b3ca-e492c663679d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6a4f7916-3aa8-41a6-a1e3-ade446a27d07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149\",\r\n \"etag\": \"W/\\\"c6cc75a1-99e1-4ca2-b3ca-e492c663679d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807\",\r\n \"etag\": \"W/\\\"5e10031c-63d0-45a5-9909-3320b48491da\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c61d0f34-0884-4d91-a2e5-23dc07cfeeb1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6119\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119\",\r\n \"etag\": \"W/\\\"5e10031c-63d0-45a5-9909-3320b48491da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/ebb2ab60-9610-4422-b7c3-fd84c6a0c0e7?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy9lYmIyYWI2MC05NjEwLTQ0MjItYjdjMy1mZDg0YzZhMGMwZTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/f4d8a232-75cd-4fd7-a7e4-9428b02d9aea?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy9mNGQ4YTIzMi03NWNkLTRmZDctYTdlNC05NDI4YjAyZDlhZWE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +512,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a6a8b048-b5e3-4098-a5f7-940770121837" + "acddb7ce-73d9-4ed8-82a7-18ed67c65095" ], "x-ms-correlation-request-id": [ - "e3bb66dd-cf75-4b29-bfea-5b6327af22bd" + "db62e0ae-8cdb-4a26-9203-f1e1f96396b0" ], "x-ms-arm-service-request-id": [ - "ddc73d9c-682b-4e74-829d-aa1c54d4deac" + "22bdad96-ecfe-4498-b6f2-5e898c6eafd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213052Z:e3bb66dd-cf75-4b29-bfea-5b6327af22bd" + "EASTUS2:20211116T205503Z:db62e0ae-8cdb-4a26-9203-f1e1f96396b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:52 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +557,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI2NjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU4MDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,40 +573,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"78528f47-3006-4434-ac4e-8ac60dcd8168\"" + "W/\"c9335fbd-31cc-4ab6-a976-952bdb8b80ee\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "82516203-bbc1-4f6a-951e-5f143885454f" + "73786da2-c6d9-427a-958b-f9e5ca6ef957" ], "x-ms-correlation-request-id": [ - "de7cf90c-6c90-4b00-b9cb-6ce47c4b240a" + "558f4e0d-a665-434e-95e0-3506adce57aa" ], "x-ms-arm-service-request-id": [ - "1b595940-6dc5-4428-9511-031b0d4bb912" + "0d61138b-67f6-4227-a2af-d3249aecf345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213052Z:de7cf90c-6c90-4b00-b9cb-6ce47c4b240a" + "EASTUS2:20211116T205503Z:558f4e0d-a665-434e-95e0-3506adce57aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:52 GMT" - ], "Content-Length": [ "1218" ], @@ -617,25 +617,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2666\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666\",\r\n \"etag\": \"W/\\\"78528f47-3006-4434-ac4e-8ac60dcd8168\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6a4f7916-3aa8-41a6-a1e3-ade446a27d07\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149\",\r\n \"etag\": \"W/\\\"78528f47-3006-4434-ac4e-8ac60dcd8168\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn5807\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807\",\r\n \"etag\": \"W/\\\"c9335fbd-31cc-4ab6-a976-952bdb8b80ee\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c61d0f34-0884-4d91-a2e5-23dc07cfeeb1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6119\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119\",\r\n \"etag\": \"W/\\\"c9335fbd-31cc-4ab6-a976-952bdb8b80ee\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI2NjYvc3VibmV0cy9zbjExNDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU4MDcvc3VibmV0cy9zbjYxMTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b008dcdc-2d1c-4d0c-84f3-2cf8c4753cc6" + "502a6c65-20e6-49df-ba21-ba2f8e802311" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,40 +643,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"78528f47-3006-4434-ac4e-8ac60dcd8168\"" + "W/\"c9335fbd-31cc-4ab6-a976-952bdb8b80ee\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5ea8b9e9-ff6c-466a-b5bf-7773beb2f39d" + "75856f21-6192-48d7-a6f6-256d40562cb6" ], "x-ms-correlation-request-id": [ - "d9758600-4cfe-4351-8f7f-c13651f01cda" + "9b5614c3-479a-47cd-be1a-4368ec1d1526" ], "x-ms-arm-service-request-id": [ - "68c38b16-9bbb-425b-925c-c96d4e7e9467" + "00152f51-158f-4791-b7f9-f15006852d22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213052Z:d9758600-4cfe-4351-8f7f-c13651f01cda" + "EASTUS2:20211116T205503Z:9b5614c3-479a-47cd-be1a-4368ec1d1526" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:52 GMT" - ], "Content-Length": [ "523" ], @@ -687,25 +687,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149\",\r\n \"etag\": \"W/\\\"78528f47-3006-4434-ac4e-8ac60dcd8168\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6119\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119\",\r\n \"etag\": \"W/\\\"c9335fbd-31cc-4ab6-a976-952bdb8b80ee\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEyNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1149\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149\"\r\n }\r\n },\r\n \"name\": \"ip4952\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6119\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119\"\r\n }\r\n },\r\n \"name\": \"ip4533\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c7b62d54-d257-4a63-925a-1f9ee5f0751a" + "a5c58665-aa24-417c-b16f-b649883437d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -719,45 +719,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7ef0a1fb-a709-40fe-8809-39456db86db0" + "2fd02283-f845-4bd8-8e34-30aa38f1d560" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/7ef0a1fb-a709-40fe-8809-39456db86db0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/2fd02283-f845-4bd8-8e34-30aa38f1d560?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "f71f111a-c671-4919-8911-861932ff1a97" + "85a359b5-62e1-45ec-8d06-8c178a49fa1a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "950cb071-f968-448e-8bed-8773c62dc477" + "0f0e0684-3bc9-4e93-b19a-999e6b2bc323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213054Z:f71f111a-c671-4919-8911-861932ff1a97" + "EASTUS2:20211116T205505Z:85a359b5-62e1-45ec-8d06-8c178a49fa1a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:54 GMT" - ], "Content-Length": [ - "1629" + "1626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,19 +766,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\",\r\n \"etag\": \"W/\\\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d0ea07b1-8d25-43e3-a8c9-e5a3c489d964\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4952\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245/ipConfigurations/ip4952\",\r\n \"etag\": \"W/\\\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149\"\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\": \"cz2u40vihktedipdvxsenit3ah.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\",\r\n \"etag\": \"W/\\\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"486ef757-603a-4731-b059-3ba3090172e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4533\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894/ipConfigurations/ip4533\",\r\n \"etag\": \"W/\\\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119\"\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\": \"gqhr1ruebciu1ixfepoapt5owb.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEyNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,42 +786,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\"" + "W/\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b975f189-fd38-40de-a388-38289b93b692" + "4bc81987-1d78-4c97-a375-2294b43d0812" ], "x-ms-correlation-request-id": [ - "f355304e-7d41-444d-95d7-ea7e2b293310" + "36d521c4-bcef-4f91-bcf0-a3bf420533ee" ], "x-ms-arm-service-request-id": [ - "fc68324b-7da9-455f-894b-c97329474e56" + "b3f810ed-37d3-486a-86f8-de506c872b9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213054Z:f355304e-7d41-444d-95d7-ea7e2b293310" + "EASTUS2:20211116T205505Z:36d521c4-bcef-4f91-bcf0-a3bf420533ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:54 GMT" - ], "Content-Length": [ - "1629" + "1626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,25 +830,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\",\r\n \"etag\": \"W/\\\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d0ea07b1-8d25-43e3-a8c9-e5a3c489d964\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4952\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245/ipConfigurations/ip4952\",\r\n \"etag\": \"W/\\\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149\"\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\": \"cz2u40vihktedipdvxsenit3ah.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\",\r\n \"etag\": \"W/\\\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"486ef757-603a-4731-b059-3ba3090172e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4533\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894/ipConfigurations/ip4533\",\r\n \"etag\": \"W/\\\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119\"\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\": \"gqhr1ruebciu1ixfepoapt5owb.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEyNDU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzg5ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de4e9078-13cb-44fd-9020-c85adced6716" + "f77a9a43-7fda-451d-b4b0-a7f3a819a1e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,42 +856,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\"" + "W/\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7df7126d-f5f1-4d70-af6c-73dd956360d2" + "0b9cabd3-7727-420b-acf1-518c9f01dbbc" ], "x-ms-correlation-request-id": [ - "b46cbddd-c09e-4531-b6c2-0c82b46eeab8" + "a1f3d869-fc29-4798-b7fc-855321d1b4d8" ], "x-ms-arm-service-request-id": [ - "62df3ed6-6f29-4126-bc72-afc04b95979f" + "33b40bd0-153b-41b1-93b8-d95bcd6ff22c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213055Z:b46cbddd-c09e-4531-b6c2-0c82b46eeab8" + "EASTUS2:20211116T205505Z:a1f3d869-fc29-4798-b7fc-855321d1b4d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:54 GMT" - ], "Content-Length": [ - "1629" + "1626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -900,26 +900,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1245\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\",\r\n \"etag\": \"W/\\\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d0ea07b1-8d25-43e3-a8c9-e5a3c489d964\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4952\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245/ipConfigurations/ip4952\",\r\n \"etag\": \"W/\\\"ba29ab31-3cf2-4f2d-a0ce-dcc9eb3bc9a8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/virtualNetworks/vn2666/subnets/sn1149\"\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\": \"cz2u40vihktedipdvxsenit3ah.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\",\r\n \"etag\": \"W/\\\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"486ef757-603a-4731-b059-3ba3090172e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4533\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894/ipConfigurations/ip4533\",\r\n \"etag\": \"W/\\\"52a20842-6a89-4b53-bec5-f1fcf8fdec5e\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/virtualNetworks/vn5807/subnets/sn6119\"\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\": \"gqhr1ruebciu1ixfepoapt5owb.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/as7728?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3NzI4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/as442?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ba42b68a-b799-4871-ae85-eb5ee86458cc" + "6ea0c832-f65f-453b-b7b5-28fca6e26fb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,9 +932,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -942,29 +949,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "18987535-f317-4ec8-bf88-7affffbfecfd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ae8f6bf2-bc5c-4c05-b052-1f48c2de33f5" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "d0042f3e-9da7-4aac-aa06-d2182ba86fbb" + "35ae5f72-dc16-4289-9d33-7d642ea8e356" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213059Z:d0042f3e-9da7-4aac-aa06-d2182ba86fbb" + "EASTUS2:20211116T205509Z:35ae5f72-dc16-4289-9d33-7d642ea8e356" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:30:59 GMT" - ], "Content-Length": [ - "442" + "440" ], "Content-Type": [ "application/json; charset=utf-8" @@ -973,46 +973,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as7728\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/as7728\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as442\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/as442\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTIzMzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4MDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\"\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/as7728\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\"\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/as442\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eee9df7c-232b-470d-b6a9-db20870aec1a" + "4ca728d8-e0a4-421b-92da-c453d15a3c3d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1504" + "1502" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/77bc12a0-d9d5-4c79-b76f-7a049bd70561?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2476a230-1346-4d73-ac51-9c8e72cecfa8?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1024,29 +1031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77bc12a0-d9d5-4c79-b76f-7a049bd70561" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2476a230-1346-4d73-ac51-9c8e72cecfa8" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "30863ef5-c75d-422b-b7a4-d2db102bb9e5" + "7ded51d1-9ffa-4458-85ac-81f1df19bad2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213102Z:30863ef5-c75d-422b-b7a4-d2db102bb9e5" + "EASTUS2:20211116T205512Z:7ded51d1-9ffa-4458-85ac-81f1df19bad2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:31:02 GMT" - ], "Content-Length": [ - "2385" + "2440" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,32 +1055,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c308444b-c4d6-4674-a894-611100a43777\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/AS7728\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1d4a6ba6-ca2b-48c2-a861-736dde2ce539\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/AS442\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-16T20:55:11.5616395+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/77bc12a0-d9d5-4c79-b76f-7a049bd70561?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy83N2JjMTJhMC1kOWQ1LTRjNzktYjc2Zi03YTA0OWJkNzA1NjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2476a230-1346-4d73-ac51-9c8e72cecfa8?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yNDc2YTIzMC0xMzQ2LTRkNzMtYWM1MS05YzhlNzJjZWNmYTg/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:55:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1088,27 +1095,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ee62304-bc85-47bc-b3ab-09d667b4a1cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eeb2cd50-88a2-4f8a-ba23-4de5b4f5ef2d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "7edf508d-5bc1-4cc0-a8a3-e22094c8c539" + "dc281460-a94d-4f7b-99cf-20f0f50f1211" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213112Z:7edf508d-5bc1-4cc0-a8a3-e22094c8c539" + "EASTUS2:20211116T205522Z:dc281460-a94d-4f7b-99cf-20f0f50f1211" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:31:12 GMT" - ], "Content-Length": [ "134" ], @@ -1119,29 +1119,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T21:31:01.2589722+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"77bc12a0-d9d5-4c79-b76f-7a049bd70561\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:55:11.3585031+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2476a230-1346-4d73-ac51-9c8e72cecfa8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/77bc12a0-d9d5-4c79-b76f-7a049bd70561?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy83N2JjMTJhMC1kOWQ1LTRjNzktYjc2Zi03YTA0OWJkNzA1NjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2476a230-1346-4d73-ac51-9c8e72cecfa8?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yNDc2YTIzMC0xMzQ2LTRkNzMtYWM1MS05YzhlNzJjZWNmYTg/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:56:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1149,27 +1156,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7659b19f-4e4e-4e47-9dbc-6a602d5b9ef5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ce6abef8-808a-4556-84df-d76f366c4dc2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "3c9c5168-9db4-4d4b-9069-8e997ed495bf" + "224ed1c6-5f23-458e-94f5-96ceb81b92b3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213202Z:3c9c5168-9db4-4d4b-9069-8e997ed495bf" + "EASTUS2:20211116T205612Z:224ed1c6-5f23-458e-94f5-96ceb81b92b3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:32:02 GMT" - ], "Content-Length": [ "134" ], @@ -1180,57 +1180,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T21:31:01.2589722+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"77bc12a0-d9d5-4c79-b76f-7a049bd70561\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:55:11.3585031+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2476a230-1346-4d73-ac51-9c8e72cecfa8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/77bc12a0-d9d5-4c79-b76f-7a049bd70561?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy83N2JjMTJhMC1kOWQ1LTRjNzktYjc2Zi03YTA0OWJkNzA1NjE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2476a230-1346-4d73-ac51-9c8e72cecfa8?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yNDc2YTIzMC0xMzQ2LTRkNzMtYWM1MS05YzhlNzJjZWNmYTg/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:57:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f90ca25-1952-46fb-bd68-ee4367e33edc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b604eafc-e546-474f-b640-ceb49e98b20f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "9c1e5893-382c-49e3-9e76-b1b3cd34da9e" + "f90afdf5-b202-41a8-881c-b0dd90ae8712" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213253Z:9c1e5893-382c-49e3-9e76-b1b3cd34da9e" + "EASTUS2:20211116T205703Z:f90afdf5-b202-41a8-881c-b0dd90ae8712" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:32:52 GMT" - ], "Content-Length": [ "184" ], @@ -1241,59 +1241,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-30T21:31:01.2589722+00:00\",\r\n \"endTime\": \"2021-06-30T21:32:51.1374933+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"77bc12a0-d9d5-4c79-b76f-7a049bd70561\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T20:55:11.3585031+00:00\",\r\n \"endTime\": \"2021-11-16T20:56:32.2046967+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2476a230-1346-4d73-ac51-9c8e72cecfa8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTIzMzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4MDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:57:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31999" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "87549cf7-4b9d-46e6-b5e4-24f7e21a2a4f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "370712b1-6fcc-4cd6-8e08-d6fe8f36024e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "07a5a62e-699e-4957-8167-3205f3f562ff" + "a92b06b3-4c5a-481b-9627-e41d291195fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213253Z:07a5a62e-699e-4957-8167-3205f3f562ff" + "EASTUS2:20211116T205703Z:a92b06b3-4c5a-481b-9627-e41d291195fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:32:53 GMT" - ], "Content-Length": [ - "2777" + "2832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1302,65 +1302,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c308444b-c4d6-4674-a894-611100a43777\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/AS7728\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2338_disk2_1c89756826134aa0a5b78340ad955b27\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/vm2338_disk2_1c89756826134aa0a5b78340ad955b27\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1d4a6ba6-ca2b-48c2-a861-736dde2ce539\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/AS442\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T20:55:11.5616395+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTIzMzg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4MDE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50003d24-1204-4f6e-8ded-48220b3b79b8" + "a90b020b-51a7-4f40-83ea-394cb9b4dc1c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 20:57:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "baf82da4-5070-4e44-86f3-dcfedea5a154" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "edb24719-e34b-4b76-91b9-c555c0150611" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "252321d5-820d-4ba3-b0a7-21679b079695" + "0648430d-41d3-435f-b8eb-d63a5e6342c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213253Z:252321d5-820d-4ba3-b0a7-21679b079695" + "EASTUS2:20211116T205703Z:0648430d-41d3-435f-b8eb-d63a5e6342c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:32:53 GMT" - ], "Content-Length": [ - "2777" + "2832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1369,35 +1369,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c308444b-c4d6-4674-a894-611100a43777\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/AS7728\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2338_disk2_1c89756826134aa0a5b78340ad955b27\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/vm2338_disk2_1c89756826134aa0a5b78340ad955b27\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1d4a6ba6-ca2b-48c2-a861-736dde2ce539\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/AS442\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T20:55:11.5616395+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTIzMzg/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4MDE/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7ba1997-a6d6-49ac-9187-bdc748128f4f" + "a5f54f7d-718c-46ee-a0af-e2bd9786998f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31996" ], @@ -1405,29 +1412,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1654f2c3-2049-42c6-801f-cfbd9c92a455" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cac469bf-c992-4725-b7de-d3c0e1b6e544" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "886fc4a4-50ca-4392-8ef1-59b7d8ce0042" + "cf1f02d4-1f9a-44a0-a84c-2e839d0d6f09" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213753Z:886fc4a4-50ca-4392-8ef1-59b7d8ce0042" + "EASTUS2:20211116T210203Z:cf1f02d4-1f9a-44a0-a84c-2e839d0d6f09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:37:53 GMT" - ], "Content-Length": [ - "4515" + "4570" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1436,35 +1436,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c308444b-c4d6-4674-a894-611100a43777\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/AS7728\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2338_disk2_1c89756826134aa0a5b78340ad955b27\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/vm2338_disk2_1c89756826134aa0a5b78340ad955b27\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-30T21:37:02+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-30T21:31:05.0403404+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2338_disk2_1c89756826134aa0a5b78340ad955b27\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-30T21:31:05.0403404+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-30T21:32:51.1218696+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1d4a6ba6-ca2b-48c2-a861-736dde2ce539\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/AS442\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:01:50+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:55:17.8901085+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:55:17.8901085+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:56:32.1734441+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-16T20:55:11.5616395+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTIzMzgvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4MDEvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "504e0769-6a91-4286-9a8c-f1a49ed622fb" + "b32345be-5fb4-4154-8f54-434801473e9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" ], @@ -1472,27 +1479,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac5b9473-c43e-465f-825d-e114f5177848" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b3bc009b-1efe-4e2b-a003-b1191037d883" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "c240728c-990e-40ff-9eed-1b23b3ed17a0" + "81515a69-0550-4f5c-96ca-91f9714b55e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213753Z:c240728c-990e-40ff-9eed-1b23b3ed17a0" + "EASTUS2:20211116T210203Z:81515a69-0550-4f5c-96ca-91f9714b55e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:37:53 GMT" - ], "Content-Length": [ "1491" ], @@ -1503,35 +1503,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-30T21:37:02+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-30T21:31:05.0403404+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2338_disk2_1c89756826134aa0a5b78340ad955b27\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-30T21:31:05.0403404+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-30T21:32:51.1218696+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:01:50+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:55:17.8901085+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:55:17.8901085+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T20:56:32.1734441+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b8c9106-6ea1-47b7-bc03-79dd64788897" + "63f7b04b-33b4-4685-afa3-da29c652b7de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" ], @@ -1539,29 +1546,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1220ca6d-2069-4bd1-88cd-7d2e85d6d6da" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d79a787f-28d5-492f-8a66-367893761bdf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "1527b6a6-1322-43f6-a26f-2ed3deea353e" + "43708dcc-77ae-4e4f-a1a9-4e7376d0e218" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213753Z:1527b6a6-1322-43f6-a26f-2ed3deea353e" + "EASTUS2:20211116T210203Z:43708dcc-77ae-4e4f-a1a9-4e7376d0e218" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:37:53 GMT" - ], "Content-Length": [ - "3110" + "3169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1570,35 +1570,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm2338\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c308444b-c4d6-4674-a894-611100a43777\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/AS7728\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2338_disk2_1c89756826134aa0a5b78340ad955b27\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/disks/vm2338_disk2_1c89756826134aa0a5b78340ad955b27\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Network/networkInterfaces/nic1245\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm4801\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"1d4a6ba6-ca2b-48c2-a861-736dde2ce539\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/AS442\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/disks/vm4801_disk2_cbb8c1a77bd24ef7afe00ec6e8546796\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"encryptionAtHost\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Network/networkInterfaces/nic894\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T20:55:11.5616395+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/virtualMachines/vm2338/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTIzMzgvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/virtualMachines/vm4801/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ4MDEvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96c65193-f090-4023-886f-3cbf88aeaafc" + "fd8368a6-bc12-49c0-8e09-187c3126105b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" ], @@ -1606,29 +1613,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6adfb2a-68a6-4436-b448-573cc37eb42e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fca27a16-b0ca-4928-abd0-b5c9fec3871e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "6b11824b-87c4-4e14-a145-7b9a07e924c9" + "7ee9abca-cef7-46f7-8ab8-4015974b8adf" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213753Z:6b11824b-87c4-4e14-a145-7b9a07e924c9" + "EASTUS2:20211116T210203Z:7ee9abca-cef7-46f7-8ab8-4015974b8adf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:37:53 GMT" - ], "Content-Length": [ - "53322" + "40021" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1637,35 +1637,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5989/providers/Microsoft.Compute/availabilitySets/as7728/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3NzI4L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9929/providers/Microsoft.Compute/availabilitySets/as442/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk5MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDIvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55e950b5-c9ca-4d61-a60d-6e9b48879cc2" + "d2c8274c-5ed8-46bb-847f-9068ec376738" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31993" ], @@ -1673,29 +1680,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b10c19aa-c0e2-4127-b770-c132d71d8473" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "300b3a47-70f1-4e3d-98d4-80fd8939f975" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "99fec483-1505-4d8d-bac5-71be4d2fd62d" + "782c948e-0132-424c-ad2f-dc7f7b92e10b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213754Z:99fec483-1505-4d8d-bac5-71be4d2fd62d" + "EASTUS2:20211116T210204Z:782c948e-0132-424c-ad2f-dc7f7b92e10b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:37:53 GMT" - ], "Content-Length": [ - "53322" + "76058" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1704,25 +1704,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5989?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5ODk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9929?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk5Mjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67066ddc-e95f-44b6-b9d4-3eb4631377b9" + "266788bb-9400-4f7b-a6fd-ea716dfb8c44" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1730,11 +1730,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTg5LU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5OTI5LU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1743,13 +1746,13 @@ "14999" ], "x-ms-request-id": [ - "3936fc2e-24bd-4375-856a-6c1eeb1b16a9" + "827ed733-db5a-44c4-8140-91ed8a2be0fd" ], "x-ms-correlation-request-id": [ - "3936fc2e-24bd-4375-856a-6c1eeb1b16a9" + "827ed733-db5a-44c4-8140-91ed8a2be0fd" ], "x-ms-routing-request-id": [ - "EASTUS2:20210630T213756Z:3936fc2e-24bd-4375-856a-6c1eeb1b16a9" + "EASTUS2:20211116T210206Z:827ed733-db5a-44c4-8140-91ed8a2be0fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1757,14 +1760,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 30 Jun 2021 21:37:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1773,28 +1773,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar5989", - "crptestar4538", - "as7728" + "crptestar9929", + "crptestar9850", + "as442" ], "CreatePublicIP": [ - "pip5929", - "dn3544" + "pip4923", + "dn7395" ], "CreateVNET": [ - "vn2666", - "sn1149" + "vn5807", + "sn6119" ], "CreateNIC": [ - "nic1245", - "ip4952" + "nic894", + "ip4533" ], "CreateDefaultVMInput": [ - "crptestar1231", - "crptestar1442", - "crptestar344", - "vm2338", - "Microsoft.Compute/virtualMachines8534" + "crptestar9212", + "crptestar4386", + "crptestar699", + "vm4801", + "Microsoft.Compute/virtualMachines8042" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks.json index 2451e8b728bb1..a91bca70b1d94 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks.json @@ -1,33 +1,40 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d362fe8-0437-46e9-8b73-29d42ccca9d4" + "4bddba38-ce03-4038-a766-9e00bb75b919" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15998,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36,27 +43,20 @@ "4b8fed99-582f-4b07-8383-e5f0e4544f2c_132671172172448883" ], "x-ms-request-id": [ - "69cebe11-47ef-4b39-a15a-fccca39e57b4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "adc896f2-6980-4694-8f87-74f90bc1af33" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "5519bbb9-446b-45ea-b37e-94641e9d0452" + "fbf41b81-82ae-440b-907b-4c9135132ff5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114359Z:5519bbb9-446b-45ea-b37e-94641e9d0452" + "EASTUS2:20211116T212013Z:fbf41b81-82ae-440b-907b-4c9135132ff5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:58 GMT" - ], "Content-Length": [ "323" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2795?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3OTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7867?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar2795\": \"2021-06-29 11:43:59Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7867\": \"2021-11-16 21:20:13Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "088af54f-c13a-4511-b532-d54120979d17" + "eb280049-1712-45a9-8266-a23400c826c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:13 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "74bdaebc-1410-4fff-be7b-a4213e54a701" + "4df02380-e078-4560-8741-b6fb011bfa1a" ], "x-ms-correlation-request-id": [ - "74bdaebc-1410-4fff-be7b-a4213e54a701" + "4df02380-e078-4560-8741-b6fb011bfa1a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114400Z:74bdaebc-1410-4fff-be7b-a4213e54a701" + "EASTUS2:20211116T212013Z:4df02380-e078-4560-8741-b6fb011bfa1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:59 GMT" - ], "Content-Length": [ "235" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795\",\r\n \"name\": \"crptestar2795\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar2795\": \"2021-06-29 11:43:59Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867\",\r\n \"name\": \"crptestar7867\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar7867\": \"2021-11-16 21:20:13Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/publicIPAddresses/pip1852?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4NTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/publicIPAddresses/pip5530?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9526\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3514\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8bcb2a8b-34bc-4643-88e6-7898dd749be0" + "a127db97-4511-4e9a-a5ae-b458c860fc7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,46 +165,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:16 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "01f00310-6e2d-430a-883e-282184d7b022" + "80ccbc3a-4a39-4922-9e4f-1e4d4c004747" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/01f00310-6e2d-430a-883e-282184d7b022?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/80ccbc3a-4a39-4922-9e4f-1e4d4c004747?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7ca5a31c-a11e-4241-87ca-431d6956ed5a" + "f4376f00-fb5e-46cd-87e5-3a54485b0a5e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d0e5e62f-e57a-4110-81bc-1be73cdf20df" + "7f2c6557-ad7d-4a37-8c02-2bb5787c4de1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114402Z:7ca5a31c-a11e-4241-87ca-431d6956ed5a" + "EASTUS2:20211116T212016Z:f4376f00-fb5e-46cd-87e5-3a54485b0a5e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:01 GMT" - ], "Content-Length": [ "771" ], @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1852\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/publicIPAddresses/pip1852\",\r\n \"etag\": \"W/\\\"0cc0b102-e166-426c-8f37-f7925d7e39f8\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"123741b8-b20d-4216-8820-cd576a4c3618\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9526\",\r\n \"fqdn\": \"dn9526.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5530\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/publicIPAddresses/pip5530\",\r\n \"etag\": \"W/\\\"6c157d18-a772-476c-b992-26c0d3a760a0\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"746b0965-6edc-448f-93bd-b4d9dfcc31e8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3514\",\r\n \"fqdn\": \"dn3514.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/01f00310-6e2d-430a-883e-282184d7b022?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8wMWYwMDMxMC02ZTJkLTQzMGEtODgzZS0yODIxODRkN2IwMjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/80ccbc3a-4a39-4922-9e4f-1e4d4c004747?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84MGNjYmMzYS00YTM5LTQ5MjItOWU0Zi0xZTRkNGMwMDQ3NDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:17 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6aa13835-735e-4fa8-bd40-58ad646d447c" + "632df370-1ccc-4644-899d-55c5c04b4d50" ], "x-ms-correlation-request-id": [ - "9d0d6936-11a0-4919-a922-3af170239c99" + "3402b5b2-868d-4843-af00-1c638862d6f5" ], "x-ms-arm-service-request-id": [ - "82f720cd-47e4-4524-8b3d-5937b394ebbd" + "b2140e7c-3320-4448-b306-147ea7f8bc6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114403Z:9d0d6936-11a0-4919-a922-3af170239c99" + "EASTUS2:20211116T212017Z:3402b5b2-868d-4843-af00-1c638862d6f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:02 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +280,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/publicIPAddresses/pip1852?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4NTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/publicIPAddresses/pip5530?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +296,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"59ebab4f-bee9-4486-bdd2-3cc56b1e16a0\"" + "W/\"013e34f5-b2e1-4cfc-a4a5-9a25897555be\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5d6153cd-57aa-4884-af84-f85cf964d0c9" + "87627ba5-ee70-479d-ad5d-79ad0176d06b" ], "x-ms-correlation-request-id": [ - "ee43a36b-05c5-4160-9165-3ab188fd477f" + "27f102cd-8d32-4288-881b-81adde6d585c" ], "x-ms-arm-service-request-id": [ - "b26b2ee9-6d23-46cf-b8a9-e8b97e9991ce" + "8eebe391-1e81-4e6a-b9b5-59ad20b33186" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114403Z:ee43a36b-05c5-4160-9165-3ab188fd477f" + "EASTUS2:20211116T212017Z:27f102cd-8d32-4288-881b-81adde6d585c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:02 GMT" - ], "Content-Length": [ "772" ], @@ -340,25 +340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1852\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/publicIPAddresses/pip1852\",\r\n \"etag\": \"W/\\\"59ebab4f-bee9-4486-bdd2-3cc56b1e16a0\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"123741b8-b20d-4216-8820-cd576a4c3618\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9526\",\r\n \"fqdn\": \"dn9526.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5530\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/publicIPAddresses/pip5530\",\r\n \"etag\": \"W/\\\"013e34f5-b2e1-4cfc-a4a5-9a25897555be\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"746b0965-6edc-448f-93bd-b4d9dfcc31e8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3514\",\r\n \"fqdn\": \"dn3514.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/publicIPAddresses/pip1852?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDE4NTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/publicIPAddresses/pip5530?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU1MzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b60e1ef5-712c-46a4-9e6f-379c10565763" + "0d03c7e9-ffe1-4385-9803-f1a5e674eae9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,40 +366,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"59ebab4f-bee9-4486-bdd2-3cc56b1e16a0\"" + "W/\"013e34f5-b2e1-4cfc-a4a5-9a25897555be\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b0370cc4-368b-477e-8185-2d283159e8ae" + "6c580fd3-66e7-417a-9e1b-f90ec0662bbe" ], "x-ms-correlation-request-id": [ - "ddd60e09-1cac-41cd-9051-6908676c8b82" + "8325b21a-7ad6-4c85-979b-26de07a1a982" ], "x-ms-arm-service-request-id": [ - "831eca3b-650f-4832-8ab0-31597717dcb7" + "e9651d28-262f-4245-b4dd-636e5ff6fa20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114403Z:ddd60e09-1cac-41cd-9051-6908676c8b82" + "EASTUS2:20211116T212017Z:8325b21a-7ad6-4c85-979b-26de07a1a982" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:02 GMT" - ], "Content-Length": [ "772" ], @@ -410,25 +410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip1852\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/publicIPAddresses/pip1852\",\r\n \"etag\": \"W/\\\"59ebab4f-bee9-4486-bdd2-3cc56b1e16a0\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"123741b8-b20d-4216-8820-cd576a4c3618\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9526\",\r\n \"fqdn\": \"dn9526.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5530\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/publicIPAddresses/pip5530\",\r\n \"etag\": \"W/\\\"013e34f5-b2e1-4cfc-a4a5-9a25897555be\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"746b0965-6edc-448f-93bd-b4d9dfcc31e8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3514\",\r\n \"fqdn\": \"dn3514.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6039\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3926\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f2a30792-a3ad-46e9-afff-ac70336a44fa" + "20664fd9-2d08-468d-841a-85cc1915b198" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -442,48 +442,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d4853ba6-0556-4ce2-9016-d89f3d1f5f07" + "ef0d4992-995a-4a23-bc64-570fd9301e61" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/d4853ba6-0556-4ce2-9016-d89f3d1f5f07?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/ef0d4992-995a-4a23-bc64-570fd9301e61?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "06f4353f-5f95-484b-a972-0f5e60b8df70" + "9ab062f4-83db-456b-8661-befd4034166e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8c6c77f2-477e-4b68-a22c-6521d1fe84fe" + "b0f1373e-7516-4f36-a4eb-a2848e8a0be5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114404Z:06f4353f-5f95-484b-a972-0f5e60b8df70" + "EASTUS2:20211116T212018Z:9ab062f4-83db-456b-8661-befd4034166e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:03 GMT" - ], "Content-Length": [ - "1219" + "1216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -492,19 +492,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757\",\r\n \"etag\": \"W/\\\"d713f9cd-6d07-4bdf-9613-14ba3d031f93\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fda84164-8414-4895-85c2-7a5e99dfcd20\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039\",\r\n \"etag\": \"W/\\\"d713f9cd-6d07-4bdf-9613-14ba3d031f93\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn963\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963\",\r\n \"etag\": \"W/\\\"cf9ef17e-5b0a-4406-9df3-6e9233428994\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"12008daa-feb8-43e9-9c88-0b4b9f456bc8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926\",\r\n \"etag\": \"W/\\\"cf9ef17e-5b0a-4406-9df3-6e9233428994\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/d4853ba6-0556-4ce2-9016-d89f3d1f5f07?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9kNDg1M2JhNi0wNTU2LTRjZTItOTAxNi1kODlmM2QxZjVmMDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/ef0d4992-995a-4a23-bc64-570fd9301e61?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9lZjBkNDk5Mi05OTVhLTRhMjMtYmM2NC01NzBmZDkzMDFlNjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +512,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "a026c564-df00-46f8-95d0-9f81c2124c6a" + "1ccdc78b-0566-4f0b-a91d-b6f8d6080d6d" ], "x-ms-correlation-request-id": [ - "81425909-4696-4314-9ec5-1f3f8f226ca8" + "2939a383-b50c-4dbf-98c6-82dd30cd900c" ], "x-ms-arm-service-request-id": [ - "af0deac2-3bc1-4b9f-ac43-3ed41646c4aa" + "3f6f67fe-a444-4a4c-9ec9-5b2873f58c95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114407Z:81425909-4696-4314-9ec5-1f3f8f226ca8" + "EASTUS2:20211116T212021Z:2939a383-b50c-4dbf-98c6-82dd30cd900c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:06 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +557,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3NTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,42 +573,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e74cbbb0-0311-4136-bb95-6537806350a8\"" + "W/\"5dc5a986-0e92-4388-b0f2-4435708a6524\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c0e39df9-0610-4aa4-a0cf-ff14bc4a9161" + "d750865e-6633-4d3a-a584-2cf9fcf77c9d" ], "x-ms-correlation-request-id": [ - "d8817347-a560-4b6e-a811-d7150cdfa2f6" + "e5c8d7f2-4b52-48cd-b7cf-7b804ed660b6" ], "x-ms-arm-service-request-id": [ - "27ae776c-8598-43f7-b40a-adef04eb8c74" + "83dbca71-afa2-4292-95e2-6deb3ad4a69a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114407Z:d8817347-a560-4b6e-a811-d7150cdfa2f6" + "EASTUS2:20211116T212021Z:e5c8d7f2-4b52-48cd-b7cf-7b804ed660b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:06 GMT" - ], "Content-Length": [ - "1221" + "1218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -617,25 +617,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn2757\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757\",\r\n \"etag\": \"W/\\\"e74cbbb0-0311-4136-bb95-6537806350a8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fda84164-8414-4895-85c2-7a5e99dfcd20\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039\",\r\n \"etag\": \"W/\\\"e74cbbb0-0311-4136-bb95-6537806350a8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn963\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963\",\r\n \"etag\": \"W/\\\"5dc5a986-0e92-4388-b0f2-4435708a6524\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"12008daa-feb8-43e9-9c88-0b4b9f456bc8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926\",\r\n \"etag\": \"W/\\\"5dc5a986-0e92-4388-b0f2-4435708a6524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjI3NTcvc3VibmV0cy9zbjYwMzk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk2My9zdWJuZXRzL3NuMzkyNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e7b50f1-a8d4-462d-8732-6f6789273fc9" + "34a76166-ec8a-409d-b943-b4f76b931249" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,42 +643,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"e74cbbb0-0311-4136-bb95-6537806350a8\"" + "W/\"5dc5a986-0e92-4388-b0f2-4435708a6524\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4f35bf05-2c78-4d04-a779-6e67c5d066cd" + "1f92e3a9-d786-465b-8ba6-f7c4c957bd7f" ], "x-ms-correlation-request-id": [ - "57aa379f-8bc7-4207-9ca5-a21ccbd3bb7f" + "85215039-c084-4cb2-9945-f7e82e3b4e94" ], "x-ms-arm-service-request-id": [ - "bea5f0b1-8da5-4cc2-92db-efa86db9d614" + "4b97ff69-daab-4ca1-92f7-155effecc506" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114407Z:57aa379f-8bc7-4207-9ca5-a21ccbd3bb7f" + "EASTUS2:20211116T212021Z:85215039-c084-4cb2-9945-f7e82e3b4e94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:06 GMT" - ], "Content-Length": [ - "523" + "522" ], "Content-Type": [ "application/json; charset=utf-8" @@ -687,77 +687,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039\",\r\n \"etag\": \"W/\\\"e74cbbb0-0311-4136-bb95-6537806350a8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926\",\r\n \"etag\": \"W/\\\"5dc5a986-0e92-4388-b0f2-4435708a6524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ4MTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6039\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039\"\r\n }\r\n },\r\n \"name\": \"ip8296\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3926\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926\"\r\n }\r\n },\r\n \"name\": \"ip9072\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "485e2fd6-1f5a-4dd0-8c34-2c3a5c9fb2b6" + "16962b77-ef4e-4d26-a04c-4bb014487702" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "749" + "748" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:22 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c21d6d40-a372-43cc-bf12-21a50b655bdb" + "a878bf4d-d3ed-4671-9244-55d686853863" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/c21d6d40-a372-43cc-bf12-21a50b655bdb?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/a878bf4d-d3ed-4671-9244-55d686853863?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "71ab2b4a-588c-4a34-bfcb-3d8635b8e54f" + "5fa47e7a-3b02-438b-9afc-79043dc4f6c3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "01fcbb93-f42a-43a8-b6a4-5f00a1ac3e8a" + "919b9d1a-a32e-479b-9b67-ca8e303d366b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114409Z:71ab2b4a-588c-4a34-bfcb-3d8635b8e54f" + "EASTUS2:20211116T212023Z:5fa47e7a-3b02-438b-9afc-79043dc4f6c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:08 GMT" - ], "Content-Length": [ - "1632" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,19 +766,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1712\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\",\r\n \"etag\": \"W/\\\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8fe387f8-f08a-4a5d-bf51-83d40be426f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8296\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712/ipConfigurations/ip8296\",\r\n \"etag\": \"W/\\\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039\"\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\": \"mra0r5iuqskurbocpjpjtx4nea.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\",\r\n \"etag\": \"W/\\\"3e58eafd-f64b-4ab1-becd-69539009c882\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5b4fbb7f-b0b1-4bae-88a9-0897e172abad\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9072\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810/ipConfigurations/ip9072\",\r\n \"etag\": \"W/\\\"3e58eafd-f64b-4ab1-becd-69539009c882\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926\"\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\": \"vkgqaevy51uuhheibnfz4rllza.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ4MTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,42 +786,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\"" + "W/\"3e58eafd-f64b-4ab1-becd-69539009c882\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "757157bf-2aa2-41a0-b79a-8360d575428b" + "c698e538-8b1d-4ba2-9b19-563248ca3f84" ], "x-ms-correlation-request-id": [ - "f848050d-867d-4528-8ee4-f7c0243be1f0" + "27a59025-ce7d-49b9-8fd6-108b6b163c90" ], "x-ms-arm-service-request-id": [ - "7172c282-217d-409e-bf71-a7077ee12bde" + "2dcc8cc2-8aa7-473e-9e40-93e75a84a7b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114409Z:f848050d-867d-4528-8ee4-f7c0243be1f0" + "EASTUS2:20211116T212023Z:27a59025-ce7d-49b9-8fd6-108b6b163c90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:08 GMT" - ], "Content-Length": [ - "1632" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,25 +830,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1712\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\",\r\n \"etag\": \"W/\\\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8fe387f8-f08a-4a5d-bf51-83d40be426f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8296\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712/ipConfigurations/ip8296\",\r\n \"etag\": \"W/\\\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039\"\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\": \"mra0r5iuqskurbocpjpjtx4nea.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\",\r\n \"etag\": \"W/\\\"3e58eafd-f64b-4ab1-becd-69539009c882\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5b4fbb7f-b0b1-4bae-88a9-0897e172abad\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9072\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810/ipConfigurations/ip9072\",\r\n \"etag\": \"W/\\\"3e58eafd-f64b-4ab1-becd-69539009c882\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926\"\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\": \"vkgqaevy51uuhheibnfz4rllza.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE3MTI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzQ4MTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f15261c-241b-4676-b0dc-c8dad844d796" + "ead5c959-b8d4-440f-ad94-b3c67f84fa8a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,42 +856,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\"" + "W/\"3e58eafd-f64b-4ab1-becd-69539009c882\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3b6ce7f1-3c78-4174-9e74-473f4789f7bf" + "40574533-1fce-4376-b832-c547a3cf585c" ], "x-ms-correlation-request-id": [ - "a5f7e82d-a106-49e0-b62e-7709db5f802d" + "3290951d-6780-4f97-b354-e27923786c9e" ], "x-ms-arm-service-request-id": [ - "e8757813-c195-4ea2-b09c-ce46d1160fee" + "36670862-26cd-4490-a493-6c416e90b583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114409Z:a5f7e82d-a106-49e0-b62e-7709db5f802d" + "EASTUS2:20211116T212023Z:3290951d-6780-4f97-b354-e27923786c9e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:08 GMT" - ], "Content-Length": [ - "1632" + "1631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -900,26 +900,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1712\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\",\r\n \"etag\": \"W/\\\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8fe387f8-f08a-4a5d-bf51-83d40be426f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8296\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712/ipConfigurations/ip8296\",\r\n \"etag\": \"W/\\\"38c52715-d0ce-42ec-b6e0-d7d3152d0d56\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/virtualNetworks/vn2757/subnets/sn6039\"\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\": \"mra0r5iuqskurbocpjpjtx4nea.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic4810\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\",\r\n \"etag\": \"W/\\\"3e58eafd-f64b-4ab1-becd-69539009c882\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5b4fbb7f-b0b1-4bae-88a9-0897e172abad\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9072\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810/ipConfigurations/ip9072\",\r\n \"etag\": \"W/\\\"3e58eafd-f64b-4ab1-becd-69539009c882\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/virtualNetworks/vn963/subnets/sn3926\"\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\": \"vkgqaevy51uuhheibnfz4rllza.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/as6761?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NzYxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/as9594?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NTk0P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d9f526a-88d0-4455-a0ee-b10fb09f7c0a" + "6b2f1e71-d8d3-4234-bcf4-86d6c32dd6fc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,9 +932,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], @@ -942,27 +949,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a276e436-8657-4ac0-9324-81981959da02" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c74809f4-987a-401d-a4f5-a0c9937dd6f2" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5f0da6f4-6efe-43ed-bf45-d902005aaea3" + "9b8f1f1c-579a-4916-9b10-37c13ec2e5b0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114411Z:5f0da6f4-6efe-43ed-bf45-d902005aaea3" + "EASTUS2:20211116T212024Z:9b8f1f1c-579a-4916-9b10-37c13ec2e5b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:10 GMT" - ], "Content-Length": [ "445" ], @@ -973,26 +973,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6761\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/as6761\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9594\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/as9594\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMzNzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/as6761\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/as9594\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "30b85c13-3a31-45bf-be85-1dcf293d5bef" + "b50fd1fa-08f8-4f05-be0c-a3e269a2c896" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,14 +1005,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/adf6a89d-46d2-4917-b644-982395e87a9e?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/88c7451b-2368-4fcf-8481-d319a9648bfe?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1024,29 +1031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "adf6a89d-46d2-4917-b644-982395e87a9e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "88c7451b-2368-4fcf-8481-d319a9648bfe" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "d84098f0-3395-4fb0-b986-a2dd0182b3aa" + "cdc9b5d6-6f86-4bb6-8930-203ccf6cf6d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114413Z:d84098f0-3395-4fb0-b986-a2dd0182b3aa" + "EASTUS2:20211116T212026Z:cdc9b5d6-6f86-4bb6-8930-203ccf6cf6d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:12 GMT" - ], "Content-Length": [ - "2404" + "2461" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,62 +1055,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"70716abe-6cd2-444d-b56a-acaf6a8084d5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/AS6761\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"792dff0e-4e7f-4725-9529-720a6a6c13fa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/AS9594\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-16T21:20:25.6737529+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/adf6a89d-46d2-4917-b644-982395e87a9e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hZGY2YTg5ZC00NmQyLTQ5MTctYjY0NC05ODIzOTVlODdhOWU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/88c7451b-2368-4fcf-8481-d319a9648bfe?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84OGM3NDUxYi0yMzY4LTRmY2YtODQ4MS1kMzE5YTk2NDhiZmU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:20:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8ca5f93-a481-4535-9118-2b220db65c54" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2166c1d4-2481-4542-8892-6c710f8602c7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "da63dbea-2997-4e4a-9bed-0a81f1f1c46e" + "564c0eb7-98e5-436e-92ae-6642391063c2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114423Z:da63dbea-2997-4e4a-9bed-0a81f1f1c46e" + "EASTUS2:20211116T212036Z:564c0eb7-98e5-436e-92ae-6642391063c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:44:22 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1119,59 +1119,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:44:12.5251281+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"adf6a89d-46d2-4917-b644-982395e87a9e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:20:25.580012+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88c7451b-2368-4fcf-8481-d319a9648bfe\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/adf6a89d-46d2-4917-b644-982395e87a9e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hZGY2YTg5ZC00NmQyLTQ5MTctYjY0NC05ODIzOTVlODdhOWU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/88c7451b-2368-4fcf-8481-d319a9648bfe?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84OGM3NDUxYi0yMzY4LTRmY2YtODQ4MS1kMzE5YTk2NDhiZmU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:21:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35a12a53-71f0-4944-afde-7e5e86f3c711" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "37c2e89c-de79-438b-ac23-80deeabc5f86" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "b7fee751-53de-4e2f-92d9-52f2dfcba8cb" + "a01f197b-4d4f-4095-ac5b-f4a2d5b4ab51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114513Z:b7fee751-53de-4e2f-92d9-52f2dfcba8cb" + "EASTUS2:20211116T212126Z:a01f197b-4d4f-4095-ac5b-f4a2d5b4ab51" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:45:13 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1180,59 +1180,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:44:12.5251281+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"adf6a89d-46d2-4917-b644-982395e87a9e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:20:25.580012+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88c7451b-2368-4fcf-8481-d319a9648bfe\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/adf6a89d-46d2-4917-b644-982395e87a9e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hZGY2YTg5ZC00NmQyLTQ5MTctYjY0NC05ODIzOTVlODdhOWU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/88c7451b-2368-4fcf-8481-d319a9648bfe?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84OGM3NDUxYi0yMzY4LTRmY2YtODQ4MS1kMzE5YTk2NDhiZmU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:22:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a70b803b-8011-42d0-8eec-eed721d503e8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9fea435b-95cd-4078-9cf5-0a6144963587" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "7d7df7fc-9e12-4bc8-b2d2-1d960ab7094a" + "37a556fb-26c1-4333-8519-432e1b31d9b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114603Z:7d7df7fc-9e12-4bc8-b2d2-1d960ab7094a" + "EASTUS2:20211116T212216Z:37a556fb-26c1-4333-8519-432e1b31d9b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:46:02 GMT" - ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1241,59 +1241,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:44:12.5251281+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"adf6a89d-46d2-4917-b644-982395e87a9e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:20:25.580012+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88c7451b-2368-4fcf-8481-d319a9648bfe\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/adf6a89d-46d2-4917-b644-982395e87a9e?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9hZGY2YTg5ZC00NmQyLTQ5MTctYjY0NC05ODIzOTVlODdhOWU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/88c7451b-2368-4fcf-8481-d319a9648bfe?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy84OGM3NDUxYi0yMzY4LTRmY2YtODQ4MS1kMzE5YTk2NDhiZmU/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:23:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7e1b00d-afd7-44a9-befd-172d33cc229e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "6ec9e9e7-6734-4b14-92c3-7fd70e4d3cab" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "0735b698-7f3e-4c92-af89-6d5658acf7f1" + "3d65e98a-b9be-4a24-8ac5-b177e3b71e3e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114653Z:0735b698-7f3e-4c92-af89-6d5658acf7f1" + "EASTUS2:20211116T212306Z:3d65e98a-b9be-4a24-8ac5-b177e3b71e3e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:46:52 GMT" - ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1302,59 +1302,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:44:12.5251281+00:00\",\r\n \"endTime\": \"2021-06-29T11:46:29.4738435+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"adf6a89d-46d2-4917-b644-982395e87a9e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:20:25.580012+00:00\",\r\n \"endTime\": \"2021-11-16T21:22:45.7370325+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"88c7451b-2368-4fcf-8481-d319a9648bfe\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMzNzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:23:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31989" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "465ba0a8-bbd1-4e88-9405-6a04234dd0ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1c55f62f-c0d6-4e8b-ba0b-e41ea57e77d6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "cd48631e-7093-44ec-857b-89cdc6394599" + "9270700a-0e3b-498e-9912-a1fb7b098bcc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114653Z:cd48631e-7093-44ec-857b-89cdc6394599" + "EASTUS2:20211116T212306Z:9270700a-0e3b-498e-9912-a1fb7b098bcc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:46:52 GMT" - ], "Content-Length": [ - "2796" + "2853" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,65 +1363,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"70716abe-6cd2-444d-b56a-acaf6a8084d5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/AS6761\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"792dff0e-4e7f-4725-9529-720a6a6c13fa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/AS9594\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:20:25.6737529+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNjQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMzNzE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26727bd1-a3e6-42b8-9056-0e5e5a0d8476" + "8bbd7adf-65e1-44ba-beee-db4c0458ef90" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:23:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2be6c388-bae2-469f-92f4-2fedc454f1a1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f398168d-0687-4983-aa9f-0ddcaf894acc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "c4bc295e-3508-48e8-b276-3e92697b367b" + "73f148ed-a9a3-4e94-b9da-d5e7f3e9dd7b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114653Z:c4bc295e-3508-48e8-b276-3e92697b367b" + "EASTUS2:20211116T212306Z:73f148ed-a9a3-4e94-b9da-d5e7f3e9dd7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:46:52 GMT" - ], "Content-Length": [ - "2796" + "2853" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1430,65 +1430,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"70716abe-6cd2-444d-b56a-acaf6a8084d5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/AS6761\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"792dff0e-4e7f-4725-9529-720a6a6c13fa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/AS9594\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:20:25.6737529+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNjQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMzNzE/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a20a6ae-64fc-4d00-b4fb-d79079c20035" + "b6a60383-87d2-40ac-a96c-5e822653e4fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31990" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "523b6f8a-e368-45b1-bbdc-8d4b85d53ed5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "777c4439-7a86-42b3-b292-b6745fba7387" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "ff93d1fb-da59-4b1f-895a-c6698b47e968" + "d6bc7516-87d0-4374-9726-c355ed4ee336" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115153Z:ff93d1fb-da59-4b1f-895a-c6698b47e968" + "EASTUS2:20211116T212806Z:d6bc7516-87d0-4374-9726-c355ed4ee336" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:53 GMT" - ], "Content-Length": [ - "4534" + "4595" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1497,65 +1497,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"70716abe-6cd2-444d-b56a-acaf6a8084d5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/AS6761\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:51:36+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:44:14.8221898+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:44:14.8221898+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:46:29.4426384+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"792dff0e-4e7f-4725-9529-720a6a6c13fa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/AS9594\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1032\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:28:00.011+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:20:27.8143574+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:20:27.8143574+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:22:45.7213981+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-16T21:20:25.6737529+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNjQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMzNzEvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d06eca21-e4df-407a-8650-64ee781503ae" + "e3966497-96b9-444e-97b8-42d428ea2637" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31989" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3c1e2936-47b6-4991-a901-2967e1b00133" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "55002d2b-e920-4089-855c-72322bdde198" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "5474e796-c55d-4b6c-8f01-3f2ace7bc9de" + "67892548-e917-41dc-91eb-76dbc47be342" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115153Z:5474e796-c55d-4b6c-8f01-3f2ace7bc9de" + "EASTUS2:20211116T212806Z:67892548-e917-41dc-91eb-76dbc47be342" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:53 GMT" - ], "Content-Length": [ - "1491" + "1495" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1564,65 +1564,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:51:36+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:44:14.8221898+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:44:14.8221898+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:46:29.4426384+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1032\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:28:00.011+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:20:27.8143574+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:20:27.8143574+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:22:45.7213981+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "496caae9-9ca4-4759-8be6-9b9a5d0494c3" + "6c669b71-1459-4c99-aed3-6f04025e0610" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;698" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "517bc86c-7c67-486b-b412-cc7ed060e842" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "54531dd2-21e7-4f9e-9c9a-572b9811947b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "500a884f-04e7-4dde-8115-945e0a60aa53" + "07e97e2e-0a10-4097-840f-4dc983ad2d06" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115153Z:500a884f-04e7-4dde-8115-945e0a60aa53" + "EASTUS2:20211116T212806Z:07e97e2e-0a10-4097-840f-4dc983ad2d06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:53 GMT" - ], "Content-Length": [ - "3125" + "3186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1631,65 +1631,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm9064\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"70716abe-6cd2-444d-b56a-acaf6a8084d5\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/AS6761\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/disks/vm9064_disk2_6b263f0a7eb04a3ca3a7bbeea78225ca\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Network/networkInterfaces/nic1712\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm3371\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"792dff0e-4e7f-4725-9529-720a6a6c13fa\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/AS9594\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_M64s\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": true,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/disks/vm3371_disk2_b84e93bd33444117a7b2a0526aa2585c\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Network/networkInterfaces/nic4810\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:20:25.6737529+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/virtualMachines/vm9064/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTkwNjQvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/virtualMachines/vm3371/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTMzNzEvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d93dc09-167a-4028-9c76-882ce511afb9" + "a97ab73d-bcdf-483c-b8c1-b990f2479e0f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "db41dae8-a9da-4c12-8381-29e91124ff48" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "58cc0ddd-61be-4b72-b521-acee82fcd66f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "f679fe22-4e6d-4cdb-80bb-4d74f67cc810" + "2ea90947-f03c-4a08-8d2b-ffe4f1924699" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115154Z:f679fe22-4e6d-4cdb-80bb-4d74f67cc810" + "EASTUS2:20211116T212806Z:2ea90947-f03c-4a08-8d2b-ffe4f1924699" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:53 GMT" - ], "Content-Length": [ - "8025" + "6570" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1698,63 +1698,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2795/providers/Microsoft.Compute/availabilitySets/as6761/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjI3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NzYxL3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar7867/providers/Microsoft.Compute/availabilitySets/as9594/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjc4NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NTk0L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1073453-644b-4b9e-b748-3632b056ed89" + "28e360b0-3134-4533-a13e-730082049447" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31987" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96f0a879-15e2-466e-b0b3-1f5ed10bc869" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "34033ae7-7480-4735-89c5-45dda18e28af" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "2ccd88b3-bbe1-4952-8939-a6f0b328fbb7" + "134b3e8d-c4fa-4a0f-b55e-ab94e25a56d2" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115154Z:2ccd88b3-bbe1-4952-8939-a6f0b328fbb7" + "EASTUS2:20211116T212806Z:134b3e8d-c4fa-4a0f-b55e-ab94e25a56d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:53 GMT" - ], "Content-Length": [ "8025" ], @@ -1769,21 +1769,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2795?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjI3OTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar7867?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjc4Njc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80776a91-265b-49e1-8c98-01d4a9647f59" + "8e8c12de-4ac9-4df6-ab45-b1dba9e9d270" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1791,11 +1791,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyNzk1LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI3ODY3LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1804,13 +1807,13 @@ "14999" ], "x-ms-request-id": [ - "d39b19d7-4e0b-4818-8e28-c2d084f03b45" + "f902ae73-ef66-40c2-97e8-0728125971e7" ], "x-ms-correlation-request-id": [ - "d39b19d7-4e0b-4818-8e28-c2d084f03b45" + "f902ae73-ef66-40c2-97e8-0728125971e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115154Z:d39b19d7-4e0b-4818-8e28-c2d084f03b45" + "EASTUS2:20211116T212808Z:f902ae73-ef66-40c2-97e8-0728125971e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1818,14 +1821,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1834,28 +1834,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar2795", - "crptestar148", - "as6761" + "crptestar7867", + "crptestar3484", + "as9594" ], "CreatePublicIP": [ - "pip1852", - "dn9526" + "pip5530", + "dn3514" ], "CreateVNET": [ - "vn2757", - "sn6039" + "vn963", + "sn3926" ], "CreateNIC": [ - "nic1712", - "ip8296" + "nic4810", + "ip9072" ], "CreateDefaultVMInput": [ - "crptestar2455", - "crptestar3436", - "crptestar4456", - "vm9064", - "Microsoft.Compute/virtualMachines5587" + "crptestar2336", + "crptestar4332", + "crptestar7913", + "vm3371", + "Microsoft.Compute/virtualMachines671" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_DiskEncryptionSet.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_DiskEncryptionSet.json index 3ada48907b141..032d3cd3959f4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_DiskEncryptionSet.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_DiskEncryptionSet.json @@ -1,62 +1,62 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff8bea46-2bb7-433d-b4e7-d15842f514be" + "8759cb99-96a1-425e-aee8-cefa9f4110e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" + "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132764247136259526" ], "x-ms-request-id": [ - "396de0a0-587b-4294-838a-ef4dc291c9ee" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b1b06665-1917-4547-90ef-4e13ea3deda5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "e702b1ae-b960-4fcc-af26-ad892446653a" + "44037b97-661c-48bb-a9ba-9ed9f1e4baef" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113520Z:e702b1ae-b960-4fcc-af26-ad892446653a" + "EASTUS2:20211117T181906Z:44037b97-661c-48bb-a9ba-9ed9f1e4baef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:19 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6048?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwNDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6636?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6048\": \"2021-06-29 11:35:20Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6636\": \"2021-11-17 18:19:06Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "34c16e4f-3552-4ac6-9a39-f44ef96832f1" + "f7da6573-5989-43a7-940e-979db8a0d563" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:06 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "91d34770-eaac-4eae-8dd6-4e272d8c455b" + "afeda08b-a4ee-4a66-b90d-ec34bd2f9201" ], "x-ms-correlation-request-id": [ - "91d34770-eaac-4eae-8dd6-4e272d8c455b" + "afeda08b-a4ee-4a66-b90d-ec34bd2f9201" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113520Z:91d34770-eaac-4eae-8dd6-4e272d8c455b" + "EASTUS2:20211117T181907Z:afeda08b-a4ee-4a66-b90d-ec34bd2f9201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:19 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048\",\r\n \"name\": \"crptestar6048\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6048\": \"2021-06-29 11:35:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636\",\r\n \"name\": \"crptestar6636\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6636\": \"2021-11-17 18:19:06Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/publicIPAddresses/pip9983?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk5ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/publicIPAddresses/pip5428?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2527\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6148\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23473572-40e0-4276-9908-1245f514820b" + "2bc98290-49b8-4c50-b261-f92e7bd07ec0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,46 +165,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:07 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6ca6cb94-7339-4023-8f70-7c3e97a53354" + "8efc825f-940a-4a9b-84ed-af56c1303be5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6ca6cb94-7339-4023-8f70-7c3e97a53354?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8efc825f-940a-4a9b-84ed-af56c1303be5?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "2d513aef-2f3a-48dd-b5ca-64c936f6ad35" + "2017ed50-b8f3-4a67-aec6-25738b32685a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c4486cbf-b52f-4388-bcc9-f623baa01cb5" + "eeb501dd-f877-4d1c-a2a7-54a3a793fecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113521Z:2d513aef-2f3a-48dd-b5ca-64c936f6ad35" + "EASTUS2:20211117T181908Z:2017ed50-b8f3-4a67-aec6-25738b32685a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:21 GMT" - ], "Content-Length": [ "757" ], @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/publicIPAddresses/pip9983\",\r\n \"etag\": \"W/\\\"9407a799-c05a-45e7-b7d5-113b4251203f\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fcd47e89-7f1a-4ee3-ac8a-a1f575ead501\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2527\",\r\n \"fqdn\": \"dn2527.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5428\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/publicIPAddresses/pip5428\",\r\n \"etag\": \"W/\\\"0bff0ef2-d575-4b58-8937-31d48e43a5c3\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8811000f-540b-4053-abbe-0bf5b3d58173\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6148\",\r\n \"fqdn\": \"dn6148.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/6ca6cb94-7339-4023-8f70-7c3e97a53354?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzZjYTZjYjk0LTczMzktNDAyMy04ZjcwLTdjM2U5N2E1MzM1ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8efc825f-940a-4a9b-84ed-af56c1303be5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlZmM4MjVmLTk0MGEtNGE5Yi04NGVkLWFmNTZjMTMwM2JlNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:08 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "c7a5c432-56f8-4557-b400-bdaeff7dd73b" + "a77c3b34-5385-4e03-a478-4dfc892e9a50" ], "x-ms-correlation-request-id": [ - "ea650c52-2ce6-4310-bafb-18c561f4489a" + "bd9e0c4b-fccb-48f3-8c8f-63f15c300cf9" ], "x-ms-arm-service-request-id": [ - "936adfe2-0406-49a9-a5fa-a7406ab6585b" + "e5909dd3-8bdc-40de-8d99-1739bfa35c9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211117T181909Z:bd9e0c4b-fccb-48f3-8c8f-63f15c300cf9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8efc825f-940a-4a9b-84ed-af56c1303be5?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhlZmM4MjVmLTk0MGEtNGE5Yi04NGVkLWFmNTZjMTMwM2JlNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 17 Nov 2021 18:19:10 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "5d313bf3-55f1-4881-ac8f-6a0b4a96e6fc" + ], + "x-ms-correlation-request-id": [ + "8874a918-d38b-43db-8e2e-cd470402e52b" + ], + "x-ms-arm-service-request-id": [ + "b3dfb0f7-b8dc-4894-9ee1-ae3d060a51b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113522Z:ea650c52-2ce6-4310-bafb-18c561f4489a" + "EASTUS2:20211117T181911Z:8874a918-d38b-43db-8e2e-cd470402e52b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:22 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +344,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/publicIPAddresses/pip9983?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk5ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/publicIPAddresses/pip5428?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +360,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e3088b1-bcd1-4ec6-8d76-3b9046a916be\"" + "W/\"7e7b556a-e092-437a-9e37-2ea463b602b5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bfbe8c9a-6631-496e-adc8-ed02b6ec5be4" + "601eda7a-d29a-4ce1-80ba-b07d8433d16f" ], "x-ms-correlation-request-id": [ - "c55b8da7-d76f-4dde-8bcc-8f2e2ad6a3be" + "91fe5f80-c446-4ee7-8403-152b3c4daeea" ], "x-ms-arm-service-request-id": [ - "ef69996d-7416-4e1c-8f69-5d5f0084d00d" + "f044c22f-5d92-4392-ba80-b0f53b5e6a92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113522Z:c55b8da7-d76f-4dde-8bcc-8f2e2ad6a3be" + "EASTUS2:20211117T181911Z:91fe5f80-c446-4ee7-8403-152b3c4daeea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:22 GMT" - ], "Content-Length": [ "758" ], @@ -340,25 +404,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/publicIPAddresses/pip9983\",\r\n \"etag\": \"W/\\\"6e3088b1-bcd1-4ec6-8d76-3b9046a916be\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fcd47e89-7f1a-4ee3-ac8a-a1f575ead501\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2527\",\r\n \"fqdn\": \"dn2527.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5428\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/publicIPAddresses/pip5428\",\r\n \"etag\": \"W/\\\"7e7b556a-e092-437a-9e37-2ea463b602b5\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8811000f-540b-4053-abbe-0bf5b3d58173\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6148\",\r\n \"fqdn\": \"dn6148.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/publicIPAddresses/pip9983?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk5ODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/publicIPAddresses/pip5428?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU0Mjg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c0c43bd-acf0-4e13-a6f5-e77e827b1663" + "d8075789-7454-4653-a2dc-ff919754ae57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,40 +430,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6e3088b1-bcd1-4ec6-8d76-3b9046a916be\"" + "W/\"7e7b556a-e092-437a-9e37-2ea463b602b5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f4be5824-ff3e-44c9-baf0-96334d01506e" + "dbdb790c-9b7a-47fc-b7d1-4e245bdf4c2f" ], "x-ms-correlation-request-id": [ - "0aa53618-7ff6-4336-836a-1ca6c49b3e4e" + "823ab7b5-ba24-44a3-a181-aff863a4f6d8" ], "x-ms-arm-service-request-id": [ - "328feb15-751e-4686-83c0-e5550c09a779" + "37a69194-5bd5-452f-afc9-b5f9e2004739" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113522Z:0aa53618-7ff6-4336-836a-1ca6c49b3e4e" + "EASTUS2:20211117T181911Z:823ab7b5-ba24-44a3-a181-aff863a4f6d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:22 GMT" - ], "Content-Length": [ "758" ], @@ -410,80 +474,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9983\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/publicIPAddresses/pip9983\",\r\n \"etag\": \"W/\\\"6e3088b1-bcd1-4ec6-8d76-3b9046a916be\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fcd47e89-7f1a-4ee3-ac8a-a1f575ead501\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2527\",\r\n \"fqdn\": \"dn2527.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip5428\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/publicIPAddresses/pip5428\",\r\n \"etag\": \"W/\\\"7e7b556a-e092-437a-9e37-2ea463b602b5\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8811000f-540b-4053-abbe-0bf5b3d58173\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn6148\",\r\n \"fqdn\": \"dn6148.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk5MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1535\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn67\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69d9cd71-8636-49d4-add6-aa5fa9d15de9" + "90e82608-062d-446c-a0cd-f964a95b4c47" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "293" + "291" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:10 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d38aa364-9bd2-4daa-8663-b011837e9c6c" + "0e844043-79ae-4d8e-a4eb-61a6aac1d734" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d38aa364-9bd2-4daa-8663-b011837e9c6c?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0e844043-79ae-4d8e-a4eb-61a6aac1d734?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "872d9ba9-cde8-40f9-a5a5-67ed36d9d66a" + "b53eff72-e6e8-4782-968e-f15227d14a62" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "19c61b00-711a-4ac4-ba0b-733cd5a47826" + "3da81804-10b2-4382-a1ec-5af1c1f979e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113522Z:872d9ba9-cde8-40f9-a5a5-67ed36d9d66a" + "EASTUS2:20211117T181911Z:b53eff72-e6e8-4782-968e-f15227d14a62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:22 GMT" - ], "Content-Length": [ - "1212" + "1208" ], "Content-Type": [ "application/json; charset=utf-8" @@ -492,19 +556,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9902\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902\",\r\n \"etag\": \"W/\\\"8532032b-16b5-4561-8787-848b94b6c6fd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8e1f0abf-4f9d-46e9-acfe-2b99a67fbfb8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535\",\r\n \"etag\": \"W/\\\"8532032b-16b5-4561-8787-848b94b6c6fd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393\",\r\n \"etag\": \"W/\\\"3e07f8c0-66ff-4963-bfe6-379175f0d857\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3dd696fc-329b-4b36-8ef5-39d636111d8e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67\",\r\n \"etag\": \"W/\\\"3e07f8c0-66ff-4963-bfe6-379175f0d857\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d38aa364-9bd2-4daa-8663-b011837e9c6c?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QzOGFhMzY0LTliZDItNGRhYS04NjYzLWIwMTE4MzdlOWM2Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0e844043-79ae-4d8e-a4eb-61a6aac1d734?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBlODQ0MDQzLTc5YWUtNGQ4ZS1hNGViLTYxYTZhYWMxZDczND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +576,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "22e68776-6836-4e50-b3d4-fbbe52cb65ab" + "9db3d1a3-8d1f-4c55-8911-5bfd9734eb9f" ], "x-ms-correlation-request-id": [ - "197b3844-583d-498b-a858-ce669e3d7ae5" + "ee366109-0cd8-4361-b364-74e50fc3fc8a" ], "x-ms-arm-service-request-id": [ - "3adaf017-6916-4d14-b88e-430417d7a368" + "27ecefd8-7839-4c38-912e-dcec4eeebe5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113525Z:197b3844-583d-498b-a858-ce669e3d7ae5" + "EASTUS2:20211117T181914Z:ee366109-0cd8-4361-b364-74e50fc3fc8a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:25 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +621,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk5MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzOTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,42 +637,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ee52ed62-95ce-4281-a2c5-b3e011380f2e\"" + "W/\"f30727cb-5e64-4e16-942c-7cb6744ef53c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ae95e819-780e-4e34-b3ba-0d3b64b74649" + "f8d1d610-0af6-4b94-965c-7899ead4dec5" ], "x-ms-correlation-request-id": [ - "f797ca4b-a92d-4bdb-ba99-ef4efdfd0026" + "794594b1-dcab-452f-ba25-5aae60c4aed3" ], "x-ms-arm-service-request-id": [ - "5f372ece-9af2-4719-a1f6-56e2a36d5211" + "efec254d-4d72-4517-b941-736388ad2b7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113525Z:f797ca4b-a92d-4bdb-ba99-ef4efdfd0026" + "EASTUS2:20211117T181914Z:794594b1-dcab-452f-ba25-5aae60c4aed3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:25 GMT" - ], "Content-Length": [ - "1214" + "1210" ], "Content-Type": [ "application/json; charset=utf-8" @@ -617,25 +681,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn9902\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902\",\r\n \"etag\": \"W/\\\"ee52ed62-95ce-4281-a2c5-b3e011380f2e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8e1f0abf-4f9d-46e9-acfe-2b99a67fbfb8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535\",\r\n \"etag\": \"W/\\\"ee52ed62-95ce-4281-a2c5-b3e011380f2e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn2393\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393\",\r\n \"etag\": \"W/\\\"f30727cb-5e64-4e16-942c-7cb6744ef53c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3dd696fc-329b-4b36-8ef5-39d636111d8e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67\",\r\n \"etag\": \"W/\\\"f30727cb-5e64-4e16-942c-7cb6744ef53c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk5MDIvc3VibmV0cy9zbjE1MzU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjIzOTMvc3VibmV0cy9zbjY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3dfcbfb2-6c27-4b32-8317-ee2c2024288f" + "d978a47a-8705-4b87-a214-4640b62189f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,42 +707,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ee52ed62-95ce-4281-a2c5-b3e011380f2e\"" + "W/\"f30727cb-5e64-4e16-942c-7cb6744ef53c\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b856bbcf-0157-4ec2-b3e3-bda8fb0b57bc" + "c730c197-21df-44ad-b190-88aaa29ac1c7" ], "x-ms-correlation-request-id": [ - "fc1e2732-0558-4320-92c0-61ed82f3eafa" + "4c5c5c86-5ce9-4228-a964-1046ae9ac101" ], "x-ms-arm-service-request-id": [ - "221cffd0-35de-4ee5-9844-bf01fc87480e" + "20154105-33e6-4fbc-86f1-9217ca627789" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113525Z:fc1e2732-0558-4320-92c0-61ed82f3eafa" + "EASTUS2:20211117T181914Z:4c5c5c86-5ce9-4228-a964-1046ae9ac101" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:25 GMT" - ], "Content-Length": [ - "523" + "519" ], "Content-Type": [ "application/json; charset=utf-8" @@ -687,77 +751,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535\",\r\n \"etag\": \"W/\\\"ee52ed62-95ce-4281-a2c5-b3e011380f2e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67\",\r\n \"etag\": \"W/\\\"f30727cb-5e64-4e16-942c-7cb6744ef53c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI1OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1535\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535\"\r\n }\r\n },\r\n \"name\": \"ip8299\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn67\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67\"\r\n }\r\n },\r\n \"name\": \"ip7925\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0716b5fc-c683-44ec-bf6e-d118a8c49743" + "6cc8ad30-09ca-4a1c-b434-fd90ff6d1177" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "742" + "738" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7b70d595-b7ba-4a98-b43f-acdea24b6dc7" + "c326b277-6710-4e03-b41d-ae0f81a871fa" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7b70d595-b7ba-4a98-b43f-acdea24b6dc7?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/c326b277-6710-4e03-b41d-ae0f81a871fa?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e2b21cea-c41c-4350-8317-63bb6520a53b" + "1fb8dad0-a82d-411f-8f84-6b4232314002" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4a257062-3898-49a4-99b0-9dde195599df" + "ae3716d2-cd61-49f7-a254-3fe41735aa4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113526Z:e2b21cea-c41c-4350-8317-63bb6520a53b" + "EASTUS2:20211117T181915Z:1fb8dad0-a82d-411f-8f84-6b4232314002" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:26 GMT" - ], "Content-Length": [ - "1625" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,19 +830,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\",\r\n \"etag\": \"W/\\\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eaf99a98-c65d-4973-9201-e50abd2d9119\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740/ipConfigurations/ip8299\",\r\n \"etag\": \"W/\\\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535\"\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\": \"x2fb5du3j5uunlh4fom0m535xa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2598\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\",\r\n \"etag\": \"W/\\\"8ac7a56f-32ca-43d1-8d50-eda80821c231\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aa2267c7-d00c-49c1-a1b0-2b5dddadea89\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7925\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598/ipConfigurations/ip7925\",\r\n \"etag\": \"W/\\\"8ac7a56f-32ca-43d1-8d50-eda80821c231\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67\"\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\": \"5slnmpm1gi1exdxvhhldmei3rg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI1OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,42 +850,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\"" + "W/\"8ac7a56f-32ca-43d1-8d50-eda80821c231\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c514b7db-3702-4867-a14e-4c3617444597" + "cd358bed-3f7c-4409-973d-b04b081a0d02" ], "x-ms-correlation-request-id": [ - "e10cc582-4e1d-4585-86e2-65f292947922" + "ccd528fc-d28a-4cdb-84fb-600ccd3335b8" ], "x-ms-arm-service-request-id": [ - "0d966985-945e-4e73-9e28-6dfec5b90365" + "034e0a17-507b-419f-814f-74eb98061986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113526Z:e10cc582-4e1d-4585-86e2-65f292947922" + "EASTUS2:20211117T181915Z:ccd528fc-d28a-4cdb-84fb-600ccd3335b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:26 GMT" - ], "Content-Length": [ - "1625" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,25 +894,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\",\r\n \"etag\": \"W/\\\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eaf99a98-c65d-4973-9201-e50abd2d9119\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740/ipConfigurations/ip8299\",\r\n \"etag\": \"W/\\\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535\"\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\": \"x2fb5du3j5uunlh4fom0m535xa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2598\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\",\r\n \"etag\": \"W/\\\"8ac7a56f-32ca-43d1-8d50-eda80821c231\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aa2267c7-d00c-49c1-a1b0-2b5dddadea89\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7925\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598/ipConfigurations/ip7925\",\r\n \"etag\": \"W/\\\"8ac7a56f-32ca-43d1-8d50-eda80821c231\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67\"\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\": \"5slnmpm1gi1exdxvhhldmei3rg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI1OTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9f47e0b-9878-4d33-97c4-85cbeacd70e0" + "607b07b4-5c74-430a-a481-b30b089dfbcc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,42 +920,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\"" + "W/\"8ac7a56f-32ca-43d1-8d50-eda80821c231\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6ba4148a-8f8e-4a3c-957c-af484f262cb1" + "03188f20-7fe3-48ce-934a-47c3964cf10c" ], "x-ms-correlation-request-id": [ - "0232b54a-d474-4de7-9472-617cb05e6405" + "38441cd9-a49c-4976-8b45-17f9b092dd9d" ], "x-ms-arm-service-request-id": [ - "e24400fb-6c27-4a21-8eed-a9587ac0a978" + "f2c912b2-88af-4a72-97a9-c6b8f0afee0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113526Z:0232b54a-d474-4de7-9472-617cb05e6405" + "EASTUS2:20211117T181915Z:38441cd9-a49c-4976-8b45-17f9b092dd9d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:26 GMT" - ], "Content-Length": [ - "1625" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -900,26 +964,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\",\r\n \"etag\": \"W/\\\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eaf99a98-c65d-4973-9201-e50abd2d9119\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8299\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740/ipConfigurations/ip8299\",\r\n \"etag\": \"W/\\\"4dee6e2a-f27a-46cd-b1b6-dc4ba1b712ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/virtualNetworks/vn9902/subnets/sn1535\"\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\": \"x2fb5du3j5uunlh4fom0m535xa.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2598\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\",\r\n \"etag\": \"W/\\\"8ac7a56f-32ca-43d1-8d50-eda80821c231\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aa2267c7-d00c-49c1-a1b0-2b5dddadea89\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7925\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598/ipConfigurations/ip7925\",\r\n \"etag\": \"W/\\\"8ac7a56f-32ca-43d1-8d50-eda80821c231\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/virtualNetworks/vn2393/subnets/sn67\"\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\": \"5slnmpm1gi1exdxvhhldmei3rg.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/as9592?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NTkyP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/as9431?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NDMxP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "907eb4a8-6d39-4ae2-a606-d33ee8e04645" + "6132dc64-3dcb-4dd2-a4de-4c0984c48187" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,37 +996,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "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": [ - "a9532bce-acdf-4792-97b3-8390486d290d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9e070108-868f-4f6d-be72-3dd01b029764" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5ef7b210-3fa8-42c0-9a24-b07b21f291c5" + "d923c552-8192-4167-887d-2d01b2f708fe" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113526Z:5ef7b210-3fa8-42c0-9a24-b07b21f291c5" + "EASTUS2:20211117T181915Z:d923c552-8192-4167-887d-2d01b2f708fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:26 GMT" - ], "Content-Length": [ "438" ], @@ -973,26 +1037,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as9592\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/as9592\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9431\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/as9431\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczMTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEzODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/as9592\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/as9431\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "020ddcd5-6d3d-40b5-88d9-9414783faf41" + "71706bf5-394c-41b4-952a-bc571490a648" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,46 +1069,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa9dbd20-5c91-4f74-9fff-406ba838bb86?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4a060d20-a052-4c85-bc98-600967417fd8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa9dbd20-5c91-4f74-9fff-406ba838bb86" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4a060d20-a052-4c85-bc98-600967417fd8" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "3fa0e5a4-ce6f-45e6-9bfc-fff58224cd6c" + "e72afd3f-100c-413e-9ea5-b9d4de041a9a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113528Z:3fa0e5a4-ce6f-45e6-9bfc-fff58224cd6c" + "EASTUS2:20211117T181916Z:e72afd3f-100c-413e-9ea5-b9d4de041a9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:27 GMT" - ], "Content-Length": [ "2752" ], @@ -1055,62 +1119,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7314\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e71ad3d-a788-4642-b6e0-cb1c01f3c8f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/AS9592\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1382\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ce6760a0-8625-4c49-ab3e-e84c8a367923\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/AS9431\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa9dbd20-5c91-4f74-9fff-406ba838bb86?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhOWRiZDIwLTVjOTEtNGY3NC05ZmZmLTQwNmJhODM4YmI4Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4a060d20-a052-4c85-bc98-600967417fd8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRhMDYwZDIwLWEwNTItNGM4NS1iYzk4LTYwMDk2NzQxN2ZkOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:19:25 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cc73263c-f558-479a-b0e7-73b152beaa04" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c20f53d6-ccf3-4bbf-91f6-b98a27fec6c7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "e83f0259-8d32-40c0-82c6-1ac66f1c5b02" + "56ffe8da-59f9-47c7-bd3a-7a11b6946684" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113538Z:e83f0259-8d32-40c0-82c6-1ac66f1c5b02" + "EASTUS2:20211117T181926Z:56ffe8da-59f9-47c7-bd3a-7a11b6946684" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:37 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1119,59 +1183,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:35:27.409484+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa9dbd20-5c91-4f74-9fff-406ba838bb86\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T18:19:15.7914048+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4a060d20-a052-4c85-bc98-600967417fd8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa9dbd20-5c91-4f74-9fff-406ba838bb86?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhOWRiZDIwLTVjOTEtNGY3NC05ZmZmLTQwNmJhODM4YmI4Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4a060d20-a052-4c85-bc98-600967417fd8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRhMDYwZDIwLWEwNTItNGM4NS1iYzk4LTYwMDk2NzQxN2ZkOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:20:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d6f259a-4366-461e-8238-fdec9f4a3b46" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6659222-7cbe-4672-a7f6-a217c414f0f8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "9ea5f392-07b0-4723-9499-fb637e91af45" + "c5ee7580-2e02-4ae8-8853-38be6a0ca029" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113628Z:9ea5f392-07b0-4723-9499-fb637e91af45" + "EASTUS2:20211117T182016Z:c5ee7580-2e02-4ae8-8853-38be6a0ca029" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:36:27 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1180,59 +1244,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:35:27.409484+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa9dbd20-5c91-4f74-9fff-406ba838bb86\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T18:19:15.7914048+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4a060d20-a052-4c85-bc98-600967417fd8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa9dbd20-5c91-4f74-9fff-406ba838bb86?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhOWRiZDIwLTVjOTEtNGY3NC05ZmZmLTQwNmJhODM4YmI4Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4a060d20-a052-4c85-bc98-600967417fd8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRhMDYwZDIwLWEwNTItNGM4NS1iYzk4LTYwMDk2NzQxN2ZkOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:21:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "822cd513-6494-49b9-ab43-231ff64a8975" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "336605eb-fdc0-47ff-a964-f0c895ea220d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "65a8f084-350c-4d83-aeb4-c6fe4269f862" + "ae6b8460-94f7-4586-b2ca-38f390575441" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113718Z:65a8f084-350c-4d83-aeb4-c6fe4269f862" + "EASTUS2:20211117T182106Z:ae6b8460-94f7-4586-b2ca-38f390575441" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:37:18 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1241,59 +1305,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:35:27.409484+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa9dbd20-5c91-4f74-9fff-406ba838bb86\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T18:19:15.7914048+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4a060d20-a052-4c85-bc98-600967417fd8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa9dbd20-5c91-4f74-9fff-406ba838bb86?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhOWRiZDIwLTVjOTEtNGY3NC05ZmZmLTQwNmJhODM4YmI4Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4a060d20-a052-4c85-bc98-600967417fd8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRhMDYwZDIwLWEwNTItNGM4NS1iYzk4LTYwMDk2NzQxN2ZkOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:21:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b0bf1199-1041-45d6-a8cc-8e78c4e6deab" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d21e9683-88cb-4ade-b830-0cc2959ef5ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "a025068c-72d0-4b20-af40-c62a263f8121" + "1a1bf448-630a-4910-9334-3803b69bfb03" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113808Z:a025068c-72d0-4b20-af40-c62a263f8121" + "EASTUS2:20211117T182156Z:1a1bf448-630a-4910-9334-3803b69bfb03" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:38:07 GMT" - ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1302,59 +1366,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:35:27.409484+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fa9dbd20-5c91-4f74-9fff-406ba838bb86\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T18:19:15.7914048+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4a060d20-a052-4c85-bc98-600967417fd8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fa9dbd20-5c91-4f74-9fff-406ba838bb86?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZhOWRiZDIwLTVjOTEtNGY3NC05ZmZmLTQwNmJhODM4YmI4Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/4a060d20-a052-4c85-bc98-600967417fd8?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRhMDYwZDIwLWEwNTItNGM4NS1iYzk4LTYwMDk2NzQxN2ZkOD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:22:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e4062ae-5d88-4e7f-8b54-bfc20e4f011d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc7271be-a5b0-48da-a5af-000a022d2e79" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "231130dd-17e3-4190-9df3-26588c7864d5" + "ff64fcf0-2254-4f39-9d61-910edb5e65cb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113858Z:231130dd-17e3-4190-9df3-26588c7864d5" + "EASTUS2:20211117T182246Z:ff64fcf0-2254-4f39-9d61-910edb5e65cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:38:58 GMT" - ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,57 +1427,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:35:27.409484+00:00\",\r\n \"endTime\": \"2021-06-29T11:38:33.1758423+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fa9dbd20-5c91-4f74-9fff-406ba838bb86\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-17T18:19:15.7914048+00:00\",\r\n \"endTime\": \"2021-11-17T18:22:06.4118066+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4a060d20-a052-4c85-bc98-600967417fd8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczMTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEzODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:22:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31984" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba7656a1-e386-46e2-8e5f-3cd59bb6e197" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "169cbf6a-30b7-4bb1-9534-f2b197a55349" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "750b35d4-288f-46cd-8c33-53249006098c" + "34fd15bd-777e-4320-bf37-03aab176aee1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113858Z:750b35d4-288f-46cd-8c33-53249006098c" + "EASTUS2:20211117T182246Z:34fd15bd-777e-4320-bf37-03aab176aee1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:38:58 GMT" - ], "Content-Length": [ "3144" ], @@ -1424,63 +1488,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7314\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e71ad3d-a788-4642-b6e0-cb1c01f3c8f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/AS9592\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1382\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ce6760a0-8625-4c49-ab3e-e84c8a367923\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/AS9431\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1382_disk2_b7e30855532e42098bbb00274d724b85\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/vm1382_disk2_b7e30855532e42098bbb00274d724b85\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczMTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEzODI/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b8ae6be-de4b-4ac2-b4ea-06e5ebaba5b9" + "3ca66fd0-1aad-4e11-accf-b188c0454a96" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:22:45 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31983" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7c95380-cb5b-4620-ab02-ef1ff5f4376d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "07fb1e64-4d47-4388-b7b3-3e0bdc80e38d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "16c1a844-b8c7-4814-bf01-40a8a89f92c5" + "06db9438-8585-47f7-9f22-7981fa4968d7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113858Z:16c1a844-b8c7-4814-bf01-40a8a89f92c5" + "EASTUS2:20211117T182246Z:06db9438-8585-47f7-9f22-7981fa4968d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:38:58 GMT" - ], "Content-Length": [ "3144" ], @@ -1491,65 +1555,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7314\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e71ad3d-a788-4642-b6e0-cb1c01f3c8f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/AS9592\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1382\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ce6760a0-8625-4c49-ab3e-e84c8a367923\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/AS9431\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1382_disk2_b7e30855532e42098bbb00274d724b85\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/vm1382_disk2_b7e30855532e42098bbb00274d724b85\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczMTQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEzODI/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51da0178-e05e-4b32-81c3-87b09a2c15b8" + "1f7f9348-526b-43b7-b5cc-21b5b0c70a9f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:27:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0576ac70-1238-48d1-9058-c60927f1a809" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e6d90739-25ad-41c4-821f-8f1942fb65a2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2bd8487d-6539-49d3-bbb0-ea12099d07e4" + "f24daf55-6b32-4904-a125-2ad707d4a981" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114358Z:2bd8487d-6539-49d3-bbb0-ea12099d07e4" + "EASTUS2:20211117T182746Z:f24daf55-6b32-4904-a125-2ad707d4a981" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:58 GMT" - ], "Content-Length": [ - "4882" + "4881" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1558,65 +1622,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7314\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e71ad3d-a788-4642-b6e0-cb1c01f3c8f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/AS9592\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:43:26+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:35:31.2845314+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:35:31.2845314+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:38:33.1446653+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1382\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ce6760a0-8625-4c49-ab3e-e84c8a367923\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/AS9431\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1382_disk2_b7e30855532e42098bbb00274d724b85\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/vm1382_disk2_b7e30855532e42098bbb00274d724b85\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T18:27:24+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T18:19:19.0415964+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1382_disk2_b7e30855532e42098bbb00274d724b85\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T18:19:19.0415964+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T18:22:06.396274+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczMTQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEzODIvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8e63a7d-33d6-4994-89c6-5c5c470346d1" + "429da3ff-3335-403b-bf7e-9181d3b39769" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:27:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31980" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f2220ec-bb08-4685-b368-cd8b094eea6a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3f92045c-2559-4ae7-b851-ca3795ff24a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "61a4c2e5-078f-4b29-8fb8-5f6d7679bdd6" + "5b2d0a08-3b26-491a-9180-7f7aba150869" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114358Z:61a4c2e5-078f-4b29-8fb8-5f6d7679bdd6" + "EASTUS2:20211117T182746Z:5b2d0a08-3b26-491a-9180-7f7aba150869" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:58 GMT" - ], "Content-Length": [ - "1491" + "1490" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1625,63 +1689,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:43:26+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:35:31.2845314+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:35:31.2845314+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:38:33.1446653+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-17T18:27:24+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T18:19:19.0415964+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1382_disk2_b7e30855532e42098bbb00274d724b85\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T18:19:19.0415964+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-17T18:22:06.396274+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0eec099-02bd-4c40-a4d1-2121a3a1d0ce" + "ac78e0ee-1563-4883-97fc-4f631bc2b9d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:27:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;696" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba0f83d3-cac8-4070-b486-31ba7a712f4e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "570992e2-f25c-4ed2-b513-3babf5fa6a5b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "6687fdfb-bbf5-4e47-b5f2-a41eb7a97515" + "7df8d383-d5f8-4c17-b0f0-7c30936992c9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114358Z:6687fdfb-bbf5-4e47-b5f2-a41eb7a97515" + "EASTUS2:20211117T182746Z:7df8d383-d5f8-4c17-b0f0-7c30936992c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:58 GMT" - ], "Content-Length": [ "3489" ], @@ -1692,65 +1756,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm7314\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5e71ad3d-a788-4642-b6e0-cb1c01f3c8f2\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/AS9592\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/disks/vm7314_disk2_62d7ffc9acc742989d1606f4f6fd4e5c\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Network/networkInterfaces/nic3740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm1382\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ce6760a0-8625-4c49-ab3e-e84c8a367923\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/AS9431\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1382_disk2_b7e30855532e42098bbb00274d724b85\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"diskEncryptionSet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGforSDKtestResources/providers/Microsoft.Compute/diskEncryptionSets/DESforTest\"\r\n },\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/disks/vm1382_disk2_b7e30855532e42098bbb00274d724b85\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Network/networkInterfaces/nic2598\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/virtualMachines/vm7314/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTczMTQvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/virtualMachines/vm1382/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTEzODIvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c020d69-0d9a-4d99-b13d-df77a9c4485a" + "db449a5c-45e7-47b5-860f-395a2aa4946b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:27:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c034a803-54ff-4966-8023-63bc0c7bfbc5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fa066c3b-77c7-41be-8909-63a8095b9da1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "1cb07a81-981f-4aa0-913f-4fc544e56cc8" + "d673b074-49ae-4cbd-9794-bf46e87287c4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114358Z:1cb07a81-981f-4aa0-913f-4fc544e56cc8" + "EASTUS2:20211117T182746Z:d673b074-49ae-4cbd-9794-bf46e87287c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:58 GMT" - ], "Content-Length": [ - "56572" + "7301" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1759,65 +1823,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6048/providers/Microsoft.Compute/availabilitySets/as9592/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYwNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NTkyL3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6636/providers/Microsoft.Compute/availabilitySets/as9431/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY2MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NDMxL3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93411efa-aca9-4ead-a935-ec7987293968" + "762e894f-1f18-44ee-99de-ae4e026e84b2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:27:46 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "749c0e3d-936e-42ec-87bd-43ae4fe2a1ef" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8be05535-462c-4c14-bb18-fd3726828106" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "d274dff4-68cd-4b05-ac87-3abae0347e4c" + "4f65292b-6c71-4ba9-b431-3a14fe645a1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114358Z:d274dff4-68cd-4b05-ac87-3abae0347e4c" + "EASTUS2:20211117T182746Z:4f65292b-6c71-4ba9-b431-3a14fe645a1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:58 GMT" - ], "Content-Length": [ - "56572" + "7301" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1826,25 +1890,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6048?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYwNDg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6636?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY2MzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31c0be87-ef94-449a-8189-32c5cad2b75e" + "65ad45d1-ddba-458e-89c7-eb27cfa9dd2d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1852,11 +1916,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Wed, 17 Nov 2021 18:27:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MDQ4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NjM2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1865,13 +1932,13 @@ "14999" ], "x-ms-request-id": [ - "cb505b8c-5409-4e07-aa51-cbe162ec3701" + "e3ff0b59-b732-4067-b1dd-4c9330c0bf7e" ], "x-ms-correlation-request-id": [ - "cb505b8c-5409-4e07-aa51-cbe162ec3701" + "e3ff0b59-b732-4067-b1dd-4c9330c0bf7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T114358Z:cb505b8c-5409-4e07-aa51-cbe162ec3701" + "EASTUS2:20211117T182747Z:e3ff0b59-b732-4067-b1dd-4c9330c0bf7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1879,14 +1946,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:43:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1895,28 +1959,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar6048", - "crptestar4941", - "as9592" + "crptestar6636", + "crptestar1704", + "as9431" ], "CreatePublicIP": [ - "pip9983", - "dn2527" + "pip5428", + "dn6148" ], "CreateVNET": [ - "vn9902", - "sn1535" + "vn2393", + "sn67" ], "CreateNIC": [ - "nic3740", - "ip8299" + "nic2598", + "ip7925" ], "CreateDefaultVMInput": [ - "crptestar5809", - "crptestar6643", - "crptestar8560", - "vm7314", - "Microsoft.Compute/virtualMachines2272" + "crptestar4217", + "crptestar3405", + "crptestar524", + "vm1382", + "Microsoft.Compute/virtualMachines2623" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_PirImage_Zones.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_PirImage_Zones.json index 212cc236c29a9..54350117b2cb8 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_PirImage_Zones.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_PirImage_Zones.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3ee8463-20d2-4a31-8810-aea28026be1c" + "8286f619-0eff-43ab-8326-4f4a9b372ea9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "a2fd6c96-555b-479c-8d19-691f6a1a7a81" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9872baf2-e7ac-4ba1-9971-3405afb18a1e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "247bf113-377f-4ff0-b9a1-41ebbdc37d69" + "97094624-86b1-40d0-8d12-a94b95293eee" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120824Z:247bf113-377f-4ff0-b9a1-41ebbdc37d69" + "EASTUS2:20211116T214528Z:97094624-86b1-40d0-8d12-a94b95293eee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:23 GMT" - ], "Content-Length": [ "309" ], @@ -71,34 +71,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6546?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY1NDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar933?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6546\": \"2021-06-29 12:08:24Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar933\": \"2021-11-16 21:45:28Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0bb9224e-8f4e-4a30-b142-036a47d6e83d" + "04fd8bb1-6be3-443f-a8d4-ec4f113e0acf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "93" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "edf0c9f1-77f9-4087-a9e0-db8c73e3afe9" + "6073ab08-a075-41cd-bb61-39cf2634704a" ], "x-ms-correlation-request-id": [ - "edf0c9f1-77f9-4087-a9e0-db8c73e3afe9" + "6073ab08-a075-41cd-bb61-39cf2634704a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120824Z:edf0c9f1-77f9-4087-a9e0-db8c73e3afe9" + "EASTUS2:20211116T214528Z:6073ab08-a075-41cd-bb61-39cf2634704a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:23 GMT" - ], "Content-Length": [ - "228" + "225" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546\",\r\n \"name\": \"crptestar6546\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar6546\": \"2021-06-29 12:08:24Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933\",\r\n \"name\": \"crptestar933\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar933\": \"2021-11-16 21:45:28Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/publicIPAddresses/pip5946?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/publicIPAddresses/pip6604?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjYwND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8404\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4035\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90aaa06e-77ed-44d1-b5de-7c9ec1c37a62" + "48e0bf0b-2a7b-42d0-89b4-5905cf6bb1d5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,48 +165,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:29 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d3de5b10-2e45-46a3-91b0-0163985f6a1b" + "72ec66df-ab8a-4892-9153-63da63713d3a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d3de5b10-2e45-46a3-91b0-0163985f6a1b?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/72ec66df-ab8a-4892-9153-63da63713d3a?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "c03218a5-d86e-4498-9f66-89613f4c6b8f" + "6db66aee-773f-41c2-b537-6e2255c602d2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "497db423-69ec-4839-b384-826bcee889f4" + "255f18d3-e69f-472d-bf07-a225155ae18a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120825Z:c03218a5-d86e-4498-9f66-89613f4c6b8f" + "EASTUS2:20211116T214529Z:6db66aee-773f-41c2-b537-6e2255c602d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:24 GMT" - ], "Content-Length": [ - "757" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5946\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/publicIPAddresses/pip5946\",\r\n \"etag\": \"W/\\\"bf72f4b8-d316-4e4f-9408-155486fb9c06\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"49c53dea-19ae-46ce-b634-549ab9b54e9d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8404\",\r\n \"fqdn\": \"dn8404.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/publicIPAddresses/pip6604\",\r\n \"etag\": \"W/\\\"f5cb44bf-9324-400b-92e6-8e09ec073cea\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6a780d79-a594-4292-aa37-5a81eafccc25\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4035\",\r\n \"fqdn\": \"dn4035.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d3de5b10-2e45-46a3-91b0-0163985f6a1b?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QzZGU1YjEwLTJlNDUtNDZhMy05MWIwLTAxNjM5ODVmNmExYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/72ec66df-ab8a-4892-9153-63da63713d3a?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzcyZWM2NmRmLWFiOGEtNDg5Mi05MTUzLTYzZGE2MzcxM2QzYT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "909d586b-3540-4424-9428-548c89846e82" + "f94775cb-bc64-43cc-a012-d7ee46a53f17" ], "x-ms-correlation-request-id": [ - "3626be27-35c9-49da-9562-170b0e82276b" + "0ea6ddb1-bf98-4c33-ade9-71bf5816b798" ], "x-ms-arm-service-request-id": [ - "ca924607-e3bf-411b-a40e-4a2e9f37f94a" + "5b650317-6ce0-4e38-adda-46112439e1bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120826Z:3626be27-35c9-49da-9562-170b0e82276b" + "EASTUS2:20211116T214530Z:0ea6ddb1-bf98-4c33-ade9-71bf5816b798" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:25 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +280,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/publicIPAddresses/pip5946?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/publicIPAddresses/pip6604?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjYwND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,42 +296,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f1bca856-2b39-4574-8f79-fb0d8880e7e6\"" + "W/\"83f9fdf4-1239-4eb0-9c69-211060d954cb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7974650e-72f1-41e8-a5cc-a051f919c643" + "6ace2030-6853-4fc3-b295-0c7d4351bb87" ], "x-ms-correlation-request-id": [ - "40357002-46e6-4234-aeeb-dc00254bea92" + "e57ccba4-c4fe-49d5-93ad-828a87fecb1b" ], "x-ms-arm-service-request-id": [ - "b4c3e9f5-4b58-45c3-b53e-3b8a0063ffb0" + "9aee9808-beab-471b-8e0c-ba502ed959bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120826Z:40357002-46e6-4234-aeeb-dc00254bea92" + "EASTUS2:20211116T214530Z:e57ccba4-c4fe-49d5-93ad-828a87fecb1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:25 GMT" - ], "Content-Length": [ - "758" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -340,25 +340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5946\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/publicIPAddresses/pip5946\",\r\n \"etag\": \"W/\\\"f1bca856-2b39-4574-8f79-fb0d8880e7e6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"49c53dea-19ae-46ce-b634-549ab9b54e9d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8404\",\r\n \"fqdn\": \"dn8404.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/publicIPAddresses/pip6604\",\r\n \"etag\": \"W/\\\"83f9fdf4-1239-4eb0-9c69-211060d954cb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6a780d79-a594-4292-aa37-5a81eafccc25\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4035\",\r\n \"fqdn\": \"dn4035.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/publicIPAddresses/pip5946?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDU5NDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/publicIPAddresses/pip6604?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjYwND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec92d47d-8afa-4ec0-bb54-c528a78f9663" + "721fdbae-0170-4476-8542-f5907b17e4e0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,42 +366,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"f1bca856-2b39-4574-8f79-fb0d8880e7e6\"" + "W/\"83f9fdf4-1239-4eb0-9c69-211060d954cb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a18d1086-ca44-4f3c-891f-99d337871cdd" + "2ebbc591-a57a-4541-939d-2b5f54e68f36" ], "x-ms-correlation-request-id": [ - "d9b5ef91-f56f-4ecf-ace5-08384c0d5afd" + "1e463a79-0ba5-41c4-b7b4-87b0f02f3e3c" ], "x-ms-arm-service-request-id": [ - "a2b23afe-06cd-4ee6-b3cb-cab7df332a99" + "a4349dc2-17ac-4232-82fb-fa0e76d4fe78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120826Z:d9b5ef91-f56f-4ecf-ace5-08384c0d5afd" + "EASTUS2:20211116T214530Z:1e463a79-0ba5-41c4-b7b4-87b0f02f3e3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:25 GMT" - ], "Content-Length": [ - "758" + "757" ], "Content-Type": [ "application/json; charset=utf-8" @@ -410,25 +410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip5946\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/publicIPAddresses/pip5946\",\r\n \"etag\": \"W/\\\"f1bca856-2b39-4574-8f79-fb0d8880e7e6\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"49c53dea-19ae-46ce-b634-549ab9b54e9d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8404\",\r\n \"fqdn\": \"dn8404.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6604\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/publicIPAddresses/pip6604\",\r\n \"etag\": \"W/\\\"83f9fdf4-1239-4eb0-9c69-211060d954cb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6a780d79-a594-4292-aa37-5a81eafccc25\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4035\",\r\n \"fqdn\": \"dn4035.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc5OTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNDUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn1163\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6868\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd6533de-1757-4e5a-91a2-0a19354f45e7" + "44ae09fa-b2d9-4aa3-a358-cac90c843b7c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -442,48 +442,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8cc54627-a98f-4d9c-9854-d6683cf04a97" + "d30bab54-3d22-4a54-a836-cfa4fd0768b8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8cc54627-a98f-4d9c-9854-d6683cf04a97?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d30bab54-3d22-4a54-a836-cfa4fd0768b8?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "bf2f292a-8d86-41a3-8862-704fd37b67ee" + "5917a2b7-15f0-47be-8fca-99085b702dde" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "18a78833-8965-463d-b268-aa1b2bae9363" + "5275ba21-2b13-4fa4-b952-6fcd38770209" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120826Z:bf2f292a-8d86-41a3-8862-704fd37b67ee" + "EASTUS2:20211116T214530Z:5917a2b7-15f0-47be-8fca-99085b702dde" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:26 GMT" - ], "Content-Length": [ - "1212" + "1207" ], "Content-Type": [ "application/json; charset=utf-8" @@ -492,19 +492,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7999\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999\",\r\n \"etag\": \"W/\\\"b896ed5d-2f5e-4b20-9608-2d9d0ff1cf28\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d0846ff7-e878-4c18-ac84-b84451c63902\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163\",\r\n \"etag\": \"W/\\\"b896ed5d-2f5e-4b20-9608-2d9d0ff1cf28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn450\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450\",\r\n \"etag\": \"W/\\\"849d1fb7-5738-4867-b35e-5a372a82bc86\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8cf3f245-6882-49cd-9de1-41de30130dd5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6868\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868\",\r\n \"etag\": \"W/\\\"849d1fb7-5738-4867-b35e-5a372a82bc86\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/8cc54627-a98f-4d9c-9854-d6683cf04a97?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzhjYzU0NjI3LWE5OGYtNGQ5Yy05ODU0LWQ2NjgzY2YwNGE5Nz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d30bab54-3d22-4a54-a836-cfa4fd0768b8?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2QzMGJhYjU0LTNkMjItNGE1NC1hODM2LWNmYTRmZDA3NjhiOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +512,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8711866e-138f-47ea-8e2c-638ce16f427b" + "c56cf450-2c75-4cd9-925d-37ad5f73ade5" ], "x-ms-correlation-request-id": [ - "fc434dc6-f750-42ff-8a3b-c410cdd08b8b" + "b22fdfa7-881d-4c78-8ef8-a811733dd63f" ], "x-ms-arm-service-request-id": [ - "e3cd57c4-1832-4065-9e58-d08c3090972e" + "76f196b2-8a03-4e75-bab6-7e35adfafe7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120829Z:fc434dc6-f750-42ff-8a3b-c410cdd08b8b" + "EASTUS2:20211116T214533Z:b22fdfa7-881d-4c78-8ef8-a811733dd63f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:29 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +557,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc5OTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNDUwP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,42 +573,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"87f28a45-6095-46db-bdc9-9330f55830c3\"" + "W/\"a13b1979-611f-410e-922e-7f6881cd6b10\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0ce106ad-b0dd-4198-a662-d9582d1b1572" + "e8822901-7cab-41f9-95ff-a3ec49ea29b1" ], "x-ms-correlation-request-id": [ - "ddfdb98a-2819-4429-b2dc-170864c168ee" + "2f7a1fbc-efa2-4521-897b-52e0799381d4" ], "x-ms-arm-service-request-id": [ - "c1e6c89a-d600-46d7-ab52-ae086ce43dfa" + "fabe88c4-2c1d-47af-bdde-dea45df877ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120829Z:ddfdb98a-2819-4429-b2dc-170864c168ee" + "EASTUS2:20211116T214533Z:2f7a1fbc-efa2-4521-897b-52e0799381d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:29 GMT" - ], "Content-Length": [ - "1214" + "1209" ], "Content-Type": [ "application/json; charset=utf-8" @@ -617,25 +617,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7999\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999\",\r\n \"etag\": \"W/\\\"87f28a45-6095-46db-bdc9-9330f55830c3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d0846ff7-e878-4c18-ac84-b84451c63902\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn1163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163\",\r\n \"etag\": \"W/\\\"87f28a45-6095-46db-bdc9-9330f55830c3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn450\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450\",\r\n \"etag\": \"W/\\\"a13b1979-611f-410e-922e-7f6881cd6b10\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8cf3f245-6882-49cd-9de1-41de30130dd5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6868\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868\",\r\n \"etag\": \"W/\\\"a13b1979-611f-410e-922e-7f6881cd6b10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc5OTkvc3VibmV0cy9zbjExNjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuNDUwL3N1Ym5ldHMvc242ODY4P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56be4dcf-acd8-47a3-a164-3ff58df80247" + "bdb758a1-7fd9-4662-ad51-8a738727db73" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,42 +643,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"87f28a45-6095-46db-bdc9-9330f55830c3\"" + "W/\"a13b1979-611f-410e-922e-7f6881cd6b10\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f765b06c-9842-4fc1-8387-892858231006" + "431a5757-51e7-46ff-8d71-f4fafdeeae07" ], "x-ms-correlation-request-id": [ - "02a9f9b2-8ccf-40fb-9582-82a623e80885" + "b8fef441-8778-448b-9059-0e74ffc92e77" ], "x-ms-arm-service-request-id": [ - "2cdd99f5-546f-4033-8d19-398f686b7931" + "8737b797-47cd-46b2-bf4f-26336ec9b028" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120830Z:02a9f9b2-8ccf-40fb-9582-82a623e80885" + "EASTUS2:20211116T214533Z:b8fef441-8778-448b-9059-0e74ffc92e77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:29 GMT" - ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -687,77 +687,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn1163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163\",\r\n \"etag\": \"W/\\\"87f28a45-6095-46db-bdc9-9330f55830c3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn6868\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868\",\r\n \"etag\": \"W/\\\"a13b1979-611f-410e-922e-7f6881cd6b10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQ1Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn1163\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163\"\r\n }\r\n },\r\n \"name\": \"ip7876\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6868\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868\"\r\n }\r\n },\r\n \"name\": \"ip4668\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e3760731-cba1-4554-9bec-b2192fb771ad" + "20fcb259-ad2d-488c-946d-4de88c93472b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "742" + "740" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "04354a48-b48c-42d2-8585-4cd0547917d8" + "153bc286-d47a-47a1-88dd-e99730e2d78d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/04354a48-b48c-42d2-8585-4cd0547917d8?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/153bc286-d47a-47a1-88dd-e99730e2d78d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "fbba8a30-9416-4637-a9fb-736aa3ce5649" + "5d597036-7053-404c-8cd6-9d3e4b2207d0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8b38070a-df21-4d61-ad09-109a5afceb78" + "3dd34808-f6e2-4532-b2b9-db7570c609d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120830Z:fbba8a30-9416-4637-a9fb-736aa3ce5649" + "EASTUS2:20211116T214534Z:5d597036-7053-404c-8cd6-9d3e4b2207d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:29 GMT" - ], "Content-Length": [ - "1625" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,19 +766,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6904\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\",\r\n \"etag\": \"W/\\\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"128b6eba-5507-48fa-9cef-a167916360d5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904/ipConfigurations/ip7876\",\r\n \"etag\": \"W/\\\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163\"\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\": \"43xyjudy3amezleexbcfdrrzac.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9453\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\",\r\n \"etag\": \"W/\\\"ca75f752-650b-463e-88ad-1e33c27d11f7\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c00d4d1a-4675-4ec5-b458-8d12f847ef68\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453/ipConfigurations/ip4668\",\r\n \"etag\": \"W/\\\"ca75f752-650b-463e-88ad-1e33c27d11f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868\"\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\": \"ixzphdecndguthpbihpdaeyn0f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQ1Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,42 +786,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\"" + "W/\"ca75f752-650b-463e-88ad-1e33c27d11f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "70f40bf5-ba1c-4188-a30c-ec3486696501" + "380f2b72-71f1-4d09-85de-7287297cd367" ], "x-ms-correlation-request-id": [ - "27a18712-0a5d-4d67-bccb-a8168a8db045" + "9927cddb-900b-4c5b-9691-d59d3ff3f95d" ], "x-ms-arm-service-request-id": [ - "2fcff6cc-7425-44b5-998d-b1f521af4094" + "632e7f51-511d-4a0d-ac1f-61a99a079da8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120830Z:27a18712-0a5d-4d67-bccb-a8168a8db045" + "EASTUS2:20211116T214534Z:9927cddb-900b-4c5b-9691-d59d3ff3f95d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:29 GMT" - ], "Content-Length": [ - "1625" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,25 +830,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6904\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\",\r\n \"etag\": \"W/\\\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"128b6eba-5507-48fa-9cef-a167916360d5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904/ipConfigurations/ip7876\",\r\n \"etag\": \"W/\\\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163\"\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\": \"43xyjudy3amezleexbcfdrrzac.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9453\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\",\r\n \"etag\": \"W/\\\"ca75f752-650b-463e-88ad-1e33c27d11f7\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c00d4d1a-4675-4ec5-b458-8d12f847ef68\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453/ipConfigurations/ip4668\",\r\n \"etag\": \"W/\\\"ca75f752-650b-463e-88ad-1e33c27d11f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868\"\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\": \"ixzphdecndguthpbihpdaeyn0f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzY5MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljOTQ1Mz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dfe12b8-f4c7-46a1-b3f9-870418db16c6" + "1949f5c7-a0ad-4d89-96a0-9f221ffc56f2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,42 +856,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\"" + "W/\"ca75f752-650b-463e-88ad-1e33c27d11f7\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e2dacc63-bf2a-4756-9c9d-796c56e26e77" + "d2d8d500-854d-416a-bf43-282c007709ad" ], "x-ms-correlation-request-id": [ - "b4c83f90-6e13-4a20-9bc3-67c6af60d1ad" + "251dccee-1792-4373-b7bd-413d4c22c761" ], "x-ms-arm-service-request-id": [ - "764742b5-0ae3-4a28-8bee-31a13dfc33e2" + "d947c15e-8864-4990-805e-8222b1743c56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120830Z:b4c83f90-6e13-4a20-9bc3-67c6af60d1ad" + "EASTUS2:20211116T214534Z:251dccee-1792-4373-b7bd-413d4c22c761" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:29 GMT" - ], "Content-Length": [ - "1625" + "1621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -900,26 +900,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic6904\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\",\r\n \"etag\": \"W/\\\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"128b6eba-5507-48fa-9cef-a167916360d5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7876\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904/ipConfigurations/ip7876\",\r\n \"etag\": \"W/\\\"741ac0fc-1c5a-48c5-9c91-6b9e2c4c8d35\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/virtualNetworks/vn7999/subnets/sn1163\"\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\": \"43xyjudy3amezleexbcfdrrzac.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic9453\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\",\r\n \"etag\": \"W/\\\"ca75f752-650b-463e-88ad-1e33c27d11f7\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c00d4d1a-4675-4ec5-b458-8d12f847ef68\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4668\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453/ipConfigurations/ip4668\",\r\n \"etag\": \"W/\\\"ca75f752-650b-463e-88ad-1e33c27d11f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/virtualNetworks/vn450/subnets/sn6868\"\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\": \"ixzphdecndguthpbihpdaeyn0f.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/availabilitySets/as837?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4Mzc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/availabilitySets/as9621?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczk2MjE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9358b3b2-80e1-4a48-afac-65e73a92dba1" + "a8b77556-52fa-4d03-ab5d-0015f5d66ae7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,9 +932,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], @@ -942,29 +949,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e963b78b-1db8-4c17-8601-e0dd5f25adc2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fd4fcdb5-30ac-4367-b6f2-553c401f650a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "95d6c30c-cd0b-4a6c-a7a9-68634e2b00f5" + "2ff6469f-12b7-4aa1-999b-30ff43c33035" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120831Z:95d6c30c-cd0b-4a6c-a7a9-68634e2b00f5" + "EASTUS2:20211116T214534Z:2ff6469f-12b7-4aa1-999b-30ff43c33035" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:30 GMT" - ], "Content-Length": [ - "436" + "437" ], "Content-Type": [ "application/json; charset=utf-8" @@ -973,46 +973,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as837\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/availabilitySets/as837\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9621\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/availabilitySets/as9621\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89e9aede-bd19-4623-8f19-1ab43711ba75" + "a8d7c165-ceb1-4135-a2ea-7215573bd15b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1280" + "1279" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:35 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2729be5a-1574-412b-8a4a-aaedaf799df3?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/88fa5341-2012-4582-85ec-7b3b956e40dd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1024,29 +1031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2729be5a-1574-412b-8a4a-aaedaf799df3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "88fa5341-2012-4582-85ec-7b3b956e40dd" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "18f7f848-2952-4ce8-9177-c566c6df6bad" + "84189cd8-04b3-44f1-ba7d-0d5011023ed8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120831Z:18f7f848-2952-4ce8-9177-c566c6df6bad" + "EASTUS2:20211116T214535Z:84189cd8-04b3-44f1-ba7d-0d5011023ed8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:31 GMT" - ], "Content-Length": [ - "2161" + "2159" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,60 +1055,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d552ceae-df4d-4a81-b5ef-e41070e521ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"56acd84b-ee61-429f-a09c-e0b3f4f0b0dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2729be5a-1574-412b-8a4a-aaedaf799df3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3MjliZTVhLTE1NzQtNDEyYi04YTRhLWFhZWRhZjc5OWRmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/88fa5341-2012-4582-85ec-7b3b956e40dd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4ZmE1MzQxLTIwMTItNDU4Mi04NWVjLTdiM2I5NTZlNDBkZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:45:44 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dcf264b9-4843-4daf-9bac-a662e085b5f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e2e9062b-cc0e-46ac-81dc-02e80f1c4f53" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "d124870c-1d96-464d-b368-8a78fb6e3e01" + "17b69c63-fa81-4035-a3ae-8abf383f28d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120841Z:d124870c-1d96-464d-b368-8a78fb6e3e01" + "EASTUS2:20211116T214545Z:17b69c63-fa81-4035-a3ae-8abf383f28d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:08:41 GMT" - ], "Content-Length": [ "134" ], @@ -1119,57 +1119,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:08:31.4496746+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2729be5a-1574-412b-8a4a-aaedaf799df3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:45:34.9807467+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88fa5341-2012-4582-85ec-7b3b956e40dd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2729be5a-1574-412b-8a4a-aaedaf799df3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3MjliZTVhLTE1NzQtNDEyYi04YTRhLWFhZWRhZjc5OWRmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/88fa5341-2012-4582-85ec-7b3b956e40dd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4ZmE1MzQxLTIwMTItNDU4Mi04NWVjLTdiM2I5NTZlNDBkZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:46:35 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "44eb8d44-f73f-41e2-b4ef-42ca7f1a7e38" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e67febfb-3b30-46e0-92d2-a5071d869a95" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "b60e2078-2425-436d-969c-8423e385566b" + "784c1b90-c12a-4eeb-8f1d-a437d1c63d78" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120932Z:b60e2078-2425-436d-969c-8423e385566b" + "EASTUS2:20211116T214635Z:784c1b90-c12a-4eeb-8f1d-a437d1c63d78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:09:31 GMT" - ], "Content-Length": [ "134" ], @@ -1180,57 +1180,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:08:31.4496746+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2729be5a-1574-412b-8a4a-aaedaf799df3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:45:34.9807467+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88fa5341-2012-4582-85ec-7b3b956e40dd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2729be5a-1574-412b-8a4a-aaedaf799df3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3MjliZTVhLTE1NzQtNDEyYi04YTRhLWFhZWRhZjc5OWRmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/88fa5341-2012-4582-85ec-7b3b956e40dd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4ZmE1MzQxLTIwMTItNDU4Mi04NWVjLTdiM2I5NTZlNDBkZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:47:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "79918075-8287-4f2c-b541-f5fa056aa409" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "31151630-8967-48fc-a910-070a2884aeac" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "d6b3f089-6599-47de-84d7-aadaa254ec44" + "3ec73678-bcb0-47e7-a00f-b0e54da6693b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121022Z:d6b3f089-6599-47de-84d7-aadaa254ec44" + "EASTUS2:20211116T214725Z:3ec73678-bcb0-47e7-a00f-b0e54da6693b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:10:21 GMT" - ], "Content-Length": [ "134" ], @@ -1241,57 +1241,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:08:31.4496746+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2729be5a-1574-412b-8a4a-aaedaf799df3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:45:34.9807467+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88fa5341-2012-4582-85ec-7b3b956e40dd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2729be5a-1574-412b-8a4a-aaedaf799df3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3MjliZTVhLTE1NzQtNDEyYi04YTRhLWFhZWRhZjc5OWRmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/88fa5341-2012-4582-85ec-7b3b956e40dd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4ZmE1MzQxLTIwMTItNDU4Mi04NWVjLTdiM2I5NTZlNDBkZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:48:14 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "083ed1e3-a00a-4a66-971b-970308d0d619" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "3b00eb65-f1be-47c5-a4c7-0f8a0569b913" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "f5e97bbc-2903-4c1b-8ee9-cd9e67e22f46" + "ca1162d9-7f33-4b19-b3d9-02edde0a8777" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121112Z:f5e97bbc-2903-4c1b-8ee9-cd9e67e22f46" + "EASTUS2:20211116T214815Z:ca1162d9-7f33-4b19-b3d9-02edde0a8777" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:11:11 GMT" - ], "Content-Length": [ "134" ], @@ -1302,57 +1302,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:08:31.4496746+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2729be5a-1574-412b-8a4a-aaedaf799df3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:45:34.9807467+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"88fa5341-2012-4582-85ec-7b3b956e40dd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/2729be5a-1574-412b-8a4a-aaedaf799df3?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzI3MjliZTVhLTE1NzQtNDEyYi04YTRhLWFhZWRhZjc5OWRmMz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/88fa5341-2012-4582-85ec-7b3b956e40dd?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4ZmE1MzQxLTIwMTItNDU4Mi04NWVjLTdiM2I5NTZlNDBkZD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:49:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07ecfcdf-dfd6-48a7-adc7-884a5cac1daa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "82724619-054c-4fe1-af31-72cec7478acf" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "e3c13b62-6430-48b9-93d8-fbb5bf989f72" + "f180853b-46b6-4a40-8e29-c904633ae502" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121202Z:e3c13b62-6430-48b9-93d8-fbb5bf989f72" + "EASTUS2:20211116T214905Z:f180853b-46b6-4a40-8e29-c904633ae502" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:12:01 GMT" - ], "Content-Length": [ "184" ], @@ -1363,59 +1363,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:08:31.4496746+00:00\",\r\n \"endTime\": \"2021-06-29T12:11:16.3564457+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2729be5a-1574-412b-8a4a-aaedaf799df3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:45:34.9807467+00:00\",\r\n \"endTime\": \"2021-11-16T21:48:28.0699229+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"88fa5341-2012-4582-85ec-7b3b956e40dd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:49:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "324a529b-7656-46e3-ab91-76685ff64857" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cdb17507-5151-45c1-bfb6-5587dea422bb" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "4f6b7f48-5bc5-492a-99d0-cc2f5071f630" + "1dd60aec-ce66-44fc-9f67-3ae464d5a201" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121202Z:4f6b7f48-5bc5-492a-99d0-cc2f5071f630" + "EASTUS2:20211116T214905Z:1dd60aec-ce66-44fc-9f67-3ae464d5a201" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:12:01 GMT" - ], "Content-Length": [ - "2553" + "2549" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1424,65 +1424,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d552ceae-df4d-4a81-b5ef-e41070e521ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"56acd84b-ee61-429f-a09c-e0b3f4f0b0dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3c1b46f-2009-47d5-ab41-e05c1a2c1f4a" + "c0fe7c99-b4cc-40bf-8912-53febcb8cffe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:49:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5ecd5365-7122-4072-8c68-de539efe4947" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2b7bf5e3-84f9-49e2-b361-57e95647499b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "d41ffc02-0e5f-4bc8-b138-5059d0b0d084" + "f1e664af-d668-4406-81fe-a1103fdaf501" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121202Z:d41ffc02-0e5f-4bc8-b138-5059d0b0d084" + "EASTUS2:20211116T214905Z:f1e664af-d668-4406-81fe-a1103fdaf501" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:12:01 GMT" - ], "Content-Length": [ - "2553" + "2549" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,59 +1491,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d552ceae-df4d-4a81-b5ef-e41070e521ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"56acd84b-ee61-429f-a09c-e0b3f4f0b0dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:36 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31980" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7589ddb4-ed22-4b26-a274-237e465025b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "178f2214-8e57-4161-aa0a-d78e7a982801" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "10c48f44-b034-46ea-b6aa-42fced5eccf3" + "f2baca89-fd3c-4928-8394-505e7d6cf846" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121733Z:10c48f44-b034-46ea-b6aa-42fced5eccf3" + "EASTUS2:20211116T215436Z:f2baca89-fd3c-4928-8394-505e7d6cf846" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:32 GMT" - ], "Content-Length": [ - "2589" + "2585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1552,65 +1552,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d552ceae-df4d-4a81-b5ef-e41070e521ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"56acd84b-ee61-429f-a09c-e0b3f4f0b0dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjc/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNT8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d01ce4ff-52a5-4ced-8bc9-f64d271c441c" + "8ece90ab-38ab-4e34-a4c5-7d142207ae19" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31985" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2850d715-cd62-4934-a676-42e4bf5bc514" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "ca034f3f-b97c-40d0-80b5-77e3239b63fc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d267cfce-8958-489a-993e-647637d850ff" + "c31f8060-3e54-43ab-b279-70c790cbca19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121702Z:d267cfce-8958-489a-993e-647637d850ff" + "EASTUS2:20211116T215405Z:c31f8060-3e54-43ab-b279-70c790cbca19" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:01 GMT" - ], "Content-Length": [ - "4224" + "4218" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1619,65 +1619,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d552ceae-df4d-4a81-b5ef-e41070e521ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:16:15+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:08:33.4965487+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:08:33.4965487+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:11:16.3251964+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"56acd84b-ee61-429f-a09c-e0b3f4f0b0dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:53:38+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:45:36.8089881+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:45:36.8089881+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:48:28.03867+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjcvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNS9pbnN0YW5jZVZpZXc/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "190a65c4-e033-4b9d-bb52-f8d60bbda689" + "2652808f-f10f-428e-a49f-c4f218820d8a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31984" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eac5d825-c6ed-4f37-bfb9-9fe60b18a60a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9fa3def8-22de-43d9-895c-503a2e881d22" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "114930ea-7966-4950-a39a-f5053db5a6ae" + "9ef146e7-05d8-4c03-a888-6903f9c0af52" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121702Z:114930ea-7966-4950-a39a-f5053db5a6ae" + "EASTUS2:20211116T215405Z:9ef146e7-05d8-4c03-a888-6903f9c0af52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:01 GMT" - ], "Content-Length": [ - "1432" + "1430" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1686,65 +1686,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:16:15+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:08:33.4965487+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:08:33.4965487+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:11:16.3251964+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:53:38+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:45:36.8089881+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:45:36.8089881+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:48:28.03867+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f16c0834-c374-4e20-a819-a55f8499ac57" + "42ff1ea2-b9b1-4f36-b423-4399cdc6b8fb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;698" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c90174a4-e604-41cc-a583-0565489f1045" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "015b393b-99cf-476c-9985-cfaf5ccd18dc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "a9f032c3-b643-4ab6-986b-d99a8ed08545" + "e87e5c62-7c36-4503-af77-ef8f6d5f134c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121702Z:a9f032c3-b643-4ab6-986b-d99a8ed08545" + "EASTUS2:20211116T215406Z:e87e5c62-7c36-4503-af77-ef8f6d5f134c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:01 GMT" - ], "Content-Length": [ - "2874" + "2870" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1753,65 +1753,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm5167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d552ceae-df4d-4a81-b5ef-e41070e521ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm4105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"56acd84b-ee61-429f-a09c-e0b3f4f0b0dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjcvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNS92bVNpemVzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d08addfe-69f9-4afc-844c-c65b98b5e97d" + "5e156010-4ab7-4682-831b-883300b4a2de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31983" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8067b4d-6cd8-4d47-910d-d7cb26fdd315" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7b2d3d9e-ed66-48fc-81b2-966620e58271" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "e2929630-6f8b-4958-8b52-df6ca9bf7a05" + "32c6e82b-0686-4269-92e6-a638842fe678" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121702Z:e2929630-6f8b-4958-8b52-df6ca9bf7a05" + "EASTUS2:20211116T215406Z:32c6e82b-0686-4269-92e6-a638842fe678" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:01 GMT" - ], "Content-Length": [ - "50723" + "42574" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1820,65 +1820,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/availabilitySets/as837/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM4Mzcvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/availabilitySets/as9621/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hczk2MjEvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "046f96aa-51d5-42c1-aa2f-67c84b8e05b2" + "340367ad-f7eb-4101-8437-b84f9a75cea8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:05 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2870c4e7-bb8b-4e1e-ad51-56a9aa3d51a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "046560f9-e98c-446e-b0b5-3f775de43cec" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "3357278a-b1eb-4a80-b7ab-62ee096e0518" + "bd484d7b-afe9-4595-a33f-e58423487217" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121702Z:3357278a-b1eb-4a80-b7ab-62ee096e0518" + "EASTUS2:20211116T215406Z:bd484d7b-afe9-4595-a33f-e58423487217" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:01 GMT" - ], "Content-Length": [ - "77795" + "100374" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1887,26 +1887,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1830912,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3661824,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7323648,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10985472,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14647296,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 18309120,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_ND96asr_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2969600,\r\n \"memoryInMB\": 921600,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v3\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DC8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC1ds_v3\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DC2ds_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC4ds_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DC8ds_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC16ds_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC24ds_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC32ds_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC48ds_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY1NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTUxNjc/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNDEwNT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8017d6ee-46cd-426f-a7bd-b44d33618544" + "2682ede9-09e9-4d20-b367-97c11959d84e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1919,9 +1919,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:06 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1195" ], @@ -1929,29 +1936,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ed4fc61-0372-4fb3-a622-686efffd5d15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "dac01fd5-47f5-4145-aee5-aa4ba6d8717f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cdeb1cfb-e856-4868-a319-78aa46bd04a3" + "f9790af0-f8e4-4a4b-89da-4fddc579e0e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121703Z:cdeb1cfb-e856-4868-a319-78aa46bd04a3" + "EASTUS2:20211116T215406Z:f9790af0-f8e4-4a4b-89da-4fddc579e0e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:02 GMT" - ], "Content-Length": [ - "2559" + "2555" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1960,25 +1960,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm5167\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/virtualMachines/vm5167\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d552ceae-df4d-4a81-b5ef-e41070e521ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Compute/disks/vm5167_disk2_ed1f32ab8b0f4fb3b527b2b96eb4d044\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6546/providers/Microsoft.Network/networkInterfaces/nic6904\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm4105\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/virtualMachines/vm4105\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"56acd84b-ee61-429f-a09c-e0b3f4f0b0dd\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Compute/disks/vm4105_disk2_e0adcbe49e5a4c1b9b85d8bd6e537c3b\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar933/providers/Microsoft.Network/networkInterfaces/nic9453\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6546?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY1NDY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar933?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkzMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e683d09e-05e8-4d6b-b855-39337076887c" + "50ab37b4-1364-4c3e-ac62-ddab2edd0eb1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1986,11 +1986,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:54:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2NTQ2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1999,13 +2002,13 @@ "14999" ], "x-ms-request-id": [ - "e1eef992-96cc-4008-8130-7ae522814b0a" + "3817c75c-96fa-454f-8aae-312d0d42598f" ], "x-ms-correlation-request-id": [ - "e1eef992-96cc-4008-8130-7ae522814b0a" + "3817c75c-96fa-454f-8aae-312d0d42598f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T121733Z:e1eef992-96cc-4008-8130-7ae522814b0a" + "EASTUS2:20211116T215436Z:3817c75c-96fa-454f-8aae-312d0d42598f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2013,14 +2016,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:17:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2029,28 +2029,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar6546", - "crptestar8070", - "as837" + "crptestar933", + "crptestar4099", + "as9621" ], "CreatePublicIP": [ - "pip5946", - "dn8404" + "pip6604", + "dn4035" ], "CreateVNET": [ - "vn7999", - "sn1163" + "vn450", + "sn6868" ], "CreateNIC": [ - "nic6904", - "ip7876" + "nic9453", + "ip4668" ], "CreateDefaultVMInput": [ - "crptestar1781", - "crptestar8851", - "crptestar2058", - "vm5167", - "Microsoft.Compute/virtualMachines418" + "crptestar4851", + "crptestar9858", + "crptestar9609", + "vm4105", + "Microsoft.Compute/virtualMachines5243" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_StandardSSD.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_StandardSSD.json index 5f8bcb0060c7c..bb10ba6fcf4da 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_StandardSSD.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_StandardSSD.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "654c6bb6-e411-4ecf-a98b-7081750bce73" + "ddf3bd8a-53ca-43ca-8a2d-1c37bf4e3e7d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:08 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "57a6d3dd-3d0a-462e-94d4-4434fd069990_132593252165285927" + "57a6d3dd-3d0a-462e-94d4-4434fd069990_132546865085392512" ], "x-ms-request-id": [ - "340ec849-3157-44d5-9f61-8230529bc2a9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "901e2942-8f7f-4ed5-be7c-eae606791217" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "4934f261-a7f1-4df7-93cc-3a33cb519b9b" + "707915f7-1e3d-4f01-99f5-9e6ed6695448" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115156Z:4934f261-a7f1-4df7-93cc-3a33cb519b9b" + "EASTUS2:20211116T212809Z:707915f7-1e3d-4f01-99f5-9e6ed6695448" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:56 GMT" - ], "Content-Length": [ "317" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5335?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzMzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4470?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ0NzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar5335\": \"2021-06-29 11:51:56Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar4470\": \"2021-11-16 21:28:09Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "63eee692-a8eb-46e6-8bf5-4a32b23991c1" + "7029f019-8f25-4fc3-aabb-84a59bb1aa13" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:10 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "a48017fd-9fe3-4171-9a93-a3b34e76bc93" + "73d8ecef-8316-4846-b329-67981ed3d7a6" ], "x-ms-correlation-request-id": [ - "a48017fd-9fe3-4171-9a93-a3b34e76bc93" + "73d8ecef-8316-4846-b329-67981ed3d7a6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115158Z:a48017fd-9fe3-4171-9a93-a3b34e76bc93" + "EASTUS2:20211116T212810Z:73d8ecef-8316-4846-b329-67981ed3d7a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:51:57 GMT" - ], "Content-Length": [ "232" ], @@ -133,80 +133,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335\",\r\n \"name\": \"crptestar5335\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar5335\": \"2021-06-29 11:51:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470\",\r\n \"name\": \"crptestar4470\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"crptestar4470\": \"2021-11-16 21:28:09Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/publicIPAddresses/pip9738?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/publicIPAddresses/pip6826?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn683\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2391\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7fef5193-8a8d-408b-9400-b502654826de" + "bec4804c-8e5b-4b9c-9c30-ab7d8f7b6e6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "204" + "205" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:15 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5bbe053f-9520-4fa8-a0b7-9fbd50eea38d" + "ac9538bc-f0fc-4b84-898f-241879d7c90d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/5bbe053f-9520-4fa8-a0b7-9fbd50eea38d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/ac9538bc-f0fc-4b84-898f-241879d7c90d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "28d4c47e-ba6a-487d-ad08-c2494526e539" + "cc68401c-f7d6-4107-8455-ad9a3938713e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "71ce0715-d1b1-4e55-8213-c9d2c3563f00" + "5bea81dc-289b-469f-8fe9-870bafa242f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115202Z:28d4c47e-ba6a-487d-ad08-c2494526e539" + "EASTUS2:20211116T212815Z:cc68401c-f7d6-4107-8455-ad9a3938713e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:02 GMT" - ], "Content-Length": [ - "763" + "765" ], "Content-Type": [ "application/json; charset=utf-8" @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9738\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/publicIPAddresses/pip9738\",\r\n \"etag\": \"W/\\\"7f73911c-ab98-4836-85e5-fdc714f23387\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1df3aa17-0f84-4b4a-9d6d-ccbd1c6c2e58\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn683\",\r\n \"fqdn\": \"dn683.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6826\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/publicIPAddresses/pip6826\",\r\n \"etag\": \"W/\\\"41bfda49-c520-4a69-8686-36ff4e527379\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"59dc3c38-c456-4637-8629-9b717e3b30c2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2391\",\r\n \"fqdn\": \"dn2391.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/5bbe053f-9520-4fa8-a0b7-9fbd50eea38d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81YmJlMDUzZi05NTIwLTRmYTgtYTBiNy05ZmJkNTBlZWEzOGQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/ac9538bc-f0fc-4b84-898f-241879d7c90d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy9hYzk1MzhiYy1mMGZjLTRiODQtODk4Zi0yNDE4NzlkN2M5MGQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "fa187bc3-8253-4843-bb50-47ffc6e6eedb" + "7d7ebb35-72ee-43bf-aaef-aa171e088fa4" ], "x-ms-correlation-request-id": [ - "5afe4bcd-8c0a-4ef9-9aed-29867087ddd1" + "2a946f35-c2ff-44b4-8c77-697765d7d0f7" ], "x-ms-arm-service-request-id": [ - "5a3812a1-d092-4e38-b40e-d94fd5c79aa9" + "ea041275-1ba1-4532-b297-520fbcc96941" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115203Z:5afe4bcd-8c0a-4ef9-9aed-29867087ddd1" + "EASTUS2:20211116T212816Z:2a946f35-c2ff-44b4-8c77-697765d7d0f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:03 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +280,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/publicIPAddresses/pip9738?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/publicIPAddresses/pip6826?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,42 +296,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6d1285ff-e171-4b5b-b67c-247572e0edec\"" + "W/\"4bce613c-6ca7-4b5e-9add-b3e95162f723\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5318440c-8990-4d0b-b2bc-571865581d25" + "3e4e0c7b-d8f3-402b-b75e-96f94c5ee89b" ], "x-ms-correlation-request-id": [ - "b67b91da-9384-4f03-b369-aed13998986e" + "c16628ef-6b2b-4ba5-801f-6128d752540f" ], "x-ms-arm-service-request-id": [ - "c8346aa5-dc4a-411f-9066-707fec1e125e" + "c6d8de3d-bb2b-4b62-aec9-fa79a12cbf01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115203Z:b67b91da-9384-4f03-b369-aed13998986e" + "EASTUS2:20211116T212816Z:c16628ef-6b2b-4ba5-801f-6128d752540f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:03 GMT" - ], "Content-Length": [ - "764" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -340,25 +340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9738\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/publicIPAddresses/pip9738\",\r\n \"etag\": \"W/\\\"6d1285ff-e171-4b5b-b67c-247572e0edec\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1df3aa17-0f84-4b4a-9d6d-ccbd1c6c2e58\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn683\",\r\n \"fqdn\": \"dn683.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6826\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/publicIPAddresses/pip6826\",\r\n \"etag\": \"W/\\\"4bce613c-6ca7-4b5e-9add-b3e95162f723\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"59dc3c38-c456-4637-8629-9b717e3b30c2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2391\",\r\n \"fqdn\": \"dn2391.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/publicIPAddresses/pip9738?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDk3Mzg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/publicIPAddresses/pip6826?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDY4MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2293a72-76c7-4951-b38f-640ab59e7496" + "ea82f9f8-bbb7-4258-bdee-6fb589322857" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,42 +366,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"6d1285ff-e171-4b5b-b67c-247572e0edec\"" + "W/\"4bce613c-6ca7-4b5e-9add-b3e95162f723\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "75d641dc-f643-494a-a003-80ba943db6c9" + "15579223-9750-4084-845d-920e86d2ec95" ], "x-ms-correlation-request-id": [ - "d7ba049f-153b-4fe5-810a-0c239b2e108e" + "109670a7-d566-46e8-ae35-7678adc152a6" ], "x-ms-arm-service-request-id": [ - "2c365e97-e5e6-472e-abee-9000f8a88bcd" + "9723a055-ad2d-430f-8479-7eb7fe308c0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115203Z:d7ba049f-153b-4fe5-810a-0c239b2e108e" + "EASTUS2:20211116T212816Z:109670a7-d566-46e8-ae35-7678adc152a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:03 GMT" - ], "Content-Length": [ - "764" + "766" ], "Content-Type": [ "application/json; charset=utf-8" @@ -410,25 +410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9738\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/publicIPAddresses/pip9738\",\r\n \"etag\": \"W/\\\"6d1285ff-e171-4b5b-b67c-247572e0edec\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1df3aa17-0f84-4b4a-9d6d-ccbd1c6c2e58\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn683\",\r\n \"fqdn\": \"dn683.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip6826\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/publicIPAddresses/pip6826\",\r\n \"etag\": \"W/\\\"4bce613c-6ca7-4b5e-9add-b3e95162f723\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"59dc3c38-c456-4637-8629-9b717e3b30c2\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2391\",\r\n \"fqdn\": \"dn2391.northeurope.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwMTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3419\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5404\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c4e1cab2-a52f-43fd-a03b-5191a3261656" + "8400d6b8-a19d-469f-92ed-36d9cda4ef65" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -442,46 +442,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:18 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "d02f4cb6-e2dd-4b62-8db1-f39909fc4033" + "56bf404c-98a8-453e-a645-70bdf6c851c0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/d02f4cb6-e2dd-4b62-8db1-f39909fc4033?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/56bf404c-98a8-453e-a645-70bdf6c851c0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "d299ae2d-56f7-4dd7-a376-a24895b9b095" + "7feca6e5-d685-4e5d-80e1-c6f2277a0a61" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "19b1b643-27f3-4030-b70f-10f21f90c574" + "fe072161-0a5b-47fa-8313-42f6795c45b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115206Z:d299ae2d-56f7-4dd7-a376-a24895b9b095" + "EASTUS2:20211116T212818Z:7feca6e5-d685-4e5d-80e1-c6f2277a0a61" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:05 GMT" - ], "Content-Length": [ "1216" ], @@ -492,19 +492,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532\",\r\n \"etag\": \"W/\\\"d29ccdff-8ad7-43d2-8ee7-03dbd2d2e2f4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"010fc67e-d397-4065-9d59-9288808a0a9a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419\",\r\n \"etag\": \"W/\\\"d29ccdff-8ad7-43d2-8ee7-03dbd2d2e2f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014\",\r\n \"etag\": \"W/\\\"2ae8517a-df15-4072-8544-8364cc33b769\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8af31fc4-0027-4363-970b-415b8bd6e909\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404\",\r\n \"etag\": \"W/\\\"2ae8517a-df15-4072-8544-8364cc33b769\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/d02f4cb6-e2dd-4b62-8db1-f39909fc4033?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy9kMDJmNGNiNi1lMmRkLTRiNjItOGRiMS1mMzk5MDlmYzQwMzM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/56bf404c-98a8-453e-a645-70bdf6c851c0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81NmJmNDA0Yy05OGE4LTQ1M2UtYTY0NS03MGJkZjZjODUxYzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +512,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "681d8d3b-6600-4887-bca7-03d6a3c7a7f6" + "08c8ecb8-5d7e-4dde-b7a9-698fb8b6ed52" ], "x-ms-correlation-request-id": [ - "06bb775a-6371-4996-be55-0a414c94a615" + "512c4a07-fe49-44a2-9d3a-8945f1957264" ], "x-ms-arm-service-request-id": [ - "ab9fa43c-ea2c-4aeb-8562-e5a446308593" + "f4f398ed-6bac-4289-a69c-4850e8ba226a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115209Z:06bb775a-6371-4996-be55-0a414c94a615" + "EASTUS2:20211116T212821Z:512c4a07-fe49-44a2-9d3a-8945f1957264" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:08 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +557,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU1MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwMTQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,40 +573,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3c33782c-e582-4c1e-a507-d677612289f2\"" + "W/\"1f560cfe-871a-4251-931d-d78ef1cfbd5b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "82471d6a-21fb-4c4c-a442-ae8e89335dd0" + "51ac3cec-5883-45c7-81bd-a2bb0d7da0df" ], "x-ms-correlation-request-id": [ - "cdef3753-a777-49ab-8bc1-9a510acddd70" + "0dd88c51-2333-441e-8cc0-0366c5ffa9e7" ], "x-ms-arm-service-request-id": [ - "4414f2d2-e86b-45e5-8381-153a7b331810" + "1112ff3c-1265-4f61-ac0a-8326c9783ce8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115209Z:cdef3753-a777-49ab-8bc1-9a510acddd70" + "EASTUS2:20211116T212821Z:0dd88c51-2333-441e-8cc0-0366c5ffa9e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:08 GMT" - ], "Content-Length": [ "1218" ], @@ -617,25 +617,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn5532\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532\",\r\n \"etag\": \"W/\\\"3c33782c-e582-4c1e-a507-d677612289f2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"010fc67e-d397-4065-9d59-9288808a0a9a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419\",\r\n \"etag\": \"W/\\\"3c33782c-e582-4c1e-a507-d677612289f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn3014\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014\",\r\n \"etag\": \"W/\\\"1f560cfe-871a-4251-931d-d78ef1cfbd5b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8af31fc4-0027-4363-970b-415b8bd6e909\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404\",\r\n \"etag\": \"W/\\\"1f560cfe-871a-4251-931d-d78ef1cfbd5b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjU1MzIvc3VibmV0cy9zbjM0MTk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwMTQvc3VibmV0cy9zbjU0MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41da10e9-adf5-4805-b52c-7ac5d7ea6fdd" + "611b7043-ec01-4abb-911c-251a0080592a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,40 +643,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3c33782c-e582-4c1e-a507-d677612289f2\"" + "W/\"1f560cfe-871a-4251-931d-d78ef1cfbd5b\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7f7fb6c1-b6a4-4961-a8b4-d7f231147a11" + "35def124-3624-476d-aedf-b00437f6f099" ], "x-ms-correlation-request-id": [ - "7a2e3e40-9526-4dc6-acc7-dae9a27d3fc9" + "272a28ca-dcd0-44c6-8a0a-d271873d68fc" ], "x-ms-arm-service-request-id": [ - "d17bce5f-825e-44ed-876e-f2843982bc59" + "fdab5a1d-66c6-4d56-a0b5-2a2dcfc2202a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115209Z:7a2e3e40-9526-4dc6-acc7-dae9a27d3fc9" + "EASTUS2:20211116T212821Z:272a28ca-dcd0-44c6-8a0a-d271873d68fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:08 GMT" - ], "Content-Length": [ "523" ], @@ -687,25 +687,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn3419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419\",\r\n \"etag\": \"W/\\\"3c33782c-e582-4c1e-a507-d677612289f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404\",\r\n \"etag\": \"W/\\\"1f560cfe-871a-4251-931d-d78ef1cfbd5b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3419\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419\"\r\n }\r\n },\r\n \"name\": \"ip4980\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5404\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404\"\r\n }\r\n },\r\n \"name\": \"ip9378\"\r\n }\r\n ]\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "960ee0a9-58bc-4a43-b30c-6df627f02ff3" + "2ad01e45-5a94-45c4-85bd-63ce7165630f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -719,45 +719,45 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:23 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "6f7e3f1a-5b9a-4669-94bd-10ee0444ea77" + "755cfb0f-ee57-4fbc-8eed-8a26b42d170e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/6f7e3f1a-5b9a-4669-94bd-10ee0444ea77?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/northeurope/operations/755cfb0f-ee57-4fbc-8eed-8a26b42d170e?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "b07a0c27-6f0e-425f-94ec-073dd99fde1f" + "128a5973-8296-43ef-91e8-a30386284c5c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ca1b9580-a2a3-47c4-b95d-4003a75a8b19" + "d6f46f90-1d8b-4263-adab-61d4cc17c400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115211Z:b07a0c27-6f0e-425f-94ec-073dd99fde1f" + "EASTUS2:20211116T212823Z:128a5973-8296-43ef-91e8-a30386284c5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:10 GMT" - ], "Content-Length": [ - "1626" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,19 +766,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic736\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\",\r\n \"etag\": \"W/\\\"bedba308-1a80-4b6b-a51b-02468bad48e4\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d8ab463-64ad-4357-a128-502571c426e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736/ipConfigurations/ip4980\",\r\n \"etag\": \"W/\\\"bedba308-1a80-4b6b-a51b-02468bad48e4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419\"\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\": \"p1da4amx0nsubhkzskeibcqktc.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\",\r\n \"etag\": \"W/\\\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4bfa83c-f716-4ad9-996b-a937cbf6f9f8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257/ipConfigurations/ip9378\",\r\n \"etag\": \"W/\\\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404\"\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\": \"yqp5hcrhabruhfylifnyxvxjbb.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,42 +786,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bedba308-1a80-4b6b-a51b-02468bad48e4\"" + "W/\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c433deec-ac1a-47bb-bf5d-5cc5490ba37a" + "b538d5ce-960c-44e6-893e-95351f4d1f5a" ], "x-ms-correlation-request-id": [ - "2fed7582-9f6f-414e-91f6-1b78d7d235b6" + "e6229798-c4a2-4a2e-97c0-0c8bb392f759" ], "x-ms-arm-service-request-id": [ - "4d4ba57a-0877-4f9d-bc8f-a2d8074af116" + "1070bc87-90c8-4561-9498-ca0a5d5f4ee4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115211Z:2fed7582-9f6f-414e-91f6-1b78d7d235b6" + "EASTUS2:20211116T212823Z:e6229798-c4a2-4a2e-97c0-0c8bb392f759" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:10 GMT" - ], "Content-Length": [ - "1626" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,25 +830,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic736\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\",\r\n \"etag\": \"W/\\\"bedba308-1a80-4b6b-a51b-02468bad48e4\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d8ab463-64ad-4357-a128-502571c426e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736/ipConfigurations/ip4980\",\r\n \"etag\": \"W/\\\"bedba308-1a80-4b6b-a51b-02468bad48e4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419\"\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\": \"p1da4amx0nsubhkzskeibcqktc.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\",\r\n \"etag\": \"W/\\\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4bfa83c-f716-4ad9-996b-a937cbf6f9f8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257/ipConfigurations/ip9378\",\r\n \"etag\": \"W/\\\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404\"\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\": \"yqp5hcrhabruhfylifnyxvxjbb.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzczNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgyNTc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3eadd33-0ab7-4236-b0a3-1bd9a685b20d" + "d041c79a-7765-45a7-bf04-4944146ca795" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,42 +856,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"bedba308-1a80-4b6b-a51b-02468bad48e4\"" + "W/\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c5482e42-6263-42aa-8214-9f126b3dd91b" + "cf20a06e-0e40-4020-8968-477433978f7c" ], "x-ms-correlation-request-id": [ - "0512ecb9-15fc-4fb5-b220-7d05b56ad8e4" + "ab0eac0a-87ad-42ec-8325-4a4505e34e13" ], "x-ms-arm-service-request-id": [ - "45bdf240-e575-4161-b467-e67f447ad2e3" + "4db54069-bee6-4d0c-9be3-6fc969fe4fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115211Z:0512ecb9-15fc-4fb5-b220-7d05b56ad8e4" + "EASTUS2:20211116T212824Z:ab0eac0a-87ad-42ec-8325-4a4505e34e13" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:10 GMT" - ], "Content-Length": [ - "1626" + "1629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -900,26 +900,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic736\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\",\r\n \"etag\": \"W/\\\"bedba308-1a80-4b6b-a51b-02468bad48e4\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9d8ab463-64ad-4357-a128-502571c426e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4980\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736/ipConfigurations/ip4980\",\r\n \"etag\": \"W/\\\"bedba308-1a80-4b6b-a51b-02468bad48e4\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/virtualNetworks/vn5532/subnets/sn3419\"\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\": \"p1da4amx0nsubhkzskeibcqktc.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic8257\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\",\r\n \"etag\": \"W/\\\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\\\"\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b4bfa83c-f716-4ad9-996b-a937cbf6f9f8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9378\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257/ipConfigurations/ip9378\",\r\n \"etag\": \"W/\\\"1d827c08-23ea-4d29-a49e-5d5f75b4d7a9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/virtualNetworks/vn3014/subnets/sn5404\"\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\": \"yqp5hcrhabruhfylifnyxvxjbb.fx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/as4646?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NjQ2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/as7923?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3OTIzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7821f98-7024-45b6-9267-184abe1afde2" + "117e5302-631b-4e22-a251-3e0e369bbaa3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,9 +932,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -942,27 +949,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d0014e2a-3a17-4ec3-a50c-c62d035e5cdd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "95f5ed01-eec5-47aa-88b4-ac5b97ae0522" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "93f162db-3fad-4714-9516-f99e9ce07f3f" + "4ba834aa-acf8-4c3b-9e25-c005662ccdb0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115214Z:93f162db-3fad-4714-9516-f99e9ce07f3f" + "EASTUS2:20211116T212827Z:4ba834aa-acf8-4c3b-9e25-c005662ccdb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:13 GMT" - ], "Content-Length": [ "442" ], @@ -973,46 +973,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as4646\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/as4646\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as7923\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/as7923\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyOTI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1NjE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/as4646\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/as7923\"\r\n }\r\n },\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "695ae30f-3315-4ca5-ad72-c87e513d5970" + "794716f7-a9ef-404f-ae9b-fb06ee679fcb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1442" + "1443" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2d3d2226-2b14-49b6-94dd-87e536565549?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/5a690d3d-0a0d-4084-9e4f-ff4409363b13?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1024,29 +1031,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2d3d2226-2b14-49b6-94dd-87e536565549" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5a690d3d-0a0d-4084-9e4f-ff4409363b13" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "02f97a3c-cac9-4ece-b6f6-75e92daf3055" + "44329aa3-db58-4793-9d5c-d5e2956da50f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115218Z:02f97a3c-cac9-4ece-b6f6-75e92daf3055" + "EASTUS2:20211116T212830Z:44329aa3-db58-4793-9d5c-d5e2956da50f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:17 GMT" - ], "Content-Length": [ - "2323" + "2381" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,60 +1055,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8292\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ef4419fb-115c-40ae-9fb6-37f36a35931f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/AS4646\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"69bf96dd-dc2a-44e1-90b9-c02f4ebac859\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/AS7923\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-16T21:28:29.0766425+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2d3d2226-2b14-49b6-94dd-87e536565549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yZDNkMjIyNi0yYjE0LTQ5YjYtOTRkZC04N2U1MzY1NjU1NDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/5a690d3d-0a0d-4084-9e4f-ff4409363b13?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81YTY5MGQzZC0wYTBkLTQwODQtOWU0Zi1mZjQ0MDkzNjNiMTM/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:28:40 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "426f8931-b028-48b4-b6f2-1a88ba2c52d7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4ebcdc8d-4350-4954-972f-07059315c376" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "bc0caeb4-a68c-4c5f-80b8-4ee4b1a8b328" + "f971f161-8b6c-48bf-9aad-0423f1b15d55" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115228Z:bc0caeb4-a68c-4c5f-80b8-4ee4b1a8b328" + "EASTUS2:20211116T212840Z:f971f161-8b6c-48bf-9aad-0423f1b15d55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:52:28 GMT" - ], "Content-Length": [ "134" ], @@ -1119,57 +1119,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:52:17.1136052+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d3d2226-2b14-49b6-94dd-87e536565549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:28:29.0141344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5a690d3d-0a0d-4084-9e4f-ff4409363b13\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2d3d2226-2b14-49b6-94dd-87e536565549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yZDNkMjIyNi0yYjE0LTQ5YjYtOTRkZC04N2U1MzY1NjU1NDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/5a690d3d-0a0d-4084-9e4f-ff4409363b13?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81YTY5MGQzZC0wYTBkLTQwODQtOWU0Zi1mZjQ0MDkzNjNiMTM/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:29:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f317798-14da-414e-866b-43229358706f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "278c1851-6203-4f2f-97b9-ca0e2b7a378f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "6b9ba41d-8652-4293-bfee-08681b872710" + "6aa14b15-f7d7-490b-bb42-26731b7e45d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115318Z:6b9ba41d-8652-4293-bfee-08681b872710" + "EASTUS2:20211116T212930Z:6aa14b15-f7d7-490b-bb42-26731b7e45d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:53:18 GMT" - ], "Content-Length": [ "134" ], @@ -1180,29 +1180,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:52:17.1136052+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d3d2226-2b14-49b6-94dd-87e536565549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:28:29.0141344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5a690d3d-0a0d-4084-9e4f-ff4409363b13\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2d3d2226-2b14-49b6-94dd-87e536565549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yZDNkMjIyNi0yYjE0LTQ5YjYtOTRkZC04N2U1MzY1NjU1NDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/5a690d3d-0a0d-4084-9e4f-ff4409363b13?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81YTY5MGQzZC0wYTBkLTQwODQtOWU0Zi1mZjQ0MDkzNjNiMTM/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:30:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -1210,27 +1217,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8bdbccf-2677-4bc2-a8a7-930f0e0d7513" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d1818062-5df8-4e33-8729-b78a6c74cabe" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "04005552-81ee-4312-99a6-57e3ab1079d4" + "4df52480-7381-4b73-b995-1d3d67db26c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115408Z:04005552-81ee-4312-99a6-57e3ab1079d4" + "EASTUS2:20211116T213020Z:4df52480-7381-4b73-b995-1d3d67db26c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:54:07 GMT" - ], "Content-Length": [ "134" ], @@ -1241,29 +1241,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:52:17.1136052+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d3d2226-2b14-49b6-94dd-87e536565549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:28:29.0141344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5a690d3d-0a0d-4084-9e4f-ff4409363b13\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2d3d2226-2b14-49b6-94dd-87e536565549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yZDNkMjIyNi0yYjE0LTQ5YjYtOTRkZC04N2U1MzY1NjU1NDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/5a690d3d-0a0d-4084-9e4f-ff4409363b13?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81YTY5MGQzZC0wYTBkLTQwODQtOWU0Zi1mZjQ0MDkzNjNiMTM/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:31:09 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], @@ -1271,27 +1278,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7175082b-1c95-42d5-9fe8-05bac112289c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "851e4b00-53cc-4369-8f31-c7964e0c79c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "94f319a0-c048-4f3f-871f-cd1fc24f6dea" + "54960f0c-39a2-4717-898f-64d3ac8b6f34" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115458Z:94f319a0-c048-4f3f-871f-cd1fc24f6dea" + "EASTUS2:20211116T213110Z:54960f0c-39a2-4717-898f-64d3ac8b6f34" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:54:57 GMT" - ], "Content-Length": [ "134" ], @@ -1302,59 +1302,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:52:17.1136052+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2d3d2226-2b14-49b6-94dd-87e536565549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:28:29.0141344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5a690d3d-0a0d-4084-9e4f-ff4409363b13\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/2d3d2226-2b14-49b6-94dd-87e536565549?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy8yZDNkMjIyNi0yYjE0LTQ5YjYtOTRkZC04N2U1MzY1NjU1NDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/5a690d3d-0a0d-4084-9e4f-ff4409363b13?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81YTY5MGQzZC0wYTBkLTQwODQtOWU0Zi1mZjQ0MDkzNjNiMTM/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:32:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2cada2f-df63-4612-a24d-6b21888c8e6b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8b7eb1b7-25d4-4240-bf7d-7995f02565dc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "d961546e-fd99-46d7-950f-9d8a44cbb4ce" + "f972eb13-9e03-42b4-91cf-4cc370cec15d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115548Z:d961546e-fd99-46d7-950f-9d8a44cbb4ce" + "EASTUS2:20211116T213200Z:f972eb13-9e03-42b4-91cf-4cc370cec15d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:55:48 GMT" - ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,59 +1363,120 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:52:17.1136052+00:00\",\r\n \"endTime\": \"2021-06-29T11:55:20.7757771+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2d3d2226-2b14-49b6-94dd-87e536565549\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:28:29.0141344+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5a690d3d-0a0d-4084-9e4f-ff4409363b13\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyOTI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/northeurope/operations/5a690d3d-0a0d-4084-9e4f-ff4409363b13?p=360d5990-68ba-4dc0-8cff-440152c2137e&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvbm9ydGhldXJvcGUvb3BlcmF0aW9ucy81YTY5MGQzZC0wYTBkLTQwODQtOWU0Zi1mZjQ0MDkzNjNiMTM/cD0zNjBkNTk5MC02OGJhLTRkYzAtOGNmZi00NDAxNTJjMjEzN2UmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:32:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04fec9ba-d985-4a68-94cd-8f15885fea14" + "e7bd9b21-8b53-4867-aca1-39c7b7d8512d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "1375c5a7-a2d4-46af-bcab-ca38d1fffa25" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T213250Z:1375c5a7-a2d4-46af-bcab-ca38d1fffa25" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:28:29.0141344+00:00\",\r\n \"endTime\": \"2021-11-16T21:32:48.0848164+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5a690d3d-0a0d-4084-9e4f-ff4409363b13\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1NjE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 21:32:50 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "aeb65721-d0da-4cd0-a671-9f3b3fc48cdc" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "78920921-8885-455c-bd84-afbea10ed3b8" + "3537857a-0c05-40bd-8fc1-993582443cd9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115548Z:78920921-8885-455c-bd84-afbea10ed3b8" + "EASTUS2:20211116T213251Z:3537857a-0c05-40bd-8fc1-993582443cd9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:55:48 GMT" - ], "Content-Length": [ - "2715" + "2773" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1424,65 +1485,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8292\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ef4419fb-115c-40ae-9fb6-37f36a35931f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/AS4646\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"69bf96dd-dc2a-44e1-90b9-c02f4ebac859\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/AS7923\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:28:29.0766425+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyOTI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1NjE/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54f5893c-4500-4402-b71d-ff380d7293c6" + "96300c0d-5813-497b-8a1f-baf011eb1969" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:32:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e5244687-8574-432d-9f32-76df6441b01a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7d35ca47-e90f-4af9-9720-e2f7f5c07710" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "c0f59af1-c0e7-45bf-ab37-a91a3db55feb" + "0fe1a79a-cd69-4400-b32e-26575988baeb" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T115548Z:c0f59af1-c0e7-45bf-ab37-a91a3db55feb" + "EASTUS2:20211116T213251Z:0fe1a79a-cd69-4400-b32e-26575988baeb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:55:48 GMT" - ], "Content-Length": [ - "2715" + "2773" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1491,35 +1552,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8292\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ef4419fb-115c-40ae-9fb6-37f36a35931f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/AS4646\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"69bf96dd-dc2a-44e1-90b9-c02f4ebac859\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/AS7923\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:28:29.0766425+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyOTI/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1NjE/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11a8af44-ebca-4f91-ac6f-b8497ff1c490" + "bc7fd56b-8210-4a53-ab31-7ad26e7aea3c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31996" ], @@ -1527,29 +1595,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fe19b823-52b9-4912-9f01-3d57ca9f9e20" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "eb02b4ed-6f60-46b1-b535-8638abffca09" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "9aa389a7-7e5f-49c3-8498-10365f7fb032" + "53e2b84e-6680-48ea-9a28-49cb5f566780" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120049Z:9aa389a7-7e5f-49c3-8498-10365f7fb032" + "EASTUS2:20211116T213751Z:53e2b84e-6680-48ea-9a28-49cb5f566780" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:48 GMT" - ], "Content-Length": [ - "4453" + "4511" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1558,35 +1619,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm8292\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ef4419fb-115c-40ae-9fb6-37f36a35931f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/AS4646\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:00:07+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:52:18.8949346+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:52:18.8949346+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:55:20.7601606+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm6561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"69bf96dd-dc2a-44e1-90b9-c02f4ebac859\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/AS7923\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:37:05+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:28:30.9673243+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:28:30.9673243+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:32:48.0535232+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-16T21:28:29.0766425+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyOTIvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1NjEvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7feb1f4-f2a9-4c8f-a591-718581cca080" + "2b814db4-3c23-4dae-afee-3ecd5a0d9cc1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" ], @@ -1594,27 +1662,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58e24449-e00c-4285-84c6-bd9e5eaff9df" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "54f78eff-8866-4ef0-861f-78da8ebeb30c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "9f858fbb-18fe-4d08-b335-341cbe2713c8" + "114f033c-615f-49c8-a4fe-ca95d7c069b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120049Z:9f858fbb-18fe-4d08-b335-341cbe2713c8" + "EASTUS2:20211116T213751Z:114f033c-615f-49c8-a4fe-ca95d7c069b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:48 GMT" - ], "Content-Length": [ "1491" ], @@ -1625,65 +1686,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:00:07+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:52:18.8949346+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:52:18.8949346+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:55:20.7601606+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:37:05+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:28:30.9673243+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:28:30.9673243+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:32:48.0535232+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb2b12b4-cdb9-4a28-962c-9e0694cea5fa" + "901e5a20-0854-4cba-a717-eede559d5ca9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8432a711-6ede-4e26-b223-83eaad8a5b9f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8c07df0b-c8d3-49d7-8bac-7109d13fdf41" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "ca5b71c1-82b6-467f-8ba9-e8b3cb2bf61e" + "94517779-ccb6-4758-b38b-eef195fa6619" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120049Z:ca5b71c1-82b6-467f-8ba9-e8b3cb2bf61e" + "EASTUS2:20211116T213751Z:94517779-ccb6-4758-b38b-eef195fa6619" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:48 GMT" - ], "Content-Length": [ - "3036" + "3098" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1692,35 +1753,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm8292\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ef4419fb-115c-40ae-9fb6-37f36a35931f\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/AS4646\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/disks/vm8292_disk2_2afdbece765c40b49415e2f50caf3b63\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Network/networkInterfaces/nic736\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm6561\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"69bf96dd-dc2a-44e1-90b9-c02f4ebac859\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/AS7923\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/disks/vm6561_disk2_6438a66d43e5432c93c50a4d6f15bb51\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Network/networkInterfaces/nic8257\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:28:29.0766425+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/virtualMachines/vm8292/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTgyOTIvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/virtualMachines/vm6561/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1NjEvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccc48436-cd12-4569-8a1b-008d14e5dc16" + "5136c4a2-8177-4cbb-9140-9103ee6397a1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" ], @@ -1728,29 +1796,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e8c611e-3dec-4090-8c31-c5548330d972" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a31aef4d-7ccb-42d5-8ef4-c2d81b2a5436" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "7d5fdfa0-3a5b-43fa-abc6-f148ea250123" + "79e87ea3-78f4-46e8-ae2c-14a17aa746e5" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120049Z:7d5fdfa0-3a5b-43fa-abc6-f148ea250123" + "EASTUS2:20211116T213751Z:79e87ea3-78f4-46e8-ae2c-14a17aa746e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:48 GMT" - ], "Content-Length": [ - "53322" + "10449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1759,35 +1820,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5335/providers/Microsoft.Compute/availabilitySets/as4646/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjUzMzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NjQ2L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar4470/providers/Microsoft.Compute/availabilitySets/as7923/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjQ0NzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM3OTIzL3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27c0ddad-76c5-4623-ad94-bf343584ee1d" + "577f7eaf-4717-4a09-87dd-d8e080adc9f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31993" ], @@ -1795,29 +1863,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c1227744-47f0-4d08-aaa9-0f8dd72c6e2b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8ffe47a6-6d68-4865-9035-ee0c7a46eded" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "949cb37d-99f2-42cf-bf07-32a8403fd709" + "f270200b-94c8-4616-94a0-62ec852df851" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120049Z:949cb37d-99f2-42cf-bf07-32a8403fd709" + "EASTUS2:20211116T213751Z:f270200b-94c8-4616-94a0-62ec852df851" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:48 GMT" - ], "Content-Length": [ - "53322" + "10449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1826,25 +1887,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5335?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjUzMzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar4470?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjQ0NzA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3e4e42f-2430-4b01-931f-50e19a39d669" + "12de9ea0-b797-4c2a-af98-bd597af9ad19" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1852,11 +1913,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:37:53 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1MzM1LU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI0NDcwLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1865,13 +1929,13 @@ "14999" ], "x-ms-request-id": [ - "1bc7e797-93ce-457a-acb4-fe97a5e6d3a3" + "6e03f219-784d-40ab-b526-77c53825ed38" ], "x-ms-correlation-request-id": [ - "1bc7e797-93ce-457a-acb4-fe97a5e6d3a3" + "6e03f219-784d-40ab-b526-77c53825ed38" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T120051Z:1bc7e797-93ce-457a-acb4-fe97a5e6d3a3" + "EASTUS2:20211116T213754Z:6e03f219-784d-40ab-b526-77c53825ed38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1879,14 +1943,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:00:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1895,28 +1956,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar5335", - "crptestar299", - "as4646" + "crptestar4470", + "crptestar1552", + "as7923" ], "CreatePublicIP": [ - "pip9738", - "dn683" + "pip6826", + "dn2391" ], "CreateVNET": [ - "vn5532", - "sn3419" + "vn3014", + "sn5404" ], "CreateNIC": [ - "nic736", - "ip4980" + "nic8257", + "ip9378" ], "CreateDefaultVMInput": [ - "crptestar6343", - "crptestar3613", - "crptestar8764", - "vm8292", - "Microsoft.Compute/virtualMachines8309" + "crptestar4350", + "crptestar6840", + "crptestar4190", + "vm6561", + "Microsoft.Compute/virtualMachines5608" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_UltraSSD.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_UltraSSD.json index 00a2bcf18a53f..10e60a7a0c6f9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_UltraSSD.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_ManagedDisks_UltraSSD.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad8512e0-b6bf-490c-a000-8ab59faa8265" + "388a3afc-9ff1-4417-a6f0-381775849186" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "d9617218-f960-4a89-8cb7-37edb026a945" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c294aec4-d343-4027-981a-f2f234afd344" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "946016aa-60dd-4abd-9eea-2c5e4a3afaf0" + "ee42543a-f192-4142-8a3a-38b6a4a9d45b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122451Z:946016aa-60dd-4abd-9eea-2c5e4a3afaf0" + "EASTUS2:20211116T220104Z:ee42543a-f192-4142-8a3a-38b6a4a9d45b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:50 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5914?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8526?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MjY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5914\": \"2021-06-29 12:24:51Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8526\": \"2021-11-16 22:01:04Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "24227f0b-c9dc-4c3f-b98a-e70a5da82993" + "119320df-9ee3-4c6c-8a25-41816bb8806f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,20 +99,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:04 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-request-id": [ - "ce9a51c1-8604-4798-bf1c-3da64a1b9b5a" + "3c921aac-9b20-4197-81fa-beb5b601a533" ], "x-ms-correlation-request-id": [ - "ce9a51c1-8604-4798-bf1c-3da64a1b9b5a" + "3c921aac-9b20-4197-81fa-beb5b601a533" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122451Z:ce9a51c1-8604-4798-bf1c-3da64a1b9b5a" + "EASTUS2:20211116T220104Z:3c921aac-9b20-4197-81fa-beb5b601a533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:51 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914\",\r\n \"name\": \"crptestar5914\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar5914\": \"2021-06-29 12:24:51Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526\",\r\n \"name\": \"crptestar8526\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar8526\": \"2021-11-16 22:01:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/publicIPAddresses/pip9083?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/publicIPAddresses/pip4764?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ3NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4091\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2564\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d5f51eb-126e-4c5e-a1cc-323168a2dc24" + "26aa80f2-d816-4d2d-a668-04d838bdbd05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,46 +165,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:05 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ab112620-4771-4529-9719-284aac4dd46a" + "e846aea7-c53a-4274-b700-6f632af02400" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ab112620-4771-4529-9719-284aac4dd46a?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e846aea7-c53a-4274-b700-6f632af02400?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "ea602504-a864-422c-9600-84899a0e2f3c" + "d45f2353-588b-4dd6-b2b0-3910f598e05e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b14c4435-4f88-4587-bdf0-28b292075eaa" + "6eec7d06-a601-402c-9d26-79aafb67cea8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122452Z:ea602504-a864-422c-9600-84899a0e2f3c" + "EASTUS2:20211116T220105Z:d45f2353-588b-4dd6-b2b0-3910f598e05e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:51 GMT" - ], "Content-Length": [ "757" ], @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/publicIPAddresses/pip9083\",\r\n \"etag\": \"W/\\\"b99e28ab-c191-472b-b25e-7a07c77f2d19\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8d89c7f7-ce0c-42f9-aa85-d6679b311093\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4091\",\r\n \"fqdn\": \"dn4091.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/publicIPAddresses/pip4764\",\r\n \"etag\": \"W/\\\"fe2ee17d-78e7-4b78-901f-34b274a65166\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"849d1c21-722f-456f-a1d2-aa128b41d42c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2564\",\r\n \"fqdn\": \"dn2564.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/ab112620-4771-4529-9719-284aac4dd46a?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2FiMTEyNjIwLTQ3NzEtNDUyOS05NzE5LTI4NGFhYzRkZDQ2YT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e846aea7-c53a-4274-b700-6f632af02400?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U4NDZhZWE3LWM1M2EtNDI3NC1iNzAwLTZmNjMyYWYwMjQwMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:06 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "76c15196-e289-4bfe-9679-85b4faaf2a0d" + "1266b849-a9b8-4f1c-9de2-ae9341c5cba3" ], "x-ms-correlation-request-id": [ - "835bd8e4-038c-41e0-8bd7-71bca1ca09dc" + "b4090bd6-daab-42ee-9ffa-22214d014191" ], "x-ms-arm-service-request-id": [ - "b6334df3-17c6-4011-9935-6726b4e0ccbe" + "9bc11e59-b095-44bb-ad48-8b575c360e5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T220106Z:b4090bd6-daab-42ee-9ffa-22214d014191" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e846aea7-c53a-4274-b700-6f632af02400?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U4NDZhZWE3LWM1M2EtNDI3NC1iNzAwLTZmNjMyYWYwMjQwMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 22:01:08 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "ea8a314b-9e75-4d60-a98d-12238f40b119" + ], + "x-ms-correlation-request-id": [ + "0140b0f2-11b7-4ccb-b2fa-c278c759577b" + ], + "x-ms-arm-service-request-id": [ + "35e4b2ef-f537-4ca2-a5d7-03cc64605b73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122453Z:835bd8e4-038c-41e0-8bd7-71bca1ca09dc" + "EASTUS2:20211116T220108Z:0140b0f2-11b7-4ccb-b2fa-c278c759577b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:52 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +344,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/publicIPAddresses/pip9083?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/publicIPAddresses/pip4764?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ3NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +360,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3d23091f-6005-43ca-8a34-0cc221d22129\"" + "W/\"f0d4e2a9-6082-4108-a336-141a3201524d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "28aff3ab-fcbb-4100-a48d-d3520272f421" + "d3152bac-ccd0-4250-aaa8-a3bbca8ebe08" ], "x-ms-correlation-request-id": [ - "ed029617-b6c1-4fb2-b543-6aa36522b544" + "bb0d03de-bf73-4074-8480-edccf5e54f42" ], "x-ms-arm-service-request-id": [ - "19ffb018-931c-4e35-b0f7-b91b659f4256" + "bef072f9-ff06-4f2f-b880-d68313e6e535" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122453Z:ed029617-b6c1-4fb2-b543-6aa36522b544" + "EASTUS2:20211116T220108Z:bb0d03de-bf73-4074-8480-edccf5e54f42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:52 GMT" - ], "Content-Length": [ "758" ], @@ -340,25 +404,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/publicIPAddresses/pip9083\",\r\n \"etag\": \"W/\\\"3d23091f-6005-43ca-8a34-0cc221d22129\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8d89c7f7-ce0c-42f9-aa85-d6679b311093\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4091\",\r\n \"fqdn\": \"dn4091.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/publicIPAddresses/pip4764\",\r\n \"etag\": \"W/\\\"f0d4e2a9-6082-4108-a336-141a3201524d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"849d1c21-722f-456f-a1d2-aa128b41d42c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2564\",\r\n \"fqdn\": \"dn2564.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/publicIPAddresses/pip9083?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDkwODM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/publicIPAddresses/pip4764?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDQ3NjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5d818b5-81dd-4525-82b6-5824ffabe700" + "68c83471-3c85-4535-8b6c-e9281cce443f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,40 +430,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3d23091f-6005-43ca-8a34-0cc221d22129\"" + "W/\"f0d4e2a9-6082-4108-a336-141a3201524d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "eb92be07-6f59-4acb-8627-d32da8c40797" + "abfd7084-30b5-48cd-af9a-43b5cd881a1f" ], "x-ms-correlation-request-id": [ - "aa3f92f2-ce22-4a55-a3bd-29175b867435" + "6aa61c73-5a7b-49a8-8c1f-4b5203445f6a" ], "x-ms-arm-service-request-id": [ - "a2637824-00a1-4d85-abc1-0a52fafdadd8" + "ddbbf774-fe7a-4e88-b799-baf964aaa758" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122453Z:aa3f92f2-ce22-4a55-a3bd-29175b867435" + "EASTUS2:20211116T220108Z:6aa61c73-5a7b-49a8-8c1f-4b5203445f6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:52 GMT" - ], "Content-Length": [ "758" ], @@ -410,25 +474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip9083\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/publicIPAddresses/pip9083\",\r\n \"etag\": \"W/\\\"3d23091f-6005-43ca-8a34-0cc221d22129\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8d89c7f7-ce0c-42f9-aa85-d6679b311093\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4091\",\r\n \"fqdn\": \"dn4091.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip4764\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/publicIPAddresses/pip4764\",\r\n \"etag\": \"W/\\\"f0d4e2a9-6082-4108-a336-141a3201524d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"849d1c21-722f-456f-a1d2-aa128b41d42c\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn2564\",\r\n \"fqdn\": \"dn2564.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9795\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn3416\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1afc2911-a359-45a1-9b4c-7f6002c44fff" + "4d10620a-425a-443f-997f-bdf7704b7e5c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -442,48 +506,48 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:08 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "5fb3c756-6429-4e4d-a265-76a8853c01d0" + "bec8b562-da94-4cfa-8630-d0dbe98a54d0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5fb3c756-6429-4e4d-a265-76a8853c01d0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/bec8b562-da94-4cfa-8630-d0dbe98a54d0?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "fabe43f8-fe8a-4699-bc52-8d4c807de890" + "93087116-8efc-4447-9d3d-4ccb5fe42b0b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f61639f2-8aaa-4f6e-a70b-4ecfbe054aca" + "4e3e28b1-237b-4413-a1b8-d8fb405ebb85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122454Z:fabe43f8-fe8a-4699-bc52-8d4c807de890" + "EASTUS2:20211116T220109Z:93087116-8efc-4447-9d3d-4ccb5fe42b0b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:53 GMT" - ], "Content-Length": [ - "1212" + "1206" ], "Content-Type": [ "application/json; charset=utf-8" @@ -492,19 +556,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7842\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842\",\r\n \"etag\": \"W/\\\"2aed7738-58d9-4247-8d5f-f122ee47c557\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bd528d3b-c862-4b0a-92ad-37d8f4cdc6a0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795\",\r\n \"etag\": \"W/\\\"2aed7738-58d9-4247-8d5f-f122ee47c557\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn46\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46\",\r\n \"etag\": \"W/\\\"a068d2d7-f6a8-401e-8d90-984f565832ef\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a406bf00-9895-4911-9c93-30954d81ddd8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3416\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416\",\r\n \"etag\": \"W/\\\"a068d2d7-f6a8-401e-8d90-984f565832ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5fb3c756-6429-4e4d-a265-76a8853c01d0?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVmYjNjNzU2LTY0MjktNGU0ZC1hMjY1LTc2YTg4NTNjMDFkMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/bec8b562-da94-4cfa-8630-d0dbe98a54d0?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2JlYzhiNTYyLWRhOTQtNGNmYS04NjMwLWQwZGJlOThhNTRkMD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +576,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "757b1897-26b0-46fa-98e6-65dad0d0042e" + "4d9c44e1-3630-4fd8-b933-de24e187fb2e" ], "x-ms-correlation-request-id": [ - "cdb3dd64-1e0c-4726-803c-87a7ee55cbab" + "193616ff-8b92-489e-a9ff-6935d4c33aa8" ], "x-ms-arm-service-request-id": [ - "5cce0854-331b-4904-8678-3c96fa7cbe9d" + "fa0f1c89-32f3-4a6e-b685-427672f4ec47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122457Z:cdb3dd64-1e0c-4726-803c-87a7ee55cbab" + "EASTUS2:20211116T220112Z:193616ff-8b92-489e-a9ff-6935d4c33aa8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:56 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +621,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,42 +637,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1a6b3034-6e86-4c63-8571-51659dcc0b9d\"" + "W/\"7737157e-210d-45c0-8130-9e6411070d5f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "36cc93ae-48d6-415e-9382-3851002b1222" + "5e3964bc-1fb1-4e0b-98a8-8e4f07bd2be8" ], "x-ms-correlation-request-id": [ - "1fd14038-6775-4c6b-9faa-8ceb80a83565" + "c98cf1d9-b2a8-4fdb-a048-3e7e0399aaa1" ], "x-ms-arm-service-request-id": [ - "38c46c5a-7630-45a5-9683-b39965a9a0c1" + "82efec24-a77b-4073-9c69-79c139baabd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122457Z:1fd14038-6775-4c6b-9faa-8ceb80a83565" + "EASTUS2:20211116T220112Z:c98cf1d9-b2a8-4fdb-a048-3e7e0399aaa1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:56 GMT" - ], "Content-Length": [ - "1214" + "1208" ], "Content-Type": [ "application/json; charset=utf-8" @@ -617,25 +681,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn7842\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842\",\r\n \"etag\": \"W/\\\"1a6b3034-6e86-4c63-8571-51659dcc0b9d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd528d3b-c862-4b0a-92ad-37d8f4cdc6a0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795\",\r\n \"etag\": \"W/\\\"1a6b3034-6e86-4c63-8571-51659dcc0b9d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn46\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46\",\r\n \"etag\": \"W/\\\"7737157e-210d-45c0-8130-9e6411070d5f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a406bf00-9895-4911-9c93-30954d81ddd8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn3416\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416\",\r\n \"etag\": \"W/\\\"7737157e-210d-45c0-8130-9e6411070d5f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjc4NDIvc3VibmV0cy9zbjk3OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQ2L3N1Ym5ldHMvc24zNDE2P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef902cad-2fdb-47df-a109-3cec7381ba38" + "4156d535-11f9-4dab-bf17-7cd267d38be7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,42 +707,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"1a6b3034-6e86-4c63-8571-51659dcc0b9d\"" + "W/\"7737157e-210d-45c0-8130-9e6411070d5f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "37743fb2-1a4b-4220-9e39-78b88505d24f" + "03e421ef-e711-429a-9c14-2599031ecf74" ], "x-ms-correlation-request-id": [ - "a464aee5-97f8-4e54-b163-98022605ed39" + "4d1a02e5-2d82-4a91-adf1-7bc55570945e" ], "x-ms-arm-service-request-id": [ - "4f0d0c39-4c94-46ad-9ef3-1954c496bb19" + "54b4e37b-bcf9-4a4d-8e53-e453a9d06fe6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122457Z:a464aee5-97f8-4e54-b163-98022605ed39" + "EASTUS2:20211116T220112Z:4d1a02e5-2d82-4a91-adf1-7bc55570945e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:56 GMT" - ], "Content-Length": [ - "523" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -687,77 +751,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795\",\r\n \"etag\": \"W/\\\"1a6b3034-6e86-4c63-8571-51659dcc0b9d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn3416\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416\",\r\n \"etag\": \"W/\\\"7737157e-210d-45c0-8130-9e6411070d5f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795\"\r\n }\r\n },\r\n \"name\": \"ip7927\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn3416\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416\"\r\n }\r\n },\r\n \"name\": \"ip4568\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "730e6279-dcf0-4b65-b10f-0811a6b2d2a0" + "51950af2-e5c5-48b0-bd0b-c6fa145a328b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "742" + "740" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1b01909c-cf54-49d0-a217-e19b31a084cc" + "5dc24770-4247-4f76-8fef-db23c9a58183" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/1b01909c-cf54-49d0-a217-e19b31a084cc?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/5dc24770-4247-4f76-8fef-db23c9a58183?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "9cfecb07-e59d-4f1c-9835-4a79847be6d2" + "f24c2bc2-899f-419d-9cc1-730d37a2582e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "347d5621-39c2-46eb-b50a-11d60f2b37f8" + "230f1764-cde8-486b-8da0-c016e7ff295f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122457Z:9cfecb07-e59d-4f1c-9835-4a79847be6d2" + "EASTUS2:20211116T220112Z:f24c2bc2-899f-419d-9cc1-730d37a2582e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:56 GMT" - ], "Content-Length": [ - "1625" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -766,19 +830,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\",\r\n \"etag\": \"W/\\\"311b7200-ba05-4cbc-9a67-d91b16a65b25\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a7eac669-bade-4036-a51b-505ded1c3ccb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542/ipConfigurations/ip7927\",\r\n \"etag\": \"W/\\\"311b7200-ba05-4cbc-9a67-d91b16a65b25\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795\"\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\": \"hogvfplczafexevng5mpjtogua.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\",\r\n \"etag\": \"W/\\\"682cb181-87cd-42c2-8457-20487b51132d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"51790156-1de5-4b0a-baa6-ba1fa36bb965\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740/ipConfigurations/ip4568\",\r\n \"etag\": \"W/\\\"682cb181-87cd-42c2-8457-20487b51132d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416\"\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\": \"ac5qnjevtaiuthetgcku1ao31a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,42 +850,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"311b7200-ba05-4cbc-9a67-d91b16a65b25\"" + "W/\"682cb181-87cd-42c2-8457-20487b51132d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9990bda4-b422-4984-a3e1-58464831120c" + "9bf787e1-4370-48f5-80fe-6b3a3e0df6f6" ], "x-ms-correlation-request-id": [ - "f4a6fa00-9c98-4114-a8f4-8a473f0052e8" + "88e4a954-0295-4111-9d81-9a1d81cb6f9b" ], "x-ms-arm-service-request-id": [ - "8e3eff65-5cea-4ae5-beea-3c995a7263b9" + "3444a5a9-6a88-4056-a602-b29de8ec253b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122457Z:f4a6fa00-9c98-4114-a8f4-8a473f0052e8" + "EASTUS2:20211116T220112Z:88e4a954-0295-4111-9d81-9a1d81cb6f9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:57 GMT" - ], "Content-Length": [ - "1625" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,25 +894,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\",\r\n \"etag\": \"W/\\\"311b7200-ba05-4cbc-9a67-d91b16a65b25\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a7eac669-bade-4036-a51b-505ded1c3ccb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542/ipConfigurations/ip7927\",\r\n \"etag\": \"W/\\\"311b7200-ba05-4cbc-9a67-d91b16a65b25\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795\"\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\": \"hogvfplczafexevng5mpjtogua.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\",\r\n \"etag\": \"W/\\\"682cb181-87cd-42c2-8457-20487b51132d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"51790156-1de5-4b0a-baa6-ba1fa36bb965\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740/ipConfigurations/ip4568\",\r\n \"etag\": \"W/\\\"682cb181-87cd-42c2-8457-20487b51132d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416\"\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\": \"ac5qnjevtaiuthetgcku1ao31a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU1NDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzI3NDA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbe83bc1-5961-46b7-878b-2e7b7c97f5d6" + "1792f27d-020e-4425-81c5-8e6ec200c7e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,42 +920,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"311b7200-ba05-4cbc-9a67-d91b16a65b25\"" + "W/\"682cb181-87cd-42c2-8457-20487b51132d\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0f9b51f4-1fbf-48b0-9ab2-2e8c0c28ff8c" + "12fc93eb-a581-4695-a0e7-74815f90ea0f" ], "x-ms-correlation-request-id": [ - "ae5696a4-b199-4f4e-9e5a-9f9556300675" + "d1902f34-efd0-44bd-a9f4-f3a0a9fc529e" ], "x-ms-arm-service-request-id": [ - "6e21893a-6a87-4c16-aab9-6d0679135dbf" + "94e24727-0f26-4de8-b5df-acf450347d4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122457Z:ae5696a4-b199-4f4e-9e5a-9f9556300675" + "EASTUS2:20211116T220112Z:d1902f34-efd0-44bd-a9f4-f3a0a9fc529e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:57 GMT" - ], "Content-Length": [ - "1625" + "1623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -900,26 +964,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic5542\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\",\r\n \"etag\": \"W/\\\"311b7200-ba05-4cbc-9a67-d91b16a65b25\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a7eac669-bade-4036-a51b-505ded1c3ccb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7927\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542/ipConfigurations/ip7927\",\r\n \"etag\": \"W/\\\"311b7200-ba05-4cbc-9a67-d91b16a65b25\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/virtualNetworks/vn7842/subnets/sn9795\"\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\": \"hogvfplczafexevng5mpjtogua.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic2740\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\",\r\n \"etag\": \"W/\\\"682cb181-87cd-42c2-8457-20487b51132d\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"51790156-1de5-4b0a-baa6-ba1fa36bb965\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4568\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740/ipConfigurations/ip4568\",\r\n \"etag\": \"W/\\\"682cb181-87cd-42c2-8457-20487b51132d\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/virtualNetworks/vn46/subnets/sn3416\"\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\": \"ac5qnjevtaiuthetgcku1ao31a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/availabilitySets/as3373?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzMzczP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/availabilitySets/as2016?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyMDE2P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "427d6a17-e6fa-408e-9552-dc5b13557d2d" + "3b0646cf-aeae-498a-af95-c1079915038e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,9 +996,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], @@ -942,27 +1013,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b1709f5b-eb25-4448-99ec-42a3f693ffca" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b79cdca2-326c-468b-b323-caa8e1ef83ed" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "1c5f77e7-f825-4c05-b829-888cb7faee3a" + "7d4468b2-7cdf-4b6c-9554-1ddd397ddc51" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122458Z:1c5f77e7-f825-4c05-b829-888cb7faee3a" + "EASTUS2:20211116T220113Z:7d4468b2-7cdf-4b6c-9554-1ddd397ddc51" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:57 GMT" - ], "Content-Length": [ "438" ], @@ -973,26 +1037,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as3373\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/availabilitySets/as3373\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as2016\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/availabilitySets/as2016\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "73208bc3-5f6d-4940-9114-d4a524bbf65b" + "7c0430da-316e-471a-a934-abde625ab37c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,14 +1069,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b03e8eb4-dc17-428e-a97c-d9d7d999b107?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/5e128841-3c72-4c58-a2db-7a7e3f389e8a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1024,27 +1095,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b03e8eb4-dc17-428e-a97c-d9d7d999b107" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5e128841-3c72-4c58-a2db-7a7e3f389e8a" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "488d9c58-117a-4984-9b1c-f2e6631b150d" + "ae93a3a3-795d-4e94-bcb7-5c2c1e8f5b71" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122459Z:488d9c58-117a-4984-9b1c-f2e6631b150d" + "EASTUS2:20211116T220113Z:ae93a3a3-795d-4e94-bcb7-5c2c1e8f5b71" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:24:58 GMT" - ], "Content-Length": [ "2234" ], @@ -1055,60 +1119,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a2edb87c-1740-4e15-bece-452a57fe4323\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1458\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"248b7765-9477-4c56-b13a-49097eb9eb3d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b03e8eb4-dc17-428e-a97c-d9d7d999b107?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IwM2U4ZWI0LWRjMTctNDI4ZS1hOTdjLWQ5ZDdkOTk5YjEwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/5e128841-3c72-4c58-a2db-7a7e3f389e8a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVlMTI4ODQxLTNjNzItNGM1OC1hMmRiLTdhN2UzZjM4OWU4YT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:01:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "59b042e9-80bd-4cda-8da6-750ba06f285f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "65fbbd18-3679-4c98-865d-9d899ec025b2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "3665882a-9681-4dc3-a8f2-cfca7d828b07" + "a7eac364-2d46-4459-a120-0fe8e7efcb1b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122509Z:3665882a-9681-4dc3-a8f2-cfca7d828b07" + "EASTUS2:20211116T220123Z:a7eac364-2d46-4459-a120-0fe8e7efcb1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:25:08 GMT" - ], "Content-Length": [ "134" ], @@ -1119,57 +1183,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:24:58.8441925+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b03e8eb4-dc17-428e-a97c-d9d7d999b107\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T22:01:13.4467831+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5e128841-3c72-4c58-a2db-7a7e3f389e8a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b03e8eb4-dc17-428e-a97c-d9d7d999b107?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IwM2U4ZWI0LWRjMTctNDI4ZS1hOTdjLWQ5ZDdkOTk5YjEwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/5e128841-3c72-4c58-a2db-7a7e3f389e8a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVlMTI4ODQxLTNjNzItNGM1OC1hMmRiLTdhN2UzZjM4OWU4YT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:02:13 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6e937895-e2fd-4cfa-913d-162291868c32" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5a074911-42cf-422c-bb06-11c92e26e2f7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "7ecf2d57-27a6-4789-aa7b-1e7290e92196" + "f432f8fc-6f23-4326-9eb6-52023d6a9f89" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122559Z:7ecf2d57-27a6-4789-aa7b-1e7290e92196" + "EASTUS2:20211116T220213Z:f432f8fc-6f23-4326-9eb6-52023d6a9f89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:25:59 GMT" - ], "Content-Length": [ "134" ], @@ -1180,59 +1244,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:24:58.8441925+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b03e8eb4-dc17-428e-a97c-d9d7d999b107\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T22:01:13.4467831+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5e128841-3c72-4c58-a2db-7a7e3f389e8a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b03e8eb4-dc17-428e-a97c-d9d7d999b107?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IwM2U4ZWI0LWRjMTctNDI4ZS1hOTdjLWQ5ZDdkOTk5YjEwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/5e128841-3c72-4c58-a2db-7a7e3f389e8a?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzVlMTI4ODQxLTNjNzItNGM1OC1hMmRiLTdhN2UzZjM4OWU4YT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:03:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "513d63c2-9327-47ca-aa67-8f737f75446a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "00089a70-4693-4fb5-ac1e-f8b13f48856e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "228eb87f-611a-40ea-a2cd-c7043bbf18f0" + "deb4e919-7098-4cde-a8b3-6278986addc6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122649Z:228eb87f-611a-40ea-a2cd-c7043bbf18f0" + "EASTUS2:20211116T220303Z:deb4e919-7098-4cde-a8b3-6278986addc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:26:48 GMT" - ], "Content-Length": [ - "134" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1241,118 +1305,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:24:58.8441925+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b03e8eb4-dc17-428e-a97c-d9d7d999b107\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T22:01:13.4467831+00:00\",\r\n \"endTime\": \"2021-11-16T22:02:16.7945747+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5e128841-3c72-4c58-a2db-7a7e3f389e8a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b03e8eb4-dc17-428e-a97c-d9d7d999b107?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2IwM2U4ZWI0LWRjMTctNDI4ZS1hOTdjLWQ5ZDdkOTk5YjEwNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:03:03 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29976" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d0994689-e484-4305-af15-ac11da340d6c" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "0da1b417-3eb1-4cb8-8014-80f4f8eae506" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210629T122739Z:0da1b417-3eb1-4cb8-8014-80f4f8eae506" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 29 Jun 2021 12:27:39 GMT" - ], - "Content-Length": [ - "183" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:24:58.8441925+00:00\",\r\n \"endTime\": \"2021-06-29T12:27:02.391711+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b03e8eb4-dc17-428e-a97c-d9d7d999b107\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "27bd04f9-095a-40c8-977a-648cc08e6df9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb232a44-c251-4d2b-a227-f7ffa6440b20" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "b0ddd315-4c54-40af-92ac-ecca3391bdb9" + "3cf7b24f-d4b6-40a9-981f-79e8efe05176" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122739Z:b0ddd315-4c54-40af-92ac-ecca3391bdb9" + "EASTUS2:20211116T220303Z:3cf7b24f-d4b6-40a9-981f-79e8efe05176" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:27:39 GMT" - ], "Content-Length": [ "2626" ], @@ -1363,63 +1366,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a2edb87c-1740-4e15-bece-452a57fe4323\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1458\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"248b7765-9477-4c56-b13a-49097eb9eb3d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/vm1458_disk2_117d1586d5994b0888a2114c928b3c26\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e91b94c1-13a5-4fff-a9b2-a4a19c2a06b5" + "ee9e6c91-b609-4909-b979-afda0b272504" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:03:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31977" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1631d2d-7f57-413f-9b98-07bbe4205f00" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "49b6008f-34b4-4665-972f-3ce30da3ee97" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "a2093e80-566e-4670-b425-28d3057ef3d8" + "70ca131a-e9bb-4516-94f8-536b0062120a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T122739Z:a2093e80-566e-4670-b425-28d3057ef3d8" + "EASTUS2:20211116T220303Z:70ca131a-e9bb-4516-94f8-536b0062120a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:27:39 GMT" - ], "Content-Length": [ "2626" ], @@ -1430,57 +1433,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a2edb87c-1740-4e15-bece-452a57fe4323\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1458\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"248b7765-9477-4c56-b13a-49097eb9eb3d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/vm1458_disk2_117d1586d5994b0888a2114c928b3c26\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31974" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e32b986d-d577-44aa-8de8-5366bd2d877b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "887dab7c-1adb-4f28-8892-3890dc2cefee" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "a2694392-95e6-4f55-840f-669cce52f881" + "cd6b214a-f357-416f-9f28-f9bd068e7cf6" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123310Z:a2694392-95e6-4f55-840f-669cce52f881" + "EASTUS2:20211116T220835Z:cd6b214a-f357-416f-9f28-f9bd068e7cf6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:10 GMT" - ], "Content-Length": [ "2662" ], @@ -1491,63 +1494,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a2edb87c-1740-4e15-bece-452a57fe4323\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1458\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"248b7765-9477-4c56-b13a-49097eb9eb3d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/vm1458_disk2_117d1586d5994b0888a2114c928b3c26\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTU/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTg/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e6671d3-7abc-492d-984e-bfb700544aaf" + "d568f00a-8078-48a7-a5fd-6136dcac0c81" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fd25842f-8b63-49ea-b0b0-af1706937107" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fc19f252-85f8-4b69-b960-22609b9ddcb2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "6732d743-2c02-4d64-baba-f0a6e0d03513" + "b8189056-4b6a-4464-a0f7-37008ff56d07" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123239Z:6732d743-2c02-4d64-baba-f0a6e0d03513" + "EASTUS2:20211116T220804Z:b8189056-4b6a-4464-a0f7-37008ff56d07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:32:38 GMT" - ], "Content-Length": [ "4297" ], @@ -1558,63 +1561,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a2edb87c-1740-4e15-bece-452a57fe4323\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:32:04+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:25:02.9848651+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:25:02.9848651+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:27:02.3760865+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1458\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"248b7765-9477-4c56-b13a-49097eb9eb3d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/vm1458_disk2_117d1586d5994b0888a2114c928b3c26\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T22:07:16+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:01:15.3844255+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:01:15.3844255+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:02:16.7633256+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTUvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTgvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7faef750-5606-4ca1-86d2-faa814343940" + "5889207a-e7ec-4358-ba21-577b8e601e80" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4f0e726-951c-44b6-b170-cd407564b1c4" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "86d26d02-f6a8-44e8-a7d2-0555907d9994" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "01e799a5-4997-4f01-b173-91966b349651" + "b6b2971a-511e-4322-8460-120fa33da414" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123239Z:01e799a5-4997-4f01-b173-91966b349651" + "EASTUS2:20211116T220804Z:b6b2971a-511e-4322-8460-120fa33da414" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:32:39 GMT" - ], "Content-Length": [ "1432" ], @@ -1625,63 +1628,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T12:32:04+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:25:02.9848651+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:25:02.9848651+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T12:27:02.3760865+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T22:07:16+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:01:15.3844255+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:01:15.3844255+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T22:02:16.7633256+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73b56656-23fb-40e3-a0fe-789e59a8922c" + "2d6b9261-9582-4c27-bedf-21faddf9313f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;697" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f452e3e-9085-4400-b5cd-8cb7f68b59b3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "5a1d7c29-b7b0-4df4-abfe-3dde5ecc1ca8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "f4171b33-1249-45c8-9db5-5191b46b359d" + "8febed8d-f369-4bf8-9598-221fd1ff0438" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123239Z:f4171b33-1249-45c8-9db5-5191b46b359d" + "EASTUS2:20211116T220804Z:8febed8d-f369-4bf8-9598-221fd1ff0438" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:32:39 GMT" - ], "Content-Length": [ "2959" ], @@ -1692,65 +1695,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm2795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a2edb87c-1740-4e15-bece-452a57fe4323\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm1458\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"248b7765-9477-4c56-b13a-49097eb9eb3d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/vm1458_disk2_117d1586d5994b0888a2114c928b3c26\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTUvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTgvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8dac3de-dca0-4c2d-bbfb-47fe57518bf7" + "0143761f-3c4a-44c0-9fcf-b762d95df03f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31977" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31a406a2-bde8-41d3-a3ac-6045e23ae6a1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bbab1c7a-69c4-4af1-b120-65026f804055" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "09f22d83-61f2-4746-9c13-d1e900c67a0a" + "ac475834-989a-46f2-bfa1-73810e766c22" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123239Z:09f22d83-61f2-4746-9c13-d1e900c67a0a" + "EASTUS2:20211116T220804Z:ac475834-989a-46f2-bfa1-73810e766c22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:32:39 GMT" - ], "Content-Length": [ - "50723" + "42574" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1759,65 +1762,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/availabilitySets/as3373/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMzMzczL3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/availabilitySets/as2016/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyMDE2L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a184162b-8b54-49c4-bd1e-a6df44f59a10" + "441692a7-8f94-4ca0-907e-93fb8aea3d27" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31976" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69185e96-0ab4-42e8-aac7-471aecb371eb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d2c343e-0a2f-4d9c-898d-11aa20a3400d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "6e4a2057-9a49-490f-9ad8-c8f8796437d2" + "3fae2217-74d2-4faf-9d8a-76470d25df16" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123239Z:6e4a2057-9a49-490f-9ad8-c8f8796437d2" + "EASTUS2:20211116T220804Z:3fae2217-74d2-4faf-9d8a-76470d25df16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:32:39 GMT" - ], "Content-Length": [ - "77795" + "100374" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1826,26 +1829,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1830912,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3661824,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7323648,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10985472,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14647296,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 18309120,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_ND96asr_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2969600,\r\n \"memoryInMB\": 921600,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v3\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DC8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC1ds_v3\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DC2ds_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC4ds_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DC8ds_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC16ds_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC24ds_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC32ds_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC48ds_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjU5MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI3OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg1MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTE0NTg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c4370cf-8e88-4921-b0d3-374a833b399e" + "244e026c-9270-4167-998f-cc2250891b01" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1858,9 +1861,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1194" ], @@ -1868,27 +1878,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a6d3c24-7bf0-40c0-9af9-fa68f8749baa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d82b27a7-6845-471c-8c7c-b733c1d763dd" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a52f9da0-3e64-4631-a7b1-04ba3dda2171" + "3a6789c9-336d-45c0-9a0b-a9098e75d4ab" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123240Z:a52f9da0-3e64-4631-a7b1-04ba3dda2171" + "EASTUS2:20211116T220805Z:3a6789c9-336d-45c0-9a0b-a9098e75d4ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:32:39 GMT" - ], "Content-Length": [ "2632" ], @@ -1899,25 +1902,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm2795\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/virtualMachines/vm2795\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a2edb87c-1740-4e15-bece-452a57fe4323\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Compute/disks/vm2795_disk2_8a8daaf03fd245bd9b0f0213dbdbcb8e\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar5914/providers/Microsoft.Network/networkInterfaces/nic5542\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm1458\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/virtualMachines/vm1458\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"UpdateTag\": \"UpdateTagValue\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"248b7765-9477-4c56-b13a-49097eb9eb3d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_E16s_v3\"\r\n },\r\n \"additionalCapabilities\": {\r\n \"ultraSSDEnabled\": true\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm1458_disk2_117d1586d5994b0888a2114c928b3c26\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"UltraSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Compute/disks/vm1458_disk2_117d1586d5994b0888a2114c928b3c26\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar8526/providers/Microsoft.Network/networkInterfaces/nic2740\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar5914?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjU5MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar8526?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg1MjY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f7dc4eb-5b4c-419a-b4a0-22a3297cc12a" + "fb7de198-253d-4da4-885e-4f12160e3905" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1925,11 +1928,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 22:08:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI1OTE0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NTI2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1938,13 +1944,13 @@ "14999" ], "x-ms-request-id": [ - "9a660f93-26b3-4277-8292-1dced1958efa" + "0293f8a7-8a06-40fd-814a-a1db5b9ec837" ], "x-ms-correlation-request-id": [ - "9a660f93-26b3-4277-8292-1dced1958efa" + "0293f8a7-8a06-40fd-814a-a1db5b9ec837" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T123310Z:9a660f93-26b3-4277-8292-1dced1958efa" + "EASTUS2:20211116T220835Z:0293f8a7-8a06-40fd-814a-a1db5b9ec837" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1952,14 +1958,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 12:33:10 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1968,28 +1971,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar5914", - "crptestar9025", - "as3373" + "crptestar8526", + "crptestar5410", + "as2016" ], "CreatePublicIP": [ - "pip9083", - "dn4091" + "pip4764", + "dn2564" ], "CreateVNET": [ - "vn7842", - "sn9795" + "vn46", + "sn3416" ], "CreateNIC": [ - "nic5542", - "ip7927" + "nic2740", + "ip4568" ], "CreateDefaultVMInput": [ - "crptestar2345", - "crptestar9904", - "crptestar436", - "vm2795", - "Microsoft.Compute/virtualMachines4820" + "crptestar9956", + "crptestar1572", + "crptestar4779", + "vm1458", + "Microsoft.Compute/virtualMachines7441" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_PpgScenario.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_PpgScenario.json index 91a1b43bdb2df..6faada34b1631 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_PpgScenario.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_PpgScenario.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bb104ba-eca9-485f-8fbc-c89ea2de0075" + "899de3ba-32ae-4e03-b2f0-72f1faecfa27" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:53 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,30 +40,23 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132686743863349750" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132701573047550187" ], "x-ms-request-id": [ - "11432d4f-f801-450f-83e8-3b45e4c3494a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2966ead0-3712-44a2-a848-0daeccc4ab0a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "229da922-51b2-4bdb-8e00-8cf001b9aa1c" + "eb0efedd-e851-40c3-b127-21d6f8d6384c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112640Z:229da922-51b2-4bdb-8e00-8cf001b9aa1c" + "EASTUS2:20211116T211053Z:eb0efedd-e851-40c3-b127-21d6f8d6384c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:39 GMT" - ], "Content-Length": [ "309" ], @@ -71,21 +71,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9827?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4Mjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3025?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9827\": \"2021-06-29 11:26:40Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3025\": \"2021-11-16 21:10:53Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e31982f8-6795-486f-b402-02af02ae0981" + "f61da5a1-ca3c-4858-93cc-d1389115bc7f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -99,6 +99,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:52 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "9b04774b-b31f-4a7b-b354-89c3e43ffbcc" + "5c28d95a-34f8-4701-b993-e4f29fc2eb68" ], "x-ms-correlation-request-id": [ - "9b04774b-b31f-4a7b-b354-89c3e43ffbcc" + "5c28d95a-34f8-4701-b993-e4f29fc2eb68" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112640Z:9b04774b-b31f-4a7b-b354-89c3e43ffbcc" + "EASTUS2:20211116T211053Z:5c28d95a-34f8-4701-b993-e4f29fc2eb68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,9 +123,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:40 GMT" - ], "Content-Length": [ "228" ], @@ -133,25 +133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827\",\r\n \"name\": \"crptestar9827\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar9827\": \"2021-06-29 11:26:40Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025\",\r\n \"name\": \"crptestar3025\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"crptestar3025\": \"2021-11-16 21:10:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/publicIPAddresses/pip8369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgzNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/publicIPAddresses/pip7184?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9969\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3838\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1b2f4d0-eec3-49fb-83bf-ce4a2aa31976" + "6757f1f0-89ca-46dc-8769-cac9dba2d9e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -165,46 +165,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:53 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "f64f6ee3-35a9-4e3c-ac27-efa472591170" + "d45db54f-deea-41d7-bb85-b114c85c06c9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f64f6ee3-35a9-4e3c-ac27-efa472591170?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d45db54f-deea-41d7-bb85-b114c85c06c9?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "6bb4d257-18bf-49c7-ad31-73e0ef1d0e13" + "7ed5af15-529c-415c-bae3-992e00030c89" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5b9f4226-e039-4b66-a122-fa367c45c1cd" + "444ff82b-e5a3-40ff-ba1f-66fa35883a78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112641Z:6bb4d257-18bf-49c7-ad31-73e0ef1d0e13" + "EASTUS2:20211116T211054Z:7ed5af15-529c-415c-bae3-992e00030c89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:41 GMT" - ], "Content-Length": [ "757" ], @@ -215,19 +215,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/publicIPAddresses/pip8369\",\r\n \"etag\": \"W/\\\"e44b25c4-6c34-4fae-a263-6b182ba42248\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6fa08911-631b-453e-a93e-3441508ebe69\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9969\",\r\n \"fqdn\": \"dn9969.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/publicIPAddresses/pip7184\",\r\n \"etag\": \"W/\\\"9694a154-2d2c-4d46-a822-ad46e1b2be49\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"55aa5f7c-b151-40bd-98ab-8ead6ce0d0ad\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3838\",\r\n \"fqdn\": \"dn3838.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/f64f6ee3-35a9-4e3c-ac27-efa472591170?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Y2NGY2ZWUzLTM1YTktNGUzYy1hYzI3LWVmYTQ3MjU5MTE3MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d45db54f-deea-41d7-bb85-b114c85c06c9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q0NWRiNTRmLWRlZWEtNDFkNy1iYjg1LWIxMTRjODVjMDZjOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -235,37 +235,101 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:55 GMT" + ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7c00128b-7485-4639-9bfc-93213d8b8532" + "0f54fed2-dc23-4181-b05e-47ea08a3975c" ], "x-ms-correlation-request-id": [ - "81c12471-7bd6-4e3d-ab2f-06a99fa9baaf" + "dc53d3ed-0b89-41d5-8629-7cc5ea50ebdd" ], "x-ms-arm-service-request-id": [ - "a91c96dd-8741-4841-b6b7-3d27b1bb872c" + "3881a798-9272-446e-b2a3-2db802a2697c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "EASTUS2:20211116T211055Z:dc53d3ed-0b89-41d5-8629-7cc5ea50ebdd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/d45db54f-deea-41d7-bb85-b114c85c06c9?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2Q0NWRiNTRmLWRlZWEtNDFkNy1iYjg1LWIxMTRjODVjMDZjOT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 16 Nov 2021 21:10:57 GMT" + ], + "Pragma": [ + "no-cache" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-request-id": [ + "f98dccf3-5fa3-4f90-80df-a4d046c7326d" + ], + "x-ms-correlation-request-id": [ + "9f73e820-92a2-4477-b6c0-7d75f54b4f28" + ], + "x-ms-arm-service-request-id": [ + "b4117cef-f762-49ea-870a-9b8c1988a55e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112642Z:81c12471-7bd6-4e3d-ab2f-06a99fa9baaf" + "EASTUS2:20211116T211057Z:9f73e820-92a2-4477-b6c0-7d75f54b4f28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:42 GMT" - ], "Content-Length": [ "29" ], @@ -280,15 +344,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/publicIPAddresses/pip8369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgzNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/publicIPAddresses/pip7184?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +360,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ceff8af5-ec2c-4b68-bef5-cd3f0ecf8adb\"" + "W/\"bcdf7768-4e33-4161-bd9a-244c097f24cb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6de52f9b-f8fe-42b8-8384-7abdc1ec3717" + "b7f195cd-4dfe-4750-8b53-0c2f12e84860" ], "x-ms-correlation-request-id": [ - "8d3003c2-34f8-4ea1-be91-e3ce2eb9fea8" + "75bcce09-2b9c-400a-a5d8-5c78af054656" ], "x-ms-arm-service-request-id": [ - "64d07212-0bf2-4172-a4e6-29ae63d67420" + "3e3cae61-c79c-47d5-940a-9ea4a387056d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112642Z:8d3003c2-34f8-4ea1-be91-e3ce2eb9fea8" + "EASTUS2:20211116T211057Z:75bcce09-2b9c-400a-a5d8-5c78af054656" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:42 GMT" - ], "Content-Length": [ "758" ], @@ -340,25 +404,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/publicIPAddresses/pip8369\",\r\n \"etag\": \"W/\\\"ceff8af5-ec2c-4b68-bef5-cd3f0ecf8adb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6fa08911-631b-453e-a93e-3441508ebe69\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9969\",\r\n \"fqdn\": \"dn9969.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/publicIPAddresses/pip7184\",\r\n \"etag\": \"W/\\\"bcdf7768-4e33-4161-bd9a-244c097f24cb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"55aa5f7c-b151-40bd-98ab-8ead6ce0d0ad\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3838\",\r\n \"fqdn\": \"dn3838.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/publicIPAddresses/pip8369?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDgzNjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/publicIPAddresses/pip7184?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDcxODQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2d8e86a-02bc-4ca2-b159-5d7167e31a8d" + "e0c7cd54-26ee-4977-9f07-238e99e8b751" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -366,40 +430,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"ceff8af5-ec2c-4b68-bef5-cd3f0ecf8adb\"" + "W/\"bcdf7768-4e33-4161-bd9a-244c097f24cb\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ec3c4936-ca0c-4ff8-bef9-d298cf560130" + "e652c7c8-4cde-4a1c-ac99-956c42628ce7" ], "x-ms-correlation-request-id": [ - "6442f321-9bd2-402f-83ba-8b2d5ed6c25f" + "004d55b1-a1f3-4132-b581-184102c920a4" ], "x-ms-arm-service-request-id": [ - "d2757084-911b-4eb5-933c-62dd044b1477" + "460d88cd-a4c6-4122-b7a9-7acfdcdf6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112642Z:6442f321-9bd2-402f-83ba-8b2d5ed6c25f" + "EASTUS2:20211116T211057Z:004d55b1-a1f3-4132-b581-184102c920a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:42 GMT" - ], "Content-Length": [ "758" ], @@ -410,25 +474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip8369\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/publicIPAddresses/pip8369\",\r\n \"etag\": \"W/\\\"ceff8af5-ec2c-4b68-bef5-cd3f0ecf8adb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6fa08911-631b-453e-a93e-3441508ebe69\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn9969\",\r\n \"fqdn\": \"dn9969.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7184\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/publicIPAddresses/pip7184\",\r\n \"etag\": \"W/\\\"bcdf7768-4e33-4161-bd9a-244c097f24cb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"55aa5f7c-b151-40bd-98ab-8ead6ce0d0ad\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3838\",\r\n \"fqdn\": \"dn3838.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY0MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7822\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn7232\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17d7b1b9-807b-42d0-92db-779da56a77dc" + "f437850e-7a32-4046-83a9-b702610b7702" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -442,46 +506,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:57 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0a116248-2da4-47ec-9171-8fd2d930dca1" + "22ee5270-ba24-47bc-a3d0-acea5303e8db" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0a116248-2da4-47ec-9171-8fd2d930dca1?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/22ee5270-ba24-47bc-a3d0-acea5303e8db?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "dc10a3fd-daee-4da3-916e-42732c31daa3" + "567d7b14-796f-44a5-957b-31c74279c3af" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "81593432-dea7-412f-94cb-fb1a3532df21" + "abc4c3fa-5e40-4ac8-99c0-ab95a104caad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112643Z:dc10a3fd-daee-4da3-916e-42732c31daa3" + "EASTUS2:20211116T211057Z:567d7b14-796f-44a5-957b-31c74279c3af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:42 GMT" - ], "Content-Length": [ "1212" ], @@ -492,19 +556,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6401\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401\",\r\n \"etag\": \"W/\\\"3b70568f-74ae-46e2-b5c4-49c79eb3421c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1abf523f-8907-448a-82c0-2d13b5b065da\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7822\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822\",\r\n \"etag\": \"W/\\\"3b70568f-74ae-46e2-b5c4-49c79eb3421c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116\",\r\n \"etag\": \"W/\\\"4ae9a9c3-d64f-467f-a7ac-991f9cd9ea45\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8063ee3b-0359-4830-927e-d3ab9675844f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7232\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232\",\r\n \"etag\": \"W/\\\"4ae9a9c3-d64f-467f-a7ac-991f9cd9ea45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/0a116248-2da4-47ec-9171-8fd2d930dca1?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzBhMTE2MjQ4LTJkYTQtNDdlYy05MTcxLThmZDJkOTMwZGNhMT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/22ee5270-ba24-47bc-a3d0-acea5303e8db?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzIyZWU1MjcwLWJhMjQtNDdiYy1hM2QwLWFjZWE1MzAzZThkYj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -512,37 +576,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "115694a5-905c-4c44-a566-29dd1d928194" + "09dbbd86-d441-4082-b1ef-01c2ca1f4e61" ], "x-ms-correlation-request-id": [ - "c5a7d6c1-a18f-4c3b-a588-def27d3269ab" + "dd31e313-b7ca-4034-b926-8d27ffd3455c" ], "x-ms-arm-service-request-id": [ - "f05735b7-f9ef-4e26-8dda-28dc1a13def0" + "5abb47ec-0dbc-4500-9514-00f6497f460b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112646Z:c5a7d6c1-a18f-4c3b-a588-def27d3269ab" + "EASTUS2:20211116T211101Z:dd31e313-b7ca-4034-b926-8d27ffd3455c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:45 GMT" - ], "Content-Length": [ "29" ], @@ -557,15 +621,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY0MDE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxMTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,40 +637,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"929b5cf3-cfc1-497c-85fb-b4c3e7b98c01\"" + "W/\"5019833f-7d32-4818-8a08-018539661ff3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5b269f0b-7946-49e6-834d-aa13039414a6" + "eace6063-7816-494f-8cb1-b4503ef38c1d" ], "x-ms-correlation-request-id": [ - "f5a5f583-5456-4268-adf8-eddc9ce73ab9" + "37486767-c7c6-4518-ae1f-ee1b1d70c7be" ], "x-ms-arm-service-request-id": [ - "3b6a6a96-1125-400f-8296-2a1266b45e60" + "2c266db2-9986-4c79-9336-eee862169e39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112646Z:f5a5f583-5456-4268-adf8-eddc9ce73ab9" + "EASTUS2:20211116T211101Z:37486767-c7c6-4518-ae1f-ee1b1d70c7be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:45 GMT" - ], "Content-Length": [ "1214" ], @@ -617,25 +681,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn6401\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401\",\r\n \"etag\": \"W/\\\"929b5cf3-cfc1-497c-85fb-b4c3e7b98c01\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1abf523f-8907-448a-82c0-2d13b5b065da\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7822\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822\",\r\n \"etag\": \"W/\\\"929b5cf3-cfc1-497c-85fb-b4c3e7b98c01\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn4116\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116\",\r\n \"etag\": \"W/\\\"5019833f-7d32-4818-8a08-018539661ff3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8063ee3b-0359-4830-927e-d3ab9675844f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn7232\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232\",\r\n \"etag\": \"W/\\\"5019833f-7d32-4818-8a08-018539661ff3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjY0MDEvc3VibmV0cy9zbjc4MjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxMTYvc3VibmV0cy9zbjcyMzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75022383-9ac5-4f8c-b852-d610016c0537" + "7ab2d266-1e41-4319-89a1-d7f67d8c5b53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -643,40 +707,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"929b5cf3-cfc1-497c-85fb-b4c3e7b98c01\"" + "W/\"5019833f-7d32-4818-8a08-018539661ff3\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1c23d7b2-d097-4d82-8c18-d8815dbfa2cc" + "84a93509-5fbf-494c-8e99-4eadc53c218e" ], "x-ms-correlation-request-id": [ - "e3b78ffe-8aaa-4bf7-8d1e-aea1f03e16b8" + "5861990e-9979-45ac-8cf9-9cf515e420d8" ], "x-ms-arm-service-request-id": [ - "634db42c-6d55-439f-ac51-3186d0aa9542" + "6fa0681e-9f81-4222-ba3e-8782649c5d91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112646Z:e3b78ffe-8aaa-4bf7-8d1e-aea1f03e16b8" + "EASTUS2:20211116T211101Z:5861990e-9979-45ac-8cf9-9cf515e420d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:45 GMT" - ], "Content-Length": [ "523" ], @@ -687,25 +751,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn7822\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822\",\r\n \"etag\": \"W/\\\"929b5cf3-cfc1-497c-85fb-b4c3e7b98c01\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn7232\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232\",\r\n \"etag\": \"W/\\\"5019833f-7d32-4818-8a08-018539661ff3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkyNDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7822\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822\"\r\n }\r\n },\r\n \"name\": \"ip8950\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn7232\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232\"\r\n }\r\n },\r\n \"name\": \"ip3178\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1dfbd5a6-3bab-4ce4-9915-39bbb1dcf605" + "c244626f-7cd0-4560-ae69-5f83a3b4655e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -719,43 +783,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "72ce8f69-be83-4215-bace-4bcd00465a67" + "e165e811-e21a-4a90-8984-6ff306f23e45" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/72ce8f69-be83-4215-bace-4bcd00465a67?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e165e811-e21a-4a90-8984-6ff306f23e45?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7c84b21c-0b33-4f65-b60d-261d7ed39f20" + "fdc94d40-b351-4b1d-9ee5-adf5d8cc66c2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d561b5ec-0249-44bb-8c07-e0e390e3f002" + "1f908069-c17d-43ac-82ab-7faef1edeab6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112646Z:7c84b21c-0b33-4f65-b60d-261d7ed39f20" + "EASTUS2:20211116T211101Z:fdc94d40-b351-4b1d-9ee5-adf5d8cc66c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:46 GMT" - ], "Content-Length": [ "1625" ], @@ -766,19 +830,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\",\r\n \"etag\": \"W/\\\"4f70606b-8aac-42ca-a84c-4216322852fb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78cfdf7c-9034-412f-be40-37939394662c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247/ipConfigurations/ip8950\",\r\n \"etag\": \"W/\\\"4f70606b-8aac-42ca-a84c-4216322852fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822\"\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\": \"h3jl4gqhrgfejawafuj1lmdf1c.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\",\r\n \"etag\": \"W/\\\"f043da23-3244-4c8d-95ce-3869f9391295\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ebe93dd2-84f9-420e-a8d5-cce735ce9267\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121/ipConfigurations/ip3178\",\r\n \"etag\": \"W/\\\"f043da23-3244-4c8d-95ce-3869f9391295\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232\"\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\": \"hpxghaczamyeret40ovzm3mejh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkyNDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,40 +850,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4f70606b-8aac-42ca-a84c-4216322852fb\"" + "W/\"f043da23-3244-4c8d-95ce-3869f9391295\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6010e429-2a94-4812-ad11-9eefc4bfb751" + "0ebe0b17-3d3d-457b-bed1-452e0c8b47a4" ], "x-ms-correlation-request-id": [ - "48039f90-e77e-4419-9162-203452c252e1" + "0047d51a-f15c-4bd4-a30d-56602820ac97" ], "x-ms-arm-service-request-id": [ - "e3a761e9-85fb-4adc-b610-f12a2ea8fde8" + "0c90c43e-eb80-49f9-9ac9-3d7113657e30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112647Z:48039f90-e77e-4419-9162-203452c252e1" + "EASTUS2:20211116T211101Z:0047d51a-f15c-4bd4-a30d-56602820ac97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:46 GMT" - ], "Content-Length": [ "1625" ], @@ -830,25 +894,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\",\r\n \"etag\": \"W/\\\"4f70606b-8aac-42ca-a84c-4216322852fb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78cfdf7c-9034-412f-be40-37939394662c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247/ipConfigurations/ip8950\",\r\n \"etag\": \"W/\\\"4f70606b-8aac-42ca-a84c-4216322852fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822\"\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\": \"h3jl4gqhrgfejawafuj1lmdf1c.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\",\r\n \"etag\": \"W/\\\"f043da23-3244-4c8d-95ce-3869f9391295\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ebe93dd2-84f9-420e-a8d5-cce735ce9267\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121/ipConfigurations/ip3178\",\r\n \"etag\": \"W/\\\"f043da23-3244-4c8d-95ce-3869f9391295\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232\"\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\": \"hpxghaczamyeret40ovzm3mejh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzkyNDc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzMxMjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c021ca46-c079-41ba-8ea8-2840d6d1c9cf" + "e58f20e1-5978-4a5d-aa69-6e9aa437d6b3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -856,40 +920,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"4f70606b-8aac-42ca-a84c-4216322852fb\"" + "W/\"f043da23-3244-4c8d-95ce-3869f9391295\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9038ca00-a594-4d12-88cb-81f54bfbf863" + "7d4df530-fc1b-4c50-8bcf-30334454a181" ], "x-ms-correlation-request-id": [ - "e90ef2a3-4b93-4907-a667-1a3c2c97694c" + "3e907a7d-ca92-484a-b065-47a8975745a9" ], "x-ms-arm-service-request-id": [ - "92a653d4-e224-43e0-8092-2528c764e3d9" + "6959b419-ddfc-4fce-a22f-63163d6ec9b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112647Z:e90ef2a3-4b93-4907-a667-1a3c2c97694c" + "EASTUS2:20211116T211101Z:3e907a7d-ca92-484a-b065-47a8975745a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:46 GMT" - ], "Content-Length": [ "1625" ], @@ -900,26 +964,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic9247\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\",\r\n \"etag\": \"W/\\\"4f70606b-8aac-42ca-a84c-4216322852fb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78cfdf7c-9034-412f-be40-37939394662c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip8950\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247/ipConfigurations/ip8950\",\r\n \"etag\": \"W/\\\"4f70606b-8aac-42ca-a84c-4216322852fb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/virtualNetworks/vn6401/subnets/sn7822\"\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\": \"h3jl4gqhrgfejawafuj1lmdf1c.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3121\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\",\r\n \"etag\": \"W/\\\"f043da23-3244-4c8d-95ce-3869f9391295\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ebe93dd2-84f9-420e-a8d5-cce735ce9267\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3178\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121/ipConfigurations/ip3178\",\r\n \"etag\": \"W/\\\"f043da23-3244-4c8d-95ce-3869f9391295\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/virtualNetworks/vn4116/subnets/sn7232\"\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\": \"hpxghaczamyeret40ovzm3mejh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0OTc2OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0ODg1ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3440683e-b97a-423b-8cf8-aa137f8c1ba6" + "7afd0ebb-9827-40f9-a62a-c7fe805faf84" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -932,9 +996,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;499" ], @@ -942,27 +1013,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6211dda7-01f3-4046-bbaa-64f651e86326" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4867fffc-062b-4835-aeef-221bbcce7682" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "99bab401-0862-4271-b92f-8d2d072f636c" + "0fdbd176-1ed4-40d2-9ea4-badefebe969b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112647Z:99bab401-0862-4271-b92f-8d2d072f636c" + "EASTUS2:20211116T211101Z:0fdbd176-1ed4-40d2-9ea4-badefebe969b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:46 GMT" - ], "Content-Length": [ "398" ], @@ -973,26 +1037,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ppgtest9768\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ppgtest8854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/as6736?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NzM2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/as9617?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NjE3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "33b85a1f-3392-45a0-a1e0-70671bf19506" + "9197e445-24df-4037-985c-0fc927e34056" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,37 +1069,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "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": [ - "6654db1b-23b5-416b-b960-b5405b36a156" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1e84c272-c103-48c7-839f-d422b7dd6043" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "34a44315-1e31-455b-8316-ca894045ad39" + "fb87852b-7f08-4f4a-a326-d8051e63df98" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112648Z:34a44315-1e31-455b-8316-ca894045ad39" + "EASTUS2:20211116T211102Z:fb87852b-7f08-4f4a-a326-d8051e63df98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:47 GMT" - ], "Content-Length": [ "641" ], @@ -1046,26 +1110,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as6736\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/as6736\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as9617\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/as9617\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1,\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0MTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/as6736\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/as9617\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0bf94c9-685f-4226-8614-5a9caf2e7e2d" + "a17c3d92-b47e-4e19-9d1d-bee676787b82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1078,46 +1142,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:02 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e4035739-2b2c-47cd-95ab-0bf69ee79961?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b7a59404-1d36-4632-8868-b3ae34526600?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4035739-2b2c-47cd-95ab-0bf69ee79961" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b7a59404-1d36-4632-8868-b3ae34526600" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "d082678e-1403-4afa-9e7a-c2c0f220fa8f" + "c57ca09e-1c82-4e90-87be-b99f698e73d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112648Z:d082678e-1403-4afa-9e7a-c2c0f220fa8f" + "EASTUS2:20211116T211102Z:c57ca09e-1c82-4e90-87be-b99f698e73d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:48 GMT" - ], "Content-Length": [ "2517" ], @@ -1128,60 +1192,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"79749b46-2bb8-44cb-9815-986f29e8451b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/AS6736\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4c024d7-4415-4d28-b577-c1663eb7c3a4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/AS9617\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e4035739-2b2c-47cd-95ab-0bf69ee79961?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U0MDM1NzM5LTJiMmMtNDdjZC05NWFiLTBiZjY5ZWU3OTk2MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b7a59404-1d36-4632-8868-b3ae34526600?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3YTU5NDA0LTFkMzYtNDYzMi04ODY4LWIzYWUzNDUyNjYwMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:11:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "59522bdf-0c24-49d9-8a5c-591d3e27e4e9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f2141c25-729a-4711-a3be-665659da937d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "82ae01a1-e0de-482b-9b2e-c46e50b5acd8" + "e9afd6b9-36a8-42f7-b2dc-7f0758503af4" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112658Z:82ae01a1-e0de-482b-9b2e-c46e50b5acd8" + "EASTUS2:20211116T211112Z:e9afd6b9-36a8-42f7-b2dc-7f0758503af4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:58 GMT" - ], "Content-Length": [ "134" ], @@ -1192,57 +1256,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:26:48.4694167+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4035739-2b2c-47cd-95ab-0bf69ee79961\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:11:02.6450743+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7a59404-1d36-4632-8868-b3ae34526600\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e4035739-2b2c-47cd-95ab-0bf69ee79961?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U0MDM1NzM5LTJiMmMtNDdjZC05NWFiLTBiZjY5ZWU3OTk2MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b7a59404-1d36-4632-8868-b3ae34526600?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3YTU5NDA0LTFkMzYtNDYzMi04ODY4LWIzYWUzNDUyNjYwMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:12:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e97bebe-52bd-4ecc-8b94-5135339bd2af" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9503709e-47df-48fb-a991-9432aea6ac67" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "56802144-c3d1-45a9-94f5-be35d8d80588" + "004fadfe-2bde-485e-b557-7ca92a1c1fd3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112748Z:56802144-c3d1-45a9-94f5-be35d8d80588" + "EASTUS2:20211116T211202Z:004fadfe-2bde-485e-b557-7ca92a1c1fd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:27:48 GMT" - ], "Content-Length": [ "134" ], @@ -1253,57 +1317,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:26:48.4694167+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4035739-2b2c-47cd-95ab-0bf69ee79961\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:11:02.6450743+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7a59404-1d36-4632-8868-b3ae34526600\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e4035739-2b2c-47cd-95ab-0bf69ee79961?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U0MDM1NzM5LTJiMmMtNDdjZC05NWFiLTBiZjY5ZWU3OTk2MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b7a59404-1d36-4632-8868-b3ae34526600?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3YTU5NDA0LTFkMzYtNDYzMi04ODY4LWIzYWUzNDUyNjYwMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:12:52 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9f8c8d74-ee9d-4cc5-866d-8d4ba542cfd8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "160a3d83-0816-4fc6-8732-1e02834dac22" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "ee1b297e-394d-4fa3-9bc9-f8735e70cdc2" + "ef3da889-515c-4c93-852f-ac8ab7c6a9f0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112838Z:ee1b297e-394d-4fa3-9bc9-f8735e70cdc2" + "EASTUS2:20211116T211253Z:ef3da889-515c-4c93-852f-ac8ab7c6a9f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:28:38 GMT" - ], "Content-Length": [ "134" ], @@ -1314,57 +1378,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:26:48.4694167+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4035739-2b2c-47cd-95ab-0bf69ee79961\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:11:02.6450743+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7a59404-1d36-4632-8868-b3ae34526600\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e4035739-2b2c-47cd-95ab-0bf69ee79961?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U0MDM1NzM5LTJiMmMtNDdjZC05NWFiLTBiZjY5ZWU3OTk2MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b7a59404-1d36-4632-8868-b3ae34526600?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3YTU5NDA0LTFkMzYtNDYzMi04ODY4LWIzYWUzNDUyNjYwMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:13:42 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49848bc2-5c83-42b9-8405-11dd988ed4ca" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "772a9441-8427-4835-89c2-4c6f5209f2c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "fb4810d5-dcdf-4560-a0b5-1a70307f93b2" + "c59ab356-9220-46d6-b8d0-a83492da4f19" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112929Z:fb4810d5-dcdf-4560-a0b5-1a70307f93b2" + "EASTUS2:20211116T211343Z:c59ab356-9220-46d6-b8d0-a83492da4f19" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:29:28 GMT" - ], "Content-Length": [ "134" ], @@ -1375,57 +1439,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:26:48.4694167+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e4035739-2b2c-47cd-95ab-0bf69ee79961\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:11:02.6450743+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b7a59404-1d36-4632-8868-b3ae34526600\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e4035739-2b2c-47cd-95ab-0bf69ee79961?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U0MDM1NzM5LTJiMmMtNDdjZC05NWFiLTBiZjY5ZWU3OTk2MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/b7a59404-1d36-4632-8868-b3ae34526600?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I3YTU5NDA0LTFkMzYtNDYzMi04ODY4LWIzYWUzNDUyNjYwMD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:14:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "93365773-de5d-411d-9a3a-16fbfc384b90" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fdea7a18-a78d-4a8e-86ef-ab3c6867554a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "0237f42c-5a57-49b4-9f9e-df77eb32abd4" + "35410d2b-f149-4614-bf20-945c6e742c5c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113019Z:0237f42c-5a57-49b4-9f9e-df77eb32abd4" + "EASTUS2:20211116T211433Z:35410d2b-f149-4614-bf20-945c6e742c5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:30:18 GMT" - ], "Content-Length": [ "184" ], @@ -1436,57 +1500,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:26:48.4694167+00:00\",\r\n \"endTime\": \"2021-06-29T11:30:14.8140112+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e4035739-2b2c-47cd-95ab-0bf69ee79961\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:11:02.6450743+00:00\",\r\n \"endTime\": \"2021-11-16T21:13:46.1399076+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b7a59404-1d36-4632-8868-b3ae34526600\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0MTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:14:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6c60482-fd13-45f4-b638-e766454a0d3a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "b4dfbe10-855f-40ca-babd-c3d5701ed0eb" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "da714193-9267-4f95-8885-df5432258f29" + "630b73be-d8e1-4673-9c53-d4bb6d380f7c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113019Z:da714193-9267-4f95-8885-df5432258f29" + "EASTUS2:20211116T211433Z:630b73be-d8e1-4673-9c53-d4bb6d380f7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:30:18 GMT" - ], "Content-Length": [ "2909" ], @@ -1497,63 +1561,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"79749b46-2bb8-44cb-9815-986f29e8451b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/AS6736\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4414_disk2_c89fbe7f485c404196d917fe8026b486\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/vm4414_disk2_c89fbe7f485c404196d917fe8026b486\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4c024d7-4415-4d28-b577-c1663eb7c3a4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/AS9617\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0MTQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18504666-3d4c-4bcb-8ef4-4140fdcc8417" + "1b1b95c2-825f-4d2e-b1d4-c8a4433c35d0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:14:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7a852fb-7c9d-4be3-a2b2-a3ae8296bad6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "8250b517-690d-4955-b9c7-151fc6d81b8f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "829b30d3-6634-47e0-bfdd-048cd77388c7" + "eb3e71cf-38a2-4b25-9347-74f43675a272" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113019Z:829b30d3-6634-47e0-bfdd-048cd77388c7" + "EASTUS2:20211116T211433Z:eb3e71cf-38a2-4b25-9347-74f43675a272" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:30:18 GMT" - ], "Content-Length": [ "2909" ], @@ -1564,63 +1628,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"79749b46-2bb8-44cb-9815-986f29e8451b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/AS6736\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4414_disk2_c89fbe7f485c404196d917fe8026b486\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/vm4414_disk2_c89fbe7f485c404196d917fe8026b486\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4c024d7-4415-4d28-b577-c1663eb7c3a4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/AS9617\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0MTQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78180cc7-0e2b-4b85-866c-bbb9bb62f5f1" + "531cf765-a90c-4326-b892-8fa1bb187c52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:19:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eaa27260-090d-42f2-8418-a5ba4de67409" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2cfd76ed-3bb8-4d90-8cd4-0b250f5eabb5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "522c4b45-2951-406e-bd45-80b0e538808c" + "b9fa552c-aa24-499a-8fdf-c1f2a35bf689" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113519Z:522c4b45-2951-406e-bd45-80b0e538808c" + "EASTUS2:20211116T211933Z:b9fa552c-aa24-499a-8fdf-c1f2a35bf689" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:18 GMT" - ], "Content-Length": [ "4783" ], @@ -1631,63 +1695,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm4414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"79749b46-2bb8-44cb-9815-986f29e8451b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/AS6736\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4414_disk2_c89fbe7f485c404196d917fe8026b486\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/vm4414_disk2_c89fbe7f485c404196d917fe8026b486\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:35:03+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:26:53.2818969+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4414_disk2_c89fbe7f485c404196d917fe8026b486\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:26:53.3131436+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:30:14.7984118+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n },\r\n {\r\n \"code\": \"ColocationStatus/Aligned\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Aligned\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm3894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4c024d7-4415-4d28-b577-c1663eb7c3a4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/AS9617\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:18:52+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:11:06.5047162+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:11:06.5047162+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:13:46.1243255+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n },\r\n {\r\n \"code\": \"ColocationStatus/Aligned\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Aligned\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0MTQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cedad6f3-cb66-495b-a235-642c14005d25" + "6ab8daee-4f70-4410-8d5d-f4bf7da50246" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:19:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7cc30e8e-e554-4989-b504-29f4b3954528" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2d5d3592-8b57-4ca4-8add-a2cd4e596db3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "0d537957-b584-403f-8e13-539cd5fe6cda" + "d345f5f0-5c77-4dc8-883a-d869f699d385" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113519Z:0d537957-b584-403f-8e13-539cd5fe6cda" + "EASTUS2:20211116T211933Z:d345f5f0-5c77-4dc8-883a-d869f699d385" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:18 GMT" - ], "Content-Length": [ "1607" ], @@ -1698,63 +1762,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:35:03+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:26:53.2818969+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm4414_disk2_c89fbe7f485c404196d917fe8026b486\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:26:53.3131436+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:30:14.7984118+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n },\r\n {\r\n \"code\": \"ColocationStatus/Aligned\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Aligned\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:18:52+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:11:06.5047162+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:11:06.5047162+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:13:46.1243255+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n },\r\n {\r\n \"code\": \"ColocationStatus/Aligned\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Aligned\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "137c5699-e602-4654-8231-4dc95d5a4119" + "05b87e30-d22e-4f0d-8ced-72db70ac39d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:19:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" + "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c817ed53-2b45-4ddf-8b32-6789c565342e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "cbab3b46-ac99-4433-a46b-ad3b5a775cc9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "73ad2cf9-0a9f-47b0-b236-2200e599a2f3" + "5aed8140-ac99-4397-aab7-40c372b65b33" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113519Z:73ad2cf9-0a9f-47b0-b236-2200e599a2f3" + "EASTUS2:20211116T211933Z:5aed8140-ac99-4397-aab7-40c372b65b33" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:19 GMT" - ], "Content-Length": [ "3242" ], @@ -1765,65 +1829,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm4414\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"79749b46-2bb8-44cb-9815-986f29e8451b\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/AS6736\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm4414_disk2_c89fbe7f485c404196d917fe8026b486\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/disks/vm4414_disk2_c89fbe7f485c404196d917fe8026b486\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Network/networkInterfaces/nic9247\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm3894\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4c024d7-4415-4d28-b577-c1663eb7c3a4\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/AS9617\"\r\n },\r\n \"proximityPlacementGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/disks/vm3894_disk2_dcc7acad4f4a4229bc30c9430839324f\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Network/networkInterfaces/nic3121\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/virtualMachines/vm4414/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTQ0MTQvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/virtualMachines/vm3894/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTM4OTQvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "813a7a3a-f61a-4a30-a56d-23623e971620" + "4705c6d7-4ee0-4aa6-8e4f-72c9717be83e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:19:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "debf33fa-20fe-45ed-ae38-65b8429509cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "bea21fae-eb13-4e56-98e0-c9f4c69c6ab6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "243d15d2-30d7-4c44-a7c4-18afa6231e0e" + "42689598-bd69-4ea2-9b2c-816ea4e559d1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113519Z:243d15d2-30d7-4c44-a7c4-18afa6231e0e" + "EASTUS2:20211116T211933Z:42689598-bd69-4ea2-9b2c-816ea4e559d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:19 GMT" - ], "Content-Length": [ - "53322" + "30573" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1832,65 +1896,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/availabilitySets/as6736/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM2NzM2L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/availabilitySets/as9617/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM5NjE3L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd8481c1-baef-4bca-854a-481cdfe6c76a" + "97a2b463-ad53-4299-98a1-2a15323b31ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:19:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f4e96e34-c0f0-4909-aa92-c9fbbc5988b9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "4252b107-12cc-4781-b12e-1511cb31a9a5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "18ebc251-2b5f-4df2-943f-1751d6d4b829" + "ff62628f-f7bb-4a14-b8d8-952cc69e2917" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113519Z:18ebc251-2b5f-4df2-943f-1751d6d4b829" + "EASTUS2:20211116T211933Z:ff62628f-f7bb-4a14-b8d8-952cc69e2917" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:19 GMT" - ], "Content-Length": [ - "53322" + "30573" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1899,63 +1963,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjk4MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0OTc2OD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMwMjUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Byb3hpbWl0eVBsYWNlbWVudEdyb3Vwcy9wcGd0ZXN0ODg1ND9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77c4960f-4b7a-4dd6-b497-7a7a4f2e557c" + "19fd81fe-f87c-46fb-aa71-6ce744482277" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:19:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;698" + "Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;695" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80e8d7ce-9ffd-4d17-ae91-e0beff6c70d9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "c38d7720-118c-49e3-9e1f-2f01018db7d8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "345fa3cb-6b82-449a-8602-02dd3310993f" + "56cc5e3d-7777-4a19-9c86-7642706a8468" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113519Z:345fa3cb-6b82-449a-8602-02dd3310993f" + "EASTUS2:20211116T211933Z:56cc5e3d-7777-4a19-9c86-7642706a8468" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:19 GMT" - ], "Content-Length": [ "838" ], @@ -1966,25 +2030,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ppgtest9768\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9827/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest9768\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/virtualMachines/VM4414\"\r\n }\r\n ],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9827/providers/Microsoft.Compute/availabilitySets/AS6736\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ppgtest8854\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3025/providers/Microsoft.Compute/proximityPlacementGroups/ppgtest8854\",\r\n \"type\": \"Microsoft.Compute/proximityPlacementGroups\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"proximityPlacementGroupType\": \"Standard\",\r\n \"virtualMachines\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/virtualMachines/VM3894\"\r\n }\r\n ],\r\n \"virtualMachineScaleSets\": [],\r\n \"availabilitySets\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3025/providers/Microsoft.Compute/availabilitySets/AS9617\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9827?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjk4Mjc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3025?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMwMjU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "378f0262-0156-4f0f-a010-ef4941ed4d8e" + "0f58c9bd-d97a-4519-9b49-194d843247b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1992,11 +2056,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:19:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5ODI3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMDI1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2005,13 +2072,13 @@ "14999" ], "x-ms-request-id": [ - "cb7be9a1-2603-4d02-a761-4c47a28d191a" + "caf8bb97-0157-4eef-a7aa-6bfd2f17662f" ], "x-ms-correlation-request-id": [ - "cb7be9a1-2603-4d02-a761-4c47a28d191a" + "caf8bb97-0157-4eef-a7aa-6bfd2f17662f" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T113519Z:cb7be9a1-2603-4d02-a761-4c47a28d191a" + "EASTUS2:20211116T211933Z:caf8bb97-0157-4eef-a7aa-6bfd2f17662f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2019,14 +2086,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:35:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2035,29 +2099,29 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar9827", - "crptestar2051", - "as6736", - "ppgtest9768" + "crptestar3025", + "crptestar1048", + "as9617", + "ppgtest8854" ], "CreatePublicIP": [ - "pip8369", - "dn9969" + "pip7184", + "dn3838" ], "CreateVNET": [ - "vn6401", - "sn7822" + "vn4116", + "sn7232" ], "CreateNIC": [ - "nic9247", - "ip8950" + "nic3121", + "ip3178" ], "CreateDefaultVMInput": [ - "crptestar3106", - "crptestar9827", - "crptestar3351", - "vm4414", - "Microsoft.Compute/virtualMachines8198" + "crptestar9192", + "crptestar813", + "crptestar5506", + "vm3894", + "Microsoft.Compute/virtualMachines6952" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_TrustedLaunch.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_TrustedLaunch.json index 3d65e302aab27..0da2cab1f00b4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_TrustedLaunch.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_TrustedLaunch.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6888?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY4ODg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2043?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNDM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar6888\": \"2021-06-29 11:17:53Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar2043\": \"2021-11-16 21:02:07Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "26e37cb5-4c51-46b5-8952-003ee8bd4471" + "30cc1443-7573-42d3-a9d0-c7e522769f49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -29,6 +29,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:08 GMT" + ], "Pragma": [ "no-cache" ], @@ -36,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "6cfe36bd-7b61-45ad-894b-f355c43ea53c" + "985a762d-ca4b-459f-b63f-99e1fbe31f2d" ], "x-ms-correlation-request-id": [ - "6cfe36bd-7b61-45ad-894b-f355c43ea53c" + "985a762d-ca4b-459f-b63f-99e1fbe31f2d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111754Z:6cfe36bd-7b61-45ad-894b-f355c43ea53c" + "EASTUS2:20211116T210208Z:985a762d-ca4b-459f-b63f-99e1fbe31f2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -50,9 +53,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:17:53 GMT" - ], "Content-Length": [ "235" ], @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888\",\r\n \"name\": \"crptestar6888\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar6888\": \"2021-06-29 11:17:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043\",\r\n \"name\": \"crptestar2043\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar2043\": \"2021-11-16 21:02:07Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/publicIPAddresses/pip3406?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/publicIPAddresses/pip3526?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM1MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4475\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8726\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "200373ed-6716-4edf-9c99-8bd4cb17fec0" + "68509f55-62ba-4206-b4ac-1d7a48418192" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -95,46 +95,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:09 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "59bd022c-cc11-480d-a92f-8e19a375288d" + "9776a410-62a5-48f2-bb87-af9f15f37b53" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/59bd022c-cc11-480d-a92f-8e19a375288d?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/9776a410-62a5-48f2-bb87-af9f15f37b53?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a6645120-804f-450d-b96e-1ac6d2bdfbeb" + "f8345cfe-7c3b-465c-a547-f52c0f14a6b5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "51a351d6-0038-448e-9fe9-ff570b948c1f" + "07719de4-f76b-4c64-93e9-675a320c6f70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111756Z:a6645120-804f-450d-b96e-1ac6d2bdfbeb" + "EASTUS2:20211116T210210Z:f8345cfe-7c3b-465c-a547-f52c0f14a6b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:17:56 GMT" - ], "Content-Length": [ "771" ], @@ -145,19 +145,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/publicIPAddresses/pip3406\",\r\n \"etag\": \"W/\\\"b88b724b-394a-41c8-bfd7-379f221d1258\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"62d3a348-b06c-40ab-bdff-003436ef0cff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4475\",\r\n \"fqdn\": \"dn4475.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/publicIPAddresses/pip3526\",\r\n \"etag\": \"W/\\\"f3e45b13-d17e-41cc-b6ef-cd8fd72a0d93\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"66a1d9db-68a3-4086-854a-f9735518c8d6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8726\",\r\n \"fqdn\": \"dn8726.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/59bd022c-cc11-480d-a92f-8e19a375288d?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy81OWJkMDIyYy1jYzExLTQ4MGQtYTkyZi04ZTE5YTM3NTI4OGQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/9776a410-62a5-48f2-bb87-af9f15f37b53?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy85Nzc2YTQxMC02MmE1LTQ4ZjItYmI4Ny1hZjlmMTVmMzdiNTM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -165,37 +165,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "388cd2a4-f8c8-4dac-9f12-54c81d87ae0a" + "2aa8c23b-8ffe-462f-8f11-ae35c7b16b79" ], "x-ms-correlation-request-id": [ - "5e177e20-facb-47e2-8df5-f8b33ac0ba90" + "50ea9d4b-3211-4af3-b596-7784f7e74bf4" ], "x-ms-arm-service-request-id": [ - "57992888-ffab-41e4-bf37-387c5b7835d6" + "26b25fe8-1ed0-4da1-9d06-a5f3aa2fb523" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111757Z:5e177e20-facb-47e2-8df5-f8b33ac0ba90" + "EASTUS2:20211116T210211Z:50ea9d4b-3211-4af3-b596-7784f7e74bf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:17:57 GMT" - ], "Content-Length": [ "29" ], @@ -210,15 +210,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/publicIPAddresses/pip3406?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/publicIPAddresses/pip3526?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM1MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -226,40 +226,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cec9ef36-40dd-4a8d-94b0-f9118dffbdef\"" + "W/\"4b56c8a3-1501-4882-b67a-38b771be0815\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9054df36-6005-4025-8541-f31b2f426593" + "be50405c-4bc3-4c85-92d6-c5263224453b" ], "x-ms-correlation-request-id": [ - "bb7f38a8-478c-482a-a4fb-f8301dcbf509" + "3fced90b-256d-4caf-a79e-f3d0edf0dce8" ], "x-ms-arm-service-request-id": [ - "9470a910-e44d-4e58-8549-67c786320e4e" + "a7096736-a7c2-47a7-8d1f-680eeab0a601" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111757Z:bb7f38a8-478c-482a-a4fb-f8301dcbf509" + "EASTUS2:20211116T210211Z:3fced90b-256d-4caf-a79e-f3d0edf0dce8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:17:57 GMT" - ], "Content-Length": [ "772" ], @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/publicIPAddresses/pip3406\",\r\n \"etag\": \"W/\\\"cec9ef36-40dd-4a8d-94b0-f9118dffbdef\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"62d3a348-b06c-40ab-bdff-003436ef0cff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4475\",\r\n \"fqdn\": \"dn4475.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/publicIPAddresses/pip3526\",\r\n \"etag\": \"W/\\\"4b56c8a3-1501-4882-b67a-38b771be0815\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"66a1d9db-68a3-4086-854a-f9735518c8d6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8726\",\r\n \"fqdn\": \"dn8726.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/publicIPAddresses/pip3406?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM0MDY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/publicIPAddresses/pip3526?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM1MjY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "223a07fd-c7c0-4aad-b403-89c0f62f63c9" + "775b85ad-f702-4934-a26a-8cd90be29825" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -296,40 +296,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"cec9ef36-40dd-4a8d-94b0-f9118dffbdef\"" + "W/\"4b56c8a3-1501-4882-b67a-38b771be0815\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "492a7aff-7d56-40bc-a96c-47fd2777de26" + "a70a4f32-37bf-4ac8-bb1c-97641b92ea74" ], "x-ms-correlation-request-id": [ - "c5c82f6b-2391-45ca-b414-8f1a9a900f8a" + "a85c284e-9321-4f33-b87c-9282d3af9334" ], "x-ms-arm-service-request-id": [ - "ae3607cf-4447-4a19-b3e1-bf91a7a553b9" + "5b0e2652-b806-4fd7-8d8d-edd01fc29abd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111758Z:c5c82f6b-2391-45ca-b414-8f1a9a900f8a" + "EASTUS2:20211116T210211Z:a85c284e-9321-4f33-b87c-9282d3af9334" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:17:57 GMT" - ], "Content-Length": [ "772" ], @@ -340,25 +340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3406\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/publicIPAddresses/pip3406\",\r\n \"etag\": \"W/\\\"cec9ef36-40dd-4a8d-94b0-f9118dffbdef\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"62d3a348-b06c-40ab-bdff-003436ef0cff\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn4475\",\r\n \"fqdn\": \"dn4475.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3526\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/publicIPAddresses/pip3526\",\r\n \"etag\": \"W/\\\"4b56c8a3-1501-4882-b67a-38b771be0815\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"66a1d9db-68a3-4086-854a-f9735518c8d6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8726\",\r\n \"fqdn\": \"dn8726.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwOTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg4Nzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn5098\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4565\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ed9a239e-72d7-4814-aa43-7bf1994de52b" + "ce730f85-e43b-4b97-a4e6-1ad51e11c458" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -372,46 +372,46 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "b1292544-e491-4cbb-a75d-68b06b2f5aad" + "6d639fdd-4b97-4d2d-abd8-0475a907184d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/b1292544-e491-4cbb-a75d-68b06b2f5aad?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/6d639fdd-4b97-4d2d-abd8-0475a907184d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a1da1e12-1137-44f4-a448-a2e839ebf95c" + "0ffb8c75-e94f-4091-b80d-0f172d770b1c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ba16270b-28a5-4c41-a4c7-c9d2838b5883" + "bd5464d5-3d32-4067-94d8-97e106a2e737" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111759Z:a1da1e12-1137-44f4-a448-a2e839ebf95c" + "EASTUS2:20211116T210212Z:0ffb8c75-e94f-4091-b80d-0f172d770b1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:17:58 GMT" - ], "Content-Length": [ "1219" ], @@ -422,19 +422,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3091\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091\",\r\n \"etag\": \"W/\\\"9ebcc709-3ccc-4ec9-b223-76e161b043f0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9fd21c4e-ab88-48d0-a891-7af691af09f8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098\",\r\n \"etag\": \"W/\\\"9ebcc709-3ccc-4ec9-b223-76e161b043f0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8877\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877\",\r\n \"etag\": \"W/\\\"92b87f21-83c3-4160-b715-34217ee99361\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1e7639f3-81f9-4109-8626-b13ba7acd95e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565\",\r\n \"etag\": \"W/\\\"92b87f21-83c3-4160-b715-34217ee99361\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/b1292544-e491-4cbb-a75d-68b06b2f5aad?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy9iMTI5MjU0NC1lNDkxLTRjYmItYTc1ZC02OGIwNmIyZjVhYWQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/6d639fdd-4b97-4d2d-abd8-0475a907184d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy82ZDYzOWZkZC00Yjk3LTRkMmQtYWJkOC0wNDc1YTkwNzE4NGQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -442,37 +442,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:15 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "42d19663-0c60-4bcc-a4c4-d810491eb8e2" + "faf6af42-21f0-4c54-bd26-0bc592940b62" ], "x-ms-correlation-request-id": [ - "da1c7801-6fb5-4141-9eb8-0990bb69143b" + "d93643ab-33f7-4f47-bfc9-d4c11e62df34" ], "x-ms-arm-service-request-id": [ - "4a016729-0f16-4ad8-bc05-849cb25cdf0a" + "fad61956-14b3-4d8b-81fe-0d71f27ec655" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111802Z:da1c7801-6fb5-4141-9eb8-0990bb69143b" + "EASTUS2:20211116T210216Z:d93643ab-33f7-4f47-bfc9-d4c11e62df34" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:01 GMT" - ], "Content-Length": [ "29" ], @@ -487,15 +487,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwOTE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg4Nzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -503,40 +503,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"da36a2e8-3a51-472b-bcf5-ded700df0431\"" + "W/\"a301a016-c9fb-4cab-9204-692f80f9bae4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cc90b622-cf79-4730-a4d0-5d4b0a23b5b0" + "4ecb674b-3751-40c1-a440-3d5f247a0d62" ], "x-ms-correlation-request-id": [ - "e8b8c983-1c51-4084-acb1-87a0a1959198" + "2cbd2b47-08cf-426d-b84d-c154bd07960d" ], "x-ms-arm-service-request-id": [ - "f3af0877-396d-492d-ae1d-0297d132bdfc" + "04c896da-4e69-4a45-900c-486ab9b62b40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111802Z:e8b8c983-1c51-4084-acb1-87a0a1959198" + "EASTUS2:20211116T210216Z:2cbd2b47-08cf-426d-b84d-c154bd07960d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:02 GMT" - ], "Content-Length": [ "1221" ], @@ -547,25 +547,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3091\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091\",\r\n \"etag\": \"W/\\\"da36a2e8-3a51-472b-bcf5-ded700df0431\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9fd21c4e-ab88-48d0-a891-7af691af09f8\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn5098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098\",\r\n \"etag\": \"W/\\\"da36a2e8-3a51-472b-bcf5-ded700df0431\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn8877\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877\",\r\n \"etag\": \"W/\\\"a301a016-c9fb-4cab-9204-692f80f9bae4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1e7639f3-81f9-4109-8626-b13ba7acd95e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565\",\r\n \"etag\": \"W/\\\"a301a016-c9fb-4cab-9204-692f80f9bae4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMwOTEvc3VibmV0cy9zbjUwOTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjg4Nzcvc3VibmV0cy9zbjQ1NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b96b3237-4552-4cf1-b9e5-5179a2ab17d1" + "c96724ca-e035-428b-96d4-d47b93eae7e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -573,40 +573,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"da36a2e8-3a51-472b-bcf5-ded700df0431\"" + "W/\"a301a016-c9fb-4cab-9204-692f80f9bae4\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "19273c5d-1c8d-4f9e-888b-b15036d0e8d7" + "2fe7338c-2017-4957-a96d-9ff391a17cd6" ], "x-ms-correlation-request-id": [ - "fa700298-8e2b-4585-bb93-4e089fec8594" + "113bb7ad-8aa2-4403-8df3-816e28465a5b" ], "x-ms-arm-service-request-id": [ - "ad61982d-4021-4a5f-9d73-392109a509df" + "d70a2473-17a4-4d05-b2db-e801cbdc00d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111802Z:fa700298-8e2b-4585-bb93-4e089fec8594" + "EASTUS2:20211116T210216Z:113bb7ad-8aa2-4403-8df3-816e28465a5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:02 GMT" - ], "Content-Length": [ "523" ], @@ -617,25 +617,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn5098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098\",\r\n \"etag\": \"W/\\\"da36a2e8-3a51-472b-bcf5-ded700df0431\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565\",\r\n \"etag\": \"W/\\\"a301a016-c9fb-4cab-9204-692f80f9bae4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE0MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn5098\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098\"\r\n }\r\n },\r\n \"name\": \"ip9468\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565\"\r\n }\r\n },\r\n \"name\": \"ip7848\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "339421aa-11bc-49be-8a82-b802ffbb39e7" + "f7abbc02-0c7d-43ca-9355-db02f96ac46e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -649,43 +649,43 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:16 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "1d4ec66e-2aef-4a00-865d-e6b35d4a7ade" + "8f0e8817-74d5-4e9b-87d9-d95db2dc8a0f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/1d4ec66e-2aef-4a00-865d-e6b35d4a7ade?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/8f0e8817-74d5-4e9b-87d9-d95db2dc8a0f?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "e7060c18-d44b-441b-b7e4-ff292db4584b" + "e577150f-08c4-4ed3-bad2-98d6b8a3d62f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "10cd619d-61d2-4c77-bd6e-32f94b839842" + "1a1f2f4f-8d6d-4ed3-8185-bebb2c32afbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111803Z:e7060c18-d44b-441b-b7e4-ff292db4584b" + "EASTUS2:20211116T210217Z:e577150f-08c4-4ed3-bad2-98d6b8a3d62f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:03 GMT" - ], "Content-Length": [ "1632" ], @@ -696,19 +696,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3732\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\",\r\n \"etag\": \"W/\\\"c73a8f72-7d8a-44da-a516-7e0675ea8261\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58a486bf-69cb-41a3-ade4-a260a7d24820\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9468\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732/ipConfigurations/ip9468\",\r\n \"etag\": \"W/\\\"c73a8f72-7d8a-44da-a516-7e0675ea8261\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098\"\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\": \"jyonfh2ivpierkerpl1jdlyj5a.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1423\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\",\r\n \"etag\": \"W/\\\"89c63803-ece3-4cca-84cb-b8918066ceba\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abcb54d0-baf2-46bc-a547-0e890378f239\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7848\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423/ipConfigurations/ip7848\",\r\n \"etag\": \"W/\\\"89c63803-ece3-4cca-84cb-b8918066ceba\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565\"\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\": \"4m2xmhxzqeeudbrgwe30plgzlg.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE0MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -716,40 +716,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c73a8f72-7d8a-44da-a516-7e0675ea8261\"" + "W/\"89c63803-ece3-4cca-84cb-b8918066ceba\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "15a6e7f0-c123-4380-9b7a-346ee8ef118f" + "4735f376-f9a3-45e1-887d-a1a1cfbd6167" ], "x-ms-correlation-request-id": [ - "4c945038-f827-4efc-b1d2-d38647a7caaa" + "adc0ef5e-61bd-45a3-8c13-ec4d79cfa452" ], "x-ms-arm-service-request-id": [ - "50cd2fd8-bdff-405d-8897-60431982d9d4" + "60d058bf-e9f6-46a5-bd71-7ab4ed046fff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111803Z:4c945038-f827-4efc-b1d2-d38647a7caaa" + "EASTUS2:20211116T210217Z:adc0ef5e-61bd-45a3-8c13-ec4d79cfa452" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:03 GMT" - ], "Content-Length": [ "1632" ], @@ -760,25 +760,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3732\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\",\r\n \"etag\": \"W/\\\"c73a8f72-7d8a-44da-a516-7e0675ea8261\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58a486bf-69cb-41a3-ade4-a260a7d24820\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9468\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732/ipConfigurations/ip9468\",\r\n \"etag\": \"W/\\\"c73a8f72-7d8a-44da-a516-7e0675ea8261\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098\"\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\": \"jyonfh2ivpierkerpl1jdlyj5a.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1423\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\",\r\n \"etag\": \"W/\\\"89c63803-ece3-4cca-84cb-b8918066ceba\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abcb54d0-baf2-46bc-a547-0e890378f239\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7848\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423/ipConfigurations/ip7848\",\r\n \"etag\": \"W/\\\"89c63803-ece3-4cca-84cb-b8918066ceba\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565\"\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\": \"4m2xmhxzqeeudbrgwe30plgzlg.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM3MzI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzE0MjM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54171c40-7063-4557-8aa8-0824655fd092" + "9878cc4f-e6d7-4058-8697-dd50f1ce09f2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -786,40 +786,40 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"c73a8f72-7d8a-44da-a516-7e0675ea8261\"" + "W/\"89c63803-ece3-4cca-84cb-b8918066ceba\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b24cef5a-00aa-4688-b6bc-a3926b6dfb31" + "eaebfbb3-0be4-411b-96f6-c8f1b60ac576" ], "x-ms-correlation-request-id": [ - "ae16f25c-f4cb-4026-9419-6de60b882eff" + "5f530d89-ae1d-4175-b804-6813aa39b0f7" ], "x-ms-arm-service-request-id": [ - "478a2387-1a74-4a40-8ca2-a829aa2063eb" + "a8b8464f-7805-41b0-958b-dd824bf5018b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111803Z:ae16f25c-f4cb-4026-9419-6de60b882eff" + "EASTUS2:20211116T210217Z:5f530d89-ae1d-4175-b804-6813aa39b0f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:03 GMT" - ], "Content-Length": [ "1632" ], @@ -830,26 +830,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic3732\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\",\r\n \"etag\": \"W/\\\"c73a8f72-7d8a-44da-a516-7e0675ea8261\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58a486bf-69cb-41a3-ade4-a260a7d24820\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9468\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732/ipConfigurations/ip9468\",\r\n \"etag\": \"W/\\\"c73a8f72-7d8a-44da-a516-7e0675ea8261\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/virtualNetworks/vn3091/subnets/sn5098\"\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\": \"jyonfh2ivpierkerpl1jdlyj5a.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic1423\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\",\r\n \"etag\": \"W/\\\"89c63803-ece3-4cca-84cb-b8918066ceba\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abcb54d0-baf2-46bc-a547-0e890378f239\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7848\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423/ipConfigurations/ip7848\",\r\n \"etag\": \"W/\\\"89c63803-ece3-4cca-84cb-b8918066ceba\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/virtualNetworks/vn8877/subnets/sn4565\"\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\": \"4m2xmhxzqeeudbrgwe30plgzlg.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/as4286?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0Mjg2P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/as5515?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM1NTE1P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8aaf5751-cf4c-42cd-aa5e-c9c8afd2c838" + "cc4c9f4c-ee28-4009-bb5b-05ebe1bc01d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -862,9 +862,16 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:18 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -872,27 +879,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "02fda7a0-d875-4df7-b552-5f55cfc05474" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "53acc829-10cf-4b32-b09d-7892037655a8" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "7e20de5c-f53b-4e7a-b654-5ef8b1af321e" + "3fe4797f-f053-4d6a-9c5a-6755cf8c7ca7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111805Z:7e20de5c-f53b-4e7a-b654-5ef8b1af321e" + "EASTUS2:20211116T210219Z:3fe4797f-f053-4d6a-9c5a-6755cf8c7ca7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:05 GMT" - ], "Content-Length": [ "445" ], @@ -903,26 +903,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as4286\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/as4286\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as5515\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/as5515\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5Mzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\"\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/as4286\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\"\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/as5515\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c74c4c6-e9f0-459e-9484-57bb7a10e41d" + "27e1b93a-7a09-4163-80d7-1f2bc1b9a097" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -935,14 +935,21 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:20 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/907946d9-826d-4364-b364-7a8637595359?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -954,29 +961,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "907946d9-826d-4364-b364-7a8637595359" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "cf02678d-8608-4968-a1ed-6552443ba188" + "fb511ccf-13e5-4cd3-a0d1-705779155cf9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111807Z:cf02678d-8608-4968-a1ed-6552443ba188" + "EASTUS2:20211116T210220Z:fb511ccf-13e5-4cd3-a0d1-705779155cf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:07 GMT" - ], "Content-Length": [ - "2459" + "2516" ], "Content-Type": [ "application/json; charset=utf-8" @@ -985,32 +985,39 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6141\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c79eccf6-ac25-4940-b008-d525203cd2dc\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/AS4286\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1052.2106061844\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7939\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"35118386-dc23-4c74-9dc1-bd7c188dd897\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/AS5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1348.2111032005\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-16T21:02:20.2617926+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/907946d9-826d-4364-b364-7a8637595359?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy85MDc5NDZkOS04MjZkLTQzNjQtYjM2NC03YTg2Mzc1OTUzNTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yYWQ3ZWY2Yy1iOWZiLTRlY2EtYTFmZC0zMzYwYzNmNTQ5MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:02:30 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], @@ -1018,27 +1025,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb3df9bc-2979-434e-91ed-81ec4794452e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "364eaac4-c81a-4cdd-ac5f-9d2eb6e6d0cc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "0ca88976-7db8-4cae-8579-acf4c7bf0b00" + "e203c049-960f-4462-ab50-34bea3a2c2d0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111817Z:0ca88976-7db8-4cae-8579-acf4c7bf0b00" + "EASTUS2:20211116T210230Z:e203c049-960f-4462-ab50-34bea3a2c2d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:18:17 GMT" - ], "Content-Length": [ "134" ], @@ -1049,29 +1049,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:18:06.4619707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"907946d9-826d-4364-b364-7a8637595359\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:02:20.1368101+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/907946d9-826d-4364-b364-7a8637595359?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy85MDc5NDZkOS04MjZkLTQzNjQtYjM2NC03YTg2Mzc1OTUzNTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yYWQ3ZWY2Yy1iOWZiLTRlY2EtYTFmZC0zMzYwYzNmNTQ5MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:03:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], @@ -1079,27 +1086,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74fb1828-3924-4f0e-9093-fe085002a7ad" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fb0465c4-5f35-4a19-ad92-979e14edbe99" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "64b6b4eb-5685-4e34-81c4-9119e2a4e134" + "5fea7fb1-1908-4ed7-97c9-660d2266ff9d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111907Z:64b6b4eb-5685-4e34-81c4-9119e2a4e134" + "EASTUS2:20211116T210320Z:5fea7fb1-1908-4ed7-97c9-660d2266ff9d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:19:07 GMT" - ], "Content-Length": [ "134" ], @@ -1110,29 +1110,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:18:06.4619707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"907946d9-826d-4364-b364-7a8637595359\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:02:20.1368101+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/907946d9-826d-4364-b364-7a8637595359?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy85MDc5NDZkOS04MjZkLTQzNjQtYjM2NC03YTg2Mzc1OTUzNTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yYWQ3ZWY2Yy1iOWZiLTRlY2EtYTFmZC0zMzYwYzNmNTQ5MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:04:10 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], @@ -1140,27 +1147,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb29a683-e1c5-405a-b27d-696f36dbbb16" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "d02a964b-e0cd-4d45-ba3a-fe6c9c26efcd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "4f5ccf51-afb8-44a5-ba22-bd45b24700bb" + "9f2e0a19-d814-42b4-8ee7-081e51f80837" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T111957Z:4f5ccf51-afb8-44a5-ba22-bd45b24700bb" + "EASTUS2:20211116T210410Z:9f2e0a19-d814-42b4-8ee7-081e51f80837" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:19:56 GMT" - ], "Content-Length": [ "134" ], @@ -1171,29 +1171,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:18:06.4619707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"907946d9-826d-4364-b364-7a8637595359\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:02:20.1368101+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/907946d9-826d-4364-b364-7a8637595359?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy85MDc5NDZkOS04MjZkLTQzNjQtYjM2NC03YTg2Mzc1OTUzNTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yYWQ3ZWY2Yy1iOWZiLTRlY2EtYTFmZC0zMzYwYzNmNTQ5MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:05:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], @@ -1201,27 +1208,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55a47c2e-b1ed-46d7-aebc-da84e2c4e548" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "1e1f8c12-a31d-4fb6-8267-de97dde6bc58" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "939170af-16da-48ca-8a36-b27050f81fcd" + "bc248a8c-e117-483f-98f4-a0b9e5adeaba" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112047Z:939170af-16da-48ca-8a36-b27050f81fcd" + "EASTUS2:20211116T210500Z:bc248a8c-e117-483f-98f4-a0b9e5adeaba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:20:46 GMT" - ], "Content-Length": [ "134" ], @@ -1232,29 +1232,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:18:06.4619707+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"907946d9-826d-4364-b364-7a8637595359\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:02:20.1368101+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/907946d9-826d-4364-b364-7a8637595359?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy85MDc5NDZkOS04MjZkLTQzNjQtYjM2NC03YTg2Mzc1OTUzNTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f?p=96b7e86d-7056-423e-a064-1fbfd3987e66&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8yYWQ3ZWY2Yy1iOWZiLTRlY2EtYTFmZC0zMzYwYzNmNTQ5MGY/cD05NmI3ZTg2ZC03MDU2LTQyM2UtYTA2NC0xZmJmZDM5ODdlNjYmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:05:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], @@ -1262,27 +1269,20 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "50d533c5-ac83-489c-bd48-a7d632982df1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "919c71ea-8716-43f0-93c8-55d6e5174341" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "6fe86882-cc8a-41b9-878a-c1ce118094f1" + "5722908f-5e48-41b2-82bc-c3cb66f312c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112137Z:6fe86882-cc8a-41b9-878a-c1ce118094f1" + "EASTUS2:20211116T210550Z:5722908f-5e48-41b2-82bc-c3cb66f312c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:21:37 GMT" - ], "Content-Length": [ "184" ], @@ -1293,29 +1293,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T11:18:06.4619707+00:00\",\r\n \"endTime\": \"2021-06-29T11:21:26.4930039+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"907946d9-826d-4364-b364-7a8637595359\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-16T21:02:20.1368101+00:00\",\r\n \"endTime\": \"2021-11-16T21:05:23.9660246+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2ad7ef6c-b9fb-4eca-a1fd-3360c3f5490f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5Mzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:05:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], @@ -1323,29 +1330,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3abca3c9-5407-48ff-a611-626d9ebe2e71" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7b54c746-0653-49ce-a3f3-4e426eab793f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "bce15a32-6015-4ce4-bedd-53d2a55e26fe" + "86a61004-e4cd-461f-b9fa-a9989e67ed74" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112137Z:bce15a32-6015-4ce4-bedd-53d2a55e26fe" + "EASTUS2:20211116T210551Z:86a61004-e4cd-461f-b9fa-a9989e67ed74" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:21:37 GMT" - ], "Content-Length": [ - "2851" + "2908" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1354,35 +1354,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6141\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c79eccf6-ac25-4940-b008-d525203cd2dc\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/AS4286\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1052.2106061844\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7939\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"35118386-dc23-4c74-9dc1-bd7c188dd897\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/AS5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1348.2111032005\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7939_disk2_288bf00881834ff186a431e4bad80b07\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/vm7939_disk2_288bf00881834ff186a431e4bad80b07\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:02:20.2617926+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDE/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5Mzk/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "012af7b6-b8fe-4864-8544-0e834c74f99f" + "00c7e36c-a728-4dc6-ad7b-0ccffa76b58f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:05:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], @@ -1390,29 +1397,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7b71dfbe-81aa-4859-a204-205472111dbb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "916f3266-f1b5-4047-8975-094c10455b86" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "408d3eb1-69e5-46d0-a86b-17cdd4b50a91" + "cb9b2643-7332-4e8e-8ffc-a4bf67ba7b98" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112137Z:408d3eb1-69e5-46d0-a86b-17cdd4b50a91" + "EASTUS2:20211116T210551Z:cb9b2643-7332-4e8e-8ffc-a4bf67ba7b98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:21:37 GMT" - ], "Content-Length": [ - "2851" + "2908" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1421,35 +1421,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6141\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c79eccf6-ac25-4940-b008-d525203cd2dc\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/AS4286\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1052.2106061844\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7939\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"35118386-dc23-4c74-9dc1-bd7c188dd897\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/AS5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1348.2111032005\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7939_disk2_288bf00881834ff186a431e4bad80b07\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/vm7939_disk2_288bf00881834ff186a431e4bad80b07\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:02:20.2617926+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDE/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5Mzk/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bdec0f3-b47e-4c9c-9481-3412a5655029" + "09988a4d-0350-46e8-8d33-d4d2c17f0682" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31996" ], @@ -1457,29 +1464,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d47b279-d2dd-4e2f-84c1-6103e1b0935c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "9d71d1a0-3cca-465e-919d-7e584ff83012" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "44468b4c-dae7-40bd-ab31-3ed844632569" + "9ecb4302-79db-4634-b351-adc494bc0f16" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112638Z:44468b4c-dae7-40bd-ab31-3ed844632569" + "EASTUS2:20211116T211051Z:9ecb4302-79db-4634-b351-adc494bc0f16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:38 GMT" - ], "Content-Length": [ - "4579" + "4621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,35 +1488,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6141\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c79eccf6-ac25-4940-b008-d525203cd2dc\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/AS4286\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1052.2106061844\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows 10 Enterprise\",\r\n \"osVersion\": \"Microsoft Windows NT 10.0.19042.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:26:15+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:18:10.2903959+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:18:10.2903959+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:21:26.4617504+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm7939\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"35118386-dc23-4c74-9dc1-bd7c188dd897\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/AS5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1348.2111032005\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7939_disk2_288bf00881834ff186a431e4bad80b07\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/vm7939_disk2_288bf00881834ff186a431e4bad80b07\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows 10 Enterprise\",\r\n \"osVersion\": \"10.0.19042.1348\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1032\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:10:48.51+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:02:22.6836887+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm7939_disk2_288bf00881834ff186a431e4bad80b07\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:02:22.6836887+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:05:23.9347769+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-16T21:02:20.2617926+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTYxNDEvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTc5MzkvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b9808b7-052a-43cc-bca1-314a951bb0dd" + "729773fd-98b9-494e-9f9b-666125993dca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31995" ], @@ -1524,29 +1531,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb461cbe-d7ff-400c-aa5a-ae8ba13f3028" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "84602efe-24ad-4510-a8b2-d855a9c79aca" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "7b143c25-c72d-4d00-8cd7-79af4d51d06f" + "21ce18b7-c39f-48e7-95f4-66d0ca8b76d7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112638Z:7b143c25-c72d-4d00-8cd7-79af4d51d06f" + "EASTUS2:20211116T211051Z:21ce18b7-c39f-48e7-95f4-66d0ca8b76d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:38 GMT" - ], "Content-Length": [ - "1481" + "1466" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1555,65 +1555,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows 10 Enterprise\",\r\n \"osVersion\": \"Microsoft Windows NT 10.0.19042.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-06-29T11:26:15+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:18:10.2903959+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:18:10.2903959+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-06-29T11:21:26.4617504+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows 10 Enterprise\",\r\n \"osVersion\": \"10.0.19042.1348\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1032\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-16T21:10:48.51+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:02:22.6836887+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm7939_disk2_288bf00881834ff186a431e4bad80b07\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:02:22.6836887+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-16T21:05:23.9347769+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjY4ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjIwNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73628a7f-12a7-4ded-b8cf-1298d1286944" + "187def3d-3061-4d57-aa29-1ee11b244245" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:51 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" + "Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aa99c3d2-e605-4996-a1b5-32f2dd471fdc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f5f12273-a549-41d9-b712-d9e1de54e821" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "2b8c5354-bb5a-49d4-80dc-91d27cbd9937" + "fca1bd1f-98de-4f6d-bc92-5d1c3cb333f7" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112638Z:2b8c5354-bb5a-49d4-80dc-91d27cbd9937" + "EASTUS2:20211116T211051Z:fca1bd1f-98de-4f6d-bc92-5d1c3cb333f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:38 GMT" - ], "Content-Length": [ - "3196" + "3257" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1622,25 +1622,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm6141\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/virtualMachines/vm6141\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c79eccf6-ac25-4940-b008-d525203cd2dc\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/availabilitySets/AS4286\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1052.2106061844\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Compute/disks/vm6141_disk2_7e2d84aedcfe4826b29bac40e34427dd\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar6888/providers/Microsoft.Network/networkInterfaces/nic3732\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm7939\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/virtualMachines/vm7939\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"35118386-dc23-4c74-9dc1-bd7c188dd897\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/availabilitySets/AS5515\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2s_v3\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MICROSOFTWINDOWSDESKTOP\",\r\n \"offer\": \"WINDOWS-10\",\r\n \"sku\": \"20H2-ENT-G2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"19042.1348.2111032005\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"StandardSSD_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7939_disk2_288bf00881834ff186a431e4bad80b07\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Compute/disks/vm7939_disk2_288bf00881834ff186a431e4bad80b07\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar2043/providers/Microsoft.Network/networkInterfaces/nic1423\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-16T21:02:20.2617926+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar6888?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjY4ODg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar2043?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjIwNDM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38b737cc-85fc-48cc-a912-008e156b5320" + "1f67d65b-5d2b-4d8e-850e-554765a92f63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1648,11 +1648,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 21:10:52 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2ODg4LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIyMDQzLVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -1661,13 +1664,13 @@ "14999" ], "x-ms-request-id": [ - "03e65da4-06b7-4cf6-9c5e-1c44e8b31904" + "1cede2c0-90f9-4223-b6e1-2e66c6923d09" ], "x-ms-correlation-request-id": [ - "03e65da4-06b7-4cf6-9c5e-1c44e8b31904" + "1cede2c0-90f9-4223-b6e1-2e66c6923d09" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T112639Z:03e65da4-06b7-4cf6-9c5e-1c44e8b31904" + "EASTUS2:20211116T211052Z:1cede2c0-90f9-4223-b6e1-2e66c6923d09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1675,14 +1678,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 11:26:38 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1691,28 +1691,28 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar6888", - "crptestar4835", - "as4286" + "crptestar2043", + "crptestar2195", + "as5515" ], "CreatePublicIP": [ - "pip3406", - "dn4475" + "pip3526", + "dn8726" ], "CreateVNET": [ - "vn3091", - "sn5098" + "vn8877", + "sn4565" ], "CreateNIC": [ - "nic3732", - "ip9468" + "nic1423", + "ip7848" ], "CreateDefaultVMInput": [ - "crptestar5678", - "crptestar4573", - "crptestar6328", - "vm6141", - "Microsoft.Compute/virtualMachines8668" + "crptestar5648", + "crptestar8641", + "crptestar335", + "vm7939", + "Microsoft.Compute/virtualMachines855" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_UsingCapacityReservationGroup.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_UsingCapacityReservationGroup.json index e3dc3eb565676..cc7b50e3322e7 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_UsingCapacityReservationGroup.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMScenarioTests/TestVMScenarioOperations_UsingCapacityReservationGroup.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvcHVibGlzaGVycy9NaWNyb3NvZnRXaW5kb3dzU2VydmVyL2FydGlmYWN0dHlwZXMvdm1pbWFnZS9vZmZlcnMvV2luZG93c1NlcnZlci9za3VzLzIwMTItUjItRGF0YWNlbnRlci92ZXJzaW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0V2luZG93c1NlcnZlci9hcnRpZmFjdHR5cGVzL3ZtaW1hZ2Uvb2ZmZXJzL1dpbmRvd3NTZXJ2ZXIvc2t1cy8yMDEyLVIyLURhdGFjZW50ZXIvdmVyc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14f5fc87-46e5-49e4-8862-bf6d5bfdebe0" + "4cd95497-2b67-4fdc-a09b-709b33bf4e36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:32:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999" ], @@ -33,32 +40,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "4b8fed99-582f-4b07-8383-e5f0e4544f2c_132638612868558585" + "e91047d6-10df-436c-bd78-94e832a89049_132701550497636793" ], "x-ms-request-id": [ - "b8291d40-9dcb-40b7-8eb4-acdca6f361b3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e321b72e-13a6-47d8-808a-00b3450c6e23" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "8035d5be-9c88-4415-85a5-f68d195b2bcb" + "937a47df-a325-4c72-90b2-562bf6da597c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212820Z:8035d5be-9c88-4415-85a5-f68d195b2bcb" + "EASTUS2:20211130T203233Z:937a47df-a325-4c72-90b2-562bf6da597c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:20 GMT" - ], "Content-Length": [ - "323" + "307" ], "Content-Type": [ "application/json; charset=utf-8" @@ -67,38 +67,41 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southcentralus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/southcentralus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9000?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwMDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3256?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyNTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:20Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:32:33Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "beec515d-8cff-4e73-a686-b9dd2f34ba26" + "27e49c0f-03ca-4fa8-ae38-960505dbb614" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "100" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:32:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -106,13 +109,13 @@ "1199" ], "x-ms-request-id": [ - "e3079ca9-188f-4972-8a97-9c9ad60fa223" + "e6ae4d92-e510-4de9-ab86-5e92980242fc" ], "x-ms-correlation-request-id": [ - "e3079ca9-188f-4972-8a97-9c9ad60fa223" + "e6ae4d92-e510-4de9-ab86-5e92980242fc" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212821Z:e3079ca9-188f-4972-8a97-9c9ad60fa223" + "EASTUS2:20211130T203233Z:e6ae4d92-e510-4de9-ab86-5e92980242fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,11 +123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:21 GMT" - ], "Content-Length": [ - "235" + "227" ], "Content-Type": [ "application/json; charset=utf-8" @@ -133,38 +133,41 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000\",\r\n \"name\": \"crptestar9000\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:20Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256\",\r\n \"name\": \"crptestar3256\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:32:33Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9000?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwMDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3256?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyNTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:54Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:33:05Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1a04fa6-9870-4401-8872-1a7e68ea9294" + "65cd9274-10b4-4d4a-9604-269d1b44c83a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "100" + "92" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -172,13 +175,13 @@ "1198" ], "x-ms-request-id": [ - "14047909-8b56-47a2-a3ab-aa5f4c9ad85c" + "1fdc20b0-45ba-4413-abd0-880f6dfdfc8d" ], "x-ms-correlation-request-id": [ - "14047909-8b56-47a2-a3ab-aa5f4c9ad85c" + "1fdc20b0-45ba-4413-abd0-880f6dfdfc8d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212854Z:14047909-8b56-47a2-a3ab-aa5f4c9ad85c" + "EASTUS2:20211130T203305Z:1fdc20b0-45ba-4413-abd0-880f6dfdfc8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,11 +189,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:54 GMT" - ], "Content-Length": [ - "235" + "227" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,68 +199,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000\",\r\n \"name\": \"crptestar9000\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:54Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256\",\r\n \"name\": \"crptestar3256\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:33:05Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDE5MzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk2OTg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "874d581b-c808-444b-a06c-d84ced3abcd5" + "bdc6860e-c23c-4f13-93b7-2d252717132b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "36" + "28" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:32:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1e0b427e-83e7-4aec-a5bc-06defaf68e97" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f9c7012-f375-4acf-8566-e4fa69029537" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a5163143-05b4-48fd-a5f9-71e7f3699720" + "40a63d5a-121e-40fc-b759-db6589247cf8" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212823Z:a5163143-05b4-48fd-a5f9-71e7f3699720" + "EASTUS2:20211130T203234Z:40a63d5a-121e-40fc-b759-db6589247cf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:22 GMT" - ], "Content-Length": [ - "279" + "271" ], "Content-Type": [ "application/json; charset=utf-8" @@ -269,62 +269,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crgtest1930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"crgtest9698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDE5MzA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk2OTg/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c35bbda-ebe3-4030-8096-949e04668dff" + "5f39c271-ed99-4d30-af0b-beef91a3d36a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:32:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e5a9830-7e05-4a72-9c3b-f0fc82f8b85b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0cafedba-1720-4aff-a0db-22d920fde402" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "02f2ea6c-0f5d-4bb1-bcd2-15cf8400ee7b" + "7b0ff146-5ac4-4d7f-b6d5-ef129c166dc0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212823Z:02f2ea6c-0f5d-4bb1-bcd2-15cf8400ee7b" + "EASTUS2:20211130T203234Z:7b0ff146-5ac4-4d7f-b6d5-ef129c166dc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:22 GMT" - ], "Content-Length": [ - "279" + "271" ], "Content-Type": [ "application/json; charset=utf-8" @@ -333,43 +333,50 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crgtest1930\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"southcentralus\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"crgtest9698\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930/capacityReservations/crtest6037?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDE5MzAvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NjAzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698/capacityReservations/crtest5439?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk2OTgvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NTQzOT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:23Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:32:34Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c33b447c-034a-4da0-84af-415dc7e131af" + "7da2b7d2-ab4f-43bc-81cc-605b4c81f753" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "169" + "161" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:32:34 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/4fa6d918-241d-4691-ab85-655e7f50be9b?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fa1bff41-5744-4eb2-8285-53fe20e010d9?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -378,29 +385,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4fa6d918-241d-4691-ab85-655e7f50be9b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "fa1bff41-5744-4eb2-8285-53fe20e010d9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "f6f82b19-0629-46a9-adf6-6d6bc2498ef9" + "05552e43-9bf6-4bde-a689-01056d140f0d" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212824Z:f6f82b19-0629-46a9-adf6-6d6bc2498ef9" + "EASTUS2:20211130T203235Z:05552e43-9bf6-4bde-a689-01056d140f0d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:23 GMT" - ], "Content-Length": [ - "588" + "637" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,57 +409,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crtest6037\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930/capacityReservations/crtest6037\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:23Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"af2a39cc-19fc-40fb-b79b-f72cc8d861d1\",\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crtest5439\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698/capacityReservations/crtest5439\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:32:34Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"98db3540-5b55-4955-8fa3-fd6ee8551da9\",\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-30T20:32:34.7100271+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/4fa6d918-241d-4691-ab85-655e7f50be9b?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy80ZmE2ZDkxOC0yNDFkLTQ2OTEtYWI4NS02NTVlN2Y1MGJlOWI/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/fa1bff41-5744-4eb2-8285-53fe20e010d9?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZmExYmZmNDEtNTc0NC00ZWIyLTgyODUtNTNmZTIwZTAxMGQ5P3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ff3b1bea-a7bb-4b58-aaf4-7f5b56240c16" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0d1d9353-635d-45e4-8d92-db14238615d1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "d1dc9304-bda5-4945-b12f-fa4510c34d35" + "eb837665-4925-4502-b090-f17f746920df" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212854Z:d1dc9304-bda5-4945-b12f-fa4510c34d35" + "EASTUS2:20211130T203305Z:eb837665-4925-4502-b090-f17f746920df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:54 GMT" - ], "Content-Length": [ "184" ], @@ -470,56 +470,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:28:24.0246499+00:00\",\r\n \"endTime\": \"2021-07-23T21:28:27.1183859+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4fa6d918-241d-4691-ab85-655e7f50be9b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:32:34.6787771+00:00\",\r\n \"endTime\": \"2021-11-30T20:32:38.1164967+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fa1bff41-5744-4eb2-8285-53fe20e010d9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930/capacityReservations/crtest6037?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDE5MzAvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NjAzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698/capacityReservations/crtest5439?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk2OTgvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NTQzOT9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "290e32e0-cbeb-41a5-abbe-3625ce537f13" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e8ce1352-56a6-47a9-b32b-c961530e3d0f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "34de9e31-9d92-4775-a8fd-f67f1d21296d" + "c39da3c1-599d-4c7f-a6a1-141659cac007" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212854Z:34de9e31-9d92-4775-a8fd-f67f1d21296d" + "EASTUS2:20211130T203305Z:c39da3c1-599d-4c7f-a6a1-141659cac007" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:54 GMT" - ], "Content-Length": [ - "651" + "700" ], "Content-Type": [ "application/json; charset=utf-8" @@ -528,80 +528,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crtest6037\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930/capacityReservations/crtest6037\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:23Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"af2a39cc-19fc-40fb-b79b-f72cc8d861d1\",\r\n \"provisioningTime\": \"2021-07-23T21:28:27.1027873+00:00\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crtest5439\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698/capacityReservations/crtest5439\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:32:34Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"reservationId\": \"98db3540-5b55-4955-8fa3-fd6ee8551da9\",\r\n \"provisioningTime\": \"2021-11-30T20:32:38.0227429+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:32:34.7100271+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/publicIPAddresses/pip3325?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMzMjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/publicIPAddresses/pip3824?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8023\"\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5799\"\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0383a67-bdb2-4c4c-883f-ded4ca299d14" + "d9728acf-acc4-417e-8c9e-b519ed1337eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "208" + "200" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:06 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "1" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "3b5057a6-2f59-4238-9078-68d307385077" + "22d929ab-6149-4550-9d02-70136467222d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/3b5057a6-2f59-4238-9078-68d307385077?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/22d929ab-6149-4550-9d02-70136467222d?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "1e4076c1-06fc-4e96-8bfd-9a46f13bb41b" + "3d16a489-6b72-4161-9159-d8a17d366db4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "19e0cd7e-f012-41b6-8fc2-aae91e5e3d16" + "88e8840f-d3f1-4aec-8329-5c518e5d25a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212856Z:1e4076c1-06fc-4e96-8bfd-9a46f13bb41b" + "EASTUS2:20211130T203306Z:3d16a489-6b72-4161-9159-d8a17d366db4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:56 GMT" - ], "Content-Length": [ - "771" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -610,19 +610,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3325\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/publicIPAddresses/pip3325\",\r\n \"etag\": \"W/\\\"af2827c6-44f8-46d5-913b-9c6e7ba41b2a\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9638ba56-14ea-444b-8c33-e11202647407\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8023\",\r\n \"fqdn\": \"dn8023.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/publicIPAddresses/pip3824\",\r\n \"etag\": \"W/\\\"84ee6dbe-5903-4131-928d-9de99a8dcdc6\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e64ff4a5-fa4e-41c9-ba4f-ef8140f3b2cb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5799\",\r\n \"fqdn\": \"dn5799.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/3b5057a6-2f59-4238-9078-68d307385077?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zYjUwNTdhNi0yZjU5LTQyMzgtOTA3OC02OGQzMDczODUwNzc/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/22d929ab-6149-4550-9d02-70136467222d?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjJkOTI5YWItNjE0OS00NTUwLTlkMDItNzAxMzY0NjcyMjJkP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -630,37 +630,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0b17d14c-9c7b-4673-970f-59d8c6a2d03e" + "ea913a38-d18f-42f5-83dc-7978a9d7f4de" ], "x-ms-correlation-request-id": [ - "97cedc21-0364-4a0a-9ba7-1ede32f5d27a" + "85761fb1-6439-42f9-95b3-75bed74a2a87" ], "x-ms-arm-service-request-id": [ - "3f88148e-c1b9-4770-8020-2157f6f004a9" + "3c594d25-a551-4269-8609-218cd60cbeed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212857Z:97cedc21-0364-4a0a-9ba7-1ede32f5d27a" + "EASTUS2:20211130T203307Z:85761fb1-6439-42f9-95b3-75bed74a2a87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:57 GMT" - ], "Content-Length": [ "29" ], @@ -675,15 +675,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/publicIPAddresses/pip3325?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMzMjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/publicIPAddresses/pip3824?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -691,42 +691,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"db3c145c-2825-4342-b49b-b839273c8099\"" + "W/\"be2de5e8-2872-42af-aa22-de2c0a97f948\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6ab23a10-b024-49bb-93c5-127e5c7f30a4" + "b664f01c-8657-49ed-8692-a24661b30f7a" ], "x-ms-correlation-request-id": [ - "d26e9b6f-8dcc-4f10-af1c-514bcf241704" + "5c47f6f7-126e-40a0-8539-67ad08abacba" ], "x-ms-arm-service-request-id": [ - "52be6eba-9fd4-4700-8dda-c216a7bbb5a2" + "eec9b26a-17bb-499c-b51e-a9a84641b82f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212858Z:d26e9b6f-8dcc-4f10-af1c-514bcf241704" + "EASTUS2:20211130T203307Z:5c47f6f7-126e-40a0-8539-67ad08abacba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:57 GMT" - ], "Content-Length": [ - "772" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -735,25 +735,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3325\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/publicIPAddresses/pip3325\",\r\n \"etag\": \"W/\\\"db3c145c-2825-4342-b49b-b839273c8099\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9638ba56-14ea-444b-8c33-e11202647407\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8023\",\r\n \"fqdn\": \"dn8023.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/publicIPAddresses/pip3824\",\r\n \"etag\": \"W/\\\"be2de5e8-2872-42af-aa22-de2c0a97f948\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e64ff4a5-fa4e-41c9-ba4f-ef8140f3b2cb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5799\",\r\n \"fqdn\": \"dn5799.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/publicIPAddresses/pip3325?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDMzMjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/publicIPAddresses/pip3824?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDM4MjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48e72055-a89f-4ebe-be72-573c286043f2" + "47bed485-6342-4bfd-8714-d13e1d302ff3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -761,42 +761,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"db3c145c-2825-4342-b49b-b839273c8099\"" + "W/\"be2de5e8-2872-42af-aa22-de2c0a97f948\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5f139f16-fe06-4e52-ac85-26b93341bf43" + "bce4a503-9b69-4049-963e-11177faeac40" ], "x-ms-correlation-request-id": [ - "7a500aa9-34a8-4cf3-9dff-895cf1191974" + "ef0a32c7-05b8-4980-8a4a-de1f4a2ba504" ], "x-ms-arm-service-request-id": [ - "0554e085-a5b1-44a3-858f-b942a1f018fb" + "b48941a9-f473-45d7-b851-6de6b8093d5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212858Z:7a500aa9-34a8-4cf3-9dff-895cf1191974" + "EASTUS2:20211130T203307Z:ef0a32c7-05b8-4980-8a4a-de1f4a2ba504" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:57 GMT" - ], "Content-Length": [ - "772" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -805,80 +805,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip3325\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/publicIPAddresses/pip3325\",\r\n \"etag\": \"W/\\\"db3c145c-2825-4342-b49b-b839273c8099\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9638ba56-14ea-444b-8c33-e11202647407\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn8023\",\r\n \"fqdn\": \"dn8023.southcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip3824\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/publicIPAddresses/pip3824\",\r\n \"etag\": \"W/\\\"be2de5e8-2872-42af-aa22-de2c0a97f948\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e64ff4a5-fa4e-41c9-ba4f-ef8140f3b2cb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5799\",\r\n \"fqdn\": \"dn5799.eastus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9582\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn2565\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d8a8871-a867-465d-978d-fe51562e2c9e" + "f9f940c3-db7e-4b1d-ba86-605bf014223d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "300" + "292" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:08 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "3" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "0afab703-83a5-4fe1-8225-7fe2a600a5fc" + "909ce55f-8b2c-4238-8246-8f0885be86f7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/0afab703-83a5-4fe1-8225-7fe2a600a5fc?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/909ce55f-8b2c-4238-8246-8f0885be86f7?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "dd73cbe3-b4ce-4115-aba1-42145b35a220" + "89cee0cd-f7da-41b6-8e18-0099c51cc59c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1366d2d8-6f76-41e5-948e-d753c2d2fc93" + "a9b83934-842f-43d7-b0bd-59bf2a318cc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212859Z:dd73cbe3-b4ce-4115-aba1-42145b35a220" + "EASTUS2:20211130T203308Z:89cee0cd-f7da-41b6-8e18-0099c51cc59c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:28:58 GMT" - ], "Content-Length": [ - "1216" + "1211" ], "Content-Type": [ "application/json; charset=utf-8" @@ -887,19 +887,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn416\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416\",\r\n \"etag\": \"W/\\\"0583d187-064f-46c8-b6de-c16153e323e1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7d71afde-ecc5-4318-9894-661af5365f35\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9582\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582\",\r\n \"etag\": \"W/\\\"0583d187-064f-46c8-b6de-c16153e323e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755\",\r\n \"etag\": \"W/\\\"355d9198-f683-47aa-9e87-0669d428832f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d6a6af5d-8c7f-4df5-a3fd-0ddcee96f784\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565\",\r\n \"etag\": \"W/\\\"355d9198-f683-47aa-9e87-0669d428832f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/0afab703-83a5-4fe1-8225-7fe2a600a5fc?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8wYWZhYjcwMy04M2E1LTRmZTEtODIyNS03ZmUyYTYwMGE1ZmM/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/909ce55f-8b2c-4238-8246-8f0885be86f7?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTA5Y2U1NWYtOGIyYy00MjM4LTgyNDYtOGYwODg1YmU4NmY3P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -907,37 +907,37 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "12d4c8d4-a7aa-4f31-aca8-845d9f9b1055" + "164df272-60eb-4418-ac1b-6aee52c296ee" ], "x-ms-correlation-request-id": [ - "1085c8b5-dca0-4fec-bd0f-a5130e1f6184" + "13e0eb5e-bf50-42e6-96af-b535cb035707" ], "x-ms-arm-service-request-id": [ - "c8d324a0-f489-42f8-be5f-cb1ea66f7559" + "2d292654-4067-4139-9766-f06141cb1937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212902Z:1085c8b5-dca0-4fec-bd0f-a5130e1f6184" + "EASTUS2:20211130T203311Z:13e0eb5e-bf50-42e6-96af-b535cb035707" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:01 GMT" - ], "Content-Length": [ "29" ], @@ -952,15 +952,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -968,42 +968,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"284267fa-8f1b-43f4-bacb-aa6942419847\"" + "W/\"c4afb52d-1fc3-4935-b85b-f11bef1d8063\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a3af99a6-ebe4-4e83-aff5-782a9fc2be09" + "a293ce52-7fe1-407c-8599-38dc5e03c29a" ], "x-ms-correlation-request-id": [ - "083e54ff-2842-4805-bc5f-246c2cac7a40" + "111a10d1-62c9-4270-9fa8-84596fec5858" ], "x-ms-arm-service-request-id": [ - "37a2d44f-4e46-4559-9abe-e3ed9ad7ba0a" + "b1025955-18a8-46b1-9b82-9f6766c96d83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212902Z:083e54ff-2842-4805-bc5f-246c2cac7a40" + "EASTUS2:20211130T203311Z:111a10d1-62c9-4270-9fa8-84596fec5858" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:01 GMT" - ], "Content-Length": [ - "1218" + "1213" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1012,25 +1012,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn416\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416\",\r\n \"etag\": \"W/\\\"284267fa-8f1b-43f4-bacb-aa6942419847\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7d71afde-ecc5-4318-9894-661af5365f35\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9582\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582\",\r\n \"etag\": \"W/\\\"284267fa-8f1b-43f4-bacb-aa6942419847\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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\": \"vn9755\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755\",\r\n \"etag\": \"W/\\\"c4afb52d-1fc3-4935-b85b-f11bef1d8063\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6a6af5d-8c7f-4df5-a3fd-0ddcee96f784\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn2565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565\",\r\n \"etag\": \"W/\\\"c4afb52d-1fc3-4935-b85b-f11bef1d8063\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjQxNi9zdWJuZXRzL3NuOTU4Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjk3NTUvc3VibmV0cy9zbjI1NjU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10a93a7b-a32d-447d-9767-7c4eca7eac07" + "11670521-69c4-4085-8034-6e568328e0d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1038,42 +1038,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"284267fa-8f1b-43f4-bacb-aa6942419847\"" + "W/\"c4afb52d-1fc3-4935-b85b-f11bef1d8063\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9bde90c7-64e9-489f-9536-04e8a62cfbae" + "7cf59638-473c-410b-86e5-caedb00d9ef2" ], "x-ms-correlation-request-id": [ - "d9b7f985-33d7-4173-a58b-43e3f059089e" + "3750a0a3-ce49-4a9e-b8d7-0760509c3cdb" ], "x-ms-arm-service-request-id": [ - "abb91561-b51e-4185-9be8-bc0955b61e6c" + "0cc467e2-5f29-4359-8ef0-275cfca1912d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212902Z:d9b7f985-33d7-4173-a58b-43e3f059089e" + "EASTUS2:20211130T203311Z:3750a0a3-ce49-4a9e-b8d7-0760509c3cdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:01 GMT" - ], "Content-Length": [ - "522" + "523" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1082,77 +1082,77 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn9582\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582\",\r\n \"etag\": \"W/\\\"284267fa-8f1b-43f4-bacb-aa6942419847\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn2565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565\",\r\n \"etag\": \"W/\\\"c4afb52d-1fc3-4935-b85b-f11bef1d8063\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEzMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU3NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9582\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582\"\r\n }\r\n },\r\n \"name\": \"ip9992\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn2565\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565\"\r\n }\r\n },\r\n \"name\": \"ip295\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc82a9ed-33e9-4309-86aa-e11433a85eca" + "b396dadb-34b6-450c-aeb4-979b5fa0b6e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "748" + "740" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:11 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ae7e79e4-8cb1-4b74-9c9d-1cc2f9620583" + "9af5d163-f0f2-4b51-9ce9-f3a3074868fc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/southcentralus/operations/ae7e79e4-8cb1-4b74-9c9d-1cc2f9620583?api-version=2019-09-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus/operations/9af5d163-f0f2-4b51-9ce9-f3a3074868fc?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "279464d1-c2a8-4370-94e7-3f0b2e63d691" + "493111d3-64e7-4f6b-82da-7fe1631b9948" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f0fbf408-3197-4e0c-bc71-f57e1547334f" + "ba6bec7c-4b38-40ad-b791-373d42978de3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212903Z:279464d1-c2a8-4370-94e7-3f0b2e63d691" + "EASTUS2:20211130T203311Z:493111d3-64e7-4f6b-82da-7fe1631b9948" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:02 GMT" - ], "Content-Length": [ - "1631" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1161,19 +1161,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\",\r\n \"etag\": \"W/\\\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a15106da-c092-47bb-88fd-ae05ccd7ae0c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9992\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308/ipConfigurations/ip9992\",\r\n \"etag\": \"W/\\\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582\"\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\": \"10xxc5of3qmehgeumynpkns5gf.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\",\r\n \"etag\": \"W/\\\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5012735f-3e6c-4453-b4ce-bee24f584e79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip295\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749/ipConfigurations/ip295\",\r\n \"etag\": \"W/\\\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565\"\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\": \"lwx0nvt5rt0u1i53bxoo3fxxqe.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEzMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU3NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1181,42 +1181,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\"" + "W/\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "32484003-9478-4faa-b09b-5f18d5b3e27e" + "0488f50b-96b7-42f8-bd11-f1ced61c5cb4" ], "x-ms-correlation-request-id": [ - "a0fab444-a464-4b6a-aacf-faca74871737" + "b62d0537-f50f-48e9-9fc7-2dad0345ef91" ], "x-ms-arm-service-request-id": [ - "7b37e309-5840-4703-bb38-cec445fed74d" + "fdd51a9d-d5b4-4945-80c5-e3cbf3bd57d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212903Z:a0fab444-a464-4b6a-aacf-faca74871737" + "EASTUS2:20211130T203312Z:b62d0537-f50f-48e9-9fc7-2dad0345ef91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:02 GMT" - ], "Content-Length": [ - "1631" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1225,25 +1225,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\",\r\n \"etag\": \"W/\\\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a15106da-c092-47bb-88fd-ae05ccd7ae0c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9992\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308/ipConfigurations/ip9992\",\r\n \"etag\": \"W/\\\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582\"\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\": \"10xxc5of3qmehgeumynpkns5gf.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\",\r\n \"etag\": \"W/\\\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5012735f-3e6c-4453-b4ce-bee24f584e79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip295\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749/ipConfigurations/ip295\",\r\n \"etag\": \"W/\\\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565\"\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\": \"lwx0nvt5rt0u1i53bxoo3fxxqe.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzEzMDg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzU3NDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b191b230-0173-4615-9acb-4e1973f01294" + "95012bc5-7f1c-4442-bf34-dc47a99b5386" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1251,42 +1251,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\"" + "W/\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2cb2cac8-8dfc-49ae-adee-23dc9e21f40f" + "733e25ab-b837-40e8-bac6-83cd62881133" ], "x-ms-correlation-request-id": [ - "1a4c0002-f1fc-48da-a8e0-407445a36b0b" + "2e6a6f48-a90f-494e-b956-46b3e4abada9" ], "x-ms-arm-service-request-id": [ - "8c996f92-d5ff-4812-a27f-396f55d69822" + "cdf3de78-1a11-4581-8258-485fc341f436" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212903Z:1a4c0002-f1fc-48da-a8e0-407445a36b0b" + "EASTUS2:20211130T203312Z:2e6a6f48-a90f-494e-b956-46b3e4abada9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:02 GMT" - ], "Content-Length": [ - "1631" + "1622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1295,41 +1295,48 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic1308\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\",\r\n \"etag\": \"W/\\\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\\\"\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a15106da-c092-47bb-88fd-ae05ccd7ae0c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip9992\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308/ipConfigurations/ip9992\",\r\n \"etag\": \"W/\\\"3a9da3ea-20b9-4f78-b762-fa74cd6d3d1c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/virtualNetworks/vn416/subnets/sn9582\"\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\": \"10xxc5of3qmehgeumynpkns5gf.jx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic5749\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\",\r\n \"etag\": \"W/\\\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5012735f-3e6c-4453-b4ce-bee24f584e79\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip295\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749/ipConfigurations/ip295\",\r\n \"etag\": \"W/\\\"a30a23c3-7ce1-47af-bfe6-25d31c9f02d8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/virtualNetworks/vn9755/subnets/sn2565\"\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\": \"lwx0nvt5rt0u1i53bxoo3fxxqe.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/availabilitySets/as2975?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyOTc1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/availabilitySets/as4410?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDEwP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1f201ea8-1078-4afb-a99a-e9506575de12" + "348ee16c-f683-4d49-8a72-db9864a6e376" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "230" + "222" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], @@ -1337,29 +1344,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1823b286-70cb-41f7-b279-93eb7c209251" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "e66e3ca0-2c8c-4f19-b559-5407aeea9a38" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "3093f12a-3a56-4d27-8a61-437af8ca0e24" + "dfe46f37-4d95-4508-8e10-79b8e4d495a9" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212904Z:3093f12a-3a56-4d27-8a61-437af8ca0e24" + "EASTUS2:20211130T203312Z:dfe46f37-4d95-4508-8e10-79b8e4d495a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:04 GMT" - ], "Content-Length": [ - "445" + "437" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1368,46 +1368,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"as2975\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/availabilitySets/as2975\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"as4410\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/availabilitySets/as4410\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwMTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg2NTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\"\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/CapacityReservationGroups/crgtest1930\"\r\n }\r\n }\r\n },\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\"\r\n }\r\n ]\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/CapacityReservationGroups/crgtest9698\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "018e45e1-57a0-42cd-bb85-fdfc39be0585" + "bee8e5e2-17f6-4483-aef7-d43509f5955f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1507" + "1499" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:12 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f?api-version=2021-07-01" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2f79fa9b-c849-4eaa-8e16-440479e7b510?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1419,29 +1426,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2f79fa9b-c849-4eaa-8e16-440479e7b510" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "f411e520-5246-41cc-9cea-3411c2974fa7" + "433f225c-367f-42b2-b1f0-92508db31023" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212905Z:f411e520-5246-41cc-9cea-3411c2974fa7" + "EASTUS2:20211130T203313Z:433f225c-367f-42b2-b1f0-92508db31023" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:05 GMT" - ], "Content-Length": [ - "2388" + "2437" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1450,60 +1450,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f343785c-b7e5-4146-b52f-b26f9898b9ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8654\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e90618e1-ab1b-4ec3-a407-8a8b10ca209f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2021-11-30T20:33:13.3049073+00:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zZWY0ZGRjYi1kMTI1LTRjM2EtOWIyNi1iMDBlZWUwYmJmNmY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2f79fa9b-c849-4eaa-8e16-440479e7b510?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmY3OWZhOWItYzg0OS00ZWFhLThlMTYtNDQwNDc5ZTdiNTEwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:33:22 GMT" + ], "Pragma": [ "no-cache" ], "Retry-After": [ "50" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c77712c8-16eb-49f8-8bac-e93a6192df93" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "27b933eb-aef8-4e4a-8d06-f4040978640b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "d6b0ee04-5ed5-4f20-b720-50865d336df3" + "5ace1a93-49f6-4670-a163-c20e02cf9110" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T212915Z:d6b0ee04-5ed5-4f20-b720-50865d336df3" + "EASTUS2:20211130T203323Z:5ace1a93-49f6-4670-a163-c20e02cf9110" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:29:15 GMT" - ], "Content-Length": [ "134" ], @@ -1514,57 +1514,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:29:05.1498257+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:33:13.1798979+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2f79fa9b-c849-4eaa-8e16-440479e7b510\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zZWY0ZGRjYi1kMTI1LTRjM2EtOWIyNi1iMDBlZWUwYmJmNmY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2f79fa9b-c849-4eaa-8e16-440479e7b510?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmY3OWZhOWItYzg0OS00ZWFhLThlMTYtNDQwNDc5ZTdiNTEwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:34:12 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "89e2166b-41d3-4760-8974-30764b3bd703" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "61491e7d-baea-426d-b2bf-220a2dd23b4e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "d0903aa2-3acc-4cd8-93ac-fa5b6b97d0b1" + "7d40d784-df6f-45b0-8891-3be355a86c6c" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213005Z:d0903aa2-3acc-4cd8-93ac-fa5b6b97d0b1" + "EASTUS2:20211130T203413Z:7d40d784-df6f-45b0-8891-3be355a86c6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:30:05 GMT" - ], "Content-Length": [ "134" ], @@ -1575,118 +1575,57 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:29:05.1498257+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:33:13.1798979+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2f79fa9b-c849-4eaa-8e16-440479e7b510\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zZWY0ZGRjYi1kMTI1LTRjM2EtOWIyNi1iMDBlZWUwYmJmNmY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus/operations/2f79fa9b-c849-4eaa-8e16-440479e7b510?p=4bed644a-a596-4634-b1fa-8009f92f8b59&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMmY3OWZhOWItYzg0OS00ZWFhLThlMTYtNDQwNDc5ZTdiNTEwP3A9NGJlZDY0NGEtYTU5Ni00NjM0LWIxZmEtODAwOWY5MmY4YjU5JmFwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:35:02 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "0911a116-9df3-45a5-8c85-54cdfdc37097" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "ecf15574-0c77-44a8-9995-6b257911bbae" - ], - "x-ms-routing-request-id": [ - "EASTUS2:20210723T213055Z:ecf15574-0c77-44a8-9995-6b257911bbae" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 23 Jul 2021 21:30:55 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:29:05.1498257+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southcentralus/operations/3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9ucy8zZWY0ZGRjYi1kMTI1LTRjM2EtOWIyNi1iMDBlZWUwYmJmNmY/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29518.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d962412c-b854-4f0a-9743-9f1e5a16650e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "be469584-4ce9-4e9a-a7c6-ccc35c67cc80" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "cb8fde41-2222-40f8-8697-6ea5cb97583e" + "7461770c-17a1-4c97-b00e-bbfe1427ad67" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213146Z:cb8fde41-2222-40f8-8697-6ea5cb97583e" + "EASTUS2:20211130T203503Z:7461770c-17a1-4c97-b00e-bbfe1427ad67" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:31:45 GMT" - ], "Content-Length": [ "184" ], @@ -1697,29 +1636,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-07-23T21:29:05.1498257+00:00\",\r\n \"endTime\": \"2021-07-23T21:31:02.1505167+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3ef4ddcb-d125-4c3a-9b26-b00eee0bbf6f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-11-30T20:33:13.1798979+00:00\",\r\n \"endTime\": \"2021-11-30T20:34:29.6796997+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2f79fa9b-c849-4eaa-8e16-440479e7b510\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwMTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg2NTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:35:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], @@ -1727,29 +1673,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca981ec9-3879-4526-ace9-c39b461559c9" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "f91360a3-6a36-41a3-a156-47168afe667d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "38bcebe1-f13b-4625-af34-7c68253a9d09" + "a4349020-5206-412d-a2cd-4b9036e4a6e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213146Z:38bcebe1-f13b-4625-af34-7c68253a9d09" + "EASTUS2:20211130T203503Z:a4349020-5206-412d-a2cd-4b9036e4a6e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:31:45 GMT" - ], "Content-Length": [ - "2780" + "2829" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1758,35 +1697,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f343785c-b7e5-4146-b52f-b26f9898b9ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8654\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e90618e1-ab1b-4ec3-a407-8a8b10ca209f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:33:13.3049073+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwMTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg2NTQ/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c621f96-40b8-4a58-b216-b71bdde5111d" + "13aaba9e-79b6-4ad7-a549-1c6890fc923d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:35:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997" ], @@ -1794,29 +1740,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8727a3b-7843-49eb-ab9f-bc22a24814cf" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "0096964c-ef2a-41e9-bcb1-c1a108ca42ea" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "f0e43e0d-85ed-4925-83b3-a83832f15ca2" + "797707a6-5483-4081-97d0-2066dd1d9c36" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213146Z:f0e43e0d-85ed-4925-83b3-a83832f15ca2" + "EASTUS2:20211130T203503Z:797707a6-5483-4081-97d0-2066dd1d9c36" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:31:45 GMT" - ], "Content-Length": [ - "2780" + "2829" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1825,65 +1764,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f343785c-b7e5-4146-b52f-b26f9898b9ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8654\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e90618e1-ab1b-4ec3-a407-8a8b10ca209f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:33:13.3049073+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwMTg/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg2NTQ/JGV4cGFuZD1pbnN0YW5jZVZpZXcmYXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca35ae63-dab2-47a0-83ae-038e35f74743" + "b1cec5f1-b606-42d2-a862-6a05fdbb7b9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d74f201a-c727-4315-9a86-e63c9121e98c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "14af70fb-2538-4392-a8cd-dfe36c78720b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "1c058e75-4ec4-4495-bb99-5b055fda3413" + "8bc5dba5-f408-49f2-8d6b-f11ce52b2210" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213646Z:1c058e75-4ec4-4495-bb99-5b055fda3413" + "EASTUS2:20211130T204003Z:8bc5dba5-f408-49f2-8d6b-f11ce52b2210" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:45 GMT" - ], "Content-Length": [ - "4451" + "4500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1892,62 +1831,62 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm7018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f343785c-b7e5-4146-b52f-b26f9898b9ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-07-23T21:36:45+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:29:06.9623824+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:29:06.9623824+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:31:02.1348987+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm8654\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e90618e1-ab1b-4ec3-a407-8a8b10ca209f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-30T20:39:58+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:33:15.4455386+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:33:15.4455386+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:34:29.6484237+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-30T20:33:13.3049073+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930/capacityReservations/crtest6037?$expand=instanceView&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDE5MzAvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NjAzNz8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698/capacityReservations/crtest5439?$expand=instanceView&api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2NhcGFjaXR5UmVzZXJ2YXRpb25Hcm91cHMvY3JndGVzdDk2OTgvY2FwYWNpdHlSZXNlcnZhdGlvbnMvY3J0ZXN0NTQzOT8kZXhwYW5kPWluc3RhbmNlVmlldyZhcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d734885-1769-4b6b-b7c9-aede5b8b8ae7" + "ebc158aa-3b64-4d06-be75-77b9aff4d2ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fd194d3f-62d9-41d8-95c7-27652abbaae6" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "99722be2-6ace-4e48-acd8-407118bf62ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "3f9e78f0-f143-4845-be98-6884b9fd3665" + "61fa0a54-0788-46b0-a082-640f8580b848" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213646Z:3f9e78f0-f143-4845-be98-6884b9fd3665" + "EASTUS2:20211130T204004Z:61fa0a54-0788-46b0-a082-640f8580b848" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:45 GMT" - ], "Content-Length": [ - "1399" + "1448" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1956,63 +1895,63 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"crtest6037\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930/capacityReservations/crtest6037\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"crptestar9000\": \"2021-07-23 21:28:23Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"virtualMachinesAssociated\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/virtualMachines/VM7018\"\r\n }\r\n ],\r\n \"reservationId\": \"af2a39cc-19fc-40fb-b79b-f72cc8d861d1\",\r\n \"provisioningTime\": \"2021-07-23T21:28:27.1027873+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"utilizationInfo\": {\r\n \"virtualMachinesAllocated\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/virtualMachines/vm7018\"\r\n }\r\n ]\r\n },\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:28:27.1027873+00:00\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"crtest5439\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698/capacityReservations/crtest5439\",\r\n \"type\": \"Microsoft.Compute/capacityReservationGroups/capacityReservations\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"crptestar3256\": \"2021-11-30 20:32:34Z\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"virtualMachinesAssociated\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/virtualMachines/VM8654\"\r\n }\r\n ],\r\n \"reservationId\": \"98db3540-5b55-4955-8fa3-fd6ee8551da9\",\r\n \"provisioningTime\": \"2021-11-30T20:32:38.0227429+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"utilizationInfo\": {\r\n \"virtualMachinesAllocated\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/virtualMachines/vm8654\"\r\n }\r\n ]\r\n },\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:32:38.0383692+00:00\"\r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2021-11-30T20:32:34.7100271+00:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018/instanceView?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwMTgvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654/instanceView?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg2NTQvaW5zdGFuY2VWaWV3P2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b6178db-03fb-4e4d-9c38-a39b479f07da" + "b3fb877d-bbc4-4d0f-9eba-796a13c3eca7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bc6bca35-3ca5-4074-8299-706086fd17bd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "7db8cc24-eb51-4567-891d-7c22a72d0e9c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "5acfb43e-f535-4b47-8699-ac87e701ff22" + "ad383f1a-d9e6-4ce5-a5bf-4d76e8ec59aa" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213646Z:5acfb43e-f535-4b47-8699-ac87e701ff22" + "EASTUS2:20211130T204004Z:ad383f1a-d9e6-4ce5-a5bf-4d76e8ec59aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:46 GMT" - ], "Content-Length": [ "1432" ], @@ -2023,35 +1962,42 @@ "-1" ] }, - "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1010\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-07-23T21:36:45+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:29:06.9623824+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:29:06.9623824+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-23T21:31:02.1348987+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"computerName\": \"Test\",\r\n \"osName\": \"Windows Server 2012 R2 Datacenter\",\r\n \"osVersion\": \"Microsoft Windows NT 6.3.9600.0\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1029\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"GuestAgent is running and processing the extensions.\",\r\n \"time\": \"2021-11-30T20:39:58+00:00\"\r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"test\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:33:15.4455386+00:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:33:15.4455386+00:00\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-11-30T20:34:29.6484237+00:00\"\r\n },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de195d5a-59b9-4234-af11-a8db933eff82" + "4e89d9b8-0ff8-47f0-a5a7-d5ccb6d43b19" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699" ], @@ -2059,29 +2005,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66e4b6cd-89fb-4c50-af6b-063446273609" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "a14c3df5-8c79-4578-afac-96dea33ec103" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "d3bf0e15-fa2b-4253-96e3-88cbf7a7669b" + "8451ef5e-81c1-48d4-b6d3-c4242a70fed0" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213646Z:d3bf0e15-fa2b-4253-96e3-88cbf7a7669b" + "EASTUS2:20211130T204004Z:8451ef5e-81c1-48d4-b6d3-c4242a70fed0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:46 GMT" - ], "Content-Length": [ - "3109" + "3162" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2090,65 +2029,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm7018\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f343785c-b7e5-4146-b52f-b26f9898b9ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR9000/providers/Microsoft.Compute/capacityReservationGroups/crgtest1930\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/disks/vm7018_disk2_10fc4be0a114473fbefab2c8bc13c1e9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Network/networkInterfaces/nic1308\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm8654\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e90618e1-ab1b-4ec3-a407-8a8b10ca209f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"capacityReservation\": {\r\n \"capacityReservationGroup\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTAR3256/providers/Microsoft.Compute/capacityReservationGroups/crgtest9698\"\r\n }\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/disks/vm8654_disk2_c27fb1872957451bbadbc57cf89bbd1d\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\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/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Network/networkInterfaces/nic5749\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2021-11-30T20:33:13.3049073+00:00\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/virtualMachines/vm7018/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTcwMTgvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/virtualMachines/vm8654/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTg2NTQvdm1TaXplcz9hcGktdmVyc2lvbj0yMDIxLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78320136-70ee-4960-9d26-3e811446d2d5" + "2ec97459-52fa-4c73-a5fc-d705b0d90564" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:03 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31993" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3c3f402a-1d84-461e-af70-0293bb2be217" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "147799d4-0503-4a87-a070-40355720a857" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "274db978-c8b6-4670-b51b-bc19ef422f3e" + "e78deeb1-f777-4f82-a525-4df85c1f8a3b" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213646Z:274db978-c8b6-4670-b51b-bc19ef422f3e" + "EASTUS2:20211130T204004Z:e78deeb1-f777-4f82-a525-4df85c1f8a3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:46 GMT" - ], "Content-Length": [ - "49247" + "65082" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2157,65 +2096,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2ads_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ads_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ads_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ads_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ads_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ads_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ads_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ads_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar9000/providers/Microsoft.Compute/availabilitySets/as2975/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjkwMDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXMyOTc1L3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestar3256/providers/Microsoft.Compute/availabilitySets/as4410/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjMyNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXM0NDEwL3ZtU2l6ZXM/YXBpLXZlcnNpb249MjAyMS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "531f640f-55ec-49a7-8b66-f43392046be4" + "e0bb9803-cb93-4b91-953d-431db00523ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/48.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:04 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e3684701-80ae-4024-a478-ff54b7426454" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "2e7ad112-c182-415e-b5aa-fa5658979390" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "9adadc15-8eb8-4266-85d3-20722b0a2bdf" + "8b378fe9-8af3-4b0e-a27a-7393df50ba14" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213646Z:9adadc15-8eb8-4266-85d3-20722b0a2bdf" + "EASTUS2:20211130T204005Z:8b378fe9-8af3-4b0e-a27a-7393df50ba14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:46 GMT" - ], "Content-Length": [ - "80209" + "114937" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2224,25 +2163,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB60rs\",\r\n \"numberOfCores\": 60,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 716800,\r\n \"memoryInMB\": 233472,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_HC44rs\",\r\n \"numberOfCores\": 44,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 716800,\r\n \"memoryInMB\": 360448,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120rs_v2\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 960000,\r\n \"memoryInMB\": 466944,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_ND40rs_v2\",\r\n \"numberOfCores\": 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2969600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H8m\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8m_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16m\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16m_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_ND96asr_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2969600,\r\n \"memoryInMB\": 921600,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1830912,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3661824,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7323648,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10985472,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14647296,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 18309120,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120-16rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1920000,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120-32rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1920000,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120-64rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1920000,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120-96rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1920000,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1920000,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H8m\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8m_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16m\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16m_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120rs_v2\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 466944,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"numberOfCores\": 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NC24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC24r_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_ND40rs_v2\",\r\n \"numberOfCores\": 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2969600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_FX4mds\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 172032,\r\n \"memoryInMB\": 86016,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_FX12mds\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 516096,\r\n \"memoryInMB\": 258048,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_FX24mds\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1032192,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_FX36mds\",\r\n \"numberOfCores\": 36,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1548288,\r\n \"memoryInMB\": 774144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_FX48mds\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2064384,\r\n \"memoryInMB\": 1032192,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NP10s\",\r\n \"numberOfCores\": 10,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 753664,\r\n \"memoryInMB\": 172032,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NP20s\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1509376,\r\n \"memoryInMB\": 344064,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NP40s\",\r\n \"numberOfCores\": 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3018752,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ads_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ads_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ads_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ads_v5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ads_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ads_v5\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ads_v5\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ads_v5\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ads_v5\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ads_v5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ads_v5\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ads_v5\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96ads_v5\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HC44rs\",\r\n \"numberOfCores\": 44,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 716800,\r\n \"memoryInMB\": 360448,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_ND6s\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_ND12s\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_ND24rs\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_ND24s\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DC2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_DC4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_HB120-16rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120-32rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120-64rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120-96rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HB120rs_v3\",\r\n \"numberOfCores\": 120,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_PB6s\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_HB60rs\",\r\n \"numberOfCores\": 60,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 716800,\r\n \"memoryInMB\": 233472,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_ND96asr_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2969600,\r\n \"memoryInMB\": 921600,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_ND40s_v3\",\r\n \"numberOfCores\": 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 39630000,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_ND96amsr_A100_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2969600,\r\n \"memoryInMB\": 1970176,\r\n \"maxDataDiskCount\": 16\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar9000?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjkwMDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestar3256?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjMyNTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afba002a-d710-4275-be98-c251cb6b8d59" + "3ed6006a-5193-40e4-bd00-578b50d9cabd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.17763.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2250,11 +2189,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 30 Nov 2021 20:40:05 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI5MDAwLVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIzMjU2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2263,13 +2205,13 @@ "14999" ], "x-ms-request-id": [ - "c7632b2e-09dc-4cc2-b616-138a60cb21ff" + "a4c18272-ec04-484a-afe8-e736eb853751" ], "x-ms-correlation-request-id": [ - "c7632b2e-09dc-4cc2-b616-138a60cb21ff" + "a4c18272-ec04-484a-afe8-e736eb853751" ], "x-ms-routing-request-id": [ - "EASTUS2:20210723T213647Z:c7632b2e-09dc-4cc2-b616-138a60cb21ff" + "EASTUS2:20211130T204005Z:a4c18272-ec04-484a-afe8-e736eb853751" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2277,14 +2219,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 23 Jul 2021 21:36:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2293,30 +2232,30 @@ ], "Names": { "TestVMScenarioOperationsInternal": [ - "crptestar9000", - "crptestar949", - "as2975", - "crgtest1930", - "crtest6037" + "crptestar3256", + "crptestar7763", + "as4410", + "crgtest9698", + "crtest5439" ], "CreatePublicIP": [ - "pip3325", - "dn8023" + "pip3824", + "dn5799" ], "CreateVNET": [ - "vn416", - "sn9582" + "vn9755", + "sn2565" ], "CreateNIC": [ - "nic1308", - "ip9992" + "nic5749", + "ip295" ], "CreateDefaultVMInput": [ - "crptestar1963", - "crptestar9289", - "crptestar7992", - "vm7018", - "Microsoft.Compute/virtualMachines4393" + "crptestar8807", + "crptestar1233", + "crptestar8875", + "vm8654", + "Microsoft.Compute/virtualMachines5489" ] }, "Variables": { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMSizesTests/TestListVMSizes.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMSizesTests/TestListVMSizes.json index 6573d7803de47..206e25f66f9b9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMSizesTests/TestListVMSizes.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/VMSizesTests/TestListVMSizes.json @@ -1,31 +1,38 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/vmSizes?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS92bVNpemVzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/SoutheastAsia/vmSizes?api-version=2021-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS92bVNpemVzP2FwaS12ZXJzaW9uPTIwMjEtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32691c47-f81f-4f2c-a9bd-ab1ae35f6b7f" + "2ae2b99a-1064-4eab-bde3-c41e3b19f93f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29518.01", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Tue, 16 Nov 2021 18:56:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/GetSubscriptionInfo3Min;359" ], @@ -33,29 +40,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80c87e21-4518-477f-9967-830706037f73" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "afdd22d6-a537-4e2b-a69e-7d04c0266cab" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "c4213d56-55bb-4fee-b313-3738db4eab5d" + "484a5de5-72f6-49b3-baf8-659e5b65bf3a" ], "x-ms-routing-request-id": [ - "EASTUS2:20210629T201219Z:c4213d56-55bb-4fee-b313-3738db4eab5d" + "EASTUS2:20211116T185627Z:484a5de5-72f6-49b3-baf8-659e5b65bf3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 29 Jun 2021 20:12:18 GMT" - ], "Content-Length": [ - "81962" + "81952" ], "Content-Type": [ "application/json; charset=utf-8" @@ -64,7 +64,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_NP10s\",\r\n \"numberOfCores\": 10,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 753664,\r\n \"memoryInMB\": 172032,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NP20s\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1509376,\r\n \"memoryInMB\": 344064,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NP40s\",\r\n \"numberOfCores\": 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3018752,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1830912,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3661824,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7323648,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10985472,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14647296,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 18309120,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HC44rs\",\r\n \"numberOfCores\": 44,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 716800,\r\n \"memoryInMB\": 360448,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_ND6s\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_ND12s\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_ND24rs\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_ND24s\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H8m\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8m_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16m\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16m_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_PB6s\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4362240,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NV6_Promo\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 389120,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV12_Promo\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 696320,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 48\r\n },\r\n {\r\n \"name\": \"Standard_NV24_Promo\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1474560,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_NP10s\",\r\n \"numberOfCores\": 10,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 753664,\r\n \"memoryInMB\": 172032,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NP20s\",\r\n \"numberOfCores\": 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1509376,\r\n \"memoryInMB\": 344064,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NP40s\",\r\n \"numberOfCores\": 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3018752,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 256000,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 512000,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1024000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192000,\r\n \"memoryInMB\": 1792000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 2048000,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384000,\r\n \"memoryInMB\": 3891200,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_NC6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NC12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NC24rs_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NC24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_HC44rs\",\r\n \"numberOfCores\": 44,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 716800,\r\n \"memoryInMB\": 360448,\r\n \"maxDataDiskCount\": 4\r\n },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_ND6s\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n },\r\n {\r\n \"name\": \"Standard_ND12s\",\r\n \"numberOfCores\": 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 688128,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n },\r\n {\r\n \"name\": \"Standard_ND24rs\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_ND24s\",\r\n \"numberOfCores\": 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1376256,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H8m\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H8m_Promo\",\r\n \"numberOfCores\": 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 1024000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n },\r\n {\r\n \"name\": \"Standard_H16m\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16m_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16r_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_H16mr_Promo\",\r\n \"numberOfCores\": 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 2048000,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n },\r\n {\r\n \"name\": \"Standard_PB6s\",\r\n \"numberOfCores\": 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 344064,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs index 2ec66a51f28f4..1739d24834c79 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs @@ -431,6 +431,181 @@ public void TestVMScaleSetWithPublicIPAndPublicIPPrefix() } } + [Fact] + public void TestVMScaleSetScalingWithPublicIPPrefix() + { + using (MockContext context = MockContext.Start(this.GetType())) + { + string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); + if (originalTestLocation == null) + { + originalTestLocation = String.Empty; + } + + // Create resource group + string rgName = TestUtilities.GenerateName(TestPrefix) + 1; + var vmssName = TestUtilities.GenerateName("vmss"); + var dnsname = TestUtilities.GenerateName("dnsname"); + string storageAccountName = TestUtilities.GenerateName(TestPrefix); + VirtualMachineScaleSet inputVMScaleSet; + + bool passed = false; + try + { + EnsureClientsInitialized(context); + + ImageReference imageRef = GetPlatformVMImage(useWindowsImage: true); + var storageAccountOutput = CreateStorageAccount(rgName, storageAccountName); + var vnetResponse = CreateVNETWithSubnets(rgName, 2); + var vmssSubnet = vnetResponse.Subnets[1]; + var publicIpPrefix = CreatePublicIPPrefix(rgName, 30); + + var publicipConfiguration = new VirtualMachineScaleSetPublicIPAddressConfiguration(); + publicipConfiguration.Name = "pip1"; + publicipConfiguration.IdleTimeoutInMinutes = 10; + publicipConfiguration.DnsSettings = new VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings(); + publicipConfiguration.DnsSettings.DomainNameLabel = dnsname; + publicipConfiguration.PublicIPPrefix = new Microsoft.Azure.Management.Compute.Models.SubResource(); + publicipConfiguration.PublicIPPrefix.Id = publicIpPrefix.Id; + + // Creating a VMSS with 2 instances + VirtualMachineScaleSet vmScaleSet = CreateVMScaleSet_NoAsyncTracking( + rgName: rgName, + vmssName: vmssName, + storageAccount: storageAccountOutput, + imageRef: imageRef, + inputVMScaleSet: out inputVMScaleSet, + vmScaleSetCustomizer: + (virtualMachineScaleSet) => + virtualMachineScaleSet.VirtualMachineProfile.NetworkProfile + .NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration = publicipConfiguration, + createWithPublicIpAddress: false, + subnet: vmssSubnet, + capacity: 2); + + var vmss = m_CrpClient.VirtualMachineScaleSets.Get(rgName, vmssName); + + Assert.NotNull(vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.PublicIPPrefix); + Assert.Equal(publicIpPrefix.Id, vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.PublicIPPrefix.Id); + + var getPublicIpPrefixResponse = m_NrpClient.PublicIPPrefixes.Get(rgName, publicIpPrefix.Name); + Assert.Equal(2, getPublicIpPrefixResponse.PublicIPAddresses.Count()); + + // Scaling the VMScaleSet now to 3 instances + VirtualMachineScaleSetUpdate patchVMScaleSet = new VirtualMachineScaleSetUpdate() + { + Sku = new Sku() + { + Capacity = 3, + }, + }; + PatchVMScaleSet(rgName, vmssName, patchVMScaleSet); + + getPublicIpPrefixResponse = m_NrpClient.PublicIPPrefixes.Get(rgName, publicIpPrefix.Name); + Assert.Equal(3, getPublicIpPrefixResponse.PublicIPAddresses.Count()); + + // Scaling the VMScaleSet now to 3 instances + patchVMScaleSet = new VirtualMachineScaleSetUpdate() + { + Sku = new Sku() + { + Capacity = 4, + }, + }; + PatchVMScaleSet(rgName, vmssName, patchVMScaleSet); + + getPublicIpPrefixResponse = m_NrpClient.PublicIPPrefixes.Get(rgName, publicIpPrefix.Name); + Assert.Equal(4, getPublicIpPrefixResponse.PublicIPAddresses.Count()); + + passed = true; + } + finally + { + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", originalTestLocation); + m_ResourcesClient.ResourceGroups.DeleteIfExists(rgName); + } + + Assert.True(passed); + } + } + + /// <summary> + /// Adding VMScaleSet Flex Filter + /// </summary> + [Fact] + public void TestFlexVMScaleSetFilter() + { + using (MockContext context = MockContext.Start(this.GetType())) + { + string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); + EnsureClientsInitialized(context); + ImageReference imageRef = GetPlatformVMImage(useWindowsImage: true); + + // Create resource group + string rgName = TestUtilities.GenerateName(TestPrefix) + 1; + var vmssName = TestUtilities.GenerateName("vmss"); + var dnsname = TestUtilities.GenerateName("dnsname"); + string storageAccountName = TestUtilities.GenerateName(TestPrefix); + VirtualMachineScaleSet inputVMScaleSet; + + try + { + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "eastus2"); + + var storageAccountOutput = CreateStorageAccount(rgName, storageAccountName); + var vnetResponse = CreateVNETWithSubnets(rgName, 2); + var vmssSubnet = vnetResponse.Subnets[1]; + + var publicipConfiguration = new VirtualMachineScaleSetPublicIPAddressConfiguration(); + publicipConfiguration.Name = "pip1"; + publicipConfiguration.IdleTimeoutInMinutes = 10; + publicipConfiguration.DnsSettings = new VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings(); + publicipConfiguration.DnsSettings.DomainNameLabel = dnsname; + publicipConfiguration.DeleteOption = DeleteOptions.Detach.ToString(); + + VirtualMachineScaleSet vmScaleSet = CreateVMScaleSet_NoAsyncTracking( + rgName: rgName, + vmssName: vmssName, + storageAccount: null, + imageRef: imageRef, + inputVMScaleSet: out inputVMScaleSet, + singlePlacementGroup: false, + createWithManagedDisks: true, + vmScaleSetCustomizer: + (virtualMachineScaleSet) => { + virtualMachineScaleSet.UpgradePolicy = null; + virtualMachineScaleSet.Overprovision = null; + virtualMachineScaleSet.PlatformFaultDomainCount = 1; + virtualMachineScaleSet.VirtualMachineProfile.NetworkProfile.NetworkApiVersion = NetworkApiVersion.TwoZeroTwoZeroHyphenMinusOneOneHyphenMinusZeroOne; + virtualMachineScaleSet.VirtualMachineProfile.NetworkProfile + .NetworkInterfaceConfigurations[0].DeleteOption = DeleteOptions.Delete.ToString(); + virtualMachineScaleSet.VirtualMachineProfile.NetworkProfile + .NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration = publicipConfiguration; + virtualMachineScaleSet.OrchestrationMode = OrchestrationMode.Flexible.ToString(); + virtualMachineScaleSet.VirtualMachineProfile.StorageProfile.DataDisks = null; + }, + createWithPublicIpAddress: false, + subnet: vmssSubnet, + capacity: 2); + String vmssFilterMatch = $"'virtualMachineScaleSet/id' eq '/subscriptions/{m_subId}/resourceGroups/{rgName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'"; + var listResponse = m_CrpClient.VirtualMachines.ListAll(null, vmssFilterMatch); + + var vmss = m_CrpClient.VirtualMachineScaleSets.Get(rgName, vmssName); + foreach (VirtualMachine vm in listResponse) + { + Assert.True(string.Equals(vm.VirtualMachineScaleSet.Id, vmss.Id, StringComparison.OrdinalIgnoreCase)); + } + + m_CrpClient.VirtualMachineScaleSets.Delete(rgName, vmssName); + } + finally + { + m_ResourcesClient.ResourceGroups.DeleteIfExists(rgName); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", originalTestLocation); + } + } + } + /// <summary> /// Associates a VMScaleSet with Nsg /// </summary> diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetRollingUpgradeTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetRollingUpgradeTests.cs index 632f9db843c11..5e873eaeb1e2d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetRollingUpgradeTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetRollingUpgradeTests.cs @@ -98,7 +98,7 @@ public void TestVMScaleSetRollingUpgrade() Assert.NotNull(getInstanceViewResponse); ValidateVMScaleSetInstanceView(inputVMScaleSet, getInstanceViewResponse); - m_CrpClient.VirtualMachineScaleSets.Delete(rgName, vmssName); + //m_CrpClient.VirtualMachineScaleSets.Delete(rgName, vmssName); } finally { @@ -391,7 +391,7 @@ public void TestVMScaleSetExtensionUpgradeAPIs() }; var storageAccountOutput = CreateStorageAccount(rgName, storageAccountName); - m_CrpClient.VirtualMachineScaleSets.Delete(rgName, "VMScaleSetDoesNotExist"); + //m_CrpClient.VirtualMachineScaleSets.Delete(rgName, "VMScaleSetDoesNotExist"); var getResponse = CreateVMScaleSet_NoAsyncTracking( rgName, @@ -411,9 +411,9 @@ public void TestVMScaleSetExtensionUpgradeAPIs() ValidateVMScaleSet(inputVMScaleSet, getResponse, hasManagedDisks: true); - m_CrpClient.VirtualMachineScaleSetRollingUpgrades.StartExtensionUpgrade(rgName, vmssName); - var rollingUpgradeStatus = m_CrpClient.VirtualMachineScaleSetRollingUpgrades.GetLatest(rgName, vmssName); - Assert.Equal(inputVMScaleSet.Sku.Capacity, rollingUpgradeStatus.Progress.SuccessfulInstanceCount); + //m_CrpClient.VirtualMachineScaleSetRollingUpgrades.StartExtensionUpgrade(rgName, vmssName); + //var rollingUpgradeStatus = m_CrpClient.VirtualMachineScaleSetRollingUpgrades.GetLatest(rgName, vmssName); + //Assert.Equal(inputVMScaleSet.Sku.Capacity, rollingUpgradeStatus.Progress.SuccessfulInstanceCount); } finally { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetScenarioTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetScenarioTests.cs index 3e37ec7bf0111..74eef3f6bdc64 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetScenarioTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetScenarioTests.cs @@ -265,7 +265,7 @@ public void TestVMScaleSetScenarioOperations_UsingCapacityReservationGroup() string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); try { - Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "southcentralus"); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "eastus"); using (MockContext context = MockContext.Start(this.GetType())) { @@ -442,8 +442,8 @@ public void TestVMScaleSetScenarioOperations_AutomaticRepairsPolicyTest() inputVMScaleSet.AutomaticRepairsPolicy = new AutomaticRepairsPolicy() { Enabled = true, - - GracePeriod = "PT35M" + GracePeriod = "PT35M", + RepairAction = "replace" }; UpdateVMScaleSet(rgName, vmssName, inputVMScaleSet); @@ -459,8 +459,38 @@ public void TestVMScaleSetScenarioOperations_AutomaticRepairsPolicyTest() ValidateVMScaleSet(inputVMScaleSet, getResponse, hasManagedDisks: true); Assert.NotNull(getResponse.AutomaticRepairsPolicy); Assert.True(getResponse.AutomaticRepairsPolicy.Enabled == true); - Assert.Equal("PT35M", getResponse.AutomaticRepairsPolicy.GracePeriod, ignoreCase: true); + Assert.Equal("replace", getResponse.AutomaticRepairsPolicy.RepairAction, ignoreCase: true); + + // Test other repair actions. Must disable before changing repair action + foreach (string repairAction in new List<string> { "restart", "reimage" }) + { + // Disable auto repairs so we can update repair Action + inputVMScaleSet.AutomaticRepairsPolicy = new AutomaticRepairsPolicy() + { + Enabled = false, + }; + UpdateVMScaleSet(rgName, vmssName, inputVMScaleSet); + getResponse = m_CrpClient.VirtualMachineScaleSets.Get(rgName, vmssName); + Assert.NotNull(getResponse.AutomaticRepairsPolicy); + Assert.True(getResponse.AutomaticRepairsPolicy.Enabled == false); + + // Now we can update repairAction + inputVMScaleSet.AutomaticRepairsPolicy = new AutomaticRepairsPolicy() + { + Enabled = true, + GracePeriod = "PT35M", + RepairAction = repairAction + }; + UpdateVMScaleSet(rgName, vmssName, inputVMScaleSet); + + getResponse = m_CrpClient.VirtualMachineScaleSets.Get(rgName, vmssName); + ValidateVMScaleSet(inputVMScaleSet, getResponse, hasManagedDisks: true); + Assert.NotNull(getResponse.AutomaticRepairsPolicy); + Assert.True(getResponse.AutomaticRepairsPolicy.Enabled == true); + Assert.Equal("PT35M", getResponse.AutomaticRepairsPolicy.GracePeriod, ignoreCase: true); + Assert.Equal(repairAction, getResponse.AutomaticRepairsPolicy.RepairAction, ignoreCase: true); + } // Disable Automatic Repairs inputVMScaleSet.AutomaticRepairsPolicy = new AutomaticRepairsPolicy() @@ -575,6 +605,41 @@ public void TestVMScaleSetScenarioOperations_OrchestrationService() } } + [Fact] + [Trait("Name", "TestVMScaleSetScenarioOperations_DisablingHyperthreadingAndConstrainedvCPUsScenario")] + public void TestVMScaleSetScenarioOperations_DisablingHyperthreadingAndConstrainedvCPUsScenario() + { + string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); + try + { + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "eastus2euap"); + using (MockContext context = MockContext.Start(this.GetType())) + { + EnsureClientsInitialized(context); + + TestScaleSetOperationsInternal(context, vmSize: VirtualMachineSizeTypes.StandardD4V3, + hardwareProfile: new VirtualMachineScaleSetHardwareProfile(), + vmScaleSetCustomizer: + vmScaleSet => + { + vmScaleSet.VirtualMachineProfile.HardwareProfile.VmSizeProperties = new VMSizeProperties + { + VCPUsAvailable = 1, + VCPUsPerCore = 1 + }; + }, + vmScaleSetValidator: vmScaleSet => + { + Assert.True(1 == vmScaleSet.VirtualMachineProfile.HardwareProfile?.VmSizeProperties?.VCPUsAvailable); + Assert.True(1 == vmScaleSet.VirtualMachineProfile.HardwareProfile?.VmSizeProperties?.VCPUsPerCore); + }); + } + } + finally + { + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", originalTestLocation); + } + } private void TestScaleSetOperationsInternal(MockContext context, string vmSize = null, bool hasManagedDisks = false, bool useVmssExtension = true, bool hasDiffDisks = false, IList<string> zones = null, int? osDiskSizeInGB = null, bool isPpgScenario = false, bool? enableUltraSSD = false, @@ -582,7 +647,7 @@ private void TestScaleSetOperationsInternal(MockContext context, string vmSize = bool? encryptionAtHostEnabled = null, bool isAutomaticPlacementOnDedicatedHostGroupScenario = false, int? faultDomainCount = null, int? capacity = null, bool shouldOverProvision = true, bool validateVmssVMInstanceView = false, ImageReference imageReference = null, bool validateListSku = true, bool deleteAsPartOfTest = true, - bool associateWithCapacityReservationGroup = false) + bool associateWithCapacityReservationGroup = false, VirtualMachineScaleSetHardwareProfile hardwareProfile = null) { EnsureClientsInitialized(context); @@ -665,7 +730,8 @@ private void TestScaleSetOperationsInternal(MockContext context, string vmSize = dedicatedHostGroupName: dedicatedHostGroupName, dedicatedHostName: dedicatedHostName, capacityReservationGroupReferenceId: capacityReservationGroupReferenceId, - singlePlacementGroup: singlePlacementGroup); + singlePlacementGroup: singlePlacementGroup, + hardwareProfile: hardwareProfile); if (diskEncryptionSetId != null) { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetServiceFabricScenarioTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetServiceFabricScenarioTests.cs index db33550c9ade5..87bfa714c419f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetServiceFabricScenarioTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetServiceFabricScenarioTests.cs @@ -32,23 +32,23 @@ private void TestVMScaleSetServiceFabricImpl(MockContext context) string rgName = "crptestrgr97ryo0ni"; string vmssName = "crptesthtn39hve"; - var response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 0); + var response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 0, string.Empty, string.Empty); Assert.True(response.WalkPerformed); Assert.Equal(1, response.NextPlatformUpdateDomain); - response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 1); + response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 1, string.Empty, string.Empty); Assert.True(response.WalkPerformed); Assert.Equal(2, response.NextPlatformUpdateDomain); - response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 2); + response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 2, string.Empty, string.Empty); Assert.True(response.WalkPerformed); Assert.Equal(3, response.NextPlatformUpdateDomain); - response= m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 3); + response= m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 3, string.Empty, string.Empty); Assert.True(response.WalkPerformed); Assert.Equal(4, response.NextPlatformUpdateDomain); - response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 4); + response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 4, string.Empty, string.Empty); Assert.True(response.WalkPerformed); Assert.Equal(5, response.NextPlatformUpdateDomain); - response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 5); + response = m_CrpClient.VirtualMachineScaleSets.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(rgName, vmssName, 5, string.Empty, string.Empty); Assert.True(response.WalkPerformed); Assert.Null(response.NextPlatformUpdateDomain); } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetTestsBase.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetTestsBase.cs index 3a3bebcd0df74..7d9cfec5ebc99 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetTestsBase.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetTestsBase.cs @@ -119,7 +119,8 @@ protected VirtualMachineScaleSet CreateDefaultVMScaleSetInput( AutomaticRepairsPolicy automaticRepairsPolicy = null, DiagnosticsProfile bootDiagnosticsProfile = null, int? faultDomainCount = null, - int? capacity = null) + int? capacity = null, + VirtualMachineScaleSetHardwareProfile hardwareProfile = null) { // Generate Container name to hold disk VHds string containerName = TestUtilities.GenerateName(TestPrefix); @@ -183,6 +184,7 @@ protected VirtualMachineScaleSet CreateDefaultVMScaleSetInput( } } }, + HardwareProfile = hardwareProfile, OsProfile = new VirtualMachineScaleSetOSProfile() { ComputerNamePrefix = "test", @@ -286,7 +288,8 @@ public VirtualMachineScaleSet CreateVMScaleSet_NoAsyncTracking( string dedicatedHostGroupName = null, string dedicatedHostName = null, string userData = null, - string capacityReservationGroupReferenceId = null) + string capacityReservationGroupReferenceId = null, + VirtualMachineScaleSetHardwareProfile hardwareProfile = null) { try { @@ -318,7 +321,8 @@ public VirtualMachineScaleSet CreateVMScaleSet_NoAsyncTracking( dedicatedHostGroupName: dedicatedHostGroupName, dedicatedHostName: dedicatedHostName, userData: userData, - capacityReservationGroupReferenceId: capacityReservationGroupReferenceId); + capacityReservationGroupReferenceId: capacityReservationGroupReferenceId, + hardwareProfile: hardwareProfile); var getResponse = m_CrpClient.VirtualMachineScaleSets.Get(rgName, vmssName); @@ -410,7 +414,8 @@ private VirtualMachineScaleSet CreateVMScaleSetAndGetOperationResponse( string dedicatedHostGroupName = null, string dedicatedHostName = null, string userData = null, - string capacityReservationGroupReferenceId = null) + string capacityReservationGroupReferenceId = null, + VirtualMachineScaleSetHardwareProfile hardwareProfile = null) { // Create the resource Group, it might have been already created during StorageAccount creation. var resourceGroup = m_ResourcesClient.ResourceGroups.CreateOrUpdate( @@ -437,7 +442,7 @@ private VirtualMachineScaleSet CreateVMScaleSetAndGetOperationResponse( healthProbeId: loadBalancer?.Probes?.FirstOrDefault()?.Id, loadBalancerBackendPoolId: loadBalancer?.BackendAddressPools?.FirstOrDefault()?.Id, zones: zones, osDiskSizeInGB: osDiskSizeInGB, machineSizeType: machineSizeType, enableUltraSSD: enableUltraSSD, diskEncryptionSetId: diskEncryptionSetId, automaticRepairsPolicy: automaticRepairsPolicy, - bootDiagnosticsProfile: bootDiagnosticsProfile, faultDomainCount: faultDomainCount, capacity: capacity); + bootDiagnosticsProfile: bootDiagnosticsProfile, faultDomainCount: faultDomainCount, capacity: capacity, hardwareProfile: hardwareProfile); if (vmScaleSetCustomizer != null) { vmScaleSetCustomizer(inputVMScaleSet); @@ -660,6 +665,9 @@ VirtualMachineScaleSetDataDisk matchingDataDisk string expectedAutomaticRepairsGracePeriodValue = vmScaleSet.AutomaticRepairsPolicy.GracePeriod ?? "PT10M"; Assert.Equal(vmScaleSetOut.AutomaticRepairsPolicy.GracePeriod, expectedAutomaticRepairsGracePeriodValue, ignoreCase: true); + + string expectedAutomaticRepairsRepairActionValue = vmScaleSet.AutomaticRepairsPolicy.RepairAction ?? "replace"; + Assert.Equal(vmScaleSetOut.AutomaticRepairsPolicy.RepairAction, expectedAutomaticRepairsRepairActionValue, ignoreCase: true); } if (vmScaleSet.VirtualMachineProfile.OsProfile.Secrets != null && diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetUpdateTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetUpdateTests.cs index 91a9a56a10563..3f1e34130dad8 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetUpdateTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetUpdateTests.cs @@ -94,13 +94,13 @@ public void TestVMScaleSetForceScaleinOperation() using (MockContext context = MockContext.Start(this.GetType())) { string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); - Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "SouthCentralUSSTG"); + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "eastus2euap"); EnsureClientsInitialized(context); ImageReference imageReference = new ImageReference { - Publisher = "AzureRT.PIRCore.TestWAStage", - Offer = "TestUbuntuServer", - Sku = "16.04", + Publisher = "MicrosoftWindowsServer", + Offer = "WindowsServer", + Sku = "2016-Datacenter", Version = "latest" }; // Create resource group @@ -149,7 +149,7 @@ public void TestVMScaleSetForceScaleinOperation() getResponse = m_CrpClient.VirtualMachineScaleSets.Get(rgName, vmScaleSet.Name); ValidateVMScaleSet(inputVMScaleSet, getResponse, hasManagedDisks: true); - m_CrpClient.VirtualMachineScaleSets.Delete(rgName, vmScaleSet.Name); + //m_CrpClient.VirtualMachineScaleSets.Delete(rgName, vmScaleSet.Name); } finally {